@ninetailed/experience.js-utils-contentful 3.2.1 → 3.2.2
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.
- package/index.cjs +2 -2
- package/index.js +2 -2
- package/lib/AudienceMapper.d.ts +0 -1
- package/lib/ExperienceMapper.d.ts +2 -4
- package/lib/__test__/contentful-generated-types.d.ts +83 -0
- package/lib/__test__/ctfHero.d.ts +2 -0
- package/lib/isEntry.d.ts +1 -1
- package/package.json +4 -4
- package/types/AudienceEntry.d.ts +3 -13
- package/types/BaselineWithExperiencesEntry.d.ts +37 -129
- package/types/Entry.d.ts +33 -137
- package/types/EntryFields.d.ts +2 -6
- package/types/ExperienceEntry.d.ts +606 -1197
- package/types/ExperimentEntry.d.ts +25 -79
|
@@ -154,11 +154,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
154
154
|
} | undefined;
|
|
155
155
|
id: string;
|
|
156
156
|
}>;
|
|
157
|
-
fields: z.ZodObject<{}, "
|
|
158
|
-
[x: string]: unknown;
|
|
159
|
-
}, {
|
|
160
|
-
[x: string]: unknown;
|
|
161
|
-
}>;
|
|
157
|
+
fields: z.ZodObject<{}, "passthrough", z.ZodTypeAny, {}, {}>;
|
|
162
158
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
163
159
|
tags: z.ZodArray<z.ZodObject<{
|
|
164
160
|
sys: z.ZodObject<z.extendShape<{
|
|
@@ -211,9 +207,9 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
211
207
|
nt_name: z.ZodString;
|
|
212
208
|
nt_type: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
213
209
|
nt_config: z.ZodEffects<z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
214
|
-
distribution: z.ZodDefault<z.ZodArray<z.ZodNumber, "many"
|
|
215
|
-
traffic: z.ZodDefault<z.ZodNumber
|
|
216
|
-
components: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
210
|
+
distribution: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
211
|
+
traffic: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
212
|
+
components: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
217
213
|
baseline: z.ZodObject<{
|
|
218
214
|
id: z.ZodDefault<z.ZodString>;
|
|
219
215
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -247,7 +243,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
247
243
|
id?: string | undefined;
|
|
248
244
|
hidden?: boolean | undefined;
|
|
249
245
|
}[];
|
|
250
|
-
}>, "many"
|
|
246
|
+
}>, "many">>>;
|
|
251
247
|
}, "strip", z.ZodTypeAny, {
|
|
252
248
|
distribution: number[];
|
|
253
249
|
traffic: number;
|
|
@@ -449,11 +445,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
449
445
|
} | undefined;
|
|
450
446
|
id: string;
|
|
451
447
|
}>;
|
|
452
|
-
fields: z.ZodObject<{}, "
|
|
453
|
-
[x: string]: unknown;
|
|
454
|
-
}, {
|
|
455
|
-
[x: string]: unknown;
|
|
456
|
-
}>;
|
|
448
|
+
fields: z.ZodObject<{}, "passthrough", z.ZodTypeAny, {}, {}>;
|
|
457
449
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
458
450
|
tags: z.ZodArray<z.ZodObject<{
|
|
459
451
|
sys: z.ZodObject<z.extendShape<{
|
|
@@ -505,12 +497,10 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
505
497
|
fields: z.ZodObject<z.extendShape<{}, {
|
|
506
498
|
nt_name: z.ZodString;
|
|
507
499
|
nt_audience_id: z.ZodString;
|
|
508
|
-
}>, "
|
|
509
|
-
[x: string]: unknown;
|
|
500
|
+
}>, "passthrough", z.ZodTypeAny, {
|
|
510
501
|
nt_name: string;
|
|
511
502
|
nt_audience_id: string;
|
|
512
503
|
}, {
|
|
513
|
-
[x: string]: unknown;
|
|
514
504
|
nt_name: string;
|
|
515
505
|
nt_audience_id: string;
|
|
516
506
|
}>;
|
|
@@ -554,7 +544,6 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
554
544
|
id: string;
|
|
555
545
|
};
|
|
556
546
|
fields: {
|
|
557
|
-
[x: string]: unknown;
|
|
558
547
|
nt_name: string;
|
|
559
548
|
nt_audience_id: string;
|
|
560
549
|
};
|
|
@@ -598,7 +587,6 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
598
587
|
id: string;
|
|
599
588
|
};
|
|
600
589
|
fields: {
|
|
601
|
-
[x: string]: unknown;
|
|
602
590
|
nt_name: string;
|
|
603
591
|
nt_audience_id: string;
|
|
604
592
|
};
|
|
@@ -755,11 +743,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
755
743
|
} | undefined;
|
|
756
744
|
id: string;
|
|
757
745
|
}>;
|
|
758
|
-
fields: z.ZodObject<{}, "
|
|
759
|
-
[x: string]: unknown;
|
|
760
|
-
}, {
|
|
761
|
-
[x: string]: unknown;
|
|
762
|
-
}>;
|
|
746
|
+
fields: z.ZodObject<{}, "passthrough", z.ZodTypeAny, {}, {}>;
|
|
763
747
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
764
748
|
tags: z.ZodArray<z.ZodObject<{
|
|
765
749
|
sys: z.ZodObject<z.extendShape<{
|
|
@@ -846,9 +830,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
846
830
|
} | undefined;
|
|
847
831
|
id: string;
|
|
848
832
|
};
|
|
849
|
-
fields: {
|
|
850
|
-
[x: string]: unknown;
|
|
851
|
-
};
|
|
833
|
+
fields: {};
|
|
852
834
|
}, {
|
|
853
835
|
metadata?: {
|
|
854
836
|
tags: {
|
|
@@ -888,9 +870,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
888
870
|
} | undefined;
|
|
889
871
|
id: string;
|
|
890
872
|
};
|
|
891
|
-
fields: {
|
|
892
|
-
[x: string]: unknown;
|
|
893
|
-
};
|
|
873
|
+
fields: {};
|
|
894
874
|
}>, "many">>;
|
|
895
875
|
}, "strip", z.ZodTypeAny, {
|
|
896
876
|
nt_audience?: {
|
|
@@ -933,7 +913,6 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
933
913
|
id: string;
|
|
934
914
|
};
|
|
935
915
|
fields: {
|
|
936
|
-
[x: string]: unknown;
|
|
937
916
|
nt_name: string;
|
|
938
917
|
nt_audience_id: string;
|
|
939
918
|
};
|
|
@@ -977,9 +956,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
977
956
|
} | undefined;
|
|
978
957
|
id: string;
|
|
979
958
|
};
|
|
980
|
-
fields: {
|
|
981
|
-
[x: string]: unknown;
|
|
982
|
-
};
|
|
959
|
+
fields: {};
|
|
983
960
|
}[] | undefined;
|
|
984
961
|
nt_name: string;
|
|
985
962
|
nt_type: string;
|
|
@@ -1037,7 +1014,6 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
1037
1014
|
id: string;
|
|
1038
1015
|
};
|
|
1039
1016
|
fields: {
|
|
1040
|
-
[x: string]: unknown;
|
|
1041
1017
|
nt_name: string;
|
|
1042
1018
|
nt_audience_id: string;
|
|
1043
1019
|
};
|
|
@@ -1094,9 +1070,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
1094
1070
|
} | undefined;
|
|
1095
1071
|
id: string;
|
|
1096
1072
|
};
|
|
1097
|
-
fields: {
|
|
1098
|
-
[x: string]: unknown;
|
|
1099
|
-
};
|
|
1073
|
+
fields: {};
|
|
1100
1074
|
}[] | undefined;
|
|
1101
1075
|
nt_name: string;
|
|
1102
1076
|
nt_type: string;
|
|
@@ -1181,7 +1155,6 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
1181
1155
|
id: string;
|
|
1182
1156
|
};
|
|
1183
1157
|
fields: {
|
|
1184
|
-
[x: string]: unknown;
|
|
1185
1158
|
nt_name: string;
|
|
1186
1159
|
nt_audience_id: string;
|
|
1187
1160
|
};
|
|
@@ -1225,9 +1198,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
1225
1198
|
} | undefined;
|
|
1226
1199
|
id: string;
|
|
1227
1200
|
};
|
|
1228
|
-
fields: {
|
|
1229
|
-
[x: string]: unknown;
|
|
1230
|
-
};
|
|
1201
|
+
fields: {};
|
|
1231
1202
|
}[] | undefined;
|
|
1232
1203
|
nt_name: string;
|
|
1233
1204
|
nt_type: string;
|
|
@@ -1325,7 +1296,6 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
1325
1296
|
id: string;
|
|
1326
1297
|
};
|
|
1327
1298
|
fields: {
|
|
1328
|
-
[x: string]: unknown;
|
|
1329
1299
|
nt_name: string;
|
|
1330
1300
|
nt_audience_id: string;
|
|
1331
1301
|
};
|
|
@@ -1382,16 +1352,13 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
1382
1352
|
} | undefined;
|
|
1383
1353
|
id: string;
|
|
1384
1354
|
};
|
|
1385
|
-
fields: {
|
|
1386
|
-
[x: string]: unknown;
|
|
1387
|
-
};
|
|
1355
|
+
fields: {};
|
|
1388
1356
|
}[] | undefined;
|
|
1389
1357
|
nt_name: string;
|
|
1390
1358
|
nt_type: string;
|
|
1391
1359
|
};
|
|
1392
1360
|
}>, "many">;
|
|
1393
|
-
}>, "
|
|
1394
|
-
[x: string]: unknown;
|
|
1361
|
+
}>, "passthrough", z.ZodTypeAny, {
|
|
1395
1362
|
nt_experiences: {
|
|
1396
1363
|
metadata?: {
|
|
1397
1364
|
tags: {
|
|
@@ -1472,7 +1439,6 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
1472
1439
|
id: string;
|
|
1473
1440
|
};
|
|
1474
1441
|
fields: {
|
|
1475
|
-
[x: string]: unknown;
|
|
1476
1442
|
nt_name: string;
|
|
1477
1443
|
nt_audience_id: string;
|
|
1478
1444
|
};
|
|
@@ -1516,9 +1482,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
1516
1482
|
} | undefined;
|
|
1517
1483
|
id: string;
|
|
1518
1484
|
};
|
|
1519
|
-
fields: {
|
|
1520
|
-
[x: string]: unknown;
|
|
1521
|
-
};
|
|
1485
|
+
fields: {};
|
|
1522
1486
|
}[] | undefined;
|
|
1523
1487
|
nt_name: string;
|
|
1524
1488
|
nt_type: string;
|
|
@@ -1538,7 +1502,6 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
1538
1502
|
};
|
|
1539
1503
|
}[];
|
|
1540
1504
|
}, {
|
|
1541
|
-
[x: string]: unknown;
|
|
1542
1505
|
nt_experiences: {
|
|
1543
1506
|
metadata?: {
|
|
1544
1507
|
tags: {
|
|
@@ -1619,7 +1582,6 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
1619
1582
|
id: string;
|
|
1620
1583
|
};
|
|
1621
1584
|
fields: {
|
|
1622
|
-
[x: string]: unknown;
|
|
1623
1585
|
nt_name: string;
|
|
1624
1586
|
nt_audience_id: string;
|
|
1625
1587
|
};
|
|
@@ -1676,9 +1638,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.extendShape<{},
|
|
|
1676
1638
|
} | undefined;
|
|
1677
1639
|
id: string;
|
|
1678
1640
|
};
|
|
1679
|
-
fields: {
|
|
1680
|
-
[x: string]: unknown;
|
|
1681
|
-
};
|
|
1641
|
+
fields: {};
|
|
1682
1642
|
}[] | undefined;
|
|
1683
1643
|
nt_name: string;
|
|
1684
1644
|
nt_type: string;
|
|
@@ -1838,11 +1798,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
1838
1798
|
} | undefined;
|
|
1839
1799
|
id: string;
|
|
1840
1800
|
}>;
|
|
1841
|
-
fields: z.ZodObject<{}, "
|
|
1842
|
-
[x: string]: unknown;
|
|
1843
|
-
}, {
|
|
1844
|
-
[x: string]: unknown;
|
|
1845
|
-
}>;
|
|
1801
|
+
fields: z.ZodObject<{}, "passthrough", z.ZodTypeAny, {}, {}>;
|
|
1846
1802
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
1847
1803
|
tags: z.ZodArray<z.ZodObject<{
|
|
1848
1804
|
sys: z.ZodObject<z.extendShape<{
|
|
@@ -2044,11 +2000,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
2044
2000
|
} | undefined;
|
|
2045
2001
|
id: string;
|
|
2046
2002
|
}>;
|
|
2047
|
-
fields: z.ZodObject<{}, "
|
|
2048
|
-
[x: string]: unknown;
|
|
2049
|
-
}, {
|
|
2050
|
-
[x: string]: unknown;
|
|
2051
|
-
}>;
|
|
2003
|
+
fields: z.ZodObject<{}, "passthrough", z.ZodTypeAny, {}, {}>;
|
|
2052
2004
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
2053
2005
|
tags: z.ZodArray<z.ZodObject<{
|
|
2054
2006
|
sys: z.ZodObject<z.extendShape<{
|
|
@@ -2101,9 +2053,9 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
2101
2053
|
nt_name: z.ZodString;
|
|
2102
2054
|
nt_type: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2103
2055
|
nt_config: z.ZodEffects<z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
2104
|
-
distribution: z.ZodDefault<z.ZodArray<z.ZodNumber, "many"
|
|
2105
|
-
traffic: z.ZodDefault<z.ZodNumber
|
|
2106
|
-
components: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
2056
|
+
distribution: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
2057
|
+
traffic: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2058
|
+
components: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2107
2059
|
baseline: z.ZodObject<{
|
|
2108
2060
|
id: z.ZodDefault<z.ZodString>;
|
|
2109
2061
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2137,7 +2089,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
2137
2089
|
id?: string | undefined;
|
|
2138
2090
|
hidden?: boolean | undefined;
|
|
2139
2091
|
}[];
|
|
2140
|
-
}>, "many"
|
|
2092
|
+
}>, "many">>>;
|
|
2141
2093
|
}, "strip", z.ZodTypeAny, {
|
|
2142
2094
|
distribution: number[];
|
|
2143
2095
|
traffic: number;
|
|
@@ -2339,11 +2291,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
2339
2291
|
} | undefined;
|
|
2340
2292
|
id: string;
|
|
2341
2293
|
}>;
|
|
2342
|
-
fields: z.ZodObject<{}, "
|
|
2343
|
-
[x: string]: unknown;
|
|
2344
|
-
}, {
|
|
2345
|
-
[x: string]: unknown;
|
|
2346
|
-
}>;
|
|
2294
|
+
fields: z.ZodObject<{}, "passthrough", z.ZodTypeAny, {}, {}>;
|
|
2347
2295
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
2348
2296
|
tags: z.ZodArray<z.ZodObject<{
|
|
2349
2297
|
sys: z.ZodObject<z.extendShape<{
|
|
@@ -2395,12 +2343,10 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
2395
2343
|
fields: z.ZodObject<z.extendShape<{}, {
|
|
2396
2344
|
nt_name: z.ZodString;
|
|
2397
2345
|
nt_audience_id: z.ZodString;
|
|
2398
|
-
}>, "
|
|
2399
|
-
[x: string]: unknown;
|
|
2346
|
+
}>, "passthrough", z.ZodTypeAny, {
|
|
2400
2347
|
nt_name: string;
|
|
2401
2348
|
nt_audience_id: string;
|
|
2402
2349
|
}, {
|
|
2403
|
-
[x: string]: unknown;
|
|
2404
2350
|
nt_name: string;
|
|
2405
2351
|
nt_audience_id: string;
|
|
2406
2352
|
}>;
|
|
@@ -2444,7 +2390,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
2444
2390
|
id: string;
|
|
2445
2391
|
};
|
|
2446
2392
|
fields: {
|
|
2447
|
-
[x: string]: unknown;
|
|
2448
2393
|
nt_name: string;
|
|
2449
2394
|
nt_audience_id: string;
|
|
2450
2395
|
};
|
|
@@ -2488,7 +2433,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
2488
2433
|
id: string;
|
|
2489
2434
|
};
|
|
2490
2435
|
fields: {
|
|
2491
|
-
[x: string]: unknown;
|
|
2492
2436
|
nt_name: string;
|
|
2493
2437
|
nt_audience_id: string;
|
|
2494
2438
|
};
|
|
@@ -2645,11 +2589,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
2645
2589
|
} | undefined;
|
|
2646
2590
|
id: string;
|
|
2647
2591
|
}>;
|
|
2648
|
-
fields: z.ZodObject<{}, "
|
|
2649
|
-
[x: string]: unknown;
|
|
2650
|
-
}, {
|
|
2651
|
-
[x: string]: unknown;
|
|
2652
|
-
}>;
|
|
2592
|
+
fields: z.ZodObject<{}, "passthrough", z.ZodTypeAny, {}, {}>;
|
|
2653
2593
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
2654
2594
|
tags: z.ZodArray<z.ZodObject<{
|
|
2655
2595
|
sys: z.ZodObject<z.extendShape<{
|
|
@@ -2736,9 +2676,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
2736
2676
|
} | undefined;
|
|
2737
2677
|
id: string;
|
|
2738
2678
|
};
|
|
2739
|
-
fields: {
|
|
2740
|
-
[x: string]: unknown;
|
|
2741
|
-
};
|
|
2679
|
+
fields: {};
|
|
2742
2680
|
}, {
|
|
2743
2681
|
metadata?: {
|
|
2744
2682
|
tags: {
|
|
@@ -2778,9 +2716,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
2778
2716
|
} | undefined;
|
|
2779
2717
|
id: string;
|
|
2780
2718
|
};
|
|
2781
|
-
fields: {
|
|
2782
|
-
[x: string]: unknown;
|
|
2783
|
-
};
|
|
2719
|
+
fields: {};
|
|
2784
2720
|
}>, "many">>;
|
|
2785
2721
|
}, "strip", z.ZodTypeAny, {
|
|
2786
2722
|
nt_audience?: {
|
|
@@ -2823,7 +2759,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
2823
2759
|
id: string;
|
|
2824
2760
|
};
|
|
2825
2761
|
fields: {
|
|
2826
|
-
[x: string]: unknown;
|
|
2827
2762
|
nt_name: string;
|
|
2828
2763
|
nt_audience_id: string;
|
|
2829
2764
|
};
|
|
@@ -2867,9 +2802,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
2867
2802
|
} | undefined;
|
|
2868
2803
|
id: string;
|
|
2869
2804
|
};
|
|
2870
|
-
fields: {
|
|
2871
|
-
[x: string]: unknown;
|
|
2872
|
-
};
|
|
2805
|
+
fields: {};
|
|
2873
2806
|
}[] | undefined;
|
|
2874
2807
|
nt_name: string;
|
|
2875
2808
|
nt_type: string;
|
|
@@ -2927,7 +2860,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
2927
2860
|
id: string;
|
|
2928
2861
|
};
|
|
2929
2862
|
fields: {
|
|
2930
|
-
[x: string]: unknown;
|
|
2931
2863
|
nt_name: string;
|
|
2932
2864
|
nt_audience_id: string;
|
|
2933
2865
|
};
|
|
@@ -2984,9 +2916,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
2984
2916
|
} | undefined;
|
|
2985
2917
|
id: string;
|
|
2986
2918
|
};
|
|
2987
|
-
fields: {
|
|
2988
|
-
[x: string]: unknown;
|
|
2989
|
-
};
|
|
2919
|
+
fields: {};
|
|
2990
2920
|
}[] | undefined;
|
|
2991
2921
|
nt_name: string;
|
|
2992
2922
|
nt_type: string;
|
|
@@ -3071,7 +3001,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
3071
3001
|
id: string;
|
|
3072
3002
|
};
|
|
3073
3003
|
fields: {
|
|
3074
|
-
[x: string]: unknown;
|
|
3075
3004
|
nt_name: string;
|
|
3076
3005
|
nt_audience_id: string;
|
|
3077
3006
|
};
|
|
@@ -3115,9 +3044,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
3115
3044
|
} | undefined;
|
|
3116
3045
|
id: string;
|
|
3117
3046
|
};
|
|
3118
|
-
fields: {
|
|
3119
|
-
[x: string]: unknown;
|
|
3120
|
-
};
|
|
3047
|
+
fields: {};
|
|
3121
3048
|
}[] | undefined;
|
|
3122
3049
|
nt_name: string;
|
|
3123
3050
|
nt_type: string;
|
|
@@ -3215,7 +3142,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
3215
3142
|
id: string;
|
|
3216
3143
|
};
|
|
3217
3144
|
fields: {
|
|
3218
|
-
[x: string]: unknown;
|
|
3219
3145
|
nt_name: string;
|
|
3220
3146
|
nt_audience_id: string;
|
|
3221
3147
|
};
|
|
@@ -3272,16 +3198,13 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
3272
3198
|
} | undefined;
|
|
3273
3199
|
id: string;
|
|
3274
3200
|
};
|
|
3275
|
-
fields: {
|
|
3276
|
-
[x: string]: unknown;
|
|
3277
|
-
};
|
|
3201
|
+
fields: {};
|
|
3278
3202
|
}[] | undefined;
|
|
3279
3203
|
nt_name: string;
|
|
3280
3204
|
nt_type: string;
|
|
3281
3205
|
};
|
|
3282
3206
|
}>, "many">;
|
|
3283
|
-
}>, "
|
|
3284
|
-
[x: string]: unknown;
|
|
3207
|
+
}>, "passthrough", z.ZodTypeAny, {
|
|
3285
3208
|
nt_experiences: {
|
|
3286
3209
|
metadata?: {
|
|
3287
3210
|
tags: {
|
|
@@ -3362,7 +3285,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
3362
3285
|
id: string;
|
|
3363
3286
|
};
|
|
3364
3287
|
fields: {
|
|
3365
|
-
[x: string]: unknown;
|
|
3366
3288
|
nt_name: string;
|
|
3367
3289
|
nt_audience_id: string;
|
|
3368
3290
|
};
|
|
@@ -3406,9 +3328,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
3406
3328
|
} | undefined;
|
|
3407
3329
|
id: string;
|
|
3408
3330
|
};
|
|
3409
|
-
fields: {
|
|
3410
|
-
[x: string]: unknown;
|
|
3411
|
-
};
|
|
3331
|
+
fields: {};
|
|
3412
3332
|
}[] | undefined;
|
|
3413
3333
|
nt_name: string;
|
|
3414
3334
|
nt_type: string;
|
|
@@ -3428,7 +3348,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
3428
3348
|
};
|
|
3429
3349
|
}[];
|
|
3430
3350
|
}, {
|
|
3431
|
-
[x: string]: unknown;
|
|
3432
3351
|
nt_experiences: {
|
|
3433
3352
|
metadata?: {
|
|
3434
3353
|
tags: {
|
|
@@ -3509,7 +3428,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
3509
3428
|
id: string;
|
|
3510
3429
|
};
|
|
3511
3430
|
fields: {
|
|
3512
|
-
[x: string]: unknown;
|
|
3513
3431
|
nt_name: string;
|
|
3514
3432
|
nt_audience_id: string;
|
|
3515
3433
|
};
|
|
@@ -3566,9 +3484,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
3566
3484
|
} | undefined;
|
|
3567
3485
|
id: string;
|
|
3568
3486
|
};
|
|
3569
|
-
fields: {
|
|
3570
|
-
[x: string]: unknown;
|
|
3571
|
-
};
|
|
3487
|
+
fields: {};
|
|
3572
3488
|
}[] | undefined;
|
|
3573
3489
|
nt_name: string;
|
|
3574
3490
|
nt_type: string;
|
|
@@ -3615,7 +3531,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
3615
3531
|
id: string;
|
|
3616
3532
|
};
|
|
3617
3533
|
fields: {
|
|
3618
|
-
[x: string]: unknown;
|
|
3619
3534
|
nt_experiences: {
|
|
3620
3535
|
metadata?: {
|
|
3621
3536
|
tags: {
|
|
@@ -3696,7 +3611,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
3696
3611
|
id: string;
|
|
3697
3612
|
};
|
|
3698
3613
|
fields: {
|
|
3699
|
-
[x: string]: unknown;
|
|
3700
3614
|
nt_name: string;
|
|
3701
3615
|
nt_audience_id: string;
|
|
3702
3616
|
};
|
|
@@ -3740,9 +3654,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
3740
3654
|
} | undefined;
|
|
3741
3655
|
id: string;
|
|
3742
3656
|
};
|
|
3743
|
-
fields: {
|
|
3744
|
-
[x: string]: unknown;
|
|
3745
|
-
};
|
|
3657
|
+
fields: {};
|
|
3746
3658
|
}[] | undefined;
|
|
3747
3659
|
nt_name: string;
|
|
3748
3660
|
nt_type: string;
|
|
@@ -3802,7 +3714,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
3802
3714
|
id: string;
|
|
3803
3715
|
};
|
|
3804
3716
|
fields: {
|
|
3805
|
-
[x: string]: unknown;
|
|
3806
3717
|
nt_experiences: {
|
|
3807
3718
|
metadata?: {
|
|
3808
3719
|
tags: {
|
|
@@ -3883,7 +3794,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
3883
3794
|
id: string;
|
|
3884
3795
|
};
|
|
3885
3796
|
fields: {
|
|
3886
|
-
[x: string]: unknown;
|
|
3887
3797
|
nt_name: string;
|
|
3888
3798
|
nt_audience_id: string;
|
|
3889
3799
|
};
|
|
@@ -3940,9 +3850,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.extendSha
|
|
|
3940
3850
|
} | undefined;
|
|
3941
3851
|
id: string;
|
|
3942
3852
|
};
|
|
3943
|
-
fields: {
|
|
3944
|
-
[x: string]: unknown;
|
|
3945
|
-
};
|
|
3853
|
+
fields: {};
|
|
3946
3854
|
}[] | undefined;
|
|
3947
3855
|
nt_name: string;
|
|
3948
3856
|
nt_type: string;
|