@daytonaio/api-client 0.163.0-alpha.1 → 0.163.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daytonaio/api-client",
3
- "version": "0.163.0-alpha.1",
3
+ "version": "0.163.0",
4
4
  "description": "OpenAPI client for @daytona/api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -33,6 +33,18 @@ export interface AuditLog {
33
33
  * @memberof AuditLog
34
34
  */
35
35
  'actorEmail': string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof AuditLog
40
+ */
41
+ 'actorApiKeyPrefix'?: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof AuditLog
46
+ */
47
+ 'actorApiKeySuffix'?: string;
36
48
  /**
37
49
  *
38
50
  * @type {string}