@flowio/api-factories 0.0.48 → 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 +116 -54
- package/dist/esm/api.js +82 -29
- package/dist/types/api.d.ts +13 -5
- package/package.json +2 -2
- package/src/api.ts +91 -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 => ({
|
|
@@ -7900,11 +7910,6 @@ const factories = {
|
|
|
7900
7910
|
available_quantity: factories.long(),
|
|
7901
7911
|
}),
|
|
7902
7912
|
|
|
7903
|
-
'io.flow.v0.models.no_payout': (): io.flow.v0.models.NoPayout => ({
|
|
7904
|
-
discriminator: 'no_payout',
|
|
7905
|
-
placeholder: factories.string(),
|
|
7906
|
-
}),
|
|
7907
|
-
|
|
7908
7913
|
'io.flow.v0.models.notification_deleted_v2': (): io.flow.v0.models.NotificationDeletedV2 => ({
|
|
7909
7914
|
discriminator: 'notification_deleted_v2',
|
|
7910
7915
|
event_id: factories.string(),
|
|
@@ -8896,6 +8901,16 @@ const factories = {
|
|
|
8896
8901
|
organization_onboarding_state: factories['io.flow.v0.models.organization_onboarding_state'](),
|
|
8897
8902
|
}),
|
|
8898
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
|
+
|
|
8899
8914
|
'io.flow.v0.models.organization_put_form': (): io.flow.v0.models.OrganizationPutForm => ({
|
|
8900
8915
|
name: factories.string(),
|
|
8901
8916
|
environment: factories['io.flow.v0.enums.environment'](),
|
|
@@ -9066,6 +9081,11 @@ const factories = {
|
|
|
9066
9081
|
number: factories.string(),
|
|
9067
9082
|
}),
|
|
9068
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
|
+
|
|
9069
9089
|
'io.flow.v0.models.partner_center': (): io.flow.v0.models.PartnerCenter => ({
|
|
9070
9090
|
partner_reference: factories['io.flow.v0.models.partner_reference'](),
|
|
9071
9091
|
number: factories.string(),
|
|
@@ -9701,16 +9721,25 @@ const factories = {
|
|
|
9701
9721
|
payment: factories['io.flow.v0.unions.payment'](),
|
|
9702
9722
|
}),
|
|
9703
9723
|
|
|
9704
|
-
'io.flow.v0.models.
|
|
9705
|
-
|
|
9706
|
-
|
|
9707
|
-
amount: factories.decimal(),
|
|
9708
|
-
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(),
|
|
9709
9727
|
}),
|
|
9710
9728
|
|
|
9711
|
-
'io.flow.v0.models.
|
|
9712
|
-
code:
|
|
9713
|
-
|
|
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(),
|
|
9714
9743
|
}),
|
|
9715
9744
|
|
|
9716
9745
|
'io.flow.v0.models.paypal_authorization_details': (): io.flow.v0.models.PaypalAuthorizationDetails => ({
|
|
@@ -11120,6 +11149,18 @@ const factories = {
|
|
|
11120
11149
|
id: factories.string(),
|
|
11121
11150
|
}),
|
|
11122
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
|
+
|
|
11123
11164
|
'io.flow.v0.models.setup_blocked': (): io.flow.v0.models.SetupBlocked => ({
|
|
11124
11165
|
discriminator: 'setup_blocked',
|
|
11125
11166
|
reasons: arrayOf(() => factories['io.flow.v0.enums.onboarding_blocked_reason']()),
|
|
@@ -11127,7 +11168,7 @@ const factories = {
|
|
|
11127
11168
|
|
|
11128
11169
|
'io.flow.v0.models.setup_completed': (): io.flow.v0.models.SetupCompleted => ({
|
|
11129
11170
|
discriminator: 'setup_completed',
|
|
11130
|
-
|
|
11171
|
+
third_party_logistics_guid: factories.string(),
|
|
11131
11172
|
}),
|
|
11132
11173
|
|
|
11133
11174
|
'io.flow.v0.models.setup_in_progress': (): io.flow.v0.models.SetupInProgress => ({
|
|
@@ -12508,6 +12549,7 @@ const factories = {
|
|
|
12508
12549
|
payment_request: factories['io.flow.v0.models.billing_channel_payment_request_reference'](),
|
|
12509
12550
|
currency: factories.string(),
|
|
12510
12551
|
source: factories['io.flow.v0.enums.transaction_source'](),
|
|
12552
|
+
parent: factories['io.flow.v0.models.parent_transaction_summary'](),
|
|
12511
12553
|
gross: factories.decimal(),
|
|
12512
12554
|
fees: arrayOf(() => factories['io.flow.v0.models.fee_deduction']()),
|
|
12513
12555
|
withholdings: arrayOf(() => factories['io.flow.v0.models.withholding_deduction']()),
|
|
@@ -12515,6 +12557,7 @@ const factories = {
|
|
|
12515
12557
|
net: factories.decimal(),
|
|
12516
12558
|
identifiers: objectOf(() => factories.string()),
|
|
12517
12559
|
created_at: factories.date_time_iso_8601(),
|
|
12560
|
+
updated_at: factories.date_time_iso_8601(),
|
|
12518
12561
|
}),
|
|
12519
12562
|
|
|
12520
12563
|
'io.flow.v0.models.transaction_details_card': (): io.flow.v0.models.TransactionDetailsCard => ({
|
|
@@ -13645,6 +13688,16 @@ const factories = {
|
|
|
13645
13688
|
return f();
|
|
13646
13689
|
},
|
|
13647
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
|
+
|
|
13648
13701
|
'io.flow.v0.unions.price_source': (): io.flow.v0.unions.PriceSource => {
|
|
13649
13702
|
const f = faker.helpers.arrayElement([
|
|
13650
13703
|
() => factories['io.flow.v0.models.price_source_price_book'](),
|
|
@@ -13795,8 +13848,8 @@ const factories = {
|
|
|
13795
13848
|
|
|
13796
13849
|
'io.flow.v0.unions.settlement': (): io.flow.v0.unions.Settlement => {
|
|
13797
13850
|
const f = faker.helpers.arrayElement([
|
|
13798
|
-
() => factories['io.flow.v0.models.
|
|
13799
|
-
() => factories['io.flow.v0.models.
|
|
13851
|
+
() => factories['io.flow.v0.models.settlement_no_payout'](),
|
|
13852
|
+
() => factories['io.flow.v0.models.settlement_payout'](),
|
|
13800
13853
|
]);
|
|
13801
13854
|
|
|
13802
13855
|
return f();
|
|
@@ -13978,7 +14031,6 @@ export const makeAnalyticsExportType = () => factories['io.flow.v0.models.analyt
|
|
|
13978
14031
|
export const makeApplePayMerchantValidationPayload = () => factories['io.flow.v0.models.apple_pay_merchant_validation_payload']();
|
|
13979
14032
|
export const makeAtCost = () => factories['io.flow.v0.models.at_cost']();
|
|
13980
14033
|
export const makeAttachment = () => factories['io.flow.v0.models.attachment']();
|
|
13981
|
-
export const makeAttachmentType = () => factories['io.flow.v0.enums.attachment_type']();
|
|
13982
14034
|
export const makeAttribute = () => factories['io.flow.v0.models.attribute']();
|
|
13983
14035
|
export const makeAttributeDataType = () => factories['io.flow.v0.enums.attribute_data_type']();
|
|
13984
14036
|
export const makeAttributeDeleted = () => factories['io.flow.v0.models.attribute_deleted']();
|
|
@@ -14143,6 +14195,7 @@ export const makeChannelOrganizationDeleted = () => factories['io.flow.v0.models
|
|
|
14143
14195
|
export const makeChannelOrganizationForm = () => factories['io.flow.v0.models.channel_organization_form']();
|
|
14144
14196
|
export const makeChannelOrganizationPutForm = () => factories['io.flow.v0.models.channel_organization_put_form']();
|
|
14145
14197
|
export const makeChannelOrganizationUpserted = () => factories['io.flow.v0.models.channel_organization_upserted']();
|
|
14198
|
+
export const makeChannelPayout = () => factories['io.flow.v0.models.channel_payout']();
|
|
14146
14199
|
export const makeChannelRate = () => factories['io.flow.v0.models.channel_rate']();
|
|
14147
14200
|
export const makeChannelReference = () => factories['io.flow.v0.models.channel_reference']();
|
|
14148
14201
|
export const makeChannelStatement = () => factories['io.flow.v0.models.channel_statement']();
|
|
@@ -14730,7 +14783,6 @@ export const makeName = () => factories['io.flow.v0.models.name']();
|
|
|
14730
14783
|
export const makeNameForm = () => factories['io.flow.v0.models.name_form']();
|
|
14731
14784
|
export const makeNoInventoryReservationError = () => factories['io.flow.v0.models.no_inventory_reservation_error']();
|
|
14732
14785
|
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
14786
|
export const makeNotificationDeletedV2 = () => factories['io.flow.v0.models.notification_deleted_v2']();
|
|
14735
14787
|
export const makeNotificationUpsertedV2 = () => factories['io.flow.v0.models.notification_upserted_v2']();
|
|
14736
14788
|
export const makeNumberRange = () => factories['io.flow.v0.models.number_range']();
|
|
@@ -14894,6 +14946,7 @@ export const makeOrganizationOnboardingState = () => factories['io.flow.v0.model
|
|
|
14894
14946
|
export const makeOrganizationOnboardingStateDeleted = () => factories['io.flow.v0.models.organization_onboarding_state_deleted']();
|
|
14895
14947
|
export const makeOrganizationOnboardingStateUpserted = () => factories['io.flow.v0.models.organization_onboarding_state_upserted']();
|
|
14896
14948
|
export const makeOrganizationPaymentMethodTag = () => factories['io.flow.v0.enums.organization_payment_method_tag']();
|
|
14949
|
+
export const makeOrganizationPayout = () => factories['io.flow.v0.models.organization_payout']();
|
|
14897
14950
|
export const makeOrganizationPutForm = () => factories['io.flow.v0.models.organization_put_form']();
|
|
14898
14951
|
export const makeOrganizationRatesData = () => factories['io.flow.v0.models.organization_rates_data']();
|
|
14899
14952
|
export const makeOrganizationRatesPublished = () => factories['io.flow.v0.models.organization_rates_published']();
|
|
@@ -14918,6 +14971,7 @@ export const makeOriginalPrices = () => factories['io.flow.v0.models.original_pr
|
|
|
14918
14971
|
export const makeOutboundCartonFee = () => factories['io.flow.v0.models.outbound_carton_fee']();
|
|
14919
14972
|
export const makeOversizedShipmentRatecardFee = () => factories['io.flow.v0.models.oversized_shipment_ratecard_fee']();
|
|
14920
14973
|
export const makePackaging = () => factories['io.flow.v0.models.packaging']();
|
|
14974
|
+
export const makeParentTransactionSummary = () => factories['io.flow.v0.models.parent_transaction_summary']();
|
|
14921
14975
|
export const makePartnerCenter = () => factories['io.flow.v0.models.partner_center']();
|
|
14922
14976
|
export const makePartnerCenterFee = () => factories['io.flow.v0.unions.partner_center_fee']();
|
|
14923
14977
|
export const makePartnerCenterForm = () => factories['io.flow.v0.models.partner_center_form']();
|
|
@@ -15043,9 +15097,13 @@ export const makePaymentTax = () => factories['io.flow.v0.models.payment_tax']()
|
|
|
15043
15097
|
export const makePaymentType = () => factories['io.flow.v0.enums.payment_type']();
|
|
15044
15098
|
export const makePaymentUpserted = () => factories['io.flow.v0.models.payment_upserted']();
|
|
15045
15099
|
export const makePaymentVersion = () => factories['io.flow.v0.models.payment_version']();
|
|
15046
|
-
export const
|
|
15047
|
-
export const
|
|
15048
|
-
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']();
|
|
15049
15107
|
export const makePaypalAuthorizationDetails = () => factories['io.flow.v0.models.paypal_authorization_details']();
|
|
15050
15108
|
export const makePaypalAuthorizationForm = () => factories['io.flow.v0.models.paypal_authorization_form']();
|
|
15051
15109
|
export const makePeakSurchargeByWeightServiceFee = () => factories['io.flow.v0.models.peak_surcharge_by_weight_service_fee']();
|
|
@@ -15282,6 +15340,8 @@ export const makeSessionReference = () => factories['io.flow.v0.models.session_r
|
|
|
15282
15340
|
export const makeSessionVisit = () => factories['io.flow.v0.models.session_visit']();
|
|
15283
15341
|
export const makeSessionVisitor = () => factories['io.flow.v0.models.session_visitor']();
|
|
15284
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']();
|
|
15285
15345
|
export const makeSetupBlocked = () => factories['io.flow.v0.models.setup_blocked']();
|
|
15286
15346
|
export const makeSetupCompleted = () => factories['io.flow.v0.models.setup_completed']();
|
|
15287
15347
|
export const makeSetupInProgress = () => factories['io.flow.v0.models.setup_in_progress']();
|
|
@@ -15380,6 +15440,7 @@ export const makeSolidusProductExportType = () => factories['io.flow.v0.models.s
|
|
|
15380
15440
|
export const makeSolidusVariantExportType = () => factories['io.flow.v0.models.solidus_variant_export_type']();
|
|
15381
15441
|
export const makeSortDirection = () => factories['io.flow.v0.enums.sort_direction']();
|
|
15382
15442
|
export const makeStatement = () => factories['io.flow.v0.models.statement']();
|
|
15443
|
+
export const makeStatementAttachmentType = () => factories['io.flow.v0.enums.statement_attachment_type']();
|
|
15383
15444
|
export const makeStatementDeleted = () => factories['io.flow.v0.models.statement_deleted']();
|
|
15384
15445
|
export const makeStatementUpserted = () => factories['io.flow.v0.models.statement_upserted']();
|
|
15385
15446
|
export const makeStrategy = () => factories['io.flow.v0.enums.strategy']();
|