@flowio/api-internal-prop-types 9.24.110 → 9.24.111
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/lib/api-internal.d.ts +59 -368
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +59 -368
- package/src/api-internal.js +937 -1265
package/src/api-internal.d.ts
CHANGED
|
@@ -2324,6 +2324,7 @@ declare namespace io.flow.stripe.v0.enums {
|
|
|
2324
2324
|
type BankIdeal = 'abn_amro' | 'asn_bank' | 'bunq' | 'handelsbanken' | 'ing' | 'knab' | 'moneyou' | 'n26' | 'nn' | 'rabobank' | 'regiobank' | 'revolut' | 'sns_bank' | 'triodos_bank' | 'van_lanschot' | 'yoursafe';
|
|
2325
2325
|
type BicIdeal = 'ABNANL2A' | 'ASNBNL21' | 'BITSNL2A' | 'BUNQNL2A' | 'FVLBNL22' | 'HANDNL2A' | 'INGBNL2A' | 'KNABNL2H' | 'MOYONL21' | 'NNBANL2G' | 'NTSBDEB1' | 'RABONL2U' | 'RBRBNL21' | 'REVOIE23' | 'REVOLT21' | 'SNSBNL2A' | 'TRIONL2U';
|
|
2326
2326
|
type CancellationReason = 'abandoned' | 'automatic' | 'duplicate' | 'failed_invoice' | 'fraudulent' | 'requested_by_customer' | 'void_invoice';
|
|
2327
|
+
type CapabilityStatus = 'active' | 'disabled' | 'inactive' | 'pending' | 'unrequested';
|
|
2327
2328
|
type CaptureMethod = 'automatic' | 'manual';
|
|
2328
2329
|
type CardBrand = 'American Express' | 'MasterCard' | 'Discover' | 'JCB' | 'Diners Club' | 'Unknown';
|
|
2329
2330
|
type CardFundingType = 'credit' | 'debit' | 'prepaid' | 'unknown';
|
|
@@ -2341,7 +2342,7 @@ declare namespace io.flow.stripe.v0.enums {
|
|
|
2341
2342
|
type EarlyFraudWarningType = 'card_never_received' | 'fraudulent_card_application' | 'made_with_counterfeit_card' | 'made_with_lost_card' | 'made_with_stolen_card' | 'unauthorized_use_of_card' | 'misc';
|
|
2342
2343
|
type ErrorCode = 'invalid_number' | 'invalid_expiry_month' | 'invalid_expiry_year' | 'invalid_cvc' | 'invalid_swipe_data' | 'country_code_invalid' | 'email_invalid' | 'postal_code_invalid' | 'invalid_characters' | 'url_invalid' | 'invalid_charge_amount' | 'incorrect_number' | 'incorrect_address' | 'incorrect_cvc' | 'incorrect_zip' | 'card_declined' | 'expired_card' | 'missing' | 'processing_error' | 'account_closed' | 'amount_too_small' | 'amount_too_large' | 'api_key_expired' | 'authentication_required' | 'capture_charge_authorization_expired' | 'capture_unauthorized_payment' | 'card_decline_rate_limit_exceeded' | 'charge_already_captured' | 'charge_already_refunded' | 'charge_disputed' | 'charge_exceeds_source_limit' | 'charge_expired_for_capture' | 'charge_invalid_parameter' | 'charge_not_refundable' | 'insufficient_funds' | 'intent_invalid_state' | 'livemode_mismatch' | 'parameter_invalid_empty' | 'parameter_invalid_integer' | 'parameter_invalid_string_blank' | 'parameter_invalid_string_empty' | 'parameter_missing' | 'parameter_unknown' | 'parameters_exclusive' | 'payment_intent_action_required' | 'payment_intent_authentication_failure' | 'payment_intent_incompatible_payment_method' | 'payment_intent_payment_attempt_expired' | 'payment_intent_payment_attempt_failed' | 'payment_intent_unexpected_state' | 'payment_intent_invalid_parameter' | 'payment_method_billing_details_address_missing' | 'payment_method_customer_decline' | 'payment_method_currency_mismatch' | 'payment_method_invalid_parameter' | 'payment_method_invalid_parameter_testmode' | 'payment_method_not_available' | 'payment_method_provider_decline' | 'payment_method_provider_timeout' | 'payment_method_unactivated' | 'payment_method_unexpected_state' | 'payment_method_unsupported_type' | 'platform_api_key_expired' | 'refund_disputed_payment' | 'testmode_charges_only' | 'tls_version_unsupported' | 'setup_attempt_failed' | 'setup_intent_authentication_failure' | 'setup_intent_invalid_parameter' | 'setup_intent_setup_attempt_expired' | 'setup_intent_unexpected_state';
|
|
2343
2344
|
type ErrorType = 'api_connection_error' | 'api_error' | 'authentication_error' | 'card_error' | 'idempotency_error' | 'invalid_request_error' | 'rate_limit_error' | 'validation_error';
|
|
2344
|
-
type EventType = 'charge.captured' | 'charge.failed' | 'charge.pending' | 'charge.refunded' | 'charge.expired' | 'charge.succeeded' | 'charge.updated' | 'charge.refund.updated' | 'charge.dispute.closed' | 'charge.dispute.created' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated' | 'payment_intent.created' | 'payment_intent.amount_capturable_updated' | 'payment_intent.payment_failed' | 'payment_intent.succeeded' | 'payment_intent.requires_action' | 'payment_intent.canceled' | 'payment_intent.processing' | 'source.canceled' | 'source.chargeable' | 'source.failed';
|
|
2345
|
+
type EventType = 'capability.updated' | 'charge.captured' | 'charge.failed' | 'charge.pending' | 'charge.refunded' | 'charge.expired' | 'charge.succeeded' | 'charge.updated' | 'charge.refund.updated' | 'charge.dispute.closed' | 'charge.dispute.created' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated' | 'payment_intent.created' | 'payment_intent.amount_capturable_updated' | 'payment_intent.payment_failed' | 'payment_intent.succeeded' | 'payment_intent.requires_action' | 'payment_intent.canceled' | 'payment_intent.processing' | 'source.canceled' | 'source.chargeable' | 'source.failed';
|
|
2345
2346
|
type ExtendedAuthorizationStatus = 'enabled' | 'disabled';
|
|
2346
2347
|
type FeatureAvailability = 'available' | 'unavailable';
|
|
2347
2348
|
type KlarnaPaymentMethodCategoryType = 'direct_bank_transfer' | 'direct_debit' | 'pay_later' | 'pay_now' | 'pay_over_time';
|
|
@@ -2433,6 +2434,17 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2433
2434
|
readonly 'type': io.flow.stripe.v0.enums.ApplePayType;
|
|
2434
2435
|
}
|
|
2435
2436
|
|
|
2437
|
+
interface Capability {
|
|
2438
|
+
readonly 'id': string;
|
|
2439
|
+
readonly 'account': string;
|
|
2440
|
+
readonly 'requested': boolean;
|
|
2441
|
+
readonly 'requirements': any/*object*/;
|
|
2442
|
+
readonly 'status': io.flow.stripe.v0.enums.CapabilityStatus;
|
|
2443
|
+
readonly 'object': string;
|
|
2444
|
+
readonly 'future_requirements': any/*object*/;
|
|
2445
|
+
readonly 'requested_at'?: number;
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2436
2448
|
interface Card {
|
|
2437
2449
|
readonly 'id': string;
|
|
2438
2450
|
readonly 'object': string;
|
|
@@ -3681,6 +3693,8 @@ declare namespace io.flow.customer.v0.models {
|
|
|
3681
3693
|
declare namespace io.flow.label.v0.enums {
|
|
3682
3694
|
type CostEstimateSource = 'flow' | 'channel';
|
|
3683
3695
|
type Direction = 'outbound' | 'return';
|
|
3696
|
+
type EstimateOrigin = 'Shopify' | 'GlobalE' | 'Aftership' | 'Carrier';
|
|
3697
|
+
type EstimateType = 'Estimated' | 'Final';
|
|
3684
3698
|
type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'notification_requiring_crossdock' | 'flow_simulation_sync' | 'autogenerated';
|
|
3685
3699
|
type LabelTriggerMethod = 'autogenerated' | 'on_demand';
|
|
3686
3700
|
type OriginLocationSource = 'public_hub_code' | 'merchant_hub_code_override' | 'shopify' | 'fallback_location';
|
|
@@ -3756,6 +3770,15 @@ declare namespace io.flow.label.v0.models {
|
|
|
3756
3770
|
readonly 'shipment_recipient'?: io.flow.label.v0.enums.ShipmentRecipient;
|
|
3757
3771
|
}
|
|
3758
3772
|
|
|
3773
|
+
interface Estimate {
|
|
3774
|
+
readonly 'id': string;
|
|
3775
|
+
readonly 'organization_id': string;
|
|
3776
|
+
readonly 'label_id': string;
|
|
3777
|
+
readonly 'estimate': io.flow.label.v0.models.ShippingLabelHopSummary;
|
|
3778
|
+
readonly 'type': io.flow.label.v0.enums.EstimateType;
|
|
3779
|
+
readonly 'origin'?: io.flow.label.v0.enums.EstimateOrigin;
|
|
3780
|
+
}
|
|
3781
|
+
|
|
3759
3782
|
interface LabelOrderSummary {
|
|
3760
3783
|
readonly 'id': string;
|
|
3761
3784
|
readonly 'number': string;
|
|
@@ -5621,6 +5644,12 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5621
5644
|
interface GraphqlMetaobject {
|
|
5622
5645
|
readonly 'id': string;
|
|
5623
5646
|
readonly 'displayName': string;
|
|
5647
|
+
readonly 'fields': io.flow.shopify.external.v0.models.GraphqlMetaobjectField[];
|
|
5648
|
+
}
|
|
5649
|
+
|
|
5650
|
+
interface GraphqlMetaobjectField {
|
|
5651
|
+
readonly 'key': string;
|
|
5652
|
+
readonly 'value'?: string;
|
|
5624
5653
|
}
|
|
5625
5654
|
|
|
5626
5655
|
interface GraphqlOption {
|
|
@@ -13179,53 +13208,6 @@ declare namespace io.flow.merchant.of.record.v0.enums {
|
|
|
13179
13208
|
type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa';
|
|
13180
13209
|
}
|
|
13181
13210
|
|
|
13182
|
-
declare namespace io.flow.checkout.v0.models {
|
|
13183
|
-
interface CheckoutToken {
|
|
13184
|
-
readonly 'id': string;
|
|
13185
|
-
readonly 'organization': io.flow.common.v0.models.OrganizationReference;
|
|
13186
|
-
readonly 'checkout': io.flow.common.v0.models.CheckoutReference;
|
|
13187
|
-
readonly 'order': io.flow.experience.v0.models.OrderNumberReference;
|
|
13188
|
-
readonly 'urls': io.flow.checkout.v0.models.CheckoutUrls;
|
|
13189
|
-
readonly 'expires_at': string;
|
|
13190
|
-
readonly 'session': io.flow.common.v0.models.SessionReference;
|
|
13191
|
-
readonly 'customer'?: io.flow.common.v0.models.CustomerReference;
|
|
13192
|
-
}
|
|
13193
|
-
|
|
13194
|
-
interface CheckoutTokenOrderForm {
|
|
13195
|
-
readonly 'discriminator': 'checkout_token_order_form';
|
|
13196
|
-
readonly 'order_form': io.flow.experience.v0.models.OrderForm;
|
|
13197
|
-
readonly 'customer'?: io.flow.customer.v0.models.CustomerForm;
|
|
13198
|
-
readonly 'address_book'?: io.flow.customer.v0.models.CustomerAddressBookForm;
|
|
13199
|
-
readonly 'payment_sources'?: io.flow.payment.v0.unions.PaymentSourceForm[];
|
|
13200
|
-
readonly 'session_id': string;
|
|
13201
|
-
readonly 'urls'?: io.flow.checkout.v0.models.CheckoutUrlsForm;
|
|
13202
|
-
readonly 'identifiers'?: io.flow.experience.v0.models.OrderSubmissionIdentifierForm[];
|
|
13203
|
-
}
|
|
13204
|
-
|
|
13205
|
-
interface CheckoutTokenReferenceForm {
|
|
13206
|
-
readonly 'discriminator': 'checkout_token_reference_form';
|
|
13207
|
-
readonly 'order_number': string;
|
|
13208
|
-
readonly 'session_id': string;
|
|
13209
|
-
readonly 'urls': io.flow.checkout.v0.models.CheckoutUrlsForm;
|
|
13210
|
-
}
|
|
13211
|
-
|
|
13212
|
-
interface CheckoutUrls {
|
|
13213
|
-
readonly 'continue_shopping'?: string;
|
|
13214
|
-
readonly 'confirmation'?: string;
|
|
13215
|
-
readonly 'invalid_checkout'?: string;
|
|
13216
|
-
}
|
|
13217
|
-
|
|
13218
|
-
interface CheckoutUrlsForm {
|
|
13219
|
-
readonly 'continue_shopping'?: string;
|
|
13220
|
-
readonly 'confirmation'?: string;
|
|
13221
|
-
readonly 'invalid_checkout'?: string;
|
|
13222
|
-
}
|
|
13223
|
-
}
|
|
13224
|
-
|
|
13225
|
-
declare namespace io.flow.checkout.v0.unions {
|
|
13226
|
-
type CheckoutTokenForm = (io.flow.checkout.v0.models.CheckoutTokenOrderForm | io.flow.checkout.v0.models.CheckoutTokenReferenceForm);
|
|
13227
|
-
}
|
|
13228
|
-
|
|
13229
13211
|
declare namespace io.flow.organization.onboarding.state.v0.enums {
|
|
13230
13212
|
type MerchantDisabledReason = 'merchant_deactivated' | 'merchant_rejected';
|
|
13231
13213
|
type MerchantRejectedReason = 'merchant_ubo_is_pep' | 'merchant_catalog_is_unsupportable' | 'merchant_failed_kyb_review';
|
|
@@ -13707,7 +13689,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13707
13689
|
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';
|
|
13708
13690
|
type BillingTransactionStatus = 'pending_proof' | 'posted';
|
|
13709
13691
|
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' | 'non_l4l_tax_duty_fx' | 'tax_refund' | 'duty_refund' | 'ge_revenue_share' | 'tax_duty_delta';
|
|
13710
|
-
type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
|
|
13711
13692
|
type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
|
|
13712
13693
|
type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
|
|
13713
13694
|
type CarrierChargeType = 'label' | 'tax' | 'other';
|
|
@@ -13770,7 +13751,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13770
13751
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
13771
13752
|
type EmptyAttribute = 'irrelevant';
|
|
13772
13753
|
type ErpFileType = 'vendor';
|
|
13773
|
-
type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'final_estimate_upserted' | 'final_estimate_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_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' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'spp_tracker_update_request_upserted' | 'spp_tracker_update_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
13754
|
+
type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'shipping_estimate_upserted' | 'shipping_estimate_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | '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' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'spp_tracker_update_request_upserted' | 'spp_tracker_update_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
13774
13755
|
type ExperienceImportType = 'experience_with_settings';
|
|
13775
13756
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
13776
13757
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -13852,7 +13833,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13852
13833
|
type PromptCheckoutDisplayPosition = 'email' | 'submission';
|
|
13853
13834
|
type PromptOptions = 'notice_only' | 'require_consent' | 'consent_by_default';
|
|
13854
13835
|
type PromptTarget = 'browse' | 'checkout';
|
|
13855
|
-
type QuoteRequestType = 'generate' | 'delete' | 'update_currency_rate' | 'update_country';
|
|
13856
13836
|
type RateLevelKey = 'shopify_small_usa' | 'shopify_medium_usa' | 'shopify_enterprise_usa' | 'shopify_small_sdc_usa';
|
|
13857
13837
|
type RateSource = 'calculated' | 'market';
|
|
13858
13838
|
type ReboundConfigurationStatus = 'active' | 'inactive';
|
|
@@ -13881,6 +13861,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13881
13861
|
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';
|
|
13882
13862
|
type ShopifyMonitoringMonitorReviewStatus = 'in_review' | 'reviewed';
|
|
13883
13863
|
type ShopifyMonitoringTrackingField = 'tracking_number' | 'carrier_service' | 'tracking_url';
|
|
13864
|
+
type ShopifyPlanType = 'standard' | 'shopify_plus';
|
|
13884
13865
|
type ShopifyPromotionBehavior = 'disable_discount_codes';
|
|
13885
13866
|
type ShopifyPromotionOfferAllocationMethod = 'each' | 'across';
|
|
13886
13867
|
type ShopifyPromotionOrderEntitlementComponent = 'subtotal' | 'shipping' | 'vat' | 'duty';
|
|
@@ -15198,52 +15179,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15198
15179
|
readonly 'status': string;
|
|
15199
15180
|
}
|
|
15200
15181
|
|
|
15201
|
-
interface BrowserBundle {
|
|
15202
|
-
readonly 'country_picker': io.flow.internal.v0.models.CountryPickerData;
|
|
15203
|
-
readonly 'optins': io.flow.internal.v0.models.OptinPrompt[];
|
|
15204
|
-
readonly 'features': io.flow.internal.v0.models.FeatureValueResult;
|
|
15205
|
-
readonly 'payment_methods'?: io.flow.internal.v0.models.BrowserBundlePaymentMethods;
|
|
15206
|
-
}
|
|
15207
|
-
|
|
15208
|
-
interface BrowserBundleCountryPickerForm {
|
|
15209
|
-
readonly 'country'?: string;
|
|
15210
|
-
readonly 'ip'?: string;
|
|
15211
|
-
}
|
|
15212
|
-
|
|
15213
|
-
interface BrowserBundleError {
|
|
15214
|
-
readonly 'code': io.flow.internal.v0.enums.BrowserBundleErrorCode;
|
|
15215
|
-
readonly 'messages': string[];
|
|
15216
|
-
}
|
|
15217
|
-
|
|
15218
|
-
interface BrowserBundleFeatureForm {
|
|
15219
|
-
readonly 'keys': string[];
|
|
15220
|
-
readonly 'context': io.flow.internal.v0.models.FeatureContextForm;
|
|
15221
|
-
}
|
|
15222
|
-
|
|
15223
|
-
interface BrowserBundleForm {
|
|
15224
|
-
readonly 'optin'?: io.flow.internal.v0.models.BrowserBundleOptinForm;
|
|
15225
|
-
readonly 'country_picker'?: io.flow.internal.v0.models.BrowserBundleCountryPickerForm;
|
|
15226
|
-
readonly 'feature'?: io.flow.internal.v0.models.BrowserBundleFeatureForm;
|
|
15227
|
-
readonly 'payment_method'?: io.flow.internal.v0.models.BrowserBundlePaymentMethodForm;
|
|
15228
|
-
}
|
|
15229
|
-
|
|
15230
|
-
interface BrowserBundleOptinForm {
|
|
15231
|
-
readonly 'country': string;
|
|
15232
|
-
}
|
|
15233
|
-
|
|
15234
|
-
interface BrowserBundlePaymentMethod {
|
|
15235
|
-
readonly 'id': string;
|
|
15236
|
-
}
|
|
15237
|
-
|
|
15238
|
-
interface BrowserBundlePaymentMethodForm {
|
|
15239
|
-
readonly 'experience_key': string;
|
|
15240
|
-
readonly 'country': string;
|
|
15241
|
-
}
|
|
15242
|
-
|
|
15243
|
-
interface BrowserBundlePaymentMethods {
|
|
15244
|
-
readonly 'displayed'?: io.flow.internal.v0.models.BrowserBundlePaymentMethod[];
|
|
15245
|
-
}
|
|
15246
|
-
|
|
15247
15182
|
interface BulkClassificationAction {
|
|
15248
15183
|
readonly 'discriminator': 'bulk';
|
|
15249
15184
|
readonly 'actions': io.flow.internal.v0.models.SingleClassificationAction[];
|
|
@@ -16107,29 +16042,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16107
16042
|
readonly 'prompt': io.flow.internal.v0.enums.CheckoutShippingMethodPromptBehavior;
|
|
16108
16043
|
}
|
|
16109
16044
|
|
|
16110
|
-
interface CheckoutBundle {
|
|
16111
|
-
readonly 'cart'?: io.flow.shopify.v0.models.ShopifyCart;
|
|
16112
|
-
readonly 'order': io.flow.experience.v0.models.Order;
|
|
16113
|
-
readonly 'order_errors'?: io.flow.experience.v0.models.OrderError[];
|
|
16114
|
-
readonly 'checkout'?: io.flow.internal.v0.models.CheckoutContentSummary;
|
|
16115
|
-
readonly 'optins': io.flow.internal.v0.models.OptinPrompt[];
|
|
16116
|
-
readonly 'destinations': io.flow.reference.v0.models.Country[];
|
|
16117
|
-
readonly 'features': io.flow.internal.v0.models.FeatureValueResult;
|
|
16118
|
-
readonly 'provinces': io.flow.reference.v0.models.Province[];
|
|
16119
|
-
readonly 'checkout_items': io.flow.experience.v0.models.CheckoutItemContent[];
|
|
16120
|
-
readonly 'metadata'?: io.flow.internal.v0.models.CheckoutBundleMetadata;
|
|
16121
|
-
readonly 'configuration'?: io.flow.internal.v0.models.CheckoutConfiguration;
|
|
16122
|
-
readonly 'address_configurations'?: io.flow.experience.v0.models.AddressConfiguration[];
|
|
16123
|
-
readonly 'customer'?: io.flow.customer.v0.models.Customer;
|
|
16124
|
-
readonly 'address_book'?: io.flow.customer.v0.models.CustomerAddressBook;
|
|
16125
|
-
readonly 'payment_sources'?: io.flow.payment.v0.unions.PaymentSource[];
|
|
16126
|
-
readonly 'customer_bundle'?: io.flow.customer.v0.models.CustomerBundle;
|
|
16127
|
-
}
|
|
16128
|
-
|
|
16129
|
-
interface CheckoutBundleMetadata {
|
|
16130
|
-
readonly 'organization': io.flow.common.v0.models.OrganizationSummary;
|
|
16131
|
-
}
|
|
16132
|
-
|
|
16133
16045
|
interface CheckoutConfiguration {
|
|
16134
16046
|
readonly 'id': string;
|
|
16135
16047
|
readonly 'behavior': io.flow.internal.v0.models.CheckoutBehavior;
|
|
@@ -16193,41 +16105,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16193
16105
|
readonly 'redirect'?: io.flow.internal.v0.models.CheckoutRedirect;
|
|
16194
16106
|
}
|
|
16195
16107
|
|
|
16196
|
-
interface CheckoutFinalizeOrderForm {
|
|
16197
|
-
readonly 'expected_order_summary': io.flow.internal.v0.models.ExpectedOrderSummary;
|
|
16198
|
-
readonly 'order_put_form': io.flow.experience.v0.models.OrderPutForm;
|
|
16199
|
-
}
|
|
16200
|
-
|
|
16201
16108
|
interface CheckoutMarketingContent {
|
|
16202
16109
|
readonly 'optins': io.flow.internal.v0.models.Checkbox[];
|
|
16203
16110
|
}
|
|
16204
16111
|
|
|
16205
|
-
interface CheckoutOrderForm {
|
|
16206
|
-
readonly 'discriminator': 'order';
|
|
16207
|
-
readonly 'organization': string;
|
|
16208
|
-
readonly 'order': io.flow.experience.v0.models.OrderForm;
|
|
16209
|
-
readonly 'customer'?: io.flow.customer.v0.models.CustomerForm;
|
|
16210
|
-
readonly 'address_book'?: io.flow.customer.v0.models.CustomerAddressBookForm;
|
|
16211
|
-
readonly 'payment_sources'?: io.flow.payment.v0.unions.PaymentSourceForm[];
|
|
16212
|
-
readonly 'urls'?: io.flow.checkout.v0.models.CheckoutUrlsForm;
|
|
16213
|
-
readonly 'identifiers'?: io.flow.experience.v0.models.OrderSubmissionIdentifierForm[];
|
|
16214
|
-
readonly 'feature_keys'?: string[];
|
|
16215
|
-
readonly 'order_parameters'?: io.flow.internal.v0.models.OrderParameters;
|
|
16216
|
-
}
|
|
16217
|
-
|
|
16218
|
-
interface CheckoutOrderNumberForm {
|
|
16219
|
-
readonly 'discriminator': 'order_number';
|
|
16220
|
-
readonly 'organization': string;
|
|
16221
|
-
readonly 'order_number': string;
|
|
16222
|
-
readonly 'customer'?: io.flow.customer.v0.models.CustomerForm;
|
|
16223
|
-
readonly 'address_book'?: io.flow.customer.v0.models.CustomerAddressBookForm;
|
|
16224
|
-
readonly 'payment_sources'?: io.flow.payment.v0.unions.PaymentSourceForm[];
|
|
16225
|
-
readonly 'urls'?: io.flow.checkout.v0.models.CheckoutUrlsForm;
|
|
16226
|
-
readonly 'identifiers'?: io.flow.experience.v0.models.OrderSubmissionIdentifierForm[];
|
|
16227
|
-
readonly 'feature_keys'?: string[];
|
|
16228
|
-
readonly 'order_parameters'?: io.flow.internal.v0.models.OrderParameters;
|
|
16229
|
-
}
|
|
16230
|
-
|
|
16231
16112
|
interface CheckoutPayment {
|
|
16232
16113
|
readonly 'authorizations': io.flow.payment.v0.unions.Authorization[];
|
|
16233
16114
|
readonly 'sources': io.flow.payment.v0.unions.PaymentSource[];
|
|
@@ -16252,15 +16133,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16252
16133
|
readonly 'body'?: string;
|
|
16253
16134
|
}
|
|
16254
16135
|
|
|
16255
|
-
interface CheckoutReferenceForm {
|
|
16256
|
-
readonly 'order_number': string;
|
|
16257
|
-
readonly 'order_form': io.flow.experience.v0.models.OrderPutForm;
|
|
16258
|
-
readonly 'order_geo': io.flow.experience.v0.models.OrderGeo;
|
|
16259
|
-
readonly 'session_id': string;
|
|
16260
|
-
readonly 'urls'?: io.flow.checkout.v0.models.CheckoutUrlsForm;
|
|
16261
|
-
readonly 'identifiers'?: io.flow.experience.v0.models.OrderSubmissionIdentifierForm[];
|
|
16262
|
-
}
|
|
16263
|
-
|
|
16264
16136
|
interface CheckoutSettings {
|
|
16265
16137
|
readonly 'session_persistence_timeout'?: io.flow.common.v0.models.Duration;
|
|
16266
16138
|
readonly 'session_persistence_attribute_keys'?: string[];
|
|
@@ -16269,35 +16141,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16269
16141
|
readonly 'assets'?: io.flow.internal.v0.models.CheckoutAsset[];
|
|
16270
16142
|
}
|
|
16271
16143
|
|
|
16272
|
-
interface CheckoutSourceOrderForm {
|
|
16273
|
-
readonly 'source_order_number': string;
|
|
16274
|
-
readonly 'feature_q'?: string;
|
|
16275
|
-
}
|
|
16276
|
-
|
|
16277
|
-
interface CheckoutSubmission {
|
|
16278
|
-
readonly 'builder': io.flow.experience.v0.models.OrderBuilder;
|
|
16279
|
-
readonly 'action'?: io.flow.payment.v0.unions.AuthorizationResultAction;
|
|
16280
|
-
}
|
|
16281
|
-
|
|
16282
|
-
interface CheckoutSubmissionForm {
|
|
16283
|
-
readonly 'authorization_form'?: io.flow.payment.v0.unions.AuthorizationForm;
|
|
16284
|
-
readonly 'expected_order_summary'?: io.flow.internal.v0.models.ExpectedOrderSummary;
|
|
16285
|
-
readonly 'feature_keys'?: string[];
|
|
16286
|
-
}
|
|
16287
|
-
|
|
16288
|
-
interface CheckoutSubmitOrderBundle {
|
|
16289
|
-
readonly 'discriminator': 'checkout_submit_order_bundle';
|
|
16290
|
-
readonly 'order'?: io.flow.experience.v0.models.Order;
|
|
16291
|
-
readonly 'redirect'?: io.flow.payment.v0.unions.AuthorizationResultAction;
|
|
16292
|
-
readonly 'errors'?: io.flow.experience.v0.models.OrderError[];
|
|
16293
|
-
}
|
|
16294
|
-
|
|
16295
|
-
interface CheckoutSubmitOrderForm {
|
|
16296
|
-
readonly 'discriminator': 'checkout_submit_order_form';
|
|
16297
|
-
readonly 'authorization_form'?: io.flow.payment.v0.unions.AuthorizationForm;
|
|
16298
|
-
readonly 'expected_order_summary'?: io.flow.internal.v0.models.ExpectedOrderSummary;
|
|
16299
|
-
}
|
|
16300
|
-
|
|
16301
16144
|
interface CheckoutUrl {
|
|
16302
16145
|
readonly 'url': string;
|
|
16303
16146
|
readonly 'type': io.flow.internal.v0.enums.CheckoutUrlType;
|
|
@@ -17675,10 +17518,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17675
17518
|
readonly 'exclusion_rule': io.flow.catalog.exclusion.v0.models.ExclusionRule;
|
|
17676
17519
|
}
|
|
17677
17520
|
|
|
17678
|
-
interface ExpectedOrderSummary {
|
|
17679
|
-
readonly 'total'?: io.flow.common.v0.models.Money;
|
|
17680
|
-
}
|
|
17681
|
-
|
|
17682
17521
|
interface ExperienceExportRequest {
|
|
17683
17522
|
readonly 'discriminator': 'experience_export_request';
|
|
17684
17523
|
readonly 'event_id': string;
|
|
@@ -17945,29 +17784,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17945
17784
|
readonly 'negative_balance'?: io.flow.internal.v0.models.Fee;
|
|
17946
17785
|
}
|
|
17947
17786
|
|
|
17948
|
-
interface FinalEstimate {
|
|
17949
|
-
readonly 'id': string;
|
|
17950
|
-
readonly 'organization_id': string;
|
|
17951
|
-
readonly 'label_id': string;
|
|
17952
|
-
readonly 'estimate': io.flow.label.v0.models.ShippingLabelHopSummary;
|
|
17953
|
-
}
|
|
17954
|
-
|
|
17955
|
-
interface FinalEstimateDeleted {
|
|
17956
|
-
readonly 'discriminator': 'final_estimate_deleted';
|
|
17957
|
-
readonly 'event_id': string;
|
|
17958
|
-
readonly 'timestamp': string;
|
|
17959
|
-
readonly 'organization': string;
|
|
17960
|
-
readonly 'id': string;
|
|
17961
|
-
}
|
|
17962
|
-
|
|
17963
|
-
interface FinalEstimateUpserted {
|
|
17964
|
-
readonly 'discriminator': 'final_estimate_upserted';
|
|
17965
|
-
readonly 'event_id': string;
|
|
17966
|
-
readonly 'timestamp': string;
|
|
17967
|
-
readonly 'organization': string;
|
|
17968
|
-
readonly 'final_estimate': io.flow.internal.v0.models.FinalEstimate;
|
|
17969
|
-
}
|
|
17970
|
-
|
|
17971
17787
|
interface FinanceBankAccount {
|
|
17972
17788
|
readonly 'id': string;
|
|
17973
17789
|
readonly 'accounts': io.flow.internal.v0.models.AccountSummary[];
|
|
@@ -18560,11 +18376,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18560
18376
|
readonly 'fulfillment_fallbacks': io.flow.internal.v0.models.FulfillmentFallbacks;
|
|
18561
18377
|
}
|
|
18562
18378
|
|
|
18563
|
-
interface FulfillmentInternalExperienceReference {
|
|
18564
|
-
readonly 'id': string;
|
|
18565
|
-
readonly 'key': string;
|
|
18566
|
-
}
|
|
18567
|
-
|
|
18568
18379
|
interface FulfillmentOrigin {
|
|
18569
18380
|
readonly 'country': string;
|
|
18570
18381
|
readonly 'province_code'?: string;
|
|
@@ -19059,10 +18870,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19059
18870
|
readonly 'network_details'?: io.flow.payment.v0.models.TransactionNetworkDetailsCard;
|
|
19060
18871
|
}
|
|
19061
18872
|
|
|
19062
|
-
interface InvalidCheckoutData {
|
|
19063
|
-
readonly 'order': io.flow.experience.v0.models.OrderPutForm;
|
|
19064
|
-
}
|
|
19065
|
-
|
|
19066
18873
|
interface Invariant {
|
|
19067
18874
|
readonly 'name': string;
|
|
19068
18875
|
readonly 'count': number;
|
|
@@ -19165,18 +18972,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19165
18972
|
readonly 'model_id': string;
|
|
19166
18973
|
}
|
|
19167
18974
|
|
|
19168
|
-
interface ItemClassificationCreated {
|
|
19169
|
-
readonly 'discriminator': 'item_classification_created';
|
|
19170
|
-
readonly 'event_id': string;
|
|
19171
|
-
readonly 'timestamp': string;
|
|
19172
|
-
readonly 'organization': string;
|
|
19173
|
-
readonly 'item_number': string;
|
|
19174
|
-
readonly 'model_id': string;
|
|
19175
|
-
readonly 'labels_prediction': io.flow.internal.v0.models.LabelsPrediction;
|
|
19176
|
-
readonly 'action': io.flow.internal.v0.enums.SuggestionAction;
|
|
19177
|
-
readonly 'prediction_score'?: number;
|
|
19178
|
-
}
|
|
19179
|
-
|
|
19180
18975
|
interface ItemClassificationForm {
|
|
19181
18976
|
readonly 'organization': string;
|
|
19182
18977
|
readonly 'uid': string;
|
|
@@ -20435,14 +20230,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20435
20230
|
readonly 'to': string;
|
|
20436
20231
|
}
|
|
20437
20232
|
|
|
20438
|
-
interface OptinPromptDeleted {
|
|
20439
|
-
readonly 'discriminator': 'optin_prompt_deleted';
|
|
20440
|
-
readonly 'event_id': string;
|
|
20441
|
-
readonly 'timestamp': string;
|
|
20442
|
-
readonly 'id': string;
|
|
20443
|
-
readonly 'organization': string;
|
|
20444
|
-
}
|
|
20445
|
-
|
|
20446
20233
|
interface OptinPromptForm {
|
|
20447
20234
|
readonly 'optin_attribute_key': string;
|
|
20448
20235
|
readonly 'region': string;
|
|
@@ -20453,15 +20240,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20453
20240
|
readonly 'display'?: io.flow.internal.v0.unions.OptinPromptDisplay;
|
|
20454
20241
|
}
|
|
20455
20242
|
|
|
20456
|
-
interface OptinPromptUpserted {
|
|
20457
|
-
readonly 'discriminator': 'optin_prompt_upserted';
|
|
20458
|
-
readonly 'event_id': string;
|
|
20459
|
-
readonly 'timestamp': string;
|
|
20460
|
-
readonly 'id': string;
|
|
20461
|
-
readonly 'organization': string;
|
|
20462
|
-
readonly 'optin_prompt': io.flow.internal.v0.models.OptinPrompt;
|
|
20463
|
-
}
|
|
20464
|
-
|
|
20465
20243
|
interface OrderActionability {
|
|
20466
20244
|
readonly 'action': io.flow.internal.v0.enums.OrderAction[];
|
|
20467
20245
|
readonly 'lines': io.flow.internal.v0.models.LineActionQuantities[];
|
|
@@ -20611,14 +20389,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20611
20389
|
readonly 'note': string;
|
|
20612
20390
|
}
|
|
20613
20391
|
|
|
20614
|
-
interface OrderParameters {
|
|
20615
|
-
readonly 'experience'?: string;
|
|
20616
|
-
readonly 'country'?: string;
|
|
20617
|
-
readonly 'ip'?: string;
|
|
20618
|
-
readonly 'currency'?: string;
|
|
20619
|
-
readonly 'language'?: string;
|
|
20620
|
-
}
|
|
20621
|
-
|
|
20622
20392
|
interface OrderPaymentAuthorization {
|
|
20623
20393
|
readonly 'placeholder': string;
|
|
20624
20394
|
}
|
|
@@ -21921,23 +21691,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21921
21691
|
readonly 'item': string;
|
|
21922
21692
|
}
|
|
21923
21693
|
|
|
21924
|
-
interface PregeneratedQuote {
|
|
21925
|
-
readonly 'id': string;
|
|
21926
|
-
readonly 'experience': io.flow.internal.v0.models.FulfillmentInternalExperienceReference;
|
|
21927
|
-
readonly 'destination_country': string;
|
|
21928
|
-
readonly 'item': io.flow.common.v0.models.ItemReference;
|
|
21929
|
-
readonly 'quote'?: io.flow.fulfillment.v0.models.Quote;
|
|
21930
|
-
readonly 'errors'?: string[];
|
|
21931
|
-
}
|
|
21932
|
-
|
|
21933
|
-
interface PregeneratedRequestEvent {
|
|
21934
|
-
readonly 'discriminator': 'pregenerated_request_event';
|
|
21935
|
-
readonly 'event_id': string;
|
|
21936
|
-
readonly 'timestamp': string;
|
|
21937
|
-
readonly 'organization': string;
|
|
21938
|
-
readonly 'quote_request': io.flow.internal.v0.models.QuoteRequest;
|
|
21939
|
-
}
|
|
21940
|
-
|
|
21941
21694
|
interface PrioritizedCenterReference {
|
|
21942
21695
|
readonly 'center_key': string;
|
|
21943
21696
|
readonly 'position': number;
|
|
@@ -22242,16 +21995,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22242
21995
|
readonly 'id': string;
|
|
22243
21996
|
}
|
|
22244
21997
|
|
|
22245
|
-
interface QuoteRequest {
|
|
22246
|
-
readonly 'id': string;
|
|
22247
|
-
readonly 'request_type': io.flow.internal.v0.enums.QuoteRequestType;
|
|
22248
|
-
readonly 'experience_keys'?: string[];
|
|
22249
|
-
readonly 'item_numbers'?: string[];
|
|
22250
|
-
readonly 'rates'?: io.flow.internal.v0.models.CurrencyInternalRate[];
|
|
22251
|
-
readonly 'countries'?: io.flow.reference.v0.models.Country[];
|
|
22252
|
-
readonly 'reason'?: string;
|
|
22253
|
-
}
|
|
22254
|
-
|
|
22255
21998
|
interface QuoteUpserted {
|
|
22256
21999
|
readonly 'discriminator': 'quote_upserted';
|
|
22257
22000
|
readonly 'event_id': string;
|
|
@@ -22486,40 +22229,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22486
22229
|
readonly 'number': string;
|
|
22487
22230
|
}
|
|
22488
22231
|
|
|
22489
|
-
interface RatecardLaneAggregate {
|
|
22490
|
-
readonly 'id': string;
|
|
22491
|
-
readonly 'organization_id': string;
|
|
22492
|
-
readonly 'origin': io.flow.common.v0.models.Zone;
|
|
22493
|
-
readonly 'destination': io.flow.common.v0.models.Zone;
|
|
22494
|
-
readonly 'currency': string;
|
|
22495
|
-
readonly 'delivered_duty': io.flow.common.v0.enums.DeliveredDuty;
|
|
22496
|
-
readonly 'shipment_window': io.flow.ratecard.v0.models.ShipmentWindow;
|
|
22497
|
-
readonly 'dim_factor': number;
|
|
22498
|
-
readonly 'service': io.flow.ratecard.v0.models.RatecardServiceSummary;
|
|
22499
|
-
readonly 'rounding': io.flow.common.v0.models.Rounding;
|
|
22500
|
-
readonly 'weight_unit': io.flow.common.v0.enums.UnitOfMeasurement;
|
|
22501
|
-
readonly 'distance_unit': io.flow.common.v0.enums.UnitOfMeasurement;
|
|
22502
|
-
readonly 'rates_with_fees': io.flow.internal.v0.models.RateWithFees[];
|
|
22503
|
-
readonly 'ratecard': io.flow.ratecard.v0.models.RatecardReference;
|
|
22504
|
-
readonly 'ratecard_owner': io.flow.fulfillment.v0.enums.RatecardOwner;
|
|
22505
|
-
}
|
|
22506
|
-
|
|
22507
|
-
interface RatecardLaneAggregateDeleted {
|
|
22508
|
-
readonly 'discriminator': 'ratecard_lane_aggregate_deleted';
|
|
22509
|
-
readonly 'event_id': string;
|
|
22510
|
-
readonly 'timestamp': string;
|
|
22511
|
-
readonly 'organization': string;
|
|
22512
|
-
readonly 'ratecard_aggregate': io.flow.internal.v0.models.RatecardLaneAggregate;
|
|
22513
|
-
}
|
|
22514
|
-
|
|
22515
|
-
interface RatecardLaneAggregateUpserted {
|
|
22516
|
-
readonly 'discriminator': 'ratecard_lane_aggregate_upserted';
|
|
22517
|
-
readonly 'event_id': string;
|
|
22518
|
-
readonly 'timestamp': string;
|
|
22519
|
-
readonly 'organization': string;
|
|
22520
|
-
readonly 'ratecard_aggregate': io.flow.internal.v0.models.RatecardLaneAggregate;
|
|
22521
|
-
}
|
|
22522
|
-
|
|
22523
22232
|
interface RatecardLanesImportRequest {
|
|
22524
22233
|
readonly 'discriminator': 'ratecard_lanes_import_request';
|
|
22525
22234
|
readonly 'event_id': string;
|
|
@@ -23624,6 +23333,22 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23624
23333
|
readonly 'total': io.flow.common.v0.models.PriceWithBase;
|
|
23625
23334
|
}
|
|
23626
23335
|
|
|
23336
|
+
interface ShippingEstimateDeleted {
|
|
23337
|
+
readonly 'discriminator': 'shipping_estimate_deleted';
|
|
23338
|
+
readonly 'event_id': string;
|
|
23339
|
+
readonly 'timestamp': string;
|
|
23340
|
+
readonly 'organization': string;
|
|
23341
|
+
readonly 'id': string;
|
|
23342
|
+
}
|
|
23343
|
+
|
|
23344
|
+
interface ShippingEstimateUpserted {
|
|
23345
|
+
readonly 'discriminator': 'shipping_estimate_upserted';
|
|
23346
|
+
readonly 'event_id': string;
|
|
23347
|
+
readonly 'timestamp': string;
|
|
23348
|
+
readonly 'organization': string;
|
|
23349
|
+
readonly 'estimate': io.flow.label.v0.models.Estimate;
|
|
23350
|
+
}
|
|
23351
|
+
|
|
23627
23352
|
interface ShippingLane {
|
|
23628
23353
|
readonly 'origin': string;
|
|
23629
23354
|
readonly 'destination': string;
|
|
@@ -24029,6 +23754,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24029
23754
|
readonly 'registration': io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration;
|
|
24030
23755
|
}
|
|
24031
23756
|
|
|
23757
|
+
interface ShopifyMerchantPlan {
|
|
23758
|
+
readonly 'id': string;
|
|
23759
|
+
readonly 'authorization': io.flow.payment.v0.models.AuthorizationReference;
|
|
23760
|
+
readonly 'plan': io.flow.internal.v0.enums.ShopifyPlanType;
|
|
23761
|
+
}
|
|
23762
|
+
|
|
24032
23763
|
interface ShopifyMetadata {
|
|
24033
23764
|
readonly 'domain': string;
|
|
24034
23765
|
readonly 'myshopify_domain': string;
|
|
@@ -25830,9 +25561,6 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
25830
25561
|
type CarrierChargeForm = (io.flow.internal.v0.models.CarrierChargeFormLabel | io.flow.internal.v0.models.CarrierChargeFormOther);
|
|
25831
25562
|
type CarrierCredentials = (io.flow.internal.v0.models.SfExpress | io.flow.internal.v0.models.DhlEcommerce | io.flow.internal.v0.models.Landmark | io.flow.internal.v0.models.Dhl | io.flow.internal.v0.models.FedexCrossborder | io.flow.internal.v0.models.Ups | io.flow.internal.v0.models.Fedex);
|
|
25832
25563
|
type ChannelRateMetadata = (io.flow.internal.v0.models.ChannelRateMetadataIdentity | io.flow.internal.v0.models.ChannelRateMetadataRate);
|
|
25833
|
-
type CheckoutForm = (io.flow.internal.v0.models.CheckoutOrderForm | io.flow.internal.v0.models.CheckoutOrderNumberForm);
|
|
25834
|
-
type CheckoutSubmitOrderBundles = (io.flow.internal.v0.models.CheckoutSubmitOrderBundle);
|
|
25835
|
-
type CheckoutSubmitOrderForms = (io.flow.internal.v0.models.CheckoutSubmitOrderForm);
|
|
25836
25564
|
type ClassificationAction = (io.flow.internal.v0.models.SingleClassificationAction | io.flow.internal.v0.models.BulkClassificationAction);
|
|
25837
25565
|
type ClassificationActionForm = (io.flow.internal.v0.models.ClassificationActionFormUndo);
|
|
25838
25566
|
type ClassificationForm = (io.flow.internal.v0.models.SingleClassificationForm | io.flow.internal.v0.models.EmptyClassificationForm);
|
|
@@ -25853,7 +25581,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
25853
25581
|
type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
|
|
25854
25582
|
type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe);
|
|
25855
25583
|
type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
|
|
25856
|
-
type Event = (io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.FinalEstimateUpserted | io.flow.internal.v0.models.FinalEstimateDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.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.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.SppTrackerUpdateRequestUpserted | io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
|
|
25584
|
+
type Event = (io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.ShippingEstimateUpserted | io.flow.internal.v0.models.ShippingEstimateDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.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.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.SppTrackerUpdateRequestUpserted | io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
|
|
25857
25585
|
type ExplicitStatementForm = (io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions);
|
|
25858
25586
|
type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
|
|
25859
25587
|
type FeatureDefaultValue = (io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue);
|
|
@@ -25928,7 +25656,6 @@ export const billingMetricKey: PropTypes.Requireable<io.flow.internal.v0.enums.B
|
|
|
25928
25656
|
export const billingStatementAttachmentKey: PropTypes.Requireable<io.flow.internal.v0.enums.BillingStatementAttachmentKey>;
|
|
25929
25657
|
export const billingTransactionStatus: PropTypes.Requireable<io.flow.internal.v0.enums.BillingTransactionStatus>;
|
|
25930
25658
|
export const billingTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.BillingTransactionType>;
|
|
25931
|
-
export const browserBundleErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.BrowserBundleErrorCode>;
|
|
25932
25659
|
export const calculatorEngine: PropTypes.Requireable<io.flow.internal.v0.enums.CalculatorEngine>;
|
|
25933
25660
|
export const carrierChargeTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierChargeTransactionType>;
|
|
25934
25661
|
export const carrierChargeType: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierChargeType>;
|
|
@@ -26073,7 +25800,6 @@ export const promptAction: PropTypes.Requireable<io.flow.internal.v0.enums.Promp
|
|
|
26073
25800
|
export const promptCheckoutDisplayPosition: PropTypes.Requireable<io.flow.internal.v0.enums.PromptCheckoutDisplayPosition>;
|
|
26074
25801
|
export const promptOptions: PropTypes.Requireable<io.flow.internal.v0.enums.PromptOptions>;
|
|
26075
25802
|
export const promptTarget: PropTypes.Requireable<io.flow.internal.v0.enums.PromptTarget>;
|
|
26076
|
-
export const quoteRequestType: PropTypes.Requireable<io.flow.internal.v0.enums.QuoteRequestType>;
|
|
26077
25803
|
export const rateLevelKey: PropTypes.Requireable<io.flow.internal.v0.enums.RateLevelKey>;
|
|
26078
25804
|
export const rateSource: PropTypes.Requireable<io.flow.internal.v0.enums.RateSource>;
|
|
26079
25805
|
export const reboundConfigurationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ReboundConfigurationStatus>;
|
|
@@ -26102,6 +25828,7 @@ export const shopifyMarketsQueuedRecordType: PropTypes.Requireable<io.flow.inter
|
|
|
26102
25828
|
export const shopifyMarketsTradeSector: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMarketsTradeSector>;
|
|
26103
25829
|
export const shopifyMonitoringMonitorReviewStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMonitoringMonitorReviewStatus>;
|
|
26104
25830
|
export const shopifyMonitoringTrackingField: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMonitoringTrackingField>;
|
|
25831
|
+
export const shopifyPlanType: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPlanType>;
|
|
26105
25832
|
export const shopifyPromotionBehavior: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPromotionBehavior>;
|
|
26106
25833
|
export const shopifyPromotionOfferAllocationMethod: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPromotionOfferAllocationMethod>;
|
|
26107
25834
|
export const shopifyPromotionOrderEntitlementComponent: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPromotionOrderEntitlementComponent>;
|
|
@@ -26300,15 +26027,6 @@ export const booleanFeatureRuleForm: PropTypes.Requireable<io.flow.internal.v0.m
|
|
|
26300
26027
|
export const booleanFeatureValue: PropTypes.Requireable<io.flow.internal.v0.models.BooleanFeatureValue>;
|
|
26301
26028
|
export const brickWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.BrickWebhookEvent>;
|
|
26302
26029
|
export const brickWebhookEventResponse: PropTypes.Requireable<io.flow.internal.v0.models.BrickWebhookEventResponse>;
|
|
26303
|
-
export const browserBundle: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundle>;
|
|
26304
|
-
export const browserBundleCountryPickerForm: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundleCountryPickerForm>;
|
|
26305
|
-
export const browserBundleError: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundleError>;
|
|
26306
|
-
export const browserBundleFeatureForm: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundleFeatureForm>;
|
|
26307
|
-
export const browserBundleForm: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundleForm>;
|
|
26308
|
-
export const browserBundleOptinForm: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundleOptinForm>;
|
|
26309
|
-
export const browserBundlePaymentMethod: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundlePaymentMethod>;
|
|
26310
|
-
export const browserBundlePaymentMethodForm: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundlePaymentMethodForm>;
|
|
26311
|
-
export const browserBundlePaymentMethods: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundlePaymentMethods>;
|
|
26312
26030
|
export const bulkClassificationAction: PropTypes.Requireable<io.flow.internal.v0.models.BulkClassificationAction>;
|
|
26313
26031
|
export const bulkDutyUpdateValidationError: PropTypes.Requireable<io.flow.internal.v0.models.BulkDutyUpdateValidationError>;
|
|
26314
26032
|
export const calculatedTaxAmount: PropTypes.Requireable<io.flow.internal.v0.models.CalculatedTaxAmount>;
|
|
@@ -26420,8 +26138,6 @@ export const checkoutBehaviorCustomerInfo: PropTypes.Requireable<io.flow.interna
|
|
|
26420
26138
|
export const checkoutBehaviorCustomerInfoEmail: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutBehaviorCustomerInfoEmail>;
|
|
26421
26139
|
export const checkoutBehaviorShippingAddress: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutBehaviorShippingAddress>;
|
|
26422
26140
|
export const checkoutBehaviorShippingMethod: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutBehaviorShippingMethod>;
|
|
26423
|
-
export const checkoutBundle: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutBundle>;
|
|
26424
|
-
export const checkoutBundleMetadata: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutBundleMetadata>;
|
|
26425
26141
|
export const checkoutConfiguration: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutConfiguration>;
|
|
26426
26142
|
export const checkoutConfigurationDeleted: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutConfigurationDeleted>;
|
|
26427
26143
|
export const checkoutConfigurationForm: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutConfigurationForm>;
|
|
@@ -26431,21 +26147,12 @@ export const checkoutContent: PropTypes.Requireable<io.flow.internal.v0.models.C
|
|
|
26431
26147
|
export const checkoutContentDetails: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutContentDetails>;
|
|
26432
26148
|
export const checkoutContentSummary: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutContentSummary>;
|
|
26433
26149
|
export const checkoutError: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutError>;
|
|
26434
|
-
export const checkoutFinalizeOrderForm: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutFinalizeOrderForm>;
|
|
26435
26150
|
export const checkoutMarketingContent: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutMarketingContent>;
|
|
26436
|
-
export const checkoutOrderForm: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutOrderForm>;
|
|
26437
|
-
export const checkoutOrderNumberForm: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutOrderNumberForm>;
|
|
26438
26151
|
export const checkoutPayment: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutPayment>;
|
|
26439
26152
|
export const checkoutPaymentContent: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutPaymentContent>;
|
|
26440
26153
|
export const checkoutPlatformData: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutPlatformData>;
|
|
26441
26154
|
export const checkoutRedirect: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutRedirect>;
|
|
26442
|
-
export const checkoutReferenceForm: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutReferenceForm>;
|
|
26443
26155
|
export const checkoutSettings: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutSettings>;
|
|
26444
|
-
export const checkoutSourceOrderForm: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutSourceOrderForm>;
|
|
26445
|
-
export const checkoutSubmission: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutSubmission>;
|
|
26446
|
-
export const checkoutSubmissionForm: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutSubmissionForm>;
|
|
26447
|
-
export const checkoutSubmitOrderBundle: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutSubmitOrderBundle>;
|
|
26448
|
-
export const checkoutSubmitOrderForm: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutSubmitOrderForm>;
|
|
26449
26156
|
export const checkoutUrl: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutUrl>;
|
|
26450
26157
|
export const cipher: PropTypes.Requireable<io.flow.internal.v0.models.Cipher>;
|
|
26451
26158
|
export const cipherForm: PropTypes.Requireable<io.flow.internal.v0.models.CipherForm>;
|
|
@@ -26617,7 +26324,6 @@ export const erpVendorStatusPriorityFile: PropTypes.Requireable<io.flow.internal
|
|
|
26617
26324
|
export const exclusionRuleDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ExclusionRuleDeleted>;
|
|
26618
26325
|
export const exclusionRuleExportRequest: PropTypes.Requireable<io.flow.internal.v0.models.ExclusionRuleExportRequest>;
|
|
26619
26326
|
export const exclusionRuleUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ExclusionRuleUpserted>;
|
|
26620
|
-
export const expectedOrderSummary: PropTypes.Requireable<io.flow.internal.v0.models.ExpectedOrderSummary>;
|
|
26621
26327
|
export const experienceExportRequest: PropTypes.Requireable<io.flow.internal.v0.models.ExperienceExportRequest>;
|
|
26622
26328
|
export const experienceImportRequest: PropTypes.Requireable<io.flow.internal.v0.models.ExperienceImportRequest>;
|
|
26623
26329
|
export const experienceOrderActionRule: PropTypes.Requireable<io.flow.internal.v0.models.ExperienceOrderActionRule>;
|
|
@@ -26655,9 +26361,6 @@ export const fedex: PropTypes.Requireable<io.flow.internal.v0.models.Fedex>;
|
|
|
26655
26361
|
export const fedexCrossborder: PropTypes.Requireable<io.flow.internal.v0.models.FedexCrossborder>;
|
|
26656
26362
|
export const fee: PropTypes.Requireable<io.flow.internal.v0.models.Fee>;
|
|
26657
26363
|
export const fees: PropTypes.Requireable<io.flow.internal.v0.models.Fees>;
|
|
26658
|
-
export const finalEstimate: PropTypes.Requireable<io.flow.internal.v0.models.FinalEstimate>;
|
|
26659
|
-
export const finalEstimateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.FinalEstimateDeleted>;
|
|
26660
|
-
export const finalEstimateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.FinalEstimateUpserted>;
|
|
26661
26364
|
export const financeBankAccount: PropTypes.Requireable<io.flow.internal.v0.models.FinanceBankAccount>;
|
|
26662
26365
|
export const financeBankAccountOwner: PropTypes.Requireable<io.flow.internal.v0.models.FinanceBankAccountOwner>;
|
|
26663
26366
|
export const financeBankPayment: PropTypes.Requireable<io.flow.internal.v0.models.FinanceBankPayment>;
|
|
@@ -26728,7 +26431,6 @@ export const fulfillmentDeleted: PropTypes.Requireable<io.flow.internal.v0.model
|
|
|
26728
26431
|
export const fulfillmentFallbacks: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentFallbacks>;
|
|
26729
26432
|
export const fulfillmentFallbacksDeleted: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentFallbacksDeleted>;
|
|
26730
26433
|
export const fulfillmentFallbacksUpserted: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentFallbacksUpserted>;
|
|
26731
|
-
export const fulfillmentInternalExperienceReference: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentInternalExperienceReference>;
|
|
26732
26434
|
export const fulfillmentOrigin: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentOrigin>;
|
|
26733
26435
|
export const fulfillmentProofExternalFulfillmentProofReference: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentProofExternalFulfillmentProofReference>;
|
|
26734
26436
|
export const fulfillmentProofLabelTrackingReference: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentProofLabelTrackingReference>;
|
|
@@ -26802,7 +26504,6 @@ export const internalPaymentRequestVerification: PropTypes.Requireable<io.flow.i
|
|
|
26802
26504
|
export const internalPaypalAuthorizationDetails: PropTypes.Requireable<io.flow.internal.v0.models.InternalPaypalAuthorizationDetails>;
|
|
26803
26505
|
export const internalStripeAuthorizationDetails: PropTypes.Requireable<io.flow.internal.v0.models.InternalStripeAuthorizationDetails>;
|
|
26804
26506
|
export const internalTransactionDetailsCard: PropTypes.Requireable<io.flow.internal.v0.models.InternalTransactionDetailsCard>;
|
|
26805
|
-
export const invalidCheckoutData: PropTypes.Requireable<io.flow.internal.v0.models.InvalidCheckoutData>;
|
|
26806
26507
|
export const invariant: PropTypes.Requireable<io.flow.internal.v0.models.Invariant>;
|
|
26807
26508
|
export const inventoryItemWrapper: PropTypes.Requireable<io.flow.internal.v0.models.InventoryItemWrapper>;
|
|
26808
26509
|
export const invoice: PropTypes.Requireable<io.flow.internal.v0.models.Invoice>;
|
|
@@ -26814,7 +26515,6 @@ export const issuer: PropTypes.Requireable<io.flow.internal.v0.models.Issuer>;
|
|
|
26814
26515
|
export const issuerDeleted: PropTypes.Requireable<io.flow.internal.v0.models.IssuerDeleted>;
|
|
26815
26516
|
export const issuerUpserted: PropTypes.Requireable<io.flow.internal.v0.models.IssuerUpserted>;
|
|
26816
26517
|
export const itemClassification: PropTypes.Requireable<io.flow.internal.v0.models.ItemClassification>;
|
|
26817
|
-
export const itemClassificationCreated: PropTypes.Requireable<io.flow.internal.v0.models.ItemClassificationCreated>;
|
|
26818
26518
|
export const itemClassificationForm: PropTypes.Requireable<io.flow.internal.v0.models.ItemClassificationForm>;
|
|
26819
26519
|
export const itemClassificationSummary: PropTypes.Requireable<io.flow.internal.v0.models.ItemClassificationSummary>;
|
|
26820
26520
|
export const itemClassificationV2: PropTypes.Requireable<io.flow.internal.v0.models.ItemClassificationV2>;
|
|
@@ -26978,9 +26678,7 @@ export const optinPrompt: PropTypes.Requireable<io.flow.internal.v0.models.Optin
|
|
|
26978
26678
|
export const optinPromptCheckoutDisplay: PropTypes.Requireable<io.flow.internal.v0.models.OptinPromptCheckoutDisplay>;
|
|
26979
26679
|
export const optinPromptCopy: PropTypes.Requireable<io.flow.internal.v0.models.OptinPromptCopy>;
|
|
26980
26680
|
export const optinPromptCopyForm: PropTypes.Requireable<io.flow.internal.v0.models.OptinPromptCopyForm>;
|
|
26981
|
-
export const optinPromptDeleted: PropTypes.Requireable<io.flow.internal.v0.models.OptinPromptDeleted>;
|
|
26982
26681
|
export const optinPromptForm: PropTypes.Requireable<io.flow.internal.v0.models.OptinPromptForm>;
|
|
26983
|
-
export const optinPromptUpserted: PropTypes.Requireable<io.flow.internal.v0.models.OptinPromptUpserted>;
|
|
26984
26682
|
export const orderActionability: PropTypes.Requireable<io.flow.internal.v0.models.OrderActionability>;
|
|
26985
26683
|
export const orderAddressValidation: PropTypes.Requireable<io.flow.internal.v0.models.OrderAddressValidation>;
|
|
26986
26684
|
export const orderAttribute: PropTypes.Requireable<io.flow.internal.v0.models.OrderAttribute>;
|
|
@@ -27001,7 +26699,6 @@ export const orderFulfillmentDeleted: PropTypes.Requireable<io.flow.internal.v0.
|
|
|
27001
26699
|
export const orderFulfillmentUpserted: PropTypes.Requireable<io.flow.internal.v0.models.OrderFulfillmentUpserted>;
|
|
27002
26700
|
export const orderNote: PropTypes.Requireable<io.flow.internal.v0.models.OrderNote>;
|
|
27003
26701
|
export const orderNoteForm: PropTypes.Requireable<io.flow.internal.v0.models.OrderNoteForm>;
|
|
27004
|
-
export const orderParameters: PropTypes.Requireable<io.flow.internal.v0.models.OrderParameters>;
|
|
27005
26702
|
export const orderPaymentAuthorization: PropTypes.Requireable<io.flow.internal.v0.models.OrderPaymentAuthorization>;
|
|
27006
26703
|
export const orderPlaced: PropTypes.Requireable<io.flow.internal.v0.models.OrderPlaced>;
|
|
27007
26704
|
export const orderRatesDataV3: PropTypes.Requireable<io.flow.internal.v0.models.OrderRatesDataV3>;
|
|
@@ -27166,8 +26863,6 @@ export const platformFeePause: PropTypes.Requireable<io.flow.internal.v0.models.
|
|
|
27166
26863
|
export const platformFeePercentage: PropTypes.Requireable<io.flow.internal.v0.models.PlatformFeePercentage>;
|
|
27167
26864
|
export const platformFeePercentageTier: PropTypes.Requireable<io.flow.internal.v0.models.PlatformFeePercentageTier>;
|
|
27168
26865
|
export const prediction: PropTypes.Requireable<io.flow.internal.v0.models.Prediction>;
|
|
27169
|
-
export const pregeneratedQuote: PropTypes.Requireable<io.flow.internal.v0.models.PregeneratedQuote>;
|
|
27170
|
-
export const pregeneratedRequestEvent: PropTypes.Requireable<io.flow.internal.v0.models.PregeneratedRequestEvent>;
|
|
27171
26866
|
export const prioritizedCenterReference: PropTypes.Requireable<io.flow.internal.v0.models.PrioritizedCenterReference>;
|
|
27172
26867
|
export const processingTransaction: PropTypes.Requireable<io.flow.internal.v0.models.ProcessingTransaction>;
|
|
27173
26868
|
export const processingTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ProcessingTransactionDeleted>;
|
|
@@ -27207,7 +26902,6 @@ export const publicHub: PropTypes.Requireable<io.flow.internal.v0.models.PublicH
|
|
|
27207
26902
|
export const publicHubForm: PropTypes.Requireable<io.flow.internal.v0.models.PublicHubForm>;
|
|
27208
26903
|
export const quote: PropTypes.Requireable<io.flow.internal.v0.models.Quote>;
|
|
27209
26904
|
export const quoteDeleted: PropTypes.Requireable<io.flow.internal.v0.models.QuoteDeleted>;
|
|
27210
|
-
export const quoteRequest: PropTypes.Requireable<io.flow.internal.v0.models.QuoteRequest>;
|
|
27211
26905
|
export const quoteUpserted: PropTypes.Requireable<io.flow.internal.v0.models.QuoteUpserted>;
|
|
27212
26906
|
export const rateAndRuleItem: PropTypes.Requireable<io.flow.internal.v0.models.RateAndRuleItem>;
|
|
27213
26907
|
export const rateAndRuleItemForm: PropTypes.Requireable<io.flow.internal.v0.models.RateAndRuleItemForm>;
|
|
@@ -27240,9 +26934,6 @@ export const ratecardDimensionEstimateDeleted: PropTypes.Requireable<io.flow.int
|
|
|
27240
26934
|
export const ratecardDimensionEstimateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardDimensionEstimateUpserted>;
|
|
27241
26935
|
export const ratecardInternalServiceFee: PropTypes.Requireable<io.flow.internal.v0.models.RatecardInternalServiceFee>;
|
|
27242
26936
|
export const ratecardInternalSummary: PropTypes.Requireable<io.flow.internal.v0.models.RatecardInternalSummary>;
|
|
27243
|
-
export const ratecardLaneAggregate: PropTypes.Requireable<io.flow.internal.v0.models.RatecardLaneAggregate>;
|
|
27244
|
-
export const ratecardLaneAggregateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardLaneAggregateDeleted>;
|
|
27245
|
-
export const ratecardLaneAggregateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardLaneAggregateUpserted>;
|
|
27246
26937
|
export const ratecardLanesImportRequest: PropTypes.Requireable<io.flow.internal.v0.models.RatecardLanesImportRequest>;
|
|
27247
26938
|
export const ratecardRateLevelDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardRateLevelDeleted>;
|
|
27248
26939
|
export const ratecardRateLevelOrganizationDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted>;
|
|
@@ -27394,6 +27085,8 @@ export const sessionRolloutForm: PropTypes.Requireable<io.flow.internal.v0.model
|
|
|
27394
27085
|
export const setupBlockPutForm: PropTypes.Requireable<io.flow.internal.v0.models.SetupBlockPutForm>;
|
|
27395
27086
|
export const sfExpress: PropTypes.Requireable<io.flow.internal.v0.models.SfExpress>;
|
|
27396
27087
|
export const shippedItemValue: PropTypes.Requireable<io.flow.internal.v0.models.ShippedItemValue>;
|
|
27088
|
+
export const shippingEstimateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShippingEstimateDeleted>;
|
|
27089
|
+
export const shippingEstimateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShippingEstimateUpserted>;
|
|
27397
27090
|
export const shippingLane: PropTypes.Requireable<io.flow.internal.v0.models.ShippingLane>;
|
|
27398
27091
|
export const shippingMethodReference: PropTypes.Requireable<io.flow.internal.v0.models.ShippingMethodReference>;
|
|
27399
27092
|
export const shop: PropTypes.Requireable<io.flow.internal.v0.models.Shop>;
|
|
@@ -27454,6 +27147,7 @@ export const shopifyMarketsSync: PropTypes.Requireable<io.flow.internal.v0.model
|
|
|
27454
27147
|
export const shopifyMarketsWebhookRegistration: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration>;
|
|
27455
27148
|
export const shopifyMarketsWebhookRegistrationDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted>;
|
|
27456
27149
|
export const shopifyMarketsWebhookRegistrationUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted>;
|
|
27150
|
+
export const shopifyMerchantPlan: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMerchantPlan>;
|
|
27457
27151
|
export const shopifyMetadata: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMetadata>;
|
|
27458
27152
|
export const shopifyMonitoringCarrierService: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMonitoringCarrierService>;
|
|
27459
27153
|
export const shopifyMonitoringFulfillmentExternal: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMonitoringFulfillmentExternal>;
|
|
@@ -27706,9 +27400,6 @@ export const calculatorStamp: PropTypes.Requireable<io.flow.internal.v0.unions.C
|
|
|
27706
27400
|
export const carrierChargeForm: PropTypes.Requireable<io.flow.internal.v0.unions.CarrierChargeForm>;
|
|
27707
27401
|
export const carrierCredentials: PropTypes.Requireable<io.flow.internal.v0.unions.CarrierCredentials>;
|
|
27708
27402
|
export const channelRateMetadata: PropTypes.Requireable<io.flow.internal.v0.unions.ChannelRateMetadata>;
|
|
27709
|
-
export const checkoutForm: PropTypes.Requireable<io.flow.internal.v0.unions.CheckoutForm>;
|
|
27710
|
-
export const checkoutSubmitOrderBundles: PropTypes.Requireable<io.flow.internal.v0.unions.CheckoutSubmitOrderBundles>;
|
|
27711
|
-
export const checkoutSubmitOrderForms: PropTypes.Requireable<io.flow.internal.v0.unions.CheckoutSubmitOrderForms>;
|
|
27712
27403
|
export const classificationAction: PropTypes.Requireable<io.flow.internal.v0.unions.ClassificationAction>;
|
|
27713
27404
|
export const classificationActionForm: PropTypes.Requireable<io.flow.internal.v0.unions.ClassificationActionForm>;
|
|
27714
27405
|
export const classificationForm: PropTypes.Requireable<io.flow.internal.v0.unions.ClassificationForm>;
|