@ninetailed/experience.js-utils-contentful 4.2.3 → 4.2.4

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.
@@ -13,83 +13,83 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
13
13
  revision: z.ZodOptional<z.ZodNumber>;
14
14
  space: z.ZodOptional<z.ZodObject<{
15
15
  sys: z.ZodObject<{
16
- type: z.ZodString;
16
+ type: z.ZodOptional<z.ZodString>;
17
+ linkType: z.ZodOptional<z.ZodString>;
17
18
  id: z.ZodString;
18
- linkType: z.ZodString;
19
19
  }, "strip", z.ZodTypeAny, {
20
- type: string;
21
20
  id: string;
22
- linkType: string;
21
+ type?: string | undefined;
22
+ linkType?: string | undefined;
23
23
  }, {
24
- type: string;
25
24
  id: string;
26
- linkType: string;
25
+ type?: string | undefined;
26
+ linkType?: string | undefined;
27
27
  }>;
28
28
  }, "strip", z.ZodTypeAny, {
29
29
  sys: {
30
- type: string;
31
30
  id: string;
32
- linkType: string;
31
+ type?: string | undefined;
32
+ linkType?: string | undefined;
33
33
  };
34
34
  }, {
35
35
  sys: {
36
- type: string;
37
36
  id: string;
38
- linkType: string;
37
+ type?: string | undefined;
38
+ linkType?: string | undefined;
39
39
  };
40
40
  }>>;
41
41
  environment: z.ZodOptional<z.ZodObject<{
42
42
  sys: z.ZodObject<{
43
- type: z.ZodString;
43
+ type: z.ZodOptional<z.ZodString>;
44
+ linkType: z.ZodOptional<z.ZodString>;
44
45
  id: z.ZodString;
45
- linkType: z.ZodString;
46
46
  }, "strip", z.ZodTypeAny, {
47
- type: string;
48
47
  id: string;
49
- linkType: string;
48
+ type?: string | undefined;
49
+ linkType?: string | undefined;
50
50
  }, {
51
- type: string;
52
51
  id: string;
53
- linkType: string;
52
+ type?: string | undefined;
53
+ linkType?: string | undefined;
54
54
  }>;
55
55
  }, "strip", z.ZodTypeAny, {
56
56
  sys: {
57
- type: string;
58
57
  id: string;
59
- linkType: string;
58
+ type?: string | undefined;
59
+ linkType?: string | undefined;
60
60
  };
61
61
  }, {
62
62
  sys: {
63
- type: string;
64
63
  id: string;
65
- linkType: string;
64
+ type?: string | undefined;
65
+ linkType?: string | undefined;
66
66
  };
67
67
  }>>;
68
68
  contentType: z.ZodOptional<z.ZodObject<{
69
69
  sys: z.ZodObject<{
70
- type: z.ZodString;
70
+ type: z.ZodOptional<z.ZodString>;
71
+ linkType: z.ZodOptional<z.ZodString>;
71
72
  id: z.ZodString;
72
- linkType: z.ZodString;
73
73
  }, "strip", z.ZodTypeAny, {
74
- type: string;
75
74
  id: string;
76
- linkType: string;
75
+ type?: string | undefined;
76
+ linkType?: string | undefined;
77
77
  }, {
78
- type: string;
79
78
  id: string;
80
- linkType: string;
79
+ type?: string | undefined;
80
+ linkType?: string | undefined;
81
81
  }>;
82
82
  }, "strip", z.ZodTypeAny, {
83
83
  sys: {
84
- type: string;
85
84
  id: string;
86
- linkType: string;
85
+ type?: string | undefined;
86
+ linkType?: string | undefined;
87
87
  };
88
88
  }, {
89
89
  sys: {
90
- type: string;
91
90
  id: string;
92
- linkType: string;
91
+ type?: string | undefined;
92
+ linkType?: string | undefined;
93
93
  };
94
94
  }>>;
95
95
  }, "strip", z.ZodTypeAny, {
@@ -101,23 +101,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
101
101
  revision?: number | undefined;
102
102
  space?: {
103
103
  sys: {
104
- type: string;
105
104
  id: string;
106
- linkType: string;
105
+ type?: string | undefined;
106
+ linkType?: string | undefined;
107
107
  };
108
108
  } | undefined;
109
109
  environment?: {
110
110
  sys: {
111
- type: string;
112
111
  id: string;
113
- linkType: string;
112
+ type?: string | undefined;
113
+ linkType?: string | undefined;
114
114
  };
115
115
  } | undefined;
116
116
  contentType?: {
117
117
  sys: {
118
- type: string;
119
118
  id: string;
120
- linkType: string;
119
+ type?: string | undefined;
120
+ linkType?: string | undefined;
121
121
  };
122
122
  } | undefined;
123
123
  }, {
@@ -129,74 +129,74 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
129
129
  revision?: number | undefined;
130
130
  space?: {
131
131
  sys: {
132
- type: string;
133
132
  id: string;
134
- linkType: string;
133
+ type?: string | undefined;
134
+ linkType?: string | undefined;
135
135
  };
136
136
  } | undefined;
137
137
  environment?: {
138
138
  sys: {
139
- type: string;
140
139
  id: string;
141
- linkType: string;
140
+ type?: string | undefined;
141
+ linkType?: string | undefined;
142
142
  };
143
143
  } | undefined;
144
144
  contentType?: {
145
145
  sys: {
146
- type: string;
147
146
  id: string;
148
- linkType: string;
147
+ type?: string | undefined;
148
+ linkType?: string | undefined;
149
149
  };
150
150
  } | undefined;
151
151
  }>;
152
152
  metadata: z.ZodOptional<z.ZodObject<{
153
153
  tags: z.ZodArray<z.ZodObject<{
154
154
  sys: z.ZodObject<{
155
- type: z.ZodString;
155
+ type: z.ZodOptional<z.ZodString>;
156
156
  id: z.ZodString;
157
157
  linkType: z.ZodString;
158
158
  }, "strip", z.ZodTypeAny, {
159
- type: string;
160
159
  id: string;
161
160
  linkType: string;
161
+ type?: string | undefined;
162
162
  }, {
163
- type: string;
164
163
  id: string;
165
164
  linkType: string;
165
+ type?: string | undefined;
166
166
  }>;
167
167
  }, "strip", z.ZodTypeAny, {
168
168
  sys: {
169
- type: string;
170
169
  id: string;
171
170
  linkType: string;
171
+ type?: string | undefined;
172
172
  };
173
173
  }, {
174
174
  sys: {
175
- type: string;
176
175
  id: string;
177
176
  linkType: string;
177
+ type?: string | undefined;
178
178
  };
179
179
  }>, "many">;
180
180
  }, "strip", z.ZodTypeAny, {
181
181
  tags: {
182
182
  sys: {
183
- type: string;
184
183
  id: string;
185
184
  linkType: string;
185
+ type?: string | undefined;
186
186
  };
187
187
  }[];
188
188
  }, {
189
189
  tags: {
190
190
  sys: {
191
- type: string;
192
191
  id: string;
193
192
  linkType: string;
193
+ type?: string | undefined;
194
194
  };
195
195
  }[];
196
196
  }>>;
197
197
  fields: z.ZodObject<{
198
198
  nt_name: z.ZodString;
199
- nt_description: z.ZodOptional<z.ZodString>;
199
+ nt_description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
200
200
  nt_type: z.ZodUnion<[z.ZodString, z.ZodString]>;
201
201
  nt_config: z.ZodEffects<z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodObject<{
202
202
  distribution: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
@@ -295,83 +295,83 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
295
295
  revision: z.ZodOptional<z.ZodNumber>;
296
296
  space: z.ZodOptional<z.ZodObject<{
297
297
  sys: z.ZodObject<{
298
- type: z.ZodString;
298
+ type: z.ZodOptional<z.ZodString>;
299
+ linkType: z.ZodOptional<z.ZodString>;
299
300
  id: z.ZodString;
300
- linkType: z.ZodString;
301
301
  }, "strip", z.ZodTypeAny, {
302
- type: string;
303
302
  id: string;
304
- linkType: string;
303
+ type?: string | undefined;
304
+ linkType?: string | undefined;
305
305
  }, {
306
- type: string;
307
306
  id: string;
308
- linkType: string;
307
+ type?: string | undefined;
308
+ linkType?: string | undefined;
309
309
  }>;
310
310
  }, "strip", z.ZodTypeAny, {
311
311
  sys: {
312
- type: string;
313
312
  id: string;
314
- linkType: string;
313
+ type?: string | undefined;
314
+ linkType?: string | undefined;
315
315
  };
316
316
  }, {
317
317
  sys: {
318
- type: string;
319
318
  id: string;
320
- linkType: string;
319
+ type?: string | undefined;
320
+ linkType?: string | undefined;
321
321
  };
322
322
  }>>;
323
323
  environment: z.ZodOptional<z.ZodObject<{
324
324
  sys: z.ZodObject<{
325
- type: z.ZodString;
325
+ type: z.ZodOptional<z.ZodString>;
326
+ linkType: z.ZodOptional<z.ZodString>;
326
327
  id: z.ZodString;
327
- linkType: z.ZodString;
328
328
  }, "strip", z.ZodTypeAny, {
329
- type: string;
330
329
  id: string;
331
- linkType: string;
330
+ type?: string | undefined;
331
+ linkType?: string | undefined;
332
332
  }, {
333
- type: string;
334
333
  id: string;
335
- linkType: string;
334
+ type?: string | undefined;
335
+ linkType?: string | undefined;
336
336
  }>;
337
337
  }, "strip", z.ZodTypeAny, {
338
338
  sys: {
339
- type: string;
340
339
  id: string;
341
- linkType: string;
340
+ type?: string | undefined;
341
+ linkType?: string | undefined;
342
342
  };
343
343
  }, {
344
344
  sys: {
345
- type: string;
346
345
  id: string;
347
- linkType: string;
346
+ type?: string | undefined;
347
+ linkType?: string | undefined;
348
348
  };
349
349
  }>>;
350
350
  contentType: z.ZodOptional<z.ZodObject<{
351
351
  sys: z.ZodObject<{
352
- type: z.ZodString;
352
+ type: z.ZodOptional<z.ZodString>;
353
+ linkType: z.ZodOptional<z.ZodString>;
353
354
  id: z.ZodString;
354
- linkType: z.ZodString;
355
355
  }, "strip", z.ZodTypeAny, {
356
- type: string;
357
356
  id: string;
358
- linkType: string;
357
+ type?: string | undefined;
358
+ linkType?: string | undefined;
359
359
  }, {
360
- type: string;
361
360
  id: string;
362
- linkType: string;
361
+ type?: string | undefined;
362
+ linkType?: string | undefined;
363
363
  }>;
364
364
  }, "strip", z.ZodTypeAny, {
365
365
  sys: {
366
- type: string;
367
366
  id: string;
368
- linkType: string;
367
+ type?: string | undefined;
368
+ linkType?: string | undefined;
369
369
  };
370
370
  }, {
371
371
  sys: {
372
- type: string;
373
372
  id: string;
374
- linkType: string;
373
+ type?: string | undefined;
374
+ linkType?: string | undefined;
375
375
  };
376
376
  }>>;
377
377
  }, "strip", z.ZodTypeAny, {
@@ -383,23 +383,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
383
383
  revision?: number | undefined;
384
384
  space?: {
385
385
  sys: {
386
- type: string;
387
386
  id: string;
388
- linkType: string;
387
+ type?: string | undefined;
388
+ linkType?: string | undefined;
389
389
  };
390
390
  } | undefined;
391
391
  environment?: {
392
392
  sys: {
393
- type: string;
394
393
  id: string;
395
- linkType: string;
394
+ type?: string | undefined;
395
+ linkType?: string | undefined;
396
396
  };
397
397
  } | undefined;
398
398
  contentType?: {
399
399
  sys: {
400
- type: string;
401
400
  id: string;
402
- linkType: string;
401
+ type?: string | undefined;
402
+ linkType?: string | undefined;
403
403
  };
404
404
  } | undefined;
405
405
  }, {
@@ -411,68 +411,68 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
411
411
  revision?: number | undefined;
412
412
  space?: {
413
413
  sys: {
414
- type: string;
415
414
  id: string;
416
- linkType: string;
415
+ type?: string | undefined;
416
+ linkType?: string | undefined;
417
417
  };
418
418
  } | undefined;
419
419
  environment?: {
420
420
  sys: {
421
- type: string;
422
421
  id: string;
423
- linkType: string;
422
+ type?: string | undefined;
423
+ linkType?: string | undefined;
424
424
  };
425
425
  } | undefined;
426
426
  contentType?: {
427
427
  sys: {
428
- type: string;
429
428
  id: string;
430
- linkType: string;
429
+ type?: string | undefined;
430
+ linkType?: string | undefined;
431
431
  };
432
432
  } | undefined;
433
433
  }>;
434
434
  metadata: z.ZodOptional<z.ZodObject<{
435
435
  tags: z.ZodArray<z.ZodObject<{
436
436
  sys: z.ZodObject<{
437
- type: z.ZodString;
437
+ type: z.ZodOptional<z.ZodString>;
438
438
  id: z.ZodString;
439
439
  linkType: z.ZodString;
440
440
  }, "strip", z.ZodTypeAny, {
441
- type: string;
442
441
  id: string;
443
442
  linkType: string;
443
+ type?: string | undefined;
444
444
  }, {
445
- type: string;
446
445
  id: string;
447
446
  linkType: string;
447
+ type?: string | undefined;
448
448
  }>;
449
449
  }, "strip", z.ZodTypeAny, {
450
450
  sys: {
451
- type: string;
452
451
  id: string;
453
452
  linkType: string;
453
+ type?: string | undefined;
454
454
  };
455
455
  }, {
456
456
  sys: {
457
- type: string;
458
457
  id: string;
459
458
  linkType: string;
459
+ type?: string | undefined;
460
460
  };
461
461
  }>, "many">;
462
462
  }, "strip", z.ZodTypeAny, {
463
463
  tags: {
464
464
  sys: {
465
- type: string;
466
465
  id: string;
467
466
  linkType: string;
467
+ type?: string | undefined;
468
468
  };
469
469
  }[];
470
470
  }, {
471
471
  tags: {
472
472
  sys: {
473
- type: string;
474
473
  id: string;
475
474
  linkType: string;
475
+ type?: string | undefined;
476
476
  };
477
477
  }[];
478
478
  }>>;
@@ -499,23 +499,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
499
499
  revision?: number | undefined;
500
500
  space?: {
501
501
  sys: {
502
- type: string;
503
502
  id: string;
504
- linkType: string;
503
+ type?: string | undefined;
504
+ linkType?: string | undefined;
505
505
  };
506
506
  } | undefined;
507
507
  environment?: {
508
508
  sys: {
509
- type: string;
510
509
  id: string;
511
- linkType: string;
510
+ type?: string | undefined;
511
+ linkType?: string | undefined;
512
512
  };
513
513
  } | undefined;
514
514
  contentType?: {
515
515
  sys: {
516
- type: string;
517
516
  id: string;
518
- linkType: string;
517
+ type?: string | undefined;
518
+ linkType?: string | undefined;
519
519
  };
520
520
  } | undefined;
521
521
  };
@@ -527,9 +527,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
527
527
  metadata?: {
528
528
  tags: {
529
529
  sys: {
530
- type: string;
531
530
  id: string;
532
531
  linkType: string;
532
+ type?: string | undefined;
533
533
  };
534
534
  }[];
535
535
  } | undefined;
@@ -543,23 +543,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
543
543
  revision?: number | undefined;
544
544
  space?: {
545
545
  sys: {
546
- type: string;
547
546
  id: string;
548
- linkType: string;
547
+ type?: string | undefined;
548
+ linkType?: string | undefined;
549
549
  };
550
550
  } | undefined;
551
551
  environment?: {
552
552
  sys: {
553
- type: string;
554
553
  id: string;
555
- linkType: string;
554
+ type?: string | undefined;
555
+ linkType?: string | undefined;
556
556
  };
557
557
  } | undefined;
558
558
  contentType?: {
559
559
  sys: {
560
- type: string;
561
560
  id: string;
562
- linkType: string;
561
+ type?: string | undefined;
562
+ linkType?: string | undefined;
563
563
  };
564
564
  } | undefined;
565
565
  };
@@ -571,9 +571,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
571
571
  metadata?: {
572
572
  tags: {
573
573
  sys: {
574
- type: string;
575
574
  id: string;
576
575
  linkType: string;
576
+ type?: string | undefined;
577
577
  };
578
578
  }[];
579
579
  } | undefined;
@@ -588,83 +588,83 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
588
588
  revision: z.ZodOptional<z.ZodNumber>;
589
589
  space: z.ZodOptional<z.ZodObject<{
590
590
  sys: z.ZodObject<{
591
- type: z.ZodString;
591
+ type: z.ZodOptional<z.ZodString>;
592
+ linkType: z.ZodOptional<z.ZodString>;
592
593
  id: z.ZodString;
593
- linkType: z.ZodString;
594
594
  }, "strip", z.ZodTypeAny, {
595
- type: string;
596
595
  id: string;
597
- linkType: string;
596
+ type?: string | undefined;
597
+ linkType?: string | undefined;
598
598
  }, {
599
- type: string;
600
599
  id: string;
601
- linkType: string;
600
+ type?: string | undefined;
601
+ linkType?: string | undefined;
602
602
  }>;
603
603
  }, "strip", z.ZodTypeAny, {
604
604
  sys: {
605
- type: string;
606
605
  id: string;
607
- linkType: string;
606
+ type?: string | undefined;
607
+ linkType?: string | undefined;
608
608
  };
609
609
  }, {
610
610
  sys: {
611
- type: string;
612
611
  id: string;
613
- linkType: string;
612
+ type?: string | undefined;
613
+ linkType?: string | undefined;
614
614
  };
615
615
  }>>;
616
616
  environment: z.ZodOptional<z.ZodObject<{
617
617
  sys: z.ZodObject<{
618
- type: z.ZodString;
618
+ type: z.ZodOptional<z.ZodString>;
619
+ linkType: z.ZodOptional<z.ZodString>;
619
620
  id: z.ZodString;
620
- linkType: z.ZodString;
621
621
  }, "strip", z.ZodTypeAny, {
622
- type: string;
623
622
  id: string;
624
- linkType: string;
623
+ type?: string | undefined;
624
+ linkType?: string | undefined;
625
625
  }, {
626
- type: string;
627
626
  id: string;
628
- linkType: string;
627
+ type?: string | undefined;
628
+ linkType?: string | undefined;
629
629
  }>;
630
630
  }, "strip", z.ZodTypeAny, {
631
631
  sys: {
632
- type: string;
633
632
  id: string;
634
- linkType: string;
633
+ type?: string | undefined;
634
+ linkType?: string | undefined;
635
635
  };
636
636
  }, {
637
637
  sys: {
638
- type: string;
639
638
  id: string;
640
- linkType: string;
639
+ type?: string | undefined;
640
+ linkType?: string | undefined;
641
641
  };
642
642
  }>>;
643
643
  contentType: z.ZodOptional<z.ZodObject<{
644
644
  sys: z.ZodObject<{
645
- type: z.ZodString;
645
+ type: z.ZodOptional<z.ZodString>;
646
+ linkType: z.ZodOptional<z.ZodString>;
646
647
  id: z.ZodString;
647
- linkType: z.ZodString;
648
648
  }, "strip", z.ZodTypeAny, {
649
- type: string;
650
649
  id: string;
651
- linkType: string;
650
+ type?: string | undefined;
651
+ linkType?: string | undefined;
652
652
  }, {
653
- type: string;
654
653
  id: string;
655
- linkType: string;
654
+ type?: string | undefined;
655
+ linkType?: string | undefined;
656
656
  }>;
657
657
  }, "strip", z.ZodTypeAny, {
658
658
  sys: {
659
- type: string;
660
659
  id: string;
661
- linkType: string;
660
+ type?: string | undefined;
661
+ linkType?: string | undefined;
662
662
  };
663
663
  }, {
664
664
  sys: {
665
- type: string;
666
665
  id: string;
667
- linkType: string;
666
+ type?: string | undefined;
667
+ linkType?: string | undefined;
668
668
  };
669
669
  }>>;
670
670
  }, "strip", z.ZodTypeAny, {
@@ -676,23 +676,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
676
676
  revision?: number | undefined;
677
677
  space?: {
678
678
  sys: {
679
- type: string;
680
679
  id: string;
681
- linkType: string;
680
+ type?: string | undefined;
681
+ linkType?: string | undefined;
682
682
  };
683
683
  } | undefined;
684
684
  environment?: {
685
685
  sys: {
686
- type: string;
687
686
  id: string;
688
- linkType: string;
687
+ type?: string | undefined;
688
+ linkType?: string | undefined;
689
689
  };
690
690
  } | undefined;
691
691
  contentType?: {
692
692
  sys: {
693
- type: string;
694
693
  id: string;
695
- linkType: string;
694
+ type?: string | undefined;
695
+ linkType?: string | undefined;
696
696
  };
697
697
  } | undefined;
698
698
  }, {
@@ -704,23 +704,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
704
704
  revision?: number | undefined;
705
705
  space?: {
706
706
  sys: {
707
- type: string;
708
707
  id: string;
709
- linkType: string;
708
+ type?: string | undefined;
709
+ linkType?: string | undefined;
710
710
  };
711
711
  } | undefined;
712
712
  environment?: {
713
713
  sys: {
714
- type: string;
715
714
  id: string;
716
- linkType: string;
715
+ type?: string | undefined;
716
+ linkType?: string | undefined;
717
717
  };
718
718
  } | undefined;
719
719
  contentType?: {
720
720
  sys: {
721
- type: string;
722
721
  id: string;
723
- linkType: string;
722
+ type?: string | undefined;
723
+ linkType?: string | undefined;
724
724
  };
725
725
  } | undefined;
726
726
  }>;
@@ -728,45 +728,45 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
728
728
  metadata: z.ZodOptional<z.ZodObject<{
729
729
  tags: z.ZodArray<z.ZodObject<{
730
730
  sys: z.ZodObject<{
731
- type: z.ZodString;
731
+ type: z.ZodOptional<z.ZodString>;
732
732
  id: z.ZodString;
733
733
  linkType: z.ZodString;
734
734
  }, "strip", z.ZodTypeAny, {
735
- type: string;
736
735
  id: string;
737
736
  linkType: string;
737
+ type?: string | undefined;
738
738
  }, {
739
- type: string;
740
739
  id: string;
741
740
  linkType: string;
741
+ type?: string | undefined;
742
742
  }>;
743
743
  }, "strip", z.ZodTypeAny, {
744
744
  sys: {
745
- type: string;
746
745
  id: string;
747
746
  linkType: string;
747
+ type?: string | undefined;
748
748
  };
749
749
  }, {
750
750
  sys: {
751
- type: string;
752
751
  id: string;
753
752
  linkType: string;
753
+ type?: string | undefined;
754
754
  };
755
755
  }>, "many">;
756
756
  }, "strip", z.ZodTypeAny, {
757
757
  tags: {
758
758
  sys: {
759
- type: string;
760
759
  id: string;
761
760
  linkType: string;
761
+ type?: string | undefined;
762
762
  };
763
763
  }[];
764
764
  }, {
765
765
  tags: {
766
766
  sys: {
767
- type: string;
768
767
  id: string;
769
768
  linkType: string;
769
+ type?: string | undefined;
770
770
  };
771
771
  }[];
772
772
  }>>;
@@ -780,23 +780,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
780
780
  revision?: number | undefined;
781
781
  space?: {
782
782
  sys: {
783
- type: string;
784
783
  id: string;
785
- linkType: string;
784
+ type?: string | undefined;
785
+ linkType?: string | undefined;
786
786
  };
787
787
  } | undefined;
788
788
  environment?: {
789
789
  sys: {
790
- type: string;
791
790
  id: string;
792
- linkType: string;
791
+ type?: string | undefined;
792
+ linkType?: string | undefined;
793
793
  };
794
794
  } | undefined;
795
795
  contentType?: {
796
796
  sys: {
797
- type: string;
798
797
  id: string;
799
- linkType: string;
798
+ type?: string | undefined;
799
+ linkType?: string | undefined;
800
800
  };
801
801
  } | undefined;
802
802
  };
@@ -804,9 +804,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
804
804
  metadata?: {
805
805
  tags: {
806
806
  sys: {
807
- type: string;
808
807
  id: string;
809
808
  linkType: string;
809
+ type?: string | undefined;
810
810
  };
811
811
  }[];
812
812
  } | undefined;
@@ -820,23 +820,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
820
820
  revision?: number | undefined;
821
821
  space?: {
822
822
  sys: {
823
- type: string;
824
823
  id: string;
825
- linkType: string;
824
+ type?: string | undefined;
825
+ linkType?: string | undefined;
826
826
  };
827
827
  } | undefined;
828
828
  environment?: {
829
829
  sys: {
830
- type: string;
831
830
  id: string;
832
- linkType: string;
831
+ type?: string | undefined;
832
+ linkType?: string | undefined;
833
833
  };
834
834
  } | undefined;
835
835
  contentType?: {
836
836
  sys: {
837
- type: string;
838
837
  id: string;
839
- linkType: string;
838
+ type?: string | undefined;
839
+ linkType?: string | undefined;
840
840
  };
841
841
  } | undefined;
842
842
  };
@@ -844,9 +844,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
844
844
  metadata?: {
845
845
  tags: {
846
846
  sys: {
847
- type: string;
848
847
  id: string;
849
848
  linkType: string;
849
+ type?: string | undefined;
850
850
  };
851
851
  }[];
852
852
  } | undefined;
@@ -867,7 +867,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
867
867
  }[];
868
868
  }[];
869
869
  };
870
- nt_description?: string | undefined;
870
+ nt_description?: string | null | undefined;
871
871
  nt_audience?: {
872
872
  sys: {
873
873
  id: string;
@@ -878,23 +878,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
878
878
  revision?: number | undefined;
879
879
  space?: {
880
880
  sys: {
881
- type: string;
882
881
  id: string;
883
- linkType: string;
882
+ type?: string | undefined;
883
+ linkType?: string | undefined;
884
884
  };
885
885
  } | undefined;
886
886
  environment?: {
887
887
  sys: {
888
- type: string;
889
888
  id: string;
890
- linkType: string;
889
+ type?: string | undefined;
890
+ linkType?: string | undefined;
891
891
  };
892
892
  } | undefined;
893
893
  contentType?: {
894
894
  sys: {
895
- type: string;
896
895
  id: string;
897
- linkType: string;
896
+ type?: string | undefined;
897
+ linkType?: string | undefined;
898
898
  };
899
899
  } | undefined;
900
900
  };
@@ -906,9 +906,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
906
906
  metadata?: {
907
907
  tags: {
908
908
  sys: {
909
- type: string;
910
909
  id: string;
911
910
  linkType: string;
911
+ type?: string | undefined;
912
912
  };
913
913
  }[];
914
914
  } | undefined;
@@ -923,23 +923,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
923
923
  revision?: number | undefined;
924
924
  space?: {
925
925
  sys: {
926
- type: string;
927
926
  id: string;
928
- linkType: string;
927
+ type?: string | undefined;
928
+ linkType?: string | undefined;
929
929
  };
930
930
  } | undefined;
931
931
  environment?: {
932
932
  sys: {
933
- type: string;
934
933
  id: string;
935
- linkType: string;
934
+ type?: string | undefined;
935
+ linkType?: string | undefined;
936
936
  };
937
937
  } | undefined;
938
938
  contentType?: {
939
939
  sys: {
940
- type: string;
941
940
  id: string;
942
- linkType: string;
941
+ type?: string | undefined;
942
+ linkType?: string | undefined;
943
943
  };
944
944
  } | undefined;
945
945
  };
@@ -947,9 +947,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
947
947
  metadata?: {
948
948
  tags: {
949
949
  sys: {
950
- type: string;
951
950
  id: string;
952
951
  linkType: string;
952
+ type?: string | undefined;
953
953
  };
954
954
  }[];
955
955
  } | undefined;
@@ -957,7 +957,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
957
957
  }, {
958
958
  nt_name: string;
959
959
  nt_type: string;
960
- nt_description?: string | undefined;
960
+ nt_description?: string | null | undefined;
961
961
  nt_config?: {
962
962
  distribution?: number[] | undefined;
963
963
  traffic?: number | undefined;
@@ -981,23 +981,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
981
981
  revision?: number | undefined;
982
982
  space?: {
983
983
  sys: {
984
- type: string;
985
984
  id: string;
986
- linkType: string;
985
+ type?: string | undefined;
986
+ linkType?: string | undefined;
987
987
  };
988
988
  } | undefined;
989
989
  environment?: {
990
990
  sys: {
991
- type: string;
992
991
  id: string;
993
- linkType: string;
992
+ type?: string | undefined;
993
+ linkType?: string | undefined;
994
994
  };
995
995
  } | undefined;
996
996
  contentType?: {
997
997
  sys: {
998
- type: string;
999
998
  id: string;
1000
- linkType: string;
999
+ type?: string | undefined;
1000
+ linkType?: string | undefined;
1001
1001
  };
1002
1002
  } | undefined;
1003
1003
  };
@@ -1009,9 +1009,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1009
1009
  metadata?: {
1010
1010
  tags: {
1011
1011
  sys: {
1012
- type: string;
1013
1012
  id: string;
1014
1013
  linkType: string;
1014
+ type?: string | undefined;
1015
1015
  };
1016
1016
  }[];
1017
1017
  } | undefined;
@@ -1026,23 +1026,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1026
1026
  revision?: number | undefined;
1027
1027
  space?: {
1028
1028
  sys: {
1029
- type: string;
1030
1029
  id: string;
1031
- linkType: string;
1030
+ type?: string | undefined;
1031
+ linkType?: string | undefined;
1032
1032
  };
1033
1033
  } | undefined;
1034
1034
  environment?: {
1035
1035
  sys: {
1036
- type: string;
1037
1036
  id: string;
1038
- linkType: string;
1037
+ type?: string | undefined;
1038
+ linkType?: string | undefined;
1039
1039
  };
1040
1040
  } | undefined;
1041
1041
  contentType?: {
1042
1042
  sys: {
1043
- type: string;
1044
1043
  id: string;
1045
- linkType: string;
1044
+ type?: string | undefined;
1045
+ linkType?: string | undefined;
1046
1046
  };
1047
1047
  } | undefined;
1048
1048
  };
@@ -1050,9 +1050,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1050
1050
  metadata?: {
1051
1051
  tags: {
1052
1052
  sys: {
1053
- type: string;
1054
1053
  id: string;
1055
1054
  linkType: string;
1055
+ type?: string | undefined;
1056
1056
  };
1057
1057
  }[];
1058
1058
  } | undefined;
@@ -1068,23 +1068,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1068
1068
  revision?: number | undefined;
1069
1069
  space?: {
1070
1070
  sys: {
1071
- type: string;
1072
1071
  id: string;
1073
- linkType: string;
1072
+ type?: string | undefined;
1073
+ linkType?: string | undefined;
1074
1074
  };
1075
1075
  } | undefined;
1076
1076
  environment?: {
1077
1077
  sys: {
1078
- type: string;
1079
1078
  id: string;
1080
- linkType: string;
1079
+ type?: string | undefined;
1080
+ linkType?: string | undefined;
1081
1081
  };
1082
1082
  } | undefined;
1083
1083
  contentType?: {
1084
1084
  sys: {
1085
- type: string;
1086
1085
  id: string;
1087
- linkType: string;
1086
+ type?: string | undefined;
1087
+ linkType?: string | undefined;
1088
1088
  };
1089
1089
  } | undefined;
1090
1090
  };
@@ -1104,7 +1104,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1104
1104
  }[];
1105
1105
  }[];
1106
1106
  };
1107
- nt_description?: string | undefined;
1107
+ nt_description?: string | null | undefined;
1108
1108
  nt_audience?: {
1109
1109
  sys: {
1110
1110
  id: string;
@@ -1115,23 +1115,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1115
1115
  revision?: number | undefined;
1116
1116
  space?: {
1117
1117
  sys: {
1118
- type: string;
1119
1118
  id: string;
1120
- linkType: string;
1119
+ type?: string | undefined;
1120
+ linkType?: string | undefined;
1121
1121
  };
1122
1122
  } | undefined;
1123
1123
  environment?: {
1124
1124
  sys: {
1125
- type: string;
1126
1125
  id: string;
1127
- linkType: string;
1126
+ type?: string | undefined;
1127
+ linkType?: string | undefined;
1128
1128
  };
1129
1129
  } | undefined;
1130
1130
  contentType?: {
1131
1131
  sys: {
1132
- type: string;
1133
1132
  id: string;
1134
- linkType: string;
1133
+ type?: string | undefined;
1134
+ linkType?: string | undefined;
1135
1135
  };
1136
1136
  } | undefined;
1137
1137
  };
@@ -1143,9 +1143,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1143
1143
  metadata?: {
1144
1144
  tags: {
1145
1145
  sys: {
1146
- type: string;
1147
1146
  id: string;
1148
1147
  linkType: string;
1148
+ type?: string | undefined;
1149
1149
  };
1150
1150
  }[];
1151
1151
  } | undefined;
@@ -1160,23 +1160,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1160
1160
  revision?: number | undefined;
1161
1161
  space?: {
1162
1162
  sys: {
1163
- type: string;
1164
1163
  id: string;
1165
- linkType: string;
1164
+ type?: string | undefined;
1165
+ linkType?: string | undefined;
1166
1166
  };
1167
1167
  } | undefined;
1168
1168
  environment?: {
1169
1169
  sys: {
1170
- type: string;
1171
1170
  id: string;
1172
- linkType: string;
1171
+ type?: string | undefined;
1172
+ linkType?: string | undefined;
1173
1173
  };
1174
1174
  } | undefined;
1175
1175
  contentType?: {
1176
1176
  sys: {
1177
- type: string;
1178
1177
  id: string;
1179
- linkType: string;
1178
+ type?: string | undefined;
1179
+ linkType?: string | undefined;
1180
1180
  };
1181
1181
  } | undefined;
1182
1182
  };
@@ -1184,9 +1184,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1184
1184
  metadata?: {
1185
1185
  tags: {
1186
1186
  sys: {
1187
- type: string;
1188
1187
  id: string;
1189
1188
  linkType: string;
1189
+ type?: string | undefined;
1190
1190
  };
1191
1191
  }[];
1192
1192
  } | undefined;
@@ -1195,9 +1195,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1195
1195
  metadata?: {
1196
1196
  tags: {
1197
1197
  sys: {
1198
- type: string;
1199
1198
  id: string;
1200
1199
  linkType: string;
1200
+ type?: string | undefined;
1201
1201
  };
1202
1202
  }[];
1203
1203
  } | undefined;
@@ -1211,30 +1211,30 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1211
1211
  revision?: number | undefined;
1212
1212
  space?: {
1213
1213
  sys: {
1214
- type: string;
1215
1214
  id: string;
1216
- linkType: string;
1215
+ type?: string | undefined;
1216
+ linkType?: string | undefined;
1217
1217
  };
1218
1218
  } | undefined;
1219
1219
  environment?: {
1220
1220
  sys: {
1221
- type: string;
1222
1221
  id: string;
1223
- linkType: string;
1222
+ type?: string | undefined;
1223
+ linkType?: string | undefined;
1224
1224
  };
1225
1225
  } | undefined;
1226
1226
  contentType?: {
1227
1227
  sys: {
1228
- type: string;
1229
1228
  id: string;
1230
- linkType: string;
1229
+ type?: string | undefined;
1230
+ linkType?: string | undefined;
1231
1231
  };
1232
1232
  } | undefined;
1233
1233
  };
1234
1234
  fields: {
1235
1235
  nt_name: string;
1236
1236
  nt_type: string;
1237
- nt_description?: string | undefined;
1237
+ nt_description?: string | null | undefined;
1238
1238
  nt_config?: {
1239
1239
  distribution?: number[] | undefined;
1240
1240
  traffic?: number | undefined;
@@ -1258,23 +1258,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1258
1258
  revision?: number | undefined;
1259
1259
  space?: {
1260
1260
  sys: {
1261
- type: string;
1262
1261
  id: string;
1263
- linkType: string;
1262
+ type?: string | undefined;
1263
+ linkType?: string | undefined;
1264
1264
  };
1265
1265
  } | undefined;
1266
1266
  environment?: {
1267
1267
  sys: {
1268
- type: string;
1269
1268
  id: string;
1270
- linkType: string;
1269
+ type?: string | undefined;
1270
+ linkType?: string | undefined;
1271
1271
  };
1272
1272
  } | undefined;
1273
1273
  contentType?: {
1274
1274
  sys: {
1275
- type: string;
1276
1275
  id: string;
1277
- linkType: string;
1276
+ type?: string | undefined;
1277
+ linkType?: string | undefined;
1278
1278
  };
1279
1279
  } | undefined;
1280
1280
  };
@@ -1286,9 +1286,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1286
1286
  metadata?: {
1287
1287
  tags: {
1288
1288
  sys: {
1289
- type: string;
1290
1289
  id: string;
1291
1290
  linkType: string;
1291
+ type?: string | undefined;
1292
1292
  };
1293
1293
  }[];
1294
1294
  } | undefined;
@@ -1303,23 +1303,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1303
1303
  revision?: number | undefined;
1304
1304
  space?: {
1305
1305
  sys: {
1306
- type: string;
1307
1306
  id: string;
1308
- linkType: string;
1307
+ type?: string | undefined;
1308
+ linkType?: string | undefined;
1309
1309
  };
1310
1310
  } | undefined;
1311
1311
  environment?: {
1312
1312
  sys: {
1313
- type: string;
1314
1313
  id: string;
1315
- linkType: string;
1314
+ type?: string | undefined;
1315
+ linkType?: string | undefined;
1316
1316
  };
1317
1317
  } | undefined;
1318
1318
  contentType?: {
1319
1319
  sys: {
1320
- type: string;
1321
1320
  id: string;
1322
- linkType: string;
1321
+ type?: string | undefined;
1322
+ linkType?: string | undefined;
1323
1323
  };
1324
1324
  } | undefined;
1325
1325
  };
@@ -1327,9 +1327,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1327
1327
  metadata?: {
1328
1328
  tags: {
1329
1329
  sys: {
1330
- type: string;
1331
1330
  id: string;
1332
1331
  linkType: string;
1332
+ type?: string | undefined;
1333
1333
  };
1334
1334
  }[];
1335
1335
  } | undefined;
@@ -1338,9 +1338,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1338
1338
  metadata?: {
1339
1339
  tags: {
1340
1340
  sys: {
1341
- type: string;
1342
1341
  id: string;
1343
1342
  linkType: string;
1343
+ type?: string | undefined;
1344
1344
  };
1345
1345
  }[];
1346
1346
  } | undefined;
@@ -1356,23 +1356,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1356
1356
  revision?: number | undefined;
1357
1357
  space?: {
1358
1358
  sys: {
1359
- type: string;
1360
1359
  id: string;
1361
- linkType: string;
1360
+ type?: string | undefined;
1361
+ linkType?: string | undefined;
1362
1362
  };
1363
1363
  } | undefined;
1364
1364
  environment?: {
1365
1365
  sys: {
1366
- type: string;
1367
1366
  id: string;
1368
- linkType: string;
1367
+ type?: string | undefined;
1368
+ linkType?: string | undefined;
1369
1369
  };
1370
1370
  } | undefined;
1371
1371
  contentType?: {
1372
1372
  sys: {
1373
- type: string;
1374
1373
  id: string;
1375
- linkType: string;
1374
+ type?: string | undefined;
1375
+ linkType?: string | undefined;
1376
1376
  };
1377
1377
  } | undefined;
1378
1378
  };
@@ -1392,7 +1392,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1392
1392
  }[];
1393
1393
  }[];
1394
1394
  };
1395
- nt_description?: string | undefined;
1395
+ nt_description?: string | null | undefined;
1396
1396
  nt_audience?: {
1397
1397
  sys: {
1398
1398
  id: string;
@@ -1403,23 +1403,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1403
1403
  revision?: number | undefined;
1404
1404
  space?: {
1405
1405
  sys: {
1406
- type: string;
1407
1406
  id: string;
1408
- linkType: string;
1407
+ type?: string | undefined;
1408
+ linkType?: string | undefined;
1409
1409
  };
1410
1410
  } | undefined;
1411
1411
  environment?: {
1412
1412
  sys: {
1413
- type: string;
1414
1413
  id: string;
1415
- linkType: string;
1414
+ type?: string | undefined;
1415
+ linkType?: string | undefined;
1416
1416
  };
1417
1417
  } | undefined;
1418
1418
  contentType?: {
1419
1419
  sys: {
1420
- type: string;
1421
1420
  id: string;
1422
- linkType: string;
1421
+ type?: string | undefined;
1422
+ linkType?: string | undefined;
1423
1423
  };
1424
1424
  } | undefined;
1425
1425
  };
@@ -1431,9 +1431,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1431
1431
  metadata?: {
1432
1432
  tags: {
1433
1433
  sys: {
1434
- type: string;
1435
1434
  id: string;
1436
1435
  linkType: string;
1436
+ type?: string | undefined;
1437
1437
  };
1438
1438
  }[];
1439
1439
  } | undefined;
@@ -1448,23 +1448,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1448
1448
  revision?: number | undefined;
1449
1449
  space?: {
1450
1450
  sys: {
1451
- type: string;
1452
1451
  id: string;
1453
- linkType: string;
1452
+ type?: string | undefined;
1453
+ linkType?: string | undefined;
1454
1454
  };
1455
1455
  } | undefined;
1456
1456
  environment?: {
1457
1457
  sys: {
1458
- type: string;
1459
1458
  id: string;
1460
- linkType: string;
1459
+ type?: string | undefined;
1460
+ linkType?: string | undefined;
1461
1461
  };
1462
1462
  } | undefined;
1463
1463
  contentType?: {
1464
1464
  sys: {
1465
- type: string;
1466
1465
  id: string;
1467
- linkType: string;
1466
+ type?: string | undefined;
1467
+ linkType?: string | undefined;
1468
1468
  };
1469
1469
  } | undefined;
1470
1470
  };
@@ -1472,9 +1472,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1472
1472
  metadata?: {
1473
1473
  tags: {
1474
1474
  sys: {
1475
- type: string;
1476
1475
  id: string;
1477
1476
  linkType: string;
1477
+ type?: string | undefined;
1478
1478
  };
1479
1479
  }[];
1480
1480
  } | undefined;
@@ -1483,9 +1483,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1483
1483
  metadata?: {
1484
1484
  tags: {
1485
1485
  sys: {
1486
- type: string;
1487
1486
  id: string;
1488
1487
  linkType: string;
1488
+ type?: string | undefined;
1489
1489
  };
1490
1490
  }[];
1491
1491
  } | undefined;
@@ -1501,30 +1501,30 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1501
1501
  revision?: number | undefined;
1502
1502
  space?: {
1503
1503
  sys: {
1504
- type: string;
1505
1504
  id: string;
1506
- linkType: string;
1505
+ type?: string | undefined;
1506
+ linkType?: string | undefined;
1507
1507
  };
1508
1508
  } | undefined;
1509
1509
  environment?: {
1510
1510
  sys: {
1511
- type: string;
1512
1511
  id: string;
1513
- linkType: string;
1512
+ type?: string | undefined;
1513
+ linkType?: string | undefined;
1514
1514
  };
1515
1515
  } | undefined;
1516
1516
  contentType?: {
1517
1517
  sys: {
1518
- type: string;
1519
1518
  id: string;
1520
- linkType: string;
1519
+ type?: string | undefined;
1520
+ linkType?: string | undefined;
1521
1521
  };
1522
1522
  } | undefined;
1523
1523
  };
1524
1524
  fields: {
1525
1525
  nt_name: string;
1526
1526
  nt_type: string;
1527
- nt_description?: string | undefined;
1527
+ nt_description?: string | null | undefined;
1528
1528
  nt_config?: {
1529
1529
  distribution?: number[] | undefined;
1530
1530
  traffic?: number | undefined;
@@ -1548,23 +1548,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1548
1548
  revision?: number | undefined;
1549
1549
  space?: {
1550
1550
  sys: {
1551
- type: string;
1552
1551
  id: string;
1553
- linkType: string;
1552
+ type?: string | undefined;
1553
+ linkType?: string | undefined;
1554
1554
  };
1555
1555
  } | undefined;
1556
1556
  environment?: {
1557
1557
  sys: {
1558
- type: string;
1559
1558
  id: string;
1560
- linkType: string;
1559
+ type?: string | undefined;
1560
+ linkType?: string | undefined;
1561
1561
  };
1562
1562
  } | undefined;
1563
1563
  contentType?: {
1564
1564
  sys: {
1565
- type: string;
1566
1565
  id: string;
1567
- linkType: string;
1566
+ type?: string | undefined;
1567
+ linkType?: string | undefined;
1568
1568
  };
1569
1569
  } | undefined;
1570
1570
  };
@@ -1576,9 +1576,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1576
1576
  metadata?: {
1577
1577
  tags: {
1578
1578
  sys: {
1579
- type: string;
1580
1579
  id: string;
1581
1580
  linkType: string;
1581
+ type?: string | undefined;
1582
1582
  };
1583
1583
  }[];
1584
1584
  } | undefined;
@@ -1593,23 +1593,23 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1593
1593
  revision?: number | undefined;
1594
1594
  space?: {
1595
1595
  sys: {
1596
- type: string;
1597
1596
  id: string;
1598
- linkType: string;
1597
+ type?: string | undefined;
1598
+ linkType?: string | undefined;
1599
1599
  };
1600
1600
  } | undefined;
1601
1601
  environment?: {
1602
1602
  sys: {
1603
- type: string;
1604
1603
  id: string;
1605
- linkType: string;
1604
+ type?: string | undefined;
1605
+ linkType?: string | undefined;
1606
1606
  };
1607
1607
  } | undefined;
1608
1608
  contentType?: {
1609
1609
  sys: {
1610
- type: string;
1611
1610
  id: string;
1612
- linkType: string;
1611
+ type?: string | undefined;
1612
+ linkType?: string | undefined;
1613
1613
  };
1614
1614
  } | undefined;
1615
1615
  };
@@ -1617,9 +1617,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1617
1617
  metadata?: {
1618
1618
  tags: {
1619
1619
  sys: {
1620
- type: string;
1621
1620
  id: string;
1622
1621
  linkType: string;
1622
+ type?: string | undefined;
1623
1623
  };
1624
1624
  }[];
1625
1625
  } | undefined;
@@ -1628,9 +1628,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<{
1628
1628
  metadata?: {
1629
1629
  tags: {
1630
1630
  sys: {
1631
- type: string;
1632
1631
  id: string;
1633
1632
  linkType: string;
1633
+ type?: string | undefined;
1634
1634
  };
1635
1635
  }[];
1636
1636
  } | undefined;
@@ -1652,83 +1652,83 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
1652
1652
  revision: z.ZodOptional<z.ZodNumber>;
1653
1653
  space: z.ZodOptional<z.ZodObject<{
1654
1654
  sys: z.ZodObject<{
1655
- type: z.ZodString;
1655
+ type: z.ZodOptional<z.ZodString>;
1656
+ linkType: z.ZodOptional<z.ZodString>;
1656
1657
  id: z.ZodString;
1657
- linkType: z.ZodString;
1658
1658
  }, "strip", z.ZodTypeAny, {
1659
- type: string;
1660
1659
  id: string;
1661
- linkType: string;
1660
+ type?: string | undefined;
1661
+ linkType?: string | undefined;
1662
1662
  }, {
1663
- type: string;
1664
1663
  id: string;
1665
- linkType: string;
1664
+ type?: string | undefined;
1665
+ linkType?: string | undefined;
1666
1666
  }>;
1667
1667
  }, "strip", z.ZodTypeAny, {
1668
1668
  sys: {
1669
- type: string;
1670
1669
  id: string;
1671
- linkType: string;
1670
+ type?: string | undefined;
1671
+ linkType?: string | undefined;
1672
1672
  };
1673
1673
  }, {
1674
1674
  sys: {
1675
- type: string;
1676
1675
  id: string;
1677
- linkType: string;
1676
+ type?: string | undefined;
1677
+ linkType?: string | undefined;
1678
1678
  };
1679
1679
  }>>;
1680
1680
  environment: z.ZodOptional<z.ZodObject<{
1681
1681
  sys: z.ZodObject<{
1682
- type: z.ZodString;
1682
+ type: z.ZodOptional<z.ZodString>;
1683
+ linkType: z.ZodOptional<z.ZodString>;
1683
1684
  id: z.ZodString;
1684
- linkType: z.ZodString;
1685
1685
  }, "strip", z.ZodTypeAny, {
1686
- type: string;
1687
1686
  id: string;
1688
- linkType: string;
1687
+ type?: string | undefined;
1688
+ linkType?: string | undefined;
1689
1689
  }, {
1690
- type: string;
1691
1690
  id: string;
1692
- linkType: string;
1691
+ type?: string | undefined;
1692
+ linkType?: string | undefined;
1693
1693
  }>;
1694
1694
  }, "strip", z.ZodTypeAny, {
1695
1695
  sys: {
1696
- type: string;
1697
1696
  id: string;
1698
- linkType: string;
1697
+ type?: string | undefined;
1698
+ linkType?: string | undefined;
1699
1699
  };
1700
1700
  }, {
1701
1701
  sys: {
1702
- type: string;
1703
1702
  id: string;
1704
- linkType: string;
1703
+ type?: string | undefined;
1704
+ linkType?: string | undefined;
1705
1705
  };
1706
1706
  }>>;
1707
1707
  contentType: z.ZodOptional<z.ZodObject<{
1708
1708
  sys: z.ZodObject<{
1709
- type: z.ZodString;
1709
+ type: z.ZodOptional<z.ZodString>;
1710
+ linkType: z.ZodOptional<z.ZodString>;
1710
1711
  id: z.ZodString;
1711
- linkType: z.ZodString;
1712
1712
  }, "strip", z.ZodTypeAny, {
1713
- type: string;
1714
1713
  id: string;
1715
- linkType: string;
1714
+ type?: string | undefined;
1715
+ linkType?: string | undefined;
1716
1716
  }, {
1717
- type: string;
1718
1717
  id: string;
1719
- linkType: string;
1718
+ type?: string | undefined;
1719
+ linkType?: string | undefined;
1720
1720
  }>;
1721
1721
  }, "strip", z.ZodTypeAny, {
1722
1722
  sys: {
1723
- type: string;
1724
1723
  id: string;
1725
- linkType: string;
1724
+ type?: string | undefined;
1725
+ linkType?: string | undefined;
1726
1726
  };
1727
1727
  }, {
1728
1728
  sys: {
1729
- type: string;
1730
1729
  id: string;
1731
- linkType: string;
1730
+ type?: string | undefined;
1731
+ linkType?: string | undefined;
1732
1732
  };
1733
1733
  }>>;
1734
1734
  }, "strip", z.ZodTypeAny, {
@@ -1740,23 +1740,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
1740
1740
  revision?: number | undefined;
1741
1741
  space?: {
1742
1742
  sys: {
1743
- type: string;
1744
1743
  id: string;
1745
- linkType: string;
1744
+ type?: string | undefined;
1745
+ linkType?: string | undefined;
1746
1746
  };
1747
1747
  } | undefined;
1748
1748
  environment?: {
1749
1749
  sys: {
1750
- type: string;
1751
1750
  id: string;
1752
- linkType: string;
1751
+ type?: string | undefined;
1752
+ linkType?: string | undefined;
1753
1753
  };
1754
1754
  } | undefined;
1755
1755
  contentType?: {
1756
1756
  sys: {
1757
- type: string;
1758
1757
  id: string;
1759
- linkType: string;
1758
+ type?: string | undefined;
1759
+ linkType?: string | undefined;
1760
1760
  };
1761
1761
  } | undefined;
1762
1762
  }, {
@@ -1768,68 +1768,68 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
1768
1768
  revision?: number | undefined;
1769
1769
  space?: {
1770
1770
  sys: {
1771
- type: string;
1772
1771
  id: string;
1773
- linkType: string;
1772
+ type?: string | undefined;
1773
+ linkType?: string | undefined;
1774
1774
  };
1775
1775
  } | undefined;
1776
1776
  environment?: {
1777
1777
  sys: {
1778
- type: string;
1779
1778
  id: string;
1780
- linkType: string;
1779
+ type?: string | undefined;
1780
+ linkType?: string | undefined;
1781
1781
  };
1782
1782
  } | undefined;
1783
1783
  contentType?: {
1784
1784
  sys: {
1785
- type: string;
1786
1785
  id: string;
1787
- linkType: string;
1786
+ type?: string | undefined;
1787
+ linkType?: string | undefined;
1788
1788
  };
1789
1789
  } | undefined;
1790
1790
  }>;
1791
1791
  metadata: z.ZodOptional<z.ZodObject<{
1792
1792
  tags: z.ZodArray<z.ZodObject<{
1793
1793
  sys: z.ZodObject<{
1794
- type: z.ZodString;
1794
+ type: z.ZodOptional<z.ZodString>;
1795
1795
  id: z.ZodString;
1796
1796
  linkType: z.ZodString;
1797
1797
  }, "strip", z.ZodTypeAny, {
1798
- type: string;
1799
1798
  id: string;
1800
1799
  linkType: string;
1800
+ type?: string | undefined;
1801
1801
  }, {
1802
- type: string;
1803
1802
  id: string;
1804
1803
  linkType: string;
1804
+ type?: string | undefined;
1805
1805
  }>;
1806
1806
  }, "strip", z.ZodTypeAny, {
1807
1807
  sys: {
1808
- type: string;
1809
1808
  id: string;
1810
1809
  linkType: string;
1810
+ type?: string | undefined;
1811
1811
  };
1812
1812
  }, {
1813
1813
  sys: {
1814
- type: string;
1815
1814
  id: string;
1816
1815
  linkType: string;
1816
+ type?: string | undefined;
1817
1817
  };
1818
1818
  }>, "many">;
1819
1819
  }, "strip", z.ZodTypeAny, {
1820
1820
  tags: {
1821
1821
  sys: {
1822
- type: string;
1823
1822
  id: string;
1824
1823
  linkType: string;
1824
+ type?: string | undefined;
1825
1825
  };
1826
1826
  }[];
1827
1827
  }, {
1828
1828
  tags: {
1829
1829
  sys: {
1830
- type: string;
1831
1830
  id: string;
1832
1831
  linkType: string;
1832
+ type?: string | undefined;
1833
1833
  };
1834
1834
  }[];
1835
1835
  }>>;
@@ -1844,83 +1844,83 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
1844
1844
  revision: z.ZodOptional<z.ZodNumber>;
1845
1845
  space: z.ZodOptional<z.ZodObject<{
1846
1846
  sys: z.ZodObject<{
1847
- type: z.ZodString;
1847
+ type: z.ZodOptional<z.ZodString>;
1848
+ linkType: z.ZodOptional<z.ZodString>;
1848
1849
  id: z.ZodString;
1849
- linkType: z.ZodString;
1850
1850
  }, "strip", z.ZodTypeAny, {
1851
- type: string;
1852
1851
  id: string;
1853
- linkType: string;
1852
+ type?: string | undefined;
1853
+ linkType?: string | undefined;
1854
1854
  }, {
1855
- type: string;
1856
1855
  id: string;
1857
- linkType: string;
1856
+ type?: string | undefined;
1857
+ linkType?: string | undefined;
1858
1858
  }>;
1859
1859
  }, "strip", z.ZodTypeAny, {
1860
1860
  sys: {
1861
- type: string;
1862
1861
  id: string;
1863
- linkType: string;
1862
+ type?: string | undefined;
1863
+ linkType?: string | undefined;
1864
1864
  };
1865
1865
  }, {
1866
1866
  sys: {
1867
- type: string;
1868
1867
  id: string;
1869
- linkType: string;
1868
+ type?: string | undefined;
1869
+ linkType?: string | undefined;
1870
1870
  };
1871
1871
  }>>;
1872
1872
  environment: z.ZodOptional<z.ZodObject<{
1873
1873
  sys: z.ZodObject<{
1874
- type: z.ZodString;
1874
+ type: z.ZodOptional<z.ZodString>;
1875
+ linkType: z.ZodOptional<z.ZodString>;
1875
1876
  id: z.ZodString;
1876
- linkType: z.ZodString;
1877
1877
  }, "strip", z.ZodTypeAny, {
1878
- type: string;
1879
1878
  id: string;
1880
- linkType: string;
1879
+ type?: string | undefined;
1880
+ linkType?: string | undefined;
1881
1881
  }, {
1882
- type: string;
1883
1882
  id: string;
1884
- linkType: string;
1883
+ type?: string | undefined;
1884
+ linkType?: string | undefined;
1885
1885
  }>;
1886
1886
  }, "strip", z.ZodTypeAny, {
1887
1887
  sys: {
1888
- type: string;
1889
1888
  id: string;
1890
- linkType: string;
1889
+ type?: string | undefined;
1890
+ linkType?: string | undefined;
1891
1891
  };
1892
1892
  }, {
1893
1893
  sys: {
1894
- type: string;
1895
1894
  id: string;
1896
- linkType: string;
1895
+ type?: string | undefined;
1896
+ linkType?: string | undefined;
1897
1897
  };
1898
1898
  }>>;
1899
1899
  contentType: z.ZodOptional<z.ZodObject<{
1900
1900
  sys: z.ZodObject<{
1901
- type: z.ZodString;
1901
+ type: z.ZodOptional<z.ZodString>;
1902
+ linkType: z.ZodOptional<z.ZodString>;
1902
1903
  id: z.ZodString;
1903
- linkType: z.ZodString;
1904
1904
  }, "strip", z.ZodTypeAny, {
1905
- type: string;
1906
1905
  id: string;
1907
- linkType: string;
1906
+ type?: string | undefined;
1907
+ linkType?: string | undefined;
1908
1908
  }, {
1909
- type: string;
1910
1909
  id: string;
1911
- linkType: string;
1910
+ type?: string | undefined;
1911
+ linkType?: string | undefined;
1912
1912
  }>;
1913
1913
  }, "strip", z.ZodTypeAny, {
1914
1914
  sys: {
1915
- type: string;
1916
1915
  id: string;
1917
- linkType: string;
1916
+ type?: string | undefined;
1917
+ linkType?: string | undefined;
1918
1918
  };
1919
1919
  }, {
1920
1920
  sys: {
1921
- type: string;
1922
1921
  id: string;
1923
- linkType: string;
1922
+ type?: string | undefined;
1923
+ linkType?: string | undefined;
1924
1924
  };
1925
1925
  }>>;
1926
1926
  }, "strip", z.ZodTypeAny, {
@@ -1932,23 +1932,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
1932
1932
  revision?: number | undefined;
1933
1933
  space?: {
1934
1934
  sys: {
1935
- type: string;
1936
1935
  id: string;
1937
- linkType: string;
1936
+ type?: string | undefined;
1937
+ linkType?: string | undefined;
1938
1938
  };
1939
1939
  } | undefined;
1940
1940
  environment?: {
1941
1941
  sys: {
1942
- type: string;
1943
1942
  id: string;
1944
- linkType: string;
1943
+ type?: string | undefined;
1944
+ linkType?: string | undefined;
1945
1945
  };
1946
1946
  } | undefined;
1947
1947
  contentType?: {
1948
1948
  sys: {
1949
- type: string;
1950
1949
  id: string;
1951
- linkType: string;
1950
+ type?: string | undefined;
1951
+ linkType?: string | undefined;
1952
1952
  };
1953
1953
  } | undefined;
1954
1954
  }, {
@@ -1960,74 +1960,74 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
1960
1960
  revision?: number | undefined;
1961
1961
  space?: {
1962
1962
  sys: {
1963
- type: string;
1964
1963
  id: string;
1965
- linkType: string;
1964
+ type?: string | undefined;
1965
+ linkType?: string | undefined;
1966
1966
  };
1967
1967
  } | undefined;
1968
1968
  environment?: {
1969
1969
  sys: {
1970
- type: string;
1971
1970
  id: string;
1972
- linkType: string;
1971
+ type?: string | undefined;
1972
+ linkType?: string | undefined;
1973
1973
  };
1974
1974
  } | undefined;
1975
1975
  contentType?: {
1976
1976
  sys: {
1977
- type: string;
1978
1977
  id: string;
1979
- linkType: string;
1978
+ type?: string | undefined;
1979
+ linkType?: string | undefined;
1980
1980
  };
1981
1981
  } | undefined;
1982
1982
  }>;
1983
1983
  metadata: z.ZodOptional<z.ZodObject<{
1984
1984
  tags: z.ZodArray<z.ZodObject<{
1985
1985
  sys: z.ZodObject<{
1986
- type: z.ZodString;
1986
+ type: z.ZodOptional<z.ZodString>;
1987
1987
  id: z.ZodString;
1988
1988
  linkType: z.ZodString;
1989
1989
  }, "strip", z.ZodTypeAny, {
1990
- type: string;
1991
1990
  id: string;
1992
1991
  linkType: string;
1992
+ type?: string | undefined;
1993
1993
  }, {
1994
- type: string;
1995
1994
  id: string;
1996
1995
  linkType: string;
1996
+ type?: string | undefined;
1997
1997
  }>;
1998
1998
  }, "strip", z.ZodTypeAny, {
1999
1999
  sys: {
2000
- type: string;
2001
2000
  id: string;
2002
2001
  linkType: string;
2002
+ type?: string | undefined;
2003
2003
  };
2004
2004
  }, {
2005
2005
  sys: {
2006
- type: string;
2007
2006
  id: string;
2008
2007
  linkType: string;
2008
+ type?: string | undefined;
2009
2009
  };
2010
2010
  }>, "many">;
2011
2011
  }, "strip", z.ZodTypeAny, {
2012
2012
  tags: {
2013
2013
  sys: {
2014
- type: string;
2015
2014
  id: string;
2016
2015
  linkType: string;
2016
+ type?: string | undefined;
2017
2017
  };
2018
2018
  }[];
2019
2019
  }, {
2020
2020
  tags: {
2021
2021
  sys: {
2022
- type: string;
2023
2022
  id: string;
2024
2023
  linkType: string;
2024
+ type?: string | undefined;
2025
2025
  };
2026
2026
  }[];
2027
2027
  }>>;
2028
2028
  fields: z.ZodObject<{
2029
2029
  nt_name: z.ZodString;
2030
- nt_description: z.ZodOptional<z.ZodString>;
2030
+ nt_description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2031
2031
  nt_type: z.ZodUnion<[z.ZodString, z.ZodString]>;
2032
2032
  nt_config: z.ZodEffects<z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodObject<{
2033
2033
  distribution: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
@@ -2126,83 +2126,83 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2126
2126
  revision: z.ZodOptional<z.ZodNumber>;
2127
2127
  space: z.ZodOptional<z.ZodObject<{
2128
2128
  sys: z.ZodObject<{
2129
- type: z.ZodString;
2129
+ type: z.ZodOptional<z.ZodString>;
2130
+ linkType: z.ZodOptional<z.ZodString>;
2130
2131
  id: z.ZodString;
2131
- linkType: z.ZodString;
2132
2132
  }, "strip", z.ZodTypeAny, {
2133
- type: string;
2134
2133
  id: string;
2135
- linkType: string;
2134
+ type?: string | undefined;
2135
+ linkType?: string | undefined;
2136
2136
  }, {
2137
- type: string;
2138
2137
  id: string;
2139
- linkType: string;
2138
+ type?: string | undefined;
2139
+ linkType?: string | undefined;
2140
2140
  }>;
2141
2141
  }, "strip", z.ZodTypeAny, {
2142
2142
  sys: {
2143
- type: string;
2144
2143
  id: string;
2145
- linkType: string;
2144
+ type?: string | undefined;
2145
+ linkType?: string | undefined;
2146
2146
  };
2147
2147
  }, {
2148
2148
  sys: {
2149
- type: string;
2150
2149
  id: string;
2151
- linkType: string;
2150
+ type?: string | undefined;
2151
+ linkType?: string | undefined;
2152
2152
  };
2153
2153
  }>>;
2154
2154
  environment: z.ZodOptional<z.ZodObject<{
2155
2155
  sys: z.ZodObject<{
2156
- type: z.ZodString;
2156
+ type: z.ZodOptional<z.ZodString>;
2157
+ linkType: z.ZodOptional<z.ZodString>;
2157
2158
  id: z.ZodString;
2158
- linkType: z.ZodString;
2159
2159
  }, "strip", z.ZodTypeAny, {
2160
- type: string;
2161
2160
  id: string;
2162
- linkType: string;
2161
+ type?: string | undefined;
2162
+ linkType?: string | undefined;
2163
2163
  }, {
2164
- type: string;
2165
2164
  id: string;
2166
- linkType: string;
2165
+ type?: string | undefined;
2166
+ linkType?: string | undefined;
2167
2167
  }>;
2168
2168
  }, "strip", z.ZodTypeAny, {
2169
2169
  sys: {
2170
- type: string;
2171
2170
  id: string;
2172
- linkType: string;
2171
+ type?: string | undefined;
2172
+ linkType?: string | undefined;
2173
2173
  };
2174
2174
  }, {
2175
2175
  sys: {
2176
- type: string;
2177
2176
  id: string;
2178
- linkType: string;
2177
+ type?: string | undefined;
2178
+ linkType?: string | undefined;
2179
2179
  };
2180
2180
  }>>;
2181
2181
  contentType: z.ZodOptional<z.ZodObject<{
2182
2182
  sys: z.ZodObject<{
2183
- type: z.ZodString;
2183
+ type: z.ZodOptional<z.ZodString>;
2184
+ linkType: z.ZodOptional<z.ZodString>;
2184
2185
  id: z.ZodString;
2185
- linkType: z.ZodString;
2186
2186
  }, "strip", z.ZodTypeAny, {
2187
- type: string;
2188
2187
  id: string;
2189
- linkType: string;
2188
+ type?: string | undefined;
2189
+ linkType?: string | undefined;
2190
2190
  }, {
2191
- type: string;
2192
2191
  id: string;
2193
- linkType: string;
2192
+ type?: string | undefined;
2193
+ linkType?: string | undefined;
2194
2194
  }>;
2195
2195
  }, "strip", z.ZodTypeAny, {
2196
2196
  sys: {
2197
- type: string;
2198
2197
  id: string;
2199
- linkType: string;
2198
+ type?: string | undefined;
2199
+ linkType?: string | undefined;
2200
2200
  };
2201
2201
  }, {
2202
2202
  sys: {
2203
- type: string;
2204
2203
  id: string;
2205
- linkType: string;
2204
+ type?: string | undefined;
2205
+ linkType?: string | undefined;
2206
2206
  };
2207
2207
  }>>;
2208
2208
  }, "strip", z.ZodTypeAny, {
@@ -2214,23 +2214,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2214
2214
  revision?: number | undefined;
2215
2215
  space?: {
2216
2216
  sys: {
2217
- type: string;
2218
2217
  id: string;
2219
- linkType: string;
2218
+ type?: string | undefined;
2219
+ linkType?: string | undefined;
2220
2220
  };
2221
2221
  } | undefined;
2222
2222
  environment?: {
2223
2223
  sys: {
2224
- type: string;
2225
2224
  id: string;
2226
- linkType: string;
2225
+ type?: string | undefined;
2226
+ linkType?: string | undefined;
2227
2227
  };
2228
2228
  } | undefined;
2229
2229
  contentType?: {
2230
2230
  sys: {
2231
- type: string;
2232
2231
  id: string;
2233
- linkType: string;
2232
+ type?: string | undefined;
2233
+ linkType?: string | undefined;
2234
2234
  };
2235
2235
  } | undefined;
2236
2236
  }, {
@@ -2242,68 +2242,68 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2242
2242
  revision?: number | undefined;
2243
2243
  space?: {
2244
2244
  sys: {
2245
- type: string;
2246
2245
  id: string;
2247
- linkType: string;
2246
+ type?: string | undefined;
2247
+ linkType?: string | undefined;
2248
2248
  };
2249
2249
  } | undefined;
2250
2250
  environment?: {
2251
2251
  sys: {
2252
- type: string;
2253
2252
  id: string;
2254
- linkType: string;
2253
+ type?: string | undefined;
2254
+ linkType?: string | undefined;
2255
2255
  };
2256
2256
  } | undefined;
2257
2257
  contentType?: {
2258
2258
  sys: {
2259
- type: string;
2260
2259
  id: string;
2261
- linkType: string;
2260
+ type?: string | undefined;
2261
+ linkType?: string | undefined;
2262
2262
  };
2263
2263
  } | undefined;
2264
2264
  }>;
2265
2265
  metadata: z.ZodOptional<z.ZodObject<{
2266
2266
  tags: z.ZodArray<z.ZodObject<{
2267
2267
  sys: z.ZodObject<{
2268
- type: z.ZodString;
2268
+ type: z.ZodOptional<z.ZodString>;
2269
2269
  id: z.ZodString;
2270
2270
  linkType: z.ZodString;
2271
2271
  }, "strip", z.ZodTypeAny, {
2272
- type: string;
2273
2272
  id: string;
2274
2273
  linkType: string;
2274
+ type?: string | undefined;
2275
2275
  }, {
2276
- type: string;
2277
2276
  id: string;
2278
2277
  linkType: string;
2278
+ type?: string | undefined;
2279
2279
  }>;
2280
2280
  }, "strip", z.ZodTypeAny, {
2281
2281
  sys: {
2282
- type: string;
2283
2282
  id: string;
2284
2283
  linkType: string;
2284
+ type?: string | undefined;
2285
2285
  };
2286
2286
  }, {
2287
2287
  sys: {
2288
- type: string;
2289
2288
  id: string;
2290
2289
  linkType: string;
2290
+ type?: string | undefined;
2291
2291
  };
2292
2292
  }>, "many">;
2293
2293
  }, "strip", z.ZodTypeAny, {
2294
2294
  tags: {
2295
2295
  sys: {
2296
- type: string;
2297
2296
  id: string;
2298
2297
  linkType: string;
2298
+ type?: string | undefined;
2299
2299
  };
2300
2300
  }[];
2301
2301
  }, {
2302
2302
  tags: {
2303
2303
  sys: {
2304
- type: string;
2305
2304
  id: string;
2306
2305
  linkType: string;
2306
+ type?: string | undefined;
2307
2307
  };
2308
2308
  }[];
2309
2309
  }>>;
@@ -2330,23 +2330,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2330
2330
  revision?: number | undefined;
2331
2331
  space?: {
2332
2332
  sys: {
2333
- type: string;
2334
2333
  id: string;
2335
- linkType: string;
2334
+ type?: string | undefined;
2335
+ linkType?: string | undefined;
2336
2336
  };
2337
2337
  } | undefined;
2338
2338
  environment?: {
2339
2339
  sys: {
2340
- type: string;
2341
2340
  id: string;
2342
- linkType: string;
2341
+ type?: string | undefined;
2342
+ linkType?: string | undefined;
2343
2343
  };
2344
2344
  } | undefined;
2345
2345
  contentType?: {
2346
2346
  sys: {
2347
- type: string;
2348
2347
  id: string;
2349
- linkType: string;
2348
+ type?: string | undefined;
2349
+ linkType?: string | undefined;
2350
2350
  };
2351
2351
  } | undefined;
2352
2352
  };
@@ -2358,9 +2358,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2358
2358
  metadata?: {
2359
2359
  tags: {
2360
2360
  sys: {
2361
- type: string;
2362
2361
  id: string;
2363
2362
  linkType: string;
2363
+ type?: string | undefined;
2364
2364
  };
2365
2365
  }[];
2366
2366
  } | undefined;
@@ -2374,23 +2374,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2374
2374
  revision?: number | undefined;
2375
2375
  space?: {
2376
2376
  sys: {
2377
- type: string;
2378
2377
  id: string;
2379
- linkType: string;
2378
+ type?: string | undefined;
2379
+ linkType?: string | undefined;
2380
2380
  };
2381
2381
  } | undefined;
2382
2382
  environment?: {
2383
2383
  sys: {
2384
- type: string;
2385
2384
  id: string;
2386
- linkType: string;
2385
+ type?: string | undefined;
2386
+ linkType?: string | undefined;
2387
2387
  };
2388
2388
  } | undefined;
2389
2389
  contentType?: {
2390
2390
  sys: {
2391
- type: string;
2392
2391
  id: string;
2393
- linkType: string;
2392
+ type?: string | undefined;
2393
+ linkType?: string | undefined;
2394
2394
  };
2395
2395
  } | undefined;
2396
2396
  };
@@ -2402,9 +2402,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2402
2402
  metadata?: {
2403
2403
  tags: {
2404
2404
  sys: {
2405
- type: string;
2406
2405
  id: string;
2407
2406
  linkType: string;
2407
+ type?: string | undefined;
2408
2408
  };
2409
2409
  }[];
2410
2410
  } | undefined;
@@ -2419,83 +2419,83 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2419
2419
  revision: z.ZodOptional<z.ZodNumber>;
2420
2420
  space: z.ZodOptional<z.ZodObject<{
2421
2421
  sys: z.ZodObject<{
2422
- type: z.ZodString;
2422
+ type: z.ZodOptional<z.ZodString>;
2423
+ linkType: z.ZodOptional<z.ZodString>;
2423
2424
  id: z.ZodString;
2424
- linkType: z.ZodString;
2425
2425
  }, "strip", z.ZodTypeAny, {
2426
- type: string;
2427
2426
  id: string;
2428
- linkType: string;
2427
+ type?: string | undefined;
2428
+ linkType?: string | undefined;
2429
2429
  }, {
2430
- type: string;
2431
2430
  id: string;
2432
- linkType: string;
2431
+ type?: string | undefined;
2432
+ linkType?: string | undefined;
2433
2433
  }>;
2434
2434
  }, "strip", z.ZodTypeAny, {
2435
2435
  sys: {
2436
- type: string;
2437
2436
  id: string;
2438
- linkType: string;
2437
+ type?: string | undefined;
2438
+ linkType?: string | undefined;
2439
2439
  };
2440
2440
  }, {
2441
2441
  sys: {
2442
- type: string;
2443
2442
  id: string;
2444
- linkType: string;
2443
+ type?: string | undefined;
2444
+ linkType?: string | undefined;
2445
2445
  };
2446
2446
  }>>;
2447
2447
  environment: z.ZodOptional<z.ZodObject<{
2448
2448
  sys: z.ZodObject<{
2449
- type: z.ZodString;
2449
+ type: z.ZodOptional<z.ZodString>;
2450
+ linkType: z.ZodOptional<z.ZodString>;
2450
2451
  id: z.ZodString;
2451
- linkType: z.ZodString;
2452
2452
  }, "strip", z.ZodTypeAny, {
2453
- type: string;
2454
2453
  id: string;
2455
- linkType: string;
2454
+ type?: string | undefined;
2455
+ linkType?: string | undefined;
2456
2456
  }, {
2457
- type: string;
2458
2457
  id: string;
2459
- linkType: string;
2458
+ type?: string | undefined;
2459
+ linkType?: string | undefined;
2460
2460
  }>;
2461
2461
  }, "strip", z.ZodTypeAny, {
2462
2462
  sys: {
2463
- type: string;
2464
2463
  id: string;
2465
- linkType: string;
2464
+ type?: string | undefined;
2465
+ linkType?: string | undefined;
2466
2466
  };
2467
2467
  }, {
2468
2468
  sys: {
2469
- type: string;
2470
2469
  id: string;
2471
- linkType: string;
2470
+ type?: string | undefined;
2471
+ linkType?: string | undefined;
2472
2472
  };
2473
2473
  }>>;
2474
2474
  contentType: z.ZodOptional<z.ZodObject<{
2475
2475
  sys: z.ZodObject<{
2476
- type: z.ZodString;
2476
+ type: z.ZodOptional<z.ZodString>;
2477
+ linkType: z.ZodOptional<z.ZodString>;
2477
2478
  id: z.ZodString;
2478
- linkType: z.ZodString;
2479
2479
  }, "strip", z.ZodTypeAny, {
2480
- type: string;
2481
2480
  id: string;
2482
- linkType: string;
2481
+ type?: string | undefined;
2482
+ linkType?: string | undefined;
2483
2483
  }, {
2484
- type: string;
2485
2484
  id: string;
2486
- linkType: string;
2485
+ type?: string | undefined;
2486
+ linkType?: string | undefined;
2487
2487
  }>;
2488
2488
  }, "strip", z.ZodTypeAny, {
2489
2489
  sys: {
2490
- type: string;
2491
2490
  id: string;
2492
- linkType: string;
2491
+ type?: string | undefined;
2492
+ linkType?: string | undefined;
2493
2493
  };
2494
2494
  }, {
2495
2495
  sys: {
2496
- type: string;
2497
2496
  id: string;
2498
- linkType: string;
2497
+ type?: string | undefined;
2498
+ linkType?: string | undefined;
2499
2499
  };
2500
2500
  }>>;
2501
2501
  }, "strip", z.ZodTypeAny, {
@@ -2507,23 +2507,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2507
2507
  revision?: number | undefined;
2508
2508
  space?: {
2509
2509
  sys: {
2510
- type: string;
2511
2510
  id: string;
2512
- linkType: string;
2511
+ type?: string | undefined;
2512
+ linkType?: string | undefined;
2513
2513
  };
2514
2514
  } | undefined;
2515
2515
  environment?: {
2516
2516
  sys: {
2517
- type: string;
2518
2517
  id: string;
2519
- linkType: string;
2518
+ type?: string | undefined;
2519
+ linkType?: string | undefined;
2520
2520
  };
2521
2521
  } | undefined;
2522
2522
  contentType?: {
2523
2523
  sys: {
2524
- type: string;
2525
2524
  id: string;
2526
- linkType: string;
2525
+ type?: string | undefined;
2526
+ linkType?: string | undefined;
2527
2527
  };
2528
2528
  } | undefined;
2529
2529
  }, {
@@ -2535,23 +2535,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2535
2535
  revision?: number | undefined;
2536
2536
  space?: {
2537
2537
  sys: {
2538
- type: string;
2539
2538
  id: string;
2540
- linkType: string;
2539
+ type?: string | undefined;
2540
+ linkType?: string | undefined;
2541
2541
  };
2542
2542
  } | undefined;
2543
2543
  environment?: {
2544
2544
  sys: {
2545
- type: string;
2546
2545
  id: string;
2547
- linkType: string;
2546
+ type?: string | undefined;
2547
+ linkType?: string | undefined;
2548
2548
  };
2549
2549
  } | undefined;
2550
2550
  contentType?: {
2551
2551
  sys: {
2552
- type: string;
2553
2552
  id: string;
2554
- linkType: string;
2553
+ type?: string | undefined;
2554
+ linkType?: string | undefined;
2555
2555
  };
2556
2556
  } | undefined;
2557
2557
  }>;
@@ -2559,45 +2559,45 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2559
2559
  metadata: z.ZodOptional<z.ZodObject<{
2560
2560
  tags: z.ZodArray<z.ZodObject<{
2561
2561
  sys: z.ZodObject<{
2562
- type: z.ZodString;
2562
+ type: z.ZodOptional<z.ZodString>;
2563
2563
  id: z.ZodString;
2564
2564
  linkType: z.ZodString;
2565
2565
  }, "strip", z.ZodTypeAny, {
2566
- type: string;
2567
2566
  id: string;
2568
2567
  linkType: string;
2568
+ type?: string | undefined;
2569
2569
  }, {
2570
- type: string;
2571
2570
  id: string;
2572
2571
  linkType: string;
2572
+ type?: string | undefined;
2573
2573
  }>;
2574
2574
  }, "strip", z.ZodTypeAny, {
2575
2575
  sys: {
2576
- type: string;
2577
2576
  id: string;
2578
2577
  linkType: string;
2578
+ type?: string | undefined;
2579
2579
  };
2580
2580
  }, {
2581
2581
  sys: {
2582
- type: string;
2583
2582
  id: string;
2584
2583
  linkType: string;
2584
+ type?: string | undefined;
2585
2585
  };
2586
2586
  }>, "many">;
2587
2587
  }, "strip", z.ZodTypeAny, {
2588
2588
  tags: {
2589
2589
  sys: {
2590
- type: string;
2591
2590
  id: string;
2592
2591
  linkType: string;
2592
+ type?: string | undefined;
2593
2593
  };
2594
2594
  }[];
2595
2595
  }, {
2596
2596
  tags: {
2597
2597
  sys: {
2598
- type: string;
2599
2598
  id: string;
2600
2599
  linkType: string;
2600
+ type?: string | undefined;
2601
2601
  };
2602
2602
  }[];
2603
2603
  }>>;
@@ -2611,23 +2611,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2611
2611
  revision?: number | undefined;
2612
2612
  space?: {
2613
2613
  sys: {
2614
- type: string;
2615
2614
  id: string;
2616
- linkType: string;
2615
+ type?: string | undefined;
2616
+ linkType?: string | undefined;
2617
2617
  };
2618
2618
  } | undefined;
2619
2619
  environment?: {
2620
2620
  sys: {
2621
- type: string;
2622
2621
  id: string;
2623
- linkType: string;
2622
+ type?: string | undefined;
2623
+ linkType?: string | undefined;
2624
2624
  };
2625
2625
  } | undefined;
2626
2626
  contentType?: {
2627
2627
  sys: {
2628
- type: string;
2629
2628
  id: string;
2630
- linkType: string;
2629
+ type?: string | undefined;
2630
+ linkType?: string | undefined;
2631
2631
  };
2632
2632
  } | undefined;
2633
2633
  };
@@ -2635,9 +2635,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2635
2635
  metadata?: {
2636
2636
  tags: {
2637
2637
  sys: {
2638
- type: string;
2639
2638
  id: string;
2640
2639
  linkType: string;
2640
+ type?: string | undefined;
2641
2641
  };
2642
2642
  }[];
2643
2643
  } | undefined;
@@ -2651,23 +2651,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2651
2651
  revision?: number | undefined;
2652
2652
  space?: {
2653
2653
  sys: {
2654
- type: string;
2655
2654
  id: string;
2656
- linkType: string;
2655
+ type?: string | undefined;
2656
+ linkType?: string | undefined;
2657
2657
  };
2658
2658
  } | undefined;
2659
2659
  environment?: {
2660
2660
  sys: {
2661
- type: string;
2662
2661
  id: string;
2663
- linkType: string;
2662
+ type?: string | undefined;
2663
+ linkType?: string | undefined;
2664
2664
  };
2665
2665
  } | undefined;
2666
2666
  contentType?: {
2667
2667
  sys: {
2668
- type: string;
2669
2668
  id: string;
2670
- linkType: string;
2669
+ type?: string | undefined;
2670
+ linkType?: string | undefined;
2671
2671
  };
2672
2672
  } | undefined;
2673
2673
  };
@@ -2675,9 +2675,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2675
2675
  metadata?: {
2676
2676
  tags: {
2677
2677
  sys: {
2678
- type: string;
2679
2678
  id: string;
2680
2679
  linkType: string;
2680
+ type?: string | undefined;
2681
2681
  };
2682
2682
  }[];
2683
2683
  } | undefined;
@@ -2698,7 +2698,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2698
2698
  }[];
2699
2699
  }[];
2700
2700
  };
2701
- nt_description?: string | undefined;
2701
+ nt_description?: string | null | undefined;
2702
2702
  nt_audience?: {
2703
2703
  sys: {
2704
2704
  id: string;
@@ -2709,23 +2709,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2709
2709
  revision?: number | undefined;
2710
2710
  space?: {
2711
2711
  sys: {
2712
- type: string;
2713
2712
  id: string;
2714
- linkType: string;
2713
+ type?: string | undefined;
2714
+ linkType?: string | undefined;
2715
2715
  };
2716
2716
  } | undefined;
2717
2717
  environment?: {
2718
2718
  sys: {
2719
- type: string;
2720
2719
  id: string;
2721
- linkType: string;
2720
+ type?: string | undefined;
2721
+ linkType?: string | undefined;
2722
2722
  };
2723
2723
  } | undefined;
2724
2724
  contentType?: {
2725
2725
  sys: {
2726
- type: string;
2727
2726
  id: string;
2728
- linkType: string;
2727
+ type?: string | undefined;
2728
+ linkType?: string | undefined;
2729
2729
  };
2730
2730
  } | undefined;
2731
2731
  };
@@ -2737,9 +2737,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2737
2737
  metadata?: {
2738
2738
  tags: {
2739
2739
  sys: {
2740
- type: string;
2741
2740
  id: string;
2742
2741
  linkType: string;
2742
+ type?: string | undefined;
2743
2743
  };
2744
2744
  }[];
2745
2745
  } | undefined;
@@ -2754,23 +2754,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2754
2754
  revision?: number | undefined;
2755
2755
  space?: {
2756
2756
  sys: {
2757
- type: string;
2758
2757
  id: string;
2759
- linkType: string;
2758
+ type?: string | undefined;
2759
+ linkType?: string | undefined;
2760
2760
  };
2761
2761
  } | undefined;
2762
2762
  environment?: {
2763
2763
  sys: {
2764
- type: string;
2765
2764
  id: string;
2766
- linkType: string;
2765
+ type?: string | undefined;
2766
+ linkType?: string | undefined;
2767
2767
  };
2768
2768
  } | undefined;
2769
2769
  contentType?: {
2770
2770
  sys: {
2771
- type: string;
2772
2771
  id: string;
2773
- linkType: string;
2772
+ type?: string | undefined;
2773
+ linkType?: string | undefined;
2774
2774
  };
2775
2775
  } | undefined;
2776
2776
  };
@@ -2778,9 +2778,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2778
2778
  metadata?: {
2779
2779
  tags: {
2780
2780
  sys: {
2781
- type: string;
2782
2781
  id: string;
2783
2782
  linkType: string;
2783
+ type?: string | undefined;
2784
2784
  };
2785
2785
  }[];
2786
2786
  } | undefined;
@@ -2788,7 +2788,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2788
2788
  }, {
2789
2789
  nt_name: string;
2790
2790
  nt_type: string;
2791
- nt_description?: string | undefined;
2791
+ nt_description?: string | null | undefined;
2792
2792
  nt_config?: {
2793
2793
  distribution?: number[] | undefined;
2794
2794
  traffic?: number | undefined;
@@ -2812,23 +2812,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2812
2812
  revision?: number | undefined;
2813
2813
  space?: {
2814
2814
  sys: {
2815
- type: string;
2816
2815
  id: string;
2817
- linkType: string;
2816
+ type?: string | undefined;
2817
+ linkType?: string | undefined;
2818
2818
  };
2819
2819
  } | undefined;
2820
2820
  environment?: {
2821
2821
  sys: {
2822
- type: string;
2823
2822
  id: string;
2824
- linkType: string;
2823
+ type?: string | undefined;
2824
+ linkType?: string | undefined;
2825
2825
  };
2826
2826
  } | undefined;
2827
2827
  contentType?: {
2828
2828
  sys: {
2829
- type: string;
2830
2829
  id: string;
2831
- linkType: string;
2830
+ type?: string | undefined;
2831
+ linkType?: string | undefined;
2832
2832
  };
2833
2833
  } | undefined;
2834
2834
  };
@@ -2840,9 +2840,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2840
2840
  metadata?: {
2841
2841
  tags: {
2842
2842
  sys: {
2843
- type: string;
2844
2843
  id: string;
2845
2844
  linkType: string;
2845
+ type?: string | undefined;
2846
2846
  };
2847
2847
  }[];
2848
2848
  } | undefined;
@@ -2857,23 +2857,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2857
2857
  revision?: number | undefined;
2858
2858
  space?: {
2859
2859
  sys: {
2860
- type: string;
2861
2860
  id: string;
2862
- linkType: string;
2861
+ type?: string | undefined;
2862
+ linkType?: string | undefined;
2863
2863
  };
2864
2864
  } | undefined;
2865
2865
  environment?: {
2866
2866
  sys: {
2867
- type: string;
2868
2867
  id: string;
2869
- linkType: string;
2868
+ type?: string | undefined;
2869
+ linkType?: string | undefined;
2870
2870
  };
2871
2871
  } | undefined;
2872
2872
  contentType?: {
2873
2873
  sys: {
2874
- type: string;
2875
2874
  id: string;
2876
- linkType: string;
2875
+ type?: string | undefined;
2876
+ linkType?: string | undefined;
2877
2877
  };
2878
2878
  } | undefined;
2879
2879
  };
@@ -2881,9 +2881,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2881
2881
  metadata?: {
2882
2882
  tags: {
2883
2883
  sys: {
2884
- type: string;
2885
2884
  id: string;
2886
2885
  linkType: string;
2886
+ type?: string | undefined;
2887
2887
  };
2888
2888
  }[];
2889
2889
  } | undefined;
@@ -2899,23 +2899,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2899
2899
  revision?: number | undefined;
2900
2900
  space?: {
2901
2901
  sys: {
2902
- type: string;
2903
2902
  id: string;
2904
- linkType: string;
2903
+ type?: string | undefined;
2904
+ linkType?: string | undefined;
2905
2905
  };
2906
2906
  } | undefined;
2907
2907
  environment?: {
2908
2908
  sys: {
2909
- type: string;
2910
2909
  id: string;
2911
- linkType: string;
2910
+ type?: string | undefined;
2911
+ linkType?: string | undefined;
2912
2912
  };
2913
2913
  } | undefined;
2914
2914
  contentType?: {
2915
2915
  sys: {
2916
- type: string;
2917
2916
  id: string;
2918
- linkType: string;
2917
+ type?: string | undefined;
2918
+ linkType?: string | undefined;
2919
2919
  };
2920
2920
  } | undefined;
2921
2921
  };
@@ -2935,7 +2935,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2935
2935
  }[];
2936
2936
  }[];
2937
2937
  };
2938
- nt_description?: string | undefined;
2938
+ nt_description?: string | null | undefined;
2939
2939
  nt_audience?: {
2940
2940
  sys: {
2941
2941
  id: string;
@@ -2946,23 +2946,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2946
2946
  revision?: number | undefined;
2947
2947
  space?: {
2948
2948
  sys: {
2949
- type: string;
2950
2949
  id: string;
2951
- linkType: string;
2950
+ type?: string | undefined;
2951
+ linkType?: string | undefined;
2952
2952
  };
2953
2953
  } | undefined;
2954
2954
  environment?: {
2955
2955
  sys: {
2956
- type: string;
2957
2956
  id: string;
2958
- linkType: string;
2957
+ type?: string | undefined;
2958
+ linkType?: string | undefined;
2959
2959
  };
2960
2960
  } | undefined;
2961
2961
  contentType?: {
2962
2962
  sys: {
2963
- type: string;
2964
2963
  id: string;
2965
- linkType: string;
2964
+ type?: string | undefined;
2965
+ linkType?: string | undefined;
2966
2966
  };
2967
2967
  } | undefined;
2968
2968
  };
@@ -2974,9 +2974,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2974
2974
  metadata?: {
2975
2975
  tags: {
2976
2976
  sys: {
2977
- type: string;
2978
2977
  id: string;
2979
2978
  linkType: string;
2979
+ type?: string | undefined;
2980
2980
  };
2981
2981
  }[];
2982
2982
  } | undefined;
@@ -2991,23 +2991,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
2991
2991
  revision?: number | undefined;
2992
2992
  space?: {
2993
2993
  sys: {
2994
- type: string;
2995
2994
  id: string;
2996
- linkType: string;
2995
+ type?: string | undefined;
2996
+ linkType?: string | undefined;
2997
2997
  };
2998
2998
  } | undefined;
2999
2999
  environment?: {
3000
3000
  sys: {
3001
- type: string;
3002
3001
  id: string;
3003
- linkType: string;
3002
+ type?: string | undefined;
3003
+ linkType?: string | undefined;
3004
3004
  };
3005
3005
  } | undefined;
3006
3006
  contentType?: {
3007
3007
  sys: {
3008
- type: string;
3009
3008
  id: string;
3010
- linkType: string;
3009
+ type?: string | undefined;
3010
+ linkType?: string | undefined;
3011
3011
  };
3012
3012
  } | undefined;
3013
3013
  };
@@ -3015,9 +3015,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3015
3015
  metadata?: {
3016
3016
  tags: {
3017
3017
  sys: {
3018
- type: string;
3019
3018
  id: string;
3020
3019
  linkType: string;
3020
+ type?: string | undefined;
3021
3021
  };
3022
3022
  }[];
3023
3023
  } | undefined;
@@ -3026,9 +3026,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3026
3026
  metadata?: {
3027
3027
  tags: {
3028
3028
  sys: {
3029
- type: string;
3030
3029
  id: string;
3031
3030
  linkType: string;
3031
+ type?: string | undefined;
3032
3032
  };
3033
3033
  }[];
3034
3034
  } | undefined;
@@ -3042,30 +3042,30 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3042
3042
  revision?: number | undefined;
3043
3043
  space?: {
3044
3044
  sys: {
3045
- type: string;
3046
3045
  id: string;
3047
- linkType: string;
3046
+ type?: string | undefined;
3047
+ linkType?: string | undefined;
3048
3048
  };
3049
3049
  } | undefined;
3050
3050
  environment?: {
3051
3051
  sys: {
3052
- type: string;
3053
3052
  id: string;
3054
- linkType: string;
3053
+ type?: string | undefined;
3054
+ linkType?: string | undefined;
3055
3055
  };
3056
3056
  } | undefined;
3057
3057
  contentType?: {
3058
3058
  sys: {
3059
- type: string;
3060
3059
  id: string;
3061
- linkType: string;
3060
+ type?: string | undefined;
3061
+ linkType?: string | undefined;
3062
3062
  };
3063
3063
  } | undefined;
3064
3064
  };
3065
3065
  fields: {
3066
3066
  nt_name: string;
3067
3067
  nt_type: string;
3068
- nt_description?: string | undefined;
3068
+ nt_description?: string | null | undefined;
3069
3069
  nt_config?: {
3070
3070
  distribution?: number[] | undefined;
3071
3071
  traffic?: number | undefined;
@@ -3089,23 +3089,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3089
3089
  revision?: number | undefined;
3090
3090
  space?: {
3091
3091
  sys: {
3092
- type: string;
3093
3092
  id: string;
3094
- linkType: string;
3093
+ type?: string | undefined;
3094
+ linkType?: string | undefined;
3095
3095
  };
3096
3096
  } | undefined;
3097
3097
  environment?: {
3098
3098
  sys: {
3099
- type: string;
3100
3099
  id: string;
3101
- linkType: string;
3100
+ type?: string | undefined;
3101
+ linkType?: string | undefined;
3102
3102
  };
3103
3103
  } | undefined;
3104
3104
  contentType?: {
3105
3105
  sys: {
3106
- type: string;
3107
3106
  id: string;
3108
- linkType: string;
3107
+ type?: string | undefined;
3108
+ linkType?: string | undefined;
3109
3109
  };
3110
3110
  } | undefined;
3111
3111
  };
@@ -3117,9 +3117,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3117
3117
  metadata?: {
3118
3118
  tags: {
3119
3119
  sys: {
3120
- type: string;
3121
3120
  id: string;
3122
3121
  linkType: string;
3122
+ type?: string | undefined;
3123
3123
  };
3124
3124
  }[];
3125
3125
  } | undefined;
@@ -3134,23 +3134,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3134
3134
  revision?: number | undefined;
3135
3135
  space?: {
3136
3136
  sys: {
3137
- type: string;
3138
3137
  id: string;
3139
- linkType: string;
3138
+ type?: string | undefined;
3139
+ linkType?: string | undefined;
3140
3140
  };
3141
3141
  } | undefined;
3142
3142
  environment?: {
3143
3143
  sys: {
3144
- type: string;
3145
3144
  id: string;
3146
- linkType: string;
3145
+ type?: string | undefined;
3146
+ linkType?: string | undefined;
3147
3147
  };
3148
3148
  } | undefined;
3149
3149
  contentType?: {
3150
3150
  sys: {
3151
- type: string;
3152
3151
  id: string;
3153
- linkType: string;
3152
+ type?: string | undefined;
3153
+ linkType?: string | undefined;
3154
3154
  };
3155
3155
  } | undefined;
3156
3156
  };
@@ -3158,9 +3158,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3158
3158
  metadata?: {
3159
3159
  tags: {
3160
3160
  sys: {
3161
- type: string;
3162
3161
  id: string;
3163
3162
  linkType: string;
3163
+ type?: string | undefined;
3164
3164
  };
3165
3165
  }[];
3166
3166
  } | undefined;
@@ -3169,9 +3169,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3169
3169
  metadata?: {
3170
3170
  tags: {
3171
3171
  sys: {
3172
- type: string;
3173
3172
  id: string;
3174
3173
  linkType: string;
3174
+ type?: string | undefined;
3175
3175
  };
3176
3176
  }[];
3177
3177
  } | undefined;
@@ -3187,23 +3187,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3187
3187
  revision?: number | undefined;
3188
3188
  space?: {
3189
3189
  sys: {
3190
- type: string;
3191
3190
  id: string;
3192
- linkType: string;
3191
+ type?: string | undefined;
3192
+ linkType?: string | undefined;
3193
3193
  };
3194
3194
  } | undefined;
3195
3195
  environment?: {
3196
3196
  sys: {
3197
- type: string;
3198
3197
  id: string;
3199
- linkType: string;
3198
+ type?: string | undefined;
3199
+ linkType?: string | undefined;
3200
3200
  };
3201
3201
  } | undefined;
3202
3202
  contentType?: {
3203
3203
  sys: {
3204
- type: string;
3205
3204
  id: string;
3206
- linkType: string;
3205
+ type?: string | undefined;
3206
+ linkType?: string | undefined;
3207
3207
  };
3208
3208
  } | undefined;
3209
3209
  };
@@ -3223,7 +3223,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3223
3223
  }[];
3224
3224
  }[];
3225
3225
  };
3226
- nt_description?: string | undefined;
3226
+ nt_description?: string | null | undefined;
3227
3227
  nt_audience?: {
3228
3228
  sys: {
3229
3229
  id: string;
@@ -3234,23 +3234,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3234
3234
  revision?: number | undefined;
3235
3235
  space?: {
3236
3236
  sys: {
3237
- type: string;
3238
3237
  id: string;
3239
- linkType: string;
3238
+ type?: string | undefined;
3239
+ linkType?: string | undefined;
3240
3240
  };
3241
3241
  } | undefined;
3242
3242
  environment?: {
3243
3243
  sys: {
3244
- type: string;
3245
3244
  id: string;
3246
- linkType: string;
3245
+ type?: string | undefined;
3246
+ linkType?: string | undefined;
3247
3247
  };
3248
3248
  } | undefined;
3249
3249
  contentType?: {
3250
3250
  sys: {
3251
- type: string;
3252
3251
  id: string;
3253
- linkType: string;
3252
+ type?: string | undefined;
3253
+ linkType?: string | undefined;
3254
3254
  };
3255
3255
  } | undefined;
3256
3256
  };
@@ -3262,9 +3262,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3262
3262
  metadata?: {
3263
3263
  tags: {
3264
3264
  sys: {
3265
- type: string;
3266
3265
  id: string;
3267
3266
  linkType: string;
3267
+ type?: string | undefined;
3268
3268
  };
3269
3269
  }[];
3270
3270
  } | undefined;
@@ -3279,23 +3279,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3279
3279
  revision?: number | undefined;
3280
3280
  space?: {
3281
3281
  sys: {
3282
- type: string;
3283
3282
  id: string;
3284
- linkType: string;
3283
+ type?: string | undefined;
3284
+ linkType?: string | undefined;
3285
3285
  };
3286
3286
  } | undefined;
3287
3287
  environment?: {
3288
3288
  sys: {
3289
- type: string;
3290
3289
  id: string;
3291
- linkType: string;
3290
+ type?: string | undefined;
3291
+ linkType?: string | undefined;
3292
3292
  };
3293
3293
  } | undefined;
3294
3294
  contentType?: {
3295
3295
  sys: {
3296
- type: string;
3297
3296
  id: string;
3298
- linkType: string;
3297
+ type?: string | undefined;
3298
+ linkType?: string | undefined;
3299
3299
  };
3300
3300
  } | undefined;
3301
3301
  };
@@ -3303,9 +3303,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3303
3303
  metadata?: {
3304
3304
  tags: {
3305
3305
  sys: {
3306
- type: string;
3307
3306
  id: string;
3308
3307
  linkType: string;
3308
+ type?: string | undefined;
3309
3309
  };
3310
3310
  }[];
3311
3311
  } | undefined;
@@ -3314,9 +3314,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3314
3314
  metadata?: {
3315
3315
  tags: {
3316
3316
  sys: {
3317
- type: string;
3318
3317
  id: string;
3319
3318
  linkType: string;
3319
+ type?: string | undefined;
3320
3320
  };
3321
3321
  }[];
3322
3322
  } | undefined;
@@ -3332,30 +3332,30 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3332
3332
  revision?: number | undefined;
3333
3333
  space?: {
3334
3334
  sys: {
3335
- type: string;
3336
3335
  id: string;
3337
- linkType: string;
3336
+ type?: string | undefined;
3337
+ linkType?: string | undefined;
3338
3338
  };
3339
3339
  } | undefined;
3340
3340
  environment?: {
3341
3341
  sys: {
3342
- type: string;
3343
3342
  id: string;
3344
- linkType: string;
3343
+ type?: string | undefined;
3344
+ linkType?: string | undefined;
3345
3345
  };
3346
3346
  } | undefined;
3347
3347
  contentType?: {
3348
3348
  sys: {
3349
- type: string;
3350
3349
  id: string;
3351
- linkType: string;
3350
+ type?: string | undefined;
3351
+ linkType?: string | undefined;
3352
3352
  };
3353
3353
  } | undefined;
3354
3354
  };
3355
3355
  fields: {
3356
3356
  nt_name: string;
3357
3357
  nt_type: string;
3358
- nt_description?: string | undefined;
3358
+ nt_description?: string | null | undefined;
3359
3359
  nt_config?: {
3360
3360
  distribution?: number[] | undefined;
3361
3361
  traffic?: number | undefined;
@@ -3379,23 +3379,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3379
3379
  revision?: number | undefined;
3380
3380
  space?: {
3381
3381
  sys: {
3382
- type: string;
3383
3382
  id: string;
3384
- linkType: string;
3383
+ type?: string | undefined;
3384
+ linkType?: string | undefined;
3385
3385
  };
3386
3386
  } | undefined;
3387
3387
  environment?: {
3388
3388
  sys: {
3389
- type: string;
3390
3389
  id: string;
3391
- linkType: string;
3390
+ type?: string | undefined;
3391
+ linkType?: string | undefined;
3392
3392
  };
3393
3393
  } | undefined;
3394
3394
  contentType?: {
3395
3395
  sys: {
3396
- type: string;
3397
3396
  id: string;
3398
- linkType: string;
3397
+ type?: string | undefined;
3398
+ linkType?: string | undefined;
3399
3399
  };
3400
3400
  } | undefined;
3401
3401
  };
@@ -3407,9 +3407,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3407
3407
  metadata?: {
3408
3408
  tags: {
3409
3409
  sys: {
3410
- type: string;
3411
3410
  id: string;
3412
3411
  linkType: string;
3412
+ type?: string | undefined;
3413
3413
  };
3414
3414
  }[];
3415
3415
  } | undefined;
@@ -3424,23 +3424,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3424
3424
  revision?: number | undefined;
3425
3425
  space?: {
3426
3426
  sys: {
3427
- type: string;
3428
3427
  id: string;
3429
- linkType: string;
3428
+ type?: string | undefined;
3429
+ linkType?: string | undefined;
3430
3430
  };
3431
3431
  } | undefined;
3432
3432
  environment?: {
3433
3433
  sys: {
3434
- type: string;
3435
3434
  id: string;
3436
- linkType: string;
3435
+ type?: string | undefined;
3436
+ linkType?: string | undefined;
3437
3437
  };
3438
3438
  } | undefined;
3439
3439
  contentType?: {
3440
3440
  sys: {
3441
- type: string;
3442
3441
  id: string;
3443
- linkType: string;
3442
+ type?: string | undefined;
3443
+ linkType?: string | undefined;
3444
3444
  };
3445
3445
  } | undefined;
3446
3446
  };
@@ -3448,9 +3448,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3448
3448
  metadata?: {
3449
3449
  tags: {
3450
3450
  sys: {
3451
- type: string;
3452
3451
  id: string;
3453
3452
  linkType: string;
3453
+ type?: string | undefined;
3454
3454
  };
3455
3455
  }[];
3456
3456
  } | undefined;
@@ -3459,9 +3459,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3459
3459
  metadata?: {
3460
3460
  tags: {
3461
3461
  sys: {
3462
- type: string;
3463
3462
  id: string;
3464
3463
  linkType: string;
3464
+ type?: string | undefined;
3465
3465
  };
3466
3466
  }[];
3467
3467
  } | undefined;
@@ -3477,23 +3477,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3477
3477
  revision?: number | undefined;
3478
3478
  space?: {
3479
3479
  sys: {
3480
- type: string;
3481
3480
  id: string;
3482
- linkType: string;
3481
+ type?: string | undefined;
3482
+ linkType?: string | undefined;
3483
3483
  };
3484
3484
  } | undefined;
3485
3485
  environment?: {
3486
3486
  sys: {
3487
- type: string;
3488
3487
  id: string;
3489
- linkType: string;
3488
+ type?: string | undefined;
3489
+ linkType?: string | undefined;
3490
3490
  };
3491
3491
  } | undefined;
3492
3492
  contentType?: {
3493
3493
  sys: {
3494
- type: string;
3495
3494
  id: string;
3496
- linkType: string;
3495
+ type?: string | undefined;
3496
+ linkType?: string | undefined;
3497
3497
  };
3498
3498
  } | undefined;
3499
3499
  };
@@ -3508,23 +3508,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3508
3508
  revision?: number | undefined;
3509
3509
  space?: {
3510
3510
  sys: {
3511
- type: string;
3512
3511
  id: string;
3513
- linkType: string;
3512
+ type?: string | undefined;
3513
+ linkType?: string | undefined;
3514
3514
  };
3515
3515
  } | undefined;
3516
3516
  environment?: {
3517
3517
  sys: {
3518
- type: string;
3519
3518
  id: string;
3520
- linkType: string;
3519
+ type?: string | undefined;
3520
+ linkType?: string | undefined;
3521
3521
  };
3522
3522
  } | undefined;
3523
3523
  contentType?: {
3524
3524
  sys: {
3525
- type: string;
3526
3525
  id: string;
3527
- linkType: string;
3526
+ type?: string | undefined;
3527
+ linkType?: string | undefined;
3528
3528
  };
3529
3529
  } | undefined;
3530
3530
  };
@@ -3544,7 +3544,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3544
3544
  }[];
3545
3545
  }[];
3546
3546
  };
3547
- nt_description?: string | undefined;
3547
+ nt_description?: string | null | undefined;
3548
3548
  nt_audience?: {
3549
3549
  sys: {
3550
3550
  id: string;
@@ -3555,23 +3555,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3555
3555
  revision?: number | undefined;
3556
3556
  space?: {
3557
3557
  sys: {
3558
- type: string;
3559
3558
  id: string;
3560
- linkType: string;
3559
+ type?: string | undefined;
3560
+ linkType?: string | undefined;
3561
3561
  };
3562
3562
  } | undefined;
3563
3563
  environment?: {
3564
3564
  sys: {
3565
- type: string;
3566
3565
  id: string;
3567
- linkType: string;
3566
+ type?: string | undefined;
3567
+ linkType?: string | undefined;
3568
3568
  };
3569
3569
  } | undefined;
3570
3570
  contentType?: {
3571
3571
  sys: {
3572
- type: string;
3573
3572
  id: string;
3574
- linkType: string;
3573
+ type?: string | undefined;
3574
+ linkType?: string | undefined;
3575
3575
  };
3576
3576
  } | undefined;
3577
3577
  };
@@ -3583,9 +3583,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3583
3583
  metadata?: {
3584
3584
  tags: {
3585
3585
  sys: {
3586
- type: string;
3587
3586
  id: string;
3588
3587
  linkType: string;
3588
+ type?: string | undefined;
3589
3589
  };
3590
3590
  }[];
3591
3591
  } | undefined;
@@ -3600,23 +3600,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3600
3600
  revision?: number | undefined;
3601
3601
  space?: {
3602
3602
  sys: {
3603
- type: string;
3604
3603
  id: string;
3605
- linkType: string;
3604
+ type?: string | undefined;
3605
+ linkType?: string | undefined;
3606
3606
  };
3607
3607
  } | undefined;
3608
3608
  environment?: {
3609
3609
  sys: {
3610
- type: string;
3611
3610
  id: string;
3612
- linkType: string;
3611
+ type?: string | undefined;
3612
+ linkType?: string | undefined;
3613
3613
  };
3614
3614
  } | undefined;
3615
3615
  contentType?: {
3616
3616
  sys: {
3617
- type: string;
3618
3617
  id: string;
3619
- linkType: string;
3618
+ type?: string | undefined;
3619
+ linkType?: string | undefined;
3620
3620
  };
3621
3621
  } | undefined;
3622
3622
  };
@@ -3624,9 +3624,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3624
3624
  metadata?: {
3625
3625
  tags: {
3626
3626
  sys: {
3627
- type: string;
3628
3627
  id: string;
3629
3628
  linkType: string;
3629
+ type?: string | undefined;
3630
3630
  };
3631
3631
  }[];
3632
3632
  } | undefined;
@@ -3635,9 +3635,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3635
3635
  metadata?: {
3636
3636
  tags: {
3637
3637
  sys: {
3638
- type: string;
3639
3638
  id: string;
3640
3639
  linkType: string;
3640
+ type?: string | undefined;
3641
3641
  };
3642
3642
  }[];
3643
3643
  } | undefined;
@@ -3646,9 +3646,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3646
3646
  metadata?: {
3647
3647
  tags: {
3648
3648
  sys: {
3649
- type: string;
3650
3649
  id: string;
3651
3650
  linkType: string;
3651
+ type?: string | undefined;
3652
3652
  };
3653
3653
  }[];
3654
3654
  } | undefined;
@@ -3662,23 +3662,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3662
3662
  revision?: number | undefined;
3663
3663
  space?: {
3664
3664
  sys: {
3665
- type: string;
3666
3665
  id: string;
3667
- linkType: string;
3666
+ type?: string | undefined;
3667
+ linkType?: string | undefined;
3668
3668
  };
3669
3669
  } | undefined;
3670
3670
  environment?: {
3671
3671
  sys: {
3672
- type: string;
3673
3672
  id: string;
3674
- linkType: string;
3673
+ type?: string | undefined;
3674
+ linkType?: string | undefined;
3675
3675
  };
3676
3676
  } | undefined;
3677
3677
  contentType?: {
3678
3678
  sys: {
3679
- type: string;
3680
3679
  id: string;
3681
- linkType: string;
3680
+ type?: string | undefined;
3681
+ linkType?: string | undefined;
3682
3682
  };
3683
3683
  } | undefined;
3684
3684
  };
@@ -3693,30 +3693,30 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3693
3693
  revision?: number | undefined;
3694
3694
  space?: {
3695
3695
  sys: {
3696
- type: string;
3697
3696
  id: string;
3698
- linkType: string;
3697
+ type?: string | undefined;
3698
+ linkType?: string | undefined;
3699
3699
  };
3700
3700
  } | undefined;
3701
3701
  environment?: {
3702
3702
  sys: {
3703
- type: string;
3704
3703
  id: string;
3705
- linkType: string;
3704
+ type?: string | undefined;
3705
+ linkType?: string | undefined;
3706
3706
  };
3707
3707
  } | undefined;
3708
3708
  contentType?: {
3709
3709
  sys: {
3710
- type: string;
3711
3710
  id: string;
3712
- linkType: string;
3711
+ type?: string | undefined;
3712
+ linkType?: string | undefined;
3713
3713
  };
3714
3714
  } | undefined;
3715
3715
  };
3716
3716
  fields: {
3717
3717
  nt_name: string;
3718
3718
  nt_type: string;
3719
- nt_description?: string | undefined;
3719
+ nt_description?: string | null | undefined;
3720
3720
  nt_config?: {
3721
3721
  distribution?: number[] | undefined;
3722
3722
  traffic?: number | undefined;
@@ -3740,23 +3740,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3740
3740
  revision?: number | undefined;
3741
3741
  space?: {
3742
3742
  sys: {
3743
- type: string;
3744
3743
  id: string;
3745
- linkType: string;
3744
+ type?: string | undefined;
3745
+ linkType?: string | undefined;
3746
3746
  };
3747
3747
  } | undefined;
3748
3748
  environment?: {
3749
3749
  sys: {
3750
- type: string;
3751
3750
  id: string;
3752
- linkType: string;
3751
+ type?: string | undefined;
3752
+ linkType?: string | undefined;
3753
3753
  };
3754
3754
  } | undefined;
3755
3755
  contentType?: {
3756
3756
  sys: {
3757
- type: string;
3758
3757
  id: string;
3759
- linkType: string;
3758
+ type?: string | undefined;
3759
+ linkType?: string | undefined;
3760
3760
  };
3761
3761
  } | undefined;
3762
3762
  };
@@ -3768,9 +3768,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3768
3768
  metadata?: {
3769
3769
  tags: {
3770
3770
  sys: {
3771
- type: string;
3772
3771
  id: string;
3773
3772
  linkType: string;
3773
+ type?: string | undefined;
3774
3774
  };
3775
3775
  }[];
3776
3776
  } | undefined;
@@ -3785,23 +3785,23 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3785
3785
  revision?: number | undefined;
3786
3786
  space?: {
3787
3787
  sys: {
3788
- type: string;
3789
3788
  id: string;
3790
- linkType: string;
3789
+ type?: string | undefined;
3790
+ linkType?: string | undefined;
3791
3791
  };
3792
3792
  } | undefined;
3793
3793
  environment?: {
3794
3794
  sys: {
3795
- type: string;
3796
3795
  id: string;
3797
- linkType: string;
3796
+ type?: string | undefined;
3797
+ linkType?: string | undefined;
3798
3798
  };
3799
3799
  } | undefined;
3800
3800
  contentType?: {
3801
3801
  sys: {
3802
- type: string;
3803
3802
  id: string;
3804
- linkType: string;
3803
+ type?: string | undefined;
3804
+ linkType?: string | undefined;
3805
3805
  };
3806
3806
  } | undefined;
3807
3807
  };
@@ -3809,9 +3809,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3809
3809
  metadata?: {
3810
3810
  tags: {
3811
3811
  sys: {
3812
- type: string;
3813
3812
  id: string;
3814
3813
  linkType: string;
3814
+ type?: string | undefined;
3815
3815
  };
3816
3816
  }[];
3817
3817
  } | undefined;
@@ -3820,9 +3820,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3820
3820
  metadata?: {
3821
3821
  tags: {
3822
3822
  sys: {
3823
- type: string;
3824
3823
  id: string;
3825
3824
  linkType: string;
3825
+ type?: string | undefined;
3826
3826
  };
3827
3827
  }[];
3828
3828
  } | undefined;
@@ -3831,9 +3831,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<{
3831
3831
  metadata?: {
3832
3832
  tags: {
3833
3833
  sys: {
3834
- type: string;
3835
3834
  id: string;
3836
3835
  linkType: string;
3836
+ type?: string | undefined;
3837
3837
  };
3838
3838
  }[];
3839
3839
  } | undefined;