@daytonaio/api-client 0.25.4 → 0.25.5

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.25.4",
3
+ "version": "0.25.5",
4
4
  "description": "OpenAPI client for @daytonaio/api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -39,4 +39,10 @@ export interface GitCommitRequest {
39
39
  * @memberof GitCommitRequest
40
40
  */
41
41
  email: string;
42
+ /**
43
+ * Allow creating an empty commit when no changes are staged
44
+ * @type {boolean}
45
+ * @memberof GitCommitRequest
46
+ */
47
+ allow_empty?: boolean;
42
48
  }