waha-shared 1.0.282 → 1.0.283
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/data/bibleAudios/bibleAudios.json +2 -10
- package/dist/data/bibleStatuses/bibleStatuses.json +116 -227
- package/dist/data/bibleTexts/bibleTexts.json +4 -15
- package/dist/data/dblAudioLicenses/dblAudioLicenses.json +450 -392
- package/dist/data/dblTextLicenses/dblTextLicenses.json +1368 -1160
- package/dist/data/languageAssets/languageAssets.json +5428 -4086
- package/dist/data/languages/index.d.ts +2 -0
- package/dist/data/languages/languages.json +28 -36
- package/dist/data/languages/languages.schema.json +8 -0
- package/dist/data/languages/languages.zod.d.ts +2 -0
- package/dist/data/languages/languages.zod.js +8 -0
- package/dist/data/lessonPauses/index.d.ts +7 -0
- package/dist/data/lessonPauses/index.js +7 -0
- package/dist/data/lessonPauses/lessonPauses.json +10 -0
- package/dist/data/lessonPauses/lessonPauses.schema.json +43 -0
- package/dist/data/lessonPauses/lessonPauses.zod.d.ts +9 -0
- package/dist/data/lessonPauses/lessonPauses.zod.js +23 -0
- package/dist/data/mediaDurations/mediaDurations.json +3985 -66
- package/dist/data/releaseNotes/releaseNotes.json +49 -2
- package/dist/data/screenshots/screenshots.json +1 -1
- package/dist/data/specialIds/specialIds.schema.json +11 -36
- package/dist/data/specialIds/specialIds.zod.js +11 -17
- package/dist/data/translationsApp/index.d.ts +1 -0
- package/dist/data/translationsApp/translationsApp.json +41 -0
- package/dist/data/translationsApp/translationsApp.schema.json +1 -0
- package/dist/data/translationsApp/translationsApp.zod.d.ts +2 -0
- package/dist/data/translationsApp/translationsApp.zod.js +1 -0
- package/dist/data/translationsIntroduction/translationsIntroduction.json +42 -0
- package/dist/data/translationsSet/translationsSet.json +448 -0
- package/dist/functions/scripturePassages.d.ts +17 -4
- package/dist/functions/scripturePassages.js +136 -5
- package/dist/functions/sets.d.ts +44 -6
- package/dist/functions/sets.js +100 -44
- package/dist/types/analytics.d.ts +2 -2
- package/dist/types/sets.d.ts +5 -2
- package/package.json +1 -1
|
@@ -13,7 +13,9 @@ export declare const languages: {
|
|
|
13
13
|
script: "arabic" | "bengali" | "burmese" | "chinese" | "cyrillic" | "devanagari" | "geez" | "georgian" | "greek" | "gujarati" | "gurmukhi" | "hebrew" | "japanese" | "kannada" | "khmer" | "korean" | "latin" | "malayalam" | "tamil" | "telugu" | "thai" | "uyghur";
|
|
14
14
|
status: "notStarted" | "inProgress" | "testing" | "launched";
|
|
15
15
|
uuid: string;
|
|
16
|
+
audioAssetVersion?: number | undefined;
|
|
16
17
|
bcpLanguageId?: string | undefined;
|
|
18
|
+
usesRetellings?: boolean | undefined;
|
|
17
19
|
bible?: string | undefined;
|
|
18
20
|
bibleFallback?: string | undefined;
|
|
19
21
|
countries?: string[] | undefined;
|
|
@@ -104,6 +104,7 @@
|
|
|
104
104
|
"questions": "eng",
|
|
105
105
|
"topics": "eng"
|
|
106
106
|
},
|
|
107
|
+
"usesRetellings": true,
|
|
107
108
|
"dmCourseStatus": "notStarted",
|
|
108
109
|
"endonym": "تونسي Tounsi",
|
|
109
110
|
"gdmcStatus": "launched",
|
|
@@ -123,6 +124,7 @@
|
|
|
123
124
|
},
|
|
124
125
|
{
|
|
125
126
|
"languageId": "afb",
|
|
127
|
+
"usesRetellings": true,
|
|
126
128
|
"exonym": "Gulf Arabic",
|
|
127
129
|
"appInterface": false,
|
|
128
130
|
"bcpLanguageId": "ar-AE",
|
|
@@ -179,6 +181,7 @@
|
|
|
179
181
|
},
|
|
180
182
|
{
|
|
181
183
|
"languageId": "ais",
|
|
184
|
+
"usesRetellings": true,
|
|
182
185
|
"exonym": "Syrian Arabic",
|
|
183
186
|
"appInterface": false,
|
|
184
187
|
"bcpLanguageId": "ar-SY",
|
|
@@ -286,6 +289,7 @@
|
|
|
286
289
|
},
|
|
287
290
|
{
|
|
288
291
|
"languageId": "apc",
|
|
292
|
+
"usesRetellings": true,
|
|
289
293
|
"exonym": "Lebanese Arabic",
|
|
290
294
|
"appInterface": false,
|
|
291
295
|
"bcpLanguageId": "ar-LB",
|
|
@@ -461,6 +465,7 @@
|
|
|
461
465
|
},
|
|
462
466
|
{
|
|
463
467
|
"languageId": "ary",
|
|
468
|
+
"usesRetellings": true,
|
|
464
469
|
"exonym": "Moroccan Arabic",
|
|
465
470
|
"appInterface": false,
|
|
466
471
|
"bcpLanguageId": "ar-MA",
|
|
@@ -507,6 +512,7 @@
|
|
|
507
512
|
},
|
|
508
513
|
{
|
|
509
514
|
"languageId": "arz",
|
|
515
|
+
"usesRetellings": true,
|
|
510
516
|
"exonym": "Egyptian Arabic",
|
|
511
517
|
"appInterface": false,
|
|
512
518
|
"bcpLanguageId": "ar-EG",
|
|
@@ -645,6 +651,7 @@
|
|
|
645
651
|
},
|
|
646
652
|
{
|
|
647
653
|
"languageId": "ayl",
|
|
654
|
+
"usesRetellings": true,
|
|
648
655
|
"exonym": "Libyan Arabic",
|
|
649
656
|
"appInterface": false,
|
|
650
657
|
"bcpLanguageId": "ar-LY",
|
|
@@ -1034,7 +1041,7 @@
|
|
|
1034
1041
|
"speakersSecondary": 39002880,
|
|
1035
1042
|
"speakersTotal": 272677150,
|
|
1036
1043
|
"status": "launched",
|
|
1037
|
-
"uuid": "
|
|
1044
|
+
"uuid": "9afb3cd5-a678-4392-9691-fd0de1249c95"
|
|
1038
1045
|
},
|
|
1039
1046
|
{
|
|
1040
1047
|
"languageId": "bos",
|
|
@@ -1647,6 +1654,7 @@
|
|
|
1647
1654
|
"languageId": "eng",
|
|
1648
1655
|
"exonym": "English",
|
|
1649
1656
|
"appInterface": true,
|
|
1657
|
+
"audioAssetVersion": 2,
|
|
1650
1658
|
"bcpLanguageId": "en",
|
|
1651
1659
|
"bible": "NLT",
|
|
1652
1660
|
"countries": ["US", "IN", "PK"],
|
|
@@ -1923,6 +1931,7 @@
|
|
|
1923
1931
|
"languageId": "fra",
|
|
1924
1932
|
"exonym": "French",
|
|
1925
1933
|
"appInterface": true,
|
|
1934
|
+
"audioAssetVersion": 2,
|
|
1926
1935
|
"bcpLanguageId": "fr",
|
|
1927
1936
|
"bible": "PDV",
|
|
1928
1937
|
"countries": ["FR", "CD", "DZ"],
|
|
@@ -2444,7 +2453,7 @@
|
|
|
2444
2453
|
"speakersPrimary": 5988360,
|
|
2445
2454
|
"speakersSecondary": 3300000,
|
|
2446
2455
|
"speakersTotal": 9288360,
|
|
2447
|
-
"status": "
|
|
2456
|
+
"status": "launched",
|
|
2448
2457
|
"storeIdAndroid": "iw-IL",
|
|
2449
2458
|
"storeIdIos": "he",
|
|
2450
2459
|
"uuid": "052dffba-8548-4398-b9cd-f80199a8436b"
|
|
@@ -2476,6 +2485,7 @@
|
|
|
2476
2485
|
"languageId": "hic",
|
|
2477
2486
|
"exonym": "Urdu (Devanagari)",
|
|
2478
2487
|
"appInterface": false,
|
|
2488
|
+
"audioAssetVersion": 2,
|
|
2479
2489
|
"bcpLanguageId": "ur-IN",
|
|
2480
2490
|
"bible": "URDGVH",
|
|
2481
2491
|
"countries": ["PK", "IN", "SA"],
|
|
@@ -2523,6 +2533,7 @@
|
|
|
2523
2533
|
"languageId": "hin",
|
|
2524
2534
|
"exonym": "Hindi",
|
|
2525
2535
|
"appInterface": true,
|
|
2536
|
+
"audioAssetVersion": 2,
|
|
2526
2537
|
"bcpLanguageId": "hi",
|
|
2527
2538
|
"bible": "HINOVBSI",
|
|
2528
2539
|
"countries": ["IN", "NP", "AE"],
|
|
@@ -2691,7 +2702,7 @@
|
|
|
2691
2702
|
"exonym": "Armenian",
|
|
2692
2703
|
"appInterface": true,
|
|
2693
2704
|
"bible": "NEB",
|
|
2694
|
-
"bibleFallback": "
|
|
2705
|
+
"bibleFallback": "NLT",
|
|
2695
2706
|
"countries": ["AM", "AZ"],
|
|
2696
2707
|
"crowdinId": "hy-AM",
|
|
2697
2708
|
"curriculum": {
|
|
@@ -2705,7 +2716,7 @@
|
|
|
2705
2716
|
"mmsLanguageId": "hyw",
|
|
2706
2717
|
"questionSource": "mms",
|
|
2707
2718
|
"script": "latin",
|
|
2708
|
-
"status": "
|
|
2719
|
+
"status": "launched",
|
|
2709
2720
|
"uuid": "158b358a-378d-423b-bca0-6e9f1283a0fc"
|
|
2710
2721
|
},
|
|
2711
2722
|
{
|
|
@@ -2816,7 +2827,7 @@
|
|
|
2816
2827
|
"appInterface": true,
|
|
2817
2828
|
"bcpLanguageId": "id",
|
|
2818
2829
|
"bible": "TSI",
|
|
2819
|
-
"bibleFallback": "
|
|
2830
|
+
"bibleFallback": "NLT",
|
|
2820
2831
|
"countries": ["ID", "TW", "HK"],
|
|
2821
2832
|
"crowdinId": "inq",
|
|
2822
2833
|
"curriculum": {
|
|
@@ -2976,7 +2987,7 @@
|
|
|
2976
2987
|
},
|
|
2977
2988
|
"dmCourseStatus": "launched",
|
|
2978
2989
|
"endonym": "日本語",
|
|
2979
|
-
"gdmcStatus": "
|
|
2990
|
+
"gdmcStatus": "launched",
|
|
2980
2991
|
"givingId": "EKAQY8AL",
|
|
2981
2992
|
"mmsLanguageId": "jpn",
|
|
2982
2993
|
"pm": "Zach D",
|
|
@@ -3465,7 +3476,7 @@
|
|
|
3465
3476
|
"script": "korean",
|
|
3466
3477
|
"speakersPrimary": 81726960,
|
|
3467
3478
|
"speakersTotal": 81726960,
|
|
3468
|
-
"status": "
|
|
3479
|
+
"status": "launched",
|
|
3469
3480
|
"storeIdAndroid": "ko-KR",
|
|
3470
3481
|
"storeIdIos": "ko",
|
|
3471
3482
|
"uuid": "7890bd61-f32a-4cae-b684-271de7934804"
|
|
@@ -3808,6 +3819,7 @@
|
|
|
3808
3819
|
"languageId": "mar",
|
|
3809
3820
|
"exonym": "Marathi",
|
|
3810
3821
|
"appInterface": true,
|
|
3822
|
+
"audioAssetVersion": 2,
|
|
3811
3823
|
"bcpLanguageId": "mr",
|
|
3812
3824
|
"bible": "MARVBSI",
|
|
3813
3825
|
"countries": ["IN", "MU"],
|
|
@@ -4844,6 +4856,7 @@
|
|
|
4844
4856
|
"languageId": "por",
|
|
4845
4857
|
"exonym": "Portuguese (Brazilian)",
|
|
4846
4858
|
"appInterface": true,
|
|
4859
|
+
"audioAssetVersion": 2,
|
|
4847
4860
|
"bcpLanguageId": "pt-BR",
|
|
4848
4861
|
"bible": "NVI-PT",
|
|
4849
4862
|
"countries": ["BR", "AO", "MZ"],
|
|
@@ -5233,6 +5246,7 @@
|
|
|
5233
5246
|
"languageId": "ron",
|
|
5234
5247
|
"exonym": "Romanian",
|
|
5235
5248
|
"appInterface": true,
|
|
5249
|
+
"audioAssetVersion": 2,
|
|
5236
5250
|
"bcpLanguageId": "ro",
|
|
5237
5251
|
"bible": "NTR",
|
|
5238
5252
|
"countries": ["RO", "MD", "IT"],
|
|
@@ -5283,7 +5297,7 @@
|
|
|
5283
5297
|
"appInterface": true,
|
|
5284
5298
|
"bcpLanguageId": "ru",
|
|
5285
5299
|
"bible": "NRT",
|
|
5286
|
-
"bibleFallback": "
|
|
5300
|
+
"bibleFallback": "NLT",
|
|
5287
5301
|
"countries": ["RU", "UA", "KZ"],
|
|
5288
5302
|
"crowdinId": "ru",
|
|
5289
5303
|
"curriculum": {
|
|
@@ -5833,6 +5847,7 @@
|
|
|
5833
5847
|
"languageId": "spa",
|
|
5834
5848
|
"exonym": "Spanish (Latin American)",
|
|
5835
5849
|
"appInterface": true,
|
|
5850
|
+
"audioAssetVersion": 2,
|
|
5836
5851
|
"bcpLanguageId": "es-419",
|
|
5837
5852
|
"bible": "NBLA",
|
|
5838
5853
|
"countries": ["MX", "US", "CO"],
|
|
@@ -6416,6 +6431,7 @@
|
|
|
6416
6431
|
"languageId": "tur",
|
|
6417
6432
|
"exonym": "Turkish",
|
|
6418
6433
|
"appInterface": true,
|
|
6434
|
+
"audioAssetVersion": 2,
|
|
6419
6435
|
"bcpLanguageId": "tr",
|
|
6420
6436
|
"bible": "TCL02",
|
|
6421
6437
|
"countries": ["TR", "SY", "DE"],
|
|
@@ -6553,13 +6569,14 @@
|
|
|
6553
6569
|
"script": "uyghur",
|
|
6554
6570
|
"speakersPrimary": 10408822,
|
|
6555
6571
|
"speakersTotal": 10408822,
|
|
6556
|
-
"status": "
|
|
6572
|
+
"status": "launched",
|
|
6557
6573
|
"uuid": "ab91bb12-2a76-4a18-8c57-47b34a99b859"
|
|
6558
6574
|
},
|
|
6559
6575
|
{
|
|
6560
6576
|
"languageId": "ukr",
|
|
6561
6577
|
"exonym": "Ukrainian",
|
|
6562
6578
|
"appInterface": true,
|
|
6579
|
+
"audioAssetVersion": 2,
|
|
6563
6580
|
"bcpLanguageId": "uk",
|
|
6564
6581
|
"bible": "UBIO",
|
|
6565
6582
|
"countries": ["UA", "CZ", "MD"],
|
|
@@ -6583,32 +6600,6 @@
|
|
|
6583
6600
|
"status": "launched",
|
|
6584
6601
|
"storeIdAndroid": "uk",
|
|
6585
6602
|
"storeIdIos": "uk",
|
|
6586
|
-
"unsupportedDbsSets": [
|
|
6587
|
-
"02.002",
|
|
6588
|
-
"02.005",
|
|
6589
|
-
"02.008",
|
|
6590
|
-
"02.012",
|
|
6591
|
-
"02.013",
|
|
6592
|
-
"02.015",
|
|
6593
|
-
"02.016",
|
|
6594
|
-
"02.017",
|
|
6595
|
-
"02.018",
|
|
6596
|
-
"02.019",
|
|
6597
|
-
"02.020",
|
|
6598
|
-
"02.021",
|
|
6599
|
-
"02.022",
|
|
6600
|
-
"02.023",
|
|
6601
|
-
"02.024",
|
|
6602
|
-
"02.025",
|
|
6603
|
-
"02.026",
|
|
6604
|
-
"02.027",
|
|
6605
|
-
"02.028",
|
|
6606
|
-
"02.029",
|
|
6607
|
-
"02.030",
|
|
6608
|
-
"02.033",
|
|
6609
|
-
"02.034",
|
|
6610
|
-
"02.035"
|
|
6611
|
-
],
|
|
6612
6603
|
"uuid": "83b5fde4-d6a0-4677-b34e-c726eabe9602"
|
|
6613
6604
|
},
|
|
6614
6605
|
{
|
|
@@ -6635,6 +6626,7 @@
|
|
|
6635
6626
|
"languageId": "urd",
|
|
6636
6627
|
"exonym": "Urdu",
|
|
6637
6628
|
"appInterface": true,
|
|
6629
|
+
"audioAssetVersion": 2,
|
|
6638
6630
|
"bcpLanguageId": "ur",
|
|
6639
6631
|
"bible": "URDGVU",
|
|
6640
6632
|
"countries": ["PK", "IN", "SA"],
|
|
@@ -6659,7 +6651,6 @@
|
|
|
6659
6651
|
"status": "launched",
|
|
6660
6652
|
"storeIdAndroid": "ur",
|
|
6661
6653
|
"supportsSolarSpeakers": true,
|
|
6662
|
-
"unsupportedDbsSets": ["02.037"],
|
|
6663
6654
|
"uuid": "558ec8e9-90fe-43ae-9401-c9ddc71f830b"
|
|
6664
6655
|
},
|
|
6665
6656
|
{
|
|
@@ -7102,6 +7093,7 @@
|
|
|
7102
7093
|
"languageId": "zsm",
|
|
7103
7094
|
"exonym": "Malay",
|
|
7104
7095
|
"appInterface": true,
|
|
7096
|
+
"audioAssetVersion": 2,
|
|
7105
7097
|
"bcpLanguageId": "ms",
|
|
7106
7098
|
"bible": "AVB",
|
|
7107
7099
|
"countries": ["MY", "ID", "SG"],
|
|
@@ -19,10 +19,18 @@
|
|
|
19
19
|
"description": "The name of a language in English, i.e. \"Spanish\". This helps Waha team members identify the language."
|
|
20
20
|
},
|
|
21
21
|
"appInterface": { "type": "boolean" },
|
|
22
|
+
"audioAssetVersion": {
|
|
23
|
+
"description": "The version number of the audio assets directory. When set, audio files will be looked up in a versioned directory (e.g. full_lessons2) instead of the default (full_lessons).",
|
|
24
|
+
"type": "number"
|
|
25
|
+
},
|
|
22
26
|
"bcpLanguageId": {
|
|
23
27
|
"type": "string",
|
|
24
28
|
"description": "A language ID used for iOS's screen reader support. Should be in BCP 47 format. Should only be included if language is supported by iOS's screen reader. List of supported languages can be found here: https://www.apple.com/ios/feature-availability/"
|
|
25
29
|
},
|
|
30
|
+
"usesRetellings": {
|
|
31
|
+
"description": "Whether this language uses retellings in its story chapters. Setting to true will make this language exempt from verse highlights during lessons.",
|
|
32
|
+
"type": "boolean"
|
|
33
|
+
},
|
|
26
34
|
"bible": {
|
|
27
35
|
"type": "string",
|
|
28
36
|
"description": "Determines what scripture translation this language will use."
|
|
@@ -3,7 +3,9 @@ export declare const Languages: z.ZodArray<z.ZodObject<{
|
|
|
3
3
|
languageId: z.ZodString;
|
|
4
4
|
exonym: z.ZodString;
|
|
5
5
|
appInterface: z.ZodBoolean;
|
|
6
|
+
audioAssetVersion: z.ZodOptional<z.ZodNumber>;
|
|
6
7
|
bcpLanguageId: z.ZodOptional<z.ZodString>;
|
|
8
|
+
usesRetellings: z.ZodOptional<z.ZodBoolean>;
|
|
7
9
|
bible: z.ZodOptional<z.ZodString>;
|
|
8
10
|
bibleFallback: z.ZodOptional<z.ZodString>;
|
|
9
11
|
countries: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -11,10 +11,18 @@ exports.Languages = zod_1.z.array(zod_1.z
|
|
|
11
11
|
.string()
|
|
12
12
|
.describe('The name of a language in English, i.e. "Spanish". This helps Waha team members identify the language.'),
|
|
13
13
|
appInterface: zod_1.z.boolean(),
|
|
14
|
+
audioAssetVersion: zod_1.z
|
|
15
|
+
.number()
|
|
16
|
+
.optional()
|
|
17
|
+
.describe('The version number of the audio assets directory. When set, audio files will be looked up in a versioned directory (e.g. full_lessons2) instead of the default (full_lessons).'),
|
|
14
18
|
bcpLanguageId: zod_1.z
|
|
15
19
|
.string()
|
|
16
20
|
.describe("A language ID used for iOS's screen reader support. Should be in BCP 47 format. Should only be included if language is supported by iOS's screen reader. List of supported languages can be found here: https://www.apple.com/ios/feature-availability/")
|
|
17
21
|
.optional(),
|
|
22
|
+
usesRetellings: zod_1.z
|
|
23
|
+
.boolean()
|
|
24
|
+
.optional()
|
|
25
|
+
.describe('Whether this language uses retellings in its story chapters. Setting to true will make this language exempt from verse highlights during lessons.'),
|
|
18
26
|
bible: zod_1.z
|
|
19
27
|
.string()
|
|
20
28
|
.describe('Determines what scripture translation this language will use.')
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.lessonPauses = void 0;
|
|
4
|
+
// This file is auto-generated by scripts/prep. Do not edit manually.
|
|
5
|
+
const lessonPauses_zod_1 = require("./lessonPauses.zod");
|
|
6
|
+
const data = require('./lessonPauses.json');
|
|
7
|
+
exports.lessonPauses = lessonPauses_zod_1.LessonPauses.parse(data.data);
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "This file is auto-generated by scripts/prep. Do not edit manually.",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"$schema": { "type": "string" },
|
|
7
|
+
"data": {
|
|
8
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
9
|
+
"type": "object",
|
|
10
|
+
"properties": {
|
|
11
|
+
"beforeStory": {
|
|
12
|
+
"type": "number",
|
|
13
|
+
"description": "Pause after the last fellowship question finishes before the story chapter begins."
|
|
14
|
+
},
|
|
15
|
+
"afterStory": {
|
|
16
|
+
"type": "number",
|
|
17
|
+
"description": "Pause after the story chapter ends before the first application chapter begins."
|
|
18
|
+
},
|
|
19
|
+
"betweenPassages": {
|
|
20
|
+
"type": "number",
|
|
21
|
+
"description": "Pause between passages who share the same book."
|
|
22
|
+
},
|
|
23
|
+
"beforeFtb": {
|
|
24
|
+
"type": "number",
|
|
25
|
+
"description": "Pause between the end of a passage and the start of a new passage from a different book, before the \"From the book of...\" statement plays."
|
|
26
|
+
},
|
|
27
|
+
"afterFtb": {
|
|
28
|
+
"type": "number",
|
|
29
|
+
"description": "Pause between the \"From the book of...\" statement and the start of the passage."
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"required": [
|
|
33
|
+
"beforeStory",
|
|
34
|
+
"afterStory",
|
|
35
|
+
"betweenPassages",
|
|
36
|
+
"beforeFtb",
|
|
37
|
+
"afterFtb"
|
|
38
|
+
],
|
|
39
|
+
"additionalProperties": false
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"required": ["$schema", "data"]
|
|
43
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const LessonPauses: z.ZodObject<{
|
|
3
|
+
beforeStory: z.ZodNumber;
|
|
4
|
+
afterStory: z.ZodNumber;
|
|
5
|
+
betweenPassages: z.ZodNumber;
|
|
6
|
+
beforeFtb: z.ZodNumber;
|
|
7
|
+
afterFtb: z.ZodNumber;
|
|
8
|
+
}, z.core.$strict>;
|
|
9
|
+
export type LessonPauses = z.infer<typeof LessonPauses>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LessonPauses = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.LessonPauses = zod_1.z
|
|
6
|
+
.object({
|
|
7
|
+
beforeStory: zod_1.z
|
|
8
|
+
.number()
|
|
9
|
+
.describe('Pause after the last fellowship question finishes before the story chapter begins.'),
|
|
10
|
+
afterStory: zod_1.z
|
|
11
|
+
.number()
|
|
12
|
+
.describe('Pause after the story chapter ends before the first application chapter begins.'),
|
|
13
|
+
betweenPassages: zod_1.z
|
|
14
|
+
.number()
|
|
15
|
+
.describe('Pause between passages who share the same book.'),
|
|
16
|
+
beforeFtb: zod_1.z
|
|
17
|
+
.number()
|
|
18
|
+
.describe('Pause between the end of a passage and the start of a new passage from a different book, before the "From the book of..." statement plays.'),
|
|
19
|
+
afterFtb: zod_1.z
|
|
20
|
+
.number()
|
|
21
|
+
.describe('Pause between the "From the book of..." statement and the start of the passage.'),
|
|
22
|
+
})
|
|
23
|
+
.strict();
|