@timardex/cluemart-shared 1.2.84 → 1.2.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -730,14 +730,14 @@ interface PosterInputType {
730
730
 
731
731
  declare enum OrganizedMarketCount {
732
732
  ONE = "1",
733
- TWO_TO_THREE = "2-3",
734
- FOUR_TO_FIVE = "4-5",
733
+ TWO_TO_THREE = "2_3",
734
+ FOUR_TO_FIVE = "4_5",
735
735
  MORE_THAN_FIVE = "more_than_5"
736
736
  }
737
737
  declare enum VendorSellingFrequency {
738
- TWICE_A_WEEK = "2-3_times_a_week",
738
+ TWICE_A_WEEK = "2_3_times_a_week",
739
739
  ONCE_A_WEEK = "once_a_week",
740
- ONE_TO_TWO_TIMES_A_MONTH = "1-2_times_a_month",
740
+ ONE_TO_TWO_TIMES_A_MONTH = "1_2_times_a_month",
741
741
  LESS_OFTEN = "less_often"
742
742
  }
743
743
  declare enum OrganizerMarketFrequency {
package/dist/index.d.ts CHANGED
@@ -730,14 +730,14 @@ interface PosterInputType {
730
730
 
731
731
  declare enum OrganizedMarketCount {
732
732
  ONE = "1",
733
- TWO_TO_THREE = "2-3",
734
- FOUR_TO_FIVE = "4-5",
733
+ TWO_TO_THREE = "2_3",
734
+ FOUR_TO_FIVE = "4_5",
735
735
  MORE_THAN_FIVE = "more_than_5"
736
736
  }
737
737
  declare enum VendorSellingFrequency {
738
- TWICE_A_WEEK = "2-3_times_a_week",
738
+ TWICE_A_WEEK = "2_3_times_a_week",
739
739
  ONCE_A_WEEK = "once_a_week",
740
- ONE_TO_TWO_TIMES_A_MONTH = "1-2_times_a_month",
740
+ ONE_TO_TWO_TIMES_A_MONTH = "1_2_times_a_month",
741
741
  LESS_OFTEN = "less_often"
742
742
  }
743
743
  declare enum OrganizerMarketFrequency {
package/dist/index.mjs CHANGED
@@ -5450,15 +5450,15 @@ import * as yup6 from "yup";
5450
5450
  // src/types/tester.ts
5451
5451
  var OrganizedMarketCount = /* @__PURE__ */ ((OrganizedMarketCount2) => {
5452
5452
  OrganizedMarketCount2["ONE"] = "1";
5453
- OrganizedMarketCount2["TWO_TO_THREE"] = "2-3";
5454
- OrganizedMarketCount2["FOUR_TO_FIVE"] = "4-5";
5453
+ OrganizedMarketCount2["TWO_TO_THREE"] = "2_3";
5454
+ OrganizedMarketCount2["FOUR_TO_FIVE"] = "4_5";
5455
5455
  OrganizedMarketCount2["MORE_THAN_FIVE"] = "more_than_5";
5456
5456
  return OrganizedMarketCount2;
5457
5457
  })(OrganizedMarketCount || {});
5458
5458
  var VendorSellingFrequency = /* @__PURE__ */ ((VendorSellingFrequency2) => {
5459
- VendorSellingFrequency2["TWICE_A_WEEK"] = "2-3_times_a_week";
5459
+ VendorSellingFrequency2["TWICE_A_WEEK"] = "2_3_times_a_week";
5460
5460
  VendorSellingFrequency2["ONCE_A_WEEK"] = "once_a_week";
5461
- VendorSellingFrequency2["ONE_TO_TWO_TIMES_A_MONTH"] = "1-2_times_a_month";
5461
+ VendorSellingFrequency2["ONE_TO_TWO_TIMES_A_MONTH"] = "1_2_times_a_month";
5462
5462
  VendorSellingFrequency2["LESS_OFTEN"] = "less_often";
5463
5463
  return VendorSellingFrequency2;
5464
5464
  })(VendorSellingFrequency || {});