waha-shared 1.0.217 → 1.0.218
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/languages/languages.json +1 -1
- package/dist/data/translationsQuestion/translationsQuestion.json +1 -1
- package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.json +1 -1
- package/dist/types/microLessons.d.ts +15 -0
- package/dist/types/microLessons.js +7 -0
- package/package.json +1 -1
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
"f.005": "Son görüşümüzdə öyrəndiklərinizi tətbiq etməyə qərar verdiniz. Nə etdiniz və necə oldu?",
|
|
398
398
|
"f.006": "Son dəfə oxuduğumuz hekayədən nələri kimlə paylaşdınız? Onlar necə reaksiya verdilər?",
|
|
399
399
|
"f.007": "Son görüşümüzdə bir neçə ehtiyac müəyyən etdik və onları qarşılamağı planlaşdırdıq. Necə oldu?",
|
|
400
|
-
"f.008": "İndi isə gəlin
|
|
400
|
+
"f.008": "İndi isə gəlin Allahın Kəlamından bugünkü hekayəni oxuyaq...",
|
|
401
401
|
"f.009": "Son görüşümüzdən bəri nələr baş verdi və nəyə görə minnətdarsınız?",
|
|
402
402
|
"f.010": "Cəmiyyətinizdəki itmiş insanların ehtiyacları nələrdir və ifadə etdiyimiz ehtiyacları qarşılamaqda bir-birimizə necə kömək edə bilərik?",
|
|
403
403
|
"f.011": "Rəbb sizin dua çoxaltma səyləriniz vasitəsilə necə işləyir? Onu izlətləndirə biləcəyimiz hər-hansı cavablanmış duanız varmı?",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"a.002": "Ododo man pwonyowa ningo ikom Lubanga, kite ki tice?",
|
|
7
7
|
"a.003": "Pwonyowa ningo ikom wan dano?",
|
|
8
8
|
"a.004": "Gin ango ma ibi timo icabit eni mi keto lok ada pa lubanaga man I kwo ni? Ngo ki kume ma ibi timo?",
|
|
9
|
-
"a.005": "Anga ma ibi nywako lok ada man kwede ma
|
|
9
|
+
"a.005": "Anga ma ibi nywako lok ada man kwede me wang dul man ma puk pe wa rwate odoco? Gwok nyo ineyo nat moo ma tiye gi miti me yenyo lok pa lubanga iyo man kit ma wan bene ni?",
|
|
10
10
|
"a.006": "Kit macalo kacoke wa oo I agiki wamok ngat ma bi telo wa i kacoke ma obibino ni.",
|
|
11
11
|
"a.007": "Bedowa kacelli mwonya tutwal. Wa cuku cwinywu me coyo piny gin ma icikke me timo ki winy pwony man odoco ma pud pe warwate doki. Latela wa binywako ododo man bot Jo ma pe kwede ka dong wa dok gang , peny Rwot lubanga wek okony wa.",
|
|
12
12
|
"a.008": "Ododo man waco ningo ikom bedo lapwonye pa Yecu?",
|
|
@@ -37,6 +37,11 @@ export declare const MicroLessonSchema: z.ZodObject<{
|
|
|
37
37
|
showCopyButton: z.ZodOptional<z.ZodBoolean>;
|
|
38
38
|
prefilledText: z.ZodOptional<z.ZodString>;
|
|
39
39
|
}, z.core.$strip>>;
|
|
40
|
+
ctaButton: z.ZodOptional<z.ZodObject<{
|
|
41
|
+
show: z.ZodBoolean;
|
|
42
|
+
label: z.ZodString;
|
|
43
|
+
href: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>;
|
|
40
45
|
radioButtons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
41
46
|
heading: z.ZodOptional<z.ZodString>;
|
|
42
47
|
body: z.ZodOptional<z.ZodString>;
|
|
@@ -94,6 +99,11 @@ export declare const ResponseMicroLessonSchema: z.ZodObject<{
|
|
|
94
99
|
showCopyButton: z.ZodOptional<z.ZodBoolean>;
|
|
95
100
|
prefilledText: z.ZodOptional<z.ZodString>;
|
|
96
101
|
}, z.core.$strip>>;
|
|
102
|
+
ctaButton: z.ZodOptional<z.ZodObject<{
|
|
103
|
+
show: z.ZodBoolean;
|
|
104
|
+
label: z.ZodString;
|
|
105
|
+
href: z.ZodString;
|
|
106
|
+
}, z.core.$strip>>;
|
|
97
107
|
radioButtons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
98
108
|
heading: z.ZodOptional<z.ZodString>;
|
|
99
109
|
body: z.ZodOptional<z.ZodString>;
|
|
@@ -153,6 +163,11 @@ export declare const MicroLessonsResponse: z.ZodObject<{
|
|
|
153
163
|
showCopyButton: z.ZodOptional<z.ZodBoolean>;
|
|
154
164
|
prefilledText: z.ZodOptional<z.ZodString>;
|
|
155
165
|
}, z.core.$strip>>;
|
|
166
|
+
ctaButton: z.ZodOptional<z.ZodObject<{
|
|
167
|
+
show: z.ZodBoolean;
|
|
168
|
+
label: z.ZodString;
|
|
169
|
+
href: z.ZodString;
|
|
170
|
+
}, z.core.$strip>>;
|
|
156
171
|
radioButtons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
157
172
|
heading: z.ZodOptional<z.ZodString>;
|
|
158
173
|
body: z.ZodOptional<z.ZodString>;
|
|
@@ -34,6 +34,13 @@ exports.MicroLessonSchema = v4_1.default.object({
|
|
|
34
34
|
prefilledText: v4_1.default.string().optional(),
|
|
35
35
|
})
|
|
36
36
|
.optional(),
|
|
37
|
+
ctaButton: v4_1.default
|
|
38
|
+
.object({
|
|
39
|
+
show: v4_1.default.boolean(),
|
|
40
|
+
label: v4_1.default.string(),
|
|
41
|
+
href: v4_1.default.string(),
|
|
42
|
+
})
|
|
43
|
+
.optional(),
|
|
37
44
|
radioButtons: v4_1.default
|
|
38
45
|
.array(v4_1.default.object({
|
|
39
46
|
heading: v4_1.default.string().optional(),
|