@verdocs/js-sdk 4.1.4 → 4.1.5
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 +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -142,6 +142,7 @@ interface IProfile {
|
|
|
142
142
|
last_name: string;
|
|
143
143
|
email: string;
|
|
144
144
|
phone: string | null;
|
|
145
|
+
picture: string | null;
|
|
145
146
|
/** If true, this is the caller's "currently selected" profile. All operations will performed "as" this profile. */
|
|
146
147
|
current: boolean;
|
|
147
148
|
permissions: TPermission[];
|
package/dist/index.d.ts
CHANGED
|
@@ -142,6 +142,7 @@ interface IProfile {
|
|
|
142
142
|
last_name: string;
|
|
143
143
|
email: string;
|
|
144
144
|
phone: string | null;
|
|
145
|
+
picture: string | null;
|
|
145
146
|
/** If true, this is the caller's "currently selected" profile. All operations will performed "as" this profile. */
|
|
146
147
|
current: boolean;
|
|
147
148
|
permissions: TPermission[];
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5",
|
|
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.1.
|
|
3
|
+
"version": "4.1.5",
|
|
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",
|