@mintlify/validation 0.1.646 → 0.1.647
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mint-config/schemas/v2/index.d.ts +0 -260
- package/dist/mint-config/schemas/v2/properties/index.d.ts +1 -0
- package/dist/mint-config/schemas/v2/properties/index.js +1 -0
- package/dist/mint-config/schemas/v2/properties/integrations.d.ts +1 -19
- package/dist/mint-config/schemas/v2/properties/integrations.js +1 -1
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +0 -26
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +0 -26
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +0 -26
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +0 -26
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +0 -26
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +0 -26
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +0 -26
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +0 -18
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +0 -26
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +0 -26
- package/dist/mint-config/validateConfig.d.ts +0 -72
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/deployment/index.d.ts +2 -0
- package/package.json +2 -2
|
@@ -1161,16 +1161,6 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1161
1161
|
value?: string | undefined;
|
|
1162
1162
|
key?: string | undefined;
|
|
1163
1163
|
}>>;
|
|
1164
|
-
customScripts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1165
|
-
src: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1166
|
-
strategy: z.ZodOptional<z.ZodEnum<["beforeInteractive", "afterInteractive", "lazyOnload"]>>;
|
|
1167
|
-
}, "strip", z.ZodTypeAny, {
|
|
1168
|
-
src: string;
|
|
1169
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1170
|
-
}, {
|
|
1171
|
-
src: string;
|
|
1172
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1173
|
-
}>, "many">>;
|
|
1174
1164
|
}, "strict", z.ZodTypeAny, {
|
|
1175
1165
|
adobe?: {
|
|
1176
1166
|
launchUrl: string;
|
|
@@ -1241,10 +1231,6 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1241
1231
|
value?: string | undefined;
|
|
1242
1232
|
key?: string | undefined;
|
|
1243
1233
|
} | undefined;
|
|
1244
|
-
customScripts?: {
|
|
1245
|
-
src: string;
|
|
1246
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1247
|
-
}[] | undefined;
|
|
1248
1234
|
}, {
|
|
1249
1235
|
adobe?: {
|
|
1250
1236
|
launchUrl: string;
|
|
@@ -1315,10 +1301,6 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1315
1301
|
value?: string | undefined;
|
|
1316
1302
|
key?: string | undefined;
|
|
1317
1303
|
} | undefined;
|
|
1318
|
-
customScripts?: {
|
|
1319
|
-
src: string;
|
|
1320
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1321
|
-
}[] | undefined;
|
|
1322
1304
|
}>>;
|
|
1323
1305
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1324
1306
|
content: z.ZodString;
|
|
@@ -1753,10 +1735,6 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1753
1735
|
value?: string | undefined;
|
|
1754
1736
|
key?: string | undefined;
|
|
1755
1737
|
} | undefined;
|
|
1756
|
-
customScripts?: {
|
|
1757
|
-
src: string;
|
|
1758
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1759
|
-
}[] | undefined;
|
|
1760
1738
|
} | undefined;
|
|
1761
1739
|
search?: {
|
|
1762
1740
|
prompt?: string | undefined;
|
|
@@ -2110,10 +2088,6 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
2110
2088
|
value?: string | undefined;
|
|
2111
2089
|
key?: string | undefined;
|
|
2112
2090
|
} | undefined;
|
|
2113
|
-
customScripts?: {
|
|
2114
|
-
src: string;
|
|
2115
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
2116
|
-
}[] | undefined;
|
|
2117
2091
|
} | undefined;
|
|
2118
2092
|
search?: {
|
|
2119
2093
|
prompt?: string | undefined;
|
|
@@ -1161,16 +1161,6 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1161
1161
|
value?: string | undefined;
|
|
1162
1162
|
key?: string | undefined;
|
|
1163
1163
|
}>>;
|
|
1164
|
-
customScripts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1165
|
-
src: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1166
|
-
strategy: z.ZodOptional<z.ZodEnum<["beforeInteractive", "afterInteractive", "lazyOnload"]>>;
|
|
1167
|
-
}, "strip", z.ZodTypeAny, {
|
|
1168
|
-
src: string;
|
|
1169
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1170
|
-
}, {
|
|
1171
|
-
src: string;
|
|
1172
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1173
|
-
}>, "many">>;
|
|
1174
1164
|
}, "strict", z.ZodTypeAny, {
|
|
1175
1165
|
adobe?: {
|
|
1176
1166
|
launchUrl: string;
|
|
@@ -1241,10 +1231,6 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1241
1231
|
value?: string | undefined;
|
|
1242
1232
|
key?: string | undefined;
|
|
1243
1233
|
} | undefined;
|
|
1244
|
-
customScripts?: {
|
|
1245
|
-
src: string;
|
|
1246
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1247
|
-
}[] | undefined;
|
|
1248
1234
|
}, {
|
|
1249
1235
|
adobe?: {
|
|
1250
1236
|
launchUrl: string;
|
|
@@ -1315,10 +1301,6 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1315
1301
|
value?: string | undefined;
|
|
1316
1302
|
key?: string | undefined;
|
|
1317
1303
|
} | undefined;
|
|
1318
|
-
customScripts?: {
|
|
1319
|
-
src: string;
|
|
1320
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1321
|
-
}[] | undefined;
|
|
1322
1304
|
}>>;
|
|
1323
1305
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1324
1306
|
content: z.ZodString;
|
|
@@ -1753,10 +1735,6 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1753
1735
|
value?: string | undefined;
|
|
1754
1736
|
key?: string | undefined;
|
|
1755
1737
|
} | undefined;
|
|
1756
|
-
customScripts?: {
|
|
1757
|
-
src: string;
|
|
1758
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1759
|
-
}[] | undefined;
|
|
1760
1738
|
} | undefined;
|
|
1761
1739
|
search?: {
|
|
1762
1740
|
prompt?: string | undefined;
|
|
@@ -2110,10 +2088,6 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
2110
2088
|
value?: string | undefined;
|
|
2111
2089
|
key?: string | undefined;
|
|
2112
2090
|
} | undefined;
|
|
2113
|
-
customScripts?: {
|
|
2114
|
-
src: string;
|
|
2115
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
2116
|
-
}[] | undefined;
|
|
2117
2091
|
} | undefined;
|
|
2118
2092
|
search?: {
|
|
2119
2093
|
prompt?: string | undefined;
|
|
@@ -1161,16 +1161,6 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1161
1161
|
value?: string | undefined;
|
|
1162
1162
|
key?: string | undefined;
|
|
1163
1163
|
}>>;
|
|
1164
|
-
customScripts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1165
|
-
src: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1166
|
-
strategy: z.ZodOptional<z.ZodEnum<["beforeInteractive", "afterInteractive", "lazyOnload"]>>;
|
|
1167
|
-
}, "strip", z.ZodTypeAny, {
|
|
1168
|
-
src: string;
|
|
1169
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1170
|
-
}, {
|
|
1171
|
-
src: string;
|
|
1172
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1173
|
-
}>, "many">>;
|
|
1174
1164
|
}, "strict", z.ZodTypeAny, {
|
|
1175
1165
|
adobe?: {
|
|
1176
1166
|
launchUrl: string;
|
|
@@ -1241,10 +1231,6 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1241
1231
|
value?: string | undefined;
|
|
1242
1232
|
key?: string | undefined;
|
|
1243
1233
|
} | undefined;
|
|
1244
|
-
customScripts?: {
|
|
1245
|
-
src: string;
|
|
1246
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1247
|
-
}[] | undefined;
|
|
1248
1234
|
}, {
|
|
1249
1235
|
adobe?: {
|
|
1250
1236
|
launchUrl: string;
|
|
@@ -1315,10 +1301,6 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1315
1301
|
value?: string | undefined;
|
|
1316
1302
|
key?: string | undefined;
|
|
1317
1303
|
} | undefined;
|
|
1318
|
-
customScripts?: {
|
|
1319
|
-
src: string;
|
|
1320
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1321
|
-
}[] | undefined;
|
|
1322
1304
|
}>>;
|
|
1323
1305
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1324
1306
|
content: z.ZodString;
|
|
@@ -1753,10 +1735,6 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1753
1735
|
value?: string | undefined;
|
|
1754
1736
|
key?: string | undefined;
|
|
1755
1737
|
} | undefined;
|
|
1756
|
-
customScripts?: {
|
|
1757
|
-
src: string;
|
|
1758
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1759
|
-
}[] | undefined;
|
|
1760
1738
|
} | undefined;
|
|
1761
1739
|
search?: {
|
|
1762
1740
|
prompt?: string | undefined;
|
|
@@ -2110,10 +2088,6 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2110
2088
|
value?: string | undefined;
|
|
2111
2089
|
key?: string | undefined;
|
|
2112
2090
|
} | undefined;
|
|
2113
|
-
customScripts?: {
|
|
2114
|
-
src: string;
|
|
2115
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
2116
|
-
}[] | undefined;
|
|
2117
2091
|
} | undefined;
|
|
2118
2092
|
search?: {
|
|
2119
2093
|
prompt?: string | undefined;
|
|
@@ -1161,16 +1161,6 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1161
1161
|
value?: string | undefined;
|
|
1162
1162
|
key?: string | undefined;
|
|
1163
1163
|
}>>;
|
|
1164
|
-
customScripts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1165
|
-
src: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1166
|
-
strategy: z.ZodOptional<z.ZodEnum<["beforeInteractive", "afterInteractive", "lazyOnload"]>>;
|
|
1167
|
-
}, "strip", z.ZodTypeAny, {
|
|
1168
|
-
src: string;
|
|
1169
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1170
|
-
}, {
|
|
1171
|
-
src: string;
|
|
1172
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1173
|
-
}>, "many">>;
|
|
1174
1164
|
}, "strict", z.ZodTypeAny, {
|
|
1175
1165
|
adobe?: {
|
|
1176
1166
|
launchUrl: string;
|
|
@@ -1241,10 +1231,6 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1241
1231
|
value?: string | undefined;
|
|
1242
1232
|
key?: string | undefined;
|
|
1243
1233
|
} | undefined;
|
|
1244
|
-
customScripts?: {
|
|
1245
|
-
src: string;
|
|
1246
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1247
|
-
}[] | undefined;
|
|
1248
1234
|
}, {
|
|
1249
1235
|
adobe?: {
|
|
1250
1236
|
launchUrl: string;
|
|
@@ -1315,10 +1301,6 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1315
1301
|
value?: string | undefined;
|
|
1316
1302
|
key?: string | undefined;
|
|
1317
1303
|
} | undefined;
|
|
1318
|
-
customScripts?: {
|
|
1319
|
-
src: string;
|
|
1320
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1321
|
-
}[] | undefined;
|
|
1322
1304
|
}>>;
|
|
1323
1305
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1324
1306
|
content: z.ZodString;
|
|
@@ -1753,10 +1735,6 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1753
1735
|
value?: string | undefined;
|
|
1754
1736
|
key?: string | undefined;
|
|
1755
1737
|
} | undefined;
|
|
1756
|
-
customScripts?: {
|
|
1757
|
-
src: string;
|
|
1758
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1759
|
-
}[] | undefined;
|
|
1760
1738
|
} | undefined;
|
|
1761
1739
|
search?: {
|
|
1762
1740
|
prompt?: string | undefined;
|
|
@@ -2110,10 +2088,6 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
2110
2088
|
value?: string | undefined;
|
|
2111
2089
|
key?: string | undefined;
|
|
2112
2090
|
} | undefined;
|
|
2113
|
-
customScripts?: {
|
|
2114
|
-
src: string;
|
|
2115
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
2116
|
-
}[] | undefined;
|
|
2117
2091
|
} | undefined;
|
|
2118
2092
|
search?: {
|
|
2119
2093
|
prompt?: string | undefined;
|
|
@@ -1161,16 +1161,6 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1161
1161
|
value?: string | undefined;
|
|
1162
1162
|
key?: string | undefined;
|
|
1163
1163
|
}>>;
|
|
1164
|
-
customScripts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1165
|
-
src: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1166
|
-
strategy: z.ZodOptional<z.ZodEnum<["beforeInteractive", "afterInteractive", "lazyOnload"]>>;
|
|
1167
|
-
}, "strip", z.ZodTypeAny, {
|
|
1168
|
-
src: string;
|
|
1169
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1170
|
-
}, {
|
|
1171
|
-
src: string;
|
|
1172
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1173
|
-
}>, "many">>;
|
|
1174
1164
|
}, "strict", z.ZodTypeAny, {
|
|
1175
1165
|
adobe?: {
|
|
1176
1166
|
launchUrl: string;
|
|
@@ -1241,10 +1231,6 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1241
1231
|
value?: string | undefined;
|
|
1242
1232
|
key?: string | undefined;
|
|
1243
1233
|
} | undefined;
|
|
1244
|
-
customScripts?: {
|
|
1245
|
-
src: string;
|
|
1246
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1247
|
-
}[] | undefined;
|
|
1248
1234
|
}, {
|
|
1249
1235
|
adobe?: {
|
|
1250
1236
|
launchUrl: string;
|
|
@@ -1315,10 +1301,6 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1315
1301
|
value?: string | undefined;
|
|
1316
1302
|
key?: string | undefined;
|
|
1317
1303
|
} | undefined;
|
|
1318
|
-
customScripts?: {
|
|
1319
|
-
src: string;
|
|
1320
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1321
|
-
}[] | undefined;
|
|
1322
1304
|
}>>;
|
|
1323
1305
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1324
1306
|
content: z.ZodString;
|
|
@@ -1753,10 +1735,6 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1753
1735
|
value?: string | undefined;
|
|
1754
1736
|
key?: string | undefined;
|
|
1755
1737
|
} | undefined;
|
|
1756
|
-
customScripts?: {
|
|
1757
|
-
src: string;
|
|
1758
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1759
|
-
}[] | undefined;
|
|
1760
1738
|
} | undefined;
|
|
1761
1739
|
search?: {
|
|
1762
1740
|
prompt?: string | undefined;
|
|
@@ -2110,10 +2088,6 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2110
2088
|
value?: string | undefined;
|
|
2111
2089
|
key?: string | undefined;
|
|
2112
2090
|
} | undefined;
|
|
2113
|
-
customScripts?: {
|
|
2114
|
-
src: string;
|
|
2115
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
2116
|
-
}[] | undefined;
|
|
2117
2091
|
} | undefined;
|
|
2118
2092
|
search?: {
|
|
2119
2093
|
prompt?: string | undefined;
|
|
@@ -1161,16 +1161,6 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1161
1161
|
value?: string | undefined;
|
|
1162
1162
|
key?: string | undefined;
|
|
1163
1163
|
}>>;
|
|
1164
|
-
customScripts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1165
|
-
src: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1166
|
-
strategy: z.ZodOptional<z.ZodEnum<["beforeInteractive", "afterInteractive", "lazyOnload"]>>;
|
|
1167
|
-
}, "strip", z.ZodTypeAny, {
|
|
1168
|
-
src: string;
|
|
1169
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1170
|
-
}, {
|
|
1171
|
-
src: string;
|
|
1172
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1173
|
-
}>, "many">>;
|
|
1174
1164
|
}, "strict", z.ZodTypeAny, {
|
|
1175
1165
|
adobe?: {
|
|
1176
1166
|
launchUrl: string;
|
|
@@ -1241,10 +1231,6 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1241
1231
|
value?: string | undefined;
|
|
1242
1232
|
key?: string | undefined;
|
|
1243
1233
|
} | undefined;
|
|
1244
|
-
customScripts?: {
|
|
1245
|
-
src: string;
|
|
1246
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1247
|
-
}[] | undefined;
|
|
1248
1234
|
}, {
|
|
1249
1235
|
adobe?: {
|
|
1250
1236
|
launchUrl: string;
|
|
@@ -1315,10 +1301,6 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1315
1301
|
value?: string | undefined;
|
|
1316
1302
|
key?: string | undefined;
|
|
1317
1303
|
} | undefined;
|
|
1318
|
-
customScripts?: {
|
|
1319
|
-
src: string;
|
|
1320
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1321
|
-
}[] | undefined;
|
|
1322
1304
|
}>>;
|
|
1323
1305
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1324
1306
|
content: z.ZodString;
|
|
@@ -1753,10 +1735,6 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1753
1735
|
value?: string | undefined;
|
|
1754
1736
|
key?: string | undefined;
|
|
1755
1737
|
} | undefined;
|
|
1756
|
-
customScripts?: {
|
|
1757
|
-
src: string;
|
|
1758
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1759
|
-
}[] | undefined;
|
|
1760
1738
|
} | undefined;
|
|
1761
1739
|
search?: {
|
|
1762
1740
|
prompt?: string | undefined;
|
|
@@ -2110,10 +2088,6 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2110
2088
|
value?: string | undefined;
|
|
2111
2089
|
key?: string | undefined;
|
|
2112
2090
|
} | undefined;
|
|
2113
|
-
customScripts?: {
|
|
2114
|
-
src: string;
|
|
2115
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
2116
|
-
}[] | undefined;
|
|
2117
2091
|
} | undefined;
|
|
2118
2092
|
search?: {
|
|
2119
2093
|
prompt?: string | undefined;
|
|
@@ -1161,16 +1161,6 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1161
1161
|
value?: string | undefined;
|
|
1162
1162
|
key?: string | undefined;
|
|
1163
1163
|
}>>;
|
|
1164
|
-
customScripts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1165
|
-
src: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1166
|
-
strategy: z.ZodOptional<z.ZodEnum<["beforeInteractive", "afterInteractive", "lazyOnload"]>>;
|
|
1167
|
-
}, "strip", z.ZodTypeAny, {
|
|
1168
|
-
src: string;
|
|
1169
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1170
|
-
}, {
|
|
1171
|
-
src: string;
|
|
1172
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1173
|
-
}>, "many">>;
|
|
1174
1164
|
}, "strict", z.ZodTypeAny, {
|
|
1175
1165
|
adobe?: {
|
|
1176
1166
|
launchUrl: string;
|
|
@@ -1241,10 +1231,6 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1241
1231
|
value?: string | undefined;
|
|
1242
1232
|
key?: string | undefined;
|
|
1243
1233
|
} | undefined;
|
|
1244
|
-
customScripts?: {
|
|
1245
|
-
src: string;
|
|
1246
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1247
|
-
}[] | undefined;
|
|
1248
1234
|
}, {
|
|
1249
1235
|
adobe?: {
|
|
1250
1236
|
launchUrl: string;
|
|
@@ -1315,10 +1301,6 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1315
1301
|
value?: string | undefined;
|
|
1316
1302
|
key?: string | undefined;
|
|
1317
1303
|
} | undefined;
|
|
1318
|
-
customScripts?: {
|
|
1319
|
-
src: string;
|
|
1320
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1321
|
-
}[] | undefined;
|
|
1322
1304
|
}>>;
|
|
1323
1305
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1324
1306
|
content: z.ZodString;
|
|
@@ -1753,10 +1735,6 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1753
1735
|
value?: string | undefined;
|
|
1754
1736
|
key?: string | undefined;
|
|
1755
1737
|
} | undefined;
|
|
1756
|
-
customScripts?: {
|
|
1757
|
-
src: string;
|
|
1758
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1759
|
-
}[] | undefined;
|
|
1760
1738
|
} | undefined;
|
|
1761
1739
|
search?: {
|
|
1762
1740
|
prompt?: string | undefined;
|
|
@@ -2110,10 +2088,6 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2110
2088
|
value?: string | undefined;
|
|
2111
2089
|
key?: string | undefined;
|
|
2112
2090
|
} | undefined;
|
|
2113
|
-
customScripts?: {
|
|
2114
|
-
src: string;
|
|
2115
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
2116
|
-
}[] | undefined;
|
|
2117
2091
|
} | undefined;
|
|
2118
2092
|
search?: {
|
|
2119
2093
|
prompt?: string | undefined;
|
|
@@ -1160,16 +1160,6 @@ export declare const standardConfigSchema: {
|
|
|
1160
1160
|
value?: string | undefined;
|
|
1161
1161
|
key?: string | undefined;
|
|
1162
1162
|
}>>;
|
|
1163
|
-
customScripts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1164
|
-
src: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
|
|
1165
|
-
strategy: import("zod").ZodOptional<import("zod").ZodEnum<["beforeInteractive", "afterInteractive", "lazyOnload"]>>;
|
|
1166
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1167
|
-
src: string;
|
|
1168
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1169
|
-
}, {
|
|
1170
|
-
src: string;
|
|
1171
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1172
|
-
}>, "many">>;
|
|
1173
1163
|
}, "strict", import("zod").ZodTypeAny, {
|
|
1174
1164
|
adobe?: {
|
|
1175
1165
|
launchUrl: string;
|
|
@@ -1240,10 +1230,6 @@ export declare const standardConfigSchema: {
|
|
|
1240
1230
|
value?: string | undefined;
|
|
1241
1231
|
key?: string | undefined;
|
|
1242
1232
|
} | undefined;
|
|
1243
|
-
customScripts?: {
|
|
1244
|
-
src: string;
|
|
1245
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1246
|
-
}[] | undefined;
|
|
1247
1233
|
}, {
|
|
1248
1234
|
adobe?: {
|
|
1249
1235
|
launchUrl: string;
|
|
@@ -1314,10 +1300,6 @@ export declare const standardConfigSchema: {
|
|
|
1314
1300
|
value?: string | undefined;
|
|
1315
1301
|
key?: string | undefined;
|
|
1316
1302
|
} | undefined;
|
|
1317
|
-
customScripts?: {
|
|
1318
|
-
src: string;
|
|
1319
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1320
|
-
}[] | undefined;
|
|
1321
1303
|
}>>;
|
|
1322
1304
|
banner: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1323
1305
|
content: import("zod").ZodString;
|
|
@@ -1161,16 +1161,6 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1161
1161
|
value?: string | undefined;
|
|
1162
1162
|
key?: string | undefined;
|
|
1163
1163
|
}>>;
|
|
1164
|
-
customScripts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1165
|
-
src: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1166
|
-
strategy: z.ZodOptional<z.ZodEnum<["beforeInteractive", "afterInteractive", "lazyOnload"]>>;
|
|
1167
|
-
}, "strip", z.ZodTypeAny, {
|
|
1168
|
-
src: string;
|
|
1169
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1170
|
-
}, {
|
|
1171
|
-
src: string;
|
|
1172
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1173
|
-
}>, "many">>;
|
|
1174
1164
|
}, "strict", z.ZodTypeAny, {
|
|
1175
1165
|
adobe?: {
|
|
1176
1166
|
launchUrl: string;
|
|
@@ -1241,10 +1231,6 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1241
1231
|
value?: string | undefined;
|
|
1242
1232
|
key?: string | undefined;
|
|
1243
1233
|
} | undefined;
|
|
1244
|
-
customScripts?: {
|
|
1245
|
-
src: string;
|
|
1246
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1247
|
-
}[] | undefined;
|
|
1248
1234
|
}, {
|
|
1249
1235
|
adobe?: {
|
|
1250
1236
|
launchUrl: string;
|
|
@@ -1315,10 +1301,6 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1315
1301
|
value?: string | undefined;
|
|
1316
1302
|
key?: string | undefined;
|
|
1317
1303
|
} | undefined;
|
|
1318
|
-
customScripts?: {
|
|
1319
|
-
src: string;
|
|
1320
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1321
|
-
}[] | undefined;
|
|
1322
1304
|
}>>;
|
|
1323
1305
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1324
1306
|
content: z.ZodString;
|
|
@@ -1753,10 +1735,6 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1753
1735
|
value?: string | undefined;
|
|
1754
1736
|
key?: string | undefined;
|
|
1755
1737
|
} | undefined;
|
|
1756
|
-
customScripts?: {
|
|
1757
|
-
src: string;
|
|
1758
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1759
|
-
}[] | undefined;
|
|
1760
1738
|
} | undefined;
|
|
1761
1739
|
search?: {
|
|
1762
1740
|
prompt?: string | undefined;
|
|
@@ -2110,10 +2088,6 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
2110
2088
|
value?: string | undefined;
|
|
2111
2089
|
key?: string | undefined;
|
|
2112
2090
|
} | undefined;
|
|
2113
|
-
customScripts?: {
|
|
2114
|
-
src: string;
|
|
2115
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
2116
|
-
}[] | undefined;
|
|
2117
2091
|
} | undefined;
|
|
2118
2092
|
search?: {
|
|
2119
2093
|
prompt?: string | undefined;
|
|
@@ -1161,16 +1161,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1161
1161
|
value?: string | undefined;
|
|
1162
1162
|
key?: string | undefined;
|
|
1163
1163
|
}>>;
|
|
1164
|
-
customScripts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1165
|
-
src: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1166
|
-
strategy: z.ZodOptional<z.ZodEnum<["beforeInteractive", "afterInteractive", "lazyOnload"]>>;
|
|
1167
|
-
}, "strip", z.ZodTypeAny, {
|
|
1168
|
-
src: string;
|
|
1169
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1170
|
-
}, {
|
|
1171
|
-
src: string;
|
|
1172
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1173
|
-
}>, "many">>;
|
|
1174
1164
|
}, "strict", z.ZodTypeAny, {
|
|
1175
1165
|
adobe?: {
|
|
1176
1166
|
launchUrl: string;
|
|
@@ -1241,10 +1231,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1241
1231
|
value?: string | undefined;
|
|
1242
1232
|
key?: string | undefined;
|
|
1243
1233
|
} | undefined;
|
|
1244
|
-
customScripts?: {
|
|
1245
|
-
src: string;
|
|
1246
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1247
|
-
}[] | undefined;
|
|
1248
1234
|
}, {
|
|
1249
1235
|
adobe?: {
|
|
1250
1236
|
launchUrl: string;
|
|
@@ -1315,10 +1301,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1315
1301
|
value?: string | undefined;
|
|
1316
1302
|
key?: string | undefined;
|
|
1317
1303
|
} | undefined;
|
|
1318
|
-
customScripts?: {
|
|
1319
|
-
src: string;
|
|
1320
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1321
|
-
}[] | undefined;
|
|
1322
1304
|
}>>;
|
|
1323
1305
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1324
1306
|
content: z.ZodString;
|
|
@@ -1753,10 +1735,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1753
1735
|
value?: string | undefined;
|
|
1754
1736
|
key?: string | undefined;
|
|
1755
1737
|
} | undefined;
|
|
1756
|
-
customScripts?: {
|
|
1757
|
-
src: string;
|
|
1758
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
1759
|
-
}[] | undefined;
|
|
1760
1738
|
} | undefined;
|
|
1761
1739
|
search?: {
|
|
1762
1740
|
prompt?: string | undefined;
|
|
@@ -2110,10 +2088,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2110
2088
|
value?: string | undefined;
|
|
2111
2089
|
key?: string | undefined;
|
|
2112
2090
|
} | undefined;
|
|
2113
|
-
customScripts?: {
|
|
2114
|
-
src: string;
|
|
2115
|
-
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
2116
|
-
}[] | undefined;
|
|
2117
2091
|
} | undefined;
|
|
2118
2092
|
search?: {
|
|
2119
2093
|
prompt?: string | undefined;
|