@flowio/api-internal-prop-types 9.24.84 → 9.24.86

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.
@@ -3522,9 +3522,9 @@ declare namespace io.flow.label.v0.models {
3522
3522
  readonly 'key': string;
3523
3523
  readonly 'attributes': Record<string, string>;
3524
3524
  readonly 'carrier_tracking_number': string;
3525
- readonly 'destination': io.flow.fulfillment.v0.models.ShippingAddress;
3525
+ readonly 'destination'?: io.flow.fulfillment.v0.models.ShippingAddress;
3526
3526
  readonly 'flow_tracking_number': string;
3527
- readonly 'origin': io.flow.fulfillment.v0.models.ShippingAddress;
3527
+ readonly 'origin'?: io.flow.fulfillment.v0.models.ShippingAddress;
3528
3528
  readonly 'package'?: io.flow.label.v0.models.ShippingLabelPackage;
3529
3529
  readonly 'service': io.flow.fulfillment.v0.unions.ServiceDescription;
3530
3530
  readonly 'window'?: io.flow.common.v0.models.DatetimeRange;
@@ -4584,6 +4584,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
4584
4584
 
4585
4585
  interface ShopifyOrderDestinationForm {
4586
4586
  readonly 'destination': io.flow.common.v0.models.Address;
4587
+ readonly 'order_note'?: string;
4587
4588
  }
4588
4589
 
4589
4590
  interface ShopifyShopStatistics {
@@ -6837,6 +6838,7 @@ declare namespace io.flow.shopify.markets.v0.models {
6837
6838
  readonly 'shipping_address'?: io.flow.shopify.markets.v0.models.ShopifyOrderAddress;
6838
6839
  readonly 'note_attributes'?: io.flow.shopify.markets.v0.models.ShopifyOrderAttribute[];
6839
6840
  readonly 'metafields'?: io.flow.shopify.markets.v0.models.ShopifyOrderMetafieldForm[];
6841
+ readonly 'note'?: string;
6840
6842
  }
6841
6843
 
6842
6844
  interface ShopifyWebhookCustomersDataRequest {
@@ -7730,8 +7732,8 @@ declare namespace io.flow.payment.gateway.v0.unions {
7730
7732
  }
7731
7733
 
7732
7734
  declare namespace io.flow.order.price.v0.enums {
7733
- type OrderPriceDetailComponentKey = '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' | 'shipping_discount' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'remote_area_surcharge' | 'fuel_surcharge' | 'emergency_situation_surcharge' | 'peak_surcharge' | 'duties_taxes_paid_surcharge';
7734
- type OrderPriceDetailKey = 'adjustment' | 'subtotal' | 'vat' | 'duty' | 'shipping' | 'insurance' | 'discount' | 'surcharges';
7735
+ type OrderPriceDetailComponentKey = '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' | 'shipping_discount' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'remote_area_surcharge' | 'fuel_surcharge' | 'emergency_situation_surcharge' | 'peak_surcharge' | 'duties_taxes_paid_surcharge' | 'tip';
7736
+ type OrderPriceDetailKey = 'adjustment' | 'subtotal' | 'vat' | 'duty' | 'shipping' | 'insurance' | 'discount' | 'surcharges' | 'tip';
7735
7737
  }
7736
7738
 
7737
7739
  declare namespace io.flow.order.price.v0.models {
@@ -7761,7 +7763,7 @@ declare namespace io.flow.order.price.v0.models {
7761
7763
  declare namespace io.flow.channel.internal.v0.enums {
7762
7764
  type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
7763
7765
  type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
7764
- type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies';
7766
+ type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit';
7765
7767
  type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
7766
7768
  }
7767
7769
 
@@ -8425,7 +8427,7 @@ declare namespace io.flow.common.v0.unions {
8425
8427
 
8426
8428
  declare namespace io.flow.billing.reporting.v0.enums {
8427
8429
  type ReportStatus = 'created' | 'completed' | 'completed_no_records' | 'failed';
8428
- type ReportType = 'sales_record' | 'trueup_overview' | 'non_channel_payment_bank_account';
8430
+ type ReportType = 'sales_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment';
8429
8431
  type ReportingFulfillmentIsVirtual = 'all' | 'mixed' | 'none';
8430
8432
  type RevenueRecordType = 'sales' | 'refund';
8431
8433
  }
@@ -8469,6 +8471,7 @@ declare namespace io.flow.billing.reporting.v0.models {
8469
8471
 
8470
8472
  interface ReportAccount {
8471
8473
  readonly 'id': string;
8474
+ readonly 'currency': string;
8472
8475
  readonly 'source': io.flow.billing.internal.v0.models.AccountSource;
8473
8476
  }
8474
8477
 
@@ -8477,14 +8480,25 @@ declare namespace io.flow.billing.reporting.v0.models {
8477
8480
  readonly 'last4'?: string;
8478
8481
  }
8479
8482
 
8483
+ interface ReportBankAccountCleartext {
8484
+ readonly 'type': string;
8485
+ readonly 'routing_number': string;
8486
+ readonly 'account_number': string;
8487
+ }
8488
+
8480
8489
  interface ReportForm {
8481
8490
  readonly 'from': string;
8482
8491
  readonly 'to': string;
8483
8492
  readonly 'type': io.flow.billing.reporting.v0.enums.ReportType;
8484
8493
  }
8485
8494
 
8495
+ interface ReportOwner {
8496
+ readonly 'name': string;
8497
+ }
8498
+
8486
8499
  interface ReportPayment {
8487
8500
  readonly 'id': string;
8501
+ readonly 'amount': number;
8488
8502
  readonly 'created_at': string;
8489
8503
  }
8490
8504
 
@@ -8711,6 +8725,14 @@ declare namespace io.flow.billing.reporting.v0.models {
8711
8725
  readonly 'marked_as_final': io.flow.billing.reporting.v0.models.MarkedAsFinal;
8712
8726
  readonly 'debug': io.flow.billing.reporting.v0.models.ReportingDebug;
8713
8727
  }
8728
+
8729
+ interface ScheduledPayment {
8730
+ readonly 'payment': io.flow.billing.reporting.v0.models.ReportPayment;
8731
+ readonly 'bank_account': io.flow.billing.reporting.v0.models.ReportBankAccountCleartext;
8732
+ readonly 'account': io.flow.billing.reporting.v0.models.ReportAccount;
8733
+ readonly 'owner': io.flow.billing.reporting.v0.models.ReportOwner;
8734
+ readonly 'description': string;
8735
+ }
8714
8736
  }
8715
8737
 
8716
8738
  declare namespace io.flow.payment.internal.v0.enums {
@@ -13113,6 +13135,7 @@ declare namespace io.flow.billing.internal.v0.models {
13113
13135
  readonly 'sent_on'?: string;
13114
13136
  readonly 'status': io.flow.billing.v0.unions.PayoutStatus;
13115
13137
  readonly 'expected_delivery_by'?: string;
13138
+ readonly 'attributes'?: Record<string, string>;
13116
13139
  readonly 'total': io.flow.common.v0.models.Price;
13117
13140
  }
13118
13141
 
@@ -13124,6 +13147,7 @@ declare namespace io.flow.billing.internal.v0.models {
13124
13147
  readonly 'amount': number;
13125
13148
  readonly 'currency': string;
13126
13149
  readonly 'transfer_transaction_ids': string[];
13150
+ readonly 'attributes'?: Record<string, string>;
13127
13151
  }
13128
13152
 
13129
13153
  interface BankPaymentStatusForm {
@@ -13131,6 +13155,33 @@ declare namespace io.flow.billing.internal.v0.models {
13131
13155
  readonly 'failure_reason'?: io.flow.billing.v0.enums.PayoutStatusFailureCode;
13132
13156
  }
13133
13157
 
13158
+ interface BankPaymentStatusImport {
13159
+ readonly 'id': string;
13160
+ readonly 'created_at': string;
13161
+ readonly 'result'?: io.flow.billing.internal.v0.models.BankPaymentStatusImportResult;
13162
+ }
13163
+
13164
+ interface BankPaymentStatusImportForm {
13165
+ readonly 'forms': io.flow.billing.internal.v0.models.BankPaymentStatusSingleForm[];
13166
+ }
13167
+
13168
+ interface BankPaymentStatusImportResult {
13169
+ readonly 'processed_at': string;
13170
+ readonly 'number_lines_successful': number;
13171
+ readonly 'number_lines_with_errors': number;
13172
+ readonly 'errors_url'?: string;
13173
+ }
13174
+
13175
+ interface BankPaymentStatusSentImportForm {
13176
+ readonly 'payment_ids': string[];
13177
+ }
13178
+
13179
+ interface BankPaymentStatusSingleForm {
13180
+ readonly 'payment_id': string;
13181
+ readonly 'code': io.flow.billing.internal.v0.enums.BankPaymentStatusCode;
13182
+ readonly 'failure_reason'?: io.flow.billing.v0.enums.PayoutStatusFailureCode;
13183
+ }
13184
+
13134
13185
  interface BillingAuthorizationReference {
13135
13186
  readonly 'id': string;
13136
13187
  }
@@ -13995,7 +14046,7 @@ declare namespace io.flow.billing.internal.v0.unions {
13995
14046
  }
13996
14047
 
13997
14048
  declare namespace io.flow.billing.v0.enums {
13998
- type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'fx' | 'processing' | 'rate_lock' | 'transfer';
14049
+ type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee';
13999
14050
  type PayoutAttachmentType = 'transactions';
14000
14051
  type PayoutStatusFailureCode = 'invalid_account_number' | 'account_closed' | 'could_not_process';
14001
14052
  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';
@@ -14300,6 +14351,7 @@ declare namespace io.flow.billing.v0.models {
14300
14351
  readonly 'discriminator': 'shipping_label';
14301
14352
  readonly 'request_method'?: io.flow.label.v0.enums.LabelRequestMethod;
14302
14353
  readonly 'carrier': io.flow.billing.v0.models.TransactionMetadataShippingLabelCarrier;
14354
+ readonly 'revenue_share_percentage'?: number;
14303
14355
  }
14304
14356
 
14305
14357
  interface TransactionMetadataShippingLabelCarrier {
@@ -16016,7 +16068,7 @@ declare namespace io.flow.internal.v0.enums {
16016
16068
  type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
16017
16069
  type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
16018
16070
  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';
16019
- 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' | '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_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' | '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' | 'queued_record_snooze_count' | 'queued_record_snooze_ending_in_48_hours_count' | 'statements_no_payout_count' | 'statements_no_payout_total' | 'statements_pending_payout_count' | 'statements_pending_payout_total' | '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_updates' | 'percentage_bank_account_unique_updates' | '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';
16071
+ 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' | '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_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' | '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' | 'queued_record_snooze_count' | 'queued_record_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';
16020
16072
  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';
16021
16073
  type BillingStatementBatchFileKey = 'summary';
16022
16074
  type BillingTransactionStatus = 'pending' | 'pending_proof' | 'posted';
@@ -16026,13 +16078,14 @@ declare namespace io.flow.internal.v0.enums {
16026
16078
  type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
16027
16079
  type CalculatorEngine = 'flow_rate_and_rule' | 'dtce' | 'dtce_two_calls' | 'dtce_with_deminimis' | 'dtce_merged_with_tax' | 'dtce_with_inclusive_pricing';
16028
16080
  type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge';
16081
+ type CarrierChargeType = 'label' | 'other';
16029
16082
  type CarrierLabelGenerationMethod = 'direct' | 'easypost';
16030
16083
  type CarrierValidationStatus = 'success' | 'error';
16031
16084
  type CatalogImportType = 'catalog_items' | 'item_form_overlays' | 'item_prices' | 'price_book_items_import' | 'price_book_items_query_import';
16032
16085
  type ChannelBilledTransactionType = 'adjustment' | 'reversal' | 'channel_initiated';
16033
16086
  type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
16034
16087
  type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
16035
- type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies';
16088
+ type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit';
16036
16089
  type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
16037
16090
  type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
16038
16091
  type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
@@ -16144,7 +16197,7 @@ declare namespace io.flow.internal.v0.enums {
16144
16197
  type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
16145
16198
  type EmptyAttribute = 'irrelevant';
16146
16199
  type ErpFileType = 'vendor';
16147
- 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' | '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_deleted' | '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' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_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' | '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' | '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' | 'virtual_card_provider_upserted' | 'virtual_card_provider_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' | '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' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_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';
16200
+ 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' | '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_deleted' | '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' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_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' | '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' | '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' | 'virtual_card_provider_upserted' | 'virtual_card_provider_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' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_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';
16148
16201
  type ExperienceImportType = 'experience_with_settings';
16149
16202
  type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
16150
16203
  type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
@@ -16176,7 +16229,6 @@ declare namespace io.flow.internal.v0.enums {
16176
16229
  type LabelBillingStrategy = 'quote' | 'carrier';
16177
16230
  type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
16178
16231
  type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
16179
- type LabelGenerationAddressFailureStatus = 'in_review' | 'resolved' | 'unresolved';
16180
16232
  type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'globale_system';
16181
16233
  type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
16182
16234
  type LiabilityType = 'full_value_tax' | 'low_value_goods_tax' | 'high_value_goods_tax' | 'duties';
@@ -16204,11 +16256,13 @@ declare namespace io.flow.internal.v0.enums {
16204
16256
  type OnboardingAutomationTaskState = 'not_started' | 'in_progress' | 'success' | 'failed';
16205
16257
  type OnboardingStateSource = 'unknown' | 'unit_test' | 'api' | 'api_activation' | 'audit_auto_activation' | 'api_deactivation' | 'api_sandbox_setup' | 'api_internal' | 'api_internal_block' | 'api_internal_unblock' | 'api_internal_delete_transaction' | 'onboarding_application' | 'organization_state_change' | 'restriction_organization_status';
16206
16258
  type OrderAction = 'consumer_submit' | 'fraud_review_accept' | 'fraud_review_decline' | 'payment_fully_authorize' | 'payment_fully_capture';
16259
+ type OrderAddressValidationStatus = 'success' | 'failed';
16207
16260
  type OrderAttributeIntent = 'discount_code';
16208
16261
  type OrderCancellationInitiatedBy = 'flow' | 'organization';
16209
16262
  type OrderChargeTrigger = 'first_shipment' | 'last_shipment' | 'shipment_exhausted';
16210
16263
  type OrderLifecycleEvent = 'order_placed' | 'ready_to_fulfill';
16211
16264
  type OrderTransactionType = 'adjustment' | 'reversal' | 'order_service';
16265
+ type OrderValidationStatus = 'success' | 'failed' | 'unresolvable';
16212
16266
  type OrganizationCapability = 'organization' | 'flow' | 'dynamic';
16213
16267
  type OrganizationMetricType = 'organization_restriction_snapshot' | 'organization_restriction_status';
16214
16268
  type OrganizationPaymentStatus = 'active' | 'archived';
@@ -16242,7 +16296,7 @@ declare namespace io.flow.internal.v0.enums {
16242
16296
  type RejectionReason = 'merchant_policy' | 'previous_chargebacks' | 'restricted_party_screening' | 'risky_velocity' | 'suspicious_behavior' | 'suspicious_past_activity';
16243
16297
  type ReportInterval = 'hourly' | 'daily' | 'weekly' | 'monthly';
16244
16298
  type ReportStatus = 'created' | 'completed' | 'completed_no_records' | 'failed';
16245
- type ReportType = 'sales_record' | 'trueup_overview' | 'non_channel_payment_bank_account';
16299
+ type ReportType = 'sales_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment';
16246
16300
  type ReportingFulfillmentIsVirtual = 'all' | 'mixed' | 'none';
16247
16301
  type ReportingScheme = 'immediate_reporting_to_tax_authority' | 'periodic_reporting_to_tax_authority' | 'paid_at_border' | 'paid_on_delivery';
16248
16302
  type ResponsibleParty = 'flow' | 'organization';
@@ -16260,7 +16314,7 @@ declare namespace io.flow.internal.v0.enums {
16260
16314
  type ShopifyGrantStatus = 'pass' | 'fail';
16261
16315
  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';
16262
16316
  type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
16263
- type ShopifyMarketsQueuedRecordType = 'card_payment' | 'catalog_publication_sync' | 'flow_shop' | 'online_payment' | 'order_update' | 'product_restriction_result' | 'product_sync' | 'webhook_registrations';
16317
+ type ShopifyMarketsQueuedRecordType = 'card_payment' | 'catalog_publication_sync' | 'flow_shop' | 'online_payment' | 'order_update' | 'order_edit' | 'product_restriction_result' | 'product_sync' | 'webhook_registrations';
16264
16318
  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';
16265
16319
  type ShopifyMonitoringMonitorReviewStatus = 'in_review' | 'reviewed';
16266
16320
  type ShopifyMonitoringTrackingField = 'tracking_number' | 'carrier_service' | 'tracking_url';
@@ -16281,6 +16335,7 @@ declare namespace io.flow.internal.v0.enums {
16281
16335
  type SubscriptionFrequency = 'yearly' | 'monthly';
16282
16336
  type SuggestionAction = 'accept' | 'validate' | 'review';
16283
16337
  type SvitlanaType = 'physical' | 'digital';
16338
+ type TamItemType = 'physical' | 'digital';
16284
16339
  type TariffEligibilityType = 'rex';
16285
16340
  type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'rate_levels' | 'center_defaults';
16286
16341
  type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
@@ -17088,6 +17143,7 @@ declare namespace io.flow.internal.v0.models {
17088
17143
  readonly 'sent_on'?: string;
17089
17144
  readonly 'status': io.flow.billing.v0.unions.PayoutStatus;
17090
17145
  readonly 'expected_delivery_by'?: string;
17146
+ readonly 'attributes'?: Record<string, string>;
17091
17147
  readonly 'total': io.flow.common.v0.models.Price;
17092
17148
  }
17093
17149
 
@@ -17114,6 +17170,7 @@ declare namespace io.flow.internal.v0.models {
17114
17170
  readonly 'amount': number;
17115
17171
  readonly 'currency': string;
17116
17172
  readonly 'transfer_transaction_ids': string[];
17173
+ readonly 'attributes'?: Record<string, string>;
17117
17174
  }
17118
17175
 
17119
17176
  interface BankPaymentStatusForm {
@@ -17121,6 +17178,33 @@ declare namespace io.flow.internal.v0.models {
17121
17178
  readonly 'failure_reason'?: io.flow.billing.v0.enums.PayoutStatusFailureCode;
17122
17179
  }
17123
17180
 
17181
+ interface BankPaymentStatusImport {
17182
+ readonly 'id': string;
17183
+ readonly 'created_at': string;
17184
+ readonly 'result'?: io.flow.internal.v0.models.BankPaymentStatusImportResult;
17185
+ }
17186
+
17187
+ interface BankPaymentStatusImportForm {
17188
+ readonly 'forms': io.flow.internal.v0.models.BankPaymentStatusSingleForm[];
17189
+ }
17190
+
17191
+ interface BankPaymentStatusImportResult {
17192
+ readonly 'processed_at': string;
17193
+ readonly 'number_lines_successful': number;
17194
+ readonly 'number_lines_with_errors': number;
17195
+ readonly 'errors_url'?: string;
17196
+ }
17197
+
17198
+ interface BankPaymentStatusSentImportForm {
17199
+ readonly 'payment_ids': string[];
17200
+ }
17201
+
17202
+ interface BankPaymentStatusSingleForm {
17203
+ readonly 'payment_id': string;
17204
+ readonly 'code': io.flow.internal.v0.enums.BankPaymentStatusCode;
17205
+ readonly 'failure_reason'?: io.flow.billing.v0.enums.PayoutStatusFailureCode;
17206
+ }
17207
+
17124
17208
  interface BankPaymentUpserted {
17125
17209
  readonly 'discriminator': 'bank_payment_upserted';
17126
17210
  readonly 'event_id': string;
@@ -17746,15 +17830,45 @@ declare namespace io.flow.internal.v0.models {
17746
17830
  readonly 'error_message'?: string;
17747
17831
  }
17748
17832
 
17833
+ interface CarrierCharge {
17834
+ readonly 'id': string;
17835
+ readonly 'type': io.flow.internal.v0.enums.CarrierChargeType;
17836
+ readonly 'label_invoice_request_id'?: string;
17837
+ readonly 'organization_id': string;
17838
+ readonly 'order_number': string;
17839
+ readonly 'carrier_id': string;
17840
+ readonly 'carrier_tracking_number': string;
17841
+ readonly 'label_created_at': string;
17842
+ readonly 'units': io.flow.internal.v0.models.CarrierChargeUnits;
17843
+ readonly 'base': io.flow.trueup.v0.models.LabelBase;
17844
+ readonly 'surcharges': io.flow.internal.v0.models.LabelSurchargeForm;
17845
+ readonly 'total': number;
17846
+ readonly 'dead'?: io.flow.trueup.v0.models.DeadWeight;
17847
+ readonly 'dimensional'?: io.flow.trueup.v0.models.DimensionalWeight;
17848
+ readonly 'attributes'?: Record<string, string>;
17849
+ readonly 'outbound_carrier_charge_id'?: string;
17850
+ readonly 'reason'?: io.flow.trueup.v0.enums.CarrierChargeReason;
17851
+ }
17852
+
17853
+ interface CarrierChargeDeleted {
17854
+ readonly 'discriminator': 'carrier_charge_deleted';
17855
+ readonly 'event_id': string;
17856
+ readonly 'timestamp': string;
17857
+ readonly 'organization': string;
17858
+ readonly 'id': string;
17859
+ }
17860
+
17749
17861
  interface CarrierChargeFile {
17750
17862
  readonly 'id': string;
17751
17863
  readonly 'url': string;
17864
+ readonly 'attributes'?: Record<string, string>;
17752
17865
  readonly 'created_at': string;
17753
17866
  readonly 'result'?: io.flow.internal.v0.models.CarrierChargeFileResult;
17754
17867
  }
17755
17868
 
17756
17869
  interface CarrierChargeFileForm {
17757
17870
  readonly 'url': string;
17871
+ readonly 'attributes'?: Record<string, string>;
17758
17872
  }
17759
17873
 
17760
17874
  interface CarrierChargeFileResult {
@@ -17821,6 +17935,14 @@ declare namespace io.flow.internal.v0.models {
17821
17935
  readonly 'length'?: io.flow.units.v0.enums.UnitOfLength;
17822
17936
  }
17823
17937
 
17938
+ interface CarrierChargeUpserted {
17939
+ readonly 'discriminator': 'carrier_charge_upserted';
17940
+ readonly 'event_id': string;
17941
+ readonly 'timestamp': string;
17942
+ readonly 'organization': string;
17943
+ readonly 'carrier_charge': io.flow.internal.v0.models.CarrierCharge;
17944
+ }
17945
+
17824
17946
  interface CarrierInvoice {
17825
17947
  readonly 'number': string;
17826
17948
  readonly 'timestamp': string;
@@ -20692,6 +20814,20 @@ declare namespace io.flow.internal.v0.models {
20692
20814
  readonly 'insurance': io.flow.common.v0.models.Price;
20693
20815
  }
20694
20816
 
20817
+ interface ConsoleLabelRequestForm {
20818
+ readonly 'discriminator': 'console_label_request_form';
20819
+ readonly 'order_number': string;
20820
+ readonly 'destination': io.flow.fulfillment.v0.models.ShippingAddress;
20821
+ readonly 'service'?: string;
20822
+ }
20823
+
20824
+ interface ConsoleMarkUnresolvableForm {
20825
+ readonly 'discriminator': 'console_mark_unresolvable_form';
20826
+ readonly 'order_number': string;
20827
+ readonly 'service'?: string;
20828
+ readonly 'note'?: string;
20829
+ }
20830
+
20695
20831
  interface ConsumerOptinActivity {
20696
20832
  readonly 'optin_attribute_key': string;
20697
20833
  readonly 'optin_region': string;
@@ -21664,6 +21800,7 @@ declare namespace io.flow.internal.v0.models {
21664
21800
  interface ErpPriorityVendorForm {
21665
21801
  readonly 'acc_des'?: string;
21666
21802
  readonly 'tax_code'?: string;
21803
+ readonly 'tax_code_2'?: string;
21667
21804
  readonly 'vat_flag'?: string;
21668
21805
  readonly 'country_name'?: string;
21669
21806
  readonly 'w_tax_percent'?: string;
@@ -21700,6 +21837,8 @@ declare namespace io.flow.internal.v0.models {
21700
21837
  readonly 'eacc_des'?: string;
21701
21838
  readonly 'acng_des'?: string;
21702
21839
  readonly 'branch_des'?: string;
21840
+ readonly 'debit_entry_code'?: string;
21841
+ readonly 'credit_entry_code'?: string;
21703
21842
  }
21704
21843
 
21705
21844
  interface ErpVendor {
@@ -24215,6 +24354,8 @@ declare namespace io.flow.internal.v0.models {
24215
24354
  interface ItemSummary {
24216
24355
  readonly 'number': string;
24217
24356
  readonly 'fulfillment_method': io.flow.catalog.v0.enums.FulfillmentMethodValue;
24357
+ readonly 'country_of_origin'?: string;
24358
+ readonly 'inferred'?: boolean;
24218
24359
  }
24219
24360
 
24220
24361
  interface ItemValuesForm {
@@ -24321,20 +24462,6 @@ declare namespace io.flow.internal.v0.models {
24321
24462
  readonly 'postal'?: string;
24322
24463
  }
24323
24464
 
24324
- interface LabelGenerationAddressFailureStatusUpdateForm {
24325
- readonly 'status': io.flow.internal.v0.enums.LabelGenerationAddressFailureStatus;
24326
- }
24327
-
24328
- interface LabelGenerationAddressFailures {
24329
- readonly 'id': string;
24330
- readonly 'organization_id': string;
24331
- readonly 'status': io.flow.internal.v0.enums.LabelGenerationAddressFailureStatus;
24332
- readonly 'order_number': string;
24333
- readonly 'order_submitted_at': string;
24334
- readonly 'carrier_id': string;
24335
- readonly 'destination_errors': io.flow.internal.v0.models.DestinationError[];
24336
- }
24337
-
24338
24465
  interface LabelGenerationSettings {
24339
24466
  readonly 'id': string;
24340
24467
  readonly 'item_identifier'?: string;
@@ -25498,6 +25625,20 @@ declare namespace io.flow.internal.v0.models {
25498
25625
  readonly 'lines': io.flow.internal.v0.models.LineActionQuantities[];
25499
25626
  }
25500
25627
 
25628
+ interface OrderAddressValidation {
25629
+ readonly 'id': string;
25630
+ readonly 'organization_id': string;
25631
+ readonly 'order_number': string;
25632
+ readonly 'service_id': string;
25633
+ readonly 'status': io.flow.internal.v0.enums.OrderAddressValidationStatus;
25634
+ readonly 'destination_street1'?: string;
25635
+ readonly 'destination_street2'?: string;
25636
+ readonly 'destination_city'?: string;
25637
+ readonly 'destination_postal'?: string;
25638
+ readonly 'destination_state'?: string;
25639
+ readonly 'destination_country': string;
25640
+ }
25641
+
25501
25642
  interface OrderAttribute {
25502
25643
  readonly 'id': string;
25503
25644
  readonly 'key': string;
@@ -25744,6 +25885,27 @@ declare namespace io.flow.internal.v0.models {
25744
25885
  readonly 'order_transaction': io.flow.internal.v0.models.OrderTransaction;
25745
25886
  }
25746
25887
 
25888
+ interface OrderValidation {
25889
+ readonly 'id': string;
25890
+ readonly 'organization_id': string;
25891
+ readonly 'order_number': string;
25892
+ readonly 'service_id': string;
25893
+ readonly 'status': io.flow.internal.v0.enums.OrderValidationStatus;
25894
+ }
25895
+
25896
+ interface OrderValidationAttempt {
25897
+ readonly 'id': string;
25898
+ readonly 'organization_id': string;
25899
+ readonly 'order_number': string;
25900
+ readonly 'service_id': string;
25901
+ readonly 'origin': io.flow.fulfillment.v0.models.ShippingAddress;
25902
+ readonly 'destination': io.flow.fulfillment.v0.models.ShippingAddress;
25903
+ readonly 'label_request_method': io.flow.label.v0.enums.LabelRequestMethod;
25904
+ readonly 'label_trigger_method': io.flow.label.v0.enums.LabelTriggerMethod;
25905
+ readonly 'suggested_responsibility': io.flow.internal.v0.enums.LabelRequestErrorHandlingResponsibility;
25906
+ readonly 'errors': string[];
25907
+ }
25908
+
25747
25909
  interface OrderValidationError {
25748
25910
  readonly 'message': string;
25749
25911
  readonly 'reason': io.flow.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
@@ -27340,6 +27502,7 @@ declare namespace io.flow.internal.v0.models {
27340
27502
 
27341
27503
  interface ReportAccount {
27342
27504
  readonly 'id': string;
27505
+ readonly 'currency': string;
27343
27506
  readonly 'source': io.flow.internal.v0.models.AccountSource;
27344
27507
  }
27345
27508
 
@@ -27348,14 +27511,25 @@ declare namespace io.flow.internal.v0.models {
27348
27511
  readonly 'last4'?: string;
27349
27512
  }
27350
27513
 
27514
+ interface ReportBankAccountCleartext {
27515
+ readonly 'type': string;
27516
+ readonly 'routing_number': string;
27517
+ readonly 'account_number': string;
27518
+ }
27519
+
27351
27520
  interface ReportForm {
27352
27521
  readonly 'from': string;
27353
27522
  readonly 'to': string;
27354
27523
  readonly 'type': io.flow.internal.v0.enums.ReportType;
27355
27524
  }
27356
27525
 
27526
+ interface ReportOwner {
27527
+ readonly 'name': string;
27528
+ }
27529
+
27357
27530
  interface ReportPayment {
27358
27531
  readonly 'id': string;
27532
+ readonly 'amount': number;
27359
27533
  readonly 'created_at': string;
27360
27534
  }
27361
27535
 
@@ -27610,6 +27784,7 @@ declare namespace io.flow.internal.v0.models {
27610
27784
  readonly 'rule': io.flow.internal.v0.models.RestrictionRuleSummary;
27611
27785
  readonly 'keywords': io.flow.internal.v0.models.RestrictionKeywords;
27612
27786
  readonly 'status': io.flow.internal.v0.enums.RestrictionStatus;
27787
+ readonly 'cause_rule_id'?: string;
27613
27788
  readonly 'created_at': string;
27614
27789
  readonly 'updated_at': string;
27615
27790
  readonly 'updated_by'?: io.flow.common.v0.models.User;
@@ -27647,6 +27822,7 @@ declare namespace io.flow.internal.v0.models {
27647
27822
  readonly 'id': string;
27648
27823
  readonly 'rule': io.flow.internal.v0.models.RestrictionRuleSummary;
27649
27824
  readonly 'status': io.flow.internal.v0.enums.RestrictionStatus;
27825
+ readonly 'cause_rule_id'?: string;
27650
27826
  readonly 'keywords': io.flow.internal.v0.models.RestrictionKeywords;
27651
27827
  readonly 'date'?: string;
27652
27828
  readonly 'updated_by'?: io.flow.common.v0.models.User;
@@ -27978,6 +28154,14 @@ declare namespace io.flow.internal.v0.models {
27978
28154
  readonly 'requested_by': string;
27979
28155
  }
27980
28156
 
28157
+ interface ScheduledPayment {
28158
+ readonly 'payment': io.flow.internal.v0.models.ReportPayment;
28159
+ readonly 'bank_account': io.flow.internal.v0.models.ReportBankAccountCleartext;
28160
+ readonly 'account': io.flow.internal.v0.models.ReportAccount;
28161
+ readonly 'owner': io.flow.internal.v0.models.ReportOwner;
28162
+ readonly 'description': string;
28163
+ }
28164
+
27981
28165
  interface Screen {
27982
28166
  readonly 'id': string;
27983
28167
  readonly 'q': string;
@@ -27993,6 +28177,30 @@ declare namespace io.flow.internal.v0.models {
27993
28177
  readonly 'country'?: string;
27994
28178
  }
27995
28179
 
28180
+ interface ScreeningStatusChange {
28181
+ readonly 'id': string;
28182
+ readonly 'previous_status'?: io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
28183
+ readonly 'status': io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
28184
+ readonly 'reason'?: string;
28185
+ readonly 'status_set_at': string;
28186
+ }
28187
+
28188
+ interface ScreeningStatusChangeDeleted {
28189
+ readonly 'discriminator': 'screening_status_change_deleted';
28190
+ readonly 'event_id': string;
28191
+ readonly 'timestamp': string;
28192
+ readonly 'organization': string;
28193
+ readonly 'id': string;
28194
+ }
28195
+
28196
+ interface ScreeningStatusChangeUpserted {
28197
+ readonly 'discriminator': 'screening_status_change_upserted';
28198
+ readonly 'event_id': string;
28199
+ readonly 'timestamp': string;
28200
+ readonly 'organization': string;
28201
+ readonly 'screening_status_change': io.flow.internal.v0.models.ScreeningStatusChange;
28202
+ }
28203
+
27996
28204
  interface SearchAuthorization {
27997
28205
  readonly 'discriminator': 'search_authorization';
27998
28206
  readonly 'result': io.flow.payment.v0.models.AuthorizationResult;
@@ -28480,6 +28688,7 @@ declare namespace io.flow.internal.v0.models {
28480
28688
 
28481
28689
  interface ShopifyOrderDestinationForm {
28482
28690
  readonly 'destination': io.flow.common.v0.models.Address;
28691
+ readonly 'order_note'?: string;
28483
28692
  }
28484
28693
 
28485
28694
  interface ShopifyOrderDetail {
@@ -29245,6 +29454,26 @@ declare namespace io.flow.internal.v0.models {
29245
29454
  readonly 'item': io.flow.internal.v0.models.SvitlanaItem;
29246
29455
  }
29247
29456
 
29457
+ interface SvitlanaTest {
29458
+ readonly 'name': string;
29459
+ }
29460
+
29461
+ interface TamItem {
29462
+ readonly 'id': string;
29463
+ readonly 'number': string;
29464
+ readonly 'amount': io.flow.common.v0.models.Price;
29465
+ readonly 'description'?: string;
29466
+ readonly 'type': io.flow.internal.v0.enums.TamItemType;
29467
+ readonly 'added_on': string;
29468
+ }
29469
+
29470
+ interface TamItemForm {
29471
+ readonly 'number': string;
29472
+ readonly 'amount': io.flow.common.v0.models.Price;
29473
+ readonly 'description'?: string;
29474
+ readonly 'type': io.flow.internal.v0.enums.TamItemType;
29475
+ }
29476
+
29248
29477
  interface TariffCodeDuty {
29249
29478
  readonly 'tariff_code': string;
29250
29479
  readonly 'duties': Record<string, io.flow.internal.v0.models.Duties>;
@@ -29501,6 +29730,22 @@ declare namespace io.flow.internal.v0.models {
29501
29730
  readonly 'timezone': string;
29502
29731
  }
29503
29732
 
29733
+ interface TrackingDebugLabel {
29734
+ readonly 'in_transit_location'?: io.flow.internal.v0.models.TrackingDebugLabelLocation;
29735
+ readonly 'delivery_location'?: io.flow.internal.v0.models.TrackingDebugLabelLocation;
29736
+ readonly 'events': io.flow.internal.v0.models.TrackingDebugLabelEvent[];
29737
+ }
29738
+
29739
+ interface TrackingDebugLabelEvent {
29740
+ readonly 'status': io.flow.tracking.v0.enums.TrackingStatus;
29741
+ readonly 'raw_carrier_event_code'?: string;
29742
+ readonly 'location'?: io.flow.internal.v0.models.TrackingDebugLabelLocation;
29743
+ }
29744
+
29745
+ interface TrackingDebugLabelLocation {
29746
+ readonly 'country': string;
29747
+ }
29748
+
29504
29749
  interface TrackingDeleted {
29505
29750
  readonly 'discriminator': 'tracking_deleted';
29506
29751
  readonly 'event_id': string;
@@ -30023,12 +30268,13 @@ declare namespace io.flow.internal.v0.unions {
30023
30268
  type ClassificationTaxonomy = (io.flow.internal.v0.models.TaxonomyCategory | io.flow.internal.v0.models.LabelTaxonomy);
30024
30269
  type ComplianceData = (io.flow.internal.v0.models.WasteElectricalAndElectronicEquipmentComplianceData);
30025
30270
  type ComplianceForm = (io.flow.internal.v0.models.WasteElectricalAndElectronicEquipmentComplianceForm);
30271
+ type ConsoleLabelValidationForm = (io.flow.internal.v0.models.ConsoleLabelRequestForm | io.flow.internal.v0.models.ConsoleMarkUnresolvableForm);
30026
30272
  type ContentItem = (io.flow.internal.v0.models.Dict | io.flow.internal.v0.models.Href | io.flow.internal.v0.models.ContentLabel | io.flow.internal.v0.models.Load);
30027
30273
  type DeclineReason = (io.flow.internal.v0.models.DeclineReasonChannelOrderAcceptance | io.flow.internal.v0.models.DeclineReasonFraud);
30028
30274
  type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
30029
30275
  type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal);
30030
30276
  type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
30031
- 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.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.BankPaymentDeleted | 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.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | 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.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.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.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | 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.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.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | 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.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | 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);
30277
+ 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.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.BankPaymentDeleted | 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.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | 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.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.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.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | 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.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | 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.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | 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);
30032
30278
  type Experiment = (io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment);
30033
30279
  type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
30034
30280
  type FeatureDefaultValue = (io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue);
@@ -30112,6 +30358,7 @@ export const blazeCheckoutStep: PropTypes.Requireable<io.flow.internal.v0.enums.
30112
30358
  export const browserBundleErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.BrowserBundleErrorCode>;
30113
30359
  export const calculatorEngine: PropTypes.Requireable<io.flow.internal.v0.enums.CalculatorEngine>;
30114
30360
  export const carrierChargeTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierChargeTransactionType>;
30361
+ export const carrierChargeType: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierChargeType>;
30115
30362
  export const carrierLabelGenerationMethod: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierLabelGenerationMethod>;
30116
30363
  export const carrierValidationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierValidationStatus>;
30117
30364
  export const catalogImportType: PropTypes.Requireable<io.flow.internal.v0.enums.CatalogImportType>;
@@ -30262,7 +30509,6 @@ export const keywordType: PropTypes.Requireable<io.flow.internal.v0.enums.Keywor
30262
30509
  export const labelBillingStrategy: PropTypes.Requireable<io.flow.internal.v0.enums.LabelBillingStrategy>;
30263
30510
  export const labelCancellationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.LabelCancellationErrorCode>;
30264
30511
  export const labelCreationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.LabelCreationStatus>;
30265
- export const labelGenerationAddressFailureStatus: PropTypes.Requireable<io.flow.internal.v0.enums.LabelGenerationAddressFailureStatus>;
30266
30512
  export const labelRequestErrorHandlingResponsibility: PropTypes.Requireable<io.flow.internal.v0.enums.LabelRequestErrorHandlingResponsibility>;
30267
30513
  export const labelTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.LabelTransactionType>;
30268
30514
  export const liabilityType: PropTypes.Requireable<io.flow.internal.v0.enums.LiabilityType>;
@@ -30290,11 +30536,13 @@ export const onboardingAutomationProcessState: PropTypes.Requireable<io.flow.int
30290
30536
  export const onboardingAutomationTaskState: PropTypes.Requireable<io.flow.internal.v0.enums.OnboardingAutomationTaskState>;
30291
30537
  export const onboardingStateSource: PropTypes.Requireable<io.flow.internal.v0.enums.OnboardingStateSource>;
30292
30538
  export const orderAction: PropTypes.Requireable<io.flow.internal.v0.enums.OrderAction>;
30539
+ export const orderAddressValidationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.OrderAddressValidationStatus>;
30293
30540
  export const orderAttributeIntent: PropTypes.Requireable<io.flow.internal.v0.enums.OrderAttributeIntent>;
30294
30541
  export const orderCancellationInitiatedBy: PropTypes.Requireable<io.flow.internal.v0.enums.OrderCancellationInitiatedBy>;
30295
30542
  export const orderChargeTrigger: PropTypes.Requireable<io.flow.internal.v0.enums.OrderChargeTrigger>;
30296
30543
  export const orderLifecycleEvent: PropTypes.Requireable<io.flow.internal.v0.enums.OrderLifecycleEvent>;
30297
30544
  export const orderTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.OrderTransactionType>;
30545
+ export const orderValidationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.OrderValidationStatus>;
30298
30546
  export const organizationCapability: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationCapability>;
30299
30547
  export const organizationMetricType: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationMetricType>;
30300
30548
  export const organizationPaymentStatus: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationPaymentStatus>;
@@ -30367,6 +30615,7 @@ export const status: PropTypes.Requireable<io.flow.internal.v0.enums.Status>;
30367
30615
  export const subscriptionFrequency: PropTypes.Requireable<io.flow.internal.v0.enums.SubscriptionFrequency>;
30368
30616
  export const suggestionAction: PropTypes.Requireable<io.flow.internal.v0.enums.SuggestionAction>;
30369
30617
  export const svitlanaType: PropTypes.Requireable<io.flow.internal.v0.enums.SvitlanaType>;
30618
+ export const tamItemType: PropTypes.Requireable<io.flow.internal.v0.enums.TamItemType>;
30370
30619
  export const tariffEligibilityType: PropTypes.Requireable<io.flow.internal.v0.enums.TariffEligibilityType>;
30371
30620
  export const taskProcessorKey: PropTypes.Requireable<io.flow.internal.v0.enums.TaskProcessorKey>;
30372
30621
  export const taxCalculationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.TaxCalculationErrorCode>;
@@ -30489,6 +30738,11 @@ export const bankPaymentDeleted: PropTypes.Requireable<io.flow.internal.v0.model
30489
30738
  export const bankPaymentDeletedV2: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentDeletedV2>;
30490
30739
  export const bankPaymentForm: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentForm>;
30491
30740
  export const bankPaymentStatusForm: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentStatusForm>;
30741
+ export const bankPaymentStatusImport: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentStatusImport>;
30742
+ export const bankPaymentStatusImportForm: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentStatusImportForm>;
30743
+ export const bankPaymentStatusImportResult: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentStatusImportResult>;
30744
+ export const bankPaymentStatusSentImportForm: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentStatusSentImportForm>;
30745
+ export const bankPaymentStatusSingleForm: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentStatusSingleForm>;
30492
30746
  export const bankPaymentUpserted: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentUpserted>;
30493
30747
  export const bankPaymentUpsertedV2: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentUpsertedV2>;
30494
30748
  export const billingAuthorizationReference: PropTypes.Requireable<io.flow.internal.v0.models.BillingAuthorizationReference>;
@@ -30579,6 +30833,8 @@ export const carrierAccountDeleted: PropTypes.Requireable<io.flow.internal.v0.mo
30579
30833
  export const carrierAccountForm: PropTypes.Requireable<io.flow.internal.v0.models.CarrierAccountForm>;
30580
30834
  export const carrierAccountUpsertedV2: PropTypes.Requireable<io.flow.internal.v0.models.CarrierAccountUpsertedV2>;
30581
30835
  export const carrierAccountValidation: PropTypes.Requireable<io.flow.internal.v0.models.CarrierAccountValidation>;
30836
+ export const carrierCharge: PropTypes.Requireable<io.flow.internal.v0.models.CarrierCharge>;
30837
+ export const carrierChargeDeleted: PropTypes.Requireable<io.flow.internal.v0.models.CarrierChargeDeleted>;
30582
30838
  export const carrierChargeFile: PropTypes.Requireable<io.flow.internal.v0.models.CarrierChargeFile>;
30583
30839
  export const carrierChargeFileForm: PropTypes.Requireable<io.flow.internal.v0.models.CarrierChargeFileForm>;
30584
30840
  export const carrierChargeFileResult: PropTypes.Requireable<io.flow.internal.v0.models.CarrierChargeFileResult>;
@@ -30587,6 +30843,7 @@ export const carrierChargeFormOther: PropTypes.Requireable<io.flow.internal.v0.m
30587
30843
  export const carrierChargeReference: PropTypes.Requireable<io.flow.internal.v0.models.CarrierChargeReference>;
30588
30844
  export const carrierChargeTransaction: PropTypes.Requireable<io.flow.internal.v0.models.CarrierChargeTransaction>;
30589
30845
  export const carrierChargeUnits: PropTypes.Requireable<io.flow.internal.v0.models.CarrierChargeUnits>;
30846
+ export const carrierChargeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.CarrierChargeUpserted>;
30590
30847
  export const carrierInvoice: PropTypes.Requireable<io.flow.internal.v0.models.CarrierInvoice>;
30591
30848
  export const catalogImportRequest: PropTypes.Requireable<io.flow.internal.v0.models.CatalogImportRequest>;
30592
30849
  export const catalogItemBatchIndexTask: PropTypes.Requireable<io.flow.internal.v0.models.CatalogItemBatchIndexTask>;
@@ -31066,6 +31323,8 @@ export const commercialInvoiceInternalUpserted: PropTypes.Requireable<io.flow.in
31066
31323
  export const companyReference: PropTypes.Requireable<io.flow.internal.v0.models.CompanyReference>;
31067
31324
  export const compliance: PropTypes.Requireable<io.flow.internal.v0.models.Compliance>;
31068
31325
  export const components: PropTypes.Requireable<io.flow.internal.v0.models.Components>;
31326
+ export const consoleLabelRequestForm: PropTypes.Requireable<io.flow.internal.v0.models.ConsoleLabelRequestForm>;
31327
+ export const consoleMarkUnresolvableForm: PropTypes.Requireable<io.flow.internal.v0.models.ConsoleMarkUnresolvableForm>;
31069
31328
  export const consumerOptinActivity: PropTypes.Requireable<io.flow.internal.v0.models.ConsumerOptinActivity>;
31070
31329
  export const contentLabel: PropTypes.Requireable<io.flow.internal.v0.models.ContentLabel>;
31071
31330
  export const contentSchema: PropTypes.Requireable<io.flow.internal.v0.models.ContentSchema>;
@@ -31507,8 +31766,6 @@ export const labelCreationJob: PropTypes.Requireable<io.flow.internal.v0.models.
31507
31766
  export const labelCreationJobSummary: PropTypes.Requireable<io.flow.internal.v0.models.LabelCreationJobSummary>;
31508
31767
  export const labelCreationRequestForm: PropTypes.Requireable<io.flow.internal.v0.models.LabelCreationRequestForm>;
31509
31768
  export const labelDestination: PropTypes.Requireable<io.flow.internal.v0.models.LabelDestination>;
31510
- export const labelGenerationAddressFailureStatusUpdateForm: PropTypes.Requireable<io.flow.internal.v0.models.LabelGenerationAddressFailureStatusUpdateForm>;
31511
- export const labelGenerationAddressFailures: PropTypes.Requireable<io.flow.internal.v0.models.LabelGenerationAddressFailures>;
31512
31769
  export const labelGenerationSettings: PropTypes.Requireable<io.flow.internal.v0.models.LabelGenerationSettings>;
31513
31770
  export const labelGenerationSettingsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LabelGenerationSettingsDeleted>;
31514
31771
  export const labelGenerationSettingsForm: PropTypes.Requireable<io.flow.internal.v0.models.LabelGenerationSettingsForm>;
@@ -31663,6 +31920,7 @@ export const optinPromptDeleted: PropTypes.Requireable<io.flow.internal.v0.model
31663
31920
  export const optinPromptForm: PropTypes.Requireable<io.flow.internal.v0.models.OptinPromptForm>;
31664
31921
  export const optinPromptUpserted: PropTypes.Requireable<io.flow.internal.v0.models.OptinPromptUpserted>;
31665
31922
  export const orderActionability: PropTypes.Requireable<io.flow.internal.v0.models.OrderActionability>;
31923
+ export const orderAddressValidation: PropTypes.Requireable<io.flow.internal.v0.models.OrderAddressValidation>;
31666
31924
  export const orderAttribute: PropTypes.Requireable<io.flow.internal.v0.models.OrderAttribute>;
31667
31925
  export const orderAttributeDeleted: PropTypes.Requireable<io.flow.internal.v0.models.OrderAttributeDeleted>;
31668
31926
  export const orderAttributeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.OrderAttributeUpserted>;
@@ -31696,6 +31954,8 @@ export const orderSummary: PropTypes.Requireable<io.flow.internal.v0.models.Orde
31696
31954
  export const orderTransaction: PropTypes.Requireable<io.flow.internal.v0.models.OrderTransaction>;
31697
31955
  export const orderTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.OrderTransactionDeleted>;
31698
31956
  export const orderTransactionUpserted: PropTypes.Requireable<io.flow.internal.v0.models.OrderTransactionUpserted>;
31957
+ export const orderValidation: PropTypes.Requireable<io.flow.internal.v0.models.OrderValidation>;
31958
+ export const orderValidationAttempt: PropTypes.Requireable<io.flow.internal.v0.models.OrderValidationAttempt>;
31699
31959
  export const orderValidationError: PropTypes.Requireable<io.flow.internal.v0.models.OrderValidationError>;
31700
31960
  export const organizationAccount: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationAccount>;
31701
31961
  export const organizationAccountDeleted: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationAccountDeleted>;
@@ -31905,7 +32165,9 @@ export const registeredExporterTariffEligibilityForm: PropTypes.Requireable<io.f
31905
32165
  export const report: PropTypes.Requireable<io.flow.internal.v0.models.Report>;
31906
32166
  export const reportAccount: PropTypes.Requireable<io.flow.internal.v0.models.ReportAccount>;
31907
32167
  export const reportBankAccount: PropTypes.Requireable<io.flow.internal.v0.models.ReportBankAccount>;
32168
+ export const reportBankAccountCleartext: PropTypes.Requireable<io.flow.internal.v0.models.ReportBankAccountCleartext>;
31908
32169
  export const reportForm: PropTypes.Requireable<io.flow.internal.v0.models.ReportForm>;
32170
+ export const reportOwner: PropTypes.Requireable<io.flow.internal.v0.models.ReportOwner>;
31909
32171
  export const reportPayment: PropTypes.Requireable<io.flow.internal.v0.models.ReportPayment>;
31910
32172
  export const reportRuleDecision: PropTypes.Requireable<io.flow.internal.v0.models.ReportRuleDecision>;
31911
32173
  export const reportSummary: PropTypes.Requireable<io.flow.internal.v0.models.ReportSummary>;
@@ -31992,8 +32254,12 @@ export const salesRecordDeleted: PropTypes.Requireable<io.flow.internal.v0.model
31992
32254
  export const salesRecordUpserted: PropTypes.Requireable<io.flow.internal.v0.models.SalesRecordUpserted>;
31993
32255
  export const sandboxSetup: PropTypes.Requireable<io.flow.internal.v0.models.SandboxSetup>;
31994
32256
  export const sandboxSetupForm: PropTypes.Requireable<io.flow.internal.v0.models.SandboxSetupForm>;
32257
+ export const scheduledPayment: PropTypes.Requireable<io.flow.internal.v0.models.ScheduledPayment>;
31995
32258
  export const screen: PropTypes.Requireable<io.flow.internal.v0.models.Screen>;
31996
32259
  export const screenForm: PropTypes.Requireable<io.flow.internal.v0.models.ScreenForm>;
32260
+ export const screeningStatusChange: PropTypes.Requireable<io.flow.internal.v0.models.ScreeningStatusChange>;
32261
+ export const screeningStatusChangeDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ScreeningStatusChangeDeleted>;
32262
+ export const screeningStatusChangeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ScreeningStatusChangeUpserted>;
31997
32263
  export const searchAuthorization: PropTypes.Requireable<io.flow.internal.v0.models.SearchAuthorization>;
31998
32264
  export const searchCustomerSummary: PropTypes.Requireable<io.flow.internal.v0.models.SearchCustomerSummary>;
31999
32265
  export const searchExperienceSummary: PropTypes.Requireable<io.flow.internal.v0.models.SearchExperienceSummary>;
@@ -32172,6 +32438,9 @@ export const svitlanaItem: PropTypes.Requireable<io.flow.internal.v0.models.Svit
32172
32438
  export const svitlanaItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.SvitlanaItemDeleted>;
32173
32439
  export const svitlanaItemForm: PropTypes.Requireable<io.flow.internal.v0.models.SvitlanaItemForm>;
32174
32440
  export const svitlanaItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.SvitlanaItemUpserted>;
32441
+ export const svitlanaTest: PropTypes.Requireable<io.flow.internal.v0.models.SvitlanaTest>;
32442
+ export const tamItem: PropTypes.Requireable<io.flow.internal.v0.models.TamItem>;
32443
+ export const tamItemForm: PropTypes.Requireable<io.flow.internal.v0.models.TamItemForm>;
32175
32444
  export const tariffCodeDuty: PropTypes.Requireable<io.flow.internal.v0.models.TariffCodeDuty>;
32176
32445
  export const tariffCodesExport: PropTypes.Requireable<io.flow.internal.v0.models.TariffCodesExport>;
32177
32446
  export const tariffEligibility: PropTypes.Requireable<io.flow.internal.v0.models.TariffEligibility>;
@@ -32207,6 +32476,9 @@ export const timeToClassifyAggregatedUpserted: PropTypes.Requireable<io.flow.int
32207
32476
  export const timeToClassifyDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TimeToClassifyDeleted>;
32208
32477
  export const timeToClassifyUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TimeToClassifyUpserted>;
32209
32478
  export const timeWithTimezone: PropTypes.Requireable<io.flow.internal.v0.models.TimeWithTimezone>;
32479
+ export const trackingDebugLabel: PropTypes.Requireable<io.flow.internal.v0.models.TrackingDebugLabel>;
32480
+ export const trackingDebugLabelEvent: PropTypes.Requireable<io.flow.internal.v0.models.TrackingDebugLabelEvent>;
32481
+ export const trackingDebugLabelLocation: PropTypes.Requireable<io.flow.internal.v0.models.TrackingDebugLabelLocation>;
32210
32482
  export const trackingDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingDeleted>;
32211
32483
  export const trackingEvent: PropTypes.Requireable<io.flow.internal.v0.models.TrackingEvent>;
32212
32484
  export const trackingLabelDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingLabelDeleted>;
@@ -32358,6 +32630,7 @@ export const classificationResponse: PropTypes.Requireable<io.flow.internal.v0.u
32358
32630
  export const classificationTaxonomy: PropTypes.Requireable<io.flow.internal.v0.unions.ClassificationTaxonomy>;
32359
32631
  export const complianceData: PropTypes.Requireable<io.flow.internal.v0.unions.ComplianceData>;
32360
32632
  export const complianceForm: PropTypes.Requireable<io.flow.internal.v0.unions.ComplianceForm>;
32633
+ export const consoleLabelValidationForm: PropTypes.Requireable<io.flow.internal.v0.unions.ConsoleLabelValidationForm>;
32361
32634
  export const contentItem: PropTypes.Requireable<io.flow.internal.v0.unions.ContentItem>;
32362
32635
  export const declineReason: PropTypes.Requireable<io.flow.internal.v0.unions.DeclineReason>;
32363
32636
  export const discountRequestOfferForm: PropTypes.Requireable<io.flow.internal.v0.unions.DiscountRequestOfferForm>;