@daytonaio/api-client 0.168.0 → 0.170.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 (315) hide show
  1. package/package.json +1 -1
  2. package/src/api/admin-api.d.ts +0 -24
  3. package/src/api/admin-api.js +11 -24
  4. package/src/api/admin-api.js.map +1 -1
  5. package/src/api/api-keys-api.d.ts +0 -12
  6. package/src/api/api-keys-api.js +4 -12
  7. package/src/api/api-keys-api.js.map +1 -1
  8. package/src/api/audit-api.d.ts +0 -7
  9. package/src/api/audit-api.js +1 -7
  10. package/src/api/audit-api.js.map +1 -1
  11. package/src/api/config-api.d.ts +0 -7
  12. package/src/api/config-api.js +1 -7
  13. package/src/api/config-api.js.map +1 -1
  14. package/src/api/docker-registry-api.d.ts +0 -12
  15. package/src/api/docker-registry-api.js +5 -12
  16. package/src/api/docker-registry-api.js.map +1 -1
  17. package/src/api/health-api.d.ts +0 -8
  18. package/src/api/health-api.js +1 -8
  19. package/src/api/health-api.js.map +1 -1
  20. package/src/api/jobs-api.d.ts +0 -10
  21. package/src/api/jobs-api.js +4 -10
  22. package/src/api/jobs-api.js.map +1 -1
  23. package/src/api/object-storage-api.d.ts +0 -7
  24. package/src/api/object-storage-api.js +1 -7
  25. package/src/api/object-storage-api.js.map +1 -1
  26. package/src/api/organizations-api.d.ts +0 -44
  27. package/src/api/organizations-api.js +23 -44
  28. package/src/api/organizations-api.js.map +1 -1
  29. package/src/api/preview-api.d.ts +0 -10
  30. package/src/api/preview-api.js +4 -10
  31. package/src/api/preview-api.js.map +1 -1
  32. package/src/api/regions-api.d.ts +0 -7
  33. package/src/api/regions-api.js +1 -7
  34. package/src/api/regions-api.js.map +1 -1
  35. package/src/api/runners-api.d.ts +0 -17
  36. package/src/api/runners-api.js +9 -17
  37. package/src/api/runners-api.js.map +1 -1
  38. package/src/api/sandbox-api.d.ts +44 -54
  39. package/src/api/sandbox-api.js +123 -57
  40. package/src/api/sandbox-api.js.map +1 -1
  41. package/src/api/snapshots-api.d.ts +2 -20
  42. package/src/api/snapshots-api.js +9 -22
  43. package/src/api/snapshots-api.js.map +1 -1
  44. package/src/api/toolbox-api.d.ts +0 -74
  45. package/src/api/toolbox-api.js +45 -74
  46. package/src/api/toolbox-api.js.map +1 -1
  47. package/src/api/users-api.d.ts +0 -11
  48. package/src/api/users-api.js +3 -11
  49. package/src/api/users-api.js.map +1 -1
  50. package/src/api/volumes-api.d.ts +0 -11
  51. package/src/api/volumes-api.js +4 -11
  52. package/src/api/volumes-api.js.map +1 -1
  53. package/src/api/webhooks-api.d.ts +0 -8
  54. package/src/api/webhooks-api.js +2 -8
  55. package/src/api/webhooks-api.js.map +1 -1
  56. package/src/api/workspace-api.d.ts +0 -20
  57. package/src/api/workspace-api.js +6 -20
  58. package/src/api/workspace-api.js.map +1 -1
  59. package/src/base.d.ts +0 -24
  60. package/src/base.js +0 -19
  61. package/src/base.js.map +1 -1
  62. package/src/common.d.ts +4 -35
  63. package/src/common.js +16 -38
  64. package/src/common.js.map +1 -1
  65. package/src/configuration.d.ts +24 -17
  66. package/src/configuration.js +12 -18
  67. package/src/configuration.js.map +1 -1
  68. package/src/models/account-provider.d.ts +0 -15
  69. package/src/models/admin-create-runner.d.ts +0 -34
  70. package/src/models/admin-get-webhook-status200-response.d.ts +0 -10
  71. package/src/models/announcement.d.ts +0 -9
  72. package/src/models/api-key-list.d.ts +1 -19
  73. package/src/models/api-key-list.js +2 -1
  74. package/src/models/api-key-list.js.map +1 -1
  75. package/src/models/api-key-response.d.ts +1 -15
  76. package/src/models/api-key-response.js +2 -1
  77. package/src/models/api-key-response.js.map +1 -1
  78. package/src/models/audit-log.d.ts +0 -85
  79. package/src/models/build-info.d.ts +0 -15
  80. package/src/models/command.d.ts +0 -11
  81. package/src/models/completion-context.d.ts +0 -15
  82. package/src/models/completion-item.d.ts +0 -40
  83. package/src/models/completion-list.d.ts +0 -15
  84. package/src/models/compressed-screenshot-response.d.ts +0 -11
  85. package/src/models/computer-use-start-response.d.ts +0 -9
  86. package/src/models/computer-use-status-response.d.ts +1 -7
  87. package/src/models/computer-use-status-response.js +2 -1
  88. package/src/models/computer-use-status-response.js.map +1 -1
  89. package/src/models/computer-use-stop-response.d.ts +0 -9
  90. package/src/models/create-api-key.d.ts +1 -11
  91. package/src/models/create-api-key.js +2 -1
  92. package/src/models/create-api-key.js.map +1 -1
  93. package/src/models/create-build-info.d.ts +0 -9
  94. package/src/models/create-docker-registry.d.ts +0 -15
  95. package/src/models/create-linked-account.d.ts +0 -9
  96. package/src/models/create-organization-invitation.d.ts +1 -13
  97. package/src/models/create-organization-invitation.js +2 -1
  98. package/src/models/create-organization-invitation.js.map +1 -1
  99. package/src/models/create-organization-quota.d.ts +0 -50
  100. package/src/models/create-organization-role.d.ts +1 -11
  101. package/src/models/create-organization-role.js +2 -1
  102. package/src/models/create-organization-role.js.map +1 -1
  103. package/src/models/create-organization.d.ts +0 -9
  104. package/src/models/create-region-response.d.ts +0 -15
  105. package/src/models/create-region.d.ts +0 -13
  106. package/src/models/create-runner-response.d.ts +0 -9
  107. package/src/models/create-runner.d.ts +0 -15
  108. package/src/models/create-sandbox-snapshot.d.ts +0 -7
  109. package/src/models/create-sandbox.d.ts +1 -43
  110. package/src/models/create-sandbox.js +2 -1
  111. package/src/models/create-sandbox.js.map +1 -1
  112. package/src/models/create-session-request.d.ts +0 -7
  113. package/src/models/create-snapshot.d.ts +0 -23
  114. package/src/models/create-user.d.ts +1 -40
  115. package/src/models/create-user.js +2 -1
  116. package/src/models/create-user.js.map +1 -1
  117. package/src/models/create-volume.d.ts +0 -10
  118. package/src/models/create-workspace.d.ts +2 -35
  119. package/src/models/create-workspace.js +4 -2
  120. package/src/models/create-workspace.js.map +1 -1
  121. package/src/models/daytona-configuration.d.ts +0 -41
  122. package/src/models/display-info-response.d.ts +0 -7
  123. package/src/models/docker-registry.d.ts +1 -21
  124. package/src/models/docker-registry.js +2 -1
  125. package/src/models/docker-registry.js.map +1 -1
  126. package/src/models/download-files.d.ts +0 -7
  127. package/src/models/execute-request.d.ts +0 -14
  128. package/src/models/execute-response.d.ts +0 -9
  129. package/src/models/file-info.d.ts +0 -45
  130. package/src/models/file-status.d.ts +0 -25
  131. package/src/models/fork-sandbox.d.ts +0 -7
  132. package/src/models/git-add-request.d.ts +0 -12
  133. package/src/models/git-branch-request.d.ts +0 -15
  134. package/src/models/git-checkout-request.d.ts +0 -15
  135. package/src/models/git-clone-request.d.ts +0 -35
  136. package/src/models/git-commit-info.d.ts +0 -30
  137. package/src/models/git-commit-request.d.ts +0 -27
  138. package/src/models/git-commit-response.d.ts +0 -10
  139. package/src/models/git-delete-branch-request.d.ts +0 -15
  140. package/src/models/git-repo-request.d.ts +0 -20
  141. package/src/models/git-status.d.ts +0 -30
  142. package/src/models/health-controller-check200-response-info-value.d.ts +0 -10
  143. package/src/models/health-controller-check200-response.d.ts +0 -25
  144. package/src/models/health-controller-check503-response.d.ts +0 -25
  145. package/src/models/index.d.ts +1 -0
  146. package/src/models/index.js +1 -0
  147. package/src/models/index.js.map +1 -1
  148. package/src/models/job-status.d.ts +1 -5
  149. package/src/models/job-status.js +2 -6
  150. package/src/models/job-status.js.map +1 -1
  151. package/src/models/job-type.d.ts +1 -2
  152. package/src/models/job-type.js +2 -3
  153. package/src/models/job-type.js.map +1 -1
  154. package/src/models/job.d.ts +1 -25
  155. package/src/models/job.js +2 -1
  156. package/src/models/job.js.map +1 -1
  157. package/src/models/keyboard-hotkey-request.d.ts +0 -7
  158. package/src/models/keyboard-press-request.d.ts +0 -9
  159. package/src/models/keyboard-type-request.d.ts +0 -9
  160. package/src/models/list-branch-response.d.ts +0 -10
  161. package/src/models/log-entry.d.ts +0 -23
  162. package/src/models/lsp-completion-params.d.ts +0 -21
  163. package/src/models/lsp-document-request.d.ts +0 -11
  164. package/src/models/lsp-location.d.ts +0 -15
  165. package/src/models/lsp-server-request.d.ts +0 -9
  166. package/src/models/lsp-symbol.d.ts +0 -20
  167. package/src/models/match.d.ts +0 -20
  168. package/src/models/metric-data-point.d.ts +0 -9
  169. package/src/models/metric-series.d.ts +0 -9
  170. package/src/models/metrics-response.d.ts +0 -7
  171. package/src/models/mouse-click-request.d.ts +0 -13
  172. package/src/models/mouse-click-response.d.ts +0 -9
  173. package/src/models/mouse-drag-request.d.ts +0 -15
  174. package/src/models/mouse-drag-response.d.ts +0 -9
  175. package/src/models/mouse-move-request.d.ts +0 -9
  176. package/src/models/mouse-move-response.d.ts +0 -9
  177. package/src/models/mouse-position.d.ts +0 -9
  178. package/src/models/mouse-scroll-request.d.ts +0 -13
  179. package/src/models/mouse-scroll-response.d.ts +0 -7
  180. package/src/models/oidc-config.d.ts +0 -11
  181. package/src/models/organization-invitation.d.ts +2 -27
  182. package/src/models/organization-invitation.js +4 -2
  183. package/src/models/organization-invitation.js.map +1 -1
  184. package/src/models/organization-role.d.ts +1 -19
  185. package/src/models/organization-role.js +2 -1
  186. package/src/models/organization-role.js.map +1 -1
  187. package/src/models/organization-sandbox-default-limited-network-egress.d.ts +0 -7
  188. package/src/models/organization-suspension.d.ts +0 -11
  189. package/src/models/organization-usage-overview.d.ts +0 -30
  190. package/src/models/organization-user.d.ts +1 -21
  191. package/src/models/organization-user.js +2 -1
  192. package/src/models/organization-user.js.map +1 -1
  193. package/src/models/organization.d.ts +0 -53
  194. package/src/models/otel-config.d.ts +0 -9
  195. package/src/models/paginated-audit-logs.d.ts +0 -27
  196. package/src/models/paginated-jobs.d.ts +0 -25
  197. package/src/models/paginated-logs.d.ts +0 -13
  198. package/src/models/paginated-sandboxes.d.ts +0 -25
  199. package/src/models/paginated-snapshots.d.ts +0 -25
  200. package/src/models/paginated-traces.d.ts +0 -13
  201. package/src/models/poll-jobs-response.d.ts +0 -7
  202. package/src/models/port-preview-url.d.ts +0 -11
  203. package/src/models/position.d.ts +0 -15
  204. package/src/models/posthog-config.d.ts +0 -9
  205. package/src/models/process-errors-response.d.ts +0 -9
  206. package/src/models/process-logs-response.d.ts +0 -9
  207. package/src/models/process-restart-response.d.ts +0 -9
  208. package/src/models/process-status-response.d.ts +0 -9
  209. package/src/models/project-dir-response.d.ts +0 -10
  210. package/src/models/pty-create-request.d.ts +0 -17
  211. package/src/models/pty-create-response.d.ts +0 -7
  212. package/src/models/pty-list-response.d.ts +0 -7
  213. package/src/models/pty-resize-request.d.ts +0 -9
  214. package/src/models/pty-session-info.d.ts +0 -21
  215. package/src/models/range.d.ts +0 -15
  216. package/src/models/rate-limit-config.d.ts +0 -13
  217. package/src/models/rate-limit-entry.d.ts +0 -9
  218. package/src/models/regenerate-api-key-response.d.ts +0 -7
  219. package/src/models/region-quota.d.ts +0 -50
  220. package/src/models/region-screenshot-response.d.ts +0 -11
  221. package/src/models/region-type.d.ts +1 -2
  222. package/src/models/region-type.js +2 -3
  223. package/src/models/region-type.js.map +1 -1
  224. package/src/models/region-usage-overview.d.ts +0 -60
  225. package/src/models/region.d.ts +0 -23
  226. package/src/models/registry-push-access-dto.d.ts +0 -17
  227. package/src/models/replace-request.d.ts +0 -20
  228. package/src/models/replace-result.d.ts +0 -20
  229. package/src/models/resize-sandbox.d.ts +0 -11
  230. package/src/models/runner-class.d.ts +1 -2
  231. package/src/models/runner-class.js +2 -3
  232. package/src/models/runner-class.js.map +1 -1
  233. package/src/models/runner-full.d.ts +0 -69
  234. package/src/models/runner-health-metrics.d.ts +0 -29
  235. package/src/models/runner-healthcheck.d.ts +0 -17
  236. package/src/models/runner-service-health.d.ts +0 -11
  237. package/src/models/runner-snapshot-dto.d.ts +0 -11
  238. package/src/models/runner-state.d.ts +1 -2
  239. package/src/models/runner-state.js +2 -3
  240. package/src/models/runner-state.js.map +1 -1
  241. package/src/models/runner.d.ts +0 -65
  242. package/src/models/sandbox-class.d.ts +1 -2
  243. package/src/models/sandbox-class.js +2 -3
  244. package/src/models/sandbox-class.js.map +1 -1
  245. package/src/models/sandbox-desired-state.d.ts +1 -2
  246. package/src/models/sandbox-desired-state.js +2 -3
  247. package/src/models/sandbox-desired-state.js.map +1 -1
  248. package/src/models/sandbox-info.d.ts +0 -11
  249. package/src/models/sandbox-labels.d.ts +0 -7
  250. package/src/models/sandbox-state.d.ts +1 -2
  251. package/src/models/sandbox-state.js +2 -3
  252. package/src/models/sandbox-state.js.map +1 -1
  253. package/src/models/sandbox-volume.d.ts +0 -11
  254. package/src/models/sandbox.d.ts +2 -71
  255. package/src/models/sandbox.js +4 -2
  256. package/src/models/sandbox.js.map +1 -1
  257. package/src/models/screenshot-response.d.ts +0 -11
  258. package/src/models/search-files-response.d.ts +0 -10
  259. package/src/models/send-webhook-dto.d.ts +0 -11
  260. package/src/models/session-execute-request.d.ts +0 -11
  261. package/src/models/session-execute-response.d.ts +0 -11
  262. package/src/models/session.d.ts +0 -9
  263. package/src/models/set-snapshot-general-status-dto.d.ts +0 -7
  264. package/src/models/signed-port-preview-url.d.ts +0 -13
  265. package/src/models/snapshot-dto.d.ts +0 -93
  266. package/src/models/snapshot-manager-credentials.d.ts +0 -9
  267. package/src/models/snapshot-state.d.ts +1 -5
  268. package/src/models/snapshot-state.js +2 -6
  269. package/src/models/snapshot-state.js.map +1 -1
  270. package/src/models/ssh-access-dto.d.ts +0 -19
  271. package/src/models/ssh-access-validation-dto.d.ts +0 -9
  272. package/src/models/storage-access-dto.d.ts +0 -17
  273. package/src/models/toolbox-proxy-url.d.ts +0 -7
  274. package/src/models/trace-span.d.ts +0 -23
  275. package/src/models/trace-summary.d.ts +0 -19
  276. package/src/models/update-docker-registry.d.ts +0 -15
  277. package/src/models/update-job-status.d.ts +0 -11
  278. package/src/models/update-organization-default-region.d.ts +0 -7
  279. package/src/models/update-organization-invitation.d.ts +1 -11
  280. package/src/models/update-organization-invitation.js +2 -1
  281. package/src/models/update-organization-invitation.js.map +1 -1
  282. package/src/models/update-organization-member-access.d.ts +1 -9
  283. package/src/models/update-organization-member-access.js +2 -1
  284. package/src/models/update-organization-member-access.js.map +1 -1
  285. package/src/models/update-organization-quota.d.ts +0 -67
  286. package/src/models/update-organization-region-quota.d.ts +0 -40
  287. package/src/models/update-organization-role.d.ts +1 -11
  288. package/src/models/update-organization-role.js +2 -1
  289. package/src/models/update-organization-role.js.map +1 -1
  290. package/src/models/update-region.d.ts +0 -11
  291. package/src/models/update-sandbox-network-settings.d.ts +21 -0
  292. package/src/models/update-sandbox-network-settings.js +16 -0
  293. package/src/models/update-sandbox-network-settings.js.map +1 -0
  294. package/src/models/update-sandbox-state-dto.d.ts +1 -11
  295. package/src/models/update-sandbox-state-dto.js +2 -1
  296. package/src/models/update-sandbox-state-dto.js.map +1 -1
  297. package/src/models/url.d.ts +0 -7
  298. package/src/models/user-home-dir-response.d.ts +0 -10
  299. package/src/models/user-public-key.d.ts +0 -9
  300. package/src/models/user.d.ts +0 -15
  301. package/src/models/volume-dto.d.ts +0 -21
  302. package/src/models/volume-state.d.ts +1 -2
  303. package/src/models/volume-state.js +2 -3
  304. package/src/models/volume-state.js.map +1 -1
  305. package/src/models/webhook-app-portal-access.d.ts +0 -9
  306. package/src/models/webhook-event.d.ts +1 -2
  307. package/src/models/webhook-event.js +2 -3
  308. package/src/models/webhook-event.js.map +1 -1
  309. package/src/models/webhook-initialization-status.d.ts +0 -17
  310. package/src/models/windows-response.d.ts +0 -9
  311. package/src/models/work-dir-response.d.ts +0 -10
  312. package/src/models/workspace-port-preview-url.d.ts +0 -9
  313. package/src/models/workspace.d.ts +3 -79
  314. package/src/models/workspace.js +6 -3
  315. package/src/models/workspace.js.map +1 -1
@@ -9,108 +9,23 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface AuditLog
16
- */
17
12
  export interface AuditLog {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof AuditLog
22
- */
23
13
  'id': string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof AuditLog
28
- */
29
14
  'actorId': string;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof AuditLog
34
- */
35
15
  'actorEmail': string;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof AuditLog
40
- */
41
16
  'actorApiKeyPrefix'?: string;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof AuditLog
46
- */
47
17
  'actorApiKeySuffix'?: string;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof AuditLog
52
- */
53
18
  'organizationId'?: string;
54
- /**
55
- *
56
- * @type {string}
57
- * @memberof AuditLog
58
- */
59
19
  'action': string;
60
- /**
61
- *
62
- * @type {string}
63
- * @memberof AuditLog
64
- */
65
20
  'targetType'?: string;
66
- /**
67
- *
68
- * @type {string}
69
- * @memberof AuditLog
70
- */
71
21
  'targetId'?: string;
72
- /**
73
- *
74
- * @type {number}
75
- * @memberof AuditLog
76
- */
77
22
  'statusCode'?: number;
78
- /**
79
- *
80
- * @type {string}
81
- * @memberof AuditLog
82
- */
83
23
  'errorMessage'?: string;
84
- /**
85
- *
86
- * @type {string}
87
- * @memberof AuditLog
88
- */
89
24
  'ipAddress'?: string;
90
- /**
91
- *
92
- * @type {string}
93
- * @memberof AuditLog
94
- */
95
25
  'userAgent'?: string;
96
- /**
97
- *
98
- * @type {string}
99
- * @memberof AuditLog
100
- */
101
26
  'source'?: string;
102
- /**
103
- *
104
- * @type {{ [key: string]: any; }}
105
- * @memberof AuditLog
106
- */
107
27
  'metadata'?: {
108
28
  [key: string]: any;
109
29
  };
110
- /**
111
- *
112
- * @type {Date}
113
- * @memberof AuditLog
114
- */
115
30
  'createdAt': Date;
116
31
  }
@@ -9,40 +9,25 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface BuildInfo
16
- */
17
12
  export interface BuildInfo {
18
13
  /**
19
14
  * The Dockerfile content used for the build
20
- * @type {string}
21
- * @memberof BuildInfo
22
15
  */
23
16
  'dockerfileContent'?: string;
24
17
  /**
25
18
  * The context hashes used for the build
26
- * @type {Array<string>}
27
- * @memberof BuildInfo
28
19
  */
29
20
  'contextHashes'?: Array<string>;
30
21
  /**
31
22
  * The creation timestamp
32
- * @type {Date}
33
- * @memberof BuildInfo
34
23
  */
35
24
  'createdAt': Date;
36
25
  /**
37
26
  * The last update timestamp
38
- * @type {Date}
39
- * @memberof BuildInfo
40
27
  */
41
28
  'updatedAt': Date;
42
29
  /**
43
30
  * The snapshot reference
44
- * @type {string}
45
- * @memberof BuildInfo
46
31
  */
47
32
  'snapshotRef': string;
48
33
  }
@@ -9,28 +9,17 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface Command
16
- */
17
12
  export interface Command {
18
13
  /**
19
14
  * The ID of the command
20
- * @type {string}
21
- * @memberof Command
22
15
  */
23
16
  'id': string;
24
17
  /**
25
18
  * The command that was executed
26
- * @type {string}
27
- * @memberof Command
28
19
  */
29
20
  'command': string;
30
21
  /**
31
22
  * The exit code of the command
32
- * @type {number}
33
- * @memberof Command
34
23
  */
35
24
  'exitCode'?: number;
36
25
  }
@@ -9,22 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface CompletionContext
16
- */
17
12
  export interface CompletionContext {
18
- /**
19
- *
20
- * @type {number}
21
- * @memberof CompletionContext
22
- */
23
13
  'triggerKind': number;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof CompletionContext
28
- */
29
14
  'triggerCharacter'?: string;
30
15
  }
@@ -9,52 +9,12 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface CompletionItem
16
- */
17
12
  export interface CompletionItem {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof CompletionItem
22
- */
23
13
  'label': string;
24
- /**
25
- *
26
- * @type {number}
27
- * @memberof CompletionItem
28
- */
29
14
  'kind'?: number;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof CompletionItem
34
- */
35
15
  'detail'?: string;
36
- /**
37
- *
38
- * @type {object}
39
- * @memberof CompletionItem
40
- */
41
16
  'documentation'?: object;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof CompletionItem
46
- */
47
17
  'sortText'?: string;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof CompletionItem
52
- */
53
18
  'filterText'?: string;
54
- /**
55
- *
56
- * @type {string}
57
- * @memberof CompletionItem
58
- */
59
19
  'insertText'?: string;
60
20
  }
@@ -10,22 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { CompletionItem } from './completion-item';
13
- /**
14
- *
15
- * @export
16
- * @interface CompletionList
17
- */
18
13
  export interface CompletionList {
19
- /**
20
- *
21
- * @type {boolean}
22
- * @memberof CompletionList
23
- */
24
14
  'isIncomplete': boolean;
25
- /**
26
- *
27
- * @type {Array<CompletionItem>}
28
- * @memberof CompletionList
29
- */
30
15
  'items': Array<CompletionItem>;
31
16
  }
@@ -9,28 +9,17 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface CompressedScreenshotResponse
16
- */
17
12
  export interface CompressedScreenshotResponse {
18
13
  /**
19
14
  * Base64 encoded compressed screenshot image data
20
- * @type {string}
21
- * @memberof CompressedScreenshotResponse
22
15
  */
23
16
  'screenshot': string;
24
17
  /**
25
18
  * The current cursor position when the compressed screenshot was taken
26
- * @type {object}
27
- * @memberof CompressedScreenshotResponse
28
19
  */
29
20
  'cursorPosition'?: object;
30
21
  /**
31
22
  * The size of the compressed screenshot data in bytes
32
- * @type {number}
33
- * @memberof CompressedScreenshotResponse
34
23
  */
35
24
  'sizeBytes'?: number;
36
25
  }
@@ -9,22 +9,13 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface ComputerUseStartResponse
16
- */
17
12
  export interface ComputerUseStartResponse {
18
13
  /**
19
14
  * A message indicating the result of starting computer use processes
20
- * @type {string}
21
- * @memberof ComputerUseStartResponse
22
15
  */
23
16
  'message': string;
24
17
  /**
25
18
  * Status information about all VNC desktop processes after starting
26
- * @type {object}
27
- * @memberof ComputerUseStartResponse
28
19
  */
29
20
  'status': object;
30
21
  }
@@ -9,16 +9,9 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface ComputerUseStatusResponse
16
- */
17
12
  export interface ComputerUseStatusResponse {
18
13
  /**
19
14
  * Status of computer use services (active, partial, inactive, error)
20
- * @type {string}
21
- * @memberof ComputerUseStatusResponse
22
15
  */
23
16
  'status': ComputerUseStatusResponseStatusEnum;
24
17
  }
@@ -27,5 +20,6 @@ export declare const ComputerUseStatusResponseStatusEnum: {
27
20
  readonly PARTIAL: "partial";
28
21
  readonly INACTIVE: "inactive";
29
22
  readonly ERROR: "error";
23
+ readonly UNKNOWN_DEFAULT_OPEN_API: "11184809";
30
24
  };
31
25
  export type ComputerUseStatusResponseStatusEnum = typeof ComputerUseStatusResponseStatusEnum[keyof typeof ComputerUseStatusResponseStatusEnum];
@@ -18,6 +18,7 @@ exports.ComputerUseStatusResponseStatusEnum = {
18
18
  ACTIVE: 'active',
19
19
  PARTIAL: 'partial',
20
20
  INACTIVE: 'inactive',
21
- ERROR: 'error'
21
+ ERROR: 'error',
22
+ UNKNOWN_DEFAULT_OPEN_API: '11184809',
22
23
  };
23
24
  //# sourceMappingURL=computer-use-status-response.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"computer-use-status-response.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/computer-use-status-response.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkBU,QAAA,mCAAmC,GAAG;IAC/C,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;CACR,CAAC"}
1
+ {"version":3,"file":"computer-use-status-response.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/computer-use-status-response.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAWU,QAAA,mCAAmC,GAAG;IAC/C,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,wBAAwB,EAAE,UAAU;CAC9B,CAAC"}
@@ -9,22 +9,13 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface ComputerUseStopResponse
16
- */
17
12
  export interface ComputerUseStopResponse {
18
13
  /**
19
14
  * A message indicating the result of stopping computer use processes
20
- * @type {string}
21
- * @memberof ComputerUseStopResponse
22
15
  */
23
16
  'message': string;
24
17
  /**
25
18
  * Status information about all VNC desktop processes after stopping
26
- * @type {object}
27
- * @memberof ComputerUseStopResponse
28
19
  */
29
20
  'status': object;
30
21
  }
@@ -9,28 +9,17 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface CreateApiKey
16
- */
17
12
  export interface CreateApiKey {
18
13
  /**
19
14
  * The name of the API key
20
- * @type {string}
21
- * @memberof CreateApiKey
22
15
  */
23
16
  'name': string;
24
17
  /**
25
18
  * The list of organization resource permissions explicitly assigned to the API key
26
- * @type {Array<string>}
27
- * @memberof CreateApiKey
28
19
  */
29
20
  'permissions': Array<CreateApiKeyPermissionsEnum>;
30
21
  /**
31
22
  * When the API key expires
32
- * @type {Date}
33
- * @memberof CreateApiKey
34
23
  */
35
24
  'expiresAt'?: Date | null;
36
25
  }
@@ -50,5 +39,6 @@ export declare const CreateApiKeyPermissionsEnum: {
50
39
  readonly WRITE_RUNNERS: "write:runners";
51
40
  readonly DELETE_RUNNERS: "delete:runners";
52
41
  readonly READ_AUDIT_LOGS: "read:audit_logs";
42
+ readonly UNKNOWN_DEFAULT_OPEN_API: "11184809";
53
43
  };
54
44
  export type CreateApiKeyPermissionsEnum = typeof CreateApiKeyPermissionsEnum[keyof typeof CreateApiKeyPermissionsEnum];
@@ -29,6 +29,7 @@ exports.CreateApiKeyPermissionsEnum = {
29
29
  READ_RUNNERS: 'read:runners',
30
30
  WRITE_RUNNERS: 'write:runners',
31
31
  DELETE_RUNNERS: 'delete:runners',
32
- READ_AUDIT_LOGS: 'read:audit_logs'
32
+ READ_AUDIT_LOGS: 'read:audit_logs',
33
+ UNKNOWN_DEFAULT_OPEN_API: '11184809',
33
34
  };
34
35
  //# sourceMappingURL=create-api-key.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-api-key.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/create-api-key.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA8BU,QAAA,2BAA2B,GAAG;IACvC,gBAAgB,EAAE,kBAAkB;IACpC,iBAAiB,EAAE,mBAAmB;IACtC,eAAe,EAAE,iBAAiB;IAClC,gBAAgB,EAAE,kBAAkB;IACpC,eAAe,EAAE,iBAAiB;IAClC,gBAAgB,EAAE,kBAAkB;IACpC,YAAY,EAAE,cAAc;IAC5B,aAAa,EAAE,eAAe;IAC9B,cAAc,EAAE,gBAAgB;IAChC,aAAa,EAAE,eAAe;IAC9B,cAAc,EAAE,gBAAgB;IAChC,YAAY,EAAE,cAAc;IAC5B,aAAa,EAAE,eAAe;IAC9B,cAAc,EAAE,gBAAgB;IAChC,eAAe,EAAE,iBAAiB;CAC5B,CAAC"}
1
+ {"version":3,"file":"create-api-key.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/create-api-key.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAmBU,QAAA,2BAA2B,GAAG;IACvC,gBAAgB,EAAE,kBAAkB;IACpC,iBAAiB,EAAE,mBAAmB;IACtC,eAAe,EAAE,iBAAiB;IAClC,gBAAgB,EAAE,kBAAkB;IACpC,eAAe,EAAE,iBAAiB;IAClC,gBAAgB,EAAE,kBAAkB;IACpC,YAAY,EAAE,cAAc;IAC5B,aAAa,EAAE,eAAe;IAC9B,cAAc,EAAE,gBAAgB;IAChC,aAAa,EAAE,eAAe;IAC9B,cAAc,EAAE,gBAAgB;IAChC,YAAY,EAAE,cAAc;IAC5B,aAAa,EAAE,eAAe;IAC9B,cAAc,EAAE,gBAAgB;IAChC,eAAe,EAAE,iBAAiB;IAClC,wBAAwB,EAAE,UAAU;CAC9B,CAAC"}
@@ -9,22 +9,13 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface CreateBuildInfo
16
- */
17
12
  export interface CreateBuildInfo {
18
13
  /**
19
14
  * The Dockerfile content used for the build
20
- * @type {string}
21
- * @memberof CreateBuildInfo
22
15
  */
23
16
  'dockerfileContent': string;
24
17
  /**
25
18
  * The context hashes used for the build
26
- * @type {Array<string>}
27
- * @memberof CreateBuildInfo
28
19
  */
29
20
  'contextHashes'?: Array<string>;
30
21
  }
@@ -9,40 +9,25 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface CreateDockerRegistry
16
- */
17
12
  export interface CreateDockerRegistry {
18
13
  /**
19
14
  * Registry name
20
- * @type {string}
21
- * @memberof CreateDockerRegistry
22
15
  */
23
16
  'name': string;
24
17
  /**
25
18
  * Registry URL
26
- * @type {string}
27
- * @memberof CreateDockerRegistry
28
19
  */
29
20
  'url': string;
30
21
  /**
31
22
  * Registry username
32
- * @type {string}
33
- * @memberof CreateDockerRegistry
34
23
  */
35
24
  'username': string;
36
25
  /**
37
26
  * Registry password
38
- * @type {string}
39
- * @memberof CreateDockerRegistry
40
27
  */
41
28
  'password': string;
42
29
  /**
43
30
  * Registry project
44
- * @type {string}
45
- * @memberof CreateDockerRegistry
46
31
  */
47
32
  'project'?: string;
48
33
  }
@@ -9,22 +9,13 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface CreateLinkedAccount
16
- */
17
12
  export interface CreateLinkedAccount {
18
13
  /**
19
14
  * The authentication provider of the secondary account
20
- * @type {string}
21
- * @memberof CreateLinkedAccount
22
15
  */
23
16
  'provider': string;
24
17
  /**
25
18
  * The user ID of the secondary account
26
- * @type {string}
27
- * @memberof CreateLinkedAccount
28
19
  */
29
20
  'userId': string;
30
21
  }
@@ -9,39 +9,27 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface CreateOrganizationInvitation
16
- */
17
12
  export interface CreateOrganizationInvitation {
18
13
  /**
19
14
  * Email address of the invitee
20
- * @type {string}
21
- * @memberof CreateOrganizationInvitation
22
15
  */
23
16
  'email': string;
24
17
  /**
25
18
  * Organization member role for the invitee
26
- * @type {string}
27
- * @memberof CreateOrganizationInvitation
28
19
  */
29
20
  'role': CreateOrganizationInvitationRoleEnum;
30
21
  /**
31
22
  * Array of assigned role IDs for the invitee
32
- * @type {Array<string>}
33
- * @memberof CreateOrganizationInvitation
34
23
  */
35
24
  'assignedRoleIds': Array<string>;
36
25
  /**
37
26
  * Expiration date of the invitation
38
- * @type {Date}
39
- * @memberof CreateOrganizationInvitation
40
27
  */
41
28
  'expiresAt'?: Date;
42
29
  }
43
30
  export declare const CreateOrganizationInvitationRoleEnum: {
44
31
  readonly OWNER: "owner";
45
32
  readonly MEMBER: "member";
33
+ readonly UNKNOWN_DEFAULT_OPEN_API: "11184809";
46
34
  };
47
35
  export type CreateOrganizationInvitationRoleEnum = typeof CreateOrganizationInvitationRoleEnum[keyof typeof CreateOrganizationInvitationRoleEnum];
@@ -16,6 +16,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.CreateOrganizationInvitationRoleEnum = void 0;
17
17
  exports.CreateOrganizationInvitationRoleEnum = {
18
18
  OWNER: 'owner',
19
- MEMBER: 'member'
19
+ MEMBER: 'member',
20
+ UNKNOWN_DEFAULT_OPEN_API: '11184809',
20
21
  };
21
22
  //# sourceMappingURL=create-organization-invitation.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-organization-invitation.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/create-organization-invitation.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCU,QAAA,oCAAoC,GAAG;IAChD,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;CACV,CAAC"}
1
+ {"version":3,"file":"create-organization-invitation.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/create-organization-invitation.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAuBU,QAAA,oCAAoC,GAAG;IAChD,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,wBAAwB,EAAE,UAAU;CAC9B,CAAC"}
@@ -9,64 +9,14 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface CreateOrganizationQuota
16
- */
17
12
  export interface CreateOrganizationQuota {
18
- /**
19
- *
20
- * @type {number}
21
- * @memberof CreateOrganizationQuota
22
- */
23
13
  'totalCpuQuota'?: number;
24
- /**
25
- *
26
- * @type {number}
27
- * @memberof CreateOrganizationQuota
28
- */
29
14
  'totalMemoryQuota'?: number;
30
- /**
31
- *
32
- * @type {number}
33
- * @memberof CreateOrganizationQuota
34
- */
35
15
  'totalDiskQuota'?: number;
36
- /**
37
- *
38
- * @type {number}
39
- * @memberof CreateOrganizationQuota
40
- */
41
16
  'maxCpuPerSandbox'?: number;
42
- /**
43
- *
44
- * @type {number}
45
- * @memberof CreateOrganizationQuota
46
- */
47
17
  'maxMemoryPerSandbox'?: number;
48
- /**
49
- *
50
- * @type {number}
51
- * @memberof CreateOrganizationQuota
52
- */
53
18
  'maxDiskPerSandbox'?: number;
54
- /**
55
- *
56
- * @type {number}
57
- * @memberof CreateOrganizationQuota
58
- */
59
19
  'snapshotQuota'?: number;
60
- /**
61
- *
62
- * @type {number}
63
- * @memberof CreateOrganizationQuota
64
- */
65
20
  'maxSnapshotSize'?: number;
66
- /**
67
- *
68
- * @type {number}
69
- * @memberof CreateOrganizationQuota
70
- */
71
21
  'volumeQuota'?: number;
72
22
  }