@better-auth/telemetry 1.7.2 → 1.7.4

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
@@ -109,12 +109,12 @@ declare function getTelemetryAuthConfig(options: BetterAuthOptions, context?: Te
109
109
  };
110
110
  account: {
111
111
  modelName: _$_better_auth_core0.LiteralString | "account" | undefined;
112
- fields: Partial<Record<"scope" | "issuer" | "createdAt" | "updatedAt" | "userId" | "providerId" | "accountId" | "accessToken" | "refreshToken" | "idToken" | "accessTokenExpiresAt" | "refreshTokenExpiresAt" | "password", string>> | undefined;
112
+ fields: Partial<Record<"scope" | "createdAt" | "updatedAt" | "userId" | "providerId" | "accountId" | "accessToken" | "refreshToken" | "idToken" | "accessTokenExpiresAt" | "refreshTokenExpiresAt" | "password", string>> | undefined;
113
113
  encryptOAuthTokens: boolean | undefined;
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" | "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;
117
+ trustedProviders: _$_better_auth_core0.LiteralUnion<"linear" | "huggingface" | "github" | "apple" | "atlassian" | "cloudflare" | "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
@@ -109,12 +109,12 @@ declare function getTelemetryAuthConfig(options: BetterAuthOptions, context?: Te
109
109
  };
110
110
  account: {
111
111
  modelName: _$_better_auth_core0.LiteralString | "account" | undefined;
112
- fields: Partial<Record<"scope" | "issuer" | "createdAt" | "updatedAt" | "userId" | "providerId" | "accountId" | "accessToken" | "refreshToken" | "idToken" | "accessTokenExpiresAt" | "refreshTokenExpiresAt" | "password", string>> | undefined;
112
+ fields: Partial<Record<"scope" | "createdAt" | "updatedAt" | "userId" | "providerId" | "accountId" | "accessToken" | "refreshToken" | "idToken" | "accessTokenExpiresAt" | "refreshTokenExpiresAt" | "password", string>> | undefined;
113
113
  encryptOAuthTokens: boolean | undefined;
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" | "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;
117
+ trustedProviders: _$_better_auth_core0.LiteralUnion<"linear" | "huggingface" | "github" | "apple" | "atlassian" | "cloudflare" | "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.7.2",
3
+ "version": "1.7.4",
4
4
  "description": "Telemetry package for Better Auth",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -44,12 +44,12 @@
44
44
  "devDependencies": {
45
45
  "tsdown": "0.21.10",
46
46
  "type-fest": "^5.7.0",
47
- "@better-auth/core": "1.7.2"
47
+ "@better-auth/core": "1.7.4"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@better-auth/utils": "0.4.2",
51
51
  "@better-fetch/fetch": "1.3.1",
52
- "@better-auth/core": "^1.7.2"
52
+ "@better-auth/core": "^1.7.4"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "tsdown",