@flowio/api-internal-factories 0.0.118 → 0.0.120
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 +643 -606
- package/dist/esm/api-internal.js +567 -502
- package/dist/types/api-internal.d.ts +39 -67
- package/package.json +2 -2
- package/src/api-internal.ts +635 -595
package/src/api-internal.ts
CHANGED
|
@@ -802,6 +802,9 @@ const factories = {
|
|
|
802
802
|
'virtual_card_refund',
|
|
803
803
|
'failed_payout',
|
|
804
804
|
'tax_refund',
|
|
805
|
+
'non_l4l_tax_duty_fx',
|
|
806
|
+
'ge_revenue_share',
|
|
807
|
+
'tax_duty_delta',
|
|
805
808
|
]),
|
|
806
809
|
|
|
807
810
|
'io.flow.billing.v0.enums.trueup_source': (): io.flow.billing.v0.enums.TrueupSource => faker.helpers.arrayElement(['flow', 'channel', 'dhl-parcel', 'dhl', 'ups']),
|
|
@@ -3063,6 +3066,8 @@ const factories = {
|
|
|
3063
3066
|
'total_changed',
|
|
3064
3067
|
]),
|
|
3065
3068
|
|
|
3069
|
+
'io.flow.experience.v0.enums.order_payment_source_type': (): io.flow.experience.v0.enums.OrderPaymentSourceType => faker.helpers.arrayElement(['globale', 'third_party']),
|
|
3070
|
+
|
|
3066
3071
|
'io.flow.experience.v0.enums.order_payment_type': (): io.flow.experience.v0.enums.OrderPaymentType => faker.helpers.arrayElement([
|
|
3067
3072
|
'card',
|
|
3068
3073
|
'online',
|
|
@@ -3757,6 +3762,7 @@ const factories = {
|
|
|
3757
3762
|
),
|
|
3758
3763
|
|
|
3759
3764
|
incoterm_summary: factories['io.flow.experience.v0.models.incoterm_summary'](),
|
|
3765
|
+
payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
|
|
3760
3766
|
}),
|
|
3761
3767
|
|
|
3762
3768
|
'io.flow.experience.v0.models.order_address': (): io.flow.experience.v0.models.OrderAddress => ({
|
|
@@ -3846,6 +3852,7 @@ const factories = {
|
|
|
3846
3852
|
authorization_keys: arrayOf(() => factories.string()),
|
|
3847
3853
|
options: factories['io.flow.experience.v0.models.order_options'](),
|
|
3848
3854
|
device_details: factories['io.flow.payment.v0.unions.device_details'](),
|
|
3855
|
+
payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
|
|
3849
3856
|
}),
|
|
3850
3857
|
|
|
3851
3858
|
'io.flow.experience.v0.models.order_geo': (): io.flow.experience.v0.models.OrderGeo => ({
|
|
@@ -3957,6 +3964,7 @@ const factories = {
|
|
|
3957
3964
|
authorization_keys: arrayOf(() => factories.string()),
|
|
3958
3965
|
options: factories['io.flow.experience.v0.models.order_options'](),
|
|
3959
3966
|
device_details: factories['io.flow.payment.v0.unions.device_details'](),
|
|
3967
|
+
payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
|
|
3960
3968
|
}),
|
|
3961
3969
|
|
|
3962
3970
|
'io.flow.experience.v0.models.order_reference': (): io.flow.experience.v0.models.OrderReference => ({
|
|
@@ -6644,6 +6652,7 @@ const factories = {
|
|
|
6644
6652
|
'io.flow.internal.v0.enums.adjustment_transaction_type': (): io.flow.internal.v0.enums.AdjustmentTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal']),
|
|
6645
6653
|
'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']),
|
|
6646
6654
|
'io.flow.internal.v0.enums.aldo_item_type': (): io.flow.internal.v0.enums.AldoItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
6655
|
+
'io.flow.internal.v0.enums.ansh_item_type': (): io.flow.internal.v0.enums.AnshItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
6647
6656
|
'io.flow.internal.v0.enums.any_dangerous_goods': (): io.flow.internal.v0.enums.AnyDangerousGoods => faker.helpers.arrayElement(['yes', 'no', 'i_dont_know']),
|
|
6648
6657
|
'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']),
|
|
6649
6658
|
|
|
@@ -6886,8 +6895,11 @@ const factories = {
|
|
|
6886
6895
|
'duty',
|
|
6887
6896
|
'trueup',
|
|
6888
6897
|
'carrier_charge',
|
|
6898
|
+
'non_l4l_tax_duty_fx',
|
|
6889
6899
|
'tax_refund',
|
|
6890
6900
|
'duty_refund',
|
|
6901
|
+
'ge_revenue_share',
|
|
6902
|
+
'tax_duty_delta',
|
|
6891
6903
|
]),
|
|
6892
6904
|
|
|
6893
6905
|
'io.flow.internal.v0.enums.browser_bundle_error_code': (): io.flow.internal.v0.enums.BrowserBundleErrorCode => faker.helpers.arrayElement(['generic_error', 'country_invalid']),
|
|
@@ -6964,6 +6976,7 @@ const factories = {
|
|
|
6964
6976
|
'electronic_export_information_surcharge',
|
|
6965
6977
|
'additional_handling',
|
|
6966
6978
|
'large_package_surcharge',
|
|
6979
|
+
'peak_surcharge',
|
|
6967
6980
|
]),
|
|
6968
6981
|
|
|
6969
6982
|
'io.flow.internal.v0.enums.chargeback_payment_status': (): io.flow.internal.v0.enums.ChargebackPaymentStatus => faker.helpers.arrayElement(['captured', 'refunded']),
|
|
@@ -7013,7 +7026,7 @@ const factories = {
|
|
|
7013
7026
|
'io.flow.internal.v0.enums.dispute_liability': (): io.flow.internal.v0.enums.DisputeLiability => faker.helpers.arrayElement(['flow', 'organization']),
|
|
7014
7027
|
'io.flow.internal.v0.enums.dispute_processor': (): io.flow.internal.v0.enums.DisputeProcessor => faker.helpers.arrayElement(['adyen', 'paypal', 'stripe']),
|
|
7015
7028
|
'io.flow.internal.v0.enums.dispute_reporting_category': (): io.flow.internal.v0.enums.DisputeReportingCategory => faker.helpers.arrayElement(['charge_issues', 'delivery', 'fraud', 'general', 'product', 'returns']),
|
|
7016
|
-
'io.flow.internal.v0.enums.dispute_status': (): io.flow.internal.v0.enums.DisputeStatus => faker.helpers.arrayElement(['pending', 'won', 'lost', 'expired']),
|
|
7029
|
+
'io.flow.internal.v0.enums.dispute_status': (): io.flow.internal.v0.enums.DisputeStatus => faker.helpers.arrayElement(['pending', 'won', 'lost', 'refunded', 'expired']),
|
|
7017
7030
|
'io.flow.internal.v0.enums.dispute_transaction_type': (): io.flow.internal.v0.enums.DisputeTransactionType => faker.helpers.arrayElement(['adjustment', 'dispute']),
|
|
7018
7031
|
'io.flow.internal.v0.enums.dispute_type': (): io.flow.internal.v0.enums.DisputeType => faker.helpers.arrayElement(['chargeback']),
|
|
7019
7032
|
'io.flow.internal.v0.enums.duty_compound_expression_type': (): io.flow.internal.v0.enums.DutyCompoundExpressionType => faker.helpers.arrayElement(['sum', 'max', 'min']),
|
|
@@ -7056,8 +7069,6 @@ const factories = {
|
|
|
7056
7069
|
'adyen_refund_upserted',
|
|
7057
7070
|
'adyen_dispute_upserted',
|
|
7058
7071
|
'adyen_dispute_deleted',
|
|
7059
|
-
'aldo_item_upserted',
|
|
7060
|
-
'aldo_item_deleted',
|
|
7061
7072
|
'fulfillment_upserted',
|
|
7062
7073
|
'fulfillment_deleted',
|
|
7063
7074
|
'merchant_upserted',
|
|
@@ -7222,7 +7233,6 @@ const factories = {
|
|
|
7222
7233
|
'harmonized_items_hs6_export',
|
|
7223
7234
|
'unharmonized_items_export',
|
|
7224
7235
|
'dutied_items_export',
|
|
7225
|
-
'tariff_codes_export',
|
|
7226
7236
|
'harmonization_phrase_suggestion_request_import',
|
|
7227
7237
|
'harmonization_codes_import',
|
|
7228
7238
|
'item_classification_created',
|
|
@@ -7239,8 +7249,6 @@ const factories = {
|
|
|
7239
7249
|
'rate_freshness_summary_deleted',
|
|
7240
7250
|
'item_harmonization_upserted',
|
|
7241
7251
|
'item_harmonization_deleted',
|
|
7242
|
-
'harmonization_item_classification_upserted',
|
|
7243
|
-
'harmonization_item_classification_deleted',
|
|
7244
7252
|
'harmonization_classification_statistics_published',
|
|
7245
7253
|
'issuer_upserted',
|
|
7246
7254
|
'issuer_deleted',
|
|
@@ -7253,17 +7261,8 @@ const factories = {
|
|
|
7253
7261
|
'order_validation_deleted',
|
|
7254
7262
|
'label_tracking_summary_upserted',
|
|
7255
7263
|
'label_tracking_summary_deleted',
|
|
7256
|
-
'localized_item_upserted_v2',
|
|
7257
|
-
'localized_item_deleted',
|
|
7258
|
-
'localized_item_deleted_v2',
|
|
7259
|
-
'localized_item_snapshot',
|
|
7260
|
-
'localized_price_book_item_upserted',
|
|
7261
|
-
'localized_price_book_item_deleted',
|
|
7262
7264
|
'logistics_capabilities_upserted',
|
|
7263
7265
|
'logistics_capabilities_deleted',
|
|
7264
|
-
'feed_upserted',
|
|
7265
|
-
'feed_deleted',
|
|
7266
|
-
'feeds_export',
|
|
7267
7266
|
'localized_item_prices_export_request',
|
|
7268
7267
|
'optin_prompt_upserted',
|
|
7269
7268
|
'optin_prompt_deleted',
|
|
@@ -7348,6 +7347,10 @@ const factories = {
|
|
|
7348
7347
|
'screening_status_change_deleted',
|
|
7349
7348
|
'restrictions_dailyops_upserted',
|
|
7350
7349
|
'restrictions_dailyops_deleted',
|
|
7350
|
+
'restriction_rule_upserted',
|
|
7351
|
+
'restriction_rule_deleted',
|
|
7352
|
+
'restriction_rule_effect_upserted',
|
|
7353
|
+
'restriction_rule_effect_deleted',
|
|
7351
7354
|
'shopify_shop_upserted',
|
|
7352
7355
|
'shopify_shop_deleted',
|
|
7353
7356
|
'shopify_experience_short_id_upserted',
|
|
@@ -7373,6 +7376,18 @@ const factories = {
|
|
|
7373
7376
|
'shopify_incoterm_summary_error_published',
|
|
7374
7377
|
'shopify_markets_best_selling_product_upserted',
|
|
7375
7378
|
'shopify_markets_best_selling_product_deleted',
|
|
7379
|
+
'shopify_product_create_upserted',
|
|
7380
|
+
'shopify_product_create_deleted',
|
|
7381
|
+
'shopify_product_update_upserted',
|
|
7382
|
+
'shopify_product_update_deleted',
|
|
7383
|
+
'shopify_product_delete_upserted',
|
|
7384
|
+
'shopify_product_delete_deleted',
|
|
7385
|
+
'shopify_inventory_item_create_upserted',
|
|
7386
|
+
'shopify_inventory_item_create_deleted',
|
|
7387
|
+
'shopify_inventory_item_update_upserted',
|
|
7388
|
+
'shopify_inventory_item_update_deleted',
|
|
7389
|
+
'shopify_inventory_item_delete_upserted',
|
|
7390
|
+
'shopify_inventory_item_delete_deleted',
|
|
7376
7391
|
'shopify_monitoring_order_monitor_event_upserted',
|
|
7377
7392
|
'shopify_monitoring_order_monitor_event_deleted',
|
|
7378
7393
|
'shopify_order_fulfillments_snapshot_upserted',
|
|
@@ -7447,6 +7462,7 @@ const factories = {
|
|
|
7447
7462
|
'shopify_location',
|
|
7448
7463
|
'shopify_order',
|
|
7449
7464
|
'sync_product_catalog',
|
|
7465
|
+
'shopify_webhook',
|
|
7450
7466
|
]),
|
|
7451
7467
|
|
|
7452
7468
|
'io.flow.internal.v0.enums.harmonization_decision_source': (): io.flow.internal.v0.enums.HarmonizationDecisionSource => faker.helpers.arrayElement(['human', 'legacy_model', 'enterprise_model']),
|
|
@@ -7475,6 +7491,8 @@ const factories = {
|
|
|
7475
7491
|
'io.flow.internal.v0.enums.label_billing_strategy': (): io.flow.internal.v0.enums.LabelBillingStrategy => faker.helpers.arrayElement(['quote', 'carrier']),
|
|
7476
7492
|
'io.flow.internal.v0.enums.label_cancellation_error_code': (): io.flow.internal.v0.enums.LabelCancellationErrorCode => faker.helpers.arrayElement(['already_used', 'carrier_unsupported']),
|
|
7477
7493
|
'io.flow.internal.v0.enums.label_creation_status': (): io.flow.internal.v0.enums.LabelCreationStatus => faker.helpers.arrayElement(['success', 'error', 'pending', 'cancelled']),
|
|
7494
|
+
'io.flow.internal.v0.enums.label_event_medium': (): io.flow.internal.v0.enums.LabelEventMedium => faker.helpers.arrayElement(['webhook', 'pull', 'post']),
|
|
7495
|
+
'io.flow.internal.v0.enums.label_event_source': (): io.flow.internal.v0.enums.LabelEventSource => faker.helpers.arrayElement(['aftership', 'carrier', 'flow']),
|
|
7478
7496
|
|
|
7479
7497
|
'io.flow.internal.v0.enums.label_request_error_handling_responsibility': (): io.flow.internal.v0.enums.LabelRequestErrorHandlingResponsibility => faker.helpers.arrayElement([
|
|
7480
7498
|
'merchant',
|
|
@@ -7484,6 +7502,7 @@ const factories = {
|
|
|
7484
7502
|
'globale_address_repair',
|
|
7485
7503
|
'merchant_operations',
|
|
7486
7504
|
'globale_system',
|
|
7505
|
+
'carrier',
|
|
7487
7506
|
]),
|
|
7488
7507
|
|
|
7489
7508
|
'io.flow.internal.v0.enums.label_request_result_organization_type': (): io.flow.internal.v0.enums.LabelRequestResultOrganizationType => faker.helpers.arrayElement(['all', 'legacy_production', 'managed_markets_production', 'sandbox']),
|
|
@@ -7517,58 +7536,6 @@ const factories = {
|
|
|
7517
7536
|
'non_fraud_chargeback',
|
|
7518
7537
|
]),
|
|
7519
7538
|
|
|
7520
|
-
'io.flow.internal.v0.enums.marketing_gateway_account_connection_status': (): io.flow.internal.v0.enums.MarketingGatewayAccountConnectionStatus => faker.helpers.arrayElement([
|
|
7521
|
-
'not_connected',
|
|
7522
|
-
'connecting',
|
|
7523
|
-
'connected',
|
|
7524
|
-
'disconnecting',
|
|
7525
|
-
'disconnected',
|
|
7526
|
-
]),
|
|
7527
|
-
|
|
7528
|
-
'io.flow.internal.v0.enums.marketing_gateway_channel_integration_type': (): io.flow.internal.v0.enums.MarketingGatewayChannelIntegrationType => faker.helpers.arrayElement(['automated', 'manual']),
|
|
7529
|
-
|
|
7530
|
-
'io.flow.internal.v0.enums.marketing_gateway_channel_status': (): io.flow.internal.v0.enums.MarketingGatewayChannelStatus => faker.helpers.arrayElement([
|
|
7531
|
-
'not_connected',
|
|
7532
|
-
'connecting',
|
|
7533
|
-
'connected',
|
|
7534
|
-
'disconnecting',
|
|
7535
|
-
'disconnected',
|
|
7536
|
-
'unavailable',
|
|
7537
|
-
]),
|
|
7538
|
-
|
|
7539
|
-
'io.flow.internal.v0.enums.marketing_gateway_error_code': (): io.flow.internal.v0.enums.MarketingGatewayErrorCode => faker.helpers.arrayElement([
|
|
7540
|
-
'generic_error',
|
|
7541
|
-
'google_api_error',
|
|
7542
|
-
'facebook_api_error',
|
|
7543
|
-
'invalid_oauth_token_error',
|
|
7544
|
-
]),
|
|
7545
|
-
|
|
7546
|
-
'io.flow.internal.v0.enums.marketing_gateway_facebook_token_status': (): io.flow.internal.v0.enums.MarketingGatewayFacebookTokenStatus => faker.helpers.arrayElement(['unknown', 'active', 'expired']),
|
|
7547
|
-
'io.flow.internal.v0.enums.marketing_gateway_feed_download_format': (): io.flow.internal.v0.enums.MarketingGatewayFeedDownloadFormat => faker.helpers.arrayElement(['tsv', 'csv', 'txt']),
|
|
7548
|
-
'io.flow.internal.v0.enums.marketing_gateway_feed_state': (): io.flow.internal.v0.enums.MarketingGatewayFeedState => faker.helpers.arrayElement(['initialized', 'generated', 'in_review', 'rejected', 'active']),
|
|
7549
|
-
|
|
7550
|
-
'io.flow.internal.v0.enums.marketing_gateway_platform': (): io.flow.internal.v0.enums.MarketingGatewayPlatform => faker.helpers.arrayElement([
|
|
7551
|
-
'google',
|
|
7552
|
-
'facebook',
|
|
7553
|
-
'adroll',
|
|
7554
|
-
'aliexpress',
|
|
7555
|
-
'amazon',
|
|
7556
|
-
'bing',
|
|
7557
|
-
'criteo',
|
|
7558
|
-
'fruugo',
|
|
7559
|
-
'pinterest',
|
|
7560
|
-
'rakuten_japan',
|
|
7561
|
-
'wish',
|
|
7562
|
-
'snapchat',
|
|
7563
|
-
'stylight',
|
|
7564
|
-
]),
|
|
7565
|
-
|
|
7566
|
-
'io.flow.internal.v0.enums.marketing_gateway_product_status': (): io.flow.internal.v0.enums.MarketingGatewayProductStatus => faker.helpers.arrayElement(['approved', 'not_approved', 'pending', 'not_found', 'excluded']),
|
|
7567
|
-
|
|
7568
|
-
'io.flow.internal.v0.enums.marketing_gateway_schema_compatibility': (): io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility => faker.helpers.arrayElement(
|
|
7569
|
-
['google', 'facebook_primary', 'facebook_country_override', 'supplemental'],
|
|
7570
|
-
),
|
|
7571
|
-
|
|
7572
7539
|
'io.flow.internal.v0.enums.mixed_bag_weight': (): io.flow.internal.v0.enums.MixedBagWeight => faker.helpers.arrayElement(['0', '1', '2']),
|
|
7573
7540
|
|
|
7574
7541
|
'io.flow.internal.v0.enums.nature_of_sale': (): io.flow.internal.v0.enums.NatureOfSale => faker.helpers.arrayElement([
|
|
@@ -7668,6 +7635,7 @@ const factories = {
|
|
|
7668
7635
|
'io.flow.internal.v0.enums.organization_restriction_screening_status': (): io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus => faker.helpers.arrayElement(['in_review', 'fully_reviewed', 'rejected', 'unscreened']),
|
|
7669
7636
|
'io.flow.internal.v0.enums.output_style': (): io.flow.internal.v0.enums.OutputStyle => faker.helpers.arrayElement(['flow', 'shopify_p1']),
|
|
7670
7637
|
'io.flow.internal.v0.enums.owner': (): io.flow.internal.v0.enums.Owner => faker.helpers.arrayElement(['flow', 'organization']),
|
|
7638
|
+
'io.flow.internal.v0.enums.payment_short_url_discriminator': (): io.flow.internal.v0.enums.PaymentShortUrlDiscriminator => faker.helpers.arrayElement(['adyen_3ds2']),
|
|
7671
7639
|
|
|
7672
7640
|
'io.flow.internal.v0.enums.payment_summary_status': (): io.flow.internal.v0.enums.PaymentSummaryStatus => faker.helpers.arrayElement([
|
|
7673
7641
|
'authorized',
|
|
@@ -7837,7 +7805,7 @@ const factories = {
|
|
|
7837
7805
|
'io.flow.internal.v0.enums.shopify_promotion_offer_allocation_method': (): io.flow.internal.v0.enums.ShopifyPromotionOfferAllocationMethod => faker.helpers.arrayElement(['each', 'across']),
|
|
7838
7806
|
'io.flow.internal.v0.enums.shopify_promotion_order_entitlement_component': (): io.flow.internal.v0.enums.ShopifyPromotionOrderEntitlementComponent => faker.helpers.arrayElement(['subtotal', 'shipping', 'vat', 'duty']),
|
|
7839
7807
|
'io.flow.internal.v0.enums.shopify_promotion_status': (): io.flow.internal.v0.enums.ShopifyPromotionStatus => faker.helpers.arrayElement(['active', 'inactive']),
|
|
7840
|
-
'io.flow.internal.v0.enums.shopify_service': (): io.flow.internal.v0.enums.ShopifyService => faker.helpers.arrayElement(['payment', 'duty_tax_calculator']),
|
|
7808
|
+
'io.flow.internal.v0.enums.shopify_service': (): io.flow.internal.v0.enums.ShopifyService => faker.helpers.arrayElement(['payment', 'duty_tax_calculator', 'sellability']),
|
|
7841
7809
|
'io.flow.internal.v0.enums.simple_rounding_strategy': (): io.flow.internal.v0.enums.SimpleRoundingStrategy => faker.helpers.arrayElement(['no_rounding', 'currency_precision']),
|
|
7842
7810
|
'io.flow.internal.v0.enums.snooze_next_action_with': (): io.flow.internal.v0.enums.SnoozeNextActionWith => faker.helpers.arrayElement(['customer_service', 'engineering']),
|
|
7843
7811
|
'io.flow.internal.v0.enums.snooze_source_type': (): io.flow.internal.v0.enums.SnoozeSourceType => faker.helpers.arrayElement(['task', 'invariant']),
|
|
@@ -8639,13 +8607,6 @@ const factories = {
|
|
|
8639
8607
|
added_on: factories.date_iso_8601(),
|
|
8640
8608
|
}),
|
|
8641
8609
|
|
|
8642
|
-
'io.flow.internal.v0.models.aldo_item_deleted': (): io.flow.internal.v0.models.AldoItemDeleted => ({
|
|
8643
|
-
discriminator: 'aldo_item_deleted',
|
|
8644
|
-
event_id: factories.string(),
|
|
8645
|
-
timestamp: factories.date_time_iso_8601(),
|
|
8646
|
-
id: factories.string(),
|
|
8647
|
-
}),
|
|
8648
|
-
|
|
8649
8610
|
'io.flow.internal.v0.models.aldo_item_form': (): io.flow.internal.v0.models.AldoItemForm => ({
|
|
8650
8611
|
number: factories.string(),
|
|
8651
8612
|
amount: factories['io.flow.common.v0.models.price'](),
|
|
@@ -8654,13 +8615,6 @@ const factories = {
|
|
|
8654
8615
|
added_on: factories.date_iso_8601(),
|
|
8655
8616
|
}),
|
|
8656
8617
|
|
|
8657
|
-
'io.flow.internal.v0.models.aldo_item_upserted': (): io.flow.internal.v0.models.AldoItemUpserted => ({
|
|
8658
|
-
discriminator: 'aldo_item_upserted',
|
|
8659
|
-
event_id: factories.string(),
|
|
8660
|
-
timestamp: factories.date_time_iso_8601(),
|
|
8661
|
-
item: factories['io.flow.internal.v0.models.aldo_item'](),
|
|
8662
|
-
}),
|
|
8663
|
-
|
|
8664
8618
|
'io.flow.internal.v0.models.alert_error_summary': (): io.flow.internal.v0.models.AlertErrorSummary => ({
|
|
8665
8619
|
event_id: factories.long(),
|
|
8666
8620
|
error: factories.string(),
|
|
@@ -8714,6 +8668,23 @@ const factories = {
|
|
|
8714
8668
|
labels: objectOf(() => arrayOf(() => factories.string())),
|
|
8715
8669
|
}),
|
|
8716
8670
|
|
|
8671
|
+
'io.flow.internal.v0.models.ansh_item': (): io.flow.internal.v0.models.AnshItem => ({
|
|
8672
|
+
id: factories.string(),
|
|
8673
|
+
number: factories.string(),
|
|
8674
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
8675
|
+
description: factories.string(),
|
|
8676
|
+
type: factories['io.flow.internal.v0.enums.ansh_item_type'](),
|
|
8677
|
+
added_on: factories.date_iso_8601(),
|
|
8678
|
+
}),
|
|
8679
|
+
|
|
8680
|
+
'io.flow.internal.v0.models.ansh_item_form': (): io.flow.internal.v0.models.AnshItemForm => ({
|
|
8681
|
+
number: factories.string(),
|
|
8682
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
8683
|
+
description: factories.string(),
|
|
8684
|
+
type: factories['io.flow.internal.v0.enums.ansh_item_type'](),
|
|
8685
|
+
added_on: factories.date_iso_8601(),
|
|
8686
|
+
}),
|
|
8687
|
+
|
|
8717
8688
|
'io.flow.internal.v0.models.apm_content': (): io.flow.internal.v0.models.ApmContent => ({
|
|
8718
8689
|
processor_description: factories['io.flow.internal.v0.unions.content_item'](),
|
|
8719
8690
|
}),
|
|
@@ -11860,6 +11831,8 @@ const factories = {
|
|
|
11860
11831
|
raw_carrier_event_code: factories.string(),
|
|
11861
11832
|
aggregator_status_code: factories.string(),
|
|
11862
11833
|
created_at: factories.date_time_iso_8601(),
|
|
11834
|
+
source: factories['io.flow.internal.v0.enums.label_event_source'](),
|
|
11835
|
+
medium: factories['io.flow.internal.v0.enums.label_event_medium'](),
|
|
11863
11836
|
}),
|
|
11864
11837
|
|
|
11865
11838
|
'io.flow.internal.v0.models.external_fulfillment_proof': (): io.flow.internal.v0.models.ExternalFulfillmentProof => ({
|
|
@@ -12019,31 +11992,6 @@ const factories = {
|
|
|
12019
11992
|
description: factories.string(),
|
|
12020
11993
|
}),
|
|
12021
11994
|
|
|
12022
|
-
'io.flow.internal.v0.models.feed_deleted': (): io.flow.internal.v0.models.FeedDeleted => ({
|
|
12023
|
-
discriminator: 'feed_deleted',
|
|
12024
|
-
event_id: factories.string(),
|
|
12025
|
-
timestamp: factories.date_time_iso_8601(),
|
|
12026
|
-
organization_id: factories.string(),
|
|
12027
|
-
feed: factories['io.flow.internal.v0.models.marketing_gateway_feed'](),
|
|
12028
|
-
}),
|
|
12029
|
-
|
|
12030
|
-
'io.flow.internal.v0.models.feed_upserted': (): io.flow.internal.v0.models.FeedUpserted => ({
|
|
12031
|
-
discriminator: 'feed_upserted',
|
|
12032
|
-
event_id: factories.string(),
|
|
12033
|
-
timestamp: factories.date_time_iso_8601(),
|
|
12034
|
-
organization_id: factories.string(),
|
|
12035
|
-
feed: factories['io.flow.internal.v0.models.marketing_gateway_feed'](),
|
|
12036
|
-
}),
|
|
12037
|
-
|
|
12038
|
-
'io.flow.internal.v0.models.feeds_export': (): io.flow.internal.v0.models.FeedsExport => ({
|
|
12039
|
-
discriminator: 'feeds_export',
|
|
12040
|
-
event_id: factories.string(),
|
|
12041
|
-
timestamp: factories.date_time_iso_8601(),
|
|
12042
|
-
organization: factories.string(),
|
|
12043
|
-
export_id: factories.string(),
|
|
12044
|
-
feed_ids: arrayOf(() => factories.string()),
|
|
12045
|
-
}),
|
|
12046
|
-
|
|
12047
11995
|
'io.flow.internal.v0.models.fees': (): io.flow.internal.v0.models.Fees => ({
|
|
12048
11996
|
processing: factories['io.flow.internal.v0.models.fee'](),
|
|
12049
11997
|
rate_lock: factories['io.flow.internal.v0.models.fee'](),
|
|
@@ -12834,6 +12782,20 @@ const factories = {
|
|
|
12834
12782
|
transaction_created_at: factories.date_time_iso_8601(),
|
|
12835
12783
|
}),
|
|
12836
12784
|
|
|
12785
|
+
'io.flow.internal.v0.models.ge_revenue_share_transaction': (): io.flow.internal.v0.models.GeRevenueShareTransaction => ({
|
|
12786
|
+
discriminator: 'ge_revenue_share_transaction',
|
|
12787
|
+
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
12788
|
+
ge_revenue_share: factories['io.flow.internal.v0.models.fee'](),
|
|
12789
|
+
id: factories.string(),
|
|
12790
|
+
type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
|
|
12791
|
+
status: factories['io.flow.internal.v0.enums.billing_transaction_status'](),
|
|
12792
|
+
posted_at: factories.date_time_iso_8601(),
|
|
12793
|
+
value: factories['io.flow.common.v0.models.price'](),
|
|
12794
|
+
description: factories.string(),
|
|
12795
|
+
statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
|
|
12796
|
+
created_at: factories.date_time_iso_8601(),
|
|
12797
|
+
}),
|
|
12798
|
+
|
|
12837
12799
|
'io.flow.internal.v0.models.generate_load_multiple_orgs': (): io.flow.internal.v0.models.GenerateLoadMultipleOrgs => ({
|
|
12838
12800
|
discriminator: 'generate_load_multiple_orgs',
|
|
12839
12801
|
organization_ids: arrayOf(() => factories.string()),
|
|
@@ -12955,20 +12917,6 @@ const factories = {
|
|
|
12955
12917
|
hs6_description: factories.string(),
|
|
12956
12918
|
}),
|
|
12957
12919
|
|
|
12958
|
-
'io.flow.internal.v0.models.harmonization_item_classification_deleted': (): io.flow.internal.v0.models.HarmonizationItemClassificationDeleted => ({
|
|
12959
|
-
discriminator: 'harmonization_item_classification_deleted',
|
|
12960
|
-
event_id: factories.string(),
|
|
12961
|
-
timestamp: factories.date_time_iso_8601(),
|
|
12962
|
-
harmonization_item_classification: factories['io.flow.internal.v0.models.harmonization_item_classification'](),
|
|
12963
|
-
}),
|
|
12964
|
-
|
|
12965
|
-
'io.flow.internal.v0.models.harmonization_item_classification_upserted': (): io.flow.internal.v0.models.HarmonizationItemClassificationUpserted => ({
|
|
12966
|
-
discriminator: 'harmonization_item_classification_upserted',
|
|
12967
|
-
event_id: factories.string(),
|
|
12968
|
-
timestamp: factories.date_time_iso_8601(),
|
|
12969
|
-
harmonization_item_classification: factories['io.flow.internal.v0.models.harmonization_item_classification'](),
|
|
12970
|
-
}),
|
|
12971
|
-
|
|
12972
12920
|
'io.flow.internal.v0.models.harmonization_item_summary': (): io.flow.internal.v0.models.HarmonizationItemSummary => ({
|
|
12973
12921
|
number: factories.string(),
|
|
12974
12922
|
product_id: factories.string(),
|
|
@@ -14026,22 +13974,6 @@ const factories = {
|
|
|
14026
13974
|
source_localization_id: factories.string(),
|
|
14027
13975
|
}),
|
|
14028
13976
|
|
|
14029
|
-
'io.flow.internal.v0.models.localized_item_deleted': (): io.flow.internal.v0.models.LocalizedItemDeleted => ({
|
|
14030
|
-
discriminator: 'localized_item_deleted',
|
|
14031
|
-
event_id: factories.string(),
|
|
14032
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14033
|
-
organization: factories.string(),
|
|
14034
|
-
number: factories.string(),
|
|
14035
|
-
}),
|
|
14036
|
-
|
|
14037
|
-
'io.flow.internal.v0.models.localized_item_deleted_v2': (): io.flow.internal.v0.models.LocalizedItemDeletedV2 => ({
|
|
14038
|
-
discriminator: 'localized_item_deleted_v2',
|
|
14039
|
-
event_id: factories.string(),
|
|
14040
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14041
|
-
organization: factories.string(),
|
|
14042
|
-
id: factories.string(),
|
|
14043
|
-
}),
|
|
14044
|
-
|
|
14045
13977
|
'io.flow.internal.v0.models.localized_item_prices_export_request': (): io.flow.internal.v0.models.LocalizedItemPricesExportRequest => ({
|
|
14046
13978
|
discriminator: 'localized_item_prices_export_request',
|
|
14047
13979
|
event_id: factories.string(),
|
|
@@ -14051,43 +13983,12 @@ const factories = {
|
|
|
14051
13983
|
since: factories.date_time_iso_8601(),
|
|
14052
13984
|
}),
|
|
14053
13985
|
|
|
14054
|
-
'io.flow.internal.v0.models.localized_item_snapshot': (): io.flow.internal.v0.models.LocalizedItemSnapshot => ({
|
|
14055
|
-
discriminator: 'localized_item_snapshot',
|
|
14056
|
-
event_id: factories.string(),
|
|
14057
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14058
|
-
organization: factories.string(),
|
|
14059
|
-
subcatalog_id: factories.string(),
|
|
14060
|
-
url: factories.string(),
|
|
14061
|
-
}),
|
|
14062
|
-
|
|
14063
|
-
'io.flow.internal.v0.models.localized_item_upserted_v2': (): io.flow.internal.v0.models.LocalizedItemUpsertedV2 => ({
|
|
14064
|
-
discriminator: 'localized_item_upserted_v2',
|
|
14065
|
-
event_id: factories.string(),
|
|
14066
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14067
|
-
organization: factories.string(),
|
|
14068
|
-
id: factories.string(),
|
|
14069
|
-
item: factories['io.flow.catalog.v0.models.item'](),
|
|
14070
|
-
item_schedule: factories['io.flow.price.v0.models.price_book_item_schedule'](),
|
|
14071
|
-
}),
|
|
14072
|
-
|
|
14073
13986
|
'io.flow.internal.v0.models.localized_items_export_settings': (): io.flow.internal.v0.models.LocalizedItemsExportSettings => ({
|
|
14074
13987
|
content_type: factories['io.flow.internal.v0.enums.export_content_type'](),
|
|
14075
13988
|
full_export_schedule: factories['io.flow.internal.v0.unions.export_schedule'](),
|
|
14076
13989
|
delta_export_schedule: factories['io.flow.internal.v0.unions.export_schedule'](),
|
|
14077
13990
|
}),
|
|
14078
13991
|
|
|
14079
|
-
'io.flow.internal.v0.models.localized_price_book_item': (): io.flow.internal.v0.models.LocalizedPriceBookItem => ({
|
|
14080
|
-
id: factories.string(),
|
|
14081
|
-
item_id: factories.string(),
|
|
14082
|
-
item_number: factories.string(),
|
|
14083
|
-
attributes: objectOf(() => factories.string()),
|
|
14084
|
-
local: factories['io.flow.catalog.v0.models.local'](),
|
|
14085
|
-
price_book_item_id: factories.string(),
|
|
14086
|
-
price_book_key: factories.string(),
|
|
14087
|
-
price_book_item_price: factories['io.flow.common.v0.models.price'](),
|
|
14088
|
-
schedule: factories['io.flow.price.v0.models.price_book_item_schedule'](),
|
|
14089
|
-
}),
|
|
14090
|
-
|
|
14091
13992
|
'io.flow.internal.v0.models.localized_price_book_item_data': (): io.flow.internal.v0.models.LocalizedPriceBookItemData => ({
|
|
14092
13993
|
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
14093
13994
|
experience: factories['io.flow.common.v0.models.experience_summary'](),
|
|
@@ -14100,22 +14001,6 @@ const factories = {
|
|
|
14100
14001
|
price_end_date: factories.date_time_iso_8601(),
|
|
14101
14002
|
}),
|
|
14102
14003
|
|
|
14103
|
-
'io.flow.internal.v0.models.localized_price_book_item_deleted': (): io.flow.internal.v0.models.LocalizedPriceBookItemDeleted => ({
|
|
14104
|
-
discriminator: 'localized_price_book_item_deleted',
|
|
14105
|
-
event_id: factories.string(),
|
|
14106
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14107
|
-
organization: factories.string(),
|
|
14108
|
-
id: factories.string(),
|
|
14109
|
-
}),
|
|
14110
|
-
|
|
14111
|
-
'io.flow.internal.v0.models.localized_price_book_item_upserted': (): io.flow.internal.v0.models.LocalizedPriceBookItemUpserted => ({
|
|
14112
|
-
discriminator: 'localized_price_book_item_upserted',
|
|
14113
|
-
event_id: factories.string(),
|
|
14114
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14115
|
-
organization: factories.string(),
|
|
14116
|
-
item: factories['io.flow.internal.v0.models.localized_price_book_item'](),
|
|
14117
|
-
}),
|
|
14118
|
-
|
|
14119
14004
|
'io.flow.internal.v0.models.location': (): io.flow.internal.v0.models.Location => ({
|
|
14120
14005
|
type: factories['io.flow.internal.v0.enums.content_type'](),
|
|
14121
14006
|
url: factories.string(),
|
|
@@ -14205,6 +14090,7 @@ const factories = {
|
|
|
14205
14090
|
type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
|
|
14206
14091
|
value: factories['io.flow.common.v0.models.price'](),
|
|
14207
14092
|
status: factories['io.flow.internal.v0.enums.billing_transaction_status'](),
|
|
14093
|
+
paid_at: factories.date_time_iso_8601(),
|
|
14208
14094
|
posted_at: factories.date_time_iso_8601(),
|
|
14209
14095
|
statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
|
|
14210
14096
|
created_at: factories.date_time_iso_8601(),
|
|
@@ -14307,279 +14193,6 @@ const factories = {
|
|
|
14307
14193
|
shipping: factories.boolean(),
|
|
14308
14194
|
}),
|
|
14309
14195
|
|
|
14310
|
-
'io.flow.internal.v0.models.marketing_gateway_channel': (): io.flow.internal.v0.models.MarketingGatewayChannel => ({
|
|
14311
|
-
id: factories.string(),
|
|
14312
|
-
platform: factories['io.flow.internal.v0.enums.marketing_gateway_platform'](),
|
|
14313
|
-
integration_type: factories['io.flow.internal.v0.enums.marketing_gateway_channel_integration_type'](),
|
|
14314
|
-
status: factories['io.flow.internal.v0.enums.marketing_gateway_channel_status'](),
|
|
14315
|
-
details: factories['io.flow.internal.v0.unions.marketing_gateway_channel_details'](),
|
|
14316
|
-
error: factories['io.flow.internal.v0.models.marketing_gateway_error'](),
|
|
14317
|
-
}),
|
|
14318
|
-
|
|
14319
|
-
'io.flow.internal.v0.models.marketing_gateway_channel_connection_form': (): io.flow.internal.v0.models.MarketingGatewayChannelConnectionForm => ({
|
|
14320
|
-
default_feed_source: factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](),
|
|
14321
|
-
}),
|
|
14322
|
-
|
|
14323
|
-
'io.flow.internal.v0.models.marketing_gateway_channel_form': (): io.flow.internal.v0.models.MarketingGatewayChannelForm => ({
|
|
14324
|
-
platform: factories['io.flow.internal.v0.enums.marketing_gateway_platform'](),
|
|
14325
|
-
account_id: factories.long(),
|
|
14326
|
-
}),
|
|
14327
|
-
|
|
14328
|
-
'io.flow.internal.v0.models.marketing_gateway_channel_source_summary': (): io.flow.internal.v0.models.MarketingGatewayChannelSourceSummary => ({
|
|
14329
|
-
channel: factories['io.flow.internal.v0.enums.marketing_gateway_platform'](),
|
|
14330
|
-
platform: factories['io.flow.internal.v0.enums.marketing_gateway_platform'](),
|
|
14331
|
-
source: factories['io.flow.internal.v0.unions.marketing_gateway_source_summary'](),
|
|
14332
|
-
}),
|
|
14333
|
-
|
|
14334
|
-
'io.flow.internal.v0.models.marketing_gateway_distribution_channel_facebook': (): io.flow.internal.v0.models.MarketingGatewayDistributionChannelFacebook => ({
|
|
14335
|
-
discriminator: 'marketing_gateway_distribution_channel_facebook',
|
|
14336
|
-
catalog_id: factories.long(),
|
|
14337
|
-
}),
|
|
14338
|
-
|
|
14339
|
-
'io.flow.internal.v0.models.marketing_gateway_distribution_channel_google': (): io.flow.internal.v0.models.MarketingGatewayDistributionChannelGoogle => ({
|
|
14340
|
-
discriminator: 'marketing_gateway_distribution_channel_google',
|
|
14341
|
-
account_id: factories.long(),
|
|
14342
|
-
}),
|
|
14343
|
-
|
|
14344
|
-
'io.flow.internal.v0.models.marketing_gateway_error': (): io.flow.internal.v0.models.MarketingGatewayError => ({
|
|
14345
|
-
code: factories['io.flow.internal.v0.enums.marketing_gateway_error_code'](),
|
|
14346
|
-
messages: arrayOf(() => factories.string()),
|
|
14347
|
-
}),
|
|
14348
|
-
|
|
14349
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_business': (): io.flow.internal.v0.models.MarketingGatewayFacebookBusiness => ({
|
|
14350
|
-
business_id: factories.long(),
|
|
14351
|
-
name: factories.string(),
|
|
14352
|
-
}),
|
|
14353
|
-
|
|
14354
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_business_summary': (): io.flow.internal.v0.models.MarketingGatewayFacebookBusinessSummary => ({
|
|
14355
|
-
business_id: factories.long(),
|
|
14356
|
-
name: factories.string(),
|
|
14357
|
-
}),
|
|
14358
|
-
|
|
14359
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_catalog_form': (): io.flow.internal.v0.models.MarketingGatewayFacebookCatalogForm => ({
|
|
14360
|
-
catalog_id: factories.long(),
|
|
14361
|
-
}),
|
|
14362
|
-
|
|
14363
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_catalog_summary': (): io.flow.internal.v0.models.MarketingGatewayFacebookCatalogSummary => ({
|
|
14364
|
-
catalog_id: factories.long(),
|
|
14365
|
-
name: factories.string(),
|
|
14366
|
-
item_count: factories.long(),
|
|
14367
|
-
}),
|
|
14368
|
-
|
|
14369
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_channel_details': (): io.flow.internal.v0.models.MarketingGatewayFacebookChannelDetails => ({
|
|
14370
|
-
discriminator: 'marketing_gateway_facebook_channel_details',
|
|
14371
|
-
catalog_id: factories.long(),
|
|
14372
|
-
catalog_name: factories.string(),
|
|
14373
|
-
business_name: factories.string(),
|
|
14374
|
-
|
|
14375
|
-
datasources: arrayOf(
|
|
14376
|
-
() => factories['io.flow.internal.v0.models.marketing_gateway_product_datasource_summary'](),
|
|
14377
|
-
),
|
|
14378
|
-
|
|
14379
|
-
localized_feed_count: factories.integer(),
|
|
14380
|
-
connected_at: factories.date_time_iso_8601(),
|
|
14381
|
-
token_summary: factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection_access_token_summary'](),
|
|
14382
|
-
}),
|
|
14383
|
-
|
|
14384
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_connection': (): io.flow.internal.v0.models.MarketingGatewayFacebookConnection => ({
|
|
14385
|
-
organization_id: factories.string(),
|
|
14386
|
-
|
|
14387
|
-
businesses: arrayOf(
|
|
14388
|
-
() => factories['io.flow.internal.v0.models.marketing_gateway_facebook_business_summary'](),
|
|
14389
|
-
),
|
|
14390
|
-
}),
|
|
14391
|
-
|
|
14392
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_connection_access_token_summary': (): io.flow.internal.v0.models.MarketingGatewayFacebookConnectionAccessTokenSummary => ({
|
|
14393
|
-
catalog_id: factories.long(),
|
|
14394
|
-
created_at: factories.long(),
|
|
14395
|
-
expires_at: factories.long(),
|
|
14396
|
-
user_id: factories.string(),
|
|
14397
|
-
user_email: factories.string(),
|
|
14398
|
-
token_status: factories['io.flow.internal.v0.enums.marketing_gateway_facebook_token_status'](),
|
|
14399
|
-
}),
|
|
14400
|
-
|
|
14401
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_connection_deauth': (): io.flow.internal.v0.models.MarketingGatewayFacebookConnectionDeauth => ({
|
|
14402
|
-
user_id: factories.long(),
|
|
14403
|
-
}),
|
|
14404
|
-
|
|
14405
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_connection_form': (): io.flow.internal.v0.models.MarketingGatewayFacebookConnectionForm => ({
|
|
14406
|
-
access_token: factories.string(),
|
|
14407
|
-
}),
|
|
14408
|
-
|
|
14409
|
-
'io.flow.internal.v0.models.marketing_gateway_facebook_source_summary': (): io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary => ({
|
|
14410
|
-
discriminator: 'marketing_gateway_facebook_source_summary',
|
|
14411
|
-
catalog_id: factories.long(),
|
|
14412
|
-
catalog_name: factories.string(),
|
|
14413
|
-
business_name: factories.string(),
|
|
14414
|
-
country: factories.string(),
|
|
14415
|
-
product_count: factories.integer(),
|
|
14416
|
-
}),
|
|
14417
|
-
|
|
14418
|
-
'io.flow.internal.v0.models.marketing_gateway_feed': (): io.flow.internal.v0.models.MarketingGatewayFeed => ({
|
|
14419
|
-
id: factories.string(),
|
|
14420
|
-
organization: factories['io.flow.common.v0.models.organization_summary'](),
|
|
14421
|
-
experience: factories['io.flow.common.v0.models.experience_summary'](),
|
|
14422
|
-
schema: factories['io.flow.internal.v0.models.marketing_gateway_schema_summary'](),
|
|
14423
|
-
filter: factories['io.flow.internal.v0.models.marketing_gateway_filter_summary'](),
|
|
14424
|
-
country: factories.string(),
|
|
14425
|
-
currency: factories.string(),
|
|
14426
|
-
language: factories.string(),
|
|
14427
|
-
feed_source: factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](),
|
|
14428
|
-
feed_state: factories['io.flow.internal.v0.enums.marketing_gateway_feed_state'](),
|
|
14429
|
-
tsv_download_url: factories.string(),
|
|
14430
|
-
tsv_channel_download_url: factories.string(),
|
|
14431
|
-
created_at: factories.date_time_iso_8601(),
|
|
14432
|
-
updated_at: factories.date_time_iso_8601(),
|
|
14433
|
-
item_count: factories.long(),
|
|
14434
|
-
platform_feed_id: factories.string(),
|
|
14435
|
-
}),
|
|
14436
|
-
|
|
14437
|
-
'io.flow.internal.v0.models.marketing_gateway_feed_export_form': (): io.flow.internal.v0.models.MarketingGatewayFeedExportForm => ({
|
|
14438
|
-
feed_ids: arrayOf(() => factories.string()),
|
|
14439
|
-
emails: arrayOf(() => factories.string()),
|
|
14440
|
-
}),
|
|
14441
|
-
|
|
14442
|
-
'io.flow.internal.v0.models.marketing_gateway_feed_form': (): io.flow.internal.v0.models.MarketingGatewayFeedForm => ({
|
|
14443
|
-
schema_id: factories.string(),
|
|
14444
|
-
filter_id: factories.string(),
|
|
14445
|
-
country: factories.string(),
|
|
14446
|
-
currency: factories.string(),
|
|
14447
|
-
language: factories.string(),
|
|
14448
|
-
feed_source: factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](),
|
|
14449
|
-
distribution_channel: factories['io.flow.internal.v0.unions.marketing_gateway_distribution_channel'](),
|
|
14450
|
-
}),
|
|
14451
|
-
|
|
14452
|
-
'io.flow.internal.v0.models.marketing_gateway_feed_form_request': (): io.flow.internal.v0.models.MarketingGatewayFeedFormRequest => ({
|
|
14453
|
-
feed_source: factories['io.flow.internal.v0.unions.marketing_gateway_feed_source'](),
|
|
14454
|
-
channel_id: factories.string(),
|
|
14455
|
-
schema_compatibility: factories['io.flow.internal.v0.enums.marketing_gateway_schema_compatibility'](),
|
|
14456
|
-
}),
|
|
14457
|
-
|
|
14458
|
-
'io.flow.internal.v0.models.marketing_gateway_feed_source_facebook': (): io.flow.internal.v0.models.MarketingGatewayFeedSourceFacebook => ({
|
|
14459
|
-
discriminator: 'marketing_gateway_feed_source_facebook',
|
|
14460
|
-
catalog_id: factories.long(),
|
|
14461
|
-
feed_id: factories.long(),
|
|
14462
|
-
name: factories.string(),
|
|
14463
|
-
country: factories.string(),
|
|
14464
|
-
currency: factories.string(),
|
|
14465
|
-
language: factories.string(),
|
|
14466
|
-
item_count: factories.integer(),
|
|
14467
|
-
last_uploaded_at: factories.date_time_iso_8601(),
|
|
14468
|
-
feed_status: factories['io.flow.internal.v0.enums.marketing_gateway_feed_state'](),
|
|
14469
|
-
}),
|
|
14470
|
-
|
|
14471
|
-
'io.flow.internal.v0.models.marketing_gateway_feed_source_google': (): io.flow.internal.v0.models.MarketingGatewayFeedSourceGoogle => ({
|
|
14472
|
-
discriminator: 'marketing_gateway_feed_source_google',
|
|
14473
|
-
account_id: factories.long(),
|
|
14474
|
-
name: factories.string(),
|
|
14475
|
-
country: factories.string(),
|
|
14476
|
-
currency: factories.string(),
|
|
14477
|
-
language: factories.string(),
|
|
14478
|
-
item_count: factories.integer(),
|
|
14479
|
-
last_uploaded_at: factories.date_time_iso_8601(),
|
|
14480
|
-
}),
|
|
14481
|
-
|
|
14482
|
-
'io.flow.internal.v0.models.marketing_gateway_filter_summary': (): io.flow.internal.v0.models.MarketingGatewayFilterSummary => ({
|
|
14483
|
-
id: factories.string(),
|
|
14484
|
-
name: factories.string(),
|
|
14485
|
-
}),
|
|
14486
|
-
|
|
14487
|
-
'io.flow.internal.v0.models.marketing_gateway_flow_source_summary': (): io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary => ({
|
|
14488
|
-
discriminator: 'marketing_gateway_flow_source_summary',
|
|
14489
|
-
item_count: factories.integer(),
|
|
14490
|
-
}),
|
|
14491
|
-
|
|
14492
|
-
'io.flow.internal.v0.models.marketing_gateway_google_account_form': (): io.flow.internal.v0.models.MarketingGatewayGoogleAccountForm => ({
|
|
14493
|
-
account_id: factories.long(),
|
|
14494
|
-
}),
|
|
14495
|
-
|
|
14496
|
-
'io.flow.internal.v0.models.marketing_gateway_google_account_summary': (): io.flow.internal.v0.models.MarketingGatewayGoogleAccountSummary => ({
|
|
14497
|
-
account_id: factories.long(),
|
|
14498
|
-
id: factories.string(),
|
|
14499
|
-
name: factories.string(),
|
|
14500
|
-
website_url: factories.string(),
|
|
14501
|
-
domestic_feeds_count: factories.long(),
|
|
14502
|
-
}),
|
|
14503
|
-
|
|
14504
|
-
'io.flow.internal.v0.models.marketing_gateway_google_channel_details': (): io.flow.internal.v0.models.MarketingGatewayGoogleChannelDetails => ({
|
|
14505
|
-
discriminator: 'marketing_gateway_google_channel_details',
|
|
14506
|
-
account_id: factories.long(),
|
|
14507
|
-
account_name: factories.string(),
|
|
14508
|
-
|
|
14509
|
-
datasources: arrayOf(
|
|
14510
|
-
() => factories['io.flow.internal.v0.models.marketing_gateway_product_datasource_summary'](),
|
|
14511
|
-
),
|
|
14512
|
-
|
|
14513
|
-
localized_feed_count: factories.integer(),
|
|
14514
|
-
connected_at: factories.date_time_iso_8601(),
|
|
14515
|
-
}),
|
|
14516
|
-
|
|
14517
|
-
'io.flow.internal.v0.models.marketing_gateway_google_connection': (): io.flow.internal.v0.models.MarketingGatewayGoogleConnection => ({
|
|
14518
|
-
status: factories['io.flow.internal.v0.enums.marketing_gateway_account_connection_status'](),
|
|
14519
|
-
|
|
14520
|
-
accounts: arrayOf(
|
|
14521
|
-
() => factories['io.flow.internal.v0.models.marketing_gateway_google_account_summary'](),
|
|
14522
|
-
),
|
|
14523
|
-
}),
|
|
14524
|
-
|
|
14525
|
-
'io.flow.internal.v0.models.marketing_gateway_google_connection_form': (): io.flow.internal.v0.models.MarketingGatewayGoogleConnectionForm => ({
|
|
14526
|
-
access_token: factories.string(),
|
|
14527
|
-
refresh_token: factories.string(),
|
|
14528
|
-
}),
|
|
14529
|
-
|
|
14530
|
-
'io.flow.internal.v0.models.marketing_gateway_google_item': (): io.flow.internal.v0.models.MarketingGatewayGoogleItem => ({
|
|
14531
|
-
discriminator: 'marketing_gateway_google_item',
|
|
14532
|
-
id: factories.string(),
|
|
14533
|
-
title: factories.string(),
|
|
14534
|
-
image_link: factories.string(),
|
|
14535
|
-
brand: factories.string(),
|
|
14536
|
-
google_product_category: factories.string(),
|
|
14537
|
-
link: factories.string(),
|
|
14538
|
-
price: factories.string(),
|
|
14539
|
-
sale_price: factories.string(),
|
|
14540
|
-
shipping_price: factories.string(),
|
|
14541
|
-
}),
|
|
14542
|
-
|
|
14543
|
-
'io.flow.internal.v0.models.marketing_gateway_google_source_summary': (): io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary => ({
|
|
14544
|
-
discriminator: 'marketing_gateway_google_source_summary',
|
|
14545
|
-
account_id: factories.long(),
|
|
14546
|
-
countries: arrayOf(() => factories.string()),
|
|
14547
|
-
product_count: factories.integer(),
|
|
14548
|
-
}),
|
|
14549
|
-
|
|
14550
|
-
'io.flow.internal.v0.models.marketing_gateway_localized_item': (): io.flow.internal.v0.models.MarketingGatewayLocalizedItem => ({
|
|
14551
|
-
source: factories['io.flow.internal.v0.unions.marketing_gateway_item'](),
|
|
14552
|
-
localized: factories['io.flow.internal.v0.unions.marketing_gateway_item'](),
|
|
14553
|
-
}),
|
|
14554
|
-
|
|
14555
|
-
'io.flow.internal.v0.models.marketing_gateway_new_channel_request_form': (): io.flow.internal.v0.models.MarketingGatewayNewChannelRequestForm => ({
|
|
14556
|
-
requested_by_user_id: factories.string(),
|
|
14557
|
-
channel_name: factories.string(),
|
|
14558
|
-
}),
|
|
14559
|
-
|
|
14560
|
-
'io.flow.internal.v0.models.marketing_gateway_product_datasource_summary': (): io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary => ({
|
|
14561
|
-
name: factories.string(),
|
|
14562
|
-
country: factories.string(),
|
|
14563
|
-
product_count: factories.integer(),
|
|
14564
|
-
}),
|
|
14565
|
-
|
|
14566
|
-
'io.flow.internal.v0.models.marketing_gateway_schema_summary': (): io.flow.internal.v0.models.MarketingGatewaySchemaSummary => ({
|
|
14567
|
-
id: factories.string(),
|
|
14568
|
-
name: factories.string(),
|
|
14569
|
-
schema_compatibility: factories['io.flow.internal.v0.enums.marketing_gateway_schema_compatibility'](),
|
|
14570
|
-
}),
|
|
14571
|
-
|
|
14572
|
-
'io.flow.internal.v0.models.marketing_gateway_supported_channel_details': (): io.flow.internal.v0.models.MarketingGatewaySupportedChannelDetails => ({
|
|
14573
|
-
discriminator: 'marketing_gateway_supported_channel_details',
|
|
14574
|
-
|
|
14575
|
-
datasources: arrayOf(
|
|
14576
|
-
() => factories['io.flow.internal.v0.models.marketing_gateway_product_datasource_summary'](),
|
|
14577
|
-
),
|
|
14578
|
-
|
|
14579
|
-
localized_feed_count: factories.integer(),
|
|
14580
|
-
connected_at: factories.date_time_iso_8601(),
|
|
14581
|
-
}),
|
|
14582
|
-
|
|
14583
14196
|
'io.flow.internal.v0.models.markets_order': (): io.flow.internal.v0.models.MarketsOrder => ({
|
|
14584
14197
|
shopify_order: factories['io.flow.shopify.markets.v0.models.shopify_order'](),
|
|
14585
14198
|
flow_authorization: factories['io.flow.payment.v0.unions.authorization'](),
|
|
@@ -14775,6 +14388,20 @@ const factories = {
|
|
|
14775
14388
|
account: factories['io.flow.internal.v0.models.report_account'](),
|
|
14776
14389
|
}),
|
|
14777
14390
|
|
|
14391
|
+
'io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction': (): io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction => ({
|
|
14392
|
+
discriminator: 'non_l4l_tax_duty_fx_transaction',
|
|
14393
|
+
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
14394
|
+
fx: factories['io.flow.internal.v0.models.fee'](),
|
|
14395
|
+
id: factories.string(),
|
|
14396
|
+
type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
|
|
14397
|
+
status: factories['io.flow.internal.v0.enums.billing_transaction_status'](),
|
|
14398
|
+
posted_at: factories.date_time_iso_8601(),
|
|
14399
|
+
value: factories['io.flow.common.v0.models.price'](),
|
|
14400
|
+
description: factories.string(),
|
|
14401
|
+
statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
|
|
14402
|
+
created_at: factories.date_time_iso_8601(),
|
|
14403
|
+
}),
|
|
14404
|
+
|
|
14778
14405
|
'io.flow.internal.v0.models.notification': (): io.flow.internal.v0.models.Notification => ({
|
|
14779
14406
|
order: factories['io.flow.internal.v0.models.decision'](),
|
|
14780
14407
|
}),
|
|
@@ -16039,6 +15666,17 @@ const factories = {
|
|
|
16039
15666
|
merchant: factories['io.flow.internal.v0.unions.processor_merchant'](),
|
|
16040
15667
|
}),
|
|
16041
15668
|
|
|
15669
|
+
'io.flow.internal.v0.models.payment_short_url': (): io.flow.internal.v0.models.PaymentShortUrl => ({
|
|
15670
|
+
id: factories.string(),
|
|
15671
|
+
key: factories.string(),
|
|
15672
|
+
original_url: factories.string(),
|
|
15673
|
+
organization_id: factories.string(),
|
|
15674
|
+
discriminator: factories['io.flow.internal.v0.enums.payment_short_url_discriminator'](),
|
|
15675
|
+
created_at: factories.date_time_iso_8601(),
|
|
15676
|
+
updated_at: factories.date_time_iso_8601(),
|
|
15677
|
+
expires_at: factories.date_time_iso_8601(),
|
|
15678
|
+
}),
|
|
15679
|
+
|
|
16042
15680
|
'io.flow.internal.v0.models.payment_summary': (): io.flow.internal.v0.models.PaymentSummary => ({
|
|
16043
15681
|
psp: factories.decimal(),
|
|
16044
15682
|
credit: factories.decimal(),
|
|
@@ -17732,6 +17370,42 @@ const factories = {
|
|
|
17732
17370
|
product_id: factories.string(),
|
|
17733
17371
|
}),
|
|
17734
17372
|
|
|
17373
|
+
'io.flow.internal.v0.models.restriction_rule_deleted': (): io.flow.internal.v0.models.RestrictionRuleDeleted => ({
|
|
17374
|
+
discriminator: 'restriction_rule_deleted',
|
|
17375
|
+
event_id: factories.string(),
|
|
17376
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17377
|
+
id: factories.string(),
|
|
17378
|
+
}),
|
|
17379
|
+
|
|
17380
|
+
'io.flow.internal.v0.models.restriction_rule_effect': (): io.flow.internal.v0.models.RestrictionRuleEffect => ({
|
|
17381
|
+
id: factories.string(),
|
|
17382
|
+
rule_id: factories.string(),
|
|
17383
|
+
effect: factories['io.flow.sellability.v0.enums.rule_effect_type'](),
|
|
17384
|
+
regions: arrayOf(() => factories.string()),
|
|
17385
|
+
description: factories.string(),
|
|
17386
|
+
}),
|
|
17387
|
+
|
|
17388
|
+
'io.flow.internal.v0.models.restriction_rule_effect_deleted': (): io.flow.internal.v0.models.RestrictionRuleEffectDeleted => ({
|
|
17389
|
+
discriminator: 'restriction_rule_effect_deleted',
|
|
17390
|
+
event_id: factories.string(),
|
|
17391
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17392
|
+
id: factories.string(),
|
|
17393
|
+
}),
|
|
17394
|
+
|
|
17395
|
+
'io.flow.internal.v0.models.restriction_rule_effect_form': (): io.flow.internal.v0.models.RestrictionRuleEffectForm => ({
|
|
17396
|
+
rule_id: factories.string(),
|
|
17397
|
+
effect: factories['io.flow.sellability.v0.enums.rule_effect_type'](),
|
|
17398
|
+
regions: arrayOf(() => factories.string()),
|
|
17399
|
+
description: factories.string(),
|
|
17400
|
+
}),
|
|
17401
|
+
|
|
17402
|
+
'io.flow.internal.v0.models.restriction_rule_effect_upserted': (): io.flow.internal.v0.models.RestrictionRuleEffectUpserted => ({
|
|
17403
|
+
discriminator: 'restriction_rule_effect_upserted',
|
|
17404
|
+
event_id: factories.string(),
|
|
17405
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17406
|
+
restriction_rule_effect: factories['io.flow.internal.v0.models.restriction_rule_effect'](),
|
|
17407
|
+
}),
|
|
17408
|
+
|
|
17735
17409
|
'io.flow.internal.v0.models.restriction_rule_form': (): io.flow.internal.v0.models.RestrictionRuleForm => ({
|
|
17736
17410
|
name: factories.string(),
|
|
17737
17411
|
description: factories.string(),
|
|
@@ -17766,6 +17440,13 @@ const factories = {
|
|
|
17766
17440
|
description: factories.string(),
|
|
17767
17441
|
}),
|
|
17768
17442
|
|
|
17443
|
+
'io.flow.internal.v0.models.restriction_rule_upserted': (): io.flow.internal.v0.models.RestrictionRuleUpserted => ({
|
|
17444
|
+
discriminator: 'restriction_rule_upserted',
|
|
17445
|
+
event_id: factories.string(),
|
|
17446
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17447
|
+
restriction_rule: factories['io.flow.internal.v0.models.restriction_rule'](),
|
|
17448
|
+
}),
|
|
17449
|
+
|
|
17769
17450
|
'io.flow.internal.v0.models.restriction_status_metadata': (): io.flow.internal.v0.models.RestrictionStatusMetadata => ({
|
|
17770
17451
|
status: factories['io.flow.internal.v0.enums.restriction_status'](),
|
|
17771
17452
|
count: factories.long(),
|
|
@@ -18236,12 +17917,75 @@ const factories = {
|
|
|
18236
17917
|
order_submitted_at: factories.date_time_iso_8601(),
|
|
18237
17918
|
}),
|
|
18238
17919
|
|
|
18239
|
-
'io.flow.internal.v0.models.shopify_incoterm_summary_error_published': (): io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished => ({
|
|
18240
|
-
discriminator: 'shopify_incoterm_summary_error_published',
|
|
17920
|
+
'io.flow.internal.v0.models.shopify_incoterm_summary_error_published': (): io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished => ({
|
|
17921
|
+
discriminator: 'shopify_incoterm_summary_error_published',
|
|
17922
|
+
event_id: factories.string(),
|
|
17923
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17924
|
+
organization: factories.string(),
|
|
17925
|
+
data: factories['io.flow.internal.v0.models.shopify_incoterm_summary_error_data'](),
|
|
17926
|
+
}),
|
|
17927
|
+
|
|
17928
|
+
'io.flow.internal.v0.models.shopify_inventory_item_create_deleted': (): io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted => ({
|
|
17929
|
+
discriminator: 'shopify_inventory_item_create_deleted',
|
|
17930
|
+
event_id: factories.string(),
|
|
17931
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17932
|
+
organization: factories.string(),
|
|
17933
|
+
id: factories.string(),
|
|
17934
|
+
}),
|
|
17935
|
+
|
|
17936
|
+
'io.flow.internal.v0.models.shopify_inventory_item_create_upserted': (): io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted => ({
|
|
17937
|
+
discriminator: 'shopify_inventory_item_create_upserted',
|
|
17938
|
+
event_id: factories.string(),
|
|
17939
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17940
|
+
organization: factories.string(),
|
|
17941
|
+
shopify_inventory_item_create: factories['io.flow.internal.v0.models.shopify_inventory_item_create_webhook_event'](),
|
|
17942
|
+
}),
|
|
17943
|
+
|
|
17944
|
+
'io.flow.internal.v0.models.shopify_inventory_item_create_webhook_event': (): io.flow.internal.v0.models.ShopifyInventoryItemCreateWebhookEvent => ({
|
|
17945
|
+
id: factories.string(),
|
|
17946
|
+
inventory_item: factories['io.flow.shopify.markets.v0.models.shopify_inventory_item'](),
|
|
17947
|
+
}),
|
|
17948
|
+
|
|
17949
|
+
'io.flow.internal.v0.models.shopify_inventory_item_delete_deleted': (): io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted => ({
|
|
17950
|
+
discriminator: 'shopify_inventory_item_delete_deleted',
|
|
17951
|
+
event_id: factories.string(),
|
|
17952
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17953
|
+
organization: factories.string(),
|
|
17954
|
+
id: factories.string(),
|
|
17955
|
+
}),
|
|
17956
|
+
|
|
17957
|
+
'io.flow.internal.v0.models.shopify_inventory_item_delete_upserted': (): io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted => ({
|
|
17958
|
+
discriminator: 'shopify_inventory_item_delete_upserted',
|
|
17959
|
+
event_id: factories.string(),
|
|
17960
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17961
|
+
organization: factories.string(),
|
|
17962
|
+
shopify_inventory_item_delete: factories['io.flow.internal.v0.models.shopify_inventory_item_delete_webhook_event'](),
|
|
17963
|
+
}),
|
|
17964
|
+
|
|
17965
|
+
'io.flow.internal.v0.models.shopify_inventory_item_delete_webhook_event': (): io.flow.internal.v0.models.ShopifyInventoryItemDeleteWebhookEvent => ({
|
|
17966
|
+
id: factories.string(),
|
|
17967
|
+
inventory_item_delete: factories['io.flow.shopify.external.v0.models.shopify_inventory_item_delete'](),
|
|
17968
|
+
}),
|
|
17969
|
+
|
|
17970
|
+
'io.flow.internal.v0.models.shopify_inventory_item_update_deleted': (): io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted => ({
|
|
17971
|
+
discriminator: 'shopify_inventory_item_update_deleted',
|
|
17972
|
+
event_id: factories.string(),
|
|
17973
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17974
|
+
organization: factories.string(),
|
|
17975
|
+
id: factories.string(),
|
|
17976
|
+
}),
|
|
17977
|
+
|
|
17978
|
+
'io.flow.internal.v0.models.shopify_inventory_item_update_upserted': (): io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted => ({
|
|
17979
|
+
discriminator: 'shopify_inventory_item_update_upserted',
|
|
18241
17980
|
event_id: factories.string(),
|
|
18242
17981
|
timestamp: factories.date_time_iso_8601(),
|
|
18243
17982
|
organization: factories.string(),
|
|
18244
|
-
|
|
17983
|
+
shopify_inventory_item_update: factories['io.flow.internal.v0.models.shopify_inventory_item_update_webhook_event'](),
|
|
17984
|
+
}),
|
|
17985
|
+
|
|
17986
|
+
'io.flow.internal.v0.models.shopify_inventory_item_update_webhook_event': (): io.flow.internal.v0.models.ShopifyInventoryItemUpdateWebhookEvent => ({
|
|
17987
|
+
id: factories.string(),
|
|
17988
|
+
inventory_item: factories['io.flow.shopify.markets.v0.models.shopify_inventory_item'](),
|
|
18245
17989
|
}),
|
|
18246
17990
|
|
|
18247
17991
|
'io.flow.internal.v0.models.shopify_markets_best_selling_product': (): io.flow.internal.v0.models.ShopifyMarketsBestSellingProduct => ({
|
|
@@ -18667,6 +18411,71 @@ const factories = {
|
|
|
18667
18411
|
shopify_product_bundle: factories['io.flow.internal.v0.models.shopify_product_bundle'](),
|
|
18668
18412
|
}),
|
|
18669
18413
|
|
|
18414
|
+
'io.flow.internal.v0.models.shopify_product_create_deleted': (): io.flow.internal.v0.models.ShopifyProductCreateDeleted => ({
|
|
18415
|
+
discriminator: 'shopify_product_create_deleted',
|
|
18416
|
+
event_id: factories.string(),
|
|
18417
|
+
timestamp: factories.date_time_iso_8601(),
|
|
18418
|
+
organization: factories.string(),
|
|
18419
|
+
id: factories.string(),
|
|
18420
|
+
}),
|
|
18421
|
+
|
|
18422
|
+
'io.flow.internal.v0.models.shopify_product_create_upserted': (): io.flow.internal.v0.models.ShopifyProductCreateUpserted => ({
|
|
18423
|
+
discriminator: 'shopify_product_create_upserted',
|
|
18424
|
+
event_id: factories.string(),
|
|
18425
|
+
timestamp: factories.date_time_iso_8601(),
|
|
18426
|
+
organization: factories.string(),
|
|
18427
|
+
shopify_product_create: factories['io.flow.internal.v0.models.shopify_product_create_webhook_event'](),
|
|
18428
|
+
}),
|
|
18429
|
+
|
|
18430
|
+
'io.flow.internal.v0.models.shopify_product_create_webhook_event': (): io.flow.internal.v0.models.ShopifyProductCreateWebhookEvent => ({
|
|
18431
|
+
id: factories.string(),
|
|
18432
|
+
product: factories['io.flow.shopify.external.v0.models.product'](),
|
|
18433
|
+
}),
|
|
18434
|
+
|
|
18435
|
+
'io.flow.internal.v0.models.shopify_product_delete_deleted': (): io.flow.internal.v0.models.ShopifyProductDeleteDeleted => ({
|
|
18436
|
+
discriminator: 'shopify_product_delete_deleted',
|
|
18437
|
+
event_id: factories.string(),
|
|
18438
|
+
timestamp: factories.date_time_iso_8601(),
|
|
18439
|
+
organization: factories.string(),
|
|
18440
|
+
id: factories.string(),
|
|
18441
|
+
}),
|
|
18442
|
+
|
|
18443
|
+
'io.flow.internal.v0.models.shopify_product_delete_upserted': (): io.flow.internal.v0.models.ShopifyProductDeleteUpserted => ({
|
|
18444
|
+
discriminator: 'shopify_product_delete_upserted',
|
|
18445
|
+
event_id: factories.string(),
|
|
18446
|
+
timestamp: factories.date_time_iso_8601(),
|
|
18447
|
+
organization: factories.string(),
|
|
18448
|
+
shopify_product_delete: factories['io.flow.internal.v0.models.shopify_product_delete_webhook_event'](),
|
|
18449
|
+
}),
|
|
18450
|
+
|
|
18451
|
+
'io.flow.internal.v0.models.shopify_product_delete_webhook_event': (): io.flow.internal.v0.models.ShopifyProductDeleteWebhookEvent => ({
|
|
18452
|
+
id: factories.string(),
|
|
18453
|
+
product_delete: factories['io.flow.shopify.external.v0.models.product_delete'](),
|
|
18454
|
+
}),
|
|
18455
|
+
|
|
18456
|
+
'io.flow.internal.v0.models.shopify_product_update_deleted': (): io.flow.internal.v0.models.ShopifyProductUpdateDeleted => ({
|
|
18457
|
+
discriminator: 'shopify_product_update_deleted',
|
|
18458
|
+
event_id: factories.string(),
|
|
18459
|
+
timestamp: factories.date_time_iso_8601(),
|
|
18460
|
+
organization: factories.string(),
|
|
18461
|
+
id: factories.string(),
|
|
18462
|
+
}),
|
|
18463
|
+
|
|
18464
|
+
'io.flow.internal.v0.models.shopify_product_update_upserted': (): io.flow.internal.v0.models.ShopifyProductUpdateUpserted => ({
|
|
18465
|
+
discriminator: 'shopify_product_update_upserted',
|
|
18466
|
+
event_id: factories.string(),
|
|
18467
|
+
timestamp: factories.date_time_iso_8601(),
|
|
18468
|
+
organization: factories.string(),
|
|
18469
|
+
shopify_product_update: factories['io.flow.internal.v0.models.shopify_product_update_webhook_event'](),
|
|
18470
|
+
}),
|
|
18471
|
+
|
|
18472
|
+
'io.flow.internal.v0.models.shopify_product_update_webhook_event': (): io.flow.internal.v0.models.ShopifyProductUpdateWebhookEvent => ({
|
|
18473
|
+
id: factories.string(),
|
|
18474
|
+
product: factories['io.flow.shopify.external.v0.models.product'](),
|
|
18475
|
+
domain: factories.string(),
|
|
18476
|
+
api_version: factories.string(),
|
|
18477
|
+
}),
|
|
18478
|
+
|
|
18670
18479
|
'io.flow.internal.v0.models.shopify_product_wrapper': (): io.flow.internal.v0.models.ShopifyProductWrapper => ({
|
|
18671
18480
|
shopify_product: factories['io.flow.shopify.external.v0.models.product'](),
|
|
18672
18481
|
deleted_at: factories.date_time_iso_8601(),
|
|
@@ -18799,6 +18608,11 @@ const factories = {
|
|
|
18799
18608
|
shop_id: factories.string(),
|
|
18800
18609
|
}),
|
|
18801
18610
|
|
|
18611
|
+
'io.flow.internal.v0.models.shopify_stripe_event': (): io.flow.internal.v0.models.ShopifyStripeEvent => ({
|
|
18612
|
+
id: factories.string(),
|
|
18613
|
+
request: factories.object(),
|
|
18614
|
+
}),
|
|
18615
|
+
|
|
18802
18616
|
'io.flow.internal.v0.models.shopify_webhook': (): io.flow.internal.v0.models.ShopifyWebhook => ({
|
|
18803
18617
|
id: factories.string(),
|
|
18804
18618
|
shop_id: factories.string(),
|
|
@@ -19356,14 +19170,6 @@ const factories = {
|
|
|
19356
19170
|
duties: objectOf(() => factories['io.flow.internal.v0.models.duties']()),
|
|
19357
19171
|
}),
|
|
19358
19172
|
|
|
19359
|
-
'io.flow.internal.v0.models.tariff_codes_export': (): io.flow.internal.v0.models.TariffCodesExport => ({
|
|
19360
|
-
discriminator: 'tariff_codes_export',
|
|
19361
|
-
event_id: factories.string(),
|
|
19362
|
-
timestamp: factories.date_time_iso_8601(),
|
|
19363
|
-
organization: factories.string(),
|
|
19364
|
-
export_id: factories.string(),
|
|
19365
|
-
}),
|
|
19366
|
-
|
|
19367
19173
|
'io.flow.internal.v0.models.tariff_eligibility': (): io.flow.internal.v0.models.TariffEligibility => ({
|
|
19368
19174
|
id: factories.string(),
|
|
19369
19175
|
data: factories['io.flow.internal.v0.unions.tariff_eligibility_data'](),
|
|
@@ -19466,6 +19272,40 @@ const factories = {
|
|
|
19466
19272
|
category_code: factories.string(),
|
|
19467
19273
|
}),
|
|
19468
19274
|
|
|
19275
|
+
'io.flow.internal.v0.models.tax_duty_delta_metadata_actual': (): io.flow.internal.v0.models.TaxDutyDeltaMetadataActual => ({
|
|
19276
|
+
processing: factories['io.flow.internal.v0.models.tax_duty_delta_metadata_actual_processing'](),
|
|
19277
|
+
}),
|
|
19278
|
+
|
|
19279
|
+
'io.flow.internal.v0.models.tax_duty_delta_metadata_actual_processing': (): io.flow.internal.v0.models.TaxDutyDeltaMetadataActualProcessing => ({
|
|
19280
|
+
capture: factories['io.flow.common.v0.models.money'](),
|
|
19281
|
+
fees: factories['io.flow.common.v0.models.money'](),
|
|
19282
|
+
transfer: factories['io.flow.common.v0.models.money'](),
|
|
19283
|
+
total: factories['io.flow.common.v0.models.money'](),
|
|
19284
|
+
}),
|
|
19285
|
+
|
|
19286
|
+
'io.flow.internal.v0.models.tax_duty_delta_metadata_expected': (): io.flow.internal.v0.models.TaxDutyDeltaMetadataExpected => ({
|
|
19287
|
+
processing: factories['io.flow.internal.v0.models.tax_duty_delta_metadata_expected_processing'](),
|
|
19288
|
+
}),
|
|
19289
|
+
|
|
19290
|
+
'io.flow.internal.v0.models.tax_duty_delta_metadata_expected_processing': (): io.flow.internal.v0.models.TaxDutyDeltaMetadataExpectedProcessing => ({
|
|
19291
|
+
tax: factories['io.flow.common.v0.models.money'](),
|
|
19292
|
+
duty: factories['io.flow.common.v0.models.money'](),
|
|
19293
|
+
total: factories['io.flow.common.v0.models.money'](),
|
|
19294
|
+
}),
|
|
19295
|
+
|
|
19296
|
+
'io.flow.internal.v0.models.tax_duty_delta_transaction': (): io.flow.internal.v0.models.TaxDutyDeltaTransaction => ({
|
|
19297
|
+
discriminator: 'tax_duty_delta_transaction',
|
|
19298
|
+
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
19299
|
+
id: factories.string(),
|
|
19300
|
+
type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
|
|
19301
|
+
status: factories['io.flow.internal.v0.enums.billing_transaction_status'](),
|
|
19302
|
+
posted_at: factories.date_time_iso_8601(),
|
|
19303
|
+
value: factories['io.flow.common.v0.models.price'](),
|
|
19304
|
+
description: factories.string(),
|
|
19305
|
+
statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
|
|
19306
|
+
created_at: factories.date_time_iso_8601(),
|
|
19307
|
+
}),
|
|
19308
|
+
|
|
19469
19309
|
'io.flow.internal.v0.models.tax_remittance_transaction': (): io.flow.internal.v0.models.TaxRemittanceTransaction => ({
|
|
19470
19310
|
discriminator: 'tax_remittance_transaction',
|
|
19471
19311
|
order: factories['io.flow.internal.v0.models.billing_order_summary'](),
|
|
@@ -20435,8 +20275,6 @@ const factories = {
|
|
|
20435
20275
|
() => factories['io.flow.internal.v0.models.adyen_refund_upserted'](),
|
|
20436
20276
|
() => factories['io.flow.internal.v0.models.adyen_dispute_upserted'](),
|
|
20437
20277
|
() => factories['io.flow.internal.v0.models.adyen_dispute_deleted'](),
|
|
20438
|
-
() => factories['io.flow.internal.v0.models.aldo_item_upserted'](),
|
|
20439
|
-
() => factories['io.flow.internal.v0.models.aldo_item_deleted'](),
|
|
20440
20278
|
() => factories['io.flow.internal.v0.models.fulfillment_upserted'](),
|
|
20441
20279
|
() => factories['io.flow.internal.v0.models.fulfillment_deleted'](),
|
|
20442
20280
|
() => factories['io.flow.internal.v0.models.merchant_upserted'](),
|
|
@@ -20601,7 +20439,6 @@ const factories = {
|
|
|
20601
20439
|
() => factories['io.flow.internal.v0.models.harmonized_items_hs6_export'](),
|
|
20602
20440
|
() => factories['io.flow.internal.v0.models.unharmonized_items_export'](),
|
|
20603
20441
|
() => factories['io.flow.internal.v0.models.dutied_items_export'](),
|
|
20604
|
-
() => factories['io.flow.internal.v0.models.tariff_codes_export'](),
|
|
20605
20442
|
() => factories['io.flow.internal.v0.models.harmonization_phrase_suggestion_request_import'](),
|
|
20606
20443
|
() => factories['io.flow.internal.v0.models.harmonization_codes_import'](),
|
|
20607
20444
|
() => factories['io.flow.internal.v0.models.item_classification_created'](),
|
|
@@ -20618,8 +20455,6 @@ const factories = {
|
|
|
20618
20455
|
() => factories['io.flow.internal.v0.models.rate_freshness_summary_deleted'](),
|
|
20619
20456
|
() => factories['io.flow.internal.v0.models.item_harmonization_upserted'](),
|
|
20620
20457
|
() => factories['io.flow.internal.v0.models.item_harmonization_deleted'](),
|
|
20621
|
-
() => factories['io.flow.internal.v0.models.harmonization_item_classification_upserted'](),
|
|
20622
|
-
() => factories['io.flow.internal.v0.models.harmonization_item_classification_deleted'](),
|
|
20623
20458
|
() => factories['io.flow.internal.v0.models.harmonization_classification_statistics_published'](),
|
|
20624
20459
|
() => factories['io.flow.internal.v0.models.issuer_upserted'](),
|
|
20625
20460
|
() => factories['io.flow.internal.v0.models.issuer_deleted'](),
|
|
@@ -20632,17 +20467,8 @@ const factories = {
|
|
|
20632
20467
|
() => factories['io.flow.internal.v0.models.order_validation_deleted'](),
|
|
20633
20468
|
() => factories['io.flow.internal.v0.models.label_tracking_summary_upserted'](),
|
|
20634
20469
|
() => factories['io.flow.internal.v0.models.label_tracking_summary_deleted'](),
|
|
20635
|
-
() => factories['io.flow.internal.v0.models.localized_item_upserted_v2'](),
|
|
20636
|
-
() => factories['io.flow.internal.v0.models.localized_item_deleted'](),
|
|
20637
|
-
() => factories['io.flow.internal.v0.models.localized_item_deleted_v2'](),
|
|
20638
|
-
() => factories['io.flow.internal.v0.models.localized_item_snapshot'](),
|
|
20639
|
-
() => factories['io.flow.internal.v0.models.localized_price_book_item_upserted'](),
|
|
20640
|
-
() => factories['io.flow.internal.v0.models.localized_price_book_item_deleted'](),
|
|
20641
20470
|
() => factories['io.flow.internal.v0.models.logistics_capabilities_upserted'](),
|
|
20642
20471
|
() => factories['io.flow.internal.v0.models.logistics_capabilities_deleted'](),
|
|
20643
|
-
() => factories['io.flow.internal.v0.models.feed_upserted'](),
|
|
20644
|
-
() => factories['io.flow.internal.v0.models.feed_deleted'](),
|
|
20645
|
-
() => factories['io.flow.internal.v0.models.feeds_export'](),
|
|
20646
20472
|
() => factories['io.flow.internal.v0.models.localized_item_prices_export_request'](),
|
|
20647
20473
|
() => factories['io.flow.internal.v0.models.optin_prompt_upserted'](),
|
|
20648
20474
|
() => factories['io.flow.internal.v0.models.optin_prompt_deleted'](),
|
|
@@ -20727,6 +20553,10 @@ const factories = {
|
|
|
20727
20553
|
() => factories['io.flow.internal.v0.models.screening_status_change_deleted'](),
|
|
20728
20554
|
() => factories['io.flow.internal.v0.models.restrictions_dailyops_upserted'](),
|
|
20729
20555
|
() => factories['io.flow.internal.v0.models.restrictions_dailyops_deleted'](),
|
|
20556
|
+
() => factories['io.flow.internal.v0.models.restriction_rule_upserted'](),
|
|
20557
|
+
() => factories['io.flow.internal.v0.models.restriction_rule_deleted'](),
|
|
20558
|
+
() => factories['io.flow.internal.v0.models.restriction_rule_effect_upserted'](),
|
|
20559
|
+
() => factories['io.flow.internal.v0.models.restriction_rule_effect_deleted'](),
|
|
20730
20560
|
() => factories['io.flow.internal.v0.models.shopify_shop_upserted'](),
|
|
20731
20561
|
() => factories['io.flow.internal.v0.models.shopify_shop_deleted'](),
|
|
20732
20562
|
() => factories['io.flow.internal.v0.models.shopify_experience_short_id_upserted'](),
|
|
@@ -20752,6 +20582,18 @@ const factories = {
|
|
|
20752
20582
|
() => factories['io.flow.internal.v0.models.shopify_incoterm_summary_error_published'](),
|
|
20753
20583
|
() => factories['io.flow.internal.v0.models.shopify_markets_best_selling_product_upserted'](),
|
|
20754
20584
|
() => factories['io.flow.internal.v0.models.shopify_markets_best_selling_product_deleted'](),
|
|
20585
|
+
() => factories['io.flow.internal.v0.models.shopify_product_create_upserted'](),
|
|
20586
|
+
() => factories['io.flow.internal.v0.models.shopify_product_create_deleted'](),
|
|
20587
|
+
() => factories['io.flow.internal.v0.models.shopify_product_update_upserted'](),
|
|
20588
|
+
() => factories['io.flow.internal.v0.models.shopify_product_update_deleted'](),
|
|
20589
|
+
() => factories['io.flow.internal.v0.models.shopify_product_delete_upserted'](),
|
|
20590
|
+
() => factories['io.flow.internal.v0.models.shopify_product_delete_deleted'](),
|
|
20591
|
+
() => factories['io.flow.internal.v0.models.shopify_inventory_item_create_upserted'](),
|
|
20592
|
+
() => factories['io.flow.internal.v0.models.shopify_inventory_item_create_deleted'](),
|
|
20593
|
+
() => factories['io.flow.internal.v0.models.shopify_inventory_item_update_upserted'](),
|
|
20594
|
+
() => factories['io.flow.internal.v0.models.shopify_inventory_item_update_deleted'](),
|
|
20595
|
+
() => factories['io.flow.internal.v0.models.shopify_inventory_item_delete_upserted'](),
|
|
20596
|
+
() => factories['io.flow.internal.v0.models.shopify_inventory_item_delete_deleted'](),
|
|
20755
20597
|
() => factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_upserted'](),
|
|
20756
20598
|
() => factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_deleted'](),
|
|
20757
20599
|
() => factories['io.flow.internal.v0.models.shopify_order_fulfillments_snapshot_upserted'](),
|
|
@@ -20986,52 +20828,6 @@ const factories = {
|
|
|
20986
20828
|
return f();
|
|
20987
20829
|
},
|
|
20988
20830
|
|
|
20989
|
-
'io.flow.internal.v0.unions.marketing_gateway_channel_details': (): io.flow.internal.v0.unions.MarketingGatewayChannelDetails => {
|
|
20990
|
-
const f = faker.helpers.arrayElement([
|
|
20991
|
-
() => factories['io.flow.internal.v0.models.marketing_gateway_google_channel_details'](),
|
|
20992
|
-
() => factories['io.flow.internal.v0.models.marketing_gateway_facebook_channel_details'](),
|
|
20993
|
-
() => factories['io.flow.internal.v0.models.marketing_gateway_supported_channel_details'](),
|
|
20994
|
-
]);
|
|
20995
|
-
|
|
20996
|
-
return f();
|
|
20997
|
-
},
|
|
20998
|
-
|
|
20999
|
-
'io.flow.internal.v0.unions.marketing_gateway_distribution_channel': (): io.flow.internal.v0.unions.MarketingGatewayDistributionChannel => {
|
|
21000
|
-
const f = faker.helpers.arrayElement([
|
|
21001
|
-
() => factories['io.flow.internal.v0.models.marketing_gateway_distribution_channel_google'](),
|
|
21002
|
-
() => factories['io.flow.internal.v0.models.marketing_gateway_distribution_channel_facebook'](),
|
|
21003
|
-
]);
|
|
21004
|
-
|
|
21005
|
-
return f();
|
|
21006
|
-
},
|
|
21007
|
-
|
|
21008
|
-
'io.flow.internal.v0.unions.marketing_gateway_feed_source': (): io.flow.internal.v0.unions.MarketingGatewayFeedSource => {
|
|
21009
|
-
const f = faker.helpers.arrayElement([
|
|
21010
|
-
() => factories['io.flow.internal.v0.models.marketing_gateway_feed_source_google'](),
|
|
21011
|
-
() => factories['io.flow.internal.v0.models.marketing_gateway_feed_source_facebook'](),
|
|
21012
|
-
]);
|
|
21013
|
-
|
|
21014
|
-
return f();
|
|
21015
|
-
},
|
|
21016
|
-
|
|
21017
|
-
'io.flow.internal.v0.unions.marketing_gateway_item': (): io.flow.internal.v0.unions.MarketingGatewayItem => {
|
|
21018
|
-
const f = faker.helpers.arrayElement([
|
|
21019
|
-
() => factories['io.flow.internal.v0.models.marketing_gateway_google_item'](),
|
|
21020
|
-
]);
|
|
21021
|
-
|
|
21022
|
-
return f();
|
|
21023
|
-
},
|
|
21024
|
-
|
|
21025
|
-
'io.flow.internal.v0.unions.marketing_gateway_source_summary': (): io.flow.internal.v0.unions.MarketingGatewaySourceSummary => {
|
|
21026
|
-
const f = faker.helpers.arrayElement([
|
|
21027
|
-
() => factories['io.flow.internal.v0.models.marketing_gateway_google_source_summary'](),
|
|
21028
|
-
() => factories['io.flow.internal.v0.models.marketing_gateway_facebook_source_summary'](),
|
|
21029
|
-
() => factories['io.flow.internal.v0.models.marketing_gateway_flow_source_summary'](),
|
|
21030
|
-
]);
|
|
21031
|
-
|
|
21032
|
-
return f();
|
|
21033
|
-
},
|
|
21034
|
-
|
|
21035
20831
|
'io.flow.internal.v0.unions.optin_prompt_display': (): io.flow.internal.v0.unions.OptinPromptDisplay => {
|
|
21036
20832
|
const f = faker.helpers.arrayElement([
|
|
21037
20833
|
() => factories['io.flow.internal.v0.models.optin_prompt_checkout_display'](),
|
|
@@ -21331,6 +21127,9 @@ const factories = {
|
|
|
21331
21127
|
() => factories['io.flow.internal.v0.models.duty_transaction'](),
|
|
21332
21128
|
() => factories['io.flow.internal.v0.models.trueup_transaction'](),
|
|
21333
21129
|
() => factories['io.flow.internal.v0.models.carrier_charge_transaction'](),
|
|
21130
|
+
() => factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction'](),
|
|
21131
|
+
() => factories['io.flow.internal.v0.models.ge_revenue_share_transaction'](),
|
|
21132
|
+
() => factories['io.flow.internal.v0.models.tax_duty_delta_transaction'](),
|
|
21334
21133
|
]);
|
|
21335
21134
|
|
|
21336
21135
|
return f();
|
|
@@ -23996,6 +23795,17 @@ const factories = {
|
|
|
23996
23795
|
display: factories.string(),
|
|
23997
23796
|
}),
|
|
23998
23797
|
|
|
23798
|
+
'io.flow.payment.v0.models.authorization_retry': (): io.flow.payment.v0.models.AuthorizationRetry => ({
|
|
23799
|
+
id: factories.string(),
|
|
23800
|
+
authorization_request_id: factories.string(),
|
|
23801
|
+
authorization_id: factories.string(),
|
|
23802
|
+
organization_id: factories.string(),
|
|
23803
|
+
attempt: factories.integer(),
|
|
23804
|
+
last_failure_code: factories.string(),
|
|
23805
|
+
created_at: factories.date_time_iso_8601(),
|
|
23806
|
+
updated_at: factories.date_time_iso_8601(),
|
|
23807
|
+
}),
|
|
23808
|
+
|
|
23999
23809
|
'io.flow.payment.v0.models.authorization_version': (): io.flow.payment.v0.models.AuthorizationVersion => ({
|
|
24000
23810
|
id: factories.string(),
|
|
24001
23811
|
timestamp: factories.date_time_iso_8601(),
|
|
@@ -24113,6 +23923,7 @@ const factories = {
|
|
|
24113
23923
|
processor: factories['io.flow.payment.v0.unions.expandable_payment_processor'](),
|
|
24114
23924
|
stored_method_usage_step: factories['io.flow.payment.v0.enums.stored_method_usage_step'](),
|
|
24115
23925
|
authorized_at: factories.date_time_iso_8601(),
|
|
23926
|
+
authorization_request_id: factories.string(),
|
|
24116
23927
|
}),
|
|
24117
23928
|
|
|
24118
23929
|
'io.flow.payment.v0.models.card_browser_action_configuration': (): io.flow.payment.v0.models.CardBrowserActionConfiguration => ({
|
|
@@ -24401,6 +24212,7 @@ const factories = {
|
|
|
24401
24212
|
processor: factories['io.flow.payment.v0.unions.expandable_payment_processor'](),
|
|
24402
24213
|
confirmation_details: factories['io.flow.payment.v0.unions.confirmation_details'](),
|
|
24403
24214
|
authorized_at: factories.date_time_iso_8601(),
|
|
24215
|
+
authorization_request_id: factories.string(),
|
|
24404
24216
|
}),
|
|
24405
24217
|
|
|
24406
24218
|
'io.flow.payment.v0.models.online_payment_authorization_form': (): io.flow.payment.v0.models.OnlinePaymentAuthorizationForm => ({
|
|
@@ -25258,6 +25070,26 @@ const factories = {
|
|
|
25258
25070
|
return f();
|
|
25259
25071
|
},
|
|
25260
25072
|
|
|
25073
|
+
'io.flow.product.v0.models.product': (): io.flow.product.v0.models.Product => ({
|
|
25074
|
+
organization_id: factories.string(),
|
|
25075
|
+
number: factories.string(),
|
|
25076
|
+
taxonomy_category: factories['io.flow.product.v0.models.product_taxonomy_category'](),
|
|
25077
|
+
taxonomy_data: arrayOf(() => factories['io.flow.product.v0.models.product_taxonomy_data']()),
|
|
25078
|
+
item_numbers: arrayOf(() => factories.string()),
|
|
25079
|
+
updated_at: factories.date_time_iso_8601(),
|
|
25080
|
+
deleted_at: factories.date_time_iso_8601(),
|
|
25081
|
+
}),
|
|
25082
|
+
|
|
25083
|
+
'io.flow.product.v0.models.product_taxonomy_category': (): io.flow.product.v0.models.ProductTaxonomyCategory => ({
|
|
25084
|
+
name: factories.string(),
|
|
25085
|
+
full_name: factories.string(),
|
|
25086
|
+
}),
|
|
25087
|
+
|
|
25088
|
+
'io.flow.product.v0.models.product_taxonomy_data': (): io.flow.product.v0.models.ProductTaxonomyData => ({
|
|
25089
|
+
key: factories.string(),
|
|
25090
|
+
value: arrayOf(() => factories.string()),
|
|
25091
|
+
}),
|
|
25092
|
+
|
|
25261
25093
|
'io.flow.query.builder.v0.enums.available_filter_format': (): io.flow.query.builder.v0.enums.AvailableFilterFormat => faker.helpers.arrayElement([
|
|
25262
25094
|
'boolean',
|
|
25263
25095
|
'date',
|
|
@@ -25390,12 +25222,14 @@ const factories = {
|
|
|
25390
25222
|
q: factories.string(),
|
|
25391
25223
|
dimensions: factories['io.flow.ratecard.v0.models.estimated_dimensions'](),
|
|
25392
25224
|
position: factories.long(),
|
|
25225
|
+
block_bulk_update: factories.boolean(),
|
|
25393
25226
|
}),
|
|
25394
25227
|
|
|
25395
25228
|
'io.flow.ratecard.v0.models.dimension_estimate_form': (): io.flow.ratecard.v0.models.DimensionEstimateForm => ({
|
|
25396
25229
|
q: factories.string(),
|
|
25397
25230
|
dimensions: factories['io.flow.ratecard.v0.models.estimated_dimensions'](),
|
|
25398
25231
|
position: factories.long(),
|
|
25232
|
+
block_bulk_update: factories.boolean(),
|
|
25399
25233
|
}),
|
|
25400
25234
|
|
|
25401
25235
|
'io.flow.ratecard.v0.models.dimension_estimate_version': (): io.flow.ratecard.v0.models.DimensionEstimateVersion => ({
|
|
@@ -26149,6 +25983,45 @@ const factories = {
|
|
|
26149
25983
|
return f();
|
|
26150
25984
|
},
|
|
26151
25985
|
|
|
25986
|
+
'io.flow.sellability.v0.enums.rule_effect_type': (): io.flow.sellability.v0.enums.RuleEffectType => faker.helpers.arrayElement(['market', 'dhl', 'dhl_ecommerce', 'ups']),
|
|
25987
|
+
'io.flow.sellability.v0.enums.sellability_error_code': (): io.flow.sellability.v0.enums.SellabilityErrorCode => faker.helpers.arrayElement(['insufficient_details', 'ineligible_category']),
|
|
25988
|
+
|
|
25989
|
+
'io.flow.sellability.v0.models.product_sellability': (): io.flow.sellability.v0.models.ProductSellability => ({
|
|
25990
|
+
shop_id: factories.string(),
|
|
25991
|
+
product_id: factories.string(),
|
|
25992
|
+
request_id: factories.string(),
|
|
25993
|
+
hs6_code: factories.string(),
|
|
25994
|
+
|
|
25995
|
+
restricted_regions: arrayOf(
|
|
25996
|
+
() => factories['io.flow.sellability.v0.models.sellablility_region_result'](),
|
|
25997
|
+
),
|
|
25998
|
+
}),
|
|
25999
|
+
|
|
26000
|
+
'io.flow.sellability.v0.models.product_sellability_form': (): io.flow.sellability.v0.models.ProductSellabilityForm => ({
|
|
26001
|
+
shop_id: factories.string(),
|
|
26002
|
+
product_id: factories.string(),
|
|
26003
|
+
request_id: factories.string(),
|
|
26004
|
+
name: factories.string(),
|
|
26005
|
+
price: factories['io.flow.sellability.v0.models.product_sellability_price'](),
|
|
26006
|
+
description: factories.string(),
|
|
26007
|
+
taxonomy_category: factories['io.flow.product.v0.models.product_taxonomy_category'](),
|
|
26008
|
+
}),
|
|
26009
|
+
|
|
26010
|
+
'io.flow.sellability.v0.models.product_sellability_price': (): io.flow.sellability.v0.models.ProductSellabilityPrice => ({
|
|
26011
|
+
currency: factories.string(),
|
|
26012
|
+
amount: factories.decimal(),
|
|
26013
|
+
}),
|
|
26014
|
+
|
|
26015
|
+
'io.flow.sellability.v0.models.sellability_error': (): io.flow.sellability.v0.models.SellabilityError => ({
|
|
26016
|
+
code: factories['io.flow.sellability.v0.enums.sellability_error_code'](),
|
|
26017
|
+
messages: arrayOf(() => factories.string()),
|
|
26018
|
+
}),
|
|
26019
|
+
|
|
26020
|
+
'io.flow.sellability.v0.models.sellablility_region_result': (): io.flow.sellability.v0.models.SellablilityRegionResult => ({
|
|
26021
|
+
type: factories['io.flow.sellability.v0.enums.rule_effect_type'](),
|
|
26022
|
+
regions: arrayOf(() => factories.string()),
|
|
26023
|
+
}),
|
|
26024
|
+
|
|
26152
26025
|
'io.flow.session.v0.models.cart_reference': (): io.flow.session.v0.models.CartReference => ({
|
|
26153
26026
|
id: factories.string(),
|
|
26154
26027
|
}),
|
|
@@ -26439,6 +26312,18 @@ const factories = {
|
|
|
26439
26312
|
weight: factories['io.flow.shopify.external.v0.models.graphql_weight'](),
|
|
26440
26313
|
}),
|
|
26441
26314
|
|
|
26315
|
+
'io.flow.shopify.external.v0.models.graphql_metafield': (): io.flow.shopify.external.v0.models.GraphqlMetafield => ({
|
|
26316
|
+
id: factories.string(),
|
|
26317
|
+
key: factories.string(),
|
|
26318
|
+
value: factories.string(),
|
|
26319
|
+
type: factories.string(),
|
|
26320
|
+
}),
|
|
26321
|
+
|
|
26322
|
+
'io.flow.shopify.external.v0.models.graphql_metaobject': (): io.flow.shopify.external.v0.models.GraphqlMetaobject => ({
|
|
26323
|
+
id: factories.string(),
|
|
26324
|
+
displayName: factories.string(),
|
|
26325
|
+
}),
|
|
26326
|
+
|
|
26442
26327
|
'io.flow.shopify.external.v0.models.graphql_option': (): io.flow.shopify.external.v0.models.GraphqlOption => ({
|
|
26443
26328
|
id: factories.string(),
|
|
26444
26329
|
values: arrayOf(() => factories.string()),
|
|
@@ -26471,6 +26356,8 @@ const factories = {
|
|
|
26471
26356
|
createdAt: factories.date_time_iso_8601(),
|
|
26472
26357
|
updatedAt: factories.date_time_iso_8601(),
|
|
26473
26358
|
hasVariantsThatRequiresComponents: factories.boolean(),
|
|
26359
|
+
category: factories['io.flow.shopify.external.v0.models.graphql_taxonomy_category'](),
|
|
26360
|
+
metafields: arrayOf(() => factories['io.flow.shopify.external.v0.models.graphql_metafield']()),
|
|
26474
26361
|
}),
|
|
26475
26362
|
|
|
26476
26363
|
'io.flow.shopify.external.v0.models.graphql_product_image': (): io.flow.shopify.external.v0.models.GraphqlProductImage => ({
|
|
@@ -26494,6 +26381,11 @@ const factories = {
|
|
|
26494
26381
|
inventoryItem: factories['io.flow.shopify.external.v0.models.graphql_inventory_item'](),
|
|
26495
26382
|
}),
|
|
26496
26383
|
|
|
26384
|
+
'io.flow.shopify.external.v0.models.graphql_taxonomy_category': (): io.flow.shopify.external.v0.models.GraphqlTaxonomyCategory => ({
|
|
26385
|
+
name: factories.string(),
|
|
26386
|
+
fullName: factories.string(),
|
|
26387
|
+
}),
|
|
26388
|
+
|
|
26497
26389
|
'io.flow.shopify.external.v0.models.graphql_variant_image': (): io.flow.shopify.external.v0.models.GraphqlVariantImage => ({
|
|
26498
26390
|
id: factories.string(),
|
|
26499
26391
|
}),
|
|
@@ -26611,6 +26503,8 @@ const factories = {
|
|
|
26611
26503
|
created_at: factories.date_time_iso_8601(),
|
|
26612
26504
|
updated_at: factories.date_time_iso_8601(),
|
|
26613
26505
|
has_variants_that_requires_components: factories.boolean(),
|
|
26506
|
+
category: factories['io.flow.product.v0.models.product_taxonomy_category'](),
|
|
26507
|
+
metafields: arrayOf(() => factories['io.flow.shopify.external.v0.models.product_metafield']()),
|
|
26614
26508
|
}),
|
|
26615
26509
|
|
|
26616
26510
|
'io.flow.shopify.external.v0.models.product_delete': (): io.flow.shopify.external.v0.models.ProductDelete => ({
|
|
@@ -26628,6 +26522,17 @@ const factories = {
|
|
|
26628
26522
|
alt: factories.string(),
|
|
26629
26523
|
}),
|
|
26630
26524
|
|
|
26525
|
+
'io.flow.shopify.external.v0.models.product_metafield': (): io.flow.shopify.external.v0.models.ProductMetafield => ({
|
|
26526
|
+
id: factories.long(),
|
|
26527
|
+
namespace: factories.string(),
|
|
26528
|
+
key: factories.string(),
|
|
26529
|
+
value: factories.string(),
|
|
26530
|
+
created_at: factories.date_time_iso_8601(),
|
|
26531
|
+
updated_at: factories.date_time_iso_8601(),
|
|
26532
|
+
type: factories.string(),
|
|
26533
|
+
admin_graphql_api_id: factories.string(),
|
|
26534
|
+
}),
|
|
26535
|
+
|
|
26631
26536
|
'io.flow.shopify.external.v0.models.product_variant': (): io.flow.shopify.external.v0.models.ProductVariant => ({
|
|
26632
26537
|
id: factories.long(),
|
|
26633
26538
|
sku: factories.string(),
|
|
@@ -27665,6 +27570,7 @@ const factories = {
|
|
|
27665
27570
|
'shopify_location',
|
|
27666
27571
|
'shopify_order',
|
|
27667
27572
|
'sync_product_catalog',
|
|
27573
|
+
'shopify_webhook',
|
|
27668
27574
|
]),
|
|
27669
27575
|
|
|
27670
27576
|
'io.flow.shopify.markets.internal.v0.enums.product_status': (): io.flow.shopify.markets.internal.v0.enums.ProductStatus => faker.helpers.arrayElement(['active', 'archived', 'draft']),
|
|
@@ -29766,9 +29672,61 @@ const factories = {
|
|
|
29766
29672
|
|
|
29767
29673
|
'io.flow.stripe.v0.enums.refund_reason': (): io.flow.stripe.v0.enums.RefundReason => faker.helpers.arrayElement(['duplicate', 'fraudulent', 'requested_by_customer']),
|
|
29768
29674
|
'io.flow.stripe.v0.enums.refund_status': (): io.flow.stripe.v0.enums.RefundStatus => faker.helpers.arrayElement(['succeeded', 'failed', 'pending', 'canceled']),
|
|
29675
|
+
'io.flow.stripe.v0.enums.reporting_report_run_status': (): io.flow.stripe.v0.enums.ReportingReportRunStatus => faker.helpers.arrayElement(['pending', 'succeeded', 'failed']),
|
|
29676
|
+
|
|
29677
|
+
'io.flow.stripe.v0.enums.reporting_report_type': (): io.flow.stripe.v0.enums.ReportingReportType => faker.helpers.arrayElement([
|
|
29678
|
+
'ending_balance_reconciliation.itemized.1',
|
|
29679
|
+
'ending_balance_reconciliation.itemized.2',
|
|
29680
|
+
'ending_balance_reconciliation.itemized.3',
|
|
29681
|
+
'ending_balance_reconciliation.itemized.4',
|
|
29682
|
+
'payout_reconciliation.itemized.5',
|
|
29683
|
+
'payout_reconciliation.by_id.itemized.1',
|
|
29684
|
+
'payout_reconciliation.by_id.itemized.2',
|
|
29685
|
+
'payout_reconciliation.by_id.itemized.3',
|
|
29686
|
+
'payout_reconciliation.by_id.itemized.4',
|
|
29687
|
+
'payout_reconciliation.by_id.summary.1',
|
|
29688
|
+
'ending_balance_reconciliation.summary.1',
|
|
29689
|
+
'payout_reconciliation.itemized.1',
|
|
29690
|
+
'payout_reconciliation.itemized.2',
|
|
29691
|
+
'payout_reconciliation.itemized.3',
|
|
29692
|
+
'payout_reconciliation.itemized.4',
|
|
29693
|
+
'payout_reconciliation.summary.1',
|
|
29694
|
+
]),
|
|
29695
|
+
|
|
29769
29696
|
'io.flow.stripe.v0.enums.request_three_d_secure_type': (): io.flow.stripe.v0.enums.RequestThreeDSecureType => faker.helpers.arrayElement(['automatic', 'any']),
|
|
29770
29697
|
'io.flow.stripe.v0.enums.requested_capabilities': (): io.flow.stripe.v0.enums.RequestedCapabilities => faker.helpers.arrayElement(['card_payments', 'legacy_payments', 'transfers']),
|
|
29771
29698
|
'io.flow.stripe.v0.enums.setup_future_usage': (): io.flow.stripe.v0.enums.SetupFutureUsage => faker.helpers.arrayElement(['on_session', 'off_session']),
|
|
29699
|
+
|
|
29700
|
+
'io.flow.stripe.v0.enums.shopify_payment_stripe_event_type': (): io.flow.stripe.v0.enums.ShopifyPaymentStripeEventType => faker.helpers.arrayElement([
|
|
29701
|
+
'charge.captured',
|
|
29702
|
+
'charge.dispute.created',
|
|
29703
|
+
'charge.dispute.closed',
|
|
29704
|
+
'charge.dispute.funds_reinstated',
|
|
29705
|
+
'charge.dispute.funds_withdrawn',
|
|
29706
|
+
'charge.dispute.updated',
|
|
29707
|
+
'charge.expired',
|
|
29708
|
+
'charge.failed',
|
|
29709
|
+
'charge.pending',
|
|
29710
|
+
'charge.refund.updated',
|
|
29711
|
+
'charge.refunded',
|
|
29712
|
+
'charge.succeeded',
|
|
29713
|
+
'charge.updated',
|
|
29714
|
+
'payment_intent.amount_capturable_updated',
|
|
29715
|
+
'payment_intent.canceled',
|
|
29716
|
+
'payment_intent.created',
|
|
29717
|
+
'payment_intent.partially_funded',
|
|
29718
|
+
'payment_intent.payment_failed',
|
|
29719
|
+
'payment_intent.processing',
|
|
29720
|
+
'payment_intent.requires_action',
|
|
29721
|
+
'payment_intent.succeeded',
|
|
29722
|
+
'transfer.created',
|
|
29723
|
+
'transfer.reversed',
|
|
29724
|
+
'transfer.updated',
|
|
29725
|
+
'reporting.report_run.succeeded',
|
|
29726
|
+
'reporting.report_type.updated',
|
|
29727
|
+
'reporting.report_type.failed',
|
|
29728
|
+
]),
|
|
29729
|
+
|
|
29772
29730
|
'io.flow.stripe.v0.enums.source_flow': (): io.flow.stripe.v0.enums.SourceFlow => faker.helpers.arrayElement(['redirect', 'receiver', 'code_verification', 'none']),
|
|
29773
29731
|
'io.flow.stripe.v0.enums.source_status': (): io.flow.stripe.v0.enums.SourceStatus => faker.helpers.arrayElement(['canceled', 'chargeable', 'consumed', 'failed', 'pending']),
|
|
29774
29732
|
|
|
@@ -30711,12 +30669,76 @@ const factories = {
|
|
|
30711
30669
|
url: factories.string(),
|
|
30712
30670
|
}),
|
|
30713
30671
|
|
|
30672
|
+
'io.flow.stripe.v0.models.report_run_parameters': (): io.flow.stripe.v0.models.ReportRunParameters => ({
|
|
30673
|
+
interval_start: factories.long(),
|
|
30674
|
+
interval_end: factories.long(),
|
|
30675
|
+
columns: arrayOf(() => factories.string()),
|
|
30676
|
+
payout: factories.string(),
|
|
30677
|
+
connected_account: factories.string(),
|
|
30678
|
+
reporting_category: factories.string(),
|
|
30679
|
+
}),
|
|
30680
|
+
|
|
30681
|
+
'io.flow.stripe.v0.models.reporting_report_run': (): io.flow.stripe.v0.models.ReportingReportRun => ({
|
|
30682
|
+
id: factories.string(),
|
|
30683
|
+
object: factories.string(),
|
|
30684
|
+
created: factories.long(),
|
|
30685
|
+
error: factories.string(),
|
|
30686
|
+
livemode: factories.boolean(),
|
|
30687
|
+
status: factories['io.flow.stripe.v0.enums.reporting_report_run_status'](),
|
|
30688
|
+
result: factories['io.flow.stripe.v0.models.reporting_report_run_result'](),
|
|
30689
|
+
succeeded_at: factories.long(),
|
|
30690
|
+
}),
|
|
30691
|
+
|
|
30692
|
+
'io.flow.stripe.v0.models.reporting_report_run_form': (): io.flow.stripe.v0.models.ReportingReportRunForm => ({
|
|
30693
|
+
report_type: factories['io.flow.stripe.v0.enums.reporting_report_type'](),
|
|
30694
|
+
parameters: factories['io.flow.stripe.v0.models.report_run_parameters'](),
|
|
30695
|
+
}),
|
|
30696
|
+
|
|
30697
|
+
'io.flow.stripe.v0.models.reporting_report_run_result': (): io.flow.stripe.v0.models.ReportingReportRunResult => ({
|
|
30698
|
+
id: factories.string(),
|
|
30699
|
+
object: factories.string(),
|
|
30700
|
+
created: factories.long(),
|
|
30701
|
+
expires_at: factories.long(),
|
|
30702
|
+
filename: factories.string(),
|
|
30703
|
+
links: factories.object(),
|
|
30704
|
+
purpose: factories.string(),
|
|
30705
|
+
size: factories.long(),
|
|
30706
|
+
title: factories.string(),
|
|
30707
|
+
type: factories.string(),
|
|
30708
|
+
url: factories.string(),
|
|
30709
|
+
}),
|
|
30710
|
+
|
|
30711
|
+
'io.flow.stripe.v0.models.reporting_report_runs': (): io.flow.stripe.v0.models.ReportingReportRuns => ({
|
|
30712
|
+
object: factories.string(),
|
|
30713
|
+
data: arrayOf(() => factories['io.flow.stripe.v0.models.reporting_report_run']()),
|
|
30714
|
+
has_more: factories.boolean(),
|
|
30715
|
+
url: factories.string(),
|
|
30716
|
+
}),
|
|
30717
|
+
|
|
30714
30718
|
'io.flow.stripe.v0.models.shipping': (): io.flow.stripe.v0.models.Shipping => ({
|
|
30715
30719
|
address: factories['io.flow.stripe.v0.models.address'](),
|
|
30716
30720
|
name: factories.string(),
|
|
30717
30721
|
phone: factories.string(),
|
|
30718
30722
|
}),
|
|
30719
30723
|
|
|
30724
|
+
'io.flow.stripe.v0.models.shopify_payment_stripe_event': (): io.flow.stripe.v0.models.ShopifyPaymentStripeEvent => ({
|
|
30725
|
+
id: factories.string(),
|
|
30726
|
+
api_version: factories.string(),
|
|
30727
|
+
data: factories['io.flow.stripe.v0.models.shopify_payment_stripe_event_data'](),
|
|
30728
|
+
request: factories.object(),
|
|
30729
|
+
type: factories['io.flow.stripe.v0.enums.shopify_payment_stripe_event_type'](),
|
|
30730
|
+
object: factories.string(),
|
|
30731
|
+
account: factories.string(),
|
|
30732
|
+
created: factories.long(),
|
|
30733
|
+
livemode: factories.boolean(),
|
|
30734
|
+
pending_webhooks: factories.integer(),
|
|
30735
|
+
}),
|
|
30736
|
+
|
|
30737
|
+
'io.flow.stripe.v0.models.shopify_payment_stripe_event_data': (): io.flow.stripe.v0.models.ShopifyPaymentStripeEventData => ({
|
|
30738
|
+
object: factories.object(),
|
|
30739
|
+
previous_attributes: factories.object(),
|
|
30740
|
+
}),
|
|
30741
|
+
|
|
30720
30742
|
'io.flow.stripe.v0.models.source': (): io.flow.stripe.v0.models.Source => ({
|
|
30721
30743
|
id: factories.string(),
|
|
30722
30744
|
object: factories.string(),
|
|
@@ -31150,6 +31172,50 @@ const factories = {
|
|
|
31150
31172
|
return f();
|
|
31151
31173
|
},
|
|
31152
31174
|
|
|
31175
|
+
'io.flow.tracking.v0.enums.substatus_code': (): io.flow.tracking.v0.enums.SubstatusCode => faker.helpers.arrayElement([
|
|
31176
|
+
'Delivered_001',
|
|
31177
|
+
'Delivered_002',
|
|
31178
|
+
'Delivered_003',
|
|
31179
|
+
'Delivered_004',
|
|
31180
|
+
'AvailableForPickup_001',
|
|
31181
|
+
'Exception_001',
|
|
31182
|
+
'Exception_002',
|
|
31183
|
+
'Exception_003',
|
|
31184
|
+
'Exception_004',
|
|
31185
|
+
'Exception_005',
|
|
31186
|
+
'Exception_006',
|
|
31187
|
+
'Exception_007',
|
|
31188
|
+
'Exception_008',
|
|
31189
|
+
'Exception_009',
|
|
31190
|
+
'Exception_010',
|
|
31191
|
+
'Exception_011',
|
|
31192
|
+
'Exception_012',
|
|
31193
|
+
'Exception_013',
|
|
31194
|
+
'AttemptFail_001',
|
|
31195
|
+
'AttemptFail_002',
|
|
31196
|
+
'AttemptFail_003',
|
|
31197
|
+
'InTransit_001',
|
|
31198
|
+
'InTransit_002',
|
|
31199
|
+
'InTransit_003',
|
|
31200
|
+
'InTransit_004',
|
|
31201
|
+
'InTransit_005',
|
|
31202
|
+
'InTransit_006',
|
|
31203
|
+
'InTransit_007',
|
|
31204
|
+
'InTransit_008',
|
|
31205
|
+
'InTransit_009',
|
|
31206
|
+
'InfoReceived_001',
|
|
31207
|
+
'OutForDelivery_001',
|
|
31208
|
+
'OutForDelivery_003',
|
|
31209
|
+
'OutForDelivery_004',
|
|
31210
|
+
'Pending_001',
|
|
31211
|
+
'Pending_002',
|
|
31212
|
+
'Pending_003',
|
|
31213
|
+
'Pending_004',
|
|
31214
|
+
'Pending_005',
|
|
31215
|
+
'Pending_006',
|
|
31216
|
+
'Expired_001',
|
|
31217
|
+
]),
|
|
31218
|
+
|
|
31153
31219
|
'io.flow.tracking.v0.enums.tracking_status': (): io.flow.tracking.v0.enums.TrackingStatus => faker.helpers.arrayElement([
|
|
31154
31220
|
'label_created',
|
|
31155
31221
|
'pending',
|
|
@@ -31162,6 +31228,8 @@ const factories = {
|
|
|
31162
31228
|
'exception',
|
|
31163
31229
|
'returned',
|
|
31164
31230
|
'expired',
|
|
31231
|
+
'unknown',
|
|
31232
|
+
'unmapped',
|
|
31165
31233
|
]),
|
|
31166
31234
|
|
|
31167
31235
|
'io.flow.tracking.v0.models.label_tracking_carrier_service': (): io.flow.tracking.v0.models.LabelTrackingCarrierService => ({
|
|
@@ -31469,10 +31537,8 @@ export const makeAfterpayRefundDeleted = () => factories['io.flow.internal.v0.mo
|
|
|
31469
31537
|
export const makeAfterpayRefundUpserted = () => factories['io.flow.internal.v0.models.afterpay_refund_upserted']();
|
|
31470
31538
|
export const makeAftershipWebhook = () => factories['io.flow.internal.v0.models.aftership_webhook']();
|
|
31471
31539
|
export const makeAldoItem = () => factories['io.flow.internal.v0.models.aldo_item']();
|
|
31472
|
-
export const makeAldoItemDeleted = () => factories['io.flow.internal.v0.models.aldo_item_deleted']();
|
|
31473
31540
|
export const makeAldoItemForm = () => factories['io.flow.internal.v0.models.aldo_item_form']();
|
|
31474
31541
|
export const makeAldoItemType = () => factories['io.flow.internal.v0.enums.aldo_item_type']();
|
|
31475
|
-
export const makeAldoItemUpserted = () => factories['io.flow.internal.v0.models.aldo_item_upserted']();
|
|
31476
31542
|
export const makeAlertErrorSummary = () => factories['io.flow.internal.v0.models.alert_error_summary']();
|
|
31477
31543
|
export const makeAlertFailureSummary = () => factories['io.flow.internal.v0.models.alert_failure_summary']();
|
|
31478
31544
|
export const makeAlertFailureSummaryDetail = () => factories['io.flow.internal.v0.models.alert_failure_summary_detail']();
|
|
@@ -31482,6 +31548,9 @@ export const makeAllItemsExport = () => factories['io.flow.internal.v0.models.al
|
|
|
31482
31548
|
export const makeAllOrganizationsMembership = () => factories['io.flow.internal.v0.models.all_organizations_membership']();
|
|
31483
31549
|
export const makeAllocationItemReference = () => factories['io.flow.internal.v0.models.allocation_item_reference']();
|
|
31484
31550
|
export const makeAllowedLabels = () => factories['io.flow.internal.v0.models.allowed_labels']();
|
|
31551
|
+
export const makeAnshItem = () => factories['io.flow.internal.v0.models.ansh_item']();
|
|
31552
|
+
export const makeAnshItemForm = () => factories['io.flow.internal.v0.models.ansh_item_form']();
|
|
31553
|
+
export const makeAnshItemType = () => factories['io.flow.internal.v0.enums.ansh_item_type']();
|
|
31485
31554
|
export const makeAnyDangerousGoods = () => factories['io.flow.internal.v0.enums.any_dangerous_goods']();
|
|
31486
31555
|
export const makeApiCallReferenceId = () => factories['io.flow.internal.v0.enums.api_call_reference_id']();
|
|
31487
31556
|
export const makeApmContent = () => factories['io.flow.internal.v0.models.apm_content']();
|
|
@@ -32018,9 +32087,6 @@ export const makeFeatureValueResult = () => factories['io.flow.internal.v0.model
|
|
|
32018
32087
|
export const makeFedex = () => factories['io.flow.internal.v0.models.fedex']();
|
|
32019
32088
|
export const makeFedexCrossborder = () => factories['io.flow.internal.v0.models.fedex_crossborder']();
|
|
32020
32089
|
export const makeFee = () => factories['io.flow.internal.v0.models.fee']();
|
|
32021
|
-
export const makeFeedDeleted = () => factories['io.flow.internal.v0.models.feed_deleted']();
|
|
32022
|
-
export const makeFeedUpserted = () => factories['io.flow.internal.v0.models.feed_upserted']();
|
|
32023
|
-
export const makeFeedsExport = () => factories['io.flow.internal.v0.models.feeds_export']();
|
|
32024
32090
|
export const makeFees = () => factories['io.flow.internal.v0.models.fees']();
|
|
32025
32091
|
export const makeFeesSource = () => factories['io.flow.internal.v0.enums.fees_source']();
|
|
32026
32092
|
export const makeFinalEstimate = () => factories['io.flow.internal.v0.models.final_estimate']();
|
|
@@ -32131,6 +32197,7 @@ export const makeFxRevenueRecognitionOrder = () => factories['io.flow.internal.v
|
|
|
32131
32197
|
export const makeFxRevenueRecognitionOrganization = () => factories['io.flow.internal.v0.models.fx_revenue_recognition_organization']();
|
|
32132
32198
|
export const makeFxRevenueRecognitionRate = () => factories['io.flow.internal.v0.models.fx_revenue_recognition_rate']();
|
|
32133
32199
|
export const makeFxRevenueRecognitionSource = () => factories['io.flow.internal.v0.models.fx_revenue_recognition_source']();
|
|
32200
|
+
export const makeGeRevenueShareTransaction = () => factories['io.flow.internal.v0.models.ge_revenue_share_transaction']();
|
|
32134
32201
|
export const makeGenerateLoad = () => factories['io.flow.internal.v0.unions.generate_load']();
|
|
32135
32202
|
export const makeGenerateLoadMultipleOrgs = () => factories['io.flow.internal.v0.models.generate_load_multiple_orgs']();
|
|
32136
32203
|
export const makeGenerateLoadSingleOrg = () => factories['io.flow.internal.v0.models.generate_load_single_org']();
|
|
@@ -32154,8 +32221,6 @@ export const makeHarmonizationCodesImport = () => factories['io.flow.internal.v0
|
|
|
32154
32221
|
export const makeHarmonizationColumnSetting = () => factories['io.flow.internal.v0.models.harmonization_column_setting']();
|
|
32155
32222
|
export const makeHarmonizationDecisionSource = () => factories['io.flow.internal.v0.enums.harmonization_decision_source']();
|
|
32156
32223
|
export const makeHarmonizationItemClassification = () => factories['io.flow.internal.v0.models.harmonization_item_classification']();
|
|
32157
|
-
export const makeHarmonizationItemClassificationDeleted = () => factories['io.flow.internal.v0.models.harmonization_item_classification_deleted']();
|
|
32158
|
-
export const makeHarmonizationItemClassificationUpserted = () => factories['io.flow.internal.v0.models.harmonization_item_classification_upserted']();
|
|
32159
32224
|
export const makeHarmonizationItemSummary = () => factories['io.flow.internal.v0.models.harmonization_item_summary']();
|
|
32160
32225
|
export const makeHarmonizationMlModelSummary = () => factories['io.flow.internal.v0.models.harmonization_ml_model_summary']();
|
|
32161
32226
|
export const makeHarmonizationPhraseSuggestionRequestImport = () => factories['io.flow.internal.v0.models.harmonization_phrase_suggestion_request_import']();
|
|
@@ -32259,6 +32324,8 @@ export const makeLabelCreationJobSummary = () => factories['io.flow.internal.v0.
|
|
|
32259
32324
|
export const makeLabelCreationRequestForm = () => factories['io.flow.internal.v0.models.label_creation_request_form']();
|
|
32260
32325
|
export const makeLabelCreationStatus = () => factories['io.flow.internal.v0.enums.label_creation_status']();
|
|
32261
32326
|
export const makeLabelDestination = () => factories['io.flow.internal.v0.models.label_destination']();
|
|
32327
|
+
export const makeLabelEventMedium = () => factories['io.flow.internal.v0.enums.label_event_medium']();
|
|
32328
|
+
export const makeLabelEventSource = () => factories['io.flow.internal.v0.enums.label_event_source']();
|
|
32262
32329
|
export const makeLabelGenerationSettings = () => factories['io.flow.internal.v0.models.label_generation_settings']();
|
|
32263
32330
|
export const makeLabelGenerationSettingsDeleted = () => factories['io.flow.internal.v0.models.label_generation_settings_deleted']();
|
|
32264
32331
|
export const makeLabelGenerationSettingsForm = () => factories['io.flow.internal.v0.models.label_generation_settings_form']();
|
|
@@ -32312,16 +32379,9 @@ export const makeLocalizedContent = () => factories['io.flow.internal.v0.models.
|
|
|
32312
32379
|
export const makeLocalizedContentElement = () => factories['io.flow.internal.v0.models.localized_content_element']();
|
|
32313
32380
|
export const makeLocalizedContentForm = () => factories['io.flow.internal.v0.models.localized_content_form']();
|
|
32314
32381
|
export const makeLocalizedContentUpserted = () => factories['io.flow.internal.v0.models.localized_content_upserted']();
|
|
32315
|
-
export const makeLocalizedItemDeleted = () => factories['io.flow.internal.v0.models.localized_item_deleted']();
|
|
32316
|
-
export const makeLocalizedItemDeletedV2 = () => factories['io.flow.internal.v0.models.localized_item_deleted_v2']();
|
|
32317
32382
|
export const makeLocalizedItemPricesExportRequest = () => factories['io.flow.internal.v0.models.localized_item_prices_export_request']();
|
|
32318
|
-
export const makeLocalizedItemSnapshot = () => factories['io.flow.internal.v0.models.localized_item_snapshot']();
|
|
32319
|
-
export const makeLocalizedItemUpsertedV2 = () => factories['io.flow.internal.v0.models.localized_item_upserted_v2']();
|
|
32320
32383
|
export const makeLocalizedItemsExportSettings = () => factories['io.flow.internal.v0.models.localized_items_export_settings']();
|
|
32321
|
-
export const makeLocalizedPriceBookItem = () => factories['io.flow.internal.v0.models.localized_price_book_item']();
|
|
32322
32384
|
export const makeLocalizedPriceBookItemData = () => factories['io.flow.internal.v0.models.localized_price_book_item_data']();
|
|
32323
|
-
export const makeLocalizedPriceBookItemDeleted = () => factories['io.flow.internal.v0.models.localized_price_book_item_deleted']();
|
|
32324
|
-
export const makeLocalizedPriceBookItemUpserted = () => factories['io.flow.internal.v0.models.localized_price_book_item_upserted']();
|
|
32325
32385
|
export const makeLocation = () => factories['io.flow.internal.v0.models.location']();
|
|
32326
32386
|
export const makeLogisticsCapabilities = () => factories['io.flow.internal.v0.models.logistics_capabilities']();
|
|
32327
32387
|
export const makeLogisticsCapabilitiesDeleted = () => factories['io.flow.internal.v0.models.logistics_capabilities_deleted']();
|
|
@@ -32353,58 +32413,6 @@ export const makeManualTransactionCategory = () => factories['io.flow.internal.v
|
|
|
32353
32413
|
export const makeManualTransactionForm = () => factories['io.flow.internal.v0.models.manual_transaction_form']();
|
|
32354
32414
|
export const makeManualTransactionFormOrder = () => factories['io.flow.internal.v0.models.manual_transaction_form_order']();
|
|
32355
32415
|
export const makeMarkedAsFinal = () => factories['io.flow.internal.v0.models.marked_as_final']();
|
|
32356
|
-
export const makeMarketingGatewayAccountConnectionStatus = () => factories['io.flow.internal.v0.enums.marketing_gateway_account_connection_status']();
|
|
32357
|
-
export const makeMarketingGatewayChannel = () => factories['io.flow.internal.v0.models.marketing_gateway_channel']();
|
|
32358
|
-
export const makeMarketingGatewayChannelConnectionForm = () => factories['io.flow.internal.v0.models.marketing_gateway_channel_connection_form']();
|
|
32359
|
-
export const makeMarketingGatewayChannelDetails = () => factories['io.flow.internal.v0.unions.marketing_gateway_channel_details']();
|
|
32360
|
-
export const makeMarketingGatewayChannelForm = () => factories['io.flow.internal.v0.models.marketing_gateway_channel_form']();
|
|
32361
|
-
export const makeMarketingGatewayChannelIntegrationType = () => factories['io.flow.internal.v0.enums.marketing_gateway_channel_integration_type']();
|
|
32362
|
-
export const makeMarketingGatewayChannelSourceSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_channel_source_summary']();
|
|
32363
|
-
export const makeMarketingGatewayChannelStatus = () => factories['io.flow.internal.v0.enums.marketing_gateway_channel_status']();
|
|
32364
|
-
export const makeMarketingGatewayDistributionChannel = () => factories['io.flow.internal.v0.unions.marketing_gateway_distribution_channel']();
|
|
32365
|
-
export const makeMarketingGatewayDistributionChannelFacebook = () => factories['io.flow.internal.v0.models.marketing_gateway_distribution_channel_facebook']();
|
|
32366
|
-
export const makeMarketingGatewayDistributionChannelGoogle = () => factories['io.flow.internal.v0.models.marketing_gateway_distribution_channel_google']();
|
|
32367
|
-
export const makeMarketingGatewayError = () => factories['io.flow.internal.v0.models.marketing_gateway_error']();
|
|
32368
|
-
export const makeMarketingGatewayErrorCode = () => factories['io.flow.internal.v0.enums.marketing_gateway_error_code']();
|
|
32369
|
-
export const makeMarketingGatewayFacebookBusiness = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_business']();
|
|
32370
|
-
export const makeMarketingGatewayFacebookBusinessSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_business_summary']();
|
|
32371
|
-
export const makeMarketingGatewayFacebookCatalogForm = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_catalog_form']();
|
|
32372
|
-
export const makeMarketingGatewayFacebookCatalogSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_catalog_summary']();
|
|
32373
|
-
export const makeMarketingGatewayFacebookChannelDetails = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_channel_details']();
|
|
32374
|
-
export const makeMarketingGatewayFacebookConnection = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection']();
|
|
32375
|
-
export const makeMarketingGatewayFacebookConnectionAccessTokenSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection_access_token_summary']();
|
|
32376
|
-
export const makeMarketingGatewayFacebookConnectionDeauth = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection_deauth']();
|
|
32377
|
-
export const makeMarketingGatewayFacebookConnectionForm = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_connection_form']();
|
|
32378
|
-
export const makeMarketingGatewayFacebookSourceSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_facebook_source_summary']();
|
|
32379
|
-
export const makeMarketingGatewayFacebookTokenStatus = () => factories['io.flow.internal.v0.enums.marketing_gateway_facebook_token_status']();
|
|
32380
|
-
export const makeMarketingGatewayFeed = () => factories['io.flow.internal.v0.models.marketing_gateway_feed']();
|
|
32381
|
-
export const makeMarketingGatewayFeedDownloadFormat = () => factories['io.flow.internal.v0.enums.marketing_gateway_feed_download_format']();
|
|
32382
|
-
export const makeMarketingGatewayFeedExportForm = () => factories['io.flow.internal.v0.models.marketing_gateway_feed_export_form']();
|
|
32383
|
-
export const makeMarketingGatewayFeedForm = () => factories['io.flow.internal.v0.models.marketing_gateway_feed_form']();
|
|
32384
|
-
export const makeMarketingGatewayFeedFormRequest = () => factories['io.flow.internal.v0.models.marketing_gateway_feed_form_request']();
|
|
32385
|
-
export const makeMarketingGatewayFeedSource = () => factories['io.flow.internal.v0.unions.marketing_gateway_feed_source']();
|
|
32386
|
-
export const makeMarketingGatewayFeedSourceFacebook = () => factories['io.flow.internal.v0.models.marketing_gateway_feed_source_facebook']();
|
|
32387
|
-
export const makeMarketingGatewayFeedSourceGoogle = () => factories['io.flow.internal.v0.models.marketing_gateway_feed_source_google']();
|
|
32388
|
-
export const makeMarketingGatewayFeedState = () => factories['io.flow.internal.v0.enums.marketing_gateway_feed_state']();
|
|
32389
|
-
export const makeMarketingGatewayFilterSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_filter_summary']();
|
|
32390
|
-
export const makeMarketingGatewayFlowSourceSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_flow_source_summary']();
|
|
32391
|
-
export const makeMarketingGatewayGoogleAccountForm = () => factories['io.flow.internal.v0.models.marketing_gateway_google_account_form']();
|
|
32392
|
-
export const makeMarketingGatewayGoogleAccountSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_google_account_summary']();
|
|
32393
|
-
export const makeMarketingGatewayGoogleChannelDetails = () => factories['io.flow.internal.v0.models.marketing_gateway_google_channel_details']();
|
|
32394
|
-
export const makeMarketingGatewayGoogleConnection = () => factories['io.flow.internal.v0.models.marketing_gateway_google_connection']();
|
|
32395
|
-
export const makeMarketingGatewayGoogleConnectionForm = () => factories['io.flow.internal.v0.models.marketing_gateway_google_connection_form']();
|
|
32396
|
-
export const makeMarketingGatewayGoogleItem = () => factories['io.flow.internal.v0.models.marketing_gateway_google_item']();
|
|
32397
|
-
export const makeMarketingGatewayGoogleSourceSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_google_source_summary']();
|
|
32398
|
-
export const makeMarketingGatewayItem = () => factories['io.flow.internal.v0.unions.marketing_gateway_item']();
|
|
32399
|
-
export const makeMarketingGatewayLocalizedItem = () => factories['io.flow.internal.v0.models.marketing_gateway_localized_item']();
|
|
32400
|
-
export const makeMarketingGatewayNewChannelRequestForm = () => factories['io.flow.internal.v0.models.marketing_gateway_new_channel_request_form']();
|
|
32401
|
-
export const makeMarketingGatewayPlatform = () => factories['io.flow.internal.v0.enums.marketing_gateway_platform']();
|
|
32402
|
-
export const makeMarketingGatewayProductDatasourceSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_product_datasource_summary']();
|
|
32403
|
-
export const makeMarketingGatewayProductStatus = () => factories['io.flow.internal.v0.enums.marketing_gateway_product_status']();
|
|
32404
|
-
export const makeMarketingGatewaySchemaCompatibility = () => factories['io.flow.internal.v0.enums.marketing_gateway_schema_compatibility']();
|
|
32405
|
-
export const makeMarketingGatewaySchemaSummary = () => factories['io.flow.internal.v0.models.marketing_gateway_schema_summary']();
|
|
32406
|
-
export const makeMarketingGatewaySourceSummary = () => factories['io.flow.internal.v0.unions.marketing_gateway_source_summary']();
|
|
32407
|
-
export const makeMarketingGatewaySupportedChannelDetails = () => factories['io.flow.internal.v0.models.marketing_gateway_supported_channel_details']();
|
|
32408
32416
|
export const makeMarketsOrder = () => factories['io.flow.internal.v0.models.markets_order']();
|
|
32409
32417
|
export const makeMarketsOrderSummary = () => factories['io.flow.internal.v0.models.markets_order_summary']();
|
|
32410
32418
|
export const makeMerchant = () => factories['io.flow.internal.v0.models.merchant']();
|
|
@@ -32436,6 +32444,7 @@ export const makeNoCalculatedTaxAmount = () => factories['io.flow.internal.v0.mo
|
|
|
32436
32444
|
export const makeNoClassificationForm = () => factories['io.flow.internal.v0.models.no_classification_form']();
|
|
32437
32445
|
export const makeNoLiabilityReasonCode = () => factories['io.flow.internal.v0.enums.no_liability_reason_code']();
|
|
32438
32446
|
export const makeNonChannelPaymentBankAccount = () => factories['io.flow.internal.v0.models.non_channel_payment_bank_account']();
|
|
32447
|
+
export const makeNonL4LTaxDutyFxTransaction = () => factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction']();
|
|
32439
32448
|
export const makeNotification = () => factories['io.flow.internal.v0.models.notification']();
|
|
32440
32449
|
export const makeOnboardingAuditMessage = () => factories['io.flow.internal.v0.models.onboarding_audit_message']();
|
|
32441
32450
|
export const makeOnboardingAuditMessageLevel = () => factories['io.flow.internal.v0.enums.onboarding_audit_message_level']();
|
|
@@ -32627,6 +32636,8 @@ export const makePaymentProcessorAccountUpserted = () => factories['io.flow.inte
|
|
|
32627
32636
|
export const makePaymentProcessorMerchantDeleted = () => factories['io.flow.internal.v0.models.payment_processor_merchant_deleted']();
|
|
32628
32637
|
export const makePaymentProcessorMerchantUpserted = () => factories['io.flow.internal.v0.models.payment_processor_merchant_upserted']();
|
|
32629
32638
|
export const makePaymentRedirect = () => factories['io.flow.internal.v0.unions.payment_redirect']();
|
|
32639
|
+
export const makePaymentShortUrl = () => factories['io.flow.internal.v0.models.payment_short_url']();
|
|
32640
|
+
export const makePaymentShortUrlDiscriminator = () => factories['io.flow.internal.v0.enums.payment_short_url_discriminator']();
|
|
32630
32641
|
export const makePaymentSummary = () => factories['io.flow.internal.v0.models.payment_summary']();
|
|
32631
32642
|
export const makePaymentSummaryDetails = () => factories['io.flow.internal.v0.unions.payment_summary_details']();
|
|
32632
32643
|
export const makePaymentSummaryStatus = () => factories['io.flow.internal.v0.enums.payment_summary_status']();
|
|
@@ -32876,10 +32887,16 @@ export const makeRestrictionProductRequestForm = () => factories['io.flow.intern
|
|
|
32876
32887
|
export const makeRestrictionProductSummary = () => factories['io.flow.internal.v0.models.restriction_product_summary']();
|
|
32877
32888
|
export const makeRestrictionRule = () => factories['io.flow.internal.v0.models.restriction_rule']();
|
|
32878
32889
|
export const makeRestrictionRuleDecisionForm = () => factories['io.flow.internal.v0.models.restriction_rule_decision_form']();
|
|
32890
|
+
export const makeRestrictionRuleDeleted = () => factories['io.flow.internal.v0.models.restriction_rule_deleted']();
|
|
32891
|
+
export const makeRestrictionRuleEffect = () => factories['io.flow.internal.v0.models.restriction_rule_effect']();
|
|
32892
|
+
export const makeRestrictionRuleEffectDeleted = () => factories['io.flow.internal.v0.models.restriction_rule_effect_deleted']();
|
|
32893
|
+
export const makeRestrictionRuleEffectForm = () => factories['io.flow.internal.v0.models.restriction_rule_effect_form']();
|
|
32894
|
+
export const makeRestrictionRuleEffectUpserted = () => factories['io.flow.internal.v0.models.restriction_rule_effect_upserted']();
|
|
32879
32895
|
export const makeRestrictionRuleForm = () => factories['io.flow.internal.v0.models.restriction_rule_form']();
|
|
32880
32896
|
export const makeRestrictionRuleMetadata = () => factories['io.flow.internal.v0.models.restriction_rule_metadata']();
|
|
32881
32897
|
export const makeRestrictionRuleOverride = () => factories['io.flow.internal.v0.models.restriction_rule_override']();
|
|
32882
32898
|
export const makeRestrictionRuleSummary = () => factories['io.flow.internal.v0.models.restriction_rule_summary']();
|
|
32899
|
+
export const makeRestrictionRuleUpserted = () => factories['io.flow.internal.v0.models.restriction_rule_upserted']();
|
|
32883
32900
|
export const makeRestrictionStatus = () => factories['io.flow.internal.v0.enums.restriction_status']();
|
|
32884
32901
|
export const makeRestrictionStatusMetadata = () => factories['io.flow.internal.v0.models.restriction_status_metadata']();
|
|
32885
32902
|
export const makeRestrictionsDailyops = () => factories['io.flow.internal.v0.models.restrictions_dailyops']();
|
|
@@ -32960,6 +32977,15 @@ export const makeShopifyIncotermConfiguration = () => factories['io.flow.interna
|
|
|
32960
32977
|
export const makeShopifyIncotermIncludes = () => factories['io.flow.internal.v0.models.shopify_incoterm_includes']();
|
|
32961
32978
|
export const makeShopifyIncotermSummaryErrorData = () => factories['io.flow.internal.v0.models.shopify_incoterm_summary_error_data']();
|
|
32962
32979
|
export const makeShopifyIncotermSummaryErrorPublished = () => factories['io.flow.internal.v0.models.shopify_incoterm_summary_error_published']();
|
|
32980
|
+
export const makeShopifyInventoryItemCreateDeleted = () => factories['io.flow.internal.v0.models.shopify_inventory_item_create_deleted']();
|
|
32981
|
+
export const makeShopifyInventoryItemCreateUpserted = () => factories['io.flow.internal.v0.models.shopify_inventory_item_create_upserted']();
|
|
32982
|
+
export const makeShopifyInventoryItemCreateWebhookEvent = () => factories['io.flow.internal.v0.models.shopify_inventory_item_create_webhook_event']();
|
|
32983
|
+
export const makeShopifyInventoryItemDeleteDeleted = () => factories['io.flow.internal.v0.models.shopify_inventory_item_delete_deleted']();
|
|
32984
|
+
export const makeShopifyInventoryItemDeleteUpserted = () => factories['io.flow.internal.v0.models.shopify_inventory_item_delete_upserted']();
|
|
32985
|
+
export const makeShopifyInventoryItemDeleteWebhookEvent = () => factories['io.flow.internal.v0.models.shopify_inventory_item_delete_webhook_event']();
|
|
32986
|
+
export const makeShopifyInventoryItemUpdateDeleted = () => factories['io.flow.internal.v0.models.shopify_inventory_item_update_deleted']();
|
|
32987
|
+
export const makeShopifyInventoryItemUpdateUpserted = () => factories['io.flow.internal.v0.models.shopify_inventory_item_update_upserted']();
|
|
32988
|
+
export const makeShopifyInventoryItemUpdateWebhookEvent = () => factories['io.flow.internal.v0.models.shopify_inventory_item_update_webhook_event']();
|
|
32963
32989
|
export const makeShopifyMarketsBestSellingProduct = () => factories['io.flow.internal.v0.models.shopify_markets_best_selling_product']();
|
|
32964
32990
|
export const makeShopifyMarketsBestSellingProductDeleted = () => factories['io.flow.internal.v0.models.shopify_markets_best_selling_product_deleted']();
|
|
32965
32991
|
export const makeShopifyMarketsBestSellingProductUpserted = () => factories['io.flow.internal.v0.models.shopify_markets_best_selling_product_upserted']();
|
|
@@ -33027,6 +33053,15 @@ export const makeShopifyProductBundle = () => factories['io.flow.internal.v0.mod
|
|
|
33027
33053
|
export const makeShopifyProductBundleDeleted = () => factories['io.flow.internal.v0.models.shopify_product_bundle_deleted']();
|
|
33028
33054
|
export const makeShopifyProductBundleUnderlying = () => factories['io.flow.internal.v0.models.shopify_product_bundle_underlying']();
|
|
33029
33055
|
export const makeShopifyProductBundleUpserted = () => factories['io.flow.internal.v0.models.shopify_product_bundle_upserted']();
|
|
33056
|
+
export const makeShopifyProductCreateDeleted = () => factories['io.flow.internal.v0.models.shopify_product_create_deleted']();
|
|
33057
|
+
export const makeShopifyProductCreateUpserted = () => factories['io.flow.internal.v0.models.shopify_product_create_upserted']();
|
|
33058
|
+
export const makeShopifyProductCreateWebhookEvent = () => factories['io.flow.internal.v0.models.shopify_product_create_webhook_event']();
|
|
33059
|
+
export const makeShopifyProductDeleteDeleted = () => factories['io.flow.internal.v0.models.shopify_product_delete_deleted']();
|
|
33060
|
+
export const makeShopifyProductDeleteUpserted = () => factories['io.flow.internal.v0.models.shopify_product_delete_upserted']();
|
|
33061
|
+
export const makeShopifyProductDeleteWebhookEvent = () => factories['io.flow.internal.v0.models.shopify_product_delete_webhook_event']();
|
|
33062
|
+
export const makeShopifyProductUpdateDeleted = () => factories['io.flow.internal.v0.models.shopify_product_update_deleted']();
|
|
33063
|
+
export const makeShopifyProductUpdateUpserted = () => factories['io.flow.internal.v0.models.shopify_product_update_upserted']();
|
|
33064
|
+
export const makeShopifyProductUpdateWebhookEvent = () => factories['io.flow.internal.v0.models.shopify_product_update_webhook_event']();
|
|
33030
33065
|
export const makeShopifyProductWrapper = () => factories['io.flow.internal.v0.models.shopify_product_wrapper']();
|
|
33031
33066
|
export const makeShopifyPromoForm = () => factories['io.flow.internal.v0.models.shopify_promo_form']();
|
|
33032
33067
|
export const makeShopifyPromotion = () => factories['io.flow.internal.v0.models.shopify_promotion']();
|
|
@@ -33055,6 +33090,7 @@ export const makeShopifyShopDeleted = () => factories['io.flow.internal.v0.model
|
|
|
33055
33090
|
export const makeShopifyShopStatistics = () => factories['io.flow.internal.v0.models.shopify_shop_statistics']();
|
|
33056
33091
|
export const makeShopifyShopUpserted = () => factories['io.flow.internal.v0.models.shopify_shop_upserted']();
|
|
33057
33092
|
export const makeShopifyStoreDetail = () => factories['io.flow.internal.v0.models.shopify_store_detail']();
|
|
33093
|
+
export const makeShopifyStripeEvent = () => factories['io.flow.internal.v0.models.shopify_stripe_event']();
|
|
33058
33094
|
export const makeShopifyWebhook = () => factories['io.flow.internal.v0.models.shopify_webhook']();
|
|
33059
33095
|
export const makeShopifyWebhookEvent = () => factories['io.flow.internal.v0.models.shopify_webhook_event']();
|
|
33060
33096
|
export const makeShopifyWebhookForm = () => factories['io.flow.internal.v0.models.shopify_webhook_form']();
|
|
@@ -33135,7 +33171,6 @@ export const makeSubscriptionTransaction = () => factories['io.flow.internal.v0.
|
|
|
33135
33171
|
export const makeSuggestionAction = () => factories['io.flow.internal.v0.enums.suggestion_action']();
|
|
33136
33172
|
export const makeSupportedLabels = () => factories['io.flow.internal.v0.models.supported_labels']();
|
|
33137
33173
|
export const makeTariffCodeDuty = () => factories['io.flow.internal.v0.models.tariff_code_duty']();
|
|
33138
|
-
export const makeTariffCodesExport = () => factories['io.flow.internal.v0.models.tariff_codes_export']();
|
|
33139
33174
|
export const makeTariffEligibility = () => factories['io.flow.internal.v0.models.tariff_eligibility']();
|
|
33140
33175
|
export const makeTariffEligibilityData = () => factories['io.flow.internal.v0.unions.tariff_eligibility_data']();
|
|
33141
33176
|
export const makeTariffEligibilityForm = () => factories['io.flow.internal.v0.unions.tariff_eligibility_form']();
|
|
@@ -33157,6 +33192,11 @@ export const makeTaxCalculationErrorCode = () => factories['io.flow.internal.v0.
|
|
|
33157
33192
|
export const makeTaxCalculationForm = () => factories['io.flow.internal.v0.models.tax_calculation_form']();
|
|
33158
33193
|
export const makeTaxCalculationLineItem = () => factories['io.flow.internal.v0.models.tax_calculation_line_item']();
|
|
33159
33194
|
export const makeTaxCalculationLineItemForm = () => factories['io.flow.internal.v0.models.tax_calculation_line_item_form']();
|
|
33195
|
+
export const makeTaxDutyDeltaMetadataActual = () => factories['io.flow.internal.v0.models.tax_duty_delta_metadata_actual']();
|
|
33196
|
+
export const makeTaxDutyDeltaMetadataActualProcessing = () => factories['io.flow.internal.v0.models.tax_duty_delta_metadata_actual_processing']();
|
|
33197
|
+
export const makeTaxDutyDeltaMetadataExpected = () => factories['io.flow.internal.v0.models.tax_duty_delta_metadata_expected']();
|
|
33198
|
+
export const makeTaxDutyDeltaMetadataExpectedProcessing = () => factories['io.flow.internal.v0.models.tax_duty_delta_metadata_expected_processing']();
|
|
33199
|
+
export const makeTaxDutyDeltaTransaction = () => factories['io.flow.internal.v0.models.tax_duty_delta_transaction']();
|
|
33160
33200
|
export const makeTaxParty = () => factories['io.flow.internal.v0.enums.tax_party']();
|
|
33161
33201
|
export const makeTaxRemittanceTransaction = () => factories['io.flow.internal.v0.models.tax_remittance_transaction']();
|
|
33162
33202
|
export const makeTaxRemittanceTransactionDeleted = () => factories['io.flow.internal.v0.models.tax_remittance_transaction_deleted']();
|