@sap-ai-sdk/ai-api 0.1.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 (1349) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +168 -0
  3. package/dist/client/AI_CORE_API/application-api.d.ts +83 -0
  4. package/dist/client/AI_CORE_API/application-api.d.ts.map +1 -0
  5. package/dist/client/AI_CORE_API/application-api.js +91 -0
  6. package/dist/client/AI_CORE_API/application-api.js.map +1 -0
  7. package/dist/client/AI_CORE_API/artifact-api.d.ts +74 -0
  8. package/dist/client/AI_CORE_API/artifact-api.d.ts.map +1 -0
  9. package/dist/client/AI_CORE_API/artifact-api.js +62 -0
  10. package/dist/client/AI_CORE_API/artifact-api.js.map +1 -0
  11. package/dist/client/AI_CORE_API/configuration-api.d.ts +67 -0
  12. package/dist/client/AI_CORE_API/configuration-api.d.ts.map +1 -0
  13. package/dist/client/AI_CORE_API/configuration-api.js +61 -0
  14. package/dist/client/AI_CORE_API/configuration-api.js.map +1 -0
  15. package/dist/client/AI_CORE_API/deployment-api.d.ts +115 -0
  16. package/dist/client/AI_CORE_API/deployment-api.d.ts.map +1 -0
  17. package/dist/client/AI_CORE_API/deployment-api.js +110 -0
  18. package/dist/client/AI_CORE_API/deployment-api.js.map +1 -0
  19. package/dist/client/AI_CORE_API/docker-registry-secret-api.d.ts +65 -0
  20. package/dist/client/AI_CORE_API/docker-registry-secret-api.d.ts.map +1 -0
  21. package/dist/client/AI_CORE_API/docker-registry-secret-api.js +69 -0
  22. package/dist/client/AI_CORE_API/docker-registry-secret-api.js.map +1 -0
  23. package/dist/client/AI_CORE_API/executable-api.d.ts +34 -0
  24. package/dist/client/AI_CORE_API/executable-api.d.ts.map +1 -0
  25. package/dist/client/AI_CORE_API/executable-api.js +39 -0
  26. package/dist/client/AI_CORE_API/executable-api.js.map +1 -0
  27. package/dist/client/AI_CORE_API/execution-api.d.ts +112 -0
  28. package/dist/client/AI_CORE_API/execution-api.d.ts.map +1 -0
  29. package/dist/client/AI_CORE_API/execution-api.js +105 -0
  30. package/dist/client/AI_CORE_API/execution-api.js.map +1 -0
  31. package/dist/client/AI_CORE_API/execution-schedule-api.d.ts +77 -0
  32. package/dist/client/AI_CORE_API/execution-schedule-api.d.ts.map +1 -0
  33. package/dist/client/AI_CORE_API/execution-schedule-api.js +80 -0
  34. package/dist/client/AI_CORE_API/execution-schedule-api.js.map +1 -0
  35. package/dist/client/AI_CORE_API/file-api.d.ts +56 -0
  36. package/dist/client/AI_CORE_API/file-api.d.ts.map +1 -0
  37. package/dist/client/AI_CORE_API/file-api.js +63 -0
  38. package/dist/client/AI_CORE_API/file-api.js.map +1 -0
  39. package/dist/client/AI_CORE_API/index.d.ts +23 -0
  40. package/dist/client/AI_CORE_API/index.d.ts.map +1 -0
  41. package/dist/client/AI_CORE_API/index.js +28 -0
  42. package/dist/client/AI_CORE_API/index.js.map +1 -0
  43. package/dist/client/AI_CORE_API/kpi-api.d.ts +19 -0
  44. package/dist/client/AI_CORE_API/kpi-api.d.ts.map +1 -0
  45. package/dist/client/AI_CORE_API/kpi-api.js +23 -0
  46. package/dist/client/AI_CORE_API/kpi-api.js.map +1 -0
  47. package/dist/client/AI_CORE_API/meta-api.d.ts +14 -0
  48. package/dist/client/AI_CORE_API/meta-api.d.ts.map +1 -0
  49. package/dist/client/AI_CORE_API/meta-api.js +18 -0
  50. package/dist/client/AI_CORE_API/meta-api.js.map +1 -0
  51. package/dist/client/AI_CORE_API/metrics-api.d.ts +46 -0
  52. package/dist/client/AI_CORE_API/metrics-api.d.ts.map +1 -0
  53. package/dist/client/AI_CORE_API/metrics-api.js +47 -0
  54. package/dist/client/AI_CORE_API/metrics-api.js.map +1 -0
  55. package/dist/client/AI_CORE_API/model-api.d.ts +15 -0
  56. package/dist/client/AI_CORE_API/model-api.d.ts.map +1 -0
  57. package/dist/client/AI_CORE_API/model-api.js +21 -0
  58. package/dist/client/AI_CORE_API/model-api.js.map +1 -0
  59. package/dist/client/AI_CORE_API/object-store-secret-api.d.ts +70 -0
  60. package/dist/client/AI_CORE_API/object-store-secret-api.d.ts.map +1 -0
  61. package/dist/client/AI_CORE_API/object-store-secret-api.js +71 -0
  62. package/dist/client/AI_CORE_API/object-store-secret-api.js.map +1 -0
  63. package/dist/client/AI_CORE_API/repository-api.d.ts +60 -0
  64. package/dist/client/AI_CORE_API/repository-api.d.ts.map +1 -0
  65. package/dist/client/AI_CORE_API/repository-api.js +66 -0
  66. package/dist/client/AI_CORE_API/repository-api.js.map +1 -0
  67. package/dist/client/AI_CORE_API/resource-api.d.ts +26 -0
  68. package/dist/client/AI_CORE_API/resource-api.d.ts.map +1 -0
  69. package/dist/client/AI_CORE_API/resource-api.js +31 -0
  70. package/dist/client/AI_CORE_API/resource-api.js.map +1 -0
  71. package/dist/client/AI_CORE_API/resource-group-api.d.ts +67 -0
  72. package/dist/client/AI_CORE_API/resource-group-api.d.ts.map +1 -0
  73. package/dist/client/AI_CORE_API/resource-group-api.js +70 -0
  74. package/dist/client/AI_CORE_API/resource-group-api.js.map +1 -0
  75. package/dist/client/AI_CORE_API/resource-quota-api.d.ts +75 -0
  76. package/dist/client/AI_CORE_API/resource-quota-api.d.ts.map +1 -0
  77. package/dist/client/AI_CORE_API/resource-quota-api.js +73 -0
  78. package/dist/client/AI_CORE_API/resource-quota-api.js.map +1 -0
  79. package/dist/client/AI_CORE_API/scenario-api.d.ts +40 -0
  80. package/dist/client/AI_CORE_API/scenario-api.d.ts.map +1 -0
  81. package/dist/client/AI_CORE_API/scenario-api.js +45 -0
  82. package/dist/client/AI_CORE_API/scenario-api.js.map +1 -0
  83. package/dist/client/AI_CORE_API/schema/ai-api-error-with-id.d.ts +10 -0
  84. package/dist/client/AI_CORE_API/schema/ai-api-error-with-id.d.ts.map +1 -0
  85. package/dist/client/AI_CORE_API/schema/ai-api-error-with-id.js +2 -0
  86. package/dist/client/AI_CORE_API/schema/ai-api-error-with-id.js.map +1 -0
  87. package/dist/client/AI_CORE_API/schema/ai-api-error.d.ts +26 -0
  88. package/dist/client/AI_CORE_API/schema/ai-api-error.d.ts.map +1 -0
  89. package/dist/client/AI_CORE_API/schema/ai-api-error.js +7 -0
  90. package/dist/client/AI_CORE_API/schema/ai-api-error.js.map +1 -0
  91. package/dist/client/AI_CORE_API/schema/ai-artifact-argument-binding-list.d.ts +7 -0
  92. package/dist/client/AI_CORE_API/schema/ai-artifact-argument-binding-list.d.ts.map +1 -0
  93. package/dist/client/AI_CORE_API/schema/ai-artifact-argument-binding-list.js +2 -0
  94. package/dist/client/AI_CORE_API/schema/ai-artifact-argument-binding-list.js.map +1 -0
  95. package/dist/client/AI_CORE_API/schema/ai-artifact-argument-binding.d.ts +14 -0
  96. package/dist/client/AI_CORE_API/schema/ai-artifact-argument-binding.d.ts.map +1 -0
  97. package/dist/client/AI_CORE_API/schema/ai-artifact-argument-binding.js +2 -0
  98. package/dist/client/AI_CORE_API/schema/ai-artifact-argument-binding.js.map +1 -0
  99. package/dist/client/AI_CORE_API/schema/ai-artifact-array.d.ts +6 -0
  100. package/dist/client/AI_CORE_API/schema/ai-artifact-array.d.ts.map +1 -0
  101. package/dist/client/AI_CORE_API/schema/ai-artifact-array.js +2 -0
  102. package/dist/client/AI_CORE_API/schema/ai-artifact-array.js.map +1 -0
  103. package/dist/client/AI_CORE_API/schema/ai-artifact-creation-response-message.d.ts +6 -0
  104. package/dist/client/AI_CORE_API/schema/ai-artifact-creation-response-message.d.ts.map +1 -0
  105. package/dist/client/AI_CORE_API/schema/ai-artifact-creation-response-message.js +7 -0
  106. package/dist/client/AI_CORE_API/schema/ai-artifact-creation-response-message.js.map +1 -0
  107. package/dist/client/AI_CORE_API/schema/ai-artifact-creation-response.d.ts +12 -0
  108. package/dist/client/AI_CORE_API/schema/ai-artifact-creation-response.d.ts.map +1 -0
  109. package/dist/client/AI_CORE_API/schema/ai-artifact-creation-response.js +2 -0
  110. package/dist/client/AI_CORE_API/schema/ai-artifact-creation-response.js.map +1 -0
  111. package/dist/client/AI_CORE_API/schema/ai-artifact-description.d.ts +6 -0
  112. package/dist/client/AI_CORE_API/schema/ai-artifact-description.d.ts.map +1 -0
  113. package/dist/client/AI_CORE_API/schema/ai-artifact-description.js +7 -0
  114. package/dist/client/AI_CORE_API/schema/ai-artifact-description.js.map +1 -0
  115. package/dist/client/AI_CORE_API/schema/ai-artifact-id.d.ts +7 -0
  116. package/dist/client/AI_CORE_API/schema/ai-artifact-id.d.ts.map +1 -0
  117. package/dist/client/AI_CORE_API/schema/ai-artifact-id.js +7 -0
  118. package/dist/client/AI_CORE_API/schema/ai-artifact-id.js.map +1 -0
  119. package/dist/client/AI_CORE_API/schema/ai-artifact-list.d.ts +12 -0
  120. package/dist/client/AI_CORE_API/schema/ai-artifact-list.d.ts.map +1 -0
  121. package/dist/client/AI_CORE_API/schema/ai-artifact-list.js +2 -0
  122. package/dist/client/AI_CORE_API/schema/ai-artifact-list.js.map +1 -0
  123. package/dist/client/AI_CORE_API/schema/ai-artifact-name.d.ts +7 -0
  124. package/dist/client/AI_CORE_API/schema/ai-artifact-name.d.ts.map +1 -0
  125. package/dist/client/AI_CORE_API/schema/ai-artifact-name.js +7 -0
  126. package/dist/client/AI_CORE_API/schema/ai-artifact-name.js.map +1 -0
  127. package/dist/client/AI_CORE_API/schema/ai-artifact-post-data.d.ts +21 -0
  128. package/dist/client/AI_CORE_API/schema/ai-artifact-post-data.d.ts.map +1 -0
  129. package/dist/client/AI_CORE_API/schema/ai-artifact-post-data.js +2 -0
  130. package/dist/client/AI_CORE_API/schema/ai-artifact-post-data.js.map +1 -0
  131. package/dist/client/AI_CORE_API/schema/ai-artifact-url.d.ts +9 -0
  132. package/dist/client/AI_CORE_API/schema/ai-artifact-url.d.ts.map +1 -0
  133. package/dist/client/AI_CORE_API/schema/ai-artifact-url.js +7 -0
  134. package/dist/client/AI_CORE_API/schema/ai-artifact-url.js.map +1 -0
  135. package/dist/client/AI_CORE_API/schema/ai-artifact.d.ts +38 -0
  136. package/dist/client/AI_CORE_API/schema/ai-artifact.d.ts.map +1 -0
  137. package/dist/client/AI_CORE_API/schema/ai-artifact.js +2 -0
  138. package/dist/client/AI_CORE_API/schema/ai-artifact.js.map +1 -0
  139. package/dist/client/AI_CORE_API/schema/ai-backend-details.d.ts +5 -0
  140. package/dist/client/AI_CORE_API/schema/ai-backend-details.d.ts.map +1 -0
  141. package/dist/client/AI_CORE_API/schema/ai-backend-details.js +7 -0
  142. package/dist/client/AI_CORE_API/schema/ai-backend-details.js.map +1 -0
  143. package/dist/client/AI_CORE_API/schema/ai-configuration-base-data.d.ts +16 -0
  144. package/dist/client/AI_CORE_API/schema/ai-configuration-base-data.d.ts.map +1 -0
  145. package/dist/client/AI_CORE_API/schema/ai-configuration-base-data.js +2 -0
  146. package/dist/client/AI_CORE_API/schema/ai-configuration-base-data.js.map +1 -0
  147. package/dist/client/AI_CORE_API/schema/ai-configuration-creation-response-message.d.ts +6 -0
  148. package/dist/client/AI_CORE_API/schema/ai-configuration-creation-response-message.d.ts.map +1 -0
  149. package/dist/client/AI_CORE_API/schema/ai-configuration-creation-response-message.js +7 -0
  150. package/dist/client/AI_CORE_API/schema/ai-configuration-creation-response-message.js.map +1 -0
  151. package/dist/client/AI_CORE_API/schema/ai-configuration-creation-response.d.ts +10 -0
  152. package/dist/client/AI_CORE_API/schema/ai-configuration-creation-response.d.ts.map +1 -0
  153. package/dist/client/AI_CORE_API/schema/ai-configuration-creation-response.js +2 -0
  154. package/dist/client/AI_CORE_API/schema/ai-configuration-creation-response.js.map +1 -0
  155. package/dist/client/AI_CORE_API/schema/ai-configuration-id.d.ts +7 -0
  156. package/dist/client/AI_CORE_API/schema/ai-configuration-id.d.ts.map +1 -0
  157. package/dist/client/AI_CORE_API/schema/ai-configuration-id.js +7 -0
  158. package/dist/client/AI_CORE_API/schema/ai-configuration-id.js.map +1 -0
  159. package/dist/client/AI_CORE_API/schema/ai-configuration-list.d.ts +12 -0
  160. package/dist/client/AI_CORE_API/schema/ai-configuration-list.d.ts.map +1 -0
  161. package/dist/client/AI_CORE_API/schema/ai-configuration-list.js +2 -0
  162. package/dist/client/AI_CORE_API/schema/ai-configuration-list.js.map +1 -0
  163. package/dist/client/AI_CORE_API/schema/ai-configuration-name.d.ts +7 -0
  164. package/dist/client/AI_CORE_API/schema/ai-configuration-name.d.ts.map +1 -0
  165. package/dist/client/AI_CORE_API/schema/ai-configuration-name.js +7 -0
  166. package/dist/client/AI_CORE_API/schema/ai-configuration-name.js.map +1 -0
  167. package/dist/client/AI_CORE_API/schema/ai-configuration.d.ts +24 -0
  168. package/dist/client/AI_CORE_API/schema/ai-configuration.d.ts.map +1 -0
  169. package/dist/client/AI_CORE_API/schema/ai-configuration.js +2 -0
  170. package/dist/client/AI_CORE_API/schema/ai-configuration.js.map +1 -0
  171. package/dist/client/AI_CORE_API/schema/ai-creation-response-message.d.ts +6 -0
  172. package/dist/client/AI_CORE_API/schema/ai-creation-response-message.d.ts.map +1 -0
  173. package/dist/client/AI_CORE_API/schema/ai-creation-response-message.js +7 -0
  174. package/dist/client/AI_CORE_API/schema/ai-creation-response-message.js.map +1 -0
  175. package/dist/client/AI_CORE_API/schema/ai-cron.d.ts +6 -0
  176. package/dist/client/AI_CORE_API/schema/ai-cron.d.ts.map +1 -0
  177. package/dist/client/AI_CORE_API/schema/ai-cron.js +7 -0
  178. package/dist/client/AI_CORE_API/schema/ai-cron.js.map +1 -0
  179. package/dist/client/AI_CORE_API/schema/ai-deployment-bulk-modification-request.d.ts +8 -0
  180. package/dist/client/AI_CORE_API/schema/ai-deployment-bulk-modification-request.d.ts.map +1 -0
  181. package/dist/client/AI_CORE_API/schema/ai-deployment-bulk-modification-request.js +2 -0
  182. package/dist/client/AI_CORE_API/schema/ai-deployment-bulk-modification-request.js.map +1 -0
  183. package/dist/client/AI_CORE_API/schema/ai-deployment-bulk-modification-response.d.ts +8 -0
  184. package/dist/client/AI_CORE_API/schema/ai-deployment-bulk-modification-response.d.ts.map +1 -0
  185. package/dist/client/AI_CORE_API/schema/ai-deployment-bulk-modification-response.js +2 -0
  186. package/dist/client/AI_CORE_API/schema/ai-deployment-bulk-modification-response.js.map +1 -0
  187. package/dist/client/AI_CORE_API/schema/ai-deployment-creation-request.d.ts +10 -0
  188. package/dist/client/AI_CORE_API/schema/ai-deployment-creation-request.d.ts.map +1 -0
  189. package/dist/client/AI_CORE_API/schema/ai-deployment-creation-request.js +2 -0
  190. package/dist/client/AI_CORE_API/schema/ai-deployment-creation-request.js.map +1 -0
  191. package/dist/client/AI_CORE_API/schema/ai-deployment-creation-response-message.d.ts +6 -0
  192. package/dist/client/AI_CORE_API/schema/ai-deployment-creation-response-message.d.ts.map +1 -0
  193. package/dist/client/AI_CORE_API/schema/ai-deployment-creation-response-message.js +7 -0
  194. package/dist/client/AI_CORE_API/schema/ai-deployment-creation-response-message.js.map +1 -0
  195. package/dist/client/AI_CORE_API/schema/ai-deployment-creation-response.d.ts +16 -0
  196. package/dist/client/AI_CORE_API/schema/ai-deployment-creation-response.d.ts.map +1 -0
  197. package/dist/client/AI_CORE_API/schema/ai-deployment-creation-response.js +2 -0
  198. package/dist/client/AI_CORE_API/schema/ai-deployment-creation-response.js.map +1 -0
  199. package/dist/client/AI_CORE_API/schema/ai-deployment-deletion-response-message.d.ts +6 -0
  200. package/dist/client/AI_CORE_API/schema/ai-deployment-deletion-response-message.d.ts.map +1 -0
  201. package/dist/client/AI_CORE_API/schema/ai-deployment-deletion-response-message.js +7 -0
  202. package/dist/client/AI_CORE_API/schema/ai-deployment-deletion-response-message.js.map +1 -0
  203. package/dist/client/AI_CORE_API/schema/ai-deployment-deletion-response.d.ts +10 -0
  204. package/dist/client/AI_CORE_API/schema/ai-deployment-deletion-response.d.ts.map +1 -0
  205. package/dist/client/AI_CORE_API/schema/ai-deployment-deletion-response.js +2 -0
  206. package/dist/client/AI_CORE_API/schema/ai-deployment-deletion-response.js.map +1 -0
  207. package/dist/client/AI_CORE_API/schema/ai-deployment-details.d.ts +12 -0
  208. package/dist/client/AI_CORE_API/schema/ai-deployment-details.d.ts.map +1 -0
  209. package/dist/client/AI_CORE_API/schema/ai-deployment-details.js +2 -0
  210. package/dist/client/AI_CORE_API/schema/ai-deployment-details.js.map +1 -0
  211. package/dist/client/AI_CORE_API/schema/ai-deployment-id.d.ts +7 -0
  212. package/dist/client/AI_CORE_API/schema/ai-deployment-id.d.ts.map +1 -0
  213. package/dist/client/AI_CORE_API/schema/ai-deployment-id.js +7 -0
  214. package/dist/client/AI_CORE_API/schema/ai-deployment-id.js.map +1 -0
  215. package/dist/client/AI_CORE_API/schema/ai-deployment-list.d.ts +12 -0
  216. package/dist/client/AI_CORE_API/schema/ai-deployment-list.d.ts.map +1 -0
  217. package/dist/client/AI_CORE_API/schema/ai-deployment-list.js +2 -0
  218. package/dist/client/AI_CORE_API/schema/ai-deployment-list.js.map +1 -0
  219. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-list.d.ts +18 -0
  220. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-list.d.ts.map +1 -0
  221. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-list.js +2 -0
  222. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-list.js.map +1 -0
  223. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-with-identifier.d.ts +12 -0
  224. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-with-identifier.d.ts.map +1 -0
  225. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-with-identifier.js +2 -0
  226. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request-with-identifier.js.map +1 -0
  227. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request.d.ts +10 -0
  228. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request.d.ts.map +1 -0
  229. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request.js +2 -0
  230. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-request.js.map +1 -0
  231. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response-list.d.ts +7 -0
  232. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response-list.d.ts.map +1 -0
  233. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response-list.js +2 -0
  234. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response-list.js.map +1 -0
  235. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response-message.d.ts +6 -0
  236. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response-message.d.ts.map +1 -0
  237. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response-message.js +7 -0
  238. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response-message.js.map +1 -0
  239. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response.d.ts +10 -0
  240. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response.d.ts.map +1 -0
  241. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response.js +2 -0
  242. package/dist/client/AI_CORE_API/schema/ai-deployment-modification-response.js.map +1 -0
  243. package/dist/client/AI_CORE_API/schema/ai-deployment-response-with-details.d.ts +65 -0
  244. package/dist/client/AI_CORE_API/schema/ai-deployment-response-with-details.d.ts.map +1 -0
  245. package/dist/client/AI_CORE_API/schema/ai-deployment-response-with-details.js +2 -0
  246. package/dist/client/AI_CORE_API/schema/ai-deployment-response-with-details.js.map +1 -0
  247. package/dist/client/AI_CORE_API/schema/ai-deployment-status-details.d.ts +5 -0
  248. package/dist/client/AI_CORE_API/schema/ai-deployment-status-details.d.ts.map +1 -0
  249. package/dist/client/AI_CORE_API/schema/ai-deployment-status-details.js +7 -0
  250. package/dist/client/AI_CORE_API/schema/ai-deployment-status-details.js.map +1 -0
  251. package/dist/client/AI_CORE_API/schema/ai-deployment-status-message.d.ts +6 -0
  252. package/dist/client/AI_CORE_API/schema/ai-deployment-status-message.d.ts.map +1 -0
  253. package/dist/client/AI_CORE_API/schema/ai-deployment-status-message.js +7 -0
  254. package/dist/client/AI_CORE_API/schema/ai-deployment-status-message.js.map +1 -0
  255. package/dist/client/AI_CORE_API/schema/ai-deployment-status.d.ts +6 -0
  256. package/dist/client/AI_CORE_API/schema/ai-deployment-status.d.ts.map +1 -0
  257. package/dist/client/AI_CORE_API/schema/ai-deployment-status.js +7 -0
  258. package/dist/client/AI_CORE_API/schema/ai-deployment-status.js.map +1 -0
  259. package/dist/client/AI_CORE_API/schema/ai-deployment-target-status.d.ts +6 -0
  260. package/dist/client/AI_CORE_API/schema/ai-deployment-target-status.d.ts.map +1 -0
  261. package/dist/client/AI_CORE_API/schema/ai-deployment-target-status.js +7 -0
  262. package/dist/client/AI_CORE_API/schema/ai-deployment-target-status.js.map +1 -0
  263. package/dist/client/AI_CORE_API/schema/ai-deployment-time-to-live.d.ts +7 -0
  264. package/dist/client/AI_CORE_API/schema/ai-deployment-time-to-live.d.ts.map +1 -0
  265. package/dist/client/AI_CORE_API/schema/ai-deployment-time-to-live.js +7 -0
  266. package/dist/client/AI_CORE_API/schema/ai-deployment-time-to-live.js.map +1 -0
  267. package/dist/client/AI_CORE_API/schema/ai-deployment-url.d.ts +6 -0
  268. package/dist/client/AI_CORE_API/schema/ai-deployment-url.d.ts.map +1 -0
  269. package/dist/client/AI_CORE_API/schema/ai-deployment-url.js +7 -0
  270. package/dist/client/AI_CORE_API/schema/ai-deployment-url.js.map +1 -0
  271. package/dist/client/AI_CORE_API/schema/ai-deployment.d.ts +63 -0
  272. package/dist/client/AI_CORE_API/schema/ai-deployment.d.ts.map +1 -0
  273. package/dist/client/AI_CORE_API/schema/ai-deployment.js +2 -0
  274. package/dist/client/AI_CORE_API/schema/ai-deployment.js.map +1 -0
  275. package/dist/client/AI_CORE_API/schema/ai-enactment-creation-request.d.ts +8 -0
  276. package/dist/client/AI_CORE_API/schema/ai-enactment-creation-request.d.ts.map +1 -0
  277. package/dist/client/AI_CORE_API/schema/ai-enactment-creation-request.js +2 -0
  278. package/dist/client/AI_CORE_API/schema/ai-enactment-creation-request.js.map +1 -0
  279. package/dist/client/AI_CORE_API/schema/ai-executable-artifact-list.d.ts +6 -0
  280. package/dist/client/AI_CORE_API/schema/ai-executable-artifact-list.d.ts.map +1 -0
  281. package/dist/client/AI_CORE_API/schema/ai-executable-artifact-list.js +2 -0
  282. package/dist/client/AI_CORE_API/schema/ai-executable-artifact-list.js.map +1 -0
  283. package/dist/client/AI_CORE_API/schema/ai-executable-artifact.d.ts +20 -0
  284. package/dist/client/AI_CORE_API/schema/ai-executable-artifact.d.ts.map +1 -0
  285. package/dist/client/AI_CORE_API/schema/ai-executable-artifact.js +2 -0
  286. package/dist/client/AI_CORE_API/schema/ai-executable-artifact.js.map +1 -0
  287. package/dist/client/AI_CORE_API/schema/ai-executable-id.d.ts +7 -0
  288. package/dist/client/AI_CORE_API/schema/ai-executable-id.d.ts.map +1 -0
  289. package/dist/client/AI_CORE_API/schema/ai-executable-id.js +7 -0
  290. package/dist/client/AI_CORE_API/schema/ai-executable-id.js.map +1 -0
  291. package/dist/client/AI_CORE_API/schema/ai-executable-list.d.ts +12 -0
  292. package/dist/client/AI_CORE_API/schema/ai-executable-list.d.ts.map +1 -0
  293. package/dist/client/AI_CORE_API/schema/ai-executable-list.js +2 -0
  294. package/dist/client/AI_CORE_API/schema/ai-executable-list.js.map +1 -0
  295. package/dist/client/AI_CORE_API/schema/ai-executable-parameter-list.d.ts +6 -0
  296. package/dist/client/AI_CORE_API/schema/ai-executable-parameter-list.d.ts.map +1 -0
  297. package/dist/client/AI_CORE_API/schema/ai-executable-parameter-list.js +2 -0
  298. package/dist/client/AI_CORE_API/schema/ai-executable-parameter-list.js.map +1 -0
  299. package/dist/client/AI_CORE_API/schema/ai-executable-parameter.d.ts +22 -0
  300. package/dist/client/AI_CORE_API/schema/ai-executable-parameter.d.ts.map +1 -0
  301. package/dist/client/AI_CORE_API/schema/ai-executable-parameter.js +7 -0
  302. package/dist/client/AI_CORE_API/schema/ai-executable-parameter.js.map +1 -0
  303. package/dist/client/AI_CORE_API/schema/ai-executable.d.ts +42 -0
  304. package/dist/client/AI_CORE_API/schema/ai-executable.d.ts.map +1 -0
  305. package/dist/client/AI_CORE_API/schema/ai-executable.js +2 -0
  306. package/dist/client/AI_CORE_API/schema/ai-executable.js.map +1 -0
  307. package/dist/client/AI_CORE_API/schema/ai-execution-bulk-modification-request.d.ts +8 -0
  308. package/dist/client/AI_CORE_API/schema/ai-execution-bulk-modification-request.d.ts.map +1 -0
  309. package/dist/client/AI_CORE_API/schema/ai-execution-bulk-modification-request.js +2 -0
  310. package/dist/client/AI_CORE_API/schema/ai-execution-bulk-modification-request.js.map +1 -0
  311. package/dist/client/AI_CORE_API/schema/ai-execution-bulk-modification-response.d.ts +8 -0
  312. package/dist/client/AI_CORE_API/schema/ai-execution-bulk-modification-response.d.ts.map +1 -0
  313. package/dist/client/AI_CORE_API/schema/ai-execution-bulk-modification-response.js +2 -0
  314. package/dist/client/AI_CORE_API/schema/ai-execution-bulk-modification-response.js.map +1 -0
  315. package/dist/client/AI_CORE_API/schema/ai-execution-creation-response-message.d.ts +6 -0
  316. package/dist/client/AI_CORE_API/schema/ai-execution-creation-response-message.d.ts.map +1 -0
  317. package/dist/client/AI_CORE_API/schema/ai-execution-creation-response-message.js +7 -0
  318. package/dist/client/AI_CORE_API/schema/ai-execution-creation-response-message.js.map +1 -0
  319. package/dist/client/AI_CORE_API/schema/ai-execution-creation-response.d.ts +12 -0
  320. package/dist/client/AI_CORE_API/schema/ai-execution-creation-response.d.ts.map +1 -0
  321. package/dist/client/AI_CORE_API/schema/ai-execution-creation-response.js +2 -0
  322. package/dist/client/AI_CORE_API/schema/ai-execution-creation-response.js.map +1 -0
  323. package/dist/client/AI_CORE_API/schema/ai-execution-deletion-response-message.d.ts +6 -0
  324. package/dist/client/AI_CORE_API/schema/ai-execution-deletion-response-message.d.ts.map +1 -0
  325. package/dist/client/AI_CORE_API/schema/ai-execution-deletion-response-message.js +7 -0
  326. package/dist/client/AI_CORE_API/schema/ai-execution-deletion-response-message.js.map +1 -0
  327. package/dist/client/AI_CORE_API/schema/ai-execution-deletion-response.d.ts +10 -0
  328. package/dist/client/AI_CORE_API/schema/ai-execution-deletion-response.d.ts.map +1 -0
  329. package/dist/client/AI_CORE_API/schema/ai-execution-deletion-response.js +2 -0
  330. package/dist/client/AI_CORE_API/schema/ai-execution-deletion-response.js.map +1 -0
  331. package/dist/client/AI_CORE_API/schema/ai-execution-id.d.ts +7 -0
  332. package/dist/client/AI_CORE_API/schema/ai-execution-id.d.ts.map +1 -0
  333. package/dist/client/AI_CORE_API/schema/ai-execution-id.js +7 -0
  334. package/dist/client/AI_CORE_API/schema/ai-execution-id.js.map +1 -0
  335. package/dist/client/AI_CORE_API/schema/ai-execution-list.d.ts +12 -0
  336. package/dist/client/AI_CORE_API/schema/ai-execution-list.d.ts.map +1 -0
  337. package/dist/client/AI_CORE_API/schema/ai-execution-list.js +2 -0
  338. package/dist/client/AI_CORE_API/schema/ai-execution-list.js.map +1 -0
  339. package/dist/client/AI_CORE_API/schema/ai-execution-modification-request-list.d.ts +18 -0
  340. package/dist/client/AI_CORE_API/schema/ai-execution-modification-request-list.d.ts.map +1 -0
  341. package/dist/client/AI_CORE_API/schema/ai-execution-modification-request-list.js +2 -0
  342. package/dist/client/AI_CORE_API/schema/ai-execution-modification-request-list.js.map +1 -0
  343. package/dist/client/AI_CORE_API/schema/ai-execution-modification-request-with-identifier.d.ts +12 -0
  344. package/dist/client/AI_CORE_API/schema/ai-execution-modification-request-with-identifier.d.ts.map +1 -0
  345. package/dist/client/AI_CORE_API/schema/ai-execution-modification-request-with-identifier.js +2 -0
  346. package/dist/client/AI_CORE_API/schema/ai-execution-modification-request-with-identifier.js.map +1 -0
  347. package/dist/client/AI_CORE_API/schema/ai-execution-modification-request.d.ts +10 -0
  348. package/dist/client/AI_CORE_API/schema/ai-execution-modification-request.d.ts.map +1 -0
  349. package/dist/client/AI_CORE_API/schema/ai-execution-modification-request.js +7 -0
  350. package/dist/client/AI_CORE_API/schema/ai-execution-modification-request.js.map +1 -0
  351. package/dist/client/AI_CORE_API/schema/ai-execution-modification-response-list.d.ts +7 -0
  352. package/dist/client/AI_CORE_API/schema/ai-execution-modification-response-list.d.ts.map +1 -0
  353. package/dist/client/AI_CORE_API/schema/ai-execution-modification-response-list.js +2 -0
  354. package/dist/client/AI_CORE_API/schema/ai-execution-modification-response-list.js.map +1 -0
  355. package/dist/client/AI_CORE_API/schema/ai-execution-modification-response-message.d.ts +6 -0
  356. package/dist/client/AI_CORE_API/schema/ai-execution-modification-response-message.d.ts.map +1 -0
  357. package/dist/client/AI_CORE_API/schema/ai-execution-modification-response-message.js +7 -0
  358. package/dist/client/AI_CORE_API/schema/ai-execution-modification-response-message.js.map +1 -0
  359. package/dist/client/AI_CORE_API/schema/ai-execution-modification-response.d.ts +10 -0
  360. package/dist/client/AI_CORE_API/schema/ai-execution-modification-response.d.ts.map +1 -0
  361. package/dist/client/AI_CORE_API/schema/ai-execution-modification-response.js +2 -0
  362. package/dist/client/AI_CORE_API/schema/ai-execution-modification-response.js.map +1 -0
  363. package/dist/client/AI_CORE_API/schema/ai-execution-response-with-details.d.ts +54 -0
  364. package/dist/client/AI_CORE_API/schema/ai-execution-response-with-details.d.ts.map +1 -0
  365. package/dist/client/AI_CORE_API/schema/ai-execution-response-with-details.js +2 -0
  366. package/dist/client/AI_CORE_API/schema/ai-execution-response-with-details.js.map +1 -0
  367. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-data.d.ts +25 -0
  368. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-data.d.ts.map +1 -0
  369. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-data.js +2 -0
  370. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-data.js.map +1 -0
  371. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-response-message.d.ts +6 -0
  372. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-response-message.d.ts.map +1 -0
  373. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-response-message.js +7 -0
  374. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-response-message.js.map +1 -0
  375. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-response.d.ts +10 -0
  376. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-response.d.ts.map +1 -0
  377. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-response.js +2 -0
  378. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-creation-response.js.map +1 -0
  379. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-deletion-response-message.d.ts +6 -0
  380. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-deletion-response-message.d.ts.map +1 -0
  381. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-deletion-response-message.js +7 -0
  382. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-deletion-response-message.js.map +1 -0
  383. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-deletion-response.d.ts +10 -0
  384. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-deletion-response.d.ts.map +1 -0
  385. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-deletion-response.js +2 -0
  386. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-deletion-response.js.map +1 -0
  387. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-id.d.ts +7 -0
  388. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-id.d.ts.map +1 -0
  389. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-id.js +7 -0
  390. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-id.js.map +1 -0
  391. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-list.d.ts +12 -0
  392. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-list.d.ts.map +1 -0
  393. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-list.js +2 -0
  394. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-list.js.map +1 -0
  395. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-request.d.ts +22 -0
  396. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-request.d.ts.map +1 -0
  397. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-request.js +2 -0
  398. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-request.js.map +1 -0
  399. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-response-message.d.ts +6 -0
  400. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-response-message.d.ts.map +1 -0
  401. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-response-message.js +7 -0
  402. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-response-message.js.map +1 -0
  403. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-response.d.ts +10 -0
  404. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-response.d.ts.map +1 -0
  405. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-response.js +2 -0
  406. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-modification-response.js.map +1 -0
  407. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-status.d.ts +6 -0
  408. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-status.d.ts.map +1 -0
  409. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-status.js +7 -0
  410. package/dist/client/AI_CORE_API/schema/ai-execution-schedule-status.js.map +1 -0
  411. package/dist/client/AI_CORE_API/schema/ai-execution-schedule.d.ts +39 -0
  412. package/dist/client/AI_CORE_API/schema/ai-execution-schedule.d.ts.map +1 -0
  413. package/dist/client/AI_CORE_API/schema/ai-execution-schedule.js +2 -0
  414. package/dist/client/AI_CORE_API/schema/ai-execution-schedule.js.map +1 -0
  415. package/dist/client/AI_CORE_API/schema/ai-execution-status-details.d.ts +5 -0
  416. package/dist/client/AI_CORE_API/schema/ai-execution-status-details.d.ts.map +1 -0
  417. package/dist/client/AI_CORE_API/schema/ai-execution-status-details.js +7 -0
  418. package/dist/client/AI_CORE_API/schema/ai-execution-status-details.js.map +1 -0
  419. package/dist/client/AI_CORE_API/schema/ai-execution-status-message.d.ts +6 -0
  420. package/dist/client/AI_CORE_API/schema/ai-execution-status-message.d.ts.map +1 -0
  421. package/dist/client/AI_CORE_API/schema/ai-execution-status-message.js +7 -0
  422. package/dist/client/AI_CORE_API/schema/ai-execution-status-message.js.map +1 -0
  423. package/dist/client/AI_CORE_API/schema/ai-execution-status.d.ts +6 -0
  424. package/dist/client/AI_CORE_API/schema/ai-execution-status.d.ts.map +1 -0
  425. package/dist/client/AI_CORE_API/schema/ai-execution-status.js +7 -0
  426. package/dist/client/AI_CORE_API/schema/ai-execution-status.js.map +1 -0
  427. package/dist/client/AI_CORE_API/schema/ai-execution.d.ts +52 -0
  428. package/dist/client/AI_CORE_API/schema/ai-execution.d.ts.map +1 -0
  429. package/dist/client/AI_CORE_API/schema/ai-execution.js +2 -0
  430. package/dist/client/AI_CORE_API/schema/ai-execution.js.map +1 -0
  431. package/dist/client/AI_CORE_API/schema/ai-id.d.ts +7 -0
  432. package/dist/client/AI_CORE_API/schema/ai-id.d.ts.map +1 -0
  433. package/dist/client/AI_CORE_API/schema/ai-id.js +7 -0
  434. package/dist/client/AI_CORE_API/schema/ai-id.js.map +1 -0
  435. package/dist/client/AI_CORE_API/schema/ai-label-key.d.ts +8 -0
  436. package/dist/client/AI_CORE_API/schema/ai-label-key.d.ts.map +1 -0
  437. package/dist/client/AI_CORE_API/schema/ai-label-key.js +7 -0
  438. package/dist/client/AI_CORE_API/schema/ai-label-key.js.map +1 -0
  439. package/dist/client/AI_CORE_API/schema/ai-label-list.d.ts +6 -0
  440. package/dist/client/AI_CORE_API/schema/ai-label-list.d.ts.map +1 -0
  441. package/dist/client/AI_CORE_API/schema/ai-label-list.js +2 -0
  442. package/dist/client/AI_CORE_API/schema/ai-label-list.js.map +1 -0
  443. package/dist/client/AI_CORE_API/schema/ai-label-value.d.ts +6 -0
  444. package/dist/client/AI_CORE_API/schema/ai-label-value.d.ts.map +1 -0
  445. package/dist/client/AI_CORE_API/schema/ai-label-value.js +7 -0
  446. package/dist/client/AI_CORE_API/schema/ai-label-value.js.map +1 -0
  447. package/dist/client/AI_CORE_API/schema/ai-label.d.ts +10 -0
  448. package/dist/client/AI_CORE_API/schema/ai-label.d.ts.map +1 -0
  449. package/dist/client/AI_CORE_API/schema/ai-label.js +2 -0
  450. package/dist/client/AI_CORE_API/schema/ai-label.js.map +1 -0
  451. package/dist/client/AI_CORE_API/schema/ai-log-common-data.d.ts +8 -0
  452. package/dist/client/AI_CORE_API/schema/ai-log-common-data.d.ts.map +1 -0
  453. package/dist/client/AI_CORE_API/schema/ai-log-common-data.js +2 -0
  454. package/dist/client/AI_CORE_API/schema/ai-log-common-data.js.map +1 -0
  455. package/dist/client/AI_CORE_API/schema/ai-log-common-result-item.d.ts +16 -0
  456. package/dist/client/AI_CORE_API/schema/ai-log-common-result-item.d.ts.map +1 -0
  457. package/dist/client/AI_CORE_API/schema/ai-log-common-result-item.js +7 -0
  458. package/dist/client/AI_CORE_API/schema/ai-log-common-result-item.js.map +1 -0
  459. package/dist/client/AI_CORE_API/schema/ai-log-common-result.d.ts +6 -0
  460. package/dist/client/AI_CORE_API/schema/ai-log-common-result.d.ts.map +1 -0
  461. package/dist/client/AI_CORE_API/schema/ai-log-common-result.js +2 -0
  462. package/dist/client/AI_CORE_API/schema/ai-log-common-result.js.map +1 -0
  463. package/dist/client/AI_CORE_API/schema/ai-model-base-data.d.ts +18 -0
  464. package/dist/client/AI_CORE_API/schema/ai-model-base-data.d.ts.map +1 -0
  465. package/dist/client/AI_CORE_API/schema/ai-model-base-data.js +2 -0
  466. package/dist/client/AI_CORE_API/schema/ai-model-base-data.js.map +1 -0
  467. package/dist/client/AI_CORE_API/schema/ai-model-list.d.ts +12 -0
  468. package/dist/client/AI_CORE_API/schema/ai-model-list.d.ts.map +1 -0
  469. package/dist/client/AI_CORE_API/schema/ai-model-list.js +2 -0
  470. package/dist/client/AI_CORE_API/schema/ai-model-list.js.map +1 -0
  471. package/dist/client/AI_CORE_API/schema/ai-model-version-list.d.ts +6 -0
  472. package/dist/client/AI_CORE_API/schema/ai-model-version-list.d.ts.map +1 -0
  473. package/dist/client/AI_CORE_API/schema/ai-model-version-list.js +2 -0
  474. package/dist/client/AI_CORE_API/schema/ai-model-version-list.js.map +1 -0
  475. package/dist/client/AI_CORE_API/schema/ai-model-version.d.ts +14 -0
  476. package/dist/client/AI_CORE_API/schema/ai-model-version.d.ts.map +1 -0
  477. package/dist/client/AI_CORE_API/schema/ai-model-version.js +7 -0
  478. package/dist/client/AI_CORE_API/schema/ai-model-version.js.map +1 -0
  479. package/dist/client/AI_CORE_API/schema/ai-parameter-argument-binding-list.d.ts +7 -0
  480. package/dist/client/AI_CORE_API/schema/ai-parameter-argument-binding-list.d.ts.map +1 -0
  481. package/dist/client/AI_CORE_API/schema/ai-parameter-argument-binding-list.js +2 -0
  482. package/dist/client/AI_CORE_API/schema/ai-parameter-argument-binding-list.js.map +1 -0
  483. package/dist/client/AI_CORE_API/schema/ai-parameter-argument-binding.d.ts +16 -0
  484. package/dist/client/AI_CORE_API/schema/ai-parameter-argument-binding.d.ts.map +1 -0
  485. package/dist/client/AI_CORE_API/schema/ai-parameter-argument-binding.js +7 -0
  486. package/dist/client/AI_CORE_API/schema/ai-parameter-argument-binding.js.map +1 -0
  487. package/dist/client/AI_CORE_API/schema/ai-resources-details.d.ts +15 -0
  488. package/dist/client/AI_CORE_API/schema/ai-resources-details.d.ts.map +1 -0
  489. package/dist/client/AI_CORE_API/schema/ai-resources-details.js +2 -0
  490. package/dist/client/AI_CORE_API/schema/ai-resources-details.js.map +1 -0
  491. package/dist/client/AI_CORE_API/schema/ai-scaling-details.d.ts +17 -0
  492. package/dist/client/AI_CORE_API/schema/ai-scaling-details.d.ts.map +1 -0
  493. package/dist/client/AI_CORE_API/schema/ai-scaling-details.js +2 -0
  494. package/dist/client/AI_CORE_API/schema/ai-scaling-details.js.map +1 -0
  495. package/dist/client/AI_CORE_API/schema/ai-scenario-id.d.ts +7 -0
  496. package/dist/client/AI_CORE_API/schema/ai-scenario-id.d.ts.map +1 -0
  497. package/dist/client/AI_CORE_API/schema/ai-scenario-id.js +7 -0
  498. package/dist/client/AI_CORE_API/schema/ai-scenario-id.js.map +1 -0
  499. package/dist/client/AI_CORE_API/schema/ai-scenario-label-key.d.ts +8 -0
  500. package/dist/client/AI_CORE_API/schema/ai-scenario-label-key.d.ts.map +1 -0
  501. package/dist/client/AI_CORE_API/schema/ai-scenario-label-key.js +7 -0
  502. package/dist/client/AI_CORE_API/schema/ai-scenario-label-key.js.map +1 -0
  503. package/dist/client/AI_CORE_API/schema/ai-scenario-label-list.d.ts +6 -0
  504. package/dist/client/AI_CORE_API/schema/ai-scenario-label-list.d.ts.map +1 -0
  505. package/dist/client/AI_CORE_API/schema/ai-scenario-label-list.js +2 -0
  506. package/dist/client/AI_CORE_API/schema/ai-scenario-label-list.js.map +1 -0
  507. package/dist/client/AI_CORE_API/schema/ai-scenario-label.d.ts +10 -0
  508. package/dist/client/AI_CORE_API/schema/ai-scenario-label.d.ts.map +1 -0
  509. package/dist/client/AI_CORE_API/schema/ai-scenario-label.js +2 -0
  510. package/dist/client/AI_CORE_API/schema/ai-scenario-label.js.map +1 -0
  511. package/dist/client/AI_CORE_API/schema/ai-scenario-list.d.ts +12 -0
  512. package/dist/client/AI_CORE_API/schema/ai-scenario-list.d.ts.map +1 -0
  513. package/dist/client/AI_CORE_API/schema/ai-scenario-list.js +2 -0
  514. package/dist/client/AI_CORE_API/schema/ai-scenario-list.js.map +1 -0
  515. package/dist/client/AI_CORE_API/schema/ai-scenario.d.ts +31 -0
  516. package/dist/client/AI_CORE_API/schema/ai-scenario.d.ts.map +1 -0
  517. package/dist/client/AI_CORE_API/schema/ai-scenario.js +2 -0
  518. package/dist/client/AI_CORE_API/schema/ai-scenario.js.map +1 -0
  519. package/dist/client/AI_CORE_API/schema/ai-url.d.ts +6 -0
  520. package/dist/client/AI_CORE_API/schema/ai-url.d.ts.map +1 -0
  521. package/dist/client/AI_CORE_API/schema/ai-url.js +7 -0
  522. package/dist/client/AI_CORE_API/schema/ai-url.js.map +1 -0
  523. package/dist/client/AI_CORE_API/schema/ai-version-description.d.ts +7 -0
  524. package/dist/client/AI_CORE_API/schema/ai-version-description.d.ts.map +1 -0
  525. package/dist/client/AI_CORE_API/schema/ai-version-description.js +7 -0
  526. package/dist/client/AI_CORE_API/schema/ai-version-description.js.map +1 -0
  527. package/dist/client/AI_CORE_API/schema/ai-version-id.d.ts +5 -0
  528. package/dist/client/AI_CORE_API/schema/ai-version-id.d.ts.map +1 -0
  529. package/dist/client/AI_CORE_API/schema/ai-version-id.js +7 -0
  530. package/dist/client/AI_CORE_API/schema/ai-version-id.js.map +1 -0
  531. package/dist/client/AI_CORE_API/schema/ai-version-list.d.ts +12 -0
  532. package/dist/client/AI_CORE_API/schema/ai-version-list.d.ts.map +1 -0
  533. package/dist/client/AI_CORE_API/schema/ai-version-list.js +2 -0
  534. package/dist/client/AI_CORE_API/schema/ai-version-list.js.map +1 -0
  535. package/dist/client/AI_CORE_API/schema/ai-version.d.ts +22 -0
  536. package/dist/client/AI_CORE_API/schema/ai-version.d.ts.map +1 -0
  537. package/dist/client/AI_CORE_API/schema/ai-version.js +2 -0
  538. package/dist/client/AI_CORE_API/schema/ai-version.js.map +1 -0
  539. package/dist/client/AI_CORE_API/schema/bcknd-all-argo-cd-application-data.d.ts +12 -0
  540. package/dist/client/AI_CORE_API/schema/bcknd-all-argo-cd-application-data.d.ts.map +1 -0
  541. package/dist/client/AI_CORE_API/schema/bcknd-all-argo-cd-application-data.js +2 -0
  542. package/dist/client/AI_CORE_API/schema/bcknd-all-argo-cd-application-data.js.map +1 -0
  543. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-base-data.d.ts +18 -0
  544. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-base-data.d.ts.map +1 -0
  545. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-base-data.js +7 -0
  546. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-base-data.js.map +1 -0
  547. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-creation-response-message.d.ts +6 -0
  548. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-creation-response-message.d.ts.map +1 -0
  549. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-creation-response-message.js +7 -0
  550. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-creation-response-message.js.map +1 -0
  551. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-creation-response.d.ts +10 -0
  552. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-creation-response.d.ts.map +1 -0
  553. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-creation-response.js +2 -0
  554. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-creation-response.js.map +1 -0
  555. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-data-repo-name.d.ts +25 -0
  556. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-data-repo-name.d.ts.map +1 -0
  557. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-data-repo-name.js +7 -0
  558. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-data-repo-name.js.map +1 -0
  559. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-data.d.ts +25 -0
  560. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-data.d.ts.map +1 -0
  561. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-data.js +7 -0
  562. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-data.js.map +1 -0
  563. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-deletion-response-message.d.ts +6 -0
  564. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-deletion-response-message.d.ts.map +1 -0
  565. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-deletion-response-message.js +7 -0
  566. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-deletion-response-message.js.map +1 -0
  567. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-deletion-response.d.ts +10 -0
  568. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-deletion-response.d.ts.map +1 -0
  569. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-deletion-response.js +2 -0
  570. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-deletion-response.js.map +1 -0
  571. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-modification-response-message.d.ts +6 -0
  572. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-modification-response-message.d.ts.map +1 -0
  573. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-modification-response-message.js +7 -0
  574. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-modification-response-message.js.map +1 -0
  575. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-modification-response.d.ts +10 -0
  576. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-modification-response.d.ts.map +1 -0
  577. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-modification-response.js +2 -0
  578. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-modification-response.js.map +1 -0
  579. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-refresh-response-message.d.ts +6 -0
  580. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-refresh-response-message.d.ts.map +1 -0
  581. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-refresh-response-message.js +7 -0
  582. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-refresh-response-message.js.map +1 -0
  583. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-refresh-response.d.ts +10 -0
  584. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-refresh-response.d.ts.map +1 -0
  585. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-refresh-response.js +2 -0
  586. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-refresh-response.js.map +1 -0
  587. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-status.d.ts +90 -0
  588. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-status.d.ts.map +1 -0
  589. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-status.js +7 -0
  590. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-application-status.js.map +1 -0
  591. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-creation-response-message.d.ts +6 -0
  592. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-creation-response-message.d.ts.map +1 -0
  593. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-creation-response-message.js +7 -0
  594. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-creation-response-message.js.map +1 -0
  595. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-creation-response.d.ts +10 -0
  596. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-creation-response.d.ts.map +1 -0
  597. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-creation-response.js +2 -0
  598. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-creation-response.js.map +1 -0
  599. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-credentials.d.ts +14 -0
  600. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-credentials.d.ts.map +1 -0
  601. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-credentials.js +7 -0
  602. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-credentials.js.map +1 -0
  603. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-data-response.d.ts +12 -0
  604. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-data-response.d.ts.map +1 -0
  605. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-data-response.js +2 -0
  606. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-data-response.js.map +1 -0
  607. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-data.d.ts +25 -0
  608. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-data.d.ts.map +1 -0
  609. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-data.js +7 -0
  610. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-data.js.map +1 -0
  611. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-deletion-response-message.d.ts +6 -0
  612. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-deletion-response-message.d.ts.map +1 -0
  613. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-deletion-response-message.js +7 -0
  614. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-deletion-response-message.js.map +1 -0
  615. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-deletion-response.d.ts +10 -0
  616. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-deletion-response.d.ts.map +1 -0
  617. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-deletion-response.js +2 -0
  618. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-deletion-response.js.map +1 -0
  619. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-details.d.ts +19 -0
  620. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-details.d.ts.map +1 -0
  621. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-details.js +7 -0
  622. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-details.js.map +1 -0
  623. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-modification-response-message.d.ts +6 -0
  624. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-modification-response-message.d.ts.map +1 -0
  625. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-modification-response-message.js +7 -0
  626. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-modification-response-message.js.map +1 -0
  627. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-modification-response.d.ts +10 -0
  628. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-modification-response.d.ts.map +1 -0
  629. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-modification-response.js +2 -0
  630. package/dist/client/AI_CORE_API/schema/bcknd-argo-cd-repository-modification-response.js.map +1 -0
  631. package/dist/client/AI_CORE_API/schema/bcknd-common-resource-quota-response.d.ts +16 -0
  632. package/dist/client/AI_CORE_API/schema/bcknd-common-resource-quota-response.d.ts.map +1 -0
  633. package/dist/client/AI_CORE_API/schema/bcknd-common-resource-quota-response.js +7 -0
  634. package/dist/client/AI_CORE_API/schema/bcknd-common-resource-quota-response.js.map +1 -0
  635. package/dist/client/AI_CORE_API/schema/bcknd-creation-response-message.d.ts +6 -0
  636. package/dist/client/AI_CORE_API/schema/bcknd-creation-response-message.d.ts.map +1 -0
  637. package/dist/client/AI_CORE_API/schema/bcknd-creation-response-message.js +7 -0
  638. package/dist/client/AI_CORE_API/schema/bcknd-creation-response-message.js.map +1 -0
  639. package/dist/client/AI_CORE_API/schema/bcknd-deployment-quota.d.ts +12 -0
  640. package/dist/client/AI_CORE_API/schema/bcknd-deployment-quota.d.ts.map +1 -0
  641. package/dist/client/AI_CORE_API/schema/bcknd-deployment-quota.js +7 -0
  642. package/dist/client/AI_CORE_API/schema/bcknd-deployment-quota.js.map +1 -0
  643. package/dist/client/AI_CORE_API/schema/bcknd-deployment-usage.d.ts +9 -0
  644. package/dist/client/AI_CORE_API/schema/bcknd-deployment-usage.d.ts.map +1 -0
  645. package/dist/client/AI_CORE_API/schema/bcknd-deployment-usage.js +2 -0
  646. package/dist/client/AI_CORE_API/schema/bcknd-deployment-usage.js.map +1 -0
  647. package/dist/client/AI_CORE_API/schema/bcknd-error-response.d.ts +8 -0
  648. package/dist/client/AI_CORE_API/schema/bcknd-error-response.d.ts.map +1 -0
  649. package/dist/client/AI_CORE_API/schema/bcknd-error-response.js +2 -0
  650. package/dist/client/AI_CORE_API/schema/bcknd-error-response.js.map +1 -0
  651. package/dist/client/AI_CORE_API/schema/bcknd-error.d.ts +27 -0
  652. package/dist/client/AI_CORE_API/schema/bcknd-error.d.ts.map +1 -0
  653. package/dist/client/AI_CORE_API/schema/bcknd-error.js +7 -0
  654. package/dist/client/AI_CORE_API/schema/bcknd-error.js.map +1 -0
  655. package/dist/client/AI_CORE_API/schema/bcknd-event.d.ts +21 -0
  656. package/dist/client/AI_CORE_API/schema/bcknd-event.d.ts.map +1 -0
  657. package/dist/client/AI_CORE_API/schema/bcknd-event.js +7 -0
  658. package/dist/client/AI_CORE_API/schema/bcknd-event.js.map +1 -0
  659. package/dist/client/AI_CORE_API/schema/bcknd-executable-resource-quota-response.d.ts +22 -0
  660. package/dist/client/AI_CORE_API/schema/bcknd-executable-resource-quota-response.d.ts.map +1 -0
  661. package/dist/client/AI_CORE_API/schema/bcknd-executable-resource-quota-response.js +7 -0
  662. package/dist/client/AI_CORE_API/schema/bcknd-executable-resource-quota-response.js.map +1 -0
  663. package/dist/client/AI_CORE_API/schema/bcknd-extended-service.d.ts +32 -0
  664. package/dist/client/AI_CORE_API/schema/bcknd-extended-service.d.ts.map +1 -0
  665. package/dist/client/AI_CORE_API/schema/bcknd-extended-service.js +2 -0
  666. package/dist/client/AI_CORE_API/schema/bcknd-extended-service.js.map +1 -0
  667. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-data-response.d.ts +10 -0
  668. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-data-response.d.ts.map +1 -0
  669. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-data-response.js +2 -0
  670. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-data-response.js.map +1 -0
  671. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-data.d.ts +5 -0
  672. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-data.d.ts.map +1 -0
  673. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-data.js +7 -0
  674. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-data.js.map +1 -0
  675. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-details.d.ts +14 -0
  676. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-details.d.ts.map +1 -0
  677. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-details.js +7 -0
  678. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-details.js.map +1 -0
  679. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-patch-body.d.ts +8 -0
  680. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-patch-body.d.ts.map +1 -0
  681. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-patch-body.js +2 -0
  682. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-patch-body.js.map +1 -0
  683. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-post-body.d.ts +15 -0
  684. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-post-body.d.ts.map +1 -0
  685. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-post-body.js +2 -0
  686. package/dist/client/AI_CORE_API/schema/bcknd-generic-secret-post-body.js.map +1 -0
  687. package/dist/client/AI_CORE_API/schema/bcknd-id.d.ts +7 -0
  688. package/dist/client/AI_CORE_API/schema/bcknd-id.d.ts.map +1 -0
  689. package/dist/client/AI_CORE_API/schema/bcknd-id.js +7 -0
  690. package/dist/client/AI_CORE_API/schema/bcknd-id.js.map +1 -0
  691. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-annotation.d.ts +16 -0
  692. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-annotation.d.ts.map +1 -0
  693. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-annotation.js +7 -0
  694. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-annotation.js.map +1 -0
  695. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-annotations.d.ts +6 -0
  696. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-annotations.d.ts.map +1 -0
  697. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-annotations.js +2 -0
  698. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-annotations.js.map +1 -0
  699. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-label.d.ts +16 -0
  700. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-label.d.ts.map +1 -0
  701. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-label.js +7 -0
  702. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-label.js.map +1 -0
  703. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-labels.d.ts +6 -0
  704. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-labels.d.ts.map +1 -0
  705. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-labels.js +2 -0
  706. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group-labels.js.map +1 -0
  707. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group.d.ts +35 -0
  708. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group.d.ts.map +1 -0
  709. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group.js +2 -0
  710. package/dist/client/AI_CORE_API/schema/bcknd-internal-resource-group.js.map +1 -0
  711. package/dist/client/AI_CORE_API/schema/bcknd-key-value-pair.d.ts +8 -0
  712. package/dist/client/AI_CORE_API/schema/bcknd-key-value-pair.d.ts.map +1 -0
  713. package/dist/client/AI_CORE_API/schema/bcknd-key-value-pair.js +7 -0
  714. package/dist/client/AI_CORE_API/schema/bcknd-key-value-pair.js.map +1 -0
  715. package/dist/client/AI_CORE_API/schema/bcknd-list-generic-secrets-response.d.ts +12 -0
  716. package/dist/client/AI_CORE_API/schema/bcknd-list-generic-secrets-response.d.ts.map +1 -0
  717. package/dist/client/AI_CORE_API/schema/bcknd-list-generic-secrets-response.js +2 -0
  718. package/dist/client/AI_CORE_API/schema/bcknd-list-generic-secrets-response.js.map +1 -0
  719. package/dist/client/AI_CORE_API/schema/bcknd-message.d.ts +5 -0
  720. package/dist/client/AI_CORE_API/schema/bcknd-message.d.ts.map +1 -0
  721. package/dist/client/AI_CORE_API/schema/bcknd-message.js +7 -0
  722. package/dist/client/AI_CORE_API/schema/bcknd-message.js.map +1 -0
  723. package/dist/client/AI_CORE_API/schema/bcknd-name.d.ts +5 -0
  724. package/dist/client/AI_CORE_API/schema/bcknd-name.d.ts.map +1 -0
  725. package/dist/client/AI_CORE_API/schema/bcknd-name.js +7 -0
  726. package/dist/client/AI_CORE_API/schema/bcknd-name.js.map +1 -0
  727. package/dist/client/AI_CORE_API/schema/bcknd-nested-usage-item.d.ts +9 -0
  728. package/dist/client/AI_CORE_API/schema/bcknd-nested-usage-item.d.ts.map +1 -0
  729. package/dist/client/AI_CORE_API/schema/bcknd-nested-usage-item.js +2 -0
  730. package/dist/client/AI_CORE_API/schema/bcknd-nested-usage-item.js.map +1 -0
  731. package/dist/client/AI_CORE_API/schema/bcknd-resource-get-resource-plans.d.ts +8 -0
  732. package/dist/client/AI_CORE_API/schema/bcknd-resource-get-resource-plans.d.ts.map +1 -0
  733. package/dist/client/AI_CORE_API/schema/bcknd-resource-get-resource-plans.js +7 -0
  734. package/dist/client/AI_CORE_API/schema/bcknd-resource-get-resource-plans.js.map +1 -0
  735. package/dist/client/AI_CORE_API/schema/bcknd-resource-get-response.d.ts +8 -0
  736. package/dist/client/AI_CORE_API/schema/bcknd-resource-get-response.d.ts.map +1 -0
  737. package/dist/client/AI_CORE_API/schema/bcknd-resource-get-response.js +2 -0
  738. package/dist/client/AI_CORE_API/schema/bcknd-resource-get-response.js.map +1 -0
  739. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-base.d.ts +18 -0
  740. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-base.d.ts.map +1 -0
  741. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-base.js +7 -0
  742. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-base.js.map +1 -0
  743. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-deletion-response-message.d.ts +6 -0
  744. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-deletion-response-message.d.ts.map +1 -0
  745. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-deletion-response-message.js +7 -0
  746. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-deletion-response-message.js.map +1 -0
  747. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-deletion-response.d.ts +10 -0
  748. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-deletion-response.d.ts.map +1 -0
  749. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-deletion-response.js +2 -0
  750. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-deletion-response.js.map +1 -0
  751. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-label.d.ts +16 -0
  752. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-label.d.ts.map +1 -0
  753. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-label.js +7 -0
  754. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-label.js.map +1 -0
  755. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-labels.d.ts +6 -0
  756. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-labels.d.ts.map +1 -0
  757. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-labels.js +2 -0
  758. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-labels.js.map +1 -0
  759. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-list.d.ts +12 -0
  760. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-list.d.ts.map +1 -0
  761. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-list.js +2 -0
  762. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-list.js.map +1 -0
  763. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-patch-request.d.ts +8 -0
  764. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-patch-request.d.ts.map +1 -0
  765. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-patch-request.js +2 -0
  766. package/dist/client/AI_CORE_API/schema/bcknd-resource-group-patch-request.js.map +1 -0
  767. package/dist/client/AI_CORE_API/schema/bcknd-resource-group.d.ts +33 -0
  768. package/dist/client/AI_CORE_API/schema/bcknd-resource-group.d.ts.map +1 -0
  769. package/dist/client/AI_CORE_API/schema/bcknd-resource-group.js +2 -0
  770. package/dist/client/AI_CORE_API/schema/bcknd-resource-group.js.map +1 -0
  771. package/dist/client/AI_CORE_API/schema/bcknd-resource-groups-post-request.d.ts +15 -0
  772. package/dist/client/AI_CORE_API/schema/bcknd-resource-groups-post-request.d.ts.map +1 -0
  773. package/dist/client/AI_CORE_API/schema/bcknd-resource-groups-post-request.js +2 -0
  774. package/dist/client/AI_CORE_API/schema/bcknd-resource-groups-post-request.js.map +1 -0
  775. package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-body.d.ts +8 -0
  776. package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-body.d.ts.map +1 -0
  777. package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-body.js +2 -0
  778. package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-body.js.map +1 -0
  779. package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-nodes.d.ts +8 -0
  780. package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-nodes.d.ts.map +1 -0
  781. package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-nodes.js +7 -0
  782. package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-nodes.js.map +1 -0
  783. package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-resource-plans.d.ts +6 -0
  784. package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-resource-plans.d.ts.map +1 -0
  785. package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-resource-plans.js +2 -0
  786. package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-resource-plans.js.map +1 -0
  787. package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-response.d.ts +7 -0
  788. package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-response.d.ts.map +1 -0
  789. package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-response.js +7 -0
  790. package/dist/client/AI_CORE_API/schema/bcknd-resource-patch-response.js.map +1 -0
  791. package/dist/client/AI_CORE_API/schema/bcknd-service-broker-secret.d.ts +18 -0
  792. package/dist/client/AI_CORE_API/schema/bcknd-service-broker-secret.d.ts.map +1 -0
  793. package/dist/client/AI_CORE_API/schema/bcknd-service-broker-secret.js +7 -0
  794. package/dist/client/AI_CORE_API/schema/bcknd-service-broker-secret.js.map +1 -0
  795. package/dist/client/AI_CORE_API/schema/bcknd-service-capabilities.d.ts +34 -0
  796. package/dist/client/AI_CORE_API/schema/bcknd-service-capabilities.d.ts.map +1 -0
  797. package/dist/client/AI_CORE_API/schema/bcknd-service-capabilities.js +7 -0
  798. package/dist/client/AI_CORE_API/schema/bcknd-service-capabilities.js.map +1 -0
  799. package/dist/client/AI_CORE_API/schema/bcknd-service-list.d.ts +12 -0
  800. package/dist/client/AI_CORE_API/schema/bcknd-service-list.d.ts.map +1 -0
  801. package/dist/client/AI_CORE_API/schema/bcknd-service-list.js +2 -0
  802. package/dist/client/AI_CORE_API/schema/bcknd-service-list.js.map +1 -0
  803. package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item-extend-catalog.d.ts +24 -0
  804. package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item-extend-catalog.d.ts.map +1 -0
  805. package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item-extend-catalog.js +2 -0
  806. package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item-extend-catalog.js.map +1 -0
  807. package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item-extend-credentials.d.ts +11 -0
  808. package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item-extend-credentials.d.ts.map +1 -0
  809. package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item-extend-credentials.js +7 -0
  810. package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item-extend-credentials.js.map +1 -0
  811. package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item.d.ts +10 -0
  812. package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item.d.ts.map +1 -0
  813. package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item.js +2 -0
  814. package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog-item.js.map +1 -0
  815. package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog.d.ts +6 -0
  816. package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog.d.ts.map +1 -0
  817. package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog.js +2 -0
  818. package/dist/client/AI_CORE_API/schema/bcknd-service-service-catalog.js.map +1 -0
  819. package/dist/client/AI_CORE_API/schema/bcknd-service-service-plan-item-metadata.d.ts +10 -0
  820. package/dist/client/AI_CORE_API/schema/bcknd-service-service-plan-item-metadata.d.ts.map +1 -0
  821. package/dist/client/AI_CORE_API/schema/bcknd-service-service-plan-item-metadata.js +7 -0
  822. package/dist/client/AI_CORE_API/schema/bcknd-service-service-plan-item-metadata.js.map +1 -0
  823. package/dist/client/AI_CORE_API/schema/bcknd-service-service-plan-item.d.ts +24 -0
  824. package/dist/client/AI_CORE_API/schema/bcknd-service-service-plan-item.d.ts.map +1 -0
  825. package/dist/client/AI_CORE_API/schema/bcknd-service-service-plan-item.js +2 -0
  826. package/dist/client/AI_CORE_API/schema/bcknd-service-service-plan-item.js.map +1 -0
  827. package/dist/client/AI_CORE_API/schema/bcknd-service.d.ts +26 -0
  828. package/dist/client/AI_CORE_API/schema/bcknd-service.d.ts.map +1 -0
  829. package/dist/client/AI_CORE_API/schema/bcknd-service.js +7 -0
  830. package/dist/client/AI_CORE_API/schema/bcknd-service.js.map +1 -0
  831. package/dist/client/AI_CORE_API/schema/bcknd-tenant.d.ts +22 -0
  832. package/dist/client/AI_CORE_API/schema/bcknd-tenant.d.ts.map +1 -0
  833. package/dist/client/AI_CORE_API/schema/bcknd-tenant.js +7 -0
  834. package/dist/client/AI_CORE_API/schema/bcknd-tenant.js.map +1 -0
  835. package/dist/client/AI_CORE_API/schema/bcknd-url.d.ts +6 -0
  836. package/dist/client/AI_CORE_API/schema/bcknd-url.d.ts.map +1 -0
  837. package/dist/client/AI_CORE_API/schema/bcknd-url.js +7 -0
  838. package/dist/client/AI_CORE_API/schema/bcknd-url.js.map +1 -0
  839. package/dist/client/AI_CORE_API/schema/bcknd-usage-resource-plan-item.d.ts +10 -0
  840. package/dist/client/AI_CORE_API/schema/bcknd-usage-resource-plan-item.d.ts.map +1 -0
  841. package/dist/client/AI_CORE_API/schema/bcknd-usage-resource-plan-item.js +2 -0
  842. package/dist/client/AI_CORE_API/schema/bcknd-usage-resource-plan-item.js.map +1 -0
  843. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-name-component.d.ts +8 -0
  844. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-name-component.d.ts.map +1 -0
  845. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-name-component.js +7 -0
  846. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-name-component.js.map +1 -0
  847. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-creation-response-message.d.ts +6 -0
  848. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-creation-response-message.d.ts.map +1 -0
  849. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-creation-response-message.js +7 -0
  850. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-creation-response-message.js.map +1 -0
  851. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-creation-response.d.ts +9 -0
  852. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-creation-response.d.ts.map +1 -0
  853. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-creation-response.js +2 -0
  854. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-creation-response.js.map +1 -0
  855. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-deletion-response-message.d.ts +6 -0
  856. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-deletion-response-message.d.ts.map +1 -0
  857. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-deletion-response-message.js +7 -0
  858. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-deletion-response-message.js.map +1 -0
  859. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-deletion-response.d.ts +10 -0
  860. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-deletion-response.d.ts.map +1 -0
  861. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-deletion-response.js +2 -0
  862. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-deletion-response.js.map +1 -0
  863. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-modification-response-message.d.ts +6 -0
  864. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-modification-response-message.d.ts.map +1 -0
  865. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-modification-response-message.js +7 -0
  866. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-modification-response-message.js.map +1 -0
  867. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-modification-response.d.ts +10 -0
  868. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-modification-response.d.ts.map +1 -0
  869. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-modification-response.js +2 -0
  870. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-modification-response.js.map +1 -0
  871. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-status-response.d.ts +12 -0
  872. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-status-response.d.ts.map +1 -0
  873. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-status-response.js +2 -0
  874. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-status-response.js.map +1 -0
  875. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-status.d.ts +11 -0
  876. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-status.d.ts.map +1 -0
  877. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-status.js +7 -0
  878. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-status.js.map +1 -0
  879. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-with-sensitive-data-request.d.ts +15 -0
  880. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-with-sensitive-data-request.d.ts.map +1 -0
  881. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-with-sensitive-data-request.js +7 -0
  882. package/dist/client/AI_CORE_API/schema/bcknddocker-registry-secret-with-sensitive-data-request.js.map +1 -0
  883. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-creation-response-message.d.ts +6 -0
  884. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-creation-response-message.d.ts.map +1 -0
  885. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-creation-response-message.js +7 -0
  886. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-creation-response-message.js.map +1 -0
  887. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-creation-response.d.ts +9 -0
  888. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-creation-response.d.ts.map +1 -0
  889. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-creation-response.js +2 -0
  890. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-creation-response.js.map +1 -0
  891. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-deletion-response-message.d.ts +6 -0
  892. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-deletion-response-message.d.ts.map +1 -0
  893. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-deletion-response-message.js +7 -0
  894. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-deletion-response-message.js.map +1 -0
  895. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-deletion-response.d.ts +10 -0
  896. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-deletion-response.d.ts.map +1 -0
  897. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-deletion-response.js +2 -0
  898. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-deletion-response.js.map +1 -0
  899. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-modification-response-message.d.ts +6 -0
  900. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-modification-response-message.d.ts.map +1 -0
  901. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-modification-response-message.js +7 -0
  902. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-modification-response-message.js.map +1 -0
  903. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-modification-response.d.ts +10 -0
  904. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-modification-response.d.ts.map +1 -0
  905. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-modification-response.js +2 -0
  906. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-modification-response.js.map +1 -0
  907. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-status-response.d.ts +12 -0
  908. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-status-response.d.ts.map +1 -0
  909. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-status-response.js +2 -0
  910. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-status-response.js.map +1 -0
  911. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-status.d.ts +91 -0
  912. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-status.d.ts.map +1 -0
  913. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-status.js +7 -0
  914. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-status.js.map +1 -0
  915. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-with-sensitive-data-request-for-post-call.d.ts +53 -0
  916. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-with-sensitive-data-request-for-post-call.d.ts.map +1 -0
  917. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-with-sensitive-data-request-for-post-call.js +7 -0
  918. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-with-sensitive-data-request-for-post-call.js.map +1 -0
  919. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-with-sensitive-data-request.d.ts +51 -0
  920. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-with-sensitive-data-request.d.ts.map +1 -0
  921. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-with-sensitive-data-request.js +7 -0
  922. package/dist/client/AI_CORE_API/schema/bckndobject-store-secret-with-sensitive-data-request.js.map +1 -0
  923. package/dist/client/AI_CORE_API/schema/d-set-error.d.ts +29 -0
  924. package/dist/client/AI_CORE_API/schema/d-set-error.d.ts.map +1 -0
  925. package/dist/client/AI_CORE_API/schema/d-set-error.js +7 -0
  926. package/dist/client/AI_CORE_API/schema/d-set-error.js.map +1 -0
  927. package/dist/client/AI_CORE_API/schema/d-set-file-creation-response.d.ts +13 -0
  928. package/dist/client/AI_CORE_API/schema/d-set-file-creation-response.d.ts.map +1 -0
  929. package/dist/client/AI_CORE_API/schema/d-set-file-creation-response.js +2 -0
  930. package/dist/client/AI_CORE_API/schema/d-set-file-creation-response.js.map +1 -0
  931. package/dist/client/AI_CORE_API/schema/d-set-url.d.ts +7 -0
  932. package/dist/client/AI_CORE_API/schema/d-set-url.d.ts.map +1 -0
  933. package/dist/client/AI_CORE_API/schema/d-set-url.js +7 -0
  934. package/dist/client/AI_CORE_API/schema/d-set-url.js.map +1 -0
  935. package/dist/client/AI_CORE_API/schema/index.d.ts +308 -0
  936. package/dist/client/AI_CORE_API/schema/index.d.ts.map +1 -0
  937. package/dist/client/AI_CORE_API/schema/index.js +313 -0
  938. package/dist/client/AI_CORE_API/schema/index.js.map +1 -0
  939. package/dist/client/AI_CORE_API/schema/kpi-aggregation-attribute.d.ts +5 -0
  940. package/dist/client/AI_CORE_API/schema/kpi-aggregation-attribute.d.ts.map +1 -0
  941. package/dist/client/AI_CORE_API/schema/kpi-aggregation-attribute.js +7 -0
  942. package/dist/client/AI_CORE_API/schema/kpi-aggregation-attribute.js.map +1 -0
  943. package/dist/client/AI_CORE_API/schema/kpi-api-error.d.ts +26 -0
  944. package/dist/client/AI_CORE_API/schema/kpi-api-error.d.ts.map +1 -0
  945. package/dist/client/AI_CORE_API/schema/kpi-api-error.js +7 -0
  946. package/dist/client/AI_CORE_API/schema/kpi-api-error.js.map +1 -0
  947. package/dist/client/AI_CORE_API/schema/kpi-array-of-column-names.d.ts +6 -0
  948. package/dist/client/AI_CORE_API/schema/kpi-array-of-column-names.d.ts.map +1 -0
  949. package/dist/client/AI_CORE_API/schema/kpi-array-of-column-names.js +2 -0
  950. package/dist/client/AI_CORE_API/schema/kpi-array-of-column-names.js.map +1 -0
  951. package/dist/client/AI_CORE_API/schema/kpi-column-name.d.ts +5 -0
  952. package/dist/client/AI_CORE_API/schema/kpi-column-name.d.ts.map +1 -0
  953. package/dist/client/AI_CORE_API/schema/kpi-column-name.js +7 -0
  954. package/dist/client/AI_CORE_API/schema/kpi-column-name.js.map +1 -0
  955. package/dist/client/AI_CORE_API/schema/kpi-count-aggregate.d.ts +6 -0
  956. package/dist/client/AI_CORE_API/schema/kpi-count-aggregate.d.ts.map +1 -0
  957. package/dist/client/AI_CORE_API/schema/kpi-count-aggregate.js +7 -0
  958. package/dist/client/AI_CORE_API/schema/kpi-count-aggregate.js.map +1 -0
  959. package/dist/client/AI_CORE_API/schema/kpi-result-row-item.d.ts +7 -0
  960. package/dist/client/AI_CORE_API/schema/kpi-result-row-item.d.ts.map +1 -0
  961. package/dist/client/AI_CORE_API/schema/kpi-result-row-item.js +2 -0
  962. package/dist/client/AI_CORE_API/schema/kpi-result-row-item.js.map +1 -0
  963. package/dist/client/AI_CORE_API/schema/kpi-result-row-list.d.ts +6 -0
  964. package/dist/client/AI_CORE_API/schema/kpi-result-row-list.d.ts.map +1 -0
  965. package/dist/client/AI_CORE_API/schema/kpi-result-row-list.js +2 -0
  966. package/dist/client/AI_CORE_API/schema/kpi-result-row-list.js.map +1 -0
  967. package/dist/client/AI_CORE_API/schema/kpi-result-row.d.ts +6 -0
  968. package/dist/client/AI_CORE_API/schema/kpi-result-row.d.ts.map +1 -0
  969. package/dist/client/AI_CORE_API/schema/kpi-result-row.js +2 -0
  970. package/dist/client/AI_CORE_API/schema/kpi-result-row.js.map +1 -0
  971. package/dist/client/AI_CORE_API/schema/kpi-result-set.d.ts +10 -0
  972. package/dist/client/AI_CORE_API/schema/kpi-result-set.d.ts.map +1 -0
  973. package/dist/client/AI_CORE_API/schema/kpi-result-set.js +2 -0
  974. package/dist/client/AI_CORE_API/schema/kpi-result-set.js.map +1 -0
  975. package/dist/client/AI_CORE_API/schema/meta-ai-api.d.ts +79 -0
  976. package/dist/client/AI_CORE_API/schema/meta-ai-api.d.ts.map +1 -0
  977. package/dist/client/AI_CORE_API/schema/meta-ai-api.js +2 -0
  978. package/dist/client/AI_CORE_API/schema/meta-ai-api.js.map +1 -0
  979. package/dist/client/AI_CORE_API/schema/meta-api-error.d.ts +26 -0
  980. package/dist/client/AI_CORE_API/schema/meta-api-error.d.ts.map +1 -0
  981. package/dist/client/AI_CORE_API/schema/meta-api-error.js +7 -0
  982. package/dist/client/AI_CORE_API/schema/meta-api-error.js.map +1 -0
  983. package/dist/client/AI_CORE_API/schema/meta-api-version.d.ts +21 -0
  984. package/dist/client/AI_CORE_API/schema/meta-api-version.d.ts.map +1 -0
  985. package/dist/client/AI_CORE_API/schema/meta-api-version.js +7 -0
  986. package/dist/client/AI_CORE_API/schema/meta-api-version.js.map +1 -0
  987. package/dist/client/AI_CORE_API/schema/meta-capabilities.d.ts +18 -0
  988. package/dist/client/AI_CORE_API/schema/meta-capabilities.d.ts.map +1 -0
  989. package/dist/client/AI_CORE_API/schema/meta-capabilities.js +2 -0
  990. package/dist/client/AI_CORE_API/schema/meta-capabilities.js.map +1 -0
  991. package/dist/client/AI_CORE_API/schema/meta-extensions.d.ts +61 -0
  992. package/dist/client/AI_CORE_API/schema/meta-extensions.d.ts.map +1 -0
  993. package/dist/client/AI_CORE_API/schema/meta-extensions.js +2 -0
  994. package/dist/client/AI_CORE_API/schema/meta-extensions.js.map +1 -0
  995. package/dist/client/AI_CORE_API/schema/meta-version.d.ts +7 -0
  996. package/dist/client/AI_CORE_API/schema/meta-version.d.ts.map +1 -0
  997. package/dist/client/AI_CORE_API/schema/meta-version.js +7 -0
  998. package/dist/client/AI_CORE_API/schema/meta-version.js.map +1 -0
  999. package/dist/client/AI_CORE_API/schema/rt-amessage.d.ts +5 -0
  1000. package/dist/client/AI_CORE_API/schema/rt-amessage.d.ts.map +1 -0
  1001. package/dist/client/AI_CORE_API/schema/rt-amessage.js +7 -0
  1002. package/dist/client/AI_CORE_API/schema/rt-amessage.js.map +1 -0
  1003. package/dist/client/AI_CORE_API/schema/rt-atimestamp.d.ts +7 -0
  1004. package/dist/client/AI_CORE_API/schema/rt-atimestamp.d.ts.map +1 -0
  1005. package/dist/client/AI_CORE_API/schema/rt-atimestamp.js +7 -0
  1006. package/dist/client/AI_CORE_API/schema/rt-atimestamp.js.map +1 -0
  1007. package/dist/client/AI_CORE_API/schema/rta-artifact-array.d.ts +6 -0
  1008. package/dist/client/AI_CORE_API/schema/rta-artifact-array.d.ts.map +1 -0
  1009. package/dist/client/AI_CORE_API/schema/rta-artifact-array.js +2 -0
  1010. package/dist/client/AI_CORE_API/schema/rta-artifact-array.js.map +1 -0
  1011. package/dist/client/AI_CORE_API/schema/rta-artifact-label-list.d.ts +6 -0
  1012. package/dist/client/AI_CORE_API/schema/rta-artifact-label-list.d.ts.map +1 -0
  1013. package/dist/client/AI_CORE_API/schema/rta-artifact-label-list.js +2 -0
  1014. package/dist/client/AI_CORE_API/schema/rta-artifact-label-list.js.map +1 -0
  1015. package/dist/client/AI_CORE_API/schema/rta-artifact-label.d.ts +16 -0
  1016. package/dist/client/AI_CORE_API/schema/rta-artifact-label.d.ts.map +1 -0
  1017. package/dist/client/AI_CORE_API/schema/rta-artifact-label.js +7 -0
  1018. package/dist/client/AI_CORE_API/schema/rta-artifact-label.js.map +1 -0
  1019. package/dist/client/AI_CORE_API/schema/rta-artifact-name.d.ts +6 -0
  1020. package/dist/client/AI_CORE_API/schema/rta-artifact-name.d.ts.map +1 -0
  1021. package/dist/client/AI_CORE_API/schema/rta-artifact-name.js +7 -0
  1022. package/dist/client/AI_CORE_API/schema/rta-artifact-name.js.map +1 -0
  1023. package/dist/client/AI_CORE_API/schema/rta-artifact-signature.d.ts +6 -0
  1024. package/dist/client/AI_CORE_API/schema/rta-artifact-signature.d.ts.map +1 -0
  1025. package/dist/client/AI_CORE_API/schema/rta-artifact-signature.js +7 -0
  1026. package/dist/client/AI_CORE_API/schema/rta-artifact-signature.js.map +1 -0
  1027. package/dist/client/AI_CORE_API/schema/rta-artifact-url.d.ts +11 -0
  1028. package/dist/client/AI_CORE_API/schema/rta-artifact-url.d.ts.map +1 -0
  1029. package/dist/client/AI_CORE_API/schema/rta-artifact-url.js +7 -0
  1030. package/dist/client/AI_CORE_API/schema/rta-artifact-url.js.map +1 -0
  1031. package/dist/client/AI_CORE_API/schema/rta-artifact.d.ts +28 -0
  1032. package/dist/client/AI_CORE_API/schema/rta-artifact.d.ts.map +1 -0
  1033. package/dist/client/AI_CORE_API/schema/rta-artifact.js +2 -0
  1034. package/dist/client/AI_CORE_API/schema/rta-artifact.js.map +1 -0
  1035. package/dist/client/AI_CORE_API/schema/rta-backend-details.d.ts +10 -0
  1036. package/dist/client/AI_CORE_API/schema/rta-backend-details.d.ts.map +1 -0
  1037. package/dist/client/AI_CORE_API/schema/rta-backend-details.js +7 -0
  1038. package/dist/client/AI_CORE_API/schema/rta-backend-details.js.map +1 -0
  1039. package/dist/client/AI_CORE_API/schema/rta-creation-response-message.d.ts +6 -0
  1040. package/dist/client/AI_CORE_API/schema/rta-creation-response-message.d.ts.map +1 -0
  1041. package/dist/client/AI_CORE_API/schema/rta-creation-response-message.js +7 -0
  1042. package/dist/client/AI_CORE_API/schema/rta-creation-response-message.js.map +1 -0
  1043. package/dist/client/AI_CORE_API/schema/rta-deployment-cascade-update-response-message.d.ts +6 -0
  1044. package/dist/client/AI_CORE_API/schema/rta-deployment-cascade-update-response-message.d.ts.map +1 -0
  1045. package/dist/client/AI_CORE_API/schema/rta-deployment-cascade-update-response-message.js +7 -0
  1046. package/dist/client/AI_CORE_API/schema/rta-deployment-cascade-update-response-message.js.map +1 -0
  1047. package/dist/client/AI_CORE_API/schema/rta-deployment-creation-response-message.d.ts +6 -0
  1048. package/dist/client/AI_CORE_API/schema/rta-deployment-creation-response-message.d.ts.map +1 -0
  1049. package/dist/client/AI_CORE_API/schema/rta-deployment-creation-response-message.js +7 -0
  1050. package/dist/client/AI_CORE_API/schema/rta-deployment-creation-response-message.js.map +1 -0
  1051. package/dist/client/AI_CORE_API/schema/rta-deployment-deletion-response-message.d.ts +6 -0
  1052. package/dist/client/AI_CORE_API/schema/rta-deployment-deletion-response-message.d.ts.map +1 -0
  1053. package/dist/client/AI_CORE_API/schema/rta-deployment-deletion-response-message.js +7 -0
  1054. package/dist/client/AI_CORE_API/schema/rta-deployment-deletion-response-message.js.map +1 -0
  1055. package/dist/client/AI_CORE_API/schema/rta-deployment-details.d.ts +9 -0
  1056. package/dist/client/AI_CORE_API/schema/rta-deployment-details.d.ts.map +1 -0
  1057. package/dist/client/AI_CORE_API/schema/rta-deployment-details.js +2 -0
  1058. package/dist/client/AI_CORE_API/schema/rta-deployment-details.js.map +1 -0
  1059. package/dist/client/AI_CORE_API/schema/rta-deployment-id.d.ts +7 -0
  1060. package/dist/client/AI_CORE_API/schema/rta-deployment-id.d.ts.map +1 -0
  1061. package/dist/client/AI_CORE_API/schema/rta-deployment-id.js +7 -0
  1062. package/dist/client/AI_CORE_API/schema/rta-deployment-id.js.map +1 -0
  1063. package/dist/client/AI_CORE_API/schema/rta-deployment-modification-response-message.d.ts +6 -0
  1064. package/dist/client/AI_CORE_API/schema/rta-deployment-modification-response-message.d.ts.map +1 -0
  1065. package/dist/client/AI_CORE_API/schema/rta-deployment-modification-response-message.js +7 -0
  1066. package/dist/client/AI_CORE_API/schema/rta-deployment-modification-response-message.js.map +1 -0
  1067. package/dist/client/AI_CORE_API/schema/rta-deployment-status-details.d.ts +5 -0
  1068. package/dist/client/AI_CORE_API/schema/rta-deployment-status-details.d.ts.map +1 -0
  1069. package/dist/client/AI_CORE_API/schema/rta-deployment-status-details.js +7 -0
  1070. package/dist/client/AI_CORE_API/schema/rta-deployment-status-details.js.map +1 -0
  1071. package/dist/client/AI_CORE_API/schema/rta-deployment-url.d.ts +6 -0
  1072. package/dist/client/AI_CORE_API/schema/rta-deployment-url.d.ts.map +1 -0
  1073. package/dist/client/AI_CORE_API/schema/rta-deployment-url.js +7 -0
  1074. package/dist/client/AI_CORE_API/schema/rta-deployment-url.js.map +1 -0
  1075. package/dist/client/AI_CORE_API/schema/rta-deployment.d.ts +43 -0
  1076. package/dist/client/AI_CORE_API/schema/rta-deployment.d.ts.map +1 -0
  1077. package/dist/client/AI_CORE_API/schema/rta-deployment.js +2 -0
  1078. package/dist/client/AI_CORE_API/schema/rta-deployment.js.map +1 -0
  1079. package/dist/client/AI_CORE_API/schema/rta-error-response.d.ts +8 -0
  1080. package/dist/client/AI_CORE_API/schema/rta-error-response.d.ts.map +1 -0
  1081. package/dist/client/AI_CORE_API/schema/rta-error-response.js +2 -0
  1082. package/dist/client/AI_CORE_API/schema/rta-error-response.js.map +1 -0
  1083. package/dist/client/AI_CORE_API/schema/rta-error.d.ts +27 -0
  1084. package/dist/client/AI_CORE_API/schema/rta-error.d.ts.map +1 -0
  1085. package/dist/client/AI_CORE_API/schema/rta-error.js +7 -0
  1086. package/dist/client/AI_CORE_API/schema/rta-error.js.map +1 -0
  1087. package/dist/client/AI_CORE_API/schema/rta-executable-argument-binding.d.ts +13 -0
  1088. package/dist/client/AI_CORE_API/schema/rta-executable-argument-binding.d.ts.map +1 -0
  1089. package/dist/client/AI_CORE_API/schema/rta-executable-argument-binding.js +7 -0
  1090. package/dist/client/AI_CORE_API/schema/rta-executable-argument-binding.js.map +1 -0
  1091. package/dist/client/AI_CORE_API/schema/rta-executable-artifact.d.ts +21 -0
  1092. package/dist/client/AI_CORE_API/schema/rta-executable-artifact.d.ts.map +1 -0
  1093. package/dist/client/AI_CORE_API/schema/rta-executable-artifact.js +2 -0
  1094. package/dist/client/AI_CORE_API/schema/rta-executable-artifact.js.map +1 -0
  1095. package/dist/client/AI_CORE_API/schema/rta-executable-id.d.ts +7 -0
  1096. package/dist/client/AI_CORE_API/schema/rta-executable-id.d.ts.map +1 -0
  1097. package/dist/client/AI_CORE_API/schema/rta-executable-id.js +7 -0
  1098. package/dist/client/AI_CORE_API/schema/rta-executable-id.js.map +1 -0
  1099. package/dist/client/AI_CORE_API/schema/rta-executable-input-artifact-list.d.ts +6 -0
  1100. package/dist/client/AI_CORE_API/schema/rta-executable-input-artifact-list.d.ts.map +1 -0
  1101. package/dist/client/AI_CORE_API/schema/rta-executable-input-artifact-list.js +2 -0
  1102. package/dist/client/AI_CORE_API/schema/rta-executable-input-artifact-list.js.map +1 -0
  1103. package/dist/client/AI_CORE_API/schema/rta-executable-output-artifact-list.d.ts +6 -0
  1104. package/dist/client/AI_CORE_API/schema/rta-executable-output-artifact-list.d.ts.map +1 -0
  1105. package/dist/client/AI_CORE_API/schema/rta-executable-output-artifact-list.js +2 -0
  1106. package/dist/client/AI_CORE_API/schema/rta-executable-output-artifact-list.js.map +1 -0
  1107. package/dist/client/AI_CORE_API/schema/rta-executable-parameter-list.d.ts +6 -0
  1108. package/dist/client/AI_CORE_API/schema/rta-executable-parameter-list.d.ts.map +1 -0
  1109. package/dist/client/AI_CORE_API/schema/rta-executable-parameter-list.js +2 -0
  1110. package/dist/client/AI_CORE_API/schema/rta-executable-parameter-list.js.map +1 -0
  1111. package/dist/client/AI_CORE_API/schema/rta-executable-parameter.d.ts +23 -0
  1112. package/dist/client/AI_CORE_API/schema/rta-executable-parameter.d.ts.map +1 -0
  1113. package/dist/client/AI_CORE_API/schema/rta-executable-parameter.js +7 -0
  1114. package/dist/client/AI_CORE_API/schema/rta-executable-parameter.js.map +1 -0
  1115. package/dist/client/AI_CORE_API/schema/rta-executable.d.ts +40 -0
  1116. package/dist/client/AI_CORE_API/schema/rta-executable.d.ts.map +1 -0
  1117. package/dist/client/AI_CORE_API/schema/rta-executable.js +2 -0
  1118. package/dist/client/AI_CORE_API/schema/rta-executable.js.map +1 -0
  1119. package/dist/client/AI_CORE_API/schema/rta-execution-creation-response-message.d.ts +6 -0
  1120. package/dist/client/AI_CORE_API/schema/rta-execution-creation-response-message.d.ts.map +1 -0
  1121. package/dist/client/AI_CORE_API/schema/rta-execution-creation-response-message.js +7 -0
  1122. package/dist/client/AI_CORE_API/schema/rta-execution-creation-response-message.js.map +1 -0
  1123. package/dist/client/AI_CORE_API/schema/rta-execution-deletion-response-message.d.ts +6 -0
  1124. package/dist/client/AI_CORE_API/schema/rta-execution-deletion-response-message.d.ts.map +1 -0
  1125. package/dist/client/AI_CORE_API/schema/rta-execution-deletion-response-message.js +7 -0
  1126. package/dist/client/AI_CORE_API/schema/rta-execution-deletion-response-message.js.map +1 -0
  1127. package/dist/client/AI_CORE_API/schema/rta-execution-id.d.ts +7 -0
  1128. package/dist/client/AI_CORE_API/schema/rta-execution-id.d.ts.map +1 -0
  1129. package/dist/client/AI_CORE_API/schema/rta-execution-id.js +7 -0
  1130. package/dist/client/AI_CORE_API/schema/rta-execution-id.js.map +1 -0
  1131. package/dist/client/AI_CORE_API/schema/rta-execution-modification-response-message.d.ts +6 -0
  1132. package/dist/client/AI_CORE_API/schema/rta-execution-modification-response-message.d.ts.map +1 -0
  1133. package/dist/client/AI_CORE_API/schema/rta-execution-modification-response-message.js +7 -0
  1134. package/dist/client/AI_CORE_API/schema/rta-execution-modification-response-message.js.map +1 -0
  1135. package/dist/client/AI_CORE_API/schema/rta-execution-status-details.d.ts +5 -0
  1136. package/dist/client/AI_CORE_API/schema/rta-execution-status-details.d.ts.map +1 -0
  1137. package/dist/client/AI_CORE_API/schema/rta-execution-status-details.js +7 -0
  1138. package/dist/client/AI_CORE_API/schema/rta-execution-status-details.js.map +1 -0
  1139. package/dist/client/AI_CORE_API/schema/rta-execution.d.ts +50 -0
  1140. package/dist/client/AI_CORE_API/schema/rta-execution.d.ts.map +1 -0
  1141. package/dist/client/AI_CORE_API/schema/rta-execution.js +2 -0
  1142. package/dist/client/AI_CORE_API/schema/rta-execution.js.map +1 -0
  1143. package/dist/client/AI_CORE_API/schema/rta-id.d.ts +7 -0
  1144. package/dist/client/AI_CORE_API/schema/rta-id.d.ts.map +1 -0
  1145. package/dist/client/AI_CORE_API/schema/rta-id.js +7 -0
  1146. package/dist/client/AI_CORE_API/schema/rta-id.js.map +1 -0
  1147. package/dist/client/AI_CORE_API/schema/rta-input-artifact-argument-binding.d.ts +12 -0
  1148. package/dist/client/AI_CORE_API/schema/rta-input-artifact-argument-binding.d.ts.map +1 -0
  1149. package/dist/client/AI_CORE_API/schema/rta-input-artifact-argument-binding.js +2 -0
  1150. package/dist/client/AI_CORE_API/schema/rta-input-artifact-argument-binding.js.map +1 -0
  1151. package/dist/client/AI_CORE_API/schema/rta-label-list.d.ts +6 -0
  1152. package/dist/client/AI_CORE_API/schema/rta-label-list.d.ts.map +1 -0
  1153. package/dist/client/AI_CORE_API/schema/rta-label-list.js +2 -0
  1154. package/dist/client/AI_CORE_API/schema/rta-label-list.js.map +1 -0
  1155. package/dist/client/AI_CORE_API/schema/rta-label.d.ts +15 -0
  1156. package/dist/client/AI_CORE_API/schema/rta-label.d.ts.map +1 -0
  1157. package/dist/client/AI_CORE_API/schema/rta-label.js +7 -0
  1158. package/dist/client/AI_CORE_API/schema/rta-label.js.map +1 -0
  1159. package/dist/client/AI_CORE_API/schema/rta-latest-running-target-id.d.ts +7 -0
  1160. package/dist/client/AI_CORE_API/schema/rta-latest-running-target-id.d.ts.map +1 -0
  1161. package/dist/client/AI_CORE_API/schema/rta-latest-running-target-id.js +7 -0
  1162. package/dist/client/AI_CORE_API/schema/rta-latest-running-target-id.js.map +1 -0
  1163. package/dist/client/AI_CORE_API/schema/rta-log-common-data.d.ts +8 -0
  1164. package/dist/client/AI_CORE_API/schema/rta-log-common-data.d.ts.map +1 -0
  1165. package/dist/client/AI_CORE_API/schema/rta-log-common-data.js +2 -0
  1166. package/dist/client/AI_CORE_API/schema/rta-log-common-data.js.map +1 -0
  1167. package/dist/client/AI_CORE_API/schema/rta-log-common-response.d.ts +9 -0
  1168. package/dist/client/AI_CORE_API/schema/rta-log-common-response.d.ts.map +1 -0
  1169. package/dist/client/AI_CORE_API/schema/rta-log-common-response.js +2 -0
  1170. package/dist/client/AI_CORE_API/schema/rta-log-common-response.js.map +1 -0
  1171. package/dist/client/AI_CORE_API/schema/rta-log-common-result-item.d.ts +10 -0
  1172. package/dist/client/AI_CORE_API/schema/rta-log-common-result-item.d.ts.map +1 -0
  1173. package/dist/client/AI_CORE_API/schema/rta-log-common-result-item.js +2 -0
  1174. package/dist/client/AI_CORE_API/schema/rta-log-common-result-item.js.map +1 -0
  1175. package/dist/client/AI_CORE_API/schema/rta-log-common-result.d.ts +6 -0
  1176. package/dist/client/AI_CORE_API/schema/rta-log-common-result.d.ts.map +1 -0
  1177. package/dist/client/AI_CORE_API/schema/rta-log-common-result.js +2 -0
  1178. package/dist/client/AI_CORE_API/schema/rta-log-common-result.js.map +1 -0
  1179. package/dist/client/AI_CORE_API/schema/rta-model-base-data.d.ts +18 -0
  1180. package/dist/client/AI_CORE_API/schema/rta-model-base-data.d.ts.map +1 -0
  1181. package/dist/client/AI_CORE_API/schema/rta-model-base-data.js +2 -0
  1182. package/dist/client/AI_CORE_API/schema/rta-model-base-data.js.map +1 -0
  1183. package/dist/client/AI_CORE_API/schema/rta-model-version-list.d.ts +6 -0
  1184. package/dist/client/AI_CORE_API/schema/rta-model-version-list.d.ts.map +1 -0
  1185. package/dist/client/AI_CORE_API/schema/rta-model-version-list.js +2 -0
  1186. package/dist/client/AI_CORE_API/schema/rta-model-version-list.js.map +1 -0
  1187. package/dist/client/AI_CORE_API/schema/rta-model-version.d.ts +14 -0
  1188. package/dist/client/AI_CORE_API/schema/rta-model-version.d.ts.map +1 -0
  1189. package/dist/client/AI_CORE_API/schema/rta-model-version.js +7 -0
  1190. package/dist/client/AI_CORE_API/schema/rta-model-version.js.map +1 -0
  1191. package/dist/client/AI_CORE_API/schema/rta-output-artifact-argument-binding.d.ts +10 -0
  1192. package/dist/client/AI_CORE_API/schema/rta-output-artifact-argument-binding.d.ts.map +1 -0
  1193. package/dist/client/AI_CORE_API/schema/rta-output-artifact-argument-binding.js +2 -0
  1194. package/dist/client/AI_CORE_API/schema/rta-output-artifact-argument-binding.js.map +1 -0
  1195. package/dist/client/AI_CORE_API/schema/rta-scenario-id.d.ts +7 -0
  1196. package/dist/client/AI_CORE_API/schema/rta-scenario-id.d.ts.map +1 -0
  1197. package/dist/client/AI_CORE_API/schema/rta-scenario-id.js +7 -0
  1198. package/dist/client/AI_CORE_API/schema/rta-scenario-id.js.map +1 -0
  1199. package/dist/client/AI_CORE_API/schema/rta-scenario.d.ts +30 -0
  1200. package/dist/client/AI_CORE_API/schema/rta-scenario.d.ts.map +1 -0
  1201. package/dist/client/AI_CORE_API/schema/rta-scenario.js +2 -0
  1202. package/dist/client/AI_CORE_API/schema/rta-scenario.js.map +1 -0
  1203. package/dist/client/AI_CORE_API/schema/rta-target-id.d.ts +7 -0
  1204. package/dist/client/AI_CORE_API/schema/rta-target-id.d.ts.map +1 -0
  1205. package/dist/client/AI_CORE_API/schema/rta-target-id.js +7 -0
  1206. package/dist/client/AI_CORE_API/schema/rta-target-id.js.map +1 -0
  1207. package/dist/client/AI_CORE_API/schema/rta-ttl.d.ts +7 -0
  1208. package/dist/client/AI_CORE_API/schema/rta-ttl.d.ts.map +1 -0
  1209. package/dist/client/AI_CORE_API/schema/rta-ttl.js +7 -0
  1210. package/dist/client/AI_CORE_API/schema/rta-ttl.js.map +1 -0
  1211. package/dist/client/AI_CORE_API/schema/trck-api-error.d.ts +24 -0
  1212. package/dist/client/AI_CORE_API/schema/trck-api-error.d.ts.map +1 -0
  1213. package/dist/client/AI_CORE_API/schema/trck-api-error.js +2 -0
  1214. package/dist/client/AI_CORE_API/schema/trck-api-error.js.map +1 -0
  1215. package/dist/client/AI_CORE_API/schema/trck-custom-info-object-data.d.ts +7 -0
  1216. package/dist/client/AI_CORE_API/schema/trck-custom-info-object-data.d.ts.map +1 -0
  1217. package/dist/client/AI_CORE_API/schema/trck-custom-info-object-data.js +7 -0
  1218. package/dist/client/AI_CORE_API/schema/trck-custom-info-object-data.js.map +1 -0
  1219. package/dist/client/AI_CORE_API/schema/trck-custom-info-object-list.d.ts +6 -0
  1220. package/dist/client/AI_CORE_API/schema/trck-custom-info-object-list.d.ts.map +1 -0
  1221. package/dist/client/AI_CORE_API/schema/trck-custom-info-object-list.js +2 -0
  1222. package/dist/client/AI_CORE_API/schema/trck-custom-info-object-list.js.map +1 -0
  1223. package/dist/client/AI_CORE_API/schema/trck-custom-info-object.d.ts +14 -0
  1224. package/dist/client/AI_CORE_API/schema/trck-custom-info-object.d.ts.map +1 -0
  1225. package/dist/client/AI_CORE_API/schema/trck-custom-info-object.js +2 -0
  1226. package/dist/client/AI_CORE_API/schema/trck-custom-info-object.js.map +1 -0
  1227. package/dist/client/AI_CORE_API/schema/trck-delete-metrics-response.d.ts +12 -0
  1228. package/dist/client/AI_CORE_API/schema/trck-delete-metrics-response.d.ts.map +1 -0
  1229. package/dist/client/AI_CORE_API/schema/trck-delete-metrics-response.js +2 -0
  1230. package/dist/client/AI_CORE_API/schema/trck-delete-metrics-response.js.map +1 -0
  1231. package/dist/client/AI_CORE_API/schema/trck-details-error-response.d.ts +14 -0
  1232. package/dist/client/AI_CORE_API/schema/trck-details-error-response.d.ts.map +1 -0
  1233. package/dist/client/AI_CORE_API/schema/trck-details-error-response.js +7 -0
  1234. package/dist/client/AI_CORE_API/schema/trck-details-error-response.js.map +1 -0
  1235. package/dist/client/AI_CORE_API/schema/trck-execution-id.d.ts +7 -0
  1236. package/dist/client/AI_CORE_API/schema/trck-execution-id.d.ts.map +1 -0
  1237. package/dist/client/AI_CORE_API/schema/trck-execution-id.js +2 -0
  1238. package/dist/client/AI_CORE_API/schema/trck-execution-id.js.map +1 -0
  1239. package/dist/client/AI_CORE_API/schema/trck-generic-name.d.ts +8 -0
  1240. package/dist/client/AI_CORE_API/schema/trck-generic-name.d.ts.map +1 -0
  1241. package/dist/client/AI_CORE_API/schema/trck-generic-name.js +7 -0
  1242. package/dist/client/AI_CORE_API/schema/trck-generic-name.js.map +1 -0
  1243. package/dist/client/AI_CORE_API/schema/trck-get-metric-list.d.ts +6 -0
  1244. package/dist/client/AI_CORE_API/schema/trck-get-metric-list.d.ts.map +1 -0
  1245. package/dist/client/AI_CORE_API/schema/trck-get-metric-list.js +2 -0
  1246. package/dist/client/AI_CORE_API/schema/trck-get-metric-list.js.map +1 -0
  1247. package/dist/client/AI_CORE_API/schema/trck-get-metric-resource-list.d.ts +12 -0
  1248. package/dist/client/AI_CORE_API/schema/trck-get-metric-resource-list.d.ts.map +1 -0
  1249. package/dist/client/AI_CORE_API/schema/trck-get-metric-resource-list.js +2 -0
  1250. package/dist/client/AI_CORE_API/schema/trck-get-metric-resource-list.js.map +1 -0
  1251. package/dist/client/AI_CORE_API/schema/trck-get-metric-resource.d.ts +14 -0
  1252. package/dist/client/AI_CORE_API/schema/trck-get-metric-resource.d.ts.map +1 -0
  1253. package/dist/client/AI_CORE_API/schema/trck-get-metric-resource.js +2 -0
  1254. package/dist/client/AI_CORE_API/schema/trck-get-metric-resource.js.map +1 -0
  1255. package/dist/client/AI_CORE_API/schema/trck-get-metric.d.ts +19 -0
  1256. package/dist/client/AI_CORE_API/schema/trck-get-metric.d.ts.map +1 -0
  1257. package/dist/client/AI_CORE_API/schema/trck-get-metric.js +2 -0
  1258. package/dist/client/AI_CORE_API/schema/trck-get-metric.js.map +1 -0
  1259. package/dist/client/AI_CORE_API/schema/trck-label-list.d.ts +16 -0
  1260. package/dist/client/AI_CORE_API/schema/trck-label-list.d.ts.map +1 -0
  1261. package/dist/client/AI_CORE_API/schema/trck-label-list.js +2 -0
  1262. package/dist/client/AI_CORE_API/schema/trck-label-list.js.map +1 -0
  1263. package/dist/client/AI_CORE_API/schema/trck-label-name.d.ts +8 -0
  1264. package/dist/client/AI_CORE_API/schema/trck-label-name.d.ts.map +1 -0
  1265. package/dist/client/AI_CORE_API/schema/trck-label-name.js +7 -0
  1266. package/dist/client/AI_CORE_API/schema/trck-label-name.js.map +1 -0
  1267. package/dist/client/AI_CORE_API/schema/trck-label.d.ts +19 -0
  1268. package/dist/client/AI_CORE_API/schema/trck-label.d.ts.map +1 -0
  1269. package/dist/client/AI_CORE_API/schema/trck-label.js +2 -0
  1270. package/dist/client/AI_CORE_API/schema/trck-label.js.map +1 -0
  1271. package/dist/client/AI_CORE_API/schema/trck-metric-list.d.ts +6 -0
  1272. package/dist/client/AI_CORE_API/schema/trck-metric-list.d.ts.map +1 -0
  1273. package/dist/client/AI_CORE_API/schema/trck-metric-list.js +2 -0
  1274. package/dist/client/AI_CORE_API/schema/trck-metric-list.js.map +1 -0
  1275. package/dist/client/AI_CORE_API/schema/trck-metric-name.d.ts +8 -0
  1276. package/dist/client/AI_CORE_API/schema/trck-metric-name.d.ts.map +1 -0
  1277. package/dist/client/AI_CORE_API/schema/trck-metric-name.js +7 -0
  1278. package/dist/client/AI_CORE_API/schema/trck-metric-name.js.map +1 -0
  1279. package/dist/client/AI_CORE_API/schema/trck-metric-resource.d.ts +14 -0
  1280. package/dist/client/AI_CORE_API/schema/trck-metric-resource.d.ts.map +1 -0
  1281. package/dist/client/AI_CORE_API/schema/trck-metric-resource.js +2 -0
  1282. package/dist/client/AI_CORE_API/schema/trck-metric-resource.js.map +1 -0
  1283. package/dist/client/AI_CORE_API/schema/trck-metric-value.d.ts +6 -0
  1284. package/dist/client/AI_CORE_API/schema/trck-metric-value.d.ts.map +1 -0
  1285. package/dist/client/AI_CORE_API/schema/trck-metric-value.js +7 -0
  1286. package/dist/client/AI_CORE_API/schema/trck-metric-value.js.map +1 -0
  1287. package/dist/client/AI_CORE_API/schema/trck-metric.d.ts +19 -0
  1288. package/dist/client/AI_CORE_API/schema/trck-metric.d.ts.map +1 -0
  1289. package/dist/client/AI_CORE_API/schema/trck-metric.js +2 -0
  1290. package/dist/client/AI_CORE_API/schema/trck-metric.js.map +1 -0
  1291. package/dist/client/AI_CORE_API/schema/trck-mlapi-execution-id.d.ts +7 -0
  1292. package/dist/client/AI_CORE_API/schema/trck-mlapi-execution-id.d.ts.map +1 -0
  1293. package/dist/client/AI_CORE_API/schema/trck-mlapi-execution-id.js +7 -0
  1294. package/dist/client/AI_CORE_API/schema/trck-mlapi-execution-id.js.map +1 -0
  1295. package/dist/client/AI_CORE_API/schema/trck-string-array.d.ts +9 -0
  1296. package/dist/client/AI_CORE_API/schema/trck-string-array.d.ts.map +1 -0
  1297. package/dist/client/AI_CORE_API/schema/trck-string-array.js +7 -0
  1298. package/dist/client/AI_CORE_API/schema/trck-string-array.js.map +1 -0
  1299. package/dist/client/AI_CORE_API/schema/trck-tag-list.d.ts +6 -0
  1300. package/dist/client/AI_CORE_API/schema/trck-tag-list.d.ts.map +1 -0
  1301. package/dist/client/AI_CORE_API/schema/trck-tag-list.js +2 -0
  1302. package/dist/client/AI_CORE_API/schema/trck-tag-list.js.map +1 -0
  1303. package/dist/client/AI_CORE_API/schema/trck-tag.d.ts +19 -0
  1304. package/dist/client/AI_CORE_API/schema/trck-tag.d.ts.map +1 -0
  1305. package/dist/client/AI_CORE_API/schema/trck-tag.js +2 -0
  1306. package/dist/client/AI_CORE_API/schema/trck-tag.js.map +1 -0
  1307. package/dist/client/AI_CORE_API/schema/trck-timestamp.d.ts +6 -0
  1308. package/dist/client/AI_CORE_API/schema/trck-timestamp.d.ts.map +1 -0
  1309. package/dist/client/AI_CORE_API/schema/trck-timestamp.js +7 -0
  1310. package/dist/client/AI_CORE_API/schema/trck-timestamp.js.map +1 -0
  1311. package/dist/client/AI_CORE_API/schema/trckmetric-selector-permissible-values.d.ts +5 -0
  1312. package/dist/client/AI_CORE_API/schema/trckmetric-selector-permissible-values.d.ts.map +1 -0
  1313. package/dist/client/AI_CORE_API/schema/trckmetric-selector-permissible-values.js +7 -0
  1314. package/dist/client/AI_CORE_API/schema/trckmetric-selector-permissible-values.js.map +1 -0
  1315. package/dist/client/AI_CORE_API/secret-api.d.ts +58 -0
  1316. package/dist/client/AI_CORE_API/secret-api.d.ts.map +1 -0
  1317. package/dist/client/AI_CORE_API/secret-api.js +55 -0
  1318. package/dist/client/AI_CORE_API/secret-api.js.map +1 -0
  1319. package/dist/client/AI_CORE_API/service-api.d.ts +28 -0
  1320. package/dist/client/AI_CORE_API/service-api.d.ts.map +1 -0
  1321. package/dist/client/AI_CORE_API/service-api.js +33 -0
  1322. package/dist/client/AI_CORE_API/service-api.js.map +1 -0
  1323. package/dist/index.d.ts +3 -0
  1324. package/dist/index.d.ts.map +1 -0
  1325. package/dist/index.js +2 -0
  1326. package/dist/index.js.map +1 -0
  1327. package/dist/internal.d.ts +2 -0
  1328. package/dist/internal.d.ts.map +1 -0
  1329. package/dist/internal.js +2 -0
  1330. package/dist/internal.js.map +1 -0
  1331. package/dist/utils/deployment-cache.d.ts +34 -0
  1332. package/dist/utils/deployment-cache.d.ts.map +1 -0
  1333. package/dist/utils/deployment-cache.js +68 -0
  1334. package/dist/utils/deployment-cache.js.map +1 -0
  1335. package/dist/utils/deployment-resolver.d.ts +76 -0
  1336. package/dist/utils/deployment-resolver.d.ts.map +1 -0
  1337. package/dist/utils/deployment-resolver.js +81 -0
  1338. package/dist/utils/deployment-resolver.js.map +1 -0
  1339. package/dist/utils/index.d.ts +3 -0
  1340. package/dist/utils/index.d.ts.map +1 -0
  1341. package/dist/utils/index.js +3 -0
  1342. package/dist/utils/index.js.map +1 -0
  1343. package/dist/utils/model.d.ts +23 -0
  1344. package/dist/utils/model.d.ts.map +1 -0
  1345. package/dist/utils/model.js +19 -0
  1346. package/dist/utils/model.js.map +1 -0
  1347. package/internal.d.ts +2 -0
  1348. package/internal.js +2 -0
  1349. package/package.json +38 -0
@@ -0,0 +1,39 @@
1
+ /*
2
+ * Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
7
+ /**
8
+ * Representation of the 'ExecutableApi'.
9
+ * This API is part of the 'AI_CORE_API' service.
10
+ */
11
+ export const ExecutableApi = {
12
+ /**
13
+ * Retrieve a list of executables for a scenario. Filter by version ID, if required.
14
+ *
15
+ * @param scenarioId - Scenario identifier
16
+ * @param queryParameters - Object containing the following keys: versionId.
17
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
18
+ * @returns The request builder, use the `execute()` method to trigger the request.
19
+ */
20
+ executableQuery: (scenarioId, queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/scenarios/{scenarioId}/executables', {
21
+ pathParameters: { scenarioId },
22
+ queryParameters,
23
+ headerParameters
24
+ }),
25
+ /**
26
+ * Retrieve details about an executable identified by executableId belonging
27
+ * to a scenario identified by scenarioId.
28
+ *
29
+ * @param scenarioId - Scenario identifier
30
+ * @param executableId - Executable identifier
31
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
32
+ * @returns The request builder, use the `execute()` method to trigger the request.
33
+ */
34
+ executableGet: (scenarioId, executableId, headerParameters) => new OpenApiRequestBuilder('get', '/lm/scenarios/{scenarioId}/executables/{executableId}', {
35
+ pathParameters: { scenarioId, executableId },
36
+ headerParameters
37
+ })
38
+ };
39
+ //# sourceMappingURL=executable-api.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"executable-api.js","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/executable-api.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAEzD;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B;;;;;;;OAOG;IACH,eAAe,EAAE,CACf,UAAkB,EAClB,eAAuC,EACvC,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,wCAAwC,EACxC;QACE,cAAc,EAAE,EAAE,UAAU,EAAE;QAC9B,eAAe;QACf,gBAAgB;KACjB,CACF;IACH;;;;;;;;OAQG;IACH,aAAa,EAAE,CACb,UAAkB,EAClB,YAAoB,EACpB,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,uDAAuD,EACvD;QACE,cAAc,EAAE,EAAE,UAAU,EAAE,YAAY,EAAE;QAC5C,gBAAgB;KACjB,CACF;CACJ,CAAC"}
@@ -0,0 +1,112 @@
1
+ import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
2
+ import type { AiExecutionList, AiEnactmentCreationRequest, AiExecutionCreationResponse, AiExecutionBulkModificationRequest, AiExecutionBulkModificationResponse, AiExecutionResponseWithDetails, AiExecutionModificationRequest, AiExecutionModificationResponse, AiExecutionDeletionResponse, RTALogCommonResponse } from './schema/index.js';
3
+ /**
4
+ * Representation of the 'ExecutionApi'.
5
+ * This API is part of the 'AI_CORE_API' service.
6
+ */
7
+ export declare const ExecutionApi: {
8
+ /**
9
+ * Retrieve a list of executions that match the specified filter criteria.
10
+ * Filter criteria include a list of executableIds, a scenarioId, a configurationId, or a execution status.
11
+ * With top/skip parameters it is possible to paginate the result list.
12
+ * With select parameter it is possible to select only status.
13
+ *
14
+ * @param queryParameters - Object containing the following keys: executableIds, configurationId, scenarioId, executionScheduleId, status, $top, $skip, $select.
15
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
16
+ * @returns The request builder, use the `execute()` method to trigger the request.
17
+ */
18
+ executionQuery: (queryParameters: {
19
+ executableIds?: string[];
20
+ configurationId?: string;
21
+ scenarioId?: string;
22
+ executionScheduleId?: string;
23
+ status?: "PENDING" | "RUNNING" | "COMPLETED" | "DEAD" | "STOPPING" | "STOPPED" | "UNKNOWN";
24
+ $top?: number;
25
+ $skip?: number;
26
+ $select?: "status";
27
+ }, headerParameters: {
28
+ "AI-Resource-Group": string;
29
+ }) => OpenApiRequestBuilder<AiExecutionList>;
30
+ /**
31
+ * Create an execution using the configuration specified by configurationId.
32
+ * @param body - Request body.
33
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
34
+ * @returns The request builder, use the `execute()` method to trigger the request.
35
+ */
36
+ executionCreate: (body: AiEnactmentCreationRequest, headerParameters: {
37
+ "AI-Resource-Group": string;
38
+ }) => OpenApiRequestBuilder<AiExecutionCreationResponse>;
39
+ /**
40
+ * Patch multiple executions' status to stopped or deleted.
41
+ * @param body - Request body.
42
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
43
+ * @returns The request builder, use the `execute()` method to trigger the request.
44
+ */
45
+ executionBatchModify: (body: AiExecutionBulkModificationRequest, headerParameters: {
46
+ "AI-Resource-Group": string;
47
+ }) => OpenApiRequestBuilder<AiExecutionBulkModificationResponse>;
48
+ /**
49
+ * Retrieve details for execution with executionId.
50
+ * @param executionId - Execution identifier
51
+ * @param queryParameters - Object containing the following keys: $select.
52
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
53
+ * @returns The request builder, use the `execute()` method to trigger the request.
54
+ */
55
+ executionGet: (executionId: string, queryParameters: {
56
+ $select?: "status";
57
+ }, headerParameters: {
58
+ "AI-Resource-Group": string;
59
+ }) => OpenApiRequestBuilder<AiExecutionResponseWithDetails>;
60
+ /**
61
+ * Update target status of the execution to stop an execution.
62
+ * @param executionId - Execution identifier
63
+ * @param body - Request body.
64
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
65
+ * @returns The request builder, use the `execute()` method to trigger the request.
66
+ */
67
+ executionModify: (executionId: string, body: AiExecutionModificationRequest, headerParameters: {
68
+ "AI-Resource-Group": string;
69
+ }) => OpenApiRequestBuilder<AiExecutionModificationResponse>;
70
+ /**
71
+ * Mark the execution with executionId as deleted.
72
+ * @param executionId - Execution identifier
73
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
74
+ * @returns The request builder, use the `execute()` method to trigger the request.
75
+ */
76
+ executionDelete: (executionId: string, headerParameters: {
77
+ "AI-Resource-Group": string;
78
+ }) => OpenApiRequestBuilder<AiExecutionDeletionResponse>;
79
+ /**
80
+ * Retrieve the number of available executions. The number can be filtered by
81
+ * scenarioId, configurationId, executableIdsList or by execution status.
82
+ *
83
+ * @param queryParameters - Object containing the following keys: executableIds, configurationId, scenarioId, executionScheduleId, status.
84
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
85
+ * @returns The request builder, use the `execute()` method to trigger the request.
86
+ */
87
+ executionCount: (queryParameters: {
88
+ executableIds?: string[];
89
+ configurationId?: string;
90
+ scenarioId?: string;
91
+ executionScheduleId?: string;
92
+ status?: "PENDING" | "RUNNING" | "COMPLETED" | "DEAD" | "STOPPING" | "STOPPED" | "UNKNOWN";
93
+ }, headerParameters: {
94
+ "AI-Resource-Group": string;
95
+ }) => OpenApiRequestBuilder<any>;
96
+ /**
97
+ * Retrieve logs of an execution for getting insight into the execution results or failures.
98
+ * @param executionId - Execution identifier
99
+ * @param queryParameters - Object containing the following keys: $top, start, end, $order.
100
+ * @param headerParameters - Object containing the following keys: Authorization.
101
+ * @returns The request builder, use the `execute()` method to trigger the request.
102
+ */
103
+ kubesubmitV4ExecutionsGetLogs: (executionId: string, queryParameters?: {
104
+ $top?: number;
105
+ start?: string;
106
+ end?: string;
107
+ $order?: "asc" | "desc";
108
+ }, headerParameters?: {
109
+ Authorization?: string;
110
+ }) => OpenApiRequestBuilder<RTALogCommonResponse>;
111
+ };
112
+ //# sourceMappingURL=execution-api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execution-api.d.ts","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/execution-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,eAAe,EACf,0BAA0B,EAC1B,2BAA2B,EAC3B,kCAAkC,EAClC,mCAAmC,EACnC,8BAA8B,EAC9B,8BAA8B,EAC9B,+BAA+B,EAC/B,2BAA2B,EAC3B,oBAAoB,EACrB,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,YAAY;IACvB;;;;;;;;;OASG;sCAEgB;QACf,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;QACzB,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,mBAAmB,CAAC,EAAE,MAAM,CAAC;QAC7B,MAAM,CAAC,EACH,SAAS,GACT,SAAS,GACT,WAAW,GACX,MAAM,GACN,UAAU,GACV,SAAS,GACT,SAAS,CAAC;QACd,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,CAAC,EAAE,QAAQ,CAAC;KACpB,oBACiB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAMnD;;;;;OAKG;4BAEK,0BAA0B,oBACd;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAUnD;;;;;OAKG;iCAEK,kCAAkC,oBACtB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAUnD;;;;;;OAMG;gCAEY,MAAM,mBACF;QAAE,OAAO,CAAC,EAAE,QAAQ,CAAA;KAAE,oBACrB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;mCAEY,MAAM,QACb,8BAA8B,oBAClB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;mCAEY,MAAM,oBACD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAUnD;;;;;;;OAOG;sCAEgB;QACf,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;QACzB,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,mBAAmB,CAAC,EAAE,MAAM,CAAC;QAC7B,MAAM,CAAC,EACH,SAAS,GACT,SAAS,GACT,WAAW,GACX,MAAM,GACN,UAAU,GACV,SAAS,GACT,SAAS,CAAC;KACf,oBACiB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAMnD;;;;;;OAMG;iDAEY,MAAM,oBACD;QAChB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;KACzB,qBACkB;QAAE,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE;CAWhD,CAAC"}
@@ -0,0 +1,105 @@
1
+ /*
2
+ * Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
7
+ /**
8
+ * Representation of the 'ExecutionApi'.
9
+ * This API is part of the 'AI_CORE_API' service.
10
+ */
11
+ export const ExecutionApi = {
12
+ /**
13
+ * Retrieve a list of executions that match the specified filter criteria.
14
+ * Filter criteria include a list of executableIds, a scenarioId, a configurationId, or a execution status.
15
+ * With top/skip parameters it is possible to paginate the result list.
16
+ * With select parameter it is possible to select only status.
17
+ *
18
+ * @param queryParameters - Object containing the following keys: executableIds, configurationId, scenarioId, executionScheduleId, status, $top, $skip, $select.
19
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
20
+ * @returns The request builder, use the `execute()` method to trigger the request.
21
+ */
22
+ executionQuery: (queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/executions', {
23
+ queryParameters,
24
+ headerParameters
25
+ }),
26
+ /**
27
+ * Create an execution using the configuration specified by configurationId.
28
+ * @param body - Request body.
29
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
30
+ * @returns The request builder, use the `execute()` method to trigger the request.
31
+ */
32
+ executionCreate: (body, headerParameters) => new OpenApiRequestBuilder('post', '/lm/executions', {
33
+ body,
34
+ headerParameters
35
+ }),
36
+ /**
37
+ * Patch multiple executions' status to stopped or deleted.
38
+ * @param body - Request body.
39
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
40
+ * @returns The request builder, use the `execute()` method to trigger the request.
41
+ */
42
+ executionBatchModify: (body, headerParameters) => new OpenApiRequestBuilder('patch', '/lm/executions', {
43
+ body,
44
+ headerParameters
45
+ }),
46
+ /**
47
+ * Retrieve details for execution with executionId.
48
+ * @param executionId - Execution identifier
49
+ * @param queryParameters - Object containing the following keys: $select.
50
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
51
+ * @returns The request builder, use the `execute()` method to trigger the request.
52
+ */
53
+ executionGet: (executionId, queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/executions/{executionId}', {
54
+ pathParameters: { executionId },
55
+ queryParameters,
56
+ headerParameters
57
+ }),
58
+ /**
59
+ * Update target status of the execution to stop an execution.
60
+ * @param executionId - Execution identifier
61
+ * @param body - Request body.
62
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
63
+ * @returns The request builder, use the `execute()` method to trigger the request.
64
+ */
65
+ executionModify: (executionId, body, headerParameters) => new OpenApiRequestBuilder('patch', '/lm/executions/{executionId}', {
66
+ pathParameters: { executionId },
67
+ body,
68
+ headerParameters
69
+ }),
70
+ /**
71
+ * Mark the execution with executionId as deleted.
72
+ * @param executionId - Execution identifier
73
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
74
+ * @returns The request builder, use the `execute()` method to trigger the request.
75
+ */
76
+ executionDelete: (executionId, headerParameters) => new OpenApiRequestBuilder('delete', '/lm/executions/{executionId}', {
77
+ pathParameters: { executionId },
78
+ headerParameters
79
+ }),
80
+ /**
81
+ * Retrieve the number of available executions. The number can be filtered by
82
+ * scenarioId, configurationId, executableIdsList or by execution status.
83
+ *
84
+ * @param queryParameters - Object containing the following keys: executableIds, configurationId, scenarioId, executionScheduleId, status.
85
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
86
+ * @returns The request builder, use the `execute()` method to trigger the request.
87
+ */
88
+ executionCount: (queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/executions/$count', {
89
+ queryParameters,
90
+ headerParameters
91
+ }),
92
+ /**
93
+ * Retrieve logs of an execution for getting insight into the execution results or failures.
94
+ * @param executionId - Execution identifier
95
+ * @param queryParameters - Object containing the following keys: $top, start, end, $order.
96
+ * @param headerParameters - Object containing the following keys: Authorization.
97
+ * @returns The request builder, use the `execute()` method to trigger the request.
98
+ */
99
+ kubesubmitV4ExecutionsGetLogs: (executionId, queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/executions/{executionId}/logs', {
100
+ pathParameters: { executionId },
101
+ queryParameters,
102
+ headerParameters
103
+ })
104
+ };
105
+ //# sourceMappingURL=execution-api.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execution-api.js","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/execution-api.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAazD;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B;;;;;;;;;OASG;IACH,cAAc,EAAE,CACd,eAgBC,EACD,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CAAkB,KAAK,EAAE,gBAAgB,EAAE;QAClE,eAAe;QACf,gBAAgB;KACjB,CAAC;IACJ;;;;;OAKG;IACH,eAAe,EAAE,CACf,IAAgC,EAChC,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,MAAM,EACN,gBAAgB,EAChB;QACE,IAAI;QACJ,gBAAgB;KACjB,CACF;IACH;;;;;OAKG;IACH,oBAAoB,EAAE,CACpB,IAAwC,EACxC,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,OAAO,EACP,gBAAgB,EAChB;QACE,IAAI;QACJ,gBAAgB;KACjB,CACF;IACH;;;;;;OAMG;IACH,YAAY,EAAE,CACZ,WAAmB,EACnB,eAAuC,EACvC,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,8BAA8B,EAC9B;QACE,cAAc,EAAE,EAAE,WAAW,EAAE;QAC/B,eAAe;QACf,gBAAgB;KACjB,CACF;IACH;;;;;;OAMG;IACH,eAAe,EAAE,CACf,WAAmB,EACnB,IAAoC,EACpC,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,OAAO,EACP,8BAA8B,EAC9B;QACE,cAAc,EAAE,EAAE,WAAW,EAAE;QAC/B,IAAI;QACJ,gBAAgB;KACjB,CACF;IACH;;;;;OAKG;IACH,eAAe,EAAE,CACf,WAAmB,EACnB,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,QAAQ,EACR,8BAA8B,EAC9B;QACE,cAAc,EAAE,EAAE,WAAW,EAAE;QAC/B,gBAAgB;KACjB,CACF;IACH;;;;;;;OAOG;IACH,cAAc,EAAE,CACd,eAaC,EACD,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CAAM,KAAK,EAAE,uBAAuB,EAAE;QAC7D,eAAe;QACf,gBAAgB;KACjB,CAAC;IACJ;;;;;;OAMG;IACH,6BAA6B,EAAE,CAC7B,WAAmB,EACnB,eAKC,EACD,gBAA6C,EAC7C,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,mCAAmC,EACnC;QACE,cAAc,EAAE,EAAE,WAAW,EAAE;QAC/B,eAAe;QACf,gBAAgB;KACjB,CACF;CACJ,CAAC"}
@@ -0,0 +1,77 @@
1
+ import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
2
+ import type { AiExecutionScheduleList, AiExecutionScheduleCreationData, AiExecutionScheduleCreationResponse, AiExecutionSchedule, AiExecutionScheduleModificationRequest, AiExecutionScheduleModificationResponse, AiExecutionScheduleDeletionResponse } from './schema/index.js';
3
+ /**
4
+ * Representation of the 'ExecutionScheduleApi'.
5
+ * This API is part of the 'AI_CORE_API' service.
6
+ */
7
+ export declare const ExecutionScheduleApi: {
8
+ /**
9
+ * Retrieve a list of execution schedules that match the specified filter criteria.
10
+ * Filter criteria include executionScheduleStatus or a configurationId.
11
+ * With top/skip parameters it is possible to paginate the result list.
12
+ *
13
+ * @param queryParameters - Object containing the following keys: configurationId, status, $top, $skip.
14
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
15
+ * @returns The request builder, use the `execute()` method to trigger the request.
16
+ */
17
+ executionScheduleQuery: (queryParameters: {
18
+ configurationId?: string;
19
+ status?: "ACTIVE" | "INACTIVE";
20
+ $top?: number;
21
+ $skip?: number;
22
+ }, headerParameters: {
23
+ "AI-Resource-Group": string;
24
+ }) => OpenApiRequestBuilder<AiExecutionScheduleList>;
25
+ /**
26
+ * Create an execution schedule using the configuration specified by configurationId, and schedule.
27
+ * @param body - Request body.
28
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
29
+ * @returns The request builder, use the `execute()` method to trigger the request.
30
+ */
31
+ executionScheduleCreate: (body: AiExecutionScheduleCreationData, headerParameters: {
32
+ "AI-Resource-Group": string;
33
+ }) => OpenApiRequestBuilder<AiExecutionScheduleCreationResponse>;
34
+ /**
35
+ * Retrieve details for execution schedule with executionScheduleId.
36
+ * @param executionScheduleId - Execution Schedule identifier
37
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
38
+ * @returns The request builder, use the `execute()` method to trigger the request.
39
+ */
40
+ executionScheduleGet: (executionScheduleId: string, headerParameters: {
41
+ "AI-Resource-Group": string;
42
+ }) => OpenApiRequestBuilder<AiExecutionSchedule>;
43
+ /**
44
+ * Update details of an execution schedule
45
+ * @param executionScheduleId - Execution Schedule identifier
46
+ * @param body - Request body.
47
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
48
+ * @returns The request builder, use the `execute()` method to trigger the request.
49
+ */
50
+ executionScheduleModify: (executionScheduleId: string, body: AiExecutionScheduleModificationRequest, headerParameters: {
51
+ "AI-Resource-Group": string;
52
+ }) => OpenApiRequestBuilder<AiExecutionScheduleModificationResponse>;
53
+ /**
54
+ * Delete the execution schedule with executionScheduleId.
55
+ * @param executionScheduleId - Execution Schedule identifier
56
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
57
+ * @returns The request builder, use the `execute()` method to trigger the request.
58
+ */
59
+ executionScheduleDelete: (executionScheduleId: string, headerParameters: {
60
+ "AI-Resource-Group": string;
61
+ }) => OpenApiRequestBuilder<AiExecutionScheduleDeletionResponse>;
62
+ /**
63
+ * Retrieve the number of scheduled executions. The number can be filtered by
64
+ * configurationId or executionScheduleStatus.
65
+ *
66
+ * @param queryParameters - Object containing the following keys: configurationId, status.
67
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
68
+ * @returns The request builder, use the `execute()` method to trigger the request.
69
+ */
70
+ executionScheduleCount: (queryParameters: {
71
+ configurationId?: string;
72
+ status?: "ACTIVE" | "INACTIVE";
73
+ }, headerParameters: {
74
+ "AI-Resource-Group": string;
75
+ }) => OpenApiRequestBuilder<any>;
76
+ };
77
+ //# sourceMappingURL=execution-schedule-api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execution-schedule-api.d.ts","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/execution-schedule-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,uBAAuB,EACvB,+BAA+B,EAC/B,mCAAmC,EACnC,mBAAmB,EACnB,sCAAsC,EACtC,uCAAuC,EACvC,mCAAmC,EACpC,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,oBAAoB;IAC/B;;;;;;;;OAQG;8CAEgB;QACf,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,MAAM,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAC;QAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,oBACiB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAUnD;;;;;OAKG;oCAEK,+BAA+B,oBACnB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAUnD;;;;;OAKG;gDAEoB,MAAM,oBACT;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAUnD;;;;;;OAMG;mDAEoB,MAAM,QACrB,sCAAsC,oBAC1B;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;mDAEoB,MAAM,oBACT;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAUnD;;;;;;;OAOG;8CAEgB;QACf,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,MAAM,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAC;KAChC,oBACiB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;CAMpD,CAAC"}
@@ -0,0 +1,80 @@
1
+ /*
2
+ * Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
7
+ /**
8
+ * Representation of the 'ExecutionScheduleApi'.
9
+ * This API is part of the 'AI_CORE_API' service.
10
+ */
11
+ export const ExecutionScheduleApi = {
12
+ /**
13
+ * Retrieve a list of execution schedules that match the specified filter criteria.
14
+ * Filter criteria include executionScheduleStatus or a configurationId.
15
+ * With top/skip parameters it is possible to paginate the result list.
16
+ *
17
+ * @param queryParameters - Object containing the following keys: configurationId, status, $top, $skip.
18
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
19
+ * @returns The request builder, use the `execute()` method to trigger the request.
20
+ */
21
+ executionScheduleQuery: (queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/executionSchedules', {
22
+ queryParameters,
23
+ headerParameters
24
+ }),
25
+ /**
26
+ * Create an execution schedule using the configuration specified by configurationId, and schedule.
27
+ * @param body - Request body.
28
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
29
+ * @returns The request builder, use the `execute()` method to trigger the request.
30
+ */
31
+ executionScheduleCreate: (body, headerParameters) => new OpenApiRequestBuilder('post', '/lm/executionSchedules', {
32
+ body,
33
+ headerParameters
34
+ }),
35
+ /**
36
+ * Retrieve details for execution schedule with executionScheduleId.
37
+ * @param executionScheduleId - Execution Schedule identifier
38
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
39
+ * @returns The request builder, use the `execute()` method to trigger the request.
40
+ */
41
+ executionScheduleGet: (executionScheduleId, headerParameters) => new OpenApiRequestBuilder('get', '/lm/executionSchedules/{executionScheduleId}', {
42
+ pathParameters: { executionScheduleId },
43
+ headerParameters
44
+ }),
45
+ /**
46
+ * Update details of an execution schedule
47
+ * @param executionScheduleId - Execution Schedule identifier
48
+ * @param body - Request body.
49
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
50
+ * @returns The request builder, use the `execute()` method to trigger the request.
51
+ */
52
+ executionScheduleModify: (executionScheduleId, body, headerParameters) => new OpenApiRequestBuilder('patch', '/lm/executionSchedules/{executionScheduleId}', {
53
+ pathParameters: { executionScheduleId },
54
+ body,
55
+ headerParameters
56
+ }),
57
+ /**
58
+ * Delete the execution schedule with executionScheduleId.
59
+ * @param executionScheduleId - Execution Schedule identifier
60
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
61
+ * @returns The request builder, use the `execute()` method to trigger the request.
62
+ */
63
+ executionScheduleDelete: (executionScheduleId, headerParameters) => new OpenApiRequestBuilder('delete', '/lm/executionSchedules/{executionScheduleId}', {
64
+ pathParameters: { executionScheduleId },
65
+ headerParameters
66
+ }),
67
+ /**
68
+ * Retrieve the number of scheduled executions. The number can be filtered by
69
+ * configurationId or executionScheduleStatus.
70
+ *
71
+ * @param queryParameters - Object containing the following keys: configurationId, status.
72
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
73
+ * @returns The request builder, use the `execute()` method to trigger the request.
74
+ */
75
+ executionScheduleCount: (queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/lm/executionSchedules/$count', {
76
+ queryParameters,
77
+ headerParameters
78
+ })
79
+ };
80
+ //# sourceMappingURL=execution-schedule-api.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execution-schedule-api.js","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/execution-schedule-api.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAUzD;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC;;;;;;;;OAQG;IACH,sBAAsB,EAAE,CACtB,eAKC,EACD,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,wBAAwB,EACxB;QACE,eAAe;QACf,gBAAgB;KACjB,CACF;IACH;;;;;OAKG;IACH,uBAAuB,EAAE,CACvB,IAAqC,EACrC,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,MAAM,EACN,wBAAwB,EACxB;QACE,IAAI;QACJ,gBAAgB;KACjB,CACF;IACH;;;;;OAKG;IACH,oBAAoB,EAAE,CACpB,mBAA2B,EAC3B,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,8CAA8C,EAC9C;QACE,cAAc,EAAE,EAAE,mBAAmB,EAAE;QACvC,gBAAgB;KACjB,CACF;IACH;;;;;;OAMG;IACH,uBAAuB,EAAE,CACvB,mBAA2B,EAC3B,IAA4C,EAC5C,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,OAAO,EACP,8CAA8C,EAC9C;QACE,cAAc,EAAE,EAAE,mBAAmB,EAAE;QACvC,IAAI;QACJ,gBAAgB;KACjB,CACF;IACH;;;;;OAKG;IACH,uBAAuB,EAAE,CACvB,mBAA2B,EAC3B,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,QAAQ,EACR,8CAA8C,EAC9C;QACE,cAAc,EAAE,EAAE,mBAAmB,EAAE;QACvC,gBAAgB;KACjB,CACF;IACH;;;;;;;OAOG;IACH,sBAAsB,EAAE,CACtB,eAGC,EACD,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CAAM,KAAK,EAAE,+BAA+B,EAAE;QACrE,eAAe;QACf,gBAAgB;KACjB,CAAC;CACL,CAAC"}
@@ -0,0 +1,56 @@
1
+ import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
2
+ import type { DSetFileCreationResponse } from './schema/index.js';
3
+ /**
4
+ * Representation of the 'FileApi'.
5
+ * This API is part of the 'AI_CORE_API' service.
6
+ */
7
+ export declare const FileApi: {
8
+ /**
9
+ * Endpoint for downloading file. The path must point to an individual file.
10
+ * @param path - path relative to the object store root URL in the secret
11
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
12
+ * @returns The request builder, use the `execute()` method to trigger the request.
13
+ */
14
+ fileDownload: (path: string, headerParameters?: {
15
+ "AI-Resource-Group"?: string;
16
+ }) => OpenApiRequestBuilder<any>;
17
+ /**
18
+ * Endpoint for uploading file. The maximum file size depends on the actual implementation
19
+ * but must not exceed 100MB. The actual file size limit can be obtained by querying
20
+ * the AI API Runtime Capabilities Endpoint and checking the limits in the section of the `fileUpload` extension.
21
+ *
22
+ * Path cannot be a prefix, it must be a path to an object.
23
+ * Clients may group the objects in any manner they choose by specifying path prefixes.
24
+ *
25
+ * Allowed mime-types will be decided by the implementation.
26
+ * Content-Type header can be set to "application/octet-stream" but the implementation is responsible
27
+ * for detecting the actual mime type and checking against the allowed list of mime types.
28
+ * For security reasons, implementations cannot trust the mime type sent by the client.
29
+ *
30
+ * Example URLs:
31
+ * /files/dar/schemas/schema.json
32
+ * /files/icr/datasets/training/20201001/20201001-01.csv
33
+ * /files/icr/datasets/training/20201001/20201001-02.csv
34
+ * /files/mask-detection/training/mask-detection-20210301.tar.gz
35
+ * @param path - path relative to the object store root URL in the secret
36
+ * @param body - Body of the file upload request
37
+ * @param queryParameters - Object containing the following keys: overwrite.
38
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
39
+ * @returns The request builder, use the `execute()` method to trigger the request.
40
+ */
41
+ fileUpload: (path: string, body: any | undefined, queryParameters?: {
42
+ overwrite?: boolean;
43
+ }, headerParameters?: {
44
+ "AI-Resource-Group"?: string;
45
+ }) => OpenApiRequestBuilder<DSetFileCreationResponse>;
46
+ /**
47
+ * Delete the file specified by the path parameter.
48
+ * @param path - path relative to the object store root URL in the secret
49
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
50
+ * @returns The request builder, use the `execute()` method to trigger the request.
51
+ */
52
+ fileDelete: (path: string, headerParameters?: {
53
+ "AI-Resource-Group"?: string;
54
+ }) => OpenApiRequestBuilder<any>;
55
+ };
56
+ //# sourceMappingURL=file-api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-api.d.ts","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/file-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAC;AAClE;;;GAGG;AACH,eAAO,MAAM,OAAO;IAClB;;;;;OAKG;yBAEK,MAAM,qBACO;QAAE,mBAAmB,CAAC,EAAE,MAAM,CAAA;KAAE;IAMrD;;;;;;;;;;;;;;;;;;;;;;;OAuBG;uBAEK,MAAM,QACN,GAAG,GAAG,SAAS,oBACH;QAAE,SAAS,CAAC,EAAE,OAAO,CAAA;KAAE,qBACtB;QAAE,mBAAmB,CAAC,EAAE,MAAM,CAAA;KAAE;IAYrD;;;;;OAKG;uBAEK,MAAM,qBACO;QAAE,mBAAmB,CAAC,EAAE,MAAM,CAAA;KAAE;CAMtD,CAAC"}
@@ -0,0 +1,63 @@
1
+ /*
2
+ * Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
7
+ /**
8
+ * Representation of the 'FileApi'.
9
+ * This API is part of the 'AI_CORE_API' service.
10
+ */
11
+ export const FileApi = {
12
+ /**
13
+ * Endpoint for downloading file. The path must point to an individual file.
14
+ * @param path - path relative to the object store root URL in the secret
15
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
16
+ * @returns The request builder, use the `execute()` method to trigger the request.
17
+ */
18
+ fileDownload: (path, headerParameters) => new OpenApiRequestBuilder('get', '/lm/dataset/files/{path}', {
19
+ pathParameters: { path },
20
+ headerParameters
21
+ }),
22
+ /**
23
+ * Endpoint for uploading file. The maximum file size depends on the actual implementation
24
+ * but must not exceed 100MB. The actual file size limit can be obtained by querying
25
+ * the AI API Runtime Capabilities Endpoint and checking the limits in the section of the `fileUpload` extension.
26
+ *
27
+ * Path cannot be a prefix, it must be a path to an object.
28
+ * Clients may group the objects in any manner they choose by specifying path prefixes.
29
+ *
30
+ * Allowed mime-types will be decided by the implementation.
31
+ * Content-Type header can be set to "application/octet-stream" but the implementation is responsible
32
+ * for detecting the actual mime type and checking against the allowed list of mime types.
33
+ * For security reasons, implementations cannot trust the mime type sent by the client.
34
+ *
35
+ * Example URLs:
36
+ * /files/dar/schemas/schema.json
37
+ * /files/icr/datasets/training/20201001/20201001-01.csv
38
+ * /files/icr/datasets/training/20201001/20201001-02.csv
39
+ * /files/mask-detection/training/mask-detection-20210301.tar.gz
40
+ * @param path - path relative to the object store root URL in the secret
41
+ * @param body - Body of the file upload request
42
+ * @param queryParameters - Object containing the following keys: overwrite.
43
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
44
+ * @returns The request builder, use the `execute()` method to trigger the request.
45
+ */
46
+ fileUpload: (path, body, queryParameters, headerParameters) => new OpenApiRequestBuilder('put', '/lm/dataset/files/{path}', {
47
+ pathParameters: { path },
48
+ body,
49
+ queryParameters,
50
+ headerParameters
51
+ }),
52
+ /**
53
+ * Delete the file specified by the path parameter.
54
+ * @param path - path relative to the object store root URL in the secret
55
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
56
+ * @returns The request builder, use the `execute()` method to trigger the request.
57
+ */
58
+ fileDelete: (path, headerParameters) => new OpenApiRequestBuilder('delete', '/lm/dataset/files/{path}', {
59
+ pathParameters: { path },
60
+ headerParameters
61
+ })
62
+ };
63
+ //# sourceMappingURL=file-api.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-api.js","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/file-api.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAEzD;;;GAGG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB;;;;;OAKG;IACH,YAAY,EAAE,CACZ,IAAY,EACZ,gBAAmD,EACnD,EAAE,CACF,IAAI,qBAAqB,CAAM,KAAK,EAAE,0BAA0B,EAAE;QAChE,cAAc,EAAE,EAAE,IAAI,EAAE;QACxB,gBAAgB;KACjB,CAAC;IACJ;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,UAAU,EAAE,CACV,IAAY,EACZ,IAAqB,EACrB,eAAyC,EACzC,gBAAmD,EACnD,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,0BAA0B,EAC1B;QACE,cAAc,EAAE,EAAE,IAAI,EAAE;QACxB,IAAI;QACJ,eAAe;QACf,gBAAgB;KACjB,CACF;IACH;;;;;OAKG;IACH,UAAU,EAAE,CACV,IAAY,EACZ,gBAAmD,EACnD,EAAE,CACF,IAAI,qBAAqB,CAAM,QAAQ,EAAE,0BAA0B,EAAE;QACnE,cAAc,EAAE,EAAE,IAAI,EAAE;QACxB,gBAAgB;KACjB,CAAC;CACL,CAAC"}
@@ -0,0 +1,23 @@
1
+ export * from './artifact-api.js';
2
+ export * from './configuration-api.js';
3
+ export * from './deployment-api.js';
4
+ export * from './execution-api.js';
5
+ export * from './execution-schedule-api.js';
6
+ export * from './scenario-api.js';
7
+ export * from './executable-api.js';
8
+ export * from './model-api.js';
9
+ export * from './meta-api.js';
10
+ export * from './metrics-api.js';
11
+ export * from './kpi-api.js';
12
+ export * from './file-api.js';
13
+ export * from './object-store-secret-api.js';
14
+ export * from './secret-api.js';
15
+ export * from './resource-group-api.js';
16
+ export * from './resource-api.js';
17
+ export * from './repository-api.js';
18
+ export * from './application-api.js';
19
+ export * from './docker-registry-secret-api.js';
20
+ export * from './service-api.js';
21
+ export * from './resource-quota-api.js';
22
+ export * from './schema/index.js';
23
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/index.ts"],"names":[],"mappings":"AAKA,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1,28 @@
1
+ /*
2
+ * Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ export * from './artifact-api.js';
7
+ export * from './configuration-api.js';
8
+ export * from './deployment-api.js';
9
+ export * from './execution-api.js';
10
+ export * from './execution-schedule-api.js';
11
+ export * from './scenario-api.js';
12
+ export * from './executable-api.js';
13
+ export * from './model-api.js';
14
+ export * from './meta-api.js';
15
+ export * from './metrics-api.js';
16
+ export * from './kpi-api.js';
17
+ export * from './file-api.js';
18
+ export * from './object-store-secret-api.js';
19
+ export * from './secret-api.js';
20
+ export * from './resource-group-api.js';
21
+ export * from './resource-api.js';
22
+ export * from './repository-api.js';
23
+ export * from './application-api.js';
24
+ export * from './docker-registry-secret-api.js';
25
+ export * from './service-api.js';
26
+ export * from './resource-quota-api.js';
27
+ export * from './schema/index.js';
28
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/client/AI_CORE_API/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC"}