@flowio/api-internal-prop-types 9.24.135 → 9.24.137

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.
@@ -4419,6 +4419,7 @@ declare namespace io.flow.label.v0.enums {
4419
4419
  type OriginLocationSource = 'public_hub_code' | 'merchant_hub_code_override' | 'shopify' | 'fallback_location';
4420
4420
  type PackageDimensionsSource = 'provided' | 'item_dimensions_estimated' | 'dimensions_estimated' | 'default_item_dimensions_estimated';
4421
4421
  type ShipmentRecipient = 'customer' | 'return' | 'crossdock';
4422
+ type ShippingCostGuarantee = 'guaranteed' | 'non_guaranteed';
4422
4423
  type ShippingLabelErrorCode = 'generic_error' | 'cancelled_order' | 'carrier_outage' | 'catalog_issue' | 'invalid_destination' | 'invalid_origin' | 'invalid_shipping_parameters' | 'merchant_error' | 'order_not_found' | 'order_processing' | 'restricted_item' | 'unsupported_lane';
4423
4424
  type TrackingNumberType = 'flow' | 'carrier';
4424
4425
  }
@@ -4552,6 +4553,7 @@ declare namespace io.flow.label.v0.models {
4552
4553
  readonly 'created_at'?: string;
4553
4554
  readonly 'updated_at'?: string;
4554
4555
  readonly 'direction'?: io.flow.label.v0.enums.Direction;
4556
+ readonly 'shipping_cost_guarantee'?: io.flow.label.v0.enums.ShippingCostGuarantee;
4555
4557
  }
4556
4558
 
4557
4559
  interface ShippingLabelDocument {
@@ -5683,6 +5685,12 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
5683
5685
  readonly 'destination': string;
5684
5686
  }
5685
5687
 
5688
+ interface ShopifyAdaptivePricingCoefficients {
5689
+ readonly 'id': string;
5690
+ readonly 'organization_id': string;
5691
+ readonly 'destination_coefficients': io.flow.shopify.markets.v0.models.ShopifyAdaptivePricingDestinationCoefficients[];
5692
+ }
5693
+
5686
5694
  interface ShopifyHs10Code {
5687
5695
  readonly 'country_code'?: string;
5688
5696
  readonly 'code': string;
@@ -5800,6 +5808,17 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
5800
5808
  readonly 'response': io.flow.shopify.markets.v0.models.ShopifyWebhookResponse;
5801
5809
  }
5802
5810
 
5811
+ interface ShopifyMerchantMarketCountry {
5812
+ readonly 'code': string;
5813
+ readonly 'actively_managing': boolean;
5814
+ }
5815
+
5816
+ interface ShopifyMerchantMarkets {
5817
+ readonly 'id': string;
5818
+ readonly 'organization_id': string;
5819
+ readonly 'countries': io.flow.shopify.markets.internal.v0.models.ShopifyMerchantMarketCountry[];
5820
+ }
5821
+
5803
5822
  interface ShopifyOrderCancelForm {
5804
5823
  readonly 'note'?: string;
5805
5824
  }
@@ -6664,6 +6683,10 @@ declare namespace io.flow.shopify.external.v0.models {
6664
6683
  readonly 'count': number;
6665
6684
  }
6666
6685
 
6686
+ interface GraphqlInferredProductCategory {
6687
+ readonly 'category'?: io.flow.shopify.external.v0.models.GraphqlTaxonomyCategory;
6688
+ }
6689
+
6667
6690
  interface GraphqlInventoryItem {
6668
6691
  readonly 'id': string;
6669
6692
  readonly 'tracked': boolean;
@@ -6720,6 +6743,7 @@ declare namespace io.flow.shopify.external.v0.models {
6720
6743
  readonly 'updatedAt': string;
6721
6744
  readonly 'hasVariantsThatRequiresComponents'?: boolean;
6722
6745
  readonly 'category'?: io.flow.shopify.external.v0.models.GraphqlTaxonomyCategory;
6746
+ readonly 'inferredProductCategory'?: io.flow.shopify.external.v0.models.GraphqlInferredProductCategory;
6723
6747
  readonly 'metafields'?: io.flow.shopify.external.v0.models.GraphqlMetafield[];
6724
6748
  }
6725
6749
 
@@ -7672,7 +7696,7 @@ declare namespace io.flow.shopify.markets.v0.enums {
7672
7696
  type ShopifyOrderValueType = 'string' | 'integer';
7673
7697
  type ShopifyTaxExemptions = 'EXEMPT_ALL' | 'CA_STATUS_CARD_EXEMPTION' | 'CA_DIPLOMAT_EXEMPTION' | 'CA_BC_RESELLER_EXEMPTION' | 'CA_MB_RESELLER_EXEMPTION' | 'CA_SK_RESELLER_EXEMPTION' | 'CA_BC_COMMERCIAL_FISHERY_EXEMPTION' | 'CA_MB_COMMERCIAL_FISHERY_EXEMPTION' | 'CA_NS_COMMERCIAL_FISHERY_EXEMPTION' | 'CA_PE_COMMERCIAL_FISHERY_EXEMPTION' | 'CA_SK_COMMERCIAL_FISHERY_EXEMPTION' | 'CA_BC_PRODUCTION_AND_MACHINERY_EXEMPTION' | 'CA_SK_PRODUCTION_AND_MACHINERY_EXEMPTION' | 'CA_BC_SUB_CONTRACTOR_EXEMPTION' | 'CA_SK_SUB_CONTRACTOR_EXEMPTION' | 'CA_BC_CONTRACTOR_EXEMPTION' | 'CA_SK_CONTRACTOR_EXEMPTION' | 'CA_ON_PURCHASE_EXEMPTION' | 'CA_MB_FARMER_EXEMPTION' | 'CA_NS_FARMER_EXEMPTION' | 'CA_SK_FARMER_EXEMPTION';
7674
7698
  type ShopifyWebhookFormat = 'json' | 'xml';
7675
- type ShopifyWebhookTopic = 'customers/redact' | 'customers/data_request' | 'locations/create' | 'locations/update' | 'locations/delete' | 'order_transactions/create' | 'orders/cancelled' | 'orders/create' | 'orders/fulfilled' | 'orders/paid' | 'orders/partially_fulfilled' | 'orders/updated' | 'orders/delete' | 'orders/edited' | 'orders/risk_assessment_changed' | 'products/create' | 'products/delete' | 'products/update' | 'inventory_items/create' | 'inventory_items/update' | 'inventory_items/delete' | 'refunds/create' | 'fulfillment_events/create' | 'fulfillment_events/delete' | 'shop/redact' | 'themes/create' | 'themes/publish' | 'themes/update' | 'bulk_operations/finish' | 'shop/update';
7699
+ type ShopifyWebhookTopic = 'customers/redact' | 'customers/data_request' | 'locations/create' | 'locations/update' | 'locations/delete' | 'order_transactions/create' | 'orders/cancelled' | 'orders/create' | 'orders/fulfilled' | 'orders/paid' | 'orders/partially_fulfilled' | 'orders/updated' | 'orders/delete' | 'orders/edited' | 'orders/risk_assessment_changed' | 'products/create' | 'products/delete' | 'products/update' | 'inventory_items/create' | 'inventory_items/update' | 'inventory_items/delete' | 'refunds/create' | 'fulfillment_events/create' | 'fulfillment_events/delete' | 'shop/redact' | 'themes/create' | 'themes/publish' | 'themes/update' | 'bulk_operations/finish' | 'shop/update' | 'managed_markets_adaptive_pricing/updated';
7676
7700
  }
7677
7701
 
7678
7702
  declare namespace io.flow.shopify.markets.v0.models {
@@ -7738,6 +7762,17 @@ declare namespace io.flow.shopify.markets.v0.models {
7738
7762
  readonly 'shop': io.flow.shopify.markets.v0.models.Shop;
7739
7763
  }
7740
7764
 
7765
+ interface ShopifyAdaptivePricingDestinationCoefficients {
7766
+ readonly 'country': string;
7767
+ readonly 'updated_at': string;
7768
+ readonly 'tax_and_duty_coefficient': string;
7769
+ readonly 'fees_coefficient': string;
7770
+ readonly 'merchant_subsidy_amount': string;
7771
+ readonly 'merchant_subsidy_currency': string;
7772
+ readonly 'adaptive_pricing_enabled': boolean;
7773
+ readonly 'adaptive_shipping_enabled': boolean;
7774
+ }
7775
+
7741
7776
  interface ShopifyAppliedDiscount {
7742
7777
  readonly 'title'?: string;
7743
7778
  readonly 'description'?: string;
@@ -8482,7 +8517,7 @@ declare namespace io.flow.channel.internal.v0.enums {
8482
8517
  type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
8483
8518
  type ChannelOrderAcceptanceFailureReasonCode = 'channel_order_mor_invalid' | 'channel_order_does_not_exist';
8484
8519
  type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
8485
- type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_allocation_duties_mismatch' | 'order_missing' | 'organization_deactivated';
8520
+ type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_allocation_duties_mismatch' | 'order_missing' | 'order_cancelled' | 'organization_deactivated';
8486
8521
  type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
8487
8522
  type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability' | 'all';
8488
8523
  type OrderPaymentSourceType = 'globale' | 'third_party';
@@ -8589,6 +8624,14 @@ declare namespace io.flow.channel.internal.v0.models {
8589
8624
  readonly 'cleartext': string;
8590
8625
  }
8591
8626
 
8627
+ interface ChannelShopStatistics {
8628
+ readonly 'id': string;
8629
+ readonly 'channel': io.flow.common.v0.models.ChannelReference;
8630
+ readonly 'initial_catalog_synced_at'?: string;
8631
+ readonly 'catalog_sync_duration'?: number;
8632
+ readonly 'catalog_products_count'?: number;
8633
+ }
8634
+
8592
8635
  interface FlowChannelOrganization {
8593
8636
  readonly 'placeholder'?: string;
8594
8637
  }
@@ -9257,6 +9300,22 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
9257
9300
  readonly 'order_tax_and_duty_inclusivity_setting': io.flow.shopify.markets.internal.v0.models.OrderTaxAndDutyInclusivitySetting;
9258
9301
  }
9259
9302
 
9303
+ interface ShopifyAdaptivePricingCoefficientsDeleted {
9304
+ readonly 'discriminator': 'shopify_adaptive_pricing_coefficients_deleted';
9305
+ readonly 'event_id': string;
9306
+ readonly 'timestamp': string;
9307
+ readonly 'organization': string;
9308
+ readonly 'id': string;
9309
+ }
9310
+
9311
+ interface ShopifyAdaptivePricingCoefficientsUpserted {
9312
+ readonly 'discriminator': 'shopify_adaptive_pricing_coefficients_upserted';
9313
+ readonly 'event_id': string;
9314
+ readonly 'timestamp': string;
9315
+ readonly 'organization': string;
9316
+ readonly 'shopify_adaptive_pricing_coefficients': io.flow.shopify.markets.internal.v0.models.ShopifyAdaptivePricingCoefficients;
9317
+ }
9318
+
9260
9319
  interface ShopifyIncotermIncludes {
9261
9320
  readonly 'duties': boolean;
9262
9321
  readonly 'taxes': boolean;
@@ -9379,6 +9438,22 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
9379
9438
  readonly 'registration': io.flow.shopify.markets.internal.v0.models.ShopifyMarketsWebhookRegistration;
9380
9439
  }
9381
9440
 
9441
+ interface ShopifyMerchantMarketsDeleted {
9442
+ readonly 'discriminator': 'shopify_merchant_markets_deleted';
9443
+ readonly 'event_id': string;
9444
+ readonly 'timestamp': string;
9445
+ readonly 'organization': string;
9446
+ readonly 'id': string;
9447
+ }
9448
+
9449
+ interface ShopifyMerchantMarketsUpserted {
9450
+ readonly 'discriminator': 'shopify_merchant_markets_upserted';
9451
+ readonly 'event_id': string;
9452
+ readonly 'timestamp': string;
9453
+ readonly 'organization': string;
9454
+ readonly 'shopify_merchant_markets': io.flow.shopify.markets.internal.v0.models.ShopifyMerchantMarkets;
9455
+ }
9456
+
9382
9457
  interface ShopifyOrderRiskAssessmentDeleted {
9383
9458
  readonly 'discriminator': 'shopify_order_risk_assessment_deleted';
9384
9459
  readonly 'event_id': string;
@@ -9478,7 +9553,7 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
9478
9553
  }
9479
9554
 
9480
9555
  declare namespace io.flow.shopify.markets.internal.event.v0.unions {
9481
- type ShopifyMarketsInternalEvent = (io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderTransactionUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderTransactionDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyTestOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyTestOrderDeleted);
9556
+ type ShopifyMarketsInternalEvent = (io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderTransactionUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderTransactionDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyTestOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyTestOrderDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyAdaptivePricingCoefficientsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyAdaptivePricingCoefficientsDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMerchantMarketsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMerchantMarketsDeleted);
9482
9557
  }
9483
9558
 
9484
9559
  declare namespace io.flow.experience.v0.enums {
@@ -10865,6 +10940,7 @@ declare namespace io.flow.ratecard.v0.models {
10865
10940
  readonly 'rate_level_key'?: string;
10866
10941
  readonly 'direction': io.flow.label.v0.enums.Direction;
10867
10942
  readonly 'effective_at': string;
10943
+ readonly 'effective_until'?: string;
10868
10944
  readonly 'origination_zones': io.flow.common.v0.models.Zone[];
10869
10945
  readonly 'service': io.flow.ratecard.v0.models.RatecardServiceSummary;
10870
10946
  readonly 'published_at'?: string;
@@ -10885,6 +10961,10 @@ declare namespace io.flow.ratecard.v0.models {
10885
10961
  readonly 'pickupCenter'?: string;
10886
10962
  }
10887
10963
 
10964
+ interface RatecardEffectiveUntilForm {
10965
+ readonly 'effective_until'?: string;
10966
+ }
10967
+
10888
10968
  interface RatecardEstimateForm {
10889
10969
  readonly 'origin_address': io.flow.common.v0.models.Address;
10890
10970
  readonly 'destination_address': io.flow.common.v0.models.Address;
@@ -11837,6 +11917,7 @@ declare namespace io.flow.product.v0.models {
11837
11917
  readonly 'organization_id': string;
11838
11918
  readonly 'number': string;
11839
11919
  readonly 'taxonomy_category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
11920
+ readonly 'inferred_taxonomy_category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
11840
11921
  readonly 'taxonomy_data'?: io.flow.product.v0.models.ProductTaxonomyData[];
11841
11922
  readonly 'item_numbers': string[];
11842
11923
  readonly 'highest_value_item_number'?: string;
@@ -14105,6 +14186,18 @@ declare namespace io.flow.billing.bank.account.v0.models {
14105
14186
 
14106
14187
  interface BankAccountInfoKor {
14107
14188
  readonly 'discriminator': 'kor';
14189
+ readonly 'name'?: string;
14190
+ readonly 'address'?: io.flow.common.v0.models.Address;
14191
+ readonly 'phone'?: string;
14192
+ readonly 'email'?: string;
14193
+ readonly 'bank_account_number': string;
14194
+ readonly 'bank_routing_number'?: string;
14195
+ readonly 'bank_name'?: string;
14196
+ readonly 'bank_address'?: io.flow.common.v0.models.Address;
14197
+ }
14198
+
14199
+ interface BankAccountInfoKorV2 {
14200
+ readonly 'discriminator': 'kor_v2';
14108
14201
  readonly 'name': string;
14109
14202
  readonly 'bank_account_number': string;
14110
14203
  readonly 'bank_routing_number': string;
@@ -14119,20 +14212,22 @@ declare namespace io.flow.billing.bank.account.v0.models {
14119
14212
  }
14120
14213
 
14121
14214
  declare namespace io.flow.billing.bank.account.v0.unions {
14122
- type BankAccountInfo = (io.flow.billing.bank.account.v0.models.BankAccountInfoUsa | io.flow.billing.bank.account.v0.models.BankAccountInfoCan | io.flow.billing.bank.account.v0.models.BankAccountInfoGbr | io.flow.billing.bank.account.v0.models.BankAccountInfoFra | io.flow.billing.bank.account.v0.models.BankAccountInfoIta | io.flow.billing.bank.account.v0.models.BankAccountInfoKor);
14215
+ type BankAccountInfo = (io.flow.billing.bank.account.v0.models.BankAccountInfoUsa | io.flow.billing.bank.account.v0.models.BankAccountInfoCan | io.flow.billing.bank.account.v0.models.BankAccountInfoGbr | io.flow.billing.bank.account.v0.models.BankAccountInfoFra | io.flow.billing.bank.account.v0.models.BankAccountInfoIta | io.flow.billing.bank.account.v0.models.BankAccountInfoKor | io.flow.billing.bank.account.v0.models.BankAccountInfoKorV2);
14123
14216
  }
14124
14217
 
14125
14218
  declare namespace io.flow.internal.v0.enums {
14126
- type AccountCurrencyFilter = 'GBP' | 'CAD' | 'USD';
14219
+ type AccountCurrencyFilter = 'GBP' | 'CAD' | 'USD' | 'KRW';
14127
14220
  type AccountPaymentHoldReason = 'fraudulent' | 'frozen' | 'invalid_bank_account';
14128
14221
  type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
14129
14222
  type AccountType = 'channel' | 'organization';
14223
+ type AdaptiveShippingOrderGuaranteeState = 'confirmed' | 'voided';
14130
14224
  type AdjustmentTransactionType = 'adjustment' | 'reversal';
14131
14225
  type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
14132
14226
  type AmruthaItemType = 'physical' | 'digital';
14133
14227
  type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
14134
14228
  type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
14135
14229
  type ApplicablePreferentialRate = 'baby' | 'children';
14230
+ type AthenaDailyopsIntentLevel = 'low_intent' | 'high_intent';
14136
14231
  type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-b186129720f0446eb452a68518437c95' | 'prr-36e1603f56e54eb889792637c29eed40' | 'prr-7ead2cc4bf2840a3a9b50d222eb0ed7e' | 'prr-ec2f3d608b7e43a49de88ac40e6b50a8' | 'prr-04ed078c39ca4447b171f767d71a481d' | 'prr-bb664a76d6d64a17843e720e6ccd401a' | 'prr-8ce63afcd48641eb9d44e04117348a96' | 'prr-76544617791b4ce8af96b3a7879474c6' | 'prr-566cc67167944bc4bd08167aa9c0beba' | 'prr-74e1320efb7741cf9ace400b69800f9b';
14137
14232
  type B2BFeeMorTaxTriggerType = 'capture' | 'order';
14138
14233
  type B2BFeeShippingTaxTriggerType = 'label' | 'trueup';
@@ -14160,7 +14255,7 @@ declare namespace io.flow.internal.v0.enums {
14160
14255
  type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
14161
14256
  type ChannelOrderAcceptanceFailureReasonCode = 'channel_order_mor_invalid' | 'channel_order_does_not_exist';
14162
14257
  type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
14163
- type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_allocation_duties_mismatch' | 'order_missing' | 'organization_deactivated';
14258
+ type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_allocation_duties_mismatch' | 'order_missing' | 'order_cancelled' | 'organization_deactivated';
14164
14259
  type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
14165
14260
  type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
14166
14261
  type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability' | 'all';
@@ -14217,7 +14312,7 @@ declare namespace io.flow.internal.v0.enums {
14217
14312
  type EmptyAttribute = 'irrelevant';
14218
14313
  type ErpFileType = 'vendor';
14219
14314
  type EvaluationCheckResult = 'pass' | 'fail';
14220
- type EventType = 'adaptive_shipping_rate_upserted' | 'adaptive_shipping_rate_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'fulfillment_status_upserted' | 'fulfillment_status_deleted' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'shipping_cost_upserted' | 'shipping_cost_deleted' | 'mor_cost_upserted' | 'mor_cost_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'merchant_override_upserted' | 'merchant_override_deleted' | 'harmonization_classification_statistics_published' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'partner_request_upserted' | 'partner_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'order_refund_transaction_upserted' | 'order_refund_transaction_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'preonboarding_sellability_result_inserted' | 'preonboarding_sellability_result_updated' | 'preonboarding_sellability_result_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'product_sellability_result_inserted' | 'product_sellability_result_updated' | 'product_sellability_result_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_test_order_upserted' | 'shopify_test_order_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'b2b_tax_transaction_upserted' | 'b2b_tax_transaction_deleted' | 'gabriel_item_upserted' | 'gabriel_item_deleted' | 'chenglin_item_upserted' | 'chenglin_item_deleted' | 'bojana_item_upserted' | 'bojana_item_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
14315
+ type EventType = 'adaptive_shipping_rate_upserted' | 'adaptive_shipping_rate_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'fulfillment_status_upserted' | 'fulfillment_status_deleted' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'channel_shop_statistics_upserted' | 'channel_shop_statistics_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'shipping_cost_upserted' | 'shipping_cost_deleted' | 'mor_cost_upserted' | 'mor_cost_deleted' | 'flat_rate_label_reversal_upserted' | 'flat_rate_label_reversal_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'merchant_override_upserted' | 'merchant_override_deleted' | 'harmonization_classification_statistics_published' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'adaptive_shipping_order_guarantee_upserted' | 'adaptive_shipping_order_guarantee_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'partner_request_upserted' | 'partner_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'order_refund_transaction_upserted' | 'order_refund_transaction_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'preonboarding_sellability_result_inserted' | 'preonboarding_sellability_result_updated' | 'preonboarding_sellability_result_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'product_sellability_result_inserted' | 'product_sellability_result_updated' | 'product_sellability_result_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restrictions_athena_dailyops_pc_pv_upserted' | 'restrictions_athena_dailyops_pc_pv_deleted' | 'restrictions_athena_dailyops_fs_upserted' | 'restrictions_athena_dailyops_fs_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'preonboarding_merchant_upserted' | 'preonboarding_merchant_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_test_order_upserted' | 'shopify_test_order_deleted' | 'shopify_adaptive_pricing_coefficients_upserted' | 'shopify_adaptive_pricing_coefficients_deleted' | 'shopify_merchant_markets_upserted' | 'shopify_merchant_markets_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'b2b_tax_transaction_upserted' | 'b2b_tax_transaction_deleted' | 'gabriel_item_upserted' | 'gabriel_item_deleted' | 'chenglin_item_upserted' | 'chenglin_item_deleted' | 'bojana_item_upserted' | 'bojana_item_deleted' | 'raveena_item_upserted' | 'raveena_item_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
14221
14316
  type ExperienceImportType = 'experience_with_settings';
14222
14317
  type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
14223
14318
  type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
@@ -14248,7 +14343,6 @@ declare namespace io.flow.internal.v0.enums {
14248
14343
  type JournalOperation = 'insert' | 'update' | 'delete';
14249
14344
  type KeywordType = 'positive' | 'negative';
14250
14345
  type LabelBillingStrategy = 'quote' | 'carrier';
14251
- type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
14252
14346
  type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
14253
14347
  type LabelEventMedium = 'webhook' | 'pull' | 'post';
14254
14348
  type LabelEventSource = 'aftership' | 'carrier' | 'flow';
@@ -14261,6 +14355,7 @@ declare namespace io.flow.internal.v0.enums {
14261
14355
  type LiabilityType = 'full_value_tax' | 'low_value_goods_tax' | 'high_value_goods_tax' | 'duties';
14262
14356
  type LogisticsCapability = 'logistics_address_correction';
14263
14357
  type LogisticsPayoutResolutionMethod = 'order_combined_shipment' | 'intransit_label_event' | 'shipping_notification';
14358
+ type MaheshItemType = 'physical' | 'digital';
14264
14359
  type MailClass = 'standard' | 'express';
14265
14360
  type ManualReviewRuleStatus = 'active' | 'archived';
14266
14361
  type ManualTransactionCategory = 'cancelled_order_refund' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee' | 'bank_payment_failure' | 'non_fraud_chargeback' | 'v1_migration_neg_balance_settlement';
@@ -14323,7 +14418,7 @@ declare namespace io.flow.internal.v0.enums {
14323
14418
  type ReportInterval = 'hourly' | 'daily' | 'weekly' | 'monthly';
14324
14419
  type ReportPaymentType = 'credit' | 'debit';
14325
14420
  type ReportStatus = 'created' | 'completed' | 'completed_no_records' | 'failed';
14326
- type ReportType = 'sales_record' | 'refund_record' | 'other_record' | 'pending_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment' | 'scheduled_payment_citi' | 'account_quarterly_balances' | 'invariants' | 'payments' | 'reconcile_not_recorded' | 'products_record' | 'disputes' | 'sales_payments_record';
14421
+ type ReportType = 'sales_record' | 'refund_record' | 'other_record' | 'pending_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment' | 'scheduled_payment_citi' | 'scheduled_payment_citi_krw' | 'scheduled_payment_citi_krw_txt' | 'account_quarterly_balances' | 'invariants' | 'payments' | 'reconcile_not_recorded' | 'products_record' | 'disputes' | 'sales_payments_record';
14327
14422
  type ReportingFulfillmentIsVirtual = 'all' | 'mixed' | 'none';
14328
14423
  type ReportingScheme = 'immediate_reporting_to_tax_authority' | 'periodic_reporting_to_tax_authority' | 'paid_at_border' | 'paid_on_delivery';
14329
14424
  type ResponsibleParty = 'flow' | 'organization';
@@ -14373,7 +14468,7 @@ declare namespace io.flow.internal.v0.enums {
14373
14468
  type SubscriptionFrequency = 'yearly' | 'monthly';
14374
14469
  type SuggestionAction = 'accept' | 'validate' | 'review';
14375
14470
  type TariffEligibilityType = 'rex';
14376
- type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'rate_levels' | 'center_defaults' | 'item_dimensions';
14471
+ type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'rate_levels' | 'center_defaults' | 'item_dimensions' | 'center';
14377
14472
  type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
14378
14473
  type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
14379
14474
  type TaxTransactionType = 'adjustment' | 'reversal' | 'tax' | 'refund';
@@ -14649,13 +14744,53 @@ declare namespace io.flow.internal.v0.models {
14649
14744
  readonly 'quantity': number;
14650
14745
  }
14651
14746
 
14747
+ interface AdaptivePricingDestinationUpdate {
14748
+ readonly 'country_code': string;
14749
+ readonly 'updated_at': string;
14750
+ readonly 'tax_and_duty_coefficient': number;
14751
+ readonly 'fees_coefficient': number;
14752
+ readonly 'merchant_subsidy_amount': number;
14753
+ readonly 'merchant_subsidy_currency': string;
14754
+ }
14755
+
14756
+ interface AdaptivePricingUpdate {
14757
+ readonly 'channel_id': string;
14758
+ readonly 'organization_id': string;
14759
+ readonly 'destination_updates': io.flow.internal.v0.models.AdaptivePricingDestinationUpdate[];
14760
+ }
14761
+
14762
+ interface AdaptiveShippingOrderGuarantee {
14763
+ readonly 'id': string;
14764
+ readonly 'organization_id': string;
14765
+ readonly 'order_number': string;
14766
+ readonly 'guarantee_state': io.flow.internal.v0.enums.AdaptiveShippingOrderGuaranteeState;
14767
+ readonly 'label_id'?: string;
14768
+ readonly 'notification_id'?: string;
14769
+ }
14770
+
14771
+ interface AdaptiveShippingOrderGuaranteeDeleted {
14772
+ readonly 'discriminator': 'adaptive_shipping_order_guarantee_deleted';
14773
+ readonly 'event_id': string;
14774
+ readonly 'timestamp': string;
14775
+ readonly 'organization': string;
14776
+ readonly 'id': string;
14777
+ }
14778
+
14779
+ interface AdaptiveShippingOrderGuaranteeUpserted {
14780
+ readonly 'discriminator': 'adaptive_shipping_order_guarantee_upserted';
14781
+ readonly 'event_id': string;
14782
+ readonly 'timestamp': string;
14783
+ readonly 'organization': string;
14784
+ readonly 'adaptive_shipping_order_guarantee': io.flow.internal.v0.models.AdaptiveShippingOrderGuarantee;
14785
+ }
14786
+
14652
14787
  interface AdaptiveShippingRate {
14653
14788
  readonly 'id': string;
14654
14789
  readonly 'organization_id': string;
14790
+ readonly 'channel_id': string;
14655
14791
  readonly 'destination_country': string;
14656
14792
  readonly 'coefficient': number;
14657
14793
  readonly 'flat_rates': io.flow.internal.v0.models.FlatRate[];
14658
- readonly 'version_id'?: string;
14659
14794
  readonly 'effective_at': string;
14660
14795
  readonly 'effective_until'?: string;
14661
14796
  }
@@ -15826,6 +15961,8 @@ declare namespace io.flow.internal.v0.models {
15826
15961
  readonly 'sales_tax_rate': number;
15827
15962
  readonly 'additional_tax'?: io.flow.common.v0.models.Money;
15828
15963
  readonly 'additional_tax_rate'?: number;
15964
+ readonly 'fixed_fee'?: io.flow.common.v0.models.Money;
15965
+ readonly 'fixed_fee_tax'?: io.flow.common.v0.models.Money;
15829
15966
  readonly 'total': io.flow.common.v0.models.Money;
15830
15967
  }
15831
15968
 
@@ -15860,6 +15997,8 @@ declare namespace io.flow.internal.v0.models {
15860
15997
  readonly 'additional_tax_import_included': boolean;
15861
15998
  readonly 'additional_tax'?: io.flow.common.v0.models.Money;
15862
15999
  readonly 'additional_import_tax'?: io.flow.internal.v0.models.AdditionalImportTax[];
16000
+ readonly 'fixed_fee'?: io.flow.common.v0.models.Money;
16001
+ readonly 'fixed_fee_tax'?: io.flow.common.v0.models.Money;
15863
16002
  }
15864
16003
 
15865
16004
  interface CalculatorDtcePostBody {
@@ -16609,6 +16748,30 @@ declare namespace io.flow.internal.v0.models {
16609
16748
  readonly 'tokens': io.flow.internal.v0.models.Tokens;
16610
16749
  }
16611
16750
 
16751
+ interface ChannelShopStatistics {
16752
+ readonly 'id': string;
16753
+ readonly 'channel': io.flow.common.v0.models.ChannelReference;
16754
+ readonly 'initial_catalog_synced_at'?: string;
16755
+ readonly 'catalog_sync_duration'?: number;
16756
+ readonly 'catalog_products_count'?: number;
16757
+ }
16758
+
16759
+ interface ChannelShopStatisticsDeleted {
16760
+ readonly 'discriminator': 'channel_shop_statistics_deleted';
16761
+ readonly 'event_id': string;
16762
+ readonly 'timestamp': string;
16763
+ readonly 'organization': string;
16764
+ readonly 'id': string;
16765
+ }
16766
+
16767
+ interface ChannelShopStatisticsUpserted {
16768
+ readonly 'discriminator': 'channel_shop_statistics_upserted';
16769
+ readonly 'event_id': string;
16770
+ readonly 'timestamp': string;
16771
+ readonly 'organization': string;
16772
+ readonly 'channel_shop_statistics': io.flow.internal.v0.models.ChannelShopStatistics;
16773
+ }
16774
+
16612
16775
  interface ChannelTransaction {
16613
16776
  readonly 'discriminator': 'channel_transaction';
16614
16777
  readonly 'transaction': io.flow.internal.v0.models.TransactionReference;
@@ -18542,6 +18705,30 @@ declare namespace io.flow.internal.v0.models {
18542
18705
  readonly 'max_delivery_days'?: number;
18543
18706
  }
18544
18707
 
18708
+ interface FlatRateLabelReversal {
18709
+ readonly 'id': string;
18710
+ readonly 'organization_id': string;
18711
+ readonly 'order_number': string;
18712
+ readonly 'amount': io.flow.common.v0.models.Money;
18713
+ readonly 'tax': io.flow.common.v0.models.Money;
18714
+ }
18715
+
18716
+ interface FlatRateLabelReversalDeleted {
18717
+ readonly 'discriminator': 'flat_rate_label_reversal_deleted';
18718
+ readonly 'event_id': string;
18719
+ readonly 'timestamp': string;
18720
+ readonly 'organization': string;
18721
+ readonly 'id': string;
18722
+ }
18723
+
18724
+ interface FlatRateLabelReversalUpserted {
18725
+ readonly 'discriminator': 'flat_rate_label_reversal_upserted';
18726
+ readonly 'event_id': string;
18727
+ readonly 'timestamp': string;
18728
+ readonly 'organization': string;
18729
+ readonly 'flat_rate_label_reversal': io.flow.internal.v0.models.FlatRateLabelReversal;
18730
+ }
18731
+
18545
18732
  interface FlatRateLabelTransaction {
18546
18733
  readonly 'discriminator': 'flat_rate_label_transaction';
18547
18734
  readonly 'order'?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
@@ -19936,11 +20123,6 @@ declare namespace io.flow.internal.v0.models {
19936
20123
  readonly 'constructions': Record<string, string[]>;
19937
20124
  }
19938
20125
 
19939
- interface LabelCancellationError {
19940
- readonly 'code': io.flow.internal.v0.enums.LabelCancellationErrorCode;
19941
- readonly 'messages': string[];
19942
- }
19943
-
19944
20126
  interface LabelCreationJob {
19945
20127
  readonly 'id': string;
19946
20128
  readonly 'reference_id': string;
@@ -20413,6 +20595,23 @@ declare namespace io.flow.internal.v0.models {
20413
20595
  readonly 'applied': io.flow.internal.v0.models.LoyaltyProgramReward[];
20414
20596
  }
20415
20597
 
20598
+ interface MaheshItem {
20599
+ readonly 'id': string;
20600
+ readonly 'number': string;
20601
+ readonly 'amount': io.flow.common.v0.models.Price;
20602
+ readonly 'description'?: string;
20603
+ readonly 'type': io.flow.internal.v0.enums.MaheshItemType;
20604
+ readonly 'added_on': string;
20605
+ }
20606
+
20607
+ interface MaheshItemForm {
20608
+ readonly 'number': string;
20609
+ readonly 'amount': io.flow.common.v0.models.Price;
20610
+ readonly 'description'?: string;
20611
+ readonly 'type': io.flow.internal.v0.enums.MaheshItemType;
20612
+ readonly 'added_on': string;
20613
+ }
20614
+
20416
20615
  interface MainTransaction {
20417
20616
  readonly 'id': string;
20418
20617
  readonly 'account': io.flow.billing.v0.models.AccountReference;
@@ -20718,6 +20917,8 @@ declare namespace io.flow.internal.v0.models {
20718
20917
  readonly 'freight': number;
20719
20918
  readonly 'base_amount'?: number;
20720
20919
  readonly 'surcharges'?: io.flow.internal.v0.models.MerchantSurcharge[];
20920
+ readonly 'freight_guaranteed'?: number;
20921
+ readonly 'freight_non_guaranteed'?: number;
20721
20922
  readonly 'total': number;
20722
20923
  readonly 'tax_refund'?: number;
20723
20924
  readonly 'tax_reversal'?: number;
@@ -22399,6 +22600,7 @@ declare namespace io.flow.internal.v0.models {
22399
22600
  readonly 'relative_ranking': number;
22400
22601
  readonly 'taxonomy_category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
22401
22602
  readonly 'fingerprint': string;
22603
+ readonly 'screening_mode'?: io.flow.sellability.v0.enums.SellabilityScreeningMode;
22402
22604
  }
22403
22605
 
22404
22606
  interface PreonboardingClassificationResult {
@@ -22410,14 +22612,31 @@ declare namespace io.flow.internal.v0.models {
22410
22612
  readonly 'probability'?: number;
22411
22613
  readonly 'classification_decision': io.flow.internal.v0.enums.PreonboardingClassificationDecision;
22412
22614
  readonly 'classification_type': io.flow.internal.v0.enums.PreonboardingClassificationType;
22615
+ readonly 'model_id'?: string;
22413
22616
  }
22414
22617
 
22415
22618
  interface PreonboardingMerchant {
22619
+ readonly 'id': string;
22416
22620
  readonly 'merchant_id': string;
22417
22621
  readonly 'channel': string;
22418
22622
  readonly 'catalog_size': number;
22419
22623
  readonly 'processed_product_count': number;
22420
22624
  readonly 'last_request': string;
22625
+ readonly 'updated_by_user_id': string;
22626
+ }
22627
+
22628
+ interface PreonboardingMerchantDeleted {
22629
+ readonly 'discriminator': 'preonboarding_merchant_deleted';
22630
+ readonly 'event_id': string;
22631
+ readonly 'timestamp': string;
22632
+ readonly 'id': string;
22633
+ }
22634
+
22635
+ interface PreonboardingMerchantUpserted {
22636
+ readonly 'discriminator': 'preonboarding_merchant_upserted';
22637
+ readonly 'event_id': string;
22638
+ readonly 'timestamp': string;
22639
+ readonly 'preonboarding_merchant': io.flow.internal.v0.models.PreonboardingMerchant;
22421
22640
  }
22422
22641
 
22423
22642
  interface PreonboardingSellabilityResult {
@@ -22436,7 +22655,10 @@ declare namespace io.flow.internal.v0.models {
22436
22655
  readonly 'matching_sellability_positive_keywords'?: string[];
22437
22656
  readonly 'classification_failure_reason'?: io.flow.internal.v0.enums.ClassificationFailureReason;
22438
22657
  readonly 'taxonomy_category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
22658
+ readonly 'inferred_taxonomy_category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
22659
+ readonly 'effective_taxonomy_category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
22439
22660
  readonly 'fingerprint': string;
22661
+ readonly 'screening_mode'?: io.flow.sellability.v0.enums.SellabilityScreeningMode;
22440
22662
  }
22441
22663
 
22442
22664
  interface PreonboardingSellabilityResultDeleted {
@@ -23213,6 +23435,13 @@ declare namespace io.flow.internal.v0.models {
23213
23435
  readonly 'added_on': string;
23214
23436
  }
23215
23437
 
23438
+ interface RaveenaItemDeleted {
23439
+ readonly 'discriminator': 'raveena_item_deleted';
23440
+ readonly 'event_id': string;
23441
+ readonly 'timestamp': string;
23442
+ readonly 'id': string;
23443
+ }
23444
+
23216
23445
  interface RaveenaItemForm {
23217
23446
  readonly 'number': string;
23218
23447
  readonly 'amount': io.flow.common.v0.models.Price;
@@ -23221,6 +23450,13 @@ declare namespace io.flow.internal.v0.models {
23221
23450
  readonly 'added_on': string;
23222
23451
  }
23223
23452
 
23453
+ interface RaveenaItemUpserted {
23454
+ readonly 'discriminator': 'raveena_item_upserted';
23455
+ readonly 'event_id': string;
23456
+ readonly 'timestamp': string;
23457
+ readonly 'item': io.flow.internal.v0.models.RaveenaItem;
23458
+ }
23459
+
23224
23460
  interface RecordReference {
23225
23461
  readonly 'id': string;
23226
23462
  }
@@ -23287,6 +23523,7 @@ declare namespace io.flow.internal.v0.models {
23287
23523
  readonly 'type': string;
23288
23524
  readonly 'routing_number': string;
23289
23525
  readonly 'account_number': string;
23526
+ readonly 'bank_name'?: string;
23290
23527
  }
23291
23528
 
23292
23529
  interface ReportFile {
@@ -23436,6 +23673,15 @@ declare namespace io.flow.internal.v0.models {
23436
23673
  readonly 'td_fx_diff'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23437
23674
  }
23438
23675
 
23676
+ interface ReportingFreight {
23677
+ readonly 'guaranteed'?: io.flow.internal.v0.models.ReportingFreightGuaranteed;
23678
+ }
23679
+
23680
+ interface ReportingFreightGuaranteed {
23681
+ readonly 'amount': io.flow.internal.v0.models.ReportingMonetaryValue;
23682
+ readonly 'coefficient': io.flow.internal.v0.models.ReportingMonetaryValue;
23683
+ }
23684
+
23439
23685
  interface ReportingFulfillment {
23440
23686
  readonly 'id': string;
23441
23687
  readonly 'sequence_number': number;
@@ -23533,6 +23779,8 @@ declare namespace io.flow.internal.v0.models {
23533
23779
  readonly 'duty': io.flow.internal.v0.models.ReportingMonetaryValue;
23534
23780
  readonly 'freight': io.flow.internal.v0.models.ReportingMonetaryValue;
23535
23781
  readonly 'freight_breakdown'?: io.flow.internal.v0.models.ReportingMerchantFreight;
23782
+ readonly 'freight_guaranteed'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23783
+ readonly 'freight_non_guaranteed'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23536
23784
  readonly 'discount'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23537
23785
  readonly 'total'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23538
23786
  readonly 'tax_refund'?: io.flow.internal.v0.models.ReportingMonetaryValue;
@@ -23716,6 +23964,7 @@ declare namespace io.flow.internal.v0.models {
23716
23964
  readonly 'created_at': string;
23717
23965
  readonly 'updated_at': string;
23718
23966
  readonly 'channel'?: string;
23967
+ readonly 'is_deleted'?: boolean;
23719
23968
  }
23720
23969
 
23721
23970
  interface RestrictionItemRequestForm {
@@ -23841,6 +24090,7 @@ declare namespace io.flow.internal.v0.models {
23841
24090
  readonly 'taxonomy_category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
23842
24091
  readonly 'taxonomy_data'?: io.flow.product.v0.models.ProductTaxonomyData[];
23843
24092
  readonly 'channel'?: string;
24093
+ readonly 'is_deleted'?: boolean;
23844
24094
  }
23845
24095
 
23846
24096
  interface RestrictionProductDecisionForm {
@@ -24010,6 +24260,75 @@ declare namespace io.flow.internal.v0.models {
24010
24260
  readonly 'pending_classification_count': number;
24011
24261
  }
24012
24262
 
24263
+ interface RestrictionsAthenaDailyopsFs {
24264
+ readonly 'id': string;
24265
+ readonly 'report_date': string;
24266
+ readonly 'num_products_with_fs_result'?: number;
24267
+ readonly 'num_products_sellable_somewhere_by_fs'?: number;
24268
+ readonly 'num_products_restricted_somewhere_by_fs'?: number;
24269
+ readonly 'num_products_with_false_allows_by_fs'?: number;
24270
+ readonly 'num_products_with_false_restricts_by_fs'?: number;
24271
+ readonly 'daily_num_products_with_fs_result'?: number;
24272
+ readonly 'daily_num_products_sellable_somewhere_by_fs'?: number;
24273
+ readonly 'daily_num_products_restricted_somewhere_by_fs'?: number;
24274
+ readonly 'daily_num_products_with_false_allows_by_fs'?: number;
24275
+ readonly 'daily_num_products_with_false_restricts_by_fs'?: number;
24276
+ }
24277
+
24278
+ interface RestrictionsAthenaDailyopsFsDeleted {
24279
+ readonly 'discriminator': 'restrictions_athena_dailyops_fs_deleted';
24280
+ readonly 'event_id': string;
24281
+ readonly 'timestamp': string;
24282
+ readonly 'id': string;
24283
+ }
24284
+
24285
+ interface RestrictionsAthenaDailyopsFsUpserted {
24286
+ readonly 'discriminator': 'restrictions_athena_dailyops_fs_upserted';
24287
+ readonly 'event_id': string;
24288
+ readonly 'timestamp': string;
24289
+ readonly 'restrictions_athena_dailyops_fs': io.flow.internal.v0.models.RestrictionsAthenaDailyopsFs;
24290
+ }
24291
+
24292
+ interface RestrictionsAthenaDailyopsPcPv {
24293
+ readonly 'id': string;
24294
+ readonly 'report_date': string;
24295
+ readonly 'intent_level': io.flow.internal.v0.enums.AthenaDailyopsIntentLevel;
24296
+ readonly 'num_orgs_setup_complete_with_pvs': number;
24297
+ readonly 'num_products_setup_complete_with_pvs': number;
24298
+ readonly 'num_orgs_transacting_with_pvs': number;
24299
+ readonly 'num_products_transacting_with_pvs': number;
24300
+ readonly 'num_orgs_setup_complete_with_pcs': number;
24301
+ readonly 'num_products_setup_complete_with_pcs': number;
24302
+ readonly 'num_orgs_transacting_with_pcs': number;
24303
+ readonly 'num_products_transacting_with_pcs': number;
24304
+ readonly 'oldest_pv_product_date_setup_complete'?: string;
24305
+ readonly 'oldest_pv_product_date_transacting'?: string;
24306
+ readonly 'oldest_pc_product_date_setup_complete'?: string;
24307
+ readonly 'oldest_pc_product_date_transacting'?: string;
24308
+ readonly 'oldest_insufficient_details_pv_active'?: string;
24309
+ readonly 'oldest_insufficient_details_pv_transacting'?: string;
24310
+ readonly 'num_pv_inflow_net_new': number;
24311
+ readonly 'num_pv_outflow_human_decisions': number;
24312
+ readonly 'num_pv_outflow_auto_review_decisions': number;
24313
+ readonly 'num_pv_outflow_side_effect_decisions': number;
24314
+ readonly 'num_pending_decisions_transacting': number;
24315
+ readonly 'pv_decisions_setup_complete': number;
24316
+ }
24317
+
24318
+ interface RestrictionsAthenaDailyopsPcPvDeleted {
24319
+ readonly 'discriminator': 'restrictions_athena_dailyops_pc_pv_deleted';
24320
+ readonly 'event_id': string;
24321
+ readonly 'timestamp': string;
24322
+ readonly 'id': string;
24323
+ }
24324
+
24325
+ interface RestrictionsAthenaDailyopsPcPvUpserted {
24326
+ readonly 'discriminator': 'restrictions_athena_dailyops_pc_pv_upserted';
24327
+ readonly 'event_id': string;
24328
+ readonly 'timestamp': string;
24329
+ readonly 'restrictions_athena_dailyops_pc_pv': io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPv;
24330
+ }
24331
+
24013
24332
  interface RestrictionsDailyops {
24014
24333
  readonly 'id': string;
24015
24334
  readonly 'report_date': string;
@@ -24203,6 +24522,7 @@ declare namespace io.flow.internal.v0.models {
24203
24522
  readonly 'tax'?: io.flow.internal.v0.models.ReportingMonetaryValue;
24204
24523
  readonly 'duty'?: io.flow.internal.v0.models.ReportingMonetaryValue;
24205
24524
  readonly 'fees': io.flow.internal.v0.models.ReportingFees;
24525
+ readonly 'freight'?: io.flow.internal.v0.models.ReportingFreight;
24206
24526
  readonly 'conversion_rate': io.flow.internal.v0.models.ReportingConversionRates;
24207
24527
  readonly 'payment_is': io.flow.internal.v0.models.PaymentIs;
24208
24528
  readonly 'price_inclusivity'?: io.flow.internal.v0.models.PriceInclusivity;
@@ -24447,6 +24767,28 @@ declare namespace io.flow.internal.v0.models {
24447
24767
  readonly 'include_unpublished'?: boolean;
24448
24768
  }
24449
24769
 
24770
+ interface ShopifyAdaptivePricingCoefficients {
24771
+ readonly 'id': string;
24772
+ readonly 'organization_id': string;
24773
+ readonly 'destination_coefficients': io.flow.shopify.markets.v0.models.ShopifyAdaptivePricingDestinationCoefficients[];
24774
+ }
24775
+
24776
+ interface ShopifyAdaptivePricingCoefficientsDeleted {
24777
+ readonly 'discriminator': 'shopify_adaptive_pricing_coefficients_deleted';
24778
+ readonly 'event_id': string;
24779
+ readonly 'timestamp': string;
24780
+ readonly 'organization': string;
24781
+ readonly 'id': string;
24782
+ }
24783
+
24784
+ interface ShopifyAdaptivePricingCoefficientsUpserted {
24785
+ readonly 'discriminator': 'shopify_adaptive_pricing_coefficients_upserted';
24786
+ readonly 'event_id': string;
24787
+ readonly 'timestamp': string;
24788
+ readonly 'organization': string;
24789
+ readonly 'shopify_adaptive_pricing_coefficients': io.flow.internal.v0.models.ShopifyAdaptivePricingCoefficients;
24790
+ }
24791
+
24450
24792
  interface ShopifyAddress {
24451
24793
  readonly 'address1': string;
24452
24794
  readonly 'city': string;
@@ -24851,6 +25193,33 @@ declare namespace io.flow.internal.v0.models {
24851
25193
  readonly 'weight_unit': io.flow.internal.v0.enums.ShopifyWeightUnit;
24852
25194
  }
24853
25195
 
25196
+ interface ShopifyMerchantMarketCountry {
25197
+ readonly 'code': string;
25198
+ readonly 'actively_managing': boolean;
25199
+ }
25200
+
25201
+ interface ShopifyMerchantMarkets {
25202
+ readonly 'id': string;
25203
+ readonly 'organization_id': string;
25204
+ readonly 'countries': io.flow.internal.v0.models.ShopifyMerchantMarketCountry[];
25205
+ }
25206
+
25207
+ interface ShopifyMerchantMarketsDeleted {
25208
+ readonly 'discriminator': 'shopify_merchant_markets_deleted';
25209
+ readonly 'event_id': string;
25210
+ readonly 'timestamp': string;
25211
+ readonly 'organization': string;
25212
+ readonly 'id': string;
25213
+ }
25214
+
25215
+ interface ShopifyMerchantMarketsUpserted {
25216
+ readonly 'discriminator': 'shopify_merchant_markets_upserted';
25217
+ readonly 'event_id': string;
25218
+ readonly 'timestamp': string;
25219
+ readonly 'organization': string;
25220
+ readonly 'shopify_merchant_markets': io.flow.internal.v0.models.ShopifyMerchantMarkets;
25221
+ }
25222
+
24854
25223
  interface ShopifyMerchantPlan {
24855
25224
  readonly 'id': string;
24856
25225
  readonly 'authorization': io.flow.payment.v0.models.AuthorizationReference;
@@ -26811,7 +27180,7 @@ declare namespace io.flow.internal.v0.unions {
26811
27180
  type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
26812
27181
  type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe);
26813
27182
  type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
26814
- type Event = (io.flow.internal.v0.models.AdaptiveShippingRateUpserted | io.flow.internal.v0.models.AdaptiveShippingRateDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.FulfillmentStatusUpserted | io.flow.internal.v0.models.FulfillmentStatusDeleted | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.ShippingCostUpserted | io.flow.internal.v0.models.ShippingCostDeleted | io.flow.internal.v0.models.MorCostUpserted | io.flow.internal.v0.models.MorCostDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.PreonboardingSellabilityResultInserted | io.flow.internal.v0.models.PreonboardingSellabilityResultUpdated | io.flow.internal.v0.models.PreonboardingSellabilityResultDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.ProductSellabilityResultInserted | io.flow.internal.v0.models.ProductSellabilityResultUpdated | io.flow.internal.v0.models.ProductSellabilityResultDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.ShopifyTestOrderUpserted | io.flow.internal.v0.models.ShopifyTestOrderDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.B2BTaxTransactionUpserted | io.flow.internal.v0.models.B2BTaxTransactionDeleted | io.flow.internal.v0.models.GabrielItemUpserted | io.flow.internal.v0.models.GabrielItemDeleted | io.flow.internal.v0.models.ChenglinItemUpserted | io.flow.internal.v0.models.ChenglinItemDeleted | io.flow.internal.v0.models.BojanaItemUpserted | io.flow.internal.v0.models.BojanaItemDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
27183
+ type Event = (io.flow.internal.v0.models.AdaptiveShippingRateUpserted | io.flow.internal.v0.models.AdaptiveShippingRateDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.FulfillmentStatusUpserted | io.flow.internal.v0.models.FulfillmentStatusDeleted | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.ChannelShopStatisticsUpserted | io.flow.internal.v0.models.ChannelShopStatisticsDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.ShippingCostUpserted | io.flow.internal.v0.models.ShippingCostDeleted | io.flow.internal.v0.models.MorCostUpserted | io.flow.internal.v0.models.MorCostDeleted | io.flow.internal.v0.models.FlatRateLabelReversalUpserted | io.flow.internal.v0.models.FlatRateLabelReversalDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeUpserted | io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.PreonboardingSellabilityResultInserted | io.flow.internal.v0.models.PreonboardingSellabilityResultUpdated | io.flow.internal.v0.models.PreonboardingSellabilityResultDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.ProductSellabilityResultInserted | io.flow.internal.v0.models.ProductSellabilityResultUpdated | io.flow.internal.v0.models.ProductSellabilityResultDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPvUpserted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPvDeleted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsUpserted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.PreonboardingMerchantUpserted | io.flow.internal.v0.models.PreonboardingMerchantDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.ShopifyTestOrderUpserted | io.flow.internal.v0.models.ShopifyTestOrderDeleted | io.flow.internal.v0.models.ShopifyAdaptivePricingCoefficientsUpserted | io.flow.internal.v0.models.ShopifyAdaptivePricingCoefficientsDeleted | io.flow.internal.v0.models.ShopifyMerchantMarketsUpserted | io.flow.internal.v0.models.ShopifyMerchantMarketsDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.B2BTaxTransactionUpserted | io.flow.internal.v0.models.B2BTaxTransactionDeleted | io.flow.internal.v0.models.GabrielItemUpserted | io.flow.internal.v0.models.GabrielItemDeleted | io.flow.internal.v0.models.ChenglinItemUpserted | io.flow.internal.v0.models.ChenglinItemDeleted | io.flow.internal.v0.models.BojanaItemUpserted | io.flow.internal.v0.models.BojanaItemDeleted | io.flow.internal.v0.models.RaveenaItemUpserted | io.flow.internal.v0.models.RaveenaItemDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
26815
27184
  type ExplicitStatementForm = (io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions);
26816
27185
  type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
26817
27186
  type FeatureDefaultValue = (io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue);
@@ -26865,12 +27234,14 @@ export const accountCurrencyFilter: PropTypes.Requireable<io.flow.internal.v0.en
26865
27234
  export const accountPaymentHoldReason: PropTypes.Requireable<io.flow.internal.v0.enums.AccountPaymentHoldReason>;
26866
27235
  export const accountSettingLiabilitiesMethod: PropTypes.Requireable<io.flow.internal.v0.enums.AccountSettingLiabilitiesMethod>;
26867
27236
  export const accountType: PropTypes.Requireable<io.flow.internal.v0.enums.AccountType>;
27237
+ export const adaptiveShippingOrderGuaranteeState: PropTypes.Requireable<io.flow.internal.v0.enums.AdaptiveShippingOrderGuaranteeState>;
26868
27238
  export const adjustmentTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.AdjustmentTransactionType>;
26869
27239
  export const adyenIntegrationType: PropTypes.Requireable<io.flow.internal.v0.enums.AdyenIntegrationType>;
26870
27240
  export const amruthaItemType: PropTypes.Requireable<io.flow.internal.v0.enums.AmruthaItemType>;
26871
27241
  export const anyDangerousGoods: PropTypes.Requireable<io.flow.internal.v0.enums.AnyDangerousGoods>;
26872
27242
  export const apiCallReferenceId: PropTypes.Requireable<io.flow.internal.v0.enums.ApiCallReferenceId>;
26873
27243
  export const applicablePreferentialRate: PropTypes.Requireable<io.flow.internal.v0.enums.ApplicablePreferentialRate>;
27244
+ export const athenaDailyopsIntentLevel: PropTypes.Requireable<io.flow.internal.v0.enums.AthenaDailyopsIntentLevel>;
26874
27245
  export const autoRestrictRule: PropTypes.Requireable<io.flow.internal.v0.enums.AutoRestrictRule>;
26875
27246
  export const b2BFeeMorTaxTriggerType: PropTypes.Requireable<io.flow.internal.v0.enums.B2BFeeMorTaxTriggerType>;
26876
27247
  export const b2BFeeShippingTaxTriggerType: PropTypes.Requireable<io.flow.internal.v0.enums.B2BFeeShippingTaxTriggerType>;
@@ -26986,7 +27357,6 @@ export const itemType: PropTypes.Requireable<io.flow.internal.v0.enums.ItemType>
26986
27357
  export const journalOperation: PropTypes.Requireable<io.flow.internal.v0.enums.JournalOperation>;
26987
27358
  export const keywordType: PropTypes.Requireable<io.flow.internal.v0.enums.KeywordType>;
26988
27359
  export const labelBillingStrategy: PropTypes.Requireable<io.flow.internal.v0.enums.LabelBillingStrategy>;
26989
- export const labelCancellationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.LabelCancellationErrorCode>;
26990
27360
  export const labelCreationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.LabelCreationStatus>;
26991
27361
  export const labelEventMedium: PropTypes.Requireable<io.flow.internal.v0.enums.LabelEventMedium>;
26992
27362
  export const labelEventSource: PropTypes.Requireable<io.flow.internal.v0.enums.LabelEventSource>;
@@ -26999,6 +27369,7 @@ export const ledgerReportUrlType: PropTypes.Requireable<io.flow.internal.v0.enum
26999
27369
  export const liabilityType: PropTypes.Requireable<io.flow.internal.v0.enums.LiabilityType>;
27000
27370
  export const logisticsCapability: PropTypes.Requireable<io.flow.internal.v0.enums.LogisticsCapability>;
27001
27371
  export const logisticsPayoutResolutionMethod: PropTypes.Requireable<io.flow.internal.v0.enums.LogisticsPayoutResolutionMethod>;
27372
+ export const maheshItemType: PropTypes.Requireable<io.flow.internal.v0.enums.MaheshItemType>;
27002
27373
  export const mailClass: PropTypes.Requireable<io.flow.internal.v0.enums.MailClass>;
27003
27374
  export const manualReviewRuleStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ManualReviewRuleStatus>;
27004
27375
  export const manualTransactionCategory: PropTypes.Requireable<io.flow.internal.v0.enums.ManualTransactionCategory>;
@@ -27155,6 +27526,11 @@ export const accountUpsertedV2: PropTypes.Requireable<io.flow.internal.v0.models
27155
27526
  export const accountingPendingOrderMetadata: PropTypes.Requireable<io.flow.internal.v0.models.AccountingPendingOrderMetadata>;
27156
27527
  export const accountingReturnMetadata: PropTypes.Requireable<io.flow.internal.v0.models.AccountingReturnMetadata>;
27157
27528
  export const actionQuantity: PropTypes.Requireable<io.flow.internal.v0.models.ActionQuantity>;
27529
+ export const adaptivePricingDestinationUpdate: PropTypes.Requireable<io.flow.internal.v0.models.AdaptivePricingDestinationUpdate>;
27530
+ export const adaptivePricingUpdate: PropTypes.Requireable<io.flow.internal.v0.models.AdaptivePricingUpdate>;
27531
+ export const adaptiveShippingOrderGuarantee: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingOrderGuarantee>;
27532
+ export const adaptiveShippingOrderGuaranteeDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeDeleted>;
27533
+ export const adaptiveShippingOrderGuaranteeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeUpserted>;
27158
27534
  export const adaptiveShippingRate: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingRate>;
27159
27535
  export const adaptiveShippingRateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingRateDeleted>;
27160
27536
  export const adaptiveShippingRateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingRateUpserted>;
@@ -27408,6 +27784,9 @@ export const channelRateMetadataIdentity: PropTypes.Requireable<io.flow.internal
27408
27784
  export const channelRateMetadataRate: PropTypes.Requireable<io.flow.internal.v0.models.ChannelRateMetadataRate>;
27409
27785
  export const channelShop: PropTypes.Requireable<io.flow.internal.v0.models.ChannelShop>;
27410
27786
  export const channelShopForm: PropTypes.Requireable<io.flow.internal.v0.models.ChannelShopForm>;
27787
+ export const channelShopStatistics: PropTypes.Requireable<io.flow.internal.v0.models.ChannelShopStatistics>;
27788
+ export const channelShopStatisticsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelShopStatisticsDeleted>;
27789
+ export const channelShopStatisticsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelShopStatisticsUpserted>;
27411
27790
  export const channelTransaction: PropTypes.Requireable<io.flow.internal.v0.models.ChannelTransaction>;
27412
27791
  export const channelTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelTransactionDeleted>;
27413
27792
  export const channelTransactionRate: PropTypes.Requireable<io.flow.internal.v0.models.ChannelTransactionRate>;
@@ -27650,6 +28029,9 @@ export const fiservMerchant: PropTypes.Requireable<io.flow.internal.v0.models.Fi
27650
28029
  export const fiservMerchantModificationForm: PropTypes.Requireable<io.flow.internal.v0.models.FiservMerchantModificationForm>;
27651
28030
  export const fiservMerchantPutForm: PropTypes.Requireable<io.flow.internal.v0.models.FiservMerchantPutForm>;
27652
28031
  export const flatRate: PropTypes.Requireable<io.flow.internal.v0.models.FlatRate>;
28032
+ export const flatRateLabelReversal: PropTypes.Requireable<io.flow.internal.v0.models.FlatRateLabelReversal>;
28033
+ export const flatRateLabelReversalDeleted: PropTypes.Requireable<io.flow.internal.v0.models.FlatRateLabelReversalDeleted>;
28034
+ export const flatRateLabelReversalUpserted: PropTypes.Requireable<io.flow.internal.v0.models.FlatRateLabelReversalUpserted>;
27653
28035
  export const flatRateLabelTransaction: PropTypes.Requireable<io.flow.internal.v0.models.FlatRateLabelTransaction>;
27654
28036
  export const flexeWebhook: PropTypes.Requireable<io.flow.internal.v0.models.FlexeWebhook>;
27655
28037
  export const flowAccount: PropTypes.Requireable<io.flow.internal.v0.models.FlowAccount>;
@@ -27825,7 +28207,6 @@ export const labProjectSettingsForm: PropTypes.Requireable<io.flow.internal.v0.m
27825
28207
  export const labProjectSettingsFormAcceptance: PropTypes.Requireable<io.flow.internal.v0.models.LabProjectSettingsFormAcceptance>;
27826
28208
  export const labelAliases: PropTypes.Requireable<io.flow.internal.v0.models.LabelAliases>;
27827
28209
  export const labelAssociation: PropTypes.Requireable<io.flow.internal.v0.models.LabelAssociation>;
27828
- export const labelCancellationError: PropTypes.Requireable<io.flow.internal.v0.models.LabelCancellationError>;
27829
28210
  export const labelCreationJob: PropTypes.Requireable<io.flow.internal.v0.models.LabelCreationJob>;
27830
28211
  export const labelCreationJobDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LabelCreationJobDeleted>;
27831
28212
  export const labelCreationJobSummary: PropTypes.Requireable<io.flow.internal.v0.models.LabelCreationJobSummary>;
@@ -27880,6 +28261,8 @@ export const loyaltyProgram: PropTypes.Requireable<io.flow.internal.v0.models.Lo
27880
28261
  export const loyaltyProgramMessage: PropTypes.Requireable<io.flow.internal.v0.models.LoyaltyProgramMessage>;
27881
28262
  export const loyaltyProgramReward: PropTypes.Requireable<io.flow.internal.v0.models.LoyaltyProgramReward>;
27882
28263
  export const loyaltyProgramRewards: PropTypes.Requireable<io.flow.internal.v0.models.LoyaltyProgramRewards>;
28264
+ export const maheshItem: PropTypes.Requireable<io.flow.internal.v0.models.MaheshItem>;
28265
+ export const maheshItemForm: PropTypes.Requireable<io.flow.internal.v0.models.MaheshItemForm>;
27883
28266
  export const mainTransaction: PropTypes.Requireable<io.flow.internal.v0.models.MainTransaction>;
27884
28267
  export const mainTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.MainTransactionDeleted>;
27885
28268
  export const mainTransactionDeletedV2: PropTypes.Requireable<io.flow.internal.v0.models.MainTransactionDeletedV2>;
@@ -28134,6 +28517,8 @@ export const preonboardingClassificationRabbitmqMessage: PropTypes.Requireable<i
28134
28517
  export const preonboardingClassificationRequest: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingClassificationRequest>;
28135
28518
  export const preonboardingClassificationResult: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingClassificationResult>;
28136
28519
  export const preonboardingMerchant: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingMerchant>;
28520
+ export const preonboardingMerchantDeleted: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingMerchantDeleted>;
28521
+ export const preonboardingMerchantUpserted: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingMerchantUpserted>;
28137
28522
  export const preonboardingSellabilityResult: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingSellabilityResult>;
28138
28523
  export const preonboardingSellabilityResultDeleted: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingSellabilityResultDeleted>;
28139
28524
  export const preonboardingSellabilityResultInserted: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingSellabilityResultInserted>;
@@ -28237,7 +28622,9 @@ export const ratecardServiceFeesOverrideForm: PropTypes.Requireable<io.flow.inte
28237
28622
  export const ratesChanged: PropTypes.Requireable<io.flow.internal.v0.models.RatesChanged>;
28238
28623
  export const ratesNamesSummary: PropTypes.Requireable<io.flow.internal.v0.models.RatesNamesSummary>;
28239
28624
  export const raveenaItem: PropTypes.Requireable<io.flow.internal.v0.models.RaveenaItem>;
28625
+ export const raveenaItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RaveenaItemDeleted>;
28240
28626
  export const raveenaItemForm: PropTypes.Requireable<io.flow.internal.v0.models.RaveenaItemForm>;
28627
+ export const raveenaItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RaveenaItemUpserted>;
28241
28628
  export const recordReference: PropTypes.Requireable<io.flow.internal.v0.models.RecordReference>;
28242
28629
  export const redirect: PropTypes.Requireable<io.flow.internal.v0.models.Redirect>;
28243
28630
  export const redirectActionCompleted: PropTypes.Requireable<io.flow.internal.v0.models.RedirectActionCompleted>;
@@ -28271,6 +28658,8 @@ export const reportingDebugMissingSubsidies: PropTypes.Requireable<io.flow.inter
28271
28658
  export const reportingDestination: PropTypes.Requireable<io.flow.internal.v0.models.ReportingDestination>;
28272
28659
  export const reportingDetails: PropTypes.Requireable<io.flow.internal.v0.models.ReportingDetails>;
28273
28660
  export const reportingFees: PropTypes.Requireable<io.flow.internal.v0.models.ReportingFees>;
28661
+ export const reportingFreight: PropTypes.Requireable<io.flow.internal.v0.models.ReportingFreight>;
28662
+ export const reportingFreightGuaranteed: PropTypes.Requireable<io.flow.internal.v0.models.ReportingFreightGuaranteed>;
28274
28663
  export const reportingFulfillment: PropTypes.Requireable<io.flow.internal.v0.models.ReportingFulfillment>;
28275
28664
  export const reportingFulfillmentHas: PropTypes.Requireable<io.flow.internal.v0.models.ReportingFulfillmentHas>;
28276
28665
  export const reportingFulfillmentIs: PropTypes.Requireable<io.flow.internal.v0.models.ReportingFulfillmentIs>;
@@ -28336,6 +28725,12 @@ export const restrictionRuleOverride: PropTypes.Requireable<io.flow.internal.v0.
28336
28725
  export const restrictionRuleSummary: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleSummary>;
28337
28726
  export const restrictionRuleUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleUpserted>;
28338
28727
  export const restrictionSummaryCounts: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionSummaryCounts>;
28728
+ export const restrictionsAthenaDailyopsFs: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsAthenaDailyopsFs>;
28729
+ export const restrictionsAthenaDailyopsFsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsDeleted>;
28730
+ export const restrictionsAthenaDailyopsFsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsUpserted>;
28731
+ export const restrictionsAthenaDailyopsPcPv: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPv>;
28732
+ export const restrictionsAthenaDailyopsPcPvDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPvDeleted>;
28733
+ export const restrictionsAthenaDailyopsPcPvUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPvUpserted>;
28339
28734
  export const restrictionsDailyops: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsDailyops>;
28340
28735
  export const restrictionsDailyopsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsDailyopsDeleted>;
28341
28736
  export const restrictionsDailyopsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsDailyopsUpserted>;
@@ -28387,6 +28782,9 @@ export const shippingPricing: PropTypes.Requireable<io.flow.internal.v0.models.S
28387
28782
  export const shippingRateEstimateAvailableInternal: PropTypes.Requireable<io.flow.internal.v0.models.ShippingRateEstimateAvailableInternal>;
28388
28783
  export const shippingRateEstimateInternal: PropTypes.Requireable<io.flow.internal.v0.models.ShippingRateEstimateInternal>;
28389
28784
  export const shippingRateEstimateRequestInternal: PropTypes.Requireable<io.flow.internal.v0.models.ShippingRateEstimateRequestInternal>;
28785
+ export const shopifyAdaptivePricingCoefficients: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyAdaptivePricingCoefficients>;
28786
+ export const shopifyAdaptivePricingCoefficientsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyAdaptivePricingCoefficientsDeleted>;
28787
+ export const shopifyAdaptivePricingCoefficientsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyAdaptivePricingCoefficientsUpserted>;
28390
28788
  export const shopifyAddress: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyAddress>;
28391
28789
  export const shopifyCallbackError: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyCallbackError>;
28392
28790
  export const shopifyCallbackErrorItem: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyCallbackErrorItem>;
@@ -28443,6 +28841,10 @@ export const shopifyMarketsWebhookRegistration: PropTypes.Requireable<io.flow.in
28443
28841
  export const shopifyMarketsWebhookRegistrationDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted>;
28444
28842
  export const shopifyMarketsWebhookRegistrationUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted>;
28445
28843
  export const shopifyMeasurements: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMeasurements>;
28844
+ export const shopifyMerchantMarketCountry: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMerchantMarketCountry>;
28845
+ export const shopifyMerchantMarkets: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMerchantMarkets>;
28846
+ export const shopifyMerchantMarketsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMerchantMarketsDeleted>;
28847
+ export const shopifyMerchantMarketsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMerchantMarketsUpserted>;
28446
28848
  export const shopifyMerchantPlan: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMerchantPlan>;
28447
28849
  export const shopifyMerchantPlanDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMerchantPlanDeleted>;
28448
28850
  export const shopifyMerchantPlanUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMerchantPlanUpserted>;