@farcaster/miniapp-core 0.5.0 → 0.6.0

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,477 +1,330 @@
1
1
  import { z } from 'zod';
2
2
  export declare const primaryCategories: readonly ["games", "social", "finance", "utility", "productivity", "health-fitness", "news-media", "music", "shopping", "education", "developer-tools", "entertainment", "art-creativity"];
3
3
  export type PrimaryCategory = (typeof primaryCategories)[number];
4
- export declare const primaryCategorySchema: z.ZodEnum<["games", "social", "finance", "utility", "productivity", "health-fitness", "news-media", "music", "shopping", "education", "developer-tools", "entertainment", "art-creativity"]>;
5
- export declare const versionSchema: z.ZodUnion<[z.ZodLiteral<"0.0.0">, z.ZodLiteral<"0.0.1">, z.ZodLiteral<"1">, z.ZodLiteral<"next">]>;
6
- export declare const subtitleSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
7
- export declare const descriptionSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
8
- export declare const screenshotUrlsSchema: z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, "many">;
9
- export declare const tagsSchema: z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, "many">;
10
- export declare const taglineSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
11
- export declare const ogTitleSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
12
- export declare const ogDescriptionSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
4
+ export declare const primaryCategorySchema: z.ZodEnum<{
5
+ games: "games";
6
+ social: "social";
7
+ finance: "finance";
8
+ utility: "utility";
9
+ productivity: "productivity";
10
+ "health-fitness": "health-fitness";
11
+ "news-media": "news-media";
12
+ music: "music";
13
+ shopping: "shopping";
14
+ education: "education";
15
+ "developer-tools": "developer-tools";
16
+ entertainment: "entertainment";
17
+ "art-creativity": "art-creativity";
18
+ }>;
19
+ export declare const versionSchema: z.ZodUnion<readonly [z.ZodLiteral<"0.0.0">, z.ZodLiteral<"0.0.1">, z.ZodLiteral<"1">, z.ZodLiteral<"next">]>;
20
+ export declare const subtitleSchema: z.ZodString;
21
+ export declare const descriptionSchema: z.ZodString;
22
+ export declare const screenshotUrlsSchema: z.ZodArray<z.ZodString>;
23
+ export declare const tagsSchema: z.ZodArray<z.ZodString>;
24
+ export declare const taglineSchema: z.ZodString;
25
+ export declare const ogTitleSchema: z.ZodString;
26
+ export declare const ogDescriptionSchema: z.ZodString;
13
27
  export declare const noindexSchema: z.ZodBoolean;
14
28
  export declare const chains: readonly ["eip155:1", "eip155:8453", "eip155:42161", "eip155:421614", "eip155:84532", "eip155:666666666", "eip155:100", "eip155:10", "eip155:11155420", "eip155:137", "eip155:11155111", "eip155:7777777", "eip155:130", "eip155:10143", "eip155:42220", "eip155:999", "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"];
15
29
  export type Chains = (typeof chains)[number];
16
- export declare const requiredChainsSchema: z.ZodEffects<z.ZodArray<z.ZodEnum<["eip155:1", "eip155:8453", "eip155:42161", "eip155:421614", "eip155:84532", "eip155:666666666", "eip155:100", "eip155:10", "eip155:11155420", "eip155:137", "eip155:11155111", "eip155:7777777", "eip155:130", "eip155:10143", "eip155:42220", "eip155:999", "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]>, "many">, ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[], ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[]>;
17
- export declare const requiredCapabilitiesSchema: z.ZodEffects<z.ZodArray<z.ZodEnum<["wallet.getEthereumProvider", "wallet.getSolanaProvider", "actions.ready", "actions.openUrl", "actions.close", "actions.setPrimaryButton", "actions.addMiniApp", "actions.signIn", "actions.viewCast", "actions.viewProfile", "actions.composeCast", "actions.viewToken", "actions.sendToken", "actions.swapToken", "actions.openMiniApp", "actions.requestCameraAndMicrophoneAccess", "experimental.signManifest", "haptics.impactOccurred", "haptics.notificationOccurred", "haptics.selectionChanged", "back"]>, "many">, ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[], ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[]>;
18
- export declare const domainMiniAppConfigSchema: z.ZodEffects<z.ZodObject<{
19
- version: z.ZodUnion<[z.ZodLiteral<"0.0.0">, z.ZodLiteral<"0.0.1">, z.ZodLiteral<"1">, z.ZodLiteral<"next">]>;
30
+ export declare const requiredChainsSchema: z.ZodPipe<z.ZodArray<z.ZodEnum<{
31
+ "eip155:1": "eip155:1";
32
+ "eip155:8453": "eip155:8453";
33
+ "eip155:42161": "eip155:42161";
34
+ "eip155:421614": "eip155:421614";
35
+ "eip155:84532": "eip155:84532";
36
+ "eip155:666666666": "eip155:666666666";
37
+ "eip155:100": "eip155:100";
38
+ "eip155:10": "eip155:10";
39
+ "eip155:11155420": "eip155:11155420";
40
+ "eip155:137": "eip155:137";
41
+ "eip155:11155111": "eip155:11155111";
42
+ "eip155:7777777": "eip155:7777777";
43
+ "eip155:130": "eip155:130";
44
+ "eip155:10143": "eip155:10143";
45
+ "eip155:42220": "eip155:42220";
46
+ "eip155:999": "eip155:999";
47
+ "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp";
48
+ }>>, z.ZodTransform<("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[], ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[]>>;
49
+ export declare const requiredCapabilitiesSchema: z.ZodPipe<z.ZodArray<z.ZodEnum<{
50
+ "wallet.getEthereumProvider": "wallet.getEthereumProvider";
51
+ "wallet.getSolanaProvider": "wallet.getSolanaProvider";
52
+ "actions.ready": "actions.ready";
53
+ "actions.openUrl": "actions.openUrl";
54
+ "actions.close": "actions.close";
55
+ "actions.setPrimaryButton": "actions.setPrimaryButton";
56
+ "actions.addMiniApp": "actions.addMiniApp";
57
+ "actions.signIn": "actions.signIn";
58
+ "actions.viewCast": "actions.viewCast";
59
+ "actions.viewProfile": "actions.viewProfile";
60
+ "actions.composeCast": "actions.composeCast";
61
+ "actions.viewToken": "actions.viewToken";
62
+ "actions.sendToken": "actions.sendToken";
63
+ "actions.swapToken": "actions.swapToken";
64
+ "actions.openMiniApp": "actions.openMiniApp";
65
+ "actions.requestCameraAndMicrophoneAccess": "actions.requestCameraAndMicrophoneAccess";
66
+ "experimental.signManifest": "experimental.signManifest";
67
+ "haptics.impactOccurred": "haptics.impactOccurred";
68
+ "haptics.notificationOccurred": "haptics.notificationOccurred";
69
+ "haptics.selectionChanged": "haptics.selectionChanged";
70
+ back: "back";
71
+ }>>, z.ZodTransform<("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[], ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[]>>;
72
+ export declare const domainMiniAppConfigSchema: z.ZodObject<{
73
+ version: z.ZodUnion<readonly [z.ZodLiteral<"0.0.0">, z.ZodLiteral<"0.0.1">, z.ZodLiteral<"1">, z.ZodLiteral<"next">]>;
20
74
  name: z.ZodString;
21
- iconUrl: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
22
- homeUrl: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
23
- /** deprecated, set ogImageUrl instead */
24
- imageUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
25
- /** deprecated, will rely on fc:frame/fc:miniapp meta tag */
75
+ iconUrl: z.ZodString;
76
+ homeUrl: z.ZodString;
77
+ imageUrl: z.ZodOptional<z.ZodString>;
26
78
  buttonTitle: z.ZodOptional<z.ZodString>;
27
- splashImageUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
79
+ splashImageUrl: z.ZodOptional<z.ZodString>;
28
80
  splashBackgroundColor: z.ZodOptional<z.ZodString>;
29
- webhookUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
30
- /** see: https://github.com/farcasterxyz/miniapps/discussions/191 */
31
- subtitle: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
32
- description: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
33
- screenshotUrls: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, "many">>;
34
- primaryCategory: z.ZodOptional<z.ZodEnum<["games", "social", "finance", "utility", "productivity", "health-fitness", "news-media", "music", "shopping", "education", "developer-tools", "entertainment", "art-creativity"]>>;
35
- tags: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, "many">>;
36
- heroImageUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
37
- tagline: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
38
- ogTitle: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
39
- ogDescription: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
40
- ogImageUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
41
- /** see: https://github.com/farcasterxyz/miniapps/discussions/204 */
81
+ webhookUrl: z.ZodOptional<z.ZodString>;
82
+ subtitle: z.ZodOptional<z.ZodString>;
83
+ description: z.ZodOptional<z.ZodString>;
84
+ screenshotUrls: z.ZodOptional<z.ZodArray<z.ZodString>>;
85
+ primaryCategory: z.ZodOptional<z.ZodEnum<{
86
+ games: "games";
87
+ social: "social";
88
+ finance: "finance";
89
+ utility: "utility";
90
+ productivity: "productivity";
91
+ "health-fitness": "health-fitness";
92
+ "news-media": "news-media";
93
+ music: "music";
94
+ shopping: "shopping";
95
+ education: "education";
96
+ "developer-tools": "developer-tools";
97
+ entertainment: "entertainment";
98
+ "art-creativity": "art-creativity";
99
+ }>>;
100
+ tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
101
+ heroImageUrl: z.ZodOptional<z.ZodString>;
102
+ tagline: z.ZodOptional<z.ZodString>;
103
+ ogTitle: z.ZodOptional<z.ZodString>;
104
+ ogDescription: z.ZodOptional<z.ZodString>;
105
+ ogImageUrl: z.ZodOptional<z.ZodString>;
42
106
  noindex: z.ZodOptional<z.ZodBoolean>;
43
- /** see https://github.com/farcasterxyz/miniapps/discussions/256 */
44
- requiredChains: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEnum<["eip155:1", "eip155:8453", "eip155:42161", "eip155:421614", "eip155:84532", "eip155:666666666", "eip155:100", "eip155:10", "eip155:11155420", "eip155:137", "eip155:11155111", "eip155:7777777", "eip155:130", "eip155:10143", "eip155:42220", "eip155:999", "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]>, "many">, ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[], ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[]>>;
45
- requiredCapabilities: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEnum<["wallet.getEthereumProvider", "wallet.getSolanaProvider", "actions.ready", "actions.openUrl", "actions.close", "actions.setPrimaryButton", "actions.addMiniApp", "actions.signIn", "actions.viewCast", "actions.viewProfile", "actions.composeCast", "actions.viewToken", "actions.sendToken", "actions.swapToken", "actions.openMiniApp", "actions.requestCameraAndMicrophoneAccess", "experimental.signManifest", "haptics.impactOccurred", "haptics.notificationOccurred", "haptics.selectionChanged", "back"]>, "many">, ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[], ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[]>>;
46
- /** see https://github.com/farcasterxyz/miniapps/discussions/158 */
47
- /** Documentation will be added once this feature is finalized. */
48
- castShareUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
49
- /** Canonical domain for the miniapp application */
50
- canonicalDomain: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>>;
51
- }, "strip", z.ZodTypeAny, {
52
- name: string;
53
- version: "1" | "next" | "0.0.0" | "0.0.1";
54
- iconUrl: string;
55
- homeUrl: string;
56
- splashImageUrl?: string | undefined;
57
- splashBackgroundColor?: string | undefined;
58
- imageUrl?: string | undefined;
59
- buttonTitle?: string | undefined;
60
- webhookUrl?: string | undefined;
61
- subtitle?: string | undefined;
62
- description?: string | undefined;
63
- screenshotUrls?: string[] | undefined;
64
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
65
- tags?: string[] | undefined;
66
- heroImageUrl?: string | undefined;
67
- tagline?: string | undefined;
68
- ogTitle?: string | undefined;
69
- ogDescription?: string | undefined;
70
- ogImageUrl?: string | undefined;
71
- noindex?: boolean | undefined;
72
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
73
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
74
- castShareUrl?: string | undefined;
75
- canonicalDomain?: string | undefined;
76
- }, {
77
- name: string;
78
- version: "1" | "next" | "0.0.0" | "0.0.1";
79
- iconUrl: string;
80
- homeUrl: string;
81
- splashImageUrl?: string | undefined;
82
- splashBackgroundColor?: string | undefined;
83
- imageUrl?: string | undefined;
84
- buttonTitle?: string | undefined;
85
- webhookUrl?: string | undefined;
86
- subtitle?: string | undefined;
87
- description?: string | undefined;
88
- screenshotUrls?: string[] | undefined;
89
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
90
- tags?: string[] | undefined;
91
- heroImageUrl?: string | undefined;
92
- tagline?: string | undefined;
93
- ogTitle?: string | undefined;
94
- ogDescription?: string | undefined;
95
- ogImageUrl?: string | undefined;
96
- noindex?: boolean | undefined;
97
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
98
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
99
- castShareUrl?: string | undefined;
100
- canonicalDomain?: string | undefined;
101
- }>, {
102
- name: string;
103
- version: "1" | "next" | "0.0.0" | "0.0.1";
104
- iconUrl: string;
105
- homeUrl: string;
106
- splashImageUrl?: string | undefined;
107
- splashBackgroundColor?: string | undefined;
108
- imageUrl?: string | undefined;
109
- buttonTitle?: string | undefined;
110
- webhookUrl?: string | undefined;
111
- subtitle?: string | undefined;
112
- description?: string | undefined;
113
- screenshotUrls?: string[] | undefined;
114
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
115
- tags?: string[] | undefined;
116
- heroImageUrl?: string | undefined;
117
- tagline?: string | undefined;
118
- ogTitle?: string | undefined;
119
- ogDescription?: string | undefined;
120
- ogImageUrl?: string | undefined;
121
- noindex?: boolean | undefined;
122
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
123
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
124
- castShareUrl?: string | undefined;
125
- canonicalDomain?: string | undefined;
126
- }, {
127
- name: string;
128
- version: "1" | "next" | "0.0.0" | "0.0.1";
129
- iconUrl: string;
130
- homeUrl: string;
131
- splashImageUrl?: string | undefined;
132
- splashBackgroundColor?: string | undefined;
133
- imageUrl?: string | undefined;
134
- buttonTitle?: string | undefined;
135
- webhookUrl?: string | undefined;
136
- subtitle?: string | undefined;
137
- description?: string | undefined;
138
- screenshotUrls?: string[] | undefined;
139
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
140
- tags?: string[] | undefined;
141
- heroImageUrl?: string | undefined;
142
- tagline?: string | undefined;
143
- ogTitle?: string | undefined;
144
- ogDescription?: string | undefined;
145
- ogImageUrl?: string | undefined;
146
- noindex?: boolean | undefined;
147
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
148
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
149
- castShareUrl?: string | undefined;
150
- canonicalDomain?: string | undefined;
151
- }>;
152
- export declare const domainManifestSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
107
+ requiredChains: z.ZodOptional<z.ZodPipe<z.ZodArray<z.ZodEnum<{
108
+ "eip155:1": "eip155:1";
109
+ "eip155:8453": "eip155:8453";
110
+ "eip155:42161": "eip155:42161";
111
+ "eip155:421614": "eip155:421614";
112
+ "eip155:84532": "eip155:84532";
113
+ "eip155:666666666": "eip155:666666666";
114
+ "eip155:100": "eip155:100";
115
+ "eip155:10": "eip155:10";
116
+ "eip155:11155420": "eip155:11155420";
117
+ "eip155:137": "eip155:137";
118
+ "eip155:11155111": "eip155:11155111";
119
+ "eip155:7777777": "eip155:7777777";
120
+ "eip155:130": "eip155:130";
121
+ "eip155:10143": "eip155:10143";
122
+ "eip155:42220": "eip155:42220";
123
+ "eip155:999": "eip155:999";
124
+ "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp";
125
+ }>>, z.ZodTransform<("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[], ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[]>>>;
126
+ requiredCapabilities: z.ZodOptional<z.ZodPipe<z.ZodArray<z.ZodEnum<{
127
+ "wallet.getEthereumProvider": "wallet.getEthereumProvider";
128
+ "wallet.getSolanaProvider": "wallet.getSolanaProvider";
129
+ "actions.ready": "actions.ready";
130
+ "actions.openUrl": "actions.openUrl";
131
+ "actions.close": "actions.close";
132
+ "actions.setPrimaryButton": "actions.setPrimaryButton";
133
+ "actions.addMiniApp": "actions.addMiniApp";
134
+ "actions.signIn": "actions.signIn";
135
+ "actions.viewCast": "actions.viewCast";
136
+ "actions.viewProfile": "actions.viewProfile";
137
+ "actions.composeCast": "actions.composeCast";
138
+ "actions.viewToken": "actions.viewToken";
139
+ "actions.sendToken": "actions.sendToken";
140
+ "actions.swapToken": "actions.swapToken";
141
+ "actions.openMiniApp": "actions.openMiniApp";
142
+ "actions.requestCameraAndMicrophoneAccess": "actions.requestCameraAndMicrophoneAccess";
143
+ "experimental.signManifest": "experimental.signManifest";
144
+ "haptics.impactOccurred": "haptics.impactOccurred";
145
+ "haptics.notificationOccurred": "haptics.notificationOccurred";
146
+ "haptics.selectionChanged": "haptics.selectionChanged";
147
+ back: "back";
148
+ }>>, z.ZodTransform<("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[], ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[]>>>;
149
+ castShareUrl: z.ZodOptional<z.ZodString>;
150
+ canonicalDomain: z.ZodOptional<z.ZodString>;
151
+ }, z.core.$strip>;
152
+ export declare const domainManifestSchema: z.ZodPipe<z.ZodObject<{
153
153
  accountAssociation: z.ZodObject<{
154
154
  header: z.ZodString;
155
155
  payload: z.ZodString;
156
156
  signature: z.ZodString;
157
- }, "strip", z.ZodTypeAny, {
158
- header: string;
159
- payload: string;
160
- signature: string;
161
- }, {
162
- header: string;
163
- payload: string;
164
- signature: string;
165
- }>;
166
- miniapp: z.ZodOptional<z.ZodEffects<z.ZodObject<{
167
- version: z.ZodUnion<[z.ZodLiteral<"0.0.0">, z.ZodLiteral<"0.0.1">, z.ZodLiteral<"1">, z.ZodLiteral<"next">]>;
157
+ }, z.core.$strip>;
158
+ miniapp: z.ZodOptional<z.ZodObject<{
159
+ version: z.ZodUnion<readonly [z.ZodLiteral<"0.0.0">, z.ZodLiteral<"0.0.1">, z.ZodLiteral<"1">, z.ZodLiteral<"next">]>;
168
160
  name: z.ZodString;
169
- iconUrl: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
170
- homeUrl: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
171
- /** deprecated, set ogImageUrl instead */
172
- imageUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
173
- /** deprecated, will rely on fc:frame/fc:miniapp meta tag */
161
+ iconUrl: z.ZodString;
162
+ homeUrl: z.ZodString;
163
+ imageUrl: z.ZodOptional<z.ZodString>;
174
164
  buttonTitle: z.ZodOptional<z.ZodString>;
175
- splashImageUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
165
+ splashImageUrl: z.ZodOptional<z.ZodString>;
176
166
  splashBackgroundColor: z.ZodOptional<z.ZodString>;
177
- webhookUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
178
- /** see: https://github.com/farcasterxyz/miniapps/discussions/191 */
179
- subtitle: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
180
- description: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
181
- screenshotUrls: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, "many">>;
182
- primaryCategory: z.ZodOptional<z.ZodEnum<["games", "social", "finance", "utility", "productivity", "health-fitness", "news-media", "music", "shopping", "education", "developer-tools", "entertainment", "art-creativity"]>>;
183
- tags: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, "many">>;
184
- heroImageUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
185
- tagline: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
186
- ogTitle: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
187
- ogDescription: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
188
- ogImageUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
189
- /** see: https://github.com/farcasterxyz/miniapps/discussions/204 */
167
+ webhookUrl: z.ZodOptional<z.ZodString>;
168
+ subtitle: z.ZodOptional<z.ZodString>;
169
+ description: z.ZodOptional<z.ZodString>;
170
+ screenshotUrls: z.ZodOptional<z.ZodArray<z.ZodString>>;
171
+ primaryCategory: z.ZodOptional<z.ZodEnum<{
172
+ games: "games";
173
+ social: "social";
174
+ finance: "finance";
175
+ utility: "utility";
176
+ productivity: "productivity";
177
+ "health-fitness": "health-fitness";
178
+ "news-media": "news-media";
179
+ music: "music";
180
+ shopping: "shopping";
181
+ education: "education";
182
+ "developer-tools": "developer-tools";
183
+ entertainment: "entertainment";
184
+ "art-creativity": "art-creativity";
185
+ }>>;
186
+ tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
187
+ heroImageUrl: z.ZodOptional<z.ZodString>;
188
+ tagline: z.ZodOptional<z.ZodString>;
189
+ ogTitle: z.ZodOptional<z.ZodString>;
190
+ ogDescription: z.ZodOptional<z.ZodString>;
191
+ ogImageUrl: z.ZodOptional<z.ZodString>;
190
192
  noindex: z.ZodOptional<z.ZodBoolean>;
191
- /** see https://github.com/farcasterxyz/miniapps/discussions/256 */
192
- requiredChains: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEnum<["eip155:1", "eip155:8453", "eip155:42161", "eip155:421614", "eip155:84532", "eip155:666666666", "eip155:100", "eip155:10", "eip155:11155420", "eip155:137", "eip155:11155111", "eip155:7777777", "eip155:130", "eip155:10143", "eip155:42220", "eip155:999", "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]>, "many">, ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[], ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[]>>;
193
- requiredCapabilities: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEnum<["wallet.getEthereumProvider", "wallet.getSolanaProvider", "actions.ready", "actions.openUrl", "actions.close", "actions.setPrimaryButton", "actions.addMiniApp", "actions.signIn", "actions.viewCast", "actions.viewProfile", "actions.composeCast", "actions.viewToken", "actions.sendToken", "actions.swapToken", "actions.openMiniApp", "actions.requestCameraAndMicrophoneAccess", "experimental.signManifest", "haptics.impactOccurred", "haptics.notificationOccurred", "haptics.selectionChanged", "back"]>, "many">, ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[], ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[]>>;
194
- /** see https://github.com/farcasterxyz/miniapps/discussions/158 */
195
- /** Documentation will be added once this feature is finalized. */
196
- castShareUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
197
- /** Canonical domain for the miniapp application */
198
- canonicalDomain: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>>;
199
- }, "strip", z.ZodTypeAny, {
200
- name: string;
201
- version: "1" | "next" | "0.0.0" | "0.0.1";
202
- iconUrl: string;
203
- homeUrl: string;
204
- splashImageUrl?: string | undefined;
205
- splashBackgroundColor?: string | undefined;
206
- imageUrl?: string | undefined;
207
- buttonTitle?: string | undefined;
208
- webhookUrl?: string | undefined;
209
- subtitle?: string | undefined;
210
- description?: string | undefined;
211
- screenshotUrls?: string[] | undefined;
212
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
213
- tags?: string[] | undefined;
214
- heroImageUrl?: string | undefined;
215
- tagline?: string | undefined;
216
- ogTitle?: string | undefined;
217
- ogDescription?: string | undefined;
218
- ogImageUrl?: string | undefined;
219
- noindex?: boolean | undefined;
220
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
221
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
222
- castShareUrl?: string | undefined;
223
- canonicalDomain?: string | undefined;
224
- }, {
225
- name: string;
226
- version: "1" | "next" | "0.0.0" | "0.0.1";
227
- iconUrl: string;
228
- homeUrl: string;
229
- splashImageUrl?: string | undefined;
230
- splashBackgroundColor?: string | undefined;
231
- imageUrl?: string | undefined;
232
- buttonTitle?: string | undefined;
233
- webhookUrl?: string | undefined;
234
- subtitle?: string | undefined;
235
- description?: string | undefined;
236
- screenshotUrls?: string[] | undefined;
237
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
238
- tags?: string[] | undefined;
239
- heroImageUrl?: string | undefined;
240
- tagline?: string | undefined;
241
- ogTitle?: string | undefined;
242
- ogDescription?: string | undefined;
243
- ogImageUrl?: string | undefined;
244
- noindex?: boolean | undefined;
245
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
246
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
247
- castShareUrl?: string | undefined;
248
- canonicalDomain?: string | undefined;
249
- }>, {
250
- name: string;
251
- version: "1" | "next" | "0.0.0" | "0.0.1";
252
- iconUrl: string;
253
- homeUrl: string;
254
- splashImageUrl?: string | undefined;
255
- splashBackgroundColor?: string | undefined;
256
- imageUrl?: string | undefined;
257
- buttonTitle?: string | undefined;
258
- webhookUrl?: string | undefined;
259
- subtitle?: string | undefined;
260
- description?: string | undefined;
261
- screenshotUrls?: string[] | undefined;
262
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
263
- tags?: string[] | undefined;
264
- heroImageUrl?: string | undefined;
265
- tagline?: string | undefined;
266
- ogTitle?: string | undefined;
267
- ogDescription?: string | undefined;
268
- ogImageUrl?: string | undefined;
269
- noindex?: boolean | undefined;
270
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
271
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
272
- castShareUrl?: string | undefined;
273
- canonicalDomain?: string | undefined;
274
- }, {
275
- name: string;
276
- version: "1" | "next" | "0.0.0" | "0.0.1";
277
- iconUrl: string;
278
- homeUrl: string;
279
- splashImageUrl?: string | undefined;
280
- splashBackgroundColor?: string | undefined;
281
- imageUrl?: string | undefined;
282
- buttonTitle?: string | undefined;
283
- webhookUrl?: string | undefined;
284
- subtitle?: string | undefined;
285
- description?: string | undefined;
286
- screenshotUrls?: string[] | undefined;
287
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
288
- tags?: string[] | undefined;
289
- heroImageUrl?: string | undefined;
290
- tagline?: string | undefined;
291
- ogTitle?: string | undefined;
292
- ogDescription?: string | undefined;
293
- ogImageUrl?: string | undefined;
294
- noindex?: boolean | undefined;
295
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
296
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
297
- castShareUrl?: string | undefined;
298
- canonicalDomain?: string | undefined;
299
- }>>;
300
- frame: z.ZodOptional<z.ZodEffects<z.ZodObject<{
301
- version: z.ZodUnion<[z.ZodLiteral<"0.0.0">, z.ZodLiteral<"0.0.1">, z.ZodLiteral<"1">, z.ZodLiteral<"next">]>;
193
+ requiredChains: z.ZodOptional<z.ZodPipe<z.ZodArray<z.ZodEnum<{
194
+ "eip155:1": "eip155:1";
195
+ "eip155:8453": "eip155:8453";
196
+ "eip155:42161": "eip155:42161";
197
+ "eip155:421614": "eip155:421614";
198
+ "eip155:84532": "eip155:84532";
199
+ "eip155:666666666": "eip155:666666666";
200
+ "eip155:100": "eip155:100";
201
+ "eip155:10": "eip155:10";
202
+ "eip155:11155420": "eip155:11155420";
203
+ "eip155:137": "eip155:137";
204
+ "eip155:11155111": "eip155:11155111";
205
+ "eip155:7777777": "eip155:7777777";
206
+ "eip155:130": "eip155:130";
207
+ "eip155:10143": "eip155:10143";
208
+ "eip155:42220": "eip155:42220";
209
+ "eip155:999": "eip155:999";
210
+ "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp";
211
+ }>>, z.ZodTransform<("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[], ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[]>>>;
212
+ requiredCapabilities: z.ZodOptional<z.ZodPipe<z.ZodArray<z.ZodEnum<{
213
+ "wallet.getEthereumProvider": "wallet.getEthereumProvider";
214
+ "wallet.getSolanaProvider": "wallet.getSolanaProvider";
215
+ "actions.ready": "actions.ready";
216
+ "actions.openUrl": "actions.openUrl";
217
+ "actions.close": "actions.close";
218
+ "actions.setPrimaryButton": "actions.setPrimaryButton";
219
+ "actions.addMiniApp": "actions.addMiniApp";
220
+ "actions.signIn": "actions.signIn";
221
+ "actions.viewCast": "actions.viewCast";
222
+ "actions.viewProfile": "actions.viewProfile";
223
+ "actions.composeCast": "actions.composeCast";
224
+ "actions.viewToken": "actions.viewToken";
225
+ "actions.sendToken": "actions.sendToken";
226
+ "actions.swapToken": "actions.swapToken";
227
+ "actions.openMiniApp": "actions.openMiniApp";
228
+ "actions.requestCameraAndMicrophoneAccess": "actions.requestCameraAndMicrophoneAccess";
229
+ "experimental.signManifest": "experimental.signManifest";
230
+ "haptics.impactOccurred": "haptics.impactOccurred";
231
+ "haptics.notificationOccurred": "haptics.notificationOccurred";
232
+ "haptics.selectionChanged": "haptics.selectionChanged";
233
+ back: "back";
234
+ }>>, z.ZodTransform<("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[], ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[]>>>;
235
+ castShareUrl: z.ZodOptional<z.ZodString>;
236
+ canonicalDomain: z.ZodOptional<z.ZodString>;
237
+ }, z.core.$strip>>;
238
+ frame: z.ZodOptional<z.ZodObject<{
239
+ version: z.ZodUnion<readonly [z.ZodLiteral<"0.0.0">, z.ZodLiteral<"0.0.1">, z.ZodLiteral<"1">, z.ZodLiteral<"next">]>;
302
240
  name: z.ZodString;
303
- iconUrl: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
304
- homeUrl: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
305
- /** deprecated, set ogImageUrl instead */
306
- imageUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
307
- /** deprecated, will rely on fc:frame/fc:miniapp meta tag */
241
+ iconUrl: z.ZodString;
242
+ homeUrl: z.ZodString;
243
+ imageUrl: z.ZodOptional<z.ZodString>;
308
244
  buttonTitle: z.ZodOptional<z.ZodString>;
309
- splashImageUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
245
+ splashImageUrl: z.ZodOptional<z.ZodString>;
310
246
  splashBackgroundColor: z.ZodOptional<z.ZodString>;
311
- webhookUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
312
- /** see: https://github.com/farcasterxyz/miniapps/discussions/191 */
313
- subtitle: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
314
- description: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
315
- screenshotUrls: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, "many">>;
316
- primaryCategory: z.ZodOptional<z.ZodEnum<["games", "social", "finance", "utility", "productivity", "health-fitness", "news-media", "music", "shopping", "education", "developer-tools", "entertainment", "art-creativity"]>>;
317
- tags: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, "many">>;
318
- heroImageUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
319
- tagline: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
320
- ogTitle: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
321
- ogDescription: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
322
- ogImageUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
323
- /** see: https://github.com/farcasterxyz/miniapps/discussions/204 */
247
+ webhookUrl: z.ZodOptional<z.ZodString>;
248
+ subtitle: z.ZodOptional<z.ZodString>;
249
+ description: z.ZodOptional<z.ZodString>;
250
+ screenshotUrls: z.ZodOptional<z.ZodArray<z.ZodString>>;
251
+ primaryCategory: z.ZodOptional<z.ZodEnum<{
252
+ games: "games";
253
+ social: "social";
254
+ finance: "finance";
255
+ utility: "utility";
256
+ productivity: "productivity";
257
+ "health-fitness": "health-fitness";
258
+ "news-media": "news-media";
259
+ music: "music";
260
+ shopping: "shopping";
261
+ education: "education";
262
+ "developer-tools": "developer-tools";
263
+ entertainment: "entertainment";
264
+ "art-creativity": "art-creativity";
265
+ }>>;
266
+ tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
267
+ heroImageUrl: z.ZodOptional<z.ZodString>;
268
+ tagline: z.ZodOptional<z.ZodString>;
269
+ ogTitle: z.ZodOptional<z.ZodString>;
270
+ ogDescription: z.ZodOptional<z.ZodString>;
271
+ ogImageUrl: z.ZodOptional<z.ZodString>;
324
272
  noindex: z.ZodOptional<z.ZodBoolean>;
325
- /** see https://github.com/farcasterxyz/miniapps/discussions/256 */
326
- requiredChains: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEnum<["eip155:1", "eip155:8453", "eip155:42161", "eip155:421614", "eip155:84532", "eip155:666666666", "eip155:100", "eip155:10", "eip155:11155420", "eip155:137", "eip155:11155111", "eip155:7777777", "eip155:130", "eip155:10143", "eip155:42220", "eip155:999", "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"]>, "many">, ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[], ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[]>>;
327
- requiredCapabilities: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEnum<["wallet.getEthereumProvider", "wallet.getSolanaProvider", "actions.ready", "actions.openUrl", "actions.close", "actions.setPrimaryButton", "actions.addMiniApp", "actions.signIn", "actions.viewCast", "actions.viewProfile", "actions.composeCast", "actions.viewToken", "actions.sendToken", "actions.swapToken", "actions.openMiniApp", "actions.requestCameraAndMicrophoneAccess", "experimental.signManifest", "haptics.impactOccurred", "haptics.notificationOccurred", "haptics.selectionChanged", "back"]>, "many">, ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[], ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[]>>;
328
- /** see https://github.com/farcasterxyz/miniapps/discussions/158 */
329
- /** Documentation will be added once this feature is finalized. */
330
- castShareUrl: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
331
- /** Canonical domain for the miniapp application */
332
- canonicalDomain: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>>;
333
- }, "strip", z.ZodTypeAny, {
334
- name: string;
335
- version: "1" | "next" | "0.0.0" | "0.0.1";
336
- iconUrl: string;
337
- homeUrl: string;
338
- splashImageUrl?: string | undefined;
339
- splashBackgroundColor?: string | undefined;
340
- imageUrl?: string | undefined;
341
- buttonTitle?: string | undefined;
342
- webhookUrl?: string | undefined;
343
- subtitle?: string | undefined;
344
- description?: string | undefined;
345
- screenshotUrls?: string[] | undefined;
346
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
347
- tags?: string[] | undefined;
348
- heroImageUrl?: string | undefined;
349
- tagline?: string | undefined;
350
- ogTitle?: string | undefined;
351
- ogDescription?: string | undefined;
352
- ogImageUrl?: string | undefined;
353
- noindex?: boolean | undefined;
354
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
355
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
356
- castShareUrl?: string | undefined;
357
- canonicalDomain?: string | undefined;
358
- }, {
359
- name: string;
360
- version: "1" | "next" | "0.0.0" | "0.0.1";
361
- iconUrl: string;
362
- homeUrl: string;
363
- splashImageUrl?: string | undefined;
364
- splashBackgroundColor?: string | undefined;
365
- imageUrl?: string | undefined;
366
- buttonTitle?: string | undefined;
367
- webhookUrl?: string | undefined;
368
- subtitle?: string | undefined;
369
- description?: string | undefined;
370
- screenshotUrls?: string[] | undefined;
371
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
372
- tags?: string[] | undefined;
373
- heroImageUrl?: string | undefined;
374
- tagline?: string | undefined;
375
- ogTitle?: string | undefined;
376
- ogDescription?: string | undefined;
377
- ogImageUrl?: string | undefined;
378
- noindex?: boolean | undefined;
379
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
380
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
381
- castShareUrl?: string | undefined;
382
- canonicalDomain?: string | undefined;
383
- }>, {
384
- name: string;
385
- version: "1" | "next" | "0.0.0" | "0.0.1";
386
- iconUrl: string;
387
- homeUrl: string;
388
- splashImageUrl?: string | undefined;
389
- splashBackgroundColor?: string | undefined;
390
- imageUrl?: string | undefined;
391
- buttonTitle?: string | undefined;
392
- webhookUrl?: string | undefined;
393
- subtitle?: string | undefined;
394
- description?: string | undefined;
395
- screenshotUrls?: string[] | undefined;
396
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
397
- tags?: string[] | undefined;
398
- heroImageUrl?: string | undefined;
399
- tagline?: string | undefined;
400
- ogTitle?: string | undefined;
401
- ogDescription?: string | undefined;
402
- ogImageUrl?: string | undefined;
403
- noindex?: boolean | undefined;
404
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
405
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
406
- castShareUrl?: string | undefined;
407
- canonicalDomain?: string | undefined;
408
- }, {
409
- name: string;
273
+ requiredChains: z.ZodOptional<z.ZodPipe<z.ZodArray<z.ZodEnum<{
274
+ "eip155:1": "eip155:1";
275
+ "eip155:8453": "eip155:8453";
276
+ "eip155:42161": "eip155:42161";
277
+ "eip155:421614": "eip155:421614";
278
+ "eip155:84532": "eip155:84532";
279
+ "eip155:666666666": "eip155:666666666";
280
+ "eip155:100": "eip155:100";
281
+ "eip155:10": "eip155:10";
282
+ "eip155:11155420": "eip155:11155420";
283
+ "eip155:137": "eip155:137";
284
+ "eip155:11155111": "eip155:11155111";
285
+ "eip155:7777777": "eip155:7777777";
286
+ "eip155:130": "eip155:130";
287
+ "eip155:10143": "eip155:10143";
288
+ "eip155:42220": "eip155:42220";
289
+ "eip155:999": "eip155:999";
290
+ "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp";
291
+ }>>, z.ZodTransform<("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[], ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[]>>>;
292
+ requiredCapabilities: z.ZodOptional<z.ZodPipe<z.ZodArray<z.ZodEnum<{
293
+ "wallet.getEthereumProvider": "wallet.getEthereumProvider";
294
+ "wallet.getSolanaProvider": "wallet.getSolanaProvider";
295
+ "actions.ready": "actions.ready";
296
+ "actions.openUrl": "actions.openUrl";
297
+ "actions.close": "actions.close";
298
+ "actions.setPrimaryButton": "actions.setPrimaryButton";
299
+ "actions.addMiniApp": "actions.addMiniApp";
300
+ "actions.signIn": "actions.signIn";
301
+ "actions.viewCast": "actions.viewCast";
302
+ "actions.viewProfile": "actions.viewProfile";
303
+ "actions.composeCast": "actions.composeCast";
304
+ "actions.viewToken": "actions.viewToken";
305
+ "actions.sendToken": "actions.sendToken";
306
+ "actions.swapToken": "actions.swapToken";
307
+ "actions.openMiniApp": "actions.openMiniApp";
308
+ "actions.requestCameraAndMicrophoneAccess": "actions.requestCameraAndMicrophoneAccess";
309
+ "experimental.signManifest": "experimental.signManifest";
310
+ "haptics.impactOccurred": "haptics.impactOccurred";
311
+ "haptics.notificationOccurred": "haptics.notificationOccurred";
312
+ "haptics.selectionChanged": "haptics.selectionChanged";
313
+ back: "back";
314
+ }>>, z.ZodTransform<("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[], ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[]>>>;
315
+ castShareUrl: z.ZodOptional<z.ZodString>;
316
+ canonicalDomain: z.ZodOptional<z.ZodString>;
317
+ }, z.core.$strip>>;
318
+ }, z.core.$strip>, z.ZodTransform<{
319
+ frame: {
410
320
  version: "1" | "next" | "0.0.0" | "0.0.1";
411
- iconUrl: string;
412
- homeUrl: string;
413
- splashImageUrl?: string | undefined;
414
- splashBackgroundColor?: string | undefined;
415
- imageUrl?: string | undefined;
416
- buttonTitle?: string | undefined;
417
- webhookUrl?: string | undefined;
418
- subtitle?: string | undefined;
419
- description?: string | undefined;
420
- screenshotUrls?: string[] | undefined;
421
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
422
- tags?: string[] | undefined;
423
- heroImageUrl?: string | undefined;
424
- tagline?: string | undefined;
425
- ogTitle?: string | undefined;
426
- ogDescription?: string | undefined;
427
- ogImageUrl?: string | undefined;
428
- noindex?: boolean | undefined;
429
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
430
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
431
- castShareUrl?: string | undefined;
432
- canonicalDomain?: string | undefined;
433
- }>>;
434
- }, "strip", z.ZodTypeAny, {
435
- accountAssociation: {
436
- header: string;
437
- payload: string;
438
- signature: string;
439
- };
440
- miniapp?: {
441
321
  name: string;
442
- version: "1" | "next" | "0.0.0" | "0.0.1";
443
322
  iconUrl: string;
444
323
  homeUrl: string;
445
- splashImageUrl?: string | undefined;
446
- splashBackgroundColor?: string | undefined;
447
324
  imageUrl?: string | undefined;
448
325
  buttonTitle?: string | undefined;
449
- webhookUrl?: string | undefined;
450
- subtitle?: string | undefined;
451
- description?: string | undefined;
452
- screenshotUrls?: string[] | undefined;
453
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
454
- tags?: string[] | undefined;
455
- heroImageUrl?: string | undefined;
456
- tagline?: string | undefined;
457
- ogTitle?: string | undefined;
458
- ogDescription?: string | undefined;
459
- ogImageUrl?: string | undefined;
460
- noindex?: boolean | undefined;
461
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
462
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
463
- castShareUrl?: string | undefined;
464
- canonicalDomain?: string | undefined;
465
- } | undefined;
466
- frame?: {
467
- name: string;
468
- version: "1" | "next" | "0.0.0" | "0.0.1";
469
- iconUrl: string;
470
- homeUrl: string;
471
326
  splashImageUrl?: string | undefined;
472
327
  splashBackgroundColor?: string | undefined;
473
- imageUrl?: string | undefined;
474
- buttonTitle?: string | undefined;
475
328
  webhookUrl?: string | undefined;
476
329
  subtitle?: string | undefined;
477
330
  description?: string | undefined;
@@ -489,105 +342,20 @@ export declare const domainManifestSchema: z.ZodEffects<z.ZodEffects<z.ZodObject
489
342
  castShareUrl?: string | undefined;
490
343
  canonicalDomain?: string | undefined;
491
344
  } | undefined;
492
- }, {
493
345
  accountAssociation: {
494
346
  header: string;
495
347
  payload: string;
496
348
  signature: string;
497
349
  };
498
350
  miniapp?: {
499
- name: string;
500
351
  version: "1" | "next" | "0.0.0" | "0.0.1";
501
- iconUrl: string;
502
- homeUrl: string;
503
- splashImageUrl?: string | undefined;
504
- splashBackgroundColor?: string | undefined;
505
- imageUrl?: string | undefined;
506
- buttonTitle?: string | undefined;
507
- webhookUrl?: string | undefined;
508
- subtitle?: string | undefined;
509
- description?: string | undefined;
510
- screenshotUrls?: string[] | undefined;
511
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
512
- tags?: string[] | undefined;
513
- heroImageUrl?: string | undefined;
514
- tagline?: string | undefined;
515
- ogTitle?: string | undefined;
516
- ogDescription?: string | undefined;
517
- ogImageUrl?: string | undefined;
518
- noindex?: boolean | undefined;
519
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
520
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
521
- castShareUrl?: string | undefined;
522
- canonicalDomain?: string | undefined;
523
- } | undefined;
524
- frame?: {
525
- name: string;
526
- version: "1" | "next" | "0.0.0" | "0.0.1";
527
- iconUrl: string;
528
- homeUrl: string;
529
- splashImageUrl?: string | undefined;
530
- splashBackgroundColor?: string | undefined;
531
- imageUrl?: string | undefined;
532
- buttonTitle?: string | undefined;
533
- webhookUrl?: string | undefined;
534
- subtitle?: string | undefined;
535
- description?: string | undefined;
536
- screenshotUrls?: string[] | undefined;
537
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
538
- tags?: string[] | undefined;
539
- heroImageUrl?: string | undefined;
540
- tagline?: string | undefined;
541
- ogTitle?: string | undefined;
542
- ogDescription?: string | undefined;
543
- ogImageUrl?: string | undefined;
544
- noindex?: boolean | undefined;
545
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
546
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
547
- castShareUrl?: string | undefined;
548
- canonicalDomain?: string | undefined;
549
- } | undefined;
550
- }>, {
551
- accountAssociation: {
552
- header: string;
553
- payload: string;
554
- signature: string;
555
- };
556
- miniapp?: {
557
352
  name: string;
558
- version: "1" | "next" | "0.0.0" | "0.0.1";
559
353
  iconUrl: string;
560
354
  homeUrl: string;
561
- splashImageUrl?: string | undefined;
562
- splashBackgroundColor?: string | undefined;
563
355
  imageUrl?: string | undefined;
564
356
  buttonTitle?: string | undefined;
565
- webhookUrl?: string | undefined;
566
- subtitle?: string | undefined;
567
- description?: string | undefined;
568
- screenshotUrls?: string[] | undefined;
569
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
570
- tags?: string[] | undefined;
571
- heroImageUrl?: string | undefined;
572
- tagline?: string | undefined;
573
- ogTitle?: string | undefined;
574
- ogDescription?: string | undefined;
575
- ogImageUrl?: string | undefined;
576
- noindex?: boolean | undefined;
577
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
578
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
579
- castShareUrl?: string | undefined;
580
- canonicalDomain?: string | undefined;
581
- } | undefined;
582
- frame?: {
583
- name: string;
584
- version: "1" | "next" | "0.0.0" | "0.0.1";
585
- iconUrl: string;
586
- homeUrl: string;
587
357
  splashImageUrl?: string | undefined;
588
358
  splashBackgroundColor?: string | undefined;
589
- imageUrl?: string | undefined;
590
- buttonTitle?: string | undefined;
591
359
  webhookUrl?: string | undefined;
592
360
  subtitle?: string | undefined;
593
361
  description?: string | undefined;
@@ -612,67 +380,14 @@ export declare const domainManifestSchema: z.ZodEffects<z.ZodEffects<z.ZodObject
612
380
  signature: string;
613
381
  };
614
382
  miniapp?: {
615
- name: string;
616
383
  version: "1" | "next" | "0.0.0" | "0.0.1";
617
- iconUrl: string;
618
- homeUrl: string;
619
- splashImageUrl?: string | undefined;
620
- splashBackgroundColor?: string | undefined;
621
- imageUrl?: string | undefined;
622
- buttonTitle?: string | undefined;
623
- webhookUrl?: string | undefined;
624
- subtitle?: string | undefined;
625
- description?: string | undefined;
626
- screenshotUrls?: string[] | undefined;
627
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
628
- tags?: string[] | undefined;
629
- heroImageUrl?: string | undefined;
630
- tagline?: string | undefined;
631
- ogTitle?: string | undefined;
632
- ogDescription?: string | undefined;
633
- ogImageUrl?: string | undefined;
634
- noindex?: boolean | undefined;
635
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
636
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
637
- castShareUrl?: string | undefined;
638
- canonicalDomain?: string | undefined;
639
- } | undefined;
640
- frame?: {
641
384
  name: string;
642
- version: "1" | "next" | "0.0.0" | "0.0.1";
643
385
  iconUrl: string;
644
386
  homeUrl: string;
645
- splashImageUrl?: string | undefined;
646
- splashBackgroundColor?: string | undefined;
647
387
  imageUrl?: string | undefined;
648
388
  buttonTitle?: string | undefined;
649
- webhookUrl?: string | undefined;
650
- subtitle?: string | undefined;
651
- description?: string | undefined;
652
- screenshotUrls?: string[] | undefined;
653
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
654
- tags?: string[] | undefined;
655
- heroImageUrl?: string | undefined;
656
- tagline?: string | undefined;
657
- ogTitle?: string | undefined;
658
- ogDescription?: string | undefined;
659
- ogImageUrl?: string | undefined;
660
- noindex?: boolean | undefined;
661
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
662
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
663
- castShareUrl?: string | undefined;
664
- canonicalDomain?: string | undefined;
665
- } | undefined;
666
- }>, {
667
- frame: {
668
- name: string;
669
- version: "1" | "next" | "0.0.0" | "0.0.1";
670
- iconUrl: string;
671
- homeUrl: string;
672
389
  splashImageUrl?: string | undefined;
673
390
  splashBackgroundColor?: string | undefined;
674
- imageUrl?: string | undefined;
675
- buttonTitle?: string | undefined;
676
391
  webhookUrl?: string | undefined;
677
392
  subtitle?: string | undefined;
678
393
  description?: string | undefined;
@@ -690,78 +405,15 @@ export declare const domainManifestSchema: z.ZodEffects<z.ZodEffects<z.ZodObject
690
405
  castShareUrl?: string | undefined;
691
406
  canonicalDomain?: string | undefined;
692
407
  } | undefined;
693
- accountAssociation: {
694
- header: string;
695
- payload: string;
696
- signature: string;
697
- };
698
- miniapp?: {
699
- name: string;
408
+ frame?: {
700
409
  version: "1" | "next" | "0.0.0" | "0.0.1";
701
- iconUrl: string;
702
- homeUrl: string;
703
- splashImageUrl?: string | undefined;
704
- splashBackgroundColor?: string | undefined;
705
- imageUrl?: string | undefined;
706
- buttonTitle?: string | undefined;
707
- webhookUrl?: string | undefined;
708
- subtitle?: string | undefined;
709
- description?: string | undefined;
710
- screenshotUrls?: string[] | undefined;
711
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
712
- tags?: string[] | undefined;
713
- heroImageUrl?: string | undefined;
714
- tagline?: string | undefined;
715
- ogTitle?: string | undefined;
716
- ogDescription?: string | undefined;
717
- ogImageUrl?: string | undefined;
718
- noindex?: boolean | undefined;
719
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
720
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
721
- castShareUrl?: string | undefined;
722
- canonicalDomain?: string | undefined;
723
- } | undefined;
724
- }, {
725
- accountAssociation: {
726
- header: string;
727
- payload: string;
728
- signature: string;
729
- };
730
- miniapp?: {
731
410
  name: string;
732
- version: "1" | "next" | "0.0.0" | "0.0.1";
733
411
  iconUrl: string;
734
412
  homeUrl: string;
735
- splashImageUrl?: string | undefined;
736
- splashBackgroundColor?: string | undefined;
737
413
  imageUrl?: string | undefined;
738
414
  buttonTitle?: string | undefined;
739
- webhookUrl?: string | undefined;
740
- subtitle?: string | undefined;
741
- description?: string | undefined;
742
- screenshotUrls?: string[] | undefined;
743
- primaryCategory?: "games" | "social" | "finance" | "utility" | "productivity" | "health-fitness" | "news-media" | "music" | "shopping" | "education" | "developer-tools" | "entertainment" | "art-creativity" | undefined;
744
- tags?: string[] | undefined;
745
- heroImageUrl?: string | undefined;
746
- tagline?: string | undefined;
747
- ogTitle?: string | undefined;
748
- ogDescription?: string | undefined;
749
- ogImageUrl?: string | undefined;
750
- noindex?: boolean | undefined;
751
- requiredChains?: ("eip155:1" | "eip155:8453" | "eip155:42161" | "eip155:421614" | "eip155:84532" | "eip155:666666666" | "eip155:100" | "eip155:10" | "eip155:11155420" | "eip155:137" | "eip155:11155111" | "eip155:7777777" | "eip155:130" | "eip155:10143" | "eip155:42220" | "eip155:999" | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp")[] | undefined;
752
- requiredCapabilities?: ("wallet.getEthereumProvider" | "wallet.getSolanaProvider" | "actions.ready" | "actions.openUrl" | "actions.close" | "actions.setPrimaryButton" | "actions.addMiniApp" | "actions.signIn" | "actions.viewCast" | "actions.viewProfile" | "actions.composeCast" | "actions.viewToken" | "actions.sendToken" | "actions.swapToken" | "actions.openMiniApp" | "actions.requestCameraAndMicrophoneAccess" | "experimental.signManifest" | "haptics.impactOccurred" | "haptics.notificationOccurred" | "haptics.selectionChanged" | "back")[] | undefined;
753
- castShareUrl?: string | undefined;
754
- canonicalDomain?: string | undefined;
755
- } | undefined;
756
- frame?: {
757
- name: string;
758
- version: "1" | "next" | "0.0.0" | "0.0.1";
759
- iconUrl: string;
760
- homeUrl: string;
761
415
  splashImageUrl?: string | undefined;
762
416
  splashBackgroundColor?: string | undefined;
763
- imageUrl?: string | undefined;
764
- buttonTitle?: string | undefined;
765
417
  webhookUrl?: string | undefined;
766
418
  subtitle?: string | undefined;
767
419
  description?: string | undefined;
@@ -779,4 +431,4 @@ export declare const domainManifestSchema: z.ZodEffects<z.ZodEffects<z.ZodObject
779
431
  castShareUrl?: string | undefined;
780
432
  canonicalDomain?: string | undefined;
781
433
  } | undefined;
782
- }>;
434
+ }>>;