@sp-api-sdk/orders-api-v0 1.18.5 → 1.18.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.
- package/dist/types/src/api-model/models/address.d.ts +1 -1
- package/dist/types/src/api-model/models/easy-ship-shipment-status.d.ts +1 -1
- package/dist/types/src/api-model/models/electronic-invoice-status.d.ts +1 -1
- package/dist/types/src/api-model/models/order-item.d.ts +1 -1
- package/dist/types/src/api-model/models/order.d.ts +5 -5
- package/dist/types/src/api-model/models/regulated-information-field.d.ts +1 -1
- package/dist/types/src/api-model/models/shipment-status.d.ts +1 -1
- package/dist/types/src/api-model/models/tax-collection.d.ts +2 -2
- package/dist/types/src/api-model/models/verification-status.d.ts +1 -1
- package/package.json +3 -3
|
@@ -98,4 +98,4 @@ export declare const AddressAddressTypeEnum: {
|
|
|
98
98
|
readonly Residential: "Residential";
|
|
99
99
|
readonly Commercial: "Commercial";
|
|
100
100
|
};
|
|
101
|
-
export
|
|
101
|
+
export type AddressAddressTypeEnum = typeof AddressAddressTypeEnum[keyof typeof AddressAddressTypeEnum];
|
|
@@ -32,4 +32,4 @@ export declare const EasyShipShipmentStatus: {
|
|
|
32
32
|
readonly OutForDelivery: "OutForDelivery";
|
|
33
33
|
readonly Damaged: "Damaged";
|
|
34
34
|
};
|
|
35
|
-
export
|
|
35
|
+
export type EasyShipShipmentStatus = typeof EasyShipShipmentStatus[keyof typeof EasyShipShipmentStatus];
|
|
@@ -21,4 +21,4 @@ export declare const ElectronicInvoiceStatus: {
|
|
|
21
21
|
readonly Errored: "Errored";
|
|
22
22
|
readonly Accepted: "Accepted";
|
|
23
23
|
};
|
|
24
|
-
export
|
|
24
|
+
export type ElectronicInvoiceStatus = typeof ElectronicInvoiceStatus[keyof typeof ElectronicInvoiceStatus];
|
|
@@ -230,4 +230,4 @@ export declare const OrderItemDeemedResellerCategoryEnum: {
|
|
|
230
230
|
readonly Ioss: "IOSS";
|
|
231
231
|
readonly Uoss: "UOSS";
|
|
232
232
|
};
|
|
233
|
-
export
|
|
233
|
+
export type OrderItemDeemedResellerCategoryEnum = typeof OrderItemDeemedResellerCategoryEnum[keyof typeof OrderItemDeemedResellerCategoryEnum];
|
|
@@ -318,18 +318,18 @@ export declare const OrderOrderStatusEnum: {
|
|
|
318
318
|
readonly InvoiceUnconfirmed: "InvoiceUnconfirmed";
|
|
319
319
|
readonly PendingAvailability: "PendingAvailability";
|
|
320
320
|
};
|
|
321
|
-
export
|
|
321
|
+
export type OrderOrderStatusEnum = typeof OrderOrderStatusEnum[keyof typeof OrderOrderStatusEnum];
|
|
322
322
|
export declare const OrderFulfillmentChannelEnum: {
|
|
323
323
|
readonly Mfn: "MFN";
|
|
324
324
|
readonly Afn: "AFN";
|
|
325
325
|
};
|
|
326
|
-
export
|
|
326
|
+
export type OrderFulfillmentChannelEnum = typeof OrderFulfillmentChannelEnum[keyof typeof OrderFulfillmentChannelEnum];
|
|
327
327
|
export declare const OrderPaymentMethodEnum: {
|
|
328
328
|
readonly Cod: "COD";
|
|
329
329
|
readonly Cvs: "CVS";
|
|
330
330
|
readonly Other: "Other";
|
|
331
331
|
};
|
|
332
|
-
export
|
|
332
|
+
export type OrderPaymentMethodEnum = typeof OrderPaymentMethodEnum[keyof typeof OrderPaymentMethodEnum];
|
|
333
333
|
export declare const OrderOrderTypeEnum: {
|
|
334
334
|
readonly StandardOrder: "StandardOrder";
|
|
335
335
|
readonly LongLeadTimeOrder: "LongLeadTimeOrder";
|
|
@@ -337,9 +337,9 @@ export declare const OrderOrderTypeEnum: {
|
|
|
337
337
|
readonly BackOrder: "BackOrder";
|
|
338
338
|
readonly SourcingOnDemandOrder: "SourcingOnDemandOrder";
|
|
339
339
|
};
|
|
340
|
-
export
|
|
340
|
+
export type OrderOrderTypeEnum = typeof OrderOrderTypeEnum[keyof typeof OrderOrderTypeEnum];
|
|
341
341
|
export declare const OrderBuyerInvoicePreferenceEnum: {
|
|
342
342
|
readonly Individual: "INDIVIDUAL";
|
|
343
343
|
readonly Business: "BUSINESS";
|
|
344
344
|
};
|
|
345
|
-
export
|
|
345
|
+
export type OrderBuyerInvoicePreferenceEnum = typeof OrderBuyerInvoicePreferenceEnum[keyof typeof OrderBuyerInvoicePreferenceEnum];
|
|
@@ -44,4 +44,4 @@ export declare const RegulatedInformationFieldFieldTypeEnum: {
|
|
|
44
44
|
readonly Text: "Text";
|
|
45
45
|
readonly FileAttachment: "FileAttachment";
|
|
46
46
|
};
|
|
47
|
-
export
|
|
47
|
+
export type RegulatedInformationFieldFieldTypeEnum = typeof RegulatedInformationFieldFieldTypeEnum[keyof typeof RegulatedInformationFieldFieldTypeEnum];
|
|
@@ -19,4 +19,4 @@ export declare const ShipmentStatus: {
|
|
|
19
19
|
readonly PickedUp: "PickedUp";
|
|
20
20
|
readonly RefusedPickup: "RefusedPickup";
|
|
21
21
|
};
|
|
22
|
-
export
|
|
22
|
+
export type ShipmentStatus = typeof ShipmentStatus[keyof typeof ShipmentStatus];
|
|
@@ -31,8 +31,8 @@ export interface TaxCollection {
|
|
|
31
31
|
export declare const TaxCollectionModelEnum: {
|
|
32
32
|
readonly MarketplaceFacilitator: "MarketplaceFacilitator";
|
|
33
33
|
};
|
|
34
|
-
export
|
|
34
|
+
export type TaxCollectionModelEnum = typeof TaxCollectionModelEnum[keyof typeof TaxCollectionModelEnum];
|
|
35
35
|
export declare const TaxCollectionResponsiblePartyEnum: {
|
|
36
36
|
readonly AmazonServicesInc: "Amazon Services, Inc.";
|
|
37
37
|
};
|
|
38
|
-
export
|
|
38
|
+
export type TaxCollectionResponsiblePartyEnum = typeof TaxCollectionResponsiblePartyEnum[keyof typeof TaxCollectionResponsiblePartyEnum];
|
|
@@ -21,4 +21,4 @@ export declare const VerificationStatus: {
|
|
|
21
21
|
readonly Expired: "Expired";
|
|
22
22
|
readonly Cancelled: "Cancelled";
|
|
23
23
|
};
|
|
24
|
-
export
|
|
24
|
+
export type VerificationStatus = typeof VerificationStatus[keyof typeof VerificationStatus];
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/orders-api-v0",
|
|
3
3
|
"author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
|
|
4
4
|
"description": "The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.",
|
|
5
|
-
"version": "1.18.
|
|
5
|
+
"version": "1.18.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
|
}
|