Skip to content

Commit

Permalink
(PC-33683) feat(NC): update API with rates in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeneston-pass committed Jan 16, 2025
1 parent 86f0664 commit 9dc2b8a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/api/gen/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2987,6 +2987,17 @@ export interface ProfileUpdateRequest {
*/
schoolTypeId?: SchoolTypesIdEnum | null
}
/**
* @export
* @interface Rates
*/
export interface Rates {
/**
* @type {number}
* @memberof Rates
*/
pacificFrancToEuro?: number
}
/**
* @export
* @interface ReactionCount
Expand Down Expand Up @@ -3304,6 +3315,11 @@ export interface SettingsResponse {
* @memberof SettingsResponse
*/
objectStorageUrl: string
/**
* @type {Rates}
* @memberof SettingsResponse
*/
rates?: Rates
}
/**
* @export
Expand Down

0 comments on commit 9dc2b8a

Please sign in to comment.