@trinsic/api
Advanced tools
Comparing version 0.5.0 to 0.5.5
{ | ||
"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} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
113689
3075
1