@atzentis/auth-sdk 0.0.13 → 0.0.14

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 (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -300,7 +300,7 @@ interface SignupResponse {
300
300
  user: User;
301
301
  organization?: Organization;
302
302
  }
303
- type OAuthProvider = "google" | "github" | "apple" | "microsoft";
303
+ type OAuthProvider = "google" | "github" | "apple" | "microsoft" | "atzentis";
304
304
  interface GetOAuthUrlRequest {
305
305
  provider: OAuthProvider;
306
306
  redirectUri: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atzentis/auth-sdk",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Atzentis Auth SDK — zero-dependency TypeScript client for auth.atzentis.com",
5
5
  "keywords": [
6
6
  "atzentis",