@saritasa/renewaire-frontend-sdk 0.389.0 → 0.390.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 CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.389.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.390.0
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.389.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.390.0 --save
5
5
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.389.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.388.0)",
3
+ "version": "0.390.0",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.390.0)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",
@@ -8156,10 +8156,6 @@ interface SaveRepTerritoryRepContactDto {
8156
8156
  * REP phone.
8157
8157
  */
8158
8158
  phone: string;
8159
- /**
8160
- * REP email.
8161
- */
8162
- email: string;
8163
8159
  /**
8164
8160
  * REP website.
8165
8161
  */
@@ -8168,6 +8164,10 @@ interface SaveRepTerritoryRepContactDto {
8168
8164
  * REP website label.
8169
8165
  */
8170
8166
  websiteLabel: string;
8167
+ /**
8168
+ * REP email.
8169
+ */
8170
+ email?: string | null;
8171
8171
  /**
8172
8172
  * Set address DTO.
8173
8173
  */