@ninetailed/experience.js-utils-contentful 7.20.3 → 7.20.5
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.
|
@@ -247,31 +247,31 @@ export declare const ExperimentEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
247
247
|
}>, z.ZodObject<{
|
|
248
248
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
249
249
|
key: z.ZodString;
|
|
250
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
250
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
251
251
|
baseline: z.ZodObject<{
|
|
252
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
252
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
253
253
|
}, "strip", z.ZodTypeAny, {
|
|
254
|
-
value: string | number | boolean | import("
|
|
254
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
255
255
|
}, {
|
|
256
256
|
value?: unknown;
|
|
257
257
|
}>;
|
|
258
258
|
variants: z.ZodArray<z.ZodObject<{
|
|
259
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
259
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
260
260
|
}, "strip", z.ZodTypeAny, {
|
|
261
|
-
value: string | number | boolean | import("
|
|
261
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
262
262
|
}, {
|
|
263
263
|
value?: unknown;
|
|
264
264
|
}>, "many">;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
266
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
267
267
|
baseline: {
|
|
268
|
-
value: string | number | boolean | import("
|
|
268
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
269
269
|
};
|
|
270
270
|
variants: {
|
|
271
|
-
value: string | number | boolean | import("
|
|
271
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
272
272
|
}[];
|
|
273
273
|
key: string;
|
|
274
|
-
valueType: import("
|
|
274
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
275
275
|
}, {
|
|
276
276
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
277
277
|
baseline: {
|
|
@@ -281,7 +281,7 @@ export declare const ExperimentEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
281
281
|
value?: unknown;
|
|
282
282
|
}[];
|
|
283
283
|
key: string;
|
|
284
|
-
valueType: import("
|
|
284
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
285
285
|
}>]>, {
|
|
286
286
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
287
287
|
baseline: {
|
|
@@ -295,13 +295,13 @@ export declare const ExperimentEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
295
295
|
} | {
|
|
296
296
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
297
297
|
baseline: {
|
|
298
|
-
value: string | number | boolean | import("
|
|
298
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
299
299
|
};
|
|
300
300
|
variants: {
|
|
301
|
-
value: string | number | boolean | import("
|
|
301
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
302
302
|
}[];
|
|
303
303
|
key: string;
|
|
304
|
-
valueType: import("
|
|
304
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
305
305
|
}, unknown>, "many">>>;
|
|
306
306
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
307
307
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -320,13 +320,13 @@ export declare const ExperimentEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
320
320
|
} | {
|
|
321
321
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
322
322
|
baseline: {
|
|
323
|
-
value: string | number | boolean | import("
|
|
323
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
324
324
|
};
|
|
325
325
|
variants: {
|
|
326
|
-
value: string | number | boolean | import("
|
|
326
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
327
327
|
}[];
|
|
328
328
|
key: string;
|
|
329
|
-
valueType: import("
|
|
329
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
330
330
|
})[];
|
|
331
331
|
sticky: boolean;
|
|
332
332
|
}, {
|
|
@@ -350,13 +350,13 @@ export declare const ExperimentEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
350
350
|
} | {
|
|
351
351
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
352
352
|
baseline: {
|
|
353
|
-
value: string | number | boolean | import("
|
|
353
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
354
354
|
};
|
|
355
355
|
variants: {
|
|
356
|
-
value: string | number | boolean | import("
|
|
356
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
357
357
|
}[];
|
|
358
358
|
key: string;
|
|
359
|
-
valueType: import("
|
|
359
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
360
360
|
})[];
|
|
361
361
|
sticky: boolean;
|
|
362
362
|
}, {
|
|
@@ -957,13 +957,13 @@ export declare const ExperimentEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
957
957
|
} | {
|
|
958
958
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
959
959
|
baseline: {
|
|
960
|
-
value: string | number | boolean | import("
|
|
960
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
961
961
|
};
|
|
962
962
|
variants: {
|
|
963
|
-
value: string | number | boolean | import("
|
|
963
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
964
964
|
}[];
|
|
965
965
|
key: string;
|
|
966
|
-
valueType: import("
|
|
966
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
967
967
|
})[];
|
|
968
968
|
sticky: boolean;
|
|
969
969
|
};
|
|
@@ -1206,31 +1206,31 @@ export declare const ExperimentEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1206
1206
|
}>, z.ZodObject<{
|
|
1207
1207
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
1208
1208
|
key: z.ZodString;
|
|
1209
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
1209
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
1210
1210
|
baseline: z.ZodObject<{
|
|
1211
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
1211
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
1212
1212
|
}, "strip", z.ZodTypeAny, {
|
|
1213
|
-
value: string | number | boolean | import("
|
|
1213
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1214
1214
|
}, {
|
|
1215
1215
|
value?: unknown;
|
|
1216
1216
|
}>;
|
|
1217
1217
|
variants: z.ZodArray<z.ZodObject<{
|
|
1218
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
1218
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
1219
1219
|
}, "strip", z.ZodTypeAny, {
|
|
1220
|
-
value: string | number | boolean | import("
|
|
1220
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1221
1221
|
}, {
|
|
1222
1222
|
value?: unknown;
|
|
1223
1223
|
}>, "many">;
|
|
1224
1224
|
}, "strip", z.ZodTypeAny, {
|
|
1225
1225
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
1226
1226
|
baseline: {
|
|
1227
|
-
value: string | number | boolean | import("
|
|
1227
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1228
1228
|
};
|
|
1229
1229
|
variants: {
|
|
1230
|
-
value: string | number | boolean | import("
|
|
1230
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1231
1231
|
}[];
|
|
1232
1232
|
key: string;
|
|
1233
|
-
valueType: import("
|
|
1233
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
1234
1234
|
}, {
|
|
1235
1235
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
1236
1236
|
baseline: {
|
|
@@ -1240,7 +1240,7 @@ export declare const ExperimentEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1240
1240
|
value?: unknown;
|
|
1241
1241
|
}[];
|
|
1242
1242
|
key: string;
|
|
1243
|
-
valueType: import("
|
|
1243
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
1244
1244
|
}>]>, {
|
|
1245
1245
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
1246
1246
|
baseline: {
|
|
@@ -1254,13 +1254,13 @@ export declare const ExperimentEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1254
1254
|
} | {
|
|
1255
1255
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
1256
1256
|
baseline: {
|
|
1257
|
-
value: string | number | boolean | import("
|
|
1257
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1258
1258
|
};
|
|
1259
1259
|
variants: {
|
|
1260
|
-
value: string | number | boolean | import("
|
|
1260
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1261
1261
|
}[];
|
|
1262
1262
|
key: string;
|
|
1263
|
-
valueType: import("
|
|
1263
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
1264
1264
|
}, unknown>, "many">>>;
|
|
1265
1265
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1266
1266
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1279,13 +1279,13 @@ export declare const ExperimentEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1279
1279
|
} | {
|
|
1280
1280
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
1281
1281
|
baseline: {
|
|
1282
|
-
value: string | number | boolean | import("
|
|
1282
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1283
1283
|
};
|
|
1284
1284
|
variants: {
|
|
1285
|
-
value: string | number | boolean | import("
|
|
1285
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1286
1286
|
}[];
|
|
1287
1287
|
key: string;
|
|
1288
|
-
valueType: import("
|
|
1288
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
1289
1289
|
})[];
|
|
1290
1290
|
sticky: boolean;
|
|
1291
1291
|
}, {
|
|
@@ -1309,13 +1309,13 @@ export declare const ExperimentEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1309
1309
|
} | {
|
|
1310
1310
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
1311
1311
|
baseline: {
|
|
1312
|
-
value: string | number | boolean | import("
|
|
1312
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1313
1313
|
};
|
|
1314
1314
|
variants: {
|
|
1315
|
-
value: string | number | boolean | import("
|
|
1315
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1316
1316
|
}[];
|
|
1317
1317
|
key: string;
|
|
1318
|
-
valueType: import("
|
|
1318
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
1319
1319
|
})[];
|
|
1320
1320
|
sticky: boolean;
|
|
1321
1321
|
}, {
|
|
@@ -1918,13 +1918,13 @@ export declare const ExperimentEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1918
1918
|
} | {
|
|
1919
1919
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
1920
1920
|
baseline: {
|
|
1921
|
-
value: string | number | boolean | import("
|
|
1921
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1922
1922
|
};
|
|
1923
1923
|
variants: {
|
|
1924
|
-
value: string | number | boolean | import("
|
|
1924
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1925
1925
|
}[];
|
|
1926
1926
|
key: string;
|
|
1927
|
-
valueType: import("
|
|
1927
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
1928
1928
|
})[];
|
|
1929
1929
|
sticky: boolean;
|
|
1930
1930
|
};
|
|
@@ -2163,13 +2163,13 @@ export declare const ExperimentEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
2163
2163
|
} | {
|
|
2164
2164
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
2165
2165
|
baseline: {
|
|
2166
|
-
value: string | number | boolean | import("
|
|
2166
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2167
2167
|
};
|
|
2168
2168
|
variants: {
|
|
2169
|
-
value: string | number | boolean | import("
|
|
2169
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2170
2170
|
}[];
|
|
2171
2171
|
key: string;
|
|
2172
|
-
valueType: import("
|
|
2172
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
2173
2173
|
})[];
|
|
2174
2174
|
sticky: boolean;
|
|
2175
2175
|
};
|
|
@@ -2660,31 +2660,31 @@ export declare const ExperimentEntry: {
|
|
|
2660
2660
|
}>, z.ZodObject<{
|
|
2661
2661
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
2662
2662
|
key: z.ZodString;
|
|
2663
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
2663
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
2664
2664
|
baseline: z.ZodObject<{
|
|
2665
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
2665
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
2666
2666
|
}, "strip", z.ZodTypeAny, {
|
|
2667
|
-
value: string | number | boolean | import("
|
|
2667
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2668
2668
|
}, {
|
|
2669
2669
|
value?: unknown;
|
|
2670
2670
|
}>;
|
|
2671
2671
|
variants: z.ZodArray<z.ZodObject<{
|
|
2672
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
2672
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
2673
2673
|
}, "strip", z.ZodTypeAny, {
|
|
2674
|
-
value: string | number | boolean | import("
|
|
2674
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2675
2675
|
}, {
|
|
2676
2676
|
value?: unknown;
|
|
2677
2677
|
}>, "many">;
|
|
2678
2678
|
}, "strip", z.ZodTypeAny, {
|
|
2679
2679
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
2680
2680
|
baseline: {
|
|
2681
|
-
value: string | number | boolean | import("
|
|
2681
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2682
2682
|
};
|
|
2683
2683
|
variants: {
|
|
2684
|
-
value: string | number | boolean | import("
|
|
2684
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2685
2685
|
}[];
|
|
2686
2686
|
key: string;
|
|
2687
|
-
valueType: import("
|
|
2687
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
2688
2688
|
}, {
|
|
2689
2689
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
2690
2690
|
baseline: {
|
|
@@ -2694,7 +2694,7 @@ export declare const ExperimentEntry: {
|
|
|
2694
2694
|
value?: unknown;
|
|
2695
2695
|
}[];
|
|
2696
2696
|
key: string;
|
|
2697
|
-
valueType: import("
|
|
2697
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
2698
2698
|
}>]>, {
|
|
2699
2699
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
2700
2700
|
baseline: {
|
|
@@ -2708,13 +2708,13 @@ export declare const ExperimentEntry: {
|
|
|
2708
2708
|
} | {
|
|
2709
2709
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
2710
2710
|
baseline: {
|
|
2711
|
-
value: string | number | boolean | import("
|
|
2711
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2712
2712
|
};
|
|
2713
2713
|
variants: {
|
|
2714
|
-
value: string | number | boolean | import("
|
|
2714
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2715
2715
|
}[];
|
|
2716
2716
|
key: string;
|
|
2717
|
-
valueType: import("
|
|
2717
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
2718
2718
|
}, unknown>, "many">>>;
|
|
2719
2719
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2720
2720
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2733,13 +2733,13 @@ export declare const ExperimentEntry: {
|
|
|
2733
2733
|
} | {
|
|
2734
2734
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
2735
2735
|
baseline: {
|
|
2736
|
-
value: string | number | boolean | import("
|
|
2736
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2737
2737
|
};
|
|
2738
2738
|
variants: {
|
|
2739
|
-
value: string | number | boolean | import("
|
|
2739
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2740
2740
|
}[];
|
|
2741
2741
|
key: string;
|
|
2742
|
-
valueType: import("
|
|
2742
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
2743
2743
|
})[];
|
|
2744
2744
|
sticky: boolean;
|
|
2745
2745
|
}, {
|
|
@@ -2763,13 +2763,13 @@ export declare const ExperimentEntry: {
|
|
|
2763
2763
|
} | {
|
|
2764
2764
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
2765
2765
|
baseline: {
|
|
2766
|
-
value: string | number | boolean | import("
|
|
2766
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2767
2767
|
};
|
|
2768
2768
|
variants: {
|
|
2769
|
-
value: string | number | boolean | import("
|
|
2769
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2770
2770
|
}[];
|
|
2771
2771
|
key: string;
|
|
2772
|
-
valueType: import("
|
|
2772
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
2773
2773
|
})[];
|
|
2774
2774
|
sticky: boolean;
|
|
2775
2775
|
}, {
|
|
@@ -3370,13 +3370,13 @@ export declare const ExperimentEntry: {
|
|
|
3370
3370
|
} | {
|
|
3371
3371
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3372
3372
|
baseline: {
|
|
3373
|
-
value: string | number | boolean | import("
|
|
3373
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3374
3374
|
};
|
|
3375
3375
|
variants: {
|
|
3376
|
-
value: string | number | boolean | import("
|
|
3376
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3377
3377
|
}[];
|
|
3378
3378
|
key: string;
|
|
3379
|
-
valueType: import("
|
|
3379
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
3380
3380
|
})[];
|
|
3381
3381
|
sticky: boolean;
|
|
3382
3382
|
};
|
|
@@ -3619,31 +3619,31 @@ export declare const ExperimentEntry: {
|
|
|
3619
3619
|
}>, z.ZodObject<{
|
|
3620
3620
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
3621
3621
|
key: z.ZodString;
|
|
3622
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
3622
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
3623
3623
|
baseline: z.ZodObject<{
|
|
3624
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
3624
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
3625
3625
|
}, "strip", z.ZodTypeAny, {
|
|
3626
|
-
value: string | number | boolean | import("
|
|
3626
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3627
3627
|
}, {
|
|
3628
3628
|
value?: unknown;
|
|
3629
3629
|
}>;
|
|
3630
3630
|
variants: z.ZodArray<z.ZodObject<{
|
|
3631
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
3631
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
3632
3632
|
}, "strip", z.ZodTypeAny, {
|
|
3633
|
-
value: string | number | boolean | import("
|
|
3633
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3634
3634
|
}, {
|
|
3635
3635
|
value?: unknown;
|
|
3636
3636
|
}>, "many">;
|
|
3637
3637
|
}, "strip", z.ZodTypeAny, {
|
|
3638
3638
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3639
3639
|
baseline: {
|
|
3640
|
-
value: string | number | boolean | import("
|
|
3640
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3641
3641
|
};
|
|
3642
3642
|
variants: {
|
|
3643
|
-
value: string | number | boolean | import("
|
|
3643
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3644
3644
|
}[];
|
|
3645
3645
|
key: string;
|
|
3646
|
-
valueType: import("
|
|
3646
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
3647
3647
|
}, {
|
|
3648
3648
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3649
3649
|
baseline: {
|
|
@@ -3653,7 +3653,7 @@ export declare const ExperimentEntry: {
|
|
|
3653
3653
|
value?: unknown;
|
|
3654
3654
|
}[];
|
|
3655
3655
|
key: string;
|
|
3656
|
-
valueType: import("
|
|
3656
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
3657
3657
|
}>]>, {
|
|
3658
3658
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
3659
3659
|
baseline: {
|
|
@@ -3667,13 +3667,13 @@ export declare const ExperimentEntry: {
|
|
|
3667
3667
|
} | {
|
|
3668
3668
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3669
3669
|
baseline: {
|
|
3670
|
-
value: string | number | boolean | import("
|
|
3670
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3671
3671
|
};
|
|
3672
3672
|
variants: {
|
|
3673
|
-
value: string | number | boolean | import("
|
|
3673
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3674
3674
|
}[];
|
|
3675
3675
|
key: string;
|
|
3676
|
-
valueType: import("
|
|
3676
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
3677
3677
|
}, unknown>, "many">>>;
|
|
3678
3678
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3679
3679
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3692,13 +3692,13 @@ export declare const ExperimentEntry: {
|
|
|
3692
3692
|
} | {
|
|
3693
3693
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3694
3694
|
baseline: {
|
|
3695
|
-
value: string | number | boolean | import("
|
|
3695
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3696
3696
|
};
|
|
3697
3697
|
variants: {
|
|
3698
|
-
value: string | number | boolean | import("
|
|
3698
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3699
3699
|
}[];
|
|
3700
3700
|
key: string;
|
|
3701
|
-
valueType: import("
|
|
3701
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
3702
3702
|
})[];
|
|
3703
3703
|
sticky: boolean;
|
|
3704
3704
|
}, {
|
|
@@ -3722,13 +3722,13 @@ export declare const ExperimentEntry: {
|
|
|
3722
3722
|
} | {
|
|
3723
3723
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3724
3724
|
baseline: {
|
|
3725
|
-
value: string | number | boolean | import("
|
|
3725
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3726
3726
|
};
|
|
3727
3727
|
variants: {
|
|
3728
|
-
value: string | number | boolean | import("
|
|
3728
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3729
3729
|
}[];
|
|
3730
3730
|
key: string;
|
|
3731
|
-
valueType: import("
|
|
3731
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
3732
3732
|
})[];
|
|
3733
3733
|
sticky: boolean;
|
|
3734
3734
|
}, {
|
|
@@ -4331,13 +4331,13 @@ export declare const ExperimentEntry: {
|
|
|
4331
4331
|
} | {
|
|
4332
4332
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
4333
4333
|
baseline: {
|
|
4334
|
-
value: string | number | boolean | import("
|
|
4334
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
4335
4335
|
};
|
|
4336
4336
|
variants: {
|
|
4337
|
-
value: string | number | boolean | import("
|
|
4337
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
4338
4338
|
}[];
|
|
4339
4339
|
key: string;
|
|
4340
|
-
valueType: import("
|
|
4340
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
4341
4341
|
})[];
|
|
4342
4342
|
sticky: boolean;
|
|
4343
4343
|
};
|
|
@@ -4774,31 +4774,31 @@ export declare const ExperimentEntry: {
|
|
|
4774
4774
|
}>, z.ZodObject<{
|
|
4775
4775
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
4776
4776
|
key: z.ZodString;
|
|
4777
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
4777
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
4778
4778
|
baseline: z.ZodObject<{
|
|
4779
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
4779
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
4780
4780
|
}, "strip", z.ZodTypeAny, {
|
|
4781
|
-
value: string | number | boolean | import("
|
|
4781
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
4782
4782
|
}, {
|
|
4783
4783
|
value?: unknown;
|
|
4784
4784
|
}>;
|
|
4785
4785
|
variants: z.ZodArray<z.ZodObject<{
|
|
4786
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
4786
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
4787
4787
|
}, "strip", z.ZodTypeAny, {
|
|
4788
|
-
value: string | number | boolean | import("
|
|
4788
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
4789
4789
|
}, {
|
|
4790
4790
|
value?: unknown;
|
|
4791
4791
|
}>, "many">;
|
|
4792
4792
|
}, "strip", z.ZodTypeAny, {
|
|
4793
4793
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
4794
4794
|
baseline: {
|
|
4795
|
-
value: string | number | boolean | import("
|
|
4795
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
4796
4796
|
};
|
|
4797
4797
|
variants: {
|
|
4798
|
-
value: string | number | boolean | import("
|
|
4798
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
4799
4799
|
}[];
|
|
4800
4800
|
key: string;
|
|
4801
|
-
valueType: import("
|
|
4801
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
4802
4802
|
}, {
|
|
4803
4803
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
4804
4804
|
baseline: {
|
|
@@ -4808,7 +4808,7 @@ export declare const ExperimentEntry: {
|
|
|
4808
4808
|
value?: unknown;
|
|
4809
4809
|
}[];
|
|
4810
4810
|
key: string;
|
|
4811
|
-
valueType: import("
|
|
4811
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
4812
4812
|
}>]>, {
|
|
4813
4813
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
4814
4814
|
baseline: {
|
|
@@ -4822,13 +4822,13 @@ export declare const ExperimentEntry: {
|
|
|
4822
4822
|
} | {
|
|
4823
4823
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
4824
4824
|
baseline: {
|
|
4825
|
-
value: string | number | boolean | import("
|
|
4825
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
4826
4826
|
};
|
|
4827
4827
|
variants: {
|
|
4828
|
-
value: string | number | boolean | import("
|
|
4828
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
4829
4829
|
}[];
|
|
4830
4830
|
key: string;
|
|
4831
|
-
valueType: import("
|
|
4831
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
4832
4832
|
}, unknown>, "many">>>;
|
|
4833
4833
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4834
4834
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4847,13 +4847,13 @@ export declare const ExperimentEntry: {
|
|
|
4847
4847
|
} | {
|
|
4848
4848
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
4849
4849
|
baseline: {
|
|
4850
|
-
value: string | number | boolean | import("
|
|
4850
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
4851
4851
|
};
|
|
4852
4852
|
variants: {
|
|
4853
|
-
value: string | number | boolean | import("
|
|
4853
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
4854
4854
|
}[];
|
|
4855
4855
|
key: string;
|
|
4856
|
-
valueType: import("
|
|
4856
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
4857
4857
|
})[];
|
|
4858
4858
|
sticky: boolean;
|
|
4859
4859
|
}, {
|
|
@@ -4877,13 +4877,13 @@ export declare const ExperimentEntry: {
|
|
|
4877
4877
|
} | {
|
|
4878
4878
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
4879
4879
|
baseline: {
|
|
4880
|
-
value: string | number | boolean | import("
|
|
4880
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
4881
4881
|
};
|
|
4882
4882
|
variants: {
|
|
4883
|
-
value: string | number | boolean | import("
|
|
4883
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
4884
4884
|
}[];
|
|
4885
4885
|
key: string;
|
|
4886
|
-
valueType: import("
|
|
4886
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
4887
4887
|
})[];
|
|
4888
4888
|
sticky: boolean;
|
|
4889
4889
|
}, {
|
|
@@ -5484,13 +5484,13 @@ export declare const ExperimentEntry: {
|
|
|
5484
5484
|
} | {
|
|
5485
5485
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
5486
5486
|
baseline: {
|
|
5487
|
-
value: string | number | boolean | import("
|
|
5487
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5488
5488
|
};
|
|
5489
5489
|
variants: {
|
|
5490
|
-
value: string | number | boolean | import("
|
|
5490
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5491
5491
|
}[];
|
|
5492
5492
|
key: string;
|
|
5493
|
-
valueType: import("
|
|
5493
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
5494
5494
|
})[];
|
|
5495
5495
|
sticky: boolean;
|
|
5496
5496
|
};
|
|
@@ -5733,31 +5733,31 @@ export declare const ExperimentEntry: {
|
|
|
5733
5733
|
}>, z.ZodObject<{
|
|
5734
5734
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
5735
5735
|
key: z.ZodString;
|
|
5736
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
5736
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
5737
5737
|
baseline: z.ZodObject<{
|
|
5738
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
5738
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
5739
5739
|
}, "strip", z.ZodTypeAny, {
|
|
5740
|
-
value: string | number | boolean | import("
|
|
5740
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5741
5741
|
}, {
|
|
5742
5742
|
value?: unknown;
|
|
5743
5743
|
}>;
|
|
5744
5744
|
variants: z.ZodArray<z.ZodObject<{
|
|
5745
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
5745
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
5746
5746
|
}, "strip", z.ZodTypeAny, {
|
|
5747
|
-
value: string | number | boolean | import("
|
|
5747
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5748
5748
|
}, {
|
|
5749
5749
|
value?: unknown;
|
|
5750
5750
|
}>, "many">;
|
|
5751
5751
|
}, "strip", z.ZodTypeAny, {
|
|
5752
5752
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
5753
5753
|
baseline: {
|
|
5754
|
-
value: string | number | boolean | import("
|
|
5754
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5755
5755
|
};
|
|
5756
5756
|
variants: {
|
|
5757
|
-
value: string | number | boolean | import("
|
|
5757
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5758
5758
|
}[];
|
|
5759
5759
|
key: string;
|
|
5760
|
-
valueType: import("
|
|
5760
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
5761
5761
|
}, {
|
|
5762
5762
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
5763
5763
|
baseline: {
|
|
@@ -5767,7 +5767,7 @@ export declare const ExperimentEntry: {
|
|
|
5767
5767
|
value?: unknown;
|
|
5768
5768
|
}[];
|
|
5769
5769
|
key: string;
|
|
5770
|
-
valueType: import("
|
|
5770
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
5771
5771
|
}>]>, {
|
|
5772
5772
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
5773
5773
|
baseline: {
|
|
@@ -5781,13 +5781,13 @@ export declare const ExperimentEntry: {
|
|
|
5781
5781
|
} | {
|
|
5782
5782
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
5783
5783
|
baseline: {
|
|
5784
|
-
value: string | number | boolean | import("
|
|
5784
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5785
5785
|
};
|
|
5786
5786
|
variants: {
|
|
5787
|
-
value: string | number | boolean | import("
|
|
5787
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5788
5788
|
}[];
|
|
5789
5789
|
key: string;
|
|
5790
|
-
valueType: import("
|
|
5790
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
5791
5791
|
}, unknown>, "many">>>;
|
|
5792
5792
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
5793
5793
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5806,13 +5806,13 @@ export declare const ExperimentEntry: {
|
|
|
5806
5806
|
} | {
|
|
5807
5807
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
5808
5808
|
baseline: {
|
|
5809
|
-
value: string | number | boolean | import("
|
|
5809
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5810
5810
|
};
|
|
5811
5811
|
variants: {
|
|
5812
|
-
value: string | number | boolean | import("
|
|
5812
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5813
5813
|
}[];
|
|
5814
5814
|
key: string;
|
|
5815
|
-
valueType: import("
|
|
5815
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
5816
5816
|
})[];
|
|
5817
5817
|
sticky: boolean;
|
|
5818
5818
|
}, {
|
|
@@ -5836,13 +5836,13 @@ export declare const ExperimentEntry: {
|
|
|
5836
5836
|
} | {
|
|
5837
5837
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
5838
5838
|
baseline: {
|
|
5839
|
-
value: string | number | boolean | import("
|
|
5839
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5840
5840
|
};
|
|
5841
5841
|
variants: {
|
|
5842
|
-
value: string | number | boolean | import("
|
|
5842
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5843
5843
|
}[];
|
|
5844
5844
|
key: string;
|
|
5845
|
-
valueType: import("
|
|
5845
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
5846
5846
|
})[];
|
|
5847
5847
|
sticky: boolean;
|
|
5848
5848
|
}, {
|
|
@@ -6445,13 +6445,13 @@ export declare const ExperimentEntry: {
|
|
|
6445
6445
|
} | {
|
|
6446
6446
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
6447
6447
|
baseline: {
|
|
6448
|
-
value: string | number | boolean | import("
|
|
6448
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6449
6449
|
};
|
|
6450
6450
|
variants: {
|
|
6451
|
-
value: string | number | boolean | import("
|
|
6451
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6452
6452
|
}[];
|
|
6453
6453
|
key: string;
|
|
6454
|
-
valueType: import("
|
|
6454
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
6455
6455
|
})[];
|
|
6456
6456
|
sticky: boolean;
|
|
6457
6457
|
};
|
|
@@ -6888,31 +6888,31 @@ export declare const ExperimentEntry: {
|
|
|
6888
6888
|
}>, z.ZodObject<{
|
|
6889
6889
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
6890
6890
|
key: z.ZodString;
|
|
6891
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
6891
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
6892
6892
|
baseline: z.ZodObject<{
|
|
6893
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
6893
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
6894
6894
|
}, "strip", z.ZodTypeAny, {
|
|
6895
|
-
value: string | number | boolean | import("
|
|
6895
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6896
6896
|
}, {
|
|
6897
6897
|
value?: unknown;
|
|
6898
6898
|
}>;
|
|
6899
6899
|
variants: z.ZodArray<z.ZodObject<{
|
|
6900
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
6900
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
6901
6901
|
}, "strip", z.ZodTypeAny, {
|
|
6902
|
-
value: string | number | boolean | import("
|
|
6902
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6903
6903
|
}, {
|
|
6904
6904
|
value?: unknown;
|
|
6905
6905
|
}>, "many">;
|
|
6906
6906
|
}, "strip", z.ZodTypeAny, {
|
|
6907
6907
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
6908
6908
|
baseline: {
|
|
6909
|
-
value: string | number | boolean | import("
|
|
6909
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6910
6910
|
};
|
|
6911
6911
|
variants: {
|
|
6912
|
-
value: string | number | boolean | import("
|
|
6912
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6913
6913
|
}[];
|
|
6914
6914
|
key: string;
|
|
6915
|
-
valueType: import("
|
|
6915
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
6916
6916
|
}, {
|
|
6917
6917
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
6918
6918
|
baseline: {
|
|
@@ -6922,7 +6922,7 @@ export declare const ExperimentEntry: {
|
|
|
6922
6922
|
value?: unknown;
|
|
6923
6923
|
}[];
|
|
6924
6924
|
key: string;
|
|
6925
|
-
valueType: import("
|
|
6925
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
6926
6926
|
}>]>, {
|
|
6927
6927
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
6928
6928
|
baseline: {
|
|
@@ -6936,13 +6936,13 @@ export declare const ExperimentEntry: {
|
|
|
6936
6936
|
} | {
|
|
6937
6937
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
6938
6938
|
baseline: {
|
|
6939
|
-
value: string | number | boolean | import("
|
|
6939
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6940
6940
|
};
|
|
6941
6941
|
variants: {
|
|
6942
|
-
value: string | number | boolean | import("
|
|
6942
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6943
6943
|
}[];
|
|
6944
6944
|
key: string;
|
|
6945
|
-
valueType: import("
|
|
6945
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
6946
6946
|
}, unknown>, "many">>>;
|
|
6947
6947
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
6948
6948
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6961,13 +6961,13 @@ export declare const ExperimentEntry: {
|
|
|
6961
6961
|
} | {
|
|
6962
6962
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
6963
6963
|
baseline: {
|
|
6964
|
-
value: string | number | boolean | import("
|
|
6964
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6965
6965
|
};
|
|
6966
6966
|
variants: {
|
|
6967
|
-
value: string | number | boolean | import("
|
|
6967
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6968
6968
|
}[];
|
|
6969
6969
|
key: string;
|
|
6970
|
-
valueType: import("
|
|
6970
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
6971
6971
|
})[];
|
|
6972
6972
|
sticky: boolean;
|
|
6973
6973
|
}, {
|
|
@@ -6991,13 +6991,13 @@ export declare const ExperimentEntry: {
|
|
|
6991
6991
|
} | {
|
|
6992
6992
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
6993
6993
|
baseline: {
|
|
6994
|
-
value: string | number | boolean | import("
|
|
6994
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6995
6995
|
};
|
|
6996
6996
|
variants: {
|
|
6997
|
-
value: string | number | boolean | import("
|
|
6997
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6998
6998
|
}[];
|
|
6999
6999
|
key: string;
|
|
7000
|
-
valueType: import("
|
|
7000
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
7001
7001
|
})[];
|
|
7002
7002
|
sticky: boolean;
|
|
7003
7003
|
}, {
|
|
@@ -7598,13 +7598,13 @@ export declare const ExperimentEntry: {
|
|
|
7598
7598
|
} | {
|
|
7599
7599
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
7600
7600
|
baseline: {
|
|
7601
|
-
value: string | number | boolean | import("
|
|
7601
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7602
7602
|
};
|
|
7603
7603
|
variants: {
|
|
7604
|
-
value: string | number | boolean | import("
|
|
7604
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7605
7605
|
}[];
|
|
7606
7606
|
key: string;
|
|
7607
|
-
valueType: import("
|
|
7607
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
7608
7608
|
})[];
|
|
7609
7609
|
sticky: boolean;
|
|
7610
7610
|
};
|
|
@@ -7847,31 +7847,31 @@ export declare const ExperimentEntry: {
|
|
|
7847
7847
|
}>, z.ZodObject<{
|
|
7848
7848
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
7849
7849
|
key: z.ZodString;
|
|
7850
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
7850
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
7851
7851
|
baseline: z.ZodObject<{
|
|
7852
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
7852
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
7853
7853
|
}, "strip", z.ZodTypeAny, {
|
|
7854
|
-
value: string | number | boolean | import("
|
|
7854
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7855
7855
|
}, {
|
|
7856
7856
|
value?: unknown;
|
|
7857
7857
|
}>;
|
|
7858
7858
|
variants: z.ZodArray<z.ZodObject<{
|
|
7859
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
7859
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
7860
7860
|
}, "strip", z.ZodTypeAny, {
|
|
7861
|
-
value: string | number | boolean | import("
|
|
7861
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7862
7862
|
}, {
|
|
7863
7863
|
value?: unknown;
|
|
7864
7864
|
}>, "many">;
|
|
7865
7865
|
}, "strip", z.ZodTypeAny, {
|
|
7866
7866
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
7867
7867
|
baseline: {
|
|
7868
|
-
value: string | number | boolean | import("
|
|
7868
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7869
7869
|
};
|
|
7870
7870
|
variants: {
|
|
7871
|
-
value: string | number | boolean | import("
|
|
7871
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7872
7872
|
}[];
|
|
7873
7873
|
key: string;
|
|
7874
|
-
valueType: import("
|
|
7874
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
7875
7875
|
}, {
|
|
7876
7876
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
7877
7877
|
baseline: {
|
|
@@ -7881,7 +7881,7 @@ export declare const ExperimentEntry: {
|
|
|
7881
7881
|
value?: unknown;
|
|
7882
7882
|
}[];
|
|
7883
7883
|
key: string;
|
|
7884
|
-
valueType: import("
|
|
7884
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
7885
7885
|
}>]>, {
|
|
7886
7886
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
7887
7887
|
baseline: {
|
|
@@ -7895,13 +7895,13 @@ export declare const ExperimentEntry: {
|
|
|
7895
7895
|
} | {
|
|
7896
7896
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
7897
7897
|
baseline: {
|
|
7898
|
-
value: string | number | boolean | import("
|
|
7898
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7899
7899
|
};
|
|
7900
7900
|
variants: {
|
|
7901
|
-
value: string | number | boolean | import("
|
|
7901
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7902
7902
|
}[];
|
|
7903
7903
|
key: string;
|
|
7904
|
-
valueType: import("
|
|
7904
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
7905
7905
|
}, unknown>, "many">>>;
|
|
7906
7906
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
7907
7907
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7920,13 +7920,13 @@ export declare const ExperimentEntry: {
|
|
|
7920
7920
|
} | {
|
|
7921
7921
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
7922
7922
|
baseline: {
|
|
7923
|
-
value: string | number | boolean | import("
|
|
7923
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7924
7924
|
};
|
|
7925
7925
|
variants: {
|
|
7926
|
-
value: string | number | boolean | import("
|
|
7926
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7927
7927
|
}[];
|
|
7928
7928
|
key: string;
|
|
7929
|
-
valueType: import("
|
|
7929
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
7930
7930
|
})[];
|
|
7931
7931
|
sticky: boolean;
|
|
7932
7932
|
}, {
|
|
@@ -7950,13 +7950,13 @@ export declare const ExperimentEntry: {
|
|
|
7950
7950
|
} | {
|
|
7951
7951
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
7952
7952
|
baseline: {
|
|
7953
|
-
value: string | number | boolean | import("
|
|
7953
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7954
7954
|
};
|
|
7955
7955
|
variants: {
|
|
7956
|
-
value: string | number | boolean | import("
|
|
7956
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7957
7957
|
}[];
|
|
7958
7958
|
key: string;
|
|
7959
|
-
valueType: import("
|
|
7959
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
7960
7960
|
})[];
|
|
7961
7961
|
sticky: boolean;
|
|
7962
7962
|
}, {
|
|
@@ -8559,13 +8559,13 @@ export declare const ExperimentEntry: {
|
|
|
8559
8559
|
} | {
|
|
8560
8560
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
8561
8561
|
baseline: {
|
|
8562
|
-
value: string | number | boolean | import("
|
|
8562
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
8563
8563
|
};
|
|
8564
8564
|
variants: {
|
|
8565
|
-
value: string | number | boolean | import("
|
|
8565
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
8566
8566
|
}[];
|
|
8567
8567
|
key: string;
|
|
8568
|
-
valueType: import("
|
|
8568
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
8569
8569
|
})[];
|
|
8570
8570
|
sticky: boolean;
|
|
8571
8571
|
};
|
|
@@ -9003,31 +9003,31 @@ export declare const ExperimentEntry: {
|
|
|
9003
9003
|
}>, z.ZodObject<{
|
|
9004
9004
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
9005
9005
|
key: z.ZodString;
|
|
9006
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
9006
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
9007
9007
|
baseline: z.ZodObject<{
|
|
9008
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
9008
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
9009
9009
|
}, "strip", z.ZodTypeAny, {
|
|
9010
|
-
value: string | number | boolean | import("
|
|
9010
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9011
9011
|
}, {
|
|
9012
9012
|
value?: unknown;
|
|
9013
9013
|
}>;
|
|
9014
9014
|
variants: z.ZodArray<z.ZodObject<{
|
|
9015
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
9015
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
9016
9016
|
}, "strip", z.ZodTypeAny, {
|
|
9017
|
-
value: string | number | boolean | import("
|
|
9017
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9018
9018
|
}, {
|
|
9019
9019
|
value?: unknown;
|
|
9020
9020
|
}>, "many">;
|
|
9021
9021
|
}, "strip", z.ZodTypeAny, {
|
|
9022
9022
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
9023
9023
|
baseline: {
|
|
9024
|
-
value: string | number | boolean | import("
|
|
9024
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9025
9025
|
};
|
|
9026
9026
|
variants: {
|
|
9027
|
-
value: string | number | boolean | import("
|
|
9027
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9028
9028
|
}[];
|
|
9029
9029
|
key: string;
|
|
9030
|
-
valueType: import("
|
|
9030
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
9031
9031
|
}, {
|
|
9032
9032
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
9033
9033
|
baseline: {
|
|
@@ -9037,7 +9037,7 @@ export declare const ExperimentEntry: {
|
|
|
9037
9037
|
value?: unknown;
|
|
9038
9038
|
}[];
|
|
9039
9039
|
key: string;
|
|
9040
|
-
valueType: import("
|
|
9040
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
9041
9041
|
}>]>, {
|
|
9042
9042
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
9043
9043
|
baseline: {
|
|
@@ -9051,13 +9051,13 @@ export declare const ExperimentEntry: {
|
|
|
9051
9051
|
} | {
|
|
9052
9052
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
9053
9053
|
baseline: {
|
|
9054
|
-
value: string | number | boolean | import("
|
|
9054
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9055
9055
|
};
|
|
9056
9056
|
variants: {
|
|
9057
|
-
value: string | number | boolean | import("
|
|
9057
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9058
9058
|
}[];
|
|
9059
9059
|
key: string;
|
|
9060
|
-
valueType: import("
|
|
9060
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
9061
9061
|
}, unknown>, "many">>>;
|
|
9062
9062
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
9063
9063
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9076,13 +9076,13 @@ export declare const ExperimentEntry: {
|
|
|
9076
9076
|
} | {
|
|
9077
9077
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
9078
9078
|
baseline: {
|
|
9079
|
-
value: string | number | boolean | import("
|
|
9079
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9080
9080
|
};
|
|
9081
9081
|
variants: {
|
|
9082
|
-
value: string | number | boolean | import("
|
|
9082
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9083
9083
|
}[];
|
|
9084
9084
|
key: string;
|
|
9085
|
-
valueType: import("
|
|
9085
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
9086
9086
|
})[];
|
|
9087
9087
|
sticky: boolean;
|
|
9088
9088
|
}, {
|
|
@@ -9106,13 +9106,13 @@ export declare const ExperimentEntry: {
|
|
|
9106
9106
|
} | {
|
|
9107
9107
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
9108
9108
|
baseline: {
|
|
9109
|
-
value: string | number | boolean | import("
|
|
9109
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9110
9110
|
};
|
|
9111
9111
|
variants: {
|
|
9112
|
-
value: string | number | boolean | import("
|
|
9112
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9113
9113
|
}[];
|
|
9114
9114
|
key: string;
|
|
9115
|
-
valueType: import("
|
|
9115
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
9116
9116
|
})[];
|
|
9117
9117
|
sticky: boolean;
|
|
9118
9118
|
}, {
|
|
@@ -9713,13 +9713,13 @@ export declare const ExperimentEntry: {
|
|
|
9713
9713
|
} | {
|
|
9714
9714
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
9715
9715
|
baseline: {
|
|
9716
|
-
value: string | number | boolean | import("
|
|
9716
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9717
9717
|
};
|
|
9718
9718
|
variants: {
|
|
9719
|
-
value: string | number | boolean | import("
|
|
9719
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9720
9720
|
}[];
|
|
9721
9721
|
key: string;
|
|
9722
|
-
valueType: import("
|
|
9722
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
9723
9723
|
})[];
|
|
9724
9724
|
sticky: boolean;
|
|
9725
9725
|
};
|
|
@@ -9962,31 +9962,31 @@ export declare const ExperimentEntry: {
|
|
|
9962
9962
|
}>, z.ZodObject<{
|
|
9963
9963
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
9964
9964
|
key: z.ZodString;
|
|
9965
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
9965
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
9966
9966
|
baseline: z.ZodObject<{
|
|
9967
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
9967
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
9968
9968
|
}, "strip", z.ZodTypeAny, {
|
|
9969
|
-
value: string | number | boolean | import("
|
|
9969
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9970
9970
|
}, {
|
|
9971
9971
|
value?: unknown;
|
|
9972
9972
|
}>;
|
|
9973
9973
|
variants: z.ZodArray<z.ZodObject<{
|
|
9974
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
9974
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
9975
9975
|
}, "strip", z.ZodTypeAny, {
|
|
9976
|
-
value: string | number | boolean | import("
|
|
9976
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9977
9977
|
}, {
|
|
9978
9978
|
value?: unknown;
|
|
9979
9979
|
}>, "many">;
|
|
9980
9980
|
}, "strip", z.ZodTypeAny, {
|
|
9981
9981
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
9982
9982
|
baseline: {
|
|
9983
|
-
value: string | number | boolean | import("
|
|
9983
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9984
9984
|
};
|
|
9985
9985
|
variants: {
|
|
9986
|
-
value: string | number | boolean | import("
|
|
9986
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9987
9987
|
}[];
|
|
9988
9988
|
key: string;
|
|
9989
|
-
valueType: import("
|
|
9989
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
9990
9990
|
}, {
|
|
9991
9991
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
9992
9992
|
baseline: {
|
|
@@ -9996,7 +9996,7 @@ export declare const ExperimentEntry: {
|
|
|
9996
9996
|
value?: unknown;
|
|
9997
9997
|
}[];
|
|
9998
9998
|
key: string;
|
|
9999
|
-
valueType: import("
|
|
9999
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
10000
10000
|
}>]>, {
|
|
10001
10001
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
10002
10002
|
baseline: {
|
|
@@ -10010,13 +10010,13 @@ export declare const ExperimentEntry: {
|
|
|
10010
10010
|
} | {
|
|
10011
10011
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
10012
10012
|
baseline: {
|
|
10013
|
-
value: string | number | boolean | import("
|
|
10013
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
10014
10014
|
};
|
|
10015
10015
|
variants: {
|
|
10016
|
-
value: string | number | boolean | import("
|
|
10016
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
10017
10017
|
}[];
|
|
10018
10018
|
key: string;
|
|
10019
|
-
valueType: import("
|
|
10019
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
10020
10020
|
}, unknown>, "many">>>;
|
|
10021
10021
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
10022
10022
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -10035,13 +10035,13 @@ export declare const ExperimentEntry: {
|
|
|
10035
10035
|
} | {
|
|
10036
10036
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
10037
10037
|
baseline: {
|
|
10038
|
-
value: string | number | boolean | import("
|
|
10038
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
10039
10039
|
};
|
|
10040
10040
|
variants: {
|
|
10041
|
-
value: string | number | boolean | import("
|
|
10041
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
10042
10042
|
}[];
|
|
10043
10043
|
key: string;
|
|
10044
|
-
valueType: import("
|
|
10044
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
10045
10045
|
})[];
|
|
10046
10046
|
sticky: boolean;
|
|
10047
10047
|
}, {
|
|
@@ -10065,13 +10065,13 @@ export declare const ExperimentEntry: {
|
|
|
10065
10065
|
} | {
|
|
10066
10066
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
10067
10067
|
baseline: {
|
|
10068
|
-
value: string | number | boolean | import("
|
|
10068
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
10069
10069
|
};
|
|
10070
10070
|
variants: {
|
|
10071
|
-
value: string | number | boolean | import("
|
|
10071
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
10072
10072
|
}[];
|
|
10073
10073
|
key: string;
|
|
10074
|
-
valueType: import("
|
|
10074
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
10075
10075
|
})[];
|
|
10076
10076
|
sticky: boolean;
|
|
10077
10077
|
}, {
|
|
@@ -10674,13 +10674,13 @@ export declare const ExperimentEntry: {
|
|
|
10674
10674
|
} | {
|
|
10675
10675
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
10676
10676
|
baseline: {
|
|
10677
|
-
value: string | number | boolean | import("
|
|
10677
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
10678
10678
|
};
|
|
10679
10679
|
variants: {
|
|
10680
|
-
value: string | number | boolean | import("
|
|
10680
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
10681
10681
|
}[];
|
|
10682
10682
|
key: string;
|
|
10683
|
-
valueType: import("
|
|
10683
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
10684
10684
|
})[];
|
|
10685
10685
|
sticky: boolean;
|
|
10686
10686
|
};
|
|
@@ -11117,31 +11117,31 @@ export declare const ExperimentEntry: {
|
|
|
11117
11117
|
}>, z.ZodObject<{
|
|
11118
11118
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
11119
11119
|
key: z.ZodString;
|
|
11120
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
11120
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
11121
11121
|
baseline: z.ZodObject<{
|
|
11122
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
11122
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
11123
11123
|
}, "strip", z.ZodTypeAny, {
|
|
11124
|
-
value: string | number | boolean | import("
|
|
11124
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11125
11125
|
}, {
|
|
11126
11126
|
value?: unknown;
|
|
11127
11127
|
}>;
|
|
11128
11128
|
variants: z.ZodArray<z.ZodObject<{
|
|
11129
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
11129
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
11130
11130
|
}, "strip", z.ZodTypeAny, {
|
|
11131
|
-
value: string | number | boolean | import("
|
|
11131
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11132
11132
|
}, {
|
|
11133
11133
|
value?: unknown;
|
|
11134
11134
|
}>, "many">;
|
|
11135
11135
|
}, "strip", z.ZodTypeAny, {
|
|
11136
11136
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
11137
11137
|
baseline: {
|
|
11138
|
-
value: string | number | boolean | import("
|
|
11138
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11139
11139
|
};
|
|
11140
11140
|
variants: {
|
|
11141
|
-
value: string | number | boolean | import("
|
|
11141
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11142
11142
|
}[];
|
|
11143
11143
|
key: string;
|
|
11144
|
-
valueType: import("
|
|
11144
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
11145
11145
|
}, {
|
|
11146
11146
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
11147
11147
|
baseline: {
|
|
@@ -11151,7 +11151,7 @@ export declare const ExperimentEntry: {
|
|
|
11151
11151
|
value?: unknown;
|
|
11152
11152
|
}[];
|
|
11153
11153
|
key: string;
|
|
11154
|
-
valueType: import("
|
|
11154
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
11155
11155
|
}>]>, {
|
|
11156
11156
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
11157
11157
|
baseline: {
|
|
@@ -11165,13 +11165,13 @@ export declare const ExperimentEntry: {
|
|
|
11165
11165
|
} | {
|
|
11166
11166
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
11167
11167
|
baseline: {
|
|
11168
|
-
value: string | number | boolean | import("
|
|
11168
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11169
11169
|
};
|
|
11170
11170
|
variants: {
|
|
11171
|
-
value: string | number | boolean | import("
|
|
11171
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11172
11172
|
}[];
|
|
11173
11173
|
key: string;
|
|
11174
|
-
valueType: import("
|
|
11174
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
11175
11175
|
}, unknown>, "many">>>;
|
|
11176
11176
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
11177
11177
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11190,13 +11190,13 @@ export declare const ExperimentEntry: {
|
|
|
11190
11190
|
} | {
|
|
11191
11191
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
11192
11192
|
baseline: {
|
|
11193
|
-
value: string | number | boolean | import("
|
|
11193
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11194
11194
|
};
|
|
11195
11195
|
variants: {
|
|
11196
|
-
value: string | number | boolean | import("
|
|
11196
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11197
11197
|
}[];
|
|
11198
11198
|
key: string;
|
|
11199
|
-
valueType: import("
|
|
11199
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
11200
11200
|
})[];
|
|
11201
11201
|
sticky: boolean;
|
|
11202
11202
|
}, {
|
|
@@ -11220,13 +11220,13 @@ export declare const ExperimentEntry: {
|
|
|
11220
11220
|
} | {
|
|
11221
11221
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
11222
11222
|
baseline: {
|
|
11223
|
-
value: string | number | boolean | import("
|
|
11223
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11224
11224
|
};
|
|
11225
11225
|
variants: {
|
|
11226
|
-
value: string | number | boolean | import("
|
|
11226
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11227
11227
|
}[];
|
|
11228
11228
|
key: string;
|
|
11229
|
-
valueType: import("
|
|
11229
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
11230
11230
|
})[];
|
|
11231
11231
|
sticky: boolean;
|
|
11232
11232
|
}, {
|
|
@@ -11827,13 +11827,13 @@ export declare const ExperimentEntry: {
|
|
|
11827
11827
|
} | {
|
|
11828
11828
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
11829
11829
|
baseline: {
|
|
11830
|
-
value: string | number | boolean | import("
|
|
11830
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11831
11831
|
};
|
|
11832
11832
|
variants: {
|
|
11833
|
-
value: string | number | boolean | import("
|
|
11833
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11834
11834
|
}[];
|
|
11835
11835
|
key: string;
|
|
11836
|
-
valueType: import("
|
|
11836
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
11837
11837
|
})[];
|
|
11838
11838
|
sticky: boolean;
|
|
11839
11839
|
};
|
|
@@ -12076,31 +12076,31 @@ export declare const ExperimentEntry: {
|
|
|
12076
12076
|
}>, z.ZodObject<{
|
|
12077
12077
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
12078
12078
|
key: z.ZodString;
|
|
12079
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
12079
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
12080
12080
|
baseline: z.ZodObject<{
|
|
12081
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
12081
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
12082
12082
|
}, "strip", z.ZodTypeAny, {
|
|
12083
|
-
value: string | number | boolean | import("
|
|
12083
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12084
12084
|
}, {
|
|
12085
12085
|
value?: unknown;
|
|
12086
12086
|
}>;
|
|
12087
12087
|
variants: z.ZodArray<z.ZodObject<{
|
|
12088
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
12088
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
12089
12089
|
}, "strip", z.ZodTypeAny, {
|
|
12090
|
-
value: string | number | boolean | import("
|
|
12090
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12091
12091
|
}, {
|
|
12092
12092
|
value?: unknown;
|
|
12093
12093
|
}>, "many">;
|
|
12094
12094
|
}, "strip", z.ZodTypeAny, {
|
|
12095
12095
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
12096
12096
|
baseline: {
|
|
12097
|
-
value: string | number | boolean | import("
|
|
12097
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12098
12098
|
};
|
|
12099
12099
|
variants: {
|
|
12100
|
-
value: string | number | boolean | import("
|
|
12100
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12101
12101
|
}[];
|
|
12102
12102
|
key: string;
|
|
12103
|
-
valueType: import("
|
|
12103
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
12104
12104
|
}, {
|
|
12105
12105
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
12106
12106
|
baseline: {
|
|
@@ -12110,7 +12110,7 @@ export declare const ExperimentEntry: {
|
|
|
12110
12110
|
value?: unknown;
|
|
12111
12111
|
}[];
|
|
12112
12112
|
key: string;
|
|
12113
|
-
valueType: import("
|
|
12113
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
12114
12114
|
}>]>, {
|
|
12115
12115
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
12116
12116
|
baseline: {
|
|
@@ -12124,13 +12124,13 @@ export declare const ExperimentEntry: {
|
|
|
12124
12124
|
} | {
|
|
12125
12125
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
12126
12126
|
baseline: {
|
|
12127
|
-
value: string | number | boolean | import("
|
|
12127
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12128
12128
|
};
|
|
12129
12129
|
variants: {
|
|
12130
|
-
value: string | number | boolean | import("
|
|
12130
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12131
12131
|
}[];
|
|
12132
12132
|
key: string;
|
|
12133
|
-
valueType: import("
|
|
12133
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
12134
12134
|
}, unknown>, "many">>>;
|
|
12135
12135
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
12136
12136
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -12149,13 +12149,13 @@ export declare const ExperimentEntry: {
|
|
|
12149
12149
|
} | {
|
|
12150
12150
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
12151
12151
|
baseline: {
|
|
12152
|
-
value: string | number | boolean | import("
|
|
12152
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12153
12153
|
};
|
|
12154
12154
|
variants: {
|
|
12155
|
-
value: string | number | boolean | import("
|
|
12155
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12156
12156
|
}[];
|
|
12157
12157
|
key: string;
|
|
12158
|
-
valueType: import("
|
|
12158
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
12159
12159
|
})[];
|
|
12160
12160
|
sticky: boolean;
|
|
12161
12161
|
}, {
|
|
@@ -12179,13 +12179,13 @@ export declare const ExperimentEntry: {
|
|
|
12179
12179
|
} | {
|
|
12180
12180
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
12181
12181
|
baseline: {
|
|
12182
|
-
value: string | number | boolean | import("
|
|
12182
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12183
12183
|
};
|
|
12184
12184
|
variants: {
|
|
12185
|
-
value: string | number | boolean | import("
|
|
12185
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12186
12186
|
}[];
|
|
12187
12187
|
key: string;
|
|
12188
|
-
valueType: import("
|
|
12188
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
12189
12189
|
})[];
|
|
12190
12190
|
sticky: boolean;
|
|
12191
12191
|
}, {
|
|
@@ -12788,13 +12788,13 @@ export declare const ExperimentEntry: {
|
|
|
12788
12788
|
} | {
|
|
12789
12789
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
12790
12790
|
baseline: {
|
|
12791
|
-
value: string | number | boolean | import("
|
|
12791
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12792
12792
|
};
|
|
12793
12793
|
variants: {
|
|
12794
|
-
value: string | number | boolean | import("
|
|
12794
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12795
12795
|
}[];
|
|
12796
12796
|
key: string;
|
|
12797
|
-
valueType: import("
|
|
12797
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
12798
12798
|
})[];
|
|
12799
12799
|
sticky: boolean;
|
|
12800
12800
|
};
|
|
@@ -13231,31 +13231,31 @@ export declare const ExperimentEntry: {
|
|
|
13231
13231
|
}>, z.ZodObject<{
|
|
13232
13232
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
13233
13233
|
key: z.ZodString;
|
|
13234
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
13234
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
13235
13235
|
baseline: z.ZodObject<{
|
|
13236
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
13236
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
13237
13237
|
}, "strip", z.ZodTypeAny, {
|
|
13238
|
-
value: string | number | boolean | import("
|
|
13238
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
13239
13239
|
}, {
|
|
13240
13240
|
value?: unknown;
|
|
13241
13241
|
}>;
|
|
13242
13242
|
variants: z.ZodArray<z.ZodObject<{
|
|
13243
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
13243
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
13244
13244
|
}, "strip", z.ZodTypeAny, {
|
|
13245
|
-
value: string | number | boolean | import("
|
|
13245
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
13246
13246
|
}, {
|
|
13247
13247
|
value?: unknown;
|
|
13248
13248
|
}>, "many">;
|
|
13249
13249
|
}, "strip", z.ZodTypeAny, {
|
|
13250
13250
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
13251
13251
|
baseline: {
|
|
13252
|
-
value: string | number | boolean | import("
|
|
13252
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
13253
13253
|
};
|
|
13254
13254
|
variants: {
|
|
13255
|
-
value: string | number | boolean | import("
|
|
13255
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
13256
13256
|
}[];
|
|
13257
13257
|
key: string;
|
|
13258
|
-
valueType: import("
|
|
13258
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
13259
13259
|
}, {
|
|
13260
13260
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
13261
13261
|
baseline: {
|
|
@@ -13265,7 +13265,7 @@ export declare const ExperimentEntry: {
|
|
|
13265
13265
|
value?: unknown;
|
|
13266
13266
|
}[];
|
|
13267
13267
|
key: string;
|
|
13268
|
-
valueType: import("
|
|
13268
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
13269
13269
|
}>]>, {
|
|
13270
13270
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
13271
13271
|
baseline: {
|
|
@@ -13279,13 +13279,13 @@ export declare const ExperimentEntry: {
|
|
|
13279
13279
|
} | {
|
|
13280
13280
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
13281
13281
|
baseline: {
|
|
13282
|
-
value: string | number | boolean | import("
|
|
13282
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
13283
13283
|
};
|
|
13284
13284
|
variants: {
|
|
13285
|
-
value: string | number | boolean | import("
|
|
13285
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
13286
13286
|
}[];
|
|
13287
13287
|
key: string;
|
|
13288
|
-
valueType: import("
|
|
13288
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
13289
13289
|
}, unknown>, "many">>>;
|
|
13290
13290
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
13291
13291
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13304,13 +13304,13 @@ export declare const ExperimentEntry: {
|
|
|
13304
13304
|
} | {
|
|
13305
13305
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
13306
13306
|
baseline: {
|
|
13307
|
-
value: string | number | boolean | import("
|
|
13307
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
13308
13308
|
};
|
|
13309
13309
|
variants: {
|
|
13310
|
-
value: string | number | boolean | import("
|
|
13310
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
13311
13311
|
}[];
|
|
13312
13312
|
key: string;
|
|
13313
|
-
valueType: import("
|
|
13313
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
13314
13314
|
})[];
|
|
13315
13315
|
sticky: boolean;
|
|
13316
13316
|
}, {
|
|
@@ -13334,13 +13334,13 @@ export declare const ExperimentEntry: {
|
|
|
13334
13334
|
} | {
|
|
13335
13335
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
13336
13336
|
baseline: {
|
|
13337
|
-
value: string | number | boolean | import("
|
|
13337
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
13338
13338
|
};
|
|
13339
13339
|
variants: {
|
|
13340
|
-
value: string | number | boolean | import("
|
|
13340
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
13341
13341
|
}[];
|
|
13342
13342
|
key: string;
|
|
13343
|
-
valueType: import("
|
|
13343
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
13344
13344
|
})[];
|
|
13345
13345
|
sticky: boolean;
|
|
13346
13346
|
}, {
|
|
@@ -13941,13 +13941,13 @@ export declare const ExperimentEntry: {
|
|
|
13941
13941
|
} | {
|
|
13942
13942
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
13943
13943
|
baseline: {
|
|
13944
|
-
value: string | number | boolean | import("
|
|
13944
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
13945
13945
|
};
|
|
13946
13946
|
variants: {
|
|
13947
|
-
value: string | number | boolean | import("
|
|
13947
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
13948
13948
|
}[];
|
|
13949
13949
|
key: string;
|
|
13950
|
-
valueType: import("
|
|
13950
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
13951
13951
|
})[];
|
|
13952
13952
|
sticky: boolean;
|
|
13953
13953
|
};
|
|
@@ -14190,31 +14190,31 @@ export declare const ExperimentEntry: {
|
|
|
14190
14190
|
}>, z.ZodObject<{
|
|
14191
14191
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
14192
14192
|
key: z.ZodString;
|
|
14193
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
14193
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
14194
14194
|
baseline: z.ZodObject<{
|
|
14195
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
14195
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
14196
14196
|
}, "strip", z.ZodTypeAny, {
|
|
14197
|
-
value: string | number | boolean | import("
|
|
14197
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
14198
14198
|
}, {
|
|
14199
14199
|
value?: unknown;
|
|
14200
14200
|
}>;
|
|
14201
14201
|
variants: z.ZodArray<z.ZodObject<{
|
|
14202
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
14202
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
14203
14203
|
}, "strip", z.ZodTypeAny, {
|
|
14204
|
-
value: string | number | boolean | import("
|
|
14204
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
14205
14205
|
}, {
|
|
14206
14206
|
value?: unknown;
|
|
14207
14207
|
}>, "many">;
|
|
14208
14208
|
}, "strip", z.ZodTypeAny, {
|
|
14209
14209
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
14210
14210
|
baseline: {
|
|
14211
|
-
value: string | number | boolean | import("
|
|
14211
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
14212
14212
|
};
|
|
14213
14213
|
variants: {
|
|
14214
|
-
value: string | number | boolean | import("
|
|
14214
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
14215
14215
|
}[];
|
|
14216
14216
|
key: string;
|
|
14217
|
-
valueType: import("
|
|
14217
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
14218
14218
|
}, {
|
|
14219
14219
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
14220
14220
|
baseline: {
|
|
@@ -14224,7 +14224,7 @@ export declare const ExperimentEntry: {
|
|
|
14224
14224
|
value?: unknown;
|
|
14225
14225
|
}[];
|
|
14226
14226
|
key: string;
|
|
14227
|
-
valueType: import("
|
|
14227
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
14228
14228
|
}>]>, {
|
|
14229
14229
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
14230
14230
|
baseline: {
|
|
@@ -14238,13 +14238,13 @@ export declare const ExperimentEntry: {
|
|
|
14238
14238
|
} | {
|
|
14239
14239
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
14240
14240
|
baseline: {
|
|
14241
|
-
value: string | number | boolean | import("
|
|
14241
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
14242
14242
|
};
|
|
14243
14243
|
variants: {
|
|
14244
|
-
value: string | number | boolean | import("
|
|
14244
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
14245
14245
|
}[];
|
|
14246
14246
|
key: string;
|
|
14247
|
-
valueType: import("
|
|
14247
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
14248
14248
|
}, unknown>, "many">>>;
|
|
14249
14249
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
14250
14250
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14263,13 +14263,13 @@ export declare const ExperimentEntry: {
|
|
|
14263
14263
|
} | {
|
|
14264
14264
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
14265
14265
|
baseline: {
|
|
14266
|
-
value: string | number | boolean | import("
|
|
14266
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
14267
14267
|
};
|
|
14268
14268
|
variants: {
|
|
14269
|
-
value: string | number | boolean | import("
|
|
14269
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
14270
14270
|
}[];
|
|
14271
14271
|
key: string;
|
|
14272
|
-
valueType: import("
|
|
14272
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
14273
14273
|
})[];
|
|
14274
14274
|
sticky: boolean;
|
|
14275
14275
|
}, {
|
|
@@ -14293,13 +14293,13 @@ export declare const ExperimentEntry: {
|
|
|
14293
14293
|
} | {
|
|
14294
14294
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
14295
14295
|
baseline: {
|
|
14296
|
-
value: string | number | boolean | import("
|
|
14296
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
14297
14297
|
};
|
|
14298
14298
|
variants: {
|
|
14299
|
-
value: string | number | boolean | import("
|
|
14299
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
14300
14300
|
}[];
|
|
14301
14301
|
key: string;
|
|
14302
|
-
valueType: import("
|
|
14302
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
14303
14303
|
})[];
|
|
14304
14304
|
sticky: boolean;
|
|
14305
14305
|
}, {
|
|
@@ -14902,13 +14902,13 @@ export declare const ExperimentEntry: {
|
|
|
14902
14902
|
} | {
|
|
14903
14903
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
14904
14904
|
baseline: {
|
|
14905
|
-
value: string | number | boolean | import("
|
|
14905
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
14906
14906
|
};
|
|
14907
14907
|
variants: {
|
|
14908
|
-
value: string | number | boolean | import("
|
|
14908
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
14909
14909
|
}[];
|
|
14910
14910
|
key: string;
|
|
14911
|
-
valueType: import("
|
|
14911
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
14912
14912
|
})[];
|
|
14913
14913
|
sticky: boolean;
|
|
14914
14914
|
};
|
|
@@ -15345,31 +15345,31 @@ export declare const ExperimentEntry: {
|
|
|
15345
15345
|
}>, z.ZodObject<{
|
|
15346
15346
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
15347
15347
|
key: z.ZodString;
|
|
15348
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
15348
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
15349
15349
|
baseline: z.ZodObject<{
|
|
15350
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
15350
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
15351
15351
|
}, "strip", z.ZodTypeAny, {
|
|
15352
|
-
value: string | number | boolean | import("
|
|
15352
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
15353
15353
|
}, {
|
|
15354
15354
|
value?: unknown;
|
|
15355
15355
|
}>;
|
|
15356
15356
|
variants: z.ZodArray<z.ZodObject<{
|
|
15357
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
15357
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
15358
15358
|
}, "strip", z.ZodTypeAny, {
|
|
15359
|
-
value: string | number | boolean | import("
|
|
15359
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
15360
15360
|
}, {
|
|
15361
15361
|
value?: unknown;
|
|
15362
15362
|
}>, "many">;
|
|
15363
15363
|
}, "strip", z.ZodTypeAny, {
|
|
15364
15364
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
15365
15365
|
baseline: {
|
|
15366
|
-
value: string | number | boolean | import("
|
|
15366
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
15367
15367
|
};
|
|
15368
15368
|
variants: {
|
|
15369
|
-
value: string | number | boolean | import("
|
|
15369
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
15370
15370
|
}[];
|
|
15371
15371
|
key: string;
|
|
15372
|
-
valueType: import("
|
|
15372
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
15373
15373
|
}, {
|
|
15374
15374
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
15375
15375
|
baseline: {
|
|
@@ -15379,7 +15379,7 @@ export declare const ExperimentEntry: {
|
|
|
15379
15379
|
value?: unknown;
|
|
15380
15380
|
}[];
|
|
15381
15381
|
key: string;
|
|
15382
|
-
valueType: import("
|
|
15382
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
15383
15383
|
}>]>, {
|
|
15384
15384
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
15385
15385
|
baseline: {
|
|
@@ -15393,13 +15393,13 @@ export declare const ExperimentEntry: {
|
|
|
15393
15393
|
} | {
|
|
15394
15394
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
15395
15395
|
baseline: {
|
|
15396
|
-
value: string | number | boolean | import("
|
|
15396
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
15397
15397
|
};
|
|
15398
15398
|
variants: {
|
|
15399
|
-
value: string | number | boolean | import("
|
|
15399
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
15400
15400
|
}[];
|
|
15401
15401
|
key: string;
|
|
15402
|
-
valueType: import("
|
|
15402
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
15403
15403
|
}, unknown>, "many">>>;
|
|
15404
15404
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
15405
15405
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -15418,13 +15418,13 @@ export declare const ExperimentEntry: {
|
|
|
15418
15418
|
} | {
|
|
15419
15419
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
15420
15420
|
baseline: {
|
|
15421
|
-
value: string | number | boolean | import("
|
|
15421
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
15422
15422
|
};
|
|
15423
15423
|
variants: {
|
|
15424
|
-
value: string | number | boolean | import("
|
|
15424
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
15425
15425
|
}[];
|
|
15426
15426
|
key: string;
|
|
15427
|
-
valueType: import("
|
|
15427
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
15428
15428
|
})[];
|
|
15429
15429
|
sticky: boolean;
|
|
15430
15430
|
}, {
|
|
@@ -15448,13 +15448,13 @@ export declare const ExperimentEntry: {
|
|
|
15448
15448
|
} | {
|
|
15449
15449
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
15450
15450
|
baseline: {
|
|
15451
|
-
value: string | number | boolean | import("
|
|
15451
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
15452
15452
|
};
|
|
15453
15453
|
variants: {
|
|
15454
|
-
value: string | number | boolean | import("
|
|
15454
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
15455
15455
|
}[];
|
|
15456
15456
|
key: string;
|
|
15457
|
-
valueType: import("
|
|
15457
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
15458
15458
|
})[];
|
|
15459
15459
|
sticky: boolean;
|
|
15460
15460
|
}, {
|
|
@@ -16055,13 +16055,13 @@ export declare const ExperimentEntry: {
|
|
|
16055
16055
|
} | {
|
|
16056
16056
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
16057
16057
|
baseline: {
|
|
16058
|
-
value: string | number | boolean | import("
|
|
16058
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
16059
16059
|
};
|
|
16060
16060
|
variants: {
|
|
16061
|
-
value: string | number | boolean | import("
|
|
16061
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
16062
16062
|
}[];
|
|
16063
16063
|
key: string;
|
|
16064
|
-
valueType: import("
|
|
16064
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
16065
16065
|
})[];
|
|
16066
16066
|
sticky: boolean;
|
|
16067
16067
|
};
|
|
@@ -16304,31 +16304,31 @@ export declare const ExperimentEntry: {
|
|
|
16304
16304
|
}>, z.ZodObject<{
|
|
16305
16305
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
16306
16306
|
key: z.ZodString;
|
|
16307
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
16307
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
16308
16308
|
baseline: z.ZodObject<{
|
|
16309
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
16309
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
16310
16310
|
}, "strip", z.ZodTypeAny, {
|
|
16311
|
-
value: string | number | boolean | import("
|
|
16311
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
16312
16312
|
}, {
|
|
16313
16313
|
value?: unknown;
|
|
16314
16314
|
}>;
|
|
16315
16315
|
variants: z.ZodArray<z.ZodObject<{
|
|
16316
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
16316
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
16317
16317
|
}, "strip", z.ZodTypeAny, {
|
|
16318
|
-
value: string | number | boolean | import("
|
|
16318
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
16319
16319
|
}, {
|
|
16320
16320
|
value?: unknown;
|
|
16321
16321
|
}>, "many">;
|
|
16322
16322
|
}, "strip", z.ZodTypeAny, {
|
|
16323
16323
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
16324
16324
|
baseline: {
|
|
16325
|
-
value: string | number | boolean | import("
|
|
16325
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
16326
16326
|
};
|
|
16327
16327
|
variants: {
|
|
16328
|
-
value: string | number | boolean | import("
|
|
16328
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
16329
16329
|
}[];
|
|
16330
16330
|
key: string;
|
|
16331
|
-
valueType: import("
|
|
16331
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
16332
16332
|
}, {
|
|
16333
16333
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
16334
16334
|
baseline: {
|
|
@@ -16338,7 +16338,7 @@ export declare const ExperimentEntry: {
|
|
|
16338
16338
|
value?: unknown;
|
|
16339
16339
|
}[];
|
|
16340
16340
|
key: string;
|
|
16341
|
-
valueType: import("
|
|
16341
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
16342
16342
|
}>]>, {
|
|
16343
16343
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
16344
16344
|
baseline: {
|
|
@@ -16352,13 +16352,13 @@ export declare const ExperimentEntry: {
|
|
|
16352
16352
|
} | {
|
|
16353
16353
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
16354
16354
|
baseline: {
|
|
16355
|
-
value: string | number | boolean | import("
|
|
16355
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
16356
16356
|
};
|
|
16357
16357
|
variants: {
|
|
16358
|
-
value: string | number | boolean | import("
|
|
16358
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
16359
16359
|
}[];
|
|
16360
16360
|
key: string;
|
|
16361
|
-
valueType: import("
|
|
16361
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
16362
16362
|
}, unknown>, "many">>>;
|
|
16363
16363
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
16364
16364
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16377,13 +16377,13 @@ export declare const ExperimentEntry: {
|
|
|
16377
16377
|
} | {
|
|
16378
16378
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
16379
16379
|
baseline: {
|
|
16380
|
-
value: string | number | boolean | import("
|
|
16380
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
16381
16381
|
};
|
|
16382
16382
|
variants: {
|
|
16383
|
-
value: string | number | boolean | import("
|
|
16383
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
16384
16384
|
}[];
|
|
16385
16385
|
key: string;
|
|
16386
|
-
valueType: import("
|
|
16386
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
16387
16387
|
})[];
|
|
16388
16388
|
sticky: boolean;
|
|
16389
16389
|
}, {
|
|
@@ -16407,13 +16407,13 @@ export declare const ExperimentEntry: {
|
|
|
16407
16407
|
} | {
|
|
16408
16408
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
16409
16409
|
baseline: {
|
|
16410
|
-
value: string | number | boolean | import("
|
|
16410
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
16411
16411
|
};
|
|
16412
16412
|
variants: {
|
|
16413
|
-
value: string | number | boolean | import("
|
|
16413
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
16414
16414
|
}[];
|
|
16415
16415
|
key: string;
|
|
16416
|
-
valueType: import("
|
|
16416
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
16417
16417
|
})[];
|
|
16418
16418
|
sticky: boolean;
|
|
16419
16419
|
}, {
|
|
@@ -17016,13 +17016,13 @@ export declare const ExperimentEntry: {
|
|
|
17016
17016
|
} | {
|
|
17017
17017
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
17018
17018
|
baseline: {
|
|
17019
|
-
value: string | number | boolean | import("
|
|
17019
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
17020
17020
|
};
|
|
17021
17021
|
variants: {
|
|
17022
|
-
value: string | number | boolean | import("
|
|
17022
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
17023
17023
|
}[];
|
|
17024
17024
|
key: string;
|
|
17025
|
-
valueType: import("
|
|
17025
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
17026
17026
|
})[];
|
|
17027
17027
|
sticky: boolean;
|
|
17028
17028
|
};
|
|
@@ -17459,31 +17459,31 @@ export declare const ExperimentEntry: {
|
|
|
17459
17459
|
}>, z.ZodObject<{
|
|
17460
17460
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
17461
17461
|
key: z.ZodString;
|
|
17462
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
17462
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
17463
17463
|
baseline: z.ZodObject<{
|
|
17464
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
17464
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
17465
17465
|
}, "strip", z.ZodTypeAny, {
|
|
17466
|
-
value: string | number | boolean | import("
|
|
17466
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
17467
17467
|
}, {
|
|
17468
17468
|
value?: unknown;
|
|
17469
17469
|
}>;
|
|
17470
17470
|
variants: z.ZodArray<z.ZodObject<{
|
|
17471
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
17471
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
17472
17472
|
}, "strip", z.ZodTypeAny, {
|
|
17473
|
-
value: string | number | boolean | import("
|
|
17473
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
17474
17474
|
}, {
|
|
17475
17475
|
value?: unknown;
|
|
17476
17476
|
}>, "many">;
|
|
17477
17477
|
}, "strip", z.ZodTypeAny, {
|
|
17478
17478
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
17479
17479
|
baseline: {
|
|
17480
|
-
value: string | number | boolean | import("
|
|
17480
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
17481
17481
|
};
|
|
17482
17482
|
variants: {
|
|
17483
|
-
value: string | number | boolean | import("
|
|
17483
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
17484
17484
|
}[];
|
|
17485
17485
|
key: string;
|
|
17486
|
-
valueType: import("
|
|
17486
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
17487
17487
|
}, {
|
|
17488
17488
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
17489
17489
|
baseline: {
|
|
@@ -17493,7 +17493,7 @@ export declare const ExperimentEntry: {
|
|
|
17493
17493
|
value?: unknown;
|
|
17494
17494
|
}[];
|
|
17495
17495
|
key: string;
|
|
17496
|
-
valueType: import("
|
|
17496
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
17497
17497
|
}>]>, {
|
|
17498
17498
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
17499
17499
|
baseline: {
|
|
@@ -17507,13 +17507,13 @@ export declare const ExperimentEntry: {
|
|
|
17507
17507
|
} | {
|
|
17508
17508
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
17509
17509
|
baseline: {
|
|
17510
|
-
value: string | number | boolean | import("
|
|
17510
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
17511
17511
|
};
|
|
17512
17512
|
variants: {
|
|
17513
|
-
value: string | number | boolean | import("
|
|
17513
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
17514
17514
|
}[];
|
|
17515
17515
|
key: string;
|
|
17516
|
-
valueType: import("
|
|
17516
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
17517
17517
|
}, unknown>, "many">>>;
|
|
17518
17518
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
17519
17519
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -17532,13 +17532,13 @@ export declare const ExperimentEntry: {
|
|
|
17532
17532
|
} | {
|
|
17533
17533
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
17534
17534
|
baseline: {
|
|
17535
|
-
value: string | number | boolean | import("
|
|
17535
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
17536
17536
|
};
|
|
17537
17537
|
variants: {
|
|
17538
|
-
value: string | number | boolean | import("
|
|
17538
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
17539
17539
|
}[];
|
|
17540
17540
|
key: string;
|
|
17541
|
-
valueType: import("
|
|
17541
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
17542
17542
|
})[];
|
|
17543
17543
|
sticky: boolean;
|
|
17544
17544
|
}, {
|
|
@@ -17562,13 +17562,13 @@ export declare const ExperimentEntry: {
|
|
|
17562
17562
|
} | {
|
|
17563
17563
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
17564
17564
|
baseline: {
|
|
17565
|
-
value: string | number | boolean | import("
|
|
17565
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
17566
17566
|
};
|
|
17567
17567
|
variants: {
|
|
17568
|
-
value: string | number | boolean | import("
|
|
17568
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
17569
17569
|
}[];
|
|
17570
17570
|
key: string;
|
|
17571
|
-
valueType: import("
|
|
17571
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
17572
17572
|
})[];
|
|
17573
17573
|
sticky: boolean;
|
|
17574
17574
|
}, {
|
|
@@ -18169,13 +18169,13 @@ export declare const ExperimentEntry: {
|
|
|
18169
18169
|
} | {
|
|
18170
18170
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
18171
18171
|
baseline: {
|
|
18172
|
-
value: string | number | boolean | import("
|
|
18172
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
18173
18173
|
};
|
|
18174
18174
|
variants: {
|
|
18175
|
-
value: string | number | boolean | import("
|
|
18175
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
18176
18176
|
}[];
|
|
18177
18177
|
key: string;
|
|
18178
|
-
valueType: import("
|
|
18178
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
18179
18179
|
})[];
|
|
18180
18180
|
sticky: boolean;
|
|
18181
18181
|
};
|
|
@@ -18418,31 +18418,31 @@ export declare const ExperimentEntry: {
|
|
|
18418
18418
|
}>, z.ZodObject<{
|
|
18419
18419
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
18420
18420
|
key: z.ZodString;
|
|
18421
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
18421
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
18422
18422
|
baseline: z.ZodObject<{
|
|
18423
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
18423
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
18424
18424
|
}, "strip", z.ZodTypeAny, {
|
|
18425
|
-
value: string | number | boolean | import("
|
|
18425
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
18426
18426
|
}, {
|
|
18427
18427
|
value?: unknown;
|
|
18428
18428
|
}>;
|
|
18429
18429
|
variants: z.ZodArray<z.ZodObject<{
|
|
18430
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
18430
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
18431
18431
|
}, "strip", z.ZodTypeAny, {
|
|
18432
|
-
value: string | number | boolean | import("
|
|
18432
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
18433
18433
|
}, {
|
|
18434
18434
|
value?: unknown;
|
|
18435
18435
|
}>, "many">;
|
|
18436
18436
|
}, "strip", z.ZodTypeAny, {
|
|
18437
18437
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
18438
18438
|
baseline: {
|
|
18439
|
-
value: string | number | boolean | import("
|
|
18439
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
18440
18440
|
};
|
|
18441
18441
|
variants: {
|
|
18442
|
-
value: string | number | boolean | import("
|
|
18442
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
18443
18443
|
}[];
|
|
18444
18444
|
key: string;
|
|
18445
|
-
valueType: import("
|
|
18445
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
18446
18446
|
}, {
|
|
18447
18447
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
18448
18448
|
baseline: {
|
|
@@ -18452,7 +18452,7 @@ export declare const ExperimentEntry: {
|
|
|
18452
18452
|
value?: unknown;
|
|
18453
18453
|
}[];
|
|
18454
18454
|
key: string;
|
|
18455
|
-
valueType: import("
|
|
18455
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
18456
18456
|
}>]>, {
|
|
18457
18457
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
18458
18458
|
baseline: {
|
|
@@ -18466,13 +18466,13 @@ export declare const ExperimentEntry: {
|
|
|
18466
18466
|
} | {
|
|
18467
18467
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
18468
18468
|
baseline: {
|
|
18469
|
-
value: string | number | boolean | import("
|
|
18469
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
18470
18470
|
};
|
|
18471
18471
|
variants: {
|
|
18472
|
-
value: string | number | boolean | import("
|
|
18472
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
18473
18473
|
}[];
|
|
18474
18474
|
key: string;
|
|
18475
|
-
valueType: import("
|
|
18475
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
18476
18476
|
}, unknown>, "many">>>;
|
|
18477
18477
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
18478
18478
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -18491,13 +18491,13 @@ export declare const ExperimentEntry: {
|
|
|
18491
18491
|
} | {
|
|
18492
18492
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
18493
18493
|
baseline: {
|
|
18494
|
-
value: string | number | boolean | import("
|
|
18494
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
18495
18495
|
};
|
|
18496
18496
|
variants: {
|
|
18497
|
-
value: string | number | boolean | import("
|
|
18497
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
18498
18498
|
}[];
|
|
18499
18499
|
key: string;
|
|
18500
|
-
valueType: import("
|
|
18500
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
18501
18501
|
})[];
|
|
18502
18502
|
sticky: boolean;
|
|
18503
18503
|
}, {
|
|
@@ -18521,13 +18521,13 @@ export declare const ExperimentEntry: {
|
|
|
18521
18521
|
} | {
|
|
18522
18522
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
18523
18523
|
baseline: {
|
|
18524
|
-
value: string | number | boolean | import("
|
|
18524
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
18525
18525
|
};
|
|
18526
18526
|
variants: {
|
|
18527
|
-
value: string | number | boolean | import("
|
|
18527
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
18528
18528
|
}[];
|
|
18529
18529
|
key: string;
|
|
18530
|
-
valueType: import("
|
|
18530
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
18531
18531
|
})[];
|
|
18532
18532
|
sticky: boolean;
|
|
18533
18533
|
}, {
|
|
@@ -19130,13 +19130,13 @@ export declare const ExperimentEntry: {
|
|
|
19130
19130
|
} | {
|
|
19131
19131
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
19132
19132
|
baseline: {
|
|
19133
|
-
value: string | number | boolean | import("
|
|
19133
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
19134
19134
|
};
|
|
19135
19135
|
variants: {
|
|
19136
|
-
value: string | number | boolean | import("
|
|
19136
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
19137
19137
|
}[];
|
|
19138
19138
|
key: string;
|
|
19139
|
-
valueType: import("
|
|
19139
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
19140
19140
|
})[];
|
|
19141
19141
|
sticky: boolean;
|
|
19142
19142
|
};
|
|
@@ -19376,13 +19376,13 @@ export declare const ExperimentEntry: {
|
|
|
19376
19376
|
} | {
|
|
19377
19377
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
19378
19378
|
baseline: {
|
|
19379
|
-
value: string | number | boolean | import("
|
|
19379
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
19380
19380
|
};
|
|
19381
19381
|
variants: {
|
|
19382
|
-
value: string | number | boolean | import("
|
|
19382
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
19383
19383
|
}[];
|
|
19384
19384
|
key: string;
|
|
19385
|
-
valueType: import("
|
|
19385
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
19386
19386
|
})[];
|
|
19387
19387
|
sticky: boolean;
|
|
19388
19388
|
};
|
|
@@ -19534,13 +19534,13 @@ export declare const ExperimentEntry: {
|
|
|
19534
19534
|
} | {
|
|
19535
19535
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
19536
19536
|
baseline: {
|
|
19537
|
-
value: string | number | boolean | import("
|
|
19537
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
19538
19538
|
};
|
|
19539
19539
|
variants: {
|
|
19540
|
-
value: string | number | boolean | import("
|
|
19540
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
19541
19541
|
}[];
|
|
19542
19542
|
key: string;
|
|
19543
|
-
valueType: import("
|
|
19543
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
19544
19544
|
})[];
|
|
19545
19545
|
sticky: boolean;
|
|
19546
19546
|
};
|
|
@@ -20028,31 +20028,31 @@ export declare const ExperimentEntry: {
|
|
|
20028
20028
|
}>, z.ZodObject<{
|
|
20029
20029
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
20030
20030
|
key: z.ZodString;
|
|
20031
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
20031
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
20032
20032
|
baseline: z.ZodObject<{
|
|
20033
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
20033
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
20034
20034
|
}, "strip", z.ZodTypeAny, {
|
|
20035
|
-
value: string | number | boolean | import("
|
|
20035
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
20036
20036
|
}, {
|
|
20037
20037
|
value?: unknown;
|
|
20038
20038
|
}>;
|
|
20039
20039
|
variants: z.ZodArray<z.ZodObject<{
|
|
20040
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
20040
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
20041
20041
|
}, "strip", z.ZodTypeAny, {
|
|
20042
|
-
value: string | number | boolean | import("
|
|
20042
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
20043
20043
|
}, {
|
|
20044
20044
|
value?: unknown;
|
|
20045
20045
|
}>, "many">;
|
|
20046
20046
|
}, "strip", z.ZodTypeAny, {
|
|
20047
20047
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
20048
20048
|
baseline: {
|
|
20049
|
-
value: string | number | boolean | import("
|
|
20049
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
20050
20050
|
};
|
|
20051
20051
|
variants: {
|
|
20052
|
-
value: string | number | boolean | import("
|
|
20052
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
20053
20053
|
}[];
|
|
20054
20054
|
key: string;
|
|
20055
|
-
valueType: import("
|
|
20055
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
20056
20056
|
}, {
|
|
20057
20057
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
20058
20058
|
baseline: {
|
|
@@ -20062,7 +20062,7 @@ export declare const ExperimentEntry: {
|
|
|
20062
20062
|
value?: unknown;
|
|
20063
20063
|
}[];
|
|
20064
20064
|
key: string;
|
|
20065
|
-
valueType: import("
|
|
20065
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
20066
20066
|
}>]>, {
|
|
20067
20067
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
20068
20068
|
baseline: {
|
|
@@ -20076,13 +20076,13 @@ export declare const ExperimentEntry: {
|
|
|
20076
20076
|
} | {
|
|
20077
20077
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
20078
20078
|
baseline: {
|
|
20079
|
-
value: string | number | boolean | import("
|
|
20079
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
20080
20080
|
};
|
|
20081
20081
|
variants: {
|
|
20082
|
-
value: string | number | boolean | import("
|
|
20082
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
20083
20083
|
}[];
|
|
20084
20084
|
key: string;
|
|
20085
|
-
valueType: import("
|
|
20085
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
20086
20086
|
}, unknown>, "many">>>;
|
|
20087
20087
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
20088
20088
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -20101,13 +20101,13 @@ export declare const ExperimentEntry: {
|
|
|
20101
20101
|
} | {
|
|
20102
20102
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
20103
20103
|
baseline: {
|
|
20104
|
-
value: string | number | boolean | import("
|
|
20104
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
20105
20105
|
};
|
|
20106
20106
|
variants: {
|
|
20107
|
-
value: string | number | boolean | import("
|
|
20107
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
20108
20108
|
}[];
|
|
20109
20109
|
key: string;
|
|
20110
|
-
valueType: import("
|
|
20110
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
20111
20111
|
})[];
|
|
20112
20112
|
sticky: boolean;
|
|
20113
20113
|
}, {
|
|
@@ -20131,13 +20131,13 @@ export declare const ExperimentEntry: {
|
|
|
20131
20131
|
} | {
|
|
20132
20132
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
20133
20133
|
baseline: {
|
|
20134
|
-
value: string | number | boolean | import("
|
|
20134
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
20135
20135
|
};
|
|
20136
20136
|
variants: {
|
|
20137
|
-
value: string | number | boolean | import("
|
|
20137
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
20138
20138
|
}[];
|
|
20139
20139
|
key: string;
|
|
20140
|
-
valueType: import("
|
|
20140
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
20141
20141
|
})[];
|
|
20142
20142
|
sticky: boolean;
|
|
20143
20143
|
}, {
|
|
@@ -20738,13 +20738,13 @@ export declare const ExperimentEntry: {
|
|
|
20738
20738
|
} | {
|
|
20739
20739
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
20740
20740
|
baseline: {
|
|
20741
|
-
value: string | number | boolean | import("
|
|
20741
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
20742
20742
|
};
|
|
20743
20743
|
variants: {
|
|
20744
|
-
value: string | number | boolean | import("
|
|
20744
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
20745
20745
|
}[];
|
|
20746
20746
|
key: string;
|
|
20747
|
-
valueType: import("
|
|
20747
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
20748
20748
|
})[];
|
|
20749
20749
|
sticky: boolean;
|
|
20750
20750
|
};
|
|
@@ -20987,31 +20987,31 @@ export declare const ExperimentEntry: {
|
|
|
20987
20987
|
}>, z.ZodObject<{
|
|
20988
20988
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
20989
20989
|
key: z.ZodString;
|
|
20990
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
20990
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
20991
20991
|
baseline: z.ZodObject<{
|
|
20992
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
20992
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
20993
20993
|
}, "strip", z.ZodTypeAny, {
|
|
20994
|
-
value: string | number | boolean | import("
|
|
20994
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
20995
20995
|
}, {
|
|
20996
20996
|
value?: unknown;
|
|
20997
20997
|
}>;
|
|
20998
20998
|
variants: z.ZodArray<z.ZodObject<{
|
|
20999
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
20999
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
21000
21000
|
}, "strip", z.ZodTypeAny, {
|
|
21001
|
-
value: string | number | boolean | import("
|
|
21001
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
21002
21002
|
}, {
|
|
21003
21003
|
value?: unknown;
|
|
21004
21004
|
}>, "many">;
|
|
21005
21005
|
}, "strip", z.ZodTypeAny, {
|
|
21006
21006
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
21007
21007
|
baseline: {
|
|
21008
|
-
value: string | number | boolean | import("
|
|
21008
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
21009
21009
|
};
|
|
21010
21010
|
variants: {
|
|
21011
|
-
value: string | number | boolean | import("
|
|
21011
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
21012
21012
|
}[];
|
|
21013
21013
|
key: string;
|
|
21014
|
-
valueType: import("
|
|
21014
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
21015
21015
|
}, {
|
|
21016
21016
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
21017
21017
|
baseline: {
|
|
@@ -21021,7 +21021,7 @@ export declare const ExperimentEntry: {
|
|
|
21021
21021
|
value?: unknown;
|
|
21022
21022
|
}[];
|
|
21023
21023
|
key: string;
|
|
21024
|
-
valueType: import("
|
|
21024
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
21025
21025
|
}>]>, {
|
|
21026
21026
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
21027
21027
|
baseline: {
|
|
@@ -21035,13 +21035,13 @@ export declare const ExperimentEntry: {
|
|
|
21035
21035
|
} | {
|
|
21036
21036
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
21037
21037
|
baseline: {
|
|
21038
|
-
value: string | number | boolean | import("
|
|
21038
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
21039
21039
|
};
|
|
21040
21040
|
variants: {
|
|
21041
|
-
value: string | number | boolean | import("
|
|
21041
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
21042
21042
|
}[];
|
|
21043
21043
|
key: string;
|
|
21044
|
-
valueType: import("
|
|
21044
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
21045
21045
|
}, unknown>, "many">>>;
|
|
21046
21046
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
21047
21047
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21060,13 +21060,13 @@ export declare const ExperimentEntry: {
|
|
|
21060
21060
|
} | {
|
|
21061
21061
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
21062
21062
|
baseline: {
|
|
21063
|
-
value: string | number | boolean | import("
|
|
21063
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
21064
21064
|
};
|
|
21065
21065
|
variants: {
|
|
21066
|
-
value: string | number | boolean | import("
|
|
21066
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
21067
21067
|
}[];
|
|
21068
21068
|
key: string;
|
|
21069
|
-
valueType: import("
|
|
21069
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
21070
21070
|
})[];
|
|
21071
21071
|
sticky: boolean;
|
|
21072
21072
|
}, {
|
|
@@ -21090,13 +21090,13 @@ export declare const ExperimentEntry: {
|
|
|
21090
21090
|
} | {
|
|
21091
21091
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
21092
21092
|
baseline: {
|
|
21093
|
-
value: string | number | boolean | import("
|
|
21093
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
21094
21094
|
};
|
|
21095
21095
|
variants: {
|
|
21096
|
-
value: string | number | boolean | import("
|
|
21096
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
21097
21097
|
}[];
|
|
21098
21098
|
key: string;
|
|
21099
|
-
valueType: import("
|
|
21099
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
21100
21100
|
})[];
|
|
21101
21101
|
sticky: boolean;
|
|
21102
21102
|
}, {
|
|
@@ -21699,13 +21699,13 @@ export declare const ExperimentEntry: {
|
|
|
21699
21699
|
} | {
|
|
21700
21700
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
21701
21701
|
baseline: {
|
|
21702
|
-
value: string | number | boolean | import("
|
|
21702
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
21703
21703
|
};
|
|
21704
21704
|
variants: {
|
|
21705
|
-
value: string | number | boolean | import("
|
|
21705
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
21706
21706
|
}[];
|
|
21707
21707
|
key: string;
|
|
21708
|
-
valueType: import("
|
|
21708
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
21709
21709
|
})[];
|
|
21710
21710
|
sticky: boolean;
|
|
21711
21711
|
};
|
|
@@ -22082,13 +22082,13 @@ export declare const ExperimentEntry: {
|
|
|
22082
22082
|
} | {
|
|
22083
22083
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
22084
22084
|
baseline: {
|
|
22085
|
-
value: string | number | boolean | import("
|
|
22085
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
22086
22086
|
};
|
|
22087
22087
|
variants: {
|
|
22088
|
-
value: string | number | boolean | import("
|
|
22088
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
22089
22089
|
}[];
|
|
22090
22090
|
key: string;
|
|
22091
|
-
valueType: import("
|
|
22091
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
22092
22092
|
})[];
|
|
22093
22093
|
sticky: boolean;
|
|
22094
22094
|
};
|