@nuxt/scripts 1.0.0-beta.15 → 1.0.0-beta.18

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.
Files changed (110) hide show
  1. package/README.md +3 -3
  2. package/dist/client/200.html +1 -1
  3. package/dist/client/404.html +1 -1
  4. package/dist/client/_nuxt/{C4oLgKn5.js → BW6d1nfL.js} +1 -1
  5. package/dist/client/_nuxt/{C4LyqEA2.js → C8R4dwAP.js} +1 -1
  6. package/dist/client/_nuxt/{CSWa0Nc-.js → DI7VRsfF.js} +1 -1
  7. package/dist/client/_nuxt/{CAywURt7.js → NbccNBFl.js} +13 -13
  8. package/dist/client/_nuxt/builds/latest.json +1 -1
  9. package/dist/client/_nuxt/builds/meta/e9af4ec4-4502-4171-9264-54123d0ae2ea.json +1 -0
  10. package/dist/client/_nuxt/error-404.Cqp3ffuH.css +1 -0
  11. package/dist/client/_nuxt/error-500.B9hH8BAi.css +1 -0
  12. package/dist/client/index.html +1 -1
  13. package/dist/module.json +1 -1
  14. package/dist/module.mjs +75 -8
  15. package/dist/registry.mjs +22 -0
  16. package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.d.vue.ts +1 -1
  17. package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.vue.d.ts +1 -1
  18. package/dist/runtime/components/ScriptGravatar.d.vue.ts +22 -0
  19. package/dist/runtime/components/ScriptGravatar.vue +46 -0
  20. package/dist/runtime/components/ScriptGravatar.vue.d.ts +22 -0
  21. package/dist/runtime/components/ScriptLoadingIndicator.d.vue.ts +1 -1
  22. package/dist/runtime/components/ScriptLoadingIndicator.vue.d.ts +1 -1
  23. package/dist/runtime/components/ScriptPayPalButtons.d.vue.ts +42 -31
  24. package/dist/runtime/components/ScriptPayPalButtons.vue +43 -76
  25. package/dist/runtime/components/ScriptPayPalButtons.vue.d.ts +42 -31
  26. package/dist/runtime/components/ScriptPayPalMessages.d.vue.ts +36 -22
  27. package/dist/runtime/components/ScriptPayPalMessages.vue +41 -47
  28. package/dist/runtime/components/ScriptPayPalMessages.vue.d.ts +36 -22
  29. package/dist/runtime/components/ScriptXEmbed.d.vue.ts +1 -1
  30. package/dist/runtime/components/ScriptXEmbed.vue.d.ts +1 -1
  31. package/dist/runtime/registry/clarity.d.ts +2 -7
  32. package/dist/runtime/registry/clarity.js +2 -7
  33. package/dist/runtime/registry/cloudflare-web-analytics.d.ts +2 -13
  34. package/dist/runtime/registry/cloudflare-web-analytics.js +2 -14
  35. package/dist/runtime/registry/crisp.d.ts +2 -32
  36. package/dist/runtime/registry/crisp.js +2 -33
  37. package/dist/runtime/registry/databuddy-analytics.d.ts +2 -35
  38. package/dist/runtime/registry/databuddy-analytics.js +2 -45
  39. package/dist/runtime/registry/fathom-analytics.d.ts +2 -22
  40. package/dist/runtime/registry/fathom-analytics.js +2 -23
  41. package/dist/runtime/registry/google-adsense.d.ts +2 -10
  42. package/dist/runtime/registry/google-adsense.js +2 -11
  43. package/dist/runtime/registry/google-analytics.d.ts +2 -4
  44. package/dist/runtime/registry/google-analytics.js +2 -7
  45. package/dist/runtime/registry/google-maps.d.ts +2 -8
  46. package/dist/runtime/registry/google-maps.js +2 -8
  47. package/dist/runtime/registry/google-recaptcha.d.ts +2 -6
  48. package/dist/runtime/registry/google-recaptcha.js +2 -10
  49. package/dist/runtime/registry/google-sign-in.d.ts +2 -13
  50. package/dist/runtime/registry/google-sign-in.js +2 -22
  51. package/dist/runtime/registry/google-tag-manager.d.ts +2 -27
  52. package/dist/runtime/registry/google-tag-manager.js +2 -25
  53. package/dist/runtime/registry/gravatar.d.ts +25 -0
  54. package/dist/runtime/registry/gravatar.js +32 -0
  55. package/dist/runtime/registry/hotjar.d.ts +2 -4
  56. package/dist/runtime/registry/hotjar.js +2 -5
  57. package/dist/runtime/registry/instagram-embed.d.ts +2 -17
  58. package/dist/runtime/registry/instagram-embed.js +2 -18
  59. package/dist/runtime/registry/intercom.d.ts +2 -10
  60. package/dist/runtime/registry/intercom.js +2 -12
  61. package/dist/runtime/registry/matomo-analytics.d.ts +2 -11
  62. package/dist/runtime/registry/matomo-analytics.js +2 -11
  63. package/dist/runtime/registry/meta-pixel.d.ts +2 -4
  64. package/dist/runtime/registry/meta-pixel.js +2 -4
  65. package/dist/runtime/registry/npm.d.ts +2 -6
  66. package/dist/runtime/registry/npm.js +2 -7
  67. package/dist/runtime/registry/paypal.d.ts +4 -25
  68. package/dist/runtime/registry/paypal.js +3 -66
  69. package/dist/runtime/registry/plausible-analytics.js +5 -6
  70. package/dist/runtime/registry/posthog.d.ts +10 -12
  71. package/dist/runtime/registry/posthog.js +2 -11
  72. package/dist/runtime/registry/reddit-pixel.d.ts +2 -4
  73. package/dist/runtime/registry/reddit-pixel.js +2 -4
  74. package/dist/runtime/registry/rybbit-analytics.d.ts +2 -14
  75. package/dist/runtime/registry/rybbit-analytics.js +2 -16
  76. package/dist/runtime/registry/schemas.d.ts +940 -0
  77. package/dist/runtime/registry/schemas.js +895 -0
  78. package/dist/runtime/registry/segment.d.ts +2 -5
  79. package/dist/runtime/registry/segment.js +2 -5
  80. package/dist/runtime/registry/snapchat-pixel.d.ts +2 -31
  81. package/dist/runtime/registry/snapchat-pixel.js +2 -20
  82. package/dist/runtime/registry/stripe.d.ts +2 -3
  83. package/dist/runtime/registry/stripe.js +2 -4
  84. package/dist/runtime/registry/tiktok-pixel.d.ts +2 -5
  85. package/dist/runtime/registry/tiktok-pixel.js +2 -6
  86. package/dist/runtime/registry/umami-analytics.d.ts +2 -31
  87. package/dist/runtime/registry/umami-analytics.js +2 -36
  88. package/dist/runtime/registry/vercel-analytics.d.ts +29 -0
  89. package/dist/runtime/registry/vercel-analytics.js +84 -0
  90. package/dist/runtime/registry/x-embed.d.ts +2 -16
  91. package/dist/runtime/registry/x-embed.js +2 -17
  92. package/dist/runtime/registry/x-pixel.d.ts +2 -5
  93. package/dist/runtime/registry/x-pixel.js +2 -5
  94. package/dist/runtime/server/gravatar-proxy.d.ts +2 -0
  95. package/dist/runtime/server/gravatar-proxy.js +62 -0
  96. package/dist/runtime/types.d.ts +9 -3
  97. package/dist/runtime/utils.d.ts +2 -2
  98. package/dist/runtime/utils.js +3 -2
  99. package/dist/shared/{scripts.DLRgvHQg.mjs → scripts.Bg4pl9Yo.mjs} +22 -0
  100. package/dist/stats.mjs +152 -94
  101. package/dist/types-source.d.mts +11 -367
  102. package/dist/types-source.d.ts +11 -367
  103. package/dist/types-source.mjs +225 -460
  104. package/package.json +4 -4
  105. package/dist/client/_nuxt/builds/meta/0f5f1d62-f186-4aef-a618-dcef5ec637c1.json +0 -1
  106. package/dist/client/_nuxt/error-404.B57D-jUQ.css +0 -1
  107. package/dist/client/_nuxt/error-500.DTHUW7BI.css +0 -1
  108. package/dist/runtime/components/ScriptPayPalMarks.d.vue.ts +0 -52
  109. package/dist/runtime/components/ScriptPayPalMarks.vue +0 -71
  110. package/dist/runtime/components/ScriptPayPalMarks.vue.d.ts +0 -52
@@ -0,0 +1,940 @@
1
+ export declare const ClarityOptions: import("valibot").ObjectSchema<{
2
+ /**
3
+ * The Clarity token.
4
+ * @see https://learn.microsoft.com/en-us/clarity/setup-clarity
5
+ */
6
+ readonly id: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 10, undefined>]>;
7
+ }, undefined>;
8
+ export declare const CloudflareWebAnalyticsOptions: import("valibot").ObjectSchema<{
9
+ /**
10
+ * The Cloudflare Web Analytics token.
11
+ * @see https://developers.cloudflare.com/analytics/web-analytics/get-started/
12
+ */
13
+ readonly token: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 32, undefined>]>;
14
+ /**
15
+ * Cloudflare Web Analytics enables measuring SPAs automatically by overriding the History API's pushState function
16
+ * and listening to the onpopstate. Hash-based router is not supported.
17
+ *
18
+ * @default true
19
+ * @see https://developers.cloudflare.com/analytics/web-analytics/get-started/#spa-tracking
20
+ */
21
+ readonly spa: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
22
+ }, undefined>;
23
+ export declare const CrispOptions: import("valibot").ObjectSchema<{
24
+ /**
25
+ * The Crisp ID.
26
+ */
27
+ readonly id: import("valibot").StringSchema<undefined>;
28
+ /**
29
+ * Extra configuration options. Used to configure the locale.
30
+ * Same as CRISP_RUNTIME_CONFIG.
31
+ * @see https://docs.crisp.chat/guides/chatbox-sdks/web-sdk/language-customization/
32
+ */
33
+ readonly runtimeConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
34
+ readonly locale: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
35
+ }, undefined>, undefined>;
36
+ /**
37
+ * Associated a session, equivalent to using CRISP_TOKEN_ID variable.
38
+ * Same as CRISP_TOKEN_ID.
39
+ * @see https://docs.crisp.chat/guides/chatbox-sdks/web-sdk/session-continuity/
40
+ */
41
+ readonly tokenId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
42
+ /**
43
+ * Restrict the domain that the Crisp cookie is set on.
44
+ * Same as CRISP_COOKIE_DOMAIN.
45
+ * @see https://docs.crisp.chat/guides/chatbox-sdks/web-sdk/cookie-policies/
46
+ */
47
+ readonly cookieDomain: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
48
+ /**
49
+ * The cookie expiry in seconds.
50
+ * Same as CRISP_COOKIE_EXPIRATION.
51
+ * @see https://docs.crisp.chat/guides/chatbox-sdks/web-sdk/cookie-policies/#change-cookie-expiration-date
52
+ */
53
+ readonly cookieExpiry: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
54
+ }, undefined>;
55
+ /**
56
+ * @see https://www.databuddy.cc/docs/sdk
57
+ */
58
+ export declare const DatabuddyAnalyticsOptions: import("valibot").ObjectSchema<{
59
+ /**
60
+ * Your Databuddy client ID.
61
+ */
62
+ readonly clientId: import("valibot").StringSchema<undefined>;
63
+ /**
64
+ * Custom script URL for the Databuddy SDK.
65
+ * @default 'https://cdn.databuddy.cc/databuddy.js'
66
+ */
67
+ readonly scriptUrl: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
68
+ /**
69
+ * Custom API URL for sending analytics data.
70
+ * @default 'https://basket.databuddy.cc'
71
+ */
72
+ readonly apiUrl: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
73
+ /**
74
+ * Disable all tracking when set to `true`.
75
+ */
76
+ readonly disabled: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
77
+ /**
78
+ * Track screen/page views automatically.
79
+ * @default true
80
+ * @see https://www.databuddy.cc/docs/sdk#track-screen-views
81
+ */
82
+ readonly trackScreenViews: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
83
+ /**
84
+ * Track page performance metrics.
85
+ * @default true
86
+ * @see https://www.databuddy.cc/docs/sdk#track-performance
87
+ */
88
+ readonly trackPerformance: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
89
+ /**
90
+ * Track user sessions.
91
+ * @default true
92
+ * @see https://www.databuddy.cc/docs/sdk#track-sessions
93
+ */
94
+ readonly trackSessions: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
95
+ /**
96
+ * Track Web Vitals (LCP, FID, CLS, etc.).
97
+ */
98
+ readonly trackWebVitals: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
99
+ /**
100
+ * Track JavaScript errors.
101
+ */
102
+ readonly trackErrors: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
103
+ /**
104
+ * Track outgoing link clicks.
105
+ */
106
+ readonly trackOutgoingLinks: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
107
+ /**
108
+ * Track scroll depth.
109
+ */
110
+ readonly trackScrollDepth: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
111
+ /**
112
+ * Track user engagement time.
113
+ */
114
+ readonly trackEngagement: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
115
+ /**
116
+ * Track user interactions (clicks, form submissions, etc.).
117
+ */
118
+ readonly trackInteractions: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
119
+ /**
120
+ * Track element attributes for detailed interaction context.
121
+ */
122
+ readonly trackAttributes: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
123
+ /**
124
+ * Track hash changes in the URL.
125
+ */
126
+ readonly trackHashChanges: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
127
+ /**
128
+ * Track exit intent behavior.
129
+ */
130
+ readonly trackExitIntent: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
131
+ /**
132
+ * Track bounce rate metrics.
133
+ */
134
+ readonly trackBounceRate: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
135
+ /**
136
+ * Enable event batching for better performance.
137
+ */
138
+ readonly enableBatching: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
139
+ /**
140
+ * Maximum number of events per batch.
141
+ */
142
+ readonly batchSize: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
143
+ /**
144
+ * Timeout (in ms) before flushing a batch.
145
+ */
146
+ readonly batchTimeout: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
147
+ /**
148
+ * Enable automatic retries for failed requests.
149
+ */
150
+ readonly enableRetries: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
151
+ /**
152
+ * Maximum number of retry attempts.
153
+ */
154
+ readonly maxRetries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
155
+ /**
156
+ * Initial delay (in ms) before the first retry.
157
+ */
158
+ readonly initialRetryDelay: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
159
+ /**
160
+ * Sampling rate (0 to 1). Set to `0.5` to track ~50% of sessions.
161
+ */
162
+ readonly samplingRate: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
163
+ /**
164
+ * Custom SDK identifier.
165
+ */
166
+ readonly sdk: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
167
+ /**
168
+ * Custom SDK version string.
169
+ */
170
+ readonly sdkVersion: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
171
+ /**
172
+ * Enable observability/monitoring features.
173
+ */
174
+ readonly enableObservability: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
175
+ /**
176
+ * The service name for observability reporting.
177
+ */
178
+ readonly observabilityService: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
179
+ /**
180
+ * The environment name for observability (e.g., `'production'`, `'staging'`).
181
+ */
182
+ readonly observabilityEnvironment: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
183
+ /**
184
+ * The version string for observability reporting.
185
+ */
186
+ readonly observabilityVersion: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
187
+ /**
188
+ * Enable console logging for debugging.
189
+ */
190
+ readonly enableLogging: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
191
+ /**
192
+ * Enable request tracing.
193
+ */
194
+ readonly enableTracing: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
195
+ /**
196
+ * Enable error tracking via observability.
197
+ */
198
+ readonly enableErrorTracking: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
199
+ }, undefined>;
200
+ export declare const FathomAnalyticsOptions: import("valibot").ObjectSchema<{
201
+ /**
202
+ * The Fathom Analytics site ID.
203
+ * @see https://usefathom.com/docs/script/script-settings
204
+ */
205
+ readonly site: import("valibot").StringSchema<undefined>;
206
+ /**
207
+ * The Fathom Analytics tracking mode.
208
+ * @default 'auto'
209
+ */
210
+ readonly spa: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"auto", undefined>, import("valibot").LiteralSchema<"history", undefined>, import("valibot").LiteralSchema<"hash", undefined>], undefined>, undefined>;
211
+ /**
212
+ * Automatically track page views.
213
+ * @default true
214
+ */
215
+ readonly auto: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
216
+ /**
217
+ * Enable canonical URL tracking.
218
+ * @default true
219
+ */
220
+ readonly canonical: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
221
+ /**
222
+ * Honor Do Not Track requests.
223
+ * @default false
224
+ */
225
+ readonly honorDnt: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
226
+ }, undefined>;
227
+ export declare const GoogleAdsenseOptions: import("valibot").ObjectSchema<{
228
+ /**
229
+ * The Google Adsense ID.
230
+ * @example 'ca-pub-XXXXXXXXXXXXXXXX'
231
+ */
232
+ readonly client: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
233
+ /**
234
+ * Enable or disable Auto Ads.
235
+ * @default false
236
+ * @see https://support.google.com/adsense/answer/9261805
237
+ */
238
+ readonly autoAds: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
239
+ }, undefined>;
240
+ export declare const GoogleAnalyticsOptions: import("valibot").ObjectSchema<{
241
+ /**
242
+ * The GA4 measurement ID.
243
+ * @example 'G-XXXXXXXX'
244
+ * @see https://developers.google.com/analytics/devguides/collection/gtagjs
245
+ */
246
+ readonly id: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
247
+ /**
248
+ * Global name for the dataLayer variable.
249
+ * @default 'dataLayer'
250
+ * @see https://developers.google.com/analytics/devguides/collection/gtagjs/setting-up-gtag#rename_the_data_layer
251
+ */
252
+ readonly l: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
253
+ }, undefined>;
254
+ export declare const GoogleMapsOptions: import("valibot").ObjectSchema<{
255
+ /**
256
+ * Your Google Maps API key.
257
+ */
258
+ readonly apiKey: import("valibot").StringSchema<undefined>;
259
+ /**
260
+ * The Google Maps libraries to load.
261
+ * @default ['places']
262
+ * @see https://developers.google.com/maps/documentation/javascript/libraries
263
+ */
264
+ readonly libraries: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
265
+ /**
266
+ * The language code for the map UI and geocoding results.
267
+ * @see https://developers.google.com/maps/faq#languagesupport
268
+ */
269
+ readonly language: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
270
+ /**
271
+ * The region code to bias geocoding results.
272
+ * @see https://developers.google.com/maps/documentation/javascript/localization#Region
273
+ */
274
+ readonly region: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
275
+ /**
276
+ * The Google Maps JS API version to load.
277
+ * @default 'weekly'
278
+ * @see https://developers.google.com/maps/documentation/javascript/versions
279
+ */
280
+ readonly v: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"weekly", undefined>, import("valibot").LiteralSchema<"quarterly", undefined>, import("valibot").LiteralSchema<"beta", undefined>, import("valibot").LiteralSchema<"alpha", undefined>, import("valibot").StringSchema<undefined>], undefined>, undefined>;
281
+ }, undefined>;
282
+ export declare const GoogleRecaptchaOptions: import("valibot").ObjectSchema<{
283
+ /**
284
+ * Your reCAPTCHA site key.
285
+ * @see https://developers.google.com/recaptcha/docs/display#render_param
286
+ */
287
+ readonly siteKey: import("valibot").StringSchema<undefined>;
288
+ /**
289
+ * Use the Enterprise version of reCAPTCHA (enterprise.js instead of api.js).
290
+ * @see https://cloud.google.com/recaptcha-enterprise/docs/introduction
291
+ */
292
+ readonly enterprise: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
293
+ /**
294
+ * Use recaptcha.net instead of google.com domain. Useful for regions where google.com is blocked.
295
+ */
296
+ readonly recaptchaNet: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
297
+ /**
298
+ * Language code for the reCAPTCHA widget.
299
+ * @see https://developers.google.com/recaptcha/docs/language
300
+ */
301
+ readonly hl: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
302
+ }, undefined>;
303
+ export declare const GoogleSignInOptions: import("valibot").ObjectSchema<{
304
+ /**
305
+ * Your Google API client ID.
306
+ * @example 'XXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.apps.googleusercontent.com'
307
+ * @see https://developers.google.com/identity/gsi/web/guides/get-google-api-clientid
308
+ */
309
+ readonly clientId: import("valibot").StringSchema<undefined>;
310
+ /**
311
+ * Auto-select credentials when only one Google account is available.
312
+ * @see https://developers.google.com/identity/gsi/web/reference/js-reference#auto_select
313
+ */
314
+ readonly autoSelect: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
315
+ /**
316
+ * The context text for the One Tap prompt.
317
+ * @see https://developers.google.com/identity/gsi/web/reference/js-reference#context
318
+ */
319
+ readonly context: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"signin", undefined>, import("valibot").LiteralSchema<"signup", undefined>, import("valibot").LiteralSchema<"use", undefined>], undefined>, undefined>;
320
+ /**
321
+ * Enable FedCM (Federated Credential Management) API support. Mandatory from August 2025.
322
+ * @see https://developers.google.com/identity/gsi/web/guides/fedcm-migration
323
+ */
324
+ readonly useFedcmForPrompt: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
325
+ /**
326
+ * Cancel the One Tap prompt if the user clicks outside.
327
+ * @default true
328
+ * @see https://developers.google.com/identity/gsi/web/reference/js-reference#cancel_on_tap_outside
329
+ */
330
+ readonly cancelOnTapOutside: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
331
+ /**
332
+ * The UX mode for the sign-in flow.
333
+ * @see https://developers.google.com/identity/gsi/web/reference/js-reference#ux_mode
334
+ */
335
+ readonly uxMode: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"popup", undefined>, import("valibot").LiteralSchema<"redirect", undefined>], undefined>, undefined>;
336
+ /**
337
+ * The URI to redirect to after sign-in when using redirect UX mode.
338
+ * @see https://developers.google.com/identity/gsi/web/reference/js-reference#login_uri
339
+ */
340
+ readonly loginUri: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
341
+ /**
342
+ * Enable Intelligent Tracking Prevention (ITP) support for Safari.
343
+ * @see https://developers.google.com/identity/gsi/web/reference/js-reference#itp_support
344
+ */
345
+ readonly itpSupport: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
346
+ /**
347
+ * Allowed parent origin(s) for iframe embedding.
348
+ * @see https://developers.google.com/identity/gsi/web/reference/js-reference#allowed_parent_origin
349
+ */
350
+ readonly allowedParentOrigin: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>], undefined>, undefined>;
351
+ /**
352
+ * Restrict sign-in to a specific Google Workspace hosted domain.
353
+ * @example 'example.com'
354
+ * @see https://developers.google.com/identity/gsi/web/reference/js-reference#hd
355
+ */
356
+ readonly hd: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
357
+ }, undefined>;
358
+ /**
359
+ * GTM configuration options with improved documentation
360
+ */
361
+ export declare const GoogleTagManagerOptions: import("valibot").ObjectSchema<{
362
+ /**
363
+ * GTM container ID (format: GTM-XXXXXX)
364
+ * @see https://developers.google.com/tag-platform/tag-manager/web#install-the-container
365
+ */
366
+ readonly id: import("valibot").StringSchema<undefined>;
367
+ /**
368
+ * Optional dataLayer variable name
369
+ * @default 'dataLayer'
370
+ * @see https://developers.google.com/tag-platform/tag-manager/web/datalayer#rename_the_data_layer
371
+ */
372
+ readonly l: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
373
+ /**
374
+ * Authentication token for environment-specific container versions
375
+ * @see https://support.google.com/tagmanager/answer/6328337
376
+ */
377
+ readonly auth: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
378
+ /**
379
+ * Preview environment name
380
+ * @see https://support.google.com/tagmanager/answer/6328337
381
+ */
382
+ readonly preview: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
383
+ /** Forces GTM cookies to take precedence when true */
384
+ readonly cookiesWin: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").BooleanSchema<undefined>, import("valibot").LiteralSchema<"x", undefined>], undefined>, undefined>;
385
+ /**
386
+ * Enables debug mode when true
387
+ * @see https://support.google.com/tagmanager/answer/6107056
388
+ */
389
+ readonly debug: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").BooleanSchema<undefined>, import("valibot").LiteralSchema<"x", undefined>], undefined>, undefined>;
390
+ /**
391
+ * No Personal Advertising - disables advertising features when true
392
+ * @see https://developers.google.com/tag-platform/tag-manager/templates/consent-apis
393
+ */
394
+ readonly npa: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").BooleanSchema<undefined>, import("valibot").LiteralSchema<"1", undefined>], undefined>, undefined>;
395
+ /** Custom dataLayer name (alternative to "l" property) */
396
+ readonly dataLayer: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
397
+ /**
398
+ * Environment name for environment-specific container
399
+ * @see https://support.google.com/tagmanager/answer/6328337
400
+ */
401
+ readonly envName: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
402
+ /** Referrer policy for analytics requests */
403
+ readonly authReferrerPolicy: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
404
+ /**
405
+ * Default consent settings for GTM
406
+ * @see https://developers.google.com/tag-platform/tag-manager/templates/consent-apis
407
+ */
408
+ readonly defaultConsent: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, undefined>;
409
+ }, undefined>;
410
+ export declare const HotjarOptions: import("valibot").ObjectSchema<{
411
+ /**
412
+ * Your Hotjar Site ID.
413
+ * @see https://help.hotjar.com/hc/en-us/articles/115012039247-Hotjar-Tracking-Code
414
+ */
415
+ readonly id: import("valibot").NumberSchema<undefined>;
416
+ /**
417
+ * The Hotjar snippet version.
418
+ * @default 6
419
+ */
420
+ readonly sv: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
421
+ }, undefined>;
422
+ export declare const InstagramEmbedOptions: import("valibot").ObjectSchema<{
423
+ /**
424
+ * The Instagram post URL to embed.
425
+ * @example 'https://www.instagram.com/p/C_XXXXXXXXX/'
426
+ * @see https://developers.facebook.com/docs/instagram/oembed/
427
+ */
428
+ readonly postUrl: import("valibot").StringSchema<undefined>;
429
+ /**
430
+ * Whether to include captions in the embed.
431
+ * @default true
432
+ */
433
+ readonly captions: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
434
+ /**
435
+ * Custom API endpoint for fetching embed HTML.
436
+ * @default '/api/_scripts/instagram-embed'
437
+ */
438
+ readonly apiEndpoint: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
439
+ }, undefined>;
440
+ export declare const IntercomOptions: import("valibot").ObjectSchema<{
441
+ /**
442
+ * Your Intercom app ID.
443
+ * @see https://developers.intercom.com/installing-intercom/docs/javascript-api-attributes-objects
444
+ */
445
+ readonly app_id: import("valibot").StringSchema<undefined>;
446
+ /**
447
+ * The regional API base URL. Choose based on your Intercom data hosting region.
448
+ */
449
+ readonly api_base: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"https://api-iam.intercom.io", undefined>, import("valibot").LiteralSchema<"https://api-iam.eu.intercom.io", undefined>, import("valibot").LiteralSchema<"https://api-iam.au.intercom.io", undefined>], undefined>, undefined>;
450
+ /**
451
+ * The name of the logged-in user.
452
+ */
453
+ readonly name: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
454
+ /**
455
+ * The email address of the logged-in user.
456
+ */
457
+ readonly email: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
458
+ /**
459
+ * A unique identifier for the logged-in user.
460
+ */
461
+ readonly user_id: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
462
+ /**
463
+ * The horizontal alignment of the Intercom messenger launcher.
464
+ * @default 'right'
465
+ */
466
+ readonly alignment: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"left", undefined>, import("valibot").LiteralSchema<"right", undefined>], undefined>, undefined>;
467
+ /**
468
+ * The horizontal padding (in px) of the messenger launcher from the edge of the page.
469
+ * @default 20
470
+ */
471
+ readonly horizontal_padding: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
472
+ /**
473
+ * The vertical padding (in px) of the messenger launcher from the bottom of the page.
474
+ * @default 20
475
+ */
476
+ readonly vertical_padding: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
477
+ }, undefined>;
478
+ export declare const MatomoAnalyticsOptions: import("valibot").ObjectSchema<{
479
+ /**
480
+ * The URL of your self-hosted Matomo instance.
481
+ * Either `matomoUrl` or `cloudId` is required.
482
+ * @example 'https://matomo.example.com'
483
+ * @see https://developer.matomo.org/guides/tracking-javascript-guide
484
+ */
485
+ readonly matomoUrl: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
486
+ /**
487
+ * Your Matomo site ID.
488
+ * @default '1'
489
+ */
490
+ readonly siteId: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>;
491
+ /**
492
+ * Your Matomo Cloud ID (the subdomain portion of your `*.matomo.cloud` URL).
493
+ * Either `matomoUrl` or `cloudId` is required.
494
+ * @example 'mysite.matomo.cloud'
495
+ */
496
+ readonly cloudId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
497
+ /**
498
+ * A custom tracker URL. Overrides the default tracker endpoint derived from `matomoUrl` or `cloudId`.
499
+ */
500
+ readonly trackerUrl: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
501
+ /**
502
+ * Whether to track the initial page view on load.
503
+ * @deprecated Use `watch: true` (default) for automatic page view tracking.
504
+ */
505
+ readonly trackPageView: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
506
+ /**
507
+ * Enable download and outlink tracking.
508
+ */
509
+ readonly enableLinkTracking: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
510
+ /**
511
+ * Disable all tracking cookies for cookieless analytics.
512
+ */
513
+ readonly disableCookies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
514
+ /**
515
+ * Automatically track page views on route change.
516
+ * @default true
517
+ */
518
+ readonly watch: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
519
+ }, undefined>;
520
+ export declare const MetaPixelOptions: import("valibot").ObjectSchema<{
521
+ /**
522
+ * Your Meta (Facebook) Pixel ID.
523
+ * @see https://developers.facebook.com/docs/meta-pixel/get-started
524
+ */
525
+ readonly id: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>;
526
+ }, undefined>;
527
+ export declare const NpmOptions: import("valibot").ObjectSchema<{
528
+ /**
529
+ * The npm package name to load.
530
+ * @example 'lodash'
531
+ */
532
+ readonly packageName: import("valibot").StringSchema<undefined>;
533
+ /**
534
+ * The specific file path within the package to load.
535
+ * @example '/dist/lodash.min.js'
536
+ */
537
+ readonly file: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
538
+ /**
539
+ * The package version to load.
540
+ * @default 'latest'
541
+ */
542
+ readonly version: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
543
+ /**
544
+ * The CDN provider to use for loading the package.
545
+ * @default 'unpkg'
546
+ * @see https://unpkg.com
547
+ * @see https://www.jsdelivr.com
548
+ * @see https://cdnjs.com
549
+ */
550
+ readonly provider: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"jsdelivr", undefined>, import("valibot").LiteralSchema<"cdnjs", undefined>, import("valibot").LiteralSchema<"unpkg", undefined>], undefined>, undefined>;
551
+ }, undefined>;
552
+ export declare const PayPalOptions: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
553
+ /**
554
+ * Your PayPal client ID.
555
+ * @see https://developer.paypal.com/sdk/js/reference/
556
+ */
557
+ readonly clientId: import("valibot").StringSchema<undefined>;
558
+ readonly clientToken: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
559
+ /**
560
+ * Use the PayPal sandbox environment. Defaults to `true` in development.
561
+ */
562
+ readonly sandbox: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
563
+ }, undefined>, import("valibot").ObjectSchema<{
564
+ readonly clientId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
565
+ /**
566
+ * A server-generated client token for authentication.
567
+ * @see https://docs.paypal.ai/payments/methods/paypal/sdk/js/v6/paypal-checkout
568
+ */
569
+ readonly clientToken: import("valibot").StringSchema<undefined>;
570
+ /**
571
+ * Use the PayPal sandbox environment. Defaults to `true` in development.
572
+ */
573
+ readonly sandbox: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
574
+ }, undefined>], undefined>;
575
+ export declare const PostHogOptions: import("valibot").ObjectSchema<{
576
+ /**
577
+ * Your PostHog project API key.
578
+ * @see https://posthog.com/docs/libraries/js#usage
579
+ */
580
+ readonly apiKey: import("valibot").StringSchema<undefined>;
581
+ /**
582
+ * Your PostHog data region.
583
+ * @default 'us'
584
+ * @see https://posthog.com/docs/libraries/js#config
585
+ */
586
+ readonly region: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"us", undefined>, import("valibot").LiteralSchema<"eu", undefined>], undefined>, undefined>;
587
+ /**
588
+ * Custom API host URL. Overrides the default derived from `region`.
589
+ * Useful for self-hosted instances or reverse proxies.
590
+ */
591
+ readonly apiHost: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
592
+ /**
593
+ * Enable autocapture of clicks, form submissions, and page views.
594
+ * @default true
595
+ */
596
+ readonly autocapture: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
597
+ /**
598
+ * Capture page views automatically. Set to `'history_change'` to only capture on history changes.
599
+ * @default true
600
+ */
601
+ readonly capturePageview: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").BooleanSchema<undefined>, import("valibot").LiteralSchema<"history_change", undefined>], undefined>, undefined>;
602
+ /**
603
+ * Capture page leave events automatically.
604
+ * @default true
605
+ */
606
+ readonly capturePageleave: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
607
+ /**
608
+ * Disable session recording.
609
+ */
610
+ readonly disableSessionRecording: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
611
+ /**
612
+ * Additional PostHog configuration options passed directly to `posthog.init()`.
613
+ * @see https://posthog.com/docs/libraries/js#config
614
+ */
615
+ readonly config: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").AnySchema, undefined>, undefined>;
616
+ }, undefined>;
617
+ export declare const RedditPixelOptions: import("valibot").ObjectSchema<{
618
+ /**
619
+ * Your Reddit Pixel advertiser ID.
620
+ * @see https://reddithelp.com/en/categories/advertising/managing-ads/installing-reddit-pixel
621
+ */
622
+ readonly id: import("valibot").StringSchema<undefined>;
623
+ }, undefined>;
624
+ export declare const RybbitAnalyticsOptions: import("valibot").ObjectSchema<{
625
+ /**
626
+ * Your Rybbit site ID.
627
+ * @see https://rybbit.io/docs
628
+ */
629
+ readonly siteId: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>;
630
+ /**
631
+ * Automatically track page views.
632
+ * @default true
633
+ */
634
+ readonly autoTrackPageview: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
635
+ /**
636
+ * Enable SPA (single-page app) route tracking.
637
+ * @default true
638
+ */
639
+ readonly trackSpa: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
640
+ /**
641
+ * Include query parameters in tracked URLs.
642
+ */
643
+ readonly trackQuery: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
644
+ /**
645
+ * Track outbound link clicks.
646
+ */
647
+ readonly trackOutbound: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
648
+ /**
649
+ * Track JavaScript errors.
650
+ */
651
+ readonly trackErrors: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
652
+ /**
653
+ * Enable session replay recording.
654
+ */
655
+ readonly sessionReplay: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
656
+ /**
657
+ * Enable Web Vitals tracking (LCP, FID, CLS, etc.).
658
+ */
659
+ readonly webVitals: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
660
+ /**
661
+ * URL patterns to skip from tracking (glob syntax).
662
+ */
663
+ readonly skipPatterns: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
664
+ /**
665
+ * URL patterns to mask in tracked data (glob syntax).
666
+ */
667
+ readonly maskPatterns: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
668
+ /**
669
+ * Debounce interval (in ms) for page view tracking.
670
+ */
671
+ readonly debounce: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
672
+ /**
673
+ * API key for authenticated tracking.
674
+ */
675
+ readonly apiKey: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
676
+ }, undefined>;
677
+ export declare const SegmentOptions: import("valibot").ObjectSchema<{
678
+ /**
679
+ * Your Segment write key.
680
+ * @see https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/quickstart/
681
+ */
682
+ readonly writeKey: import("valibot").StringSchema<undefined>;
683
+ /**
684
+ * The global variable name for the analytics instance.
685
+ * @default 'analytics'
686
+ */
687
+ readonly analyticsKey: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
688
+ }, undefined>;
689
+ export declare const InitObjectPropertiesSchema: import("valibot").ObjectSchema<{
690
+ /**
691
+ * The user's email address (for matching).
692
+ */
693
+ readonly user_email: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
694
+ /**
695
+ * The user's IP address.
696
+ */
697
+ readonly ip_address: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
698
+ /**
699
+ * The user's phone number (for matching).
700
+ */
701
+ readonly user_phone_number: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
702
+ /**
703
+ * SHA-256 hashed email address.
704
+ */
705
+ readonly user_hashed_email: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
706
+ /**
707
+ * SHA-256 hashed phone number.
708
+ */
709
+ readonly user_hashed_phone_number: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
710
+ /**
711
+ * The user's first name.
712
+ */
713
+ readonly firstname: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
714
+ /**
715
+ * The user's last name.
716
+ */
717
+ readonly lastname: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
718
+ /**
719
+ * The user's city.
720
+ */
721
+ readonly geo_city: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
722
+ /**
723
+ * The user's region/state.
724
+ */
725
+ readonly geo_region: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
726
+ /**
727
+ * The user's postal/zip code.
728
+ */
729
+ readonly geo_postal_code: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
730
+ /**
731
+ * The user's country code.
732
+ */
733
+ readonly geo_country: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
734
+ /**
735
+ * The user's age.
736
+ */
737
+ readonly age: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
738
+ }, undefined>;
739
+ export declare const SnapTrPixelOptions: import("valibot").ObjectSchema<{
740
+ /**
741
+ * The user's email address (for matching).
742
+ */
743
+ readonly user_email: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
744
+ /**
745
+ * The user's IP address.
746
+ */
747
+ readonly ip_address: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
748
+ /**
749
+ * The user's phone number (for matching).
750
+ */
751
+ readonly user_phone_number: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
752
+ /**
753
+ * SHA-256 hashed email address.
754
+ */
755
+ readonly user_hashed_email: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
756
+ /**
757
+ * SHA-256 hashed phone number.
758
+ */
759
+ readonly user_hashed_phone_number: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
760
+ /**
761
+ * The user's first name.
762
+ */
763
+ readonly firstname: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
764
+ /**
765
+ * The user's last name.
766
+ */
767
+ readonly lastname: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
768
+ /**
769
+ * The user's city.
770
+ */
771
+ readonly geo_city: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
772
+ /**
773
+ * The user's region/state.
774
+ */
775
+ readonly geo_region: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
776
+ /**
777
+ * The user's postal/zip code.
778
+ */
779
+ readonly geo_postal_code: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
780
+ /**
781
+ * The user's country code.
782
+ */
783
+ readonly geo_country: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
784
+ /**
785
+ * The user's age.
786
+ */
787
+ readonly age: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
788
+ /**
789
+ * Your Snapchat Pixel ID.
790
+ * @see https://businesshelp.snapchat.com/s/article/pixel-website-install
791
+ */
792
+ readonly id: import("valibot").StringSchema<undefined>;
793
+ /**
794
+ * Whether to automatically track a `PAGE_VIEW` event on initialization.
795
+ */
796
+ readonly trackPageView: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
797
+ }, undefined>;
798
+ export declare const StripeOptions: import("valibot").ObjectSchema<{
799
+ /**
800
+ * Whether to load Stripe's advanced fraud detection signals.
801
+ * Set to `false` to opt out.
802
+ * @default true
803
+ * @see https://docs.stripe.com/disputes/prevention/advanced-fraud-detection
804
+ */
805
+ readonly advancedFraudSignals: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
806
+ }, undefined>;
807
+ export declare const TikTokPixelOptions: import("valibot").ObjectSchema<{
808
+ /**
809
+ * Your TikTok Pixel ID.
810
+ * @see https://ads.tiktok.com/help/article/get-started-pixel
811
+ */
812
+ readonly id: import("valibot").StringSchema<undefined>;
813
+ /**
814
+ * Whether to automatically track a page view on initialization.
815
+ * @default true
816
+ */
817
+ readonly trackPageView: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
818
+ }, undefined>;
819
+ export declare const UmamiAnalyticsOptions: import("valibot").ObjectSchema<{
820
+ /**
821
+ * Your Umami website ID.
822
+ * @see https://umami.is/docs/tracker-config
823
+ */
824
+ readonly websiteId: import("valibot").StringSchema<undefined>;
825
+ /**
826
+ * By default, Umami will send data to wherever the script is located.
827
+ * You can override this to send data to another location.
828
+ * @see https://umami.is/docs/tracker-config#data-host-url
829
+ */
830
+ readonly hostUrl: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
831
+ /**
832
+ * By default, Umami tracks all pageviews and events for you automatically.
833
+ * You can disable this behavior and track events yourself using the tracker functions.
834
+ * @default true
835
+ * @see https://umami.is/docs/tracker-functions
836
+ */
837
+ readonly autoTrack: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
838
+ /**
839
+ * If you want the tracker to only run on specific domains, you can add them to your tracker script.
840
+ * This is a comma delimited list of domain names.
841
+ * Helps if you are working in a staging/development environment.
842
+ * @see https://umami.is/docs/tracker-config#data-domains
843
+ */
844
+ readonly domains: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
845
+ /**
846
+ * If you want the tracker to collect events under a specific tag.
847
+ * Events can be filtered in the dashboard by a specific tag.
848
+ * @see https://umami.is/docs/tracker-config#data-tag
849
+ */
850
+ readonly tag: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
851
+ /**
852
+ * Function that will be called before data is sent to Umami.
853
+ * The function takes two parameters: type and payload.
854
+ * Return the payload to continue sending, or return a falsy value to cancel.
855
+ * @see https://umami.is/docs/tracker-config#data-before-send
856
+ */
857
+ readonly beforeSend: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").CustomSchema<(type: string, payload: Record<string, any>) => Record<string, any> | null | false, undefined>, import("valibot").StringSchema<undefined>], undefined>, undefined>;
858
+ }, undefined>;
859
+ export declare const XEmbedOptions: import("valibot").ObjectSchema<{
860
+ /**
861
+ * The tweet ID to embed.
862
+ * @example '1754336034228171055'
863
+ * @see https://developer.x.com/en/docs/twitter-for-websites/embedded-tweets/overview
864
+ */
865
+ readonly tweetId: import("valibot").StringSchema<undefined>;
866
+ /**
867
+ * Optional: Custom API endpoint for fetching tweet data.
868
+ * @default '/api/_scripts/x-embed'
869
+ */
870
+ readonly apiEndpoint: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
871
+ /**
872
+ * Optional: Custom image proxy endpoint.
873
+ * @default '/api/_scripts/x-embed-image'
874
+ */
875
+ readonly imageProxyEndpoint: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
876
+ }, undefined>;
877
+ export declare const VercelAnalyticsOptions: import("valibot").ObjectSchema<{
878
+ /**
879
+ * The DSN of the project to send events to.
880
+ * Only required when self-hosting or deploying outside of Vercel.
881
+ */
882
+ readonly dsn: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
883
+ /**
884
+ * Whether to disable automatic page view tracking on route changes.
885
+ * Set to true if you want to manually call pageview().
886
+ */
887
+ readonly disableAutoTrack: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
888
+ /**
889
+ * The mode to use for the analytics script.
890
+ * - `auto` - Automatically detect the environment (default)
891
+ * - `production` - Always use production script
892
+ * - `development` - Always use development script (logs to console)
893
+ */
894
+ readonly mode: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"auto", undefined>, import("valibot").LiteralSchema<"development", undefined>, import("valibot").LiteralSchema<"production", undefined>], undefined>, undefined>;
895
+ /**
896
+ * Whether to enable debug logging.
897
+ * Automatically enabled in development/test environments.
898
+ */
899
+ readonly debug: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
900
+ /**
901
+ * Custom endpoint for data collection.
902
+ * Useful for self-hosted or proxied setups.
903
+ */
904
+ readonly endpoint: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
905
+ }, undefined>;
906
+ export declare const XPixelOptions: import("valibot").ObjectSchema<{
907
+ /**
908
+ * Your X (Twitter) Pixel ID.
909
+ * @see https://business.twitter.com/en/help/campaign-measurement-and-analytics/conversion-tracking-for-websites.html
910
+ */
911
+ readonly id: import("valibot").StringSchema<undefined>;
912
+ /**
913
+ * The X Pixel script version.
914
+ * @default '1.1'
915
+ */
916
+ readonly version: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
917
+ }, undefined>;
918
+ export declare const GravatarOptions: import("valibot").ObjectSchema<{
919
+ /**
920
+ * Cache duration for proxied avatar images in seconds.
921
+ * @default 3600
922
+ */
923
+ readonly cacheMaxAge: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
924
+ /**
925
+ * Default image to show when no Gravatar exists.
926
+ * @see https://docs.gravatar.com/general/images/#default-image
927
+ * @default 'mp'
928
+ */
929
+ readonly default: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
930
+ /**
931
+ * Avatar size in pixels (1-2048).
932
+ * @default 80
933
+ */
934
+ readonly size: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
935
+ /**
936
+ * Content rating filter.
937
+ * @default 'g'
938
+ */
939
+ readonly rating: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
940
+ }, undefined>;