@amazon-sp-api-release/amazon-sp-api-sdk-js 1.5.0 → 1.6.0
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/helper/DefaultRateLimitMap.mjs +14 -1
- package/index.js +3 -0
- package/package.json +1 -1
- package/src/catalogitems_v2022_04_01/model/ErrorList.d.ts +1 -1
- package/src/catalogitems_v2022_04_01/model/ErrorList.js +2 -1
- package/src/catalogitems_v2022_04_01/model/ItemSearchResults.d.ts +11 -5
- package/src/catalogitems_v2022_04_01/model/ItemSearchResults.d.ts.map +1 -1
- package/src/catalogitems_v2022_04_01/model/ItemSearchResults.js +1 -5
- package/src/easyship_v2022_03_23/api/EasyShipApi.d.ts +2 -2
- package/src/easyship_v2022_03_23/api/EasyShipApi.js +2 -2
- package/src/easyship_v2022_03_23/model/HandoverMethod.d.ts +4 -4
- package/src/easyship_v2022_03_23/model/HandoverMethod.js +4 -4
- package/src/easyship_v2022_03_23/model/UnitOfLength.d.ts +2 -2
- package/src/easyship_v2022_03_23/model/UnitOfLength.js +2 -2
- package/src/easyship_v2022_03_23/model/UnitOfWeight.d.ts +4 -4
- package/src/easyship_v2022_03_23/model/UnitOfWeight.js +4 -4
- package/src/externalfulfillmentinventory_v2024_09_11/ApiClient.d.ts +260 -0
- package/src/externalfulfillmentinventory_v2024_09_11/ApiClient.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/ApiClient.js +827 -0
- package/src/externalfulfillmentinventory_v2024_09_11/api/BatchInventoryApi.d.ts +42 -0
- package/src/externalfulfillmentinventory_v2024_09_11/api/BatchInventoryApi.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/api/BatchInventoryApi.js +110 -0
- package/src/externalfulfillmentinventory_v2024_09_11/index.d.ts +16 -0
- package/src/externalfulfillmentinventory_v2024_09_11/index.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/index.js +119 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/ActionableError.d.ts +28 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/ActionableError.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/ActionableError.js +71 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryRequest.d.ts +23 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryRequest.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryRequest.js +64 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryResponse.d.ts +23 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryResponse.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryResponse.js +64 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/Error.d.ts +33 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/Error.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/Error.js +83 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/ErrorList.d.ts +26 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/ErrorList.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/ErrorList.js +66 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/HttpMethod.d.ts +24 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/HttpMethod.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/HttpMethod.js +42 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/HttpStatusLine.d.ts +28 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/HttpStatusLine.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/HttpStatusLine.js +71 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequest.d.ts +34 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequest.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequest.js +83 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequestParams.d.ts +34 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequestParams.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequestParams.js +79 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponse.d.ts +29 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponse.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponse.js +75 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponseBody.d.ts +59 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponseBody.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponseBody.js +112 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/MarketplaceAttributes.d.ts +39 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/MarketplaceAttributes.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/MarketplaceAttributes.js +97 -0
- package/src/externalfulfillmentreturns_v2024_09_11/ApiClient.d.ts +260 -0
- package/src/externalfulfillmentreturns_v2024_09_11/ApiClient.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/ApiClient.js +827 -0
- package/src/externalfulfillmentreturns_v2024_09_11/api/ReturnRetrievalApi.d.ts +104 -0
- package/src/externalfulfillmentreturns_v2024_09_11/api/ReturnRetrievalApi.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/api/ReturnRetrievalApi.js +189 -0
- package/src/externalfulfillmentreturns_v2024_09_11/index.d.ts +16 -0
- package/src/externalfulfillmentreturns_v2024_09_11/index.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/index.js +119 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/Error.d.ts +33 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/Error.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/Error.js +83 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ErrorList.d.ts +26 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ErrorList.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ErrorList.js +66 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/InvoiceInformation.d.ts +25 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/InvoiceInformation.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/InvoiceInformation.js +65 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannel.d.ts +28 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannel.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannel.js +71 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannelDetails.d.ts +58 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannelDetails.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannelDetails.js +111 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/OtpDetails.d.ts +27 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/OtpDetails.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/OtpDetails.js +75 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReplanningDetails.d.ts +23 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReplanningDetails.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReplanningDetails.js +64 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/Return.d.ts +138 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/Return.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/Return.js +363 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnMetadata.d.ts +43 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnMetadata.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnMetadata.js +89 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnShippingInfo.d.ts +39 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnShippingInfo.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnShippingInfo.js +86 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnsResponse.d.ts +29 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnsResponse.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnsResponse.js +72 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/TrackingInfo.d.ts +27 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/TrackingInfo.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/TrackingInfo.js +75 -0
- package/src/externalfulfillmentshipments_v2024_09_11/ApiClient.d.ts +260 -0
- package/src/externalfulfillmentshipments_v2024_09_11/ApiClient.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/ApiClient.js +827 -0
- package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentProcessingApi.d.ts +178 -0
- package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentProcessingApi.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentProcessingApi.js +521 -0
- package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentRetrievalApi.d.ts +86 -0
- package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentRetrievalApi.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentRetrievalApi.js +182 -0
- package/src/externalfulfillmentshipments_v2024_09_11/index.d.ts +62 -0
- package/src/externalfulfillmentshipments_v2024_09_11/index.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/index.js +441 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Address.d.ts +103 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Address.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Address.js +169 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Amount.d.ts +27 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Amount.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Amount.js +75 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Cancellation.d.ts +46 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Cancellation.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Cancellation.js +119 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Charge.d.ts +52 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Charge.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Charge.js +140 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ChargeBreakup.d.ts +30 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ChargeBreakup.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ChargeBreakup.js +83 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ComplianceAttributes.d.ts +32 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ComplianceAttributes.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ComplianceAttributes.js +92 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CourierSupportedAttributes.d.ts +27 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CourierSupportedAttributes.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CourierSupportedAttributes.js +75 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttribute.d.ts +34 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttribute.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttribute.js +79 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttributeType.d.ts +39 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttributeType.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttributeType.js +60 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Dimension.d.ts +37 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Dimension.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Dimension.js +95 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Document.d.ts +40 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Document.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Document.js +103 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/DocumentV2.d.ts +25 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/DocumentV2.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/DocumentV2.js +65 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Error.d.ts +33 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Error.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Error.js +83 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ErrorList.d.ts +26 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ErrorList.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ErrorList.js +66 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/GiftAttributes.d.ts +41 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/GiftAttributes.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/GiftAttributes.js +91 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceInfo.d.ts +27 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceInfo.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceInfo.js +75 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceRequirement.d.ts +47 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceRequirement.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceRequirement.js +117 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceResponse.d.ts +26 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceResponse.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceResponse.js +65 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/LineItem.d.ts +31 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/LineItem.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/LineItem.js +73 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/LineItemWithReason.d.ts +42 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/LineItemWithReason.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/LineItemWithReason.js +93 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/MarketplaceAttributes.d.ts +49 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/MarketplaceAttributes.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/MarketplaceAttributes.js +111 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/OriginalLineItem.d.ts +30 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/OriginalLineItem.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/OriginalLineItem.js +86 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Package.d.ts +75 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Package.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Package.js +190 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDeliveryStatus.d.ts +34 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDeliveryStatus.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDeliveryStatus.js +79 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDimensions.d.ts +30 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDimensions.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDimensions.js +83 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageLineItem.d.ts +51 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageLineItem.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageLineItem.js +107 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageShipLabel.d.ts +46 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageShipLabel.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageShipLabel.js +95 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageStatus.d.ts +44 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageStatus.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageStatus.js +66 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageSubStatus.d.ts +34 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageSubStatus.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageSubStatus.js +54 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Packages.d.ts +26 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Packages.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Packages.js +66 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackingSlipRequirement.d.ts +46 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackingSlipRequirement.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackingSlipRequirement.js +111 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Pagination.d.ts +22 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Pagination.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Pagination.js +63 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PartyIdentificationInfo.d.ts +51 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PartyIdentificationInfo.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PartyIdentificationInfo.js +123 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PieceType.d.ts +24 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PieceType.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PieceType.js +42 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PresenceStatus.d.ts +24 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PresenceStatus.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PresenceStatus.js +42 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Priority.d.ts +24 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Priority.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Priority.js +42 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackage.d.ts +32 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackage.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackage.js +86 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackageLineItem.d.ts +25 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackageLineItem.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackageLineItem.js +65 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ReplacedShipmentInfo.d.ts +37 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ReplacedShipmentInfo.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ReplacedShipmentInfo.js +94 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RequirementLevel.d.ts +24 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RequirementLevel.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RequirementLevel.js +42 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelMetadata.d.ts +44 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelMetadata.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelMetadata.js +98 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsInput.d.ts +31 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsInput.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsInput.js +73 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsResponse.d.ts +26 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsResponse.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsResponse.js +66 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.d.ts +122 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.js +369 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentAcknowledgementRequest.d.ts +32 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentAcknowledgementRequest.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentAcknowledgementRequest.js +74 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentInfo.d.ts +75 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentInfo.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentInfo.js +173 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentLineItem.d.ts +103 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentLineItem.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentLineItem.js +196 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentRequirements.d.ts +29 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentRequirements.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentRequirements.js +75 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentsResponse.d.ts +29 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentsResponse.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentsResponse.js +72 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingInfo.d.ts +60 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingInfo.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingInfo.js +118 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptions.d.ts +56 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptions.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptions.js +130 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptionsResponse.d.ts +28 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptionsResponse.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptionsResponse.js +71 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Status.d.ts +24 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Status.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Status.js +42 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Tax.d.ts +55 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Tax.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Tax.js +143 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/TaxRegistrationInfo.d.ts +50 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/TaxRegistrationInfo.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/TaxRegistrationInfo.js +107 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/TimeWindow.d.ts +43 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/TimeWindow.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/TimeWindow.js +103 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Weight.d.ts +37 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Weight.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Weight.js +95 -0
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.d.ts +0 -18
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.d.ts.map +1 -1
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.js +0 -64
- package/src/fulfillmentinbound_v2024_03_20/index.d.ts +1 -5
- package/src/fulfillmentinbound_v2024_03_20/index.d.ts.map +1 -1
- package/src/fulfillmentinbound_v2024_03_20/index.js +0 -28
- package/src/fulfillmentoutbound_v2020_07_01/model/Address.d.ts +7 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/Address.d.ts.map +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/Address.js +1 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.d.ts +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.d.ts +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.js +2 -2
- package/src/merchantfulfillment_v0/index.d.ts +4 -1
- package/src/merchantfulfillment_v0/index.d.ts.map +1 -1
- package/src/merchantfulfillment_v0/index.js +21 -0
- package/src/merchantfulfillment_v0/model/RateItem.d.ts +44 -0
- package/src/merchantfulfillment_v0/model/RateItem.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/RateItem.js +89 -0
- package/src/merchantfulfillment_v0/model/RateItemID.d.ts +19 -0
- package/src/merchantfulfillment_v0/model/RateItemID.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/RateItemID.js +36 -0
- package/src/merchantfulfillment_v0/model/RateItemType.d.ts +19 -0
- package/src/merchantfulfillment_v0/model/RateItemType.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/RateItemType.js +36 -0
- package/src/merchantfulfillment_v0/model/ShippingService.d.ts +10 -1
- package/src/merchantfulfillment_v0/model/ShippingService.d.ts.map +1 -1
- package/src/merchantfulfillment_v0/model/ShippingService.js +19 -1
- package/src/orders_v0/model/Address.d.ts +3 -6
- package/src/orders_v0/model/Address.d.ts.map +1 -1
- package/src/orders_v0/model/Address.js +1 -3
- package/src/vendordforders_v2021_12_28/model/OrderDetails.d.ts +6 -0
- package/src/vendordforders_v2021_12_28/model/OrderDetails.d.ts.map +1 -1
- package/src/vendordforders_v2021_12_28/model/OrderDetails.js +8 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput.d.ts +0 -34
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput.d.ts.map +0 -1
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput.js +0 -83
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierType.d.ts +0 -24
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierType.d.ts.map +0 -1
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierType.js +0 -42
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest.d.ts +0 -26
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest.d.ts.map +0 -1
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest.js +0 -66
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse.d.ts +0 -25
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse.d.ts.map +0 -1
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse.js +0 -65
|
@@ -302,6 +302,19 @@ export const defaultRateLimitMap = {
|
|
|
302
302
|
"CustomerFeedbackApi-getItemReviewTrends": [1, 10],
|
|
303
303
|
"CustomerFeedbackApi-getBrowseNodeReviewTrends": [1, 10],
|
|
304
304
|
"CustomerFeedbackApi-getBrowseNodeReturnTopics": [1, 10],
|
|
305
|
-
"CustomerFeedbackApi-getBrowseNodeReturnTrends": [1, 10]
|
|
305
|
+
"CustomerFeedbackApi-getBrowseNodeReturnTrends": [1, 10],
|
|
306
|
+
"BatchInventoryApi-batchInventory": [50, 50],
|
|
307
|
+
"ReturnRetrievalApi-listReturns": [1, 1],
|
|
308
|
+
"ReturnRetrievalApi-getReturn": [1, 1],
|
|
309
|
+
"ShipmentRetrievalApi-getShipments": [1, 1],
|
|
310
|
+
"ShipmentRetrievalApi-getShipment": [1, 1],
|
|
311
|
+
"ShipmentProcessingApi-generateShipLabels": [1, 1],
|
|
312
|
+
"ShipmentProcessingApi-createPackages": [1, 1],
|
|
313
|
+
"ShipmentProcessingApi-updatePackage": [1, 1],
|
|
314
|
+
"ShipmentProcessingApi-updatePackageStatus": [1, 1],
|
|
315
|
+
"ShipmentProcessingApi-retrieveShippingOptions": [1, 1],
|
|
316
|
+
"ShipmentProcessingApi-generateInvoice": [1, 1],
|
|
317
|
+
"ShipmentProcessingApi-retrieveInvoice": [1, 1],
|
|
318
|
+
"ShipmentProcessingApi-processShipment": [1, 1]
|
|
306
319
|
}
|
|
307
320
|
|
package/index.js
CHANGED
|
@@ -6,6 +6,9 @@ export * as CatalogitemsSpApi from './src/catalogitems_v2022_04_01/index.js';
|
|
|
6
6
|
export * as CustomerFeedback20240601SpApi from './src/customerFeedback_2024_06_01/index.js';
|
|
7
7
|
export * as DatakioskSpApi from './src/datakiosk_v2023_11_15/index.js';
|
|
8
8
|
export * as EasyshipSpApi from './src/easyship_v2022_03_23/index.js';
|
|
9
|
+
export * as ExternalfulfillmentinventorySpApi from './src/externalfulfillmentinventory_v2024_09_11/index.js';
|
|
10
|
+
export * as ExternalfulfillmentreturnsSpApi from './src/externalfulfillmentreturns_v2024_09_11/index.js';
|
|
11
|
+
export * as ExternalfulfillmentshipmentsSpApi from './src/externalfulfillmentshipments_v2024_09_11/index.js';
|
|
9
12
|
export * as FbaeligibilitySpApi from './src/fbaeligibility_v1/index.js';
|
|
10
13
|
export * as FbainventorySpApi from './src/fbainventory_v1/index.js';
|
|
11
14
|
export * as FeedsSpApi from './src/feeds_v2021_06_30/index.js';
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@ export class ErrorList {
|
|
|
17
17
|
* A list of error responses returned when a request is unsuccessful.
|
|
18
18
|
* @alias module:catalogitems_v2022_04_01/model/ErrorList
|
|
19
19
|
* @class
|
|
20
|
-
* @param errors {[Error]}
|
|
20
|
+
* @param errors {[Error]} A list of error responses returned when a request is unsuccessful.
|
|
21
21
|
*/
|
|
22
22
|
constructor(errors: [Error]);
|
|
23
23
|
errors: [Error];
|
|
@@ -25,7 +25,7 @@ export class ErrorList {
|
|
|
25
25
|
* A list of error responses returned when a request is unsuccessful.
|
|
26
26
|
* @alias module:catalogitems_v2022_04_01/model/ErrorList
|
|
27
27
|
* @class
|
|
28
|
-
* @param errors {[Error]}
|
|
28
|
+
* @param errors {[Error]} A list of error responses returned when a request is unsuccessful.
|
|
29
29
|
*/
|
|
30
30
|
constructor (errors) {
|
|
31
31
|
this.errors = errors
|
|
@@ -59,6 +59,7 @@ export class ErrorList {
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
/**
|
|
62
|
+
* A list of error responses returned when a request is unsuccessful.
|
|
62
63
|
* @member {[Error]} errors
|
|
63
64
|
* @type {[Error]}
|
|
64
65
|
*/
|
|
@@ -18,17 +18,23 @@ export class ItemSearchResults {
|
|
|
18
18
|
* @alias module:catalogitems_v2022_04_01/model/ItemSearchResults
|
|
19
19
|
* @class
|
|
20
20
|
* @param numberOfResults {Number} For searches that are based on `identifiers`, `numberOfResults` is the total number of Amazon catalog items found. For searches that are based on `keywords`, `numberOfResults` is the estimated total number of Amazon catalog items that are matched by the search query. Only results up to the page count limit are returned per request regardless of the number found. **Note:** The maximum number of items (ASINs) that can be returned and paged through is 1,000.
|
|
21
|
-
* @param pagination {Pagination}
|
|
22
|
-
* @param refinements {Refinements}
|
|
23
21
|
* @param items {[Item]} A list of items from the Amazon catalog.
|
|
24
22
|
*/
|
|
25
|
-
constructor(numberOfResults: number,
|
|
23
|
+
constructor(numberOfResults: number, items: [Item]);
|
|
26
24
|
numberOfResults: number;
|
|
25
|
+
items: [Item];
|
|
26
|
+
/**
|
|
27
|
+
* @member {Pagination} pagination
|
|
28
|
+
* @type {Pagination}
|
|
29
|
+
*/
|
|
27
30
|
pagination: Pagination;
|
|
31
|
+
/**
|
|
32
|
+
* @member {Refinements} refinements
|
|
33
|
+
* @type {Refinements}
|
|
34
|
+
*/
|
|
28
35
|
refinements: Refinements;
|
|
29
|
-
items: [Item];
|
|
30
36
|
}
|
|
37
|
+
import { Item } from './Item.js';
|
|
31
38
|
import { Pagination } from './Pagination.js';
|
|
32
39
|
import { Refinements } from './Refinements.js';
|
|
33
|
-
import { Item } from './Item.js';
|
|
34
40
|
//# sourceMappingURL=ItemSearchResults.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemSearchResults.d.ts","sourceRoot":"","sources":["ItemSearchResults.js"],"names":[],"mappings":"AAkBA;;;;GAIG;AACH;
|
|
1
|
+
{"version":3,"file":"ItemSearchResults.d.ts","sourceRoot":"","sources":["ItemSearchResults.js"],"names":[],"mappings":"AAkBA;;;;GAIG;AACH;IAcE;;;;;;OAMG;IACH,2CAHW,iBAAiB,GAChB,iBAAiB,CAsB5B;IAxCD;;;;;;;OAOG;IACH,4CAFiB,CAAC,IAAI,CAAC,EAKtB;IAFC,wBAAsC;IACtC,cAAkB;IAwCtB;;;OAGG;IACH,YAFU,UAAU,CAEkB;IAEtC;;;OAGG;IACH,aAFU,WAAW,CAEkB;CAnBtC;qBAnDoB,WAAW;2BACL,iBAAiB;4BAChB,kBAAkB"}
|
|
@@ -28,14 +28,10 @@ export class ItemSearchResults {
|
|
|
28
28
|
* @alias module:catalogitems_v2022_04_01/model/ItemSearchResults
|
|
29
29
|
* @class
|
|
30
30
|
* @param numberOfResults {Number} For searches that are based on `identifiers`, `numberOfResults` is the total number of Amazon catalog items found. For searches that are based on `keywords`, `numberOfResults` is the estimated total number of Amazon catalog items that are matched by the search query. Only results up to the page count limit are returned per request regardless of the number found. **Note:** The maximum number of items (ASINs) that can be returned and paged through is 1,000.
|
|
31
|
-
* @param pagination {Pagination}
|
|
32
|
-
* @param refinements {Refinements}
|
|
33
31
|
* @param items {[Item]} A list of items from the Amazon catalog.
|
|
34
32
|
*/
|
|
35
|
-
constructor (numberOfResults,
|
|
33
|
+
constructor (numberOfResults, items) {
|
|
36
34
|
this.numberOfResults = numberOfResults
|
|
37
|
-
this.pagination = pagination
|
|
38
|
-
this.refinements = refinements
|
|
39
35
|
this.items = items
|
|
40
36
|
}
|
|
41
37
|
|
|
@@ -35,13 +35,13 @@ export class EasyShipApi {
|
|
|
35
35
|
*/
|
|
36
36
|
createScheduledPackage(createScheduledPackageRequest: CreateScheduledPackageRequest): Promise<Package>;
|
|
37
37
|
/**
|
|
38
|
-
* This operation automatically schedules a time slot for all the `amazonOrderId`s given as input, generating the associated shipping labels, along with other compliance documents according to the marketplace (refer to the [marketplace document support table](doc:easyship-api-v2022-03-23-use-case-guide#marketplace-support-table)). Developers calling this operation may optionally assign a `packageDetails` object, allowing them to input a preferred time slot for each order in
|
|
38
|
+
* This operation automatically schedules a time slot for all the `amazonOrderId`s given as input, generating the associated shipping labels, along with other compliance documents according to the marketplace (refer to the [marketplace document support table](doc:easyship-api-v2022-03-23-use-case-guide#marketplace-support-table)). Developers calling this operation may optionally assign a `packageDetails` object, allowing them to input a preferred time slot for each order in ther request. In this case, Amazon will try to schedule the respective packages using their optional settings. On the other hand, *i.e.*, if the time slot is not provided, Amazon will then pick the earliest time slot possible. Regarding the shipping label's file format, external developers are able to choose between PDF or ZPL, and Amazon will create the label accordingly. This operation returns an array composed of the scheduled packages, and a short-lived URL pointing to a zip file containing the generated shipping labels and the other documents enabled for your marketplace. If at least an order couldn't be scheduled, then Amazon adds the `rejectedOrders` list into the response, which contains an entry for each order we couldn't process. Each entry is composed of an error message describing the reason of the failure, so that sellers can take action. The table below displays the supported request and burst maximum rates: **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).
|
|
39
39
|
* @param {CreateScheduledPackagesRequest} createScheduledPackagesRequest The request schema for the `createScheduledPackageBulk` operation.
|
|
40
40
|
* @return {Promise<CreateScheduledPackagesResponse>}
|
|
41
41
|
*/
|
|
42
42
|
createScheduledPackageBulkWithHttpInfo(createScheduledPackagesRequest: CreateScheduledPackagesRequest): Promise<CreateScheduledPackagesResponse>;
|
|
43
43
|
/**
|
|
44
|
-
* This operation automatically schedules a time slot for all the `amazonOrderId`s given as input, generating the associated shipping labels, along with other compliance documents according to the marketplace (refer to the [marketplace document support table](doc:easyship-api-v2022-03-23-use-case-guide#marketplace-support-table)). Developers calling this operation may optionally assign a `packageDetails` object, allowing them to input a preferred time slot for each order in
|
|
44
|
+
* This operation automatically schedules a time slot for all the `amazonOrderId`s given as input, generating the associated shipping labels, along with other compliance documents according to the marketplace (refer to the [marketplace document support table](doc:easyship-api-v2022-03-23-use-case-guide#marketplace-support-table)). Developers calling this operation may optionally assign a `packageDetails` object, allowing them to input a preferred time slot for each order in ther request. In this case, Amazon will try to schedule the respective packages using their optional settings. On the other hand, *i.e.*, if the time slot is not provided, Amazon will then pick the earliest time slot possible. Regarding the shipping label's file format, external developers are able to choose between PDF or ZPL, and Amazon will create the label accordingly. This operation returns an array composed of the scheduled packages, and a short-lived URL pointing to a zip file containing the generated shipping labels and the other documents enabled for your marketplace. If at least an order couldn't be scheduled, then Amazon adds the `rejectedOrders` list into the response, which contains an entry for each order we couldn't process. Each entry is composed of an error message describing the reason of the failure, so that sellers can take action. The table below displays the supported request and burst maximum rates: **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).
|
|
45
45
|
* @param {CreateScheduledPackagesRequest} createScheduledPackagesRequest The request schema for the `createScheduledPackageBulk` operation.
|
|
46
46
|
* @return {Promise<CreateScheduledPackagesResponse>}
|
|
47
47
|
*/
|
|
@@ -119,7 +119,7 @@ export class EasyShipApi {
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
/**
|
|
122
|
-
* This operation automatically schedules a time slot for all the `amazonOrderId`s given as input, generating the associated shipping labels, along with other compliance documents according to the marketplace (refer to the [marketplace document support table](doc:easyship-api-v2022-03-23-use-case-guide#marketplace-support-table)). Developers calling this operation may optionally assign a `packageDetails` object, allowing them to input a preferred time slot for each order in
|
|
122
|
+
* This operation automatically schedules a time slot for all the `amazonOrderId`s given as input, generating the associated shipping labels, along with other compliance documents according to the marketplace (refer to the [marketplace document support table](doc:easyship-api-v2022-03-23-use-case-guide#marketplace-support-table)). Developers calling this operation may optionally assign a `packageDetails` object, allowing them to input a preferred time slot for each order in ther request. In this case, Amazon will try to schedule the respective packages using their optional settings. On the other hand, *i.e.*, if the time slot is not provided, Amazon will then pick the earliest time slot possible. Regarding the shipping label's file format, external developers are able to choose between PDF or ZPL, and Amazon will create the label accordingly. This operation returns an array composed of the scheduled packages, and a short-lived URL pointing to a zip file containing the generated shipping labels and the other documents enabled for your marketplace. If at least an order couldn't be scheduled, then Amazon adds the `rejectedOrders` list into the response, which contains an entry for each order we couldn't process. Each entry is composed of an error message describing the reason of the failure, so that sellers can take action. The table below displays the supported request and burst maximum rates: **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).
|
|
123
123
|
* @param {CreateScheduledPackagesRequest} createScheduledPackagesRequest The request schema for the `createScheduledPackageBulk` operation.
|
|
124
124
|
* @return {Promise<CreateScheduledPackagesResponse>}
|
|
125
125
|
*/
|
|
@@ -152,7 +152,7 @@ export class EasyShipApi {
|
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
/**
|
|
155
|
-
* This operation automatically schedules a time slot for all the `amazonOrderId`s given as input, generating the associated shipping labels, along with other compliance documents according to the marketplace (refer to the [marketplace document support table](doc:easyship-api-v2022-03-23-use-case-guide#marketplace-support-table)). Developers calling this operation may optionally assign a `packageDetails` object, allowing them to input a preferred time slot for each order in
|
|
155
|
+
* This operation automatically schedules a time slot for all the `amazonOrderId`s given as input, generating the associated shipping labels, along with other compliance documents according to the marketplace (refer to the [marketplace document support table](doc:easyship-api-v2022-03-23-use-case-guide#marketplace-support-table)). Developers calling this operation may optionally assign a `packageDetails` object, allowing them to input a preferred time slot for each order in ther request. In this case, Amazon will try to schedule the respective packages using their optional settings. On the other hand, *i.e.*, if the time slot is not provided, Amazon will then pick the earliest time slot possible. Regarding the shipping label's file format, external developers are able to choose between PDF or ZPL, and Amazon will create the label accordingly. This operation returns an array composed of the scheduled packages, and a short-lived URL pointing to a zip file containing the generated shipping labels and the other documents enabled for your marketplace. If at least an order couldn't be scheduled, then Amazon adds the `rejectedOrders` list into the response, which contains an entry for each order we couldn't process. Each entry is composed of an error message describing the reason of the failure, so that sellers can take action. The table below displays the supported request and burst maximum rates: **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).
|
|
156
156
|
* @param {CreateScheduledPackagesRequest} createScheduledPackagesRequest The request schema for the `createScheduledPackageBulk` operation.
|
|
157
157
|
* @return {Promise<CreateScheduledPackagesResponse>}
|
|
158
158
|
*/
|
|
@@ -11,14 +11,14 @@ export class HandoverMethod {
|
|
|
11
11
|
*/
|
|
12
12
|
static constructFromObject(object: any): HandoverMethod;
|
|
13
13
|
/**
|
|
14
|
-
* value: "
|
|
14
|
+
* value: "PICKUP"
|
|
15
15
|
* @const
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
PICKUP: string;
|
|
18
18
|
/**
|
|
19
|
-
* value: "
|
|
19
|
+
* value: "DROPOFF"
|
|
20
20
|
* @const
|
|
21
21
|
*/
|
|
22
|
-
|
|
22
|
+
DROPOFF: string;
|
|
23
23
|
}
|
|
24
24
|
//# sourceMappingURL=HandoverMethod.d.ts.map
|
|
@@ -20,16 +20,16 @@ import { ApiClient } from '../ApiClient.js'
|
|
|
20
20
|
*/
|
|
21
21
|
export class HandoverMethod {
|
|
22
22
|
/**
|
|
23
|
-
* value: "
|
|
23
|
+
* value: "PICKUP"
|
|
24
24
|
* @const
|
|
25
25
|
*/
|
|
26
|
-
'
|
|
26
|
+
'PICKUP' = 'PICKUP'
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
|
-
* value: "
|
|
29
|
+
* value: "DROPOFF"
|
|
30
30
|
* @const
|
|
31
31
|
*/
|
|
32
|
-
'
|
|
32
|
+
'DROPOFF' = 'DROPOFF'
|
|
33
33
|
|
|
34
34
|
/**
|
|
35
35
|
* Returns a <code>HandoverMethod</code> enum value from a Javascript object name.
|
|
@@ -20,10 +20,10 @@ import { ApiClient } from '../ApiClient.js'
|
|
|
20
20
|
*/
|
|
21
21
|
export class UnitOfLength {
|
|
22
22
|
/**
|
|
23
|
-
* value: "
|
|
23
|
+
* value: "cm"
|
|
24
24
|
* @const
|
|
25
25
|
*/
|
|
26
|
-
'
|
|
26
|
+
'cm' = 'cm'
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* Returns a <code>UnitOfLength</code> enum value from a Javascript object name.
|
|
@@ -11,14 +11,14 @@ export class UnitOfWeight {
|
|
|
11
11
|
*/
|
|
12
12
|
static constructFromObject(object: any): UnitOfWeight;
|
|
13
13
|
/**
|
|
14
|
-
* value: "
|
|
14
|
+
* value: "grams"
|
|
15
15
|
* @const
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
grams: string;
|
|
18
18
|
/**
|
|
19
|
-
* value: "
|
|
19
|
+
* value: "g"
|
|
20
20
|
* @const
|
|
21
21
|
*/
|
|
22
|
-
|
|
22
|
+
g: string;
|
|
23
23
|
}
|
|
24
24
|
//# sourceMappingURL=UnitOfWeight.d.ts.map
|
|
@@ -20,16 +20,16 @@ import { ApiClient } from '../ApiClient.js'
|
|
|
20
20
|
*/
|
|
21
21
|
export class UnitOfWeight {
|
|
22
22
|
/**
|
|
23
|
-
* value: "
|
|
23
|
+
* value: "grams"
|
|
24
24
|
* @const
|
|
25
25
|
*/
|
|
26
|
-
'
|
|
26
|
+
'grams' = 'grams'
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
|
-
* value: "
|
|
29
|
+
* value: "g"
|
|
30
30
|
* @const
|
|
31
31
|
*/
|
|
32
|
-
'
|
|
32
|
+
'g' = 'g'
|
|
33
33
|
|
|
34
34
|
/**
|
|
35
35
|
* Returns a <code>UnitOfWeight</code> enum value from a Javascript object name.
|
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
|
|
3
|
+
* application to use this class directly - the *Api and model classes provide the public API for the service. The
|
|
4
|
+
* contents of this file should be regarded as internal but are documented for completeness.
|
|
5
|
+
* @alias module:externalfulfillmentinventory_v2024_09_11/ApiClient
|
|
6
|
+
* @class
|
|
7
|
+
*/
|
|
8
|
+
export class ApiClient {
|
|
9
|
+
/**
|
|
10
|
+
* Enumeration of collection format separator strategies.
|
|
11
|
+
* @enum {String}
|
|
12
|
+
* @readonly
|
|
13
|
+
*/
|
|
14
|
+
static readonly CollectionFormatEnum: {
|
|
15
|
+
/**
|
|
16
|
+
* Comma-separated values. Value: <code>csv</code>
|
|
17
|
+
* @const
|
|
18
|
+
*/
|
|
19
|
+
CSV: string;
|
|
20
|
+
/**
|
|
21
|
+
* Space-separated values. Value: <code>ssv</code>
|
|
22
|
+
* @const
|
|
23
|
+
*/
|
|
24
|
+
SSV: string;
|
|
25
|
+
/**
|
|
26
|
+
* Tab-separated values. Value: <code>tsv</code>
|
|
27
|
+
* @const
|
|
28
|
+
*/
|
|
29
|
+
TSV: string;
|
|
30
|
+
/**
|
|
31
|
+
* Pipe(|)-separated values. Value: <code>pipes</code>
|
|
32
|
+
* @const
|
|
33
|
+
*/
|
|
34
|
+
PIPES: string;
|
|
35
|
+
/**
|
|
36
|
+
* Native array. Value: <code>multi</code>
|
|
37
|
+
* @const
|
|
38
|
+
*/
|
|
39
|
+
MULTI: string;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Parses an ISO-8601 string representation of a date value.
|
|
43
|
+
* @param {String} str The date value as a string.
|
|
44
|
+
* @returns {Date} The parsed date object.
|
|
45
|
+
*/
|
|
46
|
+
static parseDate(str: string): Date;
|
|
47
|
+
/**
|
|
48
|
+
* Converts a value to the specified type.
|
|
49
|
+
* @param {(String|Object)} data The data to convert, as a string or object.
|
|
50
|
+
* @param {(String|Array<String>|Object<String, Object>|Function)} type The type to return. Pass a string for simple types
|
|
51
|
+
* or the constructor function for a complex type. Pass an array containing the type name to return an array of that type. To
|
|
52
|
+
* return an object, pass an object with one property whose name is the key type and whose value is the corresponding value type:
|
|
53
|
+
* all properties on <code>data<code> will be converted to this type.
|
|
54
|
+
* @returns An instance of the specified type or null or undefined if data is null or undefined.
|
|
55
|
+
*/
|
|
56
|
+
static convertToType(data: (string | any), type: (string | Array<string> | any | Function)): any;
|
|
57
|
+
/**
|
|
58
|
+
* Constructs a new map or array model from REST data.
|
|
59
|
+
* @param data {Object|Array} The REST data.
|
|
60
|
+
* @param obj {Object|Array} The target object or array.
|
|
61
|
+
*/
|
|
62
|
+
static constructFromObject(data: any | any[], obj: any | any[], itemType: any): void;
|
|
63
|
+
/**
|
|
64
|
+
* Constructs a new ApiClient.
|
|
65
|
+
* @param {String} baseUrl Base URL of endpoint ex. "https://sellingpartnerapi-na.amazon.com"
|
|
66
|
+
*/
|
|
67
|
+
constructor(baseUrl: string);
|
|
68
|
+
/**
|
|
69
|
+
* The base URL against which to resolve every API call's (relative) path.
|
|
70
|
+
* @type {String}
|
|
71
|
+
* @default https://sellingpartnerapi-na.amazon.com
|
|
72
|
+
*/
|
|
73
|
+
basePath: string;
|
|
74
|
+
/**
|
|
75
|
+
* The authentication methods to be included for all API calls.
|
|
76
|
+
* @type {Array<String>}
|
|
77
|
+
*/
|
|
78
|
+
authentications: Array<string>;
|
|
79
|
+
/**
|
|
80
|
+
* The default HTTP headers to be included for all API calls.
|
|
81
|
+
* @type {Array<String>}
|
|
82
|
+
* @default {}
|
|
83
|
+
*/
|
|
84
|
+
defaultHeaders: Array<string>;
|
|
85
|
+
/**
|
|
86
|
+
* The default HTTP timeout for all API calls.
|
|
87
|
+
* @type {Number}
|
|
88
|
+
* @default 60000
|
|
89
|
+
*/
|
|
90
|
+
timeout: number;
|
|
91
|
+
/**
|
|
92
|
+
* If set to false an additional timestamp parameter is added to all API GET calls to
|
|
93
|
+
* prevent browser caching
|
|
94
|
+
* @type {Boolean}
|
|
95
|
+
* @default true
|
|
96
|
+
*/
|
|
97
|
+
cache: boolean;
|
|
98
|
+
/**
|
|
99
|
+
* If set to true, the client will save the cookies from each server
|
|
100
|
+
* response, and return them in the next request.
|
|
101
|
+
* @default false
|
|
102
|
+
*/
|
|
103
|
+
enableCookies: boolean;
|
|
104
|
+
agent: any;
|
|
105
|
+
requestAgent: any;
|
|
106
|
+
/**
|
|
107
|
+
* Set customized rate limiter for one operation
|
|
108
|
+
* For operations that customized rate limiter are not set
|
|
109
|
+
* Will use default rate limiter
|
|
110
|
+
* @param {String} operationName
|
|
111
|
+
* @param {RateLimitConfiguration} config
|
|
112
|
+
*/
|
|
113
|
+
setCustomizedRateLimiterForOperation(operationName: string, config: RateLimitConfiguration): void;
|
|
114
|
+
/**
|
|
115
|
+
* Disable customized rate limiter for one operation
|
|
116
|
+
* Fall back to default rate limiter
|
|
117
|
+
* @param {String} operationName
|
|
118
|
+
*/
|
|
119
|
+
disableCustomizedRatelimiterForOperation(operationName: string): void;
|
|
120
|
+
/**
|
|
121
|
+
* Clear customized rate limiter for all operations
|
|
122
|
+
* All operations will fall back to default rate limiter
|
|
123
|
+
* @param {String} operationName
|
|
124
|
+
*/
|
|
125
|
+
disableCustomizedRatelimiterForAll(): void;
|
|
126
|
+
/**
|
|
127
|
+
* Disable both default and customized rate limiter for all operations
|
|
128
|
+
*/
|
|
129
|
+
disableRateLimiter(): void;
|
|
130
|
+
/**
|
|
131
|
+
* Enable default or customized rate limiter for all operations
|
|
132
|
+
*/
|
|
133
|
+
enableRateLimiter(): void;
|
|
134
|
+
/**
|
|
135
|
+
* Returns this ApiClient so that you can chain the methods.
|
|
136
|
+
* @param {String} clientId LWA client ID.
|
|
137
|
+
* @param {String} clientSecret LWA client secret.
|
|
138
|
+
* @param {String} refreshToken LWA refresh token.
|
|
139
|
+
* @param {Array<String>} dataElementsOption specify PII information to get from "buyerInfo", "shippingAddress" and "buyerTaxInformation".
|
|
140
|
+
* @returns {ApiClient} This ApiClient, which is going to use give accessToken for all API calls.
|
|
141
|
+
*/
|
|
142
|
+
enableAutoRetrievalRestrictedDataToken(clientId: string, clientSecret: string, refreshToken: string, dataElementsOption: Array<string>): ApiClient;
|
|
143
|
+
/**
|
|
144
|
+
* Returns this ApiClient so that you can chain the methods.
|
|
145
|
+
* @param {String} clientId LWA client ID.
|
|
146
|
+
* @param {String} clientSecret LWA client secret.
|
|
147
|
+
* @param {String|null} refreshToken LWA refresh token.
|
|
148
|
+
* @param {String|null} scope LWA scope(s) for grantless operations.
|
|
149
|
+
* @returns {ApiClient} This ApiClient, which is going to use give accessToken for all API calls.
|
|
150
|
+
*/
|
|
151
|
+
enableAutoRetrievalAccessToken(clientId: string, clientSecret: string, refreshToken?: string | null, scope?: string | null): ApiClient;
|
|
152
|
+
/**
|
|
153
|
+
* Clear Token Cache
|
|
154
|
+
*/
|
|
155
|
+
clearAccessTokenCache(): void;
|
|
156
|
+
/**
|
|
157
|
+
* Returns this ApiClient so that you can chain the methods.
|
|
158
|
+
* @param {String} restrictedDataToken RDT token to use for SP-API call.
|
|
159
|
+
* @returns {ApiClient} This ApiClient, which is going to use give RDT for all API calls.
|
|
160
|
+
*/
|
|
161
|
+
applyRestrictedDataToken(restrictedDataToken: string): ApiClient;
|
|
162
|
+
/**
|
|
163
|
+
* Applies authentication headers to the request.
|
|
164
|
+
* @param {String} accessOrRdtToken Either Access Token or Restricted Data Token to add as 'x-amz-access-token'.
|
|
165
|
+
* @returns {ApiClient} This ApiClient, which is going to use give RDT for all API calls.
|
|
166
|
+
*/
|
|
167
|
+
applyXAmzAccessTokenToRequest(accessOrRdtToken: string): ApiClient;
|
|
168
|
+
/**
|
|
169
|
+
* Returns a string representation for an actual parameter.
|
|
170
|
+
* @param param The actual parameter.
|
|
171
|
+
* @returns {String} The string representation of <code>param</code>.
|
|
172
|
+
*/
|
|
173
|
+
paramToString(param: any): string;
|
|
174
|
+
/**
|
|
175
|
+
* Builds full URL by appending the given path to the base URL and replacing path parameter place-holders with parameter values.
|
|
176
|
+
* NOTE: query parameters are not handled here.
|
|
177
|
+
* @param {String} path The path to append to the base URL.
|
|
178
|
+
* @param {Object} pathParams The parameter values to append.
|
|
179
|
+
* @returns {String} The encoded path with parameter values substituted.
|
|
180
|
+
*/
|
|
181
|
+
buildUrl(path: string, pathParams: any): string;
|
|
182
|
+
/**
|
|
183
|
+
* Checks whether the given content type represents JSON.<br>
|
|
184
|
+
* JSON content type examples:<br>
|
|
185
|
+
* <ul>
|
|
186
|
+
* <li>application/json</li>
|
|
187
|
+
* <li>application/json; charset=UTF8</li>
|
|
188
|
+
* <li>APPLICATION/JSON</li>
|
|
189
|
+
* </ul>
|
|
190
|
+
* @param {String} contentType The MIME content type to check.
|
|
191
|
+
* @returns {Boolean} <code>true</code> if <code>contentType</code> represents JSON, otherwise <code>false</code>.
|
|
192
|
+
*/
|
|
193
|
+
isJsonMime(contentType: string): boolean;
|
|
194
|
+
/**
|
|
195
|
+
* Chooses a content type from the given array, with JSON preferred; i.e. return JSON if included, otherwise return the first.
|
|
196
|
+
* @param {Array<String>} contentTypes
|
|
197
|
+
* @returns {String} The chosen content type, preferring JSON.
|
|
198
|
+
*/
|
|
199
|
+
jsonPreferredMime(contentTypes: Array<string>): string;
|
|
200
|
+
/**
|
|
201
|
+
* Checks whether the given parameter value represents file-like content.
|
|
202
|
+
* @param param The parameter to check.
|
|
203
|
+
* @returns {Boolean} <code>true</code> if <code>param</code> represents a file.
|
|
204
|
+
*/
|
|
205
|
+
isFileParam(param: any): boolean;
|
|
206
|
+
/**
|
|
207
|
+
* Normalizes parameter values:
|
|
208
|
+
* <ul>
|
|
209
|
+
* <li>remove nils</li>
|
|
210
|
+
* <li>keep files and arrays</li>
|
|
211
|
+
* <li>format to string with `paramToString` for other cases</li>
|
|
212
|
+
* </ul>
|
|
213
|
+
* @param {Object<String, Object>} params The parameters as object properties.
|
|
214
|
+
* @returns {Object<String, Object>} normalized parameters.
|
|
215
|
+
*/
|
|
216
|
+
normalizeParams(params: any): any;
|
|
217
|
+
/**
|
|
218
|
+
* Builds a string representation of an array-type actual parameter, according to the given collection format.
|
|
219
|
+
* @param {Array} param An array parameter.
|
|
220
|
+
* @param {module:externalfulfillmentinventory_v2024_09_11/ApiClient.CollectionFormatEnum} collectionFormat The array element separator strategy.
|
|
221
|
+
* @returns {String|Array} A string representation of the supplied collection, using the specified delimiter. Returns
|
|
222
|
+
* <code>param</code> as is if <code>collectionFormat</code> is <code>multi</code>.
|
|
223
|
+
*/
|
|
224
|
+
buildCollectionParam(param: any[], collectionFormat: any): string | any[];
|
|
225
|
+
/**
|
|
226
|
+
* Deserializes an HTTP response body into a value of the specified type.
|
|
227
|
+
* @param {Object} response A SuperAgent response object.
|
|
228
|
+
* @param {(String|Array<String>|Object<String, Object>|Function)} returnType The type to return. Pass a string for simple types
|
|
229
|
+
* or the constructor function for a complex type. Pass an array containing the type name to return an array of that type. To
|
|
230
|
+
* return an object, pass an object with one property whose name is the key type and whose value is the corresponding value type:
|
|
231
|
+
* all properties on <code>data<code> will be converted to this type.
|
|
232
|
+
* @returns A value of the specified type.
|
|
233
|
+
*/
|
|
234
|
+
deserialize(response: any, returnType: (string | Array<string> | any | Function)): any;
|
|
235
|
+
/**
|
|
236
|
+
* Invokes the REST service using the supplied settings and parameters.
|
|
237
|
+
* @param {String} operation operation name.
|
|
238
|
+
* @param {String} path The base URL to invoke.
|
|
239
|
+
* @param {String} httpMethod The HTTP method to use.
|
|
240
|
+
* @param {Object<String, String>} pathParams A map of path parameters and their values.
|
|
241
|
+
* @param {Object<String, Object>} queryParams A map of query parameters and their values.
|
|
242
|
+
* @param {Object<String, Object>} headerParams A map of header parameters and their values.
|
|
243
|
+
* @param {Object<String, Object>} formParams A map of form parameters and their values.
|
|
244
|
+
* @param {Object} bodyParam The value to pass as the request body.
|
|
245
|
+
* @param {Array<String>} contentTypes An array of request MIME types.
|
|
246
|
+
* @param {Array<String>} accepts An array of acceptable response MIME types.
|
|
247
|
+
* @param {(String|Array|ObjectFunction)} returnType The required type to return; can be a string for simple types or the
|
|
248
|
+
* constructor for a complex type.
|
|
249
|
+
* @param {SuperagentRateLimiter} defaultRateLimiter The default rate limiter.
|
|
250
|
+
* @returns {Promise} A {@link https://www.promisejs.org/|Promise} object.
|
|
251
|
+
*/
|
|
252
|
+
callApi(operation: string, path: string, httpMethod: string, pathParams: any, queryParams: any, headerParams: any, formParams: any, bodyParam: any, contentTypes: Array<string>, accepts: Array<string>, returnType: (string | any[] | ObjectFunction), defaultRateLimiter: SuperagentRateLimiter): Promise<any>;
|
|
253
|
+
#private;
|
|
254
|
+
}
|
|
255
|
+
export namespace ApiClient {
|
|
256
|
+
let instance: any;
|
|
257
|
+
}
|
|
258
|
+
import { RateLimitConfiguration } from '../../helper/RateLimitConfiguration.mjs';
|
|
259
|
+
import { SuperagentRateLimiter } from '../../helper/SuperagentRateLimiter.mjs';
|
|
260
|
+
//# sourceMappingURL=ApiClient.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiClient.d.ts","sourceRoot":"","sources":["ApiClient.js"],"names":[],"mappings":"AAwLA;;;;;;EAME;AACF;IA4TE;;;;QAII;IACJ;QACE;;;eAGO;;QAGP;;;eAGO;;QAGP;;;eAGO;;QAGP;;;eAGO;;QAGP;;;eAGO;;MAER;IA4LD;;;;QAII;IACJ,+BAFc,IAAI,CAIjB;IAED;;;;;;;;QAQI;IACJ,2BAPY,CAAC,YAAa,CAAC,QACf,CAAC,SAAO,KAAK,QAAQ,iBAAgC,CAAC,OA6DjE;IAED;;;;QAII;IACJ,iCAHiB,WAAY,OACb,WAAY,uBAY3B;IA9mBD;;;QAGI;IACJ,6BAkEC;IAjEC;;;;WAIO;IACP,iBAAqH;IAErH;;;WAGO;IACP,iBAFc,KAAK,QAAQ,CAG1B;IAKD;;;;WAIO;IACP,gBAHc,KAAK,QAAQ,CAK1B;IAED;;;;WAIO;IACP,gBAAoB;IAEpB;;;;;WAKO;IACP,eAAiB;IAEjB;;;;WAIO;IACP,uBAA0B;IAOxB,WAAmC;IAMrC,kBAAwB;IAQ1B;;;;;;QAMI;IACJ,oEAFY,sBAAsB,QAIjC;IAED;;;;QAII;IACJ,sEAEC;IAED;;;;QAII;IACJ,2CAEC;IAED;;QAEI;IACJ,2BAEC;IAED;;QAEI;IACJ,0BAEC;IAED;;;;;;;QAOI;IACJ,yHAHY,KAAK,QAAQ,GACX,SAAS,CAQtB;IAED;;;;;;;QAOI;IACJ,sFAJY,SAAO,IAAI,UACX,SAAO,IAAI,GACT,SAAS,CAUtB;IAED;;SAEK;IACL,8BAIC;IAED;;;;QAII;IACJ,uDAFc,SAAS,CAKtB;IAED;;;;QAII;IACJ,yDAFc,SAAS,CAQtB;IAED;;;;QAII;IACJ,kCAQC;IAED;;;;;;QAMI;IACJ,gDAeC;IAED;;;;;;;;;;QAUI;IACJ,yCAEC;IAED;;;;QAII;IACJ,gCAHY,KAAK,QAAQ,UAUxB;IAED;;;;QAII;IACJ,iCA4BC;IAED;;;;;;;;;QASI;IACJ,kCAaC;IAuCD;;;;;;QAMI;IACJ,qDAJY,GAA8E,GAC5E,cAAY,CAsBzB;IAED;;;;;;;;QAQI;IACJ,uCANY,CAAC,SAAO,KAAK,QAAQ,iBAAgC,CAAC,OAoBjE;IAED;;;;;;;;;;;;;;;;QAgBI;IACJ,kKAPY,KAAK,QAAQ,WACb,KAAK,QAAQ,cACb,CAAC,iBAAa,cAAc,CAAC,sBAE7B,qBAAqB,gBAqHhC;;CA6FF;;kBAGQ,GAAyD;;uCAvyB3B,yCAAyC;sCAC1C,wCAAwC"}
|