waha-shared 1.0.216 → 1.0.217
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.
|
@@ -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 oxuyaq, görək bu gün Rəbb bizə nə söyləyəcək...",
|
|
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
|
|
9
|
+
"a.005": "Anga ma ibi nywako lok ada man kwede ma pud pe wa rwate odoco? Onyo ingeyo ngat mo ma mito niang ilok pa Lubanga iyo man?",
|
|
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,11 +37,6 @@ 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>>;
|
|
45
40
|
radioButtons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
46
41
|
heading: z.ZodOptional<z.ZodString>;
|
|
47
42
|
body: z.ZodOptional<z.ZodString>;
|
|
@@ -99,11 +94,6 @@ export declare const ResponseMicroLessonSchema: z.ZodObject<{
|
|
|
99
94
|
showCopyButton: z.ZodOptional<z.ZodBoolean>;
|
|
100
95
|
prefilledText: z.ZodOptional<z.ZodString>;
|
|
101
96
|
}, 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>>;
|
|
107
97
|
radioButtons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
108
98
|
heading: z.ZodOptional<z.ZodString>;
|
|
109
99
|
body: z.ZodOptional<z.ZodString>;
|
|
@@ -163,11 +153,6 @@ export declare const MicroLessonsResponse: z.ZodObject<{
|
|
|
163
153
|
showCopyButton: z.ZodOptional<z.ZodBoolean>;
|
|
164
154
|
prefilledText: z.ZodOptional<z.ZodString>;
|
|
165
155
|
}, 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>>;
|
|
171
156
|
radioButtons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
172
157
|
heading: z.ZodOptional<z.ZodString>;
|
|
173
158
|
body: z.ZodOptional<z.ZodString>;
|
|
@@ -34,13 +34,6 @@ 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(),
|
|
44
37
|
radioButtons: v4_1.default
|
|
45
38
|
.array(v4_1.default.object({
|
|
46
39
|
heading: v4_1.default.string().optional(),
|