@saritasa/renewaire-frontend-sdk 0.59.0 → 0.59.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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/index.d.ts +3 -0
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.59.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.59.1
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.59.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.59.1 --save
5
5
  ```
package/index.d.ts CHANGED
@@ -1678,6 +1678,9 @@ interface SearchGroupDto {
1678
1678
  * Represents a data transfer object containing an identifier and a name. It is intended to be used in simple dropdown lists or in table views where we need to display a link to the object.
1679
1679
  */
1680
1680
  permissionBundle?: IdNameDto | null;
1681
+ /**
1682
+ * RenewAire.Cores.Domain.Users.Group.ConnectedGroups and RenewAire.Cores.Domain.Users.Group.ConnectedToGroups.
1683
+ */
1681
1684
  connectedGroups?: Array<IdNameDto> | null;
1682
1685
  customerType?: GroupCustomerType | null;
1683
1686
  createdAt?: string | null;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.59.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.59.0+96264a4c097617eceb262f74a2804de2c9ed5fc9)",
3
+ "version": "0.59.1",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.59.1+8298f361ba495c993690a8c46fc26e92acb8ffa3)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",