@flowio/api-internal-sdk 0.0.156 → 0.0.158

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.
@@ -144,6 +144,27 @@ export interface AddressConfigurationSettingsPutParameters {
144
144
  headers?: $HttpHeaders;
145
145
  organization: string;
146
146
  }
147
+ export interface AftershipWebhooksPostParameters {
148
+ body: any;
149
+ headers?: $HttpHeaders;
150
+ }
151
+ export interface AldoItemsPostParameters {
152
+ body: io.flow.internal.v0.models.AldoItemForm;
153
+ headers?: $HttpHeaders;
154
+ }
155
+ export interface AldoItemsGetByIdParameters {
156
+ headers?: $HttpHeaders;
157
+ id: string;
158
+ }
159
+ export interface AldoItemsPutByIdParameters {
160
+ body: io.flow.internal.v0.models.AldoItemForm;
161
+ headers?: $HttpHeaders;
162
+ id: string;
163
+ }
164
+ export interface AldoItemsDeleteByIdParameters {
165
+ headers?: $HttpHeaders;
166
+ id: string;
167
+ }
147
168
  export interface AlertFailureSummariesGetParameters {
148
169
  headers?: $HttpHeaders;
149
170
  }
@@ -782,30 +803,6 @@ export interface CliLogEntriesPostParameters {
782
803
  body: io.flow.internal.v0.models.CliLogEntryForm;
783
804
  headers?: $HttpHeaders;
784
805
  }
785
- export interface ColmItemsGetParameters {
786
- headers?: $HttpHeaders;
787
- id?: string[];
788
- limit?: number;
789
- offset?: number;
790
- sort?: string;
791
- }
792
- export interface ColmItemsPostParameters {
793
- body: io.flow.internal.v0.models.ColmItemForm;
794
- headers?: $HttpHeaders;
795
- }
796
- export interface ColmItemsGetByIdParameters {
797
- headers?: $HttpHeaders;
798
- id: string;
799
- }
800
- export interface ColmItemsPutByIdParameters {
801
- body: io.flow.internal.v0.models.ColmItemForm;
802
- headers?: $HttpHeaders;
803
- id: string;
804
- }
805
- export interface ColmItemsDeleteByIdParameters {
806
- headers?: $HttpHeaders;
807
- id: string;
808
- }
809
806
  export interface CommercialInvoiceComparisonsPostParameters {
810
807
  body: io.flow.label.v0.unions.ShippingLabelForm;
811
808
  headers?: $HttpHeaders;
@@ -1186,6 +1183,14 @@ export interface FinancialReportingStatementsPostByStatementNumberParameters {
1186
1183
  headers?: $HttpHeaders;
1187
1184
  statement_number: string;
1188
1185
  }
1186
+ export interface FlexeWebhooksPostReceiptParameters {
1187
+ body: any;
1188
+ headers?: $HttpHeaders;
1189
+ }
1190
+ export interface FlexeWebhooksPostShipmentParameters {
1191
+ body: any;
1192
+ headers?: $HttpHeaders;
1193
+ }
1189
1194
  export interface FlowAccountsGetParameters {
1190
1195
  headers?: $HttpHeaders;
1191
1196
  source_type: string;
@@ -1764,14 +1769,6 @@ export interface WebhookEventsPostPaymentAndCallbacksAndPaypalParameters {
1764
1769
  body: any;
1765
1770
  headers?: $HttpHeaders;
1766
1771
  }
1767
- export interface ReceiptNotificationsPostParameters {
1768
- body: any;
1769
- headers?: $HttpHeaders;
1770
- }
1771
- export interface ShipmentNotificationsPostParameters {
1772
- body: any;
1773
- headers?: $HttpHeaders;
1774
- }
1775
1772
  export interface UltimateBeneficiaryOwnersPutParameters {
1776
1773
  body: io.flow.merchant.onboarding.v0.models.UltimateBeneficiaryOwner;
1777
1774
  headers?: $HttpHeaders;
@@ -1962,14 +1959,6 @@ export interface ChannelTokensPostParameters {
1962
1959
  body: io.flow.token.v0.models.ChannelTokenForm;
1963
1960
  headers?: $HttpHeaders;
1964
1961
  }
1965
- export interface LabelTrackingSummariesGetByLabelIdParameters {
1966
- headers?: $HttpHeaders;
1967
- label_id: string;
1968
- }
1969
- export interface TrackingsPostParameters {
1970
- body: any;
1971
- headers?: $HttpHeaders;
1972
- }
1973
1962
  export interface ItemClassificationsPostPredictParameters {
1974
1963
  body: io.flow.internal.v0.models.ItemClassificationForm[];
1975
1964
  headers?: $HttpHeaders;
@@ -3330,6 +3319,20 @@ export interface ProductReviewHistoriesGetParameters {
3330
3319
  organization: string;
3331
3320
  id: string;
3332
3321
  }
3322
+ export interface PspRoutingDistributionRevisionsGetParameters {
3323
+ headers?: $HttpHeaders;
3324
+ id?: string[];
3325
+ limit?: number;
3326
+ offset?: number;
3327
+ sort?: string;
3328
+ }
3329
+ export interface PspRoutingDistributionRevisionsPostParameters {
3330
+ body: io.flow.internal.v0.models.PspRoutingDistributionRevisionForm;
3331
+ headers?: $HttpHeaders;
3332
+ }
3333
+ export interface PspRoutingDistributionRevisionsGetCurrentParameters {
3334
+ headers?: $HttpHeaders;
3335
+ }
3333
3336
  export interface PublicHubsGetParameters {
3334
3337
  headers?: $HttpHeaders;
3335
3338
  limit?: number;
@@ -3784,10 +3787,6 @@ export interface ShopifyMarketsQueuedRecordsGetParameters {
3784
3787
  offset?: number;
3785
3788
  sort?: string;
3786
3789
  }
3787
- export interface ShopifyMarketsQueuedRecordsPutIgnoreByIdParameters {
3788
- headers?: $HttpHeaders;
3789
- id: string;
3790
- }
3791
3790
  export interface ShopifyMarketsQueuedRecordsPutRequeueAndNowByIdParameters {
3792
3791
  headers?: $HttpHeaders;
3793
3792
  id: string;
@@ -4124,10 +4123,20 @@ export interface TrackingDebugLabelsPostForceAndTransitByLabelIdParameters {
4124
4123
  headers?: $HttpHeaders;
4125
4124
  label_id: string;
4126
4125
  }
4127
- export interface TrackingSubscriptionsGetExternalReferenceSourceAndExternalReferenceKeyByExternalReferenceSourceAndExternalReferenceKeyParameters {
4126
+ export interface TrackingResyncsPostParameters {
4127
+ body: any;
4128
+ headers?: $HttpHeaders;
4129
+ }
4130
+ export interface TrackingWebhooksGetParameters {
4131
+ headers?: $HttpHeaders;
4132
+ carrier_id: string;
4133
+ account_identifier?: string;
4134
+ }
4135
+ export interface TrackingWebhooksPostParameters {
4136
+ body: any;
4128
4137
  headers?: $HttpHeaders;
4129
- external_reference_source: string;
4130
- external_reference_key: string;
4138
+ carrier_id: string;
4139
+ account_identifier?: string;
4131
4140
  }
4132
4141
  export interface TransactionsGetOrdersByOrderNumberParameters {
4133
4142
  headers?: $HttpHeaders;
@@ -4220,10 +4229,6 @@ export interface V1CheckoutsPostParameters {
4220
4229
  body: io.flow.internal.v0.unions.CheckoutForm;
4221
4230
  headers?: $HttpHeaders;
4222
4231
  }
4223
- export interface V1CheckoutsGetV1ByV2CheckoutIdParameters {
4224
- headers?: $HttpHeaders;
4225
- v2_checkout_id: string;
4226
- }
4227
4232
  export interface V1CheckoutsGetByIdParameters {
4228
4233
  headers?: $HttpHeaders;
4229
4234
  id: string;
@@ -4258,6 +4263,11 @@ export declare type AccountPaymentHoldsGetByIdResponse = $HttpOk<io.flow.interna
4258
4263
  export declare type AccountPaymentHoldsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4259
4264
  export declare type AddressConfigurationSettingsGetResponse = $HttpOk<io.flow.internal.v0.models.AddressConfigurationSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4260
4265
  export declare type AddressConfigurationSettingsPutResponse = $HttpOk<io.flow.internal.v0.models.AddressConfigurationSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4266
+ export declare type AftershipWebhooksPostResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4267
+ export declare type AldoItemsPostResponse = $HttpCreated<io.flow.internal.v0.models.AldoItem> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4268
+ export declare type AldoItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.AldoItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4269
+ export declare type AldoItemsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.AldoItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4270
+ export declare type AldoItemsDeleteByIdResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4261
4271
  export declare type AlertFailureSummariesGetResponse = $HttpOk<io.flow.internal.v0.models.AlertFailureSummary[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4262
4272
  export declare type AlertFailureSummariesGetByDbResponse = $HttpOk<io.flow.internal.v0.models.AlertFailureSummary> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4263
4273
  export declare type AlertFailureSummariesDeleteByDbAndQueueAndIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
@@ -4365,11 +4375,6 @@ export declare type ClassificationRequeueRequestsPostResponse = $HttpCreated<io.
4365
4375
  export declare type ClassificationStatisticsGetResponse = $HttpOk<io.flow.internal.v0.models.ClassificationStatistics[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4366
4376
  export declare type ClassificationTaxonomyGetResponse = $HttpOk<io.flow.internal.v0.unions.ClassificationTaxonomy[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4367
4377
  export declare type CliLogEntriesPostResponse = $HttpCreated<io.flow.internal.v0.models.CliLogEntry> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4368
- export declare type ColmItemsGetResponse = $HttpOk<io.flow.internal.v0.models.ColmItem[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4369
- export declare type ColmItemsPostResponse = $HttpCreated<io.flow.internal.v0.models.ColmItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4370
- export declare type ColmItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.ColmItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4371
- export declare type ColmItemsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.ColmItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4372
- export declare type ColmItemsDeleteByIdResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4373
4378
  export declare type CommercialInvoiceComparisonsPostResponse = $HttpCreated<io.flow.internal.v0.models.CommercialInvoiceComparison> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4374
4379
  export declare type CommercialInvoiceSummariesGetLabelByLabelIdResponse = $HttpOk<io.flow.internal.v0.models.CommercialInvoiceSummary> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4375
4380
  export declare type CompliancesGetResponse = $HttpOk<io.flow.internal.v0.models.Compliance[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
@@ -4432,6 +4437,8 @@ export declare type FinanceBankPaymentsGetResponse = $HttpOk<io.flow.internal.v0
4432
4437
  export declare type FinancialMerchantCategoriesGetResponse = $HttpOk<io.flow.internal.v0.models.FinancialMerchantCategory[]> | $HttpUnauthorized<undefined>;
4433
4438
  export declare type FinancialReportingStatementsGetByStatementNumberResponse = $HttpOk<io.flow.internal.v0.models.FinancialReportingStatement> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4434
4439
  export declare type FinancialReportingStatementsPostByStatementNumberResponse = $HttpOk<io.flow.internal.v0.models.FinancialReportingStatement> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4440
+ export declare type FlexeWebhooksPostReceiptResponse = $HttpOk<undefined>;
4441
+ export declare type FlexeWebhooksPostShipmentResponse = $HttpOk<undefined>;
4435
4442
  export declare type FlowAccountsGetResponse = $HttpOk<io.flow.internal.v0.models.FlowAccount[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4436
4443
  export declare type FlowAccountsGetByKeyResponse = $HttpOk<io.flow.internal.v0.models.FlowAccount> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4437
4444
  export declare type FlowAccountsDeleteByKeyResponse = $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError> | $HttpConflict<io.flow.error.v0.models.GenericError> | $HttpNoContent<undefined> | $HttpUnauthorized<undefined>;
@@ -4527,8 +4534,6 @@ export declare type OrdersPutSubmissionsAndCheckByNumberResponse = $HttpOk<io.fl
4527
4534
  export declare type PaypalDisputeEventsPostResponse = $HttpCreated<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4528
4535
  export declare type WebhookEventsPostDisputeAndNotificationsAndPaypalResponse = $HttpOk<undefined> | $HttpCreated<undefined>;
4529
4536
  export declare type WebhookEventsPostPaymentAndCallbacksAndPaypalResponse = $HttpOk<any>;
4530
- export declare type ReceiptNotificationsPostResponse = $HttpOk<undefined>;
4531
- export declare type ShipmentNotificationsPostResponse = $HttpOk<undefined>;
4532
4537
  export declare type UltimateBeneficiaryOwnersPutResponse = $HttpOk<io.flow.merchant.onboarding.v0.models.ShopifyMerchantApplication> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4533
4538
  export declare type OrderManagementEventsPostReplayByOrderLifecycleEventResponse = $HttpOk<io.flow.order.management.event.v0.unions.OrderManagementEvent> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4534
4539
  export declare type OnboardingStatesPutInternalAndOnboardingAndStateByOrganizationResponse = $HttpCreated<io.flow.organization.onboarding.state.v0.models.OrganizationOnboardingState> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
@@ -4566,8 +4571,6 @@ export declare type ShopifyLocalizedVariantsGetExperienceAndMapByExperienceKeyRe
4566
4571
  export declare type StripeDisputeEventsPostResponse = $HttpCreated<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4567
4572
  export declare type StripeEventsPostStripeResponse = $HttpOk<any>;
4568
4573
  export declare type ChannelTokensPostResponse = $HttpCreated<io.flow.token.v0.models.ChannelToken> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4569
- export declare type LabelTrackingSummariesGetByLabelIdResponse = $HttpOk<io.flow.tracking.v0.models.LabelTrackingSummary> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4570
- export declare type TrackingsPostResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4571
4574
  export declare type ItemClassificationsPostPredictResponse = $HttpOk<io.flow.internal.v0.models.ItemClassification[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4572
4575
  export declare type ItemClassificationsPostV2AndPredictResponse = $HttpOk<io.flow.internal.v0.models.ItemClassificationV2[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4573
4576
  export declare type ItemClassificationSummariesGetResponse = $HttpOk<io.flow.internal.v0.models.ItemClassificationSummary[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
@@ -4791,6 +4794,9 @@ export declare type ProductClassificationsGetOrganizationAndProductByOrganizatio
4791
4794
  export declare type ProductClassificationsPostOrganizationAndProductByOrganizationIdAndProductIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4792
4795
  export declare type ProductClassificationsGetRefreshDefaultHs6Response = $HttpOk<io.flow.internal.v0.models.CustomsDescriptionStatistics> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4793
4796
  export declare type ProductReviewHistoriesGetResponse = $HttpOk<io.flow.internal.v0.models.ProductReviewHistory> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4797
+ export declare type PspRoutingDistributionRevisionsGetResponse = $HttpOk<io.flow.internal.v0.models.PspRoutingDistributionRevision[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4798
+ export declare type PspRoutingDistributionRevisionsPostResponse = $HttpCreated<io.flow.internal.v0.models.PspRoutingDistributionRevision> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4799
+ export declare type PspRoutingDistributionRevisionsGetCurrentResponse = $HttpOk<io.flow.internal.v0.models.PspRoutingDistributionRevision> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4794
4800
  export declare type PublicHubsGetResponse = $HttpOk<io.flow.internal.v0.models.PublicHub[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4795
4801
  export declare type PublicHubsPostResponse = $HttpCreated<io.flow.internal.v0.models.PublicHub> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4796
4802
  export declare type PublicHubsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.PublicHub> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
@@ -4870,7 +4876,6 @@ export declare type ShopifyGiftCardReversalsPostResponse = $HttpCreated<io.flow.
4870
4876
  export declare type ShopifyGrantsChecksGetCheckHtmlResponse = $HttpOk<string> | $HttpUnauthorized<undefined>;
4871
4877
  export declare type ShopifyMarketsOrderVersionWithShopIdsGetVersionsByNumberResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMarketsOrderVersionWithShopId[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4872
4878
  export declare type ShopifyMarketsQueuedRecordsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMarketsQueuedRecord[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4873
- export declare type ShopifyMarketsQueuedRecordsPutIgnoreByIdResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMarketsQueuedRecord> | $HttpCreated<io.flow.internal.v0.models.ShopifyMarketsQueuedRecord> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4874
4879
  export declare type ShopifyMarketsQueuedRecordsPutRequeueAndNowByIdResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMarketsQueuedRecord> | $HttpCreated<io.flow.internal.v0.models.ShopifyMarketsQueuedRecord> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4875
4880
  export declare type ShopifyMarketsShopsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMarketsShop[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4876
4881
  export declare type ShopifyMarketsShopsGetByOrganizationResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMarketsShop> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
@@ -4931,7 +4936,9 @@ export declare type TestsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.Te
4931
4936
  export declare type TestsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4932
4937
  export declare type TrackingDebugLabelsGetByLabelIdResponse = $HttpOk<io.flow.internal.v0.models.TrackingDebugLabel> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4933
4938
  export declare type TrackingDebugLabelsPostForceAndTransitByLabelIdResponse = $HttpOk<io.flow.tracking.v0.models.TrackingEvent> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4934
- export declare type TrackingSubscriptionsGetExternalReferenceSourceAndExternalReferenceKeyByExternalReferenceSourceAndExternalReferenceKeyResponse = $HttpOk<io.flow.internal.v0.models.TrackingSubscription> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4939
+ export declare type TrackingResyncsPostResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4940
+ export declare type TrackingWebhooksGetResponse = $HttpOk<any> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4941
+ export declare type TrackingWebhooksPostResponse = $HttpOk<any> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4935
4942
  export declare type TransactionsGetOrdersByOrderNumberResponse = $HttpOk<io.flow.internal.v0.unions.Transaction[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4936
4943
  export declare type TransactionAdjustmentsPostResponse = $HttpOk<io.flow.internal.v0.models.TransactionAdjustment> | $HttpCreated<io.flow.internal.v0.models.TransactionAdjustment> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4937
4944
  export declare type TransactionAdjustmentsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.TransactionAdjustment> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
@@ -4953,7 +4960,6 @@ export declare type UserStatusRulesGetByIdResponse = $HttpOk<io.flow.internal.v0
4953
4960
  export declare type UserStatusRulesPutByIdResponse = $HttpOk<io.flow.internal.v0.models.UserStatusRule> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4954
4961
  export declare type UserStatusRulesDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4955
4962
  export declare type V1CheckoutsPostResponse = $HttpCreated<io.flow.internal.v0.models.V1Checkout> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.internal.v0.models.CheckoutError>;
4956
- export declare type V1CheckoutsGetV1ByV2CheckoutIdResponse = $HttpOk<io.flow.internal.v0.models.V1Checkout> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.internal.v0.models.CheckoutError>;
4957
4963
  export declare type V1CheckoutsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.V1Checkout> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.internal.v0.models.CheckoutError>;
4958
4964
  export declare type V1CheckoutsPutSubmissionsByIdResponse = $HttpOk<io.flow.internal.v0.models.CheckoutSubmission> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4959
4965
  export declare type ViesResultsGetResponse = $HttpOk<io.flow.internal.v0.models.ViesResult[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
@@ -4969,6 +4975,15 @@ export declare class AddressConfigurationSettingsResource extends $Resource {
4969
4975
  get(params: AddressConfigurationSettingsGetParameters): Promise<AddressConfigurationSettingsGetResponse>;
4970
4976
  put(params: AddressConfigurationSettingsPutParameters): Promise<AddressConfigurationSettingsPutResponse>;
4971
4977
  }
4978
+ export declare class AftershipWebhooksResource extends $Resource {
4979
+ post(params: AftershipWebhooksPostParameters): Promise<AftershipWebhooksPostResponse>;
4980
+ }
4981
+ export declare class AldoItemsResource extends $Resource {
4982
+ post(params: AldoItemsPostParameters): Promise<AldoItemsPostResponse>;
4983
+ getById(params: AldoItemsGetByIdParameters): Promise<AldoItemsGetByIdResponse>;
4984
+ putById(params: AldoItemsPutByIdParameters): Promise<AldoItemsPutByIdResponse>;
4985
+ deleteById(params: AldoItemsDeleteByIdParameters): Promise<AldoItemsDeleteByIdResponse>;
4986
+ }
4972
4987
  export declare class AlertFailureSummariesResource extends $Resource {
4973
4988
  get(params?: AlertFailureSummariesGetParameters): Promise<AlertFailureSummariesGetResponse>;
4974
4989
  getByDb(params: AlertFailureSummariesGetByDbParameters): Promise<AlertFailureSummariesGetByDbResponse>;
@@ -5166,13 +5181,6 @@ export declare class ClassificationTaxonomyResource extends $Resource {
5166
5181
  export declare class CliLogEntriesResource extends $Resource {
5167
5182
  post(params: CliLogEntriesPostParameters): Promise<CliLogEntriesPostResponse>;
5168
5183
  }
5169
- export declare class ColmItemsResource extends $Resource {
5170
- get(params: ColmItemsGetParameters): Promise<ColmItemsGetResponse>;
5171
- post(params: ColmItemsPostParameters): Promise<ColmItemsPostResponse>;
5172
- getById(params: ColmItemsGetByIdParameters): Promise<ColmItemsGetByIdResponse>;
5173
- putById(params: ColmItemsPutByIdParameters): Promise<ColmItemsPutByIdResponse>;
5174
- deleteById(params: ColmItemsDeleteByIdParameters): Promise<ColmItemsDeleteByIdResponse>;
5175
- }
5176
5184
  export declare class CommercialInvoiceComparisonsResource extends $Resource {
5177
5185
  post(params: CommercialInvoiceComparisonsPostParameters): Promise<CommercialInvoiceComparisonsPostResponse>;
5178
5186
  }
@@ -5291,6 +5299,10 @@ export declare class FinancialReportingStatementsResource extends $Resource {
5291
5299
  getByStatementNumber(params: FinancialReportingStatementsGetByStatementNumberParameters): Promise<FinancialReportingStatementsGetByStatementNumberResponse>;
5292
5300
  postByStatementNumber(params: FinancialReportingStatementsPostByStatementNumberParameters): Promise<FinancialReportingStatementsPostByStatementNumberResponse>;
5293
5301
  }
5302
+ export declare class FlexeWebhooksResource extends $Resource {
5303
+ postReceipt(params: FlexeWebhooksPostReceiptParameters): Promise<FlexeWebhooksPostReceiptResponse>;
5304
+ postShipment(params: FlexeWebhooksPostShipmentParameters): Promise<FlexeWebhooksPostShipmentResponse>;
5305
+ }
5294
5306
  export declare class FlowAccountsResource extends $Resource {
5295
5307
  get(params: FlowAccountsGetParameters): Promise<FlowAccountsGetResponse>;
5296
5308
  getByKey(params: FlowAccountsGetByKeyParameters): Promise<FlowAccountsGetByKeyResponse>;
@@ -5460,12 +5472,6 @@ export declare class WebhookEventsResource extends $Resource {
5460
5472
  postDisputeAndNotificationsAndPaypal(params: WebhookEventsPostDisputeAndNotificationsAndPaypalParameters): Promise<WebhookEventsPostDisputeAndNotificationsAndPaypalResponse>;
5461
5473
  postPaymentAndCallbacksAndPaypal(params: WebhookEventsPostPaymentAndCallbacksAndPaypalParameters): Promise<WebhookEventsPostPaymentAndCallbacksAndPaypalResponse>;
5462
5474
  }
5463
- export declare class ReceiptNotificationsResource extends $Resource {
5464
- post(params: ReceiptNotificationsPostParameters): Promise<ReceiptNotificationsPostResponse>;
5465
- }
5466
- export declare class ShipmentNotificationsResource extends $Resource {
5467
- post(params: ShipmentNotificationsPostParameters): Promise<ShipmentNotificationsPostResponse>;
5468
- }
5469
5475
  export declare class UltimateBeneficiaryOwnersResource extends $Resource {
5470
5476
  put(params: UltimateBeneficiaryOwnersPutParameters): Promise<UltimateBeneficiaryOwnersPutResponse>;
5471
5477
  }
@@ -5543,12 +5549,6 @@ export declare class StripeEventsResource extends $Resource {
5543
5549
  export declare class ChannelTokensResource extends $Resource {
5544
5550
  post(params: ChannelTokensPostParameters): Promise<ChannelTokensPostResponse>;
5545
5551
  }
5546
- export declare class LabelTrackingSummariesResource extends $Resource {
5547
- getByLabelId(params: LabelTrackingSummariesGetByLabelIdParameters): Promise<LabelTrackingSummariesGetByLabelIdResponse>;
5548
- }
5549
- export declare class TrackingsResource extends $Resource {
5550
- post(params: TrackingsPostParameters): Promise<TrackingsPostResponse>;
5551
- }
5552
5552
  export declare class ItemClassificationsResource extends $Resource {
5553
5553
  postPredict(params: ItemClassificationsPostPredictParameters): Promise<ItemClassificationsPostPredictResponse>;
5554
5554
  postV2AndPredict(params: ItemClassificationsPostV2AndPredictParameters): Promise<ItemClassificationsPostV2AndPredictResponse>;
@@ -5934,6 +5934,11 @@ export declare class ProductClassificationsResource extends $Resource {
5934
5934
  export declare class ProductReviewHistoriesResource extends $Resource {
5935
5935
  get(params: ProductReviewHistoriesGetParameters): Promise<ProductReviewHistoriesGetResponse>;
5936
5936
  }
5937
+ export declare class PspRoutingDistributionRevisionsResource extends $Resource {
5938
+ get(params: PspRoutingDistributionRevisionsGetParameters): Promise<PspRoutingDistributionRevisionsGetResponse>;
5939
+ post(params: PspRoutingDistributionRevisionsPostParameters): Promise<PspRoutingDistributionRevisionsPostResponse>;
5940
+ getCurrent(params?: PspRoutingDistributionRevisionsGetCurrentParameters): Promise<PspRoutingDistributionRevisionsGetCurrentResponse>;
5941
+ }
5937
5942
  export declare class PublicHubsResource extends $Resource {
5938
5943
  get(params: PublicHubsGetParameters): Promise<PublicHubsGetResponse>;
5939
5944
  post(params: PublicHubsPostParameters): Promise<PublicHubsPostResponse>;
@@ -6084,7 +6089,6 @@ export declare class ShopifyMarketsOrderVersionWithShopIdsResource extends $Reso
6084
6089
  }
6085
6090
  export declare class ShopifyMarketsQueuedRecordsResource extends $Resource {
6086
6091
  get(params: ShopifyMarketsQueuedRecordsGetParameters): Promise<ShopifyMarketsQueuedRecordsGetResponse>;
6087
- putIgnoreById(params: ShopifyMarketsQueuedRecordsPutIgnoreByIdParameters): Promise<ShopifyMarketsQueuedRecordsPutIgnoreByIdResponse>;
6088
6092
  putRequeueAndNowById(params: ShopifyMarketsQueuedRecordsPutRequeueAndNowByIdParameters): Promise<ShopifyMarketsQueuedRecordsPutRequeueAndNowByIdResponse>;
6089
6093
  }
6090
6094
  export declare class ShopifyMarketsShopsResource extends $Resource {
@@ -6192,8 +6196,12 @@ export declare class TrackingDebugLabelsResource extends $Resource {
6192
6196
  getByLabelId(params: TrackingDebugLabelsGetByLabelIdParameters): Promise<TrackingDebugLabelsGetByLabelIdResponse>;
6193
6197
  postForceAndTransitByLabelId(params: TrackingDebugLabelsPostForceAndTransitByLabelIdParameters): Promise<TrackingDebugLabelsPostForceAndTransitByLabelIdResponse>;
6194
6198
  }
6195
- export declare class TrackingSubscriptionsResource extends $Resource {
6196
- getExternalReferenceSourceAndExternalReferenceKeyByExternalReferenceSourceAndExternalReferenceKey(params: TrackingSubscriptionsGetExternalReferenceSourceAndExternalReferenceKeyByExternalReferenceSourceAndExternalReferenceKeyParameters): Promise<TrackingSubscriptionsGetExternalReferenceSourceAndExternalReferenceKeyByExternalReferenceSourceAndExternalReferenceKeyResponse>;
6199
+ export declare class TrackingResyncsResource extends $Resource {
6200
+ post(params: TrackingResyncsPostParameters): Promise<TrackingResyncsPostResponse>;
6201
+ }
6202
+ export declare class TrackingWebhooksResource extends $Resource {
6203
+ get(params: TrackingWebhooksGetParameters): Promise<TrackingWebhooksGetResponse>;
6204
+ post(params: TrackingWebhooksPostParameters): Promise<TrackingWebhooksPostResponse>;
6197
6205
  }
6198
6206
  export declare class TransactionsResource extends $Resource {
6199
6207
  getOrdersByOrderNumber(params: TransactionsGetOrdersByOrderNumberParameters): Promise<TransactionsGetOrdersByOrderNumberResponse>;
@@ -6235,7 +6243,6 @@ export declare class UserStatusRulesResource extends $Resource {
6235
6243
  }
6236
6244
  export declare class V1CheckoutsResource extends $Resource {
6237
6245
  post(params: V1CheckoutsPostParameters): Promise<V1CheckoutsPostResponse>;
6238
- getV1ByV2CheckoutId(params: V1CheckoutsGetV1ByV2CheckoutIdParameters): Promise<V1CheckoutsGetV1ByV2CheckoutIdResponse>;
6239
6246
  getById(params: V1CheckoutsGetByIdParameters): Promise<V1CheckoutsGetByIdResponse>;
6240
6247
  putSubmissionsById(params: V1CheckoutsPutSubmissionsByIdParameters): Promise<V1CheckoutsPutSubmissionsByIdResponse>;
6241
6248
  }
@@ -6249,6 +6256,8 @@ export declare class WebhooksResource extends $Resource {
6249
6256
  export interface ClientInstance {
6250
6257
  accountPaymentHolds: AccountPaymentHoldsResource;
6251
6258
  addressConfigurationSettings: AddressConfigurationSettingsResource;
6259
+ aftershipWebhooks: AftershipWebhooksResource;
6260
+ aldoItems: AldoItemsResource;
6252
6261
  alertFailureSummaries: AlertFailureSummariesResource;
6253
6262
  alertRequeueSummaries: AlertRequeueSummariesResource;
6254
6263
  allOrganizationsMemberships: AllOrganizationsMembershipsResource;
@@ -6294,7 +6303,6 @@ export interface ClientInstance {
6294
6303
  classificationStatistics: ClassificationStatisticsResource;
6295
6304
  classificationTaxonomy: ClassificationTaxonomyResource;
6296
6305
  cliLogEntries: CliLogEntriesResource;
6297
- colmItems: ColmItemsResource;
6298
6306
  commercialInvoiceComparisons: CommercialInvoiceComparisonsResource;
6299
6307
  commercialInvoiceSummaries: CommercialInvoiceSummariesResource;
6300
6308
  compliances: CompliancesResource;
@@ -6323,6 +6331,7 @@ export interface ClientInstance {
6323
6331
  financeBankPayments: FinanceBankPaymentsResource;
6324
6332
  financialMerchantCategories: FinancialMerchantCategoriesResource;
6325
6333
  financialReportingStatements: FinancialReportingStatementsResource;
6334
+ flexeWebhooks: FlexeWebhooksResource;
6326
6335
  flowAccounts: FlowAccountsResource;
6327
6336
  flowBillingStatements: FlowBillingStatementsResource;
6328
6337
  flowChannelOrganizations: FlowChannelOrganizationsResource;
@@ -6360,8 +6369,6 @@ export interface ClientInstance {
6360
6369
  orders: OrdersResource;
6361
6370
  paypalDisputeEvents: PaypalDisputeEventsResource;
6362
6371
  webhookEvents: WebhookEventsResource;
6363
- receiptNotifications: ReceiptNotificationsResource;
6364
- shipmentNotifications: ShipmentNotificationsResource;
6365
6372
  ultimateBeneficiaryOwners: UltimateBeneficiaryOwnersResource;
6366
6373
  orderManagementEvents: OrderManagementEventsResource;
6367
6374
  onboardingStates: OnboardingStatesResource;
@@ -6382,8 +6389,6 @@ export interface ClientInstance {
6382
6389
  stripeDisputeEvents: StripeDisputeEventsResource;
6383
6390
  stripeEvents: StripeEventsResource;
6384
6391
  channelTokens: ChannelTokensResource;
6385
- labelTrackingSummaries: LabelTrackingSummariesResource;
6386
- trackings: TrackingsResource;
6387
6392
  itemClassifications: ItemClassificationsResource;
6388
6393
  itemClassificationSummaries: ItemClassificationSummariesResource;
6389
6394
  itemHarmonizations: ItemHarmonizationsResource;
@@ -6465,6 +6470,7 @@ export interface ClientInstance {
6465
6470
  processorMerchants: ProcessorMerchantsResource;
6466
6471
  productClassifications: ProductClassificationsResource;
6467
6472
  productReviewHistories: ProductReviewHistoriesResource;
6473
+ pspRoutingDistributionRevisions: PspRoutingDistributionRevisionsResource;
6468
6474
  publicHubs: PublicHubsResource;
6469
6475
  rateAndRuleLookups: RateAndRuleLookupsResource;
6470
6476
  rateLevels: RateLevelsResource;
@@ -6524,7 +6530,8 @@ export interface ClientInstance {
6524
6530
  techOnboardingDescriptions: TechOnboardingDescriptionsResource;
6525
6531
  tests: TestsResource;
6526
6532
  trackingDebugLabels: TrackingDebugLabelsResource;
6527
- trackingSubscriptions: TrackingSubscriptionsResource;
6533
+ trackingResyncs: TrackingResyncsResource;
6534
+ trackingWebhooks: TrackingWebhooksResource;
6528
6535
  transactions: TransactionsResource;
6529
6536
  transactionAdjustments: TransactionAdjustmentsResource;
6530
6537
  tribes: TribesResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-sdk",
3
- "version": "0.0.156",
3
+ "version": "0.0.158",
4
4
  "description": "Global TypeScript typings for Flow Commerce API",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,5 +26,5 @@
26
26
  "generate": "apibuilder update"
27
27
  },
28
28
  "sideEffects": false,
29
- "gitHead": "2e07a02edf9ba40b639c33c004df49e4d9b88ed2"
29
+ "gitHead": "13edc138093b0ffde7bb465d676930ec320158dc"
30
30
  }