@teemill/gtins 0.6.3 → 0.6.5

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 CHANGED
@@ -2,7 +2,7 @@
2
2
  * GTINs API
3
3
  * Manage GTINs
4
4
  *
5
- * The version of the OpenAPI document: 0.6.3
5
+ * The version of the OpenAPI document: 0.6.5
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,111 +13,45 @@ import type { Configuration } from './configuration';
13
13
  import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
14
  import type { RequestArgs } from './base';
15
15
  import { BaseAPI } from './base';
16
- /**
17
- *
18
- * @export
19
- * @interface ApiError
20
- */
21
16
  export interface ApiError {
22
- /**
23
- *
24
- * @type {string}
25
- * @memberof ApiError
26
- */
27
17
  'code'?: string;
28
- /**
29
- *
30
- * @type {string}
31
- * @memberof ApiError
32
- */
33
18
  'message': string;
34
19
  }
35
- /**
36
- *
37
- * @export
38
- * @interface AssignGtinRequest
39
- */
40
20
  export interface AssignGtinRequest {
41
21
  /**
42
22
  * A reference to the resource location
43
- * @type {string}
44
- * @memberof AssignGtinRequest
45
23
  */
46
24
  'variantRef': string;
47
25
  }
48
- /**
49
- *
50
- * @export
51
- * @interface GTIN
52
- */
53
26
  export interface GTIN {
54
27
  /**
55
28
  * The GTIN
56
- * @type {string}
57
- * @memberof GTIN
58
29
  */
59
30
  'number': string;
60
31
  /**
61
32
  * A reference to the resource location
62
- * @type {string}
63
- * @memberof GTIN
64
33
  */
65
34
  'variantRef': string;
66
- /**
67
- *
68
- * @type {Array<GTINVariantsInner>}
69
- * @memberof GTIN
70
- */
71
35
  'variants': Array<GTINVariantsInner>;
72
36
  }
73
- /**
74
- *
75
- * @export
76
- * @interface GTINVariantsInner
77
- */
78
37
  export interface GTINVariantsInner {
79
38
  /**
80
39
  * A reference to the resource location
81
- * @type {string}
82
- * @memberof GTINVariantsInner
83
40
  */
84
41
  'ref': string;
85
42
  }
86
- /**
87
- *
88
- * @export
89
- * @interface GTINsResponse
90
- */
91
43
  export interface GTINsResponse {
92
- /**
93
- *
94
- * @type {Array<GTIN>}
95
- * @memberof GTINsResponse
96
- */
97
44
  'gtins'?: Array<GTIN>;
98
- /**
99
- *
100
- * @type {number}
101
- * @memberof GTINsResponse
102
- */
103
45
  'nextPageToken'?: number | null;
104
46
  }
105
- /**
106
- *
107
- * @export
108
- * @interface InlineObject
109
- */
110
- export interface InlineObject {
47
+ export interface ImportGtins202Response {
111
48
  /**
112
49
  * Id of the GTINs import
113
- * @type {string}
114
- * @memberof InlineObject
115
50
  */
116
51
  'importId'?: string;
117
52
  }
118
53
  /**
119
54
  * GTINsApi - axios parameter creator
120
- * @export
121
55
  */
122
56
  export declare const GTINsApiAxiosParamCreator: (configuration?: Configuration) => {
123
57
  /**
@@ -180,7 +114,6 @@ export declare const GTINsApiAxiosParamCreator: (configuration?: Configuration)
180
114
  };
181
115
  /**
182
116
  * GTINsApi - functional programming interface
183
- * @export
184
117
  */
185
118
  export declare const GTINsApiFp: (configuration?: Configuration) => {
186
119
  /**
@@ -219,7 +152,7 @@ export declare const GTINsApiFp: (configuration?: Configuration) => {
219
152
  * @param {*} [options] Override http request option.
220
153
  * @throws {RequiredError}
221
154
  */
222
- importGtins(project: string, body?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineObject>>;
155
+ importGtins(project: string, body?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ImportGtins202Response>>;
223
156
  /**
224
157
  * List GTINs
225
158
  * @summary List gtins
@@ -243,7 +176,6 @@ export declare const GTINsApiFp: (configuration?: Configuration) => {
243
176
  };
244
177
  /**
245
178
  * GTINsApi - factory interface
246
- * @export
247
179
  */
248
180
  export declare const GTINsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
249
181
  /**
@@ -277,7 +209,7 @@ export declare const GTINsApiFactory: (configuration?: Configuration, basePath?:
277
209
  * @param {*} [options] Override http request option.
278
210
  * @throws {RequiredError}
279
211
  */
280
- importGtins(requestParameters: GTINsApiImportGtinsRequest, options?: RawAxiosRequestConfig): AxiosPromise<InlineObject>;
212
+ importGtins(requestParameters: GTINsApiImportGtinsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ImportGtins202Response>;
281
213
  /**
282
214
  * List GTINs
283
215
  * @summary List gtins
@@ -297,141 +229,96 @@ export declare const GTINsApiFactory: (configuration?: Configuration, basePath?:
297
229
  };
298
230
  /**
299
231
  * Request parameters for assignGtin operation in GTINsApi.
300
- * @export
301
- * @interface GTINsApiAssignGtinRequest
302
232
  */
303
233
  export interface GTINsApiAssignGtinRequest {
304
234
  /**
305
235
  * What project it is
306
- * @type {string}
307
- * @memberof GTINsApiAssignGtin
308
236
  */
309
237
  readonly project: string;
310
238
  /**
311
239
  * GTIN
312
- * @type {string}
313
- * @memberof GTINsApiAssignGtin
314
240
  */
315
241
  readonly gtin: string;
316
242
  /**
317
243
  * Assign a GTIN to a variant
318
- * @type {AssignGtinRequest}
319
- * @memberof GTINsApiAssignGtin
320
244
  */
321
245
  readonly assignGtinRequest?: AssignGtinRequest;
322
246
  }
323
247
  /**
324
248
  * Request parameters for exportGtins operation in GTINsApi.
325
- * @export
326
- * @interface GTINsApiExportGtinsRequest
327
249
  */
328
250
  export interface GTINsApiExportGtinsRequest {
329
251
  /**
330
252
  * What project it is
331
- * @type {string}
332
- * @memberof GTINsApiExportGtins
333
253
  */
334
254
  readonly project: string;
335
255
  /**
336
256
  * GTINs
337
- * @type {string}
338
- * @memberof GTINsApiExportGtins
339
257
  */
340
258
  readonly gtins?: string;
341
259
  }
342
260
  /**
343
261
  * Request parameters for getGtin operation in GTINsApi.
344
- * @export
345
- * @interface GTINsApiGetGtinRequest
346
262
  */
347
263
  export interface GTINsApiGetGtinRequest {
348
264
  /**
349
265
  * What project it is
350
- * @type {string}
351
- * @memberof GTINsApiGetGtin
352
266
  */
353
267
  readonly project: string;
354
268
  /**
355
269
  * GTIN
356
- * @type {string}
357
- * @memberof GTINsApiGetGtin
358
270
  */
359
271
  readonly gtin: string;
360
272
  }
361
273
  /**
362
274
  * Request parameters for importGtins operation in GTINsApi.
363
- * @export
364
- * @interface GTINsApiImportGtinsRequest
365
275
  */
366
276
  export interface GTINsApiImportGtinsRequest {
367
277
  /**
368
278
  * What project it is
369
- * @type {string}
370
- * @memberof GTINsApiImportGtins
371
279
  */
372
280
  readonly project: string;
373
281
  /**
374
282
  * A base64 data URL of a CSV file containing GTINs
375
- * @type {string}
376
- * @memberof GTINsApiImportGtins
377
283
  */
378
284
  readonly body?: string;
379
285
  }
380
286
  /**
381
287
  * Request parameters for listGtins operation in GTINsApi.
382
- * @export
383
- * @interface GTINsApiListGtinsRequest
384
288
  */
385
289
  export interface GTINsApiListGtinsRequest {
386
290
  /**
387
291
  * What project it is
388
- * @type {string}
389
- * @memberof GTINsApiListGtins
390
292
  */
391
293
  readonly project: string;
392
294
  /**
393
295
  * Max page size. This is the maximum page size that will be returned, but it might be smaller.
394
- * @type {number}
395
- * @memberof GTINsApiListGtins
396
296
  */
397
297
  readonly pageSize?: number;
398
298
  /**
399
299
  * Page reference token
400
- * @type {number}
401
- * @memberof GTINsApiListGtins
402
300
  */
403
301
  readonly pageToken?: number;
404
302
  /**
405
303
  * Search term to filter based on GTIN based on the GTIN
406
- * @type {string}
407
- * @memberof GTINsApiListGtins
408
304
  */
409
305
  readonly search?: string;
410
306
  }
411
307
  /**
412
308
  * Request parameters for unassignGtin operation in GTINsApi.
413
- * @export
414
- * @interface GTINsApiUnassignGtinRequest
415
309
  */
416
310
  export interface GTINsApiUnassignGtinRequest {
417
311
  /**
418
312
  * What project it is
419
- * @type {string}
420
- * @memberof GTINsApiUnassignGtin
421
313
  */
422
314
  readonly project: string;
423
315
  /**
424
316
  * GTIN
425
- * @type {string}
426
- * @memberof GTINsApiUnassignGtin
427
317
  */
428
318
  readonly gtin: string;
429
319
  }
430
320
  /**
431
321
  * GTINsApi - object-oriented interface
432
- * @export
433
- * @class GTINsApi
434
- * @extends {BaseAPI}
435
322
  */
436
323
  export declare class GTINsApi extends BaseAPI {
437
324
  /**
@@ -440,52 +327,46 @@ export declare class GTINsApi extends BaseAPI {
440
327
  * @param {GTINsApiAssignGtinRequest} requestParameters Request parameters.
441
328
  * @param {*} [options] Override http request option.
442
329
  * @throws {RequiredError}
443
- * @memberof GTINsApi
444
330
  */
445
- assignGtin(requestParameters: GTINsApiAssignGtinRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GTIN, any>>;
331
+ assignGtin(requestParameters: GTINsApiAssignGtinRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GTIN, any, {}>>;
446
332
  /**
447
333
  * Export a CSV of a project\'s GTINs
448
334
  * @summary Export GTINs
449
335
  * @param {GTINsApiExportGtinsRequest} requestParameters Request parameters.
450
336
  * @param {*} [options] Override http request option.
451
337
  * @throws {RequiredError}
452
- * @memberof GTINsApi
453
338
  */
454
- exportGtins(requestParameters: GTINsApiExportGtinsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
339
+ exportGtins(requestParameters: GTINsApiExportGtinsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
455
340
  /**
456
341
  * Get a GTIN
457
342
  * @summary Get GTIN
458
343
  * @param {GTINsApiGetGtinRequest} requestParameters Request parameters.
459
344
  * @param {*} [options] Override http request option.
460
345
  * @throws {RequiredError}
461
- * @memberof GTINsApi
462
346
  */
463
- getGtin(requestParameters: GTINsApiGetGtinRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GTIN, any>>;
347
+ getGtin(requestParameters: GTINsApiGetGtinRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GTIN, any, {}>>;
464
348
  /**
465
349
  * Initiates a GTINs import from a CSV file. The result will be available as a notification in the dashboard.
466
350
  * @summary Import GTINs
467
351
  * @param {GTINsApiImportGtinsRequest} requestParameters Request parameters.
468
352
  * @param {*} [options] Override http request option.
469
353
  * @throws {RequiredError}
470
- * @memberof GTINsApi
471
354
  */
472
- importGtins(requestParameters: GTINsApiImportGtinsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineObject, any>>;
355
+ importGtins(requestParameters: GTINsApiImportGtinsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImportGtins202Response, any, {}>>;
473
356
  /**
474
357
  * List GTINs
475
358
  * @summary List gtins
476
359
  * @param {GTINsApiListGtinsRequest} requestParameters Request parameters.
477
360
  * @param {*} [options] Override http request option.
478
361
  * @throws {RequiredError}
479
- * @memberof GTINsApi
480
362
  */
481
- listGtins(requestParameters: GTINsApiListGtinsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GTINsResponse, any>>;
363
+ listGtins(requestParameters: GTINsApiListGtinsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GTINsResponse, any, {}>>;
482
364
  /**
483
365
  * Unassign a GTIN from a variant
484
366
  * @summary Unassign GTIN
485
367
  * @param {GTINsApiUnassignGtinRequest} requestParameters Request parameters.
486
368
  * @param {*} [options] Override http request option.
487
369
  * @throws {RequiredError}
488
- * @memberof GTINsApi
489
370
  */
490
- unassignGtin(requestParameters: GTINsApiUnassignGtinRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
371
+ unassignGtin(requestParameters: GTINsApiUnassignGtinRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
491
372
  }
package/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * GTINs API
6
6
  * Manage GTINs
7
7
  *
8
- * The version of the OpenAPI document: 0.6.3
8
+ * The version of the OpenAPI document: 0.6.5
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,6 @@ const common_1 = require("./common");
31
31
  const base_1 = require("./base");
32
32
  /**
33
33
  * GTINsApi - axios parameter creator
34
- * @export
35
34
  */
36
35
  const GTINsApiAxiosParamCreator = function (configuration) {
37
36
  return {
@@ -290,7 +289,6 @@ const GTINsApiAxiosParamCreator = function (configuration) {
290
289
  exports.GTINsApiAxiosParamCreator = GTINsApiAxiosParamCreator;
291
290
  /**
292
291
  * GTINsApi - functional programming interface
293
- * @export
294
292
  */
295
293
  const GTINsApiFp = function (configuration) {
296
294
  const localVarAxiosParamCreator = (0, exports.GTINsApiAxiosParamCreator)(configuration);
@@ -405,7 +403,6 @@ const GTINsApiFp = function (configuration) {
405
403
  exports.GTINsApiFp = GTINsApiFp;
406
404
  /**
407
405
  * GTINsApi - factory interface
408
- * @export
409
406
  */
410
407
  const GTINsApiFactory = function (configuration, basePath, axios) {
411
408
  const localVarFp = (0, exports.GTINsApiFp)(configuration);
@@ -475,9 +472,6 @@ const GTINsApiFactory = function (configuration, basePath, axios) {
475
472
  exports.GTINsApiFactory = GTINsApiFactory;
476
473
  /**
477
474
  * GTINsApi - object-oriented interface
478
- * @export
479
- * @class GTINsApi
480
- * @extends {BaseAPI}
481
475
  */
482
476
  class GTINsApi extends base_1.BaseAPI {
483
477
  /**
@@ -486,7 +480,6 @@ class GTINsApi extends base_1.BaseAPI {
486
480
  * @param {GTINsApiAssignGtinRequest} requestParameters Request parameters.
487
481
  * @param {*} [options] Override http request option.
488
482
  * @throws {RequiredError}
489
- * @memberof GTINsApi
490
483
  */
491
484
  assignGtin(requestParameters, options) {
492
485
  return (0, exports.GTINsApiFp)(this.configuration).assignGtin(requestParameters.project, requestParameters.gtin, requestParameters.assignGtinRequest, options).then((request) => request(this.axios, this.basePath));
@@ -497,7 +490,6 @@ class GTINsApi extends base_1.BaseAPI {
497
490
  * @param {GTINsApiExportGtinsRequest} requestParameters Request parameters.
498
491
  * @param {*} [options] Override http request option.
499
492
  * @throws {RequiredError}
500
- * @memberof GTINsApi
501
493
  */
502
494
  exportGtins(requestParameters, options) {
503
495
  return (0, exports.GTINsApiFp)(this.configuration).exportGtins(requestParameters.project, requestParameters.gtins, options).then((request) => request(this.axios, this.basePath));
@@ -508,7 +500,6 @@ class GTINsApi extends base_1.BaseAPI {
508
500
  * @param {GTINsApiGetGtinRequest} requestParameters Request parameters.
509
501
  * @param {*} [options] Override http request option.
510
502
  * @throws {RequiredError}
511
- * @memberof GTINsApi
512
503
  */
513
504
  getGtin(requestParameters, options) {
514
505
  return (0, exports.GTINsApiFp)(this.configuration).getGtin(requestParameters.project, requestParameters.gtin, options).then((request) => request(this.axios, this.basePath));
@@ -519,7 +510,6 @@ class GTINsApi extends base_1.BaseAPI {
519
510
  * @param {GTINsApiImportGtinsRequest} requestParameters Request parameters.
520
511
  * @param {*} [options] Override http request option.
521
512
  * @throws {RequiredError}
522
- * @memberof GTINsApi
523
513
  */
524
514
  importGtins(requestParameters, options) {
525
515
  return (0, exports.GTINsApiFp)(this.configuration).importGtins(requestParameters.project, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
@@ -530,7 +520,6 @@ class GTINsApi extends base_1.BaseAPI {
530
520
  * @param {GTINsApiListGtinsRequest} requestParameters Request parameters.
531
521
  * @param {*} [options] Override http request option.
532
522
  * @throws {RequiredError}
533
- * @memberof GTINsApi
534
523
  */
535
524
  listGtins(requestParameters, options) {
536
525
  return (0, exports.GTINsApiFp)(this.configuration).listGtins(requestParameters.project, requestParameters.pageSize, requestParameters.pageToken, requestParameters.search, options).then((request) => request(this.axios, this.basePath));
@@ -541,7 +530,6 @@ class GTINsApi extends base_1.BaseAPI {
541
530
  * @param {GTINsApiUnassignGtinRequest} requestParameters Request parameters.
542
531
  * @param {*} [options] Override http request option.
543
532
  * @throws {RequiredError}
544
- * @memberof GTINsApi
545
533
  */
546
534
  unassignGtin(requestParameters, options) {
547
535
  return (0, exports.GTINsApiFp)(this.configuration).unassignGtin(requestParameters.project, requestParameters.gtin, options).then((request) => request(this.axios, this.basePath));
package/dist/base.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * GTINs API
3
3
  * Manage GTINs
4
4
  *
5
- * The version of the OpenAPI document: 0.6.3
5
+ * The version of the OpenAPI document: 0.6.5
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,42 +12,22 @@
12
12
  import type { Configuration } from './configuration';
13
13
  import type { AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
14
  export declare const BASE_PATH: string;
15
- /**
16
- *
17
- * @export
18
- */
19
15
  export declare const COLLECTION_FORMATS: {
20
16
  csv: string;
21
17
  ssv: string;
22
18
  tsv: string;
23
19
  pipes: string;
24
20
  };
25
- /**
26
- *
27
- * @export
28
- * @interface RequestArgs
29
- */
30
21
  export interface RequestArgs {
31
22
  url: string;
32
23
  options: RawAxiosRequestConfig;
33
24
  }
34
- /**
35
- *
36
- * @export
37
- * @class BaseAPI
38
- */
39
25
  export declare class BaseAPI {
40
26
  protected basePath: string;
41
27
  protected axios: AxiosInstance;
42
28
  protected configuration: Configuration | undefined;
43
29
  constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
44
30
  }
45
- /**
46
- *
47
- * @export
48
- * @class RequiredError
49
- * @extends {Error}
50
- */
51
31
  export declare class RequiredError extends Error {
52
32
  field: string;
53
33
  constructor(field: string, msg?: string);
@@ -58,9 +38,5 @@ interface ServerMap {
58
38
  description: string;
59
39
  }[];
60
40
  }
61
- /**
62
- *
63
- * @export
64
- */
65
41
  export declare const operationServerMap: ServerMap;
66
42
  export {};
package/dist/base.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * GTINs API
6
6
  * Manage GTINs
7
7
  *
8
- * The version of the OpenAPI document: 0.6.3
8
+ * The version of the OpenAPI document: 0.6.5
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,21 +16,12 @@ 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
18
  exports.BASE_PATH = "https://api.podos.io".replace(/\/+$/, "");
19
- /**
20
- *
21
- * @export
22
- */
23
19
  exports.COLLECTION_FORMATS = {
24
20
  csv: ",",
25
21
  ssv: " ",
26
22
  tsv: "\t",
27
23
  pipes: "|",
28
24
  };
29
- /**
30
- *
31
- * @export
32
- * @class BaseAPI
33
- */
34
25
  class BaseAPI {
35
26
  constructor(configuration, basePath = exports.BASE_PATH, axios = axios_1.default) {
36
27
  var _a;
@@ -44,12 +35,6 @@ class BaseAPI {
44
35
  }
45
36
  exports.BaseAPI = BaseAPI;
46
37
  ;
47
- /**
48
- *
49
- * @export
50
- * @class RequiredError
51
- * @extends {Error}
52
- */
53
38
  class RequiredError extends Error {
54
39
  constructor(field, msg) {
55
40
  super(msg);
@@ -58,8 +43,4 @@ class RequiredError extends Error {
58
43
  }
59
44
  }
60
45
  exports.RequiredError = RequiredError;
61
- /**
62
- *
63
- * @export
64
- */
65
46
  exports.operationServerMap = {};
package/dist/common.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * GTINs API
3
3
  * Manage GTINs
4
4
  *
5
- * The version of the OpenAPI document: 0.6.3
5
+ * The version of the OpenAPI document: 0.6.5
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * GTINs API
6
6
  * Manage GTINs
7
7
  *
8
- * The version of the OpenAPI document: 0.6.3
8
+ * The version of the OpenAPI document: 0.6.5
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * GTINs API
3
3
  * Manage GTINs
4
4
  *
5
- * The version of the OpenAPI document: 0.6.3
5
+ * The version of the OpenAPI document: 0.6.5
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -23,49 +23,32 @@ export declare class Configuration {
23
23
  /**
24
24
  * parameter for apiKey security
25
25
  * @param name security name
26
- * @memberof Configuration
27
26
  */
28
27
  apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
29
28
  /**
30
29
  * parameter for basic security
31
- *
32
- * @type {string}
33
- * @memberof Configuration
34
30
  */
35
31
  username?: string;
36
32
  /**
37
33
  * parameter for basic security
38
- *
39
- * @type {string}
40
- * @memberof Configuration
41
34
  */
42
35
  password?: string;
43
36
  /**
44
37
  * parameter for oauth2 security
45
38
  * @param name security name
46
39
  * @param scopes oauth2 scope
47
- * @memberof Configuration
48
40
  */
49
41
  accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
50
42
  /**
51
43
  * override base path
52
- *
53
- * @type {string}
54
- * @memberof Configuration
55
44
  */
56
45
  basePath?: string;
57
46
  /**
58
47
  * override server index
59
- *
60
- * @type {number}
61
- * @memberof Configuration
62
48
  */
63
49
  serverIndex?: number;
64
50
  /**
65
51
  * base options for axios calls
66
- *
67
- * @type {any}
68
- * @memberof Configuration
69
52
  */
70
53
  baseOptions?: any;
71
54
  /**
@@ -5,7 +5,7 @@
5
5
  * GTINs API
6
6
  * Manage GTINs
7
7
  *
8
- * The version of the OpenAPI document: 0.6.3
8
+ * The version of the OpenAPI document: 0.6.5
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).