@daytonaio/api-client 0.112.3 → 0.113.1-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.
@@ -62,6 +62,12 @@ export interface DaytonaConfiguration {
62
62
  * @memberof DaytonaConfiguration
63
63
  */
64
64
  proxyTemplateUrl: string;
65
+ /**
66
+ * Toolbox template URL
67
+ * @type {string}
68
+ * @memberof DaytonaConfiguration
69
+ */
70
+ proxyToolboxUrl: string;
65
71
  /**
66
72
  * Default snapshot for sandboxes
67
73
  * @type {string}