@flowio/api-types 0.0.225 → 0.0.227
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/generated/io.flow.billing.accounting.v0.billing-accounting.d.ts +21 -1
- package/generated/io.flow.billing.bank.account.v0.billing-bank-account.d.ts +1 -1
- package/generated/io.flow.billing.internal.v0.billing-internal.d.ts +27 -24
- package/generated/io.flow.billing.reporting.csv.v0.billing-reporting-csv.d.ts +0 -1
- package/generated/io.flow.billing.reporting.v0.billing-reporting.d.ts +33 -21
- package/generated/io.flow.billing.v0.billing.d.ts +67 -14
- package/generated/io.flow.channel.internal.v0.channel-internal.d.ts +1 -1
- package/generated/io.flow.experiment.internal.v0.experiment-internal.d.ts +191 -0
- package/generated/io.flow.internal.v0.api-internal.d.ts +746 -399
- package/generated/io.flow.label.v0.label.d.ts +7 -0
- package/generated/io.flow.organization.onboarding.state.v0.organization-onboarding-state.d.ts +6 -1
- package/generated/io.flow.payment.gateway.v0.payment-gateway.d.ts +7 -1
- package/generated/io.flow.payment.v0.payment.d.ts +11 -1
- package/generated/io.flow.shopify.external.v0.shopify-external.d.ts +1 -0
- package/generated/io.flow.shopify.markets.internal.event.v0.shopify-markets-internal-event.d.ts +32 -1
- package/generated/io.flow.shopify.markets.internal.v0.shopify-markets-internal.d.ts +18 -0
- package/generated/io.flow.shopify.markets.v0.shopify-markets.d.ts +1 -1
- package/generated/io.flow.stripe.v0.stripe.d.ts +162 -5
- package/generated/io.flow.trueup.v0.trueup.d.ts +1 -1
- package/generated/io.flow.v0.api.d.ts +116 -19
- package/index.d.ts +1 -14
- package/package.json +2 -2
- package/generated/io.flow.billing.csv.v0.billing-csv.d.ts +0 -451
- package/generated/io.flow.checkout.analytics.v0.checkout-analytics.d.ts +0 -137
- package/generated/io.flow.checkout.backend.v0.checkout-backend.d.ts +0 -539
- package/generated/io.flow.checkout.common.v0.checkout-common.d.ts +0 -57
- package/generated/io.flow.checkout.configuration.v0.checkout-configuration.d.ts +0 -113
- package/generated/io.flow.checkout.protocol.v0.checkout-protocol.d.ts +0 -1347
- package/generated/io.flow.consumer.invoice.v0.consumer-invoice.d.ts +0 -204
- package/generated/io.flow.content.internal.v0.content-internal.d.ts +0 -168
- package/generated/io.flow.currency.internal.v0.currency-internal.d.ts +0 -119
- package/generated/io.flow.experience.internal.v0.experience-internal.d.ts +0 -247
- package/generated/io.flow.feature.v0.feature.d.ts +0 -121
- package/generated/io.flow.optin.internal.v0.optin-internal.d.ts +0 -73
- package/generated/io.flow.price.internal.v0.price-internal.d.ts +0 -4
- package/generated/io.flow.svb.v0.svb.d.ts +0 -166
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare namespace io.flow.internal.v0.enums {
|
|
2
|
-
type AccountPaymentHoldReason = 'fraudulent' | 'invalid_bank_account';
|
|
2
|
+
type AccountPaymentHoldReason = 'fraudulent' | 'frozen' | 'invalid_bank_account';
|
|
3
3
|
type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
|
|
4
4
|
type AccountType = 'channel' | 'organization';
|
|
5
5
|
type AddressConfigurationSettingProvinceCode = 'iso_3166_2' | 'name';
|
|
@@ -11,28 +11,27 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11
11
|
type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
|
|
12
12
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
13
13
|
type BillingAllocationKey = 'freight_cost' | 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'fuel_surcharge' | 'remote_area_surcharge';
|
|
14
|
-
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | '
|
|
15
|
-
type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'channel_billed' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | '
|
|
14
|
+
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_reconcile_payments_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_transactions_succeeded_then_failed_count' | 'capture_transactions_succeeded_then_failed_total' | 'capture_transactions_succeeded_then_failed_same_day_count' | 'capture_transactions_succeeded_then_failed_same_day_total' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_to_labels_ratio' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_count_with_revenue_share' | 'billable_label_transactions_count_without_revenue_share' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_reconcile_payments_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_queued_count' | 'refund_transactions_total' | 'refund_transactions_succeeded_then_failed_count' | 'refund_transactions_succeeded_then_failed_total' | 'refund_transactions_succeeded_then_failed_same_day_count' | 'refund_transactions_succeeded_then_failed_same_day_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_to_labels_ratio' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'task_snooze_count' | 'task_snooze_ending_in_48_hours_count' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days' | 'percentage_bank_account_inserts' | 'percentage_bank_account_updates' | 'percentage_bank_account_unique_updates' | 'percentage_bank_account_deletes' | 'negative_balance_number_accounts' | 'negative_balance_number_accounts_with_order_in_past_30_days' | 'negative_balance_number_accounts_without_order_in_past_30_days' | 'negative_balance_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_single_account_max' | 'negative_balance_fee_total' | 'accounts_with_payment_holds_count' | 'accounts_with_payment_holds_pending_payment_promise_count' | 'accounts_with_payment_holds_pending_payment_promise_total' | 'accounts_with_final_statements_count' | 'accounts_with_final_statements_pending_transaction_count' | 'accounts_with_final_statements_pending_transaction_total' | 'edited_order_tax_amount_exceeding_transaction' | 'edited_order_duty_amount_exceeding_transaction';
|
|
15
|
+
type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'channel_billed' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'all';
|
|
16
16
|
type BillingTransactionStatus = 'pending_proof' | 'posted';
|
|
17
|
-
type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge'
|
|
17
|
+
type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge';
|
|
18
18
|
type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
|
|
19
19
|
type CalculatorEngine = 'flow_rate_and_rule' | 'dtce' | 'dtce_two_calls' | 'dtce_with_deminimis' | 'dtce_merged_with_tax' | 'dtce_with_inclusive_pricing';
|
|
20
20
|
type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
|
|
21
|
-
type CarrierChargeType = 'label' | 'other';
|
|
22
|
-
type
|
|
23
|
-
type CarrierFileType = 'charge' | 'fee';
|
|
21
|
+
type CarrierChargeType = 'label' | 'tax' | 'other';
|
|
22
|
+
type CarrierFileType = 'freight' | 'tax';
|
|
24
23
|
type CarrierLabelGenerationMethod = 'direct' | 'easypost';
|
|
25
24
|
type CarrierValidationStatus = 'success' | 'error';
|
|
26
25
|
type CatalogImportType = 'catalog_items' | 'item_form_overlays' | 'item_prices' | 'price_book_items_import' | 'price_book_items_query_import';
|
|
27
26
|
type ChannelBilledTransactionType = 'adjustment' | 'reversal' | 'channel_initiated';
|
|
28
27
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
29
28
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
30
|
-
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit';
|
|
29
|
+
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
31
30
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
32
31
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
33
32
|
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
|
|
34
33
|
type ChargeEstimateSource = 'global-e' | 'shopify';
|
|
35
|
-
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';
|
|
34
|
+
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';
|
|
36
35
|
type ChargebackPaymentStatus = 'captured' | 'refunded';
|
|
37
36
|
type ChargebackProcessStatus = 'inquiry' | 'open' | 'closed';
|
|
38
37
|
type CheckoutAssetType = 'stylesheet' | 'javascript';
|
|
@@ -41,8 +40,13 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
41
40
|
type CheckoutRedirectMethod = 'get' | 'post';
|
|
42
41
|
type CheckoutShippingMethodPromptBehavior = 'always' | 'multiple';
|
|
43
42
|
type CheckoutUrlType = 'continue_shopping' | 'confirmation' | 'invalid_checkout';
|
|
43
|
+
type ClassificationDecision = 'Accept' | 'Reject';
|
|
44
44
|
type ClassificationErrorCode = 'generic_error';
|
|
45
|
+
type ClassificationPlatform = 'GlobalE' | 'Flow' | 'Borderfree';
|
|
46
|
+
type ClassificationType = 'None' | 'Manual' | 'ML';
|
|
47
|
+
type ClothingAgeClassification = 'None' | 'AgeKidsGeneral' | 'Age0_10' | 'Age10_13' | 'Age13_14';
|
|
45
48
|
type ColmItemType = 'physical' | 'digital';
|
|
49
|
+
type Company = 'globale' | 'flow';
|
|
46
50
|
type ComplianceType = 'weee';
|
|
47
51
|
type ContentElementType = 'markdown' | 'html' | 'plain_text' | 'href';
|
|
48
52
|
type ContentStatus = 'draft' | 'live' | 'archived';
|
|
@@ -72,11 +76,10 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
72
76
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
73
77
|
type EmptyAttribute = 'irrelevant';
|
|
74
78
|
type ErpFileType = 'vendor';
|
|
75
|
-
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'index_assignment_upserted' | 'index_assignment_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'sales_record_upserted' | 'sales_record_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'carrier_fee_upserted' | 'carrier_fee_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'matias_item_upserted' | 'matias_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_deleted' | 'tam_item_upserted' | 'tam_item_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
79
|
+
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'index_assignment_upserted' | 'index_assignment_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'sales_record_upserted' | 'sales_record_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | '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' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'harinath_item_upserted' | 'harinath_item_deleted' | 'konstantin_item_upserted' | 'konstantin_item_deleted' | 'matias_item_upserted' | 'matias_item_deleted' | 'michaelyan_item_upserted' | 'michaelyan_item_deleted' | 'miljenko_item_upserted' | 'miljenko_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_deleted' | 'tam_item_upserted' | 'tam_item_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
76
80
|
type ExperienceImportType = 'experience_with_settings';
|
|
77
81
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
78
82
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
79
|
-
type ExperimentDiscriminatorKey = 'experience' | 'feature';
|
|
80
83
|
type ExportContentType = 'item' | 'price_book_item';
|
|
81
84
|
type FeatureScope = 'global' | 'organization';
|
|
82
85
|
type FeatureStatus = 'draft' | 'active' | 'archived';
|
|
@@ -91,6 +94,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
91
94
|
type FtpIntent = 'orders_from_flow' | 'pricebooks_from_flow' | 'pricebooks_to_flow' | 'catalog_to_flow' | 'inventory_to_flow';
|
|
92
95
|
type FtpProtocol = 'sftp' | 'ftp';
|
|
93
96
|
type GoogleAnalyticsPlugin = 'ec';
|
|
97
|
+
type HarinathItemType = 'digital' | 'physical';
|
|
98
|
+
type HarmonizationDecisionSource = 'human' | 'legacy_model' | 'enterprise_model';
|
|
94
99
|
type HttpMethod = 'get' | 'post';
|
|
95
100
|
type InventoryCheckService = 'sfcc' | 'gymboree';
|
|
96
101
|
type InventoryReservation = 'synchronous-on-submit';
|
|
@@ -100,15 +105,17 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
100
105
|
type ItemQuantityAction = 'fulfillment_ship' | 'fulfillment_cancel' | 'fulfillment_generate_label';
|
|
101
106
|
type ItemType = 'standard' | 'multi_product';
|
|
102
107
|
type KeywordType = 'positive' | 'negative';
|
|
108
|
+
type KonstantinItemType = 'physical' | 'digital';
|
|
103
109
|
type LabelBillingStrategy = 'quote' | 'carrier';
|
|
104
110
|
type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
|
|
105
111
|
type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
|
|
106
|
-
type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'globale_system';
|
|
112
|
+
type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'merchant_operations' | 'globale_system';
|
|
107
113
|
type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
|
|
108
114
|
type LiabilityType = 'full_value_tax' | 'low_value_goods_tax' | 'high_value_goods_tax' | 'duties';
|
|
109
115
|
type LogisticsCapability = 'logistics_address_correction';
|
|
116
|
+
type LogisticsPayoutResolutionMethod = 'order_combined_shipment' | 'intransit_label_event' | 'shipping_notification';
|
|
110
117
|
type ManualReviewRuleStatus = 'active' | 'archived';
|
|
111
|
-
type ManualTransactionCategory = 'cancelled_order_refund' | '
|
|
118
|
+
type ManualTransactionCategory = 'cancelled_order_refund' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee' | 'bank_payment_failure';
|
|
112
119
|
type MarketingGatewayAccountConnectionStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected';
|
|
113
120
|
type MarketingGatewayChannelIntegrationType = 'automated' | 'manual';
|
|
114
121
|
type MarketingGatewayChannelStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected' | 'unavailable';
|
|
@@ -120,6 +127,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
120
127
|
type MarketingGatewayProductStatus = 'approved' | 'not_approved' | 'pending' | 'not_found' | 'excluded';
|
|
121
128
|
type MarketingGatewaySchemaCompatibility = 'google' | 'facebook_primary' | 'facebook_country_override' | 'supplemental';
|
|
122
129
|
type MatiasItemType = 'physical' | 'digital';
|
|
130
|
+
type MichaelyanItemType = 'physical' | 'digital';
|
|
131
|
+
type MiljenkoItemType = 'physical' | 'digital';
|
|
123
132
|
type MixedBagWeight = '0' | '1' | '2';
|
|
124
133
|
type NatureOfSale = 'consumer' | 'to_non_registered_business' | 'to_registered_business' | 'flash_title';
|
|
125
134
|
type NoLiabilityReasonCode = 'zero_basis' | 'zero_rate_on_goods' | 'zero_rate_on_sale' | 'goods_above_value_threshold' | 'goods_below_value_threshold' | 'order_below_de_minimis_threshold' | 'amount_below_de_minimis_threshold' | 'delivered_unpaid' | 'duty_free_domestic' | 'duty_free_intra_community' | 'duty_free_by_trade_agreement';
|
|
@@ -128,7 +137,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
128
137
|
type OnboardingAuditThemeKey = 'billing' | 'b2b_invoicing' | 'catalog' | 'currency' | 'checkout' | 'fraud' | 'logistics' | 'payments' | 'shopify_markets' | 'integration_partner' | 'dtce' | 'restrictions' | 'organization_status' | 'category_constraints' | 'miscellaneous';
|
|
129
138
|
type OnboardingAutomationProcessState = 'not_started' | 'in_progress' | 'success' | 'failed';
|
|
130
139
|
type OnboardingAutomationTaskState = 'not_started' | 'in_progress' | 'success' | 'failed';
|
|
131
|
-
type OnboardingStateSource = 'unknown' | 'unit_test' | 'api' | 'api_activation' | 'audit_auto_activation' | 'api_deactivation' | 'api_sandbox_setup' | 'api_internal' | 'api_internal_block' | 'api_internal_unblock' | 'api_internal_delete_transaction' | 'onboarding_application' | 'organization_state_change' | 'restriction_organization_status';
|
|
140
|
+
type OnboardingStateSource = 'unknown' | 'unit_test' | 'api' | 'api_activation' | 'api_reject' | 'audit_auto_activation' | 'api_deactivation' | 'api_sandbox_setup' | 'api_internal' | 'api_internal_block' | 'api_internal_unblock' | 'api_internal_delete_transaction' | 'onboarding_application' | 'organization_state_change' | 'restriction_organization_status';
|
|
132
141
|
type OrderAction = 'consumer_submit' | 'fraud_review_accept' | 'fraud_review_decline' | 'payment_fully_authorize' | 'payment_fully_capture';
|
|
133
142
|
type OrderAddressValidationStatus = 'success' | 'failed';
|
|
134
143
|
type OrderAttributeIntent = 'discount_code';
|
|
@@ -168,8 +177,9 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
168
177
|
type RedirectReason = 'three_d_secure';
|
|
169
178
|
type RejectionReason = 'merchant_policy' | 'previous_chargebacks' | 'restricted_party_screening' | 'risky_velocity' | 'suspicious_behavior' | 'suspicious_past_activity';
|
|
170
179
|
type ReportInterval = 'hourly' | 'daily' | 'weekly' | 'monthly';
|
|
180
|
+
type ReportPaymentType = 'credit' | 'debit';
|
|
171
181
|
type ReportStatus = 'created' | 'completed' | 'completed_no_records' | 'failed';
|
|
172
|
-
type ReportType = 'sales_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment' | 'account_quarterly_balances';
|
|
182
|
+
type ReportType = 'sales_record' | 'refund_record' | 'other_record' | 'pending_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment' | 'account_quarterly_balances' | 'invariants' | 'payments';
|
|
173
183
|
type ReportingFulfillmentIsVirtual = 'all' | 'mixed' | 'none';
|
|
174
184
|
type ReportingScheme = 'immediate_reporting_to_tax_authority' | 'periodic_reporting_to_tax_authority' | 'paid_at_border' | 'paid_on_delivery';
|
|
175
185
|
type ResponsibleParty = 'flow' | 'organization';
|
|
@@ -179,7 +189,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
179
189
|
type RevenueRecordType = 'pending' | 'sales' | 'refund';
|
|
180
190
|
type RiskCheck = 'three_d_secure';
|
|
181
191
|
type RiskEvaluation = 'Pending' | 'High-Risk' | 'Low-Risk' | 'Restricted-Party' | 'none';
|
|
182
|
-
type Scope = 'organization' | 'global';
|
|
183
192
|
type SerialReservationError = 'duration_too_long' | 'items_not_found' | 'reservation_expired';
|
|
184
193
|
type ServiceName = 'catalog' | 'demandware' | 'metric';
|
|
185
194
|
type SessionCountryStatus = 'enabled' | 'disabled';
|
|
@@ -187,7 +196,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
187
196
|
type ShopifyGrantStatus = 'pass' | 'fail';
|
|
188
197
|
type ShopifyMarketsDangerousGoods = 'aerosols' | 'air_bag_inflators_or_seat_belt_pretensioners' | 'alcoholic_beverages_containing_more_than_24_percent_alcohol_by_volume' | 'batteries' | 'carbon_dioxide_or_dry_ice' | 'corrosives' | 'cannabidiol_products' | 'cologne_or_perfume' | 'currency_or_gift_cards_or_monetary_instruments' | 'exotic_leather_goods' | 'environmental_waste' | 'explosives_or_ammunition' | 'flammable_liquids' | 'gases' | 'hazardous_or_combustible_materials' | 'infectious_or_biological_substances' | 'knives' | 'matches_or_lighter_or_lighter_refills' | 'nail_polish' | 'oxidizing_materials_or_organic_peroxides' | 'pornography' | 'prohibited_carriage' | 'pesticides_or_toxic_herbicides_or_insecticides_or_poisonous_toxic_substances';
|
|
189
198
|
type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
|
|
190
|
-
type ShopifyMarketsQueuedRecordType = 'card_payment' | 'catalog_publication_sync' | 'flow_shop' | 'online_payment' | 'order_update' | 'order_edit' | 'product_restriction_result' | 'product_sync' | 'webhook_registrations';
|
|
199
|
+
type ShopifyMarketsQueuedRecordType = 'card_payment' | 'catalog_publication_sync' | 'flow_shop' | 'online_payment' | 'order_update' | 'order_edit' | 'product_restriction_result' | 'product_sync' | 'webhook_registrations' | 'channel_organization_identifier';
|
|
191
200
|
type ShopifyMarketsTradeSector = 'apparel_and_accessories' | 'beauty_and_cosmetics' | 'electronics' | 'food_or_perishables' | 'jewellery_and_watches' | 'paper_and_art' | 'sports_and_fitness' | 'toys_hobbies_gifts' | 'other';
|
|
192
201
|
type ShopifyMonitoringMonitorReviewStatus = 'in_review' | 'reviewed';
|
|
193
202
|
type ShopifyMonitoringTrackingField = 'tracking_number' | 'carrier_service' | 'tracking_url';
|
|
@@ -197,24 +206,23 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
197
206
|
type ShopifyPromotionStatus = 'active' | 'inactive';
|
|
198
207
|
type ShopifyService = 'payment' | 'duty_tax_calculator';
|
|
199
208
|
type ShrutiDemoType = 'digital' | 'physical';
|
|
200
|
-
type SignificanceAction = 'end_and_implement_winner' | 'end_and_revert' | 'do_nothing';
|
|
201
209
|
type SimpleRoundingStrategy = 'no_rounding' | 'currency_precision';
|
|
202
210
|
type SnoozeNextActionWith = 'customer_service' | 'engineering';
|
|
203
211
|
type SnoozeSourceType = 'task' | 'invariant';
|
|
204
212
|
type StatementStatus = 'created' | 'no_transactions' | 'transactions_assigned' | 'statement_generated' | 'statement_regenerated' | 'failed';
|
|
205
213
|
type StatementTransferTransactionLocation = 'transactions_file' | 'summary';
|
|
206
214
|
type StatisticType = 'time-to-classify' | 'time-to-classify-aggregated' | 'rate-source' | 'rate-freshness';
|
|
207
|
-
type Status = 'draft' | 'scheduled' | 'live' | 'ended' | 'archived';
|
|
208
215
|
type SubscriptionFrequency = 'yearly' | 'monthly';
|
|
209
216
|
type SuggestionAction = 'accept' | 'validate' | 'review';
|
|
210
217
|
type SvitlanaType = 'physical' | 'digital';
|
|
211
218
|
type TamItemType = 'physical' | 'digital';
|
|
212
219
|
type TariffEligibilityType = 'rex';
|
|
213
220
|
type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'rate_levels' | 'center_defaults';
|
|
221
|
+
type TaxAndDutyInclusivitySetting = 'duty_exclusive_tax_exclusive' | 'duty_inclusive_tax_exclusive' | 'duty_exclusive_tax_inclusive' | 'duty_inclusive_tax_inclusive';
|
|
214
222
|
type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
|
|
215
223
|
type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
|
|
216
224
|
type TaxTransactionType = 'adjustment' | 'reversal' | 'tax';
|
|
217
|
-
type
|
|
225
|
+
type ThiagoItemType = 'digital' | 'physical';
|
|
218
226
|
type TrackingIntegrationType = 'api' | 'bulk' | 'aftership';
|
|
219
227
|
type TrackingProcessingFailureClassification = 'tracking_expired' | 'expired_tracking_number_new_event' | 'new_tracking_number_expired_event' | 'origin_mismatch' | 'destination_mismatch' | 'other';
|
|
220
228
|
type TransactionPostingMethod = 'time' | 'proof';
|
|
@@ -383,6 +391,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
383
391
|
readonly 'liabilities_method': io.flow.internal.v0.enums.AccountSettingLiabilitiesMethod;
|
|
384
392
|
readonly 'enable_fee_reversals': boolean;
|
|
385
393
|
readonly 'record_reason_for_transactions_pending_payout': boolean;
|
|
394
|
+
readonly 'enable_negative_debits': boolean;
|
|
386
395
|
}
|
|
387
396
|
|
|
388
397
|
interface AccountSettingsDeleted {
|
|
@@ -454,13 +463,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
454
463
|
readonly 'account': io.flow.internal.v0.models.FlowAccount;
|
|
455
464
|
}
|
|
456
465
|
|
|
457
|
-
interface AccountingFulfillmentMetadata {
|
|
458
|
-
readonly 'discriminator': 'accounting_fulfillment_metadata';
|
|
459
|
-
readonly 'order': io.flow.internal.v0.models.OrderReference;
|
|
460
|
-
readonly 'proof'?: io.flow.internal.v0.unions.FulfillmentProof;
|
|
461
|
-
readonly 'posting_cutoff': string;
|
|
462
|
-
}
|
|
463
|
-
|
|
464
466
|
interface AccountingPendingOrderMetadata {
|
|
465
467
|
readonly 'discriminator': 'accounting_pending_order_metadata';
|
|
466
468
|
readonly 'order': io.flow.internal.v0.models.OrderReference;
|
|
@@ -1024,17 +1026,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
1024
1026
|
readonly 'action'?: io.flow.internal.v0.enums.RestrictionStatus;
|
|
1025
1027
|
}
|
|
1026
1028
|
|
|
1027
|
-
interface Backfill {
|
|
1028
|
-
readonly 'days_to_backfill': string[];
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
|
-
interface BackfillForm {
|
|
1032
|
-
readonly 'start_date': string;
|
|
1033
|
-
readonly 'end_date': string;
|
|
1034
|
-
readonly 'organization_id'?: string;
|
|
1035
|
-
readonly 'experiment_key'?: string;
|
|
1036
|
-
}
|
|
1037
|
-
|
|
1038
1029
|
interface BankAccountReference {
|
|
1039
1030
|
readonly 'id': string;
|
|
1040
1031
|
}
|
|
@@ -1075,6 +1066,20 @@ declare namespace io.flow.internal.v0.models {
|
|
|
1075
1066
|
readonly 'order': io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
1076
1067
|
}
|
|
1077
1068
|
|
|
1069
|
+
interface BankPaymentOrderDeleted {
|
|
1070
|
+
readonly 'discriminator': 'bank_payment_order_deleted';
|
|
1071
|
+
readonly 'event_id': string;
|
|
1072
|
+
readonly 'timestamp': string;
|
|
1073
|
+
readonly 'id': string;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
interface BankPaymentOrderUpserted {
|
|
1077
|
+
readonly 'discriminator': 'bank_payment_order_upserted';
|
|
1078
|
+
readonly 'event_id': string;
|
|
1079
|
+
readonly 'timestamp': string;
|
|
1080
|
+
readonly 'bank_payment_order': io.flow.internal.v0.models.BankPaymentOrder;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1078
1083
|
interface BankPaymentReference {
|
|
1079
1084
|
readonly 'id': string;
|
|
1080
1085
|
}
|
|
@@ -1141,7 +1146,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
1141
1146
|
readonly 'discriminator': 'billing_csv_transaction_upserted';
|
|
1142
1147
|
readonly 'event_id': string;
|
|
1143
1148
|
readonly 'timestamp': string;
|
|
1144
|
-
readonly 'transaction': io.flow.
|
|
1149
|
+
readonly 'transaction': io.flow.internal.v0.models.CsvTransaction;
|
|
1145
1150
|
}
|
|
1146
1151
|
|
|
1147
1152
|
interface BillingInvoiceSummary {
|
|
@@ -1291,7 +1296,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
1291
1296
|
readonly 'duty': io.flow.common.v0.models.Price;
|
|
1292
1297
|
readonly 'trueup': io.flow.common.v0.models.Price;
|
|
1293
1298
|
readonly 'carrier_charge': io.flow.common.v0.models.Price;
|
|
1294
|
-
readonly 'carrier_fee': io.flow.common.v0.models.Price;
|
|
1295
1299
|
readonly 'ending_balance': io.flow.common.v0.models.Price;
|
|
1296
1300
|
}
|
|
1297
1301
|
|
|
@@ -1609,7 +1613,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
1609
1613
|
readonly 'carrier_tracking_number': string;
|
|
1610
1614
|
readonly 'label_created_at': string;
|
|
1611
1615
|
readonly 'units': io.flow.internal.v0.models.CarrierChargeUnits;
|
|
1612
|
-
readonly 'base'
|
|
1616
|
+
readonly 'base'?: io.flow.trueup.v0.models.LabelBase;
|
|
1613
1617
|
readonly 'surcharges': io.flow.internal.v0.models.LabelSurchargeForm;
|
|
1614
1618
|
readonly 'total': number;
|
|
1615
1619
|
readonly 'dead'?: io.flow.trueup.v0.models.DeadWeight;
|
|
@@ -1681,7 +1685,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
1681
1685
|
|
|
1682
1686
|
interface CarrierChargeUnits {
|
|
1683
1687
|
readonly 'currency': string;
|
|
1684
|
-
readonly 'weight'
|
|
1688
|
+
readonly 'weight'?: io.flow.units.v0.enums.UnitOfWeight;
|
|
1685
1689
|
readonly 'length'?: io.flow.units.v0.enums.UnitOfLength;
|
|
1686
1690
|
}
|
|
1687
1691
|
|
|
@@ -1693,61 +1697,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
1693
1697
|
readonly 'carrier_charge': io.flow.internal.v0.models.CarrierCharge;
|
|
1694
1698
|
}
|
|
1695
1699
|
|
|
1696
|
-
interface CarrierFee {
|
|
1697
|
-
readonly 'id': string;
|
|
1698
|
-
readonly 'label_invoice_request_id': string;
|
|
1699
|
-
readonly 'units': io.flow.internal.v0.models.CarrierFeeUnits;
|
|
1700
|
-
readonly 'surcharges': io.flow.internal.v0.models.LabelSurchargeForm;
|
|
1701
|
-
readonly 'total': number;
|
|
1702
|
-
readonly 'attributes'?: Record<string, string>;
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
|
-
interface CarrierFeeDeleted {
|
|
1706
|
-
readonly 'discriminator': 'carrier_fee_deleted';
|
|
1707
|
-
readonly 'event_id': string;
|
|
1708
|
-
readonly 'timestamp': string;
|
|
1709
|
-
readonly 'organization': string;
|
|
1710
|
-
readonly 'id': string;
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
interface CarrierFeeForm {
|
|
1714
|
-
readonly 'id': string;
|
|
1715
|
-
readonly 'label_invoice_request_id': string;
|
|
1716
|
-
readonly 'units': io.flow.internal.v0.models.CarrierFeeUnits;
|
|
1717
|
-
readonly 'surcharges': io.flow.internal.v0.models.LabelSurchargeForm;
|
|
1718
|
-
readonly 'total': number;
|
|
1719
|
-
readonly 'attributes'?: Record<string, string>;
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
|
-
interface CarrierFeeTransaction {
|
|
1723
|
-
readonly 'discriminator': 'carrier_fee_transaction';
|
|
1724
|
-
readonly 'label_reference': io.flow.internal.v0.models.CarrierFeeTransactionLabelReference;
|
|
1725
|
-
readonly 'id': string;
|
|
1726
|
-
readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
|
|
1727
|
-
readonly 'status': io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
1728
|
-
readonly 'posted_at'?: string;
|
|
1729
|
-
readonly 'value': io.flow.common.v0.models.Price;
|
|
1730
|
-
readonly 'description': string;
|
|
1731
|
-
readonly 'statement'?: io.flow.internal.v0.models.BillingStatementReference;
|
|
1732
|
-
readonly 'created_at': string;
|
|
1733
|
-
}
|
|
1734
|
-
|
|
1735
|
-
interface CarrierFeeTransactionLabelReference {
|
|
1736
|
-
readonly 'id': string;
|
|
1737
|
-
}
|
|
1738
|
-
|
|
1739
|
-
interface CarrierFeeUnits {
|
|
1740
|
-
readonly 'currency': string;
|
|
1741
|
-
}
|
|
1742
|
-
|
|
1743
|
-
interface CarrierFeeUpserted {
|
|
1744
|
-
readonly 'discriminator': 'carrier_fee_upserted';
|
|
1745
|
-
readonly 'event_id': string;
|
|
1746
|
-
readonly 'timestamp': string;
|
|
1747
|
-
readonly 'organization': string;
|
|
1748
|
-
readonly 'carrier_fee': io.flow.internal.v0.models.CarrierFee;
|
|
1749
|
-
}
|
|
1750
|
-
|
|
1751
1700
|
interface CarrierFile {
|
|
1752
1701
|
readonly 'id': string;
|
|
1753
1702
|
readonly 'type': io.flow.internal.v0.enums.CarrierFileType;
|
|
@@ -1775,6 +1724,19 @@ declare namespace io.flow.internal.v0.models {
|
|
|
1775
1724
|
readonly 'timestamp': string;
|
|
1776
1725
|
}
|
|
1777
1726
|
|
|
1727
|
+
interface CarrierTaxForm {
|
|
1728
|
+
readonly 'id': string;
|
|
1729
|
+
readonly 'label_invoice_request_id': string;
|
|
1730
|
+
readonly 'units': io.flow.internal.v0.models.CarrierTaxUnits;
|
|
1731
|
+
readonly 'surcharges': io.flow.internal.v0.models.LabelSurchargeForm;
|
|
1732
|
+
readonly 'total': number;
|
|
1733
|
+
readonly 'attributes'?: Record<string, string>;
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
interface CarrierTaxUnits {
|
|
1737
|
+
readonly 'currency': string;
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1778
1740
|
interface CatalogImportRequest {
|
|
1779
1741
|
readonly 'discriminator': 'catalog_import_request';
|
|
1780
1742
|
readonly 'event_id': string;
|
|
@@ -2143,6 +2105,28 @@ declare namespace io.flow.internal.v0.models {
|
|
|
2143
2105
|
readonly 'channel_order_summary': io.flow.internal.v0.models.ChannelOrderSummary;
|
|
2144
2106
|
}
|
|
2145
2107
|
|
|
2108
|
+
interface ChannelOrganizationIdentifier {
|
|
2109
|
+
readonly 'id': string;
|
|
2110
|
+
readonly 'organization': io.flow.common.v0.models.OrganizationReference;
|
|
2111
|
+
readonly 'identifier': string;
|
|
2112
|
+
}
|
|
2113
|
+
|
|
2114
|
+
interface ChannelOrganizationIdentifierDeleted {
|
|
2115
|
+
readonly 'discriminator': 'channel_organization_identifier_deleted';
|
|
2116
|
+
readonly 'event_id': string;
|
|
2117
|
+
readonly 'timestamp': string;
|
|
2118
|
+
readonly 'channel_id': string;
|
|
2119
|
+
readonly 'id': string;
|
|
2120
|
+
}
|
|
2121
|
+
|
|
2122
|
+
interface ChannelOrganizationIdentifierUpserted {
|
|
2123
|
+
readonly 'discriminator': 'channel_organization_identifier_upserted';
|
|
2124
|
+
readonly 'event_id': string;
|
|
2125
|
+
readonly 'timestamp': string;
|
|
2126
|
+
readonly 'channel_id': string;
|
|
2127
|
+
readonly 'channel_organization_identifier': io.flow.internal.v0.models.ChannelOrganizationIdentifier;
|
|
2128
|
+
}
|
|
2129
|
+
|
|
2146
2130
|
interface ChannelOrganizationShopify {
|
|
2147
2131
|
readonly 'organization': io.flow.channel.v0.models.ChannelOrganization;
|
|
2148
2132
|
readonly 'tokens': io.flow.internal.v0.models.ShopifyChannelOrganizationTokens[];
|
|
@@ -2598,6 +2582,41 @@ declare namespace io.flow.internal.v0.models {
|
|
|
2598
2582
|
readonly 'product_id': string;
|
|
2599
2583
|
}
|
|
2600
2584
|
|
|
2585
|
+
interface ClassificationProductRequest {
|
|
2586
|
+
readonly 'MerchantId': string;
|
|
2587
|
+
readonly 'ProductName': string;
|
|
2588
|
+
readonly 'ProductDescription': string;
|
|
2589
|
+
readonly 'ProductIdInternal': string;
|
|
2590
|
+
readonly 'ProductIdExternal': string;
|
|
2591
|
+
readonly 'ProductGroupCode'?: string;
|
|
2592
|
+
readonly 'ProductUrl'?: string;
|
|
2593
|
+
readonly 'ProductImage'?: string;
|
|
2594
|
+
readonly 'ProductAttributes': Record<string, string>;
|
|
2595
|
+
readonly 'Categories'?: string[];
|
|
2596
|
+
readonly 'PlatformId': io.flow.internal.v0.enums.ClassificationPlatform;
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
interface ClassificationProductRequestEnvelope {
|
|
2600
|
+
readonly 'messageType': string[];
|
|
2601
|
+
readonly 'message': io.flow.internal.v0.models.ClassificationProductRequest;
|
|
2602
|
+
}
|
|
2603
|
+
|
|
2604
|
+
interface ClassificationProductResult {
|
|
2605
|
+
readonly 'productId': string;
|
|
2606
|
+
readonly 'merchantId': string;
|
|
2607
|
+
readonly 'platformId': io.flow.internal.v0.enums.ClassificationPlatform;
|
|
2608
|
+
readonly 'hsCode'?: string;
|
|
2609
|
+
readonly 'probability'?: number;
|
|
2610
|
+
readonly 'classificationDecision': io.flow.internal.v0.enums.ClassificationDecision;
|
|
2611
|
+
readonly 'classificationType': io.flow.internal.v0.enums.ClassificationType;
|
|
2612
|
+
readonly 'clothingAgeClassification'?: io.flow.internal.v0.enums.ClothingAgeClassification;
|
|
2613
|
+
}
|
|
2614
|
+
|
|
2615
|
+
interface ClassificationProductResultEnvelope {
|
|
2616
|
+
readonly 'messageType': string[];
|
|
2617
|
+
readonly 'message': io.flow.internal.v0.models.ClassificationProductResult;
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2601
2620
|
interface ClassificationProductSummary {
|
|
2602
2621
|
readonly 'product_id': string;
|
|
2603
2622
|
readonly 'organization_id': string;
|
|
@@ -2651,6 +2670,17 @@ declare namespace io.flow.internal.v0.models {
|
|
|
2651
2670
|
readonly 'classified_by': string;
|
|
2652
2671
|
}
|
|
2653
2672
|
|
|
2673
|
+
interface CliLogEntry {
|
|
2674
|
+
readonly 'id': string;
|
|
2675
|
+
readonly 'user': io.flow.common.v0.models.UserReference;
|
|
2676
|
+
readonly 'task': string;
|
|
2677
|
+
}
|
|
2678
|
+
|
|
2679
|
+
interface CliLogEntryForm {
|
|
2680
|
+
readonly 'user_id': string;
|
|
2681
|
+
readonly 'task': string;
|
|
2682
|
+
}
|
|
2683
|
+
|
|
2654
2684
|
interface ColmItem {
|
|
2655
2685
|
readonly 'id': string;
|
|
2656
2686
|
readonly 'number': string;
|
|
@@ -2912,6 +2942,25 @@ declare namespace io.flow.internal.v0.models {
|
|
|
2912
2942
|
readonly 'signature_secret': string;
|
|
2913
2943
|
}
|
|
2914
2944
|
|
|
2945
|
+
interface CsvTransaction {
|
|
2946
|
+
readonly 'id': string;
|
|
2947
|
+
readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
|
|
2948
|
+
readonly 'account': io.flow.internal.v0.models.OtherRecordAccount;
|
|
2949
|
+
readonly 'metadata'?: io.flow.internal.v0.models.OtherRecordMetadata;
|
|
2950
|
+
readonly 'order'?: io.flow.internal.v0.models.OtherRecordOrderSummary;
|
|
2951
|
+
readonly 'currency': string;
|
|
2952
|
+
readonly 'source': io.flow.billing.v0.enums.TransactionSource;
|
|
2953
|
+
readonly 'parent'?: io.flow.billing.v0.models.ParentTransactionSummary;
|
|
2954
|
+
readonly 'gross': number;
|
|
2955
|
+
readonly 'fees': io.flow.internal.v0.models.OtherRecordFees;
|
|
2956
|
+
readonly 'withholdings': io.flow.internal.v0.models.OtherRecordWithholdings;
|
|
2957
|
+
readonly 'discount': io.flow.internal.v0.models.OtherRecordDiscount;
|
|
2958
|
+
readonly 'net': number;
|
|
2959
|
+
readonly 'identifiers': io.flow.internal.v0.models.OtherRecordIdentifiers;
|
|
2960
|
+
readonly 'created_at': string;
|
|
2961
|
+
readonly 'updated_at': string;
|
|
2962
|
+
}
|
|
2963
|
+
|
|
2915
2964
|
interface CurrencyInternalRate {
|
|
2916
2965
|
readonly 'id': string;
|
|
2917
2966
|
readonly 'organization_id': string;
|
|
@@ -3017,53 +3066,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
3017
3066
|
readonly 'construction'?: io.flow.internal.v0.models.CustomsProductAttributeLabel;
|
|
3018
3067
|
}
|
|
3019
3068
|
|
|
3020
|
-
interface DailyExperimentEngineResults {
|
|
3021
|
-
readonly 'day': string;
|
|
3022
|
-
readonly 'organization_id': string;
|
|
3023
|
-
readonly 'experiment_key': string;
|
|
3024
|
-
readonly 'experiment_variant_key': string;
|
|
3025
|
-
readonly 'distinct_visitors_count': number;
|
|
3026
|
-
readonly 'visitors_with_transactions_count': number;
|
|
3027
|
-
readonly 'total_visitors_count': number;
|
|
3028
|
-
readonly 'total_revenue': number;
|
|
3029
|
-
}
|
|
3030
|
-
|
|
3031
|
-
interface DailyExperimentResults {
|
|
3032
|
-
readonly 'id': string;
|
|
3033
|
-
readonly 'day': string;
|
|
3034
|
-
readonly 'experiment_key': string;
|
|
3035
|
-
readonly 'experiment_variant_key': string;
|
|
3036
|
-
readonly 'visitor_count': number;
|
|
3037
|
-
readonly 'visitors_with_transactions_count': number;
|
|
3038
|
-
readonly 'conversion_rate': number;
|
|
3039
|
-
readonly 'lower_bound': number;
|
|
3040
|
-
readonly 'upper_bound': number;
|
|
3041
|
-
readonly 'probability_of_being_best'?: number;
|
|
3042
|
-
readonly 'currency'?: string;
|
|
3043
|
-
readonly 'average_order_value'?: number;
|
|
3044
|
-
readonly 'revenue_generated'?: number;
|
|
3045
|
-
readonly 'total_order_count'?: number;
|
|
3046
|
-
readonly 'conversion_rate_uplift'?: number;
|
|
3047
|
-
readonly 'average_order_value_uplift'?: number;
|
|
3048
|
-
readonly 'revenue_generated_uplift'?: number;
|
|
3049
|
-
}
|
|
3050
|
-
|
|
3051
|
-
interface DailyExperimentResultsDeleted {
|
|
3052
|
-
readonly 'discriminator': 'daily_experiment_results_deleted';
|
|
3053
|
-
readonly 'event_id': string;
|
|
3054
|
-
readonly 'timestamp': string;
|
|
3055
|
-
readonly 'organization_id': string;
|
|
3056
|
-
readonly 'daily_experiment_results': io.flow.internal.v0.models.DailyExperimentResults;
|
|
3057
|
-
}
|
|
3058
|
-
|
|
3059
|
-
interface DailyExperimentResultsUpserted {
|
|
3060
|
-
readonly 'discriminator': 'daily_experiment_results_upserted';
|
|
3061
|
-
readonly 'event_id': string;
|
|
3062
|
-
readonly 'timestamp': string;
|
|
3063
|
-
readonly 'organization_id': string;
|
|
3064
|
-
readonly 'daily_experiment_results': io.flow.internal.v0.models.DailyExperimentResults;
|
|
3065
|
-
}
|
|
3066
|
-
|
|
3067
3069
|
interface DailyValue {
|
|
3068
3070
|
readonly 'id': string;
|
|
3069
3071
|
readonly 'key': io.flow.internal.v0.enums.BillingMetricKey;
|
|
@@ -3095,6 +3097,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
3095
3097
|
readonly 'labels': io.flow.internal.v0.models.DebugLabel[];
|
|
3096
3098
|
readonly 'captures': io.flow.internal.v0.models.DebugPaymentTransactionSummary[];
|
|
3097
3099
|
readonly 'refunds': io.flow.internal.v0.models.DebugPaymentTransactionSummary[];
|
|
3100
|
+
readonly 'allocation': io.flow.experience.v0.models.AllocationV2;
|
|
3098
3101
|
}
|
|
3099
3102
|
|
|
3100
3103
|
interface DebugFulfillmentDelta {
|
|
@@ -3120,6 +3123,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
3120
3123
|
interface DebugOrder {
|
|
3121
3124
|
readonly 'organization_id': string;
|
|
3122
3125
|
readonly 'number': string;
|
|
3126
|
+
readonly 'prices': io.flow.order.price.v0.models.OrderPriceDetail[];
|
|
3127
|
+
readonly 'total': io.flow.common.v0.models.MoneyWithBase;
|
|
3123
3128
|
readonly 'identifiers'?: Record<string, string>;
|
|
3124
3129
|
readonly 'submitted_at'?: string;
|
|
3125
3130
|
}
|
|
@@ -3302,14 +3307,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
3302
3307
|
|
|
3303
3308
|
interface DimensionEstimateOpsInput {
|
|
3304
3309
|
readonly 'organization_id': string;
|
|
3305
|
-
readonly '
|
|
3306
|
-
readonly '
|
|
3307
|
-
readonly '
|
|
3308
|
-
readonly '
|
|
3309
|
-
readonly '
|
|
3310
|
-
readonly '
|
|
3311
|
-
readonly '
|
|
3312
|
-
readonly '
|
|
3310
|
+
readonly 'length_units'?: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
3311
|
+
readonly 'length_value'?: string;
|
|
3312
|
+
readonly 'width_units'?: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
3313
|
+
readonly 'width_value'?: string;
|
|
3314
|
+
readonly 'depth_units'?: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
3315
|
+
readonly 'depth_value'?: string;
|
|
3316
|
+
readonly 'weight_units'?: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
3317
|
+
readonly 'weight_value'?: string;
|
|
3313
3318
|
}
|
|
3314
3319
|
|
|
3315
3320
|
interface Discount {
|
|
@@ -3770,6 +3775,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
3770
3775
|
}
|
|
3771
3776
|
|
|
3772
3777
|
interface ErpPriorityVendorForm {
|
|
3778
|
+
readonly 'company'?: io.flow.internal.v0.enums.Company;
|
|
3773
3779
|
readonly 'acc_des'?: string;
|
|
3774
3780
|
readonly 'tax_code'?: string;
|
|
3775
3781
|
readonly 'tax_code_2'?: string;
|
|
@@ -3869,21 +3875,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
3869
3875
|
readonly 'total'?: io.flow.common.v0.models.Money;
|
|
3870
3876
|
}
|
|
3871
3877
|
|
|
3872
|
-
interface ExperienceExperiment {
|
|
3873
|
-
readonly 'discriminator': 'experience';
|
|
3874
|
-
readonly 'id': string;
|
|
3875
|
-
readonly 'key': string;
|
|
3876
|
-
readonly 'name': string;
|
|
3877
|
-
readonly 'description'?: string;
|
|
3878
|
-
readonly 'status': io.flow.internal.v0.enums.Status;
|
|
3879
|
-
readonly 'emails': string[];
|
|
3880
|
-
readonly 'started_at'?: string;
|
|
3881
|
-
readonly 'ended_at'?: string;
|
|
3882
|
-
readonly 'variants': io.flow.internal.v0.models.ExperienceVariant[];
|
|
3883
|
-
readonly 'transitions'?: io.flow.internal.v0.enums.Status[];
|
|
3884
|
-
readonly 'significance_action'?: io.flow.internal.v0.enums.SignificanceAction;
|
|
3885
|
-
}
|
|
3886
|
-
|
|
3887
3878
|
interface ExperienceExportRequest {
|
|
3888
3879
|
readonly 'discriminator': 'experience_export_request';
|
|
3889
3880
|
readonly 'event_id': string;
|
|
@@ -3914,165 +3905,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
3914
3905
|
readonly 'id': string;
|
|
3915
3906
|
}
|
|
3916
3907
|
|
|
3917
|
-
interface ExperienceVariant {
|
|
3918
|
-
readonly 'discriminator': 'experience_variant';
|
|
3919
|
-
readonly 'experience': io.flow.internal.v0.models.ExperienceVariantSummary;
|
|
3920
|
-
readonly 'traffic_percentage': number;
|
|
3921
|
-
readonly 'experiment_results'?: io.flow.internal.v0.models.ExperimentResults;
|
|
3922
|
-
}
|
|
3923
|
-
|
|
3924
|
-
interface ExperienceVariantForm {
|
|
3925
|
-
readonly 'discriminator': 'experience';
|
|
3926
|
-
readonly 'key': string;
|
|
3927
|
-
readonly 'traffic_percentage': number;
|
|
3928
|
-
}
|
|
3929
|
-
|
|
3930
|
-
interface ExperienceVariantSummary {
|
|
3931
|
-
readonly 'key': string;
|
|
3932
|
-
readonly 'name'?: string;
|
|
3933
|
-
}
|
|
3934
|
-
|
|
3935
|
-
interface ExperimentDeleted {
|
|
3936
|
-
readonly 'discriminator': 'experiment_deleted';
|
|
3937
|
-
readonly 'event_id': string;
|
|
3938
|
-
readonly 'timestamp': string;
|
|
3939
|
-
readonly 'organization_id': string;
|
|
3940
|
-
readonly 'id': string;
|
|
3941
|
-
}
|
|
3942
|
-
|
|
3943
|
-
interface ExperimentEngineResults {
|
|
3944
|
-
readonly 'organization_id': string;
|
|
3945
|
-
readonly 'experiment_key': string;
|
|
3946
|
-
readonly 'experiment_variant_key': string;
|
|
3947
|
-
readonly 'distinct_visitors_count': number;
|
|
3948
|
-
readonly 'visitors_with_transactions_count': number;
|
|
3949
|
-
readonly 'total_visitors_count': number;
|
|
3950
|
-
readonly 'total_revenue': number;
|
|
3951
|
-
readonly 'day'?: string;
|
|
3952
|
-
}
|
|
3953
|
-
|
|
3954
|
-
interface ExperimentForm {
|
|
3955
|
-
readonly 'name': string;
|
|
3956
|
-
readonly 'description'?: string;
|
|
3957
|
-
readonly 'emails': string[];
|
|
3958
|
-
readonly 'variants': io.flow.internal.v0.unions.VariantForm[];
|
|
3959
|
-
readonly 'significance_action'?: io.flow.internal.v0.enums.SignificanceAction;
|
|
3960
|
-
readonly 'session_query'?: string;
|
|
3961
|
-
}
|
|
3962
|
-
|
|
3963
|
-
interface ExperimentFormDefault {
|
|
3964
|
-
readonly 'discriminator': io.flow.internal.v0.models.ExperimentFormDefaultDiscriminator;
|
|
3965
|
-
readonly 'variants'?: io.flow.internal.v0.models.ExperimentFormDefaultVariant[];
|
|
3966
|
-
}
|
|
3967
|
-
|
|
3968
|
-
interface ExperimentFormDefaultDiscriminator {
|
|
3969
|
-
readonly 'key': io.flow.internal.v0.enums.ExperimentDiscriminatorKey;
|
|
3970
|
-
readonly 'values': io.flow.internal.v0.models.ExperimentFormDefaultDiscriminatorValue[];
|
|
3971
|
-
}
|
|
3972
|
-
|
|
3973
|
-
interface ExperimentFormDefaultDiscriminatorValue {
|
|
3974
|
-
readonly 'key': string;
|
|
3975
|
-
readonly 'name': string;
|
|
3976
|
-
readonly 'scope': io.flow.internal.v0.enums.Scope;
|
|
3977
|
-
}
|
|
3978
|
-
|
|
3979
|
-
interface ExperimentFormDefaultVariant {
|
|
3980
|
-
readonly 'key': string;
|
|
3981
|
-
readonly 'name': string;
|
|
3982
|
-
readonly 'traffic_percentage'?: number;
|
|
3983
|
-
}
|
|
3984
|
-
|
|
3985
|
-
interface ExperimentMilestone {
|
|
3986
|
-
readonly 'id': string;
|
|
3987
|
-
readonly 'experiment': io.flow.internal.v0.models.ExperimentReference;
|
|
3988
|
-
readonly 'timestamp': string;
|
|
3989
|
-
readonly 'description': string;
|
|
3990
|
-
}
|
|
3991
|
-
|
|
3992
|
-
interface ExperimentMilestoneDeleted {
|
|
3993
|
-
readonly 'discriminator': 'experiment_milestone_deleted';
|
|
3994
|
-
readonly 'event_id': string;
|
|
3995
|
-
readonly 'timestamp': string;
|
|
3996
|
-
readonly 'organization': string;
|
|
3997
|
-
readonly 'id': string;
|
|
3998
|
-
}
|
|
3999
|
-
|
|
4000
|
-
interface ExperimentMilestoneForm {
|
|
4001
|
-
readonly 'timestamp'?: string;
|
|
4002
|
-
readonly 'description': string;
|
|
4003
|
-
}
|
|
4004
|
-
|
|
4005
|
-
interface ExperimentMilestoneUpserted {
|
|
4006
|
-
readonly 'discriminator': 'experiment_milestone_upserted';
|
|
4007
|
-
readonly 'event_id': string;
|
|
4008
|
-
readonly 'timestamp': string;
|
|
4009
|
-
readonly 'organization': string;
|
|
4010
|
-
readonly 'experiment_milestone': io.flow.internal.v0.models.ExperimentMilestone;
|
|
4011
|
-
}
|
|
4012
|
-
|
|
4013
|
-
interface ExperimentReference {
|
|
4014
|
-
readonly 'key': string;
|
|
4015
|
-
}
|
|
4016
|
-
|
|
4017
|
-
interface ExperimentResults {
|
|
4018
|
-
readonly 'id': string;
|
|
4019
|
-
readonly 'experiment_key': string;
|
|
4020
|
-
readonly 'experiment_variant_key': string;
|
|
4021
|
-
readonly 'visitor_count': number;
|
|
4022
|
-
readonly 'visitors_with_transactions_count': number;
|
|
4023
|
-
readonly 'conversion_rate': number;
|
|
4024
|
-
readonly 'lower_bound': number;
|
|
4025
|
-
readonly 'upper_bound': number;
|
|
4026
|
-
readonly 'probability_of_being_best'?: number;
|
|
4027
|
-
readonly 'currency'?: string;
|
|
4028
|
-
readonly 'average_order_value'?: number;
|
|
4029
|
-
readonly 'revenue_generated'?: number;
|
|
4030
|
-
readonly 'total_order_count'?: number;
|
|
4031
|
-
readonly 'conversion_rate_uplift'?: number;
|
|
4032
|
-
readonly 'average_order_value_uplift'?: number;
|
|
4033
|
-
readonly 'revenue_generated_uplift'?: number;
|
|
4034
|
-
}
|
|
4035
|
-
|
|
4036
|
-
interface ExperimentResultsDeleted {
|
|
4037
|
-
readonly 'discriminator': 'experiment_results_deleted';
|
|
4038
|
-
readonly 'event_id': string;
|
|
4039
|
-
readonly 'timestamp': string;
|
|
4040
|
-
readonly 'organization_id': string;
|
|
4041
|
-
readonly 'experiment_results': io.flow.internal.v0.models.ExperimentResults;
|
|
4042
|
-
}
|
|
4043
|
-
|
|
4044
|
-
interface ExperimentResultsUpserted {
|
|
4045
|
-
readonly 'discriminator': 'experiment_results_upserted';
|
|
4046
|
-
readonly 'event_id': string;
|
|
4047
|
-
readonly 'timestamp': string;
|
|
4048
|
-
readonly 'organization_id': string;
|
|
4049
|
-
readonly 'experiment_results': io.flow.internal.v0.models.ExperimentResults;
|
|
4050
|
-
}
|
|
4051
|
-
|
|
4052
|
-
interface ExperimentResultsWithTimestamp {
|
|
4053
|
-
readonly 'timestamp': string;
|
|
4054
|
-
readonly 'results': io.flow.internal.v0.models.ExperimentResults[];
|
|
4055
|
-
}
|
|
4056
|
-
|
|
4057
|
-
interface ExperimentSessionQueryForm {
|
|
4058
|
-
readonly 'session_query'?: string;
|
|
4059
|
-
}
|
|
4060
|
-
|
|
4061
|
-
interface ExperimentUpserted {
|
|
4062
|
-
readonly 'discriminator': 'experiment_upserted';
|
|
4063
|
-
readonly 'event_id': string;
|
|
4064
|
-
readonly 'timestamp': string;
|
|
4065
|
-
readonly 'organization_id': string;
|
|
4066
|
-
readonly 'experiment': io.flow.internal.v0.unions.Experiment;
|
|
4067
|
-
}
|
|
4068
|
-
|
|
4069
|
-
interface ExperimentVersion {
|
|
4070
|
-
readonly 'id': string;
|
|
4071
|
-
readonly 'timestamp': string;
|
|
4072
|
-
readonly 'type': io.flow.common.v0.enums.ChangeType;
|
|
4073
|
-
readonly 'experiment': io.flow.internal.v0.unions.Experiment;
|
|
4074
|
-
}
|
|
4075
|
-
|
|
4076
3908
|
interface ExplicitStatement {
|
|
4077
3909
|
readonly 'id': string;
|
|
4078
3910
|
readonly 'statement': io.flow.internal.v0.models.BillingStatementReference;
|
|
@@ -4141,6 +3973,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
4141
3973
|
readonly 'delivery_estimate'?: string;
|
|
4142
3974
|
readonly 'description'?: string;
|
|
4143
3975
|
readonly 'order_number'?: string;
|
|
3976
|
+
readonly 'raw_carrier_event_code'?: string;
|
|
4144
3977
|
}
|
|
4145
3978
|
|
|
4146
3979
|
interface ExternalFulfillmentProof {
|
|
@@ -4175,6 +4008,19 @@ declare namespace io.flow.internal.v0.models {
|
|
|
4175
4008
|
readonly 'tracker_id': string;
|
|
4176
4009
|
}
|
|
4177
4010
|
|
|
4011
|
+
interface FailedDimensionEstimateOpsInputWithReason {
|
|
4012
|
+
readonly 'organization_id': string;
|
|
4013
|
+
readonly 'length_units'?: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
4014
|
+
readonly 'length_value'?: string;
|
|
4015
|
+
readonly 'width_units'?: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
4016
|
+
readonly 'width_value'?: string;
|
|
4017
|
+
readonly 'depth_units'?: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
4018
|
+
readonly 'depth_value'?: string;
|
|
4019
|
+
readonly 'weight_units'?: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
4020
|
+
readonly 'weight_value'?: string;
|
|
4021
|
+
readonly 'reason'?: string;
|
|
4022
|
+
}
|
|
4023
|
+
|
|
4178
4024
|
interface Feature {
|
|
4179
4025
|
readonly 'id': string;
|
|
4180
4026
|
readonly 'key': string;
|
|
@@ -4201,23 +4047,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
4201
4047
|
readonly 'feature': io.flow.internal.v0.models.Feature;
|
|
4202
4048
|
}
|
|
4203
4049
|
|
|
4204
|
-
interface FeatureExperiment {
|
|
4205
|
-
readonly 'discriminator': 'feature';
|
|
4206
|
-
readonly 'id': string;
|
|
4207
|
-
readonly 'key': string;
|
|
4208
|
-
readonly 'name': string;
|
|
4209
|
-
readonly 'description'?: string;
|
|
4210
|
-
readonly 'status': io.flow.internal.v0.enums.Status;
|
|
4211
|
-
readonly 'emails': string[];
|
|
4212
|
-
readonly 'scope': io.flow.internal.v0.enums.Scope;
|
|
4213
|
-
readonly 'started_at'?: string;
|
|
4214
|
-
readonly 'ended_at'?: string;
|
|
4215
|
-
readonly 'variants': io.flow.internal.v0.models.FeatureVariant[];
|
|
4216
|
-
readonly 'transitions'?: io.flow.internal.v0.enums.Status[];
|
|
4217
|
-
readonly 'significance_action'?: io.flow.internal.v0.enums.SignificanceAction;
|
|
4218
|
-
readonly 'session_query'?: string;
|
|
4219
|
-
}
|
|
4220
|
-
|
|
4221
4050
|
interface FeatureForm {
|
|
4222
4051
|
readonly 'name': string;
|
|
4223
4052
|
readonly 'description'?: string;
|
|
@@ -4275,34 +4104,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
4275
4104
|
readonly 'context': io.flow.internal.v0.models.FeatureContextForm;
|
|
4276
4105
|
}
|
|
4277
4106
|
|
|
4278
|
-
interface FeatureValueReference {
|
|
4279
|
-
readonly 'feature_key': string;
|
|
4280
|
-
readonly 'value': string;
|
|
4281
|
-
}
|
|
4282
|
-
|
|
4283
4107
|
interface FeatureValueResult {
|
|
4284
4108
|
readonly 'values': io.flow.internal.v0.unions.FeatureValue[];
|
|
4285
4109
|
}
|
|
4286
4110
|
|
|
4287
|
-
interface FeatureVariant {
|
|
4288
|
-
readonly 'discriminator': 'feature_variant';
|
|
4289
|
-
readonly 'value': io.flow.internal.v0.models.FeatureVariantSummary;
|
|
4290
|
-
readonly 'traffic_percentage': number;
|
|
4291
|
-
readonly 'experiment_results'?: io.flow.internal.v0.models.ExperimentResults;
|
|
4292
|
-
}
|
|
4293
|
-
|
|
4294
|
-
interface FeatureVariantForm {
|
|
4295
|
-
readonly 'discriminator': 'feature';
|
|
4296
|
-
readonly 'key': string;
|
|
4297
|
-
readonly 'traffic_percentage': number;
|
|
4298
|
-
}
|
|
4299
|
-
|
|
4300
|
-
interface FeatureVariantSummary {
|
|
4301
|
-
readonly 'key': string;
|
|
4302
|
-
readonly 'feature_value': io.flow.internal.v0.models.FeatureValueReference;
|
|
4303
|
-
readonly 'name'?: string;
|
|
4304
|
-
}
|
|
4305
|
-
|
|
4306
4111
|
interface Fedex {
|
|
4307
4112
|
readonly 'discriminator': 'fedex';
|
|
4308
4113
|
readonly 'key': string;
|
|
@@ -4555,6 +4360,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
4555
4360
|
readonly 'next_action_from': io.flow.internal.v0.enums.ChannelOrderAcceptanceNextActionFrom;
|
|
4556
4361
|
}
|
|
4557
4362
|
|
|
4363
|
+
interface FraudAuthorizationSummary {
|
|
4364
|
+
readonly 'fraud_review_authorization': io.flow.internal.v0.models.FraudReviewAuthorization;
|
|
4365
|
+
readonly 'fraud_pending_review_authorization'?: io.flow.internal.v0.models.FraudPendingReviewAuthorization;
|
|
4366
|
+
readonly 'fraud_review_authorization_decision'?: io.flow.internal.v0.models.FraudReviewAuthorizationDecision;
|
|
4367
|
+
}
|
|
4368
|
+
|
|
4558
4369
|
interface FraudPendingReview {
|
|
4559
4370
|
readonly 'id': string;
|
|
4560
4371
|
readonly 'fraud_review_id': string;
|
|
@@ -4565,6 +4376,32 @@ declare namespace io.flow.internal.v0.models {
|
|
|
4565
4376
|
readonly 'liability'?: io.flow.fraud.v0.enums.FraudLiability;
|
|
4566
4377
|
}
|
|
4567
4378
|
|
|
4379
|
+
interface FraudPendingReviewAuthorization {
|
|
4380
|
+
readonly 'id': string;
|
|
4381
|
+
readonly 'fraud_review_authorization_id': string;
|
|
4382
|
+
readonly 'order': io.flow.experience.v0.models.OrderReference;
|
|
4383
|
+
readonly 'fraud_order_reference'?: io.flow.fraud.v0.unions.FraudOrderReference;
|
|
4384
|
+
readonly 'recommended_status': io.flow.fraud.v0.enums.FraudStatus;
|
|
4385
|
+
readonly 'apply_at'?: string;
|
|
4386
|
+
readonly 'liability'?: io.flow.fraud.v0.enums.FraudLiability;
|
|
4387
|
+
}
|
|
4388
|
+
|
|
4389
|
+
interface FraudPendingReviewAuthorizationDeleted {
|
|
4390
|
+
readonly 'discriminator': 'fraud_pending_review_authorization_deleted';
|
|
4391
|
+
readonly 'event_id': string;
|
|
4392
|
+
readonly 'timestamp': string;
|
|
4393
|
+
readonly 'organization': string;
|
|
4394
|
+
readonly 'id': string;
|
|
4395
|
+
}
|
|
4396
|
+
|
|
4397
|
+
interface FraudPendingReviewAuthorizationUpserted {
|
|
4398
|
+
readonly 'discriminator': 'fraud_pending_review_authorization_upserted';
|
|
4399
|
+
readonly 'event_id': string;
|
|
4400
|
+
readonly 'timestamp': string;
|
|
4401
|
+
readonly 'organization': string;
|
|
4402
|
+
readonly 'fraud_pending_review_authorization': io.flow.internal.v0.models.FraudPendingReviewAuthorization;
|
|
4403
|
+
}
|
|
4404
|
+
|
|
4568
4405
|
interface FraudPendingReviewDeleted {
|
|
4569
4406
|
readonly 'discriminator': 'fraud_pending_review_deleted';
|
|
4570
4407
|
readonly 'event_id': string;
|
|
@@ -4645,6 +4482,67 @@ declare namespace io.flow.internal.v0.models {
|
|
|
4645
4482
|
readonly 'created_at'?: string;
|
|
4646
4483
|
}
|
|
4647
4484
|
|
|
4485
|
+
interface FraudReviewAuthorization {
|
|
4486
|
+
readonly 'id': string;
|
|
4487
|
+
readonly 'organization_id': string;
|
|
4488
|
+
readonly 'order': io.flow.experience.v0.models.OrderReference;
|
|
4489
|
+
readonly 'fraud_order_reference'?: io.flow.fraud.v0.unions.FraudOrderReference;
|
|
4490
|
+
readonly 'status': io.flow.fraud.v0.enums.FraudStatus;
|
|
4491
|
+
readonly 'responsible_party': io.flow.internal.v0.enums.FraudReviewResponsibleParty;
|
|
4492
|
+
readonly 'description'?: string;
|
|
4493
|
+
readonly 'risk_evaluation'?: io.flow.internal.v0.enums.RiskEvaluation;
|
|
4494
|
+
readonly 'liability'?: io.flow.fraud.v0.enums.FraudLiability;
|
|
4495
|
+
readonly 'status_updated_at'?: string;
|
|
4496
|
+
readonly 'attributes'?: Record<string, string>;
|
|
4497
|
+
readonly 'provider'?: io.flow.internal.v0.enums.FraudProvider;
|
|
4498
|
+
readonly 'payment_authorization_id'?: string;
|
|
4499
|
+
readonly 'decline_reason'?: io.flow.internal.v0.unions.DeclineReason;
|
|
4500
|
+
readonly 'created_at'?: string;
|
|
4501
|
+
}
|
|
4502
|
+
|
|
4503
|
+
interface FraudReviewAuthorizationDecision {
|
|
4504
|
+
readonly 'id': string;
|
|
4505
|
+
readonly 'fraud_review_authorization_id': string;
|
|
4506
|
+
readonly 'order': io.flow.experience.v0.models.OrderReference;
|
|
4507
|
+
readonly 'fraud_order_reference'?: io.flow.fraud.v0.unions.FraudOrderReference;
|
|
4508
|
+
readonly 'status': io.flow.fraud.v0.enums.FraudStatus;
|
|
4509
|
+
readonly 'created_at': string;
|
|
4510
|
+
readonly 'liability'?: io.flow.fraud.v0.enums.FraudLiability;
|
|
4511
|
+
readonly 'updated_by_user'?: io.flow.common.v0.models.UserReference;
|
|
4512
|
+
}
|
|
4513
|
+
|
|
4514
|
+
interface FraudReviewAuthorizationDecisionDeleted {
|
|
4515
|
+
readonly 'discriminator': 'fraud_review_authorization_decision_deleted';
|
|
4516
|
+
readonly 'event_id': string;
|
|
4517
|
+
readonly 'timestamp': string;
|
|
4518
|
+
readonly 'organization': string;
|
|
4519
|
+
readonly 'id': string;
|
|
4520
|
+
}
|
|
4521
|
+
|
|
4522
|
+
interface FraudReviewAuthorizationDecisionUpserted {
|
|
4523
|
+
readonly 'discriminator': 'fraud_review_authorization_decision_upserted';
|
|
4524
|
+
readonly 'event_id': string;
|
|
4525
|
+
readonly 'timestamp': string;
|
|
4526
|
+
readonly 'organization': string;
|
|
4527
|
+
readonly 'fraud_review_authorization_decision': io.flow.internal.v0.models.FraudReviewAuthorizationDecision;
|
|
4528
|
+
}
|
|
4529
|
+
|
|
4530
|
+
interface FraudReviewAuthorizationDeleted {
|
|
4531
|
+
readonly 'discriminator': 'fraud_review_authorization_deleted';
|
|
4532
|
+
readonly 'event_id': string;
|
|
4533
|
+
readonly 'timestamp': string;
|
|
4534
|
+
readonly 'organization': string;
|
|
4535
|
+
readonly 'id': string;
|
|
4536
|
+
}
|
|
4537
|
+
|
|
4538
|
+
interface FraudReviewAuthorizationUpserted {
|
|
4539
|
+
readonly 'discriminator': 'fraud_review_authorization_upserted';
|
|
4540
|
+
readonly 'event_id': string;
|
|
4541
|
+
readonly 'timestamp': string;
|
|
4542
|
+
readonly 'organization': string;
|
|
4543
|
+
readonly 'fraud_review_authorization': io.flow.internal.v0.models.FraudReviewAuthorization;
|
|
4544
|
+
}
|
|
4545
|
+
|
|
4648
4546
|
interface FraudReviewDecision {
|
|
4649
4547
|
readonly 'id': string;
|
|
4650
4548
|
readonly 'fraud_review_id': string;
|
|
@@ -4703,6 +4601,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
4703
4601
|
readonly 'fraud_review': io.flow.internal.v0.models.FraudReview;
|
|
4704
4602
|
readonly 'fraud_pending_review'?: io.flow.internal.v0.models.FraudPendingReview;
|
|
4705
4603
|
readonly 'fraud_review_decision'?: io.flow.internal.v0.models.FraudReviewDecision;
|
|
4604
|
+
readonly 'fraud_review_authorizations'?: io.flow.internal.v0.models.FraudAuthorizationSummary[];
|
|
4706
4605
|
}
|
|
4707
4606
|
|
|
4708
4607
|
interface FtpFileDeleted {
|
|
@@ -4777,11 +4676,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
4777
4676
|
readonly 'order': io.flow.internal.v0.models.OrderSummary;
|
|
4778
4677
|
readonly 'shopper': io.flow.internal.v0.models.ShopperSummary;
|
|
4779
4678
|
readonly 'remittance': io.flow.internal.v0.models.RemittanceResponsibility;
|
|
4679
|
+
readonly 'payment'?: io.flow.internal.v0.models.PaymentSummary;
|
|
4780
4680
|
readonly 'merchant': io.flow.internal.v0.models.MerchantSummary;
|
|
4781
4681
|
readonly 'sequence_number': number;
|
|
4782
4682
|
readonly 'posting_cutoff': string;
|
|
4783
|
-
readonly 'trigger'
|
|
4683
|
+
readonly 'trigger'?: io.flow.internal.v0.unions.FulfillmentTrigger;
|
|
4784
4684
|
readonly 'fulfilled_at': string;
|
|
4685
|
+
readonly 'carrier'?: io.flow.internal.v0.models.FulfillmentCarrier;
|
|
4785
4686
|
readonly 'owner': io.flow.internal.v0.enums.ResponsibleParty;
|
|
4786
4687
|
readonly 'origin'?: io.flow.internal.v0.models.FulfillmentOrigin;
|
|
4787
4688
|
readonly 'business'?: io.flow.internal.v0.models.FulfillmentBusiness;
|
|
@@ -4811,6 +4712,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
4811
4712
|
readonly 'cancelled_lines': io.flow.order.management.v0.models.FulfillmentLineCancelForm[];
|
|
4812
4713
|
}
|
|
4813
4714
|
|
|
4715
|
+
interface FulfillmentCarrier {
|
|
4716
|
+
readonly 'id': string;
|
|
4717
|
+
readonly 'service_id'?: string;
|
|
4718
|
+
readonly 'tracking_number'?: string;
|
|
4719
|
+
}
|
|
4720
|
+
|
|
4814
4721
|
interface FulfillmentDeleted {
|
|
4815
4722
|
readonly 'discriminator': 'fulfillment_deleted';
|
|
4816
4723
|
readonly 'event_id': string;
|
|
@@ -4888,6 +4795,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
4888
4795
|
readonly 'subtotal': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
4889
4796
|
readonly 'tax': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
4890
4797
|
readonly 'duty': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
4798
|
+
readonly 'tips'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
4891
4799
|
readonly 'discount': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
4892
4800
|
readonly 'total': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
4893
4801
|
}
|
|
@@ -5052,6 +4960,37 @@ declare namespace io.flow.internal.v0.models {
|
|
|
5052
4960
|
readonly 'tracker_id': string;
|
|
5053
4961
|
}
|
|
5054
4962
|
|
|
4963
|
+
interface HarinathItem {
|
|
4964
|
+
readonly 'id': string;
|
|
4965
|
+
readonly 'number': string;
|
|
4966
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
4967
|
+
readonly 'description'?: string;
|
|
4968
|
+
readonly 'type': io.flow.internal.v0.enums.HarinathItemType;
|
|
4969
|
+
readonly 'added_on': string;
|
|
4970
|
+
}
|
|
4971
|
+
|
|
4972
|
+
interface HarinathItemDeleted {
|
|
4973
|
+
readonly 'discriminator': 'harinath_item_deleted';
|
|
4974
|
+
readonly 'event_id': string;
|
|
4975
|
+
readonly 'timestamp': string;
|
|
4976
|
+
readonly 'id': string;
|
|
4977
|
+
}
|
|
4978
|
+
|
|
4979
|
+
interface HarinathItemForm {
|
|
4980
|
+
readonly 'number': string;
|
|
4981
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
4982
|
+
readonly 'description'?: string;
|
|
4983
|
+
readonly 'type': io.flow.internal.v0.enums.HarinathItemType;
|
|
4984
|
+
readonly 'added_on': string;
|
|
4985
|
+
}
|
|
4986
|
+
|
|
4987
|
+
interface HarinathItemUpserted {
|
|
4988
|
+
readonly 'discriminator': 'harinath_item_upserted';
|
|
4989
|
+
readonly 'event_id': string;
|
|
4990
|
+
readonly 'timestamp': string;
|
|
4991
|
+
readonly 'item': io.flow.internal.v0.models.HarinathItem;
|
|
4992
|
+
}
|
|
4993
|
+
|
|
5055
4994
|
interface HarmonizationClassificationStatisticsData {
|
|
5056
4995
|
readonly 'statistics': io.flow.internal.v0.models.ClassificationStatistics;
|
|
5057
4996
|
}
|
|
@@ -5352,6 +5291,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
5352
5291
|
readonly 'order': io.flow.experience.v0.models.OrderPutForm;
|
|
5353
5292
|
}
|
|
5354
5293
|
|
|
5294
|
+
interface Invariant {
|
|
5295
|
+
readonly 'name': string;
|
|
5296
|
+
readonly 'count': number;
|
|
5297
|
+
readonly 'fired_at': string;
|
|
5298
|
+
readonly 'sql': string;
|
|
5299
|
+
}
|
|
5300
|
+
|
|
5355
5301
|
interface InventoryOrganizationSettings {
|
|
5356
5302
|
readonly 'id': string;
|
|
5357
5303
|
readonly 'inventory_reservation': io.flow.internal.v0.enums.InventoryReservation;
|
|
@@ -5492,6 +5438,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
5492
5438
|
|
|
5493
5439
|
interface ItemCustomsDetails {
|
|
5494
5440
|
readonly 'item_number': string;
|
|
5441
|
+
readonly 'product_title'?: string;
|
|
5442
|
+
readonly 'sanitized_product_title'?: string;
|
|
5443
|
+
readonly 'sanitized_rule_ids'?: string[];
|
|
5495
5444
|
readonly 'sub_item_number'?: string;
|
|
5496
5445
|
readonly 'customs_description'?: string;
|
|
5497
5446
|
readonly 'origin': string;
|
|
@@ -5571,6 +5520,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
5571
5520
|
readonly 'price_amount'?: number;
|
|
5572
5521
|
readonly 'status': io.flow.internal.v0.enums.ItemHarmonizationStatus;
|
|
5573
5522
|
readonly 'tariffs'?: Record<string, io.flow.internal.v0.models.TariffCodeDuty>;
|
|
5523
|
+
readonly 'decision_source'?: io.flow.internal.v0.enums.HarmonizationDecisionSource;
|
|
5574
5524
|
readonly 'created_at'?: string;
|
|
5575
5525
|
readonly 'updated_at'?: string;
|
|
5576
5526
|
readonly 'updated_by_user_id'?: string;
|
|
@@ -5727,6 +5677,37 @@ declare namespace io.flow.internal.v0.models {
|
|
|
5727
5677
|
readonly 'descriptive_asset_urls'?: string;
|
|
5728
5678
|
}
|
|
5729
5679
|
|
|
5680
|
+
interface KonstantinItem {
|
|
5681
|
+
readonly 'id': string;
|
|
5682
|
+
readonly 'number': string;
|
|
5683
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
5684
|
+
readonly 'description'?: string;
|
|
5685
|
+
readonly 'type': io.flow.internal.v0.enums.KonstantinItemType;
|
|
5686
|
+
readonly 'added_on': string;
|
|
5687
|
+
}
|
|
5688
|
+
|
|
5689
|
+
interface KonstantinItemDeleted {
|
|
5690
|
+
readonly 'discriminator': 'konstantin_item_deleted';
|
|
5691
|
+
readonly 'event_id': string;
|
|
5692
|
+
readonly 'timestamp': string;
|
|
5693
|
+
readonly 'id': string;
|
|
5694
|
+
}
|
|
5695
|
+
|
|
5696
|
+
interface KonstantinItemForm {
|
|
5697
|
+
readonly 'number': string;
|
|
5698
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
5699
|
+
readonly 'description'?: string;
|
|
5700
|
+
readonly 'type': io.flow.internal.v0.enums.KonstantinItemType;
|
|
5701
|
+
readonly 'added_on': string;
|
|
5702
|
+
}
|
|
5703
|
+
|
|
5704
|
+
interface KonstantinItemUpserted {
|
|
5705
|
+
readonly 'discriminator': 'konstantin_item_upserted';
|
|
5706
|
+
readonly 'event_id': string;
|
|
5707
|
+
readonly 'timestamp': string;
|
|
5708
|
+
readonly 'item': io.flow.internal.v0.models.KonstantinItem;
|
|
5709
|
+
}
|
|
5710
|
+
|
|
5730
5711
|
interface LabProjectSettings {
|
|
5731
5712
|
readonly 'id': string;
|
|
5732
5713
|
readonly 'flow_lab_project_key': string;
|
|
@@ -5896,6 +5877,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
5896
5877
|
}
|
|
5897
5878
|
|
|
5898
5879
|
interface LabelSurchargeForm {
|
|
5880
|
+
readonly 'all'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
5881
|
+
readonly 'base_and_fuel'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
5899
5882
|
readonly 'fuel'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
5900
5883
|
readonly 'remote_area'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
5901
5884
|
readonly 'oversize'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
@@ -5907,6 +5890,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
5907
5890
|
readonly 'eei_filing'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
5908
5891
|
readonly 'fixed_ddp'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
5909
5892
|
readonly 'fixed_currency_conversion'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
5893
|
+
readonly 'prohibited_item'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
5894
|
+
readonly 'undeliverable_shipment'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
5895
|
+
readonly 'signature_required'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
5896
|
+
readonly 'direct_delivery'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
5897
|
+
readonly 'saturday_stop'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
5898
|
+
readonly 'residential_extended_area_pickup'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
5910
5899
|
}
|
|
5911
5900
|
|
|
5912
5901
|
interface LabelSurchargeSingleForm {
|
|
@@ -6267,6 +6256,26 @@ declare namespace io.flow.internal.v0.models {
|
|
|
6267
6256
|
readonly 'capabilities': io.flow.internal.v0.enums.LogisticsCapability[];
|
|
6268
6257
|
}
|
|
6269
6258
|
|
|
6259
|
+
interface LogisticsPayoutRequest {
|
|
6260
|
+
readonly 'organization_id': string;
|
|
6261
|
+
readonly 'order_number': string;
|
|
6262
|
+
readonly 'carrier': string;
|
|
6263
|
+
readonly 'carrier_tracking_number': string;
|
|
6264
|
+
readonly 'dry_run': boolean;
|
|
6265
|
+
readonly 'payout_resolution_method': io.flow.internal.v0.enums.LogisticsPayoutResolutionMethod;
|
|
6266
|
+
readonly 'label_id'?: string;
|
|
6267
|
+
readonly 'combined_shipment_order_number'?: string;
|
|
6268
|
+
}
|
|
6269
|
+
|
|
6270
|
+
interface LogisticsPayoutRequestForm {
|
|
6271
|
+
readonly 'organization_id': string;
|
|
6272
|
+
readonly 'order_identifier': string;
|
|
6273
|
+
readonly 'carrier_id'?: string;
|
|
6274
|
+
readonly 'carrier_name'?: string;
|
|
6275
|
+
readonly 'carrier_tracking_number'?: string;
|
|
6276
|
+
readonly 'external_reference_number'?: string;
|
|
6277
|
+
}
|
|
6278
|
+
|
|
6270
6279
|
interface Logo {
|
|
6271
6280
|
readonly 'url': string;
|
|
6272
6281
|
}
|
|
@@ -6837,6 +6846,68 @@ declare namespace io.flow.internal.v0.models {
|
|
|
6837
6846
|
readonly 'proposition': io.flow.internal.v0.models.MetadataProposition;
|
|
6838
6847
|
}
|
|
6839
6848
|
|
|
6849
|
+
interface MichaelyanItem {
|
|
6850
|
+
readonly 'id': string;
|
|
6851
|
+
readonly 'number': string;
|
|
6852
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
6853
|
+
readonly 'description'?: string;
|
|
6854
|
+
readonly 'type': io.flow.internal.v0.enums.MichaelyanItemType;
|
|
6855
|
+
readonly 'added_on': string;
|
|
6856
|
+
}
|
|
6857
|
+
|
|
6858
|
+
interface MichaelyanItemDeleted {
|
|
6859
|
+
readonly 'discriminator': 'michaelyan_item_deleted';
|
|
6860
|
+
readonly 'event_id': string;
|
|
6861
|
+
readonly 'timestamp': string;
|
|
6862
|
+
readonly 'id': string;
|
|
6863
|
+
}
|
|
6864
|
+
|
|
6865
|
+
interface MichaelyanItemForm {
|
|
6866
|
+
readonly 'number': string;
|
|
6867
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
6868
|
+
readonly 'description'?: string;
|
|
6869
|
+
readonly 'type': io.flow.internal.v0.enums.MichaelyanItemType;
|
|
6870
|
+
readonly 'added_on': string;
|
|
6871
|
+
}
|
|
6872
|
+
|
|
6873
|
+
interface MichaelyanItemUpserted {
|
|
6874
|
+
readonly 'discriminator': 'michaelyan_item_upserted';
|
|
6875
|
+
readonly 'event_id': string;
|
|
6876
|
+
readonly 'timestamp': string;
|
|
6877
|
+
readonly 'item': io.flow.internal.v0.models.MichaelyanItem;
|
|
6878
|
+
}
|
|
6879
|
+
|
|
6880
|
+
interface MiljenkoItem {
|
|
6881
|
+
readonly 'id': string;
|
|
6882
|
+
readonly 'number': string;
|
|
6883
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
6884
|
+
readonly 'description'?: string;
|
|
6885
|
+
readonly 'type': io.flow.internal.v0.enums.MiljenkoItemType;
|
|
6886
|
+
readonly 'added_on': string;
|
|
6887
|
+
}
|
|
6888
|
+
|
|
6889
|
+
interface MiljenkoItemDeleted {
|
|
6890
|
+
readonly 'discriminator': 'miljenko_item_deleted';
|
|
6891
|
+
readonly 'event_id': string;
|
|
6892
|
+
readonly 'timestamp': string;
|
|
6893
|
+
readonly 'id': string;
|
|
6894
|
+
}
|
|
6895
|
+
|
|
6896
|
+
interface MiljenkoItemForm {
|
|
6897
|
+
readonly 'number': string;
|
|
6898
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
6899
|
+
readonly 'description'?: string;
|
|
6900
|
+
readonly 'type': io.flow.internal.v0.enums.MiljenkoItemType;
|
|
6901
|
+
readonly 'added_on': string;
|
|
6902
|
+
}
|
|
6903
|
+
|
|
6904
|
+
interface MiljenkoItemUpserted {
|
|
6905
|
+
readonly 'discriminator': 'miljenko_item_upserted';
|
|
6906
|
+
readonly 'event_id': string;
|
|
6907
|
+
readonly 'timestamp': string;
|
|
6908
|
+
readonly 'item': io.flow.internal.v0.models.MiljenkoItem;
|
|
6909
|
+
}
|
|
6910
|
+
|
|
6840
6911
|
interface NextBillingStatement {
|
|
6841
6912
|
readonly 'date': string;
|
|
6842
6913
|
readonly 'amount': io.flow.common.v0.models.Price;
|
|
@@ -7245,6 +7316,29 @@ declare namespace io.flow.internal.v0.models {
|
|
|
7245
7316
|
readonly 'currency': string;
|
|
7246
7317
|
}
|
|
7247
7318
|
|
|
7319
|
+
interface OrderTaxAndDutyInclusivitySetting {
|
|
7320
|
+
readonly 'id': string;
|
|
7321
|
+
readonly 'organization_id': string;
|
|
7322
|
+
readonly 'shopify_order_id': string;
|
|
7323
|
+
readonly 'order_number': string;
|
|
7324
|
+
readonly 'tax_and_duty_inclusivity_setting': io.flow.internal.v0.enums.TaxAndDutyInclusivitySetting;
|
|
7325
|
+
}
|
|
7326
|
+
|
|
7327
|
+
interface OrderTaxAndDutyInclusivitySettingDeleted {
|
|
7328
|
+
readonly 'discriminator': 'order_tax_and_duty_inclusivity_setting_deleted';
|
|
7329
|
+
readonly 'event_id': string;
|
|
7330
|
+
readonly 'timestamp': string;
|
|
7331
|
+
readonly 'organization': string;
|
|
7332
|
+
readonly 'id': string;
|
|
7333
|
+
}
|
|
7334
|
+
|
|
7335
|
+
interface OrderTaxAndDutyInclusivitySettingUpserted {
|
|
7336
|
+
readonly 'discriminator': 'order_tax_and_duty_inclusivity_setting_upserted';
|
|
7337
|
+
readonly 'event_id': string;
|
|
7338
|
+
readonly 'timestamp': string;
|
|
7339
|
+
readonly 'order_tax_and_duty_inclusivity_setting': io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySetting;
|
|
7340
|
+
}
|
|
7341
|
+
|
|
7248
7342
|
interface OrderTransaction {
|
|
7249
7343
|
readonly 'discriminator': 'order_transaction';
|
|
7250
7344
|
readonly 'order': io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
@@ -7535,6 +7629,34 @@ declare namespace io.flow.internal.v0.models {
|
|
|
7535
7629
|
readonly 'to': string;
|
|
7536
7630
|
}
|
|
7537
7631
|
|
|
7632
|
+
interface OrganizationMetadata {
|
|
7633
|
+
readonly 'id': string;
|
|
7634
|
+
readonly 'organization_id': string;
|
|
7635
|
+
readonly 'pending_restriction_count': number;
|
|
7636
|
+
readonly 'pending_verification_count': number;
|
|
7637
|
+
readonly 'oldest_pending_restriction_date'?: string;
|
|
7638
|
+
readonly 'oldest_pending_verification_date'?: string;
|
|
7639
|
+
readonly 'product_count': number;
|
|
7640
|
+
readonly 'restricted_product_count': number;
|
|
7641
|
+
readonly 'last_order_submitted_at'?: string;
|
|
7642
|
+
}
|
|
7643
|
+
|
|
7644
|
+
interface OrganizationMetadataDeleted {
|
|
7645
|
+
readonly 'discriminator': 'organization_metadata_deleted';
|
|
7646
|
+
readonly 'event_id': string;
|
|
7647
|
+
readonly 'timestamp': string;
|
|
7648
|
+
readonly 'organization': string;
|
|
7649
|
+
readonly 'id': string;
|
|
7650
|
+
}
|
|
7651
|
+
|
|
7652
|
+
interface OrganizationMetadataUpserted {
|
|
7653
|
+
readonly 'discriminator': 'organization_metadata_upserted';
|
|
7654
|
+
readonly 'event_id': string;
|
|
7655
|
+
readonly 'timestamp': string;
|
|
7656
|
+
readonly 'organization': string;
|
|
7657
|
+
readonly 'organization_metadata': io.flow.internal.v0.models.OrganizationMetadata;
|
|
7658
|
+
}
|
|
7659
|
+
|
|
7538
7660
|
interface OrganizationOnboardingStateAdjustmentResult {
|
|
7539
7661
|
readonly 'organization_onboarding_state'?: io.flow.organization.onboarding.state.v0.models.OrganizationOnboardingState;
|
|
7540
7662
|
}
|
|
@@ -7722,6 +7844,144 @@ declare namespace io.flow.internal.v0.models {
|
|
|
7722
7844
|
readonly 'audit_result': io.flow.internal.v0.enums.OnboardingAuditResult;
|
|
7723
7845
|
}
|
|
7724
7846
|
|
|
7847
|
+
interface OtherRecord {
|
|
7848
|
+
readonly 'id': string;
|
|
7849
|
+
readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
|
|
7850
|
+
readonly 'account': io.flow.internal.v0.models.OtherRecordAccount;
|
|
7851
|
+
readonly 'metadata'?: io.flow.internal.v0.models.OtherRecordMetadata;
|
|
7852
|
+
readonly 'order'?: io.flow.internal.v0.models.OtherRecordOrderSummary;
|
|
7853
|
+
readonly 'currency': string;
|
|
7854
|
+
readonly 'source': io.flow.billing.v0.enums.TransactionSource;
|
|
7855
|
+
readonly 'parent'?: io.flow.billing.v0.models.ParentTransactionSummary;
|
|
7856
|
+
readonly 'gross': number;
|
|
7857
|
+
readonly 'fees': io.flow.internal.v0.models.OtherRecordFees;
|
|
7858
|
+
readonly 'withholdings': io.flow.internal.v0.models.OtherRecordWithholdings;
|
|
7859
|
+
readonly 'discount': io.flow.internal.v0.models.OtherRecordDiscount;
|
|
7860
|
+
readonly 'net': number;
|
|
7861
|
+
readonly 'identifiers': io.flow.internal.v0.models.OtherRecordIdentifiers;
|
|
7862
|
+
readonly 'created_at': string;
|
|
7863
|
+
readonly 'updated_at': string;
|
|
7864
|
+
}
|
|
7865
|
+
|
|
7866
|
+
interface OtherRecordAccount {
|
|
7867
|
+
readonly 'id': string;
|
|
7868
|
+
readonly 'merchant'?: io.flow.internal.v0.models.OtherRecordMerchantReference;
|
|
7869
|
+
readonly 'environment': io.flow.common.v0.enums.Environment;
|
|
7870
|
+
readonly 'source': io.flow.internal.v0.models.OtherRecordAccountSourceSummary;
|
|
7871
|
+
}
|
|
7872
|
+
|
|
7873
|
+
interface OtherRecordAccountSourceSummary {
|
|
7874
|
+
readonly 'id': string;
|
|
7875
|
+
readonly 'type': io.flow.internal.v0.enums.AccountType;
|
|
7876
|
+
}
|
|
7877
|
+
|
|
7878
|
+
interface OtherRecordDeleted {
|
|
7879
|
+
readonly 'discriminator': 'other_record_deleted';
|
|
7880
|
+
readonly 'event_id': string;
|
|
7881
|
+
readonly 'timestamp': string;
|
|
7882
|
+
readonly 'id': string;
|
|
7883
|
+
}
|
|
7884
|
+
|
|
7885
|
+
interface OtherRecordDiscount {
|
|
7886
|
+
readonly 'amount': number;
|
|
7887
|
+
readonly 'description'?: string;
|
|
7888
|
+
}
|
|
7889
|
+
|
|
7890
|
+
interface OtherRecordFees {
|
|
7891
|
+
readonly 'duty_guarantee': number;
|
|
7892
|
+
readonly 'mor': number;
|
|
7893
|
+
readonly 'fraud': number;
|
|
7894
|
+
readonly 'fx': number;
|
|
7895
|
+
readonly 'processing': number;
|
|
7896
|
+
readonly 'rate_lock': number;
|
|
7897
|
+
readonly 'transfer': number;
|
|
7898
|
+
readonly 'negative_balance': number;
|
|
7899
|
+
}
|
|
7900
|
+
|
|
7901
|
+
interface OtherRecordIdentifiers {
|
|
7902
|
+
readonly 'reference_id'?: string;
|
|
7903
|
+
}
|
|
7904
|
+
|
|
7905
|
+
interface OtherRecordMerchantReference {
|
|
7906
|
+
readonly 'id': string;
|
|
7907
|
+
}
|
|
7908
|
+
|
|
7909
|
+
interface OtherRecordMetadata {
|
|
7910
|
+
readonly 'channel'?: io.flow.internal.v0.models.OtherRecordMetadataChannel;
|
|
7911
|
+
readonly 'shipping_label'?: io.flow.internal.v0.models.OtherRecordMetadataShippingLabel;
|
|
7912
|
+
readonly 'shipping_label_revenue_share'?: io.flow.internal.v0.models.OtherRecordMetadataShippingLabelRevenueShare;
|
|
7913
|
+
readonly 'trueup'?: io.flow.internal.v0.models.OtherRecordMetadataTrueup;
|
|
7914
|
+
readonly 'carrier_charge'?: io.flow.internal.v0.models.OtherRecordMetadataCarrierCharge;
|
|
7915
|
+
readonly 'manual'?: io.flow.internal.v0.models.OtherRecordMetadataManual;
|
|
7916
|
+
readonly 'failed_payout'?: io.flow.internal.v0.models.OtherRecordMetadataFailedPayout;
|
|
7917
|
+
}
|
|
7918
|
+
|
|
7919
|
+
interface OtherRecordMetadataCarrierCharge {
|
|
7920
|
+
readonly 'reason': io.flow.trueup.v0.enums.CarrierChargeReason;
|
|
7921
|
+
readonly 'label_created_at': string;
|
|
7922
|
+
readonly 'carrier_id': string;
|
|
7923
|
+
readonly 'carrier_tracking_number': string;
|
|
7924
|
+
readonly 'revenue_share_percentage': number;
|
|
7925
|
+
readonly 'outbound_transaction_id'?: string;
|
|
7926
|
+
}
|
|
7927
|
+
|
|
7928
|
+
interface OtherRecordMetadataChannel {
|
|
7929
|
+
readonly 'method': string;
|
|
7930
|
+
readonly 'card'?: io.flow.billing.v0.models.TransactionMetadataChannelCardMetadata;
|
|
7931
|
+
}
|
|
7932
|
+
|
|
7933
|
+
interface OtherRecordMetadataFailedPayout {
|
|
7934
|
+
readonly 'failed_payment': io.flow.billing.v0.models.TransactionMetadataFailedPayoutReference;
|
|
7935
|
+
}
|
|
7936
|
+
|
|
7937
|
+
interface OtherRecordMetadataManual {
|
|
7938
|
+
readonly 'description': string;
|
|
7939
|
+
readonly 'original'?: io.flow.billing.v0.models.TransactionMetadataOriginalTransaction;
|
|
7940
|
+
readonly 'category'?: io.flow.internal.v0.enums.ManualTransactionCategory;
|
|
7941
|
+
readonly 'url'?: string;
|
|
7942
|
+
}
|
|
7943
|
+
|
|
7944
|
+
interface OtherRecordMetadataShippingLabel {
|
|
7945
|
+
readonly 'request_method'?: io.flow.label.v0.enums.LabelRequestMethod;
|
|
7946
|
+
}
|
|
7947
|
+
|
|
7948
|
+
interface OtherRecordMetadataShippingLabelRevenueShare {
|
|
7949
|
+
readonly 'label_id': string;
|
|
7950
|
+
readonly 'base_amount'?: number;
|
|
7951
|
+
readonly 'percentage'?: number;
|
|
7952
|
+
}
|
|
7953
|
+
|
|
7954
|
+
interface OtherRecordMetadataTrueup {
|
|
7955
|
+
readonly 'original': io.flow.billing.v0.models.TransactionMetadataOriginalTransaction;
|
|
7956
|
+
readonly 'label_transaction_id': string;
|
|
7957
|
+
readonly 'label_invoice_request_id': string;
|
|
7958
|
+
readonly 'carrier_charge_id': string;
|
|
7959
|
+
}
|
|
7960
|
+
|
|
7961
|
+
interface OtherRecordOrderSummary {
|
|
7962
|
+
readonly 'organization': io.flow.common.v0.models.OrganizationReference;
|
|
7963
|
+
readonly 'number': string;
|
|
7964
|
+
readonly 'identifiers': io.flow.internal.v0.models.OtherRecordOrderSummaryIdentifiers;
|
|
7965
|
+
}
|
|
7966
|
+
|
|
7967
|
+
interface OtherRecordOrderSummaryIdentifiers {
|
|
7968
|
+
readonly 'shopify_order_id'?: string;
|
|
7969
|
+
}
|
|
7970
|
+
|
|
7971
|
+
interface OtherRecordUpserted {
|
|
7972
|
+
readonly 'discriminator': 'other_record_upserted';
|
|
7973
|
+
readonly 'event_id': string;
|
|
7974
|
+
readonly 'timestamp': string;
|
|
7975
|
+
readonly 'other_record': io.flow.internal.v0.models.OtherRecord;
|
|
7976
|
+
}
|
|
7977
|
+
|
|
7978
|
+
interface OtherRecordWithholdings {
|
|
7979
|
+
readonly 'tax': number;
|
|
7980
|
+
readonly 'duty': number;
|
|
7981
|
+
readonly 'freight': number;
|
|
7982
|
+
readonly 'insurance': number;
|
|
7983
|
+
}
|
|
7984
|
+
|
|
7725
7985
|
interface Partner {
|
|
7726
7986
|
readonly 'id': string;
|
|
7727
7987
|
readonly 'name': string;
|
|
@@ -7893,6 +8153,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
7893
8153
|
readonly 'merchant': io.flow.internal.v0.unions.ProcessorMerchant;
|
|
7894
8154
|
}
|
|
7895
8155
|
|
|
8156
|
+
interface PaymentSummary {
|
|
8157
|
+
readonly 'psp': number;
|
|
8158
|
+
readonly 'credit': number;
|
|
8159
|
+
readonly 'subsidized': number;
|
|
8160
|
+
readonly 'manual': number;
|
|
8161
|
+
readonly 'cod': number;
|
|
8162
|
+
readonly 'total': number;
|
|
8163
|
+
}
|
|
8164
|
+
|
|
7896
8165
|
interface PaymentSummaryV2 {
|
|
7897
8166
|
readonly 'discriminator': 'payment_summary_v2';
|
|
7898
8167
|
readonly 'id': string;
|
|
@@ -8110,6 +8379,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
8110
8379
|
readonly 'order': io.flow.internal.v0.models.OrderSummary;
|
|
8111
8380
|
readonly 'shopper': io.flow.internal.v0.models.ShopperSummary;
|
|
8112
8381
|
readonly 'merchant': io.flow.internal.v0.models.MerchantSummary;
|
|
8382
|
+
readonly 'payment'?: io.flow.internal.v0.models.PaymentSummary;
|
|
8113
8383
|
readonly 'remittance': io.flow.internal.v0.models.RemittanceResponsibility;
|
|
8114
8384
|
readonly 'sequence_number': number;
|
|
8115
8385
|
readonly 'posting_cutoff': string;
|
|
@@ -8399,6 +8669,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
8399
8669
|
readonly 'auto_review_status'?: io.flow.internal.v0.enums.RestrictionStatus;
|
|
8400
8670
|
readonly 'manually_reviewed_at'?: string;
|
|
8401
8671
|
readonly 'manually_reviewed_by'?: string;
|
|
8672
|
+
readonly 'cause_rule_id'?: string;
|
|
8402
8673
|
}
|
|
8403
8674
|
|
|
8404
8675
|
interface ProductRestrictionRuleDecisionDeleted {
|
|
@@ -8936,8 +9207,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
8936
9207
|
readonly 'id': string;
|
|
8937
9208
|
readonly 'status': io.flow.internal.v0.enums.ReportStatus;
|
|
8938
9209
|
readonly 'type': io.flow.internal.v0.enums.ReportType;
|
|
8939
|
-
readonly 'from'
|
|
8940
|
-
readonly 'to'
|
|
9210
|
+
readonly 'from'?: string;
|
|
9211
|
+
readonly 'to'?: string;
|
|
9212
|
+
readonly 'payment_type'?: io.flow.internal.v0.enums.ReportPaymentType;
|
|
8941
9213
|
readonly 'url'?: string;
|
|
8942
9214
|
readonly 'processed_at'?: string;
|
|
8943
9215
|
}
|
|
@@ -8960,9 +9232,20 @@ declare namespace io.flow.internal.v0.models {
|
|
|
8960
9232
|
}
|
|
8961
9233
|
|
|
8962
9234
|
interface ReportForm {
|
|
8963
|
-
readonly 'from': string;
|
|
8964
|
-
readonly 'to': string;
|
|
8965
9235
|
readonly 'type': io.flow.internal.v0.enums.ReportType;
|
|
9236
|
+
readonly 'from'?: string;
|
|
9237
|
+
readonly 'to'?: string;
|
|
9238
|
+
readonly 'payment_type'?: io.flow.internal.v0.enums.ReportPaymentType;
|
|
9239
|
+
readonly 'orders'?: io.flow.internal.v0.models.ReportOrderReference[];
|
|
9240
|
+
}
|
|
9241
|
+
|
|
9242
|
+
interface ReportMerchant {
|
|
9243
|
+
readonly 'id': string;
|
|
9244
|
+
}
|
|
9245
|
+
|
|
9246
|
+
interface ReportOrderReference {
|
|
9247
|
+
readonly 'organization_id': string;
|
|
9248
|
+
readonly 'order_number': string;
|
|
8966
9249
|
}
|
|
8967
9250
|
|
|
8968
9251
|
interface ReportOwner {
|
|
@@ -9049,11 +9332,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
9049
9332
|
readonly 'sequence_number': number;
|
|
9050
9333
|
readonly 'fulfilled_at': string;
|
|
9051
9334
|
readonly 'completes_order': boolean;
|
|
9052
|
-
readonly 'payment': io.flow.internal.v0.models.ReportingPayment;
|
|
9053
9335
|
readonly 'refund'?: io.flow.internal.v0.models.ReportingRefundReference;
|
|
9054
9336
|
readonly 'value': io.flow.internal.v0.models.FulfillmentShopperBreakdown;
|
|
9055
9337
|
readonly 'dispatch_country'?: io.flow.internal.v0.models.ReportingCountry;
|
|
9056
9338
|
readonly 'destination'?: io.flow.internal.v0.models.ReportingDestination;
|
|
9339
|
+
readonly 'payment'?: io.flow.internal.v0.models.ReportingPayment;
|
|
9057
9340
|
readonly 'shipment'?: io.flow.internal.v0.models.ReportingShipment;
|
|
9058
9341
|
readonly 'is': io.flow.internal.v0.models.ReportingFulfillmentIs;
|
|
9059
9342
|
readonly 'has': io.flow.internal.v0.models.ReportingFulfillmentHas;
|
|
@@ -9072,6 +9355,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
9072
9355
|
readonly 'wyol': boolean;
|
|
9073
9356
|
readonly 'b2b': boolean;
|
|
9074
9357
|
readonly 'domestic': boolean;
|
|
9358
|
+
readonly 'combined_shipment'?: boolean;
|
|
9359
|
+
readonly 'order_cancelled'?: boolean;
|
|
9360
|
+
readonly 'lvg'?: boolean;
|
|
9361
|
+
readonly 'tax_inclusive'?: boolean;
|
|
9362
|
+
readonly 'duty_inclusive'?: boolean;
|
|
9075
9363
|
}
|
|
9076
9364
|
|
|
9077
9365
|
interface ReportingFx {
|
|
@@ -9080,6 +9368,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
9080
9368
|
readonly 'product': io.flow.internal.v0.models.ReportingUsd;
|
|
9081
9369
|
readonly 'tax': io.flow.internal.v0.models.ReportingUsd;
|
|
9082
9370
|
readonly 'duty': io.flow.internal.v0.models.ReportingUsd;
|
|
9371
|
+
readonly 'tips'?: io.flow.internal.v0.models.ReportingUsd;
|
|
9083
9372
|
readonly 'total': io.flow.internal.v0.models.ReportingUsd;
|
|
9084
9373
|
}
|
|
9085
9374
|
|
|
@@ -9097,6 +9386,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
9097
9386
|
readonly 'processing': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9098
9387
|
readonly 'rate_lock': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9099
9388
|
readonly 'transfer': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9389
|
+
readonly 'total'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9100
9390
|
}
|
|
9101
9391
|
|
|
9102
9392
|
interface ReportingMerchantSubsidies {
|
|
@@ -9104,6 +9394,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
9104
9394
|
readonly 'tax': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9105
9395
|
readonly 'duty': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9106
9396
|
readonly 'ccf': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9397
|
+
readonly 'total'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9107
9398
|
}
|
|
9108
9399
|
|
|
9109
9400
|
interface ReportingMerchantTransactions {
|
|
@@ -9112,7 +9403,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
9112
9403
|
readonly 'tax': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9113
9404
|
readonly 'duty': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9114
9405
|
readonly 'freight': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9115
|
-
readonly '
|
|
9406
|
+
readonly 'discount'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9407
|
+
readonly 'total'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9116
9408
|
}
|
|
9117
9409
|
|
|
9118
9410
|
interface ReportingMonetaryValue {
|
|
@@ -9135,25 +9427,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
9135
9427
|
}
|
|
9136
9428
|
|
|
9137
9429
|
interface ReportingPayment {
|
|
9138
|
-
readonly 'metadata'?: io.flow.internal.v0.models.ReportingPaymentMetadata;
|
|
9139
9430
|
readonly 'psp': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9140
9431
|
readonly 'credit': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9432
|
+
readonly 'subsidized': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9433
|
+
readonly 'manual': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9434
|
+
readonly 'cod': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9141
9435
|
readonly 'total': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9142
9436
|
}
|
|
9143
9437
|
|
|
9144
|
-
interface ReportingPaymentMetadata {
|
|
9145
|
-
readonly 'gateway': io.flow.internal.v0.enums.Processor;
|
|
9146
|
-
readonly 'method': string;
|
|
9147
|
-
readonly 'psp_reference'?: string;
|
|
9148
|
-
readonly 'authorization'?: io.flow.internal.v0.models.ReportingAuthorizationReference;
|
|
9149
|
-
readonly 'settlement_date': string;
|
|
9150
|
-
readonly 'additional_authorizations'?: io.flow.internal.v0.models.ReportingPaymentMetadataAdditionalAuthorizations;
|
|
9151
|
-
}
|
|
9152
|
-
|
|
9153
|
-
interface ReportingPaymentMetadataAdditionalAuthorizations {
|
|
9154
|
-
readonly 'ids': string;
|
|
9155
|
-
}
|
|
9156
|
-
|
|
9157
9438
|
interface ReportingProvince {
|
|
9158
9439
|
readonly 'code'?: string;
|
|
9159
9440
|
readonly 'name': string;
|
|
@@ -9182,6 +9463,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
9182
9463
|
readonly 'ccf': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9183
9464
|
readonly 'emergency': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9184
9465
|
readonly 'peak': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9466
|
+
readonly 'total'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
9185
9467
|
}
|
|
9186
9468
|
|
|
9187
9469
|
interface ReportingUsd {
|
|
@@ -9209,6 +9491,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
9209
9491
|
readonly 'select_mismatching_item_types': boolean;
|
|
9210
9492
|
}
|
|
9211
9493
|
|
|
9494
|
+
interface RescreenRestrictionsProducts {
|
|
9495
|
+
readonly 'placeholder'?: boolean;
|
|
9496
|
+
}
|
|
9497
|
+
|
|
9212
9498
|
interface RestrictionCategory {
|
|
9213
9499
|
readonly 'category': string;
|
|
9214
9500
|
}
|
|
@@ -9482,6 +9768,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
9482
9768
|
readonly 'shopper': io.flow.internal.v0.models.ShopperSummary;
|
|
9483
9769
|
readonly 'merchant': io.flow.internal.v0.models.MerchantSummary;
|
|
9484
9770
|
readonly 'remittance': io.flow.internal.v0.models.RemittanceResponsibility;
|
|
9771
|
+
readonly 'payment'?: io.flow.internal.v0.models.PaymentSummary;
|
|
9485
9772
|
readonly 'sequence_number': number;
|
|
9486
9773
|
readonly 'posting_cutoff': string;
|
|
9487
9774
|
readonly 'trigger': io.flow.internal.v0.unions.ReturnTrigger;
|
|
@@ -9613,6 +9900,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
9613
9900
|
readonly 'payment': io.flow.internal.v0.models.ReportPayment;
|
|
9614
9901
|
readonly 'bank_account': io.flow.internal.v0.models.ReportBankAccountCleartext;
|
|
9615
9902
|
readonly 'account': io.flow.internal.v0.models.ReportAccount;
|
|
9903
|
+
readonly 'merchant': io.flow.internal.v0.models.ReportMerchant;
|
|
9616
9904
|
readonly 'owner': io.flow.internal.v0.models.ReportOwner;
|
|
9617
9905
|
readonly 'description': string;
|
|
9618
9906
|
}
|
|
@@ -9681,7 +9969,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
9681
9969
|
readonly 'discriminator': 'search_experiment_summary';
|
|
9682
9970
|
readonly 'key': string;
|
|
9683
9971
|
readonly 'name': string;
|
|
9684
|
-
readonly 'status': io.flow.internal.v0.enums.Status;
|
|
9972
|
+
readonly 'status': io.flow.experiment.internal.v0.enums.Status;
|
|
9685
9973
|
}
|
|
9686
9974
|
|
|
9687
9975
|
interface SearchItemSummary {
|
|
@@ -10326,7 +10614,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
10326
10614
|
readonly 'id': string;
|
|
10327
10615
|
readonly 'initial_catalog_synced_at'?: string;
|
|
10328
10616
|
readonly 'catalog_sync_duration'?: number;
|
|
10617
|
+
readonly 'restrictions_sync_duration'?: number;
|
|
10618
|
+
readonly 'classifications_sync_duration'?: number;
|
|
10329
10619
|
readonly 'catalog_products_count'?: number;
|
|
10620
|
+
readonly 'initial_product_restrictions_synced_at'?: string;
|
|
10330
10621
|
}
|
|
10331
10622
|
|
|
10332
10623
|
interface ShopifyShopUpserted {
|
|
@@ -10336,9 +10627,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
10336
10627
|
readonly 'shop': io.flow.internal.v0.models.Shop;
|
|
10337
10628
|
}
|
|
10338
10629
|
|
|
10339
|
-
interface
|
|
10340
|
-
readonly '
|
|
10341
|
-
readonly '
|
|
10630
|
+
interface ShopifyStoreDetail {
|
|
10631
|
+
readonly 'shopify_domain': string;
|
|
10632
|
+
readonly 'shop_id': string;
|
|
10342
10633
|
}
|
|
10343
10634
|
|
|
10344
10635
|
interface ShopifyWebhook {
|
|
@@ -10398,6 +10689,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
10398
10689
|
readonly 'product': io.flow.internal.v0.models.ShopperLines;
|
|
10399
10690
|
readonly 'fees': io.flow.internal.v0.models.ShopperFees;
|
|
10400
10691
|
readonly 'freight': io.flow.internal.v0.models.ShopperFreight;
|
|
10692
|
+
readonly 'tips'?: number;
|
|
10401
10693
|
readonly 'order_discount': number;
|
|
10402
10694
|
readonly 'total': number;
|
|
10403
10695
|
}
|
|
@@ -10941,7 +11233,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
10941
11233
|
readonly 'type_id': string;
|
|
10942
11234
|
readonly 'source_type'?: string;
|
|
10943
11235
|
readonly 'source_id'?: string;
|
|
10944
|
-
readonly 'environment'
|
|
11236
|
+
readonly 'environment': io.flow.common.v0.enums.Environment;
|
|
10945
11237
|
readonly 'created_at': string;
|
|
10946
11238
|
readonly 'num_attempts': number;
|
|
10947
11239
|
readonly 'next_attempt_at': string;
|
|
@@ -11110,6 +11402,23 @@ declare namespace io.flow.internal.v0.models {
|
|
|
11110
11402
|
readonly 'name': string;
|
|
11111
11403
|
}
|
|
11112
11404
|
|
|
11405
|
+
interface ThiagoItem {
|
|
11406
|
+
readonly 'id': string;
|
|
11407
|
+
readonly 'number': string;
|
|
11408
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
11409
|
+
readonly 'description'?: string;
|
|
11410
|
+
readonly 'type': io.flow.internal.v0.enums.ThiagoItemType;
|
|
11411
|
+
readonly 'added_on': string;
|
|
11412
|
+
}
|
|
11413
|
+
|
|
11414
|
+
interface ThiagoItemForm {
|
|
11415
|
+
readonly 'number': string;
|
|
11416
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
11417
|
+
readonly 'description'?: string;
|
|
11418
|
+
readonly 'type': io.flow.internal.v0.enums.ThiagoItemType;
|
|
11419
|
+
readonly 'added_on': string;
|
|
11420
|
+
}
|
|
11421
|
+
|
|
11113
11422
|
interface ThirdPartyLogisticsPartner {
|
|
11114
11423
|
readonly 'warehouse_address': io.flow.common.v0.models.BillingAddress;
|
|
11115
11424
|
readonly 'warehouse_url'?: string;
|
|
@@ -11188,6 +11497,47 @@ declare namespace io.flow.internal.v0.models {
|
|
|
11188
11497
|
readonly 'timezone': string;
|
|
11189
11498
|
}
|
|
11190
11499
|
|
|
11500
|
+
interface TrackingAssuranceAnalysis {
|
|
11501
|
+
readonly 'id': string;
|
|
11502
|
+
readonly 'job_id': string;
|
|
11503
|
+
readonly 'label_id': string;
|
|
11504
|
+
readonly 'order_number': string;
|
|
11505
|
+
readonly 'carrier_tracking_number': string;
|
|
11506
|
+
readonly 'flow_tracking_number': string;
|
|
11507
|
+
readonly 'carrier_status': string;
|
|
11508
|
+
readonly 'aftership_status': string;
|
|
11509
|
+
readonly 'flow_status': string;
|
|
11510
|
+
readonly 'latest_carrier_event_date': string;
|
|
11511
|
+
readonly 'latest_aftership_event_date': string;
|
|
11512
|
+
readonly 'latest_flow_event_date': string;
|
|
11513
|
+
readonly 'label_created_at': string;
|
|
11514
|
+
readonly 'carrier_id': string;
|
|
11515
|
+
readonly 'carrier_origin_country'?: string;
|
|
11516
|
+
readonly 'label_origin_country': string;
|
|
11517
|
+
readonly 'label_destination_country': string;
|
|
11518
|
+
readonly 'carrier_destination_country'?: string;
|
|
11519
|
+
}
|
|
11520
|
+
|
|
11521
|
+
interface TrackingAssuranceAnalysisDeleted {
|
|
11522
|
+
readonly 'discriminator': 'tracking_assurance_analysis_deleted';
|
|
11523
|
+
readonly 'event_id': string;
|
|
11524
|
+
readonly 'timestamp': string;
|
|
11525
|
+
readonly 'organization': string;
|
|
11526
|
+
readonly 'id': string;
|
|
11527
|
+
}
|
|
11528
|
+
|
|
11529
|
+
interface TrackingAssuranceAnalysisUpserted {
|
|
11530
|
+
readonly 'discriminator': 'tracking_assurance_analysis_upserted';
|
|
11531
|
+
readonly 'event_id': string;
|
|
11532
|
+
readonly 'timestamp': string;
|
|
11533
|
+
readonly 'organization': string;
|
|
11534
|
+
readonly 'analysis': io.flow.internal.v0.models.TrackingAssuranceAnalysis;
|
|
11535
|
+
}
|
|
11536
|
+
|
|
11537
|
+
interface TrackingDebugForceTransitForm {
|
|
11538
|
+
readonly 'description': string;
|
|
11539
|
+
}
|
|
11540
|
+
|
|
11191
11541
|
interface TrackingDebugLabel {
|
|
11192
11542
|
readonly 'in_transit_location'?: io.flow.internal.v0.models.TrackingDebugLabelLocation;
|
|
11193
11543
|
readonly 'delivery_location'?: io.flow.internal.v0.models.TrackingDebugLabelLocation;
|
|
@@ -11646,8 +11996,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
11646
11996
|
type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
|
|
11647
11997
|
type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal);
|
|
11648
11998
|
type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
|
|
11649
|
-
type Event = (io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.SalesRecordUpserted | io.flow.internal.v0.models.SalesRecordDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.CarrierFeeUpserted | io.flow.internal.v0.models.CarrierFeeDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.SvitlanaItemUpserted | io.flow.internal.v0.models.SvitlanaItemDeleted | io.flow.internal.v0.models.ColmItemUpserted | io.flow.internal.v0.models.ColmItemDeleted | io.flow.internal.v0.models.MatiasItemUpserted | io.flow.internal.v0.models.MatiasItemDeleted | io.flow.internal.v0.models.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | io.flow.internal.v0.models.TamItemUpserted | io.flow.internal.v0.models.TamItemDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
|
|
11650
|
-
type Experiment = (io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment);
|
|
11999
|
+
type Event = (io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.SalesRecordUpserted | io.flow.internal.v0.models.SalesRecordDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.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.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.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.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.SvitlanaItemUpserted | io.flow.internal.v0.models.SvitlanaItemDeleted | io.flow.internal.v0.models.ColmItemUpserted | io.flow.internal.v0.models.ColmItemDeleted | io.flow.internal.v0.models.HarinathItemUpserted | io.flow.internal.v0.models.HarinathItemDeleted | io.flow.internal.v0.models.KonstantinItemUpserted | io.flow.internal.v0.models.KonstantinItemDeleted | io.flow.internal.v0.models.MatiasItemUpserted | io.flow.internal.v0.models.MatiasItemDeleted | io.flow.internal.v0.models.MichaelyanItemUpserted | io.flow.internal.v0.models.MichaelyanItemDeleted | io.flow.internal.v0.models.MiljenkoItemUpserted | io.flow.internal.v0.models.MiljenkoItemDeleted | io.flow.internal.v0.models.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | io.flow.internal.v0.models.TamItemUpserted | io.flow.internal.v0.models.TamItemDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
|
|
11651
12000
|
type ExplicitStatementForm = (io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions);
|
|
11652
12001
|
type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
|
|
11653
12002
|
type FeatureDefaultValue = (io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue);
|
|
@@ -11700,12 +12049,10 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
11700
12049
|
type TariffEligibilityData = (io.flow.internal.v0.models.RegisteredExporterTariffEligibilityData);
|
|
11701
12050
|
type TariffEligibilityForm = (io.flow.internal.v0.models.RegisteredExporterTariffEligibilityForm);
|
|
11702
12051
|
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);
|
|
11703
|
-
type TaskMetadata = (io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.
|
|
12052
|
+
type TaskMetadata = (io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata);
|
|
11704
12053
|
type TaxAmount = (io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount);
|
|
11705
12054
|
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);
|
|
11706
|
-
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
|
|
12055
|
+
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);
|
|
11707
12056
|
type TransactionSummary = (io.flow.internal.v0.models.PaymentSummaryV2 | io.flow.internal.v0.models.FraudSummary);
|
|
11708
12057
|
type ValidationRule = (io.flow.internal.v0.models.ValidationCharacterLength);
|
|
11709
|
-
type Variant = (io.flow.internal.v0.models.ExperienceVariant | io.flow.internal.v0.models.FeatureVariant);
|
|
11710
|
-
type VariantForm = (io.flow.internal.v0.models.ExperienceVariantForm | io.flow.internal.v0.models.FeatureVariantForm);
|
|
11711
12058
|
}
|