@flowio/api-types 0.0.236 → 0.0.237

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.
@@ -8,6 +8,7 @@ declare namespace io.flow.internal.v0.enums {
8
8
  type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
9
9
  type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
10
10
  type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-b186129720f0446eb452a68518437c95';
11
+ type BankAccountStatus = 'on_hold' | 'not_on_hold';
11
12
  type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
12
13
  type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
13
14
  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';
@@ -16,7 +17,7 @@ declare namespace io.flow.internal.v0.enums {
16
17
  type BillingTransactionStatus = 'pending_proof' | 'posted';
17
18
  type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'tax_refund' | 'duty_refund';
18
19
  type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
19
- type CalculatorEngine = 'flow_rate_and_rule' | 'dtce' | 'dtce_two_calls' | 'dtce_with_deminimis' | 'dtce_merged_with_tax' | 'dtce_with_inclusive_pricing';
20
+ type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
20
21
  type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
21
22
  type CarrierChargeType = 'label' | 'tax' | 'other';
22
23
  type CarrierFileType = 'freight' | 'tax';
@@ -27,7 +28,7 @@ declare namespace io.flow.internal.v0.enums {
27
28
  type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
28
29
  type ChannelOrderAcceptanceFailureReasonCode = 'channel_order_mor_invalid' | 'channel_order_does_not_exist';
29
30
  type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
30
- 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' | 'order_missing';
31
+ type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
31
32
  type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
32
33
  type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
33
34
  type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
@@ -53,7 +54,6 @@ declare namespace io.flow.internal.v0.enums {
53
54
  type ContentStatus = 'draft' | 'live' | 'archived';
54
55
  type ContentType = 'text' | 'html';
55
56
  type ContentTypeCast = 'markdown_to_html' | 'markdown_to_text';
56
- type CostType = 'payment_processing' | 'fx' | 'negative_balance' | 'solution' | 'hosting' | 'duty_guarantee' | 'transfer' | 'fraud';
57
57
  type CrossdockTrackingStatus = 'notified' | 'received' | 'shipped';
58
58
  type DebugAccountingTransactionType = 'fulfillment';
59
59
  type DeliveredDutyOptionMessageType = 'warning' | 'notification';
@@ -78,10 +78,9 @@ declare namespace io.flow.internal.v0.enums {
78
78
  type DutySelectionRule = 'lookup_by_tariff_code' | 'lookup_by_hs6_code' | 'fallback_for_jurisdiction' | 'domestic_sale' | 'intra_community_sale' | 'reimport' | 'override' | 'preferential_rate';
79
79
  type DutySimpleExpressionType = 'free' | 'percent' | 'per_uom' | 'flat';
80
80
  type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
81
- type EldarItemType = 'digital' | 'physical';
82
81
  type EmptyAttribute = 'irrelevant';
83
82
  type ErpFileType = 'vendor';
84
- type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'index_assignment_upserted' | 'index_assignment_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | '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' | 'channel_order_acceptance_failed' | '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' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_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' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | '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' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_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' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'eldar_item_upserted' | 'eldar_item_deleted' | 'harinath_item_upserted' | 'harinath_item_deleted' | 'konstantin_item_upserted' | 'konstantin_item_deleted' | 'matias_item_upserted' | 'matias_item_deleted' | 'michaelyan_item_upserted' | 'michaelyan_item_deleted' | 'miljenko_item_upserted' | 'miljenko_item_deleted' | 'sanjay_item_upserted' | 'sanjay_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_deleted' | 'tam_item_upserted' | 'tam_item_deleted' | 'thiago_item_upserted' | 'thiago_item_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
83
+ type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | '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' | 'channel_order_acceptance_failed' | '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' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | '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' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_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' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | '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' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_markets_order_edit_summary_published' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_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' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
85
84
  type ExperienceImportType = 'experience_with_settings';
86
85
  type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
87
86
  type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
@@ -100,7 +99,6 @@ declare namespace io.flow.internal.v0.enums {
100
99
  type FtpProtocol = 'sftp' | 'ftp';
101
100
  type GoogleAnalyticsPlugin = 'ec';
102
101
  type GraphqlServiceTypes = 'order_update_mutation' | 'shipping_address_validation' | 'bulk_publication_status' | 'country_catalog_sync' | 'inventory_item' | 'product_bundle' | 'shopify_location' | 'shopify_order' | 'sync_product_catalog';
103
- type HarinathItemType = 'digital' | 'physical';
104
102
  type HarmonizationDecisionSource = 'human' | 'legacy_model' | 'enterprise_model';
105
103
  type HttpMethod = 'get' | 'post';
106
104
  type ItemClassificationAction = 'ACCEPT' | 'MANUAL' | 'REJECT';
@@ -109,7 +107,6 @@ declare namespace io.flow.internal.v0.enums {
109
107
  type ItemQuantityAction = 'fulfillment_ship' | 'fulfillment_cancel' | 'fulfillment_generate_label';
110
108
  type ItemType = 'standard' | 'multi_product';
111
109
  type KeywordType = 'positive' | 'negative';
112
- type KonstantinItemType = 'physical' | 'digital';
113
110
  type LabelBillingStrategy = 'quote' | 'carrier';
114
111
  type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
115
112
  type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
@@ -132,10 +129,6 @@ declare namespace io.flow.internal.v0.enums {
132
129
  type MarketingGatewayPlatform = 'google' | 'facebook' | 'adroll' | 'aliexpress' | 'amazon' | 'bing' | 'criteo' | 'fruugo' | 'pinterest' | 'rakuten_japan' | 'wish' | 'snapchat' | 'stylight';
133
130
  type MarketingGatewayProductStatus = 'approved' | 'not_approved' | 'pending' | 'not_found' | 'excluded';
134
131
  type MarketingGatewaySchemaCompatibility = 'google' | 'facebook_primary' | 'facebook_country_override' | 'supplemental';
135
- type MatiasItemType = 'physical' | 'digital';
136
- type MerchantCohort = 'channel_merchant_pre_cutoff' | 'channel_merchant_post_cutoff' | 'global_e_merchant_pre_cutoff' | 'global_e_merchant_post_cutoff';
137
- type MichaelyanItemType = 'physical' | 'digital';
138
- type MiljenkoItemType = 'physical' | 'digital';
139
132
  type MixedBagWeight = '0' | '1' | '2';
140
133
  type NatureOfSale = 'consumer' | 'to_non_registered_business' | 'to_registered_business' | 'flash_title';
141
134
  type NoLiabilityReasonCode = 'zero_basis' | 'zero_rate_on_goods' | 'zero_rate_on_sale' | 'goods_above_value_threshold' | 'goods_below_value_threshold' | 'order_below_de_minimis_threshold' | 'amount_below_de_minimis_threshold' | 'delivered_unpaid' | 'duty_free_domestic' | 'duty_free_intra_community' | 'duty_free_by_trade_agreement';
@@ -163,19 +156,15 @@ declare namespace io.flow.internal.v0.enums {
163
156
  type OrganizationRestrictionScreeningStatus = 'in_review' | 'fully_reviewed' | 'rejected' | 'unscreened';
164
157
  type OutputStyle = 'flow' | 'shopify_p1';
165
158
  type Owner = 'flow' | 'organization';
166
- type Party = 'merchant' | 'channel_partner' | 'global_e';
167
159
  type PaymentSummaryStatus = 'authorized' | 'canceled' | 'declined' | 'expired' | 'failed' | 'pending' | 'processed' | 'reversed' | 'review' | 'succeeded';
168
160
  type PaymentSummaryType = 'authorization' | 'capture' | 'refund' | 'reversal' | 'credit';
169
161
  type PaymentTerm = 'net7' | 'net15' | 'net30';
170
162
  type PreferredBillingSchedule = 'monthly' | 'bi-monthly';
171
163
  type PriceSelector = 'minimum' | 'maximum';
172
- type PricingIndicatorStatus = 'complete' | 'in_progress';
173
- type PrincipalType = 'total_order_value' | 'product_order_value' | 'label_value';
174
164
  type ProcessingTransactionType = 'adjustment' | 'reversal' | 'capture' | 'refund' | 'fully_subsidized_order' | 'credit_payment';
175
165
  type Processor = 'adyen' | 'afterpay' | 'bitpay' | 'stripe' | 'paypal' | 'flow_sandbox' | 'fiserv' | 'crypto';
176
166
  type ProcessorEntityStatus = 'active' | 'draft' | 'archived';
177
167
  type ProductStatus = 'active' | 'archived' | 'draft';
178
- type ProfitStreamKey = 'pre_profit_share' | 'channel_pre_cutoff' | 'channel_post_cutoff' | 'global_e_pre_cutoff' | 'global_e_post_cutoff' | 'duty_assurance';
179
168
  type PromptAction = 'prompt_displayed' | 'consent_granted' | 'consent_denied';
180
169
  type PromptCheckoutDisplayPosition = 'email' | 'submission';
181
170
  type PromptOptions = 'notice_only' | 'require_consent' | 'consent_by_default';
@@ -197,14 +186,12 @@ declare namespace io.flow.internal.v0.enums {
197
186
  type RestrictionDecision = 'accept' | 'escalate' | 'reject' | 'review';
198
187
  type RestrictionStatus = 'pending' | 'in_review' | 'escalated' | 'accepted' | 'restricted';
199
188
  type RevenueRecordType = 'pending' | 'sales' | 'refund';
200
- type RevenueType = 'mor' | 'fx' | 'duty_assurance';
201
189
  type RiskCheck = 'three_d_secure';
202
190
  type RiskEvaluation = 'Pending' | 'High-Risk' | 'Low-Risk' | 'Restricted-Party' | 'none';
203
- type SanjayItemType = 'digital' | 'physical';
204
- type ServiceName = 'catalog' | 'demandware' | 'metric';
205
191
  type SessionCountryStatus = 'enabled' | 'disabled';
206
192
  type ShopifyCheckInventoryErrorCode = 'inventory_out_of_stock';
207
193
  type ShopifyGrantStatus = 'pass' | 'fail';
194
+ type ShopifyIncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
208
195
  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';
209
196
  type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
210
197
  type ShopifyMarketsQueuedRecordType = 'card_payment' | 'catalog_publication_sync' | 'flow_shop' | 'online_payment' | 'order_update' | 'order_edit' | 'product_restriction_result' | 'product_sync' | 'webhook_registrations' | 'channel_organization_identifier' | 'bulk_product_ingestion' | 'bulk_duty_update';
@@ -216,7 +203,6 @@ declare namespace io.flow.internal.v0.enums {
216
203
  type ShopifyPromotionOrderEntitlementComponent = 'subtotal' | 'shipping' | 'vat' | 'duty';
217
204
  type ShopifyPromotionStatus = 'active' | 'inactive';
218
205
  type ShopifyService = 'payment' | 'duty_tax_calculator';
219
- type ShrutiDemoType = 'digital' | 'physical';
220
206
  type SimpleRoundingStrategy = 'no_rounding' | 'currency_precision';
221
207
  type SnoozeNextActionWith = 'customer_service' | 'engineering';
222
208
  type SnoozeSourceType = 'task' | 'invariant';
@@ -225,15 +211,12 @@ declare namespace io.flow.internal.v0.enums {
225
211
  type StatisticType = 'time-to-classify' | 'time-to-classify-aggregated' | 'rate-source' | 'rate-freshness';
226
212
  type SubscriptionFrequency = 'yearly' | 'monthly';
227
213
  type SuggestionAction = 'accept' | 'validate' | 'review';
228
- type SvitlanaType = 'physical' | 'digital';
229
- type TamItemType = 'physical' | 'digital';
230
214
  type TariffEligibilityType = 'rex';
231
215
  type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'rate_levels' | 'center_defaults';
232
216
  type TaxAndDutyInclusivitySetting = 'duty_exclusive_tax_exclusive' | 'duty_inclusive_tax_exclusive' | 'duty_exclusive_tax_inclusive' | 'duty_inclusive_tax_inclusive';
233
217
  type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
234
218
  type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
235
219
  type TaxTransactionType = 'adjustment' | 'reversal' | 'tax' | 'refund';
236
- type ThiagoItemType = 'digital' | 'physical';
237
220
  type TrackingIntegrationType = 'api' | 'bulk' | 'aftership';
238
221
  type TrackingLabelDimensionsSource = 'aftership' | 'carrier_api';
239
222
  type TrackingProcessingFailureClassification = 'tracking_expired' | 'expired_tracking_number_new_event' | 'new_tracking_number_expired_event' | 'origin_mismatch' | 'destination_mismatch' | 'other';
@@ -404,8 +387,6 @@ declare namespace io.flow.internal.v0.models {
404
387
  readonly 'enable_fee_reversals': boolean;
405
388
  readonly 'record_reason_for_transactions_pending_payout': boolean;
406
389
  readonly 'enable_negative_debits': boolean;
407
- readonly 'setup_completed_at'?: string;
408
- readonly 'cohort'?: io.flow.internal.v0.enums.MerchantCohort;
409
390
  }
410
391
 
411
392
  interface AccountSettingsDeleted {
@@ -987,12 +968,6 @@ declare namespace io.flow.internal.v0.models {
987
968
  readonly 'count': number;
988
969
  }
989
970
 
990
- interface AlgoliaIndexAssignment {
991
- readonly 'id': string;
992
- readonly 'name': string;
993
- readonly 'application_id': string;
994
- }
995
-
996
971
  interface AllItemsExport {
997
972
  readonly 'discriminator': 'all_items_export';
998
973
  readonly 'event_id': string;
@@ -1116,6 +1091,13 @@ declare namespace io.flow.internal.v0.models {
1116
1091
  readonly 'action'?: io.flow.internal.v0.enums.RestrictionStatus;
1117
1092
  }
1118
1093
 
1094
+ interface BankAccount {
1095
+ readonly 'status': io.flow.internal.v0.enums.BankAccountStatus;
1096
+ readonly 'hold_created_at'?: string;
1097
+ readonly 'updated_at': string;
1098
+ readonly 'last4': string;
1099
+ }
1100
+
1119
1101
  interface BankAccountReference {
1120
1102
  readonly 'id': string;
1121
1103
  }
@@ -2139,6 +2121,7 @@ declare namespace io.flow.internal.v0.models {
2139
2121
  readonly 'next_action_from'?: io.flow.internal.v0.enums.ChannelOrderAcceptanceNextActionFrom;
2140
2122
  readonly 'order_created_at'?: string;
2141
2123
  readonly 'order_updated_at'?: string;
2124
+ readonly 'order_edit_summary'?: io.flow.internal.v0.models.OrderEditSummary;
2142
2125
  }
2143
2126
 
2144
2127
  interface ChannelOrderAcceptanceDeleted {
@@ -2818,13 +2801,6 @@ declare namespace io.flow.internal.v0.models {
2818
2801
  readonly 'added_on': string;
2819
2802
  }
2820
2803
 
2821
- interface ColmItemDeleted {
2822
- readonly 'discriminator': 'colm_item_deleted';
2823
- readonly 'event_id': string;
2824
- readonly 'timestamp': string;
2825
- readonly 'id': string;
2826
- }
2827
-
2828
2804
  interface ColmItemForm {
2829
2805
  readonly 'number': string;
2830
2806
  readonly 'amount': io.flow.common.v0.models.Price;
@@ -2833,13 +2809,6 @@ declare namespace io.flow.internal.v0.models {
2833
2809
  readonly 'added_on': string;
2834
2810
  }
2835
2811
 
2836
- interface ColmItemUpserted {
2837
- readonly 'discriminator': 'colm_item_upserted';
2838
- readonly 'event_id': string;
2839
- readonly 'timestamp': string;
2840
- readonly 'item': io.flow.internal.v0.models.ColmItem;
2841
- }
2842
-
2843
2812
  interface CommercialInvoiceComparison {
2844
2813
  readonly 'urls': string[];
2845
2814
  }
@@ -2984,17 +2953,6 @@ declare namespace io.flow.internal.v0.models {
2984
2953
  readonly 'description'?: string;
2985
2954
  }
2986
2955
 
2987
- interface Cost {
2988
- readonly 'source': io.flow.internal.v0.models.CostRule;
2989
- readonly 'amount': number;
2990
- }
2991
-
2992
- interface CostRule {
2993
- readonly 'type': io.flow.internal.v0.enums.CostType;
2994
- readonly 'rule': io.flow.internal.v0.unions.MoneyRule;
2995
- readonly 'bearer': io.flow.internal.v0.enums.Party;
2996
- }
2997
-
2998
2956
  interface CountryPickerCountry {
2999
2957
  readonly 'iso_3166_2': string;
3000
2958
  readonly 'iso_3166_3': string;
@@ -3235,6 +3193,11 @@ declare namespace io.flow.internal.v0.models {
3235
3193
  readonly 'transaction_id': string;
3236
3194
  }
3237
3195
 
3196
+ interface DebugBankingDetails {
3197
+ readonly 'merchant': io.flow.internal.v0.models.MerchantDetails;
3198
+ readonly 'account': io.flow.internal.v0.models.BankAccount;
3199
+ }
3200
+
3238
3201
  interface DebugDetails {
3239
3202
  readonly 'labels': io.flow.internal.v0.models.DebugLabel[];
3240
3203
  readonly 'captures': io.flow.internal.v0.models.DebugPaymentTransactionSummary[];
@@ -3276,6 +3239,7 @@ declare namespace io.flow.internal.v0.models {
3276
3239
  readonly 'debug': io.flow.internal.v0.models.DebugDetails;
3277
3240
  readonly 'transactions': io.flow.billing.v0.models.Transaction[];
3278
3241
  readonly 'reporting': io.flow.internal.v0.models.ReportingDetails;
3242
+ readonly 'banking': io.flow.internal.v0.models.DebugBankingDetails;
3279
3243
  }
3280
3244
 
3281
3245
  interface DebugOrderTransactionForm {
@@ -3417,13 +3381,6 @@ declare namespace io.flow.internal.v0.models {
3417
3381
  readonly 'destination': io.flow.common.v0.models.Address;
3418
3382
  }
3419
3383
 
3420
- interface Details {
3421
- readonly 'catalog_item': io.flow.common.v0.models.CatalogItemSummary;
3422
- readonly 'experience'?: io.flow.common.v0.models.ExperienceSummary;
3423
- readonly 'upserted_at': string;
3424
- readonly 'time_elapsed_since_upserted': number;
3425
- }
3426
-
3427
3384
  interface Dhl {
3428
3385
  readonly 'discriminator': 'dhl';
3429
3386
  readonly 'export_account_number': string;
@@ -3505,8 +3462,10 @@ declare namespace io.flow.internal.v0.models {
3505
3462
  readonly 'billable': io.flow.internal.v0.enums.DisputeBillable;
3506
3463
  readonly 'defense_outcome'?: io.flow.internal.v0.enums.DisputeDefenseOutcome;
3507
3464
  readonly 'details': io.flow.internal.v0.unions.DisputeDetails;
3465
+ readonly 'payment_method'?: io.flow.reference.v0.models.PaymentMethod;
3508
3466
  readonly 'issued_at': string;
3509
3467
  readonly 'expires_at'?: string;
3468
+ readonly 'defended_at'?: string;
3510
3469
  readonly 'created_at': string;
3511
3470
  readonly 'updated_at'?: string;
3512
3471
  }
@@ -3590,6 +3549,7 @@ declare namespace io.flow.internal.v0.models {
3590
3549
  interface DisputeRecord {
3591
3550
  readonly 'id': string;
3592
3551
  readonly 'organization': io.flow.internal.v0.models.ReportingOrganizationSummary;
3552
+ readonly 'authorization': io.flow.internal.v0.models.ReportingAuthorizationReference;
3593
3553
  readonly 'order': io.flow.internal.v0.models.ReportingOrderSummary;
3594
3554
  readonly 'status': io.flow.internal.v0.enums.DisputeStatus;
3595
3555
  readonly 'processor': io.flow.internal.v0.enums.DisputeProcessor;
@@ -3670,65 +3630,17 @@ declare namespace io.flow.internal.v0.models {
3670
3630
  readonly 'created_at': string;
3671
3631
  }
3672
3632
 
3673
- interface DutyRateBulkRequest {
3674
- readonly 'discriminator': 'duty_rate_bulk_request';
3675
- readonly 'event_id': string;
3676
- readonly 'timestamp': string;
3677
- readonly 'context': io.flow.internal.v0.models.DutyRateContext;
3678
- readonly 'origin': string;
3679
- readonly 'destination_tariff_code': Record<string, string>;
3680
- }
3681
-
3682
- interface DutyRateBulkResponse {
3683
- readonly 'discriminator': 'duty_rate_bulk_response';
3684
- readonly 'event_id': string;
3685
- readonly 'timestamp': string;
3686
- readonly 'context': io.flow.internal.v0.models.DutyRateContext;
3687
- readonly 'duty_rate': io.flow.internal.v0.models.DutyRate[];
3688
- }
3689
-
3690
- interface DutyRateContext {
3691
- readonly 'phrase_id'?: string;
3692
- readonly 'item_number'?: string;
3693
- readonly 'product_id'?: string;
3694
- }
3695
-
3696
3633
  interface DutyRateItemSummary {
3697
3634
  readonly 'number': string;
3698
3635
  readonly 'product_id'?: string;
3699
3636
  }
3700
3637
 
3701
- interface DutyRateRequest {
3702
- readonly 'discriminator': 'duty_rate_request';
3703
- readonly 'event_id': string;
3704
- readonly 'timestamp': string;
3705
- readonly 'destination': string;
3706
- readonly 'origin': string;
3707
- readonly 'tariff_code': string;
3708
- }
3709
-
3710
- interface DutyRateResponse {
3711
- readonly 'discriminator': 'duty_rate_response';
3712
- readonly 'event_id': string;
3713
- readonly 'timestamp': string;
3714
- readonly 'duty_rate': io.flow.internal.v0.models.DutyRate;
3715
- }
3716
-
3717
3638
  interface DutyRateSummary {
3718
3639
  readonly 'tariff_code': string;
3719
3640
  readonly 'origin': string;
3720
3641
  readonly 'destination': string;
3721
3642
  }
3722
3643
 
3723
- interface DutyRateUpserted {
3724
- readonly 'discriminator': 'duty_rate_upserted';
3725
- readonly 'event_id': string;
3726
- readonly 'timestamp': string;
3727
- readonly 'source_event': io.flow.internal.v0.models.DutyRawUpserted;
3728
- readonly 'duty_rate': io.flow.internal.v0.models.DutyRate;
3729
- readonly 'unparsable_rates': string[];
3730
- }
3731
-
3732
3644
  interface DutyRatesDataSummary {
3733
3645
  readonly 'id': string;
3734
3646
  readonly 'item_summary': io.flow.internal.v0.models.DutyRateItemSummary;
@@ -3757,21 +3669,6 @@ declare namespace io.flow.internal.v0.models {
3757
3669
  readonly 'created_at': string;
3758
3670
  }
3759
3671
 
3760
- interface DutyRawBulkUpserted {
3761
- readonly 'discriminator': 'duty_raw_bulk_upserted';
3762
- readonly 'event_id': string;
3763
- readonly 'timestamp': string;
3764
- readonly 'context': io.flow.internal.v0.models.DutyRateContext;
3765
- readonly 'duty_raw': io.flow.internal.v0.models.DutyRaw[];
3766
- }
3767
-
3768
- interface DutyRawUpserted {
3769
- readonly 'discriminator': 'duty_raw_upserted';
3770
- readonly 'event_id': string;
3771
- readonly 'timestamp': string;
3772
- readonly 'duty_raw': io.flow.internal.v0.models.DutyRaw;
3773
- }
3774
-
3775
3672
  interface DutySimpleExpression {
3776
3673
  readonly 'discriminator': 'duty_simple_expression';
3777
3674
  readonly 'type': io.flow.internal.v0.enums.DutySimpleExpressionType;
@@ -3806,37 +3703,6 @@ declare namespace io.flow.internal.v0.models {
3806
3703
  readonly 'duty_transaction': io.flow.internal.v0.models.DutyTransaction;
3807
3704
  }
3808
3705
 
3809
- interface EldarItem {
3810
- readonly 'id': string;
3811
- readonly 'number': string;
3812
- readonly 'amount': io.flow.common.v0.models.Price;
3813
- readonly 'description'?: string;
3814
- readonly 'type': io.flow.internal.v0.enums.EldarItemType;
3815
- readonly 'added_on': string;
3816
- }
3817
-
3818
- interface EldarItemDeleted {
3819
- readonly 'discriminator': 'eldar_item_deleted';
3820
- readonly 'event_id': string;
3821
- readonly 'timestamp': string;
3822
- readonly 'id': string;
3823
- }
3824
-
3825
- interface EldarItemForm {
3826
- readonly 'number': string;
3827
- readonly 'amount': io.flow.common.v0.models.Price;
3828
- readonly 'description'?: string;
3829
- readonly 'type': io.flow.internal.v0.enums.EldarItemType;
3830
- readonly 'added_on': string;
3831
- }
3832
-
3833
- interface EldarItemUpserted {
3834
- readonly 'discriminator': 'eldar_item_upserted';
3835
- readonly 'event_id': string;
3836
- readonly 'timestamp': string;
3837
- readonly 'item': io.flow.internal.v0.models.EldarItem;
3838
- }
3839
-
3840
3706
  interface EmailForm {
3841
3707
  readonly 'to': string[];
3842
3708
  readonly 'cc'?: string[];
@@ -4691,7 +4557,6 @@ declare namespace io.flow.internal.v0.models {
4691
4557
  readonly 'payment_authorization_id'?: string;
4692
4558
  readonly 'decline_reason'?: io.flow.internal.v0.unions.DeclineReason;
4693
4559
  readonly 'created_at'?: string;
4694
- readonly 'has_provider_link'?: boolean;
4695
4560
  }
4696
4561
 
4697
4562
  interface FraudReviewAuthorization {
@@ -4710,7 +4575,6 @@ declare namespace io.flow.internal.v0.models {
4710
4575
  readonly 'payment_authorization_id'?: string;
4711
4576
  readonly 'decline_reason'?: io.flow.internal.v0.unions.DeclineReason;
4712
4577
  readonly 'created_at'?: string;
4713
- readonly 'has_provider_link'?: boolean;
4714
4578
  }
4715
4579
 
4716
4580
  interface FraudReviewAuthorizationDecision {
@@ -5196,37 +5060,6 @@ declare namespace io.flow.internal.v0.models {
5196
5060
  readonly 'tracker_id': string;
5197
5061
  }
5198
5062
 
5199
- interface HarinathItem {
5200
- readonly 'id': string;
5201
- readonly 'number': string;
5202
- readonly 'amount': io.flow.common.v0.models.Price;
5203
- readonly 'description'?: string;
5204
- readonly 'type': io.flow.internal.v0.enums.HarinathItemType;
5205
- readonly 'added_on': string;
5206
- }
5207
-
5208
- interface HarinathItemDeleted {
5209
- readonly 'discriminator': 'harinath_item_deleted';
5210
- readonly 'event_id': string;
5211
- readonly 'timestamp': string;
5212
- readonly 'id': string;
5213
- }
5214
-
5215
- interface HarinathItemForm {
5216
- readonly 'number': string;
5217
- readonly 'amount': io.flow.common.v0.models.Price;
5218
- readonly 'description'?: string;
5219
- readonly 'type': io.flow.internal.v0.enums.HarinathItemType;
5220
- readonly 'added_on': string;
5221
- }
5222
-
5223
- interface HarinathItemUpserted {
5224
- readonly 'discriminator': 'harinath_item_upserted';
5225
- readonly 'event_id': string;
5226
- readonly 'timestamp': string;
5227
- readonly 'item': io.flow.internal.v0.models.HarinathItem;
5228
- }
5229
-
5230
5063
  interface HarmonizationClassificationStatisticsData {
5231
5064
  readonly 'statistics': io.flow.internal.v0.models.ClassificationStatistics;
5232
5065
  }
@@ -5354,21 +5187,6 @@ declare namespace io.flow.internal.v0.models {
5354
5187
  readonly 'description': string;
5355
5188
  }
5356
5189
 
5357
- interface HybrisCatalogItemsImportRequest {
5358
- readonly 'discriminator': 'hybris_catalog_items_import_request';
5359
- readonly 'event_id': string;
5360
- readonly 'timestamp': string;
5361
- readonly 'organization': string;
5362
- readonly 'request': io.flow.internal.v0.models.HybrisCatalogItemsImportRequestData;
5363
- }
5364
-
5365
- interface HybrisCatalogItemsImportRequestData {
5366
- readonly 'id': string;
5367
- readonly 'import_id': string;
5368
- readonly 'source_url': string;
5369
- readonly 'filename'?: string;
5370
- }
5371
-
5372
5190
  interface ImportCompleted {
5373
5191
  readonly 'discriminator': 'import_completed';
5374
5192
  readonly 'event_id': string;
@@ -5387,22 +5205,6 @@ declare namespace io.flow.internal.v0.models {
5387
5205
  readonly 'error': string;
5388
5206
  }
5389
5207
 
5390
- interface IndexAssignmentDeleted {
5391
- readonly 'discriminator': 'index_assignment_deleted';
5392
- readonly 'event_id': string;
5393
- readonly 'timestamp': string;
5394
- readonly 'organization': string;
5395
- readonly 'id': string;
5396
- }
5397
-
5398
- interface IndexAssignmentUpserted {
5399
- readonly 'discriminator': 'index_assignment_upserted';
5400
- readonly 'event_id': string;
5401
- readonly 'timestamp': string;
5402
- readonly 'organization': string;
5403
- readonly 'assignment': io.flow.internal.v0.models.AlgoliaIndexAssignment;
5404
- }
5405
-
5406
5208
  interface InstallForm {
5407
5209
  readonly 'token': string;
5408
5210
  }
@@ -5722,10 +5524,6 @@ declare namespace io.flow.internal.v0.models {
5722
5524
  readonly 'values': string[];
5723
5525
  }
5724
5526
 
5725
- interface ItemForm {
5726
- readonly 'amount'?: number;
5727
- }
5728
-
5729
5527
  interface ItemFormImportRequest {
5730
5528
  readonly 'discriminator': 'item_form_import_request';
5731
5529
  readonly 'event_id': string;
@@ -5907,37 +5705,6 @@ declare namespace io.flow.internal.v0.models {
5907
5705
  readonly 'descriptive_asset_urls'?: string;
5908
5706
  }
5909
5707
 
5910
- interface KonstantinItem {
5911
- readonly 'id': string;
5912
- readonly 'number': string;
5913
- readonly 'amount': io.flow.common.v0.models.Price;
5914
- readonly 'description'?: string;
5915
- readonly 'type': io.flow.internal.v0.enums.KonstantinItemType;
5916
- readonly 'added_on': string;
5917
- }
5918
-
5919
- interface KonstantinItemDeleted {
5920
- readonly 'discriminator': 'konstantin_item_deleted';
5921
- readonly 'event_id': string;
5922
- readonly 'timestamp': string;
5923
- readonly 'id': string;
5924
- }
5925
-
5926
- interface KonstantinItemForm {
5927
- readonly 'number': string;
5928
- readonly 'amount': io.flow.common.v0.models.Price;
5929
- readonly 'description'?: string;
5930
- readonly 'type': io.flow.internal.v0.enums.KonstantinItemType;
5931
- readonly 'added_on': string;
5932
- }
5933
-
5934
- interface KonstantinItemUpserted {
5935
- readonly 'discriminator': 'konstantin_item_upserted';
5936
- readonly 'event_id': string;
5937
- readonly 'timestamp': string;
5938
- readonly 'item': io.flow.internal.v0.models.KonstantinItem;
5939
- }
5940
-
5941
5708
  interface LabProjectSettings {
5942
5709
  readonly 'id': string;
5943
5710
  readonly 'flow_lab_project_key': string;
@@ -6955,37 +6722,6 @@ declare namespace io.flow.internal.v0.models {
6955
6722
  readonly 'id': string;
6956
6723
  }
6957
6724
 
6958
- interface MatiasItem {
6959
- readonly 'id': string;
6960
- readonly 'number': string;
6961
- readonly 'amount': io.flow.common.v0.models.Price;
6962
- readonly 'description'?: string;
6963
- readonly 'type': io.flow.internal.v0.enums.MatiasItemType;
6964
- readonly 'added_on': string;
6965
- }
6966
-
6967
- interface MatiasItemDeleted {
6968
- readonly 'discriminator': 'matias_item_deleted';
6969
- readonly 'event_id': string;
6970
- readonly 'timestamp': string;
6971
- readonly 'id': string;
6972
- }
6973
-
6974
- interface MatiasItemForm {
6975
- readonly 'number': string;
6976
- readonly 'amount': io.flow.common.v0.models.Price;
6977
- readonly 'description'?: string;
6978
- readonly 'type': io.flow.internal.v0.enums.MatiasItemType;
6979
- readonly 'added_on': string;
6980
- }
6981
-
6982
- interface MatiasItemUpserted {
6983
- readonly 'discriminator': 'matias_item_upserted';
6984
- readonly 'event_id': string;
6985
- readonly 'timestamp': string;
6986
- readonly 'item': io.flow.internal.v0.models.MatiasItem;
6987
- }
6988
-
6989
6725
  interface Merchant {
6990
6726
  readonly 'id': string;
6991
6727
  readonly 'account': io.flow.internal.v0.models.AccountReference;
@@ -7008,6 +6744,10 @@ declare namespace io.flow.internal.v0.models {
7008
6744
  readonly 'id': string;
7009
6745
  }
7010
6746
 
6747
+ interface MerchantDetails {
6748
+ readonly 'name': string;
6749
+ }
6750
+
7011
6751
  interface MerchantFees {
7012
6752
  readonly 'duty_guarantee': number;
7013
6753
  readonly 'mor': number;
@@ -7135,73 +6875,6 @@ declare namespace io.flow.internal.v0.models {
7135
6875
  readonly 'proposition': io.flow.internal.v0.models.MetadataProposition;
7136
6876
  }
7137
6877
 
7138
- interface MichaelyanItem {
7139
- readonly 'id': string;
7140
- readonly 'number': string;
7141
- readonly 'amount': io.flow.common.v0.models.Price;
7142
- readonly 'description'?: string;
7143
- readonly 'type': io.flow.internal.v0.enums.MichaelyanItemType;
7144
- readonly 'added_on': string;
7145
- }
7146
-
7147
- interface MichaelyanItemDeleted {
7148
- readonly 'discriminator': 'michaelyan_item_deleted';
7149
- readonly 'event_id': string;
7150
- readonly 'timestamp': string;
7151
- readonly 'id': string;
7152
- }
7153
-
7154
- interface MichaelyanItemForm {
7155
- readonly 'number': string;
7156
- readonly 'amount': io.flow.common.v0.models.Price;
7157
- readonly 'description'?: string;
7158
- readonly 'type': io.flow.internal.v0.enums.MichaelyanItemType;
7159
- readonly 'added_on': string;
7160
- }
7161
-
7162
- interface MichaelyanItemUpserted {
7163
- readonly 'discriminator': 'michaelyan_item_upserted';
7164
- readonly 'event_id': string;
7165
- readonly 'timestamp': string;
7166
- readonly 'item': io.flow.internal.v0.models.MichaelyanItem;
7167
- }
7168
-
7169
- interface MiljenkoItem {
7170
- readonly 'id': string;
7171
- readonly 'number': string;
7172
- readonly 'amount': io.flow.common.v0.models.Price;
7173
- readonly 'description'?: string;
7174
- readonly 'type': io.flow.internal.v0.enums.MiljenkoItemType;
7175
- readonly 'added_on': string;
7176
- }
7177
-
7178
- interface MiljenkoItemDeleted {
7179
- readonly 'discriminator': 'miljenko_item_deleted';
7180
- readonly 'event_id': string;
7181
- readonly 'timestamp': string;
7182
- readonly 'id': string;
7183
- }
7184
-
7185
- interface MiljenkoItemForm {
7186
- readonly 'number': string;
7187
- readonly 'amount': io.flow.common.v0.models.Price;
7188
- readonly 'description'?: string;
7189
- readonly 'type': io.flow.internal.v0.enums.MiljenkoItemType;
7190
- readonly 'added_on': string;
7191
- }
7192
-
7193
- interface MiljenkoItemUpserted {
7194
- readonly 'discriminator': 'miljenko_item_upserted';
7195
- readonly 'event_id': string;
7196
- readonly 'timestamp': string;
7197
- readonly 'item': io.flow.internal.v0.models.MiljenkoItem;
7198
- }
7199
-
7200
- interface MoneyPercentage {
7201
- readonly 'discriminator': 'percentage';
7202
- readonly 'percent': number;
7203
- }
7204
-
7205
6878
  interface NegativeDebitMetrics {
7206
6879
  readonly 'current_attempt': io.flow.internal.v0.models.AttemptStatistics;
7207
6880
  readonly 'first_attempt': io.flow.internal.v0.models.AttemptStatistics;
@@ -7489,6 +7162,11 @@ declare namespace io.flow.internal.v0.models {
7489
7162
  readonly 'disputes': io.flow.internal.v0.models.DisputeDetail[];
7490
7163
  }
7491
7164
 
7165
+ interface OrderEditSummary {
7166
+ readonly 'external_order_edit_reference': string;
7167
+ readonly 'edited_at': string;
7168
+ }
7169
+
7492
7170
  interface OrderFulfillmentDeleted {
7493
7171
  readonly 'discriminator': 'order_fulfillment_deleted';
7494
7172
  readonly 'event_id': string;
@@ -8830,52 +8508,11 @@ declare namespace io.flow.internal.v0.models {
8830
8508
  readonly 'quote_request': io.flow.internal.v0.models.QuoteRequest;
8831
8509
  }
8832
8510
 
8833
- interface PricingIndicator {
8834
- readonly 'discriminator': 'pricing_indicator';
8835
- readonly 'event_id': string;
8836
- readonly 'timestamp': string;
8837
- readonly 'organization': string;
8838
- readonly 'published_from': io.flow.internal.v0.enums.ServiceName;
8839
- readonly 'status': io.flow.internal.v0.enums.PricingIndicatorStatus;
8840
- readonly 'event_identifier': string;
8841
- readonly 'details': io.flow.internal.v0.models.Details;
8842
- }
8843
-
8844
- interface PricingIndicatorDynamo {
8845
- readonly 'organization_id': string;
8846
- readonly 'item_number': string;
8847
- readonly 'experience_key': string;
8848
- readonly 'upserted_at': string;
8849
- readonly 'time_elapsed_since_upserted': number;
8850
- readonly 'event_identifier': string;
8851
- readonly 'status': io.flow.pricing.indicator.internal.event.v0.enums.PricingIndicatorStatus;
8852
- readonly 'published_at': string;
8853
- readonly 'published_from': io.flow.pricing.indicator.internal.event.v0.enums.ServiceName;
8854
- readonly 'expiration_time_in_epoch': number;
8855
- readonly 'catalog_item': io.flow.common.v0.models.CatalogItemSummary;
8856
- readonly 'experience'?: io.flow.common.v0.models.ExperienceSummary;
8857
- }
8858
-
8859
- interface Principal {
8860
- readonly 'type': io.flow.internal.v0.enums.PrincipalType;
8861
- readonly 'amount': number;
8862
- }
8863
-
8864
8511
  interface PrioritizedCenterReference {
8865
8512
  readonly 'center_key': string;
8866
8513
  readonly 'position': number;
8867
8514
  }
8868
8515
 
8869
- interface ProcessedPaymentSummary {
8870
- readonly 'type': io.flow.reference.v0.enums.PaymentMethodCapability;
8871
- readonly 'amount': number;
8872
- readonly 'currency': io.flow.reference.v0.models.Currency;
8873
- readonly 'method': io.flow.reference.v0.models.PaymentMethod;
8874
- readonly 'card_issuer_country'?: io.flow.reference.v0.models.Country;
8875
- readonly 'shipping_address_country'?: io.flow.reference.v0.models.Country;
8876
- readonly 'billing_address_country'?: io.flow.reference.v0.models.Country;
8877
- }
8878
-
8879
8516
  interface ProcessingTransaction {
8880
8517
  readonly 'discriminator': 'processing_transaction';
8881
8518
  readonly 'merchant_of_record': io.flow.common.v0.enums.MerchantOfRecord;
@@ -9081,49 +8718,6 @@ declare namespace io.flow.internal.v0.models {
9081
8718
  readonly 'quantity': number;
9082
8719
  }
9083
8720
 
9084
- interface Profit {
9085
- readonly 'key': io.flow.internal.v0.enums.ProfitStreamKey;
9086
- readonly 'principal': io.flow.internal.v0.models.Principal;
9087
- readonly 'revenue': io.flow.internal.v0.models.Revenue[];
9088
- readonly 'costs': io.flow.internal.v0.models.Cost[];
9089
- readonly 'amount': number;
9090
- readonly 'splits': io.flow.internal.v0.models.ProfitSplit[];
9091
- }
9092
-
9093
- interface ProfitShare {
9094
- readonly 'order': io.flow.internal.v0.models.ProfitShareOrderReference;
9095
- readonly 'profits': io.flow.internal.v0.models.Profit[];
9096
- }
9097
-
9098
- interface ProfitShareOrderReference {
9099
- readonly 'organization': io.flow.common.v0.models.OrganizationReference;
9100
- readonly 'number': string;
9101
- }
9102
-
9103
- interface ProfitSharePlan {
9104
- readonly 'order': io.flow.internal.v0.models.ProfitShareOrderReference;
9105
- readonly 'streams': io.flow.internal.v0.models.ProfitStream[];
9106
- }
9107
-
9108
- interface ProfitSplit {
9109
- readonly 'rule': io.flow.internal.v0.models.ProfitSplitRule;
9110
- readonly 'amount': number;
9111
- }
9112
-
9113
- interface ProfitSplitRule {
9114
- readonly 'payee': io.flow.internal.v0.enums.Party;
9115
- readonly 'rule': io.flow.internal.v0.unions.MoneyRule;
9116
- }
9117
-
9118
- interface ProfitStream {
9119
- readonly 'key': io.flow.internal.v0.enums.ProfitStreamKey;
9120
- readonly 'description': string;
9121
- readonly 'principal': io.flow.internal.v0.enums.PrincipalType;
9122
- readonly 'revenue': io.flow.internal.v0.models.RevenueRule[];
9123
- readonly 'costs': io.flow.internal.v0.models.CostRule[];
9124
- readonly 'splits': io.flow.internal.v0.models.ProfitSplitRule[];
9125
- }
9126
-
9127
8721
  interface ProofOfPostingExternallyFulfilled {
9128
8722
  readonly 'discriminator': 'external';
9129
8723
  readonly 'external_fulfillment_proof_id': string;
@@ -10216,6 +9810,21 @@ declare namespace io.flow.internal.v0.models {
10216
9810
  readonly 'num_pending_decisions_transacting': number;
10217
9811
  }
10218
9812
 
9813
+ interface RestrictionsDailyopsDeleted {
9814
+ readonly 'discriminator': 'restrictions_dailyops_deleted';
9815
+ readonly 'event_id': string;
9816
+ readonly 'timestamp': string;
9817
+ readonly 'organization': string;
9818
+ readonly 'id': string;
9819
+ }
9820
+
9821
+ interface RestrictionsDailyopsUpserted {
9822
+ readonly 'discriminator': 'restrictions_dailyops_upserted';
9823
+ readonly 'event_id': string;
9824
+ readonly 'timestamp': string;
9825
+ readonly 'restrictions_dailyops': io.flow.internal.v0.models.RestrictionsDailyops;
9826
+ }
9827
+
10219
9828
  interface ResyncByDestinations {
10220
9829
  readonly 'destinations': io.flow.reference.v0.models.Country[];
10221
9830
  }
@@ -10302,11 +9911,6 @@ declare namespace io.flow.internal.v0.models {
10302
9911
  readonly 'refund': io.flow.payment.v0.models.RefundReference;
10303
9912
  }
10304
9913
 
10305
- interface Revenue {
10306
- readonly 'source': io.flow.internal.v0.models.RevenueRule;
10307
- readonly 'amount': number;
10308
- }
10309
-
10310
9914
  interface RevenueRecord {
10311
9915
  readonly 'id': string;
10312
9916
  readonly 'organization': io.flow.internal.v0.models.ReportingOrganizationSummary;
@@ -10340,11 +9944,6 @@ declare namespace io.flow.internal.v0.models {
10340
9944
  readonly 'revenue_record': io.flow.internal.v0.models.RevenueRecord;
10341
9945
  }
10342
9946
 
10343
- interface RevenueRule {
10344
- readonly 'type': io.flow.internal.v0.enums.RevenueType;
10345
- readonly 'rule': io.flow.internal.v0.unions.MoneyRule;
10346
- }
10347
-
10348
9947
  interface RoutingAccount {
10349
9948
  readonly 'discriminator': 'routing_account';
10350
9949
  readonly 'processor': io.flow.internal.v0.enums.Processor;
@@ -10371,37 +9970,6 @@ declare namespace io.flow.internal.v0.models {
10371
9970
  readonly 'requested_by': string;
10372
9971
  }
10373
9972
 
10374
- interface SanjayItem {
10375
- readonly 'id': string;
10376
- readonly 'number': string;
10377
- readonly 'amount': io.flow.common.v0.models.Price;
10378
- readonly 'description'?: string;
10379
- readonly 'type': io.flow.internal.v0.enums.SanjayItemType;
10380
- readonly 'added_on': string;
10381
- }
10382
-
10383
- interface SanjayItemDeleted {
10384
- readonly 'discriminator': 'sanjay_item_deleted';
10385
- readonly 'event_id': string;
10386
- readonly 'timestamp': string;
10387
- readonly 'id': string;
10388
- }
10389
-
10390
- interface SanjayItemForm {
10391
- readonly 'number': string;
10392
- readonly 'amount': io.flow.common.v0.models.Price;
10393
- readonly 'description'?: string;
10394
- readonly 'type': io.flow.internal.v0.enums.SanjayItemType;
10395
- readonly 'added_on': string;
10396
- }
10397
-
10398
- interface SanjayItemUpserted {
10399
- readonly 'discriminator': 'sanjay_item_upserted';
10400
- readonly 'event_id': string;
10401
- readonly 'timestamp': string;
10402
- readonly 'item': io.flow.internal.v0.models.SanjayItem;
10403
- }
10404
-
10405
9973
  interface ScheduledPayment {
10406
9974
  readonly 'payment': io.flow.internal.v0.models.ReportPayment;
10407
9975
  readonly 'bank_account': io.flow.internal.v0.models.ReportBankAccountCleartext;
@@ -10670,6 +10238,49 @@ declare namespace io.flow.internal.v0.models {
10670
10238
  readonly 'placeholder': string;
10671
10239
  }
10672
10240
 
10241
+ interface ShopifyIncotermIncludes {
10242
+ readonly 'duties': boolean;
10243
+ readonly 'taxes': boolean;
10244
+ }
10245
+
10246
+ interface ShopifyIncotermSummaryErrorData {
10247
+ readonly 'id': string;
10248
+ readonly 'shopify_order_id': string;
10249
+ readonly 'order_number': string;
10250
+ readonly 'configuration': io.flow.internal.v0.enums.ShopifyIncotermConfiguration;
10251
+ readonly 'includes': io.flow.internal.v0.models.ShopifyIncotermIncludes;
10252
+ readonly 'reason': string;
10253
+ readonly 'order_submitted_at': string;
10254
+ }
10255
+
10256
+ interface ShopifyIncotermSummaryErrorPublished {
10257
+ readonly 'discriminator': 'shopify_incoterm_summary_error_published';
10258
+ readonly 'event_id': string;
10259
+ readonly 'timestamp': string;
10260
+ readonly 'organization': string;
10261
+ readonly 'data': io.flow.internal.v0.models.ShopifyIncotermSummaryErrorData;
10262
+ }
10263
+
10264
+ interface ShopifyMarketsBestSellingProduct {
10265
+ readonly 'id': string;
10266
+ }
10267
+
10268
+ interface ShopifyMarketsBestSellingProductDeleted {
10269
+ readonly 'discriminator': 'shopify_markets_best_selling_product_deleted';
10270
+ readonly 'event_id': string;
10271
+ readonly 'timestamp': string;
10272
+ readonly 'organization': string;
10273
+ readonly 'id': string;
10274
+ }
10275
+
10276
+ interface ShopifyMarketsBestSellingProductUpserted {
10277
+ readonly 'discriminator': 'shopify_markets_best_selling_product_upserted';
10278
+ readonly 'event_id': string;
10279
+ readonly 'timestamp': string;
10280
+ readonly 'organization': string;
10281
+ readonly 'shopify_markets_best_selling_product': io.flow.internal.v0.models.ShopifyMarketsBestSellingProduct;
10282
+ }
10283
+
10673
10284
  interface ShopifyMarketsDiscrepancy {
10674
10285
  readonly 'organization_id': string;
10675
10286
  readonly 'count': number;
@@ -10718,6 +10329,19 @@ declare namespace io.flow.internal.v0.models {
10718
10329
  readonly 'shopify_markets_order': io.flow.internal.v0.models.ShopifyMarketsOrder;
10719
10330
  }
10720
10331
 
10332
+ interface ShopifyMarketsOrderEditSummaryData {
10333
+ readonly 'channel_order_acceptance': io.flow.internal.v0.models.ChannelOrderAcceptance;
10334
+ readonly 'edited_at': string;
10335
+ }
10336
+
10337
+ interface ShopifyMarketsOrderEditSummaryPublished {
10338
+ readonly 'discriminator': 'shopify_markets_order_edit_summary_published';
10339
+ readonly 'event_id': string;
10340
+ readonly 'timestamp': string;
10341
+ readonly 'organization': string;
10342
+ readonly 'data': io.flow.internal.v0.models.ShopifyMarketsOrderEditSummaryData;
10343
+ }
10344
+
10721
10345
  interface ShopifyMarketsOrderUpserted {
10722
10346
  readonly 'discriminator': 'shopify_markets_order_upserted';
10723
10347
  readonly 'event_id': string;
@@ -11238,37 +10862,6 @@ declare namespace io.flow.internal.v0.models {
11238
10862
  readonly 'total': number;
11239
10863
  }
11240
10864
 
11241
- interface ShrutiDemoItem {
11242
- readonly 'id': string;
11243
- readonly 'number': string;
11244
- readonly 'amount': io.flow.common.v0.models.Price;
11245
- readonly 'description'?: string;
11246
- readonly 'type': io.flow.internal.v0.enums.ShrutiDemoType;
11247
- readonly 'added_on': string;
11248
- }
11249
-
11250
- interface ShrutiDemoItemDeleted {
11251
- readonly 'discriminator': 'shruti_demo_item_deleted';
11252
- readonly 'event_id': string;
11253
- readonly 'timestamp': string;
11254
- readonly 'id': string;
11255
- }
11256
-
11257
- interface ShrutiDemoItemForm {
11258
- readonly 'number': string;
11259
- readonly 'amount': io.flow.common.v0.models.Price;
11260
- readonly 'description'?: string;
11261
- readonly 'type': io.flow.internal.v0.enums.ShrutiDemoType;
11262
- readonly 'added_on': string;
11263
- }
11264
-
11265
- interface ShrutiDemoItemUpserted {
11266
- readonly 'discriminator': 'shruti_demo_item_upserted';
11267
- readonly 'event_id': string;
11268
- readonly 'timestamp': string;
11269
- readonly 'item': io.flow.internal.v0.models.ShrutiDemoItem;
11270
- }
11271
-
11272
10865
  interface SimpleAccountReference {
11273
10866
  readonly 'id': string;
11274
10867
  }
@@ -11732,70 +11325,6 @@ declare namespace io.flow.internal.v0.models {
11732
11325
  readonly 'values': io.flow.internal.v0.models.LabelAliases[];
11733
11326
  }
11734
11327
 
11735
- interface SvitlanaItem {
11736
- readonly 'id': string;
11737
- readonly 'number': string;
11738
- readonly 'amount': number;
11739
- readonly 'description'?: string;
11740
- readonly 'type': io.flow.internal.v0.enums.SvitlanaType;
11741
- readonly 'added_on': string;
11742
- }
11743
-
11744
- interface SvitlanaItemDeleted {
11745
- readonly 'discriminator': 'svitlana_item_deleted';
11746
- readonly 'event_id': string;
11747
- readonly 'timestamp': string;
11748
- readonly 'id': string;
11749
- }
11750
-
11751
- interface SvitlanaItemForm {
11752
- readonly 'number': string;
11753
- readonly 'amount': number;
11754
- readonly 'description'?: string;
11755
- readonly 'type': io.flow.internal.v0.enums.SvitlanaType;
11756
- }
11757
-
11758
- interface SvitlanaItemUpserted {
11759
- readonly 'discriminator': 'svitlana_item_upserted';
11760
- readonly 'event_id': string;
11761
- readonly 'timestamp': string;
11762
- readonly 'item': io.flow.internal.v0.models.SvitlanaItem;
11763
- }
11764
-
11765
- interface SvitlanaTest {
11766
- readonly 'name': string;
11767
- }
11768
-
11769
- interface TamItem {
11770
- readonly 'id': string;
11771
- readonly 'number': string;
11772
- readonly 'amount': io.flow.common.v0.models.Price;
11773
- readonly 'description'?: string;
11774
- readonly 'type': io.flow.internal.v0.enums.TamItemType;
11775
- readonly 'added_on': string;
11776
- }
11777
-
11778
- interface TamItemDeleted {
11779
- readonly 'discriminator': 'tam_item_deleted';
11780
- readonly 'event_id': string;
11781
- readonly 'timestamp': string;
11782
- readonly 'id': string;
11783
- }
11784
-
11785
- interface TamItemForm {
11786
- readonly 'number': string;
11787
- readonly 'amount': io.flow.common.v0.models.Price;
11788
- readonly 'description'?: string;
11789
- readonly 'type': io.flow.internal.v0.enums.TamItemType;
11790
- }
11791
-
11792
- interface TamItemUpserted {
11793
- readonly 'discriminator': 'tam_item_upserted';
11794
- readonly 'event_id': string;
11795
- readonly 'timestamp': string;
11796
- readonly 'item': io.flow.internal.v0.models.TamItem;
11797
- }
11798
-
11799
11328
  interface TariffCodeDuty {
11800
11329
  readonly 'tariff_code': string;
11801
11330
  readonly 'duties': Record<string, io.flow.internal.v0.models.Duties>;
@@ -11988,37 +11517,6 @@ declare namespace io.flow.internal.v0.models {
11988
11517
  readonly 'name': string;
11989
11518
  }
11990
11519
 
11991
- interface ThiagoItem {
11992
- readonly 'id': string;
11993
- readonly 'number': string;
11994
- readonly 'amount': io.flow.common.v0.models.Price;
11995
- readonly 'description'?: string;
11996
- readonly 'type': io.flow.internal.v0.enums.ThiagoItemType;
11997
- readonly 'added_on': string;
11998
- }
11999
-
12000
- interface ThiagoItemDeleted {
12001
- readonly 'discriminator': 'thiago_item_deleted';
12002
- readonly 'event_id': string;
12003
- readonly 'timestamp': string;
12004
- readonly 'id': string;
12005
- }
12006
-
12007
- interface ThiagoItemForm {
12008
- readonly 'number': string;
12009
- readonly 'amount': io.flow.common.v0.models.Price;
12010
- readonly 'description'?: string;
12011
- readonly 'type': io.flow.internal.v0.enums.ThiagoItemType;
12012
- readonly 'added_on': string;
12013
- }
12014
-
12015
- interface ThiagoItemUpserted {
12016
- readonly 'discriminator': 'thiago_item_upserted';
12017
- readonly 'event_id': string;
12018
- readonly 'timestamp': string;
12019
- readonly 'item': io.flow.internal.v0.models.ThiagoItem;
12020
- }
12021
-
12022
11520
  interface ThirdPartyLogisticsPartner {
12023
11521
  readonly 'warehouse_address': io.flow.common.v0.models.BillingAddress;
12024
11522
  readonly 'warehouse_url'?: string;
@@ -12154,6 +11652,31 @@ declare namespace io.flow.internal.v0.models {
12154
11652
  readonly 'job': io.flow.internal.v0.models.TrackingAssuranceJob;
12155
11653
  }
12156
11654
 
11655
+ interface TrackingCarrierReturnLabel {
11656
+ readonly 'id': string;
11657
+ readonly 'carrier_tracking_number': string;
11658
+ readonly 'alternate_tracking_numbers': string[];
11659
+ readonly 'carrier_id': string;
11660
+ readonly 'outbound_label_id'?: string;
11661
+ readonly 's3file'?: string;
11662
+ readonly 'origin'?: any/*object*/;
11663
+ readonly 'destination'?: any/*object*/;
11664
+ }
11665
+
11666
+ interface TrackingCarrierReturnLabelDeleted {
11667
+ readonly 'discriminator': 'tracking_carrier_return_label_deleted';
11668
+ readonly 'event_id': string;
11669
+ readonly 'timestamp': string;
11670
+ readonly 'id': string;
11671
+ }
11672
+
11673
+ interface TrackingCarrierReturnLabelUpserted {
11674
+ readonly 'discriminator': 'tracking_carrier_return_label_upserted';
11675
+ readonly 'event_id': string;
11676
+ readonly 'timestamp': string;
11677
+ readonly 'tracking_carrier_return_label': io.flow.internal.v0.models.TrackingCarrierReturnLabel;
11678
+ }
11679
+
12157
11680
  interface TrackingDebugForceTransitForm {
12158
11681
  readonly 'description': string;
12159
11682
  }
@@ -12278,14 +11801,6 @@ declare namespace io.flow.internal.v0.models {
12278
11801
  readonly 'credentials': io.flow.internal.v0.unions.CarrierCredentials;
12279
11802
  }
12280
11803
 
12281
- interface TrackingRequestUpserted {
12282
- readonly 'discriminator': 'tracking_request_upserted';
12283
- readonly 'event_id': string;
12284
- readonly 'timestamp': string;
12285
- readonly 'organization': string;
12286
- readonly 'tracking_request': io.flow.internal.v0.models.TrackingRequest;
12287
- }
12288
-
12289
11804
  interface TrackingResponse {
12290
11805
  readonly 'carrier': string;
12291
11806
  readonly 'carrier_tracking_number': string;
@@ -12293,14 +11808,6 @@ declare namespace io.flow.internal.v0.models {
12293
11808
  readonly 'tracking_events': io.flow.internal.v0.models.TrackingEvent[];
12294
11809
  }
12295
11810
 
12296
- interface TrackingResponseUpserted {
12297
- readonly 'discriminator': 'tracking_response_upserted';
12298
- readonly 'event_id': string;
12299
- readonly 'timestamp': string;
12300
- readonly 'organization': string;
12301
- readonly 'tracking_response': io.flow.internal.v0.models.TrackingResponse;
12302
- }
12303
-
12304
11811
  interface TrackingSubscription {
12305
11812
  readonly 'id': string;
12306
11813
  readonly 'organization_id': string;
@@ -12669,7 +12176,7 @@ declare namespace io.flow.internal.v0.unions {
12669
12176
  type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
12670
12177
  type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe);
12671
12178
  type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
12672
- type Event = (io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.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.ChannelOrderAcceptanceFailed | 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.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | 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.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | 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.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | 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.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | 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.EldarItemUpserted | io.flow.internal.v0.models.EldarItemDeleted | io.flow.internal.v0.models.HarinathItemUpserted | io.flow.internal.v0.models.HarinathItemDeleted | io.flow.internal.v0.models.KonstantinItemUpserted | io.flow.internal.v0.models.KonstantinItemDeleted | io.flow.internal.v0.models.MatiasItemUpserted | io.flow.internal.v0.models.MatiasItemDeleted | io.flow.internal.v0.models.MichaelyanItemUpserted | io.flow.internal.v0.models.MichaelyanItemDeleted | io.flow.internal.v0.models.MiljenkoItemUpserted | io.flow.internal.v0.models.MiljenkoItemDeleted | io.flow.internal.v0.models.SanjayItemUpserted | io.flow.internal.v0.models.SanjayItemDeleted | io.flow.internal.v0.models.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | io.flow.internal.v0.models.TamItemUpserted | io.flow.internal.v0.models.TamItemDeleted | io.flow.internal.v0.models.ThiagoItemUpserted | io.flow.internal.v0.models.ThiagoItemDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
12179
+ type Event = (io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.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.ChannelOrderAcceptanceFailed | 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.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.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.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | 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.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | 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.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderEditSummaryPublished | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | 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.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
12673
12180
  type ExplicitStatementForm = (io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions);
12674
12181
  type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
12675
12182
  type FeatureDefaultValue = (io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue);
@@ -12696,7 +12203,6 @@ declare namespace io.flow.internal.v0.unions {
12696
12203
  type MarketingGatewayFeedSource = (io.flow.internal.v0.models.MarketingGatewayFeedSourceGoogle | io.flow.internal.v0.models.MarketingGatewayFeedSourceFacebook);
12697
12204
  type MarketingGatewayItem = (io.flow.internal.v0.models.MarketingGatewayGoogleItem);
12698
12205
  type MarketingGatewaySourceSummary = (io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary | io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary | io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary);
12699
- type MoneyRule = (io.flow.internal.v0.models.MoneyPercentage);
12700
12206
  type OptinPromptDisplay = (io.flow.internal.v0.models.OptinPromptCheckoutDisplay);
12701
12207
  type OrderActionForm = (io.flow.internal.v0.models.WholeOrderActionForm | io.flow.internal.v0.models.LineActionForm | io.flow.internal.v0.models.FulfillmentActionForm);
12702
12208
  type OrderCancellationEvidence = (io.flow.internal.v0.models.OrderCancellationEvidenceManual | io.flow.internal.v0.models.OrderCancellationEvidenceFullyRefundedNotFulfilled | io.flow.internal.v0.models.OrderCancellationEvidenceReturnToSender);