waha-shared 1.0.194 → 1.0.195

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.
@@ -28,7 +28,6 @@ export declare const MicroLessonSchema: z.ZodObject<{
28
28
  showCopyButton?: boolean | undefined;
29
29
  prefilledText?: string | undefined;
30
30
  }>>;
31
- hasTextInput: z.ZodOptional<z.ZodBoolean>;
32
31
  radioButtons: z.ZodOptional<z.ZodArray<z.ZodObject<{
33
32
  text: z.ZodString;
34
33
  }, "strip", z.ZodTypeAny, {
@@ -68,7 +67,6 @@ export declare const MicroLessonSchema: z.ZodObject<{
68
67
  showCopyButton?: boolean | undefined;
69
68
  prefilledText?: string | undefined;
70
69
  } | undefined;
71
- hasTextInput?: boolean | undefined;
72
70
  radioButtons?: {
73
71
  text: string;
74
72
  }[] | undefined;
@@ -90,7 +88,6 @@ export declare const MicroLessonSchema: z.ZodObject<{
90
88
  showCopyButton?: boolean | undefined;
91
89
  prefilledText?: string | undefined;
92
90
  } | undefined;
93
- hasTextInput?: boolean | undefined;
94
91
  radioButtons?: {
95
92
  text: string;
96
93
  }[] | undefined;
@@ -119,7 +116,6 @@ export declare const MicroLessonSchema: z.ZodObject<{
119
116
  showCopyButton?: boolean | undefined;
120
117
  prefilledText?: string | undefined;
121
118
  } | undefined;
122
- hasTextInput?: boolean | undefined;
123
119
  radioButtons?: {
124
120
  text: string;
125
121
  }[] | undefined;
@@ -150,7 +146,6 @@ export declare const MicroLessonSchema: z.ZodObject<{
150
146
  showCopyButton?: boolean | undefined;
151
147
  prefilledText?: string | undefined;
152
148
  } | undefined;
153
- hasTextInput?: boolean | undefined;
154
149
  radioButtons?: {
155
150
  text: string;
156
151
  }[] | undefined;
@@ -191,7 +186,6 @@ export declare const ResponseMicroLessonSchema: z.ZodObject<{
191
186
  showCopyButton?: boolean | undefined;
192
187
  prefilledText?: string | undefined;
193
188
  }>>;
194
- hasTextInput: z.ZodOptional<z.ZodBoolean>;
195
189
  radioButtons: z.ZodOptional<z.ZodArray<z.ZodObject<{
196
190
  text: z.ZodString;
197
191
  }, "strip", z.ZodTypeAny, {
@@ -231,7 +225,6 @@ export declare const ResponseMicroLessonSchema: z.ZodObject<{
231
225
  showCopyButton?: boolean | undefined;
232
226
  prefilledText?: string | undefined;
233
227
  } | undefined;
234
- hasTextInput?: boolean | undefined;
235
228
  radioButtons?: {
236
229
  text: string;
237
230
  }[] | undefined;
@@ -253,7 +246,6 @@ export declare const ResponseMicroLessonSchema: z.ZodObject<{
253
246
  showCopyButton?: boolean | undefined;
254
247
  prefilledText?: string | undefined;
255
248
  } | undefined;
256
- hasTextInput?: boolean | undefined;
257
249
  radioButtons?: {
258
250
  text: string;
259
251
  }[] | undefined;
@@ -282,7 +274,6 @@ export declare const ResponseMicroLessonSchema: z.ZodObject<{
282
274
  showCopyButton?: boolean | undefined;
283
275
  prefilledText?: string | undefined;
284
276
  } | undefined;
285
- hasTextInput?: boolean | undefined;
286
277
  radioButtons?: {
287
278
  text: string;
288
279
  }[] | undefined;
@@ -313,7 +304,6 @@ export declare const ResponseMicroLessonSchema: z.ZodObject<{
313
304
  showCopyButton?: boolean | undefined;
314
305
  prefilledText?: string | undefined;
315
306
  } | undefined;
316
- hasTextInput?: boolean | undefined;
317
307
  radioButtons?: {
318
308
  text: string;
319
309
  }[] | undefined;
@@ -347,7 +337,6 @@ export declare const ResponseMicroLessonSchema: z.ZodObject<{
347
337
  showCopyButton?: boolean | undefined;
348
338
  prefilledText?: string | undefined;
349
339
  } | undefined;
350
- hasTextInput?: boolean | undefined;
351
340
  radioButtons?: {
352
341
  text: string;
353
342
  }[] | undefined;
@@ -381,7 +370,6 @@ export declare const ResponseMicroLessonSchema: z.ZodObject<{
381
370
  showCopyButton?: boolean | undefined;
382
371
  prefilledText?: string | undefined;
383
372
  } | undefined;
384
- hasTextInput?: boolean | undefined;
385
373
  radioButtons?: {
386
374
  text: string;
387
375
  }[] | undefined;
@@ -424,7 +412,6 @@ export declare const MicroLessonsResponse: z.ZodObject<{
424
412
  showCopyButton?: boolean | undefined;
425
413
  prefilledText?: string | undefined;
426
414
  }>>;
427
- hasTextInput: z.ZodOptional<z.ZodBoolean>;
428
415
  radioButtons: z.ZodOptional<z.ZodArray<z.ZodObject<{
429
416
  text: z.ZodString;
430
417
  }, "strip", z.ZodTypeAny, {
@@ -464,7 +451,6 @@ export declare const MicroLessonsResponse: z.ZodObject<{
464
451
  showCopyButton?: boolean | undefined;
465
452
  prefilledText?: string | undefined;
466
453
  } | undefined;
467
- hasTextInput?: boolean | undefined;
468
454
  radioButtons?: {
469
455
  text: string;
470
456
  }[] | undefined;
@@ -486,7 +472,6 @@ export declare const MicroLessonsResponse: z.ZodObject<{
486
472
  showCopyButton?: boolean | undefined;
487
473
  prefilledText?: string | undefined;
488
474
  } | undefined;
489
- hasTextInput?: boolean | undefined;
490
475
  radioButtons?: {
491
476
  text: string;
492
477
  }[] | undefined;
@@ -515,7 +500,6 @@ export declare const MicroLessonsResponse: z.ZodObject<{
515
500
  showCopyButton?: boolean | undefined;
516
501
  prefilledText?: string | undefined;
517
502
  } | undefined;
518
- hasTextInput?: boolean | undefined;
519
503
  radioButtons?: {
520
504
  text: string;
521
505
  }[] | undefined;
@@ -546,7 +530,6 @@ export declare const MicroLessonsResponse: z.ZodObject<{
546
530
  showCopyButton?: boolean | undefined;
547
531
  prefilledText?: string | undefined;
548
532
  } | undefined;
549
- hasTextInput?: boolean | undefined;
550
533
  radioButtons?: {
551
534
  text: string;
552
535
  }[] | undefined;
@@ -580,7 +563,6 @@ export declare const MicroLessonsResponse: z.ZodObject<{
580
563
  showCopyButton?: boolean | undefined;
581
564
  prefilledText?: string | undefined;
582
565
  } | undefined;
583
- hasTextInput?: boolean | undefined;
584
566
  radioButtons?: {
585
567
  text: string;
586
568
  }[] | undefined;
@@ -614,7 +596,6 @@ export declare const MicroLessonsResponse: z.ZodObject<{
614
596
  showCopyButton?: boolean | undefined;
615
597
  prefilledText?: string | undefined;
616
598
  } | undefined;
617
- hasTextInput?: boolean | undefined;
618
599
  radioButtons?: {
619
600
  text: string;
620
601
  }[] | undefined;
@@ -650,7 +631,6 @@ export declare const MicroLessonsResponse: z.ZodObject<{
650
631
  showCopyButton?: boolean | undefined;
651
632
  prefilledText?: string | undefined;
652
633
  } | undefined;
653
- hasTextInput?: boolean | undefined;
654
634
  radioButtons?: {
655
635
  text: string;
656
636
  }[] | undefined;
@@ -686,7 +666,6 @@ export declare const MicroLessonsResponse: z.ZodObject<{
686
666
  showCopyButton?: boolean | undefined;
687
667
  prefilledText?: string | undefined;
688
668
  } | undefined;
689
- hasTextInput?: boolean | undefined;
690
669
  radioButtons?: {
691
670
  text: string;
692
671
  }[] | undefined;
@@ -30,7 +30,6 @@ exports.MicroLessonSchema = zod_1.default.object({
30
30
  prefilledText: zod_1.default.string().optional(),
31
31
  })
32
32
  .optional(),
33
- hasTextInput: zod_1.default.boolean().optional(),
34
33
  radioButtons: zod_1.default.array(zod_1.default.object({ text: zod_1.default.string() })).optional(),
35
34
  videoUrl: zod_1.default.string().optional(),
36
35
  platform: webContent_1.PlatformSchema.optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waha-shared",
3
- "version": "1.0.194",
3
+ "version": "1.0.195",
4
4
  "author": "Waha",
5
5
  "dependencies": {
6
6
  "@types/signale": "^1.4.7",