@saritasa/renewaire-frontend-sdk 0.32.0 → 0.32.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 +2 -2
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.32.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.32.1
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.32.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.32.1 --save
5
5
  ```
package/index.d.ts CHANGED
@@ -75,11 +75,11 @@ interface IdNameDto {
75
75
  interface AuditLogDto {
76
76
  id: object;
77
77
  timestamp: string;
78
+ message: string | null;
78
79
  /**
79
80
  * 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.
80
81
  */
81
- user: IdNameDto;
82
- message: string | null;
82
+ user?: IdNameDto | null;
83
83
  changes?: Array<AuditLogChange> | null;
84
84
  }
85
85
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.32.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.32.0+9ea33bcef6443107197f306b8c4e4df03d766f25)",
3
+ "version": "0.32.1",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.32.1+e2e85902408869809cec49aeafc6c9cfd452e5b8)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",