waha-shared 1.0.307 → 1.0.308

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.
Files changed (102) hide show
  1. package/dist/data/areas/areas.json +48 -50
  2. package/dist/data/areas/areas.schema.json +2 -2
  3. package/dist/data/areas/areas.zod.d.ts +1 -1
  4. package/dist/data/areas/areas.zod.js +1 -1
  5. package/dist/data/areas/index.d.ts +1 -1
  6. package/dist/data/bibleAudios/bibleAudios.json +314 -581
  7. package/dist/data/bibleAudios/bibleAudios.schema.json +8 -17
  8. package/dist/data/bibleAudios/bibleAudios.zod.d.ts +2 -43
  9. package/dist/data/bibleAudios/bibleAudios.zod.js +7 -16
  10. package/dist/data/bibleAudios/index.d.ts +1 -2
  11. package/dist/data/bibleBooks/bibleBooks.json +782 -784
  12. package/dist/data/bibleStatuses/bibleStatuses.json +8284 -7785
  13. package/dist/data/bibleStatuses/bibleStatuses.schema.json +0 -6
  14. package/dist/data/bibleStatuses/bibleStatuses.zod.d.ts +0 -1
  15. package/dist/data/bibleStatuses/bibleStatuses.zod.js +0 -4
  16. package/dist/data/bibleStatuses/index.d.ts +0 -1
  17. package/dist/data/bibleTexts/bibleTexts.json +184 -269
  18. package/dist/data/bibleTexts/bibleTexts.schema.json +0 -7
  19. package/dist/data/bibleTexts/bibleTexts.zod.d.ts +0 -28
  20. package/dist/data/bibleTexts/bibleTexts.zod.js +3 -10
  21. package/dist/data/bibleTexts/index.d.ts +0 -2
  22. package/dist/data/clones/clones.json +0 -2
  23. package/dist/data/countries/countries.json +480 -480
  24. package/dist/data/countriesAndLanguages/countriesAndLanguages.json +6798 -6800
  25. package/dist/data/crowdinLanguages/crowdinLanguages.json +1438 -1440
  26. package/dist/data/crowdinLanguages/crowdinLanguages.schema.json +3 -3
  27. package/dist/data/crowdinLanguages/crowdinLanguages.zod.d.ts +2 -2
  28. package/dist/data/crowdinLanguages/crowdinLanguages.zod.js +2 -2
  29. package/dist/data/crowdinLanguages/index.d.ts +2 -2
  30. package/dist/data/curriculumFoundations/curriculumFoundations.json +69 -86
  31. package/dist/data/curriculumQuestions/curriculumQuestions.json +192 -194
  32. package/dist/data/curriculumTopics/curriculumTopics.json +8 -51
  33. package/dist/data/dblAudioLicenses/dblAudioLicenses.json +7 -36
  34. package/dist/data/dblTextLicenses/dblTextLicenses.json +4 -4
  35. package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.json +1 -1
  36. package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.json +1 -1
  37. package/dist/data/languageAssets/index.d.ts +1 -0
  38. package/dist/data/languageAssets/index.js +7 -0
  39. package/dist/data/languageAssets/languageAssets.json +45406 -0
  40. package/dist/data/languageAssets/languageAssets.schema.json +19 -0
  41. package/dist/data/languageAssets/languageAssets.zod.d.ts +3 -0
  42. package/dist/data/languageAssets/languageAssets.zod.js +7 -0
  43. package/dist/data/languages/index.d.ts +10 -20
  44. package/dist/data/languages/languages.json +2008 -2983
  45. package/dist/data/languages/languages.schema.json +47 -93
  46. package/dist/data/languages/languages.zod.d.ts +30 -93
  47. package/dist/data/languages/languages.zod.js +37 -59
  48. package/dist/data/lessonPauses/index.d.ts +1 -0
  49. package/dist/data/lessonPauses/lessonPauses.json +3 -2
  50. package/dist/data/lessonPauses/lessonPauses.schema.json +11 -1
  51. package/dist/data/lessonPauses/lessonPauses.zod.d.ts +1 -0
  52. package/dist/data/lessonPauses/lessonPauses.zod.js +3 -0
  53. package/dist/data/mediaDurations/mediaDurations.json +4231 -33446
  54. package/dist/data/mediaDurations/mediaDurations.schema.json +1 -1
  55. package/dist/data/mediaDurations/mediaDurations.zod.js +1 -1
  56. package/dist/data/notification/index.d.ts +1 -1
  57. package/dist/data/notification/notification.json +169 -93
  58. package/dist/data/phoneLanguages/phoneLanguages.json +635 -637
  59. package/dist/data/questions/questions.json +147 -149
  60. package/dist/data/releaseNotes/releaseNotes.json +124 -126
  61. package/dist/data/screenshots/screenshots.json +1 -1
  62. package/dist/data/scripts/scripts.json +1 -6
  63. package/dist/data/sets/index.d.ts +3 -3
  64. package/dist/data/sets/sets.json +476 -1766
  65. package/dist/data/sets/sets.schema.json +1 -1
  66. package/dist/data/sets/sets.zod.d.ts +3 -3
  67. package/dist/data/sets/sets.zod.js +6 -3
  68. package/dist/data/translationsApp/index.d.ts +0 -1
  69. package/dist/data/translationsApp/translationsApp.json +1582 -1623
  70. package/dist/data/translationsApp/translationsApp.schema.json +0 -1
  71. package/dist/data/translationsApp/translationsApp.zod.d.ts +0 -2
  72. package/dist/data/translationsApp/translationsApp.zod.js +0 -1
  73. package/dist/data/translationsFtb/translationsFtb.json +613 -69
  74. package/dist/data/translationsIntroduction/translationsIntroduction.json +1 -1
  75. package/dist/data/translationsQuestion/translationsQuestion.json +33 -65
  76. package/dist/data/translationsSet/translationsSet.json +19565 -30302
  77. package/dist/data/translationsSet/translationsSet.schema.json +4 -3
  78. package/dist/data/translationsSet/translationsSet.zod.js +4 -4
  79. package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.json +1 -1
  80. package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.json +33 -65
  81. package/dist/data/youtubePlaylists/youtubePlaylists.json +10 -10
  82. package/dist/data/youtubeVideos/youtubeVideos.json +82 -82
  83. package/dist/functions/languages.d.ts +7 -6
  84. package/dist/functions/languages.js +53 -51
  85. package/dist/functions/scripturePassages.d.ts +49 -34
  86. package/dist/functions/scripturePassages.js +304 -167
  87. package/dist/functions/sets.d.ts +52 -13
  88. package/dist/functions/sets.js +205 -193
  89. package/dist/types/bibleChapters.d.ts +2 -2
  90. package/dist/types/bibleChapters.js +1 -1
  91. package/dist/types/languages.d.ts +9 -39
  92. package/dist/types/languages.js +0 -2
  93. package/dist/types/sets.d.ts +11 -21
  94. package/package.json +1 -1
  95. package/dist/data/firebase.d.ts +0 -1
  96. package/dist/data/firebase.js +0 -4
  97. package/dist/functions/bibleBooks.d.ts +0 -16
  98. package/dist/functions/bibleBooks.js +0 -101
  99. package/dist/functions/bibles.d.ts +0 -44
  100. package/dist/functions/bibles.js +0 -291
  101. package/dist/functions/utils.d.ts +0 -2
  102. package/dist/functions/utils.js +0 -8
@@ -1,322 +1,320 @@
1
1
  {
2
2
  "$schema": "./questions.schema.json",
3
- "sortKeys": ["questionId"],
4
- "sortOrder": "ascending",
5
3
  "data": [
6
4
  {
7
- "questionId": "a.001",
8
5
  "comment": "",
9
6
  "hasBeep": true,
10
- "name": "Retelling"
7
+ "music": "intro",
8
+ "name": "Welcome (DBS)",
9
+ "questionId": "f.001"
11
10
  },
12
11
  {
13
- "questionId": "a.002",
14
12
  "comment": "",
15
13
  "hasBeep": true,
16
- "name": "Teach about God?"
14
+ "name": "Stressful?",
15
+ "questionId": "f.002"
17
16
  },
18
17
  {
19
- "questionId": "a.003",
20
18
  "comment": "",
21
19
  "hasBeep": true,
22
- "name": "Learn about people?"
20
+ "name": "Needs of community?",
21
+ "questionId": "f.003"
23
22
  },
24
23
  {
25
- "questionId": "a.004",
26
24
  "comment": "",
27
25
  "hasBeep": true,
28
- "name": "Specific action?"
26
+ "name": "Last session’s story?",
27
+ "questionId": "f.004"
29
28
  },
30
29
  {
31
- "questionId": "a.005",
32
30
  "comment": "",
33
31
  "hasBeep": true,
34
- "name": "Share truth with whom?"
32
+ "name": "How was application?",
33
+ "questionId": "f.005"
35
34
  },
36
35
  {
37
- "questionId": "a.006",
38
36
  "comment": "",
39
37
  "hasBeep": true,
40
- "name": "Decide next meeting"
38
+ "name": "How was sharing?",
39
+ "questionId": "f.006"
41
40
  },
42
41
  {
43
- "questionId": "a.007",
44
42
  "comment": "",
45
- "hasBeep": false,
46
- "music": "outroLong",
47
- "name": "Closing"
43
+ "hasBeep": true,
44
+ "name": "How did needs go?",
45
+ "questionId": "f.007"
48
46
  },
49
47
  {
50
- "questionId": "a.008",
51
48
  "comment": "",
52
- "hasBeep": true,
53
- "name": "Learn about being disciples?"
49
+ "hasBeep": false,
50
+ "music": "outroShort",
51
+ "name": "Listen to story",
52
+ "questionId": "f.008"
54
53
  },
55
54
  {
56
- "questionId": "a.009",
57
55
  "comment": "",
58
56
  "hasBeep": true,
59
- "name": "Learn about being the church?"
57
+ "music": "intro",
58
+ "name": "Welcome (DMC)",
59
+ "questionId": "f.009"
60
60
  },
61
61
  {
62
- "questionId": "a.010",
63
62
  "comment": "",
64
63
  "hasBeep": true,
65
- "name": "Learn about being leaders?"
64
+ "name": "Needs of lost?",
65
+ "questionId": "f.010"
66
66
  },
67
67
  {
68
- "questionId": "a.011",
69
68
  "comment": "",
70
69
  "hasBeep": true,
71
- "name": "Learn about making disciples?"
70
+ "name": "How is multiplying prayer?",
71
+ "questionId": "f.011"
72
72
  },
73
73
  {
74
- "questionId": "a.012",
75
74
  "comment": "",
76
75
  "hasBeep": true,
77
- "name": "Specific action?"
76
+ "name": "Learned about making disciples?",
77
+ "questionId": "f.012"
78
78
  },
79
79
  {
80
- "questionId": "a.013",
81
80
  "comment": "",
82
81
  "hasBeep": false,
83
- "name": "Watch video"
82
+ "music": "outroShort",
83
+ "name": "Listen to truth",
84
+ "questionId": "f.013"
84
85
  },
85
86
  {
86
- "questionId": "a.014",
87
87
  "comment": "",
88
88
  "hasBeep": true,
89
- "name": "How to apply disciples?"
89
+ "name": "Retelling",
90
+ "questionId": "a.001"
90
91
  },
91
92
  {
92
- "questionId": "a.015",
93
93
  "comment": "",
94
94
  "hasBeep": true,
95
- "name": "Share with whom?"
95
+ "name": "Teach about God?",
96
+ "questionId": "a.002"
96
97
  },
97
98
  {
98
- "questionId": "a.016",
99
99
  "comment": "",
100
100
  "hasBeep": true,
101
- "name": "Talked with whom?"
101
+ "name": "Learn about people?",
102
+ "questionId": "a.003"
102
103
  },
103
104
  {
104
- "questionId": "a.017",
105
105
  "comment": "",
106
106
  "hasBeep": true,
107
- "name": "How engage the lost?"
107
+ "name": "Specific action?",
108
+ "questionId": "a.004"
108
109
  },
109
110
  {
110
- "questionId": "a.018",
111
- "comment": "Used for Hindi and related languages",
112
- "hasBeep": false,
113
- "name": "Listen again"
114
- },
115
- {
116
- "questionId": "a.019",
117
- "comment": "Used for Hindi and related languages",
118
- "hasBeep": true,
119
- "name": "Learn about God?"
120
- },
121
- {
122
- "questionId": "a.020",
123
- "comment": "Used for Hindi and related languages",
111
+ "comment": "",
124
112
  "hasBeep": true,
125
- "name": "Learn about people?"
113
+ "name": "Share truth with whom?",
114
+ "questionId": "a.005"
126
115
  },
127
116
  {
128
- "questionId": "a.021",
129
- "comment": "Used for Hindi and related languages",
117
+ "comment": "",
130
118
  "hasBeep": true,
131
- "name": "How apply?"
119
+ "name": "Decide next meeting",
120
+ "questionId": "a.006"
132
121
  },
133
122
  {
134
- "questionId": "a.022",
135
- "comment": "Used for Hindi and related languages",
136
- "hasBeep": true,
137
- "name": "Who will you share with?"
123
+ "comment": "",
124
+ "hasBeep": false,
125
+ "music": "outroLong",
126
+ "name": "Closing",
127
+ "questionId": "a.007"
138
128
  },
139
129
  {
140
- "questionId": "a.023",
141
- "comment": "Used for Hindi and related languages",
130
+ "comment": "",
142
131
  "hasBeep": true,
143
- "name": "Meet again?"
132
+ "name": "Learn about being disciples?",
133
+ "questionId": "a.008"
144
134
  },
145
135
  {
146
- "questionId": "a.024",
147
- "comment": "Used for Hindi and related languages",
148
- "hasBeep": false,
149
- "music": "outroLong",
150
- "name": "Closing"
151
- },
152
- {
153
- "questionId": "a.025",
154
- "comment": "Used for Gulf Arabic.",
136
+ "comment": "",
155
137
  "hasBeep": true,
156
- "name": "Challenges"
138
+ "name": "Learn about being the church?",
139
+ "questionId": "a.009"
157
140
  },
158
141
  {
159
- "questionId": "a.026",
160
- "comment": "Used for Gulf Arabic.",
142
+ "comment": "",
161
143
  "hasBeep": true,
162
- "name": "Can group help?"
144
+ "name": "Learn about being leaders?",
145
+ "questionId": "a.010"
163
146
  },
164
147
  {
165
- "questionId": "a.027",
166
- "comment": "Used for Thai.",
148
+ "comment": "",
167
149
  "hasBeep": true,
168
- "name": "Like about this passage"
150
+ "name": "Learn about making disciples?",
151
+ "questionId": "a.011"
169
152
  },
170
153
  {
171
- "questionId": "a.028",
172
- "comment": "Used for Thai.",
154
+ "comment": "",
173
155
  "hasBeep": true,
174
- "name": "Disliked about this passage"
156
+ "name": "Specific action?",
157
+ "questionId": "a.012"
175
158
  },
176
159
  {
177
- "questionId": "a.video",
178
160
  "comment": "",
179
161
  "hasBeep": false,
180
- "name": "Placeholder for video"
162
+ "name": "Watch video",
163
+ "questionId": "a.013"
181
164
  },
182
165
  {
183
- "questionId": "f.001",
184
166
  "comment": "",
185
167
  "hasBeep": true,
186
- "music": "intro",
187
- "name": "Welcome (DBS)"
168
+ "name": "How to apply disciples?",
169
+ "questionId": "a.014"
188
170
  },
189
171
  {
190
- "questionId": "f.002",
191
172
  "comment": "",
192
173
  "hasBeep": true,
193
- "name": "Stressful?"
174
+ "name": "Share with whom?",
175
+ "questionId": "a.015"
194
176
  },
195
177
  {
196
- "questionId": "f.003",
197
178
  "comment": "",
198
179
  "hasBeep": true,
199
- "name": "Needs of community?"
180
+ "name": "Talked with whom?",
181
+ "questionId": "a.016"
200
182
  },
201
183
  {
202
- "questionId": "f.004",
203
184
  "comment": "",
204
185
  "hasBeep": true,
205
- "name": "Last session’s story?"
186
+ "name": "How engage the lost?",
187
+ "questionId": "a.017"
206
188
  },
207
189
  {
208
- "questionId": "f.005",
209
- "comment": "",
190
+ "comment": "Used for Hindi and related languages",
191
+ "hasBeep": true,
192
+ "music": "intro",
193
+ "name": "Welcome",
194
+ "questionId": "f.014"
195
+ },
196
+ {
197
+ "comment": "Used for Hindi and related languages",
210
198
  "hasBeep": true,
211
- "name": "How was application?"
199
+ "name": "Learn from previous?",
200
+ "questionId": "f.015"
212
201
  },
213
202
  {
214
- "questionId": "f.006",
215
- "comment": "",
203
+ "comment": "Used for Hindi and related languages",
216
204
  "hasBeep": true,
217
- "name": "How was sharing?"
205
+ "name": "How did you obey?",
206
+ "questionId": "f.016"
218
207
  },
219
208
  {
220
- "questionId": "f.007",
221
- "comment": "",
209
+ "comment": "Used for Hindi and related languages",
222
210
  "hasBeep": true,
223
- "name": "How did needs go?"
211
+ "name": "With whom did you share?",
212
+ "questionId": "f.017"
224
213
  },
225
214
  {
226
- "questionId": "f.008",
227
- "comment": "",
215
+ "comment": "Used for Hindi and related languages",
228
216
  "hasBeep": false,
229
217
  "music": "outroShort",
230
- "name": "Listen to story"
218
+ "name": "Let's listen",
219
+ "questionId": "f.018"
231
220
  },
232
221
  {
233
- "questionId": "f.009",
234
- "comment": "",
235
- "hasBeep": true,
236
- "music": "intro",
237
- "name": "Welcome (DMC)"
222
+ "comment": "Used for Hindi and related languages",
223
+ "hasBeep": false,
224
+ "name": "Listen again",
225
+ "questionId": "a.018"
238
226
  },
239
227
  {
240
- "questionId": "f.010",
241
- "comment": "",
228
+ "comment": "Used for Hindi and related languages",
242
229
  "hasBeep": true,
243
- "name": "Needs of lost?"
230
+ "name": "Learn about God?",
231
+ "questionId": "a.019"
244
232
  },
245
233
  {
246
- "questionId": "f.011",
247
- "comment": "",
234
+ "comment": "Used for Hindi and related languages",
248
235
  "hasBeep": true,
249
- "name": "How is multiplying prayer?"
236
+ "name": "Learn about people?",
237
+ "questionId": "a.020"
250
238
  },
251
239
  {
252
- "questionId": "f.012",
253
- "comment": "",
240
+ "comment": "Used for Hindi and related languages",
254
241
  "hasBeep": true,
255
- "name": "Learned about making disciples?"
242
+ "name": "How apply?",
243
+ "questionId": "a.021"
256
244
  },
257
245
  {
258
- "questionId": "f.013",
259
- "comment": "",
260
- "hasBeep": false,
261
- "music": "outroShort",
262
- "name": "Listen to truth"
246
+ "comment": "Used for Hindi and related languages",
247
+ "hasBeep": true,
248
+ "name": "Who will you share with?",
249
+ "questionId": "a.022"
263
250
  },
264
251
  {
265
- "questionId": "f.014",
266
252
  "comment": "Used for Hindi and related languages",
267
253
  "hasBeep": true,
268
- "music": "intro",
269
- "name": "Welcome"
254
+ "name": "Meet again?",
255
+ "questionId": "a.023"
270
256
  },
271
257
  {
272
- "questionId": "f.015",
273
258
  "comment": "Used for Hindi and related languages",
259
+ "hasBeep": false,
260
+ "music": "outroLong",
261
+ "name": "Closing",
262
+ "questionId": "a.024"
263
+ },
264
+ {
265
+ "comment": "Used for Gulf Arabic.",
274
266
  "hasBeep": true,
275
- "name": "Learn from previous?"
267
+ "name": "Challenges",
268
+ "questionId": "a.025"
276
269
  },
277
270
  {
278
- "questionId": "f.016",
279
- "comment": "Used for Hindi and related languages",
271
+ "comment": "Used for Gulf Arabic.",
280
272
  "hasBeep": true,
281
- "name": "How did you obey?"
273
+ "name": "Can group help?",
274
+ "questionId": "a.026"
282
275
  },
283
276
  {
284
- "questionId": "f.017",
285
- "comment": "Used for Hindi and related languages",
277
+ "comment": "Used for Thai.",
286
278
  "hasBeep": true,
287
- "name": "With whom did you share?"
279
+ "name": "Like about this passage",
280
+ "questionId": "a.027"
288
281
  },
289
282
  {
290
- "questionId": "f.018",
291
- "comment": "Used for Hindi and related languages",
292
- "hasBeep": false,
293
- "music": "outroShort",
294
- "name": "Let's listen"
283
+ "comment": "Used for Thai.",
284
+ "hasBeep": true,
285
+ "name": "Disliked about this passage",
286
+ "questionId": "a.028"
295
287
  },
296
288
  {
297
- "questionId": "f.019",
298
289
  "comment": "Used for Mauritian Creole",
299
290
  "hasBeep": true,
300
- "name": "Stressful?"
291
+ "name": "Stressful?",
292
+ "questionId": "f.019"
301
293
  },
302
294
  {
303
- "questionId": "f.019",
304
295
  "comment": "Used for Mauritian Creole",
305
296
  "hasBeep": true,
306
297
  "music": "intro",
307
- "name": "Welcome (DBS)"
298
+ "name": "Welcome (DBS)",
299
+ "questionId": "f.019"
308
300
  },
309
301
  {
310
- "questionId": "f.020",
311
302
  "comment": "Used for Mauritian Creole",
312
303
  "hasBeep": true,
313
- "name": "Stressful?"
304
+ "name": "Stressful?",
305
+ "questionId": "f.020"
314
306
  },
315
307
  {
316
- "questionId": "f.021",
317
308
  "comment": "Used for Mauritian Creole",
318
309
  "hasBeep": true,
319
- "name": "Needs of community?"
310
+ "name": "Needs of community?",
311
+ "questionId": "f.021"
312
+ },
313
+ {
314
+ "comment": "",
315
+ "hasBeep": false,
316
+ "name": "Placeholder for video",
317
+ "questionId": "a.video"
320
318
  }
321
319
  ]
322
320
  }