@flowio/types 11.24.86 → 11.24.88
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.
- package/dist/api-internal.d.ts +91 -16
- package/dist/api.d.ts +3 -0
- package/package.json +2 -2
- package/src/api-internal.ts +109 -16
- package/src/api.ts +3 -0
package/dist/api-internal.d.ts
CHANGED
|
@@ -12512,6 +12512,7 @@ declare namespace io.flow.billing.v0.models {
|
|
|
12512
12512
|
readonly discriminator: 'shipping_label';
|
|
12513
12513
|
readonly request_method?: io.flow.label.v0.enums.LabelRequestMethod;
|
|
12514
12514
|
readonly carrier: io.flow.billing.v0.models.TransactionMetadataShippingLabelCarrier;
|
|
12515
|
+
readonly revenue_share_percentage?: number;
|
|
12515
12516
|
}
|
|
12516
12517
|
interface TransactionMetadataShippingLabelCarrier {
|
|
12517
12518
|
readonly id: string;
|
|
@@ -13640,6 +13641,7 @@ declare namespace io.flow.organization.onboarding.state.v0.models {
|
|
|
13640
13641
|
readonly discriminator: 'merchant_rejected';
|
|
13641
13642
|
readonly reason: io.flow.organization.onboarding.state.v0.enums.MerchantRejectedReason;
|
|
13642
13643
|
readonly description?: string;
|
|
13644
|
+
readonly deactivate_at?: string;
|
|
13643
13645
|
}
|
|
13644
13646
|
interface OnboardingStateTransition {
|
|
13645
13647
|
readonly id: string;
|
|
@@ -13994,6 +13996,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13994
13996
|
type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
|
|
13995
13997
|
type CalculatorEngine = 'flow_rate_and_rule' | 'dtce' | 'dtce_two_calls' | 'dtce_with_deminimis' | 'dtce_merged_with_tax' | 'dtce_with_inclusive_pricing';
|
|
13996
13998
|
type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge';
|
|
13999
|
+
type CarrierChargeType = 'label' | 'other';
|
|
13997
14000
|
type CarrierLabelGenerationMethod = 'direct' | 'easypost';
|
|
13998
14001
|
type CarrierValidationStatus = 'success' | 'error';
|
|
13999
14002
|
type CatalogImportType = 'catalog_items' | 'item_form_overlays' | 'item_prices' | 'price_book_items_import' | 'price_book_items_query_import';
|
|
@@ -14112,7 +14115,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14112
14115
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
14113
14116
|
type EmptyAttribute = 'irrelevant';
|
|
14114
14117
|
type ErpFileType = 'vendor';
|
|
14115
|
-
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'index_assignment_upserted' | 'index_assignment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'sales_record_upserted' | 'sales_record_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'virtual_card_provider_upserted' | 'virtual_card_provider_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
14118
|
+
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'index_assignment_upserted' | 'index_assignment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'sales_record_upserted' | 'sales_record_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'virtual_card_provider_upserted' | 'virtual_card_provider_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_deleted' | 'tam_item_upserted' | 'tam_item_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
14116
14119
|
type ExperienceImportType = 'experience_with_settings';
|
|
14117
14120
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
14118
14121
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -14147,7 +14150,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14147
14150
|
type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'globale_system';
|
|
14148
14151
|
type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
|
|
14149
14152
|
type LiabilityType = 'full_value_tax' | 'low_value_goods_tax' | 'high_value_goods_tax' | 'duties';
|
|
14150
|
-
type LogisticsResponsibility = 'organization' | 'flow';
|
|
14151
14153
|
type MainTransactionStatus = 'scheduled' | 'pending_proof';
|
|
14152
14154
|
type ManualReviewRuleStatus = 'active' | 'archived';
|
|
14153
14155
|
type ManualTransactionCategory = 'cancelled_order_refund' | 'channel_partner_initiated' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'partial_refund' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee' | 'bank_payment_failure';
|
|
@@ -15538,6 +15540,32 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15538
15540
|
readonly status: io.flow.internal.v0.enums.CarrierValidationStatus;
|
|
15539
15541
|
readonly error_message?: string;
|
|
15540
15542
|
}
|
|
15543
|
+
interface CarrierCharge {
|
|
15544
|
+
readonly id: string;
|
|
15545
|
+
readonly type: io.flow.internal.v0.enums.CarrierChargeType;
|
|
15546
|
+
readonly label_invoice_request_id?: string;
|
|
15547
|
+
readonly organization_id: string;
|
|
15548
|
+
readonly order_number: string;
|
|
15549
|
+
readonly carrier_id: string;
|
|
15550
|
+
readonly carrier_tracking_number: string;
|
|
15551
|
+
readonly label_created_at: string;
|
|
15552
|
+
readonly units: io.flow.internal.v0.models.CarrierChargeUnits;
|
|
15553
|
+
readonly base: io.flow.trueup.v0.models.LabelBase;
|
|
15554
|
+
readonly surcharges: io.flow.internal.v0.models.LabelSurchargeForm;
|
|
15555
|
+
readonly total: number;
|
|
15556
|
+
readonly dead?: io.flow.trueup.v0.models.DeadWeight;
|
|
15557
|
+
readonly dimensional?: io.flow.trueup.v0.models.DimensionalWeight;
|
|
15558
|
+
readonly attributes?: Record<string, string>;
|
|
15559
|
+
readonly outbound_carrier_charge_id?: string;
|
|
15560
|
+
readonly reason?: io.flow.trueup.v0.enums.CarrierChargeReason;
|
|
15561
|
+
}
|
|
15562
|
+
interface CarrierChargeDeleted {
|
|
15563
|
+
readonly discriminator: 'carrier_charge_deleted';
|
|
15564
|
+
readonly event_id: string;
|
|
15565
|
+
readonly timestamp: string;
|
|
15566
|
+
readonly organization: string;
|
|
15567
|
+
readonly id: string;
|
|
15568
|
+
}
|
|
15541
15569
|
interface CarrierChargeFile {
|
|
15542
15570
|
readonly id: string;
|
|
15543
15571
|
readonly url: string;
|
|
@@ -15607,6 +15635,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15607
15635
|
readonly weight: io.flow.units.v0.enums.UnitOfWeight;
|
|
15608
15636
|
readonly length?: io.flow.units.v0.enums.UnitOfLength;
|
|
15609
15637
|
}
|
|
15638
|
+
interface CarrierChargeUpserted {
|
|
15639
|
+
readonly discriminator: 'carrier_charge_upserted';
|
|
15640
|
+
readonly event_id: string;
|
|
15641
|
+
readonly timestamp: string;
|
|
15642
|
+
readonly organization: string;
|
|
15643
|
+
readonly carrier_charge: io.flow.internal.v0.models.CarrierCharge;
|
|
15644
|
+
}
|
|
15610
15645
|
interface CarrierInvoice {
|
|
15611
15646
|
readonly number: string;
|
|
15612
15647
|
readonly timestamp: string;
|
|
@@ -18003,12 +18038,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18003
18038
|
readonly discriminator: 'console_label_request_form';
|
|
18004
18039
|
readonly order_number: string;
|
|
18005
18040
|
readonly destination: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
18006
|
-
readonly service
|
|
18041
|
+
readonly service?: string;
|
|
18007
18042
|
}
|
|
18008
18043
|
interface ConsoleMarkUnresolvableForm {
|
|
18009
18044
|
readonly discriminator: 'console_mark_unresolvable_form';
|
|
18010
18045
|
readonly order_number: string;
|
|
18011
|
-
readonly service
|
|
18046
|
+
readonly service?: string;
|
|
18012
18047
|
readonly note?: string;
|
|
18013
18048
|
}
|
|
18014
18049
|
interface ConsumerOptinActivity {
|
|
@@ -19721,12 +19756,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19721
19756
|
readonly id: string;
|
|
19722
19757
|
readonly order: io.flow.internal.v0.models.OrderSummary;
|
|
19723
19758
|
readonly shopper: io.flow.internal.v0.models.ShopperSummary;
|
|
19759
|
+
readonly remittance?: io.flow.internal.v0.models.RemittanceResponsibility;
|
|
19724
19760
|
readonly merchant: io.flow.internal.v0.models.MerchantSummary;
|
|
19725
19761
|
readonly sequence_number: number;
|
|
19726
19762
|
readonly posting_cutoff: string;
|
|
19727
19763
|
readonly trigger: io.flow.internal.v0.unions.FulfillmentTrigger;
|
|
19728
19764
|
readonly fulfilled_at: string;
|
|
19729
|
-
readonly owner: io.flow.internal.v0.enums.
|
|
19765
|
+
readonly owner: io.flow.internal.v0.enums.ResponsibleParty;
|
|
19730
19766
|
readonly origin?: io.flow.internal.v0.models.FulfillmentOrigin;
|
|
19731
19767
|
readonly business?: io.flow.internal.v0.models.FulfillmentBusiness;
|
|
19732
19768
|
readonly completes_order: boolean;
|
|
@@ -22445,24 +22481,34 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22445
22481
|
readonly order_number: string;
|
|
22446
22482
|
readonly service_id: string;
|
|
22447
22483
|
readonly status: io.flow.internal.v0.enums.OrderValidationStatus;
|
|
22484
|
+
readonly updated_by_user_id: string;
|
|
22448
22485
|
}
|
|
22449
|
-
interface
|
|
22486
|
+
interface OrderValidationError {
|
|
22487
|
+
readonly message: string;
|
|
22488
|
+
readonly reason: io.flow.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
22489
|
+
readonly action?: io.flow.internal.v0.enums.ChannelOrderAcceptanceErrorAction;
|
|
22490
|
+
readonly next_action_from: io.flow.internal.v0.enums.ChannelOrderAcceptanceNextActionFrom;
|
|
22491
|
+
}
|
|
22492
|
+
interface OrderValidationFailure {
|
|
22450
22493
|
readonly id: string;
|
|
22451
22494
|
readonly organization_id: string;
|
|
22452
22495
|
readonly order_number: string;
|
|
22453
22496
|
readonly service_id: string;
|
|
22454
|
-
readonly origin
|
|
22455
|
-
readonly destination
|
|
22497
|
+
readonly origin?: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
22498
|
+
readonly destination?: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
22456
22499
|
readonly label_request_method: io.flow.label.v0.enums.LabelRequestMethod;
|
|
22457
22500
|
readonly label_trigger_method: io.flow.label.v0.enums.LabelTriggerMethod;
|
|
22458
22501
|
readonly suggested_responsibility: io.flow.internal.v0.enums.LabelRequestErrorHandlingResponsibility;
|
|
22459
22502
|
readonly errors: string[];
|
|
22460
22503
|
}
|
|
22461
|
-
interface
|
|
22462
|
-
readonly
|
|
22463
|
-
readonly
|
|
22464
|
-
readonly
|
|
22465
|
-
readonly
|
|
22504
|
+
interface OrderValidationFailureSummary {
|
|
22505
|
+
readonly organization_id: string;
|
|
22506
|
+
readonly order_number: string;
|
|
22507
|
+
readonly service_id: string;
|
|
22508
|
+
readonly origin?: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
22509
|
+
readonly destination?: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
22510
|
+
readonly error: string;
|
|
22511
|
+
readonly created_at: string;
|
|
22466
22512
|
}
|
|
22467
22513
|
interface OrganizationAccount {
|
|
22468
22514
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
@@ -23374,6 +23420,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23374
23420
|
readonly matching_positive_keywords: string[];
|
|
23375
23421
|
readonly matching_negative_keywords: string[];
|
|
23376
23422
|
readonly updated_by_user_id: string;
|
|
23423
|
+
readonly flagged_for_keywords_at?: string;
|
|
23424
|
+
readonly automatically_restricted_at?: string;
|
|
23425
|
+
readonly manually_reviewed_at?: string;
|
|
23426
|
+
readonly manually_reviewed_by?: string;
|
|
23377
23427
|
}
|
|
23378
23428
|
interface ProductRestrictionRuleDecisionDeleted {
|
|
23379
23429
|
readonly discriminator: 'product_restriction_rule_decision_deleted';
|
|
@@ -23836,6 +23886,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23836
23886
|
readonly discriminator: 'rex';
|
|
23837
23887
|
readonly number: string;
|
|
23838
23888
|
}
|
|
23889
|
+
interface RemittanceResponsibility {
|
|
23890
|
+
readonly tax: io.flow.internal.v0.enums.ResponsibleParty;
|
|
23891
|
+
readonly duty: io.flow.internal.v0.enums.ResponsibleParty;
|
|
23892
|
+
}
|
|
23839
23893
|
interface Report {
|
|
23840
23894
|
readonly id: string;
|
|
23841
23895
|
readonly status: io.flow.internal.v0.enums.ReportStatus;
|
|
@@ -24230,6 +24284,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24230
24284
|
interface RestrictionProductSummary {
|
|
24231
24285
|
readonly name: string;
|
|
24232
24286
|
readonly restrictions: io.flow.internal.v0.models.RestrictionItemReviewSummary[];
|
|
24287
|
+
readonly prohibited_regions?: string[];
|
|
24233
24288
|
}
|
|
24234
24289
|
interface RestrictionRule {
|
|
24235
24290
|
readonly id: string;
|
|
@@ -24297,6 +24352,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24297
24352
|
readonly id: string;
|
|
24298
24353
|
readonly order: io.flow.internal.v0.models.OrderSummary;
|
|
24299
24354
|
readonly shopper: io.flow.internal.v0.models.ShopperSummary;
|
|
24355
|
+
readonly remittance?: io.flow.internal.v0.models.RemittanceResponsibility;
|
|
24300
24356
|
readonly merchant: io.flow.internal.v0.models.MerchantSummary;
|
|
24301
24357
|
readonly sequence_number: number;
|
|
24302
24358
|
readonly posting_cutoff: string;
|
|
@@ -25535,12 +25591,24 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25535
25591
|
readonly type: io.flow.internal.v0.enums.TamItemType;
|
|
25536
25592
|
readonly added_on: string;
|
|
25537
25593
|
}
|
|
25594
|
+
interface TamItemDeleted {
|
|
25595
|
+
readonly discriminator: 'tam_item_deleted';
|
|
25596
|
+
readonly event_id: string;
|
|
25597
|
+
readonly timestamp: string;
|
|
25598
|
+
readonly id: string;
|
|
25599
|
+
}
|
|
25538
25600
|
interface TamItemForm {
|
|
25539
25601
|
readonly number: string;
|
|
25540
25602
|
readonly amount: io.flow.common.v0.models.Price;
|
|
25541
25603
|
readonly description?: string;
|
|
25542
25604
|
readonly type: io.flow.internal.v0.enums.TamItemType;
|
|
25543
25605
|
}
|
|
25606
|
+
interface TamItemUpserted {
|
|
25607
|
+
readonly discriminator: 'tam_item_upserted';
|
|
25608
|
+
readonly event_id: string;
|
|
25609
|
+
readonly timestamp: string;
|
|
25610
|
+
readonly item: io.flow.internal.v0.models.TamItem;
|
|
25611
|
+
}
|
|
25544
25612
|
interface TariffCodeDuty {
|
|
25545
25613
|
readonly tariff_code: string;
|
|
25546
25614
|
readonly duties: Record<string, io.flow.internal.v0.models.Duties>;
|
|
@@ -26243,7 +26311,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26243
26311
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
26244
26312
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal;
|
|
26245
26313
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
26246
|
-
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.SalesRecordUpserted | io.flow.internal.v0.models.SalesRecordDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.SvitlanaItemUpserted | io.flow.internal.v0.models.SvitlanaItemDeleted | io.flow.internal.v0.models.ColmItemUpserted | io.flow.internal.v0.models.ColmItemDeleted | io.flow.internal.v0.models.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
26314
|
+
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.SalesRecordUpserted | io.flow.internal.v0.models.SalesRecordDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.SvitlanaItemUpserted | io.flow.internal.v0.models.SvitlanaItemDeleted | io.flow.internal.v0.models.ColmItemUpserted | io.flow.internal.v0.models.ColmItemDeleted | io.flow.internal.v0.models.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | io.flow.internal.v0.models.TamItemUpserted | io.flow.internal.v0.models.TamItemDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
26247
26315
|
type Experiment = io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment;
|
|
26248
26316
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
26249
26317
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -26537,6 +26605,8 @@ export declare type CarrierAccountDeleted = io.flow.internal.v0.models.CarrierAc
|
|
|
26537
26605
|
export declare type CarrierAccountForm = io.flow.internal.v0.models.CarrierAccountForm;
|
|
26538
26606
|
export declare type CarrierAccountUpsertedV2 = io.flow.internal.v0.models.CarrierAccountUpsertedV2;
|
|
26539
26607
|
export declare type CarrierAccountValidation = io.flow.internal.v0.models.CarrierAccountValidation;
|
|
26608
|
+
export declare type CarrierCharge = io.flow.internal.v0.models.CarrierCharge;
|
|
26609
|
+
export declare type CarrierChargeDeleted = io.flow.internal.v0.models.CarrierChargeDeleted;
|
|
26540
26610
|
export declare type CarrierChargeFile = io.flow.internal.v0.models.CarrierChargeFile;
|
|
26541
26611
|
export declare type CarrierChargeFileForm = io.flow.internal.v0.models.CarrierChargeFileForm;
|
|
26542
26612
|
export declare type CarrierChargeFileResult = io.flow.internal.v0.models.CarrierChargeFileResult;
|
|
@@ -26546,7 +26616,9 @@ export declare type CarrierChargeFormOther = io.flow.internal.v0.models.CarrierC
|
|
|
26546
26616
|
export declare type CarrierChargeReference = io.flow.internal.v0.models.CarrierChargeReference;
|
|
26547
26617
|
export declare type CarrierChargeTransaction = io.flow.internal.v0.models.CarrierChargeTransaction;
|
|
26548
26618
|
export declare type CarrierChargeTransactionType = io.flow.internal.v0.enums.CarrierChargeTransactionType;
|
|
26619
|
+
export declare type CarrierChargeType = io.flow.internal.v0.enums.CarrierChargeType;
|
|
26549
26620
|
export declare type CarrierChargeUnits = io.flow.internal.v0.models.CarrierChargeUnits;
|
|
26621
|
+
export declare type CarrierChargeUpserted = io.flow.internal.v0.models.CarrierChargeUpserted;
|
|
26550
26622
|
export declare type CarrierCredentials = io.flow.internal.v0.unions.CarrierCredentials;
|
|
26551
26623
|
export declare type CarrierInvoice = io.flow.internal.v0.models.CarrierInvoice;
|
|
26552
26624
|
export declare type CarrierLabelGenerationMethod = io.flow.internal.v0.enums.CarrierLabelGenerationMethod;
|
|
@@ -27793,7 +27865,6 @@ export declare type LocalizedPriceBookItemData = io.flow.internal.v0.models.Loca
|
|
|
27793
27865
|
export declare type LocalizedPriceBookItemDeleted = io.flow.internal.v0.models.LocalizedPriceBookItemDeleted;
|
|
27794
27866
|
export declare type LocalizedPriceBookItemUpserted = io.flow.internal.v0.models.LocalizedPriceBookItemUpserted;
|
|
27795
27867
|
export declare type Location = io.flow.internal.v0.models.Location;
|
|
27796
|
-
export declare type LogisticsResponsibility = io.flow.internal.v0.enums.LogisticsResponsibility;
|
|
27797
27868
|
export declare type Logo = io.flow.internal.v0.models.Logo;
|
|
27798
27869
|
export declare type LoyaltyProgram = io.flow.internal.v0.models.LoyaltyProgram;
|
|
27799
27870
|
export declare type LoyaltyProgramMessage = io.flow.internal.v0.models.LoyaltyProgramMessage;
|
|
@@ -27964,8 +28035,9 @@ export declare type OrderTransactionDeleted = io.flow.internal.v0.models.OrderTr
|
|
|
27964
28035
|
export declare type OrderTransactionType = io.flow.internal.v0.enums.OrderTransactionType;
|
|
27965
28036
|
export declare type OrderTransactionUpserted = io.flow.internal.v0.models.OrderTransactionUpserted;
|
|
27966
28037
|
export declare type OrderValidation = io.flow.internal.v0.models.OrderValidation;
|
|
27967
|
-
export declare type OrderValidationAttempt = io.flow.internal.v0.models.OrderValidationAttempt;
|
|
27968
28038
|
export declare type OrderValidationError = io.flow.internal.v0.models.OrderValidationError;
|
|
28039
|
+
export declare type OrderValidationFailure = io.flow.internal.v0.models.OrderValidationFailure;
|
|
28040
|
+
export declare type OrderValidationFailureSummary = io.flow.internal.v0.models.OrderValidationFailureSummary;
|
|
27969
28041
|
export declare type OrderValidationStatus = io.flow.internal.v0.enums.OrderValidationStatus;
|
|
27970
28042
|
export declare type OrganizationAccount = io.flow.internal.v0.models.OrganizationAccount;
|
|
27971
28043
|
export declare type OrganizationAccountDeleted = io.flow.internal.v0.models.OrganizationAccountDeleted;
|
|
@@ -28214,6 +28286,7 @@ export declare type RedirectReason = io.flow.internal.v0.enums.RedirectReason;
|
|
|
28214
28286
|
export declare type RegisteredExporterTariffEligibilityData = io.flow.internal.v0.models.RegisteredExporterTariffEligibilityData;
|
|
28215
28287
|
export declare type RegisteredExporterTariffEligibilityForm = io.flow.internal.v0.models.RegisteredExporterTariffEligibilityForm;
|
|
28216
28288
|
export declare type RejectionReason = io.flow.internal.v0.enums.RejectionReason;
|
|
28289
|
+
export declare type RemittanceResponsibility = io.flow.internal.v0.models.RemittanceResponsibility;
|
|
28217
28290
|
export declare type Report = io.flow.internal.v0.models.Report;
|
|
28218
28291
|
export declare type ReportAccount = io.flow.internal.v0.models.ReportAccount;
|
|
28219
28292
|
export declare type ReportBankAccount = io.flow.internal.v0.models.ReportBankAccount;
|
|
@@ -28542,8 +28615,10 @@ export declare type SvitlanaItemUpserted = io.flow.internal.v0.models.SvitlanaIt
|
|
|
28542
28615
|
export declare type SvitlanaTest = io.flow.internal.v0.models.SvitlanaTest;
|
|
28543
28616
|
export declare type SvitlanaType = io.flow.internal.v0.enums.SvitlanaType;
|
|
28544
28617
|
export declare type TamItem = io.flow.internal.v0.models.TamItem;
|
|
28618
|
+
export declare type TamItemDeleted = io.flow.internal.v0.models.TamItemDeleted;
|
|
28545
28619
|
export declare type TamItemForm = io.flow.internal.v0.models.TamItemForm;
|
|
28546
28620
|
export declare type TamItemType = io.flow.internal.v0.enums.TamItemType;
|
|
28621
|
+
export declare type TamItemUpserted = io.flow.internal.v0.models.TamItemUpserted;
|
|
28547
28622
|
export declare type TariffCodeDuty = io.flow.internal.v0.models.TariffCodeDuty;
|
|
28548
28623
|
export declare type TariffCodesExport = io.flow.internal.v0.models.TariffCodesExport;
|
|
28549
28624
|
export declare type TariffEligibility = io.flow.internal.v0.models.TariffEligibility;
|
package/dist/api.d.ts
CHANGED
|
@@ -6346,6 +6346,7 @@ declare namespace io.flow.v0.models {
|
|
|
6346
6346
|
readonly discriminator: 'merchant_rejected';
|
|
6347
6347
|
readonly reason: io.flow.v0.enums.MerchantRejectedReason;
|
|
6348
6348
|
readonly description?: string;
|
|
6349
|
+
readonly deactivate_at?: string;
|
|
6349
6350
|
}
|
|
6350
6351
|
interface Money {
|
|
6351
6352
|
readonly amount: number;
|
|
@@ -10202,6 +10203,7 @@ declare namespace io.flow.v0.models {
|
|
|
10202
10203
|
readonly currency: string;
|
|
10203
10204
|
readonly lines: io.flow.v0.models.TaxDutyQuoteLineItemForm[];
|
|
10204
10205
|
readonly shipping: io.flow.v0.models.TaxDutyQuoteSimpleShippingForm[];
|
|
10206
|
+
readonly includes?: io.flow.v0.enums.LevyInclusion[];
|
|
10205
10207
|
}
|
|
10206
10208
|
interface TaxDutyQuoteLineItem {
|
|
10207
10209
|
readonly primary_identifier: string;
|
|
@@ -10615,6 +10617,7 @@ declare namespace io.flow.v0.models {
|
|
|
10615
10617
|
readonly discriminator: 'shipping_label';
|
|
10616
10618
|
readonly request_method?: io.flow.v0.enums.LabelRequestMethod;
|
|
10617
10619
|
readonly carrier: io.flow.v0.models.TransactionMetadataShippingLabelCarrier;
|
|
10620
|
+
readonly revenue_share_percentage?: number;
|
|
10618
10621
|
}
|
|
10619
10622
|
interface TransactionMetadataShippingLabelCarrier {
|
|
10620
10623
|
readonly id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/types",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.88",
|
|
4
4
|
"description": "TypeScript type definitions for custom types found in Flow API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"maintainers": [
|
|
26
26
|
"Christian Muñoz <christian.munoz@flow.io>"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "2bd18d938f840ec2fa147fa4651350a1bb75b33a"
|
|
29
29
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -16409,6 +16409,7 @@ declare namespace io.flow.billing.v0.models {
|
|
|
16409
16409
|
readonly discriminator: 'shipping_label';
|
|
16410
16410
|
readonly request_method?: io.flow.label.v0.enums.LabelRequestMethod;
|
|
16411
16411
|
readonly carrier: io.flow.billing.v0.models.TransactionMetadataShippingLabelCarrier;
|
|
16412
|
+
readonly revenue_share_percentage?: number;
|
|
16412
16413
|
}
|
|
16413
16414
|
|
|
16414
16415
|
interface TransactionMetadataShippingLabelCarrier {
|
|
@@ -17815,6 +17816,7 @@ declare namespace io.flow.organization.onboarding.state.v0.models {
|
|
|
17815
17816
|
readonly discriminator: 'merchant_rejected';
|
|
17816
17817
|
readonly reason: io.flow.organization.onboarding.state.v0.enums.MerchantRejectedReason;
|
|
17817
17818
|
readonly description?: string;
|
|
17819
|
+
readonly deactivate_at?: string;
|
|
17818
17820
|
}
|
|
17819
17821
|
|
|
17820
17822
|
interface OnboardingStateTransition {
|
|
@@ -18438,6 +18440,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
18438
18440
|
| 'dtce_merged_with_tax'
|
|
18439
18441
|
| 'dtce_with_inclusive_pricing';
|
|
18440
18442
|
type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge';
|
|
18443
|
+
type CarrierChargeType = 'label' | 'other';
|
|
18441
18444
|
type CarrierLabelGenerationMethod = 'direct' | 'easypost';
|
|
18442
18445
|
type CarrierValidationStatus = 'success' | 'error';
|
|
18443
18446
|
type CatalogImportType =
|
|
@@ -18996,6 +18999,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
18996
18999
|
| 'billing_csv_transaction_deleted'
|
|
18997
19000
|
| 'label_invoice_request_upserted'
|
|
18998
19001
|
| 'label_invoice_request_deleted'
|
|
19002
|
+
| 'carrier_charge_upserted'
|
|
19003
|
+
| 'carrier_charge_deleted'
|
|
18999
19004
|
| 'fraud_review_upserted'
|
|
19000
19005
|
| 'fraud_review_deleted'
|
|
19001
19006
|
| 'fraud_pending_review_upserted'
|
|
@@ -19172,6 +19177,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
19172
19177
|
| 'colm_item_deleted'
|
|
19173
19178
|
| 'shruti_demo_item_upserted'
|
|
19174
19179
|
| 'shruti_demo_item_deleted'
|
|
19180
|
+
| 'tam_item_upserted'
|
|
19181
|
+
| 'tam_item_deleted'
|
|
19175
19182
|
| 'tracking_label_event_upserted_v2'
|
|
19176
19183
|
| 'tracking_label_event_deleted_v2'
|
|
19177
19184
|
| 'tracking_label_upserted'
|
|
@@ -19255,7 +19262,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
19255
19262
|
| 'low_value_goods_tax'
|
|
19256
19263
|
| 'high_value_goods_tax'
|
|
19257
19264
|
| 'duties';
|
|
19258
|
-
type LogisticsResponsibility = 'organization' | 'flow';
|
|
19259
19265
|
type MainTransactionStatus = 'scheduled' | 'pending_proof';
|
|
19260
19266
|
type ManualReviewRuleStatus = 'active' | 'archived';
|
|
19261
19267
|
type ManualTransactionCategory =
|
|
@@ -21123,6 +21129,34 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21123
21129
|
readonly error_message?: string;
|
|
21124
21130
|
}
|
|
21125
21131
|
|
|
21132
|
+
interface CarrierCharge {
|
|
21133
|
+
readonly id: string;
|
|
21134
|
+
readonly type: io.flow.internal.v0.enums.CarrierChargeType;
|
|
21135
|
+
readonly label_invoice_request_id?: string;
|
|
21136
|
+
readonly organization_id: string;
|
|
21137
|
+
readonly order_number: string;
|
|
21138
|
+
readonly carrier_id: string;
|
|
21139
|
+
readonly carrier_tracking_number: string;
|
|
21140
|
+
readonly label_created_at: string;
|
|
21141
|
+
readonly units: io.flow.internal.v0.models.CarrierChargeUnits;
|
|
21142
|
+
readonly base: io.flow.trueup.v0.models.LabelBase;
|
|
21143
|
+
readonly surcharges: io.flow.internal.v0.models.LabelSurchargeForm;
|
|
21144
|
+
readonly total: number;
|
|
21145
|
+
readonly dead?: io.flow.trueup.v0.models.DeadWeight;
|
|
21146
|
+
readonly dimensional?: io.flow.trueup.v0.models.DimensionalWeight;
|
|
21147
|
+
readonly attributes?: Record<string, string>;
|
|
21148
|
+
readonly outbound_carrier_charge_id?: string;
|
|
21149
|
+
readonly reason?: io.flow.trueup.v0.enums.CarrierChargeReason;
|
|
21150
|
+
}
|
|
21151
|
+
|
|
21152
|
+
interface CarrierChargeDeleted {
|
|
21153
|
+
readonly discriminator: 'carrier_charge_deleted';
|
|
21154
|
+
readonly event_id: string;
|
|
21155
|
+
readonly timestamp: string;
|
|
21156
|
+
readonly organization: string;
|
|
21157
|
+
readonly id: string;
|
|
21158
|
+
}
|
|
21159
|
+
|
|
21126
21160
|
interface CarrierChargeFile {
|
|
21127
21161
|
readonly id: string;
|
|
21128
21162
|
readonly url: string;
|
|
@@ -21200,6 +21234,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21200
21234
|
readonly length?: io.flow.units.v0.enums.UnitOfLength;
|
|
21201
21235
|
}
|
|
21202
21236
|
|
|
21237
|
+
interface CarrierChargeUpserted {
|
|
21238
|
+
readonly discriminator: 'carrier_charge_upserted';
|
|
21239
|
+
readonly event_id: string;
|
|
21240
|
+
readonly timestamp: string;
|
|
21241
|
+
readonly organization: string;
|
|
21242
|
+
readonly carrier_charge: io.flow.internal.v0.models.CarrierCharge;
|
|
21243
|
+
}
|
|
21244
|
+
|
|
21203
21245
|
interface CarrierInvoice {
|
|
21204
21246
|
readonly number: string;
|
|
21205
21247
|
readonly timestamp: string;
|
|
@@ -24078,13 +24120,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24078
24120
|
readonly discriminator: 'console_label_request_form';
|
|
24079
24121
|
readonly order_number: string;
|
|
24080
24122
|
readonly destination: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
24081
|
-
readonly service
|
|
24123
|
+
readonly service?: string;
|
|
24082
24124
|
}
|
|
24083
24125
|
|
|
24084
24126
|
interface ConsoleMarkUnresolvableForm {
|
|
24085
24127
|
readonly discriminator: 'console_mark_unresolvable_form';
|
|
24086
24128
|
readonly order_number: string;
|
|
24087
|
-
readonly service
|
|
24129
|
+
readonly service?: string;
|
|
24088
24130
|
readonly note?: string;
|
|
24089
24131
|
}
|
|
24090
24132
|
|
|
@@ -26060,12 +26102,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26060
26102
|
readonly id: string;
|
|
26061
26103
|
readonly order: io.flow.internal.v0.models.OrderSummary;
|
|
26062
26104
|
readonly shopper: io.flow.internal.v0.models.ShopperSummary;
|
|
26105
|
+
readonly remittance?: io.flow.internal.v0.models.RemittanceResponsibility;
|
|
26063
26106
|
readonly merchant: io.flow.internal.v0.models.MerchantSummary;
|
|
26064
26107
|
readonly sequence_number: number;
|
|
26065
26108
|
readonly posting_cutoff: string;
|
|
26066
26109
|
readonly trigger: io.flow.internal.v0.unions.FulfillmentTrigger;
|
|
26067
26110
|
readonly fulfilled_at: string;
|
|
26068
|
-
readonly owner: io.flow.internal.v0.enums.
|
|
26111
|
+
readonly owner: io.flow.internal.v0.enums.ResponsibleParty;
|
|
26069
26112
|
readonly origin?: io.flow.internal.v0.models.FulfillmentOrigin;
|
|
26070
26113
|
readonly business?: io.flow.internal.v0.models.FulfillmentBusiness;
|
|
26071
26114
|
readonly completes_order: boolean;
|
|
@@ -29172,26 +29215,37 @@ declare namespace io.flow.internal.v0.models {
|
|
|
29172
29215
|
readonly order_number: string;
|
|
29173
29216
|
readonly service_id: string;
|
|
29174
29217
|
readonly status: io.flow.internal.v0.enums.OrderValidationStatus;
|
|
29218
|
+
readonly updated_by_user_id: string;
|
|
29219
|
+
}
|
|
29220
|
+
|
|
29221
|
+
interface OrderValidationError {
|
|
29222
|
+
readonly message: string;
|
|
29223
|
+
readonly reason: io.flow.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
29224
|
+
readonly action?: io.flow.internal.v0.enums.ChannelOrderAcceptanceErrorAction;
|
|
29225
|
+
readonly next_action_from: io.flow.internal.v0.enums.ChannelOrderAcceptanceNextActionFrom;
|
|
29175
29226
|
}
|
|
29176
29227
|
|
|
29177
|
-
interface
|
|
29228
|
+
interface OrderValidationFailure {
|
|
29178
29229
|
readonly id: string;
|
|
29179
29230
|
readonly organization_id: string;
|
|
29180
29231
|
readonly order_number: string;
|
|
29181
29232
|
readonly service_id: string;
|
|
29182
|
-
readonly origin
|
|
29183
|
-
readonly destination
|
|
29233
|
+
readonly origin?: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
29234
|
+
readonly destination?: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
29184
29235
|
readonly label_request_method: io.flow.label.v0.enums.LabelRequestMethod;
|
|
29185
29236
|
readonly label_trigger_method: io.flow.label.v0.enums.LabelTriggerMethod;
|
|
29186
29237
|
readonly suggested_responsibility: io.flow.internal.v0.enums.LabelRequestErrorHandlingResponsibility;
|
|
29187
29238
|
readonly errors: string[];
|
|
29188
29239
|
}
|
|
29189
29240
|
|
|
29190
|
-
interface
|
|
29191
|
-
readonly
|
|
29192
|
-
readonly
|
|
29193
|
-
readonly
|
|
29194
|
-
readonly
|
|
29241
|
+
interface OrderValidationFailureSummary {
|
|
29242
|
+
readonly organization_id: string;
|
|
29243
|
+
readonly order_number: string;
|
|
29244
|
+
readonly service_id: string;
|
|
29245
|
+
readonly origin?: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
29246
|
+
readonly destination?: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
29247
|
+
readonly error: string;
|
|
29248
|
+
readonly created_at: string;
|
|
29195
29249
|
}
|
|
29196
29250
|
|
|
29197
29251
|
interface OrganizationAccount {
|
|
@@ -30235,6 +30289,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
30235
30289
|
readonly matching_positive_keywords: string[];
|
|
30236
30290
|
readonly matching_negative_keywords: string[];
|
|
30237
30291
|
readonly updated_by_user_id: string;
|
|
30292
|
+
readonly flagged_for_keywords_at?: string;
|
|
30293
|
+
readonly automatically_restricted_at?: string;
|
|
30294
|
+
readonly manually_reviewed_at?: string;
|
|
30295
|
+
readonly manually_reviewed_by?: string;
|
|
30238
30296
|
}
|
|
30239
30297
|
|
|
30240
30298
|
interface ProductRestrictionRuleDecisionDeleted {
|
|
@@ -30771,6 +30829,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
30771
30829
|
readonly number: string;
|
|
30772
30830
|
}
|
|
30773
30831
|
|
|
30832
|
+
interface RemittanceResponsibility {
|
|
30833
|
+
readonly tax: io.flow.internal.v0.enums.ResponsibleParty;
|
|
30834
|
+
readonly duty: io.flow.internal.v0.enums.ResponsibleParty;
|
|
30835
|
+
}
|
|
30836
|
+
|
|
30774
30837
|
interface Report {
|
|
30775
30838
|
readonly id: string;
|
|
30776
30839
|
readonly status: io.flow.internal.v0.enums.ReportStatus;
|
|
@@ -31227,6 +31290,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
31227
31290
|
interface RestrictionProductSummary {
|
|
31228
31291
|
readonly name: string;
|
|
31229
31292
|
readonly restrictions: io.flow.internal.v0.models.RestrictionItemReviewSummary[];
|
|
31293
|
+
readonly prohibited_regions?: string[];
|
|
31230
31294
|
}
|
|
31231
31295
|
|
|
31232
31296
|
interface RestrictionRule {
|
|
@@ -31307,6 +31371,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
31307
31371
|
readonly id: string;
|
|
31308
31372
|
readonly order: io.flow.internal.v0.models.OrderSummary;
|
|
31309
31373
|
readonly shopper: io.flow.internal.v0.models.ShopperSummary;
|
|
31374
|
+
readonly remittance?: io.flow.internal.v0.models.RemittanceResponsibility;
|
|
31310
31375
|
readonly merchant: io.flow.internal.v0.models.MerchantSummary;
|
|
31311
31376
|
readonly sequence_number: number;
|
|
31312
31377
|
readonly posting_cutoff: string;
|
|
@@ -32748,6 +32813,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
32748
32813
|
readonly added_on: string;
|
|
32749
32814
|
}
|
|
32750
32815
|
|
|
32816
|
+
interface TamItemDeleted {
|
|
32817
|
+
readonly discriminator: 'tam_item_deleted';
|
|
32818
|
+
readonly event_id: string;
|
|
32819
|
+
readonly timestamp: string;
|
|
32820
|
+
readonly id: string;
|
|
32821
|
+
}
|
|
32822
|
+
|
|
32751
32823
|
interface TamItemForm {
|
|
32752
32824
|
readonly number: string;
|
|
32753
32825
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -32755,6 +32827,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
32755
32827
|
readonly type: io.flow.internal.v0.enums.TamItemType;
|
|
32756
32828
|
}
|
|
32757
32829
|
|
|
32830
|
+
interface TamItemUpserted {
|
|
32831
|
+
readonly discriminator: 'tam_item_upserted';
|
|
32832
|
+
readonly event_id: string;
|
|
32833
|
+
readonly timestamp: string;
|
|
32834
|
+
readonly item: io.flow.internal.v0.models.TamItem;
|
|
32835
|
+
}
|
|
32836
|
+
|
|
32758
32837
|
interface TariffCodeDuty {
|
|
32759
32838
|
readonly tariff_code: string;
|
|
32760
32839
|
readonly duties: Record<string, io.flow.internal.v0.models.Duties>;
|
|
@@ -34063,6 +34142,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
34063
34142
|
| io.flow.internal.v0.models.BillingCsvTransactionDeleted
|
|
34064
34143
|
| io.flow.internal.v0.models.LabelInvoiceRequestUpserted
|
|
34065
34144
|
| io.flow.internal.v0.models.LabelInvoiceRequestDeleted
|
|
34145
|
+
| io.flow.internal.v0.models.CarrierChargeUpserted
|
|
34146
|
+
| io.flow.internal.v0.models.CarrierChargeDeleted
|
|
34066
34147
|
| io.flow.internal.v0.models.FraudReviewUpserted
|
|
34067
34148
|
| io.flow.internal.v0.models.FraudReviewDeleted
|
|
34068
34149
|
| io.flow.internal.v0.models.FraudPendingReviewUpserted
|
|
@@ -34239,6 +34320,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
34239
34320
|
| io.flow.internal.v0.models.ColmItemDeleted
|
|
34240
34321
|
| io.flow.internal.v0.models.ShrutiDemoItemUpserted
|
|
34241
34322
|
| io.flow.internal.v0.models.ShrutiDemoItemDeleted
|
|
34323
|
+
| io.flow.internal.v0.models.TamItemUpserted
|
|
34324
|
+
| io.flow.internal.v0.models.TamItemDeleted
|
|
34242
34325
|
| io.flow.internal.v0.models.TrackingLabelEventUpsertedV2
|
|
34243
34326
|
| io.flow.internal.v0.models.TrackingLabelEventDeletedV2
|
|
34244
34327
|
| io.flow.internal.v0.models.TrackingLabelUpserted
|
|
@@ -34932,6 +35015,9 @@ export type CarrierAccountUpsertedV2 =
|
|
|
34932
35015
|
io.flow.internal.v0.models.CarrierAccountUpsertedV2;
|
|
34933
35016
|
export type CarrierAccountValidation =
|
|
34934
35017
|
io.flow.internal.v0.models.CarrierAccountValidation;
|
|
35018
|
+
export type CarrierCharge = io.flow.internal.v0.models.CarrierCharge;
|
|
35019
|
+
export type CarrierChargeDeleted =
|
|
35020
|
+
io.flow.internal.v0.models.CarrierChargeDeleted;
|
|
34935
35021
|
export type CarrierChargeFile = io.flow.internal.v0.models.CarrierChargeFile;
|
|
34936
35022
|
export type CarrierChargeFileForm =
|
|
34937
35023
|
io.flow.internal.v0.models.CarrierChargeFileForm;
|
|
@@ -34948,7 +35034,10 @@ export type CarrierChargeTransaction =
|
|
|
34948
35034
|
io.flow.internal.v0.models.CarrierChargeTransaction;
|
|
34949
35035
|
export type CarrierChargeTransactionType =
|
|
34950
35036
|
io.flow.internal.v0.enums.CarrierChargeTransactionType;
|
|
35037
|
+
export type CarrierChargeType = io.flow.internal.v0.enums.CarrierChargeType;
|
|
34951
35038
|
export type CarrierChargeUnits = io.flow.internal.v0.models.CarrierChargeUnits;
|
|
35039
|
+
export type CarrierChargeUpserted =
|
|
35040
|
+
io.flow.internal.v0.models.CarrierChargeUpserted;
|
|
34952
35041
|
export type CarrierCredentials = io.flow.internal.v0.unions.CarrierCredentials;
|
|
34953
35042
|
export type CarrierInvoice = io.flow.internal.v0.models.CarrierInvoice;
|
|
34954
35043
|
export type CarrierLabelGenerationMethod =
|
|
@@ -37117,8 +37206,6 @@ export type LocalizedPriceBookItemDeleted =
|
|
|
37117
37206
|
export type LocalizedPriceBookItemUpserted =
|
|
37118
37207
|
io.flow.internal.v0.models.LocalizedPriceBookItemUpserted;
|
|
37119
37208
|
export type Location = io.flow.internal.v0.models.Location;
|
|
37120
|
-
export type LogisticsResponsibility =
|
|
37121
|
-
io.flow.internal.v0.enums.LogisticsResponsibility;
|
|
37122
37209
|
export type Logo = io.flow.internal.v0.models.Logo;
|
|
37123
37210
|
export type LoyaltyProgram = io.flow.internal.v0.models.LoyaltyProgram;
|
|
37124
37211
|
export type LoyaltyProgramMessage =
|
|
@@ -37417,10 +37504,12 @@ export type OrderTransactionType =
|
|
|
37417
37504
|
export type OrderTransactionUpserted =
|
|
37418
37505
|
io.flow.internal.v0.models.OrderTransactionUpserted;
|
|
37419
37506
|
export type OrderValidation = io.flow.internal.v0.models.OrderValidation;
|
|
37420
|
-
export type OrderValidationAttempt =
|
|
37421
|
-
io.flow.internal.v0.models.OrderValidationAttempt;
|
|
37422
37507
|
export type OrderValidationError =
|
|
37423
37508
|
io.flow.internal.v0.models.OrderValidationError;
|
|
37509
|
+
export type OrderValidationFailure =
|
|
37510
|
+
io.flow.internal.v0.models.OrderValidationFailure;
|
|
37511
|
+
export type OrderValidationFailureSummary =
|
|
37512
|
+
io.flow.internal.v0.models.OrderValidationFailureSummary;
|
|
37424
37513
|
export type OrderValidationStatus =
|
|
37425
37514
|
io.flow.internal.v0.enums.OrderValidationStatus;
|
|
37426
37515
|
export type OrganizationAccount =
|
|
@@ -37851,6 +37940,8 @@ export type RegisteredExporterTariffEligibilityData =
|
|
|
37851
37940
|
export type RegisteredExporterTariffEligibilityForm =
|
|
37852
37941
|
io.flow.internal.v0.models.RegisteredExporterTariffEligibilityForm;
|
|
37853
37942
|
export type RejectionReason = io.flow.internal.v0.enums.RejectionReason;
|
|
37943
|
+
export type RemittanceResponsibility =
|
|
37944
|
+
io.flow.internal.v0.models.RemittanceResponsibility;
|
|
37854
37945
|
export type Report = io.flow.internal.v0.models.Report;
|
|
37855
37946
|
export type ReportAccount = io.flow.internal.v0.models.ReportAccount;
|
|
37856
37947
|
export type ReportBankAccount = io.flow.internal.v0.models.ReportBankAccount;
|
|
@@ -38387,8 +38478,10 @@ export type SvitlanaItemUpserted =
|
|
|
38387
38478
|
export type SvitlanaTest = io.flow.internal.v0.models.SvitlanaTest;
|
|
38388
38479
|
export type SvitlanaType = io.flow.internal.v0.enums.SvitlanaType;
|
|
38389
38480
|
export type TamItem = io.flow.internal.v0.models.TamItem;
|
|
38481
|
+
export type TamItemDeleted = io.flow.internal.v0.models.TamItemDeleted;
|
|
38390
38482
|
export type TamItemForm = io.flow.internal.v0.models.TamItemForm;
|
|
38391
38483
|
export type TamItemType = io.flow.internal.v0.enums.TamItemType;
|
|
38484
|
+
export type TamItemUpserted = io.flow.internal.v0.models.TamItemUpserted;
|
|
38392
38485
|
export type TariffCodeDuty = io.flow.internal.v0.models.TariffCodeDuty;
|
|
38393
38486
|
export type TariffCodesExport = io.flow.internal.v0.models.TariffCodesExport;
|
|
38394
38487
|
export type TariffEligibility = io.flow.internal.v0.models.TariffEligibility;
|
package/src/api.ts
CHANGED
|
@@ -8533,6 +8533,7 @@ declare namespace io.flow.v0.models {
|
|
|
8533
8533
|
readonly discriminator: 'merchant_rejected';
|
|
8534
8534
|
readonly reason: io.flow.v0.enums.MerchantRejectedReason;
|
|
8535
8535
|
readonly description?: string;
|
|
8536
|
+
readonly deactivate_at?: string;
|
|
8536
8537
|
}
|
|
8537
8538
|
|
|
8538
8539
|
interface Money {
|
|
@@ -13012,6 +13013,7 @@ declare namespace io.flow.v0.models {
|
|
|
13012
13013
|
readonly currency: string;
|
|
13013
13014
|
readonly lines: io.flow.v0.models.TaxDutyQuoteLineItemForm[];
|
|
13014
13015
|
readonly shipping: io.flow.v0.models.TaxDutyQuoteSimpleShippingForm[];
|
|
13016
|
+
readonly includes?: io.flow.v0.enums.LevyInclusion[];
|
|
13015
13017
|
}
|
|
13016
13018
|
|
|
13017
13019
|
interface TaxDutyQuoteLineItem {
|
|
@@ -13487,6 +13489,7 @@ declare namespace io.flow.v0.models {
|
|
|
13487
13489
|
readonly discriminator: 'shipping_label';
|
|
13488
13490
|
readonly request_method?: io.flow.v0.enums.LabelRequestMethod;
|
|
13489
13491
|
readonly carrier: io.flow.v0.models.TransactionMetadataShippingLabelCarrier;
|
|
13492
|
+
readonly revenue_share_percentage?: number;
|
|
13490
13493
|
}
|
|
13491
13494
|
|
|
13492
13495
|
interface TransactionMetadataShippingLabelCarrier {
|