@mintlify/validation 0.1.753 → 0.1.754
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/v1/analytics.d.ts +5 -0
- package/dist/mint-config/schemas/v1/analytics.js +1 -0
- package/dist/mint-config/schemas/v1/config.d.ts +7 -0
- package/dist/mint-config/schemas/v2/index.d.ts +70 -0
- package/dist/mint-config/schemas/v2/properties/integrations.d.ts +5 -0
- package/dist/mint-config/schemas/v2/properties/integrations.js +1 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +7 -0
- package/dist/mint-config/validateConfig.d.ts +20 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -1155,10 +1155,13 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1155
1155
|
}>>;
|
|
1156
1156
|
mixpanel: z.ZodOptional<z.ZodObject<{
|
|
1157
1157
|
projectToken: z.ZodString;
|
|
1158
|
+
region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
|
|
1158
1159
|
}, "strip", z.ZodTypeAny, {
|
|
1159
1160
|
projectToken: string;
|
|
1161
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1160
1162
|
}, {
|
|
1161
1163
|
projectToken: string;
|
|
1164
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1162
1165
|
}>>;
|
|
1163
1166
|
onetrust: z.ZodOptional<z.ZodObject<{
|
|
1164
1167
|
domainScript: z.ZodString;
|
|
@@ -1268,6 +1271,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1268
1271
|
} | undefined;
|
|
1269
1272
|
mixpanel?: {
|
|
1270
1273
|
projectToken: string;
|
|
1274
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1271
1275
|
} | undefined;
|
|
1272
1276
|
pirsch?: {
|
|
1273
1277
|
id: string;
|
|
@@ -1343,6 +1347,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1343
1347
|
} | undefined;
|
|
1344
1348
|
mixpanel?: {
|
|
1345
1349
|
projectToken: string;
|
|
1350
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1346
1351
|
} | undefined;
|
|
1347
1352
|
pirsch?: {
|
|
1348
1353
|
id: string;
|
|
@@ -1828,6 +1833,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1828
1833
|
} | undefined;
|
|
1829
1834
|
mixpanel?: {
|
|
1830
1835
|
projectToken: string;
|
|
1836
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1831
1837
|
} | undefined;
|
|
1832
1838
|
pirsch?: {
|
|
1833
1839
|
id: string;
|
|
@@ -2210,6 +2216,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2210
2216
|
} | undefined;
|
|
2211
2217
|
mixpanel?: {
|
|
2212
2218
|
projectToken: string;
|
|
2219
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
2213
2220
|
} | undefined;
|
|
2214
2221
|
pirsch?: {
|
|
2215
2222
|
id: string;
|
|
@@ -1155,10 +1155,13 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1155
1155
|
}>>;
|
|
1156
1156
|
mixpanel: z.ZodOptional<z.ZodObject<{
|
|
1157
1157
|
projectToken: z.ZodString;
|
|
1158
|
+
region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
|
|
1158
1159
|
}, "strip", z.ZodTypeAny, {
|
|
1159
1160
|
projectToken: string;
|
|
1161
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1160
1162
|
}, {
|
|
1161
1163
|
projectToken: string;
|
|
1164
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1162
1165
|
}>>;
|
|
1163
1166
|
onetrust: z.ZodOptional<z.ZodObject<{
|
|
1164
1167
|
domainScript: z.ZodString;
|
|
@@ -1268,6 +1271,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1268
1271
|
} | undefined;
|
|
1269
1272
|
mixpanel?: {
|
|
1270
1273
|
projectToken: string;
|
|
1274
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1271
1275
|
} | undefined;
|
|
1272
1276
|
pirsch?: {
|
|
1273
1277
|
id: string;
|
|
@@ -1343,6 +1347,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1343
1347
|
} | undefined;
|
|
1344
1348
|
mixpanel?: {
|
|
1345
1349
|
projectToken: string;
|
|
1350
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1346
1351
|
} | undefined;
|
|
1347
1352
|
pirsch?: {
|
|
1348
1353
|
id: string;
|
|
@@ -1828,6 +1833,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1828
1833
|
} | undefined;
|
|
1829
1834
|
mixpanel?: {
|
|
1830
1835
|
projectToken: string;
|
|
1836
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1831
1837
|
} | undefined;
|
|
1832
1838
|
pirsch?: {
|
|
1833
1839
|
id: string;
|
|
@@ -2210,6 +2216,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
2210
2216
|
} | undefined;
|
|
2211
2217
|
mixpanel?: {
|
|
2212
2218
|
projectToken: string;
|
|
2219
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
2213
2220
|
} | undefined;
|
|
2214
2221
|
pirsch?: {
|
|
2215
2222
|
id: string;
|
|
@@ -1155,10 +1155,13 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1155
1155
|
}>>;
|
|
1156
1156
|
mixpanel: z.ZodOptional<z.ZodObject<{
|
|
1157
1157
|
projectToken: z.ZodString;
|
|
1158
|
+
region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
|
|
1158
1159
|
}, "strip", z.ZodTypeAny, {
|
|
1159
1160
|
projectToken: string;
|
|
1161
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1160
1162
|
}, {
|
|
1161
1163
|
projectToken: string;
|
|
1164
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1162
1165
|
}>>;
|
|
1163
1166
|
onetrust: z.ZodOptional<z.ZodObject<{
|
|
1164
1167
|
domainScript: z.ZodString;
|
|
@@ -1268,6 +1271,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1268
1271
|
} | undefined;
|
|
1269
1272
|
mixpanel?: {
|
|
1270
1273
|
projectToken: string;
|
|
1274
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1271
1275
|
} | undefined;
|
|
1272
1276
|
pirsch?: {
|
|
1273
1277
|
id: string;
|
|
@@ -1343,6 +1347,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1343
1347
|
} | undefined;
|
|
1344
1348
|
mixpanel?: {
|
|
1345
1349
|
projectToken: string;
|
|
1350
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1346
1351
|
} | undefined;
|
|
1347
1352
|
pirsch?: {
|
|
1348
1353
|
id: string;
|
|
@@ -1828,6 +1833,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1828
1833
|
} | undefined;
|
|
1829
1834
|
mixpanel?: {
|
|
1830
1835
|
projectToken: string;
|
|
1836
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1831
1837
|
} | undefined;
|
|
1832
1838
|
pirsch?: {
|
|
1833
1839
|
id: string;
|
|
@@ -2210,6 +2216,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2210
2216
|
} | undefined;
|
|
2211
2217
|
mixpanel?: {
|
|
2212
2218
|
projectToken: string;
|
|
2219
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
2213
2220
|
} | undefined;
|
|
2214
2221
|
pirsch?: {
|
|
2215
2222
|
id: string;
|
|
@@ -1155,10 +1155,13 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1155
1155
|
}>>;
|
|
1156
1156
|
mixpanel: z.ZodOptional<z.ZodObject<{
|
|
1157
1157
|
projectToken: z.ZodString;
|
|
1158
|
+
region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
|
|
1158
1159
|
}, "strip", z.ZodTypeAny, {
|
|
1159
1160
|
projectToken: string;
|
|
1161
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1160
1162
|
}, {
|
|
1161
1163
|
projectToken: string;
|
|
1164
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1162
1165
|
}>>;
|
|
1163
1166
|
onetrust: z.ZodOptional<z.ZodObject<{
|
|
1164
1167
|
domainScript: z.ZodString;
|
|
@@ -1268,6 +1271,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1268
1271
|
} | undefined;
|
|
1269
1272
|
mixpanel?: {
|
|
1270
1273
|
projectToken: string;
|
|
1274
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1271
1275
|
} | undefined;
|
|
1272
1276
|
pirsch?: {
|
|
1273
1277
|
id: string;
|
|
@@ -1343,6 +1347,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1343
1347
|
} | undefined;
|
|
1344
1348
|
mixpanel?: {
|
|
1345
1349
|
projectToken: string;
|
|
1350
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1346
1351
|
} | undefined;
|
|
1347
1352
|
pirsch?: {
|
|
1348
1353
|
id: string;
|
|
@@ -1828,6 +1833,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1828
1833
|
} | undefined;
|
|
1829
1834
|
mixpanel?: {
|
|
1830
1835
|
projectToken: string;
|
|
1836
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1831
1837
|
} | undefined;
|
|
1832
1838
|
pirsch?: {
|
|
1833
1839
|
id: string;
|
|
@@ -2210,6 +2216,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2210
2216
|
} | undefined;
|
|
2211
2217
|
mixpanel?: {
|
|
2212
2218
|
projectToken: string;
|
|
2219
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
2213
2220
|
} | undefined;
|
|
2214
2221
|
pirsch?: {
|
|
2215
2222
|
id: string;
|
|
@@ -1155,10 +1155,13 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1155
1155
|
}>>;
|
|
1156
1156
|
mixpanel: z.ZodOptional<z.ZodObject<{
|
|
1157
1157
|
projectToken: z.ZodString;
|
|
1158
|
+
region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
|
|
1158
1159
|
}, "strip", z.ZodTypeAny, {
|
|
1159
1160
|
projectToken: string;
|
|
1161
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1160
1162
|
}, {
|
|
1161
1163
|
projectToken: string;
|
|
1164
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1162
1165
|
}>>;
|
|
1163
1166
|
onetrust: z.ZodOptional<z.ZodObject<{
|
|
1164
1167
|
domainScript: z.ZodString;
|
|
@@ -1268,6 +1271,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1268
1271
|
} | undefined;
|
|
1269
1272
|
mixpanel?: {
|
|
1270
1273
|
projectToken: string;
|
|
1274
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1271
1275
|
} | undefined;
|
|
1272
1276
|
pirsch?: {
|
|
1273
1277
|
id: string;
|
|
@@ -1343,6 +1347,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1343
1347
|
} | undefined;
|
|
1344
1348
|
mixpanel?: {
|
|
1345
1349
|
projectToken: string;
|
|
1350
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1346
1351
|
} | undefined;
|
|
1347
1352
|
pirsch?: {
|
|
1348
1353
|
id: string;
|
|
@@ -1828,6 +1833,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1828
1833
|
} | undefined;
|
|
1829
1834
|
mixpanel?: {
|
|
1830
1835
|
projectToken: string;
|
|
1836
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1831
1837
|
} | undefined;
|
|
1832
1838
|
pirsch?: {
|
|
1833
1839
|
id: string;
|
|
@@ -2210,6 +2216,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2210
2216
|
} | undefined;
|
|
2211
2217
|
mixpanel?: {
|
|
2212
2218
|
projectToken: string;
|
|
2219
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
2213
2220
|
} | undefined;
|
|
2214
2221
|
pirsch?: {
|
|
2215
2222
|
id: string;
|
|
@@ -1154,10 +1154,13 @@ export declare const standardConfigSchema: {
|
|
|
1154
1154
|
}>>;
|
|
1155
1155
|
mixpanel: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1156
1156
|
projectToken: import("zod").ZodString;
|
|
1157
|
+
region: import("zod").ZodOptional<import("zod").ZodEnum<["us", "eu", "in"]>>;
|
|
1157
1158
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1158
1159
|
projectToken: string;
|
|
1160
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1159
1161
|
}, {
|
|
1160
1162
|
projectToken: string;
|
|
1163
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1161
1164
|
}>>;
|
|
1162
1165
|
onetrust: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1163
1166
|
domainScript: import("zod").ZodString;
|
|
@@ -1267,6 +1270,7 @@ export declare const standardConfigSchema: {
|
|
|
1267
1270
|
} | undefined;
|
|
1268
1271
|
mixpanel?: {
|
|
1269
1272
|
projectToken: string;
|
|
1273
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1270
1274
|
} | undefined;
|
|
1271
1275
|
pirsch?: {
|
|
1272
1276
|
id: string;
|
|
@@ -1342,6 +1346,7 @@ export declare const standardConfigSchema: {
|
|
|
1342
1346
|
} | undefined;
|
|
1343
1347
|
mixpanel?: {
|
|
1344
1348
|
projectToken: string;
|
|
1349
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1345
1350
|
} | undefined;
|
|
1346
1351
|
pirsch?: {
|
|
1347
1352
|
id: string;
|
|
@@ -1155,10 +1155,13 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1155
1155
|
}>>;
|
|
1156
1156
|
mixpanel: z.ZodOptional<z.ZodObject<{
|
|
1157
1157
|
projectToken: z.ZodString;
|
|
1158
|
+
region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
|
|
1158
1159
|
}, "strip", z.ZodTypeAny, {
|
|
1159
1160
|
projectToken: string;
|
|
1161
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1160
1162
|
}, {
|
|
1161
1163
|
projectToken: string;
|
|
1164
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1162
1165
|
}>>;
|
|
1163
1166
|
onetrust: z.ZodOptional<z.ZodObject<{
|
|
1164
1167
|
domainScript: z.ZodString;
|
|
@@ -1268,6 +1271,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1268
1271
|
} | undefined;
|
|
1269
1272
|
mixpanel?: {
|
|
1270
1273
|
projectToken: string;
|
|
1274
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1271
1275
|
} | undefined;
|
|
1272
1276
|
pirsch?: {
|
|
1273
1277
|
id: string;
|
|
@@ -1343,6 +1347,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1343
1347
|
} | undefined;
|
|
1344
1348
|
mixpanel?: {
|
|
1345
1349
|
projectToken: string;
|
|
1350
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1346
1351
|
} | undefined;
|
|
1347
1352
|
pirsch?: {
|
|
1348
1353
|
id: string;
|
|
@@ -1828,6 +1833,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1828
1833
|
} | undefined;
|
|
1829
1834
|
mixpanel?: {
|
|
1830
1835
|
projectToken: string;
|
|
1836
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1831
1837
|
} | undefined;
|
|
1832
1838
|
pirsch?: {
|
|
1833
1839
|
id: string;
|
|
@@ -2210,6 +2216,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
2210
2216
|
} | undefined;
|
|
2211
2217
|
mixpanel?: {
|
|
2212
2218
|
projectToken: string;
|
|
2219
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
2213
2220
|
} | undefined;
|
|
2214
2221
|
pirsch?: {
|
|
2215
2222
|
id: string;
|
|
@@ -1155,10 +1155,13 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1155
1155
|
}>>;
|
|
1156
1156
|
mixpanel: z.ZodOptional<z.ZodObject<{
|
|
1157
1157
|
projectToken: z.ZodString;
|
|
1158
|
+
region: z.ZodOptional<z.ZodEnum<["us", "eu", "in"]>>;
|
|
1158
1159
|
}, "strip", z.ZodTypeAny, {
|
|
1159
1160
|
projectToken: string;
|
|
1161
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1160
1162
|
}, {
|
|
1161
1163
|
projectToken: string;
|
|
1164
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1162
1165
|
}>>;
|
|
1163
1166
|
onetrust: z.ZodOptional<z.ZodObject<{
|
|
1164
1167
|
domainScript: z.ZodString;
|
|
@@ -1268,6 +1271,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1268
1271
|
} | undefined;
|
|
1269
1272
|
mixpanel?: {
|
|
1270
1273
|
projectToken: string;
|
|
1274
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1271
1275
|
} | undefined;
|
|
1272
1276
|
pirsch?: {
|
|
1273
1277
|
id: string;
|
|
@@ -1343,6 +1347,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1343
1347
|
} | undefined;
|
|
1344
1348
|
mixpanel?: {
|
|
1345
1349
|
projectToken: string;
|
|
1350
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1346
1351
|
} | undefined;
|
|
1347
1352
|
pirsch?: {
|
|
1348
1353
|
id: string;
|
|
@@ -1828,6 +1833,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1828
1833
|
} | undefined;
|
|
1829
1834
|
mixpanel?: {
|
|
1830
1835
|
projectToken: string;
|
|
1836
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1831
1837
|
} | undefined;
|
|
1832
1838
|
pirsch?: {
|
|
1833
1839
|
id: string;
|
|
@@ -2210,6 +2216,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2210
2216
|
} | undefined;
|
|
2211
2217
|
mixpanel?: {
|
|
2212
2218
|
projectToken: string;
|
|
2219
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
2213
2220
|
} | undefined;
|
|
2214
2221
|
pirsch?: {
|
|
2215
2222
|
id: string;
|
|
@@ -208,6 +208,7 @@ export declare function validateMintConfig(value: unknown): z.SafeParseError<{
|
|
|
208
208
|
} | undefined;
|
|
209
209
|
mixpanel?: {
|
|
210
210
|
projectToken: string;
|
|
211
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
211
212
|
} | undefined;
|
|
212
213
|
pirsch?: {
|
|
213
214
|
id: string;
|
|
@@ -458,6 +459,7 @@ export declare function validateMintConfig(value: unknown): z.SafeParseError<{
|
|
|
458
459
|
} | undefined;
|
|
459
460
|
mixpanel?: {
|
|
460
461
|
projectToken: string;
|
|
462
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
461
463
|
} | undefined;
|
|
462
464
|
pirsch?: {
|
|
463
465
|
id: string;
|
|
@@ -701,6 +703,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
701
703
|
} | undefined;
|
|
702
704
|
mixpanel?: {
|
|
703
705
|
projectToken: string;
|
|
706
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
704
707
|
} | undefined;
|
|
705
708
|
pirsch?: {
|
|
706
709
|
id: string;
|
|
@@ -1083,6 +1086,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1083
1086
|
} | undefined;
|
|
1084
1087
|
mixpanel?: {
|
|
1085
1088
|
projectToken: string;
|
|
1089
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1086
1090
|
} | undefined;
|
|
1087
1091
|
pirsch?: {
|
|
1088
1092
|
id: string;
|
|
@@ -1465,6 +1469,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1465
1469
|
} | undefined;
|
|
1466
1470
|
mixpanel?: {
|
|
1467
1471
|
projectToken: string;
|
|
1472
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1468
1473
|
} | undefined;
|
|
1469
1474
|
pirsch?: {
|
|
1470
1475
|
id: string;
|
|
@@ -1847,6 +1852,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1847
1852
|
} | undefined;
|
|
1848
1853
|
mixpanel?: {
|
|
1849
1854
|
projectToken: string;
|
|
1855
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1850
1856
|
} | undefined;
|
|
1851
1857
|
pirsch?: {
|
|
1852
1858
|
id: string;
|
|
@@ -2229,6 +2235,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2229
2235
|
} | undefined;
|
|
2230
2236
|
mixpanel?: {
|
|
2231
2237
|
projectToken: string;
|
|
2238
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
2232
2239
|
} | undefined;
|
|
2233
2240
|
pirsch?: {
|
|
2234
2241
|
id: string;
|
|
@@ -2611,6 +2618,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2611
2618
|
} | undefined;
|
|
2612
2619
|
mixpanel?: {
|
|
2613
2620
|
projectToken: string;
|
|
2621
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
2614
2622
|
} | undefined;
|
|
2615
2623
|
pirsch?: {
|
|
2616
2624
|
id: string;
|
|
@@ -2993,6 +3001,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2993
3001
|
} | undefined;
|
|
2994
3002
|
mixpanel?: {
|
|
2995
3003
|
projectToken: string;
|
|
3004
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
2996
3005
|
} | undefined;
|
|
2997
3006
|
pirsch?: {
|
|
2998
3007
|
id: string;
|
|
@@ -3375,6 +3384,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3375
3384
|
} | undefined;
|
|
3376
3385
|
mixpanel?: {
|
|
3377
3386
|
projectToken: string;
|
|
3387
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
3378
3388
|
} | undefined;
|
|
3379
3389
|
pirsch?: {
|
|
3380
3390
|
id: string;
|
|
@@ -3757,6 +3767,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3757
3767
|
} | undefined;
|
|
3758
3768
|
mixpanel?: {
|
|
3759
3769
|
projectToken: string;
|
|
3770
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
3760
3771
|
} | undefined;
|
|
3761
3772
|
pirsch?: {
|
|
3762
3773
|
id: string;
|
|
@@ -4142,6 +4153,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4142
4153
|
} | undefined;
|
|
4143
4154
|
mixpanel?: {
|
|
4144
4155
|
projectToken: string;
|
|
4156
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
4145
4157
|
} | undefined;
|
|
4146
4158
|
pirsch?: {
|
|
4147
4159
|
id: string;
|
|
@@ -4524,6 +4536,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4524
4536
|
} | undefined;
|
|
4525
4537
|
mixpanel?: {
|
|
4526
4538
|
projectToken: string;
|
|
4539
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
4527
4540
|
} | undefined;
|
|
4528
4541
|
pirsch?: {
|
|
4529
4542
|
id: string;
|
|
@@ -4906,6 +4919,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4906
4919
|
} | undefined;
|
|
4907
4920
|
mixpanel?: {
|
|
4908
4921
|
projectToken: string;
|
|
4922
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
4909
4923
|
} | undefined;
|
|
4910
4924
|
pirsch?: {
|
|
4911
4925
|
id: string;
|
|
@@ -5288,6 +5302,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5288
5302
|
} | undefined;
|
|
5289
5303
|
mixpanel?: {
|
|
5290
5304
|
projectToken: string;
|
|
5305
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
5291
5306
|
} | undefined;
|
|
5292
5307
|
pirsch?: {
|
|
5293
5308
|
id: string;
|
|
@@ -5670,6 +5685,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5670
5685
|
} | undefined;
|
|
5671
5686
|
mixpanel?: {
|
|
5672
5687
|
projectToken: string;
|
|
5688
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
5673
5689
|
} | undefined;
|
|
5674
5690
|
pirsch?: {
|
|
5675
5691
|
id: string;
|
|
@@ -6052,6 +6068,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6052
6068
|
} | undefined;
|
|
6053
6069
|
mixpanel?: {
|
|
6054
6070
|
projectToken: string;
|
|
6071
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
6055
6072
|
} | undefined;
|
|
6056
6073
|
pirsch?: {
|
|
6057
6074
|
id: string;
|
|
@@ -6434,6 +6451,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6434
6451
|
} | undefined;
|
|
6435
6452
|
mixpanel?: {
|
|
6436
6453
|
projectToken: string;
|
|
6454
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
6437
6455
|
} | undefined;
|
|
6438
6456
|
pirsch?: {
|
|
6439
6457
|
id: string;
|
|
@@ -6816,6 +6834,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6816
6834
|
} | undefined;
|
|
6817
6835
|
mixpanel?: {
|
|
6818
6836
|
projectToken: string;
|
|
6837
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
6819
6838
|
} | undefined;
|
|
6820
6839
|
pirsch?: {
|
|
6821
6840
|
id: string;
|
|
@@ -7198,6 +7217,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
7198
7217
|
} | undefined;
|
|
7199
7218
|
mixpanel?: {
|
|
7200
7219
|
projectToken: string;
|
|
7220
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
7201
7221
|
} | undefined;
|
|
7202
7222
|
pirsch?: {
|
|
7203
7223
|
id: string;
|