@gewis/sudosos-client 1.33.0 → 1.34.0

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 (3) hide show
  1. package/dist/api.d.ts +239 -233
  2. package/dist/api.js +207 -207
  3. package/package.json +2 -2
package/dist/api.d.ts CHANGED
@@ -58,6 +58,25 @@ export interface AddRoleRequest {
58
58
  */
59
59
  'roleId': number;
60
60
  }
61
+ /**
62
+ *
63
+ * @export
64
+ * @interface AuthenticationEanRequest
65
+ */
66
+ export interface AuthenticationEanRequest {
67
+ /**
68
+ *
69
+ * @type {string}
70
+ * @memberof AuthenticationEanRequest
71
+ */
72
+ 'eanCode': string;
73
+ /**
74
+ * POS identifier
75
+ * @type {number}
76
+ * @memberof AuthenticationEanRequest
77
+ */
78
+ 'posId': number;
79
+ }
61
80
  /**
62
81
  *
63
82
  * @export
@@ -134,6 +153,50 @@ export interface AuthenticationMockRequest {
134
153
  */
135
154
  'nonce': string;
136
155
  }
156
+ /**
157
+ *
158
+ * @export
159
+ * @interface AuthenticationNfcRequest
160
+ */
161
+ export interface AuthenticationNfcRequest {
162
+ /**
163
+ *
164
+ * @type {string}
165
+ * @memberof AuthenticationNfcRequest
166
+ */
167
+ 'nfcCode': string;
168
+ /**
169
+ * POS identifier
170
+ * @type {number}
171
+ * @memberof AuthenticationNfcRequest
172
+ */
173
+ 'posId': number;
174
+ }
175
+ /**
176
+ *
177
+ * @export
178
+ * @interface AuthenticationPinRequest
179
+ */
180
+ export interface AuthenticationPinRequest {
181
+ /**
182
+ *
183
+ * @type {number}
184
+ * @memberof AuthenticationPinRequest
185
+ */
186
+ 'userId': number;
187
+ /**
188
+ *
189
+ * @type {string}
190
+ * @memberof AuthenticationPinRequest
191
+ */
192
+ 'pin': string;
193
+ /**
194
+ * POS identifier
195
+ * @type {number}
196
+ * @memberof AuthenticationPinRequest
197
+ */
198
+ 'posId': number;
199
+ }
137
200
  /**
138
201
  *
139
202
  * @export
@@ -215,69 +278,6 @@ export interface AuthenticationResponse {
215
278
  */
216
279
  'rolesWithPermissions': Array<RoleWithPermissionsResponse>;
217
280
  }
218
- /**
219
- *
220
- * @export
221
- * @interface AuthenticationSecureEanRequest
222
- */
223
- export interface AuthenticationSecureEanRequest {
224
- /**
225
- *
226
- * @type {string}
227
- * @memberof AuthenticationSecureEanRequest
228
- */
229
- 'eanCode': string;
230
- /**
231
- * POS identifier
232
- * @type {number}
233
- * @memberof AuthenticationSecureEanRequest
234
- */
235
- 'posId': number;
236
- }
237
- /**
238
- *
239
- * @export
240
- * @interface AuthenticationSecureNfcRequest
241
- */
242
- export interface AuthenticationSecureNfcRequest {
243
- /**
244
- *
245
- * @type {string}
246
- * @memberof AuthenticationSecureNfcRequest
247
- */
248
- 'nfcCode': string;
249
- /**
250
- * POS identifier
251
- * @type {number}
252
- * @memberof AuthenticationSecureNfcRequest
253
- */
254
- 'posId': number;
255
- }
256
- /**
257
- *
258
- * @export
259
- * @interface AuthenticationSecurePinRequest
260
- */
261
- export interface AuthenticationSecurePinRequest {
262
- /**
263
- *
264
- * @type {number}
265
- * @memberof AuthenticationSecurePinRequest
266
- */
267
- 'userId': number;
268
- /**
269
- *
270
- * @type {string}
271
- * @memberof AuthenticationSecurePinRequest
272
- */
273
- 'pin': string;
274
- /**
275
- * POS identifier (required for secure authentication)
276
- * @type {number}
277
- * @memberof AuthenticationSecurePinRequest
278
- */
279
- 'posId': number;
280
- }
281
281
  /**
282
282
  *
283
283
  * @export
@@ -3276,25 +3276,25 @@ export interface MarkFulfilledExternallyRequest {
3276
3276
  /**
3277
3277
  *
3278
3278
  * @export
3279
- * @interface MemberAuthenticationSecurePinRequest
3279
+ * @interface MemberAuthenticationPinRequest
3280
3280
  */
3281
- export interface MemberAuthenticationSecurePinRequest {
3281
+ export interface MemberAuthenticationPinRequest {
3282
3282
  /**
3283
3283
  *
3284
3284
  * @type {number}
3285
- * @memberof MemberAuthenticationSecurePinRequest
3285
+ * @memberof MemberAuthenticationPinRequest
3286
3286
  */
3287
3287
  'memberId': number;
3288
3288
  /**
3289
3289
  *
3290
3290
  * @type {string}
3291
- * @memberof MemberAuthenticationSecurePinRequest
3291
+ * @memberof MemberAuthenticationPinRequest
3292
3292
  */
3293
3293
  'pin': string;
3294
3294
  /**
3295
3295
  * POS identifier
3296
3296
  * @type {number}
3297
- * @memberof MemberAuthenticationSecurePinRequest
3297
+ * @memberof MemberAuthenticationPinRequest
3298
3298
  */
3299
3299
  'posId': number;
3300
3300
  }
@@ -5297,6 +5297,12 @@ export interface TermsOfServiceResponse {
5297
5297
  * @memberof TermsOfServiceResponse
5298
5298
  */
5299
5299
  'versionNumber': string;
5300
+ /**
5301
+ * The date this version took effect.
5302
+ * @type {string}
5303
+ * @memberof TermsOfServiceResponse
5304
+ */
5305
+ 'date': string;
5300
5306
  /**
5301
5307
  * The terms of service content.
5302
5308
  * @type {string}
@@ -7269,6 +7275,14 @@ export declare const AuthenticateApiAxiosParamCreator: (configuration?: Configur
7269
7275
  * @throws {RequiredError}
7270
7276
  */
7271
7277
  confirmQRCode: (sessionId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7278
+ /**
7279
+ *
7280
+ * @summary EAN authentication that requires POS user authentication
7281
+ * @param {AuthenticationEanRequest} authenticationEanRequest The EAN login request with posId
7282
+ * @param {*} [options] Override http request option.
7283
+ * @throws {RequiredError}
7284
+ */
7285
+ eanAuthentication: (authenticationEanRequest: AuthenticationEanRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7272
7286
  /**
7273
7287
  *
7274
7288
  * @summary Generate a QR code for authentication
@@ -7340,67 +7354,59 @@ export declare const AuthenticateApiAxiosParamCreator: (configuration?: Configur
7340
7354
  localAuthentication: (authenticationLocalRequest: AuthenticationLocalRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7341
7355
  /**
7342
7356
  *
7343
- * @summary Mock login and hand out token.
7344
- * @param {AuthenticationMockRequest} authenticationMockRequest The mock login.
7345
- * @param {*} [options] Override http request option.
7346
- * @throws {RequiredError}
7347
- */
7348
- mockAuthentication: (authenticationMockRequest: AuthenticationMockRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7349
- /**
7350
- *
7351
- * @summary Get a new JWT token, maintaining the same access level (posId) as the original token
7357
+ * @summary Member PIN authentication that requires POS user authentication
7358
+ * @param {MemberAuthenticationPinRequest} memberAuthenticationPinRequest The PIN login request with posId
7352
7359
  * @param {*} [options] Override http request option.
7353
7360
  * @throws {RequiredError}
7354
7361
  */
7355
- refreshToken: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7362
+ memberPINAuthentication: (memberAuthenticationPinRequest: MemberAuthenticationPinRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7356
7363
  /**
7357
7364
  *
7358
- * @summary Creates a reset token for the local authentication
7359
- * @param {ResetLocalRequest} resetLocalRequest The reset info.
7365
+ * @summary Mock login and hand out token.
7366
+ * @param {AuthenticationMockRequest} authenticationMockRequest The mock login.
7360
7367
  * @param {*} [options] Override http request option.
7361
7368
  * @throws {RequiredError}
7362
7369
  */
7363
- resetLocal: (resetLocalRequest: ResetLocalRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7370
+ mockAuthentication: (authenticationMockRequest: AuthenticationMockRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7364
7371
  /**
7365
7372
  *
7366
- * @summary Reset local authentication using the provided token
7367
- * @param {AuthenticationResetTokenRequest} authenticationResetTokenRequest The reset token.
7373
+ * @summary NFC authentication that requires POS user authentication
7374
+ * @param {AuthenticationNfcRequest} authenticationNfcRequest The NFC login request with posId
7368
7375
  * @param {*} [options] Override http request option.
7369
7376
  * @throws {RequiredError}
7370
7377
  */
7371
- resetLocalWithToken: (authenticationResetTokenRequest: AuthenticationResetTokenRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7378
+ nfcAuthentication: (authenticationNfcRequest: AuthenticationNfcRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7372
7379
  /**
7373
7380
  *
7374
- * @summary Secure EAN authentication that requires POS user authentication
7375
- * @param {AuthenticationSecureEanRequest} authenticationSecureEanRequest The EAN login request with posId
7381
+ * @summary PIN authentication that requires POS user authentication
7382
+ * @param {AuthenticationPinRequest} authenticationPinRequest The PIN login request with posId
7376
7383
  * @param {*} [options] Override http request option.
7377
7384
  * @throws {RequiredError}
7378
7385
  */
7379
- secureEanAuthentication: (authenticationSecureEanRequest: AuthenticationSecureEanRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7386
+ pinAuthentication: (authenticationPinRequest: AuthenticationPinRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7380
7387
  /**
7381
7388
  *
7382
- * @summary Secure member PIN authentication that requires POS user authentication
7383
- * @param {MemberAuthenticationSecurePinRequest} memberAuthenticationSecurePinRequest The PIN login request with posId
7389
+ * @summary Get a new JWT token, maintaining the same access level (posId) as the original token
7384
7390
  * @param {*} [options] Override http request option.
7385
7391
  * @throws {RequiredError}
7386
7392
  */
7387
- secureMemberPINAuthentication: (memberAuthenticationSecurePinRequest: MemberAuthenticationSecurePinRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7393
+ refreshToken: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7388
7394
  /**
7389
7395
  *
7390
- * @summary Secure NFC authentication that requires POS user authentication
7391
- * @param {AuthenticationSecureNfcRequest} authenticationSecureNfcRequest The NFC login request with posId
7396
+ * @summary Creates a reset token for the local authentication
7397
+ * @param {ResetLocalRequest} resetLocalRequest The reset info.
7392
7398
  * @param {*} [options] Override http request option.
7393
7399
  * @throws {RequiredError}
7394
7400
  */
7395
- secureNfcAuthentication: (authenticationSecureNfcRequest: AuthenticationSecureNfcRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7401
+ resetLocal: (resetLocalRequest: ResetLocalRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7396
7402
  /**
7397
7403
  *
7398
- * @summary Secure PIN authentication that requires POS user authentication
7399
- * @param {AuthenticationSecurePinRequest} authenticationSecurePinRequest The PIN login request with posId
7404
+ * @summary Reset local authentication using the provided token
7405
+ * @param {AuthenticationResetTokenRequest} authenticationResetTokenRequest The reset token.
7400
7406
  * @param {*} [options] Override http request option.
7401
7407
  * @throws {RequiredError}
7402
7408
  */
7403
- securePINAuthentication: (authenticationSecurePinRequest: AuthenticationSecurePinRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7409
+ resetLocalWithToken: (authenticationResetTokenRequest: AuthenticationResetTokenRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7404
7410
  };
7405
7411
  /**
7406
7412
  * AuthenticateApi - functional programming interface
@@ -7431,6 +7437,14 @@ export declare const AuthenticateApiFp: (configuration?: Configuration) => {
7431
7437
  * @throws {RequiredError}
7432
7438
  */
7433
7439
  confirmQRCode(sessionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
7440
+ /**
7441
+ *
7442
+ * @summary EAN authentication that requires POS user authentication
7443
+ * @param {AuthenticationEanRequest} authenticationEanRequest The EAN login request with posId
7444
+ * @param {*} [options] Override http request option.
7445
+ * @throws {RequiredError}
7446
+ */
7447
+ eanAuthentication(authenticationEanRequest: AuthenticationEanRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuthenticationResponse>>;
7434
7448
  /**
7435
7449
  *
7436
7450
  * @summary Generate a QR code for authentication
@@ -7502,67 +7516,59 @@ export declare const AuthenticateApiFp: (configuration?: Configuration) => {
7502
7516
  localAuthentication(authenticationLocalRequest: AuthenticationLocalRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuthenticationResponse>>;
7503
7517
  /**
7504
7518
  *
7505
- * @summary Mock login and hand out token.
7506
- * @param {AuthenticationMockRequest} authenticationMockRequest The mock login.
7507
- * @param {*} [options] Override http request option.
7508
- * @throws {RequiredError}
7509
- */
7510
- mockAuthentication(authenticationMockRequest: AuthenticationMockRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuthenticationResponse>>;
7511
- /**
7512
- *
7513
- * @summary Get a new JWT token, maintaining the same access level (posId) as the original token
7519
+ * @summary Member PIN authentication that requires POS user authentication
7520
+ * @param {MemberAuthenticationPinRequest} memberAuthenticationPinRequest The PIN login request with posId
7514
7521
  * @param {*} [options] Override http request option.
7515
7522
  * @throws {RequiredError}
7516
7523
  */
7517
- refreshToken(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuthenticationResponse>>;
7524
+ memberPINAuthentication(memberAuthenticationPinRequest: MemberAuthenticationPinRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuthenticationResponse>>;
7518
7525
  /**
7519
7526
  *
7520
- * @summary Creates a reset token for the local authentication
7521
- * @param {ResetLocalRequest} resetLocalRequest The reset info.
7527
+ * @summary Mock login and hand out token.
7528
+ * @param {AuthenticationMockRequest} authenticationMockRequest The mock login.
7522
7529
  * @param {*} [options] Override http request option.
7523
7530
  * @throws {RequiredError}
7524
7531
  */
7525
- resetLocal(resetLocalRequest: ResetLocalRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
7532
+ mockAuthentication(authenticationMockRequest: AuthenticationMockRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuthenticationResponse>>;
7526
7533
  /**
7527
7534
  *
7528
- * @summary Reset local authentication using the provided token
7529
- * @param {AuthenticationResetTokenRequest} authenticationResetTokenRequest The reset token.
7535
+ * @summary NFC authentication that requires POS user authentication
7536
+ * @param {AuthenticationNfcRequest} authenticationNfcRequest The NFC login request with posId
7530
7537
  * @param {*} [options] Override http request option.
7531
7538
  * @throws {RequiredError}
7532
7539
  */
7533
- resetLocalWithToken(authenticationResetTokenRequest: AuthenticationResetTokenRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
7540
+ nfcAuthentication(authenticationNfcRequest: AuthenticationNfcRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuthenticationResponse>>;
7534
7541
  /**
7535
7542
  *
7536
- * @summary Secure EAN authentication that requires POS user authentication
7537
- * @param {AuthenticationSecureEanRequest} authenticationSecureEanRequest The EAN login request with posId
7543
+ * @summary PIN authentication that requires POS user authentication
7544
+ * @param {AuthenticationPinRequest} authenticationPinRequest The PIN login request with posId
7538
7545
  * @param {*} [options] Override http request option.
7539
7546
  * @throws {RequiredError}
7540
7547
  */
7541
- secureEanAuthentication(authenticationSecureEanRequest: AuthenticationSecureEanRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuthenticationResponse>>;
7548
+ pinAuthentication(authenticationPinRequest: AuthenticationPinRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuthenticationResponse>>;
7542
7549
  /**
7543
7550
  *
7544
- * @summary Secure member PIN authentication that requires POS user authentication
7545
- * @param {MemberAuthenticationSecurePinRequest} memberAuthenticationSecurePinRequest The PIN login request with posId
7551
+ * @summary Get a new JWT token, maintaining the same access level (posId) as the original token
7546
7552
  * @param {*} [options] Override http request option.
7547
7553
  * @throws {RequiredError}
7548
7554
  */
7549
- secureMemberPINAuthentication(memberAuthenticationSecurePinRequest: MemberAuthenticationSecurePinRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuthenticationResponse>>;
7555
+ refreshToken(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuthenticationResponse>>;
7550
7556
  /**
7551
7557
  *
7552
- * @summary Secure NFC authentication that requires POS user authentication
7553
- * @param {AuthenticationSecureNfcRequest} authenticationSecureNfcRequest The NFC login request with posId
7558
+ * @summary Creates a reset token for the local authentication
7559
+ * @param {ResetLocalRequest} resetLocalRequest The reset info.
7554
7560
  * @param {*} [options] Override http request option.
7555
7561
  * @throws {RequiredError}
7556
7562
  */
7557
- secureNfcAuthentication(authenticationSecureNfcRequest: AuthenticationSecureNfcRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuthenticationResponse>>;
7563
+ resetLocal(resetLocalRequest: ResetLocalRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
7558
7564
  /**
7559
7565
  *
7560
- * @summary Secure PIN authentication that requires POS user authentication
7561
- * @param {AuthenticationSecurePinRequest} authenticationSecurePinRequest The PIN login request with posId
7566
+ * @summary Reset local authentication using the provided token
7567
+ * @param {AuthenticationResetTokenRequest} authenticationResetTokenRequest The reset token.
7562
7568
  * @param {*} [options] Override http request option.
7563
7569
  * @throws {RequiredError}
7564
7570
  */
7565
- securePINAuthentication(authenticationSecurePinRequest: AuthenticationSecurePinRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuthenticationResponse>>;
7571
+ resetLocalWithToken(authenticationResetTokenRequest: AuthenticationResetTokenRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
7566
7572
  };
7567
7573
  /**
7568
7574
  * AuthenticateApi - factory interface
@@ -7593,6 +7599,14 @@ export declare const AuthenticateApiFactory: (configuration?: Configuration, bas
7593
7599
  * @throws {RequiredError}
7594
7600
  */
7595
7601
  confirmQRCode(requestParameters: AuthenticateApiConfirmQRCodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
7602
+ /**
7603
+ *
7604
+ * @summary EAN authentication that requires POS user authentication
7605
+ * @param {AuthenticateApiEanAuthenticationRequest} requestParameters Request parameters.
7606
+ * @param {*} [options] Override http request option.
7607
+ * @throws {RequiredError}
7608
+ */
7609
+ eanAuthentication(requestParameters: AuthenticateApiEanAuthenticationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AuthenticationResponse>;
7596
7610
  /**
7597
7611
  *
7598
7612
  * @summary Generate a QR code for authentication
@@ -7664,67 +7678,59 @@ export declare const AuthenticateApiFactory: (configuration?: Configuration, bas
7664
7678
  localAuthentication(requestParameters: AuthenticateApiLocalAuthenticationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AuthenticationResponse>;
7665
7679
  /**
7666
7680
  *
7667
- * @summary Mock login and hand out token.
7668
- * @param {AuthenticateApiMockAuthenticationRequest} requestParameters Request parameters.
7681
+ * @summary Member PIN authentication that requires POS user authentication
7682
+ * @param {AuthenticateApiMemberPINAuthenticationRequest} requestParameters Request parameters.
7669
7683
  * @param {*} [options] Override http request option.
7670
7684
  * @throws {RequiredError}
7671
7685
  */
7672
- mockAuthentication(requestParameters: AuthenticateApiMockAuthenticationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AuthenticationResponse>;
7686
+ memberPINAuthentication(requestParameters: AuthenticateApiMemberPINAuthenticationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AuthenticationResponse>;
7673
7687
  /**
7674
7688
  *
7675
- * @summary Get a new JWT token, maintaining the same access level (posId) as the original token
7676
- * @param {*} [options] Override http request option.
7677
- * @throws {RequiredError}
7678
- */
7679
- refreshToken(options?: RawAxiosRequestConfig): AxiosPromise<AuthenticationResponse>;
7680
- /**
7681
- *
7682
- * @summary Creates a reset token for the local authentication
7683
- * @param {AuthenticateApiResetLocalRequest} requestParameters Request parameters.
7689
+ * @summary Mock login and hand out token.
7690
+ * @param {AuthenticateApiMockAuthenticationRequest} requestParameters Request parameters.
7684
7691
  * @param {*} [options] Override http request option.
7685
7692
  * @throws {RequiredError}
7686
7693
  */
7687
- resetLocal(requestParameters: AuthenticateApiResetLocalRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
7694
+ mockAuthentication(requestParameters: AuthenticateApiMockAuthenticationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AuthenticationResponse>;
7688
7695
  /**
7689
7696
  *
7690
- * @summary Reset local authentication using the provided token
7691
- * @param {AuthenticateApiResetLocalWithTokenRequest} requestParameters Request parameters.
7697
+ * @summary NFC authentication that requires POS user authentication
7698
+ * @param {AuthenticateApiNfcAuthenticationRequest} requestParameters Request parameters.
7692
7699
  * @param {*} [options] Override http request option.
7693
7700
  * @throws {RequiredError}
7694
7701
  */
7695
- resetLocalWithToken(requestParameters: AuthenticateApiResetLocalWithTokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
7702
+ nfcAuthentication(requestParameters: AuthenticateApiNfcAuthenticationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AuthenticationResponse>;
7696
7703
  /**
7697
7704
  *
7698
- * @summary Secure EAN authentication that requires POS user authentication
7699
- * @param {AuthenticateApiSecureEanAuthenticationRequest} requestParameters Request parameters.
7705
+ * @summary PIN authentication that requires POS user authentication
7706
+ * @param {AuthenticateApiPinAuthenticationRequest} requestParameters Request parameters.
7700
7707
  * @param {*} [options] Override http request option.
7701
7708
  * @throws {RequiredError}
7702
7709
  */
7703
- secureEanAuthentication(requestParameters: AuthenticateApiSecureEanAuthenticationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AuthenticationResponse>;
7710
+ pinAuthentication(requestParameters: AuthenticateApiPinAuthenticationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AuthenticationResponse>;
7704
7711
  /**
7705
7712
  *
7706
- * @summary Secure member PIN authentication that requires POS user authentication
7707
- * @param {AuthenticateApiSecureMemberPINAuthenticationRequest} requestParameters Request parameters.
7713
+ * @summary Get a new JWT token, maintaining the same access level (posId) as the original token
7708
7714
  * @param {*} [options] Override http request option.
7709
7715
  * @throws {RequiredError}
7710
7716
  */
7711
- secureMemberPINAuthentication(requestParameters: AuthenticateApiSecureMemberPINAuthenticationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AuthenticationResponse>;
7717
+ refreshToken(options?: RawAxiosRequestConfig): AxiosPromise<AuthenticationResponse>;
7712
7718
  /**
7713
7719
  *
7714
- * @summary Secure NFC authentication that requires POS user authentication
7715
- * @param {AuthenticateApiSecureNfcAuthenticationRequest} requestParameters Request parameters.
7720
+ * @summary Creates a reset token for the local authentication
7721
+ * @param {AuthenticateApiResetLocalRequest} requestParameters Request parameters.
7716
7722
  * @param {*} [options] Override http request option.
7717
7723
  * @throws {RequiredError}
7718
7724
  */
7719
- secureNfcAuthentication(requestParameters: AuthenticateApiSecureNfcAuthenticationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AuthenticationResponse>;
7725
+ resetLocal(requestParameters: AuthenticateApiResetLocalRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
7720
7726
  /**
7721
7727
  *
7722
- * @summary Secure PIN authentication that requires POS user authentication
7723
- * @param {AuthenticateApiSecurePINAuthenticationRequest} requestParameters Request parameters.
7728
+ * @summary Reset local authentication using the provided token
7729
+ * @param {AuthenticateApiResetLocalWithTokenRequest} requestParameters Request parameters.
7724
7730
  * @param {*} [options] Override http request option.
7725
7731
  * @throws {RequiredError}
7726
7732
  */
7727
- securePINAuthentication(requestParameters: AuthenticateApiSecurePINAuthenticationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AuthenticationResponse>;
7733
+ resetLocalWithToken(requestParameters: AuthenticateApiResetLocalWithTokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
7728
7734
  };
7729
7735
  /**
7730
7736
  * Request parameters for authenticatePointOfSale operation in AuthenticateApi.
@@ -7765,6 +7771,19 @@ export interface AuthenticateApiConfirmQRCodeRequest {
7765
7771
  */
7766
7772
  readonly sessionId: string;
7767
7773
  }
7774
+ /**
7775
+ * Request parameters for eanAuthentication operation in AuthenticateApi.
7776
+ * @export
7777
+ * @interface AuthenticateApiEanAuthenticationRequest
7778
+ */
7779
+ export interface AuthenticateApiEanAuthenticationRequest {
7780
+ /**
7781
+ * The EAN login request with posId
7782
+ * @type {AuthenticationEanRequest}
7783
+ * @memberof AuthenticateApiEanAuthentication
7784
+ */
7785
+ readonly authenticationEanRequest: AuthenticationEanRequest;
7786
+ }
7768
7787
  /**
7769
7788
  * Request parameters for getQRStatus operation in AuthenticateApi.
7770
7789
  * @export
@@ -7843,6 +7862,19 @@ export interface AuthenticateApiLocalAuthenticationRequest {
7843
7862
  */
7844
7863
  readonly authenticationLocalRequest: AuthenticationLocalRequest;
7845
7864
  }
7865
+ /**
7866
+ * Request parameters for memberPINAuthentication operation in AuthenticateApi.
7867
+ * @export
7868
+ * @interface AuthenticateApiMemberPINAuthenticationRequest
7869
+ */
7870
+ export interface AuthenticateApiMemberPINAuthenticationRequest {
7871
+ /**
7872
+ * The PIN login request with posId
7873
+ * @type {MemberAuthenticationPinRequest}
7874
+ * @memberof AuthenticateApiMemberPINAuthentication
7875
+ */
7876
+ readonly memberAuthenticationPinRequest: MemberAuthenticationPinRequest;
7877
+ }
7846
7878
  /**
7847
7879
  * Request parameters for mockAuthentication operation in AuthenticateApi.
7848
7880
  * @export
@@ -7856,6 +7888,32 @@ export interface AuthenticateApiMockAuthenticationRequest {
7856
7888
  */
7857
7889
  readonly authenticationMockRequest: AuthenticationMockRequest;
7858
7890
  }
7891
+ /**
7892
+ * Request parameters for nfcAuthentication operation in AuthenticateApi.
7893
+ * @export
7894
+ * @interface AuthenticateApiNfcAuthenticationRequest
7895
+ */
7896
+ export interface AuthenticateApiNfcAuthenticationRequest {
7897
+ /**
7898
+ * The NFC login request with posId
7899
+ * @type {AuthenticationNfcRequest}
7900
+ * @memberof AuthenticateApiNfcAuthentication
7901
+ */
7902
+ readonly authenticationNfcRequest: AuthenticationNfcRequest;
7903
+ }
7904
+ /**
7905
+ * Request parameters for pinAuthentication operation in AuthenticateApi.
7906
+ * @export
7907
+ * @interface AuthenticateApiPinAuthenticationRequest
7908
+ */
7909
+ export interface AuthenticateApiPinAuthenticationRequest {
7910
+ /**
7911
+ * The PIN login request with posId
7912
+ * @type {AuthenticationPinRequest}
7913
+ * @memberof AuthenticateApiPinAuthentication
7914
+ */
7915
+ readonly authenticationPinRequest: AuthenticationPinRequest;
7916
+ }
7859
7917
  /**
7860
7918
  * Request parameters for resetLocal operation in AuthenticateApi.
7861
7919
  * @export
@@ -7882,58 +7940,6 @@ export interface AuthenticateApiResetLocalWithTokenRequest {
7882
7940
  */
7883
7941
  readonly authenticationResetTokenRequest: AuthenticationResetTokenRequest;
7884
7942
  }
7885
- /**
7886
- * Request parameters for secureEanAuthentication operation in AuthenticateApi.
7887
- * @export
7888
- * @interface AuthenticateApiSecureEanAuthenticationRequest
7889
- */
7890
- export interface AuthenticateApiSecureEanAuthenticationRequest {
7891
- /**
7892
- * The EAN login request with posId
7893
- * @type {AuthenticationSecureEanRequest}
7894
- * @memberof AuthenticateApiSecureEanAuthentication
7895
- */
7896
- readonly authenticationSecureEanRequest: AuthenticationSecureEanRequest;
7897
- }
7898
- /**
7899
- * Request parameters for secureMemberPINAuthentication operation in AuthenticateApi.
7900
- * @export
7901
- * @interface AuthenticateApiSecureMemberPINAuthenticationRequest
7902
- */
7903
- export interface AuthenticateApiSecureMemberPINAuthenticationRequest {
7904
- /**
7905
- * The PIN login request with posId
7906
- * @type {MemberAuthenticationSecurePinRequest}
7907
- * @memberof AuthenticateApiSecureMemberPINAuthentication
7908
- */
7909
- readonly memberAuthenticationSecurePinRequest: MemberAuthenticationSecurePinRequest;
7910
- }
7911
- /**
7912
- * Request parameters for secureNfcAuthentication operation in AuthenticateApi.
7913
- * @export
7914
- * @interface AuthenticateApiSecureNfcAuthenticationRequest
7915
- */
7916
- export interface AuthenticateApiSecureNfcAuthenticationRequest {
7917
- /**
7918
- * The NFC login request with posId
7919
- * @type {AuthenticationSecureNfcRequest}
7920
- * @memberof AuthenticateApiSecureNfcAuthentication
7921
- */
7922
- readonly authenticationSecureNfcRequest: AuthenticationSecureNfcRequest;
7923
- }
7924
- /**
7925
- * Request parameters for securePINAuthentication operation in AuthenticateApi.
7926
- * @export
7927
- * @interface AuthenticateApiSecurePINAuthenticationRequest
7928
- */
7929
- export interface AuthenticateApiSecurePINAuthenticationRequest {
7930
- /**
7931
- * The PIN login request with posId
7932
- * @type {AuthenticationSecurePinRequest}
7933
- * @memberof AuthenticateApiSecurePINAuthentication
7934
- */
7935
- readonly authenticationSecurePinRequest: AuthenticationSecurePinRequest;
7936
- }
7937
7943
  /**
7938
7944
  * AuthenticateApi - object-oriented interface
7939
7945
  * @export
@@ -7968,6 +7974,15 @@ export declare class AuthenticateApi extends BaseAPI {
7968
7974
  * @memberof AuthenticateApi
7969
7975
  */
7970
7976
  confirmQRCode(requestParameters: AuthenticateApiConfirmQRCodeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
7977
+ /**
7978
+ *
7979
+ * @summary EAN authentication that requires POS user authentication
7980
+ * @param {AuthenticateApiEanAuthenticationRequest} requestParameters Request parameters.
7981
+ * @param {*} [options] Override http request option.
7982
+ * @throws {RequiredError}
7983
+ * @memberof AuthenticateApi
7984
+ */
7985
+ eanAuthentication(requestParameters: AuthenticateApiEanAuthenticationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthenticationResponse, any, {}>>;
7971
7986
  /**
7972
7987
  *
7973
7988
  * @summary Generate a QR code for authentication
@@ -8048,75 +8063,66 @@ export declare class AuthenticateApi extends BaseAPI {
8048
8063
  localAuthentication(requestParameters: AuthenticateApiLocalAuthenticationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthenticationResponse, any, {}>>;
8049
8064
  /**
8050
8065
  *
8051
- * @summary Mock login and hand out token.
8052
- * @param {AuthenticateApiMockAuthenticationRequest} requestParameters Request parameters.
8053
- * @param {*} [options] Override http request option.
8054
- * @throws {RequiredError}
8055
- * @memberof AuthenticateApi
8056
- */
8057
- mockAuthentication(requestParameters: AuthenticateApiMockAuthenticationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthenticationResponse, any, {}>>;
8058
- /**
8059
- *
8060
- * @summary Get a new JWT token, maintaining the same access level (posId) as the original token
8066
+ * @summary Member PIN authentication that requires POS user authentication
8067
+ * @param {AuthenticateApiMemberPINAuthenticationRequest} requestParameters Request parameters.
8061
8068
  * @param {*} [options] Override http request option.
8062
8069
  * @throws {RequiredError}
8063
8070
  * @memberof AuthenticateApi
8064
8071
  */
8065
- refreshToken(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthenticationResponse, any, {}>>;
8072
+ memberPINAuthentication(requestParameters: AuthenticateApiMemberPINAuthenticationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthenticationResponse, any, {}>>;
8066
8073
  /**
8067
8074
  *
8068
- * @summary Creates a reset token for the local authentication
8069
- * @param {AuthenticateApiResetLocalRequest} requestParameters Request parameters.
8075
+ * @summary Mock login and hand out token.
8076
+ * @param {AuthenticateApiMockAuthenticationRequest} requestParameters Request parameters.
8070
8077
  * @param {*} [options] Override http request option.
8071
8078
  * @throws {RequiredError}
8072
8079
  * @memberof AuthenticateApi
8073
8080
  */
8074
- resetLocal(requestParameters: AuthenticateApiResetLocalRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8081
+ mockAuthentication(requestParameters: AuthenticateApiMockAuthenticationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthenticationResponse, any, {}>>;
8075
8082
  /**
8076
8083
  *
8077
- * @summary Reset local authentication using the provided token
8078
- * @param {AuthenticateApiResetLocalWithTokenRequest} requestParameters Request parameters.
8084
+ * @summary NFC authentication that requires POS user authentication
8085
+ * @param {AuthenticateApiNfcAuthenticationRequest} requestParameters Request parameters.
8079
8086
  * @param {*} [options] Override http request option.
8080
8087
  * @throws {RequiredError}
8081
8088
  * @memberof AuthenticateApi
8082
8089
  */
8083
- resetLocalWithToken(requestParameters: AuthenticateApiResetLocalWithTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8090
+ nfcAuthentication(requestParameters: AuthenticateApiNfcAuthenticationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthenticationResponse, any, {}>>;
8084
8091
  /**
8085
8092
  *
8086
- * @summary Secure EAN authentication that requires POS user authentication
8087
- * @param {AuthenticateApiSecureEanAuthenticationRequest} requestParameters Request parameters.
8093
+ * @summary PIN authentication that requires POS user authentication
8094
+ * @param {AuthenticateApiPinAuthenticationRequest} requestParameters Request parameters.
8088
8095
  * @param {*} [options] Override http request option.
8089
8096
  * @throws {RequiredError}
8090
8097
  * @memberof AuthenticateApi
8091
8098
  */
8092
- secureEanAuthentication(requestParameters: AuthenticateApiSecureEanAuthenticationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthenticationResponse, any, {}>>;
8099
+ pinAuthentication(requestParameters: AuthenticateApiPinAuthenticationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthenticationResponse, any, {}>>;
8093
8100
  /**
8094
8101
  *
8095
- * @summary Secure member PIN authentication that requires POS user authentication
8096
- * @param {AuthenticateApiSecureMemberPINAuthenticationRequest} requestParameters Request parameters.
8102
+ * @summary Get a new JWT token, maintaining the same access level (posId) as the original token
8097
8103
  * @param {*} [options] Override http request option.
8098
8104
  * @throws {RequiredError}
8099
8105
  * @memberof AuthenticateApi
8100
8106
  */
8101
- secureMemberPINAuthentication(requestParameters: AuthenticateApiSecureMemberPINAuthenticationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthenticationResponse, any, {}>>;
8107
+ refreshToken(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthenticationResponse, any, {}>>;
8102
8108
  /**
8103
8109
  *
8104
- * @summary Secure NFC authentication that requires POS user authentication
8105
- * @param {AuthenticateApiSecureNfcAuthenticationRequest} requestParameters Request parameters.
8110
+ * @summary Creates a reset token for the local authentication
8111
+ * @param {AuthenticateApiResetLocalRequest} requestParameters Request parameters.
8106
8112
  * @param {*} [options] Override http request option.
8107
8113
  * @throws {RequiredError}
8108
8114
  * @memberof AuthenticateApi
8109
8115
  */
8110
- secureNfcAuthentication(requestParameters: AuthenticateApiSecureNfcAuthenticationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthenticationResponse, any, {}>>;
8116
+ resetLocal(requestParameters: AuthenticateApiResetLocalRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8111
8117
  /**
8112
8118
  *
8113
- * @summary Secure PIN authentication that requires POS user authentication
8114
- * @param {AuthenticateApiSecurePINAuthenticationRequest} requestParameters Request parameters.
8119
+ * @summary Reset local authentication using the provided token
8120
+ * @param {AuthenticateApiResetLocalWithTokenRequest} requestParameters Request parameters.
8115
8121
  * @param {*} [options] Override http request option.
8116
8122
  * @throws {RequiredError}
8117
8123
  * @memberof AuthenticateApi
8118
8124
  */
8119
- securePINAuthentication(requestParameters: AuthenticateApiSecurePINAuthenticationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthenticationResponse, any, {}>>;
8125
+ resetLocalWithToken(requestParameters: AuthenticateApiResetLocalWithTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8120
8126
  }
8121
8127
  /**
8122
8128
  * BalanceApi - axios parameter creator