herum-shared 0.1.59 → 0.1.61

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.
@@ -138,7 +138,7 @@ declare const defaultCloseTime: Date;
138
138
  declare const defaultOpenTime: Date;
139
139
  declare const legacyCorrectAnswerPropertyPath = ".Quiz.Questions[].Answers[].IsCorrect";
140
140
  declare const correctAnswerPropertyPath = ".Quiz.Questions[].ClosedContent.Answers[].IsCorrect";
141
- declare const matchingSourceIndexPropertyPath = ".Quiz.Questions[].MatchingContent.sources[].index";
141
+ declare const matchingSourceIndexPropertyPath = ".Quiz.Questions[].MatchingContent.Sources[].Index";
142
142
  declare const defaultAuthorizationObject: {
143
143
  view(): BackendMicroResourceAuthorization;
144
144
  edit(): BackendMicroResourceAuthorization;
@@ -149,7 +149,7 @@ const defaultCloseTime = new Date('01-01-2999');
149
149
  const defaultOpenTime = new Date('01-01-1999');
150
150
  const legacyCorrectAnswerPropertyPath = `.Quiz.Questions[].Answers[].IsCorrect`;
151
151
  const correctAnswerPropertyPath = `.Quiz.Questions[].ClosedContent.Answers[].IsCorrect`;
152
- const matchingSourceIndexPropertyPath = `.Quiz.Questions[].MatchingContent.sources[].index`;
152
+ const matchingSourceIndexPropertyPath = `.Quiz.Questions[].MatchingContent.Sources[].Index`;
153
153
  const openStatus = {
154
154
  openingTime: new Date(),
155
155
  closingTime: defaultCloseTime,