@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/dist/esm/api-internal.js
CHANGED
|
@@ -554,6 +554,7 @@ var factories = {
|
|
|
554
554
|
posting_cutoff: factories.date_time_iso_8601(),
|
|
555
555
|
trigger: factories['io.flow.billing.accounting.v0.unions.fulfillment_trigger'](),
|
|
556
556
|
fulfilled_at: factories.date_time_iso_8601(),
|
|
557
|
+
carrier: factories['io.flow.billing.accounting.v0.models.fulfillment_carrier'](),
|
|
557
558
|
owner: factories['io.flow.billing.internal.v0.enums.responsible_party'](),
|
|
558
559
|
origin: factories['io.flow.billing.accounting.v0.models.fulfillment_origin'](),
|
|
559
560
|
business: factories['io.flow.billing.accounting.v0.models.fulfillment_business'](),
|
|
@@ -562,6 +563,11 @@ var factories = {
|
|
|
562
563
|
'io.flow.billing.accounting.v0.models.fulfillment_business': function () { return ({
|
|
563
564
|
vat_registration_number: factories.string(),
|
|
564
565
|
}); },
|
|
566
|
+
'io.flow.billing.accounting.v0.models.fulfillment_carrier': function () { return ({
|
|
567
|
+
id: factories.string(),
|
|
568
|
+
service_id: factories.string(),
|
|
569
|
+
tracking_number: factories.string(),
|
|
570
|
+
}); },
|
|
565
571
|
'io.flow.billing.accounting.v0.models.fulfillment_origin': function () { return ({
|
|
566
572
|
country: factories.string(),
|
|
567
573
|
province_code: factories.string(),
|
|
@@ -955,6 +961,9 @@ var factories = {
|
|
|
955
961
|
currency: factories.string(),
|
|
956
962
|
source: factories['io.flow.label.v0.enums.cost_estimate_source'](),
|
|
957
963
|
}); },
|
|
964
|
+
'io.flow.billing.csv.v0.models.billing_csv_merchant_reference': function () { return ({
|
|
965
|
+
id: factories.string(),
|
|
966
|
+
}); },
|
|
958
967
|
'io.flow.billing.csv.v0.models.billing_csv_order': function () { return ({
|
|
959
968
|
number: factories.string(),
|
|
960
969
|
primary_identifier: factories.string(),
|
|
@@ -1089,6 +1098,7 @@ var factories = {
|
|
|
1089
1098
|
}); },
|
|
1090
1099
|
'io.flow.billing.csv.v0.models.billing_csv_transaction_account': function () { return ({
|
|
1091
1100
|
id: factories.string(),
|
|
1101
|
+
merchant: factories['io.flow.billing.csv.v0.models.billing_csv_merchant_reference'](),
|
|
1092
1102
|
environment: factories['io.flow.common.v0.enums.environment'](),
|
|
1093
1103
|
source: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_account_source_summary'](),
|
|
1094
1104
|
}); },
|
|
@@ -1120,6 +1130,7 @@ var factories = {
|
|
|
1120
1130
|
trueup: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_trueup'](),
|
|
1121
1131
|
carrier_charge: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_carrier_charge'](),
|
|
1122
1132
|
manual: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_manual'](),
|
|
1133
|
+
failed_payout: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_failed_payout'](),
|
|
1123
1134
|
}); },
|
|
1124
1135
|
'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_carrier_charge': function () { return ({
|
|
1125
1136
|
reason: factories['io.flow.trueup.v0.enums.carrier_charge_reason'](),
|
|
@@ -1133,8 +1144,13 @@ var factories = {
|
|
|
1133
1144
|
method: factories.string(),
|
|
1134
1145
|
card: factories['io.flow.billing.v0.models.transaction_metadata_channel_card_metadata'](),
|
|
1135
1146
|
}); },
|
|
1147
|
+
'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_failed_payout': function () { return ({
|
|
1148
|
+
failed_payment: factories['io.flow.billing.v0.models.transaction_metadata_failed_payout_reference'](),
|
|
1149
|
+
}); },
|
|
1136
1150
|
'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_manual': function () { return ({
|
|
1151
|
+
description: factories.string(),
|
|
1137
1152
|
original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
|
|
1153
|
+
category: factories['io.flow.billing.internal.v0.enums.manual_transaction_category'](),
|
|
1138
1154
|
url: factories.string(),
|
|
1139
1155
|
}); },
|
|
1140
1156
|
'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_shipping_label': function () { return ({
|
|
@@ -1237,7 +1253,7 @@ var factories = {
|
|
|
1237
1253
|
'carrier_charge',
|
|
1238
1254
|
'all',
|
|
1239
1255
|
]); },
|
|
1240
|
-
'io.flow.billing.internal.v0.enums.billing_transaction_status': function () { return faker.helpers.arrayElement(['
|
|
1256
|
+
'io.flow.billing.internal.v0.enums.billing_transaction_status': function () { return faker.helpers.arrayElement(['pending_proof', 'posted']); },
|
|
1241
1257
|
'io.flow.billing.internal.v0.enums.billing_transaction_type': function () { return faker.helpers.arrayElement([
|
|
1242
1258
|
'manual',
|
|
1243
1259
|
'subscription',
|
|
@@ -1269,13 +1285,10 @@ var factories = {
|
|
|
1269
1285
|
'io.flow.billing.internal.v0.enums.duty_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'duty']); },
|
|
1270
1286
|
'io.flow.billing.internal.v0.enums.fees_source': function () { return faker.helpers.arrayElement(['settings', 'authorization_bundle']); },
|
|
1271
1287
|
'io.flow.billing.internal.v0.enums.label_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'billable_label', 'fee', 'revenue_share']); },
|
|
1272
|
-
'io.flow.billing.internal.v0.enums.main_transaction_status': function () { return faker.helpers.arrayElement(['scheduled', 'pending_proof']); },
|
|
1273
1288
|
'io.flow.billing.internal.v0.enums.manual_transaction_category': function () { return faker.helpers.arrayElement([
|
|
1274
1289
|
'cancelled_order_refund',
|
|
1275
|
-
'channel_partner_initiated',
|
|
1276
1290
|
'client_accepted_chargeback',
|
|
1277
1291
|
'fee_reimbursement',
|
|
1278
|
-
'partial_refund',
|
|
1279
1292
|
'platform_fee',
|
|
1280
1293
|
'shipping_true_up',
|
|
1281
1294
|
'tax_credit',
|
|
@@ -1381,6 +1394,7 @@ var factories = {
|
|
|
1381
1394
|
liabilities_method: factories['io.flow.billing.internal.v0.enums.account_setting_liabilities_method'](),
|
|
1382
1395
|
enable_fee_reversals: factories.boolean(),
|
|
1383
1396
|
record_reason_for_transactions_pending_payout: factories.boolean(),
|
|
1397
|
+
enable_negative_debits: factories.boolean(),
|
|
1384
1398
|
}); },
|
|
1385
1399
|
'io.flow.billing.internal.v0.models.account_source': function () { return ({
|
|
1386
1400
|
id: factories.string(),
|
|
@@ -1447,6 +1461,14 @@ var factories = {
|
|
|
1447
1461
|
transfer_transaction_ids: arrayOf(function () { return factories.string(); }),
|
|
1448
1462
|
attributes: objectOf(function () { return factories.string(); }),
|
|
1449
1463
|
}); },
|
|
1464
|
+
'io.flow.billing.internal.v0.models.bank_payment_order': function () { return ({
|
|
1465
|
+
id: factories.string(),
|
|
1466
|
+
payment: factories['io.flow.billing.internal.v0.models.bank_payment_reference'](),
|
|
1467
|
+
order: factories['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
1468
|
+
}); },
|
|
1469
|
+
'io.flow.billing.internal.v0.models.bank_payment_reference': function () { return ({
|
|
1470
|
+
id: factories.string(),
|
|
1471
|
+
}); },
|
|
1450
1472
|
'io.flow.billing.internal.v0.models.bank_payment_status_form': function () { return ({
|
|
1451
1473
|
code: factories['io.flow.billing.internal.v0.enums.bank_payment_status_code'](),
|
|
1452
1474
|
failure_reason: factories['io.flow.billing.v0.enums.payout_status_failure_code'](),
|
|
@@ -1691,6 +1713,15 @@ var factories = {
|
|
|
1691
1713
|
value: factories.decimal(),
|
|
1692
1714
|
timestamp: factories.date_time_iso_8601(),
|
|
1693
1715
|
}); },
|
|
1716
|
+
'io.flow.billing.internal.v0.models.cli_log_entry': function () { return ({
|
|
1717
|
+
id: factories.string(),
|
|
1718
|
+
user: factories['io.flow.common.v0.models.user_reference'](),
|
|
1719
|
+
task: factories.string(),
|
|
1720
|
+
}); },
|
|
1721
|
+
'io.flow.billing.internal.v0.models.cli_log_entry_form': function () { return ({
|
|
1722
|
+
user_id: factories.string(),
|
|
1723
|
+
task: factories.string(),
|
|
1724
|
+
}); },
|
|
1694
1725
|
'io.flow.billing.internal.v0.models.components': function () { return ({
|
|
1695
1726
|
vat: factories['io.flow.common.v0.models.price'](),
|
|
1696
1727
|
duty: factories['io.flow.common.v0.models.price'](),
|
|
@@ -1735,7 +1766,13 @@ var factories = {
|
|
|
1735
1766
|
statement: factories['io.flow.billing.internal.v0.models.billing_statement_reference'](),
|
|
1736
1767
|
reason: factories.string(),
|
|
1737
1768
|
}); },
|
|
1738
|
-
'io.flow.billing.internal.v0.models.
|
|
1769
|
+
'io.flow.billing.internal.v0.models.explicit_statement_form_all_pending_posted_transactions': function () { return ({
|
|
1770
|
+
discriminator: 'all_pending_posted_transactions',
|
|
1771
|
+
account_id: factories.string(),
|
|
1772
|
+
reason: factories.string(),
|
|
1773
|
+
}); },
|
|
1774
|
+
'io.flow.billing.internal.v0.models.explicit_statement_form_transaction_ids': function () { return ({
|
|
1775
|
+
discriminator: 'transaction_ids',
|
|
1739
1776
|
account_id: factories.string(),
|
|
1740
1777
|
reason: factories.string(),
|
|
1741
1778
|
transaction_ids: arrayOf(function () { return factories.string(); }),
|
|
@@ -1884,6 +1921,10 @@ var factories = {
|
|
|
1884
1921
|
statement: factories['io.flow.billing.internal.v0.models.billing_statement_reference'](),
|
|
1885
1922
|
created_at: factories.date_time_iso_8601(),
|
|
1886
1923
|
}); },
|
|
1924
|
+
'io.flow.billing.internal.v0.models.lost_chargeback': function () { return ({
|
|
1925
|
+
id: factories.string(),
|
|
1926
|
+
order: factories['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
1927
|
+
}); },
|
|
1887
1928
|
'io.flow.billing.internal.v0.models.main_transaction': function () { return ({
|
|
1888
1929
|
id: factories.string(),
|
|
1889
1930
|
account: factories['io.flow.billing.v0.models.account_reference'](),
|
|
@@ -1915,7 +1956,6 @@ var factories = {
|
|
|
1915
1956
|
currency: factories.string(),
|
|
1916
1957
|
description: factories.string(),
|
|
1917
1958
|
category: factories['io.flow.billing.internal.v0.enums.manual_transaction_category'](),
|
|
1918
|
-
posted_at: factories.date_time_iso_8601(),
|
|
1919
1959
|
order: factories['io.flow.billing.internal.v0.models.manual_transaction_form_order'](),
|
|
1920
1960
|
original_transaction_id: factories.string(),
|
|
1921
1961
|
attributes: objectOf(function () { return factories.string(); }),
|
|
@@ -2086,6 +2126,11 @@ var factories = {
|
|
|
2086
2126
|
discriminator: 'shipping_notification',
|
|
2087
2127
|
shipping_notification_id: factories.string(),
|
|
2088
2128
|
}); },
|
|
2129
|
+
'io.flow.billing.internal.v0.models.proof_of_posting_time_elapsed': function () { return ({
|
|
2130
|
+
discriminator: 'time_elapsed',
|
|
2131
|
+
order: factories['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
2132
|
+
created_at: factories.date_time_iso_8601(),
|
|
2133
|
+
}); },
|
|
2089
2134
|
'io.flow.billing.internal.v0.models.simple_account_reference': function () { return ({
|
|
2090
2135
|
id: factories.string(),
|
|
2091
2136
|
}); },
|
|
@@ -2244,6 +2289,13 @@ var factories = {
|
|
|
2244
2289
|
]);
|
|
2245
2290
|
return f();
|
|
2246
2291
|
},
|
|
2292
|
+
'io.flow.billing.internal.v0.unions.explicit_statement_form': function () {
|
|
2293
|
+
var f = faker.helpers.arrayElement([
|
|
2294
|
+
function () { return factories['io.flow.billing.internal.v0.models.explicit_statement_form_transaction_ids'](); },
|
|
2295
|
+
function () { return factories['io.flow.billing.internal.v0.models.explicit_statement_form_all_pending_posted_transactions'](); },
|
|
2296
|
+
]);
|
|
2297
|
+
return f();
|
|
2298
|
+
},
|
|
2247
2299
|
'io.flow.billing.internal.v0.unions.order_cancellation_evidence': function () {
|
|
2248
2300
|
var f = faker.helpers.arrayElement([
|
|
2249
2301
|
function () { return factories['io.flow.billing.internal.v0.models.order_cancellation_evidence_manual'](); },
|
|
@@ -2268,6 +2320,7 @@ var factories = {
|
|
|
2268
2320
|
function () { return factories['io.flow.billing.internal.v0.models.proof_of_posting_shipping_notification'](); },
|
|
2269
2321
|
function () { return factories['io.flow.billing.internal.v0.models.proof_of_posting_order_cancellation'](); },
|
|
2270
2322
|
function () { return factories['io.flow.billing.internal.v0.models.proof_of_posting_order_combined_shipment'](); },
|
|
2323
|
+
function () { return factories['io.flow.billing.internal.v0.models.proof_of_posting_time_elapsed'](); },
|
|
2271
2324
|
]);
|
|
2272
2325
|
return f();
|
|
2273
2326
|
},
|
|
@@ -2332,12 +2385,15 @@ var factories = {
|
|
|
2332
2385
|
vat_remittance: factories['io.flow.billing.reporting.v0.models.reporting_vat_remittance'](),
|
|
2333
2386
|
marked_as_final: factories['io.flow.billing.reporting.v0.models.marked_as_final'](),
|
|
2334
2387
|
}); },
|
|
2388
|
+
'io.flow.billing.reporting.v0.enums.report_payment_type': function () { return faker.helpers.arrayElement(['credit', 'debit']); },
|
|
2335
2389
|
'io.flow.billing.reporting.v0.enums.report_status': function () { return faker.helpers.arrayElement(['created', 'completed', 'completed_no_records', 'failed']); },
|
|
2336
2390
|
'io.flow.billing.reporting.v0.enums.report_type': function () { return faker.helpers.arrayElement([
|
|
2337
2391
|
'sales_record',
|
|
2338
2392
|
'trueup_overview',
|
|
2339
2393
|
'non_channel_payment_bank_account',
|
|
2340
2394
|
'scheduled_payment',
|
|
2395
|
+
'account_quarterly_balances',
|
|
2396
|
+
'invariants',
|
|
2341
2397
|
]); },
|
|
2342
2398
|
'io.flow.billing.reporting.v0.enums.reporting_fulfillment_is_virtual': function () { return faker.helpers.arrayElement(['all', 'mixed', 'none']); },
|
|
2343
2399
|
'io.flow.billing.reporting.v0.enums.revenue_record_type': function () { return faker.helpers.arrayElement(['pending', 'sales', 'refund']); },
|
|
@@ -2369,6 +2425,7 @@ var factories = {
|
|
|
2369
2425
|
type: factories['io.flow.billing.reporting.v0.enums.report_type'](),
|
|
2370
2426
|
from: factories.date_time_iso_8601(),
|
|
2371
2427
|
to: factories.date_time_iso_8601(),
|
|
2428
|
+
payment_type: factories['io.flow.billing.reporting.v0.enums.report_payment_type'](),
|
|
2372
2429
|
url: factories.string(),
|
|
2373
2430
|
processed_at: factories.date_time_iso_8601(),
|
|
2374
2431
|
}); },
|
|
@@ -2387,9 +2444,18 @@ var factories = {
|
|
|
2387
2444
|
account_number: factories.string(),
|
|
2388
2445
|
}); },
|
|
2389
2446
|
'io.flow.billing.reporting.v0.models.report_form': function () { return ({
|
|
2447
|
+
type: factories['io.flow.billing.reporting.v0.enums.report_type'](),
|
|
2390
2448
|
from: factories.date_time_iso_8601(),
|
|
2391
2449
|
to: factories.date_time_iso_8601(),
|
|
2392
|
-
|
|
2450
|
+
payment_type: factories['io.flow.billing.reporting.v0.enums.report_payment_type'](),
|
|
2451
|
+
orders: arrayOf(function () { return factories['io.flow.billing.reporting.v0.models.report_order_reference'](); }),
|
|
2452
|
+
}); },
|
|
2453
|
+
'io.flow.billing.reporting.v0.models.report_merchant': function () { return ({
|
|
2454
|
+
id: factories.string(),
|
|
2455
|
+
}); },
|
|
2456
|
+
'io.flow.billing.reporting.v0.models.report_order_reference': function () { return ({
|
|
2457
|
+
organization_id: factories.string(),
|
|
2458
|
+
order_number: factories.string(),
|
|
2393
2459
|
}); },
|
|
2394
2460
|
'io.flow.billing.reporting.v0.models.report_owner': function () { return ({
|
|
2395
2461
|
name: factories.string(),
|
|
@@ -2501,7 +2567,6 @@ var factories = {
|
|
|
2501
2567
|
tax: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2502
2568
|
duty: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2503
2569
|
freight: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2504
|
-
refund: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2505
2570
|
}); },
|
|
2506
2571
|
'io.flow.billing.reporting.v0.models.reporting_monetary_value': function () { return ({
|
|
2507
2572
|
transaction: factories.decimal(),
|
|
@@ -2595,6 +2660,7 @@ var factories = {
|
|
|
2595
2660
|
payment: factories['io.flow.billing.reporting.v0.models.report_payment'](),
|
|
2596
2661
|
bank_account: factories['io.flow.billing.reporting.v0.models.report_bank_account_cleartext'](),
|
|
2597
2662
|
account: factories['io.flow.billing.reporting.v0.models.report_account'](),
|
|
2663
|
+
merchant: factories['io.flow.billing.reporting.v0.models.report_merchant'](),
|
|
2598
2664
|
owner: factories['io.flow.billing.reporting.v0.models.report_owner'](),
|
|
2599
2665
|
description: factories.string(),
|
|
2600
2666
|
}); },
|
|
@@ -2629,6 +2695,8 @@ var factories = {
|
|
|
2629
2695
|
'shipping_label_service',
|
|
2630
2696
|
'shipping_label_revenue_share',
|
|
2631
2697
|
'trueup',
|
|
2698
|
+
'trueup_base',
|
|
2699
|
+
'trueup_surcharge',
|
|
2632
2700
|
'carrier_charge',
|
|
2633
2701
|
'carrier_charge_revenue_share',
|
|
2634
2702
|
'platform_fee',
|
|
@@ -2642,8 +2710,9 @@ var factories = {
|
|
|
2642
2710
|
'order_service',
|
|
2643
2711
|
'virtual_card_capture',
|
|
2644
2712
|
'virtual_card_refund',
|
|
2713
|
+
'failed_payout',
|
|
2645
2714
|
]); },
|
|
2646
|
-
'io.flow.billing.v0.enums.trueup_source': function () { return faker.helpers.arrayElement(['flow', 'channel', 'dhl-parcel', 'dhl']); },
|
|
2715
|
+
'io.flow.billing.v0.enums.trueup_source': function () { return faker.helpers.arrayElement(['flow', 'channel', 'dhl-parcel', 'dhl', 'ups']); },
|
|
2647
2716
|
'io.flow.billing.v0.enums.withholding_deduction_type': function () { return faker.helpers.arrayElement(['tax', 'duty', 'freight', 'insurance']); },
|
|
2648
2717
|
'io.flow.billing.v0.models.account_id_reference': function () { return ({
|
|
2649
2718
|
id: factories.string(),
|
|
@@ -2891,15 +2960,13 @@ var factories = {
|
|
|
2891
2960
|
carrier_id: factories.string(),
|
|
2892
2961
|
carrier_tracking_number: factories.string(),
|
|
2893
2962
|
revenue_share_percentage: factories.decimal(),
|
|
2894
|
-
outbound: factories['io.flow.billing.v0.models.
|
|
2895
|
-
}); },
|
|
2896
|
-
'io.flow.billing.v0.models.transaction_metadata_carrier_charge_outbound': function () { return ({
|
|
2897
|
-
transaction_id: factories.string(),
|
|
2963
|
+
outbound: factories['io.flow.billing.v0.models.transaction_metadata_outbound_transaction'](),
|
|
2898
2964
|
}); },
|
|
2899
2965
|
'io.flow.billing.v0.models.transaction_metadata_channel': function () { return ({
|
|
2900
2966
|
discriminator: 'channel',
|
|
2901
2967
|
method: factories.string(),
|
|
2902
2968
|
card: factories['io.flow.billing.v0.models.transaction_metadata_channel_card_metadata'](),
|
|
2969
|
+
organization_transaction: factories['io.flow.billing.v0.models.transaction_reference'](),
|
|
2903
2970
|
}); },
|
|
2904
2971
|
'io.flow.billing.v0.models.transaction_metadata_channel_card_metadata': function () { return ({
|
|
2905
2972
|
type: factories['io.flow.payment.v0.enums.card_type'](),
|
|
@@ -2909,6 +2976,13 @@ var factories = {
|
|
|
2909
2976
|
iin: factories.string(),
|
|
2910
2977
|
country: factories.string(),
|
|
2911
2978
|
}); },
|
|
2979
|
+
'io.flow.billing.v0.models.transaction_metadata_failed_payout': function () { return ({
|
|
2980
|
+
discriminator: 'failed_payout',
|
|
2981
|
+
failed_payout: factories['io.flow.billing.v0.models.transaction_metadata_failed_payout_reference'](),
|
|
2982
|
+
}); },
|
|
2983
|
+
'io.flow.billing.v0.models.transaction_metadata_failed_payout_reference': function () { return ({
|
|
2984
|
+
id: factories.string(),
|
|
2985
|
+
}); },
|
|
2912
2986
|
'io.flow.billing.v0.models.transaction_metadata_manual': function () { return ({
|
|
2913
2987
|
discriminator: 'manual',
|
|
2914
2988
|
description: factories.string(),
|
|
@@ -2918,6 +2992,14 @@ var factories = {
|
|
|
2918
2992
|
'io.flow.billing.v0.models.transaction_metadata_original_transaction': function () { return ({
|
|
2919
2993
|
id: factories.string(),
|
|
2920
2994
|
}); },
|
|
2995
|
+
'io.flow.billing.v0.models.transaction_metadata_outbound_transaction': function () { return ({
|
|
2996
|
+
transaction_id: factories.string(),
|
|
2997
|
+
}); },
|
|
2998
|
+
'io.flow.billing.v0.models.transaction_metadata_payment_transaction': function () { return ({
|
|
2999
|
+
discriminator: 'payment_transaction',
|
|
3000
|
+
id: factories.string(),
|
|
3001
|
+
key: factories.string(),
|
|
3002
|
+
}); },
|
|
2921
3003
|
'io.flow.billing.v0.models.transaction_metadata_shipping_label': function () { return ({
|
|
2922
3004
|
discriminator: 'shipping_label',
|
|
2923
3005
|
request_method: factories['io.flow.label.v0.enums.label_request_method'](),
|
|
@@ -2934,6 +3016,20 @@ var factories = {
|
|
|
2934
3016
|
estimate: factories['io.flow.billing.v0.models.transaction_metadata_trueup_data'](),
|
|
2935
3017
|
actual: factories['io.flow.billing.v0.models.transaction_metadata_trueup_data'](),
|
|
2936
3018
|
}); },
|
|
3019
|
+
'io.flow.billing.v0.models.transaction_metadata_trueup_base': function () { return ({
|
|
3020
|
+
discriminator: 'trueup_base',
|
|
3021
|
+
original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
|
|
3022
|
+
estimate: factories['io.flow.billing.v0.models.transaction_metadata_trueup_base_data'](),
|
|
3023
|
+
actual: factories['io.flow.billing.v0.models.transaction_metadata_trueup_base_data'](),
|
|
3024
|
+
}); },
|
|
3025
|
+
'io.flow.billing.v0.models.transaction_metadata_trueup_base_data': function () { return ({
|
|
3026
|
+
source: factories['io.flow.billing.v0.enums.trueup_source'](),
|
|
3027
|
+
weights: factories['io.flow.billing.v0.models.trueup_label_weights'](),
|
|
3028
|
+
units: factories['io.flow.billing.v0.models.trueup_label_units'](),
|
|
3029
|
+
base: factories['io.flow.billing.v0.models.trueup_label_base_v2'](),
|
|
3030
|
+
fuel: factories['io.flow.billing.v0.models.trueup_label_fuel'](),
|
|
3031
|
+
total: factories.decimal(),
|
|
3032
|
+
}); },
|
|
2937
3033
|
'io.flow.billing.v0.models.transaction_metadata_trueup_data': function () { return ({
|
|
2938
3034
|
source: factories['io.flow.billing.v0.enums.trueup_source'](),
|
|
2939
3035
|
units: factories['io.flow.billing.v0.models.trueup_label_units'](),
|
|
@@ -2943,6 +3039,16 @@ var factories = {
|
|
|
2943
3039
|
dead: factories['io.flow.trueup.v0.models.dead_weight'](),
|
|
2944
3040
|
dimensional: factories['io.flow.trueup.v0.models.dimensional_weight'](),
|
|
2945
3041
|
}); },
|
|
3042
|
+
'io.flow.billing.v0.models.transaction_metadata_trueup_surcharge': function () { return ({
|
|
3043
|
+
discriminator: 'trueup_surcharge',
|
|
3044
|
+
original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
|
|
3045
|
+
estimate: factories['io.flow.billing.v0.models.transaction_metadata_trueup_surcharge_data'](),
|
|
3046
|
+
actual: factories['io.flow.billing.v0.models.transaction_metadata_trueup_surcharge_data'](),
|
|
3047
|
+
}); },
|
|
3048
|
+
'io.flow.billing.v0.models.transaction_metadata_trueup_surcharge_data': function () { return ({
|
|
3049
|
+
source: factories['io.flow.billing.v0.enums.trueup_source'](),
|
|
3050
|
+
surcharge: factories['io.flow.billing.v0.models.trueup_label_surcharge'](),
|
|
3051
|
+
}); },
|
|
2946
3052
|
'io.flow.billing.v0.models.transaction_reference': function () { return ({
|
|
2947
3053
|
id: factories.string(),
|
|
2948
3054
|
}); },
|
|
@@ -2950,6 +3056,17 @@ var factories = {
|
|
|
2950
3056
|
amount: factories.decimal(),
|
|
2951
3057
|
weight: factories.decimal(),
|
|
2952
3058
|
}); },
|
|
3059
|
+
'io.flow.billing.v0.models.trueup_label_base_v2': function () { return ({
|
|
3060
|
+
amount: factories.decimal(),
|
|
3061
|
+
}); },
|
|
3062
|
+
'io.flow.billing.v0.models.trueup_label_base_weight': function () { return ({
|
|
3063
|
+
weight: factories.decimal(),
|
|
3064
|
+
}); },
|
|
3065
|
+
'io.flow.billing.v0.models.trueup_label_fuel': function () { return ({
|
|
3066
|
+
amount: factories.decimal(),
|
|
3067
|
+
percentage: factories.decimal(),
|
|
3068
|
+
per_weight_unit: factories.decimal(),
|
|
3069
|
+
}); },
|
|
2953
3070
|
'io.flow.billing.v0.models.trueup_label_surcharge': function () { return ({
|
|
2954
3071
|
amount: factories.decimal(),
|
|
2955
3072
|
type: factories['io.flow.trueup.v0.enums.trueup_surcharge_type'](),
|
|
@@ -2960,6 +3077,11 @@ var factories = {
|
|
|
2960
3077
|
weight: factories['io.flow.units.v0.enums.unit_of_weight'](),
|
|
2961
3078
|
length: factories['io.flow.units.v0.enums.unit_of_length'](),
|
|
2962
3079
|
}); },
|
|
3080
|
+
'io.flow.billing.v0.models.trueup_label_weights': function () { return ({
|
|
3081
|
+
base: factories['io.flow.billing.v0.models.trueup_label_base_weight'](),
|
|
3082
|
+
dead: factories['io.flow.trueup.v0.models.dead_weight'](),
|
|
3083
|
+
dimensional: factories['io.flow.trueup.v0.models.dimensional_weight'](),
|
|
3084
|
+
}); },
|
|
2963
3085
|
'io.flow.billing.v0.models.withholding_deduction': function () { return ({
|
|
2964
3086
|
type: factories['io.flow.billing.v0.enums.withholding_deduction_type'](),
|
|
2965
3087
|
amount: factories.decimal(),
|
|
@@ -2992,8 +3114,12 @@ var factories = {
|
|
|
2992
3114
|
function () { return factories['io.flow.billing.v0.models.transaction_metadata_shipping_label'](); },
|
|
2993
3115
|
function () { return factories['io.flow.billing.v0.models.transaction_metadata_channel'](); },
|
|
2994
3116
|
function () { return factories['io.flow.billing.v0.models.transaction_metadata_trueup'](); },
|
|
3117
|
+
function () { return factories['io.flow.billing.v0.models.transaction_metadata_trueup_base'](); },
|
|
3118
|
+
function () { return factories['io.flow.billing.v0.models.transaction_metadata_trueup_surcharge'](); },
|
|
2995
3119
|
function () { return factories['io.flow.billing.v0.models.transaction_metadata_carrier_charge'](); },
|
|
2996
3120
|
function () { return factories['io.flow.billing.v0.models.transaction_metadata_manual'](); },
|
|
3121
|
+
function () { return factories['io.flow.billing.v0.models.transaction_metadata_failed_payout'](); },
|
|
3122
|
+
function () { return factories['io.flow.billing.v0.models.transaction_metadata_payment_transaction'](); },
|
|
2997
3123
|
]);
|
|
2998
3124
|
return f();
|
|
2999
3125
|
},
|
|
@@ -7876,10 +8002,15 @@ var factories = {
|
|
|
7876
8002
|
'adjustment_transactions_count',
|
|
7877
8003
|
'adjustment_transactions_total',
|
|
7878
8004
|
'capture_transactions_count',
|
|
8005
|
+
'capture_transactions_reconcile_payments_count',
|
|
7879
8006
|
'capture_transactions_ignored_fraud_count',
|
|
7880
8007
|
'capture_transactions_ignored_fully_refunded_count',
|
|
7881
8008
|
'capture_transactions_ignored_other_count',
|
|
7882
8009
|
'capture_transactions_ignored_previously_processed_count',
|
|
8010
|
+
'capture_transactions_succeeded_then_failed_count',
|
|
8011
|
+
'capture_transactions_succeeded_then_failed_total',
|
|
8012
|
+
'capture_transactions_succeeded_then_failed_same_day_count',
|
|
8013
|
+
'capture_transactions_succeeded_then_failed_same_day_total',
|
|
7883
8014
|
'capture_queued_count',
|
|
7884
8015
|
'capture_transactions_total',
|
|
7885
8016
|
'carrier_charge_transactions_count',
|
|
@@ -7894,12 +8025,15 @@ var factories = {
|
|
|
7894
8025
|
'channel_billed_transactions_total',
|
|
7895
8026
|
'credit_payment_transactions_count',
|
|
7896
8027
|
'credit_payment_transactions_total',
|
|
8028
|
+
'duty_to_labels_ratio',
|
|
7897
8029
|
'duty_transactions_count',
|
|
7898
8030
|
'duty_transactions_total',
|
|
7899
8031
|
'fully_subsidized_order_transactions_count',
|
|
7900
8032
|
'fully_subsidized_order_transactions_total',
|
|
7901
8033
|
'billable_label_transactions_count',
|
|
7902
8034
|
'billable_label_transactions_count_for_unique_orders',
|
|
8035
|
+
'billable_label_transactions_count_with_revenue_share',
|
|
8036
|
+
'billable_label_transactions_count_without_revenue_share',
|
|
7903
8037
|
'billable_label_transactions_total',
|
|
7904
8038
|
'revenue_share_label_transactions_count',
|
|
7905
8039
|
'revenue_share_label_transactions_count_for_unique_orders',
|
|
@@ -7909,6 +8043,7 @@ var factories = {
|
|
|
7909
8043
|
'order_transactions_count',
|
|
7910
8044
|
'order_transactions_total',
|
|
7911
8045
|
'refund_transactions_count',
|
|
8046
|
+
'refund_transactions_reconcile_payments_count',
|
|
7912
8047
|
'refund_transactions_ignored_fraud_count',
|
|
7913
8048
|
'refund_transactions_ignored_fully_refunded_count',
|
|
7914
8049
|
'refund_transactions_ignored_other_count',
|
|
@@ -7917,6 +8052,8 @@ var factories = {
|
|
|
7917
8052
|
'refund_transactions_total',
|
|
7918
8053
|
'refund_transactions_succeeded_then_failed_count',
|
|
7919
8054
|
'refund_transactions_succeeded_then_failed_total',
|
|
8055
|
+
'refund_transactions_succeeded_then_failed_same_day_count',
|
|
8056
|
+
'refund_transactions_succeeded_then_failed_same_day_total',
|
|
7920
8057
|
'reversal_order_cancellations_transactions_count',
|
|
7921
8058
|
'reversal_order_cancellations_transactions_total',
|
|
7922
8059
|
'reversal_external_fulfillment_transactions_count',
|
|
@@ -7925,6 +8062,7 @@ var factories = {
|
|
|
7925
8062
|
'reversal_other_transactions_total',
|
|
7926
8063
|
'reversal_all_transactions_count',
|
|
7927
8064
|
'reversal_all_transactions_total',
|
|
8065
|
+
'tax_to_labels_ratio',
|
|
7928
8066
|
'tax_transactions_count',
|
|
7929
8067
|
'tax_transactions_total',
|
|
7930
8068
|
'transfer_transactions_count',
|
|
@@ -7976,6 +8114,8 @@ var factories = {
|
|
|
7976
8114
|
'accounts_with_final_statements_count',
|
|
7977
8115
|
'accounts_with_final_statements_pending_transaction_count',
|
|
7978
8116
|
'accounts_with_final_statements_pending_transaction_total',
|
|
8117
|
+
'edited_order_tax_amount_exceeding_transaction',
|
|
8118
|
+
'edited_order_duty_amount_exceeding_transaction',
|
|
7979
8119
|
]); },
|
|
7980
8120
|
'io.flow.internal.v0.enums.billing_statement_attachment_key': function () { return faker.helpers.arrayElement([
|
|
7981
8121
|
'invoice',
|
|
@@ -7996,7 +8136,7 @@ var factories = {
|
|
|
7996
8136
|
'carrier_charge',
|
|
7997
8137
|
'all',
|
|
7998
8138
|
]); },
|
|
7999
|
-
'io.flow.internal.v0.enums.billing_transaction_status': function () { return faker.helpers.arrayElement(['
|
|
8139
|
+
'io.flow.internal.v0.enums.billing_transaction_status': function () { return faker.helpers.arrayElement(['pending_proof', 'posted']); },
|
|
8000
8140
|
'io.flow.internal.v0.enums.billing_transaction_type': function () { return faker.helpers.arrayElement([
|
|
8001
8141
|
'manual',
|
|
8002
8142
|
'subscription',
|
|
@@ -8031,7 +8171,8 @@ var factories = {
|
|
|
8031
8171
|
'dtce_with_inclusive_pricing',
|
|
8032
8172
|
]); },
|
|
8033
8173
|
'io.flow.internal.v0.enums.carrier_charge_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'charge', 'revenue_share']); },
|
|
8034
|
-
'io.flow.internal.v0.enums.carrier_charge_type': function () { return faker.helpers.arrayElement(['label', 'other']); },
|
|
8174
|
+
'io.flow.internal.v0.enums.carrier_charge_type': function () { return faker.helpers.arrayElement(['label', 'tax', 'other']); },
|
|
8175
|
+
'io.flow.internal.v0.enums.carrier_file_type': function () { return faker.helpers.arrayElement(['freight', 'tax']); },
|
|
8035
8176
|
'io.flow.internal.v0.enums.carrier_label_generation_method': function () { return faker.helpers.arrayElement(['direct', 'easypost']); },
|
|
8036
8177
|
'io.flow.internal.v0.enums.carrier_validation_status': function () { return faker.helpers.arrayElement(['success', 'error']); },
|
|
8037
8178
|
'io.flow.internal.v0.enums.catalog_import_type': function () { return faker.helpers.arrayElement([
|
|
@@ -8089,6 +8230,9 @@ var factories = {
|
|
|
8089
8230
|
'customs_clearance_surcharge',
|
|
8090
8231
|
'security_surcharge',
|
|
8091
8232
|
'duties_fx_surcharge',
|
|
8233
|
+
'electronic_export_information_surcharge',
|
|
8234
|
+
'additional_handling',
|
|
8235
|
+
'large_package_surcharge',
|
|
8092
8236
|
]); },
|
|
8093
8237
|
'io.flow.internal.v0.enums.chargeback_payment_status': function () { return faker.helpers.arrayElement(['captured', 'refunded']); },
|
|
8094
8238
|
'io.flow.internal.v0.enums.chargeback_process_status': function () { return faker.helpers.arrayElement(['inquiry', 'open', 'closed']); },
|
|
@@ -8110,7 +8254,11 @@ var factories = {
|
|
|
8110
8254
|
'io.flow.internal.v0.enums.checkout_redirect_method': function () { return faker.helpers.arrayElement(['get', 'post']); },
|
|
8111
8255
|
'io.flow.internal.v0.enums.checkout_shipping_method_prompt_behavior': function () { return faker.helpers.arrayElement(['always', 'multiple']); },
|
|
8112
8256
|
'io.flow.internal.v0.enums.checkout_url_type': function () { return faker.helpers.arrayElement(['continue_shopping', 'confirmation', 'invalid_checkout']); },
|
|
8257
|
+
'io.flow.internal.v0.enums.classification_decision': function () { return faker.helpers.arrayElement(['Accept', 'Reject']); },
|
|
8113
8258
|
'io.flow.internal.v0.enums.classification_error_code': function () { return faker.helpers.arrayElement(['generic_error']); },
|
|
8259
|
+
'io.flow.internal.v0.enums.classification_platform': function () { return faker.helpers.arrayElement(['GlobalE', 'Flow', 'Borderfree']); },
|
|
8260
|
+
'io.flow.internal.v0.enums.classification_type': function () { return faker.helpers.arrayElement(['None', 'Manual', 'ML']); },
|
|
8261
|
+
'io.flow.internal.v0.enums.clothing_age_classification': function () { return faker.helpers.arrayElement(['None', 'AgeKidsGeneral', 'Age0_10', 'Age10_13', 'Age13_14']); },
|
|
8114
8262
|
'io.flow.internal.v0.enums.colm_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
|
|
8115
8263
|
'io.flow.internal.v0.enums.compliance_type': function () { return faker.helpers.arrayElement(['weee']); },
|
|
8116
8264
|
'io.flow.internal.v0.enums.content_element_type': function () { return faker.helpers.arrayElement(['markdown', 'html', 'plain_text', 'href']); },
|
|
@@ -8309,6 +8457,8 @@ var factories = {
|
|
|
8309
8457
|
'label_invoice_request_deleted',
|
|
8310
8458
|
'carrier_charge_upserted',
|
|
8311
8459
|
'carrier_charge_deleted',
|
|
8460
|
+
'bank_payment_order_upserted',
|
|
8461
|
+
'bank_payment_order_deleted',
|
|
8312
8462
|
'fraud_review_upserted',
|
|
8313
8463
|
'fraud_review_deleted',
|
|
8314
8464
|
'fraud_pending_review_upserted',
|
|
@@ -8412,8 +8562,6 @@ var factories = {
|
|
|
8412
8562
|
'payment_processor_account_deleted',
|
|
8413
8563
|
'payment_processor_merchant_upserted',
|
|
8414
8564
|
'payment_processor_merchant_deleted',
|
|
8415
|
-
'virtual_card_provider_upserted',
|
|
8416
|
-
'virtual_card_provider_deleted',
|
|
8417
8565
|
'authorization_bundle_upserted',
|
|
8418
8566
|
'authorization_bundle_deleted',
|
|
8419
8567
|
'organization_payment_setting_upserted',
|
|
@@ -8467,6 +8615,8 @@ var factories = {
|
|
|
8467
8615
|
'shopify_markets_metrics_deleted',
|
|
8468
8616
|
'channel_order_summary_upserted',
|
|
8469
8617
|
'channel_order_summary_deleted',
|
|
8618
|
+
'channel_organization_identifier_upserted',
|
|
8619
|
+
'channel_organization_identifier_deleted',
|
|
8470
8620
|
'shopify_monitoring_order_monitor_event_upserted',
|
|
8471
8621
|
'shopify_monitoring_order_monitor_event_deleted',
|
|
8472
8622
|
'shopify_order_fulfillments_snapshot_upserted',
|
|
@@ -8479,8 +8629,6 @@ var factories = {
|
|
|
8479
8629
|
'stripe_capture_upserted',
|
|
8480
8630
|
'stripe_refund_deleted',
|
|
8481
8631
|
'stripe_refund_upserted',
|
|
8482
|
-
'svb_virtual_card_clearing_upserted',
|
|
8483
|
-
'svb_virtual_card_clearing_deleted',
|
|
8484
8632
|
'liability_remittance_plan_upserted',
|
|
8485
8633
|
'liability_remittance_plan_deleted',
|
|
8486
8634
|
'svitlana_item_upserted',
|
|
@@ -8559,18 +8707,17 @@ var factories = {
|
|
|
8559
8707
|
'merchant_integration',
|
|
8560
8708
|
'shopify_integration',
|
|
8561
8709
|
'globale_cx',
|
|
8710
|
+
'merchant_operations',
|
|
8562
8711
|
'globale_system',
|
|
8563
8712
|
]); },
|
|
8564
8713
|
'io.flow.internal.v0.enums.label_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'billable_label', 'fee', 'revenue_share']); },
|
|
8565
8714
|
'io.flow.internal.v0.enums.liability_type': function () { return faker.helpers.arrayElement(['full_value_tax', 'low_value_goods_tax', 'high_value_goods_tax', 'duties']); },
|
|
8566
|
-
'io.flow.internal.v0.enums.
|
|
8715
|
+
'io.flow.internal.v0.enums.logistics_capability': function () { return faker.helpers.arrayElement(['logistics_address_correction']); },
|
|
8567
8716
|
'io.flow.internal.v0.enums.manual_review_rule_status': function () { return faker.helpers.arrayElement(['active', 'archived']); },
|
|
8568
8717
|
'io.flow.internal.v0.enums.manual_transaction_category': function () { return faker.helpers.arrayElement([
|
|
8569
8718
|
'cancelled_order_refund',
|
|
8570
|
-
'channel_partner_initiated',
|
|
8571
8719
|
'client_accepted_chargeback',
|
|
8572
8720
|
'fee_reimbursement',
|
|
8573
|
-
'partial_refund',
|
|
8574
8721
|
'platform_fee',
|
|
8575
8722
|
'shipping_true_up',
|
|
8576
8723
|
'tax_credit',
|
|
@@ -8762,12 +8909,15 @@ var factories = {
|
|
|
8762
8909
|
'suspicious_past_activity',
|
|
8763
8910
|
]); },
|
|
8764
8911
|
'io.flow.internal.v0.enums.report_interval': function () { return faker.helpers.arrayElement(['hourly', 'daily', 'weekly', 'monthly']); },
|
|
8912
|
+
'io.flow.internal.v0.enums.report_payment_type': function () { return faker.helpers.arrayElement(['credit', 'debit']); },
|
|
8765
8913
|
'io.flow.internal.v0.enums.report_status': function () { return faker.helpers.arrayElement(['created', 'completed', 'completed_no_records', 'failed']); },
|
|
8766
8914
|
'io.flow.internal.v0.enums.report_type': function () { return faker.helpers.arrayElement([
|
|
8767
8915
|
'sales_record',
|
|
8768
8916
|
'trueup_overview',
|
|
8769
8917
|
'non_channel_payment_bank_account',
|
|
8770
8918
|
'scheduled_payment',
|
|
8919
|
+
'account_quarterly_balances',
|
|
8920
|
+
'invariants',
|
|
8771
8921
|
]); },
|
|
8772
8922
|
'io.flow.internal.v0.enums.reporting_fulfillment_is_virtual': function () { return faker.helpers.arrayElement(['all', 'mixed', 'none']); },
|
|
8773
8923
|
'io.flow.internal.v0.enums.reporting_scheme': function () { return faker.helpers.arrayElement([
|
|
@@ -8825,6 +8975,7 @@ var factories = {
|
|
|
8825
8975
|
'product_restriction_result',
|
|
8826
8976
|
'product_sync',
|
|
8827
8977
|
'webhook_registrations',
|
|
8978
|
+
'channel_organization_identifier',
|
|
8828
8979
|
]); },
|
|
8829
8980
|
'io.flow.internal.v0.enums.shopify_markets_trade_sector': function () { return faker.helpers.arrayElement([
|
|
8830
8981
|
'apparel_and_accessories',
|
|
@@ -8848,7 +8999,7 @@ var factories = {
|
|
|
8848
8999
|
'io.flow.internal.v0.enums.significance_action': function () { return faker.helpers.arrayElement(['end_and_implement_winner', 'end_and_revert', 'do_nothing']); },
|
|
8849
9000
|
'io.flow.internal.v0.enums.simple_rounding_strategy': function () { return faker.helpers.arrayElement(['no_rounding', 'currency_precision']); },
|
|
8850
9001
|
'io.flow.internal.v0.enums.snooze_next_action_with': function () { return faker.helpers.arrayElement(['customer_service', 'engineering']); },
|
|
8851
|
-
'io.flow.internal.v0.enums.snooze_source_type': function () { return faker.helpers.arrayElement(['task']); },
|
|
9002
|
+
'io.flow.internal.v0.enums.snooze_source_type': function () { return faker.helpers.arrayElement(['task', 'invariant']); },
|
|
8852
9003
|
'io.flow.internal.v0.enums.statement_status': function () { return faker.helpers.arrayElement([
|
|
8853
9004
|
'created',
|
|
8854
9005
|
'no_transactions',
|
|
@@ -9036,6 +9187,7 @@ var factories = {
|
|
|
9036
9187
|
liabilities_method: factories['io.flow.internal.v0.enums.account_setting_liabilities_method'](),
|
|
9037
9188
|
enable_fee_reversals: factories.boolean(),
|
|
9038
9189
|
record_reason_for_transactions_pending_payout: factories.boolean(),
|
|
9190
|
+
enable_negative_debits: factories.boolean(),
|
|
9039
9191
|
}); },
|
|
9040
9192
|
'io.flow.internal.v0.models.account_settings_deleted': function () { return ({
|
|
9041
9193
|
discriminator: 'account_settings_deleted',
|
|
@@ -9098,11 +9250,10 @@ var factories = {
|
|
|
9098
9250
|
timestamp: factories.date_time_iso_8601(),
|
|
9099
9251
|
account: factories['io.flow.internal.v0.models.flow_account'](),
|
|
9100
9252
|
}); },
|
|
9101
|
-
'io.flow.internal.v0.models.
|
|
9102
|
-
discriminator: '
|
|
9253
|
+
'io.flow.internal.v0.models.accounting_pending_order_metadata': function () { return ({
|
|
9254
|
+
discriminator: 'accounting_pending_order_metadata',
|
|
9103
9255
|
order: factories['io.flow.internal.v0.models.order_reference'](),
|
|
9104
|
-
|
|
9105
|
-
posting_cutoff: factories.date_time_iso_8601(),
|
|
9256
|
+
fulfillment_id: factories.string(),
|
|
9106
9257
|
}); },
|
|
9107
9258
|
'io.flow.internal.v0.models.action_quantity': function () { return ({
|
|
9108
9259
|
action: factories['io.flow.internal.v0.enums.item_quantity_action'](),
|
|
@@ -9622,6 +9773,26 @@ var factories = {
|
|
|
9622
9773
|
transfer_transaction_ids: arrayOf(function () { return factories.string(); }),
|
|
9623
9774
|
attributes: objectOf(function () { return factories.string(); }),
|
|
9624
9775
|
}); },
|
|
9776
|
+
'io.flow.internal.v0.models.bank_payment_order': function () { return ({
|
|
9777
|
+
id: factories.string(),
|
|
9778
|
+
payment: factories['io.flow.internal.v0.models.bank_payment_reference'](),
|
|
9779
|
+
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
9780
|
+
}); },
|
|
9781
|
+
'io.flow.internal.v0.models.bank_payment_order_deleted': function () { return ({
|
|
9782
|
+
discriminator: 'bank_payment_order_deleted',
|
|
9783
|
+
event_id: factories.string(),
|
|
9784
|
+
timestamp: factories.date_time_iso_8601(),
|
|
9785
|
+
id: factories.string(),
|
|
9786
|
+
}); },
|
|
9787
|
+
'io.flow.internal.v0.models.bank_payment_order_upserted': function () { return ({
|
|
9788
|
+
discriminator: 'bank_payment_order_upserted',
|
|
9789
|
+
event_id: factories.string(),
|
|
9790
|
+
timestamp: factories.date_time_iso_8601(),
|
|
9791
|
+
bank_payment_order: factories['io.flow.internal.v0.models.bank_payment_order'](),
|
|
9792
|
+
}); },
|
|
9793
|
+
'io.flow.internal.v0.models.bank_payment_reference': function () { return ({
|
|
9794
|
+
id: factories.string(),
|
|
9795
|
+
}); },
|
|
9625
9796
|
'io.flow.internal.v0.models.bank_payment_status_form': function () { return ({
|
|
9626
9797
|
code: factories['io.flow.internal.v0.enums.bank_payment_status_code'](),
|
|
9627
9798
|
failure_reason: factories['io.flow.billing.v0.enums.payout_status_failure_code'](),
|
|
@@ -10097,23 +10268,6 @@ var factories = {
|
|
|
10097
10268
|
organization: factories.string(),
|
|
10098
10269
|
id: factories.string(),
|
|
10099
10270
|
}); },
|
|
10100
|
-
'io.flow.internal.v0.models.carrier_charge_file': function () { return ({
|
|
10101
|
-
id: factories.string(),
|
|
10102
|
-
url: factories.string(),
|
|
10103
|
-
attributes: objectOf(function () { return factories.string(); }),
|
|
10104
|
-
created_at: factories.date_time_iso_8601(),
|
|
10105
|
-
result: factories['io.flow.internal.v0.models.carrier_charge_file_result'](),
|
|
10106
|
-
}); },
|
|
10107
|
-
'io.flow.internal.v0.models.carrier_charge_file_form': function () { return ({
|
|
10108
|
-
url: factories.string(),
|
|
10109
|
-
attributes: objectOf(function () { return factories.string(); }),
|
|
10110
|
-
}); },
|
|
10111
|
-
'io.flow.internal.v0.models.carrier_charge_file_result': function () { return ({
|
|
10112
|
-
processed_at: factories.date_time_iso_8601(),
|
|
10113
|
-
number_lines_successful: factories.long(),
|
|
10114
|
-
number_lines_with_errors: factories.long(),
|
|
10115
|
-
errors_url: factories.string(),
|
|
10116
|
-
}); },
|
|
10117
10271
|
'io.flow.internal.v0.models.carrier_charge_form_label': function () { return ({
|
|
10118
10272
|
discriminator: 'label',
|
|
10119
10273
|
id: factories.string(),
|
|
@@ -10174,10 +10328,40 @@ var factories = {
|
|
|
10174
10328
|
organization: factories.string(),
|
|
10175
10329
|
carrier_charge: factories['io.flow.internal.v0.models.carrier_charge'](),
|
|
10176
10330
|
}); },
|
|
10331
|
+
'io.flow.internal.v0.models.carrier_file': function () { return ({
|
|
10332
|
+
id: factories.string(),
|
|
10333
|
+
type: factories['io.flow.internal.v0.enums.carrier_file_type'](),
|
|
10334
|
+
url: factories.string(),
|
|
10335
|
+
attributes: objectOf(function () { return factories.string(); }),
|
|
10336
|
+
created_at: factories.date_time_iso_8601(),
|
|
10337
|
+
result: factories['io.flow.internal.v0.models.carrier_file_result'](),
|
|
10338
|
+
}); },
|
|
10339
|
+
'io.flow.internal.v0.models.carrier_file_form': function () { return ({
|
|
10340
|
+
url: factories.string(),
|
|
10341
|
+
type: factories['io.flow.internal.v0.enums.carrier_file_type'](),
|
|
10342
|
+
attributes: objectOf(function () { return factories.string(); }),
|
|
10343
|
+
}); },
|
|
10344
|
+
'io.flow.internal.v0.models.carrier_file_result': function () { return ({
|
|
10345
|
+
processed_at: factories.date_time_iso_8601(),
|
|
10346
|
+
number_lines_successful: factories.long(),
|
|
10347
|
+
number_lines_with_errors: factories.long(),
|
|
10348
|
+
errors_url: factories.string(),
|
|
10349
|
+
}); },
|
|
10177
10350
|
'io.flow.internal.v0.models.carrier_invoice': function () { return ({
|
|
10178
10351
|
number: factories.string(),
|
|
10179
10352
|
timestamp: factories.date_time_iso_8601(),
|
|
10180
10353
|
}); },
|
|
10354
|
+
'io.flow.internal.v0.models.carrier_tax_form': function () { return ({
|
|
10355
|
+
id: factories.string(),
|
|
10356
|
+
label_invoice_request_id: factories.string(),
|
|
10357
|
+
units: factories['io.flow.internal.v0.models.carrier_tax_units'](),
|
|
10358
|
+
surcharges: factories['io.flow.internal.v0.models.label_surcharge_form'](),
|
|
10359
|
+
total: factories.decimal(),
|
|
10360
|
+
attributes: objectOf(function () { return factories.string(); }),
|
|
10361
|
+
}); },
|
|
10362
|
+
'io.flow.internal.v0.models.carrier_tax_units': function () { return ({
|
|
10363
|
+
currency: factories.string(),
|
|
10364
|
+
}); },
|
|
10181
10365
|
'io.flow.internal.v0.models.catalog_import_request': function () { return ({
|
|
10182
10366
|
discriminator: 'catalog_import_request',
|
|
10183
10367
|
event_id: factories.string(),
|
|
@@ -10496,6 +10680,25 @@ var factories = {
|
|
|
10496
10680
|
channel_id: factories.string(),
|
|
10497
10681
|
channel_order_summary: factories['io.flow.internal.v0.models.channel_order_summary'](),
|
|
10498
10682
|
}); },
|
|
10683
|
+
'io.flow.internal.v0.models.channel_organization_identifier': function () { return ({
|
|
10684
|
+
id: factories.string(),
|
|
10685
|
+
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
10686
|
+
identifier: factories.string(),
|
|
10687
|
+
}); },
|
|
10688
|
+
'io.flow.internal.v0.models.channel_organization_identifier_deleted': function () { return ({
|
|
10689
|
+
discriminator: 'channel_organization_identifier_deleted',
|
|
10690
|
+
event_id: factories.string(),
|
|
10691
|
+
timestamp: factories.date_time_iso_8601(),
|
|
10692
|
+
channel_id: factories.string(),
|
|
10693
|
+
id: factories.string(),
|
|
10694
|
+
}); },
|
|
10695
|
+
'io.flow.internal.v0.models.channel_organization_identifier_upserted': function () { return ({
|
|
10696
|
+
discriminator: 'channel_organization_identifier_upserted',
|
|
10697
|
+
event_id: factories.string(),
|
|
10698
|
+
timestamp: factories.date_time_iso_8601(),
|
|
10699
|
+
channel_id: factories.string(),
|
|
10700
|
+
channel_organization_identifier: factories['io.flow.internal.v0.models.channel_organization_identifier'](),
|
|
10701
|
+
}); },
|
|
10499
10702
|
'io.flow.internal.v0.models.channel_organization_shopify': function () { return ({
|
|
10500
10703
|
organization: factories['io.flow.channel.v0.models.channel_organization'](),
|
|
10501
10704
|
tokens: arrayOf(function () { return factories['io.flow.internal.v0.models.shopify_channel_organization_tokens'](); }),
|
|
@@ -10889,6 +11092,29 @@ var factories = {
|
|
|
10889
11092
|
organization_id: factories.string(),
|
|
10890
11093
|
product_id: factories.string(),
|
|
10891
11094
|
}); },
|
|
11095
|
+
'io.flow.internal.v0.models.classification_product_request': function () { return ({
|
|
11096
|
+
merchant_id: factories.string(),
|
|
11097
|
+
product_name: factories.string(),
|
|
11098
|
+
product_description: factories.string(),
|
|
11099
|
+
product_id_internal: factories.string(),
|
|
11100
|
+
product_id_external: factories.string(),
|
|
11101
|
+
product_group_code: factories.string(),
|
|
11102
|
+
product_url: factories.string(),
|
|
11103
|
+
product_image: factories.string(),
|
|
11104
|
+
product_attributes: objectOf(function () { return factories.string(); }),
|
|
11105
|
+
categories: arrayOf(function () { return factories.string(); }),
|
|
11106
|
+
platform_id: factories['io.flow.internal.v0.enums.classification_platform'](),
|
|
11107
|
+
}); },
|
|
11108
|
+
'io.flow.internal.v0.models.classification_product_result': function () { return ({
|
|
11109
|
+
product_id: factories.string(),
|
|
11110
|
+
merchant_id: factories.string(),
|
|
11111
|
+
platform_id: factories['io.flow.internal.v0.enums.classification_platform'](),
|
|
11112
|
+
hs_code: factories.string(),
|
|
11113
|
+
probability: factories.integer(),
|
|
11114
|
+
classification_decision: factories['io.flow.internal.v0.enums.classification_decision'](),
|
|
11115
|
+
classification_type: factories['io.flow.internal.v0.enums.classification_type'](),
|
|
11116
|
+
clothing_age_classification: factories['io.flow.internal.v0.enums.clothing_age_classification'](),
|
|
11117
|
+
}); },
|
|
10892
11118
|
'io.flow.internal.v0.models.classification_product_summary': function () { return ({
|
|
10893
11119
|
product_id: factories.string(),
|
|
10894
11120
|
organization_id: factories.string(),
|
|
@@ -10934,6 +11160,15 @@ var factories = {
|
|
|
10934
11160
|
status: factories['io.flow.internal.v0.enums.item_classification_status'](),
|
|
10935
11161
|
classified_by: factories.string(),
|
|
10936
11162
|
}); },
|
|
11163
|
+
'io.flow.internal.v0.models.cli_log_entry': function () { return ({
|
|
11164
|
+
id: factories.string(),
|
|
11165
|
+
user: factories['io.flow.common.v0.models.user_reference'](),
|
|
11166
|
+
task: factories.string(),
|
|
11167
|
+
}); },
|
|
11168
|
+
'io.flow.internal.v0.models.cli_log_entry_form': function () { return ({
|
|
11169
|
+
user_id: factories.string(),
|
|
11170
|
+
task: factories.string(),
|
|
11171
|
+
}); },
|
|
10937
11172
|
'io.flow.internal.v0.models.colm_item': function () { return ({
|
|
10938
11173
|
id: factories.string(),
|
|
10939
11174
|
number: factories.string(),
|
|
@@ -11043,6 +11278,7 @@ var factories = {
|
|
|
11043
11278
|
order_number: factories.string(),
|
|
11044
11279
|
destination: factories['io.flow.fulfillment.v0.models.shipping_address'](),
|
|
11045
11280
|
service: factories.string(),
|
|
11281
|
+
bypass_house_number_validation: factories.boolean(),
|
|
11046
11282
|
}); },
|
|
11047
11283
|
'io.flow.internal.v0.models.console_mark_unresolvable_form': function () { return ({
|
|
11048
11284
|
discriminator: 'console_mark_unresolvable_form',
|
|
@@ -11323,6 +11559,7 @@ var factories = {
|
|
|
11323
11559
|
labels: arrayOf(function () { return factories['io.flow.internal.v0.models.debug_label'](); }),
|
|
11324
11560
|
captures: arrayOf(function () { return factories['io.flow.internal.v0.models.debug_payment_transaction_summary'](); }),
|
|
11325
11561
|
refunds: arrayOf(function () { return factories['io.flow.internal.v0.models.debug_payment_transaction_summary'](); }),
|
|
11562
|
+
allocation: factories['io.flow.experience.v0.models.allocation_v2'](),
|
|
11326
11563
|
}); },
|
|
11327
11564
|
'io.flow.internal.v0.models.debug_fulfillment_delta': function () { return ({
|
|
11328
11565
|
posted_transactions_net: factories.decimal(),
|
|
@@ -11344,6 +11581,8 @@ var factories = {
|
|
|
11344
11581
|
'io.flow.internal.v0.models.debug_order': function () { return ({
|
|
11345
11582
|
organization_id: factories.string(),
|
|
11346
11583
|
number: factories.string(),
|
|
11584
|
+
prices: arrayOf(function () { return factories['io.flow.order.price.v0.models.order_price_detail'](); }),
|
|
11585
|
+
total: factories['io.flow.common.v0.models.money_with_base'](),
|
|
11347
11586
|
identifiers: objectOf(function () { return factories.string(); }),
|
|
11348
11587
|
submitted_at: factories.date_time_iso_8601(),
|
|
11349
11588
|
}); },
|
|
@@ -11386,7 +11625,7 @@ var factories = {
|
|
|
11386
11625
|
fx: factories['io.flow.internal.v0.models.debug_transaction_fx'](),
|
|
11387
11626
|
}); },
|
|
11388
11627
|
'io.flow.internal.v0.models.debug_transaction_details_status': function () { return ({
|
|
11389
|
-
status: factories['io.flow.internal.v0.enums.
|
|
11628
|
+
status: factories['io.flow.internal.v0.enums.billing_transaction_status'](),
|
|
11390
11629
|
description: factories.string(),
|
|
11391
11630
|
}); },
|
|
11392
11631
|
'io.flow.internal.v0.models.debug_transaction_fx': function () { return ({
|
|
@@ -11496,6 +11735,17 @@ var factories = {
|
|
|
11496
11735
|
label: factories['io.flow.internal.v0.models.content_label'](),
|
|
11497
11736
|
description: factories['io.flow.internal.v0.models.content_label'](),
|
|
11498
11737
|
}); },
|
|
11738
|
+
'io.flow.internal.v0.models.dimension_estimate_ops_input': function () { return ({
|
|
11739
|
+
organization_id: factories.string(),
|
|
11740
|
+
length_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
11741
|
+
length_value: factories.string(),
|
|
11742
|
+
width_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
11743
|
+
width_value: factories.string(),
|
|
11744
|
+
depth_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
11745
|
+
depth_value: factories.string(),
|
|
11746
|
+
weight_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
11747
|
+
weight_value: factories.string(),
|
|
11748
|
+
}); },
|
|
11499
11749
|
'io.flow.internal.v0.models.discount': function () { return ({
|
|
11500
11750
|
amount: factories.decimal(),
|
|
11501
11751
|
description: factories.string(),
|
|
@@ -12172,7 +12422,13 @@ var factories = {
|
|
|
12172
12422
|
statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
|
|
12173
12423
|
reason: factories.string(),
|
|
12174
12424
|
}); },
|
|
12175
|
-
'io.flow.internal.v0.models.
|
|
12425
|
+
'io.flow.internal.v0.models.explicit_statement_form_all_pending_posted_transactions': function () { return ({
|
|
12426
|
+
discriminator: 'all_pending_posted_transactions',
|
|
12427
|
+
account_id: factories.string(),
|
|
12428
|
+
reason: factories.string(),
|
|
12429
|
+
}); },
|
|
12430
|
+
'io.flow.internal.v0.models.explicit_statement_form_transaction_ids': function () { return ({
|
|
12431
|
+
discriminator: 'transaction_ids',
|
|
12176
12432
|
account_id: factories.string(),
|
|
12177
12433
|
reason: factories.string(),
|
|
12178
12434
|
transaction_ids: arrayOf(function () { return factories.string(); }),
|
|
@@ -12249,6 +12505,18 @@ var factories = {
|
|
|
12249
12505
|
name: factories.string(),
|
|
12250
12506
|
tracker_id: factories.string(),
|
|
12251
12507
|
}); },
|
|
12508
|
+
'io.flow.internal.v0.models.failed_dimension_estimate_ops_input_with_reason': function () { return ({
|
|
12509
|
+
organization_id: factories.string(),
|
|
12510
|
+
length_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
12511
|
+
length_value: factories.string(),
|
|
12512
|
+
width_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
12513
|
+
width_value: factories.string(),
|
|
12514
|
+
depth_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
12515
|
+
depth_value: factories.string(),
|
|
12516
|
+
weight_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
12517
|
+
weight_value: factories.string(),
|
|
12518
|
+
reason: factories.string(),
|
|
12519
|
+
}); },
|
|
12252
12520
|
'io.flow.internal.v0.models.feature': function () { return ({
|
|
12253
12521
|
id: factories.string(),
|
|
12254
12522
|
key: factories.string(),
|
|
@@ -12579,6 +12847,9 @@ var factories = {
|
|
|
12579
12847
|
reason: factories.string(),
|
|
12580
12848
|
next_action_from: factories['io.flow.internal.v0.enums.channel_order_acceptance_next_action_from'](),
|
|
12581
12849
|
}); },
|
|
12850
|
+
'io.flow.internal.v0.models.force_transit_form': function () { return ({
|
|
12851
|
+
description: factories.string(),
|
|
12852
|
+
}); },
|
|
12582
12853
|
'io.flow.internal.v0.models.fraud_pending_review': function () { return ({
|
|
12583
12854
|
id: factories.string(),
|
|
12584
12855
|
fraud_review_id: factories.string(),
|
|
@@ -12780,6 +13051,7 @@ var factories = {
|
|
|
12780
13051
|
posting_cutoff: factories.date_time_iso_8601(),
|
|
12781
13052
|
trigger: factories['io.flow.internal.v0.unions.fulfillment_trigger'](),
|
|
12782
13053
|
fulfilled_at: factories.date_time_iso_8601(),
|
|
13054
|
+
carrier: factories['io.flow.internal.v0.models.fulfillment_carrier'](),
|
|
12783
13055
|
owner: factories['io.flow.internal.v0.enums.responsible_party'](),
|
|
12784
13056
|
origin: factories['io.flow.internal.v0.models.fulfillment_origin'](),
|
|
12785
13057
|
business: factories['io.flow.internal.v0.models.fulfillment_business'](),
|
|
@@ -12805,6 +13077,11 @@ var factories = {
|
|
|
12805
13077
|
reason: factories['io.flow.order.management.v0.enums.cancel_reason'](),
|
|
12806
13078
|
cancelled_lines: arrayOf(function () { return factories['io.flow.order.management.v0.models.fulfillment_line_cancel_form'](); }),
|
|
12807
13079
|
}); },
|
|
13080
|
+
'io.flow.internal.v0.models.fulfillment_carrier': function () { return ({
|
|
13081
|
+
id: factories.string(),
|
|
13082
|
+
service_id: factories.string(),
|
|
13083
|
+
tracking_number: factories.string(),
|
|
13084
|
+
}); },
|
|
12808
13085
|
'io.flow.internal.v0.models.fulfillment_deleted': function () { return ({
|
|
12809
13086
|
discriminator: 'fulfillment_deleted',
|
|
12810
13087
|
event_id: factories.string(),
|
|
@@ -13265,6 +13542,12 @@ var factories = {
|
|
|
13265
13542
|
'io.flow.internal.v0.models.invalid_checkout_data': function () { return ({
|
|
13266
13543
|
order: factories['io.flow.experience.v0.models.order_put_form'](),
|
|
13267
13544
|
}); },
|
|
13545
|
+
'io.flow.internal.v0.models.invariant': function () { return ({
|
|
13546
|
+
name: factories.string(),
|
|
13547
|
+
count: factories.long(),
|
|
13548
|
+
fired_at: factories.date_time_iso_8601(),
|
|
13549
|
+
sql: factories.string(),
|
|
13550
|
+
}); },
|
|
13268
13551
|
'io.flow.internal.v0.models.inventory_organization_settings': function () { return ({
|
|
13269
13552
|
id: factories.string(),
|
|
13270
13553
|
inventory_reservation: factories['io.flow.internal.v0.enums.inventory_reservation'](),
|
|
@@ -13390,6 +13673,9 @@ var factories = {
|
|
|
13390
13673
|
}); },
|
|
13391
13674
|
'io.flow.internal.v0.models.item_customs_details': function () { return ({
|
|
13392
13675
|
item_number: factories.string(),
|
|
13676
|
+
product_title: factories.string(),
|
|
13677
|
+
sanitized_product_title: factories.string(),
|
|
13678
|
+
sanitized_rule_ids: arrayOf(function () { return factories.string(); }),
|
|
13393
13679
|
sub_item_number: factories.string(),
|
|
13394
13680
|
customs_description: factories.string(),
|
|
13395
13681
|
origin: factories.string(),
|
|
@@ -13434,6 +13720,9 @@ var factories = {
|
|
|
13434
13720
|
filter: factories.string(),
|
|
13435
13721
|
values: arrayOf(function () { return factories.string(); }),
|
|
13436
13722
|
}); },
|
|
13723
|
+
'io.flow.internal.v0.models.item_form': function () { return ({
|
|
13724
|
+
amount: factories.decimal(),
|
|
13725
|
+
}); },
|
|
13437
13726
|
'io.flow.internal.v0.models.item_form_import_request': function () { return ({
|
|
13438
13727
|
discriminator: 'item_form_import_request',
|
|
13439
13728
|
event_id: factories.string(),
|
|
@@ -13738,6 +14027,8 @@ var factories = {
|
|
|
13738
14027
|
service: factories['io.flow.reference.v0.models.carrier_service'](),
|
|
13739
14028
|
}); },
|
|
13740
14029
|
'io.flow.internal.v0.models.label_surcharge_form': function () { return ({
|
|
14030
|
+
all: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
14031
|
+
base_and_fuel: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
13741
14032
|
fuel: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
13742
14033
|
remote_area: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
13743
14034
|
oversize: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
@@ -13749,6 +14040,12 @@ var factories = {
|
|
|
13749
14040
|
eei_filing: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
13750
14041
|
fixed_ddp: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
13751
14042
|
fixed_currency_conversion: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
14043
|
+
prohibited_item: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
14044
|
+
undeliverable_shipment: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
14045
|
+
signature_required: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
14046
|
+
direct_delivery: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
14047
|
+
saturday_stop: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
14048
|
+
residential_extended_area_pickup: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
13752
14049
|
}); },
|
|
13753
14050
|
'io.flow.internal.v0.models.label_surcharge_single_form': function () { return ({
|
|
13754
14051
|
amount: factories.decimal(),
|
|
@@ -14057,9 +14354,19 @@ var factories = {
|
|
|
14057
14354
|
type: factories['io.flow.internal.v0.enums.content_type'](),
|
|
14058
14355
|
url: factories.string(),
|
|
14059
14356
|
}); },
|
|
14357
|
+
'io.flow.internal.v0.models.logistics_capabilities': function () { return ({
|
|
14358
|
+
capabilities: arrayOf(function () { return factories['io.flow.internal.v0.enums.logistics_capability'](); }),
|
|
14359
|
+
}); },
|
|
14360
|
+
'io.flow.internal.v0.models.logistics_capabilities_form': function () { return ({
|
|
14361
|
+
capabilities: arrayOf(function () { return factories['io.flow.internal.v0.enums.logistics_capability'](); }),
|
|
14362
|
+
}); },
|
|
14060
14363
|
'io.flow.internal.v0.models.logo': function () { return ({
|
|
14061
14364
|
url: factories.string(),
|
|
14062
14365
|
}); },
|
|
14366
|
+
'io.flow.internal.v0.models.lost_chargeback': function () { return ({
|
|
14367
|
+
id: factories.string(),
|
|
14368
|
+
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
14369
|
+
}); },
|
|
14063
14370
|
'io.flow.internal.v0.models.loyalty_program': function () { return ({
|
|
14064
14371
|
title: factories.string(),
|
|
14065
14372
|
message: factories['io.flow.internal.v0.models.loyalty_program_message'](),
|
|
@@ -14162,7 +14469,6 @@ var factories = {
|
|
|
14162
14469
|
currency: factories.string(),
|
|
14163
14470
|
description: factories.string(),
|
|
14164
14471
|
category: factories['io.flow.internal.v0.enums.manual_transaction_category'](),
|
|
14165
|
-
posted_at: factories.date_time_iso_8601(),
|
|
14166
14472
|
order: factories['io.flow.internal.v0.models.manual_transaction_form_order'](),
|
|
14167
14473
|
original_transaction_id: factories.string(),
|
|
14168
14474
|
attributes: objectOf(function () { return factories.string(); }),
|
|
@@ -14397,6 +14703,9 @@ var factories = {
|
|
|
14397
14703
|
shopify_order: factories['io.flow.shopify.markets.v0.models.shopify_order'](),
|
|
14398
14704
|
flow_authorization: factories['io.flow.payment.v0.unions.authorization'](),
|
|
14399
14705
|
}); },
|
|
14706
|
+
'io.flow.internal.v0.models.markets_order_summary': function () { return ({
|
|
14707
|
+
id: factories.string(),
|
|
14708
|
+
}); },
|
|
14400
14709
|
'io.flow.internal.v0.models.matias_item': function () { return ({
|
|
14401
14710
|
id: factories.string(),
|
|
14402
14711
|
number: factories.string(),
|
|
@@ -14966,6 +15275,7 @@ var factories = {
|
|
|
14966
15275
|
destination: factories['io.flow.fulfillment.v0.models.shipping_address'](),
|
|
14967
15276
|
error: factories.string(),
|
|
14968
15277
|
created_at: factories.string(),
|
|
15278
|
+
cancelled_at: factories.date_time_iso_8601(),
|
|
14969
15279
|
}); },
|
|
14970
15280
|
'io.flow.internal.v0.models.order_validation_failure_upserted': function () { return ({
|
|
14971
15281
|
discriminator: 'order_validation_failure_upserted',
|
|
@@ -15899,8 +16209,11 @@ var factories = {
|
|
|
15899
16209
|
updated_by_user_id: factories.string(),
|
|
15900
16210
|
flagged_for_keywords_at: factories.date_time_iso_8601(),
|
|
15901
16211
|
automatically_restricted_at: factories.date_time_iso_8601(),
|
|
16212
|
+
auto_reviewed_at: factories.date_time_iso_8601(),
|
|
16213
|
+
auto_review_status: factories['io.flow.internal.v0.enums.restriction_status'](),
|
|
15902
16214
|
manually_reviewed_at: factories.date_time_iso_8601(),
|
|
15903
16215
|
manually_reviewed_by: factories.string(),
|
|
16216
|
+
cause_rule_id: factories.string(),
|
|
15904
16217
|
}); },
|
|
15905
16218
|
'io.flow.internal.v0.models.product_restriction_rule_decision_deleted': function () { return ({
|
|
15906
16219
|
discriminator: 'product_restriction_rule_decision_deleted',
|
|
@@ -15940,6 +16253,11 @@ var factories = {
|
|
|
15940
16253
|
discriminator: 'shipping_notification',
|
|
15941
16254
|
shipping_notification_id: factories.string(),
|
|
15942
16255
|
}); },
|
|
16256
|
+
'io.flow.internal.v0.models.proof_of_posting_time_elapsed': function () { return ({
|
|
16257
|
+
discriminator: 'time_elapsed',
|
|
16258
|
+
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
16259
|
+
created_at: factories.date_time_iso_8601(),
|
|
16260
|
+
}); },
|
|
15943
16261
|
'io.flow.internal.v0.models.quote': function () { return ({
|
|
15944
16262
|
id: factories.string(),
|
|
15945
16263
|
base: factories.string(),
|
|
@@ -16360,6 +16678,7 @@ var factories = {
|
|
|
16360
16678
|
type: factories['io.flow.internal.v0.enums.report_type'](),
|
|
16361
16679
|
from: factories.date_time_iso_8601(),
|
|
16362
16680
|
to: factories.date_time_iso_8601(),
|
|
16681
|
+
payment_type: factories['io.flow.internal.v0.enums.report_payment_type'](),
|
|
16363
16682
|
url: factories.string(),
|
|
16364
16683
|
processed_at: factories.date_time_iso_8601(),
|
|
16365
16684
|
}); },
|
|
@@ -16378,9 +16697,18 @@ var factories = {
|
|
|
16378
16697
|
account_number: factories.string(),
|
|
16379
16698
|
}); },
|
|
16380
16699
|
'io.flow.internal.v0.models.report_form': function () { return ({
|
|
16700
|
+
type: factories['io.flow.internal.v0.enums.report_type'](),
|
|
16381
16701
|
from: factories.date_time_iso_8601(),
|
|
16382
16702
|
to: factories.date_time_iso_8601(),
|
|
16383
|
-
|
|
16703
|
+
payment_type: factories['io.flow.internal.v0.enums.report_payment_type'](),
|
|
16704
|
+
orders: arrayOf(function () { return factories['io.flow.internal.v0.models.report_order_reference'](); }),
|
|
16705
|
+
}); },
|
|
16706
|
+
'io.flow.internal.v0.models.report_merchant': function () { return ({
|
|
16707
|
+
id: factories.string(),
|
|
16708
|
+
}); },
|
|
16709
|
+
'io.flow.internal.v0.models.report_order_reference': function () { return ({
|
|
16710
|
+
organization_id: factories.string(),
|
|
16711
|
+
order_number: factories.string(),
|
|
16384
16712
|
}); },
|
|
16385
16713
|
'io.flow.internal.v0.models.report_owner': function () { return ({
|
|
16386
16714
|
name: factories.string(),
|
|
@@ -16508,7 +16836,6 @@ var factories = {
|
|
|
16508
16836
|
tax: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
16509
16837
|
duty: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
16510
16838
|
freight: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
16511
|
-
refund: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
16512
16839
|
}); },
|
|
16513
16840
|
'io.flow.internal.v0.models.reporting_monetary_value': function () { return ({
|
|
16514
16841
|
transaction: factories.decimal(),
|
|
@@ -16785,6 +17112,12 @@ var factories = {
|
|
|
16785
17112
|
statuses: arrayOf(function () { return factories['io.flow.internal.v0.models.restriction_status_metadata'](); }),
|
|
16786
17113
|
count: factories.long(),
|
|
16787
17114
|
}); },
|
|
17115
|
+
'io.flow.internal.v0.models.restriction_rule_override': function () { return ({
|
|
17116
|
+
id: factories.string(),
|
|
17117
|
+
organization_id: factories.string(),
|
|
17118
|
+
rule_id: factories.string(),
|
|
17119
|
+
value_threshold_usd: factories.decimal(),
|
|
17120
|
+
}); },
|
|
16788
17121
|
'io.flow.internal.v0.models.restriction_rule_summary': function () { return ({
|
|
16789
17122
|
id: factories.string(),
|
|
16790
17123
|
name: factories.string(),
|
|
@@ -16936,6 +17269,7 @@ var factories = {
|
|
|
16936
17269
|
payment: factories['io.flow.internal.v0.models.report_payment'](),
|
|
16937
17270
|
bank_account: factories['io.flow.internal.v0.models.report_bank_account_cleartext'](),
|
|
16938
17271
|
account: factories['io.flow.internal.v0.models.report_account'](),
|
|
17272
|
+
merchant: factories['io.flow.internal.v0.models.report_merchant'](),
|
|
16939
17273
|
owner: factories['io.flow.internal.v0.models.report_owner'](),
|
|
16940
17274
|
description: factories.string(),
|
|
16941
17275
|
}); },
|
|
@@ -17241,6 +17575,7 @@ var factories = {
|
|
|
17241
17575
|
api_key_masked: factories.string(),
|
|
17242
17576
|
api_password_masked: factories.string(),
|
|
17243
17577
|
access_token_masked: factories.string(),
|
|
17578
|
+
shopify_plan_name: factories['io.flow.shopify.external.v0.enums.shopify_plan_name'](),
|
|
17244
17579
|
}); },
|
|
17245
17580
|
'io.flow.internal.v0.models.shopify_markets_shop_deleted': function () { return ({
|
|
17246
17581
|
discriminator: 'shopify_markets_shop_deleted',
|
|
@@ -17257,6 +17592,7 @@ var factories = {
|
|
|
17257
17592
|
api_key: factories.string(),
|
|
17258
17593
|
api_password: factories.string(),
|
|
17259
17594
|
access_token: factories.string(),
|
|
17595
|
+
shopify_plan_name: factories['io.flow.shopify.external.v0.enums.shopify_plan_name'](),
|
|
17260
17596
|
}); },
|
|
17261
17597
|
'io.flow.internal.v0.models.shopify_markets_shop_statistics_deleted': function () { return ({
|
|
17262
17598
|
discriminator: 'shopify_markets_shop_statistics_deleted',
|
|
@@ -17539,6 +17875,7 @@ var factories = {
|
|
|
17539
17875
|
initial_catalog_synced_at: factories.date_time_iso_8601(),
|
|
17540
17876
|
catalog_sync_duration: factories.long(),
|
|
17541
17877
|
catalog_products_count: factories.long(),
|
|
17878
|
+
initial_product_restrictions_synced_at: factories.date_time_iso_8601(),
|
|
17542
17879
|
}); },
|
|
17543
17880
|
'io.flow.internal.v0.models.shopify_shop_upserted': function () { return ({
|
|
17544
17881
|
discriminator: 'shopify_shop_upserted',
|
|
@@ -17546,9 +17883,9 @@ var factories = {
|
|
|
17546
17883
|
timestamp: factories.date_time_iso_8601(),
|
|
17547
17884
|
shop: factories['io.flow.internal.v0.models.shop'](),
|
|
17548
17885
|
}); },
|
|
17549
|
-
'io.flow.internal.v0.models.
|
|
17550
|
-
|
|
17551
|
-
|
|
17886
|
+
'io.flow.internal.v0.models.shopify_store_detail': function () { return ({
|
|
17887
|
+
shopify_domain: factories.string(),
|
|
17888
|
+
shop_id: factories.string(),
|
|
17552
17889
|
}); },
|
|
17553
17890
|
'io.flow.internal.v0.models.shopify_webhook': function () { return ({
|
|
17554
17891
|
id: factories.string(),
|
|
@@ -17997,35 +18334,6 @@ var factories = {
|
|
|
17997
18334
|
discriminator: 'supported_labels',
|
|
17998
18335
|
values: arrayOf(function () { return factories['io.flow.internal.v0.models.label_aliases'](); }),
|
|
17999
18336
|
}); },
|
|
18000
|
-
'io.flow.internal.v0.models.svb_virtual_card_clearing': function () { return ({
|
|
18001
|
-
id: factories.string(),
|
|
18002
|
-
virtual_card_id: factories.string(),
|
|
18003
|
-
number: factories.string(),
|
|
18004
|
-
amount: factories.integer(),
|
|
18005
|
-
currency: factories.string(),
|
|
18006
|
-
date: factories.date_time_iso_8601(),
|
|
18007
|
-
clearing_type: factories.string(),
|
|
18008
|
-
exchange_rate: factories.string(),
|
|
18009
|
-
mcc: factories.string(),
|
|
18010
|
-
mcc_description: factories.string(),
|
|
18011
|
-
merchant_amount: factories.integer(),
|
|
18012
|
-
merchant_currency: factories.string(),
|
|
18013
|
-
merchant_id: factories.string(),
|
|
18014
|
-
merchant_name: factories.string(),
|
|
18015
|
-
settlement_date: factories.date_time_iso_8601(),
|
|
18016
|
-
}); },
|
|
18017
|
-
'io.flow.internal.v0.models.svb_virtual_card_clearing_deleted': function () { return ({
|
|
18018
|
-
discriminator: 'svb_virtual_card_clearing_deleted',
|
|
18019
|
-
event_id: factories.string(),
|
|
18020
|
-
timestamp: factories.date_time_iso_8601(),
|
|
18021
|
-
svb_virtual_card_clearing: factories['io.flow.internal.v0.models.svb_virtual_card_clearing'](),
|
|
18022
|
-
}); },
|
|
18023
|
-
'io.flow.internal.v0.models.svb_virtual_card_clearing_upserted': function () { return ({
|
|
18024
|
-
discriminator: 'svb_virtual_card_clearing_upserted',
|
|
18025
|
-
event_id: factories.string(),
|
|
18026
|
-
timestamp: factories.date_time_iso_8601(),
|
|
18027
|
-
svb_virtual_card_clearing: factories['io.flow.internal.v0.models.svb_virtual_card_clearing'](),
|
|
18028
|
-
}); },
|
|
18029
18337
|
'io.flow.internal.v0.models.svitlana_item': function () { return ({
|
|
18030
18338
|
id: factories.string(),
|
|
18031
18339
|
number: factories.string(),
|
|
@@ -18101,7 +18409,7 @@ var factories = {
|
|
|
18101
18409
|
type_id: factories.string(),
|
|
18102
18410
|
source_type: factories.string(),
|
|
18103
18411
|
source_id: factories.string(),
|
|
18104
|
-
environment: factories.
|
|
18412
|
+
environment: factories['io.flow.common.v0.enums.environment'](),
|
|
18105
18413
|
created_at: factories.date_time_iso_8601(),
|
|
18106
18414
|
num_attempts: factories.integer(),
|
|
18107
18415
|
next_attempt_at: factories.date_time_iso_8601(),
|
|
@@ -18649,28 +18957,6 @@ var factories = {
|
|
|
18649
18957
|
name: factories.string(),
|
|
18650
18958
|
address: factories.string(),
|
|
18651
18959
|
}); },
|
|
18652
|
-
'io.flow.internal.v0.models.virtual_card_provider': function () { return ({
|
|
18653
|
-
id: factories.string(),
|
|
18654
|
-
organization_id: factories.string(),
|
|
18655
|
-
provider: factories.string(),
|
|
18656
|
-
attributes: objectOf(function () { return factories.string(); }),
|
|
18657
|
-
created_at: factories.date_time_iso_8601(),
|
|
18658
|
-
updated_at: factories.date_time_iso_8601(),
|
|
18659
|
-
}); },
|
|
18660
|
-
'io.flow.internal.v0.models.virtual_card_provider_deleted': function () { return ({
|
|
18661
|
-
discriminator: 'virtual_card_provider_deleted',
|
|
18662
|
-
event_id: factories.string(),
|
|
18663
|
-
timestamp: factories.date_time_iso_8601(),
|
|
18664
|
-
id: factories.string(),
|
|
18665
|
-
provider: factories['io.flow.internal.v0.models.virtual_card_provider'](),
|
|
18666
|
-
}); },
|
|
18667
|
-
'io.flow.internal.v0.models.virtual_card_provider_upserted': function () { return ({
|
|
18668
|
-
discriminator: 'virtual_card_provider_upserted',
|
|
18669
|
-
event_id: factories.string(),
|
|
18670
|
-
timestamp: factories.date_time_iso_8601(),
|
|
18671
|
-
id: factories.string(),
|
|
18672
|
-
provider: factories['io.flow.internal.v0.models.virtual_card_provider'](),
|
|
18673
|
-
}); },
|
|
18674
18960
|
'io.flow.internal.v0.models.virtual_card_transaction': function () { return ({
|
|
18675
18961
|
discriminator: 'virtual_card_transaction',
|
|
18676
18962
|
virtual_card: factories['io.flow.payment.v0.models.virtual_card_reference'](),
|
|
@@ -19042,6 +19328,8 @@ var factories = {
|
|
|
19042
19328
|
function () { return factories['io.flow.internal.v0.models.label_invoice_request_deleted'](); },
|
|
19043
19329
|
function () { return factories['io.flow.internal.v0.models.carrier_charge_upserted'](); },
|
|
19044
19330
|
function () { return factories['io.flow.internal.v0.models.carrier_charge_deleted'](); },
|
|
19331
|
+
function () { return factories['io.flow.internal.v0.models.bank_payment_order_upserted'](); },
|
|
19332
|
+
function () { return factories['io.flow.internal.v0.models.bank_payment_order_deleted'](); },
|
|
19045
19333
|
function () { return factories['io.flow.internal.v0.models.fraud_review_upserted'](); },
|
|
19046
19334
|
function () { return factories['io.flow.internal.v0.models.fraud_review_deleted'](); },
|
|
19047
19335
|
function () { return factories['io.flow.internal.v0.models.fraud_pending_review_upserted'](); },
|
|
@@ -19145,8 +19433,6 @@ var factories = {
|
|
|
19145
19433
|
function () { return factories['io.flow.internal.v0.models.payment_processor_account_deleted'](); },
|
|
19146
19434
|
function () { return factories['io.flow.internal.v0.models.payment_processor_merchant_upserted'](); },
|
|
19147
19435
|
function () { return factories['io.flow.internal.v0.models.payment_processor_merchant_deleted'](); },
|
|
19148
|
-
function () { return factories['io.flow.internal.v0.models.virtual_card_provider_upserted'](); },
|
|
19149
|
-
function () { return factories['io.flow.internal.v0.models.virtual_card_provider_deleted'](); },
|
|
19150
19436
|
function () { return factories['io.flow.internal.v0.models.authorization_bundle_upserted'](); },
|
|
19151
19437
|
function () { return factories['io.flow.internal.v0.models.authorization_bundle_deleted'](); },
|
|
19152
19438
|
function () { return factories['io.flow.internal.v0.models.organization_payment_setting_upserted'](); },
|
|
@@ -19200,6 +19486,8 @@ var factories = {
|
|
|
19200
19486
|
function () { return factories['io.flow.internal.v0.models.shopify_markets_metrics_deleted'](); },
|
|
19201
19487
|
function () { return factories['io.flow.internal.v0.models.channel_order_summary_upserted'](); },
|
|
19202
19488
|
function () { return factories['io.flow.internal.v0.models.channel_order_summary_deleted'](); },
|
|
19489
|
+
function () { return factories['io.flow.internal.v0.models.channel_organization_identifier_upserted'](); },
|
|
19490
|
+
function () { return factories['io.flow.internal.v0.models.channel_organization_identifier_deleted'](); },
|
|
19203
19491
|
function () { return factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_upserted'](); },
|
|
19204
19492
|
function () { return factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_deleted'](); },
|
|
19205
19493
|
function () { return factories['io.flow.internal.v0.models.shopify_order_fulfillments_snapshot_upserted'](); },
|
|
@@ -19212,8 +19500,6 @@ var factories = {
|
|
|
19212
19500
|
function () { return factories['io.flow.internal.v0.models.stripe_capture_upserted'](); },
|
|
19213
19501
|
function () { return factories['io.flow.internal.v0.models.stripe_refund_deleted'](); },
|
|
19214
19502
|
function () { return factories['io.flow.internal.v0.models.stripe_refund_upserted'](); },
|
|
19215
|
-
function () { return factories['io.flow.internal.v0.models.svb_virtual_card_clearing_upserted'](); },
|
|
19216
|
-
function () { return factories['io.flow.internal.v0.models.svb_virtual_card_clearing_deleted'](); },
|
|
19217
19503
|
function () { return factories['io.flow.internal.v0.models.liability_remittance_plan_upserted'](); },
|
|
19218
19504
|
function () { return factories['io.flow.internal.v0.models.liability_remittance_plan_deleted'](); },
|
|
19219
19505
|
function () { return factories['io.flow.internal.v0.models.svitlana_item_upserted'](); },
|
|
@@ -19248,6 +19534,13 @@ var factories = {
|
|
|
19248
19534
|
]);
|
|
19249
19535
|
return f();
|
|
19250
19536
|
},
|
|
19537
|
+
'io.flow.internal.v0.unions.explicit_statement_form': function () {
|
|
19538
|
+
var f = faker.helpers.arrayElement([
|
|
19539
|
+
function () { return factories['io.flow.internal.v0.models.explicit_statement_form_transaction_ids'](); },
|
|
19540
|
+
function () { return factories['io.flow.internal.v0.models.explicit_statement_form_all_pending_posted_transactions'](); },
|
|
19541
|
+
]);
|
|
19542
|
+
return f();
|
|
19543
|
+
},
|
|
19251
19544
|
'io.flow.internal.v0.unions.export_schedule': function () {
|
|
19252
19545
|
var f = faker.helpers.arrayElement([
|
|
19253
19546
|
function () { return factories['io.flow.internal.v0.models.export_schedule_daily'](); },
|
|
@@ -19546,6 +19839,7 @@ var factories = {
|
|
|
19546
19839
|
function () { return factories['io.flow.internal.v0.models.proof_of_posting_shipping_notification'](); },
|
|
19547
19840
|
function () { return factories['io.flow.internal.v0.models.proof_of_posting_order_cancellation'](); },
|
|
19548
19841
|
function () { return factories['io.flow.internal.v0.models.proof_of_posting_order_combined_shipment'](); },
|
|
19842
|
+
function () { return factories['io.flow.internal.v0.models.proof_of_posting_time_elapsed'](); },
|
|
19549
19843
|
]);
|
|
19550
19844
|
return f();
|
|
19551
19845
|
},
|
|
@@ -19634,7 +19928,7 @@ var factories = {
|
|
|
19634
19928
|
'io.flow.internal.v0.unions.task_metadata': function () {
|
|
19635
19929
|
var f = faker.helpers.arrayElement([
|
|
19636
19930
|
function () { return factories['io.flow.internal.v0.models.statement_creation_metadata'](); },
|
|
19637
|
-
function () { return factories['io.flow.internal.v0.models.
|
|
19931
|
+
function () { return factories['io.flow.internal.v0.models.accounting_pending_order_metadata'](); },
|
|
19638
19932
|
]);
|
|
19639
19933
|
return f();
|
|
19640
19934
|
},
|
|
@@ -19986,6 +20280,12 @@ var factories = {
|
|
|
19986
20280
|
id: factories.string(),
|
|
19987
20281
|
number: factories.string(),
|
|
19988
20282
|
}); },
|
|
20283
|
+
'io.flow.label.v0.models.label_processing_modification': function () { return ({
|
|
20284
|
+
id: factories.string(),
|
|
20285
|
+
modifications: arrayOf(function () { return factories.string(); }),
|
|
20286
|
+
destination: factories['io.flow.fulfillment.v0.models.shipping_address'](),
|
|
20287
|
+
destination_provided_to_carrier: factories['io.flow.fulfillment.v0.models.shipping_address'](),
|
|
20288
|
+
}); },
|
|
19989
20289
|
'io.flow.label.v0.models.label_reference': function () { return ({
|
|
19990
20290
|
id: factories.string(),
|
|
19991
20291
|
}); },
|
|
@@ -20525,6 +20825,7 @@ var factories = {
|
|
|
20525
20825
|
}); },
|
|
20526
20826
|
'io.flow.organization.onboarding.state.v0.models.deactivation_put_form': function () { return ({
|
|
20527
20827
|
reason: factories.string(),
|
|
20828
|
+
deactivate_at: factories.date_time_iso_8601(),
|
|
20528
20829
|
}); },
|
|
20529
20830
|
'io.flow.organization.onboarding.state.v0.models.in_compliance_review': function () { return ({
|
|
20530
20831
|
discriminator: 'in_compliance_review',
|
|
@@ -20537,6 +20838,7 @@ var factories = {
|
|
|
20537
20838
|
'io.flow.organization.onboarding.state.v0.models.merchant_deactivated': function () { return ({
|
|
20538
20839
|
discriminator: 'merchant_deactivated',
|
|
20539
20840
|
reason: factories.string(),
|
|
20841
|
+
deactivate_at: factories.date_time_iso_8601(),
|
|
20540
20842
|
}); },
|
|
20541
20843
|
'io.flow.organization.onboarding.state.v0.models.merchant_disabled': function () { return ({
|
|
20542
20844
|
discriminator: 'merchant_disabled',
|
|
@@ -21058,6 +21360,7 @@ var factories = {
|
|
|
21058
21360
|
currency: factories.string(),
|
|
21059
21361
|
base_amount: factories.decimal(),
|
|
21060
21362
|
base_currency: factories.string(),
|
|
21363
|
+
reference: factories.string(),
|
|
21061
21364
|
}); },
|
|
21062
21365
|
'io.flow.payment.gateway.v0.models.payment_authorization_status': function () { return ({
|
|
21063
21366
|
status: factories['io.flow.payment.v0.enums.authorization_status'](),
|
|
@@ -21069,6 +21372,7 @@ var factories = {
|
|
|
21069
21372
|
currency: factories.string(),
|
|
21070
21373
|
base_amount: factories.decimal(),
|
|
21071
21374
|
base_currency: factories.string(),
|
|
21375
|
+
reference: factories.string(),
|
|
21072
21376
|
created_at: factories.date_time_iso_8601(),
|
|
21073
21377
|
updated_at: factories.date_time_iso_8601(),
|
|
21074
21378
|
status: factories['io.flow.payment.gateway.v0.models.payment_capture_status'](),
|
|
@@ -21076,6 +21380,7 @@ var factories = {
|
|
|
21076
21380
|
'io.flow.payment.gateway.v0.models.payment_capture_form': function () { return ({
|
|
21077
21381
|
amount: factories.decimal(),
|
|
21078
21382
|
currency: factories.string(),
|
|
21383
|
+
reference: factories.string(),
|
|
21079
21384
|
attributes: objectOf(function () { return factories.string(); }),
|
|
21080
21385
|
}); },
|
|
21081
21386
|
'io.flow.payment.gateway.v0.models.payment_capture_option_automatic_immediate': function () { return ({
|
|
@@ -21172,6 +21477,7 @@ var factories = {
|
|
|
21172
21477
|
device_fingerprint_details: factories['io.flow.payment.gateway.v0.unions.device_fingerprint_details'](),
|
|
21173
21478
|
cvv: factories.string(),
|
|
21174
21479
|
stored_details_card: factories['io.flow.payment.gateway.v0.unions.payment_method_stored_details_card'](),
|
|
21480
|
+
reference: factories.string(),
|
|
21175
21481
|
}); },
|
|
21176
21482
|
'io.flow.payment.gateway.v0.models.payment_method_data_authorize_googlepay': function () { return ({
|
|
21177
21483
|
type: 'authorize_googlepay',
|
|
@@ -21200,35 +21506,36 @@ var factories = {
|
|
|
21200
21506
|
}); },
|
|
21201
21507
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_afterpay': function () { return ({
|
|
21202
21508
|
type: 'init_afterpay',
|
|
21203
|
-
|
|
21509
|
+
reference: factories.string(),
|
|
21204
21510
|
}); },
|
|
21205
21511
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_applepay': function () { return ({
|
|
21206
21512
|
type: 'init_applepay',
|
|
21207
|
-
|
|
21513
|
+
reference: factories.string(),
|
|
21208
21514
|
}); },
|
|
21209
21515
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_bancontact': function () { return ({
|
|
21210
21516
|
type: 'init_bancontact',
|
|
21211
|
-
|
|
21517
|
+
reference: factories.string(),
|
|
21212
21518
|
}); },
|
|
21213
21519
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_googlepay': function () { return ({
|
|
21214
21520
|
type: 'init_googlepay',
|
|
21215
|
-
|
|
21521
|
+
reference: factories.string(),
|
|
21216
21522
|
}); },
|
|
21217
21523
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_ideal': function () { return ({
|
|
21218
21524
|
type: 'init_ideal',
|
|
21219
21525
|
issuer: factories.string(),
|
|
21526
|
+
reference: factories.string(),
|
|
21220
21527
|
}); },
|
|
21221
21528
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_klarna': function () { return ({
|
|
21222
21529
|
type: 'init_klarna',
|
|
21223
|
-
|
|
21530
|
+
reference: factories.string(),
|
|
21224
21531
|
}); },
|
|
21225
21532
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_paypal': function () { return ({
|
|
21226
21533
|
type: 'init_paypal',
|
|
21227
|
-
|
|
21534
|
+
reference: factories.string(),
|
|
21228
21535
|
}); },
|
|
21229
21536
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_sofort': function () { return ({
|
|
21230
21537
|
type: 'init_sofort',
|
|
21231
|
-
|
|
21538
|
+
reference: factories.string(),
|
|
21232
21539
|
}); },
|
|
21233
21540
|
'io.flow.payment.gateway.v0.models.payment_method_data_option_logo_svg': function () { return ({
|
|
21234
21541
|
type: 'svg',
|
|
@@ -21325,6 +21632,7 @@ var factories = {
|
|
|
21325
21632
|
currency: factories.string(),
|
|
21326
21633
|
base_amount: factories.decimal(),
|
|
21327
21634
|
base_currency: factories.string(),
|
|
21635
|
+
reference: factories.string(),
|
|
21328
21636
|
created_at: factories.date_time_iso_8601(),
|
|
21329
21637
|
updated_at: factories.date_time_iso_8601(),
|
|
21330
21638
|
status: factories['io.flow.payment.gateway.v0.models.payment_refund_status'](),
|
|
@@ -21332,6 +21640,7 @@ var factories = {
|
|
|
21332
21640
|
'io.flow.payment.gateway.v0.models.payment_refund_form': function () { return ({
|
|
21333
21641
|
amount: factories.decimal(),
|
|
21334
21642
|
currency: factories.string(),
|
|
21643
|
+
reference: factories.string(),
|
|
21335
21644
|
}); },
|
|
21336
21645
|
'io.flow.payment.gateway.v0.models.payment_refund_status': function () { return ({
|
|
21337
21646
|
status: factories['io.flow.payment.v0.enums.refund_status'](),
|
|
@@ -21391,6 +21700,7 @@ var factories = {
|
|
|
21391
21700
|
currency: factories.string(),
|
|
21392
21701
|
base_amount: factories.decimal(),
|
|
21393
21702
|
base_currency: factories.string(),
|
|
21703
|
+
reference: factories.string(),
|
|
21394
21704
|
created_at: factories.date_time_iso_8601(),
|
|
21395
21705
|
updated_at: factories.date_time_iso_8601(),
|
|
21396
21706
|
status: factories['io.flow.payment.gateway.v0.models.payment_reversal_status'](),
|
|
@@ -21398,6 +21708,7 @@ var factories = {
|
|
|
21398
21708
|
'io.flow.payment.gateway.v0.models.payment_reversal_form': function () { return ({
|
|
21399
21709
|
amount: factories.decimal(),
|
|
21400
21710
|
currency: factories.string(),
|
|
21711
|
+
reference: factories.string(),
|
|
21401
21712
|
}); },
|
|
21402
21713
|
'io.flow.payment.gateway.v0.models.payment_reversal_status': function () { return ({
|
|
21403
21714
|
status: factories['io.flow.payment.v0.enums.reversal_status'](),
|
|
@@ -22277,14 +22588,6 @@ var factories = {
|
|
|
22277
22588
|
id: factories.string(),
|
|
22278
22589
|
description: factories.string(),
|
|
22279
22590
|
}); },
|
|
22280
|
-
'io.flow.payment.internal.v0.models.virtual_card_provider': function () { return ({
|
|
22281
|
-
id: factories.string(),
|
|
22282
|
-
organization_id: factories.string(),
|
|
22283
|
-
provider: factories.string(),
|
|
22284
|
-
attributes: objectOf(function () { return factories.string(); }),
|
|
22285
|
-
created_at: factories.date_time_iso_8601(),
|
|
22286
|
-
updated_at: factories.date_time_iso_8601(),
|
|
22287
|
-
}); },
|
|
22288
22591
|
'io.flow.payment.internal.v0.unions.authorization_payload': function () {
|
|
22289
22592
|
var f = faker.helpers.arrayElement([
|
|
22290
22593
|
function () { return factories['io.flow.payment.internal.v0.models.apple_pay_authorization_payload'](); },
|
|
@@ -23288,10 +23591,6 @@ var factories = {
|
|
|
23288
23591
|
type: factories['io.flow.common.v0.enums.change_type'](),
|
|
23289
23592
|
virtual_card_capture: factories['io.flow.payment.v0.models.virtual_card_capture'](),
|
|
23290
23593
|
}); },
|
|
23291
|
-
'io.flow.payment.v0.models.virtual_card_form': function () { return ({
|
|
23292
|
-
limit: factories['io.flow.common.v0.models.money'](),
|
|
23293
|
-
attributes: objectOf(function () { return factories.string(); }),
|
|
23294
|
-
}); },
|
|
23295
23594
|
'io.flow.payment.v0.models.virtual_card_reference': function () { return ({
|
|
23296
23595
|
id: factories.string(),
|
|
23297
23596
|
}); },
|
|
@@ -24648,6 +24947,28 @@ var factories = {
|
|
|
24648
24947
|
'io.flow.shopify.external.v0.enums.shopify_customer_state': function () { return faker.helpers.arrayElement(['disabled', 'invited', 'enabled']); },
|
|
24649
24948
|
'io.flow.shopify.external.v0.enums.shopify_discount_pagination_direction': function () { return faker.helpers.arrayElement(['next', 'prev']); },
|
|
24650
24949
|
'io.flow.shopify.external.v0.enums.shopify_gift_card_status': function () { return faker.helpers.arrayElement(['any', 'enabled', 'disabled']); },
|
|
24950
|
+
'io.flow.shopify.external.v0.enums.shopify_plan_name': function () { return faker.helpers.arrayElement([
|
|
24951
|
+
'basic',
|
|
24952
|
+
'business',
|
|
24953
|
+
'cancelled',
|
|
24954
|
+
'dormant',
|
|
24955
|
+
'enterprise',
|
|
24956
|
+
'fraudulent',
|
|
24957
|
+
'frozen',
|
|
24958
|
+
'npo_full',
|
|
24959
|
+
'npo_lite',
|
|
24960
|
+
'open_learning',
|
|
24961
|
+
'paid_trial',
|
|
24962
|
+
'professional',
|
|
24963
|
+
'retail',
|
|
24964
|
+
'shopify_alumni',
|
|
24965
|
+
'shopify_plus',
|
|
24966
|
+
'staff',
|
|
24967
|
+
'staff_business',
|
|
24968
|
+
'starter',
|
|
24969
|
+
'starter_2022',
|
|
24970
|
+
'unlimited',
|
|
24971
|
+
]); },
|
|
24651
24972
|
'io.flow.shopify.external.v0.enums.shopify_processing_method_type': function () { return faker.helpers.arrayElement(['checkout', 'direct', 'manual', 'offsite', 'express']); },
|
|
24652
24973
|
'io.flow.shopify.external.v0.enums.shopify_transaction_error_code': function () { return faker.helpers.arrayElement([
|
|
24653
24974
|
'incorrect_number',
|
|
@@ -25386,6 +25707,11 @@ var factories = {
|
|
|
25386
25707
|
tax_lines: arrayOf(function () { return factories['io.flow.shopify.external.v0.models.shopify_tax_line'](); }),
|
|
25387
25708
|
carrier_identifier: factories.string(),
|
|
25388
25709
|
}); },
|
|
25710
|
+
'io.flow.shopify.external.v0.models.shopify_shop_update': function () { return ({
|
|
25711
|
+
id: factories.long(),
|
|
25712
|
+
plan_display_name: factories.string(),
|
|
25713
|
+
plan_name: factories['io.flow.shopify.external.v0.enums.shopify_plan_name'](),
|
|
25714
|
+
}); },
|
|
25389
25715
|
'io.flow.shopify.external.v0.models.shopify_tax_line': function () { return ({
|
|
25390
25716
|
price: factories.string(),
|
|
25391
25717
|
rate: factories.double(),
|
|
@@ -25501,6 +25827,20 @@ var factories = {
|
|
|
25501
25827
|
channel_id: factories.string(),
|
|
25502
25828
|
channel_order_summary: factories['io.flow.shopify.markets.internal.v0.models.channel_order_summary'](),
|
|
25503
25829
|
}); },
|
|
25830
|
+
'io.flow.shopify.markets.internal.event.v0.models.channel_organization_identifier_deleted': function () { return ({
|
|
25831
|
+
discriminator: 'channel_organization_identifier_deleted',
|
|
25832
|
+
event_id: factories.string(),
|
|
25833
|
+
timestamp: factories.date_time_iso_8601(),
|
|
25834
|
+
channel_id: factories.string(),
|
|
25835
|
+
id: factories.string(),
|
|
25836
|
+
}); },
|
|
25837
|
+
'io.flow.shopify.markets.internal.event.v0.models.channel_organization_identifier_upserted': function () { return ({
|
|
25838
|
+
discriminator: 'channel_organization_identifier_upserted',
|
|
25839
|
+
event_id: factories.string(),
|
|
25840
|
+
timestamp: factories.date_time_iso_8601(),
|
|
25841
|
+
channel_id: factories.string(),
|
|
25842
|
+
channel_organization_identifier: factories['io.flow.shopify.markets.internal.v0.models.channel_organization_identifier'](),
|
|
25843
|
+
}); },
|
|
25504
25844
|
'io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_deleted': function () { return ({
|
|
25505
25845
|
discriminator: 'shopify_markets_metrics_deleted',
|
|
25506
25846
|
event_id: factories.string(),
|
|
@@ -25587,6 +25927,8 @@ var factories = {
|
|
|
25587
25927
|
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_deleted'](); },
|
|
25588
25928
|
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_upserted'](); },
|
|
25589
25929
|
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_deleted'](); },
|
|
25930
|
+
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.channel_organization_identifier_upserted'](); },
|
|
25931
|
+
function () { return factories['io.flow.shopify.markets.internal.event.v0.models.channel_organization_identifier_deleted'](); },
|
|
25590
25932
|
]);
|
|
25591
25933
|
return f();
|
|
25592
25934
|
},
|
|
@@ -25647,6 +25989,11 @@ var factories = {
|
|
|
25647
25989
|
fulfillment_status: factories['io.flow.shopify.markets.internal.v0.enums.channel_order_fulfillment_status_code'](),
|
|
25648
25990
|
timestamp: factories.date_time_iso_8601(),
|
|
25649
25991
|
}); },
|
|
25992
|
+
'io.flow.shopify.markets.internal.v0.models.channel_organization_identifier': function () { return ({
|
|
25993
|
+
id: factories.string(),
|
|
25994
|
+
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
25995
|
+
identifier: factories.string(),
|
|
25996
|
+
}); },
|
|
25650
25997
|
'io.flow.shopify.markets.internal.v0.models.flow_shop_validation_error': function () { return ({
|
|
25651
25998
|
message: factories.string(),
|
|
25652
25999
|
reason: factories.string(),
|
|
@@ -25661,6 +26008,9 @@ var factories = {
|
|
|
25661
26008
|
shopify_order: factories['io.flow.shopify.markets.v0.models.shopify_order'](),
|
|
25662
26009
|
flow_authorization: factories['io.flow.payment.v0.unions.authorization'](),
|
|
25663
26010
|
}); },
|
|
26011
|
+
'io.flow.shopify.markets.internal.v0.models.markets_order_summary': function () { return ({
|
|
26012
|
+
id: factories.string(),
|
|
26013
|
+
}); },
|
|
25664
26014
|
'io.flow.shopify.markets.internal.v0.models.order_validation_error': function () { return ({
|
|
25665
26015
|
message: factories.string(),
|
|
25666
26016
|
reason: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_rejection_reason'](),
|
|
@@ -25724,6 +26074,7 @@ var factories = {
|
|
|
25724
26074
|
api_key_masked: factories.string(),
|
|
25725
26075
|
api_password_masked: factories.string(),
|
|
25726
26076
|
access_token_masked: factories.string(),
|
|
26077
|
+
shopify_plan_name: factories['io.flow.shopify.external.v0.enums.shopify_plan_name'](),
|
|
25727
26078
|
}); },
|
|
25728
26079
|
'io.flow.shopify.markets.internal.v0.models.shopify_markets_shop_form': function () { return ({
|
|
25729
26080
|
shop: factories.string(),
|
|
@@ -25733,6 +26084,7 @@ var factories = {
|
|
|
25733
26084
|
api_key: factories.string(),
|
|
25734
26085
|
api_password: factories.string(),
|
|
25735
26086
|
access_token: factories.string(),
|
|
26087
|
+
shopify_plan_name: factories['io.flow.shopify.external.v0.enums.shopify_plan_name'](),
|
|
25736
26088
|
}); },
|
|
25737
26089
|
'io.flow.shopify.markets.internal.v0.models.shopify_markets_shop_summary': function () { return ({
|
|
25738
26090
|
organization: factories['io.flow.common.v0.models.organization_summary'](),
|
|
@@ -25769,6 +26121,7 @@ var factories = {
|
|
|
25769
26121
|
initial_catalog_synced_at: factories.date_time_iso_8601(),
|
|
25770
26122
|
catalog_sync_duration: factories.long(),
|
|
25771
26123
|
catalog_products_count: factories.long(),
|
|
26124
|
+
initial_product_restrictions_synced_at: factories.date_time_iso_8601(),
|
|
25772
26125
|
}); },
|
|
25773
26126
|
'io.flow.shopify.markets.internal.v0.models.third_party_logistics_partner': function () { return ({
|
|
25774
26127
|
warehouse_address: factories['io.flow.common.v0.models.billing_address'](),
|
|
@@ -25859,7 +26212,7 @@ var factories = {
|
|
|
25859
26212
|
'io.flow.shopify.markets.v0.enums.shopify_order_fulfillment_status_type': function () { return faker.helpers.arrayElement(['fulfilled', 'null', 'partial']); },
|
|
25860
26213
|
'io.flow.shopify.markets.v0.enums.shopify_order_inventory_behaviour': function () { return faker.helpers.arrayElement(['bypass', 'decrement_ignoring_policy', 'decrement_obeying_policy']); },
|
|
25861
26214
|
'io.flow.shopify.markets.v0.enums.shopify_order_kind_type': function () { return faker.helpers.arrayElement(['authorization', 'capture', 'sale', 'void', 'refund']); },
|
|
25862
|
-
'io.flow.shopify.markets.v0.enums.shopify_order_payment_gateway_names': function () { return faker.helpers.arrayElement(['flow_commerce', 'gift_card', 'manual', 'shopify_payments']); },
|
|
26215
|
+
'io.flow.shopify.markets.v0.enums.shopify_order_payment_gateway_names': function () { return faker.helpers.arrayElement(['flow_commerce', 'gift_card', 'manual', 'shopify_payments', 'shop_cash']); },
|
|
25863
26216
|
'io.flow.shopify.markets.v0.enums.shopify_order_processing_method_type': function () { return faker.helpers.arrayElement(['checkout', 'direct', 'manual', 'offsite', 'express', 'deferred_payment']); },
|
|
25864
26217
|
'io.flow.shopify.markets.v0.enums.shopify_order_restock_type': function () { return faker.helpers.arrayElement(['no_restock', 'cancel', 'return']); },
|
|
25865
26218
|
'io.flow.shopify.markets.v0.enums.shopify_order_status_type': function () { return faker.helpers.arrayElement(['open', 'closed', 'cancelled', 'any']); },
|
|
@@ -25932,6 +26285,7 @@ var factories = {
|
|
|
25932
26285
|
'themes/publish',
|
|
25933
26286
|
'themes/update',
|
|
25934
26287
|
'bulk_operations/finish',
|
|
26288
|
+
'shop/update',
|
|
25935
26289
|
]); },
|
|
25936
26290
|
'io.flow.shopify.markets.v0.models.fulfillment_order_international_duties': function () { return ({
|
|
25937
26291
|
incoterm: factories['io.flow.shopify.markets.v0.enums.incoterm_duties'](),
|
|
@@ -28017,164 +28371,6 @@ var factories = {
|
|
|
28017
28371
|
]);
|
|
28018
28372
|
return f();
|
|
28019
28373
|
},
|
|
28020
|
-
'io.flow.svb.v0.enums.clearing_type': function () { return faker.helpers.arrayElement(['Credit', 'Debit']); },
|
|
28021
|
-
'io.flow.svb.v0.enums.notification_type': function () { return faker.helpers.arrayElement([
|
|
28022
|
-
'virtualcard.clearings',
|
|
28023
|
-
'virtualcard.created',
|
|
28024
|
-
'virtualcard.deleted',
|
|
28025
|
-
'virtualcard.realtime.auths',
|
|
28026
|
-
]); },
|
|
28027
|
-
'io.flow.svb.v0.enums.transaction_type': function () { return faker.helpers.arrayElement([
|
|
28028
|
-
'Authorization',
|
|
28029
|
-
'Advice',
|
|
28030
|
-
'First Presentment',
|
|
28031
|
-
'Reversal',
|
|
28032
|
-
'Reversal Advice',
|
|
28033
|
-
'Unspecified',
|
|
28034
|
-
'Purchase Return',
|
|
28035
|
-
'Forced Post',
|
|
28036
|
-
]); },
|
|
28037
|
-
'io.flow.svb.v0.models.authorization': function () { return ({
|
|
28038
|
-
billing_amount: factories.integer(),
|
|
28039
|
-
billing_currency: factories.string(),
|
|
28040
|
-
issuer_response: factories.string(),
|
|
28041
|
-
mcc: factories.string(),
|
|
28042
|
-
mcc_description: factories.string(),
|
|
28043
|
-
merchant_amount: factories.integer(),
|
|
28044
|
-
merchant_currency: factories.string(),
|
|
28045
|
-
merchant_id: factories.string(),
|
|
28046
|
-
merchant_name: factories.string(),
|
|
28047
|
-
transaction_date_time: factories.date_time_iso_8601(),
|
|
28048
|
-
transaction_type: factories['io.flow.svb.v0.enums.transaction_type'](),
|
|
28049
|
-
}); },
|
|
28050
|
-
'io.flow.svb.v0.models.clearing': function () { return ({
|
|
28051
|
-
billing_amount: factories.integer(),
|
|
28052
|
-
billing_currency: factories.string(),
|
|
28053
|
-
clearing_type: factories['io.flow.svb.v0.enums.clearing_type'](),
|
|
28054
|
-
authorization_date: factories.date_time_iso_8601(),
|
|
28055
|
-
exchange_rate: factories.string(),
|
|
28056
|
-
mcc: factories.string(),
|
|
28057
|
-
mcc_description: factories.string(),
|
|
28058
|
-
merchant_amount: factories.integer(),
|
|
28059
|
-
merchant_currency: factories.string(),
|
|
28060
|
-
merchant_id: factories.string(),
|
|
28061
|
-
merchant_name: factories.string(),
|
|
28062
|
-
settlement_date: factories.string(),
|
|
28063
|
-
}); },
|
|
28064
|
-
'io.flow.svb.v0.models.clearing_notification': function () { return ({
|
|
28065
|
-
acquirer_ica: factories.string(),
|
|
28066
|
-
approval_code: factories.string(),
|
|
28067
|
-
authorization_date: factories.date_time_iso_8601(),
|
|
28068
|
-
billing_amount: factories.integer(),
|
|
28069
|
-
billing_currency: factories.string(),
|
|
28070
|
-
clearing_type: factories['io.flow.svb.v0.enums.clearing_type'](),
|
|
28071
|
-
exchange_rate: factories.string(),
|
|
28072
|
-
mcc: factories.string(),
|
|
28073
|
-
mcc_description: factories.string(),
|
|
28074
|
-
merchant_amount: factories.integer(),
|
|
28075
|
-
merchant_currency: factories.string(),
|
|
28076
|
-
merchant_id: factories.string(),
|
|
28077
|
-
merchant_name: factories.string(),
|
|
28078
|
-
settlement_date: factories.date_time_iso_8601(),
|
|
28079
|
-
vcn_id: factories.long(),
|
|
28080
|
-
}); },
|
|
28081
|
-
'io.flow.svb.v0.models.create_body': function () { return ({
|
|
28082
|
-
data: factories['io.flow.svb.v0.models.create_virtual_card'](),
|
|
28083
|
-
show_card_number: factories.boolean(),
|
|
28084
|
-
}); },
|
|
28085
|
-
'io.flow.svb.v0.models.create_virtual_card': function () { return ({
|
|
28086
|
-
emails: arrayOf(function () { return factories.string(); }),
|
|
28087
|
-
mastercard_data: factories['io.flow.svb.v0.models.mastercard_data'](),
|
|
28088
|
-
metadata: factories.object(),
|
|
28089
|
-
per_transaction_max: factories.integer(),
|
|
28090
|
-
per_transaction_min: factories.integer(),
|
|
28091
|
-
rcn_id: factories.integer(),
|
|
28092
|
-
rcn_alias: factories.string(),
|
|
28093
|
-
supplier_id: factories.integer(),
|
|
28094
|
-
total_card_amount: factories.integer(),
|
|
28095
|
-
transactions_max: factories.integer(),
|
|
28096
|
-
valid_ending_on: factories.date_iso_8601(),
|
|
28097
|
-
valid_starting_on: factories.date_iso_8601(),
|
|
28098
|
-
}); },
|
|
28099
|
-
'io.flow.svb.v0.models.email': function () { return ({
|
|
28100
|
-
email: factories.string(),
|
|
28101
|
-
}); },
|
|
28102
|
-
'io.flow.svb.v0.models.email_body': function () { return ({
|
|
28103
|
-
data: factories['io.flow.svb.v0.models.email'](),
|
|
28104
|
-
}); },
|
|
28105
|
-
'io.flow.svb.v0.models.email_response': function () { return ({
|
|
28106
|
-
id: factories.string(),
|
|
28107
|
-
}); },
|
|
28108
|
-
'io.flow.svb.v0.models.list_data': function () { return ({
|
|
28109
|
-
id: factories.string(),
|
|
28110
|
-
type: factories.string(),
|
|
28111
|
-
url: factories.string(),
|
|
28112
|
-
}); },
|
|
28113
|
-
'io.flow.svb.v0.models.list_links': function () { return ({
|
|
28114
|
-
first: factories.string(),
|
|
28115
|
-
next: factories.string(),
|
|
28116
|
-
}); },
|
|
28117
|
-
'io.flow.svb.v0.models.list_response': function () { return ({
|
|
28118
|
-
data: arrayOf(function () { return factories['io.flow.svb.v0.models.list_data'](); }),
|
|
28119
|
-
links: factories['io.flow.svb.v0.models.list_links'](),
|
|
28120
|
-
}); },
|
|
28121
|
-
'io.flow.svb.v0.models.mastercard_data': function () { return ({
|
|
28122
|
-
id: factories.string(),
|
|
28123
|
-
organization: factories.string(),
|
|
28124
|
-
order_number: factories.string(),
|
|
28125
|
-
authorization_key: factories.string(),
|
|
28126
|
-
}); },
|
|
28127
|
-
'io.flow.svb.v0.models.notification_data': function () { return ({
|
|
28128
|
-
date: factories.date_time_iso_8601(),
|
|
28129
|
-
'event-id': factories.integer(),
|
|
28130
|
-
payload: factories.object(),
|
|
28131
|
-
type: factories['io.flow.svb.v0.enums.notification_type'](),
|
|
28132
|
-
}); },
|
|
28133
|
-
'io.flow.svb.v0.models.svb_notification': function () { return ({
|
|
28134
|
-
data: factories['io.flow.svb.v0.models.notification_data'](),
|
|
28135
|
-
}); },
|
|
28136
|
-
'io.flow.svb.v0.models.update_body': function () { return ({
|
|
28137
|
-
data: factories['io.flow.svb.v0.models.update_virtual_card'](),
|
|
28138
|
-
}); },
|
|
28139
|
-
'io.flow.svb.v0.models.update_virtual_card': function () { return ({
|
|
28140
|
-
emails: arrayOf(function () { return factories.string(); }),
|
|
28141
|
-
mastercard_data: factories['io.flow.svb.v0.models.mastercard_data'](),
|
|
28142
|
-
metadata: factories.object(),
|
|
28143
|
-
per_transaction_max: factories.integer(),
|
|
28144
|
-
per_transaction_min: factories.integer(),
|
|
28145
|
-
total_card_amount: factories.integer(),
|
|
28146
|
-
transactions_max: factories.integer(),
|
|
28147
|
-
valid_ending_on: factories.date_iso_8601(),
|
|
28148
|
-
valid_starting_on: factories.date_iso_8601(),
|
|
28149
|
-
}); },
|
|
28150
|
-
'io.flow.svb.v0.models.virtual_card': function () { return ({
|
|
28151
|
-
authorizations: arrayOf(function () { return factories['io.flow.svb.v0.models.authorization'](); }),
|
|
28152
|
-
available_balance: factories.integer(),
|
|
28153
|
-
card_number: factories.string(),
|
|
28154
|
-
clearings: arrayOf(function () { return factories['io.flow.svb.v0.models.clearing'](); }),
|
|
28155
|
-
currency: factories.string(),
|
|
28156
|
-
cvc: factories.string(),
|
|
28157
|
-
emails: arrayOf(function () { return factories.string(); }),
|
|
28158
|
-
expiry: factories.string(),
|
|
28159
|
-
id: factories.string(),
|
|
28160
|
-
last4: factories.string(),
|
|
28161
|
-
mastercard_data: factories['io.flow.svb.v0.models.mastercard_data'](),
|
|
28162
|
-
metadata: factories.object(),
|
|
28163
|
-
notified: factories.boolean(),
|
|
28164
|
-
per_transaction_max: factories.integer(),
|
|
28165
|
-
per_transaction_min: factories.integer(),
|
|
28166
|
-
rcn_alias: factories.string(),
|
|
28167
|
-
rcn_id: factories.integer(),
|
|
28168
|
-
status: factories.string(),
|
|
28169
|
-
supplier_id: factories.integer(),
|
|
28170
|
-
total_card_amount: factories.integer(),
|
|
28171
|
-
transactions_max: factories.integer(),
|
|
28172
|
-
valid_ending_on: factories.date_iso_8601(),
|
|
28173
|
-
valid_starting_on: factories.date_iso_8601(),
|
|
28174
|
-
}); },
|
|
28175
|
-
'io.flow.svb.v0.models.virtual_card_response': function () { return ({
|
|
28176
|
-
data: factories['io.flow.svb.v0.models.virtual_card'](),
|
|
28177
|
-
}); },
|
|
28178
28374
|
'io.flow.token.v0.models.channel_token': function () { return ({
|
|
28179
28375
|
discriminator: 'channel_token',
|
|
28180
28376
|
id: factories.string(),
|
|
@@ -28425,6 +28621,12 @@ var factories = {
|
|
|
28425
28621
|
'eei_filing',
|
|
28426
28622
|
'fixed_ddp',
|
|
28427
28623
|
'fixed_currency_conversion',
|
|
28624
|
+
'prohibited_item',
|
|
28625
|
+
'undeliverable_shipment',
|
|
28626
|
+
'signature_required',
|
|
28627
|
+
'direct_delivery',
|
|
28628
|
+
'saturday_stop',
|
|
28629
|
+
'residential_extended_area_pickup',
|
|
28428
28630
|
]); },
|
|
28429
28631
|
'io.flow.trueup.v0.models.dead_weight': function () { return ({
|
|
28430
28632
|
weight: factories.decimal(),
|
|
@@ -28504,7 +28706,7 @@ export var makeAccountTransactionsExportRequest = function () { return factories
|
|
|
28504
28706
|
export var makeAccountType = function () { return factories['io.flow.internal.v0.enums.account_type'](); };
|
|
28505
28707
|
export var makeAccountUpserted = function () { return factories['io.flow.internal.v0.models.account_upserted'](); };
|
|
28506
28708
|
export var makeAccountUpsertedV2 = function () { return factories['io.flow.internal.v0.models.account_upserted_v2'](); };
|
|
28507
|
-
export var
|
|
28709
|
+
export var makeAccountingPendingOrderMetadata = function () { return factories['io.flow.internal.v0.models.accounting_pending_order_metadata'](); };
|
|
28508
28710
|
export var makeActionQuantity = function () { return factories['io.flow.internal.v0.models.action_quantity'](); };
|
|
28509
28711
|
export var makeAdditionalImportTax = function () { return factories['io.flow.internal.v0.models.additional_import_tax'](); };
|
|
28510
28712
|
export var makeAddressConfigurationProvinceSetting = function () { return factories['io.flow.internal.v0.models.address_configuration_province_setting'](); };
|
|
@@ -28599,7 +28801,11 @@ export var makeBankAccountReference = function () { return factories['io.flow.in
|
|
|
28599
28801
|
export var makeBankPayment = function () { return factories['io.flow.internal.v0.models.bank_payment'](); };
|
|
28600
28802
|
export var makeBankPaymentDeletedV2 = function () { return factories['io.flow.internal.v0.models.bank_payment_deleted_v2'](); };
|
|
28601
28803
|
export var makeBankPaymentForm = function () { return factories['io.flow.internal.v0.models.bank_payment_form'](); };
|
|
28804
|
+
export var makeBankPaymentOrder = function () { return factories['io.flow.internal.v0.models.bank_payment_order'](); };
|
|
28805
|
+
export var makeBankPaymentOrderDeleted = function () { return factories['io.flow.internal.v0.models.bank_payment_order_deleted'](); };
|
|
28806
|
+
export var makeBankPaymentOrderUpserted = function () { return factories['io.flow.internal.v0.models.bank_payment_order_upserted'](); };
|
|
28602
28807
|
export var makeBankPaymentPromiseCompletedMethod = function () { return factories['io.flow.internal.v0.enums.bank_payment_promise_completed_method'](); };
|
|
28808
|
+
export var makeBankPaymentReference = function () { return factories['io.flow.internal.v0.models.bank_payment_reference'](); };
|
|
28603
28809
|
export var makeBankPaymentStatusCode = function () { return factories['io.flow.internal.v0.enums.bank_payment_status_code'](); };
|
|
28604
28810
|
export var makeBankPaymentStatusForm = function () { return factories['io.flow.internal.v0.models.bank_payment_status_form'](); };
|
|
28605
28811
|
export var makeBankPaymentStatusImport = function () { return factories['io.flow.internal.v0.models.bank_payment_status_import'](); };
|
|
@@ -28681,9 +28887,6 @@ export var makeCarrierAccountUpsertedV2 = function () { return factories['io.flo
|
|
|
28681
28887
|
export var makeCarrierAccountValidation = function () { return factories['io.flow.internal.v0.models.carrier_account_validation'](); };
|
|
28682
28888
|
export var makeCarrierCharge = function () { return factories['io.flow.internal.v0.models.carrier_charge'](); };
|
|
28683
28889
|
export var makeCarrierChargeDeleted = function () { return factories['io.flow.internal.v0.models.carrier_charge_deleted'](); };
|
|
28684
|
-
export var makeCarrierChargeFile = function () { return factories['io.flow.internal.v0.models.carrier_charge_file'](); };
|
|
28685
|
-
export var makeCarrierChargeFileForm = function () { return factories['io.flow.internal.v0.models.carrier_charge_file_form'](); };
|
|
28686
|
-
export var makeCarrierChargeFileResult = function () { return factories['io.flow.internal.v0.models.carrier_charge_file_result'](); };
|
|
28687
28890
|
export var makeCarrierChargeForm = function () { return factories['io.flow.internal.v0.unions.carrier_charge_form'](); };
|
|
28688
28891
|
export var makeCarrierChargeFormLabel = function () { return factories['io.flow.internal.v0.models.carrier_charge_form_label'](); };
|
|
28689
28892
|
export var makeCarrierChargeFormOther = function () { return factories['io.flow.internal.v0.models.carrier_charge_form_other'](); };
|
|
@@ -28694,8 +28897,14 @@ export var makeCarrierChargeType = function () { return factories['io.flow.inter
|
|
|
28694
28897
|
export var makeCarrierChargeUnits = function () { return factories['io.flow.internal.v0.models.carrier_charge_units'](); };
|
|
28695
28898
|
export var makeCarrierChargeUpserted = function () { return factories['io.flow.internal.v0.models.carrier_charge_upserted'](); };
|
|
28696
28899
|
export var makeCarrierCredentials = function () { return factories['io.flow.internal.v0.unions.carrier_credentials'](); };
|
|
28900
|
+
export var makeCarrierFile = function () { return factories['io.flow.internal.v0.models.carrier_file'](); };
|
|
28901
|
+
export var makeCarrierFileForm = function () { return factories['io.flow.internal.v0.models.carrier_file_form'](); };
|
|
28902
|
+
export var makeCarrierFileResult = function () { return factories['io.flow.internal.v0.models.carrier_file_result'](); };
|
|
28903
|
+
export var makeCarrierFileType = function () { return factories['io.flow.internal.v0.enums.carrier_file_type'](); };
|
|
28697
28904
|
export var makeCarrierInvoice = function () { return factories['io.flow.internal.v0.models.carrier_invoice'](); };
|
|
28698
28905
|
export var makeCarrierLabelGenerationMethod = function () { return factories['io.flow.internal.v0.enums.carrier_label_generation_method'](); };
|
|
28906
|
+
export var makeCarrierTaxForm = function () { return factories['io.flow.internal.v0.models.carrier_tax_form'](); };
|
|
28907
|
+
export var makeCarrierTaxUnits = function () { return factories['io.flow.internal.v0.models.carrier_tax_units'](); };
|
|
28699
28908
|
export var makeCarrierValidationStatus = function () { return factories['io.flow.internal.v0.enums.carrier_validation_status'](); };
|
|
28700
28909
|
export var makeCatalogImportRequest = function () { return factories['io.flow.internal.v0.models.catalog_import_request'](); };
|
|
28701
28910
|
export var makeCatalogImportType = function () { return factories['io.flow.internal.v0.enums.catalog_import_type'](); };
|
|
@@ -28754,6 +28963,9 @@ export var makeChannelOrderSummary = function () { return factories['io.flow.int
|
|
|
28754
28963
|
export var makeChannelOrderSummaryDeleted = function () { return factories['io.flow.internal.v0.models.channel_order_summary_deleted'](); };
|
|
28755
28964
|
export var makeChannelOrderSummaryFulfillmentDetails = function () { return factories['io.flow.internal.v0.models.channel_order_summary_fulfillment_details'](); };
|
|
28756
28965
|
export var makeChannelOrderSummaryUpserted = function () { return factories['io.flow.internal.v0.models.channel_order_summary_upserted'](); };
|
|
28966
|
+
export var makeChannelOrganizationIdentifier = function () { return factories['io.flow.internal.v0.models.channel_organization_identifier'](); };
|
|
28967
|
+
export var makeChannelOrganizationIdentifierDeleted = function () { return factories['io.flow.internal.v0.models.channel_organization_identifier_deleted'](); };
|
|
28968
|
+
export var makeChannelOrganizationIdentifierUpserted = function () { return factories['io.flow.internal.v0.models.channel_organization_identifier_upserted'](); };
|
|
28757
28969
|
export var makeChannelOrganizationShopify = function () { return factories['io.flow.internal.v0.models.channel_organization_shopify'](); };
|
|
28758
28970
|
export var makeChannelOrganizationShopifyForm = function () { return factories['io.flow.internal.v0.models.channel_organization_shopify_form'](); };
|
|
28759
28971
|
export var makeChannelOrganizationShopifyPostForm = function () { return factories['io.flow.internal.v0.models.channel_organization_shopify_post_form'](); };
|
|
@@ -28826,6 +29038,7 @@ export var makeClassification = function () { return factories['io.flow.internal
|
|
|
28826
29038
|
export var makeClassificationAction = function () { return factories['io.flow.internal.v0.unions.classification_action'](); };
|
|
28827
29039
|
export var makeClassificationActionForm = function () { return factories['io.flow.internal.v0.unions.classification_action_form'](); };
|
|
28828
29040
|
export var makeClassificationActionFormUndo = function () { return factories['io.flow.internal.v0.models.classification_action_form_undo'](); };
|
|
29041
|
+
export var makeClassificationDecision = function () { return factories['io.flow.internal.v0.enums.classification_decision'](); };
|
|
28829
29042
|
export var makeClassificationDetails = function () { return factories['io.flow.internal.v0.models.classification_details'](); };
|
|
28830
29043
|
export var makeClassificationError = function () { return factories['io.flow.internal.v0.models.classification_error'](); };
|
|
28831
29044
|
export var makeClassificationErrorCode = function () { return factories['io.flow.internal.v0.enums.classification_error_code'](); };
|
|
@@ -28834,9 +29047,12 @@ export var makeClassificationFormWrapper = function () { return factories['io.fl
|
|
|
28834
29047
|
export var makeClassificationItem = function () { return factories['io.flow.internal.v0.models.classification_item'](); };
|
|
28835
29048
|
export var makeClassificationJudgementForm = function () { return factories['io.flow.internal.v0.unions.classification_judgement_form'](); };
|
|
28836
29049
|
export var makeClassificationLabelAttribute = function () { return factories['io.flow.internal.v0.unions.classification_label_attribute'](); };
|
|
29050
|
+
export var makeClassificationPlatform = function () { return factories['io.flow.internal.v0.enums.classification_platform'](); };
|
|
28837
29051
|
export var makeClassificationProduct = function () { return factories['io.flow.internal.v0.models.classification_product'](); };
|
|
28838
29052
|
export var makeClassificationProductHarmonization = function () { return factories['io.flow.internal.v0.models.classification_product_harmonization'](); };
|
|
28839
29053
|
export var makeClassificationProductId = function () { return factories['io.flow.internal.v0.models.classification_product_id'](); };
|
|
29054
|
+
export var makeClassificationProductRequest = function () { return factories['io.flow.internal.v0.models.classification_product_request'](); };
|
|
29055
|
+
export var makeClassificationProductResult = function () { return factories['io.flow.internal.v0.models.classification_product_result'](); };
|
|
28840
29056
|
export var makeClassificationProductSummary = function () { return factories['io.flow.internal.v0.models.classification_product_summary'](); };
|
|
28841
29057
|
export var makeClassificationProductSummaryPage = function () { return factories['io.flow.internal.v0.models.classification_product_summary_page'](); };
|
|
28842
29058
|
export var makeClassificationRequeueRequest = function () { return factories['io.flow.internal.v0.models.classification_requeue_request'](); };
|
|
@@ -28844,9 +29060,13 @@ export var makeClassificationResponse = function () { return factories['io.flow.
|
|
|
28844
29060
|
export var makeClassificationStatistics = function () { return factories['io.flow.internal.v0.models.classification_statistics'](); };
|
|
28845
29061
|
export var makeClassificationSummaryReportPayload = function () { return factories['io.flow.internal.v0.models.classification_summary_report_payload'](); };
|
|
28846
29062
|
export var makeClassificationTaxonomy = function () { return factories['io.flow.internal.v0.unions.classification_taxonomy'](); };
|
|
29063
|
+
export var makeClassificationType = function () { return factories['io.flow.internal.v0.enums.classification_type'](); };
|
|
28847
29064
|
export var makeClassificationWrapper = function () { return factories['io.flow.internal.v0.models.classification_wrapper'](); };
|
|
28848
29065
|
export var makeClassifiedProduct = function () { return factories['io.flow.internal.v0.models.classified_product'](); };
|
|
28849
29066
|
export var makeClassifiedProductDetail = function () { return factories['io.flow.internal.v0.models.classified_product_detail'](); };
|
|
29067
|
+
export var makeCliLogEntry = function () { return factories['io.flow.internal.v0.models.cli_log_entry'](); };
|
|
29068
|
+
export var makeCliLogEntryForm = function () { return factories['io.flow.internal.v0.models.cli_log_entry_form'](); };
|
|
29069
|
+
export var makeClothingAgeClassification = function () { return factories['io.flow.internal.v0.enums.clothing_age_classification'](); };
|
|
28850
29070
|
export var makeColmItem = function () { return factories['io.flow.internal.v0.models.colm_item'](); };
|
|
28851
29071
|
export var makeColmItemDeleted = function () { return factories['io.flow.internal.v0.models.colm_item_deleted'](); };
|
|
28852
29072
|
export var makeColmItemForm = function () { return factories['io.flow.internal.v0.models.colm_item_form'](); };
|
|
@@ -28948,6 +29168,7 @@ export var makeDetails = function () { return factories['io.flow.internal.v0.mod
|
|
|
28948
29168
|
export var makeDhl = function () { return factories['io.flow.internal.v0.models.dhl'](); };
|
|
28949
29169
|
export var makeDhlEcommerce = function () { return factories['io.flow.internal.v0.models.dhl_ecommerce'](); };
|
|
28950
29170
|
export var makeDict = function () { return factories['io.flow.internal.v0.models.dict'](); };
|
|
29171
|
+
export var makeDimensionEstimateOpsInput = function () { return factories['io.flow.internal.v0.models.dimension_estimate_ops_input'](); };
|
|
28951
29172
|
export var makeDiscount = function () { return factories['io.flow.internal.v0.models.discount'](); };
|
|
28952
29173
|
export var makeDiscountCode = function () { return factories['io.flow.internal.v0.models.discount_code'](); };
|
|
28953
29174
|
export var makeDiscountRequestForm = function () { return factories['io.flow.internal.v0.models.discount_request_form'](); };
|
|
@@ -29069,7 +29290,9 @@ export var makeExperimentSessionQueryForm = function () { return factories['io.f
|
|
|
29069
29290
|
export var makeExperimentUpserted = function () { return factories['io.flow.internal.v0.models.experiment_upserted'](); };
|
|
29070
29291
|
export var makeExperimentVersion = function () { return factories['io.flow.internal.v0.models.experiment_version'](); };
|
|
29071
29292
|
export var makeExplicitStatement = function () { return factories['io.flow.internal.v0.models.explicit_statement'](); };
|
|
29072
|
-
export var makeExplicitStatementForm = function () { return factories['io.flow.internal.v0.
|
|
29293
|
+
export var makeExplicitStatementForm = function () { return factories['io.flow.internal.v0.unions.explicit_statement_form'](); };
|
|
29294
|
+
export var makeExplicitStatementFormAllPendingPostedTransactions = function () { return factories['io.flow.internal.v0.models.explicit_statement_form_all_pending_posted_transactions'](); };
|
|
29295
|
+
export var makeExplicitStatementFormTransactionIds = function () { return factories['io.flow.internal.v0.models.explicit_statement_form_transaction_ids'](); };
|
|
29073
29296
|
export var makeExportCompleted = function () { return factories['io.flow.internal.v0.models.export_completed'](); };
|
|
29074
29297
|
export var makeExportContentType = function () { return factories['io.flow.internal.v0.enums.export_content_type'](); };
|
|
29075
29298
|
export var makeExportFailed = function () { return factories['io.flow.internal.v0.models.export_failed'](); };
|
|
@@ -29083,6 +29306,7 @@ export var makeExternalFulfillmentProofForm = function () { return factories['io
|
|
|
29083
29306
|
export var makeExternalFulfillmentProofTracking = function () { return factories['io.flow.internal.v0.models.external_fulfillment_proof_tracking'](); };
|
|
29084
29307
|
export var makeExternalFulfillmentProofTrackingForm = function () { return factories['io.flow.internal.v0.models.external_fulfillment_proof_tracking_form'](); };
|
|
29085
29308
|
export var makeFacebookPixel = function () { return factories['io.flow.internal.v0.models.facebook_pixel'](); };
|
|
29309
|
+
export var makeFailedDimensionEstimateOpsInputWithReason = function () { return factories['io.flow.internal.v0.models.failed_dimension_estimate_ops_input_with_reason'](); };
|
|
29086
29310
|
export var makeFeature = function () { return factories['io.flow.internal.v0.models.feature'](); };
|
|
29087
29311
|
export var makeFeatureContextForm = function () { return factories['io.flow.internal.v0.models.feature_context_form'](); };
|
|
29088
29312
|
export var makeFeatureDefaultValue = function () { return factories['io.flow.internal.v0.unions.feature_default_value'](); };
|
|
@@ -29144,6 +29368,7 @@ export var makeFlowLabProjectPutForm = function () { return factories['io.flow.i
|
|
|
29144
29368
|
export var makeFlowLabelSetting = function () { return factories['io.flow.internal.v0.models.flow_label_setting'](); };
|
|
29145
29369
|
export var makeFlowLabelSettingForm = function () { return factories['io.flow.internal.v0.models.flow_label_setting_form'](); };
|
|
29146
29370
|
export var makeFlowShopValidationError = function () { return factories['io.flow.internal.v0.models.flow_shop_validation_error'](); };
|
|
29371
|
+
export var makeForceTransitForm = function () { return factories['io.flow.internal.v0.models.force_transit_form'](); };
|
|
29147
29372
|
export var makeFormat = function () { return factories['io.flow.internal.v0.enums.format'](); };
|
|
29148
29373
|
export var makeFraudPendingReview = function () { return factories['io.flow.internal.v0.models.fraud_pending_review'](); };
|
|
29149
29374
|
export var makeFraudPendingReviewDeleted = function () { return factories['io.flow.internal.v0.models.fraud_pending_review_deleted'](); };
|
|
@@ -29183,6 +29408,7 @@ export var makeFulfillment = function () { return factories['io.flow.internal.v0
|
|
|
29183
29408
|
export var makeFulfillmentActionForm = function () { return factories['io.flow.internal.v0.models.fulfillment_action_form'](); };
|
|
29184
29409
|
export var makeFulfillmentBusiness = function () { return factories['io.flow.internal.v0.models.fulfillment_business'](); };
|
|
29185
29410
|
export var makeFulfillmentCancel = function () { return factories['io.flow.internal.v0.models.fulfillment_cancel'](); };
|
|
29411
|
+
export var makeFulfillmentCarrier = function () { return factories['io.flow.internal.v0.models.fulfillment_carrier'](); };
|
|
29186
29412
|
export var makeFulfillmentDeleted = function () { return factories['io.flow.internal.v0.models.fulfillment_deleted'](); };
|
|
29187
29413
|
export var makeFulfillmentInternalExperienceReference = function () { return factories['io.flow.internal.v0.models.fulfillment_internal_experience_reference'](); };
|
|
29188
29414
|
export var makeFulfillmentOrigin = function () { return factories['io.flow.internal.v0.models.fulfillment_origin'](); };
|
|
@@ -29276,6 +29502,7 @@ export var makeInternalStripeAuthorizationDetails = function () { return factori
|
|
|
29276
29502
|
export var makeInternalTransactionDetails = function () { return factories['io.flow.internal.v0.unions.internal_transaction_details'](); };
|
|
29277
29503
|
export var makeInternalTransactionDetailsCard = function () { return factories['io.flow.internal.v0.models.internal_transaction_details_card'](); };
|
|
29278
29504
|
export var makeInvalidCheckoutData = function () { return factories['io.flow.internal.v0.models.invalid_checkout_data'](); };
|
|
29505
|
+
export var makeInvariant = function () { return factories['io.flow.internal.v0.models.invariant'](); };
|
|
29279
29506
|
export var makeInventoryCheckService = function () { return factories['io.flow.internal.v0.enums.inventory_check_service'](); };
|
|
29280
29507
|
export var makeInventoryOrganizationSettings = function () { return factories['io.flow.internal.v0.models.inventory_organization_settings'](); };
|
|
29281
29508
|
export var makeInventoryOrganizationSettingsForm = function () { return factories['io.flow.internal.v0.models.inventory_organization_settings_form'](); };
|
|
@@ -29302,6 +29529,7 @@ export var makeItemDimensionEstimateUpsertedV2 = function () { return factories[
|
|
|
29302
29529
|
export var makeItemFilterResponse = function () { return factories['io.flow.internal.v0.models.item_filter_response'](); };
|
|
29303
29530
|
export var makeItemFilterValueResponse = function () { return factories['io.flow.internal.v0.models.item_filter_value_response'](); };
|
|
29304
29531
|
export var makeItemFilterValuesForm = function () { return factories['io.flow.internal.v0.models.item_filter_values_form'](); };
|
|
29532
|
+
export var makeItemForm = function () { return factories['io.flow.internal.v0.models.item_form'](); };
|
|
29305
29533
|
export var makeItemFormImportRequest = function () { return factories['io.flow.internal.v0.models.item_form_import_request'](); };
|
|
29306
29534
|
export var makeItemHarmonization = function () { return factories['io.flow.internal.v0.models.item_harmonization'](); };
|
|
29307
29535
|
export var makeItemHarmonizationDeleted = function () { return factories['io.flow.internal.v0.models.item_harmonization_deleted'](); };
|
|
@@ -29402,7 +29630,11 @@ export var makeLocalizedPriceBookItemData = function () { return factories['io.f
|
|
|
29402
29630
|
export var makeLocalizedPriceBookItemDeleted = function () { return factories['io.flow.internal.v0.models.localized_price_book_item_deleted'](); };
|
|
29403
29631
|
export var makeLocalizedPriceBookItemUpserted = function () { return factories['io.flow.internal.v0.models.localized_price_book_item_upserted'](); };
|
|
29404
29632
|
export var makeLocation = function () { return factories['io.flow.internal.v0.models.location'](); };
|
|
29633
|
+
export var makeLogisticsCapabilities = function () { return factories['io.flow.internal.v0.models.logistics_capabilities'](); };
|
|
29634
|
+
export var makeLogisticsCapabilitiesForm = function () { return factories['io.flow.internal.v0.models.logistics_capabilities_form'](); };
|
|
29635
|
+
export var makeLogisticsCapability = function () { return factories['io.flow.internal.v0.enums.logistics_capability'](); };
|
|
29405
29636
|
export var makeLogo = function () { return factories['io.flow.internal.v0.models.logo'](); };
|
|
29637
|
+
export var makeLostChargeback = function () { return factories['io.flow.internal.v0.models.lost_chargeback'](); };
|
|
29406
29638
|
export var makeLoyaltyProgram = function () { return factories['io.flow.internal.v0.models.loyalty_program'](); };
|
|
29407
29639
|
export var makeLoyaltyProgramMessage = function () { return factories['io.flow.internal.v0.models.loyalty_program_message'](); };
|
|
29408
29640
|
export var makeLoyaltyProgramReward = function () { return factories['io.flow.internal.v0.models.loyalty_program_reward'](); };
|
|
@@ -29411,7 +29643,6 @@ export var makeMagentoInstallForm = function () { return factories['io.flow.inte
|
|
|
29411
29643
|
export var makeMainTransaction = function () { return factories['io.flow.internal.v0.models.main_transaction'](); };
|
|
29412
29644
|
export var makeMainTransactionDeleted = function () { return factories['io.flow.internal.v0.models.main_transaction_deleted'](); };
|
|
29413
29645
|
export var makeMainTransactionDeletedV2 = function () { return factories['io.flow.internal.v0.models.main_transaction_deleted_v2'](); };
|
|
29414
|
-
export var makeMainTransactionStatus = function () { return factories['io.flow.internal.v0.enums.main_transaction_status'](); };
|
|
29415
29646
|
export var makeMainTransactionUpserted = function () { return factories['io.flow.internal.v0.models.main_transaction_upserted'](); };
|
|
29416
29647
|
export var makeMainTransactionUpsertedV2 = function () { return factories['io.flow.internal.v0.models.main_transaction_upserted_v2'](); };
|
|
29417
29648
|
export var makeManualReviewRule = function () { return factories['io.flow.internal.v0.models.manual_review_rule'](); };
|
|
@@ -29477,6 +29708,7 @@ export var makeMarketingGatewaySchemaSummary = function () { return factories['i
|
|
|
29477
29708
|
export var makeMarketingGatewaySourceSummary = function () { return factories['io.flow.internal.v0.unions.marketing_gateway_source_summary'](); };
|
|
29478
29709
|
export var makeMarketingGatewaySupportedChannelDetails = function () { return factories['io.flow.internal.v0.models.marketing_gateway_supported_channel_details'](); };
|
|
29479
29710
|
export var makeMarketsOrder = function () { return factories['io.flow.internal.v0.models.markets_order'](); };
|
|
29711
|
+
export var makeMarketsOrderSummary = function () { return factories['io.flow.internal.v0.models.markets_order_summary'](); };
|
|
29480
29712
|
export var makeMatiasItem = function () { return factories['io.flow.internal.v0.models.matias_item'](); };
|
|
29481
29713
|
export var makeMatiasItemDeleted = function () { return factories['io.flow.internal.v0.models.matias_item_deleted'](); };
|
|
29482
29714
|
export var makeMatiasItemForm = function () { return factories['io.flow.internal.v0.models.matias_item_form'](); };
|
|
@@ -29762,6 +29994,7 @@ export var makeProofOfPostingFulfilled = function () { return factories['io.flow
|
|
|
29762
29994
|
export var makeProofOfPostingOrderCancellation = function () { return factories['io.flow.internal.v0.models.proof_of_posting_order_cancellation'](); };
|
|
29763
29995
|
export var makeProofOfPostingOrderCombinedShipment = function () { return factories['io.flow.internal.v0.models.proof_of_posting_order_combined_shipment'](); };
|
|
29764
29996
|
export var makeProofOfPostingShippingNotification = function () { return factories['io.flow.internal.v0.models.proof_of_posting_shipping_notification'](); };
|
|
29997
|
+
export var makeProofOfPostingTimeElapsed = function () { return factories['io.flow.internal.v0.models.proof_of_posting_time_elapsed'](); };
|
|
29765
29998
|
export var makeQuote = function () { return factories['io.flow.internal.v0.models.quote'](); };
|
|
29766
29999
|
export var makeQuoteDeleted = function () { return factories['io.flow.internal.v0.models.quote_deleted'](); };
|
|
29767
30000
|
export var makeQuoteRequest = function () { return factories['io.flow.internal.v0.models.quote_request'](); };
|
|
@@ -29839,8 +30072,11 @@ export var makeReportBankAccount = function () { return factories['io.flow.inter
|
|
|
29839
30072
|
export var makeReportBankAccountCleartext = function () { return factories['io.flow.internal.v0.models.report_bank_account_cleartext'](); };
|
|
29840
30073
|
export var makeReportForm = function () { return factories['io.flow.internal.v0.models.report_form'](); };
|
|
29841
30074
|
export var makeReportInterval = function () { return factories['io.flow.internal.v0.enums.report_interval'](); };
|
|
30075
|
+
export var makeReportMerchant = function () { return factories['io.flow.internal.v0.models.report_merchant'](); };
|
|
30076
|
+
export var makeReportOrderReference = function () { return factories['io.flow.internal.v0.models.report_order_reference'](); };
|
|
29842
30077
|
export var makeReportOwner = function () { return factories['io.flow.internal.v0.models.report_owner'](); };
|
|
29843
30078
|
export var makeReportPayment = function () { return factories['io.flow.internal.v0.models.report_payment'](); };
|
|
30079
|
+
export var makeReportPaymentType = function () { return factories['io.flow.internal.v0.enums.report_payment_type'](); };
|
|
29844
30080
|
export var makeReportRuleDecision = function () { return factories['io.flow.internal.v0.models.report_rule_decision'](); };
|
|
29845
30081
|
export var makeReportStatus = function () { return factories['io.flow.internal.v0.enums.report_status'](); };
|
|
29846
30082
|
export var makeReportSummary = function () { return factories['io.flow.internal.v0.models.report_summary'](); };
|
|
@@ -29908,6 +30144,7 @@ export var makeRestrictionRule = function () { return factories['io.flow.interna
|
|
|
29908
30144
|
export var makeRestrictionRuleDecisionForm = function () { return factories['io.flow.internal.v0.models.restriction_rule_decision_form'](); };
|
|
29909
30145
|
export var makeRestrictionRuleForm = function () { return factories['io.flow.internal.v0.models.restriction_rule_form'](); };
|
|
29910
30146
|
export var makeRestrictionRuleMetadata = function () { return factories['io.flow.internal.v0.models.restriction_rule_metadata'](); };
|
|
30147
|
+
export var makeRestrictionRuleOverride = function () { return factories['io.flow.internal.v0.models.restriction_rule_override'](); };
|
|
29911
30148
|
export var makeRestrictionRuleSummary = function () { return factories['io.flow.internal.v0.models.restriction_rule_summary'](); };
|
|
29912
30149
|
export var makeRestrictionStatus = function () { return factories['io.flow.internal.v0.enums.restriction_status'](); };
|
|
29913
30150
|
export var makeRestrictionStatusMetadata = function () { return factories['io.flow.internal.v0.models.restriction_status_metadata'](); };
|
|
@@ -30072,7 +30309,7 @@ export var makeShopifyService = function () { return factories['io.flow.internal
|
|
|
30072
30309
|
export var makeShopifyShopDeleted = function () { return factories['io.flow.internal.v0.models.shopify_shop_deleted'](); };
|
|
30073
30310
|
export var makeShopifyShopStatistics = function () { return factories['io.flow.internal.v0.models.shopify_shop_statistics'](); };
|
|
30074
30311
|
export var makeShopifyShopUpserted = function () { return factories['io.flow.internal.v0.models.shopify_shop_upserted'](); };
|
|
30075
|
-
export var
|
|
30312
|
+
export var makeShopifyStoreDetail = function () { return factories['io.flow.internal.v0.models.shopify_store_detail'](); };
|
|
30076
30313
|
export var makeShopifyWebhook = function () { return factories['io.flow.internal.v0.models.shopify_webhook'](); };
|
|
30077
30314
|
export var makeShopifyWebhookEvent = function () { return factories['io.flow.internal.v0.models.shopify_webhook_event'](); };
|
|
30078
30315
|
export var makeShopifyWebhookForm = function () { return factories['io.flow.internal.v0.models.shopify_webhook_form'](); };
|
|
@@ -30152,9 +30389,6 @@ export var makeSubscriptionFrequency = function () { return factories['io.flow.i
|
|
|
30152
30389
|
export var makeSubscriptionTransaction = function () { return factories['io.flow.internal.v0.models.subscription_transaction'](); };
|
|
30153
30390
|
export var makeSuggestionAction = function () { return factories['io.flow.internal.v0.enums.suggestion_action'](); };
|
|
30154
30391
|
export var makeSupportedLabels = function () { return factories['io.flow.internal.v0.models.supported_labels'](); };
|
|
30155
|
-
export var makeSvbVirtualCardClearing = function () { return factories['io.flow.internal.v0.models.svb_virtual_card_clearing'](); };
|
|
30156
|
-
export var makeSvbVirtualCardClearingDeleted = function () { return factories['io.flow.internal.v0.models.svb_virtual_card_clearing_deleted'](); };
|
|
30157
|
-
export var makeSvbVirtualCardClearingUpserted = function () { return factories['io.flow.internal.v0.models.svb_virtual_card_clearing_upserted'](); };
|
|
30158
30392
|
export var makeSvitlanaItem = function () { return factories['io.flow.internal.v0.models.svitlana_item'](); };
|
|
30159
30393
|
export var makeSvitlanaItemDeleted = function () { return factories['io.flow.internal.v0.models.svitlana_item_deleted'](); };
|
|
30160
30394
|
export var makeSvitlanaItemForm = function () { return factories['io.flow.internal.v0.models.svitlana_item_form'](); };
|
|
@@ -30279,9 +30513,6 @@ export var makeValidationRule = function () { return factories['io.flow.internal
|
|
|
30279
30513
|
export var makeVariant = function () { return factories['io.flow.internal.v0.unions.variant'](); };
|
|
30280
30514
|
export var makeVariantForm = function () { return factories['io.flow.internal.v0.unions.variant_form'](); };
|
|
30281
30515
|
export var makeViesResult = function () { return factories['io.flow.internal.v0.models.vies_result'](); };
|
|
30282
|
-
export var makeVirtualCardProvider = function () { return factories['io.flow.internal.v0.models.virtual_card_provider'](); };
|
|
30283
|
-
export var makeVirtualCardProviderDeleted = function () { return factories['io.flow.internal.v0.models.virtual_card_provider_deleted'](); };
|
|
30284
|
-
export var makeVirtualCardProviderUpserted = function () { return factories['io.flow.internal.v0.models.virtual_card_provider_upserted'](); };
|
|
30285
30516
|
export var makeVirtualCardTransaction = function () { return factories['io.flow.internal.v0.models.virtual_card_transaction'](); };
|
|
30286
30517
|
export var makeWasteElectricalAndElectronicEquipmentComplianceData = function () { return factories['io.flow.internal.v0.models.waste_electrical_and_electronic_equipment_compliance_data'](); };
|
|
30287
30518
|
export var makeWasteElectricalAndElectronicEquipmentComplianceForm = function () { return factories['io.flow.internal.v0.models.waste_electrical_and_electronic_equipment_compliance_form'](); };
|