@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/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
- inviteAtLeastFiveStallholders
2839
+ inviteStallholders
2840
2840
  manageApplicationsAndCommunication
2841
2841
  organizerExpectations
2842
- registerMarketsFirstWeek
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
- inviteAtLeastFiveStallholders: yup6.boolean().required("Required field"),
5987
+ inviteStallholders: yup6.boolean().required("Required field"),
5986
5988
  manageApplicationsAndCommunication: yup6.boolean().required("Required field"),
5987
5989
  organizerExpectations: yup6.string().trim().optional(),
5988
- registerMarketsFirstWeek: yup6.boolean().required("Required field"),
5989
- spaceForClueMart: yup6.boolean().optional()
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({