@gewis/sudosos-client 0.0.0-develop.eaad44e → 0.0.0-develop.f7cceb2
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.
- package/dist/api.d.ts +18 -18
- 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'
|
|
3222
|
+
'_pagination': PaginationResult;
|
|
3223
3223
|
/**
|
|
3224
3224
|
* Returned balance responses
|
|
3225
3225
|
* @type {Array<BalanceResponse>}
|
|
3226
3226
|
* @memberof PaginatedBalanceResponse
|
|
3227
3227
|
*/
|
|
3228
|
-
'records'
|
|
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'
|
|
3241
|
+
'_pagination': PaginationResult;
|
|
3242
3242
|
/**
|
|
3243
3243
|
* Returned banners
|
|
3244
3244
|
* @type {Array<BannerResponse>}
|
|
3245
3245
|
* @memberof PaginatedBannerResponse
|
|
3246
3246
|
*/
|
|
3247
|
-
'records'
|
|
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'
|
|
3412
|
+
'_pagination': PaginationResult;
|
|
3413
3413
|
/**
|
|
3414
3414
|
* Returned InactiveAdministrativeCost
|
|
3415
3415
|
* @type {Array<InactiveAdministrativeCostResponse>}
|
|
3416
3416
|
* @memberof PaginatedInactiveAdministrativeCostResponse
|
|
3417
3417
|
*/
|
|
3418
|
-
'records'
|
|
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
|
-
*
|
|
5124
|
-
* @type {
|
|
5123
|
+
*
|
|
5124
|
+
* @type {DineroObjectResponse}
|
|
5125
5125
|
* @memberof TotalBalanceResponse
|
|
5126
5126
|
*/
|
|
5127
|
-
'totalPositive':
|
|
5127
|
+
'totalPositive': DineroObjectResponse;
|
|
5128
5128
|
/**
|
|
5129
|
-
*
|
|
5130
|
-
* @type {
|
|
5129
|
+
*
|
|
5130
|
+
* @type {DineroObjectResponse}
|
|
5131
5131
|
* @memberof TotalBalanceResponse
|
|
5132
5132
|
*/
|
|
5133
|
-
'totalNegative':
|
|
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
|
*
|
|
@@ -11315,7 +11315,7 @@ export declare const InvoicesApiFp: (configuration?: Configuration) => {
|
|
|
11315
11315
|
* @param {*} [options] Override http request option.
|
|
11316
11316
|
* @throws {RequiredError}
|
|
11317
11317
|
*/
|
|
11318
|
-
getInvoicePdf(id: number, force?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
11318
|
+
getInvoicePdf(id: number, force?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PdfUrlResponse>>;
|
|
11319
11319
|
/**
|
|
11320
11320
|
*
|
|
11321
11321
|
* @summary Returns a single invoice in the system.
|
|
@@ -11411,7 +11411,7 @@ export declare const InvoicesApiFactory: (configuration?: Configuration, basePat
|
|
|
11411
11411
|
* @param {*} [options] Override http request option.
|
|
11412
11412
|
* @throws {RequiredError}
|
|
11413
11413
|
*/
|
|
11414
|
-
getInvoicePdf(requestParameters: InvoicesApiGetInvoicePdfRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
11414
|
+
getInvoicePdf(requestParameters: InvoicesApiGetInvoicePdfRequest, options?: RawAxiosRequestConfig): AxiosPromise<PdfUrlResponse>;
|
|
11415
11415
|
/**
|
|
11416
11416
|
*
|
|
11417
11417
|
* @summary Returns a single invoice in the system.
|
|
@@ -11727,7 +11727,7 @@ export declare class InvoicesApi extends BaseAPI {
|
|
|
11727
11727
|
* @throws {RequiredError}
|
|
11728
11728
|
* @memberof InvoicesApi
|
|
11729
11729
|
*/
|
|
11730
|
-
getInvoicePdf(requestParameters: InvoicesApiGetInvoicePdfRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
11730
|
+
getInvoicePdf(requestParameters: InvoicesApiGetInvoicePdfRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PdfUrlResponse, any, {}>>;
|
|
11731
11731
|
/**
|
|
11732
11732
|
*
|
|
11733
11733
|
* @summary Returns a single invoice in the system.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gewis/sudosos-client",
|
|
3
|
-
"version": "0.0.0-develop.
|
|
3
|
+
"version": "0.0.0-develop.f7cceb2",
|
|
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": "
|
|
19
|
+
"axios": "1.15.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@openapitools/openapi-generator-cli": "
|
|
23
|
-
"typescript": "
|
|
22
|
+
"@openapitools/openapi-generator-cli": "2.7.0",
|
|
23
|
+
"typescript": "5.9.3"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|