@timardex/cluemart-server-shared 1.0.49 → 1.0.50
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-YPLQYVTC.mjs → chunk-V2G6VPS2.mjs} +9 -9
- package/dist/chunk-V2G6VPS2.mjs.map +1 -0
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +8 -8
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +8 -8
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +8 -8
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-YPLQYVTC.mjs.map +0 -1
|
@@ -8601,10 +8601,10 @@ var TESTER_EVENT_FIELDS_FRAGMENT = gql`
|
|
|
8601
8601
|
completeFinalQuestionnaire
|
|
8602
8602
|
dailyCoordinationNeeds
|
|
8603
8603
|
interestedInCharityInitiative
|
|
8604
|
-
|
|
8604
|
+
inviteStallholders
|
|
8605
8605
|
manageApplicationsAndCommunication
|
|
8606
8606
|
organizerExpectations
|
|
8607
|
-
|
|
8607
|
+
completeMarketProfileFirstWeek
|
|
8608
8608
|
spaceForClueMart
|
|
8609
8609
|
}
|
|
8610
8610
|
}
|
|
@@ -10247,13 +10247,13 @@ var testerEventSchema = create$3().shape({
|
|
|
10247
10247
|
questionary: create$3().shape({
|
|
10248
10248
|
allowMarketingAppearance: create$7().optional(),
|
|
10249
10249
|
completeFinalQuestionnaire: create$7().required("Required field"),
|
|
10250
|
+
completeMarketProfileFirstWeek: create$7().required("Required field"),
|
|
10250
10251
|
dailyCoordinationNeeds: create$6().trim().optional(),
|
|
10251
10252
|
interestedInCharityInitiative: create$7().optional(),
|
|
10252
|
-
|
|
10253
|
+
inviteStallholders: create$7().required("Required field"),
|
|
10253
10254
|
manageApplicationsAndCommunication: create$7().required("Required field"),
|
|
10254
10255
|
organizerExpectations: create$6().trim().optional(),
|
|
10255
|
-
|
|
10256
|
-
spaceForClueMart: create$7().optional()
|
|
10256
|
+
spaceForClueMart: create$7().required("Required field")
|
|
10257
10257
|
})
|
|
10258
10258
|
});
|
|
10259
10259
|
var testerSchema = create$3().shape({
|
|
@@ -11153,13 +11153,13 @@ var TesterEventsSchema = new MongooseSchema9(
|
|
|
11153
11153
|
type: {
|
|
11154
11154
|
allowMarketingAppearance: { required: false, type: Boolean },
|
|
11155
11155
|
completeFinalQuestionnaire: { required: true, type: Boolean },
|
|
11156
|
+
completeMarketProfileFirstWeek: { required: true, type: Boolean },
|
|
11156
11157
|
dailyCoordinationNeeds: { required: false, type: String },
|
|
11157
11158
|
interestedInCharityInitiative: { required: false, type: Boolean },
|
|
11158
|
-
|
|
11159
|
+
inviteStallholders: { required: true, type: Boolean },
|
|
11159
11160
|
manageApplicationsAndCommunication: { required: true, type: Boolean },
|
|
11160
11161
|
organizerExpectations: { required: false, type: String },
|
|
11161
|
-
|
|
11162
|
-
spaceForClueMart: { required: false, type: Boolean }
|
|
11162
|
+
spaceForClueMart: { required: true, type: Boolean }
|
|
11163
11163
|
}
|
|
11164
11164
|
}
|
|
11165
11165
|
},
|
|
@@ -11683,4 +11683,4 @@ react/cjs/react.development.js:
|
|
|
11683
11683
|
* LICENSE file in the root directory of this source tree.
|
|
11684
11684
|
*)
|
|
11685
11685
|
*/
|
|
11686
|
-
//# sourceMappingURL=chunk-
|
|
11686
|
+
//# sourceMappingURL=chunk-V2G6VPS2.mjs.map
|