@distilled.cloud/prisma-postgres 0.10.2 → 0.12.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 (186) hide show
  1. package/lib/client.d.ts +2 -2
  2. package/lib/client.d.ts.map +1 -1
  3. package/lib/client.js +6 -0
  4. package/lib/client.js.map +1 -1
  5. package/lib/operations/deleteV1ComputeServicesByComputeServiceId.d.ts +3 -1
  6. package/lib/operations/deleteV1ComputeServicesByComputeServiceId.d.ts.map +1 -1
  7. package/lib/operations/deleteV1ComputeServicesVersionsByVersionId.d.ts +3 -1
  8. package/lib/operations/deleteV1ComputeServicesVersionsByVersionId.d.ts.map +1 -1
  9. package/lib/operations/deleteV1ConnectionsById.d.ts +4 -1
  10. package/lib/operations/deleteV1ConnectionsById.d.ts.map +1 -1
  11. package/lib/operations/deleteV1ConnectionsById.js +2 -0
  12. package/lib/operations/deleteV1ConnectionsById.js.map +1 -1
  13. package/lib/operations/deleteV1DatabasesByDatabaseId.d.ts +4 -1
  14. package/lib/operations/deleteV1DatabasesByDatabaseId.d.ts.map +1 -1
  15. package/lib/operations/deleteV1DatabasesByDatabaseId.js +2 -0
  16. package/lib/operations/deleteV1DatabasesByDatabaseId.js.map +1 -1
  17. package/lib/operations/deleteV1IntegrationsById.d.ts +4 -1
  18. package/lib/operations/deleteV1IntegrationsById.d.ts.map +1 -1
  19. package/lib/operations/deleteV1IntegrationsById.js +2 -0
  20. package/lib/operations/deleteV1IntegrationsById.js.map +1 -1
  21. package/lib/operations/deleteV1ProjectsById.d.ts +4 -1
  22. package/lib/operations/deleteV1ProjectsById.d.ts.map +1 -1
  23. package/lib/operations/deleteV1ProjectsById.js +2 -0
  24. package/lib/operations/deleteV1ProjectsById.js.map +1 -1
  25. package/lib/operations/deleteV1VersionsByVersionId.d.ts +3 -1
  26. package/lib/operations/deleteV1VersionsByVersionId.d.ts.map +1 -1
  27. package/lib/operations/deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId.d.ts +5 -1
  28. package/lib/operations/deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId.d.ts.map +1 -1
  29. package/lib/operations/deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId.js +2 -0
  30. package/lib/operations/deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId.js.map +1 -1
  31. package/lib/operations/getV1ComputeServices.d.ts +24 -1
  32. package/lib/operations/getV1ComputeServices.d.ts.map +1 -1
  33. package/lib/operations/getV1ComputeServicesByComputeServiceId.d.ts +18 -1
  34. package/lib/operations/getV1ComputeServicesByComputeServiceId.d.ts.map +1 -1
  35. package/lib/operations/getV1ComputeServicesByComputeServiceIdVersions.d.ts +17 -1
  36. package/lib/operations/getV1ComputeServicesByComputeServiceIdVersions.d.ts.map +1 -1
  37. package/lib/operations/getV1ComputeServicesVersionsByVersionId.d.ts +19 -1
  38. package/lib/operations/getV1ComputeServicesVersionsByVersionId.d.ts.map +1 -1
  39. package/lib/operations/getV1ComputeServicesVersionsByVersionIdLogs.d.ts +6 -1
  40. package/lib/operations/getV1ComputeServicesVersionsByVersionIdLogs.d.ts.map +1 -1
  41. package/lib/operations/getV1Connections.d.ts +42 -1
  42. package/lib/operations/getV1Connections.d.ts.map +1 -1
  43. package/lib/operations/getV1ConnectionsById.d.ts +37 -1
  44. package/lib/operations/getV1ConnectionsById.d.ts.map +1 -1
  45. package/lib/operations/getV1ConnectionsById.js +2 -0
  46. package/lib/operations/getV1ConnectionsById.js.map +1 -1
  47. package/lib/operations/getV1Databases.d.ts +63 -1
  48. package/lib/operations/getV1Databases.d.ts.map +1 -1
  49. package/lib/operations/getV1Databases.js +2 -0
  50. package/lib/operations/getV1Databases.js.map +1 -1
  51. package/lib/operations/getV1DatabasesByDatabaseId.d.ts +57 -1
  52. package/lib/operations/getV1DatabasesByDatabaseId.d.ts.map +1 -1
  53. package/lib/operations/getV1DatabasesByDatabaseId.js +2 -0
  54. package/lib/operations/getV1DatabasesByDatabaseId.js.map +1 -1
  55. package/lib/operations/getV1DatabasesByDatabaseIdBackups.d.ts +21 -1
  56. package/lib/operations/getV1DatabasesByDatabaseIdBackups.d.ts.map +1 -1
  57. package/lib/operations/getV1DatabasesByDatabaseIdBackups.js +2 -0
  58. package/lib/operations/getV1DatabasesByDatabaseIdBackups.js.map +1 -1
  59. package/lib/operations/getV1DatabasesByDatabaseIdConnections.d.ts +43 -1
  60. package/lib/operations/getV1DatabasesByDatabaseIdConnections.d.ts.map +1 -1
  61. package/lib/operations/getV1DatabasesByDatabaseIdConnections.js +2 -0
  62. package/lib/operations/getV1DatabasesByDatabaseIdConnections.js.map +1 -1
  63. package/lib/operations/getV1DatabasesByDatabaseIdUsage.d.ts +22 -1
  64. package/lib/operations/getV1DatabasesByDatabaseIdUsage.d.ts.map +1 -1
  65. package/lib/operations/getV1DatabasesByDatabaseIdUsage.js +2 -0
  66. package/lib/operations/getV1DatabasesByDatabaseIdUsage.js.map +1 -1
  67. package/lib/operations/getV1Integrations.d.ts +26 -1
  68. package/lib/operations/getV1Integrations.d.ts.map +1 -1
  69. package/lib/operations/getV1IntegrationsById.d.ts +21 -1
  70. package/lib/operations/getV1IntegrationsById.d.ts.map +1 -1
  71. package/lib/operations/getV1IntegrationsById.js +2 -0
  72. package/lib/operations/getV1IntegrationsById.js.map +1 -1
  73. package/lib/operations/getV1Projects.d.ts +22 -1
  74. package/lib/operations/getV1Projects.d.ts.map +1 -1
  75. package/lib/operations/getV1ProjectsById.d.ts +18 -1
  76. package/lib/operations/getV1ProjectsById.d.ts.map +1 -1
  77. package/lib/operations/getV1ProjectsById.js +2 -0
  78. package/lib/operations/getV1ProjectsById.js.map +1 -1
  79. package/lib/operations/getV1ProjectsByProjectIdComputeServices.d.ts +24 -1
  80. package/lib/operations/getV1ProjectsByProjectIdComputeServices.d.ts.map +1 -1
  81. package/lib/operations/getV1ProjectsByProjectIdDatabases.d.ts +63 -1
  82. package/lib/operations/getV1ProjectsByProjectIdDatabases.d.ts.map +1 -1
  83. package/lib/operations/getV1ProjectsByProjectIdDatabases.js +2 -0
  84. package/lib/operations/getV1ProjectsByProjectIdDatabases.js.map +1 -1
  85. package/lib/operations/getV1Regions.d.ts +11 -1
  86. package/lib/operations/getV1Regions.d.ts.map +1 -1
  87. package/lib/operations/getV1RegionsAccelerate.d.ts +7 -1
  88. package/lib/operations/getV1RegionsAccelerate.d.ts.map +1 -1
  89. package/lib/operations/getV1RegionsPostgres.d.ts +8 -1
  90. package/lib/operations/getV1RegionsPostgres.d.ts.map +1 -1
  91. package/lib/operations/getV1Versions.d.ts +17 -1
  92. package/lib/operations/getV1Versions.d.ts.map +1 -1
  93. package/lib/operations/getV1VersionsByVersionId.d.ts +19 -1
  94. package/lib/operations/getV1VersionsByVersionId.d.ts.map +1 -1
  95. package/lib/operations/getV1Workspaces.d.ts +16 -1
  96. package/lib/operations/getV1Workspaces.d.ts.map +1 -1
  97. package/lib/operations/getV1WorkspacesById.d.ts +12 -1
  98. package/lib/operations/getV1WorkspacesById.d.ts.map +1 -1
  99. package/lib/operations/getV1WorkspacesById.js +2 -0
  100. package/lib/operations/getV1WorkspacesById.js.map +1 -1
  101. package/lib/operations/getV1WorkspacesByWorkspaceIdIntegrations.d.ts +27 -1
  102. package/lib/operations/getV1WorkspacesByWorkspaceIdIntegrations.d.ts.map +1 -1
  103. package/lib/operations/getV1WorkspacesByWorkspaceIdIntegrations.js +2 -0
  104. package/lib/operations/getV1WorkspacesByWorkspaceIdIntegrations.js.map +1 -1
  105. package/lib/operations/patchV1ComputeServicesByComputeServiceId.d.ts +19 -1
  106. package/lib/operations/patchV1ComputeServicesByComputeServiceId.d.ts.map +1 -1
  107. package/lib/operations/patchV1DatabasesByDatabaseId.d.ts +58 -1
  108. package/lib/operations/patchV1DatabasesByDatabaseId.d.ts.map +1 -1
  109. package/lib/operations/patchV1DatabasesByDatabaseId.js +2 -0
  110. package/lib/operations/patchV1DatabasesByDatabaseId.js.map +1 -1
  111. package/lib/operations/patchV1ProjectsById.d.ts +22 -1
  112. package/lib/operations/patchV1ProjectsById.d.ts.map +1 -1
  113. package/lib/operations/patchV1ProjectsById.js +2 -0
  114. package/lib/operations/patchV1ProjectsById.js.map +1 -1
  115. package/lib/operations/postV1ComputeServices.d.ts +20 -1
  116. package/lib/operations/postV1ComputeServices.d.ts.map +1 -1
  117. package/lib/operations/postV1ComputeServicesByComputeServiceIdPromote.d.ts +8 -1
  118. package/lib/operations/postV1ComputeServicesByComputeServiceIdPromote.d.ts.map +1 -1
  119. package/lib/operations/postV1ComputeServicesByComputeServiceIdVersions.d.ts +18 -1
  120. package/lib/operations/postV1ComputeServicesByComputeServiceIdVersions.d.ts.map +1 -1
  121. package/lib/operations/postV1ComputeServicesVersionsByVersionIdStart.d.ts +7 -1
  122. package/lib/operations/postV1ComputeServicesVersionsByVersionIdStart.d.ts.map +1 -1
  123. package/lib/operations/postV1ComputeServicesVersionsByVersionIdStop.d.ts +3 -1
  124. package/lib/operations/postV1ComputeServicesVersionsByVersionIdStop.d.ts.map +1 -1
  125. package/lib/operations/postV1Connections.d.ts +45 -1
  126. package/lib/operations/postV1Connections.d.ts.map +1 -1
  127. package/lib/operations/postV1Connections.js +2 -0
  128. package/lib/operations/postV1Connections.js.map +1 -1
  129. package/lib/operations/postV1ConnectionsByIdRotate.d.ts +43 -1
  130. package/lib/operations/postV1ConnectionsByIdRotate.d.ts.map +1 -1
  131. package/lib/operations/postV1Databases.d.ts +64 -1
  132. package/lib/operations/postV1Databases.d.ts.map +1 -1
  133. package/lib/operations/postV1Databases.js +2 -0
  134. package/lib/operations/postV1Databases.js.map +1 -1
  135. package/lib/operations/postV1DatabasesByDatabaseIdConnections.d.ts +45 -1
  136. package/lib/operations/postV1DatabasesByDatabaseIdConnections.d.ts.map +1 -1
  137. package/lib/operations/postV1DatabasesByDatabaseIdConnections.js +2 -0
  138. package/lib/operations/postV1DatabasesByDatabaseIdConnections.js.map +1 -1
  139. package/lib/operations/postV1DatabasesByTargetDatabaseIdRestore.d.ts +65 -1
  140. package/lib/operations/postV1DatabasesByTargetDatabaseIdRestore.d.ts.map +1 -1
  141. package/lib/operations/postV1Projects.d.ts +104 -1
  142. package/lib/operations/postV1Projects.d.ts.map +1 -1
  143. package/lib/operations/postV1Projects.js +2 -0
  144. package/lib/operations/postV1Projects.js.map +1 -1
  145. package/lib/operations/postV1ProjectsByIdTransfer.d.ts +5 -1
  146. package/lib/operations/postV1ProjectsByIdTransfer.d.ts.map +1 -1
  147. package/lib/operations/postV1ProjectsByIdTransfer.js +2 -0
  148. package/lib/operations/postV1ProjectsByIdTransfer.js.map +1 -1
  149. package/lib/operations/postV1ProjectsByProjectIdComputeServices.d.ts +20 -1
  150. package/lib/operations/postV1ProjectsByProjectIdComputeServices.d.ts.map +1 -1
  151. package/lib/operations/postV1ProjectsByProjectIdDatabases.d.ts +102 -1
  152. package/lib/operations/postV1ProjectsByProjectIdDatabases.d.ts.map +1 -1
  153. package/lib/operations/postV1ProjectsByProjectIdDatabases.js +2 -0
  154. package/lib/operations/postV1ProjectsByProjectIdDatabases.js.map +1 -1
  155. package/lib/operations/postV1Versions.d.ts +18 -1
  156. package/lib/operations/postV1Versions.d.ts.map +1 -1
  157. package/lib/operations/postV1VersionsByVersionIdStart.d.ts +7 -1
  158. package/lib/operations/postV1VersionsByVersionIdStart.d.ts.map +1 -1
  159. package/lib/operations/postV1VersionsByVersionIdStop.d.ts +3 -1
  160. package/lib/operations/postV1VersionsByVersionIdStop.d.ts.map +1 -1
  161. package/package.json +3 -2
  162. package/src/client.ts +7 -0
  163. package/src/operations/deleteV1ConnectionsById.ts +2 -0
  164. package/src/operations/deleteV1DatabasesByDatabaseId.ts +2 -0
  165. package/src/operations/deleteV1IntegrationsById.ts +2 -0
  166. package/src/operations/deleteV1ProjectsById.ts +2 -0
  167. package/src/operations/deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId.ts +2 -0
  168. package/src/operations/getV1ConnectionsById.ts +2 -0
  169. package/src/operations/getV1Databases.ts +2 -0
  170. package/src/operations/getV1DatabasesByDatabaseId.ts +2 -0
  171. package/src/operations/getV1DatabasesByDatabaseIdBackups.ts +2 -0
  172. package/src/operations/getV1DatabasesByDatabaseIdConnections.ts +2 -0
  173. package/src/operations/getV1DatabasesByDatabaseIdUsage.ts +2 -0
  174. package/src/operations/getV1IntegrationsById.ts +2 -0
  175. package/src/operations/getV1ProjectsById.ts +2 -0
  176. package/src/operations/getV1ProjectsByProjectIdDatabases.ts +2 -0
  177. package/src/operations/getV1WorkspacesById.ts +2 -0
  178. package/src/operations/getV1WorkspacesByWorkspaceIdIntegrations.ts +2 -0
  179. package/src/operations/patchV1DatabasesByDatabaseId.ts +2 -0
  180. package/src/operations/patchV1ProjectsById.ts +2 -0
  181. package/src/operations/postV1Connections.ts +2 -0
  182. package/src/operations/postV1Databases.ts +7 -0
  183. package/src/operations/postV1DatabasesByDatabaseIdConnections.ts +2 -0
  184. package/src/operations/postV1Projects.ts +2 -0
  185. package/src/operations/postV1ProjectsByIdTransfer.ts +2 -0
  186. package/src/operations/postV1ProjectsByProjectIdDatabases.ts +7 -0
package/lib/client.d.ts CHANGED
@@ -4,7 +4,7 @@ export { UnknownPrismaPostgresError } from "./errors.ts";
4
4
  * Prisma Postgres API client.
5
5
  */
6
6
  export declare const API: {
7
- make: <I extends Schema.Top, O extends Schema.Top, const E extends readonly import("@distilled.cloud/core/client").ApiErrorClass[] = readonly []>(configFn: () => import("@distilled.cloud/core/client").OperationConfig<I, O, E>) => any;
8
- makePaginated: <I extends Schema.Top, O extends Schema.Top, const E extends readonly import("@distilled.cloud/core/client").ApiErrorClass[] = readonly []>(configFn: () => import("@distilled.cloud/core/client").PaginatedOperationConfig<I, O, E>, paginateFn?: import("@distilled.cloud/core/pagination").PaginationStrategy) => any;
7
+ make: <I extends Schema.Top, O extends Schema.Top, const E extends readonly import("@distilled.cloud/core/client").ApiErrorClass[] = readonly []>(configFn: () => import("@distilled.cloud/core/client").OperationConfig<I, O, E>) => import("@distilled.cloud/core/client").OperationMethod<Schema.Schema.Type<I>, Schema.Schema.Type<O>, InstanceType<E[number]>, any>;
8
+ makePaginated: <I extends Schema.Top, O extends Schema.Top, const E extends readonly import("@distilled.cloud/core/client").ApiErrorClass[] = readonly []>(configFn: () => import("@distilled.cloud/core/client").PaginatedOperationConfig<I, O, E>, paginateFn?: import("@distilled.cloud/core/pagination").PaginationStrategy) => import("@distilled.cloud/core/client").PaginatedOperationMethod<Schema.Schema.Type<I>, Schema.Schema.Type<O>, InstanceType<E[number]>, any>;
9
9
  };
10
10
  //# sourceMappingURL=client.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AASxC,OAAO,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AAwCzD;;GAEG;AACH,eAAO,MAAM,GAAG;;;CAQd,CAAC"}
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AASxC,OAAO,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AA+CzD;;GAEG;AACH,eAAO,MAAM,GAAG;;;CAQd,CAAC"}
package/lib/client.js CHANGED
@@ -38,6 +38,12 @@ const matchError = (status, errorBody) => {
38
38
  }));
39
39
  }
40
40
  catch {
41
+ // Non-JSON responses (e.g. plain-text 401/403) — fall back to status code matching
42
+ const ErrorClass = HTTP_STATUS_MAP[status];
43
+ if (ErrorClass) {
44
+ const message = typeof errorBody === "string" ? errorBody : String(errorBody ?? "");
45
+ return Effect.fail(new ErrorClass({ message }));
46
+ }
41
47
  return Effect.fail(new UnknownPrismaPostgresError({ body: errorBody }));
42
48
  }
43
49
  };
package/lib/client.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"client.js","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,QAAQ,MAAM,iBAAiB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EACL,eAAe,EACf,0BAA0B,EAC1B,wBAAwB,GACzB,MAAM,aAAa,CAAC;AAErB,wCAAwC;AACxC,OAAO,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,kGAAkG;AAClG,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,CAAC;IACrC,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC;QACnB,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QACpC,OAAO,EAAE,MAAM,CAAC,MAAM;QACtB,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;KACrC,CAAC;CACH,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,UAAU,GAAG,CACjB,MAAc,EACd,SAAkB,EACa,EAAE;IACjC,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC;QACrE,MAAM,UAAU,GAAI,eAAuB,CAAC,MAAM,CAAC,CAAC;QACpD,IAAI,UAAU,EAAE,CAAC;YACf,OAAO,MAAM,CAAC,IAAI,CAChB,IAAI,UAAU,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,IAAI,EAAE,EAAE,CAAC,CACxD,CAAC;QACJ,CAAC;QACD,OAAO,MAAM,CAAC,IAAI,CAChB,IAAI,0BAA0B,CAAC;YAC7B,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,IAAI;YACvB,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO;YAC7B,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,IAAI;YACvB,IAAI,EAAE,SAAS;SAChB,CAAC,CACH,CAAC;IACJ,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,MAAM,CAAC,IAAI,CAAC,IAAI,0BAA0B,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,CAAC,CAAC;IAC1E,CAAC;AACH,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,GAAG,GAAG,OAAO,CAAC;IACzB,WAAW,EAAE,WAAkB;IAC/B,UAAU,EAAE,CAAC,KAAU,EAAE,EAAE,CAAC,KAAK,CAAC,UAAU;IAC5C,cAAc,EAAE,CAAC,KAAU,EAAE,EAAE,CAAC,CAAC;QAC/B,aAAa,EAAE,UAAU,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE;KAC1D,CAAC;IACF,UAAU;IACV,UAAU,EAAE,wBAA+B;CAC5C,CAAC,CAAC"}
1
+ {"version":3,"file":"client.js","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,QAAQ,MAAM,iBAAiB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EACL,eAAe,EACf,0BAA0B,EAC1B,wBAAwB,GACzB,MAAM,aAAa,CAAC;AAErB,wCAAwC;AACxC,OAAO,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,kGAAkG;AAClG,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,CAAC;IACrC,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC;QACnB,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QACpC,OAAO,EAAE,MAAM,CAAC,MAAM;QACtB,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;KACrC,CAAC;CACH,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,UAAU,GAAG,CACjB,MAAc,EACd,SAAkB,EACa,EAAE;IACjC,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC;QACrE,MAAM,UAAU,GAAI,eAAuB,CAAC,MAAM,CAAC,CAAC;QACpD,IAAI,UAAU,EAAE,CAAC;YACf,OAAO,MAAM,CAAC,IAAI,CAChB,IAAI,UAAU,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,IAAI,EAAE,EAAE,CAAC,CACxD,CAAC;QACJ,CAAC;QACD,OAAO,MAAM,CAAC,IAAI,CAChB,IAAI,0BAA0B,CAAC;YAC7B,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,IAAI;YACvB,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO;YAC7B,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,IAAI;YACvB,IAAI,EAAE,SAAS;SAChB,CAAC,CACH,CAAC;IACJ,CAAC;IAAC,MAAM,CAAC;QACP,mFAAmF;QACnF,MAAM,UAAU,GAAI,eAAuB,CAAC,MAAM,CAAC,CAAC;QACpD,IAAI,UAAU,EAAE,CAAC;YACf,MAAM,OAAO,GACX,OAAO,SAAS,KAAK,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,IAAI,EAAE,CAAC,CAAC;YACtE,OAAO,MAAM,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC;QAClD,CAAC;QACD,OAAO,MAAM,CAAC,IAAI,CAAC,IAAI,0BAA0B,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,CAAC,CAAC;IAC1E,CAAC;AACH,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,GAAG,GAAG,OAAO,CAAC;IACzB,WAAW,EAAE,WAAkB;IAC/B,UAAU,EAAE,CAAC,KAAU,EAAE,EAAE,CAAC,KAAK,CAAC,UAAU;IAC5C,cAAc,EAAE,CAAC,KAAU,EAAE,EAAE,CAAC,CAAC;QAC/B,aAAa,EAAE,UAAU,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE;KAC1D,CAAC;IACF,UAAU;IACV,UAAU,EAAE,wBAA+B;CAC5C,CAAC,CAAC"}
@@ -11,5 +11,7 @@ export type DeleteV1ComputeServicesByComputeServiceIdOutput = typeof DeleteV1Com
11
11
  * ⚠️ Experimental endpoint: this API is in active development and may change at any time without notice. ⚠️
12
12
  * Deletes a compute service. All compute versions under the service must already be stopped or deleted.
13
13
  */
14
- export declare const deleteV1ComputeServicesByComputeServiceId: any;
14
+ export declare const deleteV1ComputeServicesByComputeServiceId: import("@distilled.cloud/core/client").OperationMethod<{
15
+ readonly computeServiceId: string;
16
+ }, void, never, any>;
15
17
  //# sourceMappingURL=deleteV1ComputeServicesByComputeServiceId.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"deleteV1ComputeServicesByComputeServiceId.d.ts","sourceRoot":"","sources":["../../src/operations/deleteV1ComputeServicesByComputeServiceId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,8CAA8C;;EAQxD,CAAC;AACJ,MAAM,MAAM,8CAA8C,GACxD,OAAO,8CAA8C,CAAC,IAAI,CAAC;AAG7D,eAAO,MAAM,+CAA+C,aACnB,CAAC;AAC1C,MAAM,MAAM,+CAA+C,GACzD,OAAO,+CAA+C,CAAC,IAAI,CAAC;AAG9D;;;;;GAKG;AACH,eAAO,MAAM,yCAAyC,KAIjD,CAAC"}
1
+ {"version":3,"file":"deleteV1ComputeServicesByComputeServiceId.d.ts","sourceRoot":"","sources":["../../src/operations/deleteV1ComputeServicesByComputeServiceId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,8CAA8C;;EAQxD,CAAC;AACJ,MAAM,MAAM,8CAA8C,GACxD,OAAO,8CAA8C,CAAC,IAAI,CAAC;AAG7D,eAAO,MAAM,+CAA+C,aACnB,CAAC;AAC1C,MAAM,MAAM,+CAA+C,GACzD,OAAO,+CAA+C,CAAC,IAAI,CAAC;AAG9D;;;;;GAKG;AACH,eAAO,MAAM,yCAAyC;;oBAIjD,CAAC"}
@@ -11,5 +11,7 @@ export type DeleteV1ComputeServicesVersionsByVersionIdOutput = typeof DeleteV1Co
11
11
  * ⚠️ Experimental endpoint: this API is in active development and may change at any time without notice. ⚠️
12
12
  * Permanently deletes the compute version, its metadata, and any associated VM. The version must be stopped or in the `new` state before it can be deleted.
13
13
  */
14
- export declare const deleteV1ComputeServicesVersionsByVersionId: any;
14
+ export declare const deleteV1ComputeServicesVersionsByVersionId: import("@distilled.cloud/core/client").OperationMethod<{
15
+ readonly versionId: string;
16
+ }, void, never, any>;
15
17
  //# sourceMappingURL=deleteV1ComputeServicesVersionsByVersionId.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"deleteV1ComputeServicesVersionsByVersionId.d.ts","sourceRoot":"","sources":["../../src/operations/deleteV1ComputeServicesVersionsByVersionId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,+CAA+C;;EAQzD,CAAC;AACJ,MAAM,MAAM,+CAA+C,GACzD,OAAO,+CAA+C,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,gDAAgD,aACpB,CAAC;AAC1C,MAAM,MAAM,gDAAgD,GAC1D,OAAO,gDAAgD,CAAC,IAAI,CAAC;AAG/D;;;;;GAKG;AACH,eAAO,MAAM,0CAA0C,KAIlD,CAAC"}
1
+ {"version":3,"file":"deleteV1ComputeServicesVersionsByVersionId.d.ts","sourceRoot":"","sources":["../../src/operations/deleteV1ComputeServicesVersionsByVersionId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,+CAA+C;;EAQzD,CAAC;AACJ,MAAM,MAAM,+CAA+C,GACzD,OAAO,+CAA+C,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,gDAAgD,aACpB,CAAC;AAC1C,MAAM,MAAM,gDAAgD,GAC1D,OAAO,gDAAgD,CAAC,IAAI,CAAC;AAG/D;;;;;GAKG;AACH,eAAO,MAAM,0CAA0C;;oBAIlD,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { NotFound, UnprocessableEntity } from "../errors";
2
3
  export declare const DeleteV1ConnectionsByIdInput: Schema.Struct<{
3
4
  readonly id: Schema.String;
4
5
  }>;
@@ -10,5 +11,7 @@ export type DeleteV1ConnectionsByIdOutput = typeof DeleteV1ConnectionsByIdOutput
10
11
  *
11
12
  * Deletes the connection with the given ID.
12
13
  */
13
- export declare const deleteV1ConnectionsById: any;
14
+ export declare const deleteV1ConnectionsById: import("@distilled.cloud/core/client").OperationMethod<{
15
+ readonly id: string;
16
+ }, void, NotFound | UnprocessableEntity, any>;
14
17
  //# sourceMappingURL=deleteV1ConnectionsById.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"deleteV1ConnectionsById.d.ts","sourceRoot":"","sources":["../../src/operations/deleteV1ConnectionsById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,4BAA4B;;EAG4B,CAAC;AACtE,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C,eAAO,MAAM,6BAA6B,aACD,CAAC;AAC1C,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,KAKnC,CAAC"}
1
+ {"version":3,"file":"deleteV1ConnectionsById.d.ts","sourceRoot":"","sources":["../../src/operations/deleteV1ConnectionsById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAG1D,eAAO,MAAM,4BAA4B;;EAG4B,CAAC;AACtE,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C,eAAO,MAAM,6BAA6B,aACD,CAAC;AAC1C,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C;;;;GAIG;AACH,eAAO,MAAM,uBAAuB;;6CAMnC,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import * as Schema from "effect/Schema";
2
2
  import { API } from "../client";
3
3
  import * as T from "../traits";
4
+ import { NotFound, UnprocessableEntity } from "../errors";
4
5
  // Input Schema
5
6
  export const DeleteV1ConnectionsByIdInput =
6
7
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
@@ -18,5 +19,6 @@ export const DeleteV1ConnectionsByIdOutput =
18
19
  export const deleteV1ConnectionsById = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
19
20
  inputSchema: DeleteV1ConnectionsByIdInput,
20
21
  outputSchema: DeleteV1ConnectionsByIdOutput,
22
+ errors: [NotFound, UnprocessableEntity],
21
23
  }));
22
24
  //# sourceMappingURL=deleteV1ConnectionsById.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"deleteV1ConnectionsById.js","sourceRoot":"","sources":["../../src/operations/deleteV1ConnectionsById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,4BAA4B;AACvC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CACtC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,sBAAsB,EAAE,CAAC,CAAC,CAAC;AAItE,gBAAgB;AAChB,MAAM,CAAC,MAAM,6BAA6B;AACxC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC;AAI1C,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CACzE,GAAG,EAAE,CAAC,CAAC;IACL,WAAW,EAAE,4BAA4B;IACzC,YAAY,EAAE,6BAA6B;CAC5C,CAAC,CACH,CAAC"}
1
+ {"version":3,"file":"deleteV1ConnectionsById.js","sourceRoot":"","sources":["../../src/operations/deleteV1ConnectionsById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAE1D,eAAe;AACf,MAAM,CAAC,MAAM,4BAA4B;AACvC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CACtC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,sBAAsB,EAAE,CAAC,CAAC,CAAC;AAItE,gBAAgB;AAChB,MAAM,CAAC,MAAM,6BAA6B;AACxC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC;AAI1C,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CACzE,GAAG,EAAE,CAAC,CAAC;IACL,WAAW,EAAE,4BAA4B;IACzC,YAAY,EAAE,6BAA6B;IAC3C,MAAM,EAAE,CAAC,QAAQ,EAAE,mBAAmB,CAAU;CACjD,CAAC,CACH,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound, UnprocessableEntity } from "../errors";
2
3
  export declare const DeleteV1DatabasesByDatabaseIdInput: Schema.Struct<{
3
4
  readonly databaseId: Schema.String;
4
5
  }>;
@@ -10,5 +11,7 @@ export type DeleteV1DatabasesByDatabaseIdOutput = typeof DeleteV1DatabasesByData
10
11
  *
11
12
  * Deletes the database with the given ID.
12
13
  */
13
- export declare const deleteV1DatabasesByDatabaseId: any;
14
+ export declare const deleteV1DatabasesByDatabaseId: import("@distilled.cloud/core/client").OperationMethod<{
15
+ readonly databaseId: string;
16
+ }, void, Forbidden | NotFound | UnprocessableEntity, any>;
14
17
  //# sourceMappingURL=deleteV1DatabasesByDatabaseId.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"deleteV1DatabasesByDatabaseId.d.ts","sourceRoot":"","sources":["../../src/operations/deleteV1DatabasesByDatabaseId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,kCAAkC;;EAG4B,CAAC;AAC5E,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD,eAAO,MAAM,mCAAmC,aACP,CAAC;AAC1C,MAAM,MAAM,mCAAmC,GAC7C,OAAO,mCAAmC,CAAC,IAAI,CAAC;AAGlD;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,KAIrC,CAAC"}
1
+ {"version":3,"file":"deleteV1DatabasesByDatabaseId.d.ts","sourceRoot":"","sources":["../../src/operations/deleteV1DatabasesByDatabaseId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAGrE,eAAO,MAAM,kCAAkC;;EAG4B,CAAC;AAC5E,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD,eAAO,MAAM,mCAAmC,aACP,CAAC;AAC1C,MAAM,MAAM,mCAAmC,GAC7C,OAAO,mCAAmC,CAAC,IAAI,CAAC;AAGlD;;;;GAIG;AACH,eAAO,MAAM,6BAA6B;;yDAKrC,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import * as Schema from "effect/Schema";
2
2
  import { API } from "../client";
3
3
  import * as T from "../traits";
4
+ import { Forbidden, NotFound, UnprocessableEntity } from "../errors";
4
5
  // Input Schema
5
6
  export const DeleteV1DatabasesByDatabaseIdInput =
6
7
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
@@ -19,5 +20,6 @@ export const deleteV1DatabasesByDatabaseId =
19
20
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
20
21
  inputSchema: DeleteV1DatabasesByDatabaseIdInput,
21
22
  outputSchema: DeleteV1DatabasesByDatabaseIdOutput,
23
+ errors: [Forbidden, NotFound, UnprocessableEntity],
22
24
  }));
23
25
  //# sourceMappingURL=deleteV1DatabasesByDatabaseId.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"deleteV1DatabasesByDatabaseId.js","sourceRoot":"","sources":["../../src/operations/deleteV1DatabasesByDatabaseId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,kCAAkC;AAC7C,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CAC9C,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,4BAA4B,EAAE,CAAC,CAAC,CAAC;AAI5E,gBAAgB;AAChB,MAAM,CAAC,MAAM,mCAAmC;AAC9C,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC;AAI1C,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,6BAA6B;AACxC,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAC1C,WAAW,EAAE,kCAAkC;IAC/C,YAAY,EAAE,mCAAmC;CAClD,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"deleteV1DatabasesByDatabaseId.js","sourceRoot":"","sources":["../../src/operations/deleteV1DatabasesByDatabaseId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAErE,eAAe;AACf,MAAM,CAAC,MAAM,kCAAkC;AAC7C,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CAC9C,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,4BAA4B,EAAE,CAAC,CAAC,CAAC;AAI5E,gBAAgB;AAChB,MAAM,CAAC,MAAM,mCAAmC;AAC9C,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC;AAI1C,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,6BAA6B;AACxC,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAC1C,WAAW,EAAE,kCAAkC;IAC/C,YAAY,EAAE,mCAAmC;IACjD,MAAM,EAAE,CAAC,SAAS,EAAE,QAAQ,EAAE,mBAAmB,CAAU;CAC5D,CAAC,CAAC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { NotFound, UnprocessableEntity } from "../errors";
2
3
  export declare const DeleteV1IntegrationsByIdInput: Schema.Struct<{
3
4
  readonly id: Schema.String;
4
5
  }>;
@@ -10,5 +11,7 @@ export type DeleteV1IntegrationsByIdOutput = typeof DeleteV1IntegrationsByIdOutp
10
11
  *
11
12
  * Revokes the integration tokens by integration ID.
12
13
  */
13
- export declare const deleteV1IntegrationsById: any;
14
+ export declare const deleteV1IntegrationsById: import("@distilled.cloud/core/client").OperationMethod<{
15
+ readonly id: string;
16
+ }, void, NotFound | UnprocessableEntity, any>;
14
17
  //# sourceMappingURL=deleteV1IntegrationsById.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"deleteV1IntegrationsById.d.ts","sourceRoot":"","sources":["../../src/operations/deleteV1IntegrationsById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,6BAA6B;;EAG4B,CAAC;AACvE,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C,eAAO,MAAM,8BAA8B,aACF,CAAC;AAC1C,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,KAKpC,CAAC"}
1
+ {"version":3,"file":"deleteV1IntegrationsById.d.ts","sourceRoot":"","sources":["../../src/operations/deleteV1IntegrationsById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAG1D,eAAO,MAAM,6BAA6B;;EAG4B,CAAC;AACvE,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C,eAAO,MAAM,8BAA8B,aACF,CAAC;AAC1C,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C;;;;GAIG;AACH,eAAO,MAAM,wBAAwB;;6CAMpC,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import * as Schema from "effect/Schema";
2
2
  import { API } from "../client";
3
3
  import * as T from "../traits";
4
+ import { NotFound, UnprocessableEntity } from "../errors";
4
5
  // Input Schema
5
6
  export const DeleteV1IntegrationsByIdInput =
6
7
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
@@ -18,5 +19,6 @@ export const DeleteV1IntegrationsByIdOutput =
18
19
  export const deleteV1IntegrationsById = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
19
20
  inputSchema: DeleteV1IntegrationsByIdInput,
20
21
  outputSchema: DeleteV1IntegrationsByIdOutput,
22
+ errors: [NotFound, UnprocessableEntity],
21
23
  }));
22
24
  //# sourceMappingURL=deleteV1IntegrationsById.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"deleteV1IntegrationsById.js","sourceRoot":"","sources":["../../src/operations/deleteV1IntegrationsById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,6BAA6B;AACxC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CACtC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,uBAAuB,EAAE,CAAC,CAAC,CAAC;AAIvE,gBAAgB;AAChB,MAAM,CAAC,MAAM,8BAA8B;AACzC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC;AAI1C,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAC1E,GAAG,EAAE,CAAC,CAAC;IACL,WAAW,EAAE,6BAA6B;IAC1C,YAAY,EAAE,8BAA8B;CAC7C,CAAC,CACH,CAAC"}
1
+ {"version":3,"file":"deleteV1IntegrationsById.js","sourceRoot":"","sources":["../../src/operations/deleteV1IntegrationsById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAE1D,eAAe;AACf,MAAM,CAAC,MAAM,6BAA6B;AACxC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CACtC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,uBAAuB,EAAE,CAAC,CAAC,CAAC;AAIvE,gBAAgB;AAChB,MAAM,CAAC,MAAM,8BAA8B;AACzC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC;AAI1C,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAC1E,GAAG,EAAE,CAAC,CAAC;IACL,WAAW,EAAE,6BAA6B;IAC1C,YAAY,EAAE,8BAA8B;IAC5C,MAAM,EAAE,CAAC,QAAQ,EAAE,mBAAmB,CAAU;CACjD,CAAC,CACH,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { BadRequest, NotFound, UnprocessableEntity } from "../errors";
2
3
  export declare const DeleteV1ProjectsByIdInput: Schema.Struct<{
3
4
  readonly id: Schema.String;
4
5
  }>;
@@ -10,5 +11,7 @@ export type DeleteV1ProjectsByIdOutput = typeof DeleteV1ProjectsByIdOutput.Type;
10
11
  *
11
12
  * Deletes the project with the given ID.
12
13
  */
13
- export declare const deleteV1ProjectsById: any;
14
+ export declare const deleteV1ProjectsById: import("@distilled.cloud/core/client").OperationMethod<{
15
+ readonly id: string;
16
+ }, void, BadRequest | NotFound | UnprocessableEntity, any>;
14
17
  //# sourceMappingURL=deleteV1ProjectsById.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"deleteV1ProjectsById.d.ts","sourceRoot":"","sources":["../../src/operations/deleteV1ProjectsById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB;;EAG4B,CAAC;AACnE,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B,aACE,CAAC;AAC1C,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,KAKhC,CAAC"}
1
+ {"version":3,"file":"deleteV1ProjectsById.d.ts","sourceRoot":"","sources":["../../src/operations/deleteV1ProjectsById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAGtE,eAAO,MAAM,yBAAyB;;EAG4B,CAAC;AACnE,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B,aACE,CAAC;AAC1C,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB;;0DAMhC,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import * as Schema from "effect/Schema";
2
2
  import { API } from "../client";
3
3
  import * as T from "../traits";
4
+ import { BadRequest, NotFound, UnprocessableEntity } from "../errors";
4
5
  // Input Schema
5
6
  export const DeleteV1ProjectsByIdInput =
6
7
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
@@ -18,5 +19,6 @@ export const DeleteV1ProjectsByIdOutput =
18
19
  export const deleteV1ProjectsById = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
19
20
  inputSchema: DeleteV1ProjectsByIdInput,
20
21
  outputSchema: DeleteV1ProjectsByIdOutput,
22
+ errors: [BadRequest, NotFound, UnprocessableEntity],
21
23
  }));
22
24
  //# sourceMappingURL=deleteV1ProjectsById.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"deleteV1ProjectsById.js","sourceRoot":"","sources":["../../src/operations/deleteV1ProjectsById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,yBAAyB;AACpC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CACtC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,mBAAmB,EAAE,CAAC,CAAC,CAAC;AAGnE,gBAAgB;AAChB,MAAM,CAAC,MAAM,0BAA0B;AACrC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC;AAG1C,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CACtE,GAAG,EAAE,CAAC,CAAC;IACL,WAAW,EAAE,yBAAyB;IACtC,YAAY,EAAE,0BAA0B;CACzC,CAAC,CACH,CAAC"}
1
+ {"version":3,"file":"deleteV1ProjectsById.js","sourceRoot":"","sources":["../../src/operations/deleteV1ProjectsById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAC/B,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAEtE,eAAe;AACf,MAAM,CAAC,MAAM,yBAAyB;AACpC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CACtC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,mBAAmB,EAAE,CAAC,CAAC,CAAC;AAGnE,gBAAgB;AAChB,MAAM,CAAC,MAAM,0BAA0B;AACrC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC;AAG1C,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CACtE,GAAG,EAAE,CAAC,CAAC;IACL,WAAW,EAAE,yBAAyB;IACtC,YAAY,EAAE,0BAA0B;IACxC,MAAM,EAAE,CAAC,UAAU,EAAE,QAAQ,EAAE,mBAAmB,CAAU;CAC7D,CAAC,CACH,CAAC"}
@@ -11,5 +11,7 @@ export type DeleteV1VersionsByVersionIdOutput = typeof DeleteV1VersionsByVersion
11
11
  * ⚠️ Experimental endpoint: this API is in active development and may change at any time without notice. ⚠️
12
12
  * Permanently deletes the compute version, its metadata, and any associated VM. The version must be stopped or in the `new` state before it can be deleted.
13
13
  */
14
- export declare const deleteV1VersionsByVersionId: any;
14
+ export declare const deleteV1VersionsByVersionId: import("@distilled.cloud/core/client").OperationMethod<{
15
+ readonly versionId: string;
16
+ }, void, never, any>;
15
17
  //# sourceMappingURL=deleteV1VersionsByVersionId.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"deleteV1VersionsByVersionId.d.ts","sourceRoot":"","sources":["../../src/operations/deleteV1VersionsByVersionId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,gCAAgC;;EAG4B,CAAC;AAC1E,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,IAAI,CAAC;AAG/C,eAAO,MAAM,iCAAiC,aACL,CAAC;AAC1C,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD;;;;;GAKG;AACH,eAAO,MAAM,2BAA2B,KAKvC,CAAC"}
1
+ {"version":3,"file":"deleteV1VersionsByVersionId.d.ts","sourceRoot":"","sources":["../../src/operations/deleteV1VersionsByVersionId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,gCAAgC;;EAG4B,CAAC;AAC1E,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,IAAI,CAAC;AAG/C,eAAO,MAAM,iCAAiC,aACL,CAAC;AAC1C,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD;;;;;GAKG;AACH,eAAO,MAAM,2BAA2B;;oBAKvC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { NotFound, UnprocessableEntity } from "../errors";
2
3
  export declare const DeleteV1WorkspacesByWorkspaceIdIntegrationsByClientIdInput: Schema.Struct<{
3
4
  readonly clientId: Schema.String;
4
5
  readonly workspaceId: Schema.String;
@@ -11,5 +12,8 @@ export type DeleteV1WorkspacesByWorkspaceIdIntegrationsByClientIdOutput = typeof
11
12
  *
12
13
  * Revokes the integration tokens with the given client ID.
13
14
  */
14
- export declare const deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId: any;
15
+ export declare const deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId: import("@distilled.cloud/core/client").OperationMethod<{
16
+ readonly clientId: string;
17
+ readonly workspaceId: string;
18
+ }, void, NotFound | UnprocessableEntity, any>;
15
19
  //# sourceMappingURL=deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId.d.ts","sourceRoot":"","sources":["../../src/operations/deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,0DAA0D;;;EASpE,CAAC;AACJ,MAAM,MAAM,0DAA0D,GACpE,OAAO,0DAA0D,CAAC,IAAI,CAAC;AAGzE,eAAO,MAAM,2DAA2D,aAC/B,CAAC;AAC1C,MAAM,MAAM,2DAA2D,GACrE,OAAO,2DAA2D,CAAC,IAAI,CAAC;AAG1E;;;;GAIG;AACH,eAAO,MAAM,qDAAqD,KAI7D,CAAC"}
1
+ {"version":3,"file":"deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId.d.ts","sourceRoot":"","sources":["../../src/operations/deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAG1D,eAAO,MAAM,0DAA0D;;;EASpE,CAAC;AACJ,MAAM,MAAM,0DAA0D,GACpE,OAAO,0DAA0D,CAAC,IAAI,CAAC;AAGzE,eAAO,MAAM,2DAA2D,aAC/B,CAAC;AAC1C,MAAM,MAAM,2DAA2D,GACrE,OAAO,2DAA2D,CAAC,IAAI,CAAC;AAG1E;;;;GAIG;AACH,eAAO,MAAM,qDAAqD;;;6CAK7D,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import * as Schema from "effect/Schema";
2
2
  import { API } from "../client";
3
3
  import * as T from "../traits";
4
+ import { NotFound, UnprocessableEntity } from "../errors";
4
5
  // Input Schema
5
6
  export const DeleteV1WorkspacesByWorkspaceIdIntegrationsByClientIdInput =
6
7
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
@@ -23,5 +24,6 @@ export const deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId =
23
24
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
24
25
  inputSchema: DeleteV1WorkspacesByWorkspaceIdIntegrationsByClientIdInput,
25
26
  outputSchema: DeleteV1WorkspacesByWorkspaceIdIntegrationsByClientIdOutput,
27
+ errors: [NotFound, UnprocessableEntity],
26
28
  }));
27
29
  //# sourceMappingURL=deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId.js","sourceRoot":"","sources":["../../src/operations/deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,0DAA0D;AACrE,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IAC3C,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CAC/C,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,IAAI,CAAC;IACL,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,sDAAsD;CAC7D,CAAC,CACH,CAAC;AAIJ,gBAAgB;AAChB,MAAM,CAAC,MAAM,2DAA2D;AACtE,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC;AAI1C,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,qDAAqD;AAChE,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAC1C,WAAW,EAAE,0DAA0D;IACvE,YAAY,EAAE,2DAA2D;CAC1E,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId.js","sourceRoot":"","sources":["../../src/operations/deleteV1WorkspacesByWorkspaceIdIntegrationsByClientId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAE1D,eAAe;AACf,MAAM,CAAC,MAAM,0DAA0D;AACrE,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IAC3C,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CAC/C,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,IAAI,CAAC;IACL,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,sDAAsD;CAC7D,CAAC,CACH,CAAC;AAIJ,gBAAgB;AAChB,MAAM,CAAC,MAAM,2DAA2D;AACtE,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC;AAI1C,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,qDAAqD;AAChE,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAC1C,WAAW,EAAE,0DAA0D;IACvE,YAAY,EAAE,2DAA2D;IACzE,MAAM,EAAE,CAAC,QAAQ,EAAE,mBAAmB,CAAU;CACjD,CAAC,CAAC,CAAC"}
@@ -32,5 +32,28 @@ export type GetV1ComputeServicesOutput = typeof GetV1ComputeServicesOutput.Type;
32
32
  * ⚠️ Experimental endpoint: this API is in active development and may change at any time without notice. ⚠️
33
33
  * Returns all compute services the token has access to, ordered by creation time (oldest first). Optionally filter by project ID. Supports cursor-based pagination.
34
34
  */
35
- export declare const getV1ComputeServices: any;
35
+ export declare const getV1ComputeServices: import("@distilled.cloud/core/client").OperationMethod<{
36
+ readonly cursor?: string | undefined;
37
+ readonly limit?: number | undefined;
38
+ readonly projectId?: string | undefined;
39
+ }, {
40
+ readonly data: readonly {
41
+ readonly createdAt: string;
42
+ readonly id: string;
43
+ readonly latestVersionId: string | null;
44
+ readonly name: string;
45
+ readonly projectId: string;
46
+ readonly region: {
47
+ readonly id: string;
48
+ readonly name: string;
49
+ };
50
+ readonly serviceEndpointDomain: string;
51
+ readonly type: string;
52
+ readonly url: string;
53
+ }[];
54
+ readonly pagination: {
55
+ readonly hasMore: boolean;
56
+ readonly nextCursor: string | null;
57
+ };
58
+ }, never, any>;
36
59
  //# sourceMappingURL=getV1ComputeServices.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getV1ComputeServices.d.ts","sourceRoot":"","sources":["../../src/operations/getV1ComputeServices.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB;;;;EAK4B,CAAC;AACnE,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;EAsBnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,KAKhC,CAAC"}
1
+ {"version":3,"file":"getV1ComputeServices.d.ts","sourceRoot":"","sources":["../../src/operations/getV1ComputeServices.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB;;;;EAK4B,CAAC;AACnE,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;EAsBnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;cAKhC,CAAC"}
@@ -26,5 +26,22 @@ export type GetV1ComputeServicesByComputeServiceIdOutput = typeof GetV1ComputeSe
26
26
  * ⚠️ Experimental endpoint: this API is in active development and may change at any time without notice. ⚠️
27
27
  * Returns a compute service by ID, including its region and latest version reference.
28
28
  */
29
- export declare const getV1ComputeServicesByComputeServiceId: any;
29
+ export declare const getV1ComputeServicesByComputeServiceId: import("@distilled.cloud/core/client").OperationMethod<{
30
+ readonly computeServiceId: string;
31
+ }, {
32
+ readonly data: {
33
+ readonly createdAt: string;
34
+ readonly id: string;
35
+ readonly latestVersionId: string | null;
36
+ readonly name: string;
37
+ readonly projectId: string;
38
+ readonly region: {
39
+ readonly id: string;
40
+ readonly name: string;
41
+ };
42
+ readonly serviceEndpointDomain: string;
43
+ readonly type: string;
44
+ readonly url: string;
45
+ };
46
+ }, never, any>;
30
47
  //# sourceMappingURL=getV1ComputeServicesByComputeServiceId.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getV1ComputeServicesByComputeServiceId.d.ts","sourceRoot":"","sources":["../../src/operations/getV1ComputeServicesByComputeServiceId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,2CAA2C;;EAKrD,CAAC;AACJ,MAAM,MAAM,2CAA2C,GACrD,OAAO,2CAA2C,CAAC,IAAI,CAAC;AAG1D,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;EAgBrD,CAAC;AACL,MAAM,MAAM,4CAA4C,GACtD,OAAO,4CAA4C,CAAC,IAAI,CAAC;AAG3D;;;;;GAKG;AACH,eAAO,MAAM,sCAAsC,KAI9C,CAAC"}
1
+ {"version":3,"file":"getV1ComputeServicesByComputeServiceId.d.ts","sourceRoot":"","sources":["../../src/operations/getV1ComputeServicesByComputeServiceId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,2CAA2C;;EAKrD,CAAC;AACJ,MAAM,MAAM,2CAA2C,GACrD,OAAO,2CAA2C,CAAC,IAAI,CAAC;AAG1D,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;EAgBrD,CAAC;AACL,MAAM,MAAM,4CAA4C,GACtD,OAAO,4CAA4C,CAAC,IAAI,CAAC;AAG3D;;;;;GAKG;AACH,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;cAI9C,CAAC"}
@@ -25,5 +25,21 @@ export type GetV1ComputeServicesByComputeServiceIdVersionsOutput = typeof GetV1C
25
25
  * ⚠️ Experimental endpoint: this API is in active development and may change at any time without notice. ⚠️
26
26
  * Returns all compute versions belonging to a compute service, ordered by creation time (newest first). Supports cursor-based pagination.
27
27
  */
28
- export declare const getV1ComputeServicesByComputeServiceIdVersions: any;
28
+ export declare const getV1ComputeServicesByComputeServiceIdVersions: import("@distilled.cloud/core/client").OperationMethod<{
29
+ readonly computeServiceId: string;
30
+ readonly cursor?: string | undefined;
31
+ readonly limit?: number | undefined;
32
+ }, {
33
+ readonly data: readonly {
34
+ readonly createdAt: string;
35
+ readonly foundryVersionId: string;
36
+ readonly id: string;
37
+ readonly type: string;
38
+ readonly url: string;
39
+ }[];
40
+ readonly pagination: {
41
+ readonly hasMore: boolean;
42
+ readonly nextCursor: string | null;
43
+ };
44
+ }, never, any>;
29
45
  //# sourceMappingURL=getV1ComputeServicesByComputeServiceIdVersions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getV1ComputeServicesByComputeServiceIdVersions.d.ts","sourceRoot":"","sources":["../../src/operations/getV1ComputeServicesByComputeServiceIdVersions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,mDAAmD;;;;EAU7D,CAAC;AACJ,MAAM,MAAM,mDAAmD,GAC7D,OAAO,mDAAmD,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oDAAoD;;;;;;;;;;;;EAe7D,CAAC;AACL,MAAM,MAAM,oDAAoD,GAC9D,OAAO,oDAAoD,CAAC,IAAI,CAAC;AAGnE;;;;;GAKG;AACH,eAAO,MAAM,8CAA8C,KAItD,CAAC"}
1
+ {"version":3,"file":"getV1ComputeServicesByComputeServiceIdVersions.d.ts","sourceRoot":"","sources":["../../src/operations/getV1ComputeServicesByComputeServiceIdVersions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,mDAAmD;;;;EAU7D,CAAC;AACJ,MAAM,MAAM,mDAAmD,GAC7D,OAAO,mDAAmD,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oDAAoD;;;;;;;;;;;;EAe7D,CAAC;AACL,MAAM,MAAM,oDAAoD,GAC9D,OAAO,oDAAoD,CAAC,IAAI,CAAC;AAGnE;;;;;GAKG;AACH,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;cAItD,CAAC"}
@@ -25,5 +25,23 @@ export type GetV1ComputeServicesVersionsByVersionIdOutput = typeof GetV1ComputeS
25
25
  * ⚠️ Experimental endpoint: this API is in active development and may change at any time without notice. ⚠️
26
26
  * Returns a compute version by ID, including its current status derived from the underlying VM state.
27
27
  */
28
- export declare const getV1ComputeServicesVersionsByVersionId: any;
28
+ export declare const getV1ComputeServicesVersionsByVersionId: import("@distilled.cloud/core/client").OperationMethod<{
29
+ readonly versionId: string;
30
+ }, {
31
+ readonly data: {
32
+ readonly createdAt: string;
33
+ readonly envVars?: {
34
+ readonly [x: string]: string;
35
+ } | undefined;
36
+ readonly foundryVersionId: string;
37
+ readonly id: string;
38
+ readonly portMapping?: {
39
+ readonly http?: number | undefined;
40
+ } | undefined;
41
+ readonly previewDomain: string | null;
42
+ readonly status: string;
43
+ readonly type: string;
44
+ readonly url: string;
45
+ };
46
+ }, never, any>;
29
47
  //# sourceMappingURL=getV1ComputeServicesVersionsByVersionId.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getV1ComputeServicesVersionsByVersionId.d.ts","sourceRoot":"","sources":["../../src/operations/getV1ComputeServicesVersionsByVersionId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,4CAA4C;;EAQtD,CAAC;AACJ,MAAM,MAAM,4CAA4C,GACtD,OAAO,4CAA4C,CAAC,IAAI,CAAC;AAG3D,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;EAiBtD,CAAC;AACL,MAAM,MAAM,6CAA6C,GACvD,OAAO,6CAA6C,CAAC,IAAI,CAAC;AAG5D;;;;;GAKG;AACH,eAAO,MAAM,uCAAuC,KAI/C,CAAC"}
1
+ {"version":3,"file":"getV1ComputeServicesVersionsByVersionId.d.ts","sourceRoot":"","sources":["../../src/operations/getV1ComputeServicesVersionsByVersionId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,4CAA4C;;EAQtD,CAAC;AACJ,MAAM,MAAM,4CAA4C,GACtD,OAAO,4CAA4C,CAAC,IAAI,CAAC;AAG3D,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;EAiBtD,CAAC;AACL,MAAM,MAAM,6CAA6C,GACvD,OAAO,6CAA6C,CAAC,IAAI,CAAC;AAG5D;;;;;GAKG;AACH,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;cAI/C,CAAC"}
@@ -14,5 +14,10 @@ export type GetV1ComputeServicesVersionsByVersionIdLogsOutput = typeof GetV1Comp
14
14
  * ⚠️ Experimental endpoint: this API is in active development and may change at any time without notice. ⚠️
15
15
  * Upgrades to a WebSocket connection that streams log output for the specified compute version. Each message is a JSON object with `type: "log"` (log text + byte metadata) or `type: "terminal"` (end-of-segment signal with reconnect cursor). The stream ends after 10 minutes; reconnect with the `cursor` query parameter to continue.
16
16
  */
17
- export declare const getV1ComputeServicesVersionsByVersionIdLogs: any;
17
+ export declare const getV1ComputeServicesVersionsByVersionIdLogs: import("@distilled.cloud/core/client").OperationMethod<{
18
+ readonly cursor?: string | undefined;
19
+ readonly from_start?: "false" | "true" | undefined;
20
+ readonly tail?: number | undefined;
21
+ readonly versionId: string;
22
+ }, void, never, any>;
18
23
  //# sourceMappingURL=getV1ComputeServicesVersionsByVersionIdLogs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getV1ComputeServicesVersionsByVersionIdLogs.d.ts","sourceRoot":"","sources":["../../src/operations/getV1ComputeServicesVersionsByVersionIdLogs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,gDAAgD;;;;;EAW1D,CAAC;AACJ,MAAM,MAAM,gDAAgD,GAC1D,OAAO,gDAAgD,CAAC,IAAI,CAAC;AAG/D,eAAO,MAAM,iDAAiD,aACrB,CAAC;AAC1C,MAAM,MAAM,iDAAiD,GAC3D,OAAO,iDAAiD,CAAC,IAAI,CAAC;AAGhE;;;;;GAKG;AACH,eAAO,MAAM,2CAA2C,KAInD,CAAC"}
1
+ {"version":3,"file":"getV1ComputeServicesVersionsByVersionIdLogs.d.ts","sourceRoot":"","sources":["../../src/operations/getV1ComputeServicesVersionsByVersionIdLogs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,gDAAgD;;;;;EAW1D,CAAC;AACJ,MAAM,MAAM,gDAAgD,GAC1D,OAAO,gDAAgD,CAAC,IAAI,CAAC;AAG/D,eAAO,MAAM,iDAAiD,aACrB,CAAC;AAC1C,MAAM,MAAM,iDAAiD,GAC3D,OAAO,iDAAiD,CAAC,IAAI,CAAC;AAGhE;;;;;GAKG;AACH,eAAO,MAAM,2CAA2C;;;;;oBAInD,CAAC"}
@@ -49,5 +49,46 @@ export type GetV1ConnectionsOutput = typeof GetV1ConnectionsOutput.Type;
49
49
  *
50
50
  * Returns all connections the actor has access to, with optional database filter.
51
51
  */
52
- export declare const getV1Connections: any;
52
+ export declare const getV1Connections: import("@distilled.cloud/core/client").OperationMethod<{
53
+ readonly cursor?: string | undefined;
54
+ readonly databaseId?: string | undefined;
55
+ readonly limit?: number | undefined;
56
+ }, {
57
+ readonly data: readonly {
58
+ readonly createdAt: string;
59
+ readonly database: {
60
+ readonly id: string;
61
+ readonly name: string;
62
+ readonly url: string;
63
+ };
64
+ readonly directConnection?: {
65
+ readonly host: string;
66
+ readonly pass: string;
67
+ readonly user: string;
68
+ } | null | undefined;
69
+ readonly endpoints: {
70
+ readonly accelerate?: {
71
+ readonly host: string;
72
+ readonly port: number;
73
+ } | undefined;
74
+ readonly direct?: {
75
+ readonly host: string;
76
+ readonly port: number;
77
+ } | undefined;
78
+ readonly pooled?: {
79
+ readonly host: string;
80
+ readonly port: number;
81
+ } | undefined;
82
+ };
83
+ readonly id: string;
84
+ readonly kind: "accelerate" | "postgres";
85
+ readonly name: string;
86
+ readonly type: string;
87
+ readonly url: string;
88
+ }[];
89
+ readonly pagination: {
90
+ readonly hasMore: boolean;
91
+ readonly nextCursor: string | null;
92
+ };
93
+ }, never, any>;
53
94
  //# sourceMappingURL=getV1Connections.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getV1Connections.d.ts","sourceRoot":"","sources":["../../src/operations/getV1Connections.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,qBAAqB;;;;EAIyB,CAAC;AAC5D,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmDlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,KAG1B,CAAC"}
1
+ {"version":3,"file":"getV1Connections.d.ts","sourceRoot":"","sources":["../../src/operations/getV1Connections.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,qBAAqB;;;;EAIyB,CAAC;AAC5D,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmDlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;GAIG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAG1B,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { NotFound, UnprocessableEntity } from "../errors";
2
3
  export declare const GetV1ConnectionsByIdInput: Schema.Struct<{
3
4
  readonly id: Schema.String;
4
5
  }>;
@@ -43,5 +44,40 @@ export type GetV1ConnectionsByIdOutput = typeof GetV1ConnectionsByIdOutput.Type;
43
44
  *
44
45
  * Returns the connection with the given ID.
45
46
  */
46
- export declare const getV1ConnectionsById: any;
47
+ export declare const getV1ConnectionsById: import("@distilled.cloud/core/client").OperationMethod<{
48
+ readonly id: string;
49
+ }, {
50
+ readonly data: {
51
+ readonly createdAt: string;
52
+ readonly database: {
53
+ readonly id: string;
54
+ readonly name: string;
55
+ readonly url: string;
56
+ };
57
+ readonly directConnection?: {
58
+ readonly host: string;
59
+ readonly pass: string;
60
+ readonly user: string;
61
+ } | null | undefined;
62
+ readonly endpoints: {
63
+ readonly accelerate?: {
64
+ readonly host: string;
65
+ readonly port: number;
66
+ } | undefined;
67
+ readonly direct?: {
68
+ readonly host: string;
69
+ readonly port: number;
70
+ } | undefined;
71
+ readonly pooled?: {
72
+ readonly host: string;
73
+ readonly port: number;
74
+ } | undefined;
75
+ };
76
+ readonly id: string;
77
+ readonly kind: "accelerate" | "postgres";
78
+ readonly name: string;
79
+ readonly type: string;
80
+ readonly url: string;
81
+ };
82
+ }, NotFound | UnprocessableEntity, any>;
47
83
  //# sourceMappingURL=getV1ConnectionsById.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getV1ConnectionsById.d.ts","sourceRoot":"","sources":["../../src/operations/getV1ConnectionsById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB;;EAG4B,CAAC;AACnE,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4CnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,KAKhC,CAAC"}
1
+ {"version":3,"file":"getV1ConnectionsById.d.ts","sourceRoot":"","sources":["../../src/operations/getV1ConnectionsById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAG1D,eAAO,MAAM,yBAAyB;;EAG4B,CAAC;AACnE,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4CnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCAMhC,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import * as Schema from "effect/Schema";
2
2
  import { API } from "../client";
3
3
  import * as T from "../traits";
4
+ import { NotFound, UnprocessableEntity } from "../errors";
4
5
  // Input Schema
5
6
  export const GetV1ConnectionsByIdInput =
6
7
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
@@ -51,5 +52,6 @@ export const GetV1ConnectionsByIdOutput =
51
52
  export const getV1ConnectionsById = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
52
53
  inputSchema: GetV1ConnectionsByIdInput,
53
54
  outputSchema: GetV1ConnectionsByIdOutput,
55
+ errors: [NotFound, UnprocessableEntity],
54
56
  }));
55
57
  //# sourceMappingURL=getV1ConnectionsById.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getV1ConnectionsById.js","sourceRoot":"","sources":["../../src/operations/getV1ConnectionsById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,yBAAyB;AACpC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CACtC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,sBAAsB,EAAE,CAAC,CAAC,CAAC;AAGnE,gBAAgB;AAChB,MAAM,CAAC,MAAM,0BAA0B;AACrC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,MAAM,CAAC,MAAM;QACjB,IAAI,EAAE,MAAM,CAAC,MAAM;QACnB,GAAG,EAAE,MAAM,CAAC,MAAM;QAClB,IAAI,EAAE,MAAM,CAAC,MAAM;QACnB,SAAS,EAAE,MAAM,CAAC,MAAM;QACxB,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;QACjD,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC;YACvB,MAAM,EAAE,MAAM,CAAC,QAAQ,CACrB,MAAM,CAAC,MAAM,CAAC;gBACZ,IAAI,EAAE,MAAM,CAAC,MAAM;gBACnB,IAAI,EAAE,MAAM,CAAC,MAAM;aACpB,CAAC,CACH;YACD,MAAM,EAAE,MAAM,CAAC,QAAQ,CACrB,MAAM,CAAC,MAAM,CAAC;gBACZ,IAAI,EAAE,MAAM,CAAC,MAAM;gBACnB,IAAI,EAAE,MAAM,CAAC,MAAM;aACpB,CAAC,CACH;YACD,UAAU,EAAE,MAAM,CAAC,QAAQ,CACzB,MAAM,CAAC,MAAM,CAAC;gBACZ,IAAI,EAAE,MAAM,CAAC,MAAM;gBACnB,IAAI,EAAE,MAAM,CAAC,MAAM;aACpB,CAAC,CACH;SACF,CAAC;QACF,gBAAgB,EAAE,MAAM,CAAC,QAAQ,CAC/B,MAAM,CAAC,MAAM,CACX,MAAM,CAAC,MAAM,CAAC;YACZ,IAAI,EAAE,MAAM,CAAC,MAAM;YACnB,IAAI,EAAE,MAAM,CAAC,MAAM;YACnB,IAAI,EAAE,MAAM,CAAC,MAAM;SACpB,CAAC,CACH,CACF;QACD,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC;YACtB,EAAE,EAAE,MAAM,CAAC,MAAM;YACjB,GAAG,EAAE,MAAM,CAAC,MAAM;YAClB,IAAI,EAAE,MAAM,CAAC,MAAM;SACpB,CAAC;KACH,CAAC;CACH,CAAC,CAAC;AAGL,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CACtE,GAAG,EAAE,CAAC,CAAC;IACL,WAAW,EAAE,yBAAyB;IACtC,YAAY,EAAE,0BAA0B;CACzC,CAAC,CACH,CAAC"}
1
+ {"version":3,"file":"getV1ConnectionsById.js","sourceRoot":"","sources":["../../src/operations/getV1ConnectionsById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAE1D,eAAe;AACf,MAAM,CAAC,MAAM,yBAAyB;AACpC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CACtC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,sBAAsB,EAAE,CAAC,CAAC,CAAC;AAGnE,gBAAgB;AAChB,MAAM,CAAC,MAAM,0BAA0B;AACrC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,MAAM,CAAC,MAAM;QACjB,IAAI,EAAE,MAAM,CAAC,MAAM;QACnB,GAAG,EAAE,MAAM,CAAC,MAAM;QAClB,IAAI,EAAE,MAAM,CAAC,MAAM;QACnB,SAAS,EAAE,MAAM,CAAC,MAAM;QACxB,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;QACjD,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC;YACvB,MAAM,EAAE,MAAM,CAAC,QAAQ,CACrB,MAAM,CAAC,MAAM,CAAC;gBACZ,IAAI,EAAE,MAAM,CAAC,MAAM;gBACnB,IAAI,EAAE,MAAM,CAAC,MAAM;aACpB,CAAC,CACH;YACD,MAAM,EAAE,MAAM,CAAC,QAAQ,CACrB,MAAM,CAAC,MAAM,CAAC;gBACZ,IAAI,EAAE,MAAM,CAAC,MAAM;gBACnB,IAAI,EAAE,MAAM,CAAC,MAAM;aACpB,CAAC,CACH;YACD,UAAU,EAAE,MAAM,CAAC,QAAQ,CACzB,MAAM,CAAC,MAAM,CAAC;gBACZ,IAAI,EAAE,MAAM,CAAC,MAAM;gBACnB,IAAI,EAAE,MAAM,CAAC,MAAM;aACpB,CAAC,CACH;SACF,CAAC;QACF,gBAAgB,EAAE,MAAM,CAAC,QAAQ,CAC/B,MAAM,CAAC,MAAM,CACX,MAAM,CAAC,MAAM,CAAC;YACZ,IAAI,EAAE,MAAM,CAAC,MAAM;YACnB,IAAI,EAAE,MAAM,CAAC,MAAM;YACnB,IAAI,EAAE,MAAM,CAAC,MAAM;SACpB,CAAC,CACH,CACF;QACD,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC;YACtB,EAAE,EAAE,MAAM,CAAC,MAAM;YACjB,GAAG,EAAE,MAAM,CAAC,MAAM;YAClB,IAAI,EAAE,MAAM,CAAC,MAAM;SACpB,CAAC;KACH,CAAC;CACH,CAAC,CAAC;AAGL,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CACtE,GAAG,EAAE,CAAC,CAAC;IACL,WAAW,EAAE,yBAAyB;IACtC,YAAY,EAAE,0BAA0B;IACxC,MAAM,EAAE,CAAC,QAAQ,EAAE,mBAAmB,CAAU;CACjD,CAAC,CACH,CAAC"}