waha-shared 1.0.1 → 1.0.2
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/README.md +2 -2
- package/dist/data/bibleAudios.d.ts +8 -0
- package/dist/data/bibleAudios.js +8 -0
- package/dist/data/bibleAudios.json +394 -0
- package/dist/data/bibleResources/bibleBooks.d.ts +3 -0
- package/dist/data/bibleResources/bibleBooks.js +7 -0
- package/dist/data/bibleResources/bibleBooks.json +6071 -0
- package/dist/data/bibleResources/bibleChaptersList.d.ts +2 -0
- package/dist/data/bibleResources/bibleChaptersList.js +8 -0
- package/dist/data/bibleResources/bibleChaptersList.json +1191 -0
- package/dist/data/bibleStatuses.d.ts +7 -0
- package/dist/data/bibleStatuses.js +8 -0
- package/dist/data/bibleStatuses.json +9196 -0
- package/dist/data/bibleTexts.d.ts +16 -0
- package/dist/data/bibleTexts.js +8 -0
- package/dist/data/bibleTexts.json +527 -0
- package/dist/data/countryResources/areas.d.ts +3 -0
- package/dist/data/countryResources/areas.js +7 -0
- package/dist/data/countryResources/areas.json +74 -0
- package/dist/data/countryResources/countries.d.ts +3 -0
- package/dist/data/countryResources/countries.js +7 -0
- package/dist/data/countryResources/countries.json +3362 -0
- package/dist/data/foundationsCurriculums.d.ts +5 -0
- package/dist/data/foundationsCurriculums.js +8 -0
- package/dist/data/foundationsCurriculums.json +130 -0
- package/dist/data/languageResources/countriesAndLanguages.d.ts +13 -0
- package/dist/data/languageResources/countriesAndLanguages.js +7 -0
- package/dist/data/languageResources/countriesAndLanguages.json +11718 -0
- package/dist/data/languageResources/phoneLanguages.d.ts +11 -0
- package/dist/data/languageResources/phoneLanguages.js +7 -0
- package/dist/data/languageResources/phoneLanguages.json +1532 -0
- package/dist/data/languages.d.ts +45 -0
- package/dist/data/languages.js +8 -0
- package/dist/data/languages.json +7045 -0
- package/dist/data/mediaDurations.d.ts +6 -0
- package/dist/data/mediaDurations.js +8 -0
- package/dist/data/mediaDurations.json +32364 -0
- package/dist/data/notification.d.ts +16 -0
- package/dist/data/notification.js +8 -0
- package/dist/data/notification.json +69 -0
- package/dist/data/numeralMaps.d.ts +13 -0
- package/dist/data/numeralMaps.js +8 -0
- package/dist/data/numeralMaps.json +26 -0
- package/dist/data/questions.d.ts +8 -0
- package/dist/data/questions.js +8 -0
- package/dist/data/questions.json +317 -0
- package/dist/data/questionsCurriculums.d.ts +8 -0
- package/dist/data/questionsCurriculums.js +8 -0
- package/dist/data/questionsCurriculums.json +753 -0
- package/dist/data/releaseNotes.d.ts +6 -0
- package/dist/data/releaseNotes.js +8 -0
- package/dist/data/releaseNotes.json +2381 -0
- package/dist/data/screenshots.d.ts +5 -0
- package/dist/data/screenshots.js +8 -0
- package/dist/data/screenshots.json +17 -0
- package/dist/data/sets.d.ts +14 -0
- package/dist/data/sets.js +8 -0
- package/dist/data/sets.json +12258 -0
- package/dist/data/specialIds.d.ts +18 -0
- package/dist/data/specialIds.js +7 -0
- package/dist/data/specialIds.json +72 -0
- package/dist/data/topicsCurriculums.d.ts +5 -0
- package/dist/data/topicsCurriculums.js +8 -0
- package/dist/data/topicsCurriculums.json +131 -0
- package/dist/data/typescript/appTranslations.d.ts +915 -0
- package/dist/data/typescript/appTranslations.js +315 -0
- package/dist/data/typescript/areas.d.ts +18 -0
- package/dist/data/typescript/areas.js +42 -0
- package/dist/data/typescript/aslTimestamps.d.ts +43 -0
- package/dist/data/typescript/aslTimestamps.js +31 -0
- package/dist/data/typescript/bibleAudioAvailableChapters.d.ts +3 -0
- package/dist/data/typescript/bibleAudioAvailableChapters.js +36 -0
- package/dist/data/typescript/bibleAudios.d.ts +21 -0
- package/dist/data/typescript/bibleAudios.js +23 -0
- package/dist/data/typescript/bibleBookNames.d.ts +3 -0
- package/dist/data/typescript/bibleBookNames.js +98 -0
- package/dist/data/typescript/bibleBooks.d.ts +69 -0
- package/dist/data/typescript/bibleBooks.js +56 -0
- package/dist/data/typescript/bibleChapters.d.ts +49 -0
- package/dist/data/typescript/bibleChapters.js +29 -0
- package/dist/data/typescript/bibleStatuses.d.ts +28 -0
- package/dist/data/typescript/bibleStatuses.js +39 -0
- package/dist/data/typescript/bibleTextAvailableChapters.d.ts +3 -0
- package/dist/data/typescript/bibleTextAvailableChapters.js +36 -0
- package/dist/data/typescript/bibleTexts.d.ts +53 -0
- package/dist/data/typescript/bibleTexts.js +54 -0
- package/dist/data/typescript/clones.d.ts +36 -0
- package/dist/data/typescript/clones.js +28 -0
- package/dist/data/typescript/countries.d.ts +98 -0
- package/dist/data/typescript/countries.js +149 -0
- package/dist/data/typescript/foundationsCurriculums.d.ts +12 -0
- package/dist/data/typescript/foundationsCurriculums.js +12 -0
- package/dist/data/typescript/introductionTranslations.d.ts +202 -0
- package/dist/data/typescript/introductionTranslations.js +53 -0
- package/dist/data/typescript/languages.d.ts +148 -0
- package/dist/data/typescript/languages.js +302 -0
- package/dist/data/typescript/mediaDurations.d.ts +23 -0
- package/dist/data/typescript/mediaDurations.js +72 -0
- package/dist/data/typescript/notification.d.ts +45 -0
- package/dist/data/typescript/notification.js +176 -0
- package/dist/data/typescript/numeralMaps.d.ts +58 -0
- package/dist/data/typescript/numeralMaps.js +71 -0
- package/dist/data/typescript/questionTranslations.d.ts +3 -0
- package/dist/data/typescript/questionTranslations.js +5 -0
- package/dist/data/typescript/questions.d.ts +21 -0
- package/dist/data/typescript/questions.js +18 -0
- package/dist/data/typescript/questionsCurriculums.d.ts +27 -0
- package/dist/data/typescript/questionsCurriculums.js +19 -0
- package/dist/data/typescript/releaseNotes.d.ts +15 -0
- package/dist/data/typescript/releaseNotes.js +9 -0
- package/dist/data/typescript/screenshots.d.ts +12 -0
- package/dist/data/typescript/screenshots.js +49 -0
- package/dist/data/typescript/setTranslations.d.ts +27 -0
- package/dist/data/typescript/setTranslations.js +32 -0
- package/dist/data/typescript/sets.d.ts +49 -0
- package/dist/data/typescript/sets.js +88 -0
- package/dist/data/typescript/topicsCurriculums.d.ts +12 -0
- package/dist/data/typescript/topicsCurriculums.js +12 -0
- package/dist/data/youtube/videos.d.ts +2 -0
- package/dist/data/youtube/videos.js +7 -0
- package/dist/data/youtube/videos.json +262 -0
- package/dist/functions/activeCampaign.d.ts +8 -0
- package/dist/functions/activeCampaign.js +97 -0
- package/dist/functions/bibleChapterUtils.d.ts +15 -0
- package/dist/functions/bibleChapterUtils.js +231 -0
- package/dist/functions/crowdin.d.ts +24 -0
- package/dist/functions/crowdin.js +34 -0
- package/dist/functions/languages.d.ts +24 -0
- package/dist/functions/languages.js +212 -0
- package/dist/functions/scripturePassages.d.ts +47 -0
- package/dist/functions/scripturePassages.js +261 -0
- package/dist/functions/sets.d.ts +30 -0
- package/dist/functions/sets.js +371 -0
- package/dist/translations/appTranslations.d.ts +306 -0
- package/dist/translations/appTranslations.js +8 -0
- package/dist/translations/appTranslations.json +10239 -0
- package/dist/translations/introductionTranslations.d.ts +43 -0
- package/dist/translations/introductionTranslations.js +8 -0
- package/dist/translations/introductionTranslations.json +422 -0
- package/dist/translations/questionTranslations.d.ts +2 -0
- package/dist/translations/questionTranslations.js +8 -0
- package/dist/translations/questionTranslations.json +1472 -0
- package/dist/translations/setTranslations.d.ts +10 -0
- package/dist/translations/setTranslations.js +8 -0
- package/dist/translations/setTranslations.json +30257 -0
- package/dist/types/analytics.d.ts +119 -0
- package/dist/types/analytics.js +2 -0
- package/dist/types/completions.d.ts +8 -0
- package/dist/types/completions.js +2 -0
- package/dist/types/feedback.d.ts +60 -0
- package/dist/types/feedback.js +27 -0
- package/dist/types/languages.d.ts +31 -0
- package/dist/types/languages.js +2 -0
- package/dist/types/notifications.d.ts +128 -0
- package/dist/types/notifications.js +30 -0
- package/dist/types/sets.d.ts +70 -0
- package/dist/types/sets.js +10 -0
- package/dist/types/users.d.ts +765 -0
- package/dist/types/users.js +137 -0
- package/package.json +2 -2
- package/.DS_Store +0 -0
- package/__init__.py +0 -0
- package/copy.ts +0 -37
- package/data/README.md +0 -45
- package/data/__init__.py +0 -0
- package/data/aslTimestamps.json +0 -192788
- package/data/bibleAudios.json +0 -394
- package/data/bibleAudios.ts +0 -4
- package/data/bibleResources/audioBibleLicenses.json +0 -6235
- package/data/bibleResources/bibleBooks.json +0 -6071
- package/data/bibleResources/bibleBooks.ts +0 -4
- package/data/bibleResources/bibleChaptersList.json +0 -1191
- package/data/bibleResources/bibleChaptersList.ts +0 -4
- package/data/bibleResources/textBibleLicenses.json +0 -14603
- package/data/bibleStatuses.json +0 -9196
- package/data/bibleStatuses.ts +0 -4
- package/data/bibleTexts.json +0 -527
- package/data/bibleTexts.ts +0 -4
- package/data/clones.json +0 -13
- package/data/countryResources/areas.json +0 -74
- package/data/countryResources/areas.ts +0 -4
- package/data/countryResources/countries.json +0 -3362
- package/data/countryResources/countries.ts +0 -4
- package/data/foundationsCurriculums.json +0 -130
- package/data/foundationsCurriculums.ts +0 -4
- package/data/languageResources/countriesAndLanguages.json +0 -11718
- package/data/languageResources/countriesAndLanguages.ts +0 -16
- package/data/languageResources/crowdinLanguages.json +0 -2172
- package/data/languageResources/iosVoiceOverLanguages.json +0 -64
- package/data/languageResources/iso6933LanguageCodes.json +0 -7927
- package/data/languageResources/mmsLanguages.json +0 -28164
- package/data/languageResources/phoneLanguages.json +0 -1532
- package/data/languageResources/phoneLanguages.ts +0 -14
- package/data/languages.json +0 -7045
- package/data/languages.ts +0 -4
- package/data/mediaDurations.json +0 -32364
- package/data/mediaDurations.ts +0 -4
- package/data/notification.json +0 -69
- package/data/notification.ts +0 -4
- package/data/numeralMaps.json +0 -26
- package/data/numeralMaps.ts +0 -4
- package/data/orphanedBibleTexts.json +0 -2747
- package/data/questions.json +0 -317
- package/data/questions.ts +0 -4
- package/data/questionsCurriculums.json +0 -753
- package/data/questionsCurriculums.ts +0 -4
- package/data/releaseNotes.json +0 -2381
- package/data/releaseNotes.ts +0 -4
- package/data/schemas/appTranslations.schema.json +0 -802
- package/data/schemas/areas.schema.json +0 -76
- package/data/schemas/aslTimestamps.schema.json +0 -59
- package/data/schemas/bibleAudios.schema.json +0 -37
- package/data/schemas/bibleBooks.schema.json +0 -112
- package/data/schemas/bibleChapters.schema.json +0 -61
- package/data/schemas/bibleStatuses.schema.json +0 -41
- package/data/schemas/bibleTexts.schema.json +0 -60
- package/data/schemas/clones.schema.json +0 -63
- package/data/schemas/countries.schema.json +0 -84
- package/data/schemas/foundationsCurriculums.schema.json +0 -20
- package/data/schemas/introductionTranslations.schema.json +0 -101
- package/data/schemas/languages.schema.json +0 -365
- package/data/schemas/mediaDurations.schema.json +0 -41
- package/data/schemas/notification.schema.json +0 -111
- package/data/schemas/numeralMaps.schema.json +0 -57
- package/data/schemas/questionTranslations.schema.json +0 -20
- package/data/schemas/questions.schema.json +0 -29
- package/data/schemas/questionsCurriculums.schema.json +0 -34
- package/data/schemas/releaseNotes.schema.json +0 -21
- package/data/schemas/screenshots.schema.json +0 -23
- package/data/schemas/setTranslations.schema.json +0 -70
- package/data/schemas/sets.schema.json +0 -109
- package/data/schemas/topicsCurriculums.schema.json +0 -20
- package/data/screenshots.json +0 -17
- package/data/screenshots.ts +0 -4
- package/data/sets.json +0 -12258
- package/data/sets.ts +0 -4
- package/data/specialIds.json +0 -72
- package/data/specialIds.ts +0 -19
- package/data/timings/som.json +0 -9150
- package/data/topicsCurriculums.json +0 -131
- package/data/topicsCurriculums.ts +0 -4
- package/data/typescript/appTranslations.ts +0 -322
- package/data/typescript/areas.ts +0 -45
- package/data/typescript/aslTimestamps.ts +0 -36
- package/data/typescript/bibleAudioAvailableChapters.ts +0 -35
- package/data/typescript/bibleAudios.ts +0 -32
- package/data/typescript/bibleBookNames.ts +0 -97
- package/data/typescript/bibleBooks.ts +0 -63
- package/data/typescript/bibleChapters.ts +0 -40
- package/data/typescript/bibleStatuses.ts +0 -54
- package/data/typescript/bibleTextAvailableChapters.ts +0 -35
- package/data/typescript/bibleTexts.ts +0 -63
- package/data/typescript/clones.ts +0 -35
- package/data/typescript/countries.ts +0 -152
- package/data/typescript/foundationsCurriculums.ts +0 -15
- package/data/typescript/introductionTranslations.ts +0 -60
- package/data/typescript/languages.ts +0 -369
- package/data/typescript/mediaDurations.ts +0 -89
- package/data/typescript/notification.ts +0 -189
- package/data/typescript/numeralMaps.ts +0 -74
- package/data/typescript/questionTranslations.ts +0 -6
- package/data/typescript/questions.ts +0 -25
- package/data/typescript/questionsCurriculums.ts +0 -26
- package/data/typescript/releaseNotes.ts +0 -10
- package/data/typescript/screenshots.ts +0 -52
- package/data/typescript/setTranslations.ts +0 -39
- package/data/typescript/sets.ts +0 -105
- package/data/typescript/topicsCurriculums.ts +0 -15
- package/data/youtube/playlists.json +0 -28
- package/data/youtube/videos.json +0 -262
- package/data/youtube/videos.ts +0 -2
- package/functions/activeCampaign.ts +0 -127
- package/functions/bibleChapterUtils.ts +0 -241
- package/functions/crowdin.ts +0 -51
- package/functions/languages.ts +0 -284
- package/functions/scripturePassages.ts +0 -368
- package/functions/sets.ts +0 -495
- package/translations/appTranslations.json +0 -10239
- package/translations/appTranslations.ts +0 -4
- package/translations/introductionTranslations.json +0 -422
- package/translations/introductionTranslations.ts +0 -4
- package/translations/questionTranslations.json +0 -1472
- package/translations/questionTranslations.ts +0 -4
- package/translations/setTranslations.json +0 -30257
- package/translations/setTranslations.ts +0 -4
- package/translations/spokenQuestionTranslations.json +0 -1472
- package/types/analytics.ts +0 -147
- package/types/completions.ts +0 -9
- package/types/feedback.ts +0 -27
- package/types/languages.ts +0 -37
- package/types/notifications.ts +0 -37
- package/types/sets.ts +0 -84
- package/types/users.ts +0 -162
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface SpecialIds {
|
|
2
|
+
dmCourseImplementationLessonIds: string[];
|
|
3
|
+
dmCourseLessonIds: string[];
|
|
4
|
+
dmCourseSectionLessonIds: string[];
|
|
5
|
+
dmCourseSetId: string;
|
|
6
|
+
dmCourseTrailerLessonId: string;
|
|
7
|
+
dmCourseVideoOnlyLessonIds: string[];
|
|
8
|
+
dmCourseVisionVideoLessonIds: string[];
|
|
9
|
+
dmCourseWeek1LessonId: string;
|
|
10
|
+
dmCourseWeek2LessonId: string;
|
|
11
|
+
evaluationQuestionLessonIds: string[];
|
|
12
|
+
growingAsDmcSetIds: string[];
|
|
13
|
+
introductionLessonIds: string[];
|
|
14
|
+
activationQuestions: string[];
|
|
15
|
+
previousActivationQuestions: string[];
|
|
16
|
+
}
|
|
17
|
+
declare const _default: SpecialIds;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const specialIds_json_1 = __importDefault(require("./specialIds.json"));
|
|
7
|
+
exports.default = specialIds_json_1.default;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"activationQuestions": ["a.004", "a.012", "a.021"],
|
|
3
|
+
"dmCourseImplementationLessonIds": [
|
|
4
|
+
"03.009.004",
|
|
5
|
+
"03.009.005",
|
|
6
|
+
"03.009.006",
|
|
7
|
+
"03.009.007",
|
|
8
|
+
"03.009.008",
|
|
9
|
+
"03.009.009",
|
|
10
|
+
"03.009.010"
|
|
11
|
+
],
|
|
12
|
+
"dmCourseLessonIds": [
|
|
13
|
+
"03.009.001",
|
|
14
|
+
"03.009.002",
|
|
15
|
+
"03.009.003",
|
|
16
|
+
"03.009.004",
|
|
17
|
+
"03.009.005",
|
|
18
|
+
"03.009.006",
|
|
19
|
+
"03.009.007",
|
|
20
|
+
"03.009.008",
|
|
21
|
+
"03.009.009",
|
|
22
|
+
"03.009.010"
|
|
23
|
+
],
|
|
24
|
+
"dmCourseSectionLessonIds": ["03.009.001", "03.009.002", "03.009.004"],
|
|
25
|
+
"dmCourseSetId": "03.009",
|
|
26
|
+
"dmCourseTrailerLessonId": "03.009.001",
|
|
27
|
+
"dmCourseVideoOnlyLessonIds": ["03.009.001", "03.009.002", "03.009.003"],
|
|
28
|
+
"dmCourseVisionVideoLessonIds": ["03.009.002", "03.009.003"],
|
|
29
|
+
"dmCourseWeek1LessonId": "03.009.002",
|
|
30
|
+
"dmCourseWeek2LessonId": "03.009.003",
|
|
31
|
+
"evaluationQuestionLessonIds": ["03.005.013", "03.006.013", "03.007.013"],
|
|
32
|
+
"growingAsDmcSetIds": ["03.005", "03.006", "03.007"],
|
|
33
|
+
"introductionLessonIds": [
|
|
34
|
+
"03.005.001",
|
|
35
|
+
"03.005.002",
|
|
36
|
+
"03.005.003",
|
|
37
|
+
"03.005.004",
|
|
38
|
+
"03.005.005",
|
|
39
|
+
"03.005.006",
|
|
40
|
+
"03.005.007",
|
|
41
|
+
"03.005.008",
|
|
42
|
+
"03.005.009",
|
|
43
|
+
"03.005.010",
|
|
44
|
+
"03.005.011",
|
|
45
|
+
"03.005.012",
|
|
46
|
+
"03.006.001",
|
|
47
|
+
"03.006.002",
|
|
48
|
+
"03.006.003",
|
|
49
|
+
"03.006.004",
|
|
50
|
+
"03.006.005",
|
|
51
|
+
"03.006.006",
|
|
52
|
+
"03.006.007",
|
|
53
|
+
"03.006.008",
|
|
54
|
+
"03.006.009",
|
|
55
|
+
"03.006.010",
|
|
56
|
+
"03.006.011",
|
|
57
|
+
"03.006.012",
|
|
58
|
+
"03.007.001",
|
|
59
|
+
"03.007.002",
|
|
60
|
+
"03.007.003",
|
|
61
|
+
"03.007.004",
|
|
62
|
+
"03.007.005",
|
|
63
|
+
"03.007.006",
|
|
64
|
+
"03.007.007",
|
|
65
|
+
"03.007.008",
|
|
66
|
+
"03.007.009",
|
|
67
|
+
"03.007.010",
|
|
68
|
+
"03.007.011",
|
|
69
|
+
"03.007.012"
|
|
70
|
+
],
|
|
71
|
+
"previousActivationQuestions": ["f.005", "f.016"]
|
|
72
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const topicsCurriculums_json_1 = __importDefault(require("./topicsCurriculums.json"));
|
|
7
|
+
const topicsCurriculums_1 = require("./typescript/topicsCurriculums");
|
|
8
|
+
exports.default = topicsCurriculums_1.topicsCurriculums.parse(topicsCurriculums_json_1.default);
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"curriculumId": "eng",
|
|
4
|
+
"sets": [
|
|
5
|
+
"02.001",
|
|
6
|
+
"02.002",
|
|
7
|
+
"02.003",
|
|
8
|
+
"02.004",
|
|
9
|
+
"02.005",
|
|
10
|
+
"02.006",
|
|
11
|
+
"02.007",
|
|
12
|
+
"02.008",
|
|
13
|
+
"02.009",
|
|
14
|
+
"02.010",
|
|
15
|
+
"02.011",
|
|
16
|
+
"02.012",
|
|
17
|
+
"02.013",
|
|
18
|
+
"02.014",
|
|
19
|
+
"02.015",
|
|
20
|
+
"02.016",
|
|
21
|
+
"02.017",
|
|
22
|
+
"02.018",
|
|
23
|
+
"02.019",
|
|
24
|
+
"02.020",
|
|
25
|
+
"02.021",
|
|
26
|
+
"02.022",
|
|
27
|
+
"02.023",
|
|
28
|
+
"02.024",
|
|
29
|
+
"02.025",
|
|
30
|
+
"02.026",
|
|
31
|
+
"02.027",
|
|
32
|
+
"02.028",
|
|
33
|
+
"02.029",
|
|
34
|
+
"02.030",
|
|
35
|
+
"02.031",
|
|
36
|
+
"02.032",
|
|
37
|
+
"02.033",
|
|
38
|
+
"02.034",
|
|
39
|
+
"02.035"
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"curriculumId": "mya",
|
|
44
|
+
"sets": [
|
|
45
|
+
"02.001",
|
|
46
|
+
"02.002",
|
|
47
|
+
"02.003",
|
|
48
|
+
"02.004",
|
|
49
|
+
"02.005",
|
|
50
|
+
"02.006",
|
|
51
|
+
"02.007",
|
|
52
|
+
"02.008",
|
|
53
|
+
"02.009",
|
|
54
|
+
"02.010",
|
|
55
|
+
"02.011",
|
|
56
|
+
"02.012",
|
|
57
|
+
"02.013",
|
|
58
|
+
"02.014",
|
|
59
|
+
"02.015",
|
|
60
|
+
"02.016",
|
|
61
|
+
"02.017",
|
|
62
|
+
"02.018",
|
|
63
|
+
"02.019",
|
|
64
|
+
"02.020",
|
|
65
|
+
"02.021",
|
|
66
|
+
"02.022",
|
|
67
|
+
"02.023",
|
|
68
|
+
"02.024",
|
|
69
|
+
"02.025",
|
|
70
|
+
"02.026",
|
|
71
|
+
"02.027",
|
|
72
|
+
"02.028",
|
|
73
|
+
"02.029",
|
|
74
|
+
"02.030",
|
|
75
|
+
"02.031",
|
|
76
|
+
"02.032",
|
|
77
|
+
"02.033",
|
|
78
|
+
"02.034",
|
|
79
|
+
"02.035",
|
|
80
|
+
"02.074"
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"curriculumId": "hin",
|
|
85
|
+
"sets": ["02.036", "02.037"]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"curriculumId": "ase",
|
|
89
|
+
"sets": ["02.073"]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"curriculumId": "tur",
|
|
93
|
+
"sets": [
|
|
94
|
+
"02.038",
|
|
95
|
+
"02.039",
|
|
96
|
+
"02.040",
|
|
97
|
+
"02.041",
|
|
98
|
+
"02.042",
|
|
99
|
+
"02.043",
|
|
100
|
+
"02.044",
|
|
101
|
+
"02.045",
|
|
102
|
+
"02.046",
|
|
103
|
+
"02.047",
|
|
104
|
+
"02.048",
|
|
105
|
+
"02.049",
|
|
106
|
+
"02.050",
|
|
107
|
+
"02.051",
|
|
108
|
+
"02.052",
|
|
109
|
+
"02.053",
|
|
110
|
+
"02.054",
|
|
111
|
+
"02.055",
|
|
112
|
+
"02.056",
|
|
113
|
+
"02.057",
|
|
114
|
+
"02.058",
|
|
115
|
+
"02.059",
|
|
116
|
+
"02.060",
|
|
117
|
+
"02.061",
|
|
118
|
+
"02.062",
|
|
119
|
+
"02.063",
|
|
120
|
+
"02.064",
|
|
121
|
+
"02.065",
|
|
122
|
+
"02.066",
|
|
123
|
+
"02.067",
|
|
124
|
+
"02.068",
|
|
125
|
+
"02.069",
|
|
126
|
+
"02.070",
|
|
127
|
+
"02.071",
|
|
128
|
+
"02.072"
|
|
129
|
+
]
|
|
130
|
+
}
|
|
131
|
+
]
|