@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/{ad-DYMbNmr8.d.mts → ad-CcYxwU64.d.mts} +4 -4
- package/dist/{ad-DG_7LBAs.d.ts → ad-DMg0fZL4.d.ts} +4 -4
- package/dist/{chunk-3EEPXFDG.mjs → chunk-O6YVGYRE.mjs} +5 -5
- package/dist/{chunk-3EEPXFDG.mjs.map → chunk-O6YVGYRE.mjs.map} +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/hooks/index.cjs +4 -4
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.cjs +4 -4
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.mjs +1 -1
- package/package.json +1 -1
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 = "
|
|
734
|
-
FOUR_TO_FIVE = "
|
|
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 = "
|
|
738
|
+
TWICE_A_WEEK = "2_3_times_a_week",
|
|
739
739
|
ONCE_A_WEEK = "once_a_week",
|
|
740
|
-
ONE_TO_TWO_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 = "
|
|
734
|
-
FOUR_TO_FIVE = "
|
|
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 = "
|
|
738
|
+
TWICE_A_WEEK = "2_3_times_a_week",
|
|
739
739
|
ONCE_A_WEEK = "once_a_week",
|
|
740
|
-
ONE_TO_TWO_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"] = "
|
|
5454
|
-
OrganizedMarketCount2["FOUR_TO_FIVE"] = "
|
|
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"] = "
|
|
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"] = "
|
|
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 || {});
|