@flowio/api-internal-factories 0.0.98 → 0.0.100
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 +575 -149
- package/dist/esm/api-internal.js +494 -92
- package/dist/types/api-internal.d.ts +34 -10
- package/package.json +2 -2
- package/src/api-internal.ts +569 -103
package/src/api-internal.ts
CHANGED
|
@@ -711,6 +711,7 @@ const factories = {
|
|
|
711
711
|
number: factories.string(),
|
|
712
712
|
fulfillment_method: factories['io.flow.catalog.v0.enums.fulfillment_method_value'](),
|
|
713
713
|
country_of_origin: factories.string(),
|
|
714
|
+
tarriff_code: factories.string(),
|
|
714
715
|
inferred: factories.boolean(),
|
|
715
716
|
}),
|
|
716
717
|
|
|
@@ -748,6 +749,11 @@ const factories = {
|
|
|
748
749
|
total: factories.decimal(),
|
|
749
750
|
}),
|
|
750
751
|
|
|
752
|
+
'io.flow.billing.accounting.v0.models.order_reference': (): io.flow.billing.accounting.v0.models.OrderReference => ({
|
|
753
|
+
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
754
|
+
number: factories.string(),
|
|
755
|
+
}),
|
|
756
|
+
|
|
751
757
|
'io.flow.billing.accounting.v0.models.order_summary': (): io.flow.billing.accounting.v0.models.OrderSummary => ({
|
|
752
758
|
id: factories.string(),
|
|
753
759
|
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
@@ -758,6 +764,16 @@ const factories = {
|
|
|
758
764
|
currency: factories.string(),
|
|
759
765
|
}),
|
|
760
766
|
|
|
767
|
+
'io.flow.billing.accounting.v0.models.pending_order': (): io.flow.billing.accounting.v0.models.PendingOrder => ({
|
|
768
|
+
id: factories.string(),
|
|
769
|
+
order: factories['io.flow.billing.accounting.v0.models.order_summary'](),
|
|
770
|
+
shopper: factories['io.flow.billing.accounting.v0.models.shopper_summary'](),
|
|
771
|
+
merchant: factories['io.flow.billing.accounting.v0.models.merchant_summary'](),
|
|
772
|
+
remittance: factories['io.flow.billing.accounting.v0.models.remittance_responsibility'](),
|
|
773
|
+
sequence_number: factories.long(),
|
|
774
|
+
posting_cutoff: factories.date_time_iso_8601(),
|
|
775
|
+
}),
|
|
776
|
+
|
|
761
777
|
'io.flow.billing.accounting.v0.models.remittance_responsibility': (): io.flow.billing.accounting.v0.models.RemittanceResponsibility => ({
|
|
762
778
|
tax: factories['io.flow.billing.internal.v0.enums.responsible_party'](),
|
|
763
779
|
duty: factories['io.flow.billing.internal.v0.enums.responsible_party'](),
|
|
@@ -767,8 +783,8 @@ const factories = {
|
|
|
767
783
|
id: factories.string(),
|
|
768
784
|
order: factories['io.flow.billing.accounting.v0.models.order_summary'](),
|
|
769
785
|
shopper: factories['io.flow.billing.accounting.v0.models.shopper_summary'](),
|
|
770
|
-
remittance: factories['io.flow.billing.accounting.v0.models.remittance_responsibility'](),
|
|
771
786
|
merchant: factories['io.flow.billing.accounting.v0.models.merchant_summary'](),
|
|
787
|
+
remittance: factories['io.flow.billing.accounting.v0.models.remittance_responsibility'](),
|
|
772
788
|
sequence_number: factories.long(),
|
|
773
789
|
posting_cutoff: factories.date_time_iso_8601(),
|
|
774
790
|
trigger: factories['io.flow.billing.accounting.v0.unions.return_trigger'](),
|
|
@@ -1175,6 +1191,8 @@ const factories = {
|
|
|
1175
1191
|
fx_fee_description: factories.string(),
|
|
1176
1192
|
duty_guarantee_fee: factories.decimal(),
|
|
1177
1193
|
duty_guarantee_fee_description: factories.string(),
|
|
1194
|
+
negative_balance_fee: factories.decimal(),
|
|
1195
|
+
negative_balance_fee_description: factories.string(),
|
|
1178
1196
|
}),
|
|
1179
1197
|
|
|
1180
1198
|
'io.flow.billing.csv.v0.models.billing_csv_processing_transaction_delivery': (): io.flow.billing.csv.v0.models.BillingCsvProcessingTransactionDelivery => ({
|
|
@@ -1253,6 +1271,7 @@ const factories = {
|
|
|
1253
1271
|
processing: factories.decimal(),
|
|
1254
1272
|
rate_lock: factories.decimal(),
|
|
1255
1273
|
transfer: factories.decimal(),
|
|
1274
|
+
negative_balance: factories.decimal(),
|
|
1256
1275
|
}),
|
|
1257
1276
|
|
|
1258
1277
|
'io.flow.billing.csv.v0.models.billing_csv_transaction_identifiers': (): io.flow.billing.csv.v0.models.BillingCsvTransactionIdentifiers => ({
|
|
@@ -1273,6 +1292,7 @@ const factories = {
|
|
|
1273
1292
|
label_created_at: factories.date_time_iso_8601(),
|
|
1274
1293
|
carrier_id: factories.string(),
|
|
1275
1294
|
carrier_tracking_number: factories.string(),
|
|
1295
|
+
revenue_share_percentage: factories.decimal(),
|
|
1276
1296
|
outbound_transaction_id: factories.string(),
|
|
1277
1297
|
}),
|
|
1278
1298
|
|
|
@@ -1341,6 +1361,7 @@ const factories = {
|
|
|
1341
1361
|
one_time_adjustments: objectOf(() => factories.decimal()),
|
|
1342
1362
|
}),
|
|
1343
1363
|
|
|
1364
|
+
'io.flow.billing.internal.v0.enums.account_payment_hold_reason': (): io.flow.billing.internal.v0.enums.AccountPaymentHoldReason => faker.helpers.arrayElement(['fraudulent', 'invalid_bank_account']),
|
|
1344
1365
|
'io.flow.billing.internal.v0.enums.account_setting_liabilities_method': (): io.flow.billing.internal.v0.enums.AccountSettingLiabilitiesMethod => faker.helpers.arrayElement(['withholding', 'transaction']),
|
|
1345
1366
|
'io.flow.billing.internal.v0.enums.account_type': (): io.flow.billing.internal.v0.enums.AccountType => faker.helpers.arrayElement(['channel', 'organization']),
|
|
1346
1367
|
'io.flow.billing.internal.v0.enums.adjustment_transaction_type': (): io.flow.billing.internal.v0.enums.AdjustmentTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal']),
|
|
@@ -1396,7 +1417,6 @@ const factories = {
|
|
|
1396
1417
|
'all',
|
|
1397
1418
|
]),
|
|
1398
1419
|
|
|
1399
|
-
'io.flow.billing.internal.v0.enums.billing_statement_batch_file_key': (): io.flow.billing.internal.v0.enums.BillingStatementBatchFileKey => faker.helpers.arrayElement(['summary']),
|
|
1400
1420
|
'io.flow.billing.internal.v0.enums.billing_transaction_status': (): io.flow.billing.internal.v0.enums.BillingTransactionStatus => faker.helpers.arrayElement(['pending', 'pending_proof', 'posted']),
|
|
1401
1421
|
|
|
1402
1422
|
'io.flow.billing.internal.v0.enums.billing_transaction_type': (): io.flow.billing.internal.v0.enums.BillingTransactionType => faker.helpers.arrayElement([
|
|
@@ -1424,7 +1444,7 @@ const factories = {
|
|
|
1424
1444
|
'carrier_charge',
|
|
1425
1445
|
]),
|
|
1426
1446
|
|
|
1427
|
-
'io.flow.billing.internal.v0.enums.carrier_charge_transaction_type': (): io.flow.billing.internal.v0.enums.CarrierChargeTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'charge']),
|
|
1447
|
+
'io.flow.billing.internal.v0.enums.carrier_charge_transaction_type': (): io.flow.billing.internal.v0.enums.CarrierChargeTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'charge', 'revenue_share']),
|
|
1428
1448
|
'io.flow.billing.internal.v0.enums.channel_billed_transaction_type': (): io.flow.billing.internal.v0.enums.ChannelBilledTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'channel_initiated']),
|
|
1429
1449
|
'io.flow.billing.internal.v0.enums.channel_transaction_type': (): io.flow.billing.internal.v0.enums.ChannelTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'processing']),
|
|
1430
1450
|
'io.flow.billing.internal.v0.enums.dispute_transaction_type': (): io.flow.billing.internal.v0.enums.DisputeTransactionType => faker.helpers.arrayElement(['adjustment', 'dispute']),
|
|
@@ -1498,6 +1518,17 @@ const factories = {
|
|
|
1498
1518
|
country: factories.string(),
|
|
1499
1519
|
}),
|
|
1500
1520
|
|
|
1521
|
+
'io.flow.billing.internal.v0.models.account_payment_hold': (): io.flow.billing.internal.v0.models.AccountPaymentHold => ({
|
|
1522
|
+
id: factories.string(),
|
|
1523
|
+
account: factories['io.flow.billing.internal.v0.models.simple_account_reference'](),
|
|
1524
|
+
reason: factories['io.flow.billing.internal.v0.enums.account_payment_hold_reason'](),
|
|
1525
|
+
}),
|
|
1526
|
+
|
|
1527
|
+
'io.flow.billing.internal.v0.models.account_payment_hold_form': (): io.flow.billing.internal.v0.models.AccountPaymentHoldForm => ({
|
|
1528
|
+
account_id: factories.string(),
|
|
1529
|
+
reason: factories['io.flow.billing.internal.v0.enums.account_payment_hold_reason'](),
|
|
1530
|
+
}),
|
|
1531
|
+
|
|
1501
1532
|
'io.flow.billing.internal.v0.models.account_processing_rate_form': (): io.flow.billing.internal.v0.models.AccountProcessingRateForm => ({
|
|
1502
1533
|
query: factories.string(),
|
|
1503
1534
|
capture: factories.decimal(),
|
|
@@ -1538,7 +1569,7 @@ const factories = {
|
|
|
1538
1569
|
merchant_of_record_fee: factories.decimal(),
|
|
1539
1570
|
duty_guarantee_fee: factories.decimal(),
|
|
1540
1571
|
transfer_fee: factories.decimal(),
|
|
1541
|
-
|
|
1572
|
+
negative_balance_fee: factories.decimal(),
|
|
1542
1573
|
order_service_fee: factories['io.flow.billing.internal.v0.models.tiered_fee'](),
|
|
1543
1574
|
label_fees: factories['io.flow.billing.internal.v0.models.account_setting_label_fees'](),
|
|
1544
1575
|
charge_label_cost_directly: factories.boolean(),
|
|
@@ -1731,6 +1762,7 @@ const factories = {
|
|
|
1731
1762
|
b2b_tax_remittance_days: factories.long(),
|
|
1732
1763
|
mor_fee: factories.decimal(),
|
|
1733
1764
|
duty_guarantee_fee: factories.decimal(),
|
|
1765
|
+
negative_balance_fee: factories.decimal(),
|
|
1734
1766
|
order_service_fee: factories['io.flow.billing.internal.v0.models.tiered_fee'](),
|
|
1735
1767
|
label_fee: factories['io.flow.billing.internal.v0.models.tiered_fee'](),
|
|
1736
1768
|
}),
|
|
@@ -1741,20 +1773,6 @@ const factories = {
|
|
|
1741
1773
|
url: factories.string(),
|
|
1742
1774
|
}),
|
|
1743
1775
|
|
|
1744
|
-
'io.flow.billing.internal.v0.models.billing_statement_batch': (): io.flow.billing.internal.v0.models.BillingStatementBatch => ({
|
|
1745
|
-
id: factories.string(),
|
|
1746
|
-
}),
|
|
1747
|
-
|
|
1748
|
-
'io.flow.billing.internal.v0.models.billing_statement_batch_reference': (): io.flow.billing.internal.v0.models.BillingStatementBatchReference => ({
|
|
1749
|
-
id: factories.string(),
|
|
1750
|
-
}),
|
|
1751
|
-
|
|
1752
|
-
'io.flow.billing.internal.v0.models.billing_statement_batch_statement': (): io.flow.billing.internal.v0.models.BillingStatementBatchStatement => ({
|
|
1753
|
-
id: factories.string(),
|
|
1754
|
-
batch: factories['io.flow.billing.internal.v0.models.billing_statement_batch_reference'](),
|
|
1755
|
-
statement: factories['io.flow.billing.internal.v0.models.billing_statement_reference'](),
|
|
1756
|
-
}),
|
|
1757
|
-
|
|
1758
1776
|
'io.flow.billing.internal.v0.models.billing_statement_reference': (): io.flow.billing.internal.v0.models.BillingStatementReference => ({
|
|
1759
1777
|
id: factories.string(),
|
|
1760
1778
|
}),
|
|
@@ -2030,6 +2048,7 @@ const factories = {
|
|
|
2030
2048
|
fx: factories['io.flow.billing.internal.v0.models.fee'](),
|
|
2031
2049
|
duty_guarantee: factories['io.flow.billing.internal.v0.models.fee'](),
|
|
2032
2050
|
transfer: factories['io.flow.billing.internal.v0.models.fee'](),
|
|
2051
|
+
negative_balance: factories['io.flow.billing.internal.v0.models.fee'](),
|
|
2033
2052
|
}),
|
|
2034
2053
|
|
|
2035
2054
|
'io.flow.billing.internal.v0.models.finance_bank_account': (): io.flow.billing.internal.v0.models.FinanceBankAccount => ({
|
|
@@ -2070,6 +2089,17 @@ const factories = {
|
|
|
2070
2089
|
created_at: factories.date_time_iso_8601(),
|
|
2071
2090
|
}),
|
|
2072
2091
|
|
|
2092
|
+
'io.flow.billing.internal.v0.models.flow_billing_statement': (): io.flow.billing.internal.v0.models.FlowBillingStatement => ({
|
|
2093
|
+
id: factories.string(),
|
|
2094
|
+
account: factories['io.flow.billing.v0.models.account_reference'](),
|
|
2095
|
+
period: factories['io.flow.common.v0.models.datetime_range'](),
|
|
2096
|
+
totals: factories['io.flow.billing.internal.v0.models.billing_statement_totals'](),
|
|
2097
|
+
|
|
2098
|
+
attachments: arrayOf(
|
|
2099
|
+
() => factories['io.flow.billing.internal.v0.models.billing_statement_attachment'](),
|
|
2100
|
+
),
|
|
2101
|
+
}),
|
|
2102
|
+
|
|
2073
2103
|
'io.flow.billing.internal.v0.models.fx_fee': (): io.flow.billing.internal.v0.models.FxFee => ({
|
|
2074
2104
|
base: factories['io.flow.common.v0.models.money'](),
|
|
2075
2105
|
local: factories['io.flow.common.v0.models.money'](),
|
|
@@ -2680,7 +2710,7 @@ const factories = {
|
|
|
2680
2710
|
]),
|
|
2681
2711
|
|
|
2682
2712
|
'io.flow.billing.reporting.v0.enums.reporting_fulfillment_is_virtual': (): io.flow.billing.reporting.v0.enums.ReportingFulfillmentIsVirtual => faker.helpers.arrayElement(['all', 'mixed', 'none']),
|
|
2683
|
-
'io.flow.billing.reporting.v0.enums.revenue_record_type': (): io.flow.billing.reporting.v0.enums.RevenueRecordType => faker.helpers.arrayElement(['sales', 'refund']),
|
|
2713
|
+
'io.flow.billing.reporting.v0.enums.revenue_record_type': (): io.flow.billing.reporting.v0.enums.RevenueRecordType => faker.helpers.arrayElement(['pending', 'sales', 'refund']),
|
|
2684
2714
|
|
|
2685
2715
|
'io.flow.billing.reporting.v0.models.fulfillment_shopper_breakdown': (): io.flow.billing.reporting.v0.models.FulfillmentShopperBreakdown => ({
|
|
2686
2716
|
shipping: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
@@ -4222,6 +4252,7 @@ const factories = {
|
|
|
4222
4252
|
channel_id: factories.string(),
|
|
4223
4253
|
external_order_reference: factories.string(),
|
|
4224
4254
|
payment_request_id: factories.string(),
|
|
4255
|
+
order_edit_payment_request_ids: arrayOf(() => factories.string()),
|
|
4225
4256
|
status: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_status'](),
|
|
4226
4257
|
|
|
4227
4258
|
reasons: arrayOf(
|
|
@@ -9238,6 +9269,7 @@ const factories = {
|
|
|
9238
9269
|
company_name: factories.string(),
|
|
9239
9270
|
}),
|
|
9240
9271
|
|
|
9272
|
+
'io.flow.internal.v0.enums.account_payment_hold_reason': (): io.flow.internal.v0.enums.AccountPaymentHoldReason => faker.helpers.arrayElement(['fraudulent', 'invalid_bank_account']),
|
|
9241
9273
|
'io.flow.internal.v0.enums.account_setting_liabilities_method': (): io.flow.internal.v0.enums.AccountSettingLiabilitiesMethod => faker.helpers.arrayElement(['withholding', 'transaction']),
|
|
9242
9274
|
'io.flow.internal.v0.enums.account_type': (): io.flow.internal.v0.enums.AccountType => faker.helpers.arrayElement(['channel', 'organization']),
|
|
9243
9275
|
'io.flow.internal.v0.enums.address_configuration_setting_province_code': (): io.flow.internal.v0.enums.AddressConfigurationSettingProvinceCode => faker.helpers.arrayElement(['iso_3166_2', 'name']),
|
|
@@ -9329,6 +9361,8 @@ const factories = {
|
|
|
9329
9361
|
'refund_transactions_ignored_previously_processed_count',
|
|
9330
9362
|
'refund_queued_count',
|
|
9331
9363
|
'refund_transactions_total',
|
|
9364
|
+
'refund_transactions_succeeded_then_failed_count',
|
|
9365
|
+
'refund_transactions_succeeded_then_failed_total',
|
|
9332
9366
|
'reversal_order_cancellations_transactions_count',
|
|
9333
9367
|
'reversal_order_cancellations_transactions_total',
|
|
9334
9368
|
'reversal_external_fulfillment_transactions_count',
|
|
@@ -9355,8 +9389,8 @@ const factories = {
|
|
|
9355
9389
|
'queued_refund_unprocessed_count',
|
|
9356
9390
|
'queued_label_invoice_request_unprocessed_count',
|
|
9357
9391
|
'queued_other_unprocessed_count',
|
|
9358
|
-
'
|
|
9359
|
-
'
|
|
9392
|
+
'task_snooze_count',
|
|
9393
|
+
'task_snooze_ending_in_48_hours_count',
|
|
9360
9394
|
'payouts_scheduled_count',
|
|
9361
9395
|
'payouts_scheduled_total',
|
|
9362
9396
|
'payouts_sent_count',
|
|
@@ -9381,6 +9415,13 @@ const factories = {
|
|
|
9381
9415
|
'negative_balance_total_with_order_in_past_30_days',
|
|
9382
9416
|
'negative_balance_total_without_order_in_past_30_days',
|
|
9383
9417
|
'negative_balance_single_account_max',
|
|
9418
|
+
'negative_balance_fee_total',
|
|
9419
|
+
'accounts_with_payment_holds_count',
|
|
9420
|
+
'accounts_with_payment_holds_pending_payment_promise_count',
|
|
9421
|
+
'accounts_with_payment_holds_pending_payment_promise_total',
|
|
9422
|
+
'accounts_with_final_statements_count',
|
|
9423
|
+
'accounts_with_final_statements_pending_transaction_count',
|
|
9424
|
+
'accounts_with_final_statements_pending_transaction_total',
|
|
9384
9425
|
]),
|
|
9385
9426
|
|
|
9386
9427
|
'io.flow.internal.v0.enums.billing_statement_attachment_key': (): io.flow.internal.v0.enums.BillingStatementAttachmentKey => faker.helpers.arrayElement([
|
|
@@ -9403,7 +9444,6 @@ const factories = {
|
|
|
9403
9444
|
'all',
|
|
9404
9445
|
]),
|
|
9405
9446
|
|
|
9406
|
-
'io.flow.internal.v0.enums.billing_statement_batch_file_key': (): io.flow.internal.v0.enums.BillingStatementBatchFileKey => faker.helpers.arrayElement(['summary']),
|
|
9407
9447
|
'io.flow.internal.v0.enums.billing_transaction_status': (): io.flow.internal.v0.enums.BillingTransactionStatus => faker.helpers.arrayElement(['pending', 'pending_proof', 'posted']),
|
|
9408
9448
|
|
|
9409
9449
|
'io.flow.internal.v0.enums.billing_transaction_type': (): io.flow.internal.v0.enums.BillingTransactionType => faker.helpers.arrayElement([
|
|
@@ -9513,6 +9553,9 @@ const factories = {
|
|
|
9513
9553
|
'incoterm_dap',
|
|
9514
9554
|
'emergency_situation',
|
|
9515
9555
|
'remote_area_delivery',
|
|
9556
|
+
'customs_clearance_surcharge',
|
|
9557
|
+
'security_surcharge',
|
|
9558
|
+
'duties_fx_surcharge',
|
|
9516
9559
|
]),
|
|
9517
9560
|
|
|
9518
9561
|
'io.flow.internal.v0.enums.chargeback_payment_status': (): io.flow.internal.v0.enums.ChargebackPaymentStatus => faker.helpers.arrayElement(['captured', 'refunded']),
|
|
@@ -9889,6 +9932,8 @@ const factories = {
|
|
|
9889
9932
|
'adyen_refund_upserted',
|
|
9890
9933
|
'index_assignment_upserted',
|
|
9891
9934
|
'index_assignment_deleted',
|
|
9935
|
+
'fulfillment_upserted',
|
|
9936
|
+
'fulfillment_deleted',
|
|
9892
9937
|
'merchant_upserted',
|
|
9893
9938
|
'merchant_deleted',
|
|
9894
9939
|
'account_upserted',
|
|
@@ -10023,10 +10068,6 @@ const factories = {
|
|
|
10023
10068
|
'billing_organization_processing_rates_deleted',
|
|
10024
10069
|
'billing_organization_settings_upserted',
|
|
10025
10070
|
'billing_organization_settings_deleted',
|
|
10026
|
-
'billing_statement_batch_upserted',
|
|
10027
|
-
'billing_statement_batch_deleted',
|
|
10028
|
-
'billing_statement_batch_statement_upserted',
|
|
10029
|
-
'billing_statement_batch_statement_deleted',
|
|
10030
10071
|
'standalone_attachment_upserted',
|
|
10031
10072
|
'standalone_attachment_deleted',
|
|
10032
10073
|
'platform_fee_change_upserted',
|
|
@@ -10087,6 +10128,10 @@ const factories = {
|
|
|
10087
10128
|
'item_form_import_request',
|
|
10088
10129
|
'label_request_error_upserted',
|
|
10089
10130
|
'label_request_error_deleted',
|
|
10131
|
+
'order_validation_failure_upserted',
|
|
10132
|
+
'order_validation_failure_deleted',
|
|
10133
|
+
'order_validation_upserted',
|
|
10134
|
+
'order_validation_deleted',
|
|
10090
10135
|
'label_tracking_summary_upserted',
|
|
10091
10136
|
'label_tracking_summary_deleted',
|
|
10092
10137
|
'localized_item_upserted_v2',
|
|
@@ -10213,10 +10258,14 @@ const factories = {
|
|
|
10213
10258
|
'svitlana_item_deleted',
|
|
10214
10259
|
'colm_item_upserted',
|
|
10215
10260
|
'colm_item_deleted',
|
|
10261
|
+
'matias_item_upserted',
|
|
10262
|
+
'matias_item_deleted',
|
|
10216
10263
|
'shruti_demo_item_upserted',
|
|
10217
10264
|
'shruti_demo_item_deleted',
|
|
10218
10265
|
'tam_item_upserted',
|
|
10219
10266
|
'tam_item_deleted',
|
|
10267
|
+
'tracking_processing_error_upserted',
|
|
10268
|
+
'tracking_processing_error_deleted',
|
|
10220
10269
|
'tracking_label_event_upserted_v2',
|
|
10221
10270
|
'tracking_label_event_deleted_v2',
|
|
10222
10271
|
'tracking_label_upserted',
|
|
@@ -10367,6 +10416,7 @@ const factories = {
|
|
|
10367
10416
|
['google', 'facebook_primary', 'facebook_country_override', 'supplemental'],
|
|
10368
10417
|
),
|
|
10369
10418
|
|
|
10419
|
+
'io.flow.internal.v0.enums.matias_item_type': (): io.flow.internal.v0.enums.MatiasItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
10370
10420
|
'io.flow.internal.v0.enums.mixed_bag_weight': (): io.flow.internal.v0.enums.MixedBagWeight => faker.helpers.arrayElement(['0', '1', '2']),
|
|
10371
10421
|
|
|
10372
10422
|
'io.flow.internal.v0.enums.nature_of_sale': (): io.flow.internal.v0.enums.NatureOfSale => faker.helpers.arrayElement([
|
|
@@ -10555,7 +10605,7 @@ const factories = {
|
|
|
10555
10605
|
'io.flow.internal.v0.enums.restriction_action': (): io.flow.internal.v0.enums.RestrictionAction => faker.helpers.arrayElement(['prohibited', 'restricted']),
|
|
10556
10606
|
'io.flow.internal.v0.enums.restriction_decision': (): io.flow.internal.v0.enums.RestrictionDecision => faker.helpers.arrayElement(['accept', 'escalate', 'reject', 'review']),
|
|
10557
10607
|
'io.flow.internal.v0.enums.restriction_status': (): io.flow.internal.v0.enums.RestrictionStatus => faker.helpers.arrayElement(['pending', 'in_review', 'escalated', 'accepted', 'restricted']),
|
|
10558
|
-
'io.flow.internal.v0.enums.revenue_record_type': (): io.flow.internal.v0.enums.RevenueRecordType => faker.helpers.arrayElement(['sales', 'refund']),
|
|
10608
|
+
'io.flow.internal.v0.enums.revenue_record_type': (): io.flow.internal.v0.enums.RevenueRecordType => faker.helpers.arrayElement(['pending', 'sales', 'refund']),
|
|
10559
10609
|
'io.flow.internal.v0.enums.risk_check': (): io.flow.internal.v0.enums.RiskCheck => faker.helpers.arrayElement(['three_d_secure']),
|
|
10560
10610
|
'io.flow.internal.v0.enums.risk_evaluation': (): io.flow.internal.v0.enums.RiskEvaluation => faker.helpers.arrayElement(['Pending', 'High-Risk', 'Low-Risk', 'Restricted-Party', 'none']),
|
|
10561
10611
|
'io.flow.internal.v0.enums.scope': (): io.flow.internal.v0.enums.Scope => faker.helpers.arrayElement(['organization', 'global']),
|
|
@@ -10628,7 +10678,7 @@ const factories = {
|
|
|
10628
10678
|
'io.flow.internal.v0.enums.significance_action': (): io.flow.internal.v0.enums.SignificanceAction => faker.helpers.arrayElement(['end_and_implement_winner', 'end_and_revert', 'do_nothing']),
|
|
10629
10679
|
'io.flow.internal.v0.enums.simple_rounding_strategy': (): io.flow.internal.v0.enums.SimpleRoundingStrategy => faker.helpers.arrayElement(['no_rounding', 'currency_precision']),
|
|
10630
10680
|
'io.flow.internal.v0.enums.snooze_next_action_with': (): io.flow.internal.v0.enums.SnoozeNextActionWith => faker.helpers.arrayElement(['customer_service', 'engineering']),
|
|
10631
|
-
'io.flow.internal.v0.enums.snooze_source_type': (): io.flow.internal.v0.enums.SnoozeSourceType => faker.helpers.arrayElement(['
|
|
10681
|
+
'io.flow.internal.v0.enums.snooze_source_type': (): io.flow.internal.v0.enums.SnoozeSourceType => faker.helpers.arrayElement(['task']),
|
|
10632
10682
|
|
|
10633
10683
|
'io.flow.internal.v0.enums.statement_status': (): io.flow.internal.v0.enums.StatementStatus => faker.helpers.arrayElement([
|
|
10634
10684
|
'created',
|
|
@@ -10670,6 +10720,16 @@ const factories = {
|
|
|
10670
10720
|
'io.flow.internal.v0.enums.tax_transaction_type': (): io.flow.internal.v0.enums.TaxTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'tax']),
|
|
10671
10721
|
'io.flow.internal.v0.enums.timeseries_type': (): io.flow.internal.v0.enums.TimeseriesType => faker.helpers.arrayElement(['daily', 'weekly', 'monthly', 'yearly']),
|
|
10672
10722
|
'io.flow.internal.v0.enums.tracking_integration_type': (): io.flow.internal.v0.enums.TrackingIntegrationType => faker.helpers.arrayElement(['api', 'bulk', 'aftership']),
|
|
10723
|
+
|
|
10724
|
+
'io.flow.internal.v0.enums.tracking_processing_failure_classification': (): io.flow.internal.v0.enums.TrackingProcessingFailureClassification => faker.helpers.arrayElement([
|
|
10725
|
+
'tracking_expired',
|
|
10726
|
+
'expired_tracking_number_new_event',
|
|
10727
|
+
'new_tracking_number_expired_event',
|
|
10728
|
+
'origin_mismatch',
|
|
10729
|
+
'destination_mismatch',
|
|
10730
|
+
'other',
|
|
10731
|
+
]),
|
|
10732
|
+
|
|
10673
10733
|
'io.flow.internal.v0.enums.transaction_posting_method': (): io.flow.internal.v0.enums.TransactionPostingMethod => faker.helpers.arrayElement(['time', 'proof']),
|
|
10674
10734
|
'io.flow.internal.v0.enums.transfer_method': (): io.flow.internal.v0.enums.TransferMethod => faker.helpers.arrayElement(['ach']),
|
|
10675
10735
|
'io.flow.internal.v0.enums.trueup_transaction_type': (): io.flow.internal.v0.enums.TrueupTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'trueup']),
|
|
@@ -10758,6 +10818,17 @@ const factories = {
|
|
|
10758
10818
|
country: factories.string(),
|
|
10759
10819
|
}),
|
|
10760
10820
|
|
|
10821
|
+
'io.flow.internal.v0.models.account_payment_hold': (): io.flow.internal.v0.models.AccountPaymentHold => ({
|
|
10822
|
+
id: factories.string(),
|
|
10823
|
+
account: factories['io.flow.internal.v0.models.simple_account_reference'](),
|
|
10824
|
+
reason: factories['io.flow.internal.v0.enums.account_payment_hold_reason'](),
|
|
10825
|
+
}),
|
|
10826
|
+
|
|
10827
|
+
'io.flow.internal.v0.models.account_payment_hold_form': (): io.flow.internal.v0.models.AccountPaymentHoldForm => ({
|
|
10828
|
+
account_id: factories.string(),
|
|
10829
|
+
reason: factories['io.flow.internal.v0.enums.account_payment_hold_reason'](),
|
|
10830
|
+
}),
|
|
10831
|
+
|
|
10761
10832
|
'io.flow.internal.v0.models.account_processing_rate_form': (): io.flow.internal.v0.models.AccountProcessingRateForm => ({
|
|
10762
10833
|
query: factories.string(),
|
|
10763
10834
|
capture: factories.decimal(),
|
|
@@ -10816,7 +10887,7 @@ const factories = {
|
|
|
10816
10887
|
merchant_of_record_fee: factories.decimal(),
|
|
10817
10888
|
duty_guarantee_fee: factories.decimal(),
|
|
10818
10889
|
transfer_fee: factories.decimal(),
|
|
10819
|
-
|
|
10890
|
+
negative_balance_fee: factories.decimal(),
|
|
10820
10891
|
order_service_fee: factories['io.flow.internal.v0.models.tiered_fee'](),
|
|
10821
10892
|
label_fees: factories['io.flow.internal.v0.models.account_setting_label_fees'](),
|
|
10822
10893
|
charge_label_cost_directly: factories.boolean(),
|
|
@@ -10899,11 +10970,23 @@ const factories = {
|
|
|
10899
10970
|
account: factories['io.flow.internal.v0.models.flow_account'](),
|
|
10900
10971
|
}),
|
|
10901
10972
|
|
|
10973
|
+
'io.flow.internal.v0.models.accounting_fulfillment_metadata': (): io.flow.internal.v0.models.AccountingFulfillmentMetadata => ({
|
|
10974
|
+
discriminator: 'accounting_fulfillment_metadata',
|
|
10975
|
+
order: factories['io.flow.internal.v0.models.order_reference'](),
|
|
10976
|
+
proof: factories['io.flow.internal.v0.unions.fulfillment_proof'](),
|
|
10977
|
+
}),
|
|
10978
|
+
|
|
10902
10979
|
'io.flow.internal.v0.models.action_quantity': (): io.flow.internal.v0.models.ActionQuantity => ({
|
|
10903
10980
|
action: factories['io.flow.internal.v0.enums.item_quantity_action'](),
|
|
10904
10981
|
quantity: factories.long(),
|
|
10905
10982
|
}),
|
|
10906
10983
|
|
|
10984
|
+
'io.flow.internal.v0.models.additional_import_tax': (): io.flow.internal.v0.models.AdditionalImportTax => ({
|
|
10985
|
+
name: factories.string(),
|
|
10986
|
+
additional_import_tax_value: factories['io.flow.common.v0.models.money'](),
|
|
10987
|
+
rate: factories.decimal(),
|
|
10988
|
+
}),
|
|
10989
|
+
|
|
10907
10990
|
'io.flow.internal.v0.models.address_configuration_province_setting': (): io.flow.internal.v0.models.AddressConfigurationProvinceSetting => ({
|
|
10908
10991
|
code: factories['io.flow.internal.v0.enums.address_configuration_setting_province_code'](),
|
|
10909
10992
|
}),
|
|
@@ -11647,6 +11730,7 @@ const factories = {
|
|
|
11647
11730
|
b2b_tax_remittance_days: factories.long(),
|
|
11648
11731
|
mor_fee: factories.decimal(),
|
|
11649
11732
|
duty_guarantee_fee: factories.decimal(),
|
|
11733
|
+
negative_balance_fee: factories.decimal(),
|
|
11650
11734
|
order_service_fee: factories['io.flow.internal.v0.models.tiered_fee'](),
|
|
11651
11735
|
label_fee: factories['io.flow.internal.v0.models.tiered_fee'](),
|
|
11652
11736
|
}),
|
|
@@ -11673,48 +11757,6 @@ const factories = {
|
|
|
11673
11757
|
url: factories.string(),
|
|
11674
11758
|
}),
|
|
11675
11759
|
|
|
11676
|
-
'io.flow.internal.v0.models.billing_statement_batch': (): io.flow.internal.v0.models.BillingStatementBatch => ({
|
|
11677
|
-
id: factories.string(),
|
|
11678
|
-
}),
|
|
11679
|
-
|
|
11680
|
-
'io.flow.internal.v0.models.billing_statement_batch_deleted': (): io.flow.internal.v0.models.BillingStatementBatchDeleted => ({
|
|
11681
|
-
discriminator: 'billing_statement_batch_deleted',
|
|
11682
|
-
event_id: factories.string(),
|
|
11683
|
-
timestamp: factories.date_time_iso_8601(),
|
|
11684
|
-
id: factories.string(),
|
|
11685
|
-
}),
|
|
11686
|
-
|
|
11687
|
-
'io.flow.internal.v0.models.billing_statement_batch_reference': (): io.flow.internal.v0.models.BillingStatementBatchReference => ({
|
|
11688
|
-
id: factories.string(),
|
|
11689
|
-
}),
|
|
11690
|
-
|
|
11691
|
-
'io.flow.internal.v0.models.billing_statement_batch_statement': (): io.flow.internal.v0.models.BillingStatementBatchStatement => ({
|
|
11692
|
-
id: factories.string(),
|
|
11693
|
-
batch: factories['io.flow.internal.v0.models.billing_statement_batch_reference'](),
|
|
11694
|
-
statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
|
|
11695
|
-
}),
|
|
11696
|
-
|
|
11697
|
-
'io.flow.internal.v0.models.billing_statement_batch_statement_deleted': (): io.flow.internal.v0.models.BillingStatementBatchStatementDeleted => ({
|
|
11698
|
-
discriminator: 'billing_statement_batch_statement_deleted',
|
|
11699
|
-
event_id: factories.string(),
|
|
11700
|
-
timestamp: factories.date_time_iso_8601(),
|
|
11701
|
-
id: factories.string(),
|
|
11702
|
-
}),
|
|
11703
|
-
|
|
11704
|
-
'io.flow.internal.v0.models.billing_statement_batch_statement_upserted': (): io.flow.internal.v0.models.BillingStatementBatchStatementUpserted => ({
|
|
11705
|
-
discriminator: 'billing_statement_batch_statement_upserted',
|
|
11706
|
-
event_id: factories.string(),
|
|
11707
|
-
timestamp: factories.date_time_iso_8601(),
|
|
11708
|
-
billing_statement_batch_statement: factories['io.flow.internal.v0.models.billing_statement_batch_statement'](),
|
|
11709
|
-
}),
|
|
11710
|
-
|
|
11711
|
-
'io.flow.internal.v0.models.billing_statement_batch_upserted': (): io.flow.internal.v0.models.BillingStatementBatchUpserted => ({
|
|
11712
|
-
discriminator: 'billing_statement_batch_upserted',
|
|
11713
|
-
event_id: factories.string(),
|
|
11714
|
-
timestamp: factories.date_time_iso_8601(),
|
|
11715
|
-
billing_statement_batch: factories['io.flow.internal.v0.models.billing_statement_batch'](),
|
|
11716
|
-
}),
|
|
11717
|
-
|
|
11718
11760
|
'io.flow.internal.v0.models.billing_statement_deleted': (): io.flow.internal.v0.models.BillingStatementDeleted => ({
|
|
11719
11761
|
discriminator: 'billing_statement_deleted',
|
|
11720
11762
|
event_id: factories.string(),
|
|
@@ -12084,6 +12126,55 @@ const factories = {
|
|
|
12084
12126
|
name: factories.string(),
|
|
12085
12127
|
}),
|
|
12086
12128
|
|
|
12129
|
+
'io.flow.internal.v0.models.calculation_stamping_line_item': (): io.flow.internal.v0.models.CalculationStampingLineItem => ({
|
|
12130
|
+
id: factories.string(),
|
|
12131
|
+
hs_code: factories.string(),
|
|
12132
|
+
duty: factories['io.flow.common.v0.models.money'](),
|
|
12133
|
+
duty_rate: factories.decimal(),
|
|
12134
|
+
sales_tax: factories['io.flow.common.v0.models.money'](),
|
|
12135
|
+
sales_tax_rate: factories.decimal(),
|
|
12136
|
+
additional_tax: factories['io.flow.common.v0.models.money'](),
|
|
12137
|
+
additional_tax_rate: factories.decimal(),
|
|
12138
|
+
total: factories['io.flow.common.v0.models.money'](),
|
|
12139
|
+
}),
|
|
12140
|
+
|
|
12141
|
+
'io.flow.internal.v0.models.calculation_stamping_shipping_line': (): io.flow.internal.v0.models.CalculationStampingShippingLine => ({
|
|
12142
|
+
first_ship_from: factories.string(),
|
|
12143
|
+
duty: factories.decimal(),
|
|
12144
|
+
duty_rate: factories.decimal(),
|
|
12145
|
+
tax: factories.decimal(),
|
|
12146
|
+
tax_rate: factories.decimal(),
|
|
12147
|
+
price: factories.decimal(),
|
|
12148
|
+
duty_rate_on_shipping: factories.decimal(),
|
|
12149
|
+
tax_rate_on_shipping: factories.decimal(),
|
|
12150
|
+
import_fee: factories.decimal(),
|
|
12151
|
+
}),
|
|
12152
|
+
|
|
12153
|
+
'io.flow.internal.v0.models.calculation_step': (): io.flow.internal.v0.models.CalculationStep => ({
|
|
12154
|
+
discriminator: 'calculation_step',
|
|
12155
|
+
primary_identifier: factories.string(),
|
|
12156
|
+
|
|
12157
|
+
line_item: arrayOf(
|
|
12158
|
+
() => factories['io.flow.internal.v0.models.calculation_stamping_line_item'](),
|
|
12159
|
+
),
|
|
12160
|
+
|
|
12161
|
+
shipping_line_item: factories['io.flow.internal.v0.models.calculation_stamping_shipping_line'](),
|
|
12162
|
+
total: factories['io.flow.internal.v0.models.calculation_total'](),
|
|
12163
|
+
explanation: factories.string(),
|
|
12164
|
+
}),
|
|
12165
|
+
|
|
12166
|
+
'io.flow.internal.v0.models.calculation_total': (): io.flow.internal.v0.models.CalculationTotal => ({
|
|
12167
|
+
customs_value_name: factories.string(),
|
|
12168
|
+
customs_value_amount: factories['io.flow.common.v0.models.money'](),
|
|
12169
|
+
additional_import_included: factories.boolean(),
|
|
12170
|
+
additional_import_value: factories['io.flow.common.v0.models.money'](),
|
|
12171
|
+
duty: factories['io.flow.common.v0.models.money'](),
|
|
12172
|
+
sales_tax: factories['io.flow.common.v0.models.money'](),
|
|
12173
|
+
additional_tax_import_included: factories.boolean(),
|
|
12174
|
+
additional_tax: factories['io.flow.common.v0.models.money'](),
|
|
12175
|
+
additional_import_tax: arrayOf(() => factories['io.flow.internal.v0.models.additional_import_tax']()),
|
|
12176
|
+
}),
|
|
12177
|
+
|
|
12087
12178
|
'io.flow.internal.v0.models.calculator_dtce_post_body': (): io.flow.internal.v0.models.CalculatorDtcePostBody => ({
|
|
12088
12179
|
products: arrayOf(() => factories['io.flow.internal.v0.models.calculator_dtce_product']()),
|
|
12089
12180
|
countryCodeFrom: factories.string(),
|
|
@@ -12238,6 +12329,7 @@ const factories = {
|
|
|
12238
12329
|
'io.flow.internal.v0.models.carrier_charge_form_other': (): io.flow.internal.v0.models.CarrierChargeFormOther => ({
|
|
12239
12330
|
discriminator: 'other',
|
|
12240
12331
|
id: factories.string(),
|
|
12332
|
+
label_invoice_request_id: factories.string(),
|
|
12241
12333
|
reason: factories['io.flow.trueup.v0.enums.carrier_charge_reason'](),
|
|
12242
12334
|
organization_id: factories.string(),
|
|
12243
12335
|
order_number: factories.string(),
|
|
@@ -12587,6 +12679,7 @@ const factories = {
|
|
|
12587
12679
|
tracking_numbers: arrayOf(() => factories.string()),
|
|
12588
12680
|
carrier: factories['io.flow.reference.v0.models.carrier_service'](),
|
|
12589
12681
|
duty_paid: factories.boolean(),
|
|
12682
|
+
shop_id: factories.string(),
|
|
12590
12683
|
}),
|
|
12591
12684
|
|
|
12592
12685
|
'io.flow.internal.v0.models.channel_order_acceptance': (): io.flow.internal.v0.models.ChannelOrderAcceptance => ({
|
|
@@ -12596,6 +12689,7 @@ const factories = {
|
|
|
12596
12689
|
channel_id: factories.string(),
|
|
12597
12690
|
external_order_reference: factories.string(),
|
|
12598
12691
|
payment_request_id: factories.string(),
|
|
12692
|
+
order_edit_payment_request_ids: arrayOf(() => factories.string()),
|
|
12599
12693
|
status: factories['io.flow.internal.v0.enums.channel_order_acceptance_status'](),
|
|
12600
12694
|
|
|
12601
12695
|
reasons: arrayOf(
|
|
@@ -15376,6 +15470,12 @@ const factories = {
|
|
|
15376
15470
|
invoice: factories['io.flow.internal.v0.models.commercial_invoice_internal'](),
|
|
15377
15471
|
}),
|
|
15378
15472
|
|
|
15473
|
+
'io.flow.internal.v0.models.commercial_invoice_summary': (): io.flow.internal.v0.models.CommercialInvoiceSummary => ({
|
|
15474
|
+
id: factories.string(),
|
|
15475
|
+
label_id: factories.string(),
|
|
15476
|
+
line_items: arrayOf(() => factories['io.flow.internal.v0.models.invoice_line_item']()),
|
|
15477
|
+
}),
|
|
15478
|
+
|
|
15379
15479
|
'io.flow.internal.v0.models.company_reference': (): io.flow.internal.v0.models.CompanyReference => ({
|
|
15380
15480
|
id: factories.string(),
|
|
15381
15481
|
}),
|
|
@@ -16317,6 +16417,9 @@ const factories = {
|
|
|
16317
16417
|
bank_code: factories.string(),
|
|
16318
16418
|
id: factories.string(),
|
|
16319
16419
|
tax_code: factories.string(),
|
|
16420
|
+
tax_code_2: factories.string(),
|
|
16421
|
+
debit_entry_code: factories.string(),
|
|
16422
|
+
credit_entry_code: factories.string(),
|
|
16320
16423
|
vat_flag: factories.string(),
|
|
16321
16424
|
w_tax_percent: factories.string(),
|
|
16322
16425
|
iban: factories.string(),
|
|
@@ -16364,6 +16467,9 @@ const factories = {
|
|
|
16364
16467
|
id: factories.string(),
|
|
16365
16468
|
acc_des: factories.string(),
|
|
16366
16469
|
tax_code: factories.string(),
|
|
16470
|
+
tax_code_2: factories.string(),
|
|
16471
|
+
debit_entry_code: factories.string(),
|
|
16472
|
+
credit_entry_code: factories.string(),
|
|
16367
16473
|
vat_flag: factories.string(),
|
|
16368
16474
|
country_name: factories.string(),
|
|
16369
16475
|
w_tax_percent: factories.string(),
|
|
@@ -16992,6 +17098,7 @@ const factories = {
|
|
|
16992
17098
|
fx: factories['io.flow.internal.v0.models.fee'](),
|
|
16993
17099
|
duty_guarantee: factories['io.flow.internal.v0.models.fee'](),
|
|
16994
17100
|
transfer: factories['io.flow.internal.v0.models.fee'](),
|
|
17101
|
+
negative_balance: factories['io.flow.internal.v0.models.fee'](),
|
|
16995
17102
|
}),
|
|
16996
17103
|
|
|
16997
17104
|
'io.flow.internal.v0.models.finance_bank_account': (): io.flow.internal.v0.models.FinanceBankAccount => ({
|
|
@@ -17148,6 +17255,17 @@ const factories = {
|
|
|
17148
17255
|
created_at: factories.date_time_iso_8601(),
|
|
17149
17256
|
}),
|
|
17150
17257
|
|
|
17258
|
+
'io.flow.internal.v0.models.flow_billing_statement': (): io.flow.internal.v0.models.FlowBillingStatement => ({
|
|
17259
|
+
id: factories.string(),
|
|
17260
|
+
account: factories['io.flow.billing.v0.models.account_reference'](),
|
|
17261
|
+
period: factories['io.flow.common.v0.models.datetime_range'](),
|
|
17262
|
+
totals: factories['io.flow.internal.v0.models.billing_statement_totals'](),
|
|
17263
|
+
|
|
17264
|
+
attachments: arrayOf(
|
|
17265
|
+
() => factories['io.flow.internal.v0.models.billing_statement_attachment'](),
|
|
17266
|
+
),
|
|
17267
|
+
}),
|
|
17268
|
+
|
|
17151
17269
|
'io.flow.internal.v0.models.flow_channel_organization': (): io.flow.internal.v0.models.FlowChannelOrganization => ({
|
|
17152
17270
|
placeholder: factories.string(),
|
|
17153
17271
|
}),
|
|
@@ -17443,6 +17561,14 @@ const factories = {
|
|
|
17443
17561
|
),
|
|
17444
17562
|
}),
|
|
17445
17563
|
|
|
17564
|
+
'io.flow.internal.v0.models.fulfillment_deleted': (): io.flow.internal.v0.models.FulfillmentDeleted => ({
|
|
17565
|
+
discriminator: 'fulfillment_deleted',
|
|
17566
|
+
event_id: factories.string(),
|
|
17567
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17568
|
+
organization: factories.string(),
|
|
17569
|
+
id: factories.string(),
|
|
17570
|
+
}),
|
|
17571
|
+
|
|
17446
17572
|
'io.flow.internal.v0.models.fulfillment_internal_experience_reference': (): io.flow.internal.v0.models.FulfillmentInternalExperienceReference => ({
|
|
17447
17573
|
id: factories.string(),
|
|
17448
17574
|
key: factories.string(),
|
|
@@ -17542,6 +17668,14 @@ const factories = {
|
|
|
17542
17668
|
placeholder: factories.string(),
|
|
17543
17669
|
}),
|
|
17544
17670
|
|
|
17671
|
+
'io.flow.internal.v0.models.fulfillment_upserted': (): io.flow.internal.v0.models.FulfillmentUpserted => ({
|
|
17672
|
+
discriminator: 'fulfillment_upserted',
|
|
17673
|
+
event_id: factories.string(),
|
|
17674
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17675
|
+
organization: factories.string(),
|
|
17676
|
+
fulfillment: factories['io.flow.internal.v0.models.fulfillment'](),
|
|
17677
|
+
}),
|
|
17678
|
+
|
|
17545
17679
|
'io.flow.internal.v0.models.fx_fee': (): io.flow.internal.v0.models.FxFee => ({
|
|
17546
17680
|
base: factories['io.flow.common.v0.models.money'](),
|
|
17547
17681
|
local: factories['io.flow.common.v0.models.money'](),
|
|
@@ -18986,6 +19120,7 @@ const factories = {
|
|
|
18986
19120
|
number: factories.string(),
|
|
18987
19121
|
fulfillment_method: factories['io.flow.catalog.v0.enums.fulfillment_method_value'](),
|
|
18988
19122
|
country_of_origin: factories.string(),
|
|
19123
|
+
tarriff_code: factories.string(),
|
|
18989
19124
|
inferred: factories.boolean(),
|
|
18990
19125
|
}),
|
|
18991
19126
|
|
|
@@ -19211,6 +19346,10 @@ const factories = {
|
|
|
19211
19346
|
emergency: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
19212
19347
|
peak: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
19213
19348
|
address_correction: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
19349
|
+
security: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
19350
|
+
eei_filing: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
19351
|
+
fixed_ddp: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
19352
|
+
fixed_currency_conversion: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
19214
19353
|
}),
|
|
19215
19354
|
|
|
19216
19355
|
'io.flow.internal.v0.models.label_surcharge_single_form': (): io.flow.internal.v0.models.LabelSurchargeSingleForm => ({
|
|
@@ -19982,6 +20121,37 @@ const factories = {
|
|
|
19982
20121
|
flow_authorization: factories['io.flow.payment.v0.unions.authorization'](),
|
|
19983
20122
|
}),
|
|
19984
20123
|
|
|
20124
|
+
'io.flow.internal.v0.models.matias_item': (): io.flow.internal.v0.models.MatiasItem => ({
|
|
20125
|
+
id: factories.string(),
|
|
20126
|
+
number: factories.string(),
|
|
20127
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
20128
|
+
description: factories.string(),
|
|
20129
|
+
type: factories['io.flow.internal.v0.enums.matias_item_type'](),
|
|
20130
|
+
added_on: factories.date_time_iso_8601(),
|
|
20131
|
+
}),
|
|
20132
|
+
|
|
20133
|
+
'io.flow.internal.v0.models.matias_item_deleted': (): io.flow.internal.v0.models.MatiasItemDeleted => ({
|
|
20134
|
+
discriminator: 'matias_item_deleted',
|
|
20135
|
+
event_id: factories.string(),
|
|
20136
|
+
timestamp: factories.date_time_iso_8601(),
|
|
20137
|
+
id: factories.string(),
|
|
20138
|
+
}),
|
|
20139
|
+
|
|
20140
|
+
'io.flow.internal.v0.models.matias_item_form': (): io.flow.internal.v0.models.MatiasItemForm => ({
|
|
20141
|
+
number: factories.string(),
|
|
20142
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
20143
|
+
description: factories.string(),
|
|
20144
|
+
type: factories['io.flow.internal.v0.enums.matias_item_type'](),
|
|
20145
|
+
added_on: factories.date_time_iso_8601(),
|
|
20146
|
+
}),
|
|
20147
|
+
|
|
20148
|
+
'io.flow.internal.v0.models.matias_item_upserted': (): io.flow.internal.v0.models.MatiasItemUpserted => ({
|
|
20149
|
+
discriminator: 'matias_item_upserted',
|
|
20150
|
+
event_id: factories.string(),
|
|
20151
|
+
timestamp: factories.date_time_iso_8601(),
|
|
20152
|
+
item: factories['io.flow.internal.v0.models.matias_item'](),
|
|
20153
|
+
}),
|
|
20154
|
+
|
|
19985
20155
|
'io.flow.internal.v0.models.merchant': (): io.flow.internal.v0.models.Merchant => ({
|
|
19986
20156
|
id: factories.string(),
|
|
19987
20157
|
account: factories['io.flow.internal.v0.models.account_reference'](),
|
|
@@ -20104,6 +20274,11 @@ const factories = {
|
|
|
20104
20274
|
merchant: factories['io.flow.internal.v0.models.merchant'](),
|
|
20105
20275
|
}),
|
|
20106
20276
|
|
|
20277
|
+
'io.flow.internal.v0.models.message_stamp': (): io.flow.internal.v0.models.MessageStamp => ({
|
|
20278
|
+
discriminator: 'message_stamp',
|
|
20279
|
+
message: factories.string(),
|
|
20280
|
+
}),
|
|
20281
|
+
|
|
20107
20282
|
'io.flow.internal.v0.models.metadata_proposition': (): io.flow.internal.v0.models.MetadataProposition => ({
|
|
20108
20283
|
shipping_method: factories['io.flow.internal.v0.models.shipping_method_reference'](),
|
|
20109
20284
|
name: factories.string(),
|
|
@@ -20471,6 +20646,11 @@ const factories = {
|
|
|
20471
20646
|
data: factories['io.flow.internal.v0.models.order_rates_data_v3'](),
|
|
20472
20647
|
}),
|
|
20473
20648
|
|
|
20649
|
+
'io.flow.internal.v0.models.order_reference': (): io.flow.internal.v0.models.OrderReference => ({
|
|
20650
|
+
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
20651
|
+
number: factories.string(),
|
|
20652
|
+
}),
|
|
20653
|
+
|
|
20474
20654
|
'io.flow.internal.v0.models.order_revenue_region_chart': (): io.flow.internal.v0.models.OrderRevenueRegionChart => ({
|
|
20475
20655
|
total: factories['io.flow.common.v0.models.price'](),
|
|
20476
20656
|
period: factories['io.flow.common.v0.models.datetime_range'](),
|
|
@@ -20570,6 +20750,16 @@ const factories = {
|
|
|
20570
20750
|
service_id: factories.string(),
|
|
20571
20751
|
status: factories['io.flow.internal.v0.enums.order_validation_status'](),
|
|
20572
20752
|
updated_by_user_id: factories.string(),
|
|
20753
|
+
created_at: factories.date_time_iso_8601(),
|
|
20754
|
+
resolved_at: factories.date_time_iso_8601(),
|
|
20755
|
+
}),
|
|
20756
|
+
|
|
20757
|
+
'io.flow.internal.v0.models.order_validation_deleted': (): io.flow.internal.v0.models.OrderValidationDeleted => ({
|
|
20758
|
+
discriminator: 'order_validation_deleted',
|
|
20759
|
+
event_id: factories.string(),
|
|
20760
|
+
timestamp: factories.date_time_iso_8601(),
|
|
20761
|
+
organization: factories.string(),
|
|
20762
|
+
id: factories.string(),
|
|
20573
20763
|
}),
|
|
20574
20764
|
|
|
20575
20765
|
'io.flow.internal.v0.models.order_validation_error': (): io.flow.internal.v0.models.OrderValidationError => ({
|
|
@@ -20592,6 +20782,14 @@ const factories = {
|
|
|
20592
20782
|
errors: arrayOf(() => factories.string()),
|
|
20593
20783
|
}),
|
|
20594
20784
|
|
|
20785
|
+
'io.flow.internal.v0.models.order_validation_failure_deleted': (): io.flow.internal.v0.models.OrderValidationFailureDeleted => ({
|
|
20786
|
+
discriminator: 'order_validation_failure_deleted',
|
|
20787
|
+
event_id: factories.string(),
|
|
20788
|
+
timestamp: factories.date_time_iso_8601(),
|
|
20789
|
+
organization: factories.string(),
|
|
20790
|
+
id: factories.string(),
|
|
20791
|
+
}),
|
|
20792
|
+
|
|
20595
20793
|
'io.flow.internal.v0.models.order_validation_failure_summary': (): io.flow.internal.v0.models.OrderValidationFailureSummary => ({
|
|
20596
20794
|
organization_id: factories.string(),
|
|
20597
20795
|
order_number: factories.string(),
|
|
@@ -20602,6 +20800,22 @@ const factories = {
|
|
|
20602
20800
|
created_at: factories.string(),
|
|
20603
20801
|
}),
|
|
20604
20802
|
|
|
20803
|
+
'io.flow.internal.v0.models.order_validation_failure_upserted': (): io.flow.internal.v0.models.OrderValidationFailureUpserted => ({
|
|
20804
|
+
discriminator: 'order_validation_failure_upserted',
|
|
20805
|
+
event_id: factories.string(),
|
|
20806
|
+
timestamp: factories.date_time_iso_8601(),
|
|
20807
|
+
organization: factories.string(),
|
|
20808
|
+
order_validation_failure: factories['io.flow.internal.v0.models.order_validation_failure'](),
|
|
20809
|
+
}),
|
|
20810
|
+
|
|
20811
|
+
'io.flow.internal.v0.models.order_validation_upserted': (): io.flow.internal.v0.models.OrderValidationUpserted => ({
|
|
20812
|
+
discriminator: 'order_validation_upserted',
|
|
20813
|
+
event_id: factories.string(),
|
|
20814
|
+
timestamp: factories.date_time_iso_8601(),
|
|
20815
|
+
organization: factories.string(),
|
|
20816
|
+
order_validation: factories['io.flow.internal.v0.models.order_validation'](),
|
|
20817
|
+
}),
|
|
20818
|
+
|
|
20605
20819
|
'io.flow.internal.v0.models.organization_account': (): io.flow.internal.v0.models.OrganizationAccount => ({
|
|
20606
20820
|
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
20607
20821
|
id: factories.string(),
|
|
@@ -21379,6 +21593,16 @@ const factories = {
|
|
|
21379
21593
|
statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
|
|
21380
21594
|
}),
|
|
21381
21595
|
|
|
21596
|
+
'io.flow.internal.v0.models.pending_order': (): io.flow.internal.v0.models.PendingOrder => ({
|
|
21597
|
+
id: factories.string(),
|
|
21598
|
+
order: factories['io.flow.internal.v0.models.order_summary'](),
|
|
21599
|
+
shopper: factories['io.flow.internal.v0.models.shopper_summary'](),
|
|
21600
|
+
merchant: factories['io.flow.internal.v0.models.merchant_summary'](),
|
|
21601
|
+
remittance: factories['io.flow.internal.v0.models.remittance_responsibility'](),
|
|
21602
|
+
sequence_number: factories.long(),
|
|
21603
|
+
posting_cutoff: factories.date_time_iso_8601(),
|
|
21604
|
+
}),
|
|
21605
|
+
|
|
21382
21606
|
'io.flow.internal.v0.models.phrase_classified': (): io.flow.internal.v0.models.PhraseClassified => ({
|
|
21383
21607
|
event_id: factories.string(),
|
|
21384
21608
|
timestamp: factories.date_time_iso_8601(),
|
|
@@ -21721,20 +21945,6 @@ const factories = {
|
|
|
21721
21945
|
shipping_notification_id: factories.string(),
|
|
21722
21946
|
}),
|
|
21723
21947
|
|
|
21724
|
-
'io.flow.internal.v0.models.queued_record': (): io.flow.internal.v0.models.QueuedRecord => ({
|
|
21725
|
-
type: factories.string(),
|
|
21726
|
-
type_id: factories.string(),
|
|
21727
|
-
source_type: factories.string(),
|
|
21728
|
-
source_id: factories.string(),
|
|
21729
|
-
environment: factories.string(),
|
|
21730
|
-
created_at: factories.date_time_iso_8601(),
|
|
21731
|
-
num_attempts: factories.integer(),
|
|
21732
|
-
next_attempt_at: factories.date_time_iso_8601(),
|
|
21733
|
-
errors: arrayOf(() => factories.string()),
|
|
21734
|
-
stacktrace: factories.string(),
|
|
21735
|
-
snooze_id: factories.string(),
|
|
21736
|
-
}),
|
|
21737
|
-
|
|
21738
21948
|
'io.flow.internal.v0.models.quote': (): io.flow.internal.v0.models.Quote => ({
|
|
21739
21949
|
id: factories.string(),
|
|
21740
21950
|
base: factories.string(),
|
|
@@ -22779,8 +22989,8 @@ const factories = {
|
|
|
22779
22989
|
id: factories.string(),
|
|
22780
22990
|
order: factories['io.flow.internal.v0.models.order_summary'](),
|
|
22781
22991
|
shopper: factories['io.flow.internal.v0.models.shopper_summary'](),
|
|
22782
|
-
remittance: factories['io.flow.internal.v0.models.remittance_responsibility'](),
|
|
22783
22992
|
merchant: factories['io.flow.internal.v0.models.merchant_summary'](),
|
|
22993
|
+
remittance: factories['io.flow.internal.v0.models.remittance_responsibility'](),
|
|
22784
22994
|
sequence_number: factories.long(),
|
|
22785
22995
|
posting_cutoff: factories.date_time_iso_8601(),
|
|
22786
22996
|
trigger: factories['io.flow.internal.v0.unions.return_trigger'](),
|
|
@@ -23915,6 +24125,11 @@ const factories = {
|
|
|
23915
24125
|
attachment: factories['io.flow.internal.v0.models.standalone_attachment'](),
|
|
23916
24126
|
}),
|
|
23917
24127
|
|
|
24128
|
+
'io.flow.internal.v0.models.statement_creation_metadata': (): io.flow.internal.v0.models.StatementCreationMetadata => ({
|
|
24129
|
+
discriminator: 'statement_creation_metadata',
|
|
24130
|
+
period: factories['io.flow.common.v0.models.datetime_range'](),
|
|
24131
|
+
}),
|
|
24132
|
+
|
|
23918
24133
|
'io.flow.internal.v0.models.store_connection': (): io.flow.internal.v0.models.StoreConnection => ({
|
|
23919
24134
|
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
23920
24135
|
id: factories.string(),
|
|
@@ -24298,6 +24513,20 @@ const factories = {
|
|
|
24298
24513
|
data: factories['io.flow.internal.v0.unions.tariff_eligibility_data'](),
|
|
24299
24514
|
}),
|
|
24300
24515
|
|
|
24516
|
+
'io.flow.internal.v0.models.task': (): io.flow.internal.v0.models.Task => ({
|
|
24517
|
+
type: factories.string(),
|
|
24518
|
+
type_id: factories.string(),
|
|
24519
|
+
source_type: factories.string(),
|
|
24520
|
+
source_id: factories.string(),
|
|
24521
|
+
environment: factories.string(),
|
|
24522
|
+
created_at: factories.date_time_iso_8601(),
|
|
24523
|
+
num_attempts: factories.integer(),
|
|
24524
|
+
next_attempt_at: factories.date_time_iso_8601(),
|
|
24525
|
+
errors: arrayOf(() => factories.string()),
|
|
24526
|
+
stacktrace: factories.string(),
|
|
24527
|
+
snooze_id: factories.string(),
|
|
24528
|
+
}),
|
|
24529
|
+
|
|
24301
24530
|
'io.flow.internal.v0.models.task_count': (): io.flow.internal.v0.models.TaskCount => ({
|
|
24302
24531
|
discriminator: factories.string(),
|
|
24303
24532
|
count: factories.long(),
|
|
@@ -24603,6 +24832,31 @@ const factories = {
|
|
|
24603
24832
|
tracking_label: factories['io.flow.internal.v0.models.export_tracking_label'](),
|
|
24604
24833
|
}),
|
|
24605
24834
|
|
|
24835
|
+
'io.flow.internal.v0.models.tracking_processing_error': (): io.flow.internal.v0.models.TrackingProcessingError => ({
|
|
24836
|
+
id: factories.string(),
|
|
24837
|
+
aftership_webhook_id: factories.string(),
|
|
24838
|
+
carrier_id: factories.string(),
|
|
24839
|
+
carrier_tracking_number: factories.string(),
|
|
24840
|
+
organization_id: factories.string(),
|
|
24841
|
+
tracking_label_id: factories.string(),
|
|
24842
|
+
errors: arrayOf(() => factories.string()),
|
|
24843
|
+
failure_classification: factories['io.flow.internal.v0.enums.tracking_processing_failure_classification'](),
|
|
24844
|
+
}),
|
|
24845
|
+
|
|
24846
|
+
'io.flow.internal.v0.models.tracking_processing_error_deleted': (): io.flow.internal.v0.models.TrackingProcessingErrorDeleted => ({
|
|
24847
|
+
discriminator: 'tracking_processing_error_deleted',
|
|
24848
|
+
event_id: factories.string(),
|
|
24849
|
+
timestamp: factories.date_time_iso_8601(),
|
|
24850
|
+
id: factories.string(),
|
|
24851
|
+
}),
|
|
24852
|
+
|
|
24853
|
+
'io.flow.internal.v0.models.tracking_processing_error_upserted': (): io.flow.internal.v0.models.TrackingProcessingErrorUpserted => ({
|
|
24854
|
+
discriminator: 'tracking_processing_error_upserted',
|
|
24855
|
+
event_id: factories.string(),
|
|
24856
|
+
timestamp: factories.date_time_iso_8601(),
|
|
24857
|
+
tracking_processing_error: factories['io.flow.internal.v0.models.tracking_processing_error'](),
|
|
24858
|
+
}),
|
|
24859
|
+
|
|
24606
24860
|
'io.flow.internal.v0.models.tracking_request': (): io.flow.internal.v0.models.TrackingRequest => ({
|
|
24607
24861
|
carrier: factories.string(),
|
|
24608
24862
|
carrier_tracking_number: factories.string(),
|
|
@@ -25053,6 +25307,15 @@ const factories = {
|
|
|
25053
25307
|
return f();
|
|
25054
25308
|
},
|
|
25055
25309
|
|
|
25310
|
+
'io.flow.internal.v0.unions.calculator_stamp': (): io.flow.internal.v0.unions.CalculatorStamp => {
|
|
25311
|
+
const f = faker.helpers.arrayElement([
|
|
25312
|
+
() => factories['io.flow.internal.v0.models.message_stamp'](),
|
|
25313
|
+
() => factories['io.flow.internal.v0.models.calculation_step'](),
|
|
25314
|
+
]);
|
|
25315
|
+
|
|
25316
|
+
return f();
|
|
25317
|
+
},
|
|
25318
|
+
|
|
25056
25319
|
'io.flow.internal.v0.unions.carrier_charge_form': (): io.flow.internal.v0.unions.CarrierChargeForm => {
|
|
25057
25320
|
const f = faker.helpers.arrayElement([
|
|
25058
25321
|
() => factories['io.flow.internal.v0.models.carrier_charge_form_label'](),
|
|
@@ -26030,6 +26293,8 @@ const factories = {
|
|
|
26030
26293
|
() => factories['io.flow.internal.v0.models.adyen_refund_upserted'](),
|
|
26031
26294
|
() => factories['io.flow.internal.v0.models.index_assignment_upserted'](),
|
|
26032
26295
|
() => factories['io.flow.internal.v0.models.index_assignment_deleted'](),
|
|
26296
|
+
() => factories['io.flow.internal.v0.models.fulfillment_upserted'](),
|
|
26297
|
+
() => factories['io.flow.internal.v0.models.fulfillment_deleted'](),
|
|
26033
26298
|
() => factories['io.flow.internal.v0.models.merchant_upserted'](),
|
|
26034
26299
|
() => factories['io.flow.internal.v0.models.merchant_deleted'](),
|
|
26035
26300
|
() => factories['io.flow.internal.v0.models.account_upserted'](),
|
|
@@ -26164,10 +26429,6 @@ const factories = {
|
|
|
26164
26429
|
() => factories['io.flow.internal.v0.models.billing_organization_processing_rates_deleted'](),
|
|
26165
26430
|
() => factories['io.flow.internal.v0.models.billing_organization_settings_upserted'](),
|
|
26166
26431
|
() => factories['io.flow.internal.v0.models.billing_organization_settings_deleted'](),
|
|
26167
|
-
() => factories['io.flow.internal.v0.models.billing_statement_batch_upserted'](),
|
|
26168
|
-
() => factories['io.flow.internal.v0.models.billing_statement_batch_deleted'](),
|
|
26169
|
-
() => factories['io.flow.internal.v0.models.billing_statement_batch_statement_upserted'](),
|
|
26170
|
-
() => factories['io.flow.internal.v0.models.billing_statement_batch_statement_deleted'](),
|
|
26171
26432
|
() => factories['io.flow.internal.v0.models.standalone_attachment_upserted'](),
|
|
26172
26433
|
() => factories['io.flow.internal.v0.models.standalone_attachment_deleted'](),
|
|
26173
26434
|
() => factories['io.flow.internal.v0.models.platform_fee_change_upserted'](),
|
|
@@ -26228,6 +26489,10 @@ const factories = {
|
|
|
26228
26489
|
() => factories['io.flow.internal.v0.models.item_form_import_request'](),
|
|
26229
26490
|
() => factories['io.flow.internal.v0.models.label_request_error_upserted'](),
|
|
26230
26491
|
() => factories['io.flow.internal.v0.models.label_request_error_deleted'](),
|
|
26492
|
+
() => factories['io.flow.internal.v0.models.order_validation_failure_upserted'](),
|
|
26493
|
+
() => factories['io.flow.internal.v0.models.order_validation_failure_deleted'](),
|
|
26494
|
+
() => factories['io.flow.internal.v0.models.order_validation_upserted'](),
|
|
26495
|
+
() => factories['io.flow.internal.v0.models.order_validation_deleted'](),
|
|
26231
26496
|
() => factories['io.flow.internal.v0.models.label_tracking_summary_upserted'](),
|
|
26232
26497
|
() => factories['io.flow.internal.v0.models.label_tracking_summary_deleted'](),
|
|
26233
26498
|
() => factories['io.flow.internal.v0.models.localized_item_upserted_v2'](),
|
|
@@ -26354,10 +26619,14 @@ const factories = {
|
|
|
26354
26619
|
() => factories['io.flow.internal.v0.models.svitlana_item_deleted'](),
|
|
26355
26620
|
() => factories['io.flow.internal.v0.models.colm_item_upserted'](),
|
|
26356
26621
|
() => factories['io.flow.internal.v0.models.colm_item_deleted'](),
|
|
26622
|
+
() => factories['io.flow.internal.v0.models.matias_item_upserted'](),
|
|
26623
|
+
() => factories['io.flow.internal.v0.models.matias_item_deleted'](),
|
|
26357
26624
|
() => factories['io.flow.internal.v0.models.shruti_demo_item_upserted'](),
|
|
26358
26625
|
() => factories['io.flow.internal.v0.models.shruti_demo_item_deleted'](),
|
|
26359
26626
|
() => factories['io.flow.internal.v0.models.tam_item_upserted'](),
|
|
26360
26627
|
() => factories['io.flow.internal.v0.models.tam_item_deleted'](),
|
|
26628
|
+
() => factories['io.flow.internal.v0.models.tracking_processing_error_upserted'](),
|
|
26629
|
+
() => factories['io.flow.internal.v0.models.tracking_processing_error_deleted'](),
|
|
26361
26630
|
() => factories['io.flow.internal.v0.models.tracking_label_event_upserted_v2'](),
|
|
26362
26631
|
() => factories['io.flow.internal.v0.models.tracking_label_event_deleted_v2'](),
|
|
26363
26632
|
() => factories['io.flow.internal.v0.models.tracking_label_upserted'](),
|
|
@@ -26922,6 +27191,15 @@ const factories = {
|
|
|
26922
27191
|
return f();
|
|
26923
27192
|
},
|
|
26924
27193
|
|
|
27194
|
+
'io.flow.internal.v0.unions.task_metadata': (): io.flow.internal.v0.unions.TaskMetadata => {
|
|
27195
|
+
const f = faker.helpers.arrayElement([
|
|
27196
|
+
() => factories['io.flow.internal.v0.models.statement_creation_metadata'](),
|
|
27197
|
+
() => factories['io.flow.internal.v0.models.accounting_fulfillment_metadata'](),
|
|
27198
|
+
]);
|
|
27199
|
+
|
|
27200
|
+
return f();
|
|
27201
|
+
},
|
|
27202
|
+
|
|
26925
27203
|
'io.flow.internal.v0.unions.tax_amount': (): io.flow.internal.v0.unions.TaxAmount => {
|
|
26926
27204
|
const f = faker.helpers.arrayElement([
|
|
26927
27205
|
() => factories['io.flow.internal.v0.models.calculated_tax_amount'](),
|
|
@@ -27272,7 +27550,14 @@ const factories = {
|
|
|
27272
27550
|
]),
|
|
27273
27551
|
|
|
27274
27552
|
'io.flow.label.v0.enums.label_trigger_method': (): io.flow.label.v0.enums.LabelTriggerMethod => faker.helpers.arrayElement(['autogenerated', 'on_demand']),
|
|
27275
|
-
|
|
27553
|
+
|
|
27554
|
+
'io.flow.label.v0.enums.package_dimensions_source': (): io.flow.label.v0.enums.PackageDimensionsSource => faker.helpers.arrayElement([
|
|
27555
|
+
'provided',
|
|
27556
|
+
'item_dimensions_estimated',
|
|
27557
|
+
'dimensions_estimated',
|
|
27558
|
+
'default_item_dimensions_estimated',
|
|
27559
|
+
]),
|
|
27560
|
+
|
|
27276
27561
|
'io.flow.label.v0.enums.shipment_recipient': (): io.flow.label.v0.enums.ShipmentRecipient => faker.helpers.arrayElement(['customer', 'return', 'crossdock']),
|
|
27277
27562
|
'io.flow.label.v0.enums.tracking_number_type': (): io.flow.label.v0.enums.TrackingNumberType => faker.helpers.arrayElement(['flow', 'carrier']),
|
|
27278
27563
|
|
|
@@ -27958,6 +28243,8 @@ const factories = {
|
|
|
27958
28243
|
name: factories.string(),
|
|
27959
28244
|
}),
|
|
27960
28245
|
|
|
28246
|
+
'io.flow.organization.onboarding.state.v0.enums.merchant_disabled_reason': (): io.flow.organization.onboarding.state.v0.enums.MerchantDisabledReason => faker.helpers.arrayElement(['merchant_deactivated', 'merchant_rejected']),
|
|
28247
|
+
|
|
27961
28248
|
'io.flow.organization.onboarding.state.v0.enums.merchant_rejected_reason': (): io.flow.organization.onboarding.state.v0.enums.MerchantRejectedReason => faker.helpers.arrayElement([
|
|
27962
28249
|
'merchant_ubo_is_pep',
|
|
27963
28250
|
'merchant_catalog_is_unsupportable',
|
|
@@ -27970,6 +28257,7 @@ const factories = {
|
|
|
27970
28257
|
'business_street_address_is_blank',
|
|
27971
28258
|
'business_street_address_is_po_box',
|
|
27972
28259
|
'exception_merchant',
|
|
28260
|
+
'application_missing',
|
|
27973
28261
|
]),
|
|
27974
28262
|
|
|
27975
28263
|
'io.flow.organization.onboarding.state.v0.models.activation_put_form': (): io.flow.organization.onboarding.state.v0.models.ActivationPutForm => ({
|
|
@@ -27995,6 +28283,11 @@ const factories = {
|
|
|
27995
28283
|
reason: factories.string(),
|
|
27996
28284
|
}),
|
|
27997
28285
|
|
|
28286
|
+
'io.flow.organization.onboarding.state.v0.models.merchant_disabled': (): io.flow.organization.onboarding.state.v0.models.MerchantDisabled => ({
|
|
28287
|
+
discriminator: 'merchant_disabled',
|
|
28288
|
+
reason: factories['io.flow.organization.onboarding.state.v0.enums.merchant_disabled_reason'](),
|
|
28289
|
+
}),
|
|
28290
|
+
|
|
27998
28291
|
'io.flow.organization.onboarding.state.v0.models.merchant_rejected': (): io.flow.organization.onboarding.state.v0.models.MerchantRejected => ({
|
|
27999
28292
|
discriminator: 'merchant_rejected',
|
|
28000
28293
|
reason: factories['io.flow.organization.onboarding.state.v0.enums.merchant_rejected_reason'](),
|
|
@@ -28052,6 +28345,7 @@ const factories = {
|
|
|
28052
28345
|
() => factories['io.flow.organization.onboarding.state.v0.models.setup_completed'](),
|
|
28053
28346
|
() => factories['io.flow.organization.onboarding.state.v0.models.merchant_activated'](),
|
|
28054
28347
|
() => factories['io.flow.organization.onboarding.state.v0.models.merchant_deactivated'](),
|
|
28348
|
+
() => factories['io.flow.organization.onboarding.state.v0.models.merchant_disabled'](),
|
|
28055
28349
|
]);
|
|
28056
28350
|
|
|
28057
28351
|
return f();
|
|
@@ -31493,6 +31787,7 @@ const factories = {
|
|
|
31493
31787
|
'organization_fulfillment',
|
|
31494
31788
|
'organization_marketing',
|
|
31495
31789
|
'organization_finance',
|
|
31790
|
+
'organization_classification',
|
|
31496
31791
|
'flow_operations',
|
|
31497
31792
|
'channel_admin',
|
|
31498
31793
|
'channel_organization_admin',
|
|
@@ -31858,6 +32153,17 @@ const factories = {
|
|
|
31858
32153
|
return f();
|
|
31859
32154
|
},
|
|
31860
32155
|
|
|
32156
|
+
'io.flow.ratecard.v0.models.additional_handling_service_fee': (): io.flow.ratecard.v0.models.AdditionalHandlingServiceFee => ({
|
|
32157
|
+
discriminator: 'additional_handling_service_fee',
|
|
32158
|
+
length_girth_threshold: factories.decimal(),
|
|
32159
|
+
length_threshold: factories.decimal(),
|
|
32160
|
+
width_threshold: factories.decimal(),
|
|
32161
|
+
dimensional_unit: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
32162
|
+
weight_threshold: factories.decimal(),
|
|
32163
|
+
weight_unit: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
32164
|
+
amount: factories['io.flow.common.v0.models.money'](),
|
|
32165
|
+
}),
|
|
32166
|
+
|
|
31861
32167
|
'io.flow.ratecard.v0.models.crossdock_ratecard_fee': (): io.flow.ratecard.v0.models.CrossdockRatecardFee => ({
|
|
31862
32168
|
discriminator: 'crossdock_ratecard_fee',
|
|
31863
32169
|
amount: factories['io.flow.common.v0.models.money'](),
|
|
@@ -31902,6 +32208,17 @@ const factories = {
|
|
|
31902
32208
|
ends_at: factories.date_time_iso_8601(),
|
|
31903
32209
|
}),
|
|
31904
32210
|
|
|
32211
|
+
'io.flow.ratecard.v0.models.eei_filing_ratecard_fee': (): io.flow.ratecard.v0.models.EeiFilingRatecardFee => ({
|
|
32212
|
+
discriminator: 'eei_filing_ratecard_fee',
|
|
32213
|
+
amount: factories['io.flow.common.v0.models.money'](),
|
|
32214
|
+
}),
|
|
32215
|
+
|
|
32216
|
+
'io.flow.ratecard.v0.models.eei_filing_service_fee': (): io.flow.ratecard.v0.models.EeiFilingServiceFee => ({
|
|
32217
|
+
discriminator: 'eei_filing_service_fee',
|
|
32218
|
+
amount: factories['io.flow.common.v0.models.money'](),
|
|
32219
|
+
value_threshold: factories['io.flow.common.v0.models.money'](),
|
|
32220
|
+
}),
|
|
32221
|
+
|
|
31905
32222
|
'io.flow.ratecard.v0.models.emergency_situation_surcharge_ratecard_fee': (): io.flow.ratecard.v0.models.EmergencySituationSurchargeRatecardFee => ({
|
|
31906
32223
|
discriminator: 'emergency_situation_surcharge_ratecard_fee',
|
|
31907
32224
|
amount: factories['io.flow.common.v0.models.money'](),
|
|
@@ -31927,6 +32244,31 @@ const factories = {
|
|
|
31927
32244
|
unit: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
31928
32245
|
}),
|
|
31929
32246
|
|
|
32247
|
+
'io.flow.ratecard.v0.models.fixed_currency_conversion_ratecard_fee': (): io.flow.ratecard.v0.models.FixedCurrencyConversionRatecardFee => ({
|
|
32248
|
+
discriminator: 'fixed_currency_conversion_ratecard_fee',
|
|
32249
|
+
amount: factories['io.flow.common.v0.models.money'](),
|
|
32250
|
+
}),
|
|
32251
|
+
|
|
32252
|
+
'io.flow.ratecard.v0.models.fixed_currency_conversion_service_fee': (): io.flow.ratecard.v0.models.FixedCurrencyConversionServiceFee => ({
|
|
32253
|
+
discriminator: 'fixed_currency_conversion_service_fee',
|
|
32254
|
+
conditions: arrayOf(() => factories['io.flow.ratecard.v0.models.fixed_fee_condition']()),
|
|
32255
|
+
}),
|
|
32256
|
+
|
|
32257
|
+
'io.flow.ratecard.v0.models.fixed_ddp_ratecard_fee': (): io.flow.ratecard.v0.models.FixedDdpRatecardFee => ({
|
|
32258
|
+
discriminator: 'fixed_ddp_ratecard_fee',
|
|
32259
|
+
amount: factories['io.flow.common.v0.models.money'](),
|
|
32260
|
+
}),
|
|
32261
|
+
|
|
32262
|
+
'io.flow.ratecard.v0.models.fixed_ddp_service_fee': (): io.flow.ratecard.v0.models.FixedDdpServiceFee => ({
|
|
32263
|
+
discriminator: 'fixed_ddp_service_fee',
|
|
32264
|
+
conditions: arrayOf(() => factories['io.flow.ratecard.v0.models.fixed_fee_condition']()),
|
|
32265
|
+
}),
|
|
32266
|
+
|
|
32267
|
+
'io.flow.ratecard.v0.models.fixed_fee_condition': (): io.flow.ratecard.v0.models.FixedFeeCondition => ({
|
|
32268
|
+
countries: arrayOf(() => factories.string()),
|
|
32269
|
+
amount: factories['io.flow.common.v0.models.money'](),
|
|
32270
|
+
}),
|
|
32271
|
+
|
|
31930
32272
|
'io.flow.ratecard.v0.models.fuel_surcharge_amount_by_weight_service_fee': (): io.flow.ratecard.v0.models.FuelSurchargeAmountByWeightServiceFee => ({
|
|
31931
32273
|
discriminator: 'fuel_surcharge_amount_by_weight_service_fee',
|
|
31932
32274
|
amount: factories['io.flow.common.v0.models.money'](),
|
|
@@ -31997,6 +32339,15 @@ const factories = {
|
|
|
31997
32339
|
ratecard: factories['io.flow.ratecard.v0.models.ratecard_summary'](),
|
|
31998
32340
|
}),
|
|
31999
32341
|
|
|
32342
|
+
'io.flow.ratecard.v0.models.large_package_service_fee': (): io.flow.ratecard.v0.models.LargePackageServiceFee => ({
|
|
32343
|
+
discriminator: 'large_package_service_fee',
|
|
32344
|
+
length_girth_threshold: factories.decimal(),
|
|
32345
|
+
dimensional_unit: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
32346
|
+
weight_threshold: factories.decimal(),
|
|
32347
|
+
weight_unit: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
32348
|
+
amount: factories['io.flow.common.v0.models.money'](),
|
|
32349
|
+
}),
|
|
32350
|
+
|
|
32000
32351
|
'io.flow.ratecard.v0.models.oversize_piece_surcharge_ratecard_fee': (): io.flow.ratecard.v0.models.OversizePieceSurchargeRatecardFee => ({
|
|
32001
32352
|
discriminator: 'oversize_piece_surcharge_ratecard_fee',
|
|
32002
32353
|
dimensional_threshold: factories.decimal(),
|
|
@@ -32248,6 +32599,12 @@ const factories = {
|
|
|
32248
32599
|
ratecard: factories['io.flow.ratecard.v0.models.ratecard'](),
|
|
32249
32600
|
}),
|
|
32250
32601
|
|
|
32602
|
+
'io.flow.ratecard.v0.models.remote_area_by_weight_service_fee': (): io.flow.ratecard.v0.models.RemoteAreaByWeightServiceFee => ({
|
|
32603
|
+
discriminator: 'remote_area_by_weight_service_fee',
|
|
32604
|
+
amount: factories['io.flow.common.v0.models.money'](),
|
|
32605
|
+
weight_unit: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
32606
|
+
}),
|
|
32607
|
+
|
|
32251
32608
|
'io.flow.ratecard.v0.models.remote_area_ratecard_fee': (): io.flow.ratecard.v0.models.RemoteAreaRatecardFee => ({
|
|
32252
32609
|
discriminator: 'remote_area_ratecard_fee',
|
|
32253
32610
|
amount: factories['io.flow.common.v0.models.money'](),
|
|
@@ -32263,6 +32620,17 @@ const factories = {
|
|
|
32263
32620
|
amount: factories.decimal(),
|
|
32264
32621
|
}),
|
|
32265
32622
|
|
|
32623
|
+
'io.flow.ratecard.v0.models.security_ratecard_fee': (): io.flow.ratecard.v0.models.SecurityRatecardFee => ({
|
|
32624
|
+
discriminator: 'security_ratecard_fee',
|
|
32625
|
+
amount: factories['io.flow.common.v0.models.money'](),
|
|
32626
|
+
}),
|
|
32627
|
+
|
|
32628
|
+
'io.flow.ratecard.v0.models.security_service_fee': (): io.flow.ratecard.v0.models.SecurityServiceFee => ({
|
|
32629
|
+
discriminator: 'security_service_fee',
|
|
32630
|
+
amount: factories['io.flow.common.v0.models.money'](),
|
|
32631
|
+
countries: arrayOf(() => factories.string()),
|
|
32632
|
+
}),
|
|
32633
|
+
|
|
32266
32634
|
'io.flow.ratecard.v0.models.shipment_window': (): io.flow.ratecard.v0.models.ShipmentWindow => ({
|
|
32267
32635
|
from: factories.long(),
|
|
32268
32636
|
to: factories.long(),
|
|
@@ -32299,6 +32667,10 @@ const factories = {
|
|
|
32299
32667
|
() => factories['io.flow.ratecard.v0.models.emergency_situation_surcharge_ratecard_fee'](),
|
|
32300
32668
|
() => factories['io.flow.ratecard.v0.models.peak_surcharge_ratecard_fee'](),
|
|
32301
32669
|
() => factories['io.flow.ratecard.v0.models.duties_taxes_paid_surcharge_ratecard_fee'](),
|
|
32670
|
+
() => factories['io.flow.ratecard.v0.models.security_ratecard_fee'](),
|
|
32671
|
+
() => factories['io.flow.ratecard.v0.models.eei_filing_ratecard_fee'](),
|
|
32672
|
+
() => factories['io.flow.ratecard.v0.models.fixed_ddp_ratecard_fee'](),
|
|
32673
|
+
() => factories['io.flow.ratecard.v0.models.fixed_currency_conversion_ratecard_fee'](),
|
|
32302
32674
|
]);
|
|
32303
32675
|
|
|
32304
32676
|
return f();
|
|
@@ -32314,6 +32686,13 @@ const factories = {
|
|
|
32314
32686
|
() => factories['io.flow.ratecard.v0.models.peak_surcharge_by_weight_service_fee'](),
|
|
32315
32687
|
() => factories['io.flow.ratecard.v0.models.duties_taxes_paid_surcharge_service_fee'](),
|
|
32316
32688
|
() => factories['io.flow.ratecard.v0.models.oversize_piece_surcharge_service_fee'](),
|
|
32689
|
+
() => factories['io.flow.ratecard.v0.models.remote_area_by_weight_service_fee'](),
|
|
32690
|
+
() => factories['io.flow.ratecard.v0.models.additional_handling_service_fee'](),
|
|
32691
|
+
() => factories['io.flow.ratecard.v0.models.large_package_service_fee'](),
|
|
32692
|
+
() => factories['io.flow.ratecard.v0.models.security_service_fee'](),
|
|
32693
|
+
() => factories['io.flow.ratecard.v0.models.fixed_ddp_service_fee'](),
|
|
32694
|
+
() => factories['io.flow.ratecard.v0.models.fixed_currency_conversion_service_fee'](),
|
|
32695
|
+
() => factories['io.flow.ratecard.v0.models.eei_filing_service_fee'](),
|
|
32317
32696
|
]);
|
|
32318
32697
|
|
|
32319
32698
|
return f();
|
|
@@ -35707,7 +36086,7 @@ const factories = {
|
|
|
35707
36086
|
]),
|
|
35708
36087
|
|
|
35709
36088
|
'io.flow.stripe.v0.enums.payment_method_category_klarna': (): io.flow.stripe.v0.enums.PaymentMethodCategoryKlarna => faker.helpers.arrayElement(['pay_later', 'pay_now', 'pay_with_financing', 'pay_in_installments']),
|
|
35710
|
-
'io.flow.stripe.v0.enums.payment_method_type': (): io.flow.stripe.v0.enums.PaymentMethodType => faker.helpers.arrayElement(['card', 'card_present']),
|
|
36089
|
+
'io.flow.stripe.v0.enums.payment_method_type': (): io.flow.stripe.v0.enums.PaymentMethodType => faker.helpers.arrayElement(['card', 'card_present', 'klarna']),
|
|
35711
36090
|
'io.flow.stripe.v0.enums.payment_outcome_type': (): io.flow.stripe.v0.enums.PaymentOutcomeType => faker.helpers.arrayElement(['authorized', 'manual_review', 'issuer_declined', 'blocked', 'invalid']),
|
|
35712
36091
|
'io.flow.stripe.v0.enums.payment_status': (): io.flow.stripe.v0.enums.PaymentStatus => faker.helpers.arrayElement(['succeeded', 'pending', 'failed']),
|
|
35713
36092
|
|
|
@@ -36057,6 +36436,12 @@ const factories = {
|
|
|
36057
36436
|
),
|
|
36058
36437
|
}),
|
|
36059
36438
|
|
|
36439
|
+
'io.flow.stripe.v0.models.klarna_dob_form': (): io.flow.stripe.v0.models.KlarnaDobForm => ({
|
|
36440
|
+
day: factories.integer(),
|
|
36441
|
+
month: factories.integer(),
|
|
36442
|
+
year: factories.integer(),
|
|
36443
|
+
}),
|
|
36444
|
+
|
|
36060
36445
|
'io.flow.stripe.v0.models.klarna_marketplace_seller_info': (): io.flow.stripe.v0.models.KlarnaMarketplaceSellerInfo => ({
|
|
36061
36446
|
sub_merchant_id: factories.string(),
|
|
36062
36447
|
product_category: factories.string(),
|
|
@@ -36066,6 +36451,12 @@ const factories = {
|
|
|
36066
36451
|
additional_owners: arrayOf(() => factories['io.flow.stripe.v0.models.owner']()),
|
|
36067
36452
|
}),
|
|
36068
36453
|
|
|
36454
|
+
'io.flow.stripe.v0.models.marketplace_seller_info': (): io.flow.stripe.v0.models.MarketplaceSellerInfo => ({
|
|
36455
|
+
name: factories.string(),
|
|
36456
|
+
id: factories.string(),
|
|
36457
|
+
product_category: factories.string(),
|
|
36458
|
+
}),
|
|
36459
|
+
|
|
36069
36460
|
'io.flow.stripe.v0.models.masterpass': (): io.flow.stripe.v0.models.Masterpass => ({
|
|
36070
36461
|
type: 'masterpass',
|
|
36071
36462
|
masterpass: factories['io.flow.stripe.v0.models.masterpass_information'](),
|
|
@@ -36154,6 +36545,10 @@ const factories = {
|
|
|
36154
36545
|
verified_phone: factories.string(),
|
|
36155
36546
|
}),
|
|
36156
36547
|
|
|
36548
|
+
'io.flow.stripe.v0.models.payment_details': (): io.flow.stripe.v0.models.PaymentDetails => ({
|
|
36549
|
+
marketplace_seller_info: factories['io.flow.stripe.v0.models.marketplace_seller_info'](),
|
|
36550
|
+
}),
|
|
36551
|
+
|
|
36157
36552
|
'io.flow.stripe.v0.models.payment_intent': (): io.flow.stripe.v0.models.PaymentIntent => ({
|
|
36158
36553
|
id: factories.string(),
|
|
36159
36554
|
object: factories.string(),
|
|
@@ -36278,6 +36673,7 @@ const factories = {
|
|
|
36278
36673
|
billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
|
|
36279
36674
|
card: factories['io.flow.stripe.v0.models.payment_method_card_details'](),
|
|
36280
36675
|
card_present: factories.object(),
|
|
36676
|
+
klarna: factories.object(),
|
|
36281
36677
|
created: factories.long(),
|
|
36282
36678
|
customer: factories.string(),
|
|
36283
36679
|
livemode: factories.boolean(),
|
|
@@ -36318,6 +36714,13 @@ const factories = {
|
|
|
36318
36714
|
card: factories['io.flow.stripe.v0.models.payment_method_card_form'](),
|
|
36319
36715
|
}),
|
|
36320
36716
|
|
|
36717
|
+
'io.flow.stripe.v0.models.payment_method_data_klarna': (): io.flow.stripe.v0.models.PaymentMethodDataKlarna => ({
|
|
36718
|
+
type: 'klarna',
|
|
36719
|
+
billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
|
|
36720
|
+
metadata: factories.object(),
|
|
36721
|
+
klarna: factories['io.flow.stripe.v0.models.payment_method_klarna_form'](),
|
|
36722
|
+
}),
|
|
36723
|
+
|
|
36321
36724
|
'io.flow.stripe.v0.models.payment_method_details_card': (): io.flow.stripe.v0.models.PaymentMethodDetailsCard => ({
|
|
36322
36725
|
type: 'card',
|
|
36323
36726
|
card: factories['io.flow.stripe.v0.models.payment_method_details_card_information'](),
|
|
@@ -36366,8 +36769,20 @@ const factories = {
|
|
|
36366
36769
|
card: factories['io.flow.stripe.v0.models.payment_method_card_form'](),
|
|
36367
36770
|
}),
|
|
36368
36771
|
|
|
36772
|
+
'io.flow.stripe.v0.models.payment_method_form_klarna': (): io.flow.stripe.v0.models.PaymentMethodFormKlarna => ({
|
|
36773
|
+
type: 'klarna',
|
|
36774
|
+
billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
|
|
36775
|
+
metadata: factories.object(),
|
|
36776
|
+
klarna: factories['io.flow.stripe.v0.models.payment_method_klarna_form'](),
|
|
36777
|
+
}),
|
|
36778
|
+
|
|
36779
|
+
'io.flow.stripe.v0.models.payment_method_klarna_form': (): io.flow.stripe.v0.models.PaymentMethodKlarnaForm => ({
|
|
36780
|
+
dob: factories['io.flow.stripe.v0.models.klarna_dob_form'](),
|
|
36781
|
+
}),
|
|
36782
|
+
|
|
36369
36783
|
'io.flow.stripe.v0.models.payment_method_options': (): io.flow.stripe.v0.models.PaymentMethodOptions => ({
|
|
36370
36784
|
card: factories['io.flow.stripe.v0.models.payment_method_options_card'](),
|
|
36785
|
+
klarna: factories['io.flow.stripe.v0.models.payment_method_options_klarna'](),
|
|
36371
36786
|
}),
|
|
36372
36787
|
|
|
36373
36788
|
'io.flow.stripe.v0.models.payment_method_options_card': (): io.flow.stripe.v0.models.PaymentMethodOptionsCard => ({
|
|
@@ -36387,6 +36802,21 @@ const factories = {
|
|
|
36387
36802
|
|
|
36388
36803
|
'io.flow.stripe.v0.models.payment_method_options_form': (): io.flow.stripe.v0.models.PaymentMethodOptionsForm => ({
|
|
36389
36804
|
card: factories['io.flow.stripe.v0.models.payment_method_options_card_form'](),
|
|
36805
|
+
klarna: factories['io.flow.stripe.v0.models.payment_method_options_klarna_form'](),
|
|
36806
|
+
}),
|
|
36807
|
+
|
|
36808
|
+
'io.flow.stripe.v0.models.payment_method_options_klarna': (): io.flow.stripe.v0.models.PaymentMethodOptionsKlarna => ({
|
|
36809
|
+
capture_method: factories['io.flow.stripe.v0.enums.capture_method'](),
|
|
36810
|
+
preferred_locale: factories['io.flow.stripe.v0.enums.preferred_locale_klarna'](),
|
|
36811
|
+
setup_future_usage: factories['io.flow.stripe.v0.enums.setup_future_usage'](),
|
|
36812
|
+
payment_details: factories['io.flow.stripe.v0.models.payment_details'](),
|
|
36813
|
+
}),
|
|
36814
|
+
|
|
36815
|
+
'io.flow.stripe.v0.models.payment_method_options_klarna_form': (): io.flow.stripe.v0.models.PaymentMethodOptionsKlarnaForm => ({
|
|
36816
|
+
capture_method: factories['io.flow.stripe.v0.enums.capture_method'](),
|
|
36817
|
+
preferred_locale: factories['io.flow.stripe.v0.enums.preferred_locale_klarna'](),
|
|
36818
|
+
setup_future_usage: factories['io.flow.stripe.v0.enums.setup_future_usage'](),
|
|
36819
|
+
payment_details: factories['io.flow.stripe.v0.models.payment_details'](),
|
|
36390
36820
|
}),
|
|
36391
36821
|
|
|
36392
36822
|
'io.flow.stripe.v0.models.payment_outcome': (): io.flow.stripe.v0.models.PaymentOutcome => ({
|
|
@@ -36692,7 +37122,11 @@ const factories = {
|
|
|
36692
37122
|
},
|
|
36693
37123
|
|
|
36694
37124
|
'io.flow.stripe.v0.unions.payment_method_data': (): io.flow.stripe.v0.unions.PaymentMethodData => {
|
|
36695
|
-
const f = faker.helpers.arrayElement([
|
|
37125
|
+
const f = faker.helpers.arrayElement([
|
|
37126
|
+
() => factories['io.flow.stripe.v0.models.payment_method_data_card'](),
|
|
37127
|
+
() => factories['io.flow.stripe.v0.models.payment_method_data_klarna'](),
|
|
37128
|
+
]);
|
|
37129
|
+
|
|
36696
37130
|
return f();
|
|
36697
37131
|
},
|
|
36698
37132
|
|
|
@@ -36706,7 +37140,11 @@ const factories = {
|
|
|
36706
37140
|
},
|
|
36707
37141
|
|
|
36708
37142
|
'io.flow.stripe.v0.unions.payment_method_form': (): io.flow.stripe.v0.unions.PaymentMethodForm => {
|
|
36709
|
-
const f = faker.helpers.arrayElement([
|
|
37143
|
+
const f = faker.helpers.arrayElement([
|
|
37144
|
+
() => factories['io.flow.stripe.v0.models.payment_method_form_card'](),
|
|
37145
|
+
() => factories['io.flow.stripe.v0.models.payment_method_form_klarna'](),
|
|
37146
|
+
]);
|
|
37147
|
+
|
|
36710
37148
|
return f();
|
|
36711
37149
|
},
|
|
36712
37150
|
|
|
@@ -37174,6 +37612,10 @@ const factories = {
|
|
|
37174
37612
|
'emergency',
|
|
37175
37613
|
'peak',
|
|
37176
37614
|
'address_correction',
|
|
37615
|
+
'security',
|
|
37616
|
+
'eei_filing',
|
|
37617
|
+
'fixed_ddp',
|
|
37618
|
+
'fixed_currency_conversion',
|
|
37177
37619
|
]),
|
|
37178
37620
|
|
|
37179
37621
|
'io.flow.trueup.v0.models.dead_weight': (): io.flow.trueup.v0.models.DeadWeight => ({
|
|
@@ -37244,6 +37686,9 @@ export const makeAccountDepositRule = () => factories['io.flow.internal.v0.model
|
|
|
37244
37686
|
export const makeAccountDepositRuleForm = () => factories['io.flow.internal.v0.models.account_deposit_rule_form']();
|
|
37245
37687
|
export const makeAccountOrdersExportRequest = () => factories['io.flow.internal.v0.models.account_orders_export_request']();
|
|
37246
37688
|
export const makeAccountOrigin = () => factories['io.flow.internal.v0.models.account_origin']();
|
|
37689
|
+
export const makeAccountPaymentHold = () => factories['io.flow.internal.v0.models.account_payment_hold']();
|
|
37690
|
+
export const makeAccountPaymentHoldForm = () => factories['io.flow.internal.v0.models.account_payment_hold_form']();
|
|
37691
|
+
export const makeAccountPaymentHoldReason = () => factories['io.flow.internal.v0.enums.account_payment_hold_reason']();
|
|
37247
37692
|
export const makeAccountProcessingRateForm = () => factories['io.flow.internal.v0.models.account_processing_rate_form']();
|
|
37248
37693
|
export const makeAccountProcessingRates = () => factories['io.flow.internal.v0.models.account_processing_rates']();
|
|
37249
37694
|
export const makeAccountProcessingRatesDeleted = () => factories['io.flow.internal.v0.models.account_processing_rates_deleted']();
|
|
@@ -37262,7 +37707,9 @@ export const makeAccountTransactionsExportRequest = () => factories['io.flow.int
|
|
|
37262
37707
|
export const makeAccountType = () => factories['io.flow.internal.v0.enums.account_type']();
|
|
37263
37708
|
export const makeAccountUpserted = () => factories['io.flow.internal.v0.models.account_upserted']();
|
|
37264
37709
|
export const makeAccountUpsertedV2 = () => factories['io.flow.internal.v0.models.account_upserted_v2']();
|
|
37710
|
+
export const makeAccountingFulfillmentMetadata = () => factories['io.flow.internal.v0.models.accounting_fulfillment_metadata']();
|
|
37265
37711
|
export const makeActionQuantity = () => factories['io.flow.internal.v0.models.action_quantity']();
|
|
37712
|
+
export const makeAdditionalImportTax = () => factories['io.flow.internal.v0.models.additional_import_tax']();
|
|
37266
37713
|
export const makeAddressConfigurationProvinceSetting = () => factories['io.flow.internal.v0.models.address_configuration_province_setting']();
|
|
37267
37714
|
export const makeAddressConfigurationSetting = () => factories['io.flow.internal.v0.models.address_configuration_setting']();
|
|
37268
37715
|
export const makeAddressConfigurationSettingForm = () => factories['io.flow.internal.v0.models.address_configuration_setting_form']();
|
|
@@ -37384,14 +37831,6 @@ export const makeBillingOrganizationSettingsDeleted = () => factories['io.flow.i
|
|
|
37384
37831
|
export const makeBillingOrganizationSettingsUpserted = () => factories['io.flow.internal.v0.models.billing_organization_settings_upserted']();
|
|
37385
37832
|
export const makeBillingStatementAttachment = () => factories['io.flow.internal.v0.models.billing_statement_attachment']();
|
|
37386
37833
|
export const makeBillingStatementAttachmentKey = () => factories['io.flow.internal.v0.enums.billing_statement_attachment_key']();
|
|
37387
|
-
export const makeBillingStatementBatch = () => factories['io.flow.internal.v0.models.billing_statement_batch']();
|
|
37388
|
-
export const makeBillingStatementBatchDeleted = () => factories['io.flow.internal.v0.models.billing_statement_batch_deleted']();
|
|
37389
|
-
export const makeBillingStatementBatchFileKey = () => factories['io.flow.internal.v0.enums.billing_statement_batch_file_key']();
|
|
37390
|
-
export const makeBillingStatementBatchReference = () => factories['io.flow.internal.v0.models.billing_statement_batch_reference']();
|
|
37391
|
-
export const makeBillingStatementBatchStatement = () => factories['io.flow.internal.v0.models.billing_statement_batch_statement']();
|
|
37392
|
-
export const makeBillingStatementBatchStatementDeleted = () => factories['io.flow.internal.v0.models.billing_statement_batch_statement_deleted']();
|
|
37393
|
-
export const makeBillingStatementBatchStatementUpserted = () => factories['io.flow.internal.v0.models.billing_statement_batch_statement_upserted']();
|
|
37394
|
-
export const makeBillingStatementBatchUpserted = () => factories['io.flow.internal.v0.models.billing_statement_batch_upserted']();
|
|
37395
37834
|
export const makeBillingStatementDeleted = () => factories['io.flow.internal.v0.models.billing_statement_deleted']();
|
|
37396
37835
|
export const makeBillingStatementReference = () => factories['io.flow.internal.v0.models.billing_statement_reference']();
|
|
37397
37836
|
export const makeBillingStatementSummary = () => factories['io.flow.internal.v0.models.billing_statement_summary']();
|
|
@@ -37453,6 +37892,10 @@ export const makeBrowserBundlePaymentMethods = () => factories['io.flow.internal
|
|
|
37453
37892
|
export const makeBulkClassificationAction = () => factories['io.flow.internal.v0.models.bulk_classification_action']();
|
|
37454
37893
|
export const makeByRuleSnapshot = () => factories['io.flow.internal.v0.models.by_rule_snapshot']();
|
|
37455
37894
|
export const makeCalculatedTaxAmount = () => factories['io.flow.internal.v0.models.calculated_tax_amount']();
|
|
37895
|
+
export const makeCalculationStampingLineItem = () => factories['io.flow.internal.v0.models.calculation_stamping_line_item']();
|
|
37896
|
+
export const makeCalculationStampingShippingLine = () => factories['io.flow.internal.v0.models.calculation_stamping_shipping_line']();
|
|
37897
|
+
export const makeCalculationStep = () => factories['io.flow.internal.v0.models.calculation_step']();
|
|
37898
|
+
export const makeCalculationTotal = () => factories['io.flow.internal.v0.models.calculation_total']();
|
|
37456
37899
|
export const makeCalculatorDtcePostBody = () => factories['io.flow.internal.v0.models.calculator_dtce_post_body']();
|
|
37457
37900
|
export const makeCalculatorDtceProduct = () => factories['io.flow.internal.v0.models.calculator_dtce_product']();
|
|
37458
37901
|
export const makeCalculatorEngine = () => factories['io.flow.internal.v0.enums.calculator_engine']();
|
|
@@ -37460,6 +37903,7 @@ export const makeCalculatorOrganizationSettings = () => factories['io.flow.inter
|
|
|
37460
37903
|
export const makeCalculatorOrganizationSettingsDeleted = () => factories['io.flow.internal.v0.models.calculator_organization_settings_deleted']();
|
|
37461
37904
|
export const makeCalculatorOrganizationSettingsForm = () => factories['io.flow.internal.v0.models.calculator_organization_settings_form']();
|
|
37462
37905
|
export const makeCalculatorOrganizationSettingsUpserted = () => factories['io.flow.internal.v0.models.calculator_organization_settings_upserted']();
|
|
37906
|
+
export const makeCalculatorStamp = () => factories['io.flow.internal.v0.unions.calculator_stamp']();
|
|
37463
37907
|
export const makeCarrierAccount = () => factories['io.flow.internal.v0.models.carrier_account']();
|
|
37464
37908
|
export const makeCarrierAccountDeleted = () => factories['io.flow.internal.v0.models.carrier_account_deleted']();
|
|
37465
37909
|
export const makeCarrierAccountForm = () => factories['io.flow.internal.v0.models.carrier_account_form']();
|
|
@@ -38128,6 +38572,7 @@ export const makeCommercialInvoiceComparison = () => factories['io.flow.internal
|
|
|
38128
38572
|
export const makeCommercialInvoiceInternal = () => factories['io.flow.internal.v0.models.commercial_invoice_internal']();
|
|
38129
38573
|
export const makeCommercialInvoiceInternalDeleted = () => factories['io.flow.internal.v0.models.commercial_invoice_internal_deleted']();
|
|
38130
38574
|
export const makeCommercialInvoiceInternalUpserted = () => factories['io.flow.internal.v0.models.commercial_invoice_internal_upserted']();
|
|
38575
|
+
export const makeCommercialInvoiceSummary = () => factories['io.flow.internal.v0.models.commercial_invoice_summary']();
|
|
38131
38576
|
export const makeCompanyReference = () => factories['io.flow.internal.v0.models.company_reference']();
|
|
38132
38577
|
export const makeCompliance = () => factories['io.flow.internal.v0.models.compliance']();
|
|
38133
38578
|
export const makeComplianceData = () => factories['io.flow.internal.v0.unions.compliance_data']();
|
|
@@ -38407,6 +38852,7 @@ export const makeFiservMerchantModificationForm = () => factories['io.flow.inter
|
|
|
38407
38852
|
export const makeFiservMerchantPutForm = () => factories['io.flow.internal.v0.models.fiserv_merchant_put_form']();
|
|
38408
38853
|
export const makeFlowAccount = () => factories['io.flow.internal.v0.models.flow_account']();
|
|
38409
38854
|
export const makeFlowApp = () => factories['io.flow.internal.v0.enums.flow_app']();
|
|
38855
|
+
export const makeFlowBillingStatement = () => factories['io.flow.internal.v0.models.flow_billing_statement']();
|
|
38410
38856
|
export const makeFlowChannelOrganization = () => factories['io.flow.internal.v0.models.flow_channel_organization']();
|
|
38411
38857
|
export const makeFlowLabProject = () => factories['io.flow.internal.v0.models.flow_lab_project']();
|
|
38412
38858
|
export const makeFlowLabProjectPostForm = () => factories['io.flow.internal.v0.models.flow_lab_project_post_form']();
|
|
@@ -38453,6 +38899,7 @@ export const makeFulfillment = () => factories['io.flow.internal.v0.models.fulfi
|
|
|
38453
38899
|
export const makeFulfillmentActionForm = () => factories['io.flow.internal.v0.models.fulfillment_action_form']();
|
|
38454
38900
|
export const makeFulfillmentBusiness = () => factories['io.flow.internal.v0.models.fulfillment_business']();
|
|
38455
38901
|
export const makeFulfillmentCancel = () => factories['io.flow.internal.v0.models.fulfillment_cancel']();
|
|
38902
|
+
export const makeFulfillmentDeleted = () => factories['io.flow.internal.v0.models.fulfillment_deleted']();
|
|
38456
38903
|
export const makeFulfillmentInternalExperienceReference = () => factories['io.flow.internal.v0.models.fulfillment_internal_experience_reference']();
|
|
38457
38904
|
export const makeFulfillmentOrigin = () => factories['io.flow.internal.v0.models.fulfillment_origin']();
|
|
38458
38905
|
export const makeFulfillmentProof = () => factories['io.flow.internal.v0.unions.fulfillment_proof']();
|
|
@@ -38468,6 +38915,7 @@ export const makeFulfillmentSubsidyBreakdown = () => factories['io.flow.internal
|
|
|
38468
38915
|
export const makeFulfillmentTrigger = () => factories['io.flow.internal.v0.unions.fulfillment_trigger']();
|
|
38469
38916
|
export const makeFulfillmentTriggerProof = () => factories['io.flow.internal.v0.models.fulfillment_trigger_proof']();
|
|
38470
38917
|
export const makeFulfillmentTriggerTime = () => factories['io.flow.internal.v0.models.fulfillment_trigger_time']();
|
|
38918
|
+
export const makeFulfillmentUpserted = () => factories['io.flow.internal.v0.models.fulfillment_upserted']();
|
|
38471
38919
|
export const makeFxFee = () => factories['io.flow.internal.v0.models.fx_fee']();
|
|
38472
38920
|
export const makeFxRevenueRecognition = () => factories['io.flow.internal.v0.models.fx_revenue_recognition']();
|
|
38473
38921
|
export const makeFxRevenueRecognitionAccount = () => factories['io.flow.internal.v0.models.fx_revenue_recognition_account']();
|
|
@@ -38800,6 +39248,11 @@ export const makeMarketingGatewaySchemaSummary = () => factories['io.flow.intern
|
|
|
38800
39248
|
export const makeMarketingGatewaySourceSummary = () => factories['io.flow.internal.v0.unions.marketing_gateway_source_summary']();
|
|
38801
39249
|
export const makeMarketingGatewaySupportedChannelDetails = () => factories['io.flow.internal.v0.models.marketing_gateway_supported_channel_details']();
|
|
38802
39250
|
export const makeMarketsOrder = () => factories['io.flow.internal.v0.models.markets_order']();
|
|
39251
|
+
export const makeMatiasItem = () => factories['io.flow.internal.v0.models.matias_item']();
|
|
39252
|
+
export const makeMatiasItemDeleted = () => factories['io.flow.internal.v0.models.matias_item_deleted']();
|
|
39253
|
+
export const makeMatiasItemForm = () => factories['io.flow.internal.v0.models.matias_item_form']();
|
|
39254
|
+
export const makeMatiasItemType = () => factories['io.flow.internal.v0.enums.matias_item_type']();
|
|
39255
|
+
export const makeMatiasItemUpserted = () => factories['io.flow.internal.v0.models.matias_item_upserted']();
|
|
38803
39256
|
export const makeMerchant = () => factories['io.flow.internal.v0.models.merchant']();
|
|
38804
39257
|
export const makeMerchantApplicationSummaries = () => factories['io.flow.internal.v0.models.merchant_application_summaries']();
|
|
38805
39258
|
export const makeMerchantApplicationSummary = () => factories['io.flow.internal.v0.models.merchant_application_summary']();
|
|
@@ -38815,6 +39268,7 @@ export const makeMerchantSubsidies = () => factories['io.flow.internal.v0.models
|
|
|
38815
39268
|
export const makeMerchantSummary = () => factories['io.flow.internal.v0.models.merchant_summary']();
|
|
38816
39269
|
export const makeMerchantTransactions = () => factories['io.flow.internal.v0.models.merchant_transactions']();
|
|
38817
39270
|
export const makeMerchantUpserted = () => factories['io.flow.internal.v0.models.merchant_upserted']();
|
|
39271
|
+
export const makeMessageStamp = () => factories['io.flow.internal.v0.models.message_stamp']();
|
|
38818
39272
|
export const makeMetadataProposition = () => factories['io.flow.internal.v0.models.metadata_proposition']();
|
|
38819
39273
|
export const makeMetadataRatecard = () => factories['io.flow.internal.v0.models.metadata_ratecard']();
|
|
38820
39274
|
export const makeMixedBagWeight = () => factories['io.flow.internal.v0.enums.mixed_bag_weight']();
|
|
@@ -38882,6 +39336,7 @@ export const makeOrderPaymentAuthorization = () => factories['io.flow.internal.v
|
|
|
38882
39336
|
export const makeOrderPlaced = () => factories['io.flow.internal.v0.models.order_placed']();
|
|
38883
39337
|
export const makeOrderRatesDataV3 = () => factories['io.flow.internal.v0.models.order_rates_data_v3']();
|
|
38884
39338
|
export const makeOrderRatesPublishedV3 = () => factories['io.flow.internal.v0.models.order_rates_published_v3']();
|
|
39339
|
+
export const makeOrderReference = () => factories['io.flow.internal.v0.models.order_reference']();
|
|
38885
39340
|
export const makeOrderRevenueRegionChart = () => factories['io.flow.internal.v0.models.order_revenue_region_chart']();
|
|
38886
39341
|
export const makeOrderRevenueRegionDataPoint = () => factories['io.flow.internal.v0.models.order_revenue_region_data_point']();
|
|
38887
39342
|
export const makeOrderRevenueTimelineChart = () => factories['io.flow.internal.v0.models.order_revenue_timeline_chart']();
|
|
@@ -38895,10 +39350,14 @@ export const makeOrderTransactionDeleted = () => factories['io.flow.internal.v0.
|
|
|
38895
39350
|
export const makeOrderTransactionType = () => factories['io.flow.internal.v0.enums.order_transaction_type']();
|
|
38896
39351
|
export const makeOrderTransactionUpserted = () => factories['io.flow.internal.v0.models.order_transaction_upserted']();
|
|
38897
39352
|
export const makeOrderValidation = () => factories['io.flow.internal.v0.models.order_validation']();
|
|
39353
|
+
export const makeOrderValidationDeleted = () => factories['io.flow.internal.v0.models.order_validation_deleted']();
|
|
38898
39354
|
export const makeOrderValidationError = () => factories['io.flow.internal.v0.models.order_validation_error']();
|
|
38899
39355
|
export const makeOrderValidationFailure = () => factories['io.flow.internal.v0.models.order_validation_failure']();
|
|
39356
|
+
export const makeOrderValidationFailureDeleted = () => factories['io.flow.internal.v0.models.order_validation_failure_deleted']();
|
|
38900
39357
|
export const makeOrderValidationFailureSummary = () => factories['io.flow.internal.v0.models.order_validation_failure_summary']();
|
|
39358
|
+
export const makeOrderValidationFailureUpserted = () => factories['io.flow.internal.v0.models.order_validation_failure_upserted']();
|
|
38901
39359
|
export const makeOrderValidationStatus = () => factories['io.flow.internal.v0.enums.order_validation_status']();
|
|
39360
|
+
export const makeOrderValidationUpserted = () => factories['io.flow.internal.v0.models.order_validation_upserted']();
|
|
38902
39361
|
export const makeOrganizationAccount = () => factories['io.flow.internal.v0.models.organization_account']();
|
|
38903
39362
|
export const makeOrganizationAccountDeleted = () => factories['io.flow.internal.v0.models.organization_account_deleted']();
|
|
38904
39363
|
export const makeOrganizationAccountUpsertedV2 = () => factories['io.flow.internal.v0.models.organization_account_upserted_v2']();
|
|
@@ -39010,6 +39469,7 @@ export const makePaypalRefundDeleted = () => factories['io.flow.internal.v0.mode
|
|
|
39010
39469
|
export const makePaypalRefundUpserted = () => factories['io.flow.internal.v0.models.paypal_refund_upserted']();
|
|
39011
39470
|
export const makePendingBankPayment = () => factories['io.flow.internal.v0.models.pending_bank_payment']();
|
|
39012
39471
|
export const makePendingBankPaymentDetail = () => factories['io.flow.internal.v0.models.pending_bank_payment_detail']();
|
|
39472
|
+
export const makePendingOrder = () => factories['io.flow.internal.v0.models.pending_order']();
|
|
39013
39473
|
export const makePhraseClassified = () => factories['io.flow.internal.v0.models.phrase_classified']();
|
|
39014
39474
|
export const makePhrasePropagated = () => factories['io.flow.internal.v0.models.phrase_propagated']();
|
|
39015
39475
|
export const makePingRequestForm = () => factories['io.flow.internal.v0.models.ping_request_form']();
|
|
@@ -39075,7 +39535,6 @@ export const makeProofOfPostingFulfilled = () => factories['io.flow.internal.v0.
|
|
|
39075
39535
|
export const makeProofOfPostingOrderCancellation = () => factories['io.flow.internal.v0.models.proof_of_posting_order_cancellation']();
|
|
39076
39536
|
export const makeProofOfPostingOrderCombinedShipment = () => factories['io.flow.internal.v0.models.proof_of_posting_order_combined_shipment']();
|
|
39077
39537
|
export const makeProofOfPostingShippingNotification = () => factories['io.flow.internal.v0.models.proof_of_posting_shipping_notification']();
|
|
39078
|
-
export const makeQueuedRecord = () => factories['io.flow.internal.v0.models.queued_record']();
|
|
39079
39538
|
export const makeQuote = () => factories['io.flow.internal.v0.models.quote']();
|
|
39080
39539
|
export const makeQuoteDeleted = () => factories['io.flow.internal.v0.models.quote_deleted']();
|
|
39081
39540
|
export const makeQuoteRequest = () => factories['io.flow.internal.v0.models.quote_request']();
|
|
@@ -39426,6 +39885,7 @@ export const makeSpotRateVersion = () => factories['io.flow.internal.v0.models.s
|
|
|
39426
39885
|
export const makeStandaloneAttachment = () => factories['io.flow.internal.v0.models.standalone_attachment']();
|
|
39427
39886
|
export const makeStandaloneAttachmentDeleted = () => factories['io.flow.internal.v0.models.standalone_attachment_deleted']();
|
|
39428
39887
|
export const makeStandaloneAttachmentUpserted = () => factories['io.flow.internal.v0.models.standalone_attachment_upserted']();
|
|
39888
|
+
export const makeStatementCreationMetadata = () => factories['io.flow.internal.v0.models.statement_creation_metadata']();
|
|
39429
39889
|
export const makeStatementStatus = () => factories['io.flow.internal.v0.enums.statement_status']();
|
|
39430
39890
|
export const makeStatementTransferTransactionLocation = () => factories['io.flow.internal.v0.enums.statement_transfer_transaction_location']();
|
|
39431
39891
|
export const makeStatisticType = () => factories['io.flow.internal.v0.enums.statistic_type']();
|
|
@@ -39485,10 +39945,12 @@ export const makeTariffEligibility = () => factories['io.flow.internal.v0.models
|
|
|
39485
39945
|
export const makeTariffEligibilityData = () => factories['io.flow.internal.v0.unions.tariff_eligibility_data']();
|
|
39486
39946
|
export const makeTariffEligibilityForm = () => factories['io.flow.internal.v0.unions.tariff_eligibility_form']();
|
|
39487
39947
|
export const makeTariffEligibilityType = () => factories['io.flow.internal.v0.enums.tariff_eligibility_type']();
|
|
39948
|
+
export const makeTask = () => factories['io.flow.internal.v0.models.task']();
|
|
39488
39949
|
export const makeTaskCount = () => factories['io.flow.internal.v0.models.task_count']();
|
|
39489
39950
|
export const makeTaskData = () => factories['io.flow.internal.v0.unions.task_data']();
|
|
39490
39951
|
export const makeTaskImport = () => factories['io.flow.internal.v0.models.task_import']();
|
|
39491
39952
|
export const makeTaskItemUpserted = () => factories['io.flow.internal.v0.models.task_item_upserted']();
|
|
39953
|
+
export const makeTaskMetadata = () => factories['io.flow.internal.v0.unions.task_metadata']();
|
|
39492
39954
|
export const makeTaskProcessQueuedEvent = () => factories['io.flow.internal.v0.models.task_process_queued_event']();
|
|
39493
39955
|
export const makeTaskProcessorKey = () => factories['io.flow.internal.v0.enums.task_processor_key']();
|
|
39494
39956
|
export const makeTaskSummarizeCode = () => factories['io.flow.internal.v0.models.task_summarize_code']();
|
|
@@ -39535,6 +39997,10 @@ export const makeTrackingLabelDeleted = () => factories['io.flow.internal.v0.mod
|
|
|
39535
39997
|
export const makeTrackingLabelEventDeletedV2 = () => factories['io.flow.internal.v0.models.tracking_label_event_deleted_v2']();
|
|
39536
39998
|
export const makeTrackingLabelEventUpsertedV2 = () => factories['io.flow.internal.v0.models.tracking_label_event_upserted_v2']();
|
|
39537
39999
|
export const makeTrackingLabelUpserted = () => factories['io.flow.internal.v0.models.tracking_label_upserted']();
|
|
40000
|
+
export const makeTrackingProcessingError = () => factories['io.flow.internal.v0.models.tracking_processing_error']();
|
|
40001
|
+
export const makeTrackingProcessingErrorDeleted = () => factories['io.flow.internal.v0.models.tracking_processing_error_deleted']();
|
|
40002
|
+
export const makeTrackingProcessingErrorUpserted = () => factories['io.flow.internal.v0.models.tracking_processing_error_upserted']();
|
|
40003
|
+
export const makeTrackingProcessingFailureClassification = () => factories['io.flow.internal.v0.enums.tracking_processing_failure_classification']();
|
|
39538
40004
|
export const makeTrackingRequest = () => factories['io.flow.internal.v0.models.tracking_request']();
|
|
39539
40005
|
export const makeTrackingRequestUpserted = () => factories['io.flow.internal.v0.models.tracking_request_upserted']();
|
|
39540
40006
|
export const makeTrackingResponse = () => factories['io.flow.internal.v0.models.tracking_response']();
|