@flowio/types 11.24.54 → 11.24.56

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.d.ts CHANGED
@@ -1578,7 +1578,7 @@ declare namespace io.flow.shopify.external.v0.models {
1578
1578
  }
1579
1579
  }
1580
1580
  declare namespace io.flow.apple.pay.v0.enums {
1581
- type ApplePayContactField = 'email' | 'name' | 'phone' | 'postalAddress' | 'phoneticName';
1581
+ type ApplePayContactField = 'email' | 'name' | 'phone' | 'postal_address' | 'phonetic_name';
1582
1582
  type ApplePayLineItemType = 'final' | 'pending';
1583
1583
  type ApplePayMerchantCapability = 'supports3DS' | 'supportsCredit' | 'supportsDebit' | 'supportsEMV';
1584
1584
  type ApplePayShippingType = 'shipping' | 'delivery' | 'store_pickup' | 'service_pickup';
@@ -1588,7 +1588,7 @@ declare namespace io.flow.apple.pay.v0.models {
1588
1588
  interface ApplePayLineItem {
1589
1589
  readonly label: string;
1590
1590
  readonly type: io.flow.apple.pay.v0.enums.ApplePayLineItemType;
1591
- readonly amount: string;
1591
+ readonly amount: number;
1592
1592
  }
1593
1593
  interface ApplePayPaymentContact {
1594
1594
  readonly email_address?: string;
@@ -1635,7 +1635,7 @@ declare namespace io.flow.apple.pay.v0.models {
1635
1635
  interface ApplePayShippingMethod {
1636
1636
  readonly label: string;
1637
1637
  readonly detail: string;
1638
- readonly amount: string;
1638
+ readonly amount: number;
1639
1639
  readonly identifier: string;
1640
1640
  }
1641
1641
  }
@@ -1694,7 +1694,7 @@ declare namespace io.flow.v0.enums {
1694
1694
  type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
1695
1695
  type EntityIdentifierType = 'ioss' | 'voec';
1696
1696
  type Environment = 'sandbox' | 'production';
1697
- type EventType = 'transaction_upserted' | 'organization_transaction_upserted' | 'organization_transaction_deleted' | 'statement_upserted' | 'statement_deleted' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'channel_transaction_deleted_v2' | 'channel_statement_upserted' | 'channel_statement_deleted' | 'attribute_upserted' | 'attribute_deleted' | 'attribute_upserted_v2' | 'attribute_deleted_v2' | 'catalog_upserted' | 'catalog_deleted' | 'subcatalog_upserted' | 'subcatalog_deleted' | 'catalog_item_upserted' | 'catalog_item_deleted' | 'catalog_item_upserted_v2' | 'catalog_item_deleted_v2' | 'subcatalog_item_upserted' | 'subcatalog_item_deleted' | 'channel_upserted' | 'channel_deleted' | 'channel_currency_upserted' | 'channel_currency_deleted' | 'channel_organization_upserted' | 'channel_organization_deleted' | 'b2b_invoice_upserted' | 'b2b_invoice_deleted' | 'b2b_credit_memo_upserted' | 'b2b_credit_memo_deleted' | 'consumer_invoice_upserted' | 'consumer_invoice_deleted' | 'credit_memo_upserted' | 'credit_memo_deleted' | 'crossdock_shipment_upserted' | 'rate_deleted' | 'rate_upserted' | 'rate_deleted_v3' | 'rate_upserted_v3' | 'customer_upserted' | 'customer_deleted' | 'customer_address_book_contact_upserted' | 'customer_address_book_contact_deleted' | 'email_notification_upserted' | 'email_notification_deleted' | 'available_promotions_upserted' | 'available_promotions_deleted' | 'available_promotions_upserted_v2' | 'available_promotions_deleted_v2' | 'allocation_deleted_v2' | 'allocation_upserted_v2' | 'currency_format_deleted' | 'currency_format_upserted' | 'experience_deleted' | 'experience_upserted' | 'experience_deleted_v2' | 'experience_upserted_v2' | 'country_status_upserted' | 'country_status_deleted' | 'experience_price_book_mapping_deleted' | 'experience_price_book_mapping_upserted' | 'experience_logistics_settings_upserted' | 'experience_logistics_settings_deleted' | 'item_margin_deleted_v2' | 'item_margin_upserted_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'label_format_deleted' | 'label_format_upserted' | 'order_deleted' | 'order_upserted' | 'order_deleted_v2' | 'order_upserted_v2' | 'order_identifier_deleted' | 'order_identifier_upserted' | 'order_identifier_deleted_v2' | 'order_identifier_upserted_v2' | 'order_identifier_upserted_v3' | 'order_replacement_upserted' | 'order_replacement_deleted' | 'pricing_deleted' | 'pricing_upserted' | 'order_service_change_request' | 'fraud_status_changed' | 'center_upserted' | 'center_deleted' | 'shipping_configuration_upserted' | 'shipping_configuration_deleted' | 'tier_upserted_v2' | 'tier_deleted_v2' | 'shipping_lane_upserted' | 'shipping_lane_deleted' | 'shipping_configuration_item_availability_upserted' | 'shipping_configuration_item_availability_deleted' | 'shipping_configuration_item_shipping_pricing_upserted' | 'shipping_configuration_item_shipping_pricing_deleted' | 'hs6_code_upserted' | 'hs6_code_deleted' | 'hs10_code_upserted' | 'hs10_code_deleted' | 'item_origin_upserted' | 'item_origin_deleted' | 'harmonized_landed_cost_upserted' | 'fully_harmonized_item_upserted' | 'import_completed_v2' | 'import_failed_v2' | 'rule_upserted' | 'rule_deleted' | 'snapshot_upserted' | 'snapshot_deleted' | 'label_upserted' | 'label_deleted_v2' | 'label_upserted_v2' | 'notification_upserted_v2' | 'notification_deleted_v2' | 'manifested_label_upserted' | 'manifested_label_deleted' | 'local_item_upserted' | 'local_item_deleted' | 'merchant_application_upserted' | 'merchant_application_deleted' | 'checkout_optin_responses_upserted' | 'checkout_optin_responses_deleted' | 'browse_optin_responses_upserted' | 'browse_optin_responses_deleted' | 'order_placed' | 'order_placed_v2' | 'ready_to_fulfill' | 'ready_to_fulfill_v2' | 'membership_upserted_v2' | 'membership_deleted_v2' | 'organization_upserted' | 'organization_deleted' | 'organization_upserted_v2' | 'organization_deleted_v2' | 'organization_default_configurations_upserted' | 'organization_default_configurations_deleted' | 'ecommerce_platform_upserted' | 'ecommerce_platform_deleted' | 'organization_onboarding_state_upserted' | 'organization_onboarding_state_deleted' | 'authorization_deleted_v2' | 'authorization_status_changed' | 'card_authorization_upserted_v2' | 'card_authorization_deleted_v2' | 'online_authorization_upserted_v2' | 'online_authorization_deleted_v2' | 'capture_upserted_v2' | 'capture_deleted' | 'card_upserted_v2' | 'card_deleted' | 'payment_upserted' | 'payment_deleted' | 'refund_upserted_v2' | 'refund_deleted_v2' | 'refund_capture_upserted_v2' | 'reversal_upserted' | 'reversal_deleted' | 'capture_identifier_upserted' | 'capture_identifier_deleted' | 'refund_identifier_upserted' | 'refund_identifier_deleted' | 'virtual_card_capture_upserted' | 'virtual_card_capture_deleted' | 'virtual_card_refund_upserted' | 'virtual_card_refund_deleted' | 'payment_request_upserted' | 'price_book_upserted' | 'price_book_deleted' | 'price_book_item_upserted' | 'price_book_item_deleted' | 'organization_rates_published' | 'ratecard_lane_upserted' | 'ratecard_lane_deleted' | 'ratecard_upserted' | 'ratecard_deleted' | 'product_restriction_result_upserted' | 'product_restriction_result_deleted' | 'return_upserted' | 'return_deleted' | 'return_upserted_v2' | 'return_deleted_v2' | 'shopify_localization_setting_upserted' | 'shopify_localization_setting_deleted' | 'tracking_label_event_upserted';
1697
+ type EventType = 'test_upserted' | 'transaction_upserted' | 'organization_transaction_upserted' | 'organization_transaction_deleted' | 'statement_upserted' | 'statement_deleted' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'channel_transaction_deleted_v2' | 'channel_statement_upserted' | 'channel_statement_deleted' | 'channel_payout_upserted' | 'channel_payout_deleted' | 'organization_payout_upserted' | 'organization_payout_deleted' | 'attribute_upserted' | 'attribute_deleted' | 'attribute_upserted_v2' | 'attribute_deleted_v2' | 'catalog_upserted' | 'catalog_deleted' | 'subcatalog_upserted' | 'subcatalog_deleted' | 'catalog_item_upserted' | 'catalog_item_deleted' | 'catalog_item_upserted_v2' | 'catalog_item_deleted_v2' | 'subcatalog_item_upserted' | 'subcatalog_item_deleted' | 'channel_upserted' | 'channel_deleted' | 'channel_currency_upserted' | 'channel_currency_deleted' | 'channel_organization_upserted' | 'channel_organization_deleted' | 'b2b_invoice_upserted' | 'b2b_invoice_deleted' | 'b2b_credit_memo_upserted' | 'b2b_credit_memo_deleted' | 'consumer_invoice_upserted' | 'consumer_invoice_deleted' | 'credit_memo_upserted' | 'credit_memo_deleted' | 'crossdock_shipment_upserted' | 'rate_deleted' | 'rate_upserted' | 'rate_deleted_v3' | 'rate_upserted_v3' | 'customer_upserted' | 'customer_deleted' | 'customer_address_book_contact_upserted' | 'customer_address_book_contact_deleted' | 'email_notification_upserted' | 'email_notification_deleted' | 'available_promotions_upserted' | 'available_promotions_deleted' | 'available_promotions_upserted_v2' | 'available_promotions_deleted_v2' | 'allocation_deleted_v2' | 'allocation_upserted_v2' | 'currency_format_deleted' | 'currency_format_upserted' | 'experience_deleted' | 'experience_upserted' | 'experience_deleted_v2' | 'experience_upserted_v2' | 'country_status_upserted' | 'country_status_deleted' | 'experience_price_book_mapping_deleted' | 'experience_price_book_mapping_upserted' | 'experience_logistics_settings_upserted' | 'experience_logistics_settings_deleted' | 'item_margin_deleted_v2' | 'item_margin_upserted_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'label_format_deleted' | 'label_format_upserted' | 'order_deleted' | 'order_upserted' | 'order_deleted_v2' | 'order_upserted_v2' | 'order_identifier_deleted' | 'order_identifier_upserted' | 'order_identifier_deleted_v2' | 'order_identifier_upserted_v2' | 'order_identifier_upserted_v3' | 'order_replacement_upserted' | 'order_replacement_deleted' | 'pricing_deleted' | 'pricing_upserted' | 'order_service_change_request' | 'fraud_status_changed' | 'center_upserted' | 'center_deleted' | 'shipping_configuration_upserted' | 'shipping_configuration_deleted' | 'tier_upserted_v2' | 'tier_deleted_v2' | 'shipping_lane_upserted' | 'shipping_lane_deleted' | 'shipping_configuration_item_availability_upserted' | 'shipping_configuration_item_availability_deleted' | 'shipping_configuration_item_shipping_pricing_upserted' | 'shipping_configuration_item_shipping_pricing_deleted' | 'hs6_code_upserted' | 'hs6_code_deleted' | 'hs10_code_upserted' | 'hs10_code_deleted' | 'item_origin_upserted' | 'item_origin_deleted' | 'harmonized_landed_cost_upserted' | 'fully_harmonized_item_upserted' | 'import_completed_v2' | 'import_failed_v2' | 'rule_upserted' | 'rule_deleted' | 'snapshot_upserted' | 'snapshot_deleted' | 'label_upserted' | 'label_deleted_v2' | 'label_upserted_v2' | 'notification_upserted_v2' | 'notification_deleted_v2' | 'manifested_label_upserted' | 'manifested_label_deleted' | 'local_item_upserted' | 'local_item_deleted' | 'merchant_application_upserted' | 'merchant_application_deleted' | 'checkout_optin_responses_upserted' | 'checkout_optin_responses_deleted' | 'browse_optin_responses_upserted' | 'browse_optin_responses_deleted' | 'order_placed' | 'order_placed_v2' | 'ready_to_fulfill' | 'ready_to_fulfill_v2' | 'membership_upserted_v2' | 'membership_deleted_v2' | 'organization_upserted' | 'organization_deleted' | 'organization_upserted_v2' | 'organization_deleted_v2' | 'organization_default_configurations_upserted' | 'organization_default_configurations_deleted' | 'ecommerce_platform_upserted' | 'ecommerce_platform_deleted' | 'organization_onboarding_state_upserted' | 'organization_onboarding_state_deleted' | 'authorization_deleted_v2' | 'authorization_status_changed' | 'card_authorization_upserted_v2' | 'card_authorization_deleted_v2' | 'online_authorization_upserted_v2' | 'online_authorization_deleted_v2' | 'capture_upserted_v2' | 'capture_deleted' | 'card_upserted_v2' | 'card_deleted' | 'payment_upserted' | 'payment_deleted' | 'refund_upserted_v2' | 'refund_deleted_v2' | 'refund_capture_upserted_v2' | 'reversal_upserted' | 'reversal_deleted' | 'capture_identifier_upserted' | 'capture_identifier_deleted' | 'refund_identifier_upserted' | 'refund_identifier_deleted' | 'virtual_card_capture_upserted' | 'virtual_card_capture_deleted' | 'virtual_card_refund_upserted' | 'virtual_card_refund_deleted' | 'payment_request_upserted' | 'price_book_upserted' | 'price_book_deleted' | 'price_book_item_upserted' | 'price_book_item_deleted' | 'organization_rates_published' | 'ratecard_lane_upserted' | 'ratecard_lane_deleted' | 'ratecard_upserted' | 'ratecard_deleted' | 'product_restriction_result_upserted' | 'product_restriction_result_deleted' | 'return_upserted' | 'return_deleted' | 'return_upserted_v2' | 'return_deleted_v2' | 'shopify_localization_setting_upserted' | 'shopify_localization_setting_deleted' | 'tracking_label_event_upserted';
1698
1698
  type ExceptionType = 'open' | 'closed';
1699
1699
  type ExclusionRuleState = 'current' | 'deleting' | 'updating';
1700
1700
  type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
@@ -1714,6 +1714,7 @@ declare namespace io.flow.v0.enums {
1714
1714
  type FulfillmentItemQuantityStatus = 'new' | 'shipped' | 'cancelled';
1715
1715
  type FulfillmentMethodType = 'fulfillment_method';
1716
1716
  type FulfillmentMethodValue = 'digital' | 'physical';
1717
+ type FulfillmentRouting = 'fulfilled_from_center' | 'fulfillment_service';
1717
1718
  type GenericErrorCode = 'generic_error' | 'client_error' | 'server_error';
1718
1719
  type GoodsSupply = 'export' | 'intra_community' | 'local';
1719
1720
  type HolidayCalendar = 'us_bank_holidays' | 'jewish_holidays';
@@ -1771,6 +1772,9 @@ declare namespace io.flow.v0.enums {
1771
1772
  type PaymentMethodDataOptionType = 'ideal_issuer_option';
1772
1773
  type PaymentMethodRuleContentKey = 'description';
1773
1774
  type PaymentMethodType = 'card' | 'online' | 'offline';
1775
+ type PaymentRequestReviewCheckStatus = 'passed' | 'failed';
1776
+ type PaymentRequestReviewCheckType = 'restricted_party_screening' | 'fraud_suspicious_behavior' | 'fraud_suspicious_past_activity' | 'fraud_risky_velocity' | 'fraud_previous_chargebacks' | 'order_restricted_goods' | 'order_unsupported_destination' | 'order_missing_information' | 'order_domestic';
1777
+ type PaymentRequestReviewStatus = 'pending' | 'approved' | 'rejected';
1774
1778
  type PaymentSourceConfirmationActionType = 'cvv' | 'billing_address' | 'number';
1775
1779
  type PaymentStatus = 'requires_payment_method' | 'requires_action' | 'processing' | 'cancelled' | 'expired' | 'authorized' | 'reversed' | 'captured' | 'refunded' | 'in_dispute' | 'charged_back';
1776
1780
  type PaymentType = 'card' | 'klarna' | 'googlepay' | 'paypal' | 'applepay' | 'ideal' | 'sofort' | 'afterpay' | 'bancontact';
@@ -2211,6 +2215,15 @@ declare namespace io.flow.v0.models {
2211
2215
  readonly validation_url: string;
2212
2216
  readonly display_name?: string;
2213
2217
  }
2218
+ interface ApplepaySdkCreateResultActionDetails {
2219
+ readonly discriminator: 'applepay_sdk_create_result_action_details';
2220
+ readonly merchant_identifier: string;
2221
+ readonly payment_data_request: any;
2222
+ }
2223
+ interface ApplepaySdkValidateResultActionDetails {
2224
+ readonly discriminator: 'applepay_sdk_validate_result_action_details';
2225
+ readonly payment_session: any;
2226
+ }
2214
2227
  interface AtCost {
2215
2228
  readonly discriminator: 'at_cost';
2216
2229
  readonly ignore?: string;
@@ -2506,7 +2519,6 @@ declare namespace io.flow.v0.models {
2506
2519
  readonly b2b_invoice: io.flow.v0.models.B2BInvoice;
2507
2520
  }
2508
2521
  interface BankAccountForm {
2509
- readonly last4: string;
2510
2522
  readonly info: io.flow.v0.unions.BankAccountInfo;
2511
2523
  }
2512
2524
  interface BankAccountInfoUsa {
@@ -2517,6 +2529,9 @@ declare namespace io.flow.v0.models {
2517
2529
  interface BankAccountReference {
2518
2530
  readonly id: string;
2519
2531
  }
2532
+ interface BankAccountSummary {
2533
+ readonly last4: string;
2534
+ }
2520
2535
  interface BehaviorAudit {
2521
2536
  readonly behavior: io.flow.v0.enums.FlowBehavior;
2522
2537
  readonly authentication_techniques: io.flow.v0.enums.AuthenticationTechnique[];
@@ -3006,6 +3021,11 @@ declare namespace io.flow.v0.models {
3006
3021
  interface ChannelAuthorizationForm {
3007
3022
  readonly channel_id: string;
3008
3023
  }
3024
+ interface ChannelBankAccount {
3025
+ readonly id: string;
3026
+ readonly key: string;
3027
+ readonly last4: string;
3028
+ }
3009
3029
  interface ChannelCurrency {
3010
3030
  readonly id: string;
3011
3031
  readonly currency: string;
@@ -3024,6 +3044,10 @@ declare namespace io.flow.v0.models {
3024
3044
  readonly timestamp: string;
3025
3045
  readonly channel_currency: io.flow.v0.models.ChannelCurrency;
3026
3046
  }
3047
+ interface ChannelDefaultBankAccount {
3048
+ readonly id: string;
3049
+ readonly bank_account: io.flow.v0.models.BankAccountReference;
3050
+ }
3027
3051
  interface ChannelDeleted {
3028
3052
  readonly discriminator: 'channel_deleted';
3029
3053
  readonly event_id: string;
@@ -3076,11 +3100,26 @@ declare namespace io.flow.v0.models {
3076
3100
  readonly id: string;
3077
3101
  readonly account: io.flow.v0.models.AccountReference;
3078
3102
  readonly status: io.flow.v0.unions.PayoutStatus;
3103
+ readonly bank_account?: io.flow.v0.models.BankAccountSummary;
3079
3104
  readonly amount: number;
3080
3105
  readonly attachments: io.flow.v0.models.PayoutAttachment[];
3081
3106
  readonly created_at: string;
3082
3107
  readonly updated_at: string;
3083
3108
  }
3109
+ interface ChannelPayoutDeleted {
3110
+ readonly discriminator: 'channel_payout_deleted';
3111
+ readonly event_id: string;
3112
+ readonly timestamp: string;
3113
+ readonly channel_id: string;
3114
+ readonly id: string;
3115
+ }
3116
+ interface ChannelPayoutUpserted {
3117
+ readonly discriminator: 'channel_payout_upserted';
3118
+ readonly event_id: string;
3119
+ readonly timestamp: string;
3120
+ readonly channel_id: string;
3121
+ readonly payout: io.flow.v0.models.ChannelPayout;
3122
+ }
3084
3123
  interface ChannelRate {
3085
3124
  readonly placeholder?: string;
3086
3125
  }
@@ -3130,9 +3169,9 @@ declare namespace io.flow.v0.models {
3130
3169
  readonly user: io.flow.v0.models.UserReference;
3131
3170
  }
3132
3171
  interface ChannelTransaction {
3172
+ readonly statement?: io.flow.v0.models.BillingChannelStatementReference;
3133
3173
  readonly id: string;
3134
3174
  readonly order?: io.flow.v0.models.BillingChannelOrderSummary;
3135
- readonly statement?: io.flow.v0.models.BillingChannelStatementReference;
3136
3175
  readonly payment_request?: io.flow.v0.models.BillingChannelPaymentRequestReference;
3137
3176
  readonly currency: string;
3138
3177
  readonly source: io.flow.v0.enums.TransactionSource;
@@ -3889,8 +3928,15 @@ declare namespace io.flow.v0.models {
3889
3928
  readonly type: 'browser';
3890
3929
  readonly user_agent: string;
3891
3930
  readonly origin: string;
3892
- readonly accept_language: string;
3931
+ readonly accept_language?: string;
3893
3932
  readonly ip?: string;
3933
+ readonly time_zone_offset?: number;
3934
+ readonly date_string?: string;
3935
+ readonly navigator_language?: string;
3936
+ readonly navigator_hardware_concurrency?: number;
3937
+ readonly cookie_created_at?: number;
3938
+ readonly session_duration?: number;
3939
+ readonly fingerprint?: string;
3894
3940
  }
3895
3941
  interface DeviceFingerprintDetailsBrowser {
3896
3942
  readonly type: 'browser';
@@ -6692,6 +6738,7 @@ declare namespace io.flow.v0.models {
6692
6738
  }
6693
6739
  interface OrganizationBankAccount {
6694
6740
  readonly id: string;
6741
+ readonly key: string;
6695
6742
  readonly last4: string;
6696
6743
  }
6697
6744
  interface OrganizationConfigurationReference {
@@ -6773,11 +6820,26 @@ declare namespace io.flow.v0.models {
6773
6820
  readonly id: string;
6774
6821
  readonly account: io.flow.v0.models.AccountReference;
6775
6822
  readonly status: io.flow.v0.unions.PayoutStatus;
6823
+ readonly bank_account?: io.flow.v0.models.BankAccountSummary;
6776
6824
  readonly amount: number;
6777
6825
  readonly attachments: io.flow.v0.models.PayoutAttachment[];
6778
6826
  readonly created_at: string;
6779
6827
  readonly updated_at: string;
6780
6828
  }
6829
+ interface OrganizationPayoutDeleted {
6830
+ readonly discriminator: 'organization_payout_deleted';
6831
+ readonly event_id: string;
6832
+ readonly timestamp: string;
6833
+ readonly organization: string;
6834
+ readonly id: string;
6835
+ }
6836
+ interface OrganizationPayoutUpserted {
6837
+ readonly discriminator: 'organization_payout_upserted';
6838
+ readonly event_id: string;
6839
+ readonly timestamp: string;
6840
+ readonly organization: string;
6841
+ readonly payout: io.flow.v0.models.OrganizationPayout;
6842
+ }
6781
6843
  interface OrganizationPutForm {
6782
6844
  readonly name?: string;
6783
6845
  readonly environment?: io.flow.v0.enums.Environment;
@@ -7126,7 +7188,7 @@ declare namespace io.flow.v0.models {
7126
7188
  }
7127
7189
  interface PaymentMethodDataAuthorizeApplepayResultFailure {
7128
7190
  readonly type: 'failure';
7129
- readonly placeholder?: string;
7191
+ readonly message: string;
7130
7192
  }
7131
7193
  interface PaymentMethodDataAuthorizeApplepayResultSuccess {
7132
7194
  readonly type: 'success';
@@ -7388,6 +7450,7 @@ declare namespace io.flow.v0.models {
7388
7450
  readonly payment_information: io.flow.v0.models.PaymentInformation;
7389
7451
  readonly supported_actions: io.flow.v0.enums.PaymentActionType[];
7390
7452
  readonly payment_capture_option?: io.flow.v0.unions.PaymentCaptureOption;
7453
+ readonly review?: io.flow.v0.models.PaymentRequestReview;
7391
7454
  }
7392
7455
  interface PaymentRequestBilling {
7393
7456
  readonly fees: io.flow.v0.models.PaymentRequestBillingFees;
@@ -7421,6 +7484,14 @@ declare namespace io.flow.v0.models {
7421
7484
  readonly id: string;
7422
7485
  readonly reference?: string;
7423
7486
  }
7487
+ interface PaymentRequestReview {
7488
+ readonly status: io.flow.v0.enums.PaymentRequestReviewStatus;
7489
+ readonly checks: io.flow.v0.models.PaymentRequestReviewCheck[];
7490
+ }
7491
+ interface PaymentRequestReviewCheck {
7492
+ readonly type: io.flow.v0.enums.PaymentRequestReviewCheckType;
7493
+ readonly status: io.flow.v0.enums.PaymentRequestReviewCheckStatus;
7494
+ }
7424
7495
  interface PaymentRequestUpserted {
7425
7496
  readonly discriminator: 'payment_request_upserted';
7426
7497
  readonly event_id: string;
@@ -7482,6 +7553,22 @@ declare namespace io.flow.v0.models {
7482
7553
  readonly code: 'sent';
7483
7554
  readonly timestamp: string;
7484
7555
  }
7556
+ interface PayoutTransaction {
7557
+ readonly id: string;
7558
+ readonly order?: io.flow.v0.models.BillingChannelOrderSummary;
7559
+ readonly payment_request?: io.flow.v0.models.BillingChannelPaymentRequestReference;
7560
+ readonly currency: string;
7561
+ readonly source: io.flow.v0.enums.TransactionSource;
7562
+ readonly parent?: io.flow.v0.models.ParentTransactionSummary;
7563
+ readonly gross: number;
7564
+ readonly fees: io.flow.v0.models.FeeDeduction[];
7565
+ readonly withholdings: io.flow.v0.models.WithholdingDeduction[];
7566
+ readonly discounts: io.flow.v0.models.BillingDiscount[];
7567
+ readonly net: number;
7568
+ readonly identifiers: Record<string, string>;
7569
+ readonly created_at: string;
7570
+ readonly updated_at: string;
7571
+ }
7485
7572
  interface PaypalAuthorizationDetails {
7486
7573
  readonly discriminator: 'paypal_authorization_details';
7487
7574
  readonly payment_id: string;
@@ -7555,6 +7642,8 @@ declare namespace io.flow.v0.models {
7555
7642
  readonly id: string;
7556
7643
  readonly key?: string;
7557
7644
  readonly center?: io.flow.v0.models.CenterSummary;
7645
+ readonly fulfillment_routing?: io.flow.v0.enums.FulfillmentRouting;
7646
+ readonly ship_from_country?: string;
7558
7647
  readonly items: io.flow.v0.models.DeliveryItem[];
7559
7648
  readonly options: io.flow.v0.models.DeliveryOption[];
7560
7649
  readonly special_services?: io.flow.v0.enums.PhysicalDeliverySpecialSerivce[];
@@ -8711,7 +8800,7 @@ declare namespace io.flow.v0.models {
8711
8800
  }
8712
8801
  interface SetupCompleted {
8713
8802
  readonly discriminator: 'setup_completed';
8714
- readonly third_party_logistics_guid: string;
8803
+ readonly third_party_logistics_guid?: string;
8715
8804
  }
8716
8805
  interface SetupInProgress {
8717
8806
  readonly discriminator: 'setup_in_progress';
@@ -8851,6 +8940,7 @@ declare namespace io.flow.v0.models {
8851
8940
  }
8852
8941
  interface ShippingLabelDocument {
8853
8942
  readonly zpl?: string;
8943
+ readonly zpl_url?: string;
8854
8944
  readonly pdf?: string;
8855
8945
  readonly pdf_data?: string;
8856
8946
  readonly png?: string;
@@ -9619,6 +9709,16 @@ declare namespace io.flow.v0.models {
9619
9709
  readonly types: io.flow.v0.enums.TaxReportType[];
9620
9710
  readonly email_recipients?: string[];
9621
9711
  }
9712
+ interface Test {
9713
+ readonly id: string;
9714
+ }
9715
+ interface TestUpserted {
9716
+ readonly discriminator: 'test_upserted';
9717
+ readonly event_id: string;
9718
+ readonly timestamp: string;
9719
+ readonly organization: string;
9720
+ readonly test: io.flow.v0.models.Test;
9721
+ }
9622
9722
  interface ThirdPartyLogisticsPartner {
9623
9723
  readonly warehouse_address: io.flow.v0.models.MerchantOnboardingAddress;
9624
9724
  readonly warehouse_url?: string;
@@ -9900,9 +10000,9 @@ declare namespace io.flow.v0.models {
9900
10000
  readonly duty: io.flow.v0.models.Duty;
9901
10001
  }
9902
10002
  interface Transaction {
10003
+ readonly statement?: io.flow.v0.models.BillingChannelStatementReference;
9903
10004
  readonly id: string;
9904
10005
  readonly order?: io.flow.v0.models.BillingChannelOrderSummary;
9905
- readonly statement?: io.flow.v0.models.BillingChannelStatementReference;
9906
10006
  readonly payment_request?: io.flow.v0.models.BillingChannelPaymentRequestReference;
9907
10007
  readonly currency: string;
9908
10008
  readonly source: io.flow.v0.enums.TransactionSource;
@@ -10146,7 +10246,7 @@ declare namespace io.flow.v0.unions {
10146
10246
  type AuthorizationForm = io.flow.v0.models.AuthorizationCopyForm | io.flow.v0.models.DirectAuthorizationForm | io.flow.v0.models.MerchantOfRecordAuthorizationForm | io.flow.v0.models.PaypalAuthorizationForm | io.flow.v0.models.RedirectAuthorizationForm | io.flow.v0.models.InlineAuthorizationForm | io.flow.v0.models.AchAuthorizationForm | io.flow.v0.models.CardPaymentSourceAuthorizationForm | io.flow.v0.models.OnlinePaymentAuthorizationForm;
10147
10247
  type AuthorizationPayloadParameters = io.flow.v0.models.GooglePayAuthorizationPayload | io.flow.v0.models.ApplePayMerchantValidationPayload;
10148
10248
  type AuthorizationResultAction = io.flow.v0.models.AuthorizationResultActionGet | io.flow.v0.models.AuthorizationResultActionPost | io.flow.v0.models.AuthorizationResultActionWait | io.flow.v0.models.AuthorizationResultActionNative;
10149
- type AuthorizationResultActionDetails = io.flow.v0.models.AdyenNativeActionDetails | io.flow.v0.models.StripeAuthorizationResultActionDetails | io.flow.v0.models.ThreedsIdentifyActionDetails | io.flow.v0.models.ThreedsChallengeActionDetails | io.flow.v0.models.KlarnaSdkAuthorizationResultActionDetails | io.flow.v0.models.SelectIssuerOptionActionDetails;
10249
+ type AuthorizationResultActionDetails = io.flow.v0.models.AdyenNativeActionDetails | io.flow.v0.models.StripeAuthorizationResultActionDetails | io.flow.v0.models.ThreedsIdentifyActionDetails | io.flow.v0.models.ThreedsChallengeActionDetails | io.flow.v0.models.ApplepaySdkCreateResultActionDetails | io.flow.v0.models.ApplepaySdkValidateResultActionDetails | io.flow.v0.models.KlarnaSdkAuthorizationResultActionDetails | io.flow.v0.models.SelectIssuerOptionActionDetails;
10150
10250
  type AvailableFilter = io.flow.v0.models.AvailableFilterStructured | io.flow.v0.models.AvailableFilterUnstructured;
10151
10251
  type BankAccountInfo = io.flow.v0.models.BankAccountInfoUsa;
10152
10252
  type BrowserActionConfiguration = io.flow.v0.models.CardBrowserActionConfiguration;
@@ -10164,7 +10264,7 @@ declare namespace io.flow.v0.unions {
10164
10264
  type DiscountRuleEntitlement = io.flow.v0.models.DiscountRuleSubsidyEntitlement;
10165
10265
  type Document = io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument;
10166
10266
  type EmailNotificationData = io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder;
10167
- type Event = io.flow.v0.models.TransactionUpserted | io.flow.v0.models.OrganizationTransactionUpserted | io.flow.v0.models.OrganizationTransactionDeleted | io.flow.v0.models.StatementUpserted | io.flow.v0.models.StatementDeleted | io.flow.v0.models.ChannelTransactionUpserted | io.flow.v0.models.ChannelTransactionDeleted | io.flow.v0.models.ChannelTransactionDeletedV2 | io.flow.v0.models.ChannelStatementUpserted | io.flow.v0.models.ChannelStatementDeleted | io.flow.v0.models.AttributeUpserted | io.flow.v0.models.AttributeDeleted | io.flow.v0.models.AttributeUpsertedV2 | io.flow.v0.models.AttributeDeletedV2 | io.flow.v0.models.CatalogUpserted | io.flow.v0.models.CatalogDeleted | io.flow.v0.models.SubcatalogUpserted | io.flow.v0.models.SubcatalogDeleted | io.flow.v0.models.CatalogItemUpserted | io.flow.v0.models.CatalogItemDeleted | io.flow.v0.models.CatalogItemUpsertedV2 | io.flow.v0.models.CatalogItemDeletedV2 | io.flow.v0.models.SubcatalogItemUpserted | io.flow.v0.models.SubcatalogItemDeleted | io.flow.v0.models.ChannelUpserted | io.flow.v0.models.ChannelDeleted | io.flow.v0.models.ChannelCurrencyUpserted | io.flow.v0.models.ChannelCurrencyDeleted | io.flow.v0.models.ChannelOrganizationUpserted | io.flow.v0.models.ChannelOrganizationDeleted | io.flow.v0.models.B2BInvoiceUpserted | io.flow.v0.models.B2BInvoiceDeleted | io.flow.v0.models.B2BCreditMemoUpserted | io.flow.v0.models.B2BCreditMemoDeleted | io.flow.v0.models.ConsumerInvoiceUpserted | io.flow.v0.models.ConsumerInvoiceDeleted | io.flow.v0.models.CreditMemoUpserted | io.flow.v0.models.CreditMemoDeleted | io.flow.v0.models.CrossdockShipmentUpserted | io.flow.v0.models.RateDeleted | io.flow.v0.models.RateUpserted | io.flow.v0.models.RateDeletedV3 | io.flow.v0.models.RateUpsertedV3 | io.flow.v0.models.CustomerUpserted | io.flow.v0.models.CustomerDeleted | io.flow.v0.models.CustomerAddressBookContactUpserted | io.flow.v0.models.CustomerAddressBookContactDeleted | io.flow.v0.models.EmailNotificationUpserted | io.flow.v0.models.EmailNotificationDeleted | io.flow.v0.models.AvailablePromotionsUpserted | io.flow.v0.models.AvailablePromotionsDeleted | io.flow.v0.models.AvailablePromotionsUpsertedV2 | io.flow.v0.models.AvailablePromotionsDeletedV2 | io.flow.v0.models.AllocationDeletedV2 | io.flow.v0.models.AllocationUpsertedV2 | io.flow.v0.models.CurrencyFormatDeleted | io.flow.v0.models.CurrencyFormatUpserted | io.flow.v0.models.ExperienceDeleted | io.flow.v0.models.ExperienceUpserted | io.flow.v0.models.ExperienceDeletedV2 | io.flow.v0.models.ExperienceUpsertedV2 | io.flow.v0.models.CountryStatusUpserted | io.flow.v0.models.CountryStatusDeleted | io.flow.v0.models.ExperiencePriceBookMappingDeleted | io.flow.v0.models.ExperiencePriceBookMappingUpserted | io.flow.v0.models.ExperienceLogisticsSettingsUpserted | io.flow.v0.models.ExperienceLogisticsSettingsDeleted | io.flow.v0.models.ItemMarginDeletedV2 | io.flow.v0.models.ItemMarginUpsertedV2 | io.flow.v0.models.ItemSalesMarginDeleted | io.flow.v0.models.ItemSalesMarginUpserted | io.flow.v0.models.LabelFormatDeleted | io.flow.v0.models.LabelFormatUpserted | io.flow.v0.models.OrderDeleted | io.flow.v0.models.OrderUpserted | io.flow.v0.models.OrderDeletedV2 | io.flow.v0.models.OrderUpsertedV2 | io.flow.v0.models.OrderIdentifierDeleted | io.flow.v0.models.OrderIdentifierUpserted | io.flow.v0.models.OrderIdentifierDeletedV2 | io.flow.v0.models.OrderIdentifierUpsertedV2 | io.flow.v0.models.OrderIdentifierUpsertedV3 | io.flow.v0.models.OrderReplacementUpserted | io.flow.v0.models.OrderReplacementDeleted | io.flow.v0.models.PricingDeleted | io.flow.v0.models.PricingUpserted | io.flow.v0.models.OrderServiceChangeRequest | io.flow.v0.models.FraudStatusChanged | io.flow.v0.models.CenterUpserted | io.flow.v0.models.CenterDeleted | io.flow.v0.models.ShippingConfigurationUpserted | io.flow.v0.models.ShippingConfigurationDeleted | io.flow.v0.models.TierUpsertedV2 | io.flow.v0.models.TierDeletedV2 | io.flow.v0.models.ShippingLaneUpserted | io.flow.v0.models.ShippingLaneDeleted | io.flow.v0.models.ShippingConfigurationItemAvailabilityUpserted | io.flow.v0.models.ShippingConfigurationItemAvailabilityDeleted | io.flow.v0.models.ShippingConfigurationItemShippingPricingUpserted | io.flow.v0.models.ShippingConfigurationItemShippingPricingDeleted | io.flow.v0.models.Hs6CodeUpserted | io.flow.v0.models.Hs6CodeDeleted | io.flow.v0.models.Hs10CodeUpserted | io.flow.v0.models.Hs10CodeDeleted | io.flow.v0.models.ItemOriginUpserted | io.flow.v0.models.ItemOriginDeleted | io.flow.v0.models.HarmonizedLandedCostUpserted | io.flow.v0.models.FullyHarmonizedItemUpserted | io.flow.v0.models.ImportCompletedV2 | io.flow.v0.models.ImportFailedV2 | io.flow.v0.models.RuleUpserted | io.flow.v0.models.RuleDeleted | io.flow.v0.models.SnapshotUpserted | io.flow.v0.models.SnapshotDeleted | io.flow.v0.models.LabelUpserted | io.flow.v0.models.LabelDeletedV2 | io.flow.v0.models.LabelUpsertedV2 | io.flow.v0.models.NotificationUpsertedV2 | io.flow.v0.models.NotificationDeletedV2 | io.flow.v0.models.ManifestedLabelUpserted | io.flow.v0.models.ManifestedLabelDeleted | io.flow.v0.models.LocalItemUpserted | io.flow.v0.models.LocalItemDeleted | io.flow.v0.models.MerchantApplicationUpserted | io.flow.v0.models.MerchantApplicationDeleted | io.flow.v0.models.CheckoutOptinResponsesUpserted | io.flow.v0.models.CheckoutOptinResponsesDeleted | io.flow.v0.models.BrowseOptinResponsesUpserted | io.flow.v0.models.BrowseOptinResponsesDeleted | io.flow.v0.models.OrderPlaced | io.flow.v0.models.OrderPlacedV2 | io.flow.v0.models.ReadyToFulfill | io.flow.v0.models.ReadyToFulfillV2 | io.flow.v0.models.MembershipUpsertedV2 | io.flow.v0.models.MembershipDeletedV2 | io.flow.v0.models.OrganizationUpserted | io.flow.v0.models.OrganizationDeleted | io.flow.v0.models.OrganizationUpsertedV2 | io.flow.v0.models.OrganizationDeletedV2 | io.flow.v0.models.OrganizationDefaultConfigurationsUpserted | io.flow.v0.models.OrganizationDefaultConfigurationsDeleted | io.flow.v0.models.EcommercePlatformUpserted | io.flow.v0.models.EcommercePlatformDeleted | io.flow.v0.models.OrganizationOnboardingStateUpserted | io.flow.v0.models.OrganizationOnboardingStateDeleted | io.flow.v0.models.AuthorizationDeletedV2 | io.flow.v0.models.AuthorizationStatusChanged | io.flow.v0.models.CardAuthorizationUpsertedV2 | io.flow.v0.models.CardAuthorizationDeletedV2 | io.flow.v0.models.OnlineAuthorizationUpsertedV2 | io.flow.v0.models.OnlineAuthorizationDeletedV2 | io.flow.v0.models.CaptureUpsertedV2 | io.flow.v0.models.CaptureDeleted | io.flow.v0.models.CardUpsertedV2 | io.flow.v0.models.CardDeleted | io.flow.v0.models.PaymentUpserted | io.flow.v0.models.PaymentDeleted | io.flow.v0.models.RefundUpsertedV2 | io.flow.v0.models.RefundDeletedV2 | io.flow.v0.models.RefundCaptureUpsertedV2 | io.flow.v0.models.ReversalUpserted | io.flow.v0.models.ReversalDeleted | io.flow.v0.models.CaptureIdentifierUpserted | io.flow.v0.models.CaptureIdentifierDeleted | io.flow.v0.models.RefundIdentifierUpserted | io.flow.v0.models.RefundIdentifierDeleted | io.flow.v0.models.VirtualCardCaptureUpserted | io.flow.v0.models.VirtualCardCaptureDeleted | io.flow.v0.models.VirtualCardRefundUpserted | io.flow.v0.models.VirtualCardRefundDeleted | io.flow.v0.models.PaymentRequestUpserted | io.flow.v0.models.PriceBookUpserted | io.flow.v0.models.PriceBookDeleted | io.flow.v0.models.PriceBookItemUpserted | io.flow.v0.models.PriceBookItemDeleted | io.flow.v0.models.OrganizationRatesPublished | io.flow.v0.models.RatecardLaneUpserted | io.flow.v0.models.RatecardLaneDeleted | io.flow.v0.models.RatecardUpserted | io.flow.v0.models.RatecardDeleted | io.flow.v0.models.ProductRestrictionResultUpserted | io.flow.v0.models.ProductRestrictionResultDeleted | io.flow.v0.models.ReturnUpserted | io.flow.v0.models.ReturnDeleted | io.flow.v0.models.ReturnUpsertedV2 | io.flow.v0.models.ReturnDeletedV2 | io.flow.v0.models.ShopifyLocalizationSettingUpserted | io.flow.v0.models.ShopifyLocalizationSettingDeleted | io.flow.v0.models.TrackingLabelEventUpserted;
10267
+ type Event = io.flow.v0.models.TestUpserted | io.flow.v0.models.TransactionUpserted | io.flow.v0.models.OrganizationTransactionUpserted | io.flow.v0.models.OrganizationTransactionDeleted | io.flow.v0.models.StatementUpserted | io.flow.v0.models.StatementDeleted | io.flow.v0.models.ChannelTransactionUpserted | io.flow.v0.models.ChannelTransactionDeleted | io.flow.v0.models.ChannelTransactionDeletedV2 | io.flow.v0.models.ChannelStatementUpserted | io.flow.v0.models.ChannelStatementDeleted | io.flow.v0.models.ChannelPayoutUpserted | io.flow.v0.models.ChannelPayoutDeleted | io.flow.v0.models.OrganizationPayoutUpserted | io.flow.v0.models.OrganizationPayoutDeleted | io.flow.v0.models.AttributeUpserted | io.flow.v0.models.AttributeDeleted | io.flow.v0.models.AttributeUpsertedV2 | io.flow.v0.models.AttributeDeletedV2 | io.flow.v0.models.CatalogUpserted | io.flow.v0.models.CatalogDeleted | io.flow.v0.models.SubcatalogUpserted | io.flow.v0.models.SubcatalogDeleted | io.flow.v0.models.CatalogItemUpserted | io.flow.v0.models.CatalogItemDeleted | io.flow.v0.models.CatalogItemUpsertedV2 | io.flow.v0.models.CatalogItemDeletedV2 | io.flow.v0.models.SubcatalogItemUpserted | io.flow.v0.models.SubcatalogItemDeleted | io.flow.v0.models.ChannelUpserted | io.flow.v0.models.ChannelDeleted | io.flow.v0.models.ChannelCurrencyUpserted | io.flow.v0.models.ChannelCurrencyDeleted | io.flow.v0.models.ChannelOrganizationUpserted | io.flow.v0.models.ChannelOrganizationDeleted | io.flow.v0.models.B2BInvoiceUpserted | io.flow.v0.models.B2BInvoiceDeleted | io.flow.v0.models.B2BCreditMemoUpserted | io.flow.v0.models.B2BCreditMemoDeleted | io.flow.v0.models.ConsumerInvoiceUpserted | io.flow.v0.models.ConsumerInvoiceDeleted | io.flow.v0.models.CreditMemoUpserted | io.flow.v0.models.CreditMemoDeleted | io.flow.v0.models.CrossdockShipmentUpserted | io.flow.v0.models.RateDeleted | io.flow.v0.models.RateUpserted | io.flow.v0.models.RateDeletedV3 | io.flow.v0.models.RateUpsertedV3 | io.flow.v0.models.CustomerUpserted | io.flow.v0.models.CustomerDeleted | io.flow.v0.models.CustomerAddressBookContactUpserted | io.flow.v0.models.CustomerAddressBookContactDeleted | io.flow.v0.models.EmailNotificationUpserted | io.flow.v0.models.EmailNotificationDeleted | io.flow.v0.models.AvailablePromotionsUpserted | io.flow.v0.models.AvailablePromotionsDeleted | io.flow.v0.models.AvailablePromotionsUpsertedV2 | io.flow.v0.models.AvailablePromotionsDeletedV2 | io.flow.v0.models.AllocationDeletedV2 | io.flow.v0.models.AllocationUpsertedV2 | io.flow.v0.models.CurrencyFormatDeleted | io.flow.v0.models.CurrencyFormatUpserted | io.flow.v0.models.ExperienceDeleted | io.flow.v0.models.ExperienceUpserted | io.flow.v0.models.ExperienceDeletedV2 | io.flow.v0.models.ExperienceUpsertedV2 | io.flow.v0.models.CountryStatusUpserted | io.flow.v0.models.CountryStatusDeleted | io.flow.v0.models.ExperiencePriceBookMappingDeleted | io.flow.v0.models.ExperiencePriceBookMappingUpserted | io.flow.v0.models.ExperienceLogisticsSettingsUpserted | io.flow.v0.models.ExperienceLogisticsSettingsDeleted | io.flow.v0.models.ItemMarginDeletedV2 | io.flow.v0.models.ItemMarginUpsertedV2 | io.flow.v0.models.ItemSalesMarginDeleted | io.flow.v0.models.ItemSalesMarginUpserted | io.flow.v0.models.LabelFormatDeleted | io.flow.v0.models.LabelFormatUpserted | io.flow.v0.models.OrderDeleted | io.flow.v0.models.OrderUpserted | io.flow.v0.models.OrderDeletedV2 | io.flow.v0.models.OrderUpsertedV2 | io.flow.v0.models.OrderIdentifierDeleted | io.flow.v0.models.OrderIdentifierUpserted | io.flow.v0.models.OrderIdentifierDeletedV2 | io.flow.v0.models.OrderIdentifierUpsertedV2 | io.flow.v0.models.OrderIdentifierUpsertedV3 | io.flow.v0.models.OrderReplacementUpserted | io.flow.v0.models.OrderReplacementDeleted | io.flow.v0.models.PricingDeleted | io.flow.v0.models.PricingUpserted | io.flow.v0.models.OrderServiceChangeRequest | io.flow.v0.models.FraudStatusChanged | io.flow.v0.models.CenterUpserted | io.flow.v0.models.CenterDeleted | io.flow.v0.models.ShippingConfigurationUpserted | io.flow.v0.models.ShippingConfigurationDeleted | io.flow.v0.models.TierUpsertedV2 | io.flow.v0.models.TierDeletedV2 | io.flow.v0.models.ShippingLaneUpserted | io.flow.v0.models.ShippingLaneDeleted | io.flow.v0.models.ShippingConfigurationItemAvailabilityUpserted | io.flow.v0.models.ShippingConfigurationItemAvailabilityDeleted | io.flow.v0.models.ShippingConfigurationItemShippingPricingUpserted | io.flow.v0.models.ShippingConfigurationItemShippingPricingDeleted | io.flow.v0.models.Hs6CodeUpserted | io.flow.v0.models.Hs6CodeDeleted | io.flow.v0.models.Hs10CodeUpserted | io.flow.v0.models.Hs10CodeDeleted | io.flow.v0.models.ItemOriginUpserted | io.flow.v0.models.ItemOriginDeleted | io.flow.v0.models.HarmonizedLandedCostUpserted | io.flow.v0.models.FullyHarmonizedItemUpserted | io.flow.v0.models.ImportCompletedV2 | io.flow.v0.models.ImportFailedV2 | io.flow.v0.models.RuleUpserted | io.flow.v0.models.RuleDeleted | io.flow.v0.models.SnapshotUpserted | io.flow.v0.models.SnapshotDeleted | io.flow.v0.models.LabelUpserted | io.flow.v0.models.LabelDeletedV2 | io.flow.v0.models.LabelUpsertedV2 | io.flow.v0.models.NotificationUpsertedV2 | io.flow.v0.models.NotificationDeletedV2 | io.flow.v0.models.ManifestedLabelUpserted | io.flow.v0.models.ManifestedLabelDeleted | io.flow.v0.models.LocalItemUpserted | io.flow.v0.models.LocalItemDeleted | io.flow.v0.models.MerchantApplicationUpserted | io.flow.v0.models.MerchantApplicationDeleted | io.flow.v0.models.CheckoutOptinResponsesUpserted | io.flow.v0.models.CheckoutOptinResponsesDeleted | io.flow.v0.models.BrowseOptinResponsesUpserted | io.flow.v0.models.BrowseOptinResponsesDeleted | io.flow.v0.models.OrderPlaced | io.flow.v0.models.OrderPlacedV2 | io.flow.v0.models.ReadyToFulfill | io.flow.v0.models.ReadyToFulfillV2 | io.flow.v0.models.MembershipUpsertedV2 | io.flow.v0.models.MembershipDeletedV2 | io.flow.v0.models.OrganizationUpserted | io.flow.v0.models.OrganizationDeleted | io.flow.v0.models.OrganizationUpsertedV2 | io.flow.v0.models.OrganizationDeletedV2 | io.flow.v0.models.OrganizationDefaultConfigurationsUpserted | io.flow.v0.models.OrganizationDefaultConfigurationsDeleted | io.flow.v0.models.EcommercePlatformUpserted | io.flow.v0.models.EcommercePlatformDeleted | io.flow.v0.models.OrganizationOnboardingStateUpserted | io.flow.v0.models.OrganizationOnboardingStateDeleted | io.flow.v0.models.AuthorizationDeletedV2 | io.flow.v0.models.AuthorizationStatusChanged | io.flow.v0.models.CardAuthorizationUpsertedV2 | io.flow.v0.models.CardAuthorizationDeletedV2 | io.flow.v0.models.OnlineAuthorizationUpsertedV2 | io.flow.v0.models.OnlineAuthorizationDeletedV2 | io.flow.v0.models.CaptureUpsertedV2 | io.flow.v0.models.CaptureDeleted | io.flow.v0.models.CardUpsertedV2 | io.flow.v0.models.CardDeleted | io.flow.v0.models.PaymentUpserted | io.flow.v0.models.PaymentDeleted | io.flow.v0.models.RefundUpsertedV2 | io.flow.v0.models.RefundDeletedV2 | io.flow.v0.models.RefundCaptureUpsertedV2 | io.flow.v0.models.ReversalUpserted | io.flow.v0.models.ReversalDeleted | io.flow.v0.models.CaptureIdentifierUpserted | io.flow.v0.models.CaptureIdentifierDeleted | io.flow.v0.models.RefundIdentifierUpserted | io.flow.v0.models.RefundIdentifierDeleted | io.flow.v0.models.VirtualCardCaptureUpserted | io.flow.v0.models.VirtualCardCaptureDeleted | io.flow.v0.models.VirtualCardRefundUpserted | io.flow.v0.models.VirtualCardRefundDeleted | io.flow.v0.models.PaymentRequestUpserted | io.flow.v0.models.PriceBookUpserted | io.flow.v0.models.PriceBookDeleted | io.flow.v0.models.PriceBookItemUpserted | io.flow.v0.models.PriceBookItemDeleted | io.flow.v0.models.OrganizationRatesPublished | io.flow.v0.models.RatecardLaneUpserted | io.flow.v0.models.RatecardLaneDeleted | io.flow.v0.models.RatecardUpserted | io.flow.v0.models.RatecardDeleted | io.flow.v0.models.ProductRestrictionResultUpserted | io.flow.v0.models.ProductRestrictionResultDeleted | io.flow.v0.models.ReturnUpserted | io.flow.v0.models.ReturnDeleted | io.flow.v0.models.ReturnUpsertedV2 | io.flow.v0.models.ReturnDeletedV2 | io.flow.v0.models.ShopifyLocalizationSettingUpserted | io.flow.v0.models.ShopifyLocalizationSettingDeleted | io.flow.v0.models.TrackingLabelEventUpserted;
10168
10268
  type ExpandableCard = io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary;
10169
10269
  type ExpandableCenter = io.flow.v0.models.Center | io.flow.v0.models.CenterReference;
10170
10270
  type ExpandableExperience = io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference;
@@ -10315,6 +10415,8 @@ export declare type AmountMargin = io.flow.v0.models.AmountMargin;
10315
10415
  export declare type AmountMarginForm = io.flow.v0.models.AmountMarginForm;
10316
10416
  export declare type AnalyticsExportType = io.flow.v0.models.AnalyticsExportType;
10317
10417
  export declare type ApplePayMerchantValidationPayload = io.flow.v0.models.ApplePayMerchantValidationPayload;
10418
+ export declare type ApplepaySdkCreateResultActionDetails = io.flow.v0.models.ApplepaySdkCreateResultActionDetails;
10419
+ export declare type ApplepaySdkValidateResultActionDetails = io.flow.v0.models.ApplepaySdkValidateResultActionDetails;
10318
10420
  export declare type AtCost = io.flow.v0.models.AtCost;
10319
10421
  export declare type Attachment = io.flow.v0.models.Attachment;
10320
10422
  export declare type Attribute = io.flow.v0.models.Attribute;
@@ -10381,6 +10483,7 @@ export declare type BankAccountForm = io.flow.v0.models.BankAccountForm;
10381
10483
  export declare type BankAccountInfo = io.flow.v0.unions.BankAccountInfo;
10382
10484
  export declare type BankAccountInfoUsa = io.flow.v0.models.BankAccountInfoUsa;
10383
10485
  export declare type BankAccountReference = io.flow.v0.models.BankAccountReference;
10486
+ export declare type BankAccountSummary = io.flow.v0.models.BankAccountSummary;
10384
10487
  export declare type BehaviorAudit = io.flow.v0.models.BehaviorAudit;
10385
10488
  export declare type BillingAddress = io.flow.v0.models.BillingAddress;
10386
10489
  export declare type BillingChannelOrderSummary = io.flow.v0.models.BillingChannelOrderSummary;
@@ -10469,10 +10572,12 @@ export declare type ChangeType = io.flow.v0.enums.ChangeType;
10469
10572
  export declare type Channel = io.flow.v0.models.Channel;
10470
10573
  export declare type ChannelAuthorization = io.flow.v0.models.ChannelAuthorization;
10471
10574
  export declare type ChannelAuthorizationForm = io.flow.v0.models.ChannelAuthorizationForm;
10575
+ export declare type ChannelBankAccount = io.flow.v0.models.ChannelBankAccount;
10472
10576
  export declare type ChannelCurrency = io.flow.v0.models.ChannelCurrency;
10473
10577
  export declare type ChannelCurrencyCapability = io.flow.v0.enums.ChannelCurrencyCapability;
10474
10578
  export declare type ChannelCurrencyDeleted = io.flow.v0.models.ChannelCurrencyDeleted;
10475
10579
  export declare type ChannelCurrencyUpserted = io.flow.v0.models.ChannelCurrencyUpserted;
10580
+ export declare type ChannelDefaultBankAccount = io.flow.v0.models.ChannelDefaultBankAccount;
10476
10581
  export declare type ChannelDeleted = io.flow.v0.models.ChannelDeleted;
10477
10582
  export declare type ChannelOrganization = io.flow.v0.models.ChannelOrganization;
10478
10583
  export declare type ChannelOrganizationAuthorization = io.flow.v0.models.ChannelOrganizationAuthorization;
@@ -10482,6 +10587,8 @@ export declare type ChannelOrganizationForm = io.flow.v0.models.ChannelOrganizat
10482
10587
  export declare type ChannelOrganizationPutForm = io.flow.v0.models.ChannelOrganizationPutForm;
10483
10588
  export declare type ChannelOrganizationUpserted = io.flow.v0.models.ChannelOrganizationUpserted;
10484
10589
  export declare type ChannelPayout = io.flow.v0.models.ChannelPayout;
10590
+ export declare type ChannelPayoutDeleted = io.flow.v0.models.ChannelPayoutDeleted;
10591
+ export declare type ChannelPayoutUpserted = io.flow.v0.models.ChannelPayoutUpserted;
10485
10592
  export declare type ChannelRate = io.flow.v0.models.ChannelRate;
10486
10593
  export declare type ChannelReference = io.flow.v0.models.ChannelReference;
10487
10594
  export declare type ChannelStatement = io.flow.v0.models.ChannelStatement;
@@ -10830,6 +10937,7 @@ export declare type FulfillmentItemQuantityStatus = io.flow.v0.enums.Fulfillment
10830
10937
  export declare type FulfillmentLineCancelForm = io.flow.v0.models.FulfillmentLineCancelForm;
10831
10938
  export declare type FulfillmentMethodType = io.flow.v0.enums.FulfillmentMethodType;
10832
10939
  export declare type FulfillmentMethodValue = io.flow.v0.enums.FulfillmentMethodValue;
10940
+ export declare type FulfillmentRouting = io.flow.v0.enums.FulfillmentRouting;
10833
10941
  export declare type FullyHarmonizedItemUpserted = io.flow.v0.models.FullyHarmonizedItemUpserted;
10834
10942
  export declare type GatewayAuthenticationData = io.flow.v0.unions.GatewayAuthenticationData;
10835
10943
  export declare type GatewayAuthenticationDataForm = io.flow.v0.unions.GatewayAuthenticationDataForm;
@@ -11233,6 +11341,8 @@ export declare type OrganizationOnboardingStateDeleted = io.flow.v0.models.Organ
11233
11341
  export declare type OrganizationOnboardingStateUpserted = io.flow.v0.models.OrganizationOnboardingStateUpserted;
11234
11342
  export declare type OrganizationPaymentMethodTag = io.flow.v0.enums.OrganizationPaymentMethodTag;
11235
11343
  export declare type OrganizationPayout = io.flow.v0.models.OrganizationPayout;
11344
+ export declare type OrganizationPayoutDeleted = io.flow.v0.models.OrganizationPayoutDeleted;
11345
+ export declare type OrganizationPayoutUpserted = io.flow.v0.models.OrganizationPayoutUpserted;
11236
11346
  export declare type OrganizationPutForm = io.flow.v0.models.OrganizationPutForm;
11237
11347
  export declare type OrganizationRatesData = io.flow.v0.models.OrganizationRatesData;
11238
11348
  export declare type OrganizationRatesPublished = io.flow.v0.models.OrganizationRatesPublished;
@@ -11370,6 +11480,11 @@ export declare type PaymentRequestBundle = io.flow.v0.models.PaymentRequestBundl
11370
11480
  export declare type PaymentRequestBundleForm = io.flow.v0.models.PaymentRequestBundleForm;
11371
11481
  export declare type PaymentRequestForm = io.flow.v0.models.PaymentRequestForm;
11372
11482
  export declare type PaymentRequestReference = io.flow.v0.models.PaymentRequestReference;
11483
+ export declare type PaymentRequestReview = io.flow.v0.models.PaymentRequestReview;
11484
+ export declare type PaymentRequestReviewCheck = io.flow.v0.models.PaymentRequestReviewCheck;
11485
+ export declare type PaymentRequestReviewCheckStatus = io.flow.v0.enums.PaymentRequestReviewCheckStatus;
11486
+ export declare type PaymentRequestReviewCheckType = io.flow.v0.enums.PaymentRequestReviewCheckType;
11487
+ export declare type PaymentRequestReviewStatus = io.flow.v0.enums.PaymentRequestReviewStatus;
11373
11488
  export declare type PaymentRequestUpserted = io.flow.v0.models.PaymentRequestUpserted;
11374
11489
  export declare type PaymentReversal = io.flow.v0.models.PaymentReversal;
11375
11490
  export declare type PaymentReversalForm = io.flow.v0.models.PaymentReversalForm;
@@ -11390,6 +11505,7 @@ export declare type PayoutStatusFailed = io.flow.v0.models.PayoutStatusFailed;
11390
11505
  export declare type PayoutStatusFailureCode = io.flow.v0.enums.PayoutStatusFailureCode;
11391
11506
  export declare type PayoutStatusScheduled = io.flow.v0.models.PayoutStatusScheduled;
11392
11507
  export declare type PayoutStatusSent = io.flow.v0.models.PayoutStatusSent;
11508
+ export declare type PayoutTransaction = io.flow.v0.models.PayoutTransaction;
11393
11509
  export declare type PaypalAuthorizationDetails = io.flow.v0.models.PaypalAuthorizationDetails;
11394
11510
  export declare type PaypalAuthorizationForm = io.flow.v0.models.PaypalAuthorizationForm;
11395
11511
  export declare type PeakSurchargeByWeightServiceFee = io.flow.v0.models.PeakSurchargeByWeightServiceFee;
@@ -11791,6 +11907,8 @@ export declare type TaxSetting = io.flow.v0.unions.TaxSetting;
11791
11907
  export declare type TaxVerificationResult = io.flow.v0.enums.TaxVerificationResult;
11792
11908
  export declare type TaxabilityType = io.flow.v0.enums.TaxabilityType;
11793
11909
  export declare type TaxabilityValue = io.flow.v0.enums.TaxabilityValue;
11910
+ export declare type Test = io.flow.v0.models.Test;
11911
+ export declare type TestUpserted = io.flow.v0.models.TestUpserted;
11794
11912
  export declare type ThirdPartyLogisticsPartner = io.flow.v0.models.ThirdPartyLogisticsPartner;
11795
11913
  export declare type ThreeDSecure = io.flow.v0.models.ThreeDSecure;
11796
11914
  export declare type ThreeDSecureCode = io.flow.v0.enums.ThreeDSecureCode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/types",
3
- "version": "11.24.54",
3
+ "version": "11.24.56",
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": "a8ae712ba7bc25f4abe216a620860b2f43e6c513"
28
+ "gitHead": "d22c31e6e9b6f033ab7c76f36890e55d75c8e519"
29
29
  }