@flowio/types 11.24.53 → 11.24.55

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
@@ -1290,7 +1290,6 @@ declare namespace io.flow.shopify.external.v0.models {
1290
1290
  readonly id: number;
1291
1291
  readonly quantity: number;
1292
1292
  readonly fulfillable_quantity?: number;
1293
- readonly fulfillment_service: string;
1294
1293
  readonly fulfillment_status?: io.flow.shopify.external.v0.enums.FulfillmentStatusType;
1295
1294
  readonly grams?: number;
1296
1295
  readonly price?: string;
@@ -1310,7 +1309,6 @@ declare namespace io.flow.shopify.external.v0.models {
1310
1309
  }
1311
1310
  interface ShopifyLineItemForm {
1312
1311
  readonly fulfillable_quantity?: number;
1313
- readonly fulfillment_service: string;
1314
1312
  readonly fulfillment_status?: io.flow.shopify.external.v0.enums.FulfillmentStatusType;
1315
1313
  readonly grams?: number;
1316
1314
  readonly price?: string;
@@ -1476,7 +1474,6 @@ declare namespace io.flow.shopify.external.v0.models {
1476
1474
  readonly title: string;
1477
1475
  readonly tax_lines: io.flow.shopify.external.v0.models.ShopifyTaxLine[];
1478
1476
  readonly carrier_identifier?: string;
1479
- readonly requested_fulfillment_service_id?: string;
1480
1477
  }
1481
1478
  interface ShopifyTaxLine {
1482
1479
  readonly price: string;
@@ -1581,7 +1578,7 @@ declare namespace io.flow.shopify.external.v0.models {
1581
1578
  }
1582
1579
  }
1583
1580
  declare namespace io.flow.apple.pay.v0.enums {
1584
- type ApplePayContactField = 'email' | 'name' | 'phone' | 'postal_address' | 'phonetic_name';
1581
+ type ApplePayContactField = 'email' | 'name' | 'phone' | 'postalAddress' | 'phoneticName';
1585
1582
  type ApplePayLineItemType = 'final' | 'pending';
1586
1583
  type ApplePayMerchantCapability = 'supports3DS' | 'supportsCredit' | 'supportsDebit' | 'supportsEMV';
1587
1584
  type ApplePayShippingType = 'shipping' | 'delivery' | 'store_pickup' | 'service_pickup';
@@ -1591,7 +1588,7 @@ declare namespace io.flow.apple.pay.v0.models {
1591
1588
  interface ApplePayLineItem {
1592
1589
  readonly label: string;
1593
1590
  readonly type: io.flow.apple.pay.v0.enums.ApplePayLineItemType;
1594
- readonly amount: number;
1591
+ readonly amount: string;
1595
1592
  }
1596
1593
  interface ApplePayPaymentContact {
1597
1594
  readonly email_address?: string;
@@ -1638,7 +1635,7 @@ declare namespace io.flow.apple.pay.v0.models {
1638
1635
  interface ApplePayShippingMethod {
1639
1636
  readonly label: string;
1640
1637
  readonly detail: string;
1641
- readonly amount: number;
1638
+ readonly amount: string;
1642
1639
  readonly identifier: string;
1643
1640
  }
1644
1641
  }
@@ -1649,7 +1646,6 @@ declare namespace io.flow.v0.enums {
1649
1646
  type AddressVerificationResultFieldCode = 'matched' | 'not_available' | 'not_checked' | 'not_matched';
1650
1647
  type AdjustmentReasonKey = 'duty_deminimis' | 'vat_deminimis';
1651
1648
  type Aggregate = 'maximum' | 'minimum';
1652
- type AttachmentType = 'csv';
1653
1649
  type AttributeDataType = 'boolean' | 'integer' | 'decimal' | 'string' | 'json_array';
1654
1650
  type AttributeIntent = 'brand' | 'color' | 'countries_of_origin' | 'product_id' | 'fulfillment_method' | 'hazardous' | 'price' | 'size' | 'sku' | 'taxability' | 'consumer_url' | 'gtin' | 'mpn' | 'facet' | 'eccn' | 'returnable' | 'searchable' | 'barcode' | 'min_days_to_ship' | 'max_days_to_ship' | 'commercial_invoice_item_number' | 'include_in_product_feeds';
1655
1651
  type AuthenticationTechnique = 'anonymous' | 'session' | 'token' | 'partner_token' | 'user';
@@ -1698,7 +1694,7 @@ declare namespace io.flow.v0.enums {
1698
1694
  type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
1699
1695
  type EntityIdentifierType = 'ioss' | 'voec';
1700
1696
  type Environment = 'sandbox' | 'production';
1701
- 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' | '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';
1702
1698
  type ExceptionType = 'open' | 'closed';
1703
1699
  type ExclusionRuleState = 'current' | 'deleting' | 'updating';
1704
1700
  type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
@@ -1775,10 +1771,14 @@ declare namespace io.flow.v0.enums {
1775
1771
  type PaymentMethodDataOptionType = 'ideal_issuer_option';
1776
1772
  type PaymentMethodRuleContentKey = 'description';
1777
1773
  type PaymentMethodType = 'card' | 'online' | 'offline';
1774
+ type PaymentRequestReviewCheckStatus = 'passed' | 'failed';
1775
+ 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';
1776
+ type PaymentRequestReviewStatus = 'pending' | 'approved' | 'rejected';
1778
1777
  type PaymentSourceConfirmationActionType = 'cvv' | 'billing_address' | 'number';
1779
1778
  type PaymentStatus = 'requires_payment_method' | 'requires_action' | 'processing' | 'cancelled' | 'expired' | 'authorized' | 'reversed' | 'captured' | 'refunded' | 'in_dispute' | 'charged_back';
1780
1779
  type PaymentType = 'card' | 'klarna' | 'googlepay' | 'paypal' | 'applepay' | 'ideal' | 'sofort' | 'afterpay' | 'bancontact';
1781
- type PayoutStatusCode = 'scheduled' | 'sent' | 'cancelled' | 'failed' | 'succeeded';
1780
+ type PayoutAttachmentType = 'transactions';
1781
+ type PayoutStatusFailureCode = 'invalid_account_number' | 'could_not_process';
1782
1782
  type PermittedHttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';
1783
1783
  type PhysicalDeliverySpecialSerivce = 'cold_storage' | 'hazardous' | 'perishable';
1784
1784
  type PostalType = 'eircode' | 'pin' | 'postal' | 'zip';
@@ -1812,6 +1812,7 @@ declare namespace io.flow.v0.enums {
1812
1812
  type ShopifyLocalizationMethod = 'api' | 'ssr';
1813
1813
  type ShopifySyncCheck = 'localized_variants' | 'flow_variant_metafields';
1814
1814
  type SortDirection = 'ascending' | 'descending';
1815
+ type StatementAttachmentType = 'csv';
1815
1816
  type Strategy = 'range' | 'from' | 'to';
1816
1817
  type SubcatalogItemStatus = 'excluded' | 'included' | 'restricted';
1817
1818
  type SurchargeResponsibleParty = 'organization' | 'customer';
@@ -2213,12 +2214,17 @@ declare namespace io.flow.v0.models {
2213
2214
  readonly validation_url: string;
2214
2215
  readonly display_name?: string;
2215
2216
  }
2217
+ interface ApplepaySdkAuthorizationResultActionDetails {
2218
+ readonly discriminator: 'applepay_sdk_authorization_result_action_details';
2219
+ readonly merchant_identifier: string;
2220
+ readonly payment_data_request: any;
2221
+ }
2216
2222
  interface AtCost {
2217
2223
  readonly discriminator: 'at_cost';
2218
2224
  readonly ignore?: string;
2219
2225
  }
2220
2226
  interface Attachment {
2221
- readonly type: io.flow.v0.enums.AttachmentType;
2227
+ readonly type: io.flow.v0.enums.StatementAttachmentType;
2222
2228
  readonly url: string;
2223
2229
  }
2224
2230
  interface Attribute {
@@ -2508,7 +2514,6 @@ declare namespace io.flow.v0.models {
2508
2514
  readonly b2b_invoice: io.flow.v0.models.B2BInvoice;
2509
2515
  }
2510
2516
  interface BankAccountForm {
2511
- readonly last4: string;
2512
2517
  readonly info: io.flow.v0.unions.BankAccountInfo;
2513
2518
  }
2514
2519
  interface BankAccountInfoUsa {
@@ -2519,6 +2524,9 @@ declare namespace io.flow.v0.models {
2519
2524
  interface BankAccountReference {
2520
2525
  readonly id: string;
2521
2526
  }
2527
+ interface BankAccountSummary {
2528
+ readonly last4: string;
2529
+ }
2522
2530
  interface BehaviorAudit {
2523
2531
  readonly behavior: io.flow.v0.enums.FlowBehavior;
2524
2532
  readonly authentication_techniques: io.flow.v0.enums.AuthenticationTechnique[];
@@ -3008,6 +3016,11 @@ declare namespace io.flow.v0.models {
3008
3016
  interface ChannelAuthorizationForm {
3009
3017
  readonly channel_id: string;
3010
3018
  }
3019
+ interface ChannelBankAccount {
3020
+ readonly id: string;
3021
+ readonly key: string;
3022
+ readonly last4: string;
3023
+ }
3011
3024
  interface ChannelCurrency {
3012
3025
  readonly id: string;
3013
3026
  readonly currency: string;
@@ -3026,6 +3039,10 @@ declare namespace io.flow.v0.models {
3026
3039
  readonly timestamp: string;
3027
3040
  readonly channel_currency: io.flow.v0.models.ChannelCurrency;
3028
3041
  }
3042
+ interface ChannelDefaultBankAccount {
3043
+ readonly id: string;
3044
+ readonly bank_account: io.flow.v0.models.BankAccountReference;
3045
+ }
3029
3046
  interface ChannelDeleted {
3030
3047
  readonly discriminator: 'channel_deleted';
3031
3048
  readonly event_id: string;
@@ -3074,6 +3091,16 @@ declare namespace io.flow.v0.models {
3074
3091
  readonly timestamp: string;
3075
3092
  readonly channel_organization: io.flow.v0.models.ChannelOrganization;
3076
3093
  }
3094
+ interface ChannelPayout {
3095
+ readonly id: string;
3096
+ readonly account: io.flow.v0.models.AccountReference;
3097
+ readonly status: io.flow.v0.unions.PayoutStatus;
3098
+ readonly bank_account?: io.flow.v0.models.BankAccountSummary;
3099
+ readonly amount: number;
3100
+ readonly attachments: io.flow.v0.models.PayoutAttachment[];
3101
+ readonly created_at: string;
3102
+ readonly updated_at: string;
3103
+ }
3077
3104
  interface ChannelRate {
3078
3105
  readonly placeholder?: string;
3079
3106
  }
@@ -3123,12 +3150,13 @@ declare namespace io.flow.v0.models {
3123
3150
  readonly user: io.flow.v0.models.UserReference;
3124
3151
  }
3125
3152
  interface ChannelTransaction {
3153
+ readonly statement?: io.flow.v0.models.BillingChannelStatementReference;
3126
3154
  readonly id: string;
3127
3155
  readonly order?: io.flow.v0.models.BillingChannelOrderSummary;
3128
- readonly statement?: io.flow.v0.models.BillingChannelStatementReference;
3129
3156
  readonly payment_request?: io.flow.v0.models.BillingChannelPaymentRequestReference;
3130
3157
  readonly currency: string;
3131
3158
  readonly source: io.flow.v0.enums.TransactionSource;
3159
+ readonly parent?: io.flow.v0.models.ParentTransactionSummary;
3132
3160
  readonly gross: number;
3133
3161
  readonly fees: io.flow.v0.models.FeeDeduction[];
3134
3162
  readonly withholdings: io.flow.v0.models.WithholdingDeduction[];
@@ -3136,6 +3164,7 @@ declare namespace io.flow.v0.models {
3136
3164
  readonly net: number;
3137
3165
  readonly identifiers: Record<string, string>;
3138
3166
  readonly created_at: string;
3167
+ readonly updated_at: string;
3139
3168
  }
3140
3169
  interface ChannelTransactionDeleted {
3141
3170
  readonly discriminator: 'channel_transaction_deleted';
@@ -5909,10 +5938,6 @@ declare namespace io.flow.v0.models {
5909
5938
  readonly requested_quantity: number;
5910
5939
  readonly available_quantity: number;
5911
5940
  }
5912
- interface NoPayout {
5913
- readonly discriminator: 'no_payout';
5914
- readonly placeholder?: string;
5915
- }
5916
5941
  interface NotificationDeletedV2 {
5917
5942
  readonly discriminator: 'notification_deleted_v2';
5918
5943
  readonly event_id: string;
@@ -6687,6 +6712,7 @@ declare namespace io.flow.v0.models {
6687
6712
  }
6688
6713
  interface OrganizationBankAccount {
6689
6714
  readonly id: string;
6715
+ readonly key: string;
6690
6716
  readonly last4: string;
6691
6717
  }
6692
6718
  interface OrganizationConfigurationReference {
@@ -6764,6 +6790,16 @@ declare namespace io.flow.v0.models {
6764
6790
  readonly organization: string;
6765
6791
  readonly organization_onboarding_state: io.flow.v0.models.OrganizationOnboardingState;
6766
6792
  }
6793
+ interface OrganizationPayout {
6794
+ readonly id: string;
6795
+ readonly account: io.flow.v0.models.AccountReference;
6796
+ readonly status: io.flow.v0.unions.PayoutStatus;
6797
+ readonly bank_account?: io.flow.v0.models.BankAccountSummary;
6798
+ readonly amount: number;
6799
+ readonly attachments: io.flow.v0.models.PayoutAttachment[];
6800
+ readonly created_at: string;
6801
+ readonly updated_at: string;
6802
+ }
6767
6803
  interface OrganizationPutForm {
6768
6804
  readonly name?: string;
6769
6805
  readonly environment?: io.flow.v0.enums.Environment;
@@ -6912,6 +6948,10 @@ declare namespace io.flow.v0.models {
6912
6948
  readonly name?: string;
6913
6949
  readonly number?: string;
6914
6950
  }
6951
+ interface ParentTransactionSummary {
6952
+ readonly id: string;
6953
+ readonly source: io.flow.v0.enums.TransactionSource;
6954
+ }
6915
6955
  interface PartnerCenter {
6916
6956
  readonly partner_reference: io.flow.v0.models.PartnerReference;
6917
6957
  readonly number?: string;
@@ -7370,6 +7410,7 @@ declare namespace io.flow.v0.models {
7370
7410
  readonly payment_information: io.flow.v0.models.PaymentInformation;
7371
7411
  readonly supported_actions: io.flow.v0.enums.PaymentActionType[];
7372
7412
  readonly payment_capture_option?: io.flow.v0.unions.PaymentCaptureOption;
7413
+ readonly review?: io.flow.v0.models.PaymentRequestReview;
7373
7414
  }
7374
7415
  interface PaymentRequestBilling {
7375
7416
  readonly fees: io.flow.v0.models.PaymentRequestBillingFees;
@@ -7403,6 +7444,14 @@ declare namespace io.flow.v0.models {
7403
7444
  readonly id: string;
7404
7445
  readonly reference?: string;
7405
7446
  }
7447
+ interface PaymentRequestReview {
7448
+ readonly status: io.flow.v0.enums.PaymentRequestReviewStatus;
7449
+ readonly checks: io.flow.v0.models.PaymentRequestReviewCheck[];
7450
+ }
7451
+ interface PaymentRequestReviewCheck {
7452
+ readonly type: io.flow.v0.enums.PaymentRequestReviewCheckType;
7453
+ readonly status: io.flow.v0.enums.PaymentRequestReviewCheckStatus;
7454
+ }
7406
7455
  interface PaymentRequestUpserted {
7407
7456
  readonly discriminator: 'payment_request_upserted';
7408
7457
  readonly event_id: string;
@@ -7447,15 +7496,38 @@ declare namespace io.flow.v0.models {
7447
7496
  readonly type: io.flow.v0.enums.ChangeType;
7448
7497
  readonly payment: io.flow.v0.unions.Payment;
7449
7498
  }
7450
- interface Payout {
7451
- readonly discriminator: 'payout';
7452
- readonly status: io.flow.v0.models.PayoutStatus;
7453
- readonly amount: number;
7454
- readonly sent_on?: string;
7499
+ interface PayoutAttachment {
7500
+ readonly type: io.flow.v0.enums.PayoutAttachmentType;
7501
+ readonly url: string;
7455
7502
  }
7456
- interface PayoutStatus {
7457
- readonly code: io.flow.v0.enums.PayoutStatusCode;
7458
- readonly reason?: string;
7503
+ interface PayoutStatusFailed {
7504
+ readonly code: 'failed';
7505
+ readonly timestamp: string;
7506
+ readonly reason: io.flow.v0.enums.PayoutStatusFailureCode;
7507
+ }
7508
+ interface PayoutStatusScheduled {
7509
+ readonly code: 'scheduled';
7510
+ readonly placeholder?: string;
7511
+ }
7512
+ interface PayoutStatusSent {
7513
+ readonly code: 'sent';
7514
+ readonly timestamp: string;
7515
+ }
7516
+ interface PayoutTransaction {
7517
+ readonly id: string;
7518
+ readonly order?: io.flow.v0.models.BillingChannelOrderSummary;
7519
+ readonly payment_request?: io.flow.v0.models.BillingChannelPaymentRequestReference;
7520
+ readonly currency: string;
7521
+ readonly source: io.flow.v0.enums.TransactionSource;
7522
+ readonly parent?: io.flow.v0.models.ParentTransactionSummary;
7523
+ readonly gross: number;
7524
+ readonly fees: io.flow.v0.models.FeeDeduction[];
7525
+ readonly withholdings: io.flow.v0.models.WithholdingDeduction[];
7526
+ readonly discounts: io.flow.v0.models.BillingDiscount[];
7527
+ readonly net: number;
7528
+ readonly identifiers: Record<string, string>;
7529
+ readonly created_at: string;
7530
+ readonly updated_at: string;
7459
7531
  }
7460
7532
  interface PaypalAuthorizationDetails {
7461
7533
  readonly discriminator: 'paypal_authorization_details';
@@ -8670,13 +8742,23 @@ declare namespace io.flow.v0.models {
8670
8742
  interface SessionVisitor {
8671
8743
  readonly id: string;
8672
8744
  }
8745
+ interface SettlementNoPayout {
8746
+ readonly discriminator: 'no_payout';
8747
+ readonly placeholder?: string;
8748
+ }
8749
+ interface SettlementPayout {
8750
+ readonly discriminator: 'payout';
8751
+ readonly status: io.flow.v0.unions.PayoutStatus;
8752
+ readonly amount: number;
8753
+ readonly sent_on?: string;
8754
+ }
8673
8755
  interface SetupBlocked {
8674
8756
  readonly discriminator: 'setup_blocked';
8675
8757
  readonly reasons: io.flow.v0.enums.OnboardingBlockedReason[];
8676
8758
  }
8677
8759
  interface SetupCompleted {
8678
8760
  readonly discriminator: 'setup_completed';
8679
- readonly placeholder?: boolean;
8761
+ readonly third_party_logistics_guid?: string;
8680
8762
  }
8681
8763
  interface SetupInProgress {
8682
8764
  readonly discriminator: 'setup_in_progress';
@@ -9584,6 +9666,16 @@ declare namespace io.flow.v0.models {
9584
9666
  readonly types: io.flow.v0.enums.TaxReportType[];
9585
9667
  readonly email_recipients?: string[];
9586
9668
  }
9669
+ interface Test {
9670
+ readonly id: string;
9671
+ }
9672
+ interface TestUpserted {
9673
+ readonly discriminator: 'test_upserted';
9674
+ readonly event_id: string;
9675
+ readonly timestamp: string;
9676
+ readonly organization: string;
9677
+ readonly test: io.flow.v0.models.Test;
9678
+ }
9587
9679
  interface ThirdPartyLogisticsPartner {
9588
9680
  readonly warehouse_address: io.flow.v0.models.MerchantOnboardingAddress;
9589
9681
  readonly warehouse_url?: string;
@@ -9865,12 +9957,13 @@ declare namespace io.flow.v0.models {
9865
9957
  readonly duty: io.flow.v0.models.Duty;
9866
9958
  }
9867
9959
  interface Transaction {
9960
+ readonly statement?: io.flow.v0.models.BillingChannelStatementReference;
9868
9961
  readonly id: string;
9869
9962
  readonly order?: io.flow.v0.models.BillingChannelOrderSummary;
9870
- readonly statement?: io.flow.v0.models.BillingChannelStatementReference;
9871
9963
  readonly payment_request?: io.flow.v0.models.BillingChannelPaymentRequestReference;
9872
9964
  readonly currency: string;
9873
9965
  readonly source: io.flow.v0.enums.TransactionSource;
9966
+ readonly parent?: io.flow.v0.models.ParentTransactionSummary;
9874
9967
  readonly gross: number;
9875
9968
  readonly fees: io.flow.v0.models.FeeDeduction[];
9876
9969
  readonly withholdings: io.flow.v0.models.WithholdingDeduction[];
@@ -9878,6 +9971,7 @@ declare namespace io.flow.v0.models {
9878
9971
  readonly net: number;
9879
9972
  readonly identifiers: Record<string, string>;
9880
9973
  readonly created_at: string;
9974
+ readonly updated_at: string;
9881
9975
  }
9882
9976
  interface TransactionDetailsCard {
9883
9977
  readonly type: 'card';
@@ -10109,7 +10203,7 @@ declare namespace io.flow.v0.unions {
10109
10203
  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;
10110
10204
  type AuthorizationPayloadParameters = io.flow.v0.models.GooglePayAuthorizationPayload | io.flow.v0.models.ApplePayMerchantValidationPayload;
10111
10205
  type AuthorizationResultAction = io.flow.v0.models.AuthorizationResultActionGet | io.flow.v0.models.AuthorizationResultActionPost | io.flow.v0.models.AuthorizationResultActionWait | io.flow.v0.models.AuthorizationResultActionNative;
10112
- 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;
10206
+ 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.ApplepaySdkAuthorizationResultActionDetails | io.flow.v0.models.KlarnaSdkAuthorizationResultActionDetails | io.flow.v0.models.SelectIssuerOptionActionDetails;
10113
10207
  type AvailableFilter = io.flow.v0.models.AvailableFilterStructured | io.flow.v0.models.AvailableFilterUnstructured;
10114
10208
  type BankAccountInfo = io.flow.v0.models.BankAccountInfoUsa;
10115
10209
  type BrowserActionConfiguration = io.flow.v0.models.CardBrowserActionConfiguration;
@@ -10127,7 +10221,7 @@ declare namespace io.flow.v0.unions {
10127
10221
  type DiscountRuleEntitlement = io.flow.v0.models.DiscountRuleSubsidyEntitlement;
10128
10222
  type Document = io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument;
10129
10223
  type EmailNotificationData = io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder;
10130
- 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;
10224
+ 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.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;
10131
10225
  type ExpandableCard = io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary;
10132
10226
  type ExpandableCenter = io.flow.v0.models.Center | io.flow.v0.models.CenterReference;
10133
10227
  type ExpandableExperience = io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference;
@@ -10180,6 +10274,7 @@ declare namespace io.flow.v0.unions {
10180
10274
  type PaymentOrderReference = io.flow.v0.models.AuthorizationOrderReference | io.flow.v0.models.PaymentPaymentRequestReference;
10181
10275
  type PaymentSource = io.flow.v0.models.CardPaymentSource;
10182
10276
  type PaymentSourceForm = io.flow.v0.models.CardPaymentSourceForm;
10277
+ type PayoutStatus = io.flow.v0.models.PayoutStatusScheduled | io.flow.v0.models.PayoutStatusSent | io.flow.v0.models.PayoutStatusFailed;
10183
10278
  type PriceSource = io.flow.v0.models.PriceSourcePriceBook | io.flow.v0.models.PriceSourceCatalog | io.flow.v0.models.PriceSourceProvided;
10184
10279
  type Promotion = io.flow.v0.models.FreeShipping | io.flow.v0.models.Discount;
10185
10280
  type QueryBuilderForm = io.flow.v0.models.QueryBuilderFilterForm | io.flow.v0.models.QueryBuilderQueryForm;
@@ -10195,7 +10290,7 @@ declare namespace io.flow.v0.unions {
10195
10290
  type ServiceFee = io.flow.v0.models.FuelSurchargeServiceFee | io.flow.v0.models.FuelSurchargeAmountByWeightServiceFee | io.flow.v0.models.RemoteAreaServiceFee | io.flow.v0.models.EmergencySituationSurchargeServiceFee | io.flow.v0.models.PeakSurchargeServiceFee | io.flow.v0.models.PeakSurchargeByWeightServiceFee | io.flow.v0.models.DutiesTaxesPaidSurchargeServiceFee;
10196
10291
  type Session = io.flow.v0.models.OrganizationSession;
10197
10292
  type SessionAuthorization = io.flow.v0.models.OrganizationSessionAuthorization;
10198
- type Settlement = io.flow.v0.models.NoPayout | io.flow.v0.models.Payout;
10293
+ type Settlement = io.flow.v0.models.SettlementNoPayout | io.flow.v0.models.SettlementPayout;
10199
10294
  type ShippingLabelForm = io.flow.v0.models.DetailedShippingLabelForm | io.flow.v0.models.SummaryShippingLabelForm;
10200
10295
  type ShippingNotificationForm = io.flow.v0.models.DetailedShippingNotificationForm | io.flow.v0.models.SinglePackageShippingNotificationForm | io.flow.v0.models.SummaryShippingNotificationForm;
10201
10296
  type ShopifyCartAddForm = io.flow.v0.models.ShopifyCartAddSingleForm | io.flow.v0.models.ShopifyCartAddMultipleForm;
@@ -10277,9 +10372,9 @@ export declare type AmountMargin = io.flow.v0.models.AmountMargin;
10277
10372
  export declare type AmountMarginForm = io.flow.v0.models.AmountMarginForm;
10278
10373
  export declare type AnalyticsExportType = io.flow.v0.models.AnalyticsExportType;
10279
10374
  export declare type ApplePayMerchantValidationPayload = io.flow.v0.models.ApplePayMerchantValidationPayload;
10375
+ export declare type ApplepaySdkAuthorizationResultActionDetails = io.flow.v0.models.ApplepaySdkAuthorizationResultActionDetails;
10280
10376
  export declare type AtCost = io.flow.v0.models.AtCost;
10281
10377
  export declare type Attachment = io.flow.v0.models.Attachment;
10282
- export declare type AttachmentType = io.flow.v0.enums.AttachmentType;
10283
10378
  export declare type Attribute = io.flow.v0.models.Attribute;
10284
10379
  export declare type AttributeDataType = io.flow.v0.enums.AttributeDataType;
10285
10380
  export declare type AttributeDeleted = io.flow.v0.models.AttributeDeleted;
@@ -10344,6 +10439,7 @@ export declare type BankAccountForm = io.flow.v0.models.BankAccountForm;
10344
10439
  export declare type BankAccountInfo = io.flow.v0.unions.BankAccountInfo;
10345
10440
  export declare type BankAccountInfoUsa = io.flow.v0.models.BankAccountInfoUsa;
10346
10441
  export declare type BankAccountReference = io.flow.v0.models.BankAccountReference;
10442
+ export declare type BankAccountSummary = io.flow.v0.models.BankAccountSummary;
10347
10443
  export declare type BehaviorAudit = io.flow.v0.models.BehaviorAudit;
10348
10444
  export declare type BillingAddress = io.flow.v0.models.BillingAddress;
10349
10445
  export declare type BillingChannelOrderSummary = io.flow.v0.models.BillingChannelOrderSummary;
@@ -10432,10 +10528,12 @@ export declare type ChangeType = io.flow.v0.enums.ChangeType;
10432
10528
  export declare type Channel = io.flow.v0.models.Channel;
10433
10529
  export declare type ChannelAuthorization = io.flow.v0.models.ChannelAuthorization;
10434
10530
  export declare type ChannelAuthorizationForm = io.flow.v0.models.ChannelAuthorizationForm;
10531
+ export declare type ChannelBankAccount = io.flow.v0.models.ChannelBankAccount;
10435
10532
  export declare type ChannelCurrency = io.flow.v0.models.ChannelCurrency;
10436
10533
  export declare type ChannelCurrencyCapability = io.flow.v0.enums.ChannelCurrencyCapability;
10437
10534
  export declare type ChannelCurrencyDeleted = io.flow.v0.models.ChannelCurrencyDeleted;
10438
10535
  export declare type ChannelCurrencyUpserted = io.flow.v0.models.ChannelCurrencyUpserted;
10536
+ export declare type ChannelDefaultBankAccount = io.flow.v0.models.ChannelDefaultBankAccount;
10439
10537
  export declare type ChannelDeleted = io.flow.v0.models.ChannelDeleted;
10440
10538
  export declare type ChannelOrganization = io.flow.v0.models.ChannelOrganization;
10441
10539
  export declare type ChannelOrganizationAuthorization = io.flow.v0.models.ChannelOrganizationAuthorization;
@@ -10444,6 +10542,7 @@ export declare type ChannelOrganizationDeleted = io.flow.v0.models.ChannelOrgani
10444
10542
  export declare type ChannelOrganizationForm = io.flow.v0.models.ChannelOrganizationForm;
10445
10543
  export declare type ChannelOrganizationPutForm = io.flow.v0.models.ChannelOrganizationPutForm;
10446
10544
  export declare type ChannelOrganizationUpserted = io.flow.v0.models.ChannelOrganizationUpserted;
10545
+ export declare type ChannelPayout = io.flow.v0.models.ChannelPayout;
10447
10546
  export declare type ChannelRate = io.flow.v0.models.ChannelRate;
10448
10547
  export declare type ChannelReference = io.flow.v0.models.ChannelReference;
10449
10548
  export declare type ChannelStatement = io.flow.v0.models.ChannelStatement;
@@ -11031,7 +11130,6 @@ export declare type Name = io.flow.v0.models.Name;
11031
11130
  export declare type NameForm = io.flow.v0.models.NameForm;
11032
11131
  export declare type NoInventoryReservationError = io.flow.v0.models.NoInventoryReservationError;
11033
11132
  export declare type NoInventoryReservationErrorItem = io.flow.v0.models.NoInventoryReservationErrorItem;
11034
- export declare type NoPayout = io.flow.v0.models.NoPayout;
11035
11133
  export declare type NotificationDeletedV2 = io.flow.v0.models.NotificationDeletedV2;
11036
11134
  export declare type NotificationUpsertedV2 = io.flow.v0.models.NotificationUpsertedV2;
11037
11135
  export declare type NumberRange = io.flow.v0.models.NumberRange;
@@ -11195,6 +11293,7 @@ export declare type OrganizationOnboardingState = io.flow.v0.models.Organization
11195
11293
  export declare type OrganizationOnboardingStateDeleted = io.flow.v0.models.OrganizationOnboardingStateDeleted;
11196
11294
  export declare type OrganizationOnboardingStateUpserted = io.flow.v0.models.OrganizationOnboardingStateUpserted;
11197
11295
  export declare type OrganizationPaymentMethodTag = io.flow.v0.enums.OrganizationPaymentMethodTag;
11296
+ export declare type OrganizationPayout = io.flow.v0.models.OrganizationPayout;
11198
11297
  export declare type OrganizationPutForm = io.flow.v0.models.OrganizationPutForm;
11199
11298
  export declare type OrganizationRatesData = io.flow.v0.models.OrganizationRatesData;
11200
11299
  export declare type OrganizationRatesPublished = io.flow.v0.models.OrganizationRatesPublished;
@@ -11219,6 +11318,7 @@ export declare type OriginalPrices = io.flow.v0.models.OriginalPrices;
11219
11318
  export declare type OutboundCartonFee = io.flow.v0.models.OutboundCartonFee;
11220
11319
  export declare type OversizedShipmentRatecardFee = io.flow.v0.models.OversizedShipmentRatecardFee;
11221
11320
  export declare type Packaging = io.flow.v0.models.Packaging;
11321
+ export declare type ParentTransactionSummary = io.flow.v0.models.ParentTransactionSummary;
11222
11322
  export declare type PartnerCenter = io.flow.v0.models.PartnerCenter;
11223
11323
  export declare type PartnerCenterFee = io.flow.v0.unions.PartnerCenterFee;
11224
11324
  export declare type PartnerCenterForm = io.flow.v0.models.PartnerCenterForm;
@@ -11331,6 +11431,11 @@ export declare type PaymentRequestBundle = io.flow.v0.models.PaymentRequestBundl
11331
11431
  export declare type PaymentRequestBundleForm = io.flow.v0.models.PaymentRequestBundleForm;
11332
11432
  export declare type PaymentRequestForm = io.flow.v0.models.PaymentRequestForm;
11333
11433
  export declare type PaymentRequestReference = io.flow.v0.models.PaymentRequestReference;
11434
+ export declare type PaymentRequestReview = io.flow.v0.models.PaymentRequestReview;
11435
+ export declare type PaymentRequestReviewCheck = io.flow.v0.models.PaymentRequestReviewCheck;
11436
+ export declare type PaymentRequestReviewCheckStatus = io.flow.v0.enums.PaymentRequestReviewCheckStatus;
11437
+ export declare type PaymentRequestReviewCheckType = io.flow.v0.enums.PaymentRequestReviewCheckType;
11438
+ export declare type PaymentRequestReviewStatus = io.flow.v0.enums.PaymentRequestReviewStatus;
11334
11439
  export declare type PaymentRequestUpserted = io.flow.v0.models.PaymentRequestUpserted;
11335
11440
  export declare type PaymentReversal = io.flow.v0.models.PaymentReversal;
11336
11441
  export declare type PaymentReversalForm = io.flow.v0.models.PaymentReversalForm;
@@ -11344,9 +11449,14 @@ export declare type PaymentTax = io.flow.v0.models.PaymentTax;
11344
11449
  export declare type PaymentType = io.flow.v0.enums.PaymentType;
11345
11450
  export declare type PaymentUpserted = io.flow.v0.models.PaymentUpserted;
11346
11451
  export declare type PaymentVersion = io.flow.v0.models.PaymentVersion;
11347
- export declare type Payout = io.flow.v0.models.Payout;
11348
- export declare type PayoutStatus = io.flow.v0.models.PayoutStatus;
11349
- export declare type PayoutStatusCode = io.flow.v0.enums.PayoutStatusCode;
11452
+ export declare type PayoutAttachment = io.flow.v0.models.PayoutAttachment;
11453
+ export declare type PayoutAttachmentType = io.flow.v0.enums.PayoutAttachmentType;
11454
+ export declare type PayoutStatus = io.flow.v0.unions.PayoutStatus;
11455
+ export declare type PayoutStatusFailed = io.flow.v0.models.PayoutStatusFailed;
11456
+ export declare type PayoutStatusFailureCode = io.flow.v0.enums.PayoutStatusFailureCode;
11457
+ export declare type PayoutStatusScheduled = io.flow.v0.models.PayoutStatusScheduled;
11458
+ export declare type PayoutStatusSent = io.flow.v0.models.PayoutStatusSent;
11459
+ export declare type PayoutTransaction = io.flow.v0.models.PayoutTransaction;
11350
11460
  export declare type PaypalAuthorizationDetails = io.flow.v0.models.PaypalAuthorizationDetails;
11351
11461
  export declare type PaypalAuthorizationForm = io.flow.v0.models.PaypalAuthorizationForm;
11352
11462
  export declare type PeakSurchargeByWeightServiceFee = io.flow.v0.models.PeakSurchargeByWeightServiceFee;
@@ -11583,6 +11693,8 @@ export declare type SessionReference = io.flow.v0.models.SessionReference;
11583
11693
  export declare type SessionVisit = io.flow.v0.models.SessionVisit;
11584
11694
  export declare type SessionVisitor = io.flow.v0.models.SessionVisitor;
11585
11695
  export declare type Settlement = io.flow.v0.unions.Settlement;
11696
+ export declare type SettlementNoPayout = io.flow.v0.models.SettlementNoPayout;
11697
+ export declare type SettlementPayout = io.flow.v0.models.SettlementPayout;
11586
11698
  export declare type SetupBlocked = io.flow.v0.models.SetupBlocked;
11587
11699
  export declare type SetupCompleted = io.flow.v0.models.SetupCompleted;
11588
11700
  export declare type SetupInProgress = io.flow.v0.models.SetupInProgress;
@@ -11681,6 +11793,7 @@ export declare type SolidusProductExportType = io.flow.v0.models.SolidusProductE
11681
11793
  export declare type SolidusVariantExportType = io.flow.v0.models.SolidusVariantExportType;
11682
11794
  export declare type SortDirection = io.flow.v0.enums.SortDirection;
11683
11795
  export declare type Statement = io.flow.v0.models.Statement;
11796
+ export declare type StatementAttachmentType = io.flow.v0.enums.StatementAttachmentType;
11684
11797
  export declare type StatementDeleted = io.flow.v0.models.StatementDeleted;
11685
11798
  export declare type StatementUpserted = io.flow.v0.models.StatementUpserted;
11686
11799
  export declare type Strategy = io.flow.v0.enums.Strategy;
@@ -11745,6 +11858,8 @@ export declare type TaxSetting = io.flow.v0.unions.TaxSetting;
11745
11858
  export declare type TaxVerificationResult = io.flow.v0.enums.TaxVerificationResult;
11746
11859
  export declare type TaxabilityType = io.flow.v0.enums.TaxabilityType;
11747
11860
  export declare type TaxabilityValue = io.flow.v0.enums.TaxabilityValue;
11861
+ export declare type Test = io.flow.v0.models.Test;
11862
+ export declare type TestUpserted = io.flow.v0.models.TestUpserted;
11748
11863
  export declare type ThirdPartyLogisticsPartner = io.flow.v0.models.ThirdPartyLogisticsPartner;
11749
11864
  export declare type ThreeDSecure = io.flow.v0.models.ThreeDSecure;
11750
11865
  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.53",
3
+ "version": "11.24.55",
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": "25f532bacbdeb24262a010008752c27049625ad3"
28
+ "gitHead": "2a8c847a3c7fe6a3a62ff7d19d7bacba4063d9a9"
29
29
  }