@flowio/api-factories 0.0.47 → 0.0.49
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 +118 -54
- package/dist/esm/api.js +84 -29
- package/dist/types/api.d.ts +13 -5
- package/package.json +2 -2
- package/src/api.ts +93 -30
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([
|
|
@@ -2935,7 +2931,8 @@ const factories = {
|
|
|
2935
2931
|
'bancontact',
|
|
2936
2932
|
]),
|
|
2937
2933
|
|
|
2938
|
-
'io.flow.v0.enums.
|
|
2934
|
+
'io.flow.v0.enums.payout_attachment_type': (): io.flow.v0.enums.PayoutAttachmentType => faker.helpers.arrayElement(['transactions']),
|
|
2935
|
+
'io.flow.v0.enums.payout_status_failure_code': (): io.flow.v0.enums.PayoutStatusFailureCode => faker.helpers.arrayElement(['invalid_account_number', 'could_not_process']),
|
|
2939
2936
|
'io.flow.v0.enums.permitted_http_method': (): io.flow.v0.enums.PermittedHttpMethod => faker.helpers.arrayElement(['GET', 'POST', 'PUT', 'DELETE', 'PATCH']),
|
|
2940
2937
|
'io.flow.v0.enums.physical_delivery_special_serivce': (): io.flow.v0.enums.PhysicalDeliverySpecialSerivce => faker.helpers.arrayElement(['cold_storage', 'hazardous', 'perishable']),
|
|
2941
2938
|
'io.flow.v0.enums.postal_type': (): io.flow.v0.enums.PostalType => faker.helpers.arrayElement(['eircode', 'pin', 'postal', 'zip']),
|
|
@@ -3049,6 +3046,7 @@ const factories = {
|
|
|
3049
3046
|
'io.flow.v0.enums.shopify_localization_method': (): io.flow.v0.enums.ShopifyLocalizationMethod => faker.helpers.arrayElement(['api', 'ssr']),
|
|
3050
3047
|
'io.flow.v0.enums.shopify_sync_check': (): io.flow.v0.enums.ShopifySyncCheck => faker.helpers.arrayElement(['localized_variants', 'flow_variant_metafields']),
|
|
3051
3048
|
'io.flow.v0.enums.sort_direction': (): io.flow.v0.enums.SortDirection => faker.helpers.arrayElement(['ascending', 'descending']),
|
|
3049
|
+
'io.flow.v0.enums.statement_attachment_type': (): io.flow.v0.enums.StatementAttachmentType => faker.helpers.arrayElement(['csv']),
|
|
3052
3050
|
'io.flow.v0.enums.strategy': (): io.flow.v0.enums.Strategy => faker.helpers.arrayElement(['range', 'from', 'to']),
|
|
3053
3051
|
'io.flow.v0.enums.subcatalog_item_status': (): io.flow.v0.enums.SubcatalogItemStatus => faker.helpers.arrayElement(['excluded', 'included', 'restricted']),
|
|
3054
3052
|
'io.flow.v0.enums.surcharge_responsible_party': (): io.flow.v0.enums.SurchargeResponsibleParty => faker.helpers.arrayElement(['organization', 'customer']),
|
|
@@ -3600,7 +3598,7 @@ const factories = {
|
|
|
3600
3598
|
}),
|
|
3601
3599
|
|
|
3602
3600
|
'io.flow.v0.models.attachment': (): io.flow.v0.models.Attachment => ({
|
|
3603
|
-
type: factories['io.flow.v0.enums.
|
|
3601
|
+
type: factories['io.flow.v0.enums.statement_attachment_type'](),
|
|
3604
3602
|
url: factories.string(),
|
|
3605
3603
|
}),
|
|
3606
3604
|
|
|
@@ -4590,6 +4588,16 @@ const factories = {
|
|
|
4590
4588
|
channel_organization: factories['io.flow.v0.models.channel_organization'](),
|
|
4591
4589
|
}),
|
|
4592
4590
|
|
|
4591
|
+
'io.flow.v0.models.channel_payout': (): io.flow.v0.models.ChannelPayout => ({
|
|
4592
|
+
id: factories.string(),
|
|
4593
|
+
account: factories['io.flow.v0.models.account_reference'](),
|
|
4594
|
+
status: factories['io.flow.v0.unions.payout_status'](),
|
|
4595
|
+
amount: factories.decimal(),
|
|
4596
|
+
attachments: arrayOf(() => factories['io.flow.v0.models.payout_attachment']()),
|
|
4597
|
+
created_at: factories.date_time_iso_8601(),
|
|
4598
|
+
updated_at: factories.date_time_iso_8601(),
|
|
4599
|
+
}),
|
|
4600
|
+
|
|
4593
4601
|
'io.flow.v0.models.channel_rate': (): io.flow.v0.models.ChannelRate => ({
|
|
4594
4602
|
placeholder: factories.string(),
|
|
4595
4603
|
}),
|
|
@@ -4653,6 +4661,7 @@ const factories = {
|
|
|
4653
4661
|
payment_request: factories['io.flow.v0.models.billing_channel_payment_request_reference'](),
|
|
4654
4662
|
currency: factories.string(),
|
|
4655
4663
|
source: factories['io.flow.v0.enums.transaction_source'](),
|
|
4664
|
+
parent: factories['io.flow.v0.models.parent_transaction_summary'](),
|
|
4656
4665
|
gross: factories.decimal(),
|
|
4657
4666
|
fees: arrayOf(() => factories['io.flow.v0.models.fee_deduction']()),
|
|
4658
4667
|
withholdings: arrayOf(() => factories['io.flow.v0.models.withholding_deduction']()),
|
|
@@ -4660,6 +4669,7 @@ const factories = {
|
|
|
4660
4669
|
net: factories.decimal(),
|
|
4661
4670
|
identifiers: objectOf(() => factories.string()),
|
|
4662
4671
|
created_at: factories.date_time_iso_8601(),
|
|
4672
|
+
updated_at: factories.date_time_iso_8601(),
|
|
4663
4673
|
}),
|
|
4664
4674
|
|
|
4665
4675
|
'io.flow.v0.models.channel_transaction_deleted': (): io.flow.v0.models.ChannelTransactionDeleted => ({
|
|
@@ -7345,6 +7355,7 @@ const factories = {
|
|
|
7345
7355
|
|
|
7346
7356
|
'io.flow.v0.models.label_tracking_summary_update': (): io.flow.v0.models.LabelTrackingSummaryUpdate => ({
|
|
7347
7357
|
timestamp: factories.date_time_iso_8601(),
|
|
7358
|
+
created_at: factories.date_time_iso_8601(),
|
|
7348
7359
|
}),
|
|
7349
7360
|
|
|
7350
7361
|
'io.flow.v0.models.label_upserted': (): io.flow.v0.models.LabelUpserted => ({
|
|
@@ -7899,11 +7910,6 @@ const factories = {
|
|
|
7899
7910
|
available_quantity: factories.long(),
|
|
7900
7911
|
}),
|
|
7901
7912
|
|
|
7902
|
-
'io.flow.v0.models.no_payout': (): io.flow.v0.models.NoPayout => ({
|
|
7903
|
-
discriminator: 'no_payout',
|
|
7904
|
-
placeholder: factories.string(),
|
|
7905
|
-
}),
|
|
7906
|
-
|
|
7907
7913
|
'io.flow.v0.models.notification_deleted_v2': (): io.flow.v0.models.NotificationDeletedV2 => ({
|
|
7908
7914
|
discriminator: 'notification_deleted_v2',
|
|
7909
7915
|
event_id: factories.string(),
|
|
@@ -8895,6 +8901,16 @@ const factories = {
|
|
|
8895
8901
|
organization_onboarding_state: factories['io.flow.v0.models.organization_onboarding_state'](),
|
|
8896
8902
|
}),
|
|
8897
8903
|
|
|
8904
|
+
'io.flow.v0.models.organization_payout': (): io.flow.v0.models.OrganizationPayout => ({
|
|
8905
|
+
id: factories.string(),
|
|
8906
|
+
account: factories['io.flow.v0.models.account_reference'](),
|
|
8907
|
+
status: factories['io.flow.v0.unions.payout_status'](),
|
|
8908
|
+
amount: factories.decimal(),
|
|
8909
|
+
attachments: arrayOf(() => factories['io.flow.v0.models.payout_attachment']()),
|
|
8910
|
+
created_at: factories.date_time_iso_8601(),
|
|
8911
|
+
updated_at: factories.date_time_iso_8601(),
|
|
8912
|
+
}),
|
|
8913
|
+
|
|
8898
8914
|
'io.flow.v0.models.organization_put_form': (): io.flow.v0.models.OrganizationPutForm => ({
|
|
8899
8915
|
name: factories.string(),
|
|
8900
8916
|
environment: factories['io.flow.v0.enums.environment'](),
|
|
@@ -9065,6 +9081,11 @@ const factories = {
|
|
|
9065
9081
|
number: factories.string(),
|
|
9066
9082
|
}),
|
|
9067
9083
|
|
|
9084
|
+
'io.flow.v0.models.parent_transaction_summary': (): io.flow.v0.models.ParentTransactionSummary => ({
|
|
9085
|
+
id: factories.string(),
|
|
9086
|
+
source: factories['io.flow.v0.enums.transaction_source'](),
|
|
9087
|
+
}),
|
|
9088
|
+
|
|
9068
9089
|
'io.flow.v0.models.partner_center': (): io.flow.v0.models.PartnerCenter => ({
|
|
9069
9090
|
partner_reference: factories['io.flow.v0.models.partner_reference'](),
|
|
9070
9091
|
number: factories.string(),
|
|
@@ -9700,16 +9721,25 @@ const factories = {
|
|
|
9700
9721
|
payment: factories['io.flow.v0.unions.payment'](),
|
|
9701
9722
|
}),
|
|
9702
9723
|
|
|
9703
|
-
'io.flow.v0.models.
|
|
9704
|
-
|
|
9705
|
-
|
|
9706
|
-
amount: factories.decimal(),
|
|
9707
|
-
sent_on: factories.date_time_iso_8601(),
|
|
9724
|
+
'io.flow.v0.models.payout_attachment': (): io.flow.v0.models.PayoutAttachment => ({
|
|
9725
|
+
type: factories['io.flow.v0.enums.payout_attachment_type'](),
|
|
9726
|
+
url: factories.string(),
|
|
9708
9727
|
}),
|
|
9709
9728
|
|
|
9710
|
-
'io.flow.v0.models.
|
|
9711
|
-
code:
|
|
9712
|
-
|
|
9729
|
+
'io.flow.v0.models.payout_status_failed': (): io.flow.v0.models.PayoutStatusFailed => ({
|
|
9730
|
+
code: 'failed',
|
|
9731
|
+
timestamp: factories.date_time_iso_8601(),
|
|
9732
|
+
reason: factories['io.flow.v0.enums.payout_status_failure_code'](),
|
|
9733
|
+
}),
|
|
9734
|
+
|
|
9735
|
+
'io.flow.v0.models.payout_status_scheduled': (): io.flow.v0.models.PayoutStatusScheduled => ({
|
|
9736
|
+
code: 'scheduled',
|
|
9737
|
+
placeholder: factories.string(),
|
|
9738
|
+
}),
|
|
9739
|
+
|
|
9740
|
+
'io.flow.v0.models.payout_status_sent': (): io.flow.v0.models.PayoutStatusSent => ({
|
|
9741
|
+
code: 'sent',
|
|
9742
|
+
timestamp: factories.date_time_iso_8601(),
|
|
9713
9743
|
}),
|
|
9714
9744
|
|
|
9715
9745
|
'io.flow.v0.models.paypal_authorization_details': (): io.flow.v0.models.PaypalAuthorizationDetails => ({
|
|
@@ -11119,6 +11149,18 @@ const factories = {
|
|
|
11119
11149
|
id: factories.string(),
|
|
11120
11150
|
}),
|
|
11121
11151
|
|
|
11152
|
+
'io.flow.v0.models.settlement_no_payout': (): io.flow.v0.models.SettlementNoPayout => ({
|
|
11153
|
+
discriminator: 'no_payout',
|
|
11154
|
+
placeholder: factories.string(),
|
|
11155
|
+
}),
|
|
11156
|
+
|
|
11157
|
+
'io.flow.v0.models.settlement_payout': (): io.flow.v0.models.SettlementPayout => ({
|
|
11158
|
+
discriminator: 'payout',
|
|
11159
|
+
status: factories['io.flow.v0.unions.payout_status'](),
|
|
11160
|
+
amount: factories.decimal(),
|
|
11161
|
+
sent_on: factories.date_time_iso_8601(),
|
|
11162
|
+
}),
|
|
11163
|
+
|
|
11122
11164
|
'io.flow.v0.models.setup_blocked': (): io.flow.v0.models.SetupBlocked => ({
|
|
11123
11165
|
discriminator: 'setup_blocked',
|
|
11124
11166
|
reasons: arrayOf(() => factories['io.flow.v0.enums.onboarding_blocked_reason']()),
|
|
@@ -11126,7 +11168,7 @@ const factories = {
|
|
|
11126
11168
|
|
|
11127
11169
|
'io.flow.v0.models.setup_completed': (): io.flow.v0.models.SetupCompleted => ({
|
|
11128
11170
|
discriminator: 'setup_completed',
|
|
11129
|
-
|
|
11171
|
+
third_party_logistics_guid: factories.string(),
|
|
11130
11172
|
}),
|
|
11131
11173
|
|
|
11132
11174
|
'io.flow.v0.models.setup_in_progress': (): io.flow.v0.models.SetupInProgress => ({
|
|
@@ -11400,6 +11442,7 @@ const factories = {
|
|
|
11400
11442
|
order_identifier: factories.string(),
|
|
11401
11443
|
fulfillment_key: factories.string(),
|
|
11402
11444
|
shipment_recipient: factories['io.flow.v0.enums.shipment_recipient'](),
|
|
11445
|
+
updated_at: factories.date_time_iso_8601(),
|
|
11403
11446
|
}),
|
|
11404
11447
|
|
|
11405
11448
|
'io.flow.v0.models.shipping_notification_version': (): io.flow.v0.models.ShippingNotificationVersion => ({
|
|
@@ -12506,6 +12549,7 @@ const factories = {
|
|
|
12506
12549
|
payment_request: factories['io.flow.v0.models.billing_channel_payment_request_reference'](),
|
|
12507
12550
|
currency: factories.string(),
|
|
12508
12551
|
source: factories['io.flow.v0.enums.transaction_source'](),
|
|
12552
|
+
parent: factories['io.flow.v0.models.parent_transaction_summary'](),
|
|
12509
12553
|
gross: factories.decimal(),
|
|
12510
12554
|
fees: arrayOf(() => factories['io.flow.v0.models.fee_deduction']()),
|
|
12511
12555
|
withholdings: arrayOf(() => factories['io.flow.v0.models.withholding_deduction']()),
|
|
@@ -12513,6 +12557,7 @@ const factories = {
|
|
|
12513
12557
|
net: factories.decimal(),
|
|
12514
12558
|
identifiers: objectOf(() => factories.string()),
|
|
12515
12559
|
created_at: factories.date_time_iso_8601(),
|
|
12560
|
+
updated_at: factories.date_time_iso_8601(),
|
|
12516
12561
|
}),
|
|
12517
12562
|
|
|
12518
12563
|
'io.flow.v0.models.transaction_details_card': (): io.flow.v0.models.TransactionDetailsCard => ({
|
|
@@ -13643,6 +13688,16 @@ const factories = {
|
|
|
13643
13688
|
return f();
|
|
13644
13689
|
},
|
|
13645
13690
|
|
|
13691
|
+
'io.flow.v0.unions.payout_status': (): io.flow.v0.unions.PayoutStatus => {
|
|
13692
|
+
const f = faker.helpers.arrayElement([
|
|
13693
|
+
() => factories['io.flow.v0.models.payout_status_scheduled'](),
|
|
13694
|
+
() => factories['io.flow.v0.models.payout_status_sent'](),
|
|
13695
|
+
() => factories['io.flow.v0.models.payout_status_failed'](),
|
|
13696
|
+
]);
|
|
13697
|
+
|
|
13698
|
+
return f();
|
|
13699
|
+
},
|
|
13700
|
+
|
|
13646
13701
|
'io.flow.v0.unions.price_source': (): io.flow.v0.unions.PriceSource => {
|
|
13647
13702
|
const f = faker.helpers.arrayElement([
|
|
13648
13703
|
() => factories['io.flow.v0.models.price_source_price_book'](),
|
|
@@ -13793,8 +13848,8 @@ const factories = {
|
|
|
13793
13848
|
|
|
13794
13849
|
'io.flow.v0.unions.settlement': (): io.flow.v0.unions.Settlement => {
|
|
13795
13850
|
const f = faker.helpers.arrayElement([
|
|
13796
|
-
() => factories['io.flow.v0.models.
|
|
13797
|
-
() => factories['io.flow.v0.models.
|
|
13851
|
+
() => factories['io.flow.v0.models.settlement_no_payout'](),
|
|
13852
|
+
() => factories['io.flow.v0.models.settlement_payout'](),
|
|
13798
13853
|
]);
|
|
13799
13854
|
|
|
13800
13855
|
return f();
|
|
@@ -13976,7 +14031,6 @@ export const makeAnalyticsExportType = () => factories['io.flow.v0.models.analyt
|
|
|
13976
14031
|
export const makeApplePayMerchantValidationPayload = () => factories['io.flow.v0.models.apple_pay_merchant_validation_payload']();
|
|
13977
14032
|
export const makeAtCost = () => factories['io.flow.v0.models.at_cost']();
|
|
13978
14033
|
export const makeAttachment = () => factories['io.flow.v0.models.attachment']();
|
|
13979
|
-
export const makeAttachmentType = () => factories['io.flow.v0.enums.attachment_type']();
|
|
13980
14034
|
export const makeAttribute = () => factories['io.flow.v0.models.attribute']();
|
|
13981
14035
|
export const makeAttributeDataType = () => factories['io.flow.v0.enums.attribute_data_type']();
|
|
13982
14036
|
export const makeAttributeDeleted = () => factories['io.flow.v0.models.attribute_deleted']();
|
|
@@ -14141,6 +14195,7 @@ export const makeChannelOrganizationDeleted = () => factories['io.flow.v0.models
|
|
|
14141
14195
|
export const makeChannelOrganizationForm = () => factories['io.flow.v0.models.channel_organization_form']();
|
|
14142
14196
|
export const makeChannelOrganizationPutForm = () => factories['io.flow.v0.models.channel_organization_put_form']();
|
|
14143
14197
|
export const makeChannelOrganizationUpserted = () => factories['io.flow.v0.models.channel_organization_upserted']();
|
|
14198
|
+
export const makeChannelPayout = () => factories['io.flow.v0.models.channel_payout']();
|
|
14144
14199
|
export const makeChannelRate = () => factories['io.flow.v0.models.channel_rate']();
|
|
14145
14200
|
export const makeChannelReference = () => factories['io.flow.v0.models.channel_reference']();
|
|
14146
14201
|
export const makeChannelStatement = () => factories['io.flow.v0.models.channel_statement']();
|
|
@@ -14728,7 +14783,6 @@ export const makeName = () => factories['io.flow.v0.models.name']();
|
|
|
14728
14783
|
export const makeNameForm = () => factories['io.flow.v0.models.name_form']();
|
|
14729
14784
|
export const makeNoInventoryReservationError = () => factories['io.flow.v0.models.no_inventory_reservation_error']();
|
|
14730
14785
|
export const makeNoInventoryReservationErrorItem = () => factories['io.flow.v0.models.no_inventory_reservation_error_item']();
|
|
14731
|
-
export const makeNoPayout = () => factories['io.flow.v0.models.no_payout']();
|
|
14732
14786
|
export const makeNotificationDeletedV2 = () => factories['io.flow.v0.models.notification_deleted_v2']();
|
|
14733
14787
|
export const makeNotificationUpsertedV2 = () => factories['io.flow.v0.models.notification_upserted_v2']();
|
|
14734
14788
|
export const makeNumberRange = () => factories['io.flow.v0.models.number_range']();
|
|
@@ -14892,6 +14946,7 @@ export const makeOrganizationOnboardingState = () => factories['io.flow.v0.model
|
|
|
14892
14946
|
export const makeOrganizationOnboardingStateDeleted = () => factories['io.flow.v0.models.organization_onboarding_state_deleted']();
|
|
14893
14947
|
export const makeOrganizationOnboardingStateUpserted = () => factories['io.flow.v0.models.organization_onboarding_state_upserted']();
|
|
14894
14948
|
export const makeOrganizationPaymentMethodTag = () => factories['io.flow.v0.enums.organization_payment_method_tag']();
|
|
14949
|
+
export const makeOrganizationPayout = () => factories['io.flow.v0.models.organization_payout']();
|
|
14895
14950
|
export const makeOrganizationPutForm = () => factories['io.flow.v0.models.organization_put_form']();
|
|
14896
14951
|
export const makeOrganizationRatesData = () => factories['io.flow.v0.models.organization_rates_data']();
|
|
14897
14952
|
export const makeOrganizationRatesPublished = () => factories['io.flow.v0.models.organization_rates_published']();
|
|
@@ -14916,6 +14971,7 @@ export const makeOriginalPrices = () => factories['io.flow.v0.models.original_pr
|
|
|
14916
14971
|
export const makeOutboundCartonFee = () => factories['io.flow.v0.models.outbound_carton_fee']();
|
|
14917
14972
|
export const makeOversizedShipmentRatecardFee = () => factories['io.flow.v0.models.oversized_shipment_ratecard_fee']();
|
|
14918
14973
|
export const makePackaging = () => factories['io.flow.v0.models.packaging']();
|
|
14974
|
+
export const makeParentTransactionSummary = () => factories['io.flow.v0.models.parent_transaction_summary']();
|
|
14919
14975
|
export const makePartnerCenter = () => factories['io.flow.v0.models.partner_center']();
|
|
14920
14976
|
export const makePartnerCenterFee = () => factories['io.flow.v0.unions.partner_center_fee']();
|
|
14921
14977
|
export const makePartnerCenterForm = () => factories['io.flow.v0.models.partner_center_form']();
|
|
@@ -15041,9 +15097,13 @@ export const makePaymentTax = () => factories['io.flow.v0.models.payment_tax']()
|
|
|
15041
15097
|
export const makePaymentType = () => factories['io.flow.v0.enums.payment_type']();
|
|
15042
15098
|
export const makePaymentUpserted = () => factories['io.flow.v0.models.payment_upserted']();
|
|
15043
15099
|
export const makePaymentVersion = () => factories['io.flow.v0.models.payment_version']();
|
|
15044
|
-
export const
|
|
15045
|
-
export const
|
|
15046
|
-
export const
|
|
15100
|
+
export const makePayoutAttachment = () => factories['io.flow.v0.models.payout_attachment']();
|
|
15101
|
+
export const makePayoutAttachmentType = () => factories['io.flow.v0.enums.payout_attachment_type']();
|
|
15102
|
+
export const makePayoutStatus = () => factories['io.flow.v0.unions.payout_status']();
|
|
15103
|
+
export const makePayoutStatusFailed = () => factories['io.flow.v0.models.payout_status_failed']();
|
|
15104
|
+
export const makePayoutStatusFailureCode = () => factories['io.flow.v0.enums.payout_status_failure_code']();
|
|
15105
|
+
export const makePayoutStatusScheduled = () => factories['io.flow.v0.models.payout_status_scheduled']();
|
|
15106
|
+
export const makePayoutStatusSent = () => factories['io.flow.v0.models.payout_status_sent']();
|
|
15047
15107
|
export const makePaypalAuthorizationDetails = () => factories['io.flow.v0.models.paypal_authorization_details']();
|
|
15048
15108
|
export const makePaypalAuthorizationForm = () => factories['io.flow.v0.models.paypal_authorization_form']();
|
|
15049
15109
|
export const makePeakSurchargeByWeightServiceFee = () => factories['io.flow.v0.models.peak_surcharge_by_weight_service_fee']();
|
|
@@ -15280,6 +15340,8 @@ export const makeSessionReference = () => factories['io.flow.v0.models.session_r
|
|
|
15280
15340
|
export const makeSessionVisit = () => factories['io.flow.v0.models.session_visit']();
|
|
15281
15341
|
export const makeSessionVisitor = () => factories['io.flow.v0.models.session_visitor']();
|
|
15282
15342
|
export const makeSettlement = () => factories['io.flow.v0.unions.settlement']();
|
|
15343
|
+
export const makeSettlementNoPayout = () => factories['io.flow.v0.models.settlement_no_payout']();
|
|
15344
|
+
export const makeSettlementPayout = () => factories['io.flow.v0.models.settlement_payout']();
|
|
15283
15345
|
export const makeSetupBlocked = () => factories['io.flow.v0.models.setup_blocked']();
|
|
15284
15346
|
export const makeSetupCompleted = () => factories['io.flow.v0.models.setup_completed']();
|
|
15285
15347
|
export const makeSetupInProgress = () => factories['io.flow.v0.models.setup_in_progress']();
|
|
@@ -15378,6 +15440,7 @@ export const makeSolidusProductExportType = () => factories['io.flow.v0.models.s
|
|
|
15378
15440
|
export const makeSolidusVariantExportType = () => factories['io.flow.v0.models.solidus_variant_export_type']();
|
|
15379
15441
|
export const makeSortDirection = () => factories['io.flow.v0.enums.sort_direction']();
|
|
15380
15442
|
export const makeStatement = () => factories['io.flow.v0.models.statement']();
|
|
15443
|
+
export const makeStatementAttachmentType = () => factories['io.flow.v0.enums.statement_attachment_type']();
|
|
15381
15444
|
export const makeStatementDeleted = () => factories['io.flow.v0.models.statement_deleted']();
|
|
15382
15445
|
export const makeStatementUpserted = () => factories['io.flow.v0.models.statement_upserted']();
|
|
15383
15446
|
export const makeStrategy = () => factories['io.flow.v0.enums.strategy']();
|