@flowio/api-internal-prop-types 9.24.93 → 9.24.94

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.
@@ -833,8 +833,9 @@ declare namespace io.flow.billing.accounting.v0.models {
833
833
  readonly 'merchant': io.flow.billing.accounting.v0.models.MerchantSummary;
834
834
  readonly 'sequence_number': number;
835
835
  readonly 'posting_cutoff': string;
836
- readonly 'trigger': io.flow.billing.accounting.v0.unions.FulfillmentTrigger;
836
+ readonly 'trigger'?: io.flow.billing.accounting.v0.unions.FulfillmentTrigger;
837
837
  readonly 'fulfilled_at': string;
838
+ readonly 'carrier'?: io.flow.billing.accounting.v0.models.FulfillmentCarrier;
838
839
  readonly 'owner': io.flow.billing.internal.v0.enums.ResponsibleParty;
839
840
  readonly 'origin'?: io.flow.billing.accounting.v0.models.FulfillmentOrigin;
840
841
  readonly 'business'?: io.flow.billing.accounting.v0.models.FulfillmentBusiness;
@@ -845,6 +846,12 @@ declare namespace io.flow.billing.accounting.v0.models {
845
846
  readonly 'vat_registration_number': string;
846
847
  }
847
848
 
849
+ interface FulfillmentCarrier {
850
+ readonly 'id': string;
851
+ readonly 'service_id'?: string;
852
+ readonly 'tracking_number'?: string;
853
+ }
854
+
848
855
  interface FulfillmentOrigin {
849
856
  readonly 'country': string;
850
857
  readonly 'province_code'?: string;
@@ -2902,6 +2909,10 @@ declare namespace io.flow.billing.csv.v0.models {
2902
2909
  readonly 'source'?: io.flow.label.v0.enums.CostEstimateSource;
2903
2910
  }
2904
2911
 
2912
+ interface BillingCsvMerchantReference {
2913
+ readonly 'id': string;
2914
+ }
2915
+
2905
2916
  interface BillingCsvOrder {
2906
2917
  readonly 'number': string;
2907
2918
  readonly 'primary_identifier'?: string;
@@ -3048,6 +3059,7 @@ declare namespace io.flow.billing.csv.v0.models {
3048
3059
 
3049
3060
  interface BillingCsvTransactionAccount {
3050
3061
  readonly 'id': string;
3062
+ readonly 'merchant'?: io.flow.billing.csv.v0.models.BillingCsvMerchantReference;
3051
3063
  readonly 'environment': io.flow.common.v0.enums.Environment;
3052
3064
  readonly 'source': io.flow.billing.csv.v0.models.BillingCsvTransactionAccountSourceSummary;
3053
3065
  }
@@ -3083,8 +3095,8 @@ declare namespace io.flow.billing.csv.v0.models {
3083
3095
  readonly 'shipping_label_revenue_share'?: io.flow.billing.csv.v0.models.BillingCsvTransactionMetadataShippingLabelRevenueShare;
3084
3096
  readonly 'trueup'?: io.flow.billing.csv.v0.models.BillingCsvTransactionMetadataTrueup;
3085
3097
  readonly 'carrier_charge'?: io.flow.billing.csv.v0.models.BillingCsvTransactionMetadataCarrierCharge;
3086
- readonly 'carrier_fee'?: io.flow.billing.csv.v0.models.BillingCsvTransactionMetadataCarrierFee;
3087
3098
  readonly 'manual'?: io.flow.billing.csv.v0.models.BillingCsvTransactionMetadataManual;
3099
+ readonly 'failed_payout'?: io.flow.billing.csv.v0.models.BillingCsvTransactionMetadataFailedPayout;
3088
3100
  }
3089
3101
 
3090
3102
  interface BillingCsvTransactionMetadataCarrierCharge {
@@ -3096,21 +3108,19 @@ declare namespace io.flow.billing.csv.v0.models {
3096
3108
  readonly 'outbound_transaction_id'?: string;
3097
3109
  }
3098
3110
 
3099
- interface BillingCsvTransactionMetadataCarrierFee {
3100
- readonly 'outbound_transaction_id': string;
3101
- readonly 'estimate_fixed_ddp'?: number;
3102
- readonly 'estimate_fixed_currency_conversion'?: number;
3103
- readonly 'actual_fixed_ddp'?: number;
3104
- readonly 'actual_fixed_currency_conversion'?: number;
3105
- }
3106
-
3107
3111
  interface BillingCsvTransactionMetadataChannel {
3108
3112
  readonly 'method': string;
3109
3113
  readonly 'card'?: io.flow.billing.v0.models.TransactionMetadataChannelCardMetadata;
3110
3114
  }
3111
3115
 
3116
+ interface BillingCsvTransactionMetadataFailedPayout {
3117
+ readonly 'failed_payment': io.flow.billing.v0.models.TransactionMetadataFailedPayoutReference;
3118
+ }
3119
+
3112
3120
  interface BillingCsvTransactionMetadataManual {
3121
+ readonly 'description': string;
3113
3122
  readonly 'original'?: io.flow.billing.v0.models.TransactionMetadataOriginalTransaction;
3123
+ readonly 'category'?: io.flow.billing.internal.v0.enums.ManualTransactionCategory;
3114
3124
  readonly 'url'?: string;
3115
3125
  }
3116
3126
 
@@ -4335,6 +4345,13 @@ declare namespace io.flow.label.v0.models {
4335
4345
  readonly 'number': string;
4336
4346
  }
4337
4347
 
4348
+ interface LabelProcessingModification {
4349
+ readonly 'id': string;
4350
+ readonly 'modifications': string[];
4351
+ readonly 'destination': io.flow.fulfillment.v0.models.ShippingAddress;
4352
+ readonly 'destination_provided_to_carrier'?: io.flow.fulfillment.v0.models.ShippingAddress;
4353
+ }
4354
+
4338
4355
  interface LabelReference {
4339
4356
  readonly 'id': string;
4340
4357
  }
@@ -5375,6 +5392,12 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
5375
5392
  readonly 'timestamp': string;
5376
5393
  }
5377
5394
 
5395
+ interface ChannelOrganizationIdentifier {
5396
+ readonly 'id': string;
5397
+ readonly 'organization': io.flow.common.v0.models.OrganizationReference;
5398
+ readonly 'identifier': string;
5399
+ }
5400
+
5378
5401
  interface FlowShopValidationError {
5379
5402
  readonly 'message': string;
5380
5403
  readonly 'reason': string;
@@ -5525,6 +5548,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
5525
5548
  readonly 'initial_catalog_synced_at'?: string;
5526
5549
  readonly 'catalog_sync_duration'?: number;
5527
5550
  readonly 'catalog_products_count'?: number;
5551
+ readonly 'initial_product_restrictions_synced_at'?: string;
5528
5552
  }
5529
5553
 
5530
5554
  interface ThirdPartyLogisticsPartner {
@@ -7135,7 +7159,7 @@ declare namespace io.flow.shopify.markets.v0.enums {
7135
7159
  type ShopifyOrderFulfillmentStatusType = 'fulfilled' | 'null' | 'partial';
7136
7160
  type ShopifyOrderInventoryBehaviour = 'bypass' | 'decrement_ignoring_policy' | 'decrement_obeying_policy';
7137
7161
  type ShopifyOrderKindType = 'authorization' | 'capture' | 'sale' | 'void' | 'refund';
7138
- type ShopifyOrderPaymentGatewayNames = 'flow_commerce' | 'gift_card' | 'manual' | 'shopify_payments';
7162
+ type ShopifyOrderPaymentGatewayNames = 'flow_commerce' | 'gift_card' | 'manual' | 'shopify_payments' | 'shop_cash';
7139
7163
  type ShopifyOrderProcessingMethodType = 'checkout' | 'direct' | 'manual' | 'offsite' | 'express' | 'deferred_payment';
7140
7164
  type ShopifyOrderRestockType = 'no_restock' | 'cancel' | 'return';
7141
7165
  type ShopifyOrderStatusType = 'open' | 'closed' | 'cancelled' | 'any';
@@ -8568,8 +8592,9 @@ declare namespace io.flow.common.v0.unions {
8568
8592
  }
8569
8593
 
8570
8594
  declare namespace io.flow.billing.reporting.v0.enums {
8595
+ type ReportPaymentType = 'credit' | 'debit';
8571
8596
  type ReportStatus = 'created' | 'completed' | 'completed_no_records' | 'failed';
8572
- type ReportType = 'sales_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment' | 'account_quarterly_balances';
8597
+ type ReportType = 'sales_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment' | 'account_quarterly_balances' | 'invariants';
8573
8598
  type ReportingFulfillmentIsVirtual = 'all' | 'mixed' | 'none';
8574
8599
  type RevenueRecordType = 'pending' | 'sales' | 'refund';
8575
8600
  }
@@ -8605,8 +8630,9 @@ declare namespace io.flow.billing.reporting.v0.models {
8605
8630
  readonly 'id': string;
8606
8631
  readonly 'status': io.flow.billing.reporting.v0.enums.ReportStatus;
8607
8632
  readonly 'type': io.flow.billing.reporting.v0.enums.ReportType;
8608
- readonly 'from': string;
8609
- readonly 'to': string;
8633
+ readonly 'from'?: string;
8634
+ readonly 'to'?: string;
8635
+ readonly 'payment_type'?: io.flow.billing.reporting.v0.enums.ReportPaymentType;
8610
8636
  readonly 'url'?: string;
8611
8637
  readonly 'processed_at'?: string;
8612
8638
  }
@@ -8629,9 +8655,20 @@ declare namespace io.flow.billing.reporting.v0.models {
8629
8655
  }
8630
8656
 
8631
8657
  interface ReportForm {
8632
- readonly 'from': string;
8633
- readonly 'to': string;
8634
8658
  readonly 'type': io.flow.billing.reporting.v0.enums.ReportType;
8659
+ readonly 'from'?: string;
8660
+ readonly 'to'?: string;
8661
+ readonly 'payment_type'?: io.flow.billing.reporting.v0.enums.ReportPaymentType;
8662
+ readonly 'orders'?: io.flow.billing.reporting.v0.models.ReportOrderReference[];
8663
+ }
8664
+
8665
+ interface ReportMerchant {
8666
+ readonly 'id': string;
8667
+ }
8668
+
8669
+ interface ReportOrderReference {
8670
+ readonly 'organization_id': string;
8671
+ readonly 'order_number': string;
8635
8672
  }
8636
8673
 
8637
8674
  interface ReportOwner {
@@ -8762,7 +8799,6 @@ declare namespace io.flow.billing.reporting.v0.models {
8762
8799
  readonly 'tax': io.flow.billing.reporting.v0.models.ReportingMonetaryValue;
8763
8800
  readonly 'duty': io.flow.billing.reporting.v0.models.ReportingMonetaryValue;
8764
8801
  readonly 'freight': io.flow.billing.reporting.v0.models.ReportingMonetaryValue;
8765
- readonly 'refund': io.flow.billing.reporting.v0.models.ReportingMonetaryValue;
8766
8802
  }
8767
8803
 
8768
8804
  interface ReportingMonetaryValue {
@@ -8873,6 +8909,7 @@ declare namespace io.flow.billing.reporting.v0.models {
8873
8909
  readonly 'payment': io.flow.billing.reporting.v0.models.ReportPayment;
8874
8910
  readonly 'bank_account': io.flow.billing.reporting.v0.models.ReportBankAccountCleartext;
8875
8911
  readonly 'account': io.flow.billing.reporting.v0.models.ReportAccount;
8912
+ readonly 'merchant': io.flow.billing.reporting.v0.models.ReportMerchant;
8876
8913
  readonly 'owner': io.flow.billing.reporting.v0.models.ReportOwner;
8877
8914
  readonly 'description': string;
8878
8915
  }
@@ -9903,6 +9940,22 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
9903
9940
  readonly 'channel_order_summary': io.flow.shopify.markets.internal.v0.models.ChannelOrderSummary;
9904
9941
  }
9905
9942
 
9943
+ interface ChannelOrganizationIdentifierDeleted {
9944
+ readonly 'discriminator': 'channel_organization_identifier_deleted';
9945
+ readonly 'event_id': string;
9946
+ readonly 'timestamp': string;
9947
+ readonly 'channel_id': string;
9948
+ readonly 'id': string;
9949
+ }
9950
+
9951
+ interface ChannelOrganizationIdentifierUpserted {
9952
+ readonly 'discriminator': 'channel_organization_identifier_upserted';
9953
+ readonly 'event_id': string;
9954
+ readonly 'timestamp': string;
9955
+ readonly 'channel_id': string;
9956
+ readonly 'channel_organization_identifier': io.flow.shopify.markets.internal.v0.models.ChannelOrganizationIdentifier;
9957
+ }
9958
+
9906
9959
  interface ShopifyMarketsMetricsDeleted {
9907
9960
  readonly 'discriminator': 'shopify_markets_metrics_deleted';
9908
9961
  readonly 'event_id': string;
@@ -9988,7 +10041,7 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
9988
10041
  }
9989
10042
 
9990
10043
  declare namespace io.flow.shopify.markets.internal.event.v0.unions {
9991
- type ShopifyMarketsInternalEvent = (io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryDeleted);
10044
+ type ShopifyMarketsInternalEvent = (io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierDeleted);
9992
10045
  }
9993
10046
 
9994
10047
  declare namespace io.flow.experience.v0.enums {
@@ -12070,7 +12123,7 @@ declare namespace io.flow.price.v0.unions {
12070
12123
 
12071
12124
  declare namespace io.flow.trueup.v0.enums {
12072
12125
  type CarrierChargeReason = 'return_to_origin' | 'rejection' | 'other';
12073
- type TrueupSurchargeType = 'fuel' | 'remote_area' | 'oversize' | 'duties_paid' | 'emergency' | 'peak' | 'address_correction' | 'security' | 'eei_filing' | 'fixed_ddp' | 'fixed_currency_conversion';
12126
+ type TrueupSurchargeType = 'fuel' | 'remote_area' | 'oversize' | 'duties_paid' | 'emergency' | 'peak' | 'address_correction' | 'security' | 'eei_filing' | 'fixed_ddp' | 'fixed_currency_conversion' | 'prohibited_item' | 'undeliverable_shipment' | 'signature_required' | 'direct_delivery' | 'saturday_stop' | 'residential_extended_area_pickup';
12074
12127
  }
12075
12128
 
12076
12129
  declare namespace io.flow.trueup.v0.models {
@@ -13171,18 +13224,17 @@ declare namespace io.flow.billing.internal.v0.enums {
13171
13224
  type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
13172
13225
  type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
13173
13226
  type BillingAllocationKey = 'freight_cost' | 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'fuel_surcharge' | 'remote_area_surcharge';
13174
- 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' | 'carrier_fee' | 'all';
13227
+ 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';
13175
13228
  type BillingTransactionStatus = 'pending_proof' | 'posted';
13176
- 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' | 'carrier_fee';
13229
+ 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';
13177
13230
  type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
13178
- type CarrierFeeTransactionType = 'adjustment' | 'reversal' | 'fee';
13179
13231
  type ChannelBilledTransactionType = 'adjustment' | 'reversal' | 'channel_initiated';
13180
13232
  type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
13181
13233
  type DisputeTransactionType = 'adjustment' | 'dispute';
13182
13234
  type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
13183
13235
  type FeesSource = 'settings' | 'authorization_bundle';
13184
13236
  type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
13185
- type ManualTransactionCategory = 'cancelled_order_refund' | 'channel_partner_initiated' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'partial_refund' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee' | 'bank_payment_failure';
13237
+ 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';
13186
13238
  type OrderCancellationInitiatedBy = 'flow' | 'organization';
13187
13239
  type OrderTransactionType = 'adjustment' | 'reversal' | 'order_service';
13188
13240
  type PreferredBillingSchedule = 'monthly' | 'bi-monthly';
@@ -13288,6 +13340,7 @@ declare namespace io.flow.billing.internal.v0.models {
13288
13340
  readonly 'liabilities_method': io.flow.billing.internal.v0.enums.AccountSettingLiabilitiesMethod;
13289
13341
  readonly 'enable_fee_reversals': boolean;
13290
13342
  readonly 'record_reason_for_transactions_pending_payout': boolean;
13343
+ readonly 'enable_negative_debits': boolean;
13291
13344
  }
13292
13345
 
13293
13346
  interface AccountSource {
@@ -13368,6 +13421,16 @@ declare namespace io.flow.billing.internal.v0.models {
13368
13421
  readonly 'attributes'?: Record<string, string>;
13369
13422
  }
13370
13423
 
13424
+ interface BankPaymentOrder {
13425
+ readonly 'id': string;
13426
+ readonly 'payment': io.flow.billing.internal.v0.models.BankPaymentReference;
13427
+ readonly 'order': io.flow.billing.internal.v0.models.BillingOrderTransactionOrderReference;
13428
+ }
13429
+
13430
+ interface BankPaymentReference {
13431
+ readonly 'id': string;
13432
+ }
13433
+
13371
13434
  interface BankPaymentStatusForm {
13372
13435
  readonly 'code': io.flow.billing.internal.v0.enums.BankPaymentStatusCode;
13373
13436
  readonly 'failure_reason'?: io.flow.billing.v0.enums.PayoutStatusFailureCode;
@@ -13512,7 +13575,6 @@ declare namespace io.flow.billing.internal.v0.models {
13512
13575
  readonly 'duty': io.flow.common.v0.models.Price;
13513
13576
  readonly 'trueup': io.flow.common.v0.models.Price;
13514
13577
  readonly 'carrier_charge': io.flow.common.v0.models.Price;
13515
- readonly 'carrier_fee': io.flow.common.v0.models.Price;
13516
13578
  readonly 'ending_balance': io.flow.common.v0.models.Price;
13517
13579
  }
13518
13580
 
@@ -13546,23 +13608,6 @@ declare namespace io.flow.billing.internal.v0.models {
13546
13608
  readonly 'created_at': string;
13547
13609
  }
13548
13610
 
13549
- interface CarrierFeeTransaction {
13550
- readonly 'discriminator': 'carrier_fee_transaction';
13551
- readonly 'label_reference': io.flow.billing.internal.v0.models.CarrierFeeTransactionLabelReference;
13552
- readonly 'id': string;
13553
- readonly 'type': io.flow.billing.internal.v0.enums.BillingTransactionType;
13554
- readonly 'status': io.flow.billing.internal.v0.enums.BillingTransactionStatus;
13555
- readonly 'posted_at'?: string;
13556
- readonly 'value': io.flow.common.v0.models.Price;
13557
- readonly 'description': string;
13558
- readonly 'statement'?: io.flow.billing.internal.v0.models.BillingStatementReference;
13559
- readonly 'created_at': string;
13560
- }
13561
-
13562
- interface CarrierFeeTransactionLabelReference {
13563
- readonly 'id': string;
13564
- }
13565
-
13566
13611
  interface ChannelAccount {
13567
13612
  readonly 'channel': io.flow.common.v0.models.ChannelReference;
13568
13613
  readonly 'id': string;
@@ -13663,6 +13708,17 @@ declare namespace io.flow.billing.internal.v0.models {
13663
13708
  readonly 'timestamp': string;
13664
13709
  }
13665
13710
 
13711
+ interface CliLogEntry {
13712
+ readonly 'id': string;
13713
+ readonly 'user': io.flow.common.v0.models.UserReference;
13714
+ readonly 'task': string;
13715
+ }
13716
+
13717
+ interface CliLogEntryForm {
13718
+ readonly 'user_id': string;
13719
+ readonly 'task': string;
13720
+ }
13721
+
13666
13722
  interface Components {
13667
13723
  readonly 'vat': io.flow.common.v0.models.Price;
13668
13724
  readonly 'duty': io.flow.common.v0.models.Price;
@@ -14296,7 +14352,7 @@ declare namespace io.flow.billing.internal.v0.unions {
14296
14352
  type PlatformFee = (io.flow.billing.internal.v0.models.PlatformFeePause | io.flow.billing.internal.v0.models.PlatformFeeFlat | io.flow.billing.internal.v0.models.PlatformFeePercentage | io.flow.billing.internal.v0.models.PlatformFeeDisabled);
14297
14353
  type ProofOfPosting = (io.flow.billing.internal.v0.models.ProofOfPostingFulfilled | io.flow.billing.internal.v0.models.ProofOfPostingExternallyFulfilled | io.flow.billing.internal.v0.models.ProofOfPostingShippingNotification | io.flow.billing.internal.v0.models.ProofOfPostingOrderCancellation | io.flow.billing.internal.v0.models.ProofOfPostingOrderCombinedShipment | io.flow.billing.internal.v0.models.ProofOfPostingTimeElapsed);
14298
14354
  type SpotRateMetadata = (io.flow.billing.internal.v0.models.SpotRateMetadataIdentity | io.flow.billing.internal.v0.models.SpotRateMetadataRate);
14299
- type Transaction = (io.flow.billing.internal.v0.models.InvoiceTransaction | io.flow.billing.internal.v0.models.ManualTransaction | io.flow.billing.internal.v0.models.ProcessingTransaction | io.flow.billing.internal.v0.models.SubscriptionTransaction | io.flow.billing.internal.v0.models.TaxRemittanceTransaction | io.flow.billing.internal.v0.models.TransferTransaction | io.flow.billing.internal.v0.models.VirtualCardTransaction | io.flow.billing.internal.v0.models.DisputeTransaction | io.flow.billing.internal.v0.models.ChannelTransaction | io.flow.billing.internal.v0.models.LabelTransaction | io.flow.billing.internal.v0.models.OrderTransaction | io.flow.billing.internal.v0.models.ChannelBilledTransaction | io.flow.billing.internal.v0.models.TaxTransaction | io.flow.billing.internal.v0.models.DutyTransaction | io.flow.billing.internal.v0.models.TrueupTransaction | io.flow.billing.internal.v0.models.CarrierChargeTransaction | io.flow.billing.internal.v0.models.CarrierFeeTransaction);
14355
+ type Transaction = (io.flow.billing.internal.v0.models.InvoiceTransaction | io.flow.billing.internal.v0.models.ManualTransaction | io.flow.billing.internal.v0.models.ProcessingTransaction | io.flow.billing.internal.v0.models.SubscriptionTransaction | io.flow.billing.internal.v0.models.TaxRemittanceTransaction | io.flow.billing.internal.v0.models.TransferTransaction | io.flow.billing.internal.v0.models.VirtualCardTransaction | io.flow.billing.internal.v0.models.DisputeTransaction | io.flow.billing.internal.v0.models.ChannelTransaction | io.flow.billing.internal.v0.models.LabelTransaction | io.flow.billing.internal.v0.models.OrderTransaction | io.flow.billing.internal.v0.models.ChannelBilledTransaction | io.flow.billing.internal.v0.models.TaxTransaction | io.flow.billing.internal.v0.models.DutyTransaction | io.flow.billing.internal.v0.models.TrueupTransaction | io.flow.billing.internal.v0.models.CarrierChargeTransaction);
14300
14356
  }
14301
14357
 
14302
14358
  declare namespace io.flow.billing.v0.enums {
@@ -14305,8 +14361,8 @@ declare namespace io.flow.billing.v0.enums {
14305
14361
  type PayoutStatusFailureCode = 'invalid_account_number' | 'account_closed' | 'could_not_process';
14306
14362
  type PendingPayoutTransactionReasonCode = 'waiting_for_full_refund' | 'waiting_for_fulfillment' | 'waiting_for_in_transit' | 'waiting_for_next_payout_date' | 'waiting_for_tracking_info' | 'waiting_for_positive_account_balance';
14307
14363
  type StatementAttachmentType = 'csv';
14308
- type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'carrier_fee' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund';
14309
- type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl';
14364
+ 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';
14365
+ type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups';
14310
14366
  type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
14311
14367
  }
14312
14368
 
@@ -14598,21 +14654,11 @@ declare namespace io.flow.billing.v0.models {
14598
14654
  readonly 'outbound'?: io.flow.billing.v0.models.TransactionMetadataOutboundTransaction;
14599
14655
  }
14600
14656
 
14601
- interface TransactionMetadataCarrierFee {
14602
- readonly 'discriminator': 'carrier_fee';
14603
- readonly 'outbound': io.flow.billing.v0.models.TransactionMetadataOutboundTransaction;
14604
- readonly 'estimate': io.flow.billing.v0.models.TransactionMetadataCarrierFeeData;
14605
- readonly 'actual': io.flow.billing.v0.models.TransactionMetadataCarrierFeeData;
14606
- }
14607
-
14608
- interface TransactionMetadataCarrierFeeData {
14609
- readonly 'surcharges': io.flow.billing.v0.models.TrueupLabelSurcharge[];
14610
- }
14611
-
14612
14657
  interface TransactionMetadataChannel {
14613
14658
  readonly 'discriminator': 'channel';
14614
14659
  readonly 'method': string;
14615
14660
  readonly 'card'?: io.flow.billing.v0.models.TransactionMetadataChannelCardMetadata;
14661
+ readonly 'organization_transaction': io.flow.billing.v0.models.TransactionReference;
14616
14662
  }
14617
14663
 
14618
14664
  interface TransactionMetadataChannelCardMetadata {
@@ -14625,6 +14671,15 @@ declare namespace io.flow.billing.v0.models {
14625
14671
  readonly 'country': string;
14626
14672
  }
14627
14673
 
14674
+ interface TransactionMetadataFailedPayout {
14675
+ readonly 'discriminator': 'failed_payout';
14676
+ readonly 'failed_payout': io.flow.billing.v0.models.TransactionMetadataFailedPayoutReference;
14677
+ }
14678
+
14679
+ interface TransactionMetadataFailedPayoutReference {
14680
+ readonly 'id': string;
14681
+ }
14682
+
14628
14683
  interface TransactionMetadataManual {
14629
14684
  readonly 'discriminator': 'manual';
14630
14685
  readonly 'description': string;
@@ -14642,6 +14697,7 @@ declare namespace io.flow.billing.v0.models {
14642
14697
 
14643
14698
  interface TransactionMetadataPaymentTransaction {
14644
14699
  readonly 'discriminator': 'payment_transaction';
14700
+ readonly 'id'?: string;
14645
14701
  readonly 'key'?: string;
14646
14702
  }
14647
14703
 
@@ -14664,6 +14720,22 @@ declare namespace io.flow.billing.v0.models {
14664
14720
  readonly 'actual': io.flow.billing.v0.models.TransactionMetadataTrueupData;
14665
14721
  }
14666
14722
 
14723
+ interface TransactionMetadataTrueupBase {
14724
+ readonly 'discriminator': 'trueup_base';
14725
+ readonly 'original': io.flow.billing.v0.models.TransactionMetadataOriginalTransaction;
14726
+ readonly 'estimate': io.flow.billing.v0.models.TransactionMetadataTrueupBaseData;
14727
+ readonly 'actual': io.flow.billing.v0.models.TransactionMetadataTrueupBaseData;
14728
+ }
14729
+
14730
+ interface TransactionMetadataTrueupBaseData {
14731
+ readonly 'source': io.flow.billing.v0.enums.TrueupSource;
14732
+ readonly 'weights': io.flow.billing.v0.models.TrueupLabelWeights;
14733
+ readonly 'units': io.flow.billing.v0.models.TrueupLabelUnits;
14734
+ readonly 'base': io.flow.billing.v0.models.TrueupLabelBaseV2;
14735
+ readonly 'fuel'?: io.flow.billing.v0.models.TrueupLabelFuel;
14736
+ readonly 'total': number;
14737
+ }
14738
+
14667
14739
  interface TransactionMetadataTrueupData {
14668
14740
  readonly 'source': io.flow.billing.v0.enums.TrueupSource;
14669
14741
  readonly 'units': io.flow.billing.v0.models.TrueupLabelUnits;
@@ -14674,6 +14746,18 @@ declare namespace io.flow.billing.v0.models {
14674
14746
  readonly 'dimensional'?: io.flow.trueup.v0.models.DimensionalWeight;
14675
14747
  }
14676
14748
 
14749
+ interface TransactionMetadataTrueupSurcharge {
14750
+ readonly 'discriminator': 'trueup_surcharge';
14751
+ readonly 'original': io.flow.billing.v0.models.TransactionMetadataOriginalTransaction;
14752
+ readonly 'estimate': io.flow.billing.v0.models.TransactionMetadataTrueupSurchargeData;
14753
+ readonly 'actual': io.flow.billing.v0.models.TransactionMetadataTrueupSurchargeData;
14754
+ }
14755
+
14756
+ interface TransactionMetadataTrueupSurchargeData {
14757
+ readonly 'source': io.flow.billing.v0.enums.TrueupSource;
14758
+ readonly 'surcharge': io.flow.billing.v0.models.TrueupLabelSurcharge;
14759
+ }
14760
+
14677
14761
  interface TransactionReference {
14678
14762
  readonly 'id': string;
14679
14763
  }
@@ -14683,6 +14767,20 @@ declare namespace io.flow.billing.v0.models {
14683
14767
  readonly 'weight': number;
14684
14768
  }
14685
14769
 
14770
+ interface TrueupLabelBaseV2 {
14771
+ readonly 'amount': number;
14772
+ }
14773
+
14774
+ interface TrueupLabelBaseWeight {
14775
+ readonly 'weight': number;
14776
+ }
14777
+
14778
+ interface TrueupLabelFuel {
14779
+ readonly 'amount': number;
14780
+ readonly 'percentage'?: number;
14781
+ readonly 'per_weight_unit'?: number;
14782
+ }
14783
+
14686
14784
  interface TrueupLabelSurcharge {
14687
14785
  readonly 'amount': number;
14688
14786
  readonly 'type': io.flow.trueup.v0.enums.TrueupSurchargeType;
@@ -14695,6 +14793,12 @@ declare namespace io.flow.billing.v0.models {
14695
14793
  readonly 'length'?: io.flow.units.v0.enums.UnitOfLength;
14696
14794
  }
14697
14795
 
14796
+ interface TrueupLabelWeights {
14797
+ readonly 'base': io.flow.billing.v0.models.TrueupLabelBaseWeight;
14798
+ readonly 'dead'?: io.flow.trueup.v0.models.DeadWeight;
14799
+ readonly 'dimensional'?: io.flow.trueup.v0.models.DimensionalWeight;
14800
+ }
14801
+
14698
14802
  interface WithholdingDeduction {
14699
14803
  readonly 'type': io.flow.billing.v0.enums.WithholdingDeductionType;
14700
14804
  readonly 'amount': number;
@@ -14706,7 +14810,7 @@ declare namespace io.flow.billing.v0.unions {
14706
14810
  type BankAccountForm = (io.flow.billing.v0.models.BankAccountFormInfo | io.flow.billing.v0.models.BankAccountFormSimple);
14707
14811
  type PayoutStatus = (io.flow.billing.v0.models.PayoutStatusScheduled | io.flow.billing.v0.models.PayoutStatusSent | io.flow.billing.v0.models.PayoutStatusFailed);
14708
14812
  type Settlement = (io.flow.billing.v0.models.SettlementNoPayout | io.flow.billing.v0.models.SettlementPayout);
14709
- 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.TransactionMetadataCarrierCharge | io.flow.billing.v0.models.TransactionMetadataCarrierFee | io.flow.billing.v0.models.TransactionMetadataManual | io.flow.billing.v0.models.TransactionMetadataPaymentTransaction);
14813
+ 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);
14710
14814
  }
14711
14815
 
14712
14816
  declare namespace io.flow.harmonization.v0.enums {
@@ -16376,16 +16480,15 @@ declare namespace io.flow.internal.v0.enums {
16376
16480
  type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
16377
16481
  type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
16378
16482
  type BillingAllocationKey = 'freight_cost' | 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'fuel_surcharge' | 'remote_area_surcharge';
16379
- type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'carrier_fee_transactions_count' | 'carrier_fee_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_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_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' | '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_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_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_single_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' | 'accounts_with_final_statements_count' | 'accounts_with_final_statements_pending_transaction_count' | 'accounts_with_final_statements_pending_transaction_total' | 'orders_wyol_then_label_count' | 'orders_wyol_then_label_tax_subsidized_total' | 'orders_wyol_then_label_duty_subsidized_total';
16380
- 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' | 'carrier_fee' | 'all';
16483
+ 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_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_single_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' | 'accounts_with_final_statements_count' | 'accounts_with_final_statements_pending_transaction_count' | 'accounts_with_final_statements_pending_transaction_total' | 'edited_order_tax_amount_exceeding_transaction' | 'edited_order_duty_amount_exceeding_transaction';
16484
+ 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';
16381
16485
  type BillingTransactionStatus = 'pending_proof' | 'posted';
16382
- 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' | 'carrier_fee';
16486
+ 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';
16383
16487
  type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
16384
16488
  type CalculatorEngine = 'flow_rate_and_rule' | 'dtce' | 'dtce_two_calls' | 'dtce_with_deminimis' | 'dtce_merged_with_tax' | 'dtce_with_inclusive_pricing';
16385
16489
  type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
16386
- type CarrierChargeType = 'label' | 'other';
16387
- type CarrierFeeTransactionType = 'adjustment' | 'reversal' | 'fee';
16388
- type CarrierFileType = 'charge' | 'fee';
16490
+ type CarrierChargeType = 'label' | 'tax' | 'other';
16491
+ type CarrierFileType = 'freight' | 'tax';
16389
16492
  type CarrierLabelGenerationMethod = 'direct' | 'easypost';
16390
16493
  type CarrierValidationStatus = 'success' | 'error';
16391
16494
  type CatalogImportType = 'catalog_items' | 'item_form_overlays' | 'item_prices' | 'price_book_items_import' | 'price_book_items_query_import';
@@ -16397,7 +16500,7 @@ declare namespace io.flow.internal.v0.enums {
16397
16500
  type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
16398
16501
  type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
16399
16502
  type ChargeEstimateSource = 'global-e' | 'shopify';
16400
- type ChargeInputType = 'fuelsc' | 'incoterm_ddp' | 'delivery_confirmation' | 'base_charge' | 'package_pickup' | 'insurance' | 'usps_first_mile' | 'oversize_piece' | 'incoterm_dap' | 'emergency_situation' | 'remote_area_delivery' | 'customs_clearance_surcharge' | 'security_surcharge' | 'duties_fx_surcharge' | 'electronic_export_information_surcharge';
16503
+ type ChargeInputType = 'fuelsc' | 'incoterm_ddp' | 'delivery_confirmation' | 'base_charge' | 'package_pickup' | 'insurance' | 'usps_first_mile' | 'oversize_piece' | 'incoterm_dap' | 'emergency_situation' | 'remote_area_delivery' | 'customs_clearance_surcharge' | 'security_surcharge' | 'duties_fx_surcharge' | 'electronic_export_information_surcharge' | 'additional_handling' | 'large_package_surcharge';
16401
16504
  type ChargebackPaymentStatus = 'captured' | 'refunded';
16402
16505
  type ChargebackProcessStatus = 'inquiry' | 'open' | 'closed';
16403
16506
  type CheckoutAssetType = 'stylesheet' | 'javascript';
@@ -16406,7 +16509,11 @@ declare namespace io.flow.internal.v0.enums {
16406
16509
  type CheckoutRedirectMethod = 'get' | 'post';
16407
16510
  type CheckoutShippingMethodPromptBehavior = 'always' | 'multiple';
16408
16511
  type CheckoutUrlType = 'continue_shopping' | 'confirmation' | 'invalid_checkout';
16512
+ type ClassificationDecision = 'Accept' | 'Reject';
16409
16513
  type ClassificationErrorCode = 'generic_error';
16514
+ type ClassificationPlatform = 'GlobalE' | 'Flow' | 'Borderfree';
16515
+ type ClassificationType = 'None' | 'Manual' | 'ML';
16516
+ type ClothingAgeClassification = 'None' | 'AgeKidsGeneral' | 'Age0_10' | 'Age10_13' | 'Age13_14';
16410
16517
  type ColmItemType = 'physical' | 'digital';
16411
16518
  type ComplianceType = 'weee';
16412
16519
  type ContentElementType = 'markdown' | 'html' | 'plain_text' | 'href';
@@ -16437,7 +16544,7 @@ declare namespace io.flow.internal.v0.enums {
16437
16544
  type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
16438
16545
  type EmptyAttribute = 'irrelevant';
16439
16546
  type ErpFileType = 'vendor';
16440
- 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' | 'index_assignment_upserted' | 'index_assignment_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' | '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' | 'sales_record_upserted' | 'sales_record_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_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' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | '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' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | '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' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_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' | 'carrier_fee_upserted' | 'carrier_fee_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_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' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | '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' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | '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_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | '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' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_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' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_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_lane_aggregate_upserted' | 'ratecard_lane_aggregate_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' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_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' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_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_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_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' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'matias_item_upserted' | 'matias_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_deleted' | 'tam_item_upserted' | 'tam_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_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
16547
+ 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' | 'index_assignment_upserted' | 'index_assignment_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' | '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' | 'sales_record_upserted' | 'sales_record_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_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' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | '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' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | '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' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_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' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_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' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | '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' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | '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_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | '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' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_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' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_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_lane_aggregate_upserted' | 'ratecard_lane_aggregate_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' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_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' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_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_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_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' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'matias_item_upserted' | 'matias_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_deleted' | 'tam_item_upserted' | 'tam_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_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
16441
16548
  type ExperienceImportType = 'experience_with_settings';
16442
16549
  type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
16443
16550
  type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
@@ -16468,12 +16575,12 @@ declare namespace io.flow.internal.v0.enums {
16468
16575
  type LabelBillingStrategy = 'quote' | 'carrier';
16469
16576
  type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
16470
16577
  type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
16471
- type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'globale_system';
16578
+ type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'merchant_operations' | 'globale_system';
16472
16579
  type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
16473
16580
  type LiabilityType = 'full_value_tax' | 'low_value_goods_tax' | 'high_value_goods_tax' | 'duties';
16474
16581
  type LogisticsCapability = 'logistics_address_correction';
16475
16582
  type ManualReviewRuleStatus = 'active' | 'archived';
16476
- type ManualTransactionCategory = 'cancelled_order_refund' | 'channel_partner_initiated' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'partial_refund' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee' | 'bank_payment_failure';
16583
+ 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';
16477
16584
  type MarketingGatewayAccountConnectionStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected';
16478
16585
  type MarketingGatewayChannelIntegrationType = 'automated' | 'manual';
16479
16586
  type MarketingGatewayChannelStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected' | 'unavailable';
@@ -16533,8 +16640,9 @@ declare namespace io.flow.internal.v0.enums {
16533
16640
  type RedirectReason = 'three_d_secure';
16534
16641
  type RejectionReason = 'merchant_policy' | 'previous_chargebacks' | 'restricted_party_screening' | 'risky_velocity' | 'suspicious_behavior' | 'suspicious_past_activity';
16535
16642
  type ReportInterval = 'hourly' | 'daily' | 'weekly' | 'monthly';
16643
+ type ReportPaymentType = 'credit' | 'debit';
16536
16644
  type ReportStatus = 'created' | 'completed' | 'completed_no_records' | 'failed';
16537
- type ReportType = 'sales_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment' | 'account_quarterly_balances';
16645
+ type ReportType = 'sales_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment' | 'account_quarterly_balances' | 'invariants';
16538
16646
  type ReportingFulfillmentIsVirtual = 'all' | 'mixed' | 'none';
16539
16647
  type ReportingScheme = 'immediate_reporting_to_tax_authority' | 'periodic_reporting_to_tax_authority' | 'paid_at_border' | 'paid_on_delivery';
16540
16648
  type ResponsibleParty = 'flow' | 'organization';
@@ -16552,7 +16660,7 @@ declare namespace io.flow.internal.v0.enums {
16552
16660
  type ShopifyGrantStatus = 'pass' | 'fail';
16553
16661
  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';
16554
16662
  type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
16555
- type ShopifyMarketsQueuedRecordType = 'card_payment' | 'catalog_publication_sync' | 'flow_shop' | 'online_payment' | 'order_update' | 'order_edit' | 'product_restriction_result' | 'product_sync' | 'webhook_registrations';
16663
+ type ShopifyMarketsQueuedRecordType = 'card_payment' | 'catalog_publication_sync' | 'flow_shop' | 'online_payment' | 'order_update' | 'order_edit' | 'product_restriction_result' | 'product_sync' | 'webhook_registrations' | 'channel_organization_identifier';
16556
16664
  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';
16557
16665
  type ShopifyMonitoringMonitorReviewStatus = 'in_review' | 'reviewed';
16558
16666
  type ShopifyMonitoringTrackingField = 'tracking_number' | 'carrier_service' | 'tracking_url';
@@ -16748,6 +16856,7 @@ declare namespace io.flow.internal.v0.models {
16748
16856
  readonly 'liabilities_method': io.flow.internal.v0.enums.AccountSettingLiabilitiesMethod;
16749
16857
  readonly 'enable_fee_reversals': boolean;
16750
16858
  readonly 'record_reason_for_transactions_pending_payout': boolean;
16859
+ readonly 'enable_negative_debits': boolean;
16751
16860
  }
16752
16861
 
16753
16862
  interface AccountSettingsDeleted {
@@ -16819,13 +16928,6 @@ declare namespace io.flow.internal.v0.models {
16819
16928
  readonly 'account': io.flow.internal.v0.models.FlowAccount;
16820
16929
  }
16821
16930
 
16822
- interface AccountingFulfillmentMetadata {
16823
- readonly 'discriminator': 'accounting_fulfillment_metadata';
16824
- readonly 'order': io.flow.internal.v0.models.OrderReference;
16825
- readonly 'proof'?: io.flow.internal.v0.unions.FulfillmentProof;
16826
- readonly 'posting_cutoff': string;
16827
- }
16828
-
16829
16931
  interface AccountingPendingOrderMetadata {
16830
16932
  readonly 'discriminator': 'accounting_pending_order_metadata';
16831
16933
  readonly 'order': io.flow.internal.v0.models.OrderReference;
@@ -17440,6 +17542,20 @@ declare namespace io.flow.internal.v0.models {
17440
17542
  readonly 'order': io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
17441
17543
  }
17442
17544
 
17545
+ interface BankPaymentOrderDeleted {
17546
+ readonly 'discriminator': 'bank_payment_order_deleted';
17547
+ readonly 'event_id': string;
17548
+ readonly 'timestamp': string;
17549
+ readonly 'id': string;
17550
+ }
17551
+
17552
+ interface BankPaymentOrderUpserted {
17553
+ readonly 'discriminator': 'bank_payment_order_upserted';
17554
+ readonly 'event_id': string;
17555
+ readonly 'timestamp': string;
17556
+ readonly 'bank_payment_order': io.flow.internal.v0.models.BankPaymentOrder;
17557
+ }
17558
+
17443
17559
  interface BankPaymentReference {
17444
17560
  readonly 'id': string;
17445
17561
  }
@@ -17656,7 +17772,6 @@ declare namespace io.flow.internal.v0.models {
17656
17772
  readonly 'duty': io.flow.common.v0.models.Price;
17657
17773
  readonly 'trueup': io.flow.common.v0.models.Price;
17658
17774
  readonly 'carrier_charge': io.flow.common.v0.models.Price;
17659
- readonly 'carrier_fee': io.flow.common.v0.models.Price;
17660
17775
  readonly 'ending_balance': io.flow.common.v0.models.Price;
17661
17776
  }
17662
17777
 
@@ -17974,7 +18089,7 @@ declare namespace io.flow.internal.v0.models {
17974
18089
  readonly 'carrier_tracking_number': string;
17975
18090
  readonly 'label_created_at': string;
17976
18091
  readonly 'units': io.flow.internal.v0.models.CarrierChargeUnits;
17977
- readonly 'base': io.flow.trueup.v0.models.LabelBase;
18092
+ readonly 'base'?: io.flow.trueup.v0.models.LabelBase;
17978
18093
  readonly 'surcharges': io.flow.internal.v0.models.LabelSurchargeForm;
17979
18094
  readonly 'total': number;
17980
18095
  readonly 'dead'?: io.flow.trueup.v0.models.DeadWeight;
@@ -18046,7 +18161,7 @@ declare namespace io.flow.internal.v0.models {
18046
18161
 
18047
18162
  interface CarrierChargeUnits {
18048
18163
  readonly 'currency': string;
18049
- readonly 'weight': io.flow.units.v0.enums.UnitOfWeight;
18164
+ readonly 'weight'?: io.flow.units.v0.enums.UnitOfWeight;
18050
18165
  readonly 'length'?: io.flow.units.v0.enums.UnitOfLength;
18051
18166
  }
18052
18167
 
@@ -18058,61 +18173,6 @@ declare namespace io.flow.internal.v0.models {
18058
18173
  readonly 'carrier_charge': io.flow.internal.v0.models.CarrierCharge;
18059
18174
  }
18060
18175
 
18061
- interface CarrierFee {
18062
- readonly 'id': string;
18063
- readonly 'label_invoice_request_id': string;
18064
- readonly 'units': io.flow.internal.v0.models.CarrierFeeUnits;
18065
- readonly 'surcharges': io.flow.internal.v0.models.LabelSurchargeForm;
18066
- readonly 'total': number;
18067
- readonly 'attributes'?: Record<string, string>;
18068
- }
18069
-
18070
- interface CarrierFeeDeleted {
18071
- readonly 'discriminator': 'carrier_fee_deleted';
18072
- readonly 'event_id': string;
18073
- readonly 'timestamp': string;
18074
- readonly 'organization': string;
18075
- readonly 'id': string;
18076
- }
18077
-
18078
- interface CarrierFeeForm {
18079
- readonly 'id': string;
18080
- readonly 'label_invoice_request_id': string;
18081
- readonly 'units': io.flow.internal.v0.models.CarrierFeeUnits;
18082
- readonly 'surcharges': io.flow.internal.v0.models.LabelSurchargeForm;
18083
- readonly 'total': number;
18084
- readonly 'attributes'?: Record<string, string>;
18085
- }
18086
-
18087
- interface CarrierFeeTransaction {
18088
- readonly 'discriminator': 'carrier_fee_transaction';
18089
- readonly 'label_reference': io.flow.internal.v0.models.CarrierFeeTransactionLabelReference;
18090
- readonly 'id': string;
18091
- readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
18092
- readonly 'status': io.flow.internal.v0.enums.BillingTransactionStatus;
18093
- readonly 'posted_at'?: string;
18094
- readonly 'value': io.flow.common.v0.models.Price;
18095
- readonly 'description': string;
18096
- readonly 'statement'?: io.flow.internal.v0.models.BillingStatementReference;
18097
- readonly 'created_at': string;
18098
- }
18099
-
18100
- interface CarrierFeeTransactionLabelReference {
18101
- readonly 'id': string;
18102
- }
18103
-
18104
- interface CarrierFeeUnits {
18105
- readonly 'currency': string;
18106
- }
18107
-
18108
- interface CarrierFeeUpserted {
18109
- readonly 'discriminator': 'carrier_fee_upserted';
18110
- readonly 'event_id': string;
18111
- readonly 'timestamp': string;
18112
- readonly 'organization': string;
18113
- readonly 'carrier_fee': io.flow.internal.v0.models.CarrierFee;
18114
- }
18115
-
18116
18176
  interface CarrierFile {
18117
18177
  readonly 'id': string;
18118
18178
  readonly 'type': io.flow.internal.v0.enums.CarrierFileType;
@@ -18140,6 +18200,19 @@ declare namespace io.flow.internal.v0.models {
18140
18200
  readonly 'timestamp': string;
18141
18201
  }
18142
18202
 
18203
+ interface CarrierTaxForm {
18204
+ readonly 'id': string;
18205
+ readonly 'label_invoice_request_id': string;
18206
+ readonly 'units': io.flow.internal.v0.models.CarrierTaxUnits;
18207
+ readonly 'surcharges': io.flow.internal.v0.models.LabelSurchargeForm;
18208
+ readonly 'total': number;
18209
+ readonly 'attributes'?: Record<string, string>;
18210
+ }
18211
+
18212
+ interface CarrierTaxUnits {
18213
+ readonly 'currency': string;
18214
+ }
18215
+
18143
18216
  interface CatalogImportRequest {
18144
18217
  readonly 'discriminator': 'catalog_import_request';
18145
18218
  readonly 'event_id': string;
@@ -18508,6 +18581,28 @@ declare namespace io.flow.internal.v0.models {
18508
18581
  readonly 'channel_order_summary': io.flow.internal.v0.models.ChannelOrderSummary;
18509
18582
  }
18510
18583
 
18584
+ interface ChannelOrganizationIdentifier {
18585
+ readonly 'id': string;
18586
+ readonly 'organization': io.flow.common.v0.models.OrganizationReference;
18587
+ readonly 'identifier': string;
18588
+ }
18589
+
18590
+ interface ChannelOrganizationIdentifierDeleted {
18591
+ readonly 'discriminator': 'channel_organization_identifier_deleted';
18592
+ readonly 'event_id': string;
18593
+ readonly 'timestamp': string;
18594
+ readonly 'channel_id': string;
18595
+ readonly 'id': string;
18596
+ }
18597
+
18598
+ interface ChannelOrganizationIdentifierUpserted {
18599
+ readonly 'discriminator': 'channel_organization_identifier_upserted';
18600
+ readonly 'event_id': string;
18601
+ readonly 'timestamp': string;
18602
+ readonly 'channel_id': string;
18603
+ readonly 'channel_organization_identifier': io.flow.internal.v0.models.ChannelOrganizationIdentifier;
18604
+ }
18605
+
18511
18606
  interface ChannelOrganizationShopify {
18512
18607
  readonly 'organization': io.flow.channel.v0.models.ChannelOrganization;
18513
18608
  readonly 'tokens': io.flow.internal.v0.models.ShopifyChannelOrganizationTokens[];
@@ -18963,6 +19058,31 @@ declare namespace io.flow.internal.v0.models {
18963
19058
  readonly 'product_id': string;
18964
19059
  }
18965
19060
 
19061
+ interface ClassificationProductRequest {
19062
+ readonly 'merchant_id': string;
19063
+ readonly 'product_name': string;
19064
+ readonly 'product_description': string;
19065
+ readonly 'product_id_internal': string;
19066
+ readonly 'product_id_external': string;
19067
+ readonly 'product_group_code'?: string;
19068
+ readonly 'product_url'?: string;
19069
+ readonly 'product_image'?: string;
19070
+ readonly 'product_attributes': Record<string, string>;
19071
+ readonly 'categories'?: string[];
19072
+ readonly 'platform_id': io.flow.internal.v0.enums.ClassificationPlatform;
19073
+ }
19074
+
19075
+ interface ClassificationProductResult {
19076
+ readonly 'product_id': string;
19077
+ readonly 'merchant_id': string;
19078
+ readonly 'platform_id': io.flow.internal.v0.enums.ClassificationPlatform;
19079
+ readonly 'hs_code'?: string;
19080
+ readonly 'probability'?: number;
19081
+ readonly 'classification_decision': io.flow.internal.v0.enums.ClassificationDecision;
19082
+ readonly 'classification_type': io.flow.internal.v0.enums.ClassificationType;
19083
+ readonly 'clothing_age_classification': io.flow.internal.v0.enums.ClothingAgeClassification;
19084
+ }
19085
+
18966
19086
  interface ClassificationProductSummary {
18967
19087
  readonly 'product_id': string;
18968
19088
  readonly 'organization_id': string;
@@ -19016,6 +19136,17 @@ declare namespace io.flow.internal.v0.models {
19016
19136
  readonly 'classified_by': string;
19017
19137
  }
19018
19138
 
19139
+ interface CliLogEntry {
19140
+ readonly 'id': string;
19141
+ readonly 'user': io.flow.common.v0.models.UserReference;
19142
+ readonly 'task': string;
19143
+ }
19144
+
19145
+ interface CliLogEntryForm {
19146
+ readonly 'user_id': string;
19147
+ readonly 'task': string;
19148
+ }
19149
+
19019
19150
  interface ColmItem {
19020
19151
  readonly 'id': string;
19021
19152
  readonly 'number': string;
@@ -19460,6 +19591,7 @@ declare namespace io.flow.internal.v0.models {
19460
19591
  readonly 'labels': io.flow.internal.v0.models.DebugLabel[];
19461
19592
  readonly 'captures': io.flow.internal.v0.models.DebugPaymentTransactionSummary[];
19462
19593
  readonly 'refunds': io.flow.internal.v0.models.DebugPaymentTransactionSummary[];
19594
+ readonly 'allocation': io.flow.experience.v0.models.AllocationV2;
19463
19595
  }
19464
19596
 
19465
19597
  interface DebugFulfillmentDelta {
@@ -19485,6 +19617,8 @@ declare namespace io.flow.internal.v0.models {
19485
19617
  interface DebugOrder {
19486
19618
  readonly 'organization_id': string;
19487
19619
  readonly 'number': string;
19620
+ readonly 'prices': io.flow.order.price.v0.models.OrderPriceDetail[];
19621
+ readonly 'total': io.flow.common.v0.models.MoneyWithBase;
19488
19622
  readonly 'identifiers'?: Record<string, string>;
19489
19623
  readonly 'submitted_at'?: string;
19490
19624
  }
@@ -19667,14 +19801,14 @@ declare namespace io.flow.internal.v0.models {
19667
19801
 
19668
19802
  interface DimensionEstimateOpsInput {
19669
19803
  readonly 'organization_id': string;
19670
- readonly 'length_unit'?: io.flow.common.v0.enums.UnitOfMeasurement;
19671
- readonly 'length_val'?: string;
19672
- readonly 'width_unit'?: io.flow.common.v0.enums.UnitOfMeasurement;
19673
- readonly 'width_val'?: string;
19674
- readonly 'depth_unit'?: io.flow.common.v0.enums.UnitOfMeasurement;
19675
- readonly 'depth_val'?: string;
19676
- readonly 'weight_unit'?: io.flow.common.v0.enums.UnitOfMeasurement;
19677
- readonly 'weight_val'?: string;
19804
+ readonly 'length_units'?: io.flow.common.v0.enums.UnitOfMeasurement;
19805
+ readonly 'length_value'?: string;
19806
+ readonly 'width_units'?: io.flow.common.v0.enums.UnitOfMeasurement;
19807
+ readonly 'width_value'?: string;
19808
+ readonly 'depth_units'?: io.flow.common.v0.enums.UnitOfMeasurement;
19809
+ readonly 'depth_value'?: string;
19810
+ readonly 'weight_units'?: io.flow.common.v0.enums.UnitOfMeasurement;
19811
+ readonly 'weight_value'?: string;
19678
19812
  }
19679
19813
 
19680
19814
  interface Discount {
@@ -20540,6 +20674,19 @@ declare namespace io.flow.internal.v0.models {
20540
20674
  readonly 'tracker_id': string;
20541
20675
  }
20542
20676
 
20677
+ interface FailedDimensionEstimateOpsInputWithReason {
20678
+ readonly 'organization_id': string;
20679
+ readonly 'length_units'?: io.flow.common.v0.enums.UnitOfMeasurement;
20680
+ readonly 'length_value'?: string;
20681
+ readonly 'width_units'?: io.flow.common.v0.enums.UnitOfMeasurement;
20682
+ readonly 'width_value'?: string;
20683
+ readonly 'depth_units'?: io.flow.common.v0.enums.UnitOfMeasurement;
20684
+ readonly 'depth_value'?: string;
20685
+ readonly 'weight_units'?: io.flow.common.v0.enums.UnitOfMeasurement;
20686
+ readonly 'weight_value'?: string;
20687
+ readonly 'reason'?: string;
20688
+ }
20689
+
20543
20690
  interface Feature {
20544
20691
  readonly 'id': string;
20545
20692
  readonly 'key': string;
@@ -20920,6 +21067,10 @@ declare namespace io.flow.internal.v0.models {
20920
21067
  readonly 'next_action_from': io.flow.internal.v0.enums.ChannelOrderAcceptanceNextActionFrom;
20921
21068
  }
20922
21069
 
21070
+ interface ForceTransitForm {
21071
+ readonly 'description': string;
21072
+ }
21073
+
20923
21074
  interface FraudPendingReview {
20924
21075
  readonly 'id': string;
20925
21076
  readonly 'fraud_review_id': string;
@@ -21145,8 +21296,9 @@ declare namespace io.flow.internal.v0.models {
21145
21296
  readonly 'merchant': io.flow.internal.v0.models.MerchantSummary;
21146
21297
  readonly 'sequence_number': number;
21147
21298
  readonly 'posting_cutoff': string;
21148
- readonly 'trigger': io.flow.internal.v0.unions.FulfillmentTrigger;
21299
+ readonly 'trigger'?: io.flow.internal.v0.unions.FulfillmentTrigger;
21149
21300
  readonly 'fulfilled_at': string;
21301
+ readonly 'carrier'?: io.flow.internal.v0.models.FulfillmentCarrier;
21150
21302
  readonly 'owner': io.flow.internal.v0.enums.ResponsibleParty;
21151
21303
  readonly 'origin'?: io.flow.internal.v0.models.FulfillmentOrigin;
21152
21304
  readonly 'business'?: io.flow.internal.v0.models.FulfillmentBusiness;
@@ -21176,6 +21328,12 @@ declare namespace io.flow.internal.v0.models {
21176
21328
  readonly 'cancelled_lines': io.flow.order.management.v0.models.FulfillmentLineCancelForm[];
21177
21329
  }
21178
21330
 
21331
+ interface FulfillmentCarrier {
21332
+ readonly 'id': string;
21333
+ readonly 'service_id'?: string;
21334
+ readonly 'tracking_number'?: string;
21335
+ }
21336
+
21179
21337
  interface FulfillmentDeleted {
21180
21338
  readonly 'discriminator': 'fulfillment_deleted';
21181
21339
  readonly 'event_id': string;
@@ -21717,6 +21875,13 @@ declare namespace io.flow.internal.v0.models {
21717
21875
  readonly 'order': io.flow.experience.v0.models.OrderPutForm;
21718
21876
  }
21719
21877
 
21878
+ interface Invariant {
21879
+ readonly 'name': string;
21880
+ readonly 'count': number;
21881
+ readonly 'fired_at': string;
21882
+ readonly 'sql': string;
21883
+ }
21884
+
21720
21885
  interface InventoryOrganizationSettings {
21721
21886
  readonly 'id': string;
21722
21887
  readonly 'inventory_reservation': io.flow.internal.v0.enums.InventoryReservation;
@@ -21857,6 +22022,9 @@ declare namespace io.flow.internal.v0.models {
21857
22022
 
21858
22023
  interface ItemCustomsDetails {
21859
22024
  readonly 'item_number': string;
22025
+ readonly 'product_title'?: string;
22026
+ readonly 'sanitized_product_title'?: string;
22027
+ readonly 'sanitized_rule_ids'?: string[];
21860
22028
  readonly 'sub_item_number'?: string;
21861
22029
  readonly 'customs_description'?: string;
21862
22030
  readonly 'origin': string;
@@ -22261,6 +22429,8 @@ declare namespace io.flow.internal.v0.models {
22261
22429
  }
22262
22430
 
22263
22431
  interface LabelSurchargeForm {
22432
+ readonly 'all'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
22433
+ readonly 'base_and_fuel'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
22264
22434
  readonly 'fuel'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
22265
22435
  readonly 'remote_area'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
22266
22436
  readonly 'oversize'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
@@ -22272,6 +22442,12 @@ declare namespace io.flow.internal.v0.models {
22272
22442
  readonly 'eei_filing'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
22273
22443
  readonly 'fixed_ddp'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
22274
22444
  readonly 'fixed_currency_conversion'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
22445
+ readonly 'prohibited_item'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
22446
+ readonly 'undeliverable_shipment'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
22447
+ readonly 'signature_required'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
22448
+ readonly 'direct_delivery'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
22449
+ readonly 'saturday_stop'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
22450
+ readonly 'residential_extended_area_pickup'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
22275
22451
  }
22276
22452
 
22277
22453
  interface LabelSurchargeSingleForm {
@@ -24764,6 +24940,7 @@ declare namespace io.flow.internal.v0.models {
24764
24940
  readonly 'auto_review_status'?: io.flow.internal.v0.enums.RestrictionStatus;
24765
24941
  readonly 'manually_reviewed_at'?: string;
24766
24942
  readonly 'manually_reviewed_by'?: string;
24943
+ readonly 'cause_rule_id'?: string;
24767
24944
  }
24768
24945
 
24769
24946
  interface ProductRestrictionRuleDecisionDeleted {
@@ -25301,8 +25478,9 @@ declare namespace io.flow.internal.v0.models {
25301
25478
  readonly 'id': string;
25302
25479
  readonly 'status': io.flow.internal.v0.enums.ReportStatus;
25303
25480
  readonly 'type': io.flow.internal.v0.enums.ReportType;
25304
- readonly 'from': string;
25305
- readonly 'to': string;
25481
+ readonly 'from'?: string;
25482
+ readonly 'to'?: string;
25483
+ readonly 'payment_type'?: io.flow.internal.v0.enums.ReportPaymentType;
25306
25484
  readonly 'url'?: string;
25307
25485
  readonly 'processed_at'?: string;
25308
25486
  }
@@ -25325,9 +25503,20 @@ declare namespace io.flow.internal.v0.models {
25325
25503
  }
25326
25504
 
25327
25505
  interface ReportForm {
25328
- readonly 'from': string;
25329
- readonly 'to': string;
25330
25506
  readonly 'type': io.flow.internal.v0.enums.ReportType;
25507
+ readonly 'from'?: string;
25508
+ readonly 'to'?: string;
25509
+ readonly 'payment_type'?: io.flow.internal.v0.enums.ReportPaymentType;
25510
+ readonly 'orders'?: io.flow.internal.v0.models.ReportOrderReference[];
25511
+ }
25512
+
25513
+ interface ReportMerchant {
25514
+ readonly 'id': string;
25515
+ }
25516
+
25517
+ interface ReportOrderReference {
25518
+ readonly 'organization_id': string;
25519
+ readonly 'order_number': string;
25331
25520
  }
25332
25521
 
25333
25522
  interface ReportOwner {
@@ -25477,7 +25666,6 @@ declare namespace io.flow.internal.v0.models {
25477
25666
  readonly 'tax': io.flow.internal.v0.models.ReportingMonetaryValue;
25478
25667
  readonly 'duty': io.flow.internal.v0.models.ReportingMonetaryValue;
25479
25668
  readonly 'freight': io.flow.internal.v0.models.ReportingMonetaryValue;
25480
- readonly 'refund': io.flow.internal.v0.models.ReportingMonetaryValue;
25481
25669
  }
25482
25670
 
25483
25671
  interface ReportingMonetaryValue {
@@ -25978,6 +26166,7 @@ declare namespace io.flow.internal.v0.models {
25978
26166
  readonly 'payment': io.flow.internal.v0.models.ReportPayment;
25979
26167
  readonly 'bank_account': io.flow.internal.v0.models.ReportBankAccountCleartext;
25980
26168
  readonly 'account': io.flow.internal.v0.models.ReportAccount;
26169
+ readonly 'merchant': io.flow.internal.v0.models.ReportMerchant;
25981
26170
  readonly 'owner': io.flow.internal.v0.models.ReportOwner;
25982
26171
  readonly 'description': string;
25983
26172
  }
@@ -26692,6 +26881,7 @@ declare namespace io.flow.internal.v0.models {
26692
26881
  readonly 'initial_catalog_synced_at'?: string;
26693
26882
  readonly 'catalog_sync_duration'?: number;
26694
26883
  readonly 'catalog_products_count'?: number;
26884
+ readonly 'initial_product_restrictions_synced_at'?: string;
26695
26885
  }
26696
26886
 
26697
26887
  interface ShopifyShopUpserted {
@@ -26701,9 +26891,9 @@ declare namespace io.flow.internal.v0.models {
26701
26891
  readonly 'shop': io.flow.internal.v0.models.Shop;
26702
26892
  }
26703
26893
 
26704
- interface ShopifyStorePassword {
26705
- readonly 'temporary_password': string;
26706
- readonly 'expiry': string;
26894
+ interface ShopifyStoreDetail {
26895
+ readonly 'shopify_domain': string;
26896
+ readonly 'shop_id': string;
26707
26897
  }
26708
26898
 
26709
26899
  interface ShopifyWebhook {
@@ -27306,7 +27496,7 @@ declare namespace io.flow.internal.v0.models {
27306
27496
  readonly 'type_id': string;
27307
27497
  readonly 'source_type'?: string;
27308
27498
  readonly 'source_id'?: string;
27309
- readonly 'environment'?: string;
27499
+ readonly 'environment': io.flow.common.v0.enums.Environment;
27310
27500
  readonly 'created_at': string;
27311
27501
  readonly 'num_attempts': number;
27312
27502
  readonly 'next_attempt_at': string;
@@ -28011,7 +28201,7 @@ declare namespace io.flow.internal.v0.unions {
28011
28201
  type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
28012
28202
  type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal);
28013
28203
  type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
28014
- 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.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | 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.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.SalesRecordUpserted | io.flow.internal.v0.models.SalesRecordDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | 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.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | 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.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | 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.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | 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.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | 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.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | 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.CarrierFeeUpserted | io.flow.internal.v0.models.CarrierFeeDeleted | 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.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.PregeneratedRequestEvent | 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.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | 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.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | 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.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | 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.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | 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.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | 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.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.PricingIndicator | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | 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.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | 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.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | 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.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | 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.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | 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.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.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.SvitlanaItemUpserted | io.flow.internal.v0.models.SvitlanaItemDeleted | io.flow.internal.v0.models.ColmItemUpserted | io.flow.internal.v0.models.ColmItemDeleted | io.flow.internal.v0.models.MatiasItemUpserted | io.flow.internal.v0.models.MatiasItemDeleted | io.flow.internal.v0.models.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | io.flow.internal.v0.models.TamItemUpserted | io.flow.internal.v0.models.TamItemDeleted | 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.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
28204
+ 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.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | 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.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.SalesRecordUpserted | io.flow.internal.v0.models.SalesRecordDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | 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.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | 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.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | 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.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | 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.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | 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.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | 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.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.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.PregeneratedRequestEvent | 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.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | 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.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | 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.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | 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.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | 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.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | 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.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.PricingIndicator | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | 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.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | 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.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | 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.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | 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.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.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | 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.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.SvitlanaItemUpserted | io.flow.internal.v0.models.SvitlanaItemDeleted | io.flow.internal.v0.models.ColmItemUpserted | io.flow.internal.v0.models.ColmItemDeleted | io.flow.internal.v0.models.MatiasItemUpserted | io.flow.internal.v0.models.MatiasItemDeleted | io.flow.internal.v0.models.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | io.flow.internal.v0.models.TamItemUpserted | io.flow.internal.v0.models.TamItemDeleted | 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.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
28015
28205
  type Experiment = (io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment);
28016
28206
  type ExplicitStatementForm = (io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions);
28017
28207
  type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
@@ -28065,10 +28255,10 @@ declare namespace io.flow.internal.v0.unions {
28065
28255
  type TariffEligibilityData = (io.flow.internal.v0.models.RegisteredExporterTariffEligibilityData);
28066
28256
  type TariffEligibilityForm = (io.flow.internal.v0.models.RegisteredExporterTariffEligibilityForm);
28067
28257
  type TaskData = (io.flow.internal.v0.models.TaskProcessQueuedEvent | io.flow.internal.v0.models.TaskSummarizeCode | io.flow.internal.v0.models.TaskItemUpserted | io.flow.internal.v0.models.TaskImport);
28068
- type TaskMetadata = (io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingFulfillmentMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata);
28258
+ type TaskMetadata = (io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata);
28069
28259
  type TaxAmount = (io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount);
28070
28260
  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);
28071
- 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.CarrierFeeTransaction);
28261
+ 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);
28072
28262
  type TransactionSummary = (io.flow.internal.v0.models.PaymentSummaryV2 | io.flow.internal.v0.models.FraudSummary);
28073
28263
  type ValidationRule = (io.flow.internal.v0.models.ValidationCharacterLength);
28074
28264
  type Variant = (io.flow.internal.v0.models.ExperienceVariant | io.flow.internal.v0.models.FeatureVariant);
@@ -28095,7 +28285,6 @@ export const browserBundleErrorCode: PropTypes.Requireable<io.flow.internal.v0.e
28095
28285
  export const calculatorEngine: PropTypes.Requireable<io.flow.internal.v0.enums.CalculatorEngine>;
28096
28286
  export const carrierChargeTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierChargeTransactionType>;
28097
28287
  export const carrierChargeType: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierChargeType>;
28098
- export const carrierFeeTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierFeeTransactionType>;
28099
28288
  export const carrierFileType: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierFileType>;
28100
28289
  export const carrierLabelGenerationMethod: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierLabelGenerationMethod>;
28101
28290
  export const carrierValidationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierValidationStatus>;
@@ -28117,7 +28306,11 @@ export const checkoutPromptBehavior: PropTypes.Requireable<io.flow.internal.v0.e
28117
28306
  export const checkoutRedirectMethod: PropTypes.Requireable<io.flow.internal.v0.enums.CheckoutRedirectMethod>;
28118
28307
  export const checkoutShippingMethodPromptBehavior: PropTypes.Requireable<io.flow.internal.v0.enums.CheckoutShippingMethodPromptBehavior>;
28119
28308
  export const checkoutUrlType: PropTypes.Requireable<io.flow.internal.v0.enums.CheckoutUrlType>;
28309
+ export const classificationDecision: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationDecision>;
28120
28310
  export const classificationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationErrorCode>;
28311
+ export const classificationPlatform: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationPlatform>;
28312
+ export const classificationType: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationType>;
28313
+ export const clothingAgeClassification: PropTypes.Requireable<io.flow.internal.v0.enums.ClothingAgeClassification>;
28121
28314
  export const colmItemType: PropTypes.Requireable<io.flow.internal.v0.enums.ColmItemType>;
28122
28315
  export const complianceType: PropTypes.Requireable<io.flow.internal.v0.enums.ComplianceType>;
28123
28316
  export const contentElementType: PropTypes.Requireable<io.flow.internal.v0.enums.ContentElementType>;
@@ -28244,6 +28437,7 @@ export const reboundConfigurationStatus: PropTypes.Requireable<io.flow.internal.
28244
28437
  export const redirectReason: PropTypes.Requireable<io.flow.internal.v0.enums.RedirectReason>;
28245
28438
  export const rejectionReason: PropTypes.Requireable<io.flow.internal.v0.enums.RejectionReason>;
28246
28439
  export const reportInterval: PropTypes.Requireable<io.flow.internal.v0.enums.ReportInterval>;
28440
+ export const reportPaymentType: PropTypes.Requireable<io.flow.internal.v0.enums.ReportPaymentType>;
28247
28441
  export const reportStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ReportStatus>;
28248
28442
  export const reportType: PropTypes.Requireable<io.flow.internal.v0.enums.ReportType>;
28249
28443
  export const reportingFulfillmentIsVirtual: PropTypes.Requireable<io.flow.internal.v0.enums.ReportingFulfillmentIsVirtual>;
@@ -28325,7 +28519,6 @@ export const accountSummary: PropTypes.Requireable<io.flow.internal.v0.models.Ac
28325
28519
  export const accountTransactionsExportRequest: PropTypes.Requireable<io.flow.internal.v0.models.AccountTransactionsExportRequest>;
28326
28520
  export const accountUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AccountUpserted>;
28327
28521
  export const accountUpsertedV2: PropTypes.Requireable<io.flow.internal.v0.models.AccountUpsertedV2>;
28328
- export const accountingFulfillmentMetadata: PropTypes.Requireable<io.flow.internal.v0.models.AccountingFulfillmentMetadata>;
28329
28522
  export const accountingPendingOrderMetadata: PropTypes.Requireable<io.flow.internal.v0.models.AccountingPendingOrderMetadata>;
28330
28523
  export const actionQuantity: PropTypes.Requireable<io.flow.internal.v0.models.ActionQuantity>;
28331
28524
  export const additionalImportTax: PropTypes.Requireable<io.flow.internal.v0.models.AdditionalImportTax>;
@@ -28412,6 +28605,8 @@ export const bankPayment: PropTypes.Requireable<io.flow.internal.v0.models.BankP
28412
28605
  export const bankPaymentDeletedV2: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentDeletedV2>;
28413
28606
  export const bankPaymentForm: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentForm>;
28414
28607
  export const bankPaymentOrder: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentOrder>;
28608
+ export const bankPaymentOrderDeleted: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentOrderDeleted>;
28609
+ export const bankPaymentOrderUpserted: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentOrderUpserted>;
28415
28610
  export const bankPaymentReference: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentReference>;
28416
28611
  export const bankPaymentStatusForm: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentStatusForm>;
28417
28612
  export const bankPaymentStatusImport: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentStatusImport>;
@@ -28491,17 +28686,12 @@ export const carrierChargeReference: PropTypes.Requireable<io.flow.internal.v0.m
28491
28686
  export const carrierChargeTransaction: PropTypes.Requireable<io.flow.internal.v0.models.CarrierChargeTransaction>;
28492
28687
  export const carrierChargeUnits: PropTypes.Requireable<io.flow.internal.v0.models.CarrierChargeUnits>;
28493
28688
  export const carrierChargeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.CarrierChargeUpserted>;
28494
- export const carrierFee: PropTypes.Requireable<io.flow.internal.v0.models.CarrierFee>;
28495
- export const carrierFeeDeleted: PropTypes.Requireable<io.flow.internal.v0.models.CarrierFeeDeleted>;
28496
- export const carrierFeeForm: PropTypes.Requireable<io.flow.internal.v0.models.CarrierFeeForm>;
28497
- export const carrierFeeTransaction: PropTypes.Requireable<io.flow.internal.v0.models.CarrierFeeTransaction>;
28498
- export const carrierFeeTransactionLabelReference: PropTypes.Requireable<io.flow.internal.v0.models.CarrierFeeTransactionLabelReference>;
28499
- export const carrierFeeUnits: PropTypes.Requireable<io.flow.internal.v0.models.CarrierFeeUnits>;
28500
- export const carrierFeeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.CarrierFeeUpserted>;
28501
28689
  export const carrierFile: PropTypes.Requireable<io.flow.internal.v0.models.CarrierFile>;
28502
28690
  export const carrierFileForm: PropTypes.Requireable<io.flow.internal.v0.models.CarrierFileForm>;
28503
28691
  export const carrierFileResult: PropTypes.Requireable<io.flow.internal.v0.models.CarrierFileResult>;
28504
28692
  export const carrierInvoice: PropTypes.Requireable<io.flow.internal.v0.models.CarrierInvoice>;
28693
+ export const carrierTaxForm: PropTypes.Requireable<io.flow.internal.v0.models.CarrierTaxForm>;
28694
+ export const carrierTaxUnits: PropTypes.Requireable<io.flow.internal.v0.models.CarrierTaxUnits>;
28505
28695
  export const catalogImportRequest: PropTypes.Requireable<io.flow.internal.v0.models.CatalogImportRequest>;
28506
28696
  export const catalogItemBatchIndexTask: PropTypes.Requireable<io.flow.internal.v0.models.CatalogItemBatchIndexTask>;
28507
28697
  export const catalogItemDeleteIndexTask: PropTypes.Requireable<io.flow.internal.v0.models.CatalogItemDeleteIndexTask>;
@@ -28552,6 +28742,9 @@ export const channelOrderSummary: PropTypes.Requireable<io.flow.internal.v0.mode
28552
28742
  export const channelOrderSummaryDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrderSummaryDeleted>;
28553
28743
  export const channelOrderSummaryFulfillmentDetails: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrderSummaryFulfillmentDetails>;
28554
28744
  export const channelOrderSummaryUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrderSummaryUpserted>;
28745
+ export const channelOrganizationIdentifier: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationIdentifier>;
28746
+ export const channelOrganizationIdentifierDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted>;
28747
+ export const channelOrganizationIdentifierUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted>;
28555
28748
  export const channelOrganizationShopify: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationShopify>;
28556
28749
  export const channelOrganizationShopifyForm: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationShopifyForm>;
28557
28750
  export const channelOrganizationShopifyPostForm: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationShopifyPostForm>;
@@ -28614,6 +28807,8 @@ export const classificationItem: PropTypes.Requireable<io.flow.internal.v0.model
28614
28807
  export const classificationProduct: PropTypes.Requireable<io.flow.internal.v0.models.ClassificationProduct>;
28615
28808
  export const classificationProductHarmonization: PropTypes.Requireable<io.flow.internal.v0.models.ClassificationProductHarmonization>;
28616
28809
  export const classificationProductId: PropTypes.Requireable<io.flow.internal.v0.models.ClassificationProductId>;
28810
+ export const classificationProductRequest: PropTypes.Requireable<io.flow.internal.v0.models.ClassificationProductRequest>;
28811
+ export const classificationProductResult: PropTypes.Requireable<io.flow.internal.v0.models.ClassificationProductResult>;
28617
28812
  export const classificationProductSummary: PropTypes.Requireable<io.flow.internal.v0.models.ClassificationProductSummary>;
28618
28813
  export const classificationProductSummaryPage: PropTypes.Requireable<io.flow.internal.v0.models.ClassificationProductSummaryPage>;
28619
28814
  export const classificationRequeueRequest: PropTypes.Requireable<io.flow.internal.v0.models.ClassificationRequeueRequest>;
@@ -28622,6 +28817,8 @@ export const classificationSummaryReportPayload: PropTypes.Requireable<io.flow.i
28622
28817
  export const classificationWrapper: PropTypes.Requireable<io.flow.internal.v0.models.ClassificationWrapper>;
28623
28818
  export const classifiedProduct: PropTypes.Requireable<io.flow.internal.v0.models.ClassifiedProduct>;
28624
28819
  export const classifiedProductDetail: PropTypes.Requireable<io.flow.internal.v0.models.ClassifiedProductDetail>;
28820
+ export const cliLogEntry: PropTypes.Requireable<io.flow.internal.v0.models.CliLogEntry>;
28821
+ export const cliLogEntryForm: PropTypes.Requireable<io.flow.internal.v0.models.CliLogEntryForm>;
28625
28822
  export const colmItem: PropTypes.Requireable<io.flow.internal.v0.models.ColmItem>;
28626
28823
  export const colmItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ColmItemDeleted>;
28627
28824
  export const colmItemForm: PropTypes.Requireable<io.flow.internal.v0.models.ColmItemForm>;
@@ -28813,6 +29010,7 @@ export const externalFulfillmentProofForm: PropTypes.Requireable<io.flow.interna
28813
29010
  export const externalFulfillmentProofTracking: PropTypes.Requireable<io.flow.internal.v0.models.ExternalFulfillmentProofTracking>;
28814
29011
  export const externalFulfillmentProofTrackingForm: PropTypes.Requireable<io.flow.internal.v0.models.ExternalFulfillmentProofTrackingForm>;
28815
29012
  export const facebookPixel: PropTypes.Requireable<io.flow.internal.v0.models.FacebookPixel>;
29013
+ export const failedDimensionEstimateOpsInputWithReason: PropTypes.Requireable<io.flow.internal.v0.models.FailedDimensionEstimateOpsInputWithReason>;
28816
29014
  export const feature: PropTypes.Requireable<io.flow.internal.v0.models.Feature>;
28817
29015
  export const featureContextForm: PropTypes.Requireable<io.flow.internal.v0.models.FeatureContextForm>;
28818
29016
  export const featureDeleted: PropTypes.Requireable<io.flow.internal.v0.models.FeatureDeleted>;
@@ -28863,6 +29061,7 @@ export const flowLabProjectPutForm: PropTypes.Requireable<io.flow.internal.v0.mo
28863
29061
  export const flowLabelSetting: PropTypes.Requireable<io.flow.internal.v0.models.FlowLabelSetting>;
28864
29062
  export const flowLabelSettingForm: PropTypes.Requireable<io.flow.internal.v0.models.FlowLabelSettingForm>;
28865
29063
  export const flowShopValidationError: PropTypes.Requireable<io.flow.internal.v0.models.FlowShopValidationError>;
29064
+ export const forceTransitForm: PropTypes.Requireable<io.flow.internal.v0.models.ForceTransitForm>;
28866
29065
  export const fraudPendingReview: PropTypes.Requireable<io.flow.internal.v0.models.FraudPendingReview>;
28867
29066
  export const fraudPendingReviewDeleted: PropTypes.Requireable<io.flow.internal.v0.models.FraudPendingReviewDeleted>;
28868
29067
  export const fraudPendingReviewDetail: PropTypes.Requireable<io.flow.internal.v0.models.FraudPendingReviewDetail>;
@@ -28893,6 +29092,7 @@ export const fulfillment: PropTypes.Requireable<io.flow.internal.v0.models.Fulfi
28893
29092
  export const fulfillmentActionForm: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentActionForm>;
28894
29093
  export const fulfillmentBusiness: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentBusiness>;
28895
29094
  export const fulfillmentCancel: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentCancel>;
29095
+ export const fulfillmentCarrier: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentCarrier>;
28896
29096
  export const fulfillmentDeleted: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentDeleted>;
28897
29097
  export const fulfillmentInternalExperienceReference: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentInternalExperienceReference>;
28898
29098
  export const fulfillmentOrigin: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentOrigin>;
@@ -28974,6 +29174,7 @@ export const internalPaypalAuthorizationDetails: PropTypes.Requireable<io.flow.i
28974
29174
  export const internalStripeAuthorizationDetails: PropTypes.Requireable<io.flow.internal.v0.models.InternalStripeAuthorizationDetails>;
28975
29175
  export const internalTransactionDetailsCard: PropTypes.Requireable<io.flow.internal.v0.models.InternalTransactionDetailsCard>;
28976
29176
  export const invalidCheckoutData: PropTypes.Requireable<io.flow.internal.v0.models.InvalidCheckoutData>;
29177
+ export const invariant: PropTypes.Requireable<io.flow.internal.v0.models.Invariant>;
28977
29178
  export const inventoryOrganizationSettings: PropTypes.Requireable<io.flow.internal.v0.models.InventoryOrganizationSettings>;
28978
29179
  export const inventoryOrganizationSettingsForm: PropTypes.Requireable<io.flow.internal.v0.models.InventoryOrganizationSettingsForm>;
28979
29180
  export const invoice: PropTypes.Requireable<io.flow.internal.v0.models.Invoice>;
@@ -29447,6 +29648,8 @@ export const reportAccount: PropTypes.Requireable<io.flow.internal.v0.models.Rep
29447
29648
  export const reportBankAccount: PropTypes.Requireable<io.flow.internal.v0.models.ReportBankAccount>;
29448
29649
  export const reportBankAccountCleartext: PropTypes.Requireable<io.flow.internal.v0.models.ReportBankAccountCleartext>;
29449
29650
  export const reportForm: PropTypes.Requireable<io.flow.internal.v0.models.ReportForm>;
29651
+ export const reportMerchant: PropTypes.Requireable<io.flow.internal.v0.models.ReportMerchant>;
29652
+ export const reportOrderReference: PropTypes.Requireable<io.flow.internal.v0.models.ReportOrderReference>;
29450
29653
  export const reportOwner: PropTypes.Requireable<io.flow.internal.v0.models.ReportOwner>;
29451
29654
  export const reportPayment: PropTypes.Requireable<io.flow.internal.v0.models.ReportPayment>;
29452
29655
  export const reportRuleDecision: PropTypes.Requireable<io.flow.internal.v0.models.ReportRuleDecision>;
@@ -29646,7 +29849,7 @@ export const shopifyPromotionRule: PropTypes.Requireable<io.flow.internal.v0.mod
29646
29849
  export const shopifyShopDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShopDeleted>;
29647
29850
  export const shopifyShopStatistics: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShopStatistics>;
29648
29851
  export const shopifyShopUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShopUpserted>;
29649
- export const shopifyStorePassword: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyStorePassword>;
29852
+ export const shopifyStoreDetail: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyStoreDetail>;
29650
29853
  export const shopifyWebhook: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyWebhook>;
29651
29854
  export const shopifyWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyWebhookEvent>;
29652
29855
  export const shopifyWebhookForm: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyWebhookForm>;