@daytonaio/toolbox-api-client 0.183.0 → 0.184.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/toolbox-api-client",
3
- "version": "0.183.0",
3
+ "version": "0.184.0",
4
4
  "description": "OpenAPI client for @daytona/toolbox-api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -12,8 +12,12 @@
12
12
  export interface FileInfo {
13
13
  'group': string;
14
14
  'isDir': boolean;
15
+ /**
16
+ * Deprecated: ModTime uses Go\'s time.String() layout which is not a standard format. Use ModifiedAt instead, which is serialized as ISO 8601 / RFC 3339.
17
+ */
15
18
  'modTime': string;
16
19
  'mode': string;
20
+ 'modifiedAt': string;
17
21
  'name': string;
18
22
  'owner': string;
19
23
  'permissions': string;