@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/{ad-DG_7LBAs.d.ts → ad-AkqtmXpL.d.ts} +12 -12
- package/dist/{ad-DYMbNmr8.d.mts → ad-BKRuZXRs.d.mts} +12 -12
- package/dist/{chunk-3EEPXFDG.mjs → chunk-35N6UAG3.mjs} +13 -13
- package/dist/chunk-35N6UAG3.mjs.map +1 -0
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/hooks/index.cjs +12 -12
- 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 +12 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +12 -12
- package/dist/index.d.ts +12 -12
- package/dist/index.mjs +12 -12
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.cjs +12 -12
- 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/chunk-3EEPXFDG.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -729,22 +729,22 @@ interface PosterInputType {
|
|
|
729
729
|
}
|
|
730
730
|
|
|
731
731
|
declare enum OrganizedMarketCount {
|
|
732
|
-
ONE = "
|
|
733
|
-
TWO_TO_THREE = "
|
|
734
|
-
FOUR_TO_FIVE = "
|
|
735
|
-
MORE_THAN_FIVE = "
|
|
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 = "
|
|
739
|
-
ONCE_A_WEEK = "
|
|
740
|
-
ONE_TO_TWO_TIMES_A_MONTH = "
|
|
741
|
-
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 = "
|
|
745
|
-
FORTNIGHTLY = "
|
|
746
|
-
MONTHLY = "
|
|
747
|
-
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 = "
|
|
733
|
-
TWO_TO_THREE = "
|
|
734
|
-
FOUR_TO_FIVE = "
|
|
735
|
-
MORE_THAN_FIVE = "
|
|
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 = "
|
|
739
|
-
ONCE_A_WEEK = "
|
|
740
|
-
ONE_TO_TWO_TIMES_A_MONTH = "
|
|
741
|
-
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 = "
|
|
745
|
-
FORTNIGHTLY = "
|
|
746
|
-
MONTHLY = "
|
|
747
|
-
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"] = "
|
|
5453
|
-
OrganizedMarketCount2["TWO_TO_THREE"] = "
|
|
5454
|
-
OrganizedMarketCount2["FOUR_TO_FIVE"] = "
|
|
5455
|
-
OrganizedMarketCount2["MORE_THAN_FIVE"] = "
|
|
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"] = "
|
|
5460
|
-
VendorSellingFrequency2["ONCE_A_WEEK"] = "
|
|
5461
|
-
VendorSellingFrequency2["ONE_TO_TWO_TIMES_A_MONTH"] = "
|
|
5462
|
-
VendorSellingFrequency2["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"] = "
|
|
5467
|
-
OrganizerMarketFrequency2["FORTNIGHTLY"] = "
|
|
5468
|
-
OrganizerMarketFrequency2["MONTHLY"] = "
|
|
5469
|
-
OrganizerMarketFrequency2["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
|
|