@flowio/api-internal-prop-types 9.24.134 → 9.24.136

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 {
@@ -5574,7 +5576,6 @@ declare namespace io.flow.shopify.markets.internal.v0.enums {
5574
5576
  type ShopifyMarketsDangerousGoods = 'aerosols' | 'air_bag_inflators_or_seat_belt_pretensioners' | 'alcoholic_beverages_containing_more_than_24_percent_alcohol_by_volume' | 'batteries' | 'carbon_dioxide_or_dry_ice' | 'corrosives' | 'cannabidiol_products' | 'cologne_or_perfume' | 'currency_or_gift_cards_or_monetary_instruments' | 'exotic_leather_goods' | 'environmental_waste' | 'explosives_or_ammunition' | 'flammable_liquids' | 'gases' | 'hazardous_or_combustible_materials' | 'infectious_or_biological_substances' | 'knives' | 'matches_or_lighter_or_lighter_refills' | 'nail_polish' | 'oxidizing_materials_or_organic_peroxides' | 'pornography' | 'prohibited_carriage' | 'pesticides_or_toxic_herbicides_or_insecticides_or_poisonous_toxic_substances';
5575
5577
  type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
5576
5578
  type ShopifyMarketsTradeSector = 'apparel_and_accessories' | 'beauty_and_cosmetics' | 'electronics' | 'food_or_perishables' | 'jewellery_and_watches' | 'paper_and_art' | 'sports_and_fitness' | 'toys_hobbies_gifts' | 'other';
5577
- type TaxAndDutyInclusivitySetting = 'duty_exclusive_tax_exclusive' | 'duty_inclusive_tax_exclusive' | 'duty_exclusive_tax_inclusive' | 'duty_inclusive_tax_inclusive';
5578
5579
  }
5579
5580
 
5580
5581
  declare namespace io.flow.shopify.markets.internal.v0.models {
@@ -5658,7 +5659,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
5658
5659
  readonly 'organization_id': string;
5659
5660
  readonly 'shopify_order_id': string;
5660
5661
  readonly 'order_number': string;
5661
- readonly 'tax_and_duty_inclusivity_setting': io.flow.shopify.markets.internal.v0.enums.TaxAndDutyInclusivitySetting;
5662
+ readonly 'tax_and_duty_inclusivity_setting': io.flow.experience.v0.enums.TaxAndDutyInclusivitySetting;
5662
5663
  }
5663
5664
 
5664
5665
  interface OrderValidationError {
@@ -5763,6 +5764,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
5763
5764
  readonly 'access_token_masked'?: string;
5764
5765
  readonly 'shopify_plan_name'?: io.flow.shopify.external.v0.enums.ShopifyPlanName;
5765
5766
  readonly 'catalog_publication_owner'?: io.flow.channel.shopify.internal.v0.enums.CatalogPublicationOwner;
5767
+ readonly 'fast_sellability_completed_at'?: string;
5766
5768
  }
5767
5769
 
5768
5770
  interface ShopifyMarketsShopForm {
@@ -5886,6 +5888,7 @@ declare namespace io.flow.consumer.invoice.v0.enums {
5886
5888
  type ConsumerInvoiceCustomerType = 'business_eu_verified' | 'business_non_verified' | 'individual';
5887
5889
  type ConsumerInvoiceDocumentType = 'pdf';
5888
5890
  type ConsumerInvoiceStatus = 'pending' | 'available' | 'invalid';
5891
+ type FeeInvoiceType = 'mor_invoice' | 'label_invoice' | 'mor_credit_memo' | 'label_credit_memo';
5889
5892
  type TaxJurisdictionType = 'country' | 'province';
5890
5893
  type TaxType = 'vat' | 'gst' | 'hst' | 'pst' | 'qst' | 'sales_tax';
5891
5894
  }
@@ -6097,6 +6100,21 @@ declare namespace io.flow.consumer.invoice.v0.models {
6097
6100
  readonly 'attributes'?: Record<string, string>;
6098
6101
  }
6099
6102
 
6103
+ interface FeeInvoice {
6104
+ readonly 'id': string;
6105
+ readonly 'number': string;
6106
+ readonly 'invoice_type': io.flow.consumer.invoice.v0.enums.FeeInvoiceType;
6107
+ readonly 'buyer': io.flow.common.v0.models.MerchantOfRecordEntity;
6108
+ readonly 'seller': io.flow.common.v0.models.MerchantOfRecordEntity;
6109
+ readonly 'date': string;
6110
+ readonly 'b2b_tax_transaction_id': string;
6111
+ readonly 'order_number': string;
6112
+ readonly 'tax': io.flow.common.v0.models.Money;
6113
+ readonly 'tax_lines'?: io.flow.consumer.invoice.v0.models.InvoiceTaxLine[];
6114
+ readonly 'lines': io.flow.consumer.invoice.v0.unions.ConsumerInvoiceLine[];
6115
+ readonly 'documents': io.flow.consumer.invoice.v0.models.ConsumerInvoiceDocument[];
6116
+ }
6117
+
6100
6118
  interface InvoiceExport {
6101
6119
  readonly 'id': string;
6102
6120
  }
@@ -6648,6 +6666,10 @@ declare namespace io.flow.shopify.external.v0.models {
6648
6666
  readonly 'count': number;
6649
6667
  }
6650
6668
 
6669
+ interface GraphqlInferredProductCategory {
6670
+ readonly 'category'?: io.flow.shopify.external.v0.models.GraphqlTaxonomyCategory;
6671
+ }
6672
+
6651
6673
  interface GraphqlInventoryItem {
6652
6674
  readonly 'id': string;
6653
6675
  readonly 'tracked': boolean;
@@ -6704,6 +6726,7 @@ declare namespace io.flow.shopify.external.v0.models {
6704
6726
  readonly 'updatedAt': string;
6705
6727
  readonly 'hasVariantsThatRequiresComponents'?: boolean;
6706
6728
  readonly 'category'?: io.flow.shopify.external.v0.models.GraphqlTaxonomyCategory;
6729
+ readonly 'inferredProductCategory'?: io.flow.shopify.external.v0.models.GraphqlInferredProductCategory;
6707
6730
  readonly 'metafields'?: io.flow.shopify.external.v0.models.GraphqlMetafield[];
6708
6731
  }
6709
6732
 
@@ -8466,7 +8489,7 @@ declare namespace io.flow.channel.internal.v0.enums {
8466
8489
  type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
8467
8490
  type ChannelOrderAcceptanceFailureReasonCode = 'channel_order_mor_invalid' | 'channel_order_does_not_exist';
8468
8491
  type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
8469
- 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';
8492
+ 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';
8470
8493
  type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
8471
8494
  type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability' | 'all';
8472
8495
  type OrderPaymentSourceType = 'globale' | 'third_party';
@@ -8573,6 +8596,14 @@ declare namespace io.flow.channel.internal.v0.models {
8573
8596
  readonly 'cleartext': string;
8574
8597
  }
8575
8598
 
8599
+ interface ChannelShopStatistics {
8600
+ readonly 'id': string;
8601
+ readonly 'channel': io.flow.common.v0.models.ChannelReference;
8602
+ readonly 'initial_catalog_synced_at'?: string;
8603
+ readonly 'catalog_sync_duration'?: number;
8604
+ readonly 'catalog_products_count'?: number;
8605
+ }
8606
+
8576
8607
  interface FlowChannelOrganization {
8577
8608
  readonly 'placeholder'?: string;
8578
8609
  }
@@ -8849,7 +8880,7 @@ declare namespace io.flow.common.v0.models {
8849
8880
 
8850
8881
  interface DiscountForm {
8851
8882
  readonly 'offer': io.flow.common.v0.unions.DiscountOffer;
8852
- readonly 'target': io.flow.common.v0.enums.DiscountTarget;
8883
+ readonly 'target'?: io.flow.common.v0.enums.DiscountTarget;
8853
8884
  readonly 'label'?: string;
8854
8885
  }
8855
8886
 
@@ -9051,7 +9082,7 @@ declare namespace io.flow.common.v0.models {
9051
9082
  readonly 'parent'?: io.flow.common.v0.models.OrganizationReference;
9052
9083
  readonly 'defaults'?: io.flow.common.v0.models.OrganizationDefaults;
9053
9084
  readonly 'created_at'?: string;
9054
- readonly 'status': io.flow.common.v0.enums.OrganizationStatus;
9085
+ readonly 'status'?: io.flow.common.v0.enums.OrganizationStatus;
9055
9086
  readonly 'type'?: io.flow.common.v0.enums.OrganizationType;
9056
9087
  }
9057
9088
 
@@ -9489,6 +9520,7 @@ declare namespace io.flow.experience.v0.enums {
9489
9520
  type PriceFacetBoundary = 'min' | 'max';
9490
9521
  type PricingType = 'inclusive_pricing';
9491
9522
  type PromotionTriggerType = 'automatic' | 'order_subtotal';
9523
+ type TaxAndDutyInclusivitySetting = 'duty_exclusive_tax_exclusive' | 'duty_inclusive_tax_exclusive' | 'duty_exclusive_tax_inclusive' | 'duty_inclusive_tax_inclusive';
9492
9524
  }
9493
9525
 
9494
9526
  declare namespace io.flow.experience.v0.models {
@@ -10848,6 +10880,7 @@ declare namespace io.flow.ratecard.v0.models {
10848
10880
  readonly 'rate_level_key'?: string;
10849
10881
  readonly 'direction': io.flow.label.v0.enums.Direction;
10850
10882
  readonly 'effective_at': string;
10883
+ readonly 'effective_until'?: string;
10851
10884
  readonly 'origination_zones': io.flow.common.v0.models.Zone[];
10852
10885
  readonly 'service': io.flow.ratecard.v0.models.RatecardServiceSummary;
10853
10886
  readonly 'published_at'?: string;
@@ -10868,6 +10901,10 @@ declare namespace io.flow.ratecard.v0.models {
10868
10901
  readonly 'pickupCenter'?: string;
10869
10902
  }
10870
10903
 
10904
+ interface RatecardEffectiveUntilForm {
10905
+ readonly 'effective_until'?: string;
10906
+ }
10907
+
10871
10908
  interface RatecardEstimateForm {
10872
10909
  readonly 'origin_address': io.flow.common.v0.models.Address;
10873
10910
  readonly 'destination_address': io.flow.common.v0.models.Address;
@@ -10886,13 +10923,6 @@ declare namespace io.flow.ratecard.v0.models {
10886
10923
  readonly 'commercial_invoice_mode'?: io.flow.label.v0.enums.CommercialInvoiceMode;
10887
10924
  }
10888
10925
 
10889
- interface RatecardEstimateSummaryForm {
10890
- readonly 'origin'?: string;
10891
- readonly 'destination'?: string;
10892
- readonly 'service'?: string;
10893
- readonly 'center_key'?: string;
10894
- }
10895
-
10896
10926
  interface RatecardEstimateV1 {
10897
10927
  readonly 'discriminator': 'ratecard_estimate_v1';
10898
10928
  readonly 'service': io.flow.ratecard.v0.models.RatecardServiceSummary;
@@ -11126,6 +11156,7 @@ declare namespace io.flow.ratecard.v0.models {
11126
11156
  }
11127
11157
 
11128
11158
  interface ShippingRateEstimateRequest {
11159
+ readonly 'carrier_id': string;
11129
11160
  readonly 'origin_address': io.flow.common.v0.models.Address;
11130
11161
  readonly 'destination_address': io.flow.common.v0.models.Address;
11131
11162
  readonly 'package_dimensions': io.flow.common.v0.models.Dimension;
@@ -11826,6 +11857,7 @@ declare namespace io.flow.product.v0.models {
11826
11857
  readonly 'organization_id': string;
11827
11858
  readonly 'number': string;
11828
11859
  readonly 'taxonomy_category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
11860
+ readonly 'inferred_taxonomy_category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
11829
11861
  readonly 'taxonomy_data'?: io.flow.product.v0.models.ProductTaxonomyData[];
11830
11862
  readonly 'item_numbers': string[];
11831
11863
  readonly 'highest_value_item_number'?: string;
@@ -12880,7 +12912,7 @@ declare namespace io.flow.billing.v0.enums {
12880
12912
  type StatementAttachmentType = 'csv' | 'pdf';
12881
12913
  type StatementStatusCode = 'scheduled' | 'sent' | 'failed';
12882
12914
  type TaxDutyTransactionReasonCode = 'post_capture' | 'post_fulfilment' | 'manual_payment_or_gift_card' | 'order_edit' | 'mixed_fulfilment_non_lvg' | 'lvg_refund' | 'us_inbound_tax_refund' | 'order_cancellation_above_de_min' | 'wyol_shipment_above_de_min' | 'full_refund_without_shipment' | 'unfulfilled_order_above_de_min' | 'order_cancellation_without_capture';
12883
- type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | 'duty_refund' | 'non_l4l_tax_duty_fx' | 'merchant_payout' | 'merchant_refund' | 'ge_revenue_share' | 'merchant_fee' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax';
12915
+ type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | 'duty_refund' | 'non_l4l_tax_duty_fx' | 'merchant_payout' | 'merchant_refund' | 'ge_revenue_share' | 'merchant_fee' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax' | 'flat_rate_label';
12884
12916
  type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups' | 'fedex';
12885
12917
  type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
12886
12918
  }
@@ -13209,6 +13241,12 @@ declare namespace io.flow.billing.v0.models {
13209
13241
  readonly 'id': string;
13210
13242
  }
13211
13243
 
13244
+ interface TransactionMetadataFlatRateLabel {
13245
+ readonly 'discriminator': 'flat_rate_label';
13246
+ readonly 'flat_rate'?: number;
13247
+ readonly 'coefficient'?: number;
13248
+ }
13249
+
13212
13250
  interface TransactionMetadataManual {
13213
13251
  readonly 'discriminator': 'manual';
13214
13252
  readonly 'description': string;
@@ -13377,7 +13415,7 @@ declare namespace io.flow.billing.v0.unions {
13377
13415
  type BankAccountForm = (io.flow.billing.v0.models.BankAccountFormInfo | io.flow.billing.v0.models.BankAccountFormSimple);
13378
13416
  type PayoutStatus = (io.flow.billing.v0.models.PayoutStatusScheduled | io.flow.billing.v0.models.PayoutStatusSent | io.flow.billing.v0.models.PayoutStatusFailed);
13379
13417
  type Settlement = (io.flow.billing.v0.models.SettlementNoPayout | io.flow.billing.v0.models.SettlementPayout);
13380
- type TransactionMetadata = (io.flow.billing.v0.models.TransactionMetadataShippingLabel | io.flow.billing.v0.models.TransactionMetadataChannel | io.flow.billing.v0.models.TransactionMetadataTrueup | io.flow.billing.v0.models.TransactionMetadataTrueupBase | io.flow.billing.v0.models.TransactionMetadataTrueupSurcharge | io.flow.billing.v0.models.TransactionMetadataCarrierCharge | io.flow.billing.v0.models.TransactionMetadataManual | io.flow.billing.v0.models.TransactionMetadataFailedPayout | io.flow.billing.v0.models.TransactionMetadataPaymentTransaction | io.flow.billing.v0.models.TransactionMetadataTaxDuty | io.flow.billing.v0.models.TransactionMetadataMerchantFee);
13418
+ type TransactionMetadata = (io.flow.billing.v0.models.TransactionMetadataShippingLabel | io.flow.billing.v0.models.TransactionMetadataChannel | io.flow.billing.v0.models.TransactionMetadataTrueup | io.flow.billing.v0.models.TransactionMetadataTrueupBase | io.flow.billing.v0.models.TransactionMetadataTrueupSurcharge | io.flow.billing.v0.models.TransactionMetadataCarrierCharge | io.flow.billing.v0.models.TransactionMetadataManual | io.flow.billing.v0.models.TransactionMetadataFailedPayout | io.flow.billing.v0.models.TransactionMetadataPaymentTransaction | io.flow.billing.v0.models.TransactionMetadataTaxDuty | io.flow.billing.v0.models.TransactionMetadataMerchantFee | io.flow.billing.v0.models.TransactionMetadataFlatRateLabel);
13381
13419
  }
13382
13420
 
13383
13421
  declare namespace io.flow.harmonization.v0.enums {
@@ -13637,7 +13675,7 @@ declare namespace io.flow.apple.pay.v0.models {
13637
13675
 
13638
13676
  declare namespace io.flow.merchant.of.record.v0.enums {
13639
13677
  type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
13640
- type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa' | 'ge-can' | 'ge-gbr' | 'ge-irl';
13678
+ type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa' | 'ge-can' | 'ge-can-ship' | 'ge-gbr' | 'ge-irl';
13641
13679
  }
13642
13680
 
13643
13681
  declare namespace io.flow.organization.onboarding.state.v0.enums {
@@ -14088,6 +14126,18 @@ declare namespace io.flow.billing.bank.account.v0.models {
14088
14126
 
14089
14127
  interface BankAccountInfoKor {
14090
14128
  readonly 'discriminator': 'kor';
14129
+ readonly 'name'?: string;
14130
+ readonly 'address'?: io.flow.common.v0.models.Address;
14131
+ readonly 'phone'?: string;
14132
+ readonly 'email'?: string;
14133
+ readonly 'bank_account_number': string;
14134
+ readonly 'bank_routing_number'?: string;
14135
+ readonly 'bank_name'?: string;
14136
+ readonly 'bank_address'?: io.flow.common.v0.models.Address;
14137
+ }
14138
+
14139
+ interface BankAccountInfoKorV2 {
14140
+ readonly 'discriminator': 'kor_v2';
14091
14141
  readonly 'name': string;
14092
14142
  readonly 'bank_account_number': string;
14093
14143
  readonly 'bank_routing_number': string;
@@ -14102,24 +14152,26 @@ declare namespace io.flow.billing.bank.account.v0.models {
14102
14152
  }
14103
14153
 
14104
14154
  declare namespace io.flow.billing.bank.account.v0.unions {
14105
- 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);
14155
+ 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);
14106
14156
  }
14107
14157
 
14108
14158
  declare namespace io.flow.internal.v0.enums {
14109
- type AccountCurrencyFilter = 'GBP' | 'CAD' | 'USD';
14159
+ type AccountCurrencyFilter = 'GBP' | 'CAD' | 'USD' | 'KRW';
14110
14160
  type AccountPaymentHoldReason = 'fraudulent' | 'frozen' | 'invalid_bank_account';
14111
14161
  type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
14112
14162
  type AccountType = 'channel' | 'organization';
14163
+ type AdaptiveShippingOrderGuaranteeState = 'confirmed' | 'voided';
14113
14164
  type AdjustmentTransactionType = 'adjustment' | 'reversal';
14114
14165
  type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
14115
14166
  type AmruthaItemType = 'physical' | 'digital';
14116
14167
  type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
14117
14168
  type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
14118
14169
  type ApplicablePreferentialRate = 'baby' | 'children';
14170
+ type AthenaDailyopsIntentLevel = 'low_intent' | 'high_intent';
14119
14171
  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';
14120
14172
  type B2BFeeMorTaxTriggerType = 'capture' | 'order';
14121
14173
  type B2BFeeShippingTaxTriggerType = 'label' | 'trueup';
14122
- type B2BTaxLedgerDocumentType = 'b2b_invoice' | 'b2b_credit_memo';
14174
+ type B2BTaxLedgerDocumentType = 'b2b_invoice' | 'b2b_credit_memo' | 'mor_invoice' | 'mor_credit_memo' | 'label_invoice' | 'label_credit_memo';
14123
14175
  type B2BTaxRateType = 'basic' | 'preferential' | 'exempt';
14124
14176
  type BankAccountStatus = 'on_hold' | 'not_on_hold';
14125
14177
  type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
@@ -14128,7 +14180,7 @@ declare namespace io.flow.internal.v0.enums {
14128
14180
  type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_reconcile_payments_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_transactions_succeeded_then_failed_count' | 'capture_transactions_succeeded_then_failed_total' | 'capture_transactions_succeeded_then_failed_same_day_count' | 'capture_transactions_succeeded_then_failed_same_day_total' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_to_labels_ratio' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_count_with_revenue_share' | 'billable_label_transactions_count_without_revenue_share' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_reconcile_payments_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_queued_count' | 'refund_transactions_total' | 'refund_transactions_succeeded_then_failed_count' | 'refund_transactions_succeeded_then_failed_total' | 'refund_transactions_succeeded_then_failed_same_day_count' | 'refund_transactions_succeeded_then_failed_same_day_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_to_labels_ratio' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'task_snooze_count' | 'task_snooze_ending_in_48_hours_count' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days' | 'percentage_bank_account_inserts' | 'percentage_bank_account_updates' | 'percentage_bank_account_unique_updates' | 'percentage_bank_account_deletes' | 'negative_balance_number_accounts' | 'negative_balance_number_accounts_with_order_in_past_30_days' | 'negative_balance_number_accounts_without_order_in_past_30_days' | 'negative_balance_number_offboarded_accounts' | 'negative_balance_number_active_accounts_with_balance_over_1000' | 'negative_balance_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_total_offboarded_accounts' | 'negative_balance_single_account_max' | 'negative_balance_single_active_account_max' | 'negative_balance_fee_total' | 'accounts_with_payment_holds_count' | 'accounts_with_payment_holds_pending_payment_promise_count' | 'accounts_with_payment_holds_pending_payment_promise_total' | 'edited_order_tax_amount_exceeding_transaction' | 'edited_order_duty_amount_exceeding_transaction' | 'negative_balance_scheduled_count' | 'negative_balance_scheduled_total' | 'negative_balance_sent_count' | 'negative_balance_sent_total' | 'negative_balance_failed_count' | 'negative_balance_failed_total' | 'negative_debit_success_rate' | 'current_attempt_merchant_count' | 'current_attempt_amount_total' | 'current_attempt_failed_merchant_count' | 'current_attempt_failed_amount_total' | 'current_attempt_success_ratio' | 'first_attempt_merchant_count' | 'first_attempt_amount_total' | 'first_attempt_failed_merchant_count' | 'first_attempt_failed_amount_total' | 'first_attempt_success_ratio' | 'second_attempt_merchant_count' | 'second_attempt_amount_total' | 'second_attempt_failed_merchant_count' | 'second_attempt_failed_amount_total' | 'second_attempt_success_ratio' | 'third_attempt_merchant_count' | 'third_attempt_amount_total' | 'third_attempt_failed_merchant_count' | 'third_attempt_failed_amount_total' | 'third_attempt_success_ratio' | 'fourth_plus_attempt_merchant_count' | 'fourth_plus_attempt_amount_total' | 'fourth_plus_attempt_failed_merchant_count' | 'fourth_plus_attempt_failed_amount_total' | 'fourth_plus_attempt_success_ratio' | 'ge_revenue_share_standard_transactions_count' | 'ge_revenue_share_standard_transactions_total' | 'ge_revenue_share_standard_transactions_percentage' | 'ge_revenue_share_shopify_plus_transactions_count' | 'ge_revenue_share_shopify_plus_transactions_total' | 'ge_revenue_share_shopify_plus_transactions_percentage' | 'non_l4l_tax_duty_fx_transactions_count' | 'non_l4l_tax_duty_fx_transactions_total' | 'non_l4l_tax_duty_fx_transactions_percentage' | 'sp_adjustment_transactions_count' | 'sp_adjustment_transactions_total' | 'sp_billable_label_transactions_count' | 'sp_billable_label_transactions_count_for_unique_orders' | 'sp_billable_label_transactions_total' | 'capture_transactions_standard_count' | 'capture_transactions_standard_total' | 'capture_transactions_shopify_plus_count' | 'capture_transactions_shopify_plus_total' | 'sp_capture_transactions_count' | 'sp_capture_transactions_total' | 'sp_carrier_charge_transactions_count' | 'sp_carrier_charge_transactions_total' | 'sp_channel_transactions_count' | 'sp_channel_transactions_total' | 'sp_duty_transactions_count' | 'sp_duty_transactions_total' | 'sp_manual_transactions_count' | 'sp_manual_transactions_total' | 'sp_refund_transactions_count' | 'sp_refund_transactions_total' | 'sp_reversal_transactions_count' | 'sp_reversal_transactions_total' | 'sp_revenue_share_label_transactions_count' | 'sp_revenue_share_label_transactions_count_for_unique_orders' | 'sp_revenue_share_label_transactions_total' | 'sp_tax_transactions_count' | 'sp_tax_transactions_total' | 'sp_transfer_transactions_count' | 'sp_transfer_transactions_total' | 'sp_trueup_transactions_count' | 'sp_trueup_transactions_total';
14129
14181
  type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'channel_billed' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'all';
14130
14182
  type BillingTransactionStatus = 'pending_proof' | 'posted';
14131
- type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'non_l4l_tax_duty_fx' | 'tax_refund' | 'duty_refund' | 'ge_revenue_share' | 'merchant_fee' | 'merchant_payout' | 'merchant_refund' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax';
14183
+ type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'non_l4l_tax_duty_fx' | 'tax_refund' | 'duty_refund' | 'ge_revenue_share' | 'merchant_fee' | 'merchant_payout' | 'merchant_refund' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax' | 'flat_rate_label';
14132
14184
  type BojanaItemType = 'physical' | 'digital';
14133
14185
  type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
14134
14186
  type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
@@ -14143,7 +14195,7 @@ declare namespace io.flow.internal.v0.enums {
14143
14195
  type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
14144
14196
  type ChannelOrderAcceptanceFailureReasonCode = 'channel_order_mor_invalid' | 'channel_order_does_not_exist';
14145
14197
  type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
14146
- 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';
14198
+ 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';
14147
14199
  type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
14148
14200
  type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
14149
14201
  type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability' | 'all';
@@ -14200,7 +14252,7 @@ declare namespace io.flow.internal.v0.enums {
14200
14252
  type EmptyAttribute = 'irrelevant';
14201
14253
  type ErpFileType = 'vendor';
14202
14254
  type EvaluationCheckResult = 'pass' | 'fail';
14203
- type EventType = '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' | '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_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | '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' | 'gabriel_item_upserted' | 'gabriel_item_deleted' | 'chenglin_item_upserted' | 'chenglin_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';
14255
+ 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_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';
14204
14256
  type ExperienceImportType = 'experience_with_settings';
14205
14257
  type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
14206
14258
  type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
@@ -14210,6 +14262,7 @@ declare namespace io.flow.internal.v0.enums {
14210
14262
  type FeatureType = 'boolean' | 'decimal' | 'string';
14211
14263
  type FeesSource = 'settings' | 'authorization_bundle';
14212
14264
  type FileType = 'pdf';
14265
+ type FlatRateLabelTransactionType = 'adjustment' | 'reversal' | 'fee';
14213
14266
  type FraudProvider = 'flow' | 'forter' | 'paypal' | 'riskified' | 'rps' | 'other' | 'none';
14214
14267
  type FraudProviderStatus = 'active' | 'archived';
14215
14268
  type FraudReviewResponsibleParty = 'flow' | 'organization';
@@ -14230,7 +14283,6 @@ declare namespace io.flow.internal.v0.enums {
14230
14283
  type JournalOperation = 'insert' | 'update' | 'delete';
14231
14284
  type KeywordType = 'positive' | 'negative';
14232
14285
  type LabelBillingStrategy = 'quote' | 'carrier';
14233
- type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
14234
14286
  type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
14235
14287
  type LabelEventMedium = 'webhook' | 'pull' | 'post';
14236
14288
  type LabelEventSource = 'aftership' | 'carrier' | 'flow';
@@ -14243,6 +14295,8 @@ declare namespace io.flow.internal.v0.enums {
14243
14295
  type LiabilityType = 'full_value_tax' | 'low_value_goods_tax' | 'high_value_goods_tax' | 'duties';
14244
14296
  type LogisticsCapability = 'logistics_address_correction';
14245
14297
  type LogisticsPayoutResolutionMethod = 'order_combined_shipment' | 'intransit_label_event' | 'shipping_notification';
14298
+ type MaheshItemType = 'physical' | 'digital';
14299
+ type MailClass = 'standard' | 'express';
14246
14300
  type ManualReviewRuleStatus = 'active' | 'archived';
14247
14301
  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';
14248
14302
  type MerchantFeeTransactionType = 'adjustment' | 'reversal' | 'fee';
@@ -14296,6 +14350,7 @@ declare namespace io.flow.internal.v0.enums {
14296
14350
  type ProductStatus = 'active' | 'archived' | 'draft' | 'unlisted';
14297
14351
  type RateLevelKey = 'shopify_small_usa' | 'shopify_medium_usa' | 'shopify_enterprise_usa' | 'shopify_small_sdc_usa';
14298
14352
  type RateSource = 'calculated' | 'market';
14353
+ type RaveenaItemType = 'physical' | 'digital';
14299
14354
  type RedirectReason = 'three_d_secure';
14300
14355
  type RejectionReason = 'merchant_policy' | 'previous_chargebacks' | 'restricted_party_screening' | 'risky_velocity' | 'suspicious_behavior' | 'suspicious_past_activity';
14301
14356
  type ReportFileStatus = 'processing' | 'failed' | 'succeeded';
@@ -14303,7 +14358,7 @@ declare namespace io.flow.internal.v0.enums {
14303
14358
  type ReportInterval = 'hourly' | 'daily' | 'weekly' | 'monthly';
14304
14359
  type ReportPaymentType = 'credit' | 'debit';
14305
14360
  type ReportStatus = 'created' | 'completed' | 'completed_no_records' | 'failed';
14306
- 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';
14361
+ 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';
14307
14362
  type ReportingFulfillmentIsVirtual = 'all' | 'mixed' | 'none';
14308
14363
  type ReportingScheme = 'immediate_reporting_to_tax_authority' | 'periodic_reporting_to_tax_authority' | 'paid_at_border' | 'paid_on_delivery';
14309
14364
  type ResponsibleParty = 'flow' | 'organization';
@@ -14353,8 +14408,7 @@ declare namespace io.flow.internal.v0.enums {
14353
14408
  type SubscriptionFrequency = 'yearly' | 'monthly';
14354
14409
  type SuggestionAction = 'accept' | 'validate' | 'review';
14355
14410
  type TariffEligibilityType = 'rex';
14356
- type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'rate_levels' | 'center_defaults' | 'item_dimensions';
14357
- type TaxAndDutyInclusivitySetting = 'duty_exclusive_tax_exclusive' | 'duty_inclusive_tax_exclusive' | 'duty_exclusive_tax_inclusive' | 'duty_inclusive_tax_inclusive';
14411
+ type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'rate_levels' | 'center_defaults' | 'item_dimensions' | 'center';
14358
14412
  type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
14359
14413
  type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
14360
14414
  type TaxTransactionType = 'adjustment' | 'reversal' | 'tax' | 'refund';
@@ -14630,6 +14684,57 @@ declare namespace io.flow.internal.v0.models {
14630
14684
  readonly 'quantity': number;
14631
14685
  }
14632
14686
 
14687
+ interface AdaptiveShippingOrderGuarantee {
14688
+ readonly 'id': string;
14689
+ readonly 'organization_id': string;
14690
+ readonly 'order_number': string;
14691
+ readonly 'guarantee_state': io.flow.internal.v0.enums.AdaptiveShippingOrderGuaranteeState;
14692
+ readonly 'label_id'?: string;
14693
+ readonly 'notification_id'?: string;
14694
+ }
14695
+
14696
+ interface AdaptiveShippingOrderGuaranteeDeleted {
14697
+ readonly 'discriminator': 'adaptive_shipping_order_guarantee_deleted';
14698
+ readonly 'event_id': string;
14699
+ readonly 'timestamp': string;
14700
+ readonly 'organization': string;
14701
+ readonly 'id': string;
14702
+ }
14703
+
14704
+ interface AdaptiveShippingOrderGuaranteeUpserted {
14705
+ readonly 'discriminator': 'adaptive_shipping_order_guarantee_upserted';
14706
+ readonly 'event_id': string;
14707
+ readonly 'timestamp': string;
14708
+ readonly 'organization': string;
14709
+ readonly 'adaptive_shipping_order_guarantee': io.flow.internal.v0.models.AdaptiveShippingOrderGuarantee;
14710
+ }
14711
+
14712
+ interface AdaptiveShippingRate {
14713
+ readonly 'id': string;
14714
+ readonly 'organization_id': string;
14715
+ readonly 'destination_country': string;
14716
+ readonly 'coefficient': number;
14717
+ readonly 'flat_rates': io.flow.internal.v0.models.FlatRate[];
14718
+ readonly 'effective_at': string;
14719
+ readonly 'effective_until'?: string;
14720
+ }
14721
+
14722
+ interface AdaptiveShippingRateDeleted {
14723
+ readonly 'discriminator': 'adaptive_shipping_rate_deleted';
14724
+ readonly 'event_id': string;
14725
+ readonly 'timestamp': string;
14726
+ readonly 'organization': string;
14727
+ readonly 'id': string;
14728
+ }
14729
+
14730
+ interface AdaptiveShippingRateUpserted {
14731
+ readonly 'discriminator': 'adaptive_shipping_rate_upserted';
14732
+ readonly 'event_id': string;
14733
+ readonly 'timestamp': string;
14734
+ readonly 'organization': string;
14735
+ readonly 'adaptive_shipping_rate': io.flow.internal.v0.models.AdaptiveShippingRate;
14736
+ }
14737
+
14633
14738
  interface AdditionalImportTax {
14634
14739
  readonly 'name'?: string;
14635
14740
  readonly 'additional_import_tax_value'?: io.flow.common.v0.models.Money;
@@ -15072,11 +15177,6 @@ declare namespace io.flow.internal.v0.models {
15072
15177
  readonly 'export_id': string;
15073
15178
  }
15074
15179
 
15075
- interface AllOrganizationsMembership {
15076
- readonly 'user_id': string;
15077
- readonly 'role': io.flow.common.v0.enums.Role;
15078
- }
15079
-
15080
15180
  interface AllocationItemReference {
15081
15181
  readonly 'number': string;
15082
15182
  }
@@ -15257,6 +15357,54 @@ declare namespace io.flow.internal.v0.models {
15257
15357
  readonly 'document_number'?: string;
15258
15358
  }
15259
15359
 
15360
+ interface B2BTaxTransaction {
15361
+ readonly 'id': string;
15362
+ readonly 'organization_id': string;
15363
+ readonly 'order_number': string;
15364
+ readonly 'transaction_source_id': string;
15365
+ readonly 'transaction_type': io.flow.internal.v0.enums.B2BTaxLedgerDocumentType;
15366
+ readonly 'transaction_date': string;
15367
+ readonly 'currency': string;
15368
+ readonly 'buyer': io.flow.common.v0.models.MerchantOfRecordEntity;
15369
+ readonly 'seller': io.flow.common.v0.models.MerchantOfRecordEntity;
15370
+ readonly 'taxable_items': io.flow.internal.v0.models.B2BTransactionTaxableItem[];
15371
+ readonly 'taxable_amount_total': io.flow.common.v0.models.Money;
15372
+ readonly 'tax_total': io.flow.common.v0.models.Money;
15373
+ readonly 'total': io.flow.common.v0.models.Money;
15374
+ readonly 'document_number'?: string;
15375
+ }
15376
+
15377
+ interface B2BTaxTransactionDeleted {
15378
+ readonly 'discriminator': 'b2b_tax_transaction_deleted';
15379
+ readonly 'event_id': string;
15380
+ readonly 'timestamp': string;
15381
+ readonly 'organization': string;
15382
+ readonly 'id': string;
15383
+ }
15384
+
15385
+ interface B2BTaxTransactionUpserted {
15386
+ readonly 'discriminator': 'b2b_tax_transaction_upserted';
15387
+ readonly 'event_id': string;
15388
+ readonly 'timestamp': string;
15389
+ readonly 'organization': string;
15390
+ readonly 'b2b_tax_transaction': io.flow.internal.v0.models.B2BTaxTransaction;
15391
+ }
15392
+
15393
+ interface B2BTransactionTaxLine {
15394
+ readonly 'tax_type': io.flow.consumer.invoice.v0.enums.TaxType;
15395
+ readonly 'tax_rate': number;
15396
+ readonly 'tax_amount': io.flow.common.v0.models.Money;
15397
+ readonly 'tax_rate_type': io.flow.internal.v0.enums.B2BTaxRateType;
15398
+ }
15399
+
15400
+ interface B2BTransactionTaxableItem {
15401
+ readonly 'line_item_reference': string;
15402
+ readonly 'label': string;
15403
+ readonly 'taxable_amount': io.flow.common.v0.models.Money;
15404
+ readonly 'total': io.flow.common.v0.models.Money;
15405
+ readonly 'taxes': io.flow.internal.v0.models.B2BTransactionTaxLine[];
15406
+ }
15407
+
15260
15408
  interface BankAccount {
15261
15409
  readonly 'status': io.flow.internal.v0.enums.BankAccountStatus;
15262
15410
  readonly 'hold_created_at'?: string;
@@ -15568,6 +15716,7 @@ declare namespace io.flow.internal.v0.models {
15568
15716
  readonly 'merchant_fee': io.flow.common.v0.models.Price;
15569
15717
  readonly 'b2b_fee_mor_tax': io.flow.common.v0.models.Price;
15570
15718
  readonly 'b2b_fee_shipping_tax': io.flow.common.v0.models.Price;
15719
+ readonly 'flat_rate_label': io.flow.common.v0.models.Price;
15571
15720
  }
15572
15721
 
15573
15722
  interface BillingStatementUpserted {
@@ -15643,6 +15792,13 @@ declare namespace io.flow.internal.v0.models {
15643
15792
  readonly 'added_on': string;
15644
15793
  }
15645
15794
 
15795
+ interface BojanaItemDeleted {
15796
+ readonly 'discriminator': 'bojana_item_deleted';
15797
+ readonly 'event_id': string;
15798
+ readonly 'timestamp': string;
15799
+ readonly 'id': string;
15800
+ }
15801
+
15646
15802
  interface BojanaItemForm {
15647
15803
  readonly 'number': string;
15648
15804
  readonly 'amount': io.flow.common.v0.models.Price;
@@ -15651,6 +15807,13 @@ declare namespace io.flow.internal.v0.models {
15651
15807
  readonly 'added_on': string;
15652
15808
  }
15653
15809
 
15810
+ interface BojanaItemUpserted {
15811
+ readonly 'discriminator': 'bojana_item_upserted';
15812
+ readonly 'event_id': string;
15813
+ readonly 'timestamp': string;
15814
+ readonly 'item': io.flow.internal.v0.models.BojanaItem;
15815
+ }
15816
+
15654
15817
  interface BooleanFeatureDefaultValue {
15655
15818
  readonly 'discriminator': 'boolean';
15656
15819
  readonly 'value': boolean;
@@ -15722,6 +15885,8 @@ declare namespace io.flow.internal.v0.models {
15722
15885
  readonly 'sales_tax_rate': number;
15723
15886
  readonly 'additional_tax'?: io.flow.common.v0.models.Money;
15724
15887
  readonly 'additional_tax_rate'?: number;
15888
+ readonly 'fixed_fee'?: io.flow.common.v0.models.Money;
15889
+ readonly 'fixed_fee_tax'?: io.flow.common.v0.models.Money;
15725
15890
  readonly 'total': io.flow.common.v0.models.Money;
15726
15891
  }
15727
15892
 
@@ -15756,6 +15921,8 @@ declare namespace io.flow.internal.v0.models {
15756
15921
  readonly 'additional_tax_import_included': boolean;
15757
15922
  readonly 'additional_tax'?: io.flow.common.v0.models.Money;
15758
15923
  readonly 'additional_import_tax'?: io.flow.internal.v0.models.AdditionalImportTax[];
15924
+ readonly 'fixed_fee'?: io.flow.common.v0.models.Money;
15925
+ readonly 'fixed_fee_tax'?: io.flow.common.v0.models.Money;
15759
15926
  }
15760
15927
 
15761
15928
  interface CalculatorDtcePostBody {
@@ -16505,6 +16672,30 @@ declare namespace io.flow.internal.v0.models {
16505
16672
  readonly 'tokens': io.flow.internal.v0.models.Tokens;
16506
16673
  }
16507
16674
 
16675
+ interface ChannelShopStatistics {
16676
+ readonly 'id': string;
16677
+ readonly 'channel': io.flow.common.v0.models.ChannelReference;
16678
+ readonly 'initial_catalog_synced_at'?: string;
16679
+ readonly 'catalog_sync_duration'?: number;
16680
+ readonly 'catalog_products_count'?: number;
16681
+ }
16682
+
16683
+ interface ChannelShopStatisticsDeleted {
16684
+ readonly 'discriminator': 'channel_shop_statistics_deleted';
16685
+ readonly 'event_id': string;
16686
+ readonly 'timestamp': string;
16687
+ readonly 'organization': string;
16688
+ readonly 'id': string;
16689
+ }
16690
+
16691
+ interface ChannelShopStatisticsUpserted {
16692
+ readonly 'discriminator': 'channel_shop_statistics_upserted';
16693
+ readonly 'event_id': string;
16694
+ readonly 'timestamp': string;
16695
+ readonly 'organization': string;
16696
+ readonly 'channel_shop_statistics': io.flow.internal.v0.models.ChannelShopStatistics;
16697
+ }
16698
+
16508
16699
  interface ChannelTransaction {
16509
16700
  readonly 'discriminator': 'channel_transaction';
16510
16701
  readonly 'transaction': io.flow.internal.v0.models.TransactionReference;
@@ -18428,6 +18619,53 @@ declare namespace io.flow.internal.v0.models {
18428
18619
  readonly 'organization_capability'?: io.flow.internal.v0.enums.OrganizationCapability;
18429
18620
  }
18430
18621
 
18622
+ interface FlatRate {
18623
+ readonly 'mail_class': io.flow.internal.v0.enums.MailClass;
18624
+ readonly 'carrier_id': string;
18625
+ readonly 'service_id': string;
18626
+ readonly 'price': io.flow.common.v0.models.Money;
18627
+ readonly 'free_shipping_threshold'?: io.flow.common.v0.models.Money;
18628
+ readonly 'min_delivery_days'?: number;
18629
+ readonly 'max_delivery_days'?: number;
18630
+ }
18631
+
18632
+ interface FlatRateLabelReversal {
18633
+ readonly 'id': string;
18634
+ readonly 'organization_id': string;
18635
+ readonly 'order_number': string;
18636
+ readonly 'amount': io.flow.common.v0.models.Money;
18637
+ readonly 'tax': io.flow.common.v0.models.Money;
18638
+ }
18639
+
18640
+ interface FlatRateLabelReversalDeleted {
18641
+ readonly 'discriminator': 'flat_rate_label_reversal_deleted';
18642
+ readonly 'event_id': string;
18643
+ readonly 'timestamp': string;
18644
+ readonly 'organization': string;
18645
+ readonly 'id': string;
18646
+ }
18647
+
18648
+ interface FlatRateLabelReversalUpserted {
18649
+ readonly 'discriminator': 'flat_rate_label_reversal_upserted';
18650
+ readonly 'event_id': string;
18651
+ readonly 'timestamp': string;
18652
+ readonly 'organization': string;
18653
+ readonly 'flat_rate_label_reversal': io.flow.internal.v0.models.FlatRateLabelReversal;
18654
+ }
18655
+
18656
+ interface FlatRateLabelTransaction {
18657
+ readonly 'discriminator': 'flat_rate_label_transaction';
18658
+ readonly 'order'?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
18659
+ readonly 'id': string;
18660
+ readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
18661
+ readonly 'status': io.flow.internal.v0.enums.BillingTransactionStatus;
18662
+ readonly 'posted_at'?: string;
18663
+ readonly 'value': io.flow.common.v0.models.Price;
18664
+ readonly 'description': string;
18665
+ readonly 'statement'?: io.flow.internal.v0.models.BillingStatementReference;
18666
+ readonly 'created_at': string;
18667
+ }
18668
+
18431
18669
  interface FlexeWebhook {
18432
18670
  readonly 'placeholder'?: boolean;
18433
18671
  }
@@ -18764,17 +19002,6 @@ declare namespace io.flow.internal.v0.models {
18764
19002
  readonly 'ftp_file': io.flow.ftp.v0.models.FtpFile;
18765
19003
  }
18766
19004
 
18767
- interface FuelSurchargeServiceFeeAmountByWeightPutForm {
18768
- readonly 'discriminator': 'fuel_surcharge_service_fee_amount_by_weight_put_form';
18769
- readonly 'amount': io.flow.common.v0.models.Money;
18770
- readonly 'weight': io.flow.ratecard.v0.models.FeeWeight;
18771
- }
18772
-
18773
- interface FuelSurchargeServiceFeePercentPutForm {
18774
- readonly 'discriminator': 'fuel_surcharge_service_fee_percent_put_form';
18775
- readonly 'percent': number;
18776
- }
18777
-
18778
19005
  interface Fulfillment {
18779
19006
  readonly 'id': string;
18780
19007
  readonly 'order': io.flow.internal.v0.models.OrderSummary;
@@ -19820,11 +20047,6 @@ declare namespace io.flow.internal.v0.models {
19820
20047
  readonly 'constructions': Record<string, string[]>;
19821
20048
  }
19822
20049
 
19823
- interface LabelCancellationError {
19824
- readonly 'code': io.flow.internal.v0.enums.LabelCancellationErrorCode;
19825
- readonly 'messages': string[];
19826
- }
19827
-
19828
20050
  interface LabelCreationJob {
19829
20051
  readonly 'id': string;
19830
20052
  readonly 'reference_id': string;
@@ -20297,6 +20519,23 @@ declare namespace io.flow.internal.v0.models {
20297
20519
  readonly 'applied': io.flow.internal.v0.models.LoyaltyProgramReward[];
20298
20520
  }
20299
20521
 
20522
+ interface MaheshItem {
20523
+ readonly 'id': string;
20524
+ readonly 'number': string;
20525
+ readonly 'amount': io.flow.common.v0.models.Price;
20526
+ readonly 'description'?: string;
20527
+ readonly 'type': io.flow.internal.v0.enums.MaheshItemType;
20528
+ readonly 'added_on': string;
20529
+ }
20530
+
20531
+ interface MaheshItemForm {
20532
+ readonly 'number': string;
20533
+ readonly 'amount': io.flow.common.v0.models.Price;
20534
+ readonly 'description'?: string;
20535
+ readonly 'type': io.flow.internal.v0.enums.MaheshItemType;
20536
+ readonly 'added_on': string;
20537
+ }
20538
+
20300
20539
  interface MainTransaction {
20301
20540
  readonly 'id': string;
20302
20541
  readonly 'account': io.flow.billing.v0.models.AccountReference;
@@ -20589,12 +20828,21 @@ declare namespace io.flow.internal.v0.models {
20589
20828
  readonly 'total': number;
20590
20829
  }
20591
20830
 
20831
+ interface MerchantSurcharge {
20832
+ readonly 'type': io.flow.trueup.v0.enums.TrueupSurchargeType;
20833
+ readonly 'amount': number;
20834
+ }
20835
+
20592
20836
  interface MerchantTransactions {
20593
20837
  readonly 'adjustment': number;
20594
20838
  readonly 'reversal': number;
20595
20839
  readonly 'tax': number;
20596
20840
  readonly 'duty': number;
20597
20841
  readonly 'freight': number;
20842
+ readonly 'base_amount'?: number;
20843
+ readonly 'surcharges'?: io.flow.internal.v0.models.MerchantSurcharge[];
20844
+ readonly 'freight_guaranteed'?: number;
20845
+ readonly 'freight_non_guaranteed'?: number;
20598
20846
  readonly 'total': number;
20599
20847
  readonly 'tax_refund'?: number;
20600
20848
  readonly 'tax_reversal'?: number;
@@ -20625,6 +20873,30 @@ declare namespace io.flow.internal.v0.models {
20625
20873
  readonly 'proposition': io.flow.internal.v0.models.MetadataProposition;
20626
20874
  }
20627
20875
 
20876
+ interface MorCostDeleted {
20877
+ readonly 'discriminator': 'mor_cost_deleted';
20878
+ readonly 'event_id': string;
20879
+ readonly 'timestamp': string;
20880
+ readonly 'organization': string;
20881
+ readonly 'id': string;
20882
+ }
20883
+
20884
+ interface MorCostSummary {
20885
+ readonly 'id': string;
20886
+ readonly 'organization_id': string;
20887
+ readonly 'order_number': string;
20888
+ readonly 'amount': io.flow.common.v0.models.Money;
20889
+ readonly 'tax': io.flow.common.v0.models.Money;
20890
+ }
20891
+
20892
+ interface MorCostUpserted {
20893
+ readonly 'discriminator': 'mor_cost_upserted';
20894
+ readonly 'event_id': string;
20895
+ readonly 'timestamp': string;
20896
+ readonly 'organization': string;
20897
+ readonly 'mor_cost': io.flow.internal.v0.models.MorCostSummary;
20898
+ }
20899
+
20628
20900
  interface NegativeDebitMetrics {
20629
20901
  readonly 'current_attempt': io.flow.internal.v0.models.AttemptStatistics;
20630
20902
  readonly 'first_attempt': io.flow.internal.v0.models.AttemptStatistics;
@@ -20984,7 +21256,7 @@ declare namespace io.flow.internal.v0.models {
20984
21256
  readonly 'organization_id': string;
20985
21257
  readonly 'shopify_order_id': string;
20986
21258
  readonly 'order_number': string;
20987
- readonly 'tax_and_duty_inclusivity_setting': io.flow.internal.v0.enums.TaxAndDutyInclusivitySetting;
21259
+ readonly 'tax_and_duty_inclusivity_setting': io.flow.experience.v0.enums.TaxAndDutyInclusivitySetting;
20988
21260
  }
20989
21261
 
20990
21262
  interface OrderTaxAndDutyInclusivitySettingDeleted {
@@ -22252,6 +22524,7 @@ declare namespace io.flow.internal.v0.models {
22252
22524
  readonly 'relative_ranking': number;
22253
22525
  readonly 'taxonomy_category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
22254
22526
  readonly 'fingerprint': string;
22527
+ readonly 'screening_mode'?: io.flow.sellability.v0.enums.SellabilityScreeningMode;
22255
22528
  }
22256
22529
 
22257
22530
  interface PreonboardingClassificationResult {
@@ -22263,14 +22536,31 @@ declare namespace io.flow.internal.v0.models {
22263
22536
  readonly 'probability'?: number;
22264
22537
  readonly 'classification_decision': io.flow.internal.v0.enums.PreonboardingClassificationDecision;
22265
22538
  readonly 'classification_type': io.flow.internal.v0.enums.PreonboardingClassificationType;
22539
+ readonly 'model_id'?: string;
22266
22540
  }
22267
22541
 
22268
22542
  interface PreonboardingMerchant {
22543
+ readonly 'id': string;
22269
22544
  readonly 'merchant_id': string;
22270
22545
  readonly 'channel': string;
22271
22546
  readonly 'catalog_size': number;
22272
22547
  readonly 'processed_product_count': number;
22273
22548
  readonly 'last_request': string;
22549
+ readonly 'updated_by_user_id': string;
22550
+ }
22551
+
22552
+ interface PreonboardingMerchantDeleted {
22553
+ readonly 'discriminator': 'preonboarding_merchant_deleted';
22554
+ readonly 'event_id': string;
22555
+ readonly 'timestamp': string;
22556
+ readonly 'id': string;
22557
+ }
22558
+
22559
+ interface PreonboardingMerchantUpserted {
22560
+ readonly 'discriminator': 'preonboarding_merchant_upserted';
22561
+ readonly 'event_id': string;
22562
+ readonly 'timestamp': string;
22563
+ readonly 'preonboarding_merchant': io.flow.internal.v0.models.PreonboardingMerchant;
22274
22564
  }
22275
22565
 
22276
22566
  interface PreonboardingSellabilityResult {
@@ -22286,9 +22576,11 @@ declare namespace io.flow.internal.v0.models {
22286
22576
  readonly 'restricted_regions_by_type'?: io.flow.sellability.v0.models.SellabilityRestrictedRegion[];
22287
22577
  readonly 'rule_ids'?: string[];
22288
22578
  readonly 'matching_positive_keywords'?: string[];
22579
+ readonly 'matching_sellability_positive_keywords'?: string[];
22289
22580
  readonly 'classification_failure_reason'?: io.flow.internal.v0.enums.ClassificationFailureReason;
22290
22581
  readonly 'taxonomy_category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
22291
22582
  readonly 'fingerprint': string;
22583
+ readonly 'screening_mode'?: io.flow.sellability.v0.enums.SellabilityScreeningMode;
22292
22584
  }
22293
22585
 
22294
22586
  interface PreonboardingSellabilityResultDeleted {
@@ -22581,6 +22873,7 @@ declare namespace io.flow.internal.v0.models {
22581
22873
  readonly 'restricted_regions': io.flow.sellability.v0.models.SellabilityRegionResult[];
22582
22874
  readonly 'rule_matches': io.flow.internal.v0.models.ProductSellabilityInternalRuleMatch[];
22583
22875
  readonly 'matching_positive_keywords'?: string[];
22876
+ readonly 'matching_sellability_positive_keywords'?: string[];
22584
22877
  }
22585
22878
 
22586
22879
  interface ProductSellabilityInternalRuleMatch {
@@ -23041,51 +23334,49 @@ declare namespace io.flow.internal.v0.models {
23041
23334
  readonly 'service_fees': io.flow.ratecard.v0.unions.ServiceFee[];
23042
23335
  }
23043
23336
 
23044
- interface RatecardStandardConfiguration {
23045
- readonly 'id': string;
23046
- readonly 'key': string;
23047
- readonly 'source_ratecard': io.flow.internal.v0.models.RatecardInternalSummary;
23048
- readonly 'settings': io.flow.internal.v0.models.RatecardStandardSettings;
23049
- }
23050
-
23051
- interface RatecardStandardConfigurationDeleted {
23052
- readonly 'discriminator': 'ratecard_standard_configuration_deleted';
23337
+ interface RatesChanged {
23053
23338
  readonly 'event_id': string;
23054
23339
  readonly 'timestamp': string;
23055
- readonly 'organization': string;
23056
- readonly 'id': string;
23340
+ readonly 'hs6': string;
23341
+ readonly 'origin': io.flow.reference.v0.models.Country;
23342
+ readonly 'destination': io.flow.reference.v0.models.Country;
23057
23343
  }
23058
23344
 
23059
- interface RatecardStandardConfigurationForm {
23060
- readonly 'source_ratecard_organization': string;
23061
- readonly 'source_ratecard_number': string;
23062
- readonly 'margin': number;
23345
+ interface RatesNamesSummary {
23346
+ readonly 'origin': io.flow.reference.v0.models.Country;
23347
+ readonly 'destination': io.flow.reference.v0.models.Country;
23348
+ readonly 'summaries': io.flow.internal.v0.models.RateNameSummary[];
23349
+ }
23350
+
23351
+ interface RaveenaItem {
23352
+ readonly 'id': string;
23353
+ readonly 'number': string;
23354
+ readonly 'amount': io.flow.common.v0.models.Price;
23355
+ readonly 'description'?: string;
23356
+ readonly 'type': io.flow.internal.v0.enums.RaveenaItemType;
23357
+ readonly 'added_on': string;
23063
23358
  }
23064
23359
 
23065
- interface RatecardStandardConfigurationUpserted {
23066
- readonly 'discriminator': 'ratecard_standard_configuration_upserted';
23360
+ interface RaveenaItemDeleted {
23361
+ readonly 'discriminator': 'raveena_item_deleted';
23067
23362
  readonly 'event_id': string;
23068
23363
  readonly 'timestamp': string;
23069
- readonly 'organization': string;
23070
- readonly 'configuration': io.flow.internal.v0.models.RatecardStandardConfiguration;
23364
+ readonly 'id': string;
23071
23365
  }
23072
23366
 
23073
- interface RatecardStandardSettings {
23074
- readonly 'margin': number;
23367
+ interface RaveenaItemForm {
23368
+ readonly 'number': string;
23369
+ readonly 'amount': io.flow.common.v0.models.Price;
23370
+ readonly 'description'?: string;
23371
+ readonly 'type': io.flow.internal.v0.enums.RaveenaItemType;
23372
+ readonly 'added_on': string;
23075
23373
  }
23076
23374
 
23077
- interface RatesChanged {
23375
+ interface RaveenaItemUpserted {
23376
+ readonly 'discriminator': 'raveena_item_upserted';
23078
23377
  readonly 'event_id': string;
23079
23378
  readonly 'timestamp': string;
23080
- readonly 'hs6': string;
23081
- readonly 'origin': io.flow.reference.v0.models.Country;
23082
- readonly 'destination': io.flow.reference.v0.models.Country;
23083
- }
23084
-
23085
- interface RatesNamesSummary {
23086
- readonly 'origin': io.flow.reference.v0.models.Country;
23087
- readonly 'destination': io.flow.reference.v0.models.Country;
23088
- readonly 'summaries': io.flow.internal.v0.models.RateNameSummary[];
23379
+ readonly 'item': io.flow.internal.v0.models.RaveenaItem;
23089
23380
  }
23090
23381
 
23091
23382
  interface RecordReference {
@@ -23154,6 +23445,7 @@ declare namespace io.flow.internal.v0.models {
23154
23445
  readonly 'type': string;
23155
23446
  readonly 'routing_number': string;
23156
23447
  readonly 'account_number': string;
23448
+ readonly 'bank_name'?: string;
23157
23449
  }
23158
23450
 
23159
23451
  interface ReportFile {
@@ -23171,6 +23463,7 @@ declare namespace io.flow.internal.v0.models {
23171
23463
  readonly 'order_payment_source'?: io.flow.experience.v0.enums.OrderPaymentSourceType;
23172
23464
  readonly 'amount_range'?: io.flow.internal.v0.models.ReportAmountRange;
23173
23465
  readonly 'account_currency'?: io.flow.internal.v0.enums.AccountCurrencyFilter;
23466
+ readonly 'channel_id'?: string;
23174
23467
  }
23175
23468
 
23176
23469
  interface ReportForm {
@@ -23373,6 +23666,17 @@ declare namespace io.flow.internal.v0.models {
23373
23666
  readonly 'total'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23374
23667
  }
23375
23668
 
23669
+ interface ReportingMerchantFreight {
23670
+ readonly 'base_amount'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23671
+ readonly 'surcharges'?: io.flow.internal.v0.models.ReportingMerchantFreightSurcharges;
23672
+ }
23673
+
23674
+ interface ReportingMerchantFreightSurcharges {
23675
+ readonly 'duties_paid'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23676
+ readonly 'fixed_ddp'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23677
+ readonly 'fixed_currency_conversion'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23678
+ }
23679
+
23376
23680
  interface ReportingMerchantSubsidies {
23377
23681
  readonly 'shipping': io.flow.internal.v0.models.ReportingMonetaryValue;
23378
23682
  readonly 'tax': io.flow.internal.v0.models.ReportingMonetaryValue;
@@ -23387,6 +23691,9 @@ declare namespace io.flow.internal.v0.models {
23387
23691
  readonly 'tax': io.flow.internal.v0.models.ReportingMonetaryValue;
23388
23692
  readonly 'duty': io.flow.internal.v0.models.ReportingMonetaryValue;
23389
23693
  readonly 'freight': io.flow.internal.v0.models.ReportingMonetaryValue;
23694
+ readonly 'freight_breakdown'?: io.flow.internal.v0.models.ReportingMerchantFreight;
23695
+ readonly 'freight_guaranteed'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23696
+ readonly 'freight_non_guaranteed'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23390
23697
  readonly 'discount'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23391
23698
  readonly 'total'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23392
23699
  readonly 'tax_refund'?: io.flow.internal.v0.models.ReportingMonetaryValue;
@@ -23517,6 +23824,14 @@ declare namespace io.flow.internal.v0.models {
23517
23824
  readonly 'excluded_rules'?: string[];
23518
23825
  }
23519
23826
 
23827
+ interface RestrictionBlanketOrganizationExemptionForm {
23828
+ readonly 'organization_id': string;
23829
+ readonly 'description': string;
23830
+ readonly 'is_all_rules_exempt': boolean;
23831
+ readonly 'exempt_regions'?: string[];
23832
+ readonly 'excluded_rules'?: string[];
23833
+ }
23834
+
23520
23835
  interface RestrictionCategory {
23521
23836
  readonly 'category': string;
23522
23837
  }
@@ -23796,8 +24111,15 @@ declare namespace io.flow.internal.v0.models {
23796
24111
  readonly 'id': string;
23797
24112
  readonly 'rule_id': string;
23798
24113
  readonly 'description': string;
23799
- readonly 'origin_countries': string[];
23800
- readonly 'destination_countries': string[];
24114
+ readonly 'origin_regions': string[];
24115
+ readonly 'destination_regions': string[];
24116
+ }
24117
+
24118
+ interface RestrictionRuleLaneExemptionForm {
24119
+ readonly 'rule_id': string;
24120
+ readonly 'description': string;
24121
+ readonly 'origin_regions': string[];
24122
+ readonly 'destination_regions': string[];
23801
24123
  }
23802
24124
 
23803
24125
  interface RestrictionRuleOrganizationExemption {
@@ -23812,6 +24134,17 @@ declare namespace io.flow.internal.v0.models {
23812
24134
  readonly 'is_rule_active'?: boolean;
23813
24135
  }
23814
24136
 
24137
+ interface RestrictionRuleOrganizationExemptionForm {
24138
+ readonly 'organization_id': string;
24139
+ readonly 'rule_id': string;
24140
+ readonly 'description': string;
24141
+ readonly 'exempt_regions'?: string[];
24142
+ readonly 'ignored_keywords'?: string[];
24143
+ readonly 'additional_keywords'?: string[];
24144
+ readonly 'community_exemption_override'?: io.flow.internal.v0.enums.RestrictionRuleCommunityExemption[];
24145
+ readonly 'is_rule_active'?: boolean;
24146
+ }
24147
+
23815
24148
  interface RestrictionRuleOverride {
23816
24149
  readonly 'id': string;
23817
24150
  readonly 'organization_id': string;
@@ -23838,6 +24171,75 @@ declare namespace io.flow.internal.v0.models {
23838
24171
  readonly 'pending_classification_count': number;
23839
24172
  }
23840
24173
 
24174
+ interface RestrictionsAthenaDailyopsFs {
24175
+ readonly 'id': string;
24176
+ readonly 'report_date': string;
24177
+ readonly 'num_products_with_fs_result'?: number;
24178
+ readonly 'num_products_sellable_somewhere_by_fs'?: number;
24179
+ readonly 'num_products_restricted_somewhere_by_fs'?: number;
24180
+ readonly 'num_products_with_false_allows_by_fs'?: number;
24181
+ readonly 'num_products_with_false_restricts_by_fs'?: number;
24182
+ readonly 'daily_num_products_with_fs_result'?: number;
24183
+ readonly 'daily_num_products_sellable_somewhere_by_fs'?: number;
24184
+ readonly 'daily_num_products_restricted_somewhere_by_fs'?: number;
24185
+ readonly 'daily_num_products_with_false_allows_by_fs'?: number;
24186
+ readonly 'daily_num_products_with_false_restricts_by_fs'?: number;
24187
+ }
24188
+
24189
+ interface RestrictionsAthenaDailyopsFsDeleted {
24190
+ readonly 'discriminator': 'restrictions_athena_dailyops_fs_deleted';
24191
+ readonly 'event_id': string;
24192
+ readonly 'timestamp': string;
24193
+ readonly 'id': string;
24194
+ }
24195
+
24196
+ interface RestrictionsAthenaDailyopsFsUpserted {
24197
+ readonly 'discriminator': 'restrictions_athena_dailyops_fs_upserted';
24198
+ readonly 'event_id': string;
24199
+ readonly 'timestamp': string;
24200
+ readonly 'restrictions_athena_dailyops_fs': io.flow.internal.v0.models.RestrictionsAthenaDailyopsFs;
24201
+ }
24202
+
24203
+ interface RestrictionsAthenaDailyopsPcPv {
24204
+ readonly 'id': string;
24205
+ readonly 'report_date': string;
24206
+ readonly 'intent_level': io.flow.internal.v0.enums.AthenaDailyopsIntentLevel;
24207
+ readonly 'num_orgs_setup_complete_with_pvs': number;
24208
+ readonly 'num_products_setup_complete_with_pvs': number;
24209
+ readonly 'num_orgs_transacting_with_pvs': number;
24210
+ readonly 'num_products_transacting_with_pvs': number;
24211
+ readonly 'num_orgs_setup_complete_with_pcs': number;
24212
+ readonly 'num_products_setup_complete_with_pcs': number;
24213
+ readonly 'num_orgs_transacting_with_pcs': number;
24214
+ readonly 'num_products_transacting_with_pcs': number;
24215
+ readonly 'oldest_pv_product_date_setup_complete'?: string;
24216
+ readonly 'oldest_pv_product_date_transacting'?: string;
24217
+ readonly 'oldest_pc_product_date_setup_complete'?: string;
24218
+ readonly 'oldest_pc_product_date_transacting'?: string;
24219
+ readonly 'oldest_insufficient_details_pv_active'?: string;
24220
+ readonly 'oldest_insufficient_details_pv_transacting'?: string;
24221
+ readonly 'num_pv_inflow_net_new': number;
24222
+ readonly 'num_pv_outflow_human_decisions': number;
24223
+ readonly 'num_pv_outflow_auto_review_decisions': number;
24224
+ readonly 'num_pv_outflow_side_effect_decisions': number;
24225
+ readonly 'num_pending_decisions_transacting': number;
24226
+ readonly 'pv_decisions_setup_complete': number;
24227
+ }
24228
+
24229
+ interface RestrictionsAthenaDailyopsPcPvDeleted {
24230
+ readonly 'discriminator': 'restrictions_athena_dailyops_pc_pv_deleted';
24231
+ readonly 'event_id': string;
24232
+ readonly 'timestamp': string;
24233
+ readonly 'id': string;
24234
+ }
24235
+
24236
+ interface RestrictionsAthenaDailyopsPcPvUpserted {
24237
+ readonly 'discriminator': 'restrictions_athena_dailyops_pc_pv_upserted';
24238
+ readonly 'event_id': string;
24239
+ readonly 'timestamp': string;
24240
+ readonly 'restrictions_athena_dailyops_pc_pv': io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPv;
24241
+ }
24242
+
23841
24243
  interface RestrictionsDailyops {
23842
24244
  readonly 'id': string;
23843
24245
  readonly 'report_date': string;
@@ -24584,6 +24986,7 @@ declare namespace io.flow.internal.v0.models {
24584
24986
  readonly 'access_token_masked'?: string;
24585
24987
  readonly 'shopify_plan_name'?: io.flow.shopify.external.v0.enums.ShopifyPlanName;
24586
24988
  readonly 'catalog_publication_owner'?: io.flow.internal.v0.enums.CatalogPublicationOwner;
24989
+ readonly 'fast_sellability_completed_at'?: string;
24587
24990
  }
24588
24991
 
24589
24992
  interface ShopifyMarketsShopDeleted {
@@ -26638,7 +27041,7 @@ declare namespace io.flow.internal.v0.unions {
26638
27041
  type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
26639
27042
  type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe);
26640
27043
  type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
26641
- type Event = (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.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.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | 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.GabrielItemUpserted | io.flow.internal.v0.models.GabrielItemDeleted | io.flow.internal.v0.models.ChenglinItemUpserted | io.flow.internal.v0.models.ChenglinItemDeleted | 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);
27044
+ 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.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);
26642
27045
  type ExplicitStatementForm = (io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions);
26643
27046
  type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
26644
27047
  type FeatureDefaultValue = (io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue);
@@ -26648,7 +27051,6 @@ declare namespace io.flow.internal.v0.unions {
26648
27051
  type FeatureValue = (io.flow.internal.v0.models.BooleanFeatureValue | io.flow.internal.v0.models.StringFeatureValue);
26649
27052
  type FraudProviderConfiguration = (io.flow.internal.v0.models.FraudProviderConfigurationRiskified);
26650
27053
  type FraudProviderConfigurationForm = (io.flow.internal.v0.models.FraudProviderConfigurationFormRiskified);
26651
- type FuelSurchargeServiceFeePutForm = (io.flow.internal.v0.models.FuelSurchargeServiceFeePercentPutForm | io.flow.internal.v0.models.FuelSurchargeServiceFeeAmountByWeightPutForm);
26652
27054
  type FulfillmentProof = (io.flow.internal.v0.models.FulfillmentProofLabelTrackingReference | io.flow.internal.v0.models.FulfillmentProofShippingNotificationReference | io.flow.internal.v0.models.FulfillmentProofExternalFulfillmentProofReference | io.flow.internal.v0.models.FulfillmentProofOrderCombinedShipmentReference);
26653
27055
  type FulfillmentTrigger = (io.flow.internal.v0.models.FulfillmentTriggerProof | io.flow.internal.v0.models.FulfillmentTriggerTime);
26654
27056
  type GenerateLoad = (io.flow.internal.v0.models.GenerateLoadSingleOrg | io.flow.internal.v0.models.GenerateLoadMultipleOrgs);
@@ -26685,7 +27087,7 @@ declare namespace io.flow.internal.v0.unions {
26685
27087
  type TaskMetadata = (io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata | io.flow.internal.v0.models.TaxDutyReasonCodeMetadata | io.flow.internal.v0.models.AccountingReturnMetadata | io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata | io.flow.internal.v0.models.ChannelTransactionTriggerMetadata | io.flow.internal.v0.models.B2BFeeMorTaxTriggerMetadata | io.flow.internal.v0.models.B2BFeeShippingTaxTriggerMetadata);
26686
27088
  type TaxAmount = (io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount);
26687
27089
  type Tracker = (io.flow.internal.v0.models.GoogleAnalytics | io.flow.internal.v0.models.GoogleGlobalSiteTag | io.flow.internal.v0.models.GoogleTagManager | io.flow.internal.v0.models.FacebookPixel | io.flow.internal.v0.models.SnapchatPixel);
26688
- type Transaction = (io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction | io.flow.internal.v0.models.TrueupTransaction | io.flow.internal.v0.models.CarrierChargeTransaction | io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction | io.flow.internal.v0.models.GeRevenueShareTransaction | io.flow.internal.v0.models.MerchantFeeTransaction);
27090
+ type Transaction = (io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction | io.flow.internal.v0.models.TrueupTransaction | io.flow.internal.v0.models.CarrierChargeTransaction | io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction | io.flow.internal.v0.models.GeRevenueShareTransaction | io.flow.internal.v0.models.MerchantFeeTransaction | io.flow.internal.v0.models.FlatRateLabelTransaction);
26689
27091
  type TransactionSummary = (io.flow.internal.v0.models.PaymentSummaryV2 | io.flow.internal.v0.models.FraudSummary);
26690
27092
  }
26691
27093
 
@@ -26693,12 +27095,14 @@ export const accountCurrencyFilter: PropTypes.Requireable<io.flow.internal.v0.en
26693
27095
  export const accountPaymentHoldReason: PropTypes.Requireable<io.flow.internal.v0.enums.AccountPaymentHoldReason>;
26694
27096
  export const accountSettingLiabilitiesMethod: PropTypes.Requireable<io.flow.internal.v0.enums.AccountSettingLiabilitiesMethod>;
26695
27097
  export const accountType: PropTypes.Requireable<io.flow.internal.v0.enums.AccountType>;
27098
+ export const adaptiveShippingOrderGuaranteeState: PropTypes.Requireable<io.flow.internal.v0.enums.AdaptiveShippingOrderGuaranteeState>;
26696
27099
  export const adjustmentTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.AdjustmentTransactionType>;
26697
27100
  export const adyenIntegrationType: PropTypes.Requireable<io.flow.internal.v0.enums.AdyenIntegrationType>;
26698
27101
  export const amruthaItemType: PropTypes.Requireable<io.flow.internal.v0.enums.AmruthaItemType>;
26699
27102
  export const anyDangerousGoods: PropTypes.Requireable<io.flow.internal.v0.enums.AnyDangerousGoods>;
26700
27103
  export const apiCallReferenceId: PropTypes.Requireable<io.flow.internal.v0.enums.ApiCallReferenceId>;
26701
27104
  export const applicablePreferentialRate: PropTypes.Requireable<io.flow.internal.v0.enums.ApplicablePreferentialRate>;
27105
+ export const athenaDailyopsIntentLevel: PropTypes.Requireable<io.flow.internal.v0.enums.AthenaDailyopsIntentLevel>;
26702
27106
  export const autoRestrictRule: PropTypes.Requireable<io.flow.internal.v0.enums.AutoRestrictRule>;
26703
27107
  export const b2BFeeMorTaxTriggerType: PropTypes.Requireable<io.flow.internal.v0.enums.B2BFeeMorTaxTriggerType>;
26704
27108
  export const b2BFeeShippingTaxTriggerType: PropTypes.Requireable<io.flow.internal.v0.enums.B2BFeeShippingTaxTriggerType>;
@@ -26793,6 +27197,7 @@ export const featureStatus: PropTypes.Requireable<io.flow.internal.v0.enums.Feat
26793
27197
  export const featureType: PropTypes.Requireable<io.flow.internal.v0.enums.FeatureType>;
26794
27198
  export const feesSource: PropTypes.Requireable<io.flow.internal.v0.enums.FeesSource>;
26795
27199
  export const fileType: PropTypes.Requireable<io.flow.internal.v0.enums.FileType>;
27200
+ export const flatRateLabelTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.FlatRateLabelTransactionType>;
26796
27201
  export const fraudProvider: PropTypes.Requireable<io.flow.internal.v0.enums.FraudProvider>;
26797
27202
  export const fraudProviderStatus: PropTypes.Requireable<io.flow.internal.v0.enums.FraudProviderStatus>;
26798
27203
  export const fraudReviewResponsibleParty: PropTypes.Requireable<io.flow.internal.v0.enums.FraudReviewResponsibleParty>;
@@ -26813,7 +27218,6 @@ export const itemType: PropTypes.Requireable<io.flow.internal.v0.enums.ItemType>
26813
27218
  export const journalOperation: PropTypes.Requireable<io.flow.internal.v0.enums.JournalOperation>;
26814
27219
  export const keywordType: PropTypes.Requireable<io.flow.internal.v0.enums.KeywordType>;
26815
27220
  export const labelBillingStrategy: PropTypes.Requireable<io.flow.internal.v0.enums.LabelBillingStrategy>;
26816
- export const labelCancellationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.LabelCancellationErrorCode>;
26817
27221
  export const labelCreationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.LabelCreationStatus>;
26818
27222
  export const labelEventMedium: PropTypes.Requireable<io.flow.internal.v0.enums.LabelEventMedium>;
26819
27223
  export const labelEventSource: PropTypes.Requireable<io.flow.internal.v0.enums.LabelEventSource>;
@@ -26826,6 +27230,8 @@ export const ledgerReportUrlType: PropTypes.Requireable<io.flow.internal.v0.enum
26826
27230
  export const liabilityType: PropTypes.Requireable<io.flow.internal.v0.enums.LiabilityType>;
26827
27231
  export const logisticsCapability: PropTypes.Requireable<io.flow.internal.v0.enums.LogisticsCapability>;
26828
27232
  export const logisticsPayoutResolutionMethod: PropTypes.Requireable<io.flow.internal.v0.enums.LogisticsPayoutResolutionMethod>;
27233
+ export const maheshItemType: PropTypes.Requireable<io.flow.internal.v0.enums.MaheshItemType>;
27234
+ export const mailClass: PropTypes.Requireable<io.flow.internal.v0.enums.MailClass>;
26829
27235
  export const manualReviewRuleStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ManualReviewRuleStatus>;
26830
27236
  export const manualTransactionCategory: PropTypes.Requireable<io.flow.internal.v0.enums.ManualTransactionCategory>;
26831
27237
  export const merchantFeeTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.MerchantFeeTransactionType>;
@@ -26879,6 +27285,7 @@ export const processorEntityStatus: PropTypes.Requireable<io.flow.internal.v0.en
26879
27285
  export const productStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ProductStatus>;
26880
27286
  export const rateLevelKey: PropTypes.Requireable<io.flow.internal.v0.enums.RateLevelKey>;
26881
27287
  export const rateSource: PropTypes.Requireable<io.flow.internal.v0.enums.RateSource>;
27288
+ export const raveenaItemType: PropTypes.Requireable<io.flow.internal.v0.enums.RaveenaItemType>;
26882
27289
  export const redirectReason: PropTypes.Requireable<io.flow.internal.v0.enums.RedirectReason>;
26883
27290
  export const rejectionReason: PropTypes.Requireable<io.flow.internal.v0.enums.RejectionReason>;
26884
27291
  export const reportFileStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ReportFileStatus>;
@@ -26937,7 +27344,6 @@ export const subscriptionFrequency: PropTypes.Requireable<io.flow.internal.v0.en
26937
27344
  export const suggestionAction: PropTypes.Requireable<io.flow.internal.v0.enums.SuggestionAction>;
26938
27345
  export const tariffEligibilityType: PropTypes.Requireable<io.flow.internal.v0.enums.TariffEligibilityType>;
26939
27346
  export const taskProcessorKey: PropTypes.Requireable<io.flow.internal.v0.enums.TaskProcessorKey>;
26940
- export const taxAndDutyInclusivitySetting: PropTypes.Requireable<io.flow.internal.v0.enums.TaxAndDutyInclusivitySetting>;
26941
27347
  export const taxCalculationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.TaxCalculationErrorCode>;
26942
27348
  export const taxParty: PropTypes.Requireable<io.flow.internal.v0.enums.TaxParty>;
26943
27349
  export const taxTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.TaxTransactionType>;
@@ -26981,6 +27387,12 @@ export const accountUpsertedV2: PropTypes.Requireable<io.flow.internal.v0.models
26981
27387
  export const accountingPendingOrderMetadata: PropTypes.Requireable<io.flow.internal.v0.models.AccountingPendingOrderMetadata>;
26982
27388
  export const accountingReturnMetadata: PropTypes.Requireable<io.flow.internal.v0.models.AccountingReturnMetadata>;
26983
27389
  export const actionQuantity: PropTypes.Requireable<io.flow.internal.v0.models.ActionQuantity>;
27390
+ export const adaptiveShippingOrderGuarantee: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingOrderGuarantee>;
27391
+ export const adaptiveShippingOrderGuaranteeDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeDeleted>;
27392
+ export const adaptiveShippingOrderGuaranteeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeUpserted>;
27393
+ export const adaptiveShippingRate: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingRate>;
27394
+ export const adaptiveShippingRateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingRateDeleted>;
27395
+ export const adaptiveShippingRateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingRateUpserted>;
26984
27396
  export const additionalImportTax: PropTypes.Requireable<io.flow.internal.v0.models.AdditionalImportTax>;
26985
27397
  export const adjustmentAmountFixed: PropTypes.Requireable<io.flow.internal.v0.models.AdjustmentAmountFixed>;
26986
27398
  export const adjustmentAmountPercentage: PropTypes.Requireable<io.flow.internal.v0.models.AdjustmentAmountPercentage>;
@@ -27035,7 +27447,6 @@ export const afterpayRefundDeleted: PropTypes.Requireable<io.flow.internal.v0.mo
27035
27447
  export const afterpayRefundUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AfterpayRefundUpserted>;
27036
27448
  export const aftershipWebhook: PropTypes.Requireable<io.flow.internal.v0.models.AftershipWebhook>;
27037
27449
  export const allItemsExport: PropTypes.Requireable<io.flow.internal.v0.models.AllItemsExport>;
27038
- export const allOrganizationsMembership: PropTypes.Requireable<io.flow.internal.v0.models.AllOrganizationsMembership>;
27039
27450
  export const allocationItemReference: PropTypes.Requireable<io.flow.internal.v0.models.AllocationItemReference>;
27040
27451
  export const allowedLabels: PropTypes.Requireable<io.flow.internal.v0.models.AllowedLabels>;
27041
27452
  export const amruthaItem: PropTypes.Requireable<io.flow.internal.v0.models.AmruthaItem>;
@@ -27060,6 +27471,11 @@ export const b2BFeeMorTaxTriggerMetadata: PropTypes.Requireable<io.flow.internal
27060
27471
  export const b2BFeeShippingTaxTriggerMetadata: PropTypes.Requireable<io.flow.internal.v0.models.B2BFeeShippingTaxTriggerMetadata>;
27061
27472
  export const b2BTaxLedger: PropTypes.Requireable<io.flow.internal.v0.models.B2BTaxLedger>;
27062
27473
  export const b2BTaxLedgerForm: PropTypes.Requireable<io.flow.internal.v0.models.B2BTaxLedgerForm>;
27474
+ export const b2BTaxTransaction: PropTypes.Requireable<io.flow.internal.v0.models.B2BTaxTransaction>;
27475
+ export const b2BTaxTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.B2BTaxTransactionDeleted>;
27476
+ export const b2BTaxTransactionUpserted: PropTypes.Requireable<io.flow.internal.v0.models.B2BTaxTransactionUpserted>;
27477
+ export const b2BTransactionTaxLine: PropTypes.Requireable<io.flow.internal.v0.models.B2BTransactionTaxLine>;
27478
+ export const b2BTransactionTaxableItem: PropTypes.Requireable<io.flow.internal.v0.models.B2BTransactionTaxableItem>;
27063
27479
  export const bankAccount: PropTypes.Requireable<io.flow.internal.v0.models.BankAccount>;
27064
27480
  export const bankAccountReference: PropTypes.Requireable<io.flow.internal.v0.models.BankAccountReference>;
27065
27481
  export const bankPayment: PropTypes.Requireable<io.flow.internal.v0.models.BankPayment>;
@@ -27110,7 +27526,9 @@ export const bitpayAuthentication: PropTypes.Requireable<io.flow.internal.v0.mod
27110
27526
  export const bitpayAuthenticationDataReference: PropTypes.Requireable<io.flow.internal.v0.models.BitpayAuthenticationDataReference>;
27111
27527
  export const bitpayAuthenticationForm: PropTypes.Requireable<io.flow.internal.v0.models.BitpayAuthenticationForm>;
27112
27528
  export const bojanaItem: PropTypes.Requireable<io.flow.internal.v0.models.BojanaItem>;
27529
+ export const bojanaItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.BojanaItemDeleted>;
27113
27530
  export const bojanaItemForm: PropTypes.Requireable<io.flow.internal.v0.models.BojanaItemForm>;
27531
+ export const bojanaItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.BojanaItemUpserted>;
27114
27532
  export const booleanFeatureDefaultValue: PropTypes.Requireable<io.flow.internal.v0.models.BooleanFeatureDefaultValue>;
27115
27533
  export const booleanFeatureRule: PropTypes.Requireable<io.flow.internal.v0.models.BooleanFeatureRule>;
27116
27534
  export const booleanFeatureRuleForm: PropTypes.Requireable<io.flow.internal.v0.models.BooleanFeatureRuleForm>;
@@ -27225,6 +27643,9 @@ export const channelRateMetadataIdentity: PropTypes.Requireable<io.flow.internal
27225
27643
  export const channelRateMetadataRate: PropTypes.Requireable<io.flow.internal.v0.models.ChannelRateMetadataRate>;
27226
27644
  export const channelShop: PropTypes.Requireable<io.flow.internal.v0.models.ChannelShop>;
27227
27645
  export const channelShopForm: PropTypes.Requireable<io.flow.internal.v0.models.ChannelShopForm>;
27646
+ export const channelShopStatistics: PropTypes.Requireable<io.flow.internal.v0.models.ChannelShopStatistics>;
27647
+ export const channelShopStatisticsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelShopStatisticsDeleted>;
27648
+ export const channelShopStatisticsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelShopStatisticsUpserted>;
27228
27649
  export const channelTransaction: PropTypes.Requireable<io.flow.internal.v0.models.ChannelTransaction>;
27229
27650
  export const channelTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelTransactionDeleted>;
27230
27651
  export const channelTransactionRate: PropTypes.Requireable<io.flow.internal.v0.models.ChannelTransactionRate>;
@@ -27466,6 +27887,11 @@ export const fiservAuthenticationForm: PropTypes.Requireable<io.flow.internal.v0
27466
27887
  export const fiservMerchant: PropTypes.Requireable<io.flow.internal.v0.models.FiservMerchant>;
27467
27888
  export const fiservMerchantModificationForm: PropTypes.Requireable<io.flow.internal.v0.models.FiservMerchantModificationForm>;
27468
27889
  export const fiservMerchantPutForm: PropTypes.Requireable<io.flow.internal.v0.models.FiservMerchantPutForm>;
27890
+ export const flatRate: PropTypes.Requireable<io.flow.internal.v0.models.FlatRate>;
27891
+ export const flatRateLabelReversal: PropTypes.Requireable<io.flow.internal.v0.models.FlatRateLabelReversal>;
27892
+ export const flatRateLabelReversalDeleted: PropTypes.Requireable<io.flow.internal.v0.models.FlatRateLabelReversalDeleted>;
27893
+ export const flatRateLabelReversalUpserted: PropTypes.Requireable<io.flow.internal.v0.models.FlatRateLabelReversalUpserted>;
27894
+ export const flatRateLabelTransaction: PropTypes.Requireable<io.flow.internal.v0.models.FlatRateLabelTransaction>;
27469
27895
  export const flexeWebhook: PropTypes.Requireable<io.flow.internal.v0.models.FlexeWebhook>;
27470
27896
  export const flowAccount: PropTypes.Requireable<io.flow.internal.v0.models.FlowAccount>;
27471
27897
  export const flowBillingStatement: PropTypes.Requireable<io.flow.internal.v0.models.FlowBillingStatement>;
@@ -27506,8 +27932,6 @@ export const fraudSummary: PropTypes.Requireable<io.flow.internal.v0.models.Frau
27506
27932
  export const ftpFileDeleted: PropTypes.Requireable<io.flow.internal.v0.models.FtpFileDeleted>;
27507
27933
  export const ftpFileToProcessUploaded: PropTypes.Requireable<io.flow.internal.v0.models.FtpFileToProcessUploaded>;
27508
27934
  export const ftpFileUpserted: PropTypes.Requireable<io.flow.internal.v0.models.FtpFileUpserted>;
27509
- export const fuelSurchargeServiceFeeAmountByWeightPutForm: PropTypes.Requireable<io.flow.internal.v0.models.FuelSurchargeServiceFeeAmountByWeightPutForm>;
27510
- export const fuelSurchargeServiceFeePercentPutForm: PropTypes.Requireable<io.flow.internal.v0.models.FuelSurchargeServiceFeePercentPutForm>;
27511
27935
  export const fulfillment: PropTypes.Requireable<io.flow.internal.v0.models.Fulfillment>;
27512
27936
  export const fulfillmentActionForm: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentActionForm>;
27513
27937
  export const fulfillmentBusiness: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentBusiness>;
@@ -27642,7 +28066,6 @@ export const labProjectSettingsForm: PropTypes.Requireable<io.flow.internal.v0.m
27642
28066
  export const labProjectSettingsFormAcceptance: PropTypes.Requireable<io.flow.internal.v0.models.LabProjectSettingsFormAcceptance>;
27643
28067
  export const labelAliases: PropTypes.Requireable<io.flow.internal.v0.models.LabelAliases>;
27644
28068
  export const labelAssociation: PropTypes.Requireable<io.flow.internal.v0.models.LabelAssociation>;
27645
- export const labelCancellationError: PropTypes.Requireable<io.flow.internal.v0.models.LabelCancellationError>;
27646
28069
  export const labelCreationJob: PropTypes.Requireable<io.flow.internal.v0.models.LabelCreationJob>;
27647
28070
  export const labelCreationJobDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LabelCreationJobDeleted>;
27648
28071
  export const labelCreationJobSummary: PropTypes.Requireable<io.flow.internal.v0.models.LabelCreationJobSummary>;
@@ -27697,6 +28120,8 @@ export const loyaltyProgram: PropTypes.Requireable<io.flow.internal.v0.models.Lo
27697
28120
  export const loyaltyProgramMessage: PropTypes.Requireable<io.flow.internal.v0.models.LoyaltyProgramMessage>;
27698
28121
  export const loyaltyProgramReward: PropTypes.Requireable<io.flow.internal.v0.models.LoyaltyProgramReward>;
27699
28122
  export const loyaltyProgramRewards: PropTypes.Requireable<io.flow.internal.v0.models.LoyaltyProgramRewards>;
28123
+ export const maheshItem: PropTypes.Requireable<io.flow.internal.v0.models.MaheshItem>;
28124
+ export const maheshItemForm: PropTypes.Requireable<io.flow.internal.v0.models.MaheshItemForm>;
27700
28125
  export const mainTransaction: PropTypes.Requireable<io.flow.internal.v0.models.MainTransaction>;
27701
28126
  export const mainTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.MainTransactionDeleted>;
27702
28127
  export const mainTransactionDeletedV2: PropTypes.Requireable<io.flow.internal.v0.models.MainTransactionDeletedV2>;
@@ -27733,11 +28158,15 @@ export const merchantOverrideUpserted: PropTypes.Requireable<io.flow.internal.v0
27733
28158
  export const merchantSearchResult: PropTypes.Requireable<io.flow.internal.v0.models.MerchantSearchResult>;
27734
28159
  export const merchantSubsidies: PropTypes.Requireable<io.flow.internal.v0.models.MerchantSubsidies>;
27735
28160
  export const merchantSummary: PropTypes.Requireable<io.flow.internal.v0.models.MerchantSummary>;
28161
+ export const merchantSurcharge: PropTypes.Requireable<io.flow.internal.v0.models.MerchantSurcharge>;
27736
28162
  export const merchantTransactions: PropTypes.Requireable<io.flow.internal.v0.models.MerchantTransactions>;
27737
28163
  export const merchantUpserted: PropTypes.Requireable<io.flow.internal.v0.models.MerchantUpserted>;
27738
28164
  export const messageStamp: PropTypes.Requireable<io.flow.internal.v0.models.MessageStamp>;
27739
28165
  export const metadataProposition: PropTypes.Requireable<io.flow.internal.v0.models.MetadataProposition>;
27740
28166
  export const metadataRatecard: PropTypes.Requireable<io.flow.internal.v0.models.MetadataRatecard>;
28167
+ export const morCostDeleted: PropTypes.Requireable<io.flow.internal.v0.models.MorCostDeleted>;
28168
+ export const morCostSummary: PropTypes.Requireable<io.flow.internal.v0.models.MorCostSummary>;
28169
+ export const morCostUpserted: PropTypes.Requireable<io.flow.internal.v0.models.MorCostUpserted>;
27741
28170
  export const negativeDebitMetrics: PropTypes.Requireable<io.flow.internal.v0.models.NegativeDebitMetrics>;
27742
28171
  export const nextBillingStatement: PropTypes.Requireable<io.flow.internal.v0.models.NextBillingStatement>;
27743
28172
  export const noCalculatedTaxAmount: PropTypes.Requireable<io.flow.internal.v0.models.NoCalculatedTaxAmount>;
@@ -27947,6 +28376,8 @@ export const preonboardingClassificationRabbitmqMessage: PropTypes.Requireable<i
27947
28376
  export const preonboardingClassificationRequest: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingClassificationRequest>;
27948
28377
  export const preonboardingClassificationResult: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingClassificationResult>;
27949
28378
  export const preonboardingMerchant: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingMerchant>;
28379
+ export const preonboardingMerchantDeleted: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingMerchantDeleted>;
28380
+ export const preonboardingMerchantUpserted: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingMerchantUpserted>;
27950
28381
  export const preonboardingSellabilityResult: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingSellabilityResult>;
27951
28382
  export const preonboardingSellabilityResultDeleted: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingSellabilityResultDeleted>;
27952
28383
  export const preonboardingSellabilityResultInserted: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingSellabilityResultInserted>;
@@ -28047,13 +28478,12 @@ export const ratecardServiceFeeDeleted: PropTypes.Requireable<io.flow.internal.v
28047
28478
  export const ratecardServiceFeeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardServiceFeeUpserted>;
28048
28479
  export const ratecardServiceFeesOverride: PropTypes.Requireable<io.flow.internal.v0.models.RatecardServiceFeesOverride>;
28049
28480
  export const ratecardServiceFeesOverrideForm: PropTypes.Requireable<io.flow.internal.v0.models.RatecardServiceFeesOverrideForm>;
28050
- export const ratecardStandardConfiguration: PropTypes.Requireable<io.flow.internal.v0.models.RatecardStandardConfiguration>;
28051
- export const ratecardStandardConfigurationDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardStandardConfigurationDeleted>;
28052
- export const ratecardStandardConfigurationForm: PropTypes.Requireable<io.flow.internal.v0.models.RatecardStandardConfigurationForm>;
28053
- export const ratecardStandardConfigurationUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardStandardConfigurationUpserted>;
28054
- export const ratecardStandardSettings: PropTypes.Requireable<io.flow.internal.v0.models.RatecardStandardSettings>;
28055
28481
  export const ratesChanged: PropTypes.Requireable<io.flow.internal.v0.models.RatesChanged>;
28056
28482
  export const ratesNamesSummary: PropTypes.Requireable<io.flow.internal.v0.models.RatesNamesSummary>;
28483
+ export const raveenaItem: PropTypes.Requireable<io.flow.internal.v0.models.RaveenaItem>;
28484
+ export const raveenaItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RaveenaItemDeleted>;
28485
+ export const raveenaItemForm: PropTypes.Requireable<io.flow.internal.v0.models.RaveenaItemForm>;
28486
+ export const raveenaItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RaveenaItemUpserted>;
28057
28487
  export const recordReference: PropTypes.Requireable<io.flow.internal.v0.models.RecordReference>;
28058
28488
  export const redirect: PropTypes.Requireable<io.flow.internal.v0.models.Redirect>;
28059
28489
  export const redirectActionCompleted: PropTypes.Requireable<io.flow.internal.v0.models.RedirectActionCompleted>;
@@ -28093,6 +28523,8 @@ export const reportingFulfillmentIs: PropTypes.Requireable<io.flow.internal.v0.m
28093
28523
  export const reportingFx: PropTypes.Requireable<io.flow.internal.v0.models.ReportingFx>;
28094
28524
  export const reportingMerchantBreakdown: PropTypes.Requireable<io.flow.internal.v0.models.ReportingMerchantBreakdown>;
28095
28525
  export const reportingMerchantFees: PropTypes.Requireable<io.flow.internal.v0.models.ReportingMerchantFees>;
28526
+ export const reportingMerchantFreight: PropTypes.Requireable<io.flow.internal.v0.models.ReportingMerchantFreight>;
28527
+ export const reportingMerchantFreightSurcharges: PropTypes.Requireable<io.flow.internal.v0.models.ReportingMerchantFreightSurcharges>;
28096
28528
  export const reportingMerchantSubsidies: PropTypes.Requireable<io.flow.internal.v0.models.ReportingMerchantSubsidies>;
28097
28529
  export const reportingMerchantTransactions: PropTypes.Requireable<io.flow.internal.v0.models.ReportingMerchantTransactions>;
28098
28530
  export const reportingMonetaryValue: PropTypes.Requireable<io.flow.internal.v0.models.ReportingMonetaryValue>;
@@ -28114,6 +28546,7 @@ export const restrictionAttributeConditionMultiple: PropTypes.Requireable<io.flo
28114
28546
  export const restrictionAttributeConditionSingle: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionAttributeConditionSingle>;
28115
28547
  export const restrictionAttributeRule: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionAttributeRule>;
28116
28548
  export const restrictionBlanketOrganizationExemption: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionBlanketOrganizationExemption>;
28549
+ export const restrictionBlanketOrganizationExemptionForm: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionBlanketOrganizationExemptionForm>;
28117
28550
  export const restrictionCategory: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionCategory>;
28118
28551
  export const restrictionFilter: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionFilter>;
28119
28552
  export const restrictionHistoryItemReviewDecision: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionHistoryItemReviewDecision>;
@@ -28142,11 +28575,19 @@ export const restrictionRuleEffectForm: PropTypes.Requireable<io.flow.internal.v
28142
28575
  export const restrictionRuleEffectUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleEffectUpserted>;
28143
28576
  export const restrictionRuleForm: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleForm>;
28144
28577
  export const restrictionRuleLaneExemption: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleLaneExemption>;
28578
+ export const restrictionRuleLaneExemptionForm: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleLaneExemptionForm>;
28145
28579
  export const restrictionRuleOrganizationExemption: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleOrganizationExemption>;
28580
+ export const restrictionRuleOrganizationExemptionForm: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleOrganizationExemptionForm>;
28146
28581
  export const restrictionRuleOverride: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleOverride>;
28147
28582
  export const restrictionRuleSummary: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleSummary>;
28148
28583
  export const restrictionRuleUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleUpserted>;
28149
28584
  export const restrictionSummaryCounts: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionSummaryCounts>;
28585
+ export const restrictionsAthenaDailyopsFs: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsAthenaDailyopsFs>;
28586
+ export const restrictionsAthenaDailyopsFsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsDeleted>;
28587
+ export const restrictionsAthenaDailyopsFsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsUpserted>;
28588
+ export const restrictionsAthenaDailyopsPcPv: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPv>;
28589
+ export const restrictionsAthenaDailyopsPcPvDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPvDeleted>;
28590
+ export const restrictionsAthenaDailyopsPcPvUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPvUpserted>;
28150
28591
  export const restrictionsDailyops: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsDailyops>;
28151
28592
  export const restrictionsDailyopsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsDailyopsDeleted>;
28152
28593
  export const restrictionsDailyopsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsDailyopsUpserted>;
@@ -28539,7 +28980,6 @@ export const featureTaskData: PropTypes.Requireable<io.flow.internal.v0.unions.F
28539
28980
  export const featureValue: PropTypes.Requireable<io.flow.internal.v0.unions.FeatureValue>;
28540
28981
  export const fraudProviderConfiguration: PropTypes.Requireable<io.flow.internal.v0.unions.FraudProviderConfiguration>;
28541
28982
  export const fraudProviderConfigurationForm: PropTypes.Requireable<io.flow.internal.v0.unions.FraudProviderConfigurationForm>;
28542
- export const fuelSurchargeServiceFeePutForm: PropTypes.Requireable<io.flow.internal.v0.unions.FuelSurchargeServiceFeePutForm>;
28543
28983
  export const fulfillmentProof: PropTypes.Requireable<io.flow.internal.v0.unions.FulfillmentProof>;
28544
28984
  export const fulfillmentTrigger: PropTypes.Requireable<io.flow.internal.v0.unions.FulfillmentTrigger>;
28545
28985
  export const generateLoad: PropTypes.Requireable<io.flow.internal.v0.unions.GenerateLoad>;