@timardex/cluemart-shared 1.2.91 → 1.2.93
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-Dc3Cdtpm.d.ts → ad-BAdLwWe8.d.ts} +14 -11
- package/dist/{ad-B89WhTMq.d.mts → ad-B_E4DMtS.d.mts} +14 -11
- package/dist/{chunk-VK2BLRBY.mjs → chunk-BK3ZTKW7.mjs} +1 -1
- package/dist/chunk-BK3ZTKW7.mjs.map +1 -0
- package/dist/graphql/index.cjs +11 -8
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/graphql/index.mjs +11 -8
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +11 -8
- 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 +12 -9
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +22 -16
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +14 -11
- package/dist/index.d.ts +14 -11
- package/dist/index.mjs +22 -16
- package/dist/index.mjs.map +1 -1
- 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-VK2BLRBY.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -780,17 +780,20 @@ type TesterEvent = {
|
|
|
780
780
|
frequency: OrganizerMarketFrequency;
|
|
781
781
|
averageStallCount: number;
|
|
782
782
|
}[];
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
783
|
+
questionary: {
|
|
784
|
+
/** Test Period Participation */
|
|
785
|
+
registerMarketsFirstWeek: boolean;
|
|
786
|
+
inviteAtLeastFiveStallholders: boolean;
|
|
787
|
+
manageApplicationsAndCommunication: boolean;
|
|
788
|
+
completeFinalQuestionnaire: boolean;
|
|
789
|
+
/** Promotion Support */
|
|
790
|
+
allowMarketingAppearance?: boolean;
|
|
791
|
+
spaceForClueMart?: boolean;
|
|
792
|
+
/** Open Questions */
|
|
793
|
+
organizerExpectations?: string;
|
|
794
|
+
dailyCoordinationNeeds?: string;
|
|
795
|
+
interestedInCharityInitiative?: boolean;
|
|
796
|
+
};
|
|
794
797
|
};
|
|
795
798
|
interface TesterFormData {
|
|
796
799
|
businessName: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -780,17 +780,20 @@ type TesterEvent = {
|
|
|
780
780
|
frequency: OrganizerMarketFrequency;
|
|
781
781
|
averageStallCount: number;
|
|
782
782
|
}[];
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
783
|
+
questionary: {
|
|
784
|
+
/** Test Period Participation */
|
|
785
|
+
registerMarketsFirstWeek: boolean;
|
|
786
|
+
inviteAtLeastFiveStallholders: boolean;
|
|
787
|
+
manageApplicationsAndCommunication: boolean;
|
|
788
|
+
completeFinalQuestionnaire: boolean;
|
|
789
|
+
/** Promotion Support */
|
|
790
|
+
allowMarketingAppearance?: boolean;
|
|
791
|
+
spaceForClueMart?: boolean;
|
|
792
|
+
/** Open Questions */
|
|
793
|
+
organizerExpectations?: string;
|
|
794
|
+
dailyCoordinationNeeds?: string;
|
|
795
|
+
interestedInCharityInitiative?: boolean;
|
|
796
|
+
};
|
|
794
797
|
};
|
|
795
798
|
interface TesterFormData {
|
|
796
799
|
businessName: string;
|
package/dist/index.mjs
CHANGED
|
@@ -4154,14 +4154,17 @@ var TESTER_EVENT_FIELDS_FRAGMENT = gql21`
|
|
|
4154
4154
|
frequency
|
|
4155
4155
|
averageStallCount
|
|
4156
4156
|
}
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4157
|
+
questionary {
|
|
4158
|
+
allowMarketingAppearance
|
|
4159
|
+
completeFinalQuestionnaire
|
|
4160
|
+
dailyCoordinationNeeds
|
|
4161
|
+
interestedInCharityInitiative
|
|
4162
|
+
inviteAtLeastFiveStallholders
|
|
4163
|
+
manageApplicationsAndCommunication
|
|
4164
|
+
organizerExpectations
|
|
4165
|
+
registerMarketsFirstWeek
|
|
4166
|
+
spaceForClueMart
|
|
4167
|
+
}
|
|
4165
4168
|
}
|
|
4166
4169
|
`;
|
|
4167
4170
|
var TESTER_FIELDS_FRAGMENT = gql21`
|
|
@@ -5500,12 +5503,6 @@ var testerVendorSchema = yup6.object().shape({
|
|
|
5500
5503
|
yearlySellingApprox: yup6.number().label("Yearly Selling Approx").min(0, "Yearly selling approximate must be at least 0").integer("Yearly selling approximate must be a whole number").required("Yearly selling approximate is required").test("no-leading-zeros", "", noLeadingZeros("Yearly selling approximate"))
|
|
5501
5504
|
});
|
|
5502
5505
|
var testerEventSchema = yup6.object().shape({
|
|
5503
|
-
allowMarketingAppearance: yup6.boolean().optional(),
|
|
5504
|
-
completeFinalQuestionnaire: yup6.boolean().required("Required field"),
|
|
5505
|
-
dailyCoordinationNeeds: yup6.string().trim().optional(),
|
|
5506
|
-
interestedInCharityInitiative: yup6.boolean().optional(),
|
|
5507
|
-
inviteAtLeastFiveStallholders: yup6.boolean().required("Required field"),
|
|
5508
|
-
manageApplicationsAndCommunication: yup6.boolean().required("Required field"),
|
|
5509
5506
|
markets: yup6.array().of(
|
|
5510
5507
|
yup6.object().shape({
|
|
5511
5508
|
averageStallCount: yup6.number().label("Average Stall Count").min(1, "Average stall count must be at least 1").integer("Average stall count must be a whole number").required("Average stall count is required").test("no-leading-zeros", "", noLeadingZeros("Average stall count")),
|
|
@@ -5521,8 +5518,17 @@ var testerEventSchema = yup6.object().shape({
|
|
|
5521
5518
|
Object.values(OrganizedMarketCount),
|
|
5522
5519
|
"Please select a valid market count"
|
|
5523
5520
|
).required("Organized market count is required"),
|
|
5524
|
-
|
|
5525
|
-
|
|
5521
|
+
questionary: yup6.object().shape({
|
|
5522
|
+
allowMarketingAppearance: yup6.boolean().optional(),
|
|
5523
|
+
completeFinalQuestionnaire: yup6.boolean().required("Required field"),
|
|
5524
|
+
dailyCoordinationNeeds: yup6.string().trim().optional(),
|
|
5525
|
+
interestedInCharityInitiative: yup6.boolean().optional(),
|
|
5526
|
+
inviteAtLeastFiveStallholders: yup6.boolean().required("Required field"),
|
|
5527
|
+
manageApplicationsAndCommunication: yup6.boolean().required("Required field"),
|
|
5528
|
+
organizerExpectations: yup6.string().trim().optional(),
|
|
5529
|
+
registerMarketsFirstWeek: yup6.boolean().required("Required field"),
|
|
5530
|
+
spaceForClueMart: yup6.boolean().optional()
|
|
5531
|
+
})
|
|
5526
5532
|
});
|
|
5527
5533
|
var testerSchema = yup6.object().shape({
|
|
5528
5534
|
businessName: yup6.string().required("Business name is required"),
|