@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,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon's external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
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
|
+
* Enum class PackageSubStatus.
|
|
18
|
+
* @enum {String}
|
|
19
|
+
* @readonly
|
|
20
|
+
*/
|
|
21
|
+
export class PackageSubStatus {
|
|
22
|
+
/**
|
|
23
|
+
* value: "OUT_FOR_DELIVERY"
|
|
24
|
+
* @const
|
|
25
|
+
*/
|
|
26
|
+
'OUT_FOR_DELIVERY' = 'OUT_FOR_DELIVERY'
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* value: "DELIVERED"
|
|
30
|
+
* @const
|
|
31
|
+
*/
|
|
32
|
+
'DELIVERED' = 'DELIVERED'
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* value: "NOT_DELIVERED"
|
|
36
|
+
* @const
|
|
37
|
+
*/
|
|
38
|
+
'NOT_DELIVERED' = 'NOT_DELIVERED'
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* value: "UNDELIVERABLE"
|
|
42
|
+
* @const
|
|
43
|
+
*/
|
|
44
|
+
'UNDELIVERABLE' = 'UNDELIVERABLE'
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* Returns a <code>PackageSubStatus</code> enum value from a Javascript object name.
|
|
48
|
+
* @param {Object} data The plain JavaScript object containing the name of the enum value.
|
|
49
|
+
* @return {PackageSubStatus} The enum <code>PackageSubStatus</code> value.
|
|
50
|
+
*/
|
|
51
|
+
static constructFromObject (object) {
|
|
52
|
+
return object
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Packages model module.
|
|
3
|
+
* @module externalfulfillmentshipments_v2024_09_11/model/Packages
|
|
4
|
+
* @version 2024-09-11
|
|
5
|
+
*/
|
|
6
|
+
export class Packages {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a <code>Packages</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 {Packages} obj Optional instance to populate.
|
|
12
|
+
* @return {Packages} The populated <code>Packages</code> instance.
|
|
13
|
+
*/
|
|
14
|
+
static constructFromObject(data: any, obj: Packages): Packages;
|
|
15
|
+
/**
|
|
16
|
+
* Constructs a new <code>Packages</code>.
|
|
17
|
+
* The request schema of the `createPackages` operation.
|
|
18
|
+
* @alias module:externalfulfillmentshipments_v2024_09_11/model/Packages
|
|
19
|
+
* @class
|
|
20
|
+
* @param packages {[Package]} A list of packages.
|
|
21
|
+
*/
|
|
22
|
+
constructor(packages: [Package]);
|
|
23
|
+
packages: [Package];
|
|
24
|
+
}
|
|
25
|
+
import { Package } from './Package.js';
|
|
26
|
+
//# sourceMappingURL=Packages.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Packages.d.ts","sourceRoot":"","sources":["Packages.js"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH;IAYE;;;;;;OAMG;IACH,2CAHW,QAAQ,GACP,QAAQ,CAmBnB;IAnCD;;;;;;OAMG;IACH,sBAFoB,CAAC,OAAO,CAAC,EAI5B;IADC,oBAAwB;CA4B3B;wBA5CuB,cAAc"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon's external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
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 { Package } from './Package.js'
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* The Packages model module.
|
|
19
|
+
* @module externalfulfillmentshipments_v2024_09_11/model/Packages
|
|
20
|
+
* @version 2024-09-11
|
|
21
|
+
*/
|
|
22
|
+
export class Packages {
|
|
23
|
+
/**
|
|
24
|
+
* Constructs a new <code>Packages</code>.
|
|
25
|
+
* The request schema of the `createPackages` operation.
|
|
26
|
+
* @alias module:externalfulfillmentshipments_v2024_09_11/model/Packages
|
|
27
|
+
* @class
|
|
28
|
+
* @param packages {[Package]} A list of packages.
|
|
29
|
+
*/
|
|
30
|
+
constructor (packages) {
|
|
31
|
+
this.packages = packages
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Constructs a <code>Packages</code> from a plain JavaScript object, optionally creating a new instance.
|
|
36
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
37
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
38
|
+
* @param {Packages} obj Optional instance to populate.
|
|
39
|
+
* @return {Packages} The populated <code>Packages</code> instance.
|
|
40
|
+
*/
|
|
41
|
+
static constructFromObject (data, obj) {
|
|
42
|
+
if (data) {
|
|
43
|
+
switch (typeof data) {
|
|
44
|
+
case 'string':
|
|
45
|
+
obj = String(data)
|
|
46
|
+
break
|
|
47
|
+
case 'number':
|
|
48
|
+
obj = Number(data)
|
|
49
|
+
break
|
|
50
|
+
case 'boolean':
|
|
51
|
+
obj = Boolean(data)
|
|
52
|
+
break
|
|
53
|
+
}
|
|
54
|
+
obj = obj || new Packages()
|
|
55
|
+
if (data.hasOwnProperty('packages')) { obj.packages = ApiClient.convertToType(data.packages, [Package]) }
|
|
56
|
+
}
|
|
57
|
+
return obj
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* A list of packages.
|
|
63
|
+
* @member {[Package]} packages
|
|
64
|
+
* @type {[Package]}
|
|
65
|
+
*/
|
|
66
|
+
Packages.prototype.packages = undefined
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The PackingSlipRequirement model module.
|
|
3
|
+
* @module externalfulfillmentshipments_v2024_09_11/model/PackingSlipRequirement
|
|
4
|
+
* @version 2024-09-11
|
|
5
|
+
*/
|
|
6
|
+
export class PackingSlipRequirement {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a <code>PackingSlipRequirement</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 {PackingSlipRequirement} obj Optional instance to populate.
|
|
12
|
+
* @return {PackingSlipRequirement} The populated <code>PackingSlipRequirement</code> instance.
|
|
13
|
+
*/
|
|
14
|
+
static constructFromObject(data: any, obj: PackingSlipRequirement): PackingSlipRequirement;
|
|
15
|
+
/**
|
|
16
|
+
* Whether the packing slip is required to be attached to the shipment.
|
|
17
|
+
* @member {String} requirement
|
|
18
|
+
* @type {String}
|
|
19
|
+
*/
|
|
20
|
+
requirement: string;
|
|
21
|
+
/**
|
|
22
|
+
* The status of the packing slip that is attached to the shipment.
|
|
23
|
+
* @member {String} status
|
|
24
|
+
* @type {String}
|
|
25
|
+
*/
|
|
26
|
+
status: string;
|
|
27
|
+
}
|
|
28
|
+
export namespace PackingSlipRequirement {
|
|
29
|
+
namespace RequirementEnum {
|
|
30
|
+
let REQUIRED: string;
|
|
31
|
+
let NOT_REQUIRED: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* *
|
|
35
|
+
*/
|
|
36
|
+
type RequirementEnum = string;
|
|
37
|
+
namespace StatusEnum {
|
|
38
|
+
let GENERATED: string;
|
|
39
|
+
let NOT_GENERATED: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* *
|
|
43
|
+
*/
|
|
44
|
+
type StatusEnum = string;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=PackingSlipRequirement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PackingSlipRequirement.d.ts","sourceRoot":"","sources":["PackingSlipRequirement.js"],"names":[],"mappings":"AAeA;;;;GAIG;AACH;IAUE;;;;;;OAMG;IACH,2CAHW,sBAAsB,GACrB,sBAAsB,CAoBjC;IAuBH;;;;OAIG;IACH,oBAA4C;IAsB5C;;;;OAIG;IACH,eAAuC;CAtDtC"}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon's external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
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 PackingSlipRequirement model module.
|
|
18
|
+
* @module externalfulfillmentshipments_v2024_09_11/model/PackingSlipRequirement
|
|
19
|
+
* @version 2024-09-11
|
|
20
|
+
*/
|
|
21
|
+
export class PackingSlipRequirement {
|
|
22
|
+
/**
|
|
23
|
+
* Constructs a new <code>PackingSlipRequirement</code>.
|
|
24
|
+
* Whether the packing slip is required to be attached to the shipment, and its corresponding status.
|
|
25
|
+
* @alias module:externalfulfillmentshipments_v2024_09_11/model/PackingSlipRequirement
|
|
26
|
+
* @class
|
|
27
|
+
*/
|
|
28
|
+
constructor () {
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Constructs a <code>PackingSlipRequirement</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 {PackingSlipRequirement} obj Optional instance to populate.
|
|
36
|
+
* @return {PackingSlipRequirement} The populated <code>PackingSlipRequirement</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 PackingSlipRequirement()
|
|
52
|
+
if (data.hasOwnProperty('requirement')) { obj.requirement = ApiClient.convertToType(data.requirement, 'String') }
|
|
53
|
+
if (data.hasOwnProperty('status')) { obj.status = ApiClient.convertToType(data.status, 'String') }
|
|
54
|
+
}
|
|
55
|
+
return obj
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Allowed values for the <code>requirement</code> property.
|
|
61
|
+
* @enum {String}
|
|
62
|
+
* @readonly
|
|
63
|
+
*/
|
|
64
|
+
PackingSlipRequirement.RequirementEnum = {
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* value: "REQUIRED"
|
|
68
|
+
* @const
|
|
69
|
+
*/
|
|
70
|
+
REQUIRED: 'REQUIRED',
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* value: "NOT_REQUIRED"
|
|
74
|
+
* @const
|
|
75
|
+
*/
|
|
76
|
+
NOT_REQUIRED: 'NOT_REQUIRED'
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* Whether the packing slip is required to be attached to the shipment.
|
|
81
|
+
* @member {String} requirement
|
|
82
|
+
* @type {String}
|
|
83
|
+
*/
|
|
84
|
+
PackingSlipRequirement.prototype.requirement = undefined
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* Allowed values for the <code>status</code> property.
|
|
88
|
+
* @enum {String}
|
|
89
|
+
* @readonly
|
|
90
|
+
*/
|
|
91
|
+
PackingSlipRequirement.StatusEnum = {
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* value: "GENERATED"
|
|
95
|
+
* @const
|
|
96
|
+
*/
|
|
97
|
+
GENERATED: 'GENERATED',
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* value: "NOT_GENERATED"
|
|
101
|
+
* @const
|
|
102
|
+
*/
|
|
103
|
+
NOT_GENERATED: 'NOT_GENERATED'
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* The status of the packing slip that is attached to the shipment.
|
|
108
|
+
* @member {String} status
|
|
109
|
+
* @type {String}
|
|
110
|
+
*/
|
|
111
|
+
PackingSlipRequirement.prototype.status = undefined
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Pagination model module.
|
|
3
|
+
* @module externalfulfillmentshipments_v2024_09_11/model/Pagination
|
|
4
|
+
* @version 2024-09-11
|
|
5
|
+
*/
|
|
6
|
+
export class Pagination {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a <code>Pagination</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 {Pagination} obj Optional instance to populate.
|
|
12
|
+
* @return {Pagination} The populated <code>Pagination</code> instance.
|
|
13
|
+
*/
|
|
14
|
+
static constructFromObject(data: any, obj: Pagination): Pagination;
|
|
15
|
+
/**
|
|
16
|
+
* A token that you use to retrieve the next page of results. The response includes `nextToken` when there are multiple pages of results. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `nextToken` is null. Note that this operation can return empty pages.
|
|
17
|
+
* @member {String} nextToken
|
|
18
|
+
* @type {String}
|
|
19
|
+
*/
|
|
20
|
+
nextToken: string;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=Pagination.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["Pagination.js"],"names":[],"mappings":"AAeA;;;;GAIG;AACH;IAUE;;;;;;OAMG;IACH,2CAHW,UAAU,GACT,UAAU,CAmBrB;IAGH;;;;OAIG;IACH,kBAA8B;CAP7B"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon's external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
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 Pagination model module.
|
|
18
|
+
* @module externalfulfillmentshipments_v2024_09_11/model/Pagination
|
|
19
|
+
* @version 2024-09-11
|
|
20
|
+
*/
|
|
21
|
+
export class Pagination {
|
|
22
|
+
/**
|
|
23
|
+
* Constructs a new <code>Pagination</code>.
|
|
24
|
+
* An object representing data required for pagination of results.
|
|
25
|
+
* @alias module:externalfulfillmentshipments_v2024_09_11/model/Pagination
|
|
26
|
+
* @class
|
|
27
|
+
*/
|
|
28
|
+
constructor () {
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Constructs a <code>Pagination</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 {Pagination} obj Optional instance to populate.
|
|
36
|
+
* @return {Pagination} The populated <code>Pagination</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 Pagination()
|
|
52
|
+
if (data.hasOwnProperty('nextToken')) { obj.nextToken = ApiClient.convertToType(data.nextToken, 'String') }
|
|
53
|
+
}
|
|
54
|
+
return obj
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* A token that you use to retrieve the next page of results. The response includes `nextToken` when there are multiple pages of results. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `nextToken` is null. Note that this operation can return empty pages.
|
|
60
|
+
* @member {String} nextToken
|
|
61
|
+
* @type {String}
|
|
62
|
+
*/
|
|
63
|
+
Pagination.prototype.nextToken = undefined
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The PartyIdentificationInfo model module.
|
|
3
|
+
* @module externalfulfillmentshipments_v2024_09_11/model/PartyIdentificationInfo
|
|
4
|
+
* @version 2024-09-11
|
|
5
|
+
*/
|
|
6
|
+
export class PartyIdentificationInfo {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a <code>PartyIdentificationInfo</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 {PartyIdentificationInfo} obj Optional instance to populate.
|
|
12
|
+
* @return {PartyIdentificationInfo} The populated <code>PartyIdentificationInfo</code> instance.
|
|
13
|
+
*/
|
|
14
|
+
static constructFromObject(data: any, obj: PartyIdentificationInfo): PartyIdentificationInfo;
|
|
15
|
+
/**
|
|
16
|
+
* Constructs a new <code>PartyIdentificationInfo</code>.
|
|
17
|
+
* Party identification details for the shipment, applicable to direct fulfillment shipments.
|
|
18
|
+
* @alias module:externalfulfillmentshipments_v2024_09_11/model/PartyIdentificationInfo
|
|
19
|
+
* @class
|
|
20
|
+
* @param partyId {String} Assigned identification for the party. For example, a warehouse code or vendor code.
|
|
21
|
+
* @param partyType {String} Assigned identification for the party. For example, a warehouse code or vendor code.
|
|
22
|
+
*/
|
|
23
|
+
constructor(partyId: string, partyType: string);
|
|
24
|
+
partyId: string;
|
|
25
|
+
partyType: string;
|
|
26
|
+
/**
|
|
27
|
+
* @member {Address} address
|
|
28
|
+
* @type {Address}
|
|
29
|
+
*/
|
|
30
|
+
address: Address;
|
|
31
|
+
/**
|
|
32
|
+
* @member {TaxRegistrationInfo} taxInfo
|
|
33
|
+
* @type {TaxRegistrationInfo}
|
|
34
|
+
*/
|
|
35
|
+
taxInfo: TaxRegistrationInfo;
|
|
36
|
+
}
|
|
37
|
+
export namespace PartyIdentificationInfo {
|
|
38
|
+
namespace PartyTypeEnum {
|
|
39
|
+
let BILL_TO_PARTY: string;
|
|
40
|
+
let SHIP_TO_PARTY: string;
|
|
41
|
+
let SHIP_FROM_PARTY: string;
|
|
42
|
+
let SELLING_PARTY: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* *
|
|
46
|
+
*/
|
|
47
|
+
type PartyTypeEnum = string;
|
|
48
|
+
}
|
|
49
|
+
import { Address } from './Address.js';
|
|
50
|
+
import { TaxRegistrationInfo } from './TaxRegistrationInfo.js';
|
|
51
|
+
//# sourceMappingURL=PartyIdentificationInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PartyIdentificationInfo.d.ts","sourceRoot":"","sources":["PartyIdentificationInfo.js"],"names":[],"mappings":"AAiBA;;;;GAIG;AACH;IAcE;;;;;;OAMG;IACH,2CAHW,uBAAuB,GACtB,uBAAuB,CAsBlC;IAxCD;;;;;;;OAOG;IACH,gDAGC;IAFC,gBAAsB;IACtB,kBAA0B;IA+E9B;;;OAGG;IACH,SAFU,OAAO,CAEwB;IAEzC;;;OAGG;IACH,SAFU,mBAAmB,CAEY;CA1DxC;;;;;;;;;;;;;wBAlDuB,cAAc;oCACF,0BAA0B"}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon's external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
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 { Address } from './Address.js'
|
|
16
|
+
import { TaxRegistrationInfo } from './TaxRegistrationInfo.js'
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* The PartyIdentificationInfo model module.
|
|
20
|
+
* @module externalfulfillmentshipments_v2024_09_11/model/PartyIdentificationInfo
|
|
21
|
+
* @version 2024-09-11
|
|
22
|
+
*/
|
|
23
|
+
export class PartyIdentificationInfo {
|
|
24
|
+
/**
|
|
25
|
+
* Constructs a new <code>PartyIdentificationInfo</code>.
|
|
26
|
+
* Party identification details for the shipment, applicable to direct fulfillment shipments.
|
|
27
|
+
* @alias module:externalfulfillmentshipments_v2024_09_11/model/PartyIdentificationInfo
|
|
28
|
+
* @class
|
|
29
|
+
* @param partyId {String} Assigned identification for the party. For example, a warehouse code or vendor code.
|
|
30
|
+
* @param partyType {String} Assigned identification for the party. For example, a warehouse code or vendor code.
|
|
31
|
+
*/
|
|
32
|
+
constructor (partyId, partyType) {
|
|
33
|
+
this.partyId = partyId
|
|
34
|
+
this.partyType = partyType
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Constructs a <code>PartyIdentificationInfo</code> from a plain JavaScript object, optionally creating a new instance.
|
|
39
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
40
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
41
|
+
* @param {PartyIdentificationInfo} obj Optional instance to populate.
|
|
42
|
+
* @return {PartyIdentificationInfo} The populated <code>PartyIdentificationInfo</code> instance.
|
|
43
|
+
*/
|
|
44
|
+
static constructFromObject (data, obj) {
|
|
45
|
+
if (data) {
|
|
46
|
+
switch (typeof data) {
|
|
47
|
+
case 'string':
|
|
48
|
+
obj = String(data)
|
|
49
|
+
break
|
|
50
|
+
case 'number':
|
|
51
|
+
obj = Number(data)
|
|
52
|
+
break
|
|
53
|
+
case 'boolean':
|
|
54
|
+
obj = Boolean(data)
|
|
55
|
+
break
|
|
56
|
+
}
|
|
57
|
+
obj = obj || new PartyIdentificationInfo()
|
|
58
|
+
if (data.hasOwnProperty('partyId')) { obj.partyId = ApiClient.convertToType(data.partyId, 'String') }
|
|
59
|
+
if (data.hasOwnProperty('partyType')) { obj.partyType = ApiClient.convertToType(data.partyType, 'String') }
|
|
60
|
+
if (data.hasOwnProperty('address')) { obj.address = Address.constructFromObject(data.address) }
|
|
61
|
+
if (data.hasOwnProperty('taxInfo')) { obj.taxInfo = TaxRegistrationInfo.constructFromObject(data.taxInfo) }
|
|
62
|
+
}
|
|
63
|
+
return obj
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* Assigned identification for the party. For example, a warehouse code or vendor code.
|
|
69
|
+
* @member {String} partyId
|
|
70
|
+
* @type {String}
|
|
71
|
+
*/
|
|
72
|
+
PartyIdentificationInfo.prototype.partyId = undefined
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Allowed values for the <code>partyType</code> property.
|
|
76
|
+
* @enum {String}
|
|
77
|
+
* @readonly
|
|
78
|
+
*/
|
|
79
|
+
PartyIdentificationInfo.PartyTypeEnum = {
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* value: "BILL_TO_PARTY"
|
|
83
|
+
* @const
|
|
84
|
+
*/
|
|
85
|
+
BILL_TO_PARTY: 'BILL_TO_PARTY',
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* value: "SHIP_TO_PARTY"
|
|
89
|
+
* @const
|
|
90
|
+
*/
|
|
91
|
+
SHIP_TO_PARTY: 'SHIP_TO_PARTY',
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* value: "SHIP_FROM_PARTY"
|
|
95
|
+
* @const
|
|
96
|
+
*/
|
|
97
|
+
SHIP_FROM_PARTY: 'SHIP_FROM_PARTY',
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* value: "SELLING_PARTY"
|
|
101
|
+
* @const
|
|
102
|
+
*/
|
|
103
|
+
SELLING_PARTY: 'SELLING_PARTY'
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* Assigned identification for the party. For example, a warehouse code or vendor code.
|
|
108
|
+
* @member {String} partyType
|
|
109
|
+
* @type {String}
|
|
110
|
+
*/
|
|
111
|
+
PartyIdentificationInfo.prototype.partyType = undefined
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* @member {Address} address
|
|
115
|
+
* @type {Address}
|
|
116
|
+
*/
|
|
117
|
+
PartyIdentificationInfo.prototype.address = undefined
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* @member {TaxRegistrationInfo} taxInfo
|
|
121
|
+
* @type {TaxRegistrationInfo}
|
|
122
|
+
*/
|
|
123
|
+
PartyIdentificationInfo.prototype.taxInfo = undefined
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Enum class PieceType.
|
|
3
|
+
* @enum {String}
|
|
4
|
+
* @readonly
|
|
5
|
+
*/
|
|
6
|
+
export class PieceType {
|
|
7
|
+
/**
|
|
8
|
+
* Returns a <code>PieceType</code> enum value from a Javascript object name.
|
|
9
|
+
* @param {Object} data The plain JavaScript object containing the name of the enum value.
|
|
10
|
+
* @return {PieceType} The enum <code>PieceType</code> value.
|
|
11
|
+
*/
|
|
12
|
+
static constructFromObject(object: any): PieceType;
|
|
13
|
+
/**
|
|
14
|
+
* value: "SINGLE"
|
|
15
|
+
* @const
|
|
16
|
+
*/
|
|
17
|
+
SINGLE: string;
|
|
18
|
+
/**
|
|
19
|
+
* value: "MULTIPLE"
|
|
20
|
+
* @const
|
|
21
|
+
*/
|
|
22
|
+
MULTIPLE: string;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=PieceType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PieceType.d.ts","sourceRoot":"","sources":["PieceType.js"],"names":[],"mappings":"AAeA;;;;EAIE;AACF;IAaE;;;;QAII;IACJ,yCAFa,SAAS,CAIrB;IAnBD;;;aAGS;IACT,eAAmB;IAEnB;;;aAGS;IACT,iBAAuB;CAUxB"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon's external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
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
|
+
* Enum class PieceType.
|
|
18
|
+
* @enum {String}
|
|
19
|
+
* @readonly
|
|
20
|
+
*/
|
|
21
|
+
export class PieceType {
|
|
22
|
+
/**
|
|
23
|
+
* value: "SINGLE"
|
|
24
|
+
* @const
|
|
25
|
+
*/
|
|
26
|
+
'SINGLE' = 'SINGLE'
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* value: "MULTIPLE"
|
|
30
|
+
* @const
|
|
31
|
+
*/
|
|
32
|
+
'MULTIPLE' = 'MULTIPLE'
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Returns a <code>PieceType</code> enum value from a Javascript object name.
|
|
36
|
+
* @param {Object} data The plain JavaScript object containing the name of the enum value.
|
|
37
|
+
* @return {PieceType} The enum <code>PieceType</code> value.
|
|
38
|
+
*/
|
|
39
|
+
static constructFromObject (object) {
|
|
40
|
+
return object
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Enum class PresenceStatus.
|
|
3
|
+
* @enum {String}
|
|
4
|
+
* @readonly
|
|
5
|
+
*/
|
|
6
|
+
export class PresenceStatus {
|
|
7
|
+
/**
|
|
8
|
+
* Returns a <code>PresenceStatus</code> enum value from a Javascript object name.
|
|
9
|
+
* @param {Object} data The plain JavaScript object containing the name of the enum value.
|
|
10
|
+
* @return {PresenceStatus} The enum <code>PresenceStatus</code> value.
|
|
11
|
+
*/
|
|
12
|
+
static constructFromObject(object: any): PresenceStatus;
|
|
13
|
+
/**
|
|
14
|
+
* value: "ABSENT"
|
|
15
|
+
* @const
|
|
16
|
+
*/
|
|
17
|
+
ABSENT: string;
|
|
18
|
+
/**
|
|
19
|
+
* value: "PRESENT"
|
|
20
|
+
* @const
|
|
21
|
+
*/
|
|
22
|
+
PRESENT: string;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=PresenceStatus.d.ts.map
|