@stack-spot/portal-network 0.184.0-beta.1 → 0.184.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 (151) hide show
  1. package/CHANGELOG.md +2412 -2431
  2. package/dist/api/account.js +1 -1
  3. package/dist/api/agent-tools.js +1 -1
  4. package/dist/api/agent.js +1 -1
  5. package/dist/api/ai.js +1 -1
  6. package/dist/api/apiManagement.js +1 -1
  7. package/dist/api/apiRuntime.js +1 -1
  8. package/dist/api/cloudAccount.js +1 -1
  9. package/dist/api/cloudPlatform.js +1 -1
  10. package/dist/api/cloudPlatformHorizon.js +1 -1
  11. package/dist/api/cloudRuntimes.js +1 -1
  12. package/dist/api/cloudServices.js +1 -1
  13. package/dist/api/codeShift.d.ts +4 -76
  14. package/dist/api/codeShift.d.ts.map +1 -1
  15. package/dist/api/codeShift.js +1 -14
  16. package/dist/api/codeShift.js.map +1 -1
  17. package/dist/api/content.js +1 -1
  18. package/dist/api/dataIntegration.js +1 -1
  19. package/dist/api/discover.js +1 -1
  20. package/dist/api/genAiInference.js +1 -1
  21. package/dist/api/insights.js +1 -1
  22. package/dist/api/notification.js +1 -1
  23. package/dist/api/secrets.js +1 -1
  24. package/dist/api/serviceCatalog.js +1 -1
  25. package/dist/api/workspace-ai.js +1 -1
  26. package/dist/api/workspace.js +1 -1
  27. package/dist/api/workspaceManager.d.ts +16 -10
  28. package/dist/api/workspaceManager.d.ts.map +1 -1
  29. package/dist/api/workspaceManager.js +11 -1
  30. package/dist/api/workspaceManager.js.map +1 -1
  31. package/dist/api/workspaceSearchEngine.js +1 -1
  32. package/dist/client/ai.d.ts.map +1 -1
  33. package/dist/client/ai.js +14 -84
  34. package/dist/client/ai.js.map +1 -1
  35. package/dist/client/code-shift.d.ts +0 -30
  36. package/dist/client/code-shift.d.ts.map +1 -1
  37. package/dist/client/code-shift.js +1 -37
  38. package/dist/client/code-shift.js.map +1 -1
  39. package/dist/client/types.d.ts +6 -26
  40. package/dist/client/types.d.ts.map +1 -1
  41. package/dist/client/workspace-manager.d.ts +6 -0
  42. package/dist/client/workspace-manager.d.ts.map +1 -1
  43. package/dist/client/workspace-manager.js +10 -1
  44. package/dist/client/workspace-manager.js.map +1 -1
  45. package/package.json +1 -1
  46. package/readme.md +1 -1
  47. package/scripts/generate-apis.ts +134 -134
  48. package/src/api/account.ts +8367 -8368
  49. package/src/api/agent-tools.ts +2169 -2172
  50. package/src/api/agent.ts +1083 -1085
  51. package/src/api/ai.ts +3388 -3388
  52. package/src/api/apiManagement.ts +570 -570
  53. package/src/api/apiRuntime.ts +2103 -2103
  54. package/src/api/cloudAccount.ts +1239 -1239
  55. package/src/api/cloudPlatform.ts +927 -927
  56. package/src/api/cloudPlatformHorizon.ts +2655 -2655
  57. package/src/api/cloudRuntimes.ts +2043 -2043
  58. package/src/api/cloudServices.ts +1445 -1445
  59. package/src/api/codeShift.ts +3481 -3580
  60. package/src/api/content.ts +9785 -9785
  61. package/src/api/dataIntegration.ts +1657 -1657
  62. package/src/api/discover.ts +435 -435
  63. package/src/api/eventBus.ts +171 -171
  64. package/src/api/genAiInference.ts +603 -603
  65. package/src/api/insights.ts +310 -310
  66. package/src/api/notification.ts +334 -336
  67. package/src/api/secrets.ts +342 -342
  68. package/src/api/serviceCatalog.ts +2908 -2908
  69. package/src/api/workflows.ts +1669 -1669
  70. package/src/api/workspace-ai.ts +677 -677
  71. package/src/api/workspace.ts +5889 -5889
  72. package/src/api/workspaceManager.ts +2951 -2936
  73. package/src/api/workspaceSearchEngine.ts +153 -153
  74. package/src/api-addresses.ts +120 -120
  75. package/src/apis-itau.json +225 -225
  76. package/src/apis.json +225 -225
  77. package/src/client/account.ts +902 -902
  78. package/src/client/agent-tools.ts +210 -210
  79. package/src/client/agent.ts +81 -81
  80. package/src/client/ai.ts +395 -469
  81. package/src/client/api-management.ts +40 -40
  82. package/src/client/cloud-account.ts +70 -70
  83. package/src/client/cloud-platform-horizon.ts +113 -113
  84. package/src/client/cloud-platform.ts +163 -163
  85. package/src/client/cloud-runtimes.ts +129 -129
  86. package/src/client/cloud-services.ts +94 -94
  87. package/src/client/code-shift.ts +349 -371
  88. package/src/client/content.ts +538 -538
  89. package/src/client/data-integration.ts +191 -191
  90. package/src/client/discover.ts +89 -89
  91. package/src/client/event-bus.ts +84 -84
  92. package/src/client/gen-ai-inference.ts +65 -65
  93. package/src/client/insights.ts +28 -28
  94. package/src/client/notification.ts +32 -32
  95. package/src/client/runtime-manager.ts +76 -76
  96. package/src/client/secrets.ts +60 -60
  97. package/src/client/types.ts +377 -398
  98. package/src/client/workflow.ts +83 -83
  99. package/src/client/workspace-ai.ts +191 -191
  100. package/src/client/workspace-manager.ts +564 -560
  101. package/src/client/workspace-search.ts +39 -39
  102. package/src/client/workspace.ts +480 -480
  103. package/src/error/DefaultAPIError.ts +151 -151
  104. package/src/error/FileUploadError.ts +18 -18
  105. package/src/error/IgnoredErrorCodes.ts +3 -3
  106. package/src/error/StackspotAPIError.ts +101 -101
  107. package/src/error/StreamCanceledError.ts +10 -10
  108. package/src/error/StreamError.ts +7 -7
  109. package/src/error/StreamJsonError.ts +10 -10
  110. package/src/error/dictionary/account.ts +58 -58
  111. package/src/error/dictionary/action-details.ts +20 -20
  112. package/src/error/dictionary/action.ts +211 -211
  113. package/src/error/dictionary/agent-tools.ts +75 -75
  114. package/src/error/dictionary/ai-inference.ts +28 -28
  115. package/src/error/dictionary/base.ts +22 -22
  116. package/src/error/dictionary/cloud-platform.ts +82 -82
  117. package/src/error/dictionary/cnt-fields.ts +14 -14
  118. package/src/error/dictionary/cnt.ts +103 -103
  119. package/src/error/dictionary/code-shift.ts +12 -12
  120. package/src/error/dictionary/rte.ts +24 -24
  121. package/src/error/dictionary/rtm.ts +10 -10
  122. package/src/error/dictionary/secrets.ts +14 -14
  123. package/src/error/dictionary/workspace-ai.ts +10 -10
  124. package/src/error/dictionary/workspace-details.ts +15 -15
  125. package/src/error/dictionary/workspace-fields.ts +10 -10
  126. package/src/error/dictionary/workspace.ts +209 -209
  127. package/src/error/types.ts +21 -21
  128. package/src/index.ts +43 -43
  129. package/src/network/AutoInfiniteQuery.ts +115 -115
  130. package/src/network/AutoMutation.ts +27 -27
  131. package/src/network/AutoOperation.ts +73 -73
  132. package/src/network/AutoQuery.ts +75 -75
  133. package/src/network/ManualInfiniteQuery.ts +95 -95
  134. package/src/network/ManualMutation.ts +40 -40
  135. package/src/network/ManualOperation.ts +52 -52
  136. package/src/network/ManualQuery.ts +82 -82
  137. package/src/network/NetworkClient.ts +167 -167
  138. package/src/network/ReactQueryNetworkClient.ts +312 -312
  139. package/src/network/react-query-client.ts +14 -14
  140. package/src/network/types.ts +294 -294
  141. package/src/types.ts +1 -1
  142. package/src/utils/StreamedArray.tsx +146 -146
  143. package/src/utils/StreamedJson.tsx +166 -166
  144. package/src/utils/remove-authorization-param.ts +6 -6
  145. package/src/utils/string.ts +19 -19
  146. package/src/utils/use-extended-list.ts +80 -80
  147. package/src/utils/use-streamed-array.ts +17 -17
  148. package/tsconfig.build.json +4 -4
  149. package/tsconfig.json +10 -10
  150. package/logs/simple-failure/01JBER7AWKACEC3Y1NF7M6PHFF/job_id_1.log +0 -3
  151. package/logs/simple-suspend/01JBEMQG94ADPT99MSZ7EJKGXZ/job_id_1.log +0 -5
@@ -1,94 +1,94 @@
1
- import { HttpError } from '@oazapfts/runtime'
2
- import {
3
- BillingAccountSummaryResponse,
4
- defaults, downloadCsvFiles, enableGuardrail, getAlerts, getAllocationCostCsv, getAllocationCostFilters, getAllTags,
5
- getCostOverview, getGuardrails, getInstanceDetails, listBillingAccounts, listInstances, listServices,
6
- processAllocationCostRequest,
7
- } from '../api/cloudServices'
8
- import { DefaultAPIError } from '../error/DefaultAPIError'
9
- import { StackspotAPIError } from '../error/StackspotAPIError'
10
- import { ReactQueryNetworkClient } from '../network/ReactQueryNetworkClient'
11
- import { CostAllocationResult, CostAllocationVariables, FixedManagedService, FixVariables, OazapftsFunction, ReplaceResult } from './types'
12
- import { getApiAddresses } from '../api-addresses'
13
-
14
- class CloudServicesClient extends ReactQueryNetworkClient {
15
- constructor() {
16
- super(getApiAddresses().cloudServices.url, defaults)
17
- }
18
-
19
- protected buildStackSpotError(error: HttpError): StackspotAPIError {
20
- return new DefaultAPIError(error.data, error.status, { en: {}, pt: {} }, error.headers)
21
- }
22
-
23
- /**
24
- * Gets overview of costs over the current month, last month and last 3 months.
25
- */
26
- costOverview = this.query(getCostOverview as unknown as FixVariables<typeof getCostOverview, { sortOrder?: 'asc' | 'desc' }>)
27
- /**
28
- * Gets a CSV file with the data of `costOverview`.
29
- */
30
- downloadCostOverviewCSV = this.mutation(downloadCsvFiles)
31
- /**
32
- * Gets the alerts in a workspace and environment (paginated).
33
- */
34
- alerts = this.infiniteQuery(getAlerts, {
35
- accumulator: 'data',
36
- defaultVariables: { pageSize: 40 },
37
- initialPageParam: 1,
38
- getNextPageParam: ({ lastPage }) => lastPage.nextPage,
39
- })
40
- /**
41
- * Lists instances of a particular service resource running in a workspace.
42
- */
43
- allInstancesOfResource = this.query(listInstances)
44
- /**
45
- * Lists all managed services.
46
- */
47
- allServices = this.query(listServices as unknown as ReplaceResult<typeof listServices, FixedManagedService[]>)
48
- /**
49
- * Gets the description of an instance.
50
- */
51
- // we need a manual query here because the backend returns application/json in error responses and application/yaml in successful
52
- // responses. Oazapfts will handle the request as JSON whenever at least one of the response types is JSON, which I think is wrong, but
53
- // it is what it is. This manual query changes the accept header to */* and the return type to string, which is the fallback when Oazapfts
54
- // can't parse what it expects to be a json.
55
- instance = this.query({
56
- name: 'instance',
57
- request: (signal, variables: Parameters<typeof getInstanceDetails>[0]) => {
58
- return getInstanceDetails(variables, { signal, headers: { 'accept': '*/*' }}) as unknown as Promise<string>
59
- },
60
- permission: this.createPermissionFunctionFor(getInstanceDetails),
61
- })
62
- /**
63
- * Gets all Guard Rails.
64
- */
65
- guardRails = this.query(getGuardrails)
66
- /**
67
- * Enables a Guard Rail in any level
68
- */
69
- enableGuardRail = this.mutation(enableGuardrail)
70
- /**
71
- * Retrieves cost and usage metrics for the current account.
72
- */
73
- costAllocation = this.query(
74
- processAllocationCostRequest as unknown as OazapftsFunction<CostAllocationVariables, CostAllocationResult>,
75
- )
76
- /**
77
- * Lists the filters related to the given type.
78
- */
79
- costAllocationFilters = this.query(getAllocationCostFilters)
80
- /**
81
- * Gets a CSV file with the data of `costAllocation`.
82
- */
83
- downloadCostAllocationCSV = this.query(getAllocationCostCsv)
84
- /**
85
- * Lists all tags.
86
- */
87
- allTags = this.query(getAllTags)
88
- /**
89
- * Retrieves a summary for each billing account of the account with the id passed as parameter.
90
- */
91
- billingAccounts = this.query(listBillingAccounts as unknown as ReplaceResult<typeof listBillingAccounts, BillingAccountSummaryResponse[]>)
92
- }
93
-
94
- export const cloudServicesClient = new CloudServicesClient()
1
+ import { HttpError } from '@oazapfts/runtime'
2
+ import {
3
+ BillingAccountSummaryResponse,
4
+ defaults, downloadCsvFiles, enableGuardrail, getAlerts, getAllocationCostCsv, getAllocationCostFilters, getAllTags,
5
+ getCostOverview, getGuardrails, getInstanceDetails, listBillingAccounts, listInstances, listServices,
6
+ processAllocationCostRequest,
7
+ } from '../api/cloudServices'
8
+ import { DefaultAPIError } from '../error/DefaultAPIError'
9
+ import { StackspotAPIError } from '../error/StackspotAPIError'
10
+ import { ReactQueryNetworkClient } from '../network/ReactQueryNetworkClient'
11
+ import { CostAllocationResult, CostAllocationVariables, FixedManagedService, FixVariables, OazapftsFunction, ReplaceResult } from './types'
12
+ import { getApiAddresses } from '../api-addresses'
13
+
14
+ class CloudServicesClient extends ReactQueryNetworkClient {
15
+ constructor() {
16
+ super(getApiAddresses().cloudServices.url, defaults)
17
+ }
18
+
19
+ protected buildStackSpotError(error: HttpError): StackspotAPIError {
20
+ return new DefaultAPIError(error.data, error.status, { en: {}, pt: {} }, error.headers)
21
+ }
22
+
23
+ /**
24
+ * Gets overview of costs over the current month, last month and last 3 months.
25
+ */
26
+ costOverview = this.query(getCostOverview as unknown as FixVariables<typeof getCostOverview, { sortOrder?: 'asc' | 'desc' }>)
27
+ /**
28
+ * Gets a CSV file with the data of `costOverview`.
29
+ */
30
+ downloadCostOverviewCSV = this.mutation(downloadCsvFiles)
31
+ /**
32
+ * Gets the alerts in a workspace and environment (paginated).
33
+ */
34
+ alerts = this.infiniteQuery(getAlerts, {
35
+ accumulator: 'data',
36
+ defaultVariables: { pageSize: 40 },
37
+ initialPageParam: 1,
38
+ getNextPageParam: ({ lastPage }) => lastPage.nextPage,
39
+ })
40
+ /**
41
+ * Lists instances of a particular service resource running in a workspace.
42
+ */
43
+ allInstancesOfResource = this.query(listInstances)
44
+ /**
45
+ * Lists all managed services.
46
+ */
47
+ allServices = this.query(listServices as unknown as ReplaceResult<typeof listServices, FixedManagedService[]>)
48
+ /**
49
+ * Gets the description of an instance.
50
+ */
51
+ // we need a manual query here because the backend returns application/json in error responses and application/yaml in successful
52
+ // responses. Oazapfts will handle the request as JSON whenever at least one of the response types is JSON, which I think is wrong, but
53
+ // it is what it is. This manual query changes the accept header to */* and the return type to string, which is the fallback when Oazapfts
54
+ // can't parse what it expects to be a json.
55
+ instance = this.query({
56
+ name: 'instance',
57
+ request: (signal, variables: Parameters<typeof getInstanceDetails>[0]) => {
58
+ return getInstanceDetails(variables, { signal, headers: { 'accept': '*/*' }}) as unknown as Promise<string>
59
+ },
60
+ permission: this.createPermissionFunctionFor(getInstanceDetails),
61
+ })
62
+ /**
63
+ * Gets all Guard Rails.
64
+ */
65
+ guardRails = this.query(getGuardrails)
66
+ /**
67
+ * Enables a Guard Rail in any level
68
+ */
69
+ enableGuardRail = this.mutation(enableGuardrail)
70
+ /**
71
+ * Retrieves cost and usage metrics for the current account.
72
+ */
73
+ costAllocation = this.query(
74
+ processAllocationCostRequest as unknown as OazapftsFunction<CostAllocationVariables, CostAllocationResult>,
75
+ )
76
+ /**
77
+ * Lists the filters related to the given type.
78
+ */
79
+ costAllocationFilters = this.query(getAllocationCostFilters)
80
+ /**
81
+ * Gets a CSV file with the data of `costAllocation`.
82
+ */
83
+ downloadCostAllocationCSV = this.query(getAllocationCostCsv)
84
+ /**
85
+ * Lists all tags.
86
+ */
87
+ allTags = this.query(getAllTags)
88
+ /**
89
+ * Retrieves a summary for each billing account of the account with the id passed as parameter.
90
+ */
91
+ billingAccounts = this.query(listBillingAccounts as unknown as ReplaceResult<typeof listBillingAccounts, BillingAccountSummaryResponse[]>)
92
+ }
93
+
94
+ export const cloudServicesClient = new CloudServicesClient()