@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
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BatchInventory service.
|
|
3
|
+
* @module externalfulfillmentinventory_v2024_09_11/api/BatchInventoryApi
|
|
4
|
+
* @version 2024-09-11
|
|
5
|
+
*/
|
|
6
|
+
export class BatchInventoryApi {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a new BatchInventoryApi.
|
|
9
|
+
* @alias module:externalfulfillmentinventory_v2024_09_11/api/BatchInventoryApi
|
|
10
|
+
* @class
|
|
11
|
+
* @param {ApiClient} [apiClient] Optional API client implementation to use,
|
|
12
|
+
* default to {@link ApiClient#instance} if unspecified.
|
|
13
|
+
*/
|
|
14
|
+
constructor(apiClient?: ApiClient);
|
|
15
|
+
apiClient: any;
|
|
16
|
+
/**
|
|
17
|
+
* Initialize rate limiters for API operations
|
|
18
|
+
*/
|
|
19
|
+
initializeDefaultRateLimiterMap(): void;
|
|
20
|
+
/**
|
|
21
|
+
* Get rate limiter for a specific operation
|
|
22
|
+
* @param {String} operation name
|
|
23
|
+
*/
|
|
24
|
+
getRateLimiter(operation: string): any;
|
|
25
|
+
/**
|
|
26
|
+
* Make up to 10 inventory requests. The response includes the set of responses that correspond to requests. The response for each successful request in the set includes the inventory count for the provided `sku` and `locationId` pair.
|
|
27
|
+
* @param {BatchInventoryRequest} body A list of inventory requests.
|
|
28
|
+
* @return {Promise<BatchInventoryResponse>}
|
|
29
|
+
*/
|
|
30
|
+
batchInventoryWithHttpInfo(body: BatchInventoryRequest): Promise<BatchInventoryResponse>;
|
|
31
|
+
/**
|
|
32
|
+
* Make up to 10 inventory requests. The response includes the set of responses that correspond to requests. The response for each successful request in the set includes the inventory count for the provided `sku` and `locationId` pair.
|
|
33
|
+
* @param {BatchInventoryRequest} body A list of inventory requests.
|
|
34
|
+
* @return {Promise<BatchInventoryResponse>}
|
|
35
|
+
*/
|
|
36
|
+
batchInventory(body: BatchInventoryRequest): Promise<BatchInventoryResponse>;
|
|
37
|
+
#private;
|
|
38
|
+
}
|
|
39
|
+
import { BatchInventoryRequest } from '../model/BatchInventoryRequest.js';
|
|
40
|
+
import { BatchInventoryResponse } from '../model/BatchInventoryResponse.js';
|
|
41
|
+
import { ApiClient } from '../ApiClient.js';
|
|
42
|
+
//# sourceMappingURL=BatchInventoryApi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchInventoryApi.d.ts","sourceRoot":"","sources":["BatchInventoryApi.js"],"names":[],"mappings":"AAoBA;;;;EAIE;AACF;IAIE;;;;;;QAMI;IACJ,wBAHY,SAAS,EAMpB;IAFC,eAAgD;IAIlD;;SAEK;IACL,wCAWC;IAED;;;SAGK;IACL,uCAEC;IAED;;;;SAIK;IACL,iCAHa,qBAAqB,GACpB,OAAO,CAAC,sBAAsB,CAAC,CA4B5C;IAED;;;;SAIK;IACL,qBAHa,qBAAqB,GACpB,OAAO,CAAC,sBAAsB,CAAC,CAO5C;;CACF;sCA/FqC,mCAAmC;uCAClC,oCAAoC;0BAFjD,iBAAiB"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for External Fulfillment Inventory Management
|
|
3
|
+
* You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon's External Fulfillment network, including batch inventory updates and retrievals.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
import { ApiClient } from '../ApiClient.js'
|
|
15
|
+
import { BatchInventoryRequest } from '../model/BatchInventoryRequest.js'
|
|
16
|
+
import { BatchInventoryResponse } from '../model/BatchInventoryResponse.js'
|
|
17
|
+
import { ErrorList } from '../model/ErrorList.js'
|
|
18
|
+
import { SuperagentRateLimiter } from '../../../helper/SuperagentRateLimiter.mjs'
|
|
19
|
+
import { DefaultRateLimitFetcher } from '../../../helper/DefaultRateLimitFetcher.mjs'
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* BatchInventory service.
|
|
23
|
+
* @module externalfulfillmentinventory_v2024_09_11/api/BatchInventoryApi
|
|
24
|
+
* @version 2024-09-11
|
|
25
|
+
*/
|
|
26
|
+
export class BatchInventoryApi {
|
|
27
|
+
// Private member stores the default rate limiters
|
|
28
|
+
#defaultRateLimiterMap
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Constructs a new BatchInventoryApi.
|
|
32
|
+
* @alias module:externalfulfillmentinventory_v2024_09_11/api/BatchInventoryApi
|
|
33
|
+
* @class
|
|
34
|
+
* @param {ApiClient} [apiClient] Optional API client implementation to use,
|
|
35
|
+
* default to {@link ApiClient#instance} if unspecified.
|
|
36
|
+
*/
|
|
37
|
+
constructor (apiClient) {
|
|
38
|
+
this.apiClient = apiClient || ApiClient.instance
|
|
39
|
+
this.initializeDefaultRateLimiterMap()
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Initialize rate limiters for API operations
|
|
44
|
+
*/
|
|
45
|
+
initializeDefaultRateLimiterMap () {
|
|
46
|
+
this.#defaultRateLimiterMap = new Map()
|
|
47
|
+
const defaultRateLimitFetcher = new DefaultRateLimitFetcher()
|
|
48
|
+
const operations = [
|
|
49
|
+
'BatchInventoryApi-batchInventory'
|
|
50
|
+
]
|
|
51
|
+
|
|
52
|
+
for (const operation of operations) {
|
|
53
|
+
const config = defaultRateLimitFetcher.getLimit(operation)
|
|
54
|
+
this.#defaultRateLimiterMap.set(operation, new SuperagentRateLimiter(config))
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Get rate limiter for a specific operation
|
|
60
|
+
* @param {String} operation name
|
|
61
|
+
*/
|
|
62
|
+
getRateLimiter (operation) {
|
|
63
|
+
return this.#defaultRateLimiterMap.get(operation)
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Make up to 10 inventory requests. The response includes the set of responses that correspond to requests. The response for each successful request in the set includes the inventory count for the provided `sku` and `locationId` pair.
|
|
68
|
+
* @param {BatchInventoryRequest} body A list of inventory requests.
|
|
69
|
+
* @return {Promise<BatchInventoryResponse>}
|
|
70
|
+
*/
|
|
71
|
+
batchInventoryWithHttpInfo (body) {
|
|
72
|
+
const postBody = body
|
|
73
|
+
|
|
74
|
+
// verify the required parameter 'body' is set
|
|
75
|
+
if (body === undefined || body === null) {
|
|
76
|
+
throw new Error("Missing the required parameter 'body' when calling batchInventory")
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
const pathParams = {
|
|
80
|
+
}
|
|
81
|
+
const queryParams = {
|
|
82
|
+
}
|
|
83
|
+
const headerParams = {
|
|
84
|
+
}
|
|
85
|
+
const formParams = {
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
const contentTypes = ['application/json']
|
|
89
|
+
const accepts = ['application/json']
|
|
90
|
+
const returnType = BatchInventoryResponse
|
|
91
|
+
|
|
92
|
+
return this.apiClient.callApi('BatchInventoryApi-batchInventory',
|
|
93
|
+
'/externalFulfillment/inventory/2024-09-11/inventories', 'POST',
|
|
94
|
+
pathParams, queryParams, headerParams, formParams, postBody,
|
|
95
|
+
contentTypes, accepts, returnType, this.getRateLimiter('BatchInventoryApi-batchInventory')
|
|
96
|
+
)
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Make up to 10 inventory requests. The response includes the set of responses that correspond to requests. The response for each successful request in the set includes the inventory count for the provided `sku` and `locationId` pair.
|
|
101
|
+
* @param {BatchInventoryRequest} body A list of inventory requests.
|
|
102
|
+
* @return {Promise<BatchInventoryResponse>}
|
|
103
|
+
*/
|
|
104
|
+
batchInventory (body) {
|
|
105
|
+
return this.batchInventoryWithHttpInfo(body)
|
|
106
|
+
.then(function (response_and_data) {
|
|
107
|
+
return response_and_data.data
|
|
108
|
+
})
|
|
109
|
+
}
|
|
110
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ApiClient } from './ApiClient.js';
|
|
2
|
+
import { ActionableError } from './model/ActionableError.js';
|
|
3
|
+
import { BatchInventoryRequest } from './model/BatchInventoryRequest.js';
|
|
4
|
+
import { BatchInventoryResponse } from './model/BatchInventoryResponse.js';
|
|
5
|
+
import { Error } from './model/Error.js';
|
|
6
|
+
import { ErrorList } from './model/ErrorList.js';
|
|
7
|
+
import { HttpMethod } from './model/HttpMethod.js';
|
|
8
|
+
import { HttpStatusLine } from './model/HttpStatusLine.js';
|
|
9
|
+
import { InventoryRequest } from './model/InventoryRequest.js';
|
|
10
|
+
import { InventoryRequestParams } from './model/InventoryRequestParams.js';
|
|
11
|
+
import { InventoryResponse } from './model/InventoryResponse.js';
|
|
12
|
+
import { InventoryResponseBody } from './model/InventoryResponseBody.js';
|
|
13
|
+
import { MarketplaceAttributes } from './model/MarketplaceAttributes.js';
|
|
14
|
+
import { BatchInventoryApi } from './api/BatchInventoryApi.js';
|
|
15
|
+
export { ApiClient, ActionableError, BatchInventoryRequest, BatchInventoryResponse, Error, ErrorList, HttpMethod, HttpStatusLine, InventoryRequest, InventoryRequestParams, InventoryResponse, InventoryResponseBody, MarketplaceAttributes, BatchInventoryApi };
|
|
16
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"0BAa0B,gBAAgB;gCACV,4BAA4B;sCACtB,kCAAkC;uCACjC,mCAAmC;sBACpD,kBAAkB;0BACd,sBAAsB;2BACrB,uBAAuB;+BACnB,2BAA2B;iCACzB,6BAA6B;uCACvB,mCAAmC;kCACxC,8BAA8B;sCAC1B,kCAAkC;sCAClC,kCAAkC;kCACtC,4BAA4B"}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for External Fulfillment Inventory Management
|
|
3
|
+
* You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon's External Fulfillment network, including batch inventory updates and retrievals.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
import { ApiClient } from './ApiClient.js'
|
|
15
|
+
import { ActionableError } from './model/ActionableError.js'
|
|
16
|
+
import { BatchInventoryRequest } from './model/BatchInventoryRequest.js'
|
|
17
|
+
import { BatchInventoryResponse } from './model/BatchInventoryResponse.js'
|
|
18
|
+
import { Error } from './model/Error.js'
|
|
19
|
+
import { ErrorList } from './model/ErrorList.js'
|
|
20
|
+
import { HttpMethod } from './model/HttpMethod.js'
|
|
21
|
+
import { HttpStatusLine } from './model/HttpStatusLine.js'
|
|
22
|
+
import { InventoryRequest } from './model/InventoryRequest.js'
|
|
23
|
+
import { InventoryRequestParams } from './model/InventoryRequestParams.js'
|
|
24
|
+
import { InventoryResponse } from './model/InventoryResponse.js'
|
|
25
|
+
import { InventoryResponseBody } from './model/InventoryResponseBody.js'
|
|
26
|
+
import { MarketplaceAttributes } from './model/MarketplaceAttributes.js'
|
|
27
|
+
import { BatchInventoryApi } from './api/BatchInventoryApi.js'
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon's External Fulfillment network, including batch inventory updates and retrievals..<br>
|
|
31
|
+
* The <code>index</code> module provides access to constructors for all the classes which comprise the public API.
|
|
32
|
+
* @module externalfulfillmentinventory_v2024_09_11/index
|
|
33
|
+
* @version 2024-09-11
|
|
34
|
+
*/
|
|
35
|
+
export {
|
|
36
|
+
/**
|
|
37
|
+
* The ApiClient constructor.
|
|
38
|
+
* @property {module:externalfulfillmentinventory_v2024_09_11/ApiClient}
|
|
39
|
+
*/
|
|
40
|
+
ApiClient,
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* The ActionableError model constructor.
|
|
44
|
+
* @property {module:externalfulfillmentinventory_v2024_09_11/model/ActionableError}
|
|
45
|
+
*/
|
|
46
|
+
ActionableError,
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* The BatchInventoryRequest model constructor.
|
|
50
|
+
* @property {module:externalfulfillmentinventory_v2024_09_11/model/BatchInventoryRequest}
|
|
51
|
+
*/
|
|
52
|
+
BatchInventoryRequest,
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* The BatchInventoryResponse model constructor.
|
|
56
|
+
* @property {module:externalfulfillmentinventory_v2024_09_11/model/BatchInventoryResponse}
|
|
57
|
+
*/
|
|
58
|
+
BatchInventoryResponse,
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* The Error model constructor.
|
|
62
|
+
* @property {module:externalfulfillmentinventory_v2024_09_11/model/Error}
|
|
63
|
+
*/
|
|
64
|
+
Error,
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* The ErrorList model constructor.
|
|
68
|
+
* @property {module:externalfulfillmentinventory_v2024_09_11/model/ErrorList}
|
|
69
|
+
*/
|
|
70
|
+
ErrorList,
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* The HttpMethod model constructor.
|
|
74
|
+
* @property {module:externalfulfillmentinventory_v2024_09_11/model/HttpMethod}
|
|
75
|
+
*/
|
|
76
|
+
HttpMethod,
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* The HttpStatusLine model constructor.
|
|
80
|
+
* @property {module:externalfulfillmentinventory_v2024_09_11/model/HttpStatusLine}
|
|
81
|
+
*/
|
|
82
|
+
HttpStatusLine,
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* The InventoryRequest model constructor.
|
|
86
|
+
* @property {module:externalfulfillmentinventory_v2024_09_11/model/InventoryRequest}
|
|
87
|
+
*/
|
|
88
|
+
InventoryRequest,
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* The InventoryRequestParams model constructor.
|
|
92
|
+
* @property {module:externalfulfillmentinventory_v2024_09_11/model/InventoryRequestParams}
|
|
93
|
+
*/
|
|
94
|
+
InventoryRequestParams,
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* The InventoryResponse model constructor.
|
|
98
|
+
* @property {module:externalfulfillmentinventory_v2024_09_11/model/InventoryResponse}
|
|
99
|
+
*/
|
|
100
|
+
InventoryResponse,
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* The InventoryResponseBody model constructor.
|
|
104
|
+
* @property {module:externalfulfillmentinventory_v2024_09_11/model/InventoryResponseBody}
|
|
105
|
+
*/
|
|
106
|
+
InventoryResponseBody,
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* The MarketplaceAttributes model constructor.
|
|
110
|
+
* @property {module:externalfulfillmentinventory_v2024_09_11/model/MarketplaceAttributes}
|
|
111
|
+
*/
|
|
112
|
+
MarketplaceAttributes,
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* The BatchInventoryApi service constructor.
|
|
116
|
+
* @property {module:externalfulfillmentinventory_v2024_09_11/api/BatchInventoryApi}
|
|
117
|
+
*/
|
|
118
|
+
BatchInventoryApi
|
|
119
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The ActionableError model module.
|
|
3
|
+
* @module externalfulfillmentinventory_v2024_09_11/model/ActionableError
|
|
4
|
+
* @version 2024-09-11
|
|
5
|
+
*/
|
|
6
|
+
export class ActionableError {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a <code>ActionableError</code> from a plain JavaScript object, optionally creating a new instance.
|
|
9
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
10
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
11
|
+
* @param {ActionableError} obj Optional instance to populate.
|
|
12
|
+
* @return {ActionableError} The populated <code>ActionableError</code> instance.
|
|
13
|
+
*/
|
|
14
|
+
static constructFromObject(data: any, obj: ActionableError): ActionableError;
|
|
15
|
+
/**
|
|
16
|
+
* The top level error type that may contain multiple error subtypes.
|
|
17
|
+
* @member {String} errorType
|
|
18
|
+
* @type {String}
|
|
19
|
+
*/
|
|
20
|
+
errorType: string;
|
|
21
|
+
/**
|
|
22
|
+
* The secondary level error type.
|
|
23
|
+
* @member {String} errorSubType
|
|
24
|
+
* @type {String}
|
|
25
|
+
*/
|
|
26
|
+
errorSubType: string;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=ActionableError.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActionableError.d.ts","sourceRoot":"","sources":["ActionableError.js"],"names":[],"mappings":"AAeA;;;;GAIG;AACH;IAUE;;;;;;OAMG;IACH,2CAHW,eAAe,GACd,eAAe,CAoB1B;IAGH;;;;OAIG;IACH,kBAAmC;IAEnC;;;;OAIG;IACH,qBAAsC;CAdrC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for External Fulfillment Inventory Management
|
|
3
|
+
* You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon's External Fulfillment network, including batch inventory updates and retrievals.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
import { ApiClient } from '../ApiClient.js'
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* The ActionableError model module.
|
|
18
|
+
* @module externalfulfillmentinventory_v2024_09_11/model/ActionableError
|
|
19
|
+
* @version 2024-09-11
|
|
20
|
+
*/
|
|
21
|
+
export class ActionableError {
|
|
22
|
+
/**
|
|
23
|
+
* Constructs a new <code>ActionableError</code>.
|
|
24
|
+
* Error details you can take action on.
|
|
25
|
+
* @alias module:externalfulfillmentinventory_v2024_09_11/model/ActionableError
|
|
26
|
+
* @class
|
|
27
|
+
*/
|
|
28
|
+
constructor () {
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Constructs a <code>ActionableError</code> from a plain JavaScript object, optionally creating a new instance.
|
|
33
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
34
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
35
|
+
* @param {ActionableError} obj Optional instance to populate.
|
|
36
|
+
* @return {ActionableError} The populated <code>ActionableError</code> instance.
|
|
37
|
+
*/
|
|
38
|
+
static constructFromObject (data, obj) {
|
|
39
|
+
if (data) {
|
|
40
|
+
switch (typeof data) {
|
|
41
|
+
case 'string':
|
|
42
|
+
obj = String(data)
|
|
43
|
+
break
|
|
44
|
+
case 'number':
|
|
45
|
+
obj = Number(data)
|
|
46
|
+
break
|
|
47
|
+
case 'boolean':
|
|
48
|
+
obj = Boolean(data)
|
|
49
|
+
break
|
|
50
|
+
}
|
|
51
|
+
obj = obj || new ActionableError()
|
|
52
|
+
if (data.hasOwnProperty('errorType')) { obj.errorType = ApiClient.convertToType(data.errorType, 'String') }
|
|
53
|
+
if (data.hasOwnProperty('errorSubType')) { obj.errorSubType = ApiClient.convertToType(data.errorSubType, 'String') }
|
|
54
|
+
}
|
|
55
|
+
return obj
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* The top level error type that may contain multiple error subtypes.
|
|
61
|
+
* @member {String} errorType
|
|
62
|
+
* @type {String}
|
|
63
|
+
*/
|
|
64
|
+
ActionableError.prototype.errorType = undefined
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* The secondary level error type.
|
|
68
|
+
* @member {String} errorSubType
|
|
69
|
+
* @type {String}
|
|
70
|
+
*/
|
|
71
|
+
ActionableError.prototype.errorSubType = undefined
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The BatchInventoryRequest model module.
|
|
3
|
+
* @module externalfulfillmentinventory_v2024_09_11/model/BatchInventoryRequest
|
|
4
|
+
* @version 2024-09-11
|
|
5
|
+
*/
|
|
6
|
+
export class BatchInventoryRequest {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a <code>BatchInventoryRequest</code> from a plain JavaScript object, optionally creating a new instance.
|
|
9
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
10
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
11
|
+
* @param {BatchInventoryRequest} obj Optional instance to populate.
|
|
12
|
+
* @return {BatchInventoryRequest} The populated <code>BatchInventoryRequest</code> instance.
|
|
13
|
+
*/
|
|
14
|
+
static constructFromObject(data: any, obj: BatchInventoryRequest): BatchInventoryRequest;
|
|
15
|
+
/**
|
|
16
|
+
* A list of inventory requests.
|
|
17
|
+
* @member {[InventoryRequest]} requests
|
|
18
|
+
* @type {[InventoryRequest]}
|
|
19
|
+
*/
|
|
20
|
+
requests: [InventoryRequest];
|
|
21
|
+
}
|
|
22
|
+
import { InventoryRequest } from './InventoryRequest.js';
|
|
23
|
+
//# sourceMappingURL=BatchInventoryRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchInventoryRequest.d.ts","sourceRoot":"","sources":["BatchInventoryRequest.js"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH;IAUE;;;;;;OAMG;IACH,2CAHW,qBAAqB,GACpB,qBAAqB,CAmBhC;IAGH;;;;OAIG;IACH,UAFU,CAAC,gBAAgB,CAAC,CAEY;CAPvC;iCA1CgC,uBAAuB"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for External Fulfillment Inventory Management
|
|
3
|
+
* You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon's External Fulfillment network, including batch inventory updates and retrievals.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
import { ApiClient } from '../ApiClient.js'
|
|
15
|
+
import { InventoryRequest } from './InventoryRequest.js'
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* The BatchInventoryRequest model module.
|
|
19
|
+
* @module externalfulfillmentinventory_v2024_09_11/model/BatchInventoryRequest
|
|
20
|
+
* @version 2024-09-11
|
|
21
|
+
*/
|
|
22
|
+
export class BatchInventoryRequest {
|
|
23
|
+
/**
|
|
24
|
+
* Constructs a new <code>BatchInventoryRequest</code>.
|
|
25
|
+
* A list of inventory requests.
|
|
26
|
+
* @alias module:externalfulfillmentinventory_v2024_09_11/model/BatchInventoryRequest
|
|
27
|
+
* @class
|
|
28
|
+
*/
|
|
29
|
+
constructor () {
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Constructs a <code>BatchInventoryRequest</code> from a plain JavaScript object, optionally creating a new instance.
|
|
34
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
35
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
36
|
+
* @param {BatchInventoryRequest} obj Optional instance to populate.
|
|
37
|
+
* @return {BatchInventoryRequest} The populated <code>BatchInventoryRequest</code> instance.
|
|
38
|
+
*/
|
|
39
|
+
static constructFromObject (data, obj) {
|
|
40
|
+
if (data) {
|
|
41
|
+
switch (typeof data) {
|
|
42
|
+
case 'string':
|
|
43
|
+
obj = String(data)
|
|
44
|
+
break
|
|
45
|
+
case 'number':
|
|
46
|
+
obj = Number(data)
|
|
47
|
+
break
|
|
48
|
+
case 'boolean':
|
|
49
|
+
obj = Boolean(data)
|
|
50
|
+
break
|
|
51
|
+
}
|
|
52
|
+
obj = obj || new BatchInventoryRequest()
|
|
53
|
+
if (data.hasOwnProperty('requests')) { obj.requests = ApiClient.convertToType(data.requests, [InventoryRequest]) }
|
|
54
|
+
}
|
|
55
|
+
return obj
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* A list of inventory requests.
|
|
61
|
+
* @member {[InventoryRequest]} requests
|
|
62
|
+
* @type {[InventoryRequest]}
|
|
63
|
+
*/
|
|
64
|
+
BatchInventoryRequest.prototype.requests = undefined
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The BatchInventoryResponse model module.
|
|
3
|
+
* @module externalfulfillmentinventory_v2024_09_11/model/BatchInventoryResponse
|
|
4
|
+
* @version 2024-09-11
|
|
5
|
+
*/
|
|
6
|
+
export class BatchInventoryResponse {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a <code>BatchInventoryResponse</code> from a plain JavaScript object, optionally creating a new instance.
|
|
9
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
10
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
11
|
+
* @param {BatchInventoryResponse} obj Optional instance to populate.
|
|
12
|
+
* @return {BatchInventoryResponse} The populated <code>BatchInventoryResponse</code> instance.
|
|
13
|
+
*/
|
|
14
|
+
static constructFromObject(data: any, obj: BatchInventoryResponse): BatchInventoryResponse;
|
|
15
|
+
/**
|
|
16
|
+
* A list of inventory request responses.
|
|
17
|
+
* @member {[InventoryResponse]} responses
|
|
18
|
+
* @type {[InventoryResponse]}
|
|
19
|
+
*/
|
|
20
|
+
responses: [InventoryResponse];
|
|
21
|
+
}
|
|
22
|
+
import { InventoryResponse } from './InventoryResponse.js';
|
|
23
|
+
//# sourceMappingURL=BatchInventoryResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchInventoryResponse.d.ts","sourceRoot":"","sources":["BatchInventoryResponse.js"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH;IAUE;;;;;;OAMG;IACH,2CAHW,sBAAsB,GACrB,sBAAsB,CAmBjC;IAGH;;;;OAIG;IACH,WAFU,CAAC,iBAAiB,CAAC,CAEa;CAPzC;kCA1CiC,wBAAwB"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for External Fulfillment Inventory Management
|
|
3
|
+
* You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon's External Fulfillment network, including batch inventory updates and retrievals.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
import { ApiClient } from '../ApiClient.js'
|
|
15
|
+
import { InventoryResponse } from './InventoryResponse.js'
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* The BatchInventoryResponse model module.
|
|
19
|
+
* @module externalfulfillmentinventory_v2024_09_11/model/BatchInventoryResponse
|
|
20
|
+
* @version 2024-09-11
|
|
21
|
+
*/
|
|
22
|
+
export class BatchInventoryResponse {
|
|
23
|
+
/**
|
|
24
|
+
* Constructs a new <code>BatchInventoryResponse</code>.
|
|
25
|
+
* The response of the `batchInventory` operation.
|
|
26
|
+
* @alias module:externalfulfillmentinventory_v2024_09_11/model/BatchInventoryResponse
|
|
27
|
+
* @class
|
|
28
|
+
*/
|
|
29
|
+
constructor () {
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Constructs a <code>BatchInventoryResponse</code> from a plain JavaScript object, optionally creating a new instance.
|
|
34
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
35
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
36
|
+
* @param {BatchInventoryResponse} obj Optional instance to populate.
|
|
37
|
+
* @return {BatchInventoryResponse} The populated <code>BatchInventoryResponse</code> instance.
|
|
38
|
+
*/
|
|
39
|
+
static constructFromObject (data, obj) {
|
|
40
|
+
if (data) {
|
|
41
|
+
switch (typeof data) {
|
|
42
|
+
case 'string':
|
|
43
|
+
obj = String(data)
|
|
44
|
+
break
|
|
45
|
+
case 'number':
|
|
46
|
+
obj = Number(data)
|
|
47
|
+
break
|
|
48
|
+
case 'boolean':
|
|
49
|
+
obj = Boolean(data)
|
|
50
|
+
break
|
|
51
|
+
}
|
|
52
|
+
obj = obj || new BatchInventoryResponse()
|
|
53
|
+
if (data.hasOwnProperty('responses')) { obj.responses = ApiClient.convertToType(data.responses, [InventoryResponse]) }
|
|
54
|
+
}
|
|
55
|
+
return obj
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* A list of inventory request responses.
|
|
61
|
+
* @member {[InventoryResponse]} responses
|
|
62
|
+
* @type {[InventoryResponse]}
|
|
63
|
+
*/
|
|
64
|
+
BatchInventoryResponse.prototype.responses = undefined
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Error model module.
|
|
3
|
+
* @module externalfulfillmentinventory_v2024_09_11/model/Error
|
|
4
|
+
* @version 2024-09-11
|
|
5
|
+
*/
|
|
6
|
+
export class Error {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a <code>Error</code> from a plain JavaScript object, optionally creating a new instance.
|
|
9
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
10
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
11
|
+
* @param {Error} obj Optional instance to populate.
|
|
12
|
+
* @return {Error} The populated <code>Error</code> instance.
|
|
13
|
+
*/
|
|
14
|
+
static constructFromObject(data: any, obj: Error): Error;
|
|
15
|
+
/**
|
|
16
|
+
* Constructs a new <code>Error</code>.
|
|
17
|
+
* Error response returned when the request is unsuccessful.
|
|
18
|
+
* @alias module:externalfulfillmentinventory_v2024_09_11/model/Error
|
|
19
|
+
* @class
|
|
20
|
+
* @param code {String} An error code that identifies the type of error that occurred.
|
|
21
|
+
* @param message {String} A message that describes the error condition.
|
|
22
|
+
*/
|
|
23
|
+
constructor(code: string, message: string);
|
|
24
|
+
code: string;
|
|
25
|
+
message: string;
|
|
26
|
+
/**
|
|
27
|
+
* Additional details that can help the caller understand or fix the issue.
|
|
28
|
+
* @member {String} details
|
|
29
|
+
* @type {String}
|
|
30
|
+
*/
|
|
31
|
+
details: string;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=Error.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Error.d.ts","sourceRoot":"","sources":["Error.js"],"names":[],"mappings":"AAeA;;;;GAIG;AACH;IAcE;;;;;;OAMG;IACH,2CAHW,KAAK,GACJ,KAAK,CAqBhB;IAvCD;;;;;;;OAOG;IACH,2CAGC;IAFC,aAAgB;IAChB,gBAAsB;IA8C1B;;;;OAIG;IACH,gBAAuB;CArBtB"}
|