@flowio/api-internal-factories 0.0.121 → 0.0.123
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 +439 -234
- package/dist/esm/api-internal.js +379 -182
- package/dist/types/api-internal.d.ts +25 -17
- package/package.json +2 -2
- package/src/api-internal.ts +417 -209
package/src/api-internal.ts
CHANGED
|
@@ -802,9 +802,9 @@ const factories = {
|
|
|
802
802
|
'virtual_card_refund',
|
|
803
803
|
'failed_payout',
|
|
804
804
|
'tax_refund',
|
|
805
|
+
'duty_refund',
|
|
805
806
|
'non_l4l_tax_duty_fx',
|
|
806
807
|
'ge_revenue_share',
|
|
807
|
-
'tax_duty_delta',
|
|
808
808
|
]),
|
|
809
809
|
|
|
810
810
|
'io.flow.billing.v0.enums.trueup_source': (): io.flow.billing.v0.enums.TrueupSource => faker.helpers.arrayElement(['flow', 'channel', 'dhl-parcel', 'dhl', 'ups']),
|
|
@@ -2259,6 +2259,9 @@ const factories = {
|
|
|
2259
2259
|
'inch',
|
|
2260
2260
|
'foot',
|
|
2261
2261
|
'cubic_inch',
|
|
2262
|
+
'cubic_foot',
|
|
2263
|
+
'cubic_millimeter',
|
|
2264
|
+
'cubic_centimeter',
|
|
2262
2265
|
'cubic_meter',
|
|
2263
2266
|
'gram',
|
|
2264
2267
|
'kilogram',
|
|
@@ -3029,7 +3032,7 @@ const factories = {
|
|
|
3029
3032
|
'io.flow.experience.v0.enums.order_refund_summary_partial_charged': (): io.flow.experience.v0.enums.OrderRefundSummaryPartialCharged => faker.helpers.arrayElement(['per_item', 'for_order', 'by_value_percentage', 'by_quantity_percentage']),
|
|
3030
3033
|
'io.flow.experience.v0.enums.order_status': (): io.flow.experience.v0.enums.OrderStatus => faker.helpers.arrayElement(['open', 'submitted']),
|
|
3031
3034
|
'io.flow.experience.v0.enums.order_storage': (): io.flow.experience.v0.enums.OrderStorage => faker.helpers.arrayElement(['do_not_persist', 'persist']),
|
|
3032
|
-
'io.flow.experience.v0.enums.order_type': (): io.flow.experience.v0.enums.OrderType => faker.helpers.arrayElement(['standard', 'replacement']),
|
|
3035
|
+
'io.flow.experience.v0.enums.order_type': (): io.flow.experience.v0.enums.OrderType => faker.helpers.arrayElement(['standard', 'replacement', 'edit']),
|
|
3033
3036
|
'io.flow.experience.v0.enums.organization_payment_method_tag': (): io.flow.experience.v0.enums.OrganizationPaymentMethodTag => faker.helpers.arrayElement(['deny']),
|
|
3034
3037
|
'io.flow.experience.v0.enums.payment_method_rule_content_key': (): io.flow.experience.v0.enums.PaymentMethodRuleContentKey => faker.helpers.arrayElement(['description']),
|
|
3035
3038
|
'io.flow.experience.v0.enums.price_facet_boundary': (): io.flow.experience.v0.enums.PriceFacetBoundary => faker.helpers.arrayElement(['min', 'max']),
|
|
@@ -6846,7 +6849,6 @@ const factories = {
|
|
|
6846
6849
|
'tax_refund',
|
|
6847
6850
|
'duty_refund',
|
|
6848
6851
|
'ge_revenue_share',
|
|
6849
|
-
'tax_duty_delta',
|
|
6850
6852
|
]),
|
|
6851
6853
|
|
|
6852
6854
|
'io.flow.internal.v0.enums.calculator_engine': (): io.flow.internal.v0.enums.CalculatorEngine => faker.helpers.arrayElement(['dtce_with_deminimis', 'dtce_with_inclusive_pricing', 'dtce_and_us_tax']),
|
|
@@ -6950,10 +6952,20 @@ const factories = {
|
|
|
6950
6952
|
'io.flow.internal.v0.enums.classification_decision': (): io.flow.internal.v0.enums.ClassificationDecision => faker.helpers.arrayElement(['Accept', 'Reject']),
|
|
6951
6953
|
'io.flow.internal.v0.enums.classification_error_code': (): io.flow.internal.v0.enums.ClassificationErrorCode => faker.helpers.arrayElement(['generic_error']),
|
|
6952
6954
|
'io.flow.internal.v0.enums.classification_platform': (): io.flow.internal.v0.enums.ClassificationPlatform => faker.helpers.arrayElement(['GlobalE', 'Flow', 'Borderfree']),
|
|
6953
|
-
'io.flow.internal.v0.enums.classification_type': (): io.flow.internal.v0.enums.ClassificationType => faker.helpers.arrayElement(['None', 'Manual', 'ML']),
|
|
6955
|
+
'io.flow.internal.v0.enums.classification_type': (): io.flow.internal.v0.enums.ClassificationType => faker.helpers.arrayElement(['None', 'Manual', 'ML', 'System']),
|
|
6954
6956
|
'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']),
|
|
6955
6957
|
'io.flow.internal.v0.enums.company': (): io.flow.internal.v0.enums.Company => faker.helpers.arrayElement(['globale', 'flow']),
|
|
6956
6958
|
'io.flow.internal.v0.enums.compliance_type': (): io.flow.internal.v0.enums.ComplianceType => faker.helpers.arrayElement(['weee']),
|
|
6959
|
+
|
|
6960
|
+
'io.flow.internal.v0.enums.connect_report_transfer_type': (): io.flow.internal.v0.enums.ConnectReportTransferType => faker.helpers.arrayElement([
|
|
6961
|
+
'ManagedMarketsRefundDebit',
|
|
6962
|
+
'ManagedMarketsDutiesAndTaxesAdjustmentDebit',
|
|
6963
|
+
'ManagedMarketsDisputedAmountDebit',
|
|
6964
|
+
'ManagedMarketsChargeCredit',
|
|
6965
|
+
'ManagedMarketsDisputeWonAmountCredit',
|
|
6966
|
+
'ManagedMarketsDutiesAndTaxesAdjustmentCredit',
|
|
6967
|
+
]),
|
|
6968
|
+
|
|
6957
6969
|
'io.flow.internal.v0.enums.content_element_type': (): io.flow.internal.v0.enums.ContentElementType => faker.helpers.arrayElement(['markdown', 'html', 'plain_text', 'href']),
|
|
6958
6970
|
'io.flow.internal.v0.enums.content_status': (): io.flow.internal.v0.enums.ContentStatus => faker.helpers.arrayElement(['draft', 'live', 'archived']),
|
|
6959
6971
|
'io.flow.internal.v0.enums.content_type': (): io.flow.internal.v0.enums.ContentType => faker.helpers.arrayElement(['text', 'html']),
|
|
@@ -6996,15 +7008,11 @@ const factories = {
|
|
|
6996
7008
|
]),
|
|
6997
7009
|
|
|
6998
7010
|
'io.flow.internal.v0.enums.duty_simple_expression_type': (): io.flow.internal.v0.enums.DutySimpleExpressionType => faker.helpers.arrayElement(['free', 'percent', 'per_uom', 'flat']),
|
|
6999
|
-
'io.flow.internal.v0.enums.duty_transaction_type': (): io.flow.internal.v0.enums.DutyTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'duty']),
|
|
7011
|
+
'io.flow.internal.v0.enums.duty_transaction_type': (): io.flow.internal.v0.enums.DutyTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'duty', 'refund']),
|
|
7000
7012
|
'io.flow.internal.v0.enums.empty_attribute': (): io.flow.internal.v0.enums.EmptyAttribute => faker.helpers.arrayElement(['irrelevant']),
|
|
7001
7013
|
'io.flow.internal.v0.enums.erp_file_type': (): io.flow.internal.v0.enums.ErpFileType => faker.helpers.arrayElement(['vendor']),
|
|
7002
7014
|
|
|
7003
7015
|
'io.flow.internal.v0.enums.event_type': (): io.flow.internal.v0.enums.EventType => faker.helpers.arrayElement([
|
|
7004
|
-
'adjusted_estimates_upserted',
|
|
7005
|
-
'adjusted_estimates_deleted',
|
|
7006
|
-
'shipping_estimate_upserted',
|
|
7007
|
-
'shipping_estimate_deleted',
|
|
7008
7016
|
'adyen_authorization_deleted',
|
|
7009
7017
|
'adyen_authorization_upserted',
|
|
7010
7018
|
'adyen_cancel_deleted',
|
|
@@ -7203,6 +7211,8 @@ const factories = {
|
|
|
7203
7211
|
'order_validation_failure_deleted',
|
|
7204
7212
|
'order_validation_upserted',
|
|
7205
7213
|
'order_validation_deleted',
|
|
7214
|
+
'label_creation_job_upserted',
|
|
7215
|
+
'label_creation_job_deleted',
|
|
7206
7216
|
'label_tracking_summary_upserted',
|
|
7207
7217
|
'label_tracking_summary_deleted',
|
|
7208
7218
|
'logistics_capabilities_upserted',
|
|
@@ -7212,11 +7222,6 @@ const factories = {
|
|
|
7212
7222
|
'order_combined_shipment_deleted',
|
|
7213
7223
|
'order_fulfillment_deleted',
|
|
7214
7224
|
'order_fulfillment_upserted',
|
|
7215
|
-
'order_placed',
|
|
7216
|
-
'ready_to_fulfill',
|
|
7217
|
-
'fulfillment_cancel',
|
|
7218
|
-
'order_shipped',
|
|
7219
|
-
'items_shipped',
|
|
7220
7225
|
'organization_business_entity_deleted',
|
|
7221
7226
|
'organization_business_entity_upserted',
|
|
7222
7227
|
'organization_status_change_upserted',
|
|
@@ -7235,6 +7240,8 @@ const factories = {
|
|
|
7235
7240
|
'partner_tracking_subscription_deleted',
|
|
7236
7241
|
'spp_tracker_update_request_upserted',
|
|
7237
7242
|
'spp_tracker_update_request_deleted',
|
|
7243
|
+
'partner_request_upserted',
|
|
7244
|
+
'partner_request_deleted',
|
|
7238
7245
|
'internal_authorization_upserted',
|
|
7239
7246
|
'internal_authorization_deleted',
|
|
7240
7247
|
'afterpay_authorization_upserted',
|
|
@@ -7332,6 +7339,10 @@ const factories = {
|
|
|
7332
7339
|
'shopify_monitoring_order_monitor_event_deleted',
|
|
7333
7340
|
'shopify_order_fulfillments_snapshot_upserted',
|
|
7334
7341
|
'shopify_order_fulfillments_snapshot_deleted',
|
|
7342
|
+
'shopify_merchant_plan_upserted',
|
|
7343
|
+
'shopify_merchant_plan_deleted',
|
|
7344
|
+
'shopify_dispute_upserted',
|
|
7345
|
+
'shopify_dispute_deleted',
|
|
7335
7346
|
'stripe_authorization_deleted',
|
|
7336
7347
|
'stripe_authorization_upserted',
|
|
7337
7348
|
'stripe_reversal_deleted',
|
|
@@ -7342,6 +7353,8 @@ const factories = {
|
|
|
7342
7353
|
'stripe_refund_upserted',
|
|
7343
7354
|
'stripe_dispute_upserted',
|
|
7344
7355
|
'stripe_dispute_deleted',
|
|
7356
|
+
'stripe_connect_report_record_upserted',
|
|
7357
|
+
'stripe_connect_report_record_deleted',
|
|
7345
7358
|
'liability_remittance_plan_upserted',
|
|
7346
7359
|
'liability_remittance_plan_deleted',
|
|
7347
7360
|
'tracking_processing_error_upserted',
|
|
@@ -7405,8 +7418,9 @@ const factories = {
|
|
|
7405
7418
|
'shopify_webhook',
|
|
7406
7419
|
]),
|
|
7407
7420
|
|
|
7408
|
-
'io.flow.internal.v0.enums.harmonization_decision_source': (): io.flow.internal.v0.enums.HarmonizationDecisionSource => faker.helpers.arrayElement(['human', 'legacy_model', 'enterprise_model']),
|
|
7421
|
+
'io.flow.internal.v0.enums.harmonization_decision_source': (): io.flow.internal.v0.enums.HarmonizationDecisionSource => faker.helpers.arrayElement(['human', 'legacy_model', 'enterprise_model', 'merchant']),
|
|
7409
7422
|
'io.flow.internal.v0.enums.http_method': (): io.flow.internal.v0.enums.HttpMethod => faker.helpers.arrayElement(['get', 'post']),
|
|
7423
|
+
'io.flow.internal.v0.enums.internal_payment_entity_type': (): io.flow.internal.v0.enums.InternalPaymentEntityType => faker.helpers.arrayElement(['authorization', 'capture', 'refund', 'dispute']),
|
|
7410
7424
|
'io.flow.internal.v0.enums.item_classification_action': (): io.flow.internal.v0.enums.ItemClassificationAction => faker.helpers.arrayElement(['ACCEPT', 'MANUAL', 'REJECT']),
|
|
7411
7425
|
|
|
7412
7426
|
'io.flow.internal.v0.enums.item_classification_status': (): io.flow.internal.v0.enums.ItemClassificationStatus => faker.helpers.arrayElement([
|
|
@@ -7476,6 +7490,14 @@ const factories = {
|
|
|
7476
7490
|
'non_fraud_chargeback',
|
|
7477
7491
|
]),
|
|
7478
7492
|
|
|
7493
|
+
'io.flow.internal.v0.enums.merchant_of_record': (): io.flow.internal.v0.enums.MerchantOfRecord => faker.helpers.arrayElement([
|
|
7494
|
+
'global_e_united_states',
|
|
7495
|
+
'global_e_united_kingdom',
|
|
7496
|
+
'global_e_canada',
|
|
7497
|
+
'global_e_netherlands',
|
|
7498
|
+
]),
|
|
7499
|
+
|
|
7500
|
+
'io.flow.internal.v0.enums.merchant_override_status': (): io.flow.internal.v0.enums.MerchantOverrideStatus => faker.helpers.arrayElement(['in_review', 'accepted', 'rejected']),
|
|
7479
7501
|
'io.flow.internal.v0.enums.mixed_bag_weight': (): io.flow.internal.v0.enums.MixedBagWeight => faker.helpers.arrayElement(['0', '1', '2']),
|
|
7480
7502
|
|
|
7481
7503
|
'io.flow.internal.v0.enums.nature_of_sale': (): io.flow.internal.v0.enums.NatureOfSale => faker.helpers.arrayElement([
|
|
@@ -7516,7 +7538,6 @@ const factories = {
|
|
|
7516
7538
|
'dtce',
|
|
7517
7539
|
'restrictions',
|
|
7518
7540
|
'organization_status',
|
|
7519
|
-
'category_constraints',
|
|
7520
7541
|
'miscellaneous',
|
|
7521
7542
|
]),
|
|
7522
7543
|
|
|
@@ -7642,6 +7663,8 @@ const factories = {
|
|
|
7642
7663
|
'suspicious_past_activity',
|
|
7643
7664
|
]),
|
|
7644
7665
|
|
|
7666
|
+
'io.flow.internal.v0.enums.report_file_status': (): io.flow.internal.v0.enums.ReportFileStatus => faker.helpers.arrayElement(['processing', 'failed', 'succeeded']),
|
|
7667
|
+
'io.flow.internal.v0.enums.report_file_type': (): io.flow.internal.v0.enums.ReportFileType => faker.helpers.arrayElement(['stripe_connect_report']),
|
|
7645
7668
|
'io.flow.internal.v0.enums.report_interval': (): io.flow.internal.v0.enums.ReportInterval => faker.helpers.arrayElement(['hourly', 'daily', 'weekly', 'monthly']),
|
|
7646
7669
|
'io.flow.internal.v0.enums.report_payment_type': (): io.flow.internal.v0.enums.ReportPaymentType => faker.helpers.arrayElement(['credit', 'debit']),
|
|
7647
7670
|
'io.flow.internal.v0.enums.report_status': (): io.flow.internal.v0.enums.ReportStatus => faker.helpers.arrayElement(['created', 'completed', 'completed_no_records', 'failed']),
|
|
@@ -8081,29 +8104,6 @@ const factories = {
|
|
|
8081
8104
|
province_code: factories['io.flow.internal.v0.enums.address_configuration_setting_province_code'](),
|
|
8082
8105
|
}),
|
|
8083
8106
|
|
|
8084
|
-
'io.flow.internal.v0.models.adjusted_estimates': (): io.flow.internal.v0.models.AdjustedEstimates => ({
|
|
8085
|
-
id: factories.string(),
|
|
8086
|
-
organization_id: factories.string(),
|
|
8087
|
-
label_id: factories.string(),
|
|
8088
|
-
estimates: arrayOf(() => factories['io.flow.label.v0.models.shipping_label_hop_summary']()),
|
|
8089
|
-
}),
|
|
8090
|
-
|
|
8091
|
-
'io.flow.internal.v0.models.adjusted_estimates_deleted': (): io.flow.internal.v0.models.AdjustedEstimatesDeleted => ({
|
|
8092
|
-
discriminator: 'adjusted_estimates_deleted',
|
|
8093
|
-
event_id: factories.string(),
|
|
8094
|
-
timestamp: factories.date_time_iso_8601(),
|
|
8095
|
-
organization: factories.string(),
|
|
8096
|
-
id: factories.string(),
|
|
8097
|
-
}),
|
|
8098
|
-
|
|
8099
|
-
'io.flow.internal.v0.models.adjusted_estimates_upserted': (): io.flow.internal.v0.models.AdjustedEstimatesUpserted => ({
|
|
8100
|
-
discriminator: 'adjusted_estimates_upserted',
|
|
8101
|
-
event_id: factories.string(),
|
|
8102
|
-
timestamp: factories.date_time_iso_8601(),
|
|
8103
|
-
organization: factories.string(),
|
|
8104
|
-
adjusted_estimates: factories['io.flow.internal.v0.models.adjusted_estimates'](),
|
|
8105
|
-
}),
|
|
8106
|
-
|
|
8107
8107
|
'io.flow.internal.v0.models.adjustment_amount_fixed': (): io.flow.internal.v0.models.AdjustmentAmountFixed => ({
|
|
8108
8108
|
discriminator: 'fixed',
|
|
8109
8109
|
amount: factories['io.flow.common.v0.models.money'](),
|
|
@@ -12335,22 +12335,6 @@ const factories = {
|
|
|
12335
12335
|
vat_registration_number: factories.string(),
|
|
12336
12336
|
}),
|
|
12337
12337
|
|
|
12338
|
-
'io.flow.internal.v0.models.fulfillment_cancel': (): io.flow.internal.v0.models.FulfillmentCancel => ({
|
|
12339
|
-
discriminator: 'fulfillment_cancel',
|
|
12340
|
-
event_id: factories.string(),
|
|
12341
|
-
timestamp: factories.date_time_iso_8601(),
|
|
12342
|
-
organization: factories.string(),
|
|
12343
|
-
order_number: factories.string(),
|
|
12344
|
-
order: factories['io.flow.experience.v0.models.order'](),
|
|
12345
|
-
fulfillments: arrayOf(() => factories['io.flow.order.management.v0.models.fulfillment']()),
|
|
12346
|
-
change_source: factories['io.flow.order.management.v0.enums.order_change_source'](),
|
|
12347
|
-
reason: factories['io.flow.order.management.v0.enums.cancel_reason'](),
|
|
12348
|
-
|
|
12349
|
-
cancelled_lines: arrayOf(
|
|
12350
|
-
() => factories['io.flow.order.management.v0.models.fulfillment_line_cancel_form'](),
|
|
12351
|
-
),
|
|
12352
|
-
}),
|
|
12353
|
-
|
|
12354
12338
|
'io.flow.internal.v0.models.fulfillment_carrier': (): io.flow.internal.v0.models.FulfillmentCarrier => ({
|
|
12355
12339
|
id: factories.string(),
|
|
12356
12340
|
service_id: factories.string(),
|
|
@@ -12437,14 +12421,6 @@ const factories = {
|
|
|
12437
12421
|
id: factories.string(),
|
|
12438
12422
|
}),
|
|
12439
12423
|
|
|
12440
|
-
'io.flow.internal.v0.models.fulfillment_shipment_tracking': (): io.flow.internal.v0.models.FulfillmentShipmentTracking => ({
|
|
12441
|
-
fulfillment_key: factories.string(),
|
|
12442
|
-
flow_tracking_number: factories.string(),
|
|
12443
|
-
carrier_tracking_number: factories.string(),
|
|
12444
|
-
carrier_tracking_url: factories.string(),
|
|
12445
|
-
items: arrayOf(() => factories['io.flow.order.management.v0.models.fulfillment_item']()),
|
|
12446
|
-
}),
|
|
12447
|
-
|
|
12448
12424
|
'io.flow.internal.v0.models.fulfillment_shopper_breakdown': (): io.flow.internal.v0.models.FulfillmentShopperBreakdown => ({
|
|
12449
12425
|
shipping: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
12450
12426
|
fees: factories['io.flow.internal.v0.models.reporting_shopper_fees'](),
|
|
@@ -13198,18 +13174,6 @@ const factories = {
|
|
|
13198
13174
|
values: arrayOf(() => factories.string()),
|
|
13199
13175
|
}),
|
|
13200
13176
|
|
|
13201
|
-
'io.flow.internal.v0.models.items_shipped': (): io.flow.internal.v0.models.ItemsShipped => ({
|
|
13202
|
-
discriminator: 'items_shipped',
|
|
13203
|
-
event_id: factories.string(),
|
|
13204
|
-
timestamp: factories.date_time_iso_8601(),
|
|
13205
|
-
organization: factories.string(),
|
|
13206
|
-
order_number: factories.string(),
|
|
13207
|
-
order: factories['io.flow.experience.v0.models.order'](),
|
|
13208
|
-
fulfillments: arrayOf(() => factories['io.flow.order.management.v0.models.fulfillment']()),
|
|
13209
|
-
flow_tracking_number: factories.string(),
|
|
13210
|
-
shipped_item_values: arrayOf(() => factories['io.flow.internal.v0.models.shipped_item_value']()),
|
|
13211
|
-
}),
|
|
13212
|
-
|
|
13213
13177
|
'io.flow.internal.v0.models.jean_demo_item': (): io.flow.internal.v0.models.JeanDemoItem => ({
|
|
13214
13178
|
id: factories.string(),
|
|
13215
13179
|
name: factories.string(),
|
|
@@ -13280,14 +13244,31 @@ const factories = {
|
|
|
13280
13244
|
service_id: factories.string(),
|
|
13281
13245
|
carrier_tracking_number: factories.string(),
|
|
13282
13246
|
flow_tracking_number: factories.string(),
|
|
13247
|
+
label_id: factories.string(),
|
|
13283
13248
|
errors: arrayOf(() => factories.string()),
|
|
13284
13249
|
}),
|
|
13285
13250
|
|
|
13251
|
+
'io.flow.internal.v0.models.label_creation_job_deleted': (): io.flow.internal.v0.models.LabelCreationJobDeleted => ({
|
|
13252
|
+
discriminator: 'label_creation_job_deleted',
|
|
13253
|
+
event_id: factories.string(),
|
|
13254
|
+
timestamp: factories.date_time_iso_8601(),
|
|
13255
|
+
organization: factories.string(),
|
|
13256
|
+
id: factories.string(),
|
|
13257
|
+
}),
|
|
13258
|
+
|
|
13286
13259
|
'io.flow.internal.v0.models.label_creation_job_summary': (): io.flow.internal.v0.models.LabelCreationJobSummary => ({
|
|
13287
13260
|
reference_id: factories.string(),
|
|
13288
13261
|
status: factories['io.flow.internal.v0.enums.label_creation_status'](),
|
|
13289
13262
|
}),
|
|
13290
13263
|
|
|
13264
|
+
'io.flow.internal.v0.models.label_creation_job_upserted': (): io.flow.internal.v0.models.LabelCreationJobUpserted => ({
|
|
13265
|
+
discriminator: 'label_creation_job_upserted',
|
|
13266
|
+
event_id: factories.string(),
|
|
13267
|
+
timestamp: factories.date_time_iso_8601(),
|
|
13268
|
+
organization: factories.string(),
|
|
13269
|
+
label_creation_job: factories['io.flow.internal.v0.models.label_creation_job'](),
|
|
13270
|
+
}),
|
|
13271
|
+
|
|
13291
13272
|
'io.flow.internal.v0.models.label_creation_request_form': (): io.flow.internal.v0.models.LabelCreationRequestForm => ({
|
|
13292
13273
|
organization: factories.string(),
|
|
13293
13274
|
shipping_label_form: factories['io.flow.label.v0.unions.shipping_label_form'](),
|
|
@@ -13410,6 +13391,7 @@ const factories = {
|
|
|
13410
13391
|
destination_country: factories.string(),
|
|
13411
13392
|
reference_id: factories.string(),
|
|
13412
13393
|
logistics_integration_provider: factories.string(),
|
|
13394
|
+
tax_lrp_liabilities: arrayOf(() => factories['io.flow.internal.v0.models.liability']()),
|
|
13413
13395
|
}),
|
|
13414
13396
|
|
|
13415
13397
|
'io.flow.internal.v0.models.label_summary': (): io.flow.internal.v0.models.LabelSummary => ({
|
|
@@ -13834,6 +13816,7 @@ const factories = {
|
|
|
13834
13816
|
paid_at: factories.date_time_iso_8601(),
|
|
13835
13817
|
posted_at: factories.date_time_iso_8601(),
|
|
13836
13818
|
statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
|
|
13819
|
+
channel_statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
|
|
13837
13820
|
created_at: factories.date_time_iso_8601(),
|
|
13838
13821
|
original_at: factories.date_time_iso_8601(),
|
|
13839
13822
|
}),
|
|
@@ -14044,6 +14027,23 @@ const factories = {
|
|
|
14044
14027
|
currency: factories.string(),
|
|
14045
14028
|
}),
|
|
14046
14029
|
|
|
14030
|
+
'io.flow.internal.v0.models.merchant_override': (): io.flow.internal.v0.models.MerchantOverride => ({
|
|
14031
|
+
id: factories.string(),
|
|
14032
|
+
organization_id: factories.string(),
|
|
14033
|
+
item_number: factories.string(),
|
|
14034
|
+
status: factories['io.flow.internal.v0.enums.merchant_override_status'](),
|
|
14035
|
+
hs6_code: factories.string(),
|
|
14036
|
+
merchant_hs6_code: factories.string(),
|
|
14037
|
+
created_at: factories.date_time_iso_8601(),
|
|
14038
|
+
updated_at: factories.date_time_iso_8601(),
|
|
14039
|
+
updated_by_user_id: factories.string(),
|
|
14040
|
+
}),
|
|
14041
|
+
|
|
14042
|
+
'io.flow.internal.v0.models.merchant_override_decision_form': (): io.flow.internal.v0.models.MerchantOverrideDecisionForm => ({
|
|
14043
|
+
id: factories.string(),
|
|
14044
|
+
status: factories['io.flow.internal.v0.enums.merchant_override_status'](),
|
|
14045
|
+
}),
|
|
14046
|
+
|
|
14047
14047
|
'io.flow.internal.v0.models.merchant_search_result': (): io.flow.internal.v0.models.MerchantSearchResult => ({
|
|
14048
14048
|
organization_id: factories.string(),
|
|
14049
14049
|
shop_name: factories.string(),
|
|
@@ -14432,16 +14432,6 @@ const factories = {
|
|
|
14432
14432
|
placeholder: factories.string(),
|
|
14433
14433
|
}),
|
|
14434
14434
|
|
|
14435
|
-
'io.flow.internal.v0.models.order_placed': (): io.flow.internal.v0.models.OrderPlaced => ({
|
|
14436
|
-
discriminator: 'order_placed',
|
|
14437
|
-
event_id: factories.string(),
|
|
14438
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14439
|
-
organization: factories.string(),
|
|
14440
|
-
order_number: factories.string(),
|
|
14441
|
-
order: factories['io.flow.experience.v0.models.order'](),
|
|
14442
|
-
allocation: factories['io.flow.experience.v0.models.allocation_v2'](),
|
|
14443
|
-
}),
|
|
14444
|
-
|
|
14445
14435
|
'io.flow.internal.v0.models.order_rates_data_v3': (): io.flow.internal.v0.models.OrderRatesDataV3 => ({
|
|
14446
14436
|
organization: factories.string(),
|
|
14447
14437
|
order_id: factories.string(),
|
|
@@ -14500,20 +14490,6 @@ const factories = {
|
|
|
14500
14490
|
to_service_id: factories.string(),
|
|
14501
14491
|
}),
|
|
14502
14492
|
|
|
14503
|
-
'io.flow.internal.v0.models.order_shipped': (): io.flow.internal.v0.models.OrderShipped => ({
|
|
14504
|
-
discriminator: 'order_shipped',
|
|
14505
|
-
event_id: factories.string(),
|
|
14506
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14507
|
-
organization: factories.string(),
|
|
14508
|
-
order_number: factories.string(),
|
|
14509
|
-
order: factories['io.flow.experience.v0.models.order'](),
|
|
14510
|
-
fulfillments: arrayOf(() => factories['io.flow.order.management.v0.models.fulfillment']()),
|
|
14511
|
-
|
|
14512
|
-
shipment_trackings: arrayOf(
|
|
14513
|
-
() => factories['io.flow.internal.v0.models.fulfillment_shipment_tracking'](),
|
|
14514
|
-
),
|
|
14515
|
-
}),
|
|
14516
|
-
|
|
14517
14493
|
'io.flow.internal.v0.models.order_submission_form': (): io.flow.internal.v0.models.OrderSubmissionForm => ({
|
|
14518
14494
|
authorization: factories['io.flow.payment.v0.unions.authorization_form'](),
|
|
14519
14495
|
}),
|
|
@@ -14864,6 +14840,9 @@ const factories = {
|
|
|
14864
14840
|
last_order_submitted_at: factories.date_time_iso_8601(),
|
|
14865
14841
|
matching_positive_keywords: arrayOf(() => factories.string()),
|
|
14866
14842
|
product_categories: arrayOf(() => factories.string()),
|
|
14843
|
+
matching_negative_keywords: arrayOf(() => factories.string()),
|
|
14844
|
+
decisions_user_ids: arrayOf(() => factories.string()),
|
|
14845
|
+
restriction_rule_ids: arrayOf(() => factories.string()),
|
|
14867
14846
|
}),
|
|
14868
14847
|
|
|
14869
14848
|
'io.flow.internal.v0.models.organization_metadata_deleted': (): io.flow.internal.v0.models.OrganizationMetadataDeleted => ({
|
|
@@ -15285,6 +15264,33 @@ const factories = {
|
|
|
15285
15264
|
partner_organization_settings: factories['io.flow.internal.v0.models.partner_organization_settings'](),
|
|
15286
15265
|
}),
|
|
15287
15266
|
|
|
15267
|
+
'io.flow.internal.v0.models.partner_request': (): io.flow.internal.v0.models.PartnerRequest => ({
|
|
15268
|
+
id: factories.string(),
|
|
15269
|
+
partner_id: factories.string(),
|
|
15270
|
+
organization_id: factories.string(),
|
|
15271
|
+
method: factories.string(),
|
|
15272
|
+
path: factories.string(),
|
|
15273
|
+
request_id: factories.string(),
|
|
15274
|
+
parameters: objectOf(() => factories.string()),
|
|
15275
|
+
request_body: factories.object(),
|
|
15276
|
+
response_body: factories.object(),
|
|
15277
|
+
reference_id: factories.string(),
|
|
15278
|
+
}),
|
|
15279
|
+
|
|
15280
|
+
'io.flow.internal.v0.models.partner_request_deleted': (): io.flow.internal.v0.models.PartnerRequestDeleted => ({
|
|
15281
|
+
discriminator: 'partner_request_deleted',
|
|
15282
|
+
event_id: factories.string(),
|
|
15283
|
+
timestamp: factories.date_time_iso_8601(),
|
|
15284
|
+
id: factories.string(),
|
|
15285
|
+
}),
|
|
15286
|
+
|
|
15287
|
+
'io.flow.internal.v0.models.partner_request_upserted': (): io.flow.internal.v0.models.PartnerRequestUpserted => ({
|
|
15288
|
+
discriminator: 'partner_request_upserted',
|
|
15289
|
+
event_id: factories.string(),
|
|
15290
|
+
timestamp: factories.date_time_iso_8601(),
|
|
15291
|
+
partner_request: factories['io.flow.internal.v0.models.partner_request'](),
|
|
15292
|
+
}),
|
|
15293
|
+
|
|
15288
15294
|
'io.flow.internal.v0.models.partner_tracking_subscription_deleted': (): io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted => ({
|
|
15289
15295
|
discriminator: 'partner_tracking_subscription_deleted',
|
|
15290
15296
|
event_id: factories.string(),
|
|
@@ -16433,20 +16439,6 @@ const factories = {
|
|
|
16433
16439
|
summaries: arrayOf(() => factories['io.flow.internal.v0.models.rate_name_summary']()),
|
|
16434
16440
|
}),
|
|
16435
16441
|
|
|
16436
|
-
'io.flow.internal.v0.models.ready_to_fulfill': (): io.flow.internal.v0.models.ReadyToFulfill => ({
|
|
16437
|
-
discriminator: 'ready_to_fulfill',
|
|
16438
|
-
event_id: factories.string(),
|
|
16439
|
-
timestamp: factories.date_time_iso_8601(),
|
|
16440
|
-
organization: factories.string(),
|
|
16441
|
-
order_number: factories.string(),
|
|
16442
|
-
order: factories['io.flow.experience.v0.models.order'](),
|
|
16443
|
-
fulfillments: arrayOf(() => factories['io.flow.order.management.v0.models.fulfillment']()),
|
|
16444
|
-
|
|
16445
|
-
fulfillment_item_allocation_details: arrayOf(
|
|
16446
|
-
() => factories['io.flow.order.management.event.v0.models.fulfillment_item_allocation_details'](),
|
|
16447
|
-
),
|
|
16448
|
-
}),
|
|
16449
|
-
|
|
16450
16442
|
'io.flow.internal.v0.models.rebound_configuration': (): io.flow.internal.v0.models.ReboundConfiguration => ({
|
|
16451
16443
|
id: factories.string(),
|
|
16452
16444
|
login: factories.string(),
|
|
@@ -16525,6 +16517,16 @@ const factories = {
|
|
|
16525
16517
|
account_number: factories.string(),
|
|
16526
16518
|
}),
|
|
16527
16519
|
|
|
16520
|
+
'io.flow.internal.v0.models.report_file': (): io.flow.internal.v0.models.ReportFile => ({
|
|
16521
|
+
id: factories.string(),
|
|
16522
|
+
processor: factories.string(),
|
|
16523
|
+
report_file_type: factories['io.flow.internal.v0.enums.report_file_type'](),
|
|
16524
|
+
merchant_of_record_identifier: factories['io.flow.internal.v0.enums.merchant_of_record'](),
|
|
16525
|
+
file_name: factories.string(),
|
|
16526
|
+
status: factories['io.flow.internal.v0.enums.report_file_status'](),
|
|
16527
|
+
failure_reason: factories.string(),
|
|
16528
|
+
}),
|
|
16529
|
+
|
|
16528
16530
|
'io.flow.internal.v0.models.report_filter': (): io.flow.internal.v0.models.ReportFilter => ({
|
|
16529
16531
|
source_type: factories['io.flow.internal.v0.enums.source_type_filter'](),
|
|
16530
16532
|
}),
|
|
@@ -16567,6 +16569,21 @@ const factories = {
|
|
|
16567
16569
|
created_at: factories.date_time_iso_8601(),
|
|
16568
16570
|
}),
|
|
16569
16571
|
|
|
16572
|
+
'io.flow.internal.v0.models.report_record_error': (): io.flow.internal.v0.models.ReportRecordError => ({
|
|
16573
|
+
id: factories.string(),
|
|
16574
|
+
file_id: factories.string(),
|
|
16575
|
+
line_number: factories.integer(),
|
|
16576
|
+
failure_reason: factories.string(),
|
|
16577
|
+
}),
|
|
16578
|
+
|
|
16579
|
+
'io.flow.internal.v0.models.report_record_retry_queue': (): io.flow.internal.v0.models.ReportRecordRetryQueue => ({
|
|
16580
|
+
id: factories.string(),
|
|
16581
|
+
report_file_type: factories['io.flow.internal.v0.enums.report_file_type'](),
|
|
16582
|
+
type: factories['io.flow.internal.v0.enums.internal_payment_entity_type'](),
|
|
16583
|
+
report_record_id: factories.string(),
|
|
16584
|
+
dependent_source_id: factories.string(),
|
|
16585
|
+
}),
|
|
16586
|
+
|
|
16570
16587
|
'io.flow.internal.v0.models.report_rule_decision': (): io.flow.internal.v0.models.ReportRuleDecision => ({
|
|
16571
16588
|
rule_id: factories.string(),
|
|
16572
16589
|
rule_name: factories.string(),
|
|
@@ -16837,8 +16854,11 @@ const factories = {
|
|
|
16837
16854
|
organization_id: factories.string(),
|
|
16838
16855
|
restriction_product_id: factories.string(),
|
|
16839
16856
|
product_id: factories.string(),
|
|
16857
|
+
item_numbers: arrayOf(() => factories.string()),
|
|
16858
|
+
primary_item_number: factories.string(),
|
|
16840
16859
|
name: factories.string(),
|
|
16841
16860
|
price: factories['io.flow.common.v0.models.price'](),
|
|
16861
|
+
hs_code: factories.string(),
|
|
16842
16862
|
description: factories.string(),
|
|
16843
16863
|
categories: arrayOf(() => factories.string()),
|
|
16844
16864
|
images: arrayOf(() => factories['io.flow.catalog.v0.models.image']()),
|
|
@@ -16856,6 +16876,7 @@ const factories = {
|
|
|
16856
16876
|
user_ids: arrayOf(() => factories.string()),
|
|
16857
16877
|
categories: arrayOf(() => factories.string()),
|
|
16858
16878
|
product_name_query: factories.string(),
|
|
16879
|
+
hs6: factories.string(),
|
|
16859
16880
|
positive_keywords: arrayOf(() => factories.string()),
|
|
16860
16881
|
negative_keywords: arrayOf(() => factories.string()),
|
|
16861
16882
|
product_id: factories.string(),
|
|
@@ -16994,6 +17015,7 @@ const factories = {
|
|
|
16994
17015
|
user_ids: arrayOf(() => factories.string()),
|
|
16995
17016
|
categories: arrayOf(() => factories.string()),
|
|
16996
17017
|
product_name_query: factories.string(),
|
|
17018
|
+
hs6: factories.string(),
|
|
16997
17019
|
product_id: factories.string(),
|
|
16998
17020
|
}),
|
|
16999
17021
|
|
|
@@ -17132,6 +17154,9 @@ const factories = {
|
|
|
17132
17154
|
num_pr_outflow_auto_review_decisions: factories.decimal(),
|
|
17133
17155
|
num_pr_outflow_side_effect_decisions: factories.decimal(),
|
|
17134
17156
|
num_pending_decisions_transacting: factories.decimal(),
|
|
17157
|
+
oldest_insufficient_details_pv_onboarding: factories.date_iso_8601(),
|
|
17158
|
+
oldest_insufficient_details_pv_active: factories.date_iso_8601(),
|
|
17159
|
+
oldest_insufficient_details_pv_transacting: factories.date_iso_8601(),
|
|
17135
17160
|
}),
|
|
17136
17161
|
|
|
17137
17162
|
'io.flow.internal.v0.models.restrictions_dailyops_deleted': (): io.flow.internal.v0.models.RestrictionsDailyopsDeleted => ({
|
|
@@ -17433,29 +17458,6 @@ const factories = {
|
|
|
17433
17458
|
customer_id: factories.string(),
|
|
17434
17459
|
}),
|
|
17435
17460
|
|
|
17436
|
-
'io.flow.internal.v0.models.shipped_item_value': (): io.flow.internal.v0.models.ShippedItemValue => ({
|
|
17437
|
-
item: factories['io.flow.common.v0.models.catalog_item_reference'](),
|
|
17438
|
-
taxes: factories['io.flow.common.v0.models.price_with_base'](),
|
|
17439
|
-
duties: factories['io.flow.common.v0.models.price_with_base'](),
|
|
17440
|
-
total: factories['io.flow.common.v0.models.price_with_base'](),
|
|
17441
|
-
}),
|
|
17442
|
-
|
|
17443
|
-
'io.flow.internal.v0.models.shipping_estimate_deleted': (): io.flow.internal.v0.models.ShippingEstimateDeleted => ({
|
|
17444
|
-
discriminator: 'shipping_estimate_deleted',
|
|
17445
|
-
event_id: factories.string(),
|
|
17446
|
-
timestamp: factories.date_time_iso_8601(),
|
|
17447
|
-
organization: factories.string(),
|
|
17448
|
-
id: factories.string(),
|
|
17449
|
-
}),
|
|
17450
|
-
|
|
17451
|
-
'io.flow.internal.v0.models.shipping_estimate_upserted': (): io.flow.internal.v0.models.ShippingEstimateUpserted => ({
|
|
17452
|
-
discriminator: 'shipping_estimate_upserted',
|
|
17453
|
-
event_id: factories.string(),
|
|
17454
|
-
timestamp: factories.date_time_iso_8601(),
|
|
17455
|
-
organization: factories.string(),
|
|
17456
|
-
estimate: factories['io.flow.label.v0.models.estimate'](),
|
|
17457
|
-
}),
|
|
17458
|
-
|
|
17459
17461
|
'io.flow.internal.v0.models.shipping_lane': (): io.flow.internal.v0.models.ShippingLane => ({
|
|
17460
17462
|
origin: factories.string(),
|
|
17461
17463
|
destination: factories.string(),
|
|
@@ -17503,6 +17505,36 @@ const factories = {
|
|
|
17503
17505
|
code: factories.string(),
|
|
17504
17506
|
}),
|
|
17505
17507
|
|
|
17508
|
+
'io.flow.internal.v0.models.shopify_dispute': (): io.flow.internal.v0.models.ShopifyDispute => ({
|
|
17509
|
+
id: factories.string(),
|
|
17510
|
+
organization_id: factories.string(),
|
|
17511
|
+
authorization_id: factories.string(),
|
|
17512
|
+
amount: factories.decimal(),
|
|
17513
|
+
currency: factories.string(),
|
|
17514
|
+
status: factories.string(),
|
|
17515
|
+
category: factories.string(),
|
|
17516
|
+
attributes: objectOf(() => factories.string()),
|
|
17517
|
+
external_reference_id: factories.string(),
|
|
17518
|
+
issued_at: factories.date_time_iso_8601(),
|
|
17519
|
+
updated_at: factories.date_time_iso_8601(),
|
|
17520
|
+
}),
|
|
17521
|
+
|
|
17522
|
+
'io.flow.internal.v0.models.shopify_dispute_deleted': (): io.flow.internal.v0.models.ShopifyDisputeDeleted => ({
|
|
17523
|
+
discriminator: 'shopify_dispute_deleted',
|
|
17524
|
+
event_id: factories.string(),
|
|
17525
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17526
|
+
organization: factories.string(),
|
|
17527
|
+
id: factories.string(),
|
|
17528
|
+
}),
|
|
17529
|
+
|
|
17530
|
+
'io.flow.internal.v0.models.shopify_dispute_upserted': (): io.flow.internal.v0.models.ShopifyDisputeUpserted => ({
|
|
17531
|
+
discriminator: 'shopify_dispute_upserted',
|
|
17532
|
+
event_id: factories.string(),
|
|
17533
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17534
|
+
organization: factories.string(),
|
|
17535
|
+
dispute: factories['io.flow.internal.v0.models.shopify_dispute'](),
|
|
17536
|
+
}),
|
|
17537
|
+
|
|
17506
17538
|
'io.flow.internal.v0.models.shopify_experience_short_id': (): io.flow.internal.v0.models.ShopifyExperienceShortId => ({
|
|
17507
17539
|
id: factories.string(),
|
|
17508
17540
|
experience: factories['io.flow.experience.v0.models.experience_reference'](),
|
|
@@ -17870,6 +17902,20 @@ const factories = {
|
|
|
17870
17902
|
plan: factories['io.flow.internal.v0.enums.shopify_plan_type'](),
|
|
17871
17903
|
}),
|
|
17872
17904
|
|
|
17905
|
+
'io.flow.internal.v0.models.shopify_merchant_plan_deleted': (): io.flow.internal.v0.models.ShopifyMerchantPlanDeleted => ({
|
|
17906
|
+
discriminator: 'shopify_merchant_plan_deleted',
|
|
17907
|
+
event_id: factories.string(),
|
|
17908
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17909
|
+
id: factories.string(),
|
|
17910
|
+
}),
|
|
17911
|
+
|
|
17912
|
+
'io.flow.internal.v0.models.shopify_merchant_plan_upserted': (): io.flow.internal.v0.models.ShopifyMerchantPlanUpserted => ({
|
|
17913
|
+
discriminator: 'shopify_merchant_plan_upserted',
|
|
17914
|
+
event_id: factories.string(),
|
|
17915
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17916
|
+
shopify_merchant_plan: factories['io.flow.internal.v0.models.shopify_merchant_plan'](),
|
|
17917
|
+
}),
|
|
17918
|
+
|
|
17873
17919
|
'io.flow.internal.v0.models.shopify_metadata': (): io.flow.internal.v0.models.ShopifyMetadata => ({
|
|
17874
17920
|
domain: factories.string(),
|
|
17875
17921
|
myshopify_domain: factories.string(),
|
|
@@ -18644,6 +18690,63 @@ const factories = {
|
|
|
18644
18690
|
capture: factories['io.flow.internal.v0.models.stripe_internal_capture'](),
|
|
18645
18691
|
}),
|
|
18646
18692
|
|
|
18693
|
+
'io.flow.internal.v0.models.stripe_connect_report_record': (): io.flow.internal.v0.models.StripeConnectReportRecord => ({
|
|
18694
|
+
id: factories.string(),
|
|
18695
|
+
file_id: factories.string(),
|
|
18696
|
+
line_number: factories.integer(),
|
|
18697
|
+
created_utc: factories.date_time_iso_8601(),
|
|
18698
|
+
charge_id: factories.string(),
|
|
18699
|
+
payment_intent_id: factories.string(),
|
|
18700
|
+
gross: factories.decimal(),
|
|
18701
|
+
fee: factories.decimal(),
|
|
18702
|
+
net: factories.decimal(),
|
|
18703
|
+
currency: factories.string(),
|
|
18704
|
+
connected_account: factories.string(),
|
|
18705
|
+
reporting_category: factories['io.flow.stripe.v0.unions.connect_report_reporting_category'](),
|
|
18706
|
+
dispute_reason: factories.string(),
|
|
18707
|
+
available_on_utc: factories.date_time_iso_8601(),
|
|
18708
|
+
automatic_payout_effective_at_utc: factories.date_time_iso_8601(),
|
|
18709
|
+
source_id: factories.string(),
|
|
18710
|
+
customer_facing_amount: factories.decimal(),
|
|
18711
|
+
customer_facing_currency: factories.string(),
|
|
18712
|
+
payment_method_type: factories.string(),
|
|
18713
|
+
card_brand: factories.string(),
|
|
18714
|
+
statement_descriptor: factories.string(),
|
|
18715
|
+
payment_metadata: factories['io.flow.internal.v0.models.stripe_connect_report_record_payment_metadata'](),
|
|
18716
|
+
transfer_metadata: factories.object(),
|
|
18717
|
+
}),
|
|
18718
|
+
|
|
18719
|
+
'io.flow.internal.v0.models.stripe_connect_report_record_deleted': (): io.flow.internal.v0.models.StripeConnectReportRecordDeleted => ({
|
|
18720
|
+
discriminator: 'stripe_connect_report_record_deleted',
|
|
18721
|
+
event_id: factories.string(),
|
|
18722
|
+
timestamp: factories.date_time_iso_8601(),
|
|
18723
|
+
id: factories.string(),
|
|
18724
|
+
}),
|
|
18725
|
+
|
|
18726
|
+
'io.flow.internal.v0.models.stripe_connect_report_record_payment_metadata': (): io.flow.internal.v0.models.StripeConnectReportRecordPaymentMetadata => ({
|
|
18727
|
+
shop_id: factories.integer(),
|
|
18728
|
+
shop_plan: factories['io.flow.internal.v0.enums.shopify_plan_type'](),
|
|
18729
|
+
checkout_id: factories.string(),
|
|
18730
|
+
order_id: factories.integer(),
|
|
18731
|
+
order_transaction_id: factories.integer(),
|
|
18732
|
+
transfer_type: factories['io.flow.internal.v0.enums.connect_report_transfer_type'](),
|
|
18733
|
+
transfer_exchange_rate: factories.decimal(),
|
|
18734
|
+
charge_total: factories.integer(),
|
|
18735
|
+
charge_currency: factories.string(),
|
|
18736
|
+
charge_exchange_rate: factories.decimal(),
|
|
18737
|
+
duties: factories.integer(),
|
|
18738
|
+
import_taxes: factories.integer(),
|
|
18739
|
+
mor_fee: factories.integer(),
|
|
18740
|
+
fx_fee: factories.integer(),
|
|
18741
|
+
}),
|
|
18742
|
+
|
|
18743
|
+
'io.flow.internal.v0.models.stripe_connect_report_record_upserted': (): io.flow.internal.v0.models.StripeConnectReportRecordUpserted => ({
|
|
18744
|
+
discriminator: 'stripe_connect_report_record_upserted',
|
|
18745
|
+
event_id: factories.string(),
|
|
18746
|
+
timestamp: factories.date_time_iso_8601(),
|
|
18747
|
+
record: factories['io.flow.internal.v0.models.stripe_connect_report_record'](),
|
|
18748
|
+
}),
|
|
18749
|
+
|
|
18647
18750
|
'io.flow.internal.v0.models.stripe_dispute_deleted': (): io.flow.internal.v0.models.StripeDisputeDeleted => ({
|
|
18648
18751
|
discriminator: 'stripe_dispute_deleted',
|
|
18649
18752
|
event_id: factories.string(),
|
|
@@ -18949,40 +19052,6 @@ const factories = {
|
|
|
18949
19052
|
category_code: factories.string(),
|
|
18950
19053
|
}),
|
|
18951
19054
|
|
|
18952
|
-
'io.flow.internal.v0.models.tax_duty_delta_metadata_actual': (): io.flow.internal.v0.models.TaxDutyDeltaMetadataActual => ({
|
|
18953
|
-
processing: factories['io.flow.internal.v0.models.tax_duty_delta_metadata_actual_processing'](),
|
|
18954
|
-
}),
|
|
18955
|
-
|
|
18956
|
-
'io.flow.internal.v0.models.tax_duty_delta_metadata_actual_processing': (): io.flow.internal.v0.models.TaxDutyDeltaMetadataActualProcessing => ({
|
|
18957
|
-
capture: factories['io.flow.common.v0.models.money'](),
|
|
18958
|
-
fees: factories['io.flow.common.v0.models.money'](),
|
|
18959
|
-
transfer: factories['io.flow.common.v0.models.money'](),
|
|
18960
|
-
total: factories['io.flow.common.v0.models.money'](),
|
|
18961
|
-
}),
|
|
18962
|
-
|
|
18963
|
-
'io.flow.internal.v0.models.tax_duty_delta_metadata_expected': (): io.flow.internal.v0.models.TaxDutyDeltaMetadataExpected => ({
|
|
18964
|
-
processing: factories['io.flow.internal.v0.models.tax_duty_delta_metadata_expected_processing'](),
|
|
18965
|
-
}),
|
|
18966
|
-
|
|
18967
|
-
'io.flow.internal.v0.models.tax_duty_delta_metadata_expected_processing': (): io.flow.internal.v0.models.TaxDutyDeltaMetadataExpectedProcessing => ({
|
|
18968
|
-
tax: factories['io.flow.common.v0.models.money'](),
|
|
18969
|
-
duty: factories['io.flow.common.v0.models.money'](),
|
|
18970
|
-
total: factories['io.flow.common.v0.models.money'](),
|
|
18971
|
-
}),
|
|
18972
|
-
|
|
18973
|
-
'io.flow.internal.v0.models.tax_duty_delta_transaction': (): io.flow.internal.v0.models.TaxDutyDeltaTransaction => ({
|
|
18974
|
-
discriminator: 'tax_duty_delta_transaction',
|
|
18975
|
-
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
18976
|
-
id: factories.string(),
|
|
18977
|
-
type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
|
|
18978
|
-
status: factories['io.flow.internal.v0.enums.billing_transaction_status'](),
|
|
18979
|
-
posted_at: factories.date_time_iso_8601(),
|
|
18980
|
-
value: factories['io.flow.common.v0.models.price'](),
|
|
18981
|
-
description: factories.string(),
|
|
18982
|
-
statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
|
|
18983
|
-
created_at: factories.date_time_iso_8601(),
|
|
18984
|
-
}),
|
|
18985
|
-
|
|
18986
19055
|
'io.flow.internal.v0.models.tax_remittance_transaction': (): io.flow.internal.v0.models.TaxRemittanceTransaction => ({
|
|
18987
19056
|
discriminator: 'tax_remittance_transaction',
|
|
18988
19057
|
order: factories['io.flow.internal.v0.models.billing_order_summary'](),
|
|
@@ -19913,10 +19982,6 @@ const factories = {
|
|
|
19913
19982
|
|
|
19914
19983
|
'io.flow.internal.v0.unions.event': (): io.flow.internal.v0.unions.Event => {
|
|
19915
19984
|
const f = faker.helpers.arrayElement([
|
|
19916
|
-
() => factories['io.flow.internal.v0.models.adjusted_estimates_upserted'](),
|
|
19917
|
-
() => factories['io.flow.internal.v0.models.adjusted_estimates_deleted'](),
|
|
19918
|
-
() => factories['io.flow.internal.v0.models.shipping_estimate_upserted'](),
|
|
19919
|
-
() => factories['io.flow.internal.v0.models.shipping_estimate_deleted'](),
|
|
19920
19985
|
() => factories['io.flow.internal.v0.models.adyen_authorization_deleted'](),
|
|
19921
19986
|
() => factories['io.flow.internal.v0.models.adyen_authorization_upserted'](),
|
|
19922
19987
|
() => factories['io.flow.internal.v0.models.adyen_cancel_deleted'](),
|
|
@@ -20115,6 +20180,8 @@ const factories = {
|
|
|
20115
20180
|
() => factories['io.flow.internal.v0.models.order_validation_failure_deleted'](),
|
|
20116
20181
|
() => factories['io.flow.internal.v0.models.order_validation_upserted'](),
|
|
20117
20182
|
() => factories['io.flow.internal.v0.models.order_validation_deleted'](),
|
|
20183
|
+
() => factories['io.flow.internal.v0.models.label_creation_job_upserted'](),
|
|
20184
|
+
() => factories['io.flow.internal.v0.models.label_creation_job_deleted'](),
|
|
20118
20185
|
() => factories['io.flow.internal.v0.models.label_tracking_summary_upserted'](),
|
|
20119
20186
|
() => factories['io.flow.internal.v0.models.label_tracking_summary_deleted'](),
|
|
20120
20187
|
() => factories['io.flow.internal.v0.models.logistics_capabilities_upserted'](),
|
|
@@ -20124,11 +20191,6 @@ const factories = {
|
|
|
20124
20191
|
() => factories['io.flow.internal.v0.models.order_combined_shipment_deleted'](),
|
|
20125
20192
|
() => factories['io.flow.internal.v0.models.order_fulfillment_deleted'](),
|
|
20126
20193
|
() => factories['io.flow.internal.v0.models.order_fulfillment_upserted'](),
|
|
20127
|
-
() => factories['io.flow.internal.v0.models.order_placed'](),
|
|
20128
|
-
() => factories['io.flow.internal.v0.models.ready_to_fulfill'](),
|
|
20129
|
-
() => factories['io.flow.internal.v0.models.fulfillment_cancel'](),
|
|
20130
|
-
() => factories['io.flow.internal.v0.models.order_shipped'](),
|
|
20131
|
-
() => factories['io.flow.internal.v0.models.items_shipped'](),
|
|
20132
20194
|
() => factories['io.flow.internal.v0.models.organization_business_entity_deleted'](),
|
|
20133
20195
|
() => factories['io.flow.internal.v0.models.organization_business_entity_upserted'](),
|
|
20134
20196
|
() => factories['io.flow.internal.v0.models.organization_status_change_upserted'](),
|
|
@@ -20147,6 +20209,8 @@ const factories = {
|
|
|
20147
20209
|
() => factories['io.flow.internal.v0.models.partner_tracking_subscription_deleted'](),
|
|
20148
20210
|
() => factories['io.flow.internal.v0.models.spp_tracker_update_request_upserted'](),
|
|
20149
20211
|
() => factories['io.flow.internal.v0.models.spp_tracker_update_request_deleted'](),
|
|
20212
|
+
() => factories['io.flow.internal.v0.models.partner_request_upserted'](),
|
|
20213
|
+
() => factories['io.flow.internal.v0.models.partner_request_deleted'](),
|
|
20150
20214
|
() => factories['io.flow.internal.v0.models.internal_authorization_upserted'](),
|
|
20151
20215
|
() => factories['io.flow.internal.v0.models.internal_authorization_deleted'](),
|
|
20152
20216
|
() => factories['io.flow.internal.v0.models.afterpay_authorization_upserted'](),
|
|
@@ -20244,6 +20308,10 @@ const factories = {
|
|
|
20244
20308
|
() => factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_deleted'](),
|
|
20245
20309
|
() => factories['io.flow.internal.v0.models.shopify_order_fulfillments_snapshot_upserted'](),
|
|
20246
20310
|
() => factories['io.flow.internal.v0.models.shopify_order_fulfillments_snapshot_deleted'](),
|
|
20311
|
+
() => factories['io.flow.internal.v0.models.shopify_merchant_plan_upserted'](),
|
|
20312
|
+
() => factories['io.flow.internal.v0.models.shopify_merchant_plan_deleted'](),
|
|
20313
|
+
() => factories['io.flow.internal.v0.models.shopify_dispute_upserted'](),
|
|
20314
|
+
() => factories['io.flow.internal.v0.models.shopify_dispute_deleted'](),
|
|
20247
20315
|
() => factories['io.flow.internal.v0.models.stripe_authorization_deleted'](),
|
|
20248
20316
|
() => factories['io.flow.internal.v0.models.stripe_authorization_upserted'](),
|
|
20249
20317
|
() => factories['io.flow.internal.v0.models.stripe_reversal_deleted'](),
|
|
@@ -20254,6 +20322,8 @@ const factories = {
|
|
|
20254
20322
|
() => factories['io.flow.internal.v0.models.stripe_refund_upserted'](),
|
|
20255
20323
|
() => factories['io.flow.internal.v0.models.stripe_dispute_upserted'](),
|
|
20256
20324
|
() => factories['io.flow.internal.v0.models.stripe_dispute_deleted'](),
|
|
20325
|
+
() => factories['io.flow.internal.v0.models.stripe_connect_report_record_upserted'](),
|
|
20326
|
+
() => factories['io.flow.internal.v0.models.stripe_connect_report_record_deleted'](),
|
|
20257
20327
|
() => factories['io.flow.internal.v0.models.liability_remittance_plan_upserted'](),
|
|
20258
20328
|
() => factories['io.flow.internal.v0.models.liability_remittance_plan_deleted'](),
|
|
20259
20329
|
() => factories['io.flow.internal.v0.models.tracking_processing_error_upserted'](),
|
|
@@ -20775,7 +20845,6 @@ const factories = {
|
|
|
20775
20845
|
() => factories['io.flow.internal.v0.models.carrier_charge_transaction'](),
|
|
20776
20846
|
() => factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction'](),
|
|
20777
20847
|
() => factories['io.flow.internal.v0.models.ge_revenue_share_transaction'](),
|
|
20778
|
-
() => factories['io.flow.internal.v0.models.tax_duty_delta_transaction'](),
|
|
20779
20848
|
]);
|
|
20780
20849
|
|
|
20781
20850
|
return f();
|
|
@@ -21037,8 +21106,6 @@ const factories = {
|
|
|
21037
21106
|
|
|
21038
21107
|
'io.flow.label.v0.enums.cost_estimate_source': (): io.flow.label.v0.enums.CostEstimateSource => faker.helpers.arrayElement(['flow', 'channel']),
|
|
21039
21108
|
'io.flow.label.v0.enums.direction': (): io.flow.label.v0.enums.Direction => faker.helpers.arrayElement(['outbound', 'return']),
|
|
21040
|
-
'io.flow.label.v0.enums.estimate_origin': (): io.flow.label.v0.enums.EstimateOrigin => faker.helpers.arrayElement(['Shopify', 'GlobalE', 'Aftership', 'Carrier']),
|
|
21041
|
-
'io.flow.label.v0.enums.estimate_type': (): io.flow.label.v0.enums.EstimateType => faker.helpers.arrayElement(['Estimated', 'Final']),
|
|
21042
21109
|
|
|
21043
21110
|
'io.flow.label.v0.enums.label_request_method': (): io.flow.label.v0.enums.LabelRequestMethod => faker.helpers.arrayElement([
|
|
21044
21111
|
'flow_web_sync',
|
|
@@ -21152,15 +21219,6 @@ const factories = {
|
|
|
21152
21219
|
shipment_recipient: factories['io.flow.label.v0.enums.shipment_recipient'](),
|
|
21153
21220
|
}),
|
|
21154
21221
|
|
|
21155
|
-
'io.flow.label.v0.models.estimate': (): io.flow.label.v0.models.Estimate => ({
|
|
21156
|
-
id: factories.string(),
|
|
21157
|
-
organization_id: factories.string(),
|
|
21158
|
-
label_id: factories.string(),
|
|
21159
|
-
estimate: factories['io.flow.label.v0.models.shipping_label_hop_summary'](),
|
|
21160
|
-
type: factories['io.flow.label.v0.enums.estimate_type'](),
|
|
21161
|
-
origin: factories['io.flow.label.v0.enums.estimate_origin'](),
|
|
21162
|
-
}),
|
|
21163
|
-
|
|
21164
21222
|
'io.flow.label.v0.models.label_order_summary': (): io.flow.label.v0.models.LabelOrderSummary => ({
|
|
21165
21223
|
id: factories.string(),
|
|
21166
21224
|
number: factories.string(),
|
|
@@ -23283,6 +23341,7 @@ const factories = {
|
|
|
23283
23341
|
'unknown',
|
|
23284
23342
|
]),
|
|
23285
23343
|
|
|
23344
|
+
'io.flow.payment.v0.enums.payment_fee_type': (): io.flow.payment.v0.enums.PaymentFeeType => faker.helpers.arrayElement(['fx', 'mor']),
|
|
23286
23345
|
'io.flow.payment.v0.enums.payment_source_confirmation_action_type': (): io.flow.payment.v0.enums.PaymentSourceConfirmationActionType => faker.helpers.arrayElement(['cvv', 'billing_address', 'number']),
|
|
23287
23346
|
'io.flow.payment.v0.enums.refund_decline_code': (): io.flow.payment.v0.enums.RefundDeclineCode => faker.helpers.arrayElement(['expired', 'insufficient_funds', 'unknown']),
|
|
23288
23347
|
|
|
@@ -23321,6 +23380,16 @@ const factories = {
|
|
|
23321
23380
|
'io.flow.payment.v0.enums.three_d_secure_code': (): io.flow.payment.v0.enums.ThreeDSecureCode => faker.helpers.arrayElement(['verified', 'not_verified', 'failed']),
|
|
23322
23381
|
'io.flow.payment.v0.enums.threeds_two_challenge_viewport': (): io.flow.payment.v0.enums.ThreedsTwoChallengeViewport => faker.helpers.arrayElement(['xxx_small', 'xx_small', 'x_small', 'small', 'fullscreen']),
|
|
23323
23382
|
'io.flow.payment.v0.enums.token_type': (): io.flow.payment.v0.enums.TokenType => faker.helpers.arrayElement(['permanent', 'one_time']),
|
|
23383
|
+
'io.flow.payment.v0.enums.transfer_status': (): io.flow.payment.v0.enums.TransferStatus => faker.helpers.arrayElement(['succeeded', 'canceled']),
|
|
23384
|
+
|
|
23385
|
+
'io.flow.payment.v0.enums.transfer_type': (): io.flow.payment.v0.enums.TransferType => faker.helpers.arrayElement([
|
|
23386
|
+
'payout_to_merchant',
|
|
23387
|
+
'disputed_amount_to_merchant',
|
|
23388
|
+
'duties_and_taxes_adjustment_to_merchant',
|
|
23389
|
+
'disputed_amount_from_merchant',
|
|
23390
|
+
'duties_and_taxes_adjustment_from_merchant',
|
|
23391
|
+
'refund_from_merchant',
|
|
23392
|
+
]),
|
|
23324
23393
|
|
|
23325
23394
|
'io.flow.payment.v0.models.ach_authorization_form': (): io.flow.payment.v0.models.AchAuthorizationForm => ({
|
|
23326
23395
|
discriminator: 'ach_authorization_form',
|
|
@@ -23507,6 +23576,7 @@ const factories = {
|
|
|
23507
23576
|
attributes: objectOf(() => factories.string()),
|
|
23508
23577
|
status: factories['io.flow.payment.v0.enums.capture_status'](),
|
|
23509
23578
|
base: factories['io.flow.common.v0.models.money'](),
|
|
23579
|
+
fees: arrayOf(() => factories['io.flow.payment.v0.models.payment_fee']()),
|
|
23510
23580
|
}),
|
|
23511
23581
|
|
|
23512
23582
|
'io.flow.payment.v0.models.capture_error': (): io.flow.payment.v0.models.CaptureError => ({
|
|
@@ -23532,6 +23602,7 @@ const factories = {
|
|
|
23532
23602
|
}),
|
|
23533
23603
|
|
|
23534
23604
|
'io.flow.payment.v0.models.capture_reference': (): io.flow.payment.v0.models.CaptureReference => ({
|
|
23605
|
+
discriminator: 'capture_reference',
|
|
23535
23606
|
id: factories.string(),
|
|
23536
23607
|
key: factories.string(),
|
|
23537
23608
|
}),
|
|
@@ -23750,11 +23821,28 @@ const factories = {
|
|
|
23750
23821
|
account_holder_name: factories.string(),
|
|
23751
23822
|
}),
|
|
23752
23823
|
|
|
23824
|
+
'io.flow.payment.v0.models.dispute_reference': (): io.flow.payment.v0.models.DisputeReference => ({
|
|
23825
|
+
discriminator: 'dispute_reference',
|
|
23826
|
+
id: factories.string(),
|
|
23827
|
+
key: factories.string(),
|
|
23828
|
+
}),
|
|
23829
|
+
|
|
23830
|
+
'io.flow.payment.v0.models.exchanged_money': (): io.flow.payment.v0.models.ExchangedMoney => ({
|
|
23831
|
+
fx_rate: factories.decimal(),
|
|
23832
|
+
money: factories['io.flow.common.v0.models.money'](),
|
|
23833
|
+
}),
|
|
23834
|
+
|
|
23753
23835
|
'io.flow.payment.v0.models.expiration': (): io.flow.payment.v0.models.Expiration => ({
|
|
23754
23836
|
month: factories.integer(),
|
|
23755
23837
|
year: factories.integer(),
|
|
23756
23838
|
}),
|
|
23757
23839
|
|
|
23840
|
+
'io.flow.payment.v0.models.external_card': (): io.flow.payment.v0.models.ExternalCard => ({
|
|
23841
|
+
discriminator: 'external_card',
|
|
23842
|
+
id: factories.string(),
|
|
23843
|
+
type: factories['io.flow.payment.v0.enums.card_type'](),
|
|
23844
|
+
}),
|
|
23845
|
+
|
|
23758
23846
|
'io.flow.payment.v0.models.google_pay_authorization_payload': (): io.flow.payment.v0.models.GooglePayAuthorizationPayload => ({
|
|
23759
23847
|
discriminator: 'google_pay_authorization_payload',
|
|
23760
23848
|
payload: factories.object(),
|
|
@@ -23894,6 +23982,12 @@ const factories = {
|
|
|
23894
23982
|
codes: arrayOf(() => factories['io.flow.payment.v0.enums.payment_error_code']()),
|
|
23895
23983
|
}),
|
|
23896
23984
|
|
|
23985
|
+
'io.flow.payment.v0.models.payment_fee': (): io.flow.payment.v0.models.PaymentFee => ({
|
|
23986
|
+
type: factories['io.flow.payment.v0.enums.payment_fee_type'](),
|
|
23987
|
+
money: factories['io.flow.common.v0.models.money'](),
|
|
23988
|
+
base: factories['io.flow.common.v0.models.money'](),
|
|
23989
|
+
}),
|
|
23990
|
+
|
|
23897
23991
|
'io.flow.payment.v0.models.payment_payment_request_reference': (): io.flow.payment.v0.models.PaymentPaymentRequestReference => ({
|
|
23898
23992
|
discriminator: 'payment_request',
|
|
23899
23993
|
payment_request_id: factories.string(),
|
|
@@ -24094,6 +24188,7 @@ const factories = {
|
|
|
24094
24188
|
}),
|
|
24095
24189
|
|
|
24096
24190
|
'io.flow.payment.v0.models.refund_reference': (): io.flow.payment.v0.models.RefundReference => ({
|
|
24191
|
+
discriminator: 'refund_reference',
|
|
24097
24192
|
id: factories.string(),
|
|
24098
24193
|
key: factories.string(),
|
|
24099
24194
|
}),
|
|
@@ -24219,6 +24314,17 @@ const factories = {
|
|
|
24219
24314
|
network: factories['io.flow.payment.v0.enums.card_type'](),
|
|
24220
24315
|
}),
|
|
24221
24316
|
|
|
24317
|
+
'io.flow.payment.v0.models.transfer': (): io.flow.payment.v0.models.Transfer => ({
|
|
24318
|
+
id: factories.string(),
|
|
24319
|
+
type: factories['io.flow.payment.v0.enums.transfer_type'](),
|
|
24320
|
+
money: factories['io.flow.common.v0.models.money'](),
|
|
24321
|
+
transferred_money: factories['io.flow.payment.v0.models.exchanged_money'](),
|
|
24322
|
+
status: factories['io.flow.payment.v0.enums.transfer_status'](),
|
|
24323
|
+
created_at: factories.date_time_iso_8601(),
|
|
24324
|
+
reference: factories['io.flow.payment.v0.unions.transfer_reference'](),
|
|
24325
|
+
transferred_at: factories.date_time_iso_8601(),
|
|
24326
|
+
}),
|
|
24327
|
+
|
|
24222
24328
|
'io.flow.payment.v0.models.virtual_card': (): io.flow.payment.v0.models.VirtualCard => ({
|
|
24223
24329
|
id: factories.string(),
|
|
24224
24330
|
key: factories.string(),
|
|
@@ -24374,6 +24480,7 @@ const factories = {
|
|
|
24374
24480
|
() => factories['io.flow.payment.v0.models.card'](),
|
|
24375
24481
|
() => factories['io.flow.payment.v0.models.card_reference'](),
|
|
24376
24482
|
() => factories['io.flow.payment.v0.models.card_summary'](),
|
|
24483
|
+
() => factories['io.flow.payment.v0.models.external_card'](),
|
|
24377
24484
|
]);
|
|
24378
24485
|
|
|
24379
24486
|
return f();
|
|
@@ -24486,6 +24593,16 @@ const factories = {
|
|
|
24486
24593
|
return f();
|
|
24487
24594
|
},
|
|
24488
24595
|
|
|
24596
|
+
'io.flow.payment.v0.unions.transfer_reference': (): io.flow.payment.v0.unions.TransferReference => {
|
|
24597
|
+
const f = faker.helpers.arrayElement([
|
|
24598
|
+
() => factories['io.flow.payment.v0.models.capture_reference'](),
|
|
24599
|
+
() => factories['io.flow.payment.v0.models.refund_reference'](),
|
|
24600
|
+
() => factories['io.flow.payment.v0.models.dispute_reference'](),
|
|
24601
|
+
]);
|
|
24602
|
+
|
|
24603
|
+
return f();
|
|
24604
|
+
},
|
|
24605
|
+
|
|
24489
24606
|
'io.flow.permission.v0.enums.authentication_technique': (): io.flow.permission.v0.enums.AuthenticationTechnique => faker.helpers.arrayElement(['anonymous', 'session', 'token', 'partner_token', 'user']),
|
|
24490
24607
|
'io.flow.permission.v0.enums.flow_behavior': (): io.flow.permission.v0.enums.FlowBehavior => faker.helpers.arrayElement(['view_consumer_data']),
|
|
24491
24608
|
|
|
@@ -24906,6 +25023,7 @@ const factories = {
|
|
|
24906
25023
|
'io.flow.ratecard.v0.models.duties_taxes_paid_surcharge_service_fee': (): io.flow.ratecard.v0.models.DutiesTaxesPaidSurchargeServiceFee => ({
|
|
24907
25024
|
discriminator: 'duties_taxes_paid_surcharge_service_fee',
|
|
24908
25025
|
amount: factories['io.flow.common.v0.models.money'](),
|
|
25026
|
+
destination_countries: arrayOf(() => factories.string()),
|
|
24909
25027
|
starts_at: factories.date_time_iso_8601(),
|
|
24910
25028
|
ends_at: factories.date_time_iso_8601(),
|
|
24911
25029
|
}),
|
|
@@ -25173,6 +25291,8 @@ const factories = {
|
|
|
25173
25291
|
discriminator: 'ratecard_estimate_v4',
|
|
25174
25292
|
hops: arrayOf(() => factories['io.flow.ratecard.v0.models.hop_v2']()),
|
|
25175
25293
|
delivered_duty: factories['io.flow.common.v0.enums.delivered_duty'](),
|
|
25294
|
+
distance_unit_of_measurement: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
25295
|
+
weight_unit_of_measurement: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
25176
25296
|
dimensional_weight: factories['io.flow.common.v0.models.measurement'](),
|
|
25177
25297
|
gravitational_weight: factories['io.flow.common.v0.models.measurement'](),
|
|
25178
25298
|
ratecard_id: factories.string(),
|
|
@@ -29031,6 +29151,60 @@ const factories = {
|
|
|
29031
29151
|
'io.flow.stripe.v0.enums.code_verification_status': (): io.flow.stripe.v0.enums.CodeVerificationStatus => faker.helpers.arrayElement(['pending', 'succeeded', 'failed']),
|
|
29032
29152
|
'io.flow.stripe.v0.enums.confirmation_method': (): io.flow.stripe.v0.enums.ConfirmationMethod => faker.helpers.arrayElement(['automatic', 'manual']),
|
|
29033
29153
|
|
|
29154
|
+
'io.flow.stripe.v0.enums.connect_report_balance_reporting_category': (): io.flow.stripe.v0.enums.ConnectReportBalanceReportingCategory => faker.helpers.arrayElement([
|
|
29155
|
+
'anticipation_repayment',
|
|
29156
|
+
'climate_order_purchase',
|
|
29157
|
+
'climate_order_refund',
|
|
29158
|
+
'contribution',
|
|
29159
|
+
'currency_conversion',
|
|
29160
|
+
'fee',
|
|
29161
|
+
'other_adjustment',
|
|
29162
|
+
'payment_network_reserve_hold',
|
|
29163
|
+
'payment_network_reserve_release',
|
|
29164
|
+
'payout',
|
|
29165
|
+
'payout_minimum_balance_hold',
|
|
29166
|
+
'payout_minimum_balance_release',
|
|
29167
|
+
'payout_reversal',
|
|
29168
|
+
'risk_reserved_funds',
|
|
29169
|
+
'stripe_balance_payment_debit',
|
|
29170
|
+
'stripe_balance_payment_debit_reversal',
|
|
29171
|
+
'topup',
|
|
29172
|
+
'topup_reversal',
|
|
29173
|
+
'unreconciled_customer_funds',
|
|
29174
|
+
]),
|
|
29175
|
+
|
|
29176
|
+
'io.flow.stripe.v0.enums.connect_report_connect_reporting_category': (): io.flow.stripe.v0.enums.ConnectReportConnectReportingCategory => faker.helpers.arrayElement([
|
|
29177
|
+
'advance',
|
|
29178
|
+
'advance_funding',
|
|
29179
|
+
'connect_collection_transfer',
|
|
29180
|
+
'connect_reserved_funds',
|
|
29181
|
+
'platform_earning',
|
|
29182
|
+
'platform_earning_refund',
|
|
29183
|
+
'transfer',
|
|
29184
|
+
'transfer_reversal',
|
|
29185
|
+
]),
|
|
29186
|
+
|
|
29187
|
+
'io.flow.stripe.v0.enums.connect_report_issuing_reporting_category': (): io.flow.stripe.v0.enums.ConnectReportIssuingReportingCategory => faker.helpers.arrayElement([
|
|
29188
|
+
'issuing_authorization_hold',
|
|
29189
|
+
'issuing_authorization_release',
|
|
29190
|
+
'issuing_disbursement',
|
|
29191
|
+
'issuing_dispute',
|
|
29192
|
+
'issuing_dispute_fraud_liability_debit',
|
|
29193
|
+
'issuing_dispute_provisional_credit',
|
|
29194
|
+
'issuing_dispute_provisional_credit_reversal',
|
|
29195
|
+
'issuing_transaction',
|
|
29196
|
+
]),
|
|
29197
|
+
|
|
29198
|
+
'io.flow.stripe.v0.enums.connect_report_payment_reporting_category': (): io.flow.stripe.v0.enums.ConnectReportPaymentReportingCategory => faker.helpers.arrayElement([
|
|
29199
|
+
'charge',
|
|
29200
|
+
'charge_failure',
|
|
29201
|
+
'dispute',
|
|
29202
|
+
'dispute_reversal',
|
|
29203
|
+
'partial_capture_reversal',
|
|
29204
|
+
'refund',
|
|
29205
|
+
'refund_failure',
|
|
29206
|
+
]),
|
|
29207
|
+
|
|
29034
29208
|
'io.flow.stripe.v0.enums.decline_code': (): io.flow.stripe.v0.enums.DeclineCode => faker.helpers.arrayElement([
|
|
29035
29209
|
'approve_with_id',
|
|
29036
29210
|
'call_issuer',
|
|
@@ -30676,6 +30850,24 @@ const factories = {
|
|
|
30676
30850
|
return f();
|
|
30677
30851
|
},
|
|
30678
30852
|
|
|
30853
|
+
'io.flow.stripe.v0.unions.connect_report_reporting_category': (): io.flow.stripe.v0.unions.ConnectReportReportingCategory => {
|
|
30854
|
+
const f = faker.helpers.arrayElement([() => ({
|
|
30855
|
+
discriminator: 'connect_report_payment_reporting_category' as const,
|
|
30856
|
+
value: factories['io.flow.stripe.v0.enums.connect_report_payment_reporting_category'](),
|
|
30857
|
+
}), () => ({
|
|
30858
|
+
discriminator: 'connect_report_balance_reporting_category' as const,
|
|
30859
|
+
value: factories['io.flow.stripe.v0.enums.connect_report_balance_reporting_category'](),
|
|
30860
|
+
}), () => ({
|
|
30861
|
+
discriminator: 'connect_report_issuing_reporting_category' as const,
|
|
30862
|
+
value: factories['io.flow.stripe.v0.enums.connect_report_issuing_reporting_category'](),
|
|
30863
|
+
}), () => ({
|
|
30864
|
+
discriminator: 'connect_report_connect_reporting_category' as const,
|
|
30865
|
+
value: factories['io.flow.stripe.v0.enums.connect_report_connect_reporting_category'](),
|
|
30866
|
+
})]);
|
|
30867
|
+
|
|
30868
|
+
return f();
|
|
30869
|
+
},
|
|
30870
|
+
|
|
30679
30871
|
'io.flow.stripe.v0.unions.payment_method_data': (): io.flow.stripe.v0.unions.PaymentMethodData => {
|
|
30680
30872
|
const f = faker.helpers.arrayElement([
|
|
30681
30873
|
() => factories['io.flow.stripe.v0.models.payment_method_data_card'](),
|
|
@@ -31113,7 +31305,15 @@ const factories = {
|
|
|
31113
31305
|
},
|
|
31114
31306
|
|
|
31115
31307
|
'io.flow.units.v0.enums.unit_of_length': (): io.flow.units.v0.enums.UnitOfLength => faker.helpers.arrayElement(['millimeter', 'centimeter', 'inch', 'foot', 'meter']),
|
|
31116
|
-
|
|
31308
|
+
|
|
31309
|
+
'io.flow.units.v0.enums.unit_of_volume': (): io.flow.units.v0.enums.UnitOfVolume => faker.helpers.arrayElement([
|
|
31310
|
+
'cubic_inch',
|
|
31311
|
+
'cubic_foot',
|
|
31312
|
+
'cubic_millimeter',
|
|
31313
|
+
'cubic_centimeter',
|
|
31314
|
+
'cubic_meter',
|
|
31315
|
+
]),
|
|
31316
|
+
|
|
31117
31317
|
'io.flow.units.v0.enums.unit_of_weight': (): io.flow.units.v0.enums.UnitOfWeight => faker.helpers.arrayElement(['gram', 'kilogram', 'ounce', 'pound']),
|
|
31118
31318
|
};
|
|
31119
31319
|
|
|
@@ -31156,9 +31356,6 @@ export const makeAddressConfigurationProvinceSetting = () => factories['io.flow.
|
|
|
31156
31356
|
export const makeAddressConfigurationSetting = () => factories['io.flow.internal.v0.models.address_configuration_setting']();
|
|
31157
31357
|
export const makeAddressConfigurationSettingForm = () => factories['io.flow.internal.v0.models.address_configuration_setting_form']();
|
|
31158
31358
|
export const makeAddressConfigurationSettingProvinceCode = () => factories['io.flow.internal.v0.enums.address_configuration_setting_province_code']();
|
|
31159
|
-
export const makeAdjustedEstimates = () => factories['io.flow.internal.v0.models.adjusted_estimates']();
|
|
31160
|
-
export const makeAdjustedEstimatesDeleted = () => factories['io.flow.internal.v0.models.adjusted_estimates_deleted']();
|
|
31161
|
-
export const makeAdjustedEstimatesUpserted = () => factories['io.flow.internal.v0.models.adjusted_estimates_upserted']();
|
|
31162
31359
|
export const makeAdjustmentAmount = () => factories['io.flow.internal.v0.unions.adjustment_amount']();
|
|
31163
31360
|
export const makeAdjustmentAmountFixed = () => factories['io.flow.internal.v0.models.adjustment_amount_fixed']();
|
|
31164
31361
|
export const makeAdjustmentAmountPercentage = () => factories['io.flow.internal.v0.models.adjustment_amount_percentage']();
|
|
@@ -31520,6 +31717,7 @@ export const makeComplianceData = () => factories['io.flow.internal.v0.unions.co
|
|
|
31520
31717
|
export const makeComplianceForm = () => factories['io.flow.internal.v0.unions.compliance_form']();
|
|
31521
31718
|
export const makeComplianceType = () => factories['io.flow.internal.v0.enums.compliance_type']();
|
|
31522
31719
|
export const makeComponents = () => factories['io.flow.internal.v0.models.components']();
|
|
31720
|
+
export const makeConnectReportTransferType = () => factories['io.flow.internal.v0.enums.connect_report_transfer_type']();
|
|
31523
31721
|
export const makeConsoleLabelRequestForm = () => factories['io.flow.internal.v0.models.console_label_request_form']();
|
|
31524
31722
|
export const makeConsoleLabelValidationForm = () => factories['io.flow.internal.v0.unions.console_label_validation_form']();
|
|
31525
31723
|
export const makeConsoleMarkUnresolvableForm = () => factories['io.flow.internal.v0.models.console_mark_unresolvable_form']();
|
|
@@ -31818,7 +32016,6 @@ export const makeFuelSurchargeServiceFeePutForm = () => factories['io.flow.inter
|
|
|
31818
32016
|
export const makeFulfillment = () => factories['io.flow.internal.v0.models.fulfillment']();
|
|
31819
32017
|
export const makeFulfillmentActionForm = () => factories['io.flow.internal.v0.models.fulfillment_action_form']();
|
|
31820
32018
|
export const makeFulfillmentBusiness = () => factories['io.flow.internal.v0.models.fulfillment_business']();
|
|
31821
|
-
export const makeFulfillmentCancel = () => factories['io.flow.internal.v0.models.fulfillment_cancel']();
|
|
31822
32019
|
export const makeFulfillmentCarrier = () => factories['io.flow.internal.v0.models.fulfillment_carrier']();
|
|
31823
32020
|
export const makeFulfillmentDeleted = () => factories['io.flow.internal.v0.models.fulfillment_deleted']();
|
|
31824
32021
|
export const makeFulfillmentFallbacks = () => factories['io.flow.internal.v0.models.fulfillment_fallbacks']();
|
|
@@ -31831,7 +32028,6 @@ export const makeFulfillmentProofLabelTrackingReference = () => factories['io.fl
|
|
|
31831
32028
|
export const makeFulfillmentProofOrderCombinedShipmentReference = () => factories['io.flow.internal.v0.models.fulfillment_proof_order_combined_shipment_reference']();
|
|
31832
32029
|
export const makeFulfillmentProofShippingNotificationReference = () => factories['io.flow.internal.v0.models.fulfillment_proof_shipping_notification_reference']();
|
|
31833
32030
|
export const makeFulfillmentReference = () => factories['io.flow.internal.v0.models.fulfillment_reference']();
|
|
31834
|
-
export const makeFulfillmentShipmentTracking = () => factories['io.flow.internal.v0.models.fulfillment_shipment_tracking']();
|
|
31835
32031
|
export const makeFulfillmentShopperBreakdown = () => factories['io.flow.internal.v0.models.fulfillment_shopper_breakdown']();
|
|
31836
32032
|
export const makeFulfillmentSnapshot = () => factories['io.flow.internal.v0.models.fulfillment_snapshot']();
|
|
31837
32033
|
export const makeFulfillmentSubsidyBreakdown = () => factories['io.flow.internal.v0.models.fulfillment_subsidy_breakdown']();
|
|
@@ -31904,6 +32100,7 @@ export const makeInternalFiservAuthorizationDetails = () => factories['io.flow.i
|
|
|
31904
32100
|
export const makeInternalHarmonizationStatistic = () => factories['io.flow.internal.v0.unions.internal_harmonization_statistic']();
|
|
31905
32101
|
export const makeInternalItemForm = () => factories['io.flow.internal.v0.models.internal_item_form']();
|
|
31906
32102
|
export const makeInternalOrder = () => factories['io.flow.internal.v0.models.internal_order']();
|
|
32103
|
+
export const makeInternalPaymentEntityType = () => factories['io.flow.internal.v0.enums.internal_payment_entity_type']();
|
|
31907
32104
|
export const makeInternalPaymentRequest = () => factories['io.flow.internal.v0.models.internal_payment_request']();
|
|
31908
32105
|
export const makeInternalPaymentRequestVerification = () => factories['io.flow.internal.v0.models.internal_payment_request_verification']();
|
|
31909
32106
|
export const makeInternalPaypalAuthorizationDetails = () => factories['io.flow.internal.v0.models.internal_paypal_authorization_details']();
|
|
@@ -31952,7 +32149,6 @@ export const makeItemSalesMarginVersion = () => factories['io.flow.internal.v0.m
|
|
|
31952
32149
|
export const makeItemSummary = () => factories['io.flow.internal.v0.models.item_summary']();
|
|
31953
32150
|
export const makeItemType = () => factories['io.flow.internal.v0.enums.item_type']();
|
|
31954
32151
|
export const makeItemValuesForm = () => factories['io.flow.internal.v0.models.item_values_form']();
|
|
31955
|
-
export const makeItemsShipped = () => factories['io.flow.internal.v0.models.items_shipped']();
|
|
31956
32152
|
export const makeJeanDemoItem = () => factories['io.flow.internal.v0.models.jean_demo_item']();
|
|
31957
32153
|
export const makeKey = () => factories['io.flow.internal.v0.models.key']();
|
|
31958
32154
|
export const makeKeyReference = () => factories['io.flow.internal.v0.models.key_reference']();
|
|
@@ -31968,7 +32164,9 @@ export const makeLabelBillingStrategy = () => factories['io.flow.internal.v0.enu
|
|
|
31968
32164
|
export const makeLabelCancellationError = () => factories['io.flow.internal.v0.models.label_cancellation_error']();
|
|
31969
32165
|
export const makeLabelCancellationErrorCode = () => factories['io.flow.internal.v0.enums.label_cancellation_error_code']();
|
|
31970
32166
|
export const makeLabelCreationJob = () => factories['io.flow.internal.v0.models.label_creation_job']();
|
|
32167
|
+
export const makeLabelCreationJobDeleted = () => factories['io.flow.internal.v0.models.label_creation_job_deleted']();
|
|
31971
32168
|
export const makeLabelCreationJobSummary = () => factories['io.flow.internal.v0.models.label_creation_job_summary']();
|
|
32169
|
+
export const makeLabelCreationJobUpserted = () => factories['io.flow.internal.v0.models.label_creation_job_upserted']();
|
|
31972
32170
|
export const makeLabelCreationRequestForm = () => factories['io.flow.internal.v0.models.label_creation_request_form']();
|
|
31973
32171
|
export const makeLabelCreationStatus = () => factories['io.flow.internal.v0.enums.label_creation_status']();
|
|
31974
32172
|
export const makeLabelDestination = () => factories['io.flow.internal.v0.models.label_destination']();
|
|
@@ -32074,8 +32272,12 @@ export const makeMerchantGuidAssignmentDeleted = () => factories['io.flow.intern
|
|
|
32074
32272
|
export const makeMerchantGuidAssignmentUpserted = () => factories['io.flow.internal.v0.models.merchant_guid_assignment_upserted']();
|
|
32075
32273
|
export const makeMerchantHubOverride = () => factories['io.flow.internal.v0.models.merchant_hub_override']();
|
|
32076
32274
|
export const makeMerchantHubOverrideForm = () => factories['io.flow.internal.v0.models.merchant_hub_override_form']();
|
|
32275
|
+
export const makeMerchantOfRecord = () => factories['io.flow.internal.v0.enums.merchant_of_record']();
|
|
32077
32276
|
export const makeMerchantOfRecordEntitySettings = () => factories['io.flow.internal.v0.models.merchant_of_record_entity_settings']();
|
|
32078
32277
|
export const makeMerchantOfRecordEntitySettingsForm = () => factories['io.flow.internal.v0.models.merchant_of_record_entity_settings_form']();
|
|
32278
|
+
export const makeMerchantOverride = () => factories['io.flow.internal.v0.models.merchant_override']();
|
|
32279
|
+
export const makeMerchantOverrideDecisionForm = () => factories['io.flow.internal.v0.models.merchant_override_decision_form']();
|
|
32280
|
+
export const makeMerchantOverrideStatus = () => factories['io.flow.internal.v0.enums.merchant_override_status']();
|
|
32079
32281
|
export const makeMerchantSearchResult = () => factories['io.flow.internal.v0.models.merchant_search_result']();
|
|
32080
32282
|
export const makeMerchantSubsidies = () => factories['io.flow.internal.v0.models.merchant_subsidies']();
|
|
32081
32283
|
export const makeMerchantSummary = () => factories['io.flow.internal.v0.models.merchant_summary']();
|
|
@@ -32146,7 +32348,6 @@ export const makeOrderLifecycleEvent = () => factories['io.flow.internal.v0.enum
|
|
|
32146
32348
|
export const makeOrderNote = () => factories['io.flow.internal.v0.models.order_note']();
|
|
32147
32349
|
export const makeOrderNoteForm = () => factories['io.flow.internal.v0.models.order_note_form']();
|
|
32148
32350
|
export const makeOrderPaymentAuthorization = () => factories['io.flow.internal.v0.models.order_payment_authorization']();
|
|
32149
|
-
export const makeOrderPlaced = () => factories['io.flow.internal.v0.models.order_placed']();
|
|
32150
32351
|
export const makeOrderRatesDataV3 = () => factories['io.flow.internal.v0.models.order_rates_data_v3']();
|
|
32151
32352
|
export const makeOrderRatesPublishedV3 = () => factories['io.flow.internal.v0.models.order_rates_published_v3']();
|
|
32152
32353
|
export const makeOrderReference = () => factories['io.flow.internal.v0.models.order_reference']();
|
|
@@ -32155,7 +32356,6 @@ export const makeOrderRevenueRegionDataPoint = () => factories['io.flow.internal
|
|
|
32155
32356
|
export const makeOrderRevenueTimelineChart = () => factories['io.flow.internal.v0.models.order_revenue_timeline_chart']();
|
|
32156
32357
|
export const makeOrderRevenueTimelineDataPoint = () => factories['io.flow.internal.v0.models.order_revenue_timeline_data_point']();
|
|
32157
32358
|
export const makeOrderServiceChangeCsvForm = () => factories['io.flow.internal.v0.models.order_service_change_csv_form']();
|
|
32158
|
-
export const makeOrderShipped = () => factories['io.flow.internal.v0.models.order_shipped']();
|
|
32159
32359
|
export const makeOrderSubmissionForm = () => factories['io.flow.internal.v0.models.order_submission_form']();
|
|
32160
32360
|
export const makeOrderSummary = () => factories['io.flow.internal.v0.models.order_summary']();
|
|
32161
32361
|
export const makeOrderTaxAndDutyInclusivitySetting = () => factories['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting']();
|
|
@@ -32267,6 +32467,9 @@ export const makePartnerOrganizationSettings = () => factories['io.flow.internal
|
|
|
32267
32467
|
export const makePartnerOrganizationSettingsDeleted = () => factories['io.flow.internal.v0.models.partner_organization_settings_deleted']();
|
|
32268
32468
|
export const makePartnerOrganizationSettingsForm = () => factories['io.flow.internal.v0.models.partner_organization_settings_form']();
|
|
32269
32469
|
export const makePartnerOrganizationSettingsUpserted = () => factories['io.flow.internal.v0.models.partner_organization_settings_upserted']();
|
|
32470
|
+
export const makePartnerRequest = () => factories['io.flow.internal.v0.models.partner_request']();
|
|
32471
|
+
export const makePartnerRequestDeleted = () => factories['io.flow.internal.v0.models.partner_request_deleted']();
|
|
32472
|
+
export const makePartnerRequestUpserted = () => factories['io.flow.internal.v0.models.partner_request_upserted']();
|
|
32270
32473
|
export const makePartnerTrackingSubscriptionDeleted = () => factories['io.flow.internal.v0.models.partner_tracking_subscription_deleted']();
|
|
32271
32474
|
export const makePartnerTrackingSubscriptionUpserted = () => factories['io.flow.internal.v0.models.partner_tracking_subscription_upserted']();
|
|
32272
32475
|
export const makePassphrase = () => factories['io.flow.internal.v0.models.passphrase']();
|
|
@@ -32437,7 +32640,6 @@ export const makeRatecardStandardConfigurationUpserted = () => factories['io.flo
|
|
|
32437
32640
|
export const makeRatecardStandardSettings = () => factories['io.flow.internal.v0.models.ratecard_standard_settings']();
|
|
32438
32641
|
export const makeRatesChanged = () => factories['io.flow.internal.v0.models.rates_changed']();
|
|
32439
32642
|
export const makeRatesNamesSummary = () => factories['io.flow.internal.v0.models.rates_names_summary']();
|
|
32440
|
-
export const makeReadyToFulfill = () => factories['io.flow.internal.v0.models.ready_to_fulfill']();
|
|
32441
32643
|
export const makeReboundConfiguration = () => factories['io.flow.internal.v0.models.rebound_configuration']();
|
|
32442
32644
|
export const makeReboundConfigurationForm = () => factories['io.flow.internal.v0.models.rebound_configuration_form']();
|
|
32443
32645
|
export const makeReboundConfigurationStatus = () => factories['io.flow.internal.v0.enums.rebound_configuration_status']();
|
|
@@ -32453,6 +32655,9 @@ export const makeReport = () => factories['io.flow.internal.v0.models.report']()
|
|
|
32453
32655
|
export const makeReportAccount = () => factories['io.flow.internal.v0.models.report_account']();
|
|
32454
32656
|
export const makeReportBankAccount = () => factories['io.flow.internal.v0.models.report_bank_account']();
|
|
32455
32657
|
export const makeReportBankAccountCleartext = () => factories['io.flow.internal.v0.models.report_bank_account_cleartext']();
|
|
32658
|
+
export const makeReportFile = () => factories['io.flow.internal.v0.models.report_file']();
|
|
32659
|
+
export const makeReportFileStatus = () => factories['io.flow.internal.v0.enums.report_file_status']();
|
|
32660
|
+
export const makeReportFileType = () => factories['io.flow.internal.v0.enums.report_file_type']();
|
|
32456
32661
|
export const makeReportFilter = () => factories['io.flow.internal.v0.models.report_filter']();
|
|
32457
32662
|
export const makeReportForm = () => factories['io.flow.internal.v0.models.report_form']();
|
|
32458
32663
|
export const makeReportInterval = () => factories['io.flow.internal.v0.enums.report_interval']();
|
|
@@ -32462,6 +32667,8 @@ export const makeReportOrganizationReference = () => factories['io.flow.internal
|
|
|
32462
32667
|
export const makeReportOwner = () => factories['io.flow.internal.v0.models.report_owner']();
|
|
32463
32668
|
export const makeReportPayment = () => factories['io.flow.internal.v0.models.report_payment']();
|
|
32464
32669
|
export const makeReportPaymentType = () => factories['io.flow.internal.v0.enums.report_payment_type']();
|
|
32670
|
+
export const makeReportRecordError = () => factories['io.flow.internal.v0.models.report_record_error']();
|
|
32671
|
+
export const makeReportRecordRetryQueue = () => factories['io.flow.internal.v0.models.report_record_retry_queue']();
|
|
32465
32672
|
export const makeReportRuleDecision = () => factories['io.flow.internal.v0.models.report_rule_decision']();
|
|
32466
32673
|
export const makeReportStatus = () => factories['io.flow.internal.v0.enums.report_status']();
|
|
32467
32674
|
export const makeReportSummary = () => factories['io.flow.internal.v0.models.report_summary']();
|
|
@@ -32588,9 +32795,6 @@ export const makeSessionRollout = () => factories['io.flow.internal.v0.models.se
|
|
|
32588
32795
|
export const makeSessionRolloutForm = () => factories['io.flow.internal.v0.models.session_rollout_form']();
|
|
32589
32796
|
export const makeSetupBlockPutForm = () => factories['io.flow.internal.v0.models.setup_block_put_form']();
|
|
32590
32797
|
export const makeSfExpress = () => factories['io.flow.internal.v0.models.sf_express']();
|
|
32591
|
-
export const makeShippedItemValue = () => factories['io.flow.internal.v0.models.shipped_item_value']();
|
|
32592
|
-
export const makeShippingEstimateDeleted = () => factories['io.flow.internal.v0.models.shipping_estimate_deleted']();
|
|
32593
|
-
export const makeShippingEstimateUpserted = () => factories['io.flow.internal.v0.models.shipping_estimate_upserted']();
|
|
32594
32798
|
export const makeShippingLane = () => factories['io.flow.internal.v0.models.shipping_lane']();
|
|
32595
32799
|
export const makeShippingMethodReference = () => factories['io.flow.internal.v0.models.shipping_method_reference']();
|
|
32596
32800
|
export const makeShop = () => factories['io.flow.internal.v0.models.shop']();
|
|
@@ -32601,6 +32805,9 @@ export const makeShopifyChannelOrganizationTokens = () => factories['io.flow.int
|
|
|
32601
32805
|
export const makeShopifyCheckInventoryError = () => factories['io.flow.internal.v0.models.shopify_check_inventory_error']();
|
|
32602
32806
|
export const makeShopifyCheckInventoryErrorCode = () => factories['io.flow.internal.v0.enums.shopify_check_inventory_error_code']();
|
|
32603
32807
|
export const makeShopifyCodeForm = () => factories['io.flow.internal.v0.models.shopify_code_form']();
|
|
32808
|
+
export const makeShopifyDispute = () => factories['io.flow.internal.v0.models.shopify_dispute']();
|
|
32809
|
+
export const makeShopifyDisputeDeleted = () => factories['io.flow.internal.v0.models.shopify_dispute_deleted']();
|
|
32810
|
+
export const makeShopifyDisputeUpserted = () => factories['io.flow.internal.v0.models.shopify_dispute_upserted']();
|
|
32604
32811
|
export const makeShopifyExperienceShortId = () => factories['io.flow.internal.v0.models.shopify_experience_short_id']();
|
|
32605
32812
|
export const makeShopifyExperienceShortIdDeleted = () => factories['io.flow.internal.v0.models.shopify_experience_short_id_deleted']();
|
|
32606
32813
|
export const makeShopifyExperienceShortIdUpserted = () => factories['io.flow.internal.v0.models.shopify_experience_short_id_upserted']();
|
|
@@ -32659,6 +32866,8 @@ export const makeShopifyMarketsWebhookRegistration = () => factories['io.flow.in
|
|
|
32659
32866
|
export const makeShopifyMarketsWebhookRegistrationDeleted = () => factories['io.flow.internal.v0.models.shopify_markets_webhook_registration_deleted']();
|
|
32660
32867
|
export const makeShopifyMarketsWebhookRegistrationUpserted = () => factories['io.flow.internal.v0.models.shopify_markets_webhook_registration_upserted']();
|
|
32661
32868
|
export const makeShopifyMerchantPlan = () => factories['io.flow.internal.v0.models.shopify_merchant_plan']();
|
|
32869
|
+
export const makeShopifyMerchantPlanDeleted = () => factories['io.flow.internal.v0.models.shopify_merchant_plan_deleted']();
|
|
32870
|
+
export const makeShopifyMerchantPlanUpserted = () => factories['io.flow.internal.v0.models.shopify_merchant_plan_upserted']();
|
|
32662
32871
|
export const makeShopifyMetadata = () => factories['io.flow.internal.v0.models.shopify_metadata']();
|
|
32663
32872
|
export const makeShopifyMonitoringCarrierService = () => factories['io.flow.internal.v0.models.shopify_monitoring_carrier_service']();
|
|
32664
32873
|
export const makeShopifyMonitoringFulfillmentExternal = () => factories['io.flow.internal.v0.models.shopify_monitoring_fulfillment_external']();
|
|
@@ -32790,6 +32999,10 @@ export const makeStripeAuthorizationDeleted = () => factories['io.flow.internal.
|
|
|
32790
32999
|
export const makeStripeAuthorizationUpserted = () => factories['io.flow.internal.v0.models.stripe_authorization_upserted']();
|
|
32791
33000
|
export const makeStripeCaptureDeleted = () => factories['io.flow.internal.v0.models.stripe_capture_deleted']();
|
|
32792
33001
|
export const makeStripeCaptureUpserted = () => factories['io.flow.internal.v0.models.stripe_capture_upserted']();
|
|
33002
|
+
export const makeStripeConnectReportRecord = () => factories['io.flow.internal.v0.models.stripe_connect_report_record']();
|
|
33003
|
+
export const makeStripeConnectReportRecordDeleted = () => factories['io.flow.internal.v0.models.stripe_connect_report_record_deleted']();
|
|
33004
|
+
export const makeStripeConnectReportRecordPaymentMetadata = () => factories['io.flow.internal.v0.models.stripe_connect_report_record_payment_metadata']();
|
|
33005
|
+
export const makeStripeConnectReportRecordUpserted = () => factories['io.flow.internal.v0.models.stripe_connect_report_record_upserted']();
|
|
32793
33006
|
export const makeStripeDisputeDeleted = () => factories['io.flow.internal.v0.models.stripe_dispute_deleted']();
|
|
32794
33007
|
export const makeStripeDisputeUpserted = () => factories['io.flow.internal.v0.models.stripe_dispute_upserted']();
|
|
32795
33008
|
export const makeStripeInternalAuthorization = () => factories['io.flow.internal.v0.models.stripe_internal_authorization']();
|
|
@@ -32834,11 +33047,6 @@ export const makeTaxCalculationErrorCode = () => factories['io.flow.internal.v0.
|
|
|
32834
33047
|
export const makeTaxCalculationForm = () => factories['io.flow.internal.v0.models.tax_calculation_form']();
|
|
32835
33048
|
export const makeTaxCalculationLineItem = () => factories['io.flow.internal.v0.models.tax_calculation_line_item']();
|
|
32836
33049
|
export const makeTaxCalculationLineItemForm = () => factories['io.flow.internal.v0.models.tax_calculation_line_item_form']();
|
|
32837
|
-
export const makeTaxDutyDeltaMetadataActual = () => factories['io.flow.internal.v0.models.tax_duty_delta_metadata_actual']();
|
|
32838
|
-
export const makeTaxDutyDeltaMetadataActualProcessing = () => factories['io.flow.internal.v0.models.tax_duty_delta_metadata_actual_processing']();
|
|
32839
|
-
export const makeTaxDutyDeltaMetadataExpected = () => factories['io.flow.internal.v0.models.tax_duty_delta_metadata_expected']();
|
|
32840
|
-
export const makeTaxDutyDeltaMetadataExpectedProcessing = () => factories['io.flow.internal.v0.models.tax_duty_delta_metadata_expected_processing']();
|
|
32841
|
-
export const makeTaxDutyDeltaTransaction = () => factories['io.flow.internal.v0.models.tax_duty_delta_transaction']();
|
|
32842
33050
|
export const makeTaxParty = () => factories['io.flow.internal.v0.enums.tax_party']();
|
|
32843
33051
|
export const makeTaxRemittanceTransaction = () => factories['io.flow.internal.v0.models.tax_remittance_transaction']();
|
|
32844
33052
|
export const makeTaxRemittanceTransactionDeleted = () => factories['io.flow.internal.v0.models.tax_remittance_transaction_deleted']();
|