@stack-spot/portal-network 1.0.0-betaadp.3 → 1.0.0-dev.1768423147036

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 (220) hide show
  1. package/CHANGELOG.md +633 -0
  2. package/dist/api/account.d.ts +413 -277
  3. package/dist/api/account.d.ts.map +1 -1
  4. package/dist/api/account.js +261 -176
  5. package/dist/api/account.js.map +1 -1
  6. package/dist/api/accountAssetManager.d.ts +309 -0
  7. package/dist/api/accountAssetManager.d.ts.map +1 -0
  8. package/dist/api/accountAssetManager.js +169 -0
  9. package/dist/api/accountAssetManager.js.map +1 -0
  10. package/dist/api/agent-tools.d.ts +818 -261
  11. package/dist/api/agent-tools.d.ts.map +1 -1
  12. package/dist/api/agent-tools.js +245 -50
  13. package/dist/api/agent-tools.js.map +1 -1
  14. package/dist/api/agent.d.ts +55 -55
  15. package/dist/api/agent.d.ts.map +1 -1
  16. package/dist/api/ai.d.ts +488 -98
  17. package/dist/api/ai.d.ts.map +1 -1
  18. package/dist/api/ai.js +426 -146
  19. package/dist/api/ai.js.map +1 -1
  20. package/dist/api/cloudPlatform.d.ts +374 -221
  21. package/dist/api/cloudPlatform.d.ts.map +1 -1
  22. package/dist/api/cloudPlatform.js +299 -93
  23. package/dist/api/cloudPlatform.js.map +1 -1
  24. package/dist/api/cloudPlatformHorizon.d.ts +178 -9
  25. package/dist/api/cloudPlatformHorizon.d.ts.map +1 -1
  26. package/dist/api/cloudPlatformHorizon.js +69 -1
  27. package/dist/api/cloudPlatformHorizon.js.map +1 -1
  28. package/dist/api/codeShift.d.ts +1125 -83
  29. package/dist/api/codeShift.d.ts.map +1 -1
  30. package/dist/api/codeShift.js +538 -16
  31. package/dist/api/codeShift.js.map +1 -1
  32. package/dist/api/dataIntegration.d.ts +291 -1
  33. package/dist/api/dataIntegration.d.ts.map +1 -1
  34. package/dist/api/dataIntegration.js +254 -0
  35. package/dist/api/dataIntegration.js.map +1 -1
  36. package/dist/api/discover.d.ts +98 -12
  37. package/dist/api/discover.d.ts.map +1 -1
  38. package/dist/api/discover.js +78 -2
  39. package/dist/api/discover.js.map +1 -1
  40. package/dist/api/edpBfa.d.ts +215 -0
  41. package/dist/api/edpBfa.d.ts.map +1 -0
  42. package/dist/api/edpBfa.js +87 -0
  43. package/dist/api/edpBfa.js.map +1 -0
  44. package/dist/api/genAiInference.d.ts +22 -2
  45. package/dist/api/genAiInference.d.ts.map +1 -1
  46. package/dist/api/genAiInference.js +22 -3
  47. package/dist/api/genAiInference.js.map +1 -1
  48. package/dist/api/workflows.d.ts +68 -5
  49. package/dist/api/workflows.d.ts.map +1 -1
  50. package/dist/api/workflows.js +16 -0
  51. package/dist/api/workflows.js.map +1 -1
  52. package/dist/api/workspace-ai.d.ts +41 -0
  53. package/dist/api/workspace-ai.d.ts.map +1 -1
  54. package/dist/api/workspace-ai.js +34 -0
  55. package/dist/api/workspace-ai.js.map +1 -1
  56. package/dist/api/workspaceManager.d.ts +16 -10
  57. package/dist/api/workspaceManager.d.ts.map +1 -1
  58. package/dist/api/workspaceManager.js +10 -0
  59. package/dist/api/workspaceManager.js.map +1 -1
  60. package/dist/api-addresses.d.ts +20 -18
  61. package/dist/api-addresses.d.ts.map +1 -1
  62. package/dist/api-addresses.js +81 -21
  63. package/dist/api-addresses.js.map +1 -1
  64. package/dist/apis-itau.json +241 -0
  65. package/dist/apis.json +17 -1
  66. package/dist/client/account-asset-manager.d.ts +112 -0
  67. package/dist/client/account-asset-manager.d.ts.map +1 -0
  68. package/dist/client/account-asset-manager.js +160 -0
  69. package/dist/client/account-asset-manager.js.map +1 -0
  70. package/dist/client/account.d.ts +265 -242
  71. package/dist/client/account.d.ts.map +1 -1
  72. package/dist/client/account.js +80 -34
  73. package/dist/client/account.js.map +1 -1
  74. package/dist/client/agent-tools.d.ts +295 -121
  75. package/dist/client/agent-tools.d.ts.map +1 -1
  76. package/dist/client/agent-tools.js +166 -12
  77. package/dist/client/agent-tools.js.map +1 -1
  78. package/dist/client/agent.d.ts +46 -46
  79. package/dist/client/agent.d.ts.map +1 -1
  80. package/dist/client/ai.d.ts +265 -79
  81. package/dist/client/ai.d.ts.map +1 -1
  82. package/dist/client/ai.js +268 -24
  83. package/dist/client/ai.js.map +1 -1
  84. package/dist/client/api-management.d.ts +10 -1
  85. package/dist/client/api-management.d.ts.map +1 -1
  86. package/dist/client/api-management.js +11 -2
  87. package/dist/client/api-management.js.map +1 -1
  88. package/dist/client/cloud-account.d.ts +13 -13
  89. package/dist/client/cloud-platform-horizon.d.ts +38 -19
  90. package/dist/client/cloud-platform-horizon.d.ts.map +1 -1
  91. package/dist/client/cloud-platform-horizon.js +19 -1
  92. package/dist/client/cloud-platform-horizon.js.map +1 -1
  93. package/dist/client/cloud-platform.d.ts +213 -46
  94. package/dist/client/cloud-platform.d.ts.map +1 -1
  95. package/dist/client/cloud-platform.js +168 -33
  96. package/dist/client/cloud-platform.js.map +1 -1
  97. package/dist/client/cloud-runtimes.d.ts +4 -4
  98. package/dist/client/cloud-services.d.ts +17 -17
  99. package/dist/client/cloud-services.d.ts.map +1 -1
  100. package/dist/client/code-shift.d.ts +535 -162
  101. package/dist/client/code-shift.d.ts.map +1 -1
  102. package/dist/client/code-shift.js +296 -7
  103. package/dist/client/code-shift.js.map +1 -1
  104. package/dist/client/content.d.ts +127 -132
  105. package/dist/client/content.d.ts.map +1 -1
  106. package/dist/client/data-integration.d.ts +92 -53
  107. package/dist/client/data-integration.d.ts.map +1 -1
  108. package/dist/client/data-integration.js +38 -2
  109. package/dist/client/data-integration.js.map +1 -1
  110. package/dist/client/discover.d.ts +31 -10
  111. package/dist/client/discover.d.ts.map +1 -1
  112. package/dist/client/discover.js +239 -3
  113. package/dist/client/discover.js.map +1 -1
  114. package/dist/client/edp-bfa.d.ts +16 -0
  115. package/dist/client/edp-bfa.d.ts.map +1 -0
  116. package/dist/client/edp-bfa.js +24 -0
  117. package/dist/client/edp-bfa.js.map +1 -0
  118. package/dist/client/event-bus.d.ts.map +1 -1
  119. package/dist/client/gen-ai-inference.d.ts +20 -20
  120. package/dist/client/insights.d.ts +7 -7
  121. package/dist/client/notification.d.ts +17 -10
  122. package/dist/client/notification.d.ts.map +1 -1
  123. package/dist/client/notification.js +10 -1
  124. package/dist/client/notification.js.map +1 -1
  125. package/dist/client/runtime-manager.d.ts +8 -8
  126. package/dist/client/secrets.d.ts.map +1 -1
  127. package/dist/client/secrets.js +1 -1
  128. package/dist/client/secrets.js.map +1 -1
  129. package/dist/client/types.d.ts +50 -7
  130. package/dist/client/types.d.ts.map +1 -1
  131. package/dist/client/workflow.d.ts +10 -10
  132. package/dist/client/workspace-ai.d.ts +65 -55
  133. package/dist/client/workspace-ai.d.ts.map +1 -1
  134. package/dist/client/workspace-ai.js +19 -9
  135. package/dist/client/workspace-ai.js.map +1 -1
  136. package/dist/client/workspace-manager.d.ts +115 -76
  137. package/dist/client/workspace-manager.d.ts.map +1 -1
  138. package/dist/client/workspace-manager.js +47 -2
  139. package/dist/client/workspace-manager.js.map +1 -1
  140. package/dist/client/workspace-search.d.ts +2 -2
  141. package/dist/client/workspace.d.ts +58 -105
  142. package/dist/client/workspace.d.ts.map +1 -1
  143. package/dist/error/DefaultAPIError.d.ts.map +1 -1
  144. package/dist/error/DefaultAPIError.js.map +1 -1
  145. package/dist/error/StackspotAPIError.d.ts +3 -4
  146. package/dist/error/StackspotAPIError.d.ts.map +1 -1
  147. package/dist/error/StackspotAPIError.js +3 -3
  148. package/dist/error/StackspotAPIError.js.map +1 -1
  149. package/dist/error/dictionary/accountAssetManager.d.ts +11 -0
  150. package/dist/error/dictionary/accountAssetManager.d.ts.map +1 -0
  151. package/dist/error/dictionary/accountAssetManager.js +11 -0
  152. package/dist/error/dictionary/accountAssetManager.js.map +1 -0
  153. package/dist/error/dictionary/cloud-platform.d.ts +76 -8
  154. package/dist/error/dictionary/cloud-platform.d.ts.map +1 -1
  155. package/dist/error/dictionary/cloud-platform.js +80 -12
  156. package/dist/error/dictionary/cloud-platform.js.map +1 -1
  157. package/dist/error/dictionary/workspace-ai.d.ts +9 -0
  158. package/dist/error/dictionary/workspace-ai.d.ts.map +1 -0
  159. package/dist/error/dictionary/workspace-ai.js +9 -0
  160. package/dist/error/dictionary/workspace-ai.js.map +1 -0
  161. package/dist/index.d.ts +5 -3
  162. package/dist/index.d.ts.map +1 -1
  163. package/dist/index.js +4 -2
  164. package/dist/index.js.map +1 -1
  165. package/dist/network/NetworkClient.d.ts +4 -2
  166. package/dist/network/NetworkClient.d.ts.map +1 -1
  167. package/dist/network/NetworkClient.js +16 -4
  168. package/dist/network/NetworkClient.js.map +1 -1
  169. package/dist/network/types.d.ts +2 -0
  170. package/dist/network/types.d.ts.map +1 -1
  171. package/dist/utils/StreamedJson.d.ts +3 -1
  172. package/dist/utils/StreamedJson.d.ts.map +1 -1
  173. package/dist/utils/StreamedJson.js +23 -3
  174. package/dist/utils/StreamedJson.js.map +1 -1
  175. package/package.dev.json +3 -0
  176. package/package.json +10 -9
  177. package/package.stg.json +3 -0
  178. package/readme.md +40 -1
  179. package/src/api/account.ts +701 -540
  180. package/src/api/accountAssetManager.ts +771 -0
  181. package/src/api/agent-tools.ts +1354 -556
  182. package/src/api/ai.ts +891 -170
  183. package/src/api/cloudPlatform.ts +667 -298
  184. package/src/api/cloudPlatformHorizon.ts +412 -9
  185. package/src/api/codeShift.ts +2088 -97
  186. package/src/api/dataIntegration.ts +635 -1
  187. package/src/api/discover.ts +180 -14
  188. package/src/api/edpBfa.ts +472 -0
  189. package/src/api/genAiInference.ts +47 -4
  190. package/src/api/workflows.ts +100 -5
  191. package/src/api/workspace-ai.ts +83 -0
  192. package/src/api/workspaceManager.ts +25 -10
  193. package/src/api-addresses.ts +113 -38
  194. package/src/apis-itau.json +241 -0
  195. package/src/apis.json +17 -1
  196. package/src/client/account-asset-manager.ts +100 -0
  197. package/src/client/account.ts +71 -40
  198. package/src/client/agent-tools.ts +111 -18
  199. package/src/client/ai.ts +237 -24
  200. package/src/client/api-management.ts +7 -2
  201. package/src/client/cloud-platform-horizon.ts +12 -4
  202. package/src/client/cloud-platform.ts +101 -27
  203. package/src/client/code-shift.ts +196 -8
  204. package/src/client/data-integration.ts +28 -1
  205. package/src/client/discover.ts +238 -5
  206. package/src/client/edp-bfa.ts +24 -0
  207. package/src/client/notification.ts +6 -1
  208. package/src/client/secrets.ts +1 -1
  209. package/src/client/types.ts +55 -9
  210. package/src/client/workspace-ai.ts +37 -26
  211. package/src/client/workspace-manager.ts +31 -2
  212. package/src/error/DefaultAPIError.ts +5 -5
  213. package/src/error/StackspotAPIError.ts +4 -4
  214. package/src/error/dictionary/accountAssetManager.ts +12 -0
  215. package/src/error/dictionary/cloud-platform.ts +80 -12
  216. package/src/error/dictionary/workspace-ai.ts +10 -0
  217. package/src/index.ts +6 -3
  218. package/src/network/NetworkClient.ts +18 -6
  219. package/src/network/types.ts +3 -0
  220. package/src/utils/StreamedJson.tsx +19 -4
@@ -1,4 +1,4 @@
1
- import { acceptNetworkConnection, createCertificate, createCidr, createDnsRecord, createDnsZone, createFolder, createFoundation, createInbound, createNetwork, createNetworkConnection, createProject, createVpn, defaults, getCertificate, getFolder, getFoundation, getNetwork, getProject, getVpnConfiguration, listCertificates, listCidr, listDnsRecord, listDnsZone, listFoundations, listInbound, listNetwork, listNetworkConnection, listVpns, providers, } from '../api/cloudPlatform.js';
1
+ import { createCertificate, createCidr, createDnsRecord, createDnsZone, createFolder, createFoundation, createNetwork, createProject, createRuntime, createTenant, createVpn, defaults, deleteCertificate, deleteCidr, deleteDnsRecord, deleteDnsZone, deleteFolder, deleteNetwork, deleteProject, deleteVpn, getCertificate, getFolder, getFolderTags, getFoundation, getNetwork, getProject, getVpnConfiguration, listCertificates, listCidr, listDnsRecord, listDnsZone, listFoundations, listNetwork, listRuntime, listTenant, listVpns, providers, putCertificateTags, putCidrTags, putDnsZoneTags, putFolderTags, putNetworkTags, putProjectTags, putVpnTags, } from '../api/cloudPlatform.js';
2
2
  import { DefaultAPIError } from '../error/DefaultAPIError.js';
3
3
  import { ReactQueryNetworkClient } from '../network/ReactQueryNetworkClient.js';
4
4
  import { removeAuthorizationParam } from '../utils/remove-authorization-param.js';
@@ -179,85 +179,220 @@ class CloudPlatformClient extends ReactQueryNetworkClient {
179
179
  value: this.mutation(removeAuthorizationParam(createNetwork))
180
180
  });
181
181
  /**
182
- * Get a list of inbounds
182
+ * Get a list of vpn's
183
183
  */
184
- Object.defineProperty(this, "listInbounds", {
184
+ Object.defineProperty(this, "listVpns", {
185
185
  enumerable: true,
186
186
  configurable: true,
187
187
  writable: true,
188
- value: this.query(removeAuthorizationParam(listInbound))
188
+ value: this.query(removeAuthorizationParam(listVpns))
189
189
  });
190
190
  /**
191
- * Create a inbound
191
+ * Get vpn configuration
192
192
  */
193
- Object.defineProperty(this, "createInbound", {
193
+ Object.defineProperty(this, "getVpnConfiguration", {
194
194
  enumerable: true,
195
195
  configurable: true,
196
196
  writable: true,
197
- value: this.mutation(removeAuthorizationParam(createInbound))
197
+ value: this.query(removeAuthorizationParam(getVpnConfiguration))
198
198
  });
199
199
  /**
200
- * Add a network connection
200
+ * Create a vpn
201
201
  */
202
- Object.defineProperty(this, "addNetworkConnection", {
202
+ Object.defineProperty(this, "createVpn", {
203
203
  enumerable: true,
204
204
  configurable: true,
205
205
  writable: true,
206
- value: this.mutation(removeAuthorizationParam(createNetworkConnection))
206
+ value: this.mutation(removeAuthorizationParam(createVpn))
207
207
  });
208
208
  /**
209
- * Get a network connection request
209
+ * Get a network details
210
210
  */
211
- Object.defineProperty(this, "getNetworkConnections", {
211
+ Object.defineProperty(this, "getNetworkById", {
212
212
  enumerable: true,
213
213
  configurable: true,
214
214
  writable: true,
215
- value: this.query(removeAuthorizationParam(listNetworkConnection))
215
+ value: this.query(removeAuthorizationParam(getNetwork))
216
216
  });
217
217
  /**
218
- * Accept a network connection
219
- */
220
- Object.defineProperty(this, "acceptNetworkConnection", {
218
+ * Get a list of tenants
219
+ */
220
+ Object.defineProperty(this, "listTenants", {
221
221
  enumerable: true,
222
222
  configurable: true,
223
223
  writable: true,
224
- value: this.mutation(removeAuthorizationParam(acceptNetworkConnection))
224
+ value: this.query(removeAuthorizationParam(listTenant))
225
225
  });
226
226
  /**
227
- * Get a list of vpn's
228
- */
229
- Object.defineProperty(this, "listVpns", {
227
+ * Create a tenant
228
+ */
229
+ Object.defineProperty(this, "createTenant", {
230
230
  enumerable: true,
231
231
  configurable: true,
232
232
  writable: true,
233
- value: this.query(removeAuthorizationParam(listVpns))
233
+ value: this.mutation(removeAuthorizationParam(createTenant))
234
234
  });
235
235
  /**
236
- * Get vpn configuration
237
- */
238
- Object.defineProperty(this, "getVpnConfiguration", {
236
+ * Get a list of runtimes
237
+ */
238
+ Object.defineProperty(this, "listRuntimes", {
239
239
  enumerable: true,
240
240
  configurable: true,
241
241
  writable: true,
242
- value: this.query(removeAuthorizationParam(getVpnConfiguration))
242
+ value: this.query(removeAuthorizationParam(listRuntime))
243
243
  });
244
244
  /**
245
- * Create a vpn
246
- */
247
- Object.defineProperty(this, "createVpn", {
245
+ * Create a runtime
246
+ */
247
+ Object.defineProperty(this, "createRuntime", {
248
248
  enumerable: true,
249
249
  configurable: true,
250
250
  writable: true,
251
- value: this.mutation(removeAuthorizationParam(createVpn))
251
+ value: this.mutation(removeAuthorizationParam(createRuntime))
252
252
  });
253
253
  /**
254
- * Get a network details
255
- */
256
- Object.defineProperty(this, "getNetworkById", {
254
+ * Get a list of tags in folder
255
+ */
256
+ Object.defineProperty(this, "getFolderTags", {
257
257
  enumerable: true,
258
258
  configurable: true,
259
259
  writable: true,
260
- value: this.query(removeAuthorizationParam(getNetwork))
260
+ value: this.query(removeAuthorizationParam(getFolderTags))
261
+ });
262
+ /**
263
+ * Update folder tags
264
+ */
265
+ Object.defineProperty(this, "updateFolderTags", {
266
+ enumerable: true,
267
+ configurable: true,
268
+ writable: true,
269
+ value: this.mutation(removeAuthorizationParam(putFolderTags))
270
+ });
271
+ /**
272
+ * Update project tags
273
+ */
274
+ Object.defineProperty(this, "updateProjectTags", {
275
+ enumerable: true,
276
+ configurable: true,
277
+ writable: true,
278
+ value: this.mutation(removeAuthorizationParam(putProjectTags))
279
+ });
280
+ /**
281
+ * Update network tags
282
+ */
283
+ Object.defineProperty(this, "updateNetworkTags", {
284
+ enumerable: true,
285
+ configurable: true,
286
+ writable: true,
287
+ value: this.mutation(removeAuthorizationParam(putNetworkTags))
288
+ });
289
+ /**
290
+ * Update cidr tags
291
+ */
292
+ Object.defineProperty(this, "updateCidrTags", {
293
+ enumerable: true,
294
+ configurable: true,
295
+ writable: true,
296
+ value: this.mutation(removeAuthorizationParam(putCidrTags))
297
+ });
298
+ /**
299
+ * Update dns zone tags
300
+ */
301
+ Object.defineProperty(this, "updateDnsZoneTags", {
302
+ enumerable: true,
303
+ configurable: true,
304
+ writable: true,
305
+ value: this.mutation(removeAuthorizationParam(putDnsZoneTags))
306
+ });
307
+ /**
308
+ * Update certificate tags
309
+ */
310
+ Object.defineProperty(this, "updateCertificateTags", {
311
+ enumerable: true,
312
+ configurable: true,
313
+ writable: true,
314
+ value: this.mutation(removeAuthorizationParam(putCertificateTags))
315
+ });
316
+ /**
317
+ * Update vpn tags
318
+ */
319
+ Object.defineProperty(this, "updateVpnTags", {
320
+ enumerable: true,
321
+ configurable: true,
322
+ writable: true,
323
+ value: this.mutation(removeAuthorizationParam(putVpnTags))
324
+ });
325
+ /**
326
+ * Delete a folder
327
+ */
328
+ Object.defineProperty(this, "deleteFolder", {
329
+ enumerable: true,
330
+ configurable: true,
331
+ writable: true,
332
+ value: this.mutation(removeAuthorizationParam(deleteFolder))
333
+ });
334
+ /**
335
+ * Delete a project
336
+ */
337
+ Object.defineProperty(this, "deleteProject", {
338
+ enumerable: true,
339
+ configurable: true,
340
+ writable: true,
341
+ value: this.mutation(removeAuthorizationParam(deleteProject))
342
+ });
343
+ /**
344
+ * Delete a network
345
+ */
346
+ Object.defineProperty(this, "deleteNetwork", {
347
+ enumerable: true,
348
+ configurable: true,
349
+ writable: true,
350
+ value: this.mutation(removeAuthorizationParam(deleteNetwork))
351
+ });
352
+ /**
353
+ * Delete a certificate
354
+ */
355
+ Object.defineProperty(this, "deleteCertificate", {
356
+ enumerable: true,
357
+ configurable: true,
358
+ writable: true,
359
+ value: this.mutation(removeAuthorizationParam(deleteCertificate))
360
+ });
361
+ /**
362
+ * Delete a dns zone
363
+ */
364
+ Object.defineProperty(this, "deleteDnsZone", {
365
+ enumerable: true,
366
+ configurable: true,
367
+ writable: true,
368
+ value: this.mutation(removeAuthorizationParam(deleteDnsZone))
369
+ });
370
+ /**
371
+ * Delete a dns record
372
+ */
373
+ Object.defineProperty(this, "deleteDnsRecord", {
374
+ enumerable: true,
375
+ configurable: true,
376
+ writable: true,
377
+ value: this.mutation(removeAuthorizationParam(deleteDnsRecord))
378
+ });
379
+ /**
380
+ * Delete a VPN
381
+ */
382
+ Object.defineProperty(this, "deleteVPN", {
383
+ enumerable: true,
384
+ configurable: true,
385
+ writable: true,
386
+ value: this.mutation(removeAuthorizationParam(deleteVpn))
387
+ });
388
+ /**
389
+ * Delete a CIDR
390
+ */
391
+ Object.defineProperty(this, "deleteCidr", {
392
+ enumerable: true,
393
+ configurable: true,
394
+ writable: true,
395
+ value: this.mutation(removeAuthorizationParam(deleteCidr))
261
396
  });
262
397
  }
263
398
  buildStackSpotError(error) {
@@ -1 +1 @@
1
- {"version":3,"file":"cloud-platform.js","sourceRoot":"","sources":["../../src/client/cloud-platform.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"cloud-platform.js","sourceRoot":"","sources":["../../src/client/cloud-platform.ts"],"names":[],"mappings":"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"}
@@ -9,8 +9,8 @@ declare class CloudRuntimesClient extends ReactQueryNetworkClient {
9
9
  */
10
10
  listApplications: import("../network/types.js").QueryObject<Omit<{
11
11
  projectId: string;
12
- limit?: number | undefined;
13
- offset?: number | undefined;
12
+ limit?: number;
13
+ offset?: number;
14
14
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudRuntimes.js").PaginatedResponseApplicationDto>;
15
15
  /**
16
16
  * Get an application by id
@@ -70,8 +70,8 @@ declare class CloudRuntimesClient extends ReactQueryNetworkClient {
70
70
  * Get list of repositories
71
71
  */
72
72
  listRepositories: import("../network/types.js").QueryObject<Omit<{
73
- limit?: number | undefined;
74
- offset?: number | undefined;
73
+ limit?: number;
74
+ offset?: number;
75
75
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/cloudRuntimes.js").ListRepositoryResponse>;
76
76
  /**
77
77
  * Get list of images from a repository
@@ -10,8 +10,8 @@ declare class CloudServicesClient extends ReactQueryNetworkClient {
10
10
  * Gets overview of costs over the current month, last month and last 3 months.
11
11
  */
12
12
  costOverview: import("../network/types.js").QueryObject<Omit<{
13
- sortBy?: string | undefined;
14
- sortOrder?: string | undefined;
13
+ sortBy?: string;
14
+ sortOrder?: string;
15
15
  }, "sortOrder"> & {
16
16
  sortOrder?: "asc" | "desc" | undefined;
17
17
  }, import("../api/cloudServices.js").CostOverview>;
@@ -28,13 +28,13 @@ declare class CloudServicesClient extends ReactQueryNetworkClient {
28
28
  alerts: import("../network/types.js").InfiniteQueryObject<{
29
29
  workspace: string;
30
30
  env: string;
31
- pillar?: "SECURITY" | "COST_OPTIMIZATION" | "RELIABILITY" | undefined;
32
- severity?: "MEDIUM" | "MANDATORY" | "LOW" | "HIGH" | undefined;
33
- status?: "PENDING" | "NOT_APPLICABLE" | "COMPLETED" | undefined;
34
- search?: string | undefined;
35
- sort?: ("STATUS_ASC" | "STATUS_DESC" | "POLICIES_ASC" | "POLICIES_DESC" | "PILLAR_ASC" | "PILLAR_DESC" | "SEVERITY_ASC" | "SEVERITY_DESC")[] | undefined;
36
- page?: number | undefined;
37
- pageSize?: number | undefined;
31
+ pillar?: "SECURITY" | "COST_OPTIMIZATION" | "RELIABILITY";
32
+ severity?: "LOW" | "MEDIUM" | "HIGH" | "MANDATORY";
33
+ status?: "PENDING" | "NOT_APPLICABLE" | "COMPLETED";
34
+ search?: string;
35
+ sort?: ("STATUS_ASC" | "STATUS_DESC" | "POLICIES_ASC" | "POLICIES_DESC" | "PILLAR_ASC" | "PILLAR_DESC" | "SEVERITY_ASC" | "SEVERITY_DESC")[];
36
+ page?: number;
37
+ pageSize?: number;
38
38
  }, import("../api/cloudServices.js").PaginatedResponseAlert, "data">;
39
39
  /**
40
40
  * Lists instances of a particular service resource running in a workspace.
@@ -42,8 +42,8 @@ declare class CloudServicesClient extends ReactQueryNetworkClient {
42
42
  allInstancesOfResource: import("../network/types.js").QueryObject<{
43
43
  workspaceId: string;
44
44
  resourceId: string;
45
- pageToken?: string | undefined;
46
- search?: string | undefined;
45
+ pageToken?: string;
46
+ search?: string;
47
47
  }, import("../api/cloudServices.js").ManagedResourceList>;
48
48
  /**
49
49
  * Lists all managed services.
@@ -62,16 +62,16 @@ declare class CloudServicesClient extends ReactQueryNetworkClient {
62
62
  */
63
63
  guardRails: import("../network/types.js").QueryObject<{
64
64
  account: string;
65
- workspace?: string | undefined;
66
- env?: string | undefined;
65
+ workspace?: string;
66
+ env?: string;
67
67
  }, import("../api/cloudServices.js").GroupedGuardrailResponse[]>;
68
68
  /**
69
69
  * Enables a Guard Rail in any level
70
70
  */
71
71
  enableGuardRail: import("../network/types.js").MutationObject<{
72
72
  account: string;
73
- workspace?: string | undefined;
74
- env?: string | undefined;
73
+ workspace?: string;
74
+ env?: string;
75
75
  enable: boolean;
76
76
  guardrailId: string;
77
77
  }, unknown>;
@@ -83,7 +83,7 @@ declare class CloudServicesClient extends ReactQueryNetworkClient {
83
83
  * Lists the filters related to the given type.
84
84
  */
85
85
  costAllocationFilters: import("../network/types.js").QueryObject<{
86
- $type: "REGION" | "SUB_ACCOUNT_ID";
86
+ $type: "SUB_ACCOUNT_ID" | "REGION";
87
87
  }, string[]>;
88
88
  /**
89
89
  * Gets a CSV file with the data of `costAllocation`.
@@ -105,7 +105,7 @@ declare class CloudServicesClient extends ReactQueryNetworkClient {
105
105
  */
106
106
  billingAccounts: import("../network/types.js").QueryObject<{
107
107
  stackSpotAccountId: string;
108
- showDeleted?: boolean | undefined;
108
+ showDeleted?: boolean;
109
109
  }, BillingAccountSummaryResponse[]>;
110
110
  }
111
111
  export declare const cloudServicesClient: CloudServicesClient;
@@ -1 +1 @@
1
- {"version":3,"file":"cloud-services.d.ts","sourceRoot":"","sources":["../../src/client/cloud-services.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAC7C,OAAO,EACL,6BAA6B,EAI9B,MAAM,sBAAsB,CAAA;AAE7B,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAA;AAC5E,OAAO,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,mBAAmB,EAAiD,MAAM,SAAS,CAAA;AAG3I,cAAM,mBAAoB,SAAQ,uBAAuB;;IAKvD,SAAS,CAAC,mBAAmB,CAAC,KAAK,EAAE,SAAS,GAAG,iBAAiB;IAIlE;;OAEG;IACH,YAAY;;;;;oDAAiH;IAC7H;;OAEG;IACH,uBAAuB;;;wDAAkC;IACzD;;OAEG;IACH,MAAM;;;;;;;;;;sEAKJ;IACF;;OAEG;IACH,sBAAsB;;;;;2DAA4B;IAClD;;OAEG;IACH,WAAW,sEAAmG;IAC9G;;OAEG;IAKH,QAAQ;;;;eAMN;IACF;;OAEG;IACH,UAAU;;;;kEAA4B;IACtC;;OAEG;IACH,eAAe;;;;;;gBAAiC;IAChD;;OAEG;IACH,cAAc,wFAEb;IACD;;OAEG;IACH,qBAAqB;;iBAAuC;IAC5D;;OAEG;IACH,yBAAyB;;;;;wDAAmC;IAC5D;;OAEG;IACH,OAAO;;iBAAyB;IAChC;;OAEG;IACH,eAAe;;;wCAA2H;CAC3I;AAED,eAAO,MAAM,mBAAmB,qBAA4B,CAAA"}
1
+ {"version":3,"file":"cloud-services.d.ts","sourceRoot":"","sources":["../../src/client/cloud-services.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAC7C,OAAO,EACL,6BAA6B,EAI9B,MAAM,sBAAsB,CAAA;AAE7B,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAA;AAC5E,OAAO,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,mBAAmB,EAAiD,MAAM,SAAS,CAAA;AAG3I,cAAM,mBAAoB,SAAQ,uBAAuB;;IAKvD,SAAS,CAAC,mBAAmB,CAAC,KAAK,EAAE,SAAS,GAAG,iBAAiB;IAIlE;;OAEG;IACH,YAAY;;;;oBAA+F,KAAK,GAAG,MAAM;oDAAI;IAC7H;;OAEG;IACH,uBAAuB;;;wDAAkC;IACzD;;OAEG;IACH,MAAM;;;;;;;;;;sEAKJ;IACF;;OAEG;IACH,sBAAsB;;;;;2DAA4B;IAClD;;OAEG;IACH,WAAW,sEAAmG;IAC9G;;OAEG;IAKH,QAAQ;;;;eAMN;IACF;;OAEG;IACH,UAAU;;;;kEAA4B;IACtC;;OAEG;IACH,eAAe;;;;;;gBAAiC;IAChD;;OAEG;IACH,cAAc,wFAEb;IACD;;OAEG;IACH,qBAAqB;;iBAAuC;IAC5D;;OAEG;IACH,yBAAyB;;;;;wDAAmC;IAC5D;;OAEG;IACH,OAAO;;iBAAyB;IAChC;;OAEG;IACH,eAAe;;;wCAA2H;CAC3I;AAED,eAAO,MAAM,mBAAmB,qBAA4B,CAAA"}