@verdocs/js-sdk 4.2.38 → 4.2.39
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/package.json +4 -4
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -161,6 +161,7 @@ interface ISigningSession {
|
|
|
161
161
|
* A User Session connects a caller to a Verdocs profile, and can be used for any operations that profile may perform.
|
|
162
162
|
*/
|
|
163
163
|
interface IUserSession {
|
|
164
|
+
jti: string;
|
|
164
165
|
aud: string;
|
|
165
166
|
iss: string;
|
|
166
167
|
sub: string; // Auth0 user_id
|
package/dist/index.d.ts
CHANGED
|
@@ -161,6 +161,7 @@ interface ISigningSession {
|
|
|
161
161
|
* A User Session connects a caller to a Verdocs profile, and can be used for any operations that profile may perform.
|
|
162
162
|
*/
|
|
163
163
|
interface IUserSession {
|
|
164
|
+
jti: string;
|
|
164
165
|
aud: string;
|
|
165
166
|
iss: string;
|
|
166
167
|
sub: string; // Auth0 user_id
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.39",
|
|
4
4
|
"private": false,
|
|
5
5
|
"homepage": "https://github.com/Verdocs/js-sdk",
|
|
6
6
|
"description": "Isomorphic JS SDK providing types and API wrappers for the Verdocs platform for Node and Browser clients",
|
|
@@ -58,16 +58,16 @@
|
|
|
58
58
|
"@jest/globals": "^29.7.0",
|
|
59
59
|
"@rollup/plugin-commonjs": "^26.0.1",
|
|
60
60
|
"@types/jest": "^29.5.12",
|
|
61
|
-
"axios-mock-adapter": "^
|
|
61
|
+
"axios-mock-adapter": "^2.0.0",
|
|
62
62
|
"esbuild": "^0.21.5",
|
|
63
63
|
"jest": "^29.7.0",
|
|
64
64
|
"jest-environment-jsdom": "^29.7.0",
|
|
65
|
-
"prettier": "^3.3.
|
|
65
|
+
"prettier": "^3.3.3",
|
|
66
66
|
"rollup": "^4.18.0",
|
|
67
67
|
"rollup-plugin-clear": "^2.0.7",
|
|
68
68
|
"rollup-plugin-copy": "^3.5.0",
|
|
69
69
|
"rollup-plugin-ts": "^3.4.5",
|
|
70
|
-
"ts-jest": "^29.
|
|
70
|
+
"ts-jest": "^29.2.4",
|
|
71
71
|
"tslint": "^6.1.3",
|
|
72
72
|
"tslint-config-prettier": "^1.18.0",
|
|
73
73
|
"typedoc": "^0.26.5",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.39",
|
|
4
4
|
"private": false,
|
|
5
5
|
"homepage": "https://github.com/Verdocs/js-sdk",
|
|
6
6
|
"description": "Isomorphic JS SDK providing types and API wrappers for the Verdocs platform for Node and Browser clients",
|
|
@@ -58,16 +58,16 @@
|
|
|
58
58
|
"@jest/globals": "^29.7.0",
|
|
59
59
|
"@rollup/plugin-commonjs": "^26.0.1",
|
|
60
60
|
"@types/jest": "^29.5.12",
|
|
61
|
-
"axios-mock-adapter": "^
|
|
61
|
+
"axios-mock-adapter": "^2.0.0",
|
|
62
62
|
"esbuild": "^0.21.5",
|
|
63
63
|
"jest": "^29.7.0",
|
|
64
64
|
"jest-environment-jsdom": "^29.7.0",
|
|
65
|
-
"prettier": "^3.3.
|
|
65
|
+
"prettier": "^3.3.3",
|
|
66
66
|
"rollup": "^4.18.0",
|
|
67
67
|
"rollup-plugin-clear": "^2.0.7",
|
|
68
68
|
"rollup-plugin-copy": "^3.5.0",
|
|
69
69
|
"rollup-plugin-ts": "^3.4.5",
|
|
70
|
-
"ts-jest": "^29.
|
|
70
|
+
"ts-jest": "^29.2.4",
|
|
71
71
|
"tslint": "^6.1.3",
|
|
72
72
|
"tslint-config-prettier": "^1.18.0",
|
|
73
73
|
"typedoc": "^0.26.5",
|