@sp-api-sdk/vendor-direct-fulfillment-orders-api-v1 1.9.5 → 1.9.6
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.
|
@@ -31,4 +31,4 @@ export interface ItemQuantity {
|
|
|
31
31
|
export declare const ItemQuantityUnitOfMeasureEnum: {
|
|
32
32
|
readonly Each: "Each";
|
|
33
33
|
};
|
|
34
|
-
export
|
|
34
|
+
export type ItemQuantityUnitOfMeasureEnum = typeof ItemQuantityUnitOfMeasureEnum[keyof typeof ItemQuantityUnitOfMeasureEnum];
|
|
@@ -87,4 +87,4 @@ export declare const OrderDetailsOrderStatusEnum: {
|
|
|
87
87
|
readonly Accepted: "ACCEPTED";
|
|
88
88
|
readonly Cancelled: "CANCELLED";
|
|
89
89
|
};
|
|
90
|
-
export
|
|
90
|
+
export type OrderDetailsOrderStatusEnum = typeof OrderDetailsOrderStatusEnum[keyof typeof OrderDetailsOrderStatusEnum];
|
|
@@ -50,4 +50,4 @@ export declare const TaxDetailsTypeEnum: {
|
|
|
50
50
|
readonly Tva: "TVA";
|
|
51
51
|
readonly Vat: "VAT";
|
|
52
52
|
};
|
|
53
|
-
export
|
|
53
|
+
export type TaxDetailsTypeEnum = typeof TaxDetailsTypeEnum[keyof typeof TaxDetailsTypeEnum];
|
|
@@ -45,4 +45,4 @@ export declare const TaxRegistrationDetailsTaxRegistrationTypeEnum: {
|
|
|
45
45
|
readonly Vat: "VAT";
|
|
46
46
|
readonly Gst: "GST";
|
|
47
47
|
};
|
|
48
|
-
export
|
|
48
|
+
export type TaxRegistrationDetailsTaxRegistrationTypeEnum = typeof TaxRegistrationDetailsTaxRegistrationTypeEnum[keyof typeof TaxRegistrationDetailsTaxRegistrationTypeEnum];
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/vendor-direct-fulfillment-orders-api-v1",
|
|
3
3
|
"author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
|
|
4
4
|
"description": "The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor's order data.",
|
|
5
|
-
"version": "1.9.
|
|
5
|
+
"version": "1.9.6",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"test": "jest"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@sp-api-sdk/common": "^1.9.
|
|
29
|
+
"@sp-api-sdk/common": "^1.9.18",
|
|
30
30
|
"axios": "^0.27.2"
|
|
31
31
|
},
|
|
32
32
|
"repository": {
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"typedoc": {
|
|
52
52
|
"entryPoint": "./index.ts"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "59d4ae523f7261bbee380ef3bd43a368266a55a6"
|
|
55
55
|
}
|