@flowio/types 11.24.42 → 11.24.44

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.
@@ -1385,6 +1385,7 @@ declare namespace io.flow.flexe.v0.models {
1385
1385
  }
1386
1386
  }
1387
1387
  declare namespace io.flow.payment.v0.enums {
1388
+ type AddressVerificationResultFieldCode = 'match' | 'not_available' | 'not_checked' | 'not_matched';
1388
1389
  type AuthorizationDeclineCode = 'expired' | 'invalid_name' | 'invalid_number' | 'invalid_expiration' | 'invalid_address' | 'invalid_token_type' | 'invalid_token' | 'no_account' | 'avs' | 'cvv' | 'fraud' | 'duplicate' | 'not_supported' | 'unknown' | 'online_payment_error';
1389
1390
  type AuthorizationOption = 'store_card';
1390
1391
  type AuthorizationResultActionType = 'native' | 'redirect' | 'wait';
@@ -1395,6 +1396,7 @@ declare namespace io.flow.payment.v0.enums {
1395
1396
  type CardErrorCode = 'invalid_address' | 'invalid_currency' | 'invalid_name' | 'invalid_number' | 'invalid_expiration' | 'invalid_token_type' | 'avs' | 'cvv' | 'fraud' | 'unknown';
1396
1397
  type CardType = 'american_express' | 'cartes_bancaires' | 'china_union_pay' | 'dankort' | 'diners_club' | 'discover' | 'jcb' | 'maestro' | 'mastercard' | 'visa';
1397
1398
  type CvvCode = 'match' | 'suspicious' | 'unsupported' | 'no_match';
1399
+ type CvvResultCode = 'match' | 'not_available' | 'not_checked' | 'not_matched';
1398
1400
  type PaymentErrorCode = 'duplicate' | 'invalid_amount' | 'invalid_currency' | 'invalid_method' | 'invalid_order' | 'invalid_customer' | 'invalid_destination' | 'unknown';
1399
1401
  type PaymentSourceConfirmationActionType = 'cvv' | 'billing_address' | 'number';
1400
1402
  type RefundDeclineCode = 'expired' | 'insufficient_funds' | 'unknown';
@@ -1419,6 +1421,12 @@ declare namespace io.flow.payment.v0.models {
1419
1421
  readonly attributes?: Record<string, string>;
1420
1422
  readonly ip?: string;
1421
1423
  }
1424
+ interface AddressVerificationResult {
1425
+ readonly street_code: io.flow.payment.v0.enums.AddressVerificationResultFieldCode;
1426
+ readonly postal_code: io.flow.payment.v0.enums.AddressVerificationResultFieldCode;
1427
+ readonly name_code: io.flow.payment.v0.enums.AddressVerificationResultFieldCode;
1428
+ readonly raw?: string;
1429
+ }
1422
1430
  interface AdyenChallengeShopperData {
1423
1431
  readonly discriminator: 'adyen_challenge_shopper_data';
1424
1432
  readonly challenge_token: string;
@@ -1695,6 +1703,10 @@ declare namespace io.flow.payment.v0.models {
1695
1703
  readonly code: io.flow.payment.v0.enums.CvvCode;
1696
1704
  readonly description?: string;
1697
1705
  }
1706
+ interface CvvResult {
1707
+ readonly code: io.flow.payment.v0.enums.CvvResultCode;
1708
+ readonly raw?: string;
1709
+ }
1698
1710
  interface DirectAuthorizationForm {
1699
1711
  readonly discriminator: 'direct_authorization_form';
1700
1712
  readonly token: string;
@@ -2088,6 +2100,15 @@ declare namespace io.flow.payment.v0.models {
2088
2100
  readonly discriminator: 'threeds_two_method';
2089
2101
  readonly method: string;
2090
2102
  }
2103
+ interface TransactionDetailsCard {
2104
+ readonly address_verification_result?: io.flow.payment.v0.models.AddressVerificationResult;
2105
+ readonly cvv_result?: io.flow.payment.v0.models.CvvResult;
2106
+ readonly network_details?: io.flow.payment.v0.models.TransactionNetworkDetailsCard;
2107
+ }
2108
+ interface TransactionNetworkDetailsCard {
2109
+ readonly network_transaction_id?: string;
2110
+ readonly network?: io.flow.payment.v0.enums.CardType;
2111
+ }
2091
2112
  interface VirtualCard {
2092
2113
  readonly id: string;
2093
2114
  readonly key: string;
@@ -6017,6 +6038,8 @@ declare namespace io.flow.payment.gateway.v0.models {
6017
6038
  readonly card_data: io.flow.payment.gateway.v0.unions.PaymentMethodCard;
6018
6039
  readonly device_fingerprint_details: io.flow.payment.gateway.v0.unions.DeviceFingerprintDetails;
6019
6040
  readonly cvv?: string;
6041
+ readonly reference?: string;
6042
+ readonly previous_transaction_details?: io.flow.payment.v0.models.TransactionNetworkDetailsCard;
6020
6043
  }
6021
6044
  interface PaymentMethodDataAuthorizeGooglepay {
6022
6045
  readonly type: 'authorize_googlepay';
@@ -6110,6 +6133,8 @@ declare namespace io.flow.payment.gateway.v0.models {
6110
6133
  readonly last_four: string;
6111
6134
  readonly card_type: io.flow.payment.v0.enums.CardType;
6112
6135
  readonly id: string;
6136
+ readonly reference?: string;
6137
+ readonly transaction_details?: io.flow.payment.v0.models.TransactionDetailsCard;
6113
6138
  }
6114
6139
  interface PaymentMethodSummaryGooglepay {
6115
6140
  readonly type: 'googlepay';
@@ -10074,6 +10099,7 @@ declare namespace io.flow.billing.bank.account.v0.unions {
10074
10099
  type BankAccountInfo = io.flow.billing.bank.account.v0.models.BankAccountInfoUsa;
10075
10100
  }
10076
10101
  declare namespace io.flow.internal.v0.enums {
10102
+ type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
10077
10103
  type AccountType = 'channel' | 'organization';
10078
10104
  type AddressConfigurationSettingProvinceCode = 'iso_3166_2' | 'name';
10079
10105
  type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
@@ -10196,7 +10222,7 @@ declare namespace io.flow.internal.v0.enums {
10196
10222
  type DutySelectionRule = 'lookup_by_tariff_code' | 'lookup_by_hs6_code' | 'fallback_for_jurisdiction' | 'domestic_sale' | 'intra_community_sale' | 'reimport' | 'override' | 'preferential_rate';
10197
10223
  type DutySimpleExpressionType = 'free' | 'percent' | 'per_uom' | 'flat';
10198
10224
  type EmptyAttribute = 'irrelevant';
10199
- 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' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_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' | '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' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | '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' | '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_restriction_approval_upserted' | 'organization_restriction_approval_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_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' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_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';
10225
+ 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' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_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' | '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' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | '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' | '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_restriction_approval_upserted' | 'organization_restriction_approval_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_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' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_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';
10200
10226
  type ExperienceImportType = 'experience_with_settings';
10201
10227
  type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
10202
10228
  type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
@@ -10258,7 +10284,7 @@ declare namespace io.flow.internal.v0.enums {
10258
10284
  type OrganizationCapability = 'organization' | 'flow' | 'dynamic';
10259
10285
  type OrganizationPaymentStatus = 'active' | 'archived';
10260
10286
  type OrganizationRestrictionApprovalStatus = 'ready' | 'not-ready';
10261
- type OrganizationRestrictionNoteType = 'internal' | 'rejection_reason';
10287
+ type OrganizationRestrictionNoteType = 'internal' | 'rejection_reason' | 'additional_rejection_info';
10262
10288
  type OrganizationRestrictionRiskLevel = '5' | '15';
10263
10289
  type OrganizationRestrictionScreeningStatus = 'in_review' | 'fully_reviewed' | 'rejected' | 'unscreened';
10264
10290
  type OutputStyle = 'flow' | 'shopify_p1';
@@ -10469,6 +10495,7 @@ declare namespace io.flow.internal.v0.models {
10469
10495
  readonly fees_source: io.flow.internal.v0.enums.FeesSource;
10470
10496
  readonly require_payment_request: boolean;
10471
10497
  readonly round_individual_transactions: boolean;
10498
+ readonly liabilities_method: io.flow.internal.v0.enums.AccountSettingLiabilitiesMethod;
10472
10499
  }
10473
10500
  interface AccountSettingsDeleted {
10474
10501
  readonly discriminator: 'account_settings_deleted';
@@ -13603,8 +13630,7 @@ declare namespace io.flow.internal.v0.models {
13603
13630
  }
13604
13631
  interface ClassificationActionFormUndo {
13605
13632
  readonly discriminator: 'undo';
13606
- readonly organization_id: string;
13607
- readonly item_numbers: string[];
13633
+ readonly item_classification_ids: string[];
13608
13634
  readonly user: string;
13609
13635
  }
13610
13636
  interface ClassificationDetails {
@@ -13675,12 +13701,6 @@ declare namespace io.flow.internal.v0.models {
13675
13701
  interface ClassificationRequeueRequest {
13676
13702
  readonly message: string;
13677
13703
  }
13678
- interface ClassificationSearch {
13679
- readonly product_id: string;
13680
- readonly organization_id: io.flow.common.v0.models.OrganizationSummary;
13681
- readonly items: io.flow.common.v0.models.CatalogItemSummary[];
13682
- readonly product_harmonization: io.flow.internal.v0.models.ClassificationProductHarmonization;
13683
- }
13684
13704
  interface ClassificationStatistics {
13685
13705
  readonly status: io.flow.internal.v0.enums.ItemHarmonizationStatus;
13686
13706
  readonly number_of_items: number;
@@ -13783,6 +13803,12 @@ declare namespace io.flow.internal.v0.models {
13783
13803
  interface CountryPickerPaymentMethod {
13784
13804
  readonly id: string;
13785
13805
  }
13806
+ interface CourthouseProductSummary {
13807
+ readonly organization: io.flow.common.v0.models.OrganizationSummary;
13808
+ readonly product_id: string;
13809
+ readonly items: io.flow.common.v0.models.CatalogItemSummary[];
13810
+ readonly product_harmonization: io.flow.internal.v0.models.ClassificationProductHarmonization;
13811
+ }
13786
13812
  interface CryptoAccount {
13787
13813
  readonly discriminator: 'crypto_account';
13788
13814
  readonly id: string;
@@ -17559,6 +17585,7 @@ declare namespace io.flow.internal.v0.models {
17559
17585
  }
17560
17586
  interface OrganizationRestrictionNoteForm {
17561
17587
  readonly note: string;
17588
+ readonly note_type: io.flow.internal.v0.enums.OrganizationRestrictionNoteType;
17562
17589
  }
17563
17590
  interface OrganizationRestrictionScreeningDecisionForm {
17564
17591
  readonly organization_id: string;
@@ -17567,8 +17594,7 @@ declare namespace io.flow.internal.v0.models {
17567
17594
  readonly risk_level?: io.flow.internal.v0.enums.OrganizationRestrictionRiskLevel;
17568
17595
  readonly hs_code?: string;
17569
17596
  readonly merchant_category_code?: string;
17570
- readonly note?: string;
17571
- readonly rejection_reason?: string;
17597
+ readonly notes?: io.flow.internal.v0.models.OrganizationRestrictionNoteForm[];
17572
17598
  }
17573
17599
  interface OrganizationRestrictionSnapshot {
17574
17600
  readonly id: string;
@@ -19175,6 +19201,7 @@ declare namespace io.flow.internal.v0.models {
19175
19201
  interface SingleClassificationAction {
19176
19202
  readonly discriminator: 'single';
19177
19203
  readonly organization: string;
19204
+ readonly item_classification_id: string;
19178
19205
  readonly item_summary: io.flow.internal.v0.models.HarmonizationItemSummary;
19179
19206
  readonly customs_description: string;
19180
19207
  readonly labels?: io.flow.internal.v0.models.ProductLabels;
@@ -19642,6 +19669,18 @@ declare namespace io.flow.internal.v0.models {
19642
19669
  readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
19643
19670
  readonly created_at: string;
19644
19671
  }
19672
+ interface TaxTransactionDeleted {
19673
+ readonly discriminator: 'tax_transaction_deleted';
19674
+ readonly event_id: string;
19675
+ readonly timestamp: string;
19676
+ readonly id: string;
19677
+ }
19678
+ interface TaxTransactionUpserted {
19679
+ readonly discriminator: 'tax_transaction_upserted';
19680
+ readonly event_id: string;
19681
+ readonly timestamp: string;
19682
+ readonly tax_transaction: io.flow.internal.v0.models.TaxTransaction;
19683
+ }
19645
19684
  interface TaxonomyCategory {
19646
19685
  readonly discriminator: 'category';
19647
19686
  readonly name: string;
@@ -20165,7 +20204,7 @@ declare namespace io.flow.internal.v0.unions {
20165
20204
  type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
20166
20205
  type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal;
20167
20206
  type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
20168
- 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.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | 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.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.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | 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.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.OrganizationRestrictionApprovalUpserted | io.flow.internal.v0.models.OrganizationRestrictionApprovalDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | 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.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.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;
20207
+ 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.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | 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.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.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | 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.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.OrganizationRestrictionApprovalUpserted | io.flow.internal.v0.models.OrganizationRestrictionApprovalDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | 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.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.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;
20169
20208
  type Experiment = io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment;
20170
20209
  type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
20171
20210
  type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
@@ -20238,6 +20277,7 @@ export declare type AccountProcessingRatesForm = io.flow.internal.v0.models.Acco
20238
20277
  export declare type AccountProcessingRatesUpserted = io.flow.internal.v0.models.AccountProcessingRatesUpserted;
20239
20278
  export declare type AccountReference = io.flow.internal.v0.models.AccountReference;
20240
20279
  export declare type AccountSettingLabelFees = io.flow.internal.v0.models.AccountSettingLabelFees;
20280
+ export declare type AccountSettingLiabilitiesMethod = io.flow.internal.v0.enums.AccountSettingLiabilitiesMethod;
20241
20281
  export declare type AccountSettings = io.flow.internal.v0.models.AccountSettings;
20242
20282
  export declare type AccountSettingsDeleted = io.flow.internal.v0.models.AccountSettingsDeleted;
20243
20283
  export declare type AccountSettingsUpserted = io.flow.internal.v0.models.AccountSettingsUpserted;
@@ -21044,7 +21084,6 @@ export declare type ClassificationProductSummary = io.flow.internal.v0.models.Cl
21044
21084
  export declare type ClassificationProductSummaryPage = io.flow.internal.v0.models.ClassificationProductSummaryPage;
21045
21085
  export declare type ClassificationRequeueRequest = io.flow.internal.v0.models.ClassificationRequeueRequest;
21046
21086
  export declare type ClassificationResponse = io.flow.internal.v0.unions.ClassificationResponse;
21047
- export declare type ClassificationSearch = io.flow.internal.v0.models.ClassificationSearch;
21048
21087
  export declare type ClassificationStatistics = io.flow.internal.v0.models.ClassificationStatistics;
21049
21088
  export declare type ClassificationTaxonomy = io.flow.internal.v0.unions.ClassificationTaxonomy;
21050
21089
  export declare type ClassificationWrapper = io.flow.internal.v0.models.ClassificationWrapper;
@@ -21073,6 +21112,7 @@ export declare type CountryPickerData = io.flow.internal.v0.models.CountryPicker
21073
21112
  export declare type CountryPickerDeliveryWindow = io.flow.internal.v0.models.CountryPickerDeliveryWindow;
21074
21113
  export declare type CountryPickerExperienceData = io.flow.internal.v0.models.CountryPickerExperienceData;
21075
21114
  export declare type CountryPickerPaymentMethod = io.flow.internal.v0.models.CountryPickerPaymentMethod;
21115
+ export declare type CourthouseProductSummary = io.flow.internal.v0.models.CourthouseProductSummary;
21076
21116
  export declare type CrossdockTrackingStatus = io.flow.internal.v0.enums.CrossdockTrackingStatus;
21077
21117
  export declare type CryptoAccount = io.flow.internal.v0.models.CryptoAccount;
21078
21118
  export declare type CryptoAccountModificationForm = io.flow.internal.v0.models.CryptoAccountModificationForm;
@@ -22135,7 +22175,9 @@ export declare type TaxRemittanceTransaction = io.flow.internal.v0.models.TaxRem
22135
22175
  export declare type TaxRemittanceTransactionDeleted = io.flow.internal.v0.models.TaxRemittanceTransactionDeleted;
22136
22176
  export declare type TaxRemittanceTransactionUpserted = io.flow.internal.v0.models.TaxRemittanceTransactionUpserted;
22137
22177
  export declare type TaxTransaction = io.flow.internal.v0.models.TaxTransaction;
22178
+ export declare type TaxTransactionDeleted = io.flow.internal.v0.models.TaxTransactionDeleted;
22138
22179
  export declare type TaxTransactionType = io.flow.internal.v0.enums.TaxTransactionType;
22180
+ export declare type TaxTransactionUpserted = io.flow.internal.v0.models.TaxTransactionUpserted;
22139
22181
  export declare type TaxonomyCategory = io.flow.internal.v0.models.TaxonomyCategory;
22140
22182
  export declare type TaxonomyNode = io.flow.internal.v0.models.TaxonomyNode;
22141
22183
  export declare type Test = io.flow.internal.v0.models.Test;
package/dist/api.d.ts CHANGED
@@ -1647,6 +1647,7 @@ declare namespace io.flow.v0.enums {
1647
1647
  type AbandonedOrderPromotionStatus = 'active' | 'inactive';
1648
1648
  type AbandonedOrderSettingStatus = 'active' | 'inactive';
1649
1649
  type AddressFieldName = 'first_name' | 'last_name' | 'street_1' | 'street_2' | 'city' | 'province' | 'postal' | 'country' | 'phone' | 'company' | 'vat_registration_number';
1650
+ type AddressVerificationResultFieldCode = 'match' | 'not_available' | 'not_checked' | 'not_matched';
1650
1651
  type AdjustmentReasonKey = 'duty_deminimis' | 'vat_deminimis';
1651
1652
  type Aggregate = 'maximum' | 'minimum';
1652
1653
  type AttachmentType = 'csv';
@@ -1681,6 +1682,7 @@ declare namespace io.flow.v0.enums {
1681
1682
  type CurrencySymbolFormat = 'narrow' | 'primary';
1682
1683
  type CustomerAddressType = 'billing' | 'invoice' | 'shipping';
1683
1684
  type CvvCode = 'match' | 'suspicious' | 'unsupported' | 'no_match';
1685
+ type CvvResultCode = 'match' | 'not_available' | 'not_checked' | 'not_matched';
1684
1686
  type DayOfWeek = 'sunday' | 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday';
1685
1687
  type DeliveredDuty = 'paid' | 'unpaid';
1686
1688
  type DeliveredDutyDisplayType = 'all' | 'single';
@@ -2065,6 +2067,12 @@ declare namespace io.flow.v0.models {
2065
2067
  readonly valid: boolean;
2066
2068
  readonly suggestions: io.flow.v0.models.AddressSuggestion[];
2067
2069
  }
2070
+ interface AddressVerificationResult {
2071
+ readonly street_code: io.flow.v0.enums.AddressVerificationResultFieldCode;
2072
+ readonly postal_code: io.flow.v0.enums.AddressVerificationResultFieldCode;
2073
+ readonly name_code: io.flow.v0.enums.AddressVerificationResultFieldCode;
2074
+ readonly raw?: string;
2075
+ }
2068
2076
  interface AdjustmentReason {
2069
2077
  readonly key: io.flow.v0.enums.AdjustmentReasonKey;
2070
2078
  readonly label: string;
@@ -3697,6 +3705,10 @@ declare namespace io.flow.v0.models {
3697
3705
  readonly code: io.flow.v0.enums.CvvCode;
3698
3706
  readonly description?: string;
3699
3707
  }
3708
+ interface CvvResult {
3709
+ readonly code: io.flow.v0.enums.CvvResultCode;
3710
+ readonly raw?: string;
3711
+ }
3700
3712
  interface DatetimeRange {
3701
3713
  readonly from: string;
3702
3714
  readonly to: string;
@@ -7086,6 +7098,8 @@ declare namespace io.flow.v0.models {
7086
7098
  readonly card_data: io.flow.v0.unions.PaymentMethodCard;
7087
7099
  readonly device_fingerprint_details: io.flow.v0.unions.DeviceFingerprintDetails;
7088
7100
  readonly cvv?: string;
7101
+ readonly reference?: string;
7102
+ readonly previous_transaction_details?: io.flow.v0.models.TransactionNetworkDetailsCard;
7089
7103
  }
7090
7104
  interface PaymentMethodDataAuthorizeGooglepay {
7091
7105
  readonly type: 'authorize_googlepay';
@@ -7207,6 +7221,8 @@ declare namespace io.flow.v0.models {
7207
7221
  readonly last_four: string;
7208
7222
  readonly card_type: io.flow.v0.enums.CardType;
7209
7223
  readonly id: string;
7224
+ readonly reference?: string;
7225
+ readonly transaction_details?: io.flow.v0.models.TransactionDetailsCard;
7210
7226
  }
7211
7227
  interface PaymentMethodSummaryGooglepay {
7212
7228
  readonly type: 'googlepay';
@@ -9825,6 +9841,15 @@ declare namespace io.flow.v0.models {
9825
9841
  readonly identifiers: Record<string, string>;
9826
9842
  readonly created_at: string;
9827
9843
  }
9844
+ interface TransactionDetailsCard {
9845
+ readonly address_verification_result?: io.flow.v0.models.AddressVerificationResult;
9846
+ readonly cvv_result?: io.flow.v0.models.CvvResult;
9847
+ readonly network_details?: io.flow.v0.models.TransactionNetworkDetailsCard;
9848
+ }
9849
+ interface TransactionNetworkDetailsCard {
9850
+ readonly network_transaction_id?: string;
9851
+ readonly network?: io.flow.v0.enums.CardType;
9852
+ }
9828
9853
  interface TransactionUpserted {
9829
9854
  readonly discriminator: 'transaction_upserted';
9830
9855
  readonly event_id: string;
@@ -10180,6 +10205,8 @@ export declare type AddressFieldName = io.flow.v0.enums.AddressFieldName;
10180
10205
  export declare type AddressFieldValidation = io.flow.v0.models.AddressFieldValidation;
10181
10206
  export declare type AddressSuggestion = io.flow.v0.models.AddressSuggestion;
10182
10207
  export declare type AddressVerification = io.flow.v0.models.AddressVerification;
10208
+ export declare type AddressVerificationResult = io.flow.v0.models.AddressVerificationResult;
10209
+ export declare type AddressVerificationResultFieldCode = io.flow.v0.enums.AddressVerificationResultFieldCode;
10183
10210
  export declare type AdjustmentReason = io.flow.v0.models.AdjustmentReason;
10184
10211
  export declare type AdjustmentReasonKey = io.flow.v0.enums.AdjustmentReasonKey;
10185
10212
  export declare type AdyenChallengeShopperData = io.flow.v0.models.AdyenChallengeShopperData;
@@ -10493,6 +10520,8 @@ export declare type CustomerToken = io.flow.v0.models.CustomerToken;
10493
10520
  export declare type CustomerUpserted = io.flow.v0.models.CustomerUpserted;
10494
10521
  export declare type Cvv = io.flow.v0.models.Cvv;
10495
10522
  export declare type CvvCode = io.flow.v0.enums.CvvCode;
10523
+ export declare type CvvResult = io.flow.v0.models.CvvResult;
10524
+ export declare type CvvResultCode = io.flow.v0.enums.CvvResultCode;
10496
10525
  export declare type DatetimeRange = io.flow.v0.models.DatetimeRange;
10497
10526
  export declare type DatetimeWithTimezone = io.flow.v0.models.DatetimeWithTimezone;
10498
10527
  export declare type DayOfWeek = io.flow.v0.enums.DayOfWeek;
@@ -11721,6 +11750,8 @@ export declare type TradeAgreementDuty = io.flow.v0.models.TradeAgreementDuty;
11721
11750
  export declare type TradeAgreementName = io.flow.v0.enums.TradeAgreementName;
11722
11751
  export declare type TradeAgreementStatus = io.flow.v0.enums.TradeAgreementStatus;
11723
11752
  export declare type Transaction = io.flow.v0.models.Transaction;
11753
+ export declare type TransactionDetailsCard = io.flow.v0.models.TransactionDetailsCard;
11754
+ export declare type TransactionNetworkDetailsCard = io.flow.v0.models.TransactionNetworkDetailsCard;
11724
11755
  export declare type TransactionSource = io.flow.v0.enums.TransactionSource;
11725
11756
  export declare type TransactionUpserted = io.flow.v0.models.TransactionUpserted;
11726
11757
  export declare type TransitEstimate = io.flow.v0.models.TransitEstimate;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/types",
3
- "version": "11.24.42",
3
+ "version": "11.24.44",
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": "8ef6920818b0be7ae2d7a09650625e64315b173b"
28
+ "gitHead": "539fb4a2334830dc0411d081303bb70eef89bdd0"
29
29
  }
@@ -1818,6 +1818,11 @@ declare namespace io.flow.flexe.v0.models {
1818
1818
  }
1819
1819
 
1820
1820
  declare namespace io.flow.payment.v0.enums {
1821
+ type AddressVerificationResultFieldCode =
1822
+ | 'match'
1823
+ | 'not_available'
1824
+ | 'not_checked'
1825
+ | 'not_matched';
1821
1826
  type AuthorizationDeclineCode =
1822
1827
  | 'expired'
1823
1828
  | 'invalid_name'
@@ -1875,6 +1880,11 @@ declare namespace io.flow.payment.v0.enums {
1875
1880
  | 'mastercard'
1876
1881
  | 'visa';
1877
1882
  type CvvCode = 'match' | 'suspicious' | 'unsupported' | 'no_match';
1883
+ type CvvResultCode =
1884
+ | 'match'
1885
+ | 'not_available'
1886
+ | 'not_checked'
1887
+ | 'not_matched';
1878
1888
  type PaymentErrorCode =
1879
1889
  | 'duplicate'
1880
1890
  | 'invalid_amount'
@@ -1927,6 +1937,13 @@ declare namespace io.flow.payment.v0.models {
1927
1937
  readonly ip?: string;
1928
1938
  }
1929
1939
 
1940
+ interface AddressVerificationResult {
1941
+ readonly street_code: io.flow.payment.v0.enums.AddressVerificationResultFieldCode;
1942
+ readonly postal_code: io.flow.payment.v0.enums.AddressVerificationResultFieldCode;
1943
+ readonly name_code: io.flow.payment.v0.enums.AddressVerificationResultFieldCode;
1944
+ readonly raw?: string;
1945
+ }
1946
+
1930
1947
  interface AdyenChallengeShopperData {
1931
1948
  readonly discriminator: 'adyen_challenge_shopper_data';
1932
1949
  readonly challenge_token: string;
@@ -2246,6 +2263,11 @@ declare namespace io.flow.payment.v0.models {
2246
2263
  readonly description?: string;
2247
2264
  }
2248
2265
 
2266
+ interface CvvResult {
2267
+ readonly code: io.flow.payment.v0.enums.CvvResultCode;
2268
+ readonly raw?: string;
2269
+ }
2270
+
2249
2271
  interface DirectAuthorizationForm {
2250
2272
  readonly discriminator: 'direct_authorization_form';
2251
2273
  readonly token: string;
@@ -2697,6 +2719,17 @@ declare namespace io.flow.payment.v0.models {
2697
2719
  readonly method: string;
2698
2720
  }
2699
2721
 
2722
+ interface TransactionDetailsCard {
2723
+ readonly address_verification_result?: io.flow.payment.v0.models.AddressVerificationResult;
2724
+ readonly cvv_result?: io.flow.payment.v0.models.CvvResult;
2725
+ readonly network_details?: io.flow.payment.v0.models.TransactionNetworkDetailsCard;
2726
+ }
2727
+
2728
+ interface TransactionNetworkDetailsCard {
2729
+ readonly network_transaction_id?: string;
2730
+ readonly network?: io.flow.payment.v0.enums.CardType;
2731
+ }
2732
+
2700
2733
  interface VirtualCard {
2701
2734
  readonly id: string;
2702
2735
  readonly key: string;
@@ -8025,6 +8058,8 @@ declare namespace io.flow.payment.gateway.v0.models {
8025
8058
  readonly card_data: io.flow.payment.gateway.v0.unions.PaymentMethodCard;
8026
8059
  readonly device_fingerprint_details: io.flow.payment.gateway.v0.unions.DeviceFingerprintDetails;
8027
8060
  readonly cvv?: string;
8061
+ readonly reference?: string;
8062
+ readonly previous_transaction_details?: io.flow.payment.v0.models.TransactionNetworkDetailsCard;
8028
8063
  }
8029
8064
 
8030
8065
  interface PaymentMethodDataAuthorizeGooglepay {
@@ -8140,6 +8175,8 @@ declare namespace io.flow.payment.gateway.v0.models {
8140
8175
  readonly last_four: string;
8141
8176
  readonly card_type: io.flow.payment.v0.enums.CardType;
8142
8177
  readonly id: string;
8178
+ readonly reference?: string;
8179
+ readonly transaction_details?: io.flow.payment.v0.models.TransactionDetailsCard;
8143
8180
  }
8144
8181
 
8145
8182
  interface PaymentMethodSummaryGooglepay {
@@ -13151,6 +13188,7 @@ declare namespace io.flow.billing.bank.account.v0.unions {
13151
13188
  }
13152
13189
 
13153
13190
  declare namespace io.flow.internal.v0.enums {
13191
+ type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
13154
13192
  type AccountType = 'channel' | 'organization';
13155
13193
  type AddressConfigurationSettingProvinceCode = 'iso_3166_2' | 'name';
13156
13194
  type AdyenIntegrationType =
@@ -13633,6 +13671,8 @@ declare namespace io.flow.internal.v0.enums {
13633
13671
  | 'label_transaction_deleted'
13634
13672
  | 'channel_billed_transaction_upserted'
13635
13673
  | 'channel_billed_transaction_deleted'
13674
+ | 'tax_transaction_upserted'
13675
+ | 'tax_transaction_deleted'
13636
13676
  | 'calculator_organization_settings_upserted'
13637
13677
  | 'calculator_organization_settings_deleted'
13638
13678
  | 'carrier_account_upserted_v2'
@@ -14037,7 +14077,10 @@ declare namespace io.flow.internal.v0.enums {
14037
14077
  type OrganizationCapability = 'organization' | 'flow' | 'dynamic';
14038
14078
  type OrganizationPaymentStatus = 'active' | 'archived';
14039
14079
  type OrganizationRestrictionApprovalStatus = 'ready' | 'not-ready';
14040
- type OrganizationRestrictionNoteType = 'internal' | 'rejection_reason';
14080
+ type OrganizationRestrictionNoteType =
14081
+ | 'internal'
14082
+ | 'rejection_reason'
14083
+ | 'additional_rejection_info';
14041
14084
  type OrganizationRestrictionRiskLevel = '5' | '15';
14042
14085
  type OrganizationRestrictionScreeningStatus =
14043
14086
  | 'in_review'
@@ -14387,6 +14430,7 @@ declare namespace io.flow.internal.v0.models {
14387
14430
  readonly fees_source: io.flow.internal.v0.enums.FeesSource;
14388
14431
  readonly require_payment_request: boolean;
14389
14432
  readonly round_individual_transactions: boolean;
14433
+ readonly liabilities_method: io.flow.internal.v0.enums.AccountSettingLiabilitiesMethod;
14390
14434
  }
14391
14435
 
14392
14436
  interface AccountSettingsDeleted {
@@ -18134,8 +18178,7 @@ declare namespace io.flow.internal.v0.models {
18134
18178
 
18135
18179
  interface ClassificationActionFormUndo {
18136
18180
  readonly discriminator: 'undo';
18137
- readonly organization_id: string;
18138
- readonly item_numbers: string[];
18181
+ readonly item_classification_ids: string[];
18139
18182
  readonly user: string;
18140
18183
  }
18141
18184
 
@@ -18217,13 +18260,6 @@ declare namespace io.flow.internal.v0.models {
18217
18260
  readonly message: string;
18218
18261
  }
18219
18262
 
18220
- interface ClassificationSearch {
18221
- readonly product_id: string;
18222
- readonly organization_id: io.flow.common.v0.models.OrganizationSummary;
18223
- readonly items: io.flow.common.v0.models.CatalogItemSummary[];
18224
- readonly product_harmonization: io.flow.internal.v0.models.ClassificationProductHarmonization;
18225
- }
18226
-
18227
18263
  interface ClassificationStatistics {
18228
18264
  readonly status: io.flow.internal.v0.enums.ItemHarmonizationStatus;
18229
18265
  readonly number_of_items: number;
@@ -18351,6 +18387,13 @@ declare namespace io.flow.internal.v0.models {
18351
18387
  readonly id: string;
18352
18388
  }
18353
18389
 
18390
+ interface CourthouseProductSummary {
18391
+ readonly organization: io.flow.common.v0.models.OrganizationSummary;
18392
+ readonly product_id: string;
18393
+ readonly items: io.flow.common.v0.models.CatalogItemSummary[];
18394
+ readonly product_harmonization: io.flow.internal.v0.models.ClassificationProductHarmonization;
18395
+ }
18396
+
18354
18397
  interface CryptoAccount {
18355
18398
  readonly discriminator: 'crypto_account';
18356
18399
  readonly id: string;
@@ -22688,6 +22731,7 @@ declare namespace io.flow.internal.v0.models {
22688
22731
 
22689
22732
  interface OrganizationRestrictionNoteForm {
22690
22733
  readonly note: string;
22734
+ readonly note_type: io.flow.internal.v0.enums.OrganizationRestrictionNoteType;
22691
22735
  }
22692
22736
 
22693
22737
  interface OrganizationRestrictionScreeningDecisionForm {
@@ -22697,8 +22741,7 @@ declare namespace io.flow.internal.v0.models {
22697
22741
  readonly risk_level?: io.flow.internal.v0.enums.OrganizationRestrictionRiskLevel;
22698
22742
  readonly hs_code?: string;
22699
22743
  readonly merchant_category_code?: string;
22700
- readonly note?: string;
22701
- readonly rejection_reason?: string;
22744
+ readonly notes?: io.flow.internal.v0.models.OrganizationRestrictionNoteForm[];
22702
22745
  }
22703
22746
 
22704
22747
  interface OrganizationRestrictionSnapshot {
@@ -24563,6 +24606,7 @@ declare namespace io.flow.internal.v0.models {
24563
24606
  interface SingleClassificationAction {
24564
24607
  readonly discriminator: 'single';
24565
24608
  readonly organization: string;
24609
+ readonly item_classification_id: string;
24566
24610
  readonly item_summary: io.flow.internal.v0.models.HarmonizationItemSummary;
24567
24611
  readonly customs_description: string;
24568
24612
  readonly labels?: io.flow.internal.v0.models.ProductLabels;
@@ -25096,6 +25140,20 @@ declare namespace io.flow.internal.v0.models {
25096
25140
  readonly created_at: string;
25097
25141
  }
25098
25142
 
25143
+ interface TaxTransactionDeleted {
25144
+ readonly discriminator: 'tax_transaction_deleted';
25145
+ readonly event_id: string;
25146
+ readonly timestamp: string;
25147
+ readonly id: string;
25148
+ }
25149
+
25150
+ interface TaxTransactionUpserted {
25151
+ readonly discriminator: 'tax_transaction_upserted';
25152
+ readonly event_id: string;
25153
+ readonly timestamp: string;
25154
+ readonly tax_transaction: io.flow.internal.v0.models.TaxTransaction;
25155
+ }
25156
+
25099
25157
  interface TaxonomyCategory {
25100
25158
  readonly discriminator: 'category';
25101
25159
  readonly name: string;
@@ -26076,6 +26134,8 @@ declare namespace io.flow.internal.v0.unions {
26076
26134
  | io.flow.internal.v0.models.LabelTransactionDeleted
26077
26135
  | io.flow.internal.v0.models.ChannelBilledTransactionUpserted
26078
26136
  | io.flow.internal.v0.models.ChannelBilledTransactionDeleted
26137
+ | io.flow.internal.v0.models.TaxTransactionUpserted
26138
+ | io.flow.internal.v0.models.TaxTransactionDeleted
26079
26139
  | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted
26080
26140
  | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted
26081
26141
  | io.flow.internal.v0.models.CarrierAccountUpsertedV2
@@ -26573,6 +26633,8 @@ export type AccountProcessingRatesUpserted =
26573
26633
  export type AccountReference = io.flow.internal.v0.models.AccountReference;
26574
26634
  export type AccountSettingLabelFees =
26575
26635
  io.flow.internal.v0.models.AccountSettingLabelFees;
26636
+ export type AccountSettingLiabilitiesMethod =
26637
+ io.flow.internal.v0.enums.AccountSettingLiabilitiesMethod;
26576
26638
  export type AccountSettings = io.flow.internal.v0.models.AccountSettings;
26577
26639
  export type AccountSettingsDeleted =
26578
26640
  io.flow.internal.v0.models.AccountSettingsDeleted;
@@ -28087,8 +28149,6 @@ export type ClassificationRequeueRequest =
28087
28149
  io.flow.internal.v0.models.ClassificationRequeueRequest;
28088
28150
  export type ClassificationResponse =
28089
28151
  io.flow.internal.v0.unions.ClassificationResponse;
28090
- export type ClassificationSearch =
28091
- io.flow.internal.v0.models.ClassificationSearch;
28092
28152
  export type ClassificationStatistics =
28093
28153
  io.flow.internal.v0.models.ClassificationStatistics;
28094
28154
  export type ClassificationTaxonomy =
@@ -28130,6 +28190,8 @@ export type CountryPickerExperienceData =
28130
28190
  io.flow.internal.v0.models.CountryPickerExperienceData;
28131
28191
  export type CountryPickerPaymentMethod =
28132
28192
  io.flow.internal.v0.models.CountryPickerPaymentMethod;
28193
+ export type CourthouseProductSummary =
28194
+ io.flow.internal.v0.models.CourthouseProductSummary;
28133
28195
  export type CrossdockTrackingStatus =
28134
28196
  io.flow.internal.v0.enums.CrossdockTrackingStatus;
28135
28197
  export type CryptoAccount = io.flow.internal.v0.models.CryptoAccount;
@@ -29866,7 +29928,11 @@ export type TaxRemittanceTransactionDeleted =
29866
29928
  export type TaxRemittanceTransactionUpserted =
29867
29929
  io.flow.internal.v0.models.TaxRemittanceTransactionUpserted;
29868
29930
  export type TaxTransaction = io.flow.internal.v0.models.TaxTransaction;
29931
+ export type TaxTransactionDeleted =
29932
+ io.flow.internal.v0.models.TaxTransactionDeleted;
29869
29933
  export type TaxTransactionType = io.flow.internal.v0.enums.TaxTransactionType;
29934
+ export type TaxTransactionUpserted =
29935
+ io.flow.internal.v0.models.TaxTransactionUpserted;
29870
29936
  export type TaxonomyCategory = io.flow.internal.v0.models.TaxonomyCategory;
29871
29937
  export type TaxonomyNode = io.flow.internal.v0.models.TaxonomyNode;
29872
29938
  export type Test = io.flow.internal.v0.models.Test;
package/src/api.ts CHANGED
@@ -2105,6 +2105,11 @@ declare namespace io.flow.v0.enums {
2105
2105
  | 'phone'
2106
2106
  | 'company'
2107
2107
  | 'vat_registration_number';
2108
+ type AddressVerificationResultFieldCode =
2109
+ | 'match'
2110
+ | 'not_available'
2111
+ | 'not_checked'
2112
+ | 'not_matched';
2108
2113
  type AdjustmentReasonKey = 'duty_deminimis' | 'vat_deminimis';
2109
2114
  type Aggregate = 'maximum' | 'minimum';
2110
2115
  type AttachmentType = 'csv';
@@ -2245,6 +2250,11 @@ declare namespace io.flow.v0.enums {
2245
2250
  type CurrencySymbolFormat = 'narrow' | 'primary';
2246
2251
  type CustomerAddressType = 'billing' | 'invoice' | 'shipping';
2247
2252
  type CvvCode = 'match' | 'suspicious' | 'unsupported' | 'no_match';
2253
+ type CvvResultCode =
2254
+ | 'match'
2255
+ | 'not_available'
2256
+ | 'not_checked'
2257
+ | 'not_matched';
2248
2258
  type DayOfWeek =
2249
2259
  | 'sunday'
2250
2260
  | 'monday'
@@ -3302,6 +3312,13 @@ declare namespace io.flow.v0.models {
3302
3312
  readonly suggestions: io.flow.v0.models.AddressSuggestion[];
3303
3313
  }
3304
3314
 
3315
+ interface AddressVerificationResult {
3316
+ readonly street_code: io.flow.v0.enums.AddressVerificationResultFieldCode;
3317
+ readonly postal_code: io.flow.v0.enums.AddressVerificationResultFieldCode;
3318
+ readonly name_code: io.flow.v0.enums.AddressVerificationResultFieldCode;
3319
+ readonly raw?: string;
3320
+ }
3321
+
3305
3322
  interface AdjustmentReason {
3306
3323
  readonly key: io.flow.v0.enums.AdjustmentReasonKey;
3307
3324
  readonly label: string;
@@ -5196,6 +5213,11 @@ declare namespace io.flow.v0.models {
5196
5213
  readonly description?: string;
5197
5214
  }
5198
5215
 
5216
+ interface CvvResult {
5217
+ readonly code: io.flow.v0.enums.CvvResultCode;
5218
+ readonly raw?: string;
5219
+ }
5220
+
5199
5221
  interface DatetimeRange {
5200
5222
  readonly from: string;
5201
5223
  readonly to: string;
@@ -9153,6 +9175,8 @@ declare namespace io.flow.v0.models {
9153
9175
  readonly card_data: io.flow.v0.unions.PaymentMethodCard;
9154
9176
  readonly device_fingerprint_details: io.flow.v0.unions.DeviceFingerprintDetails;
9155
9177
  readonly cvv?: string;
9178
+ readonly reference?: string;
9179
+ readonly previous_transaction_details?: io.flow.v0.models.TransactionNetworkDetailsCard;
9156
9180
  }
9157
9181
 
9158
9182
  interface PaymentMethodDataAuthorizeGooglepay {
@@ -9301,6 +9325,8 @@ declare namespace io.flow.v0.models {
9301
9325
  readonly last_four: string;
9302
9326
  readonly card_type: io.flow.v0.enums.CardType;
9303
9327
  readonly id: string;
9328
+ readonly reference?: string;
9329
+ readonly transaction_details?: io.flow.v0.models.TransactionDetailsCard;
9304
9330
  }
9305
9331
 
9306
9332
  interface PaymentMethodSummaryGooglepay {
@@ -12331,6 +12357,17 @@ declare namespace io.flow.v0.models {
12331
12357
  readonly created_at: string;
12332
12358
  }
12333
12359
 
12360
+ interface TransactionDetailsCard {
12361
+ readonly address_verification_result?: io.flow.v0.models.AddressVerificationResult;
12362
+ readonly cvv_result?: io.flow.v0.models.CvvResult;
12363
+ readonly network_details?: io.flow.v0.models.TransactionNetworkDetailsCard;
12364
+ }
12365
+
12366
+ interface TransactionNetworkDetailsCard {
12367
+ readonly network_transaction_id?: string;
12368
+ readonly network?: io.flow.v0.enums.CardType;
12369
+ }
12370
+
12334
12371
  interface TransactionUpserted {
12335
12372
  readonly discriminator: 'transaction_upserted';
12336
12373
  readonly event_id: string;
@@ -13183,6 +13220,10 @@ export type AddressFieldName = io.flow.v0.enums.AddressFieldName;
13183
13220
  export type AddressFieldValidation = io.flow.v0.models.AddressFieldValidation;
13184
13221
  export type AddressSuggestion = io.flow.v0.models.AddressSuggestion;
13185
13222
  export type AddressVerification = io.flow.v0.models.AddressVerification;
13223
+ export type AddressVerificationResult =
13224
+ io.flow.v0.models.AddressVerificationResult;
13225
+ export type AddressVerificationResultFieldCode =
13226
+ io.flow.v0.enums.AddressVerificationResultFieldCode;
13186
13227
  export type AdjustmentReason = io.flow.v0.models.AdjustmentReason;
13187
13228
  export type AdjustmentReasonKey = io.flow.v0.enums.AdjustmentReasonKey;
13188
13229
  export type AdyenChallengeShopperData =
@@ -13578,6 +13619,8 @@ export type CustomerToken = io.flow.v0.models.CustomerToken;
13578
13619
  export type CustomerUpserted = io.flow.v0.models.CustomerUpserted;
13579
13620
  export type Cvv = io.flow.v0.models.Cvv;
13580
13621
  export type CvvCode = io.flow.v0.enums.CvvCode;
13622
+ export type CvvResult = io.flow.v0.models.CvvResult;
13623
+ export type CvvResultCode = io.flow.v0.enums.CvvResultCode;
13581
13624
  export type DatetimeRange = io.flow.v0.models.DatetimeRange;
13582
13625
  export type DatetimeWithTimezone = io.flow.v0.models.DatetimeWithTimezone;
13583
13626
  export type DayOfWeek = io.flow.v0.enums.DayOfWeek;
@@ -15135,6 +15178,9 @@ export type TradeAgreementDuty = io.flow.v0.models.TradeAgreementDuty;
15135
15178
  export type TradeAgreementName = io.flow.v0.enums.TradeAgreementName;
15136
15179
  export type TradeAgreementStatus = io.flow.v0.enums.TradeAgreementStatus;
15137
15180
  export type Transaction = io.flow.v0.models.Transaction;
15181
+ export type TransactionDetailsCard = io.flow.v0.models.TransactionDetailsCard;
15182
+ export type TransactionNetworkDetailsCard =
15183
+ io.flow.v0.models.TransactionNetworkDetailsCard;
15138
15184
  export type TransactionSource = io.flow.v0.enums.TransactionSource;
15139
15185
  export type TransactionUpserted = io.flow.v0.models.TransactionUpserted;
15140
15186
  export type TransitEstimate = io.flow.v0.models.TransitEstimate;