@verdocs/js-sdk 4.2.13 → 4.2.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.
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1739,9 +1739,9 @@ interface IUpdatePasswordResponse {
|
|
|
1739
1739
|
interface ICreateAccountRequest {
|
|
1740
1740
|
email: string;
|
|
1741
1741
|
password: string;
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1742
|
+
first_name: string;
|
|
1743
|
+
last_name: string;
|
|
1744
|
+
org_name: string;
|
|
1745
1745
|
}
|
|
1746
1746
|
interface IROPCRequest {
|
|
1747
1747
|
grant_type: "password";
|
package/dist/index.d.ts
CHANGED
|
@@ -1739,9 +1739,9 @@ interface IUpdatePasswordResponse {
|
|
|
1739
1739
|
interface ICreateAccountRequest {
|
|
1740
1740
|
email: string;
|
|
1741
1741
|
password: string;
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1742
|
+
first_name: string;
|
|
1743
|
+
last_name: string;
|
|
1744
|
+
org_name: string;
|
|
1745
1745
|
}
|
|
1746
1746
|
interface IROPCRequest {
|
|
1747
1747
|
grant_type: "password";
|
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.14",
|
|
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",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.14",
|
|
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",
|