@flowio/api-internal-factories 0.0.119 → 0.0.121

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.
@@ -802,7 +802,7 @@ const factories = {
802
802
  'virtual_card_refund',
803
803
  'failed_payout',
804
804
  'tax_refund',
805
- 'order_fx',
805
+ 'non_l4l_tax_duty_fx',
806
806
  'ge_revenue_share',
807
807
  'tax_duty_delta',
808
808
  ]),
@@ -2194,59 +2194,6 @@ const factories = {
2194
2194
  attributes: objectOf(() => factories.string()),
2195
2195
  }),
2196
2196
 
2197
- 'io.flow.checkout.v0.models.checkout_token': (): io.flow.checkout.v0.models.CheckoutToken => ({
2198
- id: factories.string(),
2199
- organization: factories['io.flow.common.v0.models.organization_reference'](),
2200
- checkout: factories['io.flow.common.v0.models.checkout_reference'](),
2201
- order: factories['io.flow.experience.v0.models.order_number_reference'](),
2202
- urls: factories['io.flow.checkout.v0.models.checkout_urls'](),
2203
- expires_at: factories.date_time_iso_8601(),
2204
- session: factories['io.flow.common.v0.models.session_reference'](),
2205
- customer: factories['io.flow.common.v0.models.customer_reference'](),
2206
- }),
2207
-
2208
- 'io.flow.checkout.v0.models.checkout_token_order_form': (): io.flow.checkout.v0.models.CheckoutTokenOrderForm => ({
2209
- discriminator: 'checkout_token_order_form',
2210
- order_form: factories['io.flow.experience.v0.models.order_form'](),
2211
- customer: factories['io.flow.customer.v0.models.customer_form'](),
2212
- address_book: factories['io.flow.customer.v0.models.customer_address_book_form'](),
2213
- payment_sources: arrayOf(() => factories['io.flow.payment.v0.unions.payment_source_form']()),
2214
- session_id: factories.string(),
2215
- urls: factories['io.flow.checkout.v0.models.checkout_urls_form'](),
2216
-
2217
- identifiers: arrayOf(
2218
- () => factories['io.flow.experience.v0.models.order_submission_identifier_form'](),
2219
- ),
2220
- }),
2221
-
2222
- 'io.flow.checkout.v0.models.checkout_token_reference_form': (): io.flow.checkout.v0.models.CheckoutTokenReferenceForm => ({
2223
- discriminator: 'checkout_token_reference_form',
2224
- order_number: factories.string(),
2225
- session_id: factories.string(),
2226
- urls: factories['io.flow.checkout.v0.models.checkout_urls_form'](),
2227
- }),
2228
-
2229
- 'io.flow.checkout.v0.models.checkout_urls': (): io.flow.checkout.v0.models.CheckoutUrls => ({
2230
- continue_shopping: factories.string(),
2231
- confirmation: factories.string(),
2232
- invalid_checkout: factories.string(),
2233
- }),
2234
-
2235
- 'io.flow.checkout.v0.models.checkout_urls_form': (): io.flow.checkout.v0.models.CheckoutUrlsForm => ({
2236
- continue_shopping: factories.string(),
2237
- confirmation: factories.string(),
2238
- invalid_checkout: factories.string(),
2239
- }),
2240
-
2241
- 'io.flow.checkout.v0.unions.checkout_token_form': (): io.flow.checkout.v0.unions.CheckoutTokenForm => {
2242
- const f = faker.helpers.arrayElement([
2243
- () => factories['io.flow.checkout.v0.models.checkout_token_order_form'](),
2244
- () => factories['io.flow.checkout.v0.models.checkout_token_reference_form'](),
2245
- ]);
2246
-
2247
- return f();
2248
- },
2249
-
2250
2197
  'io.flow.common.v0.enums.attribute_data_type': (): io.flow.common.v0.enums.AttributeDataType => faker.helpers.arrayElement(['boolean', 'integer', 'decimal', 'string', 'json_array']),
2251
2198
  'io.flow.common.v0.enums.availability_status': (): io.flow.common.v0.enums.AvailabilityStatus => faker.helpers.arrayElement(['enabled', 'disabled']),
2252
2199
  'io.flow.common.v0.enums.calendar': (): io.flow.common.v0.enums.Calendar => faker.helpers.arrayElement(['weekdays', 'everyday']),
@@ -3066,6 +3013,8 @@ const factories = {
3066
3013
  'total_changed',
3067
3014
  ]),
3068
3015
 
3016
+ 'io.flow.experience.v0.enums.order_payment_source_type': (): io.flow.experience.v0.enums.OrderPaymentSourceType => faker.helpers.arrayElement(['globale', 'third_party']),
3017
+
3069
3018
  'io.flow.experience.v0.enums.order_payment_type': (): io.flow.experience.v0.enums.OrderPaymentType => faker.helpers.arrayElement([
3070
3019
  'card',
3071
3020
  'online',
@@ -3760,6 +3709,7 @@ const factories = {
3760
3709
  ),
3761
3710
 
3762
3711
  incoterm_summary: factories['io.flow.experience.v0.models.incoterm_summary'](),
3712
+ payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
3763
3713
  }),
3764
3714
 
3765
3715
  'io.flow.experience.v0.models.order_address': (): io.flow.experience.v0.models.OrderAddress => ({
@@ -3849,6 +3799,7 @@ const factories = {
3849
3799
  authorization_keys: arrayOf(() => factories.string()),
3850
3800
  options: factories['io.flow.experience.v0.models.order_options'](),
3851
3801
  device_details: factories['io.flow.payment.v0.unions.device_details'](),
3802
+ payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
3852
3803
  }),
3853
3804
 
3854
3805
  'io.flow.experience.v0.models.order_geo': (): io.flow.experience.v0.models.OrderGeo => ({
@@ -3960,6 +3911,7 @@ const factories = {
3960
3911
  authorization_keys: arrayOf(() => factories.string()),
3961
3912
  options: factories['io.flow.experience.v0.models.order_options'](),
3962
3913
  device_details: factories['io.flow.payment.v0.unions.device_details'](),
3914
+ payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
3963
3915
  }),
3964
3916
 
3965
3917
  'io.flow.experience.v0.models.order_reference': (): io.flow.experience.v0.models.OrderReference => ({
@@ -6890,14 +6842,13 @@ const factories = {
6890
6842
  'duty',
6891
6843
  'trueup',
6892
6844
  'carrier_charge',
6893
- 'order_fx',
6845
+ 'non_l4l_tax_duty_fx',
6894
6846
  'tax_refund',
6895
6847
  'duty_refund',
6896
6848
  'ge_revenue_share',
6897
6849
  'tax_duty_delta',
6898
6850
  ]),
6899
6851
 
6900
- 'io.flow.internal.v0.enums.browser_bundle_error_code': (): io.flow.internal.v0.enums.BrowserBundleErrorCode => faker.helpers.arrayElement(['generic_error', 'country_invalid']),
6901
6852
  'io.flow.internal.v0.enums.calculator_engine': (): io.flow.internal.v0.enums.CalculatorEngine => faker.helpers.arrayElement(['dtce_with_deminimis', 'dtce_with_inclusive_pricing', 'dtce_and_us_tax']),
6902
6853
  'io.flow.internal.v0.enums.carrier_charge_transaction_type': (): io.flow.internal.v0.enums.CarrierChargeTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'charge', 'revenue_share']),
6903
6854
  'io.flow.internal.v0.enums.carrier_charge_type': (): io.flow.internal.v0.enums.CarrierChargeType => faker.helpers.arrayElement(['label', 'tax', 'other']),
@@ -7021,7 +6972,7 @@ const factories = {
7021
6972
  'io.flow.internal.v0.enums.dispute_liability': (): io.flow.internal.v0.enums.DisputeLiability => faker.helpers.arrayElement(['flow', 'organization']),
7022
6973
  'io.flow.internal.v0.enums.dispute_processor': (): io.flow.internal.v0.enums.DisputeProcessor => faker.helpers.arrayElement(['adyen', 'paypal', 'stripe']),
7023
6974
  'io.flow.internal.v0.enums.dispute_reporting_category': (): io.flow.internal.v0.enums.DisputeReportingCategory => faker.helpers.arrayElement(['charge_issues', 'delivery', 'fraud', 'general', 'product', 'returns']),
7024
- 'io.flow.internal.v0.enums.dispute_status': (): io.flow.internal.v0.enums.DisputeStatus => faker.helpers.arrayElement(['pending', 'won', 'lost', 'expired']),
6975
+ 'io.flow.internal.v0.enums.dispute_status': (): io.flow.internal.v0.enums.DisputeStatus => faker.helpers.arrayElement(['pending', 'won', 'lost', 'refunded', 'expired']),
7025
6976
  'io.flow.internal.v0.enums.dispute_transaction_type': (): io.flow.internal.v0.enums.DisputeTransactionType => faker.helpers.arrayElement(['adjustment', 'dispute']),
7026
6977
  'io.flow.internal.v0.enums.dispute_type': (): io.flow.internal.v0.enums.DisputeType => faker.helpers.arrayElement(['chargeback']),
7027
6978
  'io.flow.internal.v0.enums.duty_compound_expression_type': (): io.flow.internal.v0.enums.DutyCompoundExpressionType => faker.helpers.arrayElement(['sum', 'max', 'min']),
@@ -7052,8 +7003,8 @@ const factories = {
7052
7003
  'io.flow.internal.v0.enums.event_type': (): io.flow.internal.v0.enums.EventType => faker.helpers.arrayElement([
7053
7004
  'adjusted_estimates_upserted',
7054
7005
  'adjusted_estimates_deleted',
7055
- 'final_estimate_upserted',
7056
- 'final_estimate_deleted',
7006
+ 'shipping_estimate_upserted',
7007
+ 'shipping_estimate_deleted',
7057
7008
  'adyen_authorization_deleted',
7058
7009
  'adyen_authorization_upserted',
7059
7010
  'adyen_cancel_deleted',
@@ -7221,7 +7172,6 @@ const factories = {
7221
7172
  'center_defaults_deleted',
7222
7173
  'fulfillment_fallbacks_upserted',
7223
7174
  'fulfillment_fallbacks_deleted',
7224
- 'pregenerated_request_event',
7225
7175
  'quote_upserted',
7226
7176
  'quote_deleted',
7227
7177
  'all_items_export',
@@ -7230,7 +7180,6 @@ const factories = {
7230
7180
  'dutied_items_export',
7231
7181
  'harmonization_phrase_suggestion_request_import',
7232
7182
  'harmonization_codes_import',
7233
- 'item_classification_created',
7234
7183
  'harmonize_fully_request_v2',
7235
7184
  'import_completed',
7236
7185
  'import_failed',
@@ -7244,8 +7193,6 @@ const factories = {
7244
7193
  'rate_freshness_summary_deleted',
7245
7194
  'item_harmonization_upserted',
7246
7195
  'item_harmonization_deleted',
7247
- 'harmonization_item_classification_upserted',
7248
- 'harmonization_item_classification_deleted',
7249
7196
  'harmonization_classification_statistics_published',
7250
7197
  'issuer_upserted',
7251
7198
  'issuer_deleted',
@@ -7258,20 +7205,9 @@ const factories = {
7258
7205
  'order_validation_deleted',
7259
7206
  'label_tracking_summary_upserted',
7260
7207
  'label_tracking_summary_deleted',
7261
- 'localized_item_upserted_v2',
7262
- 'localized_item_deleted',
7263
- 'localized_item_deleted_v2',
7264
- 'localized_item_snapshot',
7265
- 'localized_price_book_item_upserted',
7266
- 'localized_price_book_item_deleted',
7267
7208
  'logistics_capabilities_upserted',
7268
7209
  'logistics_capabilities_deleted',
7269
- 'feed_upserted',
7270
- 'feed_deleted',
7271
- 'feeds_export',
7272
7210
  'localized_item_prices_export_request',
7273
- 'optin_prompt_upserted',
7274
- 'optin_prompt_deleted',
7275
7211
  'order_combined_shipment_upserted',
7276
7212
  'order_combined_shipment_deleted',
7277
7213
  'order_fulfillment_deleted',
@@ -7337,8 +7273,6 @@ const factories = {
7337
7273
  'ratecard_standard_configuration_deleted',
7338
7274
  'ratecard_service_fee_upserted',
7339
7275
  'ratecard_service_fee_deleted',
7340
- 'ratecard_lane_aggregate_upserted',
7341
- 'ratecard_lane_aggregate_deleted',
7342
7276
  'ratecard_rate_level_upserted',
7343
7277
  'ratecard_rate_level_deleted',
7344
7278
  'ratecard_rate_level_ratecard_upserted',
@@ -7497,6 +7431,7 @@ const factories = {
7497
7431
  'io.flow.internal.v0.enums.label_billing_strategy': (): io.flow.internal.v0.enums.LabelBillingStrategy => faker.helpers.arrayElement(['quote', 'carrier']),
7498
7432
  'io.flow.internal.v0.enums.label_cancellation_error_code': (): io.flow.internal.v0.enums.LabelCancellationErrorCode => faker.helpers.arrayElement(['already_used', 'carrier_unsupported']),
7499
7433
  'io.flow.internal.v0.enums.label_creation_status': (): io.flow.internal.v0.enums.LabelCreationStatus => faker.helpers.arrayElement(['success', 'error', 'pending', 'cancelled']),
7434
+ 'io.flow.internal.v0.enums.label_event_medium': (): io.flow.internal.v0.enums.LabelEventMedium => faker.helpers.arrayElement(['webhook', 'pull', 'post']),
7500
7435
  'io.flow.internal.v0.enums.label_event_source': (): io.flow.internal.v0.enums.LabelEventSource => faker.helpers.arrayElement(['aftership', 'carrier', 'flow']),
7501
7436
 
7502
7437
  'io.flow.internal.v0.enums.label_request_error_handling_responsibility': (): io.flow.internal.v0.enums.LabelRequestErrorHandlingResponsibility => faker.helpers.arrayElement([
@@ -7507,6 +7442,7 @@ const factories = {
7507
7442
  'globale_address_repair',
7508
7443
  'merchant_operations',
7509
7444
  'globale_system',
7445
+ 'carrier',
7510
7446
  ]),
7511
7447
 
7512
7448
  'io.flow.internal.v0.enums.label_request_result_organization_type': (): io.flow.internal.v0.enums.LabelRequestResultOrganizationType => faker.helpers.arrayElement(['all', 'legacy_production', 'managed_markets_production', 'sandbox']),
@@ -7540,58 +7476,6 @@ const factories = {
7540
7476
  'non_fraud_chargeback',
7541
7477
  ]),
7542
7478
 
7543
- 'io.flow.internal.v0.enums.marketing_gateway_account_connection_status': (): io.flow.internal.v0.enums.MarketingGatewayAccountConnectionStatus => faker.helpers.arrayElement([
7544
- 'not_connected',
7545
- 'connecting',
7546
- 'connected',
7547
- 'disconnecting',
7548
- 'disconnected',
7549
- ]),
7550
-
7551
- 'io.flow.internal.v0.enums.marketing_gateway_channel_integration_type': (): io.flow.internal.v0.enums.MarketingGatewayChannelIntegrationType => faker.helpers.arrayElement(['automated', 'manual']),
7552
-
7553
- 'io.flow.internal.v0.enums.marketing_gateway_channel_status': (): io.flow.internal.v0.enums.MarketingGatewayChannelStatus => faker.helpers.arrayElement([
7554
- 'not_connected',
7555
- 'connecting',
7556
- 'connected',
7557
- 'disconnecting',
7558
- 'disconnected',
7559
- 'unavailable',
7560
- ]),
7561
-
7562
- 'io.flow.internal.v0.enums.marketing_gateway_error_code': (): io.flow.internal.v0.enums.MarketingGatewayErrorCode => faker.helpers.arrayElement([
7563
- 'generic_error',
7564
- 'google_api_error',
7565
- 'facebook_api_error',
7566
- 'invalid_oauth_token_error',
7567
- ]),
7568
-
7569
- 'io.flow.internal.v0.enums.marketing_gateway_facebook_token_status': (): io.flow.internal.v0.enums.MarketingGatewayFacebookTokenStatus => faker.helpers.arrayElement(['unknown', 'active', 'expired']),
7570
- 'io.flow.internal.v0.enums.marketing_gateway_feed_download_format': (): io.flow.internal.v0.enums.MarketingGatewayFeedDownloadFormat => faker.helpers.arrayElement(['tsv', 'csv', 'txt']),
7571
- 'io.flow.internal.v0.enums.marketing_gateway_feed_state': (): io.flow.internal.v0.enums.MarketingGatewayFeedState => faker.helpers.arrayElement(['initialized', 'generated', 'in_review', 'rejected', 'active']),
7572
-
7573
- 'io.flow.internal.v0.enums.marketing_gateway_platform': (): io.flow.internal.v0.enums.MarketingGatewayPlatform => faker.helpers.arrayElement([
7574
- 'google',
7575
- 'facebook',
7576
- 'adroll',
7577
- 'aliexpress',
7578
- 'amazon',
7579
- 'bing',
7580
- 'criteo',
7581
- 'fruugo',
7582
- 'pinterest',
7583
- 'rakuten_japan',
7584
- 'wish',
7585
- 'snapchat',
7586
- 'stylight',
7587
- ]),
7588
-
7589
- 'io.flow.internal.v0.enums.marketing_gateway_product_status': (): io.flow.internal.v0.enums.MarketingGatewayProductStatus => faker.helpers.arrayElement(['approved', 'not_approved', 'pending', 'not_found', 'excluded']),
7590
-
7591
- 'io.flow.internal.v0.enums.marketing_gateway_schema_compatibility': (): io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility => faker.helpers.arrayElement(
7592
- ['google', 'facebook_primary', 'facebook_country_override', 'supplemental'],
7593
- ),
7594
-
7595
7479
  'io.flow.internal.v0.enums.mixed_bag_weight': (): io.flow.internal.v0.enums.MixedBagWeight => faker.helpers.arrayElement(['0', '1', '2']),
7596
7480
 
7597
7481
  'io.flow.internal.v0.enums.nature_of_sale': (): io.flow.internal.v0.enums.NatureOfSale => faker.helpers.arrayElement([
@@ -7691,6 +7575,7 @@ const factories = {
7691
7575
  'io.flow.internal.v0.enums.organization_restriction_screening_status': (): io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus => faker.helpers.arrayElement(['in_review', 'fully_reviewed', 'rejected', 'unscreened']),
7692
7576
  'io.flow.internal.v0.enums.output_style': (): io.flow.internal.v0.enums.OutputStyle => faker.helpers.arrayElement(['flow', 'shopify_p1']),
7693
7577
  'io.flow.internal.v0.enums.owner': (): io.flow.internal.v0.enums.Owner => faker.helpers.arrayElement(['flow', 'organization']),
7578
+ 'io.flow.internal.v0.enums.payment_short_url_discriminator': (): io.flow.internal.v0.enums.PaymentShortUrlDiscriminator => faker.helpers.arrayElement(['adyen_3ds2']),
7694
7579
 
7695
7580
  'io.flow.internal.v0.enums.payment_summary_status': (): io.flow.internal.v0.enums.PaymentSummaryStatus => faker.helpers.arrayElement([
7696
7581
  'authorized',
@@ -7736,7 +7621,6 @@ const factories = {
7736
7621
  'io.flow.internal.v0.enums.prompt_checkout_display_position': (): io.flow.internal.v0.enums.PromptCheckoutDisplayPosition => faker.helpers.arrayElement(['email', 'submission']),
7737
7622
  'io.flow.internal.v0.enums.prompt_options': (): io.flow.internal.v0.enums.PromptOptions => faker.helpers.arrayElement(['notice_only', 'require_consent', 'consent_by_default']),
7738
7623
  'io.flow.internal.v0.enums.prompt_target': (): io.flow.internal.v0.enums.PromptTarget => faker.helpers.arrayElement(['browse', 'checkout']),
7739
- 'io.flow.internal.v0.enums.quote_request_type': (): io.flow.internal.v0.enums.QuoteRequestType => faker.helpers.arrayElement(['generate', 'delete', 'update_currency_rate', 'update_country']),
7740
7624
 
7741
7625
  'io.flow.internal.v0.enums.rate_level_key': (): io.flow.internal.v0.enums.RateLevelKey => faker.helpers.arrayElement([
7742
7626
  'shopify_small_usa',
@@ -7856,6 +7740,7 @@ const factories = {
7856
7740
 
7857
7741
  'io.flow.internal.v0.enums.shopify_monitoring_monitor_review_status': (): io.flow.internal.v0.enums.ShopifyMonitoringMonitorReviewStatus => faker.helpers.arrayElement(['in_review', 'reviewed']),
7858
7742
  'io.flow.internal.v0.enums.shopify_monitoring_tracking_field': (): io.flow.internal.v0.enums.ShopifyMonitoringTrackingField => faker.helpers.arrayElement(['tracking_number', 'carrier_service', 'tracking_url']),
7743
+ 'io.flow.internal.v0.enums.shopify_plan_type': (): io.flow.internal.v0.enums.ShopifyPlanType => faker.helpers.arrayElement(['standard', 'shopify_plus']),
7859
7744
  'io.flow.internal.v0.enums.shopify_promotion_behavior': (): io.flow.internal.v0.enums.ShopifyPromotionBehavior => faker.helpers.arrayElement(['disable_discount_codes']),
7860
7745
  'io.flow.internal.v0.enums.shopify_promotion_offer_allocation_method': (): io.flow.internal.v0.enums.ShopifyPromotionOfferAllocationMethod => faker.helpers.arrayElement(['each', 'across']),
7861
7746
  'io.flow.internal.v0.enums.shopify_promotion_order_entitlement_component': (): io.flow.internal.v0.enums.ShopifyPromotionOrderEntitlementComponent => faker.helpers.arrayElement(['subtotal', 'shipping', 'vat', 'duty']),
@@ -9234,54 +9119,6 @@ const factories = {
9234
9119
  status: factories.string(),
9235
9120
  }),
9236
9121
 
9237
- 'io.flow.internal.v0.models.browser_bundle': (): io.flow.internal.v0.models.BrowserBundle => ({
9238
- country_picker: factories['io.flow.internal.v0.models.country_picker_data'](),
9239
- optins: arrayOf(() => factories['io.flow.internal.v0.models.optin_prompt']()),
9240
- features: factories['io.flow.internal.v0.models.feature_value_result'](),
9241
- payment_methods: factories['io.flow.internal.v0.models.browser_bundle_payment_methods'](),
9242
- }),
9243
-
9244
- 'io.flow.internal.v0.models.browser_bundle_country_picker_form': (): io.flow.internal.v0.models.BrowserBundleCountryPickerForm => ({
9245
- country: factories.string(),
9246
- ip: factories.string(),
9247
- }),
9248
-
9249
- 'io.flow.internal.v0.models.browser_bundle_error': (): io.flow.internal.v0.models.BrowserBundleError => ({
9250
- code: factories['io.flow.internal.v0.enums.browser_bundle_error_code'](),
9251
- messages: arrayOf(() => factories.string()),
9252
- }),
9253
-
9254
- 'io.flow.internal.v0.models.browser_bundle_feature_form': (): io.flow.internal.v0.models.BrowserBundleFeatureForm => ({
9255
- keys: arrayOf(() => factories.string()),
9256
- context: factories['io.flow.internal.v0.models.feature_context_form'](),
9257
- }),
9258
-
9259
- 'io.flow.internal.v0.models.browser_bundle_form': (): io.flow.internal.v0.models.BrowserBundleForm => ({
9260
- optin: factories['io.flow.internal.v0.models.browser_bundle_optin_form'](),
9261
- country_picker: factories['io.flow.internal.v0.models.browser_bundle_country_picker_form'](),
9262
- feature: factories['io.flow.internal.v0.models.browser_bundle_feature_form'](),
9263
- payment_method: factories['io.flow.internal.v0.models.browser_bundle_payment_method_form'](),
9264
- }),
9265
-
9266
- 'io.flow.internal.v0.models.browser_bundle_optin_form': (): io.flow.internal.v0.models.BrowserBundleOptinForm => ({
9267
- country: factories.string(),
9268
- }),
9269
-
9270
- 'io.flow.internal.v0.models.browser_bundle_payment_method': (): io.flow.internal.v0.models.BrowserBundlePaymentMethod => ({
9271
- id: factories.string(),
9272
- }),
9273
-
9274
- 'io.flow.internal.v0.models.browser_bundle_payment_method_form': (): io.flow.internal.v0.models.BrowserBundlePaymentMethodForm => ({
9275
- experience_key: factories.string(),
9276
- country: factories.string(),
9277
- }),
9278
-
9279
- 'io.flow.internal.v0.models.browser_bundle_payment_methods': (): io.flow.internal.v0.models.BrowserBundlePaymentMethods => ({
9280
- displayed: arrayOf(
9281
- () => factories['io.flow.internal.v0.models.browser_bundle_payment_method'](),
9282
- ),
9283
- }),
9284
-
9285
9122
  'io.flow.internal.v0.models.bulk_classification_action': (): io.flow.internal.v0.models.BulkClassificationAction => ({
9286
9123
  discriminator: 'bulk',
9287
9124
 
@@ -10165,29 +10002,6 @@ const factories = {
10165
10002
  prompt: factories['io.flow.internal.v0.enums.checkout_shipping_method_prompt_behavior'](),
10166
10003
  }),
10167
10004
 
10168
- 'io.flow.internal.v0.models.checkout_bundle': (): io.flow.internal.v0.models.CheckoutBundle => ({
10169
- cart: factories['io.flow.shopify.v0.models.shopify_cart'](),
10170
- order: factories['io.flow.experience.v0.models.order'](),
10171
- order_errors: arrayOf(() => factories['io.flow.experience.v0.models.order_error']()),
10172
- checkout: factories['io.flow.internal.v0.models.checkout_content_summary'](),
10173
- optins: arrayOf(() => factories['io.flow.internal.v0.models.optin_prompt']()),
10174
- destinations: arrayOf(() => factories['io.flow.reference.v0.models.country']()),
10175
- features: factories['io.flow.internal.v0.models.feature_value_result'](),
10176
- provinces: arrayOf(() => factories['io.flow.reference.v0.models.province']()),
10177
- checkout_items: arrayOf(() => factories['io.flow.experience.v0.models.checkout_item_content']()),
10178
- metadata: factories['io.flow.internal.v0.models.checkout_bundle_metadata'](),
10179
- configuration: factories['io.flow.internal.v0.models.checkout_configuration'](),
10180
- address_configurations: arrayOf(() => factories['io.flow.experience.v0.models.address_configuration']()),
10181
- customer: factories['io.flow.customer.v0.models.customer'](),
10182
- address_book: factories['io.flow.customer.v0.models.customer_address_book'](),
10183
- payment_sources: arrayOf(() => factories['io.flow.payment.v0.unions.payment_source']()),
10184
- customer_bundle: factories['io.flow.customer.v0.models.customer_bundle'](),
10185
- }),
10186
-
10187
- 'io.flow.internal.v0.models.checkout_bundle_metadata': (): io.flow.internal.v0.models.CheckoutBundleMetadata => ({
10188
- organization: factories['io.flow.common.v0.models.organization_summary'](),
10189
- }),
10190
-
10191
10005
  'io.flow.internal.v0.models.checkout_configuration': (): io.flow.internal.v0.models.CheckoutConfiguration => ({
10192
10006
  id: factories.string(),
10193
10007
  behavior: factories['io.flow.internal.v0.models.checkout_behavior'](),
@@ -10251,49 +10065,10 @@ const factories = {
10251
10065
  redirect: factories['io.flow.internal.v0.models.checkout_redirect'](),
10252
10066
  }),
10253
10067
 
10254
- 'io.flow.internal.v0.models.checkout_finalize_order_form': (): io.flow.internal.v0.models.CheckoutFinalizeOrderForm => ({
10255
- expected_order_summary: factories['io.flow.internal.v0.models.expected_order_summary'](),
10256
- order_put_form: factories['io.flow.experience.v0.models.order_put_form'](),
10257
- }),
10258
-
10259
10068
  'io.flow.internal.v0.models.checkout_marketing_content': (): io.flow.internal.v0.models.CheckoutMarketingContent => ({
10260
10069
  optins: arrayOf(() => factories['io.flow.internal.v0.models.checkbox']()),
10261
10070
  }),
10262
10071
 
10263
- 'io.flow.internal.v0.models.checkout_order_form': (): io.flow.internal.v0.models.CheckoutOrderForm => ({
10264
- discriminator: 'order',
10265
- organization: factories.string(),
10266
- order: factories['io.flow.experience.v0.models.order_form'](),
10267
- customer: factories['io.flow.customer.v0.models.customer_form'](),
10268
- address_book: factories['io.flow.customer.v0.models.customer_address_book_form'](),
10269
- payment_sources: arrayOf(() => factories['io.flow.payment.v0.unions.payment_source_form']()),
10270
- urls: factories['io.flow.checkout.v0.models.checkout_urls_form'](),
10271
-
10272
- identifiers: arrayOf(
10273
- () => factories['io.flow.experience.v0.models.order_submission_identifier_form'](),
10274
- ),
10275
-
10276
- feature_keys: arrayOf(() => factories.string()),
10277
- order_parameters: factories['io.flow.internal.v0.models.order_parameters'](),
10278
- }),
10279
-
10280
- 'io.flow.internal.v0.models.checkout_order_number_form': (): io.flow.internal.v0.models.CheckoutOrderNumberForm => ({
10281
- discriminator: 'order_number',
10282
- organization: factories.string(),
10283
- order_number: factories.string(),
10284
- customer: factories['io.flow.customer.v0.models.customer_form'](),
10285
- address_book: factories['io.flow.customer.v0.models.customer_address_book_form'](),
10286
- payment_sources: arrayOf(() => factories['io.flow.payment.v0.unions.payment_source_form']()),
10287
- urls: factories['io.flow.checkout.v0.models.checkout_urls_form'](),
10288
-
10289
- identifiers: arrayOf(
10290
- () => factories['io.flow.experience.v0.models.order_submission_identifier_form'](),
10291
- ),
10292
-
10293
- feature_keys: arrayOf(() => factories.string()),
10294
- order_parameters: factories['io.flow.internal.v0.models.order_parameters'](),
10295
- }),
10296
-
10297
10072
  'io.flow.internal.v0.models.checkout_payment': (): io.flow.internal.v0.models.CheckoutPayment => ({
10298
10073
  authorizations: arrayOf(() => factories['io.flow.payment.v0.unions.authorization']()),
10299
10074
  sources: arrayOf(() => factories['io.flow.payment.v0.unions.payment_source']()),
@@ -10318,18 +10093,6 @@ const factories = {
10318
10093
  body: factories.string(),
10319
10094
  }),
10320
10095
 
10321
- 'io.flow.internal.v0.models.checkout_reference_form': (): io.flow.internal.v0.models.CheckoutReferenceForm => ({
10322
- order_number: factories.string(),
10323
- order_form: factories['io.flow.experience.v0.models.order_put_form'](),
10324
- order_geo: factories['io.flow.experience.v0.models.order_geo'](),
10325
- session_id: factories.string(),
10326
- urls: factories['io.flow.checkout.v0.models.checkout_urls_form'](),
10327
-
10328
- identifiers: arrayOf(
10329
- () => factories['io.flow.experience.v0.models.order_submission_identifier_form'](),
10330
- ),
10331
- }),
10332
-
10333
10096
  'io.flow.internal.v0.models.checkout_settings': (): io.flow.internal.v0.models.CheckoutSettings => ({
10334
10097
  session_persistence_timeout: factories['io.flow.common.v0.models.duration'](),
10335
10098
  session_persistence_attribute_keys: arrayOf(() => factories.string()),
@@ -10338,35 +10101,6 @@ const factories = {
10338
10101
  assets: arrayOf(() => factories['io.flow.internal.v0.models.checkout_asset']()),
10339
10102
  }),
10340
10103
 
10341
- 'io.flow.internal.v0.models.checkout_source_order_form': (): io.flow.internal.v0.models.CheckoutSourceOrderForm => ({
10342
- source_order_number: factories.string(),
10343
- feature_q: factories.string(),
10344
- }),
10345
-
10346
- 'io.flow.internal.v0.models.checkout_submission': (): io.flow.internal.v0.models.CheckoutSubmission => ({
10347
- builder: factories['io.flow.experience.v0.models.order_builder'](),
10348
- action: factories['io.flow.payment.v0.unions.authorization_result_action'](),
10349
- }),
10350
-
10351
- 'io.flow.internal.v0.models.checkout_submission_form': (): io.flow.internal.v0.models.CheckoutSubmissionForm => ({
10352
- authorization_form: factories['io.flow.payment.v0.unions.authorization_form'](),
10353
- expected_order_summary: factories['io.flow.internal.v0.models.expected_order_summary'](),
10354
- feature_keys: arrayOf(() => factories.string()),
10355
- }),
10356
-
10357
- 'io.flow.internal.v0.models.checkout_submit_order_bundle': (): io.flow.internal.v0.models.CheckoutSubmitOrderBundle => ({
10358
- discriminator: 'checkout_submit_order_bundle',
10359
- order: factories['io.flow.experience.v0.models.order'](),
10360
- redirect: factories['io.flow.payment.v0.unions.authorization_result_action'](),
10361
- errors: arrayOf(() => factories['io.flow.experience.v0.models.order_error']()),
10362
- }),
10363
-
10364
- 'io.flow.internal.v0.models.checkout_submit_order_form': (): io.flow.internal.v0.models.CheckoutSubmitOrderForm => ({
10365
- discriminator: 'checkout_submit_order_form',
10366
- authorization_form: factories['io.flow.payment.v0.unions.authorization_form'](),
10367
- expected_order_summary: factories['io.flow.internal.v0.models.expected_order_summary'](),
10368
- }),
10369
-
10370
10104
  'io.flow.internal.v0.models.checkout_url': (): io.flow.internal.v0.models.CheckoutUrl => ({
10371
10105
  url: factories.string(),
10372
10106
  type: factories['io.flow.internal.v0.enums.checkout_url_type'](),
@@ -11781,10 +11515,6 @@ const factories = {
11781
11515
  exclusion_rule: factories['io.flow.catalog.exclusion.v0.models.exclusion_rule'](),
11782
11516
  }),
11783
11517
 
11784
- 'io.flow.internal.v0.models.expected_order_summary': (): io.flow.internal.v0.models.ExpectedOrderSummary => ({
11785
- total: factories['io.flow.common.v0.models.money'](),
11786
- }),
11787
-
11788
11518
  'io.flow.internal.v0.models.experience_export_request': (): io.flow.internal.v0.models.ExperienceExportRequest => ({
11789
11519
  discriminator: 'experience_export_request',
11790
11520
  event_id: factories.string(),
@@ -11886,6 +11616,8 @@ const factories = {
11886
11616
  raw_carrier_event_code: factories.string(),
11887
11617
  aggregator_status_code: factories.string(),
11888
11618
  created_at: factories.date_time_iso_8601(),
11619
+ source: factories['io.flow.internal.v0.enums.label_event_source'](),
11620
+ medium: factories['io.flow.internal.v0.enums.label_event_medium'](),
11889
11621
  }),
11890
11622
 
11891
11623
  'io.flow.internal.v0.models.external_fulfillment_proof': (): io.flow.internal.v0.models.ExternalFulfillmentProof => ({
@@ -12045,31 +11777,6 @@ const factories = {
12045
11777
  description: factories.string(),
12046
11778
  }),
12047
11779
 
12048
- 'io.flow.internal.v0.models.feed_deleted': (): io.flow.internal.v0.models.FeedDeleted => ({
12049
- discriminator: 'feed_deleted',
12050
- event_id: factories.string(),
12051
- timestamp: factories.date_time_iso_8601(),
12052
- organization_id: factories.string(),
12053
- feed: factories['io.flow.internal.v0.models.marketing_gateway_feed'](),
12054
- }),
12055
-
12056
- 'io.flow.internal.v0.models.feed_upserted': (): io.flow.internal.v0.models.FeedUpserted => ({
12057
- discriminator: 'feed_upserted',
12058
- event_id: factories.string(),
12059
- timestamp: factories.date_time_iso_8601(),
12060
- organization_id: factories.string(),
12061
- feed: factories['io.flow.internal.v0.models.marketing_gateway_feed'](),
12062
- }),
12063
-
12064
- 'io.flow.internal.v0.models.feeds_export': (): io.flow.internal.v0.models.FeedsExport => ({
12065
- discriminator: 'feeds_export',
12066
- event_id: factories.string(),
12067
- timestamp: factories.date_time_iso_8601(),
12068
- organization: factories.string(),
12069
- export_id: factories.string(),
12070
- feed_ids: arrayOf(() => factories.string()),
12071
- }),
12072
-
12073
11780
  'io.flow.internal.v0.models.fees': (): io.flow.internal.v0.models.Fees => ({
12074
11781
  processing: factories['io.flow.internal.v0.models.fee'](),
12075
11782
  rate_lock: factories['io.flow.internal.v0.models.fee'](),
@@ -12080,29 +11787,6 @@ const factories = {
12080
11787
  negative_balance: factories['io.flow.internal.v0.models.fee'](),
12081
11788
  }),
12082
11789
 
12083
- 'io.flow.internal.v0.models.final_estimate': (): io.flow.internal.v0.models.FinalEstimate => ({
12084
- id: factories.string(),
12085
- organization_id: factories.string(),
12086
- label_id: factories.string(),
12087
- estimate: factories['io.flow.label.v0.models.shipping_label_hop_summary'](),
12088
- }),
12089
-
12090
- 'io.flow.internal.v0.models.final_estimate_deleted': (): io.flow.internal.v0.models.FinalEstimateDeleted => ({
12091
- discriminator: 'final_estimate_deleted',
12092
- event_id: factories.string(),
12093
- timestamp: factories.date_time_iso_8601(),
12094
- organization: factories.string(),
12095
- id: factories.string(),
12096
- }),
12097
-
12098
- 'io.flow.internal.v0.models.final_estimate_upserted': (): io.flow.internal.v0.models.FinalEstimateUpserted => ({
12099
- discriminator: 'final_estimate_upserted',
12100
- event_id: factories.string(),
12101
- timestamp: factories.date_time_iso_8601(),
12102
- organization: factories.string(),
12103
- final_estimate: factories['io.flow.internal.v0.models.final_estimate'](),
12104
- }),
12105
-
12106
11790
  'io.flow.internal.v0.models.finance_bank_account': (): io.flow.internal.v0.models.FinanceBankAccount => ({
12107
11791
  id: factories.string(),
12108
11792
  accounts: arrayOf(() => factories['io.flow.internal.v0.models.account_summary']()),
@@ -12704,11 +12388,6 @@ const factories = {
12704
12388
  fulfillment_fallbacks: factories['io.flow.internal.v0.models.fulfillment_fallbacks'](),
12705
12389
  }),
12706
12390
 
12707
- 'io.flow.internal.v0.models.fulfillment_internal_experience_reference': (): io.flow.internal.v0.models.FulfillmentInternalExperienceReference => ({
12708
- id: factories.string(),
12709
- key: factories.string(),
12710
- }),
12711
-
12712
12391
  'io.flow.internal.v0.models.fulfillment_origin': (): io.flow.internal.v0.models.FulfillmentOrigin => ({
12713
12392
  country: factories.string(),
12714
12393
  province_code: factories.string(),
@@ -12995,20 +12674,6 @@ const factories = {
12995
12674
  hs6_description: factories.string(),
12996
12675
  }),
12997
12676
 
12998
- 'io.flow.internal.v0.models.harmonization_item_classification_deleted': (): io.flow.internal.v0.models.HarmonizationItemClassificationDeleted => ({
12999
- discriminator: 'harmonization_item_classification_deleted',
13000
- event_id: factories.string(),
13001
- timestamp: factories.date_time_iso_8601(),
13002
- harmonization_item_classification: factories['io.flow.internal.v0.models.harmonization_item_classification'](),
13003
- }),
13004
-
13005
- 'io.flow.internal.v0.models.harmonization_item_classification_upserted': (): io.flow.internal.v0.models.HarmonizationItemClassificationUpserted => ({
13006
- discriminator: 'harmonization_item_classification_upserted',
13007
- event_id: factories.string(),
13008
- timestamp: factories.date_time_iso_8601(),
13009
- harmonization_item_classification: factories['io.flow.internal.v0.models.harmonization_item_classification'](),
13010
- }),
13011
-
13012
12677
  'io.flow.internal.v0.models.harmonization_item_summary': (): io.flow.internal.v0.models.HarmonizationItemSummary => ({
13013
12678
  number: factories.string(),
13014
12679
  product_id: factories.string(),
@@ -13224,10 +12889,6 @@ const factories = {
13224
12889
  network_details: factories['io.flow.payment.v0.models.transaction_network_details_card'](),
13225
12890
  }),
13226
12891
 
13227
- 'io.flow.internal.v0.models.invalid_checkout_data': (): io.flow.internal.v0.models.InvalidCheckoutData => ({
13228
- order: factories['io.flow.experience.v0.models.order_put_form'](),
13229
- }),
13230
-
13231
12892
  'io.flow.internal.v0.models.invariant': (): io.flow.internal.v0.models.Invariant => ({
13232
12893
  name: factories.string(),
13233
12894
  count: factories.long(),
@@ -13330,18 +12991,6 @@ const factories = {
13330
12991
  model_id: factories.string(),
13331
12992
  }),
13332
12993
 
13333
- 'io.flow.internal.v0.models.item_classification_created': (): io.flow.internal.v0.models.ItemClassificationCreated => ({
13334
- discriminator: 'item_classification_created',
13335
- event_id: factories.string(),
13336
- timestamp: factories.date_time_iso_8601(),
13337
- organization: factories.string(),
13338
- item_number: factories.string(),
13339
- model_id: factories.string(),
13340
- labels_prediction: factories['io.flow.internal.v0.models.labels_prediction'](),
13341
- action: factories['io.flow.internal.v0.enums.suggestion_action'](),
13342
- prediction_score: factories.decimal(),
13343
- }),
13344
-
13345
12994
  'io.flow.internal.v0.models.item_classification_form': (): io.flow.internal.v0.models.ItemClassificationForm => ({
13346
12995
  organization: factories.string(),
13347
12996
  uid: factories.string(),
@@ -14066,22 +13715,6 @@ const factories = {
14066
13715
  source_localization_id: factories.string(),
14067
13716
  }),
14068
13717
 
14069
- 'io.flow.internal.v0.models.localized_item_deleted': (): io.flow.internal.v0.models.LocalizedItemDeleted => ({
14070
- discriminator: 'localized_item_deleted',
14071
- event_id: factories.string(),
14072
- timestamp: factories.date_time_iso_8601(),
14073
- organization: factories.string(),
14074
- number: factories.string(),
14075
- }),
14076
-
14077
- 'io.flow.internal.v0.models.localized_item_deleted_v2': (): io.flow.internal.v0.models.LocalizedItemDeletedV2 => ({
14078
- discriminator: 'localized_item_deleted_v2',
14079
- event_id: factories.string(),
14080
- timestamp: factories.date_time_iso_8601(),
14081
- organization: factories.string(),
14082
- id: factories.string(),
14083
- }),
14084
-
14085
13718
  'io.flow.internal.v0.models.localized_item_prices_export_request': (): io.flow.internal.v0.models.LocalizedItemPricesExportRequest => ({
14086
13719
  discriminator: 'localized_item_prices_export_request',
14087
13720
  event_id: factories.string(),
@@ -14091,43 +13724,12 @@ const factories = {
14091
13724
  since: factories.date_time_iso_8601(),
14092
13725
  }),
14093
13726
 
14094
- 'io.flow.internal.v0.models.localized_item_snapshot': (): io.flow.internal.v0.models.LocalizedItemSnapshot => ({
14095
- discriminator: 'localized_item_snapshot',
14096
- event_id: factories.string(),
14097
- timestamp: factories.date_time_iso_8601(),
14098
- organization: factories.string(),
14099
- subcatalog_id: factories.string(),
14100
- url: factories.string(),
14101
- }),
14102
-
14103
- 'io.flow.internal.v0.models.localized_item_upserted_v2': (): io.flow.internal.v0.models.LocalizedItemUpsertedV2 => ({
14104
- discriminator: 'localized_item_upserted_v2',
14105
- event_id: factories.string(),
14106
- timestamp: factories.date_time_iso_8601(),
14107
- organization: factories.string(),
14108
- id: factories.string(),
14109
- item: factories['io.flow.catalog.v0.models.item'](),
14110
- item_schedule: factories['io.flow.price.v0.models.price_book_item_schedule'](),
14111
- }),
14112
-
14113
13727
  'io.flow.internal.v0.models.localized_items_export_settings': (): io.flow.internal.v0.models.LocalizedItemsExportSettings => ({
14114
13728
  content_type: factories['io.flow.internal.v0.enums.export_content_type'](),
14115
13729
  full_export_schedule: factories['io.flow.internal.v0.unions.export_schedule'](),
14116
13730
  delta_export_schedule: factories['io.flow.internal.v0.unions.export_schedule'](),
14117
13731
  }),
14118
13732
 
14119
- 'io.flow.internal.v0.models.localized_price_book_item': (): io.flow.internal.v0.models.LocalizedPriceBookItem => ({
14120
- id: factories.string(),
14121
- item_id: factories.string(),
14122
- item_number: factories.string(),
14123
- attributes: objectOf(() => factories.string()),
14124
- local: factories['io.flow.catalog.v0.models.local'](),
14125
- price_book_item_id: factories.string(),
14126
- price_book_key: factories.string(),
14127
- price_book_item_price: factories['io.flow.common.v0.models.price'](),
14128
- schedule: factories['io.flow.price.v0.models.price_book_item_schedule'](),
14129
- }),
14130
-
14131
13733
  'io.flow.internal.v0.models.localized_price_book_item_data': (): io.flow.internal.v0.models.LocalizedPriceBookItemData => ({
14132
13734
  organization: factories['io.flow.common.v0.models.organization_reference'](),
14133
13735
  experience: factories['io.flow.common.v0.models.experience_summary'](),
@@ -14140,22 +13742,6 @@ const factories = {
14140
13742
  price_end_date: factories.date_time_iso_8601(),
14141
13743
  }),
14142
13744
 
14143
- 'io.flow.internal.v0.models.localized_price_book_item_deleted': (): io.flow.internal.v0.models.LocalizedPriceBookItemDeleted => ({
14144
- discriminator: 'localized_price_book_item_deleted',
14145
- event_id: factories.string(),
14146
- timestamp: factories.date_time_iso_8601(),
14147
- organization: factories.string(),
14148
- id: factories.string(),
14149
- }),
14150
-
14151
- 'io.flow.internal.v0.models.localized_price_book_item_upserted': (): io.flow.internal.v0.models.LocalizedPriceBookItemUpserted => ({
14152
- discriminator: 'localized_price_book_item_upserted',
14153
- event_id: factories.string(),
14154
- timestamp: factories.date_time_iso_8601(),
14155
- organization: factories.string(),
14156
- item: factories['io.flow.internal.v0.models.localized_price_book_item'](),
14157
- }),
14158
-
14159
13745
  'io.flow.internal.v0.models.location': (): io.flow.internal.v0.models.Location => ({
14160
13746
  type: factories['io.flow.internal.v0.enums.content_type'](),
14161
13747
  url: factories.string(),
@@ -14348,279 +13934,6 @@ const factories = {
14348
13934
  shipping: factories.boolean(),
14349
13935
  }),
14350
13936
 
14351
- 'io.flow.internal.v0.models.marketing_gateway_channel': (): io.flow.internal.v0.models.MarketingGatewayChannel => ({
14352
- id: factories.string(),
14353
- platform: factories['io.flow.internal.v0.enums.marketing_gateway_platform'](),
14354
- integration_type: factories['io.flow.internal.v0.enums.marketing_gateway_channel_integration_type'](),
14355
- status: factories['io.flow.internal.v0.enums.marketing_gateway_channel_status'](),
14356
- details: factories['io.flow.internal.v0.unions.marketing_gateway_channel_details'](),
14357
- error: factories['io.flow.internal.v0.models.marketing_gateway_error'](),
14358
- }),
14359
-
14360
- 'io.flow.internal.v0.models.marketing_gateway_channel_connection_form': (): io.flow.internal.v0.models.MarketingGatewayChannelConnectionForm => ({
14361
- default_feed_source: factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](),
14362
- }),
14363
-
14364
- 'io.flow.internal.v0.models.marketing_gateway_channel_form': (): io.flow.internal.v0.models.MarketingGatewayChannelForm => ({
14365
- platform: factories['io.flow.internal.v0.enums.marketing_gateway_platform'](),
14366
- account_id: factories.long(),
14367
- }),
14368
-
14369
- 'io.flow.internal.v0.models.marketing_gateway_channel_source_summary': (): io.flow.internal.v0.models.MarketingGatewayChannelSourceSummary => ({
14370
- channel: factories['io.flow.internal.v0.enums.marketing_gateway_platform'](),
14371
- platform: factories['io.flow.internal.v0.enums.marketing_gateway_platform'](),
14372
- source: factories['io.flow.internal.v0.unions.marketing_gateway_source_summary'](),
14373
- }),
14374
-
14375
- 'io.flow.internal.v0.models.marketing_gateway_distribution_channel_facebook': (): io.flow.internal.v0.models.MarketingGatewayDistributionChannelFacebook => ({
14376
- discriminator: 'marketing_gateway_distribution_channel_facebook',
14377
- catalog_id: factories.long(),
14378
- }),
14379
-
14380
- 'io.flow.internal.v0.models.marketing_gateway_distribution_channel_google': (): io.flow.internal.v0.models.MarketingGatewayDistributionChannelGoogle => ({
14381
- discriminator: 'marketing_gateway_distribution_channel_google',
14382
- account_id: factories.long(),
14383
- }),
14384
-
14385
- 'io.flow.internal.v0.models.marketing_gateway_error': (): io.flow.internal.v0.models.MarketingGatewayError => ({
14386
- code: factories['io.flow.internal.v0.enums.marketing_gateway_error_code'](),
14387
- messages: arrayOf(() => factories.string()),
14388
- }),
14389
-
14390
- 'io.flow.internal.v0.models.marketing_gateway_facebook_business': (): io.flow.internal.v0.models.MarketingGatewayFacebookBusiness => ({
14391
- business_id: factories.long(),
14392
- name: factories.string(),
14393
- }),
14394
-
14395
- 'io.flow.internal.v0.models.marketing_gateway_facebook_business_summary': (): io.flow.internal.v0.models.MarketingGatewayFacebookBusinessSummary => ({
14396
- business_id: factories.long(),
14397
- name: factories.string(),
14398
- }),
14399
-
14400
- 'io.flow.internal.v0.models.marketing_gateway_facebook_catalog_form': (): io.flow.internal.v0.models.MarketingGatewayFacebookCatalogForm => ({
14401
- catalog_id: factories.long(),
14402
- }),
14403
-
14404
- 'io.flow.internal.v0.models.marketing_gateway_facebook_catalog_summary': (): io.flow.internal.v0.models.MarketingGatewayFacebookCatalogSummary => ({
14405
- catalog_id: factories.long(),
14406
- name: factories.string(),
14407
- item_count: factories.long(),
14408
- }),
14409
-
14410
- 'io.flow.internal.v0.models.marketing_gateway_facebook_channel_details': (): io.flow.internal.v0.models.MarketingGatewayFacebookChannelDetails => ({
14411
- discriminator: 'marketing_gateway_facebook_channel_details',
14412
- catalog_id: factories.long(),
14413
- catalog_name: factories.string(),
14414
- business_name: factories.string(),
14415
-
14416
- datasources: arrayOf(
14417
- () => factories['io.flow.internal.v0.models.marketing_gateway_product_datasource_summary'](),
14418
- ),
14419
-
14420
- localized_feed_count: factories.integer(),
14421
- connected_at: factories.date_time_iso_8601(),
14422
- token_summary: factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection_access_token_summary'](),
14423
- }),
14424
-
14425
- 'io.flow.internal.v0.models.marketing_gateway_facebook_connection': (): io.flow.internal.v0.models.MarketingGatewayFacebookConnection => ({
14426
- organization_id: factories.string(),
14427
-
14428
- businesses: arrayOf(
14429
- () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_business_summary'](),
14430
- ),
14431
- }),
14432
-
14433
- 'io.flow.internal.v0.models.marketing_gateway_facebook_connection_access_token_summary': (): io.flow.internal.v0.models.MarketingGatewayFacebookConnectionAccessTokenSummary => ({
14434
- catalog_id: factories.long(),
14435
- created_at: factories.long(),
14436
- expires_at: factories.long(),
14437
- user_id: factories.string(),
14438
- user_email: factories.string(),
14439
- token_status: factories['io.flow.internal.v0.enums.marketing_gateway_facebook_token_status'](),
14440
- }),
14441
-
14442
- 'io.flow.internal.v0.models.marketing_gateway_facebook_connection_deauth': (): io.flow.internal.v0.models.MarketingGatewayFacebookConnectionDeauth => ({
14443
- user_id: factories.long(),
14444
- }),
14445
-
14446
- 'io.flow.internal.v0.models.marketing_gateway_facebook_connection_form': (): io.flow.internal.v0.models.MarketingGatewayFacebookConnectionForm => ({
14447
- access_token: factories.string(),
14448
- }),
14449
-
14450
- 'io.flow.internal.v0.models.marketing_gateway_facebook_source_summary': (): io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary => ({
14451
- discriminator: 'marketing_gateway_facebook_source_summary',
14452
- catalog_id: factories.long(),
14453
- catalog_name: factories.string(),
14454
- business_name: factories.string(),
14455
- country: factories.string(),
14456
- product_count: factories.integer(),
14457
- }),
14458
-
14459
- 'io.flow.internal.v0.models.marketing_gateway_feed': (): io.flow.internal.v0.models.MarketingGatewayFeed => ({
14460
- id: factories.string(),
14461
- organization: factories['io.flow.common.v0.models.organization_summary'](),
14462
- experience: factories['io.flow.common.v0.models.experience_summary'](),
14463
- schema: factories['io.flow.internal.v0.models.marketing_gateway_schema_summary'](),
14464
- filter: factories['io.flow.internal.v0.models.marketing_gateway_filter_summary'](),
14465
- country: factories.string(),
14466
- currency: factories.string(),
14467
- language: factories.string(),
14468
- feed_source: factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](),
14469
- feed_state: factories['io.flow.internal.v0.enums.marketing_gateway_feed_state'](),
14470
- tsv_download_url: factories.string(),
14471
- tsv_channel_download_url: factories.string(),
14472
- created_at: factories.date_time_iso_8601(),
14473
- updated_at: factories.date_time_iso_8601(),
14474
- item_count: factories.long(),
14475
- platform_feed_id: factories.string(),
14476
- }),
14477
-
14478
- 'io.flow.internal.v0.models.marketing_gateway_feed_export_form': (): io.flow.internal.v0.models.MarketingGatewayFeedExportForm => ({
14479
- feed_ids: arrayOf(() => factories.string()),
14480
- emails: arrayOf(() => factories.string()),
14481
- }),
14482
-
14483
- 'io.flow.internal.v0.models.marketing_gateway_feed_form': (): io.flow.internal.v0.models.MarketingGatewayFeedForm => ({
14484
- schema_id: factories.string(),
14485
- filter_id: factories.string(),
14486
- country: factories.string(),
14487
- currency: factories.string(),
14488
- language: factories.string(),
14489
- feed_source: factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](),
14490
- distribution_channel: factories['io.flow.internal.v0.unions.marketing_gateway_distribution_channel'](),
14491
- }),
14492
-
14493
- 'io.flow.internal.v0.models.marketing_gateway_feed_form_request': (): io.flow.internal.v0.models.MarketingGatewayFeedFormRequest => ({
14494
- feed_source: factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](),
14495
- channel_id: factories.string(),
14496
- schema_compatibility: factories['io.flow.internal.v0.enums.marketing_gateway_schema_compatibility'](),
14497
- }),
14498
-
14499
- 'io.flow.internal.v0.models.marketing_gateway_feed_source_facebook': (): io.flow.internal.v0.models.MarketingGatewayFeedSourceFacebook => ({
14500
- discriminator: 'marketing_gateway_feed_source_facebook',
14501
- catalog_id: factories.long(),
14502
- feed_id: factories.long(),
14503
- name: factories.string(),
14504
- country: factories.string(),
14505
- currency: factories.string(),
14506
- language: factories.string(),
14507
- item_count: factories.integer(),
14508
- last_uploaded_at: factories.date_time_iso_8601(),
14509
- feed_status: factories['io.flow.internal.v0.enums.marketing_gateway_feed_state'](),
14510
- }),
14511
-
14512
- 'io.flow.internal.v0.models.marketing_gateway_feed_source_google': (): io.flow.internal.v0.models.MarketingGatewayFeedSourceGoogle => ({
14513
- discriminator: 'marketing_gateway_feed_source_google',
14514
- account_id: factories.long(),
14515
- name: factories.string(),
14516
- country: factories.string(),
14517
- currency: factories.string(),
14518
- language: factories.string(),
14519
- item_count: factories.integer(),
14520
- last_uploaded_at: factories.date_time_iso_8601(),
14521
- }),
14522
-
14523
- 'io.flow.internal.v0.models.marketing_gateway_filter_summary': (): io.flow.internal.v0.models.MarketingGatewayFilterSummary => ({
14524
- id: factories.string(),
14525
- name: factories.string(),
14526
- }),
14527
-
14528
- 'io.flow.internal.v0.models.marketing_gateway_flow_source_summary': (): io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary => ({
14529
- discriminator: 'marketing_gateway_flow_source_summary',
14530
- item_count: factories.integer(),
14531
- }),
14532
-
14533
- 'io.flow.internal.v0.models.marketing_gateway_google_account_form': (): io.flow.internal.v0.models.MarketingGatewayGoogleAccountForm => ({
14534
- account_id: factories.long(),
14535
- }),
14536
-
14537
- 'io.flow.internal.v0.models.marketing_gateway_google_account_summary': (): io.flow.internal.v0.models.MarketingGatewayGoogleAccountSummary => ({
14538
- account_id: factories.long(),
14539
- id: factories.string(),
14540
- name: factories.string(),
14541
- website_url: factories.string(),
14542
- domestic_feeds_count: factories.long(),
14543
- }),
14544
-
14545
- 'io.flow.internal.v0.models.marketing_gateway_google_channel_details': (): io.flow.internal.v0.models.MarketingGatewayGoogleChannelDetails => ({
14546
- discriminator: 'marketing_gateway_google_channel_details',
14547
- account_id: factories.long(),
14548
- account_name: factories.string(),
14549
-
14550
- datasources: arrayOf(
14551
- () => factories['io.flow.internal.v0.models.marketing_gateway_product_datasource_summary'](),
14552
- ),
14553
-
14554
- localized_feed_count: factories.integer(),
14555
- connected_at: factories.date_time_iso_8601(),
14556
- }),
14557
-
14558
- 'io.flow.internal.v0.models.marketing_gateway_google_connection': (): io.flow.internal.v0.models.MarketingGatewayGoogleConnection => ({
14559
- status: factories['io.flow.internal.v0.enums.marketing_gateway_account_connection_status'](),
14560
-
14561
- accounts: arrayOf(
14562
- () => factories['io.flow.internal.v0.models.marketing_gateway_google_account_summary'](),
14563
- ),
14564
- }),
14565
-
14566
- 'io.flow.internal.v0.models.marketing_gateway_google_connection_form': (): io.flow.internal.v0.models.MarketingGatewayGoogleConnectionForm => ({
14567
- access_token: factories.string(),
14568
- refresh_token: factories.string(),
14569
- }),
14570
-
14571
- 'io.flow.internal.v0.models.marketing_gateway_google_item': (): io.flow.internal.v0.models.MarketingGatewayGoogleItem => ({
14572
- discriminator: 'marketing_gateway_google_item',
14573
- id: factories.string(),
14574
- title: factories.string(),
14575
- image_link: factories.string(),
14576
- brand: factories.string(),
14577
- google_product_category: factories.string(),
14578
- link: factories.string(),
14579
- price: factories.string(),
14580
- sale_price: factories.string(),
14581
- shipping_price: factories.string(),
14582
- }),
14583
-
14584
- 'io.flow.internal.v0.models.marketing_gateway_google_source_summary': (): io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary => ({
14585
- discriminator: 'marketing_gateway_google_source_summary',
14586
- account_id: factories.long(),
14587
- countries: arrayOf(() => factories.string()),
14588
- product_count: factories.integer(),
14589
- }),
14590
-
14591
- 'io.flow.internal.v0.models.marketing_gateway_localized_item': (): io.flow.internal.v0.models.MarketingGatewayLocalizedItem => ({
14592
- source: factories['io.flow.internal.v0.unions.marketing_gateway_item'](),
14593
- localized: factories['io.flow.internal.v0.unions.marketing_gateway_item'](),
14594
- }),
14595
-
14596
- 'io.flow.internal.v0.models.marketing_gateway_new_channel_request_form': (): io.flow.internal.v0.models.MarketingGatewayNewChannelRequestForm => ({
14597
- requested_by_user_id: factories.string(),
14598
- channel_name: factories.string(),
14599
- }),
14600
-
14601
- 'io.flow.internal.v0.models.marketing_gateway_product_datasource_summary': (): io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary => ({
14602
- name: factories.string(),
14603
- country: factories.string(),
14604
- product_count: factories.integer(),
14605
- }),
14606
-
14607
- 'io.flow.internal.v0.models.marketing_gateway_schema_summary': (): io.flow.internal.v0.models.MarketingGatewaySchemaSummary => ({
14608
- id: factories.string(),
14609
- name: factories.string(),
14610
- schema_compatibility: factories['io.flow.internal.v0.enums.marketing_gateway_schema_compatibility'](),
14611
- }),
14612
-
14613
- 'io.flow.internal.v0.models.marketing_gateway_supported_channel_details': (): io.flow.internal.v0.models.MarketingGatewaySupportedChannelDetails => ({
14614
- discriminator: 'marketing_gateway_supported_channel_details',
14615
-
14616
- datasources: arrayOf(
14617
- () => factories['io.flow.internal.v0.models.marketing_gateway_product_datasource_summary'](),
14618
- ),
14619
-
14620
- localized_feed_count: factories.integer(),
14621
- connected_at: factories.date_time_iso_8601(),
14622
- }),
14623
-
14624
13937
  'io.flow.internal.v0.models.markets_order': (): io.flow.internal.v0.models.MarketsOrder => ({
14625
13938
  shopify_order: factories['io.flow.shopify.markets.v0.models.shopify_order'](),
14626
13939
  flow_authorization: factories['io.flow.payment.v0.unions.authorization'](),
@@ -14816,6 +14129,20 @@ const factories = {
14816
14129
  account: factories['io.flow.internal.v0.models.report_account'](),
14817
14130
  }),
14818
14131
 
14132
+ 'io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction': (): io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction => ({
14133
+ discriminator: 'non_l4l_tax_duty_fx_transaction',
14134
+ order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
14135
+ fx: factories['io.flow.internal.v0.models.fee'](),
14136
+ id: factories.string(),
14137
+ type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
14138
+ status: factories['io.flow.internal.v0.enums.billing_transaction_status'](),
14139
+ posted_at: factories.date_time_iso_8601(),
14140
+ value: factories['io.flow.common.v0.models.price'](),
14141
+ description: factories.string(),
14142
+ statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
14143
+ created_at: factories.date_time_iso_8601(),
14144
+ }),
14145
+
14819
14146
  'io.flow.internal.v0.models.notification': (): io.flow.internal.v0.models.Notification => ({
14820
14147
  order: factories['io.flow.internal.v0.models.decision'](),
14821
14148
  }),
@@ -14942,14 +14269,6 @@ const factories = {
14942
14269
  to: factories.string(),
14943
14270
  }),
14944
14271
 
14945
- 'io.flow.internal.v0.models.optin_prompt_deleted': (): io.flow.internal.v0.models.OptinPromptDeleted => ({
14946
- discriminator: 'optin_prompt_deleted',
14947
- event_id: factories.string(),
14948
- timestamp: factories.date_time_iso_8601(),
14949
- id: factories.string(),
14950
- organization: factories.string(),
14951
- }),
14952
-
14953
14272
  'io.flow.internal.v0.models.optin_prompt_form': (): io.flow.internal.v0.models.OptinPromptForm => ({
14954
14273
  optin_attribute_key: factories.string(),
14955
14274
  region: factories.string(),
@@ -14960,15 +14279,6 @@ const factories = {
14960
14279
  display: factories['io.flow.internal.v0.unions.optin_prompt_display'](),
14961
14280
  }),
14962
14281
 
14963
- 'io.flow.internal.v0.models.optin_prompt_upserted': (): io.flow.internal.v0.models.OptinPromptUpserted => ({
14964
- discriminator: 'optin_prompt_upserted',
14965
- event_id: factories.string(),
14966
- timestamp: factories.date_time_iso_8601(),
14967
- id: factories.string(),
14968
- organization: factories.string(),
14969
- optin_prompt: factories['io.flow.internal.v0.models.optin_prompt'](),
14970
- }),
14971
-
14972
14282
  'io.flow.internal.v0.models.order_actionability': (): io.flow.internal.v0.models.OrderActionability => ({
14973
14283
  action: arrayOf(() => factories['io.flow.internal.v0.enums.order_action']()),
14974
14284
  lines: arrayOf(() => factories['io.flow.internal.v0.models.line_action_quantities']()),
@@ -15106,20 +14416,6 @@ const factories = {
15106
14416
  center: factories['io.flow.fulfillment.v0.models.center_summary'](),
15107
14417
  }),
15108
14418
 
15109
- 'io.flow.internal.v0.models.order_fx_transaction': (): io.flow.internal.v0.models.OrderFxTransaction => ({
15110
- discriminator: 'order_fx_transaction',
15111
- order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
15112
- fx: factories['io.flow.internal.v0.models.fee'](),
15113
- id: factories.string(),
15114
- type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
15115
- status: factories['io.flow.internal.v0.enums.billing_transaction_status'](),
15116
- posted_at: factories.date_time_iso_8601(),
15117
- value: factories['io.flow.common.v0.models.price'](),
15118
- description: factories.string(),
15119
- statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
15120
- created_at: factories.date_time_iso_8601(),
15121
- }),
15122
-
15123
14419
  'io.flow.internal.v0.models.order_note': (): io.flow.internal.v0.models.OrderNote => ({
15124
14420
  id: factories.string(),
15125
14421
  note: factories.string(),
@@ -15132,14 +14428,6 @@ const factories = {
15132
14428
  note: factories.string(),
15133
14429
  }),
15134
14430
 
15135
- 'io.flow.internal.v0.models.order_parameters': (): io.flow.internal.v0.models.OrderParameters => ({
15136
- experience: factories.string(),
15137
- country: factories.string(),
15138
- ip: factories.string(),
15139
- currency: factories.string(),
15140
- language: factories.string(),
15141
- }),
15142
-
15143
14431
  'io.flow.internal.v0.models.order_payment_authorization': (): io.flow.internal.v0.models.OrderPaymentAuthorization => ({
15144
14432
  placeholder: factories.string(),
15145
14433
  }),
@@ -16094,6 +15382,17 @@ const factories = {
16094
15382
  merchant: factories['io.flow.internal.v0.unions.processor_merchant'](),
16095
15383
  }),
16096
15384
 
15385
+ 'io.flow.internal.v0.models.payment_short_url': (): io.flow.internal.v0.models.PaymentShortUrl => ({
15386
+ id: factories.string(),
15387
+ key: factories.string(),
15388
+ original_url: factories.string(),
15389
+ organization_id: factories.string(),
15390
+ discriminator: factories['io.flow.internal.v0.enums.payment_short_url_discriminator'](),
15391
+ created_at: factories.date_time_iso_8601(),
15392
+ updated_at: factories.date_time_iso_8601(),
15393
+ expires_at: factories.date_time_iso_8601(),
15394
+ }),
15395
+
16097
15396
  'io.flow.internal.v0.models.payment_summary': (): io.flow.internal.v0.models.PaymentSummary => ({
16098
15397
  psp: factories.decimal(),
16099
15398
  credit: factories.decimal(),
@@ -16461,23 +15760,6 @@ const factories = {
16461
15760
  item: factories.string(),
16462
15761
  }),
16463
15762
 
16464
- 'io.flow.internal.v0.models.pregenerated_quote': (): io.flow.internal.v0.models.PregeneratedQuote => ({
16465
- id: factories.string(),
16466
- experience: factories['io.flow.internal.v0.models.fulfillment_internal_experience_reference'](),
16467
- destination_country: factories.string(),
16468
- item: factories['io.flow.common.v0.models.item_reference'](),
16469
- quote: factories['io.flow.fulfillment.v0.models.quote'](),
16470
- errors: arrayOf(() => factories.string()),
16471
- }),
16472
-
16473
- 'io.flow.internal.v0.models.pregenerated_request_event': (): io.flow.internal.v0.models.PregeneratedRequestEvent => ({
16474
- discriminator: 'pregenerated_request_event',
16475
- event_id: factories.string(),
16476
- timestamp: factories.date_time_iso_8601(),
16477
- organization: factories.string(),
16478
- quote_request: factories['io.flow.internal.v0.models.quote_request'](),
16479
- }),
16480
-
16481
15763
  'io.flow.internal.v0.models.prioritized_center_reference': (): io.flow.internal.v0.models.PrioritizedCenterReference => ({
16482
15764
  center_key: factories.string(),
16483
15765
  position: factories.long(),
@@ -16787,16 +16069,6 @@ const factories = {
16787
16069
  id: factories.string(),
16788
16070
  }),
16789
16071
 
16790
- 'io.flow.internal.v0.models.quote_request': (): io.flow.internal.v0.models.QuoteRequest => ({
16791
- id: factories.string(),
16792
- request_type: factories['io.flow.internal.v0.enums.quote_request_type'](),
16793
- experience_keys: arrayOf(() => factories.string()),
16794
- item_numbers: arrayOf(() => factories.string()),
16795
- rates: arrayOf(() => factories['io.flow.internal.v0.models.currency_internal_rate']()),
16796
- countries: arrayOf(() => factories['io.flow.reference.v0.models.country']()),
16797
- reason: factories.string(),
16798
- }),
16799
-
16800
16072
  'io.flow.internal.v0.models.quote_upserted': (): io.flow.internal.v0.models.QuoteUpserted => ({
16801
16073
  discriminator: 'quote_upserted',
16802
16074
  event_id: factories.string(),
@@ -17037,40 +16309,6 @@ const factories = {
17037
16309
  number: factories.string(),
17038
16310
  }),
17039
16311
 
17040
- 'io.flow.internal.v0.models.ratecard_lane_aggregate': (): io.flow.internal.v0.models.RatecardLaneAggregate => ({
17041
- id: factories.string(),
17042
- organization_id: factories.string(),
17043
- origin: factories['io.flow.common.v0.models.zone'](),
17044
- destination: factories['io.flow.common.v0.models.zone'](),
17045
- currency: factories.string(),
17046
- delivered_duty: factories['io.flow.common.v0.enums.delivered_duty'](),
17047
- shipment_window: factories['io.flow.ratecard.v0.models.shipment_window'](),
17048
- dim_factor: factories.double(),
17049
- service: factories['io.flow.ratecard.v0.models.ratecard_service_summary'](),
17050
- rounding: factories['io.flow.common.v0.models.rounding'](),
17051
- weight_unit: factories['io.flow.common.v0.enums.unit_of_measurement'](),
17052
- distance_unit: factories['io.flow.common.v0.enums.unit_of_measurement'](),
17053
- rates_with_fees: arrayOf(() => factories['io.flow.internal.v0.models.rate_with_fees']()),
17054
- ratecard: factories['io.flow.ratecard.v0.models.ratecard_reference'](),
17055
- ratecard_owner: factories['io.flow.fulfillment.v0.enums.ratecard_owner'](),
17056
- }),
17057
-
17058
- 'io.flow.internal.v0.models.ratecard_lane_aggregate_deleted': (): io.flow.internal.v0.models.RatecardLaneAggregateDeleted => ({
17059
- discriminator: 'ratecard_lane_aggregate_deleted',
17060
- event_id: factories.string(),
17061
- timestamp: factories.date_time_iso_8601(),
17062
- organization: factories.string(),
17063
- ratecard_aggregate: factories['io.flow.internal.v0.models.ratecard_lane_aggregate'](),
17064
- }),
17065
-
17066
- 'io.flow.internal.v0.models.ratecard_lane_aggregate_upserted': (): io.flow.internal.v0.models.RatecardLaneAggregateUpserted => ({
17067
- discriminator: 'ratecard_lane_aggregate_upserted',
17068
- event_id: factories.string(),
17069
- timestamp: factories.date_time_iso_8601(),
17070
- organization: factories.string(),
17071
- ratecard_aggregate: factories['io.flow.internal.v0.models.ratecard_lane_aggregate'](),
17072
- }),
17073
-
17074
16312
  'io.flow.internal.v0.models.ratecard_lanes_import_request': (): io.flow.internal.v0.models.RatecardLanesImportRequest => ({
17075
16313
  discriminator: 'ratecard_lanes_import_request',
17076
16314
  event_id: factories.string(),
@@ -17779,7 +17017,6 @@ const factories = {
17779
17017
  negative_keywords: arrayOf(() => factories.string()),
17780
17018
  value_threshold_usd: factories.decimal(),
17781
17019
  auto_review_criteria: arrayOf(() => factories['io.flow.internal.v0.models.auto_review_criteria']()),
17782
- effects: arrayOf(() => factories.string()),
17783
17020
  }),
17784
17021
 
17785
17022
  'io.flow.internal.v0.models.restriction_rule_decision_form': (): io.flow.internal.v0.models.RestrictionRuleDecisionForm => ({
@@ -17797,6 +17034,7 @@ const factories = {
17797
17034
 
17798
17035
  'io.flow.internal.v0.models.restriction_rule_effect': (): io.flow.internal.v0.models.RestrictionRuleEffect => ({
17799
17036
  id: factories.string(),
17037
+ rule_id: factories.string(),
17800
17038
  effect: factories['io.flow.sellability.v0.enums.rule_effect_type'](),
17801
17039
  regions: arrayOf(() => factories.string()),
17802
17040
  description: factories.string(),
@@ -17810,6 +17048,7 @@ const factories = {
17810
17048
  }),
17811
17049
 
17812
17050
  'io.flow.internal.v0.models.restriction_rule_effect_form': (): io.flow.internal.v0.models.RestrictionRuleEffectForm => ({
17051
+ rule_id: factories.string(),
17813
17052
  effect: factories['io.flow.sellability.v0.enums.rule_effect_type'](),
17814
17053
  regions: arrayOf(() => factories.string()),
17815
17054
  description: factories.string(),
@@ -17831,7 +17070,6 @@ const factories = {
17831
17070
  negative_keywords: arrayOf(() => factories.string()),
17832
17071
  value_threshold_usd: factories.decimal(),
17833
17072
  auto_review_criteria: arrayOf(() => factories['io.flow.internal.v0.models.auto_review_criteria']()),
17834
- effects: arrayOf(() => factories.string()),
17835
17073
  }),
17836
17074
 
17837
17075
  'io.flow.internal.v0.models.restriction_rule_metadata': (): io.flow.internal.v0.models.RestrictionRuleMetadata => ({
@@ -18195,13 +17433,6 @@ const factories = {
18195
17433
  customer_id: factories.string(),
18196
17434
  }),
18197
17435
 
18198
- 'io.flow.internal.v0.models.shawn_roundtable_workshop_rate': (): io.flow.internal.v0.models.ShawnRoundtableWorkshopRate => ({
18199
- origin_country: factories.string(),
18200
- destination_country: factories.string(),
18201
- weight: factories.double(),
18202
- amount: factories.double(),
18203
- }),
18204
-
18205
17436
  'io.flow.internal.v0.models.shipped_item_value': (): io.flow.internal.v0.models.ShippedItemValue => ({
18206
17437
  item: factories['io.flow.common.v0.models.catalog_item_reference'](),
18207
17438
  taxes: factories['io.flow.common.v0.models.price_with_base'](),
@@ -18209,6 +17440,22 @@ const factories = {
18209
17440
  total: factories['io.flow.common.v0.models.price_with_base'](),
18210
17441
  }),
18211
17442
 
17443
+ 'io.flow.internal.v0.models.shipping_estimate_deleted': (): io.flow.internal.v0.models.ShippingEstimateDeleted => ({
17444
+ discriminator: 'shipping_estimate_deleted',
17445
+ event_id: factories.string(),
17446
+ timestamp: factories.date_time_iso_8601(),
17447
+ organization: factories.string(),
17448
+ id: factories.string(),
17449
+ }),
17450
+
17451
+ 'io.flow.internal.v0.models.shipping_estimate_upserted': (): io.flow.internal.v0.models.ShippingEstimateUpserted => ({
17452
+ discriminator: 'shipping_estimate_upserted',
17453
+ event_id: factories.string(),
17454
+ timestamp: factories.date_time_iso_8601(),
17455
+ organization: factories.string(),
17456
+ estimate: factories['io.flow.label.v0.models.estimate'](),
17457
+ }),
17458
+
18212
17459
  'io.flow.internal.v0.models.shipping_lane': (): io.flow.internal.v0.models.ShippingLane => ({
18213
17460
  origin: factories.string(),
18214
17461
  destination: factories.string(),
@@ -18617,6 +17864,12 @@ const factories = {
18617
17864
  registration: factories['io.flow.internal.v0.models.shopify_markets_webhook_registration'](),
18618
17865
  }),
18619
17866
 
17867
+ 'io.flow.internal.v0.models.shopify_merchant_plan': (): io.flow.internal.v0.models.ShopifyMerchantPlan => ({
17868
+ id: factories.string(),
17869
+ authorization: factories['io.flow.payment.v0.models.authorization_reference'](),
17870
+ plan: factories['io.flow.internal.v0.enums.shopify_plan_type'](),
17871
+ }),
17872
+
18620
17873
  'io.flow.internal.v0.models.shopify_metadata': (): io.flow.internal.v0.models.ShopifyMetadata => ({
18621
17874
  domain: factories.string(),
18622
17875
  myshopify_domain: factories.string(),
@@ -18896,6 +18149,8 @@ const factories = {
18896
18149
  'io.flow.internal.v0.models.shopify_product_update_webhook_event': (): io.flow.internal.v0.models.ShopifyProductUpdateWebhookEvent => ({
18897
18150
  id: factories.string(),
18898
18151
  product: factories['io.flow.shopify.external.v0.models.product'](),
18152
+ domain: factories.string(),
18153
+ api_version: factories.string(),
18899
18154
  }),
18900
18155
 
18901
18156
  'io.flow.internal.v0.models.shopify_product_wrapper': (): io.flow.internal.v0.models.ShopifyProductWrapper => ({
@@ -19694,6 +18949,27 @@ const factories = {
19694
18949
  category_code: factories.string(),
19695
18950
  }),
19696
18951
 
18952
+ 'io.flow.internal.v0.models.tax_duty_delta_metadata_actual': (): io.flow.internal.v0.models.TaxDutyDeltaMetadataActual => ({
18953
+ processing: factories['io.flow.internal.v0.models.tax_duty_delta_metadata_actual_processing'](),
18954
+ }),
18955
+
18956
+ 'io.flow.internal.v0.models.tax_duty_delta_metadata_actual_processing': (): io.flow.internal.v0.models.TaxDutyDeltaMetadataActualProcessing => ({
18957
+ capture: factories['io.flow.common.v0.models.money'](),
18958
+ fees: factories['io.flow.common.v0.models.money'](),
18959
+ transfer: factories['io.flow.common.v0.models.money'](),
18960
+ total: factories['io.flow.common.v0.models.money'](),
18961
+ }),
18962
+
18963
+ 'io.flow.internal.v0.models.tax_duty_delta_metadata_expected': (): io.flow.internal.v0.models.TaxDutyDeltaMetadataExpected => ({
18964
+ processing: factories['io.flow.internal.v0.models.tax_duty_delta_metadata_expected_processing'](),
18965
+ }),
18966
+
18967
+ 'io.flow.internal.v0.models.tax_duty_delta_metadata_expected_processing': (): io.flow.internal.v0.models.TaxDutyDeltaMetadataExpectedProcessing => ({
18968
+ tax: factories['io.flow.common.v0.models.money'](),
18969
+ duty: factories['io.flow.common.v0.models.money'](),
18970
+ total: factories['io.flow.common.v0.models.money'](),
18971
+ }),
18972
+
19697
18973
  'io.flow.internal.v0.models.tax_duty_delta_transaction': (): io.flow.internal.v0.models.TaxDutyDeltaTransaction => ({
19698
18974
  discriminator: 'tax_duty_delta_transaction',
19699
18975
  order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
@@ -20501,31 +19777,6 @@ const factories = {
20501
19777
  return f();
20502
19778
  },
20503
19779
 
20504
- 'io.flow.internal.v0.unions.checkout_form': (): io.flow.internal.v0.unions.CheckoutForm => {
20505
- const f = faker.helpers.arrayElement([
20506
- () => factories['io.flow.internal.v0.models.checkout_order_form'](),
20507
- () => factories['io.flow.internal.v0.models.checkout_order_number_form'](),
20508
- ]);
20509
-
20510
- return f();
20511
- },
20512
-
20513
- 'io.flow.internal.v0.unions.checkout_submit_order_bundles': (): io.flow.internal.v0.unions.CheckoutSubmitOrderBundles => {
20514
- const f = faker.helpers.arrayElement([
20515
- () => factories['io.flow.internal.v0.models.checkout_submit_order_bundle'](),
20516
- ]);
20517
-
20518
- return f();
20519
- },
20520
-
20521
- 'io.flow.internal.v0.unions.checkout_submit_order_forms': (): io.flow.internal.v0.unions.CheckoutSubmitOrderForms => {
20522
- const f = faker.helpers.arrayElement(
20523
- [() => factories['io.flow.internal.v0.models.checkout_submit_order_form']()],
20524
- );
20525
-
20526
- return f();
20527
- },
20528
-
20529
19780
  'io.flow.internal.v0.unions.classification_action': (): io.flow.internal.v0.unions.ClassificationAction => {
20530
19781
  const f = faker.helpers.arrayElement([
20531
19782
  () => factories['io.flow.internal.v0.models.single_classification_action'](),
@@ -20664,8 +19915,8 @@ const factories = {
20664
19915
  const f = faker.helpers.arrayElement([
20665
19916
  () => factories['io.flow.internal.v0.models.adjusted_estimates_upserted'](),
20666
19917
  () => factories['io.flow.internal.v0.models.adjusted_estimates_deleted'](),
20667
- () => factories['io.flow.internal.v0.models.final_estimate_upserted'](),
20668
- () => factories['io.flow.internal.v0.models.final_estimate_deleted'](),
19918
+ () => factories['io.flow.internal.v0.models.shipping_estimate_upserted'](),
19919
+ () => factories['io.flow.internal.v0.models.shipping_estimate_deleted'](),
20669
19920
  () => factories['io.flow.internal.v0.models.adyen_authorization_deleted'](),
20670
19921
  () => factories['io.flow.internal.v0.models.adyen_authorization_upserted'](),
20671
19922
  () => factories['io.flow.internal.v0.models.adyen_cancel_deleted'](),
@@ -20833,7 +20084,6 @@ const factories = {
20833
20084
  () => factories['io.flow.internal.v0.models.center_defaults_deleted'](),
20834
20085
  () => factories['io.flow.internal.v0.models.fulfillment_fallbacks_upserted'](),
20835
20086
  () => factories['io.flow.internal.v0.models.fulfillment_fallbacks_deleted'](),
20836
- () => factories['io.flow.internal.v0.models.pregenerated_request_event'](),
20837
20087
  () => factories['io.flow.internal.v0.models.quote_upserted'](),
20838
20088
  () => factories['io.flow.internal.v0.models.quote_deleted'](),
20839
20089
  () => factories['io.flow.internal.v0.models.all_items_export'](),
@@ -20842,7 +20092,6 @@ const factories = {
20842
20092
  () => factories['io.flow.internal.v0.models.dutied_items_export'](),
20843
20093
  () => factories['io.flow.internal.v0.models.harmonization_phrase_suggestion_request_import'](),
20844
20094
  () => factories['io.flow.internal.v0.models.harmonization_codes_import'](),
20845
- () => factories['io.flow.internal.v0.models.item_classification_created'](),
20846
20095
  () => factories['io.flow.internal.v0.models.harmonize_fully_request_v2'](),
20847
20096
  () => factories['io.flow.internal.v0.models.import_completed'](),
20848
20097
  () => factories['io.flow.internal.v0.models.import_failed'](),
@@ -20856,8 +20105,6 @@ const factories = {
20856
20105
  () => factories['io.flow.internal.v0.models.rate_freshness_summary_deleted'](),
20857
20106
  () => factories['io.flow.internal.v0.models.item_harmonization_upserted'](),
20858
20107
  () => factories['io.flow.internal.v0.models.item_harmonization_deleted'](),
20859
- () => factories['io.flow.internal.v0.models.harmonization_item_classification_upserted'](),
20860
- () => factories['io.flow.internal.v0.models.harmonization_item_classification_deleted'](),
20861
20108
  () => factories['io.flow.internal.v0.models.harmonization_classification_statistics_published'](),
20862
20109
  () => factories['io.flow.internal.v0.models.issuer_upserted'](),
20863
20110
  () => factories['io.flow.internal.v0.models.issuer_deleted'](),
@@ -20870,20 +20117,9 @@ const factories = {
20870
20117
  () => factories['io.flow.internal.v0.models.order_validation_deleted'](),
20871
20118
  () => factories['io.flow.internal.v0.models.label_tracking_summary_upserted'](),
20872
20119
  () => factories['io.flow.internal.v0.models.label_tracking_summary_deleted'](),
20873
- () => factories['io.flow.internal.v0.models.localized_item_upserted_v2'](),
20874
- () => factories['io.flow.internal.v0.models.localized_item_deleted'](),
20875
- () => factories['io.flow.internal.v0.models.localized_item_deleted_v2'](),
20876
- () => factories['io.flow.internal.v0.models.localized_item_snapshot'](),
20877
- () => factories['io.flow.internal.v0.models.localized_price_book_item_upserted'](),
20878
- () => factories['io.flow.internal.v0.models.localized_price_book_item_deleted'](),
20879
20120
  () => factories['io.flow.internal.v0.models.logistics_capabilities_upserted'](),
20880
20121
  () => factories['io.flow.internal.v0.models.logistics_capabilities_deleted'](),
20881
- () => factories['io.flow.internal.v0.models.feed_upserted'](),
20882
- () => factories['io.flow.internal.v0.models.feed_deleted'](),
20883
- () => factories['io.flow.internal.v0.models.feeds_export'](),
20884
20122
  () => factories['io.flow.internal.v0.models.localized_item_prices_export_request'](),
20885
- () => factories['io.flow.internal.v0.models.optin_prompt_upserted'](),
20886
- () => factories['io.flow.internal.v0.models.optin_prompt_deleted'](),
20887
20123
  () => factories['io.flow.internal.v0.models.order_combined_shipment_upserted'](),
20888
20124
  () => factories['io.flow.internal.v0.models.order_combined_shipment_deleted'](),
20889
20125
  () => factories['io.flow.internal.v0.models.order_fulfillment_deleted'](),
@@ -20949,8 +20185,6 @@ const factories = {
20949
20185
  () => factories['io.flow.internal.v0.models.ratecard_standard_configuration_deleted'](),
20950
20186
  () => factories['io.flow.internal.v0.models.ratecard_service_fee_upserted'](),
20951
20187
  () => factories['io.flow.internal.v0.models.ratecard_service_fee_deleted'](),
20952
- () => factories['io.flow.internal.v0.models.ratecard_lane_aggregate_upserted'](),
20953
- () => factories['io.flow.internal.v0.models.ratecard_lane_aggregate_deleted'](),
20954
20188
  () => factories['io.flow.internal.v0.models.ratecard_rate_level_upserted'](),
20955
20189
  () => factories['io.flow.internal.v0.models.ratecard_rate_level_deleted'](),
20956
20190
  () => factories['io.flow.internal.v0.models.ratecard_rate_level_ratecard_upserted'](),
@@ -21240,52 +20474,6 @@ const factories = {
21240
20474
  return f();
21241
20475
  },
21242
20476
 
21243
- 'io.flow.internal.v0.unions.marketing_gateway_channel_details': (): io.flow.internal.v0.unions.MarketingGatewayChannelDetails => {
21244
- const f = faker.helpers.arrayElement([
21245
- () => factories['io.flow.internal.v0.models.marketing_gateway_google_channel_details'](),
21246
- () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_channel_details'](),
21247
- () => factories['io.flow.internal.v0.models.marketing_gateway_supported_channel_details'](),
21248
- ]);
21249
-
21250
- return f();
21251
- },
21252
-
21253
- 'io.flow.internal.v0.unions.marketing_gateway_distribution_channel': (): io.flow.internal.v0.unions.MarketingGatewayDistributionChannel => {
21254
- const f = faker.helpers.arrayElement([
21255
- () => factories['io.flow.internal.v0.models.marketing_gateway_distribution_channel_google'](),
21256
- () => factories['io.flow.internal.v0.models.marketing_gateway_distribution_channel_facebook'](),
21257
- ]);
21258
-
21259
- return f();
21260
- },
21261
-
21262
- 'io.flow.internal.v0.unions.marketing_gateway_feed_source': (): io.flow.internal.v0.unions.MarketingGatewayFeedSource => {
21263
- const f = faker.helpers.arrayElement([
21264
- () => factories['io.flow.internal.v0.models.marketing_gateway_feed_source_google'](),
21265
- () => factories['io.flow.internal.v0.models.marketing_gateway_feed_source_facebook'](),
21266
- ]);
21267
-
21268
- return f();
21269
- },
21270
-
21271
- 'io.flow.internal.v0.unions.marketing_gateway_item': (): io.flow.internal.v0.unions.MarketingGatewayItem => {
21272
- const f = faker.helpers.arrayElement([
21273
- () => factories['io.flow.internal.v0.models.marketing_gateway_google_item'](),
21274
- ]);
21275
-
21276
- return f();
21277
- },
21278
-
21279
- 'io.flow.internal.v0.unions.marketing_gateway_source_summary': (): io.flow.internal.v0.unions.MarketingGatewaySourceSummary => {
21280
- const f = faker.helpers.arrayElement([
21281
- () => factories['io.flow.internal.v0.models.marketing_gateway_google_source_summary'](),
21282
- () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_source_summary'](),
21283
- () => factories['io.flow.internal.v0.models.marketing_gateway_flow_source_summary'](),
21284
- ]);
21285
-
21286
- return f();
21287
- },
21288
-
21289
20477
  'io.flow.internal.v0.unions.optin_prompt_display': (): io.flow.internal.v0.unions.OptinPromptDisplay => {
21290
20478
  const f = faker.helpers.arrayElement([
21291
20479
  () => factories['io.flow.internal.v0.models.optin_prompt_checkout_display'](),
@@ -21585,7 +20773,7 @@ const factories = {
21585
20773
  () => factories['io.flow.internal.v0.models.duty_transaction'](),
21586
20774
  () => factories['io.flow.internal.v0.models.trueup_transaction'](),
21587
20775
  () => factories['io.flow.internal.v0.models.carrier_charge_transaction'](),
21588
- () => factories['io.flow.internal.v0.models.order_fx_transaction'](),
20776
+ () => factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction'](),
21589
20777
  () => factories['io.flow.internal.v0.models.ge_revenue_share_transaction'](),
21590
20778
  () => factories['io.flow.internal.v0.models.tax_duty_delta_transaction'](),
21591
20779
  ]);
@@ -21849,6 +21037,8 @@ const factories = {
21849
21037
 
21850
21038
  'io.flow.label.v0.enums.cost_estimate_source': (): io.flow.label.v0.enums.CostEstimateSource => faker.helpers.arrayElement(['flow', 'channel']),
21851
21039
  'io.flow.label.v0.enums.direction': (): io.flow.label.v0.enums.Direction => faker.helpers.arrayElement(['outbound', 'return']),
21040
+ 'io.flow.label.v0.enums.estimate_origin': (): io.flow.label.v0.enums.EstimateOrigin => faker.helpers.arrayElement(['Shopify', 'GlobalE', 'Aftership', 'Carrier']),
21041
+ 'io.flow.label.v0.enums.estimate_type': (): io.flow.label.v0.enums.EstimateType => faker.helpers.arrayElement(['Estimated', 'Final']),
21852
21042
 
21853
21043
  'io.flow.label.v0.enums.label_request_method': (): io.flow.label.v0.enums.LabelRequestMethod => faker.helpers.arrayElement([
21854
21044
  'flow_web_sync',
@@ -21962,6 +21152,15 @@ const factories = {
21962
21152
  shipment_recipient: factories['io.flow.label.v0.enums.shipment_recipient'](),
21963
21153
  }),
21964
21154
 
21155
+ 'io.flow.label.v0.models.estimate': (): io.flow.label.v0.models.Estimate => ({
21156
+ id: factories.string(),
21157
+ organization_id: factories.string(),
21158
+ label_id: factories.string(),
21159
+ estimate: factories['io.flow.label.v0.models.shipping_label_hop_summary'](),
21160
+ type: factories['io.flow.label.v0.enums.estimate_type'](),
21161
+ origin: factories['io.flow.label.v0.enums.estimate_origin'](),
21162
+ }),
21163
+
21965
21164
  'io.flow.label.v0.models.label_order_summary': (): io.flow.label.v0.models.LabelOrderSummary => ({
21966
21165
  id: factories.string(),
21967
21166
  number: factories.string(),
@@ -24253,6 +23452,17 @@ const factories = {
24253
23452
  display: factories.string(),
24254
23453
  }),
24255
23454
 
23455
+ 'io.flow.payment.v0.models.authorization_retry': (): io.flow.payment.v0.models.AuthorizationRetry => ({
23456
+ id: factories.string(),
23457
+ authorization_request_id: factories.string(),
23458
+ authorization_id: factories.string(),
23459
+ organization_id: factories.string(),
23460
+ attempt: factories.integer(),
23461
+ last_failure_code: factories.string(),
23462
+ created_at: factories.date_time_iso_8601(),
23463
+ updated_at: factories.date_time_iso_8601(),
23464
+ }),
23465
+
24256
23466
  'io.flow.payment.v0.models.authorization_version': (): io.flow.payment.v0.models.AuthorizationVersion => ({
24257
23467
  id: factories.string(),
24258
23468
  timestamp: factories.date_time_iso_8601(),
@@ -24370,6 +23580,7 @@ const factories = {
24370
23580
  processor: factories['io.flow.payment.v0.unions.expandable_payment_processor'](),
24371
23581
  stored_method_usage_step: factories['io.flow.payment.v0.enums.stored_method_usage_step'](),
24372
23582
  authorized_at: factories.date_time_iso_8601(),
23583
+ authorization_request_id: factories.string(),
24373
23584
  }),
24374
23585
 
24375
23586
  'io.flow.payment.v0.models.card_browser_action_configuration': (): io.flow.payment.v0.models.CardBrowserActionConfiguration => ({
@@ -24658,6 +23869,7 @@ const factories = {
24658
23869
  processor: factories['io.flow.payment.v0.unions.expandable_payment_processor'](),
24659
23870
  confirmation_details: factories['io.flow.payment.v0.unions.confirmation_details'](),
24660
23871
  authorized_at: factories.date_time_iso_8601(),
23872
+ authorization_request_id: factories.string(),
24661
23873
  }),
24662
23874
 
24663
23875
  'io.flow.payment.v0.models.online_payment_authorization_form': (): io.flow.payment.v0.models.OnlinePaymentAuthorizationForm => ({
@@ -26429,25 +25641,23 @@ const factories = {
26429
25641
  },
26430
25642
 
26431
25643
  'io.flow.sellability.v0.enums.rule_effect_type': (): io.flow.sellability.v0.enums.RuleEffectType => faker.helpers.arrayElement(['market', 'dhl', 'dhl_ecommerce', 'ups']),
25644
+ 'io.flow.sellability.v0.enums.sellability_error_code': (): io.flow.sellability.v0.enums.SellabilityErrorCode => faker.helpers.arrayElement(['insufficient_details', 'ineligible_category']),
26432
25645
 
26433
25646
  'io.flow.sellability.v0.models.product_sellability': (): io.flow.sellability.v0.models.ProductSellability => ({
26434
- organization_id: factories.string(),
25647
+ shop_id: factories.string(),
26435
25648
  product_id: factories.string(),
26436
- product_correlation_id: factories.string(),
25649
+ request_id: factories.string(),
25650
+ hs6_code: factories.string(),
26437
25651
 
26438
25652
  restricted_regions: arrayOf(
26439
25653
  () => factories['io.flow.sellability.v0.models.sellablility_region_result'](),
26440
25654
  ),
26441
-
26442
- in_review_regions: arrayOf(
26443
- () => factories['io.flow.sellability.v0.models.sellablility_region_result'](),
26444
- ),
26445
25655
  }),
26446
25656
 
26447
25657
  'io.flow.sellability.v0.models.product_sellability_form': (): io.flow.sellability.v0.models.ProductSellabilityForm => ({
26448
- organization_id: factories.string(),
25658
+ shop_id: factories.string(),
26449
25659
  product_id: factories.string(),
26450
- product_correlation_id: factories.string(),
25660
+ request_id: factories.string(),
26451
25661
  name: factories.string(),
26452
25662
  price: factories['io.flow.sellability.v0.models.product_sellability_price'](),
26453
25663
  description: factories.string(),
@@ -26459,6 +25669,11 @@ const factories = {
26459
25669
  amount: factories.decimal(),
26460
25670
  }),
26461
25671
 
25672
+ 'io.flow.sellability.v0.models.sellability_error': (): io.flow.sellability.v0.models.SellabilityError => ({
25673
+ code: factories['io.flow.sellability.v0.enums.sellability_error_code'](),
25674
+ messages: arrayOf(() => factories.string()),
25675
+ }),
25676
+
26462
25677
  'io.flow.sellability.v0.models.sellablility_region_result': (): io.flow.sellability.v0.models.SellablilityRegionResult => ({
26463
25678
  type: factories['io.flow.sellability.v0.enums.rule_effect_type'](),
26464
25679
  regions: arrayOf(() => factories.string()),
@@ -26755,6 +25970,22 @@ const factories = {
26755
25970
  }),
26756
25971
 
26757
25972
  'io.flow.shopify.external.v0.models.graphql_metafield': (): io.flow.shopify.external.v0.models.GraphqlMetafield => ({
25973
+ id: factories.string(),
25974
+ key: factories.string(),
25975
+ value: factories.string(),
25976
+ type: factories.string(),
25977
+ }),
25978
+
25979
+ 'io.flow.shopify.external.v0.models.graphql_metaobject': (): io.flow.shopify.external.v0.models.GraphqlMetaobject => ({
25980
+ id: factories.string(),
25981
+ displayName: factories.string(),
25982
+
25983
+ fields: arrayOf(
25984
+ () => factories['io.flow.shopify.external.v0.models.graphql_metaobject_field'](),
25985
+ ),
25986
+ }),
25987
+
25988
+ 'io.flow.shopify.external.v0.models.graphql_metaobject_field': (): io.flow.shopify.external.v0.models.GraphqlMetaobjectField => ({
26758
25989
  key: factories.string(),
26759
25990
  value: factories.string(),
26760
25991
  }),
@@ -26939,6 +26170,7 @@ const factories = {
26939
26170
  updated_at: factories.date_time_iso_8601(),
26940
26171
  has_variants_that_requires_components: factories.boolean(),
26941
26172
  category: factories['io.flow.product.v0.models.product_taxonomy_category'](),
26173
+ metafields: arrayOf(() => factories['io.flow.shopify.external.v0.models.product_metafield']()),
26942
26174
  }),
26943
26175
 
26944
26176
  'io.flow.shopify.external.v0.models.product_delete': (): io.flow.shopify.external.v0.models.ProductDelete => ({
@@ -26956,6 +26188,17 @@ const factories = {
26956
26188
  alt: factories.string(),
26957
26189
  }),
26958
26190
 
26191
+ 'io.flow.shopify.external.v0.models.product_metafield': (): io.flow.shopify.external.v0.models.ProductMetafield => ({
26192
+ id: factories.long(),
26193
+ namespace: factories.string(),
26194
+ key: factories.string(),
26195
+ value: factories.string(),
26196
+ created_at: factories.date_time_iso_8601(),
26197
+ updated_at: factories.date_time_iso_8601(),
26198
+ type: factories.string(),
26199
+ admin_graphql_api_id: factories.string(),
26200
+ }),
26201
+
26959
26202
  'io.flow.shopify.external.v0.models.product_variant': (): io.flow.shopify.external.v0.models.ProductVariant => ({
26960
26203
  id: factories.long(),
26961
26204
  sku: factories.string(),
@@ -29756,6 +28999,7 @@ const factories = {
29756
28999
  'void_invoice',
29757
29000
  ]),
29758
29001
 
29002
+ 'io.flow.stripe.v0.enums.capability_status': (): io.flow.stripe.v0.enums.CapabilityStatus => faker.helpers.arrayElement(['active', 'disabled', 'inactive', 'pending', 'unrequested']),
29759
29003
  'io.flow.stripe.v0.enums.capture_method': (): io.flow.stripe.v0.enums.CaptureMethod => faker.helpers.arrayElement(['automatic', 'manual']),
29760
29004
 
29761
29005
  'io.flow.stripe.v0.enums.card_brand': (): io.flow.stripe.v0.enums.CardBrand => faker.helpers.arrayElement([
@@ -29972,6 +29216,7 @@ const factories = {
29972
29216
  ]),
29973
29217
 
29974
29218
  'io.flow.stripe.v0.enums.event_type': (): io.flow.stripe.v0.enums.EventType => faker.helpers.arrayElement([
29219
+ 'capability.updated',
29975
29220
  'charge.captured',
29976
29221
  'charge.failed',
29977
29222
  'charge.pending',
@@ -30095,9 +29340,61 @@ const factories = {
30095
29340
 
30096
29341
  'io.flow.stripe.v0.enums.refund_reason': (): io.flow.stripe.v0.enums.RefundReason => faker.helpers.arrayElement(['duplicate', 'fraudulent', 'requested_by_customer']),
30097
29342
  'io.flow.stripe.v0.enums.refund_status': (): io.flow.stripe.v0.enums.RefundStatus => faker.helpers.arrayElement(['succeeded', 'failed', 'pending', 'canceled']),
29343
+ 'io.flow.stripe.v0.enums.reporting_report_run_status': (): io.flow.stripe.v0.enums.ReportingReportRunStatus => faker.helpers.arrayElement(['pending', 'succeeded', 'failed']),
29344
+
29345
+ 'io.flow.stripe.v0.enums.reporting_report_type': (): io.flow.stripe.v0.enums.ReportingReportType => faker.helpers.arrayElement([
29346
+ 'ending_balance_reconciliation.itemized.1',
29347
+ 'ending_balance_reconciliation.itemized.2',
29348
+ 'ending_balance_reconciliation.itemized.3',
29349
+ 'ending_balance_reconciliation.itemized.4',
29350
+ 'payout_reconciliation.itemized.5',
29351
+ 'payout_reconciliation.by_id.itemized.1',
29352
+ 'payout_reconciliation.by_id.itemized.2',
29353
+ 'payout_reconciliation.by_id.itemized.3',
29354
+ 'payout_reconciliation.by_id.itemized.4',
29355
+ 'payout_reconciliation.by_id.summary.1',
29356
+ 'ending_balance_reconciliation.summary.1',
29357
+ 'payout_reconciliation.itemized.1',
29358
+ 'payout_reconciliation.itemized.2',
29359
+ 'payout_reconciliation.itemized.3',
29360
+ 'payout_reconciliation.itemized.4',
29361
+ 'payout_reconciliation.summary.1',
29362
+ ]),
29363
+
30098
29364
  'io.flow.stripe.v0.enums.request_three_d_secure_type': (): io.flow.stripe.v0.enums.RequestThreeDSecureType => faker.helpers.arrayElement(['automatic', 'any']),
30099
29365
  'io.flow.stripe.v0.enums.requested_capabilities': (): io.flow.stripe.v0.enums.RequestedCapabilities => faker.helpers.arrayElement(['card_payments', 'legacy_payments', 'transfers']),
30100
29366
  'io.flow.stripe.v0.enums.setup_future_usage': (): io.flow.stripe.v0.enums.SetupFutureUsage => faker.helpers.arrayElement(['on_session', 'off_session']),
29367
+
29368
+ 'io.flow.stripe.v0.enums.shopify_payment_stripe_event_type': (): io.flow.stripe.v0.enums.ShopifyPaymentStripeEventType => faker.helpers.arrayElement([
29369
+ 'charge.captured',
29370
+ 'charge.dispute.created',
29371
+ 'charge.dispute.closed',
29372
+ 'charge.dispute.funds_reinstated',
29373
+ 'charge.dispute.funds_withdrawn',
29374
+ 'charge.dispute.updated',
29375
+ 'charge.expired',
29376
+ 'charge.failed',
29377
+ 'charge.pending',
29378
+ 'charge.refund.updated',
29379
+ 'charge.refunded',
29380
+ 'charge.succeeded',
29381
+ 'charge.updated',
29382
+ 'payment_intent.amount_capturable_updated',
29383
+ 'payment_intent.canceled',
29384
+ 'payment_intent.created',
29385
+ 'payment_intent.partially_funded',
29386
+ 'payment_intent.payment_failed',
29387
+ 'payment_intent.processing',
29388
+ 'payment_intent.requires_action',
29389
+ 'payment_intent.succeeded',
29390
+ 'transfer.created',
29391
+ 'transfer.reversed',
29392
+ 'transfer.updated',
29393
+ 'reporting.report_run.succeeded',
29394
+ 'reporting.report_type.updated',
29395
+ 'reporting.report_type.failed',
29396
+ ]),
29397
+
30101
29398
  'io.flow.stripe.v0.enums.source_flow': (): io.flow.stripe.v0.enums.SourceFlow => faker.helpers.arrayElement(['redirect', 'receiver', 'code_verification', 'none']),
30102
29399
  'io.flow.stripe.v0.enums.source_status': (): io.flow.stripe.v0.enums.SourceStatus => faker.helpers.arrayElement(['canceled', 'chargeable', 'consumed', 'failed', 'pending']),
30103
29400
 
@@ -30209,6 +29506,17 @@ const factories = {
30209
29506
  type: factories['io.flow.stripe.v0.enums.apple_pay_type'](),
30210
29507
  }),
30211
29508
 
29509
+ 'io.flow.stripe.v0.models.capability': (): io.flow.stripe.v0.models.Capability => ({
29510
+ id: factories.string(),
29511
+ account: factories.string(),
29512
+ requested: factories.boolean(),
29513
+ requirements: factories.object(),
29514
+ status: factories['io.flow.stripe.v0.enums.capability_status'](),
29515
+ object: factories.string(),
29516
+ future_requirements: factories.object(),
29517
+ requested_at: factories.long(),
29518
+ }),
29519
+
30212
29520
  'io.flow.stripe.v0.models.card': (): io.flow.stripe.v0.models.Card => ({
30213
29521
  id: factories.string(),
30214
29522
  object: factories.string(),
@@ -31040,12 +30348,76 @@ const factories = {
31040
30348
  url: factories.string(),
31041
30349
  }),
31042
30350
 
30351
+ 'io.flow.stripe.v0.models.report_run_parameters': (): io.flow.stripe.v0.models.ReportRunParameters => ({
30352
+ interval_start: factories.long(),
30353
+ interval_end: factories.long(),
30354
+ columns: arrayOf(() => factories.string()),
30355
+ payout: factories.string(),
30356
+ connected_account: factories.string(),
30357
+ reporting_category: factories.string(),
30358
+ }),
30359
+
30360
+ 'io.flow.stripe.v0.models.reporting_report_run': (): io.flow.stripe.v0.models.ReportingReportRun => ({
30361
+ id: factories.string(),
30362
+ object: factories.string(),
30363
+ created: factories.long(),
30364
+ error: factories.string(),
30365
+ livemode: factories.boolean(),
30366
+ status: factories['io.flow.stripe.v0.enums.reporting_report_run_status'](),
30367
+ result: factories['io.flow.stripe.v0.models.reporting_report_run_result'](),
30368
+ succeeded_at: factories.long(),
30369
+ }),
30370
+
30371
+ 'io.flow.stripe.v0.models.reporting_report_run_form': (): io.flow.stripe.v0.models.ReportingReportRunForm => ({
30372
+ report_type: factories['io.flow.stripe.v0.enums.reporting_report_type'](),
30373
+ parameters: factories['io.flow.stripe.v0.models.report_run_parameters'](),
30374
+ }),
30375
+
30376
+ 'io.flow.stripe.v0.models.reporting_report_run_result': (): io.flow.stripe.v0.models.ReportingReportRunResult => ({
30377
+ id: factories.string(),
30378
+ object: factories.string(),
30379
+ created: factories.long(),
30380
+ expires_at: factories.long(),
30381
+ filename: factories.string(),
30382
+ links: factories.object(),
30383
+ purpose: factories.string(),
30384
+ size: factories.long(),
30385
+ title: factories.string(),
30386
+ type: factories.string(),
30387
+ url: factories.string(),
30388
+ }),
30389
+
30390
+ 'io.flow.stripe.v0.models.reporting_report_runs': (): io.flow.stripe.v0.models.ReportingReportRuns => ({
30391
+ object: factories.string(),
30392
+ data: arrayOf(() => factories['io.flow.stripe.v0.models.reporting_report_run']()),
30393
+ has_more: factories.boolean(),
30394
+ url: factories.string(),
30395
+ }),
30396
+
31043
30397
  'io.flow.stripe.v0.models.shipping': (): io.flow.stripe.v0.models.Shipping => ({
31044
30398
  address: factories['io.flow.stripe.v0.models.address'](),
31045
30399
  name: factories.string(),
31046
30400
  phone: factories.string(),
31047
30401
  }),
31048
30402
 
30403
+ 'io.flow.stripe.v0.models.shopify_payment_stripe_event': (): io.flow.stripe.v0.models.ShopifyPaymentStripeEvent => ({
30404
+ id: factories.string(),
30405
+ api_version: factories.string(),
30406
+ data: factories['io.flow.stripe.v0.models.shopify_payment_stripe_event_data'](),
30407
+ request: factories.object(),
30408
+ type: factories['io.flow.stripe.v0.enums.shopify_payment_stripe_event_type'](),
30409
+ object: factories.string(),
30410
+ account: factories.string(),
30411
+ created: factories.long(),
30412
+ livemode: factories.boolean(),
30413
+ pending_webhooks: factories.integer(),
30414
+ }),
30415
+
30416
+ 'io.flow.stripe.v0.models.shopify_payment_stripe_event_data': (): io.flow.stripe.v0.models.ShopifyPaymentStripeEventData => ({
30417
+ object: factories.object(),
30418
+ previous_attributes: factories.object(),
30419
+ }),
30420
+
31049
30421
  'io.flow.stripe.v0.models.source': (): io.flow.stripe.v0.models.Source => ({
31050
30422
  id: factories.string(),
31051
30423
  object: factories.string(),
@@ -31535,6 +30907,8 @@ const factories = {
31535
30907
  'exception',
31536
30908
  'returned',
31537
30909
  'expired',
30910
+ 'unknown',
30911
+ 'unmapped',
31538
30912
  ]),
31539
30913
 
31540
30914
  'io.flow.tracking.v0.models.label_tracking_carrier_service': (): io.flow.tracking.v0.models.LabelTrackingCarrierService => ({
@@ -31937,16 +31311,6 @@ export const makeBooleanFeatureRuleForm = () => factories['io.flow.internal.v0.m
31937
31311
  export const makeBooleanFeatureValue = () => factories['io.flow.internal.v0.models.boolean_feature_value']();
31938
31312
  export const makeBrickWebhookEvent = () => factories['io.flow.internal.v0.models.brick_webhook_event']();
31939
31313
  export const makeBrickWebhookEventResponse = () => factories['io.flow.internal.v0.models.brick_webhook_event_response']();
31940
- export const makeBrowserBundle = () => factories['io.flow.internal.v0.models.browser_bundle']();
31941
- export const makeBrowserBundleCountryPickerForm = () => factories['io.flow.internal.v0.models.browser_bundle_country_picker_form']();
31942
- export const makeBrowserBundleError = () => factories['io.flow.internal.v0.models.browser_bundle_error']();
31943
- export const makeBrowserBundleErrorCode = () => factories['io.flow.internal.v0.enums.browser_bundle_error_code']();
31944
- export const makeBrowserBundleFeatureForm = () => factories['io.flow.internal.v0.models.browser_bundle_feature_form']();
31945
- export const makeBrowserBundleForm = () => factories['io.flow.internal.v0.models.browser_bundle_form']();
31946
- export const makeBrowserBundleOptinForm = () => factories['io.flow.internal.v0.models.browser_bundle_optin_form']();
31947
- export const makeBrowserBundlePaymentMethod = () => factories['io.flow.internal.v0.models.browser_bundle_payment_method']();
31948
- export const makeBrowserBundlePaymentMethodForm = () => factories['io.flow.internal.v0.models.browser_bundle_payment_method_form']();
31949
- export const makeBrowserBundlePaymentMethods = () => factories['io.flow.internal.v0.models.browser_bundle_payment_methods']();
31950
31314
  export const makeBulkClassificationAction = () => factories['io.flow.internal.v0.models.bulk_classification_action']();
31951
31315
  export const makeBulkDutyUpdateValidationError = () => factories['io.flow.internal.v0.models.bulk_duty_update_validation_error']();
31952
31316
  export const makeCalculatedTaxAmount = () => factories['io.flow.internal.v0.models.calculated_tax_amount']();
@@ -32082,8 +31446,6 @@ export const makeCheckoutBehaviorCustomerInfo = () => factories['io.flow.interna
32082
31446
  export const makeCheckoutBehaviorCustomerInfoEmail = () => factories['io.flow.internal.v0.models.checkout_behavior_customer_info_email']();
32083
31447
  export const makeCheckoutBehaviorShippingAddress = () => factories['io.flow.internal.v0.models.checkout_behavior_shipping_address']();
32084
31448
  export const makeCheckoutBehaviorShippingMethod = () => factories['io.flow.internal.v0.models.checkout_behavior_shipping_method']();
32085
- export const makeCheckoutBundle = () => factories['io.flow.internal.v0.models.checkout_bundle']();
32086
- export const makeCheckoutBundleMetadata = () => factories['io.flow.internal.v0.models.checkout_bundle_metadata']();
32087
31449
  export const makeCheckoutConfiguration = () => factories['io.flow.internal.v0.models.checkout_configuration']();
32088
31450
  export const makeCheckoutConfigurationDeleted = () => factories['io.flow.internal.v0.models.checkout_configuration_deleted']();
32089
31451
  export const makeCheckoutConfigurationForm = () => factories['io.flow.internal.v0.models.checkout_configuration_form']();
@@ -32094,27 +31456,15 @@ export const makeCheckoutContentDetails = () => factories['io.flow.internal.v0.m
32094
31456
  export const makeCheckoutContentSummary = () => factories['io.flow.internal.v0.models.checkout_content_summary']();
32095
31457
  export const makeCheckoutError = () => factories['io.flow.internal.v0.models.checkout_error']();
32096
31458
  export const makeCheckoutErrorCode = () => factories['io.flow.internal.v0.enums.checkout_error_code']();
32097
- export const makeCheckoutFinalizeOrderForm = () => factories['io.flow.internal.v0.models.checkout_finalize_order_form']();
32098
- export const makeCheckoutForm = () => factories['io.flow.internal.v0.unions.checkout_form']();
32099
31459
  export const makeCheckoutMarketingContent = () => factories['io.flow.internal.v0.models.checkout_marketing_content']();
32100
- export const makeCheckoutOrderForm = () => factories['io.flow.internal.v0.models.checkout_order_form']();
32101
- export const makeCheckoutOrderNumberForm = () => factories['io.flow.internal.v0.models.checkout_order_number_form']();
32102
31460
  export const makeCheckoutPayment = () => factories['io.flow.internal.v0.models.checkout_payment']();
32103
31461
  export const makeCheckoutPaymentContent = () => factories['io.flow.internal.v0.models.checkout_payment_content']();
32104
31462
  export const makeCheckoutPlatformData = () => factories['io.flow.internal.v0.models.checkout_platform_data']();
32105
31463
  export const makeCheckoutPromptBehavior = () => factories['io.flow.internal.v0.enums.checkout_prompt_behavior']();
32106
31464
  export const makeCheckoutRedirect = () => factories['io.flow.internal.v0.models.checkout_redirect']();
32107
31465
  export const makeCheckoutRedirectMethod = () => factories['io.flow.internal.v0.enums.checkout_redirect_method']();
32108
- export const makeCheckoutReferenceForm = () => factories['io.flow.internal.v0.models.checkout_reference_form']();
32109
31466
  export const makeCheckoutSettings = () => factories['io.flow.internal.v0.models.checkout_settings']();
32110
31467
  export const makeCheckoutShippingMethodPromptBehavior = () => factories['io.flow.internal.v0.enums.checkout_shipping_method_prompt_behavior']();
32111
- export const makeCheckoutSourceOrderForm = () => factories['io.flow.internal.v0.models.checkout_source_order_form']();
32112
- export const makeCheckoutSubmission = () => factories['io.flow.internal.v0.models.checkout_submission']();
32113
- export const makeCheckoutSubmissionForm = () => factories['io.flow.internal.v0.models.checkout_submission_form']();
32114
- export const makeCheckoutSubmitOrderBundle = () => factories['io.flow.internal.v0.models.checkout_submit_order_bundle']();
32115
- export const makeCheckoutSubmitOrderBundles = () => factories['io.flow.internal.v0.unions.checkout_submit_order_bundles']();
32116
- export const makeCheckoutSubmitOrderForm = () => factories['io.flow.internal.v0.models.checkout_submit_order_form']();
32117
- export const makeCheckoutSubmitOrderForms = () => factories['io.flow.internal.v0.unions.checkout_submit_order_forms']();
32118
31468
  export const makeCheckoutUrl = () => factories['io.flow.internal.v0.models.checkout_url']();
32119
31469
  export const makeCheckoutUrlType = () => factories['io.flow.internal.v0.enums.checkout_url_type']();
32120
31470
  export const makeCipher = () => factories['io.flow.internal.v0.models.cipher']();
@@ -32341,7 +31691,6 @@ export const makeEventType = () => factories['io.flow.internal.v0.enums.event_ty
32341
31691
  export const makeExclusionRuleDeleted = () => factories['io.flow.internal.v0.models.exclusion_rule_deleted']();
32342
31692
  export const makeExclusionRuleExportRequest = () => factories['io.flow.internal.v0.models.exclusion_rule_export_request']();
32343
31693
  export const makeExclusionRuleUpserted = () => factories['io.flow.internal.v0.models.exclusion_rule_upserted']();
32344
- export const makeExpectedOrderSummary = () => factories['io.flow.internal.v0.models.expected_order_summary']();
32345
31694
  export const makeExperienceExportRequest = () => factories['io.flow.internal.v0.models.experience_export_request']();
32346
31695
  export const makeExperienceImportRequest = () => factories['io.flow.internal.v0.models.experience_import_request']();
32347
31696
  export const makeExperienceImportType = () => factories['io.flow.internal.v0.enums.experience_import_type']();
@@ -32392,14 +31741,8 @@ export const makeFeatureValueResult = () => factories['io.flow.internal.v0.model
32392
31741
  export const makeFedex = () => factories['io.flow.internal.v0.models.fedex']();
32393
31742
  export const makeFedexCrossborder = () => factories['io.flow.internal.v0.models.fedex_crossborder']();
32394
31743
  export const makeFee = () => factories['io.flow.internal.v0.models.fee']();
32395
- export const makeFeedDeleted = () => factories['io.flow.internal.v0.models.feed_deleted']();
32396
- export const makeFeedUpserted = () => factories['io.flow.internal.v0.models.feed_upserted']();
32397
- export const makeFeedsExport = () => factories['io.flow.internal.v0.models.feeds_export']();
32398
31744
  export const makeFees = () => factories['io.flow.internal.v0.models.fees']();
32399
31745
  export const makeFeesSource = () => factories['io.flow.internal.v0.enums.fees_source']();
32400
- export const makeFinalEstimate = () => factories['io.flow.internal.v0.models.final_estimate']();
32401
- export const makeFinalEstimateDeleted = () => factories['io.flow.internal.v0.models.final_estimate_deleted']();
32402
- export const makeFinalEstimateUpserted = () => factories['io.flow.internal.v0.models.final_estimate_upserted']();
32403
31746
  export const makeFinanceBankAccount = () => factories['io.flow.internal.v0.models.finance_bank_account']();
32404
31747
  export const makeFinanceBankAccountOwner = () => factories['io.flow.internal.v0.models.finance_bank_account_owner']();
32405
31748
  export const makeFinanceBankPayment = () => factories['io.flow.internal.v0.models.finance_bank_payment']();
@@ -32481,7 +31824,6 @@ export const makeFulfillmentDeleted = () => factories['io.flow.internal.v0.model
32481
31824
  export const makeFulfillmentFallbacks = () => factories['io.flow.internal.v0.models.fulfillment_fallbacks']();
32482
31825
  export const makeFulfillmentFallbacksDeleted = () => factories['io.flow.internal.v0.models.fulfillment_fallbacks_deleted']();
32483
31826
  export const makeFulfillmentFallbacksUpserted = () => factories['io.flow.internal.v0.models.fulfillment_fallbacks_upserted']();
32484
- export const makeFulfillmentInternalExperienceReference = () => factories['io.flow.internal.v0.models.fulfillment_internal_experience_reference']();
32485
31827
  export const makeFulfillmentOrigin = () => factories['io.flow.internal.v0.models.fulfillment_origin']();
32486
31828
  export const makeFulfillmentProof = () => factories['io.flow.internal.v0.unions.fulfillment_proof']();
32487
31829
  export const makeFulfillmentProofExternalFulfillmentProofReference = () => factories['io.flow.internal.v0.models.fulfillment_proof_external_fulfillment_proof_reference']();
@@ -32529,8 +31871,6 @@ export const makeHarmonizationCodesImport = () => factories['io.flow.internal.v0
32529
31871
  export const makeHarmonizationColumnSetting = () => factories['io.flow.internal.v0.models.harmonization_column_setting']();
32530
31872
  export const makeHarmonizationDecisionSource = () => factories['io.flow.internal.v0.enums.harmonization_decision_source']();
32531
31873
  export const makeHarmonizationItemClassification = () => factories['io.flow.internal.v0.models.harmonization_item_classification']();
32532
- export const makeHarmonizationItemClassificationDeleted = () => factories['io.flow.internal.v0.models.harmonization_item_classification_deleted']();
32533
- export const makeHarmonizationItemClassificationUpserted = () => factories['io.flow.internal.v0.models.harmonization_item_classification_upserted']();
32534
31874
  export const makeHarmonizationItemSummary = () => factories['io.flow.internal.v0.models.harmonization_item_summary']();
32535
31875
  export const makeHarmonizationMlModelSummary = () => factories['io.flow.internal.v0.models.harmonization_ml_model_summary']();
32536
31876
  export const makeHarmonizationPhraseSuggestionRequestImport = () => factories['io.flow.internal.v0.models.harmonization_phrase_suggestion_request_import']();
@@ -32571,7 +31911,6 @@ export const makeInternalRefundForm = () => factories['io.flow.internal.v0.union
32571
31911
  export const makeInternalStripeAuthorizationDetails = () => factories['io.flow.internal.v0.models.internal_stripe_authorization_details']();
32572
31912
  export const makeInternalTransactionDetails = () => factories['io.flow.internal.v0.unions.internal_transaction_details']();
32573
31913
  export const makeInternalTransactionDetailsCard = () => factories['io.flow.internal.v0.models.internal_transaction_details_card']();
32574
- export const makeInvalidCheckoutData = () => factories['io.flow.internal.v0.models.invalid_checkout_data']();
32575
31914
  export const makeInvariant = () => factories['io.flow.internal.v0.models.invariant']();
32576
31915
  export const makeInventoryItemWrapper = () => factories['io.flow.internal.v0.models.inventory_item_wrapper']();
32577
31916
  export const makeInvoice = () => factories['io.flow.internal.v0.models.invoice']();
@@ -32584,7 +31923,6 @@ export const makeIssuerDeleted = () => factories['io.flow.internal.v0.models.iss
32584
31923
  export const makeIssuerUpserted = () => factories['io.flow.internal.v0.models.issuer_upserted']();
32585
31924
  export const makeItemClassification = () => factories['io.flow.internal.v0.models.item_classification']();
32586
31925
  export const makeItemClassificationAction = () => factories['io.flow.internal.v0.enums.item_classification_action']();
32587
- export const makeItemClassificationCreated = () => factories['io.flow.internal.v0.models.item_classification_created']();
32588
31926
  export const makeItemClassificationForm = () => factories['io.flow.internal.v0.models.item_classification_form']();
32589
31927
  export const makeItemClassificationStatus = () => factories['io.flow.internal.v0.enums.item_classification_status']();
32590
31928
  export const makeItemClassificationSummary = () => factories['io.flow.internal.v0.models.item_classification_summary']();
@@ -32634,6 +31972,7 @@ export const makeLabelCreationJobSummary = () => factories['io.flow.internal.v0.
32634
31972
  export const makeLabelCreationRequestForm = () => factories['io.flow.internal.v0.models.label_creation_request_form']();
32635
31973
  export const makeLabelCreationStatus = () => factories['io.flow.internal.v0.enums.label_creation_status']();
32636
31974
  export const makeLabelDestination = () => factories['io.flow.internal.v0.models.label_destination']();
31975
+ export const makeLabelEventMedium = () => factories['io.flow.internal.v0.enums.label_event_medium']();
32637
31976
  export const makeLabelEventSource = () => factories['io.flow.internal.v0.enums.label_event_source']();
32638
31977
  export const makeLabelGenerationSettings = () => factories['io.flow.internal.v0.models.label_generation_settings']();
32639
31978
  export const makeLabelGenerationSettingsDeleted = () => factories['io.flow.internal.v0.models.label_generation_settings_deleted']();
@@ -32688,16 +32027,9 @@ export const makeLocalizedContent = () => factories['io.flow.internal.v0.models.
32688
32027
  export const makeLocalizedContentElement = () => factories['io.flow.internal.v0.models.localized_content_element']();
32689
32028
  export const makeLocalizedContentForm = () => factories['io.flow.internal.v0.models.localized_content_form']();
32690
32029
  export const makeLocalizedContentUpserted = () => factories['io.flow.internal.v0.models.localized_content_upserted']();
32691
- export const makeLocalizedItemDeleted = () => factories['io.flow.internal.v0.models.localized_item_deleted']();
32692
- export const makeLocalizedItemDeletedV2 = () => factories['io.flow.internal.v0.models.localized_item_deleted_v2']();
32693
32030
  export const makeLocalizedItemPricesExportRequest = () => factories['io.flow.internal.v0.models.localized_item_prices_export_request']();
32694
- export const makeLocalizedItemSnapshot = () => factories['io.flow.internal.v0.models.localized_item_snapshot']();
32695
- export const makeLocalizedItemUpsertedV2 = () => factories['io.flow.internal.v0.models.localized_item_upserted_v2']();
32696
32031
  export const makeLocalizedItemsExportSettings = () => factories['io.flow.internal.v0.models.localized_items_export_settings']();
32697
- export const makeLocalizedPriceBookItem = () => factories['io.flow.internal.v0.models.localized_price_book_item']();
32698
32032
  export const makeLocalizedPriceBookItemData = () => factories['io.flow.internal.v0.models.localized_price_book_item_data']();
32699
- export const makeLocalizedPriceBookItemDeleted = () => factories['io.flow.internal.v0.models.localized_price_book_item_deleted']();
32700
- export const makeLocalizedPriceBookItemUpserted = () => factories['io.flow.internal.v0.models.localized_price_book_item_upserted']();
32701
32033
  export const makeLocation = () => factories['io.flow.internal.v0.models.location']();
32702
32034
  export const makeLogisticsCapabilities = () => factories['io.flow.internal.v0.models.logistics_capabilities']();
32703
32035
  export const makeLogisticsCapabilitiesDeleted = () => factories['io.flow.internal.v0.models.logistics_capabilities_deleted']();
@@ -32729,58 +32061,6 @@ export const makeManualTransactionCategory = () => factories['io.flow.internal.v
32729
32061
  export const makeManualTransactionForm = () => factories['io.flow.internal.v0.models.manual_transaction_form']();
32730
32062
  export const makeManualTransactionFormOrder = () => factories['io.flow.internal.v0.models.manual_transaction_form_order']();
32731
32063
  export const makeMarkedAsFinal = () => factories['io.flow.internal.v0.models.marked_as_final']();
32732
- export const makeMarketingGatewayAccountConnectionStatus = () => factories['io.flow.internal.v0.enums.marketing_gateway_account_connection_status']();
32733
- export const makeMarketingGatewayChannel = () => factories['io.flow.internal.v0.models.marketing_gateway_channel']();
32734
- export const makeMarketingGatewayChannelConnectionForm = () => factories['io.flow.internal.v0.models.marketing_gateway_channel_connection_form']();
32735
- export const makeMarketingGatewayChannelDetails = () => factories['io.flow.internal.v0.unions.marketing_gateway_channel_details']();
32736
- export const makeMarketingGatewayChannelForm = () => factories['io.flow.internal.v0.models.marketing_gateway_channel_form']();
32737
- export const makeMarketingGatewayChannelIntegrationType = () => factories['io.flow.internal.v0.enums.marketing_gateway_channel_integration_type']();
32738
- export const makeMarketingGatewayChannelSourceSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_channel_source_summary']();
32739
- export const makeMarketingGatewayChannelStatus = () => factories['io.flow.internal.v0.enums.marketing_gateway_channel_status']();
32740
- export const makeMarketingGatewayDistributionChannel = () => factories['io.flow.internal.v0.unions.marketing_gateway_distribution_channel']();
32741
- export const makeMarketingGatewayDistributionChannelFacebook = () => factories['io.flow.internal.v0.models.marketing_gateway_distribution_channel_facebook']();
32742
- export const makeMarketingGatewayDistributionChannelGoogle = () => factories['io.flow.internal.v0.models.marketing_gateway_distribution_channel_google']();
32743
- export const makeMarketingGatewayError = () => factories['io.flow.internal.v0.models.marketing_gateway_error']();
32744
- export const makeMarketingGatewayErrorCode = () => factories['io.flow.internal.v0.enums.marketing_gateway_error_code']();
32745
- export const makeMarketingGatewayFacebookBusiness = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_business']();
32746
- export const makeMarketingGatewayFacebookBusinessSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_business_summary']();
32747
- export const makeMarketingGatewayFacebookCatalogForm = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_catalog_form']();
32748
- export const makeMarketingGatewayFacebookCatalogSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_catalog_summary']();
32749
- export const makeMarketingGatewayFacebookChannelDetails = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_channel_details']();
32750
- export const makeMarketingGatewayFacebookConnection = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection']();
32751
- export const makeMarketingGatewayFacebookConnectionAccessTokenSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection_access_token_summary']();
32752
- export const makeMarketingGatewayFacebookConnectionDeauth = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection_deauth']();
32753
- export const makeMarketingGatewayFacebookConnectionForm = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection_form']();
32754
- export const makeMarketingGatewayFacebookSourceSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_source_summary']();
32755
- export const makeMarketingGatewayFacebookTokenStatus = () => factories['io.flow.internal.v0.enums.marketing_gateway_facebook_token_status']();
32756
- export const makeMarketingGatewayFeed = () => factories['io.flow.internal.v0.models.marketing_gateway_feed']();
32757
- export const makeMarketingGatewayFeedDownloadFormat = () => factories['io.flow.internal.v0.enums.marketing_gateway_feed_download_format']();
32758
- export const makeMarketingGatewayFeedExportForm = () => factories['io.flow.internal.v0.models.marketing_gateway_feed_export_form']();
32759
- export const makeMarketingGatewayFeedForm = () => factories['io.flow.internal.v0.models.marketing_gateway_feed_form']();
32760
- export const makeMarketingGatewayFeedFormRequest = () => factories['io.flow.internal.v0.models.marketing_gateway_feed_form_request']();
32761
- export const makeMarketingGatewayFeedSource = () => factories['io.flow.internal.v0.unions.marketing_gateway_feed_source']();
32762
- export const makeMarketingGatewayFeedSourceFacebook = () => factories['io.flow.internal.v0.models.marketing_gateway_feed_source_facebook']();
32763
- export const makeMarketingGatewayFeedSourceGoogle = () => factories['io.flow.internal.v0.models.marketing_gateway_feed_source_google']();
32764
- export const makeMarketingGatewayFeedState = () => factories['io.flow.internal.v0.enums.marketing_gateway_feed_state']();
32765
- export const makeMarketingGatewayFilterSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_filter_summary']();
32766
- export const makeMarketingGatewayFlowSourceSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_flow_source_summary']();
32767
- export const makeMarketingGatewayGoogleAccountForm = () => factories['io.flow.internal.v0.models.marketing_gateway_google_account_form']();
32768
- export const makeMarketingGatewayGoogleAccountSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_google_account_summary']();
32769
- export const makeMarketingGatewayGoogleChannelDetails = () => factories['io.flow.internal.v0.models.marketing_gateway_google_channel_details']();
32770
- export const makeMarketingGatewayGoogleConnection = () => factories['io.flow.internal.v0.models.marketing_gateway_google_connection']();
32771
- export const makeMarketingGatewayGoogleConnectionForm = () => factories['io.flow.internal.v0.models.marketing_gateway_google_connection_form']();
32772
- export const makeMarketingGatewayGoogleItem = () => factories['io.flow.internal.v0.models.marketing_gateway_google_item']();
32773
- export const makeMarketingGatewayGoogleSourceSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_google_source_summary']();
32774
- export const makeMarketingGatewayItem = () => factories['io.flow.internal.v0.unions.marketing_gateway_item']();
32775
- export const makeMarketingGatewayLocalizedItem = () => factories['io.flow.internal.v0.models.marketing_gateway_localized_item']();
32776
- export const makeMarketingGatewayNewChannelRequestForm = () => factories['io.flow.internal.v0.models.marketing_gateway_new_channel_request_form']();
32777
- export const makeMarketingGatewayPlatform = () => factories['io.flow.internal.v0.enums.marketing_gateway_platform']();
32778
- export const makeMarketingGatewayProductDatasourceSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_product_datasource_summary']();
32779
- export const makeMarketingGatewayProductStatus = () => factories['io.flow.internal.v0.enums.marketing_gateway_product_status']();
32780
- export const makeMarketingGatewaySchemaCompatibility = () => factories['io.flow.internal.v0.enums.marketing_gateway_schema_compatibility']();
32781
- export const makeMarketingGatewaySchemaSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_schema_summary']();
32782
- export const makeMarketingGatewaySourceSummary = () => factories['io.flow.internal.v0.unions.marketing_gateway_source_summary']();
32783
- export const makeMarketingGatewaySupportedChannelDetails = () => factories['io.flow.internal.v0.models.marketing_gateway_supported_channel_details']();
32784
32064
  export const makeMarketsOrder = () => factories['io.flow.internal.v0.models.markets_order']();
32785
32065
  export const makeMarketsOrderSummary = () => factories['io.flow.internal.v0.models.markets_order_summary']();
32786
32066
  export const makeMerchant = () => factories['io.flow.internal.v0.models.merchant']();
@@ -32812,6 +32092,7 @@ export const makeNoCalculatedTaxAmount = () => factories['io.flow.internal.v0.mo
32812
32092
  export const makeNoClassificationForm = () => factories['io.flow.internal.v0.models.no_classification_form']();
32813
32093
  export const makeNoLiabilityReasonCode = () => factories['io.flow.internal.v0.enums.no_liability_reason_code']();
32814
32094
  export const makeNonChannelPaymentBankAccount = () => factories['io.flow.internal.v0.models.non_channel_payment_bank_account']();
32095
+ export const makeNonL4LTaxDutyFxTransaction = () => factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction']();
32815
32096
  export const makeNotification = () => factories['io.flow.internal.v0.models.notification']();
32816
32097
  export const makeOnboardingAuditMessage = () => factories['io.flow.internal.v0.models.onboarding_audit_message']();
32817
32098
  export const makeOnboardingAuditMessageLevel = () => factories['io.flow.internal.v0.enums.onboarding_audit_message_level']();
@@ -32834,10 +32115,8 @@ export const makeOptinPrompt = () => factories['io.flow.internal.v0.models.optin
32834
32115
  export const makeOptinPromptCheckoutDisplay = () => factories['io.flow.internal.v0.models.optin_prompt_checkout_display']();
32835
32116
  export const makeOptinPromptCopy = () => factories['io.flow.internal.v0.models.optin_prompt_copy']();
32836
32117
  export const makeOptinPromptCopyForm = () => factories['io.flow.internal.v0.models.optin_prompt_copy_form']();
32837
- export const makeOptinPromptDeleted = () => factories['io.flow.internal.v0.models.optin_prompt_deleted']();
32838
32118
  export const makeOptinPromptDisplay = () => factories['io.flow.internal.v0.unions.optin_prompt_display']();
32839
32119
  export const makeOptinPromptForm = () => factories['io.flow.internal.v0.models.optin_prompt_form']();
32840
- export const makeOptinPromptUpserted = () => factories['io.flow.internal.v0.models.optin_prompt_upserted']();
32841
32120
  export const makeOrderAction = () => factories['io.flow.internal.v0.enums.order_action']();
32842
32121
  export const makeOrderActionForm = () => factories['io.flow.internal.v0.unions.order_action_form']();
32843
32122
  export const makeOrderActionability = () => factories['io.flow.internal.v0.models.order_actionability']();
@@ -32863,11 +32142,9 @@ export const makeOrderDetail = () => factories['io.flow.internal.v0.models.order
32863
32142
  export const makeOrderEditSummary = () => factories['io.flow.internal.v0.models.order_edit_summary']();
32864
32143
  export const makeOrderFulfillmentDeleted = () => factories['io.flow.internal.v0.models.order_fulfillment_deleted']();
32865
32144
  export const makeOrderFulfillmentUpserted = () => factories['io.flow.internal.v0.models.order_fulfillment_upserted']();
32866
- export const makeOrderFxTransaction = () => factories['io.flow.internal.v0.models.order_fx_transaction']();
32867
32145
  export const makeOrderLifecycleEvent = () => factories['io.flow.internal.v0.enums.order_lifecycle_event']();
32868
32146
  export const makeOrderNote = () => factories['io.flow.internal.v0.models.order_note']();
32869
32147
  export const makeOrderNoteForm = () => factories['io.flow.internal.v0.models.order_note_form']();
32870
- export const makeOrderParameters = () => factories['io.flow.internal.v0.models.order_parameters']();
32871
32148
  export const makeOrderPaymentAuthorization = () => factories['io.flow.internal.v0.models.order_payment_authorization']();
32872
32149
  export const makeOrderPlaced = () => factories['io.flow.internal.v0.models.order_placed']();
32873
32150
  export const makeOrderRatesDataV3 = () => factories['io.flow.internal.v0.models.order_rates_data_v3']();
@@ -33004,6 +32281,8 @@ export const makePaymentProcessorAccountUpserted = () => factories['io.flow.inte
33004
32281
  export const makePaymentProcessorMerchantDeleted = () => factories['io.flow.internal.v0.models.payment_processor_merchant_deleted']();
33005
32282
  export const makePaymentProcessorMerchantUpserted = () => factories['io.flow.internal.v0.models.payment_processor_merchant_upserted']();
33006
32283
  export const makePaymentRedirect = () => factories['io.flow.internal.v0.unions.payment_redirect']();
32284
+ export const makePaymentShortUrl = () => factories['io.flow.internal.v0.models.payment_short_url']();
32285
+ export const makePaymentShortUrlDiscriminator = () => factories['io.flow.internal.v0.enums.payment_short_url_discriminator']();
33007
32286
  export const makePaymentSummary = () => factories['io.flow.internal.v0.models.payment_summary']();
33008
32287
  export const makePaymentSummaryDetails = () => factories['io.flow.internal.v0.unions.payment_summary_details']();
33009
32288
  export const makePaymentSummaryStatus = () => factories['io.flow.internal.v0.enums.payment_summary_status']();
@@ -33050,8 +32329,6 @@ export const makePlatformFeePercentage = () => factories['io.flow.internal.v0.mo
33050
32329
  export const makePlatformFeePercentageTier = () => factories['io.flow.internal.v0.models.platform_fee_percentage_tier']();
33051
32330
  export const makePrediction = () => factories['io.flow.internal.v0.models.prediction']();
33052
32331
  export const makePreferredBillingSchedule = () => factories['io.flow.internal.v0.enums.preferred_billing_schedule']();
33053
- export const makePregeneratedQuote = () => factories['io.flow.internal.v0.models.pregenerated_quote']();
33054
- export const makePregeneratedRequestEvent = () => factories['io.flow.internal.v0.models.pregenerated_request_event']();
33055
32332
  export const makePriceSelector = () => factories['io.flow.internal.v0.enums.price_selector']();
33056
32333
  export const makePrioritizedCenterReference = () => factories['io.flow.internal.v0.models.prioritized_center_reference']();
33057
32334
  export const makeProcessingTransaction = () => factories['io.flow.internal.v0.models.processing_transaction']();
@@ -33108,8 +32385,6 @@ export const makePublicHub = () => factories['io.flow.internal.v0.models.public_
33108
32385
  export const makePublicHubForm = () => factories['io.flow.internal.v0.models.public_hub_form']();
33109
32386
  export const makeQuote = () => factories['io.flow.internal.v0.models.quote']();
33110
32387
  export const makeQuoteDeleted = () => factories['io.flow.internal.v0.models.quote_deleted']();
33111
- export const makeQuoteRequest = () => factories['io.flow.internal.v0.models.quote_request']();
33112
- export const makeQuoteRequestType = () => factories['io.flow.internal.v0.enums.quote_request_type']();
33113
32388
  export const makeQuoteUpserted = () => factories['io.flow.internal.v0.models.quote_upserted']();
33114
32389
  export const makeRateAndRuleItem = () => factories['io.flow.internal.v0.models.rate_and_rule_item']();
33115
32390
  export const makeRateAndRuleItemForm = () => factories['io.flow.internal.v0.models.rate_and_rule_item_form']();
@@ -33144,9 +32419,6 @@ export const makeRatecardDimensionEstimateDeleted = () => factories['io.flow.int
33144
32419
  export const makeRatecardDimensionEstimateUpserted = () => factories['io.flow.internal.v0.models.ratecard_dimension_estimate_upserted']();
33145
32420
  export const makeRatecardInternalServiceFee = () => factories['io.flow.internal.v0.models.ratecard_internal_service_fee']();
33146
32421
  export const makeRatecardInternalSummary = () => factories['io.flow.internal.v0.models.ratecard_internal_summary']();
33147
- export const makeRatecardLaneAggregate = () => factories['io.flow.internal.v0.models.ratecard_lane_aggregate']();
33148
- export const makeRatecardLaneAggregateDeleted = () => factories['io.flow.internal.v0.models.ratecard_lane_aggregate_deleted']();
33149
- export const makeRatecardLaneAggregateUpserted = () => factories['io.flow.internal.v0.models.ratecard_lane_aggregate_upserted']();
33150
32422
  export const makeRatecardLanesImportRequest = () => factories['io.flow.internal.v0.models.ratecard_lanes_import_request']();
33151
32423
  export const makeRatecardRateLevelDeleted = () => factories['io.flow.internal.v0.models.ratecard_rate_level_deleted']();
33152
32424
  export const makeRatecardRateLevelOrganizationDeleted = () => factories['io.flow.internal.v0.models.ratecard_rate_level_organization_deleted']();
@@ -33316,8 +32588,9 @@ export const makeSessionRollout = () => factories['io.flow.internal.v0.models.se
33316
32588
  export const makeSessionRolloutForm = () => factories['io.flow.internal.v0.models.session_rollout_form']();
33317
32589
  export const makeSetupBlockPutForm = () => factories['io.flow.internal.v0.models.setup_block_put_form']();
33318
32590
  export const makeSfExpress = () => factories['io.flow.internal.v0.models.sf_express']();
33319
- export const makeShawnRoundtableWorkshopRate = () => factories['io.flow.internal.v0.models.shawn_roundtable_workshop_rate']();
33320
32591
  export const makeShippedItemValue = () => factories['io.flow.internal.v0.models.shipped_item_value']();
32592
+ export const makeShippingEstimateDeleted = () => factories['io.flow.internal.v0.models.shipping_estimate_deleted']();
32593
+ export const makeShippingEstimateUpserted = () => factories['io.flow.internal.v0.models.shipping_estimate_upserted']();
33321
32594
  export const makeShippingLane = () => factories['io.flow.internal.v0.models.shipping_lane']();
33322
32595
  export const makeShippingMethodReference = () => factories['io.flow.internal.v0.models.shipping_method_reference']();
33323
32596
  export const makeShop = () => factories['io.flow.internal.v0.models.shop']();
@@ -33385,6 +32658,7 @@ export const makeShopifyMarketsTradeSector = () => factories['io.flow.internal.v
33385
32658
  export const makeShopifyMarketsWebhookRegistration = () => factories['io.flow.internal.v0.models.shopify_markets_webhook_registration']();
33386
32659
  export const makeShopifyMarketsWebhookRegistrationDeleted = () => factories['io.flow.internal.v0.models.shopify_markets_webhook_registration_deleted']();
33387
32660
  export const makeShopifyMarketsWebhookRegistrationUpserted = () => factories['io.flow.internal.v0.models.shopify_markets_webhook_registration_upserted']();
32661
+ export const makeShopifyMerchantPlan = () => factories['io.flow.internal.v0.models.shopify_merchant_plan']();
33388
32662
  export const makeShopifyMetadata = () => factories['io.flow.internal.v0.models.shopify_metadata']();
33389
32663
  export const makeShopifyMonitoringCarrierService = () => factories['io.flow.internal.v0.models.shopify_monitoring_carrier_service']();
33390
32664
  export const makeShopifyMonitoringFulfillmentExternal = () => factories['io.flow.internal.v0.models.shopify_monitoring_fulfillment_external']();
@@ -33416,6 +32690,7 @@ export const makeShopifyOrganizationSettingsForm = () => factories['io.flow.inte
33416
32690
  export const makeShopifyPartnerWebhook = () => factories['io.flow.internal.v0.models.shopify_partner_webhook']();
33417
32691
  export const makeShopifyPartnerWebhookRaw = () => factories['io.flow.internal.v0.models.shopify_partner_webhook_raw']();
33418
32692
  export const makeShopifyPaymentSummary = () => factories['io.flow.internal.v0.models.shopify_payment_summary']();
32693
+ export const makeShopifyPlanType = () => factories['io.flow.internal.v0.enums.shopify_plan_type']();
33419
32694
  export const makeShopifyProductBundle = () => factories['io.flow.internal.v0.models.shopify_product_bundle']();
33420
32695
  export const makeShopifyProductBundleDeleted = () => factories['io.flow.internal.v0.models.shopify_product_bundle_deleted']();
33421
32696
  export const makeShopifyProductBundleUnderlying = () => factories['io.flow.internal.v0.models.shopify_product_bundle_underlying']();
@@ -33559,6 +32834,10 @@ export const makeTaxCalculationErrorCode = () => factories['io.flow.internal.v0.
33559
32834
  export const makeTaxCalculationForm = () => factories['io.flow.internal.v0.models.tax_calculation_form']();
33560
32835
  export const makeTaxCalculationLineItem = () => factories['io.flow.internal.v0.models.tax_calculation_line_item']();
33561
32836
  export const makeTaxCalculationLineItemForm = () => factories['io.flow.internal.v0.models.tax_calculation_line_item_form']();
32837
+ export const makeTaxDutyDeltaMetadataActual = () => factories['io.flow.internal.v0.models.tax_duty_delta_metadata_actual']();
32838
+ export const makeTaxDutyDeltaMetadataActualProcessing = () => factories['io.flow.internal.v0.models.tax_duty_delta_metadata_actual_processing']();
32839
+ export const makeTaxDutyDeltaMetadataExpected = () => factories['io.flow.internal.v0.models.tax_duty_delta_metadata_expected']();
32840
+ export const makeTaxDutyDeltaMetadataExpectedProcessing = () => factories['io.flow.internal.v0.models.tax_duty_delta_metadata_expected_processing']();
33562
32841
  export const makeTaxDutyDeltaTransaction = () => factories['io.flow.internal.v0.models.tax_duty_delta_transaction']();
33563
32842
  export const makeTaxParty = () => factories['io.flow.internal.v0.enums.tax_party']();
33564
32843
  export const makeTaxRemittanceTransaction = () => factories['io.flow.internal.v0.models.tax_remittance_transaction']();