@flowio/api-internal-factories 0.0.132 → 0.0.134
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 +557 -58
- package/dist/esm/api-internal.js +466 -20
- package/dist/types/api-internal.d.ts +55 -3
- package/package.json +2 -2
- package/src/api-internal.ts +550 -26
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(),
|
|
@@ -7364,6 +7417,21 @@ var factories = {
|
|
|
7364
7417
|
name: factories.string(),
|
|
7365
7418
|
labels: objectOf(function () { return arrayOf(function () { return factories.string(); }); }),
|
|
7366
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
|
+
}); },
|
|
7367
7435
|
'io.flow.internal.v0.models.ansh_item': function () { return ({
|
|
7368
7436
|
id: factories.string(),
|
|
7369
7437
|
number: factories.string(),
|
|
@@ -7397,6 +7465,10 @@ var factories = {
|
|
|
7397
7465
|
value: factories.string(),
|
|
7398
7466
|
unverified: factories.boolean(),
|
|
7399
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
|
+
}); },
|
|
7400
7472
|
'io.flow.internal.v0.models.authentication_form': function () { return ({
|
|
7401
7473
|
password: factories.string(),
|
|
7402
7474
|
}); },
|
|
@@ -7572,6 +7644,11 @@ var factories = {
|
|
|
7572
7644
|
timestamp: factories.date_time_iso_8601(),
|
|
7573
7645
|
bank_payment: factories['io.flow.internal.v0.models.bank_payment'](),
|
|
7574
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
|
+
}); },
|
|
7575
7652
|
'io.flow.internal.v0.models.billing_authorization_reference': function () { return ({
|
|
7576
7653
|
id: factories.string(),
|
|
7577
7654
|
}); },
|
|
@@ -8038,6 +8115,10 @@ var factories = {
|
|
|
8038
8115
|
organization: factories.string(),
|
|
8039
8116
|
carrier_charge: factories['io.flow.internal.v0.models.carrier_charge'](),
|
|
8040
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
|
+
}); },
|
|
8041
8122
|
'io.flow.internal.v0.models.carrier_file': function () { return ({
|
|
8042
8123
|
id: factories.string(),
|
|
8043
8124
|
type: factories['io.flow.internal.v0.enums.carrier_file_type'](),
|
|
@@ -8336,6 +8417,7 @@ var factories = {
|
|
|
8336
8417
|
channel_id: factories.string(),
|
|
8337
8418
|
external_order_reference: factories.string(),
|
|
8338
8419
|
payment_request_id: factories.string(),
|
|
8420
|
+
order_payment_request_ids: arrayOf(function () { return factories.string(); }),
|
|
8339
8421
|
order_edit_payment_request_ids: arrayOf(function () { return factories.string(); }),
|
|
8340
8422
|
status: factories['io.flow.internal.v0.enums.channel_order_acceptance_status'](),
|
|
8341
8423
|
reasons: arrayOf(function () { return factories['io.flow.internal.v0.models.channel_order_acceptance_reason'](); }),
|
|
@@ -8432,6 +8514,18 @@ var factories = {
|
|
|
8432
8514
|
channel_id: factories.string(),
|
|
8433
8515
|
channel_organization_identifier: factories['io.flow.internal.v0.models.channel_organization_identifier'](),
|
|
8434
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
|
+
}); },
|
|
8435
8529
|
'io.flow.internal.v0.models.channel_organization_shopify': function () { return ({
|
|
8436
8530
|
organization: factories['io.flow.channel.v0.models.channel_organization'](),
|
|
8437
8531
|
tokens: arrayOf(function () { return factories['io.flow.internal.v0.models.shopify_channel_organization_tokens'](); }),
|
|
@@ -8491,6 +8585,12 @@ var factories = {
|
|
|
8491
8585
|
timestamp: factories.date_time_iso_8601(),
|
|
8492
8586
|
channel_transaction: factories['io.flow.internal.v0.models.channel_transaction'](),
|
|
8493
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
|
+
}); },
|
|
8494
8594
|
'io.flow.internal.v0.models.charge_input': function () { return ({
|
|
8495
8595
|
charge_input_code: factories['io.flow.internal.v0.enums.charge_input_type'](),
|
|
8496
8596
|
price: factories['io.flow.common.v0.models.money'](),
|
|
@@ -9205,6 +9305,13 @@ var factories = {
|
|
|
9205
9305
|
'default': factories['io.flow.common.v0.enums.delivered_duty'](),
|
|
9206
9306
|
display: factories['io.flow.experience.v0.enums.delivered_duty_display_type'](),
|
|
9207
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
|
+
}); },
|
|
9208
9315
|
'io.flow.internal.v0.models.destination_error': function () { return ({
|
|
9209
9316
|
id: factories.string(),
|
|
9210
9317
|
failed_at: factories.date_time_iso_8601(),
|
|
@@ -9488,6 +9595,11 @@ var factories = {
|
|
|
9488
9595
|
timestamp: factories.date_time_iso_8601(),
|
|
9489
9596
|
duty_transaction: factories['io.flow.internal.v0.models.duty_transaction'](),
|
|
9490
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
|
+
}); },
|
|
9491
9603
|
'io.flow.internal.v0.models.email_form': function () { return ({
|
|
9492
9604
|
to: arrayOf(function () { return factories.string(); }),
|
|
9493
9605
|
cc: arrayOf(function () { return factories.string(); }),
|
|
@@ -9717,9 +9829,10 @@ var factories = {
|
|
|
9717
9829
|
processed_at: factories.date_time_iso_8601(),
|
|
9718
9830
|
}); },
|
|
9719
9831
|
'io.flow.internal.v0.models.evaluation_results': function () { return ({
|
|
9720
|
-
chapter_result: factories.
|
|
9721
|
-
sellability_result: factories.
|
|
9722
|
-
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'](),
|
|
9723
9836
|
}); },
|
|
9724
9837
|
'io.flow.internal.v0.models.exclusion_rule_deleted': function () { return ({
|
|
9725
9838
|
discriminator: 'exclusion_rule_deleted',
|
|
@@ -9856,6 +9969,14 @@ var factories = {
|
|
|
9856
9969
|
carrier_tracking_number: factories.string(),
|
|
9857
9970
|
fulfilled_via_replacement_order: factories.boolean(),
|
|
9858
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
|
+
}); },
|
|
9859
9980
|
'io.flow.internal.v0.models.facebook_pixel': function () { return ({
|
|
9860
9981
|
discriminator: 'facebook_pixel',
|
|
9861
9982
|
name: factories.string(),
|
|
@@ -9959,6 +10080,11 @@ var factories = {
|
|
|
9959
10080
|
client_secret: factories.string(),
|
|
9960
10081
|
account_number: factories.string(),
|
|
9961
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
|
+
}); },
|
|
9962
10088
|
'io.flow.internal.v0.models.fedex_crossborder': function () { return ({
|
|
9963
10089
|
discriminator: 'fedex_crossborder',
|
|
9964
10090
|
api_key: factories.string(),
|
|
@@ -10963,6 +11089,7 @@ var factories = {
|
|
|
10963
11089
|
gender: factories.string(),
|
|
10964
11090
|
material: factories.string(),
|
|
10965
11091
|
url: factories.string(),
|
|
11092
|
+
preferential_rate_statement: factories.string(),
|
|
10966
11093
|
}); },
|
|
10967
11094
|
'io.flow.internal.v0.models.invoice_info_form': function () { return ({
|
|
10968
11095
|
invoice_number: factories.string(),
|
|
@@ -10987,6 +11114,7 @@ var factories = {
|
|
|
10987
11114
|
total_price: factories.decimal(),
|
|
10988
11115
|
manufacturer_id: factories.string(),
|
|
10989
11116
|
export_control_classification_number: factories.string(),
|
|
11117
|
+
preferential_rate_statement: factories.string(),
|
|
10990
11118
|
}); },
|
|
10991
11119
|
'io.flow.internal.v0.models.invoice_transaction': function () { return ({
|
|
10992
11120
|
discriminator: 'invoice_transaction',
|
|
@@ -11220,6 +11348,10 @@ var factories = {
|
|
|
11220
11348
|
'io.flow.internal.v0.models.key_reference': function () { return ({
|
|
11221
11349
|
id: factories.string(),
|
|
11222
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
|
+
}); },
|
|
11223
11355
|
'io.flow.internal.v0.models.klarna_authorization_parameters': function () { return ({
|
|
11224
11356
|
discriminator: 'klarna_authorization_parameters',
|
|
11225
11357
|
client_token: factories.string(),
|
|
@@ -11431,6 +11563,7 @@ var factories = {
|
|
|
11431
11563
|
saturday_stop: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
11432
11564
|
residential_extended_area_pickup: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
11433
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'](),
|
|
11434
11567
|
}); },
|
|
11435
11568
|
'io.flow.internal.v0.models.label_surcharge_single_form': function () { return ({
|
|
11436
11569
|
amount: factories.decimal(),
|
|
@@ -11886,6 +12019,18 @@ var factories = {
|
|
|
11886
12019
|
id: factories.string(),
|
|
11887
12020
|
status: factories['io.flow.internal.v0.enums.merchant_override_status'](),
|
|
11888
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
|
+
}); },
|
|
11889
12034
|
'io.flow.internal.v0.models.merchant_search_result': function () { return ({
|
|
11890
12035
|
organization_id: factories.string(),
|
|
11891
12036
|
shop_name: factories.string(),
|
|
@@ -11914,6 +12059,10 @@ var factories = {
|
|
|
11914
12059
|
freight: factories.decimal(),
|
|
11915
12060
|
total: factories.decimal(),
|
|
11916
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(),
|
|
11917
12066
|
}); },
|
|
11918
12067
|
'io.flow.internal.v0.models.merchant_upserted': function () { return ({
|
|
11919
12068
|
discriminator: 'merchant_upserted',
|
|
@@ -11973,6 +12122,11 @@ var factories = {
|
|
|
11973
12122
|
bank_account: factories['io.flow.internal.v0.models.report_bank_account'](),
|
|
11974
12123
|
account: factories['io.flow.internal.v0.models.report_account'](),
|
|
11975
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
|
+
}); },
|
|
11976
12130
|
'io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction': function () { return ({
|
|
11977
12131
|
discriminator: 'non_l4l_tax_duty_fx_transaction',
|
|
11978
12132
|
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
@@ -12004,14 +12158,6 @@ var factories = {
|
|
|
12004
12158
|
messages: arrayOf(function () { return factories['io.flow.internal.v0.models.onboarding_audit_message'](); }),
|
|
12005
12159
|
execution_time_ms: factories.long(),
|
|
12006
12160
|
}); },
|
|
12007
|
-
'io.flow.internal.v0.models.onboarding_audit_snapshot': function () { return ({
|
|
12008
|
-
id: factories.string(),
|
|
12009
|
-
organization: factories['io.flow.common.v0.models.organization'](),
|
|
12010
|
-
result: factories['io.flow.internal.v0.enums.onboarding_audit_result'](),
|
|
12011
|
-
theme_reports: arrayOf(function () { return factories['io.flow.internal.v0.models.onboarding_audit_theme_report'](); }),
|
|
12012
|
-
requested_by: factories['io.flow.common.v0.models.user'](),
|
|
12013
|
-
requested_at: factories.date_time_iso_8601(),
|
|
12014
|
-
}); },
|
|
12015
12161
|
'io.flow.internal.v0.models.onboarding_audit_theme_report': function () { return ({
|
|
12016
12162
|
name: factories.string(),
|
|
12017
12163
|
key: factories['io.flow.internal.v0.enums.onboarding_audit_theme_key'](),
|
|
@@ -12199,6 +12345,26 @@ var factories = {
|
|
|
12199
12345
|
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
12200
12346
|
number: factories.string(),
|
|
12201
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
|
+
}); },
|
|
12202
12368
|
'io.flow.internal.v0.models.order_revenue_region_chart': function () { return ({
|
|
12203
12369
|
total: factories['io.flow.common.v0.models.price'](),
|
|
12204
12370
|
period: factories['io.flow.common.v0.models.datetime_range'](),
|
|
@@ -12524,6 +12690,7 @@ var factories = {
|
|
|
12524
12690
|
pending_classification_count: factories.long(),
|
|
12525
12691
|
oldest_pending_restriction_date: factories.date_time_iso_8601(),
|
|
12526
12692
|
oldest_pending_verification_date: factories.date_time_iso_8601(),
|
|
12693
|
+
oldest_pending_classification_date: factories.date_time_iso_8601(),
|
|
12527
12694
|
product_count: factories.long(),
|
|
12528
12695
|
restricted_product_count: factories.long(),
|
|
12529
12696
|
last_order_submitted_at: factories.date_time_iso_8601(),
|
|
@@ -12992,6 +13159,10 @@ var factories = {
|
|
|
12992
13159
|
id: factories.string(),
|
|
12993
13160
|
merchant: factories['io.flow.internal.v0.unions.processor_merchant'](),
|
|
12994
13161
|
}); },
|
|
13162
|
+
'io.flow.internal.v0.models.payment_request_authorization': function () { return ({
|
|
13163
|
+
payment_request_id: factories.string(),
|
|
13164
|
+
authorization_id: factories.string(),
|
|
13165
|
+
}); },
|
|
12995
13166
|
'io.flow.internal.v0.models.payment_short_url': function () { return ({
|
|
12996
13167
|
id: factories.string(),
|
|
12997
13168
|
key: factories.string(),
|
|
@@ -13524,6 +13695,7 @@ var factories = {
|
|
|
13524
13695
|
pending_classification_count: factories.long(),
|
|
13525
13696
|
oldest_pending_restriction_date: factories.date_time_iso_8601(),
|
|
13526
13697
|
oldest_pending_verification_date: factories.date_time_iso_8601(),
|
|
13698
|
+
oldest_pending_classification_date: factories.date_time_iso_8601(),
|
|
13527
13699
|
}); },
|
|
13528
13700
|
'io.flow.internal.v0.models.product_restriction_state_deleted': function () { return ({
|
|
13529
13701
|
discriminator: 'product_restriction_state_deleted',
|
|
@@ -13578,6 +13750,7 @@ var factories = {
|
|
|
13578
13750
|
restricted_regions: arrayOf(function () { return factories.string(); }),
|
|
13579
13751
|
restricted_regions_by_type: arrayOf(function () { return factories['io.flow.sellability.v0.models.sellablility_region_result'](); }),
|
|
13580
13752
|
rule_ids: arrayOf(function () { return factories.string(); }),
|
|
13753
|
+
taxonomy_category: factories.string(),
|
|
13581
13754
|
}); },
|
|
13582
13755
|
'io.flow.internal.v0.models.product_transaction': function () { return ({
|
|
13583
13756
|
transaction_amount: factories.decimal(),
|
|
@@ -14217,6 +14390,10 @@ var factories = {
|
|
|
14217
14390
|
total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
14218
14391
|
tax_refund: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
14219
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(),
|
|
14220
14397
|
}); },
|
|
14221
14398
|
'io.flow.internal.v0.models.reporting_monetary_value': function () { return ({
|
|
14222
14399
|
transaction: factories.decimal(),
|
|
@@ -14231,6 +14408,7 @@ var factories = {
|
|
|
14231
14408
|
number: factories.string(),
|
|
14232
14409
|
submitted_at: factories.date_time_iso_8601(),
|
|
14233
14410
|
payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
|
|
14411
|
+
is_edited: factories.boolean(),
|
|
14234
14412
|
}); },
|
|
14235
14413
|
'io.flow.internal.v0.models.reporting_organization_summary': function () { return ({
|
|
14236
14414
|
id: factories.string(),
|
|
@@ -14293,6 +14471,23 @@ var factories = {
|
|
|
14293
14471
|
'io.flow.internal.v0.models.rescreen_restrictions_products': function () { return ({
|
|
14294
14472
|
placeholder: factories.boolean(),
|
|
14295
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
|
+
}); },
|
|
14296
14491
|
'io.flow.internal.v0.models.restriction_blanket_organization_exemption': function () { return ({
|
|
14297
14492
|
id: factories.string(),
|
|
14298
14493
|
organization_id: factories.string(),
|
|
@@ -14332,6 +14527,7 @@ var factories = {
|
|
|
14332
14527
|
price: factories['io.flow.common.v0.models.price'](),
|
|
14333
14528
|
hs_code: factories.string(),
|
|
14334
14529
|
hs_code_source: factories['io.flow.internal.v0.enums.harmonization_decision_source'](),
|
|
14530
|
+
classification_scope: factories['io.flow.internal.v0.enums.classification_scope'](),
|
|
14335
14531
|
description: factories.string(),
|
|
14336
14532
|
category: factories.string(),
|
|
14337
14533
|
categories: arrayOf(function () { return factories.string(); }),
|
|
@@ -14447,12 +14643,14 @@ var factories = {
|
|
|
14447
14643
|
thumbnails: arrayOf(function () { return factories['io.flow.catalog.v0.models.image'](); }),
|
|
14448
14644
|
hs_code: factories.string(),
|
|
14449
14645
|
hs_code_source: factories['io.flow.internal.v0.enums.harmonization_decision_source'](),
|
|
14646
|
+
classification_scope: factories['io.flow.internal.v0.enums.classification_scope'](),
|
|
14450
14647
|
url: factories.string(),
|
|
14451
14648
|
reviews: arrayOf(function () { return factories['io.flow.internal.v0.models.restriction_item_review'](); }),
|
|
14452
14649
|
created_at: factories.date_time_iso_8601(),
|
|
14453
14650
|
updated_at: factories.date_time_iso_8601(),
|
|
14454
14651
|
taxonomy_category: factories['io.flow.product.v0.models.product_taxonomy_category'](),
|
|
14455
14652
|
taxonomy_data: arrayOf(function () { return factories['io.flow.product.v0.models.product_taxonomy_data'](); }),
|
|
14653
|
+
channel: factories.string(),
|
|
14456
14654
|
}); },
|
|
14457
14655
|
'io.flow.internal.v0.models.restriction_product_decision_form': function () { return ({
|
|
14458
14656
|
rule_decisions: arrayOf(function () { return factories['io.flow.internal.v0.models.restriction_rule_decision_form'](); }),
|
|
@@ -14487,6 +14685,10 @@ var factories = {
|
|
|
14487
14685
|
sellability_positive_keywords: arrayOf(function () { return factories.string(); }),
|
|
14488
14686
|
community_exemption: arrayOf(function () { return factories['io.flow.internal.v0.enums.restriction_rule_community_exemption'](); }),
|
|
14489
14687
|
reason_code: factories.string(),
|
|
14688
|
+
attribute_names: arrayOf(function () { return factories.string(); }),
|
|
14689
|
+
attribute_rule_conditions: factories['io.flow.internal.v0.models.attribute_rule'](),
|
|
14690
|
+
keyword_cancelling: arrayOf(function () { return factories['io.flow.internal.v0.models.keyword_cancelling'](); }),
|
|
14691
|
+
activation_status: factories['io.flow.internal.v0.enums.restriction_rule_activation_status'](),
|
|
14490
14692
|
}); },
|
|
14491
14693
|
'io.flow.internal.v0.models.restriction_rule_decision_form': function () { return ({
|
|
14492
14694
|
rule_id: factories.string(),
|
|
@@ -14537,6 +14739,10 @@ var factories = {
|
|
|
14537
14739
|
sellability_positive_keywords: arrayOf(function () { return factories.string(); }),
|
|
14538
14740
|
community_exemption: arrayOf(function () { return factories['io.flow.internal.v0.enums.restriction_rule_community_exemption'](); }),
|
|
14539
14741
|
reason_code: factories.string(),
|
|
14742
|
+
attribute_names: arrayOf(function () { return factories.string(); }),
|
|
14743
|
+
attribute_rule_conditions: factories['io.flow.internal.v0.models.attribute_rule'](),
|
|
14744
|
+
keyword_cancelling: arrayOf(function () { return factories['io.flow.internal.v0.models.keyword_cancelling'](); }),
|
|
14745
|
+
activation_status: factories['io.flow.internal.v0.enums.restriction_rule_activation_status'](),
|
|
14540
14746
|
}); },
|
|
14541
14747
|
'io.flow.internal.v0.models.restriction_rule_lane_exemption': function () { return ({
|
|
14542
14748
|
id: factories.string(),
|
|
@@ -14550,11 +14756,11 @@ var factories = {
|
|
|
14550
14756
|
organization_id: factories.string(),
|
|
14551
14757
|
rule_id: factories.string(),
|
|
14552
14758
|
description: factories.string(),
|
|
14553
|
-
is_rule_exempt: factories.boolean(),
|
|
14554
14759
|
exempt_regions: arrayOf(function () { return factories.string(); }),
|
|
14555
14760
|
ignored_keywords: arrayOf(function () { return factories.string(); }),
|
|
14556
14761
|
additional_keywords: arrayOf(function () { return factories.string(); }),
|
|
14557
14762
|
community_exemption_override: arrayOf(function () { return factories['io.flow.internal.v0.enums.restriction_rule_community_exemption'](); }),
|
|
14763
|
+
is_rule_active: factories.boolean(),
|
|
14558
14764
|
}); },
|
|
14559
14765
|
'io.flow.internal.v0.models.restriction_rule_override': function () { return ({
|
|
14560
14766
|
id: factories.string(),
|
|
@@ -14701,6 +14907,10 @@ var factories = {
|
|
|
14701
14907
|
discriminator: 'by_refund',
|
|
14702
14908
|
refund: factories['io.flow.payment.v0.models.refund_reference'](),
|
|
14703
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
|
+
}); },
|
|
14704
14914
|
'io.flow.internal.v0.models.revenue_record': function () { return ({
|
|
14705
14915
|
id: factories.string(),
|
|
14706
14916
|
organization: factories['io.flow.internal.v0.models.reporting_organization_summary'](),
|
|
@@ -14764,6 +14974,7 @@ var factories = {
|
|
|
14764
14974
|
'io.flow.internal.v0.models.sales_payment_record': function () { return ({
|
|
14765
14975
|
id: factories.string(),
|
|
14766
14976
|
organization: factories['io.flow.internal.v0.models.reporting_organization_summary'](),
|
|
14977
|
+
vendor: factories['io.flow.internal.v0.models.reporting_vendor'](),
|
|
14767
14978
|
order: factories['io.flow.internal.v0.models.reporting_order_summary'](),
|
|
14768
14979
|
order_total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
14769
14980
|
shopper_breakdown: factories['io.flow.internal.v0.models.shopper_breakdown'](),
|
|
@@ -14877,6 +15088,16 @@ var factories = {
|
|
|
14877
15088
|
status: factories['io.flow.tracking.v0.enums.tracking_status'](),
|
|
14878
15089
|
label: factories['io.flow.internal.v0.models.label_summary'](),
|
|
14879
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
|
+
}); },
|
|
14880
15101
|
'io.flow.internal.v0.models.session_order_data': function () { return ({
|
|
14881
15102
|
id: factories.string(),
|
|
14882
15103
|
session: factories['io.flow.common.v0.models.session_reference'](),
|
|
@@ -15154,6 +15375,7 @@ var factories = {
|
|
|
15154
15375
|
api_password_masked: factories.string(),
|
|
15155
15376
|
access_token_masked: factories.string(),
|
|
15156
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'](),
|
|
15157
15379
|
}); },
|
|
15158
15380
|
'io.flow.internal.v0.models.shopify_markets_shop_deleted': function () { return ({
|
|
15159
15381
|
discriminator: 'shopify_markets_shop_deleted',
|
|
@@ -15287,11 +15509,6 @@ var factories = {
|
|
|
15287
15509
|
organization: factories.string(),
|
|
15288
15510
|
order_monitor: factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor'](),
|
|
15289
15511
|
}); },
|
|
15290
|
-
'io.flow.internal.v0.models.shopify_monitoring_order_monitor_review': function () { return ({
|
|
15291
|
-
id: factories.string(),
|
|
15292
|
-
order_monitor: factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor'](),
|
|
15293
|
-
status: factories['io.flow.internal.v0.enums.shopify_monitoring_monitor_review_status'](),
|
|
15294
|
-
}); },
|
|
15295
15512
|
'io.flow.internal.v0.models.shopify_monitoring_tracking_number': function () { return ({
|
|
15296
15513
|
number: factories.string(),
|
|
15297
15514
|
}); },
|
|
@@ -15431,6 +15648,44 @@ var factories = {
|
|
|
15431
15648
|
id: factories.string(),
|
|
15432
15649
|
product_delete: factories['io.flow.shopify.external.v0.models.product_delete'](),
|
|
15433
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
|
+
}); },
|
|
15434
15689
|
'io.flow.internal.v0.models.shopify_product_update_deleted': function () { return ({
|
|
15435
15690
|
discriminator: 'shopify_product_update_deleted',
|
|
15436
15691
|
event_id: factories.string(),
|
|
@@ -15484,6 +15739,22 @@ var factories = {
|
|
|
15484
15739
|
id: factories.string(),
|
|
15485
15740
|
request: factories.object(),
|
|
15486
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
|
+
}); },
|
|
15487
15758
|
'io.flow.internal.v0.models.shopper_breakdown': function () { return ({
|
|
15488
15759
|
product: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
15489
15760
|
tax: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
@@ -16139,6 +16410,12 @@ var factories = {
|
|
|
16139
16410
|
timestamp: factories.date_time_iso_8601(),
|
|
16140
16411
|
tax_transaction: factories['io.flow.internal.v0.models.tax_transaction'](),
|
|
16141
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
|
+
}); },
|
|
16142
16419
|
'io.flow.internal.v0.models.taxonomy_category': function () { return ({
|
|
16143
16420
|
discriminator: 'category',
|
|
16144
16421
|
name: factories.string(),
|
|
@@ -16702,6 +16979,7 @@ var factories = {
|
|
|
16702
16979
|
provided_charges: arrayOf(function () { return factories['io.flow.internal.v0.models.charge_input'](); }),
|
|
16703
16980
|
direction: factories['io.flow.label.v0.enums.direction'](),
|
|
16704
16981
|
package_dimensions_source: factories['io.flow.label.v0.enums.package_dimensions_source'](),
|
|
16982
|
+
shipping_date_time: factories.date_time_iso_8601(),
|
|
16705
16983
|
}); },
|
|
16706
16984
|
'io.flow.internal.v0.models.vies_result': function () { return ({
|
|
16707
16985
|
country: factories.string(),
|
|
@@ -16796,6 +17074,18 @@ var factories = {
|
|
|
16796
17074
|
]);
|
|
16797
17075
|
return f();
|
|
16798
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
|
+
},
|
|
16799
17089
|
'io.flow.internal.v0.unions.channel_rate_metadata': function () {
|
|
16800
17090
|
var f = faker.helpers.arrayElement([
|
|
16801
17091
|
function () { return factories['io.flow.internal.v0.models.channel_rate_metadata_identity'](); },
|
|
@@ -17083,6 +17373,8 @@ var factories = {
|
|
|
17083
17373
|
function () { return factories['io.flow.internal.v0.models.rate_freshness_summary_deleted'](); },
|
|
17084
17374
|
function () { return factories['io.flow.internal.v0.models.item_harmonization_upserted'](); },
|
|
17085
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'](); },
|
|
17086
17378
|
function () { return factories['io.flow.internal.v0.models.harmonization_classification_statistics_published'](); },
|
|
17087
17379
|
function () { return factories['io.flow.internal.v0.models.item_form_import_request'](); },
|
|
17088
17380
|
function () { return factories['io.flow.internal.v0.models.label_request_error_upserted'](); },
|
|
@@ -17140,6 +17432,8 @@ var factories = {
|
|
|
17140
17432
|
function () { return factories['io.flow.internal.v0.models.authorization_bundle_deleted'](); },
|
|
17141
17433
|
function () { return factories['io.flow.internal.v0.models.organization_payment_setting_upserted'](); },
|
|
17142
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'](); },
|
|
17143
17437
|
function () { return factories['io.flow.internal.v0.models.paypal_payment_deleted'](); },
|
|
17144
17438
|
function () { return factories['io.flow.internal.v0.models.paypal_payment_upserted'](); },
|
|
17145
17439
|
function () { return factories['io.flow.internal.v0.models.paypal_execution_deleted'](); },
|
|
@@ -17191,6 +17485,10 @@ var factories = {
|
|
|
17191
17485
|
function () { return factories['io.flow.internal.v0.models.shopify_markets_webhook_registration_deleted'](); },
|
|
17192
17486
|
function () { return factories['io.flow.internal.v0.models.shopify_markets_shop_statistics_upserted'](); },
|
|
17193
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'](); },
|
|
17194
17492
|
function () { return factories['io.flow.internal.v0.models.shopify_markets_metrics_upserted'](); },
|
|
17195
17493
|
function () { return factories['io.flow.internal.v0.models.shopify_markets_metrics_deleted'](); },
|
|
17196
17494
|
function () { return factories['io.flow.internal.v0.models.channel_order_summary_upserted'](); },
|
|
@@ -17526,8 +17824,18 @@ var factories = {
|
|
|
17526
17824
|
]);
|
|
17527
17825
|
return f();
|
|
17528
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
|
+
},
|
|
17529
17834
|
'io.flow.internal.v0.unions.return_trigger': function () {
|
|
17530
|
-
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
|
+
]);
|
|
17531
17839
|
return f();
|
|
17532
17840
|
},
|
|
17533
17841
|
'io.flow.internal.v0.unions.routing_entity': function () {
|
|
@@ -17592,6 +17900,8 @@ var factories = {
|
|
|
17592
17900
|
function () { return factories['io.flow.internal.v0.models.statement_creation_metadata'](); },
|
|
17593
17901
|
function () { return factories['io.flow.internal.v0.models.accounting_pending_order_metadata'](); },
|
|
17594
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'](); },
|
|
17595
17905
|
]);
|
|
17596
17906
|
return f();
|
|
17597
17907
|
},
|
|
@@ -17919,6 +18229,7 @@ var factories = {
|
|
|
17919
18229
|
package_dimensions_source: factories['io.flow.label.v0.enums.package_dimensions_source'](),
|
|
17920
18230
|
origin_location_source: factories['io.flow.label.v0.enums.origin_location_source'](),
|
|
17921
18231
|
reference_id: factories.string(),
|
|
18232
|
+
shipping_date_time: factories.date_time_iso_8601(),
|
|
17922
18233
|
}); },
|
|
17923
18234
|
'io.flow.label.v0.models.detailed_shipping_notification_form': function () { return ({
|
|
17924
18235
|
discriminator: 'detailed_shipping_notification_form',
|
|
@@ -18394,6 +18705,7 @@ var factories = {
|
|
|
18394
18705
|
'surcharges',
|
|
18395
18706
|
'tip',
|
|
18396
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']); },
|
|
18397
18709
|
'io.flow.order.price.v0.models.order_price_detail': function () { return ({
|
|
18398
18710
|
key: factories['io.flow.order.price.v0.enums.order_price_detail_key'](),
|
|
18399
18711
|
currency: factories.string(),
|
|
@@ -18405,6 +18717,11 @@ var factories = {
|
|
|
18405
18717
|
rate: factories.decimal(),
|
|
18406
18718
|
accuracy: factories['io.flow.price.v0.enums.price_accuracy'](),
|
|
18407
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'](); }),
|
|
18408
18725
|
}); },
|
|
18409
18726
|
'io.flow.order.price.v0.models.order_price_detail_component': function () { return ({
|
|
18410
18727
|
key: factories['io.flow.order.price.v0.enums.order_price_detail_component_key'](),
|
|
@@ -18414,6 +18731,16 @@ var factories = {
|
|
|
18414
18731
|
base: factories['io.flow.common.v0.models.price'](),
|
|
18415
18732
|
name: factories.string(),
|
|
18416
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
|
+
}); },
|
|
18417
18744
|
'io.flow.organization.onboarding.state.v0.enums.merchant_disabled_reason': function () { return faker.helpers.arrayElement(['merchant_deactivated', 'merchant_rejected']); },
|
|
18418
18745
|
'io.flow.organization.onboarding.state.v0.enums.merchant_rejected_reason': function () { return faker.helpers.arrayElement([
|
|
18419
18746
|
'merchant_ubo_is_pep',
|
|
@@ -20930,6 +21257,11 @@ var factories = {
|
|
|
20930
21257
|
'io.flow.product.v0.models.product_taxonomy_data': function () { return ({
|
|
20931
21258
|
key: factories.string(),
|
|
20932
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(),
|
|
20933
21265
|
}); },
|
|
20934
21266
|
'io.flow.query.builder.v0.enums.available_filter_format': function () { return faker.helpers.arrayElement([
|
|
20935
21267
|
'boolean',
|
|
@@ -21947,6 +22279,7 @@ var factories = {
|
|
|
21947
22279
|
'io.flow.shopify.external.v0.models.graphql_metaobject_field': function () { return ({
|
|
21948
22280
|
key: factories.string(),
|
|
21949
22281
|
value: factories.string(),
|
|
22282
|
+
type: factories.string(),
|
|
21950
22283
|
}); },
|
|
21951
22284
|
'io.flow.shopify.external.v0.models.graphql_option': function () { return ({
|
|
21952
22285
|
id: factories.string(),
|
|
@@ -22977,6 +23310,30 @@ var factories = {
|
|
|
22977
23310
|
organization: factories.string(),
|
|
22978
23311
|
shopify_product_bundle: factories['io.flow.shopify.markets.internal.v0.models.shopify_product_bundle'](),
|
|
22979
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
|
+
}); },
|
|
22980
23337
|
'io.flow.shopify.markets.internal.event.v0.unions.shopify_markets_internal_event': function () {
|
|
22981
23338
|
var f = faker.helpers.arrayElement([
|
|
22982
23339
|
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_order_upserted'](); },
|
|
@@ -22987,6 +23344,10 @@ var factories = {
|
|
|
22987
23344
|
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_webhook_registration_deleted'](); },
|
|
22988
23345
|
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_statistics_upserted'](); },
|
|
22989
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'](); },
|
|
22990
23351
|
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_upserted'](); },
|
|
22991
23352
|
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_deleted'](); },
|
|
22992
23353
|
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_upserted'](); },
|
|
@@ -23023,6 +23384,7 @@ var factories = {
|
|
|
23023
23384
|
'shopify_webhook',
|
|
23024
23385
|
]); },
|
|
23025
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']); },
|
|
23026
23388
|
'io.flow.shopify.markets.internal.v0.enums.shopify_markets_dangerous_goods': function () { return faker.helpers.arrayElement([
|
|
23027
23389
|
'aerosols',
|
|
23028
23390
|
'air_bag_inflators_or_seat_belt_pretensioners',
|
|
@@ -23092,6 +23454,18 @@ var factories = {
|
|
|
23092
23454
|
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
23093
23455
|
identifier: factories.string(),
|
|
23094
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
|
+
}); },
|
|
23095
23469
|
'io.flow.shopify.markets.internal.v0.models.flow_shop_validation_error': function () { return ({
|
|
23096
23470
|
message: factories.string(),
|
|
23097
23471
|
reason: factories.string(),
|
|
@@ -23128,6 +23502,10 @@ var factories = {
|
|
|
23128
23502
|
action: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_error_action'](),
|
|
23129
23503
|
next_action_from: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_next_action_from'](),
|
|
23130
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
|
+
}); },
|
|
23131
23509
|
'io.flow.shopify.markets.internal.v0.models.product_restriction_result_validation_error': function () { return ({
|
|
23132
23510
|
message: factories.string(),
|
|
23133
23511
|
reason: factories.string(),
|
|
@@ -23198,6 +23576,7 @@ var factories = {
|
|
|
23198
23576
|
api_password_masked: factories.string(),
|
|
23199
23577
|
access_token_masked: factories.string(),
|
|
23200
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'](),
|
|
23201
23580
|
}); },
|
|
23202
23581
|
'io.flow.shopify.markets.internal.v0.models.shopify_markets_shop_form': function () { return ({
|
|
23203
23582
|
shop: factories.string(),
|
|
@@ -23252,6 +23631,20 @@ var factories = {
|
|
|
23252
23631
|
'io.flow.shopify.markets.internal.v0.models.shopify_product_bundle_underlying': function () { return ({
|
|
23253
23632
|
product_ids: arrayOf(function () { return factories.string(); }),
|
|
23254
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
|
+
}); },
|
|
23255
23648
|
'io.flow.shopify.markets.internal.v0.models.shopify_product_wrapper': function () { return ({
|
|
23256
23649
|
shopify_product: factories['io.flow.shopify.external.v0.models.product'](),
|
|
23257
23650
|
deleted_at: factories.date_time_iso_8601(),
|
|
@@ -26129,6 +26522,7 @@ var factories = {
|
|
|
26129
26522
|
'saturday_stop',
|
|
26130
26523
|
'residential_extended_area_pickup',
|
|
26131
26524
|
'package_level_detail',
|
|
26525
|
+
'pickup',
|
|
26132
26526
|
]); },
|
|
26133
26527
|
'io.flow.trueup.v0.models.dead_weight': function () { return ({
|
|
26134
26528
|
weight: factories.decimal(),
|
|
@@ -26216,6 +26610,7 @@ export var makeAccountType = function () { return factories['io.flow.internal.v0
|
|
|
26216
26610
|
export var makeAccountUpserted = function () { return factories['io.flow.internal.v0.models.account_upserted'](); };
|
|
26217
26611
|
export var makeAccountUpsertedV2 = function () { return factories['io.flow.internal.v0.models.account_upserted_v2'](); };
|
|
26218
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'](); };
|
|
26219
26614
|
export var makeActionQuantity = function () { return factories['io.flow.internal.v0.models.action_quantity'](); };
|
|
26220
26615
|
export var makeAdditionalImportTax = function () { return factories['io.flow.internal.v0.models.additional_import_tax'](); };
|
|
26221
26616
|
export var makeAdjustmentAmount = function () { return factories['io.flow.internal.v0.unions.adjustment_amount'](); };
|
|
@@ -26281,6 +26676,9 @@ export var makeAllItemsExport = function () { return factories['io.flow.internal
|
|
|
26281
26676
|
export var makeAllOrganizationsMembership = function () { return factories['io.flow.internal.v0.models.all_organizations_membership'](); };
|
|
26282
26677
|
export var makeAllocationItemReference = function () { return factories['io.flow.internal.v0.models.allocation_item_reference'](); };
|
|
26283
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'](); };
|
|
26284
26682
|
export var makeAnshItem = function () { return factories['io.flow.internal.v0.models.ansh_item'](); };
|
|
26285
26683
|
export var makeAnshItemForm = function () { return factories['io.flow.internal.v0.models.ansh_item_form'](); };
|
|
26286
26684
|
export var makeAnshItemType = function () { return factories['io.flow.internal.v0.enums.ansh_item_type'](); };
|
|
@@ -26291,6 +26689,7 @@ export var makeApplicablePreferentialRate = function () { return factories['io.f
|
|
|
26291
26689
|
export var makeApplyAtValueForm = function () { return factories['io.flow.internal.v0.models.apply_at_value_form'](); };
|
|
26292
26690
|
export var makeAttemptStatistics = function () { return factories['io.flow.internal.v0.models.attempt_statistics'](); };
|
|
26293
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'](); };
|
|
26294
26693
|
export var makeAuthenticationForm = function () { return factories['io.flow.internal.v0.models.authentication_form'](); };
|
|
26295
26694
|
export var makeAuthorizationBundle = function () { return factories['io.flow.internal.v0.models.authorization_bundle'](); };
|
|
26296
26695
|
export var makeAuthorizationBundleDeleted = function () { return factories['io.flow.internal.v0.models.authorization_bundle_deleted'](); };
|
|
@@ -26327,6 +26726,7 @@ export var makeBankPaymentStatusSentImportForm = function () { return factories[
|
|
|
26327
26726
|
export var makeBankPaymentStatusSingleForm = function () { return factories['io.flow.internal.v0.models.bank_payment_status_single_form'](); };
|
|
26328
26727
|
export var makeBankPaymentUpserted = function () { return factories['io.flow.internal.v0.models.bank_payment_upserted'](); };
|
|
26329
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'](); };
|
|
26330
26730
|
export var makeBillingAllocationKey = function () { return factories['io.flow.internal.v0.enums.billing_allocation_key'](); };
|
|
26331
26731
|
export var makeBillingAuthorizationReference = function () { return factories['io.flow.internal.v0.models.billing_authorization_reference'](); };
|
|
26332
26732
|
export var makeBillingCsvTransactionDeleted = function () { return factories['io.flow.internal.v0.models.billing_csv_transaction_deleted'](); };
|
|
@@ -26400,11 +26800,15 @@ export var makeCarrierChargeType = function () { return factories['io.flow.inter
|
|
|
26400
26800
|
export var makeCarrierChargeUnits = function () { return factories['io.flow.internal.v0.models.carrier_charge_units'](); };
|
|
26401
26801
|
export var makeCarrierChargeUpserted = function () { return factories['io.flow.internal.v0.models.carrier_charge_upserted'](); };
|
|
26402
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'](); };
|
|
26403
26806
|
export var makeCarrierFile = function () { return factories['io.flow.internal.v0.models.carrier_file'](); };
|
|
26404
26807
|
export var makeCarrierFileForm = function () { return factories['io.flow.internal.v0.models.carrier_file_form'](); };
|
|
26405
26808
|
export var makeCarrierFileResult = function () { return factories['io.flow.internal.v0.models.carrier_file_result'](); };
|
|
26406
26809
|
export var makeCarrierFileType = function () { return factories['io.flow.internal.v0.enums.carrier_file_type'](); };
|
|
26407
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'](); };
|
|
26408
26812
|
export var makeCarrierLabelGenerationMethod = function () { return factories['io.flow.internal.v0.enums.carrier_label_generation_method'](); };
|
|
26409
26813
|
export var makeCarrierTaxForm = function () { return factories['io.flow.internal.v0.models.carrier_tax_form'](); };
|
|
26410
26814
|
export var makeCarrierTaxUnits = function () { return factories['io.flow.internal.v0.models.carrier_tax_units'](); };
|
|
@@ -26474,6 +26878,10 @@ export var makeChannelOrderSummaryUpserted = function () { return factories['io.
|
|
|
26474
26878
|
export var makeChannelOrganizationIdentifier = function () { return factories['io.flow.internal.v0.models.channel_organization_identifier'](); };
|
|
26475
26879
|
export var makeChannelOrganizationIdentifierDeleted = function () { return factories['io.flow.internal.v0.models.channel_organization_identifier_deleted'](); };
|
|
26476
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'](); };
|
|
26477
26885
|
export var makeChannelOrganizationShopify = function () { return factories['io.flow.internal.v0.models.channel_organization_shopify'](); };
|
|
26478
26886
|
export var makeChannelOrganizationShopifyForm = function () { return factories['io.flow.internal.v0.models.channel_organization_shopify_form'](); };
|
|
26479
26887
|
export var makeChannelOrganizationShopifyPostForm = function () { return factories['io.flow.internal.v0.models.channel_organization_shopify_post_form'](); };
|
|
@@ -26485,6 +26893,8 @@ export var makeChannelTransactionDeleted = function () { return factories['io.fl
|
|
|
26485
26893
|
export var makeChannelTransactionRate = function () { return factories['io.flow.internal.v0.models.channel_transaction_rate'](); };
|
|
26486
26894
|
export var makeChannelTransactionType = function () { return factories['io.flow.internal.v0.enums.channel_transaction_type'](); };
|
|
26487
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'](); };
|
|
26488
26898
|
export var makeChargeEstimateSource = function () { return factories['io.flow.internal.v0.enums.charge_estimate_source'](); };
|
|
26489
26899
|
export var makeChargeInput = function () { return factories['io.flow.internal.v0.models.charge_input'](); };
|
|
26490
26900
|
export var makeChargeInputType = function () { return factories['io.flow.internal.v0.enums.charge_input_type'](); };
|
|
@@ -26629,6 +27039,7 @@ export var makeDeliveredDutyOptionsMessage = function () { return factories['io.
|
|
|
26629
27039
|
export var makeDeliveredDutyPreference = function () { return factories['io.flow.internal.v0.models.delivered_duty_preference'](); };
|
|
26630
27040
|
export var makeDeliveredDutyPreferenceForm = function () { return factories['io.flow.internal.v0.models.delivered_duty_preference_form'](); };
|
|
26631
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'](); };
|
|
26632
27043
|
export var makeDestinationError = function () { return factories['io.flow.internal.v0.models.destination_error'](); };
|
|
26633
27044
|
export var makeDhl = function () { return factories['io.flow.internal.v0.models.dhl'](); };
|
|
26634
27045
|
export var makeDhlEcommerce = function () { return factories['io.flow.internal.v0.models.dhl_ecommerce'](); };
|
|
@@ -26694,6 +27105,8 @@ export var makeDutyTransaction = function () { return factories['io.flow.interna
|
|
|
26694
27105
|
export var makeDutyTransactionDeleted = function () { return factories['io.flow.internal.v0.models.duty_transaction_deleted'](); };
|
|
26695
27106
|
export var makeDutyTransactionType = function () { return factories['io.flow.internal.v0.enums.duty_transaction_type'](); };
|
|
26696
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'](); };
|
|
26697
27110
|
export var makeEmailForm = function () { return factories['io.flow.internal.v0.models.email_form'](); };
|
|
26698
27111
|
export var makeEmailModificationForm = function () { return factories['io.flow.internal.v0.models.email_modification_form'](); };
|
|
26699
27112
|
export var makeEmptyAttribute = function () { return factories['io.flow.internal.v0.enums.empty_attribute'](); };
|
|
@@ -26716,6 +27129,7 @@ export var makeErpVendorStatus = function () { return factories['io.flow.interna
|
|
|
26716
27129
|
export var makeErpVendorStatusEntity = function () { return factories['io.flow.internal.v0.models.erp_vendor_status_entity'](); };
|
|
26717
27130
|
export var makeErpVendorStatusFlowFile = function () { return factories['io.flow.internal.v0.models.erp_vendor_status_flow_file'](); };
|
|
26718
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'](); };
|
|
26719
27133
|
export var makeEvaluationResults = function () { return factories['io.flow.internal.v0.models.evaluation_results'](); };
|
|
26720
27134
|
export var makeEvent = function () { return factories['io.flow.internal.v0.unions.event'](); };
|
|
26721
27135
|
export var makeEventType = function () { return factories['io.flow.internal.v0.enums.event_type'](); };
|
|
@@ -26745,6 +27159,8 @@ export var makeExternalFulfillmentProof = function () { return factories['io.flo
|
|
|
26745
27159
|
export var makeExternalFulfillmentProofForm = function () { return factories['io.flow.internal.v0.models.external_fulfillment_proof_form'](); };
|
|
26746
27160
|
export var makeExternalFulfillmentProofTracking = function () { return factories['io.flow.internal.v0.models.external_fulfillment_proof_tracking'](); };
|
|
26747
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'](); };
|
|
26748
27164
|
export var makeFacebookPixel = function () { return factories['io.flow.internal.v0.models.facebook_pixel'](); };
|
|
26749
27165
|
export var makeFailedDimensionEstimateOpsInputWithReason = function () { return factories['io.flow.internal.v0.models.failed_dimension_estimate_ops_input_with_reason'](); };
|
|
26750
27166
|
export var makeFeature = function () { return factories['io.flow.internal.v0.models.feature'](); };
|
|
@@ -26771,10 +27187,12 @@ export var makeFeatureValueForm = function () { return factories['io.flow.intern
|
|
|
26771
27187
|
export var makeFeatureValueResult = function () { return factories['io.flow.internal.v0.models.feature_value_result'](); };
|
|
26772
27188
|
export var makeFedex = function () { return factories['io.flow.internal.v0.models.fedex'](); };
|
|
26773
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'](); };
|
|
26774
27191
|
export var makeFedexCrossborder = function () { return factories['io.flow.internal.v0.models.fedex_crossborder'](); };
|
|
26775
27192
|
export var makeFee = function () { return factories['io.flow.internal.v0.models.fee'](); };
|
|
26776
27193
|
export var makeFees = function () { return factories['io.flow.internal.v0.models.fees'](); };
|
|
26777
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'](); };
|
|
26778
27196
|
export var makeFinanceBankAccount = function () { return factories['io.flow.internal.v0.models.finance_bank_account'](); };
|
|
26779
27197
|
export var makeFinanceBankAccountOwner = function () { return factories['io.flow.internal.v0.models.finance_bank_account_owner'](); };
|
|
26780
27198
|
export var makeFinanceBankPayment = function () { return factories['io.flow.internal.v0.models.finance_bank_payment'](); };
|
|
@@ -26981,6 +27399,7 @@ export var makeJournalFailure = function () { return factories['io.flow.internal
|
|
|
26981
27399
|
export var makeJournalOperation = function () { return factories['io.flow.internal.v0.enums.journal_operation'](); };
|
|
26982
27400
|
export var makeKey = function () { return factories['io.flow.internal.v0.models.key'](); };
|
|
26983
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'](); };
|
|
26984
27403
|
export var makeKeywordType = function () { return factories['io.flow.internal.v0.enums.keyword_type'](); };
|
|
26985
27404
|
export var makeKlarnaAuthorizationParameters = function () { return factories['io.flow.internal.v0.models.klarna_authorization_parameters'](); };
|
|
26986
27405
|
export var makeKlarnaPaymentMethodCategory = function () { return factories['io.flow.internal.v0.models.klarna_payment_method_category'](); };
|
|
@@ -27091,7 +27510,9 @@ export var makeMerchantOfRecordEntitySettings = function () { return factories['
|
|
|
27091
27510
|
export var makeMerchantOfRecordEntitySettingsForm = function () { return factories['io.flow.internal.v0.models.merchant_of_record_entity_settings_form'](); };
|
|
27092
27511
|
export var makeMerchantOverride = function () { return factories['io.flow.internal.v0.models.merchant_override'](); };
|
|
27093
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'](); };
|
|
27094
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'](); };
|
|
27095
27516
|
export var makeMerchantSearchResult = function () { return factories['io.flow.internal.v0.models.merchant_search_result'](); };
|
|
27096
27517
|
export var makeMerchantSubsidies = function () { return factories['io.flow.internal.v0.models.merchant_subsidies'](); };
|
|
27097
27518
|
export var makeMerchantSummary = function () { return factories['io.flow.internal.v0.models.merchant_summary'](); };
|
|
@@ -27111,6 +27532,7 @@ export var makeNoCalculatedTaxAmount = function () { return factories['io.flow.i
|
|
|
27111
27532
|
export var makeNoClassificationForm = function () { return factories['io.flow.internal.v0.models.no_classification_form'](); };
|
|
27112
27533
|
export var makeNoLiabilityReasonCode = function () { return factories['io.flow.internal.v0.enums.no_liability_reason_code'](); };
|
|
27113
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'](); };
|
|
27114
27536
|
export var makeNonL4LTaxDutyFxTransaction = function () { return factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction'](); };
|
|
27115
27537
|
export var makeNonL4LTaxDutyFxTransactionType = function () { return factories['io.flow.internal.v0.enums.non_l4l_tax_duty_fx_transaction_type'](); };
|
|
27116
27538
|
export var makeNotification = function () { return factories['io.flow.internal.v0.models.notification'](); };
|
|
@@ -27119,7 +27541,6 @@ export var makeOnboardingAuditMessageLevel = function () { return factories['io.
|
|
|
27119
27541
|
export var makeOnboardingAuditReport = function () { return factories['io.flow.internal.v0.models.onboarding_audit_report'](); };
|
|
27120
27542
|
export var makeOnboardingAuditReportLine = function () { return factories['io.flow.internal.v0.models.onboarding_audit_report_line'](); };
|
|
27121
27543
|
export var makeOnboardingAuditResult = function () { return factories['io.flow.internal.v0.enums.onboarding_audit_result'](); };
|
|
27122
|
-
export var makeOnboardingAuditSnapshot = function () { return factories['io.flow.internal.v0.models.onboarding_audit_snapshot'](); };
|
|
27123
27544
|
export var makeOnboardingAuditThemeKey = function () { return factories['io.flow.internal.v0.enums.onboarding_audit_theme_key'](); };
|
|
27124
27545
|
export var makeOnboardingAuditThemeReport = function () { return factories['io.flow.internal.v0.models.onboarding_audit_theme_report'](); };
|
|
27125
27546
|
export var makeOnboardingAutomationProcessState = function () { return factories['io.flow.internal.v0.enums.onboarding_automation_process_state'](); };
|
|
@@ -27162,6 +27583,9 @@ export var makeOrderPaymentSourceType = function () { return factories['io.flow.
|
|
|
27162
27583
|
export var makeOrderRatesDataV3 = function () { return factories['io.flow.internal.v0.models.order_rates_data_v3'](); };
|
|
27163
27584
|
export var makeOrderRatesPublishedV3 = function () { return factories['io.flow.internal.v0.models.order_rates_published_v3'](); };
|
|
27164
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'](); };
|
|
27165
27589
|
export var makeOrderRevenueRegionChart = function () { return factories['io.flow.internal.v0.models.order_revenue_region_chart'](); };
|
|
27166
27590
|
export var makeOrderRevenueRegionDataPoint = function () { return factories['io.flow.internal.v0.models.order_revenue_region_data_point'](); };
|
|
27167
27591
|
export var makeOrderRevenueTimelineChart = function () { return factories['io.flow.internal.v0.models.order_revenue_timeline_chart'](); };
|
|
@@ -27296,6 +27720,7 @@ export var makePaymentProcessorAccountUpserted = function () { return factories[
|
|
|
27296
27720
|
export var makePaymentProcessorMerchantDeleted = function () { return factories['io.flow.internal.v0.models.payment_processor_merchant_deleted'](); };
|
|
27297
27721
|
export var makePaymentProcessorMerchantUpserted = function () { return factories['io.flow.internal.v0.models.payment_processor_merchant_upserted'](); };
|
|
27298
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'](); };
|
|
27299
27724
|
export var makePaymentShortUrl = function () { return factories['io.flow.internal.v0.models.payment_short_url'](); };
|
|
27300
27725
|
export var makePaymentShortUrlDiscriminator = function () { return factories['io.flow.internal.v0.enums.payment_short_url_discriminator'](); };
|
|
27301
27726
|
export var makePaymentSummary = function () { return factories['io.flow.internal.v0.models.payment_summary'](); };
|
|
@@ -27527,6 +27952,14 @@ export var makeRequeueRequestForm = function () { return factories['io.flow.inte
|
|
|
27527
27952
|
export var makeRescreenRestrictionsProducts = function () { return factories['io.flow.internal.v0.models.rescreen_restrictions_products'](); };
|
|
27528
27953
|
export var makeResponsibleParty = function () { return factories['io.flow.internal.v0.enums.responsible_party'](); };
|
|
27529
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'](); };
|
|
27530
27963
|
export var makeRestrictionBlanketOrganizationExemption = function () { return factories['io.flow.internal.v0.models.restriction_blanket_organization_exemption'](); };
|
|
27531
27964
|
export var makeRestrictionCategory = function () { return factories['io.flow.internal.v0.models.restriction_category'](); };
|
|
27532
27965
|
export var makeRestrictionDecision = function () { return factories['io.flow.internal.v0.enums.restriction_decision'](); };
|
|
@@ -27551,6 +27984,7 @@ export var makeRestrictionProductDecisionForm = function () { return factories['
|
|
|
27551
27984
|
export var makeRestrictionProductRequestForm = function () { return factories['io.flow.internal.v0.models.restriction_product_request_form'](); };
|
|
27552
27985
|
export var makeRestrictionProductSummary = function () { return factories['io.flow.internal.v0.models.restriction_product_summary'](); };
|
|
27553
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'](); };
|
|
27554
27988
|
export var makeRestrictionRuleCommunityExemption = function () { return factories['io.flow.internal.v0.enums.restriction_rule_community_exemption'](); };
|
|
27555
27989
|
export var makeRestrictionRuleDecisionForm = function () { return factories['io.flow.internal.v0.models.restriction_rule_decision_form'](); };
|
|
27556
27990
|
export var makeRestrictionRuleDeleted = function () { return factories['io.flow.internal.v0.models.restriction_rule_deleted'](); };
|
|
@@ -27583,6 +28017,7 @@ export var makeReturnPolicyUpserted = function () { return factories['io.flow.in
|
|
|
27583
28017
|
export var makeReturnSummary = function () { return factories['io.flow.internal.v0.models.return_summary'](); };
|
|
27584
28018
|
export var makeReturnTrigger = function () { return factories['io.flow.internal.v0.unions.return_trigger'](); };
|
|
27585
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'](); };
|
|
27586
28021
|
export var makeRevenueRecord = function () { return factories['io.flow.internal.v0.models.revenue_record'](); };
|
|
27587
28022
|
export var makeRevenueRecordDeleted = function () { return factories['io.flow.internal.v0.models.revenue_record_deleted'](); };
|
|
27588
28023
|
export var makeRevenueRecordType = function () { return factories['io.flow.internal.v0.enums.revenue_record_type'](); };
|
|
@@ -27615,6 +28050,9 @@ export var makeSearchItemSummary = function () { return factories['io.flow.inter
|
|
|
27615
28050
|
export var makeSearchOrderSummary = function () { return factories['io.flow.internal.v0.models.search_order_summary'](); };
|
|
27616
28051
|
export var makeSearchProviderExport = function () { return factories['io.flow.internal.v0.models.search_provider_export'](); };
|
|
27617
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'](); };
|
|
27618
28056
|
export var makeSessionOrderData = function () { return factories['io.flow.internal.v0.models.session_order_data'](); };
|
|
27619
28057
|
export var makeSetupBlockPutForm = function () { return factories['io.flow.internal.v0.models.setup_block_put_form'](); };
|
|
27620
28058
|
export var makeSfExpress = function () { return factories['io.flow.internal.v0.models.sf_express'](); };
|
|
@@ -27688,7 +28126,6 @@ export var makeShopifyMonitoringMonitorReviewStatus = function () { return facto
|
|
|
27688
28126
|
export var makeShopifyMonitoringOrderMonitor = function () { return factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor'](); };
|
|
27689
28127
|
export var makeShopifyMonitoringOrderMonitorEventDeleted = function () { return factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_deleted'](); };
|
|
27690
28128
|
export var makeShopifyMonitoringOrderMonitorEventUpserted = function () { return factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_upserted'](); };
|
|
27691
|
-
export var makeShopifyMonitoringOrderMonitorReview = function () { return factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_review'](); };
|
|
27692
28129
|
export var makeShopifyMonitoringOrderMonitorType = function () { return factories['io.flow.internal.v0.unions.shopify_monitoring_order_monitor_type'](); };
|
|
27693
28130
|
export var makeShopifyMonitoringTrackingField = function () { return factories['io.flow.internal.v0.enums.shopify_monitoring_tracking_field'](); };
|
|
27694
28131
|
export var makeShopifyMonitoringTrackingNumber = function () { return factories['io.flow.internal.v0.models.shopify_monitoring_tracking_number'](); };
|
|
@@ -27718,6 +28155,12 @@ export var makeShopifyProductCreateWebhookEvent = function () { return factories
|
|
|
27718
28155
|
export var makeShopifyProductDeleteDeleted = function () { return factories['io.flow.internal.v0.models.shopify_product_delete_deleted'](); };
|
|
27719
28156
|
export var makeShopifyProductDeleteUpserted = function () { return factories['io.flow.internal.v0.models.shopify_product_delete_upserted'](); };
|
|
27720
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'](); };
|
|
27721
28164
|
export var makeShopifyProductUpdateDeleted = function () { return factories['io.flow.internal.v0.models.shopify_product_update_deleted'](); };
|
|
27722
28165
|
export var makeShopifyProductUpdateUpserted = function () { return factories['io.flow.internal.v0.models.shopify_product_update_upserted'](); };
|
|
27723
28166
|
export var makeShopifyProductUpdateWebhookEvent = function () { return factories['io.flow.internal.v0.models.shopify_product_update_webhook_event'](); };
|
|
@@ -27728,6 +28171,8 @@ export var makeShopifyService = function () { return factories['io.flow.internal
|
|
|
27728
28171
|
export var makeShopifyShopStatistics = function () { return factories['io.flow.internal.v0.models.shopify_shop_statistics'](); };
|
|
27729
28172
|
export var makeShopifyStoreDetail = function () { return factories['io.flow.internal.v0.models.shopify_store_detail'](); };
|
|
27730
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'](); };
|
|
27731
28176
|
export var makeShopperBreakdown = function () { return factories['io.flow.internal.v0.models.shopper_breakdown'](); };
|
|
27732
28177
|
export var makeShopperFees = function () { return factories['io.flow.internal.v0.models.shopper_fees'](); };
|
|
27733
28178
|
export var makeShopperFreight = function () { return factories['io.flow.internal.v0.models.shopper_freight'](); };
|
|
@@ -27834,6 +28279,7 @@ export var makeTaxTransaction = function () { return factories['io.flow.internal
|
|
|
27834
28279
|
export var makeTaxTransactionDeleted = function () { return factories['io.flow.internal.v0.models.tax_transaction_deleted'](); };
|
|
27835
28280
|
export var makeTaxTransactionType = function () { return factories['io.flow.internal.v0.enums.tax_transaction_type'](); };
|
|
27836
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'](); };
|
|
27837
28283
|
export var makeTaxonomyCategory = function () { return factories['io.flow.internal.v0.models.taxonomy_category'](); };
|
|
27838
28284
|
export var makeTaxonomyCategoryClassificationAlignment = function () { return factories['io.flow.internal.v0.enums.taxonomy_category_classification_alignment'](); };
|
|
27839
28285
|
export var makeTaxonomyCategoryHs6Ref = function () { return factories['io.flow.internal.v0.models.taxonomy_category_hs6_ref'](); };
|