@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.
- package/README.md +2 -2
- package/index.d.ts +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
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
|
|
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.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.32.
|
|
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",
|