@timardex/cluemart-shared 1.2.84 → 1.2.86

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
@@ -729,22 +729,22 @@ interface PosterInputType {
729
729
  }
730
730
 
731
731
  declare enum OrganizedMarketCount {
732
- ONE = "1",
733
- TWO_TO_THREE = "2-3",
734
- FOUR_TO_FIVE = "4-5",
735
- MORE_THAN_FIVE = "more_than_5"
732
+ ONE = "One",
733
+ TWO_TO_THREE = "Two_to_Three",
734
+ FOUR_TO_FIVE = "Four_to_Five",
735
+ MORE_THAN_FIVE = "More_than_Five"
736
736
  }
737
737
  declare enum VendorSellingFrequency {
738
- TWICE_A_WEEK = "2-3_times_a_week",
739
- ONCE_A_WEEK = "once_a_week",
740
- ONE_TO_TWO_TIMES_A_MONTH = "1-2_times_a_month",
741
- LESS_OFTEN = "less_often"
738
+ TWICE_A_WEEK = "Two_to_Three_times_a_week",
739
+ ONCE_A_WEEK = "Once_a_week",
740
+ ONE_TO_TWO_TIMES_A_MONTH = "One_to_Two_times_a_month",
741
+ LESS_OFTEN = "Less_often"
742
742
  }
743
743
  declare enum OrganizerMarketFrequency {
744
- WEEKLY = "weekly",
745
- FORTNIGHTLY = "fortnightly",
746
- MONTHLY = "monthly",
747
- SEASONAL = "seasonal"
744
+ WEEKLY = "Weekly",
745
+ FORTNIGHTLY = "Fortnightly",
746
+ MONTHLY = "Monthly",
747
+ SEASONAL = "Seasonal"
748
748
  }
749
749
  type TesterVendor = {
750
750
  categories: Category[];
package/dist/index.d.ts CHANGED
@@ -729,22 +729,22 @@ interface PosterInputType {
729
729
  }
730
730
 
731
731
  declare enum OrganizedMarketCount {
732
- ONE = "1",
733
- TWO_TO_THREE = "2-3",
734
- FOUR_TO_FIVE = "4-5",
735
- MORE_THAN_FIVE = "more_than_5"
732
+ ONE = "One",
733
+ TWO_TO_THREE = "Two_to_Three",
734
+ FOUR_TO_FIVE = "Four_to_Five",
735
+ MORE_THAN_FIVE = "More_than_Five"
736
736
  }
737
737
  declare enum VendorSellingFrequency {
738
- TWICE_A_WEEK = "2-3_times_a_week",
739
- ONCE_A_WEEK = "once_a_week",
740
- ONE_TO_TWO_TIMES_A_MONTH = "1-2_times_a_month",
741
- LESS_OFTEN = "less_often"
738
+ TWICE_A_WEEK = "Two_to_Three_times_a_week",
739
+ ONCE_A_WEEK = "Once_a_week",
740
+ ONE_TO_TWO_TIMES_A_MONTH = "One_to_Two_times_a_month",
741
+ LESS_OFTEN = "Less_often"
742
742
  }
743
743
  declare enum OrganizerMarketFrequency {
744
- WEEKLY = "weekly",
745
- FORTNIGHTLY = "fortnightly",
746
- MONTHLY = "monthly",
747
- SEASONAL = "seasonal"
744
+ WEEKLY = "Weekly",
745
+ FORTNIGHTLY = "Fortnightly",
746
+ MONTHLY = "Monthly",
747
+ SEASONAL = "Seasonal"
748
748
  }
749
749
  type TesterVendor = {
750
750
  categories: Category[];
package/dist/index.mjs CHANGED
@@ -5449,24 +5449,24 @@ import * as yup6 from "yup";
5449
5449
 
5450
5450
  // src/types/tester.ts
5451
5451
  var OrganizedMarketCount = /* @__PURE__ */ ((OrganizedMarketCount2) => {
5452
- OrganizedMarketCount2["ONE"] = "1";
5453
- OrganizedMarketCount2["TWO_TO_THREE"] = "2-3";
5454
- OrganizedMarketCount2["FOUR_TO_FIVE"] = "4-5";
5455
- OrganizedMarketCount2["MORE_THAN_FIVE"] = "more_than_5";
5452
+ OrganizedMarketCount2["ONE"] = "One";
5453
+ OrganizedMarketCount2["TWO_TO_THREE"] = "Two_to_Three";
5454
+ OrganizedMarketCount2["FOUR_TO_FIVE"] = "Four_to_Five";
5455
+ OrganizedMarketCount2["MORE_THAN_FIVE"] = "More_than_Five";
5456
5456
  return OrganizedMarketCount2;
5457
5457
  })(OrganizedMarketCount || {});
5458
5458
  var VendorSellingFrequency = /* @__PURE__ */ ((VendorSellingFrequency2) => {
5459
- VendorSellingFrequency2["TWICE_A_WEEK"] = "2-3_times_a_week";
5460
- VendorSellingFrequency2["ONCE_A_WEEK"] = "once_a_week";
5461
- VendorSellingFrequency2["ONE_TO_TWO_TIMES_A_MONTH"] = "1-2_times_a_month";
5462
- VendorSellingFrequency2["LESS_OFTEN"] = "less_often";
5459
+ VendorSellingFrequency2["TWICE_A_WEEK"] = "Two_to_Three_times_a_week";
5460
+ VendorSellingFrequency2["ONCE_A_WEEK"] = "Once_a_week";
5461
+ VendorSellingFrequency2["ONE_TO_TWO_TIMES_A_MONTH"] = "One_to_Two_times_a_month";
5462
+ VendorSellingFrequency2["LESS_OFTEN"] = "Less_often";
5463
5463
  return VendorSellingFrequency2;
5464
5464
  })(VendorSellingFrequency || {});
5465
5465
  var OrganizerMarketFrequency = /* @__PURE__ */ ((OrganizerMarketFrequency2) => {
5466
- OrganizerMarketFrequency2["WEEKLY"] = "weekly";
5467
- OrganizerMarketFrequency2["FORTNIGHTLY"] = "fortnightly";
5468
- OrganizerMarketFrequency2["MONTHLY"] = "monthly";
5469
- OrganizerMarketFrequency2["SEASONAL"] = "seasonal";
5466
+ OrganizerMarketFrequency2["WEEKLY"] = "Weekly";
5467
+ OrganizerMarketFrequency2["FORTNIGHTLY"] = "Fortnightly";
5468
+ OrganizerMarketFrequency2["MONTHLY"] = "Monthly";
5469
+ OrganizerMarketFrequency2["SEASONAL"] = "Seasonal";
5470
5470
  return OrganizerMarketFrequency2;
5471
5471
  })(OrganizerMarketFrequency || {});
5472
5472