@flowio/api-internal-factories 0.0.111 → 0.0.113
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 +254 -38
- package/dist/esm/api-internal.js +199 -0
- package/dist/types/api-internal.d.ts +17 -0
- package/package.json +2 -2
- package/src/api-internal.ts +217 -0
package/dist/esm/api-internal.js
CHANGED
|
@@ -1687,6 +1687,7 @@ var factories = {
|
|
|
1687
1687
|
return f();
|
|
1688
1688
|
},
|
|
1689
1689
|
'io.flow.channel.internal.v0.enums.channel_order_acceptance_error_action': function () { return faker.helpers.arrayElement(['auto_reject', 'auto_accept']); },
|
|
1690
|
+
'io.flow.channel.internal.v0.enums.channel_order_acceptance_failure_reason_code': function () { return faker.helpers.arrayElement(['channel_order_mor_invalid', 'channel_order_does_not_exist']); },
|
|
1690
1691
|
'io.flow.channel.internal.v0.enums.channel_order_acceptance_next_action_from': function () { return faker.helpers.arrayElement([
|
|
1691
1692
|
'cx_team',
|
|
1692
1693
|
'core_team',
|
|
@@ -1758,6 +1759,14 @@ var factories = {
|
|
|
1758
1759
|
order_acceptance: factories['io.flow.channel.internal.v0.models.channel_order_acceptance'](),
|
|
1759
1760
|
external_order: factories.object(),
|
|
1760
1761
|
}); },
|
|
1762
|
+
'io.flow.channel.internal.v0.models.channel_order_acceptance_failure': function () { return ({
|
|
1763
|
+
id: factories.string(),
|
|
1764
|
+
organization_id: factories.string(),
|
|
1765
|
+
channel_id: factories.string(),
|
|
1766
|
+
payment_request_id: factories.string(),
|
|
1767
|
+
code: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_failure_reason_code'](),
|
|
1768
|
+
reason: factories.string(),
|
|
1769
|
+
}); },
|
|
1761
1770
|
'io.flow.channel.internal.v0.models.channel_order_acceptance_form': function () { return ({
|
|
1762
1771
|
status: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_status'](),
|
|
1763
1772
|
}); },
|
|
@@ -6158,6 +6167,7 @@ var factories = {
|
|
|
6158
6167
|
]); },
|
|
6159
6168
|
'io.flow.internal.v0.enums.channel_billed_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'channel_initiated']); },
|
|
6160
6169
|
'io.flow.internal.v0.enums.channel_order_acceptance_error_action': function () { return faker.helpers.arrayElement(['auto_reject', 'auto_accept']); },
|
|
6170
|
+
'io.flow.internal.v0.enums.channel_order_acceptance_failure_reason_code': function () { return faker.helpers.arrayElement(['channel_order_mor_invalid', 'channel_order_does_not_exist']); },
|
|
6161
6171
|
'io.flow.internal.v0.enums.channel_order_acceptance_next_action_from': function () { return faker.helpers.arrayElement([
|
|
6162
6172
|
'cx_team',
|
|
6163
6173
|
'core_team',
|
|
@@ -6298,6 +6308,8 @@ var factories = {
|
|
|
6298
6308
|
'adyen_capture_upserted',
|
|
6299
6309
|
'adyen_refund_deleted',
|
|
6300
6310
|
'adyen_refund_upserted',
|
|
6311
|
+
'adyen_dispute_upserted',
|
|
6312
|
+
'adyen_dispute_deleted',
|
|
6301
6313
|
'index_assignment_upserted',
|
|
6302
6314
|
'index_assignment_deleted',
|
|
6303
6315
|
'fulfillment_upserted',
|
|
@@ -6371,6 +6383,7 @@ var factories = {
|
|
|
6371
6383
|
'catalog_settings_deleted',
|
|
6372
6384
|
'channel_order_acceptance_upserted',
|
|
6373
6385
|
'channel_order_acceptance_deleted',
|
|
6386
|
+
'channel_order_acceptance_failed',
|
|
6374
6387
|
'checkout_configuration_upserted',
|
|
6375
6388
|
'checkout_configuration_deleted',
|
|
6376
6389
|
'commercial_invoice_internal_upserted',
|
|
@@ -6626,6 +6639,8 @@ var factories = {
|
|
|
6626
6639
|
'stripe_capture_upserted',
|
|
6627
6640
|
'stripe_refund_deleted',
|
|
6628
6641
|
'stripe_refund_upserted',
|
|
6642
|
+
'stripe_dispute_upserted',
|
|
6643
|
+
'stripe_dispute_deleted',
|
|
6629
6644
|
'liability_remittance_plan_upserted',
|
|
6630
6645
|
'liability_remittance_plan_deleted',
|
|
6631
6646
|
'svitlana_item_upserted',
|
|
@@ -6984,6 +6999,8 @@ var factories = {
|
|
|
6984
6999
|
'account_quarterly_balances',
|
|
6985
7000
|
'invariants',
|
|
6986
7001
|
'payments',
|
|
7002
|
+
'reconcile_not_recorded',
|
|
7003
|
+
'products_record',
|
|
6987
7004
|
]); },
|
|
6988
7005
|
'io.flow.internal.v0.enums.reporting_fulfillment_is_virtual': function () { return faker.helpers.arrayElement(['all', 'mixed', 'none']); },
|
|
6989
7006
|
'io.flow.internal.v0.enums.reporting_scheme': function () { return faker.helpers.arrayElement([
|
|
@@ -7481,6 +7498,18 @@ var factories = {
|
|
|
7481
7498
|
timestamp: factories.date_time_iso_8601(),
|
|
7482
7499
|
capture: factories['io.flow.internal.v0.models.adyen_internal_capture'](),
|
|
7483
7500
|
}); },
|
|
7501
|
+
'io.flow.internal.v0.models.adyen_dispute_deleted': function () { return ({
|
|
7502
|
+
discriminator: 'adyen_dispute_deleted',
|
|
7503
|
+
event_id: factories.string(),
|
|
7504
|
+
timestamp: factories.date_time_iso_8601(),
|
|
7505
|
+
id: factories.string(),
|
|
7506
|
+
}); },
|
|
7507
|
+
'io.flow.internal.v0.models.adyen_dispute_upserted': function () { return ({
|
|
7508
|
+
discriminator: 'adyen_dispute_upserted',
|
|
7509
|
+
event_id: factories.string(),
|
|
7510
|
+
timestamp: factories.date_time_iso_8601(),
|
|
7511
|
+
dispute: factories['io.flow.internal.v0.models.adyen_internal_dispute'](),
|
|
7512
|
+
}); },
|
|
7484
7513
|
'io.flow.internal.v0.models.adyen_internal_authorization': function () { return ({
|
|
7485
7514
|
id: factories.string(),
|
|
7486
7515
|
flow_authorization_id: factories.string(),
|
|
@@ -7519,6 +7548,31 @@ var factories = {
|
|
|
7519
7548
|
psp_reference: factories.string(),
|
|
7520
7549
|
response: factories.string(),
|
|
7521
7550
|
}); },
|
|
7551
|
+
'io.flow.internal.v0.models.adyen_internal_dispute': function () { return ({
|
|
7552
|
+
id: factories.string(),
|
|
7553
|
+
amount: factories.long(),
|
|
7554
|
+
currency: factories.string(),
|
|
7555
|
+
psp_reference: factories.string(),
|
|
7556
|
+
original_reference: factories.string(),
|
|
7557
|
+
event_code: factories.string(),
|
|
7558
|
+
event_date: factories.date_time_iso_8601(),
|
|
7559
|
+
chargeback_reason_code: factories.string(),
|
|
7560
|
+
modification_merchant_references: factories.string(),
|
|
7561
|
+
chargeback_scheme_code: factories.string(),
|
|
7562
|
+
defense_period_ends_at: factories.date_time_iso_8601(),
|
|
7563
|
+
dispute_status: factories.string(),
|
|
7564
|
+
defendable: factories.string(),
|
|
7565
|
+
merchant_account_code: factories.string(),
|
|
7566
|
+
operations: arrayOf(function () { return factories.string(); }),
|
|
7567
|
+
merchant_reference: factories.string(),
|
|
7568
|
+
payment_method: factories.string(),
|
|
7569
|
+
reason: factories.string(),
|
|
7570
|
+
success: factories.string(),
|
|
7571
|
+
livemode: factories.boolean(),
|
|
7572
|
+
updated_by_user_id: factories.string(),
|
|
7573
|
+
created_at: factories.date_time_iso_8601(),
|
|
7574
|
+
updated_at: factories.date_time_iso_8601(),
|
|
7575
|
+
}); },
|
|
7522
7576
|
'io.flow.internal.v0.models.adyen_internal_refund': function () { return ({
|
|
7523
7577
|
id: factories.string(),
|
|
7524
7578
|
flow_refund_id: factories.string(),
|
|
@@ -8303,6 +8357,10 @@ var factories = {
|
|
|
8303
8357
|
organization: factories.string(),
|
|
8304
8358
|
calculator_organization_settings: factories['io.flow.internal.v0.models.calculator_organization_settings'](),
|
|
8305
8359
|
}); },
|
|
8360
|
+
'io.flow.internal.v0.models.call_record': function () { return ({
|
|
8361
|
+
id: factories.string(),
|
|
8362
|
+
request_body: factories.json(),
|
|
8363
|
+
}); },
|
|
8306
8364
|
'io.flow.internal.v0.models.carrier_account': function () { return ({
|
|
8307
8365
|
id: factories.string(),
|
|
8308
8366
|
carrier: factories['io.flow.fulfillment.v0.models.carrier_reference'](),
|
|
@@ -8525,6 +8583,7 @@ var factories = {
|
|
|
8525
8583
|
id: factories.string(),
|
|
8526
8584
|
packaging: arrayOf(function () { return factories['io.flow.fulfillment.v0.models.packaging'](); }),
|
|
8527
8585
|
shipping_address_contact: factories['io.flow.common.v0.models.contact'](),
|
|
8586
|
+
location_fallback: factories['io.flow.common.v0.models.address'](),
|
|
8528
8587
|
}); },
|
|
8529
8588
|
'io.flow.internal.v0.models.center_defaults_deleted': function () { return ({
|
|
8530
8589
|
discriminator: 'center_defaults_deleted',
|
|
@@ -8536,6 +8595,7 @@ var factories = {
|
|
|
8536
8595
|
'io.flow.internal.v0.models.center_defaults_form': function () { return ({
|
|
8537
8596
|
packaging: arrayOf(function () { return factories['io.flow.fulfillment.v0.models.packaging'](); }),
|
|
8538
8597
|
shipping_address_contact: factories['io.flow.common.v0.models.contact'](),
|
|
8598
|
+
location_fallback: factories['io.flow.common.v0.models.address'](),
|
|
8539
8599
|
}); },
|
|
8540
8600
|
'io.flow.internal.v0.models.center_defaults_upserted': function () { return ({
|
|
8541
8601
|
discriminator: 'center_defaults_upserted',
|
|
@@ -8733,6 +8793,22 @@ var factories = {
|
|
|
8733
8793
|
order_acceptance: factories['io.flow.internal.v0.models.channel_order_acceptance'](),
|
|
8734
8794
|
external_order: factories.object(),
|
|
8735
8795
|
}); },
|
|
8796
|
+
'io.flow.internal.v0.models.channel_order_acceptance_failed': function () { return ({
|
|
8797
|
+
discriminator: 'channel_order_acceptance_failed',
|
|
8798
|
+
event_id: factories.string(),
|
|
8799
|
+
timestamp: factories.date_time_iso_8601(),
|
|
8800
|
+
organization: factories.string(),
|
|
8801
|
+
channel_id: factories.string(),
|
|
8802
|
+
channel_order_acceptance_failure: factories['io.flow.internal.v0.models.channel_order_acceptance_failure'](),
|
|
8803
|
+
}); },
|
|
8804
|
+
'io.flow.internal.v0.models.channel_order_acceptance_failure': function () { return ({
|
|
8805
|
+
id: factories.string(),
|
|
8806
|
+
organization_id: factories.string(),
|
|
8807
|
+
channel_id: factories.string(),
|
|
8808
|
+
payment_request_id: factories.string(),
|
|
8809
|
+
code: factories['io.flow.internal.v0.enums.channel_order_acceptance_failure_reason_code'](),
|
|
8810
|
+
reason: factories.string(),
|
|
8811
|
+
}); },
|
|
8736
8812
|
'io.flow.internal.v0.models.channel_order_acceptance_form': function () { return ({
|
|
8737
8813
|
status: factories['io.flow.internal.v0.enums.channel_order_acceptance_status'](),
|
|
8738
8814
|
}); },
|
|
@@ -9888,6 +9964,7 @@ var factories = {
|
|
|
9888
9964
|
issued_at: factories.date_time_iso_8601(),
|
|
9889
9965
|
expires_at: factories.date_time_iso_8601(),
|
|
9890
9966
|
created_at: factories.date_time_iso_8601(),
|
|
9967
|
+
updated_at: factories.date_time_iso_8601(),
|
|
9891
9968
|
}); },
|
|
9892
9969
|
'io.flow.internal.v0.models.dispute_authorization_reference': function () { return ({
|
|
9893
9970
|
id: factories.string(),
|
|
@@ -12155,6 +12232,8 @@ var factories = {
|
|
|
12155
12232
|
suggested_responsibility: factories['io.flow.internal.v0.enums.label_request_error_handling_responsibility'](),
|
|
12156
12233
|
origin_country: factories.string(),
|
|
12157
12234
|
destination_country: factories.string(),
|
|
12235
|
+
reference_id: factories.string(),
|
|
12236
|
+
logistics_integration_provider: factories.string(),
|
|
12158
12237
|
}); },
|
|
12159
12238
|
'io.flow.internal.v0.models.label_summary': function () { return ({
|
|
12160
12239
|
id: factories.string(),
|
|
@@ -12963,6 +13042,18 @@ var factories = {
|
|
|
12963
13042
|
organization: factories.string(),
|
|
12964
13043
|
merchant_guid_assignment: factories['io.flow.internal.v0.models.merchant_guid_assignment'](),
|
|
12965
13044
|
}); },
|
|
13045
|
+
'io.flow.internal.v0.models.merchant_hub_override': function () { return ({
|
|
13046
|
+
id: factories.string(),
|
|
13047
|
+
organization_id: factories.string(),
|
|
13048
|
+
code: factories.string(),
|
|
13049
|
+
contact: factories['io.flow.common.v0.models.contact'](),
|
|
13050
|
+
location: factories['io.flow.common.v0.models.address'](),
|
|
13051
|
+
}); },
|
|
13052
|
+
'io.flow.internal.v0.models.merchant_hub_override_form': function () { return ({
|
|
13053
|
+
code: factories.string(),
|
|
13054
|
+
contact: factories['io.flow.common.v0.models.contact'](),
|
|
13055
|
+
location: factories['io.flow.common.v0.models.address'](),
|
|
13056
|
+
}); },
|
|
12966
13057
|
'io.flow.internal.v0.models.merchant_of_record_entity_settings': function () { return ({
|
|
12967
13058
|
id: factories.string(),
|
|
12968
13059
|
merchant_of_record_entity: factories['io.flow.common.v0.models.merchant_of_record_entity'](),
|
|
@@ -14587,6 +14678,10 @@ var factories = {
|
|
|
14587
14678
|
classified_product: factories['io.flow.internal.v0.models.classified_product'](),
|
|
14588
14679
|
next_product: factories['io.flow.internal.v0.models.classification_product_id'](),
|
|
14589
14680
|
}); },
|
|
14681
|
+
'io.flow.internal.v0.models.product_currencies': function () { return ({
|
|
14682
|
+
transaction: factories.string(),
|
|
14683
|
+
destination: factories.string(),
|
|
14684
|
+
}); },
|
|
14590
14685
|
'io.flow.internal.v0.models.product_detail_settings_form': function () { return ({
|
|
14591
14686
|
keys: arrayOf(function () { return factories.string(); }),
|
|
14592
14687
|
}); },
|
|
@@ -14609,6 +14704,13 @@ var factories = {
|
|
|
14609
14704
|
'io.flow.internal.v0.models.product_list_settings_form': function () { return ({
|
|
14610
14705
|
column_settings: arrayOf(function () { return factories['io.flow.internal.v0.models.harmonization_column_setting'](); }),
|
|
14611
14706
|
}); },
|
|
14707
|
+
'io.flow.internal.v0.models.product_record': function () { return ({
|
|
14708
|
+
organization_id: factories.string(),
|
|
14709
|
+
order_number: factories.string(),
|
|
14710
|
+
fulfillment_id: factories.string(),
|
|
14711
|
+
currencies: factories['io.flow.internal.v0.models.product_currencies'](),
|
|
14712
|
+
products: arrayOf(function () { return factories['io.flow.internal.v0.models.product_transaction'](); }),
|
|
14713
|
+
}); },
|
|
14612
14714
|
'io.flow.internal.v0.models.product_restriction_result_validation_error': function () { return ({
|
|
14613
14715
|
message: factories.string(),
|
|
14614
14716
|
reason: factories.string(),
|
|
@@ -14649,6 +14751,11 @@ var factories = {
|
|
|
14649
14751
|
product_id: factories.string(),
|
|
14650
14752
|
reviews: arrayOf(function () { return factories['io.flow.internal.v0.models.restriction_history_item_review_decision'](); }),
|
|
14651
14753
|
}); },
|
|
14754
|
+
'io.flow.internal.v0.models.product_transaction': function () { return ({
|
|
14755
|
+
transaction_amount: factories.decimal(),
|
|
14756
|
+
destination_amount: factories.decimal(),
|
|
14757
|
+
quantity: factories.long(),
|
|
14758
|
+
}); },
|
|
14652
14759
|
'io.flow.internal.v0.models.profit': function () { return ({
|
|
14653
14760
|
key: factories['io.flow.internal.v0.enums.profit_stream_key'](),
|
|
14654
14761
|
principal: factories['io.flow.internal.v0.models.principal'](),
|
|
@@ -14710,6 +14817,19 @@ var factories = {
|
|
|
14710
14817
|
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
14711
14818
|
created_at: factories.date_time_iso_8601(),
|
|
14712
14819
|
}); },
|
|
14820
|
+
'io.flow.internal.v0.models.public_hub': function () { return ({
|
|
14821
|
+
id: factories.string(),
|
|
14822
|
+
code: factories.string(),
|
|
14823
|
+
third_party_logistics_reference: factories.string(),
|
|
14824
|
+
contact: factories['io.flow.common.v0.models.contact'](),
|
|
14825
|
+
location: factories['io.flow.common.v0.models.address'](),
|
|
14826
|
+
}); },
|
|
14827
|
+
'io.flow.internal.v0.models.public_hub_form': function () { return ({
|
|
14828
|
+
code: factories.string(),
|
|
14829
|
+
third_party_logistics_reference: factories.string(),
|
|
14830
|
+
contact: factories['io.flow.common.v0.models.contact'](),
|
|
14831
|
+
location: factories['io.flow.common.v0.models.address'](),
|
|
14832
|
+
}); },
|
|
14713
14833
|
'io.flow.internal.v0.models.quote': function () { return ({
|
|
14714
14834
|
id: factories.string(),
|
|
14715
14835
|
base: factories.string(),
|
|
@@ -15190,6 +15310,7 @@ var factories = {
|
|
|
15190
15310
|
'io.flow.internal.v0.models.reporting_conversion_rates': function () { return ({
|
|
15191
15311
|
merchant: factories.decimal(),
|
|
15192
15312
|
entity: factories.decimal(),
|
|
15313
|
+
destination_country: factories.decimal(),
|
|
15193
15314
|
usd: factories.decimal(),
|
|
15194
15315
|
eur: factories.decimal(),
|
|
15195
15316
|
}); },
|
|
@@ -15201,6 +15322,7 @@ var factories = {
|
|
|
15201
15322
|
transaction: factories.string(),
|
|
15202
15323
|
merchant: factories.string(),
|
|
15203
15324
|
entity: factories.string(),
|
|
15325
|
+
destination_country: factories.string(),
|
|
15204
15326
|
}); },
|
|
15205
15327
|
'io.flow.internal.v0.models.reporting_debug': function () { return ({
|
|
15206
15328
|
console_order_link: factories.string(),
|
|
@@ -15308,6 +15430,7 @@ var factories = {
|
|
|
15308
15430
|
transaction: factories.decimal(),
|
|
15309
15431
|
merchant: factories.decimal(),
|
|
15310
15432
|
entity: factories.decimal(),
|
|
15433
|
+
destination_country: factories.decimal(),
|
|
15311
15434
|
usd: factories.decimal(),
|
|
15312
15435
|
eur: factories.decimal(),
|
|
15313
15436
|
}); },
|
|
@@ -16679,6 +16802,18 @@ var factories = {
|
|
|
16679
16802
|
timestamp: factories.date_time_iso_8601(),
|
|
16680
16803
|
capture: factories['io.flow.internal.v0.models.stripe_internal_capture'](),
|
|
16681
16804
|
}); },
|
|
16805
|
+
'io.flow.internal.v0.models.stripe_dispute_deleted': function () { return ({
|
|
16806
|
+
discriminator: 'stripe_dispute_deleted',
|
|
16807
|
+
event_id: factories.string(),
|
|
16808
|
+
timestamp: factories.date_time_iso_8601(),
|
|
16809
|
+
id: factories.string(),
|
|
16810
|
+
}); },
|
|
16811
|
+
'io.flow.internal.v0.models.stripe_dispute_upserted': function () { return ({
|
|
16812
|
+
discriminator: 'stripe_dispute_upserted',
|
|
16813
|
+
event_id: factories.string(),
|
|
16814
|
+
timestamp: factories.date_time_iso_8601(),
|
|
16815
|
+
dispute: factories['io.flow.internal.v0.models.stripe_internal_dispute'](),
|
|
16816
|
+
}); },
|
|
16682
16817
|
'io.flow.internal.v0.models.stripe_internal_authorization': function () { return ({
|
|
16683
16818
|
id: factories.string(),
|
|
16684
16819
|
flow_authorization_id: factories.string(),
|
|
@@ -16698,6 +16833,33 @@ var factories = {
|
|
|
16698
16833
|
request: factories.object(),
|
|
16699
16834
|
response: factories.object(),
|
|
16700
16835
|
}); },
|
|
16836
|
+
'io.flow.internal.v0.models.stripe_internal_dispute': function () { return ({
|
|
16837
|
+
id: factories.string(),
|
|
16838
|
+
stripe_id: factories.string(),
|
|
16839
|
+
amount: factories.integer(),
|
|
16840
|
+
charge_id: factories.string(),
|
|
16841
|
+
currency: factories.string(),
|
|
16842
|
+
evidence: factories.object(),
|
|
16843
|
+
metadata: factories.object(),
|
|
16844
|
+
payment_intent_id: factories.string(),
|
|
16845
|
+
reason: factories.string(),
|
|
16846
|
+
status: factories.string(),
|
|
16847
|
+
connected_account: factories.string(),
|
|
16848
|
+
balance_transactions: arrayOf(function () { return factories.object(); }),
|
|
16849
|
+
dispute_created_at: factories.date_time_iso_8601(),
|
|
16850
|
+
dispute_expires_at: factories.date_time_iso_8601(),
|
|
16851
|
+
has_evidence: factories.boolean(),
|
|
16852
|
+
past_due: factories.boolean(),
|
|
16853
|
+
submission_count: factories.integer(),
|
|
16854
|
+
is_charge_refundable: factories.boolean(),
|
|
16855
|
+
live_mode: factories.boolean(),
|
|
16856
|
+
payment_method_type: factories.string(),
|
|
16857
|
+
payment_method_reason_code: factories.string(),
|
|
16858
|
+
payment_method_card_brand: factories.string(),
|
|
16859
|
+
updated_by_user_id: factories.string(),
|
|
16860
|
+
created_at: factories.date_time_iso_8601(),
|
|
16861
|
+
updated_at: factories.date_time_iso_8601(),
|
|
16862
|
+
}); },
|
|
16701
16863
|
'io.flow.internal.v0.models.stripe_internal_refund': function () { return ({
|
|
16702
16864
|
id: factories.string(),
|
|
16703
16865
|
flow_refund_id: factories.string(),
|
|
@@ -17768,6 +17930,8 @@ var factories = {
|
|
|
17768
17930
|
function () { return factories['io.flow.internal.v0.models.adyen_capture_upserted'](); },
|
|
17769
17931
|
function () { return factories['io.flow.internal.v0.models.adyen_refund_deleted'](); },
|
|
17770
17932
|
function () { return factories['io.flow.internal.v0.models.adyen_refund_upserted'](); },
|
|
17933
|
+
function () { return factories['io.flow.internal.v0.models.adyen_dispute_upserted'](); },
|
|
17934
|
+
function () { return factories['io.flow.internal.v0.models.adyen_dispute_deleted'](); },
|
|
17771
17935
|
function () { return factories['io.flow.internal.v0.models.index_assignment_upserted'](); },
|
|
17772
17936
|
function () { return factories['io.flow.internal.v0.models.index_assignment_deleted'](); },
|
|
17773
17937
|
function () { return factories['io.flow.internal.v0.models.fulfillment_upserted'](); },
|
|
@@ -17841,6 +18005,7 @@ var factories = {
|
|
|
17841
18005
|
function () { return factories['io.flow.internal.v0.models.catalog_settings_deleted'](); },
|
|
17842
18006
|
function () { return factories['io.flow.internal.v0.models.channel_order_acceptance_upserted'](); },
|
|
17843
18007
|
function () { return factories['io.flow.internal.v0.models.channel_order_acceptance_deleted'](); },
|
|
18008
|
+
function () { return factories['io.flow.internal.v0.models.channel_order_acceptance_failed'](); },
|
|
17844
18009
|
function () { return factories['io.flow.internal.v0.models.checkout_configuration_upserted'](); },
|
|
17845
18010
|
function () { return factories['io.flow.internal.v0.models.checkout_configuration_deleted'](); },
|
|
17846
18011
|
function () { return factories['io.flow.internal.v0.models.commercial_invoice_internal_upserted'](); },
|
|
@@ -18096,6 +18261,8 @@ var factories = {
|
|
|
18096
18261
|
function () { return factories['io.flow.internal.v0.models.stripe_capture_upserted'](); },
|
|
18097
18262
|
function () { return factories['io.flow.internal.v0.models.stripe_refund_deleted'](); },
|
|
18098
18263
|
function () { return factories['io.flow.internal.v0.models.stripe_refund_upserted'](); },
|
|
18264
|
+
function () { return factories['io.flow.internal.v0.models.stripe_dispute_upserted'](); },
|
|
18265
|
+
function () { return factories['io.flow.internal.v0.models.stripe_dispute_deleted'](); },
|
|
18099
18266
|
function () { return factories['io.flow.internal.v0.models.liability_remittance_plan_upserted'](); },
|
|
18100
18267
|
function () { return factories['io.flow.internal.v0.models.liability_remittance_plan_deleted'](); },
|
|
18101
18268
|
function () { return factories['io.flow.internal.v0.models.svitlana_item_upserted'](); },
|
|
@@ -18798,6 +18965,12 @@ var factories = {
|
|
|
18798
18965
|
'autogenerated',
|
|
18799
18966
|
]); },
|
|
18800
18967
|
'io.flow.label.v0.enums.label_trigger_method': function () { return faker.helpers.arrayElement(['autogenerated', 'on_demand']); },
|
|
18968
|
+
'io.flow.label.v0.enums.origin_location_source': function () { return faker.helpers.arrayElement([
|
|
18969
|
+
'public_hub_code',
|
|
18970
|
+
'merchant_hub_code_override',
|
|
18971
|
+
'shopify',
|
|
18972
|
+
'fallback_location',
|
|
18973
|
+
]); },
|
|
18801
18974
|
'io.flow.label.v0.enums.package_dimensions_source': function () { return faker.helpers.arrayElement([
|
|
18802
18975
|
'provided',
|
|
18803
18976
|
'item_dimensions_estimated',
|
|
@@ -18826,6 +18999,9 @@ var factories = {
|
|
|
18826
18999
|
'package': factories['io.flow.label.v0.models.shipping_label_package'](),
|
|
18827
19000
|
origin: factories['io.flow.fulfillment.v0.models.shipping_address'](),
|
|
18828
19001
|
direction: factories['io.flow.label.v0.enums.direction'](),
|
|
19002
|
+
reference_id: factories.string(),
|
|
19003
|
+
origin_location_source: factories['io.flow.label.v0.enums.origin_location_source'](),
|
|
19004
|
+
hub_code: factories.string(),
|
|
18829
19005
|
}); },
|
|
18830
19006
|
'io.flow.label.v0.models.crossdock_shipment': function () { return ({
|
|
18831
19007
|
partner_id: factories.string(),
|
|
@@ -18846,6 +19022,8 @@ var factories = {
|
|
|
18846
19022
|
service: factories.string(),
|
|
18847
19023
|
shipment_recipient: factories['io.flow.label.v0.enums.shipment_recipient'](),
|
|
18848
19024
|
package_dimensions_source: factories['io.flow.label.v0.enums.package_dimensions_source'](),
|
|
19025
|
+
origin_location_source: factories['io.flow.label.v0.enums.origin_location_source'](),
|
|
19026
|
+
reference_id: factories.string(),
|
|
18849
19027
|
}); },
|
|
18850
19028
|
'io.flow.label.v0.models.detailed_shipping_notification_form': function () { return ({
|
|
18851
19029
|
discriminator: 'detailed_shipping_notification_form',
|
|
@@ -19005,6 +19183,7 @@ var factories = {
|
|
|
19005
19183
|
items: arrayOf(function () { return factories['io.flow.common.v0.models.line_item_form'](); }),
|
|
19006
19184
|
center_key: factories.string(),
|
|
19007
19185
|
direction: factories['io.flow.label.v0.enums.direction'](),
|
|
19186
|
+
reference_id: factories.string(),
|
|
19008
19187
|
}); },
|
|
19009
19188
|
'io.flow.label.v0.models.summary_shipping_notification_form': function () { return ({
|
|
19010
19189
|
discriminator: 'summary_shipping_notification_form',
|
|
@@ -26839,6 +27018,9 @@ var factories = {
|
|
|
26839
27018
|
delivered: factories['io.flow.tracking.v0.models.label_tracking_summary_update'](),
|
|
26840
27019
|
rejected: factories['io.flow.tracking.v0.models.label_tracking_summary_update'](),
|
|
26841
27020
|
returned: factories['io.flow.tracking.v0.models.label_tracking_summary_update'](),
|
|
27021
|
+
crossed_border: factories['io.flow.tracking.v0.models.label_tracking_summary_update'](),
|
|
27022
|
+
destroyed: factories['io.flow.tracking.v0.models.label_tracking_summary_update'](),
|
|
27023
|
+
return_reversal: factories['io.flow.tracking.v0.models.label_tracking_summary_update'](),
|
|
26842
27024
|
}); },
|
|
26843
27025
|
'io.flow.tracking.v0.models.label_tracking_summary_update': function () { return ({
|
|
26844
27026
|
timestamp: factories.date_time_iso_8601(),
|
|
@@ -27061,10 +27243,13 @@ export var makeAdyenCancelDeleted = function () { return factories['io.flow.inte
|
|
|
27061
27243
|
export var makeAdyenCancelUpserted = function () { return factories['io.flow.internal.v0.models.adyen_cancel_upserted'](); };
|
|
27062
27244
|
export var makeAdyenCaptureDeleted = function () { return factories['io.flow.internal.v0.models.adyen_capture_deleted'](); };
|
|
27063
27245
|
export var makeAdyenCaptureUpserted = function () { return factories['io.flow.internal.v0.models.adyen_capture_upserted'](); };
|
|
27246
|
+
export var makeAdyenDisputeDeleted = function () { return factories['io.flow.internal.v0.models.adyen_dispute_deleted'](); };
|
|
27247
|
+
export var makeAdyenDisputeUpserted = function () { return factories['io.flow.internal.v0.models.adyen_dispute_upserted'](); };
|
|
27064
27248
|
export var makeAdyenIntegrationType = function () { return factories['io.flow.internal.v0.enums.adyen_integration_type'](); };
|
|
27065
27249
|
export var makeAdyenInternalAuthorization = function () { return factories['io.flow.internal.v0.models.adyen_internal_authorization'](); };
|
|
27066
27250
|
export var makeAdyenInternalCancel = function () { return factories['io.flow.internal.v0.models.adyen_internal_cancel'](); };
|
|
27067
27251
|
export var makeAdyenInternalCapture = function () { return factories['io.flow.internal.v0.models.adyen_internal_capture'](); };
|
|
27252
|
+
export var makeAdyenInternalDispute = function () { return factories['io.flow.internal.v0.models.adyen_internal_dispute'](); };
|
|
27068
27253
|
export var makeAdyenInternalRefund = function () { return factories['io.flow.internal.v0.models.adyen_internal_refund'](); };
|
|
27069
27254
|
export var makeAdyenMerchant = function () { return factories['io.flow.internal.v0.models.adyen_merchant'](); };
|
|
27070
27255
|
export var makeAdyenMerchantAccount = function () { return factories['io.flow.internal.v0.models.adyen_merchant_account'](); };
|
|
@@ -27205,6 +27390,7 @@ export var makeCalculatorOrganizationSettingsDeleted = function () { return fact
|
|
|
27205
27390
|
export var makeCalculatorOrganizationSettingsForm = function () { return factories['io.flow.internal.v0.models.calculator_organization_settings_form'](); };
|
|
27206
27391
|
export var makeCalculatorOrganizationSettingsUpserted = function () { return factories['io.flow.internal.v0.models.calculator_organization_settings_upserted'](); };
|
|
27207
27392
|
export var makeCalculatorStamp = function () { return factories['io.flow.internal.v0.unions.calculator_stamp'](); };
|
|
27393
|
+
export var makeCallRecord = function () { return factories['io.flow.internal.v0.models.call_record'](); };
|
|
27208
27394
|
export var makeCarrierAccount = function () { return factories['io.flow.internal.v0.models.carrier_account'](); };
|
|
27209
27395
|
export var makeCarrierAccountDeleted = function () { return factories['io.flow.internal.v0.models.carrier_account_deleted'](); };
|
|
27210
27396
|
export var makeCarrierAccountForm = function () { return factories['io.flow.internal.v0.models.carrier_account_form'](); };
|
|
@@ -27277,6 +27463,9 @@ export var makeChannelOrderAcceptance = function () { return factories['io.flow.
|
|
|
27277
27463
|
export var makeChannelOrderAcceptanceDeleted = function () { return factories['io.flow.internal.v0.models.channel_order_acceptance_deleted'](); };
|
|
27278
27464
|
export var makeChannelOrderAcceptanceDetails = function () { return factories['io.flow.internal.v0.models.channel_order_acceptance_details'](); };
|
|
27279
27465
|
export var makeChannelOrderAcceptanceErrorAction = function () { return factories['io.flow.internal.v0.enums.channel_order_acceptance_error_action'](); };
|
|
27466
|
+
export var makeChannelOrderAcceptanceFailed = function () { return factories['io.flow.internal.v0.models.channel_order_acceptance_failed'](); };
|
|
27467
|
+
export var makeChannelOrderAcceptanceFailure = function () { return factories['io.flow.internal.v0.models.channel_order_acceptance_failure'](); };
|
|
27468
|
+
export var makeChannelOrderAcceptanceFailureReasonCode = function () { return factories['io.flow.internal.v0.enums.channel_order_acceptance_failure_reason_code'](); };
|
|
27280
27469
|
export var makeChannelOrderAcceptanceForm = function () { return factories['io.flow.internal.v0.models.channel_order_acceptance_form'](); };
|
|
27281
27470
|
export var makeChannelOrderAcceptanceNextActionFrom = function () { return factories['io.flow.internal.v0.enums.channel_order_acceptance_next_action_from'](); };
|
|
27282
27471
|
export var makeChannelOrderAcceptanceReason = function () { return factories['io.flow.internal.v0.models.channel_order_acceptance_reason'](); };
|
|
@@ -28067,6 +28256,8 @@ export var makeMerchantFees = function () { return factories['io.flow.internal.v
|
|
|
28067
28256
|
export var makeMerchantGuidAssignment = function () { return factories['io.flow.internal.v0.models.merchant_guid_assignment'](); };
|
|
28068
28257
|
export var makeMerchantGuidAssignmentDeleted = function () { return factories['io.flow.internal.v0.models.merchant_guid_assignment_deleted'](); };
|
|
28069
28258
|
export var makeMerchantGuidAssignmentUpserted = function () { return factories['io.flow.internal.v0.models.merchant_guid_assignment_upserted'](); };
|
|
28259
|
+
export var makeMerchantHubOverride = function () { return factories['io.flow.internal.v0.models.merchant_hub_override'](); };
|
|
28260
|
+
export var makeMerchantHubOverrideForm = function () { return factories['io.flow.internal.v0.models.merchant_hub_override_form'](); };
|
|
28070
28261
|
export var makeMerchantOfRecordEntitySettings = function () { return factories['io.flow.internal.v0.models.merchant_of_record_entity_settings'](); };
|
|
28071
28262
|
export var makeMerchantOfRecordEntitySettingsForm = function () { return factories['io.flow.internal.v0.models.merchant_of_record_entity_settings_form'](); };
|
|
28072
28263
|
export var makeMerchantSearchResult = function () { return factories['io.flow.internal.v0.models.merchant_search_result'](); };
|
|
@@ -28359,17 +28550,20 @@ export var makeProductClassification = function () { return factories['io.flow.i
|
|
|
28359
28550
|
export var makeProductClassificationForm = function () { return factories['io.flow.internal.v0.models.product_classification_form'](); };
|
|
28360
28551
|
export var makeProductClassificationJudgementForm = function () { return factories['io.flow.internal.v0.models.product_classification_judgement_form'](); };
|
|
28361
28552
|
export var makeProductClassificationResult = function () { return factories['io.flow.internal.v0.models.product_classification_result'](); };
|
|
28553
|
+
export var makeProductCurrencies = function () { return factories['io.flow.internal.v0.models.product_currencies'](); };
|
|
28362
28554
|
export var makeProductDetailSettingsForm = function () { return factories['io.flow.internal.v0.models.product_detail_settings_form'](); };
|
|
28363
28555
|
export var makeProductHarmonization = function () { return factories['io.flow.internal.v0.models.product_harmonization'](); };
|
|
28364
28556
|
export var makeProductHarmonizationForm = function () { return factories['io.flow.internal.v0.models.product_harmonization_form'](); };
|
|
28365
28557
|
export var makeProductLabels = function () { return factories['io.flow.internal.v0.models.product_labels'](); };
|
|
28366
28558
|
export var makeProductListSettingsForm = function () { return factories['io.flow.internal.v0.models.product_list_settings_form'](); };
|
|
28559
|
+
export var makeProductRecord = function () { return factories['io.flow.internal.v0.models.product_record'](); };
|
|
28367
28560
|
export var makeProductRestrictionResultValidationError = function () { return factories['io.flow.internal.v0.models.product_restriction_result_validation_error'](); };
|
|
28368
28561
|
export var makeProductRestrictionRuleDecision = function () { return factories['io.flow.internal.v0.models.product_restriction_rule_decision'](); };
|
|
28369
28562
|
export var makeProductRestrictionRuleDecisionDeleted = function () { return factories['io.flow.internal.v0.models.product_restriction_rule_decision_deleted'](); };
|
|
28370
28563
|
export var makeProductRestrictionRuleDecisionUpserted = function () { return factories['io.flow.internal.v0.models.product_restriction_rule_decision_upserted'](); };
|
|
28371
28564
|
export var makeProductReviewHistory = function () { return factories['io.flow.internal.v0.models.product_review_history'](); };
|
|
28372
28565
|
export var makeProductStatus = function () { return factories['io.flow.internal.v0.enums.product_status'](); };
|
|
28566
|
+
export var makeProductTransaction = function () { return factories['io.flow.internal.v0.models.product_transaction'](); };
|
|
28373
28567
|
export var makeProfit = function () { return factories['io.flow.internal.v0.models.profit'](); };
|
|
28374
28568
|
export var makeProfitShare = function () { return factories['io.flow.internal.v0.models.profit_share'](); };
|
|
28375
28569
|
export var makeProfitShareOrderReference = function () { return factories['io.flow.internal.v0.models.profit_share_order_reference'](); };
|
|
@@ -28389,6 +28583,8 @@ export var makeProofOfPostingOrderCancellation = function () { return factories[
|
|
|
28389
28583
|
export var makeProofOfPostingOrderCombinedShipment = function () { return factories['io.flow.internal.v0.models.proof_of_posting_order_combined_shipment'](); };
|
|
28390
28584
|
export var makeProofOfPostingShippingNotification = function () { return factories['io.flow.internal.v0.models.proof_of_posting_shipping_notification'](); };
|
|
28391
28585
|
export var makeProofOfPostingTimeElapsed = function () { return factories['io.flow.internal.v0.models.proof_of_posting_time_elapsed'](); };
|
|
28586
|
+
export var makePublicHub = function () { return factories['io.flow.internal.v0.models.public_hub'](); };
|
|
28587
|
+
export var makePublicHubForm = function () { return factories['io.flow.internal.v0.models.public_hub_form'](); };
|
|
28392
28588
|
export var makeQuote = function () { return factories['io.flow.internal.v0.models.quote'](); };
|
|
28393
28589
|
export var makeQuoteDeleted = function () { return factories['io.flow.internal.v0.models.quote_deleted'](); };
|
|
28394
28590
|
export var makeQuoteRequest = function () { return factories['io.flow.internal.v0.models.quote_request'](); };
|
|
@@ -28766,8 +28962,11 @@ export var makeStripeAuthorizationDeleted = function () { return factories['io.f
|
|
|
28766
28962
|
export var makeStripeAuthorizationUpserted = function () { return factories['io.flow.internal.v0.models.stripe_authorization_upserted'](); };
|
|
28767
28963
|
export var makeStripeCaptureDeleted = function () { return factories['io.flow.internal.v0.models.stripe_capture_deleted'](); };
|
|
28768
28964
|
export var makeStripeCaptureUpserted = function () { return factories['io.flow.internal.v0.models.stripe_capture_upserted'](); };
|
|
28965
|
+
export var makeStripeDisputeDeleted = function () { return factories['io.flow.internal.v0.models.stripe_dispute_deleted'](); };
|
|
28966
|
+
export var makeStripeDisputeUpserted = function () { return factories['io.flow.internal.v0.models.stripe_dispute_upserted'](); };
|
|
28769
28967
|
export var makeStripeInternalAuthorization = function () { return factories['io.flow.internal.v0.models.stripe_internal_authorization'](); };
|
|
28770
28968
|
export var makeStripeInternalCapture = function () { return factories['io.flow.internal.v0.models.stripe_internal_capture'](); };
|
|
28969
|
+
export var makeStripeInternalDispute = function () { return factories['io.flow.internal.v0.models.stripe_internal_dispute'](); };
|
|
28771
28970
|
export var makeStripeInternalRefund = function () { return factories['io.flow.internal.v0.models.stripe_internal_refund'](); };
|
|
28772
28971
|
export var makeStripeInternalReversal = function () { return factories['io.flow.internal.v0.models.stripe_internal_reversal'](); };
|
|
28773
28972
|
export var makeStripeMerchant = function () { return factories['io.flow.internal.v0.models.stripe_merchant'](); };
|
|
@@ -62,10 +62,13 @@ export declare const makeAdyenCancelDeleted: () => io.flow.internal.v0.models.Ad
|
|
|
62
62
|
export declare const makeAdyenCancelUpserted: () => io.flow.internal.v0.models.AdyenCancelUpserted;
|
|
63
63
|
export declare const makeAdyenCaptureDeleted: () => io.flow.internal.v0.models.AdyenCaptureDeleted;
|
|
64
64
|
export declare const makeAdyenCaptureUpserted: () => io.flow.internal.v0.models.AdyenCaptureUpserted;
|
|
65
|
+
export declare const makeAdyenDisputeDeleted: () => io.flow.internal.v0.models.AdyenDisputeDeleted;
|
|
66
|
+
export declare const makeAdyenDisputeUpserted: () => io.flow.internal.v0.models.AdyenDisputeUpserted;
|
|
65
67
|
export declare const makeAdyenIntegrationType: () => io.flow.internal.v0.enums.AdyenIntegrationType;
|
|
66
68
|
export declare const makeAdyenInternalAuthorization: () => io.flow.internal.v0.models.AdyenInternalAuthorization;
|
|
67
69
|
export declare const makeAdyenInternalCancel: () => io.flow.internal.v0.models.AdyenInternalCancel;
|
|
68
70
|
export declare const makeAdyenInternalCapture: () => io.flow.internal.v0.models.AdyenInternalCapture;
|
|
71
|
+
export declare const makeAdyenInternalDispute: () => io.flow.internal.v0.models.AdyenInternalDispute;
|
|
69
72
|
export declare const makeAdyenInternalRefund: () => io.flow.internal.v0.models.AdyenInternalRefund;
|
|
70
73
|
export declare const makeAdyenMerchant: () => io.flow.internal.v0.models.AdyenMerchant;
|
|
71
74
|
export declare const makeAdyenMerchantAccount: () => io.flow.internal.v0.models.AdyenMerchantAccount;
|
|
@@ -206,6 +209,7 @@ export declare const makeCalculatorOrganizationSettingsDeleted: () => io.flow.in
|
|
|
206
209
|
export declare const makeCalculatorOrganizationSettingsForm: () => io.flow.internal.v0.models.CalculatorOrganizationSettingsForm;
|
|
207
210
|
export declare const makeCalculatorOrganizationSettingsUpserted: () => io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted;
|
|
208
211
|
export declare const makeCalculatorStamp: () => io.flow.internal.v0.unions.CalculatorStamp;
|
|
212
|
+
export declare const makeCallRecord: () => io.flow.internal.v0.models.CallRecord;
|
|
209
213
|
export declare const makeCarrierAccount: () => io.flow.internal.v0.models.CarrierAccount;
|
|
210
214
|
export declare const makeCarrierAccountDeleted: () => io.flow.internal.v0.models.CarrierAccountDeleted;
|
|
211
215
|
export declare const makeCarrierAccountForm: () => io.flow.internal.v0.models.CarrierAccountForm;
|
|
@@ -278,6 +282,9 @@ export declare const makeChannelOrderAcceptance: () => io.flow.internal.v0.model
|
|
|
278
282
|
export declare const makeChannelOrderAcceptanceDeleted: () => io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted;
|
|
279
283
|
export declare const makeChannelOrderAcceptanceDetails: () => io.flow.internal.v0.models.ChannelOrderAcceptanceDetails;
|
|
280
284
|
export declare const makeChannelOrderAcceptanceErrorAction: () => io.flow.internal.v0.enums.ChannelOrderAcceptanceErrorAction;
|
|
285
|
+
export declare const makeChannelOrderAcceptanceFailed: () => io.flow.internal.v0.models.ChannelOrderAcceptanceFailed;
|
|
286
|
+
export declare const makeChannelOrderAcceptanceFailure: () => io.flow.internal.v0.models.ChannelOrderAcceptanceFailure;
|
|
287
|
+
export declare const makeChannelOrderAcceptanceFailureReasonCode: () => io.flow.internal.v0.enums.ChannelOrderAcceptanceFailureReasonCode;
|
|
281
288
|
export declare const makeChannelOrderAcceptanceForm: () => io.flow.internal.v0.models.ChannelOrderAcceptanceForm;
|
|
282
289
|
export declare const makeChannelOrderAcceptanceNextActionFrom: () => io.flow.internal.v0.enums.ChannelOrderAcceptanceNextActionFrom;
|
|
283
290
|
export declare const makeChannelOrderAcceptanceReason: () => io.flow.internal.v0.models.ChannelOrderAcceptanceReason;
|
|
@@ -1068,6 +1075,8 @@ export declare const makeMerchantFees: () => io.flow.internal.v0.models.Merchant
|
|
|
1068
1075
|
export declare const makeMerchantGuidAssignment: () => io.flow.internal.v0.models.MerchantGuidAssignment;
|
|
1069
1076
|
export declare const makeMerchantGuidAssignmentDeleted: () => io.flow.internal.v0.models.MerchantGuidAssignmentDeleted;
|
|
1070
1077
|
export declare const makeMerchantGuidAssignmentUpserted: () => io.flow.internal.v0.models.MerchantGuidAssignmentUpserted;
|
|
1078
|
+
export declare const makeMerchantHubOverride: () => io.flow.internal.v0.models.MerchantHubOverride;
|
|
1079
|
+
export declare const makeMerchantHubOverrideForm: () => io.flow.internal.v0.models.MerchantHubOverrideForm;
|
|
1071
1080
|
export declare const makeMerchantOfRecordEntitySettings: () => io.flow.internal.v0.models.MerchantOfRecordEntitySettings;
|
|
1072
1081
|
export declare const makeMerchantOfRecordEntitySettingsForm: () => io.flow.internal.v0.models.MerchantOfRecordEntitySettingsForm;
|
|
1073
1082
|
export declare const makeMerchantSearchResult: () => io.flow.internal.v0.models.MerchantSearchResult;
|
|
@@ -1360,17 +1369,20 @@ export declare const makeProductClassification: () => io.flow.internal.v0.models
|
|
|
1360
1369
|
export declare const makeProductClassificationForm: () => io.flow.internal.v0.models.ProductClassificationForm;
|
|
1361
1370
|
export declare const makeProductClassificationJudgementForm: () => io.flow.internal.v0.models.ProductClassificationJudgementForm;
|
|
1362
1371
|
export declare const makeProductClassificationResult: () => io.flow.internal.v0.models.ProductClassificationResult;
|
|
1372
|
+
export declare const makeProductCurrencies: () => io.flow.internal.v0.models.ProductCurrencies;
|
|
1363
1373
|
export declare const makeProductDetailSettingsForm: () => io.flow.internal.v0.models.ProductDetailSettingsForm;
|
|
1364
1374
|
export declare const makeProductHarmonization: () => io.flow.internal.v0.models.ProductHarmonization;
|
|
1365
1375
|
export declare const makeProductHarmonizationForm: () => io.flow.internal.v0.models.ProductHarmonizationForm;
|
|
1366
1376
|
export declare const makeProductLabels: () => io.flow.internal.v0.models.ProductLabels;
|
|
1367
1377
|
export declare const makeProductListSettingsForm: () => io.flow.internal.v0.models.ProductListSettingsForm;
|
|
1378
|
+
export declare const makeProductRecord: () => io.flow.internal.v0.models.ProductRecord;
|
|
1368
1379
|
export declare const makeProductRestrictionResultValidationError: () => io.flow.internal.v0.models.ProductRestrictionResultValidationError;
|
|
1369
1380
|
export declare const makeProductRestrictionRuleDecision: () => io.flow.internal.v0.models.ProductRestrictionRuleDecision;
|
|
1370
1381
|
export declare const makeProductRestrictionRuleDecisionDeleted: () => io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted;
|
|
1371
1382
|
export declare const makeProductRestrictionRuleDecisionUpserted: () => io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted;
|
|
1372
1383
|
export declare const makeProductReviewHistory: () => io.flow.internal.v0.models.ProductReviewHistory;
|
|
1373
1384
|
export declare const makeProductStatus: () => io.flow.internal.v0.enums.ProductStatus;
|
|
1385
|
+
export declare const makeProductTransaction: () => io.flow.internal.v0.models.ProductTransaction;
|
|
1374
1386
|
export declare const makeProfit: () => io.flow.internal.v0.models.Profit;
|
|
1375
1387
|
export declare const makeProfitShare: () => io.flow.internal.v0.models.ProfitShare;
|
|
1376
1388
|
export declare const makeProfitShareOrderReference: () => io.flow.internal.v0.models.ProfitShareOrderReference;
|
|
@@ -1390,6 +1402,8 @@ export declare const makeProofOfPostingOrderCancellation: () => io.flow.internal
|
|
|
1390
1402
|
export declare const makeProofOfPostingOrderCombinedShipment: () => io.flow.internal.v0.models.ProofOfPostingOrderCombinedShipment;
|
|
1391
1403
|
export declare const makeProofOfPostingShippingNotification: () => io.flow.internal.v0.models.ProofOfPostingShippingNotification;
|
|
1392
1404
|
export declare const makeProofOfPostingTimeElapsed: () => io.flow.internal.v0.models.ProofOfPostingTimeElapsed;
|
|
1405
|
+
export declare const makePublicHub: () => io.flow.internal.v0.models.PublicHub;
|
|
1406
|
+
export declare const makePublicHubForm: () => io.flow.internal.v0.models.PublicHubForm;
|
|
1393
1407
|
export declare const makeQuote: () => io.flow.internal.v0.models.Quote;
|
|
1394
1408
|
export declare const makeQuoteDeleted: () => io.flow.internal.v0.models.QuoteDeleted;
|
|
1395
1409
|
export declare const makeQuoteRequest: () => io.flow.internal.v0.models.QuoteRequest;
|
|
@@ -1767,8 +1781,11 @@ export declare const makeStripeAuthorizationDeleted: () => io.flow.internal.v0.m
|
|
|
1767
1781
|
export declare const makeStripeAuthorizationUpserted: () => io.flow.internal.v0.models.StripeAuthorizationUpserted;
|
|
1768
1782
|
export declare const makeStripeCaptureDeleted: () => io.flow.internal.v0.models.StripeCaptureDeleted;
|
|
1769
1783
|
export declare const makeStripeCaptureUpserted: () => io.flow.internal.v0.models.StripeCaptureUpserted;
|
|
1784
|
+
export declare const makeStripeDisputeDeleted: () => io.flow.internal.v0.models.StripeDisputeDeleted;
|
|
1785
|
+
export declare const makeStripeDisputeUpserted: () => io.flow.internal.v0.models.StripeDisputeUpserted;
|
|
1770
1786
|
export declare const makeStripeInternalAuthorization: () => io.flow.internal.v0.models.StripeInternalAuthorization;
|
|
1771
1787
|
export declare const makeStripeInternalCapture: () => io.flow.internal.v0.models.StripeInternalCapture;
|
|
1788
|
+
export declare const makeStripeInternalDispute: () => io.flow.internal.v0.models.StripeInternalDispute;
|
|
1772
1789
|
export declare const makeStripeInternalRefund: () => io.flow.internal.v0.models.StripeInternalRefund;
|
|
1773
1790
|
export declare const makeStripeInternalReversal: () => io.flow.internal.v0.models.StripeInternalReversal;
|
|
1774
1791
|
export declare const makeStripeMerchant: () => io.flow.internal.v0.models.StripeMerchant;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-internal-factories",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.113",
|
|
4
4
|
"description": "Flow API internal mock data factories",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flow",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"@faker-js/faker": "^6.2.0",
|
|
38
38
|
"@flowio/api-types": "*"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "c096f29e80640d1f9e270b50c13e20e26b631283"
|
|
41
41
|
}
|