@timardex/cluemart-shared 1.3.26 → 1.3.28
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-R3MMYKM2.mjs} +1 -1
- package/dist/chunk-R3MMYKM2.mjs.map +1 -0
- package/dist/graphql/index.cjs +3 -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 +3 -2
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +4 -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 +5 -4
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +7 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.mjs +7 -5
- package/dist/index.mjs.map +1 -1
- package/dist/{post-BfPIQ9lI.d.mts → post-CWUKq7Ia.d.mts} +5 -4
- package/dist/{post-DWJkRt1q.d.ts → post-DO5kBeG3.d.ts} +5 -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/index.cjs
CHANGED
|
@@ -2836,11 +2836,12 @@ var TESTER_EVENT_FIELDS_FRAGMENT = import_client4.gql`
|
|
|
2836
2836
|
completeFinalQuestionnaire
|
|
2837
2837
|
dailyCoordinationNeeds
|
|
2838
2838
|
interestedInCharityInitiative
|
|
2839
|
-
|
|
2839
|
+
inviteStallholders
|
|
2840
2840
|
manageApplicationsAndCommunication
|
|
2841
2841
|
organizerExpectations
|
|
2842
|
-
|
|
2842
|
+
completeMarketProfileFirstWeek
|
|
2843
2843
|
spaceForClueMart
|
|
2844
|
+
uploadStallList
|
|
2844
2845
|
}
|
|
2845
2846
|
}
|
|
2846
2847
|
`;
|
|
@@ -5980,13 +5981,14 @@ var testerEventSchema = yup6.object().shape({
|
|
|
5980
5981
|
questionary: yup6.object().shape({
|
|
5981
5982
|
allowMarketingAppearance: yup6.boolean().optional(),
|
|
5982
5983
|
completeFinalQuestionnaire: yup6.boolean().required("Required field"),
|
|
5984
|
+
completeMarketProfileFirstWeek: yup6.boolean().required("Required field"),
|
|
5983
5985
|
dailyCoordinationNeeds: yup6.string().trim().optional(),
|
|
5984
5986
|
interestedInCharityInitiative: yup6.boolean().optional(),
|
|
5985
|
-
|
|
5987
|
+
inviteStallholders: yup6.boolean().required("Required field"),
|
|
5986
5988
|
manageApplicationsAndCommunication: yup6.boolean().required("Required field"),
|
|
5987
5989
|
organizerExpectations: yup6.string().trim().optional(),
|
|
5988
|
-
|
|
5989
|
-
|
|
5990
|
+
spaceForClueMart: yup6.boolean().required("Required field"),
|
|
5991
|
+
uploadStallList: yup6.boolean().required("Required field")
|
|
5990
5992
|
})
|
|
5991
5993
|
});
|
|
5992
5994
|
var testerSchema = yup6.object().shape({
|