@sp-api-sdk/vendor-direct-fulfillment-shipping-api-v1 1.11.5 → 1.11.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.
@@ -95,4 +95,4 @@ export declare const ContainerContainerTypeEnum: {
95
95
  readonly Carton: "carton";
96
96
  readonly Pallet: "pallet";
97
97
  };
98
- export declare type ContainerContainerTypeEnum = typeof ContainerContainerTypeEnum[keyof typeof ContainerContainerTypeEnum];
98
+ export type ContainerContainerTypeEnum = typeof ContainerContainerTypeEnum[keyof typeof ContainerContainerTypeEnum];
@@ -44,4 +44,4 @@ export declare const DimensionsUnitOfMeasureEnum: {
44
44
  readonly In: "IN";
45
45
  readonly Cm: "CM";
46
46
  };
47
- export declare type DimensionsUnitOfMeasureEnum = typeof DimensionsUnitOfMeasureEnum[keyof typeof DimensionsUnitOfMeasureEnum];
47
+ export type DimensionsUnitOfMeasureEnum = typeof DimensionsUnitOfMeasureEnum[keyof typeof DimensionsUnitOfMeasureEnum];
@@ -37,4 +37,4 @@ export interface PackingSlip {
37
37
  export declare const PackingSlipContentTypeEnum: {
38
38
  readonly ApplicationPdf: "application/pdf";
39
39
  };
40
- export declare type PackingSlipContentTypeEnum = typeof PackingSlipContentTypeEnum[keyof typeof PackingSlipContentTypeEnum];
40
+ export type PackingSlipContentTypeEnum = typeof PackingSlipContentTypeEnum[keyof typeof PackingSlipContentTypeEnum];
@@ -50,4 +50,4 @@ export declare const ShipmentDetailsShipmentStatusEnum: {
50
50
  readonly Shipped: "SHIPPED";
51
51
  readonly FloorDenial: "FLOOR_DENIAL";
52
52
  };
53
- export declare type ShipmentDetailsShipmentStatusEnum = typeof ShipmentDetailsShipmentStatusEnum[keyof typeof ShipmentDetailsShipmentStatusEnum];
53
+ export type ShipmentDetailsShipmentStatusEnum = typeof ShipmentDetailsShipmentStatusEnum[keyof typeof ShipmentDetailsShipmentStatusEnum];
@@ -52,4 +52,4 @@ export declare const ShippingLabelLabelFormatEnum: {
52
52
  readonly Png: "PNG";
53
53
  readonly Zpl: "ZPL";
54
54
  };
55
- export declare type ShippingLabelLabelFormatEnum = typeof ShippingLabelLabelFormatEnum[keyof typeof ShippingLabelLabelFormatEnum];
55
+ export type ShippingLabelLabelFormatEnum = typeof ShippingLabelLabelFormatEnum[keyof typeof ShippingLabelLabelFormatEnum];
@@ -45,4 +45,4 @@ export declare const TaxRegistrationDetailsTaxRegistrationTypeEnum: {
45
45
  readonly Vat: "VAT";
46
46
  readonly Gst: "GST";
47
47
  };
48
- export declare type TaxRegistrationDetailsTaxRegistrationTypeEnum = typeof TaxRegistrationDetailsTaxRegistrationTypeEnum[keyof typeof TaxRegistrationDetailsTaxRegistrationTypeEnum];
48
+ export type TaxRegistrationDetailsTaxRegistrationTypeEnum = typeof TaxRegistrationDetailsTaxRegistrationTypeEnum[keyof typeof TaxRegistrationDetailsTaxRegistrationTypeEnum];
@@ -32,4 +32,4 @@ export declare const WeightUnitOfMeasureEnum: {
32
32
  readonly Kg: "KG";
33
33
  readonly Lb: "LB";
34
34
  };
35
- export declare type WeightUnitOfMeasureEnum = typeof WeightUnitOfMeasureEnum[keyof typeof WeightUnitOfMeasureEnum];
35
+ export type WeightUnitOfMeasureEnum = typeof WeightUnitOfMeasureEnum[keyof typeof WeightUnitOfMeasureEnum];
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/vendor-direct-fulfillment-shipping-api-v1",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Direct Fulfillment Shipping provides programmatic access to a direct fulfillment vendor's shipping data.",
5
- "version": "1.11.5",
5
+ "version": "1.11.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
  }