@flowio/types 11.24.59 → 11.24.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-internal.d.ts +103 -40
- package/dist/api.d.ts +11 -1
- package/package.json +2 -2
- package/src/api-internal.ts +133 -52
- package/src/api.ts +14 -1
package/dist/api-internal.d.ts
CHANGED
|
@@ -1243,6 +1243,15 @@ declare namespace io.flow.payment.v0.models {
|
|
|
1243
1243
|
readonly discriminator: 'card_browser_action_configuration';
|
|
1244
1244
|
readonly viewport: io.flow.payment.v0.enums.ThreedsTwoChallengeViewport;
|
|
1245
1245
|
}
|
|
1246
|
+
interface CardConfirmationSummary {
|
|
1247
|
+
readonly discriminator: 'card_confirmation_summary';
|
|
1248
|
+
readonly type?: io.flow.payment.v0.enums.CardType;
|
|
1249
|
+
readonly funding_type?: string;
|
|
1250
|
+
readonly expiration?: io.flow.payment.v0.models.Expiration;
|
|
1251
|
+
readonly iin?: string;
|
|
1252
|
+
readonly issuer?: io.flow.payment.v0.models.IssuerSummary;
|
|
1253
|
+
readonly last4?: string;
|
|
1254
|
+
}
|
|
1246
1255
|
interface CardError {
|
|
1247
1256
|
readonly code: io.flow.payment.v0.enums.CardErrorCode;
|
|
1248
1257
|
readonly messages: string[];
|
|
@@ -1800,7 +1809,7 @@ declare namespace io.flow.payment.v0.unions {
|
|
|
1800
1809
|
type AuthorizationResultAction = io.flow.payment.v0.models.AuthorizationResultActionGet | io.flow.payment.v0.models.AuthorizationResultActionPost | io.flow.payment.v0.models.AuthorizationResultActionWait | io.flow.payment.v0.models.AuthorizationResultActionNative;
|
|
1801
1810
|
type AuthorizationResultActionDetails = io.flow.payment.v0.models.AdyenNativeActionDetails | io.flow.payment.v0.models.StripeAuthorizationResultActionDetails | io.flow.payment.v0.models.ThreedsIdentifyActionDetails | io.flow.payment.v0.models.ThreedsChallengeActionDetails | io.flow.payment.v0.models.ApplepaySdkCreateResultActionDetails | io.flow.payment.v0.models.ApplepaySdkValidateResultActionDetails | io.flow.payment.v0.models.KlarnaSdkAuthorizationResultActionDetails | io.flow.payment.v0.models.SelectIssuerOptionActionDetails;
|
|
1802
1811
|
type BrowserActionConfiguration = io.flow.payment.v0.models.CardBrowserActionConfiguration;
|
|
1803
|
-
type ConfirmationDetails = io.flow.payment.v0.models.DirectDebit;
|
|
1812
|
+
type ConfirmationDetails = io.flow.payment.v0.models.DirectDebit | io.flow.payment.v0.models.CardConfirmationSummary;
|
|
1804
1813
|
type ExpandableCard = io.flow.payment.v0.models.Card | io.flow.payment.v0.models.CardReference | io.flow.payment.v0.models.CardSummary;
|
|
1805
1814
|
type ExpandablePaymentProcessor = io.flow.payment.v0.models.PaymentProcessor | io.flow.payment.v0.models.PaymentProcessorReference;
|
|
1806
1815
|
type GatewayAuthenticationData = io.flow.payment.v0.models.StripeAuthenticationData;
|
|
@@ -3709,6 +3718,7 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
3709
3718
|
readonly threeDOfferedResponse?: string;
|
|
3710
3719
|
readonly threeDSVersion?: string;
|
|
3711
3720
|
readonly eci?: string;
|
|
3721
|
+
readonly cavv?: string;
|
|
3712
3722
|
readonly scaExemptionRequested?: string;
|
|
3713
3723
|
readonly paymentMethod?: string;
|
|
3714
3724
|
readonly paymentMethodVariant?: string;
|
|
@@ -3724,6 +3734,9 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
3724
3734
|
readonly issuerBin?: string;
|
|
3725
3735
|
readonly cardSummary?: string;
|
|
3726
3736
|
readonly untokenisedCardSummary?: string;
|
|
3737
|
+
readonly expiryDate?: string;
|
|
3738
|
+
readonly cardHolderName?: string;
|
|
3739
|
+
readonly fundingSource?: string;
|
|
3727
3740
|
readonly ownerName?: string;
|
|
3728
3741
|
readonly bankName?: string;
|
|
3729
3742
|
readonly issuerCountry?: string;
|
|
@@ -8416,6 +8429,7 @@ declare namespace io.flow.catalog.v0.models {
|
|
|
8416
8429
|
readonly id: string;
|
|
8417
8430
|
}
|
|
8418
8431
|
interface CatalogStatistics {
|
|
8432
|
+
readonly id: string;
|
|
8419
8433
|
readonly items: number;
|
|
8420
8434
|
readonly categories: number;
|
|
8421
8435
|
}
|
|
@@ -10593,7 +10607,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10593
10607
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
10594
10608
|
type EmptyAttribute = 'irrelevant';
|
|
10595
10609
|
type ErpFileType = 'vendor';
|
|
10596
|
-
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'pregenerated_request_event' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_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' | '
|
|
10610
|
+
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'pregenerated_request_event' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_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' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'virtual_card_provider_upserted' | 'virtual_card_provider_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | '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_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
10597
10611
|
type ExperienceImportType = 'experience_with_settings';
|
|
10598
10612
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
10599
10613
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -10625,6 +10639,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10625
10639
|
type LabelBillingStrategy = 'quote' | 'carrier';
|
|
10626
10640
|
type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
|
|
10627
10641
|
type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
|
|
10642
|
+
type LabelInputSource = 'estimate';
|
|
10628
10643
|
type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
|
|
10629
10644
|
type LiabilityType = 'full_value_tax' | 'low_value_goods_tax' | 'high_value_goods_tax' | 'duties';
|
|
10630
10645
|
type MainTransactionStatus = 'scheduled' | 'pending_proof';
|
|
@@ -14265,7 +14280,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14265
14280
|
readonly id: string;
|
|
14266
14281
|
readonly currency: string;
|
|
14267
14282
|
readonly base_amount: number;
|
|
14268
|
-
readonly surcharges: io.flow.internal.v0.models.
|
|
14283
|
+
readonly surcharges: io.flow.internal.v0.models.CsvSurcharges;
|
|
14269
14284
|
readonly total: number;
|
|
14270
14285
|
readonly weight_unit: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
14271
14286
|
readonly weight: number;
|
|
@@ -14274,16 +14289,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14274
14289
|
interface CsvActualRatecard {
|
|
14275
14290
|
readonly base_amount?: number;
|
|
14276
14291
|
}
|
|
14277
|
-
interface CsvActualSurchargePercentage {
|
|
14278
|
-
readonly percentage: number;
|
|
14279
|
-
readonly amount: number;
|
|
14280
|
-
}
|
|
14281
|
-
interface CsvActualSurcharges {
|
|
14282
|
-
readonly fuel: io.flow.internal.v0.models.CsvActualSurchargePercentage;
|
|
14283
|
-
readonly remote_area: number;
|
|
14284
|
-
readonly oversize: number;
|
|
14285
|
-
readonly duties_paid: number;
|
|
14286
|
-
}
|
|
14287
14292
|
interface CsvDimensions {
|
|
14288
14293
|
readonly unit: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
14289
14294
|
readonly length: number;
|
|
@@ -14312,6 +14317,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14312
14317
|
readonly id: string;
|
|
14313
14318
|
readonly proposition: io.flow.internal.v0.models.CsvGlobalEProposition;
|
|
14314
14319
|
}
|
|
14320
|
+
interface CsvInput {
|
|
14321
|
+
readonly id: string;
|
|
14322
|
+
readonly source: io.flow.internal.v0.enums.LabelInputSource;
|
|
14323
|
+
readonly currency: string;
|
|
14324
|
+
readonly base_amount: number;
|
|
14325
|
+
readonly surcharges: io.flow.internal.v0.models.CsvSurcharges;
|
|
14326
|
+
readonly total: number;
|
|
14327
|
+
readonly weight_unit: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
14328
|
+
readonly weight: number;
|
|
14329
|
+
}
|
|
14315
14330
|
interface CsvLabel {
|
|
14316
14331
|
readonly id: string;
|
|
14317
14332
|
readonly cost: io.flow.internal.v0.models.CsvLabelCost;
|
|
@@ -14343,13 +14358,26 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14343
14358
|
readonly global_e_shipping_method?: io.flow.internal.v0.models.CsvGlobalEShippingMethod;
|
|
14344
14359
|
readonly weight: io.flow.internal.v0.models.CsvWeight;
|
|
14345
14360
|
readonly dimensions: io.flow.internal.v0.models.CsvDimensions;
|
|
14361
|
+
readonly input?: io.flow.internal.v0.models.CsvInput;
|
|
14346
14362
|
readonly actual?: io.flow.internal.v0.models.CsvActual;
|
|
14363
|
+
readonly deltas?: string[];
|
|
14364
|
+
readonly outliers?: string[];
|
|
14347
14365
|
}
|
|
14348
14366
|
interface CsvServiceFee {
|
|
14349
14367
|
readonly amount?: number;
|
|
14350
14368
|
readonly currency?: string;
|
|
14351
14369
|
readonly percentage?: number;
|
|
14352
14370
|
}
|
|
14371
|
+
interface CsvSurchargePercentage {
|
|
14372
|
+
readonly percentage: number;
|
|
14373
|
+
readonly amount: number;
|
|
14374
|
+
}
|
|
14375
|
+
interface CsvSurcharges {
|
|
14376
|
+
readonly fuel: io.flow.internal.v0.models.CsvSurchargePercentage;
|
|
14377
|
+
readonly remote_area: number;
|
|
14378
|
+
readonly oversize: number;
|
|
14379
|
+
readonly duties_paid: number;
|
|
14380
|
+
}
|
|
14353
14381
|
interface CsvWeight {
|
|
14354
14382
|
readonly unit: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
14355
14383
|
readonly provided: number;
|
|
@@ -18243,6 +18271,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18243
18271
|
readonly to: string;
|
|
18244
18272
|
}
|
|
18245
18273
|
interface OrganizationPaymentSetting {
|
|
18274
|
+
readonly id: string;
|
|
18246
18275
|
readonly organization_id: string;
|
|
18247
18276
|
readonly default_capture_option: io.flow.payment.gateway.v0.unions.PaymentCaptureOption;
|
|
18248
18277
|
readonly status: io.flow.internal.v0.enums.OrganizationPaymentStatus;
|
|
@@ -18283,26 +18312,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18283
18312
|
interface OrganizationReference {
|
|
18284
18313
|
readonly id: string;
|
|
18285
18314
|
}
|
|
18286
|
-
interface OrganizationRestrictionApproval {
|
|
18287
|
-
readonly id: string;
|
|
18288
|
-
readonly status: io.flow.internal.v0.models.OrganizationRestrictionStatus;
|
|
18289
|
-
readonly reason?: string;
|
|
18290
|
-
readonly updated_at: string;
|
|
18291
|
-
}
|
|
18292
|
-
interface OrganizationRestrictionApprovalDeleted {
|
|
18293
|
-
readonly discriminator: 'organization_restriction_approval_deleted';
|
|
18294
|
-
readonly event_id: string;
|
|
18295
|
-
readonly timestamp: string;
|
|
18296
|
-
readonly organization: string;
|
|
18297
|
-
readonly organization_restriction_approval: io.flow.internal.v0.models.OrganizationRestrictionApproval;
|
|
18298
|
-
}
|
|
18299
|
-
interface OrganizationRestrictionApprovalUpserted {
|
|
18300
|
-
readonly discriminator: 'organization_restriction_approval_upserted';
|
|
18301
|
-
readonly event_id: string;
|
|
18302
|
-
readonly timestamp: string;
|
|
18303
|
-
readonly organization: string;
|
|
18304
|
-
readonly organization_restriction_approval: io.flow.internal.v0.models.OrganizationRestrictionApproval;
|
|
18305
|
-
}
|
|
18306
18315
|
interface OrganizationRestrictionNoteForm {
|
|
18307
18316
|
readonly note: string;
|
|
18308
18317
|
readonly note_type: io.flow.internal.v0.enums.OrganizationRestrictionNoteType;
|
|
@@ -18351,6 +18360,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18351
18360
|
readonly selective_review_end_date?: string;
|
|
18352
18361
|
readonly full_review_start_date?: string;
|
|
18353
18362
|
readonly full_review_end_date?: string;
|
|
18363
|
+
readonly merchant_category_code?: string;
|
|
18364
|
+
readonly reason?: string;
|
|
18365
|
+
readonly updated_at: string;
|
|
18366
|
+
}
|
|
18367
|
+
interface OrganizationRestrictionStatusDeleted {
|
|
18368
|
+
readonly discriminator: 'organization_restriction_status_deleted';
|
|
18369
|
+
readonly event_id: string;
|
|
18370
|
+
readonly timestamp: string;
|
|
18371
|
+
readonly id: string;
|
|
18354
18372
|
}
|
|
18355
18373
|
interface OrganizationRestrictionStatusNote {
|
|
18356
18374
|
readonly id: string;
|
|
@@ -18360,6 +18378,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18360
18378
|
readonly updated_by: io.flow.common.v0.models.User;
|
|
18361
18379
|
readonly updated_at: string;
|
|
18362
18380
|
}
|
|
18381
|
+
interface OrganizationRestrictionStatusUpserted {
|
|
18382
|
+
readonly discriminator: 'organization_restriction_status_upserted';
|
|
18383
|
+
readonly event_id: string;
|
|
18384
|
+
readonly timestamp: string;
|
|
18385
|
+
readonly organization_restriction_status: io.flow.internal.v0.models.OrganizationRestrictionStatus;
|
|
18386
|
+
}
|
|
18363
18387
|
interface OrganizationSettings {
|
|
18364
18388
|
readonly default_currency_format_symbol: io.flow.common.v0.enums.CurrencySymbolFormat;
|
|
18365
18389
|
readonly default_currency_label_formatters: io.flow.common.v0.enums.CurrencyLabelFormatter[];
|
|
@@ -18447,13 +18471,28 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18447
18471
|
readonly partner: string;
|
|
18448
18472
|
}
|
|
18449
18473
|
interface PartnerOrganizationSettings {
|
|
18474
|
+
readonly id: string;
|
|
18450
18475
|
readonly label_format: io.flow.partner.v0.enums.LabelFormat;
|
|
18451
18476
|
readonly glbe_merchant_guid: string;
|
|
18452
18477
|
}
|
|
18478
|
+
interface PartnerOrganizationSettingsDeleted {
|
|
18479
|
+
readonly discriminator: 'partner_organization_settings_deleted';
|
|
18480
|
+
readonly event_id: string;
|
|
18481
|
+
readonly timestamp: string;
|
|
18482
|
+
readonly organization: string;
|
|
18483
|
+
readonly id: string;
|
|
18484
|
+
}
|
|
18453
18485
|
interface PartnerOrganizationSettingsForm {
|
|
18454
18486
|
readonly label_format: io.flow.partner.v0.enums.LabelFormat;
|
|
18455
18487
|
readonly glbe_merchant_guid?: string;
|
|
18456
18488
|
}
|
|
18489
|
+
interface PartnerOrganizationSettingsUpserted {
|
|
18490
|
+
readonly discriminator: 'partner_organization_settings_upserted';
|
|
18491
|
+
readonly event_id: string;
|
|
18492
|
+
readonly timestamp: string;
|
|
18493
|
+
readonly organization: string;
|
|
18494
|
+
readonly partner_organization_settings: io.flow.internal.v0.models.PartnerOrganizationSettings;
|
|
18495
|
+
}
|
|
18457
18496
|
interface Passphrase {
|
|
18458
18497
|
readonly id: string;
|
|
18459
18498
|
readonly tribe: io.flow.internal.v0.models.Tribe;
|
|
@@ -19660,6 +19699,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19660
19699
|
interface SessionRolloutForm {
|
|
19661
19700
|
readonly percent: number;
|
|
19662
19701
|
}
|
|
19702
|
+
interface SetupBlockPutForm {
|
|
19703
|
+
readonly reasons: io.flow.organization.onboarding.state.v0.enums.OnboardingBlockedReason[];
|
|
19704
|
+
}
|
|
19663
19705
|
interface SfExpress {
|
|
19664
19706
|
readonly discriminator: 'sf_express';
|
|
19665
19707
|
readonly checkword: string;
|
|
@@ -19846,8 +19888,23 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19846
19888
|
readonly force_resync?: boolean;
|
|
19847
19889
|
}
|
|
19848
19890
|
interface ShopifyMarketsWebhookRegistration {
|
|
19891
|
+
readonly id: string;
|
|
19849
19892
|
readonly response: io.flow.shopify.markets.v0.models.ShopifyWebhookResponse;
|
|
19850
19893
|
}
|
|
19894
|
+
interface ShopifyMarketsWebhookRegistrationDeleted {
|
|
19895
|
+
readonly discriminator: 'shopify_markets_webhook_registration_deleted';
|
|
19896
|
+
readonly event_id: string;
|
|
19897
|
+
readonly timestamp: string;
|
|
19898
|
+
readonly organization: string;
|
|
19899
|
+
readonly id: string;
|
|
19900
|
+
}
|
|
19901
|
+
interface ShopifyMarketsWebhookRegistrationUpserted {
|
|
19902
|
+
readonly discriminator: 'shopify_markets_webhook_registration_upserted';
|
|
19903
|
+
readonly event_id: string;
|
|
19904
|
+
readonly timestamp: string;
|
|
19905
|
+
readonly organization: string;
|
|
19906
|
+
readonly registration: io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration;
|
|
19907
|
+
}
|
|
19851
19908
|
interface ShopifyMetadata {
|
|
19852
19909
|
readonly domain: string;
|
|
19853
19910
|
readonly myshopify_domain: string;
|
|
@@ -20438,7 +20495,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20438
20495
|
readonly values: io.flow.internal.v0.models.LabelAliases[];
|
|
20439
20496
|
}
|
|
20440
20497
|
interface Surcharge {
|
|
20441
|
-
readonly amount
|
|
20498
|
+
readonly amount?: number;
|
|
20442
20499
|
readonly percentage?: number;
|
|
20443
20500
|
readonly type: io.flow.internal.v0.enums.SurchargeType;
|
|
20444
20501
|
}
|
|
@@ -21134,7 +21191,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
21134
21191
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
21135
21192
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal;
|
|
21136
21193
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
21137
|
-
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.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.OrganizationRestrictionApprovalUpserted | io.flow.internal.v0.models.OrganizationRestrictionApprovalDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.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.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
21194
|
+
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.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.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.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.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
21138
21195
|
type Experiment = io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment;
|
|
21139
21196
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
21140
21197
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -22066,18 +22123,19 @@ export declare type CryptoAuthentication = io.flow.internal.v0.models.CryptoAuth
|
|
|
22066
22123
|
export declare type CryptoAuthenticationForm = io.flow.internal.v0.models.CryptoAuthenticationForm;
|
|
22067
22124
|
export declare type CsvActual = io.flow.internal.v0.models.CsvActual;
|
|
22068
22125
|
export declare type CsvActualRatecard = io.flow.internal.v0.models.CsvActualRatecard;
|
|
22069
|
-
export declare type CsvActualSurchargePercentage = io.flow.internal.v0.models.CsvActualSurchargePercentage;
|
|
22070
|
-
export declare type CsvActualSurcharges = io.flow.internal.v0.models.CsvActualSurcharges;
|
|
22071
22126
|
export declare type CsvDimensions = io.flow.internal.v0.models.CsvDimensions;
|
|
22072
22127
|
export declare type CsvFlowRatecard = io.flow.internal.v0.models.CsvFlowRatecard;
|
|
22073
22128
|
export declare type CsvFlowRatecardSurcharges = io.flow.internal.v0.models.CsvFlowRatecardSurcharges;
|
|
22074
22129
|
export declare type CsvGlobalEProposition = io.flow.internal.v0.models.CsvGlobalEProposition;
|
|
22075
22130
|
export declare type CsvGlobalEShippingMethod = io.flow.internal.v0.models.CsvGlobalEShippingMethod;
|
|
22131
|
+
export declare type CsvInput = io.flow.internal.v0.models.CsvInput;
|
|
22076
22132
|
export declare type CsvLabel = io.flow.internal.v0.models.CsvLabel;
|
|
22077
22133
|
export declare type CsvLabelCost = io.flow.internal.v0.models.CsvLabelCost;
|
|
22078
22134
|
export declare type CsvOrder = io.flow.internal.v0.models.CsvOrder;
|
|
22079
22135
|
export declare type CsvRecord = io.flow.internal.v0.models.CsvRecord;
|
|
22080
22136
|
export declare type CsvServiceFee = io.flow.internal.v0.models.CsvServiceFee;
|
|
22137
|
+
export declare type CsvSurchargePercentage = io.flow.internal.v0.models.CsvSurchargePercentage;
|
|
22138
|
+
export declare type CsvSurcharges = io.flow.internal.v0.models.CsvSurcharges;
|
|
22081
22139
|
export declare type CsvWeight = io.flow.internal.v0.models.CsvWeight;
|
|
22082
22140
|
export declare type CurrencyInternalRate = io.flow.internal.v0.models.CurrencyInternalRate;
|
|
22083
22141
|
export declare type CustomerPurgeUpserted = io.flow.internal.v0.models.CustomerPurgeUpserted;
|
|
@@ -22547,6 +22605,7 @@ export declare type LabelGenerationSettings = io.flow.internal.v0.models.LabelGe
|
|
|
22547
22605
|
export declare type LabelGenerationSettingsDeleted = io.flow.internal.v0.models.LabelGenerationSettingsDeleted;
|
|
22548
22606
|
export declare type LabelGenerationSettingsForm = io.flow.internal.v0.models.LabelGenerationSettingsForm;
|
|
22549
22607
|
export declare type LabelGenerationSettingsUpserted = io.flow.internal.v0.models.LabelGenerationSettingsUpserted;
|
|
22608
|
+
export declare type LabelInputSource = io.flow.internal.v0.enums.LabelInputSource;
|
|
22550
22609
|
export declare type LabelSummary = io.flow.internal.v0.models.LabelSummary;
|
|
22551
22610
|
export declare type LabelTaxonomy = io.flow.internal.v0.models.LabelTaxonomy;
|
|
22552
22611
|
export declare type LabelTrackingSummaryDeleted = io.flow.internal.v0.models.LabelTrackingSummaryDeleted;
|
|
@@ -22766,10 +22825,7 @@ export declare type OrganizationPaymentSettingUpserted = io.flow.internal.v0.mod
|
|
|
22766
22825
|
export declare type OrganizationPaymentSettingVersion = io.flow.internal.v0.models.OrganizationPaymentSettingVersion;
|
|
22767
22826
|
export declare type OrganizationPaymentStatus = io.flow.internal.v0.enums.OrganizationPaymentStatus;
|
|
22768
22827
|
export declare type OrganizationReference = io.flow.internal.v0.models.OrganizationReference;
|
|
22769
|
-
export declare type OrganizationRestrictionApproval = io.flow.internal.v0.models.OrganizationRestrictionApproval;
|
|
22770
|
-
export declare type OrganizationRestrictionApprovalDeleted = io.flow.internal.v0.models.OrganizationRestrictionApprovalDeleted;
|
|
22771
22828
|
export declare type OrganizationRestrictionApprovalStatus = io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
22772
|
-
export declare type OrganizationRestrictionApprovalUpserted = io.flow.internal.v0.models.OrganizationRestrictionApprovalUpserted;
|
|
22773
22829
|
export declare type OrganizationRestrictionNoteForm = io.flow.internal.v0.models.OrganizationRestrictionNoteForm;
|
|
22774
22830
|
export declare type OrganizationRestrictionNoteType = io.flow.internal.v0.enums.OrganizationRestrictionNoteType;
|
|
22775
22831
|
export declare type OrganizationRestrictionRiskLevel = io.flow.internal.v0.enums.OrganizationRestrictionRiskLevel;
|
|
@@ -22779,7 +22835,9 @@ export declare type OrganizationRestrictionSnapshot = io.flow.internal.v0.models
|
|
|
22779
22835
|
export declare type OrganizationRestrictionSnapshotDeleted = io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted;
|
|
22780
22836
|
export declare type OrganizationRestrictionSnapshotUpserted = io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted;
|
|
22781
22837
|
export declare type OrganizationRestrictionStatus = io.flow.internal.v0.models.OrganizationRestrictionStatus;
|
|
22838
|
+
export declare type OrganizationRestrictionStatusDeleted = io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted;
|
|
22782
22839
|
export declare type OrganizationRestrictionStatusNote = io.flow.internal.v0.models.OrganizationRestrictionStatusNote;
|
|
22840
|
+
export declare type OrganizationRestrictionStatusUpserted = io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted;
|
|
22783
22841
|
export declare type OrganizationSettings = io.flow.internal.v0.models.OrganizationSettings;
|
|
22784
22842
|
export declare type OrganizationSettingsForm = io.flow.internal.v0.models.OrganizationSettingsForm;
|
|
22785
22843
|
export declare type OrganizationStatusChange = io.flow.internal.v0.models.OrganizationStatusChange;
|
|
@@ -22799,7 +22857,9 @@ export declare type PartnerMembershipVersion = io.flow.internal.v0.models.Partne
|
|
|
22799
22857
|
export declare type PartnerOrganizationAuthorization = io.flow.internal.v0.models.PartnerOrganizationAuthorization;
|
|
22800
22858
|
export declare type PartnerOrganizationAuthorizationForm = io.flow.internal.v0.models.PartnerOrganizationAuthorizationForm;
|
|
22801
22859
|
export declare type PartnerOrganizationSettings = io.flow.internal.v0.models.PartnerOrganizationSettings;
|
|
22860
|
+
export declare type PartnerOrganizationSettingsDeleted = io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted;
|
|
22802
22861
|
export declare type PartnerOrganizationSettingsForm = io.flow.internal.v0.models.PartnerOrganizationSettingsForm;
|
|
22862
|
+
export declare type PartnerOrganizationSettingsUpserted = io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted;
|
|
22803
22863
|
export declare type Passphrase = io.flow.internal.v0.models.Passphrase;
|
|
22804
22864
|
export declare type PassphraseForm = io.flow.internal.v0.models.PassphraseForm;
|
|
22805
22865
|
export declare type PassphraseSummary = io.flow.internal.v0.models.PassphraseSummary;
|
|
@@ -23026,6 +23086,7 @@ export declare type SessionCountryStatus = io.flow.internal.v0.enums.SessionCoun
|
|
|
23026
23086
|
export declare type SessionOrderData = io.flow.internal.v0.models.SessionOrderData;
|
|
23027
23087
|
export declare type SessionRollout = io.flow.internal.v0.models.SessionRollout;
|
|
23028
23088
|
export declare type SessionRolloutForm = io.flow.internal.v0.models.SessionRolloutForm;
|
|
23089
|
+
export declare type SetupBlockPutForm = io.flow.internal.v0.models.SetupBlockPutForm;
|
|
23029
23090
|
export declare type SfExpress = io.flow.internal.v0.models.SfExpress;
|
|
23030
23091
|
export declare type ShippedItemValue = io.flow.internal.v0.models.ShippedItemValue;
|
|
23031
23092
|
export declare type ShipperAccountInfoForm = io.flow.internal.v0.models.ShipperAccountInfoForm;
|
|
@@ -23065,6 +23126,8 @@ export declare type ShopifyMarketsSubsidiaryCompany = io.flow.internal.v0.models
|
|
|
23065
23126
|
export declare type ShopifyMarketsSync = io.flow.internal.v0.models.ShopifyMarketsSync;
|
|
23066
23127
|
export declare type ShopifyMarketsTradeSector = io.flow.internal.v0.enums.ShopifyMarketsTradeSector;
|
|
23067
23128
|
export declare type ShopifyMarketsWebhookRegistration = io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration;
|
|
23129
|
+
export declare type ShopifyMarketsWebhookRegistrationDeleted = io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted;
|
|
23130
|
+
export declare type ShopifyMarketsWebhookRegistrationUpserted = io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted;
|
|
23068
23131
|
export declare type ShopifyMetadata = io.flow.internal.v0.models.ShopifyMetadata;
|
|
23069
23132
|
export declare type ShopifyMonitoringCarrierService = io.flow.internal.v0.models.ShopifyMonitoringCarrierService;
|
|
23070
23133
|
export declare type ShopifyMonitoringFulfillmentExternal = io.flow.internal.v0.models.ShopifyMonitoringFulfillmentExternal;
|
package/dist/api.d.ts
CHANGED
|
@@ -2733,6 +2733,15 @@ declare namespace io.flow.v0.models {
|
|
|
2733
2733
|
readonly discriminator: 'card_browser_action_configuration';
|
|
2734
2734
|
readonly viewport: io.flow.v0.enums.ThreedsTwoChallengeViewport;
|
|
2735
2735
|
}
|
|
2736
|
+
interface CardConfirmationSummary {
|
|
2737
|
+
readonly discriminator: 'card_confirmation_summary';
|
|
2738
|
+
readonly type?: io.flow.v0.enums.CardType;
|
|
2739
|
+
readonly funding_type?: string;
|
|
2740
|
+
readonly expiration?: io.flow.v0.models.Expiration;
|
|
2741
|
+
readonly iin?: string;
|
|
2742
|
+
readonly issuer?: io.flow.v0.models.IssuerSummary;
|
|
2743
|
+
readonly last4?: string;
|
|
2744
|
+
}
|
|
2736
2745
|
interface CardDeleted {
|
|
2737
2746
|
readonly discriminator: 'card_deleted';
|
|
2738
2747
|
readonly event_id: string;
|
|
@@ -10257,7 +10266,7 @@ declare namespace io.flow.v0.unions {
|
|
|
10257
10266
|
type CardAuthorizationActionResult = io.flow.v0.models.AuthorizationActionResultAdyenV3 | io.flow.v0.models.AuthorizationActionResultAdyenV4;
|
|
10258
10267
|
type CardNumber = io.flow.v0.models.PaymentMethodCardNumberCleartext | io.flow.v0.models.PaymentMethodCardNumberCipher;
|
|
10259
10268
|
type CheckoutTokenForm = io.flow.v0.models.CheckoutTokenOrderForm | io.flow.v0.models.CheckoutTokenReferenceForm;
|
|
10260
|
-
type ConfirmationDetails = io.flow.v0.models.DirectDebit;
|
|
10269
|
+
type ConfirmationDetails = io.flow.v0.models.DirectDebit | io.flow.v0.models.CardConfirmationSummary;
|
|
10261
10270
|
type ConsumerInvoiceLine = io.flow.v0.models.ConsumerInvoiceLineItem | io.flow.v0.models.ConsumerInvoiceLineDiscount | io.flow.v0.models.ConsumerInvoiceLineShipping;
|
|
10262
10271
|
type ConsumerInvoiceLineForm = io.flow.v0.models.ConsumerInvoiceLineItemForm | io.flow.v0.models.ConsumerInvoiceLineDiscountForm | io.flow.v0.models.ConsumerInvoiceLineShippingForm;
|
|
10263
10272
|
type Delivery = io.flow.v0.models.DigitalDelivery | io.flow.v0.models.PhysicalDelivery;
|
|
@@ -10524,6 +10533,7 @@ export declare type CardAuthorizationActionResult = io.flow.v0.unions.CardAuthor
|
|
|
10524
10533
|
export declare type CardAuthorizationDeletedV2 = io.flow.v0.models.CardAuthorizationDeletedV2;
|
|
10525
10534
|
export declare type CardAuthorizationUpsertedV2 = io.flow.v0.models.CardAuthorizationUpsertedV2;
|
|
10526
10535
|
export declare type CardBrowserActionConfiguration = io.flow.v0.models.CardBrowserActionConfiguration;
|
|
10536
|
+
export declare type CardConfirmationSummary = io.flow.v0.models.CardConfirmationSummary;
|
|
10527
10537
|
export declare type CardDeleted = io.flow.v0.models.CardDeleted;
|
|
10528
10538
|
export declare type CardDeletedV2 = io.flow.v0.models.CardDeletedV2;
|
|
10529
10539
|
export declare type CardError = io.flow.v0.models.CardError;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/types",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.60",
|
|
4
4
|
"description": "TypeScript type definitions for custom types found in Flow API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"maintainers": [
|
|
26
26
|
"Christian Muñoz <christian.munoz@flow.io>"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "ad876b01a126395eae5d27ad56893b2c69b3944f"
|
|
29
29
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -1662,6 +1662,16 @@ declare namespace io.flow.payment.v0.models {
|
|
|
1662
1662
|
readonly viewport: io.flow.payment.v0.enums.ThreedsTwoChallengeViewport;
|
|
1663
1663
|
}
|
|
1664
1664
|
|
|
1665
|
+
interface CardConfirmationSummary {
|
|
1666
|
+
readonly discriminator: 'card_confirmation_summary';
|
|
1667
|
+
readonly type?: io.flow.payment.v0.enums.CardType;
|
|
1668
|
+
readonly funding_type?: string;
|
|
1669
|
+
readonly expiration?: io.flow.payment.v0.models.Expiration;
|
|
1670
|
+
readonly iin?: string;
|
|
1671
|
+
readonly issuer?: io.flow.payment.v0.models.IssuerSummary;
|
|
1672
|
+
readonly last4?: string;
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1665
1675
|
interface CardError {
|
|
1666
1676
|
readonly code: io.flow.payment.v0.enums.CardErrorCode;
|
|
1667
1677
|
readonly messages: string[];
|
|
@@ -2330,7 +2340,9 @@ declare namespace io.flow.payment.v0.unions {
|
|
|
2330
2340
|
| io.flow.payment.v0.models.SelectIssuerOptionActionDetails;
|
|
2331
2341
|
type BrowserActionConfiguration =
|
|
2332
2342
|
io.flow.payment.v0.models.CardBrowserActionConfiguration;
|
|
2333
|
-
type ConfirmationDetails =
|
|
2343
|
+
type ConfirmationDetails =
|
|
2344
|
+
| io.flow.payment.v0.models.DirectDebit
|
|
2345
|
+
| io.flow.payment.v0.models.CardConfirmationSummary;
|
|
2334
2346
|
type ExpandableCard =
|
|
2335
2347
|
| io.flow.payment.v0.models.Card
|
|
2336
2348
|
| io.flow.payment.v0.models.CardReference
|
|
@@ -5082,6 +5094,7 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
5082
5094
|
readonly threeDOfferedResponse?: string;
|
|
5083
5095
|
readonly threeDSVersion?: string;
|
|
5084
5096
|
readonly eci?: string;
|
|
5097
|
+
readonly cavv?: string;
|
|
5085
5098
|
readonly scaExemptionRequested?: string;
|
|
5086
5099
|
readonly paymentMethod?: string;
|
|
5087
5100
|
readonly paymentMethodVariant?: string;
|
|
@@ -5097,6 +5110,9 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
5097
5110
|
readonly issuerBin?: string;
|
|
5098
5111
|
readonly cardSummary?: string;
|
|
5099
5112
|
readonly untokenisedCardSummary?: string;
|
|
5113
|
+
readonly expiryDate?: string;
|
|
5114
|
+
readonly cardHolderName?: string;
|
|
5115
|
+
readonly fundingSource?: string;
|
|
5100
5116
|
readonly ownerName?: string;
|
|
5101
5117
|
readonly bankName?: string;
|
|
5102
5118
|
readonly issuerCountry?: string;
|
|
@@ -11107,6 +11123,7 @@ declare namespace io.flow.catalog.v0.models {
|
|
|
11107
11123
|
}
|
|
11108
11124
|
|
|
11109
11125
|
interface CatalogStatistics {
|
|
11126
|
+
readonly id: string;
|
|
11110
11127
|
readonly items: number;
|
|
11111
11128
|
readonly categories: number;
|
|
11112
11129
|
}
|
|
@@ -14347,8 +14364,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14347
14364
|
| 'organization_business_entity_upserted'
|
|
14348
14365
|
| 'organization_status_change_upserted'
|
|
14349
14366
|
| 'organization_status_change_deleted'
|
|
14350
|
-
| '
|
|
14351
|
-
| '
|
|
14367
|
+
| 'partner_organization_settings_upserted'
|
|
14368
|
+
| 'partner_organization_settings_deleted'
|
|
14352
14369
|
| 'internal_authorization_upserted'
|
|
14353
14370
|
| 'internal_authorization_deleted'
|
|
14354
14371
|
| 'afterpay_authorization_upserted'
|
|
@@ -14398,6 +14415,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14398
14415
|
| 'organization_restriction_snapshot_deleted'
|
|
14399
14416
|
| 'restriction_organization_status_upserted'
|
|
14400
14417
|
| 'restriction_organization_status_deleted'
|
|
14418
|
+
| 'organization_restriction_status_upserted'
|
|
14419
|
+
| 'organization_restriction_status_deleted'
|
|
14401
14420
|
| 'shopify_shop_upserted'
|
|
14402
14421
|
| 'shopify_shop_deleted'
|
|
14403
14422
|
| 'shopify_experience_short_id_upserted'
|
|
@@ -14406,6 +14425,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14406
14425
|
| 'shopify_markets_order_deleted'
|
|
14407
14426
|
| 'shopify_markets_shop_upserted'
|
|
14408
14427
|
| 'shopify_markets_shop_deleted'
|
|
14428
|
+
| 'shopify_markets_webhook_registration_upserted'
|
|
14429
|
+
| 'shopify_markets_webhook_registration_deleted'
|
|
14409
14430
|
| 'shopify_monitoring_order_monitor_event_upserted'
|
|
14410
14431
|
| 'shopify_monitoring_order_monitor_event_deleted'
|
|
14411
14432
|
| 'shopify_order_fulfillments_snapshot_upserted'
|
|
@@ -14488,6 +14509,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14488
14509
|
type LabelBillingStrategy = 'quote' | 'carrier';
|
|
14489
14510
|
type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
|
|
14490
14511
|
type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
|
|
14512
|
+
type LabelInputSource = 'estimate';
|
|
14491
14513
|
type LabelTransactionType =
|
|
14492
14514
|
| 'adjustment'
|
|
14493
14515
|
| 'reversal'
|
|
@@ -19046,7 +19068,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19046
19068
|
readonly id: string;
|
|
19047
19069
|
readonly currency: string;
|
|
19048
19070
|
readonly base_amount: number;
|
|
19049
|
-
readonly surcharges: io.flow.internal.v0.models.
|
|
19071
|
+
readonly surcharges: io.flow.internal.v0.models.CsvSurcharges;
|
|
19050
19072
|
readonly total: number;
|
|
19051
19073
|
readonly weight_unit: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
19052
19074
|
readonly weight: number;
|
|
@@ -19057,18 +19079,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19057
19079
|
readonly base_amount?: number;
|
|
19058
19080
|
}
|
|
19059
19081
|
|
|
19060
|
-
interface CsvActualSurchargePercentage {
|
|
19061
|
-
readonly percentage: number;
|
|
19062
|
-
readonly amount: number;
|
|
19063
|
-
}
|
|
19064
|
-
|
|
19065
|
-
interface CsvActualSurcharges {
|
|
19066
|
-
readonly fuel: io.flow.internal.v0.models.CsvActualSurchargePercentage;
|
|
19067
|
-
readonly remote_area: number;
|
|
19068
|
-
readonly oversize: number;
|
|
19069
|
-
readonly duties_paid: number;
|
|
19070
|
-
}
|
|
19071
|
-
|
|
19072
19082
|
interface CsvDimensions {
|
|
19073
19083
|
readonly unit: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
19074
19084
|
readonly length: number;
|
|
@@ -19102,6 +19112,17 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19102
19112
|
readonly proposition: io.flow.internal.v0.models.CsvGlobalEProposition;
|
|
19103
19113
|
}
|
|
19104
19114
|
|
|
19115
|
+
interface CsvInput {
|
|
19116
|
+
readonly id: string;
|
|
19117
|
+
readonly source: io.flow.internal.v0.enums.LabelInputSource;
|
|
19118
|
+
readonly currency: string;
|
|
19119
|
+
readonly base_amount: number;
|
|
19120
|
+
readonly surcharges: io.flow.internal.v0.models.CsvSurcharges;
|
|
19121
|
+
readonly total: number;
|
|
19122
|
+
readonly weight_unit: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
19123
|
+
readonly weight: number;
|
|
19124
|
+
}
|
|
19125
|
+
|
|
19105
19126
|
interface CsvLabel {
|
|
19106
19127
|
readonly id: string;
|
|
19107
19128
|
readonly cost: io.flow.internal.v0.models.CsvLabelCost;
|
|
@@ -19136,7 +19157,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19136
19157
|
readonly global_e_shipping_method?: io.flow.internal.v0.models.CsvGlobalEShippingMethod;
|
|
19137
19158
|
readonly weight: io.flow.internal.v0.models.CsvWeight;
|
|
19138
19159
|
readonly dimensions: io.flow.internal.v0.models.CsvDimensions;
|
|
19160
|
+
readonly input?: io.flow.internal.v0.models.CsvInput;
|
|
19139
19161
|
readonly actual?: io.flow.internal.v0.models.CsvActual;
|
|
19162
|
+
readonly deltas?: string[];
|
|
19163
|
+
readonly outliers?: string[];
|
|
19140
19164
|
}
|
|
19141
19165
|
|
|
19142
19166
|
interface CsvServiceFee {
|
|
@@ -19145,6 +19169,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19145
19169
|
readonly percentage?: number;
|
|
19146
19170
|
}
|
|
19147
19171
|
|
|
19172
|
+
interface CsvSurchargePercentage {
|
|
19173
|
+
readonly percentage: number;
|
|
19174
|
+
readonly amount: number;
|
|
19175
|
+
}
|
|
19176
|
+
|
|
19177
|
+
interface CsvSurcharges {
|
|
19178
|
+
readonly fuel: io.flow.internal.v0.models.CsvSurchargePercentage;
|
|
19179
|
+
readonly remote_area: number;
|
|
19180
|
+
readonly oversize: number;
|
|
19181
|
+
readonly duties_paid: number;
|
|
19182
|
+
}
|
|
19183
|
+
|
|
19148
19184
|
interface CsvWeight {
|
|
19149
19185
|
readonly unit: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
19150
19186
|
readonly provided: number;
|
|
@@ -23619,6 +23655,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23619
23655
|
}
|
|
23620
23656
|
|
|
23621
23657
|
interface OrganizationPaymentSetting {
|
|
23658
|
+
readonly id: string;
|
|
23622
23659
|
readonly organization_id: string;
|
|
23623
23660
|
readonly default_capture_option: io.flow.payment.gateway.v0.unions.PaymentCaptureOption;
|
|
23624
23661
|
readonly status: io.flow.internal.v0.enums.OrganizationPaymentStatus;
|
|
@@ -23665,29 +23702,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23665
23702
|
readonly id: string;
|
|
23666
23703
|
}
|
|
23667
23704
|
|
|
23668
|
-
interface OrganizationRestrictionApproval {
|
|
23669
|
-
readonly id: string;
|
|
23670
|
-
readonly status: io.flow.internal.v0.models.OrganizationRestrictionStatus;
|
|
23671
|
-
readonly reason?: string;
|
|
23672
|
-
readonly updated_at: string;
|
|
23673
|
-
}
|
|
23674
|
-
|
|
23675
|
-
interface OrganizationRestrictionApprovalDeleted {
|
|
23676
|
-
readonly discriminator: 'organization_restriction_approval_deleted';
|
|
23677
|
-
readonly event_id: string;
|
|
23678
|
-
readonly timestamp: string;
|
|
23679
|
-
readonly organization: string;
|
|
23680
|
-
readonly organization_restriction_approval: io.flow.internal.v0.models.OrganizationRestrictionApproval;
|
|
23681
|
-
}
|
|
23682
|
-
|
|
23683
|
-
interface OrganizationRestrictionApprovalUpserted {
|
|
23684
|
-
readonly discriminator: 'organization_restriction_approval_upserted';
|
|
23685
|
-
readonly event_id: string;
|
|
23686
|
-
readonly timestamp: string;
|
|
23687
|
-
readonly organization: string;
|
|
23688
|
-
readonly organization_restriction_approval: io.flow.internal.v0.models.OrganizationRestrictionApproval;
|
|
23689
|
-
}
|
|
23690
|
-
|
|
23691
23705
|
interface OrganizationRestrictionNoteForm {
|
|
23692
23706
|
readonly note: string;
|
|
23693
23707
|
readonly note_type: io.flow.internal.v0.enums.OrganizationRestrictionNoteType;
|
|
@@ -23741,6 +23755,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23741
23755
|
readonly selective_review_end_date?: string;
|
|
23742
23756
|
readonly full_review_start_date?: string;
|
|
23743
23757
|
readonly full_review_end_date?: string;
|
|
23758
|
+
readonly merchant_category_code?: string;
|
|
23759
|
+
readonly reason?: string;
|
|
23760
|
+
readonly updated_at: string;
|
|
23761
|
+
}
|
|
23762
|
+
|
|
23763
|
+
interface OrganizationRestrictionStatusDeleted {
|
|
23764
|
+
readonly discriminator: 'organization_restriction_status_deleted';
|
|
23765
|
+
readonly event_id: string;
|
|
23766
|
+
readonly timestamp: string;
|
|
23767
|
+
readonly id: string;
|
|
23744
23768
|
}
|
|
23745
23769
|
|
|
23746
23770
|
interface OrganizationRestrictionStatusNote {
|
|
@@ -23752,6 +23776,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23752
23776
|
readonly updated_at: string;
|
|
23753
23777
|
}
|
|
23754
23778
|
|
|
23779
|
+
interface OrganizationRestrictionStatusUpserted {
|
|
23780
|
+
readonly discriminator: 'organization_restriction_status_upserted';
|
|
23781
|
+
readonly event_id: string;
|
|
23782
|
+
readonly timestamp: string;
|
|
23783
|
+
readonly organization_restriction_status: io.flow.internal.v0.models.OrganizationRestrictionStatus;
|
|
23784
|
+
}
|
|
23785
|
+
|
|
23755
23786
|
interface OrganizationSettings {
|
|
23756
23787
|
readonly default_currency_format_symbol: io.flow.common.v0.enums.CurrencySymbolFormat;
|
|
23757
23788
|
readonly default_currency_label_formatters: io.flow.common.v0.enums.CurrencyLabelFormatter[];
|
|
@@ -23855,15 +23886,32 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23855
23886
|
}
|
|
23856
23887
|
|
|
23857
23888
|
interface PartnerOrganizationSettings {
|
|
23889
|
+
readonly id: string;
|
|
23858
23890
|
readonly label_format: io.flow.partner.v0.enums.LabelFormat;
|
|
23859
23891
|
readonly glbe_merchant_guid: string;
|
|
23860
23892
|
}
|
|
23861
23893
|
|
|
23894
|
+
interface PartnerOrganizationSettingsDeleted {
|
|
23895
|
+
readonly discriminator: 'partner_organization_settings_deleted';
|
|
23896
|
+
readonly event_id: string;
|
|
23897
|
+
readonly timestamp: string;
|
|
23898
|
+
readonly organization: string;
|
|
23899
|
+
readonly id: string;
|
|
23900
|
+
}
|
|
23901
|
+
|
|
23862
23902
|
interface PartnerOrganizationSettingsForm {
|
|
23863
23903
|
readonly label_format: io.flow.partner.v0.enums.LabelFormat;
|
|
23864
23904
|
readonly glbe_merchant_guid?: string;
|
|
23865
23905
|
}
|
|
23866
23906
|
|
|
23907
|
+
interface PartnerOrganizationSettingsUpserted {
|
|
23908
|
+
readonly discriminator: 'partner_organization_settings_upserted';
|
|
23909
|
+
readonly event_id: string;
|
|
23910
|
+
readonly timestamp: string;
|
|
23911
|
+
readonly organization: string;
|
|
23912
|
+
readonly partner_organization_settings: io.flow.internal.v0.models.PartnerOrganizationSettings;
|
|
23913
|
+
}
|
|
23914
|
+
|
|
23867
23915
|
interface Passphrase {
|
|
23868
23916
|
readonly id: string;
|
|
23869
23917
|
readonly tribe: io.flow.internal.v0.models.Tribe;
|
|
@@ -25253,6 +25301,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25253
25301
|
readonly percent: number;
|
|
25254
25302
|
}
|
|
25255
25303
|
|
|
25304
|
+
interface SetupBlockPutForm {
|
|
25305
|
+
readonly reasons: io.flow.organization.onboarding.state.v0.enums.OnboardingBlockedReason[];
|
|
25306
|
+
}
|
|
25307
|
+
|
|
25256
25308
|
interface SfExpress {
|
|
25257
25309
|
readonly discriminator: 'sf_express';
|
|
25258
25310
|
readonly checkword: string;
|
|
@@ -25472,9 +25524,26 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25472
25524
|
}
|
|
25473
25525
|
|
|
25474
25526
|
interface ShopifyMarketsWebhookRegistration {
|
|
25527
|
+
readonly id: string;
|
|
25475
25528
|
readonly response: io.flow.shopify.markets.v0.models.ShopifyWebhookResponse;
|
|
25476
25529
|
}
|
|
25477
25530
|
|
|
25531
|
+
interface ShopifyMarketsWebhookRegistrationDeleted {
|
|
25532
|
+
readonly discriminator: 'shopify_markets_webhook_registration_deleted';
|
|
25533
|
+
readonly event_id: string;
|
|
25534
|
+
readonly timestamp: string;
|
|
25535
|
+
readonly organization: string;
|
|
25536
|
+
readonly id: string;
|
|
25537
|
+
}
|
|
25538
|
+
|
|
25539
|
+
interface ShopifyMarketsWebhookRegistrationUpserted {
|
|
25540
|
+
readonly discriminator: 'shopify_markets_webhook_registration_upserted';
|
|
25541
|
+
readonly event_id: string;
|
|
25542
|
+
readonly timestamp: string;
|
|
25543
|
+
readonly organization: string;
|
|
25544
|
+
readonly registration: io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration;
|
|
25545
|
+
}
|
|
25546
|
+
|
|
25478
25547
|
interface ShopifyMetadata {
|
|
25479
25548
|
readonly domain: string;
|
|
25480
25549
|
readonly myshopify_domain: string;
|
|
@@ -26162,7 +26231,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26162
26231
|
}
|
|
26163
26232
|
|
|
26164
26233
|
interface Surcharge {
|
|
26165
|
-
readonly amount
|
|
26234
|
+
readonly amount?: number;
|
|
26166
26235
|
readonly percentage?: number;
|
|
26167
26236
|
readonly type: io.flow.internal.v0.enums.SurchargeType;
|
|
26168
26237
|
}
|
|
@@ -27504,8 +27573,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
27504
27573
|
| io.flow.internal.v0.models.OrganizationBusinessEntityUpserted
|
|
27505
27574
|
| io.flow.internal.v0.models.OrganizationStatusChangeUpserted
|
|
27506
27575
|
| io.flow.internal.v0.models.OrganizationStatusChangeDeleted
|
|
27507
|
-
| io.flow.internal.v0.models.
|
|
27508
|
-
| io.flow.internal.v0.models.
|
|
27576
|
+
| io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted
|
|
27577
|
+
| io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted
|
|
27509
27578
|
| io.flow.internal.v0.models.InternalAuthorizationUpserted
|
|
27510
27579
|
| io.flow.internal.v0.models.InternalAuthorizationDeleted
|
|
27511
27580
|
| io.flow.internal.v0.models.AfterpayAuthorizationUpserted
|
|
@@ -27555,6 +27624,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
27555
27624
|
| io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted
|
|
27556
27625
|
| io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted
|
|
27557
27626
|
| io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted
|
|
27627
|
+
| io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted
|
|
27628
|
+
| io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted
|
|
27558
27629
|
| io.flow.internal.v0.models.ShopifyShopUpserted
|
|
27559
27630
|
| io.flow.internal.v0.models.ShopifyShopDeleted
|
|
27560
27631
|
| io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted
|
|
@@ -27563,6 +27634,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
27563
27634
|
| io.flow.internal.v0.models.ShopifyMarketsOrderDeleted
|
|
27564
27635
|
| io.flow.internal.v0.models.ShopifyMarketsShopUpserted
|
|
27565
27636
|
| io.flow.internal.v0.models.ShopifyMarketsShopDeleted
|
|
27637
|
+
| io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted
|
|
27638
|
+
| io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted
|
|
27566
27639
|
| io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted
|
|
27567
27640
|
| io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted
|
|
27568
27641
|
| io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted
|
|
@@ -29474,10 +29547,6 @@ export type CryptoAuthenticationForm =
|
|
|
29474
29547
|
io.flow.internal.v0.models.CryptoAuthenticationForm;
|
|
29475
29548
|
export type CsvActual = io.flow.internal.v0.models.CsvActual;
|
|
29476
29549
|
export type CsvActualRatecard = io.flow.internal.v0.models.CsvActualRatecard;
|
|
29477
|
-
export type CsvActualSurchargePercentage =
|
|
29478
|
-
io.flow.internal.v0.models.CsvActualSurchargePercentage;
|
|
29479
|
-
export type CsvActualSurcharges =
|
|
29480
|
-
io.flow.internal.v0.models.CsvActualSurcharges;
|
|
29481
29550
|
export type CsvDimensions = io.flow.internal.v0.models.CsvDimensions;
|
|
29482
29551
|
export type CsvFlowRatecard = io.flow.internal.v0.models.CsvFlowRatecard;
|
|
29483
29552
|
export type CsvFlowRatecardSurcharges =
|
|
@@ -29486,11 +29555,15 @@ export type CsvGlobalEProposition =
|
|
|
29486
29555
|
io.flow.internal.v0.models.CsvGlobalEProposition;
|
|
29487
29556
|
export type CsvGlobalEShippingMethod =
|
|
29488
29557
|
io.flow.internal.v0.models.CsvGlobalEShippingMethod;
|
|
29558
|
+
export type CsvInput = io.flow.internal.v0.models.CsvInput;
|
|
29489
29559
|
export type CsvLabel = io.flow.internal.v0.models.CsvLabel;
|
|
29490
29560
|
export type CsvLabelCost = io.flow.internal.v0.models.CsvLabelCost;
|
|
29491
29561
|
export type CsvOrder = io.flow.internal.v0.models.CsvOrder;
|
|
29492
29562
|
export type CsvRecord = io.flow.internal.v0.models.CsvRecord;
|
|
29493
29563
|
export type CsvServiceFee = io.flow.internal.v0.models.CsvServiceFee;
|
|
29564
|
+
export type CsvSurchargePercentage =
|
|
29565
|
+
io.flow.internal.v0.models.CsvSurchargePercentage;
|
|
29566
|
+
export type CsvSurcharges = io.flow.internal.v0.models.CsvSurcharges;
|
|
29494
29567
|
export type CsvWeight = io.flow.internal.v0.models.CsvWeight;
|
|
29495
29568
|
export type CurrencyInternalRate =
|
|
29496
29569
|
io.flow.internal.v0.models.CurrencyInternalRate;
|
|
@@ -30221,6 +30294,7 @@ export type LabelGenerationSettingsForm =
|
|
|
30221
30294
|
io.flow.internal.v0.models.LabelGenerationSettingsForm;
|
|
30222
30295
|
export type LabelGenerationSettingsUpserted =
|
|
30223
30296
|
io.flow.internal.v0.models.LabelGenerationSettingsUpserted;
|
|
30297
|
+
export type LabelInputSource = io.flow.internal.v0.enums.LabelInputSource;
|
|
30224
30298
|
export type LabelSummary = io.flow.internal.v0.models.LabelSummary;
|
|
30225
30299
|
export type LabelTaxonomy = io.flow.internal.v0.models.LabelTaxonomy;
|
|
30226
30300
|
export type LabelTrackingSummaryDeleted =
|
|
@@ -30606,14 +30680,8 @@ export type OrganizationPaymentStatus =
|
|
|
30606
30680
|
io.flow.internal.v0.enums.OrganizationPaymentStatus;
|
|
30607
30681
|
export type OrganizationReference =
|
|
30608
30682
|
io.flow.internal.v0.models.OrganizationReference;
|
|
30609
|
-
export type OrganizationRestrictionApproval =
|
|
30610
|
-
io.flow.internal.v0.models.OrganizationRestrictionApproval;
|
|
30611
|
-
export type OrganizationRestrictionApprovalDeleted =
|
|
30612
|
-
io.flow.internal.v0.models.OrganizationRestrictionApprovalDeleted;
|
|
30613
30683
|
export type OrganizationRestrictionApprovalStatus =
|
|
30614
30684
|
io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
30615
|
-
export type OrganizationRestrictionApprovalUpserted =
|
|
30616
|
-
io.flow.internal.v0.models.OrganizationRestrictionApprovalUpserted;
|
|
30617
30685
|
export type OrganizationRestrictionNoteForm =
|
|
30618
30686
|
io.flow.internal.v0.models.OrganizationRestrictionNoteForm;
|
|
30619
30687
|
export type OrganizationRestrictionNoteType =
|
|
@@ -30632,8 +30700,12 @@ export type OrganizationRestrictionSnapshotUpserted =
|
|
|
30632
30700
|
io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted;
|
|
30633
30701
|
export type OrganizationRestrictionStatus =
|
|
30634
30702
|
io.flow.internal.v0.models.OrganizationRestrictionStatus;
|
|
30703
|
+
export type OrganizationRestrictionStatusDeleted =
|
|
30704
|
+
io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted;
|
|
30635
30705
|
export type OrganizationRestrictionStatusNote =
|
|
30636
30706
|
io.flow.internal.v0.models.OrganizationRestrictionStatusNote;
|
|
30707
|
+
export type OrganizationRestrictionStatusUpserted =
|
|
30708
|
+
io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted;
|
|
30637
30709
|
export type OrganizationSettings =
|
|
30638
30710
|
io.flow.internal.v0.models.OrganizationSettings;
|
|
30639
30711
|
export type OrganizationSettingsForm =
|
|
@@ -30667,8 +30739,12 @@ export type PartnerOrganizationAuthorizationForm =
|
|
|
30667
30739
|
io.flow.internal.v0.models.PartnerOrganizationAuthorizationForm;
|
|
30668
30740
|
export type PartnerOrganizationSettings =
|
|
30669
30741
|
io.flow.internal.v0.models.PartnerOrganizationSettings;
|
|
30742
|
+
export type PartnerOrganizationSettingsDeleted =
|
|
30743
|
+
io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted;
|
|
30670
30744
|
export type PartnerOrganizationSettingsForm =
|
|
30671
30745
|
io.flow.internal.v0.models.PartnerOrganizationSettingsForm;
|
|
30746
|
+
export type PartnerOrganizationSettingsUpserted =
|
|
30747
|
+
io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted;
|
|
30672
30748
|
export type Passphrase = io.flow.internal.v0.models.Passphrase;
|
|
30673
30749
|
export type PassphraseForm = io.flow.internal.v0.models.PassphraseForm;
|
|
30674
30750
|
export type PassphraseSummary = io.flow.internal.v0.models.PassphraseSummary;
|
|
@@ -31036,6 +31112,7 @@ export type SessionCountryStatus =
|
|
|
31036
31112
|
export type SessionOrderData = io.flow.internal.v0.models.SessionOrderData;
|
|
31037
31113
|
export type SessionRollout = io.flow.internal.v0.models.SessionRollout;
|
|
31038
31114
|
export type SessionRolloutForm = io.flow.internal.v0.models.SessionRolloutForm;
|
|
31115
|
+
export type SetupBlockPutForm = io.flow.internal.v0.models.SetupBlockPutForm;
|
|
31039
31116
|
export type SfExpress = io.flow.internal.v0.models.SfExpress;
|
|
31040
31117
|
export type ShippedItemValue = io.flow.internal.v0.models.ShippedItemValue;
|
|
31041
31118
|
export type ShipperAccountInfoForm =
|
|
@@ -31103,6 +31180,10 @@ export type ShopifyMarketsTradeSector =
|
|
|
31103
31180
|
io.flow.internal.v0.enums.ShopifyMarketsTradeSector;
|
|
31104
31181
|
export type ShopifyMarketsWebhookRegistration =
|
|
31105
31182
|
io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration;
|
|
31183
|
+
export type ShopifyMarketsWebhookRegistrationDeleted =
|
|
31184
|
+
io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted;
|
|
31185
|
+
export type ShopifyMarketsWebhookRegistrationUpserted =
|
|
31186
|
+
io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted;
|
|
31106
31187
|
export type ShopifyMetadata = io.flow.internal.v0.models.ShopifyMetadata;
|
|
31107
31188
|
export type ShopifyMonitoringCarrierService =
|
|
31108
31189
|
io.flow.internal.v0.models.ShopifyMonitoringCarrierService;
|
package/src/api.ts
CHANGED
|
@@ -4101,6 +4101,16 @@ declare namespace io.flow.v0.models {
|
|
|
4101
4101
|
readonly viewport: io.flow.v0.enums.ThreedsTwoChallengeViewport;
|
|
4102
4102
|
}
|
|
4103
4103
|
|
|
4104
|
+
interface CardConfirmationSummary {
|
|
4105
|
+
readonly discriminator: 'card_confirmation_summary';
|
|
4106
|
+
readonly type?: io.flow.v0.enums.CardType;
|
|
4107
|
+
readonly funding_type?: string;
|
|
4108
|
+
readonly expiration?: io.flow.v0.models.Expiration;
|
|
4109
|
+
readonly iin?: string;
|
|
4110
|
+
readonly issuer?: io.flow.v0.models.IssuerSummary;
|
|
4111
|
+
readonly last4?: string;
|
|
4112
|
+
}
|
|
4113
|
+
|
|
4104
4114
|
interface CardDeleted {
|
|
4105
4115
|
readonly discriminator: 'card_deleted';
|
|
4106
4116
|
readonly event_id: string;
|
|
@@ -12910,7 +12920,9 @@ declare namespace io.flow.v0.unions {
|
|
|
12910
12920
|
type CheckoutTokenForm =
|
|
12911
12921
|
| io.flow.v0.models.CheckoutTokenOrderForm
|
|
12912
12922
|
| io.flow.v0.models.CheckoutTokenReferenceForm;
|
|
12913
|
-
type ConfirmationDetails =
|
|
12923
|
+
type ConfirmationDetails =
|
|
12924
|
+
| io.flow.v0.models.DirectDebit
|
|
12925
|
+
| io.flow.v0.models.CardConfirmationSummary;
|
|
12914
12926
|
type ConsumerInvoiceLine =
|
|
12915
12927
|
| io.flow.v0.models.ConsumerInvoiceLineItem
|
|
12916
12928
|
| io.flow.v0.models.ConsumerInvoiceLineDiscount
|
|
@@ -13650,6 +13662,7 @@ export type CardAuthorizationUpsertedV2 =
|
|
|
13650
13662
|
io.flow.v0.models.CardAuthorizationUpsertedV2;
|
|
13651
13663
|
export type CardBrowserActionConfiguration =
|
|
13652
13664
|
io.flow.v0.models.CardBrowserActionConfiguration;
|
|
13665
|
+
export type CardConfirmationSummary = io.flow.v0.models.CardConfirmationSummary;
|
|
13653
13666
|
export type CardDeleted = io.flow.v0.models.CardDeleted;
|
|
13654
13667
|
export type CardDeletedV2 = io.flow.v0.models.CardDeletedV2;
|
|
13655
13668
|
export type CardError = io.flow.v0.models.CardError;
|