@ninetailed/experience.js-utils-contentful 7.13.0-beta.0 → 7.13.0-beta.1
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/package.json +4 -4
- package/src/types/BaselineWithExperiencesEntry.d.ts +64 -244
- package/src/types/ExperienceEntry.d.ts +306 -806
- package/src/types/ExperimentEntry.d.ts +553 -1413
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ninetailed/experience.js-utils-contentful",
|
|
3
|
-
"version": "7.13.0-beta.
|
|
3
|
+
"version": "7.13.0-beta.1",
|
|
4
4
|
"description": "Contentful utilities for Experience.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"contentful": "^9.1.32",
|
|
7
7
|
"@contentful/rich-text-types": "16.2.0",
|
|
8
|
-
"@ninetailed/experience.js-utils": "7.13.0-beta.
|
|
9
|
-
"@ninetailed/experience.js": "7.13.0-beta.
|
|
10
|
-
"@ninetailed/experience.js-shared": "7.13.0-beta.
|
|
8
|
+
"@ninetailed/experience.js-utils": "7.13.0-beta.1",
|
|
9
|
+
"@ninetailed/experience.js": "7.13.0-beta.1",
|
|
10
|
+
"@ninetailed/experience.js-shared": "7.13.0-beta.1",
|
|
11
11
|
"zod": "3.23.0"
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
@@ -205,8 +205,8 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
205
205
|
nt_config: z.ZodEffects<z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
206
206
|
distribution: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
207
207
|
traffic: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
208
|
-
components: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
209
|
-
type: z.
|
|
208
|
+
components: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
209
|
+
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement>;
|
|
210
210
|
baseline: z.ZodObject<{
|
|
211
211
|
id: z.ZodString;
|
|
212
212
|
hidden: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -228,6 +228,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
228
228
|
hidden?: boolean | undefined;
|
|
229
229
|
}>, "many">;
|
|
230
230
|
}, "strip", z.ZodTypeAny, {
|
|
231
|
+
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
231
232
|
baseline: {
|
|
232
233
|
id: string;
|
|
233
234
|
hidden: boolean;
|
|
@@ -236,8 +237,8 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
236
237
|
id: string;
|
|
237
238
|
hidden: boolean;
|
|
238
239
|
}[];
|
|
239
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
240
240
|
}, {
|
|
241
|
+
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
241
242
|
baseline: {
|
|
242
243
|
id: string;
|
|
243
244
|
hidden?: boolean | undefined;
|
|
@@ -246,7 +247,6 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
246
247
|
id: string;
|
|
247
248
|
hidden?: boolean | undefined;
|
|
248
249
|
}[];
|
|
249
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
250
250
|
}>, z.ZodObject<{
|
|
251
251
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
252
252
|
key: z.ZodString;
|
|
@@ -285,12 +285,8 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
285
285
|
}[];
|
|
286
286
|
key: string;
|
|
287
287
|
valueType: import("dist/packages/utils/javascript/src/types/Config").InlineVariableComponentValueTypeEnum;
|
|
288
|
-
}>]>,
|
|
289
|
-
|
|
290
|
-
}, "strip", z.ZodTypeAny, {
|
|
291
|
-
distribution: number[];
|
|
292
|
-
traffic: number;
|
|
293
|
-
components: ({
|
|
288
|
+
}>]>, {
|
|
289
|
+
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
294
290
|
baseline: {
|
|
295
291
|
id: string;
|
|
296
292
|
hidden: boolean;
|
|
@@ -299,7 +295,6 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
299
295
|
id: string;
|
|
300
296
|
hidden: boolean;
|
|
301
297
|
}[];
|
|
302
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
303
298
|
} | {
|
|
304
299
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
305
300
|
baseline: {
|
|
@@ -310,37 +305,43 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
310
305
|
}[];
|
|
311
306
|
key: string;
|
|
312
307
|
valueType: import("dist/packages/utils/javascript/src/types/Config").InlineVariableComponentValueTypeEnum;
|
|
313
|
-
}
|
|
314
|
-
sticky:
|
|
315
|
-
}, {
|
|
316
|
-
distribution
|
|
317
|
-
traffic
|
|
318
|
-
components
|
|
308
|
+
}, unknown>, "many">>>;
|
|
309
|
+
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
310
|
+
}, "strip", z.ZodTypeAny, {
|
|
311
|
+
distribution: number[];
|
|
312
|
+
traffic: number;
|
|
313
|
+
components: ({
|
|
314
|
+
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
319
315
|
baseline: {
|
|
320
316
|
id: string;
|
|
321
|
-
hidden
|
|
317
|
+
hidden: boolean;
|
|
322
318
|
};
|
|
323
319
|
variants: {
|
|
324
320
|
id: string;
|
|
325
|
-
hidden
|
|
321
|
+
hidden: boolean;
|
|
326
322
|
}[];
|
|
327
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
328
323
|
} | {
|
|
329
324
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
330
325
|
baseline: {
|
|
331
|
-
value
|
|
326
|
+
value: string | import("dist/packages/sdks/shared/src").SerializableObject;
|
|
332
327
|
};
|
|
333
328
|
variants: {
|
|
334
|
-
value
|
|
329
|
+
value: string | import("dist/packages/sdks/shared/src").SerializableObject;
|
|
335
330
|
}[];
|
|
336
331
|
key: string;
|
|
337
332
|
valueType: import("dist/packages/utils/javascript/src/types/Config").InlineVariableComponentValueTypeEnum;
|
|
338
|
-
})[]
|
|
333
|
+
})[];
|
|
334
|
+
sticky: boolean;
|
|
335
|
+
}, {
|
|
336
|
+
distribution?: number[] | undefined;
|
|
337
|
+
traffic?: number | undefined;
|
|
338
|
+
components?: unknown[] | undefined;
|
|
339
339
|
sticky?: boolean | undefined;
|
|
340
340
|
}>>>>, {
|
|
341
341
|
distribution: number[];
|
|
342
342
|
traffic: number;
|
|
343
343
|
components: ({
|
|
344
|
+
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
344
345
|
baseline: {
|
|
345
346
|
id: string;
|
|
346
347
|
hidden: boolean;
|
|
@@ -349,7 +350,6 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
349
350
|
id: string;
|
|
350
351
|
hidden: boolean;
|
|
351
352
|
}[];
|
|
352
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
353
353
|
} | {
|
|
354
354
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
355
355
|
baseline: {
|
|
@@ -365,27 +365,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
365
365
|
}, {
|
|
366
366
|
distribution?: number[] | undefined;
|
|
367
367
|
traffic?: number | undefined;
|
|
368
|
-
components?:
|
|
369
|
-
baseline: {
|
|
370
|
-
id: string;
|
|
371
|
-
hidden?: boolean | undefined;
|
|
372
|
-
};
|
|
373
|
-
variants: {
|
|
374
|
-
id: string;
|
|
375
|
-
hidden?: boolean | undefined;
|
|
376
|
-
}[];
|
|
377
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
378
|
-
} | {
|
|
379
|
-
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
380
|
-
baseline: {
|
|
381
|
-
value?: unknown;
|
|
382
|
-
};
|
|
383
|
-
variants: {
|
|
384
|
-
value?: unknown;
|
|
385
|
-
}[];
|
|
386
|
-
key: string;
|
|
387
|
-
valueType: import("dist/packages/utils/javascript/src/types/Config").InlineVariableComponentValueTypeEnum;
|
|
388
|
-
})[] | undefined;
|
|
368
|
+
components?: unknown[] | undefined;
|
|
389
369
|
sticky?: boolean | undefined;
|
|
390
370
|
} | null | undefined>;
|
|
391
371
|
nt_audience: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -967,6 +947,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
967
947
|
distribution: number[];
|
|
968
948
|
traffic: number;
|
|
969
949
|
components: ({
|
|
950
|
+
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
970
951
|
baseline: {
|
|
971
952
|
id: string;
|
|
972
953
|
hidden: boolean;
|
|
@@ -975,7 +956,6 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
975
956
|
id: string;
|
|
976
957
|
hidden: boolean;
|
|
977
958
|
}[];
|
|
978
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
979
959
|
} | {
|
|
980
960
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
981
961
|
baseline: {
|
|
@@ -1083,27 +1063,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
1083
1063
|
nt_config?: {
|
|
1084
1064
|
distribution?: number[] | undefined;
|
|
1085
1065
|
traffic?: number | undefined;
|
|
1086
|
-
components?:
|
|
1087
|
-
baseline: {
|
|
1088
|
-
id: string;
|
|
1089
|
-
hidden?: boolean | undefined;
|
|
1090
|
-
};
|
|
1091
|
-
variants: {
|
|
1092
|
-
id: string;
|
|
1093
|
-
hidden?: boolean | undefined;
|
|
1094
|
-
}[];
|
|
1095
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
1096
|
-
} | {
|
|
1097
|
-
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
1098
|
-
baseline: {
|
|
1099
|
-
value?: unknown;
|
|
1100
|
-
};
|
|
1101
|
-
variants: {
|
|
1102
|
-
value?: unknown;
|
|
1103
|
-
}[];
|
|
1104
|
-
key: string;
|
|
1105
|
-
valueType: import("dist/packages/utils/javascript/src/types/Config").InlineVariableComponentValueTypeEnum;
|
|
1106
|
-
})[] | undefined;
|
|
1066
|
+
components?: unknown[] | undefined;
|
|
1107
1067
|
sticky?: boolean | undefined;
|
|
1108
1068
|
} | null | undefined;
|
|
1109
1069
|
nt_audience?: {
|
|
@@ -1230,6 +1190,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
1230
1190
|
distribution: number[];
|
|
1231
1191
|
traffic: number;
|
|
1232
1192
|
components: ({
|
|
1193
|
+
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
1233
1194
|
baseline: {
|
|
1234
1195
|
id: string;
|
|
1235
1196
|
hidden: boolean;
|
|
@@ -1238,7 +1199,6 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
1238
1199
|
id: string;
|
|
1239
1200
|
hidden: boolean;
|
|
1240
1201
|
}[];
|
|
1241
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
1242
1202
|
} | {
|
|
1243
1203
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
1244
1204
|
baseline: {
|
|
@@ -1386,27 +1346,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
1386
1346
|
nt_config?: {
|
|
1387
1347
|
distribution?: number[] | undefined;
|
|
1388
1348
|
traffic?: number | undefined;
|
|
1389
|
-
components?:
|
|
1390
|
-
baseline: {
|
|
1391
|
-
id: string;
|
|
1392
|
-
hidden?: boolean | undefined;
|
|
1393
|
-
};
|
|
1394
|
-
variants: {
|
|
1395
|
-
id: string;
|
|
1396
|
-
hidden?: boolean | undefined;
|
|
1397
|
-
}[];
|
|
1398
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
1399
|
-
} | {
|
|
1400
|
-
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
1401
|
-
baseline: {
|
|
1402
|
-
value?: unknown;
|
|
1403
|
-
};
|
|
1404
|
-
variants: {
|
|
1405
|
-
value?: unknown;
|
|
1406
|
-
}[];
|
|
1407
|
-
key: string;
|
|
1408
|
-
valueType: import("dist/packages/utils/javascript/src/types/Config").InlineVariableComponentValueTypeEnum;
|
|
1409
|
-
})[] | undefined;
|
|
1349
|
+
components?: unknown[] | undefined;
|
|
1410
1350
|
sticky?: boolean | undefined;
|
|
1411
1351
|
} | null | undefined;
|
|
1412
1352
|
nt_audience?: {
|
|
@@ -1544,6 +1484,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
1544
1484
|
distribution: number[];
|
|
1545
1485
|
traffic: number;
|
|
1546
1486
|
components: ({
|
|
1487
|
+
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
1547
1488
|
baseline: {
|
|
1548
1489
|
id: string;
|
|
1549
1490
|
hidden: boolean;
|
|
@@ -1552,7 +1493,6 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
1552
1493
|
id: string;
|
|
1553
1494
|
hidden: boolean;
|
|
1554
1495
|
}[];
|
|
1555
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
1556
1496
|
} | {
|
|
1557
1497
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
1558
1498
|
baseline: {
|
|
@@ -1702,27 +1642,7 @@ declare const BaselineWithExperiencesEntryFields: z.ZodObject<z.objectUtil.exten
|
|
|
1702
1642
|
nt_config?: {
|
|
1703
1643
|
distribution?: number[] | undefined;
|
|
1704
1644
|
traffic?: number | undefined;
|
|
1705
|
-
components?:
|
|
1706
|
-
baseline: {
|
|
1707
|
-
id: string;
|
|
1708
|
-
hidden?: boolean | undefined;
|
|
1709
|
-
};
|
|
1710
|
-
variants: {
|
|
1711
|
-
id: string;
|
|
1712
|
-
hidden?: boolean | undefined;
|
|
1713
|
-
}[];
|
|
1714
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
1715
|
-
} | {
|
|
1716
|
-
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
1717
|
-
baseline: {
|
|
1718
|
-
value?: unknown;
|
|
1719
|
-
};
|
|
1720
|
-
variants: {
|
|
1721
|
-
value?: unknown;
|
|
1722
|
-
}[];
|
|
1723
|
-
key: string;
|
|
1724
|
-
valueType: import("dist/packages/utils/javascript/src/types/Config").InlineVariableComponentValueTypeEnum;
|
|
1725
|
-
})[] | undefined;
|
|
1645
|
+
components?: unknown[] | undefined;
|
|
1726
1646
|
sticky?: boolean | undefined;
|
|
1727
1647
|
} | null | undefined;
|
|
1728
1648
|
nt_audience?: {
|
|
@@ -2227,8 +2147,8 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
2227
2147
|
nt_config: z.ZodEffects<z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
2228
2148
|
distribution: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
2229
2149
|
traffic: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2230
|
-
components: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2231
|
-
type: z.
|
|
2150
|
+
components: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2151
|
+
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement>;
|
|
2232
2152
|
baseline: z.ZodObject<{
|
|
2233
2153
|
id: z.ZodString;
|
|
2234
2154
|
hidden: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -2250,6 +2170,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
2250
2170
|
hidden?: boolean | undefined;
|
|
2251
2171
|
}>, "many">;
|
|
2252
2172
|
}, "strip", z.ZodTypeAny, {
|
|
2173
|
+
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
2253
2174
|
baseline: {
|
|
2254
2175
|
id: string;
|
|
2255
2176
|
hidden: boolean;
|
|
@@ -2258,8 +2179,8 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
2258
2179
|
id: string;
|
|
2259
2180
|
hidden: boolean;
|
|
2260
2181
|
}[];
|
|
2261
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
2262
2182
|
}, {
|
|
2183
|
+
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
2263
2184
|
baseline: {
|
|
2264
2185
|
id: string;
|
|
2265
2186
|
hidden?: boolean | undefined;
|
|
@@ -2268,7 +2189,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
2268
2189
|
id: string;
|
|
2269
2190
|
hidden?: boolean | undefined;
|
|
2270
2191
|
}[];
|
|
2271
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
2272
2192
|
}>, z.ZodObject<{
|
|
2273
2193
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
2274
2194
|
key: z.ZodString;
|
|
@@ -2307,12 +2227,8 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
2307
2227
|
}[];
|
|
2308
2228
|
key: string;
|
|
2309
2229
|
valueType: import("dist/packages/utils/javascript/src/types/Config").InlineVariableComponentValueTypeEnum;
|
|
2310
|
-
}>]>,
|
|
2311
|
-
|
|
2312
|
-
}, "strip", z.ZodTypeAny, {
|
|
2313
|
-
distribution: number[];
|
|
2314
|
-
traffic: number;
|
|
2315
|
-
components: ({
|
|
2230
|
+
}>]>, {
|
|
2231
|
+
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
2316
2232
|
baseline: {
|
|
2317
2233
|
id: string;
|
|
2318
2234
|
hidden: boolean;
|
|
@@ -2321,7 +2237,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
2321
2237
|
id: string;
|
|
2322
2238
|
hidden: boolean;
|
|
2323
2239
|
}[];
|
|
2324
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
2325
2240
|
} | {
|
|
2326
2241
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
2327
2242
|
baseline: {
|
|
@@ -2332,37 +2247,43 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
2332
2247
|
}[];
|
|
2333
2248
|
key: string;
|
|
2334
2249
|
valueType: import("dist/packages/utils/javascript/src/types/Config").InlineVariableComponentValueTypeEnum;
|
|
2335
|
-
}
|
|
2336
|
-
sticky:
|
|
2337
|
-
}, {
|
|
2338
|
-
distribution
|
|
2339
|
-
traffic
|
|
2340
|
-
components
|
|
2250
|
+
}, unknown>, "many">>>;
|
|
2251
|
+
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2252
|
+
}, "strip", z.ZodTypeAny, {
|
|
2253
|
+
distribution: number[];
|
|
2254
|
+
traffic: number;
|
|
2255
|
+
components: ({
|
|
2256
|
+
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
2341
2257
|
baseline: {
|
|
2342
2258
|
id: string;
|
|
2343
|
-
hidden
|
|
2259
|
+
hidden: boolean;
|
|
2344
2260
|
};
|
|
2345
2261
|
variants: {
|
|
2346
2262
|
id: string;
|
|
2347
|
-
hidden
|
|
2263
|
+
hidden: boolean;
|
|
2348
2264
|
}[];
|
|
2349
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
2350
2265
|
} | {
|
|
2351
2266
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
2352
2267
|
baseline: {
|
|
2353
|
-
value
|
|
2268
|
+
value: string | import("dist/packages/sdks/shared/src").SerializableObject;
|
|
2354
2269
|
};
|
|
2355
2270
|
variants: {
|
|
2356
|
-
value
|
|
2271
|
+
value: string | import("dist/packages/sdks/shared/src").SerializableObject;
|
|
2357
2272
|
}[];
|
|
2358
2273
|
key: string;
|
|
2359
2274
|
valueType: import("dist/packages/utils/javascript/src/types/Config").InlineVariableComponentValueTypeEnum;
|
|
2360
|
-
})[]
|
|
2275
|
+
})[];
|
|
2276
|
+
sticky: boolean;
|
|
2277
|
+
}, {
|
|
2278
|
+
distribution?: number[] | undefined;
|
|
2279
|
+
traffic?: number | undefined;
|
|
2280
|
+
components?: unknown[] | undefined;
|
|
2361
2281
|
sticky?: boolean | undefined;
|
|
2362
2282
|
}>>>>, {
|
|
2363
2283
|
distribution: number[];
|
|
2364
2284
|
traffic: number;
|
|
2365
2285
|
components: ({
|
|
2286
|
+
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
2366
2287
|
baseline: {
|
|
2367
2288
|
id: string;
|
|
2368
2289
|
hidden: boolean;
|
|
@@ -2371,7 +2292,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
2371
2292
|
id: string;
|
|
2372
2293
|
hidden: boolean;
|
|
2373
2294
|
}[];
|
|
2374
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
2375
2295
|
} | {
|
|
2376
2296
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
2377
2297
|
baseline: {
|
|
@@ -2387,27 +2307,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
2387
2307
|
}, {
|
|
2388
2308
|
distribution?: number[] | undefined;
|
|
2389
2309
|
traffic?: number | undefined;
|
|
2390
|
-
components?:
|
|
2391
|
-
baseline: {
|
|
2392
|
-
id: string;
|
|
2393
|
-
hidden?: boolean | undefined;
|
|
2394
|
-
};
|
|
2395
|
-
variants: {
|
|
2396
|
-
id: string;
|
|
2397
|
-
hidden?: boolean | undefined;
|
|
2398
|
-
}[];
|
|
2399
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
2400
|
-
} | {
|
|
2401
|
-
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
2402
|
-
baseline: {
|
|
2403
|
-
value?: unknown;
|
|
2404
|
-
};
|
|
2405
|
-
variants: {
|
|
2406
|
-
value?: unknown;
|
|
2407
|
-
}[];
|
|
2408
|
-
key: string;
|
|
2409
|
-
valueType: import("dist/packages/utils/javascript/src/types/Config").InlineVariableComponentValueTypeEnum;
|
|
2410
|
-
})[] | undefined;
|
|
2310
|
+
components?: unknown[] | undefined;
|
|
2411
2311
|
sticky?: boolean | undefined;
|
|
2412
2312
|
} | null | undefined>;
|
|
2413
2313
|
nt_audience: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -2989,6 +2889,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
2989
2889
|
distribution: number[];
|
|
2990
2890
|
traffic: number;
|
|
2991
2891
|
components: ({
|
|
2892
|
+
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
2992
2893
|
baseline: {
|
|
2993
2894
|
id: string;
|
|
2994
2895
|
hidden: boolean;
|
|
@@ -2997,7 +2898,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
2997
2898
|
id: string;
|
|
2998
2899
|
hidden: boolean;
|
|
2999
2900
|
}[];
|
|
3000
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
3001
2901
|
} | {
|
|
3002
2902
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3003
2903
|
baseline: {
|
|
@@ -3105,27 +3005,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
3105
3005
|
nt_config?: {
|
|
3106
3006
|
distribution?: number[] | undefined;
|
|
3107
3007
|
traffic?: number | undefined;
|
|
3108
|
-
components?:
|
|
3109
|
-
baseline: {
|
|
3110
|
-
id: string;
|
|
3111
|
-
hidden?: boolean | undefined;
|
|
3112
|
-
};
|
|
3113
|
-
variants: {
|
|
3114
|
-
id: string;
|
|
3115
|
-
hidden?: boolean | undefined;
|
|
3116
|
-
}[];
|
|
3117
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
3118
|
-
} | {
|
|
3119
|
-
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3120
|
-
baseline: {
|
|
3121
|
-
value?: unknown;
|
|
3122
|
-
};
|
|
3123
|
-
variants: {
|
|
3124
|
-
value?: unknown;
|
|
3125
|
-
}[];
|
|
3126
|
-
key: string;
|
|
3127
|
-
valueType: import("dist/packages/utils/javascript/src/types/Config").InlineVariableComponentValueTypeEnum;
|
|
3128
|
-
})[] | undefined;
|
|
3008
|
+
components?: unknown[] | undefined;
|
|
3129
3009
|
sticky?: boolean | undefined;
|
|
3130
3010
|
} | null | undefined;
|
|
3131
3011
|
nt_audience?: {
|
|
@@ -3252,6 +3132,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
3252
3132
|
distribution: number[];
|
|
3253
3133
|
traffic: number;
|
|
3254
3134
|
components: ({
|
|
3135
|
+
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
3255
3136
|
baseline: {
|
|
3256
3137
|
id: string;
|
|
3257
3138
|
hidden: boolean;
|
|
@@ -3260,7 +3141,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
3260
3141
|
id: string;
|
|
3261
3142
|
hidden: boolean;
|
|
3262
3143
|
}[];
|
|
3263
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
3264
3144
|
} | {
|
|
3265
3145
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3266
3146
|
baseline: {
|
|
@@ -3408,27 +3288,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
3408
3288
|
nt_config?: {
|
|
3409
3289
|
distribution?: number[] | undefined;
|
|
3410
3290
|
traffic?: number | undefined;
|
|
3411
|
-
components?:
|
|
3412
|
-
baseline: {
|
|
3413
|
-
id: string;
|
|
3414
|
-
hidden?: boolean | undefined;
|
|
3415
|
-
};
|
|
3416
|
-
variants: {
|
|
3417
|
-
id: string;
|
|
3418
|
-
hidden?: boolean | undefined;
|
|
3419
|
-
}[];
|
|
3420
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
3421
|
-
} | {
|
|
3422
|
-
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3423
|
-
baseline: {
|
|
3424
|
-
value?: unknown;
|
|
3425
|
-
};
|
|
3426
|
-
variants: {
|
|
3427
|
-
value?: unknown;
|
|
3428
|
-
}[];
|
|
3429
|
-
key: string;
|
|
3430
|
-
valueType: import("dist/packages/utils/javascript/src/types/Config").InlineVariableComponentValueTypeEnum;
|
|
3431
|
-
})[] | undefined;
|
|
3291
|
+
components?: unknown[] | undefined;
|
|
3432
3292
|
sticky?: boolean | undefined;
|
|
3433
3293
|
} | null | undefined;
|
|
3434
3294
|
nt_audience?: {
|
|
@@ -3566,6 +3426,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
3566
3426
|
distribution: number[];
|
|
3567
3427
|
traffic: number;
|
|
3568
3428
|
components: ({
|
|
3429
|
+
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
3569
3430
|
baseline: {
|
|
3570
3431
|
id: string;
|
|
3571
3432
|
hidden: boolean;
|
|
@@ -3574,7 +3435,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
3574
3435
|
id: string;
|
|
3575
3436
|
hidden: boolean;
|
|
3576
3437
|
}[];
|
|
3577
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
3578
3438
|
} | {
|
|
3579
3439
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3580
3440
|
baseline: {
|
|
@@ -3724,27 +3584,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
3724
3584
|
nt_config?: {
|
|
3725
3585
|
distribution?: number[] | undefined;
|
|
3726
3586
|
traffic?: number | undefined;
|
|
3727
|
-
components?:
|
|
3728
|
-
baseline: {
|
|
3729
|
-
id: string;
|
|
3730
|
-
hidden?: boolean | undefined;
|
|
3731
|
-
};
|
|
3732
|
-
variants: {
|
|
3733
|
-
id: string;
|
|
3734
|
-
hidden?: boolean | undefined;
|
|
3735
|
-
}[];
|
|
3736
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
3737
|
-
} | {
|
|
3738
|
-
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3739
|
-
baseline: {
|
|
3740
|
-
value?: unknown;
|
|
3741
|
-
};
|
|
3742
|
-
variants: {
|
|
3743
|
-
value?: unknown;
|
|
3744
|
-
}[];
|
|
3745
|
-
key: string;
|
|
3746
|
-
valueType: import("dist/packages/utils/javascript/src/types/Config").InlineVariableComponentValueTypeEnum;
|
|
3747
|
-
})[] | undefined;
|
|
3587
|
+
components?: unknown[] | undefined;
|
|
3748
3588
|
sticky?: boolean | undefined;
|
|
3749
3589
|
} | null | undefined;
|
|
3750
3590
|
nt_audience?: {
|
|
@@ -3913,6 +3753,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
3913
3753
|
distribution: number[];
|
|
3914
3754
|
traffic: number;
|
|
3915
3755
|
components: ({
|
|
3756
|
+
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
3916
3757
|
baseline: {
|
|
3917
3758
|
id: string;
|
|
3918
3759
|
hidden: boolean;
|
|
@@ -3921,7 +3762,6 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
3921
3762
|
id: string;
|
|
3922
3763
|
hidden: boolean;
|
|
3923
3764
|
}[];
|
|
3924
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
3925
3765
|
} | {
|
|
3926
3766
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3927
3767
|
baseline: {
|
|
@@ -4111,27 +3951,7 @@ export declare const BaselineWithExperiencesEntrySchema: z.ZodObject<z.objectUti
|
|
|
4111
3951
|
nt_config?: {
|
|
4112
3952
|
distribution?: number[] | undefined;
|
|
4113
3953
|
traffic?: number | undefined;
|
|
4114
|
-
components?:
|
|
4115
|
-
baseline: {
|
|
4116
|
-
id: string;
|
|
4117
|
-
hidden?: boolean | undefined;
|
|
4118
|
-
};
|
|
4119
|
-
variants: {
|
|
4120
|
-
id: string;
|
|
4121
|
-
hidden?: boolean | undefined;
|
|
4122
|
-
}[];
|
|
4123
|
-
type?: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement | undefined;
|
|
4124
|
-
} | {
|
|
4125
|
-
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
4126
|
-
baseline: {
|
|
4127
|
-
value?: unknown;
|
|
4128
|
-
};
|
|
4129
|
-
variants: {
|
|
4130
|
-
value?: unknown;
|
|
4131
|
-
}[];
|
|
4132
|
-
key: string;
|
|
4133
|
-
valueType: import("dist/packages/utils/javascript/src/types/Config").InlineVariableComponentValueTypeEnum;
|
|
4134
|
-
})[] | undefined;
|
|
3954
|
+
components?: unknown[] | undefined;
|
|
4135
3955
|
sticky?: boolean | undefined;
|
|
4136
3956
|
} | null | undefined;
|
|
4137
3957
|
nt_audience?: {
|