@flowio/api-factories 0.0.124 → 0.0.125
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.js +137 -80
- package/dist/esm/api.js +93 -42
- package/dist/types/api.d.ts +10 -4
- package/package.json +1 -1
- package/src/api.ts +101 -46
package/src/api.ts
CHANGED
|
@@ -762,6 +762,7 @@ const factories = {
|
|
|
762
762
|
created_at: factories.date_time_iso_8601(),
|
|
763
763
|
status: factories['io.flow.common.v0.enums.organization_status'](),
|
|
764
764
|
type: factories['io.flow.common.v0.enums.organization_type'](),
|
|
765
|
+
channel: factories['io.flow.common.v0.models.channel_reference'](),
|
|
765
766
|
}),
|
|
766
767
|
|
|
767
768
|
'io.flow.common.v0.models.organization_defaults': (): io.flow.common.v0.models.OrganizationDefaults => ({
|
|
@@ -775,6 +776,7 @@ const factories = {
|
|
|
775
776
|
'io.flow.common.v0.models.organization_reference': (): io.flow.common.v0.models.OrganizationReference => ({
|
|
776
777
|
discriminator: 'organization_reference',
|
|
777
778
|
id: factories.string(),
|
|
779
|
+
channel: factories['io.flow.common.v0.models.channel_reference'](),
|
|
778
780
|
}),
|
|
779
781
|
|
|
780
782
|
'io.flow.common.v0.models.organization_summary': (): io.flow.common.v0.models.OrganizationSummary => ({
|
|
@@ -4499,6 +4501,21 @@ const factories = {
|
|
|
4499
4501
|
'io.flow.v0.enums.cost_estimate_source': (): io.flow.v0.enums.CostEstimateSource => faker.helpers.arrayElement(['flow', 'channel']),
|
|
4500
4502
|
'io.flow.v0.enums.country_picker_source': (): io.flow.v0.enums.CountryPickerSource => faker.helpers.arrayElement(['experience', 'destination']),
|
|
4501
4503
|
|
|
4504
|
+
'io.flow.v0.enums.cpsc_attribute': (): io.flow.v0.enums.CpscAttribute => faker.helpers.arrayElement([
|
|
4505
|
+
'certification_id',
|
|
4506
|
+
'citation_codes',
|
|
4507
|
+
'manufactured_date',
|
|
4508
|
+
'manufactured_location',
|
|
4509
|
+
'product_test_date',
|
|
4510
|
+
'test_lab_name',
|
|
4511
|
+
'point_of_contact',
|
|
4512
|
+
'certification_version',
|
|
4513
|
+
'certification_product_id',
|
|
4514
|
+
'certificate_type',
|
|
4515
|
+
'lab_type',
|
|
4516
|
+
'taxonomy_reference',
|
|
4517
|
+
]),
|
|
4518
|
+
|
|
4502
4519
|
'io.flow.v0.enums.credit_payment_error_code': (): io.flow.v0.enums.CreditPaymentErrorCode => faker.helpers.arrayElement([
|
|
4503
4520
|
'generic_error',
|
|
4504
4521
|
'invalid_order_number',
|
|
@@ -5233,6 +5250,8 @@ const factories = {
|
|
|
5233
5250
|
'io.flow.v0.enums.refund_status': (): io.flow.v0.enums.RefundStatus => faker.helpers.arrayElement(['pending', 'succeeded', 'failed', 'canceled']),
|
|
5234
5251
|
'io.flow.v0.enums.region_type': (): io.flow.v0.enums.RegionType => faker.helpers.arrayElement(['state', 'province', 'jurisdiction']),
|
|
5235
5252
|
'io.flow.v0.enums.restricted_review_status': (): io.flow.v0.enums.RestrictedReviewStatus => faker.helpers.arrayElement(['in_review', 'reviewed']),
|
|
5253
|
+
'io.flow.v0.enums.restriction_decision': (): io.flow.v0.enums.RestrictionDecision => faker.helpers.arrayElement(['accept', 'reject', 'escalate', 'review']),
|
|
5254
|
+
'io.flow.v0.enums.restriction_decision_reason': (): io.flow.v0.enums.RestrictionDecisionReason => faker.helpers.arrayElement(['manual_dispute']),
|
|
5236
5255
|
'io.flow.v0.enums.restriction_environment': (): io.flow.v0.enums.RestrictionEnvironment => faker.helpers.arrayElement(['sandbox', 'production', 'qa']),
|
|
5237
5256
|
'io.flow.v0.enums.return_item_status': (): io.flow.v0.enums.ReturnItemStatus => faker.helpers.arrayElement(['returnable', 'non-returnable']),
|
|
5238
5257
|
'io.flow.v0.enums.return_policy_state': (): io.flow.v0.enums.ReturnPolicyState => faker.helpers.arrayElement(['current', 'deleting', 'updating']),
|
|
@@ -5325,7 +5344,7 @@ const factories = {
|
|
|
5325
5344
|
'io.flow.v0.enums.shopify_sync_check': (): io.flow.v0.enums.ShopifySyncCheck => faker.helpers.arrayElement(['localized_variants', 'flow_variant_metafields']),
|
|
5326
5345
|
'io.flow.v0.enums.sort_direction': (): io.flow.v0.enums.SortDirection => faker.helpers.arrayElement(['ascending', 'descending']),
|
|
5327
5346
|
'io.flow.v0.enums.statement_attachment_type': (): io.flow.v0.enums.StatementAttachmentType => faker.helpers.arrayElement(['csv', 'pdf']),
|
|
5328
|
-
'io.flow.v0.enums.statement_status_code': (): io.flow.v0.enums.StatementStatusCode => faker.helpers.arrayElement(['scheduled', 'sent', 'failed']),
|
|
5347
|
+
'io.flow.v0.enums.statement_status_code': (): io.flow.v0.enums.StatementStatusCode => faker.helpers.arrayElement(['scheduled', 'sent', 'failed', 'paid']),
|
|
5329
5348
|
'io.flow.v0.enums.stored_method_usage_step': (): io.flow.v0.enums.StoredMethodUsageStep => faker.helpers.arrayElement(['initial', 'subsequent']),
|
|
5330
5349
|
'io.flow.v0.enums.strategy': (): io.flow.v0.enums.Strategy => faker.helpers.arrayElement(['range', 'from', 'to']),
|
|
5331
5350
|
'io.flow.v0.enums.subcatalog_item_status': (): io.flow.v0.enums.SubcatalogItemStatus => faker.helpers.arrayElement(['excluded', 'included', 'restricted']),
|
|
@@ -5495,6 +5514,7 @@ const factories = {
|
|
|
5495
5514
|
'b2b_fee_mor_tax',
|
|
5496
5515
|
'b2b_fee_shipping_tax',
|
|
5497
5516
|
'flat_rate_label',
|
|
5517
|
+
'flat_rate_label_subsidy',
|
|
5498
5518
|
]),
|
|
5499
5519
|
|
|
5500
5520
|
'io.flow.v0.enums.transfer_status': (): io.flow.v0.enums.TransferStatus => faker.helpers.arrayElement(['succeeded', 'canceled']),
|
|
@@ -6350,6 +6370,42 @@ const factories = {
|
|
|
6350
6370
|
b2b_credit_memo: factories['io.flow.v0.models.b2b_credit_memo'](),
|
|
6351
6371
|
}),
|
|
6352
6372
|
|
|
6373
|
+
'io.flow.v0.models.b2b_credit_note': (): io.flow.v0.models.B2BCreditNote => ({
|
|
6374
|
+
id: factories.string(),
|
|
6375
|
+
number: factories.string(),
|
|
6376
|
+
status: factories['io.flow.v0.enums.consumer_invoice_status'](),
|
|
6377
|
+
date: factories.date_time_iso_8601(),
|
|
6378
|
+
key: factories.string(),
|
|
6379
|
+
debit_note: factories['io.flow.v0.models.b2b_debit_note_reference'](),
|
|
6380
|
+
order: factories['io.flow.v0.models.consumer_invoice_order_summary'](),
|
|
6381
|
+
center: factories['io.flow.v0.models.consumer_invoice_center_reference'](),
|
|
6382
|
+
lines: arrayOf(() => factories['io.flow.v0.unions.consumer_invoice_line']()),
|
|
6383
|
+
documents: arrayOf(() => factories['io.flow.v0.models.consumer_invoice_document']()),
|
|
6384
|
+
attributes: objectOf(() => factories.string()),
|
|
6385
|
+
voids_b2b_debit_note: factories.boolean(),
|
|
6386
|
+
}),
|
|
6387
|
+
|
|
6388
|
+
'io.flow.v0.models.b2b_debit_note': (): io.flow.v0.models.B2BDebitNote => ({
|
|
6389
|
+
id: factories.string(),
|
|
6390
|
+
number: factories.string(),
|
|
6391
|
+
buyer: factories['io.flow.v0.models.merchant_of_record_entity'](),
|
|
6392
|
+
seller: factories['io.flow.v0.models.merchant_of_record_entity'](),
|
|
6393
|
+
status: factories['io.flow.v0.enums.consumer_invoice_status'](),
|
|
6394
|
+
date: factories.date_time_iso_8601(),
|
|
6395
|
+
key: factories.string(),
|
|
6396
|
+
order: factories['io.flow.v0.models.consumer_invoice_order_summary'](),
|
|
6397
|
+
center: factories['io.flow.v0.models.consumer_invoice_center_reference'](),
|
|
6398
|
+
lines: arrayOf(() => factories['io.flow.v0.unions.consumer_invoice_line']()),
|
|
6399
|
+
documents: arrayOf(() => factories['io.flow.v0.models.consumer_invoice_document']()),
|
|
6400
|
+
attributes: objectOf(() => factories.string()),
|
|
6401
|
+
}),
|
|
6402
|
+
|
|
6403
|
+
'io.flow.v0.models.b2b_debit_note_reference': (): io.flow.v0.models.B2BDebitNoteReference => ({
|
|
6404
|
+
id: factories.string(),
|
|
6405
|
+
key: factories.string(),
|
|
6406
|
+
number: factories.string(),
|
|
6407
|
+
}),
|
|
6408
|
+
|
|
6353
6409
|
'io.flow.v0.models.b2b_invoice': (): io.flow.v0.models.B2BInvoice => ({
|
|
6354
6410
|
id: factories.string(),
|
|
6355
6411
|
number: factories.string(),
|
|
@@ -6431,18 +6487,6 @@ const factories = {
|
|
|
6431
6487
|
'io.flow.v0.models.bank_account_info_kor': (): io.flow.v0.models.BankAccountInfoKor => ({
|
|
6432
6488
|
discriminator: 'kor',
|
|
6433
6489
|
name: factories.string(),
|
|
6434
|
-
address: factories['io.flow.v0.models.address'](),
|
|
6435
|
-
phone: factories.string(),
|
|
6436
|
-
email: factories.string(),
|
|
6437
|
-
bank_account_number: factories.string(),
|
|
6438
|
-
bank_routing_number: factories.string(),
|
|
6439
|
-
bank_name: factories.string(),
|
|
6440
|
-
bank_address: factories['io.flow.v0.models.address'](),
|
|
6441
|
-
}),
|
|
6442
|
-
|
|
6443
|
-
'io.flow.v0.models.bank_account_info_kor_v2': (): io.flow.v0.models.BankAccountInfoKorV2 => ({
|
|
6444
|
-
discriminator: 'kor_v2',
|
|
6445
|
-
name: factories.string(),
|
|
6446
6490
|
bank_account_number: factories.string(),
|
|
6447
6491
|
bank_routing_number: factories.string(),
|
|
6448
6492
|
bank_name: factories.string(),
|
|
@@ -10099,6 +10143,7 @@ const factories = {
|
|
|
10099
10143
|
'io.flow.v0.models.lane_summary': (): io.flow.v0.models.LaneSummary => ({
|
|
10100
10144
|
id: factories.string(),
|
|
10101
10145
|
ratecard: factories['io.flow.v0.models.ratecard_summary'](),
|
|
10146
|
+
dim_factor: factories.decimal(),
|
|
10102
10147
|
}),
|
|
10103
10148
|
|
|
10104
10149
|
'io.flow.v0.models.language': (): io.flow.v0.models.Language => ({
|
|
@@ -11231,6 +11276,11 @@ const factories = {
|
|
|
11231
11276
|
deactivated_at: factories.date_time_iso_8601(),
|
|
11232
11277
|
}),
|
|
11233
11278
|
|
|
11279
|
+
'io.flow.v0.models.order_state_rejection_reason_payment_fraud': (): io.flow.v0.models.OrderStateRejectionReasonPaymentFraud => ({
|
|
11280
|
+
discriminator: 'order_state_rejection_reason_payment_fraud',
|
|
11281
|
+
payment_request_id: factories.string(),
|
|
11282
|
+
}),
|
|
11283
|
+
|
|
11234
11284
|
'io.flow.v0.models.order_state_rejection_reason_restricted_item': (): io.flow.v0.models.OrderStateRejectionReasonRestrictedItem => ({
|
|
11235
11285
|
discriminator: 'order_state_rejection_reason_restricted_item',
|
|
11236
11286
|
item_numbers: arrayOf(() => factories.string()),
|
|
@@ -11343,6 +11393,7 @@ const factories = {
|
|
|
11343
11393
|
created_at: factories.date_time_iso_8601(),
|
|
11344
11394
|
status: factories['io.flow.v0.enums.organization_status'](),
|
|
11345
11395
|
type: factories['io.flow.v0.enums.organization_type'](),
|
|
11396
|
+
channel: factories['io.flow.v0.models.channel_reference'](),
|
|
11346
11397
|
}),
|
|
11347
11398
|
|
|
11348
11399
|
'io.flow.v0.models.organization_authorization': (): io.flow.v0.models.OrganizationAuthorization => ({
|
|
@@ -11503,6 +11554,7 @@ const factories = {
|
|
|
11503
11554
|
'io.flow.v0.models.organization_reference': (): io.flow.v0.models.OrganizationReference => ({
|
|
11504
11555
|
discriminator: 'organization_reference',
|
|
11505
11556
|
id: factories.string(),
|
|
11557
|
+
channel: factories['io.flow.v0.models.channel_reference'](),
|
|
11506
11558
|
}),
|
|
11507
11559
|
|
|
11508
11560
|
'io.flow.v0.models.organization_session': (): io.flow.v0.models.OrganizationSession => ({
|
|
@@ -11546,6 +11598,7 @@ const factories = {
|
|
|
11546
11598
|
province: factories.string(),
|
|
11547
11599
|
self_billing_agreement_effective_at: factories.date_time_iso_8601(),
|
|
11548
11600
|
self_billing_agreement_expires_at: factories.date_time_iso_8601(),
|
|
11601
|
+
legal_name: factories.string(),
|
|
11549
11602
|
}),
|
|
11550
11603
|
|
|
11551
11604
|
'io.flow.v0.models.organization_token': (): io.flow.v0.models.OrganizationToken => ({
|
|
@@ -12486,6 +12539,11 @@ const factories = {
|
|
|
12486
12539
|
reason: factories['io.flow.v0.enums.payout_status_failure_code'](),
|
|
12487
12540
|
}),
|
|
12488
12541
|
|
|
12542
|
+
'io.flow.v0.models.payout_status_paid': (): io.flow.v0.models.PayoutStatusPaid => ({
|
|
12543
|
+
code: 'paid',
|
|
12544
|
+
timestamp: factories.date_time_iso_8601(),
|
|
12545
|
+
}),
|
|
12546
|
+
|
|
12489
12547
|
'io.flow.v0.models.payout_status_scheduled': (): io.flow.v0.models.PayoutStatusScheduled => ({
|
|
12490
12548
|
code: 'scheduled',
|
|
12491
12549
|
placeholder: factories.string(),
|
|
@@ -13171,6 +13229,7 @@ const factories = {
|
|
|
13171
13229
|
glbe_shipping_method_id: factories.string(),
|
|
13172
13230
|
glbe_proposition_name: factories.string(),
|
|
13173
13231
|
channel_revenue_share_percentage: factories.decimal(),
|
|
13232
|
+
channel_id: factories.string(),
|
|
13174
13233
|
}),
|
|
13175
13234
|
|
|
13176
13235
|
'io.flow.v0.models.ratecard_carrier_summary': (): io.flow.v0.models.RatecardCarrierSummary => ({
|
|
@@ -13281,6 +13340,7 @@ const factories = {
|
|
|
13281
13340
|
glbe_shipping_method_id: factories.string(),
|
|
13282
13341
|
glbe_proposition_name: factories.string(),
|
|
13283
13342
|
channel_revenue_share_percentage: factories.decimal(),
|
|
13343
|
+
channel_id: factories.string(),
|
|
13284
13344
|
data: factories['io.flow.v0.models.ratecard_data'](),
|
|
13285
13345
|
}),
|
|
13286
13346
|
|
|
@@ -13324,20 +13384,6 @@ const factories = {
|
|
|
13324
13384
|
distance_unit: factories['io.flow.v0.enums.unit_of_measurement'](),
|
|
13325
13385
|
}),
|
|
13326
13386
|
|
|
13327
|
-
'io.flow.v0.models.ratecard_lane_import_form': (): io.flow.v0.models.RatecardLaneImportForm => ({
|
|
13328
|
-
ratecard_owner: factories['io.flow.v0.enums.ratecard_owner'](),
|
|
13329
|
-
service: factories.string(),
|
|
13330
|
-
currency: factories.string(),
|
|
13331
|
-
delivered_duty: factories['io.flow.v0.enums.delivered_duty'](),
|
|
13332
|
-
origin: factories['io.flow.v0.models.zone'](),
|
|
13333
|
-
destination: factories['io.flow.v0.models.zone'](),
|
|
13334
|
-
shipment_window: factories['io.flow.v0.models.shipment_window'](),
|
|
13335
|
-
dim_factor: factories.decimal(),
|
|
13336
|
-
weight_unit: factories['io.flow.v0.enums.unit_of_measurement'](),
|
|
13337
|
-
distance_unit: factories['io.flow.v0.enums.unit_of_measurement'](),
|
|
13338
|
-
rates: arrayOf(() => factories['io.flow.v0.models.ratecard_rate_form']()),
|
|
13339
|
-
}),
|
|
13340
|
-
|
|
13341
13387
|
'io.flow.v0.models.ratecard_lane_upserted': (): io.flow.v0.models.RatecardLaneUpserted => ({
|
|
13342
13388
|
discriminator: 'ratecard_lane_upserted',
|
|
13343
13389
|
event_id: factories.string(),
|
|
@@ -13353,14 +13399,7 @@ const factories = {
|
|
|
13353
13399
|
ratecard_lane: factories['io.flow.v0.models.ratecard_lane'](),
|
|
13354
13400
|
}),
|
|
13355
13401
|
|
|
13356
|
-
'io.flow.v0.models.ratecard_lanes_import_request_data': (): io.flow.v0.models.RatecardLanesImportRequestData => ({
|
|
13357
|
-
id: factories.string(),
|
|
13358
|
-
source_url: factories.string(),
|
|
13359
|
-
filename: factories.string(),
|
|
13360
|
-
}),
|
|
13361
|
-
|
|
13362
13402
|
'io.flow.v0.models.ratecard_rate': (): io.flow.v0.models.RatecardRate => ({
|
|
13363
|
-
id: factories.string(),
|
|
13364
13403
|
amount: factories.double(),
|
|
13365
13404
|
weight: factories.double(),
|
|
13366
13405
|
}),
|
|
@@ -13370,13 +13409,6 @@ const factories = {
|
|
|
13370
13409
|
weight: factories.double(),
|
|
13371
13410
|
}),
|
|
13372
13411
|
|
|
13373
|
-
'io.flow.v0.models.ratecard_rate_version': (): io.flow.v0.models.RatecardRateVersion => ({
|
|
13374
|
-
id: factories.string(),
|
|
13375
|
-
timestamp: factories.date_time_iso_8601(),
|
|
13376
|
-
type: factories['io.flow.v0.enums.change_type'](),
|
|
13377
|
-
ratecard_rate: factories['io.flow.v0.models.ratecard_rate'](),
|
|
13378
|
-
}),
|
|
13379
|
-
|
|
13380
13412
|
'io.flow.v0.models.ratecard_reference': (): io.flow.v0.models.RatecardReference => ({
|
|
13381
13413
|
id: factories.string(),
|
|
13382
13414
|
}),
|
|
@@ -13656,6 +13688,18 @@ const factories = {
|
|
|
13656
13688
|
days_of_week: arrayOf(() => factories['io.flow.v0.enums.day_of_week']()),
|
|
13657
13689
|
}),
|
|
13658
13690
|
|
|
13691
|
+
'io.flow.v0.models.restriction_decisions_form': (): io.flow.v0.models.RestrictionDecisionsForm => ({
|
|
13692
|
+
organization_id: factories.string(),
|
|
13693
|
+
rule_decisions: arrayOf(() => factories['io.flow.v0.models.restriction_rule_decision_form']()),
|
|
13694
|
+
}),
|
|
13695
|
+
|
|
13696
|
+
'io.flow.v0.models.restriction_rule_decision_form': (): io.flow.v0.models.RestrictionRuleDecisionForm => ({
|
|
13697
|
+
product_id: factories.string(),
|
|
13698
|
+
reason_code: factories.string(),
|
|
13699
|
+
decision: factories['io.flow.v0.enums.restriction_decision'](),
|
|
13700
|
+
decision_reason: factories['io.flow.v0.enums.restriction_decision_reason'](),
|
|
13701
|
+
}),
|
|
13702
|
+
|
|
13659
13703
|
'io.flow.v0.models.return': (): io.flow.v0.models.Return => ({
|
|
13660
13704
|
id: factories.string(),
|
|
13661
13705
|
key: factories.string(),
|
|
@@ -13964,6 +14008,7 @@ const factories = {
|
|
|
13964
14008
|
price: factories['io.flow.v0.models.money'](),
|
|
13965
14009
|
description: factories.string(),
|
|
13966
14010
|
taxonomy_category: factories['io.flow.v0.models.product_taxonomy_category'](),
|
|
14011
|
+
inferred_taxonomy_category: factories['io.flow.v0.models.product_taxonomy_category'](),
|
|
13967
14012
|
mode: factories['io.flow.v0.enums.sellability_screening_mode'](),
|
|
13968
14013
|
catalog_size: factories.integer(),
|
|
13969
14014
|
relative_ranking: factories.decimal(),
|
|
@@ -14266,6 +14311,7 @@ const factories = {
|
|
|
14266
14311
|
id: factories.string(),
|
|
14267
14312
|
ratecard: factories['io.flow.v0.models.shipping_label_ratecard_summary'](),
|
|
14268
14313
|
weight_break: factories.decimal(),
|
|
14314
|
+
dim_factor: factories.decimal(),
|
|
14269
14315
|
}),
|
|
14270
14316
|
|
|
14271
14317
|
'io.flow.v0.models.shipping_label_package': (): io.flow.v0.models.ShippingLabelPackage => ({
|
|
@@ -15131,6 +15177,7 @@ const factories = {
|
|
|
15131
15177
|
country: factories.string(),
|
|
15132
15178
|
tax_code: factories.string(),
|
|
15133
15179
|
province: factories.string(),
|
|
15180
|
+
legal_name: factories.string(),
|
|
15134
15181
|
}),
|
|
15135
15182
|
|
|
15136
15183
|
'io.flow.v0.models.tax_registration_form': (): io.flow.v0.models.TaxRegistrationForm => ({
|
|
@@ -15634,6 +15681,7 @@ const factories = {
|
|
|
15634
15681
|
request_method: factories['io.flow.v0.enums.label_request_method'](),
|
|
15635
15682
|
carrier: factories['io.flow.v0.models.transaction_metadata_shipping_label_carrier'](),
|
|
15636
15683
|
revenue_share_percentage: factories.decimal(),
|
|
15684
|
+
actual: factories['io.flow.v0.models.transaction_metadata_trueup_data'](),
|
|
15637
15685
|
}),
|
|
15638
15686
|
|
|
15639
15687
|
'io.flow.v0.models.transaction_metadata_shipping_label_carrier': (): io.flow.v0.models.TransactionMetadataShippingLabelCarrier => ({
|
|
@@ -16162,7 +16210,6 @@ const factories = {
|
|
|
16162
16210
|
() => factories['io.flow.v0.models.bank_account_info_fra'](),
|
|
16163
16211
|
() => factories['io.flow.v0.models.bank_account_info_ita'](),
|
|
16164
16212
|
() => factories['io.flow.v0.models.bank_account_info_kor'](),
|
|
16165
|
-
() => factories['io.flow.v0.models.bank_account_info_kor_v2'](),
|
|
16166
16213
|
]);
|
|
16167
16214
|
|
|
16168
16215
|
return f();
|
|
@@ -16799,6 +16846,7 @@ const factories = {
|
|
|
16799
16846
|
() => factories['io.flow.v0.models.order_state_rejection_reason_domestic_order'](),
|
|
16800
16847
|
() => factories['io.flow.v0.models.order_state_rejection_reason_items_empty'](),
|
|
16801
16848
|
() => factories['io.flow.v0.models.order_state_rejection_reason_organization_deactivated'](),
|
|
16849
|
+
() => factories['io.flow.v0.models.order_state_rejection_reason_payment_fraud'](),
|
|
16802
16850
|
]);
|
|
16803
16851
|
|
|
16804
16852
|
return f();
|
|
@@ -16985,6 +17033,7 @@ const factories = {
|
|
|
16985
17033
|
() => factories['io.flow.v0.models.payout_status_scheduled'](),
|
|
16986
17034
|
() => factories['io.flow.v0.models.payout_status_sent'](),
|
|
16987
17035
|
() => factories['io.flow.v0.models.payout_status_failed'](),
|
|
17036
|
+
() => factories['io.flow.v0.models.payout_status_paid'](),
|
|
16988
17037
|
]);
|
|
16989
17038
|
|
|
16990
17039
|
return f();
|
|
@@ -17435,6 +17484,9 @@ export const makeAvsCode = () => factories['io.flow.v0.enums.avs_code']();
|
|
|
17435
17484
|
export const makeB2BCreditMemo = () => factories['io.flow.v0.models.b2b_credit_memo']();
|
|
17436
17485
|
export const makeB2BCreditMemoDeleted = () => factories['io.flow.v0.models.b2b_credit_memo_deleted']();
|
|
17437
17486
|
export const makeB2BCreditMemoUpserted = () => factories['io.flow.v0.models.b2b_credit_memo_upserted']();
|
|
17487
|
+
export const makeB2BCreditNote = () => factories['io.flow.v0.models.b2b_credit_note']();
|
|
17488
|
+
export const makeB2BDebitNote = () => factories['io.flow.v0.models.b2b_debit_note']();
|
|
17489
|
+
export const makeB2BDebitNoteReference = () => factories['io.flow.v0.models.b2b_debit_note_reference']();
|
|
17438
17490
|
export const makeB2BInvoice = () => factories['io.flow.v0.models.b2b_invoice']();
|
|
17439
17491
|
export const makeB2BInvoiceDeleted = () => factories['io.flow.v0.models.b2b_invoice_deleted']();
|
|
17440
17492
|
export const makeB2BInvoiceReference = () => factories['io.flow.v0.models.b2b_invoice_reference']();
|
|
@@ -17449,7 +17501,6 @@ export const makeBankAccountInfoFra = () => factories['io.flow.v0.models.bank_ac
|
|
|
17449
17501
|
export const makeBankAccountInfoGbr = () => factories['io.flow.v0.models.bank_account_info_gbr']();
|
|
17450
17502
|
export const makeBankAccountInfoIta = () => factories['io.flow.v0.models.bank_account_info_ita']();
|
|
17451
17503
|
export const makeBankAccountInfoKor = () => factories['io.flow.v0.models.bank_account_info_kor']();
|
|
17452
|
-
export const makeBankAccountInfoKorV2 = () => factories['io.flow.v0.models.bank_account_info_kor_v2']();
|
|
17453
17504
|
export const makeBankAccountInfoUsa = () => factories['io.flow.v0.models.bank_account_info_usa']();
|
|
17454
17505
|
export const makeBankAccountReference = () => factories['io.flow.v0.models.bank_account_reference']();
|
|
17455
17506
|
export const makeBankAccountSummary = () => factories['io.flow.v0.models.bank_account_summary']();
|
|
@@ -17641,6 +17692,7 @@ export const makeCountryPickerSource = () => factories['io.flow.v0.enums.country
|
|
|
17641
17692
|
export const makeCountryShippingPricing = () => factories['io.flow.v0.models.country_shipping_pricing']();
|
|
17642
17693
|
export const makeCountryStatus = () => factories['io.flow.v0.models.country_status']();
|
|
17643
17694
|
export const makeCountryStatusForm = () => factories['io.flow.v0.models.country_status_form']();
|
|
17695
|
+
export const makeCpscAttribute = () => factories['io.flow.v0.enums.cpsc_attribute']();
|
|
17644
17696
|
export const makeCreditMemo = () => factories['io.flow.v0.models.credit_memo']();
|
|
17645
17697
|
export const makeCreditMemoDeleted = () => factories['io.flow.v0.models.credit_memo_deleted']();
|
|
17646
17698
|
export const makeCreditMemoForm = () => factories['io.flow.v0.models.credit_memo_form']();
|
|
@@ -18276,6 +18328,7 @@ export const makeOrderStateRejectionReason = () => factories['io.flow.v0.unions.
|
|
|
18276
18328
|
export const makeOrderStateRejectionReasonDomesticOrder = () => factories['io.flow.v0.models.order_state_rejection_reason_domestic_order']();
|
|
18277
18329
|
export const makeOrderStateRejectionReasonItemsEmpty = () => factories['io.flow.v0.models.order_state_rejection_reason_items_empty']();
|
|
18278
18330
|
export const makeOrderStateRejectionReasonOrganizationDeactivated = () => factories['io.flow.v0.models.order_state_rejection_reason_organization_deactivated']();
|
|
18331
|
+
export const makeOrderStateRejectionReasonPaymentFraud = () => factories['io.flow.v0.models.order_state_rejection_reason_payment_fraud']();
|
|
18279
18332
|
export const makeOrderStateRejectionReasonRestrictedItem = () => factories['io.flow.v0.models.order_state_rejection_reason_restricted_item']();
|
|
18280
18333
|
export const makeOrderStateStatus = () => factories['io.flow.v0.enums.order_state_status']();
|
|
18281
18334
|
export const makeOrderStateUpserted = () => factories['io.flow.v0.models.order_state_upserted']();
|
|
@@ -18503,6 +18556,7 @@ export const makePayoutReference = () => factories['io.flow.v0.models.payout_ref
|
|
|
18503
18556
|
export const makePayoutStatus = () => factories['io.flow.v0.unions.payout_status']();
|
|
18504
18557
|
export const makePayoutStatusFailed = () => factories['io.flow.v0.models.payout_status_failed']();
|
|
18505
18558
|
export const makePayoutStatusFailureCode = () => factories['io.flow.v0.enums.payout_status_failure_code']();
|
|
18559
|
+
export const makePayoutStatusPaid = () => factories['io.flow.v0.models.payout_status_paid']();
|
|
18506
18560
|
export const makePayoutStatusScheduled = () => factories['io.flow.v0.models.payout_status_scheduled']();
|
|
18507
18561
|
export const makePayoutStatusSent = () => factories['io.flow.v0.models.payout_status_sent']();
|
|
18508
18562
|
export const makePayoutTransaction = () => factories['io.flow.v0.models.payout_transaction']();
|
|
@@ -18629,14 +18683,11 @@ export const makeRatecardForm = () => factories['io.flow.v0.models.ratecard_form
|
|
|
18629
18683
|
export const makeRatecardLane = () => factories['io.flow.v0.models.ratecard_lane']();
|
|
18630
18684
|
export const makeRatecardLaneDeleted = () => factories['io.flow.v0.models.ratecard_lane_deleted']();
|
|
18631
18685
|
export const makeRatecardLaneForm = () => factories['io.flow.v0.models.ratecard_lane_form']();
|
|
18632
|
-
export const makeRatecardLaneImportForm = () => factories['io.flow.v0.models.ratecard_lane_import_form']();
|
|
18633
18686
|
export const makeRatecardLaneUpserted = () => factories['io.flow.v0.models.ratecard_lane_upserted']();
|
|
18634
18687
|
export const makeRatecardLaneVersion = () => factories['io.flow.v0.models.ratecard_lane_version']();
|
|
18635
|
-
export const makeRatecardLanesImportRequestData = () => factories['io.flow.v0.models.ratecard_lanes_import_request_data']();
|
|
18636
18688
|
export const makeRatecardOwner = () => factories['io.flow.v0.enums.ratecard_owner']();
|
|
18637
18689
|
export const makeRatecardRate = () => factories['io.flow.v0.models.ratecard_rate']();
|
|
18638
18690
|
export const makeRatecardRateForm = () => factories['io.flow.v0.models.ratecard_rate_form']();
|
|
18639
|
-
export const makeRatecardRateVersion = () => factories['io.flow.v0.models.ratecard_rate_version']();
|
|
18640
18691
|
export const makeRatecardReference = () => factories['io.flow.v0.models.ratecard_reference']();
|
|
18641
18692
|
export const makeRatecardRegionReference = () => factories['io.flow.v0.models.ratecard_region_reference']();
|
|
18642
18693
|
export const makeRatecardServiceSummary = () => factories['io.flow.v0.models.ratecard_service_summary']();
|
|
@@ -18682,7 +18733,11 @@ export const makeRepeatMonthly = () => factories['io.flow.v0.models.repeat_month
|
|
|
18682
18733
|
export const makeRepeatSchedule = () => factories['io.flow.v0.unions.repeat_schedule']();
|
|
18683
18734
|
export const makeRepeatWeekly = () => factories['io.flow.v0.models.repeat_weekly']();
|
|
18684
18735
|
export const makeRestrictedReviewStatus = () => factories['io.flow.v0.enums.restricted_review_status']();
|
|
18736
|
+
export const makeRestrictionDecision = () => factories['io.flow.v0.enums.restriction_decision']();
|
|
18737
|
+
export const makeRestrictionDecisionReason = () => factories['io.flow.v0.enums.restriction_decision_reason']();
|
|
18738
|
+
export const makeRestrictionDecisionsForm = () => factories['io.flow.v0.models.restriction_decisions_form']();
|
|
18685
18739
|
export const makeRestrictionEnvironment = () => factories['io.flow.v0.enums.restriction_environment']();
|
|
18740
|
+
export const makeRestrictionRuleDecisionForm = () => factories['io.flow.v0.models.restriction_rule_decision_form']();
|
|
18686
18741
|
export const makeReturn = () => factories['io.flow.v0.models.return']();
|
|
18687
18742
|
export const makeReturnForm = () => factories['io.flow.v0.models.return_form']();
|
|
18688
18743
|
export const makeReturnItemReference = () => factories['io.flow.v0.models.return_item_reference']();
|