@flowio/types 11.24.127 → 11.24.128
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 +99 -6
- package/dist/api.d.ts +27 -2
- package/package.json +2 -2
- package/src/api-internal.ts +144 -3
- package/src/api.ts +44 -1
package/dist/api-internal.d.ts
CHANGED
|
@@ -1042,6 +1042,7 @@ declare namespace io.flow.fulfillment.v0.models {
|
|
|
1042
1042
|
readonly delivered_duty: io.flow.common.v0.enums.DeliveredDuty;
|
|
1043
1043
|
readonly price: io.flow.fulfillment.v0.models.PriceWithBaseAndDetails;
|
|
1044
1044
|
readonly service: io.flow.fulfillment.v0.models.ServiceSummary;
|
|
1045
|
+
readonly actual_service?: io.flow.fulfillment.v0.models.ServiceSummary;
|
|
1045
1046
|
readonly tier: io.flow.fulfillment.v0.models.TierSummary;
|
|
1046
1047
|
readonly window: io.flow.fulfillment.v0.models.DeliveryWindow;
|
|
1047
1048
|
readonly rule_outcome?: io.flow.fulfillment.v0.unions.TierRuleOutcome;
|
|
@@ -7158,6 +7159,7 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
7158
7159
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
7159
7160
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
7160
7161
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
7162
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
7161
7163
|
type OrderPaymentSourceType = 'globale' | 'third_party';
|
|
7162
7164
|
}
|
|
7163
7165
|
declare namespace io.flow.channel.internal.v0.models {
|
|
@@ -7221,6 +7223,29 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
7221
7223
|
readonly description: string;
|
|
7222
7224
|
readonly rejection_reason?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
7223
7225
|
}
|
|
7226
|
+
interface ChannelOrganizationDomain {
|
|
7227
|
+
readonly internal: string;
|
|
7228
|
+
readonly public: string;
|
|
7229
|
+
}
|
|
7230
|
+
interface ChannelOrganizationInstallation {
|
|
7231
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
7232
|
+
readonly tokens: io.flow.channel.internal.v0.models.ChannelOrganizationToken[];
|
|
7233
|
+
}
|
|
7234
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
7235
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
7236
|
+
readonly metadata: io.flow.channel.internal.v0.models.ChannelOrganizationMetadata;
|
|
7237
|
+
}
|
|
7238
|
+
interface ChannelOrganizationMetadata {
|
|
7239
|
+
readonly domain: io.flow.channel.internal.v0.models.ChannelOrganizationDomain;
|
|
7240
|
+
readonly token: string;
|
|
7241
|
+
}
|
|
7242
|
+
interface ChannelOrganizationToken {
|
|
7243
|
+
readonly token: io.flow.channel.internal.v0.models.ChannelOrganizationTokenBody;
|
|
7244
|
+
readonly service: io.flow.channel.internal.v0.enums.ChannelService;
|
|
7245
|
+
}
|
|
7246
|
+
interface ChannelOrganizationTokenBody {
|
|
7247
|
+
readonly cleartext: string;
|
|
7248
|
+
}
|
|
7224
7249
|
interface FlowChannelOrganization {
|
|
7225
7250
|
readonly placeholder?: string;
|
|
7226
7251
|
}
|
|
@@ -10764,7 +10789,7 @@ declare namespace io.flow.item.v0.models {
|
|
|
10764
10789
|
}
|
|
10765
10790
|
}
|
|
10766
10791
|
declare namespace io.flow.billing.v0.enums {
|
|
10767
|
-
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee' | 'sp';
|
|
10792
|
+
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'tax' | 'duty' | 'tax_and_duty' | 'product' | 'tax_and_duty_fx_diff' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee' | 'sp';
|
|
10768
10793
|
type PayoutAttachmentType = 'transactions';
|
|
10769
10794
|
type PayoutStatusFailureCode = 'invalid_account_number' | 'account_closed' | 'could_not_process';
|
|
10770
10795
|
type PendingPayoutTransactionReasonCode = 'waiting_for_full_refund' | 'waiting_for_fulfillment' | 'waiting_for_in_transit' | 'waiting_for_next_payout_date' | 'waiting_for_tracking_info' | 'waiting_for_positive_account_balance' | 'unfulfilled_amount_greater_than_negative_balance' | 'account_payment_hold';
|
|
@@ -11381,7 +11406,7 @@ declare namespace io.flow.apple.pay.v0.models {
|
|
|
11381
11406
|
}
|
|
11382
11407
|
declare namespace io.flow.merchant.of.record.v0.enums {
|
|
11383
11408
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
11384
|
-
type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa';
|
|
11409
|
+
type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa' | 'ge-can' | 'ge-gbr' | 'ge-irl';
|
|
11385
11410
|
}
|
|
11386
11411
|
declare namespace io.flow.organization.onboarding.state.v0.enums {
|
|
11387
11412
|
type MerchantDisabledReason = 'merchant_deactivated' | 'merchant_rejected';
|
|
@@ -11720,7 +11745,9 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11720
11745
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
11721
11746
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
11722
11747
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
11723
|
-
type
|
|
11748
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
11749
|
+
type ChannelTransactionTriggerType = 'capture' | 'order';
|
|
11750
|
+
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing' | 'order';
|
|
11724
11751
|
type ChapterCheckStatus = 'apparel_like' | 'similar' | 'does_not_match';
|
|
11725
11752
|
type ChargeEstimateSource = 'global-e' | 'shopify';
|
|
11726
11753
|
type ChargeInputType = 'fuelsc' | 'incoterm_ddp' | 'delivery_confirmation' | 'base_charge' | 'package_pickup' | 'insurance' | 'usps_first_mile' | 'oversize_piece' | 'incoterm_dap' | 'emergency_situation' | 'remote_area_delivery' | 'customs_clearance_surcharge' | 'security_surcharge' | 'duties_fx_surcharge' | 'electronic_export_information_surcharge' | 'additional_handling' | 'large_package_surcharge' | 'peak_surcharge';
|
|
@@ -11769,7 +11796,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11769
11796
|
type EmptyAttribute = 'irrelevant';
|
|
11770
11797
|
type ErpFileType = 'vendor';
|
|
11771
11798
|
type EvaluationCheckResult = 'pass' | 'fail';
|
|
11772
|
-
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'merchant_override_upserted' | 'merchant_override_deleted' | 'harmonization_classification_statistics_published' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'partner_request_upserted' | 'partner_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'order_refund_transaction_upserted' | 'order_refund_transaction_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
11799
|
+
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'fulfillment_status_upserted' | 'fulfillment_status_deleted' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'merchant_override_upserted' | 'merchant_override_deleted' | 'harmonization_classification_statistics_published' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'partner_request_upserted' | 'partner_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'order_refund_transaction_upserted' | 'order_refund_transaction_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
11773
11800
|
type ExperienceImportType = 'experience_with_settings';
|
|
11774
11801
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
11775
11802
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -13638,6 +13665,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13638
13665
|
readonly channel_id: string;
|
|
13639
13666
|
readonly channel_order_summary: io.flow.internal.v0.models.ChannelOrderSummary;
|
|
13640
13667
|
}
|
|
13668
|
+
interface ChannelOrganizationDomain {
|
|
13669
|
+
readonly internal: string;
|
|
13670
|
+
readonly public: string;
|
|
13671
|
+
}
|
|
13641
13672
|
interface ChannelOrganizationIdentifier {
|
|
13642
13673
|
readonly id: string;
|
|
13643
13674
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
@@ -13657,6 +13688,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13657
13688
|
readonly channel_id: string;
|
|
13658
13689
|
readonly channel_organization_identifier: io.flow.internal.v0.models.ChannelOrganizationIdentifier;
|
|
13659
13690
|
}
|
|
13691
|
+
interface ChannelOrganizationInstallation {
|
|
13692
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
13693
|
+
readonly tokens: io.flow.internal.v0.models.ChannelOrganizationToken[];
|
|
13694
|
+
}
|
|
13695
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
13696
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
13697
|
+
readonly metadata: io.flow.internal.v0.models.ChannelOrganizationMetadata;
|
|
13698
|
+
}
|
|
13699
|
+
interface ChannelOrganizationMetadata {
|
|
13700
|
+
readonly domain: io.flow.internal.v0.models.ChannelOrganizationDomain;
|
|
13701
|
+
readonly token: string;
|
|
13702
|
+
}
|
|
13660
13703
|
interface ChannelOrganizationPublicationOwner {
|
|
13661
13704
|
readonly owner: io.flow.internal.v0.enums.CatalogPublicationOwner;
|
|
13662
13705
|
}
|
|
@@ -13681,6 +13724,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13681
13724
|
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
13682
13725
|
readonly metadata: io.flow.internal.v0.models.ShopifyMetadata;
|
|
13683
13726
|
}
|
|
13727
|
+
interface ChannelOrganizationToken {
|
|
13728
|
+
readonly token: io.flow.internal.v0.models.ChannelOrganizationTokenBody;
|
|
13729
|
+
readonly service: io.flow.internal.v0.enums.ChannelService;
|
|
13730
|
+
}
|
|
13731
|
+
interface ChannelOrganizationTokenBody {
|
|
13732
|
+
readonly cleartext: string;
|
|
13733
|
+
}
|
|
13684
13734
|
interface ChannelRateMetadataIdentity {
|
|
13685
13735
|
readonly discriminator: 'channel_rate_metadata_identity';
|
|
13686
13736
|
readonly currency: string;
|
|
@@ -13722,6 +13772,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13722
13772
|
readonly value: number;
|
|
13723
13773
|
readonly timestamp: string;
|
|
13724
13774
|
}
|
|
13775
|
+
interface ChannelTransactionTriggerMetadata {
|
|
13776
|
+
readonly discriminator: 'channel_transaction_trigger_metadata';
|
|
13777
|
+
readonly trigger_type: io.flow.internal.v0.enums.ChannelTransactionTriggerType;
|
|
13778
|
+
}
|
|
13725
13779
|
interface ChannelTransactionUpserted {
|
|
13726
13780
|
readonly discriminator: 'channel_transaction_upserted';
|
|
13727
13781
|
readonly event_id: string;
|
|
@@ -15241,6 +15295,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15241
15295
|
readonly processing?: io.flow.internal.v0.models.Fee;
|
|
15242
15296
|
readonly rate_lock: io.flow.internal.v0.models.Fee;
|
|
15243
15297
|
readonly mor?: io.flow.internal.v0.models.Fee;
|
|
15298
|
+
readonly tax?: io.flow.internal.v0.models.Fee;
|
|
15299
|
+
readonly duty?: io.flow.internal.v0.models.Fee;
|
|
15300
|
+
readonly tax_and_duty?: io.flow.internal.v0.models.Fee;
|
|
15301
|
+
readonly product?: io.flow.internal.v0.models.Fee;
|
|
15302
|
+
readonly tax_and_duty_fx_diff?: io.flow.internal.v0.models.Fee;
|
|
15244
15303
|
readonly fx?: io.flow.internal.v0.models.Fee;
|
|
15245
15304
|
readonly duty_guarantee?: io.flow.internal.v0.models.Fee;
|
|
15246
15305
|
readonly transfer?: io.flow.internal.v0.models.Fee;
|
|
@@ -15771,6 +15830,28 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15771
15830
|
readonly fulfillment_created_at?: string;
|
|
15772
15831
|
readonly fulfillment_updated_at?: string;
|
|
15773
15832
|
}
|
|
15833
|
+
interface FulfillmentStatusDeleted {
|
|
15834
|
+
readonly discriminator: 'fulfillment_status_deleted';
|
|
15835
|
+
readonly event_id: string;
|
|
15836
|
+
readonly timestamp: string;
|
|
15837
|
+
readonly organization: string;
|
|
15838
|
+
readonly id: string;
|
|
15839
|
+
}
|
|
15840
|
+
interface FulfillmentStatusSummary {
|
|
15841
|
+
readonly id: string;
|
|
15842
|
+
readonly order_number: string;
|
|
15843
|
+
readonly organization_id: string;
|
|
15844
|
+
readonly fulfilled_at: string;
|
|
15845
|
+
readonly sequence_number: number;
|
|
15846
|
+
readonly completes_order: boolean;
|
|
15847
|
+
}
|
|
15848
|
+
interface FulfillmentStatusUpserted {
|
|
15849
|
+
readonly discriminator: 'fulfillment_status_upserted';
|
|
15850
|
+
readonly event_id: string;
|
|
15851
|
+
readonly timestamp: string;
|
|
15852
|
+
readonly organization: string;
|
|
15853
|
+
readonly fulfillment: io.flow.internal.v0.models.FulfillmentStatusSummary;
|
|
15854
|
+
}
|
|
15774
15855
|
interface FulfillmentSubsidyBreakdown {
|
|
15775
15856
|
readonly tax: number;
|
|
15776
15857
|
readonly duty: number;
|
|
@@ -22205,7 +22286,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
22205
22286
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
22206
22287
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe;
|
|
22207
22288
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
22208
|
-
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
22289
|
+
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.FulfillmentStatusUpserted | io.flow.internal.v0.models.FulfillmentStatusDeleted | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
22209
22290
|
type ExplicitStatementForm = io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions;
|
|
22210
22291
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
22211
22292
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -22249,7 +22330,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
22249
22330
|
type TariffEligibilityData = io.flow.internal.v0.models.RegisteredExporterTariffEligibilityData;
|
|
22250
22331
|
type TariffEligibilityForm = io.flow.internal.v0.models.RegisteredExporterTariffEligibilityForm;
|
|
22251
22332
|
type TaskData = io.flow.internal.v0.models.TaskProcessQueuedEvent | io.flow.internal.v0.models.TaskSummarizeCode | io.flow.internal.v0.models.TaskItemUpserted | io.flow.internal.v0.models.TaskImport;
|
|
22252
|
-
type TaskMetadata = io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata | io.flow.internal.v0.models.TaxDutyReasonCodeMetadata | io.flow.internal.v0.models.AccountingReturnMetadata | io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata;
|
|
22333
|
+
type TaskMetadata = io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata | io.flow.internal.v0.models.TaxDutyReasonCodeMetadata | io.flow.internal.v0.models.AccountingReturnMetadata | io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata | io.flow.internal.v0.models.ChannelTransactionTriggerMetadata;
|
|
22253
22334
|
type TaxAmount = io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
22254
22335
|
type Tracker = io.flow.internal.v0.models.GoogleAnalytics | io.flow.internal.v0.models.GoogleGlobalSiteTag | io.flow.internal.v0.models.GoogleTagManager | io.flow.internal.v0.models.FacebookPixel | io.flow.internal.v0.models.SnapchatPixel;
|
|
22255
22336
|
type Transaction = io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction | io.flow.internal.v0.models.TrueupTransaction | io.flow.internal.v0.models.CarrierChargeTransaction | io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction | io.flow.internal.v0.models.GeRevenueShareTransaction | io.flow.internal.v0.models.MerchantFeeTransaction;
|
|
@@ -22553,9 +22634,13 @@ export declare type ChannelOrderSummary = io.flow.internal.v0.models.ChannelOrde
|
|
|
22553
22634
|
export declare type ChannelOrderSummaryDeleted = io.flow.internal.v0.models.ChannelOrderSummaryDeleted;
|
|
22554
22635
|
export declare type ChannelOrderSummaryFulfillmentDetails = io.flow.internal.v0.models.ChannelOrderSummaryFulfillmentDetails;
|
|
22555
22636
|
export declare type ChannelOrderSummaryUpserted = io.flow.internal.v0.models.ChannelOrderSummaryUpserted;
|
|
22637
|
+
export declare type ChannelOrganizationDomain = io.flow.internal.v0.models.ChannelOrganizationDomain;
|
|
22556
22638
|
export declare type ChannelOrganizationIdentifier = io.flow.internal.v0.models.ChannelOrganizationIdentifier;
|
|
22557
22639
|
export declare type ChannelOrganizationIdentifierDeleted = io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted;
|
|
22558
22640
|
export declare type ChannelOrganizationIdentifierUpserted = io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted;
|
|
22641
|
+
export declare type ChannelOrganizationInstallation = io.flow.internal.v0.models.ChannelOrganizationInstallation;
|
|
22642
|
+
export declare type ChannelOrganizationInstallationPostForm = io.flow.internal.v0.models.ChannelOrganizationInstallationPostForm;
|
|
22643
|
+
export declare type ChannelOrganizationMetadata = io.flow.internal.v0.models.ChannelOrganizationMetadata;
|
|
22559
22644
|
export declare type ChannelOrganizationPublicationOwner = io.flow.internal.v0.models.ChannelOrganizationPublicationOwner;
|
|
22560
22645
|
export declare type ChannelOrganizationPublicationOwnerPutForm = io.flow.internal.v0.models.ChannelOrganizationPublicationOwnerPutForm;
|
|
22561
22646
|
export declare type ChannelOrganizationSellabilityStatus = io.flow.internal.v0.models.ChannelOrganizationSellabilityStatus;
|
|
@@ -22563,12 +22648,17 @@ export declare type ChannelOrganizationSellabilityStatusPutForm = io.flow.intern
|
|
|
22563
22648
|
export declare type ChannelOrganizationShopify = io.flow.internal.v0.models.ChannelOrganizationShopify;
|
|
22564
22649
|
export declare type ChannelOrganizationShopifyForm = io.flow.internal.v0.models.ChannelOrganizationShopifyForm;
|
|
22565
22650
|
export declare type ChannelOrganizationShopifyPostForm = io.flow.internal.v0.models.ChannelOrganizationShopifyPostForm;
|
|
22651
|
+
export declare type ChannelOrganizationToken = io.flow.internal.v0.models.ChannelOrganizationToken;
|
|
22652
|
+
export declare type ChannelOrganizationTokenBody = io.flow.internal.v0.models.ChannelOrganizationTokenBody;
|
|
22566
22653
|
export declare type ChannelRateMetadata = io.flow.internal.v0.unions.ChannelRateMetadata;
|
|
22567
22654
|
export declare type ChannelRateMetadataIdentity = io.flow.internal.v0.models.ChannelRateMetadataIdentity;
|
|
22568
22655
|
export declare type ChannelRateMetadataRate = io.flow.internal.v0.models.ChannelRateMetadataRate;
|
|
22656
|
+
export declare type ChannelService = io.flow.internal.v0.enums.ChannelService;
|
|
22569
22657
|
export declare type ChannelTransaction = io.flow.internal.v0.models.ChannelTransaction;
|
|
22570
22658
|
export declare type ChannelTransactionDeleted = io.flow.internal.v0.models.ChannelTransactionDeleted;
|
|
22571
22659
|
export declare type ChannelTransactionRate = io.flow.internal.v0.models.ChannelTransactionRate;
|
|
22660
|
+
export declare type ChannelTransactionTriggerMetadata = io.flow.internal.v0.models.ChannelTransactionTriggerMetadata;
|
|
22661
|
+
export declare type ChannelTransactionTriggerType = io.flow.internal.v0.enums.ChannelTransactionTriggerType;
|
|
22572
22662
|
export declare type ChannelTransactionType = io.flow.internal.v0.enums.ChannelTransactionType;
|
|
22573
22663
|
export declare type ChannelTransactionUpserted = io.flow.internal.v0.models.ChannelTransactionUpserted;
|
|
22574
22664
|
export declare type ChapterCheckResult = io.flow.internal.v0.models.ChapterCheckResult;
|
|
@@ -22949,6 +23039,9 @@ export declare type FulfillmentProofShippingNotificationReference = io.flow.inte
|
|
|
22949
23039
|
export declare type FulfillmentReference = io.flow.internal.v0.models.FulfillmentReference;
|
|
22950
23040
|
export declare type FulfillmentShopperBreakdown = io.flow.internal.v0.models.FulfillmentShopperBreakdown;
|
|
22951
23041
|
export declare type FulfillmentSnapshot = io.flow.internal.v0.models.FulfillmentSnapshot;
|
|
23042
|
+
export declare type FulfillmentStatusDeleted = io.flow.internal.v0.models.FulfillmentStatusDeleted;
|
|
23043
|
+
export declare type FulfillmentStatusSummary = io.flow.internal.v0.models.FulfillmentStatusSummary;
|
|
23044
|
+
export declare type FulfillmentStatusUpserted = io.flow.internal.v0.models.FulfillmentStatusUpserted;
|
|
22952
23045
|
export declare type FulfillmentSubsidyBreakdown = io.flow.internal.v0.models.FulfillmentSubsidyBreakdown;
|
|
22953
23046
|
export declare type FulfillmentTrigger = io.flow.internal.v0.unions.FulfillmentTrigger;
|
|
22954
23047
|
export declare type FulfillmentTriggerProof = io.flow.internal.v0.models.FulfillmentTriggerProof;
|
package/dist/api.d.ts
CHANGED
|
@@ -2212,6 +2212,7 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
2212
2212
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
2213
2213
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
2214
2214
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
2215
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
2215
2216
|
type OrderPaymentSourceType = 'globale' | 'third_party';
|
|
2216
2217
|
}
|
|
2217
2218
|
declare namespace io.flow.channel.internal.v0.models {
|
|
@@ -2275,6 +2276,29 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
2275
2276
|
readonly description: string;
|
|
2276
2277
|
readonly rejection_reason?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
2277
2278
|
}
|
|
2279
|
+
interface ChannelOrganizationDomain {
|
|
2280
|
+
readonly internal: string;
|
|
2281
|
+
readonly public: string;
|
|
2282
|
+
}
|
|
2283
|
+
interface ChannelOrganizationInstallation {
|
|
2284
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
2285
|
+
readonly tokens: io.flow.channel.internal.v0.models.ChannelOrganizationToken[];
|
|
2286
|
+
}
|
|
2287
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
2288
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
2289
|
+
readonly metadata: io.flow.channel.internal.v0.models.ChannelOrganizationMetadata;
|
|
2290
|
+
}
|
|
2291
|
+
interface ChannelOrganizationMetadata {
|
|
2292
|
+
readonly domain: io.flow.channel.internal.v0.models.ChannelOrganizationDomain;
|
|
2293
|
+
readonly token: string;
|
|
2294
|
+
}
|
|
2295
|
+
interface ChannelOrganizationToken {
|
|
2296
|
+
readonly token: io.flow.channel.internal.v0.models.ChannelOrganizationTokenBody;
|
|
2297
|
+
readonly service: io.flow.channel.internal.v0.enums.ChannelService;
|
|
2298
|
+
}
|
|
2299
|
+
interface ChannelOrganizationTokenBody {
|
|
2300
|
+
readonly cleartext: string;
|
|
2301
|
+
}
|
|
2278
2302
|
interface FlowChannelOrganization {
|
|
2279
2303
|
readonly placeholder?: string;
|
|
2280
2304
|
}
|
|
@@ -3041,9 +3065,9 @@ declare namespace io.flow.v0.enums {
|
|
|
3041
3065
|
type ExperienceStatus = 'draft' | 'active' | 'archiving' | 'archived';
|
|
3042
3066
|
type ExportStatus = 'created' | 'processing' | 'completed' | 'failed';
|
|
3043
3067
|
type ExporterOfRecord = 'flow' | 'organization';
|
|
3044
|
-
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee' | 'sp';
|
|
3068
|
+
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'tax' | 'duty' | 'tax_and_duty' | 'product' | 'tax_and_duty_fx_diff' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee' | 'sp';
|
|
3045
3069
|
type FlowBehavior = 'view_consumer_data';
|
|
3046
|
-
type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa';
|
|
3070
|
+
type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa' | 'ge-can' | 'ge-gbr' | 'ge-irl';
|
|
3047
3071
|
type FlowRole = 'organization_admin' | 'organization_merchant' | 'organization_customer_service' | 'organization_fulfillment' | 'organization_marketing' | 'organization_finance' | 'organization_classification' | 'flow_operations' | 'channel_admin' | 'channel_organization_admin';
|
|
3048
3072
|
type FraudEmailRuleDecision = 'approved' | 'declined';
|
|
3049
3073
|
type FraudLiability = 'flow' | 'organization';
|
|
@@ -5213,6 +5237,7 @@ declare namespace io.flow.v0.models {
|
|
|
5213
5237
|
readonly delivered_duty: io.flow.v0.enums.DeliveredDuty;
|
|
5214
5238
|
readonly price: io.flow.v0.models.PriceWithBaseAndDetails;
|
|
5215
5239
|
readonly service: io.flow.v0.models.ServiceSummary;
|
|
5240
|
+
readonly actual_service?: io.flow.v0.models.ServiceSummary;
|
|
5216
5241
|
readonly tier: io.flow.v0.models.TierSummary;
|
|
5217
5242
|
readonly window: io.flow.v0.models.DeliveryWindow;
|
|
5218
5243
|
readonly rule_outcome?: io.flow.v0.unions.TierRuleOutcome;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/types",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.128",
|
|
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": "e6ab4a371f4a5b27785d522dc32505277757198d"
|
|
29
29
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -1413,6 +1413,7 @@ declare namespace io.flow.fulfillment.v0.models {
|
|
|
1413
1413
|
readonly delivered_duty: io.flow.common.v0.enums.DeliveredDuty;
|
|
1414
1414
|
readonly price: io.flow.fulfillment.v0.models.PriceWithBaseAndDetails;
|
|
1415
1415
|
readonly service: io.flow.fulfillment.v0.models.ServiceSummary;
|
|
1416
|
+
readonly actual_service?: io.flow.fulfillment.v0.models.ServiceSummary;
|
|
1416
1417
|
readonly tier: io.flow.fulfillment.v0.models.TierSummary;
|
|
1417
1418
|
readonly window: io.flow.fulfillment.v0.models.DeliveryWindow;
|
|
1418
1419
|
readonly rule_outcome?: io.flow.fulfillment.v0.unions.TierRuleOutcome;
|
|
@@ -10039,6 +10040,7 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
10039
10040
|
| 'review'
|
|
10040
10041
|
| 'edit_review'
|
|
10041
10042
|
| 'edit_accepted';
|
|
10043
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
10042
10044
|
type OrderPaymentSourceType = 'globale' | 'third_party';
|
|
10043
10045
|
}
|
|
10044
10046
|
|
|
@@ -10113,6 +10115,35 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
10113
10115
|
readonly rejection_reason?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
10114
10116
|
}
|
|
10115
10117
|
|
|
10118
|
+
interface ChannelOrganizationDomain {
|
|
10119
|
+
readonly internal: string;
|
|
10120
|
+
readonly public: string;
|
|
10121
|
+
}
|
|
10122
|
+
|
|
10123
|
+
interface ChannelOrganizationInstallation {
|
|
10124
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
10125
|
+
readonly tokens: io.flow.channel.internal.v0.models.ChannelOrganizationToken[];
|
|
10126
|
+
}
|
|
10127
|
+
|
|
10128
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
10129
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
10130
|
+
readonly metadata: io.flow.channel.internal.v0.models.ChannelOrganizationMetadata;
|
|
10131
|
+
}
|
|
10132
|
+
|
|
10133
|
+
interface ChannelOrganizationMetadata {
|
|
10134
|
+
readonly domain: io.flow.channel.internal.v0.models.ChannelOrganizationDomain;
|
|
10135
|
+
readonly token: string;
|
|
10136
|
+
}
|
|
10137
|
+
|
|
10138
|
+
interface ChannelOrganizationToken {
|
|
10139
|
+
readonly token: io.flow.channel.internal.v0.models.ChannelOrganizationTokenBody;
|
|
10140
|
+
readonly service: io.flow.channel.internal.v0.enums.ChannelService;
|
|
10141
|
+
}
|
|
10142
|
+
|
|
10143
|
+
interface ChannelOrganizationTokenBody {
|
|
10144
|
+
readonly cleartext: string;
|
|
10145
|
+
}
|
|
10146
|
+
|
|
10116
10147
|
interface FlowChannelOrganization {
|
|
10117
10148
|
readonly placeholder?: string;
|
|
10118
10149
|
}
|
|
@@ -14692,6 +14723,11 @@ declare namespace io.flow.billing.v0.enums {
|
|
|
14692
14723
|
| 'duty_guarantee'
|
|
14693
14724
|
| 'mor'
|
|
14694
14725
|
| 'fraud'
|
|
14726
|
+
| 'tax'
|
|
14727
|
+
| 'duty'
|
|
14728
|
+
| 'tax_and_duty'
|
|
14729
|
+
| 'product'
|
|
14730
|
+
| 'tax_and_duty_fx_diff'
|
|
14695
14731
|
| 'fx'
|
|
14696
14732
|
| 'processing'
|
|
14697
14733
|
| 'rate_lock'
|
|
@@ -15501,7 +15537,14 @@ declare namespace io.flow.apple.pay.v0.models {
|
|
|
15501
15537
|
|
|
15502
15538
|
declare namespace io.flow.merchant.of.record.v0.enums {
|
|
15503
15539
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
15504
|
-
type FlowEntity =
|
|
15540
|
+
type FlowEntity =
|
|
15541
|
+
| 'flow-usa'
|
|
15542
|
+
| 'flow-irl'
|
|
15543
|
+
| 'flow-can'
|
|
15544
|
+
| 'ge-usa'
|
|
15545
|
+
| 'ge-can'
|
|
15546
|
+
| 'ge-gbr'
|
|
15547
|
+
| 'ge-irl';
|
|
15505
15548
|
}
|
|
15506
15549
|
|
|
15507
15550
|
declare namespace io.flow.organization.onboarding.state.v0.enums {
|
|
@@ -16275,7 +16318,13 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
16275
16318
|
| 'fulfilled'
|
|
16276
16319
|
| 'partial'
|
|
16277
16320
|
| 'cancelled';
|
|
16278
|
-
type
|
|
16321
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
16322
|
+
type ChannelTransactionTriggerType = 'capture' | 'order';
|
|
16323
|
+
type ChannelTransactionType =
|
|
16324
|
+
| 'adjustment'
|
|
16325
|
+
| 'reversal'
|
|
16326
|
+
| 'processing'
|
|
16327
|
+
| 'order';
|
|
16279
16328
|
type ChapterCheckStatus = 'apparel_like' | 'similar' | 'does_not_match';
|
|
16280
16329
|
type ChargeEstimateSource = 'global-e' | 'shopify';
|
|
16281
16330
|
type ChargeInputType =
|
|
@@ -16408,6 +16457,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
16408
16457
|
| 'organization_account_deleted'
|
|
16409
16458
|
| 'account_transactions_export_request'
|
|
16410
16459
|
| 'account_orders_export_request'
|
|
16460
|
+
| 'fulfillment_status_upserted'
|
|
16461
|
+
| 'fulfillment_status_deleted'
|
|
16411
16462
|
| 'main_transaction_upserted'
|
|
16412
16463
|
| 'main_transaction_deleted'
|
|
16413
16464
|
| 'main_transaction_upserted_v2'
|
|
@@ -19198,6 +19249,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19198
19249
|
readonly channel_order_summary: io.flow.internal.v0.models.ChannelOrderSummary;
|
|
19199
19250
|
}
|
|
19200
19251
|
|
|
19252
|
+
interface ChannelOrganizationDomain {
|
|
19253
|
+
readonly internal: string;
|
|
19254
|
+
readonly public: string;
|
|
19255
|
+
}
|
|
19256
|
+
|
|
19201
19257
|
interface ChannelOrganizationIdentifier {
|
|
19202
19258
|
readonly id: string;
|
|
19203
19259
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
@@ -19220,6 +19276,21 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19220
19276
|
readonly channel_organization_identifier: io.flow.internal.v0.models.ChannelOrganizationIdentifier;
|
|
19221
19277
|
}
|
|
19222
19278
|
|
|
19279
|
+
interface ChannelOrganizationInstallation {
|
|
19280
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
19281
|
+
readonly tokens: io.flow.internal.v0.models.ChannelOrganizationToken[];
|
|
19282
|
+
}
|
|
19283
|
+
|
|
19284
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
19285
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
19286
|
+
readonly metadata: io.flow.internal.v0.models.ChannelOrganizationMetadata;
|
|
19287
|
+
}
|
|
19288
|
+
|
|
19289
|
+
interface ChannelOrganizationMetadata {
|
|
19290
|
+
readonly domain: io.flow.internal.v0.models.ChannelOrganizationDomain;
|
|
19291
|
+
readonly token: string;
|
|
19292
|
+
}
|
|
19293
|
+
|
|
19223
19294
|
interface ChannelOrganizationPublicationOwner {
|
|
19224
19295
|
readonly owner: io.flow.internal.v0.enums.CatalogPublicationOwner;
|
|
19225
19296
|
}
|
|
@@ -19251,6 +19322,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19251
19322
|
readonly metadata: io.flow.internal.v0.models.ShopifyMetadata;
|
|
19252
19323
|
}
|
|
19253
19324
|
|
|
19325
|
+
interface ChannelOrganizationToken {
|
|
19326
|
+
readonly token: io.flow.internal.v0.models.ChannelOrganizationTokenBody;
|
|
19327
|
+
readonly service: io.flow.internal.v0.enums.ChannelService;
|
|
19328
|
+
}
|
|
19329
|
+
|
|
19330
|
+
interface ChannelOrganizationTokenBody {
|
|
19331
|
+
readonly cleartext: string;
|
|
19332
|
+
}
|
|
19333
|
+
|
|
19254
19334
|
interface ChannelRateMetadataIdentity {
|
|
19255
19335
|
readonly discriminator: 'channel_rate_metadata_identity';
|
|
19256
19336
|
readonly currency: string;
|
|
@@ -19297,6 +19377,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19297
19377
|
readonly timestamp: string;
|
|
19298
19378
|
}
|
|
19299
19379
|
|
|
19380
|
+
interface ChannelTransactionTriggerMetadata {
|
|
19381
|
+
readonly discriminator: 'channel_transaction_trigger_metadata';
|
|
19382
|
+
readonly trigger_type: io.flow.internal.v0.enums.ChannelTransactionTriggerType;
|
|
19383
|
+
}
|
|
19384
|
+
|
|
19300
19385
|
interface ChannelTransactionUpserted {
|
|
19301
19386
|
readonly discriminator: 'channel_transaction_upserted';
|
|
19302
19387
|
readonly event_id: string;
|
|
@@ -21042,6 +21127,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21042
21127
|
readonly processing?: io.flow.internal.v0.models.Fee;
|
|
21043
21128
|
readonly rate_lock: io.flow.internal.v0.models.Fee;
|
|
21044
21129
|
readonly mor?: io.flow.internal.v0.models.Fee;
|
|
21130
|
+
readonly tax?: io.flow.internal.v0.models.Fee;
|
|
21131
|
+
readonly duty?: io.flow.internal.v0.models.Fee;
|
|
21132
|
+
readonly tax_and_duty?: io.flow.internal.v0.models.Fee;
|
|
21133
|
+
readonly product?: io.flow.internal.v0.models.Fee;
|
|
21134
|
+
readonly tax_and_duty_fx_diff?: io.flow.internal.v0.models.Fee;
|
|
21045
21135
|
readonly fx?: io.flow.internal.v0.models.Fee;
|
|
21046
21136
|
readonly duty_guarantee?: io.flow.internal.v0.models.Fee;
|
|
21047
21137
|
readonly transfer?: io.flow.internal.v0.models.Fee;
|
|
@@ -21644,6 +21734,31 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21644
21734
|
readonly fulfillment_updated_at?: string;
|
|
21645
21735
|
}
|
|
21646
21736
|
|
|
21737
|
+
interface FulfillmentStatusDeleted {
|
|
21738
|
+
readonly discriminator: 'fulfillment_status_deleted';
|
|
21739
|
+
readonly event_id: string;
|
|
21740
|
+
readonly timestamp: string;
|
|
21741
|
+
readonly organization: string;
|
|
21742
|
+
readonly id: string;
|
|
21743
|
+
}
|
|
21744
|
+
|
|
21745
|
+
interface FulfillmentStatusSummary {
|
|
21746
|
+
readonly id: string;
|
|
21747
|
+
readonly order_number: string;
|
|
21748
|
+
readonly organization_id: string;
|
|
21749
|
+
readonly fulfilled_at: string;
|
|
21750
|
+
readonly sequence_number: number;
|
|
21751
|
+
readonly completes_order: boolean;
|
|
21752
|
+
}
|
|
21753
|
+
|
|
21754
|
+
interface FulfillmentStatusUpserted {
|
|
21755
|
+
readonly discriminator: 'fulfillment_status_upserted';
|
|
21756
|
+
readonly event_id: string;
|
|
21757
|
+
readonly timestamp: string;
|
|
21758
|
+
readonly organization: string;
|
|
21759
|
+
readonly fulfillment: io.flow.internal.v0.models.FulfillmentStatusSummary;
|
|
21760
|
+
}
|
|
21761
|
+
|
|
21647
21762
|
interface FulfillmentSubsidyBreakdown {
|
|
21648
21763
|
readonly tax: number;
|
|
21649
21764
|
readonly duty: number;
|
|
@@ -29101,6 +29216,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
29101
29216
|
| io.flow.internal.v0.models.OrganizationAccountDeleted
|
|
29102
29217
|
| io.flow.internal.v0.models.AccountTransactionsExportRequest
|
|
29103
29218
|
| io.flow.internal.v0.models.AccountOrdersExportRequest
|
|
29219
|
+
| io.flow.internal.v0.models.FulfillmentStatusUpserted
|
|
29220
|
+
| io.flow.internal.v0.models.FulfillmentStatusDeleted
|
|
29104
29221
|
| io.flow.internal.v0.models.MainTransactionUpserted
|
|
29105
29222
|
| io.flow.internal.v0.models.MainTransactionDeleted
|
|
29106
29223
|
| io.flow.internal.v0.models.MainTransactionUpsertedV2
|
|
@@ -29610,7 +29727,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
29610
29727
|
| io.flow.internal.v0.models.AccountingPendingOrderMetadata
|
|
29611
29728
|
| io.flow.internal.v0.models.TaxDutyReasonCodeMetadata
|
|
29612
29729
|
| io.flow.internal.v0.models.AccountingReturnMetadata
|
|
29613
|
-
| io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata
|
|
29730
|
+
| io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata
|
|
29731
|
+
| io.flow.internal.v0.models.ChannelTransactionTriggerMetadata;
|
|
29614
29732
|
type TaxAmount =
|
|
29615
29733
|
| io.flow.internal.v0.models.CalculatedTaxAmount
|
|
29616
29734
|
| io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
@@ -30152,12 +30270,20 @@ export type ChannelOrderSummaryFulfillmentDetails =
|
|
|
30152
30270
|
io.flow.internal.v0.models.ChannelOrderSummaryFulfillmentDetails;
|
|
30153
30271
|
export type ChannelOrderSummaryUpserted =
|
|
30154
30272
|
io.flow.internal.v0.models.ChannelOrderSummaryUpserted;
|
|
30273
|
+
export type ChannelOrganizationDomain =
|
|
30274
|
+
io.flow.internal.v0.models.ChannelOrganizationDomain;
|
|
30155
30275
|
export type ChannelOrganizationIdentifier =
|
|
30156
30276
|
io.flow.internal.v0.models.ChannelOrganizationIdentifier;
|
|
30157
30277
|
export type ChannelOrganizationIdentifierDeleted =
|
|
30158
30278
|
io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted;
|
|
30159
30279
|
export type ChannelOrganizationIdentifierUpserted =
|
|
30160
30280
|
io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted;
|
|
30281
|
+
export type ChannelOrganizationInstallation =
|
|
30282
|
+
io.flow.internal.v0.models.ChannelOrganizationInstallation;
|
|
30283
|
+
export type ChannelOrganizationInstallationPostForm =
|
|
30284
|
+
io.flow.internal.v0.models.ChannelOrganizationInstallationPostForm;
|
|
30285
|
+
export type ChannelOrganizationMetadata =
|
|
30286
|
+
io.flow.internal.v0.models.ChannelOrganizationMetadata;
|
|
30161
30287
|
export type ChannelOrganizationPublicationOwner =
|
|
30162
30288
|
io.flow.internal.v0.models.ChannelOrganizationPublicationOwner;
|
|
30163
30289
|
export type ChannelOrganizationPublicationOwnerPutForm =
|
|
@@ -30172,17 +30298,26 @@ export type ChannelOrganizationShopifyForm =
|
|
|
30172
30298
|
io.flow.internal.v0.models.ChannelOrganizationShopifyForm;
|
|
30173
30299
|
export type ChannelOrganizationShopifyPostForm =
|
|
30174
30300
|
io.flow.internal.v0.models.ChannelOrganizationShopifyPostForm;
|
|
30301
|
+
export type ChannelOrganizationToken =
|
|
30302
|
+
io.flow.internal.v0.models.ChannelOrganizationToken;
|
|
30303
|
+
export type ChannelOrganizationTokenBody =
|
|
30304
|
+
io.flow.internal.v0.models.ChannelOrganizationTokenBody;
|
|
30175
30305
|
export type ChannelRateMetadata =
|
|
30176
30306
|
io.flow.internal.v0.unions.ChannelRateMetadata;
|
|
30177
30307
|
export type ChannelRateMetadataIdentity =
|
|
30178
30308
|
io.flow.internal.v0.models.ChannelRateMetadataIdentity;
|
|
30179
30309
|
export type ChannelRateMetadataRate =
|
|
30180
30310
|
io.flow.internal.v0.models.ChannelRateMetadataRate;
|
|
30311
|
+
export type ChannelService = io.flow.internal.v0.enums.ChannelService;
|
|
30181
30312
|
export type ChannelTransaction = io.flow.internal.v0.models.ChannelTransaction;
|
|
30182
30313
|
export type ChannelTransactionDeleted =
|
|
30183
30314
|
io.flow.internal.v0.models.ChannelTransactionDeleted;
|
|
30184
30315
|
export type ChannelTransactionRate =
|
|
30185
30316
|
io.flow.internal.v0.models.ChannelTransactionRate;
|
|
30317
|
+
export type ChannelTransactionTriggerMetadata =
|
|
30318
|
+
io.flow.internal.v0.models.ChannelTransactionTriggerMetadata;
|
|
30319
|
+
export type ChannelTransactionTriggerType =
|
|
30320
|
+
io.flow.internal.v0.enums.ChannelTransactionTriggerType;
|
|
30186
30321
|
export type ChannelTransactionType =
|
|
30187
30322
|
io.flow.internal.v0.enums.ChannelTransactionType;
|
|
30188
30323
|
export type ChannelTransactionUpserted =
|
|
@@ -30783,6 +30918,12 @@ export type FulfillmentShopperBreakdown =
|
|
|
30783
30918
|
io.flow.internal.v0.models.FulfillmentShopperBreakdown;
|
|
30784
30919
|
export type FulfillmentSnapshot =
|
|
30785
30920
|
io.flow.internal.v0.models.FulfillmentSnapshot;
|
|
30921
|
+
export type FulfillmentStatusDeleted =
|
|
30922
|
+
io.flow.internal.v0.models.FulfillmentStatusDeleted;
|
|
30923
|
+
export type FulfillmentStatusSummary =
|
|
30924
|
+
io.flow.internal.v0.models.FulfillmentStatusSummary;
|
|
30925
|
+
export type FulfillmentStatusUpserted =
|
|
30926
|
+
io.flow.internal.v0.models.FulfillmentStatusUpserted;
|
|
30786
30927
|
export type FulfillmentSubsidyBreakdown =
|
|
30787
30928
|
io.flow.internal.v0.models.FulfillmentSubsidyBreakdown;
|
|
30788
30929
|
export type FulfillmentTrigger = io.flow.internal.v0.unions.FulfillmentTrigger;
|
package/src/api.ts
CHANGED
|
@@ -3148,6 +3148,7 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
3148
3148
|
| 'review'
|
|
3149
3149
|
| 'edit_review'
|
|
3150
3150
|
| 'edit_accepted';
|
|
3151
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
3151
3152
|
type OrderPaymentSourceType = 'globale' | 'third_party';
|
|
3152
3153
|
}
|
|
3153
3154
|
|
|
@@ -3222,6 +3223,35 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
3222
3223
|
readonly rejection_reason?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
3223
3224
|
}
|
|
3224
3225
|
|
|
3226
|
+
interface ChannelOrganizationDomain {
|
|
3227
|
+
readonly internal: string;
|
|
3228
|
+
readonly public: string;
|
|
3229
|
+
}
|
|
3230
|
+
|
|
3231
|
+
interface ChannelOrganizationInstallation {
|
|
3232
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
3233
|
+
readonly tokens: io.flow.channel.internal.v0.models.ChannelOrganizationToken[];
|
|
3234
|
+
}
|
|
3235
|
+
|
|
3236
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
3237
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
3238
|
+
readonly metadata: io.flow.channel.internal.v0.models.ChannelOrganizationMetadata;
|
|
3239
|
+
}
|
|
3240
|
+
|
|
3241
|
+
interface ChannelOrganizationMetadata {
|
|
3242
|
+
readonly domain: io.flow.channel.internal.v0.models.ChannelOrganizationDomain;
|
|
3243
|
+
readonly token: string;
|
|
3244
|
+
}
|
|
3245
|
+
|
|
3246
|
+
interface ChannelOrganizationToken {
|
|
3247
|
+
readonly token: io.flow.channel.internal.v0.models.ChannelOrganizationTokenBody;
|
|
3248
|
+
readonly service: io.flow.channel.internal.v0.enums.ChannelService;
|
|
3249
|
+
}
|
|
3250
|
+
|
|
3251
|
+
interface ChannelOrganizationTokenBody {
|
|
3252
|
+
readonly cleartext: string;
|
|
3253
|
+
}
|
|
3254
|
+
|
|
3225
3255
|
interface FlowChannelOrganization {
|
|
3226
3256
|
readonly placeholder?: string;
|
|
3227
3257
|
}
|
|
@@ -4526,6 +4556,11 @@ declare namespace io.flow.v0.enums {
|
|
|
4526
4556
|
| 'duty_guarantee'
|
|
4527
4557
|
| 'mor'
|
|
4528
4558
|
| 'fraud'
|
|
4559
|
+
| 'tax'
|
|
4560
|
+
| 'duty'
|
|
4561
|
+
| 'tax_and_duty'
|
|
4562
|
+
| 'product'
|
|
4563
|
+
| 'tax_and_duty_fx_diff'
|
|
4529
4564
|
| 'fx'
|
|
4530
4565
|
| 'processing'
|
|
4531
4566
|
| 'rate_lock'
|
|
@@ -4533,7 +4568,14 @@ declare namespace io.flow.v0.enums {
|
|
|
4533
4568
|
| 'negative_balance_guarantee'
|
|
4534
4569
|
| 'sp';
|
|
4535
4570
|
type FlowBehavior = 'view_consumer_data';
|
|
4536
|
-
type FlowEntity =
|
|
4571
|
+
type FlowEntity =
|
|
4572
|
+
| 'flow-usa'
|
|
4573
|
+
| 'flow-irl'
|
|
4574
|
+
| 'flow-can'
|
|
4575
|
+
| 'ge-usa'
|
|
4576
|
+
| 'ge-can'
|
|
4577
|
+
| 'ge-gbr'
|
|
4578
|
+
| 'ge-irl';
|
|
4537
4579
|
type FlowRole =
|
|
4538
4580
|
| 'organization_admin'
|
|
4539
4581
|
| 'organization_merchant'
|
|
@@ -7596,6 +7638,7 @@ declare namespace io.flow.v0.models {
|
|
|
7596
7638
|
readonly delivered_duty: io.flow.v0.enums.DeliveredDuty;
|
|
7597
7639
|
readonly price: io.flow.v0.models.PriceWithBaseAndDetails;
|
|
7598
7640
|
readonly service: io.flow.v0.models.ServiceSummary;
|
|
7641
|
+
readonly actual_service?: io.flow.v0.models.ServiceSummary;
|
|
7599
7642
|
readonly tier: io.flow.v0.models.TierSummary;
|
|
7600
7643
|
readonly window: io.flow.v0.models.DeliveryWindow;
|
|
7601
7644
|
readonly rule_outcome?: io.flow.v0.unions.TierRuleOutcome;
|