@saritasa/renewaire-frontend-sdk 0.142.0 → 0.143.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/index.d.ts CHANGED
@@ -3458,10 +3458,6 @@ interface SaveGroupDto {
3458
3458
  * Notes.
3459
3459
  */
3460
3460
  notes: string;
3461
- /**
3462
- * Set address DTO.
3463
- */
3464
- address: SetAddressDto;
3465
3461
  /**
3466
3462
  * Identifier for RenewAire.Cores.Domain.Users.RepTerritory.
3467
3463
  */
@@ -3478,6 +3474,10 @@ interface SaveGroupDto {
3478
3474
  * GroupType<br />0 = None<br />1 = Customer<br />2 = System<br />Required permissions: SystemAdmin
3479
3475
  */
3480
3476
  type?: GroupType | null;
3477
+ /**
3478
+ * Set address DTO.
3479
+ */
3480
+ address?: SetAddressDto | null;
3481
3481
  /**
3482
3482
  * GroupCustomerType<br />0 = Ess<br />1 = Distributor<br />2 = Oem<br />3 = Other
3483
3483
  */
@@ -3795,7 +3795,7 @@ interface SaveRepTerritoryRepContactDto {
3795
3795
  /**
3796
3796
  * Set address DTO.
3797
3797
  */
3798
- address: SetAddressDto;
3798
+ address?: SetAddressDto | null;
3799
3799
  }
3800
3800
 
3801
3801
  /**
@@ -10474,13 +10474,13 @@ interface UsersManagementCreateUserRequestParams {
10474
10474
  addressAddress1: string;
10475
10475
  addressState: string;
10476
10476
  addressPostalCode: string;
10477
- occupation: string;
10478
10477
  contactInformationWorkPhoneNumberExt?: string;
10479
10478
  contactInformationMobilePhoneNumber?: string;
10480
10479
  addressAddress2?: string;
10481
10480
  addressCity?: string;
10482
10481
  addressCounty?: string;
10483
10482
  addressApartmentNumber?: string;
10483
+ occupation?: string;
10484
10484
  companyLogo?: Blob;
10485
10485
  groupId?: number | null;
10486
10486
  repTerritoryId?: number | null;
@@ -10528,13 +10528,13 @@ interface UsersManagementUpdateUserRequestParams {
10528
10528
  addressAddress1: string;
10529
10529
  addressState: string;
10530
10530
  addressPostalCode: string;
10531
- occupation: string;
10532
10531
  contactInformationWorkPhoneNumberExt?: string;
10533
10532
  contactInformationMobilePhoneNumber?: string;
10534
10533
  addressAddress2?: string;
10535
10534
  addressCity?: string;
10536
10535
  addressCounty?: string;
10537
10536
  addressApartmentNumber?: string;
10537
+ occupation?: string;
10538
10538
  companyLogo?: Blob;
10539
10539
  shouldRemoveCompanyLogo?: boolean;
10540
10540
  groupId?: number | null;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.142.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.142.0+57daa8bde830cb446e952af6cba50c6872576a99)",
3
+ "version": "0.143.1",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.143.1+89bf6dfcbe25f14984fe48ec65e0ef135f674452)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",