@flowio/api-internal-factories 0.0.109 → 0.0.110
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 +222 -55
- package/dist/esm/api-internal.js +177 -19
- package/dist/types/api-internal.d.ts +9 -0
- package/package.json +2 -2
- package/src/api-internal.ts +200 -19
package/dist/esm/api-internal.js
CHANGED
|
@@ -92,6 +92,9 @@ var factories = {
|
|
|
92
92
|
'ebanking_FI',
|
|
93
93
|
'gcash',
|
|
94
94
|
'giropay',
|
|
95
|
+
'grabpay_MY',
|
|
96
|
+
'grabpay_PH',
|
|
97
|
+
'grabpay_SG',
|
|
95
98
|
'ideal',
|
|
96
99
|
'interac',
|
|
97
100
|
'jcb',
|
|
@@ -113,6 +116,7 @@ var factories = {
|
|
|
113
116
|
'trustpay',
|
|
114
117
|
'twint',
|
|
115
118
|
'unionpay',
|
|
119
|
+
'vipps',
|
|
116
120
|
'visa',
|
|
117
121
|
'wechatpay',
|
|
118
122
|
'unknowncard',
|
|
@@ -635,6 +639,7 @@ var factories = {
|
|
|
635
639
|
'virtual_card_capture',
|
|
636
640
|
'virtual_card_refund',
|
|
637
641
|
'failed_payout',
|
|
642
|
+
'tax_refund',
|
|
638
643
|
]); },
|
|
639
644
|
'io.flow.billing.v0.enums.trueup_source': function () { return faker.helpers.arrayElement(['flow', 'channel', 'dhl-parcel', 'dhl', 'ups']); },
|
|
640
645
|
'io.flow.billing.v0.enums.withholding_deduction_type': function () { return faker.helpers.arrayElement(['tax', 'duty', 'freight', 'insurance']); },
|
|
@@ -4278,7 +4283,7 @@ var factories = {
|
|
|
4278
4283
|
name: factories.string(),
|
|
4279
4284
|
}); },
|
|
4280
4285
|
'io.flow.external.paypal.v1.models.canceled_recurring_billing': function () { return ({
|
|
4281
|
-
expected_refund: factories['io.flow.external.paypal.v1.models.
|
|
4286
|
+
expected_refund: factories['io.flow.external.paypal.v1.models.dispute_money'](),
|
|
4282
4287
|
cancellation_details: factories['io.flow.external.paypal.v1.models.cancellation_details'](),
|
|
4283
4288
|
}); },
|
|
4284
4289
|
'io.flow.external.paypal.v1.models.cancellation_details': function () { return ({
|
|
@@ -4294,7 +4299,7 @@ var factories = {
|
|
|
4294
4299
|
}); },
|
|
4295
4300
|
'io.flow.external.paypal.v1.models.credit_not_processed': function () { return ({
|
|
4296
4301
|
issue_type: factories['io.flow.external.paypal.v1.enums.issue_type'](),
|
|
4297
|
-
expected_refund: factories['io.flow.external.paypal.v1.models.
|
|
4302
|
+
expected_refund: factories['io.flow.external.paypal.v1.models.dispute_money'](),
|
|
4298
4303
|
cancellation_details: factories['io.flow.external.paypal.v1.models.cancellation_details'](),
|
|
4299
4304
|
product_details: factories['io.flow.external.paypal.v1.models.product_details'](),
|
|
4300
4305
|
service_details: factories['io.flow.external.paypal.v1.models.service_details'](),
|
|
@@ -4307,7 +4312,7 @@ var factories = {
|
|
|
4307
4312
|
disputed_transactions: arrayOf(function () { return factories['io.flow.external.paypal.v1.models.transaction_info'](); }),
|
|
4308
4313
|
reason: factories['io.flow.external.paypal.v1.enums.dispute_reason'](),
|
|
4309
4314
|
status: factories['io.flow.external.paypal.v1.enums.dispute_status'](),
|
|
4310
|
-
dispute_amount: factories['io.flow.external.paypal.v1.models.
|
|
4315
|
+
dispute_amount: factories['io.flow.external.paypal.v1.models.dispute_money'](),
|
|
4311
4316
|
fee_policy: factories.object(),
|
|
4312
4317
|
external_reason_code: factories.string(),
|
|
4313
4318
|
dispute_outcome: factories['io.flow.external.paypal.v1.models.dispute_outcome'](),
|
|
@@ -4341,9 +4346,13 @@ var factories = {
|
|
|
4341
4346
|
items: arrayOf(function () { return factories['io.flow.external.paypal.v1.models.dispute_summary'](); }),
|
|
4342
4347
|
links: arrayOf(function () { return factories['io.flow.external.paypal.v1.models.link'](); }),
|
|
4343
4348
|
}); },
|
|
4349
|
+
'io.flow.external.paypal.v1.models.dispute_money': function () { return ({
|
|
4350
|
+
currency_code: factories.string(),
|
|
4351
|
+
value: factories.string(),
|
|
4352
|
+
}); },
|
|
4344
4353
|
'io.flow.external.paypal.v1.models.dispute_outcome': function () { return ({
|
|
4345
4354
|
outcome_code: factories['io.flow.external.paypal.v1.enums.dispute_outcome_code'](),
|
|
4346
|
-
amount_refunded: factories['io.flow.external.paypal.v1.models.
|
|
4355
|
+
amount_refunded: factories['io.flow.external.paypal.v1.models.dispute_money'](),
|
|
4347
4356
|
}); },
|
|
4348
4357
|
'io.flow.external.paypal.v1.models.dispute_summary': function () { return ({
|
|
4349
4358
|
dispute_id: factories.string(),
|
|
@@ -4351,7 +4360,7 @@ var factories = {
|
|
|
4351
4360
|
update_time: factories.date_time_iso_8601(),
|
|
4352
4361
|
reason: factories['io.flow.external.paypal.v1.enums.dispute_reason'](),
|
|
4353
4362
|
status: factories['io.flow.external.paypal.v1.enums.dispute_status'](),
|
|
4354
|
-
dispute_amount: factories['io.flow.external.paypal.v1.models.
|
|
4363
|
+
dispute_amount: factories['io.flow.external.paypal.v1.models.dispute_money'](),
|
|
4355
4364
|
dispute_life_cycle_stage: factories['io.flow.external.paypal.v1.enums.dispute_life_cycle_stage'](),
|
|
4356
4365
|
links: arrayOf(function () { return factories['io.flow.external.paypal.v1.models.link'](); }),
|
|
4357
4366
|
}); },
|
|
@@ -4389,7 +4398,7 @@ var factories = {
|
|
|
4389
4398
|
transactions: arrayOf(function () { return factories['io.flow.external.paypal.v1.models.transaction'](); }),
|
|
4390
4399
|
}); },
|
|
4391
4400
|
'io.flow.external.paypal.v1.models.incorrect_transaction_amount': function () { return ({
|
|
4392
|
-
correct_transaction_amount: factories['io.flow.external.paypal.v1.models.
|
|
4401
|
+
correct_transaction_amount: factories['io.flow.external.paypal.v1.models.dispute_money'](),
|
|
4393
4402
|
correct_transaction_time: factories.date_time_iso_8601(),
|
|
4394
4403
|
}); },
|
|
4395
4404
|
'io.flow.external.paypal.v1.models.item': function () { return ({
|
|
@@ -4407,7 +4416,7 @@ var factories = {
|
|
|
4407
4416
|
item_quantity: factories.string(),
|
|
4408
4417
|
partner_transaction_id: factories.string(),
|
|
4409
4418
|
reason: factories['io.flow.external.paypal.v1.enums.dispute_reason'](),
|
|
4410
|
-
dispute_amount: factories['io.flow.external.paypal.v1.models.
|
|
4419
|
+
dispute_amount: factories['io.flow.external.paypal.v1.models.dispute_money'](),
|
|
4411
4420
|
notes: factories.string(),
|
|
4412
4421
|
}); },
|
|
4413
4422
|
'io.flow.external.paypal.v1.models.item_list': function () { return ({
|
|
@@ -4439,14 +4448,14 @@ var factories = {
|
|
|
4439
4448
|
}); },
|
|
4440
4449
|
'io.flow.external.paypal.v1.models.money_movement': function () { return ({
|
|
4441
4450
|
affected_party: factories['io.flow.external.paypal.v1.enums.affected_party'](),
|
|
4442
|
-
amount: factories['io.flow.external.paypal.v1.models.
|
|
4451
|
+
amount: factories['io.flow.external.paypal.v1.models.dispute_money'](),
|
|
4443
4452
|
initiated_time: factories.date_time_iso_8601(),
|
|
4444
4453
|
type: factories['io.flow.external.paypal.v1.enums.money_movement_type'](),
|
|
4445
4454
|
reason: factories['io.flow.external.paypal.v1.enums.money_movement_reason'](),
|
|
4446
4455
|
}); },
|
|
4447
4456
|
'io.flow.external.paypal.v1.models.offer': function () { return ({
|
|
4448
|
-
buyer_requested_amount: factories['io.flow.external.paypal.v1.models.
|
|
4449
|
-
seller_offered_amount: factories['io.flow.external.paypal.v1.models.
|
|
4457
|
+
buyer_requested_amount: factories['io.flow.external.paypal.v1.models.dispute_money'](),
|
|
4458
|
+
seller_offered_amount: factories['io.flow.external.paypal.v1.models.dispute_money'](),
|
|
4450
4459
|
offer_type: factories['io.flow.external.paypal.v1.enums.offer_type'](),
|
|
4451
4460
|
}); },
|
|
4452
4461
|
'io.flow.external.paypal.v1.models.payer': function () { return ({
|
|
@@ -4538,7 +4547,7 @@ var factories = {
|
|
|
4538
4547
|
update_time: factories.date_time_iso_8601(),
|
|
4539
4548
|
}); },
|
|
4540
4549
|
'io.flow.external.paypal.v1.models.refund_details': function () { return ({
|
|
4541
|
-
allowed_refund_amount: factories['io.flow.external.paypal.v1.models.
|
|
4550
|
+
allowed_refund_amount: factories['io.flow.external.paypal.v1.models.dispute_money'](),
|
|
4542
4551
|
}); },
|
|
4543
4552
|
'io.flow.external.paypal.v1.models.refund_id': function () { return ({
|
|
4544
4553
|
refund_id: factories.string(),
|
|
@@ -4656,7 +4665,7 @@ var factories = {
|
|
|
4656
4665
|
reference_id: factories.string(),
|
|
4657
4666
|
create_time: factories.date_time_iso_8601(),
|
|
4658
4667
|
transaction_status: factories['io.flow.external.paypal.v1.enums.transaction_status'](),
|
|
4659
|
-
gross_amount: factories['io.flow.external.paypal.v1.models.
|
|
4668
|
+
gross_amount: factories['io.flow.external.paypal.v1.models.dispute_money'](),
|
|
4660
4669
|
invoice_number: factories.string(),
|
|
4661
4670
|
custom: factories.string(),
|
|
4662
4671
|
buyer: factories['io.flow.external.paypal.v1.models.buyer'](),
|
|
@@ -6048,11 +6057,12 @@ var factories = {
|
|
|
6048
6057
|
'accounts_with_final_statements_pending_transaction_total',
|
|
6049
6058
|
'edited_order_tax_amount_exceeding_transaction',
|
|
6050
6059
|
'edited_order_duty_amount_exceeding_transaction',
|
|
6060
|
+
'negative_balance_scheduled_count',
|
|
6051
6061
|
'negative_balance_scheduled_total',
|
|
6052
|
-
'
|
|
6053
|
-
'
|
|
6054
|
-
'
|
|
6055
|
-
'
|
|
6062
|
+
'negative_balance_sent_count',
|
|
6063
|
+
'negative_balance_sent_total',
|
|
6064
|
+
'negative_balance_failed_count',
|
|
6065
|
+
'negative_balance_failed_total',
|
|
6056
6066
|
'negative_debit_success_rate',
|
|
6057
6067
|
]); },
|
|
6058
6068
|
'io.flow.internal.v0.enums.billing_statement_attachment_key': function () { return faker.helpers.arrayElement([
|
|
@@ -6098,6 +6108,7 @@ var factories = {
|
|
|
6098
6108
|
'duty',
|
|
6099
6109
|
'trueup',
|
|
6100
6110
|
'carrier_charge',
|
|
6111
|
+
'tax_refund',
|
|
6101
6112
|
]); },
|
|
6102
6113
|
'io.flow.internal.v0.enums.browser_bundle_error_code': function () { return faker.helpers.arrayElement(['generic_error', 'country_invalid']); },
|
|
6103
6114
|
'io.flow.internal.v0.enums.calculator_engine': function () { return faker.helpers.arrayElement([
|
|
@@ -6226,7 +6237,7 @@ var factories = {
|
|
|
6226
6237
|
'io.flow.internal.v0.enums.dispute_import_status': function () { return faker.helpers.arrayElement(['new', 'processing', 'completed', 'failed']); },
|
|
6227
6238
|
'io.flow.internal.v0.enums.dispute_import_type': function () { return faker.helpers.arrayElement(['adyen_dispute', 'paypal_dispute']); },
|
|
6228
6239
|
'io.flow.internal.v0.enums.dispute_liability': function () { return faker.helpers.arrayElement(['flow', 'organization']); },
|
|
6229
|
-
'io.flow.internal.v0.enums.dispute_processor': function () { return faker.helpers.arrayElement(['adyen', 'paypal']); },
|
|
6240
|
+
'io.flow.internal.v0.enums.dispute_processor': function () { return faker.helpers.arrayElement(['adyen', 'paypal', 'stripe']); },
|
|
6230
6241
|
'io.flow.internal.v0.enums.dispute_reporting_category': function () { return faker.helpers.arrayElement(['charge_issues', 'delivery', 'fraud', 'general', 'product', 'returns']); },
|
|
6231
6242
|
'io.flow.internal.v0.enums.dispute_status': function () { return faker.helpers.arrayElement(['pending', 'won', 'lost', 'expired']); },
|
|
6232
6243
|
'io.flow.internal.v0.enums.dispute_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'dispute']); },
|
|
@@ -6247,6 +6258,7 @@ var factories = {
|
|
|
6247
6258
|
]); },
|
|
6248
6259
|
'io.flow.internal.v0.enums.duty_simple_expression_type': function () { return faker.helpers.arrayElement(['free', 'percent', 'per_uom', 'flat']); },
|
|
6249
6260
|
'io.flow.internal.v0.enums.duty_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'duty']); },
|
|
6261
|
+
'io.flow.internal.v0.enums.eldar_item_type': function () { return faker.helpers.arrayElement(['digital', 'physical']); },
|
|
6250
6262
|
'io.flow.internal.v0.enums.empty_attribute': function () { return faker.helpers.arrayElement(['irrelevant']); },
|
|
6251
6263
|
'io.flow.internal.v0.enums.erp_file_type': function () { return faker.helpers.arrayElement(['vendor']); },
|
|
6252
6264
|
'io.flow.internal.v0.enums.event_type': function () { return faker.helpers.arrayElement([
|
|
@@ -6590,6 +6602,8 @@ var factories = {
|
|
|
6590
6602
|
'svitlana_item_deleted',
|
|
6591
6603
|
'colm_item_upserted',
|
|
6592
6604
|
'colm_item_deleted',
|
|
6605
|
+
'eldar_item_upserted',
|
|
6606
|
+
'eldar_item_deleted',
|
|
6593
6607
|
'harinath_item_upserted',
|
|
6594
6608
|
'harinath_item_deleted',
|
|
6595
6609
|
'konstantin_item_upserted',
|
|
@@ -6616,6 +6630,8 @@ var factories = {
|
|
|
6616
6630
|
'tracking_deleted',
|
|
6617
6631
|
'tracking_assurance_analysis_upserted',
|
|
6618
6632
|
'tracking_assurance_analysis_deleted',
|
|
6633
|
+
'tracking_assurance_job_upserted',
|
|
6634
|
+
'tracking_assurance_job_deleted',
|
|
6619
6635
|
'tracking_request_upserted',
|
|
6620
6636
|
'tracking_response_upserted',
|
|
6621
6637
|
'user_upserted_v2',
|
|
@@ -6993,6 +7009,7 @@ var factories = {
|
|
|
6993
7009
|
'webhook_registrations',
|
|
6994
7010
|
'channel_organization_identifier',
|
|
6995
7011
|
'bulk_product_ingestion',
|
|
7012
|
+
'bulk_duty_update',
|
|
6996
7013
|
]); },
|
|
6997
7014
|
'io.flow.internal.v0.enums.shopify_markets_trade_sector': function () { return faker.helpers.arrayElement([
|
|
6998
7015
|
'apparel_and_accessories',
|
|
@@ -7053,7 +7070,7 @@ var factories = {
|
|
|
7053
7070
|
]); },
|
|
7054
7071
|
'io.flow.internal.v0.enums.tax_calculation_error_code': function () { return faker.helpers.arrayElement(['generic_error', 'outside_of_jurisdiction']); },
|
|
7055
7072
|
'io.flow.internal.v0.enums.tax_party': function () { return faker.helpers.arrayElement(['consumer', 'organization', 'flow', 'carrier']); },
|
|
7056
|
-
'io.flow.internal.v0.enums.tax_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'tax']); },
|
|
7073
|
+
'io.flow.internal.v0.enums.tax_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'tax', 'refund']); },
|
|
7057
7074
|
'io.flow.internal.v0.enums.thiago_item_type': function () { return faker.helpers.arrayElement(['digital', 'physical']); },
|
|
7058
7075
|
'io.flow.internal.v0.enums.tracking_integration_type': function () { return faker.helpers.arrayElement(['api', 'bulk', 'aftership']); },
|
|
7059
7076
|
'io.flow.internal.v0.enums.tracking_processing_failure_classification': function () { return faker.helpers.arrayElement([
|
|
@@ -7992,6 +8009,7 @@ var factories = {
|
|
|
7992
8009
|
trueup: factories['io.flow.common.v0.models.price'](),
|
|
7993
8010
|
carrier_charge: factories['io.flow.common.v0.models.price'](),
|
|
7994
8011
|
ending_balance: factories['io.flow.common.v0.models.price'](),
|
|
8012
|
+
tax_refund: factories['io.flow.common.v0.models.price'](),
|
|
7995
8013
|
}); },
|
|
7996
8014
|
'io.flow.internal.v0.models.billing_statement_upserted': function () { return ({
|
|
7997
8015
|
discriminator: 'billing_statement_upserted',
|
|
@@ -8124,6 +8142,11 @@ var factories = {
|
|
|
8124
8142
|
discriminator: 'bulk',
|
|
8125
8143
|
actions: arrayOf(function () { return factories['io.flow.internal.v0.models.single_classification_action'](); }),
|
|
8126
8144
|
}); },
|
|
8145
|
+
'io.flow.internal.v0.models.bulk_duty_update_validation_error': function () { return ({
|
|
8146
|
+
message: factories.string(),
|
|
8147
|
+
reason: factories.string(),
|
|
8148
|
+
next_action_from: factories['io.flow.internal.v0.enums.channel_order_acceptance_next_action_from'](),
|
|
8149
|
+
}); },
|
|
8127
8150
|
'io.flow.internal.v0.models.calculated_tax_amount': function () { return ({
|
|
8128
8151
|
discriminator: 'calculated_tax_amount',
|
|
8129
8152
|
amount: factories.decimal(),
|
|
@@ -9230,6 +9253,7 @@ var factories = {
|
|
|
9230
9253
|
transaction_date: factories.string(),
|
|
9231
9254
|
origin: factories['io.flow.fulfillment.v0.models.shipping_address'](),
|
|
9232
9255
|
destination: factories['io.flow.fulfillment.v0.models.shipping_address'](),
|
|
9256
|
+
billing_address: factories['io.flow.fulfillment.v0.models.shipping_address'](),
|
|
9233
9257
|
service: factories.string(),
|
|
9234
9258
|
flow_tracking_number: factories.string(),
|
|
9235
9259
|
rex_number: factories.string(),
|
|
@@ -9257,6 +9281,7 @@ var factories = {
|
|
|
9257
9281
|
show_us_outbound_signature: factories.boolean(),
|
|
9258
9282
|
show_us_outbound_stamp: factories.boolean(),
|
|
9259
9283
|
invoice_url: factories.string(),
|
|
9284
|
+
invoice_number: factories.string(),
|
|
9260
9285
|
}); },
|
|
9261
9286
|
'io.flow.internal.v0.models.commercial_invoice_internal_deleted': function () { return ({
|
|
9262
9287
|
discriminator: 'commercial_invoice_internal_deleted',
|
|
@@ -9780,6 +9805,7 @@ var factories = {
|
|
|
9780
9805
|
category: factories['io.flow.internal.v0.enums.dispute_category'](),
|
|
9781
9806
|
reporting_category: factories['io.flow.internal.v0.enums.dispute_reporting_category'](),
|
|
9782
9807
|
reason: factories.string(),
|
|
9808
|
+
code: factories.string(),
|
|
9783
9809
|
status: factories['io.flow.internal.v0.enums.dispute_status'](),
|
|
9784
9810
|
liability: factories['io.flow.internal.v0.enums.dispute_liability'](),
|
|
9785
9811
|
billable: factories['io.flow.internal.v0.enums.dispute_billable'](),
|
|
@@ -9809,6 +9835,7 @@ var factories = {
|
|
|
9809
9835
|
original_transaction_id: factories.string(),
|
|
9810
9836
|
transaction_invoice_id: factories.string(),
|
|
9811
9837
|
case_id: factories.string(),
|
|
9838
|
+
dispute_channel: factories.string(),
|
|
9812
9839
|
}); },
|
|
9813
9840
|
'io.flow.internal.v0.models.dispute_details_stripe': function () { return ({
|
|
9814
9841
|
discriminator: 'stripe',
|
|
@@ -10023,6 +10050,33 @@ var factories = {
|
|
|
10023
10050
|
timestamp: factories.date_time_iso_8601(),
|
|
10024
10051
|
duty_transaction: factories['io.flow.internal.v0.models.duty_transaction'](),
|
|
10025
10052
|
}); },
|
|
10053
|
+
'io.flow.internal.v0.models.eldar_item': function () { return ({
|
|
10054
|
+
id: factories.string(),
|
|
10055
|
+
number: factories.string(),
|
|
10056
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
10057
|
+
description: factories.string(),
|
|
10058
|
+
type: factories['io.flow.internal.v0.enums.eldar_item_type'](),
|
|
10059
|
+
added_on: factories.date_time_iso_8601(),
|
|
10060
|
+
}); },
|
|
10061
|
+
'io.flow.internal.v0.models.eldar_item_deleted': function () { return ({
|
|
10062
|
+
discriminator: 'eldar_item_deleted',
|
|
10063
|
+
event_id: factories.string(),
|
|
10064
|
+
timestamp: factories.date_time_iso_8601(),
|
|
10065
|
+
id: factories.string(),
|
|
10066
|
+
}); },
|
|
10067
|
+
'io.flow.internal.v0.models.eldar_item_form': function () { return ({
|
|
10068
|
+
number: factories.string(),
|
|
10069
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
10070
|
+
description: factories.string(),
|
|
10071
|
+
type: factories['io.flow.internal.v0.enums.eldar_item_type'](),
|
|
10072
|
+
added_on: factories.date_time_iso_8601(),
|
|
10073
|
+
}); },
|
|
10074
|
+
'io.flow.internal.v0.models.eldar_item_upserted': function () { return ({
|
|
10075
|
+
discriminator: 'eldar_item_upserted',
|
|
10076
|
+
event_id: factories.string(),
|
|
10077
|
+
timestamp: factories.date_time_iso_8601(),
|
|
10078
|
+
item: factories['io.flow.internal.v0.models.eldar_item'](),
|
|
10079
|
+
}); },
|
|
10026
10080
|
'io.flow.internal.v0.models.email_form': function () { return ({
|
|
10027
10081
|
to: arrayOf(function () { return factories.string(); }),
|
|
10028
10082
|
cc: arrayOf(function () { return factories.string(); }),
|
|
@@ -12838,6 +12892,7 @@ var factories = {
|
|
|
12838
12892
|
duty: factories.decimal(),
|
|
12839
12893
|
freight: factories.decimal(),
|
|
12840
12894
|
total: factories.decimal(),
|
|
12895
|
+
tax_refund: factories.decimal(),
|
|
12841
12896
|
}); },
|
|
12842
12897
|
'io.flow.internal.v0.models.merchant_upserted': function () { return ({
|
|
12843
12898
|
discriminator: 'merchant_upserted',
|
|
@@ -13322,6 +13377,8 @@ var factories = {
|
|
|
13322
13377
|
resolved_at: factories.date_time_iso_8601(),
|
|
13323
13378
|
last_failure: factories['io.flow.internal.v0.models.last_failure_summary'](),
|
|
13324
13379
|
sla_breach_at: factories.date_time_iso_8601(),
|
|
13380
|
+
capabilities_at_creation: arrayOf(function () { return factories['io.flow.internal.v0.enums.logistics_capability'](); }),
|
|
13381
|
+
first_globale_address_repair_failure_at: factories.date_time_iso_8601(),
|
|
13325
13382
|
}); },
|
|
13326
13383
|
'io.flow.internal.v0.models.order_validation_deleted': function () { return ({
|
|
13327
13384
|
discriminator: 'order_validation_deleted',
|
|
@@ -15076,6 +15133,8 @@ var factories = {
|
|
|
15076
15133
|
tax_inclusive: factories.boolean(),
|
|
15077
15134
|
duty_inclusive: factories.boolean(),
|
|
15078
15135
|
manual_payment: factories.boolean(),
|
|
15136
|
+
partial_fulfillment: factories.boolean(),
|
|
15137
|
+
partial_refund: factories.boolean(),
|
|
15079
15138
|
}); },
|
|
15080
15139
|
'io.flow.internal.v0.models.reporting_fx': function () { return ({
|
|
15081
15140
|
shipping: factories['io.flow.internal.v0.models.reporting_usd'](),
|
|
@@ -15116,6 +15175,7 @@ var factories = {
|
|
|
15116
15175
|
freight: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
15117
15176
|
discount: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
15118
15177
|
total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
15178
|
+
tax_refund: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
15119
15179
|
}); },
|
|
15120
15180
|
'io.flow.internal.v0.models.reporting_monetary_value': function () { return ({
|
|
15121
15181
|
transaction: factories.decimal(),
|
|
@@ -16982,6 +17042,22 @@ var factories = {
|
|
|
16982
17042
|
organization: factories.string(),
|
|
16983
17043
|
analysis: factories['io.flow.internal.v0.models.tracking_assurance_analysis'](),
|
|
16984
17044
|
}); },
|
|
17045
|
+
'io.flow.internal.v0.models.tracking_assurance_job': function () { return ({
|
|
17046
|
+
id: factories.string(),
|
|
17047
|
+
created_at: factories.date_time_iso_8601(),
|
|
17048
|
+
}); },
|
|
17049
|
+
'io.flow.internal.v0.models.tracking_assurance_job_deleted': function () { return ({
|
|
17050
|
+
discriminator: 'tracking_assurance_job_deleted',
|
|
17051
|
+
event_id: factories.string(),
|
|
17052
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17053
|
+
id: factories.string(),
|
|
17054
|
+
}); },
|
|
17055
|
+
'io.flow.internal.v0.models.tracking_assurance_job_upserted': function () { return ({
|
|
17056
|
+
discriminator: 'tracking_assurance_job_upserted',
|
|
17057
|
+
event_id: factories.string(),
|
|
17058
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17059
|
+
job: factories['io.flow.internal.v0.models.tracking_assurance_job'](),
|
|
17060
|
+
}); },
|
|
16985
17061
|
'io.flow.internal.v0.models.tracking_debug_force_transit_form': function () { return ({
|
|
16986
17062
|
description: factories.string(),
|
|
16987
17063
|
}); },
|
|
@@ -17873,6 +17949,8 @@ var factories = {
|
|
|
17873
17949
|
function () { return factories['io.flow.internal.v0.models.svitlana_item_deleted'](); },
|
|
17874
17950
|
function () { return factories['io.flow.internal.v0.models.colm_item_upserted'](); },
|
|
17875
17951
|
function () { return factories['io.flow.internal.v0.models.colm_item_deleted'](); },
|
|
17952
|
+
function () { return factories['io.flow.internal.v0.models.eldar_item_upserted'](); },
|
|
17953
|
+
function () { return factories['io.flow.internal.v0.models.eldar_item_deleted'](); },
|
|
17876
17954
|
function () { return factories['io.flow.internal.v0.models.harinath_item_upserted'](); },
|
|
17877
17955
|
function () { return factories['io.flow.internal.v0.models.harinath_item_deleted'](); },
|
|
17878
17956
|
function () { return factories['io.flow.internal.v0.models.konstantin_item_upserted'](); },
|
|
@@ -17899,6 +17977,8 @@ var factories = {
|
|
|
17899
17977
|
function () { return factories['io.flow.internal.v0.models.tracking_deleted'](); },
|
|
17900
17978
|
function () { return factories['io.flow.internal.v0.models.tracking_assurance_analysis_upserted'](); },
|
|
17901
17979
|
function () { return factories['io.flow.internal.v0.models.tracking_assurance_analysis_deleted'](); },
|
|
17980
|
+
function () { return factories['io.flow.internal.v0.models.tracking_assurance_job_upserted'](); },
|
|
17981
|
+
function () { return factories['io.flow.internal.v0.models.tracking_assurance_job_deleted'](); },
|
|
17902
17982
|
function () { return factories['io.flow.internal.v0.models.tracking_request_upserted'](); },
|
|
17903
17983
|
function () { return factories['io.flow.internal.v0.models.tracking_response_upserted'](); },
|
|
17904
17984
|
function () { return factories['io.flow.internal.v0.models.user_upserted_v2'](); },
|
|
@@ -19565,6 +19645,9 @@ var factories = {
|
|
|
19565
19645
|
'twint',
|
|
19566
19646
|
'przelewy24',
|
|
19567
19647
|
'mobilepay',
|
|
19648
|
+
'grabpay',
|
|
19649
|
+
'vipps',
|
|
19650
|
+
'kcp_creditcard',
|
|
19568
19651
|
]); },
|
|
19569
19652
|
'io.flow.payment.gateway.v0.models.action_display_inline_window': function () { return ({
|
|
19570
19653
|
type: 'display_inline_window',
|
|
@@ -19879,11 +19962,19 @@ var factories = {
|
|
|
19879
19962
|
type: 'init_googlepay',
|
|
19880
19963
|
reference: factories.string(),
|
|
19881
19964
|
}); },
|
|
19965
|
+
'io.flow.payment.gateway.v0.models.payment_method_data_init_grabpay': function () { return ({
|
|
19966
|
+
type: 'init_grabpay',
|
|
19967
|
+
reference: factories.string(),
|
|
19968
|
+
}); },
|
|
19882
19969
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_ideal': function () { return ({
|
|
19883
19970
|
type: 'init_ideal',
|
|
19884
19971
|
issuer: factories.string(),
|
|
19885
19972
|
reference: factories.string(),
|
|
19886
19973
|
}); },
|
|
19974
|
+
'io.flow.payment.gateway.v0.models.payment_method_data_init_kcp_creditcard': function () { return ({
|
|
19975
|
+
type: 'init_kcp_creditcard',
|
|
19976
|
+
reference: factories.string(),
|
|
19977
|
+
}); },
|
|
19887
19978
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_klarna': function () { return ({
|
|
19888
19979
|
type: 'init_klarna',
|
|
19889
19980
|
reference: factories.string(),
|
|
@@ -19908,6 +19999,10 @@ var factories = {
|
|
|
19908
19999
|
type: 'init_twint',
|
|
19909
20000
|
reference: factories.string(),
|
|
19910
20001
|
}); },
|
|
20002
|
+
'io.flow.payment.gateway.v0.models.payment_method_data_init_vipps': function () { return ({
|
|
20003
|
+
type: 'init_vipps',
|
|
20004
|
+
reference: factories.string(),
|
|
20005
|
+
}); },
|
|
19911
20006
|
'io.flow.payment.gateway.v0.models.payment_method_data_option_logo_svg': function () { return ({
|
|
19912
20007
|
type: 'svg',
|
|
19913
20008
|
url: factories.string(),
|
|
@@ -19959,11 +20054,19 @@ var factories = {
|
|
|
19959
20054
|
type: 'googlepay',
|
|
19960
20055
|
merchant_of_record: factories['io.flow.common.v0.enums.merchant_of_record'](),
|
|
19961
20056
|
}); },
|
|
20057
|
+
'io.flow.payment.gateway.v0.models.payment_method_summary_grabpay': function () { return ({
|
|
20058
|
+
type: 'grabpay',
|
|
20059
|
+
merchant_of_record: factories['io.flow.common.v0.enums.merchant_of_record'](),
|
|
20060
|
+
}); },
|
|
19962
20061
|
'io.flow.payment.gateway.v0.models.payment_method_summary_ideal': function () { return ({
|
|
19963
20062
|
type: 'ideal',
|
|
19964
20063
|
merchant_of_record: factories['io.flow.common.v0.enums.merchant_of_record'](),
|
|
19965
20064
|
issuer: factories.string(),
|
|
19966
20065
|
}); },
|
|
20066
|
+
'io.flow.payment.gateway.v0.models.payment_method_summary_kcp_creditcard': function () { return ({
|
|
20067
|
+
type: 'kcp_creditcard',
|
|
20068
|
+
merchant_of_record: factories['io.flow.common.v0.enums.merchant_of_record'](),
|
|
20069
|
+
}); },
|
|
19967
20070
|
'io.flow.payment.gateway.v0.models.payment_method_summary_klarna': function () { return ({
|
|
19968
20071
|
type: 'klarna',
|
|
19969
20072
|
merchant_of_record: factories['io.flow.common.v0.enums.merchant_of_record'](),
|
|
@@ -19988,6 +20091,10 @@ var factories = {
|
|
|
19988
20091
|
type: 'twint',
|
|
19989
20092
|
merchant_of_record: factories['io.flow.common.v0.enums.merchant_of_record'](),
|
|
19990
20093
|
}); },
|
|
20094
|
+
'io.flow.payment.gateway.v0.models.payment_method_summary_vipps': function () { return ({
|
|
20095
|
+
type: 'vipps',
|
|
20096
|
+
merchant_of_record: factories['io.flow.common.v0.enums.merchant_of_record'](),
|
|
20097
|
+
}); },
|
|
19991
20098
|
'io.flow.payment.gateway.v0.models.payment_order_details_line_item': function () { return ({
|
|
19992
20099
|
id: factories.string(),
|
|
19993
20100
|
description: factories.string(),
|
|
@@ -20183,7 +20290,10 @@ var factories = {
|
|
|
20183
20290
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_data_init_twint'](); },
|
|
20184
20291
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_data_init_przelewy24'](); },
|
|
20185
20292
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_data_init_mobilepay'](); },
|
|
20293
|
+
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_data_init_kcp_creditcard'](); },
|
|
20186
20294
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_data_init_bancontact'](); },
|
|
20295
|
+
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_data_init_grabpay'](); },
|
|
20296
|
+
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_data_init_vipps'](); },
|
|
20187
20297
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_data_validate_applepay'](); },
|
|
20188
20298
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_data_authorize_card'](); },
|
|
20189
20299
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_data_authorize_googlepay'](); },
|
|
@@ -20232,10 +20342,13 @@ var factories = {
|
|
|
20232
20342
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_summary_paypal'](); },
|
|
20233
20343
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_summary_ideal'](); },
|
|
20234
20344
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_summary_twint'](); },
|
|
20345
|
+
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_summary_vipps'](); },
|
|
20235
20346
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_summary_przelewy24'](); },
|
|
20236
20347
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_summary_mobilepay'](); },
|
|
20348
|
+
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_summary_kcp_creditcard'](); },
|
|
20237
20349
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_summary_sofort'](); },
|
|
20238
20350
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_summary_bancontact'](); },
|
|
20351
|
+
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_summary_grabpay'](); },
|
|
20239
20352
|
]);
|
|
20240
20353
|
return f();
|
|
20241
20354
|
},
|
|
@@ -20342,6 +20455,20 @@ var factories = {
|
|
|
20342
20455
|
]); },
|
|
20343
20456
|
'io.flow.payment.v0.enums.payment_source_confirmation_action_type': function () { return faker.helpers.arrayElement(['cvv', 'billing_address', 'number']); },
|
|
20344
20457
|
'io.flow.payment.v0.enums.refund_decline_code': function () { return faker.helpers.arrayElement(['expired', 'insufficient_funds', 'unknown']); },
|
|
20458
|
+
'io.flow.payment.v0.enums.refund_failure_category': function () { return faker.helpers.arrayElement([
|
|
20459
|
+
'amount_too_high',
|
|
20460
|
+
'amount_too_low',
|
|
20461
|
+
'not_enough_balance',
|
|
20462
|
+
'insufficient_funds',
|
|
20463
|
+
'refund_period_expired',
|
|
20464
|
+
'dispute',
|
|
20465
|
+
'not_captured',
|
|
20466
|
+
'unsupported_payment_method',
|
|
20467
|
+
'unsupported_partial_refund',
|
|
20468
|
+
'invalid_currency',
|
|
20469
|
+
'card_no_longer_valid',
|
|
20470
|
+
'general',
|
|
20471
|
+
]); },
|
|
20345
20472
|
'io.flow.payment.v0.enums.refund_status': function () { return faker.helpers.arrayElement(['pending', 'succeeded', 'failed', 'canceled']); },
|
|
20346
20473
|
'io.flow.payment.v0.enums.reversal_error_code': function () { return faker.helpers.arrayElement([
|
|
20347
20474
|
'amount_exceeds_balance',
|
|
@@ -20967,6 +21094,8 @@ var factories = {
|
|
|
20967
21094
|
attributes: objectOf(function () { return factories.string(); }),
|
|
20968
21095
|
status: factories['io.flow.payment.v0.enums.refund_status'](),
|
|
20969
21096
|
base: factories['io.flow.common.v0.models.money'](),
|
|
21097
|
+
failure_category: factories['io.flow.payment.v0.enums.refund_failure_category'](),
|
|
21098
|
+
failure_psp_reason: factories.string(),
|
|
20970
21099
|
}); },
|
|
20971
21100
|
'io.flow.payment.v0.models.refund_capture': function () { return ({
|
|
20972
21101
|
id: factories.string(),
|
|
@@ -23650,6 +23779,11 @@ var factories = {
|
|
|
23650
23779
|
'duty_exclusive_tax_inclusive',
|
|
23651
23780
|
'duty_inclusive_tax_inclusive',
|
|
23652
23781
|
]); },
|
|
23782
|
+
'io.flow.shopify.markets.internal.v0.models.bulk_duty_update_validation_error': function () { return ({
|
|
23783
|
+
message: factories.string(),
|
|
23784
|
+
reason: factories.string(),
|
|
23785
|
+
next_action_from: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_next_action_from'](),
|
|
23786
|
+
}); },
|
|
23653
23787
|
'io.flow.shopify.markets.internal.v0.models.catalog_publication_sync_validation_error': function () { return ({
|
|
23654
23788
|
message: factories.string(),
|
|
23655
23789
|
reason: factories.string(),
|
|
@@ -24376,6 +24510,7 @@ var factories = {
|
|
|
24376
24510
|
id: factories.long(),
|
|
24377
24511
|
}); },
|
|
24378
24512
|
'io.flow.shopify.markets.v0.models.shopify_order_line_item': function () { return ({
|
|
24513
|
+
current_quantity: factories.long(),
|
|
24379
24514
|
fulfillable_quantity: factories.long(),
|
|
24380
24515
|
fulfillment_status: factories['io.flow.shopify.markets.v0.enums.shopify_order_fulfillment_status_type'](),
|
|
24381
24516
|
grams: factories.double(),
|
|
@@ -24532,6 +24667,12 @@ var factories = {
|
|
|
24532
24667
|
due_in_days: factories.long(),
|
|
24533
24668
|
payment_schedules: factories['io.flow.shopify.markets.v0.models.shopify_payment_schedules'](),
|
|
24534
24669
|
}); },
|
|
24670
|
+
'io.flow.shopify.markets.v0.models.shopify_product_variant_inventory_item_wrapper': function () { return ({
|
|
24671
|
+
product_id: factories.long(),
|
|
24672
|
+
variant_id: factories.long(),
|
|
24673
|
+
harmonized_system_code: factories.string(),
|
|
24674
|
+
country_harmonized_system_codes: arrayOf(function () { return factories['io.flow.shopify.markets.v0.models.shopify_country_harmonized_system_code'](); }),
|
|
24675
|
+
}); },
|
|
24535
24676
|
'io.flow.shopify.markets.v0.models.shopify_refund': function () { return ({
|
|
24536
24677
|
notify_x: factories.boolean(),
|
|
24537
24678
|
note: factories.string(),
|
|
@@ -25302,7 +25443,15 @@ var factories = {
|
|
|
25302
25443
|
'it-CH',
|
|
25303
25444
|
'en-CH',
|
|
25304
25445
|
]); },
|
|
25305
|
-
'io.flow.stripe.v0.enums.refund_failure_reason': function () { return faker.helpers.arrayElement([
|
|
25446
|
+
'io.flow.stripe.v0.enums.refund_failure_reason': function () { return faker.helpers.arrayElement([
|
|
25447
|
+
'charge_for_pending_refund_disputed',
|
|
25448
|
+
'declined',
|
|
25449
|
+
'expired_or_canceled_card',
|
|
25450
|
+
'insufficient_funds',
|
|
25451
|
+
'lost_or_stolen_card',
|
|
25452
|
+
'merchant_request',
|
|
25453
|
+
'unknown',
|
|
25454
|
+
]); },
|
|
25306
25455
|
'io.flow.stripe.v0.enums.refund_reason': function () { return faker.helpers.arrayElement(['duplicate', 'fraudulent', 'requested_by_customer']); },
|
|
25307
25456
|
'io.flow.stripe.v0.enums.refund_status': function () { return faker.helpers.arrayElement(['succeeded', 'failed', 'pending', 'canceled']); },
|
|
25308
25457
|
'io.flow.stripe.v0.enums.request_three_d_secure_type': function () { return faker.helpers.arrayElement(['automatic', 'any']); },
|
|
@@ -26881,6 +27030,7 @@ export var makeBrowserBundlePaymentMethod = function () { return factories['io.f
|
|
|
26881
27030
|
export var makeBrowserBundlePaymentMethodForm = function () { return factories['io.flow.internal.v0.models.browser_bundle_payment_method_form'](); };
|
|
26882
27031
|
export var makeBrowserBundlePaymentMethods = function () { return factories['io.flow.internal.v0.models.browser_bundle_payment_methods'](); };
|
|
26883
27032
|
export var makeBulkClassificationAction = function () { return factories['io.flow.internal.v0.models.bulk_classification_action'](); };
|
|
27033
|
+
export var makeBulkDutyUpdateValidationError = function () { return factories['io.flow.internal.v0.models.bulk_duty_update_validation_error'](); };
|
|
26884
27034
|
export var makeCalculatedTaxAmount = function () { return factories['io.flow.internal.v0.models.calculated_tax_amount'](); };
|
|
26885
27035
|
export var makeCalculationStampingLineItem = function () { return factories['io.flow.internal.v0.models.calculation_stamping_line_item'](); };
|
|
26886
27036
|
export var makeCalculationStampingShippingLine = function () { return factories['io.flow.internal.v0.models.calculation_stamping_shipping_line'](); };
|
|
@@ -27251,6 +27401,11 @@ export var makeDutyTransaction = function () { return factories['io.flow.interna
|
|
|
27251
27401
|
export var makeDutyTransactionDeleted = function () { return factories['io.flow.internal.v0.models.duty_transaction_deleted'](); };
|
|
27252
27402
|
export var makeDutyTransactionType = function () { return factories['io.flow.internal.v0.enums.duty_transaction_type'](); };
|
|
27253
27403
|
export var makeDutyTransactionUpserted = function () { return factories['io.flow.internal.v0.models.duty_transaction_upserted'](); };
|
|
27404
|
+
export var makeEldarItem = function () { return factories['io.flow.internal.v0.models.eldar_item'](); };
|
|
27405
|
+
export var makeEldarItemDeleted = function () { return factories['io.flow.internal.v0.models.eldar_item_deleted'](); };
|
|
27406
|
+
export var makeEldarItemForm = function () { return factories['io.flow.internal.v0.models.eldar_item_form'](); };
|
|
27407
|
+
export var makeEldarItemType = function () { return factories['io.flow.internal.v0.enums.eldar_item_type'](); };
|
|
27408
|
+
export var makeEldarItemUpserted = function () { return factories['io.flow.internal.v0.models.eldar_item_upserted'](); };
|
|
27254
27409
|
export var makeEmailForm = function () { return factories['io.flow.internal.v0.models.email_form'](); };
|
|
27255
27410
|
export var makeEmailModificationForm = function () { return factories['io.flow.internal.v0.models.email_modification_form'](); };
|
|
27256
27411
|
export var makeEmptyAttribute = function () { return factories['io.flow.internal.v0.enums.empty_attribute'](); };
|
|
@@ -28524,6 +28679,9 @@ export var makeTracker = function () { return factories['io.flow.internal.v0.uni
|
|
|
28524
28679
|
export var makeTrackingAssuranceAnalysis = function () { return factories['io.flow.internal.v0.models.tracking_assurance_analysis'](); };
|
|
28525
28680
|
export var makeTrackingAssuranceAnalysisDeleted = function () { return factories['io.flow.internal.v0.models.tracking_assurance_analysis_deleted'](); };
|
|
28526
28681
|
export var makeTrackingAssuranceAnalysisUpserted = function () { return factories['io.flow.internal.v0.models.tracking_assurance_analysis_upserted'](); };
|
|
28682
|
+
export var makeTrackingAssuranceJob = function () { return factories['io.flow.internal.v0.models.tracking_assurance_job'](); };
|
|
28683
|
+
export var makeTrackingAssuranceJobDeleted = function () { return factories['io.flow.internal.v0.models.tracking_assurance_job_deleted'](); };
|
|
28684
|
+
export var makeTrackingAssuranceJobUpserted = function () { return factories['io.flow.internal.v0.models.tracking_assurance_job_upserted'](); };
|
|
28527
28685
|
export var makeTrackingDebugForceTransitForm = function () { return factories['io.flow.internal.v0.models.tracking_debug_force_transit_form'](); };
|
|
28528
28686
|
export var makeTrackingDebugLabel = function () { return factories['io.flow.internal.v0.models.tracking_debug_label'](); };
|
|
28529
28687
|
export var makeTrackingDebugLabelEvent = function () { return factories['io.flow.internal.v0.models.tracking_debug_label_event'](); };
|
|
@@ -188,6 +188,7 @@ export declare const makeBrowserBundlePaymentMethod: () => io.flow.internal.v0.m
|
|
|
188
188
|
export declare const makeBrowserBundlePaymentMethodForm: () => io.flow.internal.v0.models.BrowserBundlePaymentMethodForm;
|
|
189
189
|
export declare const makeBrowserBundlePaymentMethods: () => io.flow.internal.v0.models.BrowserBundlePaymentMethods;
|
|
190
190
|
export declare const makeBulkClassificationAction: () => io.flow.internal.v0.models.BulkClassificationAction;
|
|
191
|
+
export declare const makeBulkDutyUpdateValidationError: () => io.flow.internal.v0.models.BulkDutyUpdateValidationError;
|
|
191
192
|
export declare const makeCalculatedTaxAmount: () => io.flow.internal.v0.models.CalculatedTaxAmount;
|
|
192
193
|
export declare const makeCalculationStampingLineItem: () => io.flow.internal.v0.models.CalculationStampingLineItem;
|
|
193
194
|
export declare const makeCalculationStampingShippingLine: () => io.flow.internal.v0.models.CalculationStampingShippingLine;
|
|
@@ -558,6 +559,11 @@ export declare const makeDutyTransaction: () => io.flow.internal.v0.models.DutyT
|
|
|
558
559
|
export declare const makeDutyTransactionDeleted: () => io.flow.internal.v0.models.DutyTransactionDeleted;
|
|
559
560
|
export declare const makeDutyTransactionType: () => io.flow.internal.v0.enums.DutyTransactionType;
|
|
560
561
|
export declare const makeDutyTransactionUpserted: () => io.flow.internal.v0.models.DutyTransactionUpserted;
|
|
562
|
+
export declare const makeEldarItem: () => io.flow.internal.v0.models.EldarItem;
|
|
563
|
+
export declare const makeEldarItemDeleted: () => io.flow.internal.v0.models.EldarItemDeleted;
|
|
564
|
+
export declare const makeEldarItemForm: () => io.flow.internal.v0.models.EldarItemForm;
|
|
565
|
+
export declare const makeEldarItemType: () => io.flow.internal.v0.enums.EldarItemType;
|
|
566
|
+
export declare const makeEldarItemUpserted: () => io.flow.internal.v0.models.EldarItemUpserted;
|
|
561
567
|
export declare const makeEmailForm: () => io.flow.internal.v0.models.EmailForm;
|
|
562
568
|
export declare const makeEmailModificationForm: () => io.flow.internal.v0.models.EmailModificationForm;
|
|
563
569
|
export declare const makeEmptyAttribute: () => "irrelevant";
|
|
@@ -1831,6 +1837,9 @@ export declare const makeTracker: () => io.flow.internal.v0.unions.Tracker;
|
|
|
1831
1837
|
export declare const makeTrackingAssuranceAnalysis: () => io.flow.internal.v0.models.TrackingAssuranceAnalysis;
|
|
1832
1838
|
export declare const makeTrackingAssuranceAnalysisDeleted: () => io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted;
|
|
1833
1839
|
export declare const makeTrackingAssuranceAnalysisUpserted: () => io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted;
|
|
1840
|
+
export declare const makeTrackingAssuranceJob: () => io.flow.internal.v0.models.TrackingAssuranceJob;
|
|
1841
|
+
export declare const makeTrackingAssuranceJobDeleted: () => io.flow.internal.v0.models.TrackingAssuranceJobDeleted;
|
|
1842
|
+
export declare const makeTrackingAssuranceJobUpserted: () => io.flow.internal.v0.models.TrackingAssuranceJobUpserted;
|
|
1834
1843
|
export declare const makeTrackingDebugForceTransitForm: () => io.flow.internal.v0.models.TrackingDebugForceTransitForm;
|
|
1835
1844
|
export declare const makeTrackingDebugLabel: () => io.flow.internal.v0.models.TrackingDebugLabel;
|
|
1836
1845
|
export declare const makeTrackingDebugLabelEvent: () => io.flow.internal.v0.models.TrackingDebugLabelEvent;
|
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.110",
|
|
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": "186c2bb75e0d707e7d5df6a6b87e63a9be573e4d"
|
|
41
41
|
}
|