@sp-api-sdk/orders-api-v0 1.18.5 → 1.18.7

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.
@@ -98,4 +98,4 @@ export declare const AddressAddressTypeEnum: {
98
98
  readonly Residential: "Residential";
99
99
  readonly Commercial: "Commercial";
100
100
  };
101
- export declare type AddressAddressTypeEnum = typeof AddressAddressTypeEnum[keyof typeof AddressAddressTypeEnum];
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 declare type EasyShipShipmentStatus = typeof EasyShipShipmentStatus[keyof typeof EasyShipShipmentStatus];
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 declare type ElectronicInvoiceStatus = typeof ElectronicInvoiceStatus[keyof typeof ElectronicInvoiceStatus];
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 declare type OrderItemDeemedResellerCategoryEnum = typeof OrderItemDeemedResellerCategoryEnum[keyof typeof OrderItemDeemedResellerCategoryEnum];
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 declare type OrderOrderStatusEnum = typeof OrderOrderStatusEnum[keyof typeof OrderOrderStatusEnum];
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 declare type OrderFulfillmentChannelEnum = typeof OrderFulfillmentChannelEnum[keyof typeof OrderFulfillmentChannelEnum];
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 declare type OrderPaymentMethodEnum = typeof OrderPaymentMethodEnum[keyof typeof OrderPaymentMethodEnum];
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 declare type OrderOrderTypeEnum = typeof OrderOrderTypeEnum[keyof typeof OrderOrderTypeEnum];
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 declare type OrderBuyerInvoicePreferenceEnum = typeof OrderBuyerInvoicePreferenceEnum[keyof typeof OrderBuyerInvoicePreferenceEnum];
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 declare type RegulatedInformationFieldFieldTypeEnum = typeof RegulatedInformationFieldFieldTypeEnum[keyof typeof RegulatedInformationFieldFieldTypeEnum];
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 declare type ShipmentStatus = typeof ShipmentStatus[keyof typeof ShipmentStatus];
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 declare type TaxCollectionModelEnum = typeof TaxCollectionModelEnum[keyof typeof TaxCollectionModelEnum];
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 declare type TaxCollectionResponsiblePartyEnum = typeof TaxCollectionResponsiblePartyEnum[keyof typeof TaxCollectionResponsiblePartyEnum];
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 declare type VerificationStatus = typeof VerificationStatus[keyof typeof VerificationStatus];
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",
5
+ "version": "1.18.7",
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.17",
29
+ "@sp-api-sdk/common": "^1.9.19",
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": "07823635b37c2e82b4b6ad962d8ef4b7318a011c"
54
+ "gitHead": "51c491e1ac6ad46d8cfae56568f17b350fc9e367"
55
55
  }