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

@trinsic/api

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trinsic/api - npm Package Compare versions

Comparing version 0.5.0 to 0.5.5

12

package.json
{
"name": "@trinsic/api",
"version": "0.5.0",
"description": "OpenAPI client for @trinsic/api",
"author": "OpenAPI-Generator",
"version": "0.5.5",
"description": "Trinsic API TypeScript library.",
"author": "Trinsic",
"repository": {
"type": "git",
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
"url": "https://github.com/trinsic-id/sdk"
},

@@ -20,3 +20,5 @@ "main": "./dist/index.js",

"typescript": "^4.0 || ^5.0"
}
},
"homepage": "https://trinsic.id",
"license": "MIT"
}

@@ -174,3 +174,3 @@ /* tslint:disable */

/**
* Redact a Session, removing all identity data from Trinsic\'s servers. Identity data that a user has chosen to save in their passkey-protected wallet will not be deleted.
* Redact a Session, removing all identity data from Trinsic\'s servers. Every application has a redaction period that dictates how long we will hold on to your users\' PII data. Once a session falls outside the redaction cutoff date, all PII will automatically be removed from that session. You can utilize this endpoint to redact a session immediately. Identity data that a user has chosen to save in their passkey-protected wallet will not be deleted.
* @summary Redact Session

@@ -185,3 +185,3 @@ * @param {string} sessionId

/**
* Redact a Session, removing all identity data from Trinsic\'s servers. Identity data that a user has chosen to save in their passkey-protected wallet will not be deleted.
* Redact a Session, removing all identity data from Trinsic\'s servers. Every application has a redaction period that dictates how long we will hold on to your users\' PII data. Once a session falls outside the redaction cutoff date, all PII will automatically be removed from that session. You can utilize this endpoint to redact a session immediately. Identity data that a user has chosen to save in their passkey-protected wallet will not be deleted.
* Redact Session

@@ -420,3 +420,3 @@ */

/**
* Redact a Session, removing all identity data from Trinsic\'s servers. Identity data that a user has chosen to save in their passkey-protected wallet will not be deleted.
* Redact a Session, removing all identity data from Trinsic\'s servers. Every application has a redaction period that dictates how long we will hold on to your users\' PII data. Once a session falls outside the redaction cutoff date, all PII will automatically be removed from that session. You can utilize this endpoint to redact a session immediately. Identity data that a user has chosen to save in their passkey-protected wallet will not be deleted.
* Redact Session

@@ -455,3 +455,3 @@ */

/**
* Redact a Session, removing all identity data from Trinsic\'s servers. Identity data that a user has chosen to save in their passkey-protected wallet will not be deleted.
* Redact a Session, removing all identity data from Trinsic\'s servers. Every application has a redaction period that dictates how long we will hold on to your users\' PII data. Once a session falls outside the redaction cutoff date, all PII will automatically be removed from that session. You can utilize this endpoint to redact a session immediately. Identity data that a user has chosen to save in their passkey-protected wallet will not be deleted.
* Redact Session

@@ -458,0 +458,0 @@ */

@@ -30,5 +30,5 @@ /* tslint:disable */

/**
* Whether to immediately launch the identity provider, without invoking the Trinsic Connect Widget UI.
* Whether to immediately launch the identity provider, without invoking the Trinsic Widget UI.
*
* Users will not be shown the Connect Widget; therefore, reuse of Connect credentials, selection of an identity provider, and saving a verification for future reuse
* Users will not be shown the Widget; therefore, reuse of credentials, selection of an identity provider, and saving a verification for future reuse
* are not available to the end user in this mode.

@@ -40,3 +40,3 @@ *

*/
launchMethodDirectly?: boolean;
launchProviderDirectly?: boolean;
/**

@@ -76,3 +76,3 @@ * The list of allowed identity providers. If not specified, all available providers will be allowed.

'launchMethodDirectly': json['launchMethodDirectly'] == null ? undefined : json['launchMethodDirectly'],
'launchProviderDirectly': json['launchProviderDirectly'] == null ? undefined : json['launchProviderDirectly'],
'providers': json['providers'] == null ? undefined : json['providers'],

@@ -89,3 +89,3 @@ 'disclosedFields': json['disclosedFields'] == null ? undefined : DisclosedFieldsRequestFromJSON(json['disclosedFields']),

'launchMethodDirectly': value['launchMethodDirectly'],
'launchProviderDirectly': value['launchProviderDirectly'],
'providers': value['providers'],

@@ -92,0 +92,0 @@ 'disclosedFields': DisclosedFieldsRequestToJSON(value['disclosedFields']),

@@ -38,7 +38,5 @@ /* tslint:disable */

*
* If the Session was created with `LaunchMethodDirectly` set to `true`, you should redirect your user's browser to this URL. The frontend SDK cannot presently be used to
* invoke these Sessions.
* You can use our frontend SDKs to launch the user into the Acceptance Session, or you can redirect the user's browser to this URL.
* If the Session was created with `LaunchProviderDirectly` set to `true`, you can't use the iFrame mode.
*
* Otherwise, you should pass this URL to your user's frontend and use the frontend SDK to invoke the Session.
*
* This URL is sensitive and as such can only be obtained once. If you need to obtain it again, you will need to create a new Acceptance Session.

@@ -45,0 +43,0 @@ * @type {string}

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