@daytonaio/api-client 0.147.0 → 0.149.0-alpha.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
|
@@ -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}
|