@saritasa/renewaire-frontend-sdk 0.165.0 → 0.166.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/index.d.ts CHANGED
@@ -1363,7 +1363,7 @@ interface CurrentUserDetailsDto {
1363
1363
  /**
1364
1364
  * Avatar URL.
1365
1365
  */
1366
- avatarUrl: string;
1366
+ avatarUrl: string | null;
1367
1367
  /**
1368
1368
  * Languages.<br />Language<br />0 = English<br />1 = Spanish<br />2 = French
1369
1369
  */
@@ -3351,7 +3351,7 @@ interface SalesContactDto {
3351
3351
  /**
3352
3352
  * Avatar URL path.
3353
3353
  */
3354
- avatarUrl: string;
3354
+ avatarUrl: string | null;
3355
3355
  }
3356
3356
 
3357
3357
  /**
@@ -3737,7 +3737,7 @@ interface RsdRegionUserDto {
3737
3737
  /**
3738
3738
  * Avatar URL path.
3739
3739
  */
3740
- avatarUrl: string;
3740
+ avatarUrl: string | null;
3741
3741
  /**
3742
3742
  * Is this the main RSD in the region. We show his info for user after registration.
3743
3743
  */
@@ -5206,7 +5206,7 @@ interface SearchRepUserDto {
5206
5206
  /**
5207
5207
  * Avatar URL path.
5208
5208
  */
5209
- avatarUrl: string;
5209
+ avatarUrl: string | null;
5210
5210
  /**
5211
5211
  * Sales contacts. This is the default sales contact users assigned to new users.
5212
5212
  */
@@ -5519,7 +5519,7 @@ interface SearchUserDto {
5519
5519
  /**
5520
5520
  * Avatar URL path.
5521
5521
  */
5522
- avatarUrl: string;
5522
+ avatarUrl: string | null;
5523
5523
  }
5524
5524
 
5525
5525
  /**
@@ -6001,7 +6001,7 @@ interface UserDetailsDto {
6001
6001
  /**
6002
6002
  * Avatar URL.
6003
6003
  */
6004
- avatarUrl: string;
6004
+ avatarUrl: string | null;
6005
6005
  /**
6006
6006
  * Open projects in edit mode automatically.
6007
6007
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.165.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.165.0+089715b01389e1ef0414bfb41911ca96f6a46f2c)",
3
+ "version": "0.166.0",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.166.0+d1875abba13de1c2dec1a0458ce852e002cc24a8)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",