@flowio/api-internal-factories 0.0.119 → 0.0.121
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api-internal.js +312 -1002
- package/dist/esm/api-internal.js +266 -859
- package/dist/types/api-internal.d.ts +12 -107
- package/package.json +2 -2
- package/src/api-internal.ts +297 -1018
package/dist/esm/api-internal.js
CHANGED
|
@@ -707,7 +707,7 @@ var factories = {
|
|
|
707
707
|
'virtual_card_refund',
|
|
708
708
|
'failed_payout',
|
|
709
709
|
'tax_refund',
|
|
710
|
-
'
|
|
710
|
+
'non_l4l_tax_duty_fx',
|
|
711
711
|
'ge_revenue_share',
|
|
712
712
|
'tax_duty_delta',
|
|
713
713
|
]); },
|
|
@@ -1900,49 +1900,6 @@ var factories = {
|
|
|
1900
1900
|
defaults: factories['io.flow.common.v0.models.organization_defaults'](),
|
|
1901
1901
|
attributes: objectOf(function () { return factories.string(); }),
|
|
1902
1902
|
}); },
|
|
1903
|
-
'io.flow.checkout.v0.models.checkout_token': function () { return ({
|
|
1904
|
-
id: factories.string(),
|
|
1905
|
-
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
1906
|
-
checkout: factories['io.flow.common.v0.models.checkout_reference'](),
|
|
1907
|
-
order: factories['io.flow.experience.v0.models.order_number_reference'](),
|
|
1908
|
-
urls: factories['io.flow.checkout.v0.models.checkout_urls'](),
|
|
1909
|
-
expires_at: factories.date_time_iso_8601(),
|
|
1910
|
-
session: factories['io.flow.common.v0.models.session_reference'](),
|
|
1911
|
-
customer: factories['io.flow.common.v0.models.customer_reference'](),
|
|
1912
|
-
}); },
|
|
1913
|
-
'io.flow.checkout.v0.models.checkout_token_order_form': function () { return ({
|
|
1914
|
-
discriminator: 'checkout_token_order_form',
|
|
1915
|
-
order_form: factories['io.flow.experience.v0.models.order_form'](),
|
|
1916
|
-
customer: factories['io.flow.customer.v0.models.customer_form'](),
|
|
1917
|
-
address_book: factories['io.flow.customer.v0.models.customer_address_book_form'](),
|
|
1918
|
-
payment_sources: arrayOf(function () { return factories['io.flow.payment.v0.unions.payment_source_form'](); }),
|
|
1919
|
-
session_id: factories.string(),
|
|
1920
|
-
urls: factories['io.flow.checkout.v0.models.checkout_urls_form'](),
|
|
1921
|
-
identifiers: arrayOf(function () { return factories['io.flow.experience.v0.models.order_submission_identifier_form'](); }),
|
|
1922
|
-
}); },
|
|
1923
|
-
'io.flow.checkout.v0.models.checkout_token_reference_form': function () { return ({
|
|
1924
|
-
discriminator: 'checkout_token_reference_form',
|
|
1925
|
-
order_number: factories.string(),
|
|
1926
|
-
session_id: factories.string(),
|
|
1927
|
-
urls: factories['io.flow.checkout.v0.models.checkout_urls_form'](),
|
|
1928
|
-
}); },
|
|
1929
|
-
'io.flow.checkout.v0.models.checkout_urls': function () { return ({
|
|
1930
|
-
continue_shopping: factories.string(),
|
|
1931
|
-
confirmation: factories.string(),
|
|
1932
|
-
invalid_checkout: factories.string(),
|
|
1933
|
-
}); },
|
|
1934
|
-
'io.flow.checkout.v0.models.checkout_urls_form': function () { return ({
|
|
1935
|
-
continue_shopping: factories.string(),
|
|
1936
|
-
confirmation: factories.string(),
|
|
1937
|
-
invalid_checkout: factories.string(),
|
|
1938
|
-
}); },
|
|
1939
|
-
'io.flow.checkout.v0.unions.checkout_token_form': function () {
|
|
1940
|
-
var f = faker.helpers.arrayElement([
|
|
1941
|
-
function () { return factories['io.flow.checkout.v0.models.checkout_token_order_form'](); },
|
|
1942
|
-
function () { return factories['io.flow.checkout.v0.models.checkout_token_reference_form'](); },
|
|
1943
|
-
]);
|
|
1944
|
-
return f();
|
|
1945
|
-
},
|
|
1946
1903
|
'io.flow.common.v0.enums.attribute_data_type': function () { return faker.helpers.arrayElement(['boolean', 'integer', 'decimal', 'string', 'json_array']); },
|
|
1947
1904
|
'io.flow.common.v0.enums.availability_status': function () { return faker.helpers.arrayElement(['enabled', 'disabled']); },
|
|
1948
1905
|
'io.flow.common.v0.enums.calendar': function () { return faker.helpers.arrayElement(['weekdays', 'everyday']); },
|
|
@@ -2624,6 +2581,7 @@ var factories = {
|
|
|
2624
2581
|
'gift_card_not_accepted',
|
|
2625
2582
|
'total_changed',
|
|
2626
2583
|
]); },
|
|
2584
|
+
'io.flow.experience.v0.enums.order_payment_source_type': function () { return faker.helpers.arrayElement(['globale', 'third_party']); },
|
|
2627
2585
|
'io.flow.experience.v0.enums.order_payment_type': function () { return faker.helpers.arrayElement([
|
|
2628
2586
|
'card',
|
|
2629
2587
|
'online',
|
|
@@ -3167,6 +3125,7 @@ var factories = {
|
|
|
3167
3125
|
device_details: factories['io.flow.payment.v0.unions.device_details'](),
|
|
3168
3126
|
destination_contact_details: arrayOf(function () { return factories['io.flow.experience.v0.models.destination_contact_detail'](); }),
|
|
3169
3127
|
incoterm_summary: factories['io.flow.experience.v0.models.incoterm_summary'](),
|
|
3128
|
+
payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
|
|
3170
3129
|
}); },
|
|
3171
3130
|
'io.flow.experience.v0.models.order_address': function () { return ({
|
|
3172
3131
|
text: factories.string(),
|
|
@@ -3242,6 +3201,7 @@ var factories = {
|
|
|
3242
3201
|
authorization_keys: arrayOf(function () { return factories.string(); }),
|
|
3243
3202
|
options: factories['io.flow.experience.v0.models.order_options'](),
|
|
3244
3203
|
device_details: factories['io.flow.payment.v0.unions.device_details'](),
|
|
3204
|
+
payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
|
|
3245
3205
|
}); },
|
|
3246
3206
|
'io.flow.experience.v0.models.order_geo': function () { return ({
|
|
3247
3207
|
ip: factories.string(),
|
|
@@ -3337,6 +3297,7 @@ var factories = {
|
|
|
3337
3297
|
authorization_keys: arrayOf(function () { return factories.string(); }),
|
|
3338
3298
|
options: factories['io.flow.experience.v0.models.order_options'](),
|
|
3339
3299
|
device_details: factories['io.flow.payment.v0.unions.device_details'](),
|
|
3300
|
+
payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
|
|
3340
3301
|
}); },
|
|
3341
3302
|
'io.flow.experience.v0.models.order_reference': function () { return ({
|
|
3342
3303
|
discriminator: 'order_reference',
|
|
@@ -5849,13 +5810,12 @@ var factories = {
|
|
|
5849
5810
|
'duty',
|
|
5850
5811
|
'trueup',
|
|
5851
5812
|
'carrier_charge',
|
|
5852
|
-
'
|
|
5813
|
+
'non_l4l_tax_duty_fx',
|
|
5853
5814
|
'tax_refund',
|
|
5854
5815
|
'duty_refund',
|
|
5855
5816
|
'ge_revenue_share',
|
|
5856
5817
|
'tax_duty_delta',
|
|
5857
5818
|
]); },
|
|
5858
|
-
'io.flow.internal.v0.enums.browser_bundle_error_code': function () { return faker.helpers.arrayElement(['generic_error', 'country_invalid']); },
|
|
5859
5819
|
'io.flow.internal.v0.enums.calculator_engine': function () { return faker.helpers.arrayElement(['dtce_with_deminimis', 'dtce_with_inclusive_pricing', 'dtce_and_us_tax']); },
|
|
5860
5820
|
'io.flow.internal.v0.enums.carrier_charge_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'charge', 'revenue_share']); },
|
|
5861
5821
|
'io.flow.internal.v0.enums.carrier_charge_type': function () { return faker.helpers.arrayElement(['label', 'tax', 'other']); },
|
|
@@ -5970,7 +5930,7 @@ var factories = {
|
|
|
5970
5930
|
'io.flow.internal.v0.enums.dispute_liability': function () { return faker.helpers.arrayElement(['flow', 'organization']); },
|
|
5971
5931
|
'io.flow.internal.v0.enums.dispute_processor': function () { return faker.helpers.arrayElement(['adyen', 'paypal', 'stripe']); },
|
|
5972
5932
|
'io.flow.internal.v0.enums.dispute_reporting_category': function () { return faker.helpers.arrayElement(['charge_issues', 'delivery', 'fraud', 'general', 'product', 'returns']); },
|
|
5973
|
-
'io.flow.internal.v0.enums.dispute_status': function () { return faker.helpers.arrayElement(['pending', 'won', 'lost', 'expired']); },
|
|
5933
|
+
'io.flow.internal.v0.enums.dispute_status': function () { return faker.helpers.arrayElement(['pending', 'won', 'lost', 'refunded', 'expired']); },
|
|
5974
5934
|
'io.flow.internal.v0.enums.dispute_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'dispute']); },
|
|
5975
5935
|
'io.flow.internal.v0.enums.dispute_type': function () { return faker.helpers.arrayElement(['chargeback']); },
|
|
5976
5936
|
'io.flow.internal.v0.enums.duty_compound_expression_type': function () { return faker.helpers.arrayElement(['sum', 'max', 'min']); },
|
|
@@ -5994,8 +5954,8 @@ var factories = {
|
|
|
5994
5954
|
'io.flow.internal.v0.enums.event_type': function () { return faker.helpers.arrayElement([
|
|
5995
5955
|
'adjusted_estimates_upserted',
|
|
5996
5956
|
'adjusted_estimates_deleted',
|
|
5997
|
-
'
|
|
5998
|
-
'
|
|
5957
|
+
'shipping_estimate_upserted',
|
|
5958
|
+
'shipping_estimate_deleted',
|
|
5999
5959
|
'adyen_authorization_deleted',
|
|
6000
5960
|
'adyen_authorization_upserted',
|
|
6001
5961
|
'adyen_cancel_deleted',
|
|
@@ -6163,7 +6123,6 @@ var factories = {
|
|
|
6163
6123
|
'center_defaults_deleted',
|
|
6164
6124
|
'fulfillment_fallbacks_upserted',
|
|
6165
6125
|
'fulfillment_fallbacks_deleted',
|
|
6166
|
-
'pregenerated_request_event',
|
|
6167
6126
|
'quote_upserted',
|
|
6168
6127
|
'quote_deleted',
|
|
6169
6128
|
'all_items_export',
|
|
@@ -6172,7 +6131,6 @@ var factories = {
|
|
|
6172
6131
|
'dutied_items_export',
|
|
6173
6132
|
'harmonization_phrase_suggestion_request_import',
|
|
6174
6133
|
'harmonization_codes_import',
|
|
6175
|
-
'item_classification_created',
|
|
6176
6134
|
'harmonize_fully_request_v2',
|
|
6177
6135
|
'import_completed',
|
|
6178
6136
|
'import_failed',
|
|
@@ -6186,8 +6144,6 @@ var factories = {
|
|
|
6186
6144
|
'rate_freshness_summary_deleted',
|
|
6187
6145
|
'item_harmonization_upserted',
|
|
6188
6146
|
'item_harmonization_deleted',
|
|
6189
|
-
'harmonization_item_classification_upserted',
|
|
6190
|
-
'harmonization_item_classification_deleted',
|
|
6191
6147
|
'harmonization_classification_statistics_published',
|
|
6192
6148
|
'issuer_upserted',
|
|
6193
6149
|
'issuer_deleted',
|
|
@@ -6200,20 +6156,9 @@ var factories = {
|
|
|
6200
6156
|
'order_validation_deleted',
|
|
6201
6157
|
'label_tracking_summary_upserted',
|
|
6202
6158
|
'label_tracking_summary_deleted',
|
|
6203
|
-
'localized_item_upserted_v2',
|
|
6204
|
-
'localized_item_deleted',
|
|
6205
|
-
'localized_item_deleted_v2',
|
|
6206
|
-
'localized_item_snapshot',
|
|
6207
|
-
'localized_price_book_item_upserted',
|
|
6208
|
-
'localized_price_book_item_deleted',
|
|
6209
6159
|
'logistics_capabilities_upserted',
|
|
6210
6160
|
'logistics_capabilities_deleted',
|
|
6211
|
-
'feed_upserted',
|
|
6212
|
-
'feed_deleted',
|
|
6213
|
-
'feeds_export',
|
|
6214
6161
|
'localized_item_prices_export_request',
|
|
6215
|
-
'optin_prompt_upserted',
|
|
6216
|
-
'optin_prompt_deleted',
|
|
6217
6162
|
'order_combined_shipment_upserted',
|
|
6218
6163
|
'order_combined_shipment_deleted',
|
|
6219
6164
|
'order_fulfillment_deleted',
|
|
@@ -6279,8 +6224,6 @@ var factories = {
|
|
|
6279
6224
|
'ratecard_standard_configuration_deleted',
|
|
6280
6225
|
'ratecard_service_fee_upserted',
|
|
6281
6226
|
'ratecard_service_fee_deleted',
|
|
6282
|
-
'ratecard_lane_aggregate_upserted',
|
|
6283
|
-
'ratecard_lane_aggregate_deleted',
|
|
6284
6227
|
'ratecard_rate_level_upserted',
|
|
6285
6228
|
'ratecard_rate_level_deleted',
|
|
6286
6229
|
'ratecard_rate_level_ratecard_upserted',
|
|
@@ -6431,6 +6374,7 @@ var factories = {
|
|
|
6431
6374
|
'io.flow.internal.v0.enums.label_billing_strategy': function () { return faker.helpers.arrayElement(['quote', 'carrier']); },
|
|
6432
6375
|
'io.flow.internal.v0.enums.label_cancellation_error_code': function () { return faker.helpers.arrayElement(['already_used', 'carrier_unsupported']); },
|
|
6433
6376
|
'io.flow.internal.v0.enums.label_creation_status': function () { return faker.helpers.arrayElement(['success', 'error', 'pending', 'cancelled']); },
|
|
6377
|
+
'io.flow.internal.v0.enums.label_event_medium': function () { return faker.helpers.arrayElement(['webhook', 'pull', 'post']); },
|
|
6434
6378
|
'io.flow.internal.v0.enums.label_event_source': function () { return faker.helpers.arrayElement(['aftership', 'carrier', 'flow']); },
|
|
6435
6379
|
'io.flow.internal.v0.enums.label_request_error_handling_responsibility': function () { return faker.helpers.arrayElement([
|
|
6436
6380
|
'merchant',
|
|
@@ -6440,6 +6384,7 @@ var factories = {
|
|
|
6440
6384
|
'globale_address_repair',
|
|
6441
6385
|
'merchant_operations',
|
|
6442
6386
|
'globale_system',
|
|
6387
|
+
'carrier',
|
|
6443
6388
|
]); },
|
|
6444
6389
|
'io.flow.internal.v0.enums.label_request_result_organization_type': function () { return faker.helpers.arrayElement(['all', 'legacy_production', 'managed_markets_production', 'sandbox']); },
|
|
6445
6390
|
'io.flow.internal.v0.enums.label_request_result_state': function () { return faker.helpers.arrayElement(['success', 'failure']); },
|
|
@@ -6464,48 +6409,6 @@ var factories = {
|
|
|
6464
6409
|
'bank_payment_failure',
|
|
6465
6410
|
'non_fraud_chargeback',
|
|
6466
6411
|
]); },
|
|
6467
|
-
'io.flow.internal.v0.enums.marketing_gateway_account_connection_status': function () { return faker.helpers.arrayElement([
|
|
6468
|
-
'not_connected',
|
|
6469
|
-
'connecting',
|
|
6470
|
-
'connected',
|
|
6471
|
-
'disconnecting',
|
|
6472
|
-
'disconnected',
|
|
6473
|
-
]); },
|
|
6474
|
-
'io.flow.internal.v0.enums.marketing_gateway_channel_integration_type': function () { return faker.helpers.arrayElement(['automated', 'manual']); },
|
|
6475
|
-
'io.flow.internal.v0.enums.marketing_gateway_channel_status': function () { return faker.helpers.arrayElement([
|
|
6476
|
-
'not_connected',
|
|
6477
|
-
'connecting',
|
|
6478
|
-
'connected',
|
|
6479
|
-
'disconnecting',
|
|
6480
|
-
'disconnected',
|
|
6481
|
-
'unavailable',
|
|
6482
|
-
]); },
|
|
6483
|
-
'io.flow.internal.v0.enums.marketing_gateway_error_code': function () { return faker.helpers.arrayElement([
|
|
6484
|
-
'generic_error',
|
|
6485
|
-
'google_api_error',
|
|
6486
|
-
'facebook_api_error',
|
|
6487
|
-
'invalid_oauth_token_error',
|
|
6488
|
-
]); },
|
|
6489
|
-
'io.flow.internal.v0.enums.marketing_gateway_facebook_token_status': function () { return faker.helpers.arrayElement(['unknown', 'active', 'expired']); },
|
|
6490
|
-
'io.flow.internal.v0.enums.marketing_gateway_feed_download_format': function () { return faker.helpers.arrayElement(['tsv', 'csv', 'txt']); },
|
|
6491
|
-
'io.flow.internal.v0.enums.marketing_gateway_feed_state': function () { return faker.helpers.arrayElement(['initialized', 'generated', 'in_review', 'rejected', 'active']); },
|
|
6492
|
-
'io.flow.internal.v0.enums.marketing_gateway_platform': function () { return faker.helpers.arrayElement([
|
|
6493
|
-
'google',
|
|
6494
|
-
'facebook',
|
|
6495
|
-
'adroll',
|
|
6496
|
-
'aliexpress',
|
|
6497
|
-
'amazon',
|
|
6498
|
-
'bing',
|
|
6499
|
-
'criteo',
|
|
6500
|
-
'fruugo',
|
|
6501
|
-
'pinterest',
|
|
6502
|
-
'rakuten_japan',
|
|
6503
|
-
'wish',
|
|
6504
|
-
'snapchat',
|
|
6505
|
-
'stylight',
|
|
6506
|
-
]); },
|
|
6507
|
-
'io.flow.internal.v0.enums.marketing_gateway_product_status': function () { return faker.helpers.arrayElement(['approved', 'not_approved', 'pending', 'not_found', 'excluded']); },
|
|
6508
|
-
'io.flow.internal.v0.enums.marketing_gateway_schema_compatibility': function () { return faker.helpers.arrayElement(['google', 'facebook_primary', 'facebook_country_override', 'supplemental']); },
|
|
6509
6412
|
'io.flow.internal.v0.enums.mixed_bag_weight': function () { return faker.helpers.arrayElement(['0', '1', '2']); },
|
|
6510
6413
|
'io.flow.internal.v0.enums.nature_of_sale': function () { return faker.helpers.arrayElement([
|
|
6511
6414
|
'consumer',
|
|
@@ -6595,6 +6498,7 @@ var factories = {
|
|
|
6595
6498
|
'io.flow.internal.v0.enums.organization_restriction_screening_status': function () { return faker.helpers.arrayElement(['in_review', 'fully_reviewed', 'rejected', 'unscreened']); },
|
|
6596
6499
|
'io.flow.internal.v0.enums.output_style': function () { return faker.helpers.arrayElement(['flow', 'shopify_p1']); },
|
|
6597
6500
|
'io.flow.internal.v0.enums.owner': function () { return faker.helpers.arrayElement(['flow', 'organization']); },
|
|
6501
|
+
'io.flow.internal.v0.enums.payment_short_url_discriminator': function () { return faker.helpers.arrayElement(['adyen_3ds2']); },
|
|
6598
6502
|
'io.flow.internal.v0.enums.payment_summary_status': function () { return faker.helpers.arrayElement([
|
|
6599
6503
|
'authorized',
|
|
6600
6504
|
'canceled',
|
|
@@ -6635,7 +6539,6 @@ var factories = {
|
|
|
6635
6539
|
'io.flow.internal.v0.enums.prompt_checkout_display_position': function () { return faker.helpers.arrayElement(['email', 'submission']); },
|
|
6636
6540
|
'io.flow.internal.v0.enums.prompt_options': function () { return faker.helpers.arrayElement(['notice_only', 'require_consent', 'consent_by_default']); },
|
|
6637
6541
|
'io.flow.internal.v0.enums.prompt_target': function () { return faker.helpers.arrayElement(['browse', 'checkout']); },
|
|
6638
|
-
'io.flow.internal.v0.enums.quote_request_type': function () { return faker.helpers.arrayElement(['generate', 'delete', 'update_currency_rate', 'update_country']); },
|
|
6639
6542
|
'io.flow.internal.v0.enums.rate_level_key': function () { return faker.helpers.arrayElement([
|
|
6640
6543
|
'shopify_small_usa',
|
|
6641
6544
|
'shopify_medium_usa',
|
|
@@ -6742,6 +6645,7 @@ var factories = {
|
|
|
6742
6645
|
]); },
|
|
6743
6646
|
'io.flow.internal.v0.enums.shopify_monitoring_monitor_review_status': function () { return faker.helpers.arrayElement(['in_review', 'reviewed']); },
|
|
6744
6647
|
'io.flow.internal.v0.enums.shopify_monitoring_tracking_field': function () { return faker.helpers.arrayElement(['tracking_number', 'carrier_service', 'tracking_url']); },
|
|
6648
|
+
'io.flow.internal.v0.enums.shopify_plan_type': function () { return faker.helpers.arrayElement(['standard', 'shopify_plus']); },
|
|
6745
6649
|
'io.flow.internal.v0.enums.shopify_promotion_behavior': function () { return faker.helpers.arrayElement(['disable_discount_codes']); },
|
|
6746
6650
|
'io.flow.internal.v0.enums.shopify_promotion_offer_allocation_method': function () { return faker.helpers.arrayElement(['each', 'across']); },
|
|
6747
6651
|
'io.flow.internal.v0.enums.shopify_promotion_order_entitlement_component': function () { return faker.helpers.arrayElement(['subtotal', 'shipping', 'vat', 'duty']); },
|
|
@@ -7917,43 +7821,6 @@ var factories = {
|
|
|
7917
7821
|
'io.flow.internal.v0.models.brick_webhook_event_response': function () { return ({
|
|
7918
7822
|
status: factories.string(),
|
|
7919
7823
|
}); },
|
|
7920
|
-
'io.flow.internal.v0.models.browser_bundle': function () { return ({
|
|
7921
|
-
country_picker: factories['io.flow.internal.v0.models.country_picker_data'](),
|
|
7922
|
-
optins: arrayOf(function () { return factories['io.flow.internal.v0.models.optin_prompt'](); }),
|
|
7923
|
-
features: factories['io.flow.internal.v0.models.feature_value_result'](),
|
|
7924
|
-
payment_methods: factories['io.flow.internal.v0.models.browser_bundle_payment_methods'](),
|
|
7925
|
-
}); },
|
|
7926
|
-
'io.flow.internal.v0.models.browser_bundle_country_picker_form': function () { return ({
|
|
7927
|
-
country: factories.string(),
|
|
7928
|
-
ip: factories.string(),
|
|
7929
|
-
}); },
|
|
7930
|
-
'io.flow.internal.v0.models.browser_bundle_error': function () { return ({
|
|
7931
|
-
code: factories['io.flow.internal.v0.enums.browser_bundle_error_code'](),
|
|
7932
|
-
messages: arrayOf(function () { return factories.string(); }),
|
|
7933
|
-
}); },
|
|
7934
|
-
'io.flow.internal.v0.models.browser_bundle_feature_form': function () { return ({
|
|
7935
|
-
keys: arrayOf(function () { return factories.string(); }),
|
|
7936
|
-
context: factories['io.flow.internal.v0.models.feature_context_form'](),
|
|
7937
|
-
}); },
|
|
7938
|
-
'io.flow.internal.v0.models.browser_bundle_form': function () { return ({
|
|
7939
|
-
optin: factories['io.flow.internal.v0.models.browser_bundle_optin_form'](),
|
|
7940
|
-
country_picker: factories['io.flow.internal.v0.models.browser_bundle_country_picker_form'](),
|
|
7941
|
-
feature: factories['io.flow.internal.v0.models.browser_bundle_feature_form'](),
|
|
7942
|
-
payment_method: factories['io.flow.internal.v0.models.browser_bundle_payment_method_form'](),
|
|
7943
|
-
}); },
|
|
7944
|
-
'io.flow.internal.v0.models.browser_bundle_optin_form': function () { return ({
|
|
7945
|
-
country: factories.string(),
|
|
7946
|
-
}); },
|
|
7947
|
-
'io.flow.internal.v0.models.browser_bundle_payment_method': function () { return ({
|
|
7948
|
-
id: factories.string(),
|
|
7949
|
-
}); },
|
|
7950
|
-
'io.flow.internal.v0.models.browser_bundle_payment_method_form': function () { return ({
|
|
7951
|
-
experience_key: factories.string(),
|
|
7952
|
-
country: factories.string(),
|
|
7953
|
-
}); },
|
|
7954
|
-
'io.flow.internal.v0.models.browser_bundle_payment_methods': function () { return ({
|
|
7955
|
-
displayed: arrayOf(function () { return factories['io.flow.internal.v0.models.browser_bundle_payment_method'](); }),
|
|
7956
|
-
}); },
|
|
7957
7824
|
'io.flow.internal.v0.models.bulk_classification_action': function () { return ({
|
|
7958
7825
|
discriminator: 'bulk',
|
|
7959
7826
|
actions: arrayOf(function () { return factories['io.flow.internal.v0.models.single_classification_action'](); }),
|
|
@@ -8706,27 +8573,6 @@ var factories = {
|
|
|
8706
8573
|
'io.flow.internal.v0.models.checkout_behavior_shipping_method': function () { return ({
|
|
8707
8574
|
prompt: factories['io.flow.internal.v0.enums.checkout_shipping_method_prompt_behavior'](),
|
|
8708
8575
|
}); },
|
|
8709
|
-
'io.flow.internal.v0.models.checkout_bundle': function () { return ({
|
|
8710
|
-
cart: factories['io.flow.shopify.v0.models.shopify_cart'](),
|
|
8711
|
-
order: factories['io.flow.experience.v0.models.order'](),
|
|
8712
|
-
order_errors: arrayOf(function () { return factories['io.flow.experience.v0.models.order_error'](); }),
|
|
8713
|
-
checkout: factories['io.flow.internal.v0.models.checkout_content_summary'](),
|
|
8714
|
-
optins: arrayOf(function () { return factories['io.flow.internal.v0.models.optin_prompt'](); }),
|
|
8715
|
-
destinations: arrayOf(function () { return factories['io.flow.reference.v0.models.country'](); }),
|
|
8716
|
-
features: factories['io.flow.internal.v0.models.feature_value_result'](),
|
|
8717
|
-
provinces: arrayOf(function () { return factories['io.flow.reference.v0.models.province'](); }),
|
|
8718
|
-
checkout_items: arrayOf(function () { return factories['io.flow.experience.v0.models.checkout_item_content'](); }),
|
|
8719
|
-
metadata: factories['io.flow.internal.v0.models.checkout_bundle_metadata'](),
|
|
8720
|
-
configuration: factories['io.flow.internal.v0.models.checkout_configuration'](),
|
|
8721
|
-
address_configurations: arrayOf(function () { return factories['io.flow.experience.v0.models.address_configuration'](); }),
|
|
8722
|
-
customer: factories['io.flow.customer.v0.models.customer'](),
|
|
8723
|
-
address_book: factories['io.flow.customer.v0.models.customer_address_book'](),
|
|
8724
|
-
payment_sources: arrayOf(function () { return factories['io.flow.payment.v0.unions.payment_source'](); }),
|
|
8725
|
-
customer_bundle: factories['io.flow.customer.v0.models.customer_bundle'](),
|
|
8726
|
-
}); },
|
|
8727
|
-
'io.flow.internal.v0.models.checkout_bundle_metadata': function () { return ({
|
|
8728
|
-
organization: factories['io.flow.common.v0.models.organization_summary'](),
|
|
8729
|
-
}); },
|
|
8730
8576
|
'io.flow.internal.v0.models.checkout_configuration': function () { return ({
|
|
8731
8577
|
id: factories.string(),
|
|
8732
8578
|
behavior: factories['io.flow.internal.v0.models.checkout_behavior'](),
|
|
@@ -8781,37 +8627,9 @@ var factories = {
|
|
|
8781
8627
|
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
8782
8628
|
redirect: factories['io.flow.internal.v0.models.checkout_redirect'](),
|
|
8783
8629
|
}); },
|
|
8784
|
-
'io.flow.internal.v0.models.checkout_finalize_order_form': function () { return ({
|
|
8785
|
-
expected_order_summary: factories['io.flow.internal.v0.models.expected_order_summary'](),
|
|
8786
|
-
order_put_form: factories['io.flow.experience.v0.models.order_put_form'](),
|
|
8787
|
-
}); },
|
|
8788
8630
|
'io.flow.internal.v0.models.checkout_marketing_content': function () { return ({
|
|
8789
8631
|
optins: arrayOf(function () { return factories['io.flow.internal.v0.models.checkbox'](); }),
|
|
8790
8632
|
}); },
|
|
8791
|
-
'io.flow.internal.v0.models.checkout_order_form': function () { return ({
|
|
8792
|
-
discriminator: 'order',
|
|
8793
|
-
organization: factories.string(),
|
|
8794
|
-
order: factories['io.flow.experience.v0.models.order_form'](),
|
|
8795
|
-
customer: factories['io.flow.customer.v0.models.customer_form'](),
|
|
8796
|
-
address_book: factories['io.flow.customer.v0.models.customer_address_book_form'](),
|
|
8797
|
-
payment_sources: arrayOf(function () { return factories['io.flow.payment.v0.unions.payment_source_form'](); }),
|
|
8798
|
-
urls: factories['io.flow.checkout.v0.models.checkout_urls_form'](),
|
|
8799
|
-
identifiers: arrayOf(function () { return factories['io.flow.experience.v0.models.order_submission_identifier_form'](); }),
|
|
8800
|
-
feature_keys: arrayOf(function () { return factories.string(); }),
|
|
8801
|
-
order_parameters: factories['io.flow.internal.v0.models.order_parameters'](),
|
|
8802
|
-
}); },
|
|
8803
|
-
'io.flow.internal.v0.models.checkout_order_number_form': function () { return ({
|
|
8804
|
-
discriminator: 'order_number',
|
|
8805
|
-
organization: factories.string(),
|
|
8806
|
-
order_number: factories.string(),
|
|
8807
|
-
customer: factories['io.flow.customer.v0.models.customer_form'](),
|
|
8808
|
-
address_book: factories['io.flow.customer.v0.models.customer_address_book_form'](),
|
|
8809
|
-
payment_sources: arrayOf(function () { return factories['io.flow.payment.v0.unions.payment_source_form'](); }),
|
|
8810
|
-
urls: factories['io.flow.checkout.v0.models.checkout_urls_form'](),
|
|
8811
|
-
identifiers: arrayOf(function () { return factories['io.flow.experience.v0.models.order_submission_identifier_form'](); }),
|
|
8812
|
-
feature_keys: arrayOf(function () { return factories.string(); }),
|
|
8813
|
-
order_parameters: factories['io.flow.internal.v0.models.order_parameters'](),
|
|
8814
|
-
}); },
|
|
8815
8633
|
'io.flow.internal.v0.models.checkout_payment': function () { return ({
|
|
8816
8634
|
authorizations: arrayOf(function () { return factories['io.flow.payment.v0.unions.authorization'](); }),
|
|
8817
8635
|
sources: arrayOf(function () { return factories['io.flow.payment.v0.unions.payment_source'](); }),
|
|
@@ -8832,14 +8650,6 @@ var factories = {
|
|
|
8832
8650
|
url: factories.string(),
|
|
8833
8651
|
body: factories.string(),
|
|
8834
8652
|
}); },
|
|
8835
|
-
'io.flow.internal.v0.models.checkout_reference_form': function () { return ({
|
|
8836
|
-
order_number: factories.string(),
|
|
8837
|
-
order_form: factories['io.flow.experience.v0.models.order_put_form'](),
|
|
8838
|
-
order_geo: factories['io.flow.experience.v0.models.order_geo'](),
|
|
8839
|
-
session_id: factories.string(),
|
|
8840
|
-
urls: factories['io.flow.checkout.v0.models.checkout_urls_form'](),
|
|
8841
|
-
identifiers: arrayOf(function () { return factories['io.flow.experience.v0.models.order_submission_identifier_form'](); }),
|
|
8842
|
-
}); },
|
|
8843
8653
|
'io.flow.internal.v0.models.checkout_settings': function () { return ({
|
|
8844
8654
|
session_persistence_timeout: factories['io.flow.common.v0.models.duration'](),
|
|
8845
8655
|
session_persistence_attribute_keys: arrayOf(function () { return factories.string(); }),
|
|
@@ -8847,30 +8657,6 @@ var factories = {
|
|
|
8847
8657
|
urls: arrayOf(function () { return factories['io.flow.internal.v0.models.checkout_url'](); }),
|
|
8848
8658
|
assets: arrayOf(function () { return factories['io.flow.internal.v0.models.checkout_asset'](); }),
|
|
8849
8659
|
}); },
|
|
8850
|
-
'io.flow.internal.v0.models.checkout_source_order_form': function () { return ({
|
|
8851
|
-
source_order_number: factories.string(),
|
|
8852
|
-
feature_q: factories.string(),
|
|
8853
|
-
}); },
|
|
8854
|
-
'io.flow.internal.v0.models.checkout_submission': function () { return ({
|
|
8855
|
-
builder: factories['io.flow.experience.v0.models.order_builder'](),
|
|
8856
|
-
action: factories['io.flow.payment.v0.unions.authorization_result_action'](),
|
|
8857
|
-
}); },
|
|
8858
|
-
'io.flow.internal.v0.models.checkout_submission_form': function () { return ({
|
|
8859
|
-
authorization_form: factories['io.flow.payment.v0.unions.authorization_form'](),
|
|
8860
|
-
expected_order_summary: factories['io.flow.internal.v0.models.expected_order_summary'](),
|
|
8861
|
-
feature_keys: arrayOf(function () { return factories.string(); }),
|
|
8862
|
-
}); },
|
|
8863
|
-
'io.flow.internal.v0.models.checkout_submit_order_bundle': function () { return ({
|
|
8864
|
-
discriminator: 'checkout_submit_order_bundle',
|
|
8865
|
-
order: factories['io.flow.experience.v0.models.order'](),
|
|
8866
|
-
redirect: factories['io.flow.payment.v0.unions.authorization_result_action'](),
|
|
8867
|
-
errors: arrayOf(function () { return factories['io.flow.experience.v0.models.order_error'](); }),
|
|
8868
|
-
}); },
|
|
8869
|
-
'io.flow.internal.v0.models.checkout_submit_order_form': function () { return ({
|
|
8870
|
-
discriminator: 'checkout_submit_order_form',
|
|
8871
|
-
authorization_form: factories['io.flow.payment.v0.unions.authorization_form'](),
|
|
8872
|
-
expected_order_summary: factories['io.flow.internal.v0.models.expected_order_summary'](),
|
|
8873
|
-
}); },
|
|
8874
8660
|
'io.flow.internal.v0.models.checkout_url': function () { return ({
|
|
8875
8661
|
url: factories.string(),
|
|
8876
8662
|
type: factories['io.flow.internal.v0.enums.checkout_url_type'](),
|
|
@@ -10077,9 +9863,6 @@ var factories = {
|
|
|
10077
9863
|
organization: factories.string(),
|
|
10078
9864
|
exclusion_rule: factories['io.flow.catalog.exclusion.v0.models.exclusion_rule'](),
|
|
10079
9865
|
}); },
|
|
10080
|
-
'io.flow.internal.v0.models.expected_order_summary': function () { return ({
|
|
10081
|
-
total: factories['io.flow.common.v0.models.money'](),
|
|
10082
|
-
}); },
|
|
10083
9866
|
'io.flow.internal.v0.models.experience_export_request': function () { return ({
|
|
10084
9867
|
discriminator: 'experience_export_request',
|
|
10085
9868
|
event_id: factories.string(),
|
|
@@ -10169,6 +9952,8 @@ var factories = {
|
|
|
10169
9952
|
raw_carrier_event_code: factories.string(),
|
|
10170
9953
|
aggregator_status_code: factories.string(),
|
|
10171
9954
|
created_at: factories.date_time_iso_8601(),
|
|
9955
|
+
source: factories['io.flow.internal.v0.enums.label_event_source'](),
|
|
9956
|
+
medium: factories['io.flow.internal.v0.enums.label_event_medium'](),
|
|
10172
9957
|
}); },
|
|
10173
9958
|
'io.flow.internal.v0.models.external_fulfillment_proof': function () { return ({
|
|
10174
9959
|
id: factories.string(),
|
|
@@ -10298,28 +10083,6 @@ var factories = {
|
|
|
10298
10083
|
value: factories['io.flow.common.v0.models.price'](),
|
|
10299
10084
|
description: factories.string(),
|
|
10300
10085
|
}); },
|
|
10301
|
-
'io.flow.internal.v0.models.feed_deleted': function () { return ({
|
|
10302
|
-
discriminator: 'feed_deleted',
|
|
10303
|
-
event_id: factories.string(),
|
|
10304
|
-
timestamp: factories.date_time_iso_8601(),
|
|
10305
|
-
organization_id: factories.string(),
|
|
10306
|
-
feed: factories['io.flow.internal.v0.models.marketing_gateway_feed'](),
|
|
10307
|
-
}); },
|
|
10308
|
-
'io.flow.internal.v0.models.feed_upserted': function () { return ({
|
|
10309
|
-
discriminator: 'feed_upserted',
|
|
10310
|
-
event_id: factories.string(),
|
|
10311
|
-
timestamp: factories.date_time_iso_8601(),
|
|
10312
|
-
organization_id: factories.string(),
|
|
10313
|
-
feed: factories['io.flow.internal.v0.models.marketing_gateway_feed'](),
|
|
10314
|
-
}); },
|
|
10315
|
-
'io.flow.internal.v0.models.feeds_export': function () { return ({
|
|
10316
|
-
discriminator: 'feeds_export',
|
|
10317
|
-
event_id: factories.string(),
|
|
10318
|
-
timestamp: factories.date_time_iso_8601(),
|
|
10319
|
-
organization: factories.string(),
|
|
10320
|
-
export_id: factories.string(),
|
|
10321
|
-
feed_ids: arrayOf(function () { return factories.string(); }),
|
|
10322
|
-
}); },
|
|
10323
10086
|
'io.flow.internal.v0.models.fees': function () { return ({
|
|
10324
10087
|
processing: factories['io.flow.internal.v0.models.fee'](),
|
|
10325
10088
|
rate_lock: factories['io.flow.internal.v0.models.fee'](),
|
|
@@ -10329,26 +10092,6 @@ var factories = {
|
|
|
10329
10092
|
transfer: factories['io.flow.internal.v0.models.fee'](),
|
|
10330
10093
|
negative_balance: factories['io.flow.internal.v0.models.fee'](),
|
|
10331
10094
|
}); },
|
|
10332
|
-
'io.flow.internal.v0.models.final_estimate': function () { return ({
|
|
10333
|
-
id: factories.string(),
|
|
10334
|
-
organization_id: factories.string(),
|
|
10335
|
-
label_id: factories.string(),
|
|
10336
|
-
estimate: factories['io.flow.label.v0.models.shipping_label_hop_summary'](),
|
|
10337
|
-
}); },
|
|
10338
|
-
'io.flow.internal.v0.models.final_estimate_deleted': function () { return ({
|
|
10339
|
-
discriminator: 'final_estimate_deleted',
|
|
10340
|
-
event_id: factories.string(),
|
|
10341
|
-
timestamp: factories.date_time_iso_8601(),
|
|
10342
|
-
organization: factories.string(),
|
|
10343
|
-
id: factories.string(),
|
|
10344
|
-
}); },
|
|
10345
|
-
'io.flow.internal.v0.models.final_estimate_upserted': function () { return ({
|
|
10346
|
-
discriminator: 'final_estimate_upserted',
|
|
10347
|
-
event_id: factories.string(),
|
|
10348
|
-
timestamp: factories.date_time_iso_8601(),
|
|
10349
|
-
organization: factories.string(),
|
|
10350
|
-
final_estimate: factories['io.flow.internal.v0.models.final_estimate'](),
|
|
10351
|
-
}); },
|
|
10352
10095
|
'io.flow.internal.v0.models.finance_bank_account': function () { return ({
|
|
10353
10096
|
id: factories.string(),
|
|
10354
10097
|
accounts: arrayOf(function () { return factories['io.flow.internal.v0.models.account_summary'](); }),
|
|
@@ -10871,10 +10614,6 @@ var factories = {
|
|
|
10871
10614
|
organization: factories.string(),
|
|
10872
10615
|
fulfillment_fallbacks: factories['io.flow.internal.v0.models.fulfillment_fallbacks'](),
|
|
10873
10616
|
}); },
|
|
10874
|
-
'io.flow.internal.v0.models.fulfillment_internal_experience_reference': function () { return ({
|
|
10875
|
-
id: factories.string(),
|
|
10876
|
-
key: factories.string(),
|
|
10877
|
-
}); },
|
|
10878
10617
|
'io.flow.internal.v0.models.fulfillment_origin': function () { return ({
|
|
10879
10618
|
country: factories.string(),
|
|
10880
10619
|
province_code: factories.string(),
|
|
@@ -11121,18 +10860,6 @@ var factories = {
|
|
|
11121
10860
|
hs6_code: factories.string(),
|
|
11122
10861
|
hs6_description: factories.string(),
|
|
11123
10862
|
}); },
|
|
11124
|
-
'io.flow.internal.v0.models.harmonization_item_classification_deleted': function () { return ({
|
|
11125
|
-
discriminator: 'harmonization_item_classification_deleted',
|
|
11126
|
-
event_id: factories.string(),
|
|
11127
|
-
timestamp: factories.date_time_iso_8601(),
|
|
11128
|
-
harmonization_item_classification: factories['io.flow.internal.v0.models.harmonization_item_classification'](),
|
|
11129
|
-
}); },
|
|
11130
|
-
'io.flow.internal.v0.models.harmonization_item_classification_upserted': function () { return ({
|
|
11131
|
-
discriminator: 'harmonization_item_classification_upserted',
|
|
11132
|
-
event_id: factories.string(),
|
|
11133
|
-
timestamp: factories.date_time_iso_8601(),
|
|
11134
|
-
harmonization_item_classification: factories['io.flow.internal.v0.models.harmonization_item_classification'](),
|
|
11135
|
-
}); },
|
|
11136
10863
|
'io.flow.internal.v0.models.harmonization_item_summary': function () { return ({
|
|
11137
10864
|
number: factories.string(),
|
|
11138
10865
|
product_id: factories.string(),
|
|
@@ -11308,9 +11035,6 @@ var factories = {
|
|
|
11308
11035
|
cvv_result: factories['io.flow.payment.v0.models.cvv_result'](),
|
|
11309
11036
|
network_details: factories['io.flow.payment.v0.models.transaction_network_details_card'](),
|
|
11310
11037
|
}); },
|
|
11311
|
-
'io.flow.internal.v0.models.invalid_checkout_data': function () { return ({
|
|
11312
|
-
order: factories['io.flow.experience.v0.models.order_put_form'](),
|
|
11313
|
-
}); },
|
|
11314
11038
|
'io.flow.internal.v0.models.invariant': function () { return ({
|
|
11315
11039
|
name: factories.string(),
|
|
11316
11040
|
count: factories.long(),
|
|
@@ -11402,17 +11126,6 @@ var factories = {
|
|
|
11402
11126
|
item: objectOf(function () { return factories.decimal(); }),
|
|
11403
11127
|
model_id: factories.string(),
|
|
11404
11128
|
}); },
|
|
11405
|
-
'io.flow.internal.v0.models.item_classification_created': function () { return ({
|
|
11406
|
-
discriminator: 'item_classification_created',
|
|
11407
|
-
event_id: factories.string(),
|
|
11408
|
-
timestamp: factories.date_time_iso_8601(),
|
|
11409
|
-
organization: factories.string(),
|
|
11410
|
-
item_number: factories.string(),
|
|
11411
|
-
model_id: factories.string(),
|
|
11412
|
-
labels_prediction: factories['io.flow.internal.v0.models.labels_prediction'](),
|
|
11413
|
-
action: factories['io.flow.internal.v0.enums.suggestion_action'](),
|
|
11414
|
-
prediction_score: factories.decimal(),
|
|
11415
|
-
}); },
|
|
11416
11129
|
'io.flow.internal.v0.models.item_classification_form': function () { return ({
|
|
11417
11130
|
organization: factories.string(),
|
|
11418
11131
|
uid: factories.string(),
|
|
@@ -12042,20 +11755,6 @@ var factories = {
|
|
|
12042
11755
|
schema_key: factories.string(),
|
|
12043
11756
|
source_localization_id: factories.string(),
|
|
12044
11757
|
}); },
|
|
12045
|
-
'io.flow.internal.v0.models.localized_item_deleted': function () { return ({
|
|
12046
|
-
discriminator: 'localized_item_deleted',
|
|
12047
|
-
event_id: factories.string(),
|
|
12048
|
-
timestamp: factories.date_time_iso_8601(),
|
|
12049
|
-
organization: factories.string(),
|
|
12050
|
-
number: factories.string(),
|
|
12051
|
-
}); },
|
|
12052
|
-
'io.flow.internal.v0.models.localized_item_deleted_v2': function () { return ({
|
|
12053
|
-
discriminator: 'localized_item_deleted_v2',
|
|
12054
|
-
event_id: factories.string(),
|
|
12055
|
-
timestamp: factories.date_time_iso_8601(),
|
|
12056
|
-
organization: factories.string(),
|
|
12057
|
-
id: factories.string(),
|
|
12058
|
-
}); },
|
|
12059
11758
|
'io.flow.internal.v0.models.localized_item_prices_export_request': function () { return ({
|
|
12060
11759
|
discriminator: 'localized_item_prices_export_request',
|
|
12061
11760
|
event_id: factories.string(),
|
|
@@ -12064,39 +11763,11 @@ var factories = {
|
|
|
12064
11763
|
export_id: factories.string(),
|
|
12065
11764
|
since: factories.date_time_iso_8601(),
|
|
12066
11765
|
}); },
|
|
12067
|
-
'io.flow.internal.v0.models.localized_item_snapshot': function () { return ({
|
|
12068
|
-
discriminator: 'localized_item_snapshot',
|
|
12069
|
-
event_id: factories.string(),
|
|
12070
|
-
timestamp: factories.date_time_iso_8601(),
|
|
12071
|
-
organization: factories.string(),
|
|
12072
|
-
subcatalog_id: factories.string(),
|
|
12073
|
-
url: factories.string(),
|
|
12074
|
-
}); },
|
|
12075
|
-
'io.flow.internal.v0.models.localized_item_upserted_v2': function () { return ({
|
|
12076
|
-
discriminator: 'localized_item_upserted_v2',
|
|
12077
|
-
event_id: factories.string(),
|
|
12078
|
-
timestamp: factories.date_time_iso_8601(),
|
|
12079
|
-
organization: factories.string(),
|
|
12080
|
-
id: factories.string(),
|
|
12081
|
-
item: factories['io.flow.catalog.v0.models.item'](),
|
|
12082
|
-
item_schedule: factories['io.flow.price.v0.models.price_book_item_schedule'](),
|
|
12083
|
-
}); },
|
|
12084
11766
|
'io.flow.internal.v0.models.localized_items_export_settings': function () { return ({
|
|
12085
11767
|
content_type: factories['io.flow.internal.v0.enums.export_content_type'](),
|
|
12086
11768
|
full_export_schedule: factories['io.flow.internal.v0.unions.export_schedule'](),
|
|
12087
11769
|
delta_export_schedule: factories['io.flow.internal.v0.unions.export_schedule'](),
|
|
12088
11770
|
}); },
|
|
12089
|
-
'io.flow.internal.v0.models.localized_price_book_item': function () { return ({
|
|
12090
|
-
id: factories.string(),
|
|
12091
|
-
item_id: factories.string(),
|
|
12092
|
-
item_number: factories.string(),
|
|
12093
|
-
attributes: objectOf(function () { return factories.string(); }),
|
|
12094
|
-
local: factories['io.flow.catalog.v0.models.local'](),
|
|
12095
|
-
price_book_item_id: factories.string(),
|
|
12096
|
-
price_book_key: factories.string(),
|
|
12097
|
-
price_book_item_price: factories['io.flow.common.v0.models.price'](),
|
|
12098
|
-
schedule: factories['io.flow.price.v0.models.price_book_item_schedule'](),
|
|
12099
|
-
}); },
|
|
12100
11771
|
'io.flow.internal.v0.models.localized_price_book_item_data': function () { return ({
|
|
12101
11772
|
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
12102
11773
|
experience: factories['io.flow.common.v0.models.experience_summary'](),
|
|
@@ -12108,20 +11779,6 @@ var factories = {
|
|
|
12108
11779
|
price_start_date: factories.date_time_iso_8601(),
|
|
12109
11780
|
price_end_date: factories.date_time_iso_8601(),
|
|
12110
11781
|
}); },
|
|
12111
|
-
'io.flow.internal.v0.models.localized_price_book_item_deleted': function () { return ({
|
|
12112
|
-
discriminator: 'localized_price_book_item_deleted',
|
|
12113
|
-
event_id: factories.string(),
|
|
12114
|
-
timestamp: factories.date_time_iso_8601(),
|
|
12115
|
-
organization: factories.string(),
|
|
12116
|
-
id: factories.string(),
|
|
12117
|
-
}); },
|
|
12118
|
-
'io.flow.internal.v0.models.localized_price_book_item_upserted': function () { return ({
|
|
12119
|
-
discriminator: 'localized_price_book_item_upserted',
|
|
12120
|
-
event_id: factories.string(),
|
|
12121
|
-
timestamp: factories.date_time_iso_8601(),
|
|
12122
|
-
organization: factories.string(),
|
|
12123
|
-
item: factories['io.flow.internal.v0.models.localized_price_book_item'](),
|
|
12124
|
-
}); },
|
|
12125
11782
|
'io.flow.internal.v0.models.location': function () { return ({
|
|
12126
11783
|
type: factories['io.flow.internal.v0.enums.content_type'](),
|
|
12127
11784
|
url: factories.string(),
|
|
@@ -12287,224 +11944,6 @@ var factories = {
|
|
|
12287
11944
|
products: factories.boolean(),
|
|
12288
11945
|
shipping: factories.boolean(),
|
|
12289
11946
|
}); },
|
|
12290
|
-
'io.flow.internal.v0.models.marketing_gateway_channel': function () { return ({
|
|
12291
|
-
id: factories.string(),
|
|
12292
|
-
platform: factories['io.flow.internal.v0.enums.marketing_gateway_platform'](),
|
|
12293
|
-
integration_type: factories['io.flow.internal.v0.enums.marketing_gateway_channel_integration_type'](),
|
|
12294
|
-
status: factories['io.flow.internal.v0.enums.marketing_gateway_channel_status'](),
|
|
12295
|
-
details: factories['io.flow.internal.v0.unions.marketing_gateway_channel_details'](),
|
|
12296
|
-
error: factories['io.flow.internal.v0.models.marketing_gateway_error'](),
|
|
12297
|
-
}); },
|
|
12298
|
-
'io.flow.internal.v0.models.marketing_gateway_channel_connection_form': function () { return ({
|
|
12299
|
-
default_feed_source: factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](),
|
|
12300
|
-
}); },
|
|
12301
|
-
'io.flow.internal.v0.models.marketing_gateway_channel_form': function () { return ({
|
|
12302
|
-
platform: factories['io.flow.internal.v0.enums.marketing_gateway_platform'](),
|
|
12303
|
-
account_id: factories.long(),
|
|
12304
|
-
}); },
|
|
12305
|
-
'io.flow.internal.v0.models.marketing_gateway_channel_source_summary': function () { return ({
|
|
12306
|
-
channel: factories['io.flow.internal.v0.enums.marketing_gateway_platform'](),
|
|
12307
|
-
platform: factories['io.flow.internal.v0.enums.marketing_gateway_platform'](),
|
|
12308
|
-
source: factories['io.flow.internal.v0.unions.marketing_gateway_source_summary'](),
|
|
12309
|
-
}); },
|
|
12310
|
-
'io.flow.internal.v0.models.marketing_gateway_distribution_channel_facebook': function () { return ({
|
|
12311
|
-
discriminator: 'marketing_gateway_distribution_channel_facebook',
|
|
12312
|
-
catalog_id: factories.long(),
|
|
12313
|
-
}); },
|
|
12314
|
-
'io.flow.internal.v0.models.marketing_gateway_distribution_channel_google': function () { return ({
|
|
12315
|
-
discriminator: 'marketing_gateway_distribution_channel_google',
|
|
12316
|
-
account_id: factories.long(),
|
|
12317
|
-
}); },
|
|
12318
|
-
'io.flow.internal.v0.models.marketing_gateway_error': function () { return ({
|
|
12319
|
-
code: factories['io.flow.internal.v0.enums.marketing_gateway_error_code'](),
|
|
12320
|
-
messages: arrayOf(function () { return factories.string(); }),
|
|
12321
|
-
}); },
|
|
12322
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_business': function () { return ({
|
|
12323
|
-
business_id: factories.long(),
|
|
12324
|
-
name: factories.string(),
|
|
12325
|
-
}); },
|
|
12326
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_business_summary': function () { return ({
|
|
12327
|
-
business_id: factories.long(),
|
|
12328
|
-
name: factories.string(),
|
|
12329
|
-
}); },
|
|
12330
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_catalog_form': function () { return ({
|
|
12331
|
-
catalog_id: factories.long(),
|
|
12332
|
-
}); },
|
|
12333
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_catalog_summary': function () { return ({
|
|
12334
|
-
catalog_id: factories.long(),
|
|
12335
|
-
name: factories.string(),
|
|
12336
|
-
item_count: factories.long(),
|
|
12337
|
-
}); },
|
|
12338
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_channel_details': function () { return ({
|
|
12339
|
-
discriminator: 'marketing_gateway_facebook_channel_details',
|
|
12340
|
-
catalog_id: factories.long(),
|
|
12341
|
-
catalog_name: factories.string(),
|
|
12342
|
-
business_name: factories.string(),
|
|
12343
|
-
datasources: arrayOf(function () { return factories['io.flow.internal.v0.models.marketing_gateway_product_datasource_summary'](); }),
|
|
12344
|
-
localized_feed_count: factories.integer(),
|
|
12345
|
-
connected_at: factories.date_time_iso_8601(),
|
|
12346
|
-
token_summary: factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection_access_token_summary'](),
|
|
12347
|
-
}); },
|
|
12348
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_connection': function () { return ({
|
|
12349
|
-
organization_id: factories.string(),
|
|
12350
|
-
businesses: arrayOf(function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_business_summary'](); }),
|
|
12351
|
-
}); },
|
|
12352
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_connection_access_token_summary': function () { return ({
|
|
12353
|
-
catalog_id: factories.long(),
|
|
12354
|
-
created_at: factories.long(),
|
|
12355
|
-
expires_at: factories.long(),
|
|
12356
|
-
user_id: factories.string(),
|
|
12357
|
-
user_email: factories.string(),
|
|
12358
|
-
token_status: factories['io.flow.internal.v0.enums.marketing_gateway_facebook_token_status'](),
|
|
12359
|
-
}); },
|
|
12360
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_connection_deauth': function () { return ({
|
|
12361
|
-
user_id: factories.long(),
|
|
12362
|
-
}); },
|
|
12363
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_connection_form': function () { return ({
|
|
12364
|
-
access_token: factories.string(),
|
|
12365
|
-
}); },
|
|
12366
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_source_summary': function () { return ({
|
|
12367
|
-
discriminator: 'marketing_gateway_facebook_source_summary',
|
|
12368
|
-
catalog_id: factories.long(),
|
|
12369
|
-
catalog_name: factories.string(),
|
|
12370
|
-
business_name: factories.string(),
|
|
12371
|
-
country: factories.string(),
|
|
12372
|
-
product_count: factories.integer(),
|
|
12373
|
-
}); },
|
|
12374
|
-
'io.flow.internal.v0.models.marketing_gateway_feed': function () { return ({
|
|
12375
|
-
id: factories.string(),
|
|
12376
|
-
organization: factories['io.flow.common.v0.models.organization_summary'](),
|
|
12377
|
-
experience: factories['io.flow.common.v0.models.experience_summary'](),
|
|
12378
|
-
schema: factories['io.flow.internal.v0.models.marketing_gateway_schema_summary'](),
|
|
12379
|
-
filter: factories['io.flow.internal.v0.models.marketing_gateway_filter_summary'](),
|
|
12380
|
-
country: factories.string(),
|
|
12381
|
-
currency: factories.string(),
|
|
12382
|
-
language: factories.string(),
|
|
12383
|
-
feed_source: factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](),
|
|
12384
|
-
feed_state: factories['io.flow.internal.v0.enums.marketing_gateway_feed_state'](),
|
|
12385
|
-
tsv_download_url: factories.string(),
|
|
12386
|
-
tsv_channel_download_url: factories.string(),
|
|
12387
|
-
created_at: factories.date_time_iso_8601(),
|
|
12388
|
-
updated_at: factories.date_time_iso_8601(),
|
|
12389
|
-
item_count: factories.long(),
|
|
12390
|
-
platform_feed_id: factories.string(),
|
|
12391
|
-
}); },
|
|
12392
|
-
'io.flow.internal.v0.models.marketing_gateway_feed_export_form': function () { return ({
|
|
12393
|
-
feed_ids: arrayOf(function () { return factories.string(); }),
|
|
12394
|
-
emails: arrayOf(function () { return factories.string(); }),
|
|
12395
|
-
}); },
|
|
12396
|
-
'io.flow.internal.v0.models.marketing_gateway_feed_form': function () { return ({
|
|
12397
|
-
schema_id: factories.string(),
|
|
12398
|
-
filter_id: factories.string(),
|
|
12399
|
-
country: factories.string(),
|
|
12400
|
-
currency: factories.string(),
|
|
12401
|
-
language: factories.string(),
|
|
12402
|
-
feed_source: factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](),
|
|
12403
|
-
distribution_channel: factories['io.flow.internal.v0.unions.marketing_gateway_distribution_channel'](),
|
|
12404
|
-
}); },
|
|
12405
|
-
'io.flow.internal.v0.models.marketing_gateway_feed_form_request': function () { return ({
|
|
12406
|
-
feed_source: factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](),
|
|
12407
|
-
channel_id: factories.string(),
|
|
12408
|
-
schema_compatibility: factories['io.flow.internal.v0.enums.marketing_gateway_schema_compatibility'](),
|
|
12409
|
-
}); },
|
|
12410
|
-
'io.flow.internal.v0.models.marketing_gateway_feed_source_facebook': function () { return ({
|
|
12411
|
-
discriminator: 'marketing_gateway_feed_source_facebook',
|
|
12412
|
-
catalog_id: factories.long(),
|
|
12413
|
-
feed_id: factories.long(),
|
|
12414
|
-
name: factories.string(),
|
|
12415
|
-
country: factories.string(),
|
|
12416
|
-
currency: factories.string(),
|
|
12417
|
-
language: factories.string(),
|
|
12418
|
-
item_count: factories.integer(),
|
|
12419
|
-
last_uploaded_at: factories.date_time_iso_8601(),
|
|
12420
|
-
feed_status: factories['io.flow.internal.v0.enums.marketing_gateway_feed_state'](),
|
|
12421
|
-
}); },
|
|
12422
|
-
'io.flow.internal.v0.models.marketing_gateway_feed_source_google': function () { return ({
|
|
12423
|
-
discriminator: 'marketing_gateway_feed_source_google',
|
|
12424
|
-
account_id: factories.long(),
|
|
12425
|
-
name: factories.string(),
|
|
12426
|
-
country: factories.string(),
|
|
12427
|
-
currency: factories.string(),
|
|
12428
|
-
language: factories.string(),
|
|
12429
|
-
item_count: factories.integer(),
|
|
12430
|
-
last_uploaded_at: factories.date_time_iso_8601(),
|
|
12431
|
-
}); },
|
|
12432
|
-
'io.flow.internal.v0.models.marketing_gateway_filter_summary': function () { return ({
|
|
12433
|
-
id: factories.string(),
|
|
12434
|
-
name: factories.string(),
|
|
12435
|
-
}); },
|
|
12436
|
-
'io.flow.internal.v0.models.marketing_gateway_flow_source_summary': function () { return ({
|
|
12437
|
-
discriminator: 'marketing_gateway_flow_source_summary',
|
|
12438
|
-
item_count: factories.integer(),
|
|
12439
|
-
}); },
|
|
12440
|
-
'io.flow.internal.v0.models.marketing_gateway_google_account_form': function () { return ({
|
|
12441
|
-
account_id: factories.long(),
|
|
12442
|
-
}); },
|
|
12443
|
-
'io.flow.internal.v0.models.marketing_gateway_google_account_summary': function () { return ({
|
|
12444
|
-
account_id: factories.long(),
|
|
12445
|
-
id: factories.string(),
|
|
12446
|
-
name: factories.string(),
|
|
12447
|
-
website_url: factories.string(),
|
|
12448
|
-
domestic_feeds_count: factories.long(),
|
|
12449
|
-
}); },
|
|
12450
|
-
'io.flow.internal.v0.models.marketing_gateway_google_channel_details': function () { return ({
|
|
12451
|
-
discriminator: 'marketing_gateway_google_channel_details',
|
|
12452
|
-
account_id: factories.long(),
|
|
12453
|
-
account_name: factories.string(),
|
|
12454
|
-
datasources: arrayOf(function () { return factories['io.flow.internal.v0.models.marketing_gateway_product_datasource_summary'](); }),
|
|
12455
|
-
localized_feed_count: factories.integer(),
|
|
12456
|
-
connected_at: factories.date_time_iso_8601(),
|
|
12457
|
-
}); },
|
|
12458
|
-
'io.flow.internal.v0.models.marketing_gateway_google_connection': function () { return ({
|
|
12459
|
-
status: factories['io.flow.internal.v0.enums.marketing_gateway_account_connection_status'](),
|
|
12460
|
-
accounts: arrayOf(function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_account_summary'](); }),
|
|
12461
|
-
}); },
|
|
12462
|
-
'io.flow.internal.v0.models.marketing_gateway_google_connection_form': function () { return ({
|
|
12463
|
-
access_token: factories.string(),
|
|
12464
|
-
refresh_token: factories.string(),
|
|
12465
|
-
}); },
|
|
12466
|
-
'io.flow.internal.v0.models.marketing_gateway_google_item': function () { return ({
|
|
12467
|
-
discriminator: 'marketing_gateway_google_item',
|
|
12468
|
-
id: factories.string(),
|
|
12469
|
-
title: factories.string(),
|
|
12470
|
-
image_link: factories.string(),
|
|
12471
|
-
brand: factories.string(),
|
|
12472
|
-
google_product_category: factories.string(),
|
|
12473
|
-
link: factories.string(),
|
|
12474
|
-
price: factories.string(),
|
|
12475
|
-
sale_price: factories.string(),
|
|
12476
|
-
shipping_price: factories.string(),
|
|
12477
|
-
}); },
|
|
12478
|
-
'io.flow.internal.v0.models.marketing_gateway_google_source_summary': function () { return ({
|
|
12479
|
-
discriminator: 'marketing_gateway_google_source_summary',
|
|
12480
|
-
account_id: factories.long(),
|
|
12481
|
-
countries: arrayOf(function () { return factories.string(); }),
|
|
12482
|
-
product_count: factories.integer(),
|
|
12483
|
-
}); },
|
|
12484
|
-
'io.flow.internal.v0.models.marketing_gateway_localized_item': function () { return ({
|
|
12485
|
-
source: factories['io.flow.internal.v0.unions.marketing_gateway_item'](),
|
|
12486
|
-
localized: factories['io.flow.internal.v0.unions.marketing_gateway_item'](),
|
|
12487
|
-
}); },
|
|
12488
|
-
'io.flow.internal.v0.models.marketing_gateway_new_channel_request_form': function () { return ({
|
|
12489
|
-
requested_by_user_id: factories.string(),
|
|
12490
|
-
channel_name: factories.string(),
|
|
12491
|
-
}); },
|
|
12492
|
-
'io.flow.internal.v0.models.marketing_gateway_product_datasource_summary': function () { return ({
|
|
12493
|
-
name: factories.string(),
|
|
12494
|
-
country: factories.string(),
|
|
12495
|
-
product_count: factories.integer(),
|
|
12496
|
-
}); },
|
|
12497
|
-
'io.flow.internal.v0.models.marketing_gateway_schema_summary': function () { return ({
|
|
12498
|
-
id: factories.string(),
|
|
12499
|
-
name: factories.string(),
|
|
12500
|
-
schema_compatibility: factories['io.flow.internal.v0.enums.marketing_gateway_schema_compatibility'](),
|
|
12501
|
-
}); },
|
|
12502
|
-
'io.flow.internal.v0.models.marketing_gateway_supported_channel_details': function () { return ({
|
|
12503
|
-
discriminator: 'marketing_gateway_supported_channel_details',
|
|
12504
|
-
datasources: arrayOf(function () { return factories['io.flow.internal.v0.models.marketing_gateway_product_datasource_summary'](); }),
|
|
12505
|
-
localized_feed_count: factories.integer(),
|
|
12506
|
-
connected_at: factories.date_time_iso_8601(),
|
|
12507
|
-
}); },
|
|
12508
11947
|
'io.flow.internal.v0.models.markets_order': function () { return ({
|
|
12509
11948
|
shopify_order: factories['io.flow.shopify.markets.v0.models.shopify_order'](),
|
|
12510
11949
|
flow_authorization: factories['io.flow.payment.v0.unions.authorization'](),
|
|
@@ -12669,6 +12108,19 @@ var factories = {
|
|
|
12669
12108
|
bank_account: factories['io.flow.internal.v0.models.report_bank_account'](),
|
|
12670
12109
|
account: factories['io.flow.internal.v0.models.report_account'](),
|
|
12671
12110
|
}); },
|
|
12111
|
+
'io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction': function () { return ({
|
|
12112
|
+
discriminator: 'non_l4l_tax_duty_fx_transaction',
|
|
12113
|
+
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
12114
|
+
fx: factories['io.flow.internal.v0.models.fee'](),
|
|
12115
|
+
id: factories.string(),
|
|
12116
|
+
type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
|
|
12117
|
+
status: factories['io.flow.internal.v0.enums.billing_transaction_status'](),
|
|
12118
|
+
posted_at: factories.date_time_iso_8601(),
|
|
12119
|
+
value: factories['io.flow.common.v0.models.price'](),
|
|
12120
|
+
description: factories.string(),
|
|
12121
|
+
statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
|
|
12122
|
+
created_at: factories.date_time_iso_8601(),
|
|
12123
|
+
}); },
|
|
12672
12124
|
'io.flow.internal.v0.models.notification': function () { return ({
|
|
12673
12125
|
order: factories['io.flow.internal.v0.models.decision'](),
|
|
12674
12126
|
}); },
|
|
@@ -12769,13 +12221,6 @@ var factories = {
|
|
|
12769
12221
|
from: factories.string(),
|
|
12770
12222
|
to: factories.string(),
|
|
12771
12223
|
}); },
|
|
12772
|
-
'io.flow.internal.v0.models.optin_prompt_deleted': function () { return ({
|
|
12773
|
-
discriminator: 'optin_prompt_deleted',
|
|
12774
|
-
event_id: factories.string(),
|
|
12775
|
-
timestamp: factories.date_time_iso_8601(),
|
|
12776
|
-
id: factories.string(),
|
|
12777
|
-
organization: factories.string(),
|
|
12778
|
-
}); },
|
|
12779
12224
|
'io.flow.internal.v0.models.optin_prompt_form': function () { return ({
|
|
12780
12225
|
optin_attribute_key: factories.string(),
|
|
12781
12226
|
region: factories.string(),
|
|
@@ -12785,14 +12230,6 @@ var factories = {
|
|
|
12785
12230
|
enforce_on: factories.date_time_iso_8601(),
|
|
12786
12231
|
display: factories['io.flow.internal.v0.unions.optin_prompt_display'](),
|
|
12787
12232
|
}); },
|
|
12788
|
-
'io.flow.internal.v0.models.optin_prompt_upserted': function () { return ({
|
|
12789
|
-
discriminator: 'optin_prompt_upserted',
|
|
12790
|
-
event_id: factories.string(),
|
|
12791
|
-
timestamp: factories.date_time_iso_8601(),
|
|
12792
|
-
id: factories.string(),
|
|
12793
|
-
organization: factories.string(),
|
|
12794
|
-
optin_prompt: factories['io.flow.internal.v0.models.optin_prompt'](),
|
|
12795
|
-
}); },
|
|
12796
12233
|
'io.flow.internal.v0.models.order_actionability': function () { return ({
|
|
12797
12234
|
action: arrayOf(function () { return factories['io.flow.internal.v0.enums.order_action'](); }),
|
|
12798
12235
|
lines: arrayOf(function () { return factories['io.flow.internal.v0.models.line_action_quantities'](); }),
|
|
@@ -12912,19 +12349,6 @@ var factories = {
|
|
|
12912
12349
|
items: arrayOf(function () { return factories['io.flow.order.management.v0.models.fulfillment_item'](); }),
|
|
12913
12350
|
center: factories['io.flow.fulfillment.v0.models.center_summary'](),
|
|
12914
12351
|
}); },
|
|
12915
|
-
'io.flow.internal.v0.models.order_fx_transaction': function () { return ({
|
|
12916
|
-
discriminator: 'order_fx_transaction',
|
|
12917
|
-
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
12918
|
-
fx: factories['io.flow.internal.v0.models.fee'](),
|
|
12919
|
-
id: factories.string(),
|
|
12920
|
-
type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
|
|
12921
|
-
status: factories['io.flow.internal.v0.enums.billing_transaction_status'](),
|
|
12922
|
-
posted_at: factories.date_time_iso_8601(),
|
|
12923
|
-
value: factories['io.flow.common.v0.models.price'](),
|
|
12924
|
-
description: factories.string(),
|
|
12925
|
-
statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
|
|
12926
|
-
created_at: factories.date_time_iso_8601(),
|
|
12927
|
-
}); },
|
|
12928
12352
|
'io.flow.internal.v0.models.order_note': function () { return ({
|
|
12929
12353
|
id: factories.string(),
|
|
12930
12354
|
note: factories.string(),
|
|
@@ -12935,13 +12359,6 @@ var factories = {
|
|
|
12935
12359
|
'io.flow.internal.v0.models.order_note_form': function () { return ({
|
|
12936
12360
|
note: factories.string(),
|
|
12937
12361
|
}); },
|
|
12938
|
-
'io.flow.internal.v0.models.order_parameters': function () { return ({
|
|
12939
|
-
experience: factories.string(),
|
|
12940
|
-
country: factories.string(),
|
|
12941
|
-
ip: factories.string(),
|
|
12942
|
-
currency: factories.string(),
|
|
12943
|
-
language: factories.string(),
|
|
12944
|
-
}); },
|
|
12945
12362
|
'io.flow.internal.v0.models.order_payment_authorization': function () { return ({
|
|
12946
12363
|
placeholder: factories.string(),
|
|
12947
12364
|
}); },
|
|
@@ -13749,6 +13166,16 @@ var factories = {
|
|
|
13749
13166
|
id: factories.string(),
|
|
13750
13167
|
merchant: factories['io.flow.internal.v0.unions.processor_merchant'](),
|
|
13751
13168
|
}); },
|
|
13169
|
+
'io.flow.internal.v0.models.payment_short_url': function () { return ({
|
|
13170
|
+
id: factories.string(),
|
|
13171
|
+
key: factories.string(),
|
|
13172
|
+
original_url: factories.string(),
|
|
13173
|
+
organization_id: factories.string(),
|
|
13174
|
+
discriminator: factories['io.flow.internal.v0.enums.payment_short_url_discriminator'](),
|
|
13175
|
+
created_at: factories.date_time_iso_8601(),
|
|
13176
|
+
updated_at: factories.date_time_iso_8601(),
|
|
13177
|
+
expires_at: factories.date_time_iso_8601(),
|
|
13178
|
+
}); },
|
|
13752
13179
|
'io.flow.internal.v0.models.payment_summary': function () { return ({
|
|
13753
13180
|
psp: factories.decimal(),
|
|
13754
13181
|
credit: factories.decimal(),
|
|
@@ -14070,21 +13497,6 @@ var factories = {
|
|
|
14070
13497
|
construction: factories.string(),
|
|
14071
13498
|
item: factories.string(),
|
|
14072
13499
|
}); },
|
|
14073
|
-
'io.flow.internal.v0.models.pregenerated_quote': function () { return ({
|
|
14074
|
-
id: factories.string(),
|
|
14075
|
-
experience: factories['io.flow.internal.v0.models.fulfillment_internal_experience_reference'](),
|
|
14076
|
-
destination_country: factories.string(),
|
|
14077
|
-
item: factories['io.flow.common.v0.models.item_reference'](),
|
|
14078
|
-
quote: factories['io.flow.fulfillment.v0.models.quote'](),
|
|
14079
|
-
errors: arrayOf(function () { return factories.string(); }),
|
|
14080
|
-
}); },
|
|
14081
|
-
'io.flow.internal.v0.models.pregenerated_request_event': function () { return ({
|
|
14082
|
-
discriminator: 'pregenerated_request_event',
|
|
14083
|
-
event_id: factories.string(),
|
|
14084
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14085
|
-
organization: factories.string(),
|
|
14086
|
-
quote_request: factories['io.flow.internal.v0.models.quote_request'](),
|
|
14087
|
-
}); },
|
|
14088
13500
|
'io.flow.internal.v0.models.prioritized_center_reference': function () { return ({
|
|
14089
13501
|
center_key: factories.string(),
|
|
14090
13502
|
position: factories.long(),
|
|
@@ -14350,15 +13762,6 @@ var factories = {
|
|
|
14350
13762
|
timestamp: factories.date_time_iso_8601(),
|
|
14351
13763
|
id: factories.string(),
|
|
14352
13764
|
}); },
|
|
14353
|
-
'io.flow.internal.v0.models.quote_request': function () { return ({
|
|
14354
|
-
id: factories.string(),
|
|
14355
|
-
request_type: factories['io.flow.internal.v0.enums.quote_request_type'](),
|
|
14356
|
-
experience_keys: arrayOf(function () { return factories.string(); }),
|
|
14357
|
-
item_numbers: arrayOf(function () { return factories.string(); }),
|
|
14358
|
-
rates: arrayOf(function () { return factories['io.flow.internal.v0.models.currency_internal_rate'](); }),
|
|
14359
|
-
countries: arrayOf(function () { return factories['io.flow.reference.v0.models.country'](); }),
|
|
14360
|
-
reason: factories.string(),
|
|
14361
|
-
}); },
|
|
14362
13765
|
'io.flow.internal.v0.models.quote_upserted': function () { return ({
|
|
14363
13766
|
discriminator: 'quote_upserted',
|
|
14364
13767
|
event_id: factories.string(),
|
|
@@ -14561,37 +13964,6 @@ var factories = {
|
|
|
14561
13964
|
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
14562
13965
|
number: factories.string(),
|
|
14563
13966
|
}); },
|
|
14564
|
-
'io.flow.internal.v0.models.ratecard_lane_aggregate': function () { return ({
|
|
14565
|
-
id: factories.string(),
|
|
14566
|
-
organization_id: factories.string(),
|
|
14567
|
-
origin: factories['io.flow.common.v0.models.zone'](),
|
|
14568
|
-
destination: factories['io.flow.common.v0.models.zone'](),
|
|
14569
|
-
currency: factories.string(),
|
|
14570
|
-
delivered_duty: factories['io.flow.common.v0.enums.delivered_duty'](),
|
|
14571
|
-
shipment_window: factories['io.flow.ratecard.v0.models.shipment_window'](),
|
|
14572
|
-
dim_factor: factories.double(),
|
|
14573
|
-
service: factories['io.flow.ratecard.v0.models.ratecard_service_summary'](),
|
|
14574
|
-
rounding: factories['io.flow.common.v0.models.rounding'](),
|
|
14575
|
-
weight_unit: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
14576
|
-
distance_unit: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
14577
|
-
rates_with_fees: arrayOf(function () { return factories['io.flow.internal.v0.models.rate_with_fees'](); }),
|
|
14578
|
-
ratecard: factories['io.flow.ratecard.v0.models.ratecard_reference'](),
|
|
14579
|
-
ratecard_owner: factories['io.flow.fulfillment.v0.enums.ratecard_owner'](),
|
|
14580
|
-
}); },
|
|
14581
|
-
'io.flow.internal.v0.models.ratecard_lane_aggregate_deleted': function () { return ({
|
|
14582
|
-
discriminator: 'ratecard_lane_aggregate_deleted',
|
|
14583
|
-
event_id: factories.string(),
|
|
14584
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14585
|
-
organization: factories.string(),
|
|
14586
|
-
ratecard_aggregate: factories['io.flow.internal.v0.models.ratecard_lane_aggregate'](),
|
|
14587
|
-
}); },
|
|
14588
|
-
'io.flow.internal.v0.models.ratecard_lane_aggregate_upserted': function () { return ({
|
|
14589
|
-
discriminator: 'ratecard_lane_aggregate_upserted',
|
|
14590
|
-
event_id: factories.string(),
|
|
14591
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14592
|
-
organization: factories.string(),
|
|
14593
|
-
ratecard_aggregate: factories['io.flow.internal.v0.models.ratecard_lane_aggregate'](),
|
|
14594
|
-
}); },
|
|
14595
13967
|
'io.flow.internal.v0.models.ratecard_lanes_import_request': function () { return ({
|
|
14596
13968
|
discriminator: 'ratecard_lanes_import_request',
|
|
14597
13969
|
event_id: factories.string(),
|
|
@@ -15187,7 +14559,6 @@ var factories = {
|
|
|
15187
14559
|
negative_keywords: arrayOf(function () { return factories.string(); }),
|
|
15188
14560
|
value_threshold_usd: factories.decimal(),
|
|
15189
14561
|
auto_review_criteria: arrayOf(function () { return factories['io.flow.internal.v0.models.auto_review_criteria'](); }),
|
|
15190
|
-
effects: arrayOf(function () { return factories.string(); }),
|
|
15191
14562
|
}); },
|
|
15192
14563
|
'io.flow.internal.v0.models.restriction_rule_decision_form': function () { return ({
|
|
15193
14564
|
rule_id: factories.string(),
|
|
@@ -15202,6 +14573,7 @@ var factories = {
|
|
|
15202
14573
|
}); },
|
|
15203
14574
|
'io.flow.internal.v0.models.restriction_rule_effect': function () { return ({
|
|
15204
14575
|
id: factories.string(),
|
|
14576
|
+
rule_id: factories.string(),
|
|
15205
14577
|
effect: factories['io.flow.sellability.v0.enums.rule_effect_type'](),
|
|
15206
14578
|
regions: arrayOf(function () { return factories.string(); }),
|
|
15207
14579
|
description: factories.string(),
|
|
@@ -15213,6 +14585,7 @@ var factories = {
|
|
|
15213
14585
|
id: factories.string(),
|
|
15214
14586
|
}); },
|
|
15215
14587
|
'io.flow.internal.v0.models.restriction_rule_effect_form': function () { return ({
|
|
14588
|
+
rule_id: factories.string(),
|
|
15216
14589
|
effect: factories['io.flow.sellability.v0.enums.rule_effect_type'](),
|
|
15217
14590
|
regions: arrayOf(function () { return factories.string(); }),
|
|
15218
14591
|
description: factories.string(),
|
|
@@ -15232,7 +14605,6 @@ var factories = {
|
|
|
15232
14605
|
negative_keywords: arrayOf(function () { return factories.string(); }),
|
|
15233
14606
|
value_threshold_usd: factories.decimal(),
|
|
15234
14607
|
auto_review_criteria: arrayOf(function () { return factories['io.flow.internal.v0.models.auto_review_criteria'](); }),
|
|
15235
|
-
effects: arrayOf(function () { return factories.string(); }),
|
|
15236
14608
|
}); },
|
|
15237
14609
|
'io.flow.internal.v0.models.restriction_rule_metadata': function () { return ({
|
|
15238
14610
|
rule: factories['io.flow.internal.v0.models.restriction_rule_summary'](),
|
|
@@ -15539,18 +14911,26 @@ var factories = {
|
|
|
15539
14911
|
product_code: factories.string(),
|
|
15540
14912
|
customer_id: factories.string(),
|
|
15541
14913
|
}); },
|
|
15542
|
-
'io.flow.internal.v0.models.shawn_roundtable_workshop_rate': function () { return ({
|
|
15543
|
-
origin_country: factories.string(),
|
|
15544
|
-
destination_country: factories.string(),
|
|
15545
|
-
weight: factories.double(),
|
|
15546
|
-
amount: factories.double(),
|
|
15547
|
-
}); },
|
|
15548
14914
|
'io.flow.internal.v0.models.shipped_item_value': function () { return ({
|
|
15549
14915
|
item: factories['io.flow.common.v0.models.catalog_item_reference'](),
|
|
15550
14916
|
taxes: factories['io.flow.common.v0.models.price_with_base'](),
|
|
15551
14917
|
duties: factories['io.flow.common.v0.models.price_with_base'](),
|
|
15552
14918
|
total: factories['io.flow.common.v0.models.price_with_base'](),
|
|
15553
14919
|
}); },
|
|
14920
|
+
'io.flow.internal.v0.models.shipping_estimate_deleted': function () { return ({
|
|
14921
|
+
discriminator: 'shipping_estimate_deleted',
|
|
14922
|
+
event_id: factories.string(),
|
|
14923
|
+
timestamp: factories.date_time_iso_8601(),
|
|
14924
|
+
organization: factories.string(),
|
|
14925
|
+
id: factories.string(),
|
|
14926
|
+
}); },
|
|
14927
|
+
'io.flow.internal.v0.models.shipping_estimate_upserted': function () { return ({
|
|
14928
|
+
discriminator: 'shipping_estimate_upserted',
|
|
14929
|
+
event_id: factories.string(),
|
|
14930
|
+
timestamp: factories.date_time_iso_8601(),
|
|
14931
|
+
organization: factories.string(),
|
|
14932
|
+
estimate: factories['io.flow.label.v0.models.estimate'](),
|
|
14933
|
+
}); },
|
|
15554
14934
|
'io.flow.internal.v0.models.shipping_lane': function () { return ({
|
|
15555
14935
|
origin: factories.string(),
|
|
15556
14936
|
destination: factories.string(),
|
|
@@ -15896,6 +15276,11 @@ var factories = {
|
|
|
15896
15276
|
organization: factories.string(),
|
|
15897
15277
|
registration: factories['io.flow.internal.v0.models.shopify_markets_webhook_registration'](),
|
|
15898
15278
|
}); },
|
|
15279
|
+
'io.flow.internal.v0.models.shopify_merchant_plan': function () { return ({
|
|
15280
|
+
id: factories.string(),
|
|
15281
|
+
authorization: factories['io.flow.payment.v0.models.authorization_reference'](),
|
|
15282
|
+
plan: factories['io.flow.internal.v0.enums.shopify_plan_type'](),
|
|
15283
|
+
}); },
|
|
15899
15284
|
'io.flow.internal.v0.models.shopify_metadata': function () { return ({
|
|
15900
15285
|
domain: factories.string(),
|
|
15901
15286
|
myshopify_domain: factories.string(),
|
|
@@ -16119,6 +15504,8 @@ var factories = {
|
|
|
16119
15504
|
'io.flow.internal.v0.models.shopify_product_update_webhook_event': function () { return ({
|
|
16120
15505
|
id: factories.string(),
|
|
16121
15506
|
product: factories['io.flow.shopify.external.v0.models.product'](),
|
|
15507
|
+
domain: factories.string(),
|
|
15508
|
+
api_version: factories.string(),
|
|
16122
15509
|
}); },
|
|
16123
15510
|
'io.flow.internal.v0.models.shopify_product_wrapper': function () { return ({
|
|
16124
15511
|
shopify_product: factories['io.flow.shopify.external.v0.models.product'](),
|
|
@@ -16794,6 +16181,23 @@ var factories = {
|
|
|
16794
16181
|
description: factories.string(),
|
|
16795
16182
|
category_code: factories.string(),
|
|
16796
16183
|
}); },
|
|
16184
|
+
'io.flow.internal.v0.models.tax_duty_delta_metadata_actual': function () { return ({
|
|
16185
|
+
processing: factories['io.flow.internal.v0.models.tax_duty_delta_metadata_actual_processing'](),
|
|
16186
|
+
}); },
|
|
16187
|
+
'io.flow.internal.v0.models.tax_duty_delta_metadata_actual_processing': function () { return ({
|
|
16188
|
+
capture: factories['io.flow.common.v0.models.money'](),
|
|
16189
|
+
fees: factories['io.flow.common.v0.models.money'](),
|
|
16190
|
+
transfer: factories['io.flow.common.v0.models.money'](),
|
|
16191
|
+
total: factories['io.flow.common.v0.models.money'](),
|
|
16192
|
+
}); },
|
|
16193
|
+
'io.flow.internal.v0.models.tax_duty_delta_metadata_expected': function () { return ({
|
|
16194
|
+
processing: factories['io.flow.internal.v0.models.tax_duty_delta_metadata_expected_processing'](),
|
|
16195
|
+
}); },
|
|
16196
|
+
'io.flow.internal.v0.models.tax_duty_delta_metadata_expected_processing': function () { return ({
|
|
16197
|
+
tax: factories['io.flow.common.v0.models.money'](),
|
|
16198
|
+
duty: factories['io.flow.common.v0.models.money'](),
|
|
16199
|
+
total: factories['io.flow.common.v0.models.money'](),
|
|
16200
|
+
}); },
|
|
16797
16201
|
'io.flow.internal.v0.models.tax_duty_delta_transaction': function () { return ({
|
|
16798
16202
|
discriminator: 'tax_duty_delta_transaction',
|
|
16799
16203
|
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
@@ -17483,23 +16887,6 @@ var factories = {
|
|
|
17483
16887
|
]);
|
|
17484
16888
|
return f();
|
|
17485
16889
|
},
|
|
17486
|
-
'io.flow.internal.v0.unions.checkout_form': function () {
|
|
17487
|
-
var f = faker.helpers.arrayElement([
|
|
17488
|
-
function () { return factories['io.flow.internal.v0.models.checkout_order_form'](); },
|
|
17489
|
-
function () { return factories['io.flow.internal.v0.models.checkout_order_number_form'](); },
|
|
17490
|
-
]);
|
|
17491
|
-
return f();
|
|
17492
|
-
},
|
|
17493
|
-
'io.flow.internal.v0.unions.checkout_submit_order_bundles': function () {
|
|
17494
|
-
var f = faker.helpers.arrayElement([
|
|
17495
|
-
function () { return factories['io.flow.internal.v0.models.checkout_submit_order_bundle'](); },
|
|
17496
|
-
]);
|
|
17497
|
-
return f();
|
|
17498
|
-
},
|
|
17499
|
-
'io.flow.internal.v0.unions.checkout_submit_order_forms': function () {
|
|
17500
|
-
var f = faker.helpers.arrayElement([function () { return factories['io.flow.internal.v0.models.checkout_submit_order_form'](); }]);
|
|
17501
|
-
return f();
|
|
17502
|
-
},
|
|
17503
16890
|
'io.flow.internal.v0.unions.classification_action': function () {
|
|
17504
16891
|
var f = faker.helpers.arrayElement([
|
|
17505
16892
|
function () { return factories['io.flow.internal.v0.models.single_classification_action'](); },
|
|
@@ -17608,8 +16995,8 @@ var factories = {
|
|
|
17608
16995
|
var f = faker.helpers.arrayElement([
|
|
17609
16996
|
function () { return factories['io.flow.internal.v0.models.adjusted_estimates_upserted'](); },
|
|
17610
16997
|
function () { return factories['io.flow.internal.v0.models.adjusted_estimates_deleted'](); },
|
|
17611
|
-
function () { return factories['io.flow.internal.v0.models.
|
|
17612
|
-
function () { return factories['io.flow.internal.v0.models.
|
|
16998
|
+
function () { return factories['io.flow.internal.v0.models.shipping_estimate_upserted'](); },
|
|
16999
|
+
function () { return factories['io.flow.internal.v0.models.shipping_estimate_deleted'](); },
|
|
17613
17000
|
function () { return factories['io.flow.internal.v0.models.adyen_authorization_deleted'](); },
|
|
17614
17001
|
function () { return factories['io.flow.internal.v0.models.adyen_authorization_upserted'](); },
|
|
17615
17002
|
function () { return factories['io.flow.internal.v0.models.adyen_cancel_deleted'](); },
|
|
@@ -17777,7 +17164,6 @@ var factories = {
|
|
|
17777
17164
|
function () { return factories['io.flow.internal.v0.models.center_defaults_deleted'](); },
|
|
17778
17165
|
function () { return factories['io.flow.internal.v0.models.fulfillment_fallbacks_upserted'](); },
|
|
17779
17166
|
function () { return factories['io.flow.internal.v0.models.fulfillment_fallbacks_deleted'](); },
|
|
17780
|
-
function () { return factories['io.flow.internal.v0.models.pregenerated_request_event'](); },
|
|
17781
17167
|
function () { return factories['io.flow.internal.v0.models.quote_upserted'](); },
|
|
17782
17168
|
function () { return factories['io.flow.internal.v0.models.quote_deleted'](); },
|
|
17783
17169
|
function () { return factories['io.flow.internal.v0.models.all_items_export'](); },
|
|
@@ -17786,7 +17172,6 @@ var factories = {
|
|
|
17786
17172
|
function () { return factories['io.flow.internal.v0.models.dutied_items_export'](); },
|
|
17787
17173
|
function () { return factories['io.flow.internal.v0.models.harmonization_phrase_suggestion_request_import'](); },
|
|
17788
17174
|
function () { return factories['io.flow.internal.v0.models.harmonization_codes_import'](); },
|
|
17789
|
-
function () { return factories['io.flow.internal.v0.models.item_classification_created'](); },
|
|
17790
17175
|
function () { return factories['io.flow.internal.v0.models.harmonize_fully_request_v2'](); },
|
|
17791
17176
|
function () { return factories['io.flow.internal.v0.models.import_completed'](); },
|
|
17792
17177
|
function () { return factories['io.flow.internal.v0.models.import_failed'](); },
|
|
@@ -17800,8 +17185,6 @@ var factories = {
|
|
|
17800
17185
|
function () { return factories['io.flow.internal.v0.models.rate_freshness_summary_deleted'](); },
|
|
17801
17186
|
function () { return factories['io.flow.internal.v0.models.item_harmonization_upserted'](); },
|
|
17802
17187
|
function () { return factories['io.flow.internal.v0.models.item_harmonization_deleted'](); },
|
|
17803
|
-
function () { return factories['io.flow.internal.v0.models.harmonization_item_classification_upserted'](); },
|
|
17804
|
-
function () { return factories['io.flow.internal.v0.models.harmonization_item_classification_deleted'](); },
|
|
17805
17188
|
function () { return factories['io.flow.internal.v0.models.harmonization_classification_statistics_published'](); },
|
|
17806
17189
|
function () { return factories['io.flow.internal.v0.models.issuer_upserted'](); },
|
|
17807
17190
|
function () { return factories['io.flow.internal.v0.models.issuer_deleted'](); },
|
|
@@ -17814,20 +17197,9 @@ var factories = {
|
|
|
17814
17197
|
function () { return factories['io.flow.internal.v0.models.order_validation_deleted'](); },
|
|
17815
17198
|
function () { return factories['io.flow.internal.v0.models.label_tracking_summary_upserted'](); },
|
|
17816
17199
|
function () { return factories['io.flow.internal.v0.models.label_tracking_summary_deleted'](); },
|
|
17817
|
-
function () { return factories['io.flow.internal.v0.models.localized_item_upserted_v2'](); },
|
|
17818
|
-
function () { return factories['io.flow.internal.v0.models.localized_item_deleted'](); },
|
|
17819
|
-
function () { return factories['io.flow.internal.v0.models.localized_item_deleted_v2'](); },
|
|
17820
|
-
function () { return factories['io.flow.internal.v0.models.localized_item_snapshot'](); },
|
|
17821
|
-
function () { return factories['io.flow.internal.v0.models.localized_price_book_item_upserted'](); },
|
|
17822
|
-
function () { return factories['io.flow.internal.v0.models.localized_price_book_item_deleted'](); },
|
|
17823
17200
|
function () { return factories['io.flow.internal.v0.models.logistics_capabilities_upserted'](); },
|
|
17824
17201
|
function () { return factories['io.flow.internal.v0.models.logistics_capabilities_deleted'](); },
|
|
17825
|
-
function () { return factories['io.flow.internal.v0.models.feed_upserted'](); },
|
|
17826
|
-
function () { return factories['io.flow.internal.v0.models.feed_deleted'](); },
|
|
17827
|
-
function () { return factories['io.flow.internal.v0.models.feeds_export'](); },
|
|
17828
17202
|
function () { return factories['io.flow.internal.v0.models.localized_item_prices_export_request'](); },
|
|
17829
|
-
function () { return factories['io.flow.internal.v0.models.optin_prompt_upserted'](); },
|
|
17830
|
-
function () { return factories['io.flow.internal.v0.models.optin_prompt_deleted'](); },
|
|
17831
17203
|
function () { return factories['io.flow.internal.v0.models.order_combined_shipment_upserted'](); },
|
|
17832
17204
|
function () { return factories['io.flow.internal.v0.models.order_combined_shipment_deleted'](); },
|
|
17833
17205
|
function () { return factories['io.flow.internal.v0.models.order_fulfillment_deleted'](); },
|
|
@@ -17893,8 +17265,6 @@ var factories = {
|
|
|
17893
17265
|
function () { return factories['io.flow.internal.v0.models.ratecard_standard_configuration_deleted'](); },
|
|
17894
17266
|
function () { return factories['io.flow.internal.v0.models.ratecard_service_fee_upserted'](); },
|
|
17895
17267
|
function () { return factories['io.flow.internal.v0.models.ratecard_service_fee_deleted'](); },
|
|
17896
|
-
function () { return factories['io.flow.internal.v0.models.ratecard_lane_aggregate_upserted'](); },
|
|
17897
|
-
function () { return factories['io.flow.internal.v0.models.ratecard_lane_aggregate_deleted'](); },
|
|
17898
17268
|
function () { return factories['io.flow.internal.v0.models.ratecard_rate_level_upserted'](); },
|
|
17899
17269
|
function () { return factories['io.flow.internal.v0.models.ratecard_rate_level_deleted'](); },
|
|
17900
17270
|
function () { return factories['io.flow.internal.v0.models.ratecard_rate_level_ratecard_upserted'](); },
|
|
@@ -18141,42 +17511,6 @@ var factories = {
|
|
|
18141
17511
|
]);
|
|
18142
17512
|
return f();
|
|
18143
17513
|
},
|
|
18144
|
-
'io.flow.internal.v0.unions.marketing_gateway_channel_details': function () {
|
|
18145
|
-
var f = faker.helpers.arrayElement([
|
|
18146
|
-
function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_channel_details'](); },
|
|
18147
|
-
function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_channel_details'](); },
|
|
18148
|
-
function () { return factories['io.flow.internal.v0.models.marketing_gateway_supported_channel_details'](); },
|
|
18149
|
-
]);
|
|
18150
|
-
return f();
|
|
18151
|
-
},
|
|
18152
|
-
'io.flow.internal.v0.unions.marketing_gateway_distribution_channel': function () {
|
|
18153
|
-
var f = faker.helpers.arrayElement([
|
|
18154
|
-
function () { return factories['io.flow.internal.v0.models.marketing_gateway_distribution_channel_google'](); },
|
|
18155
|
-
function () { return factories['io.flow.internal.v0.models.marketing_gateway_distribution_channel_facebook'](); },
|
|
18156
|
-
]);
|
|
18157
|
-
return f();
|
|
18158
|
-
},
|
|
18159
|
-
'io.flow.internal.v0.unions.marketing_gateway_feed_source': function () {
|
|
18160
|
-
var f = faker.helpers.arrayElement([
|
|
18161
|
-
function () { return factories['io.flow.internal.v0.models.marketing_gateway_feed_source_google'](); },
|
|
18162
|
-
function () { return factories['io.flow.internal.v0.models.marketing_gateway_feed_source_facebook'](); },
|
|
18163
|
-
]);
|
|
18164
|
-
return f();
|
|
18165
|
-
},
|
|
18166
|
-
'io.flow.internal.v0.unions.marketing_gateway_item': function () {
|
|
18167
|
-
var f = faker.helpers.arrayElement([
|
|
18168
|
-
function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_item'](); },
|
|
18169
|
-
]);
|
|
18170
|
-
return f();
|
|
18171
|
-
},
|
|
18172
|
-
'io.flow.internal.v0.unions.marketing_gateway_source_summary': function () {
|
|
18173
|
-
var f = faker.helpers.arrayElement([
|
|
18174
|
-
function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_source_summary'](); },
|
|
18175
|
-
function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_source_summary'](); },
|
|
18176
|
-
function () { return factories['io.flow.internal.v0.models.marketing_gateway_flow_source_summary'](); },
|
|
18177
|
-
]);
|
|
18178
|
-
return f();
|
|
18179
|
-
},
|
|
18180
17514
|
'io.flow.internal.v0.unions.optin_prompt_display': function () {
|
|
18181
17515
|
var f = faker.helpers.arrayElement([
|
|
18182
17516
|
function () { return factories['io.flow.internal.v0.models.optin_prompt_checkout_display'](); },
|
|
@@ -18421,7 +17755,7 @@ var factories = {
|
|
|
18421
17755
|
function () { return factories['io.flow.internal.v0.models.duty_transaction'](); },
|
|
18422
17756
|
function () { return factories['io.flow.internal.v0.models.trueup_transaction'](); },
|
|
18423
17757
|
function () { return factories['io.flow.internal.v0.models.carrier_charge_transaction'](); },
|
|
18424
|
-
function () { return factories['io.flow.internal.v0.models.
|
|
17758
|
+
function () { return factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction'](); },
|
|
18425
17759
|
function () { return factories['io.flow.internal.v0.models.ge_revenue_share_transaction'](); },
|
|
18426
17760
|
function () { return factories['io.flow.internal.v0.models.tax_duty_delta_transaction'](); },
|
|
18427
17761
|
]);
|
|
@@ -18632,6 +17966,8 @@ var factories = {
|
|
|
18632
17966
|
}); },
|
|
18633
17967
|
'io.flow.label.v0.enums.cost_estimate_source': function () { return faker.helpers.arrayElement(['flow', 'channel']); },
|
|
18634
17968
|
'io.flow.label.v0.enums.direction': function () { return faker.helpers.arrayElement(['outbound', 'return']); },
|
|
17969
|
+
'io.flow.label.v0.enums.estimate_origin': function () { return faker.helpers.arrayElement(['Shopify', 'GlobalE', 'Aftership', 'Carrier']); },
|
|
17970
|
+
'io.flow.label.v0.enums.estimate_type': function () { return faker.helpers.arrayElement(['Estimated', 'Final']); },
|
|
18635
17971
|
'io.flow.label.v0.enums.label_request_method': function () { return faker.helpers.arrayElement([
|
|
18636
17972
|
'flow_web_sync',
|
|
18637
17973
|
'channel_web_async',
|
|
@@ -18730,6 +18066,14 @@ var factories = {
|
|
|
18730
18066
|
origin: factories['io.flow.fulfillment.v0.models.shipping_address'](),
|
|
18731
18067
|
shipment_recipient: factories['io.flow.label.v0.enums.shipment_recipient'](),
|
|
18732
18068
|
}); },
|
|
18069
|
+
'io.flow.label.v0.models.estimate': function () { return ({
|
|
18070
|
+
id: factories.string(),
|
|
18071
|
+
organization_id: factories.string(),
|
|
18072
|
+
label_id: factories.string(),
|
|
18073
|
+
estimate: factories['io.flow.label.v0.models.shipping_label_hop_summary'](),
|
|
18074
|
+
type: factories['io.flow.label.v0.enums.estimate_type'](),
|
|
18075
|
+
origin: factories['io.flow.label.v0.enums.estimate_origin'](),
|
|
18076
|
+
}); },
|
|
18733
18077
|
'io.flow.label.v0.models.label_order_summary': function () { return ({
|
|
18734
18078
|
id: factories.string(),
|
|
18735
18079
|
number: factories.string(),
|
|
@@ -20636,6 +19980,16 @@ var factories = {
|
|
|
20636
19980
|
'io.flow.payment.v0.models.authorization_result_description': function () { return ({
|
|
20637
19981
|
display: factories.string(),
|
|
20638
19982
|
}); },
|
|
19983
|
+
'io.flow.payment.v0.models.authorization_retry': function () { return ({
|
|
19984
|
+
id: factories.string(),
|
|
19985
|
+
authorization_request_id: factories.string(),
|
|
19986
|
+
authorization_id: factories.string(),
|
|
19987
|
+
organization_id: factories.string(),
|
|
19988
|
+
attempt: factories.integer(),
|
|
19989
|
+
last_failure_code: factories.string(),
|
|
19990
|
+
created_at: factories.date_time_iso_8601(),
|
|
19991
|
+
updated_at: factories.date_time_iso_8601(),
|
|
19992
|
+
}); },
|
|
20639
19993
|
'io.flow.payment.v0.models.authorization_version': function () { return ({
|
|
20640
19994
|
id: factories.string(),
|
|
20641
19995
|
timestamp: factories.date_time_iso_8601(),
|
|
@@ -20742,6 +20096,7 @@ var factories = {
|
|
|
20742
20096
|
processor: factories['io.flow.payment.v0.unions.expandable_payment_processor'](),
|
|
20743
20097
|
stored_method_usage_step: factories['io.flow.payment.v0.enums.stored_method_usage_step'](),
|
|
20744
20098
|
authorized_at: factories.date_time_iso_8601(),
|
|
20099
|
+
authorization_request_id: factories.string(),
|
|
20745
20100
|
}); },
|
|
20746
20101
|
'io.flow.payment.v0.models.card_browser_action_configuration': function () { return ({
|
|
20747
20102
|
discriminator: 'card_browser_action_configuration',
|
|
@@ -20990,6 +20345,7 @@ var factories = {
|
|
|
20990
20345
|
processor: factories['io.flow.payment.v0.unions.expandable_payment_processor'](),
|
|
20991
20346
|
confirmation_details: factories['io.flow.payment.v0.unions.confirmation_details'](),
|
|
20992
20347
|
authorized_at: factories.date_time_iso_8601(),
|
|
20348
|
+
authorization_request_id: factories.string(),
|
|
20993
20349
|
}); },
|
|
20994
20350
|
'io.flow.payment.v0.models.online_payment_authorization_form': function () { return ({
|
|
20995
20351
|
discriminator: 'online_payment_authorization_form',
|
|
@@ -22502,17 +21858,18 @@ var factories = {
|
|
|
22502
21858
|
return f();
|
|
22503
21859
|
},
|
|
22504
21860
|
'io.flow.sellability.v0.enums.rule_effect_type': function () { return faker.helpers.arrayElement(['market', 'dhl', 'dhl_ecommerce', 'ups']); },
|
|
21861
|
+
'io.flow.sellability.v0.enums.sellability_error_code': function () { return faker.helpers.arrayElement(['insufficient_details', 'ineligible_category']); },
|
|
22505
21862
|
'io.flow.sellability.v0.models.product_sellability': function () { return ({
|
|
22506
|
-
|
|
21863
|
+
shop_id: factories.string(),
|
|
22507
21864
|
product_id: factories.string(),
|
|
22508
|
-
|
|
21865
|
+
request_id: factories.string(),
|
|
21866
|
+
hs6_code: factories.string(),
|
|
22509
21867
|
restricted_regions: arrayOf(function () { return factories['io.flow.sellability.v0.models.sellablility_region_result'](); }),
|
|
22510
|
-
in_review_regions: arrayOf(function () { return factories['io.flow.sellability.v0.models.sellablility_region_result'](); }),
|
|
22511
21868
|
}); },
|
|
22512
21869
|
'io.flow.sellability.v0.models.product_sellability_form': function () { return ({
|
|
22513
|
-
|
|
21870
|
+
shop_id: factories.string(),
|
|
22514
21871
|
product_id: factories.string(),
|
|
22515
|
-
|
|
21872
|
+
request_id: factories.string(),
|
|
22516
21873
|
name: factories.string(),
|
|
22517
21874
|
price: factories['io.flow.sellability.v0.models.product_sellability_price'](),
|
|
22518
21875
|
description: factories.string(),
|
|
@@ -22522,6 +21879,10 @@ var factories = {
|
|
|
22522
21879
|
currency: factories.string(),
|
|
22523
21880
|
amount: factories.decimal(),
|
|
22524
21881
|
}); },
|
|
21882
|
+
'io.flow.sellability.v0.models.sellability_error': function () { return ({
|
|
21883
|
+
code: factories['io.flow.sellability.v0.enums.sellability_error_code'](),
|
|
21884
|
+
messages: arrayOf(function () { return factories.string(); }),
|
|
21885
|
+
}); },
|
|
22525
21886
|
'io.flow.sellability.v0.models.sellablility_region_result': function () { return ({
|
|
22526
21887
|
type: factories['io.flow.sellability.v0.enums.rule_effect_type'](),
|
|
22527
21888
|
regions: arrayOf(function () { return factories.string(); }),
|
|
@@ -22784,6 +22145,17 @@ var factories = {
|
|
|
22784
22145
|
weight: factories['io.flow.shopify.external.v0.models.graphql_weight'](),
|
|
22785
22146
|
}); },
|
|
22786
22147
|
'io.flow.shopify.external.v0.models.graphql_metafield': function () { return ({
|
|
22148
|
+
id: factories.string(),
|
|
22149
|
+
key: factories.string(),
|
|
22150
|
+
value: factories.string(),
|
|
22151
|
+
type: factories.string(),
|
|
22152
|
+
}); },
|
|
22153
|
+
'io.flow.shopify.external.v0.models.graphql_metaobject': function () { return ({
|
|
22154
|
+
id: factories.string(),
|
|
22155
|
+
displayName: factories.string(),
|
|
22156
|
+
fields: arrayOf(function () { return factories['io.flow.shopify.external.v0.models.graphql_metaobject_field'](); }),
|
|
22157
|
+
}); },
|
|
22158
|
+
'io.flow.shopify.external.v0.models.graphql_metaobject_field': function () { return ({
|
|
22787
22159
|
key: factories.string(),
|
|
22788
22160
|
value: factories.string(),
|
|
22789
22161
|
}); },
|
|
@@ -22943,6 +22315,7 @@ var factories = {
|
|
|
22943
22315
|
updated_at: factories.date_time_iso_8601(),
|
|
22944
22316
|
has_variants_that_requires_components: factories.boolean(),
|
|
22945
22317
|
category: factories['io.flow.product.v0.models.product_taxonomy_category'](),
|
|
22318
|
+
metafields: arrayOf(function () { return factories['io.flow.shopify.external.v0.models.product_metafield'](); }),
|
|
22946
22319
|
}); },
|
|
22947
22320
|
'io.flow.shopify.external.v0.models.product_delete': function () { return ({
|
|
22948
22321
|
id: factories.long(),
|
|
@@ -22957,6 +22330,16 @@ var factories = {
|
|
|
22957
22330
|
updated_at: factories.date_time_iso_8601(),
|
|
22958
22331
|
alt: factories.string(),
|
|
22959
22332
|
}); },
|
|
22333
|
+
'io.flow.shopify.external.v0.models.product_metafield': function () { return ({
|
|
22334
|
+
id: factories.long(),
|
|
22335
|
+
namespace: factories.string(),
|
|
22336
|
+
key: factories.string(),
|
|
22337
|
+
value: factories.string(),
|
|
22338
|
+
created_at: factories.date_time_iso_8601(),
|
|
22339
|
+
updated_at: factories.date_time_iso_8601(),
|
|
22340
|
+
type: factories.string(),
|
|
22341
|
+
admin_graphql_api_id: factories.string(),
|
|
22342
|
+
}); },
|
|
22960
22343
|
'io.flow.shopify.external.v0.models.product_variant': function () { return ({
|
|
22961
22344
|
id: factories.long(),
|
|
22962
22345
|
sku: factories.string(),
|
|
@@ -25233,6 +24616,7 @@ var factories = {
|
|
|
25233
24616
|
'requested_by_customer',
|
|
25234
24617
|
'void_invoice',
|
|
25235
24618
|
]); },
|
|
24619
|
+
'io.flow.stripe.v0.enums.capability_status': function () { return faker.helpers.arrayElement(['active', 'disabled', 'inactive', 'pending', 'unrequested']); },
|
|
25236
24620
|
'io.flow.stripe.v0.enums.capture_method': function () { return faker.helpers.arrayElement(['automatic', 'manual']); },
|
|
25237
24621
|
'io.flow.stripe.v0.enums.card_brand': function () { return faker.helpers.arrayElement([
|
|
25238
24622
|
'American Express',
|
|
@@ -25435,6 +24819,7 @@ var factories = {
|
|
|
25435
24819
|
'validation_error',
|
|
25436
24820
|
]); },
|
|
25437
24821
|
'io.flow.stripe.v0.enums.event_type': function () { return faker.helpers.arrayElement([
|
|
24822
|
+
'capability.updated',
|
|
25438
24823
|
'charge.captured',
|
|
25439
24824
|
'charge.failed',
|
|
25440
24825
|
'charge.pending',
|
|
@@ -25548,9 +24933,57 @@ var factories = {
|
|
|
25548
24933
|
]); },
|
|
25549
24934
|
'io.flow.stripe.v0.enums.refund_reason': function () { return faker.helpers.arrayElement(['duplicate', 'fraudulent', 'requested_by_customer']); },
|
|
25550
24935
|
'io.flow.stripe.v0.enums.refund_status': function () { return faker.helpers.arrayElement(['succeeded', 'failed', 'pending', 'canceled']); },
|
|
24936
|
+
'io.flow.stripe.v0.enums.reporting_report_run_status': function () { return faker.helpers.arrayElement(['pending', 'succeeded', 'failed']); },
|
|
24937
|
+
'io.flow.stripe.v0.enums.reporting_report_type': function () { return faker.helpers.arrayElement([
|
|
24938
|
+
'ending_balance_reconciliation.itemized.1',
|
|
24939
|
+
'ending_balance_reconciliation.itemized.2',
|
|
24940
|
+
'ending_balance_reconciliation.itemized.3',
|
|
24941
|
+
'ending_balance_reconciliation.itemized.4',
|
|
24942
|
+
'payout_reconciliation.itemized.5',
|
|
24943
|
+
'payout_reconciliation.by_id.itemized.1',
|
|
24944
|
+
'payout_reconciliation.by_id.itemized.2',
|
|
24945
|
+
'payout_reconciliation.by_id.itemized.3',
|
|
24946
|
+
'payout_reconciliation.by_id.itemized.4',
|
|
24947
|
+
'payout_reconciliation.by_id.summary.1',
|
|
24948
|
+
'ending_balance_reconciliation.summary.1',
|
|
24949
|
+
'payout_reconciliation.itemized.1',
|
|
24950
|
+
'payout_reconciliation.itemized.2',
|
|
24951
|
+
'payout_reconciliation.itemized.3',
|
|
24952
|
+
'payout_reconciliation.itemized.4',
|
|
24953
|
+
'payout_reconciliation.summary.1',
|
|
24954
|
+
]); },
|
|
25551
24955
|
'io.flow.stripe.v0.enums.request_three_d_secure_type': function () { return faker.helpers.arrayElement(['automatic', 'any']); },
|
|
25552
24956
|
'io.flow.stripe.v0.enums.requested_capabilities': function () { return faker.helpers.arrayElement(['card_payments', 'legacy_payments', 'transfers']); },
|
|
25553
24957
|
'io.flow.stripe.v0.enums.setup_future_usage': function () { return faker.helpers.arrayElement(['on_session', 'off_session']); },
|
|
24958
|
+
'io.flow.stripe.v0.enums.shopify_payment_stripe_event_type': function () { return faker.helpers.arrayElement([
|
|
24959
|
+
'charge.captured',
|
|
24960
|
+
'charge.dispute.created',
|
|
24961
|
+
'charge.dispute.closed',
|
|
24962
|
+
'charge.dispute.funds_reinstated',
|
|
24963
|
+
'charge.dispute.funds_withdrawn',
|
|
24964
|
+
'charge.dispute.updated',
|
|
24965
|
+
'charge.expired',
|
|
24966
|
+
'charge.failed',
|
|
24967
|
+
'charge.pending',
|
|
24968
|
+
'charge.refund.updated',
|
|
24969
|
+
'charge.refunded',
|
|
24970
|
+
'charge.succeeded',
|
|
24971
|
+
'charge.updated',
|
|
24972
|
+
'payment_intent.amount_capturable_updated',
|
|
24973
|
+
'payment_intent.canceled',
|
|
24974
|
+
'payment_intent.created',
|
|
24975
|
+
'payment_intent.partially_funded',
|
|
24976
|
+
'payment_intent.payment_failed',
|
|
24977
|
+
'payment_intent.processing',
|
|
24978
|
+
'payment_intent.requires_action',
|
|
24979
|
+
'payment_intent.succeeded',
|
|
24980
|
+
'transfer.created',
|
|
24981
|
+
'transfer.reversed',
|
|
24982
|
+
'transfer.updated',
|
|
24983
|
+
'reporting.report_run.succeeded',
|
|
24984
|
+
'reporting.report_type.updated',
|
|
24985
|
+
'reporting.report_type.failed',
|
|
24986
|
+
]); },
|
|
25554
24987
|
'io.flow.stripe.v0.enums.source_flow': function () { return faker.helpers.arrayElement(['redirect', 'receiver', 'code_verification', 'none']); },
|
|
25555
24988
|
'io.flow.stripe.v0.enums.source_status': function () { return faker.helpers.arrayElement(['canceled', 'chargeable', 'consumed', 'failed', 'pending']); },
|
|
25556
24989
|
'io.flow.stripe.v0.enums.source_type': function () { return faker.helpers.arrayElement([
|
|
@@ -25649,6 +25082,16 @@ var factories = {
|
|
|
25649
25082
|
'io.flow.stripe.v0.models.apple_pay_information': function () { return ({
|
|
25650
25083
|
type: factories['io.flow.stripe.v0.enums.apple_pay_type'](),
|
|
25651
25084
|
}); },
|
|
25085
|
+
'io.flow.stripe.v0.models.capability': function () { return ({
|
|
25086
|
+
id: factories.string(),
|
|
25087
|
+
account: factories.string(),
|
|
25088
|
+
requested: factories.boolean(),
|
|
25089
|
+
requirements: factories.object(),
|
|
25090
|
+
status: factories['io.flow.stripe.v0.enums.capability_status'](),
|
|
25091
|
+
object: factories.string(),
|
|
25092
|
+
future_requirements: factories.object(),
|
|
25093
|
+
requested_at: factories.long(),
|
|
25094
|
+
}); },
|
|
25652
25095
|
'io.flow.stripe.v0.models.card': function () { return ({
|
|
25653
25096
|
id: factories.string(),
|
|
25654
25097
|
object: factories.string(),
|
|
@@ -26383,11 +25826,68 @@ var factories = {
|
|
|
26383
25826
|
total_count: factories.long(),
|
|
26384
25827
|
url: factories.string(),
|
|
26385
25828
|
}); },
|
|
25829
|
+
'io.flow.stripe.v0.models.report_run_parameters': function () { return ({
|
|
25830
|
+
interval_start: factories.long(),
|
|
25831
|
+
interval_end: factories.long(),
|
|
25832
|
+
columns: arrayOf(function () { return factories.string(); }),
|
|
25833
|
+
payout: factories.string(),
|
|
25834
|
+
connected_account: factories.string(),
|
|
25835
|
+
reporting_category: factories.string(),
|
|
25836
|
+
}); },
|
|
25837
|
+
'io.flow.stripe.v0.models.reporting_report_run': function () { return ({
|
|
25838
|
+
id: factories.string(),
|
|
25839
|
+
object: factories.string(),
|
|
25840
|
+
created: factories.long(),
|
|
25841
|
+
error: factories.string(),
|
|
25842
|
+
livemode: factories.boolean(),
|
|
25843
|
+
status: factories['io.flow.stripe.v0.enums.reporting_report_run_status'](),
|
|
25844
|
+
result: factories['io.flow.stripe.v0.models.reporting_report_run_result'](),
|
|
25845
|
+
succeeded_at: factories.long(),
|
|
25846
|
+
}); },
|
|
25847
|
+
'io.flow.stripe.v0.models.reporting_report_run_form': function () { return ({
|
|
25848
|
+
report_type: factories['io.flow.stripe.v0.enums.reporting_report_type'](),
|
|
25849
|
+
parameters: factories['io.flow.stripe.v0.models.report_run_parameters'](),
|
|
25850
|
+
}); },
|
|
25851
|
+
'io.flow.stripe.v0.models.reporting_report_run_result': function () { return ({
|
|
25852
|
+
id: factories.string(),
|
|
25853
|
+
object: factories.string(),
|
|
25854
|
+
created: factories.long(),
|
|
25855
|
+
expires_at: factories.long(),
|
|
25856
|
+
filename: factories.string(),
|
|
25857
|
+
links: factories.object(),
|
|
25858
|
+
purpose: factories.string(),
|
|
25859
|
+
size: factories.long(),
|
|
25860
|
+
title: factories.string(),
|
|
25861
|
+
type: factories.string(),
|
|
25862
|
+
url: factories.string(),
|
|
25863
|
+
}); },
|
|
25864
|
+
'io.flow.stripe.v0.models.reporting_report_runs': function () { return ({
|
|
25865
|
+
object: factories.string(),
|
|
25866
|
+
data: arrayOf(function () { return factories['io.flow.stripe.v0.models.reporting_report_run'](); }),
|
|
25867
|
+
has_more: factories.boolean(),
|
|
25868
|
+
url: factories.string(),
|
|
25869
|
+
}); },
|
|
26386
25870
|
'io.flow.stripe.v0.models.shipping': function () { return ({
|
|
26387
25871
|
address: factories['io.flow.stripe.v0.models.address'](),
|
|
26388
25872
|
name: factories.string(),
|
|
26389
25873
|
phone: factories.string(),
|
|
26390
25874
|
}); },
|
|
25875
|
+
'io.flow.stripe.v0.models.shopify_payment_stripe_event': function () { return ({
|
|
25876
|
+
id: factories.string(),
|
|
25877
|
+
api_version: factories.string(),
|
|
25878
|
+
data: factories['io.flow.stripe.v0.models.shopify_payment_stripe_event_data'](),
|
|
25879
|
+
request: factories.object(),
|
|
25880
|
+
type: factories['io.flow.stripe.v0.enums.shopify_payment_stripe_event_type'](),
|
|
25881
|
+
object: factories.string(),
|
|
25882
|
+
account: factories.string(),
|
|
25883
|
+
created: factories.long(),
|
|
25884
|
+
livemode: factories.boolean(),
|
|
25885
|
+
pending_webhooks: factories.integer(),
|
|
25886
|
+
}); },
|
|
25887
|
+
'io.flow.stripe.v0.models.shopify_payment_stripe_event_data': function () { return ({
|
|
25888
|
+
object: factories.object(),
|
|
25889
|
+
previous_attributes: factories.object(),
|
|
25890
|
+
}); },
|
|
26391
25891
|
'io.flow.stripe.v0.models.source': function () { return ({
|
|
26392
25892
|
id: factories.string(),
|
|
26393
25893
|
object: factories.string(),
|
|
@@ -26821,6 +26321,8 @@ var factories = {
|
|
|
26821
26321
|
'exception',
|
|
26822
26322
|
'returned',
|
|
26823
26323
|
'expired',
|
|
26324
|
+
'unknown',
|
|
26325
|
+
'unmapped',
|
|
26824
26326
|
]); },
|
|
26825
26327
|
'io.flow.tracking.v0.models.label_tracking_carrier_service': function () { return ({
|
|
26826
26328
|
carrier_id: factories.string(),
|
|
@@ -27194,16 +26696,6 @@ export var makeBooleanFeatureRuleForm = function () { return factories['io.flow.
|
|
|
27194
26696
|
export var makeBooleanFeatureValue = function () { return factories['io.flow.internal.v0.models.boolean_feature_value'](); };
|
|
27195
26697
|
export var makeBrickWebhookEvent = function () { return factories['io.flow.internal.v0.models.brick_webhook_event'](); };
|
|
27196
26698
|
export var makeBrickWebhookEventResponse = function () { return factories['io.flow.internal.v0.models.brick_webhook_event_response'](); };
|
|
27197
|
-
export var makeBrowserBundle = function () { return factories['io.flow.internal.v0.models.browser_bundle'](); };
|
|
27198
|
-
export var makeBrowserBundleCountryPickerForm = function () { return factories['io.flow.internal.v0.models.browser_bundle_country_picker_form'](); };
|
|
27199
|
-
export var makeBrowserBundleError = function () { return factories['io.flow.internal.v0.models.browser_bundle_error'](); };
|
|
27200
|
-
export var makeBrowserBundleErrorCode = function () { return factories['io.flow.internal.v0.enums.browser_bundle_error_code'](); };
|
|
27201
|
-
export var makeBrowserBundleFeatureForm = function () { return factories['io.flow.internal.v0.models.browser_bundle_feature_form'](); };
|
|
27202
|
-
export var makeBrowserBundleForm = function () { return factories['io.flow.internal.v0.models.browser_bundle_form'](); };
|
|
27203
|
-
export var makeBrowserBundleOptinForm = function () { return factories['io.flow.internal.v0.models.browser_bundle_optin_form'](); };
|
|
27204
|
-
export var makeBrowserBundlePaymentMethod = function () { return factories['io.flow.internal.v0.models.browser_bundle_payment_method'](); };
|
|
27205
|
-
export var makeBrowserBundlePaymentMethodForm = function () { return factories['io.flow.internal.v0.models.browser_bundle_payment_method_form'](); };
|
|
27206
|
-
export var makeBrowserBundlePaymentMethods = function () { return factories['io.flow.internal.v0.models.browser_bundle_payment_methods'](); };
|
|
27207
26699
|
export var makeBulkClassificationAction = function () { return factories['io.flow.internal.v0.models.bulk_classification_action'](); };
|
|
27208
26700
|
export var makeBulkDutyUpdateValidationError = function () { return factories['io.flow.internal.v0.models.bulk_duty_update_validation_error'](); };
|
|
27209
26701
|
export var makeCalculatedTaxAmount = function () { return factories['io.flow.internal.v0.models.calculated_tax_amount'](); };
|
|
@@ -27339,8 +26831,6 @@ export var makeCheckoutBehaviorCustomerInfo = function () { return factories['io
|
|
|
27339
26831
|
export var makeCheckoutBehaviorCustomerInfoEmail = function () { return factories['io.flow.internal.v0.models.checkout_behavior_customer_info_email'](); };
|
|
27340
26832
|
export var makeCheckoutBehaviorShippingAddress = function () { return factories['io.flow.internal.v0.models.checkout_behavior_shipping_address'](); };
|
|
27341
26833
|
export var makeCheckoutBehaviorShippingMethod = function () { return factories['io.flow.internal.v0.models.checkout_behavior_shipping_method'](); };
|
|
27342
|
-
export var makeCheckoutBundle = function () { return factories['io.flow.internal.v0.models.checkout_bundle'](); };
|
|
27343
|
-
export var makeCheckoutBundleMetadata = function () { return factories['io.flow.internal.v0.models.checkout_bundle_metadata'](); };
|
|
27344
26834
|
export var makeCheckoutConfiguration = function () { return factories['io.flow.internal.v0.models.checkout_configuration'](); };
|
|
27345
26835
|
export var makeCheckoutConfigurationDeleted = function () { return factories['io.flow.internal.v0.models.checkout_configuration_deleted'](); };
|
|
27346
26836
|
export var makeCheckoutConfigurationForm = function () { return factories['io.flow.internal.v0.models.checkout_configuration_form'](); };
|
|
@@ -27351,27 +26841,15 @@ export var makeCheckoutContentDetails = function () { return factories['io.flow.
|
|
|
27351
26841
|
export var makeCheckoutContentSummary = function () { return factories['io.flow.internal.v0.models.checkout_content_summary'](); };
|
|
27352
26842
|
export var makeCheckoutError = function () { return factories['io.flow.internal.v0.models.checkout_error'](); };
|
|
27353
26843
|
export var makeCheckoutErrorCode = function () { return factories['io.flow.internal.v0.enums.checkout_error_code'](); };
|
|
27354
|
-
export var makeCheckoutFinalizeOrderForm = function () { return factories['io.flow.internal.v0.models.checkout_finalize_order_form'](); };
|
|
27355
|
-
export var makeCheckoutForm = function () { return factories['io.flow.internal.v0.unions.checkout_form'](); };
|
|
27356
26844
|
export var makeCheckoutMarketingContent = function () { return factories['io.flow.internal.v0.models.checkout_marketing_content'](); };
|
|
27357
|
-
export var makeCheckoutOrderForm = function () { return factories['io.flow.internal.v0.models.checkout_order_form'](); };
|
|
27358
|
-
export var makeCheckoutOrderNumberForm = function () { return factories['io.flow.internal.v0.models.checkout_order_number_form'](); };
|
|
27359
26845
|
export var makeCheckoutPayment = function () { return factories['io.flow.internal.v0.models.checkout_payment'](); };
|
|
27360
26846
|
export var makeCheckoutPaymentContent = function () { return factories['io.flow.internal.v0.models.checkout_payment_content'](); };
|
|
27361
26847
|
export var makeCheckoutPlatformData = function () { return factories['io.flow.internal.v0.models.checkout_platform_data'](); };
|
|
27362
26848
|
export var makeCheckoutPromptBehavior = function () { return factories['io.flow.internal.v0.enums.checkout_prompt_behavior'](); };
|
|
27363
26849
|
export var makeCheckoutRedirect = function () { return factories['io.flow.internal.v0.models.checkout_redirect'](); };
|
|
27364
26850
|
export var makeCheckoutRedirectMethod = function () { return factories['io.flow.internal.v0.enums.checkout_redirect_method'](); };
|
|
27365
|
-
export var makeCheckoutReferenceForm = function () { return factories['io.flow.internal.v0.models.checkout_reference_form'](); };
|
|
27366
26851
|
export var makeCheckoutSettings = function () { return factories['io.flow.internal.v0.models.checkout_settings'](); };
|
|
27367
26852
|
export var makeCheckoutShippingMethodPromptBehavior = function () { return factories['io.flow.internal.v0.enums.checkout_shipping_method_prompt_behavior'](); };
|
|
27368
|
-
export var makeCheckoutSourceOrderForm = function () { return factories['io.flow.internal.v0.models.checkout_source_order_form'](); };
|
|
27369
|
-
export var makeCheckoutSubmission = function () { return factories['io.flow.internal.v0.models.checkout_submission'](); };
|
|
27370
|
-
export var makeCheckoutSubmissionForm = function () { return factories['io.flow.internal.v0.models.checkout_submission_form'](); };
|
|
27371
|
-
export var makeCheckoutSubmitOrderBundle = function () { return factories['io.flow.internal.v0.models.checkout_submit_order_bundle'](); };
|
|
27372
|
-
export var makeCheckoutSubmitOrderBundles = function () { return factories['io.flow.internal.v0.unions.checkout_submit_order_bundles'](); };
|
|
27373
|
-
export var makeCheckoutSubmitOrderForm = function () { return factories['io.flow.internal.v0.models.checkout_submit_order_form'](); };
|
|
27374
|
-
export var makeCheckoutSubmitOrderForms = function () { return factories['io.flow.internal.v0.unions.checkout_submit_order_forms'](); };
|
|
27375
26853
|
export var makeCheckoutUrl = function () { return factories['io.flow.internal.v0.models.checkout_url'](); };
|
|
27376
26854
|
export var makeCheckoutUrlType = function () { return factories['io.flow.internal.v0.enums.checkout_url_type'](); };
|
|
27377
26855
|
export var makeCipher = function () { return factories['io.flow.internal.v0.models.cipher'](); };
|
|
@@ -27598,7 +27076,6 @@ export var makeEventType = function () { return factories['io.flow.internal.v0.e
|
|
|
27598
27076
|
export var makeExclusionRuleDeleted = function () { return factories['io.flow.internal.v0.models.exclusion_rule_deleted'](); };
|
|
27599
27077
|
export var makeExclusionRuleExportRequest = function () { return factories['io.flow.internal.v0.models.exclusion_rule_export_request'](); };
|
|
27600
27078
|
export var makeExclusionRuleUpserted = function () { return factories['io.flow.internal.v0.models.exclusion_rule_upserted'](); };
|
|
27601
|
-
export var makeExpectedOrderSummary = function () { return factories['io.flow.internal.v0.models.expected_order_summary'](); };
|
|
27602
27079
|
export var makeExperienceExportRequest = function () { return factories['io.flow.internal.v0.models.experience_export_request'](); };
|
|
27603
27080
|
export var makeExperienceImportRequest = function () { return factories['io.flow.internal.v0.models.experience_import_request'](); };
|
|
27604
27081
|
export var makeExperienceImportType = function () { return factories['io.flow.internal.v0.enums.experience_import_type'](); };
|
|
@@ -27649,14 +27126,8 @@ export var makeFeatureValueResult = function () { return factories['io.flow.inte
|
|
|
27649
27126
|
export var makeFedex = function () { return factories['io.flow.internal.v0.models.fedex'](); };
|
|
27650
27127
|
export var makeFedexCrossborder = function () { return factories['io.flow.internal.v0.models.fedex_crossborder'](); };
|
|
27651
27128
|
export var makeFee = function () { return factories['io.flow.internal.v0.models.fee'](); };
|
|
27652
|
-
export var makeFeedDeleted = function () { return factories['io.flow.internal.v0.models.feed_deleted'](); };
|
|
27653
|
-
export var makeFeedUpserted = function () { return factories['io.flow.internal.v0.models.feed_upserted'](); };
|
|
27654
|
-
export var makeFeedsExport = function () { return factories['io.flow.internal.v0.models.feeds_export'](); };
|
|
27655
27129
|
export var makeFees = function () { return factories['io.flow.internal.v0.models.fees'](); };
|
|
27656
27130
|
export var makeFeesSource = function () { return factories['io.flow.internal.v0.enums.fees_source'](); };
|
|
27657
|
-
export var makeFinalEstimate = function () { return factories['io.flow.internal.v0.models.final_estimate'](); };
|
|
27658
|
-
export var makeFinalEstimateDeleted = function () { return factories['io.flow.internal.v0.models.final_estimate_deleted'](); };
|
|
27659
|
-
export var makeFinalEstimateUpserted = function () { return factories['io.flow.internal.v0.models.final_estimate_upserted'](); };
|
|
27660
27131
|
export var makeFinanceBankAccount = function () { return factories['io.flow.internal.v0.models.finance_bank_account'](); };
|
|
27661
27132
|
export var makeFinanceBankAccountOwner = function () { return factories['io.flow.internal.v0.models.finance_bank_account_owner'](); };
|
|
27662
27133
|
export var makeFinanceBankPayment = function () { return factories['io.flow.internal.v0.models.finance_bank_payment'](); };
|
|
@@ -27738,7 +27209,6 @@ export var makeFulfillmentDeleted = function () { return factories['io.flow.inte
|
|
|
27738
27209
|
export var makeFulfillmentFallbacks = function () { return factories['io.flow.internal.v0.models.fulfillment_fallbacks'](); };
|
|
27739
27210
|
export var makeFulfillmentFallbacksDeleted = function () { return factories['io.flow.internal.v0.models.fulfillment_fallbacks_deleted'](); };
|
|
27740
27211
|
export var makeFulfillmentFallbacksUpserted = function () { return factories['io.flow.internal.v0.models.fulfillment_fallbacks_upserted'](); };
|
|
27741
|
-
export var makeFulfillmentInternalExperienceReference = function () { return factories['io.flow.internal.v0.models.fulfillment_internal_experience_reference'](); };
|
|
27742
27212
|
export var makeFulfillmentOrigin = function () { return factories['io.flow.internal.v0.models.fulfillment_origin'](); };
|
|
27743
27213
|
export var makeFulfillmentProof = function () { return factories['io.flow.internal.v0.unions.fulfillment_proof'](); };
|
|
27744
27214
|
export var makeFulfillmentProofExternalFulfillmentProofReference = function () { return factories['io.flow.internal.v0.models.fulfillment_proof_external_fulfillment_proof_reference'](); };
|
|
@@ -27786,8 +27256,6 @@ export var makeHarmonizationCodesImport = function () { return factories['io.flo
|
|
|
27786
27256
|
export var makeHarmonizationColumnSetting = function () { return factories['io.flow.internal.v0.models.harmonization_column_setting'](); };
|
|
27787
27257
|
export var makeHarmonizationDecisionSource = function () { return factories['io.flow.internal.v0.enums.harmonization_decision_source'](); };
|
|
27788
27258
|
export var makeHarmonizationItemClassification = function () { return factories['io.flow.internal.v0.models.harmonization_item_classification'](); };
|
|
27789
|
-
export var makeHarmonizationItemClassificationDeleted = function () { return factories['io.flow.internal.v0.models.harmonization_item_classification_deleted'](); };
|
|
27790
|
-
export var makeHarmonizationItemClassificationUpserted = function () { return factories['io.flow.internal.v0.models.harmonization_item_classification_upserted'](); };
|
|
27791
27259
|
export var makeHarmonizationItemSummary = function () { return factories['io.flow.internal.v0.models.harmonization_item_summary'](); };
|
|
27792
27260
|
export var makeHarmonizationMlModelSummary = function () { return factories['io.flow.internal.v0.models.harmonization_ml_model_summary'](); };
|
|
27793
27261
|
export var makeHarmonizationPhraseSuggestionRequestImport = function () { return factories['io.flow.internal.v0.models.harmonization_phrase_suggestion_request_import'](); };
|
|
@@ -27828,7 +27296,6 @@ export var makeInternalRefundForm = function () { return factories['io.flow.inte
|
|
|
27828
27296
|
export var makeInternalStripeAuthorizationDetails = function () { return factories['io.flow.internal.v0.models.internal_stripe_authorization_details'](); };
|
|
27829
27297
|
export var makeInternalTransactionDetails = function () { return factories['io.flow.internal.v0.unions.internal_transaction_details'](); };
|
|
27830
27298
|
export var makeInternalTransactionDetailsCard = function () { return factories['io.flow.internal.v0.models.internal_transaction_details_card'](); };
|
|
27831
|
-
export var makeInvalidCheckoutData = function () { return factories['io.flow.internal.v0.models.invalid_checkout_data'](); };
|
|
27832
27299
|
export var makeInvariant = function () { return factories['io.flow.internal.v0.models.invariant'](); };
|
|
27833
27300
|
export var makeInventoryItemWrapper = function () { return factories['io.flow.internal.v0.models.inventory_item_wrapper'](); };
|
|
27834
27301
|
export var makeInvoice = function () { return factories['io.flow.internal.v0.models.invoice'](); };
|
|
@@ -27841,7 +27308,6 @@ export var makeIssuerDeleted = function () { return factories['io.flow.internal.
|
|
|
27841
27308
|
export var makeIssuerUpserted = function () { return factories['io.flow.internal.v0.models.issuer_upserted'](); };
|
|
27842
27309
|
export var makeItemClassification = function () { return factories['io.flow.internal.v0.models.item_classification'](); };
|
|
27843
27310
|
export var makeItemClassificationAction = function () { return factories['io.flow.internal.v0.enums.item_classification_action'](); };
|
|
27844
|
-
export var makeItemClassificationCreated = function () { return factories['io.flow.internal.v0.models.item_classification_created'](); };
|
|
27845
27311
|
export var makeItemClassificationForm = function () { return factories['io.flow.internal.v0.models.item_classification_form'](); };
|
|
27846
27312
|
export var makeItemClassificationStatus = function () { return factories['io.flow.internal.v0.enums.item_classification_status'](); };
|
|
27847
27313
|
export var makeItemClassificationSummary = function () { return factories['io.flow.internal.v0.models.item_classification_summary'](); };
|
|
@@ -27891,6 +27357,7 @@ export var makeLabelCreationJobSummary = function () { return factories['io.flow
|
|
|
27891
27357
|
export var makeLabelCreationRequestForm = function () { return factories['io.flow.internal.v0.models.label_creation_request_form'](); };
|
|
27892
27358
|
export var makeLabelCreationStatus = function () { return factories['io.flow.internal.v0.enums.label_creation_status'](); };
|
|
27893
27359
|
export var makeLabelDestination = function () { return factories['io.flow.internal.v0.models.label_destination'](); };
|
|
27360
|
+
export var makeLabelEventMedium = function () { return factories['io.flow.internal.v0.enums.label_event_medium'](); };
|
|
27894
27361
|
export var makeLabelEventSource = function () { return factories['io.flow.internal.v0.enums.label_event_source'](); };
|
|
27895
27362
|
export var makeLabelGenerationSettings = function () { return factories['io.flow.internal.v0.models.label_generation_settings'](); };
|
|
27896
27363
|
export var makeLabelGenerationSettingsDeleted = function () { return factories['io.flow.internal.v0.models.label_generation_settings_deleted'](); };
|
|
@@ -27945,16 +27412,9 @@ export var makeLocalizedContent = function () { return factories['io.flow.intern
|
|
|
27945
27412
|
export var makeLocalizedContentElement = function () { return factories['io.flow.internal.v0.models.localized_content_element'](); };
|
|
27946
27413
|
export var makeLocalizedContentForm = function () { return factories['io.flow.internal.v0.models.localized_content_form'](); };
|
|
27947
27414
|
export var makeLocalizedContentUpserted = function () { return factories['io.flow.internal.v0.models.localized_content_upserted'](); };
|
|
27948
|
-
export var makeLocalizedItemDeleted = function () { return factories['io.flow.internal.v0.models.localized_item_deleted'](); };
|
|
27949
|
-
export var makeLocalizedItemDeletedV2 = function () { return factories['io.flow.internal.v0.models.localized_item_deleted_v2'](); };
|
|
27950
27415
|
export var makeLocalizedItemPricesExportRequest = function () { return factories['io.flow.internal.v0.models.localized_item_prices_export_request'](); };
|
|
27951
|
-
export var makeLocalizedItemSnapshot = function () { return factories['io.flow.internal.v0.models.localized_item_snapshot'](); };
|
|
27952
|
-
export var makeLocalizedItemUpsertedV2 = function () { return factories['io.flow.internal.v0.models.localized_item_upserted_v2'](); };
|
|
27953
27416
|
export var makeLocalizedItemsExportSettings = function () { return factories['io.flow.internal.v0.models.localized_items_export_settings'](); };
|
|
27954
|
-
export var makeLocalizedPriceBookItem = function () { return factories['io.flow.internal.v0.models.localized_price_book_item'](); };
|
|
27955
27417
|
export var makeLocalizedPriceBookItemData = function () { return factories['io.flow.internal.v0.models.localized_price_book_item_data'](); };
|
|
27956
|
-
export var makeLocalizedPriceBookItemDeleted = function () { return factories['io.flow.internal.v0.models.localized_price_book_item_deleted'](); };
|
|
27957
|
-
export var makeLocalizedPriceBookItemUpserted = function () { return factories['io.flow.internal.v0.models.localized_price_book_item_upserted'](); };
|
|
27958
27418
|
export var makeLocation = function () { return factories['io.flow.internal.v0.models.location'](); };
|
|
27959
27419
|
export var makeLogisticsCapabilities = function () { return factories['io.flow.internal.v0.models.logistics_capabilities'](); };
|
|
27960
27420
|
export var makeLogisticsCapabilitiesDeleted = function () { return factories['io.flow.internal.v0.models.logistics_capabilities_deleted'](); };
|
|
@@ -27986,58 +27446,6 @@ export var makeManualTransactionCategory = function () { return factories['io.fl
|
|
|
27986
27446
|
export var makeManualTransactionForm = function () { return factories['io.flow.internal.v0.models.manual_transaction_form'](); };
|
|
27987
27447
|
export var makeManualTransactionFormOrder = function () { return factories['io.flow.internal.v0.models.manual_transaction_form_order'](); };
|
|
27988
27448
|
export var makeMarkedAsFinal = function () { return factories['io.flow.internal.v0.models.marked_as_final'](); };
|
|
27989
|
-
export var makeMarketingGatewayAccountConnectionStatus = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_account_connection_status'](); };
|
|
27990
|
-
export var makeMarketingGatewayChannel = function () { return factories['io.flow.internal.v0.models.marketing_gateway_channel'](); };
|
|
27991
|
-
export var makeMarketingGatewayChannelConnectionForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_channel_connection_form'](); };
|
|
27992
|
-
export var makeMarketingGatewayChannelDetails = function () { return factories['io.flow.internal.v0.unions.marketing_gateway_channel_details'](); };
|
|
27993
|
-
export var makeMarketingGatewayChannelForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_channel_form'](); };
|
|
27994
|
-
export var makeMarketingGatewayChannelIntegrationType = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_channel_integration_type'](); };
|
|
27995
|
-
export var makeMarketingGatewayChannelSourceSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_channel_source_summary'](); };
|
|
27996
|
-
export var makeMarketingGatewayChannelStatus = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_channel_status'](); };
|
|
27997
|
-
export var makeMarketingGatewayDistributionChannel = function () { return factories['io.flow.internal.v0.unions.marketing_gateway_distribution_channel'](); };
|
|
27998
|
-
export var makeMarketingGatewayDistributionChannelFacebook = function () { return factories['io.flow.internal.v0.models.marketing_gateway_distribution_channel_facebook'](); };
|
|
27999
|
-
export var makeMarketingGatewayDistributionChannelGoogle = function () { return factories['io.flow.internal.v0.models.marketing_gateway_distribution_channel_google'](); };
|
|
28000
|
-
export var makeMarketingGatewayError = function () { return factories['io.flow.internal.v0.models.marketing_gateway_error'](); };
|
|
28001
|
-
export var makeMarketingGatewayErrorCode = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_error_code'](); };
|
|
28002
|
-
export var makeMarketingGatewayFacebookBusiness = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_business'](); };
|
|
28003
|
-
export var makeMarketingGatewayFacebookBusinessSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_business_summary'](); };
|
|
28004
|
-
export var makeMarketingGatewayFacebookCatalogForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_catalog_form'](); };
|
|
28005
|
-
export var makeMarketingGatewayFacebookCatalogSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_catalog_summary'](); };
|
|
28006
|
-
export var makeMarketingGatewayFacebookChannelDetails = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_channel_details'](); };
|
|
28007
|
-
export var makeMarketingGatewayFacebookConnection = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection'](); };
|
|
28008
|
-
export var makeMarketingGatewayFacebookConnectionAccessTokenSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection_access_token_summary'](); };
|
|
28009
|
-
export var makeMarketingGatewayFacebookConnectionDeauth = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection_deauth'](); };
|
|
28010
|
-
export var makeMarketingGatewayFacebookConnectionForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection_form'](); };
|
|
28011
|
-
export var makeMarketingGatewayFacebookSourceSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_facebook_source_summary'](); };
|
|
28012
|
-
export var makeMarketingGatewayFacebookTokenStatus = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_facebook_token_status'](); };
|
|
28013
|
-
export var makeMarketingGatewayFeed = function () { return factories['io.flow.internal.v0.models.marketing_gateway_feed'](); };
|
|
28014
|
-
export var makeMarketingGatewayFeedDownloadFormat = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_feed_download_format'](); };
|
|
28015
|
-
export var makeMarketingGatewayFeedExportForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_feed_export_form'](); };
|
|
28016
|
-
export var makeMarketingGatewayFeedForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_feed_form'](); };
|
|
28017
|
-
export var makeMarketingGatewayFeedFormRequest = function () { return factories['io.flow.internal.v0.models.marketing_gateway_feed_form_request'](); };
|
|
28018
|
-
export var makeMarketingGatewayFeedSource = function () { return factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](); };
|
|
28019
|
-
export var makeMarketingGatewayFeedSourceFacebook = function () { return factories['io.flow.internal.v0.models.marketing_gateway_feed_source_facebook'](); };
|
|
28020
|
-
export var makeMarketingGatewayFeedSourceGoogle = function () { return factories['io.flow.internal.v0.models.marketing_gateway_feed_source_google'](); };
|
|
28021
|
-
export var makeMarketingGatewayFeedState = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_feed_state'](); };
|
|
28022
|
-
export var makeMarketingGatewayFilterSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_filter_summary'](); };
|
|
28023
|
-
export var makeMarketingGatewayFlowSourceSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_flow_source_summary'](); };
|
|
28024
|
-
export var makeMarketingGatewayGoogleAccountForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_account_form'](); };
|
|
28025
|
-
export var makeMarketingGatewayGoogleAccountSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_account_summary'](); };
|
|
28026
|
-
export var makeMarketingGatewayGoogleChannelDetails = function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_channel_details'](); };
|
|
28027
|
-
export var makeMarketingGatewayGoogleConnection = function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_connection'](); };
|
|
28028
|
-
export var makeMarketingGatewayGoogleConnectionForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_connection_form'](); };
|
|
28029
|
-
export var makeMarketingGatewayGoogleItem = function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_item'](); };
|
|
28030
|
-
export var makeMarketingGatewayGoogleSourceSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_google_source_summary'](); };
|
|
28031
|
-
export var makeMarketingGatewayItem = function () { return factories['io.flow.internal.v0.unions.marketing_gateway_item'](); };
|
|
28032
|
-
export var makeMarketingGatewayLocalizedItem = function () { return factories['io.flow.internal.v0.models.marketing_gateway_localized_item'](); };
|
|
28033
|
-
export var makeMarketingGatewayNewChannelRequestForm = function () { return factories['io.flow.internal.v0.models.marketing_gateway_new_channel_request_form'](); };
|
|
28034
|
-
export var makeMarketingGatewayPlatform = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_platform'](); };
|
|
28035
|
-
export var makeMarketingGatewayProductDatasourceSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_product_datasource_summary'](); };
|
|
28036
|
-
export var makeMarketingGatewayProductStatus = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_product_status'](); };
|
|
28037
|
-
export var makeMarketingGatewaySchemaCompatibility = function () { return factories['io.flow.internal.v0.enums.marketing_gateway_schema_compatibility'](); };
|
|
28038
|
-
export var makeMarketingGatewaySchemaSummary = function () { return factories['io.flow.internal.v0.models.marketing_gateway_schema_summary'](); };
|
|
28039
|
-
export var makeMarketingGatewaySourceSummary = function () { return factories['io.flow.internal.v0.unions.marketing_gateway_source_summary'](); };
|
|
28040
|
-
export var makeMarketingGatewaySupportedChannelDetails = function () { return factories['io.flow.internal.v0.models.marketing_gateway_supported_channel_details'](); };
|
|
28041
27449
|
export var makeMarketsOrder = function () { return factories['io.flow.internal.v0.models.markets_order'](); };
|
|
28042
27450
|
export var makeMarketsOrderSummary = function () { return factories['io.flow.internal.v0.models.markets_order_summary'](); };
|
|
28043
27451
|
export var makeMerchant = function () { return factories['io.flow.internal.v0.models.merchant'](); };
|
|
@@ -28069,6 +27477,7 @@ export var makeNoCalculatedTaxAmount = function () { return factories['io.flow.i
|
|
|
28069
27477
|
export var makeNoClassificationForm = function () { return factories['io.flow.internal.v0.models.no_classification_form'](); };
|
|
28070
27478
|
export var makeNoLiabilityReasonCode = function () { return factories['io.flow.internal.v0.enums.no_liability_reason_code'](); };
|
|
28071
27479
|
export var makeNonChannelPaymentBankAccount = function () { return factories['io.flow.internal.v0.models.non_channel_payment_bank_account'](); };
|
|
27480
|
+
export var makeNonL4LTaxDutyFxTransaction = function () { return factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction'](); };
|
|
28072
27481
|
export var makeNotification = function () { return factories['io.flow.internal.v0.models.notification'](); };
|
|
28073
27482
|
export var makeOnboardingAuditMessage = function () { return factories['io.flow.internal.v0.models.onboarding_audit_message'](); };
|
|
28074
27483
|
export var makeOnboardingAuditMessageLevel = function () { return factories['io.flow.internal.v0.enums.onboarding_audit_message_level'](); };
|
|
@@ -28091,10 +27500,8 @@ export var makeOptinPrompt = function () { return factories['io.flow.internal.v0
|
|
|
28091
27500
|
export var makeOptinPromptCheckoutDisplay = function () { return factories['io.flow.internal.v0.models.optin_prompt_checkout_display'](); };
|
|
28092
27501
|
export var makeOptinPromptCopy = function () { return factories['io.flow.internal.v0.models.optin_prompt_copy'](); };
|
|
28093
27502
|
export var makeOptinPromptCopyForm = function () { return factories['io.flow.internal.v0.models.optin_prompt_copy_form'](); };
|
|
28094
|
-
export var makeOptinPromptDeleted = function () { return factories['io.flow.internal.v0.models.optin_prompt_deleted'](); };
|
|
28095
27503
|
export var makeOptinPromptDisplay = function () { return factories['io.flow.internal.v0.unions.optin_prompt_display'](); };
|
|
28096
27504
|
export var makeOptinPromptForm = function () { return factories['io.flow.internal.v0.models.optin_prompt_form'](); };
|
|
28097
|
-
export var makeOptinPromptUpserted = function () { return factories['io.flow.internal.v0.models.optin_prompt_upserted'](); };
|
|
28098
27505
|
export var makeOrderAction = function () { return factories['io.flow.internal.v0.enums.order_action'](); };
|
|
28099
27506
|
export var makeOrderActionForm = function () { return factories['io.flow.internal.v0.unions.order_action_form'](); };
|
|
28100
27507
|
export var makeOrderActionability = function () { return factories['io.flow.internal.v0.models.order_actionability'](); };
|
|
@@ -28120,11 +27527,9 @@ export var makeOrderDetail = function () { return factories['io.flow.internal.v0
|
|
|
28120
27527
|
export var makeOrderEditSummary = function () { return factories['io.flow.internal.v0.models.order_edit_summary'](); };
|
|
28121
27528
|
export var makeOrderFulfillmentDeleted = function () { return factories['io.flow.internal.v0.models.order_fulfillment_deleted'](); };
|
|
28122
27529
|
export var makeOrderFulfillmentUpserted = function () { return factories['io.flow.internal.v0.models.order_fulfillment_upserted'](); };
|
|
28123
|
-
export var makeOrderFxTransaction = function () { return factories['io.flow.internal.v0.models.order_fx_transaction'](); };
|
|
28124
27530
|
export var makeOrderLifecycleEvent = function () { return factories['io.flow.internal.v0.enums.order_lifecycle_event'](); };
|
|
28125
27531
|
export var makeOrderNote = function () { return factories['io.flow.internal.v0.models.order_note'](); };
|
|
28126
27532
|
export var makeOrderNoteForm = function () { return factories['io.flow.internal.v0.models.order_note_form'](); };
|
|
28127
|
-
export var makeOrderParameters = function () { return factories['io.flow.internal.v0.models.order_parameters'](); };
|
|
28128
27533
|
export var makeOrderPaymentAuthorization = function () { return factories['io.flow.internal.v0.models.order_payment_authorization'](); };
|
|
28129
27534
|
export var makeOrderPlaced = function () { return factories['io.flow.internal.v0.models.order_placed'](); };
|
|
28130
27535
|
export var makeOrderRatesDataV3 = function () { return factories['io.flow.internal.v0.models.order_rates_data_v3'](); };
|
|
@@ -28261,6 +27666,8 @@ export var makePaymentProcessorAccountUpserted = function () { return factories[
|
|
|
28261
27666
|
export var makePaymentProcessorMerchantDeleted = function () { return factories['io.flow.internal.v0.models.payment_processor_merchant_deleted'](); };
|
|
28262
27667
|
export var makePaymentProcessorMerchantUpserted = function () { return factories['io.flow.internal.v0.models.payment_processor_merchant_upserted'](); };
|
|
28263
27668
|
export var makePaymentRedirect = function () { return factories['io.flow.internal.v0.unions.payment_redirect'](); };
|
|
27669
|
+
export var makePaymentShortUrl = function () { return factories['io.flow.internal.v0.models.payment_short_url'](); };
|
|
27670
|
+
export var makePaymentShortUrlDiscriminator = function () { return factories['io.flow.internal.v0.enums.payment_short_url_discriminator'](); };
|
|
28264
27671
|
export var makePaymentSummary = function () { return factories['io.flow.internal.v0.models.payment_summary'](); };
|
|
28265
27672
|
export var makePaymentSummaryDetails = function () { return factories['io.flow.internal.v0.unions.payment_summary_details'](); };
|
|
28266
27673
|
export var makePaymentSummaryStatus = function () { return factories['io.flow.internal.v0.enums.payment_summary_status'](); };
|
|
@@ -28307,8 +27714,6 @@ export var makePlatformFeePercentage = function () { return factories['io.flow.i
|
|
|
28307
27714
|
export var makePlatformFeePercentageTier = function () { return factories['io.flow.internal.v0.models.platform_fee_percentage_tier'](); };
|
|
28308
27715
|
export var makePrediction = function () { return factories['io.flow.internal.v0.models.prediction'](); };
|
|
28309
27716
|
export var makePreferredBillingSchedule = function () { return factories['io.flow.internal.v0.enums.preferred_billing_schedule'](); };
|
|
28310
|
-
export var makePregeneratedQuote = function () { return factories['io.flow.internal.v0.models.pregenerated_quote'](); };
|
|
28311
|
-
export var makePregeneratedRequestEvent = function () { return factories['io.flow.internal.v0.models.pregenerated_request_event'](); };
|
|
28312
27717
|
export var makePriceSelector = function () { return factories['io.flow.internal.v0.enums.price_selector'](); };
|
|
28313
27718
|
export var makePrioritizedCenterReference = function () { return factories['io.flow.internal.v0.models.prioritized_center_reference'](); };
|
|
28314
27719
|
export var makeProcessingTransaction = function () { return factories['io.flow.internal.v0.models.processing_transaction'](); };
|
|
@@ -28365,8 +27770,6 @@ export var makePublicHub = function () { return factories['io.flow.internal.v0.m
|
|
|
28365
27770
|
export var makePublicHubForm = function () { return factories['io.flow.internal.v0.models.public_hub_form'](); };
|
|
28366
27771
|
export var makeQuote = function () { return factories['io.flow.internal.v0.models.quote'](); };
|
|
28367
27772
|
export var makeQuoteDeleted = function () { return factories['io.flow.internal.v0.models.quote_deleted'](); };
|
|
28368
|
-
export var makeQuoteRequest = function () { return factories['io.flow.internal.v0.models.quote_request'](); };
|
|
28369
|
-
export var makeQuoteRequestType = function () { return factories['io.flow.internal.v0.enums.quote_request_type'](); };
|
|
28370
27773
|
export var makeQuoteUpserted = function () { return factories['io.flow.internal.v0.models.quote_upserted'](); };
|
|
28371
27774
|
export var makeRateAndRuleItem = function () { return factories['io.flow.internal.v0.models.rate_and_rule_item'](); };
|
|
28372
27775
|
export var makeRateAndRuleItemForm = function () { return factories['io.flow.internal.v0.models.rate_and_rule_item_form'](); };
|
|
@@ -28401,9 +27804,6 @@ export var makeRatecardDimensionEstimateDeleted = function () { return factories
|
|
|
28401
27804
|
export var makeRatecardDimensionEstimateUpserted = function () { return factories['io.flow.internal.v0.models.ratecard_dimension_estimate_upserted'](); };
|
|
28402
27805
|
export var makeRatecardInternalServiceFee = function () { return factories['io.flow.internal.v0.models.ratecard_internal_service_fee'](); };
|
|
28403
27806
|
export var makeRatecardInternalSummary = function () { return factories['io.flow.internal.v0.models.ratecard_internal_summary'](); };
|
|
28404
|
-
export var makeRatecardLaneAggregate = function () { return factories['io.flow.internal.v0.models.ratecard_lane_aggregate'](); };
|
|
28405
|
-
export var makeRatecardLaneAggregateDeleted = function () { return factories['io.flow.internal.v0.models.ratecard_lane_aggregate_deleted'](); };
|
|
28406
|
-
export var makeRatecardLaneAggregateUpserted = function () { return factories['io.flow.internal.v0.models.ratecard_lane_aggregate_upserted'](); };
|
|
28407
27807
|
export var makeRatecardLanesImportRequest = function () { return factories['io.flow.internal.v0.models.ratecard_lanes_import_request'](); };
|
|
28408
27808
|
export var makeRatecardRateLevelDeleted = function () { return factories['io.flow.internal.v0.models.ratecard_rate_level_deleted'](); };
|
|
28409
27809
|
export var makeRatecardRateLevelOrganizationDeleted = function () { return factories['io.flow.internal.v0.models.ratecard_rate_level_organization_deleted'](); };
|
|
@@ -28573,8 +27973,9 @@ export var makeSessionRollout = function () { return factories['io.flow.internal
|
|
|
28573
27973
|
export var makeSessionRolloutForm = function () { return factories['io.flow.internal.v0.models.session_rollout_form'](); };
|
|
28574
27974
|
export var makeSetupBlockPutForm = function () { return factories['io.flow.internal.v0.models.setup_block_put_form'](); };
|
|
28575
27975
|
export var makeSfExpress = function () { return factories['io.flow.internal.v0.models.sf_express'](); };
|
|
28576
|
-
export var makeShawnRoundtableWorkshopRate = function () { return factories['io.flow.internal.v0.models.shawn_roundtable_workshop_rate'](); };
|
|
28577
27976
|
export var makeShippedItemValue = function () { return factories['io.flow.internal.v0.models.shipped_item_value'](); };
|
|
27977
|
+
export var makeShippingEstimateDeleted = function () { return factories['io.flow.internal.v0.models.shipping_estimate_deleted'](); };
|
|
27978
|
+
export var makeShippingEstimateUpserted = function () { return factories['io.flow.internal.v0.models.shipping_estimate_upserted'](); };
|
|
28578
27979
|
export var makeShippingLane = function () { return factories['io.flow.internal.v0.models.shipping_lane'](); };
|
|
28579
27980
|
export var makeShippingMethodReference = function () { return factories['io.flow.internal.v0.models.shipping_method_reference'](); };
|
|
28580
27981
|
export var makeShop = function () { return factories['io.flow.internal.v0.models.shop'](); };
|
|
@@ -28642,6 +28043,7 @@ export var makeShopifyMarketsTradeSector = function () { return factories['io.fl
|
|
|
28642
28043
|
export var makeShopifyMarketsWebhookRegistration = function () { return factories['io.flow.internal.v0.models.shopify_markets_webhook_registration'](); };
|
|
28643
28044
|
export var makeShopifyMarketsWebhookRegistrationDeleted = function () { return factories['io.flow.internal.v0.models.shopify_markets_webhook_registration_deleted'](); };
|
|
28644
28045
|
export var makeShopifyMarketsWebhookRegistrationUpserted = function () { return factories['io.flow.internal.v0.models.shopify_markets_webhook_registration_upserted'](); };
|
|
28046
|
+
export var makeShopifyMerchantPlan = function () { return factories['io.flow.internal.v0.models.shopify_merchant_plan'](); };
|
|
28645
28047
|
export var makeShopifyMetadata = function () { return factories['io.flow.internal.v0.models.shopify_metadata'](); };
|
|
28646
28048
|
export var makeShopifyMonitoringCarrierService = function () { return factories['io.flow.internal.v0.models.shopify_monitoring_carrier_service'](); };
|
|
28647
28049
|
export var makeShopifyMonitoringFulfillmentExternal = function () { return factories['io.flow.internal.v0.models.shopify_monitoring_fulfillment_external'](); };
|
|
@@ -28673,6 +28075,7 @@ export var makeShopifyOrganizationSettingsForm = function () { return factories[
|
|
|
28673
28075
|
export var makeShopifyPartnerWebhook = function () { return factories['io.flow.internal.v0.models.shopify_partner_webhook'](); };
|
|
28674
28076
|
export var makeShopifyPartnerWebhookRaw = function () { return factories['io.flow.internal.v0.models.shopify_partner_webhook_raw'](); };
|
|
28675
28077
|
export var makeShopifyPaymentSummary = function () { return factories['io.flow.internal.v0.models.shopify_payment_summary'](); };
|
|
28078
|
+
export var makeShopifyPlanType = function () { return factories['io.flow.internal.v0.enums.shopify_plan_type'](); };
|
|
28676
28079
|
export var makeShopifyProductBundle = function () { return factories['io.flow.internal.v0.models.shopify_product_bundle'](); };
|
|
28677
28080
|
export var makeShopifyProductBundleDeleted = function () { return factories['io.flow.internal.v0.models.shopify_product_bundle_deleted'](); };
|
|
28678
28081
|
export var makeShopifyProductBundleUnderlying = function () { return factories['io.flow.internal.v0.models.shopify_product_bundle_underlying'](); };
|
|
@@ -28816,6 +28219,10 @@ export var makeTaxCalculationErrorCode = function () { return factories['io.flow
|
|
|
28816
28219
|
export var makeTaxCalculationForm = function () { return factories['io.flow.internal.v0.models.tax_calculation_form'](); };
|
|
28817
28220
|
export var makeTaxCalculationLineItem = function () { return factories['io.flow.internal.v0.models.tax_calculation_line_item'](); };
|
|
28818
28221
|
export var makeTaxCalculationLineItemForm = function () { return factories['io.flow.internal.v0.models.tax_calculation_line_item_form'](); };
|
|
28222
|
+
export var makeTaxDutyDeltaMetadataActual = function () { return factories['io.flow.internal.v0.models.tax_duty_delta_metadata_actual'](); };
|
|
28223
|
+
export var makeTaxDutyDeltaMetadataActualProcessing = function () { return factories['io.flow.internal.v0.models.tax_duty_delta_metadata_actual_processing'](); };
|
|
28224
|
+
export var makeTaxDutyDeltaMetadataExpected = function () { return factories['io.flow.internal.v0.models.tax_duty_delta_metadata_expected'](); };
|
|
28225
|
+
export var makeTaxDutyDeltaMetadataExpectedProcessing = function () { return factories['io.flow.internal.v0.models.tax_duty_delta_metadata_expected_processing'](); };
|
|
28819
28226
|
export var makeTaxDutyDeltaTransaction = function () { return factories['io.flow.internal.v0.models.tax_duty_delta_transaction'](); };
|
|
28820
28227
|
export var makeTaxParty = function () { return factories['io.flow.internal.v0.enums.tax_party'](); };
|
|
28821
28228
|
export var makeTaxRemittanceTransaction = function () { return factories['io.flow.internal.v0.models.tax_remittance_transaction'](); };
|