@flowio/api-internal-factories 0.0.131 → 0.0.133
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 +565 -102
- package/dist/esm/api-internal.js +473 -57
- package/dist/types/api-internal.d.ts +56 -10
- package/package.json +2 -2
- package/src/api-internal.ts +558 -73
package/dist/esm/api-internal.js
CHANGED
|
@@ -1698,6 +1698,7 @@ var factories = {
|
|
|
1698
1698
|
amount: factories.double(),
|
|
1699
1699
|
label: factories.string(),
|
|
1700
1700
|
base: factories['io.flow.common.v0.models.price'](),
|
|
1701
|
+
breakdown: factories['io.flow.order.price.v0.models.order_price_detail_breakdown'](),
|
|
1701
1702
|
}); },
|
|
1702
1703
|
'io.flow.catalog.v0.models.options': function () { return ({
|
|
1703
1704
|
required: factories.boolean(),
|
|
@@ -1840,6 +1841,7 @@ var factories = {
|
|
|
1840
1841
|
channel_id: factories.string(),
|
|
1841
1842
|
external_order_reference: factories.string(),
|
|
1842
1843
|
payment_request_id: factories.string(),
|
|
1844
|
+
order_payment_request_ids: arrayOf(function () { return factories.string(); }),
|
|
1843
1845
|
order_edit_payment_request_ids: arrayOf(function () { return factories.string(); }),
|
|
1844
1846
|
status: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_status'](),
|
|
1845
1847
|
reasons: arrayOf(function () { return factories['io.flow.channel.internal.v0.models.channel_order_acceptance_reason'](); }),
|
|
@@ -2820,6 +2822,10 @@ var factories = {
|
|
|
2820
2822
|
discriminator: 'subsidy',
|
|
2821
2823
|
targets: arrayOf(function () { return factories['io.flow.experience.v0.enums.discount_rule_subsidy_target'](); }),
|
|
2822
2824
|
}); },
|
|
2825
|
+
'io.flow.experience.v0.models.edit_summary': function () { return ({
|
|
2826
|
+
id: factories.string(),
|
|
2827
|
+
edited_at: factories.date_time_iso_8601(),
|
|
2828
|
+
}); },
|
|
2823
2829
|
'io.flow.experience.v0.models.experience': function () { return ({
|
|
2824
2830
|
discriminator: 'experience',
|
|
2825
2831
|
id: factories.string(),
|
|
@@ -3067,6 +3073,7 @@ var factories = {
|
|
|
3067
3073
|
local: factories['io.flow.catalog.v0.models.local'](),
|
|
3068
3074
|
shipment_estimate: factories['io.flow.common.v0.models.datetime_range'](),
|
|
3069
3075
|
price_source: factories['io.flow.common.v0.unions.price_source'](),
|
|
3076
|
+
breakdown: factories['io.flow.order.price.v0.models.order_price_detail_breakdown'](),
|
|
3070
3077
|
}); },
|
|
3071
3078
|
'io.flow.experience.v0.models.localized_line_item_discount': function () { return ({
|
|
3072
3079
|
amount: factories.double(),
|
|
@@ -3109,6 +3116,8 @@ var factories = {
|
|
|
3109
3116
|
destination_contact_details: arrayOf(function () { return factories['io.flow.experience.v0.models.destination_contact_detail'](); }),
|
|
3110
3117
|
incoterm_summary: factories['io.flow.experience.v0.models.incoterm_summary'](),
|
|
3111
3118
|
payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
|
|
3119
|
+
edits: arrayOf(function () { return factories['io.flow.experience.v0.models.edit_summary'](); }),
|
|
3120
|
+
rates: arrayOf(function () { return factories['io.flow.experience.v0.models.order_rate'](); }),
|
|
3112
3121
|
}); },
|
|
3113
3122
|
'io.flow.experience.v0.models.order_address': function () { return ({
|
|
3114
3123
|
text: factories.string(),
|
|
@@ -3282,6 +3291,11 @@ var factories = {
|
|
|
3282
3291
|
device_details: factories['io.flow.payment.v0.unions.device_details'](),
|
|
3283
3292
|
payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
|
|
3284
3293
|
}); },
|
|
3294
|
+
'io.flow.experience.v0.models.order_rate': function () { return ({
|
|
3295
|
+
from: factories.string(),
|
|
3296
|
+
to: factories.string(),
|
|
3297
|
+
rate: factories.decimal(),
|
|
3298
|
+
}); },
|
|
3285
3299
|
'io.flow.experience.v0.models.order_reference': function () { return ({
|
|
3286
3300
|
discriminator: 'order_reference',
|
|
3287
3301
|
id: factories.string(),
|
|
@@ -5556,6 +5570,7 @@ var factories = {
|
|
|
5556
5570
|
'io.flow.internal.v0.enums.adjustment_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal']); },
|
|
5557
5571
|
'io.flow.internal.v0.enums.adyen_integration_type': function () { return faker.helpers.arrayElement(['hosted_payment_page', 'checkout_payments_api', 'classic_authorise_api']); },
|
|
5558
5572
|
'io.flow.internal.v0.enums.aldo_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
|
|
5573
|
+
'io.flow.internal.v0.enums.anirban_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
|
|
5559
5574
|
'io.flow.internal.v0.enums.ansh_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
|
|
5560
5575
|
'io.flow.internal.v0.enums.any_dangerous_goods': function () { return faker.helpers.arrayElement(['yes', 'no', 'i_dont_know']); },
|
|
5561
5576
|
'io.flow.internal.v0.enums.api_call_reference_id': function () { return faker.helpers.arrayElement(['duty_rates_data_event', 'integration_test', 'unit_test']); },
|
|
@@ -5772,6 +5787,10 @@ var factories = {
|
|
|
5772
5787
|
'sp_billable_label_transactions_count',
|
|
5773
5788
|
'sp_billable_label_transactions_count_for_unique_orders',
|
|
5774
5789
|
'sp_billable_label_transactions_total',
|
|
5790
|
+
'capture_transactions_standard_count',
|
|
5791
|
+
'capture_transactions_standard_total',
|
|
5792
|
+
'capture_transactions_shopify_plus_count',
|
|
5793
|
+
'capture_transactions_shopify_plus_total',
|
|
5775
5794
|
'sp_capture_transactions_count',
|
|
5776
5795
|
'sp_capture_transactions_total',
|
|
5777
5796
|
'sp_carrier_charge_transactions_count',
|
|
@@ -5849,6 +5868,7 @@ var factories = {
|
|
|
5849
5868
|
'io.flow.internal.v0.enums.calculator_engine': function () { return faker.helpers.arrayElement(['dtce_with_deminimis', 'dtce_with_inclusive_pricing', 'dtce_and_us_tax']); },
|
|
5850
5869
|
'io.flow.internal.v0.enums.carrier_charge_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'charge', 'revenue_share']); },
|
|
5851
5870
|
'io.flow.internal.v0.enums.carrier_charge_type': function () { return faker.helpers.arrayElement(['label', 'tax', 'other']); },
|
|
5871
|
+
'io.flow.internal.v0.enums.carrier_document_type': function () { return faker.helpers.arrayElement(['commercial_invoice']); },
|
|
5852
5872
|
'io.flow.internal.v0.enums.carrier_file_type': function () { return faker.helpers.arrayElement(['freight', 'tax']); },
|
|
5853
5873
|
'io.flow.internal.v0.enums.carrier_label_generation_method': function () { return faker.helpers.arrayElement(['direct', 'easypost']); },
|
|
5854
5874
|
'io.flow.internal.v0.enums.carrier_validation_status': function () { return faker.helpers.arrayElement(['success', 'error']); },
|
|
@@ -5895,6 +5915,7 @@ var factories = {
|
|
|
5895
5915
|
'io.flow.internal.v0.enums.channel_order_acceptance_status': function () { return faker.helpers.arrayElement(['accepted', 'rejected', 'review', 'edit_review', 'edit_accepted']); },
|
|
5896
5916
|
'io.flow.internal.v0.enums.channel_order_fulfillment_status_code': function () { return faker.helpers.arrayElement(['unfulfilled', 'fulfilled', 'partial', 'cancelled']); },
|
|
5897
5917
|
'io.flow.internal.v0.enums.channel_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'processing']); },
|
|
5918
|
+
'io.flow.internal.v0.enums.chapter_check_status': function () { return faker.helpers.arrayElement(['apparel_like', 'similar', 'does_not_match']); },
|
|
5898
5919
|
'io.flow.internal.v0.enums.charge_estimate_source': function () { return faker.helpers.arrayElement(['global-e', 'shopify']); },
|
|
5899
5920
|
'io.flow.internal.v0.enums.charge_input_type': function () { return faker.helpers.arrayElement([
|
|
5900
5921
|
'fuelsc',
|
|
@@ -5974,8 +5995,10 @@ var factories = {
|
|
|
5974
5995
|
]); },
|
|
5975
5996
|
'io.flow.internal.v0.enums.duty_simple_expression_type': function () { return faker.helpers.arrayElement(['free', 'percent', 'per_uom', 'flat']); },
|
|
5976
5997
|
'io.flow.internal.v0.enums.duty_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'duty', 'refund']); },
|
|
5998
|
+
'io.flow.internal.v0.enums.duty_variance_status': function () { return faker.helpers.arrayElement(['acceptable', 'exceeded']); },
|
|
5977
5999
|
'io.flow.internal.v0.enums.empty_attribute': function () { return faker.helpers.arrayElement(['irrelevant']); },
|
|
5978
6000
|
'io.flow.internal.v0.enums.erp_file_type': function () { return faker.helpers.arrayElement(['vendor']); },
|
|
6001
|
+
'io.flow.internal.v0.enums.evaluation_check_result': function () { return faker.helpers.arrayElement(['pass', 'fail']); },
|
|
5979
6002
|
'io.flow.internal.v0.enums.event_type': function () { return faker.helpers.arrayElement([
|
|
5980
6003
|
'adyen_authorization_deleted',
|
|
5981
6004
|
'adyen_authorization_upserted',
|
|
@@ -6160,6 +6183,8 @@ var factories = {
|
|
|
6160
6183
|
'rate_freshness_summary_deleted',
|
|
6161
6184
|
'item_harmonization_upserted',
|
|
6162
6185
|
'item_harmonization_deleted',
|
|
6186
|
+
'merchant_override_upserted',
|
|
6187
|
+
'merchant_override_deleted',
|
|
6163
6188
|
'harmonization_classification_statistics_published',
|
|
6164
6189
|
'item_form_import_request',
|
|
6165
6190
|
'label_request_error_upserted',
|
|
@@ -6217,6 +6242,8 @@ var factories = {
|
|
|
6217
6242
|
'authorization_bundle_deleted',
|
|
6218
6243
|
'organization_payment_setting_upserted',
|
|
6219
6244
|
'organization_payment_setting_deleted',
|
|
6245
|
+
'order_refund_transaction_upserted',
|
|
6246
|
+
'order_refund_transaction_deleted',
|
|
6220
6247
|
'paypal_payment_deleted',
|
|
6221
6248
|
'paypal_payment_upserted',
|
|
6222
6249
|
'paypal_execution_deleted',
|
|
@@ -6268,6 +6295,10 @@ var factories = {
|
|
|
6268
6295
|
'shopify_markets_webhook_registration_deleted',
|
|
6269
6296
|
'shopify_markets_shop_statistics_upserted',
|
|
6270
6297
|
'shopify_markets_shop_statistics_deleted',
|
|
6298
|
+
'shopify_product_taxonomy_attribute_upserted',
|
|
6299
|
+
'shopify_product_taxonomy_attribute_deleted',
|
|
6300
|
+
'shopify_product_taxonomy_attribute_value_upserted',
|
|
6301
|
+
'shopify_product_taxonomy_attribute_value_deleted',
|
|
6271
6302
|
'shopify_markets_metrics_upserted',
|
|
6272
6303
|
'shopify_markets_metrics_deleted',
|
|
6273
6304
|
'channel_order_summary_upserted',
|
|
@@ -6350,6 +6381,7 @@ var factories = {
|
|
|
6350
6381
|
'io.flow.internal.v0.enums.feature_status': function () { return faker.helpers.arrayElement(['draft', 'active', 'archived']); },
|
|
6351
6382
|
'io.flow.internal.v0.enums.feature_type': function () { return faker.helpers.arrayElement(['boolean', 'decimal', 'string']); },
|
|
6352
6383
|
'io.flow.internal.v0.enums.fees_source': function () { return faker.helpers.arrayElement(['settings', 'authorization_bundle']); },
|
|
6384
|
+
'io.flow.internal.v0.enums.file_type': function () { return faker.helpers.arrayElement(['pdf']); },
|
|
6353
6385
|
'io.flow.internal.v0.enums.fraud_provider': function () { return faker.helpers.arrayElement(['flow', 'forter', 'paypal', 'riskified', 'rps', 'other', 'none']); },
|
|
6354
6386
|
'io.flow.internal.v0.enums.fraud_provider_status': function () { return faker.helpers.arrayElement(['active', 'archived']); },
|
|
6355
6387
|
'io.flow.internal.v0.enums.fraud_review_responsible_party': function () { return faker.helpers.arrayElement(['flow', 'organization']); },
|
|
@@ -6386,6 +6418,7 @@ var factories = {
|
|
|
6386
6418
|
'classified',
|
|
6387
6419
|
'non_classifiable_not_enough_information',
|
|
6388
6420
|
'exempt',
|
|
6421
|
+
'manual_classification_required',
|
|
6389
6422
|
]); },
|
|
6390
6423
|
'io.flow.internal.v0.enums.item_quantity_action': function () { return faker.helpers.arrayElement(['fulfillment_ship', 'fulfillment_cancel', 'fulfillment_generate_label']); },
|
|
6391
6424
|
'io.flow.internal.v0.enums.item_type': function () { return faker.helpers.arrayElement(['standard', 'multi_product']); },
|
|
@@ -6613,9 +6646,14 @@ var factories = {
|
|
|
6613
6646
|
]); },
|
|
6614
6647
|
'io.flow.internal.v0.enums.responsible_party': function () { return faker.helpers.arrayElement(['flow', 'organization']); },
|
|
6615
6648
|
'io.flow.internal.v0.enums.restriction_action': function () { return faker.helpers.arrayElement(['prohibited', 'restricted']); },
|
|
6649
|
+
'io.flow.internal.v0.enums.restriction_attribute_condition_multiple_operator': function () { return faker.helpers.arrayElement(['in', 'not_in']); },
|
|
6650
|
+
'io.flow.internal.v0.enums.restriction_attribute_condition_single_operator': function () { return faker.helpers.arrayElement(['equals', 'not_equals']); },
|
|
6651
|
+
'io.flow.internal.v0.enums.restriction_attribute_operator': function () { return faker.helpers.arrayElement(['and', 'or']); },
|
|
6652
|
+
'io.flow.internal.v0.enums.restriction_attribute_result': function () { return faker.helpers.arrayElement(['pending_classification', 'pending_verification', 'accepted', 'restricted']); },
|
|
6616
6653
|
'io.flow.internal.v0.enums.restriction_decision': function () { return faker.helpers.arrayElement(['accept', 'escalate', 'reject', 'review']); },
|
|
6617
6654
|
'io.flow.internal.v0.enums.restriction_organization_channel': function () { return faker.helpers.arrayElement(['shopify', 'enterprise', 'shopify-sandbox', 'enterprise-sandbox']); },
|
|
6618
6655
|
'io.flow.internal.v0.enums.restriction_organization_source': function () { return faker.helpers.arrayElement(['shopify', 'enterprise']); },
|
|
6656
|
+
'io.flow.internal.v0.enums.restriction_rule_activation_status': function () { return faker.helpers.arrayElement(['draft', 'active', 'inactive']); },
|
|
6619
6657
|
'io.flow.internal.v0.enums.restriction_rule_community_exemption': function () { return faker.helpers.arrayElement(['domestic_exemption', 'intra_eu_exemption']); },
|
|
6620
6658
|
'io.flow.internal.v0.enums.restriction_rule_exception_action': function () { return faker.helpers.arrayElement(['allow', 'deny']); },
|
|
6621
6659
|
'io.flow.internal.v0.enums.restriction_state_review_status': function () { return faker.helpers.arrayElement(['reviewed', 'in_review']); },
|
|
@@ -6625,6 +6663,14 @@ var factories = {
|
|
|
6625
6663
|
'io.flow.internal.v0.enums.risk_evaluation': function () { return faker.helpers.arrayElement(['Pending', 'High-Risk', 'Low-Risk', 'Restricted-Party', 'none']); },
|
|
6626
6664
|
'io.flow.internal.v0.enums.rohan_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
|
|
6627
6665
|
'io.flow.internal.v0.enums.sarvesh_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
|
|
6666
|
+
'io.flow.internal.v0.enums.sellability_check_status': function () { return faker.helpers.arrayElement([
|
|
6667
|
+
'more_restrictive',
|
|
6668
|
+
'less_restrictive',
|
|
6669
|
+
'similar',
|
|
6670
|
+
'regions_differ',
|
|
6671
|
+
'rules_differ',
|
|
6672
|
+
]); },
|
|
6673
|
+
'io.flow.internal.v0.enums.sellability_status': function () { return faker.helpers.arrayElement(['complete', 'incomplete']); },
|
|
6628
6674
|
'io.flow.internal.v0.enums.shopify_incoterm_configuration': function () { return faker.helpers.arrayElement(['DDP', 'DAP', 'DDU', 'UNSUPPORTED']); },
|
|
6629
6675
|
'io.flow.internal.v0.enums.shopify_markets_dangerous_goods': function () { return faker.helpers.arrayElement([
|
|
6630
6676
|
'aerosols',
|
|
@@ -6946,6 +6992,13 @@ var factories = {
|
|
|
6946
6992
|
order: factories['io.flow.internal.v0.models.order_reference'](),
|
|
6947
6993
|
fulfillment_id: factories.string(),
|
|
6948
6994
|
}); },
|
|
6995
|
+
'io.flow.internal.v0.models.accounting_return_metadata': function () { return ({
|
|
6996
|
+
discriminator: 'accounting_return_metadata',
|
|
6997
|
+
transactions_until: factories.date_time_iso_8601(),
|
|
6998
|
+
refund: factories['io.flow.payment.v0.models.refund_reference'](),
|
|
6999
|
+
tax_reversal: factories['io.flow.internal.v0.models.transaction_reference'](),
|
|
7000
|
+
duty_reversal: factories['io.flow.internal.v0.models.transaction_reference'](),
|
|
7001
|
+
}); },
|
|
6949
7002
|
'io.flow.internal.v0.models.action_quantity': function () { return ({
|
|
6950
7003
|
action: factories['io.flow.internal.v0.enums.item_quantity_action'](),
|
|
6951
7004
|
quantity: factories.long(),
|
|
@@ -7346,29 +7399,6 @@ var factories = {
|
|
|
7346
7399
|
type: factories['io.flow.internal.v0.enums.aldo_item_type'](),
|
|
7347
7400
|
added_on: factories.date_iso_8601(),
|
|
7348
7401
|
}); },
|
|
7349
|
-
'io.flow.internal.v0.models.alert_error_summary': function () { return ({
|
|
7350
|
-
event_id: factories.long(),
|
|
7351
|
-
error: factories.string(),
|
|
7352
|
-
}); },
|
|
7353
|
-
'io.flow.internal.v0.models.alert_failure_summary': function () { return ({
|
|
7354
|
-
database: factories.string(),
|
|
7355
|
-
summaries: arrayOf(function () { return factories['io.flow.internal.v0.models.alert_failure_summary_detail'](); }),
|
|
7356
|
-
}); },
|
|
7357
|
-
'io.flow.internal.v0.models.alert_failure_summary_detail': function () { return ({
|
|
7358
|
-
queue: factories.string(),
|
|
7359
|
-
count: factories.long(),
|
|
7360
|
-
errors: arrayOf(function () { return factories['io.flow.internal.v0.models.alert_error_summary'](); }),
|
|
7361
|
-
}); },
|
|
7362
|
-
'io.flow.internal.v0.models.alert_import_summary': function () { return ({
|
|
7363
|
-
organization_id: factories.string(),
|
|
7364
|
-
filename: factories.string(),
|
|
7365
|
-
type: factories.string(),
|
|
7366
|
-
started_at: factories.date_time_iso_8601(),
|
|
7367
|
-
}); },
|
|
7368
|
-
'io.flow.internal.v0.models.alert_requeue_summary': function () { return ({
|
|
7369
|
-
queue: factories.string(),
|
|
7370
|
-
count: factories.long(),
|
|
7371
|
-
}); },
|
|
7372
7402
|
'io.flow.internal.v0.models.all_items_export': function () { return ({
|
|
7373
7403
|
discriminator: 'all_items_export',
|
|
7374
7404
|
event_id: factories.string(),
|
|
@@ -7387,6 +7417,21 @@ var factories = {
|
|
|
7387
7417
|
name: factories.string(),
|
|
7388
7418
|
labels: objectOf(function () { return arrayOf(function () { return factories.string(); }); }),
|
|
7389
7419
|
}); },
|
|
7420
|
+
'io.flow.internal.v0.models.anirban_item': function () { return ({
|
|
7421
|
+
id: factories.string(),
|
|
7422
|
+
number: factories.string(),
|
|
7423
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
7424
|
+
description: factories.string(),
|
|
7425
|
+
type: factories['io.flow.internal.v0.enums.anirban_item_type'](),
|
|
7426
|
+
added_on: factories.date_time_iso_8601(),
|
|
7427
|
+
}); },
|
|
7428
|
+
'io.flow.internal.v0.models.anirban_item_form': function () { return ({
|
|
7429
|
+
number: factories.string(),
|
|
7430
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
7431
|
+
description: factories.string(),
|
|
7432
|
+
type: factories['io.flow.internal.v0.enums.anirban_item_type'](),
|
|
7433
|
+
added_on: factories.date_time_iso_8601(),
|
|
7434
|
+
}); },
|
|
7390
7435
|
'io.flow.internal.v0.models.ansh_item': function () { return ({
|
|
7391
7436
|
id: factories.string(),
|
|
7392
7437
|
number: factories.string(),
|
|
@@ -7420,6 +7465,10 @@ var factories = {
|
|
|
7420
7465
|
value: factories.string(),
|
|
7421
7466
|
unverified: factories.boolean(),
|
|
7422
7467
|
}); },
|
|
7468
|
+
'io.flow.internal.v0.models.attribute_rule': function () { return ({
|
|
7469
|
+
restriction_attribute_rules: arrayOf(function () { return factories['io.flow.internal.v0.models.restriction_attribute_rule'](); }),
|
|
7470
|
+
default_result: factories['io.flow.internal.v0.enums.restriction_attribute_result'](),
|
|
7471
|
+
}); },
|
|
7423
7472
|
'io.flow.internal.v0.models.authentication_form': function () { return ({
|
|
7424
7473
|
password: factories.string(),
|
|
7425
7474
|
}); },
|
|
@@ -7595,6 +7644,11 @@ var factories = {
|
|
|
7595
7644
|
timestamp: factories.date_time_iso_8601(),
|
|
7596
7645
|
bank_payment: factories['io.flow.internal.v0.models.bank_payment'](),
|
|
7597
7646
|
}); },
|
|
7647
|
+
'io.flow.internal.v0.models.base_64_carrier_document_content': function () { return ({
|
|
7648
|
+
discriminator: 'base_64_carrier_document_content',
|
|
7649
|
+
base64_string: factories.string(),
|
|
7650
|
+
file_type: factories['io.flow.internal.v0.enums.file_type'](),
|
|
7651
|
+
}); },
|
|
7598
7652
|
'io.flow.internal.v0.models.billing_authorization_reference': function () { return ({
|
|
7599
7653
|
id: factories.string(),
|
|
7600
7654
|
}); },
|
|
@@ -8061,6 +8115,10 @@ var factories = {
|
|
|
8061
8115
|
organization: factories.string(),
|
|
8062
8116
|
carrier_charge: factories['io.flow.internal.v0.models.carrier_charge'](),
|
|
8063
8117
|
}); },
|
|
8118
|
+
'io.flow.internal.v0.models.carrier_document': function () { return ({
|
|
8119
|
+
document_type: factories['io.flow.internal.v0.enums.carrier_document_type'](),
|
|
8120
|
+
document_content: factories['io.flow.internal.v0.unions.carrier_document_content'](),
|
|
8121
|
+
}); },
|
|
8064
8122
|
'io.flow.internal.v0.models.carrier_file': function () { return ({
|
|
8065
8123
|
id: factories.string(),
|
|
8066
8124
|
type: factories['io.flow.internal.v0.enums.carrier_file_type'](),
|
|
@@ -8359,6 +8417,7 @@ var factories = {
|
|
|
8359
8417
|
channel_id: factories.string(),
|
|
8360
8418
|
external_order_reference: factories.string(),
|
|
8361
8419
|
payment_request_id: factories.string(),
|
|
8420
|
+
order_payment_request_ids: arrayOf(function () { return factories.string(); }),
|
|
8362
8421
|
order_edit_payment_request_ids: arrayOf(function () { return factories.string(); }),
|
|
8363
8422
|
status: factories['io.flow.internal.v0.enums.channel_order_acceptance_status'](),
|
|
8364
8423
|
reasons: arrayOf(function () { return factories['io.flow.internal.v0.models.channel_order_acceptance_reason'](); }),
|
|
@@ -8455,6 +8514,18 @@ var factories = {
|
|
|
8455
8514
|
channel_id: factories.string(),
|
|
8456
8515
|
channel_organization_identifier: factories['io.flow.internal.v0.models.channel_organization_identifier'](),
|
|
8457
8516
|
}); },
|
|
8517
|
+
'io.flow.internal.v0.models.channel_organization_publication_owner': function () { return ({
|
|
8518
|
+
owner: factories['io.flow.internal.v0.enums.catalog_publication_owner'](),
|
|
8519
|
+
}); },
|
|
8520
|
+
'io.flow.internal.v0.models.channel_organization_publication_owner_put_form': function () { return ({
|
|
8521
|
+
owner: factories['io.flow.internal.v0.enums.catalog_publication_owner'](),
|
|
8522
|
+
}); },
|
|
8523
|
+
'io.flow.internal.v0.models.channel_organization_sellability_status': function () { return ({
|
|
8524
|
+
status: factories['io.flow.internal.v0.enums.sellability_status'](),
|
|
8525
|
+
}); },
|
|
8526
|
+
'io.flow.internal.v0.models.channel_organization_sellability_status_put_form': function () { return ({
|
|
8527
|
+
status: factories['io.flow.internal.v0.enums.sellability_status'](),
|
|
8528
|
+
}); },
|
|
8458
8529
|
'io.flow.internal.v0.models.channel_organization_shopify': function () { return ({
|
|
8459
8530
|
organization: factories['io.flow.channel.v0.models.channel_organization'](),
|
|
8460
8531
|
tokens: arrayOf(function () { return factories['io.flow.internal.v0.models.shopify_channel_organization_tokens'](); }),
|
|
@@ -8514,6 +8585,12 @@ var factories = {
|
|
|
8514
8585
|
timestamp: factories.date_time_iso_8601(),
|
|
8515
8586
|
channel_transaction: factories['io.flow.internal.v0.models.channel_transaction'](),
|
|
8516
8587
|
}); },
|
|
8588
|
+
'io.flow.internal.v0.models.chapter_check_result': function () { return ({
|
|
8589
|
+
status: factories['io.flow.internal.v0.enums.chapter_check_status'](),
|
|
8590
|
+
result: factories['io.flow.internal.v0.enums.evaluation_check_result'](),
|
|
8591
|
+
current_chapter: factories.string(),
|
|
8592
|
+
merchant_chapter: factories.string(),
|
|
8593
|
+
}); },
|
|
8517
8594
|
'io.flow.internal.v0.models.charge_input': function () { return ({
|
|
8518
8595
|
charge_input_code: factories['io.flow.internal.v0.enums.charge_input_type'](),
|
|
8519
8596
|
price: factories['io.flow.common.v0.models.money'](),
|
|
@@ -9228,6 +9305,13 @@ var factories = {
|
|
|
9228
9305
|
'default': factories['io.flow.common.v0.enums.delivered_duty'](),
|
|
9229
9306
|
display: factories['io.flow.experience.v0.enums.delivered_duty_display_type'](),
|
|
9230
9307
|
}); },
|
|
9308
|
+
'io.flow.internal.v0.models.destination_duty_comparison': function () { return ({
|
|
9309
|
+
country: factories.string(),
|
|
9310
|
+
current_duty: factories.decimal(),
|
|
9311
|
+
merchant_duty: factories.decimal(),
|
|
9312
|
+
current_error: factories.decimal(),
|
|
9313
|
+
merchant_error: factories.decimal(),
|
|
9314
|
+
}); },
|
|
9231
9315
|
'io.flow.internal.v0.models.destination_error': function () { return ({
|
|
9232
9316
|
id: factories.string(),
|
|
9233
9317
|
failed_at: factories.date_time_iso_8601(),
|
|
@@ -9511,6 +9595,11 @@ var factories = {
|
|
|
9511
9595
|
timestamp: factories.date_time_iso_8601(),
|
|
9512
9596
|
duty_transaction: factories['io.flow.internal.v0.models.duty_transaction'](),
|
|
9513
9597
|
}); },
|
|
9598
|
+
'io.flow.internal.v0.models.duty_variance_result': function () { return ({
|
|
9599
|
+
status: factories['io.flow.internal.v0.enums.duty_variance_status'](),
|
|
9600
|
+
result: factories['io.flow.internal.v0.enums.evaluation_check_result'](),
|
|
9601
|
+
destinations: arrayOf(function () { return factories['io.flow.internal.v0.models.destination_duty_comparison'](); }),
|
|
9602
|
+
}); },
|
|
9514
9603
|
'io.flow.internal.v0.models.email_form': function () { return ({
|
|
9515
9604
|
to: arrayOf(function () { return factories.string(); }),
|
|
9516
9605
|
cc: arrayOf(function () { return factories.string(); }),
|
|
@@ -9740,9 +9829,10 @@ var factories = {
|
|
|
9740
9829
|
processed_at: factories.date_time_iso_8601(),
|
|
9741
9830
|
}); },
|
|
9742
9831
|
'io.flow.internal.v0.models.evaluation_results': function () { return ({
|
|
9743
|
-
chapter_result: factories.
|
|
9744
|
-
sellability_result: factories.
|
|
9745
|
-
duty_variance_result: factories.
|
|
9832
|
+
chapter_result: factories['io.flow.internal.v0.models.chapter_check_result'](),
|
|
9833
|
+
sellability_result: factories['io.flow.internal.v0.models.sellability_check_result'](),
|
|
9834
|
+
duty_variance_result: factories['io.flow.internal.v0.models.duty_variance_result'](),
|
|
9835
|
+
taxonomy_alignment_result: factories['io.flow.internal.v0.models.taxonomy_alignment_check_result'](),
|
|
9746
9836
|
}); },
|
|
9747
9837
|
'io.flow.internal.v0.models.exclusion_rule_deleted': function () { return ({
|
|
9748
9838
|
discriminator: 'exclusion_rule_deleted',
|
|
@@ -9879,6 +9969,14 @@ var factories = {
|
|
|
9879
9969
|
carrier_tracking_number: factories.string(),
|
|
9880
9970
|
fulfilled_via_replacement_order: factories.boolean(),
|
|
9881
9971
|
}); },
|
|
9972
|
+
'io.flow.internal.v0.models.external_ratecard_link': function () { return ({
|
|
9973
|
+
external_ratecard_id: factories.string(),
|
|
9974
|
+
flow_ratecard_ids: arrayOf(function () { return factories.string(); }),
|
|
9975
|
+
}); },
|
|
9976
|
+
'io.flow.internal.v0.models.external_ratecard_link_response': function () { return ({
|
|
9977
|
+
external_ratecard_id: factories.string(),
|
|
9978
|
+
flow_ratecard_ids: arrayOf(function () { return factories.string(); }),
|
|
9979
|
+
}); },
|
|
9882
9980
|
'io.flow.internal.v0.models.facebook_pixel': function () { return ({
|
|
9883
9981
|
discriminator: 'facebook_pixel',
|
|
9884
9982
|
name: factories.string(),
|
|
@@ -9982,6 +10080,11 @@ var factories = {
|
|
|
9982
10080
|
client_secret: factories.string(),
|
|
9983
10081
|
account_number: factories.string(),
|
|
9984
10082
|
}); },
|
|
10083
|
+
'io.flow.internal.v0.models.fedex_carrier_label_attributes': function () { return ({
|
|
10084
|
+
discriminator: 'fedex_carrier_label_attributes',
|
|
10085
|
+
origin_location_id: factories.string(),
|
|
10086
|
+
destination_location_id: factories.string(),
|
|
10087
|
+
}); },
|
|
9985
10088
|
'io.flow.internal.v0.models.fedex_crossborder': function () { return ({
|
|
9986
10089
|
discriminator: 'fedex_crossborder',
|
|
9987
10090
|
api_key: factories.string(),
|
|
@@ -10986,6 +11089,7 @@ var factories = {
|
|
|
10986
11089
|
gender: factories.string(),
|
|
10987
11090
|
material: factories.string(),
|
|
10988
11091
|
url: factories.string(),
|
|
11092
|
+
preferential_rate_statement: factories.string(),
|
|
10989
11093
|
}); },
|
|
10990
11094
|
'io.flow.internal.v0.models.invoice_info_form': function () { return ({
|
|
10991
11095
|
invoice_number: factories.string(),
|
|
@@ -11010,6 +11114,7 @@ var factories = {
|
|
|
11010
11114
|
total_price: factories.decimal(),
|
|
11011
11115
|
manufacturer_id: factories.string(),
|
|
11012
11116
|
export_control_classification_number: factories.string(),
|
|
11117
|
+
preferential_rate_statement: factories.string(),
|
|
11013
11118
|
}); },
|
|
11014
11119
|
'io.flow.internal.v0.models.invoice_transaction': function () { return ({
|
|
11015
11120
|
discriminator: 'invoice_transaction',
|
|
@@ -11243,6 +11348,10 @@ var factories = {
|
|
|
11243
11348
|
'io.flow.internal.v0.models.key_reference': function () { return ({
|
|
11244
11349
|
id: factories.string(),
|
|
11245
11350
|
}); },
|
|
11351
|
+
'io.flow.internal.v0.models.keyword_cancelling': function () { return ({
|
|
11352
|
+
positive_keyword: factories.string(),
|
|
11353
|
+
negative_keywords: arrayOf(function () { return factories.string(); }),
|
|
11354
|
+
}); },
|
|
11246
11355
|
'io.flow.internal.v0.models.klarna_authorization_parameters': function () { return ({
|
|
11247
11356
|
discriminator: 'klarna_authorization_parameters',
|
|
11248
11357
|
client_token: factories.string(),
|
|
@@ -11454,6 +11563,7 @@ var factories = {
|
|
|
11454
11563
|
saturday_stop: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
11455
11564
|
residential_extended_area_pickup: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
11456
11565
|
package_level_detail: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
11566
|
+
pickup: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
11457
11567
|
}); },
|
|
11458
11568
|
'io.flow.internal.v0.models.label_surcharge_single_form': function () { return ({
|
|
11459
11569
|
amount: factories.decimal(),
|
|
@@ -11909,6 +12019,18 @@ var factories = {
|
|
|
11909
12019
|
id: factories.string(),
|
|
11910
12020
|
status: factories['io.flow.internal.v0.enums.merchant_override_status'](),
|
|
11911
12021
|
}); },
|
|
12022
|
+
'io.flow.internal.v0.models.merchant_override_deleted': function () { return ({
|
|
12023
|
+
discriminator: 'merchant_override_deleted',
|
|
12024
|
+
event_id: factories.string(),
|
|
12025
|
+
timestamp: factories.date_time_iso_8601(),
|
|
12026
|
+
id: factories.string(),
|
|
12027
|
+
}); },
|
|
12028
|
+
'io.flow.internal.v0.models.merchant_override_upserted': function () { return ({
|
|
12029
|
+
discriminator: 'merchant_override_upserted',
|
|
12030
|
+
event_id: factories.string(),
|
|
12031
|
+
timestamp: factories.date_time_iso_8601(),
|
|
12032
|
+
merchant_override: factories['io.flow.internal.v0.models.merchant_override'](),
|
|
12033
|
+
}); },
|
|
11912
12034
|
'io.flow.internal.v0.models.merchant_search_result': function () { return ({
|
|
11913
12035
|
organization_id: factories.string(),
|
|
11914
12036
|
shop_name: factories.string(),
|
|
@@ -11937,6 +12059,10 @@ var factories = {
|
|
|
11937
12059
|
freight: factories.decimal(),
|
|
11938
12060
|
total: factories.decimal(),
|
|
11939
12061
|
tax_refund: factories.decimal(),
|
|
12062
|
+
tax_reversal: factories.decimal(),
|
|
12063
|
+
duty_reversal: factories.decimal(),
|
|
12064
|
+
tax_reversal_for_lvg_order: factories.boolean(),
|
|
12065
|
+
duty_reversal_for_lvg_order: factories.boolean(),
|
|
11940
12066
|
}); },
|
|
11941
12067
|
'io.flow.internal.v0.models.merchant_upserted': function () { return ({
|
|
11942
12068
|
discriminator: 'merchant_upserted',
|
|
@@ -11996,6 +12122,11 @@ var factories = {
|
|
|
11996
12122
|
bank_account: factories['io.flow.internal.v0.models.report_bank_account'](),
|
|
11997
12123
|
account: factories['io.flow.internal.v0.models.report_account'](),
|
|
11998
12124
|
}); },
|
|
12125
|
+
'io.flow.internal.v0.models.non_l4l_tax_duty_fx_fee_metadata': function () { return ({
|
|
12126
|
+
discriminator: 'non_l4l_tax_duty_fx_fee_metadata',
|
|
12127
|
+
tax: factories['io.flow.internal.v0.models.transaction_reference'](),
|
|
12128
|
+
duty: factories['io.flow.internal.v0.models.transaction_reference'](),
|
|
12129
|
+
}); },
|
|
11999
12130
|
'io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction': function () { return ({
|
|
12000
12131
|
discriminator: 'non_l4l_tax_duty_fx_transaction',
|
|
12001
12132
|
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
@@ -12027,14 +12158,6 @@ var factories = {
|
|
|
12027
12158
|
messages: arrayOf(function () { return factories['io.flow.internal.v0.models.onboarding_audit_message'](); }),
|
|
12028
12159
|
execution_time_ms: factories.long(),
|
|
12029
12160
|
}); },
|
|
12030
|
-
'io.flow.internal.v0.models.onboarding_audit_snapshot': function () { return ({
|
|
12031
|
-
id: factories.string(),
|
|
12032
|
-
organization: factories['io.flow.common.v0.models.organization'](),
|
|
12033
|
-
result: factories['io.flow.internal.v0.enums.onboarding_audit_result'](),
|
|
12034
|
-
theme_reports: arrayOf(function () { return factories['io.flow.internal.v0.models.onboarding_audit_theme_report'](); }),
|
|
12035
|
-
requested_by: factories['io.flow.common.v0.models.user'](),
|
|
12036
|
-
requested_at: factories.date_time_iso_8601(),
|
|
12037
|
-
}); },
|
|
12038
12161
|
'io.flow.internal.v0.models.onboarding_audit_theme_report': function () { return ({
|
|
12039
12162
|
name: factories.string(),
|
|
12040
12163
|
key: factories['io.flow.internal.v0.enums.onboarding_audit_theme_key'](),
|
|
@@ -12222,6 +12345,26 @@ var factories = {
|
|
|
12222
12345
|
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
12223
12346
|
number: factories.string(),
|
|
12224
12347
|
}); },
|
|
12348
|
+
'io.flow.internal.v0.models.order_refund_transaction': function () { return ({
|
|
12349
|
+
id: factories.string(),
|
|
12350
|
+
organization_id: factories.string(),
|
|
12351
|
+
order_number: factories.string(),
|
|
12352
|
+
price: factories['io.flow.common.v0.models.price_with_base'](),
|
|
12353
|
+
}); },
|
|
12354
|
+
'io.flow.internal.v0.models.order_refund_transaction_deleted': function () { return ({
|
|
12355
|
+
discriminator: 'order_refund_transaction_deleted',
|
|
12356
|
+
event_id: factories.string(),
|
|
12357
|
+
timestamp: factories.date_time_iso_8601(),
|
|
12358
|
+
organization: factories.string(),
|
|
12359
|
+
id: factories.string(),
|
|
12360
|
+
}); },
|
|
12361
|
+
'io.flow.internal.v0.models.order_refund_transaction_upserted': function () { return ({
|
|
12362
|
+
discriminator: 'order_refund_transaction_upserted',
|
|
12363
|
+
event_id: factories.string(),
|
|
12364
|
+
timestamp: factories.date_time_iso_8601(),
|
|
12365
|
+
organization: factories.string(),
|
|
12366
|
+
transaction: factories['io.flow.internal.v0.models.order_refund_transaction'](),
|
|
12367
|
+
}); },
|
|
12225
12368
|
'io.flow.internal.v0.models.order_revenue_region_chart': function () { return ({
|
|
12226
12369
|
total: factories['io.flow.common.v0.models.price'](),
|
|
12227
12370
|
period: factories['io.flow.common.v0.models.datetime_range'](),
|
|
@@ -12547,6 +12690,7 @@ var factories = {
|
|
|
12547
12690
|
pending_classification_count: factories.long(),
|
|
12548
12691
|
oldest_pending_restriction_date: factories.date_time_iso_8601(),
|
|
12549
12692
|
oldest_pending_verification_date: factories.date_time_iso_8601(),
|
|
12693
|
+
oldest_pending_classification_date: factories.date_time_iso_8601(),
|
|
12550
12694
|
product_count: factories.long(),
|
|
12551
12695
|
restricted_product_count: factories.long(),
|
|
12552
12696
|
last_order_submitted_at: factories.date_time_iso_8601(),
|
|
@@ -13015,6 +13159,10 @@ var factories = {
|
|
|
13015
13159
|
id: factories.string(),
|
|
13016
13160
|
merchant: factories['io.flow.internal.v0.unions.processor_merchant'](),
|
|
13017
13161
|
}); },
|
|
13162
|
+
'io.flow.internal.v0.models.payment_request_authorization': function () { return ({
|
|
13163
|
+
payment_request_id: factories.string(),
|
|
13164
|
+
authorization_id: factories.string(),
|
|
13165
|
+
}); },
|
|
13018
13166
|
'io.flow.internal.v0.models.payment_short_url': function () { return ({
|
|
13019
13167
|
id: factories.string(),
|
|
13020
13168
|
key: factories.string(),
|
|
@@ -13547,6 +13695,7 @@ var factories = {
|
|
|
13547
13695
|
pending_classification_count: factories.long(),
|
|
13548
13696
|
oldest_pending_restriction_date: factories.date_time_iso_8601(),
|
|
13549
13697
|
oldest_pending_verification_date: factories.date_time_iso_8601(),
|
|
13698
|
+
oldest_pending_classification_date: factories.date_time_iso_8601(),
|
|
13550
13699
|
}); },
|
|
13551
13700
|
'io.flow.internal.v0.models.product_restriction_state_deleted': function () { return ({
|
|
13552
13701
|
discriminator: 'product_restriction_state_deleted',
|
|
@@ -13601,6 +13750,7 @@ var factories = {
|
|
|
13601
13750
|
restricted_regions: arrayOf(function () { return factories.string(); }),
|
|
13602
13751
|
restricted_regions_by_type: arrayOf(function () { return factories['io.flow.sellability.v0.models.sellablility_region_result'](); }),
|
|
13603
13752
|
rule_ids: arrayOf(function () { return factories.string(); }),
|
|
13753
|
+
taxonomy_category: factories.string(),
|
|
13604
13754
|
}); },
|
|
13605
13755
|
'io.flow.internal.v0.models.product_transaction': function () { return ({
|
|
13606
13756
|
transaction_amount: factories.decimal(),
|
|
@@ -14158,6 +14308,11 @@ var factories = {
|
|
|
14158
14308
|
sales_records: arrayOf(function () { return factories.object(); }),
|
|
14159
14309
|
refund_records: arrayOf(function () { return factories.object(); }),
|
|
14160
14310
|
}); },
|
|
14311
|
+
'io.flow.internal.v0.models.reporting_fees': function () { return ({
|
|
14312
|
+
mor: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
14313
|
+
fx: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
14314
|
+
sp: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
14315
|
+
}); },
|
|
14161
14316
|
'io.flow.internal.v0.models.reporting_fulfillment': function () { return ({
|
|
14162
14317
|
id: factories.string(),
|
|
14163
14318
|
sequence_number: factories.long(),
|
|
@@ -14235,6 +14390,10 @@ var factories = {
|
|
|
14235
14390
|
total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
14236
14391
|
tax_refund: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
14237
14392
|
duty_refund: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
14393
|
+
tax_reversal: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
14394
|
+
duty_reversal: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
14395
|
+
tax_reversal_for_lvg_order: factories.boolean(),
|
|
14396
|
+
duty_reversal_for_lvg_order: factories.boolean(),
|
|
14238
14397
|
}); },
|
|
14239
14398
|
'io.flow.internal.v0.models.reporting_monetary_value': function () { return ({
|
|
14240
14399
|
transaction: factories.decimal(),
|
|
@@ -14249,6 +14408,7 @@ var factories = {
|
|
|
14249
14408
|
number: factories.string(),
|
|
14250
14409
|
submitted_at: factories.date_time_iso_8601(),
|
|
14251
14410
|
payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
|
|
14411
|
+
is_edited: factories.boolean(),
|
|
14252
14412
|
}); },
|
|
14253
14413
|
'io.flow.internal.v0.models.reporting_organization_summary': function () { return ({
|
|
14254
14414
|
id: factories.string(),
|
|
@@ -14311,6 +14471,23 @@ var factories = {
|
|
|
14311
14471
|
'io.flow.internal.v0.models.rescreen_restrictions_products': function () { return ({
|
|
14312
14472
|
placeholder: factories.boolean(),
|
|
14313
14473
|
}); },
|
|
14474
|
+
'io.flow.internal.v0.models.restriction_attribute_condition_multiple': function () { return ({
|
|
14475
|
+
discriminator: 'multiple',
|
|
14476
|
+
attribute: factories.string(),
|
|
14477
|
+
operator: factories['io.flow.internal.v0.enums.restriction_attribute_condition_multiple_operator'](),
|
|
14478
|
+
values: arrayOf(function () { return factories.string(); }),
|
|
14479
|
+
}); },
|
|
14480
|
+
'io.flow.internal.v0.models.restriction_attribute_condition_single': function () { return ({
|
|
14481
|
+
discriminator: 'single',
|
|
14482
|
+
attribute: factories.string(),
|
|
14483
|
+
operator: factories['io.flow.internal.v0.enums.restriction_attribute_condition_single_operator'](),
|
|
14484
|
+
value: factories.string(),
|
|
14485
|
+
}); },
|
|
14486
|
+
'io.flow.internal.v0.models.restriction_attribute_rule': function () { return ({
|
|
14487
|
+
conditions: arrayOf(function () { return factories['io.flow.internal.v0.unions.restriction_attribute_rule_condition'](); }),
|
|
14488
|
+
operator: factories['io.flow.internal.v0.enums.restriction_attribute_operator'](),
|
|
14489
|
+
result: factories['io.flow.internal.v0.enums.restriction_attribute_result'](),
|
|
14490
|
+
}); },
|
|
14314
14491
|
'io.flow.internal.v0.models.restriction_blanket_organization_exemption': function () { return ({
|
|
14315
14492
|
id: factories.string(),
|
|
14316
14493
|
organization_id: factories.string(),
|
|
@@ -14350,6 +14527,7 @@ var factories = {
|
|
|
14350
14527
|
price: factories['io.flow.common.v0.models.price'](),
|
|
14351
14528
|
hs_code: factories.string(),
|
|
14352
14529
|
hs_code_source: factories['io.flow.internal.v0.enums.harmonization_decision_source'](),
|
|
14530
|
+
classification_scope: factories['io.flow.internal.v0.enums.classification_scope'](),
|
|
14353
14531
|
description: factories.string(),
|
|
14354
14532
|
category: factories.string(),
|
|
14355
14533
|
categories: arrayOf(function () { return factories.string(); }),
|
|
@@ -14365,6 +14543,7 @@ var factories = {
|
|
|
14365
14543
|
statuses: arrayOf(function () { return factories['io.flow.internal.v0.enums.restriction_status'](); }),
|
|
14366
14544
|
rule_ids: arrayOf(function () { return factories.string(); }),
|
|
14367
14545
|
user_ids: arrayOf(function () { return factories.string(); }),
|
|
14546
|
+
exclude_items_with_pc: factories.boolean(),
|
|
14368
14547
|
category: factories.string(),
|
|
14369
14548
|
product_name_query: factories.string(),
|
|
14370
14549
|
hs6: factories.string(),
|
|
@@ -14464,6 +14643,7 @@ var factories = {
|
|
|
14464
14643
|
thumbnails: arrayOf(function () { return factories['io.flow.catalog.v0.models.image'](); }),
|
|
14465
14644
|
hs_code: factories.string(),
|
|
14466
14645
|
hs_code_source: factories['io.flow.internal.v0.enums.harmonization_decision_source'](),
|
|
14646
|
+
classification_scope: factories['io.flow.internal.v0.enums.classification_scope'](),
|
|
14467
14647
|
url: factories.string(),
|
|
14468
14648
|
reviews: arrayOf(function () { return factories['io.flow.internal.v0.models.restriction_item_review'](); }),
|
|
14469
14649
|
created_at: factories.date_time_iso_8601(),
|
|
@@ -14504,6 +14684,10 @@ var factories = {
|
|
|
14504
14684
|
sellability_positive_keywords: arrayOf(function () { return factories.string(); }),
|
|
14505
14685
|
community_exemption: arrayOf(function () { return factories['io.flow.internal.v0.enums.restriction_rule_community_exemption'](); }),
|
|
14506
14686
|
reason_code: factories.string(),
|
|
14687
|
+
attribute_names: arrayOf(function () { return factories.string(); }),
|
|
14688
|
+
attribute_rule_conditions: factories['io.flow.internal.v0.models.attribute_rule'](),
|
|
14689
|
+
keyword_cancelling: arrayOf(function () { return factories['io.flow.internal.v0.models.keyword_cancelling'](); }),
|
|
14690
|
+
activation_status: factories['io.flow.internal.v0.enums.restriction_rule_activation_status'](),
|
|
14507
14691
|
}); },
|
|
14508
14692
|
'io.flow.internal.v0.models.restriction_rule_decision_form': function () { return ({
|
|
14509
14693
|
rule_id: factories.string(),
|
|
@@ -14554,6 +14738,10 @@ var factories = {
|
|
|
14554
14738
|
sellability_positive_keywords: arrayOf(function () { return factories.string(); }),
|
|
14555
14739
|
community_exemption: arrayOf(function () { return factories['io.flow.internal.v0.enums.restriction_rule_community_exemption'](); }),
|
|
14556
14740
|
reason_code: factories.string(),
|
|
14741
|
+
attribute_names: arrayOf(function () { return factories.string(); }),
|
|
14742
|
+
attribute_rule_conditions: factories['io.flow.internal.v0.models.attribute_rule'](),
|
|
14743
|
+
keyword_cancelling: arrayOf(function () { return factories['io.flow.internal.v0.models.keyword_cancelling'](); }),
|
|
14744
|
+
activation_status: factories['io.flow.internal.v0.enums.restriction_rule_activation_status'](),
|
|
14557
14745
|
}); },
|
|
14558
14746
|
'io.flow.internal.v0.models.restriction_rule_lane_exemption': function () { return ({
|
|
14559
14747
|
id: factories.string(),
|
|
@@ -14572,6 +14760,7 @@ var factories = {
|
|
|
14572
14760
|
ignored_keywords: arrayOf(function () { return factories.string(); }),
|
|
14573
14761
|
additional_keywords: arrayOf(function () { return factories.string(); }),
|
|
14574
14762
|
community_exemption_override: arrayOf(function () { return factories['io.flow.internal.v0.enums.restriction_rule_community_exemption'](); }),
|
|
14763
|
+
is_rule_active: factories.boolean(),
|
|
14575
14764
|
}); },
|
|
14576
14765
|
'io.flow.internal.v0.models.restriction_rule_override': function () { return ({
|
|
14577
14766
|
id: factories.string(),
|
|
@@ -14718,6 +14907,10 @@ var factories = {
|
|
|
14718
14907
|
discriminator: 'by_refund',
|
|
14719
14908
|
refund: factories['io.flow.payment.v0.models.refund_reference'](),
|
|
14720
14909
|
}); },
|
|
14910
|
+
'io.flow.internal.v0.models.return_trigger_reversal': function () { return ({
|
|
14911
|
+
discriminator: 'by_reversal',
|
|
14912
|
+
reversal: factories['io.flow.internal.v0.models.transaction_reference'](),
|
|
14913
|
+
}); },
|
|
14721
14914
|
'io.flow.internal.v0.models.revenue_record': function () { return ({
|
|
14722
14915
|
id: factories.string(),
|
|
14723
14916
|
organization: factories['io.flow.internal.v0.models.reporting_organization_summary'](),
|
|
@@ -14781,10 +14974,12 @@ var factories = {
|
|
|
14781
14974
|
'io.flow.internal.v0.models.sales_payment_record': function () { return ({
|
|
14782
14975
|
id: factories.string(),
|
|
14783
14976
|
organization: factories['io.flow.internal.v0.models.reporting_organization_summary'](),
|
|
14977
|
+
vendor: factories['io.flow.internal.v0.models.reporting_vendor'](),
|
|
14784
14978
|
order: factories['io.flow.internal.v0.models.reporting_order_summary'](),
|
|
14785
14979
|
order_total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
14786
14980
|
shopper_breakdown: factories['io.flow.internal.v0.models.shopper_breakdown'](),
|
|
14787
14981
|
payment: factories['io.flow.internal.v0.models.reporting_payment'](),
|
|
14982
|
+
fees: factories['io.flow.internal.v0.models.reporting_fees'](),
|
|
14788
14983
|
conversion_rate: factories['io.flow.internal.v0.models.reporting_conversion_rates'](),
|
|
14789
14984
|
payment_is: factories['io.flow.internal.v0.models.payment_is'](),
|
|
14790
14985
|
destination_country: factories.string(),
|
|
@@ -14893,6 +15088,16 @@ var factories = {
|
|
|
14893
15088
|
status: factories['io.flow.tracking.v0.enums.tracking_status'](),
|
|
14894
15089
|
label: factories['io.flow.internal.v0.models.label_summary'](),
|
|
14895
15090
|
}); },
|
|
15091
|
+
'io.flow.internal.v0.models.sellability_check_result': function () { return ({
|
|
15092
|
+
status: factories['io.flow.internal.v0.enums.sellability_check_status'](),
|
|
15093
|
+
result: factories['io.flow.internal.v0.enums.evaluation_check_result'](),
|
|
15094
|
+
current_rule_ids: arrayOf(function () { return factories.string(); }),
|
|
15095
|
+
current_restricted_regions: arrayOf(function () { return factories['io.flow.sellability.v0.models.sellablility_region_result'](); }),
|
|
15096
|
+
merchant_rule_ids: arrayOf(function () { return factories.string(); }),
|
|
15097
|
+
merchant_restricted_regions: arrayOf(function () { return factories['io.flow.sellability.v0.models.sellablility_region_result'](); }),
|
|
15098
|
+
current_error: arrayOf(function () { return factories['io.flow.sellability.v0.models.sellability_error'](); }),
|
|
15099
|
+
merchant_error: arrayOf(function () { return factories['io.flow.sellability.v0.models.sellability_error'](); }),
|
|
15100
|
+
}); },
|
|
14896
15101
|
'io.flow.internal.v0.models.session_order_data': function () { return ({
|
|
14897
15102
|
id: factories.string(),
|
|
14898
15103
|
session: factories['io.flow.common.v0.models.session_reference'](),
|
|
@@ -15170,6 +15375,7 @@ var factories = {
|
|
|
15170
15375
|
api_password_masked: factories.string(),
|
|
15171
15376
|
access_token_masked: factories.string(),
|
|
15172
15377
|
shopify_plan_name: factories['io.flow.shopify.external.v0.enums.shopify_plan_name'](),
|
|
15378
|
+
catalog_publication_owner: factories['io.flow.internal.v0.enums.catalog_publication_owner'](),
|
|
15173
15379
|
}); },
|
|
15174
15380
|
'io.flow.internal.v0.models.shopify_markets_shop_deleted': function () { return ({
|
|
15175
15381
|
discriminator: 'shopify_markets_shop_deleted',
|
|
@@ -15303,11 +15509,6 @@ var factories = {
|
|
|
15303
15509
|
organization: factories.string(),
|
|
15304
15510
|
order_monitor: factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor'](),
|
|
15305
15511
|
}); },
|
|
15306
|
-
'io.flow.internal.v0.models.shopify_monitoring_order_monitor_review': function () { return ({
|
|
15307
|
-
id: factories.string(),
|
|
15308
|
-
order_monitor: factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor'](),
|
|
15309
|
-
status: factories['io.flow.internal.v0.enums.shopify_monitoring_monitor_review_status'](),
|
|
15310
|
-
}); },
|
|
15311
15512
|
'io.flow.internal.v0.models.shopify_monitoring_tracking_number': function () { return ({
|
|
15312
15513
|
number: factories.string(),
|
|
15313
15514
|
}); },
|
|
@@ -15447,6 +15648,44 @@ var factories = {
|
|
|
15447
15648
|
id: factories.string(),
|
|
15448
15649
|
product_delete: factories['io.flow.shopify.external.v0.models.product_delete'](),
|
|
15449
15650
|
}); },
|
|
15651
|
+
'io.flow.internal.v0.models.shopify_product_taxonomy_attribute': function () { return ({
|
|
15652
|
+
id: factories.string(),
|
|
15653
|
+
handle: factories.string(),
|
|
15654
|
+
name: factories.string(),
|
|
15655
|
+
friendly_id: factories.string(),
|
|
15656
|
+
description: factories.string(),
|
|
15657
|
+
}); },
|
|
15658
|
+
'io.flow.internal.v0.models.shopify_product_taxonomy_attribute_deleted': function () { return ({
|
|
15659
|
+
discriminator: 'shopify_product_taxonomy_attribute_deleted',
|
|
15660
|
+
event_id: factories.string(),
|
|
15661
|
+
timestamp: factories.date_time_iso_8601(),
|
|
15662
|
+
id: factories.string(),
|
|
15663
|
+
}); },
|
|
15664
|
+
'io.flow.internal.v0.models.shopify_product_taxonomy_attribute_upserted': function () { return ({
|
|
15665
|
+
discriminator: 'shopify_product_taxonomy_attribute_upserted',
|
|
15666
|
+
event_id: factories.string(),
|
|
15667
|
+
timestamp: factories.date_time_iso_8601(),
|
|
15668
|
+
shopify_product_taxonomy_attribute: factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute'](),
|
|
15669
|
+
}); },
|
|
15670
|
+
'io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value': function () { return ({
|
|
15671
|
+
id: factories.string(),
|
|
15672
|
+
attribute_id: factories.string(),
|
|
15673
|
+
handle: factories.string(),
|
|
15674
|
+
name: factories.string(),
|
|
15675
|
+
friendly_id: factories.string(),
|
|
15676
|
+
}); },
|
|
15677
|
+
'io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value_deleted': function () { return ({
|
|
15678
|
+
discriminator: 'shopify_product_taxonomy_attribute_value_deleted',
|
|
15679
|
+
event_id: factories.string(),
|
|
15680
|
+
timestamp: factories.date_time_iso_8601(),
|
|
15681
|
+
id: factories.string(),
|
|
15682
|
+
}); },
|
|
15683
|
+
'io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value_upserted': function () { return ({
|
|
15684
|
+
discriminator: 'shopify_product_taxonomy_attribute_value_upserted',
|
|
15685
|
+
event_id: factories.string(),
|
|
15686
|
+
timestamp: factories.date_time_iso_8601(),
|
|
15687
|
+
shopify_product_taxonomy_attribute_value: factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value'](),
|
|
15688
|
+
}); },
|
|
15450
15689
|
'io.flow.internal.v0.models.shopify_product_update_deleted': function () { return ({
|
|
15451
15690
|
discriminator: 'shopify_product_update_deleted',
|
|
15452
15691
|
event_id: factories.string(),
|
|
@@ -15500,6 +15739,22 @@ var factories = {
|
|
|
15500
15739
|
id: factories.string(),
|
|
15501
15740
|
request: factories.object(),
|
|
15502
15741
|
}); },
|
|
15742
|
+
'io.flow.internal.v0.models.shopify_taxonomy_alignment_config': function () { return ({
|
|
15743
|
+
id: factories.string(),
|
|
15744
|
+
taxonomy_category: factories.string(),
|
|
15745
|
+
allowable_hs_prefixes: arrayOf(function () { return factories.string(); }),
|
|
15746
|
+
default_hs6_code: factories.string(),
|
|
15747
|
+
auto_correct: factories.boolean(),
|
|
15748
|
+
created_at: factories.date_time_iso_8601(),
|
|
15749
|
+
updated_at: factories.date_time_iso_8601(),
|
|
15750
|
+
updated_by_user_id: factories.string(),
|
|
15751
|
+
}); },
|
|
15752
|
+
'io.flow.internal.v0.models.shopify_taxonomy_alignment_config_form': function () { return ({
|
|
15753
|
+
taxonomy_category: factories.string(),
|
|
15754
|
+
allowable_hs_prefixes: arrayOf(function () { return factories.string(); }),
|
|
15755
|
+
default_hs6_code: factories.string(),
|
|
15756
|
+
auto_correct: factories.boolean(),
|
|
15757
|
+
}); },
|
|
15503
15758
|
'io.flow.internal.v0.models.shopper_breakdown': function () { return ({
|
|
15504
15759
|
product: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
15505
15760
|
tax: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
@@ -15982,10 +16237,6 @@ var factories = {
|
|
|
15982
16237
|
timestamp: factories.date_time_iso_8601(),
|
|
15983
16238
|
reversal: factories['io.flow.internal.v0.models.stripe_internal_reversal'](),
|
|
15984
16239
|
}); },
|
|
15985
|
-
'io.flow.internal.v0.models.subcatalog_item_count': function () { return ({
|
|
15986
|
-
key: factories.string(),
|
|
15987
|
-
count: factories.long(),
|
|
15988
|
-
}); },
|
|
15989
16240
|
'io.flow.internal.v0.models.submitted_order_upserted': function () { return ({
|
|
15990
16241
|
discriminator: 'submitted_order_upserted',
|
|
15991
16242
|
event_id: factories.string(),
|
|
@@ -16039,10 +16290,6 @@ var factories = {
|
|
|
16039
16290
|
stacktrace: factories.string(),
|
|
16040
16291
|
snooze_id: factories.string(),
|
|
16041
16292
|
}); },
|
|
16042
|
-
'io.flow.internal.v0.models.task_count': function () { return ({
|
|
16043
|
-
discriminator: factories.string(),
|
|
16044
|
-
count: factories.long(),
|
|
16045
|
-
}); },
|
|
16046
16293
|
'io.flow.internal.v0.models.task_import': function () { return ({
|
|
16047
16294
|
discriminator: 'task_import',
|
|
16048
16295
|
import_id: factories.string(),
|
|
@@ -16163,6 +16410,12 @@ var factories = {
|
|
|
16163
16410
|
timestamp: factories.date_time_iso_8601(),
|
|
16164
16411
|
tax_transaction: factories['io.flow.internal.v0.models.tax_transaction'](),
|
|
16165
16412
|
}); },
|
|
16413
|
+
'io.flow.internal.v0.models.taxonomy_alignment_check_result': function () { return ({
|
|
16414
|
+
status: factories['io.flow.internal.v0.enums.taxonomy_category_classification_alignment'](),
|
|
16415
|
+
result: factories['io.flow.internal.v0.enums.evaluation_check_result'](),
|
|
16416
|
+
merchant_taxonomy_status: factories['io.flow.internal.v0.enums.taxonomy_category_classification_alignment'](),
|
|
16417
|
+
current_taxonomy_status: factories['io.flow.internal.v0.enums.taxonomy_category_classification_alignment'](),
|
|
16418
|
+
}); },
|
|
16166
16419
|
'io.flow.internal.v0.models.taxonomy_category': function () { return ({
|
|
16167
16420
|
discriminator: 'category',
|
|
16168
16421
|
name: factories.string(),
|
|
@@ -16726,6 +16979,7 @@ var factories = {
|
|
|
16726
16979
|
provided_charges: arrayOf(function () { return factories['io.flow.internal.v0.models.charge_input'](); }),
|
|
16727
16980
|
direction: factories['io.flow.label.v0.enums.direction'](),
|
|
16728
16981
|
package_dimensions_source: factories['io.flow.label.v0.enums.package_dimensions_source'](),
|
|
16982
|
+
shipping_date_time: factories.date_time_iso_8601(),
|
|
16729
16983
|
}); },
|
|
16730
16984
|
'io.flow.internal.v0.models.vies_result': function () { return ({
|
|
16731
16985
|
country: factories.string(),
|
|
@@ -16820,6 +17074,18 @@ var factories = {
|
|
|
16820
17074
|
]);
|
|
16821
17075
|
return f();
|
|
16822
17076
|
},
|
|
17077
|
+
'io.flow.internal.v0.unions.carrier_document_content': function () {
|
|
17078
|
+
var f = faker.helpers.arrayElement([
|
|
17079
|
+
function () { return factories['io.flow.internal.v0.models.base_64_carrier_document_content'](); },
|
|
17080
|
+
]);
|
|
17081
|
+
return f();
|
|
17082
|
+
},
|
|
17083
|
+
'io.flow.internal.v0.unions.carrier_label_attributes': function () {
|
|
17084
|
+
var f = faker.helpers.arrayElement([
|
|
17085
|
+
function () { return factories['io.flow.internal.v0.models.fedex_carrier_label_attributes'](); },
|
|
17086
|
+
]);
|
|
17087
|
+
return f();
|
|
17088
|
+
},
|
|
16823
17089
|
'io.flow.internal.v0.unions.channel_rate_metadata': function () {
|
|
16824
17090
|
var f = faker.helpers.arrayElement([
|
|
16825
17091
|
function () { return factories['io.flow.internal.v0.models.channel_rate_metadata_identity'](); },
|
|
@@ -17107,6 +17373,8 @@ var factories = {
|
|
|
17107
17373
|
function () { return factories['io.flow.internal.v0.models.rate_freshness_summary_deleted'](); },
|
|
17108
17374
|
function () { return factories['io.flow.internal.v0.models.item_harmonization_upserted'](); },
|
|
17109
17375
|
function () { return factories['io.flow.internal.v0.models.item_harmonization_deleted'](); },
|
|
17376
|
+
function () { return factories['io.flow.internal.v0.models.merchant_override_upserted'](); },
|
|
17377
|
+
function () { return factories['io.flow.internal.v0.models.merchant_override_deleted'](); },
|
|
17110
17378
|
function () { return factories['io.flow.internal.v0.models.harmonization_classification_statistics_published'](); },
|
|
17111
17379
|
function () { return factories['io.flow.internal.v0.models.item_form_import_request'](); },
|
|
17112
17380
|
function () { return factories['io.flow.internal.v0.models.label_request_error_upserted'](); },
|
|
@@ -17164,6 +17432,8 @@ var factories = {
|
|
|
17164
17432
|
function () { return factories['io.flow.internal.v0.models.authorization_bundle_deleted'](); },
|
|
17165
17433
|
function () { return factories['io.flow.internal.v0.models.organization_payment_setting_upserted'](); },
|
|
17166
17434
|
function () { return factories['io.flow.internal.v0.models.organization_payment_setting_deleted'](); },
|
|
17435
|
+
function () { return factories['io.flow.internal.v0.models.order_refund_transaction_upserted'](); },
|
|
17436
|
+
function () { return factories['io.flow.internal.v0.models.order_refund_transaction_deleted'](); },
|
|
17167
17437
|
function () { return factories['io.flow.internal.v0.models.paypal_payment_deleted'](); },
|
|
17168
17438
|
function () { return factories['io.flow.internal.v0.models.paypal_payment_upserted'](); },
|
|
17169
17439
|
function () { return factories['io.flow.internal.v0.models.paypal_execution_deleted'](); },
|
|
@@ -17215,6 +17485,10 @@ var factories = {
|
|
|
17215
17485
|
function () { return factories['io.flow.internal.v0.models.shopify_markets_webhook_registration_deleted'](); },
|
|
17216
17486
|
function () { return factories['io.flow.internal.v0.models.shopify_markets_shop_statistics_upserted'](); },
|
|
17217
17487
|
function () { return factories['io.flow.internal.v0.models.shopify_markets_shop_statistics_deleted'](); },
|
|
17488
|
+
function () { return factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_upserted'](); },
|
|
17489
|
+
function () { return factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_deleted'](); },
|
|
17490
|
+
function () { return factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value_upserted'](); },
|
|
17491
|
+
function () { return factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value_deleted'](); },
|
|
17218
17492
|
function () { return factories['io.flow.internal.v0.models.shopify_markets_metrics_upserted'](); },
|
|
17219
17493
|
function () { return factories['io.flow.internal.v0.models.shopify_markets_metrics_deleted'](); },
|
|
17220
17494
|
function () { return factories['io.flow.internal.v0.models.channel_order_summary_upserted'](); },
|
|
@@ -17550,8 +17824,18 @@ var factories = {
|
|
|
17550
17824
|
]);
|
|
17551
17825
|
return f();
|
|
17552
17826
|
},
|
|
17827
|
+
'io.flow.internal.v0.unions.restriction_attribute_rule_condition': function () {
|
|
17828
|
+
var f = faker.helpers.arrayElement([
|
|
17829
|
+
function () { return factories['io.flow.internal.v0.models.restriction_attribute_condition_single'](); },
|
|
17830
|
+
function () { return factories['io.flow.internal.v0.models.restriction_attribute_condition_multiple'](); },
|
|
17831
|
+
]);
|
|
17832
|
+
return f();
|
|
17833
|
+
},
|
|
17553
17834
|
'io.flow.internal.v0.unions.return_trigger': function () {
|
|
17554
|
-
var f = faker.helpers.arrayElement([
|
|
17835
|
+
var f = faker.helpers.arrayElement([
|
|
17836
|
+
function () { return factories['io.flow.internal.v0.models.return_trigger_refund'](); },
|
|
17837
|
+
function () { return factories['io.flow.internal.v0.models.return_trigger_reversal'](); },
|
|
17838
|
+
]);
|
|
17555
17839
|
return f();
|
|
17556
17840
|
},
|
|
17557
17841
|
'io.flow.internal.v0.unions.routing_entity': function () {
|
|
@@ -17616,6 +17900,8 @@ var factories = {
|
|
|
17616
17900
|
function () { return factories['io.flow.internal.v0.models.statement_creation_metadata'](); },
|
|
17617
17901
|
function () { return factories['io.flow.internal.v0.models.accounting_pending_order_metadata'](); },
|
|
17618
17902
|
function () { return factories['io.flow.internal.v0.models.tax_duty_reason_code_metadata'](); },
|
|
17903
|
+
function () { return factories['io.flow.internal.v0.models.accounting_return_metadata'](); },
|
|
17904
|
+
function () { return factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_fee_metadata'](); },
|
|
17619
17905
|
]);
|
|
17620
17906
|
return f();
|
|
17621
17907
|
},
|
|
@@ -17943,6 +18229,7 @@ var factories = {
|
|
|
17943
18229
|
package_dimensions_source: factories['io.flow.label.v0.enums.package_dimensions_source'](),
|
|
17944
18230
|
origin_location_source: factories['io.flow.label.v0.enums.origin_location_source'](),
|
|
17945
18231
|
reference_id: factories.string(),
|
|
18232
|
+
shipping_date_time: factories.date_time_iso_8601(),
|
|
17946
18233
|
}); },
|
|
17947
18234
|
'io.flow.label.v0.models.detailed_shipping_notification_form': function () { return ({
|
|
17948
18235
|
discriminator: 'detailed_shipping_notification_form',
|
|
@@ -18418,6 +18705,7 @@ var factories = {
|
|
|
18418
18705
|
'surcharges',
|
|
18419
18706
|
'tip',
|
|
18420
18707
|
]); },
|
|
18708
|
+
'io.flow.order.price.v0.enums.order_price_fee_type': function () { return faker.helpers.arrayElement(['service', 'fx', 'tax', 'duties', 'tax_and_duties', 'product']); },
|
|
18421
18709
|
'io.flow.order.price.v0.models.order_price_detail': function () { return ({
|
|
18422
18710
|
key: factories['io.flow.order.price.v0.enums.order_price_detail_key'](),
|
|
18423
18711
|
currency: factories.string(),
|
|
@@ -18429,6 +18717,11 @@ var factories = {
|
|
|
18429
18717
|
rate: factories.decimal(),
|
|
18430
18718
|
accuracy: factories['io.flow.price.v0.enums.price_accuracy'](),
|
|
18431
18719
|
rate_label: factories.string(),
|
|
18720
|
+
breakdown: factories['io.flow.order.price.v0.models.order_price_detail_breakdown'](),
|
|
18721
|
+
}); },
|
|
18722
|
+
'io.flow.order.price.v0.models.order_price_detail_breakdown': function () { return ({
|
|
18723
|
+
purchase_price: factories['io.flow.order.price.v0.models.purchase_price_breakdown'](),
|
|
18724
|
+
fees: arrayOf(function () { return factories['io.flow.order.price.v0.models.order_price_fee'](); }),
|
|
18432
18725
|
}); },
|
|
18433
18726
|
'io.flow.order.price.v0.models.order_price_detail_component': function () { return ({
|
|
18434
18727
|
key: factories['io.flow.order.price.v0.enums.order_price_detail_component_key'](),
|
|
@@ -18438,6 +18731,16 @@ var factories = {
|
|
|
18438
18731
|
base: factories['io.flow.common.v0.models.price'](),
|
|
18439
18732
|
name: factories.string(),
|
|
18440
18733
|
}); },
|
|
18734
|
+
'io.flow.order.price.v0.models.order_price_fee': function () { return ({
|
|
18735
|
+
key: factories.string(),
|
|
18736
|
+
value: factories['io.flow.common.v0.models.price_with_base'](),
|
|
18737
|
+
type: factories['io.flow.order.price.v0.enums.order_price_fee_type'](),
|
|
18738
|
+
}); },
|
|
18739
|
+
'io.flow.order.price.v0.models.purchase_price_breakdown': function () { return ({
|
|
18740
|
+
total_price: factories['io.flow.common.v0.models.price_with_base'](),
|
|
18741
|
+
product_price: factories['io.flow.common.v0.models.price_with_base'](),
|
|
18742
|
+
fees: arrayOf(function () { return factories['io.flow.order.price.v0.models.order_price_fee'](); }),
|
|
18743
|
+
}); },
|
|
18441
18744
|
'io.flow.organization.onboarding.state.v0.enums.merchant_disabled_reason': function () { return faker.helpers.arrayElement(['merchant_deactivated', 'merchant_rejected']); },
|
|
18442
18745
|
'io.flow.organization.onboarding.state.v0.enums.merchant_rejected_reason': function () { return faker.helpers.arrayElement([
|
|
18443
18746
|
'merchant_ubo_is_pep',
|
|
@@ -20954,6 +21257,11 @@ var factories = {
|
|
|
20954
21257
|
'io.flow.product.v0.models.product_taxonomy_data': function () { return ({
|
|
20955
21258
|
key: factories.string(),
|
|
20956
21259
|
value: arrayOf(function () { return factories.string(); }),
|
|
21260
|
+
value_obj: arrayOf(function () { return factories['io.flow.product.v0.models.product_taxonomy_value'](); }),
|
|
21261
|
+
}); },
|
|
21262
|
+
'io.flow.product.v0.models.product_taxonomy_value': function () { return ({
|
|
21263
|
+
handle: factories.string(),
|
|
21264
|
+
name: factories.string(),
|
|
20957
21265
|
}); },
|
|
20958
21266
|
'io.flow.query.builder.v0.enums.available_filter_format': function () { return faker.helpers.arrayElement([
|
|
20959
21267
|
'boolean',
|
|
@@ -21971,6 +22279,7 @@ var factories = {
|
|
|
21971
22279
|
'io.flow.shopify.external.v0.models.graphql_metaobject_field': function () { return ({
|
|
21972
22280
|
key: factories.string(),
|
|
21973
22281
|
value: factories.string(),
|
|
22282
|
+
type: factories.string(),
|
|
21974
22283
|
}); },
|
|
21975
22284
|
'io.flow.shopify.external.v0.models.graphql_option': function () { return ({
|
|
21976
22285
|
id: factories.string(),
|
|
@@ -23001,6 +23310,30 @@ var factories = {
|
|
|
23001
23310
|
organization: factories.string(),
|
|
23002
23311
|
shopify_product_bundle: factories['io.flow.shopify.markets.internal.v0.models.shopify_product_bundle'](),
|
|
23003
23312
|
}); },
|
|
23313
|
+
'io.flow.shopify.markets.internal.event.v0.models.shopify_product_taxonomy_attribute_deleted': function () { return ({
|
|
23314
|
+
discriminator: 'shopify_product_taxonomy_attribute_deleted',
|
|
23315
|
+
event_id: factories.string(),
|
|
23316
|
+
timestamp: factories.date_time_iso_8601(),
|
|
23317
|
+
id: factories.string(),
|
|
23318
|
+
}); },
|
|
23319
|
+
'io.flow.shopify.markets.internal.event.v0.models.shopify_product_taxonomy_attribute_upserted': function () { return ({
|
|
23320
|
+
discriminator: 'shopify_product_taxonomy_attribute_upserted',
|
|
23321
|
+
event_id: factories.string(),
|
|
23322
|
+
timestamp: factories.date_time_iso_8601(),
|
|
23323
|
+
shopify_product_taxonomy_attribute: factories['io.flow.shopify.markets.internal.v0.models.shopify_product_taxonomy_attribute'](),
|
|
23324
|
+
}); },
|
|
23325
|
+
'io.flow.shopify.markets.internal.event.v0.models.shopify_product_taxonomy_attribute_value_deleted': function () { return ({
|
|
23326
|
+
discriminator: 'shopify_product_taxonomy_attribute_value_deleted',
|
|
23327
|
+
event_id: factories.string(),
|
|
23328
|
+
timestamp: factories.date_time_iso_8601(),
|
|
23329
|
+
id: factories.string(),
|
|
23330
|
+
}); },
|
|
23331
|
+
'io.flow.shopify.markets.internal.event.v0.models.shopify_product_taxonomy_attribute_value_upserted': function () { return ({
|
|
23332
|
+
discriminator: 'shopify_product_taxonomy_attribute_value_upserted',
|
|
23333
|
+
event_id: factories.string(),
|
|
23334
|
+
timestamp: factories.date_time_iso_8601(),
|
|
23335
|
+
shopify_product_taxonomy_attribute_value: factories['io.flow.shopify.markets.internal.v0.models.shopify_product_taxonomy_attribute_value'](),
|
|
23336
|
+
}); },
|
|
23004
23337
|
'io.flow.shopify.markets.internal.event.v0.unions.shopify_markets_internal_event': function () {
|
|
23005
23338
|
var f = faker.helpers.arrayElement([
|
|
23006
23339
|
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_order_upserted'](); },
|
|
@@ -23011,6 +23344,10 @@ var factories = {
|
|
|
23011
23344
|
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_webhook_registration_deleted'](); },
|
|
23012
23345
|
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_statistics_upserted'](); },
|
|
23013
23346
|
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_statistics_deleted'](); },
|
|
23347
|
+
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.shopify_product_taxonomy_attribute_upserted'](); },
|
|
23348
|
+
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.shopify_product_taxonomy_attribute_deleted'](); },
|
|
23349
|
+
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.shopify_product_taxonomy_attribute_value_upserted'](); },
|
|
23350
|
+
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.shopify_product_taxonomy_attribute_value_deleted'](); },
|
|
23014
23351
|
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_upserted'](); },
|
|
23015
23352
|
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_deleted'](); },
|
|
23016
23353
|
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_upserted'](); },
|
|
@@ -23047,6 +23384,7 @@ var factories = {
|
|
|
23047
23384
|
'shopify_webhook',
|
|
23048
23385
|
]); },
|
|
23049
23386
|
'io.flow.shopify.markets.internal.v0.enums.product_status': function () { return faker.helpers.arrayElement(['active', 'archived', 'draft', 'unlisted']); },
|
|
23387
|
+
'io.flow.shopify.markets.internal.v0.enums.sellability_status': function () { return faker.helpers.arrayElement(['complete', 'incomplete']); },
|
|
23050
23388
|
'io.flow.shopify.markets.internal.v0.enums.shopify_markets_dangerous_goods': function () { return faker.helpers.arrayElement([
|
|
23051
23389
|
'aerosols',
|
|
23052
23390
|
'air_bag_inflators_or_seat_belt_pretensioners',
|
|
@@ -23116,6 +23454,18 @@ var factories = {
|
|
|
23116
23454
|
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
23117
23455
|
identifier: factories.string(),
|
|
23118
23456
|
}); },
|
|
23457
|
+
'io.flow.shopify.markets.internal.v0.models.channel_organization_publication_owner': function () { return ({
|
|
23458
|
+
owner: factories['io.flow.channel.shopify.internal.v0.enums.catalog_publication_owner'](),
|
|
23459
|
+
}); },
|
|
23460
|
+
'io.flow.shopify.markets.internal.v0.models.channel_organization_publication_owner_put_form': function () { return ({
|
|
23461
|
+
owner: factories['io.flow.channel.shopify.internal.v0.enums.catalog_publication_owner'](),
|
|
23462
|
+
}); },
|
|
23463
|
+
'io.flow.shopify.markets.internal.v0.models.channel_organization_sellability_status': function () { return ({
|
|
23464
|
+
status: factories['io.flow.shopify.markets.internal.v0.enums.sellability_status'](),
|
|
23465
|
+
}); },
|
|
23466
|
+
'io.flow.shopify.markets.internal.v0.models.channel_organization_sellability_status_put_form': function () { return ({
|
|
23467
|
+
status: factories['io.flow.shopify.markets.internal.v0.enums.sellability_status'](),
|
|
23468
|
+
}); },
|
|
23119
23469
|
'io.flow.shopify.markets.internal.v0.models.flow_shop_validation_error': function () { return ({
|
|
23120
23470
|
message: factories.string(),
|
|
23121
23471
|
reason: factories.string(),
|
|
@@ -23152,6 +23502,10 @@ var factories = {
|
|
|
23152
23502
|
action: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_error_action'](),
|
|
23153
23503
|
next_action_from: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_next_action_from'](),
|
|
23154
23504
|
}); },
|
|
23505
|
+
'io.flow.shopify.markets.internal.v0.models.payment_request_authorization': function () { return ({
|
|
23506
|
+
payment_request_id: factories.string(),
|
|
23507
|
+
authorization_id: factories.string(),
|
|
23508
|
+
}); },
|
|
23155
23509
|
'io.flow.shopify.markets.internal.v0.models.product_restriction_result_validation_error': function () { return ({
|
|
23156
23510
|
message: factories.string(),
|
|
23157
23511
|
reason: factories.string(),
|
|
@@ -23222,6 +23576,7 @@ var factories = {
|
|
|
23222
23576
|
api_password_masked: factories.string(),
|
|
23223
23577
|
access_token_masked: factories.string(),
|
|
23224
23578
|
shopify_plan_name: factories['io.flow.shopify.external.v0.enums.shopify_plan_name'](),
|
|
23579
|
+
catalog_publication_owner: factories['io.flow.channel.shopify.internal.v0.enums.catalog_publication_owner'](),
|
|
23225
23580
|
}); },
|
|
23226
23581
|
'io.flow.shopify.markets.internal.v0.models.shopify_markets_shop_form': function () { return ({
|
|
23227
23582
|
shop: factories.string(),
|
|
@@ -23276,6 +23631,20 @@ var factories = {
|
|
|
23276
23631
|
'io.flow.shopify.markets.internal.v0.models.shopify_product_bundle_underlying': function () { return ({
|
|
23277
23632
|
product_ids: arrayOf(function () { return factories.string(); }),
|
|
23278
23633
|
}); },
|
|
23634
|
+
'io.flow.shopify.markets.internal.v0.models.shopify_product_taxonomy_attribute': function () { return ({
|
|
23635
|
+
id: factories.string(),
|
|
23636
|
+
handle: factories.string(),
|
|
23637
|
+
name: factories.string(),
|
|
23638
|
+
friendly_id: factories.string(),
|
|
23639
|
+
description: factories.string(),
|
|
23640
|
+
}); },
|
|
23641
|
+
'io.flow.shopify.markets.internal.v0.models.shopify_product_taxonomy_attribute_value': function () { return ({
|
|
23642
|
+
id: factories.string(),
|
|
23643
|
+
attribute_id: factories.string(),
|
|
23644
|
+
handle: factories.string(),
|
|
23645
|
+
name: factories.string(),
|
|
23646
|
+
friendly_id: factories.string(),
|
|
23647
|
+
}); },
|
|
23279
23648
|
'io.flow.shopify.markets.internal.v0.models.shopify_product_wrapper': function () { return ({
|
|
23280
23649
|
shopify_product: factories['io.flow.shopify.external.v0.models.product'](),
|
|
23281
23650
|
deleted_at: factories.date_time_iso_8601(),
|
|
@@ -26153,6 +26522,7 @@ var factories = {
|
|
|
26153
26522
|
'saturday_stop',
|
|
26154
26523
|
'residential_extended_area_pickup',
|
|
26155
26524
|
'package_level_detail',
|
|
26525
|
+
'pickup',
|
|
26156
26526
|
]); },
|
|
26157
26527
|
'io.flow.trueup.v0.models.dead_weight': function () { return ({
|
|
26158
26528
|
weight: factories.decimal(),
|
|
@@ -26240,6 +26610,7 @@ export var makeAccountType = function () { return factories['io.flow.internal.v0
|
|
|
26240
26610
|
export var makeAccountUpserted = function () { return factories['io.flow.internal.v0.models.account_upserted'](); };
|
|
26241
26611
|
export var makeAccountUpsertedV2 = function () { return factories['io.flow.internal.v0.models.account_upserted_v2'](); };
|
|
26242
26612
|
export var makeAccountingPendingOrderMetadata = function () { return factories['io.flow.internal.v0.models.accounting_pending_order_metadata'](); };
|
|
26613
|
+
export var makeAccountingReturnMetadata = function () { return factories['io.flow.internal.v0.models.accounting_return_metadata'](); };
|
|
26243
26614
|
export var makeActionQuantity = function () { return factories['io.flow.internal.v0.models.action_quantity'](); };
|
|
26244
26615
|
export var makeAdditionalImportTax = function () { return factories['io.flow.internal.v0.models.additional_import_tax'](); };
|
|
26245
26616
|
export var makeAdjustmentAmount = function () { return factories['io.flow.internal.v0.unions.adjustment_amount'](); };
|
|
@@ -26301,15 +26672,13 @@ export var makeAftershipWebhook = function () { return factories['io.flow.intern
|
|
|
26301
26672
|
export var makeAldoItem = function () { return factories['io.flow.internal.v0.models.aldo_item'](); };
|
|
26302
26673
|
export var makeAldoItemForm = function () { return factories['io.flow.internal.v0.models.aldo_item_form'](); };
|
|
26303
26674
|
export var makeAldoItemType = function () { return factories['io.flow.internal.v0.enums.aldo_item_type'](); };
|
|
26304
|
-
export var makeAlertErrorSummary = function () { return factories['io.flow.internal.v0.models.alert_error_summary'](); };
|
|
26305
|
-
export var makeAlertFailureSummary = function () { return factories['io.flow.internal.v0.models.alert_failure_summary'](); };
|
|
26306
|
-
export var makeAlertFailureSummaryDetail = function () { return factories['io.flow.internal.v0.models.alert_failure_summary_detail'](); };
|
|
26307
|
-
export var makeAlertImportSummary = function () { return factories['io.flow.internal.v0.models.alert_import_summary'](); };
|
|
26308
|
-
export var makeAlertRequeueSummary = function () { return factories['io.flow.internal.v0.models.alert_requeue_summary'](); };
|
|
26309
26675
|
export var makeAllItemsExport = function () { return factories['io.flow.internal.v0.models.all_items_export'](); };
|
|
26310
26676
|
export var makeAllOrganizationsMembership = function () { return factories['io.flow.internal.v0.models.all_organizations_membership'](); };
|
|
26311
26677
|
export var makeAllocationItemReference = function () { return factories['io.flow.internal.v0.models.allocation_item_reference'](); };
|
|
26312
26678
|
export var makeAllowedLabels = function () { return factories['io.flow.internal.v0.models.allowed_labels'](); };
|
|
26679
|
+
export var makeAnirbanItem = function () { return factories['io.flow.internal.v0.models.anirban_item'](); };
|
|
26680
|
+
export var makeAnirbanItemForm = function () { return factories['io.flow.internal.v0.models.anirban_item_form'](); };
|
|
26681
|
+
export var makeAnirbanItemType = function () { return factories['io.flow.internal.v0.enums.anirban_item_type'](); };
|
|
26313
26682
|
export var makeAnshItem = function () { return factories['io.flow.internal.v0.models.ansh_item'](); };
|
|
26314
26683
|
export var makeAnshItemForm = function () { return factories['io.flow.internal.v0.models.ansh_item_form'](); };
|
|
26315
26684
|
export var makeAnshItemType = function () { return factories['io.flow.internal.v0.enums.ansh_item_type'](); };
|
|
@@ -26320,6 +26689,7 @@ export var makeApplicablePreferentialRate = function () { return factories['io.f
|
|
|
26320
26689
|
export var makeApplyAtValueForm = function () { return factories['io.flow.internal.v0.models.apply_at_value_form'](); };
|
|
26321
26690
|
export var makeAttemptStatistics = function () { return factories['io.flow.internal.v0.models.attempt_statistics'](); };
|
|
26322
26691
|
export var makeAttributeLabel = function () { return factories['io.flow.internal.v0.models.attribute_label'](); };
|
|
26692
|
+
export var makeAttributeRule = function () { return factories['io.flow.internal.v0.models.attribute_rule'](); };
|
|
26323
26693
|
export var makeAuthenticationForm = function () { return factories['io.flow.internal.v0.models.authentication_form'](); };
|
|
26324
26694
|
export var makeAuthorizationBundle = function () { return factories['io.flow.internal.v0.models.authorization_bundle'](); };
|
|
26325
26695
|
export var makeAuthorizationBundleDeleted = function () { return factories['io.flow.internal.v0.models.authorization_bundle_deleted'](); };
|
|
@@ -26356,6 +26726,7 @@ export var makeBankPaymentStatusSentImportForm = function () { return factories[
|
|
|
26356
26726
|
export var makeBankPaymentStatusSingleForm = function () { return factories['io.flow.internal.v0.models.bank_payment_status_single_form'](); };
|
|
26357
26727
|
export var makeBankPaymentUpserted = function () { return factories['io.flow.internal.v0.models.bank_payment_upserted'](); };
|
|
26358
26728
|
export var makeBankPaymentUpsertedV2 = function () { return factories['io.flow.internal.v0.models.bank_payment_upserted_v2'](); };
|
|
26729
|
+
export var makeBase64CarrierDocumentContent = function () { return factories['io.flow.internal.v0.models.base_64_carrier_document_content'](); };
|
|
26359
26730
|
export var makeBillingAllocationKey = function () { return factories['io.flow.internal.v0.enums.billing_allocation_key'](); };
|
|
26360
26731
|
export var makeBillingAuthorizationReference = function () { return factories['io.flow.internal.v0.models.billing_authorization_reference'](); };
|
|
26361
26732
|
export var makeBillingCsvTransactionDeleted = function () { return factories['io.flow.internal.v0.models.billing_csv_transaction_deleted'](); };
|
|
@@ -26429,11 +26800,15 @@ export var makeCarrierChargeType = function () { return factories['io.flow.inter
|
|
|
26429
26800
|
export var makeCarrierChargeUnits = function () { return factories['io.flow.internal.v0.models.carrier_charge_units'](); };
|
|
26430
26801
|
export var makeCarrierChargeUpserted = function () { return factories['io.flow.internal.v0.models.carrier_charge_upserted'](); };
|
|
26431
26802
|
export var makeCarrierCredentials = function () { return factories['io.flow.internal.v0.unions.carrier_credentials'](); };
|
|
26803
|
+
export var makeCarrierDocument = function () { return factories['io.flow.internal.v0.models.carrier_document'](); };
|
|
26804
|
+
export var makeCarrierDocumentContent = function () { return factories['io.flow.internal.v0.unions.carrier_document_content'](); };
|
|
26805
|
+
export var makeCarrierDocumentType = function () { return factories['io.flow.internal.v0.enums.carrier_document_type'](); };
|
|
26432
26806
|
export var makeCarrierFile = function () { return factories['io.flow.internal.v0.models.carrier_file'](); };
|
|
26433
26807
|
export var makeCarrierFileForm = function () { return factories['io.flow.internal.v0.models.carrier_file_form'](); };
|
|
26434
26808
|
export var makeCarrierFileResult = function () { return factories['io.flow.internal.v0.models.carrier_file_result'](); };
|
|
26435
26809
|
export var makeCarrierFileType = function () { return factories['io.flow.internal.v0.enums.carrier_file_type'](); };
|
|
26436
26810
|
export var makeCarrierInvoice = function () { return factories['io.flow.internal.v0.models.carrier_invoice'](); };
|
|
26811
|
+
export var makeCarrierLabelAttributes = function () { return factories['io.flow.internal.v0.unions.carrier_label_attributes'](); };
|
|
26437
26812
|
export var makeCarrierLabelGenerationMethod = function () { return factories['io.flow.internal.v0.enums.carrier_label_generation_method'](); };
|
|
26438
26813
|
export var makeCarrierTaxForm = function () { return factories['io.flow.internal.v0.models.carrier_tax_form'](); };
|
|
26439
26814
|
export var makeCarrierTaxUnits = function () { return factories['io.flow.internal.v0.models.carrier_tax_units'](); };
|
|
@@ -26503,6 +26878,10 @@ export var makeChannelOrderSummaryUpserted = function () { return factories['io.
|
|
|
26503
26878
|
export var makeChannelOrganizationIdentifier = function () { return factories['io.flow.internal.v0.models.channel_organization_identifier'](); };
|
|
26504
26879
|
export var makeChannelOrganizationIdentifierDeleted = function () { return factories['io.flow.internal.v0.models.channel_organization_identifier_deleted'](); };
|
|
26505
26880
|
export var makeChannelOrganizationIdentifierUpserted = function () { return factories['io.flow.internal.v0.models.channel_organization_identifier_upserted'](); };
|
|
26881
|
+
export var makeChannelOrganizationPublicationOwner = function () { return factories['io.flow.internal.v0.models.channel_organization_publication_owner'](); };
|
|
26882
|
+
export var makeChannelOrganizationPublicationOwnerPutForm = function () { return factories['io.flow.internal.v0.models.channel_organization_publication_owner_put_form'](); };
|
|
26883
|
+
export var makeChannelOrganizationSellabilityStatus = function () { return factories['io.flow.internal.v0.models.channel_organization_sellability_status'](); };
|
|
26884
|
+
export var makeChannelOrganizationSellabilityStatusPutForm = function () { return factories['io.flow.internal.v0.models.channel_organization_sellability_status_put_form'](); };
|
|
26506
26885
|
export var makeChannelOrganizationShopify = function () { return factories['io.flow.internal.v0.models.channel_organization_shopify'](); };
|
|
26507
26886
|
export var makeChannelOrganizationShopifyForm = function () { return factories['io.flow.internal.v0.models.channel_organization_shopify_form'](); };
|
|
26508
26887
|
export var makeChannelOrganizationShopifyPostForm = function () { return factories['io.flow.internal.v0.models.channel_organization_shopify_post_form'](); };
|
|
@@ -26514,6 +26893,8 @@ export var makeChannelTransactionDeleted = function () { return factories['io.fl
|
|
|
26514
26893
|
export var makeChannelTransactionRate = function () { return factories['io.flow.internal.v0.models.channel_transaction_rate'](); };
|
|
26515
26894
|
export var makeChannelTransactionType = function () { return factories['io.flow.internal.v0.enums.channel_transaction_type'](); };
|
|
26516
26895
|
export var makeChannelTransactionUpserted = function () { return factories['io.flow.internal.v0.models.channel_transaction_upserted'](); };
|
|
26896
|
+
export var makeChapterCheckResult = function () { return factories['io.flow.internal.v0.models.chapter_check_result'](); };
|
|
26897
|
+
export var makeChapterCheckStatus = function () { return factories['io.flow.internal.v0.enums.chapter_check_status'](); };
|
|
26517
26898
|
export var makeChargeEstimateSource = function () { return factories['io.flow.internal.v0.enums.charge_estimate_source'](); };
|
|
26518
26899
|
export var makeChargeInput = function () { return factories['io.flow.internal.v0.models.charge_input'](); };
|
|
26519
26900
|
export var makeChargeInputType = function () { return factories['io.flow.internal.v0.enums.charge_input_type'](); };
|
|
@@ -26658,6 +27039,7 @@ export var makeDeliveredDutyOptionsMessage = function () { return factories['io.
|
|
|
26658
27039
|
export var makeDeliveredDutyPreference = function () { return factories['io.flow.internal.v0.models.delivered_duty_preference'](); };
|
|
26659
27040
|
export var makeDeliveredDutyPreferenceForm = function () { return factories['io.flow.internal.v0.models.delivered_duty_preference_form'](); };
|
|
26660
27041
|
export var makeDeminimisAdjustmentType = function () { return factories['io.flow.internal.v0.enums.deminimis_adjustment_type'](); };
|
|
27042
|
+
export var makeDestinationDutyComparison = function () { return factories['io.flow.internal.v0.models.destination_duty_comparison'](); };
|
|
26661
27043
|
export var makeDestinationError = function () { return factories['io.flow.internal.v0.models.destination_error'](); };
|
|
26662
27044
|
export var makeDhl = function () { return factories['io.flow.internal.v0.models.dhl'](); };
|
|
26663
27045
|
export var makeDhlEcommerce = function () { return factories['io.flow.internal.v0.models.dhl_ecommerce'](); };
|
|
@@ -26723,6 +27105,8 @@ export var makeDutyTransaction = function () { return factories['io.flow.interna
|
|
|
26723
27105
|
export var makeDutyTransactionDeleted = function () { return factories['io.flow.internal.v0.models.duty_transaction_deleted'](); };
|
|
26724
27106
|
export var makeDutyTransactionType = function () { return factories['io.flow.internal.v0.enums.duty_transaction_type'](); };
|
|
26725
27107
|
export var makeDutyTransactionUpserted = function () { return factories['io.flow.internal.v0.models.duty_transaction_upserted'](); };
|
|
27108
|
+
export var makeDutyVarianceResult = function () { return factories['io.flow.internal.v0.models.duty_variance_result'](); };
|
|
27109
|
+
export var makeDutyVarianceStatus = function () { return factories['io.flow.internal.v0.enums.duty_variance_status'](); };
|
|
26726
27110
|
export var makeEmailForm = function () { return factories['io.flow.internal.v0.models.email_form'](); };
|
|
26727
27111
|
export var makeEmailModificationForm = function () { return factories['io.flow.internal.v0.models.email_modification_form'](); };
|
|
26728
27112
|
export var makeEmptyAttribute = function () { return factories['io.flow.internal.v0.enums.empty_attribute'](); };
|
|
@@ -26745,6 +27129,7 @@ export var makeErpVendorStatus = function () { return factories['io.flow.interna
|
|
|
26745
27129
|
export var makeErpVendorStatusEntity = function () { return factories['io.flow.internal.v0.models.erp_vendor_status_entity'](); };
|
|
26746
27130
|
export var makeErpVendorStatusFlowFile = function () { return factories['io.flow.internal.v0.models.erp_vendor_status_flow_file'](); };
|
|
26747
27131
|
export var makeErpVendorStatusPriorityFile = function () { return factories['io.flow.internal.v0.models.erp_vendor_status_priority_file'](); };
|
|
27132
|
+
export var makeEvaluationCheckResult = function () { return factories['io.flow.internal.v0.enums.evaluation_check_result'](); };
|
|
26748
27133
|
export var makeEvaluationResults = function () { return factories['io.flow.internal.v0.models.evaluation_results'](); };
|
|
26749
27134
|
export var makeEvent = function () { return factories['io.flow.internal.v0.unions.event'](); };
|
|
26750
27135
|
export var makeEventType = function () { return factories['io.flow.internal.v0.enums.event_type'](); };
|
|
@@ -26774,6 +27159,8 @@ export var makeExternalFulfillmentProof = function () { return factories['io.flo
|
|
|
26774
27159
|
export var makeExternalFulfillmentProofForm = function () { return factories['io.flow.internal.v0.models.external_fulfillment_proof_form'](); };
|
|
26775
27160
|
export var makeExternalFulfillmentProofTracking = function () { return factories['io.flow.internal.v0.models.external_fulfillment_proof_tracking'](); };
|
|
26776
27161
|
export var makeExternalFulfillmentProofTrackingForm = function () { return factories['io.flow.internal.v0.models.external_fulfillment_proof_tracking_form'](); };
|
|
27162
|
+
export var makeExternalRatecardLink = function () { return factories['io.flow.internal.v0.models.external_ratecard_link'](); };
|
|
27163
|
+
export var makeExternalRatecardLinkResponse = function () { return factories['io.flow.internal.v0.models.external_ratecard_link_response'](); };
|
|
26777
27164
|
export var makeFacebookPixel = function () { return factories['io.flow.internal.v0.models.facebook_pixel'](); };
|
|
26778
27165
|
export var makeFailedDimensionEstimateOpsInputWithReason = function () { return factories['io.flow.internal.v0.models.failed_dimension_estimate_ops_input_with_reason'](); };
|
|
26779
27166
|
export var makeFeature = function () { return factories['io.flow.internal.v0.models.feature'](); };
|
|
@@ -26800,10 +27187,12 @@ export var makeFeatureValueForm = function () { return factories['io.flow.intern
|
|
|
26800
27187
|
export var makeFeatureValueResult = function () { return factories['io.flow.internal.v0.models.feature_value_result'](); };
|
|
26801
27188
|
export var makeFedex = function () { return factories['io.flow.internal.v0.models.fedex'](); };
|
|
26802
27189
|
export var makeFedexApi = function () { return factories['io.flow.internal.v0.models.fedex_api'](); };
|
|
27190
|
+
export var makeFedexCarrierLabelAttributes = function () { return factories['io.flow.internal.v0.models.fedex_carrier_label_attributes'](); };
|
|
26803
27191
|
export var makeFedexCrossborder = function () { return factories['io.flow.internal.v0.models.fedex_crossborder'](); };
|
|
26804
27192
|
export var makeFee = function () { return factories['io.flow.internal.v0.models.fee'](); };
|
|
26805
27193
|
export var makeFees = function () { return factories['io.flow.internal.v0.models.fees'](); };
|
|
26806
27194
|
export var makeFeesSource = function () { return factories['io.flow.internal.v0.enums.fees_source'](); };
|
|
27195
|
+
export var makeFileType = function () { return factories['io.flow.internal.v0.enums.file_type'](); };
|
|
26807
27196
|
export var makeFinanceBankAccount = function () { return factories['io.flow.internal.v0.models.finance_bank_account'](); };
|
|
26808
27197
|
export var makeFinanceBankAccountOwner = function () { return factories['io.flow.internal.v0.models.finance_bank_account_owner'](); };
|
|
26809
27198
|
export var makeFinanceBankPayment = function () { return factories['io.flow.internal.v0.models.finance_bank_payment'](); };
|
|
@@ -27010,6 +27399,7 @@ export var makeJournalFailure = function () { return factories['io.flow.internal
|
|
|
27010
27399
|
export var makeJournalOperation = function () { return factories['io.flow.internal.v0.enums.journal_operation'](); };
|
|
27011
27400
|
export var makeKey = function () { return factories['io.flow.internal.v0.models.key'](); };
|
|
27012
27401
|
export var makeKeyReference = function () { return factories['io.flow.internal.v0.models.key_reference'](); };
|
|
27402
|
+
export var makeKeywordCancelling = function () { return factories['io.flow.internal.v0.models.keyword_cancelling'](); };
|
|
27013
27403
|
export var makeKeywordType = function () { return factories['io.flow.internal.v0.enums.keyword_type'](); };
|
|
27014
27404
|
export var makeKlarnaAuthorizationParameters = function () { return factories['io.flow.internal.v0.models.klarna_authorization_parameters'](); };
|
|
27015
27405
|
export var makeKlarnaPaymentMethodCategory = function () { return factories['io.flow.internal.v0.models.klarna_payment_method_category'](); };
|
|
@@ -27120,7 +27510,9 @@ export var makeMerchantOfRecordEntitySettings = function () { return factories['
|
|
|
27120
27510
|
export var makeMerchantOfRecordEntitySettingsForm = function () { return factories['io.flow.internal.v0.models.merchant_of_record_entity_settings_form'](); };
|
|
27121
27511
|
export var makeMerchantOverride = function () { return factories['io.flow.internal.v0.models.merchant_override'](); };
|
|
27122
27512
|
export var makeMerchantOverrideDecisionForm = function () { return factories['io.flow.internal.v0.models.merchant_override_decision_form'](); };
|
|
27513
|
+
export var makeMerchantOverrideDeleted = function () { return factories['io.flow.internal.v0.models.merchant_override_deleted'](); };
|
|
27123
27514
|
export var makeMerchantOverrideStatus = function () { return factories['io.flow.internal.v0.enums.merchant_override_status'](); };
|
|
27515
|
+
export var makeMerchantOverrideUpserted = function () { return factories['io.flow.internal.v0.models.merchant_override_upserted'](); };
|
|
27124
27516
|
export var makeMerchantSearchResult = function () { return factories['io.flow.internal.v0.models.merchant_search_result'](); };
|
|
27125
27517
|
export var makeMerchantSubsidies = function () { return factories['io.flow.internal.v0.models.merchant_subsidies'](); };
|
|
27126
27518
|
export var makeMerchantSummary = function () { return factories['io.flow.internal.v0.models.merchant_summary'](); };
|
|
@@ -27140,6 +27532,7 @@ export var makeNoCalculatedTaxAmount = function () { return factories['io.flow.i
|
|
|
27140
27532
|
export var makeNoClassificationForm = function () { return factories['io.flow.internal.v0.models.no_classification_form'](); };
|
|
27141
27533
|
export var makeNoLiabilityReasonCode = function () { return factories['io.flow.internal.v0.enums.no_liability_reason_code'](); };
|
|
27142
27534
|
export var makeNonChannelPaymentBankAccount = function () { return factories['io.flow.internal.v0.models.non_channel_payment_bank_account'](); };
|
|
27535
|
+
export var makeNonL4LTaxDutyFxFeeMetadata = function () { return factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_fee_metadata'](); };
|
|
27143
27536
|
export var makeNonL4LTaxDutyFxTransaction = function () { return factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction'](); };
|
|
27144
27537
|
export var makeNonL4LTaxDutyFxTransactionType = function () { return factories['io.flow.internal.v0.enums.non_l4l_tax_duty_fx_transaction_type'](); };
|
|
27145
27538
|
export var makeNotification = function () { return factories['io.flow.internal.v0.models.notification'](); };
|
|
@@ -27148,7 +27541,6 @@ export var makeOnboardingAuditMessageLevel = function () { return factories['io.
|
|
|
27148
27541
|
export var makeOnboardingAuditReport = function () { return factories['io.flow.internal.v0.models.onboarding_audit_report'](); };
|
|
27149
27542
|
export var makeOnboardingAuditReportLine = function () { return factories['io.flow.internal.v0.models.onboarding_audit_report_line'](); };
|
|
27150
27543
|
export var makeOnboardingAuditResult = function () { return factories['io.flow.internal.v0.enums.onboarding_audit_result'](); };
|
|
27151
|
-
export var makeOnboardingAuditSnapshot = function () { return factories['io.flow.internal.v0.models.onboarding_audit_snapshot'](); };
|
|
27152
27544
|
export var makeOnboardingAuditThemeKey = function () { return factories['io.flow.internal.v0.enums.onboarding_audit_theme_key'](); };
|
|
27153
27545
|
export var makeOnboardingAuditThemeReport = function () { return factories['io.flow.internal.v0.models.onboarding_audit_theme_report'](); };
|
|
27154
27546
|
export var makeOnboardingAutomationProcessState = function () { return factories['io.flow.internal.v0.enums.onboarding_automation_process_state'](); };
|
|
@@ -27191,6 +27583,9 @@ export var makeOrderPaymentSourceType = function () { return factories['io.flow.
|
|
|
27191
27583
|
export var makeOrderRatesDataV3 = function () { return factories['io.flow.internal.v0.models.order_rates_data_v3'](); };
|
|
27192
27584
|
export var makeOrderRatesPublishedV3 = function () { return factories['io.flow.internal.v0.models.order_rates_published_v3'](); };
|
|
27193
27585
|
export var makeOrderReference = function () { return factories['io.flow.internal.v0.models.order_reference'](); };
|
|
27586
|
+
export var makeOrderRefundTransaction = function () { return factories['io.flow.internal.v0.models.order_refund_transaction'](); };
|
|
27587
|
+
export var makeOrderRefundTransactionDeleted = function () { return factories['io.flow.internal.v0.models.order_refund_transaction_deleted'](); };
|
|
27588
|
+
export var makeOrderRefundTransactionUpserted = function () { return factories['io.flow.internal.v0.models.order_refund_transaction_upserted'](); };
|
|
27194
27589
|
export var makeOrderRevenueRegionChart = function () { return factories['io.flow.internal.v0.models.order_revenue_region_chart'](); };
|
|
27195
27590
|
export var makeOrderRevenueRegionDataPoint = function () { return factories['io.flow.internal.v0.models.order_revenue_region_data_point'](); };
|
|
27196
27591
|
export var makeOrderRevenueTimelineChart = function () { return factories['io.flow.internal.v0.models.order_revenue_timeline_chart'](); };
|
|
@@ -27325,6 +27720,7 @@ export var makePaymentProcessorAccountUpserted = function () { return factories[
|
|
|
27325
27720
|
export var makePaymentProcessorMerchantDeleted = function () { return factories['io.flow.internal.v0.models.payment_processor_merchant_deleted'](); };
|
|
27326
27721
|
export var makePaymentProcessorMerchantUpserted = function () { return factories['io.flow.internal.v0.models.payment_processor_merchant_upserted'](); };
|
|
27327
27722
|
export var makePaymentRedirect = function () { return factories['io.flow.internal.v0.unions.payment_redirect'](); };
|
|
27723
|
+
export var makePaymentRequestAuthorization = function () { return factories['io.flow.internal.v0.models.payment_request_authorization'](); };
|
|
27328
27724
|
export var makePaymentShortUrl = function () { return factories['io.flow.internal.v0.models.payment_short_url'](); };
|
|
27329
27725
|
export var makePaymentShortUrlDiscriminator = function () { return factories['io.flow.internal.v0.enums.payment_short_url_discriminator'](); };
|
|
27330
27726
|
export var makePaymentSummary = function () { return factories['io.flow.internal.v0.models.payment_summary'](); };
|
|
@@ -27528,6 +27924,7 @@ export var makeReportingDebug = function () { return factories['io.flow.internal
|
|
|
27528
27924
|
export var makeReportingDebugMissingSubsidies = function () { return factories['io.flow.internal.v0.models.reporting_debug_missing_subsidies'](); };
|
|
27529
27925
|
export var makeReportingDestination = function () { return factories['io.flow.internal.v0.models.reporting_destination'](); };
|
|
27530
27926
|
export var makeReportingDetails = function () { return factories['io.flow.internal.v0.models.reporting_details'](); };
|
|
27927
|
+
export var makeReportingFees = function () { return factories['io.flow.internal.v0.models.reporting_fees'](); };
|
|
27531
27928
|
export var makeReportingFulfillment = function () { return factories['io.flow.internal.v0.models.reporting_fulfillment'](); };
|
|
27532
27929
|
export var makeReportingFulfillmentHas = function () { return factories['io.flow.internal.v0.models.reporting_fulfillment_has'](); };
|
|
27533
27930
|
export var makeReportingFulfillmentIs = function () { return factories['io.flow.internal.v0.models.reporting_fulfillment_is'](); };
|
|
@@ -27555,6 +27952,14 @@ export var makeRequeueRequestForm = function () { return factories['io.flow.inte
|
|
|
27555
27952
|
export var makeRescreenRestrictionsProducts = function () { return factories['io.flow.internal.v0.models.rescreen_restrictions_products'](); };
|
|
27556
27953
|
export var makeResponsibleParty = function () { return factories['io.flow.internal.v0.enums.responsible_party'](); };
|
|
27557
27954
|
export var makeRestrictionAction = function () { return factories['io.flow.internal.v0.enums.restriction_action'](); };
|
|
27955
|
+
export var makeRestrictionAttributeConditionMultiple = function () { return factories['io.flow.internal.v0.models.restriction_attribute_condition_multiple'](); };
|
|
27956
|
+
export var makeRestrictionAttributeConditionMultipleOperator = function () { return factories['io.flow.internal.v0.enums.restriction_attribute_condition_multiple_operator'](); };
|
|
27957
|
+
export var makeRestrictionAttributeConditionSingle = function () { return factories['io.flow.internal.v0.models.restriction_attribute_condition_single'](); };
|
|
27958
|
+
export var makeRestrictionAttributeConditionSingleOperator = function () { return factories['io.flow.internal.v0.enums.restriction_attribute_condition_single_operator'](); };
|
|
27959
|
+
export var makeRestrictionAttributeOperator = function () { return factories['io.flow.internal.v0.enums.restriction_attribute_operator'](); };
|
|
27960
|
+
export var makeRestrictionAttributeResult = function () { return factories['io.flow.internal.v0.enums.restriction_attribute_result'](); };
|
|
27961
|
+
export var makeRestrictionAttributeRule = function () { return factories['io.flow.internal.v0.models.restriction_attribute_rule'](); };
|
|
27962
|
+
export var makeRestrictionAttributeRuleCondition = function () { return factories['io.flow.internal.v0.unions.restriction_attribute_rule_condition'](); };
|
|
27558
27963
|
export var makeRestrictionBlanketOrganizationExemption = function () { return factories['io.flow.internal.v0.models.restriction_blanket_organization_exemption'](); };
|
|
27559
27964
|
export var makeRestrictionCategory = function () { return factories['io.flow.internal.v0.models.restriction_category'](); };
|
|
27560
27965
|
export var makeRestrictionDecision = function () { return factories['io.flow.internal.v0.enums.restriction_decision'](); };
|
|
@@ -27579,6 +27984,7 @@ export var makeRestrictionProductDecisionForm = function () { return factories['
|
|
|
27579
27984
|
export var makeRestrictionProductRequestForm = function () { return factories['io.flow.internal.v0.models.restriction_product_request_form'](); };
|
|
27580
27985
|
export var makeRestrictionProductSummary = function () { return factories['io.flow.internal.v0.models.restriction_product_summary'](); };
|
|
27581
27986
|
export var makeRestrictionRule = function () { return factories['io.flow.internal.v0.models.restriction_rule'](); };
|
|
27987
|
+
export var makeRestrictionRuleActivationStatus = function () { return factories['io.flow.internal.v0.enums.restriction_rule_activation_status'](); };
|
|
27582
27988
|
export var makeRestrictionRuleCommunityExemption = function () { return factories['io.flow.internal.v0.enums.restriction_rule_community_exemption'](); };
|
|
27583
27989
|
export var makeRestrictionRuleDecisionForm = function () { return factories['io.flow.internal.v0.models.restriction_rule_decision_form'](); };
|
|
27584
27990
|
export var makeRestrictionRuleDeleted = function () { return factories['io.flow.internal.v0.models.restriction_rule_deleted'](); };
|
|
@@ -27611,6 +28017,7 @@ export var makeReturnPolicyUpserted = function () { return factories['io.flow.in
|
|
|
27611
28017
|
export var makeReturnSummary = function () { return factories['io.flow.internal.v0.models.return_summary'](); };
|
|
27612
28018
|
export var makeReturnTrigger = function () { return factories['io.flow.internal.v0.unions.return_trigger'](); };
|
|
27613
28019
|
export var makeReturnTriggerRefund = function () { return factories['io.flow.internal.v0.models.return_trigger_refund'](); };
|
|
28020
|
+
export var makeReturnTriggerReversal = function () { return factories['io.flow.internal.v0.models.return_trigger_reversal'](); };
|
|
27614
28021
|
export var makeRevenueRecord = function () { return factories['io.flow.internal.v0.models.revenue_record'](); };
|
|
27615
28022
|
export var makeRevenueRecordDeleted = function () { return factories['io.flow.internal.v0.models.revenue_record_deleted'](); };
|
|
27616
28023
|
export var makeRevenueRecordType = function () { return factories['io.flow.internal.v0.enums.revenue_record_type'](); };
|
|
@@ -27643,6 +28050,9 @@ export var makeSearchItemSummary = function () { return factories['io.flow.inter
|
|
|
27643
28050
|
export var makeSearchOrderSummary = function () { return factories['io.flow.internal.v0.models.search_order_summary'](); };
|
|
27644
28051
|
export var makeSearchProviderExport = function () { return factories['io.flow.internal.v0.models.search_provider_export'](); };
|
|
27645
28052
|
export var makeSearchTrackingSummary = function () { return factories['io.flow.internal.v0.models.search_tracking_summary'](); };
|
|
28053
|
+
export var makeSellabilityCheckResult = function () { return factories['io.flow.internal.v0.models.sellability_check_result'](); };
|
|
28054
|
+
export var makeSellabilityCheckStatus = function () { return factories['io.flow.internal.v0.enums.sellability_check_status'](); };
|
|
28055
|
+
export var makeSellabilityStatus = function () { return factories['io.flow.internal.v0.enums.sellability_status'](); };
|
|
27646
28056
|
export var makeSessionOrderData = function () { return factories['io.flow.internal.v0.models.session_order_data'](); };
|
|
27647
28057
|
export var makeSetupBlockPutForm = function () { return factories['io.flow.internal.v0.models.setup_block_put_form'](); };
|
|
27648
28058
|
export var makeSfExpress = function () { return factories['io.flow.internal.v0.models.sf_express'](); };
|
|
@@ -27716,7 +28126,6 @@ export var makeShopifyMonitoringMonitorReviewStatus = function () { return facto
|
|
|
27716
28126
|
export var makeShopifyMonitoringOrderMonitor = function () { return factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor'](); };
|
|
27717
28127
|
export var makeShopifyMonitoringOrderMonitorEventDeleted = function () { return factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_deleted'](); };
|
|
27718
28128
|
export var makeShopifyMonitoringOrderMonitorEventUpserted = function () { return factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_upserted'](); };
|
|
27719
|
-
export var makeShopifyMonitoringOrderMonitorReview = function () { return factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_review'](); };
|
|
27720
28129
|
export var makeShopifyMonitoringOrderMonitorType = function () { return factories['io.flow.internal.v0.unions.shopify_monitoring_order_monitor_type'](); };
|
|
27721
28130
|
export var makeShopifyMonitoringTrackingField = function () { return factories['io.flow.internal.v0.enums.shopify_monitoring_tracking_field'](); };
|
|
27722
28131
|
export var makeShopifyMonitoringTrackingNumber = function () { return factories['io.flow.internal.v0.models.shopify_monitoring_tracking_number'](); };
|
|
@@ -27746,6 +28155,12 @@ export var makeShopifyProductCreateWebhookEvent = function () { return factories
|
|
|
27746
28155
|
export var makeShopifyProductDeleteDeleted = function () { return factories['io.flow.internal.v0.models.shopify_product_delete_deleted'](); };
|
|
27747
28156
|
export var makeShopifyProductDeleteUpserted = function () { return factories['io.flow.internal.v0.models.shopify_product_delete_upserted'](); };
|
|
27748
28157
|
export var makeShopifyProductDeleteWebhookEvent = function () { return factories['io.flow.internal.v0.models.shopify_product_delete_webhook_event'](); };
|
|
28158
|
+
export var makeShopifyProductTaxonomyAttribute = function () { return factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute'](); };
|
|
28159
|
+
export var makeShopifyProductTaxonomyAttributeDeleted = function () { return factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_deleted'](); };
|
|
28160
|
+
export var makeShopifyProductTaxonomyAttributeUpserted = function () { return factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_upserted'](); };
|
|
28161
|
+
export var makeShopifyProductTaxonomyAttributeValue = function () { return factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value'](); };
|
|
28162
|
+
export var makeShopifyProductTaxonomyAttributeValueDeleted = function () { return factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value_deleted'](); };
|
|
28163
|
+
export var makeShopifyProductTaxonomyAttributeValueUpserted = function () { return factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value_upserted'](); };
|
|
27749
28164
|
export var makeShopifyProductUpdateDeleted = function () { return factories['io.flow.internal.v0.models.shopify_product_update_deleted'](); };
|
|
27750
28165
|
export var makeShopifyProductUpdateUpserted = function () { return factories['io.flow.internal.v0.models.shopify_product_update_upserted'](); };
|
|
27751
28166
|
export var makeShopifyProductUpdateWebhookEvent = function () { return factories['io.flow.internal.v0.models.shopify_product_update_webhook_event'](); };
|
|
@@ -27756,6 +28171,8 @@ export var makeShopifyService = function () { return factories['io.flow.internal
|
|
|
27756
28171
|
export var makeShopifyShopStatistics = function () { return factories['io.flow.internal.v0.models.shopify_shop_statistics'](); };
|
|
27757
28172
|
export var makeShopifyStoreDetail = function () { return factories['io.flow.internal.v0.models.shopify_store_detail'](); };
|
|
27758
28173
|
export var makeShopifyStripeEvent = function () { return factories['io.flow.internal.v0.models.shopify_stripe_event'](); };
|
|
28174
|
+
export var makeShopifyTaxonomyAlignmentConfig = function () { return factories['io.flow.internal.v0.models.shopify_taxonomy_alignment_config'](); };
|
|
28175
|
+
export var makeShopifyTaxonomyAlignmentConfigForm = function () { return factories['io.flow.internal.v0.models.shopify_taxonomy_alignment_config_form'](); };
|
|
27759
28176
|
export var makeShopperBreakdown = function () { return factories['io.flow.internal.v0.models.shopper_breakdown'](); };
|
|
27760
28177
|
export var makeShopperFees = function () { return factories['io.flow.internal.v0.models.shopper_fees'](); };
|
|
27761
28178
|
export var makeShopperFreight = function () { return factories['io.flow.internal.v0.models.shopper_freight'](); };
|
|
@@ -27826,7 +28243,6 @@ export var makeStripeRefundDeleted = function () { return factories['io.flow.int
|
|
|
27826
28243
|
export var makeStripeRefundUpserted = function () { return factories['io.flow.internal.v0.models.stripe_refund_upserted'](); };
|
|
27827
28244
|
export var makeStripeReversalDeleted = function () { return factories['io.flow.internal.v0.models.stripe_reversal_deleted'](); };
|
|
27828
28245
|
export var makeStripeReversalUpserted = function () { return factories['io.flow.internal.v0.models.stripe_reversal_upserted'](); };
|
|
27829
|
-
export var makeSubcatalogItemCount = function () { return factories['io.flow.internal.v0.models.subcatalog_item_count'](); };
|
|
27830
28246
|
export var makeSubmittedOrderUpserted = function () { return factories['io.flow.internal.v0.models.submitted_order_upserted'](); };
|
|
27831
28247
|
export var makeSubscription = function () { return factories['io.flow.internal.v0.models.subscription'](); };
|
|
27832
28248
|
export var makeSubscriptionFrequency = function () { return factories['io.flow.internal.v0.enums.subscription_frequency'](); };
|
|
@@ -27839,7 +28255,6 @@ export var makeTariffEligibilityData = function () { return factories['io.flow.i
|
|
|
27839
28255
|
export var makeTariffEligibilityForm = function () { return factories['io.flow.internal.v0.unions.tariff_eligibility_form'](); };
|
|
27840
28256
|
export var makeTariffEligibilityType = function () { return factories['io.flow.internal.v0.enums.tariff_eligibility_type'](); };
|
|
27841
28257
|
export var makeTask = function () { return factories['io.flow.internal.v0.models.task'](); };
|
|
27842
|
-
export var makeTaskCount = function () { return factories['io.flow.internal.v0.models.task_count'](); };
|
|
27843
28258
|
export var makeTaskData = function () { return factories['io.flow.internal.v0.unions.task_data'](); };
|
|
27844
28259
|
export var makeTaskImport = function () { return factories['io.flow.internal.v0.models.task_import'](); };
|
|
27845
28260
|
export var makeTaskItemUpserted = function () { return factories['io.flow.internal.v0.models.task_item_upserted'](); };
|
|
@@ -27864,6 +28279,7 @@ export var makeTaxTransaction = function () { return factories['io.flow.internal
|
|
|
27864
28279
|
export var makeTaxTransactionDeleted = function () { return factories['io.flow.internal.v0.models.tax_transaction_deleted'](); };
|
|
27865
28280
|
export var makeTaxTransactionType = function () { return factories['io.flow.internal.v0.enums.tax_transaction_type'](); };
|
|
27866
28281
|
export var makeTaxTransactionUpserted = function () { return factories['io.flow.internal.v0.models.tax_transaction_upserted'](); };
|
|
28282
|
+
export var makeTaxonomyAlignmentCheckResult = function () { return factories['io.flow.internal.v0.models.taxonomy_alignment_check_result'](); };
|
|
27867
28283
|
export var makeTaxonomyCategory = function () { return factories['io.flow.internal.v0.models.taxonomy_category'](); };
|
|
27868
28284
|
export var makeTaxonomyCategoryClassificationAlignment = function () { return factories['io.flow.internal.v0.enums.taxonomy_category_classification_alignment'](); };
|
|
27869
28285
|
export var makeTaxonomyCategoryHs6Ref = function () { return factories['io.flow.internal.v0.models.taxonomy_category_hs6_ref'](); };
|