waha-shared 1.0.265 → 1.0.267

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 (98) hide show
  1. package/README.md +60 -3
  2. package/assets/fonts/fonts.css +1 -1
  3. package/dist/data/areas/areas.schema.json +4 -13
  4. package/dist/data/areas/index.js +1 -0
  5. package/dist/data/aslTimestamps/aslTimestamps.schema.json +6 -22
  6. package/dist/data/aslTimestamps/index.js +1 -0
  7. package/dist/data/bibleAudios/bibleAudios.schema.json +8 -27
  8. package/dist/data/bibleAudios/index.js +1 -0
  9. package/dist/data/bibleBooks/bibleBooks.schema.json +8 -24
  10. package/dist/data/bibleBooks/index.js +1 -0
  11. package/dist/data/bibleChaptersList/bibleChaptersList.schema.json +3 -7
  12. package/dist/data/bibleChaptersList/index.js +1 -0
  13. package/dist/data/bibleStatuses/bibleStatuses.schema.json +7 -23
  14. package/dist/data/bibleStatuses/index.js +1 -0
  15. package/dist/data/bibleTexts/bibleTexts.schema.json +7 -22
  16. package/dist/data/bibleTexts/index.js +1 -0
  17. package/dist/data/clones/clones.schema.json +8 -26
  18. package/dist/data/clones/index.js +1 -0
  19. package/dist/data/countries/countries.schema.json +8 -28
  20. package/dist/data/countries/index.js +1 -0
  21. package/dist/data/countriesAndLanguages/countriesAndLanguages.schema.json +5 -17
  22. package/dist/data/countriesAndLanguages/index.js +1 -0
  23. package/dist/data/crowdinLanguages/crowdinLanguages.schema.json +5 -18
  24. package/dist/data/crowdinLanguages/index.js +1 -0
  25. package/dist/data/curriculumFoundations/curriculumFoundations.schema.json +7 -21
  26. package/dist/data/curriculumFoundations/index.js +1 -0
  27. package/dist/data/curriculumQuestions/curriculumQuestions.schema.json +9 -28
  28. package/dist/data/curriculumQuestions/index.js +1 -0
  29. package/dist/data/curriculumTopics/curriculumTopics.schema.json +7 -21
  30. package/dist/data/curriculumTopics/index.js +1 -0
  31. package/dist/data/iosVoiceOverLanguages/index.js +1 -0
  32. package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.schema.json +3 -7
  33. package/dist/data/iso6933LanguageCodes/index.js +1 -0
  34. package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.schema.json +4 -10
  35. package/dist/data/languageAssets/index.js +1 -0
  36. package/dist/data/languageAssets/languageAssets.json +11 -1
  37. package/dist/data/languageAssets/languageAssets.schema.json +5 -14
  38. package/dist/data/languages/index.js +1 -0
  39. package/dist/data/languages/languages.json +3 -1
  40. package/dist/data/languages/languages.schema.json +18 -76
  41. package/dist/data/mediaDurations/index.js +1 -0
  42. package/dist/data/mediaDurations/mediaDurations.json +11 -1
  43. package/dist/data/mediaDurations/mediaDurations.schema.json +5 -14
  44. package/dist/data/notification/index.js +1 -0
  45. package/dist/data/notification/notification.schema.json +20 -71
  46. package/dist/data/numeralMaps/index.js +1 -0
  47. package/dist/data/numeralMaps/numeralMaps.schema.json +5 -22
  48. package/dist/data/phoneLanguages/index.js +1 -0
  49. package/dist/data/phoneLanguages/phoneLanguages.schema.json +5 -16
  50. package/dist/data/questions/index.js +1 -0
  51. package/dist/data/questions/questions.schema.json +7 -24
  52. package/dist/data/releaseNotes/index.js +1 -0
  53. package/dist/data/releaseNotes/releaseNotes.json +137 -2
  54. package/dist/data/releaseNotes/releaseNotes.schema.json +6 -18
  55. package/dist/data/screenshots/index.js +1 -0
  56. package/dist/data/screenshots/screenshots.schema.json +4 -10
  57. package/dist/data/scripts/index.js +1 -0
  58. package/dist/data/scripts/scripts.schema.json +7 -20
  59. package/dist/data/sets/index.js +1 -0
  60. package/dist/data/sets/sets.schema.json +8 -30
  61. package/dist/data/specialIds/index.js +1 -0
  62. package/dist/data/specialIds/specialIds.schema.json +6 -19
  63. package/dist/data/translationsApp/index.d.ts +26 -12
  64. package/dist/data/translationsApp/index.js +1 -0
  65. package/dist/data/translationsApp/translationsApp.json +14566 -8
  66. package/dist/data/translationsApp/translationsApp.schema.json +328 -1086
  67. package/dist/data/translationsApp/translationsApp.zod.d.ts +357 -12
  68. package/dist/data/translationsApp/translationsApp.zod.js +32 -18
  69. package/dist/data/translationsFtb/index.js +1 -0
  70. package/dist/data/translationsFtb/translationsFtb.schema.json +70 -274
  71. package/dist/data/translationsIntroduction/index.js +1 -0
  72. package/dist/data/translationsIntroduction/translationsIntroduction.schema.json +43 -165
  73. package/dist/data/translationsQuestion/index.js +1 -0
  74. package/dist/data/translationsQuestion/translationsQuestion.schema.json +5 -13
  75. package/dist/data/translationsSet/index.js +1 -0
  76. package/dist/data/translationsSet/translationsSet.json +789 -0
  77. package/dist/data/translationsSet/translationsSet.schema.json +12 -37
  78. package/dist/data/translationsSet/translationsSet.zod.js +1 -1
  79. package/dist/data/translationsSolarSpeaker/index.js +1 -0
  80. package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.schema.json +46 -178
  81. package/dist/data/translationsSpokenQuestion/index.js +1 -0
  82. package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.schema.json +5 -13
  83. package/dist/data/youtubePlaylists/index.js +1 -0
  84. package/dist/data/youtubePlaylists/youtubePlaylists.schema.json +4 -10
  85. package/dist/data/youtubeVideos/index.js +1 -0
  86. package/dist/data/youtubeVideos/youtubeVideos.schema.json +4 -10
  87. package/dist/functions/scripturePassages.d.ts +24 -0
  88. package/dist/functions/scripturePassages.js +29 -4
  89. package/dist/types/analytics.d.ts +33 -13
  90. package/dist/types/articles.d.ts +28 -0
  91. package/dist/types/articles.js +5 -9
  92. package/dist/types/microLessons.d.ts +54 -3
  93. package/dist/types/microLessons.js +60 -26
  94. package/dist/types/users.d.ts +34 -41
  95. package/dist/types/users.js +3 -19
  96. package/dist/types/webContent.d.ts +16 -0
  97. package/dist/types/webContent.js +22 -1
  98. package/package.json +1 -1
@@ -1,10 +1,9 @@
1
1
  {
2
+ "description": "This file is auto-generated by scripts/prep. Do not edit manually.",
2
3
  "$schema": "http://json-schema.org/draft-07/schema#",
3
4
  "type": "object",
4
5
  "properties": {
5
- "$schema": {
6
- "type": "string"
7
- },
6
+ "$schema": { "type": "string" },
8
7
  "data": {
9
8
  "$schema": "https://json-schema.org/draft/2020-12/schema",
10
9
  "type": "array",
@@ -17,29 +16,18 @@
17
16
  },
18
17
  "notes": {
19
18
  "type": "object",
20
- "propertyNames": {
21
- "type": "string"
22
- },
23
- "additionalProperties": {
24
- "type": "string"
25
- }
19
+ "propertyNames": { "type": "string" },
20
+ "additionalProperties": { "type": "string" }
26
21
  },
27
22
  "showInApp": {
28
23
  "type": "boolean",
29
24
  "description": "If true, these release notes will pop up in a modal when the user updates to the newest version."
30
25
  }
31
26
  },
32
- "required": [
33
- "version",
34
- "notes",
35
- "showInApp"
36
- ],
27
+ "required": ["version", "notes", "showInApp"],
37
28
  "additionalProperties": false
38
29
  }
39
30
  }
40
31
  },
41
- "required": [
42
- "$schema",
43
- "data"
44
- ]
32
+ "required": ["$schema", "data"]
45
33
  }
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.screenshots = void 0;
4
+ // This file is auto-generated by scripts/prep. Do not edit manually.
4
5
  const screenshots_zod_1 = require("./screenshots.zod");
5
6
  const data = require('./screenshots.json');
6
7
  exports.screenshots = screenshots_zod_1.Screenshots.parse(data.data);
@@ -1,10 +1,9 @@
1
1
  {
2
+ "description": "This file is auto-generated by scripts/prep. Do not edit manually.",
2
3
  "$schema": "http://json-schema.org/draft-07/schema#",
3
4
  "type": "object",
4
5
  "properties": {
5
- "$schema": {
6
- "type": "string"
7
- },
6
+ "$schema": { "type": "string" },
8
7
  "data": {
9
8
  "$schema": "https://json-schema.org/draft/2020-12/schema",
10
9
  "type": "object",
@@ -14,14 +13,9 @@
14
13
  "description": "Whether or not to make the app in screenshot mode. This disables several parts of the app and sets it up to be remotely controlled via the leviathan/take_store_screenshots.py script."
15
14
  }
16
15
  },
17
- "required": [
18
- "screenshotMode"
19
- ],
16
+ "required": ["screenshotMode"],
20
17
  "additionalProperties": false
21
18
  }
22
19
  },
23
- "required": [
24
- "$schema",
25
- "data"
26
- ]
20
+ "required": ["$schema", "data"]
27
21
  }
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.scripts = void 0;
4
+ // This file is auto-generated by scripts/prep. Do not edit manually.
4
5
  const scripts_zod_1 = require("./scripts.zod");
5
6
  const data = require('./scripts.json');
6
7
  exports.scripts = scripts_zod_1.Scripts.parse(data.data);
@@ -1,36 +1,23 @@
1
1
  {
2
+ "description": "This file is auto-generated by scripts/prep. Do not edit manually.",
2
3
  "$schema": "http://json-schema.org/draft-07/schema#",
3
4
  "type": "object",
4
5
  "properties": {
5
- "$schema": {
6
- "type": "string"
7
- },
6
+ "$schema": { "type": "string" },
8
7
  "data": {
9
8
  "$schema": "https://json-schema.org/draft/2020-12/schema",
10
9
  "type": "array",
11
10
  "items": {
12
11
  "type": "object",
13
12
  "properties": {
14
- "name": {
15
- "type": "string"
16
- },
17
- "fontFamily": {
18
- "type": "string"
19
- },
20
- "sizeModifier": {
21
- "type": "number"
22
- }
13
+ "name": { "type": "string" },
14
+ "fontFamily": { "type": "string" },
15
+ "sizeModifier": { "type": "number" }
23
16
  },
24
- "required": [
25
- "name",
26
- "fontFamily"
27
- ],
17
+ "required": ["name", "fontFamily"],
28
18
  "additionalProperties": false
29
19
  }
30
20
  }
31
21
  },
32
- "required": [
33
- "$schema",
34
- "data"
35
- ]
22
+ "required": ["$schema", "data"]
36
23
  }
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sets = void 0;
4
+ // This file is auto-generated by scripts/prep. Do not edit manually.
4
5
  const sets_zod_1 = require("./sets.zod");
5
6
  const data = require('./sets.json');
6
7
  exports.sets = sets_zod_1.Sets.parse(data.data);
@@ -1,10 +1,9 @@
1
1
  {
2
+ "description": "This file is auto-generated by scripts/prep. Do not edit manually.",
2
3
  "$schema": "http://json-schema.org/draft-07/schema#",
3
4
  "type": "object",
4
5
  "properties": {
5
- "$schema": {
6
- "type": "string"
7
- },
6
+ "$schema": { "type": "string" },
8
7
  "data": {
9
8
  "$schema": "https://json-schema.org/draft/2020-12/schema",
10
9
  "type": "array",
@@ -83,9 +82,7 @@
83
82
  "items": {
84
83
  "type": "object",
85
84
  "properties": {
86
- "lessonId": {
87
- "type": "string"
88
- },
85
+ "lessonId": { "type": "string" },
89
86
  "a": {
90
87
  "type": "string",
91
88
  "description": "The id for the question set to use for this lesson's application chapter. Must be defined in the questions curriculum."
@@ -96,43 +93,24 @@
96
93
  },
97
94
  "s": {
98
95
  "type": "array",
99
- "items": {
100
- "type": "string"
101
- },
96
+ "items": { "type": "string" },
102
97
  "description": "An array of scripture passages to use with this lesson."
103
98
  }
104
99
  },
105
- "required": [
106
- "lessonId"
107
- ],
100
+ "required": ["lessonId"],
108
101
  "additionalProperties": false
109
102
  }
110
103
  },
111
104
  "tag": {
112
105
  "type": "string",
113
- "enum": [
114
- "truth",
115
- "challenge",
116
- "money",
117
- "people",
118
- "god",
119
- "jesus"
120
- ],
106
+ "enum": ["truth", "challenge", "money", "people", "god", "jesus"],
121
107
  "description": "If a topical set, the tag is a way to further categorize the set."
122
108
  }
123
109
  },
124
- "required": [
125
- "setId",
126
- "name",
127
- "icon",
128
- "lessons"
129
- ],
110
+ "required": ["setId", "name", "icon", "lessons"],
130
111
  "additionalProperties": false
131
112
  }
132
113
  }
133
114
  },
134
- "required": [
135
- "$schema",
136
- "data"
137
- ]
115
+ "required": ["$schema", "data"]
138
116
  }
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.specialIds = void 0;
4
+ // This file is auto-generated by scripts/prep. Do not edit manually.
4
5
  const specialIds_zod_1 = require("./specialIds.zod");
5
6
  const data = require('./specialIds.json');
6
7
  exports.specialIds = specialIds_zod_1.SpecialIds.parse(data.data);
@@ -1,20 +1,16 @@
1
1
  {
2
+ "description": "This file is auto-generated by scripts/prep. Do not edit manually.",
2
3
  "$schema": "http://json-schema.org/draft-07/schema#",
3
4
  "type": "object",
4
5
  "properties": {
5
- "$schema": {
6
- "type": "string"
7
- },
6
+ "$schema": { "type": "string" },
8
7
  "data": {
9
8
  "$schema": "https://json-schema.org/draft/2020-12/schema",
10
9
  "type": "object",
11
10
  "properties": {
12
11
  "activationQuestions": {
13
12
  "type": "array",
14
- "items": {
15
- "type": "string",
16
- "pattern": "^[a-z]\\.[0-9]{3}$"
17
- },
13
+ "items": { "type": "string", "pattern": "^[a-z]\\.[0-9]{3}$" },
18
14
  "description": "List of question IDs used for user activation"
19
15
  },
20
16
  "dmCourseImplementationLessonIds": {
@@ -87,10 +83,7 @@
87
83
  },
88
84
  "growingAsDmcSetIds": {
89
85
  "type": "array",
90
- "items": {
91
- "type": "string",
92
- "pattern": "^[0-9]{2}\\.[0-9]{3}$"
93
- },
86
+ "items": { "type": "string", "pattern": "^[0-9]{2}\\.[0-9]{3}$" },
94
87
  "description": "Set IDs for the growing as a disciple maker content"
95
88
  },
96
89
  "introductionLessonIds": {
@@ -103,10 +96,7 @@
103
96
  },
104
97
  "previousActivationQuestions": {
105
98
  "type": "array",
106
- "items": {
107
- "type": "string",
108
- "pattern": "^[a-z]\\.[0-9]{3}$"
109
- },
99
+ "items": { "type": "string", "pattern": "^[a-z]\\.[0-9]{3}$" },
110
100
  "description": "Previous activation question IDs (deprecated)"
111
101
  }
112
102
  },
@@ -129,8 +119,5 @@
129
119
  "additionalProperties": false
130
120
  }
131
121
  },
132
- "required": [
133
- "$schema",
134
- "data"
135
- ]
122
+ "required": ["$schema", "data"]
136
123
  }
@@ -64,12 +64,6 @@ export declare const translationsApp: Record<string, {
64
64
  app_store_listing_title: string;
65
65
  appearance: string;
66
66
  application: string;
67
- article_categories_65004e85fba2e8c9d281a73e: string;
68
- article_categories_65004e8eaf7c1d3f8289315a: string;
69
- article_categories_65004f8eead7951cf3c33243: string;
70
- article_categories_65005061a72598db83565c66: string;
71
- article_categories_65400527806b42d2e6ae4fd0: string;
72
- article_categories_65ca47557375e35a56523645: string;
73
67
  article_cta_body: string;
74
68
  article_cta_header: string;
75
69
  articles: string;
@@ -126,6 +120,7 @@ export declare const translationsApp: Record<string, {
126
120
  fetch_bible_error: string;
127
121
  fetch_bible_no_internet: string;
128
122
  filter_articles: string;
123
+ finish: string;
129
124
  font_size: string;
130
125
  foundations: string;
131
126
  get_started_foundations: string;
@@ -170,9 +165,11 @@ export declare const translationsApp: Record<string, {
170
165
  note_placeholder: string;
171
166
  note_saved: string;
172
167
  notes_view: string;
168
+ notifications: string;
173
169
  notifications_enable: string;
174
170
  ok: string;
175
171
  passcode_set: string;
172
+ percent_available: string;
176
173
  piano: string;
177
174
  piano_description: string;
178
175
  playback_speed: string;
@@ -307,10 +304,27 @@ export declare const translationsApp: Record<string, {
307
304
  lesson: string;
308
305
  lessons: string;
309
306
  article: string;
310
- finish?: string | undefined;
311
- later?: string | undefined;
312
- notifications?: string | undefined;
313
- percent_available?: string | undefined;
314
- no_results?: string | undefined;
315
- no_notes?: string | undefined;
307
+ no_results: string;
308
+ no_notes: string;
309
+ not_yet: string;
310
+ micro_lesson: string;
311
+ micro_lessons: string;
312
+ filter_micro_lessons: string;
313
+ question_placeholder: string;
314
+ join_others_discovering?: string | undefined;
315
+ people_shared_last_week?: string | undefined;
316
+ onboarding_dbs_intro_heading?: string | undefined;
317
+ onboarding_dbs_intro_body?: string | undefined;
318
+ onboarding_invite_group_heading?: string | undefined;
319
+ onboarding_invite_group_body?: string | undefined;
320
+ popups_need_help_with_group_title?: string | undefined;
321
+ popups_need_help_with_group_message?: string | undefined;
322
+ popups_micro_lessons_banner?: string | undefined;
323
+ question_in_a_group?: string | undefined;
324
+ question_what_brings_you_question?: string | undefined;
325
+ question_what_brings_you_body?: string | undefined;
326
+ question_what_brings_you_option_1?: string | undefined;
327
+ question_what_brings_you_option_2?: string | undefined;
328
+ question_what_brings_you_option_3?: string | undefined;
329
+ question_what_brings_you_option_4?: string | undefined;
316
330
  }>;
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.translationsApp = void 0;
4
+ // This file is auto-generated by scripts/prep. Do not edit manually.
4
5
  const translationsApp_zod_1 = require("./translationsApp.zod");
5
6
  const data = require('./translationsApp.json');
6
7
  exports.translationsApp = translationsApp_zod_1.TranslationsApp.parse(data.data);