Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@privy-io/api-base

Package Overview
Dependencies
Maintainers
7
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@privy-io/api-base - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

4

dist/index.d.ts

@@ -82,3 +82,5 @@ import { z } from 'zod';

USER_DOES_NOT_EXIST = "user_does_not_exist",
ACCOUNT_TRANSFER_REQUIRED = "account_transfer_required"
ACCOUNT_TRANSFER_REQUIRED = "account_transfer_required",
/** The user has not consented to delegated actions for this wallet */
USER_HAS_NOT_DELEGATED_WALLET = "user_has_not_delegated_wallet"
}

@@ -85,0 +87,0 @@

@@ -1,1 +0,1 @@

"use strict";var o=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var E=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var m=(t,s)=>{for(var e in s)o(t,e,{get:s[e],enumerable:!0})},x=(t,s,e,I)=>{if(s&&typeof s=="object"||typeof s=="function")for(let a of E(s))!g.call(t,a)&&a!==e&&o(t,a,{get:()=>s[a],enumerable:!(I=L(s,a))||I.enumerable});return t};var U=t=>x(o({},"__esModule",{value:!0}),t);var h={};m(h,{APIError:()=>r,AccountTransferRequiredError:()=>R,AllowlistRejectedError:()=>l,ForbiddenError:()=>p,HttpError:()=>n,InternalServerError:()=>d,InvalidInputError:()=>N,LegacyInvalidInputError:()=>S,NotFoundError:()=>u,PrivyErrorCode:()=>c,RequestTimeoutError:()=>O,TooManyRequestsError:()=>T,UnauthorizedError:()=>A,UnsupportedMediaType:()=>D});module.exports=U(h);var c=(_=>(_.OAUTH_ACCOUNT_SUSPENDED="oauth_account_suspended",_.MISSING_OR_INVALID_PRIVY_APP_ID="missing_or_invalid_privy_app_id",_.MISSING_OR_INVALID_PRIVY_CLIENT_ID="missing_or_invalid_privy_client_id",_.MISSING_OR_INVALID_PRIVY_ACCOUNT_ID="missing_or_invalid_privy_account_id",_.MISSING_OR_INVALID_TOKEN="missing_or_invalid_token",_.MISSING_OR_INVALID_MFA="missing_or_invalid_mfa",_.EXPIRED_OR_INVALID_MFA_TOKEN="expired_or_invalid_mfa_token",_.INVALID_DATA="invalid_data",_.INVALID_CREDENTIALS="invalid_credentials",_.INVALID_CAPTCHA="invalid_captcha",_.LINKED_TO_ANOTHER_USER="linked_to_another_user",_.ALLOWLIST_REJECTED="allowlist_rejected",_.CANNOT_UNLINK_EMBEDDED_WALLET="cannot_unlink_embedded_wallet",_.CANNOT_UNLINK_SOLE_ACCOUNT="cannot_unlink_sole_account",_.CANNOT_LINK_MORE_OF_TYPE="cannot_link_more_of_type",_.LINKED_ACCOUNT_NOT_FOUND="linked_account_not_found",_.TOO_MANY_REQUESTS="too_many_requests",_.INVALID_ORIGIN="invalid_origin",_.MISSING_ORIGIN="missing_origin",_.INVALID_NATIVE_APP_ID="invalid_native_app_id",_.TOKEN_ALREADY_USED="token_already_used",_.ALREADY_LOGGED_OUT="already_logged_out",_.NOT_SUPPORTED="not_supported",_.USER_UNSUBSCRIBED="user_unsubscribed",_.MAX_APPS_REACHED="max_apps_reached",_.USER_LIMIT_REACHED="max_accounts_reached",_.DEVICE_REVOKED="device_revoked",_.WALLET_PASSWORD_EXISTS="wallet_password_exists",_.OAUTH_STATE_MISMATCH="oauth_state_mismatch",_.MAX_DENYLIST_ENTRIES_REACHED="max_denylist_entries_reached",_.DISALLOWED_LOGIN_METHOD="disallowed_login_method",_.DISALLOWED_PLUS_EMAIL="disallowed_plus_email",_.DISALLOWED_RECOVERY_METHOD="disallowed_recovery_method",_.LEGACY_DASHBOARD_LOGIN_CONFIGURATION="legacy_dashboard_login_configuration",_.CANNOT_SET_PASSWORD="cannot_set_password",_.INVALID_PKCE_PARAMETERS="invalid_pkce_parameters",_.INVALID_APP_URL_SCHEME_CONFIGURATION="invalid_app_url_scheme_configuration",_.CROSS_APP_CONNECTION_NOT_ALLOWED="cross_app_connection_not_allowed",_.USER_DOES_NOT_EXIST="user_does_not_exist",_.ACCOUNT_TRANSFER_REQUIRED="account_transfer_required",_))(c||{});var n=class extends Error{status;code;responseData;constructor(s,e,I,a){super(e),this.code=I,this.status=s,this.responseData=a}toString(){return`${this.constructor.name}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},N=class extends n{constructor(s,e){super(400,s,e||"invalid_data")}},A=class extends n{constructor(s,e){super(401,s,e)}},l=class extends A{constructor(s){super(s||"User is not allowed to login to this app.","allowlist_rejected")}},p=class extends n{constructor(s,e){super(403,s,e)}},u=class extends n{constructor(s){super(404,s)}},O=class extends n{constructor(s,e){super(408,s,e)}},D=class extends n{constructor(s){super(415,s)}},S=class extends n{constructor(s,e){super(422,s,e)}},T=class extends n{constructor(s){super(429,s||"Too many requests. Please wait to try again.","too_many_requests")}},d=class extends n{constructor(s){super(500,s||"Service unavailable.")}},R=class extends n{constructor(e){super(400,"Account transfer required","account_transfer_required",e);this.data=e}};var i=require("zod");var r=i.z.object({error:i.z.string(),cause:i.z.string().optional(),code:i.z.nativeEnum(c).optional()});0&&(module.exports={APIError,AccountTransferRequiredError,AllowlistRejectedError,ForbiddenError,HttpError,InternalServerError,InvalidInputError,LegacyInvalidInputError,NotFoundError,PrivyErrorCode,RequestTimeoutError,TooManyRequestsError,UnauthorizedError,UnsupportedMediaType});
"use strict";var o=Object.defineProperty;var R=Object.getOwnPropertyDescriptor;var E=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var m=(t,s)=>{for(var e in s)o(t,e,{get:s[e],enumerable:!0})},x=(t,s,e,A)=>{if(s&&typeof s=="object"||typeof s=="function")for(let a of E(s))!g.call(t,a)&&a!==e&&o(t,a,{get:()=>s[a],enumerable:!(A=R(s,a))||A.enumerable});return t};var U=t=>x(o({},"__esModule",{value:!0}),t);var h={};m(h,{APIError:()=>r,AccountTransferRequiredError:()=>L,AllowlistRejectedError:()=>l,ForbiddenError:()=>p,HttpError:()=>n,InternalServerError:()=>d,InvalidInputError:()=>N,LegacyInvalidInputError:()=>S,NotFoundError:()=>u,PrivyErrorCode:()=>c,RequestTimeoutError:()=>D,TooManyRequestsError:()=>T,UnauthorizedError:()=>I,UnsupportedMediaType:()=>O});module.exports=U(h);var c=(_=>(_.OAUTH_ACCOUNT_SUSPENDED="oauth_account_suspended",_.MISSING_OR_INVALID_PRIVY_APP_ID="missing_or_invalid_privy_app_id",_.MISSING_OR_INVALID_PRIVY_CLIENT_ID="missing_or_invalid_privy_client_id",_.MISSING_OR_INVALID_PRIVY_ACCOUNT_ID="missing_or_invalid_privy_account_id",_.MISSING_OR_INVALID_TOKEN="missing_or_invalid_token",_.MISSING_OR_INVALID_MFA="missing_or_invalid_mfa",_.EXPIRED_OR_INVALID_MFA_TOKEN="expired_or_invalid_mfa_token",_.INVALID_DATA="invalid_data",_.INVALID_CREDENTIALS="invalid_credentials",_.INVALID_CAPTCHA="invalid_captcha",_.LINKED_TO_ANOTHER_USER="linked_to_another_user",_.ALLOWLIST_REJECTED="allowlist_rejected",_.CANNOT_UNLINK_EMBEDDED_WALLET="cannot_unlink_embedded_wallet",_.CANNOT_UNLINK_SOLE_ACCOUNT="cannot_unlink_sole_account",_.CANNOT_LINK_MORE_OF_TYPE="cannot_link_more_of_type",_.LINKED_ACCOUNT_NOT_FOUND="linked_account_not_found",_.TOO_MANY_REQUESTS="too_many_requests",_.INVALID_ORIGIN="invalid_origin",_.MISSING_ORIGIN="missing_origin",_.INVALID_NATIVE_APP_ID="invalid_native_app_id",_.TOKEN_ALREADY_USED="token_already_used",_.ALREADY_LOGGED_OUT="already_logged_out",_.NOT_SUPPORTED="not_supported",_.USER_UNSUBSCRIBED="user_unsubscribed",_.MAX_APPS_REACHED="max_apps_reached",_.USER_LIMIT_REACHED="max_accounts_reached",_.DEVICE_REVOKED="device_revoked",_.WALLET_PASSWORD_EXISTS="wallet_password_exists",_.OAUTH_STATE_MISMATCH="oauth_state_mismatch",_.MAX_DENYLIST_ENTRIES_REACHED="max_denylist_entries_reached",_.DISALLOWED_LOGIN_METHOD="disallowed_login_method",_.DISALLOWED_PLUS_EMAIL="disallowed_plus_email",_.DISALLOWED_RECOVERY_METHOD="disallowed_recovery_method",_.LEGACY_DASHBOARD_LOGIN_CONFIGURATION="legacy_dashboard_login_configuration",_.CANNOT_SET_PASSWORD="cannot_set_password",_.INVALID_PKCE_PARAMETERS="invalid_pkce_parameters",_.INVALID_APP_URL_SCHEME_CONFIGURATION="invalid_app_url_scheme_configuration",_.CROSS_APP_CONNECTION_NOT_ALLOWED="cross_app_connection_not_allowed",_.USER_DOES_NOT_EXIST="user_does_not_exist",_.ACCOUNT_TRANSFER_REQUIRED="account_transfer_required",_.USER_HAS_NOT_DELEGATED_WALLET="user_has_not_delegated_wallet",_))(c||{});var n=class extends Error{status;code;responseData;constructor(s,e,A,a){super(e),this.code=A,this.status=s,this.responseData=a}toString(){return`${this.constructor.name}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},N=class extends n{constructor(s,e){super(400,s,e||"invalid_data")}},I=class extends n{constructor(s,e){super(401,s,e)}},l=class extends I{constructor(s){super(s||"User is not allowed to login to this app.","allowlist_rejected")}},p=class extends n{constructor(s,e){super(403,s,e)}},u=class extends n{constructor(s){super(404,s)}},D=class extends n{constructor(s,e){super(408,s,e)}},O=class extends n{constructor(s){super(415,s)}},S=class extends n{constructor(s,e){super(422,s,e)}},T=class extends n{constructor(s){super(429,s||"Too many requests. Please wait to try again.","too_many_requests")}},d=class extends n{constructor(s){super(500,s||"Service unavailable.")}},L=class extends n{constructor(e){super(400,"Account transfer required","account_transfer_required",e);this.data=e}};var i=require("zod");var r=i.z.object({error:i.z.string(),cause:i.z.string().optional(),code:i.z.nativeEnum(c).optional()});0&&(module.exports={APIError,AccountTransferRequiredError,AllowlistRejectedError,ForbiddenError,HttpError,InternalServerError,InvalidInputError,LegacyInvalidInputError,NotFoundError,PrivyErrorCode,RequestTimeoutError,TooManyRequestsError,UnauthorizedError,UnsupportedMediaType});
{
"name": "@privy-io/api-base",
"version": "1.3.2",
"version": "1.4.0",
"engines": {

@@ -37,4 +37,5 @@ "npm": ">=8.0.0",

"clean": "rm -rf dist .turbo",
"check-types": "npx tsc --noEmit",
"dev": "npx tsup --watch",
"lint": "eslint ./**/*.ts && npx tsc --noEmit",
"lint": "eslint ./**/*.ts",
"format": "eslint ./**/*.ts --fix",

@@ -41,0 +42,0 @@ "test": "jest --testMatch \"**/test/**/*.test.ts\"",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc