@sp-api-sdk/amazon-warehousing-and-distribution-api-2024-05-09 4.0.7 → 4.0.10
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/cjs/api-model/api/amazon-warehousing-and-distribution-api.js +11 -0
- package/dist/cjs/api-model/configuration.js +12 -1
- package/dist/es/api-model/api/amazon-warehousing-and-distribution-api.js +11 -0
- package/dist/es/api-model/configuration.js +12 -1
- package/dist/types/api-model/configuration.d.ts +24 -0
- package/package.json +3 -3
|
@@ -48,6 +48,7 @@ const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (configura
|
|
|
48
48
|
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
49
49
|
const localVarHeaderParameter = {};
|
|
50
50
|
const localVarQueryParameter = {};
|
|
51
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
51
52
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
52
53
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
53
54
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -76,6 +77,7 @@ const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (configura
|
|
|
76
77
|
const localVarHeaderParameter = {};
|
|
77
78
|
const localVarQueryParameter = {};
|
|
78
79
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
80
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
79
81
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
80
82
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
81
83
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -105,6 +107,7 @@ const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (configura
|
|
|
105
107
|
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
106
108
|
const localVarHeaderParameter = {};
|
|
107
109
|
const localVarQueryParameter = {};
|
|
110
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
108
111
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
109
112
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
110
113
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -133,6 +136,7 @@ const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (configura
|
|
|
133
136
|
const localVarHeaderParameter = {};
|
|
134
137
|
const localVarQueryParameter = {};
|
|
135
138
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
139
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
136
140
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
137
141
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
138
142
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -162,6 +166,7 @@ const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (configura
|
|
|
162
166
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
163
167
|
const localVarHeaderParameter = {};
|
|
164
168
|
const localVarQueryParameter = {};
|
|
169
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
165
170
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
166
171
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
167
172
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -194,6 +199,7 @@ const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (configura
|
|
|
194
199
|
if (skuQuantities !== undefined) {
|
|
195
200
|
localVarQueryParameter['skuQuantities'] = skuQuantities;
|
|
196
201
|
}
|
|
202
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
197
203
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
198
204
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
199
205
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -230,6 +236,7 @@ const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (configura
|
|
|
230
236
|
if (formatType !== undefined) {
|
|
231
237
|
localVarQueryParameter['formatType'] = formatType;
|
|
232
238
|
}
|
|
239
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
233
240
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
234
241
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
235
242
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -286,6 +293,7 @@ const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (configura
|
|
|
286
293
|
if (nextToken !== undefined) {
|
|
287
294
|
localVarQueryParameter['nextToken'] = nextToken;
|
|
288
295
|
}
|
|
296
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
289
297
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
290
298
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
291
299
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -330,6 +338,7 @@ const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (configura
|
|
|
330
338
|
if (maxResults !== undefined) {
|
|
331
339
|
localVarQueryParameter['maxResults'] = maxResults;
|
|
332
340
|
}
|
|
341
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
333
342
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
334
343
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
335
344
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -362,6 +371,7 @@ const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (configura
|
|
|
362
371
|
const localVarHeaderParameter = {};
|
|
363
372
|
const localVarQueryParameter = {};
|
|
364
373
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
374
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
365
375
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
366
376
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
367
377
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -395,6 +405,7 @@ const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (configura
|
|
|
395
405
|
const localVarHeaderParameter = {};
|
|
396
406
|
const localVarQueryParameter = {};
|
|
397
407
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
408
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
398
409
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
399
410
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
400
411
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
3
|
/**
|
|
5
4
|
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
6
5
|
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
@@ -34,6 +33,17 @@ class Configuration {
|
|
|
34
33
|
* @param scopes oauth2 scope
|
|
35
34
|
*/
|
|
36
35
|
accessToken;
|
|
36
|
+
/**
|
|
37
|
+
* parameter for aws4 signature security
|
|
38
|
+
* @param {Object} AWS4Signature - AWS4 Signature security
|
|
39
|
+
* @param {string} options.region - aws region
|
|
40
|
+
* @param {string} options.service - name of the service.
|
|
41
|
+
* @param {string} credentials.accessKeyId - aws access key id
|
|
42
|
+
* @param {string} credentials.secretAccessKey - aws access key
|
|
43
|
+
* @param {string} credentials.sessionToken - aws session token
|
|
44
|
+
* @memberof Configuration
|
|
45
|
+
*/
|
|
46
|
+
awsv4;
|
|
37
47
|
/**
|
|
38
48
|
* override base path
|
|
39
49
|
*/
|
|
@@ -59,6 +69,7 @@ class Configuration {
|
|
|
59
69
|
this.username = param.username;
|
|
60
70
|
this.password = param.password;
|
|
61
71
|
this.accessToken = param.accessToken;
|
|
72
|
+
this.awsv4 = param.awsv4;
|
|
62
73
|
this.basePath = param.basePath;
|
|
63
74
|
this.serverIndex = param.serverIndex;
|
|
64
75
|
this.baseOptions = {
|
|
@@ -42,6 +42,7 @@ export const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (co
|
|
|
42
42
|
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
43
43
|
const localVarHeaderParameter = {};
|
|
44
44
|
const localVarQueryParameter = {};
|
|
45
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
45
46
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
46
47
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
47
48
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -70,6 +71,7 @@ export const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (co
|
|
|
70
71
|
const localVarHeaderParameter = {};
|
|
71
72
|
const localVarQueryParameter = {};
|
|
72
73
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
74
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
73
75
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
74
76
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
75
77
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -99,6 +101,7 @@ export const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (co
|
|
|
99
101
|
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
100
102
|
const localVarHeaderParameter = {};
|
|
101
103
|
const localVarQueryParameter = {};
|
|
104
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
102
105
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
103
106
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
104
107
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -127,6 +130,7 @@ export const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (co
|
|
|
127
130
|
const localVarHeaderParameter = {};
|
|
128
131
|
const localVarQueryParameter = {};
|
|
129
132
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
133
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
130
134
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
131
135
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
132
136
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -156,6 +160,7 @@ export const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (co
|
|
|
156
160
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
157
161
|
const localVarHeaderParameter = {};
|
|
158
162
|
const localVarQueryParameter = {};
|
|
163
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
159
164
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
160
165
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
161
166
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -188,6 +193,7 @@ export const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (co
|
|
|
188
193
|
if (skuQuantities !== undefined) {
|
|
189
194
|
localVarQueryParameter['skuQuantities'] = skuQuantities;
|
|
190
195
|
}
|
|
196
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
191
197
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
192
198
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
193
199
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -224,6 +230,7 @@ export const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (co
|
|
|
224
230
|
if (formatType !== undefined) {
|
|
225
231
|
localVarQueryParameter['formatType'] = formatType;
|
|
226
232
|
}
|
|
233
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
227
234
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
228
235
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
229
236
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -280,6 +287,7 @@ export const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (co
|
|
|
280
287
|
if (nextToken !== undefined) {
|
|
281
288
|
localVarQueryParameter['nextToken'] = nextToken;
|
|
282
289
|
}
|
|
290
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
283
291
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
284
292
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
285
293
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -324,6 +332,7 @@ export const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (co
|
|
|
324
332
|
if (maxResults !== undefined) {
|
|
325
333
|
localVarQueryParameter['maxResults'] = maxResults;
|
|
326
334
|
}
|
|
335
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
327
336
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
328
337
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
329
338
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -356,6 +365,7 @@ export const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (co
|
|
|
356
365
|
const localVarHeaderParameter = {};
|
|
357
366
|
const localVarQueryParameter = {};
|
|
358
367
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
368
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
359
369
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
360
370
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
361
371
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -389,6 +399,7 @@ export const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (co
|
|
|
389
399
|
const localVarHeaderParameter = {};
|
|
390
400
|
const localVarQueryParameter = {};
|
|
391
401
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
402
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
392
403
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
393
404
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
394
405
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
2
|
/**
|
|
4
3
|
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
5
4
|
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
@@ -31,6 +30,17 @@ export class Configuration {
|
|
|
31
30
|
* @param scopes oauth2 scope
|
|
32
31
|
*/
|
|
33
32
|
accessToken;
|
|
33
|
+
/**
|
|
34
|
+
* parameter for aws4 signature security
|
|
35
|
+
* @param {Object} AWS4Signature - AWS4 Signature security
|
|
36
|
+
* @param {string} options.region - aws region
|
|
37
|
+
* @param {string} options.service - name of the service.
|
|
38
|
+
* @param {string} credentials.accessKeyId - aws access key id
|
|
39
|
+
* @param {string} credentials.secretAccessKey - aws access key
|
|
40
|
+
* @param {string} credentials.sessionToken - aws session token
|
|
41
|
+
* @memberof Configuration
|
|
42
|
+
*/
|
|
43
|
+
awsv4;
|
|
34
44
|
/**
|
|
35
45
|
* override base path
|
|
36
46
|
*/
|
|
@@ -56,6 +66,7 @@ export class Configuration {
|
|
|
56
66
|
this.username = param.username;
|
|
57
67
|
this.password = param.password;
|
|
58
68
|
this.accessToken = param.accessToken;
|
|
69
|
+
this.awsv4 = param.awsv4;
|
|
59
70
|
this.basePath = param.basePath;
|
|
60
71
|
this.serverIndex = param.serverIndex;
|
|
61
72
|
this.baseOptions = {
|
|
@@ -9,11 +9,23 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
interface AWSv4Configuration {
|
|
13
|
+
options?: {
|
|
14
|
+
region?: string;
|
|
15
|
+
service?: string;
|
|
16
|
+
};
|
|
17
|
+
credentials?: {
|
|
18
|
+
accessKeyId?: string;
|
|
19
|
+
secretAccessKey?: string;
|
|
20
|
+
sessionToken?: string;
|
|
21
|
+
};
|
|
22
|
+
}
|
|
12
23
|
export interface ConfigurationParameters {
|
|
13
24
|
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
14
25
|
username?: string;
|
|
15
26
|
password?: string;
|
|
16
27
|
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
28
|
+
awsv4?: AWSv4Configuration;
|
|
17
29
|
basePath?: string;
|
|
18
30
|
serverIndex?: number;
|
|
19
31
|
baseOptions?: any;
|
|
@@ -39,6 +51,17 @@ export declare class Configuration {
|
|
|
39
51
|
* @param scopes oauth2 scope
|
|
40
52
|
*/
|
|
41
53
|
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
54
|
+
/**
|
|
55
|
+
* parameter for aws4 signature security
|
|
56
|
+
* @param {Object} AWS4Signature - AWS4 Signature security
|
|
57
|
+
* @param {string} options.region - aws region
|
|
58
|
+
* @param {string} options.service - name of the service.
|
|
59
|
+
* @param {string} credentials.accessKeyId - aws access key id
|
|
60
|
+
* @param {string} credentials.secretAccessKey - aws access key
|
|
61
|
+
* @param {string} credentials.sessionToken - aws session token
|
|
62
|
+
* @memberof Configuration
|
|
63
|
+
*/
|
|
64
|
+
awsv4?: AWSv4Configuration;
|
|
42
65
|
/**
|
|
43
66
|
* override base path
|
|
44
67
|
*/
|
|
@@ -72,3 +95,4 @@ export declare class Configuration {
|
|
|
72
95
|
*/
|
|
73
96
|
isJsonMime(mime: string): boolean;
|
|
74
97
|
}
|
|
98
|
+
export {};
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/amazon-warehousing-and-distribution-api-2024-05-09",
|
|
3
3
|
"author": "Bertrand Marron <bertrand@bizon.solutions>",
|
|
4
4
|
"description": "The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.",
|
|
5
|
-
"version": "4.0.
|
|
5
|
+
"version": "4.0.10",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dist/**/*.d.ts"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@sp-api-sdk/common": "2.1.
|
|
21
|
+
"@sp-api-sdk/common": "2.1.24",
|
|
22
22
|
"axios": "^1.13.2"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"amazon warehousing and distribution api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "b3fe13460a11917282a12b5bdbcfaf565b9b773e"
|
|
44
44
|
}
|