Skip to content

Commit

Permalink
Override ConnectionConfigurationResponse.ts secrets type (#5283)
Browse files Browse the repository at this point in the history
  • Loading branch information
pattisdr committed Sep 12, 2024
1 parent b2de707 commit ccfef3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The types of changes are:

### Fixed
- Fix wording in tooltip for Yotpo Reviews [#5274](https://github.com/ethyca/fides/pull/5274)
- Hardcode ConnectionConfigurationResponse.secrets [#5283](https://github.com/ethyca/fides/pull/5283)
- Fix Fides.shouldShouldShowExperience() to return false for modal-only experiences [#5281](https://github.com/ethyca/fides/pull/5281)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export type ConnectionConfigurationResponse = {
last_test_timestamp?: string | null;
last_test_succeeded?: boolean | null;
saas_config?: SaaSConfigBase | null;
secrets?: null;
secrets?: any;
authorized?: boolean | null;
enabled_actions?: Array<ActionType> | null;
};

0 comments on commit ccfef3a

Please sign in to comment.