@saritasa/renewaire-frontend-sdk 0.301.0 → 0.302.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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.301.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.302.1
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.301.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.302.1 --save
5
5
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.301.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.301.0+0f5d22600f1411e41891475fe0f1b535965a10da)",
3
+ "version": "0.302.1",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.302.0+d77018f272e44f2d218cfe9ff38b842fe4ebbcee)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",
@@ -670,6 +670,10 @@ interface CompanyInformationDto {
670
670
  * REP website.
671
671
  */
672
672
  website: string;
673
+ /**
674
+ * Represents picture\'s key in blob storage.
675
+ */
676
+ pictureUrl: string;
673
677
  }
674
678
 
675
679
  /**
@@ -748,6 +752,10 @@ interface ContactDto {
748
752
  * Email.
749
753
  */
750
754
  email: string;
755
+ /**
756
+ * Avatar url.
757
+ */
758
+ avatarUrl: string | null;
751
759
  }
752
760
 
753
761
  /**