@daytonaio/api-client 0.26.0-rc1 → 0.26.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.
Files changed (109) hide show
  1. package/package.json +1 -1
  2. package/src/api/default-api.d.ts +250 -0
  3. package/src/api/default-api.js +493 -0
  4. package/src/api/default-api.js.map +1 -0
  5. package/src/api/health-api.d.ts +66 -0
  6. package/src/api/health-api.js +115 -0
  7. package/src/api/health-api.js.map +1 -0
  8. package/src/api/organizations-api.d.ts +4 -4
  9. package/src/api/organizations-api.js.map +1 -1
  10. package/src/api/sandbox-api.d.ts +121 -0
  11. package/src/api/sandbox-api.js +248 -0
  12. package/src/api/sandbox-api.js.map +1 -1
  13. package/src/api/webhooks-api.d.ts +270 -0
  14. package/src/api/webhooks-api.js +527 -0
  15. package/src/api/webhooks-api.js.map +1 -0
  16. package/src/api.d.ts +2 -0
  17. package/src/api.js +2 -0
  18. package/src/api.js.map +1 -1
  19. package/src/models/create-audit-log.d.ts +3 -0
  20. package/src/models/create-audit-log.js +3 -0
  21. package/src/models/create-audit-log.js.map +1 -1
  22. package/src/models/health-controller-check200-response-info-value.d.ts +25 -0
  23. package/src/models/health-controller-check200-response-info-value.js +4 -0
  24. package/src/models/health-controller-check200-response-info-value.js.map +1 -0
  25. package/src/models/health-controller-check200-response.d.ts +49 -0
  26. package/src/models/health-controller-check200-response.js +16 -0
  27. package/src/models/health-controller-check200-response.js.map +1 -0
  28. package/src/models/health-controller-check503-response.d.ts +49 -0
  29. package/src/models/health-controller-check503-response.js +16 -0
  30. package/src/models/health-controller-check503-response.js.map +1 -0
  31. package/src/models/index.d.ts +10 -1
  32. package/src/models/index.js +10 -1
  33. package/src/models/index.js.map +1 -1
  34. package/src/models/{usage-overview.d.ts → organization-usage-overview.d.ts} +32 -14
  35. package/src/models/organization-usage-overview.js +4 -0
  36. package/src/models/organization-usage-overview.js.map +1 -0
  37. package/src/models/sandbox-created-post-request-data.d.ts +145 -0
  38. package/src/models/sandbox-created-post-request-data.js +30 -0
  39. package/src/models/sandbox-created-post-request-data.js.map +1 -0
  40. package/src/models/sandbox-created-post-request.d.ts +37 -0
  41. package/src/models/sandbox-created-post-request.js +16 -0
  42. package/src/models/sandbox-created-post-request.js.map +1 -0
  43. package/src/models/sandbox-state-updated-post-request-data-sandbox.d.ts +55 -0
  44. package/src/models/sandbox-state-updated-post-request-data-sandbox.js +23 -0
  45. package/src/models/sandbox-state-updated-post-request-data-sandbox.js.map +1 -0
  46. package/src/models/sandbox-state-updated-post-request-data.d.ts +75 -0
  47. package/src/models/sandbox-state-updated-post-request-data.js +53 -0
  48. package/src/models/sandbox-state-updated-post-request-data.js.map +1 -0
  49. package/src/models/sandbox-state-updated-post-request.d.ts +37 -0
  50. package/src/models/sandbox-state-updated-post-request.js +16 -0
  51. package/src/models/sandbox-state-updated-post-request.js.map +1 -0
  52. package/src/models/send-webhook-dto.d.ts +36 -0
  53. package/src/models/send-webhook-dto.js +4 -0
  54. package/src/models/send-webhook-dto.js.map +1 -0
  55. package/src/models/snapshot-created-post-request-data.d.ts +110 -0
  56. package/src/models/snapshot-created-post-request-data.js +18 -0
  57. package/src/models/snapshot-created-post-request-data.js.map +1 -0
  58. package/src/models/snapshot-created-post-request.d.ts +37 -0
  59. package/src/models/snapshot-created-post-request.js +16 -0
  60. package/src/models/snapshot-created-post-request.js.map +1 -0
  61. package/src/models/snapshot-removed-post-request.d.ts +36 -0
  62. package/src/models/snapshot-removed-post-request.js +4 -0
  63. package/src/models/snapshot-removed-post-request.js.map +1 -0
  64. package/src/models/snapshot-state-updated-post-request-data-snapshot.d.ts +50 -0
  65. package/src/models/snapshot-state-updated-post-request-data-snapshot.js +18 -0
  66. package/src/models/snapshot-state-updated-post-request-data-snapshot.js.map +1 -0
  67. package/src/models/snapshot-state-updated-post-request-data.d.ts +65 -0
  68. package/src/models/snapshot-state-updated-post-request-data.js +43 -0
  69. package/src/models/snapshot-state-updated-post-request-data.js.map +1 -0
  70. package/src/models/snapshot-state-updated-post-request.d.ts +37 -0
  71. package/src/models/snapshot-state-updated-post-request.js +16 -0
  72. package/src/models/snapshot-state-updated-post-request.js.map +1 -0
  73. package/src/models/ssh-access-dto.d.ts +54 -0
  74. package/src/models/{usage-overview.js → ssh-access-dto.js} +1 -1
  75. package/src/models/ssh-access-dto.js.map +1 -0
  76. package/src/models/ssh-access-validation-dto.d.ts +42 -0
  77. package/src/models/ssh-access-validation-dto.js +4 -0
  78. package/src/models/ssh-access-validation-dto.js.map +1 -0
  79. package/src/models/volume-created-post-request-data.d.ts +76 -0
  80. package/src/models/volume-created-post-request-data.js +14 -0
  81. package/src/models/volume-created-post-request-data.js.map +1 -0
  82. package/src/models/volume-created-post-request.d.ts +37 -0
  83. package/src/models/volume-created-post-request.js +16 -0
  84. package/src/models/volume-created-post-request.js.map +1 -0
  85. package/src/models/volume-state-updated-post-request-data-volume.d.ts +46 -0
  86. package/src/models/volume-state-updated-post-request-data-volume.js +14 -0
  87. package/src/models/volume-state-updated-post-request-data-volume.js.map +1 -0
  88. package/src/models/volume-state-updated-post-request-data.d.ts +57 -0
  89. package/src/models/volume-state-updated-post-request-data.js +35 -0
  90. package/src/models/volume-state-updated-post-request-data.js.map +1 -0
  91. package/src/models/volume-state-updated-post-request.d.ts +37 -0
  92. package/src/models/volume-state-updated-post-request.js +16 -0
  93. package/src/models/volume-state-updated-post-request.js.map +1 -0
  94. package/src/models/webhook-app-portal-access.d.ts +24 -0
  95. package/src/models/webhook-app-portal-access.js +4 -0
  96. package/src/models/webhook-app-portal-access.js.map +1 -0
  97. package/src/models/webhook-controller-get-app-portal-access200-response.d.ts +24 -0
  98. package/src/models/webhook-controller-get-app-portal-access200-response.js +4 -0
  99. package/src/models/webhook-controller-get-app-portal-access200-response.js.map +1 -0
  100. package/src/models/webhook-controller-get-initialization-status200-response.d.ts +60 -0
  101. package/src/models/webhook-controller-get-initialization-status200-response.js +4 -0
  102. package/src/models/webhook-controller-get-initialization-status200-response.js.map +1 -0
  103. package/src/models/webhook-controller-get-status200-response.d.ts +24 -0
  104. package/src/models/webhook-controller-get-status200-response.js +4 -0
  105. package/src/models/webhook-controller-get-status200-response.js.map +1 -0
  106. package/src/models/webhook-initialization-status.d.ts +54 -0
  107. package/src/models/webhook-initialization-status.js +4 -0
  108. package/src/models/webhook-initialization-status.js.map +1 -0
  109. package/src/models/usage-overview.js.map +0 -1
@@ -0,0 +1,60 @@
1
+ /**
2
+ * Daytona
3
+ * Daytona AI platform API Docs
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: support@daytona.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface WebhookControllerGetInitializationStatus200Response
16
+ */
17
+ export interface WebhookControllerGetInitializationStatus200Response {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof WebhookControllerGetInitializationStatus200Response
22
+ */
23
+ organizationId?: string;
24
+ /**
25
+ *
26
+ * @type {boolean}
27
+ * @memberof WebhookControllerGetInitializationStatus200Response
28
+ */
29
+ endpointsCreated?: boolean;
30
+ /**
31
+ *
32
+ * @type {boolean}
33
+ * @memberof WebhookControllerGetInitializationStatus200Response
34
+ */
35
+ svixApplicationCreated?: boolean;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof WebhookControllerGetInitializationStatus200Response
40
+ */
41
+ lastError?: string | null;
42
+ /**
43
+ *
44
+ * @type {number}
45
+ * @memberof WebhookControllerGetInitializationStatus200Response
46
+ */
47
+ retryCount?: number;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof WebhookControllerGetInitializationStatus200Response
52
+ */
53
+ createdAt?: string;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof WebhookControllerGetInitializationStatus200Response
58
+ */
59
+ updatedAt?: string;
60
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=webhook-controller-get-initialization-status200-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhook-controller-get-initialization-status200-response.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/webhook-controller-get-initialization-status200-response.ts"],"names":[],"mappings":";AAAA,oBAAoB"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Daytona
3
+ * Daytona AI platform API Docs
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: support@daytona.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface WebhookControllerGetStatus200Response
16
+ */
17
+ export interface WebhookControllerGetStatus200Response {
18
+ /**
19
+ *
20
+ * @type {boolean}
21
+ * @memberof WebhookControllerGetStatus200Response
22
+ */
23
+ enabled?: boolean;
24
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=webhook-controller-get-status200-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhook-controller-get-status200-response.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/webhook-controller-get-status200-response.ts"],"names":[],"mappings":";AAAA,oBAAoB"}
@@ -0,0 +1,54 @@
1
+ /**
2
+ * Daytona
3
+ * Daytona AI platform API Docs
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: support@daytona.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface WebhookInitializationStatus
16
+ */
17
+ export interface WebhookInitializationStatus {
18
+ /**
19
+ * Organization ID
20
+ * @type {string}
21
+ * @memberof WebhookInitializationStatus
22
+ */
23
+ organizationId: string;
24
+ /**
25
+ * The ID of the Svix application
26
+ * @type {string}
27
+ * @memberof WebhookInitializationStatus
28
+ */
29
+ svixApplicationId: string | null;
30
+ /**
31
+ * The error reason for the last initialization attempt
32
+ * @type {string}
33
+ * @memberof WebhookInitializationStatus
34
+ */
35
+ lastError: string | null;
36
+ /**
37
+ * The number of times the initialization has been attempted
38
+ * @type {number}
39
+ * @memberof WebhookInitializationStatus
40
+ */
41
+ retryCount: number;
42
+ /**
43
+ * When the webhook initialization was created
44
+ * @type {string}
45
+ * @memberof WebhookInitializationStatus
46
+ */
47
+ createdAt: string;
48
+ /**
49
+ * When the webhook initialization was last updated
50
+ * @type {string}
51
+ * @memberof WebhookInitializationStatus
52
+ */
53
+ updatedAt: string;
54
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=webhook-initialization-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhook-initialization-status.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/webhook-initialization-status.ts"],"names":[],"mappings":";AAAA,oBAAoB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"usage-overview.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/usage-overview.ts"],"names":[],"mappings":";AAAA,oBAAoB"}