@gewis/sudosos-client 0.0.0-develop.eaad44e → 0.0.0-develop.fd219fb

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/api.d.ts +15 -15
  2. package/package.json +4 -4
package/dist/api.d.ts CHANGED
@@ -3219,13 +3219,13 @@ export interface PaginatedBalanceResponse {
3219
3219
  * @type {PaginationResult}
3220
3220
  * @memberof PaginatedBalanceResponse
3221
3221
  */
3222
- '_pagination'?: PaginationResult;
3222
+ '_pagination': PaginationResult;
3223
3223
  /**
3224
3224
  * Returned balance responses
3225
3225
  * @type {Array<BalanceResponse>}
3226
3226
  * @memberof PaginatedBalanceResponse
3227
3227
  */
3228
- 'records'?: Array<BalanceResponse>;
3228
+ 'records': Array<BalanceResponse>;
3229
3229
  }
3230
3230
  /**
3231
3231
  * Paginated API Response for the `banner` entity.
@@ -3238,13 +3238,13 @@ export interface PaginatedBannerResponse {
3238
3238
  * @type {PaginationResult}
3239
3239
  * @memberof PaginatedBannerResponse
3240
3240
  */
3241
- '_pagination'?: PaginationResult;
3241
+ '_pagination': PaginationResult;
3242
3242
  /**
3243
3243
  * Returned banners
3244
3244
  * @type {Array<BannerResponse>}
3245
3245
  * @memberof PaginatedBannerResponse
3246
3246
  */
3247
- 'records'?: Array<BannerResponse>;
3247
+ 'records': Array<BannerResponse>;
3248
3248
  }
3249
3249
  /**
3250
3250
  *
@@ -3409,13 +3409,13 @@ export interface PaginatedInactiveAdministrativeCostResponse {
3409
3409
  * @type {PaginationResult}
3410
3410
  * @memberof PaginatedInactiveAdministrativeCostResponse
3411
3411
  */
3412
- '_pagination'?: PaginationResult;
3412
+ '_pagination': PaginationResult;
3413
3413
  /**
3414
3414
  * Returned InactiveAdministrativeCost
3415
3415
  * @type {Array<InactiveAdministrativeCostResponse>}
3416
3416
  * @memberof PaginatedInactiveAdministrativeCostResponse
3417
3417
  */
3418
- 'records'?: Array<InactiveAdministrativeCostResponse>;
3418
+ 'records': Array<InactiveAdministrativeCostResponse>;
3419
3419
  }
3420
3420
  /**
3421
3421
  *
@@ -5120,23 +5120,23 @@ export interface TotalBalanceResponse {
5120
5120
  */
5121
5121
  'date': string;
5122
5122
  /**
5123
- * The total amount of positive balance in SudoSOS
5124
- * @type {number}
5123
+ *
5124
+ * @type {DineroObjectResponse}
5125
5125
  * @memberof TotalBalanceResponse
5126
5126
  */
5127
- 'totalPositive': number;
5127
+ 'totalPositive': DineroObjectResponse;
5128
5128
  /**
5129
- * The total amount of negative balance in SudoSOS
5130
- * @type {number}
5129
+ *
5130
+ * @type {DineroObjectResponse}
5131
5131
  * @memberof TotalBalanceResponse
5132
5132
  */
5133
- 'totalNegative': number;
5133
+ 'totalNegative': DineroObjectResponse;
5134
5134
  /**
5135
- *
5136
- * @type {UserTypeTotalBalanceResponse}
5135
+ * The total balances for the different user types
5136
+ * @type {Array<UserTypeTotalBalanceResponse>}
5137
5137
  * @memberof TotalBalanceResponse
5138
5138
  */
5139
- 'userTypeBalances': UserTypeTotalBalanceResponse;
5139
+ 'userTypeBalances': Array<UserTypeTotalBalanceResponse>;
5140
5140
  }
5141
5141
  /**
5142
5142
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gewis/sudosos-client",
3
- "version": "0.0.0-develop.eaad44e",
3
+ "version": "0.0.0-develop.fd219fb",
4
4
  "description": "Auto-generated TypeScript-Axios client for the SudoSOS API",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "main": "dist/index.js",
@@ -16,11 +16,11 @@
16
16
  "clean": "rm -rf src dist"
17
17
  },
18
18
  "dependencies": {
19
- "axios": "^1.6.3"
19
+ "axios": "1.14.0"
20
20
  },
21
21
  "devDependencies": {
22
- "@openapitools/openapi-generator-cli": "^2.7.0",
23
- "typescript": "~5.9.3"
22
+ "@openapitools/openapi-generator-cli": "2.7.0",
23
+ "typescript": "5.9.3"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",