@flowio/api-internal-factories 0.0.110 → 0.0.111
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 +236 -39
- package/dist/esm/api-internal.js +177 -0
- package/dist/types/api-internal.d.ts +20 -0
- package/package.json +2 -2
- package/src/api-internal.ts +198 -0
package/dist/esm/api-internal.js
CHANGED
|
@@ -28,6 +28,16 @@ var factories = {
|
|
|
28
28
|
'io.flow.adyen.v0.enums.channel': function () { return faker.helpers.arrayElement(['web']); },
|
|
29
29
|
'io.flow.adyen.v0.enums.contract': function () { return faker.helpers.arrayElement(['RECURRING']); },
|
|
30
30
|
'io.flow.adyen.v0.enums.device_channel': function () { return faker.helpers.arrayElement(['app', 'browser']); },
|
|
31
|
+
'io.flow.adyen.v0.enums.dispute_status': function () { return faker.helpers.arrayElement([
|
|
32
|
+
'Accepted',
|
|
33
|
+
'Expired',
|
|
34
|
+
'Lost',
|
|
35
|
+
'Pending',
|
|
36
|
+
'Responded',
|
|
37
|
+
'Undefended',
|
|
38
|
+
'Unresponded',
|
|
39
|
+
'Won',
|
|
40
|
+
]); },
|
|
31
41
|
'io.flow.adyen.v0.enums.event_code': function () { return faker.helpers.arrayElement([
|
|
32
42
|
'AUTHORISATION',
|
|
33
43
|
'CANCELLATION',
|
|
@@ -265,6 +275,8 @@ var factories = {
|
|
|
265
275
|
modificationMerchantReferences: factories.string(),
|
|
266
276
|
chargebackSchemeCode: factories.string(),
|
|
267
277
|
defensePeriodEndsAt: factories.date_time_iso_8601(),
|
|
278
|
+
disputeStatus: factories['io.flow.adyen.v0.enums.dispute_status'](),
|
|
279
|
+
defendable: factories.string(),
|
|
268
280
|
}); },
|
|
269
281
|
'io.flow.adyen.v0.models.error': function () { return ({
|
|
270
282
|
status: factories.integer(),
|
|
@@ -611,6 +623,8 @@ var factories = {
|
|
|
611
623
|
'waiting_for_next_payout_date',
|
|
612
624
|
'waiting_for_tracking_info',
|
|
613
625
|
'waiting_for_positive_account_balance',
|
|
626
|
+
'unfulfilled_amount_greater_than_negative_balance',
|
|
627
|
+
'account_payment_hold',
|
|
614
628
|
]); },
|
|
615
629
|
'io.flow.billing.v0.enums.statement_attachment_type': function () { return faker.helpers.arrayElement(['csv']); },
|
|
616
630
|
'io.flow.billing.v0.enums.transaction_source': function () { return faker.helpers.arrayElement([
|
|
@@ -1493,6 +1507,7 @@ var factories = {
|
|
|
1493
1507
|
local: factories['io.flow.catalog.v0.models.local'](),
|
|
1494
1508
|
created_at: factories.date_time_iso_8601(),
|
|
1495
1509
|
updated_at: factories.date_time_iso_8601(),
|
|
1510
|
+
deleted_at: factories.date_time_iso_8601(),
|
|
1496
1511
|
}); },
|
|
1497
1512
|
'io.flow.catalog.v0.models.item_attributes_patch_form': function () { return ({
|
|
1498
1513
|
attributes: objectOf(function () { return factories.string(); }),
|
|
@@ -1508,6 +1523,7 @@ var factories = {
|
|
|
1508
1523
|
attributes: objectOf(function () { return factories.string(); }),
|
|
1509
1524
|
dimensions: factories['io.flow.common.v0.models.dimensions'](),
|
|
1510
1525
|
images: arrayOf(function () { return factories['io.flow.catalog.v0.models.image_form'](); }),
|
|
1526
|
+
deleted_at: factories.date_time_iso_8601(),
|
|
1511
1527
|
}); },
|
|
1512
1528
|
'io.flow.catalog.v0.models.item_form_overlay': function () { return ({
|
|
1513
1529
|
id: factories.string(),
|
|
@@ -1520,6 +1536,7 @@ var factories = {
|
|
|
1520
1536
|
attributes: objectOf(function () { return factories.string(); }),
|
|
1521
1537
|
dimensions: factories['io.flow.common.v0.models.dimensions'](),
|
|
1522
1538
|
images: arrayOf(function () { return factories['io.flow.catalog.v0.models.image_form'](); }),
|
|
1539
|
+
deleted_at: factories.date_time_iso_8601(),
|
|
1523
1540
|
}); },
|
|
1524
1541
|
'io.flow.catalog.v0.models.item_form_overlay_form': function () { return ({
|
|
1525
1542
|
number: factories.string(),
|
|
@@ -1531,6 +1548,7 @@ var factories = {
|
|
|
1531
1548
|
attributes: objectOf(function () { return factories.string(); }),
|
|
1532
1549
|
dimensions: factories['io.flow.common.v0.models.dimensions'](),
|
|
1533
1550
|
images: arrayOf(function () { return factories['io.flow.catalog.v0.models.image_form'](); }),
|
|
1551
|
+
deleted_at: factories.date_time_iso_8601(),
|
|
1534
1552
|
}); },
|
|
1535
1553
|
'io.flow.catalog.v0.models.item_price_update_form': function () { return ({
|
|
1536
1554
|
number: factories.string(),
|
|
@@ -2737,6 +2755,11 @@ var factories = {
|
|
|
2737
2755
|
available: arrayOf(function () { return factories['io.flow.common.v0.enums.delivered_duty'](); }),
|
|
2738
2756
|
display: factories['io.flow.experience.v0.enums.delivered_duty_display_type'](),
|
|
2739
2757
|
}); },
|
|
2758
|
+
'io.flow.experience.v0.models.destination_contact_detail': function () { return ({
|
|
2759
|
+
title: factories.string(),
|
|
2760
|
+
country: factories.string(),
|
|
2761
|
+
import_identifier: factories.string(),
|
|
2762
|
+
}); },
|
|
2740
2763
|
'io.flow.experience.v0.models.discount': function () { return ({
|
|
2741
2764
|
discriminator: 'discount',
|
|
2742
2765
|
id: factories.string(),
|
|
@@ -3049,6 +3072,7 @@ var factories = {
|
|
|
3049
3072
|
tax_registration: factories['io.flow.harmonization.v0.models.tax_registration'](),
|
|
3050
3073
|
geo: factories['io.flow.experience.v0.models.order_geo'](),
|
|
3051
3074
|
device_details: factories['io.flow.payment.v0.unions.device_details'](),
|
|
3075
|
+
destination_contact_details: arrayOf(function () { return factories['io.flow.experience.v0.models.destination_contact_detail'](); }),
|
|
3052
3076
|
}); },
|
|
3053
3077
|
'io.flow.experience.v0.models.order_address': function () { return ({
|
|
3054
3078
|
text: factories.string(),
|
|
@@ -4331,6 +4355,7 @@ var factories = {
|
|
|
4331
4355
|
supporting_info: factories['io.flow.external.paypal.v1.models.supporting_info'](),
|
|
4332
4356
|
allowed_response_options: factories['io.flow.external.paypal.v1.models.allowed_response_options'](),
|
|
4333
4357
|
links: arrayOf(function () { return factories['io.flow.external.paypal.v1.models.link'](); }),
|
|
4358
|
+
previous_status: factories['io.flow.external.paypal.v1.enums.dispute_status'](),
|
|
4334
4359
|
}); },
|
|
4335
4360
|
'io.flow.external.paypal.v1.models.dispute_extension': function () { return ({
|
|
4336
4361
|
merchant_contacted: factories.boolean(),
|
|
@@ -6233,6 +6258,7 @@ var factories = {
|
|
|
6233
6258
|
'io.flow.internal.v0.enums.discount_request_order_entitlement_key': function () { return faker.helpers.arrayElement(['subtotal']); },
|
|
6234
6259
|
'io.flow.internal.v0.enums.dispute_billable': function () { return faker.helpers.arrayElement(['flow', 'organization']); },
|
|
6235
6260
|
'io.flow.internal.v0.enums.dispute_category': function () { return faker.helpers.arrayElement(['friendly_fraud', 'true_fraud', 'processing_error']); },
|
|
6261
|
+
'io.flow.internal.v0.enums.dispute_defense_outcome': function () { return faker.helpers.arrayElement(['defended', 'undefended', 'undefendable']); },
|
|
6236
6262
|
'io.flow.internal.v0.enums.dispute_evidence': function () { return faker.helpers.arrayElement(['proof_of_delivery', 'proof_of_fulfillment', 'other']); },
|
|
6237
6263
|
'io.flow.internal.v0.enums.dispute_import_status': function () { return faker.helpers.arrayElement(['new', 'processing', 'completed', 'failed']); },
|
|
6238
6264
|
'io.flow.internal.v0.enums.dispute_import_type': function () { return faker.helpers.arrayElement(['adyen_dispute', 'paypal_dispute']); },
|
|
@@ -6262,6 +6288,8 @@ var factories = {
|
|
|
6262
6288
|
'io.flow.internal.v0.enums.empty_attribute': function () { return faker.helpers.arrayElement(['irrelevant']); },
|
|
6263
6289
|
'io.flow.internal.v0.enums.erp_file_type': function () { return faker.helpers.arrayElement(['vendor']); },
|
|
6264
6290
|
'io.flow.internal.v0.enums.event_type': function () { return faker.helpers.arrayElement([
|
|
6291
|
+
'adjusted_estimates_upserted',
|
|
6292
|
+
'adjusted_estimates_deleted',
|
|
6265
6293
|
'adyen_authorization_deleted',
|
|
6266
6294
|
'adyen_authorization_upserted',
|
|
6267
6295
|
'adyen_cancel_deleted',
|
|
@@ -6435,6 +6463,8 @@ var factories = {
|
|
|
6435
6463
|
'ftp_file_to_process_uploaded',
|
|
6436
6464
|
'center_defaults_upserted',
|
|
6437
6465
|
'center_defaults_deleted',
|
|
6466
|
+
'fulfillment_fallbacks_upserted',
|
|
6467
|
+
'fulfillment_fallbacks_deleted',
|
|
6438
6468
|
'pregenerated_request_event',
|
|
6439
6469
|
'quote_upserted',
|
|
6440
6470
|
'quote_deleted',
|
|
@@ -6632,6 +6662,8 @@ var factories = {
|
|
|
6632
6662
|
'tracking_assurance_analysis_deleted',
|
|
6633
6663
|
'tracking_assurance_job_upserted',
|
|
6634
6664
|
'tracking_assurance_job_deleted',
|
|
6665
|
+
'tracking_label_dimensions_upserted',
|
|
6666
|
+
'tracking_label_dimensions_deleted',
|
|
6635
6667
|
'tracking_request_upserted',
|
|
6636
6668
|
'tracking_response_upserted',
|
|
6637
6669
|
'user_upserted_v2',
|
|
@@ -6707,6 +6739,8 @@ var factories = {
|
|
|
6707
6739
|
'merchant_operations',
|
|
6708
6740
|
'globale_system',
|
|
6709
6741
|
]); },
|
|
6742
|
+
'io.flow.internal.v0.enums.label_request_result_organization_type': function () { return faker.helpers.arrayElement(['all', 'legacy_production', 'managed_markets_production', 'sandbox']); },
|
|
6743
|
+
'io.flow.internal.v0.enums.label_request_result_state': function () { return faker.helpers.arrayElement(['success', 'failure']); },
|
|
6710
6744
|
'io.flow.internal.v0.enums.label_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'billable_label', 'fee', 'revenue_share']); },
|
|
6711
6745
|
'io.flow.internal.v0.enums.liability_type': function () { return faker.helpers.arrayElement(['full_value_tax', 'low_value_goods_tax', 'high_value_goods_tax', 'duties']); },
|
|
6712
6746
|
'io.flow.internal.v0.enums.logistics_capability': function () { return faker.helpers.arrayElement(['logistics_address_correction']); },
|
|
@@ -7073,6 +7107,7 @@ var factories = {
|
|
|
7073
7107
|
'io.flow.internal.v0.enums.tax_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'tax', 'refund']); },
|
|
7074
7108
|
'io.flow.internal.v0.enums.thiago_item_type': function () { return faker.helpers.arrayElement(['digital', 'physical']); },
|
|
7075
7109
|
'io.flow.internal.v0.enums.tracking_integration_type': function () { return faker.helpers.arrayElement(['api', 'bulk', 'aftership']); },
|
|
7110
|
+
'io.flow.internal.v0.enums.tracking_label_dimensions_source': function () { return faker.helpers.arrayElement(['aftership', 'carrier_api']); },
|
|
7076
7111
|
'io.flow.internal.v0.enums.tracking_processing_failure_classification': function () { return faker.helpers.arrayElement([
|
|
7077
7112
|
'tracking_expired',
|
|
7078
7113
|
'expired_tracking_number_new_event',
|
|
@@ -7314,6 +7349,26 @@ var factories = {
|
|
|
7314
7349
|
'io.flow.internal.v0.models.address_configuration_setting_form': function () { return ({
|
|
7315
7350
|
province_code: factories['io.flow.internal.v0.enums.address_configuration_setting_province_code'](),
|
|
7316
7351
|
}); },
|
|
7352
|
+
'io.flow.internal.v0.models.adjusted_estimates': function () { return ({
|
|
7353
|
+
id: factories.string(),
|
|
7354
|
+
organization_id: factories.string(),
|
|
7355
|
+
label_id: factories.string(),
|
|
7356
|
+
estimates: arrayOf(function () { return factories['io.flow.label.v0.models.shipping_label_hop_summary'](); }),
|
|
7357
|
+
}); },
|
|
7358
|
+
'io.flow.internal.v0.models.adjusted_estimates_deleted': function () { return ({
|
|
7359
|
+
discriminator: 'adjusted_estimates_deleted',
|
|
7360
|
+
event_id: factories.string(),
|
|
7361
|
+
timestamp: factories.date_time_iso_8601(),
|
|
7362
|
+
organization: factories.string(),
|
|
7363
|
+
id: factories.string(),
|
|
7364
|
+
}); },
|
|
7365
|
+
'io.flow.internal.v0.models.adjusted_estimates_upserted': function () { return ({
|
|
7366
|
+
discriminator: 'adjusted_estimates_upserted',
|
|
7367
|
+
event_id: factories.string(),
|
|
7368
|
+
timestamp: factories.date_time_iso_8601(),
|
|
7369
|
+
organization: factories.string(),
|
|
7370
|
+
adjusted_estimates: factories['io.flow.internal.v0.models.adjusted_estimates'](),
|
|
7371
|
+
}); },
|
|
7317
7372
|
'io.flow.internal.v0.models.adjustment_amount_fixed': function () { return ({
|
|
7318
7373
|
discriminator: 'fixed',
|
|
7319
7374
|
amount: factories['io.flow.common.v0.models.money'](),
|
|
@@ -7706,6 +7761,13 @@ var factories = {
|
|
|
7706
7761
|
'io.flow.internal.v0.models.apply_at_value_form': function () { return ({
|
|
7707
7762
|
value: factories.date_time_iso_8601(),
|
|
7708
7763
|
}); },
|
|
7764
|
+
'io.flow.internal.v0.models.attempt_statistics': function () { return ({
|
|
7765
|
+
merchant_count: factories.long(),
|
|
7766
|
+
amount: factories.decimal(),
|
|
7767
|
+
failed_merchant_count: factories.long(),
|
|
7768
|
+
failed_amount: factories.decimal(),
|
|
7769
|
+
success_ratio: factories.double(),
|
|
7770
|
+
}); },
|
|
7709
7771
|
'io.flow.internal.v0.models.attribute_label': function () { return ({
|
|
7710
7772
|
value: factories.string(),
|
|
7711
7773
|
unverified: factories.boolean(),
|
|
@@ -9102,6 +9164,17 @@ var factories = {
|
|
|
9102
9164
|
status: factories['io.flow.internal.v0.enums.unclassified_product_status'](),
|
|
9103
9165
|
customs_description_suggestions: arrayOf(function () { return factories['io.flow.internal.v0.models.customs_description_suggestion'](); }),
|
|
9104
9166
|
}); },
|
|
9167
|
+
'io.flow.internal.v0.models.classification_merchant': function () { return ({
|
|
9168
|
+
MerchantId: factories.string(),
|
|
9169
|
+
PlatformId: factories['io.flow.internal.v0.enums.classification_platform'](),
|
|
9170
|
+
Name: factories.string(),
|
|
9171
|
+
DateLastUpdated: factories.date_time_iso_8601(),
|
|
9172
|
+
Order: factories.integer(),
|
|
9173
|
+
}); },
|
|
9174
|
+
'io.flow.internal.v0.models.classification_merchant_envelope': function () { return ({
|
|
9175
|
+
messageType: arrayOf(function () { return factories.string(); }),
|
|
9176
|
+
message: factories['io.flow.internal.v0.models.classification_merchant'](),
|
|
9177
|
+
}); },
|
|
9105
9178
|
'io.flow.internal.v0.models.classification_product': function () { return ({
|
|
9106
9179
|
organization_id: factories.string(),
|
|
9107
9180
|
product_id: factories.string(),
|
|
@@ -9259,6 +9332,7 @@ var factories = {
|
|
|
9259
9332
|
rex_number: factories.string(),
|
|
9260
9333
|
wee_number: factories.string(),
|
|
9261
9334
|
business_gst_numbers: arrayOf(function () { return factories.string(); }),
|
|
9335
|
+
destination_gst_numbers: arrayOf(function () { return factories.string(); }),
|
|
9262
9336
|
vat_name: factories.string(),
|
|
9263
9337
|
shipping_price: factories.string(),
|
|
9264
9338
|
shipment_recipient: factories.string(),
|
|
@@ -9809,6 +9883,7 @@ var factories = {
|
|
|
9809
9883
|
status: factories['io.flow.internal.v0.enums.dispute_status'](),
|
|
9810
9884
|
liability: factories['io.flow.internal.v0.enums.dispute_liability'](),
|
|
9811
9885
|
billable: factories['io.flow.internal.v0.enums.dispute_billable'](),
|
|
9886
|
+
defense_outcome: factories['io.flow.internal.v0.enums.dispute_defense_outcome'](),
|
|
9812
9887
|
details: factories['io.flow.internal.v0.unions.dispute_details'](),
|
|
9813
9888
|
issued_at: factories.date_time_iso_8601(),
|
|
9814
9889
|
expires_at: factories.date_time_iso_8601(),
|
|
@@ -9825,6 +9900,10 @@ var factories = {
|
|
|
9825
9900
|
organization: factories.string(),
|
|
9826
9901
|
id: factories.string(),
|
|
9827
9902
|
}); },
|
|
9903
|
+
'io.flow.internal.v0.models.dispute_detail': function () { return ({
|
|
9904
|
+
authorization: factories['io.flow.internal.v0.models.search_authorization'](),
|
|
9905
|
+
dispute: factories['io.flow.internal.v0.models.dispute'](),
|
|
9906
|
+
}); },
|
|
9828
9907
|
'io.flow.internal.v0.models.dispute_details_adyen': function () { return ({
|
|
9829
9908
|
discriminator: 'adyen',
|
|
9830
9909
|
psp_reference: factories.string(),
|
|
@@ -9867,6 +9946,12 @@ var factories = {
|
|
|
9867
9946
|
'io.flow.internal.v0.models.dispute_organization_reference': function () { return ({
|
|
9868
9947
|
id: factories.string(),
|
|
9869
9948
|
}); },
|
|
9949
|
+
'io.flow.internal.v0.models.dispute_override_update_form': function () { return ({
|
|
9950
|
+
billable: factories['io.flow.internal.v0.enums.dispute_billable'](),
|
|
9951
|
+
reporting_category: factories['io.flow.internal.v0.enums.dispute_reporting_category'](),
|
|
9952
|
+
category: factories['io.flow.internal.v0.enums.dispute_category'](),
|
|
9953
|
+
status: factories['io.flow.internal.v0.enums.dispute_status'](),
|
|
9954
|
+
}); },
|
|
9870
9955
|
'io.flow.internal.v0.models.dispute_status_form': function () { return ({
|
|
9871
9956
|
status: factories['io.flow.internal.v0.enums.dispute_status'](),
|
|
9872
9957
|
}); },
|
|
@@ -10389,6 +10474,7 @@ var factories = {
|
|
|
10389
10474
|
description: factories.string(),
|
|
10390
10475
|
order_number: factories.string(),
|
|
10391
10476
|
raw_carrier_event_code: factories.string(),
|
|
10477
|
+
aggregator_status_code: factories.string(),
|
|
10392
10478
|
created_at: factories.date_time_iso_8601(),
|
|
10393
10479
|
}); },
|
|
10394
10480
|
'io.flow.internal.v0.models.external_fulfillment_proof': function () { return ({
|
|
@@ -11049,6 +11135,26 @@ var factories = {
|
|
|
11049
11135
|
organization: factories.string(),
|
|
11050
11136
|
id: factories.string(),
|
|
11051
11137
|
}); },
|
|
11138
|
+
'io.flow.internal.v0.models.fulfillment_fallbacks': function () { return ({
|
|
11139
|
+
id: factories.string(),
|
|
11140
|
+
packaging: arrayOf(function () { return factories['io.flow.fulfillment.v0.models.packaging'](); }),
|
|
11141
|
+
contact: factories['io.flow.common.v0.models.contact'](),
|
|
11142
|
+
location: factories['io.flow.common.v0.models.address'](),
|
|
11143
|
+
}); },
|
|
11144
|
+
'io.flow.internal.v0.models.fulfillment_fallbacks_deleted': function () { return ({
|
|
11145
|
+
discriminator: 'fulfillment_fallbacks_deleted',
|
|
11146
|
+
event_id: factories.string(),
|
|
11147
|
+
timestamp: factories.date_time_iso_8601(),
|
|
11148
|
+
organization: factories.string(),
|
|
11149
|
+
id: factories.string(),
|
|
11150
|
+
}); },
|
|
11151
|
+
'io.flow.internal.v0.models.fulfillment_fallbacks_upserted': function () { return ({
|
|
11152
|
+
discriminator: 'fulfillment_fallbacks_upserted',
|
|
11153
|
+
event_id: factories.string(),
|
|
11154
|
+
timestamp: factories.date_time_iso_8601(),
|
|
11155
|
+
organization: factories.string(),
|
|
11156
|
+
fulfillment_fallbacks: factories['io.flow.internal.v0.models.fulfillment_fallbacks'](),
|
|
11157
|
+
}); },
|
|
11052
11158
|
'io.flow.internal.v0.models.fulfillment_internal_experience_reference': function () { return ({
|
|
11053
11159
|
id: factories.string(),
|
|
11054
11160
|
key: factories.string(),
|
|
@@ -12035,6 +12141,21 @@ var factories = {
|
|
|
12035
12141
|
organization: factories.string(),
|
|
12036
12142
|
label_request_error: factories['io.flow.internal.v0.models.label_request_error'](),
|
|
12037
12143
|
}); },
|
|
12144
|
+
'io.flow.internal.v0.models.label_request_result': function () { return ({
|
|
12145
|
+
id: factories.string(),
|
|
12146
|
+
created_at: factories.date_time_iso_8601(),
|
|
12147
|
+
state: factories['io.flow.internal.v0.enums.label_request_result_state'](),
|
|
12148
|
+
organization_id: factories.string(),
|
|
12149
|
+
order_number: factories.string(),
|
|
12150
|
+
label_request_method: factories['io.flow.label.v0.enums.label_request_method'](),
|
|
12151
|
+
carrier_id: factories.string(),
|
|
12152
|
+
carrier_tracking_number: factories.string(),
|
|
12153
|
+
url: factories.string(),
|
|
12154
|
+
error: factories.string(),
|
|
12155
|
+
suggested_responsibility: factories['io.flow.internal.v0.enums.label_request_error_handling_responsibility'](),
|
|
12156
|
+
origin_country: factories.string(),
|
|
12157
|
+
destination_country: factories.string(),
|
|
12158
|
+
}); },
|
|
12038
12159
|
'io.flow.internal.v0.models.label_summary': function () { return ({
|
|
12039
12160
|
id: factories.string(),
|
|
12040
12161
|
commercial_invoice: factories.string(),
|
|
@@ -12970,6 +13091,11 @@ var factories = {
|
|
|
12970
13091
|
discriminator: 'percentage',
|
|
12971
13092
|
percent: factories.decimal(),
|
|
12972
13093
|
}); },
|
|
13094
|
+
'io.flow.internal.v0.models.negative_debit_metrics': function () { return ({
|
|
13095
|
+
current_attempt: factories['io.flow.internal.v0.models.attempt_statistics'](),
|
|
13096
|
+
second_attempt: factories['io.flow.internal.v0.models.attempt_statistics'](),
|
|
13097
|
+
third_attempt: factories['io.flow.internal.v0.models.attempt_statistics'](),
|
|
13098
|
+
}); },
|
|
12973
13099
|
'io.flow.internal.v0.models.next_billing_statement': function () { return ({
|
|
12974
13100
|
date: factories.date_time_iso_8601(),
|
|
12975
13101
|
amount: factories['io.flow.common.v0.models.price'](),
|
|
@@ -13209,6 +13335,7 @@ var factories = {
|
|
|
13209
13335
|
created_at: factories.date_time_iso_8601(),
|
|
13210
13336
|
updated_at: factories.date_time_iso_8601(),
|
|
13211
13337
|
shopify_order_id: factories.string(),
|
|
13338
|
+
disputes: arrayOf(function () { return factories['io.flow.internal.v0.models.dispute_detail'](); }),
|
|
13212
13339
|
}); },
|
|
13213
13340
|
'io.flow.internal.v0.models.order_fulfillment_deleted': function () { return ({
|
|
13214
13341
|
discriminator: 'order_fulfillment_deleted',
|
|
@@ -17094,6 +17221,28 @@ var factories = {
|
|
|
17094
17221
|
organization: factories.string(),
|
|
17095
17222
|
tracking_label: factories['io.flow.internal.v0.models.export_tracking_label'](),
|
|
17096
17223
|
}); },
|
|
17224
|
+
'io.flow.internal.v0.models.tracking_label_dimensions': function () { return ({
|
|
17225
|
+
id: factories.string(),
|
|
17226
|
+
organization_id: factories.string(),
|
|
17227
|
+
tracking_label_id: factories.string(),
|
|
17228
|
+
source: factories['io.flow.internal.v0.enums.tracking_label_dimensions_source'](),
|
|
17229
|
+
created_at: factories.date_time_iso_8601(),
|
|
17230
|
+
dimensions: factories['io.flow.common.v0.models.dimensions'](),
|
|
17231
|
+
}); },
|
|
17232
|
+
'io.flow.internal.v0.models.tracking_label_dimensions_deleted': function () { return ({
|
|
17233
|
+
discriminator: 'tracking_label_dimensions_deleted',
|
|
17234
|
+
event_id: factories.string(),
|
|
17235
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17236
|
+
organization: factories.string(),
|
|
17237
|
+
id: factories.string(),
|
|
17238
|
+
}); },
|
|
17239
|
+
'io.flow.internal.v0.models.tracking_label_dimensions_upserted': function () { return ({
|
|
17240
|
+
discriminator: 'tracking_label_dimensions_upserted',
|
|
17241
|
+
event_id: factories.string(),
|
|
17242
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17243
|
+
organization: factories.string(),
|
|
17244
|
+
tracking_label_dimensions: factories['io.flow.internal.v0.models.tracking_label_dimensions'](),
|
|
17245
|
+
}); },
|
|
17097
17246
|
'io.flow.internal.v0.models.tracking_label_event_deleted_v2': function () { return ({
|
|
17098
17247
|
discriminator: 'tracking_label_event_deleted_v2',
|
|
17099
17248
|
event_id: factories.string(),
|
|
@@ -17609,6 +17758,8 @@ var factories = {
|
|
|
17609
17758
|
},
|
|
17610
17759
|
'io.flow.internal.v0.unions.event': function () {
|
|
17611
17760
|
var f = faker.helpers.arrayElement([
|
|
17761
|
+
function () { return factories['io.flow.internal.v0.models.adjusted_estimates_upserted'](); },
|
|
17762
|
+
function () { return factories['io.flow.internal.v0.models.adjusted_estimates_deleted'](); },
|
|
17612
17763
|
function () { return factories['io.flow.internal.v0.models.adyen_authorization_deleted'](); },
|
|
17613
17764
|
function () { return factories['io.flow.internal.v0.models.adyen_authorization_upserted'](); },
|
|
17614
17765
|
function () { return factories['io.flow.internal.v0.models.adyen_cancel_deleted'](); },
|
|
@@ -17782,6 +17933,8 @@ var factories = {
|
|
|
17782
17933
|
function () { return factories['io.flow.internal.v0.models.ftp_file_to_process_uploaded'](); },
|
|
17783
17934
|
function () { return factories['io.flow.internal.v0.models.center_defaults_upserted'](); },
|
|
17784
17935
|
function () { return factories['io.flow.internal.v0.models.center_defaults_deleted'](); },
|
|
17936
|
+
function () { return factories['io.flow.internal.v0.models.fulfillment_fallbacks_upserted'](); },
|
|
17937
|
+
function () { return factories['io.flow.internal.v0.models.fulfillment_fallbacks_deleted'](); },
|
|
17785
17938
|
function () { return factories['io.flow.internal.v0.models.pregenerated_request_event'](); },
|
|
17786
17939
|
function () { return factories['io.flow.internal.v0.models.quote_upserted'](); },
|
|
17787
17940
|
function () { return factories['io.flow.internal.v0.models.quote_deleted'](); },
|
|
@@ -17979,6 +18132,8 @@ var factories = {
|
|
|
17979
18132
|
function () { return factories['io.flow.internal.v0.models.tracking_assurance_analysis_deleted'](); },
|
|
17980
18133
|
function () { return factories['io.flow.internal.v0.models.tracking_assurance_job_upserted'](); },
|
|
17981
18134
|
function () { return factories['io.flow.internal.v0.models.tracking_assurance_job_deleted'](); },
|
|
18135
|
+
function () { return factories['io.flow.internal.v0.models.tracking_label_dimensions_upserted'](); },
|
|
18136
|
+
function () { return factories['io.flow.internal.v0.models.tracking_label_dimensions_deleted'](); },
|
|
17982
18137
|
function () { return factories['io.flow.internal.v0.models.tracking_request_upserted'](); },
|
|
17983
18138
|
function () { return factories['io.flow.internal.v0.models.tracking_response_upserted'](); },
|
|
17984
18139
|
function () { return factories['io.flow.internal.v0.models.user_upserted_v2'](); },
|
|
@@ -24605,6 +24760,7 @@ var factories = {
|
|
|
24605
24760
|
location_id: factories.long(),
|
|
24606
24761
|
subtotal: factories.decimal(),
|
|
24607
24762
|
total_tax: factories.decimal(),
|
|
24763
|
+
total_tax_set: factories['io.flow.shopify.markets.v0.models.shopify_order_money_set'](),
|
|
24608
24764
|
}); },
|
|
24609
24765
|
'io.flow.shopify.markets.v0.models.shopify_order_shipping_line': function () { return ({
|
|
24610
24766
|
code: factories.string(),
|
|
@@ -26682,6 +26838,7 @@ var factories = {
|
|
|
26682
26838
|
in_transit: factories['io.flow.tracking.v0.models.label_tracking_summary_update'](),
|
|
26683
26839
|
delivered: factories['io.flow.tracking.v0.models.label_tracking_summary_update'](),
|
|
26684
26840
|
rejected: factories['io.flow.tracking.v0.models.label_tracking_summary_update'](),
|
|
26841
|
+
returned: factories['io.flow.tracking.v0.models.label_tracking_summary_update'](),
|
|
26685
26842
|
}); },
|
|
26686
26843
|
'io.flow.tracking.v0.models.label_tracking_summary_update': function () { return ({
|
|
26687
26844
|
timestamp: factories.date_time_iso_8601(),
|
|
@@ -26879,6 +27036,9 @@ export var makeAddressConfigurationProvinceSetting = function () { return factor
|
|
|
26879
27036
|
export var makeAddressConfigurationSetting = function () { return factories['io.flow.internal.v0.models.address_configuration_setting'](); };
|
|
26880
27037
|
export var makeAddressConfigurationSettingForm = function () { return factories['io.flow.internal.v0.models.address_configuration_setting_form'](); };
|
|
26881
27038
|
export var makeAddressConfigurationSettingProvinceCode = function () { return factories['io.flow.internal.v0.enums.address_configuration_setting_province_code'](); };
|
|
27039
|
+
export var makeAdjustedEstimates = function () { return factories['io.flow.internal.v0.models.adjusted_estimates'](); };
|
|
27040
|
+
export var makeAdjustedEstimatesDeleted = function () { return factories['io.flow.internal.v0.models.adjusted_estimates_deleted'](); };
|
|
27041
|
+
export var makeAdjustedEstimatesUpserted = function () { return factories['io.flow.internal.v0.models.adjusted_estimates_upserted'](); };
|
|
26882
27042
|
export var makeAdjustmentAmount = function () { return factories['io.flow.internal.v0.unions.adjustment_amount'](); };
|
|
26883
27043
|
export var makeAdjustmentAmountFixed = function () { return factories['io.flow.internal.v0.models.adjustment_amount_fixed'](); };
|
|
26884
27044
|
export var makeAdjustmentAmountPercentage = function () { return factories['io.flow.internal.v0.models.adjustment_amount_percentage'](); };
|
|
@@ -26946,6 +27106,7 @@ export var makeApiCallReferenceId = function () { return factories['io.flow.inte
|
|
|
26946
27106
|
export var makeApmContent = function () { return factories['io.flow.internal.v0.models.apm_content'](); };
|
|
26947
27107
|
export var makeApplePayAuthorizationPayload = function () { return factories['io.flow.internal.v0.models.apple_pay_authorization_payload'](); };
|
|
26948
27108
|
export var makeApplyAtValueForm = function () { return factories['io.flow.internal.v0.models.apply_at_value_form'](); };
|
|
27109
|
+
export var makeAttemptStatistics = function () { return factories['io.flow.internal.v0.models.attempt_statistics'](); };
|
|
26949
27110
|
export var makeAttributeLabel = function () { return factories['io.flow.internal.v0.models.attribute_label'](); };
|
|
26950
27111
|
export var makeAuthenticationForm = function () { return factories['io.flow.internal.v0.models.authentication_form'](); };
|
|
26951
27112
|
export var makeAuthorizationBundle = function () { return factories['io.flow.internal.v0.models.authorization_bundle'](); };
|
|
@@ -27211,6 +27372,8 @@ export var makeClassificationFormWrapper = function () { return factories['io.fl
|
|
|
27211
27372
|
export var makeClassificationItem = function () { return factories['io.flow.internal.v0.models.classification_item'](); };
|
|
27212
27373
|
export var makeClassificationJudgementForm = function () { return factories['io.flow.internal.v0.unions.classification_judgement_form'](); };
|
|
27213
27374
|
export var makeClassificationLabelAttribute = function () { return factories['io.flow.internal.v0.unions.classification_label_attribute'](); };
|
|
27375
|
+
export var makeClassificationMerchant = function () { return factories['io.flow.internal.v0.models.classification_merchant'](); };
|
|
27376
|
+
export var makeClassificationMerchantEnvelope = function () { return factories['io.flow.internal.v0.models.classification_merchant_envelope'](); };
|
|
27214
27377
|
export var makeClassificationPlatform = function () { return factories['io.flow.internal.v0.enums.classification_platform'](); };
|
|
27215
27378
|
export var makeClassificationProduct = function () { return factories['io.flow.internal.v0.models.classification_product'](); };
|
|
27216
27379
|
export var makeClassificationProductHarmonization = function () { return factories['io.flow.internal.v0.models.classification_product_harmonization'](); };
|
|
@@ -27348,7 +27511,9 @@ export var makeDispute = function () { return factories['io.flow.internal.v0.mod
|
|
|
27348
27511
|
export var makeDisputeAuthorizationReference = function () { return factories['io.flow.internal.v0.models.dispute_authorization_reference'](); };
|
|
27349
27512
|
export var makeDisputeBillable = function () { return factories['io.flow.internal.v0.enums.dispute_billable'](); };
|
|
27350
27513
|
export var makeDisputeCategory = function () { return factories['io.flow.internal.v0.enums.dispute_category'](); };
|
|
27514
|
+
export var makeDisputeDefenseOutcome = function () { return factories['io.flow.internal.v0.enums.dispute_defense_outcome'](); };
|
|
27351
27515
|
export var makeDisputeDeleted = function () { return factories['io.flow.internal.v0.models.dispute_deleted'](); };
|
|
27516
|
+
export var makeDisputeDetail = function () { return factories['io.flow.internal.v0.models.dispute_detail'](); };
|
|
27352
27517
|
export var makeDisputeDetails = function () { return factories['io.flow.internal.v0.unions.dispute_details'](); };
|
|
27353
27518
|
export var makeDisputeDetailsAdyen = function () { return factories['io.flow.internal.v0.models.dispute_details_adyen'](); };
|
|
27354
27519
|
export var makeDisputeDetailsPaypal = function () { return factories['io.flow.internal.v0.models.dispute_details_paypal'](); };
|
|
@@ -27363,6 +27528,7 @@ export var makeDisputeImportType = function () { return factories['io.flow.inter
|
|
|
27363
27528
|
export var makeDisputeLiability = function () { return factories['io.flow.internal.v0.enums.dispute_liability'](); };
|
|
27364
27529
|
export var makeDisputeOrderReference = function () { return factories['io.flow.internal.v0.models.dispute_order_reference'](); };
|
|
27365
27530
|
export var makeDisputeOrganizationReference = function () { return factories['io.flow.internal.v0.models.dispute_organization_reference'](); };
|
|
27531
|
+
export var makeDisputeOverrideUpdateForm = function () { return factories['io.flow.internal.v0.models.dispute_override_update_form'](); };
|
|
27366
27532
|
export var makeDisputeProcessor = function () { return factories['io.flow.internal.v0.enums.dispute_processor'](); };
|
|
27367
27533
|
export var makeDisputeReportingCategory = function () { return factories['io.flow.internal.v0.enums.dispute_reporting_category'](); };
|
|
27368
27534
|
export var makeDisputeStatus = function () { return factories['io.flow.internal.v0.enums.dispute_status'](); };
|
|
@@ -27563,6 +27729,9 @@ export var makeFulfillmentBusiness = function () { return factories['io.flow.int
|
|
|
27563
27729
|
export var makeFulfillmentCancel = function () { return factories['io.flow.internal.v0.models.fulfillment_cancel'](); };
|
|
27564
27730
|
export var makeFulfillmentCarrier = function () { return factories['io.flow.internal.v0.models.fulfillment_carrier'](); };
|
|
27565
27731
|
export var makeFulfillmentDeleted = function () { return factories['io.flow.internal.v0.models.fulfillment_deleted'](); };
|
|
27732
|
+
export var makeFulfillmentFallbacks = function () { return factories['io.flow.internal.v0.models.fulfillment_fallbacks'](); };
|
|
27733
|
+
export var makeFulfillmentFallbacksDeleted = function () { return factories['io.flow.internal.v0.models.fulfillment_fallbacks_deleted'](); };
|
|
27734
|
+
export var makeFulfillmentFallbacksUpserted = function () { return factories['io.flow.internal.v0.models.fulfillment_fallbacks_upserted'](); };
|
|
27566
27735
|
export var makeFulfillmentInternalExperienceReference = function () { return factories['io.flow.internal.v0.models.fulfillment_internal_experience_reference'](); };
|
|
27567
27736
|
export var makeFulfillmentOrigin = function () { return factories['io.flow.internal.v0.models.fulfillment_origin'](); };
|
|
27568
27737
|
export var makeFulfillmentProof = function () { return factories['io.flow.internal.v0.unions.fulfillment_proof'](); };
|
|
@@ -27748,6 +27917,9 @@ export var makeLabelRequestError = function () { return factories['io.flow.inter
|
|
|
27748
27917
|
export var makeLabelRequestErrorDeleted = function () { return factories['io.flow.internal.v0.models.label_request_error_deleted'](); };
|
|
27749
27918
|
export var makeLabelRequestErrorHandlingResponsibility = function () { return factories['io.flow.internal.v0.enums.label_request_error_handling_responsibility'](); };
|
|
27750
27919
|
export var makeLabelRequestErrorUpserted = function () { return factories['io.flow.internal.v0.models.label_request_error_upserted'](); };
|
|
27920
|
+
export var makeLabelRequestResult = function () { return factories['io.flow.internal.v0.models.label_request_result'](); };
|
|
27921
|
+
export var makeLabelRequestResultOrganizationType = function () { return factories['io.flow.internal.v0.enums.label_request_result_organization_type'](); };
|
|
27922
|
+
export var makeLabelRequestResultState = function () { return factories['io.flow.internal.v0.enums.label_request_result_state'](); };
|
|
27751
27923
|
export var makeLabelSummary = function () { return factories['io.flow.internal.v0.models.label_summary'](); };
|
|
27752
27924
|
export var makeLabelSurchargeForm = function () { return factories['io.flow.internal.v0.models.label_surcharge_form'](); };
|
|
27753
27925
|
export var makeLabelSurchargeSingleForm = function () { return factories['io.flow.internal.v0.models.label_surcharge_single_form'](); };
|
|
@@ -27919,6 +28091,7 @@ export var makeMixedBagWeight = function () { return factories['io.flow.internal
|
|
|
27919
28091
|
export var makeMoneyPercentage = function () { return factories['io.flow.internal.v0.models.money_percentage'](); };
|
|
27920
28092
|
export var makeMoneyRule = function () { return factories['io.flow.internal.v0.unions.money_rule'](); };
|
|
27921
28093
|
export var makeNatureOfSale = function () { return factories['io.flow.internal.v0.enums.nature_of_sale'](); };
|
|
28094
|
+
export var makeNegativeDebitMetrics = function () { return factories['io.flow.internal.v0.models.negative_debit_metrics'](); };
|
|
27922
28095
|
export var makeNextBillingStatement = function () { return factories['io.flow.internal.v0.models.next_billing_statement'](); };
|
|
27923
28096
|
export var makeNoCalculatedTaxAmount = function () { return factories['io.flow.internal.v0.models.no_calculated_tax_amount'](); };
|
|
27924
28097
|
export var makeNoClassificationForm = function () { return factories['io.flow.internal.v0.models.no_classification_form'](); };
|
|
@@ -28690,6 +28863,10 @@ export var makeTrackingDeleted = function () { return factories['io.flow.interna
|
|
|
28690
28863
|
export var makeTrackingEvent = function () { return factories['io.flow.internal.v0.models.tracking_event'](); };
|
|
28691
28864
|
export var makeTrackingIntegrationType = function () { return factories['io.flow.internal.v0.enums.tracking_integration_type'](); };
|
|
28692
28865
|
export var makeTrackingLabelDeleted = function () { return factories['io.flow.internal.v0.models.tracking_label_deleted'](); };
|
|
28866
|
+
export var makeTrackingLabelDimensions = function () { return factories['io.flow.internal.v0.models.tracking_label_dimensions'](); };
|
|
28867
|
+
export var makeTrackingLabelDimensionsDeleted = function () { return factories['io.flow.internal.v0.models.tracking_label_dimensions_deleted'](); };
|
|
28868
|
+
export var makeTrackingLabelDimensionsSource = function () { return factories['io.flow.internal.v0.enums.tracking_label_dimensions_source'](); };
|
|
28869
|
+
export var makeTrackingLabelDimensionsUpserted = function () { return factories['io.flow.internal.v0.models.tracking_label_dimensions_upserted'](); };
|
|
28693
28870
|
export var makeTrackingLabelEventDeletedV2 = function () { return factories['io.flow.internal.v0.models.tracking_label_event_deleted_v2'](); };
|
|
28694
28871
|
export var makeTrackingLabelEventUpsertedV2 = function () { return factories['io.flow.internal.v0.models.tracking_label_event_upserted_v2'](); };
|
|
28695
28872
|
export var makeTrackingLabelUpserted = function () { return factories['io.flow.internal.v0.models.tracking_label_upserted'](); };
|
|
@@ -37,6 +37,9 @@ export declare const makeAddressConfigurationProvinceSetting: () => io.flow.inte
|
|
|
37
37
|
export declare const makeAddressConfigurationSetting: () => io.flow.internal.v0.models.AddressConfigurationSetting;
|
|
38
38
|
export declare const makeAddressConfigurationSettingForm: () => io.flow.internal.v0.models.AddressConfigurationSettingForm;
|
|
39
39
|
export declare const makeAddressConfigurationSettingProvinceCode: () => io.flow.internal.v0.enums.AddressConfigurationSettingProvinceCode;
|
|
40
|
+
export declare const makeAdjustedEstimates: () => io.flow.internal.v0.models.AdjustedEstimates;
|
|
41
|
+
export declare const makeAdjustedEstimatesDeleted: () => io.flow.internal.v0.models.AdjustedEstimatesDeleted;
|
|
42
|
+
export declare const makeAdjustedEstimatesUpserted: () => io.flow.internal.v0.models.AdjustedEstimatesUpserted;
|
|
40
43
|
export declare const makeAdjustmentAmount: () => io.flow.internal.v0.unions.AdjustmentAmount;
|
|
41
44
|
export declare const makeAdjustmentAmountFixed: () => io.flow.internal.v0.models.AdjustmentAmountFixed;
|
|
42
45
|
export declare const makeAdjustmentAmountPercentage: () => io.flow.internal.v0.models.AdjustmentAmountPercentage;
|
|
@@ -104,6 +107,7 @@ export declare const makeApiCallReferenceId: () => io.flow.internal.v0.enums.Api
|
|
|
104
107
|
export declare const makeApmContent: () => io.flow.internal.v0.models.ApmContent;
|
|
105
108
|
export declare const makeApplePayAuthorizationPayload: () => io.flow.internal.v0.models.ApplePayAuthorizationPayload;
|
|
106
109
|
export declare const makeApplyAtValueForm: () => io.flow.internal.v0.models.ApplyAtValueForm;
|
|
110
|
+
export declare const makeAttemptStatistics: () => io.flow.internal.v0.models.AttemptStatistics;
|
|
107
111
|
export declare const makeAttributeLabel: () => io.flow.internal.v0.models.AttributeLabel;
|
|
108
112
|
export declare const makeAuthenticationForm: () => io.flow.internal.v0.models.AuthenticationForm;
|
|
109
113
|
export declare const makeAuthorizationBundle: () => io.flow.internal.v0.models.AuthorizationBundle;
|
|
@@ -369,6 +373,8 @@ export declare const makeClassificationFormWrapper: () => io.flow.internal.v0.mo
|
|
|
369
373
|
export declare const makeClassificationItem: () => io.flow.internal.v0.models.ClassificationItem;
|
|
370
374
|
export declare const makeClassificationJudgementForm: () => io.flow.internal.v0.unions.ClassificationJudgementForm;
|
|
371
375
|
export declare const makeClassificationLabelAttribute: () => io.flow.internal.v0.unions.ClassificationLabelAttribute;
|
|
376
|
+
export declare const makeClassificationMerchant: () => io.flow.internal.v0.models.ClassificationMerchant;
|
|
377
|
+
export declare const makeClassificationMerchantEnvelope: () => io.flow.internal.v0.models.ClassificationMerchantEnvelope;
|
|
372
378
|
export declare const makeClassificationPlatform: () => io.flow.internal.v0.enums.ClassificationPlatform;
|
|
373
379
|
export declare const makeClassificationProduct: () => io.flow.internal.v0.models.ClassificationProduct;
|
|
374
380
|
export declare const makeClassificationProductHarmonization: () => io.flow.internal.v0.models.ClassificationProductHarmonization;
|
|
@@ -506,7 +512,9 @@ export declare const makeDispute: () => io.flow.internal.v0.models.Dispute;
|
|
|
506
512
|
export declare const makeDisputeAuthorizationReference: () => io.flow.internal.v0.models.DisputeAuthorizationReference;
|
|
507
513
|
export declare const makeDisputeBillable: () => io.flow.internal.v0.enums.DisputeBillable;
|
|
508
514
|
export declare const makeDisputeCategory: () => io.flow.internal.v0.enums.DisputeCategory;
|
|
515
|
+
export declare const makeDisputeDefenseOutcome: () => io.flow.internal.v0.enums.DisputeDefenseOutcome;
|
|
509
516
|
export declare const makeDisputeDeleted: () => io.flow.internal.v0.models.DisputeDeleted;
|
|
517
|
+
export declare const makeDisputeDetail: () => io.flow.internal.v0.models.DisputeDetail;
|
|
510
518
|
export declare const makeDisputeDetails: () => io.flow.internal.v0.unions.DisputeDetails;
|
|
511
519
|
export declare const makeDisputeDetailsAdyen: () => io.flow.internal.v0.models.DisputeDetailsAdyen;
|
|
512
520
|
export declare const makeDisputeDetailsPaypal: () => io.flow.internal.v0.models.DisputeDetailsPaypal;
|
|
@@ -521,6 +529,7 @@ export declare const makeDisputeImportType: () => io.flow.internal.v0.enums.Disp
|
|
|
521
529
|
export declare const makeDisputeLiability: () => io.flow.internal.v0.enums.DisputeLiability;
|
|
522
530
|
export declare const makeDisputeOrderReference: () => io.flow.internal.v0.models.DisputeOrderReference;
|
|
523
531
|
export declare const makeDisputeOrganizationReference: () => io.flow.internal.v0.models.DisputeOrganizationReference;
|
|
532
|
+
export declare const makeDisputeOverrideUpdateForm: () => io.flow.internal.v0.models.DisputeOverrideUpdateForm;
|
|
524
533
|
export declare const makeDisputeProcessor: () => io.flow.internal.v0.enums.DisputeProcessor;
|
|
525
534
|
export declare const makeDisputeReportingCategory: () => io.flow.internal.v0.enums.DisputeReportingCategory;
|
|
526
535
|
export declare const makeDisputeStatus: () => io.flow.internal.v0.enums.DisputeStatus;
|
|
@@ -721,6 +730,9 @@ export declare const makeFulfillmentBusiness: () => io.flow.internal.v0.models.F
|
|
|
721
730
|
export declare const makeFulfillmentCancel: () => io.flow.internal.v0.models.FulfillmentCancel;
|
|
722
731
|
export declare const makeFulfillmentCarrier: () => io.flow.internal.v0.models.FulfillmentCarrier;
|
|
723
732
|
export declare const makeFulfillmentDeleted: () => io.flow.internal.v0.models.FulfillmentDeleted;
|
|
733
|
+
export declare const makeFulfillmentFallbacks: () => io.flow.internal.v0.models.FulfillmentFallbacks;
|
|
734
|
+
export declare const makeFulfillmentFallbacksDeleted: () => io.flow.internal.v0.models.FulfillmentFallbacksDeleted;
|
|
735
|
+
export declare const makeFulfillmentFallbacksUpserted: () => io.flow.internal.v0.models.FulfillmentFallbacksUpserted;
|
|
724
736
|
export declare const makeFulfillmentInternalExperienceReference: () => io.flow.internal.v0.models.FulfillmentInternalExperienceReference;
|
|
725
737
|
export declare const makeFulfillmentOrigin: () => io.flow.internal.v0.models.FulfillmentOrigin;
|
|
726
738
|
export declare const makeFulfillmentProof: () => io.flow.internal.v0.unions.FulfillmentProof;
|
|
@@ -906,6 +918,9 @@ export declare const makeLabelRequestError: () => io.flow.internal.v0.models.Lab
|
|
|
906
918
|
export declare const makeLabelRequestErrorDeleted: () => io.flow.internal.v0.models.LabelRequestErrorDeleted;
|
|
907
919
|
export declare const makeLabelRequestErrorHandlingResponsibility: () => io.flow.internal.v0.enums.LabelRequestErrorHandlingResponsibility;
|
|
908
920
|
export declare const makeLabelRequestErrorUpserted: () => io.flow.internal.v0.models.LabelRequestErrorUpserted;
|
|
921
|
+
export declare const makeLabelRequestResult: () => io.flow.internal.v0.models.LabelRequestResult;
|
|
922
|
+
export declare const makeLabelRequestResultOrganizationType: () => io.flow.internal.v0.enums.LabelRequestResultOrganizationType;
|
|
923
|
+
export declare const makeLabelRequestResultState: () => io.flow.internal.v0.enums.LabelRequestResultState;
|
|
909
924
|
export declare const makeLabelSummary: () => io.flow.internal.v0.models.LabelSummary;
|
|
910
925
|
export declare const makeLabelSurchargeForm: () => io.flow.internal.v0.models.LabelSurchargeForm;
|
|
911
926
|
export declare const makeLabelSurchargeSingleForm: () => io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
@@ -1077,6 +1092,7 @@ export declare const makeMixedBagWeight: () => io.flow.internal.v0.enums.MixedBa
|
|
|
1077
1092
|
export declare const makeMoneyPercentage: () => io.flow.internal.v0.models.MoneyPercentage;
|
|
1078
1093
|
export declare const makeMoneyRule: () => io.flow.internal.v0.models.MoneyPercentage;
|
|
1079
1094
|
export declare const makeNatureOfSale: () => io.flow.internal.v0.enums.NatureOfSale;
|
|
1095
|
+
export declare const makeNegativeDebitMetrics: () => io.flow.internal.v0.models.NegativeDebitMetrics;
|
|
1080
1096
|
export declare const makeNextBillingStatement: () => io.flow.internal.v0.models.NextBillingStatement;
|
|
1081
1097
|
export declare const makeNoCalculatedTaxAmount: () => io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
1082
1098
|
export declare const makeNoClassificationForm: () => io.flow.internal.v0.models.NoClassificationForm;
|
|
@@ -1848,6 +1864,10 @@ export declare const makeTrackingDeleted: () => io.flow.internal.v0.models.Track
|
|
|
1848
1864
|
export declare const makeTrackingEvent: () => io.flow.internal.v0.models.TrackingEvent;
|
|
1849
1865
|
export declare const makeTrackingIntegrationType: () => io.flow.internal.v0.enums.TrackingIntegrationType;
|
|
1850
1866
|
export declare const makeTrackingLabelDeleted: () => io.flow.internal.v0.models.TrackingLabelDeleted;
|
|
1867
|
+
export declare const makeTrackingLabelDimensions: () => io.flow.internal.v0.models.TrackingLabelDimensions;
|
|
1868
|
+
export declare const makeTrackingLabelDimensionsDeleted: () => io.flow.internal.v0.models.TrackingLabelDimensionsDeleted;
|
|
1869
|
+
export declare const makeTrackingLabelDimensionsSource: () => io.flow.internal.v0.enums.TrackingLabelDimensionsSource;
|
|
1870
|
+
export declare const makeTrackingLabelDimensionsUpserted: () => io.flow.internal.v0.models.TrackingLabelDimensionsUpserted;
|
|
1851
1871
|
export declare const makeTrackingLabelEventDeletedV2: () => io.flow.internal.v0.models.TrackingLabelEventDeletedV2;
|
|
1852
1872
|
export declare const makeTrackingLabelEventUpsertedV2: () => io.flow.internal.v0.models.TrackingLabelEventUpsertedV2;
|
|
1853
1873
|
export declare const makeTrackingLabelUpserted: () => io.flow.internal.v0.models.TrackingLabelUpserted;
|
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.111",
|
|
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": "f75564e8d259c34e55cd55031e0f18ad6abc6a96"
|
|
41
41
|
}
|