@flowio/api-internal-factories 0.0.102 → 0.0.104
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 +608 -348
- package/dist/esm/api-internal.js +531 -300
- package/dist/types/api-internal.d.ts +43 -14
- package/package.json +2 -2
- package/src/api-internal.ts +602 -333
package/src/api-internal.ts
CHANGED
|
@@ -632,6 +632,7 @@ const factories = {
|
|
|
632
632
|
posting_cutoff: factories.date_time_iso_8601(),
|
|
633
633
|
trigger: factories['io.flow.billing.accounting.v0.unions.fulfillment_trigger'](),
|
|
634
634
|
fulfilled_at: factories.date_time_iso_8601(),
|
|
635
|
+
carrier: factories['io.flow.billing.accounting.v0.models.fulfillment_carrier'](),
|
|
635
636
|
owner: factories['io.flow.billing.internal.v0.enums.responsible_party'](),
|
|
636
637
|
origin: factories['io.flow.billing.accounting.v0.models.fulfillment_origin'](),
|
|
637
638
|
business: factories['io.flow.billing.accounting.v0.models.fulfillment_business'](),
|
|
@@ -642,6 +643,12 @@ const factories = {
|
|
|
642
643
|
vat_registration_number: factories.string(),
|
|
643
644
|
}),
|
|
644
645
|
|
|
646
|
+
'io.flow.billing.accounting.v0.models.fulfillment_carrier': (): io.flow.billing.accounting.v0.models.FulfillmentCarrier => ({
|
|
647
|
+
id: factories.string(),
|
|
648
|
+
service_id: factories.string(),
|
|
649
|
+
tracking_number: factories.string(),
|
|
650
|
+
}),
|
|
651
|
+
|
|
645
652
|
'io.flow.billing.accounting.v0.models.fulfillment_origin': (): io.flow.billing.accounting.v0.models.FulfillmentOrigin => ({
|
|
646
653
|
country: factories.string(),
|
|
647
654
|
province_code: factories.string(),
|
|
@@ -1100,6 +1107,10 @@ const factories = {
|
|
|
1100
1107
|
source: factories['io.flow.label.v0.enums.cost_estimate_source'](),
|
|
1101
1108
|
}),
|
|
1102
1109
|
|
|
1110
|
+
'io.flow.billing.csv.v0.models.billing_csv_merchant_reference': (): io.flow.billing.csv.v0.models.BillingCsvMerchantReference => ({
|
|
1111
|
+
id: factories.string(),
|
|
1112
|
+
}),
|
|
1113
|
+
|
|
1103
1114
|
'io.flow.billing.csv.v0.models.billing_csv_order': (): io.flow.billing.csv.v0.models.BillingCsvOrder => ({
|
|
1104
1115
|
number: factories.string(),
|
|
1105
1116
|
primary_identifier: factories.string(),
|
|
@@ -1249,6 +1260,7 @@ const factories = {
|
|
|
1249
1260
|
|
|
1250
1261
|
'io.flow.billing.csv.v0.models.billing_csv_transaction_account': (): io.flow.billing.csv.v0.models.BillingCsvTransactionAccount => ({
|
|
1251
1262
|
id: factories.string(),
|
|
1263
|
+
merchant: factories['io.flow.billing.csv.v0.models.billing_csv_merchant_reference'](),
|
|
1252
1264
|
environment: factories['io.flow.common.v0.enums.environment'](),
|
|
1253
1265
|
source: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_account_source_summary'](),
|
|
1254
1266
|
}),
|
|
@@ -1285,6 +1297,7 @@ const factories = {
|
|
|
1285
1297
|
trueup: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_trueup'](),
|
|
1286
1298
|
carrier_charge: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_carrier_charge'](),
|
|
1287
1299
|
manual: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_manual'](),
|
|
1300
|
+
failed_payout: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_failed_payout'](),
|
|
1288
1301
|
}),
|
|
1289
1302
|
|
|
1290
1303
|
'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_carrier_charge': (): io.flow.billing.csv.v0.models.BillingCsvTransactionMetadataCarrierCharge => ({
|
|
@@ -1301,8 +1314,14 @@ const factories = {
|
|
|
1301
1314
|
card: factories['io.flow.billing.v0.models.transaction_metadata_channel_card_metadata'](),
|
|
1302
1315
|
}),
|
|
1303
1316
|
|
|
1317
|
+
'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_failed_payout': (): io.flow.billing.csv.v0.models.BillingCsvTransactionMetadataFailedPayout => ({
|
|
1318
|
+
failed_payment: factories['io.flow.billing.v0.models.transaction_metadata_failed_payout_reference'](),
|
|
1319
|
+
}),
|
|
1320
|
+
|
|
1304
1321
|
'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_manual': (): io.flow.billing.csv.v0.models.BillingCsvTransactionMetadataManual => ({
|
|
1322
|
+
description: factories.string(),
|
|
1305
1323
|
original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
|
|
1324
|
+
category: factories['io.flow.billing.internal.v0.enums.manual_transaction_category'](),
|
|
1306
1325
|
url: factories.string(),
|
|
1307
1326
|
}),
|
|
1308
1327
|
|
|
@@ -1417,7 +1436,7 @@ const factories = {
|
|
|
1417
1436
|
'all',
|
|
1418
1437
|
]),
|
|
1419
1438
|
|
|
1420
|
-
'io.flow.billing.internal.v0.enums.billing_transaction_status': (): io.flow.billing.internal.v0.enums.BillingTransactionStatus => faker.helpers.arrayElement(['
|
|
1439
|
+
'io.flow.billing.internal.v0.enums.billing_transaction_status': (): io.flow.billing.internal.v0.enums.BillingTransactionStatus => faker.helpers.arrayElement(['pending_proof', 'posted']),
|
|
1421
1440
|
|
|
1422
1441
|
'io.flow.billing.internal.v0.enums.billing_transaction_type': (): io.flow.billing.internal.v0.enums.BillingTransactionType => faker.helpers.arrayElement([
|
|
1423
1442
|
'manual',
|
|
@@ -1451,14 +1470,11 @@ const factories = {
|
|
|
1451
1470
|
'io.flow.billing.internal.v0.enums.duty_transaction_type': (): io.flow.billing.internal.v0.enums.DutyTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'duty']),
|
|
1452
1471
|
'io.flow.billing.internal.v0.enums.fees_source': (): io.flow.billing.internal.v0.enums.FeesSource => faker.helpers.arrayElement(['settings', 'authorization_bundle']),
|
|
1453
1472
|
'io.flow.billing.internal.v0.enums.label_transaction_type': (): io.flow.billing.internal.v0.enums.LabelTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'billable_label', 'fee', 'revenue_share']),
|
|
1454
|
-
'io.flow.billing.internal.v0.enums.main_transaction_status': (): io.flow.billing.internal.v0.enums.MainTransactionStatus => faker.helpers.arrayElement(['scheduled', 'pending_proof']),
|
|
1455
1473
|
|
|
1456
1474
|
'io.flow.billing.internal.v0.enums.manual_transaction_category': (): io.flow.billing.internal.v0.enums.ManualTransactionCategory => faker.helpers.arrayElement([
|
|
1457
1475
|
'cancelled_order_refund',
|
|
1458
|
-
'channel_partner_initiated',
|
|
1459
1476
|
'client_accepted_chargeback',
|
|
1460
1477
|
'fee_reimbursement',
|
|
1461
|
-
'partial_refund',
|
|
1462
1478
|
'platform_fee',
|
|
1463
1479
|
'shipping_true_up',
|
|
1464
1480
|
'tax_credit',
|
|
@@ -1581,6 +1597,7 @@ const factories = {
|
|
|
1581
1597
|
liabilities_method: factories['io.flow.billing.internal.v0.enums.account_setting_liabilities_method'](),
|
|
1582
1598
|
enable_fee_reversals: factories.boolean(),
|
|
1583
1599
|
record_reason_for_transactions_pending_payout: factories.boolean(),
|
|
1600
|
+
enable_negative_debits: factories.boolean(),
|
|
1584
1601
|
}),
|
|
1585
1602
|
|
|
1586
1603
|
'io.flow.billing.internal.v0.models.account_source': (): io.flow.billing.internal.v0.models.AccountSource => ({
|
|
@@ -1667,6 +1684,16 @@ const factories = {
|
|
|
1667
1684
|
attributes: objectOf(() => factories.string()),
|
|
1668
1685
|
}),
|
|
1669
1686
|
|
|
1687
|
+
'io.flow.billing.internal.v0.models.bank_payment_order': (): io.flow.billing.internal.v0.models.BankPaymentOrder => ({
|
|
1688
|
+
id: factories.string(),
|
|
1689
|
+
payment: factories['io.flow.billing.internal.v0.models.bank_payment_reference'](),
|
|
1690
|
+
order: factories['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
1691
|
+
}),
|
|
1692
|
+
|
|
1693
|
+
'io.flow.billing.internal.v0.models.bank_payment_reference': (): io.flow.billing.internal.v0.models.BankPaymentReference => ({
|
|
1694
|
+
id: factories.string(),
|
|
1695
|
+
}),
|
|
1696
|
+
|
|
1670
1697
|
'io.flow.billing.internal.v0.models.bank_payment_status_form': (): io.flow.billing.internal.v0.models.BankPaymentStatusForm => ({
|
|
1671
1698
|
code: factories['io.flow.billing.internal.v0.enums.bank_payment_status_code'](),
|
|
1672
1699
|
failure_reason: factories['io.flow.billing.v0.enums.payout_status_failure_code'](),
|
|
@@ -1952,6 +1979,17 @@ const factories = {
|
|
|
1952
1979
|
timestamp: factories.date_time_iso_8601(),
|
|
1953
1980
|
}),
|
|
1954
1981
|
|
|
1982
|
+
'io.flow.billing.internal.v0.models.cli_log_entry': (): io.flow.billing.internal.v0.models.CliLogEntry => ({
|
|
1983
|
+
id: factories.string(),
|
|
1984
|
+
user: factories['io.flow.common.v0.models.user_reference'](),
|
|
1985
|
+
task: factories.string(),
|
|
1986
|
+
}),
|
|
1987
|
+
|
|
1988
|
+
'io.flow.billing.internal.v0.models.cli_log_entry_form': (): io.flow.billing.internal.v0.models.CliLogEntryForm => ({
|
|
1989
|
+
user_id: factories.string(),
|
|
1990
|
+
task: factories.string(),
|
|
1991
|
+
}),
|
|
1992
|
+
|
|
1955
1993
|
'io.flow.billing.internal.v0.models.components': (): io.flow.billing.internal.v0.models.Components => ({
|
|
1956
1994
|
vat: factories['io.flow.common.v0.models.price'](),
|
|
1957
1995
|
duty: factories['io.flow.common.v0.models.price'](),
|
|
@@ -2002,7 +2040,14 @@ const factories = {
|
|
|
2002
2040
|
reason: factories.string(),
|
|
2003
2041
|
}),
|
|
2004
2042
|
|
|
2005
|
-
'io.flow.billing.internal.v0.models.
|
|
2043
|
+
'io.flow.billing.internal.v0.models.explicit_statement_form_all_pending_posted_transactions': (): io.flow.billing.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions => ({
|
|
2044
|
+
discriminator: 'all_pending_posted_transactions',
|
|
2045
|
+
account_id: factories.string(),
|
|
2046
|
+
reason: factories.string(),
|
|
2047
|
+
}),
|
|
2048
|
+
|
|
2049
|
+
'io.flow.billing.internal.v0.models.explicit_statement_form_transaction_ids': (): io.flow.billing.internal.v0.models.ExplicitStatementFormTransactionIds => ({
|
|
2050
|
+
discriminator: 'transaction_ids',
|
|
2006
2051
|
account_id: factories.string(),
|
|
2007
2052
|
reason: factories.string(),
|
|
2008
2053
|
transaction_ids: arrayOf(() => factories.string()),
|
|
@@ -2182,6 +2227,11 @@ const factories = {
|
|
|
2182
2227
|
created_at: factories.date_time_iso_8601(),
|
|
2183
2228
|
}),
|
|
2184
2229
|
|
|
2230
|
+
'io.flow.billing.internal.v0.models.lost_chargeback': (): io.flow.billing.internal.v0.models.LostChargeback => ({
|
|
2231
|
+
id: factories.string(),
|
|
2232
|
+
order: factories['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
2233
|
+
}),
|
|
2234
|
+
|
|
2185
2235
|
'io.flow.billing.internal.v0.models.main_transaction': (): io.flow.billing.internal.v0.models.MainTransaction => ({
|
|
2186
2236
|
id: factories.string(),
|
|
2187
2237
|
account: factories['io.flow.billing.v0.models.account_reference'](),
|
|
@@ -2215,7 +2265,6 @@ const factories = {
|
|
|
2215
2265
|
currency: factories.string(),
|
|
2216
2266
|
description: factories.string(),
|
|
2217
2267
|
category: factories['io.flow.billing.internal.v0.enums.manual_transaction_category'](),
|
|
2218
|
-
posted_at: factories.date_time_iso_8601(),
|
|
2219
2268
|
order: factories['io.flow.billing.internal.v0.models.manual_transaction_form_order'](),
|
|
2220
2269
|
original_transaction_id: factories.string(),
|
|
2221
2270
|
attributes: objectOf(() => factories.string()),
|
|
@@ -2423,6 +2472,12 @@ const factories = {
|
|
|
2423
2472
|
shipping_notification_id: factories.string(),
|
|
2424
2473
|
}),
|
|
2425
2474
|
|
|
2475
|
+
'io.flow.billing.internal.v0.models.proof_of_posting_time_elapsed': (): io.flow.billing.internal.v0.models.ProofOfPostingTimeElapsed => ({
|
|
2476
|
+
discriminator: 'time_elapsed',
|
|
2477
|
+
order: factories['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
2478
|
+
created_at: factories.date_time_iso_8601(),
|
|
2479
|
+
}),
|
|
2480
|
+
|
|
2426
2481
|
'io.flow.billing.internal.v0.models.simple_account_reference': (): io.flow.billing.internal.v0.models.SimpleAccountReference => ({
|
|
2427
2482
|
id: factories.string(),
|
|
2428
2483
|
}),
|
|
@@ -2604,6 +2659,15 @@ const factories = {
|
|
|
2604
2659
|
return f();
|
|
2605
2660
|
},
|
|
2606
2661
|
|
|
2662
|
+
'io.flow.billing.internal.v0.unions.explicit_statement_form': (): io.flow.billing.internal.v0.unions.ExplicitStatementForm => {
|
|
2663
|
+
const f = faker.helpers.arrayElement([
|
|
2664
|
+
() => factories['io.flow.billing.internal.v0.models.explicit_statement_form_transaction_ids'](),
|
|
2665
|
+
() => factories['io.flow.billing.internal.v0.models.explicit_statement_form_all_pending_posted_transactions'](),
|
|
2666
|
+
]);
|
|
2667
|
+
|
|
2668
|
+
return f();
|
|
2669
|
+
},
|
|
2670
|
+
|
|
2607
2671
|
'io.flow.billing.internal.v0.unions.order_cancellation_evidence': (): io.flow.billing.internal.v0.unions.OrderCancellationEvidence => {
|
|
2608
2672
|
const f = faker.helpers.arrayElement([
|
|
2609
2673
|
() => factories['io.flow.billing.internal.v0.models.order_cancellation_evidence_manual'](),
|
|
@@ -2632,6 +2696,7 @@ const factories = {
|
|
|
2632
2696
|
() => factories['io.flow.billing.internal.v0.models.proof_of_posting_shipping_notification'](),
|
|
2633
2697
|
() => factories['io.flow.billing.internal.v0.models.proof_of_posting_order_cancellation'](),
|
|
2634
2698
|
() => factories['io.flow.billing.internal.v0.models.proof_of_posting_order_combined_shipment'](),
|
|
2699
|
+
() => factories['io.flow.billing.internal.v0.models.proof_of_posting_time_elapsed'](),
|
|
2635
2700
|
]);
|
|
2636
2701
|
|
|
2637
2702
|
return f();
|
|
@@ -2704,6 +2769,7 @@ const factories = {
|
|
|
2704
2769
|
marked_as_final: factories['io.flow.billing.reporting.v0.models.marked_as_final'](),
|
|
2705
2770
|
}),
|
|
2706
2771
|
|
|
2772
|
+
'io.flow.billing.reporting.v0.enums.report_payment_type': (): io.flow.billing.reporting.v0.enums.ReportPaymentType => faker.helpers.arrayElement(['credit', 'debit']),
|
|
2707
2773
|
'io.flow.billing.reporting.v0.enums.report_status': (): io.flow.billing.reporting.v0.enums.ReportStatus => faker.helpers.arrayElement(['created', 'completed', 'completed_no_records', 'failed']),
|
|
2708
2774
|
|
|
2709
2775
|
'io.flow.billing.reporting.v0.enums.report_type': (): io.flow.billing.reporting.v0.enums.ReportType => faker.helpers.arrayElement([
|
|
@@ -2711,6 +2777,8 @@ const factories = {
|
|
|
2711
2777
|
'trueup_overview',
|
|
2712
2778
|
'non_channel_payment_bank_account',
|
|
2713
2779
|
'scheduled_payment',
|
|
2780
|
+
'account_quarterly_balances',
|
|
2781
|
+
'invariants',
|
|
2714
2782
|
]),
|
|
2715
2783
|
|
|
2716
2784
|
'io.flow.billing.reporting.v0.enums.reporting_fulfillment_is_virtual': (): io.flow.billing.reporting.v0.enums.ReportingFulfillmentIsVirtual => faker.helpers.arrayElement(['all', 'mixed', 'none']),
|
|
@@ -2748,6 +2816,7 @@ const factories = {
|
|
|
2748
2816
|
type: factories['io.flow.billing.reporting.v0.enums.report_type'](),
|
|
2749
2817
|
from: factories.date_time_iso_8601(),
|
|
2750
2818
|
to: factories.date_time_iso_8601(),
|
|
2819
|
+
payment_type: factories['io.flow.billing.reporting.v0.enums.report_payment_type'](),
|
|
2751
2820
|
url: factories.string(),
|
|
2752
2821
|
processed_at: factories.date_time_iso_8601(),
|
|
2753
2822
|
}),
|
|
@@ -2770,9 +2839,23 @@ const factories = {
|
|
|
2770
2839
|
}),
|
|
2771
2840
|
|
|
2772
2841
|
'io.flow.billing.reporting.v0.models.report_form': (): io.flow.billing.reporting.v0.models.ReportForm => ({
|
|
2842
|
+
type: factories['io.flow.billing.reporting.v0.enums.report_type'](),
|
|
2773
2843
|
from: factories.date_time_iso_8601(),
|
|
2774
2844
|
to: factories.date_time_iso_8601(),
|
|
2775
|
-
|
|
2845
|
+
payment_type: factories['io.flow.billing.reporting.v0.enums.report_payment_type'](),
|
|
2846
|
+
|
|
2847
|
+
orders: arrayOf(
|
|
2848
|
+
() => factories['io.flow.billing.reporting.v0.models.report_order_reference'](),
|
|
2849
|
+
),
|
|
2850
|
+
}),
|
|
2851
|
+
|
|
2852
|
+
'io.flow.billing.reporting.v0.models.report_merchant': (): io.flow.billing.reporting.v0.models.ReportMerchant => ({
|
|
2853
|
+
id: factories.string(),
|
|
2854
|
+
}),
|
|
2855
|
+
|
|
2856
|
+
'io.flow.billing.reporting.v0.models.report_order_reference': (): io.flow.billing.reporting.v0.models.ReportOrderReference => ({
|
|
2857
|
+
organization_id: factories.string(),
|
|
2858
|
+
order_number: factories.string(),
|
|
2776
2859
|
}),
|
|
2777
2860
|
|
|
2778
2861
|
'io.flow.billing.reporting.v0.models.report_owner': (): io.flow.billing.reporting.v0.models.ReportOwner => ({
|
|
@@ -2903,7 +2986,6 @@ const factories = {
|
|
|
2903
2986
|
tax: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2904
2987
|
duty: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2905
2988
|
freight: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2906
|
-
refund: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2907
2989
|
}),
|
|
2908
2990
|
|
|
2909
2991
|
'io.flow.billing.reporting.v0.models.reporting_monetary_value': (): io.flow.billing.reporting.v0.models.ReportingMonetaryValue => ({
|
|
@@ -3014,6 +3096,7 @@ const factories = {
|
|
|
3014
3096
|
payment: factories['io.flow.billing.reporting.v0.models.report_payment'](),
|
|
3015
3097
|
bank_account: factories['io.flow.billing.reporting.v0.models.report_bank_account_cleartext'](),
|
|
3016
3098
|
account: factories['io.flow.billing.reporting.v0.models.report_account'](),
|
|
3099
|
+
merchant: factories['io.flow.billing.reporting.v0.models.report_merchant'](),
|
|
3017
3100
|
owner: factories['io.flow.billing.reporting.v0.models.report_owner'](),
|
|
3018
3101
|
description: factories.string(),
|
|
3019
3102
|
}),
|
|
@@ -3053,6 +3136,8 @@ const factories = {
|
|
|
3053
3136
|
'shipping_label_service',
|
|
3054
3137
|
'shipping_label_revenue_share',
|
|
3055
3138
|
'trueup',
|
|
3139
|
+
'trueup_base',
|
|
3140
|
+
'trueup_surcharge',
|
|
3056
3141
|
'carrier_charge',
|
|
3057
3142
|
'carrier_charge_revenue_share',
|
|
3058
3143
|
'platform_fee',
|
|
@@ -3066,9 +3151,10 @@ const factories = {
|
|
|
3066
3151
|
'order_service',
|
|
3067
3152
|
'virtual_card_capture',
|
|
3068
3153
|
'virtual_card_refund',
|
|
3154
|
+
'failed_payout',
|
|
3069
3155
|
]),
|
|
3070
3156
|
|
|
3071
|
-
'io.flow.billing.v0.enums.trueup_source': (): io.flow.billing.v0.enums.TrueupSource => faker.helpers.arrayElement(['flow', 'channel', 'dhl-parcel', 'dhl']),
|
|
3157
|
+
'io.flow.billing.v0.enums.trueup_source': (): io.flow.billing.v0.enums.TrueupSource => faker.helpers.arrayElement(['flow', 'channel', 'dhl-parcel', 'dhl', 'ups']),
|
|
3072
3158
|
'io.flow.billing.v0.enums.withholding_deduction_type': (): io.flow.billing.v0.enums.WithholdingDeductionType => faker.helpers.arrayElement(['tax', 'duty', 'freight', 'insurance']),
|
|
3073
3159
|
|
|
3074
3160
|
'io.flow.billing.v0.models.account_id_reference': (): io.flow.billing.v0.models.AccountIdReference => ({
|
|
@@ -3355,17 +3441,14 @@ const factories = {
|
|
|
3355
3441
|
carrier_id: factories.string(),
|
|
3356
3442
|
carrier_tracking_number: factories.string(),
|
|
3357
3443
|
revenue_share_percentage: factories.decimal(),
|
|
3358
|
-
outbound: factories['io.flow.billing.v0.models.
|
|
3359
|
-
}),
|
|
3360
|
-
|
|
3361
|
-
'io.flow.billing.v0.models.transaction_metadata_carrier_charge_outbound': (): io.flow.billing.v0.models.TransactionMetadataCarrierChargeOutbound => ({
|
|
3362
|
-
transaction_id: factories.string(),
|
|
3444
|
+
outbound: factories['io.flow.billing.v0.models.transaction_metadata_outbound_transaction'](),
|
|
3363
3445
|
}),
|
|
3364
3446
|
|
|
3365
3447
|
'io.flow.billing.v0.models.transaction_metadata_channel': (): io.flow.billing.v0.models.TransactionMetadataChannel => ({
|
|
3366
3448
|
discriminator: 'channel',
|
|
3367
3449
|
method: factories.string(),
|
|
3368
3450
|
card: factories['io.flow.billing.v0.models.transaction_metadata_channel_card_metadata'](),
|
|
3451
|
+
organization_transaction: factories['io.flow.billing.v0.models.transaction_reference'](),
|
|
3369
3452
|
}),
|
|
3370
3453
|
|
|
3371
3454
|
'io.flow.billing.v0.models.transaction_metadata_channel_card_metadata': (): io.flow.billing.v0.models.TransactionMetadataChannelCardMetadata => ({
|
|
@@ -3378,6 +3461,15 @@ const factories = {
|
|
|
3378
3461
|
country: factories.string(),
|
|
3379
3462
|
}),
|
|
3380
3463
|
|
|
3464
|
+
'io.flow.billing.v0.models.transaction_metadata_failed_payout': (): io.flow.billing.v0.models.TransactionMetadataFailedPayout => ({
|
|
3465
|
+
discriminator: 'failed_payout',
|
|
3466
|
+
failed_payout: factories['io.flow.billing.v0.models.transaction_metadata_failed_payout_reference'](),
|
|
3467
|
+
}),
|
|
3468
|
+
|
|
3469
|
+
'io.flow.billing.v0.models.transaction_metadata_failed_payout_reference': (): io.flow.billing.v0.models.TransactionMetadataFailedPayoutReference => ({
|
|
3470
|
+
id: factories.string(),
|
|
3471
|
+
}),
|
|
3472
|
+
|
|
3381
3473
|
'io.flow.billing.v0.models.transaction_metadata_manual': (): io.flow.billing.v0.models.TransactionMetadataManual => ({
|
|
3382
3474
|
discriminator: 'manual',
|
|
3383
3475
|
description: factories.string(),
|
|
@@ -3389,6 +3481,16 @@ const factories = {
|
|
|
3389
3481
|
id: factories.string(),
|
|
3390
3482
|
}),
|
|
3391
3483
|
|
|
3484
|
+
'io.flow.billing.v0.models.transaction_metadata_outbound_transaction': (): io.flow.billing.v0.models.TransactionMetadataOutboundTransaction => ({
|
|
3485
|
+
transaction_id: factories.string(),
|
|
3486
|
+
}),
|
|
3487
|
+
|
|
3488
|
+
'io.flow.billing.v0.models.transaction_metadata_payment_transaction': (): io.flow.billing.v0.models.TransactionMetadataPaymentTransaction => ({
|
|
3489
|
+
discriminator: 'payment_transaction',
|
|
3490
|
+
id: factories.string(),
|
|
3491
|
+
key: factories.string(),
|
|
3492
|
+
}),
|
|
3493
|
+
|
|
3392
3494
|
'io.flow.billing.v0.models.transaction_metadata_shipping_label': (): io.flow.billing.v0.models.TransactionMetadataShippingLabel => ({
|
|
3393
3495
|
discriminator: 'shipping_label',
|
|
3394
3496
|
request_method: factories['io.flow.label.v0.enums.label_request_method'](),
|
|
@@ -3408,6 +3510,22 @@ const factories = {
|
|
|
3408
3510
|
actual: factories['io.flow.billing.v0.models.transaction_metadata_trueup_data'](),
|
|
3409
3511
|
}),
|
|
3410
3512
|
|
|
3513
|
+
'io.flow.billing.v0.models.transaction_metadata_trueup_base': (): io.flow.billing.v0.models.TransactionMetadataTrueupBase => ({
|
|
3514
|
+
discriminator: 'trueup_base',
|
|
3515
|
+
original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
|
|
3516
|
+
estimate: factories['io.flow.billing.v0.models.transaction_metadata_trueup_base_data'](),
|
|
3517
|
+
actual: factories['io.flow.billing.v0.models.transaction_metadata_trueup_base_data'](),
|
|
3518
|
+
}),
|
|
3519
|
+
|
|
3520
|
+
'io.flow.billing.v0.models.transaction_metadata_trueup_base_data': (): io.flow.billing.v0.models.TransactionMetadataTrueupBaseData => ({
|
|
3521
|
+
source: factories['io.flow.billing.v0.enums.trueup_source'](),
|
|
3522
|
+
weights: factories['io.flow.billing.v0.models.trueup_label_weights'](),
|
|
3523
|
+
units: factories['io.flow.billing.v0.models.trueup_label_units'](),
|
|
3524
|
+
base: factories['io.flow.billing.v0.models.trueup_label_base_v2'](),
|
|
3525
|
+
fuel: factories['io.flow.billing.v0.models.trueup_label_fuel'](),
|
|
3526
|
+
total: factories.decimal(),
|
|
3527
|
+
}),
|
|
3528
|
+
|
|
3411
3529
|
'io.flow.billing.v0.models.transaction_metadata_trueup_data': (): io.flow.billing.v0.models.TransactionMetadataTrueupData => ({
|
|
3412
3530
|
source: factories['io.flow.billing.v0.enums.trueup_source'](),
|
|
3413
3531
|
units: factories['io.flow.billing.v0.models.trueup_label_units'](),
|
|
@@ -3418,6 +3536,18 @@ const factories = {
|
|
|
3418
3536
|
dimensional: factories['io.flow.trueup.v0.models.dimensional_weight'](),
|
|
3419
3537
|
}),
|
|
3420
3538
|
|
|
3539
|
+
'io.flow.billing.v0.models.transaction_metadata_trueup_surcharge': (): io.flow.billing.v0.models.TransactionMetadataTrueupSurcharge => ({
|
|
3540
|
+
discriminator: 'trueup_surcharge',
|
|
3541
|
+
original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
|
|
3542
|
+
estimate: factories['io.flow.billing.v0.models.transaction_metadata_trueup_surcharge_data'](),
|
|
3543
|
+
actual: factories['io.flow.billing.v0.models.transaction_metadata_trueup_surcharge_data'](),
|
|
3544
|
+
}),
|
|
3545
|
+
|
|
3546
|
+
'io.flow.billing.v0.models.transaction_metadata_trueup_surcharge_data': (): io.flow.billing.v0.models.TransactionMetadataTrueupSurchargeData => ({
|
|
3547
|
+
source: factories['io.flow.billing.v0.enums.trueup_source'](),
|
|
3548
|
+
surcharge: factories['io.flow.billing.v0.models.trueup_label_surcharge'](),
|
|
3549
|
+
}),
|
|
3550
|
+
|
|
3421
3551
|
'io.flow.billing.v0.models.transaction_reference': (): io.flow.billing.v0.models.TransactionReference => ({
|
|
3422
3552
|
id: factories.string(),
|
|
3423
3553
|
}),
|
|
@@ -3427,6 +3557,20 @@ const factories = {
|
|
|
3427
3557
|
weight: factories.decimal(),
|
|
3428
3558
|
}),
|
|
3429
3559
|
|
|
3560
|
+
'io.flow.billing.v0.models.trueup_label_base_v2': (): io.flow.billing.v0.models.TrueupLabelBaseV2 => ({
|
|
3561
|
+
amount: factories.decimal(),
|
|
3562
|
+
}),
|
|
3563
|
+
|
|
3564
|
+
'io.flow.billing.v0.models.trueup_label_base_weight': (): io.flow.billing.v0.models.TrueupLabelBaseWeight => ({
|
|
3565
|
+
weight: factories.decimal(),
|
|
3566
|
+
}),
|
|
3567
|
+
|
|
3568
|
+
'io.flow.billing.v0.models.trueup_label_fuel': (): io.flow.billing.v0.models.TrueupLabelFuel => ({
|
|
3569
|
+
amount: factories.decimal(),
|
|
3570
|
+
percentage: factories.decimal(),
|
|
3571
|
+
per_weight_unit: factories.decimal(),
|
|
3572
|
+
}),
|
|
3573
|
+
|
|
3430
3574
|
'io.flow.billing.v0.models.trueup_label_surcharge': (): io.flow.billing.v0.models.TrueupLabelSurcharge => ({
|
|
3431
3575
|
amount: factories.decimal(),
|
|
3432
3576
|
type: factories['io.flow.trueup.v0.enums.trueup_surcharge_type'](),
|
|
@@ -3439,6 +3583,12 @@ const factories = {
|
|
|
3439
3583
|
length: factories['io.flow.units.v0.enums.unit_of_length'](),
|
|
3440
3584
|
}),
|
|
3441
3585
|
|
|
3586
|
+
'io.flow.billing.v0.models.trueup_label_weights': (): io.flow.billing.v0.models.TrueupLabelWeights => ({
|
|
3587
|
+
base: factories['io.flow.billing.v0.models.trueup_label_base_weight'](),
|
|
3588
|
+
dead: factories['io.flow.trueup.v0.models.dead_weight'](),
|
|
3589
|
+
dimensional: factories['io.flow.trueup.v0.models.dimensional_weight'](),
|
|
3590
|
+
}),
|
|
3591
|
+
|
|
3442
3592
|
'io.flow.billing.v0.models.withholding_deduction': (): io.flow.billing.v0.models.WithholdingDeduction => ({
|
|
3443
3593
|
type: factories['io.flow.billing.v0.enums.withholding_deduction_type'](),
|
|
3444
3594
|
amount: factories.decimal(),
|
|
@@ -3478,8 +3628,12 @@ const factories = {
|
|
|
3478
3628
|
() => factories['io.flow.billing.v0.models.transaction_metadata_shipping_label'](),
|
|
3479
3629
|
() => factories['io.flow.billing.v0.models.transaction_metadata_channel'](),
|
|
3480
3630
|
() => factories['io.flow.billing.v0.models.transaction_metadata_trueup'](),
|
|
3631
|
+
() => factories['io.flow.billing.v0.models.transaction_metadata_trueup_base'](),
|
|
3632
|
+
() => factories['io.flow.billing.v0.models.transaction_metadata_trueup_surcharge'](),
|
|
3481
3633
|
() => factories['io.flow.billing.v0.models.transaction_metadata_carrier_charge'](),
|
|
3482
3634
|
() => factories['io.flow.billing.v0.models.transaction_metadata_manual'](),
|
|
3635
|
+
() => factories['io.flow.billing.v0.models.transaction_metadata_failed_payout'](),
|
|
3636
|
+
() => factories['io.flow.billing.v0.models.transaction_metadata_payment_transaction'](),
|
|
3483
3637
|
]);
|
|
3484
3638
|
|
|
3485
3639
|
return f();
|
|
@@ -9326,10 +9480,15 @@ const factories = {
|
|
|
9326
9480
|
'adjustment_transactions_count',
|
|
9327
9481
|
'adjustment_transactions_total',
|
|
9328
9482
|
'capture_transactions_count',
|
|
9483
|
+
'capture_transactions_reconcile_payments_count',
|
|
9329
9484
|
'capture_transactions_ignored_fraud_count',
|
|
9330
9485
|
'capture_transactions_ignored_fully_refunded_count',
|
|
9331
9486
|
'capture_transactions_ignored_other_count',
|
|
9332
9487
|
'capture_transactions_ignored_previously_processed_count',
|
|
9488
|
+
'capture_transactions_succeeded_then_failed_count',
|
|
9489
|
+
'capture_transactions_succeeded_then_failed_total',
|
|
9490
|
+
'capture_transactions_succeeded_then_failed_same_day_count',
|
|
9491
|
+
'capture_transactions_succeeded_then_failed_same_day_total',
|
|
9333
9492
|
'capture_queued_count',
|
|
9334
9493
|
'capture_transactions_total',
|
|
9335
9494
|
'carrier_charge_transactions_count',
|
|
@@ -9344,12 +9503,15 @@ const factories = {
|
|
|
9344
9503
|
'channel_billed_transactions_total',
|
|
9345
9504
|
'credit_payment_transactions_count',
|
|
9346
9505
|
'credit_payment_transactions_total',
|
|
9506
|
+
'duty_to_labels_ratio',
|
|
9347
9507
|
'duty_transactions_count',
|
|
9348
9508
|
'duty_transactions_total',
|
|
9349
9509
|
'fully_subsidized_order_transactions_count',
|
|
9350
9510
|
'fully_subsidized_order_transactions_total',
|
|
9351
9511
|
'billable_label_transactions_count',
|
|
9352
9512
|
'billable_label_transactions_count_for_unique_orders',
|
|
9513
|
+
'billable_label_transactions_count_with_revenue_share',
|
|
9514
|
+
'billable_label_transactions_count_without_revenue_share',
|
|
9353
9515
|
'billable_label_transactions_total',
|
|
9354
9516
|
'revenue_share_label_transactions_count',
|
|
9355
9517
|
'revenue_share_label_transactions_count_for_unique_orders',
|
|
@@ -9359,6 +9521,7 @@ const factories = {
|
|
|
9359
9521
|
'order_transactions_count',
|
|
9360
9522
|
'order_transactions_total',
|
|
9361
9523
|
'refund_transactions_count',
|
|
9524
|
+
'refund_transactions_reconcile_payments_count',
|
|
9362
9525
|
'refund_transactions_ignored_fraud_count',
|
|
9363
9526
|
'refund_transactions_ignored_fully_refunded_count',
|
|
9364
9527
|
'refund_transactions_ignored_other_count',
|
|
@@ -9367,6 +9530,8 @@ const factories = {
|
|
|
9367
9530
|
'refund_transactions_total',
|
|
9368
9531
|
'refund_transactions_succeeded_then_failed_count',
|
|
9369
9532
|
'refund_transactions_succeeded_then_failed_total',
|
|
9533
|
+
'refund_transactions_succeeded_then_failed_same_day_count',
|
|
9534
|
+
'refund_transactions_succeeded_then_failed_same_day_total',
|
|
9370
9535
|
'reversal_order_cancellations_transactions_count',
|
|
9371
9536
|
'reversal_order_cancellations_transactions_total',
|
|
9372
9537
|
'reversal_external_fulfillment_transactions_count',
|
|
@@ -9375,6 +9540,7 @@ const factories = {
|
|
|
9375
9540
|
'reversal_other_transactions_total',
|
|
9376
9541
|
'reversal_all_transactions_count',
|
|
9377
9542
|
'reversal_all_transactions_total',
|
|
9543
|
+
'tax_to_labels_ratio',
|
|
9378
9544
|
'tax_transactions_count',
|
|
9379
9545
|
'tax_transactions_total',
|
|
9380
9546
|
'transfer_transactions_count',
|
|
@@ -9426,6 +9592,8 @@ const factories = {
|
|
|
9426
9592
|
'accounts_with_final_statements_count',
|
|
9427
9593
|
'accounts_with_final_statements_pending_transaction_count',
|
|
9428
9594
|
'accounts_with_final_statements_pending_transaction_total',
|
|
9595
|
+
'edited_order_tax_amount_exceeding_transaction',
|
|
9596
|
+
'edited_order_duty_amount_exceeding_transaction',
|
|
9429
9597
|
]),
|
|
9430
9598
|
|
|
9431
9599
|
'io.flow.internal.v0.enums.billing_statement_attachment_key': (): io.flow.internal.v0.enums.BillingStatementAttachmentKey => faker.helpers.arrayElement([
|
|
@@ -9448,7 +9616,7 @@ const factories = {
|
|
|
9448
9616
|
'all',
|
|
9449
9617
|
]),
|
|
9450
9618
|
|
|
9451
|
-
'io.flow.internal.v0.enums.billing_transaction_status': (): io.flow.internal.v0.enums.BillingTransactionStatus => faker.helpers.arrayElement(['
|
|
9619
|
+
'io.flow.internal.v0.enums.billing_transaction_status': (): io.flow.internal.v0.enums.BillingTransactionStatus => faker.helpers.arrayElement(['pending_proof', 'posted']),
|
|
9452
9620
|
|
|
9453
9621
|
'io.flow.internal.v0.enums.billing_transaction_type': (): io.flow.internal.v0.enums.BillingTransactionType => faker.helpers.arrayElement([
|
|
9454
9622
|
'manual',
|
|
@@ -9487,7 +9655,8 @@ const factories = {
|
|
|
9487
9655
|
]),
|
|
9488
9656
|
|
|
9489
9657
|
'io.flow.internal.v0.enums.carrier_charge_transaction_type': (): io.flow.internal.v0.enums.CarrierChargeTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'charge', 'revenue_share']),
|
|
9490
|
-
'io.flow.internal.v0.enums.carrier_charge_type': (): io.flow.internal.v0.enums.CarrierChargeType => faker.helpers.arrayElement(['label', 'other']),
|
|
9658
|
+
'io.flow.internal.v0.enums.carrier_charge_type': (): io.flow.internal.v0.enums.CarrierChargeType => faker.helpers.arrayElement(['label', 'tax', 'other']),
|
|
9659
|
+
'io.flow.internal.v0.enums.carrier_file_type': (): io.flow.internal.v0.enums.CarrierFileType => faker.helpers.arrayElement(['freight', 'tax']),
|
|
9491
9660
|
'io.flow.internal.v0.enums.carrier_label_generation_method': (): io.flow.internal.v0.enums.CarrierLabelGenerationMethod => faker.helpers.arrayElement(['direct', 'easypost']),
|
|
9492
9661
|
'io.flow.internal.v0.enums.carrier_validation_status': (): io.flow.internal.v0.enums.CarrierValidationStatus => faker.helpers.arrayElement(['success', 'error']),
|
|
9493
9662
|
|
|
@@ -9551,6 +9720,9 @@ const factories = {
|
|
|
9551
9720
|
'customs_clearance_surcharge',
|
|
9552
9721
|
'security_surcharge',
|
|
9553
9722
|
'duties_fx_surcharge',
|
|
9723
|
+
'electronic_export_information_surcharge',
|
|
9724
|
+
'additional_handling',
|
|
9725
|
+
'large_package_surcharge',
|
|
9554
9726
|
]),
|
|
9555
9727
|
|
|
9556
9728
|
'io.flow.internal.v0.enums.chargeback_payment_status': (): io.flow.internal.v0.enums.ChargebackPaymentStatus => faker.helpers.arrayElement(['captured', 'refunded']),
|
|
@@ -9575,7 +9747,11 @@ const factories = {
|
|
|
9575
9747
|
'io.flow.internal.v0.enums.checkout_redirect_method': (): io.flow.internal.v0.enums.CheckoutRedirectMethod => faker.helpers.arrayElement(['get', 'post']),
|
|
9576
9748
|
'io.flow.internal.v0.enums.checkout_shipping_method_prompt_behavior': (): io.flow.internal.v0.enums.CheckoutShippingMethodPromptBehavior => faker.helpers.arrayElement(['always', 'multiple']),
|
|
9577
9749
|
'io.flow.internal.v0.enums.checkout_url_type': (): io.flow.internal.v0.enums.CheckoutUrlType => faker.helpers.arrayElement(['continue_shopping', 'confirmation', 'invalid_checkout']),
|
|
9750
|
+
'io.flow.internal.v0.enums.classification_decision': (): io.flow.internal.v0.enums.ClassificationDecision => faker.helpers.arrayElement(['Accept', 'Reject']),
|
|
9578
9751
|
'io.flow.internal.v0.enums.classification_error_code': (): io.flow.internal.v0.enums.ClassificationErrorCode => faker.helpers.arrayElement(['generic_error']),
|
|
9752
|
+
'io.flow.internal.v0.enums.classification_platform': (): io.flow.internal.v0.enums.ClassificationPlatform => faker.helpers.arrayElement(['GlobalE', 'Flow', 'Borderfree']),
|
|
9753
|
+
'io.flow.internal.v0.enums.classification_type': (): io.flow.internal.v0.enums.ClassificationType => faker.helpers.arrayElement(['None', 'Manual', 'ML']),
|
|
9754
|
+
'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']),
|
|
9579
9755
|
'io.flow.internal.v0.enums.colm_item_type': (): io.flow.internal.v0.enums.ColmItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
9580
9756
|
'io.flow.internal.v0.enums.compliance_type': (): io.flow.internal.v0.enums.ComplianceType => faker.helpers.arrayElement(['weee']),
|
|
9581
9757
|
'io.flow.internal.v0.enums.content_element_type': (): io.flow.internal.v0.enums.ContentElementType => faker.helpers.arrayElement(['markdown', 'html', 'plain_text', 'href']),
|
|
@@ -9781,6 +9957,8 @@ const factories = {
|
|
|
9781
9957
|
'label_invoice_request_deleted',
|
|
9782
9958
|
'carrier_charge_upserted',
|
|
9783
9959
|
'carrier_charge_deleted',
|
|
9960
|
+
'bank_payment_order_upserted',
|
|
9961
|
+
'bank_payment_order_deleted',
|
|
9784
9962
|
'fraud_review_upserted',
|
|
9785
9963
|
'fraud_review_deleted',
|
|
9786
9964
|
'fraud_pending_review_upserted',
|
|
@@ -9884,8 +10062,6 @@ const factories = {
|
|
|
9884
10062
|
'payment_processor_account_deleted',
|
|
9885
10063
|
'payment_processor_merchant_upserted',
|
|
9886
10064
|
'payment_processor_merchant_deleted',
|
|
9887
|
-
'virtual_card_provider_upserted',
|
|
9888
|
-
'virtual_card_provider_deleted',
|
|
9889
10065
|
'authorization_bundle_upserted',
|
|
9890
10066
|
'authorization_bundle_deleted',
|
|
9891
10067
|
'organization_payment_setting_upserted',
|
|
@@ -9939,6 +10115,8 @@ const factories = {
|
|
|
9939
10115
|
'shopify_markets_metrics_deleted',
|
|
9940
10116
|
'channel_order_summary_upserted',
|
|
9941
10117
|
'channel_order_summary_deleted',
|
|
10118
|
+
'channel_organization_identifier_upserted',
|
|
10119
|
+
'channel_organization_identifier_deleted',
|
|
9942
10120
|
'shopify_monitoring_order_monitor_event_upserted',
|
|
9943
10121
|
'shopify_monitoring_order_monitor_event_deleted',
|
|
9944
10122
|
'shopify_order_fulfillments_snapshot_upserted',
|
|
@@ -9951,8 +10129,6 @@ const factories = {
|
|
|
9951
10129
|
'stripe_capture_upserted',
|
|
9952
10130
|
'stripe_refund_deleted',
|
|
9953
10131
|
'stripe_refund_upserted',
|
|
9954
|
-
'svb_virtual_card_clearing_upserted',
|
|
9955
|
-
'svb_virtual_card_clearing_deleted',
|
|
9956
10132
|
'liability_remittance_plan_upserted',
|
|
9957
10133
|
'liability_remittance_plan_deleted',
|
|
9958
10134
|
'svitlana_item_upserted',
|
|
@@ -10038,6 +10214,7 @@ const factories = {
|
|
|
10038
10214
|
'merchant_integration',
|
|
10039
10215
|
'shopify_integration',
|
|
10040
10216
|
'globale_cx',
|
|
10217
|
+
'merchant_operations',
|
|
10041
10218
|
'globale_system',
|
|
10042
10219
|
]),
|
|
10043
10220
|
|
|
@@ -10047,15 +10224,13 @@ const factories = {
|
|
|
10047
10224
|
['full_value_tax', 'low_value_goods_tax', 'high_value_goods_tax', 'duties'],
|
|
10048
10225
|
),
|
|
10049
10226
|
|
|
10050
|
-
'io.flow.internal.v0.enums.
|
|
10227
|
+
'io.flow.internal.v0.enums.logistics_capability': (): io.flow.internal.v0.enums.LogisticsCapability => faker.helpers.arrayElement(['logistics_address_correction']),
|
|
10051
10228
|
'io.flow.internal.v0.enums.manual_review_rule_status': (): io.flow.internal.v0.enums.ManualReviewRuleStatus => faker.helpers.arrayElement(['active', 'archived']),
|
|
10052
10229
|
|
|
10053
10230
|
'io.flow.internal.v0.enums.manual_transaction_category': (): io.flow.internal.v0.enums.ManualTransactionCategory => faker.helpers.arrayElement([
|
|
10054
10231
|
'cancelled_order_refund',
|
|
10055
|
-
'channel_partner_initiated',
|
|
10056
10232
|
'client_accepted_chargeback',
|
|
10057
10233
|
'fee_reimbursement',
|
|
10058
|
-
'partial_refund',
|
|
10059
10234
|
'platform_fee',
|
|
10060
10235
|
'shipping_true_up',
|
|
10061
10236
|
'tax_credit',
|
|
@@ -10275,6 +10450,7 @@ const factories = {
|
|
|
10275
10450
|
]),
|
|
10276
10451
|
|
|
10277
10452
|
'io.flow.internal.v0.enums.report_interval': (): io.flow.internal.v0.enums.ReportInterval => faker.helpers.arrayElement(['hourly', 'daily', 'weekly', 'monthly']),
|
|
10453
|
+
'io.flow.internal.v0.enums.report_payment_type': (): io.flow.internal.v0.enums.ReportPaymentType => faker.helpers.arrayElement(['credit', 'debit']),
|
|
10278
10454
|
'io.flow.internal.v0.enums.report_status': (): io.flow.internal.v0.enums.ReportStatus => faker.helpers.arrayElement(['created', 'completed', 'completed_no_records', 'failed']),
|
|
10279
10455
|
|
|
10280
10456
|
'io.flow.internal.v0.enums.report_type': (): io.flow.internal.v0.enums.ReportType => faker.helpers.arrayElement([
|
|
@@ -10282,6 +10458,8 @@ const factories = {
|
|
|
10282
10458
|
'trueup_overview',
|
|
10283
10459
|
'non_channel_payment_bank_account',
|
|
10284
10460
|
'scheduled_payment',
|
|
10461
|
+
'account_quarterly_balances',
|
|
10462
|
+
'invariants',
|
|
10285
10463
|
]),
|
|
10286
10464
|
|
|
10287
10465
|
'io.flow.internal.v0.enums.reporting_fulfillment_is_virtual': (): io.flow.internal.v0.enums.ReportingFulfillmentIsVirtual => faker.helpers.arrayElement(['all', 'mixed', 'none']),
|
|
@@ -10345,6 +10523,7 @@ const factories = {
|
|
|
10345
10523
|
'product_restriction_result',
|
|
10346
10524
|
'product_sync',
|
|
10347
10525
|
'webhook_registrations',
|
|
10526
|
+
'channel_organization_identifier',
|
|
10348
10527
|
]),
|
|
10349
10528
|
|
|
10350
10529
|
'io.flow.internal.v0.enums.shopify_markets_trade_sector': (): io.flow.internal.v0.enums.ShopifyMarketsTradeSector => faker.helpers.arrayElement([
|
|
@@ -10370,7 +10549,7 @@ const factories = {
|
|
|
10370
10549
|
'io.flow.internal.v0.enums.significance_action': (): io.flow.internal.v0.enums.SignificanceAction => faker.helpers.arrayElement(['end_and_implement_winner', 'end_and_revert', 'do_nothing']),
|
|
10371
10550
|
'io.flow.internal.v0.enums.simple_rounding_strategy': (): io.flow.internal.v0.enums.SimpleRoundingStrategy => faker.helpers.arrayElement(['no_rounding', 'currency_precision']),
|
|
10372
10551
|
'io.flow.internal.v0.enums.snooze_next_action_with': (): io.flow.internal.v0.enums.SnoozeNextActionWith => faker.helpers.arrayElement(['customer_service', 'engineering']),
|
|
10373
|
-
'io.flow.internal.v0.enums.snooze_source_type': (): io.flow.internal.v0.enums.SnoozeSourceType => faker.helpers.arrayElement(['task']),
|
|
10552
|
+
'io.flow.internal.v0.enums.snooze_source_type': (): io.flow.internal.v0.enums.SnoozeSourceType => faker.helpers.arrayElement(['task', 'invariant']),
|
|
10374
10553
|
|
|
10375
10554
|
'io.flow.internal.v0.enums.statement_status': (): io.flow.internal.v0.enums.StatementStatus => faker.helpers.arrayElement([
|
|
10376
10555
|
'created',
|
|
@@ -10591,6 +10770,7 @@ const factories = {
|
|
|
10591
10770
|
liabilities_method: factories['io.flow.internal.v0.enums.account_setting_liabilities_method'](),
|
|
10592
10771
|
enable_fee_reversals: factories.boolean(),
|
|
10593
10772
|
record_reason_for_transactions_pending_payout: factories.boolean(),
|
|
10773
|
+
enable_negative_debits: factories.boolean(),
|
|
10594
10774
|
}),
|
|
10595
10775
|
|
|
10596
10776
|
'io.flow.internal.v0.models.account_settings_deleted': (): io.flow.internal.v0.models.AccountSettingsDeleted => ({
|
|
@@ -10662,11 +10842,10 @@ const factories = {
|
|
|
10662
10842
|
account: factories['io.flow.internal.v0.models.flow_account'](),
|
|
10663
10843
|
}),
|
|
10664
10844
|
|
|
10665
|
-
'io.flow.internal.v0.models.
|
|
10666
|
-
discriminator: '
|
|
10845
|
+
'io.flow.internal.v0.models.accounting_pending_order_metadata': (): io.flow.internal.v0.models.AccountingPendingOrderMetadata => ({
|
|
10846
|
+
discriminator: 'accounting_pending_order_metadata',
|
|
10667
10847
|
order: factories['io.flow.internal.v0.models.order_reference'](),
|
|
10668
|
-
|
|
10669
|
-
posting_cutoff: factories.date_time_iso_8601(),
|
|
10848
|
+
fulfillment_id: factories.string(),
|
|
10670
10849
|
}),
|
|
10671
10850
|
|
|
10672
10851
|
'io.flow.internal.v0.models.action_quantity': (): io.flow.internal.v0.models.ActionQuantity => ({
|
|
@@ -11283,6 +11462,30 @@ const factories = {
|
|
|
11283
11462
|
attributes: objectOf(() => factories.string()),
|
|
11284
11463
|
}),
|
|
11285
11464
|
|
|
11465
|
+
'io.flow.internal.v0.models.bank_payment_order': (): io.flow.internal.v0.models.BankPaymentOrder => ({
|
|
11466
|
+
id: factories.string(),
|
|
11467
|
+
payment: factories['io.flow.internal.v0.models.bank_payment_reference'](),
|
|
11468
|
+
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
11469
|
+
}),
|
|
11470
|
+
|
|
11471
|
+
'io.flow.internal.v0.models.bank_payment_order_deleted': (): io.flow.internal.v0.models.BankPaymentOrderDeleted => ({
|
|
11472
|
+
discriminator: 'bank_payment_order_deleted',
|
|
11473
|
+
event_id: factories.string(),
|
|
11474
|
+
timestamp: factories.date_time_iso_8601(),
|
|
11475
|
+
id: factories.string(),
|
|
11476
|
+
}),
|
|
11477
|
+
|
|
11478
|
+
'io.flow.internal.v0.models.bank_payment_order_upserted': (): io.flow.internal.v0.models.BankPaymentOrderUpserted => ({
|
|
11479
|
+
discriminator: 'bank_payment_order_upserted',
|
|
11480
|
+
event_id: factories.string(),
|
|
11481
|
+
timestamp: factories.date_time_iso_8601(),
|
|
11482
|
+
bank_payment_order: factories['io.flow.internal.v0.models.bank_payment_order'](),
|
|
11483
|
+
}),
|
|
11484
|
+
|
|
11485
|
+
'io.flow.internal.v0.models.bank_payment_reference': (): io.flow.internal.v0.models.BankPaymentReference => ({
|
|
11486
|
+
id: factories.string(),
|
|
11487
|
+
}),
|
|
11488
|
+
|
|
11286
11489
|
'io.flow.internal.v0.models.bank_payment_status_form': (): io.flow.internal.v0.models.BankPaymentStatusForm => ({
|
|
11287
11490
|
code: factories['io.flow.internal.v0.enums.bank_payment_status_code'](),
|
|
11288
11491
|
failure_reason: factories['io.flow.billing.v0.enums.payout_status_failure_code'](),
|
|
@@ -11844,26 +12047,6 @@ const factories = {
|
|
|
11844
12047
|
id: factories.string(),
|
|
11845
12048
|
}),
|
|
11846
12049
|
|
|
11847
|
-
'io.flow.internal.v0.models.carrier_charge_file': (): io.flow.internal.v0.models.CarrierChargeFile => ({
|
|
11848
|
-
id: factories.string(),
|
|
11849
|
-
url: factories.string(),
|
|
11850
|
-
attributes: objectOf(() => factories.string()),
|
|
11851
|
-
created_at: factories.date_time_iso_8601(),
|
|
11852
|
-
result: factories['io.flow.internal.v0.models.carrier_charge_file_result'](),
|
|
11853
|
-
}),
|
|
11854
|
-
|
|
11855
|
-
'io.flow.internal.v0.models.carrier_charge_file_form': (): io.flow.internal.v0.models.CarrierChargeFileForm => ({
|
|
11856
|
-
url: factories.string(),
|
|
11857
|
-
attributes: objectOf(() => factories.string()),
|
|
11858
|
-
}),
|
|
11859
|
-
|
|
11860
|
-
'io.flow.internal.v0.models.carrier_charge_file_result': (): io.flow.internal.v0.models.CarrierChargeFileResult => ({
|
|
11861
|
-
processed_at: factories.date_time_iso_8601(),
|
|
11862
|
-
number_lines_successful: factories.long(),
|
|
11863
|
-
number_lines_with_errors: factories.long(),
|
|
11864
|
-
errors_url: factories.string(),
|
|
11865
|
-
}),
|
|
11866
|
-
|
|
11867
12050
|
'io.flow.internal.v0.models.carrier_charge_form_label': (): io.flow.internal.v0.models.CarrierChargeFormLabel => ({
|
|
11868
12051
|
discriminator: 'label',
|
|
11869
12052
|
id: factories.string(),
|
|
@@ -11930,11 +12113,46 @@ const factories = {
|
|
|
11930
12113
|
carrier_charge: factories['io.flow.internal.v0.models.carrier_charge'](),
|
|
11931
12114
|
}),
|
|
11932
12115
|
|
|
12116
|
+
'io.flow.internal.v0.models.carrier_file': (): io.flow.internal.v0.models.CarrierFile => ({
|
|
12117
|
+
id: factories.string(),
|
|
12118
|
+
type: factories['io.flow.internal.v0.enums.carrier_file_type'](),
|
|
12119
|
+
url: factories.string(),
|
|
12120
|
+
attributes: objectOf(() => factories.string()),
|
|
12121
|
+
created_at: factories.date_time_iso_8601(),
|
|
12122
|
+
result: factories['io.flow.internal.v0.models.carrier_file_result'](),
|
|
12123
|
+
}),
|
|
12124
|
+
|
|
12125
|
+
'io.flow.internal.v0.models.carrier_file_form': (): io.flow.internal.v0.models.CarrierFileForm => ({
|
|
12126
|
+
url: factories.string(),
|
|
12127
|
+
type: factories['io.flow.internal.v0.enums.carrier_file_type'](),
|
|
12128
|
+
attributes: objectOf(() => factories.string()),
|
|
12129
|
+
}),
|
|
12130
|
+
|
|
12131
|
+
'io.flow.internal.v0.models.carrier_file_result': (): io.flow.internal.v0.models.CarrierFileResult => ({
|
|
12132
|
+
processed_at: factories.date_time_iso_8601(),
|
|
12133
|
+
number_lines_successful: factories.long(),
|
|
12134
|
+
number_lines_with_errors: factories.long(),
|
|
12135
|
+
errors_url: factories.string(),
|
|
12136
|
+
}),
|
|
12137
|
+
|
|
11933
12138
|
'io.flow.internal.v0.models.carrier_invoice': (): io.flow.internal.v0.models.CarrierInvoice => ({
|
|
11934
12139
|
number: factories.string(),
|
|
11935
12140
|
timestamp: factories.date_time_iso_8601(),
|
|
11936
12141
|
}),
|
|
11937
12142
|
|
|
12143
|
+
'io.flow.internal.v0.models.carrier_tax_form': (): io.flow.internal.v0.models.CarrierTaxForm => ({
|
|
12144
|
+
id: factories.string(),
|
|
12145
|
+
label_invoice_request_id: factories.string(),
|
|
12146
|
+
units: factories['io.flow.internal.v0.models.carrier_tax_units'](),
|
|
12147
|
+
surcharges: factories['io.flow.internal.v0.models.label_surcharge_form'](),
|
|
12148
|
+
total: factories.decimal(),
|
|
12149
|
+
attributes: objectOf(() => factories.string()),
|
|
12150
|
+
}),
|
|
12151
|
+
|
|
12152
|
+
'io.flow.internal.v0.models.carrier_tax_units': (): io.flow.internal.v0.models.CarrierTaxUnits => ({
|
|
12153
|
+
currency: factories.string(),
|
|
12154
|
+
}),
|
|
12155
|
+
|
|
11938
12156
|
'io.flow.internal.v0.models.catalog_import_request': (): io.flow.internal.v0.models.CatalogImportRequest => ({
|
|
11939
12157
|
discriminator: 'catalog_import_request',
|
|
11940
12158
|
event_id: factories.string(),
|
|
@@ -12313,6 +12531,28 @@ const factories = {
|
|
|
12313
12531
|
channel_order_summary: factories['io.flow.internal.v0.models.channel_order_summary'](),
|
|
12314
12532
|
}),
|
|
12315
12533
|
|
|
12534
|
+
'io.flow.internal.v0.models.channel_organization_identifier': (): io.flow.internal.v0.models.ChannelOrganizationIdentifier => ({
|
|
12535
|
+
id: factories.string(),
|
|
12536
|
+
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
12537
|
+
identifier: factories.string(),
|
|
12538
|
+
}),
|
|
12539
|
+
|
|
12540
|
+
'io.flow.internal.v0.models.channel_organization_identifier_deleted': (): io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted => ({
|
|
12541
|
+
discriminator: 'channel_organization_identifier_deleted',
|
|
12542
|
+
event_id: factories.string(),
|
|
12543
|
+
timestamp: factories.date_time_iso_8601(),
|
|
12544
|
+
channel_id: factories.string(),
|
|
12545
|
+
id: factories.string(),
|
|
12546
|
+
}),
|
|
12547
|
+
|
|
12548
|
+
'io.flow.internal.v0.models.channel_organization_identifier_upserted': (): io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted => ({
|
|
12549
|
+
discriminator: 'channel_organization_identifier_upserted',
|
|
12550
|
+
event_id: factories.string(),
|
|
12551
|
+
timestamp: factories.date_time_iso_8601(),
|
|
12552
|
+
channel_id: factories.string(),
|
|
12553
|
+
channel_organization_identifier: factories['io.flow.internal.v0.models.channel_organization_identifier'](),
|
|
12554
|
+
}),
|
|
12555
|
+
|
|
12316
12556
|
'io.flow.internal.v0.models.channel_organization_shopify': (): io.flow.internal.v0.models.ChannelOrganizationShopify => ({
|
|
12317
12557
|
organization: factories['io.flow.channel.v0.models.channel_organization'](),
|
|
12318
12558
|
|
|
@@ -12785,6 +13025,31 @@ const factories = {
|
|
|
12785
13025
|
product_id: factories.string(),
|
|
12786
13026
|
}),
|
|
12787
13027
|
|
|
13028
|
+
'io.flow.internal.v0.models.classification_product_request': (): io.flow.internal.v0.models.ClassificationProductRequest => ({
|
|
13029
|
+
merchant_id: factories.string(),
|
|
13030
|
+
product_name: factories.string(),
|
|
13031
|
+
product_description: factories.string(),
|
|
13032
|
+
product_id_internal: factories.string(),
|
|
13033
|
+
product_id_external: factories.string(),
|
|
13034
|
+
product_group_code: factories.string(),
|
|
13035
|
+
product_url: factories.string(),
|
|
13036
|
+
product_image: factories.string(),
|
|
13037
|
+
product_attributes: objectOf(() => factories.string()),
|
|
13038
|
+
categories: arrayOf(() => factories.string()),
|
|
13039
|
+
platform_id: factories['io.flow.internal.v0.enums.classification_platform'](),
|
|
13040
|
+
}),
|
|
13041
|
+
|
|
13042
|
+
'io.flow.internal.v0.models.classification_product_result': (): io.flow.internal.v0.models.ClassificationProductResult => ({
|
|
13043
|
+
product_id: factories.string(),
|
|
13044
|
+
merchant_id: factories.string(),
|
|
13045
|
+
platform_id: factories['io.flow.internal.v0.enums.classification_platform'](),
|
|
13046
|
+
hs_code: factories.string(),
|
|
13047
|
+
probability: factories.integer(),
|
|
13048
|
+
classification_decision: factories['io.flow.internal.v0.enums.classification_decision'](),
|
|
13049
|
+
classification_type: factories['io.flow.internal.v0.enums.classification_type'](),
|
|
13050
|
+
clothing_age_classification: factories['io.flow.internal.v0.enums.clothing_age_classification'](),
|
|
13051
|
+
}),
|
|
13052
|
+
|
|
12788
13053
|
'io.flow.internal.v0.models.classification_product_summary': (): io.flow.internal.v0.models.ClassificationProductSummary => ({
|
|
12789
13054
|
product_id: factories.string(),
|
|
12790
13055
|
organization_id: factories.string(),
|
|
@@ -12841,6 +13106,17 @@ const factories = {
|
|
|
12841
13106
|
classified_by: factories.string(),
|
|
12842
13107
|
}),
|
|
12843
13108
|
|
|
13109
|
+
'io.flow.internal.v0.models.cli_log_entry': (): io.flow.internal.v0.models.CliLogEntry => ({
|
|
13110
|
+
id: factories.string(),
|
|
13111
|
+
user: factories['io.flow.common.v0.models.user_reference'](),
|
|
13112
|
+
task: factories.string(),
|
|
13113
|
+
}),
|
|
13114
|
+
|
|
13115
|
+
'io.flow.internal.v0.models.cli_log_entry_form': (): io.flow.internal.v0.models.CliLogEntryForm => ({
|
|
13116
|
+
user_id: factories.string(),
|
|
13117
|
+
task: factories.string(),
|
|
13118
|
+
}),
|
|
13119
|
+
|
|
12844
13120
|
'io.flow.internal.v0.models.colm_item': (): io.flow.internal.v0.models.ColmItem => ({
|
|
12845
13121
|
id: factories.string(),
|
|
12846
13122
|
number: factories.string(),
|
|
@@ -12962,6 +13238,7 @@ const factories = {
|
|
|
12962
13238
|
order_number: factories.string(),
|
|
12963
13239
|
destination: factories['io.flow.fulfillment.v0.models.shipping_address'](),
|
|
12964
13240
|
service: factories.string(),
|
|
13241
|
+
bypass_house_number_validation: factories.boolean(),
|
|
12965
13242
|
}),
|
|
12966
13243
|
|
|
12967
13244
|
'io.flow.internal.v0.models.console_mark_unresolvable_form': (): io.flow.internal.v0.models.ConsoleMarkUnresolvableForm => ({
|
|
@@ -13302,6 +13579,8 @@ const factories = {
|
|
|
13302
13579
|
refunds: arrayOf(
|
|
13303
13580
|
() => factories['io.flow.internal.v0.models.debug_payment_transaction_summary'](),
|
|
13304
13581
|
),
|
|
13582
|
+
|
|
13583
|
+
allocation: factories['io.flow.experience.v0.models.allocation_v2'](),
|
|
13305
13584
|
}),
|
|
13306
13585
|
|
|
13307
13586
|
'io.flow.internal.v0.models.debug_fulfillment_delta': (): io.flow.internal.v0.models.DebugFulfillmentDelta => ({
|
|
@@ -13330,6 +13609,8 @@ const factories = {
|
|
|
13330
13609
|
'io.flow.internal.v0.models.debug_order': (): io.flow.internal.v0.models.DebugOrder => ({
|
|
13331
13610
|
organization_id: factories.string(),
|
|
13332
13611
|
number: factories.string(),
|
|
13612
|
+
prices: arrayOf(() => factories['io.flow.order.price.v0.models.order_price_detail']()),
|
|
13613
|
+
total: factories['io.flow.common.v0.models.money_with_base'](),
|
|
13333
13614
|
identifiers: objectOf(() => factories.string()),
|
|
13334
13615
|
submitted_at: factories.date_time_iso_8601(),
|
|
13335
13616
|
}),
|
|
@@ -13378,7 +13659,7 @@ const factories = {
|
|
|
13378
13659
|
}),
|
|
13379
13660
|
|
|
13380
13661
|
'io.flow.internal.v0.models.debug_transaction_details_status': (): io.flow.internal.v0.models.DebugTransactionDetailsStatus => ({
|
|
13381
|
-
status: factories['io.flow.internal.v0.enums.
|
|
13662
|
+
status: factories['io.flow.internal.v0.enums.billing_transaction_status'](),
|
|
13382
13663
|
description: factories.string(),
|
|
13383
13664
|
}),
|
|
13384
13665
|
|
|
@@ -13513,6 +13794,18 @@ const factories = {
|
|
|
13513
13794
|
description: factories['io.flow.internal.v0.models.content_label'](),
|
|
13514
13795
|
}),
|
|
13515
13796
|
|
|
13797
|
+
'io.flow.internal.v0.models.dimension_estimate_ops_input': (): io.flow.internal.v0.models.DimensionEstimateOpsInput => ({
|
|
13798
|
+
organization_id: factories.string(),
|
|
13799
|
+
length_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
13800
|
+
length_value: factories.string(),
|
|
13801
|
+
width_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
13802
|
+
width_value: factories.string(),
|
|
13803
|
+
depth_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
13804
|
+
depth_value: factories.string(),
|
|
13805
|
+
weight_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
13806
|
+
weight_value: factories.string(),
|
|
13807
|
+
}),
|
|
13808
|
+
|
|
13516
13809
|
'io.flow.internal.v0.models.discount': (): io.flow.internal.v0.models.Discount => ({
|
|
13517
13810
|
amount: factories.decimal(),
|
|
13518
13811
|
description: factories.string(),
|
|
@@ -14288,7 +14581,14 @@ const factories = {
|
|
|
14288
14581
|
reason: factories.string(),
|
|
14289
14582
|
}),
|
|
14290
14583
|
|
|
14291
|
-
'io.flow.internal.v0.models.
|
|
14584
|
+
'io.flow.internal.v0.models.explicit_statement_form_all_pending_posted_transactions': (): io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions => ({
|
|
14585
|
+
discriminator: 'all_pending_posted_transactions',
|
|
14586
|
+
account_id: factories.string(),
|
|
14587
|
+
reason: factories.string(),
|
|
14588
|
+
}),
|
|
14589
|
+
|
|
14590
|
+
'io.flow.internal.v0.models.explicit_statement_form_transaction_ids': (): io.flow.internal.v0.models.ExplicitStatementFormTransactionIds => ({
|
|
14591
|
+
discriminator: 'transaction_ids',
|
|
14292
14592
|
account_id: factories.string(),
|
|
14293
14593
|
reason: factories.string(),
|
|
14294
14594
|
transaction_ids: arrayOf(() => factories.string()),
|
|
@@ -14383,6 +14683,19 @@ const factories = {
|
|
|
14383
14683
|
tracker_id: factories.string(),
|
|
14384
14684
|
}),
|
|
14385
14685
|
|
|
14686
|
+
'io.flow.internal.v0.models.failed_dimension_estimate_ops_input_with_reason': (): io.flow.internal.v0.models.FailedDimensionEstimateOpsInputWithReason => ({
|
|
14687
|
+
organization_id: factories.string(),
|
|
14688
|
+
length_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
14689
|
+
length_value: factories.string(),
|
|
14690
|
+
width_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
14691
|
+
width_value: factories.string(),
|
|
14692
|
+
depth_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
14693
|
+
depth_value: factories.string(),
|
|
14694
|
+
weight_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
14695
|
+
weight_value: factories.string(),
|
|
14696
|
+
reason: factories.string(),
|
|
14697
|
+
}),
|
|
14698
|
+
|
|
14386
14699
|
'io.flow.internal.v0.models.feature': (): io.flow.internal.v0.models.Feature => ({
|
|
14387
14700
|
id: factories.string(),
|
|
14388
14701
|
key: factories.string(),
|
|
@@ -14766,6 +15079,10 @@ const factories = {
|
|
|
14766
15079
|
next_action_from: factories['io.flow.internal.v0.enums.channel_order_acceptance_next_action_from'](),
|
|
14767
15080
|
}),
|
|
14768
15081
|
|
|
15082
|
+
'io.flow.internal.v0.models.force_transit_form': (): io.flow.internal.v0.models.ForceTransitForm => ({
|
|
15083
|
+
description: factories.string(),
|
|
15084
|
+
}),
|
|
15085
|
+
|
|
14769
15086
|
'io.flow.internal.v0.models.fraud_pending_review': (): io.flow.internal.v0.models.FraudPendingReview => ({
|
|
14770
15087
|
id: factories.string(),
|
|
14771
15088
|
fraud_review_id: factories.string(),
|
|
@@ -14993,6 +15310,7 @@ const factories = {
|
|
|
14993
15310
|
posting_cutoff: factories.date_time_iso_8601(),
|
|
14994
15311
|
trigger: factories['io.flow.internal.v0.unions.fulfillment_trigger'](),
|
|
14995
15312
|
fulfilled_at: factories.date_time_iso_8601(),
|
|
15313
|
+
carrier: factories['io.flow.internal.v0.models.fulfillment_carrier'](),
|
|
14996
15314
|
owner: factories['io.flow.internal.v0.enums.responsible_party'](),
|
|
14997
15315
|
origin: factories['io.flow.internal.v0.models.fulfillment_origin'](),
|
|
14998
15316
|
business: factories['io.flow.internal.v0.models.fulfillment_business'](),
|
|
@@ -15025,6 +15343,12 @@ const factories = {
|
|
|
15025
15343
|
),
|
|
15026
15344
|
}),
|
|
15027
15345
|
|
|
15346
|
+
'io.flow.internal.v0.models.fulfillment_carrier': (): io.flow.internal.v0.models.FulfillmentCarrier => ({
|
|
15347
|
+
id: factories.string(),
|
|
15348
|
+
service_id: factories.string(),
|
|
15349
|
+
tracking_number: factories.string(),
|
|
15350
|
+
}),
|
|
15351
|
+
|
|
15028
15352
|
'io.flow.internal.v0.models.fulfillment_deleted': (): io.flow.internal.v0.models.FulfillmentDeleted => ({
|
|
15029
15353
|
discriminator: 'fulfillment_deleted',
|
|
15030
15354
|
event_id: factories.string(),
|
|
@@ -15573,6 +15897,13 @@ const factories = {
|
|
|
15573
15897
|
order: factories['io.flow.experience.v0.models.order_put_form'](),
|
|
15574
15898
|
}),
|
|
15575
15899
|
|
|
15900
|
+
'io.flow.internal.v0.models.invariant': (): io.flow.internal.v0.models.Invariant => ({
|
|
15901
|
+
name: factories.string(),
|
|
15902
|
+
count: factories.long(),
|
|
15903
|
+
fired_at: factories.date_time_iso_8601(),
|
|
15904
|
+
sql: factories.string(),
|
|
15905
|
+
}),
|
|
15906
|
+
|
|
15576
15907
|
'io.flow.internal.v0.models.inventory_organization_settings': (): io.flow.internal.v0.models.InventoryOrganizationSettings => ({
|
|
15577
15908
|
id: factories.string(),
|
|
15578
15909
|
inventory_reservation: factories['io.flow.internal.v0.enums.inventory_reservation'](),
|
|
@@ -15713,6 +16044,9 @@ const factories = {
|
|
|
15713
16044
|
|
|
15714
16045
|
'io.flow.internal.v0.models.item_customs_details': (): io.flow.internal.v0.models.ItemCustomsDetails => ({
|
|
15715
16046
|
item_number: factories.string(),
|
|
16047
|
+
product_title: factories.string(),
|
|
16048
|
+
sanitized_product_title: factories.string(),
|
|
16049
|
+
sanitized_rule_ids: arrayOf(() => factories.string()),
|
|
15716
16050
|
sub_item_number: factories.string(),
|
|
15717
16051
|
customs_description: factories.string(),
|
|
15718
16052
|
origin: factories.string(),
|
|
@@ -15764,6 +16098,10 @@ const factories = {
|
|
|
15764
16098
|
values: arrayOf(() => factories.string()),
|
|
15765
16099
|
}),
|
|
15766
16100
|
|
|
16101
|
+
'io.flow.internal.v0.models.item_form': (): io.flow.internal.v0.models.ItemForm => ({
|
|
16102
|
+
amount: factories.decimal(),
|
|
16103
|
+
}),
|
|
16104
|
+
|
|
15767
16105
|
'io.flow.internal.v0.models.item_form_import_request': (): io.flow.internal.v0.models.ItemFormImportRequest => ({
|
|
15768
16106
|
discriminator: 'item_form_import_request',
|
|
15769
16107
|
event_id: factories.string(),
|
|
@@ -16116,6 +16454,8 @@ const factories = {
|
|
|
16116
16454
|
}),
|
|
16117
16455
|
|
|
16118
16456
|
'io.flow.internal.v0.models.label_surcharge_form': (): io.flow.internal.v0.models.LabelSurchargeForm => ({
|
|
16457
|
+
all: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16458
|
+
base_and_fuel: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16119
16459
|
fuel: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16120
16460
|
remote_area: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16121
16461
|
oversize: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
@@ -16127,6 +16467,12 @@ const factories = {
|
|
|
16127
16467
|
eei_filing: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16128
16468
|
fixed_ddp: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16129
16469
|
fixed_currency_conversion: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16470
|
+
prohibited_item: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16471
|
+
undeliverable_shipment: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16472
|
+
signature_required: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16473
|
+
direct_delivery: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16474
|
+
saturday_stop: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16475
|
+
residential_extended_area_pickup: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16130
16476
|
}),
|
|
16131
16477
|
|
|
16132
16478
|
'io.flow.internal.v0.models.label_surcharge_single_form': (): io.flow.internal.v0.models.LabelSurchargeSingleForm => ({
|
|
@@ -16483,10 +16829,23 @@ const factories = {
|
|
|
16483
16829
|
url: factories.string(),
|
|
16484
16830
|
}),
|
|
16485
16831
|
|
|
16832
|
+
'io.flow.internal.v0.models.logistics_capabilities': (): io.flow.internal.v0.models.LogisticsCapabilities => ({
|
|
16833
|
+
capabilities: arrayOf(() => factories['io.flow.internal.v0.enums.logistics_capability']()),
|
|
16834
|
+
}),
|
|
16835
|
+
|
|
16836
|
+
'io.flow.internal.v0.models.logistics_capabilities_form': (): io.flow.internal.v0.models.LogisticsCapabilitiesForm => ({
|
|
16837
|
+
capabilities: arrayOf(() => factories['io.flow.internal.v0.enums.logistics_capability']()),
|
|
16838
|
+
}),
|
|
16839
|
+
|
|
16486
16840
|
'io.flow.internal.v0.models.logo': (): io.flow.internal.v0.models.Logo => ({
|
|
16487
16841
|
url: factories.string(),
|
|
16488
16842
|
}),
|
|
16489
16843
|
|
|
16844
|
+
'io.flow.internal.v0.models.lost_chargeback': (): io.flow.internal.v0.models.LostChargeback => ({
|
|
16845
|
+
id: factories.string(),
|
|
16846
|
+
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
16847
|
+
}),
|
|
16848
|
+
|
|
16490
16849
|
'io.flow.internal.v0.models.loyalty_program': (): io.flow.internal.v0.models.LoyaltyProgram => ({
|
|
16491
16850
|
title: factories.string(),
|
|
16492
16851
|
message: factories['io.flow.internal.v0.models.loyalty_program_message'](),
|
|
@@ -16604,7 +16963,6 @@ const factories = {
|
|
|
16604
16963
|
currency: factories.string(),
|
|
16605
16964
|
description: factories.string(),
|
|
16606
16965
|
category: factories['io.flow.internal.v0.enums.manual_transaction_category'](),
|
|
16607
|
-
posted_at: factories.date_time_iso_8601(),
|
|
16608
16966
|
order: factories['io.flow.internal.v0.models.manual_transaction_form_order'](),
|
|
16609
16967
|
original_transaction_id: factories.string(),
|
|
16610
16968
|
attributes: objectOf(() => factories.string()),
|
|
@@ -16898,6 +17256,10 @@ const factories = {
|
|
|
16898
17256
|
flow_authorization: factories['io.flow.payment.v0.unions.authorization'](),
|
|
16899
17257
|
}),
|
|
16900
17258
|
|
|
17259
|
+
'io.flow.internal.v0.models.markets_order_summary': (): io.flow.internal.v0.models.MarketsOrderSummary => ({
|
|
17260
|
+
id: factories.string(),
|
|
17261
|
+
}),
|
|
17262
|
+
|
|
16901
17263
|
'io.flow.internal.v0.models.matias_item': (): io.flow.internal.v0.models.MatiasItem => ({
|
|
16902
17264
|
id: factories.string(),
|
|
16903
17265
|
number: factories.string(),
|
|
@@ -17575,6 +17937,7 @@ const factories = {
|
|
|
17575
17937
|
destination: factories['io.flow.fulfillment.v0.models.shipping_address'](),
|
|
17576
17938
|
error: factories.string(),
|
|
17577
17939
|
created_at: factories.string(),
|
|
17940
|
+
cancelled_at: factories.date_time_iso_8601(),
|
|
17578
17941
|
}),
|
|
17579
17942
|
|
|
17580
17943
|
'io.flow.internal.v0.models.order_validation_failure_upserted': (): io.flow.internal.v0.models.OrderValidationFailureUpserted => ({
|
|
@@ -18665,8 +19028,11 @@ const factories = {
|
|
|
18665
19028
|
updated_by_user_id: factories.string(),
|
|
18666
19029
|
flagged_for_keywords_at: factories.date_time_iso_8601(),
|
|
18667
19030
|
automatically_restricted_at: factories.date_time_iso_8601(),
|
|
19031
|
+
auto_reviewed_at: factories.date_time_iso_8601(),
|
|
19032
|
+
auto_review_status: factories['io.flow.internal.v0.enums.restriction_status'](),
|
|
18668
19033
|
manually_reviewed_at: factories.date_time_iso_8601(),
|
|
18669
19034
|
manually_reviewed_by: factories.string(),
|
|
19035
|
+
cause_rule_id: factories.string(),
|
|
18670
19036
|
}),
|
|
18671
19037
|
|
|
18672
19038
|
'io.flow.internal.v0.models.product_restriction_rule_decision_deleted': (): io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted => ({
|
|
@@ -18718,6 +19084,12 @@ const factories = {
|
|
|
18718
19084
|
shipping_notification_id: factories.string(),
|
|
18719
19085
|
}),
|
|
18720
19086
|
|
|
19087
|
+
'io.flow.internal.v0.models.proof_of_posting_time_elapsed': (): io.flow.internal.v0.models.ProofOfPostingTimeElapsed => ({
|
|
19088
|
+
discriminator: 'time_elapsed',
|
|
19089
|
+
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
19090
|
+
created_at: factories.date_time_iso_8601(),
|
|
19091
|
+
}),
|
|
19092
|
+
|
|
18721
19093
|
'io.flow.internal.v0.models.quote': (): io.flow.internal.v0.models.Quote => ({
|
|
18722
19094
|
id: factories.string(),
|
|
18723
19095
|
base: factories.string(),
|
|
@@ -19212,6 +19584,7 @@ const factories = {
|
|
|
19212
19584
|
type: factories['io.flow.internal.v0.enums.report_type'](),
|
|
19213
19585
|
from: factories.date_time_iso_8601(),
|
|
19214
19586
|
to: factories.date_time_iso_8601(),
|
|
19587
|
+
payment_type: factories['io.flow.internal.v0.enums.report_payment_type'](),
|
|
19215
19588
|
url: factories.string(),
|
|
19216
19589
|
processed_at: factories.date_time_iso_8601(),
|
|
19217
19590
|
}),
|
|
@@ -19234,9 +19607,20 @@ const factories = {
|
|
|
19234
19607
|
}),
|
|
19235
19608
|
|
|
19236
19609
|
'io.flow.internal.v0.models.report_form': (): io.flow.internal.v0.models.ReportForm => ({
|
|
19610
|
+
type: factories['io.flow.internal.v0.enums.report_type'](),
|
|
19237
19611
|
from: factories.date_time_iso_8601(),
|
|
19238
19612
|
to: factories.date_time_iso_8601(),
|
|
19239
|
-
|
|
19613
|
+
payment_type: factories['io.flow.internal.v0.enums.report_payment_type'](),
|
|
19614
|
+
orders: arrayOf(() => factories['io.flow.internal.v0.models.report_order_reference']()),
|
|
19615
|
+
}),
|
|
19616
|
+
|
|
19617
|
+
'io.flow.internal.v0.models.report_merchant': (): io.flow.internal.v0.models.ReportMerchant => ({
|
|
19618
|
+
id: factories.string(),
|
|
19619
|
+
}),
|
|
19620
|
+
|
|
19621
|
+
'io.flow.internal.v0.models.report_order_reference': (): io.flow.internal.v0.models.ReportOrderReference => ({
|
|
19622
|
+
organization_id: factories.string(),
|
|
19623
|
+
order_number: factories.string(),
|
|
19240
19624
|
}),
|
|
19241
19625
|
|
|
19242
19626
|
'io.flow.internal.v0.models.report_owner': (): io.flow.internal.v0.models.ReportOwner => ({
|
|
@@ -19386,7 +19770,6 @@ const factories = {
|
|
|
19386
19770
|
tax: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19387
19771
|
duty: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19388
19772
|
freight: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19389
|
-
refund: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19390
19773
|
}),
|
|
19391
19774
|
|
|
19392
19775
|
'io.flow.internal.v0.models.reporting_monetary_value': (): io.flow.internal.v0.models.ReportingMonetaryValue => ({
|
|
@@ -19722,6 +20105,13 @@ const factories = {
|
|
|
19722
20105
|
count: factories.long(),
|
|
19723
20106
|
}),
|
|
19724
20107
|
|
|
20108
|
+
'io.flow.internal.v0.models.restriction_rule_override': (): io.flow.internal.v0.models.RestrictionRuleOverride => ({
|
|
20109
|
+
id: factories.string(),
|
|
20110
|
+
organization_id: factories.string(),
|
|
20111
|
+
rule_id: factories.string(),
|
|
20112
|
+
value_threshold_usd: factories.decimal(),
|
|
20113
|
+
}),
|
|
20114
|
+
|
|
19725
20115
|
'io.flow.internal.v0.models.restriction_rule_summary': (): io.flow.internal.v0.models.RestrictionRuleSummary => ({
|
|
19726
20116
|
id: factories.string(),
|
|
19727
20117
|
name: factories.string(),
|
|
@@ -19898,6 +20288,7 @@ const factories = {
|
|
|
19898
20288
|
payment: factories['io.flow.internal.v0.models.report_payment'](),
|
|
19899
20289
|
bank_account: factories['io.flow.internal.v0.models.report_bank_account_cleartext'](),
|
|
19900
20290
|
account: factories['io.flow.internal.v0.models.report_account'](),
|
|
20291
|
+
merchant: factories['io.flow.internal.v0.models.report_merchant'](),
|
|
19901
20292
|
owner: factories['io.flow.internal.v0.models.report_owner'](),
|
|
19902
20293
|
description: factories.string(),
|
|
19903
20294
|
}),
|
|
@@ -20263,6 +20654,7 @@ const factories = {
|
|
|
20263
20654
|
api_key_masked: factories.string(),
|
|
20264
20655
|
api_password_masked: factories.string(),
|
|
20265
20656
|
access_token_masked: factories.string(),
|
|
20657
|
+
shopify_plan_name: factories['io.flow.shopify.external.v0.enums.shopify_plan_name'](),
|
|
20266
20658
|
}),
|
|
20267
20659
|
|
|
20268
20660
|
'io.flow.internal.v0.models.shopify_markets_shop_deleted': (): io.flow.internal.v0.models.ShopifyMarketsShopDeleted => ({
|
|
@@ -20281,6 +20673,7 @@ const factories = {
|
|
|
20281
20673
|
api_key: factories.string(),
|
|
20282
20674
|
api_password: factories.string(),
|
|
20283
20675
|
access_token: factories.string(),
|
|
20676
|
+
shopify_plan_name: factories['io.flow.shopify.external.v0.enums.shopify_plan_name'](),
|
|
20284
20677
|
}),
|
|
20285
20678
|
|
|
20286
20679
|
'io.flow.internal.v0.models.shopify_markets_shop_statistics_deleted': (): io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted => ({
|
|
@@ -20641,6 +21034,7 @@ const factories = {
|
|
|
20641
21034
|
initial_catalog_synced_at: factories.date_time_iso_8601(),
|
|
20642
21035
|
catalog_sync_duration: factories.long(),
|
|
20643
21036
|
catalog_products_count: factories.long(),
|
|
21037
|
+
initial_product_restrictions_synced_at: factories.date_time_iso_8601(),
|
|
20644
21038
|
}),
|
|
20645
21039
|
|
|
20646
21040
|
'io.flow.internal.v0.models.shopify_shop_upserted': (): io.flow.internal.v0.models.ShopifyShopUpserted => ({
|
|
@@ -20650,9 +21044,9 @@ const factories = {
|
|
|
20650
21044
|
shop: factories['io.flow.internal.v0.models.shop'](),
|
|
20651
21045
|
}),
|
|
20652
21046
|
|
|
20653
|
-
'io.flow.internal.v0.models.
|
|
20654
|
-
|
|
20655
|
-
|
|
21047
|
+
'io.flow.internal.v0.models.shopify_store_detail': (): io.flow.internal.v0.models.ShopifyStoreDetail => ({
|
|
21048
|
+
shopify_domain: factories.string(),
|
|
21049
|
+
shop_id: factories.string(),
|
|
20656
21050
|
}),
|
|
20657
21051
|
|
|
20658
21052
|
'io.flow.internal.v0.models.shopify_webhook': (): io.flow.internal.v0.models.ShopifyWebhook => ({
|
|
@@ -21175,38 +21569,6 @@ const factories = {
|
|
|
21175
21569
|
values: arrayOf(() => factories['io.flow.internal.v0.models.label_aliases']()),
|
|
21176
21570
|
}),
|
|
21177
21571
|
|
|
21178
|
-
'io.flow.internal.v0.models.svb_virtual_card_clearing': (): io.flow.internal.v0.models.SvbVirtualCardClearing => ({
|
|
21179
|
-
id: factories.string(),
|
|
21180
|
-
virtual_card_id: factories.string(),
|
|
21181
|
-
number: factories.string(),
|
|
21182
|
-
amount: factories.integer(),
|
|
21183
|
-
currency: factories.string(),
|
|
21184
|
-
date: factories.date_time_iso_8601(),
|
|
21185
|
-
clearing_type: factories.string(),
|
|
21186
|
-
exchange_rate: factories.string(),
|
|
21187
|
-
mcc: factories.string(),
|
|
21188
|
-
mcc_description: factories.string(),
|
|
21189
|
-
merchant_amount: factories.integer(),
|
|
21190
|
-
merchant_currency: factories.string(),
|
|
21191
|
-
merchant_id: factories.string(),
|
|
21192
|
-
merchant_name: factories.string(),
|
|
21193
|
-
settlement_date: factories.date_time_iso_8601(),
|
|
21194
|
-
}),
|
|
21195
|
-
|
|
21196
|
-
'io.flow.internal.v0.models.svb_virtual_card_clearing_deleted': (): io.flow.internal.v0.models.SvbVirtualCardClearingDeleted => ({
|
|
21197
|
-
discriminator: 'svb_virtual_card_clearing_deleted',
|
|
21198
|
-
event_id: factories.string(),
|
|
21199
|
-
timestamp: factories.date_time_iso_8601(),
|
|
21200
|
-
svb_virtual_card_clearing: factories['io.flow.internal.v0.models.svb_virtual_card_clearing'](),
|
|
21201
|
-
}),
|
|
21202
|
-
|
|
21203
|
-
'io.flow.internal.v0.models.svb_virtual_card_clearing_upserted': (): io.flow.internal.v0.models.SvbVirtualCardClearingUpserted => ({
|
|
21204
|
-
discriminator: 'svb_virtual_card_clearing_upserted',
|
|
21205
|
-
event_id: factories.string(),
|
|
21206
|
-
timestamp: factories.date_time_iso_8601(),
|
|
21207
|
-
svb_virtual_card_clearing: factories['io.flow.internal.v0.models.svb_virtual_card_clearing'](),
|
|
21208
|
-
}),
|
|
21209
|
-
|
|
21210
21572
|
'io.flow.internal.v0.models.svitlana_item': (): io.flow.internal.v0.models.SvitlanaItem => ({
|
|
21211
21573
|
id: factories.string(),
|
|
21212
21574
|
number: factories.string(),
|
|
@@ -21294,7 +21656,7 @@ const factories = {
|
|
|
21294
21656
|
type_id: factories.string(),
|
|
21295
21657
|
source_type: factories.string(),
|
|
21296
21658
|
source_id: factories.string(),
|
|
21297
|
-
environment: factories.
|
|
21659
|
+
environment: factories['io.flow.common.v0.enums.environment'](),
|
|
21298
21660
|
created_at: factories.date_time_iso_8601(),
|
|
21299
21661
|
num_attempts: factories.integer(),
|
|
21300
21662
|
next_attempt_at: factories.date_time_iso_8601(),
|
|
@@ -21935,31 +22297,6 @@ const factories = {
|
|
|
21935
22297
|
address: factories.string(),
|
|
21936
22298
|
}),
|
|
21937
22299
|
|
|
21938
|
-
'io.flow.internal.v0.models.virtual_card_provider': (): io.flow.internal.v0.models.VirtualCardProvider => ({
|
|
21939
|
-
id: factories.string(),
|
|
21940
|
-
organization_id: factories.string(),
|
|
21941
|
-
provider: factories.string(),
|
|
21942
|
-
attributes: objectOf(() => factories.string()),
|
|
21943
|
-
created_at: factories.date_time_iso_8601(),
|
|
21944
|
-
updated_at: factories.date_time_iso_8601(),
|
|
21945
|
-
}),
|
|
21946
|
-
|
|
21947
|
-
'io.flow.internal.v0.models.virtual_card_provider_deleted': (): io.flow.internal.v0.models.VirtualCardProviderDeleted => ({
|
|
21948
|
-
discriminator: 'virtual_card_provider_deleted',
|
|
21949
|
-
event_id: factories.string(),
|
|
21950
|
-
timestamp: factories.date_time_iso_8601(),
|
|
21951
|
-
id: factories.string(),
|
|
21952
|
-
provider: factories['io.flow.internal.v0.models.virtual_card_provider'](),
|
|
21953
|
-
}),
|
|
21954
|
-
|
|
21955
|
-
'io.flow.internal.v0.models.virtual_card_provider_upserted': (): io.flow.internal.v0.models.VirtualCardProviderUpserted => ({
|
|
21956
|
-
discriminator: 'virtual_card_provider_upserted',
|
|
21957
|
-
event_id: factories.string(),
|
|
21958
|
-
timestamp: factories.date_time_iso_8601(),
|
|
21959
|
-
id: factories.string(),
|
|
21960
|
-
provider: factories['io.flow.internal.v0.models.virtual_card_provider'](),
|
|
21961
|
-
}),
|
|
21962
|
-
|
|
21963
22300
|
'io.flow.internal.v0.models.virtual_card_transaction': (): io.flow.internal.v0.models.VirtualCardTransaction => ({
|
|
21964
22301
|
discriminator: 'virtual_card_transaction',
|
|
21965
22302
|
virtual_card: factories['io.flow.payment.v0.models.virtual_card_reference'](),
|
|
@@ -22392,6 +22729,8 @@ const factories = {
|
|
|
22392
22729
|
() => factories['io.flow.internal.v0.models.label_invoice_request_deleted'](),
|
|
22393
22730
|
() => factories['io.flow.internal.v0.models.carrier_charge_upserted'](),
|
|
22394
22731
|
() => factories['io.flow.internal.v0.models.carrier_charge_deleted'](),
|
|
22732
|
+
() => factories['io.flow.internal.v0.models.bank_payment_order_upserted'](),
|
|
22733
|
+
() => factories['io.flow.internal.v0.models.bank_payment_order_deleted'](),
|
|
22395
22734
|
() => factories['io.flow.internal.v0.models.fraud_review_upserted'](),
|
|
22396
22735
|
() => factories['io.flow.internal.v0.models.fraud_review_deleted'](),
|
|
22397
22736
|
() => factories['io.flow.internal.v0.models.fraud_pending_review_upserted'](),
|
|
@@ -22495,8 +22834,6 @@ const factories = {
|
|
|
22495
22834
|
() => factories['io.flow.internal.v0.models.payment_processor_account_deleted'](),
|
|
22496
22835
|
() => factories['io.flow.internal.v0.models.payment_processor_merchant_upserted'](),
|
|
22497
22836
|
() => factories['io.flow.internal.v0.models.payment_processor_merchant_deleted'](),
|
|
22498
|
-
() => factories['io.flow.internal.v0.models.virtual_card_provider_upserted'](),
|
|
22499
|
-
() => factories['io.flow.internal.v0.models.virtual_card_provider_deleted'](),
|
|
22500
22837
|
() => factories['io.flow.internal.v0.models.authorization_bundle_upserted'](),
|
|
22501
22838
|
() => factories['io.flow.internal.v0.models.authorization_bundle_deleted'](),
|
|
22502
22839
|
() => factories['io.flow.internal.v0.models.organization_payment_setting_upserted'](),
|
|
@@ -22550,6 +22887,8 @@ const factories = {
|
|
|
22550
22887
|
() => factories['io.flow.internal.v0.models.shopify_markets_metrics_deleted'](),
|
|
22551
22888
|
() => factories['io.flow.internal.v0.models.channel_order_summary_upserted'](),
|
|
22552
22889
|
() => factories['io.flow.internal.v0.models.channel_order_summary_deleted'](),
|
|
22890
|
+
() => factories['io.flow.internal.v0.models.channel_organization_identifier_upserted'](),
|
|
22891
|
+
() => factories['io.flow.internal.v0.models.channel_organization_identifier_deleted'](),
|
|
22553
22892
|
() => factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_upserted'](),
|
|
22554
22893
|
() => factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_deleted'](),
|
|
22555
22894
|
() => factories['io.flow.internal.v0.models.shopify_order_fulfillments_snapshot_upserted'](),
|
|
@@ -22562,8 +22901,6 @@ const factories = {
|
|
|
22562
22901
|
() => factories['io.flow.internal.v0.models.stripe_capture_upserted'](),
|
|
22563
22902
|
() => factories['io.flow.internal.v0.models.stripe_refund_deleted'](),
|
|
22564
22903
|
() => factories['io.flow.internal.v0.models.stripe_refund_upserted'](),
|
|
22565
|
-
() => factories['io.flow.internal.v0.models.svb_virtual_card_clearing_upserted'](),
|
|
22566
|
-
() => factories['io.flow.internal.v0.models.svb_virtual_card_clearing_deleted'](),
|
|
22567
22904
|
() => factories['io.flow.internal.v0.models.liability_remittance_plan_upserted'](),
|
|
22568
22905
|
() => factories['io.flow.internal.v0.models.liability_remittance_plan_deleted'](),
|
|
22569
22906
|
() => factories['io.flow.internal.v0.models.svitlana_item_upserted'](),
|
|
@@ -22602,6 +22939,15 @@ const factories = {
|
|
|
22602
22939
|
return f();
|
|
22603
22940
|
},
|
|
22604
22941
|
|
|
22942
|
+
'io.flow.internal.v0.unions.explicit_statement_form': (): io.flow.internal.v0.unions.ExplicitStatementForm => {
|
|
22943
|
+
const f = faker.helpers.arrayElement([
|
|
22944
|
+
() => factories['io.flow.internal.v0.models.explicit_statement_form_transaction_ids'](),
|
|
22945
|
+
() => factories['io.flow.internal.v0.models.explicit_statement_form_all_pending_posted_transactions'](),
|
|
22946
|
+
]);
|
|
22947
|
+
|
|
22948
|
+
return f();
|
|
22949
|
+
},
|
|
22950
|
+
|
|
22605
22951
|
'io.flow.internal.v0.unions.export_schedule': (): io.flow.internal.v0.unions.ExportSchedule => {
|
|
22606
22952
|
const f = faker.helpers.arrayElement([
|
|
22607
22953
|
() => factories['io.flow.internal.v0.models.export_schedule_daily'](),
|
|
@@ -22973,6 +23319,7 @@ const factories = {
|
|
|
22973
23319
|
() => factories['io.flow.internal.v0.models.proof_of_posting_shipping_notification'](),
|
|
22974
23320
|
() => factories['io.flow.internal.v0.models.proof_of_posting_order_cancellation'](),
|
|
22975
23321
|
() => factories['io.flow.internal.v0.models.proof_of_posting_order_combined_shipment'](),
|
|
23322
|
+
() => factories['io.flow.internal.v0.models.proof_of_posting_time_elapsed'](),
|
|
22976
23323
|
]);
|
|
22977
23324
|
|
|
22978
23325
|
return f();
|
|
@@ -23086,7 +23433,7 @@ const factories = {
|
|
|
23086
23433
|
'io.flow.internal.v0.unions.task_metadata': (): io.flow.internal.v0.unions.TaskMetadata => {
|
|
23087
23434
|
const f = faker.helpers.arrayElement([
|
|
23088
23435
|
() => factories['io.flow.internal.v0.models.statement_creation_metadata'](),
|
|
23089
|
-
() => factories['io.flow.internal.v0.models.
|
|
23436
|
+
() => factories['io.flow.internal.v0.models.accounting_pending_order_metadata'](),
|
|
23090
23437
|
]);
|
|
23091
23438
|
|
|
23092
23439
|
return f();
|
|
@@ -23517,6 +23864,13 @@ const factories = {
|
|
|
23517
23864
|
number: factories.string(),
|
|
23518
23865
|
}),
|
|
23519
23866
|
|
|
23867
|
+
'io.flow.label.v0.models.label_processing_modification': (): io.flow.label.v0.models.LabelProcessingModification => ({
|
|
23868
|
+
id: factories.string(),
|
|
23869
|
+
modifications: arrayOf(() => factories.string()),
|
|
23870
|
+
destination: factories['io.flow.fulfillment.v0.models.shipping_address'](),
|
|
23871
|
+
destination_provided_to_carrier: factories['io.flow.fulfillment.v0.models.shipping_address'](),
|
|
23872
|
+
}),
|
|
23873
|
+
|
|
23520
23874
|
'io.flow.label.v0.models.label_reference': (): io.flow.label.v0.models.LabelReference => ({
|
|
23521
23875
|
id: factories.string(),
|
|
23522
23876
|
}),
|
|
@@ -24158,6 +24512,7 @@ const factories = {
|
|
|
24158
24512
|
|
|
24159
24513
|
'io.flow.organization.onboarding.state.v0.models.deactivation_put_form': (): io.flow.organization.onboarding.state.v0.models.DeactivationPutForm => ({
|
|
24160
24514
|
reason: factories.string(),
|
|
24515
|
+
deactivate_at: factories.date_time_iso_8601(),
|
|
24161
24516
|
}),
|
|
24162
24517
|
|
|
24163
24518
|
'io.flow.organization.onboarding.state.v0.models.in_compliance_review': (): io.flow.organization.onboarding.state.v0.models.InComplianceReview => ({
|
|
@@ -24173,6 +24528,7 @@ const factories = {
|
|
|
24173
24528
|
'io.flow.organization.onboarding.state.v0.models.merchant_deactivated': (): io.flow.organization.onboarding.state.v0.models.MerchantDeactivated => ({
|
|
24174
24529
|
discriminator: 'merchant_deactivated',
|
|
24175
24530
|
reason: factories.string(),
|
|
24531
|
+
deactivate_at: factories.date_time_iso_8601(),
|
|
24176
24532
|
}),
|
|
24177
24533
|
|
|
24178
24534
|
'io.flow.organization.onboarding.state.v0.models.merchant_disabled': (): io.flow.organization.onboarding.state.v0.models.MerchantDisabled => ({
|
|
@@ -24803,6 +25159,7 @@ const factories = {
|
|
|
24803
25159
|
currency: factories.string(),
|
|
24804
25160
|
base_amount: factories.decimal(),
|
|
24805
25161
|
base_currency: factories.string(),
|
|
25162
|
+
reference: factories.string(),
|
|
24806
25163
|
}),
|
|
24807
25164
|
|
|
24808
25165
|
'io.flow.payment.gateway.v0.models.payment_authorization_status': (): io.flow.payment.gateway.v0.models.PaymentAuthorizationStatus => ({
|
|
@@ -24816,6 +25173,7 @@ const factories = {
|
|
|
24816
25173
|
currency: factories.string(),
|
|
24817
25174
|
base_amount: factories.decimal(),
|
|
24818
25175
|
base_currency: factories.string(),
|
|
25176
|
+
reference: factories.string(),
|
|
24819
25177
|
created_at: factories.date_time_iso_8601(),
|
|
24820
25178
|
updated_at: factories.date_time_iso_8601(),
|
|
24821
25179
|
status: factories['io.flow.payment.gateway.v0.models.payment_capture_status'](),
|
|
@@ -24824,6 +25182,7 @@ const factories = {
|
|
|
24824
25182
|
'io.flow.payment.gateway.v0.models.payment_capture_form': (): io.flow.payment.gateway.v0.models.PaymentCaptureForm => ({
|
|
24825
25183
|
amount: factories.decimal(),
|
|
24826
25184
|
currency: factories.string(),
|
|
25185
|
+
reference: factories.string(),
|
|
24827
25186
|
attributes: objectOf(() => factories.string()),
|
|
24828
25187
|
}),
|
|
24829
25188
|
|
|
@@ -24942,6 +25301,7 @@ const factories = {
|
|
|
24942
25301
|
device_fingerprint_details: factories['io.flow.payment.gateway.v0.unions.device_fingerprint_details'](),
|
|
24943
25302
|
cvv: factories.string(),
|
|
24944
25303
|
stored_details_card: factories['io.flow.payment.gateway.v0.unions.payment_method_stored_details_card'](),
|
|
25304
|
+
reference: factories.string(),
|
|
24945
25305
|
}),
|
|
24946
25306
|
|
|
24947
25307
|
'io.flow.payment.gateway.v0.models.payment_method_data_authorize_googlepay': (): io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeGooglepay => ({
|
|
@@ -24977,42 +25337,43 @@ const factories = {
|
|
|
24977
25337
|
|
|
24978
25338
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_afterpay': (): io.flow.payment.gateway.v0.models.PaymentMethodDataInitAfterpay => ({
|
|
24979
25339
|
type: 'init_afterpay',
|
|
24980
|
-
|
|
25340
|
+
reference: factories.string(),
|
|
24981
25341
|
}),
|
|
24982
25342
|
|
|
24983
25343
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_applepay': (): io.flow.payment.gateway.v0.models.PaymentMethodDataInitApplepay => ({
|
|
24984
25344
|
type: 'init_applepay',
|
|
24985
|
-
|
|
25345
|
+
reference: factories.string(),
|
|
24986
25346
|
}),
|
|
24987
25347
|
|
|
24988
25348
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_bancontact': (): io.flow.payment.gateway.v0.models.PaymentMethodDataInitBancontact => ({
|
|
24989
25349
|
type: 'init_bancontact',
|
|
24990
|
-
|
|
25350
|
+
reference: factories.string(),
|
|
24991
25351
|
}),
|
|
24992
25352
|
|
|
24993
25353
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_googlepay': (): io.flow.payment.gateway.v0.models.PaymentMethodDataInitGooglepay => ({
|
|
24994
25354
|
type: 'init_googlepay',
|
|
24995
|
-
|
|
25355
|
+
reference: factories.string(),
|
|
24996
25356
|
}),
|
|
24997
25357
|
|
|
24998
25358
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_ideal': (): io.flow.payment.gateway.v0.models.PaymentMethodDataInitIdeal => ({
|
|
24999
25359
|
type: 'init_ideal',
|
|
25000
25360
|
issuer: factories.string(),
|
|
25361
|
+
reference: factories.string(),
|
|
25001
25362
|
}),
|
|
25002
25363
|
|
|
25003
25364
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_klarna': (): io.flow.payment.gateway.v0.models.PaymentMethodDataInitKlarna => ({
|
|
25004
25365
|
type: 'init_klarna',
|
|
25005
|
-
|
|
25366
|
+
reference: factories.string(),
|
|
25006
25367
|
}),
|
|
25007
25368
|
|
|
25008
25369
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_paypal': (): io.flow.payment.gateway.v0.models.PaymentMethodDataInitPaypal => ({
|
|
25009
25370
|
type: 'init_paypal',
|
|
25010
|
-
|
|
25371
|
+
reference: factories.string(),
|
|
25011
25372
|
}),
|
|
25012
25373
|
|
|
25013
25374
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_sofort': (): io.flow.payment.gateway.v0.models.PaymentMethodDataInitSofort => ({
|
|
25014
25375
|
type: 'init_sofort',
|
|
25015
|
-
|
|
25376
|
+
reference: factories.string(),
|
|
25016
25377
|
}),
|
|
25017
25378
|
|
|
25018
25379
|
'io.flow.payment.gateway.v0.models.payment_method_data_option_logo_svg': (): io.flow.payment.gateway.v0.models.PaymentMethodDataOptionLogoSvg => ({
|
|
@@ -25134,6 +25495,7 @@ const factories = {
|
|
|
25134
25495
|
currency: factories.string(),
|
|
25135
25496
|
base_amount: factories.decimal(),
|
|
25136
25497
|
base_currency: factories.string(),
|
|
25498
|
+
reference: factories.string(),
|
|
25137
25499
|
created_at: factories.date_time_iso_8601(),
|
|
25138
25500
|
updated_at: factories.date_time_iso_8601(),
|
|
25139
25501
|
status: factories['io.flow.payment.gateway.v0.models.payment_refund_status'](),
|
|
@@ -25142,6 +25504,7 @@ const factories = {
|
|
|
25142
25504
|
'io.flow.payment.gateway.v0.models.payment_refund_form': (): io.flow.payment.gateway.v0.models.PaymentRefundForm => ({
|
|
25143
25505
|
amount: factories.decimal(),
|
|
25144
25506
|
currency: factories.string(),
|
|
25507
|
+
reference: factories.string(),
|
|
25145
25508
|
}),
|
|
25146
25509
|
|
|
25147
25510
|
'io.flow.payment.gateway.v0.models.payment_refund_status': (): io.flow.payment.gateway.v0.models.PaymentRefundStatus => ({
|
|
@@ -25215,6 +25578,7 @@ const factories = {
|
|
|
25215
25578
|
currency: factories.string(),
|
|
25216
25579
|
base_amount: factories.decimal(),
|
|
25217
25580
|
base_currency: factories.string(),
|
|
25581
|
+
reference: factories.string(),
|
|
25218
25582
|
created_at: factories.date_time_iso_8601(),
|
|
25219
25583
|
updated_at: factories.date_time_iso_8601(),
|
|
25220
25584
|
status: factories['io.flow.payment.gateway.v0.models.payment_reversal_status'](),
|
|
@@ -25223,6 +25587,7 @@ const factories = {
|
|
|
25223
25587
|
'io.flow.payment.gateway.v0.models.payment_reversal_form': (): io.flow.payment.gateway.v0.models.PaymentReversalForm => ({
|
|
25224
25588
|
amount: factories.decimal(),
|
|
25225
25589
|
currency: factories.string(),
|
|
25590
|
+
reference: factories.string(),
|
|
25226
25591
|
}),
|
|
25227
25592
|
|
|
25228
25593
|
'io.flow.payment.gateway.v0.models.payment_reversal_status': (): io.flow.payment.gateway.v0.models.PaymentReversalStatus => ({
|
|
@@ -26249,15 +26614,6 @@ const factories = {
|
|
|
26249
26614
|
description: factories.string(),
|
|
26250
26615
|
}),
|
|
26251
26616
|
|
|
26252
|
-
'io.flow.payment.internal.v0.models.virtual_card_provider': (): io.flow.payment.internal.v0.models.VirtualCardProvider => ({
|
|
26253
|
-
id: factories.string(),
|
|
26254
|
-
organization_id: factories.string(),
|
|
26255
|
-
provider: factories.string(),
|
|
26256
|
-
attributes: objectOf(() => factories.string()),
|
|
26257
|
-
created_at: factories.date_time_iso_8601(),
|
|
26258
|
-
updated_at: factories.date_time_iso_8601(),
|
|
26259
|
-
}),
|
|
26260
|
-
|
|
26261
26617
|
'io.flow.payment.internal.v0.unions.authorization_payload': (): io.flow.payment.internal.v0.unions.AuthorizationPayload => {
|
|
26262
26618
|
const f = faker.helpers.arrayElement([
|
|
26263
26619
|
() => factories['io.flow.payment.internal.v0.models.apple_pay_authorization_payload'](),
|
|
@@ -27429,11 +27785,6 @@ const factories = {
|
|
|
27429
27785
|
virtual_card_capture: factories['io.flow.payment.v0.models.virtual_card_capture'](),
|
|
27430
27786
|
}),
|
|
27431
27787
|
|
|
27432
|
-
'io.flow.payment.v0.models.virtual_card_form': (): io.flow.payment.v0.models.VirtualCardForm => ({
|
|
27433
|
-
limit: factories['io.flow.common.v0.models.money'](),
|
|
27434
|
-
attributes: objectOf(() => factories.string()),
|
|
27435
|
-
}),
|
|
27436
|
-
|
|
27437
27788
|
'io.flow.payment.v0.models.virtual_card_reference': (): io.flow.payment.v0.models.VirtualCardReference => ({
|
|
27438
27789
|
id: factories.string(),
|
|
27439
27790
|
}),
|
|
@@ -29035,6 +29386,30 @@ const factories = {
|
|
|
29035
29386
|
'io.flow.shopify.external.v0.enums.shopify_customer_state': (): io.flow.shopify.external.v0.enums.ShopifyCustomerState => faker.helpers.arrayElement(['disabled', 'invited', 'enabled']),
|
|
29036
29387
|
'io.flow.shopify.external.v0.enums.shopify_discount_pagination_direction': (): io.flow.shopify.external.v0.enums.ShopifyDiscountPaginationDirection => faker.helpers.arrayElement(['next', 'prev']),
|
|
29037
29388
|
'io.flow.shopify.external.v0.enums.shopify_gift_card_status': (): io.flow.shopify.external.v0.enums.ShopifyGiftCardStatus => faker.helpers.arrayElement(['any', 'enabled', 'disabled']),
|
|
29389
|
+
|
|
29390
|
+
'io.flow.shopify.external.v0.enums.shopify_plan_name': (): io.flow.shopify.external.v0.enums.ShopifyPlanName => faker.helpers.arrayElement([
|
|
29391
|
+
'basic',
|
|
29392
|
+
'business',
|
|
29393
|
+
'cancelled',
|
|
29394
|
+
'dormant',
|
|
29395
|
+
'enterprise',
|
|
29396
|
+
'fraudulent',
|
|
29397
|
+
'frozen',
|
|
29398
|
+
'npo_full',
|
|
29399
|
+
'npo_lite',
|
|
29400
|
+
'open_learning',
|
|
29401
|
+
'paid_trial',
|
|
29402
|
+
'professional',
|
|
29403
|
+
'retail',
|
|
29404
|
+
'shopify_alumni',
|
|
29405
|
+
'shopify_plus',
|
|
29406
|
+
'staff',
|
|
29407
|
+
'staff_business',
|
|
29408
|
+
'starter',
|
|
29409
|
+
'starter_2022',
|
|
29410
|
+
'unlimited',
|
|
29411
|
+
]),
|
|
29412
|
+
|
|
29038
29413
|
'io.flow.shopify.external.v0.enums.shopify_processing_method_type': (): io.flow.shopify.external.v0.enums.ShopifyProcessingMethodType => faker.helpers.arrayElement(['checkout', 'direct', 'manual', 'offsite', 'express']),
|
|
29039
29414
|
|
|
29040
29415
|
'io.flow.shopify.external.v0.enums.shopify_transaction_error_code': (): io.flow.shopify.external.v0.enums.ShopifyTransactionErrorCode => faker.helpers.arrayElement([
|
|
@@ -29922,6 +30297,12 @@ const factories = {
|
|
|
29922
30297
|
carrier_identifier: factories.string(),
|
|
29923
30298
|
}),
|
|
29924
30299
|
|
|
30300
|
+
'io.flow.shopify.external.v0.models.shopify_shop_update': (): io.flow.shopify.external.v0.models.ShopifyShopUpdate => ({
|
|
30301
|
+
id: factories.long(),
|
|
30302
|
+
plan_display_name: factories.string(),
|
|
30303
|
+
plan_name: factories['io.flow.shopify.external.v0.enums.shopify_plan_name'](),
|
|
30304
|
+
}),
|
|
30305
|
+
|
|
29925
30306
|
'io.flow.shopify.external.v0.models.shopify_tax_line': (): io.flow.shopify.external.v0.models.ShopifyTaxLine => ({
|
|
29926
30307
|
price: factories.string(),
|
|
29927
30308
|
rate: factories.double(),
|
|
@@ -30058,6 +30439,22 @@ const factories = {
|
|
|
30058
30439
|
channel_order_summary: factories['io.flow.shopify.markets.internal.v0.models.channel_order_summary'](),
|
|
30059
30440
|
}),
|
|
30060
30441
|
|
|
30442
|
+
'io.flow.shopify.markets.internal.event.v0.models.channel_organization_identifier_deleted': (): io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierDeleted => ({
|
|
30443
|
+
discriminator: 'channel_organization_identifier_deleted',
|
|
30444
|
+
event_id: factories.string(),
|
|
30445
|
+
timestamp: factories.date_time_iso_8601(),
|
|
30446
|
+
channel_id: factories.string(),
|
|
30447
|
+
id: factories.string(),
|
|
30448
|
+
}),
|
|
30449
|
+
|
|
30450
|
+
'io.flow.shopify.markets.internal.event.v0.models.channel_organization_identifier_upserted': (): io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierUpserted => ({
|
|
30451
|
+
discriminator: 'channel_organization_identifier_upserted',
|
|
30452
|
+
event_id: factories.string(),
|
|
30453
|
+
timestamp: factories.date_time_iso_8601(),
|
|
30454
|
+
channel_id: factories.string(),
|
|
30455
|
+
channel_organization_identifier: factories['io.flow.shopify.markets.internal.v0.models.channel_organization_identifier'](),
|
|
30456
|
+
}),
|
|
30457
|
+
|
|
30061
30458
|
'io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_deleted': (): io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted => ({
|
|
30062
30459
|
discriminator: 'shopify_markets_metrics_deleted',
|
|
30063
30460
|
event_id: factories.string(),
|
|
@@ -30155,6 +30552,8 @@ const factories = {
|
|
|
30155
30552
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_deleted'](),
|
|
30156
30553
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_upserted'](),
|
|
30157
30554
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_deleted'](),
|
|
30555
|
+
() => factories['io.flow.shopify.markets.internal.event.v0.models.channel_organization_identifier_upserted'](),
|
|
30556
|
+
() => factories['io.flow.shopify.markets.internal.event.v0.models.channel_organization_identifier_deleted'](),
|
|
30158
30557
|
]);
|
|
30159
30558
|
|
|
30160
30559
|
return f();
|
|
@@ -30224,6 +30623,12 @@ const factories = {
|
|
|
30224
30623
|
timestamp: factories.date_time_iso_8601(),
|
|
30225
30624
|
}),
|
|
30226
30625
|
|
|
30626
|
+
'io.flow.shopify.markets.internal.v0.models.channel_organization_identifier': (): io.flow.shopify.markets.internal.v0.models.ChannelOrganizationIdentifier => ({
|
|
30627
|
+
id: factories.string(),
|
|
30628
|
+
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
30629
|
+
identifier: factories.string(),
|
|
30630
|
+
}),
|
|
30631
|
+
|
|
30227
30632
|
'io.flow.shopify.markets.internal.v0.models.flow_shop_validation_error': (): io.flow.shopify.markets.internal.v0.models.FlowShopValidationError => ({
|
|
30228
30633
|
message: factories.string(),
|
|
30229
30634
|
reason: factories.string(),
|
|
@@ -30241,6 +30646,10 @@ const factories = {
|
|
|
30241
30646
|
flow_authorization: factories['io.flow.payment.v0.unions.authorization'](),
|
|
30242
30647
|
}),
|
|
30243
30648
|
|
|
30649
|
+
'io.flow.shopify.markets.internal.v0.models.markets_order_summary': (): io.flow.shopify.markets.internal.v0.models.MarketsOrderSummary => ({
|
|
30650
|
+
id: factories.string(),
|
|
30651
|
+
}),
|
|
30652
|
+
|
|
30244
30653
|
'io.flow.shopify.markets.internal.v0.models.order_validation_error': (): io.flow.shopify.markets.internal.v0.models.OrderValidationError => ({
|
|
30245
30654
|
message: factories.string(),
|
|
30246
30655
|
reason: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_rejection_reason'](),
|
|
@@ -30316,6 +30725,7 @@ const factories = {
|
|
|
30316
30725
|
api_key_masked: factories.string(),
|
|
30317
30726
|
api_password_masked: factories.string(),
|
|
30318
30727
|
access_token_masked: factories.string(),
|
|
30728
|
+
shopify_plan_name: factories['io.flow.shopify.external.v0.enums.shopify_plan_name'](),
|
|
30319
30729
|
}),
|
|
30320
30730
|
|
|
30321
30731
|
'io.flow.shopify.markets.internal.v0.models.shopify_markets_shop_form': (): io.flow.shopify.markets.internal.v0.models.ShopifyMarketsShopForm => ({
|
|
@@ -30326,6 +30736,7 @@ const factories = {
|
|
|
30326
30736
|
api_key: factories.string(),
|
|
30327
30737
|
api_password: factories.string(),
|
|
30328
30738
|
access_token: factories.string(),
|
|
30739
|
+
shopify_plan_name: factories['io.flow.shopify.external.v0.enums.shopify_plan_name'](),
|
|
30329
30740
|
}),
|
|
30330
30741
|
|
|
30331
30742
|
'io.flow.shopify.markets.internal.v0.models.shopify_markets_shop_summary': (): io.flow.shopify.markets.internal.v0.models.ShopifyMarketsShopSummary => ({
|
|
@@ -30371,6 +30782,7 @@ const factories = {
|
|
|
30371
30782
|
initial_catalog_synced_at: factories.date_time_iso_8601(),
|
|
30372
30783
|
catalog_sync_duration: factories.long(),
|
|
30373
30784
|
catalog_products_count: factories.long(),
|
|
30785
|
+
initial_product_restrictions_synced_at: factories.date_time_iso_8601(),
|
|
30374
30786
|
}),
|
|
30375
30787
|
|
|
30376
30788
|
'io.flow.shopify.markets.internal.v0.models.third_party_logistics_partner': (): io.flow.shopify.markets.internal.v0.models.ThirdPartyLogisticsPartner => ({
|
|
@@ -30474,7 +30886,7 @@ const factories = {
|
|
|
30474
30886
|
'io.flow.shopify.markets.v0.enums.shopify_order_fulfillment_status_type': (): io.flow.shopify.markets.v0.enums.ShopifyOrderFulfillmentStatusType => faker.helpers.arrayElement(['fulfilled', 'null', 'partial']),
|
|
30475
30887
|
'io.flow.shopify.markets.v0.enums.shopify_order_inventory_behaviour': (): io.flow.shopify.markets.v0.enums.ShopifyOrderInventoryBehaviour => faker.helpers.arrayElement(['bypass', 'decrement_ignoring_policy', 'decrement_obeying_policy']),
|
|
30476
30888
|
'io.flow.shopify.markets.v0.enums.shopify_order_kind_type': (): io.flow.shopify.markets.v0.enums.ShopifyOrderKindType => faker.helpers.arrayElement(['authorization', 'capture', 'sale', 'void', 'refund']),
|
|
30477
|
-
'io.flow.shopify.markets.v0.enums.shopify_order_payment_gateway_names': (): io.flow.shopify.markets.v0.enums.ShopifyOrderPaymentGatewayNames => faker.helpers.arrayElement(['flow_commerce', 'gift_card', 'manual', 'shopify_payments']),
|
|
30889
|
+
'io.flow.shopify.markets.v0.enums.shopify_order_payment_gateway_names': (): io.flow.shopify.markets.v0.enums.ShopifyOrderPaymentGatewayNames => faker.helpers.arrayElement(['flow_commerce', 'gift_card', 'manual', 'shopify_payments', 'shop_cash']),
|
|
30478
30890
|
'io.flow.shopify.markets.v0.enums.shopify_order_processing_method_type': (): io.flow.shopify.markets.v0.enums.ShopifyOrderProcessingMethodType => faker.helpers.arrayElement(['checkout', 'direct', 'manual', 'offsite', 'express', 'deferred_payment']),
|
|
30479
30891
|
'io.flow.shopify.markets.v0.enums.shopify_order_restock_type': (): io.flow.shopify.markets.v0.enums.ShopifyOrderRestockType => faker.helpers.arrayElement(['no_restock', 'cancel', 'return']),
|
|
30480
30892
|
'io.flow.shopify.markets.v0.enums.shopify_order_status_type': (): io.flow.shopify.markets.v0.enums.ShopifyOrderStatusType => faker.helpers.arrayElement(['open', 'closed', 'cancelled', 'any']),
|
|
@@ -30552,6 +30964,7 @@ const factories = {
|
|
|
30552
30964
|
'themes/publish',
|
|
30553
30965
|
'themes/update',
|
|
30554
30966
|
'bulk_operations/finish',
|
|
30967
|
+
'shop/update',
|
|
30555
30968
|
]),
|
|
30556
30969
|
|
|
30557
30970
|
'io.flow.shopify.markets.v0.models.fulfillment_order_international_duties': (): io.flow.shopify.markets.v0.models.FulfillmentOrderInternationalDuties => ({
|
|
@@ -33040,185 +33453,6 @@ const factories = {
|
|
|
33040
33453
|
return f();
|
|
33041
33454
|
},
|
|
33042
33455
|
|
|
33043
|
-
'io.flow.svb.v0.enums.clearing_type': (): io.flow.svb.v0.enums.ClearingType => faker.helpers.arrayElement(['Credit', 'Debit']),
|
|
33044
|
-
|
|
33045
|
-
'io.flow.svb.v0.enums.notification_type': (): io.flow.svb.v0.enums.NotificationType => faker.helpers.arrayElement([
|
|
33046
|
-
'virtualcard.clearings',
|
|
33047
|
-
'virtualcard.created',
|
|
33048
|
-
'virtualcard.deleted',
|
|
33049
|
-
'virtualcard.realtime.auths',
|
|
33050
|
-
]),
|
|
33051
|
-
|
|
33052
|
-
'io.flow.svb.v0.enums.transaction_type': (): io.flow.svb.v0.enums.TransactionType => faker.helpers.arrayElement([
|
|
33053
|
-
'Authorization',
|
|
33054
|
-
'Advice',
|
|
33055
|
-
'First Presentment',
|
|
33056
|
-
'Reversal',
|
|
33057
|
-
'Reversal Advice',
|
|
33058
|
-
'Unspecified',
|
|
33059
|
-
'Purchase Return',
|
|
33060
|
-
'Forced Post',
|
|
33061
|
-
]),
|
|
33062
|
-
|
|
33063
|
-
'io.flow.svb.v0.models.authorization': (): io.flow.svb.v0.models.Authorization => ({
|
|
33064
|
-
billing_amount: factories.integer(),
|
|
33065
|
-
billing_currency: factories.string(),
|
|
33066
|
-
issuer_response: factories.string(),
|
|
33067
|
-
mcc: factories.string(),
|
|
33068
|
-
mcc_description: factories.string(),
|
|
33069
|
-
merchant_amount: factories.integer(),
|
|
33070
|
-
merchant_currency: factories.string(),
|
|
33071
|
-
merchant_id: factories.string(),
|
|
33072
|
-
merchant_name: factories.string(),
|
|
33073
|
-
transaction_date_time: factories.date_time_iso_8601(),
|
|
33074
|
-
transaction_type: factories['io.flow.svb.v0.enums.transaction_type'](),
|
|
33075
|
-
}),
|
|
33076
|
-
|
|
33077
|
-
'io.flow.svb.v0.models.clearing': (): io.flow.svb.v0.models.Clearing => ({
|
|
33078
|
-
billing_amount: factories.integer(),
|
|
33079
|
-
billing_currency: factories.string(),
|
|
33080
|
-
clearing_type: factories['io.flow.svb.v0.enums.clearing_type'](),
|
|
33081
|
-
authorization_date: factories.date_time_iso_8601(),
|
|
33082
|
-
exchange_rate: factories.string(),
|
|
33083
|
-
mcc: factories.string(),
|
|
33084
|
-
mcc_description: factories.string(),
|
|
33085
|
-
merchant_amount: factories.integer(),
|
|
33086
|
-
merchant_currency: factories.string(),
|
|
33087
|
-
merchant_id: factories.string(),
|
|
33088
|
-
merchant_name: factories.string(),
|
|
33089
|
-
settlement_date: factories.string(),
|
|
33090
|
-
}),
|
|
33091
|
-
|
|
33092
|
-
'io.flow.svb.v0.models.clearing_notification': (): io.flow.svb.v0.models.ClearingNotification => ({
|
|
33093
|
-
acquirer_ica: factories.string(),
|
|
33094
|
-
approval_code: factories.string(),
|
|
33095
|
-
authorization_date: factories.date_time_iso_8601(),
|
|
33096
|
-
billing_amount: factories.integer(),
|
|
33097
|
-
billing_currency: factories.string(),
|
|
33098
|
-
clearing_type: factories['io.flow.svb.v0.enums.clearing_type'](),
|
|
33099
|
-
exchange_rate: factories.string(),
|
|
33100
|
-
mcc: factories.string(),
|
|
33101
|
-
mcc_description: factories.string(),
|
|
33102
|
-
merchant_amount: factories.integer(),
|
|
33103
|
-
merchant_currency: factories.string(),
|
|
33104
|
-
merchant_id: factories.string(),
|
|
33105
|
-
merchant_name: factories.string(),
|
|
33106
|
-
settlement_date: factories.date_time_iso_8601(),
|
|
33107
|
-
vcn_id: factories.long(),
|
|
33108
|
-
}),
|
|
33109
|
-
|
|
33110
|
-
'io.flow.svb.v0.models.create_body': (): io.flow.svb.v0.models.CreateBody => ({
|
|
33111
|
-
data: factories['io.flow.svb.v0.models.create_virtual_card'](),
|
|
33112
|
-
show_card_number: factories.boolean(),
|
|
33113
|
-
}),
|
|
33114
|
-
|
|
33115
|
-
'io.flow.svb.v0.models.create_virtual_card': (): io.flow.svb.v0.models.CreateVirtualCard => ({
|
|
33116
|
-
emails: arrayOf(() => factories.string()),
|
|
33117
|
-
mastercard_data: factories['io.flow.svb.v0.models.mastercard_data'](),
|
|
33118
|
-
metadata: factories.object(),
|
|
33119
|
-
per_transaction_max: factories.integer(),
|
|
33120
|
-
per_transaction_min: factories.integer(),
|
|
33121
|
-
rcn_id: factories.integer(),
|
|
33122
|
-
rcn_alias: factories.string(),
|
|
33123
|
-
supplier_id: factories.integer(),
|
|
33124
|
-
total_card_amount: factories.integer(),
|
|
33125
|
-
transactions_max: factories.integer(),
|
|
33126
|
-
valid_ending_on: factories.date_iso_8601(),
|
|
33127
|
-
valid_starting_on: factories.date_iso_8601(),
|
|
33128
|
-
}),
|
|
33129
|
-
|
|
33130
|
-
'io.flow.svb.v0.models.email': (): io.flow.svb.v0.models.Email => ({
|
|
33131
|
-
email: factories.string(),
|
|
33132
|
-
}),
|
|
33133
|
-
|
|
33134
|
-
'io.flow.svb.v0.models.email_body': (): io.flow.svb.v0.models.EmailBody => ({
|
|
33135
|
-
data: factories['io.flow.svb.v0.models.email'](),
|
|
33136
|
-
}),
|
|
33137
|
-
|
|
33138
|
-
'io.flow.svb.v0.models.email_response': (): io.flow.svb.v0.models.EmailResponse => ({
|
|
33139
|
-
id: factories.string(),
|
|
33140
|
-
}),
|
|
33141
|
-
|
|
33142
|
-
'io.flow.svb.v0.models.list_data': (): io.flow.svb.v0.models.ListData => ({
|
|
33143
|
-
id: factories.string(),
|
|
33144
|
-
type: factories.string(),
|
|
33145
|
-
url: factories.string(),
|
|
33146
|
-
}),
|
|
33147
|
-
|
|
33148
|
-
'io.flow.svb.v0.models.list_links': (): io.flow.svb.v0.models.ListLinks => ({
|
|
33149
|
-
first: factories.string(),
|
|
33150
|
-
next: factories.string(),
|
|
33151
|
-
}),
|
|
33152
|
-
|
|
33153
|
-
'io.flow.svb.v0.models.list_response': (): io.flow.svb.v0.models.ListResponse => ({
|
|
33154
|
-
data: arrayOf(() => factories['io.flow.svb.v0.models.list_data']()),
|
|
33155
|
-
links: factories['io.flow.svb.v0.models.list_links'](),
|
|
33156
|
-
}),
|
|
33157
|
-
|
|
33158
|
-
'io.flow.svb.v0.models.mastercard_data': (): io.flow.svb.v0.models.MastercardData => ({
|
|
33159
|
-
id: factories.string(),
|
|
33160
|
-
organization: factories.string(),
|
|
33161
|
-
order_number: factories.string(),
|
|
33162
|
-
authorization_key: factories.string(),
|
|
33163
|
-
}),
|
|
33164
|
-
|
|
33165
|
-
'io.flow.svb.v0.models.notification_data': (): io.flow.svb.v0.models.NotificationData => ({
|
|
33166
|
-
date: factories.date_time_iso_8601(),
|
|
33167
|
-
'event-id': factories.integer(),
|
|
33168
|
-
payload: factories.object(),
|
|
33169
|
-
type: factories['io.flow.svb.v0.enums.notification_type'](),
|
|
33170
|
-
}),
|
|
33171
|
-
|
|
33172
|
-
'io.flow.svb.v0.models.svb_notification': (): io.flow.svb.v0.models.SvbNotification => ({
|
|
33173
|
-
data: factories['io.flow.svb.v0.models.notification_data'](),
|
|
33174
|
-
}),
|
|
33175
|
-
|
|
33176
|
-
'io.flow.svb.v0.models.update_body': (): io.flow.svb.v0.models.UpdateBody => ({
|
|
33177
|
-
data: factories['io.flow.svb.v0.models.update_virtual_card'](),
|
|
33178
|
-
}),
|
|
33179
|
-
|
|
33180
|
-
'io.flow.svb.v0.models.update_virtual_card': (): io.flow.svb.v0.models.UpdateVirtualCard => ({
|
|
33181
|
-
emails: arrayOf(() => factories.string()),
|
|
33182
|
-
mastercard_data: factories['io.flow.svb.v0.models.mastercard_data'](),
|
|
33183
|
-
metadata: factories.object(),
|
|
33184
|
-
per_transaction_max: factories.integer(),
|
|
33185
|
-
per_transaction_min: factories.integer(),
|
|
33186
|
-
total_card_amount: factories.integer(),
|
|
33187
|
-
transactions_max: factories.integer(),
|
|
33188
|
-
valid_ending_on: factories.date_iso_8601(),
|
|
33189
|
-
valid_starting_on: factories.date_iso_8601(),
|
|
33190
|
-
}),
|
|
33191
|
-
|
|
33192
|
-
'io.flow.svb.v0.models.virtual_card': (): io.flow.svb.v0.models.VirtualCard => ({
|
|
33193
|
-
authorizations: arrayOf(() => factories['io.flow.svb.v0.models.authorization']()),
|
|
33194
|
-
available_balance: factories.integer(),
|
|
33195
|
-
card_number: factories.string(),
|
|
33196
|
-
clearings: arrayOf(() => factories['io.flow.svb.v0.models.clearing']()),
|
|
33197
|
-
currency: factories.string(),
|
|
33198
|
-
cvc: factories.string(),
|
|
33199
|
-
emails: arrayOf(() => factories.string()),
|
|
33200
|
-
expiry: factories.string(),
|
|
33201
|
-
id: factories.string(),
|
|
33202
|
-
last4: factories.string(),
|
|
33203
|
-
mastercard_data: factories['io.flow.svb.v0.models.mastercard_data'](),
|
|
33204
|
-
metadata: factories.object(),
|
|
33205
|
-
notified: factories.boolean(),
|
|
33206
|
-
per_transaction_max: factories.integer(),
|
|
33207
|
-
per_transaction_min: factories.integer(),
|
|
33208
|
-
rcn_alias: factories.string(),
|
|
33209
|
-
rcn_id: factories.integer(),
|
|
33210
|
-
status: factories.string(),
|
|
33211
|
-
supplier_id: factories.integer(),
|
|
33212
|
-
total_card_amount: factories.integer(),
|
|
33213
|
-
transactions_max: factories.integer(),
|
|
33214
|
-
valid_ending_on: factories.date_iso_8601(),
|
|
33215
|
-
valid_starting_on: factories.date_iso_8601(),
|
|
33216
|
-
}),
|
|
33217
|
-
|
|
33218
|
-
'io.flow.svb.v0.models.virtual_card_response': (): io.flow.svb.v0.models.VirtualCardResponse => ({
|
|
33219
|
-
data: factories['io.flow.svb.v0.models.virtual_card'](),
|
|
33220
|
-
}),
|
|
33221
|
-
|
|
33222
33456
|
'io.flow.token.v0.models.channel_token': (): io.flow.token.v0.models.ChannelToken => ({
|
|
33223
33457
|
discriminator: 'channel_token',
|
|
33224
33458
|
id: factories.string(),
|
|
@@ -33508,6 +33742,12 @@ const factories = {
|
|
|
33508
33742
|
'eei_filing',
|
|
33509
33743
|
'fixed_ddp',
|
|
33510
33744
|
'fixed_currency_conversion',
|
|
33745
|
+
'prohibited_item',
|
|
33746
|
+
'undeliverable_shipment',
|
|
33747
|
+
'signature_required',
|
|
33748
|
+
'direct_delivery',
|
|
33749
|
+
'saturday_stop',
|
|
33750
|
+
'residential_extended_area_pickup',
|
|
33511
33751
|
]),
|
|
33512
33752
|
|
|
33513
33753
|
'io.flow.trueup.v0.models.dead_weight': (): io.flow.trueup.v0.models.DeadWeight => ({
|
|
@@ -33599,7 +33839,7 @@ export const makeAccountTransactionsExportRequest = () => factories['io.flow.int
|
|
|
33599
33839
|
export const makeAccountType = () => factories['io.flow.internal.v0.enums.account_type']();
|
|
33600
33840
|
export const makeAccountUpserted = () => factories['io.flow.internal.v0.models.account_upserted']();
|
|
33601
33841
|
export const makeAccountUpsertedV2 = () => factories['io.flow.internal.v0.models.account_upserted_v2']();
|
|
33602
|
-
export const
|
|
33842
|
+
export const makeAccountingPendingOrderMetadata = () => factories['io.flow.internal.v0.models.accounting_pending_order_metadata']();
|
|
33603
33843
|
export const makeActionQuantity = () => factories['io.flow.internal.v0.models.action_quantity']();
|
|
33604
33844
|
export const makeAdditionalImportTax = () => factories['io.flow.internal.v0.models.additional_import_tax']();
|
|
33605
33845
|
export const makeAddressConfigurationProvinceSetting = () => factories['io.flow.internal.v0.models.address_configuration_province_setting']();
|
|
@@ -33694,7 +33934,11 @@ export const makeBankAccountReference = () => factories['io.flow.internal.v0.mod
|
|
|
33694
33934
|
export const makeBankPayment = () => factories['io.flow.internal.v0.models.bank_payment']();
|
|
33695
33935
|
export const makeBankPaymentDeletedV2 = () => factories['io.flow.internal.v0.models.bank_payment_deleted_v2']();
|
|
33696
33936
|
export const makeBankPaymentForm = () => factories['io.flow.internal.v0.models.bank_payment_form']();
|
|
33937
|
+
export const makeBankPaymentOrder = () => factories['io.flow.internal.v0.models.bank_payment_order']();
|
|
33938
|
+
export const makeBankPaymentOrderDeleted = () => factories['io.flow.internal.v0.models.bank_payment_order_deleted']();
|
|
33939
|
+
export const makeBankPaymentOrderUpserted = () => factories['io.flow.internal.v0.models.bank_payment_order_upserted']();
|
|
33697
33940
|
export const makeBankPaymentPromiseCompletedMethod = () => factories['io.flow.internal.v0.enums.bank_payment_promise_completed_method']();
|
|
33941
|
+
export const makeBankPaymentReference = () => factories['io.flow.internal.v0.models.bank_payment_reference']();
|
|
33698
33942
|
export const makeBankPaymentStatusCode = () => factories['io.flow.internal.v0.enums.bank_payment_status_code']();
|
|
33699
33943
|
export const makeBankPaymentStatusForm = () => factories['io.flow.internal.v0.models.bank_payment_status_form']();
|
|
33700
33944
|
export const makeBankPaymentStatusImport = () => factories['io.flow.internal.v0.models.bank_payment_status_import']();
|
|
@@ -33776,9 +34020,6 @@ export const makeCarrierAccountUpsertedV2 = () => factories['io.flow.internal.v0
|
|
|
33776
34020
|
export const makeCarrierAccountValidation = () => factories['io.flow.internal.v0.models.carrier_account_validation']();
|
|
33777
34021
|
export const makeCarrierCharge = () => factories['io.flow.internal.v0.models.carrier_charge']();
|
|
33778
34022
|
export const makeCarrierChargeDeleted = () => factories['io.flow.internal.v0.models.carrier_charge_deleted']();
|
|
33779
|
-
export const makeCarrierChargeFile = () => factories['io.flow.internal.v0.models.carrier_charge_file']();
|
|
33780
|
-
export const makeCarrierChargeFileForm = () => factories['io.flow.internal.v0.models.carrier_charge_file_form']();
|
|
33781
|
-
export const makeCarrierChargeFileResult = () => factories['io.flow.internal.v0.models.carrier_charge_file_result']();
|
|
33782
34023
|
export const makeCarrierChargeForm = () => factories['io.flow.internal.v0.unions.carrier_charge_form']();
|
|
33783
34024
|
export const makeCarrierChargeFormLabel = () => factories['io.flow.internal.v0.models.carrier_charge_form_label']();
|
|
33784
34025
|
export const makeCarrierChargeFormOther = () => factories['io.flow.internal.v0.models.carrier_charge_form_other']();
|
|
@@ -33789,8 +34030,14 @@ export const makeCarrierChargeType = () => factories['io.flow.internal.v0.enums.
|
|
|
33789
34030
|
export const makeCarrierChargeUnits = () => factories['io.flow.internal.v0.models.carrier_charge_units']();
|
|
33790
34031
|
export const makeCarrierChargeUpserted = () => factories['io.flow.internal.v0.models.carrier_charge_upserted']();
|
|
33791
34032
|
export const makeCarrierCredentials = () => factories['io.flow.internal.v0.unions.carrier_credentials']();
|
|
34033
|
+
export const makeCarrierFile = () => factories['io.flow.internal.v0.models.carrier_file']();
|
|
34034
|
+
export const makeCarrierFileForm = () => factories['io.flow.internal.v0.models.carrier_file_form']();
|
|
34035
|
+
export const makeCarrierFileResult = () => factories['io.flow.internal.v0.models.carrier_file_result']();
|
|
34036
|
+
export const makeCarrierFileType = () => factories['io.flow.internal.v0.enums.carrier_file_type']();
|
|
33792
34037
|
export const makeCarrierInvoice = () => factories['io.flow.internal.v0.models.carrier_invoice']();
|
|
33793
34038
|
export const makeCarrierLabelGenerationMethod = () => factories['io.flow.internal.v0.enums.carrier_label_generation_method']();
|
|
34039
|
+
export const makeCarrierTaxForm = () => factories['io.flow.internal.v0.models.carrier_tax_form']();
|
|
34040
|
+
export const makeCarrierTaxUnits = () => factories['io.flow.internal.v0.models.carrier_tax_units']();
|
|
33794
34041
|
export const makeCarrierValidationStatus = () => factories['io.flow.internal.v0.enums.carrier_validation_status']();
|
|
33795
34042
|
export const makeCatalogImportRequest = () => factories['io.flow.internal.v0.models.catalog_import_request']();
|
|
33796
34043
|
export const makeCatalogImportType = () => factories['io.flow.internal.v0.enums.catalog_import_type']();
|
|
@@ -33849,6 +34096,9 @@ export const makeChannelOrderSummary = () => factories['io.flow.internal.v0.mode
|
|
|
33849
34096
|
export const makeChannelOrderSummaryDeleted = () => factories['io.flow.internal.v0.models.channel_order_summary_deleted']();
|
|
33850
34097
|
export const makeChannelOrderSummaryFulfillmentDetails = () => factories['io.flow.internal.v0.models.channel_order_summary_fulfillment_details']();
|
|
33851
34098
|
export const makeChannelOrderSummaryUpserted = () => factories['io.flow.internal.v0.models.channel_order_summary_upserted']();
|
|
34099
|
+
export const makeChannelOrganizationIdentifier = () => factories['io.flow.internal.v0.models.channel_organization_identifier']();
|
|
34100
|
+
export const makeChannelOrganizationIdentifierDeleted = () => factories['io.flow.internal.v0.models.channel_organization_identifier_deleted']();
|
|
34101
|
+
export const makeChannelOrganizationIdentifierUpserted = () => factories['io.flow.internal.v0.models.channel_organization_identifier_upserted']();
|
|
33852
34102
|
export const makeChannelOrganizationShopify = () => factories['io.flow.internal.v0.models.channel_organization_shopify']();
|
|
33853
34103
|
export const makeChannelOrganizationShopifyForm = () => factories['io.flow.internal.v0.models.channel_organization_shopify_form']();
|
|
33854
34104
|
export const makeChannelOrganizationShopifyPostForm = () => factories['io.flow.internal.v0.models.channel_organization_shopify_post_form']();
|
|
@@ -33921,6 +34171,7 @@ export const makeClassification = () => factories['io.flow.internal.v0.models.cl
|
|
|
33921
34171
|
export const makeClassificationAction = () => factories['io.flow.internal.v0.unions.classification_action']();
|
|
33922
34172
|
export const makeClassificationActionForm = () => factories['io.flow.internal.v0.unions.classification_action_form']();
|
|
33923
34173
|
export const makeClassificationActionFormUndo = () => factories['io.flow.internal.v0.models.classification_action_form_undo']();
|
|
34174
|
+
export const makeClassificationDecision = () => factories['io.flow.internal.v0.enums.classification_decision']();
|
|
33924
34175
|
export const makeClassificationDetails = () => factories['io.flow.internal.v0.models.classification_details']();
|
|
33925
34176
|
export const makeClassificationError = () => factories['io.flow.internal.v0.models.classification_error']();
|
|
33926
34177
|
export const makeClassificationErrorCode = () => factories['io.flow.internal.v0.enums.classification_error_code']();
|
|
@@ -33929,9 +34180,12 @@ export const makeClassificationFormWrapper = () => factories['io.flow.internal.v
|
|
|
33929
34180
|
export const makeClassificationItem = () => factories['io.flow.internal.v0.models.classification_item']();
|
|
33930
34181
|
export const makeClassificationJudgementForm = () => factories['io.flow.internal.v0.unions.classification_judgement_form']();
|
|
33931
34182
|
export const makeClassificationLabelAttribute = () => factories['io.flow.internal.v0.unions.classification_label_attribute']();
|
|
34183
|
+
export const makeClassificationPlatform = () => factories['io.flow.internal.v0.enums.classification_platform']();
|
|
33932
34184
|
export const makeClassificationProduct = () => factories['io.flow.internal.v0.models.classification_product']();
|
|
33933
34185
|
export const makeClassificationProductHarmonization = () => factories['io.flow.internal.v0.models.classification_product_harmonization']();
|
|
33934
34186
|
export const makeClassificationProductId = () => factories['io.flow.internal.v0.models.classification_product_id']();
|
|
34187
|
+
export const makeClassificationProductRequest = () => factories['io.flow.internal.v0.models.classification_product_request']();
|
|
34188
|
+
export const makeClassificationProductResult = () => factories['io.flow.internal.v0.models.classification_product_result']();
|
|
33935
34189
|
export const makeClassificationProductSummary = () => factories['io.flow.internal.v0.models.classification_product_summary']();
|
|
33936
34190
|
export const makeClassificationProductSummaryPage = () => factories['io.flow.internal.v0.models.classification_product_summary_page']();
|
|
33937
34191
|
export const makeClassificationRequeueRequest = () => factories['io.flow.internal.v0.models.classification_requeue_request']();
|
|
@@ -33939,9 +34193,13 @@ export const makeClassificationResponse = () => factories['io.flow.internal.v0.u
|
|
|
33939
34193
|
export const makeClassificationStatistics = () => factories['io.flow.internal.v0.models.classification_statistics']();
|
|
33940
34194
|
export const makeClassificationSummaryReportPayload = () => factories['io.flow.internal.v0.models.classification_summary_report_payload']();
|
|
33941
34195
|
export const makeClassificationTaxonomy = () => factories['io.flow.internal.v0.unions.classification_taxonomy']();
|
|
34196
|
+
export const makeClassificationType = () => factories['io.flow.internal.v0.enums.classification_type']();
|
|
33942
34197
|
export const makeClassificationWrapper = () => factories['io.flow.internal.v0.models.classification_wrapper']();
|
|
33943
34198
|
export const makeClassifiedProduct = () => factories['io.flow.internal.v0.models.classified_product']();
|
|
33944
34199
|
export const makeClassifiedProductDetail = () => factories['io.flow.internal.v0.models.classified_product_detail']();
|
|
34200
|
+
export const makeCliLogEntry = () => factories['io.flow.internal.v0.models.cli_log_entry']();
|
|
34201
|
+
export const makeCliLogEntryForm = () => factories['io.flow.internal.v0.models.cli_log_entry_form']();
|
|
34202
|
+
export const makeClothingAgeClassification = () => factories['io.flow.internal.v0.enums.clothing_age_classification']();
|
|
33945
34203
|
export const makeColmItem = () => factories['io.flow.internal.v0.models.colm_item']();
|
|
33946
34204
|
export const makeColmItemDeleted = () => factories['io.flow.internal.v0.models.colm_item_deleted']();
|
|
33947
34205
|
export const makeColmItemForm = () => factories['io.flow.internal.v0.models.colm_item_form']();
|
|
@@ -34043,6 +34301,7 @@ export const makeDetails = () => factories['io.flow.internal.v0.models.details']
|
|
|
34043
34301
|
export const makeDhl = () => factories['io.flow.internal.v0.models.dhl']();
|
|
34044
34302
|
export const makeDhlEcommerce = () => factories['io.flow.internal.v0.models.dhl_ecommerce']();
|
|
34045
34303
|
export const makeDict = () => factories['io.flow.internal.v0.models.dict']();
|
|
34304
|
+
export const makeDimensionEstimateOpsInput = () => factories['io.flow.internal.v0.models.dimension_estimate_ops_input']();
|
|
34046
34305
|
export const makeDiscount = () => factories['io.flow.internal.v0.models.discount']();
|
|
34047
34306
|
export const makeDiscountCode = () => factories['io.flow.internal.v0.models.discount_code']();
|
|
34048
34307
|
export const makeDiscountRequestForm = () => factories['io.flow.internal.v0.models.discount_request_form']();
|
|
@@ -34164,7 +34423,9 @@ export const makeExperimentSessionQueryForm = () => factories['io.flow.internal.
|
|
|
34164
34423
|
export const makeExperimentUpserted = () => factories['io.flow.internal.v0.models.experiment_upserted']();
|
|
34165
34424
|
export const makeExperimentVersion = () => factories['io.flow.internal.v0.models.experiment_version']();
|
|
34166
34425
|
export const makeExplicitStatement = () => factories['io.flow.internal.v0.models.explicit_statement']();
|
|
34167
|
-
export const makeExplicitStatementForm = () => factories['io.flow.internal.v0.
|
|
34426
|
+
export const makeExplicitStatementForm = () => factories['io.flow.internal.v0.unions.explicit_statement_form']();
|
|
34427
|
+
export const makeExplicitStatementFormAllPendingPostedTransactions = () => factories['io.flow.internal.v0.models.explicit_statement_form_all_pending_posted_transactions']();
|
|
34428
|
+
export const makeExplicitStatementFormTransactionIds = () => factories['io.flow.internal.v0.models.explicit_statement_form_transaction_ids']();
|
|
34168
34429
|
export const makeExportCompleted = () => factories['io.flow.internal.v0.models.export_completed']();
|
|
34169
34430
|
export const makeExportContentType = () => factories['io.flow.internal.v0.enums.export_content_type']();
|
|
34170
34431
|
export const makeExportFailed = () => factories['io.flow.internal.v0.models.export_failed']();
|
|
@@ -34178,6 +34439,7 @@ export const makeExternalFulfillmentProofForm = () => factories['io.flow.interna
|
|
|
34178
34439
|
export const makeExternalFulfillmentProofTracking = () => factories['io.flow.internal.v0.models.external_fulfillment_proof_tracking']();
|
|
34179
34440
|
export const makeExternalFulfillmentProofTrackingForm = () => factories['io.flow.internal.v0.models.external_fulfillment_proof_tracking_form']();
|
|
34180
34441
|
export const makeFacebookPixel = () => factories['io.flow.internal.v0.models.facebook_pixel']();
|
|
34442
|
+
export const makeFailedDimensionEstimateOpsInputWithReason = () => factories['io.flow.internal.v0.models.failed_dimension_estimate_ops_input_with_reason']();
|
|
34181
34443
|
export const makeFeature = () => factories['io.flow.internal.v0.models.feature']();
|
|
34182
34444
|
export const makeFeatureContextForm = () => factories['io.flow.internal.v0.models.feature_context_form']();
|
|
34183
34445
|
export const makeFeatureDefaultValue = () => factories['io.flow.internal.v0.unions.feature_default_value']();
|
|
@@ -34239,6 +34501,7 @@ export const makeFlowLabProjectPutForm = () => factories['io.flow.internal.v0.mo
|
|
|
34239
34501
|
export const makeFlowLabelSetting = () => factories['io.flow.internal.v0.models.flow_label_setting']();
|
|
34240
34502
|
export const makeFlowLabelSettingForm = () => factories['io.flow.internal.v0.models.flow_label_setting_form']();
|
|
34241
34503
|
export const makeFlowShopValidationError = () => factories['io.flow.internal.v0.models.flow_shop_validation_error']();
|
|
34504
|
+
export const makeForceTransitForm = () => factories['io.flow.internal.v0.models.force_transit_form']();
|
|
34242
34505
|
export const makeFormat = () => factories['io.flow.internal.v0.enums.format']();
|
|
34243
34506
|
export const makeFraudPendingReview = () => factories['io.flow.internal.v0.models.fraud_pending_review']();
|
|
34244
34507
|
export const makeFraudPendingReviewDeleted = () => factories['io.flow.internal.v0.models.fraud_pending_review_deleted']();
|
|
@@ -34278,6 +34541,7 @@ export const makeFulfillment = () => factories['io.flow.internal.v0.models.fulfi
|
|
|
34278
34541
|
export const makeFulfillmentActionForm = () => factories['io.flow.internal.v0.models.fulfillment_action_form']();
|
|
34279
34542
|
export const makeFulfillmentBusiness = () => factories['io.flow.internal.v0.models.fulfillment_business']();
|
|
34280
34543
|
export const makeFulfillmentCancel = () => factories['io.flow.internal.v0.models.fulfillment_cancel']();
|
|
34544
|
+
export const makeFulfillmentCarrier = () => factories['io.flow.internal.v0.models.fulfillment_carrier']();
|
|
34281
34545
|
export const makeFulfillmentDeleted = () => factories['io.flow.internal.v0.models.fulfillment_deleted']();
|
|
34282
34546
|
export const makeFulfillmentInternalExperienceReference = () => factories['io.flow.internal.v0.models.fulfillment_internal_experience_reference']();
|
|
34283
34547
|
export const makeFulfillmentOrigin = () => factories['io.flow.internal.v0.models.fulfillment_origin']();
|
|
@@ -34371,6 +34635,7 @@ export const makeInternalStripeAuthorizationDetails = () => factories['io.flow.i
|
|
|
34371
34635
|
export const makeInternalTransactionDetails = () => factories['io.flow.internal.v0.unions.internal_transaction_details']();
|
|
34372
34636
|
export const makeInternalTransactionDetailsCard = () => factories['io.flow.internal.v0.models.internal_transaction_details_card']();
|
|
34373
34637
|
export const makeInvalidCheckoutData = () => factories['io.flow.internal.v0.models.invalid_checkout_data']();
|
|
34638
|
+
export const makeInvariant = () => factories['io.flow.internal.v0.models.invariant']();
|
|
34374
34639
|
export const makeInventoryCheckService = () => factories['io.flow.internal.v0.enums.inventory_check_service']();
|
|
34375
34640
|
export const makeInventoryOrganizationSettings = () => factories['io.flow.internal.v0.models.inventory_organization_settings']();
|
|
34376
34641
|
export const makeInventoryOrganizationSettingsForm = () => factories['io.flow.internal.v0.models.inventory_organization_settings_form']();
|
|
@@ -34397,6 +34662,7 @@ export const makeItemDimensionEstimateUpsertedV2 = () => factories['io.flow.inte
|
|
|
34397
34662
|
export const makeItemFilterResponse = () => factories['io.flow.internal.v0.models.item_filter_response']();
|
|
34398
34663
|
export const makeItemFilterValueResponse = () => factories['io.flow.internal.v0.models.item_filter_value_response']();
|
|
34399
34664
|
export const makeItemFilterValuesForm = () => factories['io.flow.internal.v0.models.item_filter_values_form']();
|
|
34665
|
+
export const makeItemForm = () => factories['io.flow.internal.v0.models.item_form']();
|
|
34400
34666
|
export const makeItemFormImportRequest = () => factories['io.flow.internal.v0.models.item_form_import_request']();
|
|
34401
34667
|
export const makeItemHarmonization = () => factories['io.flow.internal.v0.models.item_harmonization']();
|
|
34402
34668
|
export const makeItemHarmonizationDeleted = () => factories['io.flow.internal.v0.models.item_harmonization_deleted']();
|
|
@@ -34497,7 +34763,11 @@ export const makeLocalizedPriceBookItemData = () => factories['io.flow.internal.
|
|
|
34497
34763
|
export const makeLocalizedPriceBookItemDeleted = () => factories['io.flow.internal.v0.models.localized_price_book_item_deleted']();
|
|
34498
34764
|
export const makeLocalizedPriceBookItemUpserted = () => factories['io.flow.internal.v0.models.localized_price_book_item_upserted']();
|
|
34499
34765
|
export const makeLocation = () => factories['io.flow.internal.v0.models.location']();
|
|
34766
|
+
export const makeLogisticsCapabilities = () => factories['io.flow.internal.v0.models.logistics_capabilities']();
|
|
34767
|
+
export const makeLogisticsCapabilitiesForm = () => factories['io.flow.internal.v0.models.logistics_capabilities_form']();
|
|
34768
|
+
export const makeLogisticsCapability = () => factories['io.flow.internal.v0.enums.logistics_capability']();
|
|
34500
34769
|
export const makeLogo = () => factories['io.flow.internal.v0.models.logo']();
|
|
34770
|
+
export const makeLostChargeback = () => factories['io.flow.internal.v0.models.lost_chargeback']();
|
|
34501
34771
|
export const makeLoyaltyProgram = () => factories['io.flow.internal.v0.models.loyalty_program']();
|
|
34502
34772
|
export const makeLoyaltyProgramMessage = () => factories['io.flow.internal.v0.models.loyalty_program_message']();
|
|
34503
34773
|
export const makeLoyaltyProgramReward = () => factories['io.flow.internal.v0.models.loyalty_program_reward']();
|
|
@@ -34506,7 +34776,6 @@ export const makeMagentoInstallForm = () => factories['io.flow.internal.v0.model
|
|
|
34506
34776
|
export const makeMainTransaction = () => factories['io.flow.internal.v0.models.main_transaction']();
|
|
34507
34777
|
export const makeMainTransactionDeleted = () => factories['io.flow.internal.v0.models.main_transaction_deleted']();
|
|
34508
34778
|
export const makeMainTransactionDeletedV2 = () => factories['io.flow.internal.v0.models.main_transaction_deleted_v2']();
|
|
34509
|
-
export const makeMainTransactionStatus = () => factories['io.flow.internal.v0.enums.main_transaction_status']();
|
|
34510
34779
|
export const makeMainTransactionUpserted = () => factories['io.flow.internal.v0.models.main_transaction_upserted']();
|
|
34511
34780
|
export const makeMainTransactionUpsertedV2 = () => factories['io.flow.internal.v0.models.main_transaction_upserted_v2']();
|
|
34512
34781
|
export const makeManualReviewRule = () => factories['io.flow.internal.v0.models.manual_review_rule']();
|
|
@@ -34572,6 +34841,7 @@ export const makeMarketingGatewaySchemaSummary = () => factories['io.flow.intern
|
|
|
34572
34841
|
export const makeMarketingGatewaySourceSummary = () => factories['io.flow.internal.v0.unions.marketing_gateway_source_summary']();
|
|
34573
34842
|
export const makeMarketingGatewaySupportedChannelDetails = () => factories['io.flow.internal.v0.models.marketing_gateway_supported_channel_details']();
|
|
34574
34843
|
export const makeMarketsOrder = () => factories['io.flow.internal.v0.models.markets_order']();
|
|
34844
|
+
export const makeMarketsOrderSummary = () => factories['io.flow.internal.v0.models.markets_order_summary']();
|
|
34575
34845
|
export const makeMatiasItem = () => factories['io.flow.internal.v0.models.matias_item']();
|
|
34576
34846
|
export const makeMatiasItemDeleted = () => factories['io.flow.internal.v0.models.matias_item_deleted']();
|
|
34577
34847
|
export const makeMatiasItemForm = () => factories['io.flow.internal.v0.models.matias_item_form']();
|
|
@@ -34857,6 +35127,7 @@ export const makeProofOfPostingFulfilled = () => factories['io.flow.internal.v0.
|
|
|
34857
35127
|
export const makeProofOfPostingOrderCancellation = () => factories['io.flow.internal.v0.models.proof_of_posting_order_cancellation']();
|
|
34858
35128
|
export const makeProofOfPostingOrderCombinedShipment = () => factories['io.flow.internal.v0.models.proof_of_posting_order_combined_shipment']();
|
|
34859
35129
|
export const makeProofOfPostingShippingNotification = () => factories['io.flow.internal.v0.models.proof_of_posting_shipping_notification']();
|
|
35130
|
+
export const makeProofOfPostingTimeElapsed = () => factories['io.flow.internal.v0.models.proof_of_posting_time_elapsed']();
|
|
34860
35131
|
export const makeQuote = () => factories['io.flow.internal.v0.models.quote']();
|
|
34861
35132
|
export const makeQuoteDeleted = () => factories['io.flow.internal.v0.models.quote_deleted']();
|
|
34862
35133
|
export const makeQuoteRequest = () => factories['io.flow.internal.v0.models.quote_request']();
|
|
@@ -34934,8 +35205,11 @@ export const makeReportBankAccount = () => factories['io.flow.internal.v0.models
|
|
|
34934
35205
|
export const makeReportBankAccountCleartext = () => factories['io.flow.internal.v0.models.report_bank_account_cleartext']();
|
|
34935
35206
|
export const makeReportForm = () => factories['io.flow.internal.v0.models.report_form']();
|
|
34936
35207
|
export const makeReportInterval = () => factories['io.flow.internal.v0.enums.report_interval']();
|
|
35208
|
+
export const makeReportMerchant = () => factories['io.flow.internal.v0.models.report_merchant']();
|
|
35209
|
+
export const makeReportOrderReference = () => factories['io.flow.internal.v0.models.report_order_reference']();
|
|
34937
35210
|
export const makeReportOwner = () => factories['io.flow.internal.v0.models.report_owner']();
|
|
34938
35211
|
export const makeReportPayment = () => factories['io.flow.internal.v0.models.report_payment']();
|
|
35212
|
+
export const makeReportPaymentType = () => factories['io.flow.internal.v0.enums.report_payment_type']();
|
|
34939
35213
|
export const makeReportRuleDecision = () => factories['io.flow.internal.v0.models.report_rule_decision']();
|
|
34940
35214
|
export const makeReportStatus = () => factories['io.flow.internal.v0.enums.report_status']();
|
|
34941
35215
|
export const makeReportSummary = () => factories['io.flow.internal.v0.models.report_summary']();
|
|
@@ -35003,6 +35277,7 @@ export const makeRestrictionRule = () => factories['io.flow.internal.v0.models.r
|
|
|
35003
35277
|
export const makeRestrictionRuleDecisionForm = () => factories['io.flow.internal.v0.models.restriction_rule_decision_form']();
|
|
35004
35278
|
export const makeRestrictionRuleForm = () => factories['io.flow.internal.v0.models.restriction_rule_form']();
|
|
35005
35279
|
export const makeRestrictionRuleMetadata = () => factories['io.flow.internal.v0.models.restriction_rule_metadata']();
|
|
35280
|
+
export const makeRestrictionRuleOverride = () => factories['io.flow.internal.v0.models.restriction_rule_override']();
|
|
35006
35281
|
export const makeRestrictionRuleSummary = () => factories['io.flow.internal.v0.models.restriction_rule_summary']();
|
|
35007
35282
|
export const makeRestrictionStatus = () => factories['io.flow.internal.v0.enums.restriction_status']();
|
|
35008
35283
|
export const makeRestrictionStatusMetadata = () => factories['io.flow.internal.v0.models.restriction_status_metadata']();
|
|
@@ -35167,7 +35442,7 @@ export const makeShopifyService = () => factories['io.flow.internal.v0.enums.sho
|
|
|
35167
35442
|
export const makeShopifyShopDeleted = () => factories['io.flow.internal.v0.models.shopify_shop_deleted']();
|
|
35168
35443
|
export const makeShopifyShopStatistics = () => factories['io.flow.internal.v0.models.shopify_shop_statistics']();
|
|
35169
35444
|
export const makeShopifyShopUpserted = () => factories['io.flow.internal.v0.models.shopify_shop_upserted']();
|
|
35170
|
-
export const
|
|
35445
|
+
export const makeShopifyStoreDetail = () => factories['io.flow.internal.v0.models.shopify_store_detail']();
|
|
35171
35446
|
export const makeShopifyWebhook = () => factories['io.flow.internal.v0.models.shopify_webhook']();
|
|
35172
35447
|
export const makeShopifyWebhookEvent = () => factories['io.flow.internal.v0.models.shopify_webhook_event']();
|
|
35173
35448
|
export const makeShopifyWebhookForm = () => factories['io.flow.internal.v0.models.shopify_webhook_form']();
|
|
@@ -35247,9 +35522,6 @@ export const makeSubscriptionFrequency = () => factories['io.flow.internal.v0.en
|
|
|
35247
35522
|
export const makeSubscriptionTransaction = () => factories['io.flow.internal.v0.models.subscription_transaction']();
|
|
35248
35523
|
export const makeSuggestionAction = () => factories['io.flow.internal.v0.enums.suggestion_action']();
|
|
35249
35524
|
export const makeSupportedLabels = () => factories['io.flow.internal.v0.models.supported_labels']();
|
|
35250
|
-
export const makeSvbVirtualCardClearing = () => factories['io.flow.internal.v0.models.svb_virtual_card_clearing']();
|
|
35251
|
-
export const makeSvbVirtualCardClearingDeleted = () => factories['io.flow.internal.v0.models.svb_virtual_card_clearing_deleted']();
|
|
35252
|
-
export const makeSvbVirtualCardClearingUpserted = () => factories['io.flow.internal.v0.models.svb_virtual_card_clearing_upserted']();
|
|
35253
35525
|
export const makeSvitlanaItem = () => factories['io.flow.internal.v0.models.svitlana_item']();
|
|
35254
35526
|
export const makeSvitlanaItemDeleted = () => factories['io.flow.internal.v0.models.svitlana_item_deleted']();
|
|
35255
35527
|
export const makeSvitlanaItemForm = () => factories['io.flow.internal.v0.models.svitlana_item_form']();
|
|
@@ -35374,9 +35646,6 @@ export const makeValidationRule = () => factories['io.flow.internal.v0.unions.va
|
|
|
35374
35646
|
export const makeVariant = () => factories['io.flow.internal.v0.unions.variant']();
|
|
35375
35647
|
export const makeVariantForm = () => factories['io.flow.internal.v0.unions.variant_form']();
|
|
35376
35648
|
export const makeViesResult = () => factories['io.flow.internal.v0.models.vies_result']();
|
|
35377
|
-
export const makeVirtualCardProvider = () => factories['io.flow.internal.v0.models.virtual_card_provider']();
|
|
35378
|
-
export const makeVirtualCardProviderDeleted = () => factories['io.flow.internal.v0.models.virtual_card_provider_deleted']();
|
|
35379
|
-
export const makeVirtualCardProviderUpserted = () => factories['io.flow.internal.v0.models.virtual_card_provider_upserted']();
|
|
35380
35649
|
export const makeVirtualCardTransaction = () => factories['io.flow.internal.v0.models.virtual_card_transaction']();
|
|
35381
35650
|
export const makeWasteElectricalAndElectronicEquipmentComplianceData = () => factories['io.flow.internal.v0.models.waste_electrical_and_electronic_equipment_compliance_data']();
|
|
35382
35651
|
export const makeWasteElectricalAndElectronicEquipmentComplianceForm = () => factories['io.flow.internal.v0.models.waste_electrical_and_electronic_equipment_compliance_form']();
|