@daytonaio/api-client 0.113.0 → 0.113.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daytonaio/api-client",
3
- "version": "0.113.0",
3
+ "version": "0.113.1",
4
4
  "description": "OpenAPI client for @daytonaio/api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -123,4 +123,10 @@ export interface Organization {
123
123
  * @memberof Organization
124
124
  */
125
125
  sandboxLimitedNetworkEgress: boolean;
126
+ /**
127
+ * Default region
128
+ * @type {string}
129
+ * @memberof Organization
130
+ */
131
+ defaultRegion: string;
126
132
  }