@daytonaio/api-client 0.147.0 → 0.148.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.147.0",
3
+ "version": "0.148.0",
4
4
  "description": "OpenAPI client for @daytonaio/api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -105,6 +105,12 @@ export interface DaytonaConfiguration {
105
105
  * @memberof DaytonaConfiguration
106
106
  */
107
107
  'billingApiUrl'?: string;
108
+ /**
109
+ * Analytics API URL
110
+ * @type {string}
111
+ * @memberof DaytonaConfiguration
112
+ */
113
+ 'analyticsApiUrl'?: string;
108
114
  /**
109
115
  * SSH Gateway command
110
116
  * @type {string}