@wf-financing/ui-assets 1.2.1 → 1.2.3

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.
@@ -0,0 +1,1855 @@
1
+ import { z } from 'zod';
2
+
3
+ export declare const SlideoutPanelSchema: z.ZodObject<{
4
+ version: z.ZodString;
5
+ language: z.ZodString;
6
+ cohort: z.ZodString;
7
+ type: z.ZodString;
8
+ } & {
9
+ header: z.ZodString;
10
+ secondaryAction: z.ZodString;
11
+ helpPopover: z.ZodObject<{
12
+ heading: z.ZodString;
13
+ text: z.ZodString;
14
+ linkLabel: z.ZodString;
15
+ }, "strip", z.ZodTypeAny, {
16
+ heading: string;
17
+ text: string;
18
+ linkLabel: string;
19
+ }, {
20
+ heading: string;
21
+ text: string;
22
+ linkLabel: string;
23
+ }>;
24
+ }, "strip", z.ZodTypeAny, {
25
+ version: string;
26
+ language: string;
27
+ cohort: string;
28
+ type: string;
29
+ header: string;
30
+ secondaryAction: string;
31
+ helpPopover: {
32
+ heading: string;
33
+ text: string;
34
+ linkLabel: string;
35
+ };
36
+ }, {
37
+ version: string;
38
+ language: string;
39
+ cohort: string;
40
+ type: string;
41
+ header: string;
42
+ secondaryAction: string;
43
+ helpPopover: {
44
+ heading: string;
45
+ text: string;
46
+ linkLabel: string;
47
+ };
48
+ }>;
49
+ export type SlideoutPanel = z.infer<typeof SlideoutPanelSchema>;
50
+ export declare const ContactDetailsScreenSchema: z.ZodObject<{
51
+ version: z.ZodString;
52
+ language: z.ZodString;
53
+ cohort: z.ZodString;
54
+ type: z.ZodString;
55
+ } & {
56
+ header: z.ZodString;
57
+ text: z.ZodString;
58
+ email: z.ZodObject<{
59
+ label: z.ZodString;
60
+ }, "strip", z.ZodTypeAny, {
61
+ label: string;
62
+ }, {
63
+ label: string;
64
+ }>;
65
+ phoneNumberInput: z.ZodObject<{
66
+ label: z.ZodString;
67
+ }, "strip", z.ZodTypeAny, {
68
+ label: string;
69
+ }, {
70
+ label: string;
71
+ }>;
72
+ primaryAction: z.ZodObject<{
73
+ label: z.ZodString;
74
+ accessibilityLabel: z.ZodString;
75
+ }, "strip", z.ZodTypeAny, {
76
+ label: string;
77
+ accessibilityLabel: string;
78
+ }, {
79
+ label: string;
80
+ accessibilityLabel: string;
81
+ }>;
82
+ submitError: z.ZodObject<{
83
+ headline: z.ZodString;
84
+ textBeforeLink: z.ZodString;
85
+ contactSupportLinkText: z.ZodString;
86
+ contactSupportUrl: z.ZodString;
87
+ textAfterLink: z.ZodString;
88
+ }, "strip", z.ZodTypeAny, {
89
+ headline: string;
90
+ textBeforeLink: string;
91
+ contactSupportLinkText: string;
92
+ contactSupportUrl: string;
93
+ textAfterLink: string;
94
+ }, {
95
+ headline: string;
96
+ textBeforeLink: string;
97
+ contactSupportLinkText: string;
98
+ contactSupportUrl: string;
99
+ textAfterLink: string;
100
+ }>;
101
+ changeLimitReached: z.ZodObject<{
102
+ headline: z.ZodString;
103
+ textBeforeLink: z.ZodString;
104
+ contactSupportLinkText: z.ZodString;
105
+ contactSupportUrl: z.ZodString;
106
+ textAfterLink: z.ZodString;
107
+ }, "strip", z.ZodTypeAny, {
108
+ headline: string;
109
+ textBeforeLink: string;
110
+ contactSupportLinkText: string;
111
+ contactSupportUrl: string;
112
+ textAfterLink: string;
113
+ }, {
114
+ headline: string;
115
+ textBeforeLink: string;
116
+ contactSupportLinkText: string;
117
+ contactSupportUrl: string;
118
+ textAfterLink: string;
119
+ }>;
120
+ validation: z.ZodObject<{
121
+ phoneNumber: z.ZodString;
122
+ email: z.ZodString;
123
+ }, "strip", z.ZodTypeAny, {
124
+ email: string;
125
+ phoneNumber: string;
126
+ }, {
127
+ email: string;
128
+ phoneNumber: string;
129
+ }>;
130
+ }, "strip", z.ZodTypeAny, {
131
+ version: string;
132
+ language: string;
133
+ cohort: string;
134
+ type: string;
135
+ validation: {
136
+ email: string;
137
+ phoneNumber: string;
138
+ };
139
+ header: string;
140
+ text: string;
141
+ email: {
142
+ label: string;
143
+ };
144
+ phoneNumberInput: {
145
+ label: string;
146
+ };
147
+ primaryAction: {
148
+ label: string;
149
+ accessibilityLabel: string;
150
+ };
151
+ submitError: {
152
+ headline: string;
153
+ textBeforeLink: string;
154
+ contactSupportLinkText: string;
155
+ contactSupportUrl: string;
156
+ textAfterLink: string;
157
+ };
158
+ changeLimitReached: {
159
+ headline: string;
160
+ textBeforeLink: string;
161
+ contactSupportLinkText: string;
162
+ contactSupportUrl: string;
163
+ textAfterLink: string;
164
+ };
165
+ }, {
166
+ version: string;
167
+ language: string;
168
+ cohort: string;
169
+ type: string;
170
+ validation: {
171
+ email: string;
172
+ phoneNumber: string;
173
+ };
174
+ header: string;
175
+ text: string;
176
+ email: {
177
+ label: string;
178
+ };
179
+ phoneNumberInput: {
180
+ label: string;
181
+ };
182
+ primaryAction: {
183
+ label: string;
184
+ accessibilityLabel: string;
185
+ };
186
+ submitError: {
187
+ headline: string;
188
+ textBeforeLink: string;
189
+ contactSupportLinkText: string;
190
+ contactSupportUrl: string;
191
+ textAfterLink: string;
192
+ };
193
+ changeLimitReached: {
194
+ headline: string;
195
+ textBeforeLink: string;
196
+ contactSupportLinkText: string;
197
+ contactSupportUrl: string;
198
+ textAfterLink: string;
199
+ };
200
+ }>;
201
+ export type ContactDetailsScreen = z.infer<typeof ContactDetailsScreenSchema>;
202
+ export declare const UserConsentScreenSchema: z.ZodObject<{
203
+ version: z.ZodString;
204
+ language: z.ZodString;
205
+ cohort: z.ZodString;
206
+ type: z.ZodString;
207
+ } & {
208
+ genericOfferHeader: z.ZodString;
209
+ indicativeOfferHeader: z.ZodString;
210
+ bulletPoints: z.ZodObject<{
211
+ bulletOne: z.ZodString;
212
+ bulletTwo: z.ZodString;
213
+ bulletThree: z.ZodString;
214
+ bulletFour: z.ZodString;
215
+ wayflyerAboutUsUrl: z.ZodString;
216
+ }, "strip", z.ZodTypeAny, {
217
+ bulletOne: string;
218
+ bulletTwo: string;
219
+ bulletThree: string;
220
+ bulletFour: string;
221
+ wayflyerAboutUsUrl: string;
222
+ }, {
223
+ bulletOne: string;
224
+ bulletTwo: string;
225
+ bulletThree: string;
226
+ bulletFour: string;
227
+ wayflyerAboutUsUrl: string;
228
+ }>;
229
+ alreadyHaveAnAccount: z.ZodObject<{
230
+ alreadyHaveAnAccountText: z.ZodString;
231
+ wayflyerSignInUrl: z.ZodString;
232
+ }, "strip", z.ZodTypeAny, {
233
+ alreadyHaveAnAccountText: string;
234
+ wayflyerSignInUrl: string;
235
+ }, {
236
+ alreadyHaveAnAccountText: string;
237
+ wayflyerSignInUrl: string;
238
+ }>;
239
+ consentNotice: z.ZodObject<{
240
+ textBeforePrivacyLink: z.ZodString;
241
+ privacyPolicyLinkText: z.ZodString;
242
+ privacyPolicyUrl: z.ZodString;
243
+ textBetweenLinks: z.ZodString;
244
+ termsLinkText: z.ZodString;
245
+ termsUrl: z.ZodString;
246
+ textAfterTermsLink: z.ZodString;
247
+ }, "strip", z.ZodTypeAny, {
248
+ termsUrl: string;
249
+ textBeforePrivacyLink: string;
250
+ privacyPolicyLinkText: string;
251
+ privacyPolicyUrl: string;
252
+ textBetweenLinks: string;
253
+ termsLinkText: string;
254
+ textAfterTermsLink: string;
255
+ }, {
256
+ termsUrl: string;
257
+ textBeforePrivacyLink: string;
258
+ privacyPolicyLinkText: string;
259
+ privacyPolicyUrl: string;
260
+ textBetweenLinks: string;
261
+ termsLinkText: string;
262
+ textAfterTermsLink: string;
263
+ }>;
264
+ primaryAction: z.ZodObject<{
265
+ label: z.ZodString;
266
+ accessibilityLabel: z.ZodString;
267
+ }, "strip", z.ZodTypeAny, {
268
+ label: string;
269
+ accessibilityLabel: string;
270
+ }, {
271
+ label: string;
272
+ accessibilityLabel: string;
273
+ }>;
274
+ startError: z.ZodObject<{
275
+ headline: z.ZodString;
276
+ textBeforeLink: z.ZodString;
277
+ contactSupportLinkText: z.ZodString;
278
+ contactSupportUrl: z.ZodString;
279
+ textAfterLink: z.ZodString;
280
+ }, "strip", z.ZodTypeAny, {
281
+ headline: string;
282
+ textBeforeLink: string;
283
+ contactSupportLinkText: string;
284
+ contactSupportUrl: string;
285
+ textAfterLink: string;
286
+ }, {
287
+ headline: string;
288
+ textBeforeLink: string;
289
+ contactSupportLinkText: string;
290
+ contactSupportUrl: string;
291
+ textAfterLink: string;
292
+ }>;
293
+ }, "strip", z.ZodTypeAny, {
294
+ version: string;
295
+ language: string;
296
+ cohort: string;
297
+ type: string;
298
+ bulletPoints: {
299
+ bulletOne: string;
300
+ bulletTwo: string;
301
+ bulletThree: string;
302
+ bulletFour: string;
303
+ wayflyerAboutUsUrl: string;
304
+ };
305
+ primaryAction: {
306
+ label: string;
307
+ accessibilityLabel: string;
308
+ };
309
+ genericOfferHeader: string;
310
+ indicativeOfferHeader: string;
311
+ alreadyHaveAnAccount: {
312
+ alreadyHaveAnAccountText: string;
313
+ wayflyerSignInUrl: string;
314
+ };
315
+ consentNotice: {
316
+ termsUrl: string;
317
+ textBeforePrivacyLink: string;
318
+ privacyPolicyLinkText: string;
319
+ privacyPolicyUrl: string;
320
+ textBetweenLinks: string;
321
+ termsLinkText: string;
322
+ textAfterTermsLink: string;
323
+ };
324
+ startError: {
325
+ headline: string;
326
+ textBeforeLink: string;
327
+ contactSupportLinkText: string;
328
+ contactSupportUrl: string;
329
+ textAfterLink: string;
330
+ };
331
+ }, {
332
+ version: string;
333
+ language: string;
334
+ cohort: string;
335
+ type: string;
336
+ bulletPoints: {
337
+ bulletOne: string;
338
+ bulletTwo: string;
339
+ bulletThree: string;
340
+ bulletFour: string;
341
+ wayflyerAboutUsUrl: string;
342
+ };
343
+ primaryAction: {
344
+ label: string;
345
+ accessibilityLabel: string;
346
+ };
347
+ genericOfferHeader: string;
348
+ indicativeOfferHeader: string;
349
+ alreadyHaveAnAccount: {
350
+ alreadyHaveAnAccountText: string;
351
+ wayflyerSignInUrl: string;
352
+ };
353
+ consentNotice: {
354
+ termsUrl: string;
355
+ textBeforePrivacyLink: string;
356
+ privacyPolicyLinkText: string;
357
+ privacyPolicyUrl: string;
358
+ textBetweenLinks: string;
359
+ termsLinkText: string;
360
+ textAfterTermsLink: string;
361
+ };
362
+ startError: {
363
+ headline: string;
364
+ textBeforeLink: string;
365
+ contactSupportLinkText: string;
366
+ contactSupportUrl: string;
367
+ textAfterLink: string;
368
+ };
369
+ }>;
370
+ export type UserConsentScreen = z.infer<typeof UserConsentScreenSchema>;
371
+ export declare const CountryOfIncorporationScreenSchema: z.ZodObject<{
372
+ version: z.ZodString;
373
+ language: z.ZodString;
374
+ cohort: z.ZodString;
375
+ type: z.ZodString;
376
+ } & {
377
+ header: z.ZodString;
378
+ text: z.ZodString;
379
+ checkboxes: z.ZodObject<{
380
+ agreedOnApplicationServicesUpdateNews: z.ZodObject<{
381
+ label: z.ZodString;
382
+ }, "strip", z.ZodTypeAny, {
383
+ label: string;
384
+ }, {
385
+ label: string;
386
+ }>;
387
+ }, "strip", z.ZodTypeAny, {
388
+ agreedOnApplicationServicesUpdateNews: {
389
+ label: string;
390
+ };
391
+ }, {
392
+ agreedOnApplicationServicesUpdateNews: {
393
+ label: string;
394
+ };
395
+ }>;
396
+ validation: z.ZodObject<{
397
+ countryRequired: z.ZodString;
398
+ }, "strip", z.ZodTypeAny, {
399
+ countryRequired: string;
400
+ }, {
401
+ countryRequired: string;
402
+ }>;
403
+ primaryAction: z.ZodObject<{
404
+ label: z.ZodString;
405
+ accessibilityLabel: z.ZodString;
406
+ }, "strip", z.ZodTypeAny, {
407
+ label: string;
408
+ accessibilityLabel: string;
409
+ }, {
410
+ label: string;
411
+ accessibilityLabel: string;
412
+ }>;
413
+ }, "strip", z.ZodTypeAny, {
414
+ version: string;
415
+ language: string;
416
+ cohort: string;
417
+ type: string;
418
+ validation: {
419
+ countryRequired: string;
420
+ };
421
+ header: string;
422
+ text: string;
423
+ primaryAction: {
424
+ label: string;
425
+ accessibilityLabel: string;
426
+ };
427
+ checkboxes: {
428
+ agreedOnApplicationServicesUpdateNews: {
429
+ label: string;
430
+ };
431
+ };
432
+ }, {
433
+ version: string;
434
+ language: string;
435
+ cohort: string;
436
+ type: string;
437
+ validation: {
438
+ countryRequired: string;
439
+ };
440
+ header: string;
441
+ text: string;
442
+ primaryAction: {
443
+ label: string;
444
+ accessibilityLabel: string;
445
+ };
446
+ checkboxes: {
447
+ agreedOnApplicationServicesUpdateNews: {
448
+ label: string;
449
+ };
450
+ };
451
+ }>;
452
+ export type CountryOfIncorporationScreen = z.infer<typeof CountryOfIncorporationScreenSchema>;
453
+ export declare const EmailAlreadyRegisteredScreenSchema: z.ZodObject<{
454
+ version: z.ZodString;
455
+ language: z.ZodString;
456
+ cohort: z.ZodString;
457
+ type: z.ZodString;
458
+ } & {
459
+ header: z.ZodString;
460
+ body: z.ZodObject<{
461
+ textOne: z.ZodString;
462
+ textTwo: z.ZodString;
463
+ }, "strip", z.ZodTypeAny, {
464
+ textOne: string;
465
+ textTwo: string;
466
+ }, {
467
+ textOne: string;
468
+ textTwo: string;
469
+ }>;
470
+ primaryAction: z.ZodObject<{
471
+ label: z.ZodString;
472
+ accessibilityLabel: z.ZodString;
473
+ } & {
474
+ url: z.ZodString;
475
+ }, "strip", z.ZodTypeAny, {
476
+ label: string;
477
+ accessibilityLabel: string;
478
+ url: string;
479
+ }, {
480
+ label: string;
481
+ accessibilityLabel: string;
482
+ url: string;
483
+ }>;
484
+ }, "strip", z.ZodTypeAny, {
485
+ version: string;
486
+ language: string;
487
+ cohort: string;
488
+ type: string;
489
+ header: string;
490
+ primaryAction: {
491
+ label: string;
492
+ accessibilityLabel: string;
493
+ url: string;
494
+ };
495
+ body: {
496
+ textOne: string;
497
+ textTwo: string;
498
+ };
499
+ }, {
500
+ version: string;
501
+ language: string;
502
+ cohort: string;
503
+ type: string;
504
+ header: string;
505
+ primaryAction: {
506
+ label: string;
507
+ accessibilityLabel: string;
508
+ url: string;
509
+ };
510
+ body: {
511
+ textOne: string;
512
+ textTwo: string;
513
+ };
514
+ }>;
515
+ export type EmailAlreadyRegisteredScreen = z.infer<typeof EmailAlreadyRegisteredScreenSchema>;
516
+ export declare const StateProvinceScreenSchema: z.ZodObject<{
517
+ version: z.ZodString;
518
+ language: z.ZodString;
519
+ cohort: z.ZodString;
520
+ type: z.ZodString;
521
+ } & {
522
+ headerUS: z.ZodString;
523
+ headerCA: z.ZodString;
524
+ subHeader: z.ZodString;
525
+ incorporationHelperText: z.ZodString;
526
+ stateField: z.ZodObject<{
527
+ label: z.ZodString;
528
+ placeholder: z.ZodString;
529
+ searchPlaceholder: z.ZodString;
530
+ }, "strip", z.ZodTypeAny, {
531
+ label: string;
532
+ placeholder: string;
533
+ searchPlaceholder: string;
534
+ }, {
535
+ label: string;
536
+ placeholder: string;
537
+ searchPlaceholder: string;
538
+ }>;
539
+ provinceField: z.ZodObject<{
540
+ label: z.ZodString;
541
+ placeholder: z.ZodString;
542
+ searchPlaceholder: z.ZodString;
543
+ }, "strip", z.ZodTypeAny, {
544
+ label: string;
545
+ placeholder: string;
546
+ searchPlaceholder: string;
547
+ }, {
548
+ label: string;
549
+ placeholder: string;
550
+ searchPlaceholder: string;
551
+ }>;
552
+ pobField: z.ZodObject<{
553
+ label: z.ZodString;
554
+ placeholder: z.ZodString;
555
+ searchPlaceholder: z.ZodString;
556
+ helperText: z.ZodString;
557
+ }, "strip", z.ZodTypeAny, {
558
+ label: string;
559
+ placeholder: string;
560
+ searchPlaceholder: string;
561
+ helperText: string;
562
+ }, {
563
+ label: string;
564
+ placeholder: string;
565
+ searchPlaceholder: string;
566
+ helperText: string;
567
+ }>;
568
+ validation: z.ZodObject<{
569
+ stateRequired: z.ZodString;
570
+ pobRequired: z.ZodString;
571
+ }, "strip", z.ZodTypeAny, {
572
+ stateRequired: string;
573
+ pobRequired: string;
574
+ }, {
575
+ stateRequired: string;
576
+ pobRequired: string;
577
+ }>;
578
+ primaryAction: z.ZodObject<{
579
+ label: z.ZodString;
580
+ accessibilityLabel: z.ZodString;
581
+ }, "strip", z.ZodTypeAny, {
582
+ label: string;
583
+ accessibilityLabel: string;
584
+ }, {
585
+ label: string;
586
+ accessibilityLabel: string;
587
+ }>;
588
+ }, "strip", z.ZodTypeAny, {
589
+ version: string;
590
+ language: string;
591
+ cohort: string;
592
+ type: string;
593
+ validation: {
594
+ stateRequired: string;
595
+ pobRequired: string;
596
+ };
597
+ primaryAction: {
598
+ label: string;
599
+ accessibilityLabel: string;
600
+ };
601
+ headerUS: string;
602
+ headerCA: string;
603
+ subHeader: string;
604
+ incorporationHelperText: string;
605
+ stateField: {
606
+ label: string;
607
+ placeholder: string;
608
+ searchPlaceholder: string;
609
+ };
610
+ provinceField: {
611
+ label: string;
612
+ placeholder: string;
613
+ searchPlaceholder: string;
614
+ };
615
+ pobField: {
616
+ label: string;
617
+ placeholder: string;
618
+ searchPlaceholder: string;
619
+ helperText: string;
620
+ };
621
+ }, {
622
+ version: string;
623
+ language: string;
624
+ cohort: string;
625
+ type: string;
626
+ validation: {
627
+ stateRequired: string;
628
+ pobRequired: string;
629
+ };
630
+ primaryAction: {
631
+ label: string;
632
+ accessibilityLabel: string;
633
+ };
634
+ headerUS: string;
635
+ headerCA: string;
636
+ subHeader: string;
637
+ incorporationHelperText: string;
638
+ stateField: {
639
+ label: string;
640
+ placeholder: string;
641
+ searchPlaceholder: string;
642
+ };
643
+ provinceField: {
644
+ label: string;
645
+ placeholder: string;
646
+ searchPlaceholder: string;
647
+ };
648
+ pobField: {
649
+ label: string;
650
+ placeholder: string;
651
+ searchPlaceholder: string;
652
+ helperText: string;
653
+ };
654
+ }>;
655
+ export type StateProvinceScreen = z.infer<typeof StateProvinceScreenSchema>;
656
+ export declare const CompanyDetailsScreenSchema: z.ZodObject<{
657
+ version: z.ZodString;
658
+ language: z.ZodString;
659
+ cohort: z.ZodString;
660
+ type: z.ZodString;
661
+ } & {
662
+ header: z.ZodString;
663
+ text: z.ZodString;
664
+ primaryAction: z.ZodObject<{
665
+ label: z.ZodString;
666
+ accessibilityLabel: z.ZodString;
667
+ }, "strip", z.ZodTypeAny, {
668
+ label: string;
669
+ accessibilityLabel: string;
670
+ }, {
671
+ label: string;
672
+ accessibilityLabel: string;
673
+ }>;
674
+ }, "strip", z.ZodTypeAny, {
675
+ version: string;
676
+ language: string;
677
+ cohort: string;
678
+ type: string;
679
+ header: string;
680
+ text: string;
681
+ primaryAction: {
682
+ label: string;
683
+ accessibilityLabel: string;
684
+ };
685
+ }, {
686
+ version: string;
687
+ language: string;
688
+ cohort: string;
689
+ type: string;
690
+ header: string;
691
+ text: string;
692
+ primaryAction: {
693
+ label: string;
694
+ accessibilityLabel: string;
695
+ };
696
+ }>;
697
+ export type CompanyDetailsScreen = z.infer<typeof CompanyDetailsScreenSchema>;
698
+ export declare const MonthlyRevenueScreenSchema: z.ZodObject<{
699
+ version: z.ZodString;
700
+ language: z.ZodString;
701
+ cohort: z.ZodString;
702
+ type: z.ZodString;
703
+ } & {
704
+ header: z.ZodString;
705
+ text: z.ZodString;
706
+ revenueSlider: z.ZodObject<{
707
+ label: z.ZodString;
708
+ }, "strip", z.ZodTypeAny, {
709
+ label: string;
710
+ }, {
711
+ label: string;
712
+ }>;
713
+ helperTextsBlock: z.ZodObject<{
714
+ initialMessage: z.ZodString;
715
+ doNotMeetRequirements: z.ZodString;
716
+ lowRevenueCheckbox: z.ZodObject<{
717
+ label: z.ZodString;
718
+ errorMessage: z.ZodString;
719
+ }, "strip", z.ZodTypeAny, {
720
+ label: string;
721
+ errorMessage: string;
722
+ }, {
723
+ label: string;
724
+ errorMessage: string;
725
+ }>;
726
+ }, "strip", z.ZodTypeAny, {
727
+ initialMessage: string;
728
+ doNotMeetRequirements: string;
729
+ lowRevenueCheckbox: {
730
+ label: string;
731
+ errorMessage: string;
732
+ };
733
+ }, {
734
+ initialMessage: string;
735
+ doNotMeetRequirements: string;
736
+ lowRevenueCheckbox: {
737
+ label: string;
738
+ errorMessage: string;
739
+ };
740
+ }>;
741
+ eligibilityHelperText: z.ZodObject<{
742
+ defaultText: z.ZodObject<{
743
+ textOne: z.ZodString;
744
+ boldText: z.ZodString;
745
+ textTwo: z.ZodString;
746
+ }, "strip", z.ZodTypeAny, {
747
+ textOne: string;
748
+ textTwo: string;
749
+ boldText: string;
750
+ }, {
751
+ textOne: string;
752
+ textTwo: string;
753
+ boldText: string;
754
+ }>;
755
+ highEligibilityText: z.ZodObject<{
756
+ textOne: z.ZodString;
757
+ boldText: z.ZodString;
758
+ textTwo: z.ZodString;
759
+ }, "strip", z.ZodTypeAny, {
760
+ textOne: string;
761
+ textTwo: string;
762
+ boldText: string;
763
+ }, {
764
+ textOne: string;
765
+ textTwo: string;
766
+ boldText: string;
767
+ }>;
768
+ }, "strip", z.ZodTypeAny, {
769
+ defaultText: {
770
+ textOne: string;
771
+ textTwo: string;
772
+ boldText: string;
773
+ };
774
+ highEligibilityText: {
775
+ textOne: string;
776
+ textTwo: string;
777
+ boldText: string;
778
+ };
779
+ }, {
780
+ defaultText: {
781
+ textOne: string;
782
+ textTwo: string;
783
+ boldText: string;
784
+ };
785
+ highEligibilityText: {
786
+ textOne: string;
787
+ textTwo: string;
788
+ boldText: string;
789
+ };
790
+ }>;
791
+ primaryAction: z.ZodObject<{
792
+ label: z.ZodString;
793
+ accessibilityLabel: z.ZodString;
794
+ }, "strip", z.ZodTypeAny, {
795
+ label: string;
796
+ accessibilityLabel: string;
797
+ }, {
798
+ label: string;
799
+ accessibilityLabel: string;
800
+ }>;
801
+ }, "strip", z.ZodTypeAny, {
802
+ version: string;
803
+ language: string;
804
+ cohort: string;
805
+ type: string;
806
+ header: string;
807
+ text: string;
808
+ primaryAction: {
809
+ label: string;
810
+ accessibilityLabel: string;
811
+ };
812
+ revenueSlider: {
813
+ label: string;
814
+ };
815
+ helperTextsBlock: {
816
+ initialMessage: string;
817
+ doNotMeetRequirements: string;
818
+ lowRevenueCheckbox: {
819
+ label: string;
820
+ errorMessage: string;
821
+ };
822
+ };
823
+ eligibilityHelperText: {
824
+ defaultText: {
825
+ textOne: string;
826
+ textTwo: string;
827
+ boldText: string;
828
+ };
829
+ highEligibilityText: {
830
+ textOne: string;
831
+ textTwo: string;
832
+ boldText: string;
833
+ };
834
+ };
835
+ }, {
836
+ version: string;
837
+ language: string;
838
+ cohort: string;
839
+ type: string;
840
+ header: string;
841
+ text: string;
842
+ primaryAction: {
843
+ label: string;
844
+ accessibilityLabel: string;
845
+ };
846
+ revenueSlider: {
847
+ label: string;
848
+ };
849
+ helperTextsBlock: {
850
+ initialMessage: string;
851
+ doNotMeetRequirements: string;
852
+ lowRevenueCheckbox: {
853
+ label: string;
854
+ errorMessage: string;
855
+ };
856
+ };
857
+ eligibilityHelperText: {
858
+ defaultText: {
859
+ textOne: string;
860
+ textTwo: string;
861
+ boldText: string;
862
+ };
863
+ highEligibilityText: {
864
+ textOne: string;
865
+ textTwo: string;
866
+ boldText: string;
867
+ };
868
+ };
869
+ }>;
870
+ export type MonthlyRevenueScreen = z.infer<typeof MonthlyRevenueScreenSchema>;
871
+ export declare const BusinessDetailsSchema: z.ZodObject<{
872
+ version: z.ZodString;
873
+ language: z.ZodString;
874
+ cohort: z.ZodString;
875
+ type: z.ZodString;
876
+ } & {
877
+ header: z.ZodString;
878
+ text: z.ZodString;
879
+ businessSearchInput: z.ZodObject<{
880
+ label: z.ZodString;
881
+ placeholder: z.ZodString;
882
+ addManuallyLabel: z.ZodString;
883
+ searchRegistryErrorMessage: z.ZodString;
884
+ }, "strip", z.ZodTypeAny, {
885
+ label: string;
886
+ placeholder: string;
887
+ addManuallyLabel: string;
888
+ searchRegistryErrorMessage: string;
889
+ }, {
890
+ label: string;
891
+ placeholder: string;
892
+ addManuallyLabel: string;
893
+ searchRegistryErrorMessage: string;
894
+ }>;
895
+ businessTypeInput: z.ZodObject<{
896
+ label: z.ZodString;
897
+ }, "strip", z.ZodTypeAny, {
898
+ label: string;
899
+ }, {
900
+ label: string;
901
+ }>;
902
+ dateOfIncorporationInput: z.ZodObject<{
903
+ label: z.ZodString;
904
+ helperText: z.ZodString;
905
+ }, "strip", z.ZodTypeAny, {
906
+ label: string;
907
+ helperText: string;
908
+ }, {
909
+ label: string;
910
+ helperText: string;
911
+ }>;
912
+ industryInput: z.ZodObject<{
913
+ label: z.ZodString;
914
+ placeholder: z.ZodString;
915
+ }, "strip", z.ZodTypeAny, {
916
+ label: string;
917
+ placeholder: string;
918
+ }, {
919
+ label: string;
920
+ placeholder: string;
921
+ }>;
922
+ phoneNumberInput: z.ZodObject<{
923
+ label: z.ZodString;
924
+ }, "strip", z.ZodTypeAny, {
925
+ label: string;
926
+ }, {
927
+ label: string;
928
+ }>;
929
+ websiteInput: z.ZodObject<{
930
+ label: z.ZodString;
931
+ supportText: z.ZodString;
932
+ }, "strip", z.ZodTypeAny, {
933
+ label: string;
934
+ supportText: string;
935
+ }, {
936
+ label: string;
937
+ supportText: string;
938
+ }>;
939
+ noWebsiteCheckbox: z.ZodObject<{
940
+ label: z.ZodString;
941
+ }, "strip", z.ZodTypeAny, {
942
+ label: string;
943
+ }, {
944
+ label: string;
945
+ }>;
946
+ proofOfRegistration: z.ZodObject<{
947
+ title: z.ZodString;
948
+ description: z.ZodString;
949
+ fileConstraints: z.ZodString;
950
+ uploadFiles: z.ZodObject<{
951
+ label: z.ZodString;
952
+ accessibilityLabel: z.ZodString;
953
+ }, "strip", z.ZodTypeAny, {
954
+ label: string;
955
+ accessibilityLabel: string;
956
+ }, {
957
+ label: string;
958
+ accessibilityLabel: string;
959
+ }>;
960
+ }, "strip", z.ZodTypeAny, {
961
+ title: string;
962
+ description: string;
963
+ fileConstraints: string;
964
+ uploadFiles: {
965
+ label: string;
966
+ accessibilityLabel: string;
967
+ };
968
+ }, {
969
+ title: string;
970
+ description: string;
971
+ fileConstraints: string;
972
+ uploadFiles: {
973
+ label: string;
974
+ accessibilityLabel: string;
975
+ };
976
+ }>;
977
+ validation: z.ZodObject<{
978
+ legalName: z.ZodString;
979
+ dateOfIncorporation: z.ZodString;
980
+ dateOfIncorporationRequired: z.ZodString;
981
+ businessType: z.ZodString;
982
+ industryType: z.ZodString;
983
+ websiteOrNoWebsite: z.ZodString;
984
+ websiteUrl: z.ZodString;
985
+ proofOfRegistration: z.ZodString;
986
+ }, "strip", z.ZodTypeAny, {
987
+ proofOfRegistration: string;
988
+ legalName: string;
989
+ dateOfIncorporation: string;
990
+ dateOfIncorporationRequired: string;
991
+ businessType: string;
992
+ industryType: string;
993
+ websiteOrNoWebsite: string;
994
+ websiteUrl: string;
995
+ }, {
996
+ proofOfRegistration: string;
997
+ legalName: string;
998
+ dateOfIncorporation: string;
999
+ dateOfIncorporationRequired: string;
1000
+ businessType: string;
1001
+ industryType: string;
1002
+ websiteOrNoWebsite: string;
1003
+ websiteUrl: string;
1004
+ }>;
1005
+ primaryAction: z.ZodObject<{
1006
+ label: z.ZodString;
1007
+ accessibilityLabel: z.ZodString;
1008
+ }, "strip", z.ZodTypeAny, {
1009
+ label: string;
1010
+ accessibilityLabel: string;
1011
+ }, {
1012
+ label: string;
1013
+ accessibilityLabel: string;
1014
+ }>;
1015
+ }, "strip", z.ZodTypeAny, {
1016
+ version: string;
1017
+ language: string;
1018
+ cohort: string;
1019
+ type: string;
1020
+ validation: {
1021
+ proofOfRegistration: string;
1022
+ legalName: string;
1023
+ dateOfIncorporation: string;
1024
+ dateOfIncorporationRequired: string;
1025
+ businessType: string;
1026
+ industryType: string;
1027
+ websiteOrNoWebsite: string;
1028
+ websiteUrl: string;
1029
+ };
1030
+ header: string;
1031
+ text: string;
1032
+ phoneNumberInput: {
1033
+ label: string;
1034
+ };
1035
+ primaryAction: {
1036
+ label: string;
1037
+ accessibilityLabel: string;
1038
+ };
1039
+ businessSearchInput: {
1040
+ label: string;
1041
+ placeholder: string;
1042
+ addManuallyLabel: string;
1043
+ searchRegistryErrorMessage: string;
1044
+ };
1045
+ businessTypeInput: {
1046
+ label: string;
1047
+ };
1048
+ dateOfIncorporationInput: {
1049
+ label: string;
1050
+ helperText: string;
1051
+ };
1052
+ industryInput: {
1053
+ label: string;
1054
+ placeholder: string;
1055
+ };
1056
+ websiteInput: {
1057
+ label: string;
1058
+ supportText: string;
1059
+ };
1060
+ noWebsiteCheckbox: {
1061
+ label: string;
1062
+ };
1063
+ proofOfRegistration: {
1064
+ title: string;
1065
+ description: string;
1066
+ fileConstraints: string;
1067
+ uploadFiles: {
1068
+ label: string;
1069
+ accessibilityLabel: string;
1070
+ };
1071
+ };
1072
+ }, {
1073
+ version: string;
1074
+ language: string;
1075
+ cohort: string;
1076
+ type: string;
1077
+ validation: {
1078
+ proofOfRegistration: string;
1079
+ legalName: string;
1080
+ dateOfIncorporation: string;
1081
+ dateOfIncorporationRequired: string;
1082
+ businessType: string;
1083
+ industryType: string;
1084
+ websiteOrNoWebsite: string;
1085
+ websiteUrl: string;
1086
+ };
1087
+ header: string;
1088
+ text: string;
1089
+ phoneNumberInput: {
1090
+ label: string;
1091
+ };
1092
+ primaryAction: {
1093
+ label: string;
1094
+ accessibilityLabel: string;
1095
+ };
1096
+ businessSearchInput: {
1097
+ label: string;
1098
+ placeholder: string;
1099
+ addManuallyLabel: string;
1100
+ searchRegistryErrorMessage: string;
1101
+ };
1102
+ businessTypeInput: {
1103
+ label: string;
1104
+ };
1105
+ dateOfIncorporationInput: {
1106
+ label: string;
1107
+ helperText: string;
1108
+ };
1109
+ industryInput: {
1110
+ label: string;
1111
+ placeholder: string;
1112
+ };
1113
+ websiteInput: {
1114
+ label: string;
1115
+ supportText: string;
1116
+ };
1117
+ noWebsiteCheckbox: {
1118
+ label: string;
1119
+ };
1120
+ proofOfRegistration: {
1121
+ title: string;
1122
+ description: string;
1123
+ fileConstraints: string;
1124
+ uploadFiles: {
1125
+ label: string;
1126
+ accessibilityLabel: string;
1127
+ };
1128
+ };
1129
+ }>;
1130
+ export type BusinessDetails = z.infer<typeof BusinessDetailsSchema>;
1131
+ export declare const BusinessModelScreenSchema: z.ZodObject<{
1132
+ version: z.ZodString;
1133
+ language: z.ZodString;
1134
+ cohort: z.ZodString;
1135
+ type: z.ZodString;
1136
+ } & {
1137
+ header: z.ZodString;
1138
+ text: z.ZodString;
1139
+ customerSegment: z.ZodObject<{
1140
+ label: z.ZodString;
1141
+ b2c: z.ZodObject<{
1142
+ title: z.ZodString;
1143
+ description: z.ZodString;
1144
+ }, "strip", z.ZodTypeAny, {
1145
+ title: string;
1146
+ description: string;
1147
+ }, {
1148
+ title: string;
1149
+ description: string;
1150
+ }>;
1151
+ b2b: z.ZodObject<{
1152
+ title: z.ZodString;
1153
+ description: z.ZodString;
1154
+ }, "strip", z.ZodTypeAny, {
1155
+ title: string;
1156
+ description: string;
1157
+ }, {
1158
+ title: string;
1159
+ description: string;
1160
+ }>;
1161
+ }, "strip", z.ZodTypeAny, {
1162
+ label: string;
1163
+ b2c: {
1164
+ title: string;
1165
+ description: string;
1166
+ };
1167
+ b2b: {
1168
+ title: string;
1169
+ description: string;
1170
+ };
1171
+ }, {
1172
+ label: string;
1173
+ b2c: {
1174
+ title: string;
1175
+ description: string;
1176
+ };
1177
+ b2b: {
1178
+ title: string;
1179
+ description: string;
1180
+ };
1181
+ }>;
1182
+ salesChannel: z.ZodObject<{
1183
+ label: z.ZodString;
1184
+ online: z.ZodObject<{
1185
+ title: z.ZodString;
1186
+ description: z.ZodString;
1187
+ }, "strip", z.ZodTypeAny, {
1188
+ title: string;
1189
+ description: string;
1190
+ }, {
1191
+ title: string;
1192
+ description: string;
1193
+ }>;
1194
+ offline: z.ZodObject<{
1195
+ title: z.ZodString;
1196
+ description: z.ZodString;
1197
+ }, "strip", z.ZodTypeAny, {
1198
+ title: string;
1199
+ description: string;
1200
+ }, {
1201
+ title: string;
1202
+ description: string;
1203
+ }>;
1204
+ }, "strip", z.ZodTypeAny, {
1205
+ label: string;
1206
+ online: {
1207
+ title: string;
1208
+ description: string;
1209
+ };
1210
+ offline: {
1211
+ title: string;
1212
+ description: string;
1213
+ };
1214
+ }, {
1215
+ label: string;
1216
+ online: {
1217
+ title: string;
1218
+ description: string;
1219
+ };
1220
+ offline: {
1221
+ title: string;
1222
+ description: string;
1223
+ };
1224
+ }>;
1225
+ productType: z.ZodObject<{
1226
+ label: z.ZodString;
1227
+ physicalProducts: z.ZodObject<{
1228
+ title: z.ZodString;
1229
+ description: z.ZodString;
1230
+ }, "strip", z.ZodTypeAny, {
1231
+ title: string;
1232
+ description: string;
1233
+ }, {
1234
+ title: string;
1235
+ description: string;
1236
+ }>;
1237
+ digitalProducts: z.ZodObject<{
1238
+ title: z.ZodString;
1239
+ description: z.ZodString;
1240
+ }, "strip", z.ZodTypeAny, {
1241
+ title: string;
1242
+ description: string;
1243
+ }, {
1244
+ title: string;
1245
+ description: string;
1246
+ }>;
1247
+ services: z.ZodObject<{
1248
+ title: z.ZodString;
1249
+ description: z.ZodString;
1250
+ }, "strip", z.ZodTypeAny, {
1251
+ title: string;
1252
+ description: string;
1253
+ }, {
1254
+ title: string;
1255
+ description: string;
1256
+ }>;
1257
+ subscriptions: z.ZodObject<{
1258
+ title: z.ZodString;
1259
+ description: z.ZodString;
1260
+ }, "strip", z.ZodTypeAny, {
1261
+ title: string;
1262
+ description: string;
1263
+ }, {
1264
+ title: string;
1265
+ description: string;
1266
+ }>;
1267
+ }, "strip", z.ZodTypeAny, {
1268
+ label: string;
1269
+ physicalProducts: {
1270
+ title: string;
1271
+ description: string;
1272
+ };
1273
+ digitalProducts: {
1274
+ title: string;
1275
+ description: string;
1276
+ };
1277
+ services: {
1278
+ title: string;
1279
+ description: string;
1280
+ };
1281
+ subscriptions: {
1282
+ title: string;
1283
+ description: string;
1284
+ };
1285
+ }, {
1286
+ label: string;
1287
+ physicalProducts: {
1288
+ title: string;
1289
+ description: string;
1290
+ };
1291
+ digitalProducts: {
1292
+ title: string;
1293
+ description: string;
1294
+ };
1295
+ services: {
1296
+ title: string;
1297
+ description: string;
1298
+ };
1299
+ subscriptions: {
1300
+ title: string;
1301
+ description: string;
1302
+ };
1303
+ }>;
1304
+ primaryAction: z.ZodObject<{
1305
+ label: z.ZodString;
1306
+ accessibilityLabel: z.ZodString;
1307
+ }, "strip", z.ZodTypeAny, {
1308
+ label: string;
1309
+ accessibilityLabel: string;
1310
+ }, {
1311
+ label: string;
1312
+ accessibilityLabel: string;
1313
+ }>;
1314
+ validation: z.ZodObject<{
1315
+ atLeastOneRequired: z.ZodString;
1316
+ }, "strip", z.ZodTypeAny, {
1317
+ atLeastOneRequired: string;
1318
+ }, {
1319
+ atLeastOneRequired: string;
1320
+ }>;
1321
+ submitError: z.ZodObject<{
1322
+ message: z.ZodString;
1323
+ }, "strip", z.ZodTypeAny, {
1324
+ message: string;
1325
+ }, {
1326
+ message: string;
1327
+ }>;
1328
+ }, "strip", z.ZodTypeAny, {
1329
+ version: string;
1330
+ language: string;
1331
+ cohort: string;
1332
+ type: string;
1333
+ validation: {
1334
+ atLeastOneRequired: string;
1335
+ };
1336
+ header: string;
1337
+ text: string;
1338
+ primaryAction: {
1339
+ label: string;
1340
+ accessibilityLabel: string;
1341
+ };
1342
+ submitError: {
1343
+ message: string;
1344
+ };
1345
+ customerSegment: {
1346
+ label: string;
1347
+ b2c: {
1348
+ title: string;
1349
+ description: string;
1350
+ };
1351
+ b2b: {
1352
+ title: string;
1353
+ description: string;
1354
+ };
1355
+ };
1356
+ salesChannel: {
1357
+ label: string;
1358
+ online: {
1359
+ title: string;
1360
+ description: string;
1361
+ };
1362
+ offline: {
1363
+ title: string;
1364
+ description: string;
1365
+ };
1366
+ };
1367
+ productType: {
1368
+ label: string;
1369
+ physicalProducts: {
1370
+ title: string;
1371
+ description: string;
1372
+ };
1373
+ digitalProducts: {
1374
+ title: string;
1375
+ description: string;
1376
+ };
1377
+ services: {
1378
+ title: string;
1379
+ description: string;
1380
+ };
1381
+ subscriptions: {
1382
+ title: string;
1383
+ description: string;
1384
+ };
1385
+ };
1386
+ }, {
1387
+ version: string;
1388
+ language: string;
1389
+ cohort: string;
1390
+ type: string;
1391
+ validation: {
1392
+ atLeastOneRequired: string;
1393
+ };
1394
+ header: string;
1395
+ text: string;
1396
+ primaryAction: {
1397
+ label: string;
1398
+ accessibilityLabel: string;
1399
+ };
1400
+ submitError: {
1401
+ message: string;
1402
+ };
1403
+ customerSegment: {
1404
+ label: string;
1405
+ b2c: {
1406
+ title: string;
1407
+ description: string;
1408
+ };
1409
+ b2b: {
1410
+ title: string;
1411
+ description: string;
1412
+ };
1413
+ };
1414
+ salesChannel: {
1415
+ label: string;
1416
+ online: {
1417
+ title: string;
1418
+ description: string;
1419
+ };
1420
+ offline: {
1421
+ title: string;
1422
+ description: string;
1423
+ };
1424
+ };
1425
+ productType: {
1426
+ label: string;
1427
+ physicalProducts: {
1428
+ title: string;
1429
+ description: string;
1430
+ };
1431
+ digitalProducts: {
1432
+ title: string;
1433
+ description: string;
1434
+ };
1435
+ services: {
1436
+ title: string;
1437
+ description: string;
1438
+ };
1439
+ subscriptions: {
1440
+ title: string;
1441
+ description: string;
1442
+ };
1443
+ };
1444
+ }>;
1445
+ export type BusinessModelScreen = z.infer<typeof BusinessModelScreenSchema>;
1446
+ export declare const NotInYourCountryYetScreenSchema: z.ZodObject<{
1447
+ version: z.ZodString;
1448
+ language: z.ZodString;
1449
+ cohort: z.ZodString;
1450
+ type: z.ZodString;
1451
+ } & {
1452
+ header: z.ZodString;
1453
+ text: z.ZodString;
1454
+ countryField: z.ZodObject<{
1455
+ label: z.ZodString;
1456
+ placeholder: z.ZodString;
1457
+ }, "strip", z.ZodTypeAny, {
1458
+ label: string;
1459
+ placeholder: string;
1460
+ }, {
1461
+ label: string;
1462
+ placeholder: string;
1463
+ }>;
1464
+ notifyMeCheckbox: z.ZodObject<{
1465
+ label: z.ZodString;
1466
+ }, "strip", z.ZodTypeAny, {
1467
+ label: string;
1468
+ }, {
1469
+ label: string;
1470
+ }>;
1471
+ validation: z.ZodObject<{
1472
+ countryRequired: z.ZodString;
1473
+ }, "strip", z.ZodTypeAny, {
1474
+ countryRequired: string;
1475
+ }, {
1476
+ countryRequired: string;
1477
+ }>;
1478
+ primaryAction: z.ZodObject<{
1479
+ label: z.ZodString;
1480
+ accessibilityLabel: z.ZodString;
1481
+ }, "strip", z.ZodTypeAny, {
1482
+ label: string;
1483
+ accessibilityLabel: string;
1484
+ }, {
1485
+ label: string;
1486
+ accessibilityLabel: string;
1487
+ }>;
1488
+ }, "strip", z.ZodTypeAny, {
1489
+ version: string;
1490
+ language: string;
1491
+ cohort: string;
1492
+ type: string;
1493
+ validation: {
1494
+ countryRequired: string;
1495
+ };
1496
+ header: string;
1497
+ text: string;
1498
+ primaryAction: {
1499
+ label: string;
1500
+ accessibilityLabel: string;
1501
+ };
1502
+ countryField: {
1503
+ label: string;
1504
+ placeholder: string;
1505
+ };
1506
+ notifyMeCheckbox: {
1507
+ label: string;
1508
+ };
1509
+ }, {
1510
+ version: string;
1511
+ language: string;
1512
+ cohort: string;
1513
+ type: string;
1514
+ validation: {
1515
+ countryRequired: string;
1516
+ };
1517
+ header: string;
1518
+ text: string;
1519
+ primaryAction: {
1520
+ label: string;
1521
+ accessibilityLabel: string;
1522
+ };
1523
+ countryField: {
1524
+ label: string;
1525
+ placeholder: string;
1526
+ };
1527
+ notifyMeCheckbox: {
1528
+ label: string;
1529
+ };
1530
+ }>;
1531
+ export type NotInYourCountryYetScreen = z.infer<typeof NotInYourCountryYetScreenSchema>;
1532
+ export declare const NotInYourCountryYetConfirmationScreenSchema: z.ZodObject<{
1533
+ version: z.ZodString;
1534
+ language: z.ZodString;
1535
+ cohort: z.ZodString;
1536
+ type: z.ZodString;
1537
+ } & {
1538
+ header: z.ZodString;
1539
+ body: z.ZodString;
1540
+ countryFallback: z.ZodString;
1541
+ primaryAction: z.ZodObject<{
1542
+ label: z.ZodString;
1543
+ accessibilityLabel: z.ZodString;
1544
+ }, "strip", z.ZodTypeAny, {
1545
+ label: string;
1546
+ accessibilityLabel: string;
1547
+ }, {
1548
+ label: string;
1549
+ accessibilityLabel: string;
1550
+ }>;
1551
+ }, "strip", z.ZodTypeAny, {
1552
+ version: string;
1553
+ language: string;
1554
+ cohort: string;
1555
+ type: string;
1556
+ header: string;
1557
+ primaryAction: {
1558
+ label: string;
1559
+ accessibilityLabel: string;
1560
+ };
1561
+ body: string;
1562
+ countryFallback: string;
1563
+ }, {
1564
+ version: string;
1565
+ language: string;
1566
+ cohort: string;
1567
+ type: string;
1568
+ header: string;
1569
+ primaryAction: {
1570
+ label: string;
1571
+ accessibilityLabel: string;
1572
+ };
1573
+ body: string;
1574
+ countryFallback: string;
1575
+ }>;
1576
+ export type NotInYourCountryYetConfirmationScreen = z.infer<typeof NotInYourCountryYetConfirmationScreenSchema>;
1577
+ export declare const IneligibleCountryScreenSchema: z.ZodObject<{
1578
+ version: z.ZodString;
1579
+ language: z.ZodString;
1580
+ cohort: z.ZodString;
1581
+ type: z.ZodString;
1582
+ } & {
1583
+ header: z.ZodString;
1584
+ geographyReason: z.ZodObject<{
1585
+ paragraphOne: z.ZodString;
1586
+ paragraphTwo: z.ZodString;
1587
+ }, "strip", z.ZodTypeAny, {
1588
+ paragraphOne: string;
1589
+ paragraphTwo: string;
1590
+ }, {
1591
+ paragraphOne: string;
1592
+ paragraphTwo: string;
1593
+ }>;
1594
+ eligibilityCriteria: z.ZodObject<{
1595
+ text: z.ZodString;
1596
+ linkText: z.ZodString;
1597
+ linkUrl: z.ZodString;
1598
+ textAfterLink: z.ZodString;
1599
+ }, "strip", z.ZodTypeAny, {
1600
+ text: string;
1601
+ textAfterLink: string;
1602
+ linkText: string;
1603
+ linkUrl: string;
1604
+ }, {
1605
+ text: string;
1606
+ textAfterLink: string;
1607
+ linkText: string;
1608
+ linkUrl: string;
1609
+ }>;
1610
+ primaryAction: z.ZodObject<{
1611
+ label: z.ZodString;
1612
+ accessibilityLabel: z.ZodString;
1613
+ }, "strip", z.ZodTypeAny, {
1614
+ label: string;
1615
+ accessibilityLabel: string;
1616
+ }, {
1617
+ label: string;
1618
+ accessibilityLabel: string;
1619
+ }>;
1620
+ }, "strip", z.ZodTypeAny, {
1621
+ version: string;
1622
+ language: string;
1623
+ cohort: string;
1624
+ type: string;
1625
+ header: string;
1626
+ primaryAction: {
1627
+ label: string;
1628
+ accessibilityLabel: string;
1629
+ };
1630
+ geographyReason: {
1631
+ paragraphOne: string;
1632
+ paragraphTwo: string;
1633
+ };
1634
+ eligibilityCriteria: {
1635
+ text: string;
1636
+ textAfterLink: string;
1637
+ linkText: string;
1638
+ linkUrl: string;
1639
+ };
1640
+ }, {
1641
+ version: string;
1642
+ language: string;
1643
+ cohort: string;
1644
+ type: string;
1645
+ header: string;
1646
+ primaryAction: {
1647
+ label: string;
1648
+ accessibilityLabel: string;
1649
+ };
1650
+ geographyReason: {
1651
+ paragraphOne: string;
1652
+ paragraphTwo: string;
1653
+ };
1654
+ eligibilityCriteria: {
1655
+ text: string;
1656
+ textAfterLink: string;
1657
+ linkText: string;
1658
+ linkUrl: string;
1659
+ };
1660
+ }>;
1661
+ export type IneligibleCountryScreen = z.infer<typeof IneligibleCountryScreenSchema>;
1662
+ export declare const IneligibleBusinessModelScreenSchema: z.ZodObject<{
1663
+ version: z.ZodString;
1664
+ language: z.ZodString;
1665
+ cohort: z.ZodString;
1666
+ type: z.ZodString;
1667
+ } & {
1668
+ header: z.ZodString;
1669
+ textBeforeLink: z.ZodString;
1670
+ linkText: z.ZodString;
1671
+ linkUrl: z.ZodString;
1672
+ textAfterLink: z.ZodString;
1673
+ }, "strip", z.ZodTypeAny, {
1674
+ version: string;
1675
+ language: string;
1676
+ cohort: string;
1677
+ type: string;
1678
+ header: string;
1679
+ textBeforeLink: string;
1680
+ textAfterLink: string;
1681
+ linkText: string;
1682
+ linkUrl: string;
1683
+ }, {
1684
+ version: string;
1685
+ language: string;
1686
+ cohort: string;
1687
+ type: string;
1688
+ header: string;
1689
+ textBeforeLink: string;
1690
+ textAfterLink: string;
1691
+ linkText: string;
1692
+ linkUrl: string;
1693
+ }>;
1694
+ export type IneligibleBusinessModelScreen = z.infer<typeof IneligibleBusinessModelScreenSchema>;
1695
+ export declare const BusinessAlreadyOnWayflyerScreenSchema: z.ZodObject<{
1696
+ version: z.ZodString;
1697
+ language: z.ZodString;
1698
+ cohort: z.ZodString;
1699
+ type: z.ZodString;
1700
+ } & {
1701
+ fallbackBusinessName: z.ZodString;
1702
+ header: z.ZodString;
1703
+ body: z.ZodObject<{
1704
+ textOne: z.ZodString;
1705
+ textTwo: z.ZodString;
1706
+ contactSupportLink: z.ZodString;
1707
+ contactSupportUrl: z.ZodString;
1708
+ }, "strip", z.ZodTypeAny, {
1709
+ contactSupportUrl: string;
1710
+ textOne: string;
1711
+ textTwo: string;
1712
+ contactSupportLink: string;
1713
+ }, {
1714
+ contactSupportUrl: string;
1715
+ textOne: string;
1716
+ textTwo: string;
1717
+ contactSupportLink: string;
1718
+ }>;
1719
+ primaryAction: z.ZodObject<{
1720
+ label: z.ZodString;
1721
+ accessibilityLabel: z.ZodString;
1722
+ }, "strip", z.ZodTypeAny, {
1723
+ label: string;
1724
+ accessibilityLabel: string;
1725
+ }, {
1726
+ label: string;
1727
+ accessibilityLabel: string;
1728
+ }>;
1729
+ }, "strip", z.ZodTypeAny, {
1730
+ version: string;
1731
+ language: string;
1732
+ cohort: string;
1733
+ type: string;
1734
+ header: string;
1735
+ primaryAction: {
1736
+ label: string;
1737
+ accessibilityLabel: string;
1738
+ };
1739
+ body: {
1740
+ contactSupportUrl: string;
1741
+ textOne: string;
1742
+ textTwo: string;
1743
+ contactSupportLink: string;
1744
+ };
1745
+ fallbackBusinessName: string;
1746
+ }, {
1747
+ version: string;
1748
+ language: string;
1749
+ cohort: string;
1750
+ type: string;
1751
+ header: string;
1752
+ primaryAction: {
1753
+ label: string;
1754
+ accessibilityLabel: string;
1755
+ };
1756
+ body: {
1757
+ contactSupportUrl: string;
1758
+ textOne: string;
1759
+ textTwo: string;
1760
+ contactSupportLink: string;
1761
+ };
1762
+ fallbackBusinessName: string;
1763
+ }>;
1764
+ export type BusinessAlreadyOnWayflyerScreen = z.infer<typeof BusinessAlreadyOnWayflyerScreenSchema>;
1765
+ export declare const HandoverToWayflyerScreenSchema: z.ZodObject<{
1766
+ version: z.ZodString;
1767
+ language: z.ZodString;
1768
+ cohort: z.ZodString;
1769
+ type: z.ZodString;
1770
+ } & {
1771
+ header: z.ZodString;
1772
+ text: z.ZodString;
1773
+ whatHappensNext: z.ZodString;
1774
+ steps: z.ZodObject<{
1775
+ businessDetails: z.ZodString;
1776
+ createWayflyerAccount: z.ZodString;
1777
+ connectAccounts: z.ZodString;
1778
+ reviewFundingOffer: z.ZodString;
1779
+ receiveFunds: z.ZodString;
1780
+ }, "strip", z.ZodTypeAny, {
1781
+ businessDetails: string;
1782
+ createWayflyerAccount: string;
1783
+ connectAccounts: string;
1784
+ reviewFundingOffer: string;
1785
+ receiveFunds: string;
1786
+ }, {
1787
+ businessDetails: string;
1788
+ createWayflyerAccount: string;
1789
+ connectAccounts: string;
1790
+ reviewFundingOffer: string;
1791
+ receiveFunds: string;
1792
+ }>;
1793
+ primaryAction: z.ZodObject<{
1794
+ label: z.ZodString;
1795
+ accessibilityLabel: z.ZodString;
1796
+ }, "strip", z.ZodTypeAny, {
1797
+ label: string;
1798
+ accessibilityLabel: string;
1799
+ }, {
1800
+ label: string;
1801
+ accessibilityLabel: string;
1802
+ }>;
1803
+ submitError: z.ZodObject<{
1804
+ message: z.ZodString;
1805
+ }, "strip", z.ZodTypeAny, {
1806
+ message: string;
1807
+ }, {
1808
+ message: string;
1809
+ }>;
1810
+ }, "strip", z.ZodTypeAny, {
1811
+ version: string;
1812
+ language: string;
1813
+ cohort: string;
1814
+ type: string;
1815
+ header: string;
1816
+ text: string;
1817
+ primaryAction: {
1818
+ label: string;
1819
+ accessibilityLabel: string;
1820
+ };
1821
+ submitError: {
1822
+ message: string;
1823
+ };
1824
+ whatHappensNext: string;
1825
+ steps: {
1826
+ businessDetails: string;
1827
+ createWayflyerAccount: string;
1828
+ connectAccounts: string;
1829
+ reviewFundingOffer: string;
1830
+ receiveFunds: string;
1831
+ };
1832
+ }, {
1833
+ version: string;
1834
+ language: string;
1835
+ cohort: string;
1836
+ type: string;
1837
+ header: string;
1838
+ text: string;
1839
+ primaryAction: {
1840
+ label: string;
1841
+ accessibilityLabel: string;
1842
+ };
1843
+ submitError: {
1844
+ message: string;
1845
+ };
1846
+ whatHappensNext: string;
1847
+ steps: {
1848
+ businessDetails: string;
1849
+ createWayflyerAccount: string;
1850
+ connectAccounts: string;
1851
+ reviewFundingOffer: string;
1852
+ receiveFunds: string;
1853
+ };
1854
+ }>;
1855
+ export type HandoverToWayflyerScreen = z.infer<typeof HandoverToWayflyerScreenSchema>;