@flowio/api-types 0.0.237 → 0.0.239

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.
@@ -9,7 +9,6 @@ declare namespace io.flow.session.v0.models {
9
9
  readonly 'language': io.flow.reference.v0.models.Language;
10
10
  readonly 'locale': io.flow.reference.v0.models.Locale;
11
11
  readonly 'experience': io.flow.experience.v0.models.ExperienceGeo;
12
- readonly 'experiment'?: io.flow.session.v0.models.SessionExperiment;
13
12
  }
14
13
 
15
14
  interface OrganizationSession {
@@ -25,8 +24,6 @@ declare namespace io.flow.session.v0.models {
25
24
  readonly 'geo'?: io.flow.session.v0.models.SessionGeo;
26
25
  readonly 'experience'?: io.flow.experience.v0.models.ExperienceGeo;
27
26
  readonly 'format'?: io.flow.session.v0.models.SessionFormat;
28
- readonly 'experiment'?: io.flow.session.v0.models.SessionExperiment;
29
- readonly 'context'?: io.flow.session.context.v0.models.ContextReference;
30
27
  }
31
28
 
32
29
  interface OrganizationSessionAuthorization {
@@ -44,25 +41,6 @@ declare namespace io.flow.session.v0.models {
44
41
  readonly 'label_formatters': io.flow.common.v0.enums.CurrencyLabelFormatter[];
45
42
  }
46
43
 
47
- interface SessionExperiment {
48
- readonly 'key': string;
49
- readonly 'variant'?: io.flow.session.v0.models.SessionExperimentVariant;
50
- }
51
-
52
- interface SessionExperimentForm {
53
- readonly 'key': string;
54
- readonly 'variant'?: io.flow.session.v0.models.SessionExperimentVariantForm;
55
- }
56
-
57
- interface SessionExperimentVariant {
58
- readonly 'key': string;
59
- readonly 'name': string;
60
- }
61
-
62
- interface SessionExperimentVariantForm {
63
- readonly 'key': string;
64
- }
65
-
66
44
  interface SessionExpirationConfig {
67
45
  readonly 'unit': io.flow.common.v0.enums.UnitOfTime;
68
46
  readonly 'value': number;
@@ -116,19 +116,6 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
116
116
  readonly 'shopify_markets_order': io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrder;
117
117
  }
118
118
 
119
- interface ShopifyMarketsOrderEditSummaryData {
120
- readonly 'channel_order_acceptance': io.flow.channel.internal.v0.models.ChannelOrderAcceptance;
121
- readonly 'edited_at': string;
122
- }
123
-
124
- interface ShopifyMarketsOrderEditSummaryPublished {
125
- readonly 'discriminator': 'shopify_markets_order_edit_summary_published';
126
- readonly 'event_id': string;
127
- readonly 'timestamp': string;
128
- readonly 'organization': string;
129
- readonly 'data': io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderEditSummaryData;
130
- }
131
-
132
119
  interface ShopifyMarketsOrderUpserted {
133
120
  readonly 'discriminator': 'shopify_markets_order_upserted';
134
121
  readonly 'event_id': string;
@@ -203,5 +190,5 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
203
190
  }
204
191
 
205
192
  declare namespace io.flow.shopify.markets.internal.event.v0.unions {
206
- type ShopifyMarketsInternalEvent = (io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderEditSummaryPublished | io.flow.shopify.markets.internal.event.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductDeleted);
193
+ type ShopifyMarketsInternalEvent = (io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductDeleted);
207
194
  }
@@ -627,6 +627,13 @@ declare namespace io.flow.stripe.v0.models {
627
627
  readonly 'transfer_group'?: string;
628
628
  }
629
629
 
630
+ interface PaymentIntents {
631
+ readonly 'object': string;
632
+ readonly 'data': io.flow.stripe.v0.models.PaymentIntent[];
633
+ readonly 'has_more': boolean;
634
+ readonly 'url'?: string;
635
+ }
636
+
630
637
  interface PaymentMethod {
631
638
  readonly 'id': string;
632
639
  readonly 'object': string;
@@ -45,6 +45,7 @@ declare namespace io.flow.tracking.v0.models {
45
45
  readonly 'timestamp': string;
46
46
  readonly 'description'?: string;
47
47
  readonly 'aggregator_status_code'?: string;
48
+ readonly 'created_at'?: string;
48
49
  }
49
50
 
50
51
  interface TrackingEventForm {
@@ -53,7 +53,7 @@ declare namespace io.flow.v0.enums {
53
53
  type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
54
54
  type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
55
55
  type Environment = 'sandbox' | 'production';
56
- type EventType = 'test_upserted' | 'generate_load' | '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' | 'channel_pending_payout_transaction_upserted' | 'channel_pending_payout_transaction_deleted' | 'organization_pending_payout_transaction_upserted' | 'organization_pending_payout_transaction_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' | 'catalog_statistics_upserted' | 'catalog_statistics_deleted' | 'item_inserted' | 'item_updated' | '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' | 'label_upserted' | 'label_deleted_v2' | 'label_upserted_v2' | 'notification_upserted_v2' | 'notification_deleted_v2' | 'manifested_label_upserted' | 'manifested_label_deleted' | 'label_processing_modification_upserted' | 'label_processing_modification_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' | 'payment_request_deleted' | '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';
56
+ type EventType = 'test_upserted' | 'generate_load' | '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' | 'channel_pending_payout_transaction_upserted' | 'channel_pending_payout_transaction_deleted' | 'organization_pending_payout_transaction_upserted' | 'organization_pending_payout_transaction_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' | 'catalog_statistics_upserted' | 'catalog_statistics_deleted' | 'item_inserted' | 'item_updated' | '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' | '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' | 'label_upserted' | 'label_deleted_v2' | 'label_upserted_v2' | 'notification_upserted_v2' | 'notification_deleted_v2' | 'manifested_label_upserted' | 'manifested_label_deleted' | 'label_processing_modification_upserted' | 'label_processing_modification_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' | 'payment_request_deleted' | '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';
57
57
  type ExceptionType = 'open' | 'closed';
58
58
  type ExclusionRuleState = 'current' | 'deleting' | 'updating';
59
59
  type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
@@ -93,7 +93,6 @@ declare namespace io.flow.v0.enums {
93
93
  type LanePreselectPreference = 'lowest_cost' | 'default_tier';
94
94
  type LaneStrategy = 'oldest' | 'fastest' | 'lowest_cost' | 'highest_priority';
95
95
  type LevyComponent = 'goods' | 'duty' | 'insurance' | 'freight' | 'vat';
96
- type LevyInclusion = 'tax' | 'duty';
97
96
  type LevyStrategy = 'minimum' | 'average' | 'maximum';
98
97
  type LocationErrorCode = 'address_required' | 'ip_invalid' | 'ip_required' | 'timezone_unavailable';
99
98
  type LogisticsFormatPreference = 'shopify_console' | 'existing_3pl_integration' | 'byo_integration';
@@ -174,6 +173,7 @@ declare namespace io.flow.v0.enums {
174
173
  type ShipmentIntegrationType = 'direct' | 'information' | 'preadvice';
175
174
  type ShipmentRecipient = 'customer' | 'return' | 'crossdock';
176
175
  type ShippingConfigurationType = 'default' | 'variant';
176
+ type ShippingLabelErrorCode = 'generic_error' | 'cancelled_order' | 'carrier_outage' | 'catalog_issue' | 'invalid_destination' | 'invalid_origin' | 'invalid_shipping_parameters' | 'merchant_error' | 'order_not_found' | 'order_processing' | 'restricted_item' | 'unsupported_lane';
177
177
  type ShopifyGrant = 'customer' | 'discount' | 'gift_card' | 'metafield' | 'order';
178
178
  type ShopifyLocalizationMethod = 'api' | 'ssr';
179
179
  type ShopifySyncCheck = 'localized_variants' | 'flow_variant_metafields';
@@ -187,7 +187,6 @@ declare namespace io.flow.v0.enums {
187
187
  type SyncStreamType = 'submitted_order' | 'placed_order';
188
188
  type SyncUnitOfTime = 'day' | 'hour' | 'minute' | 'second';
189
189
  type TaxApplicability = 'none' | 'all';
190
- type TaxDutyCalculatorValidationErrorCode = 'generic_error' | 'destination_country_not_defined' | 'destination_address_iso3166_unrecognized' | 'line_item_shipfrom_shipto_country_invalid' | 'line_item_ship_from_invalid' | 'line_item_currency_iso4217_unrecognized' | 'line_quantity_invalid' | 'line_item_quantity_invalid' | 'line_item_unit_price_precision_invalid' | 'line_item_unit_price_negative' | 'line_item_discount_amount_precision_invalid' | 'line_item_discount_amount_positive' | 'line_item_country_of_origin_iso3166_unrecognized' | 'line_item_hs_code_invalid' | 'line_item_duty_provider_invalid' | 'shipping_unit_price_precision_invalid' | 'shipping_unit_price_negative' | 'shipping_discount_amount_precision_invalid' | 'shipping_discount_amount_invalid' | 'merchant_of_record_invalid' | 'wrong_unit_specified';
191
190
  type TaxReportType = 'consumer' | 'b2b';
192
191
  type TaxVerificationResult = 'valid' | 'invalid' | 'unable_to_validate';
193
192
  type TaxabilityType = 'tax_rule';
@@ -217,7 +216,6 @@ declare namespace io.flow.v0.enums {
217
216
  type WebhookStatus = 'pending' | 'success' | 'failure' | 'ignored';
218
217
  type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
219
218
  type ZeroAmountIndicator = 'zero' | 'free';
220
- type ZeroLevyReasonCode = 'zero_basis' | 'zero_rate_on_goods' | 'value_rounds_to_zero' | 'order_below_de_minimis_threshold' | 'amount_below_de_minimis_threshold' | 'delivered_unpaid' | 'duty_free_domestic' | 'duty_free_intra_community' | 'duty_free_reimport' | 'duty_free_by_trade_agreement';
221
219
  }
222
220
 
223
221
  declare namespace io.flow.v0.models {
@@ -2200,19 +2198,6 @@ declare namespace io.flow.v0.models {
2200
2198
  readonly 'phone'?: string;
2201
2199
  }
2202
2200
 
2203
- interface Context {
2204
- readonly 'id': string;
2205
- readonly 'experiments': io.flow.v0.models.SessionContextExperiment[];
2206
- }
2207
-
2208
- interface ContextForm {
2209
- readonly 'experiments': io.flow.v0.models.SessionContextExperiment[];
2210
- }
2211
-
2212
- interface ContextReference {
2213
- readonly 'id': string;
2214
- }
2215
-
2216
2201
  interface Country {
2217
2202
  readonly 'name': string;
2218
2203
  readonly 'iso_3166_2': string;
@@ -3089,28 +3074,12 @@ declare namespace io.flow.v0.models {
3089
3074
  readonly 'payment': io.flow.v0.models.EmailPaymentSummary;
3090
3075
  }
3091
3076
 
3092
- interface EmailNotificationDeleted {
3093
- readonly 'discriminator': 'email_notification_deleted';
3094
- readonly 'event_id': string;
3095
- readonly 'timestamp': string;
3096
- readonly 'organization': string;
3097
- readonly 'notification': io.flow.v0.models.EmailNotification;
3098
- }
3099
-
3100
3077
  interface EmailNotificationForm {
3101
3078
  readonly 'to': io.flow.v0.models.EmailRecipient;
3102
3079
  readonly 'created_at': string;
3103
3080
  readonly 'data': io.flow.v0.unions.EmailNotificationData;
3104
3081
  }
3105
3082
 
3106
- interface EmailNotificationUpserted {
3107
- readonly 'discriminator': 'email_notification_upserted';
3108
- readonly 'event_id': string;
3109
- readonly 'timestamp': string;
3110
- readonly 'organization': string;
3111
- readonly 'notification': io.flow.v0.models.EmailNotification;
3112
- }
3113
-
3114
3083
  interface EmailPaymentSummary {
3115
3084
  readonly 'refund': io.flow.v0.models.Refund;
3116
3085
  }
@@ -3484,10 +3453,6 @@ declare namespace io.flow.v0.models {
3484
3453
  readonly 'experience': io.flow.v0.models.Experience;
3485
3454
  }
3486
3455
 
3487
- interface ExperimentVariant {
3488
- readonly 'key': string;
3489
- }
3490
-
3491
3456
  interface Expiration {
3492
3457
  readonly 'month': number;
3493
3458
  readonly 'year': number;
@@ -4888,7 +4853,6 @@ declare namespace io.flow.v0.models {
4888
4853
  readonly 'language': io.flow.v0.models.Language;
4889
4854
  readonly 'locale': io.flow.v0.models.Locale;
4890
4855
  readonly 'experience': io.flow.v0.models.ExperienceGeo;
4891
- readonly 'experiment'?: io.flow.v0.models.SessionExperiment;
4892
4856
  }
4893
4857
 
4894
4858
  interface Locale {
@@ -6225,8 +6189,6 @@ declare namespace io.flow.v0.models {
6225
6189
  readonly 'geo'?: io.flow.v0.models.SessionGeo;
6226
6190
  readonly 'experience'?: io.flow.v0.models.ExperienceGeo;
6227
6191
  readonly 'format'?: io.flow.v0.models.SessionFormat;
6228
- readonly 'experiment'?: io.flow.v0.models.SessionExperiment;
6229
- readonly 'context'?: io.flow.v0.models.ContextReference;
6230
6192
  }
6231
6193
 
6232
6194
  interface OrganizationSessionAuthorization {
@@ -8532,35 +8494,11 @@ declare namespace io.flow.v0.models {
8532
8494
  readonly 'session': string;
8533
8495
  }
8534
8496
 
8535
- interface SessionContextExperiment {
8536
- readonly 'key': string;
8537
- readonly 'variant'?: io.flow.v0.models.ExperimentVariant;
8538
- }
8539
-
8540
8497
  interface SessionCurrencyFormat {
8541
8498
  readonly 'symbol': io.flow.v0.enums.CurrencySymbolFormat;
8542
8499
  readonly 'label_formatters': io.flow.v0.enums.CurrencyLabelFormatter[];
8543
8500
  }
8544
8501
 
8545
- interface SessionExperiment {
8546
- readonly 'key': string;
8547
- readonly 'variant'?: io.flow.v0.models.SessionExperimentVariant;
8548
- }
8549
-
8550
- interface SessionExperimentForm {
8551
- readonly 'key': string;
8552
- readonly 'variant'?: io.flow.v0.models.SessionExperimentVariantForm;
8553
- }
8554
-
8555
- interface SessionExperimentVariant {
8556
- readonly 'key': string;
8557
- readonly 'name': string;
8558
- }
8559
-
8560
- interface SessionExperimentVariantForm {
8561
- readonly 'key': string;
8562
- }
8563
-
8564
8502
  interface SessionExpirationConfig {
8565
8503
  readonly 'unit': io.flow.v0.enums.UnitOfTime;
8566
8504
  readonly 'value': number;
@@ -8804,6 +8742,11 @@ declare namespace io.flow.v0.models {
8804
8742
  readonly 'required': boolean;
8805
8743
  }
8806
8744
 
8745
+ interface ShippingLabelError {
8746
+ readonly 'code': io.flow.v0.enums.ShippingLabelErrorCode;
8747
+ readonly 'messages': string[];
8748
+ }
8749
+
8807
8750
  interface ShippingLabelHopCostItemizedEstimate {
8808
8751
  readonly 'units': io.flow.v0.models.LabelUnits;
8809
8752
  readonly 'base': io.flow.v0.models.LabelBase;
@@ -9331,14 +9274,6 @@ declare namespace io.flow.v0.models {
9331
9274
  readonly 'statement': io.flow.v0.models.Statement;
9332
9275
  }
9333
9276
 
9334
- interface StreetAddress {
9335
- readonly 'streets'?: string[];
9336
- readonly 'city'?: string;
9337
- readonly 'province'?: string;
9338
- readonly 'postal'?: string;
9339
- readonly 'country'?: string;
9340
- }
9341
-
9342
9277
  interface StripeAuthenticationData {
9343
9278
  readonly 'discriminator': 'stripe_authentication_data';
9344
9279
  readonly 'secret_key_reference': string;
@@ -9566,92 +9501,6 @@ declare namespace io.flow.v0.models {
9566
9501
  readonly 'deminimis'?: io.flow.v0.unions.Deminimis;
9567
9502
  }
9568
9503
 
9569
- interface TaxDutyCalculatorValidationError {
9570
- readonly 'code': io.flow.v0.enums.TaxDutyCalculatorValidationErrorCode;
9571
- readonly 'messages': string[];
9572
- }
9573
-
9574
- interface TaxDutyQuote {
9575
- readonly 'id': string;
9576
- readonly 'primary_identifier': string;
9577
- readonly 'attributes'?: Record<string, string>;
9578
- readonly 'merchant_of_record': io.flow.v0.enums.MerchantOfRecord;
9579
- readonly 'delivered_duty': io.flow.v0.enums.DeliveredDuty;
9580
- readonly 'destination': io.flow.v0.models.StreetAddress;
9581
- readonly 'quote_date': string;
9582
- readonly 'currency': string;
9583
- readonly 'lines': io.flow.v0.models.TaxDutyQuoteLineItem[];
9584
- readonly 'shipping': io.flow.v0.models.TaxDutyQuoteSimpleShipping[];
9585
- readonly 'total_values': io.flow.v0.models.TaxDutyQuoteValues;
9586
- }
9587
-
9588
- interface TaxDutyQuoteFeeValue {
9589
- readonly 'amount': number;
9590
- readonly 'description': string;
9591
- readonly 'amount_refundable_on_return': number;
9592
- }
9593
-
9594
- interface TaxDutyQuoteForm {
9595
- readonly 'primary_identifier': string;
9596
- readonly 'attributes'?: Record<string, string>;
9597
- readonly 'delivered_duty': io.flow.v0.enums.DeliveredDuty;
9598
- readonly 'destination': io.flow.v0.models.StreetAddress;
9599
- readonly 'currency': string;
9600
- readonly 'lines': io.flow.v0.models.TaxDutyQuoteLineItemForm[];
9601
- readonly 'shipping': io.flow.v0.models.TaxDutyQuoteSimpleShippingForm[];
9602
- readonly 'includes'?: io.flow.v0.enums.LevyInclusion[];
9603
- }
9604
-
9605
- interface TaxDutyQuoteLineItem {
9606
- readonly 'primary_identifier': string;
9607
- readonly 'attributes'?: Record<string, string>;
9608
- readonly 'ship_from': io.flow.v0.models.StreetAddress;
9609
- readonly 'quantity': number;
9610
- readonly 'unit_values': io.flow.v0.models.TaxDutyQuoteValues;
9611
- readonly 'country_of_origin': string;
9612
- readonly 'hs_code': string;
9613
- }
9614
-
9615
- interface TaxDutyQuoteLineItemForm {
9616
- readonly 'primary_identifier': string;
9617
- readonly 'attributes'?: Record<string, string>;
9618
- readonly 'ship_from': io.flow.v0.models.StreetAddress;
9619
- readonly 'quantity': number;
9620
- readonly 'unit_price': number;
9621
- readonly 'unit_weight'?: io.flow.v0.models.Measurement;
9622
- readonly 'country_of_origin'?: string;
9623
- readonly 'hs_code'?: string;
9624
- readonly 'includes': io.flow.v0.enums.LevyInclusion[];
9625
- }
9626
-
9627
- interface TaxDutyQuoteSimpleLevyValue {
9628
- readonly 'discriminator': 'tax_duty_quote_simple_levy_value';
9629
- readonly 'amount': number;
9630
- readonly 'rate': number;
9631
- readonly 'description': string;
9632
- readonly 'zero_levy_reason'?: io.flow.v0.enums.ZeroLevyReasonCode[];
9633
- readonly 'amount_refundable_on_return': number;
9634
- }
9635
-
9636
- interface TaxDutyQuoteSimpleShipping {
9637
- readonly 'values': io.flow.v0.models.TaxDutyQuoteValues;
9638
- readonly 'ship_from': io.flow.v0.models.StreetAddress;
9639
- }
9640
-
9641
- interface TaxDutyQuoteSimpleShippingForm {
9642
- readonly 'price': number;
9643
- readonly 'includes': io.flow.v0.enums.LevyInclusion[];
9644
- readonly 'ship_from'?: io.flow.v0.models.StreetAddress;
9645
- }
9646
-
9647
- interface TaxDutyQuoteValues {
9648
- readonly 'price': number;
9649
- readonly 'duty': io.flow.v0.models.TaxDutyQuoteSimpleLevyValue;
9650
- readonly 'tax': io.flow.v0.models.TaxDutyQuoteSimpleLevyValue;
9651
- readonly 'fees': io.flow.v0.models.TaxDutyQuoteFeeValue;
9652
- readonly 'total': number;
9653
- }
9654
-
9655
9504
  interface TaxRegistration {
9656
9505
  readonly 'id': string;
9657
9506
  readonly 'key': string;
@@ -9889,6 +9738,7 @@ declare namespace io.flow.v0.models {
9889
9738
  readonly 'timestamp': string;
9890
9739
  readonly 'description'?: string;
9891
9740
  readonly 'aggregator_status_code'?: string;
9741
+ readonly 'created_at'?: string;
9892
9742
  }
9893
9743
 
9894
9744
  interface TrackingEventForm {
@@ -10472,7 +10322,7 @@ declare namespace io.flow.v0.unions {
10472
10322
  type Document = (io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument);
10473
10323
  type EmailNotificationData = (io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder);
10474
10324
  type Entity = (io.flow.v0.models.Company | io.flow.v0.models.Individual);
10475
- type Event = (io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | 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.ChannelPendingPayoutTransactionUpserted | io.flow.v0.models.ChannelPendingPayoutTransactionDeleted | io.flow.v0.models.OrganizationPendingPayoutTransactionUpserted | io.flow.v0.models.OrganizationPendingPayoutTransactionDeleted | 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.CatalogStatisticsUpserted | io.flow.v0.models.CatalogStatisticsDeleted | io.flow.v0.models.ItemInserted | io.flow.v0.models.ItemUpdated | io.flow.v0.models.ItemDeleted | 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.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.LabelProcessingModificationUpserted | io.flow.v0.models.LabelProcessingModificationDeleted | 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.PaymentRequestDeleted | 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);
10325
+ type Event = (io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | 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.ChannelPendingPayoutTransactionUpserted | io.flow.v0.models.ChannelPendingPayoutTransactionDeleted | io.flow.v0.models.OrganizationPendingPayoutTransactionUpserted | io.flow.v0.models.OrganizationPendingPayoutTransactionDeleted | 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.CatalogStatisticsUpserted | io.flow.v0.models.CatalogStatisticsDeleted | io.flow.v0.models.ItemInserted | io.flow.v0.models.ItemUpdated | io.flow.v0.models.ItemDeleted | 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.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.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.LabelProcessingModificationUpserted | io.flow.v0.models.LabelProcessingModificationDeleted | 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.PaymentRequestDeleted | 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);
10476
10326
  type ExpandableCard = (io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary);
10477
10327
  type ExpandableCenter = (io.flow.v0.models.Center | io.flow.v0.models.CenterReference);
10478
10328
  type ExpandableExperience = (io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference);
@@ -10551,7 +10401,6 @@ declare namespace io.flow.v0.unions {
10551
10401
  type ShippingNotificationForm = (io.flow.v0.models.DetailedShippingNotificationForm | io.flow.v0.models.SinglePackageShippingNotificationForm | io.flow.v0.models.SummaryShippingNotificationForm);
10552
10402
  type ShopifyCartAddForm = (io.flow.v0.models.ShopifyCartAddSingleForm | io.flow.v0.models.ShopifyCartAddMultipleForm);
10553
10403
  type ShopifyEventBucket = (io.flow.v0.models.ShopifyItemEventBucket);
10554
- type TaxDutyQuoteLevyValue = (io.flow.v0.models.TaxDutyQuoteSimpleLevyValue);
10555
10404
  type TaxSetting = (io.flow.v0.models.AvalaraTaxSetting | io.flow.v0.models.AvalaraTaxCsvSetting);
10556
10405
  type ThreedsChallengeAction = (io.flow.v0.models.ThreedsTwoChallengeRequest);
10557
10406
  type ThreedsIdentifyAction = (io.flow.v0.models.ThreedsTwoMethod);
package/index.d.ts CHANGED
@@ -9,6 +9,7 @@
9
9
  /// <reference path="generated/io.flow.catalog.exclusion.v0.catalog-exclusion.d.ts" />
10
10
  /// <reference path="generated/io.flow.catalog.return.v0.catalog-return.d.ts" />
11
11
  /// <reference path="generated/io.flow.catalog.v0.catalog.d.ts" />
12
+ /// <reference path="generated/io.flow.channel.currency.v0.channel-currency.d.ts" />
12
13
  /// <reference path="generated/io.flow.channel.internal.v0.channel-internal.d.ts" />
13
14
  /// <reference path="generated/io.flow.channel.v0.channel.d.ts" />
14
15
  /// <reference path="generated/io.flow.checkout.v0.checkout.d.ts" />
@@ -18,7 +19,6 @@
18
19
  /// <reference path="generated/io.flow.customer.v0.customer.d.ts" />
19
20
  /// <reference path="generated/io.flow.error.v0.error.d.ts" />
20
21
  /// <reference path="generated/io.flow.experience.v0.experience.d.ts" />
21
- /// <reference path="generated/io.flow.experiment.internal.v0.experiment-internal.d.ts" />
22
22
  /// <reference path="generated/io.flow.export.v0.export.d.ts" />
23
23
  /// <reference path="generated/io.flow.external.paypal.v1.paypal.d.ts" />
24
24
  /// <reference path="generated/io.flow.field.validation.v0.field-validation.d.ts" />
@@ -49,7 +49,6 @@
49
49
  /// <reference path="generated/io.flow.ratecard.v0.ratecard.d.ts" />
50
50
  /// <reference path="generated/io.flow.reference.v0.reference.d.ts" />
51
51
  /// <reference path="generated/io.flow.return.v0.return.d.ts" />
52
- /// <reference path="generated/io.flow.session.context.v0.session-context.d.ts" />
53
52
  /// <reference path="generated/io.flow.session.v0.session.d.ts" />
54
53
  /// <reference path="generated/io.flow.shopify.external.v0.shopify-external.d.ts" />
55
54
  /// <reference path="generated/io.flow.shopify.markets.internal.event.v0.shopify-markets-internal-event.d.ts" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-types",
3
- "version": "0.0.237",
3
+ "version": "0.0.239",
4
4
  "description": "Global TypeScript typings for Flow Commerce API",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,5 +14,5 @@
14
14
  "scripts": {
15
15
  "generate": "apibuilder update && node scripts/generate-index.js"
16
16
  },
17
- "gitHead": "ae8c62050d9783d8da6c3d07da43b35187197742"
17
+ "gitHead": "5a525b0a21aca779c3ca5bb3f4a759c144095fd5"
18
18
  }