@timardex/cluemart-shared 1.2.92 → 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/index.d.mts CHANGED
@@ -788,6 +788,7 @@ type TesterEvent = {
788
788
  completeFinalQuestionnaire: boolean;
789
789
  /** Promotion Support */
790
790
  allowMarketingAppearance?: boolean;
791
+ spaceForClueMart?: boolean;
791
792
  /** Open Questions */
792
793
  organizerExpectations?: string;
793
794
  dailyCoordinationNeeds?: string;
package/dist/index.d.ts CHANGED
@@ -788,6 +788,7 @@ type TesterEvent = {
788
788
  completeFinalQuestionnaire: boolean;
789
789
  /** Promotion Support */
790
790
  allowMarketingAppearance?: boolean;
791
+ spaceForClueMart?: boolean;
791
792
  /** Open Questions */
792
793
  organizerExpectations?: string;
793
794
  dailyCoordinationNeeds?: string;
package/dist/index.mjs CHANGED
@@ -4155,14 +4155,15 @@ var TESTER_EVENT_FIELDS_FRAGMENT = gql21`
4155
4155
  averageStallCount
4156
4156
  }
4157
4157
  questionary {
4158
- registerMarketsFirstWeek
4159
- inviteAtLeastFiveStallholders
4160
- manageApplicationsAndCommunication
4161
- completeFinalQuestionnaire
4162
4158
  allowMarketingAppearance
4163
- organizerExpectations
4159
+ completeFinalQuestionnaire
4164
4160
  dailyCoordinationNeeds
4165
4161
  interestedInCharityInitiative
4162
+ inviteAtLeastFiveStallholders
4163
+ manageApplicationsAndCommunication
4164
+ organizerExpectations
4165
+ registerMarketsFirstWeek
4166
+ spaceForClueMart
4166
4167
  }
4167
4168
  }
4168
4169
  `;
@@ -5525,7 +5526,8 @@ var testerEventSchema = yup6.object().shape({
5525
5526
  inviteAtLeastFiveStallholders: yup6.boolean().required("Required field"),
5526
5527
  manageApplicationsAndCommunication: yup6.boolean().required("Required field"),
5527
5528
  organizerExpectations: yup6.string().trim().optional(),
5528
- registerMarketsFirstWeek: yup6.boolean().required("Required field")
5529
+ registerMarketsFirstWeek: yup6.boolean().required("Required field"),
5530
+ spaceForClueMart: yup6.boolean().optional()
5529
5531
  })
5530
5532
  });
5531
5533
  var testerSchema = yup6.object().shape({