@mintlify/validation 0.1.804 → 0.1.805
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 +260 -0
- package/dist/mint-config/schemas/v2/properties/integrations.d.ts +18 -0
- package/dist/mint-config/schemas/v2/properties/integrations.js +8 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +26 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +26 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +26 -0
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +26 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +26 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +26 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +26 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +18 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +26 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +26 -0
- package/dist/mint-config/validateConfig.d.ts +72 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -1335,6 +1335,16 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1335
1335
|
value?: string | undefined;
|
|
1336
1336
|
key?: string | undefined;
|
|
1337
1337
|
}>>;
|
|
1338
|
+
transcend: z.ZodOptional<z.ZodObject<{
|
|
1339
|
+
bundleId: z.ZodString;
|
|
1340
|
+
analyticsPurpose: z.ZodOptional<z.ZodString>;
|
|
1341
|
+
}, "strip", z.ZodTypeAny, {
|
|
1342
|
+
bundleId: string;
|
|
1343
|
+
analyticsPurpose?: string | undefined;
|
|
1344
|
+
}, {
|
|
1345
|
+
bundleId: string;
|
|
1346
|
+
analyticsPurpose?: string | undefined;
|
|
1347
|
+
}>>;
|
|
1338
1348
|
}, "strict", z.ZodTypeAny, {
|
|
1339
1349
|
adobe?: {
|
|
1340
1350
|
launchUrl: string;
|
|
@@ -1411,6 +1421,10 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1411
1421
|
value?: string | undefined;
|
|
1412
1422
|
key?: string | undefined;
|
|
1413
1423
|
} | undefined;
|
|
1424
|
+
transcend?: {
|
|
1425
|
+
bundleId: string;
|
|
1426
|
+
analyticsPurpose?: string | undefined;
|
|
1427
|
+
} | undefined;
|
|
1414
1428
|
}, {
|
|
1415
1429
|
adobe?: {
|
|
1416
1430
|
launchUrl: string;
|
|
@@ -1487,6 +1501,10 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1487
1501
|
value?: string | undefined;
|
|
1488
1502
|
key?: string | undefined;
|
|
1489
1503
|
} | undefined;
|
|
1504
|
+
transcend?: {
|
|
1505
|
+
bundleId: string;
|
|
1506
|
+
analyticsPurpose?: string | undefined;
|
|
1507
|
+
} | undefined;
|
|
1490
1508
|
}>>;
|
|
1491
1509
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1492
1510
|
content: z.ZodString;
|
|
@@ -1993,6 +2011,10 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1993
2011
|
value?: string | undefined;
|
|
1994
2012
|
key?: string | undefined;
|
|
1995
2013
|
} | undefined;
|
|
2014
|
+
transcend?: {
|
|
2015
|
+
bundleId: string;
|
|
2016
|
+
analyticsPurpose?: string | undefined;
|
|
2017
|
+
} | undefined;
|
|
1996
2018
|
} | undefined;
|
|
1997
2019
|
search?: {
|
|
1998
2020
|
prompt?: string | undefined;
|
|
@@ -2405,6 +2427,10 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
2405
2427
|
value?: string | undefined;
|
|
2406
2428
|
key?: string | undefined;
|
|
2407
2429
|
} | undefined;
|
|
2430
|
+
transcend?: {
|
|
2431
|
+
bundleId: string;
|
|
2432
|
+
analyticsPurpose?: string | undefined;
|
|
2433
|
+
} | undefined;
|
|
2408
2434
|
} | undefined;
|
|
2409
2435
|
search?: {
|
|
2410
2436
|
prompt?: string | undefined;
|
|
@@ -1335,6 +1335,16 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1335
1335
|
value?: string | undefined;
|
|
1336
1336
|
key?: string | undefined;
|
|
1337
1337
|
}>>;
|
|
1338
|
+
transcend: z.ZodOptional<z.ZodObject<{
|
|
1339
|
+
bundleId: z.ZodString;
|
|
1340
|
+
analyticsPurpose: z.ZodOptional<z.ZodString>;
|
|
1341
|
+
}, "strip", z.ZodTypeAny, {
|
|
1342
|
+
bundleId: string;
|
|
1343
|
+
analyticsPurpose?: string | undefined;
|
|
1344
|
+
}, {
|
|
1345
|
+
bundleId: string;
|
|
1346
|
+
analyticsPurpose?: string | undefined;
|
|
1347
|
+
}>>;
|
|
1338
1348
|
}, "strict", z.ZodTypeAny, {
|
|
1339
1349
|
adobe?: {
|
|
1340
1350
|
launchUrl: string;
|
|
@@ -1411,6 +1421,10 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1411
1421
|
value?: string | undefined;
|
|
1412
1422
|
key?: string | undefined;
|
|
1413
1423
|
} | undefined;
|
|
1424
|
+
transcend?: {
|
|
1425
|
+
bundleId: string;
|
|
1426
|
+
analyticsPurpose?: string | undefined;
|
|
1427
|
+
} | undefined;
|
|
1414
1428
|
}, {
|
|
1415
1429
|
adobe?: {
|
|
1416
1430
|
launchUrl: string;
|
|
@@ -1487,6 +1501,10 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1487
1501
|
value?: string | undefined;
|
|
1488
1502
|
key?: string | undefined;
|
|
1489
1503
|
} | undefined;
|
|
1504
|
+
transcend?: {
|
|
1505
|
+
bundleId: string;
|
|
1506
|
+
analyticsPurpose?: string | undefined;
|
|
1507
|
+
} | undefined;
|
|
1490
1508
|
}>>;
|
|
1491
1509
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1492
1510
|
content: z.ZodString;
|
|
@@ -1993,6 +2011,10 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1993
2011
|
value?: string | undefined;
|
|
1994
2012
|
key?: string | undefined;
|
|
1995
2013
|
} | undefined;
|
|
2014
|
+
transcend?: {
|
|
2015
|
+
bundleId: string;
|
|
2016
|
+
analyticsPurpose?: string | undefined;
|
|
2017
|
+
} | undefined;
|
|
1996
2018
|
} | undefined;
|
|
1997
2019
|
search?: {
|
|
1998
2020
|
prompt?: string | undefined;
|
|
@@ -2405,6 +2427,10 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
2405
2427
|
value?: string | undefined;
|
|
2406
2428
|
key?: string | undefined;
|
|
2407
2429
|
} | undefined;
|
|
2430
|
+
transcend?: {
|
|
2431
|
+
bundleId: string;
|
|
2432
|
+
analyticsPurpose?: string | undefined;
|
|
2433
|
+
} | undefined;
|
|
2408
2434
|
} | undefined;
|
|
2409
2435
|
search?: {
|
|
2410
2436
|
prompt?: string | undefined;
|
|
@@ -1335,6 +1335,16 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1335
1335
|
value?: string | undefined;
|
|
1336
1336
|
key?: string | undefined;
|
|
1337
1337
|
}>>;
|
|
1338
|
+
transcend: z.ZodOptional<z.ZodObject<{
|
|
1339
|
+
bundleId: z.ZodString;
|
|
1340
|
+
analyticsPurpose: z.ZodOptional<z.ZodString>;
|
|
1341
|
+
}, "strip", z.ZodTypeAny, {
|
|
1342
|
+
bundleId: string;
|
|
1343
|
+
analyticsPurpose?: string | undefined;
|
|
1344
|
+
}, {
|
|
1345
|
+
bundleId: string;
|
|
1346
|
+
analyticsPurpose?: string | undefined;
|
|
1347
|
+
}>>;
|
|
1338
1348
|
}, "strict", z.ZodTypeAny, {
|
|
1339
1349
|
adobe?: {
|
|
1340
1350
|
launchUrl: string;
|
|
@@ -1411,6 +1421,10 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1411
1421
|
value?: string | undefined;
|
|
1412
1422
|
key?: string | undefined;
|
|
1413
1423
|
} | undefined;
|
|
1424
|
+
transcend?: {
|
|
1425
|
+
bundleId: string;
|
|
1426
|
+
analyticsPurpose?: string | undefined;
|
|
1427
|
+
} | undefined;
|
|
1414
1428
|
}, {
|
|
1415
1429
|
adobe?: {
|
|
1416
1430
|
launchUrl: string;
|
|
@@ -1487,6 +1501,10 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1487
1501
|
value?: string | undefined;
|
|
1488
1502
|
key?: string | undefined;
|
|
1489
1503
|
} | undefined;
|
|
1504
|
+
transcend?: {
|
|
1505
|
+
bundleId: string;
|
|
1506
|
+
analyticsPurpose?: string | undefined;
|
|
1507
|
+
} | undefined;
|
|
1490
1508
|
}>>;
|
|
1491
1509
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1492
1510
|
content: z.ZodString;
|
|
@@ -1993,6 +2011,10 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1993
2011
|
value?: string | undefined;
|
|
1994
2012
|
key?: string | undefined;
|
|
1995
2013
|
} | undefined;
|
|
2014
|
+
transcend?: {
|
|
2015
|
+
bundleId: string;
|
|
2016
|
+
analyticsPurpose?: string | undefined;
|
|
2017
|
+
} | undefined;
|
|
1996
2018
|
} | undefined;
|
|
1997
2019
|
search?: {
|
|
1998
2020
|
prompt?: string | undefined;
|
|
@@ -2405,6 +2427,10 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2405
2427
|
value?: string | undefined;
|
|
2406
2428
|
key?: string | undefined;
|
|
2407
2429
|
} | undefined;
|
|
2430
|
+
transcend?: {
|
|
2431
|
+
bundleId: string;
|
|
2432
|
+
analyticsPurpose?: string | undefined;
|
|
2433
|
+
} | undefined;
|
|
2408
2434
|
} | undefined;
|
|
2409
2435
|
search?: {
|
|
2410
2436
|
prompt?: string | undefined;
|
|
@@ -1335,6 +1335,16 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1335
1335
|
value?: string | undefined;
|
|
1336
1336
|
key?: string | undefined;
|
|
1337
1337
|
}>>;
|
|
1338
|
+
transcend: z.ZodOptional<z.ZodObject<{
|
|
1339
|
+
bundleId: z.ZodString;
|
|
1340
|
+
analyticsPurpose: z.ZodOptional<z.ZodString>;
|
|
1341
|
+
}, "strip", z.ZodTypeAny, {
|
|
1342
|
+
bundleId: string;
|
|
1343
|
+
analyticsPurpose?: string | undefined;
|
|
1344
|
+
}, {
|
|
1345
|
+
bundleId: string;
|
|
1346
|
+
analyticsPurpose?: string | undefined;
|
|
1347
|
+
}>>;
|
|
1338
1348
|
}, "strict", z.ZodTypeAny, {
|
|
1339
1349
|
adobe?: {
|
|
1340
1350
|
launchUrl: string;
|
|
@@ -1411,6 +1421,10 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1411
1421
|
value?: string | undefined;
|
|
1412
1422
|
key?: string | undefined;
|
|
1413
1423
|
} | undefined;
|
|
1424
|
+
transcend?: {
|
|
1425
|
+
bundleId: string;
|
|
1426
|
+
analyticsPurpose?: string | undefined;
|
|
1427
|
+
} | undefined;
|
|
1414
1428
|
}, {
|
|
1415
1429
|
adobe?: {
|
|
1416
1430
|
launchUrl: string;
|
|
@@ -1487,6 +1501,10 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1487
1501
|
value?: string | undefined;
|
|
1488
1502
|
key?: string | undefined;
|
|
1489
1503
|
} | undefined;
|
|
1504
|
+
transcend?: {
|
|
1505
|
+
bundleId: string;
|
|
1506
|
+
analyticsPurpose?: string | undefined;
|
|
1507
|
+
} | undefined;
|
|
1490
1508
|
}>>;
|
|
1491
1509
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1492
1510
|
content: z.ZodString;
|
|
@@ -1993,6 +2011,10 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1993
2011
|
value?: string | undefined;
|
|
1994
2012
|
key?: string | undefined;
|
|
1995
2013
|
} | undefined;
|
|
2014
|
+
transcend?: {
|
|
2015
|
+
bundleId: string;
|
|
2016
|
+
analyticsPurpose?: string | undefined;
|
|
2017
|
+
} | undefined;
|
|
1996
2018
|
} | undefined;
|
|
1997
2019
|
search?: {
|
|
1998
2020
|
prompt?: string | undefined;
|
|
@@ -2405,6 +2427,10 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
2405
2427
|
value?: string | undefined;
|
|
2406
2428
|
key?: string | undefined;
|
|
2407
2429
|
} | undefined;
|
|
2430
|
+
transcend?: {
|
|
2431
|
+
bundleId: string;
|
|
2432
|
+
analyticsPurpose?: string | undefined;
|
|
2433
|
+
} | undefined;
|
|
2408
2434
|
} | undefined;
|
|
2409
2435
|
search?: {
|
|
2410
2436
|
prompt?: string | undefined;
|
|
@@ -1335,6 +1335,16 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1335
1335
|
value?: string | undefined;
|
|
1336
1336
|
key?: string | undefined;
|
|
1337
1337
|
}>>;
|
|
1338
|
+
transcend: z.ZodOptional<z.ZodObject<{
|
|
1339
|
+
bundleId: z.ZodString;
|
|
1340
|
+
analyticsPurpose: z.ZodOptional<z.ZodString>;
|
|
1341
|
+
}, "strip", z.ZodTypeAny, {
|
|
1342
|
+
bundleId: string;
|
|
1343
|
+
analyticsPurpose?: string | undefined;
|
|
1344
|
+
}, {
|
|
1345
|
+
bundleId: string;
|
|
1346
|
+
analyticsPurpose?: string | undefined;
|
|
1347
|
+
}>>;
|
|
1338
1348
|
}, "strict", z.ZodTypeAny, {
|
|
1339
1349
|
adobe?: {
|
|
1340
1350
|
launchUrl: string;
|
|
@@ -1411,6 +1421,10 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1411
1421
|
value?: string | undefined;
|
|
1412
1422
|
key?: string | undefined;
|
|
1413
1423
|
} | undefined;
|
|
1424
|
+
transcend?: {
|
|
1425
|
+
bundleId: string;
|
|
1426
|
+
analyticsPurpose?: string | undefined;
|
|
1427
|
+
} | undefined;
|
|
1414
1428
|
}, {
|
|
1415
1429
|
adobe?: {
|
|
1416
1430
|
launchUrl: string;
|
|
@@ -1487,6 +1501,10 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1487
1501
|
value?: string | undefined;
|
|
1488
1502
|
key?: string | undefined;
|
|
1489
1503
|
} | undefined;
|
|
1504
|
+
transcend?: {
|
|
1505
|
+
bundleId: string;
|
|
1506
|
+
analyticsPurpose?: string | undefined;
|
|
1507
|
+
} | undefined;
|
|
1490
1508
|
}>>;
|
|
1491
1509
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1492
1510
|
content: z.ZodString;
|
|
@@ -1993,6 +2011,10 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1993
2011
|
value?: string | undefined;
|
|
1994
2012
|
key?: string | undefined;
|
|
1995
2013
|
} | undefined;
|
|
2014
|
+
transcend?: {
|
|
2015
|
+
bundleId: string;
|
|
2016
|
+
analyticsPurpose?: string | undefined;
|
|
2017
|
+
} | undefined;
|
|
1996
2018
|
} | undefined;
|
|
1997
2019
|
search?: {
|
|
1998
2020
|
prompt?: string | undefined;
|
|
@@ -2405,6 +2427,10 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2405
2427
|
value?: string | undefined;
|
|
2406
2428
|
key?: string | undefined;
|
|
2407
2429
|
} | undefined;
|
|
2430
|
+
transcend?: {
|
|
2431
|
+
bundleId: string;
|
|
2432
|
+
analyticsPurpose?: string | undefined;
|
|
2433
|
+
} | undefined;
|
|
2408
2434
|
} | undefined;
|
|
2409
2435
|
search?: {
|
|
2410
2436
|
prompt?: string | undefined;
|
|
@@ -1335,6 +1335,16 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1335
1335
|
value?: string | undefined;
|
|
1336
1336
|
key?: string | undefined;
|
|
1337
1337
|
}>>;
|
|
1338
|
+
transcend: z.ZodOptional<z.ZodObject<{
|
|
1339
|
+
bundleId: z.ZodString;
|
|
1340
|
+
analyticsPurpose: z.ZodOptional<z.ZodString>;
|
|
1341
|
+
}, "strip", z.ZodTypeAny, {
|
|
1342
|
+
bundleId: string;
|
|
1343
|
+
analyticsPurpose?: string | undefined;
|
|
1344
|
+
}, {
|
|
1345
|
+
bundleId: string;
|
|
1346
|
+
analyticsPurpose?: string | undefined;
|
|
1347
|
+
}>>;
|
|
1338
1348
|
}, "strict", z.ZodTypeAny, {
|
|
1339
1349
|
adobe?: {
|
|
1340
1350
|
launchUrl: string;
|
|
@@ -1411,6 +1421,10 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1411
1421
|
value?: string | undefined;
|
|
1412
1422
|
key?: string | undefined;
|
|
1413
1423
|
} | undefined;
|
|
1424
|
+
transcend?: {
|
|
1425
|
+
bundleId: string;
|
|
1426
|
+
analyticsPurpose?: string | undefined;
|
|
1427
|
+
} | undefined;
|
|
1414
1428
|
}, {
|
|
1415
1429
|
adobe?: {
|
|
1416
1430
|
launchUrl: string;
|
|
@@ -1487,6 +1501,10 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1487
1501
|
value?: string | undefined;
|
|
1488
1502
|
key?: string | undefined;
|
|
1489
1503
|
} | undefined;
|
|
1504
|
+
transcend?: {
|
|
1505
|
+
bundleId: string;
|
|
1506
|
+
analyticsPurpose?: string | undefined;
|
|
1507
|
+
} | undefined;
|
|
1490
1508
|
}>>;
|
|
1491
1509
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1492
1510
|
content: z.ZodString;
|
|
@@ -1993,6 +2011,10 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1993
2011
|
value?: string | undefined;
|
|
1994
2012
|
key?: string | undefined;
|
|
1995
2013
|
} | undefined;
|
|
2014
|
+
transcend?: {
|
|
2015
|
+
bundleId: string;
|
|
2016
|
+
analyticsPurpose?: string | undefined;
|
|
2017
|
+
} | undefined;
|
|
1996
2018
|
} | undefined;
|
|
1997
2019
|
search?: {
|
|
1998
2020
|
prompt?: string | undefined;
|
|
@@ -2405,6 +2427,10 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2405
2427
|
value?: string | undefined;
|
|
2406
2428
|
key?: string | undefined;
|
|
2407
2429
|
} | undefined;
|
|
2430
|
+
transcend?: {
|
|
2431
|
+
bundleId: string;
|
|
2432
|
+
analyticsPurpose?: string | undefined;
|
|
2433
|
+
} | undefined;
|
|
2408
2434
|
} | undefined;
|
|
2409
2435
|
search?: {
|
|
2410
2436
|
prompt?: string | undefined;
|
|
@@ -1335,6 +1335,16 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1335
1335
|
value?: string | undefined;
|
|
1336
1336
|
key?: string | undefined;
|
|
1337
1337
|
}>>;
|
|
1338
|
+
transcend: z.ZodOptional<z.ZodObject<{
|
|
1339
|
+
bundleId: z.ZodString;
|
|
1340
|
+
analyticsPurpose: z.ZodOptional<z.ZodString>;
|
|
1341
|
+
}, "strip", z.ZodTypeAny, {
|
|
1342
|
+
bundleId: string;
|
|
1343
|
+
analyticsPurpose?: string | undefined;
|
|
1344
|
+
}, {
|
|
1345
|
+
bundleId: string;
|
|
1346
|
+
analyticsPurpose?: string | undefined;
|
|
1347
|
+
}>>;
|
|
1338
1348
|
}, "strict", z.ZodTypeAny, {
|
|
1339
1349
|
adobe?: {
|
|
1340
1350
|
launchUrl: string;
|
|
@@ -1411,6 +1421,10 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1411
1421
|
value?: string | undefined;
|
|
1412
1422
|
key?: string | undefined;
|
|
1413
1423
|
} | undefined;
|
|
1424
|
+
transcend?: {
|
|
1425
|
+
bundleId: string;
|
|
1426
|
+
analyticsPurpose?: string | undefined;
|
|
1427
|
+
} | undefined;
|
|
1414
1428
|
}, {
|
|
1415
1429
|
adobe?: {
|
|
1416
1430
|
launchUrl: string;
|
|
@@ -1487,6 +1501,10 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1487
1501
|
value?: string | undefined;
|
|
1488
1502
|
key?: string | undefined;
|
|
1489
1503
|
} | undefined;
|
|
1504
|
+
transcend?: {
|
|
1505
|
+
bundleId: string;
|
|
1506
|
+
analyticsPurpose?: string | undefined;
|
|
1507
|
+
} | undefined;
|
|
1490
1508
|
}>>;
|
|
1491
1509
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1492
1510
|
content: z.ZodString;
|
|
@@ -1993,6 +2011,10 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1993
2011
|
value?: string | undefined;
|
|
1994
2012
|
key?: string | undefined;
|
|
1995
2013
|
} | undefined;
|
|
2014
|
+
transcend?: {
|
|
2015
|
+
bundleId: string;
|
|
2016
|
+
analyticsPurpose?: string | undefined;
|
|
2017
|
+
} | undefined;
|
|
1996
2018
|
} | undefined;
|
|
1997
2019
|
search?: {
|
|
1998
2020
|
prompt?: string | undefined;
|
|
@@ -2405,6 +2427,10 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2405
2427
|
value?: string | undefined;
|
|
2406
2428
|
key?: string | undefined;
|
|
2407
2429
|
} | undefined;
|
|
2430
|
+
transcend?: {
|
|
2431
|
+
bundleId: string;
|
|
2432
|
+
analyticsPurpose?: string | undefined;
|
|
2433
|
+
} | undefined;
|
|
2408
2434
|
} | undefined;
|
|
2409
2435
|
search?: {
|
|
2410
2436
|
prompt?: string | undefined;
|
|
@@ -1334,6 +1334,16 @@ export declare const standardConfigSchema: {
|
|
|
1334
1334
|
value?: string | undefined;
|
|
1335
1335
|
key?: string | undefined;
|
|
1336
1336
|
}>>;
|
|
1337
|
+
transcend: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1338
|
+
bundleId: import("zod").ZodString;
|
|
1339
|
+
analyticsPurpose: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1340
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1341
|
+
bundleId: string;
|
|
1342
|
+
analyticsPurpose?: string | undefined;
|
|
1343
|
+
}, {
|
|
1344
|
+
bundleId: string;
|
|
1345
|
+
analyticsPurpose?: string | undefined;
|
|
1346
|
+
}>>;
|
|
1337
1347
|
}, "strict", import("zod").ZodTypeAny, {
|
|
1338
1348
|
adobe?: {
|
|
1339
1349
|
launchUrl: string;
|
|
@@ -1410,6 +1420,10 @@ export declare const standardConfigSchema: {
|
|
|
1410
1420
|
value?: string | undefined;
|
|
1411
1421
|
key?: string | undefined;
|
|
1412
1422
|
} | undefined;
|
|
1423
|
+
transcend?: {
|
|
1424
|
+
bundleId: string;
|
|
1425
|
+
analyticsPurpose?: string | undefined;
|
|
1426
|
+
} | undefined;
|
|
1413
1427
|
}, {
|
|
1414
1428
|
adobe?: {
|
|
1415
1429
|
launchUrl: string;
|
|
@@ -1486,6 +1500,10 @@ export declare const standardConfigSchema: {
|
|
|
1486
1500
|
value?: string | undefined;
|
|
1487
1501
|
key?: string | undefined;
|
|
1488
1502
|
} | undefined;
|
|
1503
|
+
transcend?: {
|
|
1504
|
+
bundleId: string;
|
|
1505
|
+
analyticsPurpose?: string | undefined;
|
|
1506
|
+
} | undefined;
|
|
1489
1507
|
}>>;
|
|
1490
1508
|
banner: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1491
1509
|
content: import("zod").ZodString;
|
|
@@ -1335,6 +1335,16 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1335
1335
|
value?: string | undefined;
|
|
1336
1336
|
key?: string | undefined;
|
|
1337
1337
|
}>>;
|
|
1338
|
+
transcend: z.ZodOptional<z.ZodObject<{
|
|
1339
|
+
bundleId: z.ZodString;
|
|
1340
|
+
analyticsPurpose: z.ZodOptional<z.ZodString>;
|
|
1341
|
+
}, "strip", z.ZodTypeAny, {
|
|
1342
|
+
bundleId: string;
|
|
1343
|
+
analyticsPurpose?: string | undefined;
|
|
1344
|
+
}, {
|
|
1345
|
+
bundleId: string;
|
|
1346
|
+
analyticsPurpose?: string | undefined;
|
|
1347
|
+
}>>;
|
|
1338
1348
|
}, "strict", z.ZodTypeAny, {
|
|
1339
1349
|
adobe?: {
|
|
1340
1350
|
launchUrl: string;
|
|
@@ -1411,6 +1421,10 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1411
1421
|
value?: string | undefined;
|
|
1412
1422
|
key?: string | undefined;
|
|
1413
1423
|
} | undefined;
|
|
1424
|
+
transcend?: {
|
|
1425
|
+
bundleId: string;
|
|
1426
|
+
analyticsPurpose?: string | undefined;
|
|
1427
|
+
} | undefined;
|
|
1414
1428
|
}, {
|
|
1415
1429
|
adobe?: {
|
|
1416
1430
|
launchUrl: string;
|
|
@@ -1487,6 +1501,10 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1487
1501
|
value?: string | undefined;
|
|
1488
1502
|
key?: string | undefined;
|
|
1489
1503
|
} | undefined;
|
|
1504
|
+
transcend?: {
|
|
1505
|
+
bundleId: string;
|
|
1506
|
+
analyticsPurpose?: string | undefined;
|
|
1507
|
+
} | undefined;
|
|
1490
1508
|
}>>;
|
|
1491
1509
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1492
1510
|
content: z.ZodString;
|
|
@@ -1993,6 +2011,10 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1993
2011
|
value?: string | undefined;
|
|
1994
2012
|
key?: string | undefined;
|
|
1995
2013
|
} | undefined;
|
|
2014
|
+
transcend?: {
|
|
2015
|
+
bundleId: string;
|
|
2016
|
+
analyticsPurpose?: string | undefined;
|
|
2017
|
+
} | undefined;
|
|
1996
2018
|
} | undefined;
|
|
1997
2019
|
search?: {
|
|
1998
2020
|
prompt?: string | undefined;
|
|
@@ -2405,6 +2427,10 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
2405
2427
|
value?: string | undefined;
|
|
2406
2428
|
key?: string | undefined;
|
|
2407
2429
|
} | undefined;
|
|
2430
|
+
transcend?: {
|
|
2431
|
+
bundleId: string;
|
|
2432
|
+
analyticsPurpose?: string | undefined;
|
|
2433
|
+
} | undefined;
|
|
2408
2434
|
} | undefined;
|
|
2409
2435
|
search?: {
|
|
2410
2436
|
prompt?: string | undefined;
|
|
@@ -1367,6 +1367,16 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1367
1367
|
value?: string | undefined;
|
|
1368
1368
|
key?: string | undefined;
|
|
1369
1369
|
}>>;
|
|
1370
|
+
transcend: z.ZodOptional<z.ZodObject<{
|
|
1371
|
+
bundleId: z.ZodString;
|
|
1372
|
+
analyticsPurpose: z.ZodOptional<z.ZodString>;
|
|
1373
|
+
}, "strip", z.ZodTypeAny, {
|
|
1374
|
+
bundleId: string;
|
|
1375
|
+
analyticsPurpose?: string | undefined;
|
|
1376
|
+
}, {
|
|
1377
|
+
bundleId: string;
|
|
1378
|
+
analyticsPurpose?: string | undefined;
|
|
1379
|
+
}>>;
|
|
1370
1380
|
}, "strict", z.ZodTypeAny, {
|
|
1371
1381
|
adobe?: {
|
|
1372
1382
|
launchUrl: string;
|
|
@@ -1443,6 +1453,10 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1443
1453
|
value?: string | undefined;
|
|
1444
1454
|
key?: string | undefined;
|
|
1445
1455
|
} | undefined;
|
|
1456
|
+
transcend?: {
|
|
1457
|
+
bundleId: string;
|
|
1458
|
+
analyticsPurpose?: string | undefined;
|
|
1459
|
+
} | undefined;
|
|
1446
1460
|
}, {
|
|
1447
1461
|
adobe?: {
|
|
1448
1462
|
launchUrl: string;
|
|
@@ -1519,6 +1533,10 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1519
1533
|
value?: string | undefined;
|
|
1520
1534
|
key?: string | undefined;
|
|
1521
1535
|
} | undefined;
|
|
1536
|
+
transcend?: {
|
|
1537
|
+
bundleId: string;
|
|
1538
|
+
analyticsPurpose?: string | undefined;
|
|
1539
|
+
} | undefined;
|
|
1522
1540
|
}>>;
|
|
1523
1541
|
banner: z.ZodOptional<z.ZodObject<{
|
|
1524
1542
|
content: z.ZodString;
|
|
@@ -2025,6 +2043,10 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2025
2043
|
value?: string | undefined;
|
|
2026
2044
|
key?: string | undefined;
|
|
2027
2045
|
} | undefined;
|
|
2046
|
+
transcend?: {
|
|
2047
|
+
bundleId: string;
|
|
2048
|
+
analyticsPurpose?: string | undefined;
|
|
2049
|
+
} | undefined;
|
|
2028
2050
|
} | undefined;
|
|
2029
2051
|
search?: {
|
|
2030
2052
|
prompt?: string | undefined;
|
|
@@ -2443,6 +2465,10 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2443
2465
|
value?: string | undefined;
|
|
2444
2466
|
key?: string | undefined;
|
|
2445
2467
|
} | undefined;
|
|
2468
|
+
transcend?: {
|
|
2469
|
+
bundleId: string;
|
|
2470
|
+
analyticsPurpose?: string | undefined;
|
|
2471
|
+
} | undefined;
|
|
2446
2472
|
} | undefined;
|
|
2447
2473
|
search?: {
|
|
2448
2474
|
prompt?: string | undefined;
|