@saritasa/renewaire-frontend-sdk 0.127.0 → 0.128.1

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/index.d.ts +4 -0
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.127.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.128.1
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.127.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.128.1 --save
5
5
  ```
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.127.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.127.0+d76701bfb855cbcb4ddbe7c4fac7bcf3798234dc)",
3
+ "version": "0.128.1",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.128.1+0ab116529df6b4c4de7ee429678129acea9b25ca)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",