@flowio/api-internal-prop-types 9.24.139 → 9.24.141

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.
@@ -9711,6 +9711,14 @@ T['io.flow.internal.v0.models.commercial_invoice_internal_deleted'] = PropTypes.
9711
9711
  id: PropTypes.string.isRequired,
9712
9712
  });
9713
9713
 
9714
+ T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting_deleted'] = PropTypes.exact({
9715
+ discriminator: PropTypes.oneOf(['channel_order_tax_and_duty_inclusivity_setting_deleted']).isRequired,
9716
+ event_id: PropTypes.string.isRequired,
9717
+ timestamp: PropTypes.string.isRequired,
9718
+ organization: PropTypes.string.isRequired,
9719
+ id: PropTypes.string.isRequired,
9720
+ });
9721
+
9714
9722
  T['io.flow.internal.v0.models.channel_shop_statistics_deleted'] = PropTypes.exact({
9715
9723
  discriminator: PropTypes.oneOf(['channel_shop_statistics_deleted']).isRequired,
9716
9724
  event_id: PropTypes.string.isRequired,
@@ -13485,51 +13493,6 @@ T['io.flow.internal.v0.enums.order_validation_status'] = PropTypes.oneOf([
13485
13493
  'breached',
13486
13494
  ]);
13487
13495
 
13488
- T['io.flow.experience.v0.enums.tax_and_duty_inclusivity_setting'] = PropTypes.oneOf([
13489
- 'duty_exclusive_tax_exclusive',
13490
- 'duty_inclusive_tax_exclusive',
13491
- 'duty_exclusive_tax_inclusive',
13492
- 'duty_inclusive_tax_inclusive',
13493
- ]);
13494
-
13495
- T['io.flow.shopify.markets.internal.v0.models.order_tax_and_duty_inclusivity_setting'] = PropTypes.exact({
13496
- id: PropTypes.string.isRequired,
13497
- organization_id: PropTypes.string.isRequired,
13498
- shopify_order_id: PropTypes.string.isRequired,
13499
- order_number: PropTypes.string.isRequired,
13500
- tax_and_duty_inclusivity_setting: T['io.flow.experience.v0.enums.tax_and_duty_inclusivity_setting'].isRequired,
13501
- });
13502
-
13503
- T['io.flow.shopify.markets.internal.event.v0.models.order_tax_and_duty_inclusivity_setting_upserted'] = PropTypes.exact({
13504
- discriminator: PropTypes.oneOf(['order_tax_and_duty_inclusivity_setting_upserted']).isRequired,
13505
- event_id: PropTypes.string.isRequired,
13506
- timestamp: PropTypes.string.isRequired,
13507
- order_tax_and_duty_inclusivity_setting: T['io.flow.shopify.markets.internal.v0.models.order_tax_and_duty_inclusivity_setting'].isRequired,
13508
- });
13509
-
13510
- T['io.flow.shopify.markets.internal.v0.models.order_settings'] = PropTypes.exact({
13511
- tax_and_duty_inclusivity_setting: T['io.flow.experience.v0.enums.tax_and_duty_inclusivity_setting'],
13512
- });
13513
-
13514
- T['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting'] = PropTypes.exact({
13515
- id: PropTypes.string.isRequired,
13516
- organization_id: PropTypes.string.isRequired,
13517
- shopify_order_id: PropTypes.string.isRequired,
13518
- order_number: PropTypes.string.isRequired,
13519
- tax_and_duty_inclusivity_setting: T['io.flow.experience.v0.enums.tax_and_duty_inclusivity_setting'].isRequired,
13520
- });
13521
-
13522
- T['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting_upserted'] = PropTypes.exact({
13523
- discriminator: PropTypes.oneOf(['order_tax_and_duty_inclusivity_setting_upserted']).isRequired,
13524
- event_id: PropTypes.string.isRequired,
13525
- timestamp: PropTypes.string.isRequired,
13526
- order_tax_and_duty_inclusivity_setting: T['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting'].isRequired,
13527
- });
13528
-
13529
- T['io.flow.internal.v0.models.order_settings'] = PropTypes.exact({
13530
- tax_and_duty_inclusivity_setting: T['io.flow.experience.v0.enums.tax_and_duty_inclusivity_setting'],
13531
- });
13532
-
13533
13496
  T['io.flow.common.v0.enums.user_status'] = PropTypes.oneOf(['pending', 'active', 'inactive']);
13534
13497
 
13535
13498
  T['io.flow.internal.v0.models.user_status_rule_form'] = PropTypes.exact({
@@ -14889,6 +14852,7 @@ T['io.flow.internal.v0.models.journal_failure'] = PropTypes.exact({
14889
14852
  organization_id: PropTypes.string,
14890
14853
  });
14891
14854
 
14855
+ T['io.flow.internal.v0.enums.john_strong_item_type'] = PropTypes.oneOf(['physical', 'digital']);
14892
14856
  T['io.flow.catalog.v0.enums.fulfillment_method_value'] = PropTypes.oneOf(['digital', 'physical']);
14893
14857
 
14894
14858
  T['io.flow.internal.v0.models.item_summary'] = PropTypes.exact({
@@ -15543,6 +15507,16 @@ T['io.flow.internal.v0.models.harmonization_ml_model_summary'] = PropTypes.exact
15543
15507
  score: PropTypes.number,
15544
15508
  });
15545
15509
 
15510
+ T['io.flow.internal.v0.models.guaranteed_shipping_calibration_lane_form'] = PropTypes.exact({
15511
+ channel_id: PropTypes.string.isRequired,
15512
+ organization_id: PropTypes.string.isRequired,
15513
+ destination_country: PropTypes.string,
15514
+ });
15515
+
15516
+ T['io.flow.internal.v0.models.guaranteed_shipping_calibration_form'] = PropTypes.exact({
15517
+ lanes: PropTypes.arrayOf(T['io.flow.internal.v0.models.guaranteed_shipping_calibration_lane_form']).isRequired,
15518
+ });
15519
+
15546
15520
  T['io.flow.internal.v0.models.google_linker'] = PropTypes.exact({
15547
15521
  domains: PropTypes.arrayOf(PropTypes.string).isRequired,
15548
15522
  });
@@ -18302,6 +18276,7 @@ T['io.flow.internal.v0.models.item_harmonization'] = PropTypes.exact({
18302
18276
  tariffs: PropTypes.objectOf(T['io.flow.internal.v0.models.tariff_code_duty']),
18303
18277
  decision_source: T['io.flow.internal.v0.enums.harmonization_decision_source'],
18304
18278
  classification_scope: T['io.flow.internal.v0.enums.classification_scope'],
18279
+ classification_resource_id: PropTypes.string,
18305
18280
  taxonomy_category_classification_alignment: T['io.flow.internal.v0.enums.taxonomy_category_classification_alignment'],
18306
18281
  created_at: PropTypes.string,
18307
18282
  updated_at: PropTypes.string,
@@ -18905,6 +18880,51 @@ T['io.flow.internal.v0.models.channel_organization_token'] = PropTypes.exact({
18905
18880
  service: T['io.flow.internal.v0.enums.channel_service'].isRequired,
18906
18881
  });
18907
18882
 
18883
+ T['io.flow.experience.v0.enums.tax_and_duty_inclusivity_setting'] = PropTypes.oneOf([
18884
+ 'duty_exclusive_tax_exclusive',
18885
+ 'duty_inclusive_tax_exclusive',
18886
+ 'duty_exclusive_tax_inclusive',
18887
+ 'duty_inclusive_tax_inclusive',
18888
+ ]);
18889
+
18890
+ T['io.flow.shopify.markets.internal.v0.models.order_tax_and_duty_inclusivity_setting'] = PropTypes.exact({
18891
+ id: PropTypes.string.isRequired,
18892
+ organization_id: PropTypes.string.isRequired,
18893
+ shopify_order_id: PropTypes.string.isRequired,
18894
+ order_number: PropTypes.string.isRequired,
18895
+ tax_and_duty_inclusivity_setting: T['io.flow.experience.v0.enums.tax_and_duty_inclusivity_setting'].isRequired,
18896
+ });
18897
+
18898
+ T['io.flow.shopify.markets.internal.event.v0.models.order_tax_and_duty_inclusivity_setting_upserted'] = PropTypes.exact({
18899
+ discriminator: PropTypes.oneOf(['order_tax_and_duty_inclusivity_setting_upserted']).isRequired,
18900
+ event_id: PropTypes.string.isRequired,
18901
+ timestamp: PropTypes.string.isRequired,
18902
+ order_tax_and_duty_inclusivity_setting: T['io.flow.shopify.markets.internal.v0.models.order_tax_and_duty_inclusivity_setting'].isRequired,
18903
+ });
18904
+
18905
+ T['io.flow.shopify.markets.internal.v0.models.order_settings'] = PropTypes.exact({
18906
+ tax_and_duty_inclusivity_setting: T['io.flow.experience.v0.enums.tax_and_duty_inclusivity_setting'],
18907
+ });
18908
+
18909
+ T['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting'] = PropTypes.exact({
18910
+ id: PropTypes.string.isRequired,
18911
+ organization_id: PropTypes.string.isRequired,
18912
+ shopify_order_id: PropTypes.string.isRequired,
18913
+ order_number: PropTypes.string.isRequired,
18914
+ tax_and_duty_inclusivity_setting: T['io.flow.experience.v0.enums.tax_and_duty_inclusivity_setting'].isRequired,
18915
+ });
18916
+
18917
+ T['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting_upserted'] = PropTypes.exact({
18918
+ discriminator: PropTypes.oneOf(['order_tax_and_duty_inclusivity_setting_upserted']).isRequired,
18919
+ event_id: PropTypes.string.isRequired,
18920
+ timestamp: PropTypes.string.isRequired,
18921
+ order_tax_and_duty_inclusivity_setting: T['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting'].isRequired,
18922
+ });
18923
+
18924
+ T['io.flow.internal.v0.models.order_settings'] = PropTypes.exact({
18925
+ tax_and_duty_inclusivity_setting: T['io.flow.experience.v0.enums.tax_and_duty_inclusivity_setting'],
18926
+ });
18927
+
18908
18928
  T['io.flow.internal.v0.enums.channel_order_fulfillment_status_code'] = PropTypes.oneOf(['unfulfilled', 'fulfilled', 'partial', 'cancelled']);
18909
18929
 
18910
18930
  T['io.flow.internal.v0.models.channel_order_summary_fulfillment_details'] = PropTypes.exact({
@@ -24524,6 +24544,7 @@ T['io.flow.internal.v0.models.preonboarding_classification_request'] = PropTypes
24524
24544
  });
24525
24545
 
24526
24546
  T['io.flow.internal.v0.models.outbound_shipping_cost'] = PropTypes.exact({
24547
+ id: PropTypes.string.isRequired,
24527
24548
  channel_id: PropTypes.string.isRequired,
24528
24549
  organization_id: PropTypes.string.isRequired,
24529
24550
  destination_country: PropTypes.string.isRequired,
@@ -24583,6 +24604,8 @@ T['io.flow.internal.v0.models.guaranteed_shipping_settings_destination_update']
24583
24604
  tax_and_duty_coefficient: PropTypes.number.isRequired,
24584
24605
  fees_coefficient: PropTypes.number.isRequired,
24585
24606
  merchant_subsidy: T['io.flow.common.v0.models.money'].isRequired,
24607
+ guaranteed_pricing_enabled: PropTypes.bool.isRequired,
24608
+ guaranteed_shipping_enabled: PropTypes.bool.isRequired,
24586
24609
  });
24587
24610
 
24588
24611
  T['io.flow.internal.v0.models.guaranteed_shipping_settings_update'] = PropTypes.exact({
@@ -24612,6 +24635,8 @@ T['io.flow.internal.v0.models.guaranteed_shipping_settings'] = PropTypes.exact({
24612
24635
  fees_coefficient: PropTypes.number.isRequired,
24613
24636
  merchant_subsidy: T['io.flow.common.v0.models.money'].isRequired,
24614
24637
  created_at: PropTypes.number.isRequired,
24638
+ guaranteed_pricing_enabled: PropTypes.bool.isRequired,
24639
+ guaranteed_shipping_enabled: PropTypes.bool.isRequired,
24615
24640
  });
24616
24641
 
24617
24642
  T['io.flow.internal.v0.models.guaranteed_shipping_settings_upserted'] = PropTypes.exact({
@@ -25605,6 +25630,13 @@ T['io.flow.token.v0.models.organization_token_v2_reference'] = PropTypes.exact({
25605
25630
  organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
25606
25631
  });
25607
25632
 
25633
+ T['io.flow.channel.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting'] = PropTypes.exact({
25634
+ organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
25635
+ order_number: PropTypes.string.isRequired,
25636
+ channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
25637
+ tax_and_duty_inclusivity_setting: T['io.flow.experience.v0.enums.tax_and_duty_inclusivity_setting'].isRequired,
25638
+ });
25639
+
25608
25640
  T['io.flow.shopify.markets.internal.v0.models.channel_organization_identifier'] = PropTypes.exact({
25609
25641
  id: PropTypes.string.isRequired,
25610
25642
  organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
@@ -25943,6 +25975,20 @@ T['io.flow.internal.v0.models.channel_organization_identifier_upserted'] = PropT
25943
25975
  channel_organization_identifier: T['io.flow.internal.v0.models.channel_organization_identifier'].isRequired,
25944
25976
  });
25945
25977
 
25978
+ T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting'] = PropTypes.exact({
25979
+ organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
25980
+ order_number: PropTypes.string.isRequired,
25981
+ channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
25982
+ tax_and_duty_inclusivity_setting: T['io.flow.experience.v0.enums.tax_and_duty_inclusivity_setting'].isRequired,
25983
+ });
25984
+
25985
+ T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting_upserted'] = PropTypes.exact({
25986
+ discriminator: PropTypes.oneOf(['channel_order_tax_and_duty_inclusivity_setting_upserted']).isRequired,
25987
+ event_id: PropTypes.string.isRequired,
25988
+ timestamp: PropTypes.string.isRequired,
25989
+ channel_order_tax_and_duty_inclusivity_setting: T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting'].isRequired,
25990
+ });
25991
+
25946
25992
  T['io.flow.internal.v0.models.channel_order_summary'] = PropTypes.exact({
25947
25993
  id: PropTypes.string.isRequired,
25948
25994
  organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
@@ -26877,6 +26923,8 @@ T['io.flow.label.v0.models.shipping_label'] = PropTypes.exact({
26877
26923
  updated_at: PropTypes.string,
26878
26924
  direction: T['io.flow.label.v0.enums.direction'],
26879
26925
  shipping_cost_guarantee: T['io.flow.label.v0.enums.shipping_cost_guarantee'],
26926
+ delivery_window_days_from: PropTypes.number,
26927
+ delivery_window_days_to: PropTypes.number,
26880
26928
  });
26881
26929
 
26882
26930
  T['io.flow.label.v0.models.shipping_label_version'] = PropTypes.exact({
@@ -26933,6 +26981,8 @@ T['io.flow.internal.v0.models.restriction_product'] = PropTypes.exact({
26933
26981
  hs_code: PropTypes.string,
26934
26982
  hs_code_source: T['io.flow.internal.v0.enums.harmonization_decision_source'],
26935
26983
  classification_scope: T['io.flow.internal.v0.enums.classification_scope'],
26984
+ classification_resource_id: PropTypes.string,
26985
+ item_classification_resource_ids: PropTypes.objectOf(PropTypes.string),
26936
26986
  url: PropTypes.string,
26937
26987
  reviews: PropTypes.arrayOf(T['io.flow.internal.v0.models.restriction_item_review']).isRequired,
26938
26988
  created_at: PropTypes.string.isRequired,
@@ -26954,6 +27004,7 @@ T['io.flow.internal.v0.models.restriction_item'] = PropTypes.exact({
26954
27004
  hs_code: PropTypes.string,
26955
27005
  hs_code_source: T['io.flow.internal.v0.enums.harmonization_decision_source'],
26956
27006
  classification_scope: T['io.flow.internal.v0.enums.classification_scope'],
27007
+ classification_resource_id: PropTypes.string,
26957
27008
  description: PropTypes.string.isRequired,
26958
27009
  category: PropTypes.string,
26959
27010
  categories: PropTypes.arrayOf(PropTypes.string).isRequired,
@@ -27052,6 +27103,23 @@ T['io.flow.internal.v0.models.mahesh_item_upserted'] = PropTypes.exact({
27052
27103
  item: T['io.flow.internal.v0.models.mahesh_item'].isRequired,
27053
27104
  });
27054
27105
 
27106
+ T['io.flow.internal.v0.models.john_strong_item_form'] = PropTypes.exact({
27107
+ number: PropTypes.string.isRequired,
27108
+ amount: T['io.flow.common.v0.models.price'].isRequired,
27109
+ description: PropTypes.string,
27110
+ type: T['io.flow.internal.v0.enums.john_strong_item_type'].isRequired,
27111
+ added_on: PropTypes.string.isRequired,
27112
+ });
27113
+
27114
+ T['io.flow.internal.v0.models.john_strong_item'] = PropTypes.exact({
27115
+ id: PropTypes.string.isRequired,
27116
+ number: PropTypes.string.isRequired,
27117
+ amount: T['io.flow.common.v0.models.price'].isRequired,
27118
+ description: PropTypes.string,
27119
+ type: T['io.flow.internal.v0.enums.john_strong_item_type'].isRequired,
27120
+ added_on: PropTypes.string.isRequired,
27121
+ });
27122
+
27055
27123
  T['io.flow.internal.v0.models.invoice_line'] = PropTypes.exact({
27056
27124
  id: PropTypes.string.isRequired,
27057
27125
  description: PropTypes.string.isRequired,
@@ -27832,6 +27900,8 @@ T['io.flow.internal.v0.models.validated_shipping_data'] = PropTypes.exact({
27832
27900
  direction: T['io.flow.label.v0.enums.direction'],
27833
27901
  package_dimensions_source: T['io.flow.label.v0.enums.package_dimensions_source'].isRequired,
27834
27902
  shipping_date_time: PropTypes.string,
27903
+ delivery_window_days_from: PropTypes.number,
27904
+ delivery_window_days_to: PropTypes.number,
27835
27905
  });
27836
27906
 
27837
27907
  T['io.flow.internal.v0.models.submitted_order_upserted'] = PropTypes.exact({
@@ -27868,6 +27938,7 @@ T['io.flow.internal.v0.models.order_refund_transaction'] = PropTypes.exact({
27868
27938
  organization_id: PropTypes.string.isRequired,
27869
27939
  order_number: PropTypes.string.isRequired,
27870
27940
  price: T['io.flow.common.v0.models.price_with_base'].isRequired,
27941
+ refunded_at: PropTypes.string,
27871
27942
  });
27872
27943
 
27873
27944
  T['io.flow.internal.v0.models.order_refund_transaction_upserted'] = PropTypes.exact({
@@ -28037,6 +28108,7 @@ T['io.flow.internal.v0.models.bank_payment_detail'] = PropTypes.exact({
28037
28108
  source_type: T['io.flow.internal.v0.enums.account_type'].isRequired,
28038
28109
  source_id: PropTypes.string.isRequired,
28039
28110
  status: T['io.flow.internal.v0.enums.bank_payment_status_code'].isRequired,
28111
+ processed: PropTypes.bool.isRequired,
28040
28112
  amount: PropTypes.number.isRequired,
28041
28113
  currency: PropTypes.string.isRequired,
28042
28114
  created_at: PropTypes.string.isRequired,
@@ -29274,6 +29346,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
29274
29346
  T['io.flow.internal.v0.models.channel_order_acceptance_failed'],
29275
29347
  T['io.flow.internal.v0.models.channel_shop_statistics_upserted'],
29276
29348
  T['io.flow.internal.v0.models.channel_shop_statistics_deleted'],
29349
+ T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting_upserted'],
29350
+ T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting_deleted'],
29277
29351
  T['io.flow.internal.v0.models.commercial_invoice_internal_upserted'],
29278
29352
  T['io.flow.internal.v0.models.commercial_invoice_internal_deleted'],
29279
29353
  T['io.flow.internal.v0.models.internal_channel_rate_deleted'],
@@ -29869,6 +29943,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
29869
29943
  'channel_order_acceptance_failed',
29870
29944
  'channel_shop_statistics_upserted',
29871
29945
  'channel_shop_statistics_deleted',
29946
+ 'channel_order_tax_and_duty_inclusivity_setting_upserted',
29947
+ 'channel_order_tax_and_duty_inclusivity_setting_deleted',
29872
29948
  'commercial_invoice_internal_upserted',
29873
29949
  'commercial_invoice_internal_deleted',
29874
29950
  'internal_channel_rate_deleted',
@@ -30444,6 +30520,10 @@ T['io.flow.internal.v0.models.bank_payment_form'] = PropTypes.exact({
30444
30520
  attributes: PropTypes.objectOf(PropTypes.string),
30445
30521
  });
30446
30522
 
30523
+ T['io.flow.internal.v0.models.bank_payment_status_processed_import_form'] = PropTypes.exact({
30524
+ payment_ids: PropTypes.arrayOf(PropTypes.string).isRequired,
30525
+ });
30526
+
30447
30527
  T['io.flow.internal.v0.models.bank_payment_status_sent_import_form'] = PropTypes.exact({
30448
30528
  payment_ids: PropTypes.arrayOf(PropTypes.string).isRequired,
30449
30529
  });
@@ -30757,6 +30837,12 @@ T['io.flow.internal.v0.models.google_shopping_setting'] = PropTypes.exact({
30757
30837
  created_by_email: PropTypes.string.isRequired,
30758
30838
  });
30759
30839
 
30840
+ T['io.flow.internal.v0.models.guaranteed_shipping_calibration'] = PropTypes.exact({
30841
+ channel_id: PropTypes.string.isRequired,
30842
+ organization_id: PropTypes.string.isRequired,
30843
+ destination_country: PropTypes.string.isRequired,
30844
+ });
30845
+
30760
30846
  T['io.flow.internal.v0.models.harmonization_threshold'] = PropTypes.exact({
30761
30847
  id: PropTypes.string.isRequired,
30762
30848
  chapter: PropTypes.number.isRequired,
@@ -32708,6 +32794,7 @@ export const bankPaymentStatusForm = T['io.flow.internal.v0.models.bank_payment_
32708
32794
  export const bankPaymentStatusImport = T['io.flow.internal.v0.models.bank_payment_status_import'];
32709
32795
  export const bankPaymentStatusImportForm = T['io.flow.internal.v0.models.bank_payment_status_import_form'];
32710
32796
  export const bankPaymentStatusImportResult = T['io.flow.internal.v0.models.bank_payment_status_import_result'];
32797
+ export const bankPaymentStatusProcessedImportForm = T['io.flow.internal.v0.models.bank_payment_status_processed_import_form'];
32711
32798
  export const bankPaymentStatusSentImportForm = T['io.flow.internal.v0.models.bank_payment_status_sent_import_form'];
32712
32799
  export const bankPaymentStatusSingleForm = T['io.flow.internal.v0.models.bank_payment_status_single_form'];
32713
32800
  export const bankPaymentUpserted = T['io.flow.internal.v0.models.bank_payment_upserted'];
@@ -32867,6 +32954,9 @@ export const channelOrderSummary = T['io.flow.internal.v0.models.channel_order_s
32867
32954
  export const channelOrderSummaryDeleted = T['io.flow.internal.v0.models.channel_order_summary_deleted'];
32868
32955
  export const channelOrderSummaryFulfillmentDetails = T['io.flow.internal.v0.models.channel_order_summary_fulfillment_details'];
32869
32956
  export const channelOrderSummaryUpserted = T['io.flow.internal.v0.models.channel_order_summary_upserted'];
32957
+ export const channelOrderTaxAndDutyInclusivitySetting = T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting'];
32958
+ export const channelOrderTaxAndDutyInclusivitySettingDeleted = T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting_deleted'];
32959
+ export const channelOrderTaxAndDutyInclusivitySettingUpserted = T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting_upserted'];
32870
32960
  export const channelOrganizationDomains = T['io.flow.internal.v0.models.channel_organization_domains'];
32871
32961
  export const channelOrganizationIdentifier = T['io.flow.internal.v0.models.channel_organization_identifier'];
32872
32962
  export const channelOrganizationIdentifierDeleted = T['io.flow.internal.v0.models.channel_organization_identifier_deleted'];
@@ -33349,6 +33439,9 @@ export const graphqlServiceTypes = T['io.flow.internal.v0.enums.graphql_service_
33349
33439
  export const guaranteedShippingCalibratedOutput = T['io.flow.internal.v0.models.guaranteed_shipping_calibrated_output'];
33350
33440
  export const guaranteedShippingCalibratedOutputDeleted = T['io.flow.internal.v0.models.guaranteed_shipping_calibrated_output_deleted'];
33351
33441
  export const guaranteedShippingCalibratedOutputUpserted = T['io.flow.internal.v0.models.guaranteed_shipping_calibrated_output_upserted'];
33442
+ export const guaranteedShippingCalibration = T['io.flow.internal.v0.models.guaranteed_shipping_calibration'];
33443
+ export const guaranteedShippingCalibrationForm = T['io.flow.internal.v0.models.guaranteed_shipping_calibration_form'];
33444
+ export const guaranteedShippingCalibrationLaneForm = T['io.flow.internal.v0.models.guaranteed_shipping_calibration_lane_form'];
33352
33445
  export const guaranteedShippingPublishedOutput = T['io.flow.internal.v0.models.guaranteed_shipping_published_output'];
33353
33446
  export const guaranteedShippingPublishedOutputDeleted = T['io.flow.internal.v0.models.guaranteed_shipping_published_output_deleted'];
33354
33447
  export const guaranteedShippingPublishedOutputUpserted = T['io.flow.internal.v0.models.guaranteed_shipping_published_output_upserted'];
@@ -33454,6 +33547,9 @@ export const itemSalesMarginVersion = T['io.flow.internal.v0.models.item_sales_m
33454
33547
  export const itemSummary = T['io.flow.internal.v0.models.item_summary'];
33455
33548
  export const itemType = T['io.flow.internal.v0.enums.item_type'];
33456
33549
  export const itemValuesForm = T['io.flow.internal.v0.models.item_values_form'];
33550
+ export const johnStrongItem = T['io.flow.internal.v0.models.john_strong_item'];
33551
+ export const johnStrongItemForm = T['io.flow.internal.v0.models.john_strong_item_form'];
33552
+ export const johnStrongItemType = T['io.flow.internal.v0.enums.john_strong_item_type'];
33457
33553
  export const journal = T['io.flow.internal.v0.models.journal'];
33458
33554
  export const journalFailure = T['io.flow.internal.v0.models.journal_failure'];
33459
33555
  export const journalOperation = T['io.flow.internal.v0.enums.journal_operation'];