@better-auth/telemetry 1.5.5 → 1.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -67,7 +67,7 @@ declare function getTelemetryAuthConfig(options: BetterAuthOptions, context?: Te
67
67
  disableSignUp: boolean | undefined;
68
68
  getUserInfo: boolean;
69
69
  overrideUserInfoOnSignIn: boolean;
70
- prompt: "none" | "select_account" | "consent" | "login" | "select_account consent" | undefined;
70
+ prompt: "none" | "consent" | "login" | "select_account" | "select_account consent" | undefined;
71
71
  verifyIdToken: boolean;
72
72
  scope: string[] | undefined;
73
73
  refreshAccessToken: boolean;
@@ -114,7 +114,7 @@ declare function getTelemetryAuthConfig(options: BetterAuthOptions, context?: Te
114
114
  updateAccountOnSignIn: boolean | undefined;
115
115
  accountLinking: {
116
116
  enabled: boolean | undefined;
117
- trustedProviders: _better_auth_core0.LiteralUnion<"linear" | "huggingface" | "github" | "apple" | "atlassian" | "cognito" | "discord" | "facebook" | "figma" | "microsoft" | "google" | "slack" | "spotify" | "twitch" | "twitter" | "dropbox" | "kick" | "linkedin" | "gitlab" | "tiktok" | "reddit" | "roblox" | "salesforce" | "vk" | "zoom" | "notion" | "kakao" | "naver" | "line" | "paybin" | "paypal" | "polar" | "railway" | "vercel" | "email-password", string>[] | ((request?: Request | undefined) => _better_auth_core0.Awaitable<Array<_better_auth_core0.LiteralUnion<_better_auth_core_social_providers0.SocialProviderList[number] | "email-password", string>>>) | undefined;
117
+ trustedProviders: _better_auth_core0.LiteralUnion<"linear" | "huggingface" | "github" | "apple" | "atlassian" | "cognito" | "discord" | "facebook" | "figma" | "microsoft" | "google" | "slack" | "spotify" | "twitch" | "twitter" | "dropbox" | "kick" | "linkedin" | "gitlab" | "tiktok" | "reddit" | "roblox" | "salesforce" | "vk" | "zoom" | "notion" | "kakao" | "naver" | "line" | "paybin" | "paypal" | "polar" | "railway" | "vercel" | "wechat" | "email-password", string>[] | ((request?: Request | undefined) => _better_auth_core0.Awaitable<Array<_better_auth_core0.LiteralUnion<_better_auth_core_social_providers0.SocialProviderList[number] | "email-password", string>>>) | undefined;
118
118
  updateUserInfoOnLink: boolean | undefined;
119
119
  allowUnlinkingAll: boolean | undefined;
120
120
  };
package/dist/node.d.mts CHANGED
@@ -67,7 +67,7 @@ declare function getTelemetryAuthConfig(options: BetterAuthOptions, context?: Te
67
67
  disableSignUp: boolean | undefined;
68
68
  getUserInfo: boolean;
69
69
  overrideUserInfoOnSignIn: boolean;
70
- prompt: "none" | "select_account" | "consent" | "login" | "select_account consent" | undefined;
70
+ prompt: "none" | "consent" | "login" | "select_account" | "select_account consent" | undefined;
71
71
  verifyIdToken: boolean;
72
72
  scope: string[] | undefined;
73
73
  refreshAccessToken: boolean;
@@ -114,7 +114,7 @@ declare function getTelemetryAuthConfig(options: BetterAuthOptions, context?: Te
114
114
  updateAccountOnSignIn: boolean | undefined;
115
115
  accountLinking: {
116
116
  enabled: boolean | undefined;
117
- trustedProviders: _better_auth_core0.LiteralUnion<"linear" | "huggingface" | "github" | "apple" | "atlassian" | "cognito" | "discord" | "facebook" | "figma" | "microsoft" | "google" | "slack" | "spotify" | "twitch" | "twitter" | "dropbox" | "kick" | "linkedin" | "gitlab" | "tiktok" | "reddit" | "roblox" | "salesforce" | "vk" | "zoom" | "notion" | "kakao" | "naver" | "line" | "paybin" | "paypal" | "polar" | "railway" | "vercel" | "email-password", string>[] | ((request?: Request | undefined) => _better_auth_core0.Awaitable<Array<_better_auth_core0.LiteralUnion<_better_auth_core_social_providers0.SocialProviderList[number] | "email-password", string>>>) | undefined;
117
+ trustedProviders: _better_auth_core0.LiteralUnion<"linear" | "huggingface" | "github" | "apple" | "atlassian" | "cognito" | "discord" | "facebook" | "figma" | "microsoft" | "google" | "slack" | "spotify" | "twitch" | "twitter" | "dropbox" | "kick" | "linkedin" | "gitlab" | "tiktok" | "reddit" | "roblox" | "salesforce" | "vk" | "zoom" | "notion" | "kakao" | "naver" | "line" | "paybin" | "paypal" | "polar" | "railway" | "vercel" | "wechat" | "email-password", string>[] | ((request?: Request | undefined) => _better_auth_core0.Awaitable<Array<_better_auth_core0.LiteralUnion<_better_auth_core_social_providers0.SocialProviderList[number] | "email-password", string>>>) | undefined;
118
118
  updateUserInfoOnLink: boolean | undefined;
119
119
  allowUnlinkingAll: boolean | undefined;
120
120
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/telemetry",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "Telemetry package for Better Auth",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -47,10 +47,10 @@
47
47
  "devDependencies": {
48
48
  "tsdown": "0.21.0-beta.2",
49
49
  "type-fest": "^5.4.4",
50
- "@better-auth/core": "1.5.5"
50
+ "@better-auth/core": "1.5.6"
51
51
  },
52
52
  "peerDependencies": {
53
- "@better-auth/core": "1.5.5"
53
+ "@better-auth/core": "1.5.6"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "tsdown",