@timardex/cluemart-server-shared 1.0.36 → 1.0.37

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.
@@ -9361,14 +9361,15 @@ var TESTER_EVENT_FIELDS_FRAGMENT = gql`
9361
9361
  averageStallCount
9362
9362
  }
9363
9363
  questionary {
9364
- registerMarketsFirstWeek
9365
- inviteAtLeastFiveStallholders
9366
- manageApplicationsAndCommunication
9367
- completeFinalQuestionnaire
9368
9364
  allowMarketingAppearance
9369
- organizerExpectations
9365
+ completeFinalQuestionnaire
9370
9366
  dailyCoordinationNeeds
9371
9367
  interestedInCharityInitiative
9368
+ inviteAtLeastFiveStallholders
9369
+ manageApplicationsAndCommunication
9370
+ organizerExpectations
9371
+ registerMarketsFirstWeek
9372
+ spaceForClueMart
9372
9373
  }
9373
9374
  }
9374
9375
  `;
@@ -10140,7 +10141,8 @@ var testerEventSchema = create$3().shape({
10140
10141
  inviteAtLeastFiveStallholders: create$7().required("Required field"),
10141
10142
  manageApplicationsAndCommunication: create$7().required("Required field"),
10142
10143
  organizerExpectations: create$6().trim().optional(),
10143
- registerMarketsFirstWeek: create$7().required("Required field")
10144
+ registerMarketsFirstWeek: create$7().required("Required field"),
10145
+ spaceForClueMart: create$7().optional()
10144
10146
  })
10145
10147
  });
10146
10148
  var testerSchema = create$3().shape({
@@ -10970,7 +10972,8 @@ var TesterEventsSchema = new MongooseSchema9(
10970
10972
  inviteAtLeastFiveStallholders: { required: true, type: Boolean },
10971
10973
  manageApplicationsAndCommunication: { required: true, type: Boolean },
10972
10974
  organizerExpectations: { required: false, type: String },
10973
- registerMarketsFirstWeek: { required: true, type: Boolean }
10975
+ registerMarketsFirstWeek: { required: true, type: Boolean },
10976
+ spaceForClueMart: { required: false, type: Boolean }
10974
10977
  }
10975
10978
  }
10976
10979
  },
@@ -11454,4 +11457,4 @@ react/cjs/react.development.js:
11454
11457
  * LICENSE file in the root directory of this source tree.
11455
11458
  *)
11456
11459
  */
11457
- //# sourceMappingURL=chunk-IMGD2Z23.mjs.map
11460
+ //# sourceMappingURL=chunk-RGNDTLXG.mjs.map