@timardex/cluemart-shared 1.3.26 → 1.3.27
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/{chunk-V43HKJXJ.mjs → chunk-NYKTZ4MW.mjs} +1 -1
- package/dist/chunk-NYKTZ4MW.mjs.map +1 -0
- package/dist/graphql/index.cjs +2 -2
- 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 +2 -2
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +3 -3
- 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 +4 -4
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +5 -5
- 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 +5 -5
- package/dist/index.mjs.map +1 -1
- package/dist/{post-BfPIQ9lI.d.mts → post-D1lCzlMF.d.mts} +4 -4
- package/dist/{post-DWJkRt1q.d.ts → post-DCkOL97o.d.ts} +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/chunk-V43HKJXJ.mjs.map +0 -1
package/dist/hooks/index.cjs
CHANGED
|
@@ -735,13 +735,13 @@ var testerEventSchema = yup6.object().shape({
|
|
|
735
735
|
questionary: yup6.object().shape({
|
|
736
736
|
allowMarketingAppearance: yup6.boolean().optional(),
|
|
737
737
|
completeFinalQuestionnaire: yup6.boolean().required("Required field"),
|
|
738
|
+
completeMarketProfileFirstWeek: yup6.boolean().required("Required field"),
|
|
738
739
|
dailyCoordinationNeeds: yup6.string().trim().optional(),
|
|
739
740
|
interestedInCharityInitiative: yup6.boolean().optional(),
|
|
740
|
-
|
|
741
|
+
inviteStallholders: yup6.boolean().required("Required field"),
|
|
741
742
|
manageApplicationsAndCommunication: yup6.boolean().required("Required field"),
|
|
742
743
|
organizerExpectations: yup6.string().trim().optional(),
|
|
743
|
-
|
|
744
|
-
spaceForClueMart: yup6.boolean().optional()
|
|
744
|
+
spaceForClueMart: yup6.boolean().required("Required field")
|
|
745
745
|
})
|
|
746
746
|
});
|
|
747
747
|
var testerSchema = yup6.object().shape({
|