@sp-api-sdk/fulfillment-inbound-api-v0 2.2.0 → 2.3.1

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.
Files changed (70) hide show
  1. package/dist/cjs/src/api-model/api/fba-inbound-api.js +116 -28
  2. package/dist/cjs/src/api-model/base.js +7 -2
  3. package/dist/cjs/src/api-model/common.js +1 -1
  4. package/dist/cjs/src/api-model/configuration.js +8 -0
  5. package/dist/es/src/api-model/api/fba-inbound-api.js +116 -28
  6. package/dist/es/src/api-model/base.js +6 -1
  7. package/dist/es/src/api-model/common.js +1 -1
  8. package/dist/es/src/api-model/configuration.js +8 -0
  9. package/dist/types/src/api-model/api/fba-inbound-api.d.ts +159 -98
  10. package/dist/types/src/api-model/base.d.ts +14 -2
  11. package/dist/types/src/api-model/configuration.d.ts +8 -0
  12. package/dist/types/src/api-model/models/amazon-prep-fees-details.d.ts +2 -2
  13. package/dist/types/src/api-model/models/amount.d.ts +1 -1
  14. package/dist/types/src/api-model/models/asininbound-guidance.d.ts +2 -2
  15. package/dist/types/src/api-model/models/asinprep-instructions.d.ts +3 -3
  16. package/dist/types/src/api-model/models/box-contents-fee-details.d.ts +1 -1
  17. package/dist/types/src/api-model/models/common-transport-result.d.ts +1 -1
  18. package/dist/types/src/api-model/models/confirm-preorder-response.d.ts +1 -1
  19. package/dist/types/src/api-model/models/confirm-transport-response.d.ts +1 -1
  20. package/dist/types/src/api-model/models/create-inbound-shipment-plan-request.d.ts +3 -3
  21. package/dist/types/src/api-model/models/create-inbound-shipment-plan-response.d.ts +1 -1
  22. package/dist/types/src/api-model/models/create-inbound-shipment-plan-result.d.ts +1 -1
  23. package/dist/types/src/api-model/models/dimensions.d.ts +1 -1
  24. package/dist/types/src/api-model/models/estimate-transport-response.d.ts +1 -1
  25. package/dist/types/src/api-model/models/get-bill-of-lading-response.d.ts +1 -1
  26. package/dist/types/src/api-model/models/get-inbound-guidance-result.d.ts +4 -4
  27. package/dist/types/src/api-model/models/get-labels-response.d.ts +1 -1
  28. package/dist/types/src/api-model/models/get-preorder-info-response.d.ts +1 -1
  29. package/dist/types/src/api-model/models/get-prep-instructions-response.d.ts +1 -1
  30. package/dist/types/src/api-model/models/get-prep-instructions-result.d.ts +4 -4
  31. package/dist/types/src/api-model/models/get-shipment-items-response.d.ts +1 -1
  32. package/dist/types/src/api-model/models/get-shipment-items-result.d.ts +1 -1
  33. package/dist/types/src/api-model/models/get-shipments-response.d.ts +1 -1
  34. package/dist/types/src/api-model/models/get-shipments-result.d.ts +1 -1
  35. package/dist/types/src/api-model/models/get-transport-details-response.d.ts +1 -1
  36. package/dist/types/src/api-model/models/get-transport-details-result.d.ts +1 -1
  37. package/dist/types/src/api-model/models/inbound-shipment-header.d.ts +4 -4
  38. package/dist/types/src/api-model/models/inbound-shipment-info.d.ts +5 -5
  39. package/dist/types/src/api-model/models/inbound-shipment-item.d.ts +1 -1
  40. package/dist/types/src/api-model/models/inbound-shipment-plan-item.d.ts +1 -1
  41. package/dist/types/src/api-model/models/inbound-shipment-plan-request-item.d.ts +2 -2
  42. package/dist/types/src/api-model/models/inbound-shipment-plan.d.ts +4 -4
  43. package/dist/types/src/api-model/models/inbound-shipment-request.d.ts +2 -2
  44. package/dist/types/src/api-model/models/inbound-shipment-response.d.ts +1 -1
  45. package/dist/types/src/api-model/models/invalid-asin.d.ts +1 -1
  46. package/dist/types/src/api-model/models/invalid-sku.d.ts +1 -1
  47. package/dist/types/src/api-model/models/non-partnered-small-parcel-data-input.d.ts +1 -1
  48. package/dist/types/src/api-model/models/non-partnered-small-parcel-data-output.d.ts +1 -1
  49. package/dist/types/src/api-model/models/non-partnered-small-parcel-package-output.d.ts +1 -1
  50. package/dist/types/src/api-model/models/pallet.d.ts +2 -2
  51. package/dist/types/src/api-model/models/partnered-estimate.d.ts +1 -1
  52. package/dist/types/src/api-model/models/partnered-ltl-data-input.d.ts +5 -5
  53. package/dist/types/src/api-model/models/partnered-ltl-data-output.d.ts +6 -6
  54. package/dist/types/src/api-model/models/partnered-small-parcel-data-input.d.ts +1 -1
  55. package/dist/types/src/api-model/models/partnered-small-parcel-data-output.d.ts +2 -2
  56. package/dist/types/src/api-model/models/partnered-small-parcel-package-input.d.ts +2 -2
  57. package/dist/types/src/api-model/models/partnered-small-parcel-package-output.d.ts +3 -3
  58. package/dist/types/src/api-model/models/prep-details.d.ts +2 -2
  59. package/dist/types/src/api-model/models/put-transport-details-request.d.ts +2 -2
  60. package/dist/types/src/api-model/models/put-transport-details-response.d.ts +1 -1
  61. package/dist/types/src/api-model/models/skuinbound-guidance.d.ts +2 -2
  62. package/dist/types/src/api-model/models/skuprep-instructions.d.ts +4 -4
  63. package/dist/types/src/api-model/models/transport-content.d.ts +3 -3
  64. package/dist/types/src/api-model/models/transport-detail-input.d.ts +4 -4
  65. package/dist/types/src/api-model/models/transport-detail-output.d.ts +4 -4
  66. package/dist/types/src/api-model/models/transport-header.d.ts +1 -1
  67. package/dist/types/src/api-model/models/transport-result.d.ts +1 -1
  68. package/dist/types/src/api-model/models/void-transport-response.d.ts +1 -1
  69. package/dist/types/src/api-model/models/weight.d.ts +1 -1
  70. package/package.json +4 -4
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { Configuration } from './configuration';
13
- import type { AxiosInstance, AxiosRequestConfig } from 'axios';
13
+ import type { AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
14
  export declare const BASE_PATH: string;
15
15
  /**
16
16
  *
@@ -29,7 +29,7 @@ export declare const COLLECTION_FORMATS: {
29
29
  */
30
30
  export interface RequestArgs {
31
31
  url: string;
32
- options: AxiosRequestConfig;
32
+ options: RawAxiosRequestConfig;
33
33
  }
34
34
  /**
35
35
  *
@@ -52,3 +52,15 @@ export declare class RequiredError extends Error {
52
52
  field: string;
53
53
  constructor(field: string, msg?: string);
54
54
  }
55
+ interface ServerMap {
56
+ [key: string]: {
57
+ url: string;
58
+ description: string;
59
+ }[];
60
+ }
61
+ /**
62
+ *
63
+ * @export
64
+ */
65
+ export declare const operationServerMap: ServerMap;
66
+ export {};
@@ -15,6 +15,7 @@ export interface ConfigurationParameters {
15
15
  password?: string;
16
16
  accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
17
17
  basePath?: string;
18
+ serverIndex?: number;
18
19
  baseOptions?: any;
19
20
  formDataCtor?: new () => any;
20
21
  }
@@ -53,6 +54,13 @@ export declare class Configuration {
53
54
  * @memberof Configuration
54
55
  */
55
56
  basePath?: string;
57
+ /**
58
+ * override server index
59
+ *
60
+ * @type {number}
61
+ * @memberof Configuration
62
+ */
63
+ serverIndex?: number;
56
64
  /**
57
65
  * base options for axios calls
58
66
  *
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Amount } from './amount';
13
- import { PrepInstruction } from './prep-instruction';
12
+ import type { Amount } from './amount';
13
+ import type { PrepInstruction } from './prep-instruction';
14
14
  /**
15
15
  * The fees for Amazon to prep goods for shipment.
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CurrencyCode } from './currency-code';
12
+ import type { CurrencyCode } from './currency-code';
13
13
  /**
14
14
  * The monetary value.
15
15
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { GuidanceReason } from './guidance-reason';
13
- import { InboundGuidance } from './inbound-guidance';
12
+ import type { GuidanceReason } from './guidance-reason';
13
+ import type { InboundGuidance } from './inbound-guidance';
14
14
  /**
15
15
  * Reasons why a given ASIN is not recommended for shipment to Amazon\'s fulfillment network.
16
16
  * @export
@@ -9,9 +9,9 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { BarcodeInstruction } from './barcode-instruction';
13
- import { PrepGuidance } from './prep-guidance';
14
- import { PrepInstruction } from './prep-instruction';
12
+ import type { BarcodeInstruction } from './barcode-instruction';
13
+ import type { PrepGuidance } from './prep-guidance';
14
+ import type { PrepInstruction } from './prep-instruction';
15
15
  /**
16
16
  * Item preparation instructions to help with item sourcing decisions.
17
17
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Amount } from './amount';
12
+ import type { Amount } from './amount';
13
13
  /**
14
14
  * The manual processing fee per unit and total fee for a shipment.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { TransportResult } from './transport-result';
12
+ import type { TransportResult } from './transport-result';
13
13
  /**
14
14
  * Common container for transport result
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ConfirmPreorderResult } from './confirm-preorder-result';
12
+ import type { ConfirmPreorderResult } from './confirm-preorder-result';
13
13
  /**
14
14
  * The response schema for the confirmPreorder operation.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CommonTransportResult } from './common-transport-result';
12
+ import type { CommonTransportResult } from './common-transport-result';
13
13
  /**
14
14
  * The response schema for the confirmTransport operation.
15
15
  * @export
@@ -9,9 +9,9 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Address } from './address';
13
- import { InboundShipmentPlanRequestItem } from './inbound-shipment-plan-request-item';
14
- import { LabelPrepPreference } from './label-prep-preference';
12
+ import type { Address } from './address';
13
+ import type { InboundShipmentPlanRequestItem } from './inbound-shipment-plan-request-item';
14
+ import type { LabelPrepPreference } from './label-prep-preference';
15
15
  /**
16
16
  * The request schema for the createInboundShipmentPlan operation.
17
17
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CreateInboundShipmentPlanResult } from './create-inbound-shipment-plan-result';
12
+ import type { CreateInboundShipmentPlanResult } from './create-inbound-shipment-plan-result';
13
13
  /**
14
14
  * The response schema for the createInboundShipmentPlan operation.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { InboundShipmentPlan } from './inbound-shipment-plan';
12
+ import type { InboundShipmentPlan } from './inbound-shipment-plan';
13
13
  /**
14
14
  * Result for the create inbound shipment operation
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { UnitOfMeasurement } from './unit-of-measurement';
12
+ import type { UnitOfMeasurement } from './unit-of-measurement';
13
13
  /**
14
14
  * The dimension values and unit of measurement.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CommonTransportResult } from './common-transport-result';
12
+ import type { CommonTransportResult } from './common-transport-result';
13
13
  /**
14
14
  * The response schema for the estimateTransport operation.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { BillOfLadingDownloadURL } from './bill-of-lading-download-url';
12
+ import type { BillOfLadingDownloadURL } from './bill-of-lading-download-url';
13
13
  /**
14
14
  * The response schema for the getBillOfLading operation.
15
15
  * @export
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ASINInboundGuidance } from './asininbound-guidance';
13
- import { InvalidASIN } from './invalid-asin';
14
- import { InvalidSKU } from './invalid-sku';
15
- import { SKUInboundGuidance } from './skuinbound-guidance';
12
+ import type { ASINInboundGuidance } from './asininbound-guidance';
13
+ import type { InvalidASIN } from './invalid-asin';
14
+ import type { InvalidSKU } from './invalid-sku';
15
+ import type { SKUInboundGuidance } from './skuinbound-guidance';
16
16
  /**
17
17
  * Result for the get inbound guidance operation
18
18
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { LabelDownloadURL } from './label-download-url';
12
+ import type { LabelDownloadURL } from './label-download-url';
13
13
  /**
14
14
  * The response schema for the getLabels operation.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { GetPreorderInfoResult } from './get-preorder-info-result';
12
+ import type { GetPreorderInfoResult } from './get-preorder-info-result';
13
13
  /**
14
14
  * The response schema for the getPreorderInfo operation.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { GetPrepInstructionsResult } from './get-prep-instructions-result';
12
+ import type { GetPrepInstructionsResult } from './get-prep-instructions-result';
13
13
  /**
14
14
  * The response schema for the getPrepInstructions operation.
15
15
  * @export
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ASINPrepInstructions } from './asinprep-instructions';
13
- import { InvalidASIN } from './invalid-asin';
14
- import { InvalidSKU } from './invalid-sku';
15
- import { SKUPrepInstructions } from './skuprep-instructions';
12
+ import type { ASINPrepInstructions } from './asinprep-instructions';
13
+ import type { InvalidASIN } from './invalid-asin';
14
+ import type { InvalidSKU } from './invalid-sku';
15
+ import type { SKUPrepInstructions } from './skuprep-instructions';
16
16
  /**
17
17
  * Result for the get prep instructions operation
18
18
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { GetShipmentItemsResult } from './get-shipment-items-result';
12
+ import type { GetShipmentItemsResult } from './get-shipment-items-result';
13
13
  /**
14
14
  * The response schema for the getShipmentItems operation.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { InboundShipmentItem } from './inbound-shipment-item';
12
+ import type { InboundShipmentItem } from './inbound-shipment-item';
13
13
  /**
14
14
  * Result for the get shipment items operation
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { GetShipmentsResult } from './get-shipments-result';
12
+ import type { GetShipmentsResult } from './get-shipments-result';
13
13
  /**
14
14
  * The response schema for the getShipments operation.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { InboundShipmentInfo } from './inbound-shipment-info';
12
+ import type { InboundShipmentInfo } from './inbound-shipment-info';
13
13
  /**
14
14
  * Result for the get shipments operation
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { GetTransportDetailsResult } from './get-transport-details-result';
12
+ import type { GetTransportDetailsResult } from './get-transport-details-result';
13
13
  /**
14
14
  * The response schema for the getTransportDetails operation.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { TransportContent } from './transport-content';
12
+ import type { TransportContent } from './transport-content';
13
13
  /**
14
14
  * Result for the get transport details operation
15
15
  * @export
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Address } from './address';
13
- import { IntendedBoxContentsSource } from './intended-box-contents-source';
14
- import { LabelPrepPreference } from './label-prep-preference';
15
- import { ShipmentStatus } from './shipment-status';
12
+ import type { Address } from './address';
13
+ import type { IntendedBoxContentsSource } from './intended-box-contents-source';
14
+ import type { LabelPrepPreference } from './label-prep-preference';
15
+ import type { ShipmentStatus } from './shipment-status';
16
16
  /**
17
17
  * Inbound shipment information used to create and update inbound shipments.
18
18
  * @export
@@ -9,11 +9,11 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Address } from './address';
13
- import { BoxContentsFeeDetails } from './box-contents-fee-details';
14
- import { BoxContentsSource } from './box-contents-source';
15
- import { LabelPrepType } from './label-prep-type';
16
- import { ShipmentStatus } from './shipment-status';
12
+ import type { Address } from './address';
13
+ import type { BoxContentsFeeDetails } from './box-contents-fee-details';
14
+ import type { BoxContentsSource } from './box-contents-source';
15
+ import type { LabelPrepType } from './label-prep-type';
16
+ import type { ShipmentStatus } from './shipment-status';
17
17
  /**
18
18
  * Information about the seller\'s inbound shipments. Returned by the listInboundShipments operation.
19
19
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { PrepDetails } from './prep-details';
12
+ import type { PrepDetails } from './prep-details';
13
13
  /**
14
14
  * Item information for an inbound shipment. Submitted with a call to the createInboundShipment or updateInboundShipment operation.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { PrepDetails } from './prep-details';
12
+ import type { PrepDetails } from './prep-details';
13
13
  /**
14
14
  * Item information used to create an inbound shipment. Returned by the createInboundShipmentPlan operation.
15
15
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Condition } from './condition';
13
- import { PrepDetails } from './prep-details';
12
+ import type { Condition } from './condition';
13
+ import type { PrepDetails } from './prep-details';
14
14
  /**
15
15
  * Item information for creating an inbound shipment plan. Submitted with a call to the createInboundShipmentPlan operation.
16
16
  * @export
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Address } from './address';
13
- import { BoxContentsFeeDetails } from './box-contents-fee-details';
14
- import { InboundShipmentPlanItem } from './inbound-shipment-plan-item';
15
- import { LabelPrepType } from './label-prep-type';
12
+ import type { Address } from './address';
13
+ import type { BoxContentsFeeDetails } from './box-contents-fee-details';
14
+ import type { InboundShipmentPlanItem } from './inbound-shipment-plan-item';
15
+ import type { LabelPrepType } from './label-prep-type';
16
16
  /**
17
17
  * Inbound shipment information used to create an inbound shipment. Returned by the createInboundShipmentPlan operation.
18
18
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { InboundShipmentHeader } from './inbound-shipment-header';
13
- import { InboundShipmentItem } from './inbound-shipment-item';
12
+ import type { InboundShipmentHeader } from './inbound-shipment-header';
13
+ import type { InboundShipmentItem } from './inbound-shipment-item';
14
14
  /**
15
15
  * The request schema for an inbound shipment.
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { InboundShipmentResult } from './inbound-shipment-result';
12
+ import type { InboundShipmentResult } from './inbound-shipment-result';
13
13
  /**
14
14
  * The response schema for this operation.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ErrorReason } from './error-reason';
12
+ import type { ErrorReason } from './error-reason';
13
13
  /**
14
14
  * Contains details about an invalid ASIN
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ErrorReason } from './error-reason';
12
+ import type { ErrorReason } from './error-reason';
13
13
  /**
14
14
  * Contains detail about an invalid SKU
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { NonPartneredSmallParcelPackageInput } from './non-partnered-small-parcel-package-input';
12
+ import type { NonPartneredSmallParcelPackageInput } from './non-partnered-small-parcel-package-input';
13
13
  /**
14
14
  * Information that you provide to Amazon about a Small Parcel shipment shipped by a carrier that has not partnered with Amazon.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { NonPartneredSmallParcelPackageOutput } from './non-partnered-small-parcel-package-output';
12
+ import type { NonPartneredSmallParcelPackageOutput } from './non-partnered-small-parcel-package-output';
13
13
  /**
14
14
  * Information returned by Amazon about a Small Parcel shipment by a carrier that has not partnered with Amazon.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { PackageStatus } from './package-status';
12
+ import type { PackageStatus } from './package-status';
13
13
  /**
14
14
  * Carrier, tracking number, and status information for the package.
15
15
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Dimensions } from './dimensions';
13
- import { Weight } from './weight';
12
+ import type { Dimensions } from './dimensions';
13
+ import type { Weight } from './weight';
14
14
  /**
15
15
  * Pallet information.
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Amount } from './amount';
12
+ import type { Amount } from './amount';
13
13
  /**
14
14
  * The estimated shipping cost for a shipment using an Amazon-partnered carrier.
15
15
  * @export
@@ -9,11 +9,11 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Amount } from './amount';
13
- import { Contact } from './contact';
14
- import { Pallet } from './pallet';
15
- import { SellerFreightClass } from './seller-freight-class';
16
- import { Weight } from './weight';
12
+ import type { Amount } from './amount';
13
+ import type { Contact } from './contact';
14
+ import type { Pallet } from './pallet';
15
+ import type { SellerFreightClass } from './seller-freight-class';
16
+ import type { Weight } from './weight';
17
17
  /**
18
18
  * Information that is required by an Amazon-partnered carrier to ship a Less Than Truckload/Full Truckload (LTL/FTL) inbound shipment.
19
19
  * @export
@@ -9,12 +9,12 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Amount } from './amount';
13
- import { Contact } from './contact';
14
- import { Pallet } from './pallet';
15
- import { PartneredEstimate } from './partnered-estimate';
16
- import { SellerFreightClass } from './seller-freight-class';
17
- import { Weight } from './weight';
12
+ import type { Amount } from './amount';
13
+ import type { Contact } from './contact';
14
+ import type { Pallet } from './pallet';
15
+ import type { PartneredEstimate } from './partnered-estimate';
16
+ import type { SellerFreightClass } from './seller-freight-class';
17
+ import type { Weight } from './weight';
18
18
  /**
19
19
  * Information returned by Amazon about a Less Than Truckload/Full Truckload (LTL/FTL) shipment by an Amazon-partnered carrier.
20
20
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { PartneredSmallParcelPackageInput } from './partnered-small-parcel-package-input';
12
+ import type { PartneredSmallParcelPackageInput } from './partnered-small-parcel-package-input';
13
13
  /**
14
14
  * Information that is required by an Amazon-partnered carrier to ship a Small Parcel inbound shipment.
15
15
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { PartneredEstimate } from './partnered-estimate';
13
- import { PartneredSmallParcelPackageOutput } from './partnered-small-parcel-package-output';
12
+ import type { PartneredEstimate } from './partnered-estimate';
13
+ import type { PartneredSmallParcelPackageOutput } from './partnered-small-parcel-package-output';
14
14
  /**
15
15
  * Information returned by Amazon about a Small Parcel shipment by an Amazon-partnered carrier.
16
16
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Dimensions } from './dimensions';
13
- import { Weight } from './weight';
12
+ import type { Dimensions } from './dimensions';
13
+ import type { Weight } from './weight';
14
14
  /**
15
15
  * Dimension and weight information for the package.
16
16
  * @export
@@ -9,9 +9,9 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Dimensions } from './dimensions';
13
- import { PackageStatus } from './package-status';
14
- import { Weight } from './weight';
12
+ import type { Dimensions } from './dimensions';
13
+ import type { PackageStatus } from './package-status';
14
+ import type { Weight } from './weight';
15
15
  /**
16
16
  * Dimension, weight, and shipping information for the package.
17
17
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { PrepInstruction } from './prep-instruction';
13
- import { PrepOwner } from './prep-owner';
12
+ import type { PrepInstruction } from './prep-instruction';
13
+ import type { PrepOwner } from './prep-owner';
14
14
  /**
15
15
  * Preparation instructions and who is responsible for the preparation.
16
16
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ShipmentType } from './shipment-type';
13
- import { TransportDetailInput } from './transport-detail-input';
12
+ import type { ShipmentType } from './shipment-type';
13
+ import type { TransportDetailInput } from './transport-detail-input';
14
14
  /**
15
15
  * The request schema for a putTransportDetails operation.
16
16
  * @export