@flowio/api-factories 0.0.48 → 0.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api.js +224 -68
- package/dist/esm/api.js +167 -32
- package/dist/types/api.d.ts +25 -5
- package/package.json +2 -2
- package/src/api.ts +187 -33
package/src/api.ts
CHANGED
|
@@ -30,7 +30,7 @@ const factories = {
|
|
|
30
30
|
string: () => faker.datatype.string(),
|
|
31
31
|
unit: () => undefined,
|
|
32
32
|
uuid: () => faker.datatype.uuid(),
|
|
33
|
-
'io.flow.apple.pay.v0.enums.apple_pay_contact_field': (): io.flow.apple.pay.v0.enums.ApplePayContactField => faker.helpers.arrayElement(['email', 'name', 'phone', '
|
|
33
|
+
'io.flow.apple.pay.v0.enums.apple_pay_contact_field': (): io.flow.apple.pay.v0.enums.ApplePayContactField => faker.helpers.arrayElement(['email', 'name', 'phone', 'postalAddress', 'phoneticName']),
|
|
34
34
|
'io.flow.apple.pay.v0.enums.apple_pay_line_item_type': (): io.flow.apple.pay.v0.enums.ApplePayLineItemType => faker.helpers.arrayElement(['final', 'pending']),
|
|
35
35
|
'io.flow.apple.pay.v0.enums.apple_pay_merchant_capability': (): io.flow.apple.pay.v0.enums.ApplePayMerchantCapability => faker.helpers.arrayElement(['supports3DS', 'supportsCredit', 'supportsDebit', 'supportsEMV']),
|
|
36
36
|
'io.flow.apple.pay.v0.enums.apple_pay_shipping_type': (): io.flow.apple.pay.v0.enums.ApplePayShippingType => faker.helpers.arrayElement(['shipping', 'delivery', 'store_pickup', 'service_pickup']),
|
|
@@ -48,7 +48,7 @@ const factories = {
|
|
|
48
48
|
'io.flow.apple.pay.v0.models.apple_pay_line_item': (): io.flow.apple.pay.v0.models.ApplePayLineItem => ({
|
|
49
49
|
label: factories.string(),
|
|
50
50
|
type: factories['io.flow.apple.pay.v0.enums.apple_pay_line_item_type'](),
|
|
51
|
-
amount: factories.
|
|
51
|
+
amount: factories.string(),
|
|
52
52
|
}),
|
|
53
53
|
|
|
54
54
|
'io.flow.apple.pay.v0.models.apple_pay_payment_contact': (): io.flow.apple.pay.v0.models.ApplePayPaymentContact => ({
|
|
@@ -107,7 +107,7 @@ const factories = {
|
|
|
107
107
|
'io.flow.apple.pay.v0.models.apple_pay_shipping_method': (): io.flow.apple.pay.v0.models.ApplePayShippingMethod => ({
|
|
108
108
|
label: factories.string(),
|
|
109
109
|
detail: factories.string(),
|
|
110
|
-
amount: factories.
|
|
110
|
+
amount: factories.string(),
|
|
111
111
|
identifier: factories.string(),
|
|
112
112
|
}),
|
|
113
113
|
|
|
@@ -966,7 +966,6 @@ const factories = {
|
|
|
966
966
|
id: factories.long(),
|
|
967
967
|
quantity: factories.long(),
|
|
968
968
|
fulfillable_quantity: factories.long(),
|
|
969
|
-
fulfillment_service: factories.string(),
|
|
970
969
|
fulfillment_status: factories['io.flow.shopify.external.v0.enums.fulfillment_status_type'](),
|
|
971
970
|
grams: factories.double(),
|
|
972
971
|
price: factories.string(),
|
|
@@ -987,7 +986,6 @@ const factories = {
|
|
|
987
986
|
|
|
988
987
|
'io.flow.shopify.external.v0.models.shopify_line_item_form': (): io.flow.shopify.external.v0.models.ShopifyLineItemForm => ({
|
|
989
988
|
fulfillable_quantity: factories.long(),
|
|
990
|
-
fulfillment_service: factories.string(),
|
|
991
989
|
fulfillment_status: factories['io.flow.shopify.external.v0.enums.fulfillment_status_type'](),
|
|
992
990
|
grams: factories.double(),
|
|
993
991
|
price: factories.string(),
|
|
@@ -1203,7 +1201,6 @@ const factories = {
|
|
|
1203
1201
|
title: factories.string(),
|
|
1204
1202
|
tax_lines: arrayOf(() => factories['io.flow.shopify.external.v0.models.shopify_tax_line']()),
|
|
1205
1203
|
carrier_identifier: factories.string(),
|
|
1206
|
-
requested_fulfillment_service_id: factories.string(),
|
|
1207
1204
|
}),
|
|
1208
1205
|
|
|
1209
1206
|
'io.flow.shopify.external.v0.models.shopify_tax_line': (): io.flow.shopify.external.v0.models.ShopifyTaxLine => ({
|
|
@@ -2202,7 +2199,6 @@ const factories = {
|
|
|
2202
2199
|
'io.flow.v0.enums.address_verification_result_field_code': (): io.flow.v0.enums.AddressVerificationResultFieldCode => faker.helpers.arrayElement(['matched', 'not_available', 'not_checked', 'not_matched']),
|
|
2203
2200
|
'io.flow.v0.enums.adjustment_reason_key': (): io.flow.v0.enums.AdjustmentReasonKey => faker.helpers.arrayElement(['duty_deminimis', 'vat_deminimis']),
|
|
2204
2201
|
'io.flow.v0.enums.aggregate': (): io.flow.v0.enums.Aggregate => faker.helpers.arrayElement(['maximum', 'minimum']),
|
|
2205
|
-
'io.flow.v0.enums.attachment_type': (): io.flow.v0.enums.AttachmentType => faker.helpers.arrayElement(['csv']),
|
|
2206
2202
|
'io.flow.v0.enums.attribute_data_type': (): io.flow.v0.enums.AttributeDataType => faker.helpers.arrayElement(['boolean', 'integer', 'decimal', 'string', 'json_array']),
|
|
2207
2203
|
|
|
2208
2204
|
'io.flow.v0.enums.attribute_intent': (): io.flow.v0.enums.AttributeIntent => faker.helpers.arrayElement([
|
|
@@ -2388,6 +2384,7 @@ const factories = {
|
|
|
2388
2384
|
'io.flow.v0.enums.environment': (): io.flow.v0.enums.Environment => faker.helpers.arrayElement(['sandbox', 'production']),
|
|
2389
2385
|
|
|
2390
2386
|
'io.flow.v0.enums.event_type': (): io.flow.v0.enums.EventType => faker.helpers.arrayElement([
|
|
2387
|
+
'test_upserted',
|
|
2391
2388
|
'transaction_upserted',
|
|
2392
2389
|
'organization_transaction_upserted',
|
|
2393
2390
|
'organization_transaction_deleted',
|
|
@@ -2907,6 +2904,21 @@ const factories = {
|
|
|
2907
2904
|
'io.flow.v0.enums.payment_method_data_option_type': (): io.flow.v0.enums.PaymentMethodDataOptionType => faker.helpers.arrayElement(['ideal_issuer_option']),
|
|
2908
2905
|
'io.flow.v0.enums.payment_method_rule_content_key': (): io.flow.v0.enums.PaymentMethodRuleContentKey => faker.helpers.arrayElement(['description']),
|
|
2909
2906
|
'io.flow.v0.enums.payment_method_type': (): io.flow.v0.enums.PaymentMethodType => faker.helpers.arrayElement(['card', 'online', 'offline']),
|
|
2907
|
+
'io.flow.v0.enums.payment_request_review_check_status': (): io.flow.v0.enums.PaymentRequestReviewCheckStatus => faker.helpers.arrayElement(['passed', 'failed']),
|
|
2908
|
+
|
|
2909
|
+
'io.flow.v0.enums.payment_request_review_check_type': (): io.flow.v0.enums.PaymentRequestReviewCheckType => faker.helpers.arrayElement([
|
|
2910
|
+
'restricted_party_screening',
|
|
2911
|
+
'fraud_suspicious_behavior',
|
|
2912
|
+
'fraud_suspicious_past_activity',
|
|
2913
|
+
'fraud_risky_velocity',
|
|
2914
|
+
'fraud_previous_chargebacks',
|
|
2915
|
+
'order_restricted_goods',
|
|
2916
|
+
'order_unsupported_destination',
|
|
2917
|
+
'order_missing_information',
|
|
2918
|
+
'order_domestic',
|
|
2919
|
+
]),
|
|
2920
|
+
|
|
2921
|
+
'io.flow.v0.enums.payment_request_review_status': (): io.flow.v0.enums.PaymentRequestReviewStatus => faker.helpers.arrayElement(['pending', 'approved', 'rejected']),
|
|
2910
2922
|
'io.flow.v0.enums.payment_source_confirmation_action_type': (): io.flow.v0.enums.PaymentSourceConfirmationActionType => faker.helpers.arrayElement(['cvv', 'billing_address', 'number']),
|
|
2911
2923
|
|
|
2912
2924
|
'io.flow.v0.enums.payment_status': (): io.flow.v0.enums.PaymentStatus => faker.helpers.arrayElement([
|
|
@@ -2935,7 +2947,8 @@ const factories = {
|
|
|
2935
2947
|
'bancontact',
|
|
2936
2948
|
]),
|
|
2937
2949
|
|
|
2938
|
-
'io.flow.v0.enums.
|
|
2950
|
+
'io.flow.v0.enums.payout_attachment_type': (): io.flow.v0.enums.PayoutAttachmentType => faker.helpers.arrayElement(['transactions']),
|
|
2951
|
+
'io.flow.v0.enums.payout_status_failure_code': (): io.flow.v0.enums.PayoutStatusFailureCode => faker.helpers.arrayElement(['invalid_account_number', 'could_not_process']),
|
|
2939
2952
|
'io.flow.v0.enums.permitted_http_method': (): io.flow.v0.enums.PermittedHttpMethod => faker.helpers.arrayElement(['GET', 'POST', 'PUT', 'DELETE', 'PATCH']),
|
|
2940
2953
|
'io.flow.v0.enums.physical_delivery_special_serivce': (): io.flow.v0.enums.PhysicalDeliverySpecialSerivce => faker.helpers.arrayElement(['cold_storage', 'hazardous', 'perishable']),
|
|
2941
2954
|
'io.flow.v0.enums.postal_type': (): io.flow.v0.enums.PostalType => faker.helpers.arrayElement(['eircode', 'pin', 'postal', 'zip']),
|
|
@@ -3049,6 +3062,7 @@ const factories = {
|
|
|
3049
3062
|
'io.flow.v0.enums.shopify_localization_method': (): io.flow.v0.enums.ShopifyLocalizationMethod => faker.helpers.arrayElement(['api', 'ssr']),
|
|
3050
3063
|
'io.flow.v0.enums.shopify_sync_check': (): io.flow.v0.enums.ShopifySyncCheck => faker.helpers.arrayElement(['localized_variants', 'flow_variant_metafields']),
|
|
3051
3064
|
'io.flow.v0.enums.sort_direction': (): io.flow.v0.enums.SortDirection => faker.helpers.arrayElement(['ascending', 'descending']),
|
|
3065
|
+
'io.flow.v0.enums.statement_attachment_type': (): io.flow.v0.enums.StatementAttachmentType => faker.helpers.arrayElement(['csv']),
|
|
3052
3066
|
'io.flow.v0.enums.strategy': (): io.flow.v0.enums.Strategy => faker.helpers.arrayElement(['range', 'from', 'to']),
|
|
3053
3067
|
'io.flow.v0.enums.subcatalog_item_status': (): io.flow.v0.enums.SubcatalogItemStatus => faker.helpers.arrayElement(['excluded', 'included', 'restricted']),
|
|
3054
3068
|
'io.flow.v0.enums.surcharge_responsible_party': (): io.flow.v0.enums.SurchargeResponsibleParty => faker.helpers.arrayElement(['organization', 'customer']),
|
|
@@ -3594,13 +3608,19 @@ const factories = {
|
|
|
3594
3608
|
display_name: factories.string(),
|
|
3595
3609
|
}),
|
|
3596
3610
|
|
|
3611
|
+
'io.flow.v0.models.applepay_sdk_authorization_result_action_details': (): io.flow.v0.models.ApplepaySdkAuthorizationResultActionDetails => ({
|
|
3612
|
+
discriminator: 'applepay_sdk_authorization_result_action_details',
|
|
3613
|
+
merchant_identifier: factories.string(),
|
|
3614
|
+
payment_data_request: factories.object(),
|
|
3615
|
+
}),
|
|
3616
|
+
|
|
3597
3617
|
'io.flow.v0.models.at_cost': (): io.flow.v0.models.AtCost => ({
|
|
3598
3618
|
discriminator: 'at_cost',
|
|
3599
3619
|
ignore: factories.string(),
|
|
3600
3620
|
}),
|
|
3601
3621
|
|
|
3602
3622
|
'io.flow.v0.models.attachment': (): io.flow.v0.models.Attachment => ({
|
|
3603
|
-
type: factories['io.flow.v0.enums.
|
|
3623
|
+
type: factories['io.flow.v0.enums.statement_attachment_type'](),
|
|
3604
3624
|
url: factories.string(),
|
|
3605
3625
|
}),
|
|
3606
3626
|
|
|
@@ -3934,7 +3954,6 @@ const factories = {
|
|
|
3934
3954
|
}),
|
|
3935
3955
|
|
|
3936
3956
|
'io.flow.v0.models.bank_account_form': (): io.flow.v0.models.BankAccountForm => ({
|
|
3937
|
-
last4: factories.string(),
|
|
3938
3957
|
info: factories['io.flow.v0.unions.bank_account_info'](),
|
|
3939
3958
|
}),
|
|
3940
3959
|
|
|
@@ -3948,6 +3967,10 @@ const factories = {
|
|
|
3948
3967
|
id: factories.string(),
|
|
3949
3968
|
}),
|
|
3950
3969
|
|
|
3970
|
+
'io.flow.v0.models.bank_account_summary': (): io.flow.v0.models.BankAccountSummary => ({
|
|
3971
|
+
last4: factories.string(),
|
|
3972
|
+
}),
|
|
3973
|
+
|
|
3951
3974
|
'io.flow.v0.models.behavior_audit': (): io.flow.v0.models.BehaviorAudit => ({
|
|
3952
3975
|
behavior: factories['io.flow.v0.enums.flow_behavior'](),
|
|
3953
3976
|
authentication_techniques: arrayOf(() => factories['io.flow.v0.enums.authentication_technique']()),
|
|
@@ -4513,6 +4536,12 @@ const factories = {
|
|
|
4513
4536
|
channel_id: factories.string(),
|
|
4514
4537
|
}),
|
|
4515
4538
|
|
|
4539
|
+
'io.flow.v0.models.channel_bank_account': (): io.flow.v0.models.ChannelBankAccount => ({
|
|
4540
|
+
id: factories.string(),
|
|
4541
|
+
key: factories.string(),
|
|
4542
|
+
last4: factories.string(),
|
|
4543
|
+
}),
|
|
4544
|
+
|
|
4516
4545
|
'io.flow.v0.models.channel_currency': (): io.flow.v0.models.ChannelCurrency => ({
|
|
4517
4546
|
id: factories.string(),
|
|
4518
4547
|
currency: factories.string(),
|
|
@@ -4534,6 +4563,11 @@ const factories = {
|
|
|
4534
4563
|
channel_currency: factories['io.flow.v0.models.channel_currency'](),
|
|
4535
4564
|
}),
|
|
4536
4565
|
|
|
4566
|
+
'io.flow.v0.models.channel_default_bank_account': (): io.flow.v0.models.ChannelDefaultBankAccount => ({
|
|
4567
|
+
id: factories.string(),
|
|
4568
|
+
bank_account: factories['io.flow.v0.models.bank_account_reference'](),
|
|
4569
|
+
}),
|
|
4570
|
+
|
|
4537
4571
|
'io.flow.v0.models.channel_deleted': (): io.flow.v0.models.ChannelDeleted => ({
|
|
4538
4572
|
discriminator: 'channel_deleted',
|
|
4539
4573
|
event_id: factories.string(),
|
|
@@ -4590,6 +4624,17 @@ const factories = {
|
|
|
4590
4624
|
channel_organization: factories['io.flow.v0.models.channel_organization'](),
|
|
4591
4625
|
}),
|
|
4592
4626
|
|
|
4627
|
+
'io.flow.v0.models.channel_payout': (): io.flow.v0.models.ChannelPayout => ({
|
|
4628
|
+
id: factories.string(),
|
|
4629
|
+
account: factories['io.flow.v0.models.account_reference'](),
|
|
4630
|
+
status: factories['io.flow.v0.unions.payout_status'](),
|
|
4631
|
+
bank_account: factories['io.flow.v0.models.bank_account_summary'](),
|
|
4632
|
+
amount: factories.decimal(),
|
|
4633
|
+
attachments: arrayOf(() => factories['io.flow.v0.models.payout_attachment']()),
|
|
4634
|
+
created_at: factories.date_time_iso_8601(),
|
|
4635
|
+
updated_at: factories.date_time_iso_8601(),
|
|
4636
|
+
}),
|
|
4637
|
+
|
|
4593
4638
|
'io.flow.v0.models.channel_rate': (): io.flow.v0.models.ChannelRate => ({
|
|
4594
4639
|
placeholder: factories.string(),
|
|
4595
4640
|
}),
|
|
@@ -4647,12 +4692,13 @@ const factories = {
|
|
|
4647
4692
|
}),
|
|
4648
4693
|
|
|
4649
4694
|
'io.flow.v0.models.channel_transaction': (): io.flow.v0.models.ChannelTransaction => ({
|
|
4695
|
+
statement: factories['io.flow.v0.models.billing_channel_statement_reference'](),
|
|
4650
4696
|
id: factories.string(),
|
|
4651
4697
|
order: factories['io.flow.v0.models.billing_channel_order_summary'](),
|
|
4652
|
-
statement: factories['io.flow.v0.models.billing_channel_statement_reference'](),
|
|
4653
4698
|
payment_request: factories['io.flow.v0.models.billing_channel_payment_request_reference'](),
|
|
4654
4699
|
currency: factories.string(),
|
|
4655
4700
|
source: factories['io.flow.v0.enums.transaction_source'](),
|
|
4701
|
+
parent: factories['io.flow.v0.models.parent_transaction_summary'](),
|
|
4656
4702
|
gross: factories.decimal(),
|
|
4657
4703
|
fees: arrayOf(() => factories['io.flow.v0.models.fee_deduction']()),
|
|
4658
4704
|
withholdings: arrayOf(() => factories['io.flow.v0.models.withholding_deduction']()),
|
|
@@ -4660,6 +4706,7 @@ const factories = {
|
|
|
4660
4706
|
net: factories.decimal(),
|
|
4661
4707
|
identifiers: objectOf(() => factories.string()),
|
|
4662
4708
|
created_at: factories.date_time_iso_8601(),
|
|
4709
|
+
updated_at: factories.date_time_iso_8601(),
|
|
4663
4710
|
}),
|
|
4664
4711
|
|
|
4665
4712
|
'io.flow.v0.models.channel_transaction_deleted': (): io.flow.v0.models.ChannelTransactionDeleted => ({
|
|
@@ -7900,11 +7947,6 @@ const factories = {
|
|
|
7900
7947
|
available_quantity: factories.long(),
|
|
7901
7948
|
}),
|
|
7902
7949
|
|
|
7903
|
-
'io.flow.v0.models.no_payout': (): io.flow.v0.models.NoPayout => ({
|
|
7904
|
-
discriminator: 'no_payout',
|
|
7905
|
-
placeholder: factories.string(),
|
|
7906
|
-
}),
|
|
7907
|
-
|
|
7908
7950
|
'io.flow.v0.models.notification_deleted_v2': (): io.flow.v0.models.NotificationDeletedV2 => ({
|
|
7909
7951
|
discriminator: 'notification_deleted_v2',
|
|
7910
7952
|
event_id: factories.string(),
|
|
@@ -8805,6 +8847,7 @@ const factories = {
|
|
|
8805
8847
|
|
|
8806
8848
|
'io.flow.v0.models.organization_bank_account': (): io.flow.v0.models.OrganizationBankAccount => ({
|
|
8807
8849
|
id: factories.string(),
|
|
8850
|
+
key: factories.string(),
|
|
8808
8851
|
last4: factories.string(),
|
|
8809
8852
|
}),
|
|
8810
8853
|
|
|
@@ -8896,6 +8939,17 @@ const factories = {
|
|
|
8896
8939
|
organization_onboarding_state: factories['io.flow.v0.models.organization_onboarding_state'](),
|
|
8897
8940
|
}),
|
|
8898
8941
|
|
|
8942
|
+
'io.flow.v0.models.organization_payout': (): io.flow.v0.models.OrganizationPayout => ({
|
|
8943
|
+
id: factories.string(),
|
|
8944
|
+
account: factories['io.flow.v0.models.account_reference'](),
|
|
8945
|
+
status: factories['io.flow.v0.unions.payout_status'](),
|
|
8946
|
+
bank_account: factories['io.flow.v0.models.bank_account_summary'](),
|
|
8947
|
+
amount: factories.decimal(),
|
|
8948
|
+
attachments: arrayOf(() => factories['io.flow.v0.models.payout_attachment']()),
|
|
8949
|
+
created_at: factories.date_time_iso_8601(),
|
|
8950
|
+
updated_at: factories.date_time_iso_8601(),
|
|
8951
|
+
}),
|
|
8952
|
+
|
|
8899
8953
|
'io.flow.v0.models.organization_put_form': (): io.flow.v0.models.OrganizationPutForm => ({
|
|
8900
8954
|
name: factories.string(),
|
|
8901
8955
|
environment: factories['io.flow.v0.enums.environment'](),
|
|
@@ -9066,6 +9120,11 @@ const factories = {
|
|
|
9066
9120
|
number: factories.string(),
|
|
9067
9121
|
}),
|
|
9068
9122
|
|
|
9123
|
+
'io.flow.v0.models.parent_transaction_summary': (): io.flow.v0.models.ParentTransactionSummary => ({
|
|
9124
|
+
id: factories.string(),
|
|
9125
|
+
source: factories['io.flow.v0.enums.transaction_source'](),
|
|
9126
|
+
}),
|
|
9127
|
+
|
|
9069
9128
|
'io.flow.v0.models.partner_center': (): io.flow.v0.models.PartnerCenter => ({
|
|
9070
9129
|
partner_reference: factories['io.flow.v0.models.partner_reference'](),
|
|
9071
9130
|
number: factories.string(),
|
|
@@ -9609,6 +9668,7 @@ const factories = {
|
|
|
9609
9668
|
payment_information: factories['io.flow.v0.models.payment_information'](),
|
|
9610
9669
|
supported_actions: arrayOf(() => factories['io.flow.v0.enums.payment_action_type']()),
|
|
9611
9670
|
payment_capture_option: factories['io.flow.v0.unions.payment_capture_option'](),
|
|
9671
|
+
review: factories['io.flow.v0.models.payment_request_review'](),
|
|
9612
9672
|
}),
|
|
9613
9673
|
|
|
9614
9674
|
'io.flow.v0.models.payment_request_billing': (): io.flow.v0.models.PaymentRequestBilling => ({
|
|
@@ -9649,6 +9709,16 @@ const factories = {
|
|
|
9649
9709
|
reference: factories.string(),
|
|
9650
9710
|
}),
|
|
9651
9711
|
|
|
9712
|
+
'io.flow.v0.models.payment_request_review': (): io.flow.v0.models.PaymentRequestReview => ({
|
|
9713
|
+
status: factories['io.flow.v0.enums.payment_request_review_status'](),
|
|
9714
|
+
checks: arrayOf(() => factories['io.flow.v0.models.payment_request_review_check']()),
|
|
9715
|
+
}),
|
|
9716
|
+
|
|
9717
|
+
'io.flow.v0.models.payment_request_review_check': (): io.flow.v0.models.PaymentRequestReviewCheck => ({
|
|
9718
|
+
type: factories['io.flow.v0.enums.payment_request_review_check_type'](),
|
|
9719
|
+
status: factories['io.flow.v0.enums.payment_request_review_check_status'](),
|
|
9720
|
+
}),
|
|
9721
|
+
|
|
9652
9722
|
'io.flow.v0.models.payment_request_upserted': (): io.flow.v0.models.PaymentRequestUpserted => ({
|
|
9653
9723
|
discriminator: 'payment_request_upserted',
|
|
9654
9724
|
event_id: factories.string(),
|
|
@@ -9701,16 +9771,42 @@ const factories = {
|
|
|
9701
9771
|
payment: factories['io.flow.v0.unions.payment'](),
|
|
9702
9772
|
}),
|
|
9703
9773
|
|
|
9704
|
-
'io.flow.v0.models.
|
|
9705
|
-
|
|
9706
|
-
|
|
9707
|
-
amount: factories.decimal(),
|
|
9708
|
-
sent_on: factories.date_time_iso_8601(),
|
|
9774
|
+
'io.flow.v0.models.payout_attachment': (): io.flow.v0.models.PayoutAttachment => ({
|
|
9775
|
+
type: factories['io.flow.v0.enums.payout_attachment_type'](),
|
|
9776
|
+
url: factories.string(),
|
|
9709
9777
|
}),
|
|
9710
9778
|
|
|
9711
|
-
'io.flow.v0.models.
|
|
9712
|
-
code:
|
|
9713
|
-
|
|
9779
|
+
'io.flow.v0.models.payout_status_failed': (): io.flow.v0.models.PayoutStatusFailed => ({
|
|
9780
|
+
code: 'failed',
|
|
9781
|
+
timestamp: factories.date_time_iso_8601(),
|
|
9782
|
+
reason: factories['io.flow.v0.enums.payout_status_failure_code'](),
|
|
9783
|
+
}),
|
|
9784
|
+
|
|
9785
|
+
'io.flow.v0.models.payout_status_scheduled': (): io.flow.v0.models.PayoutStatusScheduled => ({
|
|
9786
|
+
code: 'scheduled',
|
|
9787
|
+
placeholder: factories.string(),
|
|
9788
|
+
}),
|
|
9789
|
+
|
|
9790
|
+
'io.flow.v0.models.payout_status_sent': (): io.flow.v0.models.PayoutStatusSent => ({
|
|
9791
|
+
code: 'sent',
|
|
9792
|
+
timestamp: factories.date_time_iso_8601(),
|
|
9793
|
+
}),
|
|
9794
|
+
|
|
9795
|
+
'io.flow.v0.models.payout_transaction': (): io.flow.v0.models.PayoutTransaction => ({
|
|
9796
|
+
id: factories.string(),
|
|
9797
|
+
order: factories['io.flow.v0.models.billing_channel_order_summary'](),
|
|
9798
|
+
payment_request: factories['io.flow.v0.models.billing_channel_payment_request_reference'](),
|
|
9799
|
+
currency: factories.string(),
|
|
9800
|
+
source: factories['io.flow.v0.enums.transaction_source'](),
|
|
9801
|
+
parent: factories['io.flow.v0.models.parent_transaction_summary'](),
|
|
9802
|
+
gross: factories.decimal(),
|
|
9803
|
+
fees: arrayOf(() => factories['io.flow.v0.models.fee_deduction']()),
|
|
9804
|
+
withholdings: arrayOf(() => factories['io.flow.v0.models.withholding_deduction']()),
|
|
9805
|
+
discounts: arrayOf(() => factories['io.flow.v0.models.billing_discount']()),
|
|
9806
|
+
net: factories.decimal(),
|
|
9807
|
+
identifiers: objectOf(() => factories.string()),
|
|
9808
|
+
created_at: factories.date_time_iso_8601(),
|
|
9809
|
+
updated_at: factories.date_time_iso_8601(),
|
|
9714
9810
|
}),
|
|
9715
9811
|
|
|
9716
9812
|
'io.flow.v0.models.paypal_authorization_details': (): io.flow.v0.models.PaypalAuthorizationDetails => ({
|
|
@@ -11120,6 +11216,18 @@ const factories = {
|
|
|
11120
11216
|
id: factories.string(),
|
|
11121
11217
|
}),
|
|
11122
11218
|
|
|
11219
|
+
'io.flow.v0.models.settlement_no_payout': (): io.flow.v0.models.SettlementNoPayout => ({
|
|
11220
|
+
discriminator: 'no_payout',
|
|
11221
|
+
placeholder: factories.string(),
|
|
11222
|
+
}),
|
|
11223
|
+
|
|
11224
|
+
'io.flow.v0.models.settlement_payout': (): io.flow.v0.models.SettlementPayout => ({
|
|
11225
|
+
discriminator: 'payout',
|
|
11226
|
+
status: factories['io.flow.v0.unions.payout_status'](),
|
|
11227
|
+
amount: factories.decimal(),
|
|
11228
|
+
sent_on: factories.date_time_iso_8601(),
|
|
11229
|
+
}),
|
|
11230
|
+
|
|
11123
11231
|
'io.flow.v0.models.setup_blocked': (): io.flow.v0.models.SetupBlocked => ({
|
|
11124
11232
|
discriminator: 'setup_blocked',
|
|
11125
11233
|
reasons: arrayOf(() => factories['io.flow.v0.enums.onboarding_blocked_reason']()),
|
|
@@ -11127,7 +11235,7 @@ const factories = {
|
|
|
11127
11235
|
|
|
11128
11236
|
'io.flow.v0.models.setup_completed': (): io.flow.v0.models.SetupCompleted => ({
|
|
11129
11237
|
discriminator: 'setup_completed',
|
|
11130
|
-
|
|
11238
|
+
third_party_logistics_guid: factories.string(),
|
|
11131
11239
|
}),
|
|
11132
11240
|
|
|
11133
11241
|
'io.flow.v0.models.setup_in_progress': (): io.flow.v0.models.SetupInProgress => ({
|
|
@@ -12175,6 +12283,18 @@ const factories = {
|
|
|
12175
12283
|
email_recipients: arrayOf(() => factories.string()),
|
|
12176
12284
|
}),
|
|
12177
12285
|
|
|
12286
|
+
'io.flow.v0.models.test': (): io.flow.v0.models.Test => ({
|
|
12287
|
+
id: factories.string(),
|
|
12288
|
+
}),
|
|
12289
|
+
|
|
12290
|
+
'io.flow.v0.models.test_upserted': (): io.flow.v0.models.TestUpserted => ({
|
|
12291
|
+
discriminator: 'test_upserted',
|
|
12292
|
+
event_id: factories.string(),
|
|
12293
|
+
timestamp: factories.date_time_iso_8601(),
|
|
12294
|
+
organization: factories.string(),
|
|
12295
|
+
test: factories['io.flow.v0.models.test'](),
|
|
12296
|
+
}),
|
|
12297
|
+
|
|
12178
12298
|
'io.flow.v0.models.third_party_logistics_partner': (): io.flow.v0.models.ThirdPartyLogisticsPartner => ({
|
|
12179
12299
|
warehouse_address: factories['io.flow.v0.models.merchant_onboarding_address'](),
|
|
12180
12300
|
warehouse_url: factories.string(),
|
|
@@ -12502,12 +12622,13 @@ const factories = {
|
|
|
12502
12622
|
}),
|
|
12503
12623
|
|
|
12504
12624
|
'io.flow.v0.models.transaction': (): io.flow.v0.models.Transaction => ({
|
|
12625
|
+
statement: factories['io.flow.v0.models.billing_channel_statement_reference'](),
|
|
12505
12626
|
id: factories.string(),
|
|
12506
12627
|
order: factories['io.flow.v0.models.billing_channel_order_summary'](),
|
|
12507
|
-
statement: factories['io.flow.v0.models.billing_channel_statement_reference'](),
|
|
12508
12628
|
payment_request: factories['io.flow.v0.models.billing_channel_payment_request_reference'](),
|
|
12509
12629
|
currency: factories.string(),
|
|
12510
12630
|
source: factories['io.flow.v0.enums.transaction_source'](),
|
|
12631
|
+
parent: factories['io.flow.v0.models.parent_transaction_summary'](),
|
|
12511
12632
|
gross: factories.decimal(),
|
|
12512
12633
|
fees: arrayOf(() => factories['io.flow.v0.models.fee_deduction']()),
|
|
12513
12634
|
withholdings: arrayOf(() => factories['io.flow.v0.models.withholding_deduction']()),
|
|
@@ -12515,6 +12636,7 @@ const factories = {
|
|
|
12515
12636
|
net: factories.decimal(),
|
|
12516
12637
|
identifiers: objectOf(() => factories.string()),
|
|
12517
12638
|
created_at: factories.date_time_iso_8601(),
|
|
12639
|
+
updated_at: factories.date_time_iso_8601(),
|
|
12518
12640
|
}),
|
|
12519
12641
|
|
|
12520
12642
|
'io.flow.v0.models.transaction_details_card': (): io.flow.v0.models.TransactionDetailsCard => ({
|
|
@@ -12878,6 +13000,7 @@ const factories = {
|
|
|
12878
13000
|
() => factories['io.flow.v0.models.stripe_authorization_result_action_details'](),
|
|
12879
13001
|
() => factories['io.flow.v0.models.threeds_identify_action_details'](),
|
|
12880
13002
|
() => factories['io.flow.v0.models.threeds_challenge_action_details'](),
|
|
13003
|
+
() => factories['io.flow.v0.models.applepay_sdk_authorization_result_action_details'](),
|
|
12881
13004
|
() => factories['io.flow.v0.models.klarna_sdk_authorization_result_action_details'](),
|
|
12882
13005
|
() => factories['io.flow.v0.models.select_issuer_option_action_details'](),
|
|
12883
13006
|
]);
|
|
@@ -13021,6 +13144,7 @@ const factories = {
|
|
|
13021
13144
|
|
|
13022
13145
|
'io.flow.v0.unions.event': (): io.flow.v0.unions.Event => {
|
|
13023
13146
|
const f = faker.helpers.arrayElement([
|
|
13147
|
+
() => factories['io.flow.v0.models.test_upserted'](),
|
|
13024
13148
|
() => factories['io.flow.v0.models.transaction_upserted'](),
|
|
13025
13149
|
() => factories['io.flow.v0.models.organization_transaction_upserted'](),
|
|
13026
13150
|
() => factories['io.flow.v0.models.organization_transaction_deleted'](),
|
|
@@ -13645,6 +13769,16 @@ const factories = {
|
|
|
13645
13769
|
return f();
|
|
13646
13770
|
},
|
|
13647
13771
|
|
|
13772
|
+
'io.flow.v0.unions.payout_status': (): io.flow.v0.unions.PayoutStatus => {
|
|
13773
|
+
const f = faker.helpers.arrayElement([
|
|
13774
|
+
() => factories['io.flow.v0.models.payout_status_scheduled'](),
|
|
13775
|
+
() => factories['io.flow.v0.models.payout_status_sent'](),
|
|
13776
|
+
() => factories['io.flow.v0.models.payout_status_failed'](),
|
|
13777
|
+
]);
|
|
13778
|
+
|
|
13779
|
+
return f();
|
|
13780
|
+
},
|
|
13781
|
+
|
|
13648
13782
|
'io.flow.v0.unions.price_source': (): io.flow.v0.unions.PriceSource => {
|
|
13649
13783
|
const f = faker.helpers.arrayElement([
|
|
13650
13784
|
() => factories['io.flow.v0.models.price_source_price_book'](),
|
|
@@ -13795,8 +13929,8 @@ const factories = {
|
|
|
13795
13929
|
|
|
13796
13930
|
'io.flow.v0.unions.settlement': (): io.flow.v0.unions.Settlement => {
|
|
13797
13931
|
const f = faker.helpers.arrayElement([
|
|
13798
|
-
() => factories['io.flow.v0.models.
|
|
13799
|
-
() => factories['io.flow.v0.models.
|
|
13932
|
+
() => factories['io.flow.v0.models.settlement_no_payout'](),
|
|
13933
|
+
() => factories['io.flow.v0.models.settlement_payout'](),
|
|
13800
13934
|
]);
|
|
13801
13935
|
|
|
13802
13936
|
return f();
|
|
@@ -13976,9 +14110,9 @@ export const makeAmountMargin = () => factories['io.flow.v0.models.amount_margin
|
|
|
13976
14110
|
export const makeAmountMarginForm = () => factories['io.flow.v0.models.amount_margin_form']();
|
|
13977
14111
|
export const makeAnalyticsExportType = () => factories['io.flow.v0.models.analytics_export_type']();
|
|
13978
14112
|
export const makeApplePayMerchantValidationPayload = () => factories['io.flow.v0.models.apple_pay_merchant_validation_payload']();
|
|
14113
|
+
export const makeApplepaySdkAuthorizationResultActionDetails = () => factories['io.flow.v0.models.applepay_sdk_authorization_result_action_details']();
|
|
13979
14114
|
export const makeAtCost = () => factories['io.flow.v0.models.at_cost']();
|
|
13980
14115
|
export const makeAttachment = () => factories['io.flow.v0.models.attachment']();
|
|
13981
|
-
export const makeAttachmentType = () => factories['io.flow.v0.enums.attachment_type']();
|
|
13982
14116
|
export const makeAttribute = () => factories['io.flow.v0.models.attribute']();
|
|
13983
14117
|
export const makeAttributeDataType = () => factories['io.flow.v0.enums.attribute_data_type']();
|
|
13984
14118
|
export const makeAttributeDeleted = () => factories['io.flow.v0.models.attribute_deleted']();
|
|
@@ -14043,6 +14177,7 @@ export const makeBankAccountForm = () => factories['io.flow.v0.models.bank_accou
|
|
|
14043
14177
|
export const makeBankAccountInfo = () => factories['io.flow.v0.unions.bank_account_info']();
|
|
14044
14178
|
export const makeBankAccountInfoUsa = () => factories['io.flow.v0.models.bank_account_info_usa']();
|
|
14045
14179
|
export const makeBankAccountReference = () => factories['io.flow.v0.models.bank_account_reference']();
|
|
14180
|
+
export const makeBankAccountSummary = () => factories['io.flow.v0.models.bank_account_summary']();
|
|
14046
14181
|
export const makeBehaviorAudit = () => factories['io.flow.v0.models.behavior_audit']();
|
|
14047
14182
|
export const makeBillingAddress = () => factories['io.flow.v0.models.billing_address']();
|
|
14048
14183
|
export const makeBillingChannelOrderSummary = () => factories['io.flow.v0.models.billing_channel_order_summary']();
|
|
@@ -14131,10 +14266,12 @@ export const makeChangeType = () => factories['io.flow.v0.enums.change_type']();
|
|
|
14131
14266
|
export const makeChannel = () => factories['io.flow.v0.models.channel']();
|
|
14132
14267
|
export const makeChannelAuthorization = () => factories['io.flow.v0.models.channel_authorization']();
|
|
14133
14268
|
export const makeChannelAuthorizationForm = () => factories['io.flow.v0.models.channel_authorization_form']();
|
|
14269
|
+
export const makeChannelBankAccount = () => factories['io.flow.v0.models.channel_bank_account']();
|
|
14134
14270
|
export const makeChannelCurrency = () => factories['io.flow.v0.models.channel_currency']();
|
|
14135
14271
|
export const makeChannelCurrencyCapability = () => factories['io.flow.v0.enums.channel_currency_capability']();
|
|
14136
14272
|
export const makeChannelCurrencyDeleted = () => factories['io.flow.v0.models.channel_currency_deleted']();
|
|
14137
14273
|
export const makeChannelCurrencyUpserted = () => factories['io.flow.v0.models.channel_currency_upserted']();
|
|
14274
|
+
export const makeChannelDefaultBankAccount = () => factories['io.flow.v0.models.channel_default_bank_account']();
|
|
14138
14275
|
export const makeChannelDeleted = () => factories['io.flow.v0.models.channel_deleted']();
|
|
14139
14276
|
export const makeChannelOrganization = () => factories['io.flow.v0.models.channel_organization']();
|
|
14140
14277
|
export const makeChannelOrganizationAuthorization = () => factories['io.flow.v0.models.channel_organization_authorization']();
|
|
@@ -14143,6 +14280,7 @@ export const makeChannelOrganizationDeleted = () => factories['io.flow.v0.models
|
|
|
14143
14280
|
export const makeChannelOrganizationForm = () => factories['io.flow.v0.models.channel_organization_form']();
|
|
14144
14281
|
export const makeChannelOrganizationPutForm = () => factories['io.flow.v0.models.channel_organization_put_form']();
|
|
14145
14282
|
export const makeChannelOrganizationUpserted = () => factories['io.flow.v0.models.channel_organization_upserted']();
|
|
14283
|
+
export const makeChannelPayout = () => factories['io.flow.v0.models.channel_payout']();
|
|
14146
14284
|
export const makeChannelRate = () => factories['io.flow.v0.models.channel_rate']();
|
|
14147
14285
|
export const makeChannelReference = () => factories['io.flow.v0.models.channel_reference']();
|
|
14148
14286
|
export const makeChannelStatement = () => factories['io.flow.v0.models.channel_statement']();
|
|
@@ -14730,7 +14868,6 @@ export const makeName = () => factories['io.flow.v0.models.name']();
|
|
|
14730
14868
|
export const makeNameForm = () => factories['io.flow.v0.models.name_form']();
|
|
14731
14869
|
export const makeNoInventoryReservationError = () => factories['io.flow.v0.models.no_inventory_reservation_error']();
|
|
14732
14870
|
export const makeNoInventoryReservationErrorItem = () => factories['io.flow.v0.models.no_inventory_reservation_error_item']();
|
|
14733
|
-
export const makeNoPayout = () => factories['io.flow.v0.models.no_payout']();
|
|
14734
14871
|
export const makeNotificationDeletedV2 = () => factories['io.flow.v0.models.notification_deleted_v2']();
|
|
14735
14872
|
export const makeNotificationUpsertedV2 = () => factories['io.flow.v0.models.notification_upserted_v2']();
|
|
14736
14873
|
export const makeNumberRange = () => factories['io.flow.v0.models.number_range']();
|
|
@@ -14894,6 +15031,7 @@ export const makeOrganizationOnboardingState = () => factories['io.flow.v0.model
|
|
|
14894
15031
|
export const makeOrganizationOnboardingStateDeleted = () => factories['io.flow.v0.models.organization_onboarding_state_deleted']();
|
|
14895
15032
|
export const makeOrganizationOnboardingStateUpserted = () => factories['io.flow.v0.models.organization_onboarding_state_upserted']();
|
|
14896
15033
|
export const makeOrganizationPaymentMethodTag = () => factories['io.flow.v0.enums.organization_payment_method_tag']();
|
|
15034
|
+
export const makeOrganizationPayout = () => factories['io.flow.v0.models.organization_payout']();
|
|
14897
15035
|
export const makeOrganizationPutForm = () => factories['io.flow.v0.models.organization_put_form']();
|
|
14898
15036
|
export const makeOrganizationRatesData = () => factories['io.flow.v0.models.organization_rates_data']();
|
|
14899
15037
|
export const makeOrganizationRatesPublished = () => factories['io.flow.v0.models.organization_rates_published']();
|
|
@@ -14918,6 +15056,7 @@ export const makeOriginalPrices = () => factories['io.flow.v0.models.original_pr
|
|
|
14918
15056
|
export const makeOutboundCartonFee = () => factories['io.flow.v0.models.outbound_carton_fee']();
|
|
14919
15057
|
export const makeOversizedShipmentRatecardFee = () => factories['io.flow.v0.models.oversized_shipment_ratecard_fee']();
|
|
14920
15058
|
export const makePackaging = () => factories['io.flow.v0.models.packaging']();
|
|
15059
|
+
export const makeParentTransactionSummary = () => factories['io.flow.v0.models.parent_transaction_summary']();
|
|
14921
15060
|
export const makePartnerCenter = () => factories['io.flow.v0.models.partner_center']();
|
|
14922
15061
|
export const makePartnerCenterFee = () => factories['io.flow.v0.unions.partner_center_fee']();
|
|
14923
15062
|
export const makePartnerCenterForm = () => factories['io.flow.v0.models.partner_center_form']();
|
|
@@ -15030,6 +15169,11 @@ export const makePaymentRequestBundle = () => factories['io.flow.v0.models.payme
|
|
|
15030
15169
|
export const makePaymentRequestBundleForm = () => factories['io.flow.v0.models.payment_request_bundle_form']();
|
|
15031
15170
|
export const makePaymentRequestForm = () => factories['io.flow.v0.models.payment_request_form']();
|
|
15032
15171
|
export const makePaymentRequestReference = () => factories['io.flow.v0.models.payment_request_reference']();
|
|
15172
|
+
export const makePaymentRequestReview = () => factories['io.flow.v0.models.payment_request_review']();
|
|
15173
|
+
export const makePaymentRequestReviewCheck = () => factories['io.flow.v0.models.payment_request_review_check']();
|
|
15174
|
+
export const makePaymentRequestReviewCheckStatus = () => factories['io.flow.v0.enums.payment_request_review_check_status']();
|
|
15175
|
+
export const makePaymentRequestReviewCheckType = () => factories['io.flow.v0.enums.payment_request_review_check_type']();
|
|
15176
|
+
export const makePaymentRequestReviewStatus = () => factories['io.flow.v0.enums.payment_request_review_status']();
|
|
15033
15177
|
export const makePaymentRequestUpserted = () => factories['io.flow.v0.models.payment_request_upserted']();
|
|
15034
15178
|
export const makePaymentReversal = () => factories['io.flow.v0.models.payment_reversal']();
|
|
15035
15179
|
export const makePaymentReversalForm = () => factories['io.flow.v0.models.payment_reversal_form']();
|
|
@@ -15043,9 +15187,14 @@ export const makePaymentTax = () => factories['io.flow.v0.models.payment_tax']()
|
|
|
15043
15187
|
export const makePaymentType = () => factories['io.flow.v0.enums.payment_type']();
|
|
15044
15188
|
export const makePaymentUpserted = () => factories['io.flow.v0.models.payment_upserted']();
|
|
15045
15189
|
export const makePaymentVersion = () => factories['io.flow.v0.models.payment_version']();
|
|
15046
|
-
export const
|
|
15047
|
-
export const
|
|
15048
|
-
export const
|
|
15190
|
+
export const makePayoutAttachment = () => factories['io.flow.v0.models.payout_attachment']();
|
|
15191
|
+
export const makePayoutAttachmentType = () => factories['io.flow.v0.enums.payout_attachment_type']();
|
|
15192
|
+
export const makePayoutStatus = () => factories['io.flow.v0.unions.payout_status']();
|
|
15193
|
+
export const makePayoutStatusFailed = () => factories['io.flow.v0.models.payout_status_failed']();
|
|
15194
|
+
export const makePayoutStatusFailureCode = () => factories['io.flow.v0.enums.payout_status_failure_code']();
|
|
15195
|
+
export const makePayoutStatusScheduled = () => factories['io.flow.v0.models.payout_status_scheduled']();
|
|
15196
|
+
export const makePayoutStatusSent = () => factories['io.flow.v0.models.payout_status_sent']();
|
|
15197
|
+
export const makePayoutTransaction = () => factories['io.flow.v0.models.payout_transaction']();
|
|
15049
15198
|
export const makePaypalAuthorizationDetails = () => factories['io.flow.v0.models.paypal_authorization_details']();
|
|
15050
15199
|
export const makePaypalAuthorizationForm = () => factories['io.flow.v0.models.paypal_authorization_form']();
|
|
15051
15200
|
export const makePeakSurchargeByWeightServiceFee = () => factories['io.flow.v0.models.peak_surcharge_by_weight_service_fee']();
|
|
@@ -15282,6 +15431,8 @@ export const makeSessionReference = () => factories['io.flow.v0.models.session_r
|
|
|
15282
15431
|
export const makeSessionVisit = () => factories['io.flow.v0.models.session_visit']();
|
|
15283
15432
|
export const makeSessionVisitor = () => factories['io.flow.v0.models.session_visitor']();
|
|
15284
15433
|
export const makeSettlement = () => factories['io.flow.v0.unions.settlement']();
|
|
15434
|
+
export const makeSettlementNoPayout = () => factories['io.flow.v0.models.settlement_no_payout']();
|
|
15435
|
+
export const makeSettlementPayout = () => factories['io.flow.v0.models.settlement_payout']();
|
|
15285
15436
|
export const makeSetupBlocked = () => factories['io.flow.v0.models.setup_blocked']();
|
|
15286
15437
|
export const makeSetupCompleted = () => factories['io.flow.v0.models.setup_completed']();
|
|
15287
15438
|
export const makeSetupInProgress = () => factories['io.flow.v0.models.setup_in_progress']();
|
|
@@ -15380,6 +15531,7 @@ export const makeSolidusProductExportType = () => factories['io.flow.v0.models.s
|
|
|
15380
15531
|
export const makeSolidusVariantExportType = () => factories['io.flow.v0.models.solidus_variant_export_type']();
|
|
15381
15532
|
export const makeSortDirection = () => factories['io.flow.v0.enums.sort_direction']();
|
|
15382
15533
|
export const makeStatement = () => factories['io.flow.v0.models.statement']();
|
|
15534
|
+
export const makeStatementAttachmentType = () => factories['io.flow.v0.enums.statement_attachment_type']();
|
|
15383
15535
|
export const makeStatementDeleted = () => factories['io.flow.v0.models.statement_deleted']();
|
|
15384
15536
|
export const makeStatementUpserted = () => factories['io.flow.v0.models.statement_upserted']();
|
|
15385
15537
|
export const makeStrategy = () => factories['io.flow.v0.enums.strategy']();
|
|
@@ -15444,6 +15596,8 @@ export const makeTaxSetting = () => factories['io.flow.v0.unions.tax_setting']()
|
|
|
15444
15596
|
export const makeTaxVerificationResult = () => factories['io.flow.v0.enums.tax_verification_result']();
|
|
15445
15597
|
export const makeTaxabilityType = () => factories['io.flow.v0.enums.taxability_type']();
|
|
15446
15598
|
export const makeTaxabilityValue = () => factories['io.flow.v0.enums.taxability_value']();
|
|
15599
|
+
export const makeTest = () => factories['io.flow.v0.models.test']();
|
|
15600
|
+
export const makeTestUpserted = () => factories['io.flow.v0.models.test_upserted']();
|
|
15447
15601
|
export const makeThirdPartyLogisticsPartner = () => factories['io.flow.v0.models.third_party_logistics_partner']();
|
|
15448
15602
|
export const makeThreeDSecure = () => factories['io.flow.v0.models.three_d_secure']();
|
|
15449
15603
|
export const makeThreeDSecureCode = () => factories['io.flow.v0.enums.three_d_secure_code']();
|