@flowio/api-internal-factories 0.0.116 → 0.0.117
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api-internal.js +178 -60
- package/dist/esm/api-internal.js +130 -20
- package/dist/types/api-internal.d.ts +11 -3
- package/package.json +2 -2
- package/src/api-internal.ts +146 -22
package/src/api-internal.ts
CHANGED
|
@@ -142,6 +142,58 @@ const factories = {
|
|
|
142
142
|
'unknowncard',
|
|
143
143
|
]),
|
|
144
144
|
|
|
145
|
+
'io.flow.adyen.v0.enums.payment_record_type': (): io.flow.adyen.v0.enums.PaymentRecordType => faker.helpers.arrayElement([
|
|
146
|
+
'Authorised',
|
|
147
|
+
'AuthorisedPending',
|
|
148
|
+
'Cancelled',
|
|
149
|
+
'CaptureFailed',
|
|
150
|
+
'Chargeback',
|
|
151
|
+
'SecondChargeback',
|
|
152
|
+
'ChargebackExternally',
|
|
153
|
+
'ChargebackExternallyWithInfo',
|
|
154
|
+
'ChargebackReversed',
|
|
155
|
+
'ChargebackReversedExternallyWithInfo',
|
|
156
|
+
'Error',
|
|
157
|
+
'Expired',
|
|
158
|
+
'PaidOut',
|
|
159
|
+
'PaidOutExternally',
|
|
160
|
+
'PaidOutExternallyWithInfo',
|
|
161
|
+
'PaidOutReversed',
|
|
162
|
+
'PayoutAuthorised',
|
|
163
|
+
'PayoutError',
|
|
164
|
+
'PayoutFailed',
|
|
165
|
+
'Received',
|
|
166
|
+
'ReceivedPayout',
|
|
167
|
+
'RefundAuthorised',
|
|
168
|
+
'Refunded',
|
|
169
|
+
'RefundedBulk',
|
|
170
|
+
'RefundedExternally',
|
|
171
|
+
'RefundedExternallyWithInfo',
|
|
172
|
+
'RefundFailed',
|
|
173
|
+
'RefundedInInstallments',
|
|
174
|
+
'RefundedInstallment',
|
|
175
|
+
'RefundedReversed',
|
|
176
|
+
'RefundNotProcessed',
|
|
177
|
+
'Refused',
|
|
178
|
+
'RefusedPayout',
|
|
179
|
+
'Retried',
|
|
180
|
+
'SentForPayout',
|
|
181
|
+
'SentForRefund',
|
|
182
|
+
'SentForSettle',
|
|
183
|
+
'Settled',
|
|
184
|
+
'SettledBulk',
|
|
185
|
+
'SettledExternally',
|
|
186
|
+
'SettledExternallyWithInfo',
|
|
187
|
+
'SettledInInstallments',
|
|
188
|
+
'SettledInstallment',
|
|
189
|
+
'SettledReversed',
|
|
190
|
+
'SuspendInstallment',
|
|
191
|
+
'AdvancedInstallment',
|
|
192
|
+
'AdvancedInstallmentCancelled',
|
|
193
|
+
'OpenInstallment',
|
|
194
|
+
'CloseInstallment',
|
|
195
|
+
]),
|
|
196
|
+
|
|
145
197
|
'io.flow.adyen.v0.enums.recurring_processing_model': (): io.flow.adyen.v0.enums.RecurringProcessingModel => faker.helpers.arrayElement(['Subscription', 'CardOnFile', 'UnscheduledCardOnFile']),
|
|
146
198
|
|
|
147
199
|
'io.flow.adyen.v0.enums.result_code': (): io.flow.adyen.v0.enums.ResultCode => faker.helpers.arrayElement([
|
|
@@ -6858,6 +6910,7 @@ const factories = {
|
|
|
6858
6910
|
'io.flow.internal.v0.enums.address_configuration_setting_province_code': (): io.flow.internal.v0.enums.AddressConfigurationSettingProvinceCode => faker.helpers.arrayElement(['iso_3166_2', 'name']),
|
|
6859
6911
|
'io.flow.internal.v0.enums.adjustment_transaction_type': (): io.flow.internal.v0.enums.AdjustmentTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal']),
|
|
6860
6912
|
'io.flow.internal.v0.enums.adyen_integration_type': (): io.flow.internal.v0.enums.AdyenIntegrationType => faker.helpers.arrayElement(['hosted_payment_page', 'checkout_payments_api', 'classic_authorise_api']),
|
|
6913
|
+
'io.flow.internal.v0.enums.aldo_item_type': (): io.flow.internal.v0.enums.AldoItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
6861
6914
|
'io.flow.internal.v0.enums.any_dangerous_goods': (): io.flow.internal.v0.enums.AnyDangerousGoods => faker.helpers.arrayElement(['yes', 'no', 'i_dont_know']),
|
|
6862
6915
|
'io.flow.internal.v0.enums.api_call_reference_id': (): io.flow.internal.v0.enums.ApiCallReferenceId => faker.helpers.arrayElement(['duty_rates_data_event', 'integration_test', 'unit_test']),
|
|
6863
6916
|
|
|
@@ -7207,7 +7260,6 @@ const factories = {
|
|
|
7207
7260
|
'io.flow.internal.v0.enums.classification_platform': (): io.flow.internal.v0.enums.ClassificationPlatform => faker.helpers.arrayElement(['GlobalE', 'Flow', 'Borderfree']),
|
|
7208
7261
|
'io.flow.internal.v0.enums.classification_type': (): io.flow.internal.v0.enums.ClassificationType => faker.helpers.arrayElement(['None', 'Manual', 'ML']),
|
|
7209
7262
|
'io.flow.internal.v0.enums.clothing_age_classification': (): io.flow.internal.v0.enums.ClothingAgeClassification => faker.helpers.arrayElement(['None', 'AgeKidsGeneral', 'Age0_10', 'Age10_13', 'Age13_14']),
|
|
7210
|
-
'io.flow.internal.v0.enums.colm_item_type': (): io.flow.internal.v0.enums.ColmItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
7211
7263
|
'io.flow.internal.v0.enums.company': (): io.flow.internal.v0.enums.Company => faker.helpers.arrayElement(['globale', 'flow']),
|
|
7212
7264
|
'io.flow.internal.v0.enums.compliance_type': (): io.flow.internal.v0.enums.ComplianceType => faker.helpers.arrayElement(['weee']),
|
|
7213
7265
|
'io.flow.internal.v0.enums.content_element_type': (): io.flow.internal.v0.enums.ContentElementType => faker.helpers.arrayElement(['markdown', 'html', 'plain_text', 'href']),
|
|
@@ -7503,6 +7555,8 @@ const factories = {
|
|
|
7503
7555
|
'unassigned_merchant_guid_deleted',
|
|
7504
7556
|
'partner_tracking_subscription_upserted',
|
|
7505
7557
|
'partner_tracking_subscription_deleted',
|
|
7558
|
+
'spp_tracker_update_request_upserted',
|
|
7559
|
+
'spp_tracker_update_request_deleted',
|
|
7506
7560
|
'internal_authorization_upserted',
|
|
7507
7561
|
'internal_authorization_deleted',
|
|
7508
7562
|
'afterpay_authorization_upserted',
|
|
@@ -8835,6 +8889,23 @@ const factories = {
|
|
|
8835
8889
|
afterpay_refund: factories['io.flow.internal.v0.models.afterpay_refund'](),
|
|
8836
8890
|
}),
|
|
8837
8891
|
|
|
8892
|
+
'io.flow.internal.v0.models.aldo_item': (): io.flow.internal.v0.models.AldoItem => ({
|
|
8893
|
+
id: factories.string(),
|
|
8894
|
+
number: factories.string(),
|
|
8895
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
8896
|
+
description: factories.string(),
|
|
8897
|
+
type: factories['io.flow.internal.v0.enums.aldo_item_type'](),
|
|
8898
|
+
added_on: factories.date_iso_8601(),
|
|
8899
|
+
}),
|
|
8900
|
+
|
|
8901
|
+
'io.flow.internal.v0.models.aldo_item_form': (): io.flow.internal.v0.models.AldoItemForm => ({
|
|
8902
|
+
number: factories.string(),
|
|
8903
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
8904
|
+
description: factories.string(),
|
|
8905
|
+
type: factories['io.flow.internal.v0.enums.aldo_item_type'](),
|
|
8906
|
+
added_on: factories.date_iso_8601(),
|
|
8907
|
+
}),
|
|
8908
|
+
|
|
8838
8909
|
'io.flow.internal.v0.models.alert_error_summary': (): io.flow.internal.v0.models.AlertErrorSummary => ({
|
|
8839
8910
|
event_id: factories.long(),
|
|
8840
8911
|
error: factories.string(),
|
|
@@ -10741,23 +10812,6 @@ const factories = {
|
|
|
10741
10812
|
task: factories.string(),
|
|
10742
10813
|
}),
|
|
10743
10814
|
|
|
10744
|
-
'io.flow.internal.v0.models.colm_item': (): io.flow.internal.v0.models.ColmItem => ({
|
|
10745
|
-
id: factories.string(),
|
|
10746
|
-
number: factories.string(),
|
|
10747
|
-
amount: factories['io.flow.common.v0.models.price'](),
|
|
10748
|
-
description: factories.string(),
|
|
10749
|
-
type: factories['io.flow.internal.v0.enums.colm_item_type'](),
|
|
10750
|
-
added_on: factories.date_iso_8601(),
|
|
10751
|
-
}),
|
|
10752
|
-
|
|
10753
|
-
'io.flow.internal.v0.models.colm_item_form': (): io.flow.internal.v0.models.ColmItemForm => ({
|
|
10754
|
-
number: factories.string(),
|
|
10755
|
-
amount: factories['io.flow.common.v0.models.price'](),
|
|
10756
|
-
description: factories.string(),
|
|
10757
|
-
type: factories['io.flow.internal.v0.enums.colm_item_type'](),
|
|
10758
|
-
added_on: factories.date_iso_8601(),
|
|
10759
|
-
}),
|
|
10760
|
-
|
|
10761
10815
|
'io.flow.internal.v0.models.commercial_invoice_comparison': (): io.flow.internal.v0.models.CommercialInvoiceComparison => ({
|
|
10762
10816
|
urls: arrayOf(() => factories.string()),
|
|
10763
10817
|
}),
|
|
@@ -11155,6 +11209,12 @@ const factories = {
|
|
|
11155
11209
|
transaction_id: factories.string(),
|
|
11156
11210
|
}),
|
|
11157
11211
|
|
|
11212
|
+
'io.flow.internal.v0.models.debug_adjustment': (): io.flow.internal.v0.models.DebugAdjustment => ({
|
|
11213
|
+
transaction_id: factories.string(),
|
|
11214
|
+
original_transaction: factories['io.flow.internal.v0.models.debug_original_transaction_summary'](),
|
|
11215
|
+
description: factories.string(),
|
|
11216
|
+
}),
|
|
11217
|
+
|
|
11158
11218
|
'io.flow.internal.v0.models.debug_banking_details': (): io.flow.internal.v0.models.DebugBankingDetails => ({
|
|
11159
11219
|
merchant: factories['io.flow.internal.v0.models.merchant_details'](),
|
|
11160
11220
|
account: factories['io.flow.internal.v0.models.bank_account'](),
|
|
@@ -11172,6 +11232,7 @@ const factories = {
|
|
|
11172
11232
|
),
|
|
11173
11233
|
|
|
11174
11234
|
allocation: factories['io.flow.experience.v0.models.allocation_v2'](),
|
|
11235
|
+
adjustments: arrayOf(() => factories['io.flow.internal.v0.models.debug_adjustment']()),
|
|
11175
11236
|
}),
|
|
11176
11237
|
|
|
11177
11238
|
'io.flow.internal.v0.models.debug_fulfillment_delta': (): io.flow.internal.v0.models.DebugFulfillmentDelta => ({
|
|
@@ -11186,6 +11247,7 @@ const factories = {
|
|
|
11186
11247
|
carrier_tracking_number: factories.string(),
|
|
11187
11248
|
label_tracking_summary_id: factories.string(),
|
|
11188
11249
|
label_id: factories.string(),
|
|
11250
|
+
cost_estimate: factories['io.flow.label.v0.models.shipping_label_hop_summary'](),
|
|
11189
11251
|
|
|
11190
11252
|
transactions: arrayOf(
|
|
11191
11253
|
() => factories['io.flow.internal.v0.models.debug_label_transaction_summary'](),
|
|
@@ -11209,11 +11271,20 @@ const factories = {
|
|
|
11209
11271
|
'io.flow.internal.v0.models.debug_order_transaction': (): io.flow.internal.v0.models.DebugOrderTransaction => ({
|
|
11210
11272
|
order: factories['io.flow.internal.v0.models.debug_order'](),
|
|
11211
11273
|
debug: factories['io.flow.internal.v0.models.debug_details'](),
|
|
11212
|
-
|
|
11274
|
+
|
|
11275
|
+
transactions: arrayOf(
|
|
11276
|
+
() => factories['io.flow.internal.v0.models.debug_order_transaction_details'](),
|
|
11277
|
+
),
|
|
11278
|
+
|
|
11213
11279
|
reporting: factories['io.flow.internal.v0.models.reporting_details'](),
|
|
11214
11280
|
banking: factories['io.flow.internal.v0.models.debug_banking_details'](),
|
|
11215
11281
|
}),
|
|
11216
11282
|
|
|
11283
|
+
'io.flow.internal.v0.models.debug_order_transaction_details': (): io.flow.internal.v0.models.DebugOrderTransactionDetails => ({
|
|
11284
|
+
transaction: factories['io.flow.billing.v0.models.transaction'](),
|
|
11285
|
+
payout_details: factories['io.flow.billing.v0.unions.payout_status'](),
|
|
11286
|
+
}),
|
|
11287
|
+
|
|
11217
11288
|
'io.flow.internal.v0.models.debug_order_transaction_form': (): io.flow.internal.v0.models.DebugOrderTransactionForm => ({
|
|
11218
11289
|
order_id: factories.string(),
|
|
11219
11290
|
organization_id: factories.string(),
|
|
@@ -11235,6 +11306,11 @@ const factories = {
|
|
|
11235
11306
|
value: factories.string(),
|
|
11236
11307
|
}),
|
|
11237
11308
|
|
|
11309
|
+
'io.flow.internal.v0.models.debug_original_transaction_summary': (): io.flow.internal.v0.models.DebugOriginalTransactionSummary => ({
|
|
11310
|
+
id: factories.string(),
|
|
11311
|
+
source: factories['io.flow.billing.v0.enums.transaction_source'](),
|
|
11312
|
+
}),
|
|
11313
|
+
|
|
11238
11314
|
'io.flow.internal.v0.models.debug_payment_transaction_summary': (): io.flow.internal.v0.models.DebugPaymentTransactionSummary => ({
|
|
11239
11315
|
id: factories.string(),
|
|
11240
11316
|
type: factories.string(),
|
|
@@ -11373,6 +11449,10 @@ const factories = {
|
|
|
11373
11449
|
pickup_name: factories.string(),
|
|
11374
11450
|
}),
|
|
11375
11451
|
|
|
11452
|
+
'io.flow.internal.v0.models.dhl_ecommerce_webhook': (): io.flow.internal.v0.models.DhlEcommerceWebhook => ({
|
|
11453
|
+
placeholder: factories.boolean(),
|
|
11454
|
+
}),
|
|
11455
|
+
|
|
11376
11456
|
'io.flow.internal.v0.models.dict': (): io.flow.internal.v0.models.Dict => ({
|
|
11377
11457
|
discriminator: 'dict',
|
|
11378
11458
|
label: factories['io.flow.internal.v0.models.content_label'](),
|
|
@@ -16835,6 +16915,12 @@ const factories = {
|
|
|
16835
16915
|
updated_at: factories.date_time_iso_8601(),
|
|
16836
16916
|
}),
|
|
16837
16917
|
|
|
16918
|
+
'io.flow.internal.v0.models.psp_routing_distribution_revision_form': (): io.flow.internal.v0.models.PspRoutingDistributionRevisionForm => ({
|
|
16919
|
+
previous_revision: factories.string(),
|
|
16920
|
+
description: factories.string(),
|
|
16921
|
+
psp_routing_distributions: arrayOf(() => factories['io.flow.internal.v0.models.psp_routing_distribution']()),
|
|
16922
|
+
}),
|
|
16923
|
+
|
|
16838
16924
|
'io.flow.internal.v0.models.public_hub': (): io.flow.internal.v0.models.PublicHub => ({
|
|
16839
16925
|
id: factories.string(),
|
|
16840
16926
|
code: factories.string(),
|
|
@@ -19127,6 +19213,26 @@ const factories = {
|
|
|
19127
19213
|
spot_rate: factories['io.flow.internal.v0.models.spot_rate'](),
|
|
19128
19214
|
}),
|
|
19129
19215
|
|
|
19216
|
+
'io.flow.internal.v0.models.spp_tracker_update_request': (): io.flow.internal.v0.models.SppTrackerUpdateRequest => ({
|
|
19217
|
+
id: factories.string(),
|
|
19218
|
+
tracking_subscription: factories['io.flow.internal.v0.models.tracking_subscription'](),
|
|
19219
|
+
created_at: factories.date_time_iso_8601(),
|
|
19220
|
+
}),
|
|
19221
|
+
|
|
19222
|
+
'io.flow.internal.v0.models.spp_tracker_update_request_deleted': (): io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted => ({
|
|
19223
|
+
discriminator: 'spp_tracker_update_request_deleted',
|
|
19224
|
+
event_id: factories.string(),
|
|
19225
|
+
timestamp: factories.date_time_iso_8601(),
|
|
19226
|
+
id: factories.string(),
|
|
19227
|
+
}),
|
|
19228
|
+
|
|
19229
|
+
'io.flow.internal.v0.models.spp_tracker_update_request_upserted': (): io.flow.internal.v0.models.SppTrackerUpdateRequestUpserted => ({
|
|
19230
|
+
discriminator: 'spp_tracker_update_request_upserted',
|
|
19231
|
+
event_id: factories.string(),
|
|
19232
|
+
timestamp: factories.date_time_iso_8601(),
|
|
19233
|
+
spp_tracker_update_request: factories['io.flow.internal.v0.models.spp_tracker_update_request'](),
|
|
19234
|
+
}),
|
|
19235
|
+
|
|
19130
19236
|
'io.flow.internal.v0.models.standalone_attachment': (): io.flow.internal.v0.models.StandaloneAttachment => ({
|
|
19131
19237
|
id: factories.string(),
|
|
19132
19238
|
statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
|
|
@@ -20773,6 +20879,8 @@ const factories = {
|
|
|
20773
20879
|
() => factories['io.flow.internal.v0.models.unassigned_merchant_guid_deleted'](),
|
|
20774
20880
|
() => factories['io.flow.internal.v0.models.partner_tracking_subscription_upserted'](),
|
|
20775
20881
|
() => factories['io.flow.internal.v0.models.partner_tracking_subscription_deleted'](),
|
|
20882
|
+
() => factories['io.flow.internal.v0.models.spp_tracker_update_request_upserted'](),
|
|
20883
|
+
() => factories['io.flow.internal.v0.models.spp_tracker_update_request_deleted'](),
|
|
20776
20884
|
() => factories['io.flow.internal.v0.models.internal_authorization_upserted'](),
|
|
20777
20885
|
() => factories['io.flow.internal.v0.models.internal_authorization_deleted'](),
|
|
20778
20886
|
() => factories['io.flow.internal.v0.models.afterpay_authorization_upserted'](),
|
|
@@ -30502,6 +30610,13 @@ const factories = {
|
|
|
30502
30610
|
transfer_group: factories.string(),
|
|
30503
30611
|
}),
|
|
30504
30612
|
|
|
30613
|
+
'io.flow.stripe.v0.models.payment_intents': (): io.flow.stripe.v0.models.PaymentIntents => ({
|
|
30614
|
+
object: factories.string(),
|
|
30615
|
+
data: arrayOf(() => factories['io.flow.stripe.v0.models.payment_intent']()),
|
|
30616
|
+
has_more: factories.boolean(),
|
|
30617
|
+
url: factories.string(),
|
|
30618
|
+
}),
|
|
30619
|
+
|
|
30505
30620
|
'io.flow.stripe.v0.models.payment_method': (): io.flow.stripe.v0.models.PaymentMethod => ({
|
|
30506
30621
|
id: factories.string(),
|
|
30507
30622
|
object: factories.string(),
|
|
@@ -31299,6 +31414,7 @@ const factories = {
|
|
|
31299
31414
|
timestamp: factories.date_time_iso_8601(),
|
|
31300
31415
|
description: factories.string(),
|
|
31301
31416
|
aggregator_status_code: factories.string(),
|
|
31417
|
+
created_at: factories.date_time_iso_8601(),
|
|
31302
31418
|
}),
|
|
31303
31419
|
|
|
31304
31420
|
'io.flow.tracking.v0.models.tracking_event_form': (): io.flow.tracking.v0.models.TrackingEventForm => ({
|
|
@@ -31559,6 +31675,9 @@ export const makeAfterpayCaptureUpserted = () => factories['io.flow.internal.v0.
|
|
|
31559
31675
|
export const makeAfterpayRefund = () => factories['io.flow.internal.v0.models.afterpay_refund']();
|
|
31560
31676
|
export const makeAfterpayRefundDeleted = () => factories['io.flow.internal.v0.models.afterpay_refund_deleted']();
|
|
31561
31677
|
export const makeAfterpayRefundUpserted = () => factories['io.flow.internal.v0.models.afterpay_refund_upserted']();
|
|
31678
|
+
export const makeAldoItem = () => factories['io.flow.internal.v0.models.aldo_item']();
|
|
31679
|
+
export const makeAldoItemForm = () => factories['io.flow.internal.v0.models.aldo_item_form']();
|
|
31680
|
+
export const makeAldoItemType = () => factories['io.flow.internal.v0.enums.aldo_item_type']();
|
|
31562
31681
|
export const makeAlertErrorSummary = () => factories['io.flow.internal.v0.models.alert_error_summary']();
|
|
31563
31682
|
export const makeAlertFailureSummary = () => factories['io.flow.internal.v0.models.alert_failure_summary']();
|
|
31564
31683
|
export const makeAlertFailureSummaryDetail = () => factories['io.flow.internal.v0.models.alert_failure_summary_detail']();
|
|
@@ -31870,9 +31989,6 @@ export const makeClassifiedProductDetail = () => factories['io.flow.internal.v0.
|
|
|
31870
31989
|
export const makeCliLogEntry = () => factories['io.flow.internal.v0.models.cli_log_entry']();
|
|
31871
31990
|
export const makeCliLogEntryForm = () => factories['io.flow.internal.v0.models.cli_log_entry_form']();
|
|
31872
31991
|
export const makeClothingAgeClassification = () => factories['io.flow.internal.v0.enums.clothing_age_classification']();
|
|
31873
|
-
export const makeColmItem = () => factories['io.flow.internal.v0.models.colm_item']();
|
|
31874
|
-
export const makeColmItemForm = () => factories['io.flow.internal.v0.models.colm_item_form']();
|
|
31875
|
-
export const makeColmItemType = () => factories['io.flow.internal.v0.enums.colm_item_type']();
|
|
31876
31992
|
export const makeCommercialInvoiceComparison = () => factories['io.flow.internal.v0.models.commercial_invoice_comparison']();
|
|
31877
31993
|
export const makeCommercialInvoiceInternal = () => factories['io.flow.internal.v0.models.commercial_invoice_internal']();
|
|
31878
31994
|
export const makeCommercialInvoiceInternalDeleted = () => factories['io.flow.internal.v0.models.commercial_invoice_internal_deleted']();
|
|
@@ -31932,6 +32048,7 @@ export const makeDailyValueDeleted = () => factories['io.flow.internal.v0.models
|
|
|
31932
32048
|
export const makeDailyValueUpserted = () => factories['io.flow.internal.v0.models.daily_value_upserted']();
|
|
31933
32049
|
export const makeDebugAccountingTransaction = () => factories['io.flow.internal.v0.models.debug_accounting_transaction']();
|
|
31934
32050
|
export const makeDebugAccountingTransactionType = () => factories['io.flow.internal.v0.enums.debug_accounting_transaction_type']();
|
|
32051
|
+
export const makeDebugAdjustment = () => factories['io.flow.internal.v0.models.debug_adjustment']();
|
|
31935
32052
|
export const makeDebugBankingDetails = () => factories['io.flow.internal.v0.models.debug_banking_details']();
|
|
31936
32053
|
export const makeDebugDetails = () => factories['io.flow.internal.v0.models.debug_details']();
|
|
31937
32054
|
export const makeDebugFulfillmentDelta = () => factories['io.flow.internal.v0.models.debug_fulfillment_delta']();
|
|
@@ -31939,8 +32056,10 @@ export const makeDebugLabel = () => factories['io.flow.internal.v0.models.debug_
|
|
|
31939
32056
|
export const makeDebugLabelTransactionSummary = () => factories['io.flow.internal.v0.models.debug_label_transaction_summary']();
|
|
31940
32057
|
export const makeDebugOrder = () => factories['io.flow.internal.v0.models.debug_order']();
|
|
31941
32058
|
export const makeDebugOrderTransaction = () => factories['io.flow.internal.v0.models.debug_order_transaction']();
|
|
32059
|
+
export const makeDebugOrderTransactionDetails = () => factories['io.flow.internal.v0.models.debug_order_transaction_details']();
|
|
31942
32060
|
export const makeDebugOrderTransactionForm = () => factories['io.flow.internal.v0.models.debug_order_transaction_form']();
|
|
31943
32061
|
export const makeDebugOrderTransactionFormOrderIdentifier = () => factories['io.flow.internal.v0.models.debug_order_transaction_form_order_identifier']();
|
|
32062
|
+
export const makeDebugOriginalTransactionSummary = () => factories['io.flow.internal.v0.models.debug_original_transaction_summary']();
|
|
31944
32063
|
export const makeDebugPaymentTransactionSummary = () => factories['io.flow.internal.v0.models.debug_payment_transaction_summary']();
|
|
31945
32064
|
export const makeDebugTransactionDetails = () => factories['io.flow.internal.v0.models.debug_transaction_details']();
|
|
31946
32065
|
export const makeDebugTransactionDetailsStatus = () => factories['io.flow.internal.v0.models.debug_transaction_details_status']();
|
|
@@ -31966,6 +32085,7 @@ export const makeDeminimisAdjustmentType = () => factories['io.flow.internal.v0.
|
|
|
31966
32085
|
export const makeDestinationError = () => factories['io.flow.internal.v0.models.destination_error']();
|
|
31967
32086
|
export const makeDhl = () => factories['io.flow.internal.v0.models.dhl']();
|
|
31968
32087
|
export const makeDhlEcommerce = () => factories['io.flow.internal.v0.models.dhl_ecommerce']();
|
|
32088
|
+
export const makeDhlEcommerceWebhook = () => factories['io.flow.internal.v0.models.dhl_ecommerce_webhook']();
|
|
31969
32089
|
export const makeDict = () => factories['io.flow.internal.v0.models.dict']();
|
|
31970
32090
|
export const makeDimensionEstimateOpsInput = () => factories['io.flow.internal.v0.models.dimension_estimate_ops_input']();
|
|
31971
32091
|
export const makeDiscount = () => factories['io.flow.internal.v0.models.discount']();
|
|
@@ -32808,6 +32928,7 @@ export const makeProofOfPostingTimeElapsed = () => factories['io.flow.internal.v
|
|
|
32808
32928
|
export const makePspDistribution = () => factories['io.flow.internal.v0.models.psp_distribution']();
|
|
32809
32929
|
export const makePspRoutingDistribution = () => factories['io.flow.internal.v0.models.psp_routing_distribution']();
|
|
32810
32930
|
export const makePspRoutingDistributionRevision = () => factories['io.flow.internal.v0.models.psp_routing_distribution_revision']();
|
|
32931
|
+
export const makePspRoutingDistributionRevisionForm = () => factories['io.flow.internal.v0.models.psp_routing_distribution_revision_form']();
|
|
32811
32932
|
export const makePublicHub = () => factories['io.flow.internal.v0.models.public_hub']();
|
|
32812
32933
|
export const makePublicHubForm = () => factories['io.flow.internal.v0.models.public_hub_form']();
|
|
32813
32934
|
export const makeQuote = () => factories['io.flow.internal.v0.models.quote']();
|
|
@@ -33167,6 +33288,9 @@ export const makeSpotRateMetadataIdentity = () => factories['io.flow.internal.v0
|
|
|
33167
33288
|
export const makeSpotRateMetadataRate = () => factories['io.flow.internal.v0.models.spot_rate_metadata_rate']();
|
|
33168
33289
|
export const makeSpotRateUpserted = () => factories['io.flow.internal.v0.models.spot_rate_upserted']();
|
|
33169
33290
|
export const makeSpotRateVersion = () => factories['io.flow.internal.v0.models.spot_rate_version']();
|
|
33291
|
+
export const makeSppTrackerUpdateRequest = () => factories['io.flow.internal.v0.models.spp_tracker_update_request']();
|
|
33292
|
+
export const makeSppTrackerUpdateRequestDeleted = () => factories['io.flow.internal.v0.models.spp_tracker_update_request_deleted']();
|
|
33293
|
+
export const makeSppTrackerUpdateRequestUpserted = () => factories['io.flow.internal.v0.models.spp_tracker_update_request_upserted']();
|
|
33170
33294
|
export const makeStandaloneAttachment = () => factories['io.flow.internal.v0.models.standalone_attachment']();
|
|
33171
33295
|
export const makeStandaloneAttachmentDeleted = () => factories['io.flow.internal.v0.models.standalone_attachment_deleted']();
|
|
33172
33296
|
export const makeStandaloneAttachmentUpserted = () => factories['io.flow.internal.v0.models.standalone_attachment_upserted']();
|