@scaleleap/amazon-mws-api-sdk
Advanced tools
Comparing version 1.9.14 to 1.9.15
@@ -6,2 +6,10 @@ # Changelog | ||
## [1.9.15](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.9.14...v1.9.15) (2020-11-21) | ||
### Bug Fixes | ||
* change GetInterface to GetType ([1c9c61a](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/1c9c61a0c3184f8665990cccad13a0fc78b3f91e)) | ||
* **deps:** update dependency purify-ts to v0.16.0 ([ae488b1](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/ae488b1d08e83c1cc639dbfb00daa390eec0b9e0)) | ||
## [1.9.14](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.9.13...v1.9.14) (2020-11-21) | ||
@@ -8,0 +16,0 @@ |
@@ -7,3 +7,3 @@ "use strict"; | ||
*/ | ||
exports.USER_AGENT = '@scaleleap/amazon-mws-api-sdk/1.9.14'; | ||
exports.USER_AGENT = '@scaleleap/amazon-mws-api-sdk/1.9.15'; | ||
//# sourceMappingURL=constants.js.map |
@@ -1,2 +0,2 @@ | ||
import { GetInterface } from 'purify-ts'; | ||
import { GetType } from 'purify-ts'; | ||
import { ExtendableError } from 'ts-error'; | ||
@@ -95,4 +95,4 @@ import { MWSApiError } from './error-codec'; | ||
} | ||
declare type MWSApiError = GetInterface<typeof MWSApiError>; | ||
declare type MWSApiError = GetType<typeof MWSApiError>; | ||
export declare const enhanceError: (error: HttpError, response: MWSApiError) => HttpError; | ||
export {}; |
@@ -1,2 +0,2 @@ | ||
import { Codec, GetInterface } from 'purify-ts'; | ||
import { Codec, GetType } from 'purify-ts'; | ||
import { HttpClient, RequestMeta } from '../http'; | ||
@@ -30,3 +30,3 @@ export interface ESDimensions { | ||
}>; | ||
export declare type ListPickupSlots = GetInterface<typeof ListPickupSlots>; | ||
export declare type ListPickupSlots = GetType<typeof ListPickupSlots>; | ||
export interface ESItem { | ||
@@ -87,3 +87,3 @@ OrderItemId: string; | ||
}>; | ||
export declare type CreateScheduledPackage = GetInterface<typeof CreateScheduledPackage>; | ||
export declare type CreateScheduledPackage = GetType<typeof CreateScheduledPackage>; | ||
export interface ScheduledPackageId { | ||
@@ -135,3 +135,3 @@ AmazonOrderId: string; | ||
}>; | ||
export declare type UpdateScheduledPackages = GetInterface<typeof UpdateScheduledPackages>; | ||
export declare type UpdateScheduledPackages = GetType<typeof UpdateScheduledPackages>; | ||
export interface GetScheduledPackageParameters { | ||
@@ -175,3 +175,3 @@ ScheduledPackageId: ScheduledPackageId; | ||
}>; | ||
export declare type GetScheduledPackage = GetInterface<typeof GetScheduledPackage>; | ||
export declare type GetScheduledPackage = GetType<typeof GetScheduledPackage>; | ||
export declare class EasyShip { | ||
@@ -178,0 +178,0 @@ private httpClient; |
@@ -1,2 +0,2 @@ | ||
import { Codec, GetInterface } from 'purify-ts'; | ||
import { Codec, GetType } from 'purify-ts'; | ||
import { HttpClient, RequestMeta } from '../http'; | ||
@@ -40,3 +40,3 @@ import { NextToken } from '../parsing'; | ||
}>; | ||
export declare type GetFeedSubmissionList = GetInterface<typeof GetFeedSubmissionList>; | ||
export declare type GetFeedSubmissionList = GetType<typeof GetFeedSubmissionList>; | ||
export declare type FeedType = '_POST_PRODUCT_DATA_' | '_POST_INVENTORY_AVAILABILITY_DATA_' | '_POST_PRODUCT_OVERRIDES_DATA_' | '_POST_PRODUCT_PRICING_DATA_' | '_POST_PRODUCT_IMAGE_DATA_' | '_POST_PRODUCT_RELATIONSHIP_DATA_' | '_POST_FLAT_FILE_INVLOADER_DATA_' | '_POST_FLAT_FILE_LISTINGS_DATA_' | '_POST_FLAT_FILE_BOOKLOADER_DATA_' | '_POST_FLAT_FILE_CONVERGENCE_LISTINGS_DATA_' | '_POST_FLAT_FILE_LISTINGS_DATA_' | '_POST_FLAT_FILE_PRICEANDQUANTITYONLY_UPDATE_DATA_' | '_POST_UIEE_BOOKLOADER_DATA_' | '_POST_STD_ACES_DATA_' | '_POST_ORDER_ACKNOWLEDGEMENT_DATA_' | '_POST_PAYMENT_ADJUSTMENT_DATA_' | '_POST_ORDER_FULFILLMENT_DATA_' | '_POST_INVOICE_CONFIRMATION_DATA_' | '_POST_EXPECTED_SHIP_DATE_SOD_' | '_POST_FLAT_FILE_ORDER_ACKNOWLEDGEMENT_DATA_' | '_POST_FLAT_FILE_PAYMENT_ADJUSTMENT_DATA_' | '_POST_FLAT_FILE_FULFILLMENT_DATA_' | '_POST_EXPECTED_SHIP_DATE_SOD_FLAT_FILE_' | '_POST_FULFILLMENT_ORDER_REQUEST_DATA_' | '_POST_FULFILLMENT_ORDER_CANCELLATION_REQUEST_DATA_' | '_POST_FBA_INBOUND_CARTON_CONTENTS_' | '_POST_FLAT_FILE_FULFILLMENT_ORDER_REQUEST_DATA_' | '_POST_FLAT_FILE_FULFILLMENT_ORDER_CANCELLATION_REQUEST_DATA_' | '_POST_FLAT_FILE_FBA_CREATE_INBOUND_PLAN_' | '_POST_FLAT_FILE_FBA_UPDATE_INBOUND_PLAN_' | '_POST_FLAT_FILE_FBA_CREATE_REMOVAL_' | '_RFQ_UPLOAD_FEED_' | '_POST_EASYSHIP_DOCUMENTS_'; | ||
@@ -53,3 +53,3 @@ export declare type FeedProcessingStatus = '_AWAITING_ASYNCHRONOUS_REPLY_' | '_CANCELLED_' | '_DONE_' | '_IN_PROGRESS_' | '_IN_SAFETY_NET_' | '_SUBMITTED_' | '_UNCONFIRMED_'; | ||
}>; | ||
export declare type GetFeedSubmissionCount = GetInterface<typeof GetFeedSubmissionCount>; | ||
export declare type GetFeedSubmissionCount = GetType<typeof GetFeedSubmissionCount>; | ||
export interface CancelFeedSubmissionsParameters { | ||
@@ -79,5 +79,5 @@ FeedSubmissionIdList?: string[]; | ||
}>; | ||
export declare type CancelFeedSubmissions = GetInterface<typeof CancelFeedSubmissions>; | ||
export declare type CancelFeedSubmissions = GetType<typeof CancelFeedSubmissions>; | ||
export declare const FeedSubmission: Codec<string>; | ||
export declare type FeedSubmission = GetInterface<typeof FeedSubmission>; | ||
export declare type FeedSubmission = GetType<typeof FeedSubmission>; | ||
export interface GetFeedSubmissionResultParameters { | ||
@@ -112,3 +112,3 @@ FeedSubmissionId: string; | ||
}>; | ||
export declare type SubmitFeed = GetInterface<typeof SubmitFeed>; | ||
export declare type SubmitFeed = GetType<typeof SubmitFeed>; | ||
export declare class Feeds { | ||
@@ -115,0 +115,0 @@ private httpClient; |
@@ -1,2 +0,2 @@ | ||
import { Codec, GetInterface } from 'purify-ts'; | ||
import { Codec, GetType } from 'purify-ts'; | ||
import { DimensionsUnitEnum } from '../merchant-fulfillment/codec'; | ||
@@ -36,3 +36,3 @@ import { CreateInboundShipmentParameters, PackageStatusEnum, PrepInstructionEnum, PrepOwnerEnum, WeightUnitEnum } from './type'; | ||
}>; | ||
export declare type GetInboundGuidanceForSKU = GetInterface<typeof GetInboundGuidanceForSKU>; | ||
export declare type GetInboundGuidanceForSKU = GetType<typeof GetInboundGuidanceForSKU>; | ||
export declare const GetInboundGuidanceForSKUResponse: Codec<{ | ||
@@ -74,3 +74,3 @@ GetInboundGuidanceForSKUResponse: { | ||
}>; | ||
export declare type GetInboundGuidanceForASIN = GetInterface<typeof GetInboundGuidanceForASIN>; | ||
export declare type GetInboundGuidanceForASIN = GetType<typeof GetInboundGuidanceForASIN>; | ||
export declare const GetInboundGuidanceForASINResponse: Codec<{ | ||
@@ -94,3 +94,3 @@ GetInboundGuidanceForASINResponse: { | ||
}>; | ||
export declare type CreateInboundShipment = GetInterface<typeof CreateInboundShipment>; | ||
export declare type CreateInboundShipment = GetType<typeof CreateInboundShipment>; | ||
export declare const CreateInboundShipmentResponse: Codec<{ | ||
@@ -107,3 +107,3 @@ CreateInboundShipmentResponse: { | ||
}>; | ||
export declare type UpdateInboundShipment = GetInterface<typeof UpdateInboundShipment>; | ||
export declare type UpdateInboundShipment = GetType<typeof UpdateInboundShipment>; | ||
export declare const UpdateInboundShipmentResponse: Codec<{ | ||
@@ -222,3 +222,3 @@ UpdateInboundShipmentResponse: { | ||
}>; | ||
export declare type CreateInboundShipmentPlan = GetInterface<typeof CreateInboundShipmentPlan>; | ||
export declare type CreateInboundShipmentPlan = GetType<typeof CreateInboundShipmentPlan>; | ||
export declare const CreateInboundShipmentPlanResponse: Codec<{ | ||
@@ -271,3 +271,3 @@ CreateInboundShipmentPlanResponse: { | ||
}>; | ||
export declare type GetPreorderInfo = GetInterface<typeof GetPreorderInfo>; | ||
export declare type GetPreorderInfo = GetType<typeof GetPreorderInfo>; | ||
export declare const GetPreorderInfoResponse: Codec<{ | ||
@@ -287,3 +287,3 @@ GetPreorderInfoResponse: { | ||
}>; | ||
export declare type ConfirmPreorder = GetInterface<typeof ConfirmPreorder>; | ||
export declare type ConfirmPreorder = GetType<typeof ConfirmPreorder>; | ||
export declare const ConfirmPreorderResponse: Codec<{ | ||
@@ -349,3 +349,3 @@ ConfirmPreorderResponse: { | ||
}>; | ||
export declare type GetPrepInstructionsForSKU = GetInterface<typeof GetPrepInstructionsForSKU>; | ||
export declare type GetPrepInstructionsForSKU = GetType<typeof GetPrepInstructionsForSKU>; | ||
export declare const GetPrepInstructionsForSKUResponse: Codec<{ | ||
@@ -393,3 +393,3 @@ GetPrepInstructionsForSKUResponse: { | ||
}>; | ||
export declare type GetPrepInstructionsForASIN = GetInterface<typeof GetPrepInstructionsForASIN>; | ||
export declare type GetPrepInstructionsForASIN = GetType<typeof GetPrepInstructionsForASIN>; | ||
export declare const GetPrepInstructionsForASINResponse: Codec<{ | ||
@@ -429,3 +429,3 @@ GetPrepInstructionsForASINResponse: { | ||
}>; | ||
export declare type PutTransportContent = GetInterface<typeof PutTransportContent>; | ||
export declare type PutTransportContent = GetType<typeof PutTransportContent>; | ||
export declare const PutTransportContentResponse: Codec<{ | ||
@@ -445,3 +445,3 @@ PutTransportContentResponse: { | ||
}>; | ||
export declare type EstimateTransportRequest = GetInterface<typeof EstimateTransportRequest>; | ||
export declare type EstimateTransportRequest = GetType<typeof EstimateTransportRequest>; | ||
export declare const EstimateTransportRequestResponse: Codec<{ | ||
@@ -763,3 +763,3 @@ EstimateTransportRequestResponse: { | ||
}>; | ||
export declare type GetTransportContent = GetInterface<typeof GetTransportContent>; | ||
export declare type GetTransportContent = GetType<typeof GetTransportContent>; | ||
export declare const GetTransportContentResponse: Codec<{ | ||
@@ -871,3 +871,3 @@ GetTransportContentResponse: { | ||
}>; | ||
export declare type ConfirmTransportRequest = GetInterface<typeof ConfirmTransportRequest>; | ||
export declare type ConfirmTransportRequest = GetType<typeof ConfirmTransportRequest>; | ||
export declare const ConfirmTransportRequestResponse: Codec<{ | ||
@@ -887,3 +887,3 @@ ConfirmTransportRequestResponse: { | ||
}>; | ||
export declare type VoidTransportRequest = GetInterface<typeof VoidTransportRequest>; | ||
export declare type VoidTransportRequest = GetType<typeof VoidTransportRequest>; | ||
export declare const VoidTransportRequestResponse: Codec<{ | ||
@@ -908,3 +908,3 @@ VoidTransportRequestResponse: { | ||
}>; | ||
export declare type GetPackageLabels = GetInterface<typeof GetPackageLabels>; | ||
export declare type GetPackageLabels = GetType<typeof GetPackageLabels>; | ||
export declare const GetPackageLabelsResponse: Codec<{ | ||
@@ -926,3 +926,3 @@ GetPackageLabelsResponse: { | ||
}>; | ||
export declare type GetUniquePackageLabels = GetInterface<typeof GetUniquePackageLabels>; | ||
export declare type GetUniquePackageLabels = GetType<typeof GetUniquePackageLabels>; | ||
export declare const GetUniquePackageLabelsResponse: Codec<{ | ||
@@ -944,3 +944,3 @@ GetUniquePackageLabelsResponse: { | ||
}>; | ||
export declare type GetPalletLabels = GetInterface<typeof GetPalletLabels>; | ||
export declare type GetPalletLabels = GetType<typeof GetPalletLabels>; | ||
export declare const GetPalletLabelsResponse: Codec<{ | ||
@@ -962,3 +962,3 @@ GetPalletLabelsResponse: { | ||
}>; | ||
export declare type GetBillOfLading = GetInterface<typeof GetBillOfLading>; | ||
export declare type GetBillOfLading = GetType<typeof GetBillOfLading>; | ||
export declare const GetBillOfLadingResponse: Codec<{ | ||
@@ -1057,3 +1057,3 @@ GetBillOfLadingResponse: { | ||
}>; | ||
export declare type ListInboundShipments = GetInterface<typeof ListInboundShipments>; | ||
export declare type ListInboundShipments = GetType<typeof ListInboundShipments>; | ||
export declare const ListInboundShipmentsResponse: Codec<{ | ||
@@ -1131,3 +1131,3 @@ ListInboundShipmentsResponse: { | ||
}>; | ||
export declare type ListInboundShipmentsByNextToken = GetInterface<typeof ListInboundShipments>; | ||
export declare type ListInboundShipmentsByNextToken = GetType<typeof ListInboundShipments>; | ||
export declare const ListInboundShipmentsByNextTokenResponse: Codec<{ | ||
@@ -1187,3 +1187,3 @@ ListInboundShipmentsByNextTokenResponse: { | ||
}>; | ||
export declare type ListInboundShipmentItems = GetInterface<typeof ListInboundShipmentItems>; | ||
export declare type ListInboundShipmentItems = GetType<typeof ListInboundShipmentItems>; | ||
export declare const ListInboundShipmentItemsResponse: Codec<{ | ||
@@ -1190,0 +1190,0 @@ ListInboundShipmentItemsResponse: { |
@@ -1,2 +0,2 @@ | ||
import { Codec, GetInterface } from 'purify-ts'; | ||
import { Codec, GetType } from 'purify-ts'; | ||
import { HttpClient, RequestMeta } from '../http'; | ||
@@ -98,4 +98,4 @@ import { NextToken } from '../parsing'; | ||
}, 'SellerSkus' | 'QueryStartDateTime'>; | ||
export declare type InventorySupplyList = GetInterface<typeof InventorySupplyList>; | ||
export declare type InventorySupplyListByNextToken = GetInterface<typeof InventorySupplyListByNextToken>; | ||
export declare type InventorySupplyList = GetType<typeof InventorySupplyList>; | ||
export declare type InventorySupplyListByNextToken = GetType<typeof InventorySupplyListByNextToken>; | ||
export declare class FulfillmentInventory { | ||
@@ -102,0 +102,0 @@ private httpClient; |
@@ -1,2 +0,2 @@ | ||
import { Codec, GetInterface } from 'purify-ts'; | ||
import { Codec, GetType } from 'purify-ts'; | ||
import { FISFeeTypesEnum, FISWeightUnitEnum, FulfillmentActionEnum, FulfillmentPolicyEnum, ShippingSpeedCategoryEnum } from './type'; | ||
@@ -52,3 +52,3 @@ export declare const GetFulfillmentPreview: Codec<{ | ||
}>; | ||
export declare type GetFulfillmentPreview = GetInterface<typeof GetFulfillmentPreview>; | ||
export declare type GetFulfillmentPreview = GetType<typeof GetFulfillmentPreview>; | ||
export declare const GetFulfillmentPreviewResponse: Codec<{ | ||
@@ -183,3 +183,3 @@ GetFulfillmentPreviewResponse: { | ||
}>; | ||
export declare type ListAllFulfillmentOrders = GetInterface<typeof ListAllFulfillmentOrders>; | ||
export declare type ListAllFulfillmentOrders = GetType<typeof ListAllFulfillmentOrders>; | ||
export declare const ListAllFulfillmentOrdersResponse: Codec<{ | ||
@@ -379,3 +379,3 @@ ListAllFulfillmentOrdersResponse: { | ||
}>; | ||
export declare type GetFulfillmentOrder = GetInterface<typeof GetFulfillmentOrder>; | ||
export declare type GetFulfillmentOrder = GetType<typeof GetFulfillmentOrder>; | ||
export declare const GetFulfillmentOrderResponse: Codec<{ | ||
@@ -665,3 +665,3 @@ GetFulfillmentOrderResponse: { | ||
}>; | ||
export declare type GetPackageTrackingDetails = GetInterface<typeof GetPackageTrackingDetails>; | ||
export declare type GetPackageTrackingDetails = GetType<typeof GetPackageTrackingDetails>; | ||
export declare const GetPackageTrackingDetailsResponse: Codec<{ | ||
@@ -711,3 +711,3 @@ GetPackageTrackingDetailsResponse: { | ||
}>; | ||
export declare type ListReturnReasonCodes = GetInterface<typeof ListReturnReasonCodes>; | ||
export declare type ListReturnReasonCodes = GetType<typeof ListReturnReasonCodes>; | ||
export declare const ListReturnReasonCodesResponse: Codec<{ | ||
@@ -771,3 +771,3 @@ ListReturnReasonCodesResponse: { | ||
}>; | ||
export declare type CreateFulfillmentReturn = GetInterface<typeof CreateFulfillmentReturn>; | ||
export declare type CreateFulfillmentReturn = GetType<typeof CreateFulfillmentReturn>; | ||
export declare const CreateFulfillmentReturnResponse: Codec<{ | ||
@@ -774,0 +774,0 @@ CreateFulfillmentReturnResponse: { |
@@ -1,2 +0,2 @@ | ||
import { Codec, GetInterface } from 'purify-ts'; | ||
import { Codec, GetType } from 'purify-ts'; | ||
import { PredefinedPackageDimensionsEnum } from './type'; | ||
@@ -83,3 +83,3 @@ export declare const TemporarilyUnavailableCarrier: Codec<{ | ||
}>; | ||
export declare type GetEligibleShippingServices = GetInterface<typeof GetEligibleShippingServices>; | ||
export declare type GetEligibleShippingServices = GetType<typeof GetEligibleShippingServices>; | ||
export declare const GetEligibleShippingServicesResponse: Codec<{ | ||
@@ -500,3 +500,3 @@ GetEligibleShippingServicesResponse: { | ||
}>; | ||
export declare type GetAdditionalSellerInputs = GetInterface<typeof GetAdditionalSellerInputs>; | ||
export declare type GetAdditionalSellerInputs = GetType<typeof GetAdditionalSellerInputs>; | ||
export declare const GetAdditionalSellerInputsResponse: Codec<{ | ||
@@ -885,3 +885,3 @@ GetAdditionalSellerInputsResponse: { | ||
}>; | ||
export declare type CreateShipment = GetInterface<typeof CreateShipment>; | ||
export declare type CreateShipment = GetType<typeof CreateShipment>; | ||
export declare const CreateShipmentResponse: Codec<{ | ||
@@ -1163,3 +1163,3 @@ CreateShipmentResponse: { | ||
}>; | ||
export declare type GetShipment = GetInterface<typeof GetShipment>; | ||
export declare type GetShipment = GetType<typeof GetShipment>; | ||
export declare const GetShipmentResponse: Codec<{ | ||
@@ -1441,3 +1441,3 @@ GetShipmentResponse: { | ||
}>; | ||
export declare type CancelShipment = GetInterface<typeof CancelShipment>; | ||
export declare type CancelShipment = GetType<typeof CancelShipment>; | ||
export declare const CancelShipmentResponse: Codec<{ | ||
@@ -1444,0 +1444,0 @@ CancelShipmentResponse: { |
@@ -1,2 +0,2 @@ | ||
import { Codec, GetInterface } from 'purify-ts/Codec'; | ||
import { Codec, GetType } from 'purify-ts/Codec'; | ||
import { HttpClient, RequestMeta } from '../http'; | ||
@@ -296,5 +296,5 @@ import { NextToken } from '../parsing'; | ||
}>; | ||
export declare type Order = GetInterface<typeof Order>; | ||
export declare type ListOrders = GetInterface<typeof ListOrders>; | ||
export declare type ListOrderItems = GetInterface<typeof ListOrderItems>; | ||
export declare type Order = GetType<typeof Order>; | ||
export declare type ListOrders = GetType<typeof ListOrders>; | ||
export declare type ListOrderItems = GetType<typeof ListOrderItems>; | ||
export interface GetOrderParameters { | ||
@@ -301,0 +301,0 @@ AmazonOrderId: string[]; |
@@ -1,2 +0,2 @@ | ||
import { Codec, GetInterface } from 'purify-ts'; | ||
import { Codec, GetType } from 'purify-ts'; | ||
import { HttpClient, RequestMeta } from '../http'; | ||
@@ -15,3 +15,3 @@ import { NextToken } from '../parsing'; | ||
}>; | ||
export declare type GetLastUpdatedTimeForRecommendations = GetInterface<typeof GetLastUpdatedTimeForRecommendations>; | ||
export declare type GetLastUpdatedTimeForRecommendations = GetType<typeof GetLastUpdatedTimeForRecommendations>; | ||
export declare type RecommedationCategory = 'Inventory' | 'Selection' | 'Pricing' | 'Fulfillment' | 'ListingQuality' | 'GlobalSelling' | 'Advertising'; | ||
@@ -189,3 +189,3 @@ export interface CategoryQuery { | ||
}>; | ||
export declare type ListRecommendations = GetInterface<typeof ListRecommendations>; | ||
export declare type ListRecommendations = GetType<typeof ListRecommendations>; | ||
export declare class Recommendations { | ||
@@ -192,0 +192,0 @@ private httpClient; |
@@ -1,2 +0,2 @@ | ||
import { Codec, GetInterface } from 'purify-ts'; | ||
import { Codec, GetType } from 'purify-ts'; | ||
import { HttpClient, RequestMeta } from '../http'; | ||
@@ -10,3 +10,3 @@ import { NextToken } from '../parsing'; | ||
export declare const ReportType: Codec<string>; | ||
export declare type ReportType = GetInterface<typeof ReportType>; | ||
export declare type ReportType = GetType<typeof ReportType>; | ||
export interface RequestReportParameters { | ||
@@ -31,3 +31,3 @@ ReportType: ReportType; | ||
}>; | ||
export declare type ReportRequestInfo = GetInterface<typeof ReportRequestInfo>; | ||
export declare type ReportRequestInfo = GetType<typeof ReportRequestInfo>; | ||
export declare type ReportProcessing = '_SUBMITTED_' | '_IN_PROGRESS_' | '_CANCELLED_' | '_DONE_' | '_DONE_NO_DATA_' | 'All'; | ||
@@ -87,3 +87,3 @@ export declare enum ScheduleEnum { | ||
}>; | ||
export declare type GetReportRequestListResult = GetInterface<typeof GetReportRequestListResult>; | ||
export declare type GetReportRequestListResult = GetType<typeof GetReportRequestListResult>; | ||
export interface GetReportRequestCountParameters { | ||
@@ -98,3 +98,3 @@ ReportTypeList?: ReportType[]; | ||
}>; | ||
export declare type GetReportRequestCount = GetInterface<typeof GetReportRequestCount>; | ||
export declare type GetReportRequestCount = GetType<typeof GetReportRequestCount>; | ||
export interface CancelReportRequestsParameters { | ||
@@ -133,3 +133,3 @@ ReportRequestIdList?: string[]; | ||
}>; | ||
export declare type CancelReportRequests = GetInterface<typeof CancelReportRequests>; | ||
export declare type CancelReportRequests = GetType<typeof CancelReportRequests>; | ||
export interface GetReportListParameters { | ||
@@ -162,3 +162,3 @@ MaxCount?: number; | ||
}>; | ||
export declare type GetReportListResult = GetInterface<typeof GetReportListResult>; | ||
export declare type GetReportListResult = GetType<typeof GetReportListResult>; | ||
export declare const GetReportCount: Codec<{ | ||
@@ -174,3 +174,3 @@ Count: number; | ||
export declare type Report = string; | ||
export declare type GetReportCount = GetInterface<typeof GetReportCount>; | ||
export declare type GetReportCount = GetType<typeof GetReportCount>; | ||
export interface ManageReportScheduleParameters { | ||
@@ -193,3 +193,3 @@ ReportType: ReportType; | ||
}>; | ||
export declare type ManageReportSchedule = GetInterface<typeof ManageReportSchedule>; | ||
export declare type ManageReportSchedule = GetType<typeof ManageReportSchedule>; | ||
export interface GetReportScheduleListParameters { | ||
@@ -211,3 +211,3 @@ ReportTypeList?: ReportType[]; | ||
}>; | ||
export declare type GetReportScheduleList = GetInterface<typeof GetReportScheduleList>; | ||
export declare type GetReportScheduleList = GetType<typeof GetReportScheduleList>; | ||
export interface GetReportScheduleCountParameters { | ||
@@ -219,3 +219,3 @@ ReportTypeList?: ReportType; | ||
}>; | ||
export declare type GetReportScheduleCount = GetInterface<typeof GetReportScheduleCount>; | ||
export declare type GetReportScheduleCount = GetType<typeof GetReportScheduleCount>; | ||
export interface UpdateReportAcknowledgementsParameters { | ||
@@ -243,3 +243,3 @@ ReportIdList: string[]; | ||
}>; | ||
export declare type UpdateReportAcknowledgements = GetInterface<typeof UpdateReportAcknowledgements>; | ||
export declare type UpdateReportAcknowledgements = GetType<typeof UpdateReportAcknowledgements>; | ||
export declare const UpdateReportAcknowledgementsResponse: Codec<{ | ||
@@ -246,0 +246,0 @@ UpdateReportAcknowledgementsResponse: { |
@@ -1,2 +0,2 @@ | ||
import { Codec, GetInterface } from 'purify-ts'; | ||
import { Codec, GetType } from 'purify-ts'; | ||
import { HttpClient, RequestMeta } from '../http'; | ||
@@ -20,3 +20,3 @@ import { NextToken } from '../parsing'; | ||
}>; | ||
export declare type MarketplaceParticipations = GetInterface<typeof MarketplaceParticipations>; | ||
export declare type MarketplaceParticipations = GetType<typeof MarketplaceParticipations>; | ||
export declare class Sellers { | ||
@@ -23,0 +23,0 @@ private httpClient; |
@@ -1,2 +0,2 @@ | ||
import { Codec, GetInterface } from 'purify-ts/Codec'; | ||
import { Codec, GetType } from 'purify-ts/Codec'; | ||
import { HttpClient, RequestMeta, Resource } from '../http'; | ||
@@ -11,4 +11,4 @@ declare const ServiceStatusResponse: Codec<{ | ||
}>; | ||
declare type ServiceStatusResponse = GetInterface<typeof ServiceStatusResponse>['GetServiceStatusResponse']['GetServiceStatusResult']; | ||
declare type ServiceStatusResponse = GetType<typeof ServiceStatusResponse>['GetServiceStatusResponse']['GetServiceStatusResult']; | ||
export declare const getServiceStatusByResource: (httpClient: HttpClient, resource: Resource, version: string) => Promise<[ServiceStatusResponse, RequestMeta]>; | ||
export {}; |
@@ -1,2 +0,2 @@ | ||
import { Codec, GetInterface } from 'purify-ts'; | ||
import { Codec, GetType } from 'purify-ts'; | ||
import { HttpClient, RequestMeta } from '../http'; | ||
@@ -94,3 +94,3 @@ export interface GetFbaOutboundShipmentDetailParameters { | ||
export declare const SubmitFBAOutboundShipmentInvoiceResult: Codec<"" | undefined>; | ||
export declare type SubmitFBAOutboundShipmentInvoiceResult = GetInterface<typeof SubmitFBAOutboundShipmentInvoiceResult>; | ||
export declare type SubmitFBAOutboundShipmentInvoiceResult = GetType<typeof SubmitFBAOutboundShipmentInvoiceResult>; | ||
export interface GetFBAOutboundShipmentInvoiceStatusParameters { | ||
@@ -100,3 +100,3 @@ MarketplaceId: string; | ||
} | ||
export declare type GetFBAOutboundShipmentDetail = GetInterface<typeof GetFBAOutboundShipmentDetail>; | ||
export declare type GetFBAOutboundShipmentDetail = GetType<typeof GetFBAOutboundShipmentDetail>; | ||
export declare const GetFBAOutboundShipmentInvoiceStatus: Codec<{ | ||
@@ -108,3 +108,3 @@ Shipments: { | ||
}>; | ||
export declare type GetFBAOutboundShipmentInvoiceStatus = GetInterface<typeof GetFBAOutboundShipmentInvoiceStatus>; | ||
export declare type GetFBAOutboundShipmentInvoiceStatus = GetType<typeof GetFBAOutboundShipmentInvoiceStatus>; | ||
export declare class ShipmentInvoicing { | ||
@@ -111,0 +111,0 @@ private httpClient; |
@@ -1,2 +0,2 @@ | ||
import { Codec, GetInterface } from 'purify-ts'; | ||
import { Codec, GetType } from 'purify-ts'; | ||
import { HttpClient, RequestMeta } from '../http'; | ||
@@ -93,4 +93,4 @@ /** | ||
}>; | ||
export declare type ListRegisteredDestinations = GetInterface<typeof ListRegisteredDestinations>; | ||
export declare type GetSubscription = GetInterface<typeof GetSubscription>; | ||
export declare type ListRegisteredDestinations = GetType<typeof ListRegisteredDestinations>; | ||
export declare type GetSubscription = GetType<typeof GetSubscription>; | ||
export declare class Subscriptions { | ||
@@ -97,0 +97,0 @@ private httpClient; |
@@ -26,3 +26,3 @@ { | ||
}, | ||
"version": "1.9.14", | ||
"version": "1.9.15", | ||
"main": "lib/index.js", | ||
@@ -54,3 +54,3 @@ "files": [ | ||
"html-entities": "1.3.1", | ||
"purify-ts": "0.16.0-beta.6", | ||
"purify-ts": "0.16.0", | ||
"ts-error": "1.0.6" | ||
@@ -57,0 +57,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1105140
+ Addedpurify-ts@0.16.0(transitive)
- Removedpurify-ts@0.16.0-beta.6(transitive)
Updatedpurify-ts@0.16.0