@ninetailed/experience.js-utils-contentful 7.20.2 → 7.20.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -67,31 +67,31 @@ export declare const ExperienceEntryFields: z.ZodObject<{
|
|
|
67
67
|
}>, z.ZodObject<{
|
|
68
68
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
69
69
|
key: z.ZodString;
|
|
70
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
70
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
71
71
|
baseline: z.ZodObject<{
|
|
72
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
72
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
73
73
|
}, "strip", z.ZodTypeAny, {
|
|
74
|
-
value: string | number | boolean | import("
|
|
74
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
75
75
|
}, {
|
|
76
76
|
value?: unknown;
|
|
77
77
|
}>;
|
|
78
78
|
variants: z.ZodArray<z.ZodObject<{
|
|
79
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
79
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
|
-
value: string | number | boolean | import("
|
|
81
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
82
82
|
}, {
|
|
83
83
|
value?: unknown;
|
|
84
84
|
}>, "many">;
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
86
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
87
87
|
baseline: {
|
|
88
|
-
value: string | number | boolean | import("
|
|
88
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
89
89
|
};
|
|
90
90
|
variants: {
|
|
91
|
-
value: string | number | boolean | import("
|
|
91
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
92
92
|
}[];
|
|
93
93
|
key: string;
|
|
94
|
-
valueType: import("
|
|
94
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
95
95
|
}, {
|
|
96
96
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
97
97
|
baseline: {
|
|
@@ -101,7 +101,7 @@ export declare const ExperienceEntryFields: z.ZodObject<{
|
|
|
101
101
|
value?: unknown;
|
|
102
102
|
}[];
|
|
103
103
|
key: string;
|
|
104
|
-
valueType: import("
|
|
104
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
105
105
|
}>]>, {
|
|
106
106
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
107
107
|
baseline: {
|
|
@@ -115,13 +115,13 @@ export declare const ExperienceEntryFields: z.ZodObject<{
|
|
|
115
115
|
} | {
|
|
116
116
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
117
117
|
baseline: {
|
|
118
|
-
value: string | number | boolean | import("
|
|
118
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
119
119
|
};
|
|
120
120
|
variants: {
|
|
121
|
-
value: string | number | boolean | import("
|
|
121
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
122
122
|
}[];
|
|
123
123
|
key: string;
|
|
124
|
-
valueType: import("
|
|
124
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
125
125
|
}, unknown>, "many">>>;
|
|
126
126
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
127
127
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -140,13 +140,13 @@ export declare const ExperienceEntryFields: z.ZodObject<{
|
|
|
140
140
|
} | {
|
|
141
141
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
142
142
|
baseline: {
|
|
143
|
-
value: string | number | boolean | import("
|
|
143
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
144
144
|
};
|
|
145
145
|
variants: {
|
|
146
|
-
value: string | number | boolean | import("
|
|
146
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
147
147
|
}[];
|
|
148
148
|
key: string;
|
|
149
|
-
valueType: import("
|
|
149
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
150
150
|
})[];
|
|
151
151
|
sticky: boolean;
|
|
152
152
|
}, {
|
|
@@ -170,13 +170,13 @@ export declare const ExperienceEntryFields: z.ZodObject<{
|
|
|
170
170
|
} | {
|
|
171
171
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
172
172
|
baseline: {
|
|
173
|
-
value: string | number | boolean | import("
|
|
173
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
174
174
|
};
|
|
175
175
|
variants: {
|
|
176
|
-
value: string | number | boolean | import("
|
|
176
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
177
177
|
}[];
|
|
178
178
|
key: string;
|
|
179
|
-
valueType: import("
|
|
179
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
180
180
|
})[];
|
|
181
181
|
sticky: boolean;
|
|
182
182
|
}, {
|
|
@@ -787,13 +787,13 @@ export declare const ExperienceEntryFields: z.ZodObject<{
|
|
|
787
787
|
} | {
|
|
788
788
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
789
789
|
baseline: {
|
|
790
|
-
value: string | number | boolean | import("
|
|
790
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
791
791
|
};
|
|
792
792
|
variants: {
|
|
793
|
-
value: string | number | boolean | import("
|
|
793
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
794
794
|
}[];
|
|
795
795
|
key: string;
|
|
796
|
-
valueType: import("
|
|
796
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
797
797
|
})[];
|
|
798
798
|
sticky: boolean;
|
|
799
799
|
};
|
|
@@ -1251,31 +1251,31 @@ export declare const ExperienceEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1251
1251
|
}>, z.ZodObject<{
|
|
1252
1252
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
1253
1253
|
key: z.ZodString;
|
|
1254
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
1254
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
1255
1255
|
baseline: z.ZodObject<{
|
|
1256
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
1256
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
1257
1257
|
}, "strip", z.ZodTypeAny, {
|
|
1258
|
-
value: string | number | boolean | import("
|
|
1258
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1259
1259
|
}, {
|
|
1260
1260
|
value?: unknown;
|
|
1261
1261
|
}>;
|
|
1262
1262
|
variants: z.ZodArray<z.ZodObject<{
|
|
1263
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
1263
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
1264
1264
|
}, "strip", z.ZodTypeAny, {
|
|
1265
|
-
value: string | number | boolean | import("
|
|
1265
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1266
1266
|
}, {
|
|
1267
1267
|
value?: unknown;
|
|
1268
1268
|
}>, "many">;
|
|
1269
1269
|
}, "strip", z.ZodTypeAny, {
|
|
1270
1270
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
1271
1271
|
baseline: {
|
|
1272
|
-
value: string | number | boolean | import("
|
|
1272
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1273
1273
|
};
|
|
1274
1274
|
variants: {
|
|
1275
|
-
value: string | number | boolean | import("
|
|
1275
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1276
1276
|
}[];
|
|
1277
1277
|
key: string;
|
|
1278
|
-
valueType: import("
|
|
1278
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
1279
1279
|
}, {
|
|
1280
1280
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
1281
1281
|
baseline: {
|
|
@@ -1285,7 +1285,7 @@ export declare const ExperienceEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1285
1285
|
value?: unknown;
|
|
1286
1286
|
}[];
|
|
1287
1287
|
key: string;
|
|
1288
|
-
valueType: import("
|
|
1288
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
1289
1289
|
}>]>, {
|
|
1290
1290
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
1291
1291
|
baseline: {
|
|
@@ -1299,13 +1299,13 @@ export declare const ExperienceEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1299
1299
|
} | {
|
|
1300
1300
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
1301
1301
|
baseline: {
|
|
1302
|
-
value: string | number | boolean | import("
|
|
1302
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1303
1303
|
};
|
|
1304
1304
|
variants: {
|
|
1305
|
-
value: string | number | boolean | import("
|
|
1305
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1306
1306
|
}[];
|
|
1307
1307
|
key: string;
|
|
1308
|
-
valueType: import("
|
|
1308
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
1309
1309
|
}, unknown>, "many">>>;
|
|
1310
1310
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1311
1311
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1324,13 +1324,13 @@ export declare const ExperienceEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1324
1324
|
} | {
|
|
1325
1325
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
1326
1326
|
baseline: {
|
|
1327
|
-
value: string | number | boolean | import("
|
|
1327
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1328
1328
|
};
|
|
1329
1329
|
variants: {
|
|
1330
|
-
value: string | number | boolean | import("
|
|
1330
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1331
1331
|
}[];
|
|
1332
1332
|
key: string;
|
|
1333
|
-
valueType: import("
|
|
1333
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
1334
1334
|
})[];
|
|
1335
1335
|
sticky: boolean;
|
|
1336
1336
|
}, {
|
|
@@ -1354,13 +1354,13 @@ export declare const ExperienceEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1354
1354
|
} | {
|
|
1355
1355
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
1356
1356
|
baseline: {
|
|
1357
|
-
value: string | number | boolean | import("
|
|
1357
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1358
1358
|
};
|
|
1359
1359
|
variants: {
|
|
1360
|
-
value: string | number | boolean | import("
|
|
1360
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1361
1361
|
}[];
|
|
1362
1362
|
key: string;
|
|
1363
|
-
valueType: import("
|
|
1363
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
1364
1364
|
})[];
|
|
1365
1365
|
sticky: boolean;
|
|
1366
1366
|
}, {
|
|
@@ -1971,13 +1971,13 @@ export declare const ExperienceEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1971
1971
|
} | {
|
|
1972
1972
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
1973
1973
|
baseline: {
|
|
1974
|
-
value: string | number | boolean | import("
|
|
1974
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1975
1975
|
};
|
|
1976
1976
|
variants: {
|
|
1977
|
-
value: string | number | boolean | import("
|
|
1977
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
1978
1978
|
}[];
|
|
1979
1979
|
key: string;
|
|
1980
|
-
valueType: import("
|
|
1980
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
1981
1981
|
})[];
|
|
1982
1982
|
sticky: boolean;
|
|
1983
1983
|
};
|
|
@@ -2216,13 +2216,13 @@ export declare const ExperienceEntrySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
2216
2216
|
} | {
|
|
2217
2217
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
2218
2218
|
baseline: {
|
|
2219
|
-
value: string | number | boolean | import("
|
|
2219
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2220
2220
|
};
|
|
2221
2221
|
variants: {
|
|
2222
|
-
value: string | number | boolean | import("
|
|
2222
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2223
2223
|
}[];
|
|
2224
2224
|
key: string;
|
|
2225
|
-
valueType: import("
|
|
2225
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
2226
2226
|
})[];
|
|
2227
2227
|
sticky: boolean;
|
|
2228
2228
|
};
|
|
@@ -2730,31 +2730,31 @@ export declare const ExperienceEntry: {
|
|
|
2730
2730
|
}>, z.ZodObject<{
|
|
2731
2731
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
2732
2732
|
key: z.ZodString;
|
|
2733
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
2733
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
2734
2734
|
baseline: z.ZodObject<{
|
|
2735
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
2735
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
2736
2736
|
}, "strip", z.ZodTypeAny, {
|
|
2737
|
-
value: string | number | boolean | import("
|
|
2737
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2738
2738
|
}, {
|
|
2739
2739
|
value?: unknown;
|
|
2740
2740
|
}>;
|
|
2741
2741
|
variants: z.ZodArray<z.ZodObject<{
|
|
2742
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
2742
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
2743
2743
|
}, "strip", z.ZodTypeAny, {
|
|
2744
|
-
value: string | number | boolean | import("
|
|
2744
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2745
2745
|
}, {
|
|
2746
2746
|
value?: unknown;
|
|
2747
2747
|
}>, "many">;
|
|
2748
2748
|
}, "strip", z.ZodTypeAny, {
|
|
2749
2749
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
2750
2750
|
baseline: {
|
|
2751
|
-
value: string | number | boolean | import("
|
|
2751
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2752
2752
|
};
|
|
2753
2753
|
variants: {
|
|
2754
|
-
value: string | number | boolean | import("
|
|
2754
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2755
2755
|
}[];
|
|
2756
2756
|
key: string;
|
|
2757
|
-
valueType: import("
|
|
2757
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
2758
2758
|
}, {
|
|
2759
2759
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
2760
2760
|
baseline: {
|
|
@@ -2764,7 +2764,7 @@ export declare const ExperienceEntry: {
|
|
|
2764
2764
|
value?: unknown;
|
|
2765
2765
|
}[];
|
|
2766
2766
|
key: string;
|
|
2767
|
-
valueType: import("
|
|
2767
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
2768
2768
|
}>]>, {
|
|
2769
2769
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
2770
2770
|
baseline: {
|
|
@@ -2778,13 +2778,13 @@ export declare const ExperienceEntry: {
|
|
|
2778
2778
|
} | {
|
|
2779
2779
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
2780
2780
|
baseline: {
|
|
2781
|
-
value: string | number | boolean | import("
|
|
2781
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2782
2782
|
};
|
|
2783
2783
|
variants: {
|
|
2784
|
-
value: string | number | boolean | import("
|
|
2784
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2785
2785
|
}[];
|
|
2786
2786
|
key: string;
|
|
2787
|
-
valueType: import("
|
|
2787
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
2788
2788
|
}, unknown>, "many">>>;
|
|
2789
2789
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2790
2790
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2803,13 +2803,13 @@ export declare const ExperienceEntry: {
|
|
|
2803
2803
|
} | {
|
|
2804
2804
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
2805
2805
|
baseline: {
|
|
2806
|
-
value: string | number | boolean | import("
|
|
2806
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2807
2807
|
};
|
|
2808
2808
|
variants: {
|
|
2809
|
-
value: string | number | boolean | import("
|
|
2809
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2810
2810
|
}[];
|
|
2811
2811
|
key: string;
|
|
2812
|
-
valueType: import("
|
|
2812
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
2813
2813
|
})[];
|
|
2814
2814
|
sticky: boolean;
|
|
2815
2815
|
}, {
|
|
@@ -2833,13 +2833,13 @@ export declare const ExperienceEntry: {
|
|
|
2833
2833
|
} | {
|
|
2834
2834
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
2835
2835
|
baseline: {
|
|
2836
|
-
value: string | number | boolean | import("
|
|
2836
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2837
2837
|
};
|
|
2838
2838
|
variants: {
|
|
2839
|
-
value: string | number | boolean | import("
|
|
2839
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
2840
2840
|
}[];
|
|
2841
2841
|
key: string;
|
|
2842
|
-
valueType: import("
|
|
2842
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
2843
2843
|
})[];
|
|
2844
2844
|
sticky: boolean;
|
|
2845
2845
|
}, {
|
|
@@ -3450,13 +3450,13 @@ export declare const ExperienceEntry: {
|
|
|
3450
3450
|
} | {
|
|
3451
3451
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3452
3452
|
baseline: {
|
|
3453
|
-
value: string | number | boolean | import("
|
|
3453
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3454
3454
|
};
|
|
3455
3455
|
variants: {
|
|
3456
|
-
value: string | number | boolean | import("
|
|
3456
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3457
3457
|
}[];
|
|
3458
3458
|
key: string;
|
|
3459
|
-
valueType: import("
|
|
3459
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
3460
3460
|
})[];
|
|
3461
3461
|
sticky: boolean;
|
|
3462
3462
|
};
|
|
@@ -3907,31 +3907,31 @@ export declare const ExperienceEntry: {
|
|
|
3907
3907
|
}>, z.ZodObject<{
|
|
3908
3908
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
3909
3909
|
key: z.ZodString;
|
|
3910
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
3910
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
3911
3911
|
baseline: z.ZodObject<{
|
|
3912
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
3912
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
3913
3913
|
}, "strip", z.ZodTypeAny, {
|
|
3914
|
-
value: string | number | boolean | import("
|
|
3914
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3915
3915
|
}, {
|
|
3916
3916
|
value?: unknown;
|
|
3917
3917
|
}>;
|
|
3918
3918
|
variants: z.ZodArray<z.ZodObject<{
|
|
3919
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
3919
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
3920
3920
|
}, "strip", z.ZodTypeAny, {
|
|
3921
|
-
value: string | number | boolean | import("
|
|
3921
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3922
3922
|
}, {
|
|
3923
3923
|
value?: unknown;
|
|
3924
3924
|
}>, "many">;
|
|
3925
3925
|
}, "strip", z.ZodTypeAny, {
|
|
3926
3926
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3927
3927
|
baseline: {
|
|
3928
|
-
value: string | number | boolean | import("
|
|
3928
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3929
3929
|
};
|
|
3930
3930
|
variants: {
|
|
3931
|
-
value: string | number | boolean | import("
|
|
3931
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3932
3932
|
}[];
|
|
3933
3933
|
key: string;
|
|
3934
|
-
valueType: import("
|
|
3934
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
3935
3935
|
}, {
|
|
3936
3936
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3937
3937
|
baseline: {
|
|
@@ -3941,7 +3941,7 @@ export declare const ExperienceEntry: {
|
|
|
3941
3941
|
value?: unknown;
|
|
3942
3942
|
}[];
|
|
3943
3943
|
key: string;
|
|
3944
|
-
valueType: import("
|
|
3944
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
3945
3945
|
}>]>, {
|
|
3946
3946
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
3947
3947
|
baseline: {
|
|
@@ -3955,13 +3955,13 @@ export declare const ExperienceEntry: {
|
|
|
3955
3955
|
} | {
|
|
3956
3956
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3957
3957
|
baseline: {
|
|
3958
|
-
value: string | number | boolean | import("
|
|
3958
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3959
3959
|
};
|
|
3960
3960
|
variants: {
|
|
3961
|
-
value: string | number | boolean | import("
|
|
3961
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3962
3962
|
}[];
|
|
3963
3963
|
key: string;
|
|
3964
|
-
valueType: import("
|
|
3964
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
3965
3965
|
}, unknown>, "many">>>;
|
|
3966
3966
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3967
3967
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3980,13 +3980,13 @@ export declare const ExperienceEntry: {
|
|
|
3980
3980
|
} | {
|
|
3981
3981
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
3982
3982
|
baseline: {
|
|
3983
|
-
value: string | number | boolean | import("
|
|
3983
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3984
3984
|
};
|
|
3985
3985
|
variants: {
|
|
3986
|
-
value: string | number | boolean | import("
|
|
3986
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
3987
3987
|
}[];
|
|
3988
3988
|
key: string;
|
|
3989
|
-
valueType: import("
|
|
3989
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
3990
3990
|
})[];
|
|
3991
3991
|
sticky: boolean;
|
|
3992
3992
|
}, {
|
|
@@ -4010,13 +4010,13 @@ export declare const ExperienceEntry: {
|
|
|
4010
4010
|
} | {
|
|
4011
4011
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
4012
4012
|
baseline: {
|
|
4013
|
-
value: string | number | boolean | import("
|
|
4013
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
4014
4014
|
};
|
|
4015
4015
|
variants: {
|
|
4016
|
-
value: string | number | boolean | import("
|
|
4016
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
4017
4017
|
}[];
|
|
4018
4018
|
key: string;
|
|
4019
|
-
valueType: import("
|
|
4019
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
4020
4020
|
})[];
|
|
4021
4021
|
sticky: boolean;
|
|
4022
4022
|
}, {
|
|
@@ -4627,13 +4627,13 @@ export declare const ExperienceEntry: {
|
|
|
4627
4627
|
} | {
|
|
4628
4628
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
4629
4629
|
baseline: {
|
|
4630
|
-
value: string | number | boolean | import("
|
|
4630
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
4631
4631
|
};
|
|
4632
4632
|
variants: {
|
|
4633
|
-
value: string | number | boolean | import("
|
|
4633
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
4634
4634
|
}[];
|
|
4635
4635
|
key: string;
|
|
4636
|
-
valueType: import("
|
|
4636
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
4637
4637
|
})[];
|
|
4638
4638
|
sticky: boolean;
|
|
4639
4639
|
};
|
|
@@ -5084,31 +5084,31 @@ export declare const ExperienceEntry: {
|
|
|
5084
5084
|
}>, z.ZodObject<{
|
|
5085
5085
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
5086
5086
|
key: z.ZodString;
|
|
5087
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
5087
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
5088
5088
|
baseline: z.ZodObject<{
|
|
5089
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
5089
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
5090
5090
|
}, "strip", z.ZodTypeAny, {
|
|
5091
|
-
value: string | number | boolean | import("
|
|
5091
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5092
5092
|
}, {
|
|
5093
5093
|
value?: unknown;
|
|
5094
5094
|
}>;
|
|
5095
5095
|
variants: z.ZodArray<z.ZodObject<{
|
|
5096
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
5096
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
5097
5097
|
}, "strip", z.ZodTypeAny, {
|
|
5098
|
-
value: string | number | boolean | import("
|
|
5098
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5099
5099
|
}, {
|
|
5100
5100
|
value?: unknown;
|
|
5101
5101
|
}>, "many">;
|
|
5102
5102
|
}, "strip", z.ZodTypeAny, {
|
|
5103
5103
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
5104
5104
|
baseline: {
|
|
5105
|
-
value: string | number | boolean | import("
|
|
5105
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5106
5106
|
};
|
|
5107
5107
|
variants: {
|
|
5108
|
-
value: string | number | boolean | import("
|
|
5108
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5109
5109
|
}[];
|
|
5110
5110
|
key: string;
|
|
5111
|
-
valueType: import("
|
|
5111
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
5112
5112
|
}, {
|
|
5113
5113
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
5114
5114
|
baseline: {
|
|
@@ -5118,7 +5118,7 @@ export declare const ExperienceEntry: {
|
|
|
5118
5118
|
value?: unknown;
|
|
5119
5119
|
}[];
|
|
5120
5120
|
key: string;
|
|
5121
|
-
valueType: import("
|
|
5121
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
5122
5122
|
}>]>, {
|
|
5123
5123
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
5124
5124
|
baseline: {
|
|
@@ -5132,13 +5132,13 @@ export declare const ExperienceEntry: {
|
|
|
5132
5132
|
} | {
|
|
5133
5133
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
5134
5134
|
baseline: {
|
|
5135
|
-
value: string | number | boolean | import("
|
|
5135
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5136
5136
|
};
|
|
5137
5137
|
variants: {
|
|
5138
|
-
value: string | number | boolean | import("
|
|
5138
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5139
5139
|
}[];
|
|
5140
5140
|
key: string;
|
|
5141
|
-
valueType: import("
|
|
5141
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
5142
5142
|
}, unknown>, "many">>>;
|
|
5143
5143
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
5144
5144
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5157,13 +5157,13 @@ export declare const ExperienceEntry: {
|
|
|
5157
5157
|
} | {
|
|
5158
5158
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
5159
5159
|
baseline: {
|
|
5160
|
-
value: string | number | boolean | import("
|
|
5160
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5161
5161
|
};
|
|
5162
5162
|
variants: {
|
|
5163
|
-
value: string | number | boolean | import("
|
|
5163
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5164
5164
|
}[];
|
|
5165
5165
|
key: string;
|
|
5166
|
-
valueType: import("
|
|
5166
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
5167
5167
|
})[];
|
|
5168
5168
|
sticky: boolean;
|
|
5169
5169
|
}, {
|
|
@@ -5187,13 +5187,13 @@ export declare const ExperienceEntry: {
|
|
|
5187
5187
|
} | {
|
|
5188
5188
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
5189
5189
|
baseline: {
|
|
5190
|
-
value: string | number | boolean | import("
|
|
5190
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5191
5191
|
};
|
|
5192
5192
|
variants: {
|
|
5193
|
-
value: string | number | boolean | import("
|
|
5193
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5194
5194
|
}[];
|
|
5195
5195
|
key: string;
|
|
5196
|
-
valueType: import("
|
|
5196
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
5197
5197
|
})[];
|
|
5198
5198
|
sticky: boolean;
|
|
5199
5199
|
}, {
|
|
@@ -5804,13 +5804,13 @@ export declare const ExperienceEntry: {
|
|
|
5804
5804
|
} | {
|
|
5805
5805
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
5806
5806
|
baseline: {
|
|
5807
|
-
value: string | number | boolean | import("
|
|
5807
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5808
5808
|
};
|
|
5809
5809
|
variants: {
|
|
5810
|
-
value: string | number | boolean | import("
|
|
5810
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
5811
5811
|
}[];
|
|
5812
5812
|
key: string;
|
|
5813
|
-
valueType: import("
|
|
5813
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
5814
5814
|
})[];
|
|
5815
5815
|
sticky: boolean;
|
|
5816
5816
|
};
|
|
@@ -6262,31 +6262,31 @@ export declare const ExperienceEntry: {
|
|
|
6262
6262
|
}>, z.ZodObject<{
|
|
6263
6263
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
6264
6264
|
key: z.ZodString;
|
|
6265
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
6265
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
6266
6266
|
baseline: z.ZodObject<{
|
|
6267
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
6267
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
6268
6268
|
}, "strip", z.ZodTypeAny, {
|
|
6269
|
-
value: string | number | boolean | import("
|
|
6269
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6270
6270
|
}, {
|
|
6271
6271
|
value?: unknown;
|
|
6272
6272
|
}>;
|
|
6273
6273
|
variants: z.ZodArray<z.ZodObject<{
|
|
6274
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
6274
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
6275
6275
|
}, "strip", z.ZodTypeAny, {
|
|
6276
|
-
value: string | number | boolean | import("
|
|
6276
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6277
6277
|
}, {
|
|
6278
6278
|
value?: unknown;
|
|
6279
6279
|
}>, "many">;
|
|
6280
6280
|
}, "strip", z.ZodTypeAny, {
|
|
6281
6281
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
6282
6282
|
baseline: {
|
|
6283
|
-
value: string | number | boolean | import("
|
|
6283
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6284
6284
|
};
|
|
6285
6285
|
variants: {
|
|
6286
|
-
value: string | number | boolean | import("
|
|
6286
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6287
6287
|
}[];
|
|
6288
6288
|
key: string;
|
|
6289
|
-
valueType: import("
|
|
6289
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
6290
6290
|
}, {
|
|
6291
6291
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
6292
6292
|
baseline: {
|
|
@@ -6296,7 +6296,7 @@ export declare const ExperienceEntry: {
|
|
|
6296
6296
|
value?: unknown;
|
|
6297
6297
|
}[];
|
|
6298
6298
|
key: string;
|
|
6299
|
-
valueType: import("
|
|
6299
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
6300
6300
|
}>]>, {
|
|
6301
6301
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
6302
6302
|
baseline: {
|
|
@@ -6310,13 +6310,13 @@ export declare const ExperienceEntry: {
|
|
|
6310
6310
|
} | {
|
|
6311
6311
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
6312
6312
|
baseline: {
|
|
6313
|
-
value: string | number | boolean | import("
|
|
6313
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6314
6314
|
};
|
|
6315
6315
|
variants: {
|
|
6316
|
-
value: string | number | boolean | import("
|
|
6316
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6317
6317
|
}[];
|
|
6318
6318
|
key: string;
|
|
6319
|
-
valueType: import("
|
|
6319
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
6320
6320
|
}, unknown>, "many">>>;
|
|
6321
6321
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
6322
6322
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6335,13 +6335,13 @@ export declare const ExperienceEntry: {
|
|
|
6335
6335
|
} | {
|
|
6336
6336
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
6337
6337
|
baseline: {
|
|
6338
|
-
value: string | number | boolean | import("
|
|
6338
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6339
6339
|
};
|
|
6340
6340
|
variants: {
|
|
6341
|
-
value: string | number | boolean | import("
|
|
6341
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6342
6342
|
}[];
|
|
6343
6343
|
key: string;
|
|
6344
|
-
valueType: import("
|
|
6344
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
6345
6345
|
})[];
|
|
6346
6346
|
sticky: boolean;
|
|
6347
6347
|
}, {
|
|
@@ -6365,13 +6365,13 @@ export declare const ExperienceEntry: {
|
|
|
6365
6365
|
} | {
|
|
6366
6366
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
6367
6367
|
baseline: {
|
|
6368
|
-
value: string | number | boolean | import("
|
|
6368
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6369
6369
|
};
|
|
6370
6370
|
variants: {
|
|
6371
|
-
value: string | number | boolean | import("
|
|
6371
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6372
6372
|
}[];
|
|
6373
6373
|
key: string;
|
|
6374
|
-
valueType: import("
|
|
6374
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
6375
6375
|
})[];
|
|
6376
6376
|
sticky: boolean;
|
|
6377
6377
|
}, {
|
|
@@ -6982,13 +6982,13 @@ export declare const ExperienceEntry: {
|
|
|
6982
6982
|
} | {
|
|
6983
6983
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
6984
6984
|
baseline: {
|
|
6985
|
-
value: string | number | boolean | import("
|
|
6985
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6986
6986
|
};
|
|
6987
6987
|
variants: {
|
|
6988
|
-
value: string | number | boolean | import("
|
|
6988
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
6989
6989
|
}[];
|
|
6990
6990
|
key: string;
|
|
6991
|
-
valueType: import("
|
|
6991
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
6992
6992
|
})[];
|
|
6993
6993
|
sticky: boolean;
|
|
6994
6994
|
};
|
|
@@ -7439,31 +7439,31 @@ export declare const ExperienceEntry: {
|
|
|
7439
7439
|
}>, z.ZodObject<{
|
|
7440
7440
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
7441
7441
|
key: z.ZodString;
|
|
7442
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
7442
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
7443
7443
|
baseline: z.ZodObject<{
|
|
7444
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
7444
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
7445
7445
|
}, "strip", z.ZodTypeAny, {
|
|
7446
|
-
value: string | number | boolean | import("
|
|
7446
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7447
7447
|
}, {
|
|
7448
7448
|
value?: unknown;
|
|
7449
7449
|
}>;
|
|
7450
7450
|
variants: z.ZodArray<z.ZodObject<{
|
|
7451
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
7451
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
7452
7452
|
}, "strip", z.ZodTypeAny, {
|
|
7453
|
-
value: string | number | boolean | import("
|
|
7453
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7454
7454
|
}, {
|
|
7455
7455
|
value?: unknown;
|
|
7456
7456
|
}>, "many">;
|
|
7457
7457
|
}, "strip", z.ZodTypeAny, {
|
|
7458
7458
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
7459
7459
|
baseline: {
|
|
7460
|
-
value: string | number | boolean | import("
|
|
7460
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7461
7461
|
};
|
|
7462
7462
|
variants: {
|
|
7463
|
-
value: string | number | boolean | import("
|
|
7463
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7464
7464
|
}[];
|
|
7465
7465
|
key: string;
|
|
7466
|
-
valueType: import("
|
|
7466
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
7467
7467
|
}, {
|
|
7468
7468
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
7469
7469
|
baseline: {
|
|
@@ -7473,7 +7473,7 @@ export declare const ExperienceEntry: {
|
|
|
7473
7473
|
value?: unknown;
|
|
7474
7474
|
}[];
|
|
7475
7475
|
key: string;
|
|
7476
|
-
valueType: import("
|
|
7476
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
7477
7477
|
}>]>, {
|
|
7478
7478
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
7479
7479
|
baseline: {
|
|
@@ -7487,13 +7487,13 @@ export declare const ExperienceEntry: {
|
|
|
7487
7487
|
} | {
|
|
7488
7488
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
7489
7489
|
baseline: {
|
|
7490
|
-
value: string | number | boolean | import("
|
|
7490
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7491
7491
|
};
|
|
7492
7492
|
variants: {
|
|
7493
|
-
value: string | number | boolean | import("
|
|
7493
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7494
7494
|
}[];
|
|
7495
7495
|
key: string;
|
|
7496
|
-
valueType: import("
|
|
7496
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
7497
7497
|
}, unknown>, "many">>>;
|
|
7498
7498
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
7499
7499
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7512,13 +7512,13 @@ export declare const ExperienceEntry: {
|
|
|
7512
7512
|
} | {
|
|
7513
7513
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
7514
7514
|
baseline: {
|
|
7515
|
-
value: string | number | boolean | import("
|
|
7515
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7516
7516
|
};
|
|
7517
7517
|
variants: {
|
|
7518
|
-
value: string | number | boolean | import("
|
|
7518
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7519
7519
|
}[];
|
|
7520
7520
|
key: string;
|
|
7521
|
-
valueType: import("
|
|
7521
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
7522
7522
|
})[];
|
|
7523
7523
|
sticky: boolean;
|
|
7524
7524
|
}, {
|
|
@@ -7542,13 +7542,13 @@ export declare const ExperienceEntry: {
|
|
|
7542
7542
|
} | {
|
|
7543
7543
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
7544
7544
|
baseline: {
|
|
7545
|
-
value: string | number | boolean | import("
|
|
7545
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7546
7546
|
};
|
|
7547
7547
|
variants: {
|
|
7548
|
-
value: string | number | boolean | import("
|
|
7548
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
7549
7549
|
}[];
|
|
7550
7550
|
key: string;
|
|
7551
|
-
valueType: import("
|
|
7551
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
7552
7552
|
})[];
|
|
7553
7553
|
sticky: boolean;
|
|
7554
7554
|
}, {
|
|
@@ -8159,13 +8159,13 @@ export declare const ExperienceEntry: {
|
|
|
8159
8159
|
} | {
|
|
8160
8160
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
8161
8161
|
baseline: {
|
|
8162
|
-
value: string | number | boolean | import("
|
|
8162
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
8163
8163
|
};
|
|
8164
8164
|
variants: {
|
|
8165
|
-
value: string | number | boolean | import("
|
|
8165
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
8166
8166
|
}[];
|
|
8167
8167
|
key: string;
|
|
8168
|
-
valueType: import("
|
|
8168
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
8169
8169
|
})[];
|
|
8170
8170
|
sticky: boolean;
|
|
8171
8171
|
};
|
|
@@ -8616,31 +8616,31 @@ export declare const ExperienceEntry: {
|
|
|
8616
8616
|
}>, z.ZodObject<{
|
|
8617
8617
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
8618
8618
|
key: z.ZodString;
|
|
8619
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
8619
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
8620
8620
|
baseline: z.ZodObject<{
|
|
8621
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
8621
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
8622
8622
|
}, "strip", z.ZodTypeAny, {
|
|
8623
|
-
value: string | number | boolean | import("
|
|
8623
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
8624
8624
|
}, {
|
|
8625
8625
|
value?: unknown;
|
|
8626
8626
|
}>;
|
|
8627
8627
|
variants: z.ZodArray<z.ZodObject<{
|
|
8628
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
8628
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
8629
8629
|
}, "strip", z.ZodTypeAny, {
|
|
8630
|
-
value: string | number | boolean | import("
|
|
8630
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
8631
8631
|
}, {
|
|
8632
8632
|
value?: unknown;
|
|
8633
8633
|
}>, "many">;
|
|
8634
8634
|
}, "strip", z.ZodTypeAny, {
|
|
8635
8635
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
8636
8636
|
baseline: {
|
|
8637
|
-
value: string | number | boolean | import("
|
|
8637
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
8638
8638
|
};
|
|
8639
8639
|
variants: {
|
|
8640
|
-
value: string | number | boolean | import("
|
|
8640
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
8641
8641
|
}[];
|
|
8642
8642
|
key: string;
|
|
8643
|
-
valueType: import("
|
|
8643
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
8644
8644
|
}, {
|
|
8645
8645
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
8646
8646
|
baseline: {
|
|
@@ -8650,7 +8650,7 @@ export declare const ExperienceEntry: {
|
|
|
8650
8650
|
value?: unknown;
|
|
8651
8651
|
}[];
|
|
8652
8652
|
key: string;
|
|
8653
|
-
valueType: import("
|
|
8653
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
8654
8654
|
}>]>, {
|
|
8655
8655
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
8656
8656
|
baseline: {
|
|
@@ -8664,13 +8664,13 @@ export declare const ExperienceEntry: {
|
|
|
8664
8664
|
} | {
|
|
8665
8665
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
8666
8666
|
baseline: {
|
|
8667
|
-
value: string | number | boolean | import("
|
|
8667
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
8668
8668
|
};
|
|
8669
8669
|
variants: {
|
|
8670
|
-
value: string | number | boolean | import("
|
|
8670
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
8671
8671
|
}[];
|
|
8672
8672
|
key: string;
|
|
8673
|
-
valueType: import("
|
|
8673
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
8674
8674
|
}, unknown>, "many">>>;
|
|
8675
8675
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
8676
8676
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -8689,13 +8689,13 @@ export declare const ExperienceEntry: {
|
|
|
8689
8689
|
} | {
|
|
8690
8690
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
8691
8691
|
baseline: {
|
|
8692
|
-
value: string | number | boolean | import("
|
|
8692
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
8693
8693
|
};
|
|
8694
8694
|
variants: {
|
|
8695
|
-
value: string | number | boolean | import("
|
|
8695
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
8696
8696
|
}[];
|
|
8697
8697
|
key: string;
|
|
8698
|
-
valueType: import("
|
|
8698
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
8699
8699
|
})[];
|
|
8700
8700
|
sticky: boolean;
|
|
8701
8701
|
}, {
|
|
@@ -8719,13 +8719,13 @@ export declare const ExperienceEntry: {
|
|
|
8719
8719
|
} | {
|
|
8720
8720
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
8721
8721
|
baseline: {
|
|
8722
|
-
value: string | number | boolean | import("
|
|
8722
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
8723
8723
|
};
|
|
8724
8724
|
variants: {
|
|
8725
|
-
value: string | number | boolean | import("
|
|
8725
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
8726
8726
|
}[];
|
|
8727
8727
|
key: string;
|
|
8728
|
-
valueType: import("
|
|
8728
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
8729
8729
|
})[];
|
|
8730
8730
|
sticky: boolean;
|
|
8731
8731
|
}, {
|
|
@@ -9336,13 +9336,13 @@ export declare const ExperienceEntry: {
|
|
|
9336
9336
|
} | {
|
|
9337
9337
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
9338
9338
|
baseline: {
|
|
9339
|
-
value: string | number | boolean | import("
|
|
9339
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9340
9340
|
};
|
|
9341
9341
|
variants: {
|
|
9342
|
-
value: string | number | boolean | import("
|
|
9342
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9343
9343
|
}[];
|
|
9344
9344
|
key: string;
|
|
9345
|
-
valueType: import("
|
|
9345
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
9346
9346
|
})[];
|
|
9347
9347
|
sticky: boolean;
|
|
9348
9348
|
};
|
|
@@ -9793,31 +9793,31 @@ export declare const ExperienceEntry: {
|
|
|
9793
9793
|
}>, z.ZodObject<{
|
|
9794
9794
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
9795
9795
|
key: z.ZodString;
|
|
9796
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
9796
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
9797
9797
|
baseline: z.ZodObject<{
|
|
9798
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
9798
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
9799
9799
|
}, "strip", z.ZodTypeAny, {
|
|
9800
|
-
value: string | number | boolean | import("
|
|
9800
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9801
9801
|
}, {
|
|
9802
9802
|
value?: unknown;
|
|
9803
9803
|
}>;
|
|
9804
9804
|
variants: z.ZodArray<z.ZodObject<{
|
|
9805
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
9805
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
9806
9806
|
}, "strip", z.ZodTypeAny, {
|
|
9807
|
-
value: string | number | boolean | import("
|
|
9807
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9808
9808
|
}, {
|
|
9809
9809
|
value?: unknown;
|
|
9810
9810
|
}>, "many">;
|
|
9811
9811
|
}, "strip", z.ZodTypeAny, {
|
|
9812
9812
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
9813
9813
|
baseline: {
|
|
9814
|
-
value: string | number | boolean | import("
|
|
9814
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9815
9815
|
};
|
|
9816
9816
|
variants: {
|
|
9817
|
-
value: string | number | boolean | import("
|
|
9817
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9818
9818
|
}[];
|
|
9819
9819
|
key: string;
|
|
9820
|
-
valueType: import("
|
|
9820
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
9821
9821
|
}, {
|
|
9822
9822
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
9823
9823
|
baseline: {
|
|
@@ -9827,7 +9827,7 @@ export declare const ExperienceEntry: {
|
|
|
9827
9827
|
value?: unknown;
|
|
9828
9828
|
}[];
|
|
9829
9829
|
key: string;
|
|
9830
|
-
valueType: import("
|
|
9830
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
9831
9831
|
}>]>, {
|
|
9832
9832
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
9833
9833
|
baseline: {
|
|
@@ -9841,13 +9841,13 @@ export declare const ExperienceEntry: {
|
|
|
9841
9841
|
} | {
|
|
9842
9842
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
9843
9843
|
baseline: {
|
|
9844
|
-
value: string | number | boolean | import("
|
|
9844
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9845
9845
|
};
|
|
9846
9846
|
variants: {
|
|
9847
|
-
value: string | number | boolean | import("
|
|
9847
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9848
9848
|
}[];
|
|
9849
9849
|
key: string;
|
|
9850
|
-
valueType: import("
|
|
9850
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
9851
9851
|
}, unknown>, "many">>>;
|
|
9852
9852
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
9853
9853
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9866,13 +9866,13 @@ export declare const ExperienceEntry: {
|
|
|
9866
9866
|
} | {
|
|
9867
9867
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
9868
9868
|
baseline: {
|
|
9869
|
-
value: string | number | boolean | import("
|
|
9869
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9870
9870
|
};
|
|
9871
9871
|
variants: {
|
|
9872
|
-
value: string | number | boolean | import("
|
|
9872
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9873
9873
|
}[];
|
|
9874
9874
|
key: string;
|
|
9875
|
-
valueType: import("
|
|
9875
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
9876
9876
|
})[];
|
|
9877
9877
|
sticky: boolean;
|
|
9878
9878
|
}, {
|
|
@@ -9896,13 +9896,13 @@ export declare const ExperienceEntry: {
|
|
|
9896
9896
|
} | {
|
|
9897
9897
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
9898
9898
|
baseline: {
|
|
9899
|
-
value: string | number | boolean | import("
|
|
9899
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9900
9900
|
};
|
|
9901
9901
|
variants: {
|
|
9902
|
-
value: string | number | boolean | import("
|
|
9902
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
9903
9903
|
}[];
|
|
9904
9904
|
key: string;
|
|
9905
|
-
valueType: import("
|
|
9905
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
9906
9906
|
})[];
|
|
9907
9907
|
sticky: boolean;
|
|
9908
9908
|
}, {
|
|
@@ -10513,13 +10513,13 @@ export declare const ExperienceEntry: {
|
|
|
10513
10513
|
} | {
|
|
10514
10514
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
10515
10515
|
baseline: {
|
|
10516
|
-
value: string | number | boolean | import("
|
|
10516
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
10517
10517
|
};
|
|
10518
10518
|
variants: {
|
|
10519
|
-
value: string | number | boolean | import("
|
|
10519
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
10520
10520
|
}[];
|
|
10521
10521
|
key: string;
|
|
10522
|
-
valueType: import("
|
|
10522
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
10523
10523
|
})[];
|
|
10524
10524
|
sticky: boolean;
|
|
10525
10525
|
};
|
|
@@ -10970,31 +10970,31 @@ export declare const ExperienceEntry: {
|
|
|
10970
10970
|
}>, z.ZodObject<{
|
|
10971
10971
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
10972
10972
|
key: z.ZodString;
|
|
10973
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
10973
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
10974
10974
|
baseline: z.ZodObject<{
|
|
10975
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
10975
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
10976
10976
|
}, "strip", z.ZodTypeAny, {
|
|
10977
|
-
value: string | number | boolean | import("
|
|
10977
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
10978
10978
|
}, {
|
|
10979
10979
|
value?: unknown;
|
|
10980
10980
|
}>;
|
|
10981
10981
|
variants: z.ZodArray<z.ZodObject<{
|
|
10982
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
10982
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
10983
10983
|
}, "strip", z.ZodTypeAny, {
|
|
10984
|
-
value: string | number | boolean | import("
|
|
10984
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
10985
10985
|
}, {
|
|
10986
10986
|
value?: unknown;
|
|
10987
10987
|
}>, "many">;
|
|
10988
10988
|
}, "strip", z.ZodTypeAny, {
|
|
10989
10989
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
10990
10990
|
baseline: {
|
|
10991
|
-
value: string | number | boolean | import("
|
|
10991
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
10992
10992
|
};
|
|
10993
10993
|
variants: {
|
|
10994
|
-
value: string | number | boolean | import("
|
|
10994
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
10995
10995
|
}[];
|
|
10996
10996
|
key: string;
|
|
10997
|
-
valueType: import("
|
|
10997
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
10998
10998
|
}, {
|
|
10999
10999
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
11000
11000
|
baseline: {
|
|
@@ -11004,7 +11004,7 @@ export declare const ExperienceEntry: {
|
|
|
11004
11004
|
value?: unknown;
|
|
11005
11005
|
}[];
|
|
11006
11006
|
key: string;
|
|
11007
|
-
valueType: import("
|
|
11007
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
11008
11008
|
}>]>, {
|
|
11009
11009
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
11010
11010
|
baseline: {
|
|
@@ -11018,13 +11018,13 @@ export declare const ExperienceEntry: {
|
|
|
11018
11018
|
} | {
|
|
11019
11019
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
11020
11020
|
baseline: {
|
|
11021
|
-
value: string | number | boolean | import("
|
|
11021
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11022
11022
|
};
|
|
11023
11023
|
variants: {
|
|
11024
|
-
value: string | number | boolean | import("
|
|
11024
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11025
11025
|
}[];
|
|
11026
11026
|
key: string;
|
|
11027
|
-
valueType: import("
|
|
11027
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
11028
11028
|
}, unknown>, "many">>>;
|
|
11029
11029
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
11030
11030
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11043,13 +11043,13 @@ export declare const ExperienceEntry: {
|
|
|
11043
11043
|
} | {
|
|
11044
11044
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
11045
11045
|
baseline: {
|
|
11046
|
-
value: string | number | boolean | import("
|
|
11046
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11047
11047
|
};
|
|
11048
11048
|
variants: {
|
|
11049
|
-
value: string | number | boolean | import("
|
|
11049
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11050
11050
|
}[];
|
|
11051
11051
|
key: string;
|
|
11052
|
-
valueType: import("
|
|
11052
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
11053
11053
|
})[];
|
|
11054
11054
|
sticky: boolean;
|
|
11055
11055
|
}, {
|
|
@@ -11073,13 +11073,13 @@ export declare const ExperienceEntry: {
|
|
|
11073
11073
|
} | {
|
|
11074
11074
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
11075
11075
|
baseline: {
|
|
11076
|
-
value: string | number | boolean | import("
|
|
11076
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11077
11077
|
};
|
|
11078
11078
|
variants: {
|
|
11079
|
-
value: string | number | boolean | import("
|
|
11079
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11080
11080
|
}[];
|
|
11081
11081
|
key: string;
|
|
11082
|
-
valueType: import("
|
|
11082
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
11083
11083
|
})[];
|
|
11084
11084
|
sticky: boolean;
|
|
11085
11085
|
}, {
|
|
@@ -11690,13 +11690,13 @@ export declare const ExperienceEntry: {
|
|
|
11690
11690
|
} | {
|
|
11691
11691
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
11692
11692
|
baseline: {
|
|
11693
|
-
value: string | number | boolean | import("
|
|
11693
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11694
11694
|
};
|
|
11695
11695
|
variants: {
|
|
11696
|
-
value: string | number | boolean | import("
|
|
11696
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11697
11697
|
}[];
|
|
11698
11698
|
key: string;
|
|
11699
|
-
valueType: import("
|
|
11699
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
11700
11700
|
})[];
|
|
11701
11701
|
sticky: boolean;
|
|
11702
11702
|
};
|
|
@@ -11936,13 +11936,13 @@ export declare const ExperienceEntry: {
|
|
|
11936
11936
|
} | {
|
|
11937
11937
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
11938
11938
|
baseline: {
|
|
11939
|
-
value: string | number | boolean | import("
|
|
11939
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11940
11940
|
};
|
|
11941
11941
|
variants: {
|
|
11942
|
-
value: string | number | boolean | import("
|
|
11942
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
11943
11943
|
}[];
|
|
11944
11944
|
key: string;
|
|
11945
|
-
valueType: import("
|
|
11945
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
11946
11946
|
})[];
|
|
11947
11947
|
sticky: boolean;
|
|
11948
11948
|
};
|
|
@@ -12094,13 +12094,13 @@ export declare const ExperienceEntry: {
|
|
|
12094
12094
|
} | {
|
|
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
|
sticky: boolean;
|
|
12106
12106
|
};
|
|
@@ -12602,31 +12602,31 @@ export declare const ExperienceEntry: {
|
|
|
12602
12602
|
}>, z.ZodObject<{
|
|
12603
12603
|
type: z.ZodLiteral<import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable>;
|
|
12604
12604
|
key: z.ZodString;
|
|
12605
|
-
valueType: z.ZodNativeEnum<typeof import("
|
|
12605
|
+
valueType: z.ZodNativeEnum<typeof import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum>;
|
|
12606
12606
|
baseline: z.ZodObject<{
|
|
12607
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
12607
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
12608
12608
|
}, "strip", z.ZodTypeAny, {
|
|
12609
|
-
value: string | number | boolean | import("
|
|
12609
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12610
12610
|
}, {
|
|
12611
12611
|
value?: unknown;
|
|
12612
12612
|
}>;
|
|
12613
12613
|
variants: z.ZodArray<z.ZodObject<{
|
|
12614
|
-
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("
|
|
12614
|
+
value: z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodType<import("@ninetailed/experience.js-shared").Properties, z.ZodTypeDef, unknown>]>;
|
|
12615
12615
|
}, "strip", z.ZodTypeAny, {
|
|
12616
|
-
value: string | number | boolean | import("
|
|
12616
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12617
12617
|
}, {
|
|
12618
12618
|
value?: unknown;
|
|
12619
12619
|
}>, "many">;
|
|
12620
12620
|
}, "strip", z.ZodTypeAny, {
|
|
12621
12621
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
12622
12622
|
baseline: {
|
|
12623
|
-
value: string | number | boolean | import("
|
|
12623
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12624
12624
|
};
|
|
12625
12625
|
variants: {
|
|
12626
|
-
value: string | number | boolean | import("
|
|
12626
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12627
12627
|
}[];
|
|
12628
12628
|
key: string;
|
|
12629
|
-
valueType: import("
|
|
12629
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
12630
12630
|
}, {
|
|
12631
12631
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
12632
12632
|
baseline: {
|
|
@@ -12636,7 +12636,7 @@ export declare const ExperienceEntry: {
|
|
|
12636
12636
|
value?: unknown;
|
|
12637
12637
|
}[];
|
|
12638
12638
|
key: string;
|
|
12639
|
-
valueType: import("
|
|
12639
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
12640
12640
|
}>]>, {
|
|
12641
12641
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.EntryReplacement;
|
|
12642
12642
|
baseline: {
|
|
@@ -12650,13 +12650,13 @@ export declare const ExperienceEntry: {
|
|
|
12650
12650
|
} | {
|
|
12651
12651
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
12652
12652
|
baseline: {
|
|
12653
|
-
value: string | number | boolean | import("
|
|
12653
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12654
12654
|
};
|
|
12655
12655
|
variants: {
|
|
12656
|
-
value: string | number | boolean | import("
|
|
12656
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12657
12657
|
}[];
|
|
12658
12658
|
key: string;
|
|
12659
|
-
valueType: import("
|
|
12659
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
12660
12660
|
}, unknown>, "many">>>;
|
|
12661
12661
|
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
12662
12662
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -12675,13 +12675,13 @@ export declare const ExperienceEntry: {
|
|
|
12675
12675
|
} | {
|
|
12676
12676
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
12677
12677
|
baseline: {
|
|
12678
|
-
value: string | number | boolean | import("
|
|
12678
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12679
12679
|
};
|
|
12680
12680
|
variants: {
|
|
12681
|
-
value: string | number | boolean | import("
|
|
12681
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12682
12682
|
}[];
|
|
12683
12683
|
key: string;
|
|
12684
|
-
valueType: import("
|
|
12684
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
12685
12685
|
})[];
|
|
12686
12686
|
sticky: boolean;
|
|
12687
12687
|
}, {
|
|
@@ -12705,13 +12705,13 @@ export declare const ExperienceEntry: {
|
|
|
12705
12705
|
} | {
|
|
12706
12706
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
12707
12707
|
baseline: {
|
|
12708
|
-
value: string | number | boolean | import("
|
|
12708
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12709
12709
|
};
|
|
12710
12710
|
variants: {
|
|
12711
|
-
value: string | number | boolean | import("
|
|
12711
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
12712
12712
|
}[];
|
|
12713
12713
|
key: string;
|
|
12714
|
-
valueType: import("
|
|
12714
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
12715
12715
|
})[];
|
|
12716
12716
|
sticky: boolean;
|
|
12717
12717
|
}, {
|
|
@@ -13322,13 +13322,13 @@ export declare const ExperienceEntry: {
|
|
|
13322
13322
|
} | {
|
|
13323
13323
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
13324
13324
|
baseline: {
|
|
13325
|
-
value: string | number | boolean | import("
|
|
13325
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
13326
13326
|
};
|
|
13327
13327
|
variants: {
|
|
13328
|
-
value: string | number | boolean | import("
|
|
13328
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
13329
13329
|
}[];
|
|
13330
13330
|
key: string;
|
|
13331
|
-
valueType: import("
|
|
13331
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
13332
13332
|
})[];
|
|
13333
13333
|
sticky: boolean;
|
|
13334
13334
|
};
|
|
@@ -13705,13 +13705,13 @@ export declare const ExperienceEntry: {
|
|
|
13705
13705
|
} | {
|
|
13706
13706
|
type: import("dist/packages/utils/javascript/src/types/Config").ComponentTypeEnum.InlineVariable;
|
|
13707
13707
|
baseline: {
|
|
13708
|
-
value: string | number | boolean | import("
|
|
13708
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
13709
13709
|
};
|
|
13710
13710
|
variants: {
|
|
13711
|
-
value: string | number | boolean | import("
|
|
13711
|
+
value: string | number | boolean | import("@ninetailed/experience.js-shared").Properties;
|
|
13712
13712
|
}[];
|
|
13713
13713
|
key: string;
|
|
13714
|
-
valueType: import("
|
|
13714
|
+
valueType: import("@ninetailed/experience.js-shared").InlineVariableComponentValueTypeEnum;
|
|
13715
13715
|
})[];
|
|
13716
13716
|
sticky: boolean;
|
|
13717
13717
|
};
|