@sp-api-sdk/fulfillment-outbound-api-2020-07-01 2.8.5 → 3.0.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.
|
@@ -78,7 +78,13 @@ class Configuration {
|
|
|
78
78
|
this.accessToken = param.accessToken;
|
|
79
79
|
this.basePath = param.basePath;
|
|
80
80
|
this.serverIndex = param.serverIndex;
|
|
81
|
-
this.baseOptions =
|
|
81
|
+
this.baseOptions = {
|
|
82
|
+
headers: {
|
|
83
|
+
...param.baseOptions?.headers,
|
|
84
|
+
'User-Agent': "OpenAPI-Generator/typescript-axios"
|
|
85
|
+
},
|
|
86
|
+
...param.baseOptions
|
|
87
|
+
};
|
|
82
88
|
this.formDataCtor = param.formDataCtor;
|
|
83
89
|
}
|
|
84
90
|
/**
|
|
@@ -20,37 +20,37 @@ exports.EventCode = void 0;
|
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
22
|
exports.EventCode = {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
23
|
+
Event101: 'EVENT_101',
|
|
24
|
+
Event102: 'EVENT_102',
|
|
25
|
+
Event201: 'EVENT_201',
|
|
26
|
+
Event202: 'EVENT_202',
|
|
27
|
+
Event203: 'EVENT_203',
|
|
28
|
+
Event204: 'EVENT_204',
|
|
29
|
+
Event205: 'EVENT_205',
|
|
30
|
+
Event206: 'EVENT_206',
|
|
31
|
+
Event301: 'EVENT_301',
|
|
32
|
+
Event302: 'EVENT_302',
|
|
33
|
+
Event304: 'EVENT_304',
|
|
34
|
+
Event306: 'EVENT_306',
|
|
35
|
+
Event307: 'EVENT_307',
|
|
36
|
+
Event308: 'EVENT_308',
|
|
37
|
+
Event309: 'EVENT_309',
|
|
38
|
+
Event401: 'EVENT_401',
|
|
39
|
+
Event402: 'EVENT_402',
|
|
40
|
+
Event403: 'EVENT_403',
|
|
41
|
+
Event404: 'EVENT_404',
|
|
42
|
+
Event405: 'EVENT_405',
|
|
43
|
+
Event406: 'EVENT_406',
|
|
44
|
+
Event407: 'EVENT_407',
|
|
45
|
+
Event408: 'EVENT_408',
|
|
46
|
+
Event409: 'EVENT_409',
|
|
47
|
+
Event411: 'EVENT_411',
|
|
48
|
+
Event412: 'EVENT_412',
|
|
49
|
+
Event413: 'EVENT_413',
|
|
50
|
+
Event414: 'EVENT_414',
|
|
51
|
+
Event415: 'EVENT_415',
|
|
52
|
+
Event416: 'EVENT_416',
|
|
53
|
+
Event417: 'EVENT_417',
|
|
54
|
+
Event418: 'EVENT_418',
|
|
55
|
+
Event419: 'EVENT_419'
|
|
56
56
|
};
|
|
@@ -75,7 +75,13 @@ export class Configuration {
|
|
|
75
75
|
this.accessToken = param.accessToken;
|
|
76
76
|
this.basePath = param.basePath;
|
|
77
77
|
this.serverIndex = param.serverIndex;
|
|
78
|
-
this.baseOptions =
|
|
78
|
+
this.baseOptions = {
|
|
79
|
+
headers: {
|
|
80
|
+
...param.baseOptions?.headers,
|
|
81
|
+
'User-Agent': "OpenAPI-Generator/typescript-axios"
|
|
82
|
+
},
|
|
83
|
+
...param.baseOptions
|
|
84
|
+
};
|
|
79
85
|
this.formDataCtor = param.formDataCtor;
|
|
80
86
|
}
|
|
81
87
|
/**
|
|
@@ -17,37 +17,37 @@
|
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
19
|
export const EventCode = {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
20
|
+
Event101: 'EVENT_101',
|
|
21
|
+
Event102: 'EVENT_102',
|
|
22
|
+
Event201: 'EVENT_201',
|
|
23
|
+
Event202: 'EVENT_202',
|
|
24
|
+
Event203: 'EVENT_203',
|
|
25
|
+
Event204: 'EVENT_204',
|
|
26
|
+
Event205: 'EVENT_205',
|
|
27
|
+
Event206: 'EVENT_206',
|
|
28
|
+
Event301: 'EVENT_301',
|
|
29
|
+
Event302: 'EVENT_302',
|
|
30
|
+
Event304: 'EVENT_304',
|
|
31
|
+
Event306: 'EVENT_306',
|
|
32
|
+
Event307: 'EVENT_307',
|
|
33
|
+
Event308: 'EVENT_308',
|
|
34
|
+
Event309: 'EVENT_309',
|
|
35
|
+
Event401: 'EVENT_401',
|
|
36
|
+
Event402: 'EVENT_402',
|
|
37
|
+
Event403: 'EVENT_403',
|
|
38
|
+
Event404: 'EVENT_404',
|
|
39
|
+
Event405: 'EVENT_405',
|
|
40
|
+
Event406: 'EVENT_406',
|
|
41
|
+
Event407: 'EVENT_407',
|
|
42
|
+
Event408: 'EVENT_408',
|
|
43
|
+
Event409: 'EVENT_409',
|
|
44
|
+
Event411: 'EVENT_411',
|
|
45
|
+
Event412: 'EVENT_412',
|
|
46
|
+
Event413: 'EVENT_413',
|
|
47
|
+
Event414: 'EVENT_414',
|
|
48
|
+
Event415: 'EVENT_415',
|
|
49
|
+
Event416: 'EVENT_416',
|
|
50
|
+
Event417: 'EVENT_417',
|
|
51
|
+
Event418: 'EVENT_418',
|
|
52
|
+
Event419: 'EVENT_419'
|
|
53
53
|
};
|
|
@@ -15,38 +15,38 @@
|
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
17
|
export declare const EventCode: {
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
24
|
-
readonly
|
|
25
|
-
readonly
|
|
26
|
-
readonly
|
|
27
|
-
readonly
|
|
28
|
-
readonly
|
|
29
|
-
readonly
|
|
30
|
-
readonly
|
|
31
|
-
readonly
|
|
32
|
-
readonly
|
|
33
|
-
readonly
|
|
34
|
-
readonly
|
|
35
|
-
readonly
|
|
36
|
-
readonly
|
|
37
|
-
readonly
|
|
38
|
-
readonly
|
|
39
|
-
readonly
|
|
40
|
-
readonly
|
|
41
|
-
readonly
|
|
42
|
-
readonly
|
|
43
|
-
readonly
|
|
44
|
-
readonly
|
|
45
|
-
readonly
|
|
46
|
-
readonly
|
|
47
|
-
readonly
|
|
48
|
-
readonly
|
|
49
|
-
readonly
|
|
50
|
-
readonly
|
|
18
|
+
readonly Event101: "EVENT_101";
|
|
19
|
+
readonly Event102: "EVENT_102";
|
|
20
|
+
readonly Event201: "EVENT_201";
|
|
21
|
+
readonly Event202: "EVENT_202";
|
|
22
|
+
readonly Event203: "EVENT_203";
|
|
23
|
+
readonly Event204: "EVENT_204";
|
|
24
|
+
readonly Event205: "EVENT_205";
|
|
25
|
+
readonly Event206: "EVENT_206";
|
|
26
|
+
readonly Event301: "EVENT_301";
|
|
27
|
+
readonly Event302: "EVENT_302";
|
|
28
|
+
readonly Event304: "EVENT_304";
|
|
29
|
+
readonly Event306: "EVENT_306";
|
|
30
|
+
readonly Event307: "EVENT_307";
|
|
31
|
+
readonly Event308: "EVENT_308";
|
|
32
|
+
readonly Event309: "EVENT_309";
|
|
33
|
+
readonly Event401: "EVENT_401";
|
|
34
|
+
readonly Event402: "EVENT_402";
|
|
35
|
+
readonly Event403: "EVENT_403";
|
|
36
|
+
readonly Event404: "EVENT_404";
|
|
37
|
+
readonly Event405: "EVENT_405";
|
|
38
|
+
readonly Event406: "EVENT_406";
|
|
39
|
+
readonly Event407: "EVENT_407";
|
|
40
|
+
readonly Event408: "EVENT_408";
|
|
41
|
+
readonly Event409: "EVENT_409";
|
|
42
|
+
readonly Event411: "EVENT_411";
|
|
43
|
+
readonly Event412: "EVENT_412";
|
|
44
|
+
readonly Event413: "EVENT_413";
|
|
45
|
+
readonly Event414: "EVENT_414";
|
|
46
|
+
readonly Event415: "EVENT_415";
|
|
47
|
+
readonly Event416: "EVENT_416";
|
|
48
|
+
readonly Event417: "EVENT_417";
|
|
49
|
+
readonly Event418: "EVENT_418";
|
|
50
|
+
readonly Event419: "EVENT_419";
|
|
51
51
|
};
|
|
52
52
|
export type EventCode = typeof EventCode[keyof typeof EventCode];
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/fulfillment-outbound-api-2020-07-01",
|
|
3
3
|
"author": "Bertrand Marron <bertrand@bizon.solutions>",
|
|
4
4
|
"description": "The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon's fulfillment network. You can get information on both potential and existing fulfillment orders.",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "3.0.0",
|
|
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.9",
|
|
22
22
|
"axios": "^1.7.9"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"fulfillment outbound api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "00dfa4e5e7dd2f486f00e85e5dab73ea2685eb0f"
|
|
44
44
|
}
|