@sp-api-sdk/fulfillment-outbound-api-2020-07-01 1.10.5 → 1.10.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.
@@ -42,4 +42,4 @@ export declare const AdditionalLocationInfo: {
42
42
  readonly SecureLocation: "SECURE_LOCATION";
43
43
  readonly SideDoor: "SIDE_DOOR";
44
44
  };
45
- export declare type AdditionalLocationInfo = typeof AdditionalLocationInfo[keyof typeof AdditionalLocationInfo];
45
+ export type AdditionalLocationInfo = typeof AdditionalLocationInfo[keyof typeof AdditionalLocationInfo];
@@ -34,4 +34,4 @@ export declare const CurrentStatus: {
34
34
  readonly RefundIssued: "REFUND_ISSUED";
35
35
  readonly ReturnReceivedInFc: "RETURN_RECEIVED_IN_FC";
36
36
  };
37
- export declare type CurrentStatus = typeof CurrentStatus[keyof typeof CurrentStatus];
37
+ export type CurrentStatus = typeof CurrentStatus[keyof typeof CurrentStatus];
@@ -49,4 +49,4 @@ export declare const EventCode: {
49
49
  readonly _418: "EVENT_418";
50
50
  readonly _419: "EVENT_419";
51
51
  };
52
- export declare type EventCode = typeof EventCode[keyof typeof EventCode];
52
+ export type EventCode = typeof EventCode[keyof typeof EventCode];
@@ -32,4 +32,4 @@ export declare const FeatureSettingsFeatureFulfillmentPolicyEnum: {
32
32
  readonly Required: "Required";
33
33
  readonly NotRequired: "NotRequired";
34
34
  };
35
- export declare type FeatureSettingsFeatureFulfillmentPolicyEnum = typeof FeatureSettingsFeatureFulfillmentPolicyEnum[keyof typeof FeatureSettingsFeatureFulfillmentPolicyEnum];
35
+ export type FeatureSettingsFeatureFulfillmentPolicyEnum = typeof FeatureSettingsFeatureFulfillmentPolicyEnum[keyof typeof FeatureSettingsFeatureFulfillmentPolicyEnum];
@@ -35,4 +35,4 @@ export declare const FeeNameEnum: {
35
35
  readonly FbaTransportationFee: "FBATransportationFee";
36
36
  readonly FbaFulfillmentCodFee: "FBAFulfillmentCODFee";
37
37
  };
38
- export declare type FeeNameEnum = typeof FeeNameEnum[keyof typeof FeeNameEnum];
38
+ export type FeeNameEnum = typeof FeeNameEnum[keyof typeof FeeNameEnum];
@@ -18,4 +18,4 @@ export declare const FulfillmentAction: {
18
18
  readonly Ship: "Ship";
19
19
  readonly Hold: "Hold";
20
20
  };
21
- export declare type FulfillmentAction = typeof FulfillmentAction[keyof typeof FulfillmentAction];
21
+ export type FulfillmentAction = typeof FulfillmentAction[keyof typeof FulfillmentAction];
@@ -25,4 +25,4 @@ export declare const FulfillmentOrderStatus: {
25
25
  readonly Unfulfillable: "Unfulfillable";
26
26
  readonly Invalid: "Invalid";
27
27
  };
28
- export declare type FulfillmentOrderStatus = typeof FulfillmentOrderStatus[keyof typeof FulfillmentOrderStatus];
28
+ export type FulfillmentOrderStatus = typeof FulfillmentOrderStatus[keyof typeof FulfillmentOrderStatus];
@@ -19,4 +19,4 @@ export declare const FulfillmentPolicy: {
19
19
  readonly FillAll: "FillAll";
20
20
  readonly FillAllAvailable: "FillAllAvailable";
21
21
  };
22
- export declare type FulfillmentPolicy = typeof FulfillmentPolicy[keyof typeof FulfillmentPolicy];
22
+ export type FulfillmentPolicy = typeof FulfillmentPolicy[keyof typeof FulfillmentPolicy];
@@ -51,4 +51,4 @@ export declare const FulfillmentPreviewItemShippingWeightCalculationMethodEnum:
51
51
  readonly Package: "Package";
52
52
  readonly Dimensional: "Dimensional";
53
53
  };
54
- export declare type FulfillmentPreviewItemShippingWeightCalculationMethodEnum = typeof FulfillmentPreviewItemShippingWeightCalculationMethodEnum[keyof typeof FulfillmentPreviewItemShippingWeightCalculationMethodEnum];
54
+ export type FulfillmentPreviewItemShippingWeightCalculationMethodEnum = typeof FulfillmentPreviewItemShippingWeightCalculationMethodEnum[keyof typeof FulfillmentPreviewItemShippingWeightCalculationMethodEnum];
@@ -18,4 +18,4 @@ export declare const FulfillmentReturnItemStatus: {
18
18
  readonly New: "New";
19
19
  readonly Processed: "Processed";
20
20
  };
21
- export declare type FulfillmentReturnItemStatus = typeof FulfillmentReturnItemStatus[keyof typeof FulfillmentReturnItemStatus];
21
+ export type FulfillmentReturnItemStatus = typeof FulfillmentReturnItemStatus[keyof typeof FulfillmentReturnItemStatus];
@@ -72,4 +72,4 @@ export declare const FulfillmentShipmentFulfillmentShipmentStatusEnum: {
72
72
  readonly CancelledByFulfiller: "CANCELLED_BY_FULFILLER";
73
73
  readonly CancelledBySeller: "CANCELLED_BY_SELLER";
74
74
  };
75
- export declare type FulfillmentShipmentFulfillmentShipmentStatusEnum = typeof FulfillmentShipmentFulfillmentShipmentStatusEnum[keyof typeof FulfillmentShipmentFulfillmentShipmentStatusEnum];
75
+ export type FulfillmentShipmentFulfillmentShipmentStatusEnum = typeof FulfillmentShipmentFulfillmentShipmentStatusEnum[keyof typeof FulfillmentShipmentFulfillmentShipmentStatusEnum];
@@ -20,4 +20,4 @@ export declare const InvalidItemReasonCode: {
20
20
  readonly NoCompletedShipItems: "NoCompletedShipItems";
21
21
  readonly NoReturnableQuantity: "NoReturnableQuantity";
22
22
  };
23
- export declare type InvalidItemReasonCode = typeof InvalidItemReasonCode[keyof typeof InvalidItemReasonCode];
23
+ export type InvalidItemReasonCode = typeof InvalidItemReasonCode[keyof typeof InvalidItemReasonCode];
@@ -21,4 +21,4 @@ export declare const ReturnItemDisposition: {
21
21
  readonly CarrierDamaged: "CarrierDamaged";
22
22
  readonly FulfillerDamaged: "FulfillerDamaged";
23
23
  };
24
- export declare type ReturnItemDisposition = typeof ReturnItemDisposition[keyof typeof ReturnItemDisposition];
24
+ export type ReturnItemDisposition = typeof ReturnItemDisposition[keyof typeof ReturnItemDisposition];
@@ -20,4 +20,4 @@ export declare const ShippingSpeedCategory: {
20
20
  readonly Priority: "Priority";
21
21
  readonly ScheduledDelivery: "ScheduledDelivery";
22
22
  };
23
- export declare type ShippingSpeedCategory = typeof ShippingSpeedCategory[keyof typeof ShippingSpeedCategory];
23
+ export type ShippingSpeedCategory = typeof ShippingSpeedCategory[keyof typeof ShippingSpeedCategory];
@@ -34,4 +34,4 @@ export declare const WeightUnitEnum: {
34
34
  readonly Lb: "LB";
35
35
  readonly Pounds: "POUNDS";
36
36
  };
37
- export declare type WeightUnitEnum = typeof WeightUnitEnum[keyof typeof WeightUnitEnum];
37
+ export type WeightUnitEnum = typeof WeightUnitEnum[keyof typeof WeightUnitEnum];
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/fulfillment-outbound-api-2020-07-01",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@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": "1.10.5",
5
+ "version": "1.10.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
  }