@flowio/api-internal-factories 0.0.118 → 0.0.120

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.
@@ -707,6 +707,9 @@ var factories = {
707
707
  'virtual_card_refund',
708
708
  'failed_payout',
709
709
  'tax_refund',
710
+ 'non_l4l_tax_duty_fx',
711
+ 'ge_revenue_share',
712
+ 'tax_duty_delta',
710
713
  ]); },
711
714
  'io.flow.billing.v0.enums.trueup_source': function () { return faker.helpers.arrayElement(['flow', 'channel', 'dhl-parcel', 'dhl', 'ups']); },
712
715
  'io.flow.billing.v0.enums.withholding_deduction_type': function () { return faker.helpers.arrayElement(['tax', 'duty', 'freight', 'insurance']); },
@@ -2621,6 +2624,7 @@ var factories = {
2621
2624
  'gift_card_not_accepted',
2622
2625
  'total_changed',
2623
2626
  ]); },
2627
+ 'io.flow.experience.v0.enums.order_payment_source_type': function () { return faker.helpers.arrayElement(['globale', 'third_party']); },
2624
2628
  'io.flow.experience.v0.enums.order_payment_type': function () { return faker.helpers.arrayElement([
2625
2629
  'card',
2626
2630
  'online',
@@ -3164,6 +3168,7 @@ var factories = {
3164
3168
  device_details: factories['io.flow.payment.v0.unions.device_details'](),
3165
3169
  destination_contact_details: arrayOf(function () { return factories['io.flow.experience.v0.models.destination_contact_detail'](); }),
3166
3170
  incoterm_summary: factories['io.flow.experience.v0.models.incoterm_summary'](),
3171
+ payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
3167
3172
  }); },
3168
3173
  'io.flow.experience.v0.models.order_address': function () { return ({
3169
3174
  text: factories.string(),
@@ -3239,6 +3244,7 @@ var factories = {
3239
3244
  authorization_keys: arrayOf(function () { return factories.string(); }),
3240
3245
  options: factories['io.flow.experience.v0.models.order_options'](),
3241
3246
  device_details: factories['io.flow.payment.v0.unions.device_details'](),
3247
+ payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
3242
3248
  }); },
3243
3249
  'io.flow.experience.v0.models.order_geo': function () { return ({
3244
3250
  ip: factories.string(),
@@ -3334,6 +3340,7 @@ var factories = {
3334
3340
  authorization_keys: arrayOf(function () { return factories.string(); }),
3335
3341
  options: factories['io.flow.experience.v0.models.order_options'](),
3336
3342
  device_details: factories['io.flow.payment.v0.unions.device_details'](),
3343
+ payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
3337
3344
  }); },
3338
3345
  'io.flow.experience.v0.models.order_reference': function () { return ({
3339
3346
  discriminator: 'order_reference',
@@ -5610,6 +5617,7 @@ var factories = {
5610
5617
  'io.flow.internal.v0.enums.adjustment_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal']); },
5611
5618
  'io.flow.internal.v0.enums.adyen_integration_type': function () { return faker.helpers.arrayElement(['hosted_payment_page', 'checkout_payments_api', 'classic_authorise_api']); },
5612
5619
  'io.flow.internal.v0.enums.aldo_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
5620
+ 'io.flow.internal.v0.enums.ansh_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
5613
5621
  'io.flow.internal.v0.enums.any_dangerous_goods': function () { return faker.helpers.arrayElement(['yes', 'no', 'i_dont_know']); },
5614
5622
  'io.flow.internal.v0.enums.api_call_reference_id': function () { return faker.helpers.arrayElement(['duty_rates_data_event', 'integration_test', 'unit_test']); },
5615
5623
  'io.flow.internal.v0.enums.auto_restrict_rule': function () { return faker.helpers.arrayElement([
@@ -5845,8 +5853,11 @@ var factories = {
5845
5853
  'duty',
5846
5854
  'trueup',
5847
5855
  'carrier_charge',
5856
+ 'non_l4l_tax_duty_fx',
5848
5857
  'tax_refund',
5849
5858
  'duty_refund',
5859
+ 'ge_revenue_share',
5860
+ 'tax_duty_delta',
5850
5861
  ]); },
5851
5862
  'io.flow.internal.v0.enums.browser_bundle_error_code': function () { return faker.helpers.arrayElement(['generic_error', 'country_invalid']); },
5852
5863
  'io.flow.internal.v0.enums.calculator_engine': function () { return faker.helpers.arrayElement(['dtce_with_deminimis', 'dtce_with_inclusive_pricing', 'dtce_and_us_tax']); },
@@ -5916,6 +5927,7 @@ var factories = {
5916
5927
  'electronic_export_information_surcharge',
5917
5928
  'additional_handling',
5918
5929
  'large_package_surcharge',
5930
+ 'peak_surcharge',
5919
5931
  ]); },
5920
5932
  'io.flow.internal.v0.enums.chargeback_payment_status': function () { return faker.helpers.arrayElement(['captured', 'refunded']); },
5921
5933
  'io.flow.internal.v0.enums.chargeback_process_status': function () { return faker.helpers.arrayElement(['inquiry', 'open', 'closed']); },
@@ -5962,7 +5974,7 @@ var factories = {
5962
5974
  'io.flow.internal.v0.enums.dispute_liability': function () { return faker.helpers.arrayElement(['flow', 'organization']); },
5963
5975
  'io.flow.internal.v0.enums.dispute_processor': function () { return faker.helpers.arrayElement(['adyen', 'paypal', 'stripe']); },
5964
5976
  'io.flow.internal.v0.enums.dispute_reporting_category': function () { return faker.helpers.arrayElement(['charge_issues', 'delivery', 'fraud', 'general', 'product', 'returns']); },
5965
- 'io.flow.internal.v0.enums.dispute_status': function () { return faker.helpers.arrayElement(['pending', 'won', 'lost', 'expired']); },
5977
+ 'io.flow.internal.v0.enums.dispute_status': function () { return faker.helpers.arrayElement(['pending', 'won', 'lost', 'refunded', 'expired']); },
5966
5978
  'io.flow.internal.v0.enums.dispute_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'dispute']); },
5967
5979
  'io.flow.internal.v0.enums.dispute_type': function () { return faker.helpers.arrayElement(['chargeback']); },
5968
5980
  'io.flow.internal.v0.enums.duty_compound_expression_type': function () { return faker.helpers.arrayElement(['sum', 'max', 'min']); },
@@ -5998,8 +6010,6 @@ var factories = {
5998
6010
  'adyen_refund_upserted',
5999
6011
  'adyen_dispute_upserted',
6000
6012
  'adyen_dispute_deleted',
6001
- 'aldo_item_upserted',
6002
- 'aldo_item_deleted',
6003
6013
  'fulfillment_upserted',
6004
6014
  'fulfillment_deleted',
6005
6015
  'merchant_upserted',
@@ -6164,7 +6174,6 @@ var factories = {
6164
6174
  'harmonized_items_hs6_export',
6165
6175
  'unharmonized_items_export',
6166
6176
  'dutied_items_export',
6167
- 'tariff_codes_export',
6168
6177
  'harmonization_phrase_suggestion_request_import',
6169
6178
  'harmonization_codes_import',
6170
6179
  'item_classification_created',
@@ -6181,8 +6190,6 @@ var factories = {
6181
6190
  'rate_freshness_summary_deleted',
6182
6191
  'item_harmonization_upserted',
6183
6192
  'item_harmonization_deleted',
6184
- 'harmonization_item_classification_upserted',
6185
- 'harmonization_item_classification_deleted',
6186
6193
  'harmonization_classification_statistics_published',
6187
6194
  'issuer_upserted',
6188
6195
  'issuer_deleted',
@@ -6195,17 +6202,8 @@ var factories = {
6195
6202
  'order_validation_deleted',
6196
6203
  'label_tracking_summary_upserted',
6197
6204
  'label_tracking_summary_deleted',
6198
- 'localized_item_upserted_v2',
6199
- 'localized_item_deleted',
6200
- 'localized_item_deleted_v2',
6201
- 'localized_item_snapshot',
6202
- 'localized_price_book_item_upserted',
6203
- 'localized_price_book_item_deleted',
6204
6205
  'logistics_capabilities_upserted',
6205
6206
  'logistics_capabilities_deleted',
6206
- 'feed_upserted',
6207
- 'feed_deleted',
6208
- 'feeds_export',
6209
6207
  'localized_item_prices_export_request',
6210
6208
  'optin_prompt_upserted',
6211
6209
  'optin_prompt_deleted',
@@ -6290,6 +6288,10 @@ var factories = {
6290
6288
  'screening_status_change_deleted',
6291
6289
  'restrictions_dailyops_upserted',
6292
6290
  'restrictions_dailyops_deleted',
6291
+ 'restriction_rule_upserted',
6292
+ 'restriction_rule_deleted',
6293
+ 'restriction_rule_effect_upserted',
6294
+ 'restriction_rule_effect_deleted',
6293
6295
  'shopify_shop_upserted',
6294
6296
  'shopify_shop_deleted',
6295
6297
  'shopify_experience_short_id_upserted',
@@ -6315,6 +6317,18 @@ var factories = {
6315
6317
  'shopify_incoterm_summary_error_published',
6316
6318
  'shopify_markets_best_selling_product_upserted',
6317
6319
  'shopify_markets_best_selling_product_deleted',
6320
+ 'shopify_product_create_upserted',
6321
+ 'shopify_product_create_deleted',
6322
+ 'shopify_product_update_upserted',
6323
+ 'shopify_product_update_deleted',
6324
+ 'shopify_product_delete_upserted',
6325
+ 'shopify_product_delete_deleted',
6326
+ 'shopify_inventory_item_create_upserted',
6327
+ 'shopify_inventory_item_create_deleted',
6328
+ 'shopify_inventory_item_update_upserted',
6329
+ 'shopify_inventory_item_update_deleted',
6330
+ 'shopify_inventory_item_delete_upserted',
6331
+ 'shopify_inventory_item_delete_deleted',
6318
6332
  'shopify_monitoring_order_monitor_event_upserted',
6319
6333
  'shopify_monitoring_order_monitor_event_deleted',
6320
6334
  'shopify_order_fulfillments_snapshot_upserted',
@@ -6385,6 +6399,7 @@ var factories = {
6385
6399
  'shopify_location',
6386
6400
  'shopify_order',
6387
6401
  'sync_product_catalog',
6402
+ 'shopify_webhook',
6388
6403
  ]); },
6389
6404
  'io.flow.internal.v0.enums.harmonization_decision_source': function () { return faker.helpers.arrayElement(['human', 'legacy_model', 'enterprise_model']); },
6390
6405
  'io.flow.internal.v0.enums.http_method': function () { return faker.helpers.arrayElement(['get', 'post']); },
@@ -6409,6 +6424,8 @@ var factories = {
6409
6424
  'io.flow.internal.v0.enums.label_billing_strategy': function () { return faker.helpers.arrayElement(['quote', 'carrier']); },
6410
6425
  'io.flow.internal.v0.enums.label_cancellation_error_code': function () { return faker.helpers.arrayElement(['already_used', 'carrier_unsupported']); },
6411
6426
  'io.flow.internal.v0.enums.label_creation_status': function () { return faker.helpers.arrayElement(['success', 'error', 'pending', 'cancelled']); },
6427
+ 'io.flow.internal.v0.enums.label_event_medium': function () { return faker.helpers.arrayElement(['webhook', 'pull', 'post']); },
6428
+ 'io.flow.internal.v0.enums.label_event_source': function () { return faker.helpers.arrayElement(['aftership', 'carrier', 'flow']); },
6412
6429
  'io.flow.internal.v0.enums.label_request_error_handling_responsibility': function () { return faker.helpers.arrayElement([
6413
6430
  'merchant',
6414
6431
  'merchant_integration',
@@ -6417,6 +6434,7 @@ var factories = {
6417
6434
  'globale_address_repair',
6418
6435
  'merchant_operations',
6419
6436
  'globale_system',
6437
+ 'carrier',
6420
6438
  ]); },
6421
6439
  'io.flow.internal.v0.enums.label_request_result_organization_type': function () { return faker.helpers.arrayElement(['all', 'legacy_production', 'managed_markets_production', 'sandbox']); },
6422
6440
  'io.flow.internal.v0.enums.label_request_result_state': function () { return faker.helpers.arrayElement(['success', 'failure']); },
@@ -6441,48 +6459,6 @@ var factories = {
6441
6459
  'bank_payment_failure',
6442
6460
  'non_fraud_chargeback',
6443
6461
  ]); },
6444
- 'io.flow.internal.v0.enums.marketing_gateway_account_connection_status': function () { return faker.helpers.arrayElement([
6445
- 'not_connected',
6446
- 'connecting',
6447
- 'connected',
6448
- 'disconnecting',
6449
- 'disconnected',
6450
- ]); },
6451
- 'io.flow.internal.v0.enums.marketing_gateway_channel_integration_type': function () { return faker.helpers.arrayElement(['automated', 'manual']); },
6452
- 'io.flow.internal.v0.enums.marketing_gateway_channel_status': function () { return faker.helpers.arrayElement([
6453
- 'not_connected',
6454
- 'connecting',
6455
- 'connected',
6456
- 'disconnecting',
6457
- 'disconnected',
6458
- 'unavailable',
6459
- ]); },
6460
- 'io.flow.internal.v0.enums.marketing_gateway_error_code': function () { return faker.helpers.arrayElement([
6461
- 'generic_error',
6462
- 'google_api_error',
6463
- 'facebook_api_error',
6464
- 'invalid_oauth_token_error',
6465
- ]); },
6466
- 'io.flow.internal.v0.enums.marketing_gateway_facebook_token_status': function () { return faker.helpers.arrayElement(['unknown', 'active', 'expired']); },
6467
- 'io.flow.internal.v0.enums.marketing_gateway_feed_download_format': function () { return faker.helpers.arrayElement(['tsv', 'csv', 'txt']); },
6468
- 'io.flow.internal.v0.enums.marketing_gateway_feed_state': function () { return faker.helpers.arrayElement(['initialized', 'generated', 'in_review', 'rejected', 'active']); },
6469
- 'io.flow.internal.v0.enums.marketing_gateway_platform': function () { return faker.helpers.arrayElement([
6470
- 'google',
6471
- 'facebook',
6472
- 'adroll',
6473
- 'aliexpress',
6474
- 'amazon',
6475
- 'bing',
6476
- 'criteo',
6477
- 'fruugo',
6478
- 'pinterest',
6479
- 'rakuten_japan',
6480
- 'wish',
6481
- 'snapchat',
6482
- 'stylight',
6483
- ]); },
6484
- 'io.flow.internal.v0.enums.marketing_gateway_product_status': function () { return faker.helpers.arrayElement(['approved', 'not_approved', 'pending', 'not_found', 'excluded']); },
6485
- 'io.flow.internal.v0.enums.marketing_gateway_schema_compatibility': function () { return faker.helpers.arrayElement(['google', 'facebook_primary', 'facebook_country_override', 'supplemental']); },
6486
6462
  'io.flow.internal.v0.enums.mixed_bag_weight': function () { return faker.helpers.arrayElement(['0', '1', '2']); },
6487
6463
  'io.flow.internal.v0.enums.nature_of_sale': function () { return faker.helpers.arrayElement([
6488
6464
  'consumer',
@@ -6572,6 +6548,7 @@ var factories = {
6572
6548
  'io.flow.internal.v0.enums.organization_restriction_screening_status': function () { return faker.helpers.arrayElement(['in_review', 'fully_reviewed', 'rejected', 'unscreened']); },
6573
6549
  'io.flow.internal.v0.enums.output_style': function () { return faker.helpers.arrayElement(['flow', 'shopify_p1']); },
6574
6550
  'io.flow.internal.v0.enums.owner': function () { return faker.helpers.arrayElement(['flow', 'organization']); },
6551
+ 'io.flow.internal.v0.enums.payment_short_url_discriminator': function () { return faker.helpers.arrayElement(['adyen_3ds2']); },
6575
6552
  'io.flow.internal.v0.enums.payment_summary_status': function () { return faker.helpers.arrayElement([
6576
6553
  'authorized',
6577
6554
  'canceled',
@@ -6723,7 +6700,7 @@ var factories = {
6723
6700
  'io.flow.internal.v0.enums.shopify_promotion_offer_allocation_method': function () { return faker.helpers.arrayElement(['each', 'across']); },
6724
6701
  'io.flow.internal.v0.enums.shopify_promotion_order_entitlement_component': function () { return faker.helpers.arrayElement(['subtotal', 'shipping', 'vat', 'duty']); },
6725
6702
  'io.flow.internal.v0.enums.shopify_promotion_status': function () { return faker.helpers.arrayElement(['active', 'inactive']); },
6726
- 'io.flow.internal.v0.enums.shopify_service': function () { return faker.helpers.arrayElement(['payment', 'duty_tax_calculator']); },
6703
+ 'io.flow.internal.v0.enums.shopify_service': function () { return faker.helpers.arrayElement(['payment', 'duty_tax_calculator', 'sellability']); },
6727
6704
  'io.flow.internal.v0.enums.simple_rounding_strategy': function () { return faker.helpers.arrayElement(['no_rounding', 'currency_precision']); },
6728
6705
  'io.flow.internal.v0.enums.snooze_next_action_with': function () { return faker.helpers.arrayElement(['customer_service', 'engineering']); },
6729
6706
  'io.flow.internal.v0.enums.snooze_source_type': function () { return faker.helpers.arrayElement(['task', 'invariant']); },
@@ -7413,12 +7390,6 @@ var factories = {
7413
7390
  type: factories['io.flow.internal.v0.enums.aldo_item_type'](),
7414
7391
  added_on: factories.date_iso_8601(),
7415
7392
  }); },
7416
- 'io.flow.internal.v0.models.aldo_item_deleted': function () { return ({
7417
- discriminator: 'aldo_item_deleted',
7418
- event_id: factories.string(),
7419
- timestamp: factories.date_time_iso_8601(),
7420
- id: factories.string(),
7421
- }); },
7422
7393
  'io.flow.internal.v0.models.aldo_item_form': function () { return ({
7423
7394
  number: factories.string(),
7424
7395
  amount: factories['io.flow.common.v0.models.price'](),
@@ -7426,12 +7397,6 @@ var factories = {
7426
7397
  type: factories['io.flow.internal.v0.enums.aldo_item_type'](),
7427
7398
  added_on: factories.date_iso_8601(),
7428
7399
  }); },
7429
- 'io.flow.internal.v0.models.aldo_item_upserted': function () { return ({
7430
- discriminator: 'aldo_item_upserted',
7431
- event_id: factories.string(),
7432
- timestamp: factories.date_time_iso_8601(),
7433
- item: factories['io.flow.internal.v0.models.aldo_item'](),
7434
- }); },
7435
7400
  'io.flow.internal.v0.models.alert_error_summary': function () { return ({
7436
7401
  event_id: factories.long(),
7437
7402
  error: factories.string(),
@@ -7473,6 +7438,21 @@ var factories = {
7473
7438
  name: factories.string(),
7474
7439
  labels: objectOf(function () { return arrayOf(function () { return factories.string(); }); }),
7475
7440
  }); },
7441
+ 'io.flow.internal.v0.models.ansh_item': function () { return ({
7442
+ id: factories.string(),
7443
+ number: factories.string(),
7444
+ amount: factories['io.flow.common.v0.models.price'](),
7445
+ description: factories.string(),
7446
+ type: factories['io.flow.internal.v0.enums.ansh_item_type'](),
7447
+ added_on: factories.date_iso_8601(),
7448
+ }); },
7449
+ 'io.flow.internal.v0.models.ansh_item_form': function () { return ({
7450
+ number: factories.string(),
7451
+ amount: factories['io.flow.common.v0.models.price'](),
7452
+ description: factories.string(),
7453
+ type: factories['io.flow.internal.v0.enums.ansh_item_type'](),
7454
+ added_on: factories.date_iso_8601(),
7455
+ }); },
7476
7456
  'io.flow.internal.v0.models.apm_content': function () { return ({
7477
7457
  processor_description: factories['io.flow.internal.v0.unions.content_item'](),
7478
7458
  }); },
@@ -10143,6 +10123,8 @@ var factories = {
10143
10123
  raw_carrier_event_code: factories.string(),
10144
10124
  aggregator_status_code: factories.string(),
10145
10125
  created_at: factories.date_time_iso_8601(),
10126
+ source: factories['io.flow.internal.v0.enums.label_event_source'](),
10127
+ medium: factories['io.flow.internal.v0.enums.label_event_medium'](),
10146
10128
  }); },
10147
10129
  'io.flow.internal.v0.models.external_fulfillment_proof': function () { return ({
10148
10130
  id: factories.string(),
@@ -10272,28 +10254,6 @@ var factories = {
10272
10254
  value: factories['io.flow.common.v0.models.price'](),
10273
10255
  description: factories.string(),
10274
10256
  }); },
10275
- 'io.flow.internal.v0.models.feed_deleted': function () { return ({
10276
- discriminator: 'feed_deleted',
10277
- event_id: factories.string(),
10278
- timestamp: factories.date_time_iso_8601(),
10279
- organization_id: factories.string(),
10280
- feed: factories['io.flow.internal.v0.models.marketing_gateway_feed'](),
10281
- }); },
10282
- 'io.flow.internal.v0.models.feed_upserted': function () { return ({
10283
- discriminator: 'feed_upserted',
10284
- event_id: factories.string(),
10285
- timestamp: factories.date_time_iso_8601(),
10286
- organization_id: factories.string(),
10287
- feed: factories['io.flow.internal.v0.models.marketing_gateway_feed'](),
10288
- }); },
10289
- 'io.flow.internal.v0.models.feeds_export': function () { return ({
10290
- discriminator: 'feeds_export',
10291
- event_id: factories.string(),
10292
- timestamp: factories.date_time_iso_8601(),
10293
- organization: factories.string(),
10294
- export_id: factories.string(),
10295
- feed_ids: arrayOf(function () { return factories.string(); }),
10296
- }); },
10297
10257
  'io.flow.internal.v0.models.fees': function () { return ({
10298
10258
  processing: factories['io.flow.internal.v0.models.fee'](),
10299
10259
  rate_lock: factories['io.flow.internal.v0.models.fee'](),
@@ -10979,6 +10939,19 @@ var factories = {
10979
10939
  local: factories['io.flow.common.v0.models.money'](),
10980
10940
  transaction_created_at: factories.date_time_iso_8601(),
10981
10941
  }); },
10942
+ 'io.flow.internal.v0.models.ge_revenue_share_transaction': function () { return ({
10943
+ discriminator: 'ge_revenue_share_transaction',
10944
+ order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
10945
+ ge_revenue_share: factories['io.flow.internal.v0.models.fee'](),
10946
+ id: factories.string(),
10947
+ type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
10948
+ status: factories['io.flow.internal.v0.enums.billing_transaction_status'](),
10949
+ posted_at: factories.date_time_iso_8601(),
10950
+ value: factories['io.flow.common.v0.models.price'](),
10951
+ description: factories.string(),
10952
+ statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
10953
+ created_at: factories.date_time_iso_8601(),
10954
+ }); },
10982
10955
  'io.flow.internal.v0.models.generate_load_multiple_orgs': function () { return ({
10983
10956
  discriminator: 'generate_load_multiple_orgs',
10984
10957
  organization_ids: arrayOf(function () { return factories.string(); }),
@@ -11082,18 +11055,6 @@ var factories = {
11082
11055
  hs6_code: factories.string(),
11083
11056
  hs6_description: factories.string(),
11084
11057
  }); },
11085
- 'io.flow.internal.v0.models.harmonization_item_classification_deleted': function () { return ({
11086
- discriminator: 'harmonization_item_classification_deleted',
11087
- event_id: factories.string(),
11088
- timestamp: factories.date_time_iso_8601(),
11089
- harmonization_item_classification: factories['io.flow.internal.v0.models.harmonization_item_classification'](),
11090
- }); },
11091
- 'io.flow.internal.v0.models.harmonization_item_classification_upserted': function () { return ({
11092
- discriminator: 'harmonization_item_classification_upserted',
11093
- event_id: factories.string(),
11094
- timestamp: factories.date_time_iso_8601(),
11095
- harmonization_item_classification: factories['io.flow.internal.v0.models.harmonization_item_classification'](),
11096
- }); },
11097
11058
  'io.flow.internal.v0.models.harmonization_item_summary': function () { return ({
11098
11059
  number: factories.string(),
11099
11060
  product_id: factories.string(),
@@ -12003,20 +11964,6 @@ var factories = {
12003
11964
  schema_key: factories.string(),
12004
11965
  source_localization_id: factories.string(),
12005
11966
  }); },
12006
- 'io.flow.internal.v0.models.localized_item_deleted': function () { return ({
12007
- discriminator: 'localized_item_deleted',
12008
- event_id: factories.string(),
12009
- timestamp: factories.date_time_iso_8601(),
12010
- organization: factories.string(),
12011
- number: factories.string(),
12012
- }); },
12013
- 'io.flow.internal.v0.models.localized_item_deleted_v2': function () { return ({
12014
- discriminator: 'localized_item_deleted_v2',
12015
- event_id: factories.string(),
12016
- timestamp: factories.date_time_iso_8601(),
12017
- organization: factories.string(),
12018
- id: factories.string(),
12019
- }); },
12020
11967
  'io.flow.internal.v0.models.localized_item_prices_export_request': function () { return ({
12021
11968
  discriminator: 'localized_item_prices_export_request',
12022
11969
  event_id: factories.string(),
@@ -12025,39 +11972,11 @@ var factories = {
12025
11972
  export_id: factories.string(),
12026
11973
  since: factories.date_time_iso_8601(),
12027
11974
  }); },
12028
- 'io.flow.internal.v0.models.localized_item_snapshot': function () { return ({
12029
- discriminator: 'localized_item_snapshot',
12030
- event_id: factories.string(),
12031
- timestamp: factories.date_time_iso_8601(),
12032
- organization: factories.string(),
12033
- subcatalog_id: factories.string(),
12034
- url: factories.string(),
12035
- }); },
12036
- 'io.flow.internal.v0.models.localized_item_upserted_v2': function () { return ({
12037
- discriminator: 'localized_item_upserted_v2',
12038
- event_id: factories.string(),
12039
- timestamp: factories.date_time_iso_8601(),
12040
- organization: factories.string(),
12041
- id: factories.string(),
12042
- item: factories['io.flow.catalog.v0.models.item'](),
12043
- item_schedule: factories['io.flow.price.v0.models.price_book_item_schedule'](),
12044
- }); },
12045
11975
  'io.flow.internal.v0.models.localized_items_export_settings': function () { return ({
12046
11976
  content_type: factories['io.flow.internal.v0.enums.export_content_type'](),
12047
11977
  full_export_schedule: factories['io.flow.internal.v0.unions.export_schedule'](),
12048
11978
  delta_export_schedule: factories['io.flow.internal.v0.unions.export_schedule'](),
12049
11979
  }); },
12050
- 'io.flow.internal.v0.models.localized_price_book_item': function () { return ({
12051
- id: factories.string(),
12052
- item_id: factories.string(),
12053
- item_number: factories.string(),
12054
- attributes: objectOf(function () { return factories.string(); }),
12055
- local: factories['io.flow.catalog.v0.models.local'](),
12056
- price_book_item_id: factories.string(),
12057
- price_book_key: factories.string(),
12058
- price_book_item_price: factories['io.flow.common.v0.models.price'](),
12059
- schedule: factories['io.flow.price.v0.models.price_book_item_schedule'](),
12060
- }); },
12061
11980
  'io.flow.internal.v0.models.localized_price_book_item_data': function () { return ({
12062
11981
  organization: factories['io.flow.common.v0.models.organization_reference'](),
12063
11982
  experience: factories['io.flow.common.v0.models.experience_summary'](),
@@ -12069,20 +11988,6 @@ var factories = {
12069
11988
  price_start_date: factories.date_time_iso_8601(),
12070
11989
  price_end_date: factories.date_time_iso_8601(),
12071
11990
  }); },
12072
- 'io.flow.internal.v0.models.localized_price_book_item_deleted': function () { return ({
12073
- discriminator: 'localized_price_book_item_deleted',
12074
- event_id: factories.string(),
12075
- timestamp: factories.date_time_iso_8601(),
12076
- organization: factories.string(),
12077
- id: factories.string(),
12078
- }); },
12079
- 'io.flow.internal.v0.models.localized_price_book_item_upserted': function () { return ({
12080
- discriminator: 'localized_price_book_item_upserted',
12081
- event_id: factories.string(),
12082
- timestamp: factories.date_time_iso_8601(),
12083
- organization: factories.string(),
12084
- item: factories['io.flow.internal.v0.models.localized_price_book_item'](),
12085
- }); },
12086
11991
  'io.flow.internal.v0.models.location': function () { return ({
12087
11992
  type: factories['io.flow.internal.v0.enums.content_type'](),
12088
11993
  url: factories.string(),
@@ -12158,6 +12063,7 @@ var factories = {
12158
12063
  type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
12159
12064
  value: factories['io.flow.common.v0.models.price'](),
12160
12065
  status: factories['io.flow.internal.v0.enums.billing_transaction_status'](),
12066
+ paid_at: factories.date_time_iso_8601(),
12161
12067
  posted_at: factories.date_time_iso_8601(),
12162
12068
  statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
12163
12069
  created_at: factories.date_time_iso_8601(),
@@ -12247,224 +12153,6 @@ var factories = {
12247
12153
  products: factories.boolean(),
12248
12154
  shipping: factories.boolean(),
12249
12155
  }); },
12250
- 'io.flow.internal.v0.models.marketing_gateway_channel': function () { return ({
12251
- id: factories.string(),
12252
- platform: factories['io.flow.internal.v0.enums.marketing_gateway_platform'](),
12253
- integration_type: factories['io.flow.internal.v0.enums.marketing_gateway_channel_integration_type'](),
12254
- status: factories['io.flow.internal.v0.enums.marketing_gateway_channel_status'](),
12255
- details: factories['io.flow.internal.v0.unions.marketing_gateway_channel_details'](),
12256
- error: factories['io.flow.internal.v0.models.marketing_gateway_error'](),
12257
- }); },
12258
- 'io.flow.internal.v0.models.marketing_gateway_channel_connection_form': function () { return ({
12259
- default_feed_source: factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](),
12260
- }); },
12261
- 'io.flow.internal.v0.models.marketing_gateway_channel_form': function () { return ({
12262
- platform: factories['io.flow.internal.v0.enums.marketing_gateway_platform'](),
12263
- account_id: factories.long(),
12264
- }); },
12265
- 'io.flow.internal.v0.models.marketing_gateway_channel_source_summary': function () { return ({
12266
- channel: factories['io.flow.internal.v0.enums.marketing_gateway_platform'](),
12267
- platform: factories['io.flow.internal.v0.enums.marketing_gateway_platform'](),
12268
- source: factories['io.flow.internal.v0.unions.marketing_gateway_source_summary'](),
12269
- }); },
12270
- 'io.flow.internal.v0.models.marketing_gateway_distribution_channel_facebook': function () { return ({
12271
- discriminator: 'marketing_gateway_distribution_channel_facebook',
12272
- catalog_id: factories.long(),
12273
- }); },
12274
- 'io.flow.internal.v0.models.marketing_gateway_distribution_channel_google': function () { return ({
12275
- discriminator: 'marketing_gateway_distribution_channel_google',
12276
- account_id: factories.long(),
12277
- }); },
12278
- 'io.flow.internal.v0.models.marketing_gateway_error': function () { return ({
12279
- code: factories['io.flow.internal.v0.enums.marketing_gateway_error_code'](),
12280
- messages: arrayOf(function () { return factories.string(); }),
12281
- }); },
12282
- 'io.flow.internal.v0.models.marketing_gateway_facebook_business': function () { return ({
12283
- business_id: factories.long(),
12284
- name: factories.string(),
12285
- }); },
12286
- 'io.flow.internal.v0.models.marketing_gateway_facebook_business_summary': function () { return ({
12287
- business_id: factories.long(),
12288
- name: factories.string(),
12289
- }); },
12290
- 'io.flow.internal.v0.models.marketing_gateway_facebook_catalog_form': function () { return ({
12291
- catalog_id: factories.long(),
12292
- }); },
12293
- 'io.flow.internal.v0.models.marketing_gateway_facebook_catalog_summary': function () { return ({
12294
- catalog_id: factories.long(),
12295
- name: factories.string(),
12296
- item_count: factories.long(),
12297
- }); },
12298
- 'io.flow.internal.v0.models.marketing_gateway_facebook_channel_details': function () { return ({
12299
- discriminator: 'marketing_gateway_facebook_channel_details',
12300
- catalog_id: factories.long(),
12301
- catalog_name: factories.string(),
12302
- business_name: factories.string(),
12303
- datasources: arrayOf(function () { return factories['io.flow.internal.v0.models.marketing_gateway_product_datasource_summary'](); }),
12304
- localized_feed_count: factories.integer(),
12305
- connected_at: factories.date_time_iso_8601(),
12306
- token_summary: factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection_access_token_summary'](),
12307
- }); },
12308
- 'io.flow.internal.v0.models.marketing_gateway_facebook_connection': function () { return ({
12309
- organization_id: factories.string(),
12310
- businesses: arrayOf(function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_business_summary'](); }),
12311
- }); },
12312
- 'io.flow.internal.v0.models.marketing_gateway_facebook_connection_access_token_summary': function () { return ({
12313
- catalog_id: factories.long(),
12314
- created_at: factories.long(),
12315
- expires_at: factories.long(),
12316
- user_id: factories.string(),
12317
- user_email: factories.string(),
12318
- token_status: factories['io.flow.internal.v0.enums.marketing_gateway_facebook_token_status'](),
12319
- }); },
12320
- 'io.flow.internal.v0.models.marketing_gateway_facebook_connection_deauth': function () { return ({
12321
- user_id: factories.long(),
12322
- }); },
12323
- 'io.flow.internal.v0.models.marketing_gateway_facebook_connection_form': function () { return ({
12324
- access_token: factories.string(),
12325
- }); },
12326
- 'io.flow.internal.v0.models.marketing_gateway_facebook_source_summary': function () { return ({
12327
- discriminator: 'marketing_gateway_facebook_source_summary',
12328
- catalog_id: factories.long(),
12329
- catalog_name: factories.string(),
12330
- business_name: factories.string(),
12331
- country: factories.string(),
12332
- product_count: factories.integer(),
12333
- }); },
12334
- 'io.flow.internal.v0.models.marketing_gateway_feed': function () { return ({
12335
- id: factories.string(),
12336
- organization: factories['io.flow.common.v0.models.organization_summary'](),
12337
- experience: factories['io.flow.common.v0.models.experience_summary'](),
12338
- schema: factories['io.flow.internal.v0.models.marketing_gateway_schema_summary'](),
12339
- filter: factories['io.flow.internal.v0.models.marketing_gateway_filter_summary'](),
12340
- country: factories.string(),
12341
- currency: factories.string(),
12342
- language: factories.string(),
12343
- feed_source: factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](),
12344
- feed_state: factories['io.flow.internal.v0.enums.marketing_gateway_feed_state'](),
12345
- tsv_download_url: factories.string(),
12346
- tsv_channel_download_url: factories.string(),
12347
- created_at: factories.date_time_iso_8601(),
12348
- updated_at: factories.date_time_iso_8601(),
12349
- item_count: factories.long(),
12350
- platform_feed_id: factories.string(),
12351
- }); },
12352
- 'io.flow.internal.v0.models.marketing_gateway_feed_export_form': function () { return ({
12353
- feed_ids: arrayOf(function () { return factories.string(); }),
12354
- emails: arrayOf(function () { return factories.string(); }),
12355
- }); },
12356
- 'io.flow.internal.v0.models.marketing_gateway_feed_form': function () { return ({
12357
- schema_id: factories.string(),
12358
- filter_id: factories.string(),
12359
- country: factories.string(),
12360
- currency: factories.string(),
12361
- language: factories.string(),
12362
- feed_source: factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](),
12363
- distribution_channel: factories['io.flow.internal.v0.unions.marketing_gateway_distribution_channel'](),
12364
- }); },
12365
- 'io.flow.internal.v0.models.marketing_gateway_feed_form_request': function () { return ({
12366
- feed_source: factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](),
12367
- channel_id: factories.string(),
12368
- schema_compatibility: factories['io.flow.internal.v0.enums.marketing_gateway_schema_compatibility'](),
12369
- }); },
12370
- 'io.flow.internal.v0.models.marketing_gateway_feed_source_facebook': function () { return ({
12371
- discriminator: 'marketing_gateway_feed_source_facebook',
12372
- catalog_id: factories.long(),
12373
- feed_id: factories.long(),
12374
- name: factories.string(),
12375
- country: factories.string(),
12376
- currency: factories.string(),
12377
- language: factories.string(),
12378
- item_count: factories.integer(),
12379
- last_uploaded_at: factories.date_time_iso_8601(),
12380
- feed_status: factories['io.flow.internal.v0.enums.marketing_gateway_feed_state'](),
12381
- }); },
12382
- 'io.flow.internal.v0.models.marketing_gateway_feed_source_google': function () { return ({
12383
- discriminator: 'marketing_gateway_feed_source_google',
12384
- account_id: factories.long(),
12385
- name: factories.string(),
12386
- country: factories.string(),
12387
- currency: factories.string(),
12388
- language: factories.string(),
12389
- item_count: factories.integer(),
12390
- last_uploaded_at: factories.date_time_iso_8601(),
12391
- }); },
12392
- 'io.flow.internal.v0.models.marketing_gateway_filter_summary': function () { return ({
12393
- id: factories.string(),
12394
- name: factories.string(),
12395
- }); },
12396
- 'io.flow.internal.v0.models.marketing_gateway_flow_source_summary': function () { return ({
12397
- discriminator: 'marketing_gateway_flow_source_summary',
12398
- item_count: factories.integer(),
12399
- }); },
12400
- 'io.flow.internal.v0.models.marketing_gateway_google_account_form': function () { return ({
12401
- account_id: factories.long(),
12402
- }); },
12403
- 'io.flow.internal.v0.models.marketing_gateway_google_account_summary': function () { return ({
12404
- account_id: factories.long(),
12405
- id: factories.string(),
12406
- name: factories.string(),
12407
- website_url: factories.string(),
12408
- domestic_feeds_count: factories.long(),
12409
- }); },
12410
- 'io.flow.internal.v0.models.marketing_gateway_google_channel_details': function () { return ({
12411
- discriminator: 'marketing_gateway_google_channel_details',
12412
- account_id: factories.long(),
12413
- account_name: factories.string(),
12414
- datasources: arrayOf(function () { return factories['io.flow.internal.v0.models.marketing_gateway_product_datasource_summary'](); }),
12415
- localized_feed_count: factories.integer(),
12416
- connected_at: factories.date_time_iso_8601(),
12417
- }); },
12418
- 'io.flow.internal.v0.models.marketing_gateway_google_connection': function () { return ({
12419
- status: factories['io.flow.internal.v0.enums.marketing_gateway_account_connection_status'](),
12420
- accounts: arrayOf(function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_account_summary'](); }),
12421
- }); },
12422
- 'io.flow.internal.v0.models.marketing_gateway_google_connection_form': function () { return ({
12423
- access_token: factories.string(),
12424
- refresh_token: factories.string(),
12425
- }); },
12426
- 'io.flow.internal.v0.models.marketing_gateway_google_item': function () { return ({
12427
- discriminator: 'marketing_gateway_google_item',
12428
- id: factories.string(),
12429
- title: factories.string(),
12430
- image_link: factories.string(),
12431
- brand: factories.string(),
12432
- google_product_category: factories.string(),
12433
- link: factories.string(),
12434
- price: factories.string(),
12435
- sale_price: factories.string(),
12436
- shipping_price: factories.string(),
12437
- }); },
12438
- 'io.flow.internal.v0.models.marketing_gateway_google_source_summary': function () { return ({
12439
- discriminator: 'marketing_gateway_google_source_summary',
12440
- account_id: factories.long(),
12441
- countries: arrayOf(function () { return factories.string(); }),
12442
- product_count: factories.integer(),
12443
- }); },
12444
- 'io.flow.internal.v0.models.marketing_gateway_localized_item': function () { return ({
12445
- source: factories['io.flow.internal.v0.unions.marketing_gateway_item'](),
12446
- localized: factories['io.flow.internal.v0.unions.marketing_gateway_item'](),
12447
- }); },
12448
- 'io.flow.internal.v0.models.marketing_gateway_new_channel_request_form': function () { return ({
12449
- requested_by_user_id: factories.string(),
12450
- channel_name: factories.string(),
12451
- }); },
12452
- 'io.flow.internal.v0.models.marketing_gateway_product_datasource_summary': function () { return ({
12453
- name: factories.string(),
12454
- country: factories.string(),
12455
- product_count: factories.integer(),
12456
- }); },
12457
- 'io.flow.internal.v0.models.marketing_gateway_schema_summary': function () { return ({
12458
- id: factories.string(),
12459
- name: factories.string(),
12460
- schema_compatibility: factories['io.flow.internal.v0.enums.marketing_gateway_schema_compatibility'](),
12461
- }); },
12462
- 'io.flow.internal.v0.models.marketing_gateway_supported_channel_details': function () { return ({
12463
- discriminator: 'marketing_gateway_supported_channel_details',
12464
- datasources: arrayOf(function () { return factories['io.flow.internal.v0.models.marketing_gateway_product_datasource_summary'](); }),
12465
- localized_feed_count: factories.integer(),
12466
- connected_at: factories.date_time_iso_8601(),
12467
- }); },
12468
12156
  'io.flow.internal.v0.models.markets_order': function () { return ({
12469
12157
  shopify_order: factories['io.flow.shopify.markets.v0.models.shopify_order'](),
12470
12158
  flow_authorization: factories['io.flow.payment.v0.unions.authorization'](),
@@ -12629,6 +12317,19 @@ var factories = {
12629
12317
  bank_account: factories['io.flow.internal.v0.models.report_bank_account'](),
12630
12318
  account: factories['io.flow.internal.v0.models.report_account'](),
12631
12319
  }); },
12320
+ 'io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction': function () { return ({
12321
+ discriminator: 'non_l4l_tax_duty_fx_transaction',
12322
+ order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
12323
+ fx: factories['io.flow.internal.v0.models.fee'](),
12324
+ id: factories.string(),
12325
+ type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
12326
+ status: factories['io.flow.internal.v0.enums.billing_transaction_status'](),
12327
+ posted_at: factories.date_time_iso_8601(),
12328
+ value: factories['io.flow.common.v0.models.price'](),
12329
+ description: factories.string(),
12330
+ statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
12331
+ created_at: factories.date_time_iso_8601(),
12332
+ }); },
12632
12333
  'io.flow.internal.v0.models.notification': function () { return ({
12633
12334
  order: factories['io.flow.internal.v0.models.decision'](),
12634
12335
  }); },
@@ -13696,6 +13397,16 @@ var factories = {
13696
13397
  id: factories.string(),
13697
13398
  merchant: factories['io.flow.internal.v0.unions.processor_merchant'](),
13698
13399
  }); },
13400
+ 'io.flow.internal.v0.models.payment_short_url': function () { return ({
13401
+ id: factories.string(),
13402
+ key: factories.string(),
13403
+ original_url: factories.string(),
13404
+ organization_id: factories.string(),
13405
+ discriminator: factories['io.flow.internal.v0.enums.payment_short_url_discriminator'](),
13406
+ created_at: factories.date_time_iso_8601(),
13407
+ updated_at: factories.date_time_iso_8601(),
13408
+ expires_at: factories.date_time_iso_8601(),
13409
+ }); },
13699
13410
  'io.flow.internal.v0.models.payment_summary': function () { return ({
13700
13411
  psp: factories.decimal(),
13701
13412
  credit: factories.decimal(),
@@ -15140,6 +14851,37 @@ var factories = {
15140
14851
  decision: factories['io.flow.internal.v0.enums.restriction_decision'](),
15141
14852
  product_id: factories.string(),
15142
14853
  }); },
14854
+ 'io.flow.internal.v0.models.restriction_rule_deleted': function () { return ({
14855
+ discriminator: 'restriction_rule_deleted',
14856
+ event_id: factories.string(),
14857
+ timestamp: factories.date_time_iso_8601(),
14858
+ id: factories.string(),
14859
+ }); },
14860
+ 'io.flow.internal.v0.models.restriction_rule_effect': function () { return ({
14861
+ id: factories.string(),
14862
+ rule_id: factories.string(),
14863
+ effect: factories['io.flow.sellability.v0.enums.rule_effect_type'](),
14864
+ regions: arrayOf(function () { return factories.string(); }),
14865
+ description: factories.string(),
14866
+ }); },
14867
+ 'io.flow.internal.v0.models.restriction_rule_effect_deleted': function () { return ({
14868
+ discriminator: 'restriction_rule_effect_deleted',
14869
+ event_id: factories.string(),
14870
+ timestamp: factories.date_time_iso_8601(),
14871
+ id: factories.string(),
14872
+ }); },
14873
+ 'io.flow.internal.v0.models.restriction_rule_effect_form': function () { return ({
14874
+ rule_id: factories.string(),
14875
+ effect: factories['io.flow.sellability.v0.enums.rule_effect_type'](),
14876
+ regions: arrayOf(function () { return factories.string(); }),
14877
+ description: factories.string(),
14878
+ }); },
14879
+ 'io.flow.internal.v0.models.restriction_rule_effect_upserted': function () { return ({
14880
+ discriminator: 'restriction_rule_effect_upserted',
14881
+ event_id: factories.string(),
14882
+ timestamp: factories.date_time_iso_8601(),
14883
+ restriction_rule_effect: factories['io.flow.internal.v0.models.restriction_rule_effect'](),
14884
+ }); },
15143
14885
  'io.flow.internal.v0.models.restriction_rule_form': function () { return ({
15144
14886
  name: factories.string(),
15145
14887
  description: factories.string(),
@@ -15166,6 +14908,12 @@ var factories = {
15166
14908
  name: factories.string(),
15167
14909
  description: factories.string(),
15168
14910
  }); },
14911
+ 'io.flow.internal.v0.models.restriction_rule_upserted': function () { return ({
14912
+ discriminator: 'restriction_rule_upserted',
14913
+ event_id: factories.string(),
14914
+ timestamp: factories.date_time_iso_8601(),
14915
+ restriction_rule: factories['io.flow.internal.v0.models.restriction_rule'](),
14916
+ }); },
15169
14917
  'io.flow.internal.v0.models.restriction_status_metadata': function () { return ({
15170
14918
  status: factories['io.flow.internal.v0.enums.restriction_status'](),
15171
14919
  count: factories.long(),
@@ -15572,6 +15320,60 @@ var factories = {
15572
15320
  organization: factories.string(),
15573
15321
  data: factories['io.flow.internal.v0.models.shopify_incoterm_summary_error_data'](),
15574
15322
  }); },
15323
+ 'io.flow.internal.v0.models.shopify_inventory_item_create_deleted': function () { return ({
15324
+ discriminator: 'shopify_inventory_item_create_deleted',
15325
+ event_id: factories.string(),
15326
+ timestamp: factories.date_time_iso_8601(),
15327
+ organization: factories.string(),
15328
+ id: factories.string(),
15329
+ }); },
15330
+ 'io.flow.internal.v0.models.shopify_inventory_item_create_upserted': function () { return ({
15331
+ discriminator: 'shopify_inventory_item_create_upserted',
15332
+ event_id: factories.string(),
15333
+ timestamp: factories.date_time_iso_8601(),
15334
+ organization: factories.string(),
15335
+ shopify_inventory_item_create: factories['io.flow.internal.v0.models.shopify_inventory_item_create_webhook_event'](),
15336
+ }); },
15337
+ 'io.flow.internal.v0.models.shopify_inventory_item_create_webhook_event': function () { return ({
15338
+ id: factories.string(),
15339
+ inventory_item: factories['io.flow.shopify.markets.v0.models.shopify_inventory_item'](),
15340
+ }); },
15341
+ 'io.flow.internal.v0.models.shopify_inventory_item_delete_deleted': function () { return ({
15342
+ discriminator: 'shopify_inventory_item_delete_deleted',
15343
+ event_id: factories.string(),
15344
+ timestamp: factories.date_time_iso_8601(),
15345
+ organization: factories.string(),
15346
+ id: factories.string(),
15347
+ }); },
15348
+ 'io.flow.internal.v0.models.shopify_inventory_item_delete_upserted': function () { return ({
15349
+ discriminator: 'shopify_inventory_item_delete_upserted',
15350
+ event_id: factories.string(),
15351
+ timestamp: factories.date_time_iso_8601(),
15352
+ organization: factories.string(),
15353
+ shopify_inventory_item_delete: factories['io.flow.internal.v0.models.shopify_inventory_item_delete_webhook_event'](),
15354
+ }); },
15355
+ 'io.flow.internal.v0.models.shopify_inventory_item_delete_webhook_event': function () { return ({
15356
+ id: factories.string(),
15357
+ inventory_item_delete: factories['io.flow.shopify.external.v0.models.shopify_inventory_item_delete'](),
15358
+ }); },
15359
+ 'io.flow.internal.v0.models.shopify_inventory_item_update_deleted': function () { return ({
15360
+ discriminator: 'shopify_inventory_item_update_deleted',
15361
+ event_id: factories.string(),
15362
+ timestamp: factories.date_time_iso_8601(),
15363
+ organization: factories.string(),
15364
+ id: factories.string(),
15365
+ }); },
15366
+ 'io.flow.internal.v0.models.shopify_inventory_item_update_upserted': function () { return ({
15367
+ discriminator: 'shopify_inventory_item_update_upserted',
15368
+ event_id: factories.string(),
15369
+ timestamp: factories.date_time_iso_8601(),
15370
+ organization: factories.string(),
15371
+ shopify_inventory_item_update: factories['io.flow.internal.v0.models.shopify_inventory_item_update_webhook_event'](),
15372
+ }); },
15373
+ 'io.flow.internal.v0.models.shopify_inventory_item_update_webhook_event': function () { return ({
15374
+ id: factories.string(),
15375
+ inventory_item: factories['io.flow.shopify.markets.v0.models.shopify_inventory_item'](),
15376
+ }); },
15575
15377
  'io.flow.internal.v0.models.shopify_markets_best_selling_product': function () { return ({
15576
15378
  id: factories.string(),
15577
15379
  }); },
@@ -15916,6 +15718,62 @@ var factories = {
15916
15718
  organization: factories.string(),
15917
15719
  shopify_product_bundle: factories['io.flow.internal.v0.models.shopify_product_bundle'](),
15918
15720
  }); },
15721
+ 'io.flow.internal.v0.models.shopify_product_create_deleted': function () { return ({
15722
+ discriminator: 'shopify_product_create_deleted',
15723
+ event_id: factories.string(),
15724
+ timestamp: factories.date_time_iso_8601(),
15725
+ organization: factories.string(),
15726
+ id: factories.string(),
15727
+ }); },
15728
+ 'io.flow.internal.v0.models.shopify_product_create_upserted': function () { return ({
15729
+ discriminator: 'shopify_product_create_upserted',
15730
+ event_id: factories.string(),
15731
+ timestamp: factories.date_time_iso_8601(),
15732
+ organization: factories.string(),
15733
+ shopify_product_create: factories['io.flow.internal.v0.models.shopify_product_create_webhook_event'](),
15734
+ }); },
15735
+ 'io.flow.internal.v0.models.shopify_product_create_webhook_event': function () { return ({
15736
+ id: factories.string(),
15737
+ product: factories['io.flow.shopify.external.v0.models.product'](),
15738
+ }); },
15739
+ 'io.flow.internal.v0.models.shopify_product_delete_deleted': function () { return ({
15740
+ discriminator: 'shopify_product_delete_deleted',
15741
+ event_id: factories.string(),
15742
+ timestamp: factories.date_time_iso_8601(),
15743
+ organization: factories.string(),
15744
+ id: factories.string(),
15745
+ }); },
15746
+ 'io.flow.internal.v0.models.shopify_product_delete_upserted': function () { return ({
15747
+ discriminator: 'shopify_product_delete_upserted',
15748
+ event_id: factories.string(),
15749
+ timestamp: factories.date_time_iso_8601(),
15750
+ organization: factories.string(),
15751
+ shopify_product_delete: factories['io.flow.internal.v0.models.shopify_product_delete_webhook_event'](),
15752
+ }); },
15753
+ 'io.flow.internal.v0.models.shopify_product_delete_webhook_event': function () { return ({
15754
+ id: factories.string(),
15755
+ product_delete: factories['io.flow.shopify.external.v0.models.product_delete'](),
15756
+ }); },
15757
+ 'io.flow.internal.v0.models.shopify_product_update_deleted': function () { return ({
15758
+ discriminator: 'shopify_product_update_deleted',
15759
+ event_id: factories.string(),
15760
+ timestamp: factories.date_time_iso_8601(),
15761
+ organization: factories.string(),
15762
+ id: factories.string(),
15763
+ }); },
15764
+ 'io.flow.internal.v0.models.shopify_product_update_upserted': function () { return ({
15765
+ discriminator: 'shopify_product_update_upserted',
15766
+ event_id: factories.string(),
15767
+ timestamp: factories.date_time_iso_8601(),
15768
+ organization: factories.string(),
15769
+ shopify_product_update: factories['io.flow.internal.v0.models.shopify_product_update_webhook_event'](),
15770
+ }); },
15771
+ 'io.flow.internal.v0.models.shopify_product_update_webhook_event': function () { return ({
15772
+ id: factories.string(),
15773
+ product: factories['io.flow.shopify.external.v0.models.product'](),
15774
+ domain: factories.string(),
15775
+ api_version: factories.string(),
15776
+ }); },
15919
15777
  'io.flow.internal.v0.models.shopify_product_wrapper': function () { return ({
15920
15778
  shopify_product: factories['io.flow.shopify.external.v0.models.product'](),
15921
15779
  deleted_at: factories.date_time_iso_8601(),
@@ -16019,6 +15877,10 @@ var factories = {
16019
15877
  shopify_domain: factories.string(),
16020
15878
  shop_id: factories.string(),
16021
15879
  }); },
15880
+ 'io.flow.internal.v0.models.shopify_stripe_event': function () { return ({
15881
+ id: factories.string(),
15882
+ request: factories.object(),
15883
+ }); },
16022
15884
  'io.flow.internal.v0.models.shopify_webhook': function () { return ({
16023
15885
  id: factories.string(),
16024
15886
  shop_id: factories.string(),
@@ -16500,13 +16362,6 @@ var factories = {
16500
16362
  tariff_code: factories.string(),
16501
16363
  duties: objectOf(function () { return factories['io.flow.internal.v0.models.duties'](); }),
16502
16364
  }); },
16503
- 'io.flow.internal.v0.models.tariff_codes_export': function () { return ({
16504
- discriminator: 'tariff_codes_export',
16505
- event_id: factories.string(),
16506
- timestamp: factories.date_time_iso_8601(),
16507
- organization: factories.string(),
16508
- export_id: factories.string(),
16509
- }); },
16510
16365
  'io.flow.internal.v0.models.tariff_eligibility': function () { return ({
16511
16366
  id: factories.string(),
16512
16367
  data: factories['io.flow.internal.v0.unions.tariff_eligibility_data'](),
@@ -16593,6 +16448,35 @@ var factories = {
16593
16448
  description: factories.string(),
16594
16449
  category_code: factories.string(),
16595
16450
  }); },
16451
+ 'io.flow.internal.v0.models.tax_duty_delta_metadata_actual': function () { return ({
16452
+ processing: factories['io.flow.internal.v0.models.tax_duty_delta_metadata_actual_processing'](),
16453
+ }); },
16454
+ 'io.flow.internal.v0.models.tax_duty_delta_metadata_actual_processing': function () { return ({
16455
+ capture: factories['io.flow.common.v0.models.money'](),
16456
+ fees: factories['io.flow.common.v0.models.money'](),
16457
+ transfer: factories['io.flow.common.v0.models.money'](),
16458
+ total: factories['io.flow.common.v0.models.money'](),
16459
+ }); },
16460
+ 'io.flow.internal.v0.models.tax_duty_delta_metadata_expected': function () { return ({
16461
+ processing: factories['io.flow.internal.v0.models.tax_duty_delta_metadata_expected_processing'](),
16462
+ }); },
16463
+ 'io.flow.internal.v0.models.tax_duty_delta_metadata_expected_processing': function () { return ({
16464
+ tax: factories['io.flow.common.v0.models.money'](),
16465
+ duty: factories['io.flow.common.v0.models.money'](),
16466
+ total: factories['io.flow.common.v0.models.money'](),
16467
+ }); },
16468
+ 'io.flow.internal.v0.models.tax_duty_delta_transaction': function () { return ({
16469
+ discriminator: 'tax_duty_delta_transaction',
16470
+ order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
16471
+ id: factories.string(),
16472
+ type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
16473
+ status: factories['io.flow.internal.v0.enums.billing_transaction_status'](),
16474
+ posted_at: factories.date_time_iso_8601(),
16475
+ value: factories['io.flow.common.v0.models.price'](),
16476
+ description: factories.string(),
16477
+ statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
16478
+ created_at: factories.date_time_iso_8601(),
16479
+ }); },
16596
16480
  'io.flow.internal.v0.models.tax_remittance_transaction': function () { return ({
16597
16481
  discriminator: 'tax_remittance_transaction',
16598
16482
  order: factories['io.flow.internal.v0.models.billing_order_summary'](),
@@ -17407,8 +17291,6 @@ var factories = {
17407
17291
  function () { return factories['io.flow.internal.v0.models.adyen_refund_upserted'](); },
17408
17292
  function () { return factories['io.flow.internal.v0.models.adyen_dispute_upserted'](); },
17409
17293
  function () { return factories['io.flow.internal.v0.models.adyen_dispute_deleted'](); },
17410
- function () { return factories['io.flow.internal.v0.models.aldo_item_upserted'](); },
17411
- function () { return factories['io.flow.internal.v0.models.aldo_item_deleted'](); },
17412
17294
  function () { return factories['io.flow.internal.v0.models.fulfillment_upserted'](); },
17413
17295
  function () { return factories['io.flow.internal.v0.models.fulfillment_deleted'](); },
17414
17296
  function () { return factories['io.flow.internal.v0.models.merchant_upserted'](); },
@@ -17573,7 +17455,6 @@ var factories = {
17573
17455
  function () { return factories['io.flow.internal.v0.models.harmonized_items_hs6_export'](); },
17574
17456
  function () { return factories['io.flow.internal.v0.models.unharmonized_items_export'](); },
17575
17457
  function () { return factories['io.flow.internal.v0.models.dutied_items_export'](); },
17576
- function () { return factories['io.flow.internal.v0.models.tariff_codes_export'](); },
17577
17458
  function () { return factories['io.flow.internal.v0.models.harmonization_phrase_suggestion_request_import'](); },
17578
17459
  function () { return factories['io.flow.internal.v0.models.harmonization_codes_import'](); },
17579
17460
  function () { return factories['io.flow.internal.v0.models.item_classification_created'](); },
@@ -17590,8 +17471,6 @@ var factories = {
17590
17471
  function () { return factories['io.flow.internal.v0.models.rate_freshness_summary_deleted'](); },
17591
17472
  function () { return factories['io.flow.internal.v0.models.item_harmonization_upserted'](); },
17592
17473
  function () { return factories['io.flow.internal.v0.models.item_harmonization_deleted'](); },
17593
- function () { return factories['io.flow.internal.v0.models.harmonization_item_classification_upserted'](); },
17594
- function () { return factories['io.flow.internal.v0.models.harmonization_item_classification_deleted'](); },
17595
17474
  function () { return factories['io.flow.internal.v0.models.harmonization_classification_statistics_published'](); },
17596
17475
  function () { return factories['io.flow.internal.v0.models.issuer_upserted'](); },
17597
17476
  function () { return factories['io.flow.internal.v0.models.issuer_deleted'](); },
@@ -17604,17 +17483,8 @@ var factories = {
17604
17483
  function () { return factories['io.flow.internal.v0.models.order_validation_deleted'](); },
17605
17484
  function () { return factories['io.flow.internal.v0.models.label_tracking_summary_upserted'](); },
17606
17485
  function () { return factories['io.flow.internal.v0.models.label_tracking_summary_deleted'](); },
17607
- function () { return factories['io.flow.internal.v0.models.localized_item_upserted_v2'](); },
17608
- function () { return factories['io.flow.internal.v0.models.localized_item_deleted'](); },
17609
- function () { return factories['io.flow.internal.v0.models.localized_item_deleted_v2'](); },
17610
- function () { return factories['io.flow.internal.v0.models.localized_item_snapshot'](); },
17611
- function () { return factories['io.flow.internal.v0.models.localized_price_book_item_upserted'](); },
17612
- function () { return factories['io.flow.internal.v0.models.localized_price_book_item_deleted'](); },
17613
17486
  function () { return factories['io.flow.internal.v0.models.logistics_capabilities_upserted'](); },
17614
17487
  function () { return factories['io.flow.internal.v0.models.logistics_capabilities_deleted'](); },
17615
- function () { return factories['io.flow.internal.v0.models.feed_upserted'](); },
17616
- function () { return factories['io.flow.internal.v0.models.feed_deleted'](); },
17617
- function () { return factories['io.flow.internal.v0.models.feeds_export'](); },
17618
17488
  function () { return factories['io.flow.internal.v0.models.localized_item_prices_export_request'](); },
17619
17489
  function () { return factories['io.flow.internal.v0.models.optin_prompt_upserted'](); },
17620
17490
  function () { return factories['io.flow.internal.v0.models.optin_prompt_deleted'](); },
@@ -17699,6 +17569,10 @@ var factories = {
17699
17569
  function () { return factories['io.flow.internal.v0.models.screening_status_change_deleted'](); },
17700
17570
  function () { return factories['io.flow.internal.v0.models.restrictions_dailyops_upserted'](); },
17701
17571
  function () { return factories['io.flow.internal.v0.models.restrictions_dailyops_deleted'](); },
17572
+ function () { return factories['io.flow.internal.v0.models.restriction_rule_upserted'](); },
17573
+ function () { return factories['io.flow.internal.v0.models.restriction_rule_deleted'](); },
17574
+ function () { return factories['io.flow.internal.v0.models.restriction_rule_effect_upserted'](); },
17575
+ function () { return factories['io.flow.internal.v0.models.restriction_rule_effect_deleted'](); },
17702
17576
  function () { return factories['io.flow.internal.v0.models.shopify_shop_upserted'](); },
17703
17577
  function () { return factories['io.flow.internal.v0.models.shopify_shop_deleted'](); },
17704
17578
  function () { return factories['io.flow.internal.v0.models.shopify_experience_short_id_upserted'](); },
@@ -17724,6 +17598,18 @@ var factories = {
17724
17598
  function () { return factories['io.flow.internal.v0.models.shopify_incoterm_summary_error_published'](); },
17725
17599
  function () { return factories['io.flow.internal.v0.models.shopify_markets_best_selling_product_upserted'](); },
17726
17600
  function () { return factories['io.flow.internal.v0.models.shopify_markets_best_selling_product_deleted'](); },
17601
+ function () { return factories['io.flow.internal.v0.models.shopify_product_create_upserted'](); },
17602
+ function () { return factories['io.flow.internal.v0.models.shopify_product_create_deleted'](); },
17603
+ function () { return factories['io.flow.internal.v0.models.shopify_product_update_upserted'](); },
17604
+ function () { return factories['io.flow.internal.v0.models.shopify_product_update_deleted'](); },
17605
+ function () { return factories['io.flow.internal.v0.models.shopify_product_delete_upserted'](); },
17606
+ function () { return factories['io.flow.internal.v0.models.shopify_product_delete_deleted'](); },
17607
+ function () { return factories['io.flow.internal.v0.models.shopify_inventory_item_create_upserted'](); },
17608
+ function () { return factories['io.flow.internal.v0.models.shopify_inventory_item_create_deleted'](); },
17609
+ function () { return factories['io.flow.internal.v0.models.shopify_inventory_item_update_upserted'](); },
17610
+ function () { return factories['io.flow.internal.v0.models.shopify_inventory_item_update_deleted'](); },
17611
+ function () { return factories['io.flow.internal.v0.models.shopify_inventory_item_delete_upserted'](); },
17612
+ function () { return factories['io.flow.internal.v0.models.shopify_inventory_item_delete_deleted'](); },
17727
17613
  function () { return factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_upserted'](); },
17728
17614
  function () { return factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_deleted'](); },
17729
17615
  function () { return factories['io.flow.internal.v0.models.shopify_order_fulfillments_snapshot_upserted'](); },
@@ -17915,42 +17801,6 @@ var factories = {
17915
17801
  ]);
17916
17802
  return f();
17917
17803
  },
17918
- 'io.flow.internal.v0.unions.marketing_gateway_channel_details': function () {
17919
- var f = faker.helpers.arrayElement([
17920
- function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_channel_details'](); },
17921
- function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_channel_details'](); },
17922
- function () { return factories['io.flow.internal.v0.models.marketing_gateway_supported_channel_details'](); },
17923
- ]);
17924
- return f();
17925
- },
17926
- 'io.flow.internal.v0.unions.marketing_gateway_distribution_channel': function () {
17927
- var f = faker.helpers.arrayElement([
17928
- function () { return factories['io.flow.internal.v0.models.marketing_gateway_distribution_channel_google'](); },
17929
- function () { return factories['io.flow.internal.v0.models.marketing_gateway_distribution_channel_facebook'](); },
17930
- ]);
17931
- return f();
17932
- },
17933
- 'io.flow.internal.v0.unions.marketing_gateway_feed_source': function () {
17934
- var f = faker.helpers.arrayElement([
17935
- function () { return factories['io.flow.internal.v0.models.marketing_gateway_feed_source_google'](); },
17936
- function () { return factories['io.flow.internal.v0.models.marketing_gateway_feed_source_facebook'](); },
17937
- ]);
17938
- return f();
17939
- },
17940
- 'io.flow.internal.v0.unions.marketing_gateway_item': function () {
17941
- var f = faker.helpers.arrayElement([
17942
- function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_item'](); },
17943
- ]);
17944
- return f();
17945
- },
17946
- 'io.flow.internal.v0.unions.marketing_gateway_source_summary': function () {
17947
- var f = faker.helpers.arrayElement([
17948
- function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_source_summary'](); },
17949
- function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_source_summary'](); },
17950
- function () { return factories['io.flow.internal.v0.models.marketing_gateway_flow_source_summary'](); },
17951
- ]);
17952
- return f();
17953
- },
17954
17804
  'io.flow.internal.v0.unions.optin_prompt_display': function () {
17955
17805
  var f = faker.helpers.arrayElement([
17956
17806
  function () { return factories['io.flow.internal.v0.models.optin_prompt_checkout_display'](); },
@@ -18195,6 +18045,9 @@ var factories = {
18195
18045
  function () { return factories['io.flow.internal.v0.models.duty_transaction'](); },
18196
18046
  function () { return factories['io.flow.internal.v0.models.trueup_transaction'](); },
18197
18047
  function () { return factories['io.flow.internal.v0.models.carrier_charge_transaction'](); },
18048
+ function () { return factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction'](); },
18049
+ function () { return factories['io.flow.internal.v0.models.ge_revenue_share_transaction'](); },
18050
+ function () { return factories['io.flow.internal.v0.models.tax_duty_delta_transaction'](); },
18198
18051
  ]);
18199
18052
  return f();
18200
18053
  },
@@ -20407,6 +20260,16 @@ var factories = {
20407
20260
  'io.flow.payment.v0.models.authorization_result_description': function () { return ({
20408
20261
  display: factories.string(),
20409
20262
  }); },
20263
+ 'io.flow.payment.v0.models.authorization_retry': function () { return ({
20264
+ id: factories.string(),
20265
+ authorization_request_id: factories.string(),
20266
+ authorization_id: factories.string(),
20267
+ organization_id: factories.string(),
20268
+ attempt: factories.integer(),
20269
+ last_failure_code: factories.string(),
20270
+ created_at: factories.date_time_iso_8601(),
20271
+ updated_at: factories.date_time_iso_8601(),
20272
+ }); },
20410
20273
  'io.flow.payment.v0.models.authorization_version': function () { return ({
20411
20274
  id: factories.string(),
20412
20275
  timestamp: factories.date_time_iso_8601(),
@@ -20513,6 +20376,7 @@ var factories = {
20513
20376
  processor: factories['io.flow.payment.v0.unions.expandable_payment_processor'](),
20514
20377
  stored_method_usage_step: factories['io.flow.payment.v0.enums.stored_method_usage_step'](),
20515
20378
  authorized_at: factories.date_time_iso_8601(),
20379
+ authorization_request_id: factories.string(),
20516
20380
  }); },
20517
20381
  'io.flow.payment.v0.models.card_browser_action_configuration': function () { return ({
20518
20382
  discriminator: 'card_browser_action_configuration',
@@ -20761,6 +20625,7 @@ var factories = {
20761
20625
  processor: factories['io.flow.payment.v0.unions.expandable_payment_processor'](),
20762
20626
  confirmation_details: factories['io.flow.payment.v0.unions.confirmation_details'](),
20763
20627
  authorized_at: factories.date_time_iso_8601(),
20628
+ authorization_request_id: factories.string(),
20764
20629
  }); },
20765
20630
  'io.flow.payment.v0.models.online_payment_authorization_form': function () { return ({
20766
20631
  discriminator: 'online_payment_authorization_form',
@@ -21485,6 +21350,23 @@ var factories = {
21485
21350
  ]);
21486
21351
  return f();
21487
21352
  },
21353
+ 'io.flow.product.v0.models.product': function () { return ({
21354
+ organization_id: factories.string(),
21355
+ number: factories.string(),
21356
+ taxonomy_category: factories['io.flow.product.v0.models.product_taxonomy_category'](),
21357
+ taxonomy_data: arrayOf(function () { return factories['io.flow.product.v0.models.product_taxonomy_data'](); }),
21358
+ item_numbers: arrayOf(function () { return factories.string(); }),
21359
+ updated_at: factories.date_time_iso_8601(),
21360
+ deleted_at: factories.date_time_iso_8601(),
21361
+ }); },
21362
+ 'io.flow.product.v0.models.product_taxonomy_category': function () { return ({
21363
+ name: factories.string(),
21364
+ full_name: factories.string(),
21365
+ }); },
21366
+ 'io.flow.product.v0.models.product_taxonomy_data': function () { return ({
21367
+ key: factories.string(),
21368
+ value: arrayOf(function () { return factories.string(); }),
21369
+ }); },
21488
21370
  'io.flow.query.builder.v0.enums.available_filter_format': function () { return faker.helpers.arrayElement([
21489
21371
  'boolean',
21490
21372
  'date',
@@ -21595,11 +21477,13 @@ var factories = {
21595
21477
  q: factories.string(),
21596
21478
  dimensions: factories['io.flow.ratecard.v0.models.estimated_dimensions'](),
21597
21479
  position: factories.long(),
21480
+ block_bulk_update: factories.boolean(),
21598
21481
  }); },
21599
21482
  'io.flow.ratecard.v0.models.dimension_estimate_form': function () { return ({
21600
21483
  q: factories.string(),
21601
21484
  dimensions: factories['io.flow.ratecard.v0.models.estimated_dimensions'](),
21602
21485
  position: factories.long(),
21486
+ block_bulk_update: factories.boolean(),
21603
21487
  }); },
21604
21488
  'io.flow.ratecard.v0.models.dimension_estimate_version': function () { return ({
21605
21489
  id: factories.string(),
@@ -22253,6 +22137,36 @@ var factories = {
22253
22137
  ]);
22254
22138
  return f();
22255
22139
  },
22140
+ 'io.flow.sellability.v0.enums.rule_effect_type': function () { return faker.helpers.arrayElement(['market', 'dhl', 'dhl_ecommerce', 'ups']); },
22141
+ 'io.flow.sellability.v0.enums.sellability_error_code': function () { return faker.helpers.arrayElement(['insufficient_details', 'ineligible_category']); },
22142
+ 'io.flow.sellability.v0.models.product_sellability': function () { return ({
22143
+ shop_id: factories.string(),
22144
+ product_id: factories.string(),
22145
+ request_id: factories.string(),
22146
+ hs6_code: factories.string(),
22147
+ restricted_regions: arrayOf(function () { return factories['io.flow.sellability.v0.models.sellablility_region_result'](); }),
22148
+ }); },
22149
+ 'io.flow.sellability.v0.models.product_sellability_form': function () { return ({
22150
+ shop_id: factories.string(),
22151
+ product_id: factories.string(),
22152
+ request_id: factories.string(),
22153
+ name: factories.string(),
22154
+ price: factories['io.flow.sellability.v0.models.product_sellability_price'](),
22155
+ description: factories.string(),
22156
+ taxonomy_category: factories['io.flow.product.v0.models.product_taxonomy_category'](),
22157
+ }); },
22158
+ 'io.flow.sellability.v0.models.product_sellability_price': function () { return ({
22159
+ currency: factories.string(),
22160
+ amount: factories.decimal(),
22161
+ }); },
22162
+ 'io.flow.sellability.v0.models.sellability_error': function () { return ({
22163
+ code: factories['io.flow.sellability.v0.enums.sellability_error_code'](),
22164
+ messages: arrayOf(function () { return factories.string(); }),
22165
+ }); },
22166
+ 'io.flow.sellability.v0.models.sellablility_region_result': function () { return ({
22167
+ type: factories['io.flow.sellability.v0.enums.rule_effect_type'](),
22168
+ regions: arrayOf(function () { return factories.string(); }),
22169
+ }); },
22256
22170
  'io.flow.session.v0.models.cart_reference': function () { return ({
22257
22171
  id: factories.string(),
22258
22172
  }); },
@@ -22510,6 +22424,16 @@ var factories = {
22510
22424
  'io.flow.shopify.external.v0.models.graphql_measurement': function () { return ({
22511
22425
  weight: factories['io.flow.shopify.external.v0.models.graphql_weight'](),
22512
22426
  }); },
22427
+ 'io.flow.shopify.external.v0.models.graphql_metafield': function () { return ({
22428
+ id: factories.string(),
22429
+ key: factories.string(),
22430
+ value: factories.string(),
22431
+ type: factories.string(),
22432
+ }); },
22433
+ 'io.flow.shopify.external.v0.models.graphql_metaobject': function () { return ({
22434
+ id: factories.string(),
22435
+ displayName: factories.string(),
22436
+ }); },
22513
22437
  'io.flow.shopify.external.v0.models.graphql_option': function () { return ({
22514
22438
  id: factories.string(),
22515
22439
  values: arrayOf(function () { return factories.string(); }),
@@ -22534,6 +22458,8 @@ var factories = {
22534
22458
  createdAt: factories.date_time_iso_8601(),
22535
22459
  updatedAt: factories.date_time_iso_8601(),
22536
22460
  hasVariantsThatRequiresComponents: factories.boolean(),
22461
+ category: factories['io.flow.shopify.external.v0.models.graphql_taxonomy_category'](),
22462
+ metafields: arrayOf(function () { return factories['io.flow.shopify.external.v0.models.graphql_metafield'](); }),
22537
22463
  }); },
22538
22464
  'io.flow.shopify.external.v0.models.graphql_product_image': function () { return ({
22539
22465
  id: factories.string(),
@@ -22554,6 +22480,10 @@ var factories = {
22554
22480
  image: factories['io.flow.shopify.external.v0.models.graphql_variant_image'](),
22555
22481
  inventoryItem: factories['io.flow.shopify.external.v0.models.graphql_inventory_item'](),
22556
22482
  }); },
22483
+ 'io.flow.shopify.external.v0.models.graphql_taxonomy_category': function () { return ({
22484
+ name: factories.string(),
22485
+ fullName: factories.string(),
22486
+ }); },
22557
22487
  'io.flow.shopify.external.v0.models.graphql_variant_image': function () { return ({
22558
22488
  id: factories.string(),
22559
22489
  }); },
@@ -22659,6 +22589,8 @@ var factories = {
22659
22589
  created_at: factories.date_time_iso_8601(),
22660
22590
  updated_at: factories.date_time_iso_8601(),
22661
22591
  has_variants_that_requires_components: factories.boolean(),
22592
+ category: factories['io.flow.product.v0.models.product_taxonomy_category'](),
22593
+ metafields: arrayOf(function () { return factories['io.flow.shopify.external.v0.models.product_metafield'](); }),
22662
22594
  }); },
22663
22595
  'io.flow.shopify.external.v0.models.product_delete': function () { return ({
22664
22596
  id: factories.long(),
@@ -22673,6 +22605,16 @@ var factories = {
22673
22605
  updated_at: factories.date_time_iso_8601(),
22674
22606
  alt: factories.string(),
22675
22607
  }); },
22608
+ 'io.flow.shopify.external.v0.models.product_metafield': function () { return ({
22609
+ id: factories.long(),
22610
+ namespace: factories.string(),
22611
+ key: factories.string(),
22612
+ value: factories.string(),
22613
+ created_at: factories.date_time_iso_8601(),
22614
+ updated_at: factories.date_time_iso_8601(),
22615
+ type: factories.string(),
22616
+ admin_graphql_api_id: factories.string(),
22617
+ }); },
22676
22618
  'io.flow.shopify.external.v0.models.product_variant': function () { return ({
22677
22619
  id: factories.long(),
22678
22620
  sku: factories.string(),
@@ -23528,6 +23470,7 @@ var factories = {
23528
23470
  'shopify_location',
23529
23471
  'shopify_order',
23530
23472
  'sync_product_catalog',
23473
+ 'shopify_webhook',
23531
23474
  ]); },
23532
23475
  'io.flow.shopify.markets.internal.v0.enums.product_status': function () { return faker.helpers.arrayElement(['active', 'archived', 'draft']); },
23533
23476
  'io.flow.shopify.markets.internal.v0.enums.shopify_markets_dangerous_goods': function () { return faker.helpers.arrayElement([
@@ -25263,9 +25206,57 @@ var factories = {
25263
25206
  ]); },
25264
25207
  'io.flow.stripe.v0.enums.refund_reason': function () { return faker.helpers.arrayElement(['duplicate', 'fraudulent', 'requested_by_customer']); },
25265
25208
  'io.flow.stripe.v0.enums.refund_status': function () { return faker.helpers.arrayElement(['succeeded', 'failed', 'pending', 'canceled']); },
25209
+ 'io.flow.stripe.v0.enums.reporting_report_run_status': function () { return faker.helpers.arrayElement(['pending', 'succeeded', 'failed']); },
25210
+ 'io.flow.stripe.v0.enums.reporting_report_type': function () { return faker.helpers.arrayElement([
25211
+ 'ending_balance_reconciliation.itemized.1',
25212
+ 'ending_balance_reconciliation.itemized.2',
25213
+ 'ending_balance_reconciliation.itemized.3',
25214
+ 'ending_balance_reconciliation.itemized.4',
25215
+ 'payout_reconciliation.itemized.5',
25216
+ 'payout_reconciliation.by_id.itemized.1',
25217
+ 'payout_reconciliation.by_id.itemized.2',
25218
+ 'payout_reconciliation.by_id.itemized.3',
25219
+ 'payout_reconciliation.by_id.itemized.4',
25220
+ 'payout_reconciliation.by_id.summary.1',
25221
+ 'ending_balance_reconciliation.summary.1',
25222
+ 'payout_reconciliation.itemized.1',
25223
+ 'payout_reconciliation.itemized.2',
25224
+ 'payout_reconciliation.itemized.3',
25225
+ 'payout_reconciliation.itemized.4',
25226
+ 'payout_reconciliation.summary.1',
25227
+ ]); },
25266
25228
  'io.flow.stripe.v0.enums.request_three_d_secure_type': function () { return faker.helpers.arrayElement(['automatic', 'any']); },
25267
25229
  'io.flow.stripe.v0.enums.requested_capabilities': function () { return faker.helpers.arrayElement(['card_payments', 'legacy_payments', 'transfers']); },
25268
25230
  'io.flow.stripe.v0.enums.setup_future_usage': function () { return faker.helpers.arrayElement(['on_session', 'off_session']); },
25231
+ 'io.flow.stripe.v0.enums.shopify_payment_stripe_event_type': function () { return faker.helpers.arrayElement([
25232
+ 'charge.captured',
25233
+ 'charge.dispute.created',
25234
+ 'charge.dispute.closed',
25235
+ 'charge.dispute.funds_reinstated',
25236
+ 'charge.dispute.funds_withdrawn',
25237
+ 'charge.dispute.updated',
25238
+ 'charge.expired',
25239
+ 'charge.failed',
25240
+ 'charge.pending',
25241
+ 'charge.refund.updated',
25242
+ 'charge.refunded',
25243
+ 'charge.succeeded',
25244
+ 'charge.updated',
25245
+ 'payment_intent.amount_capturable_updated',
25246
+ 'payment_intent.canceled',
25247
+ 'payment_intent.created',
25248
+ 'payment_intent.partially_funded',
25249
+ 'payment_intent.payment_failed',
25250
+ 'payment_intent.processing',
25251
+ 'payment_intent.requires_action',
25252
+ 'payment_intent.succeeded',
25253
+ 'transfer.created',
25254
+ 'transfer.reversed',
25255
+ 'transfer.updated',
25256
+ 'reporting.report_run.succeeded',
25257
+ 'reporting.report_type.updated',
25258
+ 'reporting.report_type.failed',
25259
+ ]); },
25269
25260
  'io.flow.stripe.v0.enums.source_flow': function () { return faker.helpers.arrayElement(['redirect', 'receiver', 'code_verification', 'none']); },
25270
25261
  'io.flow.stripe.v0.enums.source_status': function () { return faker.helpers.arrayElement(['canceled', 'chargeable', 'consumed', 'failed', 'pending']); },
25271
25262
  'io.flow.stripe.v0.enums.source_type': function () { return faker.helpers.arrayElement([
@@ -26098,11 +26089,68 @@ var factories = {
26098
26089
  total_count: factories.long(),
26099
26090
  url: factories.string(),
26100
26091
  }); },
26092
+ 'io.flow.stripe.v0.models.report_run_parameters': function () { return ({
26093
+ interval_start: factories.long(),
26094
+ interval_end: factories.long(),
26095
+ columns: arrayOf(function () { return factories.string(); }),
26096
+ payout: factories.string(),
26097
+ connected_account: factories.string(),
26098
+ reporting_category: factories.string(),
26099
+ }); },
26100
+ 'io.flow.stripe.v0.models.reporting_report_run': function () { return ({
26101
+ id: factories.string(),
26102
+ object: factories.string(),
26103
+ created: factories.long(),
26104
+ error: factories.string(),
26105
+ livemode: factories.boolean(),
26106
+ status: factories['io.flow.stripe.v0.enums.reporting_report_run_status'](),
26107
+ result: factories['io.flow.stripe.v0.models.reporting_report_run_result'](),
26108
+ succeeded_at: factories.long(),
26109
+ }); },
26110
+ 'io.flow.stripe.v0.models.reporting_report_run_form': function () { return ({
26111
+ report_type: factories['io.flow.stripe.v0.enums.reporting_report_type'](),
26112
+ parameters: factories['io.flow.stripe.v0.models.report_run_parameters'](),
26113
+ }); },
26114
+ 'io.flow.stripe.v0.models.reporting_report_run_result': function () { return ({
26115
+ id: factories.string(),
26116
+ object: factories.string(),
26117
+ created: factories.long(),
26118
+ expires_at: factories.long(),
26119
+ filename: factories.string(),
26120
+ links: factories.object(),
26121
+ purpose: factories.string(),
26122
+ size: factories.long(),
26123
+ title: factories.string(),
26124
+ type: factories.string(),
26125
+ url: factories.string(),
26126
+ }); },
26127
+ 'io.flow.stripe.v0.models.reporting_report_runs': function () { return ({
26128
+ object: factories.string(),
26129
+ data: arrayOf(function () { return factories['io.flow.stripe.v0.models.reporting_report_run'](); }),
26130
+ has_more: factories.boolean(),
26131
+ url: factories.string(),
26132
+ }); },
26101
26133
  'io.flow.stripe.v0.models.shipping': function () { return ({
26102
26134
  address: factories['io.flow.stripe.v0.models.address'](),
26103
26135
  name: factories.string(),
26104
26136
  phone: factories.string(),
26105
26137
  }); },
26138
+ 'io.flow.stripe.v0.models.shopify_payment_stripe_event': function () { return ({
26139
+ id: factories.string(),
26140
+ api_version: factories.string(),
26141
+ data: factories['io.flow.stripe.v0.models.shopify_payment_stripe_event_data'](),
26142
+ request: factories.object(),
26143
+ type: factories['io.flow.stripe.v0.enums.shopify_payment_stripe_event_type'](),
26144
+ object: factories.string(),
26145
+ account: factories.string(),
26146
+ created: factories.long(),
26147
+ livemode: factories.boolean(),
26148
+ pending_webhooks: factories.integer(),
26149
+ }); },
26150
+ 'io.flow.stripe.v0.models.shopify_payment_stripe_event_data': function () { return ({
26151
+ object: factories.object(),
26152
+ previous_attributes: factories.object(),
26153
+ }); },
26106
26154
  'io.flow.stripe.v0.models.source': function () { return ({
26107
26155
  id: factories.string(),
26108
26156
  object: factories.string(),
@@ -26481,6 +26529,49 @@ var factories = {
26481
26529
  ]);
26482
26530
  return f();
26483
26531
  },
26532
+ 'io.flow.tracking.v0.enums.substatus_code': function () { return faker.helpers.arrayElement([
26533
+ 'Delivered_001',
26534
+ 'Delivered_002',
26535
+ 'Delivered_003',
26536
+ 'Delivered_004',
26537
+ 'AvailableForPickup_001',
26538
+ 'Exception_001',
26539
+ 'Exception_002',
26540
+ 'Exception_003',
26541
+ 'Exception_004',
26542
+ 'Exception_005',
26543
+ 'Exception_006',
26544
+ 'Exception_007',
26545
+ 'Exception_008',
26546
+ 'Exception_009',
26547
+ 'Exception_010',
26548
+ 'Exception_011',
26549
+ 'Exception_012',
26550
+ 'Exception_013',
26551
+ 'AttemptFail_001',
26552
+ 'AttemptFail_002',
26553
+ 'AttemptFail_003',
26554
+ 'InTransit_001',
26555
+ 'InTransit_002',
26556
+ 'InTransit_003',
26557
+ 'InTransit_004',
26558
+ 'InTransit_005',
26559
+ 'InTransit_006',
26560
+ 'InTransit_007',
26561
+ 'InTransit_008',
26562
+ 'InTransit_009',
26563
+ 'InfoReceived_001',
26564
+ 'OutForDelivery_001',
26565
+ 'OutForDelivery_003',
26566
+ 'OutForDelivery_004',
26567
+ 'Pending_001',
26568
+ 'Pending_002',
26569
+ 'Pending_003',
26570
+ 'Pending_004',
26571
+ 'Pending_005',
26572
+ 'Pending_006',
26573
+ 'Expired_001',
26574
+ ]); },
26484
26575
  'io.flow.tracking.v0.enums.tracking_status': function () { return faker.helpers.arrayElement([
26485
26576
  'label_created',
26486
26577
  'pending',
@@ -26493,6 +26584,8 @@ var factories = {
26493
26584
  'exception',
26494
26585
  'returned',
26495
26586
  'expired',
26587
+ 'unknown',
26588
+ 'unmapped',
26496
26589
  ]); },
26497
26590
  'io.flow.tracking.v0.models.label_tracking_carrier_service': function () { return ({
26498
26591
  carrier_id: factories.string(),
@@ -26771,10 +26864,8 @@ export var makeAfterpayRefundDeleted = function () { return factories['io.flow.i
26771
26864
  export var makeAfterpayRefundUpserted = function () { return factories['io.flow.internal.v0.models.afterpay_refund_upserted'](); };
26772
26865
  export var makeAftershipWebhook = function () { return factories['io.flow.internal.v0.models.aftership_webhook'](); };
26773
26866
  export var makeAldoItem = function () { return factories['io.flow.internal.v0.models.aldo_item'](); };
26774
- export var makeAldoItemDeleted = function () { return factories['io.flow.internal.v0.models.aldo_item_deleted'](); };
26775
26867
  export var makeAldoItemForm = function () { return factories['io.flow.internal.v0.models.aldo_item_form'](); };
26776
26868
  export var makeAldoItemType = function () { return factories['io.flow.internal.v0.enums.aldo_item_type'](); };
26777
- export var makeAldoItemUpserted = function () { return factories['io.flow.internal.v0.models.aldo_item_upserted'](); };
26778
26869
  export var makeAlertErrorSummary = function () { return factories['io.flow.internal.v0.models.alert_error_summary'](); };
26779
26870
  export var makeAlertFailureSummary = function () { return factories['io.flow.internal.v0.models.alert_failure_summary'](); };
26780
26871
  export var makeAlertFailureSummaryDetail = function () { return factories['io.flow.internal.v0.models.alert_failure_summary_detail'](); };
@@ -26784,6 +26875,9 @@ export var makeAllItemsExport = function () { return factories['io.flow.internal
26784
26875
  export var makeAllOrganizationsMembership = function () { return factories['io.flow.internal.v0.models.all_organizations_membership'](); };
26785
26876
  export var makeAllocationItemReference = function () { return factories['io.flow.internal.v0.models.allocation_item_reference'](); };
26786
26877
  export var makeAllowedLabels = function () { return factories['io.flow.internal.v0.models.allowed_labels'](); };
26878
+ export var makeAnshItem = function () { return factories['io.flow.internal.v0.models.ansh_item'](); };
26879
+ export var makeAnshItemForm = function () { return factories['io.flow.internal.v0.models.ansh_item_form'](); };
26880
+ export var makeAnshItemType = function () { return factories['io.flow.internal.v0.enums.ansh_item_type'](); };
26787
26881
  export var makeAnyDangerousGoods = function () { return factories['io.flow.internal.v0.enums.any_dangerous_goods'](); };
26788
26882
  export var makeApiCallReferenceId = function () { return factories['io.flow.internal.v0.enums.api_call_reference_id'](); };
26789
26883
  export var makeApmContent = function () { return factories['io.flow.internal.v0.models.apm_content'](); };
@@ -27320,9 +27414,6 @@ export var makeFeatureValueResult = function () { return factories['io.flow.inte
27320
27414
  export var makeFedex = function () { return factories['io.flow.internal.v0.models.fedex'](); };
27321
27415
  export var makeFedexCrossborder = function () { return factories['io.flow.internal.v0.models.fedex_crossborder'](); };
27322
27416
  export var makeFee = function () { return factories['io.flow.internal.v0.models.fee'](); };
27323
- export var makeFeedDeleted = function () { return factories['io.flow.internal.v0.models.feed_deleted'](); };
27324
- export var makeFeedUpserted = function () { return factories['io.flow.internal.v0.models.feed_upserted'](); };
27325
- export var makeFeedsExport = function () { return factories['io.flow.internal.v0.models.feeds_export'](); };
27326
27417
  export var makeFees = function () { return factories['io.flow.internal.v0.models.fees'](); };
27327
27418
  export var makeFeesSource = function () { return factories['io.flow.internal.v0.enums.fees_source'](); };
27328
27419
  export var makeFinalEstimate = function () { return factories['io.flow.internal.v0.models.final_estimate'](); };
@@ -27433,6 +27524,7 @@ export var makeFxRevenueRecognitionOrder = function () { return factories['io.fl
27433
27524
  export var makeFxRevenueRecognitionOrganization = function () { return factories['io.flow.internal.v0.models.fx_revenue_recognition_organization'](); };
27434
27525
  export var makeFxRevenueRecognitionRate = function () { return factories['io.flow.internal.v0.models.fx_revenue_recognition_rate'](); };
27435
27526
  export var makeFxRevenueRecognitionSource = function () { return factories['io.flow.internal.v0.models.fx_revenue_recognition_source'](); };
27527
+ export var makeGeRevenueShareTransaction = function () { return factories['io.flow.internal.v0.models.ge_revenue_share_transaction'](); };
27436
27528
  export var makeGenerateLoad = function () { return factories['io.flow.internal.v0.unions.generate_load'](); };
27437
27529
  export var makeGenerateLoadMultipleOrgs = function () { return factories['io.flow.internal.v0.models.generate_load_multiple_orgs'](); };
27438
27530
  export var makeGenerateLoadSingleOrg = function () { return factories['io.flow.internal.v0.models.generate_load_single_org'](); };
@@ -27456,8 +27548,6 @@ export var makeHarmonizationCodesImport = function () { return factories['io.flo
27456
27548
  export var makeHarmonizationColumnSetting = function () { return factories['io.flow.internal.v0.models.harmonization_column_setting'](); };
27457
27549
  export var makeHarmonizationDecisionSource = function () { return factories['io.flow.internal.v0.enums.harmonization_decision_source'](); };
27458
27550
  export var makeHarmonizationItemClassification = function () { return factories['io.flow.internal.v0.models.harmonization_item_classification'](); };
27459
- export var makeHarmonizationItemClassificationDeleted = function () { return factories['io.flow.internal.v0.models.harmonization_item_classification_deleted'](); };
27460
- export var makeHarmonizationItemClassificationUpserted = function () { return factories['io.flow.internal.v0.models.harmonization_item_classification_upserted'](); };
27461
27551
  export var makeHarmonizationItemSummary = function () { return factories['io.flow.internal.v0.models.harmonization_item_summary'](); };
27462
27552
  export var makeHarmonizationMlModelSummary = function () { return factories['io.flow.internal.v0.models.harmonization_ml_model_summary'](); };
27463
27553
  export var makeHarmonizationPhraseSuggestionRequestImport = function () { return factories['io.flow.internal.v0.models.harmonization_phrase_suggestion_request_import'](); };
@@ -27561,6 +27651,8 @@ export var makeLabelCreationJobSummary = function () { return factories['io.flow
27561
27651
  export var makeLabelCreationRequestForm = function () { return factories['io.flow.internal.v0.models.label_creation_request_form'](); };
27562
27652
  export var makeLabelCreationStatus = function () { return factories['io.flow.internal.v0.enums.label_creation_status'](); };
27563
27653
  export var makeLabelDestination = function () { return factories['io.flow.internal.v0.models.label_destination'](); };
27654
+ export var makeLabelEventMedium = function () { return factories['io.flow.internal.v0.enums.label_event_medium'](); };
27655
+ export var makeLabelEventSource = function () { return factories['io.flow.internal.v0.enums.label_event_source'](); };
27564
27656
  export var makeLabelGenerationSettings = function () { return factories['io.flow.internal.v0.models.label_generation_settings'](); };
27565
27657
  export var makeLabelGenerationSettingsDeleted = function () { return factories['io.flow.internal.v0.models.label_generation_settings_deleted'](); };
27566
27658
  export var makeLabelGenerationSettingsForm = function () { return factories['io.flow.internal.v0.models.label_generation_settings_form'](); };
@@ -27614,16 +27706,9 @@ export var makeLocalizedContent = function () { return factories['io.flow.intern
27614
27706
  export var makeLocalizedContentElement = function () { return factories['io.flow.internal.v0.models.localized_content_element'](); };
27615
27707
  export var makeLocalizedContentForm = function () { return factories['io.flow.internal.v0.models.localized_content_form'](); };
27616
27708
  export var makeLocalizedContentUpserted = function () { return factories['io.flow.internal.v0.models.localized_content_upserted'](); };
27617
- export var makeLocalizedItemDeleted = function () { return factories['io.flow.internal.v0.models.localized_item_deleted'](); };
27618
- export var makeLocalizedItemDeletedV2 = function () { return factories['io.flow.internal.v0.models.localized_item_deleted_v2'](); };
27619
27709
  export var makeLocalizedItemPricesExportRequest = function () { return factories['io.flow.internal.v0.models.localized_item_prices_export_request'](); };
27620
- export var makeLocalizedItemSnapshot = function () { return factories['io.flow.internal.v0.models.localized_item_snapshot'](); };
27621
- export var makeLocalizedItemUpsertedV2 = function () { return factories['io.flow.internal.v0.models.localized_item_upserted_v2'](); };
27622
27710
  export var makeLocalizedItemsExportSettings = function () { return factories['io.flow.internal.v0.models.localized_items_export_settings'](); };
27623
- export var makeLocalizedPriceBookItem = function () { return factories['io.flow.internal.v0.models.localized_price_book_item'](); };
27624
27711
  export var makeLocalizedPriceBookItemData = function () { return factories['io.flow.internal.v0.models.localized_price_book_item_data'](); };
27625
- export var makeLocalizedPriceBookItemDeleted = function () { return factories['io.flow.internal.v0.models.localized_price_book_item_deleted'](); };
27626
- export var makeLocalizedPriceBookItemUpserted = function () { return factories['io.flow.internal.v0.models.localized_price_book_item_upserted'](); };
27627
27712
  export var makeLocation = function () { return factories['io.flow.internal.v0.models.location'](); };
27628
27713
  export var makeLogisticsCapabilities = function () { return factories['io.flow.internal.v0.models.logistics_capabilities'](); };
27629
27714
  export var makeLogisticsCapabilitiesDeleted = function () { return factories['io.flow.internal.v0.models.logistics_capabilities_deleted'](); };
@@ -27655,58 +27740,6 @@ export var makeManualTransactionCategory = function () { return factories['io.fl
27655
27740
  export var makeManualTransactionForm = function () { return factories['io.flow.internal.v0.models.manual_transaction_form'](); };
27656
27741
  export var makeManualTransactionFormOrder = function () { return factories['io.flow.internal.v0.models.manual_transaction_form_order'](); };
27657
27742
  export var makeMarkedAsFinal = function () { return factories['io.flow.internal.v0.models.marked_as_final'](); };
27658
- export var makeMarketingGatewayAccountConnectionStatus = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_account_connection_status'](); };
27659
- export var makeMarketingGatewayChannel = function () { return factories['io.flow.internal.v0.models.marketing_gateway_channel'](); };
27660
- export var makeMarketingGatewayChannelConnectionForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_channel_connection_form'](); };
27661
- export var makeMarketingGatewayChannelDetails = function () { return factories['io.flow.internal.v0.unions.marketing_gateway_channel_details'](); };
27662
- export var makeMarketingGatewayChannelForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_channel_form'](); };
27663
- export var makeMarketingGatewayChannelIntegrationType = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_channel_integration_type'](); };
27664
- export var makeMarketingGatewayChannelSourceSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_channel_source_summary'](); };
27665
- export var makeMarketingGatewayChannelStatus = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_channel_status'](); };
27666
- export var makeMarketingGatewayDistributionChannel = function () { return factories['io.flow.internal.v0.unions.marketing_gateway_distribution_channel'](); };
27667
- export var makeMarketingGatewayDistributionChannelFacebook = function () { return factories['io.flow.internal.v0.models.marketing_gateway_distribution_channel_facebook'](); };
27668
- export var makeMarketingGatewayDistributionChannelGoogle = function () { return factories['io.flow.internal.v0.models.marketing_gateway_distribution_channel_google'](); };
27669
- export var makeMarketingGatewayError = function () { return factories['io.flow.internal.v0.models.marketing_gateway_error'](); };
27670
- export var makeMarketingGatewayErrorCode = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_error_code'](); };
27671
- export var makeMarketingGatewayFacebookBusiness = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_business'](); };
27672
- export var makeMarketingGatewayFacebookBusinessSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_business_summary'](); };
27673
- export var makeMarketingGatewayFacebookCatalogForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_catalog_form'](); };
27674
- export var makeMarketingGatewayFacebookCatalogSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_catalog_summary'](); };
27675
- export var makeMarketingGatewayFacebookChannelDetails = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_channel_details'](); };
27676
- export var makeMarketingGatewayFacebookConnection = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection'](); };
27677
- export var makeMarketingGatewayFacebookConnectionAccessTokenSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection_access_token_summary'](); };
27678
- export var makeMarketingGatewayFacebookConnectionDeauth = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection_deauth'](); };
27679
- export var makeMarketingGatewayFacebookConnectionForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection_form'](); };
27680
- export var makeMarketingGatewayFacebookSourceSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_source_summary'](); };
27681
- export var makeMarketingGatewayFacebookTokenStatus = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_facebook_token_status'](); };
27682
- export var makeMarketingGatewayFeed = function () { return factories['io.flow.internal.v0.models.marketing_gateway_feed'](); };
27683
- export var makeMarketingGatewayFeedDownloadFormat = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_feed_download_format'](); };
27684
- export var makeMarketingGatewayFeedExportForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_feed_export_form'](); };
27685
- export var makeMarketingGatewayFeedForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_feed_form'](); };
27686
- export var makeMarketingGatewayFeedFormRequest = function () { return factories['io.flow.internal.v0.models.marketing_gateway_feed_form_request'](); };
27687
- export var makeMarketingGatewayFeedSource = function () { return factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](); };
27688
- export var makeMarketingGatewayFeedSourceFacebook = function () { return factories['io.flow.internal.v0.models.marketing_gateway_feed_source_facebook'](); };
27689
- export var makeMarketingGatewayFeedSourceGoogle = function () { return factories['io.flow.internal.v0.models.marketing_gateway_feed_source_google'](); };
27690
- export var makeMarketingGatewayFeedState = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_feed_state'](); };
27691
- export var makeMarketingGatewayFilterSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_filter_summary'](); };
27692
- export var makeMarketingGatewayFlowSourceSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_flow_source_summary'](); };
27693
- export var makeMarketingGatewayGoogleAccountForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_account_form'](); };
27694
- export var makeMarketingGatewayGoogleAccountSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_account_summary'](); };
27695
- export var makeMarketingGatewayGoogleChannelDetails = function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_channel_details'](); };
27696
- export var makeMarketingGatewayGoogleConnection = function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_connection'](); };
27697
- export var makeMarketingGatewayGoogleConnectionForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_connection_form'](); };
27698
- export var makeMarketingGatewayGoogleItem = function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_item'](); };
27699
- export var makeMarketingGatewayGoogleSourceSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_source_summary'](); };
27700
- export var makeMarketingGatewayItem = function () { return factories['io.flow.internal.v0.unions.marketing_gateway_item'](); };
27701
- export var makeMarketingGatewayLocalizedItem = function () { return factories['io.flow.internal.v0.models.marketing_gateway_localized_item'](); };
27702
- export var makeMarketingGatewayNewChannelRequestForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_new_channel_request_form'](); };
27703
- export var makeMarketingGatewayPlatform = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_platform'](); };
27704
- export var makeMarketingGatewayProductDatasourceSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_product_datasource_summary'](); };
27705
- export var makeMarketingGatewayProductStatus = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_product_status'](); };
27706
- export var makeMarketingGatewaySchemaCompatibility = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_schema_compatibility'](); };
27707
- export var makeMarketingGatewaySchemaSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_schema_summary'](); };
27708
- export var makeMarketingGatewaySourceSummary = function () { return factories['io.flow.internal.v0.unions.marketing_gateway_source_summary'](); };
27709
- export var makeMarketingGatewaySupportedChannelDetails = function () { return factories['io.flow.internal.v0.models.marketing_gateway_supported_channel_details'](); };
27710
27743
  export var makeMarketsOrder = function () { return factories['io.flow.internal.v0.models.markets_order'](); };
27711
27744
  export var makeMarketsOrderSummary = function () { return factories['io.flow.internal.v0.models.markets_order_summary'](); };
27712
27745
  export var makeMerchant = function () { return factories['io.flow.internal.v0.models.merchant'](); };
@@ -27738,6 +27771,7 @@ export var makeNoCalculatedTaxAmount = function () { return factories['io.flow.i
27738
27771
  export var makeNoClassificationForm = function () { return factories['io.flow.internal.v0.models.no_classification_form'](); };
27739
27772
  export var makeNoLiabilityReasonCode = function () { return factories['io.flow.internal.v0.enums.no_liability_reason_code'](); };
27740
27773
  export var makeNonChannelPaymentBankAccount = function () { return factories['io.flow.internal.v0.models.non_channel_payment_bank_account'](); };
27774
+ export var makeNonL4LTaxDutyFxTransaction = function () { return factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction'](); };
27741
27775
  export var makeNotification = function () { return factories['io.flow.internal.v0.models.notification'](); };
27742
27776
  export var makeOnboardingAuditMessage = function () { return factories['io.flow.internal.v0.models.onboarding_audit_message'](); };
27743
27777
  export var makeOnboardingAuditMessageLevel = function () { return factories['io.flow.internal.v0.enums.onboarding_audit_message_level'](); };
@@ -27929,6 +27963,8 @@ export var makePaymentProcessorAccountUpserted = function () { return factories[
27929
27963
  export var makePaymentProcessorMerchantDeleted = function () { return factories['io.flow.internal.v0.models.payment_processor_merchant_deleted'](); };
27930
27964
  export var makePaymentProcessorMerchantUpserted = function () { return factories['io.flow.internal.v0.models.payment_processor_merchant_upserted'](); };
27931
27965
  export var makePaymentRedirect = function () { return factories['io.flow.internal.v0.unions.payment_redirect'](); };
27966
+ export var makePaymentShortUrl = function () { return factories['io.flow.internal.v0.models.payment_short_url'](); };
27967
+ export var makePaymentShortUrlDiscriminator = function () { return factories['io.flow.internal.v0.enums.payment_short_url_discriminator'](); };
27932
27968
  export var makePaymentSummary = function () { return factories['io.flow.internal.v0.models.payment_summary'](); };
27933
27969
  export var makePaymentSummaryDetails = function () { return factories['io.flow.internal.v0.unions.payment_summary_details'](); };
27934
27970
  export var makePaymentSummaryStatus = function () { return factories['io.flow.internal.v0.enums.payment_summary_status'](); };
@@ -28178,10 +28214,16 @@ export var makeRestrictionProductRequestForm = function () { return factories['i
28178
28214
  export var makeRestrictionProductSummary = function () { return factories['io.flow.internal.v0.models.restriction_product_summary'](); };
28179
28215
  export var makeRestrictionRule = function () { return factories['io.flow.internal.v0.models.restriction_rule'](); };
28180
28216
  export var makeRestrictionRuleDecisionForm = function () { return factories['io.flow.internal.v0.models.restriction_rule_decision_form'](); };
28217
+ export var makeRestrictionRuleDeleted = function () { return factories['io.flow.internal.v0.models.restriction_rule_deleted'](); };
28218
+ export var makeRestrictionRuleEffect = function () { return factories['io.flow.internal.v0.models.restriction_rule_effect'](); };
28219
+ export var makeRestrictionRuleEffectDeleted = function () { return factories['io.flow.internal.v0.models.restriction_rule_effect_deleted'](); };
28220
+ export var makeRestrictionRuleEffectForm = function () { return factories['io.flow.internal.v0.models.restriction_rule_effect_form'](); };
28221
+ export var makeRestrictionRuleEffectUpserted = function () { return factories['io.flow.internal.v0.models.restriction_rule_effect_upserted'](); };
28181
28222
  export var makeRestrictionRuleForm = function () { return factories['io.flow.internal.v0.models.restriction_rule_form'](); };
28182
28223
  export var makeRestrictionRuleMetadata = function () { return factories['io.flow.internal.v0.models.restriction_rule_metadata'](); };
28183
28224
  export var makeRestrictionRuleOverride = function () { return factories['io.flow.internal.v0.models.restriction_rule_override'](); };
28184
28225
  export var makeRestrictionRuleSummary = function () { return factories['io.flow.internal.v0.models.restriction_rule_summary'](); };
28226
+ export var makeRestrictionRuleUpserted = function () { return factories['io.flow.internal.v0.models.restriction_rule_upserted'](); };
28185
28227
  export var makeRestrictionStatus = function () { return factories['io.flow.internal.v0.enums.restriction_status'](); };
28186
28228
  export var makeRestrictionStatusMetadata = function () { return factories['io.flow.internal.v0.models.restriction_status_metadata'](); };
28187
28229
  export var makeRestrictionsDailyops = function () { return factories['io.flow.internal.v0.models.restrictions_dailyops'](); };
@@ -28262,6 +28304,15 @@ export var makeShopifyIncotermConfiguration = function () { return factories['io
28262
28304
  export var makeShopifyIncotermIncludes = function () { return factories['io.flow.internal.v0.models.shopify_incoterm_includes'](); };
28263
28305
  export var makeShopifyIncotermSummaryErrorData = function () { return factories['io.flow.internal.v0.models.shopify_incoterm_summary_error_data'](); };
28264
28306
  export var makeShopifyIncotermSummaryErrorPublished = function () { return factories['io.flow.internal.v0.models.shopify_incoterm_summary_error_published'](); };
28307
+ export var makeShopifyInventoryItemCreateDeleted = function () { return factories['io.flow.internal.v0.models.shopify_inventory_item_create_deleted'](); };
28308
+ export var makeShopifyInventoryItemCreateUpserted = function () { return factories['io.flow.internal.v0.models.shopify_inventory_item_create_upserted'](); };
28309
+ export var makeShopifyInventoryItemCreateWebhookEvent = function () { return factories['io.flow.internal.v0.models.shopify_inventory_item_create_webhook_event'](); };
28310
+ export var makeShopifyInventoryItemDeleteDeleted = function () { return factories['io.flow.internal.v0.models.shopify_inventory_item_delete_deleted'](); };
28311
+ export var makeShopifyInventoryItemDeleteUpserted = function () { return factories['io.flow.internal.v0.models.shopify_inventory_item_delete_upserted'](); };
28312
+ export var makeShopifyInventoryItemDeleteWebhookEvent = function () { return factories['io.flow.internal.v0.models.shopify_inventory_item_delete_webhook_event'](); };
28313
+ export var makeShopifyInventoryItemUpdateDeleted = function () { return factories['io.flow.internal.v0.models.shopify_inventory_item_update_deleted'](); };
28314
+ export var makeShopifyInventoryItemUpdateUpserted = function () { return factories['io.flow.internal.v0.models.shopify_inventory_item_update_upserted'](); };
28315
+ export var makeShopifyInventoryItemUpdateWebhookEvent = function () { return factories['io.flow.internal.v0.models.shopify_inventory_item_update_webhook_event'](); };
28265
28316
  export var makeShopifyMarketsBestSellingProduct = function () { return factories['io.flow.internal.v0.models.shopify_markets_best_selling_product'](); };
28266
28317
  export var makeShopifyMarketsBestSellingProductDeleted = function () { return factories['io.flow.internal.v0.models.shopify_markets_best_selling_product_deleted'](); };
28267
28318
  export var makeShopifyMarketsBestSellingProductUpserted = function () { return factories['io.flow.internal.v0.models.shopify_markets_best_selling_product_upserted'](); };
@@ -28329,6 +28380,15 @@ export var makeShopifyProductBundle = function () { return factories['io.flow.in
28329
28380
  export var makeShopifyProductBundleDeleted = function () { return factories['io.flow.internal.v0.models.shopify_product_bundle_deleted'](); };
28330
28381
  export var makeShopifyProductBundleUnderlying = function () { return factories['io.flow.internal.v0.models.shopify_product_bundle_underlying'](); };
28331
28382
  export var makeShopifyProductBundleUpserted = function () { return factories['io.flow.internal.v0.models.shopify_product_bundle_upserted'](); };
28383
+ export var makeShopifyProductCreateDeleted = function () { return factories['io.flow.internal.v0.models.shopify_product_create_deleted'](); };
28384
+ export var makeShopifyProductCreateUpserted = function () { return factories['io.flow.internal.v0.models.shopify_product_create_upserted'](); };
28385
+ export var makeShopifyProductCreateWebhookEvent = function () { return factories['io.flow.internal.v0.models.shopify_product_create_webhook_event'](); };
28386
+ export var makeShopifyProductDeleteDeleted = function () { return factories['io.flow.internal.v0.models.shopify_product_delete_deleted'](); };
28387
+ export var makeShopifyProductDeleteUpserted = function () { return factories['io.flow.internal.v0.models.shopify_product_delete_upserted'](); };
28388
+ export var makeShopifyProductDeleteWebhookEvent = function () { return factories['io.flow.internal.v0.models.shopify_product_delete_webhook_event'](); };
28389
+ export var makeShopifyProductUpdateDeleted = function () { return factories['io.flow.internal.v0.models.shopify_product_update_deleted'](); };
28390
+ export var makeShopifyProductUpdateUpserted = function () { return factories['io.flow.internal.v0.models.shopify_product_update_upserted'](); };
28391
+ export var makeShopifyProductUpdateWebhookEvent = function () { return factories['io.flow.internal.v0.models.shopify_product_update_webhook_event'](); };
28332
28392
  export var makeShopifyProductWrapper = function () { return factories['io.flow.internal.v0.models.shopify_product_wrapper'](); };
28333
28393
  export var makeShopifyPromoForm = function () { return factories['io.flow.internal.v0.models.shopify_promo_form'](); };
28334
28394
  export var makeShopifyPromotion = function () { return factories['io.flow.internal.v0.models.shopify_promotion'](); };
@@ -28357,6 +28417,7 @@ export var makeShopifyShopDeleted = function () { return factories['io.flow.inte
28357
28417
  export var makeShopifyShopStatistics = function () { return factories['io.flow.internal.v0.models.shopify_shop_statistics'](); };
28358
28418
  export var makeShopifyShopUpserted = function () { return factories['io.flow.internal.v0.models.shopify_shop_upserted'](); };
28359
28419
  export var makeShopifyStoreDetail = function () { return factories['io.flow.internal.v0.models.shopify_store_detail'](); };
28420
+ export var makeShopifyStripeEvent = function () { return factories['io.flow.internal.v0.models.shopify_stripe_event'](); };
28360
28421
  export var makeShopifyWebhook = function () { return factories['io.flow.internal.v0.models.shopify_webhook'](); };
28361
28422
  export var makeShopifyWebhookEvent = function () { return factories['io.flow.internal.v0.models.shopify_webhook_event'](); };
28362
28423
  export var makeShopifyWebhookForm = function () { return factories['io.flow.internal.v0.models.shopify_webhook_form'](); };
@@ -28437,7 +28498,6 @@ export var makeSubscriptionTransaction = function () { return factories['io.flow
28437
28498
  export var makeSuggestionAction = function () { return factories['io.flow.internal.v0.enums.suggestion_action'](); };
28438
28499
  export var makeSupportedLabels = function () { return factories['io.flow.internal.v0.models.supported_labels'](); };
28439
28500
  export var makeTariffCodeDuty = function () { return factories['io.flow.internal.v0.models.tariff_code_duty'](); };
28440
- export var makeTariffCodesExport = function () { return factories['io.flow.internal.v0.models.tariff_codes_export'](); };
28441
28501
  export var makeTariffEligibility = function () { return factories['io.flow.internal.v0.models.tariff_eligibility'](); };
28442
28502
  export var makeTariffEligibilityData = function () { return factories['io.flow.internal.v0.unions.tariff_eligibility_data'](); };
28443
28503
  export var makeTariffEligibilityForm = function () { return factories['io.flow.internal.v0.unions.tariff_eligibility_form'](); };
@@ -28459,6 +28519,11 @@ export var makeTaxCalculationErrorCode = function () { return factories['io.flow
28459
28519
  export var makeTaxCalculationForm = function () { return factories['io.flow.internal.v0.models.tax_calculation_form'](); };
28460
28520
  export var makeTaxCalculationLineItem = function () { return factories['io.flow.internal.v0.models.tax_calculation_line_item'](); };
28461
28521
  export var makeTaxCalculationLineItemForm = function () { return factories['io.flow.internal.v0.models.tax_calculation_line_item_form'](); };
28522
+ export var makeTaxDutyDeltaMetadataActual = function () { return factories['io.flow.internal.v0.models.tax_duty_delta_metadata_actual'](); };
28523
+ export var makeTaxDutyDeltaMetadataActualProcessing = function () { return factories['io.flow.internal.v0.models.tax_duty_delta_metadata_actual_processing'](); };
28524
+ export var makeTaxDutyDeltaMetadataExpected = function () { return factories['io.flow.internal.v0.models.tax_duty_delta_metadata_expected'](); };
28525
+ export var makeTaxDutyDeltaMetadataExpectedProcessing = function () { return factories['io.flow.internal.v0.models.tax_duty_delta_metadata_expected_processing'](); };
28526
+ export var makeTaxDutyDeltaTransaction = function () { return factories['io.flow.internal.v0.models.tax_duty_delta_transaction'](); };
28462
28527
  export var makeTaxParty = function () { return factories['io.flow.internal.v0.enums.tax_party'](); };
28463
28528
  export var makeTaxRemittanceTransaction = function () { return factories['io.flow.internal.v0.models.tax_remittance_transaction'](); };
28464
28529
  export var makeTaxRemittanceTransactionDeleted = function () { return factories['io.flow.internal.v0.models.tax_remittance_transaction_deleted'](); };