@flowio/api-internal-prop-types 9.24.136 → 9.24.137

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.
@@ -1278,6 +1278,22 @@ T['io.flow.experience.v0.models.address_configuration_province'] = PropTypes.exa
1278
1278
  ),
1279
1279
  });
1280
1280
 
1281
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_merchant_markets_deleted'] = PropTypes.exact({
1282
+ discriminator: PropTypes.oneOf(['shopify_merchant_markets_deleted']).isRequired,
1283
+ event_id: PropTypes.string.isRequired,
1284
+ timestamp: PropTypes.string.isRequired,
1285
+ organization: PropTypes.string.isRequired,
1286
+ id: PropTypes.string.isRequired,
1287
+ });
1288
+
1289
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_adaptive_pricing_coefficients_deleted'] = PropTypes.exact({
1290
+ discriminator: PropTypes.oneOf(['shopify_adaptive_pricing_coefficients_deleted']).isRequired,
1291
+ event_id: PropTypes.string.isRequired,
1292
+ timestamp: PropTypes.string.isRequired,
1293
+ organization: PropTypes.string.isRequired,
1294
+ id: PropTypes.string.isRequired,
1295
+ });
1296
+
1281
1297
  T['io.flow.shopify.markets.internal.event.v0.models.shopify_test_order_deleted'] = PropTypes.exact({
1282
1298
  discriminator: PropTypes.oneOf(['shopify_test_order_deleted']).isRequired,
1283
1299
  event_id: PropTypes.string.isRequired,
@@ -3531,6 +3547,28 @@ T['io.flow.shopify.markets.internal.event.v0.models.shopify_product_bundle_upser
3531
3547
  shopify_product_bundle: T['io.flow.shopify.markets.internal.v0.models.shopify_product_bundle'].isRequired,
3532
3548
  });
3533
3549
 
3550
+ T['io.flow.shopify.markets.internal.v0.models.shopify_merchant_market_country'] = PropTypes.exact({
3551
+ code: PropTypes.string.isRequired,
3552
+ actively_managing: PropTypes.bool.isRequired,
3553
+ });
3554
+
3555
+ T['io.flow.shopify.markets.internal.v0.models.shopify_merchant_markets'] = PropTypes.exact({
3556
+ id: PropTypes.string.isRequired,
3557
+ organization_id: PropTypes.string.isRequired,
3558
+
3559
+ countries: PropTypes.arrayOf(
3560
+ T['io.flow.shopify.markets.internal.v0.models.shopify_merchant_market_country'],
3561
+ ).isRequired,
3562
+ });
3563
+
3564
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_merchant_markets_upserted'] = PropTypes.exact({
3565
+ discriminator: PropTypes.oneOf(['shopify_merchant_markets_upserted']).isRequired,
3566
+ event_id: PropTypes.string.isRequired,
3567
+ timestamp: PropTypes.string.isRequired,
3568
+ organization: PropTypes.string.isRequired,
3569
+ shopify_merchant_markets: T['io.flow.shopify.markets.internal.v0.models.shopify_merchant_markets'].isRequired,
3570
+ });
3571
+
3534
3572
  T['io.flow.shopify.markets.internal.v0.models.shopify_markets_incorporation_country'] = PropTypes.exact({
3535
3573
  country: PropTypes.string.isRequired,
3536
3574
  state: PropTypes.string,
@@ -3604,6 +3642,7 @@ T['io.flow.channel.internal.v0.enums.channel_order_acceptance_rejection_reason']
3604
3642
  'unsupported_order_edit',
3605
3643
  'order_allocation_duties_mismatch',
3606
3644
  'order_missing',
3645
+ 'order_cancelled',
3607
3646
  'organization_deactivated',
3608
3647
  ]);
3609
3648
 
@@ -8728,6 +8767,22 @@ T['io.flow.internal.v0.models.shopify_product_create_deleted'] = PropTypes.exact
8728
8767
  id: PropTypes.string.isRequired,
8729
8768
  });
8730
8769
 
8770
+ T['io.flow.internal.v0.models.shopify_merchant_markets_deleted'] = PropTypes.exact({
8771
+ discriminator: PropTypes.oneOf(['shopify_merchant_markets_deleted']).isRequired,
8772
+ event_id: PropTypes.string.isRequired,
8773
+ timestamp: PropTypes.string.isRequired,
8774
+ organization: PropTypes.string.isRequired,
8775
+ id: PropTypes.string.isRequired,
8776
+ });
8777
+
8778
+ T['io.flow.internal.v0.models.shopify_adaptive_pricing_coefficients_deleted'] = PropTypes.exact({
8779
+ discriminator: PropTypes.oneOf(['shopify_adaptive_pricing_coefficients_deleted']).isRequired,
8780
+ event_id: PropTypes.string.isRequired,
8781
+ timestamp: PropTypes.string.isRequired,
8782
+ organization: PropTypes.string.isRequired,
8783
+ id: PropTypes.string.isRequired,
8784
+ });
8785
+
8731
8786
  T['io.flow.internal.v0.models.shopify_test_order_deleted'] = PropTypes.exact({
8732
8787
  discriminator: PropTypes.oneOf(['shopify_test_order_deleted']).isRequired,
8733
8788
  event_id: PropTypes.string.isRequired,
@@ -10934,6 +10989,25 @@ T['io.flow.internal.v0.models.stripe_connect_report_record_upserted'] = PropType
10934
10989
  record: T['io.flow.internal.v0.models.stripe_connect_report_record'].isRequired,
10935
10990
  });
10936
10991
 
10992
+ T['io.flow.internal.v0.models.shopify_merchant_market_country'] = PropTypes.exact({
10993
+ code: PropTypes.string.isRequired,
10994
+ actively_managing: PropTypes.bool.isRequired,
10995
+ });
10996
+
10997
+ T['io.flow.internal.v0.models.shopify_merchant_markets'] = PropTypes.exact({
10998
+ id: PropTypes.string.isRequired,
10999
+ organization_id: PropTypes.string.isRequired,
11000
+ countries: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_merchant_market_country']).isRequired,
11001
+ });
11002
+
11003
+ T['io.flow.internal.v0.models.shopify_merchant_markets_upserted'] = PropTypes.exact({
11004
+ discriminator: PropTypes.oneOf(['shopify_merchant_markets_upserted']).isRequired,
11005
+ event_id: PropTypes.string.isRequired,
11006
+ timestamp: PropTypes.string.isRequired,
11007
+ organization: PropTypes.string.isRequired,
11008
+ shopify_merchant_markets: T['io.flow.internal.v0.models.shopify_merchant_markets'].isRequired,
11009
+ });
11010
+
10937
11011
  T['io.flow.internal.v0.enums.shopify_weight_unit'] = PropTypes.oneOf(['g', 'kg', 'lb', 'oz']);
10938
11012
  T['io.flow.internal.v0.enums.shopify_dimension_unit'] = PropTypes.oneOf(['cm', 'ft', 'in', 'm', 'mm']);
10939
11013
 
@@ -11004,6 +11078,7 @@ T['io.flow.shopify.markets.v0.enums.shopify_webhook_topic'] = PropTypes.oneOf([
11004
11078
  'themes/update',
11005
11079
  'bulk_operations/finish',
11006
11080
  'shop/update',
11081
+ 'managed_markets_adaptive_pricing/updated',
11007
11082
  ]);
11008
11083
 
11009
11084
  T['io.flow.shopify.markets.v0.models.shopify_webhook_request'] = PropTypes.exact({
@@ -11363,6 +11438,51 @@ T['io.flow.internal.v0.models.shopify_callback_error'] = PropTypes.exact({
11363
11438
  errors: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_callback_error_item']).isRequired,
11364
11439
  });
11365
11440
 
11441
+ T['io.flow.shopify.markets.v0.models.shopify_adaptive_pricing_destination_coefficients'] = PropTypes.exact({
11442
+ country: PropTypes.string.isRequired,
11443
+ updated_at: PropTypes.string.isRequired,
11444
+ tax_and_duty_coefficient: PropTypes.string.isRequired,
11445
+ fees_coefficient: PropTypes.string.isRequired,
11446
+ merchant_subsidy_amount: PropTypes.string.isRequired,
11447
+ merchant_subsidy_currency: PropTypes.string.isRequired,
11448
+ adaptive_pricing_enabled: PropTypes.bool.isRequired,
11449
+ adaptive_shipping_enabled: PropTypes.bool.isRequired,
11450
+ });
11451
+
11452
+ T['io.flow.shopify.markets.internal.v0.models.shopify_adaptive_pricing_coefficients'] = PropTypes.exact({
11453
+ id: PropTypes.string.isRequired,
11454
+ organization_id: PropTypes.string.isRequired,
11455
+
11456
+ destination_coefficients: PropTypes.arrayOf(
11457
+ T['io.flow.shopify.markets.v0.models.shopify_adaptive_pricing_destination_coefficients'],
11458
+ ).isRequired,
11459
+ });
11460
+
11461
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_adaptive_pricing_coefficients_upserted'] = PropTypes.exact({
11462
+ discriminator: PropTypes.oneOf(['shopify_adaptive_pricing_coefficients_upserted']).isRequired,
11463
+ event_id: PropTypes.string.isRequired,
11464
+ timestamp: PropTypes.string.isRequired,
11465
+ organization: PropTypes.string.isRequired,
11466
+ shopify_adaptive_pricing_coefficients: T['io.flow.shopify.markets.internal.v0.models.shopify_adaptive_pricing_coefficients'].isRequired,
11467
+ });
11468
+
11469
+ T['io.flow.internal.v0.models.shopify_adaptive_pricing_coefficients'] = PropTypes.exact({
11470
+ id: PropTypes.string.isRequired,
11471
+ organization_id: PropTypes.string.isRequired,
11472
+
11473
+ destination_coefficients: PropTypes.arrayOf(
11474
+ T['io.flow.shopify.markets.v0.models.shopify_adaptive_pricing_destination_coefficients'],
11475
+ ).isRequired,
11476
+ });
11477
+
11478
+ T['io.flow.internal.v0.models.shopify_adaptive_pricing_coefficients_upserted'] = PropTypes.exact({
11479
+ discriminator: PropTypes.oneOf(['shopify_adaptive_pricing_coefficients_upserted']).isRequired,
11480
+ event_id: PropTypes.string.isRequired,
11481
+ timestamp: PropTypes.string.isRequired,
11482
+ organization: PropTypes.string.isRequired,
11483
+ shopify_adaptive_pricing_coefficients: T['io.flow.internal.v0.models.shopify_adaptive_pricing_coefficients'].isRequired,
11484
+ });
11485
+
11366
11486
  T['io.flow.ratecard.v0.models.ratecard_carrier_summary'] = PropTypes.exact({
11367
11487
  id: PropTypes.string.isRequired,
11368
11488
  name: PropTypes.string.isRequired,
@@ -12561,6 +12681,8 @@ T['io.flow.internal.v0.models.preonboarding_sellability_result'] = PropTypes.exa
12561
12681
  matching_sellability_positive_keywords: PropTypes.arrayOf(PropTypes.string),
12562
12682
  classification_failure_reason: T['io.flow.internal.v0.enums.classification_failure_reason'],
12563
12683
  taxonomy_category: T['io.flow.product.v0.models.product_taxonomy_category'],
12684
+ inferred_taxonomy_category: T['io.flow.product.v0.models.product_taxonomy_category'],
12685
+ effective_taxonomy_category: T['io.flow.product.v0.models.product_taxonomy_category'],
12564
12686
  fingerprint: PropTypes.string.isRequired,
12565
12687
  screening_mode: T['io.flow.sellability.v0.enums.sellability_screening_mode'],
12566
12688
  });
@@ -15527,6 +15649,15 @@ T['io.flow.internal.v0.models.reporting_payment'] = PropTypes.exact({
15527
15649
  total: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
15528
15650
  });
15529
15651
 
15652
+ T['io.flow.internal.v0.models.reporting_freight_guaranteed'] = PropTypes.exact({
15653
+ amount: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
15654
+ coefficient: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
15655
+ });
15656
+
15657
+ T['io.flow.internal.v0.models.reporting_freight'] = PropTypes.exact({
15658
+ guaranteed: T['io.flow.internal.v0.models.reporting_freight_guaranteed'],
15659
+ });
15660
+
15530
15661
  T['io.flow.internal.v0.models.reporting_fees'] = PropTypes.exact({
15531
15662
  mor: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
15532
15663
  fx: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
@@ -17216,6 +17347,7 @@ T['io.flow.internal.v0.models.sales_payment_record'] = PropTypes.exact({
17216
17347
  tax: T['io.flow.internal.v0.models.reporting_monetary_value'],
17217
17348
  duty: T['io.flow.internal.v0.models.reporting_monetary_value'],
17218
17349
  fees: T['io.flow.internal.v0.models.reporting_fees'].isRequired,
17350
+ freight: T['io.flow.internal.v0.models.reporting_freight'],
17219
17351
  conversion_rate: T['io.flow.internal.v0.models.reporting_conversion_rates'].isRequired,
17220
17352
  payment_is: T['io.flow.internal.v0.models.payment_is'].isRequired,
17221
17353
  price_inclusivity: T['io.flow.internal.v0.models.price_inclusivity'],
@@ -18453,6 +18585,7 @@ T['io.flow.internal.v0.enums.channel_order_acceptance_rejection_reason'] = PropT
18453
18585
  'unsupported_order_edit',
18454
18586
  'order_allocation_duties_mismatch',
18455
18587
  'order_missing',
18588
+ 'order_cancelled',
18456
18589
  'organization_deactivated',
18457
18590
  ]);
18458
18591
 
@@ -24778,6 +24911,7 @@ T['io.flow.internal.v0.models.flat_rate'] = PropTypes.exact({
24778
24911
  T['io.flow.internal.v0.models.adaptive_shipping_rate'] = PropTypes.exact({
24779
24912
  id: PropTypes.string.isRequired,
24780
24913
  organization_id: PropTypes.string.isRequired,
24914
+ channel_id: PropTypes.string.isRequired,
24781
24915
  destination_country: PropTypes.string.isRequired,
24782
24916
  coefficient: PropTypes.number.isRequired,
24783
24917
  flat_rates: PropTypes.arrayOf(T['io.flow.internal.v0.models.flat_rate']).isRequired,
@@ -24812,6 +24946,21 @@ T['io.flow.internal.v0.models.adaptive_shipping_order_guarantee_upserted'] = Pro
24812
24946
  adaptive_shipping_order_guarantee: T['io.flow.internal.v0.models.adaptive_shipping_order_guarantee'].isRequired,
24813
24947
  });
24814
24948
 
24949
+ T['io.flow.internal.v0.models.adaptive_pricing_destination_update'] = PropTypes.exact({
24950
+ country_code: PropTypes.string.isRequired,
24951
+ updated_at: PropTypes.string.isRequired,
24952
+ tax_and_duty_coefficient: PropTypes.number.isRequired,
24953
+ fees_coefficient: PropTypes.number.isRequired,
24954
+ merchant_subsidy_amount: PropTypes.number.isRequired,
24955
+ merchant_subsidy_currency: PropTypes.string.isRequired,
24956
+ });
24957
+
24958
+ T['io.flow.internal.v0.models.adaptive_pricing_update'] = PropTypes.exact({
24959
+ channel_id: PropTypes.string.isRequired,
24960
+ organization_id: PropTypes.string.isRequired,
24961
+ destination_updates: PropTypes.arrayOf(T['io.flow.internal.v0.models.adaptive_pricing_destination_update']).isRequired,
24962
+ });
24963
+
24815
24964
  T['io.flow.internal.v0.enums.item_quantity_action'] = PropTypes.oneOf(['fulfillment_ship', 'fulfillment_cancel', 'fulfillment_generate_label']);
24816
24965
 
24817
24966
  T['io.flow.internal.v0.models.action_quantity'] = PropTypes.exact({
@@ -25012,6 +25161,10 @@ T['io.flow.shopify.markets.internal.event.v0.unions.shopify_markets_internal_eve
25012
25161
  T['io.flow.shopify.markets.internal.event.v0.models.shopify_order_transaction_deleted'],
25013
25162
  T['io.flow.shopify.markets.internal.event.v0.models.shopify_test_order_upserted'],
25014
25163
  T['io.flow.shopify.markets.internal.event.v0.models.shopify_test_order_deleted'],
25164
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_adaptive_pricing_coefficients_upserted'],
25165
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_adaptive_pricing_coefficients_deleted'],
25166
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_merchant_markets_upserted'],
25167
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_merchant_markets_deleted'],
25015
25168
  ]);
25016
25169
 
25017
25170
  T['io.flow.export.v0.models.marketing_feeds_export_type'] = PropTypes.exact({
@@ -26251,6 +26404,7 @@ T['io.flow.internal.v0.models.restriction_product'] = PropTypes.exact({
26251
26404
  taxonomy_category: T['io.flow.product.v0.models.product_taxonomy_category'],
26252
26405
  taxonomy_data: PropTypes.arrayOf(T['io.flow.product.v0.models.product_taxonomy_data']),
26253
26406
  channel: PropTypes.string,
26407
+ is_deleted: PropTypes.bool,
26254
26408
  });
26255
26409
 
26256
26410
  T['io.flow.internal.v0.models.restriction_item'] = PropTypes.exact({
@@ -26275,6 +26429,7 @@ T['io.flow.internal.v0.models.restriction_item'] = PropTypes.exact({
26275
26429
  created_at: PropTypes.string.isRequired,
26276
26430
  updated_at: PropTypes.string.isRequired,
26277
26431
  channel: PropTypes.string,
26432
+ is_deleted: PropTypes.bool,
26278
26433
  });
26279
26434
 
26280
26435
  T['io.flow.internal.v0.models.raveena_item_form'] = PropTypes.exact({
@@ -28807,6 +28962,10 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
28807
28962
  T['io.flow.internal.v0.models.shopify_order_transaction_deleted'],
28808
28963
  T['io.flow.internal.v0.models.shopify_test_order_upserted'],
28809
28964
  T['io.flow.internal.v0.models.shopify_test_order_deleted'],
28965
+ T['io.flow.internal.v0.models.shopify_adaptive_pricing_coefficients_upserted'],
28966
+ T['io.flow.internal.v0.models.shopify_adaptive_pricing_coefficients_deleted'],
28967
+ T['io.flow.internal.v0.models.shopify_merchant_markets_upserted'],
28968
+ T['io.flow.internal.v0.models.shopify_merchant_markets_deleted'],
28810
28969
  T['io.flow.internal.v0.models.shopify_product_create_upserted'],
28811
28970
  T['io.flow.internal.v0.models.shopify_product_create_deleted'],
28812
28971
  T['io.flow.internal.v0.models.shopify_product_update_upserted'],
@@ -29377,6 +29536,10 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
29377
29536
  'shopify_order_transaction_deleted',
29378
29537
  'shopify_test_order_upserted',
29379
29538
  'shopify_test_order_deleted',
29539
+ 'shopify_adaptive_pricing_coefficients_upserted',
29540
+ 'shopify_adaptive_pricing_coefficients_deleted',
29541
+ 'shopify_merchant_markets_upserted',
29542
+ 'shopify_merchant_markets_deleted',
29380
29543
  'shopify_product_create_upserted',
29381
29544
  'shopify_product_create_deleted',
29382
29545
  'shopify_product_update_upserted',
@@ -31788,6 +31951,8 @@ export const accountUpsertedV2 = T['io.flow.internal.v0.models.account_upserted_
31788
31951
  export const accountingPendingOrderMetadata = T['io.flow.internal.v0.models.accounting_pending_order_metadata'];
31789
31952
  export const accountingReturnMetadata = T['io.flow.internal.v0.models.accounting_return_metadata'];
31790
31953
  export const actionQuantity = T['io.flow.internal.v0.models.action_quantity'];
31954
+ export const adaptivePricingDestinationUpdate = T['io.flow.internal.v0.models.adaptive_pricing_destination_update'];
31955
+ export const adaptivePricingUpdate = T['io.flow.internal.v0.models.adaptive_pricing_update'];
31791
31956
  export const adaptiveShippingOrderGuarantee = T['io.flow.internal.v0.models.adaptive_shipping_order_guarantee'];
31792
31957
  export const adaptiveShippingOrderGuaranteeDeleted = T['io.flow.internal.v0.models.adaptive_shipping_order_guarantee_deleted'];
31793
31958
  export const adaptiveShippingOrderGuaranteeState = T['io.flow.internal.v0.enums.adaptive_shipping_order_guarantee_state'];
@@ -33174,6 +33339,8 @@ export const reportingDebugMissingSubsidies = T['io.flow.internal.v0.models.repo
33174
33339
  export const reportingDestination = T['io.flow.internal.v0.models.reporting_destination'];
33175
33340
  export const reportingDetails = T['io.flow.internal.v0.models.reporting_details'];
33176
33341
  export const reportingFees = T['io.flow.internal.v0.models.reporting_fees'];
33342
+ export const reportingFreight = T['io.flow.internal.v0.models.reporting_freight'];
33343
+ export const reportingFreightGuaranteed = T['io.flow.internal.v0.models.reporting_freight_guaranteed'];
33177
33344
  export const reportingFulfillment = T['io.flow.internal.v0.models.reporting_fulfillment'];
33178
33345
  export const reportingFulfillmentHas = T['io.flow.internal.v0.models.reporting_fulfillment_has'];
33179
33346
  export const reportingFulfillmentIs = T['io.flow.internal.v0.models.reporting_fulfillment_is'];
@@ -33321,6 +33488,9 @@ export const shippingPricing = T['io.flow.internal.v0.models.shipping_pricing'];
33321
33488
  export const shippingRateEstimateAvailableInternal = T['io.flow.internal.v0.models.shipping_rate_estimate_available_internal'];
33322
33489
  export const shippingRateEstimateInternal = T['io.flow.internal.v0.models.shipping_rate_estimate_internal'];
33323
33490
  export const shippingRateEstimateRequestInternal = T['io.flow.internal.v0.models.shipping_rate_estimate_request_internal'];
33491
+ export const shopifyAdaptivePricingCoefficients = T['io.flow.internal.v0.models.shopify_adaptive_pricing_coefficients'];
33492
+ export const shopifyAdaptivePricingCoefficientsDeleted = T['io.flow.internal.v0.models.shopify_adaptive_pricing_coefficients_deleted'];
33493
+ export const shopifyAdaptivePricingCoefficientsUpserted = T['io.flow.internal.v0.models.shopify_adaptive_pricing_coefficients_upserted'];
33324
33494
  export const shopifyAddress = T['io.flow.internal.v0.models.shopify_address'];
33325
33495
  export const shopifyCallbackError = T['io.flow.internal.v0.models.shopify_callback_error'];
33326
33496
  export const shopifyCallbackErrorCode = T['io.flow.internal.v0.enums.shopify_callback_error_code'];
@@ -33387,6 +33557,10 @@ export const shopifyMarketsWebhookRegistration = T['io.flow.internal.v0.models.s
33387
33557
  export const shopifyMarketsWebhookRegistrationDeleted = T['io.flow.internal.v0.models.shopify_markets_webhook_registration_deleted'];
33388
33558
  export const shopifyMarketsWebhookRegistrationUpserted = T['io.flow.internal.v0.models.shopify_markets_webhook_registration_upserted'];
33389
33559
  export const shopifyMeasurements = T['io.flow.internal.v0.models.shopify_measurements'];
33560
+ export const shopifyMerchantMarketCountry = T['io.flow.internal.v0.models.shopify_merchant_market_country'];
33561
+ export const shopifyMerchantMarkets = T['io.flow.internal.v0.models.shopify_merchant_markets'];
33562
+ export const shopifyMerchantMarketsDeleted = T['io.flow.internal.v0.models.shopify_merchant_markets_deleted'];
33563
+ export const shopifyMerchantMarketsUpserted = T['io.flow.internal.v0.models.shopify_merchant_markets_upserted'];
33390
33564
  export const shopifyMerchantPlan = T['io.flow.internal.v0.models.shopify_merchant_plan'];
33391
33565
  export const shopifyMerchantPlanDeleted = T['io.flow.internal.v0.models.shopify_merchant_plan_deleted'];
33392
33566
  export const shopifyMerchantPlanUpserted = T['io.flow.internal.v0.models.shopify_merchant_plan_upserted'];