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

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({
@@ -24583,6 +24603,8 @@ T['io.flow.internal.v0.models.guaranteed_shipping_settings_destination_update']
24583
24603
  tax_and_duty_coefficient: PropTypes.number.isRequired,
24584
24604
  fees_coefficient: PropTypes.number.isRequired,
24585
24605
  merchant_subsidy: T['io.flow.common.v0.models.money'].isRequired,
24606
+ guaranteed_pricing_enabled: PropTypes.bool.isRequired,
24607
+ guaranteed_shipping_enabled: PropTypes.bool.isRequired,
24586
24608
  });
24587
24609
 
24588
24610
  T['io.flow.internal.v0.models.guaranteed_shipping_settings_update'] = PropTypes.exact({
@@ -24612,6 +24634,8 @@ T['io.flow.internal.v0.models.guaranteed_shipping_settings'] = PropTypes.exact({
24612
24634
  fees_coefficient: PropTypes.number.isRequired,
24613
24635
  merchant_subsidy: T['io.flow.common.v0.models.money'].isRequired,
24614
24636
  created_at: PropTypes.number.isRequired,
24637
+ guaranteed_pricing_enabled: PropTypes.bool.isRequired,
24638
+ guaranteed_shipping_enabled: PropTypes.bool.isRequired,
24615
24639
  });
24616
24640
 
24617
24641
  T['io.flow.internal.v0.models.guaranteed_shipping_settings_upserted'] = PropTypes.exact({
@@ -25605,6 +25629,13 @@ T['io.flow.token.v0.models.organization_token_v2_reference'] = PropTypes.exact({
25605
25629
  organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
25606
25630
  });
25607
25631
 
25632
+ T['io.flow.channel.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting'] = PropTypes.exact({
25633
+ organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
25634
+ order_number: PropTypes.string.isRequired,
25635
+ channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
25636
+ tax_and_duty_inclusivity_setting: T['io.flow.experience.v0.enums.tax_and_duty_inclusivity_setting'].isRequired,
25637
+ });
25638
+
25608
25639
  T['io.flow.shopify.markets.internal.v0.models.channel_organization_identifier'] = PropTypes.exact({
25609
25640
  id: PropTypes.string.isRequired,
25610
25641
  organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
@@ -25943,6 +25974,20 @@ T['io.flow.internal.v0.models.channel_organization_identifier_upserted'] = PropT
25943
25974
  channel_organization_identifier: T['io.flow.internal.v0.models.channel_organization_identifier'].isRequired,
25944
25975
  });
25945
25976
 
25977
+ T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting'] = PropTypes.exact({
25978
+ organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
25979
+ order_number: PropTypes.string.isRequired,
25980
+ channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
25981
+ tax_and_duty_inclusivity_setting: T['io.flow.experience.v0.enums.tax_and_duty_inclusivity_setting'].isRequired,
25982
+ });
25983
+
25984
+ T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting_upserted'] = PropTypes.exact({
25985
+ discriminator: PropTypes.oneOf(['channel_order_tax_and_duty_inclusivity_setting_upserted']).isRequired,
25986
+ event_id: PropTypes.string.isRequired,
25987
+ timestamp: PropTypes.string.isRequired,
25988
+ channel_order_tax_and_duty_inclusivity_setting: T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting'].isRequired,
25989
+ });
25990
+
25946
25991
  T['io.flow.internal.v0.models.channel_order_summary'] = PropTypes.exact({
25947
25992
  id: PropTypes.string.isRequired,
25948
25993
  organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
@@ -26877,6 +26922,8 @@ T['io.flow.label.v0.models.shipping_label'] = PropTypes.exact({
26877
26922
  updated_at: PropTypes.string,
26878
26923
  direction: T['io.flow.label.v0.enums.direction'],
26879
26924
  shipping_cost_guarantee: T['io.flow.label.v0.enums.shipping_cost_guarantee'],
26925
+ delivery_window_days_from: PropTypes.number,
26926
+ delivery_window_days_to: PropTypes.number,
26880
26927
  });
26881
26928
 
26882
26929
  T['io.flow.label.v0.models.shipping_label_version'] = PropTypes.exact({
@@ -26933,6 +26980,7 @@ T['io.flow.internal.v0.models.restriction_product'] = PropTypes.exact({
26933
26980
  hs_code: PropTypes.string,
26934
26981
  hs_code_source: T['io.flow.internal.v0.enums.harmonization_decision_source'],
26935
26982
  classification_scope: T['io.flow.internal.v0.enums.classification_scope'],
26983
+ classification_resource_id: PropTypes.string,
26936
26984
  url: PropTypes.string,
26937
26985
  reviews: PropTypes.arrayOf(T['io.flow.internal.v0.models.restriction_item_review']).isRequired,
26938
26986
  created_at: PropTypes.string.isRequired,
@@ -26954,6 +27002,7 @@ T['io.flow.internal.v0.models.restriction_item'] = PropTypes.exact({
26954
27002
  hs_code: PropTypes.string,
26955
27003
  hs_code_source: T['io.flow.internal.v0.enums.harmonization_decision_source'],
26956
27004
  classification_scope: T['io.flow.internal.v0.enums.classification_scope'],
27005
+ classification_resource_id: PropTypes.string,
26957
27006
  description: PropTypes.string.isRequired,
26958
27007
  category: PropTypes.string,
26959
27008
  categories: PropTypes.arrayOf(PropTypes.string).isRequired,
@@ -27052,6 +27101,23 @@ T['io.flow.internal.v0.models.mahesh_item_upserted'] = PropTypes.exact({
27052
27101
  item: T['io.flow.internal.v0.models.mahesh_item'].isRequired,
27053
27102
  });
27054
27103
 
27104
+ T['io.flow.internal.v0.models.john_strong_item_form'] = PropTypes.exact({
27105
+ number: PropTypes.string.isRequired,
27106
+ amount: T['io.flow.common.v0.models.price'].isRequired,
27107
+ description: PropTypes.string,
27108
+ type: T['io.flow.internal.v0.enums.john_strong_item_type'].isRequired,
27109
+ added_on: PropTypes.string.isRequired,
27110
+ });
27111
+
27112
+ T['io.flow.internal.v0.models.john_strong_item'] = PropTypes.exact({
27113
+ id: PropTypes.string.isRequired,
27114
+ number: PropTypes.string.isRequired,
27115
+ amount: T['io.flow.common.v0.models.price'].isRequired,
27116
+ description: PropTypes.string,
27117
+ type: T['io.flow.internal.v0.enums.john_strong_item_type'].isRequired,
27118
+ added_on: PropTypes.string.isRequired,
27119
+ });
27120
+
27055
27121
  T['io.flow.internal.v0.models.invoice_line'] = PropTypes.exact({
27056
27122
  id: PropTypes.string.isRequired,
27057
27123
  description: PropTypes.string.isRequired,
@@ -27832,6 +27898,8 @@ T['io.flow.internal.v0.models.validated_shipping_data'] = PropTypes.exact({
27832
27898
  direction: T['io.flow.label.v0.enums.direction'],
27833
27899
  package_dimensions_source: T['io.flow.label.v0.enums.package_dimensions_source'].isRequired,
27834
27900
  shipping_date_time: PropTypes.string,
27901
+ delivery_window_days_from: PropTypes.number,
27902
+ delivery_window_days_to: PropTypes.number,
27835
27903
  });
27836
27904
 
27837
27905
  T['io.flow.internal.v0.models.submitted_order_upserted'] = PropTypes.exact({
@@ -27868,6 +27936,7 @@ T['io.flow.internal.v0.models.order_refund_transaction'] = PropTypes.exact({
27868
27936
  organization_id: PropTypes.string.isRequired,
27869
27937
  order_number: PropTypes.string.isRequired,
27870
27938
  price: T['io.flow.common.v0.models.price_with_base'].isRequired,
27939
+ refunded_at: PropTypes.string,
27871
27940
  });
27872
27941
 
27873
27942
  T['io.flow.internal.v0.models.order_refund_transaction_upserted'] = PropTypes.exact({
@@ -29274,6 +29343,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
29274
29343
  T['io.flow.internal.v0.models.channel_order_acceptance_failed'],
29275
29344
  T['io.flow.internal.v0.models.channel_shop_statistics_upserted'],
29276
29345
  T['io.flow.internal.v0.models.channel_shop_statistics_deleted'],
29346
+ T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting_upserted'],
29347
+ T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting_deleted'],
29277
29348
  T['io.flow.internal.v0.models.commercial_invoice_internal_upserted'],
29278
29349
  T['io.flow.internal.v0.models.commercial_invoice_internal_deleted'],
29279
29350
  T['io.flow.internal.v0.models.internal_channel_rate_deleted'],
@@ -29869,6 +29940,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
29869
29940
  'channel_order_acceptance_failed',
29870
29941
  'channel_shop_statistics_upserted',
29871
29942
  'channel_shop_statistics_deleted',
29943
+ 'channel_order_tax_and_duty_inclusivity_setting_upserted',
29944
+ 'channel_order_tax_and_duty_inclusivity_setting_deleted',
29872
29945
  'commercial_invoice_internal_upserted',
29873
29946
  'commercial_invoice_internal_deleted',
29874
29947
  'internal_channel_rate_deleted',
@@ -30757,6 +30830,12 @@ T['io.flow.internal.v0.models.google_shopping_setting'] = PropTypes.exact({
30757
30830
  created_by_email: PropTypes.string.isRequired,
30758
30831
  });
30759
30832
 
30833
+ T['io.flow.internal.v0.models.guaranteed_shipping_calibration'] = PropTypes.exact({
30834
+ channel_id: PropTypes.string.isRequired,
30835
+ organization_id: PropTypes.string.isRequired,
30836
+ destination_country: PropTypes.string.isRequired,
30837
+ });
30838
+
30760
30839
  T['io.flow.internal.v0.models.harmonization_threshold'] = PropTypes.exact({
30761
30840
  id: PropTypes.string.isRequired,
30762
30841
  chapter: PropTypes.number.isRequired,
@@ -32867,6 +32946,9 @@ export const channelOrderSummary = T['io.flow.internal.v0.models.channel_order_s
32867
32946
  export const channelOrderSummaryDeleted = T['io.flow.internal.v0.models.channel_order_summary_deleted'];
32868
32947
  export const channelOrderSummaryFulfillmentDetails = T['io.flow.internal.v0.models.channel_order_summary_fulfillment_details'];
32869
32948
  export const channelOrderSummaryUpserted = T['io.flow.internal.v0.models.channel_order_summary_upserted'];
32949
+ export const channelOrderTaxAndDutyInclusivitySetting = T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting'];
32950
+ export const channelOrderTaxAndDutyInclusivitySettingDeleted = T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting_deleted'];
32951
+ export const channelOrderTaxAndDutyInclusivitySettingUpserted = T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting_upserted'];
32870
32952
  export const channelOrganizationDomains = T['io.flow.internal.v0.models.channel_organization_domains'];
32871
32953
  export const channelOrganizationIdentifier = T['io.flow.internal.v0.models.channel_organization_identifier'];
32872
32954
  export const channelOrganizationIdentifierDeleted = T['io.flow.internal.v0.models.channel_organization_identifier_deleted'];
@@ -33349,6 +33431,9 @@ export const graphqlServiceTypes = T['io.flow.internal.v0.enums.graphql_service_
33349
33431
  export const guaranteedShippingCalibratedOutput = T['io.flow.internal.v0.models.guaranteed_shipping_calibrated_output'];
33350
33432
  export const guaranteedShippingCalibratedOutputDeleted = T['io.flow.internal.v0.models.guaranteed_shipping_calibrated_output_deleted'];
33351
33433
  export const guaranteedShippingCalibratedOutputUpserted = T['io.flow.internal.v0.models.guaranteed_shipping_calibrated_output_upserted'];
33434
+ export const guaranteedShippingCalibration = T['io.flow.internal.v0.models.guaranteed_shipping_calibration'];
33435
+ export const guaranteedShippingCalibrationForm = T['io.flow.internal.v0.models.guaranteed_shipping_calibration_form'];
33436
+ export const guaranteedShippingCalibrationLaneForm = T['io.flow.internal.v0.models.guaranteed_shipping_calibration_lane_form'];
33352
33437
  export const guaranteedShippingPublishedOutput = T['io.flow.internal.v0.models.guaranteed_shipping_published_output'];
33353
33438
  export const guaranteedShippingPublishedOutputDeleted = T['io.flow.internal.v0.models.guaranteed_shipping_published_output_deleted'];
33354
33439
  export const guaranteedShippingPublishedOutputUpserted = T['io.flow.internal.v0.models.guaranteed_shipping_published_output_upserted'];
@@ -33454,6 +33539,9 @@ export const itemSalesMarginVersion = T['io.flow.internal.v0.models.item_sales_m
33454
33539
  export const itemSummary = T['io.flow.internal.v0.models.item_summary'];
33455
33540
  export const itemType = T['io.flow.internal.v0.enums.item_type'];
33456
33541
  export const itemValuesForm = T['io.flow.internal.v0.models.item_values_form'];
33542
+ export const johnStrongItem = T['io.flow.internal.v0.models.john_strong_item'];
33543
+ export const johnStrongItemForm = T['io.flow.internal.v0.models.john_strong_item_form'];
33544
+ export const johnStrongItemType = T['io.flow.internal.v0.enums.john_strong_item_type'];
33457
33545
  export const journal = T['io.flow.internal.v0.models.journal'];
33458
33546
  export const journalFailure = T['io.flow.internal.v0.models.journal_failure'];
33459
33547
  export const journalOperation = T['io.flow.internal.v0.enums.journal_operation'];