@mintlify/validation 0.1.612 → 0.1.614

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.
@@ -1,4 +1,7 @@
1
1
  import { z } from 'zod';
2
+ const adobeAnalyticsConfigSchema = z.object({
3
+ launchUrl: z.string().url('Must be a valid URL'),
4
+ });
2
5
  const amplitudeConfigSchema = z.object({
3
6
  apiKey: z.string(),
4
7
  });
@@ -72,6 +75,7 @@ const cookieConsentSchema = z.object({
72
75
  });
73
76
  export const integrationsSchema = z
74
77
  .object({
78
+ adobe: adobeAnalyticsConfigSchema.optional(),
75
79
  amplitude: amplitudeConfigSchema.optional(),
76
80
  clarity: clarityConfigSchema.optional(),
77
81
  clearbit: clearbitConfigSchema.optional(),
@@ -988,6 +988,13 @@ export declare const almondConfigSchema: z.ZodObject<{
988
988
  permanent?: boolean | undefined;
989
989
  }[]>>;
990
990
  integrations: z.ZodOptional<z.ZodObject<{
991
+ adobe: z.ZodOptional<z.ZodObject<{
992
+ launchUrl: z.ZodString;
993
+ }, "strip", z.ZodTypeAny, {
994
+ launchUrl: string;
995
+ }, {
996
+ launchUrl: string;
997
+ }>>;
991
998
  amplitude: z.ZodOptional<z.ZodObject<{
992
999
  apiKey: z.ZodString;
993
1000
  }, "strip", z.ZodTypeAny, {
@@ -1147,6 +1154,9 @@ export declare const almondConfigSchema: z.ZodObject<{
1147
1154
  key?: string | undefined;
1148
1155
  }>>;
1149
1156
  }, "strict", z.ZodTypeAny, {
1157
+ adobe?: {
1158
+ launchUrl: string;
1159
+ } | undefined;
1150
1160
  amplitude?: {
1151
1161
  apiKey: string;
1152
1162
  } | undefined;
@@ -1214,6 +1224,9 @@ export declare const almondConfigSchema: z.ZodObject<{
1214
1224
  key?: string | undefined;
1215
1225
  } | undefined;
1216
1226
  }, {
1227
+ adobe?: {
1228
+ launchUrl: string;
1229
+ } | undefined;
1217
1230
  amplitude?: {
1218
1231
  apiKey: string;
1219
1232
  } | undefined;
@@ -1643,6 +1656,9 @@ export declare const almondConfigSchema: z.ZodObject<{
1643
1656
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1644
1657
  } | undefined;
1645
1658
  integrations?: {
1659
+ adobe?: {
1660
+ launchUrl: string;
1661
+ } | undefined;
1646
1662
  amplitude?: {
1647
1663
  apiKey: string;
1648
1664
  } | undefined;
@@ -1991,6 +2007,9 @@ export declare const almondConfigSchema: z.ZodObject<{
1991
2007
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1992
2008
  } | undefined;
1993
2009
  integrations?: {
2010
+ adobe?: {
2011
+ launchUrl: string;
2012
+ } | undefined;
1994
2013
  amplitude?: {
1995
2014
  apiKey: string;
1996
2015
  } | undefined;
@@ -988,6 +988,13 @@ export declare const aspenConfigSchema: z.ZodObject<{
988
988
  permanent?: boolean | undefined;
989
989
  }[]>>;
990
990
  integrations: z.ZodOptional<z.ZodObject<{
991
+ adobe: z.ZodOptional<z.ZodObject<{
992
+ launchUrl: z.ZodString;
993
+ }, "strip", z.ZodTypeAny, {
994
+ launchUrl: string;
995
+ }, {
996
+ launchUrl: string;
997
+ }>>;
991
998
  amplitude: z.ZodOptional<z.ZodObject<{
992
999
  apiKey: z.ZodString;
993
1000
  }, "strip", z.ZodTypeAny, {
@@ -1147,6 +1154,9 @@ export declare const aspenConfigSchema: z.ZodObject<{
1147
1154
  key?: string | undefined;
1148
1155
  }>>;
1149
1156
  }, "strict", z.ZodTypeAny, {
1157
+ adobe?: {
1158
+ launchUrl: string;
1159
+ } | undefined;
1150
1160
  amplitude?: {
1151
1161
  apiKey: string;
1152
1162
  } | undefined;
@@ -1214,6 +1224,9 @@ export declare const aspenConfigSchema: z.ZodObject<{
1214
1224
  key?: string | undefined;
1215
1225
  } | undefined;
1216
1226
  }, {
1227
+ adobe?: {
1228
+ launchUrl: string;
1229
+ } | undefined;
1217
1230
  amplitude?: {
1218
1231
  apiKey: string;
1219
1232
  } | undefined;
@@ -1643,6 +1656,9 @@ export declare const aspenConfigSchema: z.ZodObject<{
1643
1656
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1644
1657
  } | undefined;
1645
1658
  integrations?: {
1659
+ adobe?: {
1660
+ launchUrl: string;
1661
+ } | undefined;
1646
1662
  amplitude?: {
1647
1663
  apiKey: string;
1648
1664
  } | undefined;
@@ -1991,6 +2007,9 @@ export declare const aspenConfigSchema: z.ZodObject<{
1991
2007
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1992
2008
  } | undefined;
1993
2009
  integrations?: {
2010
+ adobe?: {
2011
+ launchUrl: string;
2012
+ } | undefined;
1994
2013
  amplitude?: {
1995
2014
  apiKey: string;
1996
2015
  } | undefined;
@@ -988,6 +988,13 @@ export declare const lindenConfigSchema: z.ZodObject<{
988
988
  permanent?: boolean | undefined;
989
989
  }[]>>;
990
990
  integrations: z.ZodOptional<z.ZodObject<{
991
+ adobe: z.ZodOptional<z.ZodObject<{
992
+ launchUrl: z.ZodString;
993
+ }, "strip", z.ZodTypeAny, {
994
+ launchUrl: string;
995
+ }, {
996
+ launchUrl: string;
997
+ }>>;
991
998
  amplitude: z.ZodOptional<z.ZodObject<{
992
999
  apiKey: z.ZodString;
993
1000
  }, "strip", z.ZodTypeAny, {
@@ -1147,6 +1154,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
1147
1154
  key?: string | undefined;
1148
1155
  }>>;
1149
1156
  }, "strict", z.ZodTypeAny, {
1157
+ adobe?: {
1158
+ launchUrl: string;
1159
+ } | undefined;
1150
1160
  amplitude?: {
1151
1161
  apiKey: string;
1152
1162
  } | undefined;
@@ -1214,6 +1224,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
1214
1224
  key?: string | undefined;
1215
1225
  } | undefined;
1216
1226
  }, {
1227
+ adobe?: {
1228
+ launchUrl: string;
1229
+ } | undefined;
1217
1230
  amplitude?: {
1218
1231
  apiKey: string;
1219
1232
  } | undefined;
@@ -1643,6 +1656,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
1643
1656
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1644
1657
  } | undefined;
1645
1658
  integrations?: {
1659
+ adobe?: {
1660
+ launchUrl: string;
1661
+ } | undefined;
1646
1662
  amplitude?: {
1647
1663
  apiKey: string;
1648
1664
  } | undefined;
@@ -1991,6 +2007,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
1991
2007
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1992
2008
  } | undefined;
1993
2009
  integrations?: {
2010
+ adobe?: {
2011
+ launchUrl: string;
2012
+ } | undefined;
1994
2013
  amplitude?: {
1995
2014
  apiKey: string;
1996
2015
  } | undefined;
@@ -988,6 +988,13 @@ export declare const lumaConfigSchema: z.ZodObject<{
988
988
  permanent?: boolean | undefined;
989
989
  }[]>>;
990
990
  integrations: z.ZodOptional<z.ZodObject<{
991
+ adobe: z.ZodOptional<z.ZodObject<{
992
+ launchUrl: z.ZodString;
993
+ }, "strip", z.ZodTypeAny, {
994
+ launchUrl: string;
995
+ }, {
996
+ launchUrl: string;
997
+ }>>;
991
998
  amplitude: z.ZodOptional<z.ZodObject<{
992
999
  apiKey: z.ZodString;
993
1000
  }, "strip", z.ZodTypeAny, {
@@ -1147,6 +1154,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
1147
1154
  key?: string | undefined;
1148
1155
  }>>;
1149
1156
  }, "strict", z.ZodTypeAny, {
1157
+ adobe?: {
1158
+ launchUrl: string;
1159
+ } | undefined;
1150
1160
  amplitude?: {
1151
1161
  apiKey: string;
1152
1162
  } | undefined;
@@ -1214,6 +1224,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
1214
1224
  key?: string | undefined;
1215
1225
  } | undefined;
1216
1226
  }, {
1227
+ adobe?: {
1228
+ launchUrl: string;
1229
+ } | undefined;
1217
1230
  amplitude?: {
1218
1231
  apiKey: string;
1219
1232
  } | undefined;
@@ -1643,6 +1656,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
1643
1656
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1644
1657
  } | undefined;
1645
1658
  integrations?: {
1659
+ adobe?: {
1660
+ launchUrl: string;
1661
+ } | undefined;
1646
1662
  amplitude?: {
1647
1663
  apiKey: string;
1648
1664
  } | undefined;
@@ -1991,6 +2007,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
1991
2007
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1992
2008
  } | undefined;
1993
2009
  integrations?: {
2010
+ adobe?: {
2011
+ launchUrl: string;
2012
+ } | undefined;
1994
2013
  amplitude?: {
1995
2014
  apiKey: string;
1996
2015
  } | undefined;
@@ -988,6 +988,13 @@ export declare const mapleConfigSchema: z.ZodObject<{
988
988
  permanent?: boolean | undefined;
989
989
  }[]>>;
990
990
  integrations: z.ZodOptional<z.ZodObject<{
991
+ adobe: z.ZodOptional<z.ZodObject<{
992
+ launchUrl: z.ZodString;
993
+ }, "strip", z.ZodTypeAny, {
994
+ launchUrl: string;
995
+ }, {
996
+ launchUrl: string;
997
+ }>>;
991
998
  amplitude: z.ZodOptional<z.ZodObject<{
992
999
  apiKey: z.ZodString;
993
1000
  }, "strip", z.ZodTypeAny, {
@@ -1147,6 +1154,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
1147
1154
  key?: string | undefined;
1148
1155
  }>>;
1149
1156
  }, "strict", z.ZodTypeAny, {
1157
+ adobe?: {
1158
+ launchUrl: string;
1159
+ } | undefined;
1150
1160
  amplitude?: {
1151
1161
  apiKey: string;
1152
1162
  } | undefined;
@@ -1214,6 +1224,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
1214
1224
  key?: string | undefined;
1215
1225
  } | undefined;
1216
1226
  }, {
1227
+ adobe?: {
1228
+ launchUrl: string;
1229
+ } | undefined;
1217
1230
  amplitude?: {
1218
1231
  apiKey: string;
1219
1232
  } | undefined;
@@ -1643,6 +1656,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
1643
1656
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1644
1657
  } | undefined;
1645
1658
  integrations?: {
1659
+ adobe?: {
1660
+ launchUrl: string;
1661
+ } | undefined;
1646
1662
  amplitude?: {
1647
1663
  apiKey: string;
1648
1664
  } | undefined;
@@ -1991,6 +2007,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
1991
2007
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1992
2008
  } | undefined;
1993
2009
  integrations?: {
2010
+ adobe?: {
2011
+ launchUrl: string;
2012
+ } | undefined;
1994
2013
  amplitude?: {
1995
2014
  apiKey: string;
1996
2015
  } | undefined;
@@ -988,6 +988,13 @@ export declare const mintConfigSchema: z.ZodObject<{
988
988
  permanent?: boolean | undefined;
989
989
  }[]>>;
990
990
  integrations: z.ZodOptional<z.ZodObject<{
991
+ adobe: z.ZodOptional<z.ZodObject<{
992
+ launchUrl: z.ZodString;
993
+ }, "strip", z.ZodTypeAny, {
994
+ launchUrl: string;
995
+ }, {
996
+ launchUrl: string;
997
+ }>>;
991
998
  amplitude: z.ZodOptional<z.ZodObject<{
992
999
  apiKey: z.ZodString;
993
1000
  }, "strip", z.ZodTypeAny, {
@@ -1147,6 +1154,9 @@ export declare const mintConfigSchema: z.ZodObject<{
1147
1154
  key?: string | undefined;
1148
1155
  }>>;
1149
1156
  }, "strict", z.ZodTypeAny, {
1157
+ adobe?: {
1158
+ launchUrl: string;
1159
+ } | undefined;
1150
1160
  amplitude?: {
1151
1161
  apiKey: string;
1152
1162
  } | undefined;
@@ -1214,6 +1224,9 @@ export declare const mintConfigSchema: z.ZodObject<{
1214
1224
  key?: string | undefined;
1215
1225
  } | undefined;
1216
1226
  }, {
1227
+ adobe?: {
1228
+ launchUrl: string;
1229
+ } | undefined;
1217
1230
  amplitude?: {
1218
1231
  apiKey: string;
1219
1232
  } | undefined;
@@ -1643,6 +1656,9 @@ export declare const mintConfigSchema: z.ZodObject<{
1643
1656
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1644
1657
  } | undefined;
1645
1658
  integrations?: {
1659
+ adobe?: {
1660
+ launchUrl: string;
1661
+ } | undefined;
1646
1662
  amplitude?: {
1647
1663
  apiKey: string;
1648
1664
  } | undefined;
@@ -1991,6 +2007,9 @@ export declare const mintConfigSchema: z.ZodObject<{
1991
2007
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1992
2008
  } | undefined;
1993
2009
  integrations?: {
2010
+ adobe?: {
2011
+ launchUrl: string;
2012
+ } | undefined;
1994
2013
  amplitude?: {
1995
2014
  apiKey: string;
1996
2015
  } | undefined;
@@ -988,6 +988,13 @@ export declare const palmConfigSchema: z.ZodObject<{
988
988
  permanent?: boolean | undefined;
989
989
  }[]>>;
990
990
  integrations: z.ZodOptional<z.ZodObject<{
991
+ adobe: z.ZodOptional<z.ZodObject<{
992
+ launchUrl: z.ZodString;
993
+ }, "strip", z.ZodTypeAny, {
994
+ launchUrl: string;
995
+ }, {
996
+ launchUrl: string;
997
+ }>>;
991
998
  amplitude: z.ZodOptional<z.ZodObject<{
992
999
  apiKey: z.ZodString;
993
1000
  }, "strip", z.ZodTypeAny, {
@@ -1147,6 +1154,9 @@ export declare const palmConfigSchema: z.ZodObject<{
1147
1154
  key?: string | undefined;
1148
1155
  }>>;
1149
1156
  }, "strict", z.ZodTypeAny, {
1157
+ adobe?: {
1158
+ launchUrl: string;
1159
+ } | undefined;
1150
1160
  amplitude?: {
1151
1161
  apiKey: string;
1152
1162
  } | undefined;
@@ -1214,6 +1224,9 @@ export declare const palmConfigSchema: z.ZodObject<{
1214
1224
  key?: string | undefined;
1215
1225
  } | undefined;
1216
1226
  }, {
1227
+ adobe?: {
1228
+ launchUrl: string;
1229
+ } | undefined;
1217
1230
  amplitude?: {
1218
1231
  apiKey: string;
1219
1232
  } | undefined;
@@ -1643,6 +1656,9 @@ export declare const palmConfigSchema: z.ZodObject<{
1643
1656
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1644
1657
  } | undefined;
1645
1658
  integrations?: {
1659
+ adobe?: {
1660
+ launchUrl: string;
1661
+ } | undefined;
1646
1662
  amplitude?: {
1647
1663
  apiKey: string;
1648
1664
  } | undefined;
@@ -1991,6 +2007,9 @@ export declare const palmConfigSchema: z.ZodObject<{
1991
2007
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1992
2008
  } | undefined;
1993
2009
  integrations?: {
2010
+ adobe?: {
2011
+ launchUrl: string;
2012
+ } | undefined;
1994
2013
  amplitude?: {
1995
2014
  apiKey: string;
1996
2015
  } | undefined;
@@ -987,6 +987,13 @@ export declare const standardConfigSchema: {
987
987
  permanent?: boolean | undefined;
988
988
  }[]>>;
989
989
  integrations: import("zod").ZodOptional<import("zod").ZodObject<{
990
+ adobe: import("zod").ZodOptional<import("zod").ZodObject<{
991
+ launchUrl: import("zod").ZodString;
992
+ }, "strip", import("zod").ZodTypeAny, {
993
+ launchUrl: string;
994
+ }, {
995
+ launchUrl: string;
996
+ }>>;
990
997
  amplitude: import("zod").ZodOptional<import("zod").ZodObject<{
991
998
  apiKey: import("zod").ZodString;
992
999
  }, "strip", import("zod").ZodTypeAny, {
@@ -1146,6 +1153,9 @@ export declare const standardConfigSchema: {
1146
1153
  key?: string | undefined;
1147
1154
  }>>;
1148
1155
  }, "strict", import("zod").ZodTypeAny, {
1156
+ adobe?: {
1157
+ launchUrl: string;
1158
+ } | undefined;
1149
1159
  amplitude?: {
1150
1160
  apiKey: string;
1151
1161
  } | undefined;
@@ -1213,6 +1223,9 @@ export declare const standardConfigSchema: {
1213
1223
  key?: string | undefined;
1214
1224
  } | undefined;
1215
1225
  }, {
1226
+ adobe?: {
1227
+ launchUrl: string;
1228
+ } | undefined;
1216
1229
  amplitude?: {
1217
1230
  apiKey: string;
1218
1231
  } | undefined;
@@ -988,6 +988,13 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
988
988
  permanent?: boolean | undefined;
989
989
  }[]>>;
990
990
  integrations: z.ZodOptional<z.ZodObject<{
991
+ adobe: z.ZodOptional<z.ZodObject<{
992
+ launchUrl: z.ZodString;
993
+ }, "strip", z.ZodTypeAny, {
994
+ launchUrl: string;
995
+ }, {
996
+ launchUrl: string;
997
+ }>>;
991
998
  amplitude: z.ZodOptional<z.ZodObject<{
992
999
  apiKey: z.ZodString;
993
1000
  }, "strip", z.ZodTypeAny, {
@@ -1147,6 +1154,9 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
1147
1154
  key?: string | undefined;
1148
1155
  }>>;
1149
1156
  }, "strict", z.ZodTypeAny, {
1157
+ adobe?: {
1158
+ launchUrl: string;
1159
+ } | undefined;
1150
1160
  amplitude?: {
1151
1161
  apiKey: string;
1152
1162
  } | undefined;
@@ -1214,6 +1224,9 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
1214
1224
  key?: string | undefined;
1215
1225
  } | undefined;
1216
1226
  }, {
1227
+ adobe?: {
1228
+ launchUrl: string;
1229
+ } | undefined;
1217
1230
  amplitude?: {
1218
1231
  apiKey: string;
1219
1232
  } | undefined;
@@ -1643,6 +1656,9 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
1643
1656
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1644
1657
  } | undefined;
1645
1658
  integrations?: {
1659
+ adobe?: {
1660
+ launchUrl: string;
1661
+ } | undefined;
1646
1662
  amplitude?: {
1647
1663
  apiKey: string;
1648
1664
  } | undefined;
@@ -1991,6 +2007,9 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
1991
2007
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1992
2008
  } | undefined;
1993
2009
  integrations?: {
2010
+ adobe?: {
2011
+ launchUrl: string;
2012
+ } | undefined;
1994
2013
  amplitude?: {
1995
2014
  apiKey: string;
1996
2015
  } | undefined;
@@ -988,6 +988,13 @@ export declare const willowConfigSchema: z.ZodObject<{
988
988
  permanent?: boolean | undefined;
989
989
  }[]>>;
990
990
  integrations: z.ZodOptional<z.ZodObject<{
991
+ adobe: z.ZodOptional<z.ZodObject<{
992
+ launchUrl: z.ZodString;
993
+ }, "strip", z.ZodTypeAny, {
994
+ launchUrl: string;
995
+ }, {
996
+ launchUrl: string;
997
+ }>>;
991
998
  amplitude: z.ZodOptional<z.ZodObject<{
992
999
  apiKey: z.ZodString;
993
1000
  }, "strip", z.ZodTypeAny, {
@@ -1147,6 +1154,9 @@ export declare const willowConfigSchema: z.ZodObject<{
1147
1154
  key?: string | undefined;
1148
1155
  }>>;
1149
1156
  }, "strict", z.ZodTypeAny, {
1157
+ adobe?: {
1158
+ launchUrl: string;
1159
+ } | undefined;
1150
1160
  amplitude?: {
1151
1161
  apiKey: string;
1152
1162
  } | undefined;
@@ -1214,6 +1224,9 @@ export declare const willowConfigSchema: z.ZodObject<{
1214
1224
  key?: string | undefined;
1215
1225
  } | undefined;
1216
1226
  }, {
1227
+ adobe?: {
1228
+ launchUrl: string;
1229
+ } | undefined;
1217
1230
  amplitude?: {
1218
1231
  apiKey: string;
1219
1232
  } | undefined;
@@ -1643,6 +1656,9 @@ export declare const willowConfigSchema: z.ZodObject<{
1643
1656
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1644
1657
  } | undefined;
1645
1658
  integrations?: {
1659
+ adobe?: {
1660
+ launchUrl: string;
1661
+ } | undefined;
1646
1662
  amplitude?: {
1647
1663
  apiKey: string;
1648
1664
  } | undefined;
@@ -1991,6 +2007,9 @@ export declare const willowConfigSchema: z.ZodObject<{
1991
2007
  socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
1992
2008
  } | undefined;
1993
2009
  integrations?: {
2010
+ adobe?: {
2011
+ launchUrl: string;
2012
+ } | undefined;
1994
2013
  amplitude?: {
1995
2014
  apiKey: string;
1996
2015
  } | undefined;