@amazon-sp-api-release/amazon-sp-api-sdk-js 1.4.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/DefaultRateLimitFetcher.d.mts +7 -0
- package/helper/DefaultRateLimitFetcher.d.mts.map +1 -0
- package/helper/DefaultRateLimitMap.d.mts +307 -0
- package/helper/DefaultRateLimitMap.d.mts.map +1 -0
- package/helper/DefaultRateLimitMap.mjs +16 -1
- package/helper/RateLimitConfiguration.d.mts +26 -0
- package/helper/RateLimitConfiguration.d.mts.map +1 -0
- package/helper/SuperagentRateLimiter.d.mts +14 -0
- package/helper/SuperagentRateLimiter.d.mts.map +1 -0
- package/index.js +3 -0
- package/package.json +8 -8
- package/src/apluscontent_v2020_11_01/ApiClient.d.ts +260 -0
- package/src/apluscontent_v2020_11_01/ApiClient.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/api/AplusContentApi.d.ts +223 -0
- package/src/apluscontent_v2020_11_01/api/AplusContentApi.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/api/AplusContentApi.js +20 -20
- package/src/apluscontent_v2020_11_01/index.d.ts +67 -0
- package/src/apluscontent_v2020_11_01/index.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/AplusPaginatedResponse.d.ts +29 -0
- package/src/apluscontent_v2020_11_01/model/AplusPaginatedResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/AplusResponse.d.ts +23 -0
- package/src/apluscontent_v2020_11_01/model/AplusResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/AsinBadge.d.ts +34 -0
- package/src/apluscontent_v2020_11_01/model/AsinBadge.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/AsinMetadata.d.ts +56 -0
- package/src/apluscontent_v2020_11_01/model/AsinMetadata.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ColorType.d.ts +24 -0
- package/src/apluscontent_v2020_11_01/model/ColorType.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentBadge.d.ts +39 -0
- package/src/apluscontent_v2020_11_01/model/ContentBadge.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentDocument.d.ts +39 -0
- package/src/apluscontent_v2020_11_01/model/ContentDocument.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentMetadata.d.ts +35 -0
- package/src/apluscontent_v2020_11_01/model/ContentMetadata.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentMetadataRecord.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/ContentMetadataRecord.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentModule.d.ts +116 -0
- package/src/apluscontent_v2020_11_01/model/ContentModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentModuleType.d.ts +89 -0
- package/src/apluscontent_v2020_11_01/model/ContentModuleType.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentRecord.d.ts +37 -0
- package/src/apluscontent_v2020_11_01/model/ContentRecord.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentStatus.d.ts +34 -0
- package/src/apluscontent_v2020_11_01/model/ContentStatus.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentType.d.ts +24 -0
- package/src/apluscontent_v2020_11_01/model/ContentType.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/Decorator.d.ts +40 -0
- package/src/apluscontent_v2020_11_01/model/Decorator.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/DecoratorType.d.ts +54 -0
- package/src/apluscontent_v2020_11_01/model/DecoratorType.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/Error.d.ts +33 -0
- package/src/apluscontent_v2020_11_01/model/Error.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ErrorList.d.ts +26 -0
- package/src/apluscontent_v2020_11_01/model/ErrorList.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/GetContentDocumentResponse.d.ts +33 -0
- package/src/apluscontent_v2020_11_01/model/GetContentDocumentResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ImageComponent.d.ts +30 -0
- package/src/apluscontent_v2020_11_01/model/ImageComponent.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ImageCropSpecification.d.ts +32 -0
- package/src/apluscontent_v2020_11_01/model/ImageCropSpecification.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ImageDimensions.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/ImageDimensions.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ImageOffsets.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/ImageOffsets.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/IntegerWithUnits.d.ts +27 -0
- package/src/apluscontent_v2020_11_01/model/IntegerWithUnits.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ListContentDocumentAsinRelationsResponse.d.ts +39 -0
- package/src/apluscontent_v2020_11_01/model/ListContentDocumentAsinRelationsResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ParagraphComponent.d.ts +26 -0
- package/src/apluscontent_v2020_11_01/model/ParagraphComponent.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PlainTextItem.d.ts +27 -0
- package/src/apluscontent_v2020_11_01/model/PlainTextItem.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PositionType.d.ts +24 -0
- package/src/apluscontent_v2020_11_01/model/PositionType.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentApprovalSubmissionResponse.d.ts +23 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentApprovalSubmissionResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsRequest.d.ts +24 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsRequest.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsResponse.d.ts +23 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentRequest.d.ts +25 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentRequest.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentResponse.d.ts +32 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentSuspendSubmissionResponse.d.ts +23 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentSuspendSubmissionResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PublishRecord.d.ts +40 -0
- package/src/apluscontent_v2020_11_01/model/PublishRecord.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/SearchContentDocumentsResponse.d.ts +39 -0
- package/src/apluscontent_v2020_11_01/model/SearchContentDocumentsResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/SearchContentPublishRecordsResponse.d.ts +39 -0
- package/src/apluscontent_v2020_11_01/model/SearchContentPublishRecordsResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardCompanyLogoModule.d.ts +26 -0
- package/src/apluscontent_v2020_11_01/model/StandardCompanyLogoModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardComparisonProductBlock.d.ts +56 -0
- package/src/apluscontent_v2020_11_01/model/StandardComparisonProductBlock.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardComparisonTableModule.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/StandardComparisonTableModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardFourImageTextModule.d.ts +43 -0
- package/src/apluscontent_v2020_11_01/model/StandardFourImageTextModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardFourImageTextQuadrantModule.d.ts +32 -0
- package/src/apluscontent_v2020_11_01/model/StandardFourImageTextQuadrantModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardHeaderImageTextModule.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/StandardHeaderImageTextModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardHeaderTextListBlock.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/StandardHeaderTextListBlock.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageCaptionBlock.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageCaptionBlock.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageSidebarModule.d.ts +51 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageSidebarModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageTextBlock.d.ts +34 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageTextBlock.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageTextCaptionBlock.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageTextCaptionBlock.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageTextOverlayModule.d.ts +32 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageTextOverlayModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardMultipleImageTextModule.d.ts +22 -0
- package/src/apluscontent_v2020_11_01/model/StandardMultipleImageTextModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardProductDescriptionModule.d.ts +26 -0
- package/src/apluscontent_v2020_11_01/model/StandardProductDescriptionModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardSingleImageHighlightsModule.d.ts +50 -0
- package/src/apluscontent_v2020_11_01/model/StandardSingleImageHighlightsModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardSingleImageSpecsDetailModule.d.ts +60 -0
- package/src/apluscontent_v2020_11_01/model/StandardSingleImageSpecsDetailModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardSingleSideImageModule.d.ts +32 -0
- package/src/apluscontent_v2020_11_01/model/StandardSingleSideImageModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardTechSpecsModule.d.ts +38 -0
- package/src/apluscontent_v2020_11_01/model/StandardTechSpecsModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardTextBlock.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/StandardTextBlock.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardTextListBlock.d.ts +26 -0
- package/src/apluscontent_v2020_11_01/model/StandardTextListBlock.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardTextModule.d.ts +32 -0
- package/src/apluscontent_v2020_11_01/model/StandardTextModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardTextPairBlock.d.ts +27 -0
- package/src/apluscontent_v2020_11_01/model/StandardTextPairBlock.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardThreeImageTextModule.d.ts +38 -0
- package/src/apluscontent_v2020_11_01/model/StandardThreeImageTextModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/TextComponent.d.ts +32 -0
- package/src/apluscontent_v2020_11_01/model/TextComponent.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/TextItem.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/TextItem.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ValidateContentDocumentAsinRelationsResponse.d.ts +33 -0
- package/src/apluscontent_v2020_11_01/model/ValidateContentDocumentAsinRelationsResponse.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/ApiClient.d.ts +260 -0
- package/src/appintegrations_v2024_04_01/ApiClient.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/api/AppIntegrationsApi.d.ts +70 -0
- package/src/appintegrations_v2024_04_01/api/AppIntegrationsApi.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/index.d.ts +10 -0
- package/src/appintegrations_v2024_04_01/index.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/model/CreateNotificationRequest.d.ts +37 -0
- package/src/appintegrations_v2024_04_01/model/CreateNotificationRequest.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/model/CreateNotificationResponse.d.ts +22 -0
- package/src/appintegrations_v2024_04_01/model/CreateNotificationResponse.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/model/DeleteNotificationsRequest.d.ts +37 -0
- package/src/appintegrations_v2024_04_01/model/DeleteNotificationsRequest.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/model/Error.d.ts +33 -0
- package/src/appintegrations_v2024_04_01/model/Error.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/model/ErrorList.d.ts +26 -0
- package/src/appintegrations_v2024_04_01/model/ErrorList.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/model/RecordActionFeedbackRequest.d.ts +34 -0
- package/src/appintegrations_v2024_04_01/model/RecordActionFeedbackRequest.d.ts.map +1 -0
- package/src/applications_v2023_11_30/ApiClient.d.ts +260 -0
- package/src/applications_v2023_11_30/ApiClient.d.ts.map +1 -0
- package/src/applications_v2023_11_30/api/ApplicationsApi.d.ts +38 -0
- package/src/applications_v2023_11_30/api/ApplicationsApi.d.ts.map +1 -0
- package/src/applications_v2023_11_30/index.d.ts +6 -0
- package/src/applications_v2023_11_30/index.d.ts.map +1 -0
- package/src/applications_v2023_11_30/model/Error.d.ts +33 -0
- package/src/applications_v2023_11_30/model/Error.d.ts.map +1 -0
- package/src/applications_v2023_11_30/model/ErrorList.d.ts +26 -0
- package/src/applications_v2023_11_30/model/ErrorList.d.ts.map +1 -0
- package/src/awd_v2024_05_09/ApiClient.d.ts +260 -0
- package/src/awd_v2024_05_09/ApiClient.d.ts.map +1 -0
- package/src/awd_v2024_05_09/api/AwdApi.d.ts +246 -0
- package/src/awd_v2024_05_09/api/AwdApi.d.ts.map +1 -0
- package/src/awd_v2024_05_09/api/AwdApi.js +38 -38
- package/src/awd_v2024_05_09/index.d.ts +54 -0
- package/src/awd_v2024_05_09/index.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/Address.d.ts +73 -0
- package/src/awd_v2024_05_09/model/Address.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/CarrierCode.d.ts +28 -0
- package/src/awd_v2024_05_09/model/CarrierCode.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/CarrierCodeType.d.ts +19 -0
- package/src/awd_v2024_05_09/model/CarrierCodeType.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/DestinationDetails.d.ts +34 -0
- package/src/awd_v2024_05_09/model/DestinationDetails.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/DimensionUnitOfMeasurement.d.ts +24 -0
- package/src/awd_v2024_05_09/model/DimensionUnitOfMeasurement.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/DistributionPackage.d.ts +32 -0
- package/src/awd_v2024_05_09/model/DistributionPackage.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/DistributionPackageContents.d.ts +30 -0
- package/src/awd_v2024_05_09/model/DistributionPackageContents.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/DistributionPackageQuantity.d.ts +28 -0
- package/src/awd_v2024_05_09/model/DistributionPackageQuantity.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/DistributionPackageType.d.ts +24 -0
- package/src/awd_v2024_05_09/model/DistributionPackageType.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/Error.d.ts +33 -0
- package/src/awd_v2024_05_09/model/Error.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ErrorList.d.ts +26 -0
- package/src/awd_v2024_05_09/model/ErrorList.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ExpirationDetails.d.ts +28 -0
- package/src/awd_v2024_05_09/model/ExpirationDetails.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundEligibility.d.ts +38 -0
- package/src/awd_v2024_05_09/model/InboundEligibility.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundEligibilityStatus.d.ts +24 -0
- package/src/awd_v2024_05_09/model/InboundEligibilityStatus.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundOrder.d.ts +60 -0
- package/src/awd_v2024_05_09/model/InboundOrder.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundOrderCreationData.d.ts +41 -0
- package/src/awd_v2024_05_09/model/InboundOrderCreationData.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundOrderReference.d.ts +25 -0
- package/src/awd_v2024_05_09/model/InboundOrderReference.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundPackages.d.ts +26 -0
- package/src/awd_v2024_05_09/model/InboundPackages.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundPreferences.d.ts +22 -0
- package/src/awd_v2024_05_09/model/InboundPreferences.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundShipment.d.ts +100 -0
- package/src/awd_v2024_05_09/model/InboundShipment.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundShipmentStatus.d.ts +49 -0
- package/src/awd_v2024_05_09/model/InboundShipmentStatus.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundShipmentSummary.d.ts +48 -0
- package/src/awd_v2024_05_09/model/InboundShipmentSummary.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundStatus.d.ts +44 -0
- package/src/awd_v2024_05_09/model/InboundStatus.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InventoryDetails.d.ts +34 -0
- package/src/awd_v2024_05_09/model/InventoryDetails.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InventoryListing.d.ts +32 -0
- package/src/awd_v2024_05_09/model/InventoryListing.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InventoryQuantity.d.ts +28 -0
- package/src/awd_v2024_05_09/model/InventoryQuantity.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InventorySummary.d.ts +50 -0
- package/src/awd_v2024_05_09/model/InventorySummary.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InventoryUnitOfMeasurement.d.ts +29 -0
- package/src/awd_v2024_05_09/model/InventoryUnitOfMeasurement.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/LabelOwner.d.ts +24 -0
- package/src/awd_v2024_05_09/model/LabelOwner.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/LabelStatus.d.ts +34 -0
- package/src/awd_v2024_05_09/model/LabelStatus.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/MeasurementData.d.ts +38 -0
- package/src/awd_v2024_05_09/model/MeasurementData.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/OrderIneligibilityReason.d.ts +27 -0
- package/src/awd_v2024_05_09/model/OrderIneligibilityReason.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/PackageDimensions.d.ts +32 -0
- package/src/awd_v2024_05_09/model/PackageDimensions.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/PackageVolume.d.ts +28 -0
- package/src/awd_v2024_05_09/model/PackageVolume.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/PackageWeight.d.ts +28 -0
- package/src/awd_v2024_05_09/model/PackageWeight.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/PrepCategory.d.ts +84 -0
- package/src/awd_v2024_05_09/model/PrepCategory.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/PrepDetails.d.ts +41 -0
- package/src/awd_v2024_05_09/model/PrepDetails.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/PrepInstruction.d.ts +28 -0
- package/src/awd_v2024_05_09/model/PrepInstruction.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/PrepOwner.d.ts +24 -0
- package/src/awd_v2024_05_09/model/PrepOwner.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ProductAttribute.d.ts +28 -0
- package/src/awd_v2024_05_09/model/ProductAttribute.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ProductQuantity.d.ts +46 -0
- package/src/awd_v2024_05_09/model/ProductQuantity.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ShipmentLabels.d.ts +32 -0
- package/src/awd_v2024_05_09/model/ShipmentLabels.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ShipmentListing.d.ts +29 -0
- package/src/awd_v2024_05_09/model/ShipmentListing.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/SkuEligibility.d.ts +36 -0
- package/src/awd_v2024_05_09/model/SkuEligibility.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/SkuIneligibilityReason.d.ts +27 -0
- package/src/awd_v2024_05_09/model/SkuIneligibilityReason.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/SkuQuantity.d.ts +33 -0
- package/src/awd_v2024_05_09/model/SkuQuantity.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/TrackingDetails.d.ts +31 -0
- package/src/awd_v2024_05_09/model/TrackingDetails.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/TransportationDetails.d.ts +26 -0
- package/src/awd_v2024_05_09/model/TransportationDetails.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/VolumeUnitOfMeasurement.d.ts +29 -0
- package/src/awd_v2024_05_09/model/VolumeUnitOfMeasurement.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/WeightUnitOfMeasurement.d.ts +24 -0
- package/src/awd_v2024_05_09/model/WeightUnitOfMeasurement.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/ApiClient.d.ts +260 -0
- package/src/catalogitems_v2022_04_01/ApiClient.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/api/CatalogApi.d.ts +116 -0
- package/src/catalogitems_v2022_04_01/api/CatalogApi.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/api/CatalogApi.js +30 -30
- package/src/catalogitems_v2022_04_01/index.d.ts +33 -0
- package/src/catalogitems_v2022_04_01/index.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/BrandRefinement.d.ts +27 -0
- package/src/catalogitems_v2022_04_01/model/BrandRefinement.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ClassificationRefinement.d.ts +29 -0
- package/src/catalogitems_v2022_04_01/model/ClassificationRefinement.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/Dimension.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/Dimension.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/Dimensions.d.ts +37 -0
- package/src/catalogitems_v2022_04_01/model/Dimensions.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/Error.d.ts +33 -0
- package/src/catalogitems_v2022_04_01/model/Error.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ErrorList.d.ts +26 -0
- package/src/catalogitems_v2022_04_01/model/ErrorList.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ErrorList.js +2 -1
- package/src/catalogitems_v2022_04_01/model/Item.d.ts +96 -0
- package/src/catalogitems_v2022_04_01/model/Item.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemBrowseClassification.d.ts +32 -0
- package/src/catalogitems_v2022_04_01/model/ItemBrowseClassification.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemBrowseClassificationsByMarketplace.d.ts +32 -0
- package/src/catalogitems_v2022_04_01/model/ItemBrowseClassificationsByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemClassificationSalesRank.d.ts +35 -0
- package/src/catalogitems_v2022_04_01/model/ItemClassificationSalesRank.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemContributor.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/ItemContributor.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemContributorRole.d.ts +31 -0
- package/src/catalogitems_v2022_04_01/model/ItemContributorRole.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemDimensionsByMarketplace.d.ts +36 -0
- package/src/catalogitems_v2022_04_01/model/ItemDimensionsByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemDisplayGroupSalesRank.d.ts +35 -0
- package/src/catalogitems_v2022_04_01/model/ItemDisplayGroupSalesRank.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemIdentifier.d.ts +27 -0
- package/src/catalogitems_v2022_04_01/model/ItemIdentifier.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemIdentifiersByMarketplace.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/ItemIdentifiersByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemImage.d.ts +49 -0
- package/src/catalogitems_v2022_04_01/model/ItemImage.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemImagesByMarketplace.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/ItemImagesByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemProductTypeByMarketplace.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/ItemProductTypeByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemRelationship.d.ts +53 -0
- package/src/catalogitems_v2022_04_01/model/ItemRelationship.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemRelationshipsByMarketplace.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/ItemRelationshipsByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemSalesRanksByMarketplace.d.ts +39 -0
- package/src/catalogitems_v2022_04_01/model/ItemSalesRanksByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemSearchResults.d.ts +40 -0
- package/src/catalogitems_v2022_04_01/model/ItemSearchResults.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemSearchResults.js +1 -5
- package/src/catalogitems_v2022_04_01/model/ItemSummaryByMarketplace.d.ts +152 -0
- package/src/catalogitems_v2022_04_01/model/ItemSummaryByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemVariationTheme.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/ItemVariationTheme.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsByMarketplace.d.ts +84 -0
- package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsCategory.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsCategory.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/Pagination.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/Pagination.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/Refinements.d.ts +29 -0
- package/src/catalogitems_v2022_04_01/model/Refinements.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/ApiClient.d.ts +260 -0
- package/src/customerFeedback_2024_06_01/ApiClient.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/api/CustomerFeedbackApi.d.ts +137 -0
- package/src/customerFeedback_2024_06_01/api/CustomerFeedbackApi.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/index.d.ts +43 -0
- package/src/customerFeedback_2024_06_01/index.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeAllOccurrence.d.ts +27 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeAllOccurrence.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeAllStarRatingImpact.d.ts +27 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeAllStarRatingImpact.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeOccurrence.d.ts +25 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeOccurrence.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeResponse.d.ts +27 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeResponse.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopics.d.ts +28 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopicsResponse.d.ts +37 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopicsResponse.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrend.d.ts +28 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrend.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendPoint.d.ts +29 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendPoint.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendsResponse.d.ts +37 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendsResponse.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewSubtopicMetrics.d.ts +25 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewSubtopicMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopic.d.ts +41 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopic.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicMetrics.d.ts +28 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopics.d.ts +29 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicsResponse.d.ts +37 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicsResponse.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrend.d.ts +28 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrend.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendMetrics.d.ts +26 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendPoint.d.ts +29 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendPoint.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrends.d.ts +29 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrends.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendsResponse.d.ts +37 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendsResponse.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeStarRatingImpact.d.ts +25 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeStarRatingImpact.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeSubtopic.d.ts +34 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeSubtopic.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeTrendMetrics.d.ts +26 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeTrendMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ChildAsinMentionMetrics.d.ts +27 -0
- package/src/customerFeedback_2024_06_01/model/ChildAsinMentionMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ChildAsinMetrics.d.ts +27 -0
- package/src/customerFeedback_2024_06_01/model/ChildAsinMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/DateRange.d.ts +27 -0
- package/src/customerFeedback_2024_06_01/model/DateRange.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/Error.d.ts +33 -0
- package/src/customerFeedback_2024_06_01/model/Error.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ErrorList.d.ts +26 -0
- package/src/customerFeedback_2024_06_01/model/ErrorList.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewBrowseNodeMetrics.d.ts +28 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewBrowseNodeMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopic.d.ts +34 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopic.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopicMetrics.d.ts +27 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopicMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopic.d.ts +58 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopic.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopicMetrics.d.ts +34 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopicMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopics.d.ts +29 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopicsResponse.d.ts +37 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopicsResponse.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrend.d.ts +28 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrend.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrendPoint.d.ts +40 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrendPoint.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrends.d.ts +29 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrends.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrendsResponse.d.ts +37 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrendsResponse.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ReviewTrendMetrics.d.ts +25 -0
- package/src/customerFeedback_2024_06_01/model/ReviewTrendMetrics.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/ApiClient.d.ts +260 -0
- package/src/datakiosk_v2023_11_15/ApiClient.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/api/QueriesApi.d.ts +115 -0
- package/src/datakiosk_v2023_11_15/api/QueriesApi.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/api/QueriesApi.js +12 -12
- package/src/datakiosk_v2023_11_15/index.d.ts +13 -0
- package/src/datakiosk_v2023_11_15/index.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/CreateQueryResponse.d.ts +25 -0
- package/src/datakiosk_v2023_11_15/model/CreateQueryResponse.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/CreateQuerySpecification.d.ts +31 -0
- package/src/datakiosk_v2023_11_15/model/CreateQuerySpecification.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/Error.d.ts +33 -0
- package/src/datakiosk_v2023_11_15/model/Error.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/ErrorList.d.ts +26 -0
- package/src/datakiosk_v2023_11_15/model/ErrorList.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/GetDocumentResponse.d.ts +27 -0
- package/src/datakiosk_v2023_11_15/model/GetDocumentResponse.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/GetQueriesResponse.d.ts +32 -0
- package/src/datakiosk_v2023_11_15/model/GetQueriesResponse.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/GetQueriesResponsePagination.d.ts +22 -0
- package/src/datakiosk_v2023_11_15/model/GetQueriesResponsePagination.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/Query.d.ts +74 -0
- package/src/datakiosk_v2023_11_15/model/Query.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/QueryPagination.d.ts +22 -0
- package/src/datakiosk_v2023_11_15/model/QueryPagination.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/ApiClient.d.ts +260 -0
- package/src/easyship_v2022_03_23/ApiClient.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/api/EasyShipApi.d.ts +110 -0
- package/src/easyship_v2022_03_23/api/EasyShipApi.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/api/EasyShipApi.js +10 -10
- package/src/easyship_v2022_03_23/index.d.ts +31 -0
- package/src/easyship_v2022_03_23/index.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/Code.d.ts +69 -0
- package/src/easyship_v2022_03_23/model/Code.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/CreateScheduledPackageRequest.d.ts +30 -0
- package/src/easyship_v2022_03_23/model/CreateScheduledPackageRequest.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/CreateScheduledPackagesRequest.d.ts +31 -0
- package/src/easyship_v2022_03_23/model/CreateScheduledPackagesRequest.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/CreateScheduledPackagesResponse.d.ts +36 -0
- package/src/easyship_v2022_03_23/model/CreateScheduledPackagesResponse.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/Dimensions.d.ts +46 -0
- package/src/easyship_v2022_03_23/model/Dimensions.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/Error.d.ts +33 -0
- package/src/easyship_v2022_03_23/model/Error.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/ErrorList.d.ts +26 -0
- package/src/easyship_v2022_03_23/model/ErrorList.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/HandoverMethod.d.ts +24 -0
- package/src/easyship_v2022_03_23/model/HandoverMethod.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/HandoverMethod.js +4 -4
- package/src/easyship_v2022_03_23/model/InvoiceData.d.ts +31 -0
- package/src/easyship_v2022_03_23/model/InvoiceData.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/Item.d.ts +28 -0
- package/src/easyship_v2022_03_23/model/Item.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/LabelFormat.d.ts +24 -0
- package/src/easyship_v2022_03_23/model/LabelFormat.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/ListHandoverSlotsRequest.d.ts +33 -0
- package/src/easyship_v2022_03_23/model/ListHandoverSlotsRequest.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/ListHandoverSlotsResponse.d.ts +28 -0
- package/src/easyship_v2022_03_23/model/ListHandoverSlotsResponse.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/OrderScheduleDetails.d.ts +31 -0
- package/src/easyship_v2022_03_23/model/OrderScheduleDetails.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/Package.d.ts +66 -0
- package/src/easyship_v2022_03_23/model/Package.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/PackageDetails.d.ts +39 -0
- package/src/easyship_v2022_03_23/model/PackageDetails.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/PackageStatus.d.ts +74 -0
- package/src/easyship_v2022_03_23/model/PackageStatus.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/Packages.d.ts +26 -0
- package/src/easyship_v2022_03_23/model/Packages.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/RejectedOrder.d.ts +31 -0
- package/src/easyship_v2022_03_23/model/RejectedOrder.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/ScheduledPackageId.d.ts +31 -0
- package/src/easyship_v2022_03_23/model/ScheduledPackageId.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/TimeSlot.d.ts +43 -0
- package/src/easyship_v2022_03_23/model/TimeSlot.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/TrackingDetails.d.ts +22 -0
- package/src/easyship_v2022_03_23/model/TrackingDetails.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/UnitOfLength.d.ts +19 -0
- package/src/easyship_v2022_03_23/model/UnitOfLength.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/UnitOfLength.js +2 -2
- package/src/easyship_v2022_03_23/model/UnitOfWeight.d.ts +24 -0
- package/src/easyship_v2022_03_23/model/UnitOfWeight.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/UnitOfWeight.js +4 -4
- package/src/easyship_v2022_03_23/model/UpdatePackageDetails.d.ts +29 -0
- package/src/easyship_v2022_03_23/model/UpdatePackageDetails.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/UpdateScheduledPackagesRequest.d.ts +28 -0
- package/src/easyship_v2022_03_23/model/UpdateScheduledPackagesRequest.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/Weight.d.ts +28 -0
- package/src/easyship_v2022_03_23/model/Weight.d.ts.map +1 -0
- 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/fbaeligibility_v1/ApiClient.d.ts +260 -0
- package/src/fbaeligibility_v1/ApiClient.d.ts.map +1 -0
- package/src/fbaeligibility_v1/api/FbaInboundApi.d.ts +51 -0
- package/src/fbaeligibility_v1/api/FbaInboundApi.d.ts.map +1 -0
- package/src/fbaeligibility_v1/api/FbaInboundApi.js +4 -4
- package/src/fbaeligibility_v1/index.d.ts +7 -0
- package/src/fbaeligibility_v1/index.d.ts.map +1 -0
- package/src/fbaeligibility_v1/model/Error.d.ts +37 -0
- package/src/fbaeligibility_v1/model/Error.d.ts.map +1 -0
- package/src/fbaeligibility_v1/model/GetItemEligibilityPreviewResponse.d.ts +29 -0
- package/src/fbaeligibility_v1/model/GetItemEligibilityPreviewResponse.d.ts.map +1 -0
- package/src/fbaeligibility_v1/model/ItemEligibilityPreview.d.ts +96 -0
- package/src/fbaeligibility_v1/model/ItemEligibilityPreview.d.ts.map +1 -0
- package/src/fbainventory_v1/ApiClient.d.ts +260 -0
- package/src/fbainventory_v1/ApiClient.d.ts.map +1 -0
- package/src/fbainventory_v1/api/FbaInventoryApi.d.ts +114 -0
- package/src/fbainventory_v1/api/FbaInventoryApi.d.ts.map +1 -0
- package/src/fbainventory_v1/api/FbaInventoryApi.js +12 -12
- package/src/fbainventory_v1/index.d.ts +21 -0
- package/src/fbainventory_v1/index.d.ts.map +1 -0
- package/src/fbainventory_v1/model/AddInventoryRequest.d.ts +23 -0
- package/src/fbainventory_v1/model/AddInventoryRequest.d.ts.map +1 -0
- package/src/fbainventory_v1/model/AddInventoryResponse.d.ts +23 -0
- package/src/fbainventory_v1/model/AddInventoryResponse.d.ts.map +1 -0
- package/src/fbainventory_v1/model/CreateInventoryItemRequest.d.ts +29 -0
- package/src/fbainventory_v1/model/CreateInventoryItemRequest.d.ts.map +1 -0
- package/src/fbainventory_v1/model/CreateInventoryItemResponse.d.ts +23 -0
- package/src/fbainventory_v1/model/CreateInventoryItemResponse.d.ts.map +1 -0
- package/src/fbainventory_v1/model/DeleteInventoryItemResponse.d.ts +23 -0
- package/src/fbainventory_v1/model/DeleteInventoryItemResponse.d.ts.map +1 -0
- package/src/fbainventory_v1/model/Error.d.ts +37 -0
- package/src/fbainventory_v1/model/Error.d.ts.map +1 -0
- package/src/fbainventory_v1/model/GetInventorySummariesResponse.d.ts +35 -0
- package/src/fbainventory_v1/model/GetInventorySummariesResponse.d.ts.map +1 -0
- package/src/fbainventory_v1/model/GetInventorySummariesResult.d.ts +29 -0
- package/src/fbainventory_v1/model/GetInventorySummariesResult.d.ts.map +1 -0
- package/src/fbainventory_v1/model/Granularity.d.ts +28 -0
- package/src/fbainventory_v1/model/Granularity.d.ts.map +1 -0
- package/src/fbainventory_v1/model/InventoryDetails.d.ts +58 -0
- package/src/fbainventory_v1/model/InventoryDetails.d.ts.map +1 -0
- package/src/fbainventory_v1/model/InventoryItem.d.ts +29 -0
- package/src/fbainventory_v1/model/InventoryItem.d.ts.map +1 -0
- package/src/fbainventory_v1/model/InventorySummary.d.ts +70 -0
- package/src/fbainventory_v1/model/InventorySummary.d.ts.map +1 -0
- package/src/fbainventory_v1/model/Pagination.d.ts +22 -0
- package/src/fbainventory_v1/model/Pagination.d.ts.map +1 -0
- package/src/fbainventory_v1/model/ResearchingQuantity.d.ts +29 -0
- package/src/fbainventory_v1/model/ResearchingQuantity.d.ts.map +1 -0
- package/src/fbainventory_v1/model/ResearchingQuantityEntry.d.ts +38 -0
- package/src/fbainventory_v1/model/ResearchingQuantityEntry.d.ts.map +1 -0
- package/src/fbainventory_v1/model/ReservedQuantity.d.ts +40 -0
- package/src/fbainventory_v1/model/ReservedQuantity.d.ts.map +1 -0
- package/src/fbainventory_v1/model/UnfulfillableQuantity.d.ts +58 -0
- package/src/fbainventory_v1/model/UnfulfillableQuantity.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/ApiClient.d.ts +260 -0
- package/src/feeds_v2021_06_30/ApiClient.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/api/FeedsApi.d.ts +137 -0
- package/src/feeds_v2021_06_30/api/FeedsApi.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/api/FeedsApi.js +16 -16
- package/src/feeds_v2021_06_30/index.d.ts +13 -0
- package/src/feeds_v2021_06_30/index.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/CreateFeedDocumentResponse.d.ts +27 -0
- package/src/feeds_v2021_06_30/model/CreateFeedDocumentResponse.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/CreateFeedDocumentSpecification.d.ts +25 -0
- package/src/feeds_v2021_06_30/model/CreateFeedDocumentSpecification.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/CreateFeedResponse.d.ts +25 -0
- package/src/feeds_v2021_06_30/model/CreateFeedResponse.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/CreateFeedSpecification.d.ts +37 -0
- package/src/feeds_v2021_06_30/model/CreateFeedSpecification.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/Error.d.ts +33 -0
- package/src/feeds_v2021_06_30/model/Error.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/ErrorList.d.ts +26 -0
- package/src/feeds_v2021_06_30/model/ErrorList.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/Feed.d.ts +68 -0
- package/src/feeds_v2021_06_30/model/Feed.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/FeedDocument.d.ts +42 -0
- package/src/feeds_v2021_06_30/model/FeedDocument.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/GetFeedsResponse.d.ts +32 -0
- package/src/feeds_v2021_06_30/model/GetFeedsResponse.d.ts.map +1 -0
- package/src/finances_2024_06_19/ApiClient.d.ts +260 -0
- package/src/finances_2024_06_19/ApiClient.d.ts.map +1 -0
- package/src/finances_2024_06_19/api/DefaultApi.d.ts +61 -0
- package/src/finances_2024_06_19/api/DefaultApi.d.ts.map +1 -0
- package/src/finances_2024_06_19/api/DefaultApi.js +10 -10
- package/src/finances_2024_06_19/index.d.ts +23 -0
- package/src/finances_2024_06_19/index.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/AmazonPayContext.d.ts +34 -0
- package/src/finances_2024_06_19/model/AmazonPayContext.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/Breakdown.d.ts +34 -0
- package/src/finances_2024_06_19/model/Breakdown.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/BusinessContext.d.ts +31 -0
- package/src/finances_2024_06_19/model/BusinessContext.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/Context.d.ts +130 -0
- package/src/finances_2024_06_19/model/Context.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/Currency.d.ts +28 -0
- package/src/finances_2024_06_19/model/Currency.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/DeferredContext.d.ts +28 -0
- package/src/finances_2024_06_19/model/DeferredContext.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/Error.d.ts +33 -0
- package/src/finances_2024_06_19/model/Error.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/ErrorList.d.ts +26 -0
- package/src/finances_2024_06_19/model/ErrorList.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/Item.d.ts +49 -0
- package/src/finances_2024_06_19/model/Item.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/ItemRelatedIdentifier.d.ts +40 -0
- package/src/finances_2024_06_19/model/ItemRelatedIdentifier.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/ListTransactionsResponse.d.ts +22 -0
- package/src/finances_2024_06_19/model/ListTransactionsResponse.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/MarketplaceDetails.d.ts +28 -0
- package/src/finances_2024_06_19/model/MarketplaceDetails.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/PaymentsContext.d.ts +40 -0
- package/src/finances_2024_06_19/model/PaymentsContext.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/ProductContext.d.ts +40 -0
- package/src/finances_2024_06_19/model/ProductContext.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/RelatedIdentifier.d.ts +46 -0
- package/src/finances_2024_06_19/model/RelatedIdentifier.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/SellingPartnerMetadata.d.ts +34 -0
- package/src/finances_2024_06_19/model/SellingPartnerMetadata.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/TimeRangeContext.d.ts +28 -0
- package/src/finances_2024_06_19/model/TimeRangeContext.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/Transaction.d.ts +92 -0
- package/src/finances_2024_06_19/model/Transaction.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/TransactionsPayload.d.ts +29 -0
- package/src/finances_2024_06_19/model/TransactionsPayload.d.ts.map +1 -0
- package/src/finances_v0/ApiClient.d.ts +260 -0
- package/src/finances_v0/ApiClient.d.ts.map +1 -0
- package/src/finances_v0/api/DefaultApi.d.ts +146 -0
- package/src/finances_v0/api/DefaultApi.d.ts.map +1 -0
- package/src/finances_v0/api/DefaultApi.js +36 -36
- package/src/finances_v0/index.d.ts +54 -0
- package/src/finances_v0/index.d.ts.map +1 -0
- package/src/finances_v0/model/AdhocDisbursementEvent.d.ts +40 -0
- package/src/finances_v0/model/AdhocDisbursementEvent.d.ts.map +1 -0
- package/src/finances_v0/model/AdjustmentEvent.d.ts +47 -0
- package/src/finances_v0/model/AdjustmentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/AdjustmentItem.d.ts +63 -0
- package/src/finances_v0/model/AdjustmentItem.d.ts.map +1 -0
- package/src/finances_v0/model/AffordabilityExpenseEvent.d.ts +64 -0
- package/src/finances_v0/model/AffordabilityExpenseEvent.d.ts.map +1 -0
- package/src/finances_v0/model/CapacityReservationBillingEvent.d.ts +40 -0
- package/src/finances_v0/model/CapacityReservationBillingEvent.d.ts.map +1 -0
- package/src/finances_v0/model/ChargeComponent.d.ts +28 -0
- package/src/finances_v0/model/ChargeComponent.d.ts.map +1 -0
- package/src/finances_v0/model/ChargeInstrument.d.ts +34 -0
- package/src/finances_v0/model/ChargeInstrument.d.ts.map +1 -0
- package/src/finances_v0/model/ChargeRefundEvent.d.ts +41 -0
- package/src/finances_v0/model/ChargeRefundEvent.d.ts.map +1 -0
- package/src/finances_v0/model/ChargeRefundTransaction.d.ts +28 -0
- package/src/finances_v0/model/ChargeRefundTransaction.d.ts.map +1 -0
- package/src/finances_v0/model/CouponPaymentEvent.d.ts +64 -0
- package/src/finances_v0/model/CouponPaymentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/Currency.d.ts +28 -0
- package/src/finances_v0/model/Currency.d.ts.map +1 -0
- package/src/finances_v0/model/DebtRecoveryEvent.d.ts +47 -0
- package/src/finances_v0/model/DebtRecoveryEvent.d.ts.map +1 -0
- package/src/finances_v0/model/DebtRecoveryItem.d.ts +39 -0
- package/src/finances_v0/model/DebtRecoveryItem.d.ts.map +1 -0
- package/src/finances_v0/model/DirectPayment.d.ts +28 -0
- package/src/finances_v0/model/DirectPayment.d.ts.map +1 -0
- package/src/finances_v0/model/Error.d.ts +33 -0
- package/src/finances_v0/model/Error.d.ts.map +1 -0
- package/src/finances_v0/model/FBALiquidationEvent.d.ts +39 -0
- package/src/finances_v0/model/FBALiquidationEvent.d.ts.map +1 -0
- package/src/finances_v0/model/FailedAdhocDisbursementEvent.d.ts +58 -0
- package/src/finances_v0/model/FailedAdhocDisbursementEvent.d.ts.map +1 -0
- package/src/finances_v0/model/FeeComponent.d.ts +28 -0
- package/src/finances_v0/model/FeeComponent.d.ts.map +1 -0
- package/src/finances_v0/model/FinancialEventGroup.d.ts +80 -0
- package/src/finances_v0/model/FinancialEventGroup.d.ts.map +1 -0
- package/src/finances_v0/model/FinancialEvents.d.ts +242 -0
- package/src/finances_v0/model/FinancialEvents.d.ts.map +1 -0
- package/src/finances_v0/model/ImagingServicesFeeEvent.d.ts +41 -0
- package/src/finances_v0/model/ImagingServicesFeeEvent.d.ts.map +1 -0
- package/src/finances_v0/model/ListFinancialEventGroupsPayload.d.ts +29 -0
- package/src/finances_v0/model/ListFinancialEventGroupsPayload.d.ts.map +1 -0
- package/src/finances_v0/model/ListFinancialEventGroupsResponse.d.ts +29 -0
- package/src/finances_v0/model/ListFinancialEventGroupsResponse.d.ts.map +1 -0
- package/src/finances_v0/model/ListFinancialEventsPayload.d.ts +28 -0
- package/src/finances_v0/model/ListFinancialEventsPayload.d.ts.map +1 -0
- package/src/finances_v0/model/ListFinancialEventsResponse.d.ts +29 -0
- package/src/finances_v0/model/ListFinancialEventsResponse.d.ts.map +1 -0
- package/src/finances_v0/model/LoanServicingEvent.d.ts +28 -0
- package/src/finances_v0/model/LoanServicingEvent.d.ts.map +1 -0
- package/src/finances_v0/model/NetworkComminglingTransactionEvent.d.ts +63 -0
- package/src/finances_v0/model/NetworkComminglingTransactionEvent.d.ts.map +1 -0
- package/src/finances_v0/model/PayWithAmazonEvent.d.ts +77 -0
- package/src/finances_v0/model/PayWithAmazonEvent.d.ts.map +1 -0
- package/src/finances_v0/model/ProductAdsPaymentEvent.d.ts +50 -0
- package/src/finances_v0/model/ProductAdsPaymentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/Promotion.d.ts +34 -0
- package/src/finances_v0/model/Promotion.d.ts.map +1 -0
- package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.d.ts +53 -0
- package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/RemovalShipmentEvent.d.ts +53 -0
- package/src/finances_v0/model/RemovalShipmentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/RemovalShipmentItem.d.ts +61 -0
- package/src/finances_v0/model/RemovalShipmentItem.d.ts.map +1 -0
- package/src/finances_v0/model/RemovalShipmentItemAdjustment.d.ts +56 -0
- package/src/finances_v0/model/RemovalShipmentItemAdjustment.d.ts.map +1 -0
- package/src/finances_v0/model/RentalTransactionEvent.d.ts +78 -0
- package/src/finances_v0/model/RentalTransactionEvent.d.ts.map +1 -0
- package/src/finances_v0/model/RetrochargeEvent.d.ts +58 -0
- package/src/finances_v0/model/RetrochargeEvent.d.ts.map +1 -0
- package/src/finances_v0/model/SAFETReimbursementEvent.d.ts +47 -0
- package/src/finances_v0/model/SAFETReimbursementEvent.d.ts.map +1 -0
- package/src/finances_v0/model/SAFETReimbursementItem.d.ts +35 -0
- package/src/finances_v0/model/SAFETReimbursementItem.d.ts.map +1 -0
- package/src/finances_v0/model/SellerDealPaymentEvent.d.ts +62 -0
- package/src/finances_v0/model/SellerDealPaymentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.d.ts +52 -0
- package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/ServiceFeeEvent.d.ts +65 -0
- package/src/finances_v0/model/ServiceFeeEvent.d.ts.map +1 -0
- package/src/finances_v0/model/ShipmentEvent.d.ts +104 -0
- package/src/finances_v0/model/ShipmentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/ShipmentItem.d.ts +97 -0
- package/src/finances_v0/model/ShipmentItem.d.ts.map +1 -0
- package/src/finances_v0/model/SolutionProviderCreditEvent.d.ts +76 -0
- package/src/finances_v0/model/SolutionProviderCreditEvent.d.ts.map +1 -0
- package/src/finances_v0/model/TDSReimbursementEvent.d.ts +34 -0
- package/src/finances_v0/model/TDSReimbursementEvent.d.ts.map +1 -0
- package/src/finances_v0/model/TaxWithheldComponent.d.ts +29 -0
- package/src/finances_v0/model/TaxWithheldComponent.d.ts.map +1 -0
- package/src/finances_v0/model/TaxWithholdingEvent.d.ts +39 -0
- package/src/finances_v0/model/TaxWithholdingEvent.d.ts.map +1 -0
- package/src/finances_v0/model/TaxWithholdingPeriod.d.ts +28 -0
- package/src/finances_v0/model/TaxWithholdingPeriod.d.ts.map +1 -0
- package/src/finances_v0/model/TrialShipmentEvent.d.ts +47 -0
- package/src/finances_v0/model/TrialShipmentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/ValueAddedServiceChargeEvent.d.ts +40 -0
- package/src/finances_v0/model/ValueAddedServiceChargeEvent.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/ApiClient.d.ts +260 -0
- package/src/fulfillmentinbound_v0/ApiClient.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/api/FbaInboundApi.d.ts +197 -0
- package/src/fulfillmentinbound_v0/api/FbaInboundApi.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/api/FbaInboundApi.js +42 -42
- package/src/fulfillmentinbound_v0/index.d.ts +35 -0
- package/src/fulfillmentinbound_v0/index.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/ASINPrepInstructions.d.ts +41 -0
- package/src/fulfillmentinbound_v0/model/ASINPrepInstructions.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/Address.d.ts +47 -0
- package/src/fulfillmentinbound_v0/model/Address.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/AmazonPrepFeesDetails.d.ts +28 -0
- package/src/fulfillmentinbound_v0/model/AmazonPrepFeesDetails.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/Amount.d.ts +28 -0
- package/src/fulfillmentinbound_v0/model/Amount.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/BarcodeInstruction.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/BarcodeInstruction.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/BillOfLadingDownloadURL.d.ts +22 -0
- package/src/fulfillmentinbound_v0/model/BillOfLadingDownloadURL.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/BoxContentsFeeDetails.d.ts +33 -0
- package/src/fulfillmentinbound_v0/model/BoxContentsFeeDetails.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/BoxContentsSource.d.ts +34 -0
- package/src/fulfillmentinbound_v0/model/BoxContentsSource.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/CurrencyCode.d.ts +24 -0
- package/src/fulfillmentinbound_v0/model/CurrencyCode.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/Error.d.ts +33 -0
- package/src/fulfillmentinbound_v0/model/Error.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/ErrorReason.d.ts +24 -0
- package/src/fulfillmentinbound_v0/model/ErrorReason.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/GetBillOfLadingResponse.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/GetBillOfLadingResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/GetLabelsResponse.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/GetLabelsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResponse.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResult.d.ts +44 -0
- package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResult.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/GetShipmentItemsResponse.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/GetShipmentItemsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/GetShipmentItemsResult.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/GetShipmentItemsResult.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/GetShipmentsResponse.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/GetShipmentsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/GetShipmentsResult.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/GetShipmentsResult.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/InboundShipmentInfo.d.ts +76 -0
- package/src/fulfillmentinbound_v0/model/InboundShipmentInfo.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/InboundShipmentItem.d.ts +64 -0
- package/src/fulfillmentinbound_v0/model/InboundShipmentItem.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/InvalidASIN.d.ts +28 -0
- package/src/fulfillmentinbound_v0/model/InvalidASIN.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/InvalidSKU.d.ts +28 -0
- package/src/fulfillmentinbound_v0/model/InvalidSKU.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/LabelDownloadURL.d.ts +22 -0
- package/src/fulfillmentinbound_v0/model/LabelDownloadURL.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/LabelPrepType.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/LabelPrepType.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/PrepDetails.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/PrepDetails.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/PrepGuidance.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/PrepGuidance.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/PrepInstruction.d.ts +94 -0
- package/src/fulfillmentinbound_v0/model/PrepInstruction.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/PrepOwner.d.ts +24 -0
- package/src/fulfillmentinbound_v0/model/PrepOwner.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/SKUPrepInstructions.d.ts +54 -0
- package/src/fulfillmentinbound_v0/model/SKUPrepInstructions.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/ShipmentStatus.d.ts +64 -0
- package/src/fulfillmentinbound_v0/model/ShipmentStatus.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/ApiClient.d.ts +260 -0
- package/src/fulfillmentinbound_v2024_03_20/ApiClient.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.d.ts +909 -0
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.js +112 -112
- package/src/fulfillmentinbound_v2024_03_20/index.d.ts +144 -0
- package/src/fulfillmentinbound_v2024_03_20/index.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Address.d.ts +69 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Address.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Address.js +8 -0
- package/src/fulfillmentinbound_v2024_03_20/model/AddressInput.d.ts +65 -0
- package/src/fulfillmentinbound_v2024_03_20/model/AddressInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/AddressInput.js +8 -0
- package/src/fulfillmentinbound_v2024_03_20/model/AllOwnersConstraint.d.ts +19 -0
- package/src/fulfillmentinbound_v2024_03_20/model/AllOwnersConstraint.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlot.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlot.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlotTime.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlotTime.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Box.d.ts +86 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Box.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxContentInformationSource.d.ts +29 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxContentInformationSource.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxInput.d.ts +41 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxRequirements.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxRequirements.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxUpdateInput.d.ts +47 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxUpdateInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest.d.ts +22 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Carrier.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Carrier.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CarrierAppointment.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CarrierAppointment.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ComplianceDetail.d.ts +40 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ComplianceDetail.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ContactInformation.d.ts +33 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ContactInformation.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview.d.ts +33 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest.d.ts +37 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest.d.ts +56 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Currency.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Currency.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CustomPlacementInput.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CustomPlacementInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Dates.d.ts +22 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Dates.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.d.ts +33 -0
- package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Dimensions.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Dimensions.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/DocumentDownload.d.ts +33 -0
- package/src/fulfillmentinbound_v2024_03_20/model/DocumentDownload.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Error.d.ts +33 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Error.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ErrorList.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ErrorList.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/FreightInformation.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/FreightInformation.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/FreightInformation.js +1 -1
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest.d.ts +23 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest.d.ts +29 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/InboundOperationStatus.d.ts +33 -0
- package/src/fulfillmentinbound_v2024_03_20/model/InboundOperationStatus.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/InboundPlan.d.ts +59 -0
- package/src/fulfillmentinbound_v2024_03_20/model/InboundPlan.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/InboundPlanSummary.d.ts +38 -0
- package/src/fulfillmentinbound_v2024_03_20/model/InboundPlanSummary.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Incentive.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Incentive.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Item.d.ts +48 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Item.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Item.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ItemInput.d.ts +45 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ItemInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ItemLabelPageType.d.ts +69 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ItemLabelPageType.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/LabelOwner.d.ts +29 -0
- package/src/fulfillmentinbound_v2024_03_20/model/LabelOwner.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/LabelPrintType.d.ts +24 -0
- package/src/fulfillmentinbound_v2024_03_20/model/LabelPrintType.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse.d.ts +29 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse.d.ts +23 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetail.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetail.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetailInput.d.ts +31 -0
- package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetailInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetail.d.ts +48 -0
- package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetail.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetailInput.d.ts +31 -0
- package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetailInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/MskuQuantity.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/MskuQuantity.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/OperationProblem.d.ts +35 -0
- package/src/fulfillmentinbound_v2024_03_20/model/OperationProblem.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/OperationStatus.d.ts +29 -0
- package/src/fulfillmentinbound_v2024_03_20/model/OperationStatus.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/OwnerConstraint.d.ts +29 -0
- package/src/fulfillmentinbound_v2024_03_20/model/OwnerConstraint.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PackageGroupingInput.d.ts +38 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PackageGroupingInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PackingConfiguration.d.ts +36 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PackingConfiguration.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PackingOption.d.ts +46 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PackingOption.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PackingOptionSummary.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PackingOptionSummary.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Pagination.d.ts +22 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Pagination.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Pallet.d.ts +49 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Pallet.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PalletInput.d.ts +43 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PalletInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PlacementOption.d.ts +40 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PlacementOption.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PlacementOptionSummary.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PlacementOptionSummary.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PrepCategory.d.ts +84 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PrepCategory.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PrepInstruction.d.ts +34 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PrepInstruction.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PrepOwner.d.ts +29 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PrepOwner.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PrepType.d.ts +94 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PrepType.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Quote.d.ts +38 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Quote.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ReasonComment.d.ts +59 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ReasonComment.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Region.d.ts +34 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Region.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/RequestedUpdates.d.ts +30 -0
- package/src/fulfillmentinbound_v2024_03_20/model/RequestedUpdates.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest.d.ts +22 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.d.ts +37 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentDetails.d.ts +34 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentDetails.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentSlotsAvailability.d.ts +29 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentSlotsAvailability.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Shipment.d.ts +100 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Shipment.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentDestination.d.ts +37 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentDestination.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentDestination.js +1 -1
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSource.d.ts +31 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSource.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSummary.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSummary.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentTransportationConfiguration.d.ts +47 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentTransportationConfiguration.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShippingConfiguration.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShippingConfiguration.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShippingRequirements.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShippingRequirements.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetail.d.ts +23 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetail.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetailInput.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetailInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItem.d.ts +34 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItem.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItem.js +1 -1
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItemInput.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItemInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Stackability.d.ts +24 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Stackability.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TaxDetails.d.ts +35 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TaxDetails.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TaxRate.d.ts +34 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TaxRate.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetails.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetails.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetailsInput.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetailsInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TransportationOption.d.ts +48 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TransportationOption.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TransportationSelection.d.ts +33 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TransportationSelection.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UnitOfMeasurement.d.ts +24 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UnitOfMeasurement.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UnitOfWeight.d.ts +24 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UnitOfWeight.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Weight.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Weight.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/WeightRange.d.ts +30 -0
- package/src/fulfillmentinbound_v2024_03_20/model/WeightRange.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Window.d.ts +33 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Window.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/WindowInput.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/WindowInput.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/ApiClient.d.ts +260 -0
- package/src/fulfillmentoutbound_v2020_07_01/ApiClient.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.d.ts +276 -0
- package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.js +44 -43
- package/src/fulfillmentoutbound_v2020_07_01/index.d.ts +92 -0
- package/src/fulfillmentoutbound_v2020_07_01/index.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/AdditionalLocationInfo.d.ts +144 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/AdditionalLocationInfo.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Address.d.ts +67 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Address.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Address.js +1 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/Amount.d.ts +36 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Amount.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CODSettings.d.ts +46 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CODSettings.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CancelFulfillmentOrderResponse.d.ts +23 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CancelFulfillmentOrderResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderItem.d.ts +63 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderItem.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderRequest.d.ts +102 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderRequest.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderRequest.js +4 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderResponse.d.ts +23 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnRequest.d.ts +26 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnRequest.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnRequest.js +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResult.d.ts +37 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResult.js +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateReturnItem.d.ts +37 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateReturnItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateReturnItem.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/CurrentStatus.d.ts +104 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CurrentStatus.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DateRange.d.ts +27 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DateRange.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.d.ts +31 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryInformation.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryInformation.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryMessage.d.ts +28 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryMessage.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryMessage.js +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryOffer.d.ts +34 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryOffer.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPolicy.d.ts +22 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPolicy.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPreferences.d.ts +28 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPreferences.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryWindow.d.ts +27 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryWindow.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Destination.d.ts +28 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Destination.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DropOffLocation.d.ts +49 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DropOffLocation.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Error.d.ts +33 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Error.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/EventCode.d.ts +179 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/EventCode.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Feature.d.ts +33 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Feature.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.d.ts +38 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSku.d.ts +46 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSku.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Fee.d.ts +40 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Fee.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentAction.d.ts +24 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentAction.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrder.d.ts +83 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrder.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderItem.d.ts +85 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderStatus.d.ts +59 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderStatus.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPolicy.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPolicy.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreview.d.ts +78 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreview.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewItem.d.ts +51 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewShipment.d.ts +56 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewShipment.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentReturnItemStatus.d.ts +24 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentReturnItemStatus.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipment.d.ts +69 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipment.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipment.js +3 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentItem.d.ts +47 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentPackage.d.ts +57 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentPackage.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentPackage.js +8 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersProduct.d.ts +32 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersProduct.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersRequest.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersRequest.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersRequest.js +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResponse.js +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResult.d.ts +23 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersTerms.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersTerms.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResult.d.ts +40 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResult.js +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResult.d.ts +41 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResult.js +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResult.d.ts +26 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResult.d.ts +49 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResult.js +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewItem.d.ts +35 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewRequest.d.ts +61 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewRequest.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewRequest.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResult.d.ts +23 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetPackageTrackingDetailsResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetPackageTrackingDetailsResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReason.d.ts +28 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReason.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReasonCode.d.ts +34 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReasonCode.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidReturnItem.d.ts +30 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidReturnItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidReturnItem.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResult.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResult.js +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResult.d.ts +23 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResult.js +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/LockerDetails.d.ts +28 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/LockerDetails.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Money.d.ts +27 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Money.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Origin.d.ts +25 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Origin.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/PackageTrackingDetails.d.ts +110 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/PackageTrackingDetails.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/PackageTrackingDetails.js +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/PaymentInformation.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/PaymentInformation.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ProductIdentifier.d.ts +25 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ProductIdentifier.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ReasonCodeDetails.d.ts +33 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ReasonCodeDetails.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ReasonCodeDetails.js +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnAuthorization.d.ts +34 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnAuthorization.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnAuthorization.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItem.d.ts +66 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItem.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItemDisposition.d.ts +39 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItemDisposition.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ScheduledDeliveryInfo.d.ts +28 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ScheduledDeliveryInfo.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ShippingSpeedCategory.d.ts +34 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ShippingSpeedCategory.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateRequest.d.ts +22 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateRequest.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateResponse.d.ts +23 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/TrackingAddress.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/TrackingAddress.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/TrackingEvent.d.ts +33 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/TrackingEvent.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/UnfulfillablePreviewItem.d.ts +35 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/UnfulfillablePreviewItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderItem.d.ts +73 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderItem.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderRequest.d.ts +90 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderRequest.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderResponse.d.ts +23 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/VariablePrecisionAddress.d.ts +63 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/VariablePrecisionAddress.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Weight.d.ts +39 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Weight.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/ApiClient.d.ts +260 -0
- package/src/invoices_v2024_06_19/ApiClient.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/api/InvoicesApi.d.ts +202 -0
- package/src/invoices_v2024_06_19/api/InvoicesApi.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/api/InvoicesApi.js +40 -40
- package/src/invoices_v2024_06_19/index.d.ts +22 -0
- package/src/invoices_v2024_06_19/index.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/AttributeOption.d.ts +28 -0
- package/src/invoices_v2024_06_19/model/AttributeOption.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/Error.d.ts +33 -0
- package/src/invoices_v2024_06_19/model/Error.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/ErrorList.d.ts +26 -0
- package/src/invoices_v2024_06_19/model/ErrorList.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/Export.d.ts +52 -0
- package/src/invoices_v2024_06_19/model/Export.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/ExportInvoicesRequest.d.ts +79 -0
- package/src/invoices_v2024_06_19/model/ExportInvoicesRequest.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/ExportInvoicesResponse.d.ts +22 -0
- package/src/invoices_v2024_06_19/model/ExportInvoicesResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/ExportStatus.d.ts +34 -0
- package/src/invoices_v2024_06_19/model/ExportStatus.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/FileFormat.d.ts +19 -0
- package/src/invoices_v2024_06_19/model/FileFormat.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GetInvoiceResponse.d.ts +22 -0
- package/src/invoices_v2024_06_19/model/GetInvoiceResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesAttributesResponse.d.ts +22 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesAttributesResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesDocumentResponse.d.ts +22 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesDocumentResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesExportResponse.d.ts +22 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesExportResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesExportsResponse.d.ts +29 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesExportsResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesResponse.d.ts +29 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/Invoice.d.ts +77 -0
- package/src/invoices_v2024_06_19/model/Invoice.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/InvoicesAttributes.d.ts +41 -0
- package/src/invoices_v2024_06_19/model/InvoicesAttributes.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/InvoicesDocument.d.ts +28 -0
- package/src/invoices_v2024_06_19/model/InvoicesDocument.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/TransactionIdentifier.d.ts +28 -0
- package/src/invoices_v2024_06_19/model/TransactionIdentifier.d.ts.map +1 -0
- package/src/invoicing_v0/ApiClient.d.ts +260 -0
- package/src/invoicing_v0/ApiClient.d.ts.map +1 -0
- package/src/invoicing_v0/ApiClient.js +2 -2
- package/src/invoicing_v0/api/ShipmentInvoiceApi.d.ts +70 -0
- package/src/invoicing_v0/api/ShipmentInvoiceApi.d.ts.map +1 -0
- package/src/invoicing_v0/index.d.ts +22 -0
- package/src/invoicing_v0/index.d.ts.map +1 -0
- package/src/invoicing_v0/index.js +14 -0
- package/src/invoicing_v0/model/Address.d.ts +88 -0
- package/src/invoicing_v0/model/Address.d.ts.map +1 -0
- package/src/invoicing_v0/model/AddressTypeEnum.d.ts +24 -0
- package/src/invoicing_v0/model/AddressTypeEnum.d.ts.map +1 -0
- package/src/invoicing_v0/model/BuyerTaxInfo.d.ts +35 -0
- package/src/invoicing_v0/model/BuyerTaxInfo.d.ts.map +1 -0
- package/src/invoicing_v0/model/Error.d.ts +33 -0
- package/src/invoicing_v0/model/Error.d.ts.map +1 -0
- package/src/invoicing_v0/model/GetInvoiceStatusResponse.d.ts +29 -0
- package/src/invoicing_v0/model/GetInvoiceStatusResponse.d.ts.map +1 -0
- package/src/invoicing_v0/model/GetShipmentDetailsResponse.d.ts +29 -0
- package/src/invoicing_v0/model/GetShipmentDetailsResponse.d.ts.map +1 -0
- package/src/invoicing_v0/model/MarketplaceTaxInfo.d.ts +35 -0
- package/src/invoicing_v0/model/MarketplaceTaxInfo.d.ts.map +1 -0
- package/src/invoicing_v0/model/Money.d.ts +28 -0
- package/src/invoicing_v0/model/Money.d.ts.map +1 -0
- package/src/invoicing_v0/model/PaymentInformation.d.ts +46 -0
- package/src/invoicing_v0/model/PaymentInformation.d.ts.map +1 -0
- package/src/invoicing_v0/model/PaymentInformation.js +95 -0
- package/src/invoicing_v0/model/PaymentMethodEnum.d.ts +44 -0
- package/src/invoicing_v0/model/PaymentMethodEnum.d.ts.map +1 -0
- package/src/invoicing_v0/model/PaymentMethodEnum.js +66 -0
- package/src/invoicing_v0/model/ShipmentDetail.d.ts +108 -0
- package/src/invoicing_v0/model/ShipmentDetail.d.ts.map +1 -0
- package/src/invoicing_v0/model/ShipmentDetail.js +9 -0
- package/src/invoicing_v0/model/ShipmentInvoiceStatus.d.ts +34 -0
- package/src/invoicing_v0/model/ShipmentInvoiceStatus.d.ts.map +1 -0
- package/src/invoicing_v0/model/ShipmentInvoiceStatusInfo.d.ts +28 -0
- package/src/invoicing_v0/model/ShipmentInvoiceStatusInfo.d.ts.map +1 -0
- package/src/invoicing_v0/model/ShipmentInvoiceStatusResponse.d.ts +22 -0
- package/src/invoicing_v0/model/ShipmentInvoiceStatusResponse.d.ts.map +1 -0
- package/src/invoicing_v0/model/ShipmentItem.d.ts +78 -0
- package/src/invoicing_v0/model/ShipmentItem.d.ts.map +1 -0
- package/src/invoicing_v0/model/SubmitInvoiceRequest.d.ts +33 -0
- package/src/invoicing_v0/model/SubmitInvoiceRequest.d.ts.map +1 -0
- package/src/invoicing_v0/model/SubmitInvoiceResponse.d.ts +23 -0
- package/src/invoicing_v0/model/SubmitInvoiceResponse.d.ts.map +1 -0
- package/src/invoicing_v0/model/TaxClassification.d.ts +28 -0
- package/src/invoicing_v0/model/TaxClassification.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/ApiClient.d.ts +260 -0
- package/src/listingsitems_v2021_08_01/ApiClient.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/api/ListingsApi.d.ts +239 -0
- package/src/listingsitems_v2021_08_01/api/ListingsApi.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/api/ListingsApi.js +62 -62
- package/src/listingsitems_v2021_08_01/index.d.ts +30 -0
- package/src/listingsitems_v2021_08_01/index.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/Audience.d.ts +28 -0
- package/src/listingsitems_v2021_08_01/model/Audience.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/Error.d.ts +33 -0
- package/src/listingsitems_v2021_08_01/model/Error.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ErrorList.d.ts +26 -0
- package/src/listingsitems_v2021_08_01/model/ErrorList.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/FulfillmentAvailability.d.ts +31 -0
- package/src/listingsitems_v2021_08_01/model/FulfillmentAvailability.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/Issue.d.ts +54 -0
- package/src/listingsitems_v2021_08_01/model/Issue.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/IssueEnforcementAction.d.ts +25 -0
- package/src/listingsitems_v2021_08_01/model/IssueEnforcementAction.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/IssueEnforcements.d.ts +29 -0
- package/src/listingsitems_v2021_08_01/model/IssueEnforcements.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/IssueExemption.d.ts +42 -0
- package/src/listingsitems_v2021_08_01/model/IssueExemption.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/Item.d.ts +82 -0
- package/src/listingsitems_v2021_08_01/model/Item.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemIdentifiersByMarketplace.d.ts +28 -0
- package/src/listingsitems_v2021_08_01/model/ItemIdentifiersByMarketplace.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemImage.d.ts +29 -0
- package/src/listingsitems_v2021_08_01/model/ItemImage.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemOfferByMarketplace.d.ts +52 -0
- package/src/listingsitems_v2021_08_01/model/ItemOfferByMarketplace.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemProcurement.d.ts +26 -0
- package/src/listingsitems_v2021_08_01/model/ItemProcurement.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemProductTypeByMarketplace.d.ts +27 -0
- package/src/listingsitems_v2021_08_01/model/ItemProductTypeByMarketplace.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemRelationship.d.ts +53 -0
- package/src/listingsitems_v2021_08_01/model/ItemRelationship.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemRelationshipsByMarketplace.d.ts +28 -0
- package/src/listingsitems_v2021_08_01/model/ItemRelationshipsByMarketplace.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemSearchResults.d.ts +34 -0
- package/src/listingsitems_v2021_08_01/model/ItemSearchResults.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemSummaryByMarketplace.d.ts +92 -0
- package/src/listingsitems_v2021_08_01/model/ItemSummaryByMarketplace.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemVariationTheme.d.ts +27 -0
- package/src/listingsitems_v2021_08_01/model/ItemVariationTheme.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ListingsItemPatchRequest.d.ts +28 -0
- package/src/listingsitems_v2021_08_01/model/ListingsItemPatchRequest.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ListingsItemPutRequest.d.ts +48 -0
- package/src/listingsitems_v2021_08_01/model/ListingsItemPutRequest.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ListingsItemSubmissionResponse.d.ts +54 -0
- package/src/listingsitems_v2021_08_01/model/ListingsItemSubmissionResponse.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/Money.d.ts +27 -0
- package/src/listingsitems_v2021_08_01/model/Money.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/Pagination.d.ts +28 -0
- package/src/listingsitems_v2021_08_01/model/Pagination.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/PatchOperation.d.ts +48 -0
- package/src/listingsitems_v2021_08_01/model/PatchOperation.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/Points.d.ts +25 -0
- package/src/listingsitems_v2021_08_01/model/Points.d.ts.map +1 -0
- package/src/listingsrestrictions_v2021_08_01/ApiClient.d.ts +260 -0
- package/src/listingsrestrictions_v2021_08_01/ApiClient.d.ts.map +1 -0
- package/src/listingsrestrictions_v2021_08_01/api/ListingsApi.d.ts +57 -0
- package/src/listingsrestrictions_v2021_08_01/api/ListingsApi.d.ts.map +1 -0
- package/src/listingsrestrictions_v2021_08_01/api/ListingsApi.js +6 -6
- package/src/listingsrestrictions_v2021_08_01/index.d.ts +9 -0
- package/src/listingsrestrictions_v2021_08_01/index.d.ts.map +1 -0
- package/src/listingsrestrictions_v2021_08_01/model/Error.d.ts +33 -0
- package/src/listingsrestrictions_v2021_08_01/model/Error.d.ts.map +1 -0
- package/src/listingsrestrictions_v2021_08_01/model/Link.d.ts +48 -0
- package/src/listingsrestrictions_v2021_08_01/model/Link.d.ts.map +1 -0
- package/src/listingsrestrictions_v2021_08_01/model/Reason.d.ts +49 -0
- package/src/listingsrestrictions_v2021_08_01/model/Reason.d.ts.map +1 -0
- package/src/listingsrestrictions_v2021_08_01/model/Restriction.d.ts +59 -0
- package/src/listingsrestrictions_v2021_08_01/model/Restriction.d.ts.map +1 -0
- package/src/listingsrestrictions_v2021_08_01/model/RestrictionList.d.ts +26 -0
- package/src/listingsrestrictions_v2021_08_01/model/RestrictionList.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/ApiClient.d.ts +260 -0
- package/src/merchantfulfillment_v0/ApiClient.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/api/MerchantFulfillmentApi.d.ts +96 -0
- package/src/merchantfulfillment_v0/api/MerchantFulfillmentApi.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/index.d.ts +63 -0
- package/src/merchantfulfillment_v0/index.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/index.js +21 -0
- package/src/merchantfulfillment_v0/model/AdditionalInputs.d.ts +28 -0
- package/src/merchantfulfillment_v0/model/AdditionalInputs.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/AdditionalSellerInput.d.ts +70 -0
- package/src/merchantfulfillment_v0/model/AdditionalSellerInput.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/AdditionalSellerInputs.d.ts +28 -0
- package/src/merchantfulfillment_v0/model/AdditionalSellerInputs.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Address.d.ts +61 -0
- package/src/merchantfulfillment_v0/model/Address.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/AvailableCarrierWillPickUpOption.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/AvailableCarrierWillPickUpOption.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/AvailableDeliveryExperienceOption.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/AvailableDeliveryExperienceOption.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/AvailableShippingServiceOptions.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/AvailableShippingServiceOptions.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Benefits.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/Benefits.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/CancelShipmentResponse.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/CancelShipmentResponse.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/CarrierWillPickUpOption.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/CarrierWillPickUpOption.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Constraint.d.ts +31 -0
- package/src/merchantfulfillment_v0/model/Constraint.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/CreateShipmentRequest.d.ts +53 -0
- package/src/merchantfulfillment_v0/model/CreateShipmentRequest.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/CreateShipmentResponse.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/CreateShipmentResponse.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/CurrencyAmount.d.ts +27 -0
- package/src/merchantfulfillment_v0/model/CurrencyAmount.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/DangerousGoodsDetails.d.ts +70 -0
- package/src/merchantfulfillment_v0/model/DangerousGoodsDetails.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/DeliveryExperienceOption.d.ts +39 -0
- package/src/merchantfulfillment_v0/model/DeliveryExperienceOption.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/DeliveryExperienceType.d.ts +34 -0
- package/src/merchantfulfillment_v0/model/DeliveryExperienceType.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Error.d.ts +33 -0
- package/src/merchantfulfillment_v0/model/Error.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/ExcludedBenefit.d.ts +28 -0
- package/src/merchantfulfillment_v0/model/ExcludedBenefit.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/FileContents.d.ts +30 -0
- package/src/merchantfulfillment_v0/model/FileContents.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/FileType.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/FileType.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsRequest.d.ts +30 -0
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsRequest.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResponse.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResponse.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResult.d.ts +30 -0
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResult.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesRequest.d.ts +32 -0
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesRequest.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResponse.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResponse.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResult.d.ts +47 -0
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResult.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/GetShipmentResponse.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/GetShipmentResponse.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/HazmatType.d.ts +24 -0
- package/src/merchantfulfillment_v0/model/HazmatType.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/InputTargetType.d.ts +24 -0
- package/src/merchantfulfillment_v0/model/InputTargetType.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Item.d.ts +70 -0
- package/src/merchantfulfillment_v0/model/Item.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/ItemLevelFields.d.ts +28 -0
- package/src/merchantfulfillment_v0/model/ItemLevelFields.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Label.d.ts +47 -0
- package/src/merchantfulfillment_v0/model/Label.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/LabelCustomization.d.ts +28 -0
- package/src/merchantfulfillment_v0/model/LabelCustomization.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/LabelDimensions.d.ts +30 -0
- package/src/merchantfulfillment_v0/model/LabelDimensions.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/LabelFormat.d.ts +39 -0
- package/src/merchantfulfillment_v0/model/LabelFormat.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/LabelFormatOption.d.ts +28 -0
- package/src/merchantfulfillment_v0/model/LabelFormatOption.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/LabelFormatOptionRequest.d.ts +22 -0
- package/src/merchantfulfillment_v0/model/LabelFormatOptionRequest.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Length.d.ts +28 -0
- package/src/merchantfulfillment_v0/model/Length.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/LiquidVolume.d.ts +42 -0
- package/src/merchantfulfillment_v0/model/LiquidVolume.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/PackageDimensions.d.ts +46 -0
- package/src/merchantfulfillment_v0/model/PackageDimensions.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/PredefinedPackageDimensions.d.ts +264 -0
- package/src/merchantfulfillment_v0/model/PredefinedPackageDimensions.d.ts.map +1 -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/RejectedShippingService.d.ts +37 -0
- package/src/merchantfulfillment_v0/model/RejectedShippingService.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/SellerInputDefinition.d.ts +47 -0
- package/src/merchantfulfillment_v0/model/SellerInputDefinition.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Shipment.d.ts +73 -0
- package/src/merchantfulfillment_v0/model/Shipment.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/ShipmentRequestDetails.d.ts +64 -0
- package/src/merchantfulfillment_v0/model/ShipmentRequestDetails.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/ShipmentStatus.d.ts +34 -0
- package/src/merchantfulfillment_v0/model/ShipmentStatus.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/ShippingOfferingFilter.d.ts +40 -0
- package/src/merchantfulfillment_v0/model/ShippingOfferingFilter.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/ShippingService.d.ts +88 -0
- package/src/merchantfulfillment_v0/model/ShippingService.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/ShippingService.js +19 -1
- package/src/merchantfulfillment_v0/model/ShippingServiceOptions.d.ts +46 -0
- package/src/merchantfulfillment_v0/model/ShippingServiceOptions.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/StandardIdForLabel.d.ts +19 -0
- package/src/merchantfulfillment_v0/model/StandardIdForLabel.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/TemporarilyUnavailableCarrier.d.ts +25 -0
- package/src/merchantfulfillment_v0/model/TemporarilyUnavailableCarrier.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/TermsAndConditionsNotAcceptedCarrier.d.ts +25 -0
- package/src/merchantfulfillment_v0/model/TermsAndConditionsNotAcceptedCarrier.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/UnitOfLength.d.ts +24 -0
- package/src/merchantfulfillment_v0/model/UnitOfLength.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/UnitOfWeight.d.ts +24 -0
- package/src/merchantfulfillment_v0/model/UnitOfWeight.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Weight.d.ts +28 -0
- package/src/merchantfulfillment_v0/model/Weight.d.ts.map +1 -0
- package/src/messaging_v1/ApiClient.d.ts +260 -0
- package/src/messaging_v1/ApiClient.d.ts.map +1 -0
- package/src/messaging_v1/api/MessagingApi.d.ts +238 -0
- package/src/messaging_v1/api/MessagingApi.d.ts.map +1 -0
- package/src/messaging_v1/index.d.ts +38 -0
- package/src/messaging_v1/index.d.ts.map +1 -0
- package/src/messaging_v1/model/Attachment.d.ts +27 -0
- package/src/messaging_v1/model/Attachment.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateAmazonMotorsRequest.d.ts +23 -0
- package/src/messaging_v1/model/CreateAmazonMotorsRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateAmazonMotorsResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateAmazonMotorsResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateConfirmCustomizationDetailsRequest.d.ts +29 -0
- package/src/messaging_v1/model/CreateConfirmCustomizationDetailsRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateConfirmCustomizationDetailsResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateConfirmCustomizationDetailsResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateConfirmDeliveryDetailsRequest.d.ts +22 -0
- package/src/messaging_v1/model/CreateConfirmDeliveryDetailsRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateConfirmDeliveryDetailsResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateConfirmDeliveryDetailsResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateConfirmOrderDetailsRequest.d.ts +22 -0
- package/src/messaging_v1/model/CreateConfirmOrderDetailsRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateConfirmOrderDetailsResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateConfirmOrderDetailsResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateConfirmServiceDetailsRequest.d.ts +22 -0
- package/src/messaging_v1/model/CreateConfirmServiceDetailsRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateConfirmServiceDetailsResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateConfirmServiceDetailsResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateDigitalAccessKeyRequest.d.ts +29 -0
- package/src/messaging_v1/model/CreateDigitalAccessKeyRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateDigitalAccessKeyResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateDigitalAccessKeyResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateLegalDisclosureRequest.d.ts +23 -0
- package/src/messaging_v1/model/CreateLegalDisclosureRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateLegalDisclosureResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateLegalDisclosureResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateUnexpectedProblemRequest.d.ts +22 -0
- package/src/messaging_v1/model/CreateUnexpectedProblemRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateUnexpectedProblemResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateUnexpectedProblemResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateWarrantyRequest.d.ts +35 -0
- package/src/messaging_v1/model/CreateWarrantyRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateWarrantyResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateWarrantyResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/Error.d.ts +33 -0
- package/src/messaging_v1/model/Error.d.ts.map +1 -0
- package/src/messaging_v1/model/GetAttributesResponse.d.ts +29 -0
- package/src/messaging_v1/model/GetAttributesResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/GetAttributesResponseBuyer.d.ts +22 -0
- package/src/messaging_v1/model/GetAttributesResponseBuyer.d.ts.map +1 -0
- package/src/messaging_v1/model/GetMessagingActionResponse.d.ts +41 -0
- package/src/messaging_v1/model/GetMessagingActionResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/GetMessagingActionResponseEmbedded.d.ts +22 -0
- package/src/messaging_v1/model/GetMessagingActionResponseEmbedded.d.ts.map +1 -0
- package/src/messaging_v1/model/GetMessagingActionResponseLinks.d.ts +28 -0
- package/src/messaging_v1/model/GetMessagingActionResponseLinks.d.ts.map +1 -0
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponse.d.ts +35 -0
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponseEmbedded.d.ts +26 -0
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponseEmbedded.d.ts.map +1 -0
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponseLinks.d.ts +28 -0
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponseLinks.d.ts.map +1 -0
- package/src/messaging_v1/model/GetSchemaResponse.d.ts +37 -0
- package/src/messaging_v1/model/GetSchemaResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/GetSchemaResponseLinks.d.ts +26 -0
- package/src/messaging_v1/model/GetSchemaResponseLinks.d.ts.map +1 -0
- package/src/messaging_v1/model/InvoiceRequest.d.ts +23 -0
- package/src/messaging_v1/model/InvoiceRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/InvoiceResponse.d.ts +23 -0
- package/src/messaging_v1/model/InvoiceResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/LinkObject.d.ts +31 -0
- package/src/messaging_v1/model/LinkObject.d.ts.map +1 -0
- package/src/messaging_v1/model/MessagingAction.d.ts +25 -0
- package/src/messaging_v1/model/MessagingAction.d.ts.map +1 -0
- package/src/notifications_v1/ApiClient.d.ts +260 -0
- package/src/notifications_v1/ApiClient.d.ts.map +1 -0
- package/src/notifications_v1/api/NotificationsApi.d.ts +146 -0
- package/src/notifications_v1/api/NotificationsApi.d.ts.map +1 -0
- package/src/notifications_v1/api/NotificationsApi.js +4 -4
- package/src/notifications_v1/index.d.ts +30 -0
- package/src/notifications_v1/index.d.ts.map +1 -0
- package/src/notifications_v1/model/AggregationFilter.d.ts +22 -0
- package/src/notifications_v1/model/AggregationFilter.d.ts.map +1 -0
- package/src/notifications_v1/model/AggregationSettings.d.ts +26 -0
- package/src/notifications_v1/model/AggregationSettings.d.ts.map +1 -0
- package/src/notifications_v1/model/AggregationTimePeriod.d.ts +24 -0
- package/src/notifications_v1/model/AggregationTimePeriod.d.ts.map +1 -0
- package/src/notifications_v1/model/CreateDestinationRequest.d.ts +28 -0
- package/src/notifications_v1/model/CreateDestinationRequest.d.ts.map +1 -0
- package/src/notifications_v1/model/CreateDestinationResponse.d.ts +29 -0
- package/src/notifications_v1/model/CreateDestinationResponse.d.ts.map +1 -0
- package/src/notifications_v1/model/CreateSubscriptionRequest.d.ts +33 -0
- package/src/notifications_v1/model/CreateSubscriptionRequest.d.ts.map +1 -0
- package/src/notifications_v1/model/CreateSubscriptionResponse.d.ts +29 -0
- package/src/notifications_v1/model/CreateSubscriptionResponse.d.ts.map +1 -0
- package/src/notifications_v1/model/DeleteDestinationResponse.d.ts +23 -0
- package/src/notifications_v1/model/DeleteDestinationResponse.d.ts.map +1 -0
- package/src/notifications_v1/model/DeleteSubscriptionByIdResponse.d.ts +23 -0
- package/src/notifications_v1/model/DeleteSubscriptionByIdResponse.d.ts.map +1 -0
- package/src/notifications_v1/model/Destination.d.ts +30 -0
- package/src/notifications_v1/model/Destination.d.ts.map +1 -0
- package/src/notifications_v1/model/DestinationResource.d.ts +28 -0
- package/src/notifications_v1/model/DestinationResource.d.ts.map +1 -0
- package/src/notifications_v1/model/DestinationResourceSpecification.d.ts +28 -0
- package/src/notifications_v1/model/DestinationResourceSpecification.d.ts.map +1 -0
- package/src/notifications_v1/model/Error.d.ts +33 -0
- package/src/notifications_v1/model/Error.d.ts.map +1 -0
- package/src/notifications_v1/model/EventBridgeResource.d.ts +29 -0
- package/src/notifications_v1/model/EventBridgeResource.d.ts.map +1 -0
- package/src/notifications_v1/model/EventBridgeResourceSpecification.d.ts +27 -0
- package/src/notifications_v1/model/EventBridgeResourceSpecification.d.ts.map +1 -0
- package/src/notifications_v1/model/EventFilter.d.ts +57 -0
- package/src/notifications_v1/model/EventFilter.d.ts.map +1 -0
- package/src/notifications_v1/model/GetDestinationResponse.d.ts +29 -0
- package/src/notifications_v1/model/GetDestinationResponse.d.ts.map +1 -0
- package/src/notifications_v1/model/GetDestinationsResponse.d.ts +30 -0
- package/src/notifications_v1/model/GetDestinationsResponse.d.ts.map +1 -0
- package/src/notifications_v1/model/GetSubscriptionByIdResponse.d.ts +29 -0
- package/src/notifications_v1/model/GetSubscriptionByIdResponse.d.ts.map +1 -0
- package/src/notifications_v1/model/GetSubscriptionResponse.d.ts +29 -0
- package/src/notifications_v1/model/GetSubscriptionResponse.d.ts.map +1 -0
- package/src/notifications_v1/model/MarketplaceFilter.d.ts +22 -0
- package/src/notifications_v1/model/MarketplaceFilter.d.ts.map +1 -0
- package/src/notifications_v1/model/OrderChangeTypeEnum.d.ts +24 -0
- package/src/notifications_v1/model/OrderChangeTypeEnum.d.ts.map +1 -0
- package/src/notifications_v1/model/OrderChangeTypeFilter.d.ts +23 -0
- package/src/notifications_v1/model/OrderChangeTypeFilter.d.ts.map +1 -0
- package/src/notifications_v1/model/ProcessingDirective.d.ts +22 -0
- package/src/notifications_v1/model/ProcessingDirective.d.ts.map +1 -0
- package/src/notifications_v1/model/SqsResource.d.ts +25 -0
- package/src/notifications_v1/model/SqsResource.d.ts.map +1 -0
- package/src/notifications_v1/model/Subscription.d.ts +35 -0
- package/src/notifications_v1/model/Subscription.d.ts.map +1 -0
- package/src/orders_v0/ApiClient.d.ts +260 -0
- package/src/orders_v0/ApiClient.d.ts.map +1 -0
- package/src/orders_v0/api/OrdersV0Api.d.ts +253 -0
- package/src/orders_v0/api/OrdersV0Api.d.ts.map +1 -0
- package/src/orders_v0/api/OrdersV0Api.js +52 -52
- package/src/orders_v0/api/ShipmentApi.d.ts +43 -0
- package/src/orders_v0/api/ShipmentApi.d.ts.map +1 -0
- package/src/orders_v0/index.d.ts +75 -0
- package/src/orders_v0/index.d.ts.map +1 -0
- package/src/orders_v0/model/Address.d.ts +116 -0
- package/src/orders_v0/model/Address.d.ts.map +1 -0
- package/src/orders_v0/model/Address.js +1 -3
- package/src/orders_v0/model/AddressExtendedFields.d.ts +40 -0
- package/src/orders_v0/model/AddressExtendedFields.d.ts.map +1 -0
- package/src/orders_v0/model/AmazonPrograms.d.ts +25 -0
- package/src/orders_v0/model/AmazonPrograms.d.ts.map +1 -0
- package/src/orders_v0/model/AssociatedItem.d.ts +34 -0
- package/src/orders_v0/model/AssociatedItem.d.ts.map +1 -0
- package/src/orders_v0/model/AssociationType.d.ts +19 -0
- package/src/orders_v0/model/AssociationType.d.ts.map +1 -0
- package/src/orders_v0/model/AutomatedShippingSettings.d.ts +34 -0
- package/src/orders_v0/model/AutomatedShippingSettings.d.ts.map +1 -0
- package/src/orders_v0/model/BusinessHours.d.ts +44 -0
- package/src/orders_v0/model/BusinessHours.d.ts.map +1 -0
- package/src/orders_v0/model/BuyerCustomizedInfoDetail.d.ts +22 -0
- package/src/orders_v0/model/BuyerCustomizedInfoDetail.d.ts.map +1 -0
- package/src/orders_v0/model/BuyerInfo.d.ts +46 -0
- package/src/orders_v0/model/BuyerInfo.d.ts.map +1 -0
- package/src/orders_v0/model/BuyerRequestedCancel.d.ts +28 -0
- package/src/orders_v0/model/BuyerRequestedCancel.d.ts.map +1 -0
- package/src/orders_v0/model/BuyerTaxInfo.d.ts +35 -0
- package/src/orders_v0/model/BuyerTaxInfo.d.ts.map +1 -0
- package/src/orders_v0/model/BuyerTaxInformation.d.ts +40 -0
- package/src/orders_v0/model/BuyerTaxInformation.d.ts.map +1 -0
- package/src/orders_v0/model/ConfirmShipmentErrorResponse.d.ts +23 -0
- package/src/orders_v0/model/ConfirmShipmentErrorResponse.d.ts.map +1 -0
- package/src/orders_v0/model/ConfirmShipmentOrderItem.d.ts +33 -0
- package/src/orders_v0/model/ConfirmShipmentOrderItem.d.ts.map +1 -0
- package/src/orders_v0/model/ConfirmShipmentRequest.d.ts +43 -0
- package/src/orders_v0/model/ConfirmShipmentRequest.d.ts.map +1 -0
- package/src/orders_v0/model/ConstraintType.d.ts +19 -0
- package/src/orders_v0/model/ConstraintType.d.ts.map +1 -0
- package/src/orders_v0/model/DeliveryPreferences.d.ts +41 -0
- package/src/orders_v0/model/DeliveryPreferences.d.ts.map +1 -0
- package/src/orders_v0/model/EasyShipShipmentStatus.d.ts +94 -0
- package/src/orders_v0/model/EasyShipShipmentStatus.d.ts.map +1 -0
- package/src/orders_v0/model/ElectronicInvoiceStatus.d.ts +39 -0
- package/src/orders_v0/model/ElectronicInvoiceStatus.d.ts.map +1 -0
- package/src/orders_v0/model/Error.d.ts +33 -0
- package/src/orders_v0/model/Error.d.ts.map +1 -0
- package/src/orders_v0/model/ExceptionDates.d.ts +35 -0
- package/src/orders_v0/model/ExceptionDates.d.ts.map +1 -0
- package/src/orders_v0/model/FulfillmentInstruction.d.ts +22 -0
- package/src/orders_v0/model/FulfillmentInstruction.d.ts.map +1 -0
- package/src/orders_v0/model/GetOrderAddressResponse.d.ts +29 -0
- package/src/orders_v0/model/GetOrderAddressResponse.d.ts.map +1 -0
- package/src/orders_v0/model/GetOrderBuyerInfoResponse.d.ts +29 -0
- package/src/orders_v0/model/GetOrderBuyerInfoResponse.d.ts.map +1 -0
- package/src/orders_v0/model/GetOrderItemsBuyerInfoResponse.d.ts +29 -0
- package/src/orders_v0/model/GetOrderItemsBuyerInfoResponse.d.ts.map +1 -0
- package/src/orders_v0/model/GetOrderItemsResponse.d.ts +29 -0
- package/src/orders_v0/model/GetOrderItemsResponse.d.ts.map +1 -0
- package/src/orders_v0/model/GetOrderRegulatedInfoResponse.d.ts +29 -0
- package/src/orders_v0/model/GetOrderRegulatedInfoResponse.d.ts.map +1 -0
- package/src/orders_v0/model/GetOrderResponse.d.ts +29 -0
- package/src/orders_v0/model/GetOrderResponse.d.ts.map +1 -0
- package/src/orders_v0/model/GetOrdersResponse.d.ts +29 -0
- package/src/orders_v0/model/GetOrdersResponse.d.ts.map +1 -0
- package/src/orders_v0/model/ItemBuyerInfo.d.ts +45 -0
- package/src/orders_v0/model/ItemBuyerInfo.d.ts.map +1 -0
- package/src/orders_v0/model/MarketplaceTaxInfo.d.ts +23 -0
- package/src/orders_v0/model/MarketplaceTaxInfo.d.ts.map +1 -0
- package/src/orders_v0/model/Measurement.d.ts +59 -0
- package/src/orders_v0/model/Measurement.d.ts.map +1 -0
- package/src/orders_v0/model/Money.d.ts +28 -0
- package/src/orders_v0/model/Money.d.ts.map +1 -0
- package/src/orders_v0/model/OpenInterval.d.ts +27 -0
- package/src/orders_v0/model/OpenInterval.d.ts.map +1 -0
- package/src/orders_v0/model/OpenTimeInterval.d.ts +28 -0
- package/src/orders_v0/model/OpenTimeInterval.d.ts.map +1 -0
- package/src/orders_v0/model/Order.d.ts +341 -0
- package/src/orders_v0/model/Order.d.ts.map +1 -0
- package/src/orders_v0/model/OrderAddress.d.ts +43 -0
- package/src/orders_v0/model/OrderAddress.d.ts.map +1 -0
- package/src/orders_v0/model/OrderBuyerInfo.d.ts +55 -0
- package/src/orders_v0/model/OrderBuyerInfo.d.ts.map +1 -0
- package/src/orders_v0/model/OrderItem.d.ts +253 -0
- package/src/orders_v0/model/OrderItem.d.ts.map +1 -0
- package/src/orders_v0/model/OrderItemBuyerInfo.d.ts +54 -0
- package/src/orders_v0/model/OrderItemBuyerInfo.d.ts.map +1 -0
- package/src/orders_v0/model/OrderItemsBuyerInfoList.d.ts +34 -0
- package/src/orders_v0/model/OrderItemsBuyerInfoList.d.ts.map +1 -0
- package/src/orders_v0/model/OrderItemsInner.d.ts +28 -0
- package/src/orders_v0/model/OrderItemsInner.d.ts.map +1 -0
- package/src/orders_v0/model/OrderItemsList.d.ts +34 -0
- package/src/orders_v0/model/OrderItemsList.d.ts.map +1 -0
- package/src/orders_v0/model/OrderRegulatedInfo.d.ts +33 -0
- package/src/orders_v0/model/OrderRegulatedInfo.d.ts.map +1 -0
- package/src/orders_v0/model/OrdersList.d.ts +44 -0
- package/src/orders_v0/model/OrdersList.d.ts.map +1 -0
- package/src/orders_v0/model/OtherDeliveryAttributes.d.ts +29 -0
- package/src/orders_v0/model/OtherDeliveryAttributes.d.ts.map +1 -0
- package/src/orders_v0/model/PackageDetail.d.ts +52 -0
- package/src/orders_v0/model/PackageDetail.d.ts.map +1 -0
- package/src/orders_v0/model/PaymentExecutionDetailItem.d.ts +46 -0
- package/src/orders_v0/model/PaymentExecutionDetailItem.d.ts.map +1 -0
- package/src/orders_v0/model/PaymentExecutionDetailItem.js +26 -2
- package/src/orders_v0/model/PointsGrantedDetail.d.ts +28 -0
- package/src/orders_v0/model/PointsGrantedDetail.d.ts.map +1 -0
- package/src/orders_v0/model/PreferredDeliveryTime.d.ts +30 -0
- package/src/orders_v0/model/PreferredDeliveryTime.d.ts.map +1 -0
- package/src/orders_v0/model/PrescriptionDetail.d.ts +37 -0
- package/src/orders_v0/model/PrescriptionDetail.d.ts.map +1 -0
- package/src/orders_v0/model/ProductInfoDetail.d.ts +22 -0
- package/src/orders_v0/model/ProductInfoDetail.d.ts.map +1 -0
- package/src/orders_v0/model/RegulatedInformation.d.ts +26 -0
- package/src/orders_v0/model/RegulatedInformation.d.ts.map +1 -0
- package/src/orders_v0/model/RegulatedInformationField.d.ts +41 -0
- package/src/orders_v0/model/RegulatedInformationField.d.ts.map +1 -0
- package/src/orders_v0/model/RegulatedOrderVerificationStatus.d.ts +55 -0
- package/src/orders_v0/model/RegulatedOrderVerificationStatus.d.ts.map +1 -0
- package/src/orders_v0/model/RejectionReason.d.ts +27 -0
- package/src/orders_v0/model/RejectionReason.d.ts.map +1 -0
- package/src/orders_v0/model/ShipmentStatus.d.ts +29 -0
- package/src/orders_v0/model/ShipmentStatus.d.ts.map +1 -0
- package/src/orders_v0/model/ShippingConstraints.d.ts +37 -0
- package/src/orders_v0/model/ShippingConstraints.d.ts.map +1 -0
- package/src/orders_v0/model/SubstitutionOption.d.ts +46 -0
- package/src/orders_v0/model/SubstitutionOption.d.ts.map +1 -0
- package/src/orders_v0/model/SubstitutionPreferences.d.ts +43 -0
- package/src/orders_v0/model/SubstitutionPreferences.d.ts.map +1 -0
- package/src/orders_v0/model/TaxClassification.d.ts +28 -0
- package/src/orders_v0/model/TaxClassification.d.ts.map +1 -0
- package/src/orders_v0/model/TaxCollection.d.ts +48 -0
- package/src/orders_v0/model/TaxCollection.d.ts.map +1 -0
- package/src/orders_v0/model/UpdateShipmentStatusErrorResponse.d.ts +23 -0
- package/src/orders_v0/model/UpdateShipmentStatusErrorResponse.d.ts.map +1 -0
- package/src/orders_v0/model/UpdateShipmentStatusRequest.d.ts +35 -0
- package/src/orders_v0/model/UpdateShipmentStatusRequest.d.ts.map +1 -0
- package/src/orders_v0/model/UpdateVerificationStatusErrorResponse.d.ts +23 -0
- package/src/orders_v0/model/UpdateVerificationStatusErrorResponse.d.ts.map +1 -0
- package/src/orders_v0/model/UpdateVerificationStatusRequest.d.ts +26 -0
- package/src/orders_v0/model/UpdateVerificationStatusRequest.d.ts.map +1 -0
- package/src/orders_v0/model/UpdateVerificationStatusRequestBody.d.ts +43 -0
- package/src/orders_v0/model/UpdateVerificationStatusRequestBody.d.ts.map +1 -0
- package/src/orders_v0/model/ValidVerificationDetail.d.ts +28 -0
- package/src/orders_v0/model/ValidVerificationDetail.d.ts.map +1 -0
- package/src/orders_v0/model/VerificationDetails.d.ts +22 -0
- package/src/orders_v0/model/VerificationDetails.d.ts.map +1 -0
- package/src/orders_v0/model/VerificationStatus.d.ts +39 -0
- package/src/orders_v0/model/VerificationStatus.d.ts.map +1 -0
- package/src/pricing_v0/ApiClient.d.ts +260 -0
- package/src/pricing_v0/ApiClient.d.ts.map +1 -0
- package/src/pricing_v0/api/ProductPricingApi.d.ts +170 -0
- package/src/pricing_v0/api/ProductPricingApi.d.ts.map +1 -0
- package/src/pricing_v0/api/ProductPricingApi.js +26 -26
- package/src/pricing_v0/index.d.ts +55 -0
- package/src/pricing_v0/index.d.ts.map +1 -0
- package/src/pricing_v0/model/ASINIdentifier.d.ts +27 -0
- package/src/pricing_v0/model/ASINIdentifier.d.ts.map +1 -0
- package/src/pricing_v0/model/BatchOffersRequestParams.d.ts +34 -0
- package/src/pricing_v0/model/BatchOffersRequestParams.d.ts.map +1 -0
- package/src/pricing_v0/model/BatchOffersResponse.d.ts +38 -0
- package/src/pricing_v0/model/BatchOffersResponse.d.ts.map +1 -0
- package/src/pricing_v0/model/BatchRequest.d.ts +36 -0
- package/src/pricing_v0/model/BatchRequest.d.ts.map +1 -0
- package/src/pricing_v0/model/BuyBoxPriceType.d.ts +62 -0
- package/src/pricing_v0/model/BuyBoxPriceType.d.ts.map +1 -0
- package/src/pricing_v0/model/CompetitivePriceType.d.ts +70 -0
- package/src/pricing_v0/model/CompetitivePriceType.d.ts.map +1 -0
- package/src/pricing_v0/model/CompetitivePricingType.d.ts +35 -0
- package/src/pricing_v0/model/CompetitivePricingType.d.ts.map +1 -0
- package/src/pricing_v0/model/ConditionType.d.ts +39 -0
- package/src/pricing_v0/model/ConditionType.d.ts.map +1 -0
- package/src/pricing_v0/model/CustomerType.d.ts +24 -0
- package/src/pricing_v0/model/CustomerType.d.ts.map +1 -0
- package/src/pricing_v0/model/DetailedShippingTimeType.d.ts +51 -0
- package/src/pricing_v0/model/DetailedShippingTimeType.d.ts.map +1 -0
- package/src/pricing_v0/model/Error.d.ts +33 -0
- package/src/pricing_v0/model/Error.d.ts.map +1 -0
- package/src/pricing_v0/model/Errors.d.ts +26 -0
- package/src/pricing_v0/model/Errors.d.ts.map +1 -0
- package/src/pricing_v0/model/FulfillmentChannelType.d.ts +24 -0
- package/src/pricing_v0/model/FulfillmentChannelType.d.ts.map +1 -0
- package/src/pricing_v0/model/GetItemOffersBatchRequest.d.ts +23 -0
- package/src/pricing_v0/model/GetItemOffersBatchRequest.d.ts.map +1 -0
- package/src/pricing_v0/model/GetItemOffersBatchResponse.d.ts +23 -0
- package/src/pricing_v0/model/GetItemOffersBatchResponse.d.ts.map +1 -0
- package/src/pricing_v0/model/GetListingOffersBatchRequest.d.ts +23 -0
- package/src/pricing_v0/model/GetListingOffersBatchRequest.d.ts.map +1 -0
- package/src/pricing_v0/model/GetListingOffersBatchResponse.d.ts +23 -0
- package/src/pricing_v0/model/GetListingOffersBatchResponse.d.ts.map +1 -0
- package/src/pricing_v0/model/GetOffersHttpStatusLine.d.ts +28 -0
- package/src/pricing_v0/model/GetOffersHttpStatusLine.d.ts.map +1 -0
- package/src/pricing_v0/model/GetOffersResponse.d.ts +29 -0
- package/src/pricing_v0/model/GetOffersResponse.d.ts.map +1 -0
- package/src/pricing_v0/model/GetOffersResult.d.ts +51 -0
- package/src/pricing_v0/model/GetOffersResult.d.ts.map +1 -0
- package/src/pricing_v0/model/GetPricingResponse.d.ts +30 -0
- package/src/pricing_v0/model/GetPricingResponse.d.ts.map +1 -0
- package/src/pricing_v0/model/HttpMethod.d.ts +39 -0
- package/src/pricing_v0/model/HttpMethod.d.ts.map +1 -0
- package/src/pricing_v0/model/HttpResponseHeaders.d.ts +28 -0
- package/src/pricing_v0/model/HttpResponseHeaders.d.ts.map +1 -0
- package/src/pricing_v0/model/IdentifierType.d.ts +32 -0
- package/src/pricing_v0/model/IdentifierType.d.ts.map +1 -0
- package/src/pricing_v0/model/ItemCondition.d.ts +39 -0
- package/src/pricing_v0/model/ItemCondition.d.ts.map +1 -0
- package/src/pricing_v0/model/ItemIdentifier.d.ts +40 -0
- package/src/pricing_v0/model/ItemIdentifier.d.ts.map +1 -0
- package/src/pricing_v0/model/ItemOffersRequest.d.ts +49 -0
- package/src/pricing_v0/model/ItemOffersRequest.d.ts.map +1 -0
- package/src/pricing_v0/model/ItemOffersRequestParams.d.ts +41 -0
- package/src/pricing_v0/model/ItemOffersRequestParams.d.ts.map +1 -0
- package/src/pricing_v0/model/ItemOffersResponse.d.ts +42 -0
- package/src/pricing_v0/model/ItemOffersResponse.d.ts.map +1 -0
- package/src/pricing_v0/model/ListingOffersRequest.d.ts +49 -0
- package/src/pricing_v0/model/ListingOffersRequest.d.ts.map +1 -0
- package/src/pricing_v0/model/ListingOffersRequestParams.d.ts +37 -0
- package/src/pricing_v0/model/ListingOffersRequestParams.d.ts.map +1 -0
- package/src/pricing_v0/model/ListingOffersResponse.d.ts +45 -0
- package/src/pricing_v0/model/ListingOffersResponse.d.ts.map +1 -0
- package/src/pricing_v0/model/LowestPriceType.d.ts +64 -0
- package/src/pricing_v0/model/LowestPriceType.d.ts.map +1 -0
- package/src/pricing_v0/model/MoneyType.d.ts +28 -0
- package/src/pricing_v0/model/MoneyType.d.ts.map +1 -0
- package/src/pricing_v0/model/OfferCountType.d.ts +34 -0
- package/src/pricing_v0/model/OfferCountType.d.ts.map +1 -0
- package/src/pricing_v0/model/OfferCustomerType.d.ts +24 -0
- package/src/pricing_v0/model/OfferCustomerType.d.ts.map +1 -0
- package/src/pricing_v0/model/OfferDetail.d.ts +102 -0
- package/src/pricing_v0/model/OfferDetail.d.ts.map +1 -0
- package/src/pricing_v0/model/OfferListingCountType.d.ts +27 -0
- package/src/pricing_v0/model/OfferListingCountType.d.ts.map +1 -0
- package/src/pricing_v0/model/OfferType.d.ts +55 -0
- package/src/pricing_v0/model/OfferType.d.ts.map +1 -0
- package/src/pricing_v0/model/Points.d.ts +28 -0
- package/src/pricing_v0/model/Points.d.ts.map +1 -0
- package/src/pricing_v0/model/Price.d.ts +43 -0
- package/src/pricing_v0/model/Price.d.ts.map +1 -0
- package/src/pricing_v0/model/PriceType.d.ts +42 -0
- package/src/pricing_v0/model/PriceType.d.ts.map +1 -0
- package/src/pricing_v0/model/PrimeInformationType.d.ts +27 -0
- package/src/pricing_v0/model/PrimeInformationType.d.ts.map +1 -0
- package/src/pricing_v0/model/Product.d.ts +58 -0
- package/src/pricing_v0/model/Product.d.ts.map +1 -0
- package/src/pricing_v0/model/QuantityDiscountPriceType.d.ts +31 -0
- package/src/pricing_v0/model/QuantityDiscountPriceType.d.ts.map +1 -0
- package/src/pricing_v0/model/QuantityDiscountType.d.ts +19 -0
- package/src/pricing_v0/model/QuantityDiscountType.d.ts.map +1 -0
- package/src/pricing_v0/model/SalesRankType.d.ts +27 -0
- package/src/pricing_v0/model/SalesRankType.d.ts.map +1 -0
- package/src/pricing_v0/model/SellerFeedbackType.d.ts +31 -0
- package/src/pricing_v0/model/SellerFeedbackType.d.ts.map +1 -0
- package/src/pricing_v0/model/SellerSKUIdentifier.d.ts +29 -0
- package/src/pricing_v0/model/SellerSKUIdentifier.d.ts.map +1 -0
- package/src/pricing_v0/model/ShipsFromType.d.ts +28 -0
- package/src/pricing_v0/model/ShipsFromType.d.ts.map +1 -0
- package/src/pricing_v0/model/Summary.d.ts +81 -0
- package/src/pricing_v0/model/Summary.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/ApiClient.d.ts +260 -0
- package/src/pricing_v2022_05_01/ApiClient.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/api/ProductPricingApi.d.ts +56 -0
- package/src/pricing_v2022_05_01/api/ProductPricingApi.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/index.d.ts +44 -0
- package/src/pricing_v2022_05_01/index.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/BatchRequest.d.ts +44 -0
- package/src/pricing_v2022_05_01/model/BatchRequest.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/BatchResponse.d.ts +32 -0
- package/src/pricing_v2022_05_01/model/BatchResponse.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchRequest.d.ts +26 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchRequest.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchResponse.d.ts +26 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchResponse.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryIncludedData.d.ts +29 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryIncludedData.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryRequest.d.ts +42 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryRequest.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponse.d.ts +29 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponse.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponseBody.d.ts +55 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponseBody.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/Condition.d.ts +39 -0
- package/src/pricing_v2022_05_01/model/Condition.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/Error.d.ts +33 -0
- package/src/pricing_v2022_05_01/model/Error.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/Errors.d.ts +26 -0
- package/src/pricing_v2022_05_01/model/Errors.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedBuyingOption.d.ts +37 -0
- package/src/pricing_v2022_05_01/model/FeaturedBuyingOption.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedOffer.d.ts +38 -0
- package/src/pricing_v2022_05_01/model/FeaturedOffer.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPrice.d.ts +32 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPrice.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequest.d.ts +56 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequest.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequestParams.d.ts +33 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequestParams.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponse.d.ts +42 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponse.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponseBody.d.ts +36 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponseBody.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResult.d.ts +42 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResult.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferSegment.d.ts +39 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferSegment.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FulfillmentType.d.ts +24 -0
- package/src/pricing_v2022_05_01/model/FulfillmentType.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchRequest.d.ts +23 -0
- package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchRequest.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchResponse.d.ts +23 -0
- package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchResponse.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/HttpMethod.d.ts +39 -0
- package/src/pricing_v2022_05_01/model/HttpMethod.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/HttpStatusLine.d.ts +28 -0
- package/src/pricing_v2022_05_01/model/HttpStatusLine.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/LowestPricedOffer.d.ts +29 -0
- package/src/pricing_v2022_05_01/model/LowestPricedOffer.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/LowestPricedOffersInput.d.ts +37 -0
- package/src/pricing_v2022_05_01/model/LowestPricedOffersInput.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/MoneyType.d.ts +28 -0
- package/src/pricing_v2022_05_01/model/MoneyType.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/Offer.d.ts +80 -0
- package/src/pricing_v2022_05_01/model/Offer.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/OfferIdentifier.d.ts +45 -0
- package/src/pricing_v2022_05_01/model/OfferIdentifier.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/Points.d.ts +28 -0
- package/src/pricing_v2022_05_01/model/Points.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/PostalCode.d.ts +28 -0
- package/src/pricing_v2022_05_01/model/PostalCode.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/Price.d.ts +37 -0
- package/src/pricing_v2022_05_01/model/Price.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/PrimeDetails.d.ts +36 -0
- package/src/pricing_v2022_05_01/model/PrimeDetails.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/ReferencePrice.d.ts +28 -0
- package/src/pricing_v2022_05_01/model/ReferencePrice.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/SampleLocation.d.ts +22 -0
- package/src/pricing_v2022_05_01/model/SampleLocation.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/Segment.d.ts +22 -0
- package/src/pricing_v2022_05_01/model/Segment.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/SegmentDetails.d.ts +28 -0
- package/src/pricing_v2022_05_01/model/SegmentDetails.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/SegmentedFeaturedOffer.d.ts +84 -0
- package/src/pricing_v2022_05_01/model/SegmentedFeaturedOffer.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/ShippingOption.d.ts +37 -0
- package/src/pricing_v2022_05_01/model/ShippingOption.d.ts.map +1 -0
- package/src/productfees_v0/ApiClient.d.ts +260 -0
- package/src/productfees_v0/ApiClient.d.ts.map +1 -0
- package/src/productfees_v0/api/FeesApi.d.ts +72 -0
- package/src/productfees_v0/api/FeesApi.d.ts.map +1 -0
- package/src/productfees_v0/api/FeesApi.js +6 -6
- package/src/productfees_v0/index.d.ts +22 -0
- package/src/productfees_v0/index.d.ts.map +1 -0
- package/src/productfees_v0/model/Error.d.ts +33 -0
- package/src/productfees_v0/model/Error.d.ts.map +1 -0
- package/src/productfees_v0/model/Error.js +1 -0
- package/src/productfees_v0/model/FeeDetail.d.ts +47 -0
- package/src/productfees_v0/model/FeeDetail.d.ts.map +1 -0
- package/src/productfees_v0/model/FeesEstimate.d.ts +38 -0
- package/src/productfees_v0/model/FeesEstimate.d.ts.map +1 -0
- package/src/productfees_v0/model/FeesEstimateByIdRequest.d.ts +34 -0
- package/src/productfees_v0/model/FeesEstimateByIdRequest.d.ts.map +1 -0
- package/src/productfees_v0/model/FeesEstimateError.d.ts +31 -0
- package/src/productfees_v0/model/FeesEstimateError.d.ts.map +1 -0
- package/src/productfees_v0/model/FeesEstimateIdentifier.d.ts +64 -0
- package/src/productfees_v0/model/FeesEstimateIdentifier.d.ts.map +1 -0
- package/src/productfees_v0/model/FeesEstimateRequest.d.ts +42 -0
- package/src/productfees_v0/model/FeesEstimateRequest.d.ts.map +1 -0
- package/src/productfees_v0/model/FeesEstimateResult.d.ts +40 -0
- package/src/productfees_v0/model/FeesEstimateResult.d.ts.map +1 -0
- package/src/productfees_v0/model/GetMyFeesEstimateRequest.d.ts +22 -0
- package/src/productfees_v0/model/GetMyFeesEstimateRequest.d.ts.map +1 -0
- package/src/productfees_v0/model/GetMyFeesEstimateResponse.d.ts +29 -0
- package/src/productfees_v0/model/GetMyFeesEstimateResponse.d.ts.map +1 -0
- package/src/productfees_v0/model/GetMyFeesEstimateResponse.js +1 -0
- package/src/productfees_v0/model/GetMyFeesEstimateResult.d.ts +22 -0
- package/src/productfees_v0/model/GetMyFeesEstimateResult.d.ts.map +1 -0
- package/src/productfees_v0/model/GetMyFeesEstimatesErrorList.d.ts +26 -0
- package/src/productfees_v0/model/GetMyFeesEstimatesErrorList.d.ts.map +1 -0
- package/src/productfees_v0/model/GetMyFeesEstimatesErrorList.js +2 -1
- package/src/productfees_v0/model/IdType.d.ts +24 -0
- package/src/productfees_v0/model/IdType.d.ts.map +1 -0
- package/src/productfees_v0/model/IncludedFeeDetail.d.ts +40 -0
- package/src/productfees_v0/model/IncludedFeeDetail.d.ts.map +1 -0
- package/src/productfees_v0/model/MoneyType.d.ts +28 -0
- package/src/productfees_v0/model/MoneyType.d.ts.map +1 -0
- package/src/productfees_v0/model/MoneyType.js +1 -0
- package/src/productfees_v0/model/OptionalFulfillmentProgram.d.ts +29 -0
- package/src/productfees_v0/model/OptionalFulfillmentProgram.d.ts.map +1 -0
- package/src/productfees_v0/model/Points.d.ts +28 -0
- package/src/productfees_v0/model/Points.d.ts.map +1 -0
- package/src/productfees_v0/model/Points.js +2 -0
- package/src/productfees_v0/model/PriceToEstimateFees.d.ts +37 -0
- package/src/productfees_v0/model/PriceToEstimateFees.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/ApiClient.d.ts +260 -0
- package/src/producttypedefinitions_v2020_09_01/ApiClient.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/api/DefinitionsApi.d.ts +100 -0
- package/src/producttypedefinitions_v2020_09_01/api/DefinitionsApi.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/api/DefinitionsApi.js +22 -22
- package/src/producttypedefinitions_v2020_09_01/index.d.ts +13 -0
- package/src/producttypedefinitions_v2020_09_01/index.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/Error.d.ts +33 -0
- package/src/producttypedefinitions_v2020_09_01/model/Error.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/ErrorList.d.ts +26 -0
- package/src/producttypedefinitions_v2020_09_01/model/ErrorList.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/ProductType.d.ts +29 -0
- package/src/producttypedefinitions_v2020_09_01/model/ProductType.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeDefinition.d.ts +72 -0
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeDefinition.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeList.d.ts +28 -0
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeList.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeVersion.d.ts +33 -0
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeVersion.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/PropertyGroup.d.ts +34 -0
- package/src/producttypedefinitions_v2020_09_01/model/PropertyGroup.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/SchemaLink.d.ts +27 -0
- package/src/producttypedefinitions_v2020_09_01/model/SchemaLink.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/SchemaLinkLink.d.ts +36 -0
- package/src/producttypedefinitions_v2020_09_01/model/SchemaLinkLink.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/ApiClient.d.ts +260 -0
- package/src/replenishment_v2022_11_07/ApiClient.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/api/OffersApi.d.ts +68 -0
- package/src/replenishment_v2022_11_07/api/OffersApi.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/api/OffersApi.js +8 -8
- package/src/replenishment_v2022_11_07/api/SellingpartnersApi.d.ts +48 -0
- package/src/replenishment_v2022_11_07/api/SellingpartnersApi.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/api/SellingpartnersApi.js +4 -4
- package/src/replenishment_v2022_11_07/index.d.ts +41 -0
- package/src/replenishment_v2022_11_07/index.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/AggregationFrequency.d.ts +34 -0
- package/src/replenishment_v2022_11_07/model/AggregationFrequency.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/AutoEnrollmentPreference.d.ts +24 -0
- package/src/replenishment_v2022_11_07/model/AutoEnrollmentPreference.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/DiscountFunding.d.ts +22 -0
- package/src/replenishment_v2022_11_07/model/DiscountFunding.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/EligibilityStatus.d.ts +34 -0
- package/src/replenishment_v2022_11_07/model/EligibilityStatus.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/EnrollmentMethod.d.ts +24 -0
- package/src/replenishment_v2022_11_07/model/EnrollmentMethod.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/Error.d.ts +33 -0
- package/src/replenishment_v2022_11_07/model/Error.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ErrorList.d.ts +26 -0
- package/src/replenishment_v2022_11_07/model/ErrorList.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsRequest.d.ts +47 -0
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsRequest.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponse.d.ts +23 -0
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponse.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.d.ts +148 -0
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequest.d.ts +35 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequest.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestFilters.d.ts +46 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestFilters.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestPagination.d.ts +27 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestPagination.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestSort.d.ts +29 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestSort.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponse.d.ts +29 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponse.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.d.ts +118 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsSortKey.d.ts +59 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsSortKey.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOffersRequest.d.ts +35 -0
- package/src/replenishment_v2022_11_07/model/ListOffersRequest.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOffersRequestFilters.d.ts +59 -0
- package/src/replenishment_v2022_11_07/model/ListOffersRequestFilters.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOffersRequestPagination.d.ts +27 -0
- package/src/replenishment_v2022_11_07/model/ListOffersRequestPagination.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOffersRequestSort.d.ts +29 -0
- package/src/replenishment_v2022_11_07/model/ListOffersRequestSort.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOffersResponse.d.ts +29 -0
- package/src/replenishment_v2022_11_07/model/ListOffersResponse.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOffersResponseOffer.d.ts +58 -0
- package/src/replenishment_v2022_11_07/model/ListOffersResponseOffer.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOffersSortKey.d.ts +39 -0
- package/src/replenishment_v2022_11_07/model/ListOffersSortKey.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/Metric.d.ts +74 -0
- package/src/replenishment_v2022_11_07/model/Metric.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/OfferProgramConfiguration.d.ts +34 -0
- package/src/replenishment_v2022_11_07/model/OfferProgramConfiguration.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPreferences.d.ts +22 -0
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPreferences.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotions.d.ts +37 -0
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotions.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotionsDiscountFunding.d.ts +22 -0
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotionsDiscountFunding.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/PaginationResponse.d.ts +22 -0
- package/src/replenishment_v2022_11_07/model/PaginationResponse.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/Preference.d.ts +23 -0
- package/src/replenishment_v2022_11_07/model/Preference.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ProgramType.d.ts +19 -0
- package/src/replenishment_v2022_11_07/model/ProgramType.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/Promotion.d.ts +37 -0
- package/src/replenishment_v2022_11_07/model/Promotion.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/SortOrder.d.ts +24 -0
- package/src/replenishment_v2022_11_07/model/SortOrder.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/TimeInterval.d.ts +27 -0
- package/src/replenishment_v2022_11_07/model/TimeInterval.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/TimePeriodType.d.ts +24 -0
- package/src/replenishment_v2022_11_07/model/TimePeriodType.d.ts.map +1 -0
- package/src/reports_v2021_06_30/ApiClient.d.ts +260 -0
- package/src/reports_v2021_06_30/ApiClient.d.ts.map +1 -0
- package/src/reports_v2021_06_30/api/ReportsApi.d.ts +175 -0
- package/src/reports_v2021_06_30/api/ReportsApi.d.ts.map +1 -0
- package/src/reports_v2021_06_30/api/ReportsApi.js +16 -16
- package/src/reports_v2021_06_30/index.d.ts +15 -0
- package/src/reports_v2021_06_30/index.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/CreateReportResponse.d.ts +25 -0
- package/src/reports_v2021_06_30/model/CreateReportResponse.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/CreateReportScheduleResponse.d.ts +25 -0
- package/src/reports_v2021_06_30/model/CreateReportScheduleResponse.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/CreateReportScheduleSpecification.d.ts +69 -0
- package/src/reports_v2021_06_30/model/CreateReportScheduleSpecification.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/CreateReportSpecification.d.ts +47 -0
- package/src/reports_v2021_06_30/model/CreateReportSpecification.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/Error.d.ts +33 -0
- package/src/reports_v2021_06_30/model/Error.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/ErrorList.d.ts +26 -0
- package/src/reports_v2021_06_30/model/ErrorList.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/GetReportsResponse.d.ts +32 -0
- package/src/reports_v2021_06_30/model/GetReportsResponse.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/Report.d.ts +86 -0
- package/src/reports_v2021_06_30/model/Report.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/ReportDocument.d.ts +42 -0
- package/src/reports_v2021_06_30/model/ReportDocument.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/ReportSchedule.d.ts +49 -0
- package/src/reports_v2021_06_30/model/ReportSchedule.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/ReportScheduleList.d.ts +26 -0
- package/src/reports_v2021_06_30/model/ReportScheduleList.d.ts.map +1 -0
- package/src/sales_v1/ApiClient.d.ts +260 -0
- package/src/sales_v1/ApiClient.d.ts.map +1 -0
- package/src/sales_v1/api/SalesApi.d.ts +77 -0
- package/src/sales_v1/api/SalesApi.d.ts.map +1 -0
- package/src/sales_v1/api/SalesApi.js +16 -16
- package/src/sales_v1/index.d.ts +8 -0
- package/src/sales_v1/index.d.ts.map +1 -0
- package/src/sales_v1/model/Error.d.ts +33 -0
- package/src/sales_v1/model/Error.d.ts.map +1 -0
- package/src/sales_v1/model/GetOrderMetricsResponse.d.ts +30 -0
- package/src/sales_v1/model/GetOrderMetricsResponse.d.ts.map +1 -0
- package/src/sales_v1/model/Money.d.ts +27 -0
- package/src/sales_v1/model/Money.d.ts.map +1 -0
- package/src/sales_v1/model/OrderMetricsInterval.d.ts +36 -0
- package/src/sales_v1/model/OrderMetricsInterval.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/ApiClient.d.ts +260 -0
- package/src/sellerWallet_2024_03_01/ApiClient.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/ApiClient.js +1 -1
- package/src/sellerWallet_2024_03_01/api/AccountsApi.d.ts +77 -0
- package/src/sellerWallet_2024_03_01/api/AccountsApi.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/api/AccountsApi.js +23 -7
- package/src/sellerWallet_2024_03_01/api/TransactionsApi.d.ts +92 -0
- package/src/sellerWallet_2024_03_01/api/TransactionsApi.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/api/TransactionsApi.js +43 -18
- package/src/sellerWallet_2024_03_01/api/TransferPreviewApi.d.ts +53 -0
- package/src/sellerWallet_2024_03_01/api/TransferPreviewApi.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/api/TransferPreviewApi.js +13 -5
- package/src/sellerWallet_2024_03_01/api/TransferScheduleApi.d.ts +128 -0
- package/src/sellerWallet_2024_03_01/api/TransferScheduleApi.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/api/TransferScheduleApi.js +73 -33
- package/src/sellerWallet_2024_03_01/index.d.ts +46 -0
- package/src/sellerWallet_2024_03_01/index.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/index.js +8 -1
- package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.d.ts +45 -0
- package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.js +1 -1
- package/src/sellerWallet_2024_03_01/model/Balance.d.ts +37 -0
- package/src/sellerWallet_2024_03_01/model/Balance.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/Balance.js +1 -1
- package/src/sellerWallet_2024_03_01/model/BalanceListing.d.ts +23 -0
- package/src/sellerWallet_2024_03_01/model/BalanceListing.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/BalanceListing.js +1 -1
- package/src/sellerWallet_2024_03_01/model/BalanceType.d.ts +34 -0
- package/src/sellerWallet_2024_03_01/model/BalanceType.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/BalanceType.js +1 -1
- package/src/sellerWallet_2024_03_01/model/BankAccount.d.ts +64 -0
- package/src/sellerWallet_2024_03_01/model/BankAccount.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/BankAccount.js +2 -4
- package/src/sellerWallet_2024_03_01/model/BankAccountHolderStatus.d.ts +34 -0
- package/src/sellerWallet_2024_03_01/model/BankAccountHolderStatus.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/BankAccountHolderStatus.js +1 -1
- package/src/sellerWallet_2024_03_01/model/BankAccountListing.d.ts +26 -0
- package/src/sellerWallet_2024_03_01/model/BankAccountListing.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/BankAccountListing.js +1 -1
- package/src/sellerWallet_2024_03_01/model/BankAccountNumberFormat.d.ts +24 -0
- package/src/sellerWallet_2024_03_01/model/BankAccountNumberFormat.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/BankAccountNumberFormat.js +1 -1
- package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.d.ts +29 -0
- package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.js +1 -1
- package/src/sellerWallet_2024_03_01/model/BankNumberFormat.d.ts +24 -0
- package/src/sellerWallet_2024_03_01/model/BankNumberFormat.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/BankNumberFormat.js +1 -1
- package/src/sellerWallet_2024_03_01/model/CreateTransactionResponse.d.ts +28 -0
- package/src/sellerWallet_2024_03_01/model/CreateTransactionResponse.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/CreateTransactionResponse.js +75 -0
- package/src/sellerWallet_2024_03_01/model/Currency.d.ts +28 -0
- package/src/sellerWallet_2024_03_01/model/Currency.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/Currency.js +1 -1
- package/src/sellerWallet_2024_03_01/model/DeleteTransferSchedule.d.ts +33 -0
- package/src/sellerWallet_2024_03_01/model/DeleteTransferSchedule.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/DeleteTransferSchedule.js +1 -1
- package/src/sellerWallet_2024_03_01/model/Error.d.ts +33 -0
- package/src/sellerWallet_2024_03_01/model/Error.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/Error.js +1 -1
- package/src/sellerWallet_2024_03_01/model/ErrorList.d.ts +26 -0
- package/src/sellerWallet_2024_03_01/model/ErrorList.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/ErrorList.js +1 -1
- package/src/sellerWallet_2024_03_01/model/Fee.d.ts +33 -0
- package/src/sellerWallet_2024_03_01/model/Fee.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/Fee.js +6 -6
- package/src/sellerWallet_2024_03_01/model/FeeType.d.ts +29 -0
- package/src/sellerWallet_2024_03_01/model/FeeType.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/FeeType.js +1 -1
- package/src/sellerWallet_2024_03_01/model/FxRateDetails.d.ts +32 -0
- package/src/sellerWallet_2024_03_01/model/FxRateDetails.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/FxRateDetails.js +1 -1
- package/src/sellerWallet_2024_03_01/model/PaymentPreference.d.ts +28 -0
- package/src/sellerWallet_2024_03_01/model/PaymentPreference.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/PaymentPreference.js +1 -1
- package/src/sellerWallet_2024_03_01/model/PaymentPreferencePaymentType.d.ts +24 -0
- package/src/sellerWallet_2024_03_01/model/PaymentPreferencePaymentType.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/PaymentPreferencePaymentType.js +1 -1
- package/src/sellerWallet_2024_03_01/model/RateDirection.d.ts +24 -0
- package/src/sellerWallet_2024_03_01/model/RateDirection.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/RateDirection.js +1 -1
- package/src/sellerWallet_2024_03_01/model/RecurringFrequency.d.ts +34 -0
- package/src/sellerWallet_2024_03_01/model/RecurringFrequency.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/RecurringFrequency.js +9 -9
- package/src/sellerWallet_2024_03_01/model/ScheduleExpression.d.ts +32 -0
- package/src/sellerWallet_2024_03_01/model/ScheduleExpression.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/ScheduleExpression.js +1 -1
- package/src/sellerWallet_2024_03_01/model/ScheduleExpressionType.d.ts +24 -0
- package/src/sellerWallet_2024_03_01/model/ScheduleExpressionType.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/ScheduleExpressionType.js +1 -1
- package/src/sellerWallet_2024_03_01/model/ScheduleTransferType.d.ts +19 -0
- package/src/sellerWallet_2024_03_01/model/ScheduleTransferType.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/ScheduleTransferType.js +1 -1
- package/src/sellerWallet_2024_03_01/model/Transaction.d.ts +79 -0
- package/src/sellerWallet_2024_03_01/model/Transaction.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/Transaction.js +1 -1
- package/src/sellerWallet_2024_03_01/model/TransactionAccount.d.ts +54 -0
- package/src/sellerWallet_2024_03_01/model/TransactionAccount.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransactionAccount.js +2 -4
- package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.d.ts +63 -0
- package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.js +17 -11
- package/src/sellerWallet_2024_03_01/model/TransactionInstrumentDetails.d.ts +30 -0
- package/src/sellerWallet_2024_03_01/model/TransactionInstrumentDetails.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransactionInstrumentDetails.js +12 -2
- package/src/sellerWallet_2024_03_01/model/TransactionListing.d.ts +32 -0
- package/src/sellerWallet_2024_03_01/model/TransactionListing.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransactionListing.js +1 -1
- package/src/sellerWallet_2024_03_01/model/TransactionStatus.d.ts +44 -0
- package/src/sellerWallet_2024_03_01/model/TransactionStatus.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransactionStatus.js +9 -9
- package/src/sellerWallet_2024_03_01/model/TransactionType.d.ts +24 -0
- package/src/sellerWallet_2024_03_01/model/TransactionType.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransactionType.js +1 -1
- package/src/sellerWallet_2024_03_01/model/TransferRatePreview.d.ts +34 -0
- package/src/sellerWallet_2024_03_01/model/TransferRatePreview.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransferRatePreview.js +1 -1
- package/src/sellerWallet_2024_03_01/model/TransferSchedule.d.ts +51 -0
- package/src/sellerWallet_2024_03_01/model/TransferSchedule.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransferSchedule.js +1 -1
- package/src/sellerWallet_2024_03_01/model/TransferScheduleFailures.d.ts +27 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleFailures.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleFailures.js +1 -1
- package/src/sellerWallet_2024_03_01/model/TransferScheduleInformation.d.ts +40 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleInformation.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleInformation.js +1 -1
- package/src/sellerWallet_2024_03_01/model/TransferScheduleListing.d.ts +32 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleListing.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleListing.js +1 -1
- package/src/sellerWallet_2024_03_01/model/TransferScheduleRequest.d.ts +47 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleRequest.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleRequest.js +1 -1
- package/src/sellerWallet_2024_03_01/model/TransferScheduleStatus.d.ts +34 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleStatus.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleStatus.js +1 -1
- package/src/sellers_v1/ApiClient.d.ts +260 -0
- package/src/sellers_v1/ApiClient.d.ts.map +1 -0
- package/src/sellers_v1/api/SellersApi.d.ts +50 -0
- package/src/sellers_v1/api/SellersApi.d.ts.map +1 -0
- package/src/sellers_v1/index.d.ts +14 -0
- package/src/sellers_v1/index.d.ts.map +1 -0
- package/src/sellers_v1/model/Account.d.ts +67 -0
- package/src/sellers_v1/model/Account.d.ts.map +1 -0
- package/src/sellers_v1/model/Address.d.ts +51 -0
- package/src/sellers_v1/model/Address.d.ts.map +1 -0
- package/src/sellers_v1/model/Business.d.ts +46 -0
- package/src/sellers_v1/model/Business.d.ts.map +1 -0
- package/src/sellers_v1/model/Error.d.ts +33 -0
- package/src/sellers_v1/model/Error.d.ts.map +1 -0
- package/src/sellers_v1/model/GetAccountResponse.d.ts +29 -0
- package/src/sellers_v1/model/GetAccountResponse.d.ts.map +1 -0
- package/src/sellers_v1/model/GetMarketplaceParticipationsResponse.d.ts +30 -0
- package/src/sellers_v1/model/GetMarketplaceParticipationsResponse.d.ts.map +1 -0
- package/src/sellers_v1/model/Marketplace.d.ts +35 -0
- package/src/sellers_v1/model/Marketplace.d.ts.map +1 -0
- package/src/sellers_v1/model/MarketplaceParticipation.d.ts +30 -0
- package/src/sellers_v1/model/MarketplaceParticipation.d.ts.map +1 -0
- package/src/sellers_v1/model/Participation.d.ts +27 -0
- package/src/sellers_v1/model/Participation.d.ts.map +1 -0
- package/src/sellers_v1/model/PrimaryContact.d.ts +34 -0
- package/src/sellers_v1/model/PrimaryContact.d.ts.map +1 -0
- package/src/services_v1/ApiClient.d.ts +260 -0
- package/src/services_v1/ApiClient.d.ts.map +1 -0
- package/src/services_v1/api/ServiceApi.d.ts +402 -0
- package/src/services_v1/api/ServiceApi.d.ts.map +1 -0
- package/src/services_v1/api/ServiceApi.js +52 -52
- package/src/services_v1/index.d.ts +68 -0
- package/src/services_v1/index.d.ts.map +1 -0
- package/src/services_v1/model/AddAppointmentRequest.d.ts +26 -0
- package/src/services_v1/model/AddAppointmentRequest.d.ts.map +1 -0
- package/src/services_v1/model/Address.d.ts +81 -0
- package/src/services_v1/model/Address.d.ts.map +1 -0
- package/src/services_v1/model/Appointment.d.ts +64 -0
- package/src/services_v1/model/Appointment.d.ts.map +1 -0
- package/src/services_v1/model/AppointmentResource.d.ts +22 -0
- package/src/services_v1/model/AppointmentResource.d.ts.map +1 -0
- package/src/services_v1/model/AppointmentSlot.d.ts +34 -0
- package/src/services_v1/model/AppointmentSlot.d.ts.map +1 -0
- package/src/services_v1/model/AppointmentSlotReport.d.ts +51 -0
- package/src/services_v1/model/AppointmentSlotReport.d.ts.map +1 -0
- package/src/services_v1/model/AppointmentTime.d.ts +27 -0
- package/src/services_v1/model/AppointmentTime.d.ts.map +1 -0
- package/src/services_v1/model/AppointmentTimeInput.d.ts +31 -0
- package/src/services_v1/model/AppointmentTimeInput.d.ts.map +1 -0
- package/src/services_v1/model/AssignAppointmentResourcesRequest.d.ts +26 -0
- package/src/services_v1/model/AssignAppointmentResourcesRequest.d.ts.map +1 -0
- package/src/services_v1/model/AssignAppointmentResourcesResponse.d.ts +29 -0
- package/src/services_v1/model/AssignAppointmentResourcesResponse.d.ts.map +1 -0
- package/src/services_v1/model/AssignAppointmentResourcesResponsePayload.d.ts +23 -0
- package/src/services_v1/model/AssignAppointmentResourcesResponsePayload.d.ts.map +1 -0
- package/src/services_v1/model/AssociatedItem.d.ts +70 -0
- package/src/services_v1/model/AssociatedItem.d.ts.map +1 -0
- package/src/services_v1/model/AvailabilityRecord.d.ts +39 -0
- package/src/services_v1/model/AvailabilityRecord.d.ts.map +1 -0
- package/src/services_v1/model/Buyer.d.ts +40 -0
- package/src/services_v1/model/Buyer.d.ts.map +1 -0
- package/src/services_v1/model/CancelReservationResponse.d.ts +23 -0
- package/src/services_v1/model/CancelReservationResponse.d.ts.map +1 -0
- package/src/services_v1/model/CancelServiceJobByServiceJobIdResponse.d.ts +23 -0
- package/src/services_v1/model/CancelServiceJobByServiceJobIdResponse.d.ts.map +1 -0
- package/src/services_v1/model/CapacityType.d.ts +34 -0
- package/src/services_v1/model/CapacityType.d.ts.map +1 -0
- package/src/services_v1/model/CompleteServiceJobByServiceJobIdResponse.d.ts +23 -0
- package/src/services_v1/model/CompleteServiceJobByServiceJobIdResponse.d.ts.map +1 -0
- package/src/services_v1/model/CreateReservationRecord.d.ts +36 -0
- package/src/services_v1/model/CreateReservationRecord.d.ts.map +1 -0
- package/src/services_v1/model/CreateReservationRequest.d.ts +28 -0
- package/src/services_v1/model/CreateReservationRequest.d.ts.map +1 -0
- package/src/services_v1/model/CreateReservationResponse.d.ts +29 -0
- package/src/services_v1/model/CreateReservationResponse.d.ts.map +1 -0
- package/src/services_v1/model/CreateServiceDocumentUploadDestination.d.ts +29 -0
- package/src/services_v1/model/CreateServiceDocumentUploadDestination.d.ts.map +1 -0
- package/src/services_v1/model/DateTimeRange.d.ts +27 -0
- package/src/services_v1/model/DateTimeRange.d.ts.map +1 -0
- package/src/services_v1/model/DayOfWeek.d.ts +49 -0
- package/src/services_v1/model/DayOfWeek.d.ts.map +1 -0
- package/src/services_v1/model/EncryptionDetails.d.ts +38 -0
- package/src/services_v1/model/EncryptionDetails.d.ts.map +1 -0
- package/src/services_v1/model/Error.d.ts +49 -0
- package/src/services_v1/model/Error.d.ts.map +1 -0
- package/src/services_v1/model/FixedSlot.d.ts +46 -0
- package/src/services_v1/model/FixedSlot.d.ts.map +1 -0
- package/src/services_v1/model/FixedSlotCapacity.d.ts +41 -0
- package/src/services_v1/model/FixedSlotCapacity.d.ts.map +1 -0
- package/src/services_v1/model/FixedSlotCapacityErrors.d.ts +23 -0
- package/src/services_v1/model/FixedSlotCapacityErrors.d.ts.map +1 -0
- package/src/services_v1/model/FixedSlotCapacityQuery.d.ts +40 -0
- package/src/services_v1/model/FixedSlotCapacityQuery.d.ts.map +1 -0
- package/src/services_v1/model/FulfillmentDocument.d.ts +28 -0
- package/src/services_v1/model/FulfillmentDocument.d.ts.map +1 -0
- package/src/services_v1/model/FulfillmentTime.d.ts +28 -0
- package/src/services_v1/model/FulfillmentTime.d.ts.map +1 -0
- package/src/services_v1/model/GetAppointmentSlotsResponse.d.ts +29 -0
- package/src/services_v1/model/GetAppointmentSlotsResponse.d.ts.map +1 -0
- package/src/services_v1/model/GetServiceJobByServiceJobIdResponse.d.ts +29 -0
- package/src/services_v1/model/GetServiceJobByServiceJobIdResponse.d.ts.map +1 -0
- package/src/services_v1/model/GetServiceJobsResponse.d.ts +29 -0
- package/src/services_v1/model/GetServiceJobsResponse.d.ts.map +1 -0
- package/src/services_v1/model/ItemDelivery.d.ts +28 -0
- package/src/services_v1/model/ItemDelivery.d.ts.map +1 -0
- package/src/services_v1/model/ItemDeliveryPromise.d.ts +28 -0
- package/src/services_v1/model/ItemDeliveryPromise.d.ts.map +1 -0
- package/src/services_v1/model/JobListing.d.ts +41 -0
- package/src/services_v1/model/JobListing.d.ts.map +1 -0
- package/src/services_v1/model/Poa.d.ts +59 -0
- package/src/services_v1/model/Poa.d.ts.map +1 -0
- package/src/services_v1/model/RangeCapacity.d.ts +29 -0
- package/src/services_v1/model/RangeCapacity.d.ts.map +1 -0
- package/src/services_v1/model/RangeSlot.d.ts +34 -0
- package/src/services_v1/model/RangeSlot.d.ts.map +1 -0
- package/src/services_v1/model/RangeSlotCapacity.d.ts +35 -0
- package/src/services_v1/model/RangeSlotCapacity.d.ts.map +1 -0
- package/src/services_v1/model/RangeSlotCapacityErrors.d.ts +23 -0
- package/src/services_v1/model/RangeSlotCapacityErrors.d.ts.map +1 -0
- package/src/services_v1/model/RangeSlotCapacityQuery.d.ts +34 -0
- package/src/services_v1/model/RangeSlotCapacityQuery.d.ts.map +1 -0
- package/src/services_v1/model/Recurrence.d.ts +38 -0
- package/src/services_v1/model/Recurrence.d.ts.map +1 -0
- package/src/services_v1/model/RescheduleAppointmentRequest.d.ts +28 -0
- package/src/services_v1/model/RescheduleAppointmentRequest.d.ts.map +1 -0
- package/src/services_v1/model/Reservation.d.ts +47 -0
- package/src/services_v1/model/Reservation.d.ts.map +1 -0
- package/src/services_v1/model/ScopeOfWork.d.ts +40 -0
- package/src/services_v1/model/ScopeOfWork.d.ts.map +1 -0
- package/src/services_v1/model/Seller.d.ts +22 -0
- package/src/services_v1/model/Seller.d.ts.map +1 -0
- package/src/services_v1/model/ServiceDocumentUploadDestination.d.ts +36 -0
- package/src/services_v1/model/ServiceDocumentUploadDestination.d.ts.map +1 -0
- package/src/services_v1/model/ServiceJob.d.ts +118 -0
- package/src/services_v1/model/ServiceJob.d.ts.map +1 -0
- package/src/services_v1/model/ServiceJobProvider.d.ts +22 -0
- package/src/services_v1/model/ServiceJobProvider.d.ts.map +1 -0
- package/src/services_v1/model/ServiceLocation.d.ts +39 -0
- package/src/services_v1/model/ServiceLocation.d.ts.map +1 -0
- package/src/services_v1/model/ServiceUploadDocument.d.ts +47 -0
- package/src/services_v1/model/ServiceUploadDocument.d.ts.map +1 -0
- package/src/services_v1/model/SetAppointmentFulfillmentDataRequest.d.ts +42 -0
- package/src/services_v1/model/SetAppointmentFulfillmentDataRequest.d.ts.map +1 -0
- package/src/services_v1/model/SetAppointmentResponse.d.ts +36 -0
- package/src/services_v1/model/SetAppointmentResponse.d.ts.map +1 -0
- package/src/services_v1/model/Technician.d.ts +28 -0
- package/src/services_v1/model/Technician.d.ts.map +1 -0
- package/src/services_v1/model/UpdateReservationRecord.d.ts +36 -0
- package/src/services_v1/model/UpdateReservationRecord.d.ts.map +1 -0
- package/src/services_v1/model/UpdateReservationRequest.d.ts +28 -0
- package/src/services_v1/model/UpdateReservationRequest.d.ts.map +1 -0
- package/src/services_v1/model/UpdateReservationResponse.d.ts +29 -0
- package/src/services_v1/model/UpdateReservationResponse.d.ts.map +1 -0
- package/src/services_v1/model/UpdateScheduleRecord.d.ts +36 -0
- package/src/services_v1/model/UpdateScheduleRecord.d.ts.map +1 -0
- package/src/services_v1/model/UpdateScheduleRequest.d.ts +26 -0
- package/src/services_v1/model/UpdateScheduleRequest.d.ts.map +1 -0
- package/src/services_v1/model/UpdateScheduleResponse.d.ts +30 -0
- package/src/services_v1/model/UpdateScheduleResponse.d.ts.map +1 -0
- package/src/services_v1/model/Warning.d.ts +33 -0
- package/src/services_v1/model/Warning.d.ts.map +1 -0
- package/src/shipping_v2/ApiClient.d.ts +260 -0
- package/src/shipping_v2/ApiClient.d.ts.map +1 -0
- package/src/shipping_v2/api/ShippingApi.d.ts +496 -0
- package/src/shipping_v2/api/ShippingApi.d.ts.map +1 -0
- package/src/shipping_v2/api/ShippingApi.js +92 -92
- package/src/shipping_v2/index.d.ts +131 -0
- package/src/shipping_v2/index.d.ts.map +1 -0
- package/src/shipping_v2/model/AccessPoint.d.ts +90 -0
- package/src/shipping_v2/model/AccessPoint.d.ts.map +1 -0
- package/src/shipping_v2/model/AccessPointDetails.d.ts +22 -0
- package/src/shipping_v2/model/AccessPointDetails.d.ts.map +1 -0
- package/src/shipping_v2/model/AccessPointType.d.ts +54 -0
- package/src/shipping_v2/model/AccessPointType.d.ts.map +1 -0
- package/src/shipping_v2/model/AccessibilityAttributes.d.ts +28 -0
- package/src/shipping_v2/model/AccessibilityAttributes.d.ts.map +1 -0
- package/src/shipping_v2/model/AccountStatus.d.ts +34 -0
- package/src/shipping_v2/model/AccountStatus.d.ts.map +1 -0
- package/src/shipping_v2/model/AccountType.d.ts +29 -0
- package/src/shipping_v2/model/AccountType.d.ts.map +1 -0
- package/src/shipping_v2/model/ActiveAccount.d.ts +28 -0
- package/src/shipping_v2/model/ActiveAccount.d.ts.map +1 -0
- package/src/shipping_v2/model/Address.d.ts +71 -0
- package/src/shipping_v2/model/Address.d.ts.map +1 -0
- package/src/shipping_v2/model/AmazonOrderDetails.d.ts +25 -0
- package/src/shipping_v2/model/AmazonOrderDetails.d.ts.map +1 -0
- package/src/shipping_v2/model/AmazonShipmentDetails.d.ts +25 -0
- package/src/shipping_v2/model/AmazonShipmentDetails.d.ts.map +1 -0
- package/src/shipping_v2/model/AvailableValueAddedServiceGroup.d.ts +36 -0
- package/src/shipping_v2/model/AvailableValueAddedServiceGroup.d.ts.map +1 -0
- package/src/shipping_v2/model/Benefits.d.ts +28 -0
- package/src/shipping_v2/model/Benefits.d.ts.map +1 -0
- package/src/shipping_v2/model/CancelShipmentResponse.d.ts +24 -0
- package/src/shipping_v2/model/CancelShipmentResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/Carrier.d.ts +27 -0
- package/src/shipping_v2/model/Carrier.d.ts.map +1 -0
- package/src/shipping_v2/model/CarrierAccount.d.ts +27 -0
- package/src/shipping_v2/model/CarrierAccount.d.ts.map +1 -0
- package/src/shipping_v2/model/CarrierAccountAttribute.d.ts +34 -0
- package/src/shipping_v2/model/CarrierAccountAttribute.d.ts.map +1 -0
- package/src/shipping_v2/model/CarrierAccountInput.d.ts +65 -0
- package/src/shipping_v2/model/CarrierAccountInput.d.ts.map +1 -0
- package/src/shipping_v2/model/ChannelDetails.d.ts +38 -0
- package/src/shipping_v2/model/ChannelDetails.d.ts.map +1 -0
- package/src/shipping_v2/model/ChannelType.d.ts +24 -0
- package/src/shipping_v2/model/ChannelType.d.ts.map +1 -0
- package/src/shipping_v2/model/ChargeComponent.d.ts +38 -0
- package/src/shipping_v2/model/ChargeComponent.d.ts.map +1 -0
- package/src/shipping_v2/model/ClaimReason.d.ts +39 -0
- package/src/shipping_v2/model/ClaimReason.d.ts.map +1 -0
- package/src/shipping_v2/model/ClientReferenceDetail.d.ts +37 -0
- package/src/shipping_v2/model/ClientReferenceDetail.d.ts.map +1 -0
- package/src/shipping_v2/model/CollectOnDelivery.d.ts +26 -0
- package/src/shipping_v2/model/CollectOnDelivery.d.ts.map +1 -0
- package/src/shipping_v2/model/CollectionFormsHistoryRecord.d.ts +46 -0
- package/src/shipping_v2/model/CollectionFormsHistoryRecord.d.ts.map +1 -0
- package/src/shipping_v2/model/CollectionsFormDocument.d.ts +28 -0
- package/src/shipping_v2/model/CollectionsFormDocument.d.ts.map +1 -0
- package/src/shipping_v2/model/CreateClaimRequest.d.ts +49 -0
- package/src/shipping_v2/model/CreateClaimRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/CreateClaimResponse.d.ts +22 -0
- package/src/shipping_v2/model/CreateClaimResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/Currency.d.ts +27 -0
- package/src/shipping_v2/model/Currency.d.ts.map +1 -0
- package/src/shipping_v2/model/DangerousGoodsDetails.d.ts +70 -0
- package/src/shipping_v2/model/DangerousGoodsDetails.d.ts.map +1 -0
- package/src/shipping_v2/model/DateRange.d.ts +28 -0
- package/src/shipping_v2/model/DateRange.d.ts.map +1 -0
- package/src/shipping_v2/model/DetailCodes.d.ts +164 -0
- package/src/shipping_v2/model/DetailCodes.d.ts.map +1 -0
- package/src/shipping_v2/model/Dimensions.d.ts +41 -0
- package/src/shipping_v2/model/Dimensions.d.ts.map +1 -0
- package/src/shipping_v2/model/DirectFulfillmentItemIdentifiers.d.ts +31 -0
- package/src/shipping_v2/model/DirectFulfillmentItemIdentifiers.d.ts.map +1 -0
- package/src/shipping_v2/model/DirectPurchaseRequest.d.ts +55 -0
- package/src/shipping_v2/model/DirectPurchaseRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/DirectPurchaseResponse.d.ts +22 -0
- package/src/shipping_v2/model/DirectPurchaseResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/DirectPurchaseResult.d.ts +32 -0
- package/src/shipping_v2/model/DirectPurchaseResult.d.ts.map +1 -0
- package/src/shipping_v2/model/DocumentFormat.d.ts +29 -0
- package/src/shipping_v2/model/DocumentFormat.d.ts.map +1 -0
- package/src/shipping_v2/model/DocumentSize.d.ts +39 -0
- package/src/shipping_v2/model/DocumentSize.d.ts.map +1 -0
- package/src/shipping_v2/model/DocumentType.d.ts +34 -0
- package/src/shipping_v2/model/DocumentType.d.ts.map +1 -0
- package/src/shipping_v2/model/Error.d.ts +33 -0
- package/src/shipping_v2/model/Error.d.ts.map +1 -0
- package/src/shipping_v2/model/ErrorList.d.ts +26 -0
- package/src/shipping_v2/model/ErrorList.d.ts.map +1 -0
- package/src/shipping_v2/model/Event.d.ts +40 -0
- package/src/shipping_v2/model/Event.d.ts.map +1 -0
- package/src/shipping_v2/model/EventCode.d.ts +84 -0
- package/src/shipping_v2/model/EventCode.d.ts.map +1 -0
- package/src/shipping_v2/model/ExceptionOperatingHours.d.ts +28 -0
- package/src/shipping_v2/model/ExceptionOperatingHours.d.ts.map +1 -0
- package/src/shipping_v2/model/ExcludedBenefit.d.ts +31 -0
- package/src/shipping_v2/model/ExcludedBenefit.d.ts.map +1 -0
- package/src/shipping_v2/model/GenerateCollectionFormRequest.d.ts +38 -0
- package/src/shipping_v2/model/GenerateCollectionFormRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/GenerateCollectionFormResponse.d.ts +22 -0
- package/src/shipping_v2/model/GenerateCollectionFormResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GenerationStatus.d.ts +24 -0
- package/src/shipping_v2/model/GenerationStatus.d.ts.map +1 -0
- package/src/shipping_v2/model/Geocode.d.ts +28 -0
- package/src/shipping_v2/model/Geocode.d.ts.map +1 -0
- package/src/shipping_v2/model/GetAccessPointsResponse.d.ts +22 -0
- package/src/shipping_v2/model/GetAccessPointsResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetAccessPointsResult.d.ts +29 -0
- package/src/shipping_v2/model/GetAccessPointsResult.d.ts.map +1 -0
- package/src/shipping_v2/model/GetAdditionalInputsResponse.d.ts +24 -0
- package/src/shipping_v2/model/GetAdditionalInputsResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetCarrierAccountFormInputsResponse.d.ts +23 -0
- package/src/shipping_v2/model/GetCarrierAccountFormInputsResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetCarrierAccountsRequest.d.ts +23 -0
- package/src/shipping_v2/model/GetCarrierAccountsRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/GetCarrierAccountsResponse.d.ts +26 -0
- package/src/shipping_v2/model/GetCarrierAccountsResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetCollectionFormHistoryRequest.d.ts +47 -0
- package/src/shipping_v2/model/GetCollectionFormHistoryRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/GetCollectionFormHistoryResponse.d.ts +29 -0
- package/src/shipping_v2/model/GetCollectionFormHistoryResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetCollectionFormResponse.d.ts +22 -0
- package/src/shipping_v2/model/GetCollectionFormResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetRatesRequest.d.ts +93 -0
- package/src/shipping_v2/model/GetRatesRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/GetRatesResponse.d.ts +22 -0
- package/src/shipping_v2/model/GetRatesResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetRatesResult.d.ts +35 -0
- package/src/shipping_v2/model/GetRatesResult.d.ts.map +1 -0
- package/src/shipping_v2/model/GetShipmentDocumentsResponse.d.ts +22 -0
- package/src/shipping_v2/model/GetShipmentDocumentsResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetShipmentDocumentsResult.d.ts +34 -0
- package/src/shipping_v2/model/GetShipmentDocumentsResult.d.ts.map +1 -0
- package/src/shipping_v2/model/GetTrackingResponse.d.ts +22 -0
- package/src/shipping_v2/model/GetTrackingResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetTrackingResult.d.ts +35 -0
- package/src/shipping_v2/model/GetTrackingResult.d.ts.map +1 -0
- package/src/shipping_v2/model/GetUnmanifestedShipmentsRequest.d.ts +23 -0
- package/src/shipping_v2/model/GetUnmanifestedShipmentsRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/GetUnmanifestedShipmentsResponse.d.ts +23 -0
- package/src/shipping_v2/model/GetUnmanifestedShipmentsResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GoodsOwner.d.ts +25 -0
- package/src/shipping_v2/model/GoodsOwner.d.ts.map +1 -0
- package/src/shipping_v2/model/IneligibilityReason.d.ts +28 -0
- package/src/shipping_v2/model/IneligibilityReason.d.ts.map +1 -0
- package/src/shipping_v2/model/IneligibilityReasonCode.d.ts +64 -0
- package/src/shipping_v2/model/IneligibilityReasonCode.d.ts.map +1 -0
- package/src/shipping_v2/model/IneligibleRate.d.ts +34 -0
- package/src/shipping_v2/model/IneligibleRate.d.ts.map +1 -0
- package/src/shipping_v2/model/InputType.d.ts +24 -0
- package/src/shipping_v2/model/InputType.d.ts.map +1 -0
- package/src/shipping_v2/model/InvoiceDetails.d.ts +28 -0
- package/src/shipping_v2/model/InvoiceDetails.d.ts.map +1 -0
- package/src/shipping_v2/model/Item.d.ts +91 -0
- package/src/shipping_v2/model/Item.d.ts.map +1 -0
- package/src/shipping_v2/model/LabelAttribute.d.ts +29 -0
- package/src/shipping_v2/model/LabelAttribute.d.ts.map +1 -0
- package/src/shipping_v2/model/LinkCarrierAccountRequest.d.ts +41 -0
- package/src/shipping_v2/model/LinkCarrierAccountRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/LinkCarrierAccountResponse.d.ts +28 -0
- package/src/shipping_v2/model/LinkCarrierAccountResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/LinkableAccountType.d.ts +29 -0
- package/src/shipping_v2/model/LinkableAccountType.d.ts.map +1 -0
- package/src/shipping_v2/model/LinkableCarrier.d.ts +29 -0
- package/src/shipping_v2/model/LinkableCarrier.d.ts.map +1 -0
- package/src/shipping_v2/model/LiquidVolume.d.ts +42 -0
- package/src/shipping_v2/model/LiquidVolume.d.ts.map +1 -0
- package/src/shipping_v2/model/Location.d.ts +40 -0
- package/src/shipping_v2/model/Location.d.ts.map +1 -0
- package/src/shipping_v2/model/NdrAction.d.ts +29 -0
- package/src/shipping_v2/model/NdrAction.d.ts.map +1 -0
- package/src/shipping_v2/model/NdrRequestData.d.ts +28 -0
- package/src/shipping_v2/model/NdrRequestData.d.ts.map +1 -0
- package/src/shipping_v2/model/OneClickShipmentRequest.d.ts +86 -0
- package/src/shipping_v2/model/OneClickShipmentRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/OneClickShipmentResponse.d.ts +22 -0
- package/src/shipping_v2/model/OneClickShipmentResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/OneClickShipmentResult.d.ts +40 -0
- package/src/shipping_v2/model/OneClickShipmentResult.d.ts.map +1 -0
- package/src/shipping_v2/model/OneClickShipmentValueAddedService.d.ts +31 -0
- package/src/shipping_v2/model/OneClickShipmentValueAddedService.d.ts.map +1 -0
- package/src/shipping_v2/model/OperatingHours.d.ts +33 -0
- package/src/shipping_v2/model/OperatingHours.d.ts.map +1 -0
- package/src/shipping_v2/model/Package.d.ts +56 -0
- package/src/shipping_v2/model/Package.d.ts.map +1 -0
- package/src/shipping_v2/model/PackageDocument.d.ts +31 -0
- package/src/shipping_v2/model/PackageDocument.d.ts.map +1 -0
- package/src/shipping_v2/model/PackageDocumentDetail.d.ts +34 -0
- package/src/shipping_v2/model/PackageDocumentDetail.d.ts.map +1 -0
- package/src/shipping_v2/model/PaymentType.d.ts +24 -0
- package/src/shipping_v2/model/PaymentType.d.ts.map +1 -0
- package/src/shipping_v2/model/PrintOption.d.ts +36 -0
- package/src/shipping_v2/model/PrintOption.d.ts.map +1 -0
- package/src/shipping_v2/model/Promise.d.ts +27 -0
- package/src/shipping_v2/model/Promise.d.ts.map +1 -0
- package/src/shipping_v2/model/PurchaseShipmentRequest.d.ts +45 -0
- package/src/shipping_v2/model/PurchaseShipmentRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/PurchaseShipmentResponse.d.ts +22 -0
- package/src/shipping_v2/model/PurchaseShipmentResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/PurchaseShipmentResult.d.ts +37 -0
- package/src/shipping_v2/model/PurchaseShipmentResult.d.ts.map +1 -0
- package/src/shipping_v2/model/Rate.d.ts +76 -0
- package/src/shipping_v2/model/Rate.d.ts.map +1 -0
- package/src/shipping_v2/model/RateItem.d.ts +40 -0
- package/src/shipping_v2/model/RateItem.d.ts.map +1 -0
- package/src/shipping_v2/model/RateItemID.d.ts +179 -0
- package/src/shipping_v2/model/RateItemID.d.ts.map +1 -0
- package/src/shipping_v2/model/RateItemType.d.ts +29 -0
- package/src/shipping_v2/model/RateItemType.d.ts.map +1 -0
- package/src/shipping_v2/model/RequestedDocumentSpecification.d.ts +52 -0
- package/src/shipping_v2/model/RequestedDocumentSpecification.d.ts.map +1 -0
- package/src/shipping_v2/model/RequestedLabelCustomization.d.ts +23 -0
- package/src/shipping_v2/model/RequestedLabelCustomization.d.ts.map +1 -0
- package/src/shipping_v2/model/RequestedValueAddedService.d.ts +25 -0
- package/src/shipping_v2/model/RequestedValueAddedService.d.ts.map +1 -0
- package/src/shipping_v2/model/Service.d.ts +27 -0
- package/src/shipping_v2/model/Service.d.ts.map +1 -0
- package/src/shipping_v2/model/ServiceSelection.d.ts +25 -0
- package/src/shipping_v2/model/ServiceSelection.d.ts.map +1 -0
- package/src/shipping_v2/model/SettlementType.d.ts +24 -0
- package/src/shipping_v2/model/SettlementType.d.ts.map +1 -0
- package/src/shipping_v2/model/ShipmentType.d.ts +24 -0
- package/src/shipping_v2/model/ShipmentType.d.ts.map +1 -0
- package/src/shipping_v2/model/ShipperInstruction.d.ts +22 -0
- package/src/shipping_v2/model/ShipperInstruction.d.ts.map +1 -0
- package/src/shipping_v2/model/Status.d.ts +64 -0
- package/src/shipping_v2/model/Status.d.ts.map +1 -0
- package/src/shipping_v2/model/SubmitNdrFeedbackRequest.d.ts +34 -0
- package/src/shipping_v2/model/SubmitNdrFeedbackRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/SupportedDocumentDetail.d.ts +28 -0
- package/src/shipping_v2/model/SupportedDocumentDetail.d.ts.map +1 -0
- package/src/shipping_v2/model/SupportedDocumentSpecification.d.ts +32 -0
- package/src/shipping_v2/model/SupportedDocumentSpecification.d.ts.map +1 -0
- package/src/shipping_v2/model/TaxDetail.d.ts +28 -0
- package/src/shipping_v2/model/TaxDetail.d.ts.map +1 -0
- package/src/shipping_v2/model/TaxType.d.ts +19 -0
- package/src/shipping_v2/model/TaxType.d.ts.map +1 -0
- package/src/shipping_v2/model/TimeOfDay.d.ts +34 -0
- package/src/shipping_v2/model/TimeOfDay.d.ts.map +1 -0
- package/src/shipping_v2/model/TimeWindow.d.ts +28 -0
- package/src/shipping_v2/model/TimeWindow.d.ts.map +1 -0
- package/src/shipping_v2/model/TrackingDetailCodes.d.ts +28 -0
- package/src/shipping_v2/model/TrackingDetailCodes.d.ts.map +1 -0
- package/src/shipping_v2/model/TrackingSummary.d.ts +28 -0
- package/src/shipping_v2/model/TrackingSummary.d.ts.map +1 -0
- package/src/shipping_v2/model/UnlinkCarrierAccountRequest.d.ts +29 -0
- package/src/shipping_v2/model/UnlinkCarrierAccountRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/UnlinkCarrierAccountResponse.d.ts +22 -0
- package/src/shipping_v2/model/UnlinkCarrierAccountResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/UnmanifestedCarrierInformation.d.ts +35 -0
- package/src/shipping_v2/model/UnmanifestedCarrierInformation.d.ts.map +1 -0
- package/src/shipping_v2/model/UnmanifestedShipmentLocation.d.ts +28 -0
- package/src/shipping_v2/model/UnmanifestedShipmentLocation.d.ts.map +1 -0
- package/src/shipping_v2/model/ValidationMetadata.d.ts +34 -0
- package/src/shipping_v2/model/ValidationMetadata.d.ts.map +1 -0
- package/src/shipping_v2/model/ValueAddedService.d.ts +30 -0
- package/src/shipping_v2/model/ValueAddedService.d.ts.map +1 -0
- package/src/shipping_v2/model/ValueAddedServiceDetails.d.ts +22 -0
- package/src/shipping_v2/model/ValueAddedServiceDetails.d.ts.map +1 -0
- package/src/shipping_v2/model/Weight.d.ts +39 -0
- package/src/shipping_v2/model/Weight.d.ts.map +1 -0
- package/src/solicitations_v1/ApiClient.d.ts +260 -0
- package/src/solicitations_v1/ApiClient.d.ts.map +1 -0
- package/src/solicitations_v1/api/SolicitationsApi.d.ts +58 -0
- package/src/solicitations_v1/api/SolicitationsApi.d.ts.map +1 -0
- package/src/solicitations_v1/index.d.ts +16 -0
- package/src/solicitations_v1/index.d.ts.map +1 -0
- package/src/solicitations_v1/model/CreateProductReviewAndSellerFeedbackSolicitationResponse.d.ts +23 -0
- package/src/solicitations_v1/model/CreateProductReviewAndSellerFeedbackSolicitationResponse.d.ts.map +1 -0
- package/src/solicitations_v1/model/Error.d.ts +33 -0
- package/src/solicitations_v1/model/Error.d.ts.map +1 -0
- package/src/solicitations_v1/model/GetSchemaResponse.d.ts +37 -0
- package/src/solicitations_v1/model/GetSchemaResponse.d.ts.map +1 -0
- package/src/solicitations_v1/model/GetSchemaResponseLinks.d.ts +25 -0
- package/src/solicitations_v1/model/GetSchemaResponseLinks.d.ts.map +1 -0
- package/src/solicitations_v1/model/GetSolicitationActionResponse.d.ts +41 -0
- package/src/solicitations_v1/model/GetSolicitationActionResponse.d.ts.map +1 -0
- package/src/solicitations_v1/model/GetSolicitationActionResponseEmbedded.d.ts +22 -0
- package/src/solicitations_v1/model/GetSolicitationActionResponseEmbedded.d.ts.map +1 -0
- package/src/solicitations_v1/model/GetSolicitationActionResponseLinks.d.ts +27 -0
- package/src/solicitations_v1/model/GetSolicitationActionResponseLinks.d.ts.map +1 -0
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponse.d.ts +35 -0
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponse.d.ts.map +1 -0
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseEmbedded.d.ts +25 -0
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseEmbedded.d.ts.map +1 -0
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseLinks.d.ts +27 -0
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseLinks.d.ts.map +1 -0
- package/src/solicitations_v1/model/LinkObject.d.ts +31 -0
- package/src/solicitations_v1/model/LinkObject.d.ts.map +1 -0
- package/src/solicitations_v1/model/SolicitationsAction.d.ts +25 -0
- package/src/solicitations_v1/model/SolicitationsAction.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/ApiClient.d.ts +260 -0
- package/src/supplysources_v2020_07_01/ApiClient.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/api/SupplySourcesApi.d.ts +133 -0
- package/src/supplysources_v2020_07_01/api/SupplySourcesApi.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/api/SupplySourcesApi.js +14 -14
- package/src/supplysources_v2020_07_01/index.d.ts +40 -0
- package/src/supplysources_v2020_07_01/index.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/Address.d.ts +73 -0
- package/src/supplysources_v2020_07_01/model/Address.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/AddressWithContact.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/AddressWithContact.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ContactDetails.d.ts +22 -0
- package/src/supplysources_v2020_07_01/model/ContactDetails.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ContactDetailsPrimary.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/ContactDetailsPrimary.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/CreateSupplySourceRequest.d.ts +30 -0
- package/src/supplysources_v2020_07_01/model/CreateSupplySourceRequest.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/CreateSupplySourceResponse.d.ts +27 -0
- package/src/supplysources_v2020_07_01/model/CreateSupplySourceResponse.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/CurbsidePickupConfiguration.d.ts +34 -0
- package/src/supplysources_v2020_07_01/model/CurbsidePickupConfiguration.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/DeliveryChannel.d.ts +27 -0
- package/src/supplysources_v2020_07_01/model/DeliveryChannel.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/Duration.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/Duration.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/Error.d.ts +33 -0
- package/src/supplysources_v2020_07_01/model/Error.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ErrorList.d.ts +26 -0
- package/src/supplysources_v2020_07_01/model/ErrorList.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/GetSupplySourcesResponse.d.ts +29 -0
- package/src/supplysources_v2020_07_01/model/GetSupplySourcesResponse.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/InStorePickupConfiguration.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/InStorePickupConfiguration.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/OperatingHour.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/OperatingHour.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/OperatingHoursByDay.d.ts +59 -0
- package/src/supplysources_v2020_07_01/model/OperatingHoursByDay.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/OperationalConfiguration.d.ts +40 -0
- package/src/supplysources_v2020_07_01/model/OperationalConfiguration.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/OutboundCapability.d.ts +45 -0
- package/src/supplysources_v2020_07_01/model/OutboundCapability.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ParkingConfiguration.d.ts +34 -0
- package/src/supplysources_v2020_07_01/model/ParkingConfiguration.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ParkingCostType.d.ts +24 -0
- package/src/supplysources_v2020_07_01/model/ParkingCostType.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ParkingSpotIdentificationType.d.ts +24 -0
- package/src/supplysources_v2020_07_01/model/ParkingSpotIdentificationType.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ParkingWithAddressConfiguration.d.ts +40 -0
- package/src/supplysources_v2020_07_01/model/ParkingWithAddressConfiguration.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/PickupChannel.d.ts +45 -0
- package/src/supplysources_v2020_07_01/model/PickupChannel.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ReturnLocation.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/ReturnLocation.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ServicesCapability.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/ServicesCapability.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/SupplySource.d.ts +70 -0
- package/src/supplysources_v2020_07_01/model/SupplySource.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceCapabilities.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceCapabilities.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceConfiguration.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceConfiguration.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceListInner.d.ts +40 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceListInner.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceStatus.d.ts +24 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceStatus.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceStatusReadOnly.d.ts +29 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceStatusReadOnly.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ThroughputCap.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/ThroughputCap.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ThroughputConfig.d.ts +32 -0
- package/src/supplysources_v2020_07_01/model/ThroughputConfig.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ThroughputUnit.d.ts +19 -0
- package/src/supplysources_v2020_07_01/model/ThroughputUnit.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/TimeUnit.d.ts +29 -0
- package/src/supplysources_v2020_07_01/model/TimeUnit.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/UpdateSupplySourceRequest.d.ts +34 -0
- package/src/supplysources_v2020_07_01/model/UpdateSupplySourceRequest.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/UpdateSupplySourceStatusRequest.d.ts +22 -0
- package/src/supplysources_v2020_07_01/model/UpdateSupplySourceStatusRequest.d.ts.map +1 -0
- package/src/tokens_v2021_03_01/ApiClient.d.ts +260 -0
- package/src/tokens_v2021_03_01/ApiClient.d.ts.map +1 -0
- package/src/tokens_v2021_03_01/api/TokensApi.d.ts +42 -0
- package/src/tokens_v2021_03_01/api/TokensApi.d.ts.map +1 -0
- package/src/tokens_v2021_03_01/index.d.ts +9 -0
- package/src/tokens_v2021_03_01/index.d.ts.map +1 -0
- package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenRequest.d.ts +32 -0
- package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenRequest.d.ts.map +1 -0
- package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenResponse.d.ts +28 -0
- package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenResponse.d.ts.map +1 -0
- package/src/tokens_v2021_03_01/model/Error.d.ts +33 -0
- package/src/tokens_v2021_03_01/model/Error.d.ts.map +1 -0
- package/src/tokens_v2021_03_01/model/ErrorList.d.ts +22 -0
- package/src/tokens_v2021_03_01/model/ErrorList.d.ts.map +1 -0
- package/src/tokens_v2021_03_01/model/RestrictedResource.d.ts +45 -0
- package/src/tokens_v2021_03_01/model/RestrictedResource.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/ApiClient.d.ts +260 -0
- package/src/transfers_v2024_06_01/ApiClient.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/api/DefaultApi.d.ts +63 -0
- package/src/transfers_v2024_06_01/api/DefaultApi.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/api/DefaultApi.js +4 -4
- package/src/transfers_v2024_06_01/index.d.ts +13 -0
- package/src/transfers_v2024_06_01/index.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/AssignmentType.d.ts +19 -0
- package/src/transfers_v2024_06_01/model/AssignmentType.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/Error.d.ts +33 -0
- package/src/transfers_v2024_06_01/model/Error.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/ErrorList.d.ts +26 -0
- package/src/transfers_v2024_06_01/model/ErrorList.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/ExpiryDate.d.ts +28 -0
- package/src/transfers_v2024_06_01/model/ExpiryDate.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/GetPaymentMethodsResponse.d.ts +23 -0
- package/src/transfers_v2024_06_01/model/GetPaymentMethodsResponse.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/InitiatePayoutRequest.d.ts +27 -0
- package/src/transfers_v2024_06_01/model/InitiatePayoutRequest.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/InitiatePayoutResponse.d.ts +25 -0
- package/src/transfers_v2024_06_01/model/InitiatePayoutResponse.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/PaymentMethodDetails.d.ts +58 -0
- package/src/transfers_v2024_06_01/model/PaymentMethodDetails.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/PaymentMethodType.d.ts +29 -0
- package/src/transfers_v2024_06_01/model/PaymentMethodType.d.ts.map +1 -0
- package/src/uploads_v2020_11_01/ApiClient.d.ts +260 -0
- package/src/uploads_v2020_11_01/ApiClient.d.ts.map +1 -0
- package/src/uploads_v2020_11_01/api/UploadsApi.d.ts +53 -0
- package/src/uploads_v2020_11_01/api/UploadsApi.d.ts.map +1 -0
- package/src/uploads_v2020_11_01/api/UploadsApi.js +4 -4
- package/src/uploads_v2020_11_01/index.d.ts +7 -0
- package/src/uploads_v2020_11_01/index.d.ts.map +1 -0
- package/src/uploads_v2020_11_01/model/CreateUploadDestinationResponse.d.ts +29 -0
- package/src/uploads_v2020_11_01/model/CreateUploadDestinationResponse.d.ts.map +1 -0
- package/src/uploads_v2020_11_01/model/Error.d.ts +33 -0
- package/src/uploads_v2020_11_01/model/Error.d.ts.map +1 -0
- package/src/uploads_v2020_11_01/model/UploadDestination.d.ts +34 -0
- package/src/uploads_v2020_11_01/model/UploadDestination.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/ApiClient.d.ts +260 -0
- package/src/vehicles_v2024_11_01/ApiClient.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/api/AutomotiveApi.d.ts +55 -0
- package/src/vehicles_v2024_11_01/api/AutomotiveApi.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/api/AutomotiveApi.js +6 -6
- package/src/vehicles_v2024_11_01/api/VehiclesApi.d.ts +55 -0
- package/src/vehicles_v2024_11_01/api/VehiclesApi.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/api/VehiclesApi.js +6 -6
- package/src/vehicles_v2024_11_01/index.d.ts +16 -0
- package/src/vehicles_v2024_11_01/index.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/EngineOutput.d.ts +28 -0
- package/src/vehicles_v2024_11_01/model/EngineOutput.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/EngineOutputUnit.d.ts +24 -0
- package/src/vehicles_v2024_11_01/model/EngineOutputUnit.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/Error.d.ts +33 -0
- package/src/vehicles_v2024_11_01/model/Error.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/ErrorList.d.ts +26 -0
- package/src/vehicles_v2024_11_01/model/ErrorList.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/MonthAndYear.d.ts +28 -0
- package/src/vehicles_v2024_11_01/model/MonthAndYear.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/Pagination.d.ts +28 -0
- package/src/vehicles_v2024_11_01/model/Pagination.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/Vehicle.d.ts +84 -0
- package/src/vehicles_v2024_11_01/model/Vehicle.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/VehicleIdentifiers.d.ts +28 -0
- package/src/vehicles_v2024_11_01/model/VehicleIdentifiers.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/VehicleStandard.d.ts +24 -0
- package/src/vehicles_v2024_11_01/model/VehicleStandard.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/VehicleStatusInCatalog.d.ts +24 -0
- package/src/vehicles_v2024_11_01/model/VehicleStatusInCatalog.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/VehiclesResponse.d.ts +32 -0
- package/src/vehicles_v2024_11_01/model/VehiclesResponse.d.ts.map +1 -0
- package/src/vendordfinventory_v1/ApiClient.d.ts +260 -0
- package/src/vendordfinventory_v1/ApiClient.d.ts.map +1 -0
- package/src/vendordfinventory_v1/api/UpdateInventoryApi.d.ts +44 -0
- package/src/vendordfinventory_v1/api/UpdateInventoryApi.d.ts.map +1 -0
- package/src/vendordfinventory_v1/index.d.ts +12 -0
- package/src/vendordfinventory_v1/index.d.ts.map +1 -0
- package/src/vendordfinventory_v1/model/Error.d.ts +33 -0
- package/src/vendordfinventory_v1/model/Error.d.ts.map +1 -0
- package/src/vendordfinventory_v1/model/InventoryUpdate.d.ts +31 -0
- package/src/vendordfinventory_v1/model/InventoryUpdate.d.ts.map +1 -0
- package/src/vendordfinventory_v1/model/ItemDetails.d.ts +44 -0
- package/src/vendordfinventory_v1/model/ItemDetails.d.ts.map +1 -0
- package/src/vendordfinventory_v1/model/ItemQuantity.d.ts +31 -0
- package/src/vendordfinventory_v1/model/ItemQuantity.d.ts.map +1 -0
- package/src/vendordfinventory_v1/model/PartyIdentification.d.ts +25 -0
- package/src/vendordfinventory_v1/model/PartyIdentification.d.ts.map +1 -0
- package/src/vendordfinventory_v1/model/SubmitInventoryUpdateRequest.d.ts +22 -0
- package/src/vendordfinventory_v1/model/SubmitInventoryUpdateRequest.d.ts.map +1 -0
- package/src/vendordfinventory_v1/model/SubmitInventoryUpdateResponse.d.ts +29 -0
- package/src/vendordfinventory_v1/model/SubmitInventoryUpdateResponse.d.ts.map +1 -0
- package/src/vendordfinventory_v1/model/TransactionReference.d.ts +22 -0
- package/src/vendordfinventory_v1/model/TransactionReference.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/ApiClient.d.ts +260 -0
- package/src/vendordforders_v2021_12_28/ApiClient.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/api/VendorOrdersApi.d.ts +98 -0
- package/src/vendordforders_v2021_12_28/api/VendorOrdersApi.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/api/VendorOrdersApi.js +14 -14
- package/src/vendordforders_v2021_12_28/index.d.ts +29 -0
- package/src/vendordforders_v2021_12_28/index.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/AcknowledgementStatus.d.ts +28 -0
- package/src/vendordforders_v2021_12_28/model/AcknowledgementStatus.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/Address.d.ts +79 -0
- package/src/vendordforders_v2021_12_28/model/Address.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/BuyerCustomizedInfoDetail.d.ts +22 -0
- package/src/vendordforders_v2021_12_28/model/BuyerCustomizedInfoDetail.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/Error.d.ts +33 -0
- package/src/vendordforders_v2021_12_28/model/Error.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/ErrorList.d.ts +26 -0
- package/src/vendordforders_v2021_12_28/model/ErrorList.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/GiftDetails.d.ts +28 -0
- package/src/vendordforders_v2021_12_28/model/GiftDetails.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/ItemQuantity.d.ts +37 -0
- package/src/vendordforders_v2021_12_28/model/ItemQuantity.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/Money.d.ts +28 -0
- package/src/vendordforders_v2021_12_28/model/Money.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/Order.d.ts +31 -0
- package/src/vendordforders_v2021_12_28/model/Order.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/OrderAcknowledgementItem.d.ts +40 -0
- package/src/vendordforders_v2021_12_28/model/OrderAcknowledgementItem.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/OrderDetails.d.ts +73 -0
- package/src/vendordforders_v2021_12_28/model/OrderDetails.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/OrderDetails.js +8 -0
- package/src/vendordforders_v2021_12_28/model/OrderItem.d.ts +78 -0
- package/src/vendordforders_v2021_12_28/model/OrderItem.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/OrderItemAcknowledgement.d.ts +40 -0
- package/src/vendordforders_v2021_12_28/model/OrderItemAcknowledgement.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/OrderList.d.ts +29 -0
- package/src/vendordforders_v2021_12_28/model/OrderList.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/Pagination.d.ts +22 -0
- package/src/vendordforders_v2021_12_28/model/Pagination.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/PartyIdentification.d.ts +37 -0
- package/src/vendordforders_v2021_12_28/model/PartyIdentification.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/ScheduledDeliveryShipment.d.ts +34 -0
- package/src/vendordforders_v2021_12_28/model/ScheduledDeliveryShipment.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/ShipmentDates.d.ts +31 -0
- package/src/vendordforders_v2021_12_28/model/ShipmentDates.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/ShipmentDetails.d.ts +46 -0
- package/src/vendordforders_v2021_12_28/model/ShipmentDetails.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementRequest.d.ts +23 -0
- package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementRequest.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementResponse.d.ts +28 -0
- package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementResponse.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/TaxDetails.d.ts +86 -0
- package/src/vendordforders_v2021_12_28/model/TaxDetails.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/TaxItemDetails.d.ts +23 -0
- package/src/vendordforders_v2021_12_28/model/TaxItemDetails.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/TaxRegistrationDetails.d.ts +53 -0
- package/src/vendordforders_v2021_12_28/model/TaxRegistrationDetails.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/TransactionId.d.ts +22 -0
- package/src/vendordforders_v2021_12_28/model/TransactionId.d.ts.map +1 -0
- package/src/vendordfpayments_v1/ApiClient.d.ts +260 -0
- package/src/vendordfpayments_v1/ApiClient.d.ts.map +1 -0
- package/src/vendordfpayments_v1/api/VendorInvoiceApi.d.ts +42 -0
- package/src/vendordfpayments_v1/api/VendorInvoiceApi.d.ts.map +1 -0
- package/src/vendordfpayments_v1/index.d.ts +18 -0
- package/src/vendordfpayments_v1/index.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/AdditionalDetails.d.ts +43 -0
- package/src/vendordfpayments_v1/model/AdditionalDetails.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/Address.d.ts +65 -0
- package/src/vendordfpayments_v1/model/Address.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/ChargeDetails.d.ts +50 -0
- package/src/vendordfpayments_v1/model/ChargeDetails.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/Error.d.ts +33 -0
- package/src/vendordfpayments_v1/model/Error.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/InvoiceDetail.d.ts +82 -0
- package/src/vendordfpayments_v1/model/InvoiceDetail.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/InvoiceItem.d.ts +71 -0
- package/src/vendordfpayments_v1/model/InvoiceItem.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/ItemQuantity.d.ts +27 -0
- package/src/vendordfpayments_v1/model/ItemQuantity.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/Money.d.ts +27 -0
- package/src/vendordfpayments_v1/model/Money.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/PartyIdentification.d.ts +38 -0
- package/src/vendordfpayments_v1/model/PartyIdentification.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/SubmitInvoiceRequest.d.ts +23 -0
- package/src/vendordfpayments_v1/model/SubmitInvoiceRequest.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/SubmitInvoiceResponse.d.ts +29 -0
- package/src/vendordfpayments_v1/model/SubmitInvoiceResponse.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/TaxDetail.d.ts +117 -0
- package/src/vendordfpayments_v1/model/TaxDetail.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/TaxRegistrationDetail.d.ts +53 -0
- package/src/vendordfpayments_v1/model/TaxRegistrationDetail.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/TransactionReference.d.ts +22 -0
- package/src/vendordfpayments_v1/model/TransactionReference.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/ApiClient.d.ts +260 -0
- package/src/vendordfshipping_v2021_12_28/ApiClient.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/api/CreateContainerLabelApi.d.ts +44 -0
- package/src/vendordfshipping_v2021_12_28/api/CreateContainerLabelApi.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/api/CustomerInvoicesApi.d.ts +80 -0
- package/src/vendordfshipping_v2021_12_28/api/CustomerInvoicesApi.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/api/CustomerInvoicesApi.js +10 -10
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingApi.d.ts +111 -0
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingApi.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingApi.js +10 -10
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingLabelsApi.d.ts +113 -0
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingLabelsApi.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingLabelsApi.js +10 -10
- package/src/vendordfshipping_v2021_12_28/index.d.ts +43 -0
- package/src/vendordfshipping_v2021_12_28/index.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/Address.d.ts +77 -0
- package/src/vendordfshipping_v2021_12_28/model/Address.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/CarrierId.d.ts +19 -0
- package/src/vendordfshipping_v2021_12_28/model/CarrierId.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/Container.d.ts +91 -0
- package/src/vendordfshipping_v2021_12_28/model/Container.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ContainerLabel.d.ts +34 -0
- package/src/vendordfshipping_v2021_12_28/model/ContainerLabel.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ContainerLabelFormat.d.ts +24 -0
- package/src/vendordfshipping_v2021_12_28/model/ContainerLabelFormat.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelRequest.d.ts +36 -0
- package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelRequest.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelResponse.d.ts +26 -0
- package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelResponse.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/CreateShippingLabelsRequest.d.ts +35 -0
- package/src/vendordfshipping_v2021_12_28/model/CreateShippingLabelsRequest.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/CustomerInvoice.d.ts +27 -0
- package/src/vendordfshipping_v2021_12_28/model/CustomerInvoice.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/CustomerInvoiceList.d.ts +29 -0
- package/src/vendordfshipping_v2021_12_28/model/CustomerInvoiceList.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/Dimensions.d.ts +41 -0
- package/src/vendordfshipping_v2021_12_28/model/Dimensions.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/Error.d.ts +33 -0
- package/src/vendordfshipping_v2021_12_28/model/Error.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ErrorList.d.ts +26 -0
- package/src/vendordfshipping_v2021_12_28/model/ErrorList.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/Item.d.ts +40 -0
- package/src/vendordfshipping_v2021_12_28/model/Item.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ItemQuantity.d.ts +27 -0
- package/src/vendordfshipping_v2021_12_28/model/ItemQuantity.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/LabelData.d.ts +49 -0
- package/src/vendordfshipping_v2021_12_28/model/LabelData.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/Package.d.ts +25 -0
- package/src/vendordfshipping_v2021_12_28/model/Package.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/PackedItem.d.ts +46 -0
- package/src/vendordfshipping_v2021_12_28/model/PackedItem.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/PackingSlip.d.ts +46 -0
- package/src/vendordfshipping_v2021_12_28/model/PackingSlip.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/PackingSlipList.d.ts +29 -0
- package/src/vendordfshipping_v2021_12_28/model/PackingSlipList.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/Pagination.d.ts +22 -0
- package/src/vendordfshipping_v2021_12_28/model/Pagination.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/PartyIdentification.d.ts +38 -0
- package/src/vendordfshipping_v2021_12_28/model/PartyIdentification.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ShipmentConfirmation.d.ts +43 -0
- package/src/vendordfshipping_v2021_12_28/model/ShipmentConfirmation.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ShipmentDetails.d.ts +55 -0
- package/src/vendordfshipping_v2021_12_28/model/ShipmentDetails.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ShipmentSchedule.d.ts +34 -0
- package/src/vendordfshipping_v2021_12_28/model/ShipmentSchedule.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ShipmentStatusUpdate.d.ts +33 -0
- package/src/vendordfshipping_v2021_12_28/model/ShipmentStatusUpdate.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabel.d.ts +45 -0
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabel.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabelList.d.ts +29 -0
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabelList.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabelRequest.d.ts +37 -0
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabelRequest.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/StatusUpdateDetails.d.ts +40 -0
- package/src/vendordfshipping_v2021_12_28/model/StatusUpdateDetails.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentConfirmationsRequest.d.ts +23 -0
- package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentConfirmationsRequest.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentStatusUpdatesRequest.d.ts +23 -0
- package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentStatusUpdatesRequest.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/SubmitShippingLabelsRequest.d.ts +23 -0
- package/src/vendordfshipping_v2021_12_28/model/SubmitShippingLabelsRequest.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/TaxRegistrationDetails.d.ts +53 -0
- package/src/vendordfshipping_v2021_12_28/model/TaxRegistrationDetails.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/TransactionReference.d.ts +22 -0
- package/src/vendordfshipping_v2021_12_28/model/TransactionReference.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/Weight.d.ts +37 -0
- package/src/vendordfshipping_v2021_12_28/model/Weight.d.ts.map +1 -0
- package/src/vendordftransactions_v2021_12_28/ApiClient.d.ts +260 -0
- package/src/vendordftransactions_v2021_12_28/ApiClient.d.ts.map +1 -0
- package/src/vendordftransactions_v2021_12_28/api/VendorTransactionApi.d.ts +41 -0
- package/src/vendordftransactions_v2021_12_28/api/VendorTransactionApi.d.ts.map +1 -0
- package/src/vendordftransactions_v2021_12_28/index.d.ts +8 -0
- package/src/vendordftransactions_v2021_12_28/index.d.ts.map +1 -0
- package/src/vendordftransactions_v2021_12_28/model/Error.d.ts +33 -0
- package/src/vendordftransactions_v2021_12_28/model/Error.d.ts.map +1 -0
- package/src/vendordftransactions_v2021_12_28/model/ErrorList.d.ts +26 -0
- package/src/vendordftransactions_v2021_12_28/model/ErrorList.d.ts.map +1 -0
- package/src/vendordftransactions_v2021_12_28/model/Transaction.d.ts +44 -0
- package/src/vendordftransactions_v2021_12_28/model/Transaction.d.ts.map +1 -0
- package/src/vendordftransactions_v2021_12_28/model/TransactionStatus.d.ts +22 -0
- package/src/vendordftransactions_v2021_12_28/model/TransactionStatus.d.ts.map +1 -0
- package/src/vendorinvoices_v1/ApiClient.d.ts +260 -0
- package/src/vendorinvoices_v1/ApiClient.d.ts.map +1 -0
- package/src/vendorinvoices_v1/api/VendorPaymentsApi.d.ts +42 -0
- package/src/vendorinvoices_v1/api/VendorPaymentsApi.d.ts.map +1 -0
- package/src/vendorinvoices_v1/index.d.ts +23 -0
- package/src/vendorinvoices_v1/index.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/AdditionalDetails.d.ts +44 -0
- package/src/vendorinvoices_v1/model/AdditionalDetails.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/Address.d.ts +77 -0
- package/src/vendorinvoices_v1/model/Address.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/AllowanceDetails.d.ts +55 -0
- package/src/vendorinvoices_v1/model/AllowanceDetails.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/ChargeDetails.d.ts +60 -0
- package/src/vendorinvoices_v1/model/ChargeDetails.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/CreditNoteDetails.d.ts +58 -0
- package/src/vendorinvoices_v1/model/CreditNoteDetails.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/Error.d.ts +33 -0
- package/src/vendorinvoices_v1/model/Error.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/Invoice.d.ts +107 -0
- package/src/vendorinvoices_v1/model/Invoice.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/InvoiceItem.d.ts +88 -0
- package/src/vendorinvoices_v1/model/InvoiceItem.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/ItemQuantity.d.ts +49 -0
- package/src/vendorinvoices_v1/model/ItemQuantity.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/Money.d.ts +28 -0
- package/src/vendorinvoices_v1/model/Money.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/NetCostUnitOfMeasure.d.ts +34 -0
- package/src/vendorinvoices_v1/model/NetCostUnitOfMeasure.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/PartyIdentification.d.ts +38 -0
- package/src/vendorinvoices_v1/model/PartyIdentification.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/PaymentTerms.d.ts +54 -0
- package/src/vendorinvoices_v1/model/PaymentTerms.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/SubmitInvoicesRequest.d.ts +23 -0
- package/src/vendorinvoices_v1/model/SubmitInvoicesRequest.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/SubmitInvoicesResponse.d.ts +29 -0
- package/src/vendorinvoices_v1/model/SubmitInvoicesResponse.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/TaxDetails.d.ts +117 -0
- package/src/vendorinvoices_v1/model/TaxDetails.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/TaxRegistrationDetails.d.ts +37 -0
- package/src/vendorinvoices_v1/model/TaxRegistrationDetails.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/TotalWeight.d.ts +39 -0
- package/src/vendorinvoices_v1/model/TotalWeight.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/TransactionId.d.ts +22 -0
- package/src/vendorinvoices_v1/model/TransactionId.d.ts.map +1 -0
- package/src/vendororders_v1/ApiClient.d.ts +260 -0
- package/src/vendororders_v1/ApiClient.d.ts.map +1 -0
- package/src/vendororders_v1/api/VendorOrdersApi.d.ts +185 -0
- package/src/vendororders_v1/api/VendorOrdersApi.d.ts.map +1 -0
- package/src/vendororders_v1/api/VendorOrdersApi.js +54 -54
- package/src/vendororders_v1/index.d.ts +33 -0
- package/src/vendororders_v1/index.d.ts.map +1 -0
- package/src/vendororders_v1/model/AcknowledgementStatusDetails.d.ts +33 -0
- package/src/vendororders_v1/model/AcknowledgementStatusDetails.d.ts.map +1 -0
- package/src/vendororders_v1/model/Address.d.ts +77 -0
- package/src/vendororders_v1/model/Address.d.ts.map +1 -0
- package/src/vendororders_v1/model/Error.d.ts +33 -0
- package/src/vendororders_v1/model/Error.d.ts.map +1 -0
- package/src/vendororders_v1/model/GetPurchaseOrderResponse.d.ts +29 -0
- package/src/vendororders_v1/model/GetPurchaseOrderResponse.d.ts.map +1 -0
- package/src/vendororders_v1/model/GetPurchaseOrdersResponse.d.ts +29 -0
- package/src/vendororders_v1/model/GetPurchaseOrdersResponse.d.ts.map +1 -0
- package/src/vendororders_v1/model/GetPurchaseOrdersStatusResponse.d.ts +29 -0
- package/src/vendororders_v1/model/GetPurchaseOrdersStatusResponse.d.ts.map +1 -0
- package/src/vendororders_v1/model/ImportDetails.d.ts +77 -0
- package/src/vendororders_v1/model/ImportDetails.d.ts.map +1 -0
- package/src/vendororders_v1/model/ItemQuantity.d.ts +44 -0
- package/src/vendororders_v1/model/ItemQuantity.d.ts.map +1 -0
- package/src/vendororders_v1/model/Money.d.ts +46 -0
- package/src/vendororders_v1/model/Money.d.ts.map +1 -0
- package/src/vendororders_v1/model/Order.d.ts +44 -0
- package/src/vendororders_v1/model/Order.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderAcknowledgement.d.ts +33 -0
- package/src/vendororders_v1/model/OrderAcknowledgement.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderAcknowledgementItem.d.ts +64 -0
- package/src/vendororders_v1/model/OrderAcknowledgementItem.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderDetails.d.ts +115 -0
- package/src/vendororders_v1/model/OrderDetails.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderItem.d.ts +53 -0
- package/src/vendororders_v1/model/OrderItem.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderItemAcknowledgement.d.ts +66 -0
- package/src/vendororders_v1/model/OrderItemAcknowledgement.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderItemStatus.d.ts +66 -0
- package/src/vendororders_v1/model/OrderItemStatus.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderItemStatusAcknowledgementStatus.d.ts +52 -0
- package/src/vendororders_v1/model/OrderItemStatusAcknowledgementStatus.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderItemStatusOrderedQuantity.d.ts +29 -0
- package/src/vendororders_v1/model/OrderItemStatusOrderedQuantity.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderItemStatusReceivingStatus.d.ts +45 -0
- package/src/vendororders_v1/model/OrderItemStatusReceivingStatus.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderList.d.ts +29 -0
- package/src/vendororders_v1/model/OrderList.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderListStatus.d.ts +29 -0
- package/src/vendororders_v1/model/OrderListStatus.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderStatus.d.ts +53 -0
- package/src/vendororders_v1/model/OrderStatus.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderedQuantityDetails.d.ts +33 -0
- package/src/vendororders_v1/model/OrderedQuantityDetails.d.ts.map +1 -0
- package/src/vendororders_v1/model/Pagination.d.ts +22 -0
- package/src/vendororders_v1/model/Pagination.d.ts.map +1 -0
- package/src/vendororders_v1/model/PartyIdentification.d.ts +37 -0
- package/src/vendororders_v1/model/PartyIdentification.d.ts.map +1 -0
- package/src/vendororders_v1/model/SubmitAcknowledgementRequest.d.ts +23 -0
- package/src/vendororders_v1/model/SubmitAcknowledgementRequest.d.ts.map +1 -0
- package/src/vendororders_v1/model/SubmitAcknowledgementResponse.d.ts +29 -0
- package/src/vendororders_v1/model/SubmitAcknowledgementResponse.d.ts.map +1 -0
- package/src/vendororders_v1/model/TaxRegistrationDetails.d.ts +37 -0
- package/src/vendororders_v1/model/TaxRegistrationDetails.d.ts.map +1 -0
- package/src/vendororders_v1/model/TransactionId.d.ts +22 -0
- package/src/vendororders_v1/model/TransactionId.d.ts.map +1 -0
- package/src/vendorshipments_v1/ApiClient.d.ts +260 -0
- package/src/vendorshipments_v1/ApiClient.d.ts.map +1 -0
- package/src/vendorshipments_v1/api/VendorShippingApi.d.ts +219 -0
- package/src/vendorshipments_v1/api/VendorShippingApi.d.ts.map +1 -0
- package/src/vendorshipments_v1/api/VendorShippingApi.js +68 -68
- package/src/vendorshipments_v1/index.d.ts +58 -0
- package/src/vendorshipments_v1/index.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Address.d.ts +77 -0
- package/src/vendorshipments_v1/model/Address.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/CarrierDetails.d.ts +46 -0
- package/src/vendorshipments_v1/model/CarrierDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Carton.d.ts +53 -0
- package/src/vendorshipments_v1/model/Carton.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/CartonReferenceDetails.d.ts +31 -0
- package/src/vendorshipments_v1/model/CartonReferenceDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/CollectFreightPickupDetails.d.ts +34 -0
- package/src/vendorshipments_v1/model/CollectFreightPickupDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ContainerIdentification.d.ts +40 -0
- package/src/vendorshipments_v1/model/ContainerIdentification.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ContainerItem.d.ts +34 -0
- package/src/vendorshipments_v1/model/ContainerItem.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ContainerSequenceNumbers.d.ts +22 -0
- package/src/vendorshipments_v1/model/ContainerSequenceNumbers.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Containers.d.ts +87 -0
- package/src/vendorshipments_v1/model/Containers.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Dimensions.d.ts +43 -0
- package/src/vendorshipments_v1/model/Dimensions.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Duration.d.ts +37 -0
- package/src/vendorshipments_v1/model/Duration.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Error.d.ts +33 -0
- package/src/vendorshipments_v1/model/Error.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Expiry.d.ts +34 -0
- package/src/vendorshipments_v1/model/Expiry.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/GetShipmentDetailsResponse.d.ts +29 -0
- package/src/vendorshipments_v1/model/GetShipmentDetailsResponse.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/GetShipmentLabels.d.ts +29 -0
- package/src/vendorshipments_v1/model/GetShipmentLabels.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ImportDetails.d.ts +82 -0
- package/src/vendorshipments_v1/model/ImportDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/InnerContainersDetails.d.ts +29 -0
- package/src/vendorshipments_v1/model/InnerContainersDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Item.d.ts +46 -0
- package/src/vendorshipments_v1/model/Item.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ItemDetails.d.ts +58 -0
- package/src/vendorshipments_v1/model/ItemDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ItemQuantity.d.ts +49 -0
- package/src/vendorshipments_v1/model/ItemQuantity.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/LabelData.d.ts +55 -0
- package/src/vendorshipments_v1/model/LabelData.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Location.d.ts +34 -0
- package/src/vendorshipments_v1/model/Location.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Money.d.ts +27 -0
- package/src/vendorshipments_v1/model/Money.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/PackageItemDetails.d.ts +34 -0
- package/src/vendorshipments_v1/model/PackageItemDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/PackedItems.d.ts +46 -0
- package/src/vendorshipments_v1/model/PackedItems.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/PackedQuantity.d.ts +43 -0
- package/src/vendorshipments_v1/model/PackedQuantity.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Pagination.d.ts +22 -0
- package/src/vendorshipments_v1/model/Pagination.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Pallet.d.ts +63 -0
- package/src/vendorshipments_v1/model/Pallet.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/PartyIdentification.d.ts +38 -0
- package/src/vendorshipments_v1/model/PartyIdentification.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/PurchaseOrderItemDetails.d.ts +22 -0
- package/src/vendorshipments_v1/model/PurchaseOrderItemDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/PurchaseOrderItems.d.ts +46 -0
- package/src/vendorshipments_v1/model/PurchaseOrderItems.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/PurchaseOrders.d.ts +41 -0
- package/src/vendorshipments_v1/model/PurchaseOrders.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Route.d.ts +26 -0
- package/src/vendorshipments_v1/model/Route.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Shipment.d.ts +151 -0
- package/src/vendorshipments_v1/model/Shipment.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ShipmentConfirmation.d.ts +133 -0
- package/src/vendorshipments_v1/model/ShipmentConfirmation.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ShipmentDetails.d.ts +29 -0
- package/src/vendorshipments_v1/model/ShipmentDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ShipmentInformation.d.ts +73 -0
- package/src/vendorshipments_v1/model/ShipmentInformation.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ShipmentMeasurements.d.ts +40 -0
- package/src/vendorshipments_v1/model/ShipmentMeasurements.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ShipmentStatusDetails.d.ts +40 -0
- package/src/vendorshipments_v1/model/ShipmentStatusDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Stop.d.ts +54 -0
- package/src/vendorshipments_v1/model/Stop.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsRequest.d.ts +23 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsRequest.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsResponse.d.ts +29 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsResponse.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/SubmitShipments.d.ts +23 -0
- package/src/vendorshipments_v1/model/SubmitShipments.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/TaxRegistrationDetails.d.ts +37 -0
- package/src/vendorshipments_v1/model/TaxRegistrationDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/TotalWeight.d.ts +39 -0
- package/src/vendorshipments_v1/model/TotalWeight.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/TransactionReference.d.ts +22 -0
- package/src/vendorshipments_v1/model/TransactionReference.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/TransportLabel.d.ts +35 -0
- package/src/vendorshipments_v1/model/TransportLabel.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/TransportShipmentMeasurements.d.ts +46 -0
- package/src/vendorshipments_v1/model/TransportShipmentMeasurements.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/TransportationDetails.d.ts +78 -0
- package/src/vendorshipments_v1/model/TransportationDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/TransportationDetailsForShipmentConfirmation.d.ts +51 -0
- package/src/vendorshipments_v1/model/TransportationDetailsForShipmentConfirmation.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/TransportationLabels.d.ts +29 -0
- package/src/vendorshipments_v1/model/TransportationLabels.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/VendorDetails.d.ts +28 -0
- package/src/vendorshipments_v1/model/VendorDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Volume.d.ts +39 -0
- package/src/vendorshipments_v1/model/Volume.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Weight.d.ts +39 -0
- package/src/vendorshipments_v1/model/Weight.d.ts.map +1 -0
- package/src/vendortransactionstatus_v1/ApiClient.d.ts +260 -0
- package/src/vendortransactionstatus_v1/ApiClient.d.ts.map +1 -0
- package/src/vendortransactionstatus_v1/api/VendorTransactionApi.d.ts +41 -0
- package/src/vendortransactionstatus_v1/api/VendorTransactionApi.d.ts.map +1 -0
- package/src/vendortransactionstatus_v1/index.d.ts +8 -0
- package/src/vendortransactionstatus_v1/index.d.ts.map +1 -0
- package/src/vendortransactionstatus_v1/model/Error.d.ts +33 -0
- package/src/vendortransactionstatus_v1/model/Error.d.ts.map +1 -0
- package/src/vendortransactionstatus_v1/model/GetTransactionResponse.d.ts +29 -0
- package/src/vendortransactionstatus_v1/model/GetTransactionResponse.d.ts.map +1 -0
- package/src/vendortransactionstatus_v1/model/Transaction.d.ts +45 -0
- package/src/vendortransactionstatus_v1/model/Transaction.d.ts.map +1 -0
- package/src/vendortransactionstatus_v1/model/TransactionStatus.d.ts +22 -0
- package/src/vendortransactionstatus_v1/model/TransactionStatus.d.ts.map +1 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The Selling Partner API for Amazon Seller Wallet Open Banking API
|
|
2
|
+
* The Selling Partner API for Amazon Seller Wallet Open Banking API Spec. For more information, refer to the [Seller Wallet Open Banking API Use Case Guide](doc:seller-wallet-open-banking-api-v2024-03-01-use-case-guide).
|
|
3
3
|
* The Selling Partner API for Seller Wallet (Seller Wallet API) provides financial information that is relevant to a seller's Seller Wallet account. You can obtain financial events, balances, and transfer schedules for Seller Wallet accounts. You can also schedule and initiate transactions.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2024-03-01
|
|
@@ -74,10 +74,11 @@ export class TransferScheduleApi {
|
|
|
74
74
|
* Create a transfer schedule request from a Seller Wallet account to another customer-provided account.
|
|
75
75
|
* @param {String} destAccountDigitalSignature Digital signature for the destination bank account details.
|
|
76
76
|
* @param {String} amountDigitalSignature Digital signature for the source currency transaction amount.
|
|
77
|
+
* @param {String} marketplaceId The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
77
78
|
* @param {TransferScheduleRequest} body Defines the actual payload of the request
|
|
78
79
|
* @return {Promise<TransferSchedule>}
|
|
79
80
|
*/
|
|
80
|
-
createTransferScheduleWithHttpInfo (destAccountDigitalSignature, amountDigitalSignature, body) {
|
|
81
|
+
createTransferScheduleWithHttpInfo (destAccountDigitalSignature, amountDigitalSignature, marketplaceId, body) {
|
|
81
82
|
const postBody = body
|
|
82
83
|
|
|
83
84
|
// verify the required parameter 'destAccountDigitalSignature' is set
|
|
@@ -90,6 +91,11 @@ export class TransferScheduleApi {
|
|
|
90
91
|
throw new Error("Missing the required parameter 'amountDigitalSignature' when calling createTransferSchedule")
|
|
91
92
|
}
|
|
92
93
|
|
|
94
|
+
// verify the required parameter 'marketplaceId' is set
|
|
95
|
+
if (marketplaceId === undefined || marketplaceId === null) {
|
|
96
|
+
throw new Error("Missing the required parameter 'marketplaceId' when calling createTransferSchedule")
|
|
97
|
+
}
|
|
98
|
+
|
|
93
99
|
// verify the required parameter 'body' is set
|
|
94
100
|
if (body === undefined || body === null) {
|
|
95
101
|
throw new Error("Missing the required parameter 'body' when calling createTransferSchedule")
|
|
@@ -98,6 +104,7 @@ export class TransferScheduleApi {
|
|
|
98
104
|
const pathParams = {
|
|
99
105
|
}
|
|
100
106
|
const queryParams = {
|
|
107
|
+
marketplaceId
|
|
101
108
|
}
|
|
102
109
|
const headerParams = {
|
|
103
110
|
destAccountDigitalSignature,
|
|
@@ -122,23 +129,25 @@ export class TransferScheduleApi {
|
|
|
122
129
|
* Create a transfer schedule request from a Seller Wallet account to another customer-provided account.
|
|
123
130
|
* @param {String} destAccountDigitalSignature Digital signature for the destination bank account details.
|
|
124
131
|
* @param {String} amountDigitalSignature Digital signature for the source currency transaction amount.
|
|
132
|
+
* @param {String} marketplaceId The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
125
133
|
* @param {TransferScheduleRequest} body Defines the actual payload of the request
|
|
126
134
|
* @return {Promise<TransferSchedule>}
|
|
127
135
|
*/
|
|
128
|
-
createTransferSchedule (destAccountDigitalSignature, amountDigitalSignature, body) {
|
|
129
|
-
return this.createTransferScheduleWithHttpInfo(destAccountDigitalSignature, amountDigitalSignature, body)
|
|
136
|
+
createTransferSchedule (destAccountDigitalSignature, amountDigitalSignature, marketplaceId, body) {
|
|
137
|
+
return this.createTransferScheduleWithHttpInfo(destAccountDigitalSignature, amountDigitalSignature, marketplaceId, body)
|
|
130
138
|
.then(function (response_and_data) {
|
|
131
139
|
return response_and_data.data
|
|
132
140
|
})
|
|
133
141
|
}
|
|
134
142
|
|
|
135
143
|
/**
|
|
136
|
-
* Delete a transaction request that is scheduled from Amazon
|
|
137
|
-
* Delete a transaction request that is scheduled from
|
|
138
|
-
* @param {String} transferScheduleId A unique reference
|
|
144
|
+
* Delete a transaction request that is scheduled from Amazon Seller Wallet account to another customer-provided account
|
|
145
|
+
* Delete a transaction request that is scheduled from Amazon Seller Wallet account to another customer-provided account.
|
|
146
|
+
* @param {String} transferScheduleId A unique reference ID for a scheduled transfer.
|
|
147
|
+
* @param {String} marketplaceId The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
139
148
|
* @return {Promise<DeleteTransferSchedule>}
|
|
140
149
|
*/
|
|
141
|
-
deleteScheduleTransactionWithHttpInfo (transferScheduleId) {
|
|
150
|
+
deleteScheduleTransactionWithHttpInfo (transferScheduleId, marketplaceId) {
|
|
142
151
|
const postBody = null
|
|
143
152
|
|
|
144
153
|
// verify the required parameter 'transferScheduleId' is set
|
|
@@ -146,10 +155,16 @@ export class TransferScheduleApi {
|
|
|
146
155
|
throw new Error("Missing the required parameter 'transferScheduleId' when calling deleteScheduleTransaction")
|
|
147
156
|
}
|
|
148
157
|
|
|
158
|
+
// verify the required parameter 'marketplaceId' is set
|
|
159
|
+
if (marketplaceId === undefined || marketplaceId === null) {
|
|
160
|
+
throw new Error("Missing the required parameter 'marketplaceId' when calling deleteScheduleTransaction")
|
|
161
|
+
}
|
|
162
|
+
|
|
149
163
|
const pathParams = {
|
|
150
164
|
transferScheduleId
|
|
151
165
|
}
|
|
152
166
|
const queryParams = {
|
|
167
|
+
marketplaceId
|
|
153
168
|
}
|
|
154
169
|
const headerParams = {
|
|
155
170
|
}
|
|
@@ -161,32 +176,34 @@ export class TransferScheduleApi {
|
|
|
161
176
|
const returnType = DeleteTransferSchedule
|
|
162
177
|
|
|
163
178
|
return this.apiClient.callApi('TransferScheduleApi-deleteScheduleTransaction',
|
|
164
|
-
'/finances/transfers/wallet/2024-03-01/transferSchedules', 'DELETE',
|
|
179
|
+
'/finances/transfers/wallet/2024-03-01/transferSchedules/{transferScheduleId}', 'DELETE',
|
|
165
180
|
pathParams, queryParams, headerParams, formParams, postBody,
|
|
166
181
|
contentTypes, accepts, returnType, this.getRateLimiter('TransferScheduleApi-deleteScheduleTransaction')
|
|
167
182
|
)
|
|
168
183
|
}
|
|
169
184
|
|
|
170
185
|
/**
|
|
171
|
-
* Delete a transaction request that is scheduled from Amazon
|
|
172
|
-
* Delete a transaction request that is scheduled from
|
|
173
|
-
* @param {String} transferScheduleId A unique reference
|
|
186
|
+
* Delete a transaction request that is scheduled from Amazon Seller Wallet account to another customer-provided account
|
|
187
|
+
* Delete a transaction request that is scheduled from Amazon Seller Wallet account to another customer-provided account.
|
|
188
|
+
* @param {String} transferScheduleId A unique reference ID for a scheduled transfer.
|
|
189
|
+
* @param {String} marketplaceId The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
174
190
|
* @return {Promise<DeleteTransferSchedule>}
|
|
175
191
|
*/
|
|
176
|
-
deleteScheduleTransaction (transferScheduleId) {
|
|
177
|
-
return this.deleteScheduleTransactionWithHttpInfo(transferScheduleId)
|
|
192
|
+
deleteScheduleTransaction (transferScheduleId, marketplaceId) {
|
|
193
|
+
return this.deleteScheduleTransactionWithHttpInfo(transferScheduleId, marketplaceId)
|
|
178
194
|
.then(function (response_and_data) {
|
|
179
195
|
return response_and_data.data
|
|
180
196
|
})
|
|
181
197
|
}
|
|
182
198
|
|
|
183
199
|
/**
|
|
184
|
-
* Find particular Amazon
|
|
185
|
-
* Find a particular Seller Wallet account transfer schedule.
|
|
186
|
-
* @param {String} transferScheduleId
|
|
200
|
+
* Find particular Amazon Seller Wallet account transfer schedule by Amazon transfer schedule identifier
|
|
201
|
+
* Find a particular Amazon Seller Wallet account transfer schedule.
|
|
202
|
+
* @param {String} transferScheduleId The schedule ID of the Amazon Seller Wallet transfer.
|
|
203
|
+
* @param {String} marketplaceId The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
187
204
|
* @return {Promise<TransferSchedule>}
|
|
188
205
|
*/
|
|
189
|
-
getTransferScheduleWithHttpInfo (transferScheduleId) {
|
|
206
|
+
getTransferScheduleWithHttpInfo (transferScheduleId, marketplaceId) {
|
|
190
207
|
const postBody = null
|
|
191
208
|
|
|
192
209
|
// verify the required parameter 'transferScheduleId' is set
|
|
@@ -194,10 +211,16 @@ export class TransferScheduleApi {
|
|
|
194
211
|
throw new Error("Missing the required parameter 'transferScheduleId' when calling getTransferSchedule")
|
|
195
212
|
}
|
|
196
213
|
|
|
214
|
+
// verify the required parameter 'marketplaceId' is set
|
|
215
|
+
if (marketplaceId === undefined || marketplaceId === null) {
|
|
216
|
+
throw new Error("Missing the required parameter 'marketplaceId' when calling getTransferSchedule")
|
|
217
|
+
}
|
|
218
|
+
|
|
197
219
|
const pathParams = {
|
|
198
220
|
transferScheduleId
|
|
199
221
|
}
|
|
200
222
|
const queryParams = {
|
|
223
|
+
marketplaceId
|
|
201
224
|
}
|
|
202
225
|
const headerParams = {
|
|
203
226
|
}
|
|
@@ -216,13 +239,14 @@ export class TransferScheduleApi {
|
|
|
216
239
|
}
|
|
217
240
|
|
|
218
241
|
/**
|
|
219
|
-
* Find particular Amazon
|
|
220
|
-
* Find a particular Seller Wallet account transfer schedule.
|
|
221
|
-
* @param {String} transferScheduleId
|
|
242
|
+
* Find particular Amazon Seller Wallet account transfer schedule by Amazon transfer schedule identifier
|
|
243
|
+
* Find a particular Amazon Seller Wallet account transfer schedule.
|
|
244
|
+
* @param {String} transferScheduleId The schedule ID of the Amazon Seller Wallet transfer.
|
|
245
|
+
* @param {String} marketplaceId The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
222
246
|
* @return {Promise<TransferSchedule>}
|
|
223
247
|
*/
|
|
224
|
-
getTransferSchedule (transferScheduleId) {
|
|
225
|
-
return this.getTransferScheduleWithHttpInfo(transferScheduleId)
|
|
248
|
+
getTransferSchedule (transferScheduleId, marketplaceId) {
|
|
249
|
+
return this.getTransferScheduleWithHttpInfo(transferScheduleId, marketplaceId)
|
|
226
250
|
.then(function (response_and_data) {
|
|
227
251
|
return response_and_data.data
|
|
228
252
|
})
|
|
@@ -232,11 +256,12 @@ export class TransferScheduleApi {
|
|
|
232
256
|
* The API will return all the transfer schedules for a given Amazon SW account
|
|
233
257
|
* Retrieve transfer schedules of a Seller Wallet bank account.
|
|
234
258
|
* @param {String} accountId ID of the Amazon SW account
|
|
235
|
-
* @param {
|
|
236
|
-
* @param {
|
|
259
|
+
* @param {String} marketplaceId The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
260
|
+
* @param {Object} [opts] Optional parameters
|
|
261
|
+
* @param {String} [opts.nextPageToken] Pagination token to retrieve a specific page of results.
|
|
237
262
|
* @return {Promise<TransferScheduleListing>}
|
|
238
263
|
*/
|
|
239
|
-
listTransferSchedulesWithHttpInfo (accountId, opts) {
|
|
264
|
+
listTransferSchedulesWithHttpInfo (accountId, marketplaceId, opts) {
|
|
240
265
|
opts = opts || {}
|
|
241
266
|
const postBody = null
|
|
242
267
|
|
|
@@ -245,10 +270,16 @@ export class TransferScheduleApi {
|
|
|
245
270
|
throw new Error("Missing the required parameter 'accountId' when calling listTransferSchedules")
|
|
246
271
|
}
|
|
247
272
|
|
|
273
|
+
// verify the required parameter 'marketplaceId' is set
|
|
274
|
+
if (marketplaceId === undefined || marketplaceId === null) {
|
|
275
|
+
throw new Error("Missing the required parameter 'marketplaceId' when calling listTransferSchedules")
|
|
276
|
+
}
|
|
277
|
+
|
|
248
278
|
const pathParams = {
|
|
249
279
|
}
|
|
250
280
|
const queryParams = {
|
|
251
281
|
accountId,
|
|
282
|
+
marketplaceId,
|
|
252
283
|
nextPageToken: opts.nextPageToken
|
|
253
284
|
}
|
|
254
285
|
const headerParams = {
|
|
@@ -271,12 +302,13 @@ export class TransferScheduleApi {
|
|
|
271
302
|
* The API will return all the transfer schedules for a given Amazon SW account
|
|
272
303
|
* Retrieve transfer schedules of a Seller Wallet bank account.
|
|
273
304
|
* @param {String} accountId ID of the Amazon SW account
|
|
274
|
-
* @param {
|
|
275
|
-
* @param {
|
|
305
|
+
* @param {String} marketplaceId The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
306
|
+
* @param {Object} [opts] Optional parameters
|
|
307
|
+
* @param {String} [opts.nextPageToken] Pagination token to retrieve a specific page of results.
|
|
276
308
|
* @return {Promise<TransferScheduleListing>}
|
|
277
309
|
*/
|
|
278
|
-
listTransferSchedules (accountId, opts) {
|
|
279
|
-
return this.listTransferSchedulesWithHttpInfo(accountId, opts)
|
|
310
|
+
listTransferSchedules (accountId, marketplaceId, opts) {
|
|
311
|
+
return this.listTransferSchedulesWithHttpInfo(accountId, marketplaceId, opts)
|
|
280
312
|
.then(function (response_and_data) {
|
|
281
313
|
return response_and_data.data
|
|
282
314
|
})
|
|
@@ -287,10 +319,11 @@ export class TransferScheduleApi {
|
|
|
287
319
|
* Returns a transfer belonging to the updated scheduled transfer request
|
|
288
320
|
* @param {String} destAccountDigitalSignature Digital signature for the destination bank account details.
|
|
289
321
|
* @param {String} amountDigitalSignature Digital signature for the source currency transaction amount.
|
|
322
|
+
* @param {String} marketplaceId The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
290
323
|
* @param {TransferSchedule} body Defines the actual payload of the scheduled transfer request that is to be updated.
|
|
291
324
|
* @return {Promise<TransferSchedule>}
|
|
292
325
|
*/
|
|
293
|
-
updateTransferScheduleWithHttpInfo (destAccountDigitalSignature, amountDigitalSignature, body) {
|
|
326
|
+
updateTransferScheduleWithHttpInfo (destAccountDigitalSignature, amountDigitalSignature, marketplaceId, body) {
|
|
294
327
|
const postBody = body
|
|
295
328
|
|
|
296
329
|
// verify the required parameter 'destAccountDigitalSignature' is set
|
|
@@ -303,6 +336,11 @@ export class TransferScheduleApi {
|
|
|
303
336
|
throw new Error("Missing the required parameter 'amountDigitalSignature' when calling updateTransferSchedule")
|
|
304
337
|
}
|
|
305
338
|
|
|
339
|
+
// verify the required parameter 'marketplaceId' is set
|
|
340
|
+
if (marketplaceId === undefined || marketplaceId === null) {
|
|
341
|
+
throw new Error("Missing the required parameter 'marketplaceId' when calling updateTransferSchedule")
|
|
342
|
+
}
|
|
343
|
+
|
|
306
344
|
// verify the required parameter 'body' is set
|
|
307
345
|
if (body === undefined || body === null) {
|
|
308
346
|
throw new Error("Missing the required parameter 'body' when calling updateTransferSchedule")
|
|
@@ -311,6 +349,7 @@ export class TransferScheduleApi {
|
|
|
311
349
|
const pathParams = {
|
|
312
350
|
}
|
|
313
351
|
const queryParams = {
|
|
352
|
+
marketplaceId
|
|
314
353
|
}
|
|
315
354
|
const headerParams = {
|
|
316
355
|
destAccountDigitalSignature,
|
|
@@ -335,11 +374,12 @@ export class TransferScheduleApi {
|
|
|
335
374
|
* Returns a transfer belonging to the updated scheduled transfer request
|
|
336
375
|
* @param {String} destAccountDigitalSignature Digital signature for the destination bank account details.
|
|
337
376
|
* @param {String} amountDigitalSignature Digital signature for the source currency transaction amount.
|
|
377
|
+
* @param {String} marketplaceId The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
338
378
|
* @param {TransferSchedule} body Defines the actual payload of the scheduled transfer request that is to be updated.
|
|
339
379
|
* @return {Promise<TransferSchedule>}
|
|
340
380
|
*/
|
|
341
|
-
updateTransferSchedule (destAccountDigitalSignature, amountDigitalSignature, body) {
|
|
342
|
-
return this.updateTransferScheduleWithHttpInfo(destAccountDigitalSignature, amountDigitalSignature, body)
|
|
381
|
+
updateTransferSchedule (destAccountDigitalSignature, amountDigitalSignature, marketplaceId, body) {
|
|
382
|
+
return this.updateTransferScheduleWithHttpInfo(destAccountDigitalSignature, amountDigitalSignature, marketplaceId, body)
|
|
343
383
|
.then(function (response_and_data) {
|
|
344
384
|
return response_and_data.data
|
|
345
385
|
})
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { ApiClient } from './ApiClient.js';
|
|
2
|
+
import { AccountHolderAddress } from './model/AccountHolderAddress.js';
|
|
3
|
+
import { Balance } from './model/Balance.js';
|
|
4
|
+
import { BalanceListing } from './model/BalanceListing.js';
|
|
5
|
+
import { BalanceType } from './model/BalanceType.js';
|
|
6
|
+
import { BankAccount } from './model/BankAccount.js';
|
|
7
|
+
import { BankAccountHolderStatus } from './model/BankAccountHolderStatus.js';
|
|
8
|
+
import { BankAccountListing } from './model/BankAccountListing.js';
|
|
9
|
+
import { BankAccountNumberFormat } from './model/BankAccountNumberFormat.js';
|
|
10
|
+
import { BankAccountOwnershipType } from './model/BankAccountOwnershipType.js';
|
|
11
|
+
import { BankNumberFormat } from './model/BankNumberFormat.js';
|
|
12
|
+
import { CreateTransactionResponse } from './model/CreateTransactionResponse.js';
|
|
13
|
+
import { Currency } from './model/Currency.js';
|
|
14
|
+
import { DeleteTransferSchedule } from './model/DeleteTransferSchedule.js';
|
|
15
|
+
import { Error } from './model/Error.js';
|
|
16
|
+
import { ErrorList } from './model/ErrorList.js';
|
|
17
|
+
import { Fee } from './model/Fee.js';
|
|
18
|
+
import { FeeType } from './model/FeeType.js';
|
|
19
|
+
import { FxRateDetails } from './model/FxRateDetails.js';
|
|
20
|
+
import { PaymentPreference } from './model/PaymentPreference.js';
|
|
21
|
+
import { PaymentPreferencePaymentType } from './model/PaymentPreferencePaymentType.js';
|
|
22
|
+
import { RateDirection } from './model/RateDirection.js';
|
|
23
|
+
import { RecurringFrequency } from './model/RecurringFrequency.js';
|
|
24
|
+
import { ScheduleExpression } from './model/ScheduleExpression.js';
|
|
25
|
+
import { ScheduleExpressionType } from './model/ScheduleExpressionType.js';
|
|
26
|
+
import { ScheduleTransferType } from './model/ScheduleTransferType.js';
|
|
27
|
+
import { Transaction } from './model/Transaction.js';
|
|
28
|
+
import { TransactionAccount } from './model/TransactionAccount.js';
|
|
29
|
+
import { TransactionInitiationRequest } from './model/TransactionInitiationRequest.js';
|
|
30
|
+
import { TransactionInstrumentDetails } from './model/TransactionInstrumentDetails.js';
|
|
31
|
+
import { TransactionListing } from './model/TransactionListing.js';
|
|
32
|
+
import { TransactionStatus } from './model/TransactionStatus.js';
|
|
33
|
+
import { TransactionType } from './model/TransactionType.js';
|
|
34
|
+
import { TransferRatePreview } from './model/TransferRatePreview.js';
|
|
35
|
+
import { TransferSchedule } from './model/TransferSchedule.js';
|
|
36
|
+
import { TransferScheduleFailures } from './model/TransferScheduleFailures.js';
|
|
37
|
+
import { TransferScheduleInformation } from './model/TransferScheduleInformation.js';
|
|
38
|
+
import { TransferScheduleListing } from './model/TransferScheduleListing.js';
|
|
39
|
+
import { TransferScheduleRequest } from './model/TransferScheduleRequest.js';
|
|
40
|
+
import { TransferScheduleStatus } from './model/TransferScheduleStatus.js';
|
|
41
|
+
import { AccountsApi } from './api/AccountsApi.js';
|
|
42
|
+
import { TransactionsApi } from './api/TransactionsApi.js';
|
|
43
|
+
import { TransferPreviewApi } from './api/TransferPreviewApi.js';
|
|
44
|
+
import { TransferScheduleApi } from './api/TransferScheduleApi.js';
|
|
45
|
+
export { ApiClient, AccountHolderAddress, Balance, BalanceListing, BalanceType, BankAccount, BankAccountHolderStatus, BankAccountListing, BankAccountNumberFormat, BankAccountOwnershipType, BankNumberFormat, CreateTransactionResponse, Currency, DeleteTransferSchedule, Error, ErrorList, Fee, FeeType, FxRateDetails, PaymentPreference, PaymentPreferencePaymentType, RateDirection, RecurringFrequency, ScheduleExpression, ScheduleExpressionType, ScheduleTransferType, Transaction, TransactionAccount, TransactionInitiationRequest, TransactionInstrumentDetails, TransactionListing, TransactionStatus, TransactionType, TransferRatePreview, TransferSchedule, TransferScheduleFailures, TransferScheduleInformation, TransferScheduleListing, TransferScheduleRequest, TransferScheduleStatus, AccountsApi, TransactionsApi, TransferPreviewApi, TransferScheduleApi };
|
|
46
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"0BAa0B,gBAAgB;qCACL,iCAAiC;wBAC9C,oBAAoB;+BACb,2BAA2B;4BAC9B,wBAAwB;4BACxB,wBAAwB;wCACZ,oCAAoC;mCACzC,+BAA+B;wCAC1B,oCAAoC;yCACnC,qCAAqC;iCAC7C,6BAA6B;0CACpB,sCAAsC;yBACvD,qBAAqB;uCACP,mCAAmC;sBACpD,kBAAkB;0BACd,sBAAsB;oBAC5B,gBAAgB;wBACZ,oBAAoB;8BACd,0BAA0B;kCACtB,8BAA8B;6CACnB,yCAAyC;8BACxD,0BAA0B;mCACrB,+BAA+B;mCAC/B,+BAA+B;uCAC3B,mCAAmC;qCACrC,iCAAiC;4BAC1C,wBAAwB;mCACjB,+BAA+B;6CACrB,yCAAyC;6CACzC,yCAAyC;mCACnD,+BAA+B;kCAChC,8BAA8B;gCAChC,4BAA4B;oCACxB,gCAAgC;iCACnC,6BAA6B;yCACrB,qCAAqC;4CAClC,wCAAwC;wCAC5C,oCAAoC;wCACpC,oCAAoC;uCACrC,mCAAmC;4BAC9C,sBAAsB;gCAClB,0BAA0B;mCACvB,6BAA6B;oCAC5B,8BAA8B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The Selling Partner API for Amazon Seller Wallet Open Banking API
|
|
2
|
+
* The Selling Partner API for Amazon Seller Wallet Open Banking API Spec. For more information, refer to the [Seller Wallet Open Banking API Use Case Guide](doc:seller-wallet-open-banking-api-v2024-03-01-use-case-guide).
|
|
3
3
|
* The Selling Partner API for Seller Wallet (Seller Wallet API) provides financial information that is relevant to a seller's Seller Wallet account. You can obtain financial events, balances, and transfer schedules for Seller Wallet accounts. You can also schedule and initiate transactions.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2024-03-01
|
|
@@ -22,6 +22,7 @@ import { BankAccountListing } from './model/BankAccountListing.js'
|
|
|
22
22
|
import { BankAccountNumberFormat } from './model/BankAccountNumberFormat.js'
|
|
23
23
|
import { BankAccountOwnershipType } from './model/BankAccountOwnershipType.js'
|
|
24
24
|
import { BankNumberFormat } from './model/BankNumberFormat.js'
|
|
25
|
+
import { CreateTransactionResponse } from './model/CreateTransactionResponse.js'
|
|
25
26
|
import { Currency } from './model/Currency.js'
|
|
26
27
|
import { DeleteTransferSchedule } from './model/DeleteTransferSchedule.js'
|
|
27
28
|
import { Error } from './model/Error.js'
|
|
@@ -128,6 +129,12 @@ export {
|
|
|
128
129
|
*/
|
|
129
130
|
BankNumberFormat,
|
|
130
131
|
|
|
132
|
+
/**
|
|
133
|
+
* The CreateTransactionResponse model constructor.
|
|
134
|
+
* @property {module:sellerWallet_2024_03_01/model/CreateTransactionResponse}
|
|
135
|
+
*/
|
|
136
|
+
CreateTransactionResponse,
|
|
137
|
+
|
|
131
138
|
/**
|
|
132
139
|
* The Currency model constructor.
|
|
133
140
|
* @property {module:sellerWallet_2024_03_01/model/Currency}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The AccountHolderAddress model module.
|
|
3
|
+
* @module sellerWallet_2024_03_01/model/AccountHolderAddress
|
|
4
|
+
* @version 2024-03-01
|
|
5
|
+
*/
|
|
6
|
+
export class AccountHolderAddress {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a <code>AccountHolderAddress</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 {AccountHolderAddress} obj Optional instance to populate.
|
|
12
|
+
* @return {AccountHolderAddress} The populated <code>AccountHolderAddress</code> instance.
|
|
13
|
+
*/
|
|
14
|
+
static constructFromObject(data: any, obj: AccountHolderAddress): AccountHolderAddress;
|
|
15
|
+
/**
|
|
16
|
+
* Constructs a new <code>AccountHolderAddress</code>.
|
|
17
|
+
* Address for bank account verification of the Payee. For example, this can be a person or business mailing address
|
|
18
|
+
* @alias module:sellerWallet_2024_03_01/model/AccountHolderAddress
|
|
19
|
+
* @class
|
|
20
|
+
* @param addressLine1 {String} Address Line 1 of the public address
|
|
21
|
+
* @param city {String} City name of the public address
|
|
22
|
+
* @param state {String} State name of the public address. This is the state or region for China-based addresses.
|
|
23
|
+
* @param postalCode {String} Postal code of the public address
|
|
24
|
+
* @param countryCode {String} The two digit country code, in ISO 3166 format.
|
|
25
|
+
*/
|
|
26
|
+
constructor(addressLine1: string, city: string, state: string, postalCode: string, countryCode: string);
|
|
27
|
+
addressLine1: string;
|
|
28
|
+
city: string;
|
|
29
|
+
state: string;
|
|
30
|
+
postalCode: string;
|
|
31
|
+
countryCode: string;
|
|
32
|
+
/**
|
|
33
|
+
* Address Line 2 of the public address
|
|
34
|
+
* @member {String} addressLine2
|
|
35
|
+
* @type {String}
|
|
36
|
+
*/
|
|
37
|
+
addressLine2: string;
|
|
38
|
+
/**
|
|
39
|
+
* Country name of the public address
|
|
40
|
+
* @member {String} country
|
|
41
|
+
* @type {String}
|
|
42
|
+
*/
|
|
43
|
+
country: string;
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=AccountHolderAddress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccountHolderAddress.d.ts","sourceRoot":"","sources":["AccountHolderAddress.js"],"names":[],"mappings":"AAeA;;;;GAIG;AACH;IAoBE;;;;;;OAMG;IACH,2CAHW,oBAAoB,GACnB,oBAAoB,CAyB/B;IAjDD;;;;;;;;;;OAUG;IACH,wGAMC;IALC,qBAAgC;IAChC,aAAgB;IAChB,cAAkB;IAClB,mBAA4B;IAC5B,oBAA8B;IA2ClC;;;;OAIG;IACH,qBAA2C;IAuB3C;;;;OAIG;IACH,gBAAsC;CA1CrC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The Selling Partner API for Amazon Seller Wallet Open Banking API
|
|
2
|
+
* The Selling Partner API for Amazon Seller Wallet Open Banking API Spec. For more information, refer to the [Seller Wallet Open Banking API Use Case Guide](doc:seller-wallet-open-banking-api-v2024-03-01-use-case-guide).
|
|
3
3
|
* The Selling Partner API for Seller Wallet (Seller Wallet API) provides financial information that is relevant to a seller's Seller Wallet account. You can obtain financial events, balances, and transfer schedules for Seller Wallet accounts. You can also schedule and initiate transactions.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2024-03-01
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Balance model module.
|
|
3
|
+
* @module sellerWallet_2024_03_01/model/Balance
|
|
4
|
+
* @version 2024-03-01
|
|
5
|
+
*/
|
|
6
|
+
export class Balance {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a <code>Balance</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 {Balance} obj Optional instance to populate.
|
|
12
|
+
* @return {Balance} The populated <code>Balance</code> instance.
|
|
13
|
+
*/
|
|
14
|
+
static constructFromObject(data: any, obj: Balance): Balance;
|
|
15
|
+
/**
|
|
16
|
+
* Constructs a new <code>Balance</code>.
|
|
17
|
+
* Specifies the balance amount in the Amazon SW bank account
|
|
18
|
+
* @alias module:sellerWallet_2024_03_01/model/Balance
|
|
19
|
+
* @class
|
|
20
|
+
* @param accountId {String} The unique identifier provided by Amazon to identify the account
|
|
21
|
+
* @param balanceAmount {Number} A decimal number such as amount or FX rate.
|
|
22
|
+
* @param balanceCurrency {String} The Amazon SW bank account currency code in ISO 4217 format
|
|
23
|
+
* @param lastUpdateDate {Date} The last update date on the account balance
|
|
24
|
+
*/
|
|
25
|
+
constructor(accountId: string, balanceAmount: number, balanceCurrency: string, lastUpdateDate: Date);
|
|
26
|
+
accountId: string;
|
|
27
|
+
balanceAmount: number;
|
|
28
|
+
balanceCurrency: string;
|
|
29
|
+
lastUpdateDate: Date;
|
|
30
|
+
/**
|
|
31
|
+
* @member {BalanceType} balanceType
|
|
32
|
+
* @type {BalanceType}
|
|
33
|
+
*/
|
|
34
|
+
balanceType: BalanceType;
|
|
35
|
+
}
|
|
36
|
+
import { BalanceType } from './BalanceType.js';
|
|
37
|
+
//# sourceMappingURL=Balance.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Balance.d.ts","sourceRoot":"","sources":["Balance.js"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH;IAkBE;;;;;;OAMG;IACH,2CAHW,OAAO,GACN,OAAO,CAuBlB;IA7CD;;;;;;;;;OASG;IACH,+FAF0B,IAAI,EAO7B;IAJC,kBAA0B;IAC1B,sBAAkC;IAClC,wBAAsC;IACtC,qBAAoC;IAyCxC;;;OAGG;IACH,aAFU,WAAW,CAEQ;CAb5B;4BAtD2B,kBAAkB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The Selling Partner API for Amazon Seller Wallet Open Banking API
|
|
2
|
+
* The Selling Partner API for Amazon Seller Wallet Open Banking API Spec. For more information, refer to the [Seller Wallet Open Banking API Use Case Guide](doc:seller-wallet-open-banking-api-v2024-03-01-use-case-guide).
|
|
3
3
|
* The Selling Partner API for Seller Wallet (Seller Wallet API) provides financial information that is relevant to a seller's Seller Wallet account. You can obtain financial events, balances, and transfer schedules for Seller Wallet accounts. You can also schedule and initiate transactions.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2024-03-01
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The BalanceListing model module.
|
|
3
|
+
* @module sellerWallet_2024_03_01/model/BalanceListing
|
|
4
|
+
* @version 2024-03-01
|
|
5
|
+
*/
|
|
6
|
+
export class BalanceListing {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a <code>BalanceListing</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 {BalanceListing} obj Optional instance to populate.
|
|
12
|
+
* @return {BalanceListing} The populated <code>BalanceListing</code> instance.
|
|
13
|
+
*/
|
|
14
|
+
static constructFromObject(data: any, obj: BalanceListing): BalanceListing;
|
|
15
|
+
/**
|
|
16
|
+
* Collection that holds list of balances on the account
|
|
17
|
+
* @member {[Balance]} balances
|
|
18
|
+
* @type {[Balance]}
|
|
19
|
+
*/
|
|
20
|
+
balances: [Balance];
|
|
21
|
+
}
|
|
22
|
+
import { Balance } from './Balance.js';
|
|
23
|
+
//# sourceMappingURL=BalanceListing.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BalanceListing.d.ts","sourceRoot":"","sources":["BalanceListing.js"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH;IAUE;;;;;;OAMG;IACH,2CAHW,cAAc,GACb,cAAc,CAmBzB;IAGH;;;;OAIG;IACH,UAFU,CAAC,OAAO,CAAC,CAEc;CAPhC;wBA1CuB,cAAc"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The Selling Partner API for Amazon Seller Wallet Open Banking API
|
|
2
|
+
* The Selling Partner API for Amazon Seller Wallet Open Banking API Spec. For more information, refer to the [Seller Wallet Open Banking API Use Case Guide](doc:seller-wallet-open-banking-api-v2024-03-01-use-case-guide).
|
|
3
3
|
* The Selling Partner API for Seller Wallet (Seller Wallet API) provides financial information that is relevant to a seller's Seller Wallet account. You can obtain financial events, balances, and transfer schedules for Seller Wallet accounts. You can also schedule and initiate transactions.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2024-03-01
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Enum class BalanceType.
|
|
3
|
+
* @enum {String}
|
|
4
|
+
* @readonly
|
|
5
|
+
*/
|
|
6
|
+
export class BalanceType {
|
|
7
|
+
/**
|
|
8
|
+
* Returns a <code>BalanceType</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 {BalanceType} The enum <code>BalanceType</code> value.
|
|
11
|
+
*/
|
|
12
|
+
static constructFromObject(object: any): BalanceType;
|
|
13
|
+
/**
|
|
14
|
+
* value: "AVAILABLE"
|
|
15
|
+
* @const
|
|
16
|
+
*/
|
|
17
|
+
AVAILABLE: string;
|
|
18
|
+
/**
|
|
19
|
+
* value: "LOCKED_IN"
|
|
20
|
+
* @const
|
|
21
|
+
*/
|
|
22
|
+
LOCKED_IN: string;
|
|
23
|
+
/**
|
|
24
|
+
* value: "LOCKED_OUT"
|
|
25
|
+
* @const
|
|
26
|
+
*/
|
|
27
|
+
LOCKED_OUT: string;
|
|
28
|
+
/**
|
|
29
|
+
* value: "TOTAL"
|
|
30
|
+
* @const
|
|
31
|
+
*/
|
|
32
|
+
TOTAL: string;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=BalanceType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BalanceType.d.ts","sourceRoot":"","sources":["BalanceType.js"],"names":[],"mappings":"AAeA;;;;EAIE;AACF;IAyBE;;;;QAII;IACJ,yCAFa,WAAW,CAIvB;IA/BD;;;aAGS;IACT,kBAAyB;IAEzB;;;aAGS;IACT,kBAAyB;IAEzB;;;aAGS;IACT,mBAA2B;IAE3B;;;aAGS;IACT,cAAiB;CAUlB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The Selling Partner API for Amazon Seller Wallet Open Banking API
|
|
2
|
+
* The Selling Partner API for Amazon Seller Wallet Open Banking API Spec. For more information, refer to the [Seller Wallet Open Banking API Use Case Guide](doc:seller-wallet-open-banking-api-v2024-03-01-use-case-guide).
|
|
3
3
|
* The Selling Partner API for Seller Wallet (Seller Wallet API) provides financial information that is relevant to a seller's Seller Wallet account. You can obtain financial events, balances, and transfer schedules for Seller Wallet accounts. You can also schedule and initiate transactions.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2024-03-01
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The BankAccount model module.
|
|
3
|
+
* @module sellerWallet_2024_03_01/model/BankAccount
|
|
4
|
+
* @version 2024-03-01
|
|
5
|
+
*/
|
|
6
|
+
export class BankAccount {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a <code>BankAccount</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 {BankAccount} obj Optional instance to populate.
|
|
12
|
+
* @return {BankAccount} The populated <code>BankAccount</code> instance.
|
|
13
|
+
*/
|
|
14
|
+
static constructFromObject(data: any, obj: BankAccount): BankAccount;
|
|
15
|
+
/**
|
|
16
|
+
* Constructs a new <code>BankAccount</code>.
|
|
17
|
+
* Details of an Amazon SW bank account, used to hold money earned by a SW customer by selling items. NOTE: Not including account_links, short cut links to the account balance and transactions -> since not mandatory
|
|
18
|
+
* @alias module:sellerWallet_2024_03_01/model/BankAccount
|
|
19
|
+
* @class
|
|
20
|
+
* @param bankAccountNumberFormat {BankAccountNumberFormat}
|
|
21
|
+
* @param bankAccountOwnershipType {BankAccountOwnershipType}
|
|
22
|
+
* @param routingNumber {String} Routing number for automated clearing house transfers, for all Amazon Seller Wallet account the value will be denoted by nine cosecutive 0's,
|
|
23
|
+
* @param bankNumberFormat {BankNumberFormat}
|
|
24
|
+
* @param accountCountryCode {String} The two digit country code, in ISO 3166 format.
|
|
25
|
+
* @param accountCurrency {String} BankAccount currency code in ISO 4217 format
|
|
26
|
+
* @param bankAccountNumberTail {String} Last 3 digit of the bank account number, for all Amazon Seller Wallet account the value will be three consecutive 0's
|
|
27
|
+
*/
|
|
28
|
+
constructor(bankAccountNumberFormat: BankAccountNumberFormat, bankAccountOwnershipType: BankAccountOwnershipType, routingNumber: string, bankNumberFormat: BankNumberFormat, accountCountryCode: string, accountCurrency: string, bankAccountNumberTail: string);
|
|
29
|
+
bankAccountNumberFormat: BankAccountNumberFormat;
|
|
30
|
+
bankAccountOwnershipType: BankAccountOwnershipType;
|
|
31
|
+
routingNumber: string;
|
|
32
|
+
bankNumberFormat: BankNumberFormat;
|
|
33
|
+
accountCountryCode: string;
|
|
34
|
+
accountCurrency: string;
|
|
35
|
+
bankAccountNumberTail: string;
|
|
36
|
+
/**
|
|
37
|
+
* The unique identifier provided by Amazon to identify the account
|
|
38
|
+
* @member {String} accountId
|
|
39
|
+
* @type {String}
|
|
40
|
+
*/
|
|
41
|
+
accountId: string;
|
|
42
|
+
/**
|
|
43
|
+
* BankAccount holder's name (expected to be Amazon customer)
|
|
44
|
+
* @member {String} accountHolderName
|
|
45
|
+
* @type {String}
|
|
46
|
+
*/
|
|
47
|
+
accountHolderName: string;
|
|
48
|
+
/**
|
|
49
|
+
* The name of the bank, for all Amazon Seller Wallet account the value will be Amazon Seller Wallet
|
|
50
|
+
* @member {String} bankName
|
|
51
|
+
* @type {String}
|
|
52
|
+
*/
|
|
53
|
+
bankName: string;
|
|
54
|
+
/**
|
|
55
|
+
* @member {BankAccountHolderStatus} bankAccountHolderStatus
|
|
56
|
+
* @type {BankAccountHolderStatus}
|
|
57
|
+
*/
|
|
58
|
+
bankAccountHolderStatus: BankAccountHolderStatus;
|
|
59
|
+
}
|
|
60
|
+
import { BankAccountNumberFormat } from './BankAccountNumberFormat.js';
|
|
61
|
+
import { BankAccountOwnershipType } from './BankAccountOwnershipType.js';
|
|
62
|
+
import { BankNumberFormat } from './BankNumberFormat.js';
|
|
63
|
+
import { BankAccountHolderStatus } from './BankAccountHolderStatus.js';
|
|
64
|
+
//# sourceMappingURL=BankAccount.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BankAccount.d.ts","sourceRoot":"","sources":["BankAccount.js"],"names":[],"mappings":"AAmBA;;;;GAIG;AACH;IAwBE;;;;;;OAMG;IACH,2CAHW,WAAW,GACV,WAAW,CA6BtB;IAzDD;;;;;;;;;;;;OAYG;IACH,qCARmC,uBAAuB,4BACtB,wBAAwB,2CAEhC,gBAAgB,sFAa3C;IAPC,iDAAsD;IACtD,mDAAwD;IACxD,sBAAkC;IAClC,mCAAwC;IACxC,2BAA4C;IAC5C,wBAAsC;IACtC,8BAAkD;IAwCtD;;;;OAIG;IACH,kBAA+B;IAE/B;;;;OAIG;IACH,0BAAuC;IAQvC;;;;OAIG;IACH,iBAA8B;IA0C9B;;;OAGG;IACH,yBAFU,uBAAuB,CAEY;CAzE5C;wCApEuC,8BAA8B;yCAC7B,+BAA+B;iCACvC,uBAAuB;wCAHhB,8BAA8B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The Selling Partner API for Amazon Seller Wallet Open Banking API
|
|
2
|
+
* The Selling Partner API for Amazon Seller Wallet Open Banking API Spec. For more information, refer to the [Seller Wallet Open Banking API Use Case Guide](doc:seller-wallet-open-banking-api-v2024-03-01-use-case-guide).
|
|
3
3
|
* The Selling Partner API for Seller Wallet (Seller Wallet API) provides financial information that is relevant to a seller's Seller Wallet account. You can obtain financial events, balances, and transfer schedules for Seller Wallet accounts. You can also schedule and initiate transactions.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2024-03-01
|
|
@@ -28,7 +28,6 @@ export class BankAccount {
|
|
|
28
28
|
* Details of an Amazon SW bank account, used to hold money earned by a SW customer by selling items. NOTE: Not including account_links, short cut links to the account balance and transactions -> since not mandatory
|
|
29
29
|
* @alias module:sellerWallet_2024_03_01/model/BankAccount
|
|
30
30
|
* @class
|
|
31
|
-
* @param accountHolderName {String} BankAccount holder's name (expected to be Amazon customer)
|
|
32
31
|
* @param bankAccountNumberFormat {BankAccountNumberFormat}
|
|
33
32
|
* @param bankAccountOwnershipType {BankAccountOwnershipType}
|
|
34
33
|
* @param routingNumber {String} Routing number for automated clearing house transfers, for all Amazon Seller Wallet account the value will be denoted by nine cosecutive 0's,
|
|
@@ -37,8 +36,7 @@ export class BankAccount {
|
|
|
37
36
|
* @param accountCurrency {String} BankAccount currency code in ISO 4217 format
|
|
38
37
|
* @param bankAccountNumberTail {String} Last 3 digit of the bank account number, for all Amazon Seller Wallet account the value will be three consecutive 0's
|
|
39
38
|
*/
|
|
40
|
-
constructor (
|
|
41
|
-
this.accountHolderName = accountHolderName
|
|
39
|
+
constructor (bankAccountNumberFormat, bankAccountOwnershipType, routingNumber, bankNumberFormat, accountCountryCode, accountCurrency, bankAccountNumberTail) {
|
|
42
40
|
this.bankAccountNumberFormat = bankAccountNumberFormat
|
|
43
41
|
this.bankAccountOwnershipType = bankAccountOwnershipType
|
|
44
42
|
this.routingNumber = routingNumber
|