@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
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.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
|
/**
|