finamaze_schema 1.61.0 → 1.63.0

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.
@@ -54,7 +54,8 @@ exports.onboardingSchema = {
54
54
  required: false,
55
55
  is_prefilled: true,
56
56
  created_at: "date",
57
- updated_at: "date"
57
+ updated_at: "date",
58
+ order: 1,
58
59
  },
59
60
  {
60
61
  id: "58fc1bc7-ce6e-418a-8dcb-0f4f4b9d159c",
@@ -67,7 +68,8 @@ exports.onboardingSchema = {
67
68
  required: true,
68
69
  is_prefilled: true,
69
70
  created_at: "date",
70
- updated_at: "date"
71
+ updated_at: "date",
72
+ order: 2,
71
73
  },
72
74
  {
73
75
  id: "041119b2-55de-4d69-a04c-4854c98c220a",
@@ -80,7 +82,8 @@ exports.onboardingSchema = {
80
82
  required: true,
81
83
  is_prefilled: true,
82
84
  created_at: "date",
83
- updated_at: "date"
85
+ updated_at: "date",
86
+ order: 3,
84
87
  },
85
88
  {
86
89
  id: "c8deb53c-793e-4782-a642-19bea2914706",
@@ -93,7 +96,8 @@ exports.onboardingSchema = {
93
96
  required: true,
94
97
  is_prefilled: true,
95
98
  created_at: "date",
96
- updated_at: "date"
99
+ updated_at: "date",
100
+ order: 4,
97
101
  },
98
102
  {
99
103
  id: "03b2724b-0576-45e3-a413-3b49eaa309cd",
@@ -106,7 +110,8 @@ exports.onboardingSchema = {
106
110
  required: false,
107
111
  is_prefilled: true,
108
112
  created_at: "date",
109
- updated_at: "date"
113
+ updated_at: "date",
114
+ order: 5,
110
115
  },
111
116
  {
112
117
  id: "99fe9bf1-72ca-47a0-9408-53bc6f635b8d",
@@ -119,9 +124,10 @@ exports.onboardingSchema = {
119
124
  required: false,
120
125
  is_prefilled: true,
121
126
  created_at: "date",
122
- updated_at: "date"
123
- }
124
- ]
127
+ updated_at: "date",
128
+ order: 6,
129
+ },
130
+ ],
125
131
  },
126
132
  {
127
133
  id: "4ad41b2e-244c-42ee-b957-6760798aaf35",
@@ -146,6 +152,7 @@ exports.onboardingSchema = {
146
152
  is_prefilled: true,
147
153
  created_at: "date",
148
154
  updated_at: "date",
155
+ order: 1,
149
156
  },
150
157
  {
151
158
  id: "19861518-52fb-4c4e-9421-c2c6aaf450df",
@@ -159,6 +166,7 @@ exports.onboardingSchema = {
159
166
  is_prefilled: true,
160
167
  created_at: "date",
161
168
  updated_at: "date",
169
+ order: 2,
162
170
  },
163
171
  {
164
172
  id: "16ff79fd-dca4-4252-92b1-d3787323e726",
@@ -172,6 +180,7 @@ exports.onboardingSchema = {
172
180
  is_prefilled: true,
173
181
  created_at: "date",
174
182
  updated_at: "date",
183
+ order: 3,
175
184
  },
176
185
  {
177
186
  id: "6065a4b1-3a18-49e4-bfc9-42613f9b8e30",
@@ -185,6 +194,7 @@ exports.onboardingSchema = {
185
194
  is_prefilled: true,
186
195
  created_at: "date",
187
196
  updated_at: "date",
197
+ order: 4,
188
198
  },
189
199
  {
190
200
  id: "161a66c5-a846-44f8-b507-97d85087e7b4",
@@ -198,8 +208,9 @@ exports.onboardingSchema = {
198
208
  is_prefilled: true,
199
209
  created_at: "date",
200
210
  updated_at: "date",
201
- }
202
- ]
211
+ order: 5,
212
+ },
213
+ ],
203
214
  },
204
215
  {
205
216
  id: "52825fe1-10e4-4b12-9a18-48b06f58b285",
@@ -223,7 +234,8 @@ exports.onboardingSchema = {
223
234
  required: true,
224
235
  is_prefilled: true,
225
236
  created_at: "date",
226
- updated_at: "date"
237
+ updated_at: "date",
238
+ order: 1,
227
239
  },
228
240
  {
229
241
  id: "a7eb9510-873f-4587-b145-2e71d19b8916",
@@ -236,7 +248,8 @@ exports.onboardingSchema = {
236
248
  required: true,
237
249
  is_prefilled: true,
238
250
  created_at: "date",
239
- updated_at: "date"
251
+ updated_at: "date",
252
+ order: 2,
240
253
  },
241
254
  {
242
255
  id: "0cf0a8bb-f654-4ae5-843f-ff770b65f89b",
@@ -249,9 +262,10 @@ exports.onboardingSchema = {
249
262
  required: true,
250
263
  is_prefilled: true,
251
264
  created_at: "date",
252
- updated_at: "date"
253
- }
254
- ]
265
+ updated_at: "date",
266
+ order: 3,
267
+ },
268
+ ],
255
269
  },
256
270
  {
257
271
  id: "9c19a6bc-6637-47b2-941e-d3d1f8412d07",
@@ -276,6 +290,7 @@ exports.onboardingSchema = {
276
290
  is_prefilled: true,
277
291
  created_at: "date",
278
292
  updated_at: "date",
293
+ order: 1,
279
294
  },
280
295
  {
281
296
  id: "cca333f4-bf58-4a6b-91e9-34cd226ba5e0",
@@ -289,6 +304,7 @@ exports.onboardingSchema = {
289
304
  is_prefilled: true,
290
305
  created_at: "date",
291
306
  updated_at: "date",
307
+ order: 2,
292
308
  },
293
309
  {
294
310
  id: "0cc7b427-a0d1-4c9b-b030-081010774c91",
@@ -302,6 +318,7 @@ exports.onboardingSchema = {
302
318
  is_prefilled: true,
303
319
  created_at: "date",
304
320
  updated_at: "date",
321
+ order: 3,
305
322
  },
306
323
  {
307
324
  id: "09f10860-a4e6-4f48-9285-84be35caaa15",
@@ -315,6 +332,7 @@ exports.onboardingSchema = {
315
332
  is_prefilled: true,
316
333
  created_at: "date",
317
334
  updated_at: "date",
335
+ order: 4,
318
336
  },
319
337
  {
320
338
  id: "308c37c2-3616-4878-97e2-b213be265bff",
@@ -328,6 +346,7 @@ exports.onboardingSchema = {
328
346
  is_prefilled: true,
329
347
  created_at: "date",
330
348
  updated_at: "date",
349
+ order: 5,
331
350
  },
332
351
  {
333
352
  id: "52f1a16f-b430-4968-9afa-79e56f5901b9",
@@ -341,6 +360,7 @@ exports.onboardingSchema = {
341
360
  is_prefilled: true,
342
361
  created_at: "date",
343
362
  updated_at: "date",
363
+ order: 6,
344
364
  },
345
365
  {
346
366
  id: "94c31045-fa18-44e3-b4d4-956cded1c2e5",
@@ -354,6 +374,7 @@ exports.onboardingSchema = {
354
374
  is_prefilled: true,
355
375
  created_at: "date",
356
376
  updated_at: "date",
377
+ order: 7,
357
378
  },
358
379
  {
359
380
  id: "d3789d9f-23b4-49bd-8e54-4bef843dadb7",
@@ -367,6 +388,7 @@ exports.onboardingSchema = {
367
388
  is_prefilled: true,
368
389
  created_at: "date",
369
390
  updated_at: "date",
391
+ order: 8,
370
392
  },
371
393
  {
372
394
  id: "cd980cec-3030-48da-a711-f1b22d8c9d2d",
@@ -380,6 +402,7 @@ exports.onboardingSchema = {
380
402
  is_prefilled: true,
381
403
  created_at: "date",
382
404
  updated_at: "date",
405
+ order: 9,
383
406
  },
384
407
  {
385
408
  id: "db37e35a-5e34-4e39-b295-0d5a3b26c28e",
@@ -393,8 +416,9 @@ exports.onboardingSchema = {
393
416
  is_prefilled: true,
394
417
  created_at: "date",
395
418
  updated_at: "date",
396
- }
397
- ]
419
+ order: 10,
420
+ },
421
+ ],
398
422
  },
399
423
  {
400
424
  id: "82e98f4d-bab8-48c9-b42f-c2d77c887608",
@@ -418,7 +442,8 @@ exports.onboardingSchema = {
418
442
  required: false,
419
443
  is_prefilled: true,
420
444
  created_at: "date",
421
- updated_at: "date"
445
+ updated_at: "date",
446
+ order: 1,
422
447
  },
423
448
  {
424
449
  id: "dfa0cd23-0ee6-4ec2-a78b-d0d0b67c2f27",
@@ -431,7 +456,8 @@ exports.onboardingSchema = {
431
456
  required: true,
432
457
  is_prefilled: true,
433
458
  created_at: "date",
434
- updated_at: "date"
459
+ updated_at: "date",
460
+ order: 2,
435
461
  },
436
462
  {
437
463
  id: "f5934f83-7c55-4ce3-bfcd-0632fb549ee8",
@@ -444,9 +470,10 @@ exports.onboardingSchema = {
444
470
  required: true,
445
471
  is_prefilled: true,
446
472
  created_at: "date",
447
- updated_at: "date"
448
- }
449
- ]
473
+ updated_at: "date",
474
+ order: 3,
475
+ },
476
+ ],
450
477
  },
451
478
  {
452
479
  id: "1c5ebde5-5df0-4c15-80db-276c317fa763",
@@ -470,7 +497,8 @@ exports.onboardingSchema = {
470
497
  required: false,
471
498
  is_prefilled: false,
472
499
  created_at: "date",
473
- updated_at: "date"
500
+ updated_at: "date",
501
+ order: 1,
474
502
  },
475
503
  {
476
504
  id: "4c4ccf63-d17b-42ad-8cd3-fa35895554e0",
@@ -483,7 +511,8 @@ exports.onboardingSchema = {
483
511
  required: false,
484
512
  is_prefilled: false,
485
513
  created_at: "date",
486
- updated_at: "date"
514
+ updated_at: "date",
515
+ order: 2,
487
516
  },
488
517
  {
489
518
  id: "227c087f-42a3-44eb-a8a4-83299e18be4c",
@@ -496,7 +525,8 @@ exports.onboardingSchema = {
496
525
  required: false,
497
526
  is_prefilled: false,
498
527
  created_at: "date",
499
- updated_at: "date"
528
+ updated_at: "date",
529
+ order: 3,
500
530
  },
501
531
  {
502
532
  id: "13f8bc90-27ca-43fe-a74a-3c58836059fb",
@@ -509,7 +539,8 @@ exports.onboardingSchema = {
509
539
  required: false,
510
540
  is_prefilled: false,
511
541
  created_at: "date",
512
- updated_at: "date"
542
+ updated_at: "date",
543
+ order: 4,
513
544
  },
514
545
  {
515
546
  id: "38f1c626-9ed4-4150-811c-9d2be8318386",
@@ -522,9 +553,10 @@ exports.onboardingSchema = {
522
553
  required: false,
523
554
  is_prefilled: false,
524
555
  created_at: "date",
525
- updated_at: "date"
526
- }
527
- ]
556
+ updated_at: "date",
557
+ order: 5,
558
+ },
559
+ ],
528
560
  },
529
561
  {
530
562
  id: "1c238674-c205-44df-9cee-7dbcfdaa568f",
@@ -548,7 +580,8 @@ exports.onboardingSchema = {
548
580
  required: true,
549
581
  is_prefilled: true,
550
582
  created_at: "date",
551
- updated_at: "date"
583
+ updated_at: "date",
584
+ order: 1,
552
585
  },
553
586
  {
554
587
  id: "6241d35f-05e8-435e-8366-9c37f7f9d6be",
@@ -561,7 +594,8 @@ exports.onboardingSchema = {
561
594
  required: true,
562
595
  is_prefilled: true,
563
596
  created_at: "date",
564
- updated_at: "date"
597
+ updated_at: "date",
598
+ order: 2,
565
599
  },
566
600
  {
567
601
  id: "3c1b80ef-6d38-4242-9d98-008b4892c525",
@@ -574,7 +608,8 @@ exports.onboardingSchema = {
574
608
  required: true,
575
609
  is_prefilled: true,
576
610
  created_at: "date",
577
- updated_at: "date"
611
+ updated_at: "date",
612
+ order: 3,
578
613
  },
579
614
  {
580
615
  id: "797f9fd5-9e7f-41f3-8e36-011350d7c6a0",
@@ -587,7 +622,8 @@ exports.onboardingSchema = {
587
622
  required: true,
588
623
  is_prefilled: true,
589
624
  created_at: "date",
590
- updated_at: "date"
625
+ updated_at: "date",
626
+ order: 4,
591
627
  },
592
628
  {
593
629
  id: "dde07b5f-1b01-4342-9510-c4310eb13065",
@@ -600,9 +636,10 @@ exports.onboardingSchema = {
600
636
  required: true,
601
637
  is_prefilled: true,
602
638
  created_at: "date",
603
- updated_at: "date"
639
+ updated_at: "date",
640
+ order: 5,
604
641
  },
605
- ]
642
+ ],
606
643
  },
607
644
  {
608
645
  id: "1ee22312-b162-4675-8a3c-8dded4ff5ab8",
@@ -626,7 +663,8 @@ exports.onboardingSchema = {
626
663
  required: false,
627
664
  is_prefilled: true,
628
665
  created_at: "date",
629
- updated_at: "date"
666
+ updated_at: "date",
667
+ order: 1,
630
668
  },
631
669
  {
632
670
  id: "146cc142-2a45-4c37-8c57-9a182038978f",
@@ -639,7 +677,8 @@ exports.onboardingSchema = {
639
677
  required: false,
640
678
  is_prefilled: true,
641
679
  created_at: "date",
642
- updated_at: "date"
680
+ updated_at: "date",
681
+ order: 2,
643
682
  },
644
683
  {
645
684
  id: "f1031ac0-2291-4cdb-9351-0b57b3258067",
@@ -652,7 +691,8 @@ exports.onboardingSchema = {
652
691
  required: false,
653
692
  is_prefilled: true,
654
693
  created_at: "date",
655
- updated_at: "date"
694
+ updated_at: "date",
695
+ order: 3,
656
696
  },
657
697
  {
658
698
  id: "ba04b1d7-e93c-4e14-966a-ed23d416d8a8",
@@ -665,7 +705,8 @@ exports.onboardingSchema = {
665
705
  required: false,
666
706
  is_prefilled: true,
667
707
  created_at: "date",
668
- updated_at: "date"
708
+ updated_at: "date",
709
+ order: 4,
669
710
  },
670
711
  {
671
712
  id: "809ada94-e6ee-4c7f-a501-b7c5c2fb0428",
@@ -678,7 +719,8 @@ exports.onboardingSchema = {
678
719
  required: false,
679
720
  is_prefilled: true,
680
721
  created_at: "date",
681
- updated_at: "date"
722
+ updated_at: "date",
723
+ order: 5,
682
724
  },
683
725
  {
684
726
  id: "bf02ae6a-c993-406b-8112-02cda77df59c",
@@ -691,7 +733,8 @@ exports.onboardingSchema = {
691
733
  required: false,
692
734
  is_prefilled: true,
693
735
  created_at: "date",
694
- updated_at: "date"
736
+ updated_at: "date",
737
+ order: 6,
695
738
  },
696
739
  {
697
740
  id: "320fe879-b566-489b-b322-58ea0d286c9a",
@@ -704,7 +747,8 @@ exports.onboardingSchema = {
704
747
  required: false,
705
748
  is_prefilled: true,
706
749
  created_at: "date",
707
- updated_at: "date"
750
+ updated_at: "date",
751
+ order: 7,
708
752
  },
709
753
  {
710
754
  id: "bd1a5599-aedf-4a15-9fd8-54572f188782",
@@ -717,7 +761,8 @@ exports.onboardingSchema = {
717
761
  required: false,
718
762
  is_prefilled: true,
719
763
  created_at: "date",
720
- updated_at: "date"
764
+ updated_at: "date",
765
+ order: 8,
721
766
  },
722
767
  {
723
768
  id: "a1f8851e-44f1-4f9b-9f1e-c1842e255a3a",
@@ -730,7 +775,8 @@ exports.onboardingSchema = {
730
775
  required: false,
731
776
  is_prefilled: true,
732
777
  created_at: "date",
733
- updated_at: "date"
778
+ updated_at: "date",
779
+ order: 9,
734
780
  },
735
781
  {
736
782
  id: "ba9828e1-895c-4a6a-9a8c-b3d82a8315de",
@@ -743,11 +789,12 @@ exports.onboardingSchema = {
743
789
  required: false,
744
790
  is_prefilled: true,
745
791
  created_at: "date",
746
- updated_at: "date"
747
- }
748
- ]
749
- }
750
- ]
792
+ updated_at: "date",
793
+ order: 10,
794
+ },
795
+ ],
796
+ },
797
+ ],
751
798
  },
752
799
  {
753
800
  id: "ad722ff1-940a-4a41-b548-2bfd341c74b0",
@@ -780,7 +827,8 @@ exports.onboardingSchema = {
780
827
  required: true,
781
828
  is_prefilled: true,
782
829
  created_at: "date",
783
- updated_at: "date"
830
+ updated_at: "date",
831
+ order: 1,
784
832
  },
785
833
  {
786
834
  id: "ec3be3fe-d8f4-43fc-9c08-426c48a6c149",
@@ -793,7 +841,8 @@ exports.onboardingSchema = {
793
841
  required: true,
794
842
  is_prefilled: true,
795
843
  created_at: "date",
796
- updated_at: "date"
844
+ updated_at: "date",
845
+ order: 2,
797
846
  },
798
847
  {
799
848
  id: "9e2b5199-62ad-49fa-a99a-dd12e830c846",
@@ -806,7 +855,8 @@ exports.onboardingSchema = {
806
855
  required: true,
807
856
  is_prefilled: true,
808
857
  created_at: "date",
809
- updated_at: "date"
858
+ updated_at: "date",
859
+ order: 3,
810
860
  },
811
861
  {
812
862
  id: "d5798bc4-0b6d-4797-a6e6-ba0c908d2c19",
@@ -819,7 +869,8 @@ exports.onboardingSchema = {
819
869
  required: true,
820
870
  is_prefilled: true,
821
871
  created_at: "date",
822
- updated_at: "date"
872
+ updated_at: "date",
873
+ order: 4,
823
874
  },
824
875
  {
825
876
  id: "516c509b-bf73-4e85-abc4-9ffed4ca45ca",
@@ -832,9 +883,10 @@ exports.onboardingSchema = {
832
883
  required: true,
833
884
  is_prefilled: true,
834
885
  created_at: "date",
835
- updated_at: "date"
836
- }
837
- ]
886
+ updated_at: "date",
887
+ order: 5,
888
+ },
889
+ ],
838
890
  },
839
891
  {
840
892
  id: "79643b18-8e62-4727-ab0e-300c54e523f3",
@@ -858,7 +910,8 @@ exports.onboardingSchema = {
858
910
  required: false,
859
911
  is_prefilled: true,
860
912
  created_at: "date",
861
- updated_at: "date"
913
+ updated_at: "date",
914
+ order: 1,
862
915
  },
863
916
  {
864
917
  id: "2ecbbc8e-56f2-426f-9d62-c227c5dd6c59",
@@ -871,7 +924,8 @@ exports.onboardingSchema = {
871
924
  required: true,
872
925
  is_prefilled: true,
873
926
  created_at: "date",
874
- updated_at: "date"
927
+ updated_at: "date",
928
+ order: 2,
875
929
  },
876
930
  {
877
931
  id: "2aba42fa-1429-49a8-94e3-8bf037d0c73c",
@@ -884,7 +938,8 @@ exports.onboardingSchema = {
884
938
  required: false,
885
939
  is_prefilled: true,
886
940
  created_at: "date",
887
- updated_at: "date"
941
+ updated_at: "date",
942
+ order: 3,
888
943
  },
889
944
  {
890
945
  id: "02a05e47-49a8-4786-8dcd-df64e1d9cd0f",
@@ -897,7 +952,8 @@ exports.onboardingSchema = {
897
952
  required: false,
898
953
  is_prefilled: true,
899
954
  created_at: "date",
900
- updated_at: "date"
955
+ updated_at: "date",
956
+ order: 4,
901
957
  },
902
958
  {
903
959
  id: "aee1d13d-9bfb-4bc9-87da-828eae623ad3",
@@ -910,7 +966,8 @@ exports.onboardingSchema = {
910
966
  required: false,
911
967
  is_prefilled: true,
912
968
  created_at: "date",
913
- updated_at: "date"
969
+ updated_at: "date",
970
+ order: 5,
914
971
  },
915
972
  {
916
973
  id: "2998153b-37b2-43e3-ac3d-6a71bc69f2cd",
@@ -923,7 +980,8 @@ exports.onboardingSchema = {
923
980
  required: false,
924
981
  is_prefilled: true,
925
982
  created_at: "date",
926
- updated_at: "date"
983
+ updated_at: "date",
984
+ order: 6,
927
985
  },
928
986
  {
929
987
  id: "f22ba3d6-1496-47fe-aa8a-69088c0094cf",
@@ -936,7 +994,8 @@ exports.onboardingSchema = {
936
994
  required: false,
937
995
  is_prefilled: true,
938
996
  created_at: "date",
939
- updated_at: "date"
997
+ updated_at: "date",
998
+ order: 7,
940
999
  },
941
1000
  {
942
1001
  id: "807bc868-f048-4d83-837d-8a70ce4d79e9",
@@ -949,7 +1008,8 @@ exports.onboardingSchema = {
949
1008
  required: false,
950
1009
  is_prefilled: true,
951
1010
  created_at: "date",
952
- updated_at: "date"
1011
+ updated_at: "date",
1012
+ order: 8,
953
1013
  },
954
1014
  {
955
1015
  id: "52954e67-3f20-429d-a2e3-ae36f9a5bd31",
@@ -962,7 +1022,8 @@ exports.onboardingSchema = {
962
1022
  required: false,
963
1023
  is_prefilled: true,
964
1024
  created_at: "date",
965
- updated_at: "date"
1025
+ updated_at: "date",
1026
+ order: 9,
966
1027
  },
967
1028
  {
968
1029
  id: "af10b95c-65cf-4b1c-8901-cac344087709",
@@ -975,9 +1036,10 @@ exports.onboardingSchema = {
975
1036
  required: false,
976
1037
  is_prefilled: true,
977
1038
  created_at: "date",
978
- updated_at: "date"
979
- }
980
- ]
1039
+ updated_at: "date",
1040
+ order: 10,
1041
+ },
1042
+ ],
981
1043
  },
982
1044
  {
983
1045
  id: "7c75667c-9e08-4580-b9b5-002b7caef2a8",
@@ -1001,7 +1063,8 @@ exports.onboardingSchema = {
1001
1063
  required: false,
1002
1064
  is_prefilled: true,
1003
1065
  created_at: "date",
1004
- updated_at: "date"
1066
+ updated_at: "date",
1067
+ order: 1,
1005
1068
  },
1006
1069
  {
1007
1070
  id: "ad890019-e738-4417-be59-64306891d90c",
@@ -1014,7 +1077,8 @@ exports.onboardingSchema = {
1014
1077
  required: false,
1015
1078
  is_prefilled: true,
1016
1079
  created_at: "date",
1017
- updated_at: "date"
1080
+ updated_at: "date",
1081
+ order: 2,
1018
1082
  },
1019
1083
  {
1020
1084
  id: "e81b452a-3eaf-4c92-94a0-7b18321a3a02",
@@ -1027,7 +1091,8 @@ exports.onboardingSchema = {
1027
1091
  required: false,
1028
1092
  is_prefilled: true,
1029
1093
  created_at: "date",
1030
- updated_at: "date"
1094
+ updated_at: "date",
1095
+ order: 3,
1031
1096
  },
1032
1097
  {
1033
1098
  id: "d395cfe3-6621-435a-b39c-1cbc37a85c78",
@@ -1040,11 +1105,12 @@ exports.onboardingSchema = {
1040
1105
  required: false,
1041
1106
  is_prefilled: true,
1042
1107
  created_at: "date",
1043
- updated_at: "date"
1044
- }
1045
- ]
1046
- }
1047
- ]
1108
+ updated_at: "date",
1109
+ order: 4,
1110
+ },
1111
+ ],
1112
+ },
1113
+ ],
1048
1114
  },
1049
1115
  {
1050
1116
  id: "3f78146c-e457-4570-b555-21068ba8126f",
@@ -1077,7 +1143,8 @@ exports.onboardingSchema = {
1077
1143
  required: true,
1078
1144
  is_prefilled: true,
1079
1145
  created_at: "date",
1080
- updated_at: "date"
1146
+ updated_at: "date",
1147
+ order: 1,
1081
1148
  },
1082
1149
  {
1083
1150
  id: "48672a9b-b521-44aa-9f07-9127e59787c3",
@@ -1090,7 +1157,8 @@ exports.onboardingSchema = {
1090
1157
  required: false,
1091
1158
  is_prefilled: true,
1092
1159
  created_at: "date",
1093
- updated_at: "date"
1160
+ updated_at: "date",
1161
+ order: 2,
1094
1162
  },
1095
1163
  {
1096
1164
  id: "ea4bf02d-f641-48b0-8bf7-c68cfdd15bcd",
@@ -1103,7 +1171,8 @@ exports.onboardingSchema = {
1103
1171
  required: true,
1104
1172
  is_prefilled: true,
1105
1173
  created_at: "date",
1106
- updated_at: "date"
1174
+ updated_at: "date",
1175
+ order: 3,
1107
1176
  },
1108
1177
  {
1109
1178
  id: "5013b086-10b4-409a-bb20-655cf6418378",
@@ -1116,9 +1185,10 @@ exports.onboardingSchema = {
1116
1185
  required: true,
1117
1186
  is_prefilled: true,
1118
1187
  created_at: "date",
1119
- updated_at: "date"
1188
+ updated_at: "date",
1189
+ order: 4,
1120
1190
  },
1121
- ]
1191
+ ],
1122
1192
  },
1123
1193
  {
1124
1194
  id: "42c1b465-6d7c-45f1-a92e-36895007843f",
@@ -1142,7 +1212,8 @@ exports.onboardingSchema = {
1142
1212
  required: false,
1143
1213
  is_prefilled: true,
1144
1214
  created_at: "date",
1145
- updated_at: "date"
1215
+ updated_at: "date",
1216
+ order: 1,
1146
1217
  },
1147
1218
  {
1148
1219
  id: "9451fcd9-f8b0-45dd-aed1-82d0b9669b8d",
@@ -1155,7 +1226,8 @@ exports.onboardingSchema = {
1155
1226
  required: true,
1156
1227
  is_prefilled: true,
1157
1228
  created_at: "date",
1158
- updated_at: "date"
1229
+ updated_at: "date",
1230
+ order: 2,
1159
1231
  },
1160
1232
  {
1161
1233
  id: "29ab3758-df2e-435c-ac09-96c9e1c6fe76",
@@ -1168,7 +1240,8 @@ exports.onboardingSchema = {
1168
1240
  required: false,
1169
1241
  is_prefilled: true,
1170
1242
  created_at: "date",
1171
- updated_at: "date"
1243
+ updated_at: "date",
1244
+ order: 3,
1172
1245
  },
1173
1246
  {
1174
1247
  id: "051f1a33-85e4-4d89-bef9-045e69438706",
@@ -1181,9 +1254,10 @@ exports.onboardingSchema = {
1181
1254
  required: false,
1182
1255
  is_prefilled: true,
1183
1256
  created_at: "date",
1184
- updated_at: "date"
1185
- }
1186
- ]
1257
+ updated_at: "date",
1258
+ order: 4,
1259
+ },
1260
+ ],
1187
1261
  },
1188
1262
  {
1189
1263
  id: "b114e33b-7d4e-492d-bae9-f8b08dfbfa7e",
@@ -1207,7 +1281,8 @@ exports.onboardingSchema = {
1207
1281
  required: true,
1208
1282
  is_prefilled: true,
1209
1283
  created_at: "date",
1210
- updated_at: "date"
1284
+ updated_at: "date",
1285
+ order: 1,
1211
1286
  },
1212
1287
  {
1213
1288
  id: "6d9941bd-db75-4fa6-83d7-1eca6aadd5a7",
@@ -1220,9 +1295,10 @@ exports.onboardingSchema = {
1220
1295
  required: true,
1221
1296
  is_prefilled: true,
1222
1297
  created_at: "date",
1223
- updated_at: "date"
1224
- }
1225
- ]
1298
+ updated_at: "date",
1299
+ order: 2,
1300
+ },
1301
+ ],
1226
1302
  },
1227
1303
  {
1228
1304
  id: "92616d1a-49c9-4f38-99b2-0b3c757ae376",
@@ -1246,7 +1322,8 @@ exports.onboardingSchema = {
1246
1322
  required: true,
1247
1323
  is_prefilled: true,
1248
1324
  created_at: "date",
1249
- updated_at: "date"
1325
+ updated_at: "date",
1326
+ order: 1,
1250
1327
  },
1251
1328
  {
1252
1329
  id: "48d81e91-10b3-41b6-9f7b-4be237f9f778",
@@ -1259,11 +1336,12 @@ exports.onboardingSchema = {
1259
1336
  required: false,
1260
1337
  is_prefilled: true,
1261
1338
  created_at: "date",
1262
- updated_at: "date"
1263
- }
1264
- ]
1265
- }
1266
- ]
1339
+ updated_at: "date",
1340
+ order: 2,
1341
+ },
1342
+ ],
1343
+ },
1344
+ ],
1267
1345
  },
1268
1346
  {
1269
1347
  id: "88144952-de93-4c04-bfda-6f1a8ed0879d",
@@ -1296,7 +1374,8 @@ exports.onboardingSchema = {
1296
1374
  required: true,
1297
1375
  is_prefilled: true,
1298
1376
  created_at: "date",
1299
- updated_at: "date"
1377
+ updated_at: "date",
1378
+ order: 1,
1300
1379
  },
1301
1380
  {
1302
1381
  id: "56bf7a8a-ac4b-46e9-9083-23117035c318",
@@ -1309,7 +1388,8 @@ exports.onboardingSchema = {
1309
1388
  required: true,
1310
1389
  is_prefilled: true,
1311
1390
  created_at: "date",
1312
- updated_at: "date"
1391
+ updated_at: "date",
1392
+ order: 2,
1313
1393
  },
1314
1394
  {
1315
1395
  id: "fecd4459-d7d2-494f-85ea-1073f884aef4",
@@ -1322,9 +1402,10 @@ exports.onboardingSchema = {
1322
1402
  required: true,
1323
1403
  is_prefilled: true,
1324
1404
  created_at: "date",
1325
- updated_at: "date"
1326
- }
1327
- ]
1405
+ updated_at: "date",
1406
+ order: 3,
1407
+ },
1408
+ ],
1328
1409
  },
1329
1410
  {
1330
1411
  id: "7a444757-69a9-4f80-ac22-3a6689e62ecd",
@@ -1348,7 +1429,8 @@ exports.onboardingSchema = {
1348
1429
  required: true,
1349
1430
  is_prefilled: true,
1350
1431
  created_at: "date",
1351
- updated_at: "date"
1432
+ updated_at: "date",
1433
+ order: 1,
1352
1434
  },
1353
1435
  {
1354
1436
  id: "422cfc11-715d-4e30-b2ac-175f65f7ed21",
@@ -1361,7 +1443,8 @@ exports.onboardingSchema = {
1361
1443
  required: true,
1362
1444
  is_prefilled: true,
1363
1445
  created_at: "date",
1364
- updated_at: "date"
1446
+ updated_at: "date",
1447
+ order: 2,
1365
1448
  },
1366
1449
  {
1367
1450
  id: "df95e894-1a2e-483f-a63f-97c0cd10e62e",
@@ -1374,7 +1457,8 @@ exports.onboardingSchema = {
1374
1457
  required: true,
1375
1458
  is_prefilled: true,
1376
1459
  created_at: "date",
1377
- updated_at: "date"
1460
+ updated_at: "date",
1461
+ order: 3,
1378
1462
  },
1379
1463
  {
1380
1464
  id: "8ff19c3f-5b28-4fb0-8552-1378ee4e9d03",
@@ -1387,7 +1471,8 @@ exports.onboardingSchema = {
1387
1471
  required: true,
1388
1472
  is_prefilled: true,
1389
1473
  created_at: "date",
1390
- updated_at: "date"
1474
+ updated_at: "date",
1475
+ order: 4,
1391
1476
  },
1392
1477
  {
1393
1478
  id: "e66fbe8f-3239-4f49-93a5-7847685945aa",
@@ -1400,7 +1485,8 @@ exports.onboardingSchema = {
1400
1485
  required: true,
1401
1486
  is_prefilled: true,
1402
1487
  created_at: "date",
1403
- updated_at: "date"
1488
+ updated_at: "date",
1489
+ order: 5,
1404
1490
  },
1405
1491
  {
1406
1492
  id: "35f98313-fd0f-45d8-9d93-8a738a2110cc",
@@ -1413,11 +1499,12 @@ exports.onboardingSchema = {
1413
1499
  required: true,
1414
1500
  is_prefilled: true,
1415
1501
  created_at: "date",
1416
- updated_at: "date"
1417
- }
1418
- ]
1419
- }
1420
- ]
1502
+ updated_at: "date",
1503
+ order: 6,
1504
+ },
1505
+ ],
1506
+ },
1507
+ ],
1421
1508
  },
1422
1509
  {
1423
1510
  id: "05575f36-0a32-4e17-a07b-1b4b1929bc95",
@@ -1450,7 +1537,8 @@ exports.onboardingSchema = {
1450
1537
  required: true,
1451
1538
  is_prefilled: false,
1452
1539
  created_at: "date",
1453
- updated_at: "date"
1540
+ updated_at: "date",
1541
+ order: 1,
1454
1542
  },
1455
1543
  {
1456
1544
  id: "6c204639-f2d0-471d-9c24-6a2ce3035fa6",
@@ -1463,13 +1551,14 @@ exports.onboardingSchema = {
1463
1551
  required: true,
1464
1552
  is_prefilled: false,
1465
1553
  created_at: "date",
1466
- updated_at: "date"
1467
- }
1468
- ]
1469
- }
1470
- ]
1471
- }
1472
- ]
1554
+ updated_at: "date",
1555
+ order: 2,
1556
+ },
1557
+ ],
1558
+ },
1559
+ ],
1560
+ },
1561
+ ],
1473
1562
  },
1474
1563
  {
1475
1564
  id: "657e5fc7-f8e4-4cd6-ae10-61079b287cc2",
@@ -1513,7 +1602,8 @@ exports.onboardingSchema = {
1513
1602
  required: false,
1514
1603
  is_prefilled: true,
1515
1604
  created_at: "date",
1516
- updated_at: "date"
1605
+ updated_at: "date",
1606
+ order: 1,
1517
1607
  },
1518
1608
  {
1519
1609
  id: "b3a9f657-f7c2-47e5-94b9-2dbc7e28aca8",
@@ -1538,7 +1628,7 @@ exports.onboardingSchema = {
1538
1628
  is_active: true,
1539
1629
  source: "manual",
1540
1630
  created_at: "date",
1541
- updated_at: "date"
1631
+ updated_at: "date",
1542
1632
  },
1543
1633
  {
1544
1634
  id: "4dbdfc23-c2b9-4546-a5c7-45e5a408d4b9",
@@ -1550,7 +1640,7 @@ exports.onboardingSchema = {
1550
1640
  is_active: true,
1551
1641
  source: "manual",
1552
1642
  created_at: "date",
1553
- updated_at: "date"
1643
+ updated_at: "date",
1554
1644
  },
1555
1645
  {
1556
1646
  id: "f18e5ae6-46b1-4e75-91f5-48681a024933",
@@ -1562,7 +1652,7 @@ exports.onboardingSchema = {
1562
1652
  is_active: true,
1563
1653
  source: "manual",
1564
1654
  created_at: "date",
1565
- updated_at: "date"
1655
+ updated_at: "date",
1566
1656
  },
1567
1657
  {
1568
1658
  id: "c979c4f5-4e52-4fb4-a3b3-c7707d42fc50",
@@ -1574,7 +1664,7 @@ exports.onboardingSchema = {
1574
1664
  is_active: true,
1575
1665
  source: "manual",
1576
1666
  created_at: "date",
1577
- updated_at: "date"
1667
+ updated_at: "date",
1578
1668
  },
1579
1669
  {
1580
1670
  id: "4d9f529d-3013-48bb-841d-53f1a17d6af4",
@@ -1586,7 +1676,7 @@ exports.onboardingSchema = {
1586
1676
  is_active: true,
1587
1677
  source: "manual",
1588
1678
  created_at: "date",
1589
- updated_at: "date"
1679
+ updated_at: "date",
1590
1680
  },
1591
1681
  {
1592
1682
  id: "c89666cb-ff11-4e2b-a791-c5dcaef82c56",
@@ -1598,7 +1688,7 @@ exports.onboardingSchema = {
1598
1688
  is_active: true,
1599
1689
  source: "manual",
1600
1690
  created_at: "date",
1601
- updated_at: "date"
1691
+ updated_at: "date",
1602
1692
  },
1603
1693
  {
1604
1694
  id: "9803e0ae-5fda-40f2-91d0-d229a70ed8bc",
@@ -1610,7 +1700,7 @@ exports.onboardingSchema = {
1610
1700
  is_active: true,
1611
1701
  source: "manual",
1612
1702
  created_at: "date",
1613
- updated_at: "date"
1703
+ updated_at: "date",
1614
1704
  },
1615
1705
  {
1616
1706
  id: "8330e068-6cdf-4b50-bf8d-48ef6a7dafd8",
@@ -1622,9 +1712,10 @@ exports.onboardingSchema = {
1622
1712
  is_active: true,
1623
1713
  source: "manual",
1624
1714
  created_at: "date",
1625
- updated_at: "date"
1626
- }
1627
- ]
1715
+ updated_at: "date",
1716
+ },
1717
+ ],
1718
+ order: 2,
1628
1719
  },
1629
1720
  {
1630
1721
  id: "85a55380-6503-4a05-938b-9ea96aefb765",
@@ -1649,7 +1740,7 @@ exports.onboardingSchema = {
1649
1740
  is_active: true,
1650
1741
  source: "manual",
1651
1742
  created_at: "date",
1652
- updated_at: "date"
1743
+ updated_at: "date",
1653
1744
  },
1654
1745
  {
1655
1746
  id: "2e1c2d4c-cc86-4455-bc98-74e3038e3429",
@@ -1661,7 +1752,7 @@ exports.onboardingSchema = {
1661
1752
  is_active: true,
1662
1753
  source: "manual",
1663
1754
  created_at: "date",
1664
- updated_at: "date"
1755
+ updated_at: "date",
1665
1756
  },
1666
1757
  {
1667
1758
  id: "b1c81310-5763-4e06-867f-31e3c0e02932",
@@ -1673,7 +1764,7 @@ exports.onboardingSchema = {
1673
1764
  is_active: true,
1674
1765
  source: "manual",
1675
1766
  created_at: "date",
1676
- updated_at: "date"
1767
+ updated_at: "date",
1677
1768
  },
1678
1769
  {
1679
1770
  id: "5598a412-a94e-4b5f-8ae0-870f538e3884",
@@ -1685,13 +1776,14 @@ exports.onboardingSchema = {
1685
1776
  is_active: true,
1686
1777
  source: "manual",
1687
1778
  created_at: "date",
1688
- updated_at: "date"
1689
- }
1690
- ]
1691
- }
1692
- ]
1693
- }
1694
- ]
1779
+ updated_at: "date",
1780
+ },
1781
+ ],
1782
+ order: 3,
1783
+ },
1784
+ ],
1785
+ },
1786
+ ],
1695
1787
  },
1696
1788
  {
1697
1789
  id: "55bf2f3d-b5fb-4604-b106-d1e56ad06dd6",
@@ -1736,7 +1828,7 @@ exports.onboardingSchema = {
1736
1828
  is_active: true,
1737
1829
  source: "manual",
1738
1830
  created_at: "date",
1739
- updated_at: "date"
1831
+ updated_at: "date",
1740
1832
  },
1741
1833
  {
1742
1834
  id: "33b451ab-2c9d-4473-b52f-397e29d45034",
@@ -1748,9 +1840,10 @@ exports.onboardingSchema = {
1748
1840
  is_active: true,
1749
1841
  source: "manual",
1750
1842
  created_at: "date",
1751
- updated_at: "date"
1752
- }
1753
- ]
1843
+ updated_at: "date",
1844
+ },
1845
+ ],
1846
+ order: 1,
1754
1847
  },
1755
1848
  {
1756
1849
  id: "29b324cc-8150-405a-b963-dc8e783aa13d",
@@ -1775,7 +1868,7 @@ exports.onboardingSchema = {
1775
1868
  is_active: true,
1776
1869
  source: "manual",
1777
1870
  created_at: "date",
1778
- updated_at: "date"
1871
+ updated_at: "date",
1779
1872
  },
1780
1873
  {
1781
1874
  id: "346f58f0-dae4-4995-b411-2df74321dae8",
@@ -1787,9 +1880,10 @@ exports.onboardingSchema = {
1787
1880
  is_active: true,
1788
1881
  source: "manual",
1789
1882
  created_at: "date",
1790
- updated_at: "date"
1791
- }
1792
- ]
1883
+ updated_at: "date",
1884
+ },
1885
+ ],
1886
+ order: 2,
1793
1887
  },
1794
1888
  {
1795
1889
  id: "5c711bf2-50a1-41ca-ad8e-2d182a8bdfa6",
@@ -1814,7 +1908,7 @@ exports.onboardingSchema = {
1814
1908
  is_active: true,
1815
1909
  source: "manual",
1816
1910
  created_at: "date",
1817
- updated_at: "date"
1911
+ updated_at: "date",
1818
1912
  },
1819
1913
  {
1820
1914
  id: "c82d75c4-e953-4590-84e8-233f45be56b9",
@@ -1826,9 +1920,10 @@ exports.onboardingSchema = {
1826
1920
  is_active: true,
1827
1921
  source: "manual",
1828
1922
  created_at: "date",
1829
- updated_at: "date"
1830
- }
1831
- ]
1923
+ updated_at: "date",
1924
+ },
1925
+ ],
1926
+ order: 3,
1832
1927
  },
1833
1928
  {
1834
1929
  id: "1874e974-bcaf-482a-8a7c-ee5ba74da8d6",
@@ -1853,7 +1948,7 @@ exports.onboardingSchema = {
1853
1948
  is_active: true,
1854
1949
  source: "manual",
1855
1950
  created_at: "date",
1856
- updated_at: "date"
1951
+ updated_at: "date",
1857
1952
  },
1858
1953
  {
1859
1954
  id: "78e3081f-350d-4070-b0c7-1c42d87c4b18",
@@ -1865,9 +1960,10 @@ exports.onboardingSchema = {
1865
1960
  is_active: true,
1866
1961
  source: "manual",
1867
1962
  created_at: "date",
1868
- updated_at: "date"
1869
- }
1870
- ]
1963
+ updated_at: "date",
1964
+ },
1965
+ ],
1966
+ order: 4,
1871
1967
  },
1872
1968
  {
1873
1969
  id: "892f309a-3377-413e-bec6-9615901eaa75",
@@ -1892,7 +1988,7 @@ exports.onboardingSchema = {
1892
1988
  is_active: true,
1893
1989
  source: "manual",
1894
1990
  created_at: "date",
1895
- updated_at: "date"
1991
+ updated_at: "date",
1896
1992
  },
1897
1993
  {
1898
1994
  id: "2585f4de-0f96-4bd1-afef-21193f6e9f91",
@@ -1904,13 +2000,14 @@ exports.onboardingSchema = {
1904
2000
  is_active: true,
1905
2001
  source: "manual",
1906
2002
  created_at: "date",
1907
- updated_at: "date"
1908
- }
1909
- ]
1910
- }
1911
- ]
1912
- }
1913
- ]
2003
+ updated_at: "date",
2004
+ },
2005
+ ],
2006
+ order: 5,
2007
+ },
2008
+ ],
2009
+ },
2010
+ ],
1914
2011
  },
1915
2012
  {
1916
2013
  id: "3c0e0130-e8e8-4f00-8d40-62b9a350bebb",
@@ -1943,7 +2040,8 @@ exports.onboardingSchema = {
1943
2040
  required: true,
1944
2041
  is_prefilled: false,
1945
2042
  created_at: "date",
1946
- updated_at: "date"
2043
+ updated_at: "date",
2044
+ order: 1,
1947
2045
  },
1948
2046
  {
1949
2047
  id: "39eb70d8-7fa7-4edb-8731-d96e3a40b72c",
@@ -1968,7 +2066,7 @@ exports.onboardingSchema = {
1968
2066
  is_active: true,
1969
2067
  source: "manual",
1970
2068
  created_at: "date",
1971
- updated_at: "date"
2069
+ updated_at: "date",
1972
2070
  },
1973
2071
  {
1974
2072
  id: "1ea9a812-0aac-4259-9e57-c1ebcc04c3a9",
@@ -1980,7 +2078,7 @@ exports.onboardingSchema = {
1980
2078
  is_active: true,
1981
2079
  source: "manual",
1982
2080
  created_at: "date",
1983
- updated_at: "date"
2081
+ updated_at: "date",
1984
2082
  },
1985
2083
  {
1986
2084
  id: "6ad68a53-30b6-4b22-857c-7e7560fc7f86",
@@ -1992,7 +2090,7 @@ exports.onboardingSchema = {
1992
2090
  is_active: true,
1993
2091
  source: "manual",
1994
2092
  created_at: "date",
1995
- updated_at: "date"
2093
+ updated_at: "date",
1996
2094
  },
1997
2095
  {
1998
2096
  id: "89159e28-3c7d-4a79-9374-b832be507e9e",
@@ -2004,7 +2102,7 @@ exports.onboardingSchema = {
2004
2102
  is_active: true,
2005
2103
  source: "manual",
2006
2104
  created_at: "date",
2007
- updated_at: "date"
2105
+ updated_at: "date",
2008
2106
  },
2009
2107
  {
2010
2108
  id: "ae6000e8-ac57-43d5-a5b1-b0a714a7abdc",
@@ -2016,7 +2114,7 @@ exports.onboardingSchema = {
2016
2114
  is_active: true,
2017
2115
  source: "manual",
2018
2116
  created_at: "date",
2019
- updated_at: "date"
2117
+ updated_at: "date",
2020
2118
  },
2021
2119
  {
2022
2120
  id: "7d63d2fc-d4c3-4ea6-9fe8-41d92d9ec1e8",
@@ -2028,7 +2126,7 @@ exports.onboardingSchema = {
2028
2126
  is_active: true,
2029
2127
  source: "manual",
2030
2128
  created_at: "date",
2031
- updated_at: "date"
2129
+ updated_at: "date",
2032
2130
  },
2033
2131
  {
2034
2132
  id: "2dea90ef-ac91-4a6f-ad82-e854f62b41c6",
@@ -2040,7 +2138,7 @@ exports.onboardingSchema = {
2040
2138
  is_active: true,
2041
2139
  source: "manual",
2042
2140
  created_at: "date",
2043
- updated_at: "date"
2141
+ updated_at: "date",
2044
2142
  },
2045
2143
  {
2046
2144
  id: "0304bfb4-464f-4299-b5e3-a1fcc350503a",
@@ -2052,9 +2150,10 @@ exports.onboardingSchema = {
2052
2150
  is_active: true,
2053
2151
  source: "manual",
2054
2152
  created_at: "date",
2055
- updated_at: "date"
2056
- }
2057
- ]
2153
+ updated_at: "date",
2154
+ },
2155
+ ],
2156
+ order: 2,
2058
2157
  },
2059
2158
  {
2060
2159
  id: "42fb0d25-8c6c-4824-9e77-691c669a4068",
@@ -2067,7 +2166,8 @@ exports.onboardingSchema = {
2067
2166
  required: false,
2068
2167
  is_prefilled: false,
2069
2168
  created_at: "date",
2070
- updated_at: "date"
2169
+ updated_at: "date",
2170
+ order: 3,
2071
2171
  },
2072
2172
  {
2073
2173
  id: "298e45e1-3cd5-4541-9509-dc7489da158e",
@@ -2080,13 +2180,14 @@ exports.onboardingSchema = {
2080
2180
  required: false,
2081
2181
  is_prefilled: false,
2082
2182
  created_at: "date",
2083
- updated_at: "date"
2084
- }
2085
- ]
2086
- }
2087
- ]
2088
- }
2089
- ]
2183
+ updated_at: "date",
2184
+ order: 4,
2185
+ },
2186
+ ],
2187
+ },
2188
+ ],
2189
+ },
2190
+ ],
2090
2191
  },
2091
2192
  {
2092
2193
  id: "e462c877-9c09-4f37-afd4-996d349fee04",
@@ -2122,7 +2223,7 @@ exports.onboardingSchema = {
2122
2223
  {
2123
2224
  id: "f891a850-e672-4fff-a623-34f8c6b521c5",
2124
2225
  group_id: "02cfb72e-1bb6-4410-a15f-146d261fdde7",
2125
- question_code: "substep_one.substep_one.have_you_carried_out_at_least_10_transactions_per_quarter_over_the_last_12_months_of_a_minimum_total_amount_of_40_million_saudi_riyals_on_securities_market",
2226
+ question_code: "1101",
2126
2227
  label_en: "Have you carried out at least 10 transactions per quarter over the last 12 months of a minimum total amount of 40 million Saudi Riyals on Securities Market?",
2127
2228
  label_ar: "هل قمت بتنفيذ 10 معاملات على الأقل كل ربع سنة خلال الـ 12 شهراً الماضية بمبلغ إجمالي لا يقل عن 40 مليون ريال سعودي في سوق الأوراق المالية؟",
2128
2229
  type: "yes_no",
@@ -2135,33 +2236,34 @@ exports.onboardingSchema = {
2135
2236
  {
2136
2237
  id: "09ff4050-a173-47ed-ad05-d19dadc209f9",
2137
2238
  question_id: "f891a850-e672-4fff-a623-34f8c6b521c5",
2138
- option_code: "YES",
2239
+ option_code: "A",
2139
2240
  option_en: "Yes",
2140
2241
  option_ar: "نعم",
2141
2242
  display_order: 1,
2142
2243
  is_active: true,
2143
2244
  source: "manual",
2144
2245
  created_at: "date",
2145
- updated_at: "date"
2246
+ updated_at: "date",
2146
2247
  },
2147
2248
  {
2148
2249
  id: "8810db8b-01f4-41b2-8bac-f71ba47808e8",
2149
2250
  question_id: "f891a850-e672-4fff-a623-34f8c6b521c5",
2150
- option_code: "NO",
2251
+ option_code: "B",
2151
2252
  option_en: "No",
2152
2253
  option_ar: "لا",
2153
2254
  display_order: 2,
2154
2255
  is_active: true,
2155
2256
  source: "manual",
2156
2257
  created_at: "date",
2157
- updated_at: "date"
2158
- }
2159
- ]
2258
+ updated_at: "date",
2259
+ },
2260
+ ],
2261
+ order: 1,
2160
2262
  },
2161
2263
  {
2162
2264
  id: "50f9c0ef-29a9-4d4a-a5e5-065e29e88445",
2163
2265
  group_id: "02cfb72e-1bb6-4410-a15f-146d261fdde7",
2164
- question_code: "substep_one.substep_one.do_you_hold_the_general_securities_qualification_certificate_that_is_recognized_by_the_authority_and_has_an_annual_income_that_is_not_less_than_600000_saudi_riyals_in_the_last_two_years",
2266
+ question_code: "1102",
2165
2267
  label_en: "Do you hold the General Securities Qualification Certificate that is recognized by the Authority, and has an Annual Income that is not less than 600,000 Saudi Riyals in the last two years?",
2166
2268
  label_ar: "هل تحمل شهادة التأهيل العامة للأوراق المالية المعترف بها من الهيئة، ولديك دخل سنوي لا يقل عن 600,000 ريال سعودي في العامين الماضيين؟",
2167
2269
  type: "yes_no",
@@ -2174,28 +2276,29 @@ exports.onboardingSchema = {
2174
2276
  {
2175
2277
  id: "8a114fba-49a7-4687-bba7-b560aeacd971",
2176
2278
  question_id: "50f9c0ef-29a9-4d4a-a5e5-065e29e88445",
2177
- option_code: "YES",
2279
+ option_code: "A",
2178
2280
  option_en: "Yes",
2179
2281
  option_ar: "نعم",
2180
2282
  display_order: 1,
2181
2283
  is_active: true,
2182
2284
  source: "manual",
2183
2285
  created_at: "date",
2184
- updated_at: "date"
2286
+ updated_at: "date",
2185
2287
  },
2186
2288
  {
2187
2289
  id: "57411381-b01a-4c75-8299-d02cbcbd250e",
2188
2290
  question_id: "50f9c0ef-29a9-4d4a-a5e5-065e29e88445",
2189
- option_code: "NO",
2291
+ option_code: "B",
2190
2292
  option_en: "No",
2191
2293
  option_ar: "لا",
2192
2294
  display_order: 2,
2193
2295
  is_active: true,
2194
2296
  source: "manual",
2195
2297
  created_at: "date",
2196
- updated_at: "date"
2197
- }
2198
- ]
2298
+ updated_at: "date",
2299
+ },
2300
+ ],
2301
+ order: 2,
2199
2302
  },
2200
2303
  {
2201
2304
  id: "5e88dfd3-2bde-40d7-8587-dbd2a093bffb",
@@ -2220,7 +2323,7 @@ exports.onboardingSchema = {
2220
2323
  is_active: true,
2221
2324
  source: "manual",
2222
2325
  created_at: "date",
2223
- updated_at: "date"
2326
+ updated_at: "date",
2224
2327
  },
2225
2328
  {
2226
2329
  id: "76eb003c-5ea7-4e96-b9fe-e0680ae186ce",
@@ -2232,13 +2335,14 @@ exports.onboardingSchema = {
2232
2335
  is_active: true,
2233
2336
  source: "manual",
2234
2337
  created_at: "date",
2235
- updated_at: "date"
2236
- }
2237
- ]
2238
- }
2239
- ]
2240
- }
2241
- ]
2338
+ updated_at: "date",
2339
+ },
2340
+ ],
2341
+ order: 3,
2342
+ },
2343
+ ],
2344
+ },
2345
+ ],
2242
2346
  },
2243
2347
  {
2244
2348
  id: "bef276ba-b730-4824-8524-e5155bee02b0",
@@ -2262,7 +2366,7 @@ exports.onboardingSchema = {
2262
2366
  questions: [
2263
2367
  {
2264
2368
  id: "fc5c519a-991f-4f83-a6b1-3a9d8f4d2045",
2265
- question_code: "substep_two.substep_two.professional_certificates",
2369
+ question_code: "1104",
2266
2370
  group_id: "5c33771d-fb67-44b4-87af-53e269680342",
2267
2371
  label_en: "professional certificates",
2268
2372
  label_ar: "الشهادات المهنية",
@@ -2276,26 +2380,26 @@ exports.onboardingSchema = {
2276
2380
  {
2277
2381
  id: "b8246d05-692b-4b40-bc40-89045ea0cfb7",
2278
2382
  question_id: "fc5c519a-991f-4f83-a6b1-3a9d8f4d2045",
2279
- option_code: "MASTERS",
2383
+ option_code: "A",
2280
2384
  option_en: "Masters In Finance, Accounting, or any major related to Securities",
2281
2385
  option_ar: "ماجستير في التمويل أو المحاسبة أو أي تخصص ذي صلة بالأوراق المالية",
2282
2386
  display_order: 1,
2283
2387
  is_active: true,
2284
2388
  source: "manual",
2285
2389
  created_at: "date",
2286
- updated_at: "date"
2390
+ updated_at: "date",
2287
2391
  },
2288
2392
  {
2289
2393
  id: "61335725-2f59-488e-8f76-e7a4313a5b64",
2290
2394
  question_id: "fc5c519a-991f-4f83-a6b1-3a9d8f4d2045",
2291
- option_code: "CFA",
2395
+ option_code: "B",
2292
2396
  option_en: "Chartered Financial Analyst (CFA) (Level 1)",
2293
2397
  option_ar: "محلل مالي معتمد (CFA) (المستوى الأول)",
2294
2398
  display_order: 2,
2295
2399
  is_active: true,
2296
2400
  source: "manual",
2297
2401
  created_at: "date",
2298
- updated_at: "date"
2402
+ updated_at: "date",
2299
2403
  },
2300
2404
  {
2301
2405
  id: "43c47f59-edd0-442e-9f7e-fbf003ebb979",
@@ -2307,7 +2411,7 @@ exports.onboardingSchema = {
2307
2411
  is_active: true,
2308
2412
  source: "manual",
2309
2413
  created_at: "date",
2310
- updated_at: "date"
2414
+ updated_at: "date",
2311
2415
  },
2312
2416
  {
2313
2417
  id: "15815422-3890-426f-9e6c-b64292e721ab",
@@ -2319,7 +2423,7 @@ exports.onboardingSchema = {
2319
2423
  is_active: true,
2320
2424
  source: "manual",
2321
2425
  created_at: "date",
2322
- updated_at: "date"
2426
+ updated_at: "date",
2323
2427
  },
2324
2428
  {
2325
2429
  id: "a4526c96-0659-4716-9df9-50af8e37b44f",
@@ -2331,7 +2435,7 @@ exports.onboardingSchema = {
2331
2435
  is_active: true,
2332
2436
  source: "manual",
2333
2437
  created_at: "date",
2334
- updated_at: "date"
2438
+ updated_at: "date",
2335
2439
  },
2336
2440
  {
2337
2441
  id: "cfae8107-9021-4d89-a741-b3d06eada7dc",
@@ -2343,7 +2447,7 @@ exports.onboardingSchema = {
2343
2447
  is_active: true,
2344
2448
  source: "manual",
2345
2449
  created_at: "date",
2346
- updated_at: "date"
2450
+ updated_at: "date",
2347
2451
  },
2348
2452
  {
2349
2453
  id: "2d1379bc-4ff3-4458-9e27-d42158e564c8",
@@ -2355,7 +2459,7 @@ exports.onboardingSchema = {
2355
2459
  is_active: true,
2356
2460
  source: "manual",
2357
2461
  created_at: "date",
2358
- updated_at: "date"
2462
+ updated_at: "date",
2359
2463
  },
2360
2464
  {
2361
2465
  id: "b2579205-5a29-4630-8c69-ec157f631ce8",
@@ -2367,13 +2471,14 @@ exports.onboardingSchema = {
2367
2471
  is_active: true,
2368
2472
  source: "manual",
2369
2473
  created_at: "date",
2370
- updated_at: "date"
2371
- }
2372
- ]
2373
- }
2374
- ]
2375
- }
2376
- ]
2474
+ updated_at: "date",
2475
+ },
2476
+ ],
2477
+ order: 1,
2478
+ },
2479
+ ],
2480
+ },
2481
+ ],
2377
2482
  },
2378
2483
  {
2379
2484
  id: "b82738db-073c-4836-8b02-3f85c5b8ff15",
@@ -2418,7 +2523,7 @@ exports.onboardingSchema = {
2418
2523
  is_active: true,
2419
2524
  source: "manual",
2420
2525
  created_at: "date",
2421
- updated_at: "date"
2526
+ updated_at: "date",
2422
2527
  },
2423
2528
  {
2424
2529
  id: "5786b3d3-07f2-46a5-bea2-b791a5717906",
@@ -2430,7 +2535,7 @@ exports.onboardingSchema = {
2430
2535
  is_active: true,
2431
2536
  source: "manual",
2432
2537
  created_at: "date",
2433
- updated_at: "date"
2538
+ updated_at: "date",
2434
2539
  },
2435
2540
  {
2436
2541
  id: "c3b5b568-7dd0-4702-999d-bb5656978545",
@@ -2442,7 +2547,7 @@ exports.onboardingSchema = {
2442
2547
  is_active: true,
2443
2548
  source: "manual",
2444
2549
  created_at: "date",
2445
- updated_at: "date"
2550
+ updated_at: "date",
2446
2551
  },
2447
2552
  {
2448
2553
  id: "a8d724e1-3e93-457b-a486-6fcc9f1615a3",
@@ -2454,7 +2559,7 @@ exports.onboardingSchema = {
2454
2559
  is_active: true,
2455
2560
  source: "manual",
2456
2561
  created_at: "date",
2457
- updated_at: "date"
2562
+ updated_at: "date",
2458
2563
  },
2459
2564
  {
2460
2565
  id: "125f75f2-1425-416a-940b-dc29ae17ca79",
@@ -2466,7 +2571,7 @@ exports.onboardingSchema = {
2466
2571
  is_active: true,
2467
2572
  source: "manual",
2468
2573
  created_at: "date",
2469
- updated_at: "date"
2574
+ updated_at: "date",
2470
2575
  },
2471
2576
  {
2472
2577
  id: "85fbca81-18a2-467b-b50e-4aa354be4a2b",
@@ -2478,7 +2583,7 @@ exports.onboardingSchema = {
2478
2583
  is_active: true,
2479
2584
  source: "manual",
2480
2585
  created_at: "date",
2481
- updated_at: "date"
2586
+ updated_at: "date",
2482
2587
  },
2483
2588
  {
2484
2589
  id: "fe8f4649-8ff2-4c59-806a-d72386f89546",
@@ -2490,7 +2595,7 @@ exports.onboardingSchema = {
2490
2595
  is_active: true,
2491
2596
  source: "manual",
2492
2597
  created_at: "date",
2493
- updated_at: "date"
2598
+ updated_at: "date",
2494
2599
  },
2495
2600
  {
2496
2601
  id: "3a81d45d-5721-4fd9-b122-adee457fe609",
@@ -2502,15 +2607,16 @@ exports.onboardingSchema = {
2502
2607
  is_active: true,
2503
2608
  source: "manual",
2504
2609
  created_at: "date",
2505
- updated_at: "date"
2506
- }
2507
- ]
2508
- }
2509
- ]
2510
- }
2511
- ]
2512
- }
2513
- ]
2610
+ updated_at: "date",
2611
+ },
2612
+ ],
2613
+ order: 1,
2614
+ },
2615
+ ],
2616
+ },
2617
+ ],
2618
+ },
2619
+ ],
2514
2620
  },
2515
2621
  {
2516
2622
  id: "54333a89-fff5-4634-81f7-16b253dd7ab3",
@@ -2546,7 +2652,7 @@ exports.onboardingSchema = {
2546
2652
  {
2547
2653
  id: "b799cae4-1a05-4849-8a44-b0187aebd1bc",
2548
2654
  group_id: "dcc5d5c7-8342-48ad-917a-8999bed83169",
2549
- question_code: "substep_one.substep_one.what_are_the_financial_products_that_you_previously_invested_in_executed",
2655
+ question_code: "2103",
2550
2656
  label_en: "What are the financial products that you previously invested in/ executed?",
2551
2657
  label_ar: "ما هي المنتجات المالية التي استثمرت فيها/نفذتها سابقاً؟",
2552
2658
  type: "multi_choice",
@@ -2559,80 +2665,81 @@ exports.onboardingSchema = {
2559
2665
  {
2560
2666
  id: "e7640d83-ee64-4c3e-8327-392f61d1456f",
2561
2667
  question_id: "b799cae4-1a05-4849-8a44-b0187aebd1bc",
2562
- option_code: "DEPOSITS",
2668
+ option_code: "A",
2563
2669
  option_en: "Deposits and Murabaha",
2564
2670
  option_ar: "الودائع والمرابحة",
2565
2671
  display_order: 1,
2566
2672
  is_active: true,
2567
2673
  source: "manual",
2568
2674
  created_at: "date",
2569
- updated_at: "date"
2675
+ updated_at: "date",
2570
2676
  },
2571
2677
  {
2572
2678
  id: "731c3e57-fd03-4dc4-8db5-356bfee9c963",
2573
2679
  question_id: "b799cae4-1a05-4849-8a44-b0187aebd1bc",
2574
- option_code: "DEBT",
2680
+ option_code: "B",
2575
2681
  option_en: "Debt Instruments",
2576
2682
  option_ar: "أدوات الدين",
2577
2683
  display_order: 2,
2578
2684
  is_active: true,
2579
2685
  source: "manual",
2580
2686
  created_at: "date",
2581
- updated_at: "date"
2687
+ updated_at: "date",
2582
2688
  },
2583
2689
  {
2584
2690
  id: "06358c0f-b454-4fc3-8fe0-0a471f9e6a4f",
2585
2691
  question_id: "b799cae4-1a05-4849-8a44-b0187aebd1bc",
2586
- option_code: "REAL_ESTATE",
2692
+ option_code: "D",
2587
2693
  option_en: "Real Estates",
2588
2694
  option_ar: "العقارات",
2589
2695
  display_order: 3,
2590
2696
  is_active: true,
2591
2697
  source: "manual",
2592
2698
  created_at: "date",
2593
- updated_at: "date"
2699
+ updated_at: "date",
2594
2700
  },
2595
2701
  {
2596
2702
  id: "ce3f7d32-81c0-4935-9af8-92e8d43a8d6c",
2597
2703
  question_id: "b799cae4-1a05-4849-8a44-b0187aebd1bc",
2598
- option_code: "DERIVATIVE",
2704
+ option_code: "E",
2599
2705
  option_en: "Derivative Contracts",
2600
2706
  option_ar: "العقود المشتقة",
2601
2707
  display_order: 4,
2602
2708
  is_active: true,
2603
2709
  source: "manual",
2604
2710
  created_at: "date",
2605
- updated_at: "date"
2711
+ updated_at: "date",
2606
2712
  },
2607
2713
  {
2608
2714
  id: "c86e0017-79f4-4f73-b097-568fbe89d5c9",
2609
2715
  question_id: "b799cae4-1a05-4849-8a44-b0187aebd1bc",
2610
- option_code: "ALTERNATIVE",
2716
+ option_code: "F",
2611
2717
  option_en: "Alternative Investments",
2612
2718
  option_ar: "الاستثمارات البديلة",
2613
2719
  display_order: 5,
2614
2720
  is_active: true,
2615
2721
  source: "manual",
2616
2722
  created_at: "date",
2617
- updated_at: "date"
2723
+ updated_at: "date",
2618
2724
  },
2619
2725
  {
2620
2726
  id: "e07878bf-3d9f-4392-945a-9fbfb28fd527",
2621
2727
  question_id: "b799cae4-1a05-4849-8a44-b0187aebd1bc",
2622
- option_code: "MARGIN",
2728
+ option_code: "G",
2623
2729
  option_en: "Margin Transactions (over the past 5 years)",
2624
2730
  option_ar: "معاملات الهامش (خلال السنوات الخمس الماضية)",
2625
2731
  display_order: 6,
2626
2732
  is_active: true,
2627
2733
  source: "manual",
2628
2734
  created_at: "date",
2629
- updated_at: "date"
2630
- }
2631
- ]
2632
- }
2633
- ]
2634
- }
2635
- ]
2735
+ updated_at: "date",
2736
+ },
2737
+ ],
2738
+ order: 1,
2739
+ },
2740
+ ],
2741
+ },
2742
+ ],
2636
2743
  },
2637
2744
  {
2638
2745
  id: "ca4648f2-a9d3-4290-b8f9-ffc17d5a04fd",
@@ -2657,7 +2764,7 @@ exports.onboardingSchema = {
2657
2764
  {
2658
2765
  id: "d45f5299-bad5-4581-b2d4-c9973a17202d",
2659
2766
  group_id: "890f5353-fe4c-4303-b747-4e99584c747e",
2660
- question_code: "substep_two.knowledge_and_goals.how_much_do_you_know_about_investment_investment_concepts_and_products_and_the_different_risks_involved",
2767
+ question_code: "2101",
2661
2768
  label_en: "How much do you know about investment, investment concepts and products, and the different risks involved?",
2662
2769
  label_ar: "ما مدى معرفتك بالاستثمار ومفاهيمه ومنتجاته والمخاطر المختلفة المرتبطة به؟",
2663
2770
  type: "single_choice",
@@ -2670,52 +2777,53 @@ exports.onboardingSchema = {
2670
2777
  {
2671
2778
  id: "dc354a1d-9738-4c9e-b060-309b9212e865",
2672
2779
  question_id: "d45f5299-bad5-4581-b2d4-c9973a17202d",
2673
- option_code: "NO_KNOWLEDGE",
2780
+ option_code: "A",
2674
2781
  option_en: "No Knowledge",
2675
2782
  option_ar: "لا توجد معرفة",
2676
2783
  display_order: 1,
2677
2784
  is_active: true,
2678
2785
  source: "manual",
2679
2786
  created_at: "date",
2680
- updated_at: "date"
2787
+ updated_at: "date",
2681
2788
  },
2682
2789
  {
2683
2790
  id: "6ee1ad14-cea1-40dd-a33d-c28b3b2517f5",
2684
2791
  question_id: "d45f5299-bad5-4581-b2d4-c9973a17202d",
2685
- option_code: "BASIC_KNOWLEDGE",
2792
+ option_code: "B",
2686
2793
  option_en: "Basic Knowledge",
2687
2794
  option_ar: "معرفة أساسية",
2688
2795
  display_order: 2,
2689
2796
  is_active: true,
2690
2797
  source: "manual",
2691
2798
  created_at: "date",
2692
- updated_at: "date"
2799
+ updated_at: "date",
2693
2800
  },
2694
2801
  {
2695
2802
  id: "223f49df-66a4-4b45-98ee-3256fc0fba42",
2696
2803
  question_id: "d45f5299-bad5-4581-b2d4-c9973a17202d",
2697
- option_code: "GOOD_KNOWLEDGE",
2804
+ option_code: "C",
2698
2805
  option_en: "Good Knowledge",
2699
2806
  option_ar: "معرفة جيدة",
2700
2807
  display_order: 3,
2701
2808
  is_active: true,
2702
2809
  source: "manual",
2703
2810
  created_at: "date",
2704
- updated_at: "date"
2811
+ updated_at: "date",
2705
2812
  },
2706
2813
  {
2707
2814
  id: "c8be90e1-58f0-40a2-9706-a09a5cf7b892",
2708
2815
  question_id: "d45f5299-bad5-4581-b2d4-c9973a17202d",
2709
- option_code: "HIGH_KNOWLEDGE",
2816
+ option_code: "D",
2710
2817
  option_en: "High Knowledge",
2711
2818
  option_ar: "معرفة عالية",
2712
2819
  display_order: 4,
2713
2820
  is_active: true,
2714
2821
  source: "manual",
2715
2822
  created_at: "date",
2716
- updated_at: "date"
2717
- }
2718
- ]
2823
+ updated_at: "date",
2824
+ },
2825
+ ],
2826
+ order: 1,
2719
2827
  },
2720
2828
  {
2721
2829
  id: "1c9e728b-fe4f-47e2-b64e-2807a5700507",
@@ -2726,59 +2834,60 @@ exports.onboardingSchema = {
2726
2834
  required: true,
2727
2835
  editable: true,
2728
2836
  is_prefilled: false,
2729
- question_code: "substep_two.knowledge_and_goals.how_long_have_you_been_actively_investing_trading",
2837
+ question_code: "2102",
2730
2838
  created_at: "date",
2731
2839
  updated_at: "date",
2732
2840
  answers: [
2733
2841
  {
2734
2842
  id: "83b10643-fd70-4bda-9a17-d57bdc91a75e",
2735
2843
  question_id: "1c9e728b-fe4f-47e2-b64e-2807a5700507",
2736
- option_code: "LESS_1_YEAR_EXPERIENCE",
2844
+ option_code: "A",
2737
2845
  option_en: "Less than 1 year",
2738
2846
  option_ar: "أقل من سنة واحدة",
2739
2847
  display_order: 1,
2740
2848
  is_active: true,
2741
2849
  source: "manual",
2742
2850
  created_at: "date",
2743
- updated_at: "date"
2851
+ updated_at: "date",
2744
2852
  },
2745
2853
  {
2746
2854
  id: "395dab06-b7ba-49e2-8d26-834c2a160726",
2747
2855
  question_id: "1c9e728b-fe4f-47e2-b64e-2807a5700507",
2748
- option_code: "1_TO_3_YEARS_EXPERIENCE",
2856
+ option_code: "B",
2749
2857
  option_en: "1 to 3 years",
2750
2858
  option_ar: "1 إلى 3 سنوات",
2751
2859
  display_order: 2,
2752
2860
  is_active: true,
2753
2861
  source: "manual",
2754
2862
  created_at: "date",
2755
- updated_at: "date"
2863
+ updated_at: "date",
2756
2864
  },
2757
2865
  {
2758
2866
  id: "d861b11b-6fa0-48d0-b850-f71699ef501d",
2759
2867
  question_id: "1c9e728b-fe4f-47e2-b64e-2807a5700507",
2760
- option_code: "3_TO_5_YEARS_EXPERIENCE",
2868
+ option_code: "C",
2761
2869
  option_en: "3 to 5 years",
2762
2870
  option_ar: "3 إلى 5 سنوات",
2763
2871
  display_order: 3,
2764
2872
  is_active: true,
2765
2873
  source: "manual",
2766
2874
  created_at: "date",
2767
- updated_at: "date"
2875
+ updated_at: "date",
2768
2876
  },
2769
2877
  {
2770
2878
  id: "87596d27-2ba9-4e84-b250-02a75010a123",
2771
2879
  question_id: "1c9e728b-fe4f-47e2-b64e-2807a5700507",
2772
- option_code: "MORE_5_YEARS_EXPERIENCE",
2880
+ option_code: "D",
2773
2881
  option_en: "More than 5 years",
2774
2882
  option_ar: "أكثر من 5 سنوات",
2775
2883
  display_order: 4,
2776
2884
  is_active: true,
2777
2885
  source: "manual",
2778
2886
  created_at: "date",
2779
- updated_at: "date"
2780
- }
2781
- ]
2887
+ updated_at: "date",
2888
+ },
2889
+ ],
2890
+ order: 2,
2782
2891
  },
2783
2892
  {
2784
2893
  id: "ad446c28-ca71-464b-9bbd-13d443f61894",
@@ -2789,59 +2898,60 @@ exports.onboardingSchema = {
2789
2898
  required: true,
2790
2899
  editable: true,
2791
2900
  is_prefilled: false,
2792
- question_code: "substep_two.knowledge_and_goals.what_is_your_investment_objective",
2901
+ question_code: "2104",
2793
2902
  created_at: "date",
2794
2903
  updated_at: "date",
2795
2904
  answers: [
2796
2905
  {
2797
2906
  id: "098f85fb-f848-48a4-985b-900ea8bb706f",
2798
2907
  question_id: "ad446c28-ca71-464b-9bbd-13d443f61894",
2799
- option_code: "PRESERVE_CAPITAL",
2908
+ option_code: "A",
2800
2909
  option_en: "To preserve capital, with a return just above deposit rate",
2801
2910
  option_ar: "الحفاظ على رأس المال، مع عائد أعلى قليلاً من معدل الودائع",
2802
2911
  display_order: 1,
2803
2912
  is_active: true,
2804
2913
  source: "manual",
2805
2914
  created_at: "date",
2806
- updated_at: "date"
2915
+ updated_at: "date",
2807
2916
  },
2808
2917
  {
2809
2918
  id: "8e19e694-8d6d-4c5a-a73c-25a8f0edf4bc",
2810
2919
  question_id: "ad446c28-ca71-464b-9bbd-13d443f61894",
2811
- option_code: "EARN_MORE",
2920
+ option_code: "B",
2812
2921
  option_en: "To earn more than deposit rate, while risking only a small amount of my capital",
2813
2922
  option_ar: "كسب أكثر من معدل الودائع، مع المخاطرة بجزء صغير من رأس مالي فقط",
2814
2923
  display_order: 2,
2815
2924
  is_active: true,
2816
2925
  source: "manual",
2817
2926
  created_at: "date",
2818
- updated_at: "date"
2927
+ updated_at: "date",
2819
2928
  },
2820
2929
  {
2821
2930
  id: "e443d3c5-cc98-4ac4-929c-21018a7565b4",
2822
2931
  question_id: "ad446c28-ca71-464b-9bbd-13d443f61894",
2823
- option_code: "OPTION_3",
2932
+ option_code: "C",
2824
2933
  option_en: "To grow my capital, but I am willing to accept short-term losses only",
2825
2934
  option_ar: "تنمية رأس مالي، لكنني مستعد لقبول الخسائر قصيرة المدى فقط",
2826
2935
  display_order: 3,
2827
2936
  is_active: true,
2828
2937
  source: "manual",
2829
2938
  created_at: "date",
2830
- updated_at: "date"
2939
+ updated_at: "date",
2831
2940
  },
2832
2941
  {
2833
2942
  id: "0657ac50-4198-463a-94c5-e95e2f662e9a",
2834
2943
  question_id: "ad446c28-ca71-464b-9bbd-13d443f61894",
2835
- option_code: "MAXIMIZE_CAPITAL",
2944
+ option_code: "D",
2836
2945
  option_en: "To maximize capital growth, and I am willing to take substantial risk to do so",
2837
2946
  option_ar: "تعظيم نمو رأس المال، وأنا مستعد لتحمل مخاطر كبيرة لتحقيق ذلك",
2838
2947
  display_order: 4,
2839
2948
  is_active: true,
2840
2949
  source: "manual",
2841
2950
  created_at: "date",
2842
- updated_at: "date"
2843
- }
2844
- ]
2951
+ updated_at: "date",
2952
+ },
2953
+ ],
2954
+ order: 3,
2845
2955
  },
2846
2956
  {
2847
2957
  id: "9c221ac1-5a72-4b2e-8b85-475aabbd45de",
@@ -2852,59 +2962,60 @@ exports.onboardingSchema = {
2852
2962
  required: true,
2853
2963
  editable: true,
2854
2964
  is_prefilled: false,
2855
- question_code: "substep_two.knowledge_and_goals.how_long_are_you_looking_to_invest_for",
2965
+ question_code: "2105",
2856
2966
  created_at: "date",
2857
2967
  updated_at: "date",
2858
2968
  answers: [
2859
2969
  {
2860
2970
  id: "e8f7072a-8a25-4e1d-b6d9-50b4f7a9147c",
2861
2971
  question_id: "9c221ac1-5a72-4b2e-8b85-475aabbd45de",
2862
- option_code: "LESS_1_YEAR_INVESTMENT",
2972
+ option_code: "A",
2863
2973
  option_en: "Less than 1 year",
2864
2974
  option_ar: "أقل من سنة واحدة",
2865
2975
  display_order: 1,
2866
2976
  is_active: true,
2867
2977
  source: "manual",
2868
2978
  created_at: "date",
2869
- updated_at: "date"
2979
+ updated_at: "date",
2870
2980
  },
2871
2981
  {
2872
2982
  id: "f0f1c585-b2da-427e-bff4-a867e73ac4d3",
2873
2983
  question_id: "9c221ac1-5a72-4b2e-8b85-475aabbd45de",
2874
- option_code: "2_TO_5_YEARS_INVESTMENT",
2984
+ option_code: "B",
2875
2985
  option_en: "2 to 5 years",
2876
2986
  option_ar: "2 إلى 5 سنوات",
2877
2987
  display_order: 2,
2878
2988
  is_active: true,
2879
2989
  source: "manual",
2880
2990
  created_at: "date",
2881
- updated_at: "date"
2991
+ updated_at: "date",
2882
2992
  },
2883
2993
  {
2884
2994
  id: "e2c60e8a-0c7e-4e2d-bdad-23e3c6f5163c",
2885
2995
  question_id: "9c221ac1-5a72-4b2e-8b85-475aabbd45de",
2886
- option_code: "6_TO_10_YEARS_INVESTMENT",
2996
+ option_code: "C",
2887
2997
  option_en: "6 to 10 years",
2888
2998
  option_ar: "6 إلى 10 سنوات",
2889
2999
  display_order: 3,
2890
3000
  is_active: true,
2891
3001
  source: "manual",
2892
3002
  created_at: "date",
2893
- updated_at: "date"
3003
+ updated_at: "date",
2894
3004
  },
2895
3005
  {
2896
3006
  id: "7ad8e946-8ddc-458a-b51d-92778a9804c5",
2897
3007
  question_id: "9c221ac1-5a72-4b2e-8b85-475aabbd45de",
2898
- option_code: "MORE_10_YEARS_INVESTMENT",
3008
+ option_code: "D",
2899
3009
  option_en: "More than 10 years",
2900
3010
  option_ar: "أكثر من 10 سنوات",
2901
3011
  display_order: 4,
2902
3012
  is_active: true,
2903
3013
  source: "manual",
2904
3014
  created_at: "date",
2905
- updated_at: "date"
2906
- }
2907
- ]
3015
+ updated_at: "date",
3016
+ },
3017
+ ],
3018
+ order: 4,
2908
3019
  },
2909
3020
  {
2910
3021
  id: "be7db771-a767-49b8-8bea-e90e88e22e73",
@@ -2922,52 +3033,53 @@ exports.onboardingSchema = {
2922
3033
  {
2923
3034
  id: "3562dcf1-7a7e-4ffb-ad4a-c0f8cc26eab8",
2924
3035
  question_id: "be7db771-a767-49b8-8bea-e90e88e22e73",
2925
- option_code: "VERY_LOW",
3036
+ option_code: "A",
2926
3037
  option_en: "Very Low",
2927
3038
  option_ar: "منخفض جداً",
2928
3039
  display_order: 1,
2929
3040
  is_active: true,
2930
3041
  source: "manual",
2931
3042
  created_at: "date",
2932
- updated_at: "date"
3043
+ updated_at: "date",
2933
3044
  },
2934
3045
  {
2935
3046
  id: "9ed52eac-aed6-4701-8d3e-025d4e27555b",
2936
3047
  question_id: "be7db771-a767-49b8-8bea-e90e88e22e73",
2937
- option_code: "LOW",
3048
+ option_code: "B",
2938
3049
  option_en: "Low",
2939
3050
  option_ar: "منخفض",
2940
3051
  display_order: 2,
2941
3052
  is_active: true,
2942
3053
  source: "manual",
2943
3054
  created_at: "date",
2944
- updated_at: "date"
3055
+ updated_at: "date",
2945
3056
  },
2946
3057
  {
2947
3058
  id: "5ca52ffe-3406-4711-a5a6-c9e875438f31",
2948
3059
  question_id: "be7db771-a767-49b8-8bea-e90e88e22e73",
2949
- option_code: "MEDIUM",
3060
+ option_code: "C",
2950
3061
  option_en: "Medium",
2951
3062
  option_ar: "متوسط",
2952
3063
  display_order: 3,
2953
3064
  is_active: true,
2954
3065
  source: "manual",
2955
3066
  created_at: "date",
2956
- updated_at: "date"
3067
+ updated_at: "date",
2957
3068
  },
2958
3069
  {
2959
3070
  id: "978dd620-7c90-4160-9aa0-f7b59534b417",
2960
3071
  question_id: "be7db771-a767-49b8-8bea-e90e88e22e73",
2961
- option_code: "HIGH",
3072
+ option_code: "D",
2962
3073
  option_en: "High",
2963
3074
  option_ar: "عالي",
2964
3075
  display_order: 4,
2965
3076
  is_active: true,
2966
3077
  source: "manual",
2967
3078
  created_at: "date",
2968
- updated_at: "date"
2969
- }
2970
- ]
3079
+ updated_at: "date",
3080
+ },
3081
+ ],
3082
+ order: 5,
2971
3083
  },
2972
3084
  {
2973
3085
  id: "5d15cf66-2445-42f4-9249-ac642ad10763",
@@ -2978,89 +3090,90 @@ exports.onboardingSchema = {
2978
3090
  required: true,
2979
3091
  editable: true,
2980
3092
  is_prefilled: false,
2981
- question_code: "substep_two.knowledge_and_goals.educational_level",
3093
+ question_code: "2108",
2982
3094
  created_at: "date",
2983
3095
  updated_at: "date",
2984
3096
  answers: [
2985
3097
  {
2986
3098
  id: "e6c5a17a-239c-4648-9519-71517d90d16c",
2987
3099
  question_id: "5d15cf66-2445-42f4-9249-ac642ad10763",
2988
- option_code: "ILLITERATE",
3100
+ option_code: "A",
2989
3101
  option_en: "Illiterate",
2990
3102
  option_ar: "أمي",
2991
3103
  display_order: 1,
2992
3104
  is_active: true,
2993
3105
  source: "manual",
2994
3106
  created_at: "date",
2995
- updated_at: "date"
3107
+ updated_at: "date",
2996
3108
  },
2997
3109
  {
2998
3110
  id: "eec14692-5b02-452c-8797-1dd84de2b57e",
2999
3111
  question_id: "5d15cf66-2445-42f4-9249-ac642ad10763",
3000
- option_code: "PRE_INTERMEDIATE",
3112
+ option_code: "B",
3001
3113
  option_en: "Pre-Intermediate",
3002
3114
  option_ar: "ما قبل المتوسط",
3003
3115
  display_order: 2,
3004
3116
  is_active: true,
3005
3117
  source: "manual",
3006
3118
  created_at: "date",
3007
- updated_at: "date"
3119
+ updated_at: "date",
3008
3120
  },
3009
3121
  {
3010
3122
  id: "bb598027-9f86-4ce6-a1b7-30ba81e3ee40",
3011
3123
  question_id: "5d15cf66-2445-42f4-9249-ac642ad10763",
3012
- option_code: "INTERMEDIATE",
3124
+ option_code: "C",
3013
3125
  option_en: "Intermediate",
3014
3126
  option_ar: "متوسط",
3015
3127
  display_order: 3,
3016
3128
  is_active: true,
3017
3129
  source: "manual",
3018
3130
  created_at: "date",
3019
- updated_at: "date"
3131
+ updated_at: "date",
3020
3132
  },
3021
3133
  {
3022
3134
  id: "c2618a4f-a982-402f-91df-c9cd670fdd3e",
3023
3135
  question_id: "5d15cf66-2445-42f4-9249-ac642ad10763",
3024
- option_code: "HIGH",
3136
+ option_code: "D",
3025
3137
  option_en: "High school",
3026
3138
  option_ar: "ثانوية عامة",
3027
3139
  display_order: 4,
3028
3140
  is_active: true,
3029
3141
  source: "manual",
3030
3142
  created_at: "date",
3031
- updated_at: "date"
3143
+ updated_at: "date",
3032
3144
  },
3033
3145
  {
3034
3146
  id: "7b9daeaa-5c5f-4c41-ac78-17e8b8eb68c2",
3035
3147
  question_id: "5d15cf66-2445-42f4-9249-ac642ad10763",
3036
- option_code: "UNIVERSITY",
3148
+ option_code: "E",
3037
3149
  option_en: "University",
3038
3150
  option_ar: "جامعة",
3039
3151
  display_order: 5,
3040
3152
  is_active: true,
3041
3153
  source: "manual",
3042
3154
  created_at: "date",
3043
- updated_at: "date"
3155
+ updated_at: "date",
3044
3156
  },
3045
3157
  {
3046
3158
  id: "cf8dcfe7-3b6b-49bd-ae48-1e6db39eb459",
3047
3159
  question_id: "5d15cf66-2445-42f4-9249-ac642ad10763",
3048
- option_code: "POSTGRADUATE",
3160
+ option_code: "F",
3049
3161
  option_en: "Postgraduate",
3050
3162
  option_ar: "دراسات عليا",
3051
3163
  display_order: 6,
3052
3164
  is_active: true,
3053
3165
  source: "manual",
3054
3166
  created_at: "date",
3055
- updated_at: "date"
3056
- }
3057
- ]
3058
- }
3059
- ]
3060
- }
3061
- ]
3062
- }
3063
- ]
3167
+ updated_at: "date",
3168
+ },
3169
+ ],
3170
+ order: 6,
3171
+ },
3172
+ ],
3173
+ },
3174
+ ],
3175
+ },
3176
+ ],
3064
3177
  },
3065
3178
  {
3066
3179
  id: "6888ccc4-b86f-4f3f-9587-99456784269f",
@@ -3104,7 +3217,8 @@ exports.onboardingSchema = {
3104
3217
  required: true,
3105
3218
  is_prefilled: false,
3106
3219
  created_at: "date",
3107
- updated_at: "date"
3220
+ updated_at: "date",
3221
+ order: 1,
3108
3222
  },
3109
3223
  {
3110
3224
  id: "7eabc1af-674e-46cd-9a1c-188729cee1ac",
@@ -3129,7 +3243,7 @@ exports.onboardingSchema = {
3129
3243
  is_active: true,
3130
3244
  source: "manual",
3131
3245
  created_at: "date",
3132
- updated_at: "date"
3246
+ updated_at: "date",
3133
3247
  },
3134
3248
  {
3135
3249
  id: "88dac339-4b3c-4e08-b018-2f51d632435b",
@@ -3141,17 +3255,18 @@ exports.onboardingSchema = {
3141
3255
  is_active: true,
3142
3256
  source: "manual",
3143
3257
  created_at: "date",
3144
- updated_at: "date"
3145
- }
3146
- ]
3147
- }
3148
- ]
3149
- }
3150
- ]
3151
- }
3152
- ]
3153
- }
3154
- ]
3258
+ updated_at: "date",
3259
+ },
3260
+ ],
3261
+ order: 2,
3262
+ },
3263
+ ],
3264
+ },
3265
+ ],
3266
+ },
3267
+ ],
3268
+ },
3269
+ ],
3155
3270
  };
3156
3271
  exports.onboardingStructure = exports.onboardingSchema.steps;
3157
3272
  exports.default = exports.onboardingSchema;