@daytonaio/api-client 0.15.0 → 0.17.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 (330) hide show
  1. package/.openapi-generator/FILES +5 -3
  2. package/.openapi-generator/VERSION +1 -1
  3. package/.openapi-generator-ignore +7 -0
  4. package/api/api-keys-api.ts +412 -324
  5. package/api/docker-registry-api.ts +731 -549
  6. package/api/images-api.ts +596 -346
  7. package/api/nodes-api.ts +259 -210
  8. package/api/organizations-api.ts +2504 -1671
  9. package/api/preview-api.ts +330 -0
  10. package/api/toolbox-api.ts +4651 -3186
  11. package/api/users-api.ts +317 -271
  12. package/api/workspace-api.ts +1536 -969
  13. package/api.ts +10 -12
  14. package/base.ts +35 -30
  15. package/common.ts +78 -66
  16. package/configuration.ts +102 -89
  17. package/dist/api/api-keys-api.js +66 -63
  18. package/dist/api/docker-registry-api.js +123 -107
  19. package/dist/api/images-api.d.ts +42 -0
  20. package/dist/api/images-api.js +161 -66
  21. package/dist/api/nodes-api.js +46 -47
  22. package/dist/api/organizations-api.d.ts +71 -0
  23. package/dist/api/organizations-api.js +560 -336
  24. package/dist/api/preview-api.d.ts +143 -0
  25. package/dist/api/preview-api.js +269 -0
  26. package/dist/api/toolbox-api.js +709 -569
  27. package/dist/api/users-api.js +49 -59
  28. package/dist/api/workspace-api.d.ts +51 -4
  29. package/dist/api/workspace-api.js +330 -190
  30. package/dist/api.d.ts +1 -0
  31. package/dist/api.js +1 -0
  32. package/dist/base.js +6 -7
  33. package/dist/common.d.ts +3 -3
  34. package/dist/common.js +27 -45
  35. package/dist/configuration.js +2 -1
  36. package/dist/esm/api/api-keys-api.js +67 -64
  37. package/dist/esm/api/docker-registry-api.js +124 -108
  38. package/dist/esm/api/images-api.d.ts +42 -0
  39. package/dist/esm/api/images-api.js +162 -67
  40. package/dist/esm/api/nodes-api.js +47 -48
  41. package/dist/esm/api/organizations-api.d.ts +71 -0
  42. package/dist/esm/api/organizations-api.js +561 -337
  43. package/dist/esm/api/preview-api.d.ts +143 -0
  44. package/dist/esm/api/preview-api.js +262 -0
  45. package/dist/esm/api/toolbox-api.js +710 -570
  46. package/dist/esm/api/users-api.js +50 -60
  47. package/dist/esm/api/workspace-api.d.ts +51 -4
  48. package/dist/esm/api/workspace-api.js +331 -191
  49. package/dist/esm/api.d.ts +1 -0
  50. package/dist/esm/api.js +1 -0
  51. package/dist/esm/base.js +6 -7
  52. package/dist/esm/common.d.ts +3 -3
  53. package/dist/esm/common.js +28 -46
  54. package/dist/esm/configuration.js +2 -1
  55. package/dist/esm/index.d.ts +3 -3
  56. package/dist/esm/index.js +3 -3
  57. package/dist/esm/models/api-key-list.d.ts +12 -12
  58. package/dist/esm/models/api-key-list.js +6 -6
  59. package/dist/esm/models/api-key-response.d.ts +12 -12
  60. package/dist/esm/models/api-key-response.js +6 -6
  61. package/dist/esm/models/command.d.ts +3 -3
  62. package/dist/esm/models/completion-context.d.ts +2 -2
  63. package/dist/esm/models/completion-item.d.ts +7 -7
  64. package/dist/esm/models/completion-list.d.ts +2 -2
  65. package/dist/esm/models/create-api-key.d.ts +9 -9
  66. package/dist/esm/models/create-api-key.js +6 -6
  67. package/dist/esm/models/create-docker-registry.d.ts +8 -8
  68. package/dist/esm/models/create-docker-registry.js +1 -1
  69. package/dist/esm/models/create-image.d.ts +9 -3
  70. package/dist/esm/models/create-node.d.ts +13 -13
  71. package/dist/esm/models/create-node.js +2 -2
  72. package/dist/esm/models/create-organization-invitation.d.ts +6 -6
  73. package/dist/esm/models/create-organization-invitation.js +1 -1
  74. package/dist/esm/models/create-organization-quota.d.ts +11 -11
  75. package/dist/esm/models/create-organization-role.d.ts +10 -10
  76. package/dist/esm/models/create-organization-role.js +6 -6
  77. package/dist/esm/models/create-organization.d.ts +1 -67
  78. package/dist/esm/models/create-session-request.d.ts +1 -1
  79. package/dist/esm/models/create-user.d.ts +15 -4
  80. package/dist/esm/models/create-user.js +4 -1
  81. package/dist/esm/models/create-workspace.d.ts +14 -26
  82. package/dist/esm/models/create-workspace.js +2 -2
  83. package/dist/esm/models/docker-registry.d.ts +11 -11
  84. package/dist/esm/models/docker-registry.js +1 -1
  85. package/dist/esm/models/execute-request.d.ts +3 -3
  86. package/dist/esm/models/execute-response.d.ts +2 -2
  87. package/dist/esm/models/file-info.d.ts +8 -8
  88. package/dist/esm/models/file-status.d.ts +4 -4
  89. package/dist/esm/models/git-add-request.d.ts +2 -2
  90. package/dist/esm/models/git-branch-request.d.ts +2 -2
  91. package/dist/esm/models/git-clone-request.d.ts +6 -6
  92. package/dist/esm/models/git-commit-info.d.ts +5 -5
  93. package/dist/esm/models/git-commit-request.d.ts +4 -4
  94. package/dist/esm/models/git-commit-response.d.ts +1 -1
  95. package/dist/esm/models/git-repo-request.d.ts +3 -3
  96. package/dist/esm/models/git-status.d.ts +4 -4
  97. package/dist/esm/models/image-dto.d.ts +21 -15
  98. package/dist/esm/models/image-state.d.ts +1 -1
  99. package/dist/esm/models/image-state.js +1 -1
  100. package/dist/esm/models/index.d.ts +4 -0
  101. package/dist/esm/models/index.js +4 -0
  102. package/dist/esm/models/list-branch-response.d.ts +1 -1
  103. package/dist/esm/models/list-workspaces-labels-parameter.d.ts +26 -0
  104. package/dist/esm/models/list-workspaces-labels-parameter.js +14 -0
  105. package/dist/esm/models/lsp-completion-params.d.ts +5 -5
  106. package/dist/esm/models/lsp-document-request.d.ts +3 -3
  107. package/dist/esm/models/lsp-location.d.ts +2 -2
  108. package/dist/esm/models/lsp-server-request.d.ts +2 -2
  109. package/dist/esm/models/lsp-symbol.d.ts +3 -3
  110. package/dist/esm/models/match.d.ts +3 -3
  111. package/dist/esm/models/organization-invitation.d.ts +21 -15
  112. package/dist/esm/models/organization-invitation.js +2 -2
  113. package/dist/esm/models/organization-role.d.ts +16 -16
  114. package/dist/esm/models/organization-role.js +6 -6
  115. package/dist/esm/models/organization-suspension.d.ts +30 -0
  116. package/dist/esm/models/organization-suspension.js +14 -0
  117. package/dist/esm/models/organization-user.d.ts +11 -11
  118. package/dist/esm/models/organization-user.js +1 -1
  119. package/dist/esm/models/organization.d.ts +31 -7
  120. package/dist/esm/models/paginated-images-dto.d.ts +4 -4
  121. package/dist/esm/models/port-preview-url.d.ts +30 -0
  122. package/dist/esm/models/port-preview-url.js +14 -0
  123. package/dist/esm/models/position.d.ts +2 -2
  124. package/dist/esm/models/project-dir-response.d.ts +1 -1
  125. package/dist/esm/models/range.d.ts +2 -2
  126. package/dist/esm/models/registry-push-access-dto.d.ts +6 -6
  127. package/dist/esm/models/replace-request.d.ts +3 -3
  128. package/dist/esm/models/replace-result.d.ts +3 -3
  129. package/dist/esm/models/search-files-response.d.ts +1 -1
  130. package/dist/esm/models/session-execute-request.d.ts +9 -2
  131. package/dist/esm/models/session-execute-response.d.ts +3 -3
  132. package/dist/esm/models/session.d.ts +2 -2
  133. package/dist/esm/models/set-image-general-status.d.ts +24 -0
  134. package/dist/esm/models/set-image-general-status.js +14 -0
  135. package/dist/esm/models/toggle-state.d.ts +1 -1
  136. package/dist/esm/models/update-assigned-organization-roles.d.ts +1 -1
  137. package/dist/esm/models/update-docker-registry.d.ts +3 -3
  138. package/dist/esm/models/update-organization-invitation.d.ts +5 -5
  139. package/dist/esm/models/update-organization-invitation.js +1 -1
  140. package/dist/esm/models/update-organization-member-role.d.ts +2 -2
  141. package/dist/esm/models/update-organization-member-role.js +1 -1
  142. package/dist/esm/models/update-organization-quota.d.ts +11 -11
  143. package/dist/esm/models/update-organization-role.d.ts +10 -10
  144. package/dist/esm/models/update-organization-role.js +6 -6
  145. package/dist/esm/models/usage-overview.d.ts +15 -15
  146. package/dist/esm/models/user-public-key.d.ts +2 -2
  147. package/dist/esm/models/user.d.ts +4 -4
  148. package/dist/esm/models/workspace-info.d.ts +5 -4
  149. package/dist/esm/models/workspace-labels.d.ts +1 -1
  150. package/dist/esm/models/workspace-state.d.ts +2 -2
  151. package/dist/esm/models/workspace-state.js +2 -2
  152. package/dist/esm/models/workspace.d.ts +26 -19
  153. package/dist/esm/models/workspace.js +1 -1
  154. package/dist/index.d.ts +3 -3
  155. package/dist/models/api-key-list.d.ts +12 -12
  156. package/dist/models/api-key-list.js +6 -6
  157. package/dist/models/api-key-response.d.ts +12 -12
  158. package/dist/models/api-key-response.js +6 -6
  159. package/dist/models/command.d.ts +3 -3
  160. package/dist/models/completion-context.d.ts +2 -2
  161. package/dist/models/completion-item.d.ts +7 -7
  162. package/dist/models/completion-list.d.ts +2 -2
  163. package/dist/models/create-api-key.d.ts +9 -9
  164. package/dist/models/create-api-key.js +6 -6
  165. package/dist/models/create-docker-registry.d.ts +8 -8
  166. package/dist/models/create-docker-registry.js +1 -1
  167. package/dist/models/create-image.d.ts +9 -3
  168. package/dist/models/create-node.d.ts +13 -13
  169. package/dist/models/create-node.js +2 -2
  170. package/dist/models/create-organization-invitation.d.ts +6 -6
  171. package/dist/models/create-organization-invitation.js +1 -1
  172. package/dist/models/create-organization-quota.d.ts +11 -11
  173. package/dist/models/create-organization-role.d.ts +10 -10
  174. package/dist/models/create-organization-role.js +6 -6
  175. package/dist/models/create-organization.d.ts +1 -67
  176. package/dist/models/create-session-request.d.ts +1 -1
  177. package/dist/models/create-user.d.ts +15 -4
  178. package/dist/models/create-user.js +5 -0
  179. package/dist/models/create-workspace.d.ts +14 -26
  180. package/dist/models/create-workspace.js +2 -2
  181. package/dist/models/docker-registry.d.ts +11 -11
  182. package/dist/models/docker-registry.js +1 -1
  183. package/dist/models/execute-request.d.ts +3 -3
  184. package/dist/models/execute-response.d.ts +2 -2
  185. package/dist/models/file-info.d.ts +8 -8
  186. package/dist/models/file-status.d.ts +4 -4
  187. package/dist/models/git-add-request.d.ts +2 -2
  188. package/dist/models/git-branch-request.d.ts +2 -2
  189. package/dist/models/git-clone-request.d.ts +6 -6
  190. package/dist/models/git-commit-info.d.ts +5 -5
  191. package/dist/models/git-commit-request.d.ts +4 -4
  192. package/dist/models/git-commit-response.d.ts +1 -1
  193. package/dist/models/git-repo-request.d.ts +3 -3
  194. package/dist/models/git-status.d.ts +4 -4
  195. package/dist/models/image-dto.d.ts +21 -15
  196. package/dist/models/image-state.d.ts +1 -1
  197. package/dist/models/image-state.js +1 -1
  198. package/dist/models/index.d.ts +4 -0
  199. package/dist/models/index.js +4 -0
  200. package/dist/models/list-branch-response.d.ts +1 -1
  201. package/dist/models/list-workspaces-labels-parameter.d.ts +26 -0
  202. package/dist/models/list-workspaces-labels-parameter.js +15 -0
  203. package/dist/models/lsp-completion-params.d.ts +5 -5
  204. package/dist/models/lsp-document-request.d.ts +3 -3
  205. package/dist/models/lsp-location.d.ts +2 -2
  206. package/dist/models/lsp-server-request.d.ts +2 -2
  207. package/dist/models/lsp-symbol.d.ts +3 -3
  208. package/dist/models/match.d.ts +3 -3
  209. package/dist/models/organization-invitation.d.ts +21 -15
  210. package/dist/models/organization-invitation.js +2 -2
  211. package/dist/models/organization-role.d.ts +16 -16
  212. package/dist/models/organization-role.js +6 -6
  213. package/dist/models/organization-suspension.d.ts +30 -0
  214. package/dist/models/organization-suspension.js +15 -0
  215. package/dist/models/organization-user.d.ts +11 -11
  216. package/dist/models/organization-user.js +1 -1
  217. package/dist/models/organization.d.ts +31 -7
  218. package/dist/models/paginated-images-dto.d.ts +4 -4
  219. package/dist/models/port-preview-url.d.ts +30 -0
  220. package/dist/models/port-preview-url.js +15 -0
  221. package/dist/models/position.d.ts +2 -2
  222. package/dist/models/project-dir-response.d.ts +1 -1
  223. package/dist/models/range.d.ts +2 -2
  224. package/dist/models/registry-push-access-dto.d.ts +6 -6
  225. package/dist/models/replace-request.d.ts +3 -3
  226. package/dist/models/replace-result.d.ts +3 -3
  227. package/dist/models/search-files-response.d.ts +1 -1
  228. package/dist/models/session-execute-request.d.ts +9 -2
  229. package/dist/models/session-execute-response.d.ts +3 -3
  230. package/dist/models/session.d.ts +2 -2
  231. package/dist/models/set-image-general-status.d.ts +24 -0
  232. package/dist/models/set-image-general-status.js +15 -0
  233. package/dist/models/toggle-state.d.ts +1 -1
  234. package/dist/models/update-assigned-organization-roles.d.ts +1 -1
  235. package/dist/models/update-docker-registry.d.ts +3 -3
  236. package/dist/models/update-organization-invitation.d.ts +5 -5
  237. package/dist/models/update-organization-invitation.js +1 -1
  238. package/dist/models/update-organization-member-role.d.ts +2 -2
  239. package/dist/models/update-organization-member-role.js +1 -1
  240. package/dist/models/update-organization-quota.d.ts +11 -11
  241. package/dist/models/update-organization-role.d.ts +10 -10
  242. package/dist/models/update-organization-role.js +6 -6
  243. package/dist/models/usage-overview.d.ts +15 -15
  244. package/dist/models/user-public-key.d.ts +2 -2
  245. package/dist/models/user.d.ts +4 -4
  246. package/dist/models/workspace-info.d.ts +5 -4
  247. package/dist/models/workspace-labels.d.ts +1 -1
  248. package/dist/models/workspace-state.d.ts +2 -2
  249. package/dist/models/workspace-state.js +2 -2
  250. package/dist/models/workspace.d.ts +26 -19
  251. package/dist/models/workspace.js +1 -1
  252. package/index.ts +4 -5
  253. package/models/api-key-list.ts +34 -38
  254. package/models/api-key-response.ts +35 -38
  255. package/models/command.ts +20 -23
  256. package/models/completion-context.ts +14 -17
  257. package/models/completion-item.ts +44 -47
  258. package/models/completion-list.ts +15 -17
  259. package/models/create-api-key.ts +22 -26
  260. package/models/create-docker-registry.ts +51 -54
  261. package/models/create-image.ts +20 -17
  262. package/models/create-node.ts +78 -82
  263. package/models/create-organization-invitation.ts +31 -34
  264. package/models/create-organization-quota.ts +68 -71
  265. package/models/create-organization-role.ts +29 -32
  266. package/models/create-organization.ts +8 -77
  267. package/models/create-session-request.ts +8 -11
  268. package/models/create-user.ts +39 -28
  269. package/models/create-workspace.ts +84 -100
  270. package/models/docker-registry.ts +57 -60
  271. package/models/execute-request.ts +20 -23
  272. package/models/execute-response.ts +14 -17
  273. package/models/file-info.ts +50 -53
  274. package/models/file-status.ts +26 -29
  275. package/models/git-add-request.ts +14 -17
  276. package/models/git-branch-request.ts +14 -17
  277. package/models/git-clone-request.ts +38 -41
  278. package/models/git-commit-info.ts +32 -35
  279. package/models/git-commit-request.ts +26 -29
  280. package/models/git-commit-response.ts +8 -11
  281. package/models/git-repo-request.ts +20 -23
  282. package/models/git-status.ts +33 -35
  283. package/models/image-dto.ts +75 -73
  284. package/models/image-state.ts +12 -17
  285. package/models/index.ts +72 -68
  286. package/models/list-branch-response.ts +8 -11
  287. package/models/list-workspaces-labels-parameter.ts +27 -0
  288. package/models/lsp-completion-params.ts +34 -36
  289. package/models/lsp-document-request.ts +20 -23
  290. package/models/lsp-location.ts +15 -17
  291. package/models/lsp-server-request.ts +14 -17
  292. package/models/lsp-symbol.ts +21 -23
  293. package/models/match.ts +20 -23
  294. package/models/organization-invitation.ts +81 -76
  295. package/models/organization-role.ts +53 -56
  296. package/models/organization-suspension.ts +33 -0
  297. package/models/organization-user.ts +55 -58
  298. package/models/organization.ts +62 -41
  299. package/models/paginated-images-dto.ts +27 -29
  300. package/models/port-preview-url.ts +33 -0
  301. package/models/position.ts +14 -17
  302. package/models/project-dir-response.ts +8 -11
  303. package/models/range.ts +15 -17
  304. package/models/registry-push-access-dto.ts +38 -41
  305. package/models/replace-request.ts +20 -23
  306. package/models/replace-result.ts +20 -23
  307. package/models/search-files-response.ts +8 -11
  308. package/models/session-execute-request.ts +21 -17
  309. package/models/session-execute-response.ts +20 -23
  310. package/models/session.ts +15 -17
  311. package/models/set-image-general-status.ts +27 -0
  312. package/models/toggle-state.ts +8 -11
  313. package/models/update-assigned-organization-roles.ts +8 -11
  314. package/models/update-docker-registry.ts +20 -23
  315. package/models/update-organization-invitation.ts +25 -28
  316. package/models/update-organization-member-role.ts +13 -16
  317. package/models/update-organization-quota.ts +68 -71
  318. package/models/update-organization-role.ts +29 -32
  319. package/models/usage-overview.ts +92 -95
  320. package/models/user-public-key.ts +14 -17
  321. package/models/user.ts +27 -29
  322. package/models/workspace-info.ts +21 -23
  323. package/models/workspace-labels.ts +8 -11
  324. package/models/workspace-state.ts +19 -24
  325. package/models/workspace.ts +126 -122
  326. package/package.json +2 -2
  327. package/project.json +49 -0
  328. package/tsconfig.json +3 -8
  329. package/README.md +0 -46
  330. package/git_push.sh +0 -57
package/models/index.ts CHANGED
@@ -1,68 +1,72 @@
1
- export * from './api-key-list';
2
- export * from './api-key-response';
3
- export * from './command';
4
- export * from './completion-context';
5
- export * from './completion-item';
6
- export * from './completion-list';
7
- export * from './create-api-key';
8
- export * from './create-docker-registry';
9
- export * from './create-image';
10
- export * from './create-node';
11
- export * from './create-organization';
12
- export * from './create-organization-invitation';
13
- export * from './create-organization-quota';
14
- export * from './create-organization-role';
15
- export * from './create-session-request';
16
- export * from './create-user';
17
- export * from './create-workspace';
18
- export * from './docker-registry';
19
- export * from './execute-request';
20
- export * from './execute-response';
21
- export * from './file-info';
22
- export * from './file-status';
23
- export * from './git-add-request';
24
- export * from './git-branch-request';
25
- export * from './git-clone-request';
26
- export * from './git-commit-info';
27
- export * from './git-commit-request';
28
- export * from './git-commit-response';
29
- export * from './git-repo-request';
30
- export * from './git-status';
31
- export * from './image-dto';
32
- export * from './image-state';
33
- export * from './list-branch-response';
34
- export * from './lsp-completion-params';
35
- export * from './lsp-document-request';
36
- export * from './lsp-location';
37
- export * from './lsp-server-request';
38
- export * from './lsp-symbol';
39
- export * from './match';
40
- export * from './organization';
41
- export * from './organization-invitation';
42
- export * from './organization-role';
43
- export * from './organization-user';
44
- export * from './paginated-images-dto';
45
- export * from './position';
46
- export * from './project-dir-response';
47
- export * from './range';
48
- export * from './registry-push-access-dto';
49
- export * from './replace-request';
50
- export * from './replace-result';
51
- export * from './search-files-response';
52
- export * from './session';
53
- export * from './session-execute-request';
54
- export * from './session-execute-response';
55
- export * from './toggle-state';
56
- export * from './update-assigned-organization-roles';
57
- export * from './update-docker-registry';
58
- export * from './update-organization-invitation';
59
- export * from './update-organization-member-role';
60
- export * from './update-organization-quota';
61
- export * from './update-organization-role';
62
- export * from './usage-overview';
63
- export * from './user';
64
- export * from './user-public-key';
65
- export * from './workspace';
66
- export * from './workspace-info';
67
- export * from './workspace-labels';
68
- export * from './workspace-state';
1
+ export * from './api-key-list'
2
+ export * from './api-key-response'
3
+ export * from './command'
4
+ export * from './completion-context'
5
+ export * from './completion-item'
6
+ export * from './completion-list'
7
+ export * from './create-api-key'
8
+ export * from './create-docker-registry'
9
+ export * from './create-image'
10
+ export * from './create-node'
11
+ export * from './create-organization'
12
+ export * from './create-organization-invitation'
13
+ export * from './create-organization-quota'
14
+ export * from './create-organization-role'
15
+ export * from './create-session-request'
16
+ export * from './create-user'
17
+ export * from './create-workspace'
18
+ export * from './docker-registry'
19
+ export * from './execute-request'
20
+ export * from './execute-response'
21
+ export * from './file-info'
22
+ export * from './file-status'
23
+ export * from './git-add-request'
24
+ export * from './git-branch-request'
25
+ export * from './git-clone-request'
26
+ export * from './git-commit-info'
27
+ export * from './git-commit-request'
28
+ export * from './git-commit-response'
29
+ export * from './git-repo-request'
30
+ export * from './git-status'
31
+ export * from './image-dto'
32
+ export * from './image-state'
33
+ export * from './list-branch-response'
34
+ export * from './list-workspaces-labels-parameter'
35
+ export * from './lsp-completion-params'
36
+ export * from './lsp-document-request'
37
+ export * from './lsp-location'
38
+ export * from './lsp-server-request'
39
+ export * from './lsp-symbol'
40
+ export * from './match'
41
+ export * from './organization'
42
+ export * from './organization-invitation'
43
+ export * from './organization-role'
44
+ export * from './organization-suspension'
45
+ export * from './organization-user'
46
+ export * from './paginated-images-dto'
47
+ export * from './port-preview-url'
48
+ export * from './position'
49
+ export * from './project-dir-response'
50
+ export * from './range'
51
+ export * from './registry-push-access-dto'
52
+ export * from './replace-request'
53
+ export * from './replace-result'
54
+ export * from './search-files-response'
55
+ export * from './session'
56
+ export * from './session-execute-request'
57
+ export * from './session-execute-response'
58
+ export * from './set-image-general-status'
59
+ export * from './toggle-state'
60
+ export * from './update-assigned-organization-roles'
61
+ export * from './update-docker-registry'
62
+ export * from './update-organization-invitation'
63
+ export * from './update-organization-member-role'
64
+ export * from './update-organization-quota'
65
+ export * from './update-organization-role'
66
+ export * from './usage-overview'
67
+ export * from './user'
68
+ export * from './user-public-key'
69
+ export * from './workspace'
70
+ export * from './workspace-info'
71
+ export * from './workspace-labels'
72
+ export * from './workspace-state'
@@ -5,26 +5,23 @@
5
5
  * Daytona Workspaces API Docs
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
-
16
-
17
15
  /**
18
- *
16
+ *
19
17
  * @export
20
18
  * @interface ListBranchResponse
21
19
  */
22
20
  export interface ListBranchResponse {
23
- /**
24
- *
25
- * @type {Array<string>}
26
- * @memberof ListBranchResponse
27
- */
28
- 'branches': Array<string>;
21
+ /**
22
+ *
23
+ * @type {Array<string>}
24
+ * @memberof ListBranchResponse
25
+ */
26
+ branches: Array<string>
29
27
  }
30
-
@@ -0,0 +1,27 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Daytona Workspaces
5
+ * Daytona Workspaces API Docs
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface ListWorkspacesLabelsParameter
19
+ */
20
+ export interface ListWorkspacesLabelsParameter {
21
+ /**
22
+ *
23
+ * @type {{ [key: string]: any; }}
24
+ * @memberof ListWorkspacesLabelsParameter
25
+ */
26
+ labels?: { [key: string]: any }
27
+ }
@@ -5,56 +5,54 @@
5
5
  * Daytona Workspaces API Docs
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
-
16
15
  // May contain unused imports in some cases
17
16
  // @ts-ignore
18
- import type { CompletionContext } from './completion-context';
17
+ import type { CompletionContext } from './completion-context'
19
18
  // May contain unused imports in some cases
20
19
  // @ts-ignore
21
- import type { Position } from './position';
20
+ import type { Position } from './position'
22
21
 
23
22
  /**
24
- *
23
+ *
25
24
  * @export
26
25
  * @interface LspCompletionParams
27
26
  */
28
27
  export interface LspCompletionParams {
29
- /**
30
- * Language identifier
31
- * @type {string}
32
- * @memberof LspCompletionParams
33
- */
34
- 'languageId': string;
35
- /**
36
- * Path to the project
37
- * @type {string}
38
- * @memberof LspCompletionParams
39
- */
40
- 'pathToProject': string;
41
- /**
42
- * Document URI
43
- * @type {string}
44
- * @memberof LspCompletionParams
45
- */
46
- 'uri': string;
47
- /**
48
- *
49
- * @type {Position}
50
- * @memberof LspCompletionParams
51
- */
52
- 'position': Position;
53
- /**
54
- *
55
- * @type {CompletionContext}
56
- * @memberof LspCompletionParams
57
- */
58
- 'context'?: CompletionContext;
28
+ /**
29
+ * Language identifier
30
+ * @type {string}
31
+ * @memberof LspCompletionParams
32
+ */
33
+ languageId: string
34
+ /**
35
+ * Path to the project
36
+ * @type {string}
37
+ * @memberof LspCompletionParams
38
+ */
39
+ pathToProject: string
40
+ /**
41
+ * Document URI
42
+ * @type {string}
43
+ * @memberof LspCompletionParams
44
+ */
45
+ uri: string
46
+ /**
47
+ *
48
+ * @type {Position}
49
+ * @memberof LspCompletionParams
50
+ */
51
+ position: Position
52
+ /**
53
+ *
54
+ * @type {CompletionContext}
55
+ * @memberof LspCompletionParams
56
+ */
57
+ context?: CompletionContext
59
58
  }
60
-
@@ -5,38 +5,35 @@
5
5
  * Daytona Workspaces API Docs
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
-
16
-
17
15
  /**
18
- *
16
+ *
19
17
  * @export
20
18
  * @interface LspDocumentRequest
21
19
  */
22
20
  export interface LspDocumentRequest {
23
- /**
24
- * Language identifier
25
- * @type {string}
26
- * @memberof LspDocumentRequest
27
- */
28
- 'languageId': string;
29
- /**
30
- * Path to the project
31
- * @type {string}
32
- * @memberof LspDocumentRequest
33
- */
34
- 'pathToProject': string;
35
- /**
36
- * Document URI
37
- * @type {string}
38
- * @memberof LspDocumentRequest
39
- */
40
- 'uri': string;
21
+ /**
22
+ * Language identifier
23
+ * @type {string}
24
+ * @memberof LspDocumentRequest
25
+ */
26
+ languageId: string
27
+ /**
28
+ * Path to the project
29
+ * @type {string}
30
+ * @memberof LspDocumentRequest
31
+ */
32
+ pathToProject: string
33
+ /**
34
+ * Document URI
35
+ * @type {string}
36
+ * @memberof LspDocumentRequest
37
+ */
38
+ uri: string
41
39
  }
42
-
@@ -5,35 +5,33 @@
5
5
  * Daytona Workspaces API Docs
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
-
16
15
  // May contain unused imports in some cases
17
16
  // @ts-ignore
18
- import type { Range } from './range';
17
+ import type { Range } from './range'
19
18
 
20
19
  /**
21
- *
20
+ *
22
21
  * @export
23
22
  * @interface LspLocation
24
23
  */
25
24
  export interface LspLocation {
26
- /**
27
- *
28
- * @type {Range}
29
- * @memberof LspLocation
30
- */
31
- 'range': Range;
32
- /**
33
- *
34
- * @type {string}
35
- * @memberof LspLocation
36
- */
37
- 'uri': string;
25
+ /**
26
+ *
27
+ * @type {Range}
28
+ * @memberof LspLocation
29
+ */
30
+ range: Range
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof LspLocation
35
+ */
36
+ uri: string
38
37
  }
39
-
@@ -5,32 +5,29 @@
5
5
  * Daytona Workspaces API Docs
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
-
16
-
17
15
  /**
18
- *
16
+ *
19
17
  * @export
20
18
  * @interface LspServerRequest
21
19
  */
22
20
  export interface LspServerRequest {
23
- /**
24
- * Language identifier
25
- * @type {string}
26
- * @memberof LspServerRequest
27
- */
28
- 'languageId': string;
29
- /**
30
- * Path to the project
31
- * @type {string}
32
- * @memberof LspServerRequest
33
- */
34
- 'pathToProject': string;
21
+ /**
22
+ * Language identifier
23
+ * @type {string}
24
+ * @memberof LspServerRequest
25
+ */
26
+ languageId: string
27
+ /**
28
+ * Path to the project
29
+ * @type {string}
30
+ * @memberof LspServerRequest
31
+ */
32
+ pathToProject: string
35
33
  }
36
-
@@ -5,41 +5,39 @@
5
5
  * Daytona Workspaces API Docs
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
-
16
15
  // May contain unused imports in some cases
17
16
  // @ts-ignore
18
- import type { LspLocation } from './lsp-location';
17
+ import type { LspLocation } from './lsp-location'
19
18
 
20
19
  /**
21
- *
20
+ *
22
21
  * @export
23
22
  * @interface LspSymbol
24
23
  */
25
24
  export interface LspSymbol {
26
- /**
27
- *
28
- * @type {number}
29
- * @memberof LspSymbol
30
- */
31
- 'kind': number;
32
- /**
33
- *
34
- * @type {LspLocation}
35
- * @memberof LspSymbol
36
- */
37
- 'location': LspLocation;
38
- /**
39
- *
40
- * @type {string}
41
- * @memberof LspSymbol
42
- */
43
- 'name': string;
25
+ /**
26
+ *
27
+ * @type {number}
28
+ * @memberof LspSymbol
29
+ */
30
+ kind: number
31
+ /**
32
+ *
33
+ * @type {LspLocation}
34
+ * @memberof LspSymbol
35
+ */
36
+ location: LspLocation
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof LspSymbol
41
+ */
42
+ name: string
44
43
  }
45
-
package/models/match.ts CHANGED
@@ -5,38 +5,35 @@
5
5
  * Daytona Workspaces API Docs
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
-
16
-
17
15
  /**
18
- *
16
+ *
19
17
  * @export
20
18
  * @interface Match
21
19
  */
22
20
  export interface Match {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof Match
27
- */
28
- 'file': string;
29
- /**
30
- *
31
- * @type {number}
32
- * @memberof Match
33
- */
34
- 'line': number;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof Match
39
- */
40
- 'content': string;
21
+ /**
22
+ *
23
+ * @type {string}
24
+ * @memberof Match
25
+ */
26
+ file: string
27
+ /**
28
+ *
29
+ * @type {number}
30
+ * @memberof Match
31
+ */
32
+ line: number
33
+ /**
34
+ *
35
+ * @type {string}
36
+ * @memberof Match
37
+ */
38
+ content: string
41
39
  }
42
-