@nuxt/scripts 1.0.0-beta.2 → 1.0.0-beta.20

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 (165) 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/{B66N9HCo.js → 9LJPrOyI.js} +1 -1
  5. package/dist/client/_nuxt/DFEfk2pB.js +162 -0
  6. package/dist/client/_nuxt/{DvH517bE.js → DMlY-BNa.js} +1 -1
  7. package/dist/client/_nuxt/{DfLgoB--.js → __ZZTkMj.js} +1 -1
  8. package/dist/client/_nuxt/builds/latest.json +1 -1
  9. package/dist/client/_nuxt/builds/meta/8212d4fa-7985-421b-815a-03a886e667d4.json +1 -0
  10. package/dist/client/_nuxt/entry.CACgbLJl.css +1 -0
  11. package/dist/client/_nuxt/error-404.CHeaW3dp.css +1 -0
  12. package/dist/client/_nuxt/error-500.DvOvWme_.css +1 -0
  13. package/dist/client/index.html +1 -1
  14. package/dist/module.d.mts +27 -18
  15. package/dist/module.d.ts +178 -0
  16. package/dist/module.json +1 -1
  17. package/dist/module.mjs +747 -527
  18. package/dist/registry.d.ts +6 -0
  19. package/dist/registry.mjs +74 -21
  20. package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.d.vue.ts +2 -2
  21. package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.vue +7 -7
  22. package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.vue.d.ts +2 -2
  23. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsAdvancedMarkerElement.vue +6 -6
  24. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsCircle.vue +7 -7
  25. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsHeatmapLayer.vue +6 -6
  26. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsInfoWindow.vue +12 -12
  27. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarker.vue +6 -6
  28. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.d.vue.ts +1 -1
  29. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.vue +6 -6
  30. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.vue.d.ts +1 -1
  31. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPinElement.vue +5 -5
  32. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolygon.vue +7 -7
  33. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolyline.vue +7 -7
  34. package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsRectangle.vue +7 -7
  35. package/dist/runtime/components/ScriptCrisp.vue +1 -1
  36. package/dist/runtime/components/ScriptGoogleAdsense.vue +1 -1
  37. package/dist/runtime/components/ScriptGravatar.d.vue.ts +22 -0
  38. package/dist/runtime/components/ScriptGravatar.vue +46 -0
  39. package/dist/runtime/components/ScriptGravatar.vue.d.ts +22 -0
  40. package/dist/runtime/components/ScriptInstagramEmbed.vue +1 -1
  41. package/dist/runtime/components/ScriptIntercom.vue +4 -3
  42. package/dist/runtime/components/ScriptPayPalButtons.d.vue.ts +43 -32
  43. package/dist/runtime/components/ScriptPayPalButtons.vue +48 -79
  44. package/dist/runtime/components/ScriptPayPalButtons.vue.d.ts +43 -32
  45. package/dist/runtime/components/ScriptPayPalMessages.d.vue.ts +37 -23
  46. package/dist/runtime/components/ScriptPayPalMessages.vue +46 -50
  47. package/dist/runtime/components/ScriptPayPalMessages.vue.d.ts +37 -23
  48. package/dist/runtime/components/ScriptStripePricingTable.vue +2 -2
  49. package/dist/runtime/components/ScriptVimeoPlayer.d.vue.ts +9 -0
  50. package/dist/runtime/components/ScriptVimeoPlayer.vue +13 -10
  51. package/dist/runtime/components/ScriptVimeoPlayer.vue.d.ts +9 -0
  52. package/dist/runtime/components/ScriptXEmbed.d.vue.ts +1 -1
  53. package/dist/runtime/components/ScriptXEmbed.vue +1 -1
  54. package/dist/runtime/components/ScriptXEmbed.vue.d.ts +1 -1
  55. package/dist/runtime/components/ScriptYouTubePlayer.d.vue.ts +2 -2
  56. package/dist/runtime/components/ScriptYouTubePlayer.vue +11 -5
  57. package/dist/runtime/components/ScriptYouTubePlayer.vue.d.ts +2 -2
  58. package/dist/runtime/composables/useScript.js +11 -6
  59. package/dist/runtime/composables/useScriptEventPage.js +2 -2
  60. package/dist/runtime/composables/useScriptTriggerConsent.js +1 -1
  61. package/dist/runtime/composables/useScriptTriggerElement.js +1 -1
  62. package/dist/runtime/composables/useScriptTriggerIdleTimeout.js +1 -1
  63. package/dist/runtime/registry/clarity.d.ts +10 -15
  64. package/dist/runtime/registry/clarity.js +22 -31
  65. package/dist/runtime/registry/cloudflare-web-analytics.d.ts +2 -13
  66. package/dist/runtime/registry/cloudflare-web-analytics.js +2 -14
  67. package/dist/runtime/registry/crisp.d.ts +9 -39
  68. package/dist/runtime/registry/crisp.js +2 -33
  69. package/dist/runtime/registry/databuddy-analytics.d.ts +2 -35
  70. package/dist/runtime/registry/databuddy-analytics.js +20 -45
  71. package/dist/runtime/registry/fathom-analytics.d.ts +6 -25
  72. package/dist/runtime/registry/fathom-analytics.js +2 -24
  73. package/dist/runtime/registry/google-adsense.d.ts +2 -10
  74. package/dist/runtime/registry/google-adsense.js +2 -11
  75. package/dist/runtime/registry/google-analytics.d.ts +3 -5
  76. package/dist/runtime/registry/google-analytics.js +3 -8
  77. package/dist/runtime/registry/google-maps.d.ts +3 -9
  78. package/dist/runtime/registry/google-maps.js +2 -8
  79. package/dist/runtime/registry/google-recaptcha.d.ts +2 -6
  80. package/dist/runtime/registry/google-recaptcha.js +4 -12
  81. package/dist/runtime/registry/google-sign-in.d.ts +2 -13
  82. package/dist/runtime/registry/google-sign-in.js +2 -22
  83. package/dist/runtime/registry/google-tag-manager.d.ts +3 -28
  84. package/dist/runtime/registry/google-tag-manager.js +4 -27
  85. package/dist/runtime/registry/gravatar.d.ts +25 -0
  86. package/dist/runtime/registry/gravatar.js +32 -0
  87. package/dist/runtime/registry/hotjar.d.ts +3 -5
  88. package/dist/runtime/registry/hotjar.js +2 -5
  89. package/dist/runtime/registry/instagram-embed.d.ts +2 -17
  90. package/dist/runtime/registry/instagram-embed.js +4 -19
  91. package/dist/runtime/registry/intercom.d.ts +3 -11
  92. package/dist/runtime/registry/intercom.js +2 -12
  93. package/dist/runtime/registry/matomo-analytics.d.ts +2 -11
  94. package/dist/runtime/registry/matomo-analytics.js +3 -12
  95. package/dist/runtime/registry/meta-pixel.d.ts +3 -5
  96. package/dist/runtime/registry/meta-pixel.js +2 -4
  97. package/dist/runtime/registry/npm.d.ts +2 -6
  98. package/dist/runtime/registry/npm.js +2 -9
  99. package/dist/runtime/registry/paypal.d.ts +4 -25
  100. package/dist/runtime/registry/paypal.js +3 -66
  101. package/dist/runtime/registry/plausible-analytics.js +18 -13
  102. package/dist/runtime/registry/posthog.d.ts +10 -11
  103. package/dist/runtime/registry/posthog.js +7 -20
  104. package/dist/runtime/registry/reddit-pixel.d.ts +4 -5
  105. package/dist/runtime/registry/reddit-pixel.js +2 -4
  106. package/dist/runtime/registry/rybbit-analytics.d.ts +2 -14
  107. package/dist/runtime/registry/rybbit-analytics.js +7 -19
  108. package/dist/runtime/registry/schemas.d.ts +946 -0
  109. package/dist/runtime/registry/schemas.js +901 -0
  110. package/dist/runtime/registry/segment.d.ts +2 -5
  111. package/dist/runtime/registry/segment.js +2 -5
  112. package/dist/runtime/registry/snapchat-pixel.d.ts +3 -32
  113. package/dist/runtime/registry/snapchat-pixel.js +2 -20
  114. package/dist/runtime/registry/stripe.d.ts +3 -4
  115. package/dist/runtime/registry/stripe.js +2 -4
  116. package/dist/runtime/registry/tiktok-pixel.d.ts +3 -6
  117. package/dist/runtime/registry/tiktok-pixel.js +2 -6
  118. package/dist/runtime/registry/umami-analytics.d.ts +2 -31
  119. package/dist/runtime/registry/umami-analytics.js +2 -36
  120. package/dist/runtime/registry/vercel-analytics.d.ts +29 -0
  121. package/dist/runtime/registry/vercel-analytics.js +84 -0
  122. package/dist/runtime/registry/vimeo-player.d.ts +2 -2
  123. package/dist/runtime/registry/vimeo-player.js +1 -1
  124. package/dist/runtime/registry/x-embed.d.ts +2 -16
  125. package/dist/runtime/registry/x-embed.js +2 -17
  126. package/dist/runtime/registry/x-pixel.d.ts +3 -6
  127. package/dist/runtime/registry/x-pixel.js +2 -5
  128. package/dist/runtime/registry/youtube-player.d.ts +7 -7
  129. package/dist/runtime/registry/youtube-player.js +1 -1
  130. package/dist/runtime/server/google-static-maps-proxy.js +1 -1
  131. package/dist/runtime/server/{sw-handler.d.ts → gravatar-proxy.d.ts} +1 -1
  132. package/dist/runtime/server/gravatar-proxy.js +62 -0
  133. package/dist/runtime/server/instagram-embed-asset.js +2 -1
  134. package/dist/runtime/server/instagram-embed-image.js +2 -1
  135. package/dist/runtime/server/instagram-embed.js +22 -13
  136. package/dist/runtime/server/proxy-handler.js +161 -117
  137. package/dist/runtime/server/utils/privacy.d.ts +45 -1
  138. package/dist/runtime/server/utils/privacy.js +103 -40
  139. package/dist/runtime/server/x-embed.js +3 -2
  140. package/dist/runtime/types.d.ts +30 -24
  141. package/dist/runtime/utils/pure.d.ts +0 -4
  142. package/dist/runtime/utils/pure.js +0 -67
  143. package/dist/runtime/utils.d.ts +3 -3
  144. package/dist/runtime/utils.js +12 -7
  145. package/dist/shared/scripts.Crpn87WB.mjs +318 -0
  146. package/dist/stats.d.mts +39 -0
  147. package/dist/stats.d.ts +39 -0
  148. package/dist/stats.mjs +772 -0
  149. package/dist/types-source.d.mts +19 -0
  150. package/dist/types-source.d.ts +19 -0
  151. package/dist/types-source.mjs +975 -0
  152. package/package.json +42 -31
  153. package/dist/client/_nuxt/B8XOar-X.js +0 -162
  154. package/dist/client/_nuxt/builds/meta/133a46c5-a5c1-4a63-87d1-037947a5bcdb.json +0 -1
  155. package/dist/client/_nuxt/entry.D45OuV0w.css +0 -1
  156. package/dist/client/_nuxt/error-404.B57D-jUQ.css +0 -1
  157. package/dist/client/_nuxt/error-500.DTHUW7BI.css +0 -1
  158. package/dist/runtime/components/ScriptPayPalMarks.d.vue.ts +0 -52
  159. package/dist/runtime/components/ScriptPayPalMarks.vue +0 -69
  160. package/dist/runtime/components/ScriptPayPalMarks.vue.d.ts +0 -52
  161. package/dist/runtime/plugins/sw-register.client.d.ts +0 -2
  162. package/dist/runtime/plugins/sw-register.client.js +0 -12
  163. package/dist/runtime/server/sw-handler.js +0 -25
  164. package/dist/runtime/sw/proxy-sw.template.d.ts +0 -1
  165. package/dist/runtime/sw/proxy-sw.template.js +0 -54
@@ -1,11 +1,6 @@
1
1
  import type { RegistryScriptInput } from '#nuxt-scripts/types';
2
- export declare const GoogleMapsOptions: import("valibot").ObjectSchema<{
3
- readonly apiKey: import("valibot").StringSchema<undefined>;
4
- readonly libraries: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
5
- readonly language: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
6
- readonly region: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
7
- 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>;
8
- }, undefined>;
2
+ import { GoogleMapsOptions } from './schemas.js';
3
+ export { GoogleMapsOptions };
9
4
  export type GoogleMapsInput = RegistryScriptInput<typeof GoogleMapsOptions>;
10
5
  type MapsNamespace = typeof window.google.maps;
11
6
  export interface GoogleMapsApi {
@@ -15,10 +10,9 @@ declare global {
15
10
  interface Window {
16
11
  google: {
17
12
  maps: {
18
- __ib__(): void;
13
+ __ib__: () => void;
19
14
  };
20
15
  };
21
16
  }
22
17
  }
23
18
  export declare function useScriptGoogleMaps<T extends GoogleMapsApi>(_options?: GoogleMapsInput): import("#nuxt-scripts/types").UseScriptContext<T>;
24
- export {};
@@ -1,13 +1,7 @@
1
1
  import { withQuery } from "ufo";
2
2
  import { useRegistryScript } from "../utils.js";
3
- import { array, literal, object, optional, string, union } from "#nuxt-scripts-validator";
4
- export const GoogleMapsOptions = object({
5
- apiKey: string(),
6
- libraries: optional(array(string())),
7
- language: optional(string()),
8
- region: optional(string()),
9
- v: optional(union([literal("weekly"), literal("quarterly"), literal("beta"), literal("alpha"), string()]))
10
- });
3
+ import { GoogleMapsOptions } from "./schemas.js";
4
+ export { GoogleMapsOptions };
11
5
  export function useScriptGoogleMaps(_options) {
12
6
  let readyPromise = Promise.resolve();
13
7
  return useRegistryScript("googleMaps", (options) => {
@@ -1,10 +1,6 @@
1
1
  import type { RegistryScriptInput } from '#nuxt-scripts/types';
2
- export declare const GoogleRecaptchaOptions: import("valibot").ObjectSchema<{
3
- readonly siteKey: import("valibot").StringSchema<undefined>;
4
- readonly enterprise: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
5
- readonly recaptchaNet: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
6
- readonly hl: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
7
- }, undefined>;
2
+ import { GoogleRecaptchaOptions } from './schemas.js';
3
+ export { GoogleRecaptchaOptions };
8
4
  export type GoogleRecaptchaInput = RegistryScriptInput<typeof GoogleRecaptchaOptions>;
9
5
  export interface GoogleRecaptchaApi {
10
6
  grecaptcha: {
@@ -1,15 +1,7 @@
1
- import { withQuery } from "ufo";
2
1
  import { useRegistryScript } from "#nuxt-scripts/utils";
3
- import { object, string, optional, boolean } from "#nuxt-scripts-validator";
4
- export const GoogleRecaptchaOptions = object({
5
- siteKey: string(),
6
- // Use enterprise.js instead of api.js
7
- enterprise: optional(boolean()),
8
- // Use recaptcha.net (works in China)
9
- recaptchaNet: optional(boolean()),
10
- // Language code
11
- hl: optional(string())
12
- });
2
+ import { withQuery } from "ufo";
3
+ import { GoogleRecaptchaOptions } from "./schemas.js";
4
+ export { GoogleRecaptchaOptions };
13
5
  export function useScriptGoogleRecaptcha(_options) {
14
6
  return useRegistryScript(_options?.key || "googleRecaptcha", (options) => {
15
7
  const baseUrl = options?.recaptchaNet ? "https://www.recaptcha.net/recaptcha" : "https://www.google.com/recaptcha";
@@ -32,7 +24,7 @@ export function useScriptGoogleRecaptcha(_options) {
32
24
  const w = window;
33
25
  w.grecaptcha = w.grecaptcha || {};
34
26
  const readyFn = function(cb) {
35
- (w.___grecaptcha_cfg = w.___grecaptcha_cfg || {}).fns = (w.___grecaptcha_cfg.fns || []).concat([cb]);
27
+ (w.___grecaptcha_cfg = w.___grecaptcha_cfg || {}).fns = [...w.___grecaptcha_cfg.fns || [], ...[cb]];
36
28
  };
37
29
  w.grecaptcha.ready = w.grecaptcha.ready || readyFn;
38
30
  if (options?.enterprise) {
@@ -1,4 +1,5 @@
1
1
  import type { RegistryScriptInput } from '#nuxt-scripts/types';
2
+ import { GoogleSignInOptions } from './schemas.js';
2
3
  export interface CredentialResponse {
3
4
  credential: string;
4
5
  select_by: 'auto' | 'user' | 'user_1tap' | 'user_2tap' | 'btn' | 'btn_confirm' | 'btn_add_session' | 'btn_confirm_add_session';
@@ -67,18 +68,6 @@ type AccountsNamespace = typeof google.accounts;
67
68
  export interface GoogleSignInApi {
68
69
  accounts: AccountsNamespace;
69
70
  }
70
- export declare const GoogleSignInOptions: import("valibot").ObjectSchema<{
71
- readonly clientId: import("valibot").StringSchema<undefined>;
72
- readonly autoSelect: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
73
- 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>;
74
- readonly useFedcmForPrompt: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
75
- readonly cancelOnTapOutside: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
76
- readonly uxMode: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"popup", undefined>, import("valibot").LiteralSchema<"redirect", undefined>], undefined>, undefined>;
77
- readonly loginUri: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
78
- readonly itpSupport: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
79
- readonly allowedParentOrigin: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>], undefined>, undefined>;
80
- readonly hd: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
81
- }, undefined>;
71
+ export { GoogleSignInOptions };
82
72
  export type GoogleSignInInput = RegistryScriptInput<typeof GoogleSignInOptions>;
83
73
  export declare function useScriptGoogleSignIn<T extends GoogleSignInApi>(_options?: GoogleSignInInput): import("#nuxt-scripts/types").UseScriptContext<T>;
84
- export {};
@@ -1,26 +1,6 @@
1
1
  import { useRegistryScript } from "#nuxt-scripts/utils";
2
- import { object, string, optional, boolean, array, union, literal } from "#nuxt-scripts-validator";
3
- export const GoogleSignInOptions = object({
4
- clientId: string(),
5
- // Auto-select credentials if only one is available
6
- autoSelect: optional(boolean()),
7
- // Context for One Tap (signin, signup, or use)
8
- context: optional(union([literal("signin"), literal("signup"), literal("use")])),
9
- // FedCM API support (Privacy Sandbox) - mandatory from August 2025
10
- useFedcmForPrompt: optional(boolean()),
11
- // Cancel One Tap if user clicks outside
12
- cancelOnTapOutside: optional(boolean()),
13
- // UX mode: popup or redirect
14
- uxMode: optional(union([literal("popup"), literal("redirect")])),
15
- // Login URI for redirect flow
16
- loginUri: optional(string()),
17
- // ITP (Intelligent Tracking Prevention) support
18
- itpSupport: optional(boolean()),
19
- // Allowed parent origins for iframe embedding
20
- allowedParentOrigin: optional(union([string(), array(string())])),
21
- // Hosted domain - restrict to specific Google Workspace domain
22
- hd: optional(string())
23
- });
2
+ import { GoogleSignInOptions } from "./schemas.js";
3
+ export { GoogleSignInOptions };
24
4
  export function useScriptGoogleSignIn(_options) {
25
5
  return useRegistryScript(_options?.key || "googleSignIn", () => {
26
6
  return {
@@ -1,5 +1,6 @@
1
- import type { GTag } from './google-analytics.js';
2
1
  import type { NuxtUseScriptOptions, RegistryScriptInput, UseFunctionType, UseScriptContext } from '#nuxt-scripts/types';
2
+ import type { GTag } from './google-analytics.js';
3
+ import { GoogleTagManagerOptions } from './schemas.js';
3
4
  /**
4
5
  * Improved DataLayer type that better reflects GTM's capabilities
5
6
  * Can contain either gtag event parameters or custom data objects
@@ -65,33 +66,7 @@ declare global {
65
66
  interface Window extends GoogleTagManagerApi {
66
67
  }
67
68
  }
68
- /**
69
- * GTM configuration options with improved documentation
70
- */
71
- export declare const GoogleTagManagerOptions: import("valibot").ObjectSchema<{
72
- /** GTM container ID (format: GTM-XXXXXX) */
73
- readonly id: import("valibot").StringSchema<undefined>;
74
- /** Optional dataLayer variable name */
75
- readonly l: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
76
- /** Authentication token for environment-specific container versions */
77
- readonly auth: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
78
- /** Preview environment name */
79
- readonly preview: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
80
- /** Forces GTM cookies to take precedence when true */
81
- readonly cookiesWin: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").BooleanSchema<undefined>, import("valibot").LiteralSchema<"x", undefined>], undefined>, undefined>;
82
- /** Enables debug mode when true */
83
- readonly debug: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").BooleanSchema<undefined>, import("valibot").LiteralSchema<"x", undefined>], undefined>, undefined>;
84
- /** No Personal Advertising - disables advertising features when true */
85
- readonly npa: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").BooleanSchema<undefined>, import("valibot").LiteralSchema<"1", undefined>], undefined>, undefined>;
86
- /** Custom dataLayer name (alternative to "l" property) */
87
- readonly dataLayer: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
88
- /** Environment name for environment-specific container */
89
- readonly envName: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
90
- /** Referrer policy for analytics requests */
91
- readonly authReferrerPolicy: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
92
- /** Default consent settings for GTM */
93
- 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>;
94
- }, undefined>;
69
+ export { GoogleTagManagerOptions };
95
70
  export type GoogleTagManagerInput = RegistryScriptInput<typeof GoogleTagManagerOptions>;
96
71
  /**
97
72
  * Hook to use Google Tag Manager in Nuxt applications
@@ -1,30 +1,7 @@
1
- import { withQuery } from "ufo";
2
1
  import { useRegistryScript } from "#nuxt-scripts/utils";
3
- import { object, string, optional, boolean, union, literal, record, number } from "#nuxt-scripts-validator";
4
- export const GoogleTagManagerOptions = object({
5
- /** GTM container ID (format: GTM-XXXXXX) */
6
- id: string(),
7
- /** Optional dataLayer variable name */
8
- l: optional(string()),
9
- /** Authentication token for environment-specific container versions */
10
- auth: optional(string()),
11
- /** Preview environment name */
12
- preview: optional(string()),
13
- /** Forces GTM cookies to take precedence when true */
14
- cookiesWin: optional(union([boolean(), literal("x")])),
15
- /** Enables debug mode when true */
16
- debug: optional(union([boolean(), literal("x")])),
17
- /** No Personal Advertising - disables advertising features when true */
18
- npa: optional(union([boolean(), literal("1")])),
19
- /** Custom dataLayer name (alternative to "l" property) */
20
- dataLayer: optional(string()),
21
- /** Environment name for environment-specific container */
22
- envName: optional(string()),
23
- /** Referrer policy for analytics requests */
24
- authReferrerPolicy: optional(string()),
25
- /** Default consent settings for GTM */
26
- defaultConsent: optional(record(string(), union([string(), number()])))
27
- });
2
+ import { withQuery } from "ufo";
3
+ import { GoogleTagManagerOptions } from "./schemas.js";
4
+ export { GoogleTagManagerOptions };
28
5
  export function useScriptGoogleTagManager(options) {
29
6
  const instance = useRegistryScript(
30
7
  options?.key || "googleTagManager",
@@ -64,7 +41,7 @@ export function useScriptGoogleTagManager(options) {
64
41
  if (opts.defaultConsent)
65
42
  gtag("consent", "default", opts.defaultConsent);
66
43
  window[dataLayerName].push({
67
- "gtm.start": (/* @__PURE__ */ new Date()).getTime(),
44
+ "gtm.start": Date.now(),
68
45
  "event": "gtm.js"
69
46
  });
70
47
  }
@@ -0,0 +1,25 @@
1
+ import type { RegistryScriptInput } from '#nuxt-scripts/types';
2
+ import { GravatarOptions } from './schemas.js';
3
+ export type GravatarInput = RegistryScriptInput<typeof GravatarOptions>;
4
+ export interface GravatarApi {
5
+ /**
6
+ * Get a proxied avatar URL for a given SHA256 email hash.
7
+ * When firstParty mode is enabled, this routes through your server.
8
+ */
9
+ getAvatarUrl: (hash: string, options?: {
10
+ size?: number;
11
+ default?: string;
12
+ rating?: string;
13
+ }) => string;
14
+ /**
15
+ * Get a proxied avatar URL using the server-side hashing endpoint.
16
+ * The email is sent to YOUR server (not Gravatar) for hashing.
17
+ * Only available when the gravatar proxy is enabled.
18
+ */
19
+ getAvatarUrlFromEmail: (email: string, options?: {
20
+ size?: number;
21
+ default?: string;
22
+ rating?: string;
23
+ }) => string;
24
+ }
25
+ export declare function useScriptGravatar<T extends GravatarApi>(_options?: GravatarInput): import("#nuxt-scripts/types").UseScriptContext<T>;
@@ -0,0 +1,32 @@
1
+ import { useRegistryScript } from "#nuxt-scripts/utils";
2
+ import { GravatarOptions } from "./schemas.js";
3
+ export function useScriptGravatar(_options) {
4
+ return useRegistryScript(_options?.key || "gravatar", (options) => {
5
+ const size = options?.size ?? 80;
6
+ const defaultImg = options?.default ?? "mp";
7
+ const rating = options?.rating ?? "g";
8
+ const buildQuery = (overrides) => {
9
+ const params = new URLSearchParams();
10
+ params.set("s", String(overrides?.size ?? size));
11
+ params.set("d", overrides?.default ?? defaultImg);
12
+ params.set("r", overrides?.rating ?? rating);
13
+ return params.toString();
14
+ };
15
+ return {
16
+ scriptInput: {
17
+ src: "https://secure.gravatar.com/js/gprofiles.js"
18
+ },
19
+ schema: import.meta.dev ? GravatarOptions : void 0,
20
+ scriptOptions: {
21
+ use: () => ({
22
+ getAvatarUrl: (hash, overrides) => {
23
+ return `/_scripts/gravatar-proxy?hash=${encodeURIComponent(hash)}&${buildQuery(overrides)}`;
24
+ },
25
+ getAvatarUrlFromEmail: (email, overrides) => {
26
+ return `/_scripts/gravatar-proxy?email=${encodeURIComponent(email)}&${buildQuery(overrides)}`;
27
+ }
28
+ })
29
+ }
30
+ };
31
+ }, _options);
32
+ }
@@ -1,6 +1,8 @@
1
1
  import type { RegistryScriptInput } from '#nuxt-scripts/types';
2
+ import { HotjarOptions } from './schemas.js';
3
+ export { HotjarOptions };
2
4
  export interface HotjarApi {
3
- hj: ((event: 'identify', userId: string, attributes?: Record<string, any>) => void) & ((event: 'stateChange', path: string) => void) & ((event: 'event', eventName: string) => void) & ((event: string, arg?: string) => void) & ((...params: any[]) => void) & {
5
+ hj: ((event: 'identify', userId: string, attributes?: Record<string, any>) => void) & ((event: 'stateChange', path: string) => void) & ((event: 'vPageView', path: string) => void) & ((event: 'event', eventName: string) => void) & ((event: (string & {}), ...args: any[]) => void) & {
4
6
  q: any[];
5
7
  };
6
8
  }
@@ -12,9 +14,5 @@ declare global {
12
14
  };
13
15
  }
14
16
  }
15
- export declare const HotjarOptions: import("valibot").ObjectSchema<{
16
- readonly id: import("valibot").NumberSchema<undefined>;
17
- readonly sv: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
18
- }, undefined>;
19
17
  export type HotjarInput = RegistryScriptInput<typeof HotjarOptions, true, false, false>;
20
18
  export declare function useScriptHotjar<T extends HotjarApi>(_options?: HotjarInput): import("#nuxt-scripts/types").UseScriptContext<T>;
@@ -1,9 +1,6 @@
1
1
  import { useRegistryScript } from "../utils.js";
2
- import { number, object, optional } from "#nuxt-scripts-validator";
3
- export const HotjarOptions = object({
4
- id: number(),
5
- sv: optional(number())
6
- });
2
+ import { HotjarOptions } from "./schemas.js";
3
+ export { HotjarOptions };
7
4
  export function useScriptHotjar(_options) {
8
5
  return useRegistryScript("hotjar", (options) => ({
9
6
  scriptInput: {
@@ -1,21 +1,6 @@
1
1
  import type { RegistryScriptInput } from '#nuxt-scripts/types';
2
- export declare const InstagramEmbedOptions: import("valibot").ObjectSchema<{
3
- /**
4
- * The Instagram post URL to embed
5
- * e.g., https://www.instagram.com/p/ABC123/
6
- */
7
- readonly postUrl: import("valibot").StringSchema<undefined>;
8
- /**
9
- * Whether to include captions in the embed
10
- * @default true
11
- */
12
- readonly captions: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
13
- /**
14
- * Custom API endpoint for fetching embed HTML
15
- * @default '/api/_scripts/instagram-embed'
16
- */
17
- readonly apiEndpoint: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
18
- }, undefined>;
2
+ import { InstagramEmbedOptions } from './schemas.js';
3
+ export { InstagramEmbedOptions };
19
4
  export type InstagramEmbedInput = RegistryScriptInput<typeof InstagramEmbedOptions, false, false, false>;
20
5
  /**
21
6
  * Extract the post shortcode from an Instagram URL
@@ -1,22 +1,7 @@
1
- import { boolean, object, optional, string } from "#nuxt-scripts-validator";
2
- export const InstagramEmbedOptions = object({
3
- /**
4
- * The Instagram post URL to embed
5
- * e.g., https://www.instagram.com/p/ABC123/
6
- */
7
- postUrl: string(),
8
- /**
9
- * Whether to include captions in the embed
10
- * @default true
11
- */
12
- captions: optional(boolean()),
13
- /**
14
- * Custom API endpoint for fetching embed HTML
15
- * @default '/api/_scripts/instagram-embed'
16
- */
17
- apiEndpoint: optional(string())
18
- });
1
+ import { InstagramEmbedOptions } from "./schemas.js";
2
+ export { InstagramEmbedOptions };
3
+ const INSTAGRAM_SHORTCODE_RE = /instagram\.com\/(?:p|reel|tv)\/([^/?]+)/;
19
4
  export function extractInstagramShortcode(url) {
20
- const match = url.match(/instagram\.com\/(?:p|reel|tv)\/([^/?]+)/);
5
+ const match = url.match(INSTAGRAM_SHORTCODE_RE);
21
6
  return match?.[1];
22
7
  }
@@ -1,18 +1,10 @@
1
1
  import type { InferInput } from '#nuxt-scripts-validator';
2
2
  import type { RegistryScriptInput } from '#nuxt-scripts/types';
3
- export declare const IntercomOptions: import("valibot").ObjectSchema<{
4
- readonly app_id: import("valibot").StringSchema<undefined>;
5
- 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>;
6
- readonly name: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
7
- readonly email: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
8
- readonly user_id: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
9
- readonly alignment: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"left", undefined>, import("valibot").LiteralSchema<"right", undefined>], undefined>, undefined>;
10
- readonly horizontal_padding: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
11
- readonly vertical_padding: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
12
- }, undefined>;
3
+ import { IntercomOptions } from './schemas.js';
4
+ export { IntercomOptions };
13
5
  export type IntercomInput = RegistryScriptInput<typeof IntercomOptions, true, false, false>;
14
6
  export interface IntercomApi {
15
- Intercom: ((event: 'boot', data?: InferInput<typeof IntercomOptions>) => void) & ((event: 'shutdown') => void) & ((event: 'update', options?: InferInput<typeof IntercomOptions>) => void) & ((event: 'hide') => void) & ((event: 'show') => void) & ((event: 'showSpace', spaceName: 'home' | 'messages' | 'help' | 'news' | 'tasks' | 'tickets' | string) => void) & ((event: 'showMessages') => void) & ((event: 'showNewMessage', content?: string) => void) & ((event: 'onHide', fn: () => void) => void) & ((event: 'onShow', fn: () => void) => void) & ((event: 'onUnreadCountChange', fn: () => void) => void) & ((event: 'trackEvent', eventName: string, metadata?: Record<string, any>) => void) & ((event: 'getVisitorId') => Promise<string>) & ((event: 'startTour', tourId: string | number) => void) & ((event: 'showArticle', articleId: string | number) => void) & ((event: 'showNews', newsItemId: string | number) => void) & ((event: 'startSurvey', surveyId: string | number) => void) & ((event: 'startChecklist', checklistId: string | number) => void) & ((event: 'showTicket', ticketId: string | number) => void) & ((event: 'showConversation', conversationId: string | number) => void) & ((event: 'onUserEmailSupplied', fn: () => void) => void) & ((event: string, ...params: any[]) => void);
7
+ Intercom: ((event: 'boot', data?: InferInput<typeof IntercomOptions>) => void) & ((event: 'shutdown') => void) & ((event: 'update', options?: InferInput<typeof IntercomOptions>) => void) & ((event: 'hide') => void) & ((event: 'show') => void) & ((event: 'showSpace', spaceName: 'home' | 'messages' | 'help' | 'news' | 'tasks' | 'tickets' | (string & {})) => void) & ((event: 'showMessages') => void) & ((event: 'showNewMessage', content?: string) => void) & ((event: 'onHide', fn: () => void) => void) & ((event: 'onShow', fn: () => void) => void) & ((event: 'onUnreadCountChange', fn: () => void) => void) & ((event: 'trackEvent', eventName: string, metadata?: Record<string, any>) => void) & ((event: 'getVisitorId') => Promise<string>) & ((event: 'startTour', tourId: string | number) => void) & ((event: 'showArticle', articleId: string | number) => void) & ((event: 'showNews', newsItemId: string | number) => void) & ((event: 'startSurvey', surveyId: string | number) => void) & ((event: 'startChecklist', checklistId: string | number) => void) & ((event: 'showTicket', ticketId: string | number) => void) & ((event: 'showConversation', conversationId: string | number) => void) & ((event: 'onUserEmailSupplied', fn: () => void) => void) & ((event: (string & {}), ...params: any[]) => void);
16
8
  }
17
9
  declare global {
18
10
  interface Window extends IntercomApi {
@@ -1,17 +1,7 @@
1
1
  import { joinURL } from "ufo";
2
2
  import { useRegistryScript } from "../utils.js";
3
- import { literal, number, object, optional, string, union } from "#nuxt-scripts-validator";
4
- export const IntercomOptions = object({
5
- app_id: string(),
6
- api_base: optional(union([literal("https://api-iam.intercom.io"), literal("https://api-iam.eu.intercom.io"), literal("https://api-iam.au.intercom.io")])),
7
- name: optional(string()),
8
- email: optional(string()),
9
- user_id: optional(string()),
10
- // customizing the messenger
11
- alignment: optional(union([literal("left"), literal("right")])),
12
- horizontal_padding: optional(number()),
13
- vertical_padding: optional(number())
14
- });
3
+ import { IntercomOptions } from "./schemas.js";
4
+ export { IntercomOptions };
15
5
  export function useScriptIntercom(_options) {
16
6
  return useRegistryScript("intercom", (options) => ({
17
7
  scriptInput: {
@@ -1,14 +1,6 @@
1
1
  import type { RegistryScriptInput } from '#nuxt-scripts/types';
2
- export declare const MatomoAnalyticsOptions: import("valibot").ObjectSchema<{
3
- readonly matomoUrl: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4
- readonly siteId: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>;
5
- readonly cloudId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
6
- readonly trackerUrl: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
7
- readonly trackPageView: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
8
- readonly enableLinkTracking: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
9
- readonly disableCookies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
10
- readonly watch: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
11
- }, undefined>;
2
+ import { MatomoAnalyticsOptions } from './schemas.js';
3
+ export { MatomoAnalyticsOptions };
12
4
  export type MatomoAnalyticsInput = RegistryScriptInput<typeof MatomoAnalyticsOptions, false, false, false>;
13
5
  interface MatomoAnalyticsApi {
14
6
  _paq: unknown[];
@@ -18,4 +10,3 @@ declare global {
18
10
  }
19
11
  }
20
12
  export declare function useScriptMatomoAnalytics<T extends MatomoAnalyticsApi>(_options?: MatomoAnalyticsInput): import("#nuxt-scripts/types").UseScriptContext<T>;
21
- export {};
@@ -1,18 +1,9 @@
1
1
  import { withBase, withHttps, withoutProtocol, withoutTrailingSlash } from "ufo";
2
- import { useRegistryScript } from "../utils.js";
3
2
  import { useScriptEventPage } from "../composables/useScriptEventPage.js";
4
- import { boolean, object, optional, string, number, union } from "#nuxt-scripts-validator";
5
3
  import { logger } from "../logger.js";
6
- export const MatomoAnalyticsOptions = object({
7
- matomoUrl: optional(string()),
8
- siteId: optional(union([string(), number()])),
9
- cloudId: optional(string()),
10
- trackerUrl: optional(string()),
11
- trackPageView: optional(boolean()),
12
- enableLinkTracking: optional(boolean()),
13
- disableCookies: optional(boolean()),
14
- watch: optional(boolean())
15
- });
4
+ import { useRegistryScript } from "../utils.js";
5
+ import { MatomoAnalyticsOptions } from "./schemas.js";
6
+ export { MatomoAnalyticsOptions };
16
7
  export function useScriptMatomoAnalytics(_options) {
17
8
  return useRegistryScript("matomoAnalytics", (options) => {
18
9
  const normalizedCloudId = options?.cloudId ? withoutTrailingSlash(withoutProtocol(options.cloudId)) : void 0;
@@ -1,4 +1,5 @@
1
1
  import type { RegistryScriptInput } from '#nuxt-scripts/types';
2
+ import { MetaPixelOptions } from './schemas.js';
2
3
  type StandardEvents = 'AddPaymentInfo' | 'AddToCart' | 'AddToWishlist' | 'CompleteRegistration' | 'Contact' | 'CustomizeProduct' | 'Donate' | 'FindLocation' | 'InitiateCheckout' | 'Lead' | 'Purchase' | 'Schedule' | 'Search' | 'StartTrial' | 'SubmitApplication' | 'Subscribe' | 'ViewContent';
3
4
  interface EventObjectProperties {
4
5
  content_category?: string;
@@ -14,7 +15,7 @@ interface EventObjectProperties {
14
15
  num_items?: number;
15
16
  predicted_ltv?: number;
16
17
  search_string?: string;
17
- status?: 'completed' | 'updated' | 'viewed' | 'added_to_cart' | 'removed_from_cart' | string;
18
+ status?: 'completed' | 'updated' | 'viewed' | 'added_to_cart' | 'removed_from_cart' | (string & {});
18
19
  value?: number;
19
20
  [key: string]: any;
20
21
  }
@@ -35,9 +36,6 @@ declare global {
35
36
  interface Window extends MetaPixelApi {
36
37
  }
37
38
  }
38
- export declare const MetaPixelOptions: import("valibot").ObjectSchema<{
39
- readonly id: import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>;
40
- }, undefined>;
39
+ export { MetaPixelOptions };
41
40
  export type MetaPixelInput = RegistryScriptInput<typeof MetaPixelOptions, true, false, false>;
42
41
  export declare function useScriptMetaPixel<T extends MetaPixelApi>(_options?: MetaPixelInput): import("#nuxt-scripts/types").UseScriptContext<T>;
43
- export {};
@@ -1,8 +1,6 @@
1
1
  import { useRegistryScript } from "../utils.js";
2
- import { number, object, string, union } from "#nuxt-scripts-validator";
3
- export const MetaPixelOptions = object({
4
- id: union([string(), number()])
5
- });
2
+ import { MetaPixelOptions } from "./schemas.js";
3
+ export { MetaPixelOptions };
6
4
  export function useScriptMetaPixel(_options) {
7
5
  return useRegistryScript("metaPixel", (options) => ({
8
6
  scriptInput: {
@@ -1,9 +1,5 @@
1
1
  import type { RegistryScriptInput } from '#nuxt-scripts/types';
2
- export declare const NpmOptions: import("valibot").ObjectSchema<{
3
- readonly packageName: import("valibot").StringSchema<undefined>;
4
- readonly file: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5
- readonly version: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
6
- readonly provider: import("valibot").OptionalSchema<import("valibot").UnionSchema<import("valibot").LiteralSchema<"jsdelivr" | "cdnjs" | "unpkg", undefined>[], undefined>, undefined>;
7
- }, undefined>;
2
+ import { NpmOptions } from './schemas.js';
3
+ export { NpmOptions };
8
4
  export type NpmInput = RegistryScriptInput<typeof NpmOptions, true, true, false>;
9
5
  export declare function useScriptNpm<T extends Record<string | symbol, any>>(_options: NpmInput): import("#nuxt-scripts/types").UseScriptContext<T>;
@@ -1,14 +1,7 @@
1
1
  import { withBase } from "ufo";
2
2
  import { useRegistryScript } from "../utils.js";
3
- import { object, optional, string, union, literal } from "#nuxt-scripts-validator";
4
- const PROVIDERS = ["jsdelivr", "cdnjs", "unpkg"];
5
- const providerValidator = union(PROVIDERS.map((provider) => literal(provider)));
6
- export const NpmOptions = object({
7
- packageName: string(),
8
- file: optional(string()),
9
- version: optional(string()),
10
- provider: optional(providerValidator)
11
- });
3
+ import { NpmOptions } from "./schemas.js";
4
+ export { NpmOptions };
12
5
  export function useScriptNpm(_options) {
13
6
  return useRegistryScript(`${_options.packageName}-npm`, (options) => {
14
7
  const baseUrl = getProviderBaseUrl(options.provider, options.packageName, options.version);
@@ -1,34 +1,13 @@
1
- import type { PayPalNamespace } from '@paypal/paypal-js';
2
1
  import type { RegistryScriptInput } from '#nuxt-scripts/types';
2
+ import type { PayPalV6Namespace } from '@paypal/paypal-js/sdk-v6';
3
+ import { PayPalOptions } from './schemas.js';
4
+ export { PayPalOptions };
3
5
  export interface PayPalApi {
4
- paypal: PayPalNamespace;
6
+ paypal: PayPalV6Namespace;
5
7
  }
6
8
  declare global {
7
9
  interface Window extends PayPalApi {
8
10
  }
9
11
  }
10
- export declare const PayPalOptions: import("valibot").ObjectSchema<{
11
- readonly clientId: import("valibot").StringSchema<undefined>;
12
- readonly buyerCountry: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
13
- readonly commit: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
14
- readonly components: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>], undefined>, undefined>;
15
- readonly currency: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
16
- readonly debug: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").BooleanSchema<undefined>], undefined>, undefined>;
17
- readonly disableFunding: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>], undefined>, undefined>;
18
- readonly enableFunding: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>], undefined>, undefined>;
19
- readonly integrationDate: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
20
- readonly intent: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
21
- readonly locale: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
22
- /**
23
- * loadScript() supports an array for merchantId, even though
24
- * merchant-id technically may not contain multiple values.
25
- * For an array with a length of > 1 it automatically sets
26
- * merchantId to "*" and moves the actual values to dataMerchantId
27
- */
28
- readonly merchantId: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>], undefined>, undefined>;
29
- readonly partnerAttributionId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
30
- readonly vault: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").BooleanSchema<undefined>], undefined>, undefined>;
31
- readonly sandbox: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
32
- }, undefined>;
33
12
  export type PayPalInput = RegistryScriptInput<typeof PayPalOptions>;
34
13
  export declare function useScriptPayPal<T extends PayPalApi>(_options?: PayPalInput): import("#nuxt-scripts/types").UseScriptContext<T>;