@flowio/api-internal-prop-types 9.24.115 → 9.24.116

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.
@@ -59,7 +59,12 @@ T['io.flow.organization.v0.models.country_picker'] = PropTypes.exact({
59
59
  source: T['io.flow.organization.v0.enums.country_picker_source'].isRequired,
60
60
  });
61
61
 
62
- T['io.flow.sellability.v0.enums.sellability_error_code'] = PropTypes.oneOf(['insufficient_details', 'ineligible_category', 'wait_for_high_fidelity']);
62
+ T['io.flow.sellability.v0.enums.sellability_error_code'] = PropTypes.oneOf([
63
+ 'insufficient_details',
64
+ 'ineligible_category',
65
+ 'wait_for_high_fidelity',
66
+ 'external_service_unavailable',
67
+ ]);
63
68
 
64
69
  T['io.flow.sellability.v0.models.sellability_error'] = PropTypes.exact({
65
70
  code: T['io.flow.sellability.v0.enums.sellability_error_code'].isRequired,
@@ -388,8 +393,19 @@ T['io.flow.billing.v0.models.trueup_label_base'] = PropTypes.exact({
388
393
 
389
394
  T['io.flow.billing.v0.enums.trueup_source'] = PropTypes.oneOf(['flow', 'channel', 'dhl-parcel', 'dhl', 'ups']);
390
395
 
396
+ T['io.flow.billing.v0.enums.tax_duty_transaction_reason_code'] = PropTypes.oneOf([
397
+ 'order_edit',
398
+ 'order_acceptance',
399
+ 'mixed_fulfilment_non_lvg',
400
+ 'lvg_refund',
401
+ 'order_cancellation_above_de_min',
402
+ 'wyol_shipment_above_de_min',
403
+ 'full_refund_without_shipment',
404
+ ]);
405
+
391
406
  T['io.flow.billing.v0.models.transaction_metadata_shipping_label_carrier'] = PropTypes.exact({
392
407
  id: PropTypes.string.isRequired,
408
+ service_id: PropTypes.string,
393
409
  tracking_number: PropTypes.string.isRequired,
394
410
  });
395
411
 
@@ -397,6 +413,11 @@ T['io.flow.billing.v0.models.transaction_metadata_outbound_transaction'] = PropT
397
413
  transaction_id: PropTypes.string.isRequired,
398
414
  });
399
415
 
416
+ T['io.flow.billing.v0.models.transaction_metadata_tax_duty'] = PropTypes.exact({
417
+ discriminator: PropTypes.oneOf(['transaction_tax_duty']).isRequired,
418
+ reason_code: T['io.flow.billing.v0.enums.tax_duty_transaction_reason_code'].isRequired,
419
+ });
420
+
400
421
  T['io.flow.billing.v0.models.transaction_metadata_payment_transaction'] = PropTypes.exact({
401
422
  discriminator: PropTypes.oneOf(['payment_transaction']).isRequired,
402
423
  id: PropTypes.string,
@@ -3490,27 +3511,6 @@ T['io.flow.channel.internal.v0.enums.channel_order_acceptance_next_action_from']
3490
3511
  'logistics_team',
3491
3512
  ]);
3492
3513
 
3493
- T['io.flow.channel.internal.v0.models.channel_order_acceptance'] = PropTypes.exact({
3494
- id: PropTypes.string.isRequired,
3495
- organization_id: PropTypes.string.isRequired,
3496
- order_number: PropTypes.string.isRequired,
3497
- channel_id: PropTypes.string.isRequired,
3498
- external_order_reference: PropTypes.string.isRequired,
3499
- payment_request_id: PropTypes.string,
3500
- order_edit_payment_request_ids: PropTypes.arrayOf(PropTypes.string),
3501
- status: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_status'].isRequired,
3502
- reasons: PropTypes.arrayOf(T['io.flow.channel.internal.v0.models.channel_order_acceptance_reason']).isRequired,
3503
- next_action_from: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_next_action_from'],
3504
- order_created_at: PropTypes.string,
3505
- order_updated_at: PropTypes.string,
3506
- order_edit_summary: T['io.flow.channel.internal.v0.models.order_edit_summary'],
3507
- });
3508
-
3509
- T['io.flow.channel.internal.v0.models.channel_order_acceptance_details'] = PropTypes.exact({
3510
- order_acceptance: T['io.flow.channel.internal.v0.models.channel_order_acceptance'].isRequired,
3511
- external_order: PropTypes.object.isRequired,
3512
- });
3513
-
3514
3514
  T['io.flow.shopify.markets.internal.v0.models.product_restriction_result_validation_error'] = PropTypes.exact({
3515
3515
  message: PropTypes.string.isRequired,
3516
3516
  reason: PropTypes.string.isRequired,
@@ -10171,6 +10171,7 @@ T['io.flow.sellability.v0.models.product_sellability_form'] = PropTypes.exact({
10171
10171
  description: PropTypes.string.isRequired,
10172
10172
  taxonomy_category: T['io.flow.product.v0.models.product_taxonomy_category'].isRequired,
10173
10173
  status: T['io.flow.sellability.v0.enums.sellability_request_status'],
10174
+ dry_run: PropTypes.bool,
10174
10175
  });
10175
10176
 
10176
10177
  T['io.flow.product.v0.models.product'] = PropTypes.exact({
@@ -10920,21 +10921,6 @@ T['io.flow.internal.v0.models.setup_block_put_form'] = PropTypes.exact({
10920
10921
  ).isRequired,
10921
10922
  });
10922
10923
 
10923
- T['io.flow.internal.v0.enums.session_country_status'] = PropTypes.oneOf(['enabled', 'disabled']);
10924
-
10925
- T['io.flow.internal.v0.models.session_country_form'] = PropTypes.exact({
10926
- status: T['io.flow.internal.v0.enums.session_country_status'].isRequired,
10927
- });
10928
-
10929
- T['io.flow.internal.v0.models.session_country'] = PropTypes.exact({
10930
- country: PropTypes.string.isRequired,
10931
- status: T['io.flow.internal.v0.enums.session_country_status'].isRequired,
10932
- });
10933
-
10934
- T['io.flow.internal.v0.models.session_countries'] = PropTypes.exact({
10935
- countries: PropTypes.arrayOf(T['io.flow.internal.v0.models.session_country']).isRequired,
10936
- });
10937
-
10938
10924
  T['io.flow.experience.v0.enums.experience_status'] = PropTypes.oneOf(['draft', 'active', 'archiving', 'archived']);
10939
10925
 
10940
10926
  T['io.flow.experience.v0.models.experience_status_form'] = PropTypes.exact({
@@ -11061,6 +11047,8 @@ T['io.flow.internal.v0.models.report_bank_account_cleartext'] = PropTypes.exact(
11061
11047
  account_number: PropTypes.string.isRequired,
11062
11048
  });
11063
11049
 
11050
+ T['io.flow.internal.v0.enums.rohan_item_type'] = PropTypes.oneOf(['physical', 'digital']);
11051
+
11064
11052
  T['io.flow.internal.v0.models.marked_as_final'] = PropTypes.exact({
11065
11053
  products: PropTypes.bool.isRequired,
11066
11054
  shipping: PropTypes.bool.isRequired,
@@ -11236,6 +11224,12 @@ T['io.flow.internal.v0.models.restriction_rule_effect_upserted'] = PropTypes.exa
11236
11224
  T['io.flow.internal.v0.enums.restriction_organization_source'] = PropTypes.oneOf(['shopify', 'enterprise']);
11237
11225
  T['io.flow.internal.v0.enums.restriction_action'] = PropTypes.oneOf(['prohibited', 'restricted']);
11238
11226
  T['io.flow.internal.v0.enums.organization_source'] = PropTypes.oneOf(['shopify', 'enterprise']);
11227
+
11228
+ T['io.flow.internal.v0.models.restriction_summary_counts'] = PropTypes.exact({
11229
+ pending_restriction_count: PropTypes.number.isRequired,
11230
+ pending_verification_count: PropTypes.number.isRequired,
11231
+ });
11232
+
11239
11233
  T['io.flow.internal.v0.enums.keyword_type'] = PropTypes.oneOf(['positive', 'negative']);
11240
11234
 
11241
11235
  T['io.flow.internal.v0.models.restriction_keyword_metadata'] = PropTypes.exact({
@@ -14345,7 +14339,6 @@ T['io.flow.payment.gateway.v0.unions.action'] = PropTypes.oneOfType([
14345
14339
  ]);
14346
14340
 
14347
14341
  T['io.flow.internal.v0.enums.rate_source'] = PropTypes.oneOf(['calculated', 'market']);
14348
- T['io.flow.experience.v0.enums.order_payment_source_type'] = PropTypes.oneOf(['globale', 'third_party']);
14349
14342
 
14350
14343
  T['io.flow.experience.v0.models.incoterm_summary'] = PropTypes.exact({
14351
14344
  configuration: T['io.flow.experience.v0.enums.incoterm_configuration'].isRequired,
@@ -15719,6 +15712,7 @@ T['io.flow.internal.v0.models.reporting_order_summary'] = PropTypes.exact({
15719
15712
  id: PropTypes.string.isRequired,
15720
15713
  number: PropTypes.string.isRequired,
15721
15714
  submitted_at: PropTypes.string.isRequired,
15715
+ payment_source: PropTypes.string,
15722
15716
  });
15723
15717
 
15724
15718
  T['io.flow.internal.v0.models.reporting_authorization_reference'] = PropTypes.exact({
@@ -17589,6 +17583,30 @@ T['io.flow.internal.v0.enums.channel_order_acceptance_rejection_reason'] = PropT
17589
17583
  'order_missing',
17590
17584
  ]);
17591
17585
 
17586
+ T['io.flow.experience.v0.enums.order_payment_source_type'] = PropTypes.oneOf(['globale', 'third_party']);
17587
+
17588
+ T['io.flow.channel.internal.v0.models.channel_order_acceptance'] = PropTypes.exact({
17589
+ id: PropTypes.string.isRequired,
17590
+ organization_id: PropTypes.string.isRequired,
17591
+ order_number: PropTypes.string.isRequired,
17592
+ channel_id: PropTypes.string.isRequired,
17593
+ external_order_reference: PropTypes.string.isRequired,
17594
+ payment_request_id: PropTypes.string,
17595
+ order_edit_payment_request_ids: PropTypes.arrayOf(PropTypes.string),
17596
+ status: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_status'].isRequired,
17597
+ reasons: PropTypes.arrayOf(T['io.flow.channel.internal.v0.models.channel_order_acceptance_reason']).isRequired,
17598
+ next_action_from: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_next_action_from'],
17599
+ order_created_at: PropTypes.string,
17600
+ order_updated_at: PropTypes.string,
17601
+ order_edit_summary: T['io.flow.channel.internal.v0.models.order_edit_summary'],
17602
+ payment_source: T['io.flow.experience.v0.enums.order_payment_source_type'],
17603
+ });
17604
+
17605
+ T['io.flow.channel.internal.v0.models.channel_order_acceptance_details'] = PropTypes.exact({
17606
+ order_acceptance: T['io.flow.channel.internal.v0.models.channel_order_acceptance'].isRequired,
17607
+ external_order: PropTypes.object.isRequired,
17608
+ });
17609
+
17592
17610
  T['io.flow.internal.v0.models.order_edit_summary'] = PropTypes.exact({
17593
17611
  edited_at: PropTypes.string.isRequired,
17594
17612
  });
@@ -18759,6 +18777,7 @@ T['io.flow.billing.v0.unions.transaction_metadata'] = PropTypes.oneOfType([
18759
18777
  T['io.flow.billing.v0.models.transaction_metadata_manual'],
18760
18778
  T['io.flow.billing.v0.models.transaction_metadata_failed_payout'],
18761
18779
  T['io.flow.billing.v0.models.transaction_metadata_payment_transaction'],
18780
+ T['io.flow.billing.v0.models.transaction_metadata_tax_duty'],
18762
18781
  ]);
18763
18782
 
18764
18783
  T['io.flow.internal.v0.models.label_metadata'] = PropTypes.exact({
@@ -19136,6 +19155,7 @@ T['io.flow.internal.v0.models.channel_order_acceptance'] = PropTypes.exact({
19136
19155
  order_created_at: PropTypes.string,
19137
19156
  order_updated_at: PropTypes.string,
19138
19157
  order_edit_summary: T['io.flow.internal.v0.models.order_edit_summary'],
19158
+ payment_source: T['io.flow.experience.v0.enums.order_payment_source_type'],
19139
19159
  });
19140
19160
 
19141
19161
  T['io.flow.internal.v0.models.channel_order_acceptance_upserted'] = PropTypes.exact({
@@ -19829,12 +19849,6 @@ T['io.flow.internal.v0.models.restriction_status_metadata'] = PropTypes.exact({
19829
19849
  count: PropTypes.number.isRequired,
19830
19850
  });
19831
19851
 
19832
- T['io.flow.internal.v0.models.restriction_rule_metadata'] = PropTypes.exact({
19833
- rule: T['io.flow.internal.v0.models.restriction_rule_summary'].isRequired,
19834
- statuses: PropTypes.arrayOf(T['io.flow.internal.v0.models.restriction_status_metadata']).isRequired,
19835
- count: PropTypes.number.isRequired,
19836
- });
19837
-
19838
19852
  T['io.flow.internal.v0.models.restriction_item_review_summary'] = PropTypes.exact({
19839
19853
  rule: T['io.flow.internal.v0.models.restriction_rule_summary'].isRequired,
19840
19854
  status: T['io.flow.internal.v0.enums.restriction_status'].isRequired,
@@ -19909,6 +19923,7 @@ T['io.flow.internal.v0.models.restriction_rule_form'] = PropTypes.exact({
19909
19923
  value_threshold_usd: PropTypes.number,
19910
19924
  auto_review_criteria: PropTypes.arrayOf(T['io.flow.internal.v0.models.auto_review_criteria']),
19911
19925
  source: T['io.flow.internal.v0.enums.restriction_organization_source'],
19926
+ sellability_positive_keywords: PropTypes.arrayOf(PropTypes.string),
19912
19927
  });
19913
19928
 
19914
19929
  T['io.flow.internal.v0.models.restriction_rule'] = PropTypes.exact({
@@ -19922,6 +19937,7 @@ T['io.flow.internal.v0.models.restriction_rule'] = PropTypes.exact({
19922
19937
  value_threshold_usd: PropTypes.number,
19923
19938
  auto_review_criteria: PropTypes.arrayOf(T['io.flow.internal.v0.models.auto_review_criteria']),
19924
19939
  source: T['io.flow.internal.v0.enums.restriction_organization_source'].isRequired,
19940
+ sellability_positive_keywords: PropTypes.arrayOf(PropTypes.string),
19925
19941
  });
19926
19942
 
19927
19943
  T['io.flow.internal.v0.models.restriction_rule_upserted'] = PropTypes.exact({
@@ -19956,6 +19972,14 @@ T['io.flow.customer.v0.models.customer_form'] = PropTypes.exact({
19956
19972
  phone: PropTypes.string,
19957
19973
  });
19958
19974
 
19975
+ T['io.flow.customer.v0.models.customer'] = PropTypes.exact({
19976
+ id: PropTypes.string.isRequired,
19977
+ number: PropTypes.string.isRequired,
19978
+ email: PropTypes.string,
19979
+ name: T['io.flow.common.v0.models.name'],
19980
+ phone: PropTypes.string,
19981
+ });
19982
+
19959
19983
  T['io.flow.internal.v0.models.search_customer_summary'] = PropTypes.exact({
19960
19984
  name: T['io.flow.common.v0.models.name'].isRequired,
19961
19985
  email: PropTypes.string,
@@ -20051,22 +20075,6 @@ T['io.flow.internal.v0.models.order_note'] = PropTypes.exact({
20051
20075
  updated_at: PropTypes.string.isRequired,
20052
20076
  });
20053
20077
 
20054
- T['io.flow.customer.v0.models.customer'] = PropTypes.exact({
20055
- id: PropTypes.string.isRequired,
20056
- number: PropTypes.string.isRequired,
20057
- email: PropTypes.string,
20058
- name: T['io.flow.common.v0.models.name'],
20059
- phone: PropTypes.string,
20060
- });
20061
-
20062
- T['io.flow.internal.v0.models.customer_purge_upserted'] = PropTypes.exact({
20063
- discriminator: PropTypes.oneOf(['customer_purge_upserted']).isRequired,
20064
- event_id: PropTypes.string.isRequired,
20065
- timestamp: PropTypes.string.isRequired,
20066
- organization: PropTypes.string.isRequired,
20067
- customer: T['io.flow.customer.v0.models.customer'].isRequired,
20068
- });
20069
-
20070
20078
  T['io.flow.common.v0.models.contact'] = PropTypes.exact({
20071
20079
  name: T['io.flow.common.v0.models.name'].isRequired,
20072
20080
  company: PropTypes.string,
@@ -22843,6 +22851,7 @@ T['io.flow.internal.v0.models.restriction_organization_decision_summary'] = Prop
22843
22851
  priority_score: PropTypes.number.isRequired,
22844
22852
  date: PropTypes.string.isRequired,
22845
22853
  statuses: PropTypes.arrayOf(T['io.flow.internal.v0.models.restriction_status_metadata']).isRequired,
22854
+ counts: T['io.flow.internal.v0.models.restriction_summary_counts'].isRequired,
22846
22855
  count: PropTypes.number.isRequired,
22847
22856
  });
22848
22857
 
@@ -24754,6 +24763,23 @@ T['io.flow.internal.v0.models.subscription'] = PropTypes.exact({
24754
24763
  created_at: PropTypes.string.isRequired,
24755
24764
  });
24756
24765
 
24766
+ T['io.flow.internal.v0.models.rohan_item_form'] = PropTypes.exact({
24767
+ number: PropTypes.string.isRequired,
24768
+ amount: T['io.flow.common.v0.models.price'].isRequired,
24769
+ description: PropTypes.string,
24770
+ type: T['io.flow.internal.v0.enums.rohan_item_type'].isRequired,
24771
+ added_on: PropTypes.string.isRequired,
24772
+ });
24773
+
24774
+ T['io.flow.internal.v0.models.rohan_item'] = PropTypes.exact({
24775
+ id: PropTypes.string.isRequired,
24776
+ number: PropTypes.string.isRequired,
24777
+ amount: T['io.flow.common.v0.models.price'].isRequired,
24778
+ description: PropTypes.string,
24779
+ type: T['io.flow.internal.v0.enums.rohan_item_type'].isRequired,
24780
+ added_on: PropTypes.string.isRequired,
24781
+ });
24782
+
24757
24783
  T['io.flow.internal.v0.models.restriction_product'] = PropTypes.exact({
24758
24784
  id: PropTypes.string.isRequired,
24759
24785
  organization_id: PropTypes.string.isRequired,
@@ -27181,7 +27207,6 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
27181
27207
  T['io.flow.internal.v0.models.organization_currency_setting_deleted'],
27182
27208
  T['io.flow.internal.v0.models.channel_currency_setting_upserted'],
27183
27209
  T['io.flow.internal.v0.models.channel_currency_setting_deleted'],
27184
- T['io.flow.internal.v0.models.customer_purge_upserted'],
27185
27210
  T['io.flow.internal.v0.models.customs_description_import'],
27186
27211
  T['io.flow.internal.v0.models.customs_description_tariffs_import'],
27187
27212
  T['io.flow.internal.v0.models.dispute_upserted'],
@@ -27705,7 +27730,6 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
27705
27730
  'organization_currency_setting_deleted',
27706
27731
  'channel_currency_setting_upserted',
27707
27732
  'channel_currency_setting_deleted',
27708
- 'customer_purge_upserted',
27709
27733
  'customs_description_import',
27710
27734
  'customs_description_tariffs_import',
27711
27735
  'dispute_upserted',
@@ -28324,11 +28348,6 @@ T['io.flow.internal.v0.models.content_schema_summary'] = PropTypes.exact({
28324
28348
  description: PropTypes.string,
28325
28349
  });
28326
28350
 
28327
- T['io.flow.internal.v0.models.customer_secret'] = PropTypes.exact({
28328
- id: PropTypes.string.isRequired,
28329
- secret: PropTypes.string.isRequired,
28330
- });
28331
-
28332
28351
  T['io.flow.internal.v0.models.customs_description_statistics'] = PropTypes.exact({
28333
28352
  message: PropTypes.string.isRequired,
28334
28353
  default_customs_description_total: PropTypes.number.isRequired,
@@ -28860,6 +28879,14 @@ T['io.flow.internal.v0.models.restriction_product_request_form'] = PropTypes.exa
28860
28879
  product_id: PropTypes.string,
28861
28880
  });
28862
28881
 
28882
+ T['io.flow.internal.v0.models.restriction_rule_lane_exemption'] = PropTypes.exact({
28883
+ id: PropTypes.string.isRequired,
28884
+ rule_id: PropTypes.string.isRequired,
28885
+ description: PropTypes.string.isRequired,
28886
+ origin_countries: PropTypes.arrayOf(PropTypes.string).isRequired,
28887
+ destination_countries: PropTypes.arrayOf(PropTypes.string).isRequired,
28888
+ });
28889
+
28863
28890
  T['io.flow.internal.v0.models.restriction_rule_override'] = PropTypes.exact({
28864
28891
  id: PropTypes.string.isRequired,
28865
28892
  organization_id: PropTypes.string.isRequired,
@@ -28904,15 +28931,6 @@ T['io.flow.internal.v0.models.search_provider_export'] = PropTypes.exact({
28904
28931
  name: PropTypes.string.isRequired,
28905
28932
  });
28906
28933
 
28907
- T['io.flow.internal.v0.models.session_rollout'] = PropTypes.exact({
28908
- id: PropTypes.string.isRequired,
28909
- percent: PropTypes.number.isRequired,
28910
- });
28911
-
28912
- T['io.flow.internal.v0.models.session_rollout_form'] = PropTypes.exact({
28913
- percent: PropTypes.number.isRequired,
28914
- });
28915
-
28916
28934
  T['io.flow.internal.v0.models.shipping_lane'] = PropTypes.exact({
28917
28935
  origin: PropTypes.string.isRequired,
28918
28936
  destination: PropTypes.string.isRequired,
@@ -30826,8 +30844,6 @@ export const cryptoAuthentication = T['io.flow.internal.v0.models.crypto_authent
30826
30844
  export const cryptoAuthenticationForm = T['io.flow.internal.v0.models.crypto_authentication_form'];
30827
30845
  export const csvTransaction = T['io.flow.internal.v0.models.csv_transaction'];
30828
30846
  export const currencyInternalRate = T['io.flow.internal.v0.models.currency_internal_rate'];
30829
- export const customerPurgeUpserted = T['io.flow.internal.v0.models.customer_purge_upserted'];
30830
- export const customerSecret = T['io.flow.internal.v0.models.customer_secret'];
30831
30847
  export const customsDescriptionImport = T['io.flow.internal.v0.models.customs_description_import'];
30832
30848
  export const customsDescriptionStatistics = T['io.flow.internal.v0.models.customs_description_statistics'];
30833
30849
  export const customsDescriptionSuggestion = T['io.flow.internal.v0.models.customs_description_suggestion'];
@@ -31840,13 +31856,14 @@ export const restrictionRuleEffectForm = T['io.flow.internal.v0.models.restricti
31840
31856
  export const restrictionRuleEffectUpserted = T['io.flow.internal.v0.models.restriction_rule_effect_upserted'];
31841
31857
  export const restrictionRuleExceptionAction = T['io.flow.internal.v0.enums.restriction_rule_exception_action'];
31842
31858
  export const restrictionRuleForm = T['io.flow.internal.v0.models.restriction_rule_form'];
31843
- export const restrictionRuleMetadata = T['io.flow.internal.v0.models.restriction_rule_metadata'];
31859
+ export const restrictionRuleLaneExemption = T['io.flow.internal.v0.models.restriction_rule_lane_exemption'];
31844
31860
  export const restrictionRuleOverride = T['io.flow.internal.v0.models.restriction_rule_override'];
31845
31861
  export const restrictionRuleSummary = T['io.flow.internal.v0.models.restriction_rule_summary'];
31846
31862
  export const restrictionRuleUpserted = T['io.flow.internal.v0.models.restriction_rule_upserted'];
31847
31863
  export const restrictionStateReviewStatus = T['io.flow.internal.v0.enums.restriction_state_review_status'];
31848
31864
  export const restrictionStatus = T['io.flow.internal.v0.enums.restriction_status'];
31849
31865
  export const restrictionStatusMetadata = T['io.flow.internal.v0.models.restriction_status_metadata'];
31866
+ export const restrictionSummaryCounts = T['io.flow.internal.v0.models.restriction_summary_counts'];
31850
31867
  export const restrictionsDailyops = T['io.flow.internal.v0.models.restrictions_dailyops'];
31851
31868
  export const restrictionsDailyopsDeleted = T['io.flow.internal.v0.models.restrictions_dailyops_deleted'];
31852
31869
  export const restrictionsDailyopsUpserted = T['io.flow.internal.v0.models.restrictions_dailyops_upserted'];
@@ -31870,6 +31887,9 @@ export const revenueRecordType = T['io.flow.internal.v0.enums.revenue_record_typ
31870
31887
  export const revenueRecordUpserted = T['io.flow.internal.v0.models.revenue_record_upserted'];
31871
31888
  export const riskCheck = T['io.flow.internal.v0.enums.risk_check'];
31872
31889
  export const riskEvaluation = T['io.flow.internal.v0.enums.risk_evaluation'];
31890
+ export const rohanItem = T['io.flow.internal.v0.models.rohan_item'];
31891
+ export const rohanItemForm = T['io.flow.internal.v0.models.rohan_item_form'];
31892
+ export const rohanItemType = T['io.flow.internal.v0.enums.rohan_item_type'];
31873
31893
  export const routingAccount = T['io.flow.internal.v0.models.routing_account'];
31874
31894
  export const routingEntity = T['io.flow.internal.v0.unions.routing_entity'];
31875
31895
  export const routingMerchant = T['io.flow.internal.v0.models.routing_merchant'];
@@ -31889,13 +31909,7 @@ export const searchItemSummary = T['io.flow.internal.v0.models.search_item_summa
31889
31909
  export const searchOrderSummary = T['io.flow.internal.v0.models.search_order_summary'];
31890
31910
  export const searchProviderExport = T['io.flow.internal.v0.models.search_provider_export'];
31891
31911
  export const searchTrackingSummary = T['io.flow.internal.v0.models.search_tracking_summary'];
31892
- export const sessionCountries = T['io.flow.internal.v0.models.session_countries'];
31893
- export const sessionCountry = T['io.flow.internal.v0.models.session_country'];
31894
- export const sessionCountryForm = T['io.flow.internal.v0.models.session_country_form'];
31895
- export const sessionCountryStatus = T['io.flow.internal.v0.enums.session_country_status'];
31896
31912
  export const sessionOrderData = T['io.flow.internal.v0.models.session_order_data'];
31897
- export const sessionRollout = T['io.flow.internal.v0.models.session_rollout'];
31898
- export const sessionRolloutForm = T['io.flow.internal.v0.models.session_rollout_form'];
31899
31913
  export const setupBlockPutForm = T['io.flow.internal.v0.models.setup_block_put_form'];
31900
31914
  export const sfExpress = T['io.flow.internal.v0.models.sf_express'];
31901
31915
  export const shipmentCostSummary = T['io.flow.internal.v0.models.shipment_cost_summary'];