@saritasa/renewaire-frontend-sdk 0.127.0 → 0.128.0
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/README.md +2 -2
- package/index.d.ts +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
package/index.d.ts
CHANGED
|
@@ -4700,6 +4700,10 @@ interface ShareProjectCommand {
|
|
|
4700
4700
|
* Share with RenewAire.Cores.Domain.Projects.ProjectSharing.ShareWithUserEmail email.
|
|
4701
4701
|
*/
|
|
4702
4702
|
shareWithUserEmail: string;
|
|
4703
|
+
/**
|
|
4704
|
+
* Share with RenewAire.Cores.Domain.Projects.ProjectSharing.ShareWithUser name.
|
|
4705
|
+
*/
|
|
4706
|
+
shareWithUserName: string;
|
|
4703
4707
|
/**
|
|
4704
4708
|
* Project sharing access level.<br />ProjectSharingAccessLevel<br />0 = ReadOnly<br />1 = Edit
|
|
4705
4709
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/renewaire-frontend-sdk",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.
|
|
3
|
+
"version": "0.128.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.128.0+d8735d4417b962bce8d1da448751a641b2a5d40a)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|