@gewis/sudosos-client 0.0.0-develop.903ca1d → 0.0.0-develop.a67cc5d
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/README.md +110 -0
- package/dist/api.d.ts +147 -342
- package/dist/api.js +57 -293
- package/dist/base.js +1 -1
- package/package.json +4 -4
package/dist/api.js
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.PayoutRequestsApiAxiosParamCreator = exports.
|
|
16
|
+
exports.PayoutRequestsApiAxiosParamCreator = exports.InvoicesApi = exports.InvoicesApiFactory = exports.InvoicesApiFp = exports.InvoicesApiAxiosParamCreator = exports.InactiveAdministrativeCostsApi = exports.InactiveAdministrativeCostsApiFactory = exports.InactiveAdministrativeCostsApiFp = exports.InactiveAdministrativeCostsApiAxiosParamCreator = exports.FilesApi = exports.FilesApiFactory = exports.FilesApiFp = exports.FilesApiAxiosParamCreator = exports.EventsApi = exports.EventsApiFactory = exports.EventsApiFp = exports.EventsApiAxiosParamCreator = exports.GetFineReportPdfFileTypeEnum = exports.DebtorsApi = exports.DebtorsApiFactory = exports.DebtorsApiFp = exports.DebtorsApiAxiosParamCreator = exports.ContainersApi = exports.ContainersApiFactory = exports.ContainersApiFp = exports.ContainersApiAxiosParamCreator = exports.BannersApi = exports.BannersApiFactory = exports.BannersApiFp = exports.BannersApiAxiosParamCreator = exports.GetAllBalanceOrderDirectionEnum = exports.BalanceApi = exports.BalanceApiFactory = exports.BalanceApiFp = exports.BalanceApiAxiosParamCreator = exports.AuthenticateApi = exports.AuthenticateApiFactory = exports.AuthenticateApiFp = exports.AuthenticateApiAxiosParamCreator = exports.UserType = exports.UserSettingsResponseLanguageEnum = exports.UpdateInvoiceRequestStateEnum = exports.QRStatusResponseStatusEnum = exports.PayoutRequestStatusRequestStateEnum = exports.PayoutRequestResponseStatusEnum = exports.PatchUserSettingsRequestLanguageEnum = exports.InvoiceStatusResponseStateEnum = exports.GetAllInvoicesCurrentStateParameterInner = exports.FinancialMutationResponseTypeEnum = exports.BasePayoutRequestResponseStatusEnum = void 0;
|
|
17
17
|
exports.TransactionSummariesApiFp = exports.TransactionSummariesApiAxiosParamCreator = exports.TestOperationsOfTheTestControllerApi = exports.TestOperationsOfTheTestControllerApiFactory = exports.TestOperationsOfTheTestControllerApiFp = exports.TestOperationsOfTheTestControllerApiAxiosParamCreator = exports.TermsOfServiceApi = exports.TermsOfServiceApiFactory = exports.TermsOfServiceApiFp = exports.TermsOfServiceApiAxiosParamCreator = exports.GetUserSyncResultsServiceEnum = exports.SyncApi = exports.SyncApiFactory = exports.SyncApiFp = exports.SyncApiAxiosParamCreator = exports.StripeApi = exports.StripeApiFactory = exports.StripeApiFp = exports.StripeApiAxiosParamCreator = exports.ServerSettingsApi = exports.ServerSettingsApiFactory = exports.ServerSettingsApiFp = exports.ServerSettingsApiAxiosParamCreator = exports.SellerPayoutsApi = exports.SellerPayoutsApiFactory = exports.SellerPayoutsApiFp = exports.SellerPayoutsApiAxiosParamCreator = exports.RootApi = exports.RootApiFactory = exports.RootApiFp = exports.RootApiAxiosParamCreator = exports.RbacApi = exports.RbacApiFactory = exports.RbacApiFp = exports.RbacApiAxiosParamCreator = exports.ProductsApi = exports.ProductsApiFactory = exports.ProductsApiFp = exports.ProductsApiAxiosParamCreator = exports.ProductCategoriesApi = exports.ProductCategoriesApiFactory = exports.ProductCategoriesApiFp = exports.ProductCategoriesApiAxiosParamCreator = exports.PointofsaleApi = exports.PointofsaleApiFactory = exports.PointofsaleApiFp = exports.PointofsaleApiAxiosParamCreator = exports.PayoutRequestsApi = exports.PayoutRequestsApiFactory = exports.PayoutRequestsApiFp = void 0;
|
|
18
18
|
exports.WriteoffsApi = exports.WriteoffsApiFactory = exports.WriteoffsApiFp = exports.WriteoffsApiAxiosParamCreator = exports.VouchergroupsApi = exports.VouchergroupsApiFactory = exports.VouchergroupsApiFp = exports.VouchergroupsApiAxiosParamCreator = exports.VatGroupsApi = exports.VatGroupsApiFactory = exports.VatGroupsApiFp = exports.VatGroupsApiAxiosParamCreator = exports.GetUsersSalesReportPdfFileTypeEnum = exports.GetUsersPurchaseReportPdfFileTypeEnum = exports.GetAllUsersTypeEnum = exports.UsersApi = exports.UsersApiFactory = exports.UsersApiFp = exports.UsersApiAxiosParamCreator = exports.UserNotificationPreferencesApi = exports.UserNotificationPreferencesApiFactory = exports.UserNotificationPreferencesApiFp = exports.UserNotificationPreferencesApiAxiosParamCreator = exports.TransfersApi = exports.TransfersApiFactory = exports.TransfersApiFp = exports.TransfersApiAxiosParamCreator = exports.TransactionsApi = exports.TransactionsApiFactory = exports.TransactionsApiFp = exports.TransactionsApiAxiosParamCreator = exports.TransactionSummariesApi = exports.TransactionSummariesApiFactory = void 0;
|
|
19
19
|
const axios_1 = require("axios");
|
|
@@ -32,6 +32,17 @@ exports.FinancialMutationResponseTypeEnum = {
|
|
|
32
32
|
Transfer: 'transfer',
|
|
33
33
|
Transaction: 'transaction'
|
|
34
34
|
};
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @export
|
|
38
|
+
* @enum {string}
|
|
39
|
+
*/
|
|
40
|
+
exports.GetAllInvoicesCurrentStateParameterInner = {
|
|
41
|
+
Created: 'CREATED',
|
|
42
|
+
Sent: 'SENT',
|
|
43
|
+
Paid: 'PAID',
|
|
44
|
+
Deleted: 'DELETED'
|
|
45
|
+
};
|
|
35
46
|
exports.InvoiceStatusResponseStateEnum = {
|
|
36
47
|
Created: 'CREATED',
|
|
37
48
|
Sent: 'SENT',
|
|
@@ -72,6 +83,21 @@ exports.UserSettingsResponseLanguageEnum = {
|
|
|
72
83
|
EnUs: 'en-US',
|
|
73
84
|
PlPl: 'pl-PL'
|
|
74
85
|
};
|
|
86
|
+
/**
|
|
87
|
+
* The type of a user
|
|
88
|
+
* @export
|
|
89
|
+
* @enum {string}
|
|
90
|
+
*/
|
|
91
|
+
exports.UserType = {
|
|
92
|
+
Member: 'MEMBER',
|
|
93
|
+
Organ: 'ORGAN',
|
|
94
|
+
Voucher: 'VOUCHER',
|
|
95
|
+
LocalUser: 'LOCAL_USER',
|
|
96
|
+
LocalAdmin: 'LOCAL_ADMIN',
|
|
97
|
+
Invoice: 'INVOICE',
|
|
98
|
+
PointOfSale: 'POINT_OF_SALE',
|
|
99
|
+
Integration: 'INTEGRATION'
|
|
100
|
+
};
|
|
75
101
|
/**
|
|
76
102
|
* AuthenticateApi - axios parameter creator
|
|
77
103
|
* @export
|
|
@@ -174,37 +200,6 @@ const AuthenticateApiAxiosParamCreator = function (configuration) {
|
|
|
174
200
|
options: localVarRequestOptions,
|
|
175
201
|
};
|
|
176
202
|
},
|
|
177
|
-
/**
|
|
178
|
-
*
|
|
179
|
-
* @summary EAN login and hand out token
|
|
180
|
-
* @param {AuthenticationEanRequest} authenticationEanRequest The EAN login.
|
|
181
|
-
* @param {*} [options] Override http request option.
|
|
182
|
-
* @deprecated
|
|
183
|
-
* @throws {RequiredError}
|
|
184
|
-
*/
|
|
185
|
-
eanAuthentication: async (authenticationEanRequest, options = {}) => {
|
|
186
|
-
// verify required parameter 'authenticationEanRequest' is not null or undefined
|
|
187
|
-
(0, common_1.assertParamExists)('eanAuthentication', 'authenticationEanRequest', authenticationEanRequest);
|
|
188
|
-
const localVarPath = `/authentication/ean`;
|
|
189
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
190
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
191
|
-
let baseOptions;
|
|
192
|
-
if (configuration) {
|
|
193
|
-
baseOptions = configuration.baseOptions;
|
|
194
|
-
}
|
|
195
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
196
|
-
const localVarHeaderParameter = {};
|
|
197
|
-
const localVarQueryParameter = {};
|
|
198
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
199
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
200
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
201
|
-
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
202
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(authenticationEanRequest, localVarRequestOptions, configuration);
|
|
203
|
-
return {
|
|
204
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
205
|
-
options: localVarRequestOptions,
|
|
206
|
-
};
|
|
207
|
-
},
|
|
208
203
|
/**
|
|
209
204
|
*
|
|
210
205
|
* @summary Generate a QR code for authentication
|
|
@@ -459,37 +454,6 @@ const AuthenticateApiAxiosParamCreator = function (configuration) {
|
|
|
459
454
|
options: localVarRequestOptions,
|
|
460
455
|
};
|
|
461
456
|
},
|
|
462
|
-
/**
|
|
463
|
-
*
|
|
464
|
-
* @summary PIN login for members using memberId.
|
|
465
|
-
* @param {MemberAuthenticationPinRequest} memberAuthenticationPinRequest The PIN login.
|
|
466
|
-
* @param {*} [options] Override http request option.
|
|
467
|
-
* @deprecated
|
|
468
|
-
* @throws {RequiredError}
|
|
469
|
-
*/
|
|
470
|
-
memberPinAuthentication: async (memberAuthenticationPinRequest, options = {}) => {
|
|
471
|
-
// verify required parameter 'memberAuthenticationPinRequest' is not null or undefined
|
|
472
|
-
(0, common_1.assertParamExists)('memberPinAuthentication', 'memberAuthenticationPinRequest', memberAuthenticationPinRequest);
|
|
473
|
-
const localVarPath = `/authentication/member/pin`;
|
|
474
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
475
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
476
|
-
let baseOptions;
|
|
477
|
-
if (configuration) {
|
|
478
|
-
baseOptions = configuration.baseOptions;
|
|
479
|
-
}
|
|
480
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
481
|
-
const localVarHeaderParameter = {};
|
|
482
|
-
const localVarQueryParameter = {};
|
|
483
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
484
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
485
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
486
|
-
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
487
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(memberAuthenticationPinRequest, localVarRequestOptions, configuration);
|
|
488
|
-
return {
|
|
489
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
490
|
-
options: localVarRequestOptions,
|
|
491
|
-
};
|
|
492
|
-
},
|
|
493
457
|
/**
|
|
494
458
|
*
|
|
495
459
|
* @summary Mock login and hand out token.
|
|
@@ -520,68 +484,6 @@ const AuthenticateApiAxiosParamCreator = function (configuration) {
|
|
|
520
484
|
options: localVarRequestOptions,
|
|
521
485
|
};
|
|
522
486
|
},
|
|
523
|
-
/**
|
|
524
|
-
*
|
|
525
|
-
* @summary NFC login and hand out token
|
|
526
|
-
* @param {AuthenticationNfcRequest} authenticationNfcRequest The NFC login.
|
|
527
|
-
* @param {*} [options] Override http request option.
|
|
528
|
-
* @deprecated
|
|
529
|
-
* @throws {RequiredError}
|
|
530
|
-
*/
|
|
531
|
-
nfcAuthentication: async (authenticationNfcRequest, options = {}) => {
|
|
532
|
-
// verify required parameter 'authenticationNfcRequest' is not null or undefined
|
|
533
|
-
(0, common_1.assertParamExists)('nfcAuthentication', 'authenticationNfcRequest', authenticationNfcRequest);
|
|
534
|
-
const localVarPath = `/authentication/nfc`;
|
|
535
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
536
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
537
|
-
let baseOptions;
|
|
538
|
-
if (configuration) {
|
|
539
|
-
baseOptions = configuration.baseOptions;
|
|
540
|
-
}
|
|
541
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
542
|
-
const localVarHeaderParameter = {};
|
|
543
|
-
const localVarQueryParameter = {};
|
|
544
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
545
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
546
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
547
|
-
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
548
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(authenticationNfcRequest, localVarRequestOptions, configuration);
|
|
549
|
-
return {
|
|
550
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
551
|
-
options: localVarRequestOptions,
|
|
552
|
-
};
|
|
553
|
-
},
|
|
554
|
-
/**
|
|
555
|
-
*
|
|
556
|
-
* @summary PIN login and hand out token
|
|
557
|
-
* @param {AuthenticationPinRequest} authenticationPinRequest The PIN login.
|
|
558
|
-
* @param {*} [options] Override http request option.
|
|
559
|
-
* @deprecated
|
|
560
|
-
* @throws {RequiredError}
|
|
561
|
-
*/
|
|
562
|
-
pinAuthentication: async (authenticationPinRequest, options = {}) => {
|
|
563
|
-
// verify required parameter 'authenticationPinRequest' is not null or undefined
|
|
564
|
-
(0, common_1.assertParamExists)('pinAuthentication', 'authenticationPinRequest', authenticationPinRequest);
|
|
565
|
-
const localVarPath = `/authentication/pin`;
|
|
566
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
567
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
568
|
-
let baseOptions;
|
|
569
|
-
if (configuration) {
|
|
570
|
-
baseOptions = configuration.baseOptions;
|
|
571
|
-
}
|
|
572
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
573
|
-
const localVarHeaderParameter = {};
|
|
574
|
-
const localVarQueryParameter = {};
|
|
575
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
576
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
577
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
578
|
-
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
579
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(authenticationPinRequest, localVarRequestOptions, configuration);
|
|
580
|
-
return {
|
|
581
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
582
|
-
options: localVarRequestOptions,
|
|
583
|
-
};
|
|
584
|
-
},
|
|
585
487
|
/**
|
|
586
488
|
*
|
|
587
489
|
* @summary Get a new JWT token, maintaining the same access level (posId) as the original token
|
|
@@ -851,20 +753,6 @@ const AuthenticateApiFp = function (configuration) {
|
|
|
851
753
|
const operationBasePath = base_1.operationServerMap['AuthenticateApi.confirmQRCode']?.[index]?.url;
|
|
852
754
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
853
755
|
},
|
|
854
|
-
/**
|
|
855
|
-
*
|
|
856
|
-
* @summary EAN login and hand out token
|
|
857
|
-
* @param {AuthenticationEanRequest} authenticationEanRequest The EAN login.
|
|
858
|
-
* @param {*} [options] Override http request option.
|
|
859
|
-
* @deprecated
|
|
860
|
-
* @throws {RequiredError}
|
|
861
|
-
*/
|
|
862
|
-
async eanAuthentication(authenticationEanRequest, options) {
|
|
863
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.eanAuthentication(authenticationEanRequest, options);
|
|
864
|
-
const index = configuration?.serverIndex ?? 0;
|
|
865
|
-
const operationBasePath = base_1.operationServerMap['AuthenticateApi.eanAuthentication']?.[index]?.url;
|
|
866
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
867
|
-
},
|
|
868
756
|
/**
|
|
869
757
|
*
|
|
870
758
|
* @summary Generate a QR code for authentication
|
|
@@ -979,20 +867,6 @@ const AuthenticateApiFp = function (configuration) {
|
|
|
979
867
|
const operationBasePath = base_1.operationServerMap['AuthenticateApi.localAuthentication']?.[index]?.url;
|
|
980
868
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
981
869
|
},
|
|
982
|
-
/**
|
|
983
|
-
*
|
|
984
|
-
* @summary PIN login for members using memberId.
|
|
985
|
-
* @param {MemberAuthenticationPinRequest} memberAuthenticationPinRequest The PIN login.
|
|
986
|
-
* @param {*} [options] Override http request option.
|
|
987
|
-
* @deprecated
|
|
988
|
-
* @throws {RequiredError}
|
|
989
|
-
*/
|
|
990
|
-
async memberPinAuthentication(memberAuthenticationPinRequest, options) {
|
|
991
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.memberPinAuthentication(memberAuthenticationPinRequest, options);
|
|
992
|
-
const index = configuration?.serverIndex ?? 0;
|
|
993
|
-
const operationBasePath = base_1.operationServerMap['AuthenticateApi.memberPinAuthentication']?.[index]?.url;
|
|
994
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
995
|
-
},
|
|
996
870
|
/**
|
|
997
871
|
*
|
|
998
872
|
* @summary Mock login and hand out token.
|
|
@@ -1006,34 +880,6 @@ const AuthenticateApiFp = function (configuration) {
|
|
|
1006
880
|
const operationBasePath = base_1.operationServerMap['AuthenticateApi.mockAuthentication']?.[index]?.url;
|
|
1007
881
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1008
882
|
},
|
|
1009
|
-
/**
|
|
1010
|
-
*
|
|
1011
|
-
* @summary NFC login and hand out token
|
|
1012
|
-
* @param {AuthenticationNfcRequest} authenticationNfcRequest The NFC login.
|
|
1013
|
-
* @param {*} [options] Override http request option.
|
|
1014
|
-
* @deprecated
|
|
1015
|
-
* @throws {RequiredError}
|
|
1016
|
-
*/
|
|
1017
|
-
async nfcAuthentication(authenticationNfcRequest, options) {
|
|
1018
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.nfcAuthentication(authenticationNfcRequest, options);
|
|
1019
|
-
const index = configuration?.serverIndex ?? 0;
|
|
1020
|
-
const operationBasePath = base_1.operationServerMap['AuthenticateApi.nfcAuthentication']?.[index]?.url;
|
|
1021
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1022
|
-
},
|
|
1023
|
-
/**
|
|
1024
|
-
*
|
|
1025
|
-
* @summary PIN login and hand out token
|
|
1026
|
-
* @param {AuthenticationPinRequest} authenticationPinRequest The PIN login.
|
|
1027
|
-
* @param {*} [options] Override http request option.
|
|
1028
|
-
* @deprecated
|
|
1029
|
-
* @throws {RequiredError}
|
|
1030
|
-
*/
|
|
1031
|
-
async pinAuthentication(authenticationPinRequest, options) {
|
|
1032
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.pinAuthentication(authenticationPinRequest, options);
|
|
1033
|
-
const index = configuration?.serverIndex ?? 0;
|
|
1034
|
-
const operationBasePath = base_1.operationServerMap['AuthenticateApi.pinAuthentication']?.[index]?.url;
|
|
1035
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1036
|
-
},
|
|
1037
883
|
/**
|
|
1038
884
|
*
|
|
1039
885
|
* @summary Get a new JWT token, maintaining the same access level (posId) as the original token
|
|
@@ -1164,17 +1010,6 @@ const AuthenticateApiFactory = function (configuration, basePath, axios) {
|
|
|
1164
1010
|
confirmQRCode(requestParameters, options) {
|
|
1165
1011
|
return localVarFp.confirmQRCode(requestParameters.sessionId, options).then((request) => request(axios, basePath));
|
|
1166
1012
|
},
|
|
1167
|
-
/**
|
|
1168
|
-
*
|
|
1169
|
-
* @summary EAN login and hand out token
|
|
1170
|
-
* @param {AuthenticateApiEanAuthenticationRequest} requestParameters Request parameters.
|
|
1171
|
-
* @param {*} [options] Override http request option.
|
|
1172
|
-
* @deprecated
|
|
1173
|
-
* @throws {RequiredError}
|
|
1174
|
-
*/
|
|
1175
|
-
eanAuthentication(requestParameters, options) {
|
|
1176
|
-
return localVarFp.eanAuthentication(requestParameters.authenticationEanRequest, options).then((request) => request(axios, basePath));
|
|
1177
|
-
},
|
|
1178
1013
|
/**
|
|
1179
1014
|
*
|
|
1180
1015
|
* @summary Generate a QR code for authentication
|
|
@@ -1262,17 +1097,6 @@ const AuthenticateApiFactory = function (configuration, basePath, axios) {
|
|
|
1262
1097
|
localAuthentication(requestParameters, options) {
|
|
1263
1098
|
return localVarFp.localAuthentication(requestParameters.authenticationLocalRequest, options).then((request) => request(axios, basePath));
|
|
1264
1099
|
},
|
|
1265
|
-
/**
|
|
1266
|
-
*
|
|
1267
|
-
* @summary PIN login for members using memberId.
|
|
1268
|
-
* @param {AuthenticateApiMemberPinAuthenticationRequest} requestParameters Request parameters.
|
|
1269
|
-
* @param {*} [options] Override http request option.
|
|
1270
|
-
* @deprecated
|
|
1271
|
-
* @throws {RequiredError}
|
|
1272
|
-
*/
|
|
1273
|
-
memberPinAuthentication(requestParameters, options) {
|
|
1274
|
-
return localVarFp.memberPinAuthentication(requestParameters.memberAuthenticationPinRequest, options).then((request) => request(axios, basePath));
|
|
1275
|
-
},
|
|
1276
1100
|
/**
|
|
1277
1101
|
*
|
|
1278
1102
|
* @summary Mock login and hand out token.
|
|
@@ -1283,28 +1107,6 @@ const AuthenticateApiFactory = function (configuration, basePath, axios) {
|
|
|
1283
1107
|
mockAuthentication(requestParameters, options) {
|
|
1284
1108
|
return localVarFp.mockAuthentication(requestParameters.authenticationMockRequest, options).then((request) => request(axios, basePath));
|
|
1285
1109
|
},
|
|
1286
|
-
/**
|
|
1287
|
-
*
|
|
1288
|
-
* @summary NFC login and hand out token
|
|
1289
|
-
* @param {AuthenticateApiNfcAuthenticationRequest} requestParameters Request parameters.
|
|
1290
|
-
* @param {*} [options] Override http request option.
|
|
1291
|
-
* @deprecated
|
|
1292
|
-
* @throws {RequiredError}
|
|
1293
|
-
*/
|
|
1294
|
-
nfcAuthentication(requestParameters, options) {
|
|
1295
|
-
return localVarFp.nfcAuthentication(requestParameters.authenticationNfcRequest, options).then((request) => request(axios, basePath));
|
|
1296
|
-
},
|
|
1297
|
-
/**
|
|
1298
|
-
*
|
|
1299
|
-
* @summary PIN login and hand out token
|
|
1300
|
-
* @param {AuthenticateApiPinAuthenticationRequest} requestParameters Request parameters.
|
|
1301
|
-
* @param {*} [options] Override http request option.
|
|
1302
|
-
* @deprecated
|
|
1303
|
-
* @throws {RequiredError}
|
|
1304
|
-
*/
|
|
1305
|
-
pinAuthentication(requestParameters, options) {
|
|
1306
|
-
return localVarFp.pinAuthentication(requestParameters.authenticationPinRequest, options).then((request) => request(axios, basePath));
|
|
1307
|
-
},
|
|
1308
1110
|
/**
|
|
1309
1111
|
*
|
|
1310
1112
|
* @summary Get a new JWT token, maintaining the same access level (posId) as the original token
|
|
@@ -1417,18 +1219,6 @@ class AuthenticateApi extends base_1.BaseAPI {
|
|
|
1417
1219
|
confirmQRCode(requestParameters, options) {
|
|
1418
1220
|
return (0, exports.AuthenticateApiFp)(this.configuration).confirmQRCode(requestParameters.sessionId, options).then((request) => request(this.axios, this.basePath));
|
|
1419
1221
|
}
|
|
1420
|
-
/**
|
|
1421
|
-
*
|
|
1422
|
-
* @summary EAN login and hand out token
|
|
1423
|
-
* @param {AuthenticateApiEanAuthenticationRequest} requestParameters Request parameters.
|
|
1424
|
-
* @param {*} [options] Override http request option.
|
|
1425
|
-
* @deprecated
|
|
1426
|
-
* @throws {RequiredError}
|
|
1427
|
-
* @memberof AuthenticateApi
|
|
1428
|
-
*/
|
|
1429
|
-
eanAuthentication(requestParameters, options) {
|
|
1430
|
-
return (0, exports.AuthenticateApiFp)(this.configuration).eanAuthentication(requestParameters.authenticationEanRequest, options).then((request) => request(this.axios, this.basePath));
|
|
1431
|
-
}
|
|
1432
1222
|
/**
|
|
1433
1223
|
*
|
|
1434
1224
|
* @summary Generate a QR code for authentication
|
|
@@ -1525,18 +1315,6 @@ class AuthenticateApi extends base_1.BaseAPI {
|
|
|
1525
1315
|
localAuthentication(requestParameters, options) {
|
|
1526
1316
|
return (0, exports.AuthenticateApiFp)(this.configuration).localAuthentication(requestParameters.authenticationLocalRequest, options).then((request) => request(this.axios, this.basePath));
|
|
1527
1317
|
}
|
|
1528
|
-
/**
|
|
1529
|
-
*
|
|
1530
|
-
* @summary PIN login for members using memberId.
|
|
1531
|
-
* @param {AuthenticateApiMemberPinAuthenticationRequest} requestParameters Request parameters.
|
|
1532
|
-
* @param {*} [options] Override http request option.
|
|
1533
|
-
* @deprecated
|
|
1534
|
-
* @throws {RequiredError}
|
|
1535
|
-
* @memberof AuthenticateApi
|
|
1536
|
-
*/
|
|
1537
|
-
memberPinAuthentication(requestParameters, options) {
|
|
1538
|
-
return (0, exports.AuthenticateApiFp)(this.configuration).memberPinAuthentication(requestParameters.memberAuthenticationPinRequest, options).then((request) => request(this.axios, this.basePath));
|
|
1539
|
-
}
|
|
1540
1318
|
/**
|
|
1541
1319
|
*
|
|
1542
1320
|
* @summary Mock login and hand out token.
|
|
@@ -1548,30 +1326,6 @@ class AuthenticateApi extends base_1.BaseAPI {
|
|
|
1548
1326
|
mockAuthentication(requestParameters, options) {
|
|
1549
1327
|
return (0, exports.AuthenticateApiFp)(this.configuration).mockAuthentication(requestParameters.authenticationMockRequest, options).then((request) => request(this.axios, this.basePath));
|
|
1550
1328
|
}
|
|
1551
|
-
/**
|
|
1552
|
-
*
|
|
1553
|
-
* @summary NFC login and hand out token
|
|
1554
|
-
* @param {AuthenticateApiNfcAuthenticationRequest} requestParameters Request parameters.
|
|
1555
|
-
* @param {*} [options] Override http request option.
|
|
1556
|
-
* @deprecated
|
|
1557
|
-
* @throws {RequiredError}
|
|
1558
|
-
* @memberof AuthenticateApi
|
|
1559
|
-
*/
|
|
1560
|
-
nfcAuthentication(requestParameters, options) {
|
|
1561
|
-
return (0, exports.AuthenticateApiFp)(this.configuration).nfcAuthentication(requestParameters.authenticationNfcRequest, options).then((request) => request(this.axios, this.basePath));
|
|
1562
|
-
}
|
|
1563
|
-
/**
|
|
1564
|
-
*
|
|
1565
|
-
* @summary PIN login and hand out token
|
|
1566
|
-
* @param {AuthenticateApiPinAuthenticationRequest} requestParameters Request parameters.
|
|
1567
|
-
* @param {*} [options] Override http request option.
|
|
1568
|
-
* @deprecated
|
|
1569
|
-
* @throws {RequiredError}
|
|
1570
|
-
* @memberof AuthenticateApi
|
|
1571
|
-
*/
|
|
1572
|
-
pinAuthentication(requestParameters, options) {
|
|
1573
|
-
return (0, exports.AuthenticateApiFp)(this.configuration).pinAuthentication(requestParameters.authenticationPinRequest, options).then((request) => request(this.axios, this.basePath));
|
|
1574
|
-
}
|
|
1575
1329
|
/**
|
|
1576
1330
|
*
|
|
1577
1331
|
* @summary Get a new JWT token, maintaining the same access level (posId) as the original token
|
|
@@ -1703,7 +1457,7 @@ const BalanceApiAxiosParamCreator = function (configuration) {
|
|
|
1703
1457
|
* @param {boolean} [hasFine] Only users with(out) fines
|
|
1704
1458
|
* @param {number} [minFine] Minimum fine
|
|
1705
1459
|
* @param {number} [maxFine] Maximum fine
|
|
1706
|
-
* @param {
|
|
1460
|
+
* @param {Array<UserType>} [userTypes] Filter based on user type.
|
|
1707
1461
|
* @param {string} [orderBy] Column to order balance by - eg: id,amount
|
|
1708
1462
|
* @param {GetAllBalanceOrderDirectionEnum} [orderDirection] Order direction
|
|
1709
1463
|
* @param {boolean} [allowDeleted] Whether to include deleted users
|
|
@@ -1867,7 +1621,7 @@ const BalanceApiFp = function (configuration) {
|
|
|
1867
1621
|
* @param {boolean} [hasFine] Only users with(out) fines
|
|
1868
1622
|
* @param {number} [minFine] Minimum fine
|
|
1869
1623
|
* @param {number} [maxFine] Maximum fine
|
|
1870
|
-
* @param {
|
|
1624
|
+
* @param {Array<UserType>} [userTypes] Filter based on user type.
|
|
1871
1625
|
* @param {string} [orderBy] Column to order balance by - eg: id,amount
|
|
1872
1626
|
* @param {GetAllBalanceOrderDirectionEnum} [orderDirection] Order direction
|
|
1873
1627
|
* @param {boolean} [allowDeleted] Whether to include deleted users
|
|
@@ -2012,10 +1766,6 @@ class BalanceApi extends base_1.BaseAPI {
|
|
|
2012
1766
|
}
|
|
2013
1767
|
}
|
|
2014
1768
|
exports.BalanceApi = BalanceApi;
|
|
2015
|
-
/**
|
|
2016
|
-
* @export
|
|
2017
|
-
*/
|
|
2018
|
-
exports.GetAllBalanceUserTypesEnum = {};
|
|
2019
1769
|
/**
|
|
2020
1770
|
* @export
|
|
2021
1771
|
*/
|
|
@@ -5804,7 +5554,7 @@ const InvoicesApiAxiosParamCreator = function (configuration) {
|
|
|
5804
5554
|
* @summary Returns all invoices in the system.
|
|
5805
5555
|
* @param {number} [toId] Filter on Id of the debtor
|
|
5806
5556
|
* @param {number} [invoiceId] Filter on invoice ID
|
|
5807
|
-
* @param {
|
|
5557
|
+
* @param {Array<GetAllInvoicesCurrentStateParameterInner>} [currentState] Filter based on Invoice State.
|
|
5808
5558
|
* @param {boolean} [returnEntries] Boolean if invoice entries should be returned
|
|
5809
5559
|
* @param {string} [fromDate] Start date for selected invoices (inclusive)
|
|
5810
5560
|
* @param {string} [tillDate] End date for selected invoices (exclusive)
|
|
@@ -6167,7 +5917,7 @@ const InvoicesApiFp = function (configuration) {
|
|
|
6167
5917
|
* @summary Returns all invoices in the system.
|
|
6168
5918
|
* @param {number} [toId] Filter on Id of the debtor
|
|
6169
5919
|
* @param {number} [invoiceId] Filter on invoice ID
|
|
6170
|
-
* @param {
|
|
5920
|
+
* @param {Array<GetAllInvoicesCurrentStateParameterInner>} [currentState] Filter based on Invoice State.
|
|
6171
5921
|
* @param {boolean} [returnEntries] Boolean if invoice entries should be returned
|
|
6172
5922
|
* @param {string} [fromDate] Start date for selected invoices (inclusive)
|
|
6173
5923
|
* @param {string} [tillDate] End date for selected invoices (exclusive)
|
|
@@ -6530,10 +6280,6 @@ class InvoicesApi extends base_1.BaseAPI {
|
|
|
6530
6280
|
}
|
|
6531
6281
|
}
|
|
6532
6282
|
exports.InvoicesApi = InvoicesApi;
|
|
6533
|
-
/**
|
|
6534
|
-
* @export
|
|
6535
|
-
*/
|
|
6536
|
-
exports.GetAllInvoicesCurrentStateEnum = {};
|
|
6537
6283
|
/**
|
|
6538
6284
|
* PayoutRequestsApi - axios parameter creator
|
|
6539
6285
|
* @export
|
|
@@ -10075,7 +9821,7 @@ const SyncApiAxiosParamCreator = function (configuration) {
|
|
|
10075
9821
|
/**
|
|
10076
9822
|
* Performs a dry-run synchronization of users using the specified services. This endpoint always performs a dry-run and does not apply any actual database changes.
|
|
10077
9823
|
* @summary Get dry-run sync results for users
|
|
10078
|
-
* @param {GetUserSyncResultsServiceEnum} [service] Array of sync services to use (ldap, gewisdb). If not provided, all available services will be used.
|
|
9824
|
+
* @param {Array<GetUserSyncResultsServiceEnum>} [service] Array of sync services to use (ldap, gewisdb). If not provided, all available services will be used.
|
|
10079
9825
|
* @param {*} [options] Override http request option.
|
|
10080
9826
|
* @throws {RequiredError}
|
|
10081
9827
|
*/
|
|
@@ -10117,7 +9863,7 @@ const SyncApiFp = function (configuration) {
|
|
|
10117
9863
|
/**
|
|
10118
9864
|
* Performs a dry-run synchronization of users using the specified services. This endpoint always performs a dry-run and does not apply any actual database changes.
|
|
10119
9865
|
* @summary Get dry-run sync results for users
|
|
10120
|
-
* @param {GetUserSyncResultsServiceEnum} [service] Array of sync services to use (ldap, gewisdb). If not provided, all available services will be used.
|
|
9866
|
+
* @param {Array<GetUserSyncResultsServiceEnum>} [service] Array of sync services to use (ldap, gewisdb). If not provided, all available services will be used.
|
|
10121
9867
|
* @param {*} [options] Override http request option.
|
|
10122
9868
|
* @throws {RequiredError}
|
|
10123
9869
|
*/
|
|
@@ -10173,7 +9919,10 @@ exports.SyncApi = SyncApi;
|
|
|
10173
9919
|
/**
|
|
10174
9920
|
* @export
|
|
10175
9921
|
*/
|
|
10176
|
-
exports.GetUserSyncResultsServiceEnum = {
|
|
9922
|
+
exports.GetUserSyncResultsServiceEnum = {
|
|
9923
|
+
Ldap: 'LDAP',
|
|
9924
|
+
Gewisdb: 'GEWISDB'
|
|
9925
|
+
};
|
|
10177
9926
|
/**
|
|
10178
9927
|
* TermsOfServiceApi - axios parameter creator
|
|
10179
9928
|
* @export
|
|
@@ -11246,12 +10995,15 @@ const TransfersApiAxiosParamCreator = function (configuration) {
|
|
|
11246
10995
|
* @summary Returns all existing transfers
|
|
11247
10996
|
* @param {string} [fromDate] Start date for selected transfers (inclusive)
|
|
11248
10997
|
* @param {string} [tillDate] End date for selected transfers (exclusive)
|
|
10998
|
+
* @param {number} [fromId] Filter transfers from this user ID
|
|
10999
|
+
* @param {number} [toId] Filter transfers to this user ID
|
|
11000
|
+
* @param {string} [category] Restrict to a specific transfer category: deposit, payoutRequest, sellerPayout, invoice, creditInvoice, fine, waivedFines, writeOff, inactiveAdministrativeCost, manualCreation, manualDeletion
|
|
11249
11001
|
* @param {number} [take] How many transfers the endpoint should return
|
|
11250
11002
|
* @param {number} [skip] How many transfers should be skipped (for pagination)
|
|
11251
11003
|
* @param {*} [options] Override http request option.
|
|
11252
11004
|
* @throws {RequiredError}
|
|
11253
11005
|
*/
|
|
11254
|
-
getAllTransfers: async (fromDate, tillDate, take, skip, options = {}) => {
|
|
11006
|
+
getAllTransfers: async (fromDate, tillDate, fromId, toId, category, take, skip, options = {}) => {
|
|
11255
11007
|
const localVarPath = `/transfers`;
|
|
11256
11008
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
11257
11009
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -11271,6 +11023,15 @@ const TransfersApiAxiosParamCreator = function (configuration) {
|
|
|
11271
11023
|
if (tillDate !== undefined) {
|
|
11272
11024
|
localVarQueryParameter['tillDate'] = tillDate;
|
|
11273
11025
|
}
|
|
11026
|
+
if (fromId !== undefined) {
|
|
11027
|
+
localVarQueryParameter['fromId'] = fromId;
|
|
11028
|
+
}
|
|
11029
|
+
if (toId !== undefined) {
|
|
11030
|
+
localVarQueryParameter['toId'] = toId;
|
|
11031
|
+
}
|
|
11032
|
+
if (category !== undefined) {
|
|
11033
|
+
localVarQueryParameter['category'] = category;
|
|
11034
|
+
}
|
|
11274
11035
|
if (take !== undefined) {
|
|
11275
11036
|
localVarQueryParameter['take'] = take;
|
|
11276
11037
|
}
|
|
@@ -11482,13 +11243,16 @@ const TransfersApiFp = function (configuration) {
|
|
|
11482
11243
|
* @summary Returns all existing transfers
|
|
11483
11244
|
* @param {string} [fromDate] Start date for selected transfers (inclusive)
|
|
11484
11245
|
* @param {string} [tillDate] End date for selected transfers (exclusive)
|
|
11246
|
+
* @param {number} [fromId] Filter transfers from this user ID
|
|
11247
|
+
* @param {number} [toId] Filter transfers to this user ID
|
|
11248
|
+
* @param {string} [category] Restrict to a specific transfer category: deposit, payoutRequest, sellerPayout, invoice, creditInvoice, fine, waivedFines, writeOff, inactiveAdministrativeCost, manualCreation, manualDeletion
|
|
11485
11249
|
* @param {number} [take] How many transfers the endpoint should return
|
|
11486
11250
|
* @param {number} [skip] How many transfers should be skipped (for pagination)
|
|
11487
11251
|
* @param {*} [options] Override http request option.
|
|
11488
11252
|
* @throws {RequiredError}
|
|
11489
11253
|
*/
|
|
11490
|
-
async getAllTransfers(fromDate, tillDate, take, skip, options) {
|
|
11491
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getAllTransfers(fromDate, tillDate, take, skip, options);
|
|
11254
|
+
async getAllTransfers(fromDate, tillDate, fromId, toId, category, take, skip, options) {
|
|
11255
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getAllTransfers(fromDate, tillDate, fromId, toId, category, take, skip, options);
|
|
11492
11256
|
const index = configuration?.serverIndex ?? 0;
|
|
11493
11257
|
const operationBasePath = base_1.operationServerMap['TransfersApi.getAllTransfers']?.[index]?.url;
|
|
11494
11258
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
@@ -11590,7 +11354,7 @@ const TransfersApiFactory = function (configuration, basePath, axios) {
|
|
|
11590
11354
|
* @throws {RequiredError}
|
|
11591
11355
|
*/
|
|
11592
11356
|
getAllTransfers(requestParameters = {}, options) {
|
|
11593
|
-
return localVarFp.getAllTransfers(requestParameters.fromDate, requestParameters.tillDate, requestParameters.take, requestParameters.skip, options).then((request) => request(axios, basePath));
|
|
11357
|
+
return localVarFp.getAllTransfers(requestParameters.fromDate, requestParameters.tillDate, requestParameters.fromId, requestParameters.toId, requestParameters.category, requestParameters.take, requestParameters.skip, options).then((request) => request(axios, basePath));
|
|
11594
11358
|
},
|
|
11595
11359
|
/**
|
|
11596
11360
|
*
|
|
@@ -11673,7 +11437,7 @@ class TransfersApi extends base_1.BaseAPI {
|
|
|
11673
11437
|
* @memberof TransfersApi
|
|
11674
11438
|
*/
|
|
11675
11439
|
getAllTransfers(requestParameters = {}, options) {
|
|
11676
|
-
return (0, exports.TransfersApiFp)(this.configuration).getAllTransfers(requestParameters.fromDate, requestParameters.tillDate, requestParameters.take, requestParameters.skip, options).then((request) => request(this.axios, this.basePath));
|
|
11440
|
+
return (0, exports.TransfersApiFp)(this.configuration).getAllTransfers(requestParameters.fromDate, requestParameters.tillDate, requestParameters.fromId, requestParameters.toId, requestParameters.category, requestParameters.take, requestParameters.skip, options).then((request) => request(this.axios, this.basePath));
|
|
11677
11441
|
}
|
|
11678
11442
|
/**
|
|
11679
11443
|
*
|
package/dist/base.js
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.operationServerMap = exports.RequiredError = exports.BaseAPI = exports.COLLECTION_FORMATS = exports.BASE_PATH = void 0;
|
|
17
17
|
const axios_1 = require("axios");
|
|
18
|
-
exports.BASE_PATH = "http://
|
|
18
|
+
exports.BASE_PATH = "http://localhost:3000/api/v1".replace(/\/+$/, "");
|
|
19
19
|
/**
|
|
20
20
|
*
|
|
21
21
|
* @export
|
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.a67cc5d",
|
|
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.16.1"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@openapitools/openapi-generator-cli": "
|
|
23
|
-
"typescript": "
|
|
22
|
+
"@openapitools/openapi-generator-cli": "2.32.0",
|
|
23
|
+
"typescript": "5.9.3"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|