@gewis/sudosos-client 0.0.0-develop.2148fe5 → 0.0.0-develop.21cba1e
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 +7 -7
- package/package.json +4 -4
package/dist/api.d.ts
CHANGED
|
@@ -1880,7 +1880,7 @@ export interface CreatePointOfSaleRequest {
|
|
|
1880
1880
|
*/
|
|
1881
1881
|
'containers': Array<number>;
|
|
1882
1882
|
/**
|
|
1883
|
-
* ID of the user who will own the POS
|
|
1883
|
+
* ID of the user who will own the POS.
|
|
1884
1884
|
* @type {number}
|
|
1885
1885
|
* @memberof CreatePointOfSaleRequest
|
|
1886
1886
|
*/
|
|
@@ -10826,7 +10826,7 @@ export declare const InactiveAdministrativeCostsApiFp: (configuration?: Configur
|
|
|
10826
10826
|
* @param {*} [options] Override http request option.
|
|
10827
10827
|
* @throws {RequiredError}
|
|
10828
10828
|
*/
|
|
10829
|
-
handoutInactiveAdministrativeCostsUsers(handoutInactiveAdministrativeCostsRequest: HandoutInactiveAdministrativeCostsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
10829
|
+
handoutInactiveAdministrativeCostsUsers(handoutInactiveAdministrativeCostsRequest: HandoutInactiveAdministrativeCostsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<InactiveAdministrativeCostResponse>>>;
|
|
10830
10830
|
/**
|
|
10831
10831
|
*
|
|
10832
10832
|
* @summary Notify all users which will pay administrative costs within a year
|
|
@@ -10904,7 +10904,7 @@ export declare const InactiveAdministrativeCostsApiFactory: (configuration?: Con
|
|
|
10904
10904
|
* @param {*} [options] Override http request option.
|
|
10905
10905
|
* @throws {RequiredError}
|
|
10906
10906
|
*/
|
|
10907
|
-
handoutInactiveAdministrativeCostsUsers(requestParameters: InactiveAdministrativeCostsApiHandoutInactiveAdministrativeCostsUsersRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
10907
|
+
handoutInactiveAdministrativeCostsUsers(requestParameters: InactiveAdministrativeCostsApiHandoutInactiveAdministrativeCostsUsersRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<InactiveAdministrativeCostResponse>>;
|
|
10908
10908
|
/**
|
|
10909
10909
|
*
|
|
10910
10910
|
* @summary Notify all users which will pay administrative costs within a year
|
|
@@ -11127,7 +11127,7 @@ export declare class InactiveAdministrativeCostsApi extends BaseAPI {
|
|
|
11127
11127
|
* @throws {RequiredError}
|
|
11128
11128
|
* @memberof InactiveAdministrativeCostsApi
|
|
11129
11129
|
*/
|
|
11130
|
-
handoutInactiveAdministrativeCostsUsers(requestParameters: InactiveAdministrativeCostsApiHandoutInactiveAdministrativeCostsUsersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
11130
|
+
handoutInactiveAdministrativeCostsUsers(requestParameters: InactiveAdministrativeCostsApiHandoutInactiveAdministrativeCostsUsersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InactiveAdministrativeCostResponse[], any, {}>>;
|
|
11131
11131
|
/**
|
|
11132
11132
|
*
|
|
11133
11133
|
* @summary Notify all users which will pay administrative costs within a year
|
|
@@ -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.21cba1e",
|
|
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.31.1",
|
|
23
|
+
"typescript": "5.9.3"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|