@flowio/api-internal-factories 0.0.124 → 0.0.126
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 +474 -128
- package/dist/esm/api-internal.js +403 -83
- package/dist/types/api-internal.d.ts +37 -12
- package/package.json +2 -2
- package/src/api-internal.ts +436 -100
package/src/api-internal.ts
CHANGED
|
@@ -775,6 +775,16 @@ const factories = {
|
|
|
775
775
|
|
|
776
776
|
'io.flow.billing.v0.enums.statement_attachment_type': (): io.flow.billing.v0.enums.StatementAttachmentType => faker.helpers.arrayElement(['csv']),
|
|
777
777
|
|
|
778
|
+
'io.flow.billing.v0.enums.tax_duty_transaction_reason_code': (): io.flow.billing.v0.enums.TaxDutyTransactionReasonCode => faker.helpers.arrayElement([
|
|
779
|
+
'order_edit',
|
|
780
|
+
'order_acceptance',
|
|
781
|
+
'mixed_fulfilment_non_lvg',
|
|
782
|
+
'lvg_refund',
|
|
783
|
+
'order_cancellation_above_de_min',
|
|
784
|
+
'wyol_shipment_above_de_min',
|
|
785
|
+
'full_refund_without_shipment',
|
|
786
|
+
]),
|
|
787
|
+
|
|
778
788
|
'io.flow.billing.v0.enums.transaction_source': (): io.flow.billing.v0.enums.TransactionSource => faker.helpers.arrayElement([
|
|
779
789
|
'capture',
|
|
780
790
|
'refund',
|
|
@@ -1158,9 +1168,15 @@ const factories = {
|
|
|
1158
1168
|
|
|
1159
1169
|
'io.flow.billing.v0.models.transaction_metadata_shipping_label_carrier': (): io.flow.billing.v0.models.TransactionMetadataShippingLabelCarrier => ({
|
|
1160
1170
|
id: factories.string(),
|
|
1171
|
+
service_id: factories.string(),
|
|
1161
1172
|
tracking_number: factories.string(),
|
|
1162
1173
|
}),
|
|
1163
1174
|
|
|
1175
|
+
'io.flow.billing.v0.models.transaction_metadata_tax_duty': (): io.flow.billing.v0.models.TransactionMetadataTaxDuty => ({
|
|
1176
|
+
discriminator: 'transaction_tax_duty',
|
|
1177
|
+
reason_code: factories['io.flow.billing.v0.enums.tax_duty_transaction_reason_code'](),
|
|
1178
|
+
}),
|
|
1179
|
+
|
|
1164
1180
|
'io.flow.billing.v0.models.transaction_metadata_trueup': (): io.flow.billing.v0.models.TransactionMetadataTrueup => ({
|
|
1165
1181
|
discriminator: 'trueup',
|
|
1166
1182
|
original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
|
|
@@ -1292,6 +1308,7 @@ const factories = {
|
|
|
1292
1308
|
() => factories['io.flow.billing.v0.models.transaction_metadata_manual'](),
|
|
1293
1309
|
() => factories['io.flow.billing.v0.models.transaction_metadata_failed_payout'](),
|
|
1294
1310
|
() => factories['io.flow.billing.v0.models.transaction_metadata_payment_transaction'](),
|
|
1311
|
+
() => factories['io.flow.billing.v0.models.transaction_metadata_tax_duty'](),
|
|
1295
1312
|
]);
|
|
1296
1313
|
|
|
1297
1314
|
return f();
|
|
@@ -2102,6 +2119,7 @@ const factories = {
|
|
|
2102
2119
|
order_created_at: factories.date_time_iso_8601(),
|
|
2103
2120
|
order_updated_at: factories.date_time_iso_8601(),
|
|
2104
2121
|
order_edit_summary: factories['io.flow.channel.internal.v0.models.order_edit_summary'](),
|
|
2122
|
+
payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
|
|
2105
2123
|
}),
|
|
2106
2124
|
|
|
2107
2125
|
'io.flow.channel.internal.v0.models.channel_order_acceptance_details': (): io.flow.channel.internal.v0.models.ChannelOrderAcceptanceDetails => ({
|
|
@@ -6605,6 +6623,7 @@ const factories = {
|
|
|
6605
6623
|
'io.flow.internal.v0.enums.ansh_item_type': (): io.flow.internal.v0.enums.AnshItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
6606
6624
|
'io.flow.internal.v0.enums.any_dangerous_goods': (): io.flow.internal.v0.enums.AnyDangerousGoods => faker.helpers.arrayElement(['yes', 'no', 'i_dont_know']),
|
|
6607
6625
|
'io.flow.internal.v0.enums.api_call_reference_id': (): io.flow.internal.v0.enums.ApiCallReferenceId => faker.helpers.arrayElement(['duty_rates_data_event', 'integration_test', 'unit_test']),
|
|
6626
|
+
'io.flow.internal.v0.enums.applicable_preferential_rate': (): io.flow.internal.v0.enums.ApplicablePreferentialRate => faker.helpers.arrayElement(['baby', 'children']),
|
|
6608
6627
|
|
|
6609
6628
|
'io.flow.internal.v0.enums.auto_restrict_rule': (): io.flow.internal.v0.enums.AutoRestrictRule => faker.helpers.arrayElement([
|
|
6610
6629
|
'prr-3ce7d556f2464314ab0a3e8eee33e0ce',
|
|
@@ -6954,6 +6973,7 @@ const factories = {
|
|
|
6954
6973
|
'io.flow.internal.v0.enums.classification_platform': (): io.flow.internal.v0.enums.ClassificationPlatform => faker.helpers.arrayElement(['GlobalE', 'Flow', 'Borderfree']),
|
|
6955
6974
|
'io.flow.internal.v0.enums.classification_type': (): io.flow.internal.v0.enums.ClassificationType => faker.helpers.arrayElement(['None', 'Manual', 'ML', 'System']),
|
|
6956
6975
|
'io.flow.internal.v0.enums.clothing_age_classification': (): io.flow.internal.v0.enums.ClothingAgeClassification => faker.helpers.arrayElement(['None', 'AgeKidsGeneral', 'Age0_10', 'Age10_13', 'Age13_14']),
|
|
6976
|
+
'io.flow.internal.v0.enums.commercial_invoice_version': (): io.flow.internal.v0.enums.CommercialInvoiceVersion => faker.helpers.arrayElement(['v2_2_1']),
|
|
6957
6977
|
'io.flow.internal.v0.enums.company': (): io.flow.internal.v0.enums.Company => faker.helpers.arrayElement(['globale', 'flow']),
|
|
6958
6978
|
'io.flow.internal.v0.enums.compliance_type': (): io.flow.internal.v0.enums.ComplianceType => faker.helpers.arrayElement(['weee']),
|
|
6959
6979
|
|
|
@@ -7118,7 +7138,6 @@ const factories = {
|
|
|
7118
7138
|
'organization_currency_setting_deleted',
|
|
7119
7139
|
'channel_currency_setting_upserted',
|
|
7120
7140
|
'channel_currency_setting_deleted',
|
|
7121
|
-
'customer_purge_upserted',
|
|
7122
7141
|
'customs_description_import',
|
|
7123
7142
|
'customs_description_tariffs_import',
|
|
7124
7143
|
'dispute_upserted',
|
|
@@ -7241,8 +7260,6 @@ const factories = {
|
|
|
7241
7260
|
'unassigned_merchant_guid_deleted',
|
|
7242
7261
|
'partner_tracking_subscription_upserted',
|
|
7243
7262
|
'partner_tracking_subscription_deleted',
|
|
7244
|
-
'spp_tracker_update_request_upserted',
|
|
7245
|
-
'spp_tracker_update_request_deleted',
|
|
7246
7263
|
'partner_request_upserted',
|
|
7247
7264
|
'partner_request_deleted',
|
|
7248
7265
|
'internal_authorization_upserted',
|
|
@@ -7275,6 +7292,9 @@ const factories = {
|
|
|
7275
7292
|
'paypal_dispute_deleted',
|
|
7276
7293
|
'product_restriction_rule_decision_upserted',
|
|
7277
7294
|
'product_restriction_rule_decision_deleted',
|
|
7295
|
+
'product_restriction_state_inserted',
|
|
7296
|
+
'product_restriction_state_updated',
|
|
7297
|
+
'product_restriction_state_deleted',
|
|
7278
7298
|
'order_rates_published_v3',
|
|
7279
7299
|
'ratecard_dimension_estimate_upserted',
|
|
7280
7300
|
'ratecard_dimension_estimate_deleted',
|
|
@@ -7326,6 +7346,8 @@ const factories = {
|
|
|
7326
7346
|
'shopify_incoterm_summary_error_published',
|
|
7327
7347
|
'shopify_markets_best_selling_product_upserted',
|
|
7328
7348
|
'shopify_markets_best_selling_product_deleted',
|
|
7349
|
+
'shopify_order_risk_assessment_upserted',
|
|
7350
|
+
'shopify_order_risk_assessment_deleted',
|
|
7329
7351
|
'shopify_product_create_upserted',
|
|
7330
7352
|
'shopify_product_create_deleted',
|
|
7331
7353
|
'shopify_product_update_upserted',
|
|
@@ -7406,6 +7428,7 @@ const factories = {
|
|
|
7406
7428
|
]),
|
|
7407
7429
|
|
|
7408
7430
|
'io.flow.internal.v0.enums.ftp_protocol': (): io.flow.internal.v0.enums.FtpProtocol => faker.helpers.arrayElement(['sftp', 'ftp']),
|
|
7431
|
+
'io.flow.internal.v0.enums.ge_ingestion_file_status': (): io.flow.internal.v0.enums.GeIngestionFileStatus => faker.helpers.arrayElement(['pending', 'processed']),
|
|
7409
7432
|
'io.flow.internal.v0.enums.google_analytics_plugin': (): io.flow.internal.v0.enums.GoogleAnalyticsPlugin => faker.helpers.arrayElement(['ec']),
|
|
7410
7433
|
|
|
7411
7434
|
'io.flow.internal.v0.enums.graphql_service_types': (): io.flow.internal.v0.enums.GraphqlServiceTypes => faker.helpers.arrayElement([
|
|
@@ -7510,6 +7533,8 @@ const factories = {
|
|
|
7510
7533
|
'flash_title',
|
|
7511
7534
|
]),
|
|
7512
7535
|
|
|
7536
|
+
'io.flow.internal.v0.enums.niall_item_type': (): io.flow.internal.v0.enums.NiallItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
7537
|
+
|
|
7513
7538
|
'io.flow.internal.v0.enums.no_liability_reason_code': (): io.flow.internal.v0.enums.NoLiabilityReasonCode => faker.helpers.arrayElement([
|
|
7514
7539
|
'zero_basis',
|
|
7515
7540
|
'zero_rate_on_goods',
|
|
@@ -7524,6 +7549,7 @@ const factories = {
|
|
|
7524
7549
|
'duty_free_by_trade_agreement',
|
|
7525
7550
|
]),
|
|
7526
7551
|
|
|
7552
|
+
'io.flow.internal.v0.enums.non_l4l_tax_duty_fx_transaction_type': (): io.flow.internal.v0.enums.NonL4LTaxDutyFxTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'fee']),
|
|
7527
7553
|
'io.flow.internal.v0.enums.onboarding_audit_message_level': (): io.flow.internal.v0.enums.OnboardingAuditMessageLevel => faker.helpers.arrayElement(['info', 'warning', 'error']),
|
|
7528
7554
|
'io.flow.internal.v0.enums.onboarding_audit_result': (): io.flow.internal.v0.enums.OnboardingAuditResult => faker.helpers.arrayElement(['pass', 'warning', 'fail']),
|
|
7529
7555
|
|
|
@@ -7617,6 +7643,7 @@ const factories = {
|
|
|
7617
7643
|
|
|
7618
7644
|
'io.flow.internal.v0.enums.payment_summary_type': (): io.flow.internal.v0.enums.PaymentSummaryType => faker.helpers.arrayElement(['authorization', 'capture', 'refund', 'reversal', 'credit']),
|
|
7619
7645
|
'io.flow.internal.v0.enums.payment_term': (): io.flow.internal.v0.enums.PaymentTerm => faker.helpers.arrayElement(['net7', 'net15', 'net30']),
|
|
7646
|
+
'io.flow.internal.v0.enums.prateek_item_type': (): io.flow.internal.v0.enums.PrateekItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
7620
7647
|
'io.flow.internal.v0.enums.preferred_billing_schedule': (): io.flow.internal.v0.enums.PreferredBillingSchedule => faker.helpers.arrayElement(['monthly', 'bi-monthly']),
|
|
7621
7648
|
'io.flow.internal.v0.enums.price_selector': (): io.flow.internal.v0.enums.PriceSelector => faker.helpers.arrayElement(['minimum', 'maximum']),
|
|
7622
7649
|
|
|
@@ -7701,11 +7728,15 @@ const factories = {
|
|
|
7701
7728
|
'io.flow.internal.v0.enums.responsible_party': (): io.flow.internal.v0.enums.ResponsibleParty => faker.helpers.arrayElement(['flow', 'organization']),
|
|
7702
7729
|
'io.flow.internal.v0.enums.restriction_action': (): io.flow.internal.v0.enums.RestrictionAction => faker.helpers.arrayElement(['prohibited', 'restricted']),
|
|
7703
7730
|
'io.flow.internal.v0.enums.restriction_decision': (): io.flow.internal.v0.enums.RestrictionDecision => faker.helpers.arrayElement(['accept', 'escalate', 'reject', 'review']),
|
|
7731
|
+
'io.flow.internal.v0.enums.restriction_organization_channel': (): io.flow.internal.v0.enums.RestrictionOrganizationChannel => faker.helpers.arrayElement(['shopify', 'enterprise', 'shopify-sandbox', 'enterprise-sandbox']),
|
|
7732
|
+
'io.flow.internal.v0.enums.restriction_organization_source': (): io.flow.internal.v0.enums.RestrictionOrganizationSource => faker.helpers.arrayElement(['shopify', 'enterprise']),
|
|
7733
|
+
'io.flow.internal.v0.enums.restriction_rule_exception_action': (): io.flow.internal.v0.enums.RestrictionRuleExceptionAction => faker.helpers.arrayElement(['allow', 'deny']),
|
|
7734
|
+
'io.flow.internal.v0.enums.restriction_state_review_status': (): io.flow.internal.v0.enums.RestrictionStateReviewStatus => faker.helpers.arrayElement(['reviewed', 'in_review']),
|
|
7704
7735
|
'io.flow.internal.v0.enums.restriction_status': (): io.flow.internal.v0.enums.RestrictionStatus => faker.helpers.arrayElement(['pending', 'in_review', 'escalated', 'accepted', 'restricted']),
|
|
7705
7736
|
'io.flow.internal.v0.enums.revenue_record_type': (): io.flow.internal.v0.enums.RevenueRecordType => faker.helpers.arrayElement(['pending', 'sales', 'refund']),
|
|
7706
7737
|
'io.flow.internal.v0.enums.risk_check': (): io.flow.internal.v0.enums.RiskCheck => faker.helpers.arrayElement(['three_d_secure']),
|
|
7707
7738
|
'io.flow.internal.v0.enums.risk_evaluation': (): io.flow.internal.v0.enums.RiskEvaluation => faker.helpers.arrayElement(['Pending', 'High-Risk', 'Low-Risk', 'Restricted-Party', 'none']),
|
|
7708
|
-
'io.flow.internal.v0.enums.
|
|
7739
|
+
'io.flow.internal.v0.enums.rohan_item_type': (): io.flow.internal.v0.enums.RohanItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
7709
7740
|
'io.flow.internal.v0.enums.shopify_check_inventory_error_code': (): io.flow.internal.v0.enums.ShopifyCheckInventoryErrorCode => faker.helpers.arrayElement(['inventory_out_of_stock']),
|
|
7710
7741
|
'io.flow.internal.v0.enums.shopify_grant_status': (): io.flow.internal.v0.enums.ShopifyGrantStatus => faker.helpers.arrayElement(['pass', 'fail']),
|
|
7711
7742
|
'io.flow.internal.v0.enums.shopify_incoterm_configuration': (): io.flow.internal.v0.enums.ShopifyIncotermConfiguration => faker.helpers.arrayElement(['DDP', 'DAP', 'DDU', 'UNSUPPORTED']),
|
|
@@ -9015,6 +9046,9 @@ const factories = {
|
|
|
9015
9046
|
duty: factories['io.flow.common.v0.models.price'](),
|
|
9016
9047
|
trueup: factories['io.flow.common.v0.models.price'](),
|
|
9017
9048
|
carrier_charge: factories['io.flow.common.v0.models.price'](),
|
|
9049
|
+
duty_refund: factories['io.flow.common.v0.models.price'](),
|
|
9050
|
+
ge_revenue_share: factories['io.flow.common.v0.models.price'](),
|
|
9051
|
+
non_l4l_tax_duty_fx: factories['io.flow.common.v0.models.price'](),
|
|
9018
9052
|
ending_balance: factories['io.flow.common.v0.models.price'](),
|
|
9019
9053
|
tax_refund: factories['io.flow.common.v0.models.price'](),
|
|
9020
9054
|
}),
|
|
@@ -9744,6 +9778,7 @@ const factories = {
|
|
|
9744
9778
|
order_created_at: factories.date_time_iso_8601(),
|
|
9745
9779
|
order_updated_at: factories.date_time_iso_8601(),
|
|
9746
9780
|
order_edit_summary: factories['io.flow.internal.v0.models.order_edit_summary'](),
|
|
9781
|
+
payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
|
|
9747
9782
|
}),
|
|
9748
9783
|
|
|
9749
9784
|
'io.flow.internal.v0.models.channel_order_acceptance_deleted': (): io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted => ({
|
|
@@ -10614,19 +10649,6 @@ const factories = {
|
|
|
10614
10649
|
updated_by_user_id: factories.string(),
|
|
10615
10650
|
}),
|
|
10616
10651
|
|
|
10617
|
-
'io.flow.internal.v0.models.customer_purge_upserted': (): io.flow.internal.v0.models.CustomerPurgeUpserted => ({
|
|
10618
|
-
discriminator: 'customer_purge_upserted',
|
|
10619
|
-
event_id: factories.string(),
|
|
10620
|
-
timestamp: factories.date_time_iso_8601(),
|
|
10621
|
-
organization: factories.string(),
|
|
10622
|
-
customer: factories['io.flow.customer.v0.models.customer'](),
|
|
10623
|
-
}),
|
|
10624
|
-
|
|
10625
|
-
'io.flow.internal.v0.models.customer_secret': (): io.flow.internal.v0.models.CustomerSecret => ({
|
|
10626
|
-
id: factories.string(),
|
|
10627
|
-
secret: factories.string(),
|
|
10628
|
-
}),
|
|
10629
|
-
|
|
10630
10652
|
'io.flow.internal.v0.models.customs_description_import': (): io.flow.internal.v0.models.CustomsDescriptionImport => ({
|
|
10631
10653
|
discriminator: 'customs_description_import',
|
|
10632
10654
|
event_id: factories.string(),
|
|
@@ -11301,10 +11323,40 @@ const factories = {
|
|
|
11301
11323
|
passphrase_ids: arrayOf(() => factories.string()),
|
|
11302
11324
|
}),
|
|
11303
11325
|
|
|
11326
|
+
'io.flow.internal.v0.models.enriched_line_item_form': (): io.flow.internal.v0.models.EnrichedLineItemForm => ({
|
|
11327
|
+
form: factories['io.flow.common.v0.models.line_item_form'](),
|
|
11328
|
+
customs_product_name: factories.string(),
|
|
11329
|
+
tariff_code: factories.string(),
|
|
11330
|
+
customs_description: factories.string(),
|
|
11331
|
+
hs_description: factories.string(),
|
|
11332
|
+
country_of_origin: factories.string(),
|
|
11333
|
+
price_composition_rate: factories.decimal(),
|
|
11334
|
+
duty_composition_rate: factories.decimal(),
|
|
11335
|
+
export_control_classification_number: factories.string(),
|
|
11336
|
+
sub_item_number: factories.string(),
|
|
11337
|
+
item_type: factories.string(),
|
|
11338
|
+
material: factories.string(),
|
|
11339
|
+
construction: factories.string(),
|
|
11340
|
+
gender: factories.string(),
|
|
11341
|
+
}),
|
|
11342
|
+
|
|
11343
|
+
'io.flow.internal.v0.models.enriched_shipping_label_package': (): io.flow.internal.v0.models.EnrichedShippingLabelPackage => ({
|
|
11344
|
+
dimensions: factories['io.flow.common.v0.models.dimension'](),
|
|
11345
|
+
items: arrayOf(() => factories['io.flow.internal.v0.models.enriched_line_item_form']()),
|
|
11346
|
+
reference_number: factories.string(),
|
|
11347
|
+
}),
|
|
11348
|
+
|
|
11304
11349
|
'io.flow.internal.v0.models.entity_reference': (): io.flow.internal.v0.models.EntityReference => ({
|
|
11305
11350
|
id: factories.string(),
|
|
11306
11351
|
}),
|
|
11307
11352
|
|
|
11353
|
+
'io.flow.internal.v0.models.entity_reference_number': (): io.flow.internal.v0.models.EntityReferenceNumber => ({
|
|
11354
|
+
short_name: factories.string(),
|
|
11355
|
+
number: factories.string(),
|
|
11356
|
+
issuing_country: factories['io.flow.reference.v0.models.country'](),
|
|
11357
|
+
display_name: factories.string(),
|
|
11358
|
+
}),
|
|
11359
|
+
|
|
11308
11360
|
'io.flow.internal.v0.models.erp_flow_file': (): io.flow.internal.v0.models.ErpFlowFile => ({
|
|
11309
11361
|
id: factories.string(),
|
|
11310
11362
|
type: factories['io.flow.internal.v0.enums.erp_file_type'](),
|
|
@@ -12830,6 +12882,20 @@ const factories = {
|
|
|
12830
12882
|
fiserv_authentication_data: factories['io.flow.internal.v0.models.fiserv_authentication_data_reference'](),
|
|
12831
12883
|
}),
|
|
12832
12884
|
|
|
12885
|
+
'io.flow.internal.v0.models.internal_item': (): io.flow.internal.v0.models.InternalItem => ({
|
|
12886
|
+
id: factories.string(),
|
|
12887
|
+
organization: factories.string(),
|
|
12888
|
+
catalog: factories.string(),
|
|
12889
|
+
name: factories.string(),
|
|
12890
|
+
number: factories.string(),
|
|
12891
|
+
currency: factories.string(),
|
|
12892
|
+
price: factories.double(),
|
|
12893
|
+
categories: arrayOf(() => factories.string()),
|
|
12894
|
+
attributes: objectOf(() => factories.string()),
|
|
12895
|
+
sku: factories.string(),
|
|
12896
|
+
barcode: factories.string(),
|
|
12897
|
+
}),
|
|
12898
|
+
|
|
12833
12899
|
'io.flow.internal.v0.models.internal_item_form': (): io.flow.internal.v0.models.InternalItemForm => ({
|
|
12834
12900
|
id: factories.string(),
|
|
12835
12901
|
item_form: factories['io.flow.catalog.v0.models.item_form'](),
|
|
@@ -12893,6 +12959,78 @@ const factories = {
|
|
|
12893
12959
|
total: factories['io.flow.common.v0.models.price'](),
|
|
12894
12960
|
}),
|
|
12895
12961
|
|
|
12962
|
+
'io.flow.internal.v0.models.invoice_data': (): io.flow.internal.v0.models.InvoiceData => ({
|
|
12963
|
+
organization_id: factories.string(),
|
|
12964
|
+
order_number: factories.string(),
|
|
12965
|
+
invoice_reference: factories.string(),
|
|
12966
|
+
signature_url: factories.string(),
|
|
12967
|
+
signature_date: factories.string(),
|
|
12968
|
+
signature_name: factories.string(),
|
|
12969
|
+
line_items: arrayOf(() => factories['io.flow.internal.v0.models.invoice_data_line_item']()),
|
|
12970
|
+
currency: factories['io.flow.reference.v0.models.currency'](),
|
|
12971
|
+
delivered_duty: factories['io.flow.common.v0.enums.delivered_duty'](),
|
|
12972
|
+
delivered_duty_text: factories.string(),
|
|
12973
|
+
transaction_date: factories.string(),
|
|
12974
|
+
origin: factories['io.flow.internal.v0.models.validated_address'](),
|
|
12975
|
+
destination: factories['io.flow.internal.v0.models.validated_address'](),
|
|
12976
|
+
billing_address: factories['io.flow.internal.v0.models.validated_address'](),
|
|
12977
|
+
service: factories['io.flow.reference.v0.models.carrier_service'](),
|
|
12978
|
+
flow_tracking_number: factories.string(),
|
|
12979
|
+
rex_number: factories.string(),
|
|
12980
|
+
weee_number: factories.string(),
|
|
12981
|
+
business_gst_numbers: arrayOf(() => factories['io.flow.internal.v0.models.entity_reference_number']()),
|
|
12982
|
+
destination_identification_numbers: arrayOf(() => factories['io.flow.internal.v0.models.entity_reference_number']()),
|
|
12983
|
+
vat_name: factories.string(),
|
|
12984
|
+
item_identifier_column_name: factories.string(),
|
|
12985
|
+
feature_show_merchant_id: factories.boolean(),
|
|
12986
|
+
shipping_pricing: factories['io.flow.internal.v0.models.shipping_pricing'](),
|
|
12987
|
+
shipment_recipient: factories['io.flow.label.v0.enums.shipment_recipient'](),
|
|
12988
|
+
eu_preferential_origin: factories.string(),
|
|
12989
|
+
customs_master_file_number: factories.string(),
|
|
12990
|
+
merchant_of_record_entity: factories['io.flow.common.v0.models.merchant_of_record_entity'](),
|
|
12991
|
+
weight_measured: factories.string(),
|
|
12992
|
+
notes_export_declaration: factories.string(),
|
|
12993
|
+
notes_import_duty_taxes_due: factories.string(),
|
|
12994
|
+
invoice_id: factories.string(),
|
|
12995
|
+
invoice_date: factories.string(),
|
|
12996
|
+
invoice_number: factories.string(),
|
|
12997
|
+
invoice_version: factories['io.flow.internal.v0.enums.commercial_invoice_version'](),
|
|
12998
|
+
shipping_price: factories.decimal(),
|
|
12999
|
+
goods_value: factories.decimal(),
|
|
13000
|
+
total_taxes: factories.decimal(),
|
|
13001
|
+
total_duties: factories.decimal(),
|
|
13002
|
+
customs_value: factories.decimal(),
|
|
13003
|
+
total_value: factories.decimal(),
|
|
13004
|
+
usa_exporter_identifier_number_if_value_over_threshold: factories.string(),
|
|
13005
|
+
feature_israel_notes_import_duty_and_taxes_due: factories.boolean(),
|
|
13006
|
+
feature_new_export_declaration: factories.boolean(),
|
|
13007
|
+
}),
|
|
13008
|
+
|
|
13009
|
+
'io.flow.internal.v0.models.invoice_data_line_item': (): io.flow.internal.v0.models.InvoiceDataLineItem => ({
|
|
13010
|
+
i: factories.integer(),
|
|
13011
|
+
number: factories.string(),
|
|
13012
|
+
quantity: factories.long(),
|
|
13013
|
+
description: factories.string(),
|
|
13014
|
+
tariff_code: factories.string(),
|
|
13015
|
+
country_of_origin: factories.string(),
|
|
13016
|
+
display_country_of_origin: factories.string(),
|
|
13017
|
+
gst_paid: factories.boolean(),
|
|
13018
|
+
gst_paid_text: factories.string(),
|
|
13019
|
+
unit_price: factories.decimal(),
|
|
13020
|
+
vat_price: factories.decimal(),
|
|
13021
|
+
duty_price: factories.decimal(),
|
|
13022
|
+
discount_price: factories.decimal(),
|
|
13023
|
+
total_price: factories.decimal(),
|
|
13024
|
+
export_control_classification_number: factories.string(),
|
|
13025
|
+
manufacturer_id: factories.string(),
|
|
13026
|
+
display_number: factories.string(),
|
|
13027
|
+
item_type: factories.string(),
|
|
13028
|
+
construction: factories.string(),
|
|
13029
|
+
gender: factories.string(),
|
|
13030
|
+
material: factories.string(),
|
|
13031
|
+
url: factories.string(),
|
|
13032
|
+
}),
|
|
13033
|
+
|
|
12896
13034
|
'io.flow.internal.v0.models.invoice_info_form': (): io.flow.internal.v0.models.InvoiceInfoForm => ({
|
|
12897
13035
|
invoice_number: factories.string(),
|
|
12898
13036
|
invoice_date: factories.string(),
|
|
@@ -13012,6 +13150,7 @@ const factories = {
|
|
|
13012
13150
|
duty_composition_rate: factories.decimal(),
|
|
13013
13151
|
export_control_classification_number: factories.string(),
|
|
13014
13152
|
labels: factories['io.flow.internal.v0.models.customs_product_labels'](),
|
|
13153
|
+
applicable_preferential_rate: factories['io.flow.internal.v0.enums.applicable_preferential_rate'](),
|
|
13015
13154
|
}),
|
|
13016
13155
|
|
|
13017
13156
|
'io.flow.internal.v0.models.item_dimension_estimate': (): io.flow.internal.v0.models.ItemDimensionEstimate => ({
|
|
@@ -14117,6 +14256,23 @@ const factories = {
|
|
|
14117
14256
|
conditions: factories.string(),
|
|
14118
14257
|
}),
|
|
14119
14258
|
|
|
14259
|
+
'io.flow.internal.v0.models.niall_item': (): io.flow.internal.v0.models.NiallItem => ({
|
|
14260
|
+
id: factories.string(),
|
|
14261
|
+
number: factories.string(),
|
|
14262
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
14263
|
+
description: factories.string(),
|
|
14264
|
+
type: factories['io.flow.internal.v0.enums.niall_item_type'](),
|
|
14265
|
+
added_on: factories.date_time_iso_8601(),
|
|
14266
|
+
}),
|
|
14267
|
+
|
|
14268
|
+
'io.flow.internal.v0.models.niall_item_form': (): io.flow.internal.v0.models.NiallItemForm => ({
|
|
14269
|
+
number: factories.string(),
|
|
14270
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
14271
|
+
description: factories.string(),
|
|
14272
|
+
type: factories['io.flow.internal.v0.enums.niall_item_type'](),
|
|
14273
|
+
added_on: factories.date_time_iso_8601(),
|
|
14274
|
+
}),
|
|
14275
|
+
|
|
14120
14276
|
'io.flow.internal.v0.models.no_calculated_tax_amount': (): io.flow.internal.v0.models.NoCalculatedTaxAmount => ({
|
|
14121
14277
|
discriminator: 'no_calculated_tax_amount',
|
|
14122
14278
|
amount: factories.decimal(),
|
|
@@ -15763,6 +15919,23 @@ const factories = {
|
|
|
15763
15919
|
rate: factories.decimal(),
|
|
15764
15920
|
}),
|
|
15765
15921
|
|
|
15922
|
+
'io.flow.internal.v0.models.prateek_item': (): io.flow.internal.v0.models.PrateekItem => ({
|
|
15923
|
+
id: factories.string(),
|
|
15924
|
+
number: factories.string(),
|
|
15925
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
15926
|
+
description: factories.string(),
|
|
15927
|
+
type: factories['io.flow.internal.v0.enums.prateek_item_type'](),
|
|
15928
|
+
added_on: factories.date_iso_8601(),
|
|
15929
|
+
}),
|
|
15930
|
+
|
|
15931
|
+
'io.flow.internal.v0.models.prateek_item_form': (): io.flow.internal.v0.models.PrateekItemForm => ({
|
|
15932
|
+
number: factories.string(),
|
|
15933
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
15934
|
+
description: factories.string(),
|
|
15935
|
+
type: factories['io.flow.internal.v0.enums.prateek_item_type'](),
|
|
15936
|
+
added_on: factories.date_iso_8601(),
|
|
15937
|
+
}),
|
|
15938
|
+
|
|
15766
15939
|
'io.flow.internal.v0.models.prediction': (): io.flow.internal.v0.models.Prediction => ({
|
|
15767
15940
|
main_material: factories.string(),
|
|
15768
15941
|
gender: factories.string(),
|
|
@@ -15971,6 +16144,42 @@ const factories = {
|
|
|
15971
16144
|
product_restriction_rule_decision: factories['io.flow.internal.v0.models.product_restriction_rule_decision'](),
|
|
15972
16145
|
}),
|
|
15973
16146
|
|
|
16147
|
+
'io.flow.internal.v0.models.product_restriction_state': (): io.flow.internal.v0.models.ProductRestrictionState => ({
|
|
16148
|
+
id: factories.string(),
|
|
16149
|
+
organization_id: factories.string(),
|
|
16150
|
+
product_number: factories.string(),
|
|
16151
|
+
review_status: factories['io.flow.internal.v0.enums.restriction_state_review_status'](),
|
|
16152
|
+
pending_restriction_count: factories.long(),
|
|
16153
|
+
pending_verification_count: factories.long(),
|
|
16154
|
+
oldest_pending_restriction_date: factories.date_time_iso_8601(),
|
|
16155
|
+
oldest_pending_verification_date: factories.date_time_iso_8601(),
|
|
16156
|
+
}),
|
|
16157
|
+
|
|
16158
|
+
'io.flow.internal.v0.models.product_restriction_state_deleted': (): io.flow.internal.v0.models.ProductRestrictionStateDeleted => ({
|
|
16159
|
+
discriminator: 'product_restriction_state_deleted',
|
|
16160
|
+
event_id: factories.string(),
|
|
16161
|
+
timestamp: factories.date_time_iso_8601(),
|
|
16162
|
+
organization: factories.string(),
|
|
16163
|
+
product_restriction_state: factories['io.flow.internal.v0.models.product_restriction_state'](),
|
|
16164
|
+
}),
|
|
16165
|
+
|
|
16166
|
+
'io.flow.internal.v0.models.product_restriction_state_inserted': (): io.flow.internal.v0.models.ProductRestrictionStateInserted => ({
|
|
16167
|
+
discriminator: 'product_restriction_state_inserted',
|
|
16168
|
+
event_id: factories.string(),
|
|
16169
|
+
timestamp: factories.date_time_iso_8601(),
|
|
16170
|
+
organization: factories.string(),
|
|
16171
|
+
product_restriction_state: factories['io.flow.internal.v0.models.product_restriction_state'](),
|
|
16172
|
+
}),
|
|
16173
|
+
|
|
16174
|
+
'io.flow.internal.v0.models.product_restriction_state_updated': (): io.flow.internal.v0.models.ProductRestrictionStateUpdated => ({
|
|
16175
|
+
discriminator: 'product_restriction_state_updated',
|
|
16176
|
+
event_id: factories.string(),
|
|
16177
|
+
timestamp: factories.date_time_iso_8601(),
|
|
16178
|
+
organization: factories.string(),
|
|
16179
|
+
previous_product_restriction_state: factories['io.flow.internal.v0.models.product_restriction_state'](),
|
|
16180
|
+
product_restriction_state: factories['io.flow.internal.v0.models.product_restriction_state'](),
|
|
16181
|
+
}),
|
|
16182
|
+
|
|
15974
16183
|
'io.flow.internal.v0.models.product_review_history': (): io.flow.internal.v0.models.ProductReviewHistory => ({
|
|
15975
16184
|
product_id: factories.string(),
|
|
15976
16185
|
|
|
@@ -15979,6 +16188,14 @@ const factories = {
|
|
|
15979
16188
|
),
|
|
15980
16189
|
}),
|
|
15981
16190
|
|
|
16191
|
+
'io.flow.internal.v0.models.product_sellability_result': (): io.flow.internal.v0.models.ProductSellabilityResult => ({
|
|
16192
|
+
shop_id: factories.string(),
|
|
16193
|
+
product_number: factories.string(),
|
|
16194
|
+
request_id: factories.string(),
|
|
16195
|
+
hs6_code: factories.string(),
|
|
16196
|
+
restricted_regions: arrayOf(() => factories.string()),
|
|
16197
|
+
}),
|
|
16198
|
+
|
|
15982
16199
|
'io.flow.internal.v0.models.product_transaction': (): io.flow.internal.v0.models.ProductTransaction => ({
|
|
15983
16200
|
transaction_amount: factories.decimal(),
|
|
15984
16201
|
destination_amount: factories.decimal(),
|
|
@@ -16689,6 +16906,7 @@ const factories = {
|
|
|
16689
16906
|
tax_inclusive: factories.boolean(),
|
|
16690
16907
|
duty_inclusive: factories.boolean(),
|
|
16691
16908
|
manual_payment: factories.boolean(),
|
|
16909
|
+
manual_capture: factories.boolean(),
|
|
16692
16910
|
partial_fulfillment: factories.boolean(),
|
|
16693
16911
|
partial_refund: factories.boolean(),
|
|
16694
16912
|
}),
|
|
@@ -16753,6 +16971,7 @@ const factories = {
|
|
|
16753
16971
|
id: factories.string(),
|
|
16754
16972
|
number: factories.string(),
|
|
16755
16973
|
submitted_at: factories.date_time_iso_8601(),
|
|
16974
|
+
payment_source: factories.string(),
|
|
16756
16975
|
}),
|
|
16757
16976
|
|
|
16758
16977
|
'io.flow.internal.v0.models.reporting_organization_summary': (): io.flow.internal.v0.models.ReportingOrganizationSummary => ({
|
|
@@ -16950,6 +17169,7 @@ const factories = {
|
|
|
16950
17169
|
() => factories['io.flow.internal.v0.models.restriction_status_metadata'](),
|
|
16951
17170
|
),
|
|
16952
17171
|
|
|
17172
|
+
counts: factories['io.flow.internal.v0.models.restriction_summary_counts'](),
|
|
16953
17173
|
count: factories.long(),
|
|
16954
17174
|
}),
|
|
16955
17175
|
|
|
@@ -17050,6 +17270,8 @@ const factories = {
|
|
|
17050
17270
|
negative_keywords: arrayOf(() => factories.string()),
|
|
17051
17271
|
value_threshold_usd: factories.decimal(),
|
|
17052
17272
|
auto_review_criteria: arrayOf(() => factories['io.flow.internal.v0.models.auto_review_criteria']()),
|
|
17273
|
+
source: factories['io.flow.internal.v0.enums.restriction_organization_source'](),
|
|
17274
|
+
sellability_positive_keywords: arrayOf(() => factories.string()),
|
|
17053
17275
|
}),
|
|
17054
17276
|
|
|
17055
17277
|
'io.flow.internal.v0.models.restriction_rule_decision_form': (): io.flow.internal.v0.models.RestrictionRuleDecisionForm => ({
|
|
@@ -17103,16 +17325,16 @@ const factories = {
|
|
|
17103
17325
|
negative_keywords: arrayOf(() => factories.string()),
|
|
17104
17326
|
value_threshold_usd: factories.decimal(),
|
|
17105
17327
|
auto_review_criteria: arrayOf(() => factories['io.flow.internal.v0.models.auto_review_criteria']()),
|
|
17328
|
+
source: factories['io.flow.internal.v0.enums.restriction_organization_source'](),
|
|
17329
|
+
sellability_positive_keywords: arrayOf(() => factories.string()),
|
|
17106
17330
|
}),
|
|
17107
17331
|
|
|
17108
|
-
'io.flow.internal.v0.models.
|
|
17109
|
-
|
|
17110
|
-
|
|
17111
|
-
|
|
17112
|
-
|
|
17113
|
-
),
|
|
17114
|
-
|
|
17115
|
-
count: factories.long(),
|
|
17332
|
+
'io.flow.internal.v0.models.restriction_rule_lane_exemption': (): io.flow.internal.v0.models.RestrictionRuleLaneExemption => ({
|
|
17333
|
+
id: factories.string(),
|
|
17334
|
+
rule_id: factories.string(),
|
|
17335
|
+
description: factories.string(),
|
|
17336
|
+
origin_countries: arrayOf(() => factories.string()),
|
|
17337
|
+
destination_countries: arrayOf(() => factories.string()),
|
|
17116
17338
|
}),
|
|
17117
17339
|
|
|
17118
17340
|
'io.flow.internal.v0.models.restriction_rule_override': (): io.flow.internal.v0.models.RestrictionRuleOverride => ({
|
|
@@ -17140,6 +17362,11 @@ const factories = {
|
|
|
17140
17362
|
count: factories.long(),
|
|
17141
17363
|
}),
|
|
17142
17364
|
|
|
17365
|
+
'io.flow.internal.v0.models.restriction_summary_counts': (): io.flow.internal.v0.models.RestrictionSummaryCounts => ({
|
|
17366
|
+
pending_restriction_count: factories.long(),
|
|
17367
|
+
pending_verification_count: factories.long(),
|
|
17368
|
+
}),
|
|
17369
|
+
|
|
17143
17370
|
'io.flow.internal.v0.models.restrictions_dailyops': (): io.flow.internal.v0.models.RestrictionsDailyops => ({
|
|
17144
17371
|
id: factories.string(),
|
|
17145
17372
|
report_date: factories.date_iso_8601(),
|
|
@@ -17304,6 +17531,23 @@ const factories = {
|
|
|
17304
17531
|
revenue_record: factories['io.flow.internal.v0.models.revenue_record'](),
|
|
17305
17532
|
}),
|
|
17306
17533
|
|
|
17534
|
+
'io.flow.internal.v0.models.rohan_item': (): io.flow.internal.v0.models.RohanItem => ({
|
|
17535
|
+
id: factories.string(),
|
|
17536
|
+
number: factories.string(),
|
|
17537
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
17538
|
+
description: factories.string(),
|
|
17539
|
+
type: factories['io.flow.internal.v0.enums.rohan_item_type'](),
|
|
17540
|
+
added_on: factories.date_iso_8601(),
|
|
17541
|
+
}),
|
|
17542
|
+
|
|
17543
|
+
'io.flow.internal.v0.models.rohan_item_form': (): io.flow.internal.v0.models.RohanItemForm => ({
|
|
17544
|
+
number: factories.string(),
|
|
17545
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
17546
|
+
description: factories.string(),
|
|
17547
|
+
type: factories['io.flow.internal.v0.enums.rohan_item_type'](),
|
|
17548
|
+
added_on: factories.date_iso_8601(),
|
|
17549
|
+
}),
|
|
17550
|
+
|
|
17307
17551
|
'io.flow.internal.v0.models.routing_account': (): io.flow.internal.v0.models.RoutingAccount => ({
|
|
17308
17552
|
discriminator: 'routing_account',
|
|
17309
17553
|
processor: factories['io.flow.internal.v0.enums.processor'](),
|
|
@@ -17425,19 +17669,6 @@ const factories = {
|
|
|
17425
17669
|
label: factories['io.flow.internal.v0.models.label_summary'](),
|
|
17426
17670
|
}),
|
|
17427
17671
|
|
|
17428
|
-
'io.flow.internal.v0.models.session_countries': (): io.flow.internal.v0.models.SessionCountries => ({
|
|
17429
|
-
countries: arrayOf(() => factories['io.flow.internal.v0.models.session_country']()),
|
|
17430
|
-
}),
|
|
17431
|
-
|
|
17432
|
-
'io.flow.internal.v0.models.session_country': (): io.flow.internal.v0.models.SessionCountry => ({
|
|
17433
|
-
country: factories.string(),
|
|
17434
|
-
status: factories['io.flow.internal.v0.enums.session_country_status'](),
|
|
17435
|
-
}),
|
|
17436
|
-
|
|
17437
|
-
'io.flow.internal.v0.models.session_country_form': (): io.flow.internal.v0.models.SessionCountryForm => ({
|
|
17438
|
-
status: factories['io.flow.internal.v0.enums.session_country_status'](),
|
|
17439
|
-
}),
|
|
17440
|
-
|
|
17441
17672
|
'io.flow.internal.v0.models.session_order_data': (): io.flow.internal.v0.models.SessionOrderData => ({
|
|
17442
17673
|
id: factories.string(),
|
|
17443
17674
|
session: factories['io.flow.common.v0.models.session_reference'](),
|
|
@@ -17446,15 +17677,6 @@ const factories = {
|
|
|
17446
17677
|
destination: factories['io.flow.experience.v0.models.order_address'](),
|
|
17447
17678
|
}),
|
|
17448
17679
|
|
|
17449
|
-
'io.flow.internal.v0.models.session_rollout': (): io.flow.internal.v0.models.SessionRollout => ({
|
|
17450
|
-
id: factories.string(),
|
|
17451
|
-
percent: factories.integer(),
|
|
17452
|
-
}),
|
|
17453
|
-
|
|
17454
|
-
'io.flow.internal.v0.models.session_rollout_form': (): io.flow.internal.v0.models.SessionRolloutForm => ({
|
|
17455
|
-
percent: factories.integer(),
|
|
17456
|
-
}),
|
|
17457
|
-
|
|
17458
17680
|
'io.flow.internal.v0.models.setup_block_put_form': (): io.flow.internal.v0.models.SetupBlockPutForm => ({
|
|
17459
17681
|
reasons: arrayOf(
|
|
17460
17682
|
() => factories['io.flow.organization.onboarding.state.v0.enums.onboarding_blocked_reason'](),
|
|
@@ -17469,6 +17691,19 @@ const factories = {
|
|
|
17469
17691
|
customer_id: factories.string(),
|
|
17470
17692
|
}),
|
|
17471
17693
|
|
|
17694
|
+
'io.flow.internal.v0.models.shipment_cost_summary': (): io.flow.internal.v0.models.ShipmentCostSummary => ({
|
|
17695
|
+
lane_id: factories.string(),
|
|
17696
|
+
ratecard_id: factories.string(),
|
|
17697
|
+
ratecard_owner: factories['io.flow.fulfillment.v0.enums.ratecard_owner'](),
|
|
17698
|
+
glbe_shipping_method_id: factories.string(),
|
|
17699
|
+
glbe_proposition_name: factories.string(),
|
|
17700
|
+
weight_break: factories.decimal(),
|
|
17701
|
+
channel_revenue_share_percentage: factories.decimal(),
|
|
17702
|
+
rate_level_key: factories.string(),
|
|
17703
|
+
cost_estimate_source: factories['io.flow.label.v0.enums.cost_estimate_source'](),
|
|
17704
|
+
cost: factories['io.flow.common.v0.models.money'](),
|
|
17705
|
+
}),
|
|
17706
|
+
|
|
17472
17707
|
'io.flow.internal.v0.models.shipping_lane': (): io.flow.internal.v0.models.ShippingLane => ({
|
|
17473
17708
|
origin: factories.string(),
|
|
17474
17709
|
destination: factories.string(),
|
|
@@ -17478,6 +17713,11 @@ const factories = {
|
|
|
17478
17713
|
id: factories.string(),
|
|
17479
17714
|
}),
|
|
17480
17715
|
|
|
17716
|
+
'io.flow.internal.v0.models.shipping_pricing': (): io.flow.internal.v0.models.ShippingPricing => ({
|
|
17717
|
+
freight_cost: factories.decimal(),
|
|
17718
|
+
customer_price: factories.decimal(),
|
|
17719
|
+
}),
|
|
17720
|
+
|
|
17481
17721
|
'io.flow.internal.v0.models.shop': (): io.flow.internal.v0.models.Shop => ({
|
|
17482
17722
|
id: factories.string(),
|
|
17483
17723
|
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
@@ -17908,6 +18148,7 @@ const factories = {
|
|
|
17908
18148
|
}),
|
|
17909
18149
|
|
|
17910
18150
|
'io.flow.internal.v0.models.shopify_merchant_plan': (): io.flow.internal.v0.models.ShopifyMerchantPlan => ({
|
|
18151
|
+
id: factories.string(),
|
|
17911
18152
|
authorization: factories['io.flow.payment.v0.models.authorization_reference'](),
|
|
17912
18153
|
plan: factories['io.flow.internal.v0.enums.shopify_plan_type'](),
|
|
17913
18154
|
}),
|
|
@@ -18092,6 +18333,28 @@ const factories = {
|
|
|
18092
18333
|
),
|
|
18093
18334
|
}),
|
|
18094
18335
|
|
|
18336
|
+
'io.flow.internal.v0.models.shopify_order_risk_assessment': (): io.flow.internal.v0.models.ShopifyOrderRiskAssessment => ({
|
|
18337
|
+
id: factories.string(),
|
|
18338
|
+
risk_level: factories.string(),
|
|
18339
|
+
assessment_created_at: factories.date_time_iso_8601(),
|
|
18340
|
+
}),
|
|
18341
|
+
|
|
18342
|
+
'io.flow.internal.v0.models.shopify_order_risk_assessment_deleted': (): io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted => ({
|
|
18343
|
+
discriminator: 'shopify_order_risk_assessment_deleted',
|
|
18344
|
+
event_id: factories.string(),
|
|
18345
|
+
timestamp: factories.date_time_iso_8601(),
|
|
18346
|
+
organization: factories.string(),
|
|
18347
|
+
id: factories.string(),
|
|
18348
|
+
}),
|
|
18349
|
+
|
|
18350
|
+
'io.flow.internal.v0.models.shopify_order_risk_assessment_upserted': (): io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted => ({
|
|
18351
|
+
discriminator: 'shopify_order_risk_assessment_upserted',
|
|
18352
|
+
event_id: factories.string(),
|
|
18353
|
+
timestamp: factories.date_time_iso_8601(),
|
|
18354
|
+
organization: factories.string(),
|
|
18355
|
+
assessment: factories['io.flow.internal.v0.models.shopify_order_risk_assessment'](),
|
|
18356
|
+
}),
|
|
18357
|
+
|
|
18095
18358
|
'io.flow.internal.v0.models.shopify_organization_settings': (): io.flow.internal.v0.models.ShopifyOrganizationSettings => ({
|
|
18096
18359
|
id: factories.string(),
|
|
18097
18360
|
process_label: factories.boolean(),
|
|
@@ -18540,26 +18803,6 @@ const factories = {
|
|
|
18540
18803
|
spot_rate: factories['io.flow.internal.v0.models.spot_rate'](),
|
|
18541
18804
|
}),
|
|
18542
18805
|
|
|
18543
|
-
'io.flow.internal.v0.models.spp_tracker_update_request': (): io.flow.internal.v0.models.SppTrackerUpdateRequest => ({
|
|
18544
|
-
id: factories.string(),
|
|
18545
|
-
tracking_subscription: factories['io.flow.internal.v0.models.tracking_subscription'](),
|
|
18546
|
-
created_at: factories.date_time_iso_8601(),
|
|
18547
|
-
}),
|
|
18548
|
-
|
|
18549
|
-
'io.flow.internal.v0.models.spp_tracker_update_request_deleted': (): io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted => ({
|
|
18550
|
-
discriminator: 'spp_tracker_update_request_deleted',
|
|
18551
|
-
event_id: factories.string(),
|
|
18552
|
-
timestamp: factories.date_time_iso_8601(),
|
|
18553
|
-
id: factories.string(),
|
|
18554
|
-
}),
|
|
18555
|
-
|
|
18556
|
-
'io.flow.internal.v0.models.spp_tracker_update_request_upserted': (): io.flow.internal.v0.models.SppTrackerUpdateRequestUpserted => ({
|
|
18557
|
-
discriminator: 'spp_tracker_update_request_upserted',
|
|
18558
|
-
event_id: factories.string(),
|
|
18559
|
-
timestamp: factories.date_time_iso_8601(),
|
|
18560
|
-
spp_tracker_update_request: factories['io.flow.internal.v0.models.spp_tracker_update_request'](),
|
|
18561
|
-
}),
|
|
18562
|
-
|
|
18563
18806
|
'io.flow.internal.v0.models.standalone_attachment': (): io.flow.internal.v0.models.StandaloneAttachment => ({
|
|
18564
18807
|
id: factories.string(),
|
|
18565
18808
|
statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
|
|
@@ -19746,6 +19989,53 @@ const factories = {
|
|
|
19746
19989
|
customer_bundle: factories['io.flow.customer.v0.models.customer_bundle'](),
|
|
19747
19990
|
}),
|
|
19748
19991
|
|
|
19992
|
+
'io.flow.internal.v0.models.validated_address': (): io.flow.internal.v0.models.ValidatedAddress => ({
|
|
19993
|
+
company_name: factories.string(),
|
|
19994
|
+
person_name: factories.string(),
|
|
19995
|
+
phone: factories.string(),
|
|
19996
|
+
email: factories.string(),
|
|
19997
|
+
original_streets: arrayOf(() => factories.string()),
|
|
19998
|
+
city: factories.string(),
|
|
19999
|
+
province: factories.string(),
|
|
20000
|
+
postal: factories.string(),
|
|
20001
|
+
country: factories['io.flow.reference.v0.models.country'](),
|
|
20002
|
+
original_address: factories['io.flow.fulfillment.v0.models.shipping_address'](),
|
|
20003
|
+
}),
|
|
20004
|
+
|
|
20005
|
+
'io.flow.internal.v0.models.validated_shipping_data': (): io.flow.internal.v0.models.ValidatedShippingData => ({
|
|
20006
|
+
organization: factories.string(),
|
|
20007
|
+
reference_id: factories.string(),
|
|
20008
|
+
delivered_duty: factories['io.flow.common.v0.enums.delivered_duty'](),
|
|
20009
|
+
merchant_of_record_entity: factories['io.flow.common.v0.models.merchant_of_record_entity'](),
|
|
20010
|
+
destination: factories['io.flow.internal.v0.models.validated_address'](),
|
|
20011
|
+
origin: factories['io.flow.internal.v0.models.validated_address'](),
|
|
20012
|
+
service: factories['io.flow.reference.v0.models.carrier_service'](),
|
|
20013
|
+
'package': factories['io.flow.internal.v0.models.enriched_shipping_label_package'](),
|
|
20014
|
+
total_catalog_item_value: factories['io.flow.common.v0.models.money'](),
|
|
20015
|
+
weight_unit: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
20016
|
+
distance_unit: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
20017
|
+
flow_tracking_number: factories.string(),
|
|
20018
|
+
center: factories['io.flow.fulfillment.v0.models.center'](),
|
|
20019
|
+
catalog_items: arrayOf(() => factories['io.flow.internal.v0.models.internal_item']()),
|
|
20020
|
+
order: factories['io.flow.experience.v0.models.order'](),
|
|
20021
|
+
window: factories['io.flow.common.v0.models.datetime_range'](),
|
|
20022
|
+
id: factories.string(),
|
|
20023
|
+
shipment_recipient: factories['io.flow.label.v0.enums.shipment_recipient'](),
|
|
20024
|
+
request_id: factories.string(),
|
|
20025
|
+
commercial_invoice_data: factories['io.flow.internal.v0.models.invoice_data'](),
|
|
20026
|
+
order_identifier: factories.string(),
|
|
20027
|
+
fulfillment_key: factories.string(),
|
|
20028
|
+
rex_number: factories.string(),
|
|
20029
|
+
weee_number: factories.string(),
|
|
20030
|
+
generate_commercial_invoice_only: factories.boolean(),
|
|
20031
|
+
liability_remittance_plan: factories['io.flow.internal.v0.models.liability_remittance_plan'](),
|
|
20032
|
+
shipment_cost_summary: factories['io.flow.internal.v0.models.shipment_cost_summary'](),
|
|
20033
|
+
shipping_label_hop_cost_itemized_estimate: factories['io.flow.label.v0.models.shipping_label_hop_cost_itemized_estimate'](),
|
|
20034
|
+
additional_services_requested: arrayOf(() => factories['io.flow.label.v0.models.additional_services_requested']()),
|
|
20035
|
+
provided_charges: arrayOf(() => factories['io.flow.internal.v0.models.charge_input']()),
|
|
20036
|
+
direction: factories['io.flow.label.v0.enums.direction'](),
|
|
20037
|
+
}),
|
|
20038
|
+
|
|
19749
20039
|
'io.flow.internal.v0.models.validation_character_length': (): io.flow.internal.v0.models.ValidationCharacterLength => ({
|
|
19750
20040
|
discriminator: 'validation_character_length',
|
|
19751
20041
|
min: factories.long(),
|
|
@@ -20113,7 +20403,6 @@ const factories = {
|
|
|
20113
20403
|
() => factories['io.flow.internal.v0.models.organization_currency_setting_deleted'](),
|
|
20114
20404
|
() => factories['io.flow.internal.v0.models.channel_currency_setting_upserted'](),
|
|
20115
20405
|
() => factories['io.flow.internal.v0.models.channel_currency_setting_deleted'](),
|
|
20116
|
-
() => factories['io.flow.internal.v0.models.customer_purge_upserted'](),
|
|
20117
20406
|
() => factories['io.flow.internal.v0.models.customs_description_import'](),
|
|
20118
20407
|
() => factories['io.flow.internal.v0.models.customs_description_tariffs_import'](),
|
|
20119
20408
|
() => factories['io.flow.internal.v0.models.dispute_upserted'](),
|
|
@@ -20236,8 +20525,6 @@ const factories = {
|
|
|
20236
20525
|
() => factories['io.flow.internal.v0.models.unassigned_merchant_guid_deleted'](),
|
|
20237
20526
|
() => factories['io.flow.internal.v0.models.partner_tracking_subscription_upserted'](),
|
|
20238
20527
|
() => factories['io.flow.internal.v0.models.partner_tracking_subscription_deleted'](),
|
|
20239
|
-
() => factories['io.flow.internal.v0.models.spp_tracker_update_request_upserted'](),
|
|
20240
|
-
() => factories['io.flow.internal.v0.models.spp_tracker_update_request_deleted'](),
|
|
20241
20528
|
() => factories['io.flow.internal.v0.models.partner_request_upserted'](),
|
|
20242
20529
|
() => factories['io.flow.internal.v0.models.partner_request_deleted'](),
|
|
20243
20530
|
() => factories['io.flow.internal.v0.models.internal_authorization_upserted'](),
|
|
@@ -20270,6 +20557,9 @@ const factories = {
|
|
|
20270
20557
|
() => factories['io.flow.internal.v0.models.paypal_dispute_deleted'](),
|
|
20271
20558
|
() => factories['io.flow.internal.v0.models.product_restriction_rule_decision_upserted'](),
|
|
20272
20559
|
() => factories['io.flow.internal.v0.models.product_restriction_rule_decision_deleted'](),
|
|
20560
|
+
() => factories['io.flow.internal.v0.models.product_restriction_state_inserted'](),
|
|
20561
|
+
() => factories['io.flow.internal.v0.models.product_restriction_state_updated'](),
|
|
20562
|
+
() => factories['io.flow.internal.v0.models.product_restriction_state_deleted'](),
|
|
20273
20563
|
() => factories['io.flow.internal.v0.models.order_rates_published_v3'](),
|
|
20274
20564
|
() => factories['io.flow.internal.v0.models.ratecard_dimension_estimate_upserted'](),
|
|
20275
20565
|
() => factories['io.flow.internal.v0.models.ratecard_dimension_estimate_deleted'](),
|
|
@@ -20321,6 +20611,8 @@ const factories = {
|
|
|
20321
20611
|
() => factories['io.flow.internal.v0.models.shopify_incoterm_summary_error_published'](),
|
|
20322
20612
|
() => factories['io.flow.internal.v0.models.shopify_markets_best_selling_product_upserted'](),
|
|
20323
20613
|
() => factories['io.flow.internal.v0.models.shopify_markets_best_selling_product_deleted'](),
|
|
20614
|
+
() => factories['io.flow.internal.v0.models.shopify_order_risk_assessment_upserted'](),
|
|
20615
|
+
() => factories['io.flow.internal.v0.models.shopify_order_risk_assessment_deleted'](),
|
|
20324
20616
|
() => factories['io.flow.internal.v0.models.shopify_product_create_upserted'](),
|
|
20325
20617
|
() => factories['io.flow.internal.v0.models.shopify_product_create_deleted'](),
|
|
20326
20618
|
() => factories['io.flow.internal.v0.models.shopify_product_update_upserted'](),
|
|
@@ -22114,19 +22406,6 @@ const factories = {
|
|
|
22114
22406
|
environment: factories['io.flow.common.v0.enums.environment'](),
|
|
22115
22407
|
}),
|
|
22116
22408
|
|
|
22117
|
-
'io.flow.organization.v0.models.organization_configuration_reference': (): io.flow.organization.v0.models.OrganizationConfigurationReference => ({
|
|
22118
|
-
id: factories.string(),
|
|
22119
|
-
}),
|
|
22120
|
-
|
|
22121
|
-
'io.flow.organization.v0.models.organization_default_configurations': (): io.flow.organization.v0.models.OrganizationDefaultConfigurations => ({
|
|
22122
|
-
id: factories.string(),
|
|
22123
|
-
checkout_configuration: factories['io.flow.organization.v0.models.organization_configuration_reference'](),
|
|
22124
|
-
}),
|
|
22125
|
-
|
|
22126
|
-
'io.flow.organization.v0.models.organization_default_configurations_form': (): io.flow.organization.v0.models.OrganizationDefaultConfigurationsForm => ({
|
|
22127
|
-
id: factories.string(),
|
|
22128
|
-
}),
|
|
22129
|
-
|
|
22130
22409
|
'io.flow.organization.v0.models.organization_form': (): io.flow.organization.v0.models.OrganizationForm => ({
|
|
22131
22410
|
id: factories.string(),
|
|
22132
22411
|
name: factories.string(),
|
|
@@ -24355,11 +24634,10 @@ const factories = {
|
|
|
24355
24634
|
'io.flow.payment.v0.models.transfer': (): io.flow.payment.v0.models.Transfer => ({
|
|
24356
24635
|
id: factories.string(),
|
|
24357
24636
|
type: factories['io.flow.payment.v0.enums.transfer_type'](),
|
|
24358
|
-
|
|
24359
|
-
transferred_money: factories['io.flow.payment.v0.models.exchanged_money'](),
|
|
24637
|
+
base: factories['io.flow.common.v0.models.money'](),
|
|
24360
24638
|
status: factories['io.flow.payment.v0.enums.transfer_status'](),
|
|
24361
24639
|
created_at: factories.date_time_iso_8601(),
|
|
24362
|
-
|
|
24640
|
+
authorization: factories['io.flow.payment.v0.models.authorization_reference'](),
|
|
24363
24641
|
transferred_at: factories.date_time_iso_8601(),
|
|
24364
24642
|
}),
|
|
24365
24643
|
|
|
@@ -25808,7 +26086,15 @@ const factories = {
|
|
|
25808
26086
|
},
|
|
25809
26087
|
|
|
25810
26088
|
'io.flow.sellability.v0.enums.rule_effect_type': (): io.flow.sellability.v0.enums.RuleEffectType => faker.helpers.arrayElement(['market', 'dhl', 'dhl_ecommerce', 'ups']),
|
|
25811
|
-
|
|
26089
|
+
|
|
26090
|
+
'io.flow.sellability.v0.enums.sellability_error_code': (): io.flow.sellability.v0.enums.SellabilityErrorCode => faker.helpers.arrayElement([
|
|
26091
|
+
'insufficient_details',
|
|
26092
|
+
'ineligible_category',
|
|
26093
|
+
'wait_for_high_fidelity',
|
|
26094
|
+
'external_service_unavailable',
|
|
26095
|
+
]),
|
|
26096
|
+
|
|
26097
|
+
'io.flow.sellability.v0.enums.sellability_request_status': (): io.flow.sellability.v0.enums.SellabilityRequestStatus => faker.helpers.arrayElement(['commit']),
|
|
25812
26098
|
|
|
25813
26099
|
'io.flow.sellability.v0.models.product_sellability': (): io.flow.sellability.v0.models.ProductSellability => ({
|
|
25814
26100
|
shop_id: factories.string(),
|
|
@@ -25824,11 +26110,12 @@ const factories = {
|
|
|
25824
26110
|
'io.flow.sellability.v0.models.product_sellability_form': (): io.flow.sellability.v0.models.ProductSellabilityForm => ({
|
|
25825
26111
|
shop_id: factories.string(),
|
|
25826
26112
|
product_id: factories.string(),
|
|
25827
|
-
request_id: factories.string(),
|
|
25828
26113
|
name: factories.string(),
|
|
25829
26114
|
price: factories['io.flow.sellability.v0.models.product_sellability_price'](),
|
|
25830
26115
|
description: factories.string(),
|
|
25831
26116
|
taxonomy_category: factories['io.flow.product.v0.models.product_taxonomy_category'](),
|
|
26117
|
+
status: factories['io.flow.sellability.v0.enums.sellability_request_status'](),
|
|
26118
|
+
dry_run: factories.boolean(),
|
|
25832
26119
|
}),
|
|
25833
26120
|
|
|
25834
26121
|
'io.flow.sellability.v0.models.product_sellability_price': (): io.flow.sellability.v0.models.ProductSellabilityPrice => ({
|
|
@@ -27345,6 +27632,22 @@ const factories = {
|
|
|
27345
27632
|
registration: factories['io.flow.shopify.markets.internal.v0.models.shopify_markets_webhook_registration'](),
|
|
27346
27633
|
}),
|
|
27347
27634
|
|
|
27635
|
+
'io.flow.shopify.markets.internal.event.v0.models.shopify_order_risk_assessment_deleted': (): io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderRiskAssessmentDeleted => ({
|
|
27636
|
+
discriminator: 'shopify_order_risk_assessment_deleted',
|
|
27637
|
+
event_id: factories.string(),
|
|
27638
|
+
timestamp: factories.date_time_iso_8601(),
|
|
27639
|
+
organization: factories.string(),
|
|
27640
|
+
id: factories.string(),
|
|
27641
|
+
}),
|
|
27642
|
+
|
|
27643
|
+
'io.flow.shopify.markets.internal.event.v0.models.shopify_order_risk_assessment_upserted': (): io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderRiskAssessmentUpserted => ({
|
|
27644
|
+
discriminator: 'shopify_order_risk_assessment_upserted',
|
|
27645
|
+
event_id: factories.string(),
|
|
27646
|
+
timestamp: factories.date_time_iso_8601(),
|
|
27647
|
+
organization: factories.string(),
|
|
27648
|
+
assessment: factories['io.flow.shopify.markets.internal.v0.models.shopify_order_risk_assessment'](),
|
|
27649
|
+
}),
|
|
27650
|
+
|
|
27348
27651
|
'io.flow.shopify.markets.internal.event.v0.models.shopify_product_bundle_deleted': (): io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleDeleted => ({
|
|
27349
27652
|
discriminator: 'shopify_product_bundle_deleted',
|
|
27350
27653
|
event_id: factories.string(),
|
|
@@ -27384,6 +27687,8 @@ const factories = {
|
|
|
27384
27687
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_incoterm_summary_error_published'](),
|
|
27385
27688
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_best_selling_product_upserted'](),
|
|
27386
27689
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_best_selling_product_deleted'](),
|
|
27690
|
+
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_order_risk_assessment_upserted'](),
|
|
27691
|
+
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_order_risk_assessment_deleted'](),
|
|
27387
27692
|
]);
|
|
27388
27693
|
|
|
27389
27694
|
return f();
|
|
@@ -27653,6 +27958,12 @@ const factories = {
|
|
|
27653
27958
|
order_note: factories.string(),
|
|
27654
27959
|
}),
|
|
27655
27960
|
|
|
27961
|
+
'io.flow.shopify.markets.internal.v0.models.shopify_order_risk_assessment': (): io.flow.shopify.markets.internal.v0.models.ShopifyOrderRiskAssessment => ({
|
|
27962
|
+
id: factories.string(),
|
|
27963
|
+
risk_level: factories.string(),
|
|
27964
|
+
assessment_created_at: factories.date_time_iso_8601(),
|
|
27965
|
+
}),
|
|
27966
|
+
|
|
27656
27967
|
'io.flow.shopify.markets.internal.v0.models.shopify_product_bundle': (): io.flow.shopify.markets.internal.v0.models.ShopifyProductBundle => ({
|
|
27657
27968
|
id: factories.string(),
|
|
27658
27969
|
underlying: factories['io.flow.shopify.markets.internal.v0.models.shopify_product_bundle_underlying'](),
|
|
@@ -31485,6 +31796,7 @@ export const makeAnyDangerousGoods = () => factories['io.flow.internal.v0.enums.
|
|
|
31485
31796
|
export const makeApiCallReferenceId = () => factories['io.flow.internal.v0.enums.api_call_reference_id']();
|
|
31486
31797
|
export const makeApmContent = () => factories['io.flow.internal.v0.models.apm_content']();
|
|
31487
31798
|
export const makeApplePayAuthorizationPayload = () => factories['io.flow.internal.v0.models.apple_pay_authorization_payload']();
|
|
31799
|
+
export const makeApplicablePreferentialRate = () => factories['io.flow.internal.v0.enums.applicable_preferential_rate']();
|
|
31488
31800
|
export const makeApplyAtValueForm = () => factories['io.flow.internal.v0.models.apply_at_value_form']();
|
|
31489
31801
|
export const makeAttemptStatistics = () => factories['io.flow.internal.v0.models.attempt_statistics']();
|
|
31490
31802
|
export const makeAttributeLabel = () => factories['io.flow.internal.v0.models.attribute_label']();
|
|
@@ -31764,6 +32076,7 @@ export const makeCommercialInvoiceInternal = () => factories['io.flow.internal.v
|
|
|
31764
32076
|
export const makeCommercialInvoiceInternalDeleted = () => factories['io.flow.internal.v0.models.commercial_invoice_internal_deleted']();
|
|
31765
32077
|
export const makeCommercialInvoiceInternalUpserted = () => factories['io.flow.internal.v0.models.commercial_invoice_internal_upserted']();
|
|
31766
32078
|
export const makeCommercialInvoiceSummary = () => factories['io.flow.internal.v0.models.commercial_invoice_summary']();
|
|
32079
|
+
export const makeCommercialInvoiceVersion = () => factories['io.flow.internal.v0.enums.commercial_invoice_version']();
|
|
31767
32080
|
export const makeCompany = () => factories['io.flow.internal.v0.enums.company']();
|
|
31768
32081
|
export const makeCompanyReference = () => factories['io.flow.internal.v0.models.company_reference']();
|
|
31769
32082
|
export const makeCompliance = () => factories['io.flow.internal.v0.models.compliance']();
|
|
@@ -31803,8 +32116,6 @@ export const makeCryptoAuthentication = () => factories['io.flow.internal.v0.mod
|
|
|
31803
32116
|
export const makeCryptoAuthenticationForm = () => factories['io.flow.internal.v0.models.crypto_authentication_form']();
|
|
31804
32117
|
export const makeCsvTransaction = () => factories['io.flow.internal.v0.models.csv_transaction']();
|
|
31805
32118
|
export const makeCurrencyInternalRate = () => factories['io.flow.internal.v0.models.currency_internal_rate']();
|
|
31806
|
-
export const makeCustomerPurgeUpserted = () => factories['io.flow.internal.v0.models.customer_purge_upserted']();
|
|
31807
|
-
export const makeCustomerSecret = () => factories['io.flow.internal.v0.models.customer_secret']();
|
|
31808
32119
|
export const makeCustomsDescriptionImport = () => factories['io.flow.internal.v0.models.customs_description_import']();
|
|
31809
32120
|
export const makeCustomsDescriptionStatistics = () => factories['io.flow.internal.v0.models.customs_description_statistics']();
|
|
31810
32121
|
export const makeCustomsDescriptionSuggestion = () => factories['io.flow.internal.v0.models.customs_description_suggestion']();
|
|
@@ -31925,7 +32236,10 @@ export const makeEmailModificationForm = () => factories['io.flow.internal.v0.mo
|
|
|
31925
32236
|
export const makeEmptyAttribute = () => factories['io.flow.internal.v0.enums.empty_attribute']();
|
|
31926
32237
|
export const makeEmptyClassificationForm = () => factories['io.flow.internal.v0.models.empty_classification_form']();
|
|
31927
32238
|
export const makeEncryption = () => factories['io.flow.internal.v0.models.encryption']();
|
|
32239
|
+
export const makeEnrichedLineItemForm = () => factories['io.flow.internal.v0.models.enriched_line_item_form']();
|
|
32240
|
+
export const makeEnrichedShippingLabelPackage = () => factories['io.flow.internal.v0.models.enriched_shipping_label_package']();
|
|
31928
32241
|
export const makeEntityReference = () => factories['io.flow.internal.v0.models.entity_reference']();
|
|
32242
|
+
export const makeEntityReferenceNumber = () => factories['io.flow.internal.v0.models.entity_reference_number']();
|
|
31929
32243
|
export const makeErpFileType = () => factories['io.flow.internal.v0.enums.erp_file_type']();
|
|
31930
32244
|
export const makeErpFlowFile = () => factories['io.flow.internal.v0.models.erp_flow_file']();
|
|
31931
32245
|
export const makeErpFlowFileForm = () => factories['io.flow.internal.v0.models.erp_flow_file_form']();
|
|
@@ -32098,6 +32412,7 @@ export const makeFxRevenueRecognitionOrder = () => factories['io.flow.internal.v
|
|
|
32098
32412
|
export const makeFxRevenueRecognitionOrganization = () => factories['io.flow.internal.v0.models.fx_revenue_recognition_organization']();
|
|
32099
32413
|
export const makeFxRevenueRecognitionRate = () => factories['io.flow.internal.v0.models.fx_revenue_recognition_rate']();
|
|
32100
32414
|
export const makeFxRevenueRecognitionSource = () => factories['io.flow.internal.v0.models.fx_revenue_recognition_source']();
|
|
32415
|
+
export const makeGeIngestionFileStatus = () => factories['io.flow.internal.v0.enums.ge_ingestion_file_status']();
|
|
32101
32416
|
export const makeGeRevenueShareTransaction = () => factories['io.flow.internal.v0.models.ge_revenue_share_transaction']();
|
|
32102
32417
|
export const makeGenerateLoad = () => factories['io.flow.internal.v0.unions.generate_load']();
|
|
32103
32418
|
export const makeGenerateLoadMultipleOrgs = () => factories['io.flow.internal.v0.models.generate_load_multiple_orgs']();
|
|
@@ -32153,6 +32468,7 @@ export const makeInternalDebugTransaction = () => factories['io.flow.internal.v0
|
|
|
32153
32468
|
export const makeInternalExclusionRuleForm = () => factories['io.flow.internal.v0.models.internal_exclusion_rule_form']();
|
|
32154
32469
|
export const makeInternalFiservAuthorizationDetails = () => factories['io.flow.internal.v0.models.internal_fiserv_authorization_details']();
|
|
32155
32470
|
export const makeInternalHarmonizationStatistic = () => factories['io.flow.internal.v0.unions.internal_harmonization_statistic']();
|
|
32471
|
+
export const makeInternalItem = () => factories['io.flow.internal.v0.models.internal_item']();
|
|
32156
32472
|
export const makeInternalItemForm = () => factories['io.flow.internal.v0.models.internal_item_form']();
|
|
32157
32473
|
export const makeInternalOrder = () => factories['io.flow.internal.v0.models.internal_order']();
|
|
32158
32474
|
export const makeInternalPaymentEntityType = () => factories['io.flow.internal.v0.enums.internal_payment_entity_type']();
|
|
@@ -32166,6 +32482,8 @@ export const makeInternalTransactionDetailsCard = () => factories['io.flow.inter
|
|
|
32166
32482
|
export const makeInvariant = () => factories['io.flow.internal.v0.models.invariant']();
|
|
32167
32483
|
export const makeInventoryItemWrapper = () => factories['io.flow.internal.v0.models.inventory_item_wrapper']();
|
|
32168
32484
|
export const makeInvoice = () => factories['io.flow.internal.v0.models.invoice']();
|
|
32485
|
+
export const makeInvoiceData = () => factories['io.flow.internal.v0.models.invoice_data']();
|
|
32486
|
+
export const makeInvoiceDataLineItem = () => factories['io.flow.internal.v0.models.invoice_data_line_item']();
|
|
32169
32487
|
export const makeInvoiceInfoForm = () => factories['io.flow.internal.v0.models.invoice_info_form']();
|
|
32170
32488
|
export const makeInvoiceLine = () => factories['io.flow.internal.v0.models.invoice_line']();
|
|
32171
32489
|
export const makeInvoiceLineItem = () => factories['io.flow.internal.v0.models.invoice_line_item']();
|
|
@@ -32345,11 +32663,15 @@ export const makeMixedBagWeight = () => factories['io.flow.internal.v0.enums.mix
|
|
|
32345
32663
|
export const makeNatureOfSale = () => factories['io.flow.internal.v0.enums.nature_of_sale']();
|
|
32346
32664
|
export const makeNegativeDebitMetrics = () => factories['io.flow.internal.v0.models.negative_debit_metrics']();
|
|
32347
32665
|
export const makeNextBillingStatement = () => factories['io.flow.internal.v0.models.next_billing_statement']();
|
|
32666
|
+
export const makeNiallItem = () => factories['io.flow.internal.v0.models.niall_item']();
|
|
32667
|
+
export const makeNiallItemForm = () => factories['io.flow.internal.v0.models.niall_item_form']();
|
|
32668
|
+
export const makeNiallItemType = () => factories['io.flow.internal.v0.enums.niall_item_type']();
|
|
32348
32669
|
export const makeNoCalculatedTaxAmount = () => factories['io.flow.internal.v0.models.no_calculated_tax_amount']();
|
|
32349
32670
|
export const makeNoClassificationForm = () => factories['io.flow.internal.v0.models.no_classification_form']();
|
|
32350
32671
|
export const makeNoLiabilityReasonCode = () => factories['io.flow.internal.v0.enums.no_liability_reason_code']();
|
|
32351
32672
|
export const makeNonChannelPaymentBankAccount = () => factories['io.flow.internal.v0.models.non_channel_payment_bank_account']();
|
|
32352
32673
|
export const makeNonL4LTaxDutyFxTransaction = () => factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction']();
|
|
32674
|
+
export const makeNonL4LTaxDutyFxTransactionType = () => factories['io.flow.internal.v0.enums.non_l4l_tax_duty_fx_transaction_type']();
|
|
32353
32675
|
export const makeNotification = () => factories['io.flow.internal.v0.models.notification']();
|
|
32354
32676
|
export const makeOnboardingAuditMessage = () => factories['io.flow.internal.v0.models.onboarding_audit_message']();
|
|
32355
32677
|
export const makeOnboardingAuditMessageLevel = () => factories['io.flow.internal.v0.enums.onboarding_audit_message_level']();
|
|
@@ -32586,6 +32908,9 @@ export const makePlatformFeeFlat = () => factories['io.flow.internal.v0.models.p
|
|
|
32586
32908
|
export const makePlatformFeePause = () => factories['io.flow.internal.v0.models.platform_fee_pause']();
|
|
32587
32909
|
export const makePlatformFeePercentage = () => factories['io.flow.internal.v0.models.platform_fee_percentage']();
|
|
32588
32910
|
export const makePlatformFeePercentageTier = () => factories['io.flow.internal.v0.models.platform_fee_percentage_tier']();
|
|
32911
|
+
export const makePrateekItem = () => factories['io.flow.internal.v0.models.prateek_item']();
|
|
32912
|
+
export const makePrateekItemForm = () => factories['io.flow.internal.v0.models.prateek_item_form']();
|
|
32913
|
+
export const makePrateekItemType = () => factories['io.flow.internal.v0.enums.prateek_item_type']();
|
|
32589
32914
|
export const makePrediction = () => factories['io.flow.internal.v0.models.prediction']();
|
|
32590
32915
|
export const makePreferredBillingSchedule = () => factories['io.flow.internal.v0.enums.preferred_billing_schedule']();
|
|
32591
32916
|
export const makePriceSelector = () => factories['io.flow.internal.v0.enums.price_selector']();
|
|
@@ -32622,7 +32947,12 @@ export const makeProductRestrictionResultValidationError = () => factories['io.f
|
|
|
32622
32947
|
export const makeProductRestrictionRuleDecision = () => factories['io.flow.internal.v0.models.product_restriction_rule_decision']();
|
|
32623
32948
|
export const makeProductRestrictionRuleDecisionDeleted = () => factories['io.flow.internal.v0.models.product_restriction_rule_decision_deleted']();
|
|
32624
32949
|
export const makeProductRestrictionRuleDecisionUpserted = () => factories['io.flow.internal.v0.models.product_restriction_rule_decision_upserted']();
|
|
32950
|
+
export const makeProductRestrictionState = () => factories['io.flow.internal.v0.models.product_restriction_state']();
|
|
32951
|
+
export const makeProductRestrictionStateDeleted = () => factories['io.flow.internal.v0.models.product_restriction_state_deleted']();
|
|
32952
|
+
export const makeProductRestrictionStateInserted = () => factories['io.flow.internal.v0.models.product_restriction_state_inserted']();
|
|
32953
|
+
export const makeProductRestrictionStateUpdated = () => factories['io.flow.internal.v0.models.product_restriction_state_updated']();
|
|
32625
32954
|
export const makeProductReviewHistory = () => factories['io.flow.internal.v0.models.product_review_history']();
|
|
32955
|
+
export const makeProductSellabilityResult = () => factories['io.flow.internal.v0.models.product_sellability_result']();
|
|
32626
32956
|
export const makeProductStatus = () => factories['io.flow.internal.v0.enums.product_status']();
|
|
32627
32957
|
export const makeProductTransaction = () => factories['io.flow.internal.v0.models.product_transaction']();
|
|
32628
32958
|
export const makePromptAction = () => factories['io.flow.internal.v0.enums.prompt_action']();
|
|
@@ -32777,7 +33107,9 @@ export const makeRestrictionItemReviewSummary = () => factories['io.flow.interna
|
|
|
32777
33107
|
export const makeRestrictionKeywordMetadata = () => factories['io.flow.internal.v0.models.restriction_keyword_metadata']();
|
|
32778
33108
|
export const makeRestrictionKeywords = () => factories['io.flow.internal.v0.models.restriction_keywords']();
|
|
32779
33109
|
export const makeRestrictionOrganization = () => factories['io.flow.internal.v0.models.restriction_organization']();
|
|
33110
|
+
export const makeRestrictionOrganizationChannel = () => factories['io.flow.internal.v0.enums.restriction_organization_channel']();
|
|
32780
33111
|
export const makeRestrictionOrganizationDecisionSummary = () => factories['io.flow.internal.v0.models.restriction_organization_decision_summary']();
|
|
33112
|
+
export const makeRestrictionOrganizationSource = () => factories['io.flow.internal.v0.enums.restriction_organization_source']();
|
|
32781
33113
|
export const makeRestrictionOrganizationStatus = () => factories['io.flow.internal.v0.models.restriction_organization_status']();
|
|
32782
33114
|
export const makeRestrictionOrganizationStatusDeleted = () => factories['io.flow.internal.v0.models.restriction_organization_status_deleted']();
|
|
32783
33115
|
export const makeRestrictionOrganizationStatusUpserted = () => factories['io.flow.internal.v0.models.restriction_organization_status_upserted']();
|
|
@@ -32794,13 +33126,16 @@ export const makeRestrictionRuleEffect = () => factories['io.flow.internal.v0.mo
|
|
|
32794
33126
|
export const makeRestrictionRuleEffectDeleted = () => factories['io.flow.internal.v0.models.restriction_rule_effect_deleted']();
|
|
32795
33127
|
export const makeRestrictionRuleEffectForm = () => factories['io.flow.internal.v0.models.restriction_rule_effect_form']();
|
|
32796
33128
|
export const makeRestrictionRuleEffectUpserted = () => factories['io.flow.internal.v0.models.restriction_rule_effect_upserted']();
|
|
33129
|
+
export const makeRestrictionRuleExceptionAction = () => factories['io.flow.internal.v0.enums.restriction_rule_exception_action']();
|
|
32797
33130
|
export const makeRestrictionRuleForm = () => factories['io.flow.internal.v0.models.restriction_rule_form']();
|
|
32798
|
-
export const
|
|
33131
|
+
export const makeRestrictionRuleLaneExemption = () => factories['io.flow.internal.v0.models.restriction_rule_lane_exemption']();
|
|
32799
33132
|
export const makeRestrictionRuleOverride = () => factories['io.flow.internal.v0.models.restriction_rule_override']();
|
|
32800
33133
|
export const makeRestrictionRuleSummary = () => factories['io.flow.internal.v0.models.restriction_rule_summary']();
|
|
32801
33134
|
export const makeRestrictionRuleUpserted = () => factories['io.flow.internal.v0.models.restriction_rule_upserted']();
|
|
33135
|
+
export const makeRestrictionStateReviewStatus = () => factories['io.flow.internal.v0.enums.restriction_state_review_status']();
|
|
32802
33136
|
export const makeRestrictionStatus = () => factories['io.flow.internal.v0.enums.restriction_status']();
|
|
32803
33137
|
export const makeRestrictionStatusMetadata = () => factories['io.flow.internal.v0.models.restriction_status_metadata']();
|
|
33138
|
+
export const makeRestrictionSummaryCounts = () => factories['io.flow.internal.v0.models.restriction_summary_counts']();
|
|
32804
33139
|
export const makeRestrictionsDailyops = () => factories['io.flow.internal.v0.models.restrictions_dailyops']();
|
|
32805
33140
|
export const makeRestrictionsDailyopsDeleted = () => factories['io.flow.internal.v0.models.restrictions_dailyops_deleted']();
|
|
32806
33141
|
export const makeRestrictionsDailyopsUpserted = () => factories['io.flow.internal.v0.models.restrictions_dailyops_upserted']();
|
|
@@ -32824,6 +33159,9 @@ export const makeRevenueRecordType = () => factories['io.flow.internal.v0.enums.
|
|
|
32824
33159
|
export const makeRevenueRecordUpserted = () => factories['io.flow.internal.v0.models.revenue_record_upserted']();
|
|
32825
33160
|
export const makeRiskCheck = () => factories['io.flow.internal.v0.enums.risk_check']();
|
|
32826
33161
|
export const makeRiskEvaluation = () => factories['io.flow.internal.v0.enums.risk_evaluation']();
|
|
33162
|
+
export const makeRohanItem = () => factories['io.flow.internal.v0.models.rohan_item']();
|
|
33163
|
+
export const makeRohanItemForm = () => factories['io.flow.internal.v0.models.rohan_item_form']();
|
|
33164
|
+
export const makeRohanItemType = () => factories['io.flow.internal.v0.enums.rohan_item_type']();
|
|
32827
33165
|
export const makeRoutingAccount = () => factories['io.flow.internal.v0.models.routing_account']();
|
|
32828
33166
|
export const makeRoutingEntity = () => factories['io.flow.internal.v0.unions.routing_entity']();
|
|
32829
33167
|
export const makeRoutingMerchant = () => factories['io.flow.internal.v0.models.routing_merchant']();
|
|
@@ -32843,17 +33181,13 @@ export const makeSearchItemSummary = () => factories['io.flow.internal.v0.models
|
|
|
32843
33181
|
export const makeSearchOrderSummary = () => factories['io.flow.internal.v0.models.search_order_summary']();
|
|
32844
33182
|
export const makeSearchProviderExport = () => factories['io.flow.internal.v0.models.search_provider_export']();
|
|
32845
33183
|
export const makeSearchTrackingSummary = () => factories['io.flow.internal.v0.models.search_tracking_summary']();
|
|
32846
|
-
export const makeSessionCountries = () => factories['io.flow.internal.v0.models.session_countries']();
|
|
32847
|
-
export const makeSessionCountry = () => factories['io.flow.internal.v0.models.session_country']();
|
|
32848
|
-
export const makeSessionCountryForm = () => factories['io.flow.internal.v0.models.session_country_form']();
|
|
32849
|
-
export const makeSessionCountryStatus = () => factories['io.flow.internal.v0.enums.session_country_status']();
|
|
32850
33184
|
export const makeSessionOrderData = () => factories['io.flow.internal.v0.models.session_order_data']();
|
|
32851
|
-
export const makeSessionRollout = () => factories['io.flow.internal.v0.models.session_rollout']();
|
|
32852
|
-
export const makeSessionRolloutForm = () => factories['io.flow.internal.v0.models.session_rollout_form']();
|
|
32853
33185
|
export const makeSetupBlockPutForm = () => factories['io.flow.internal.v0.models.setup_block_put_form']();
|
|
32854
33186
|
export const makeSfExpress = () => factories['io.flow.internal.v0.models.sf_express']();
|
|
33187
|
+
export const makeShipmentCostSummary = () => factories['io.flow.internal.v0.models.shipment_cost_summary']();
|
|
32855
33188
|
export const makeShippingLane = () => factories['io.flow.internal.v0.models.shipping_lane']();
|
|
32856
33189
|
export const makeShippingMethodReference = () => factories['io.flow.internal.v0.models.shipping_method_reference']();
|
|
33190
|
+
export const makeShippingPricing = () => factories['io.flow.internal.v0.models.shipping_pricing']();
|
|
32857
33191
|
export const makeShop = () => factories['io.flow.internal.v0.models.shop']();
|
|
32858
33192
|
export const makeShopForm = () => factories['io.flow.internal.v0.models.shop_form']();
|
|
32859
33193
|
export const makeShopVersion = () => factories['io.flow.internal.v0.models.shop_version']();
|
|
@@ -32951,6 +33285,9 @@ export const makeShopifyOrderFulfillmentsSnapshotUpserted = () => factories['io.
|
|
|
32951
33285
|
export const makeShopifyOrderInventoryCheck = () => factories['io.flow.internal.v0.models.shopify_order_inventory_check']();
|
|
32952
33286
|
export const makeShopifyOrderLineAttribute = () => factories['io.flow.internal.v0.models.shopify_order_line_attribute']();
|
|
32953
33287
|
export const makeShopifyOrderLineContent = () => factories['io.flow.internal.v0.models.shopify_order_line_content']();
|
|
33288
|
+
export const makeShopifyOrderRiskAssessment = () => factories['io.flow.internal.v0.models.shopify_order_risk_assessment']();
|
|
33289
|
+
export const makeShopifyOrderRiskAssessmentDeleted = () => factories['io.flow.internal.v0.models.shopify_order_risk_assessment_deleted']();
|
|
33290
|
+
export const makeShopifyOrderRiskAssessmentUpserted = () => factories['io.flow.internal.v0.models.shopify_order_risk_assessment_upserted']();
|
|
32954
33291
|
export const makeShopifyOrganizationSettings = () => factories['io.flow.internal.v0.models.shopify_organization_settings']();
|
|
32955
33292
|
export const makeShopifyOrganizationSettingsForm = () => factories['io.flow.internal.v0.models.shopify_organization_settings_form']();
|
|
32956
33293
|
export const makeShopifyPartnerWebhook = () => factories['io.flow.internal.v0.models.shopify_partner_webhook']();
|
|
@@ -33030,9 +33367,6 @@ export const makeSpotRateMetadataIdentity = () => factories['io.flow.internal.v0
|
|
|
33030
33367
|
export const makeSpotRateMetadataRate = () => factories['io.flow.internal.v0.models.spot_rate_metadata_rate']();
|
|
33031
33368
|
export const makeSpotRateUpserted = () => factories['io.flow.internal.v0.models.spot_rate_upserted']();
|
|
33032
33369
|
export const makeSpotRateVersion = () => factories['io.flow.internal.v0.models.spot_rate_version']();
|
|
33033
|
-
export const makeSppTrackerUpdateRequest = () => factories['io.flow.internal.v0.models.spp_tracker_update_request']();
|
|
33034
|
-
export const makeSppTrackerUpdateRequestDeleted = () => factories['io.flow.internal.v0.models.spp_tracker_update_request_deleted']();
|
|
33035
|
-
export const makeSppTrackerUpdateRequestUpserted = () => factories['io.flow.internal.v0.models.spp_tracker_update_request_upserted']();
|
|
33036
33370
|
export const makeStandaloneAttachment = () => factories['io.flow.internal.v0.models.standalone_attachment']();
|
|
33037
33371
|
export const makeStandaloneAttachmentDeleted = () => factories['io.flow.internal.v0.models.standalone_attachment_deleted']();
|
|
33038
33372
|
export const makeStandaloneAttachmentUpserted = () => factories['io.flow.internal.v0.models.standalone_attachment_upserted']();
|
|
@@ -33208,6 +33542,8 @@ export const makeUserStatusRule = () => factories['io.flow.internal.v0.models.us
|
|
|
33208
33542
|
export const makeUserStatusRuleForm = () => factories['io.flow.internal.v0.models.user_status_rule_form']();
|
|
33209
33543
|
export const makeUserUpsertedV2 = () => factories['io.flow.internal.v0.models.user_upserted_v2']();
|
|
33210
33544
|
export const makeV1Checkout = () => factories['io.flow.internal.v0.models.v1_checkout']();
|
|
33545
|
+
export const makeValidatedAddress = () => factories['io.flow.internal.v0.models.validated_address']();
|
|
33546
|
+
export const makeValidatedShippingData = () => factories['io.flow.internal.v0.models.validated_shipping_data']();
|
|
33211
33547
|
export const makeValidationCharacterLength = () => factories['io.flow.internal.v0.models.validation_character_length']();
|
|
33212
33548
|
export const makeValidationRule = () => factories['io.flow.internal.v0.unions.validation_rule']();
|
|
33213
33549
|
export const makeViesResult = () => factories['io.flow.internal.v0.models.vies_result']();
|