@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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,638 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.215.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.215.0...portal-network@v0.215.1) (2026-01-12)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update swagger ([#1980](https://github.com/stack-spot/portal-commons/issues/1980)) ([d88c5e1](https://github.com/stack-spot/portal-commons/commit/d88c5e16161afe342a529311de183cb14a0e9133))
9
+
10
+ ## [0.215.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.214.0...portal-network@v0.215.0) (2026-01-08)
11
+
12
+
13
+ ### Features
14
+
15
+ * treats error events on streamed jsons ([#1972](https://github.com/stack-spot/portal-commons/issues/1972)) ([b2e5a8b](https://github.com/stack-spot/portal-commons/commit/b2e5a8bf1134e40de9588339f21c195fe84ca452))
16
+
17
+ ## [0.214.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.213.0...portal-network@v0.214.0) (2026-01-07)
18
+
19
+
20
+ ### Features
21
+
22
+ * integrate method to retrieve available connection interfaces ([#1970](https://github.com/stack-spot/portal-commons/issues/1970)) ([8d372c0](https://github.com/stack-spot/portal-commons/commit/8d372c09f500b89e3bac464148cd7a8a6e28f0c0))
23
+
24
+ ## [0.213.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.212.6...portal-network@v0.213.0) (2026-01-07)
25
+
26
+
27
+ ### Features
28
+
29
+ * add itemsCount to GetModuleExecutionBatchActivitiesById type ([63a31db](https://github.com/stack-spot/portal-commons/commit/63a31dbe5b8ab45797717e40f606e9215a393030))
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * add itemsCount to GetModuleExecutionBatchActivitiesById type ([#1967](https://github.com/stack-spot/portal-commons/issues/1967)) ([ccaa65d](https://github.com/stack-spot/portal-commons/commit/ccaa65df374908fce6129e38940f1fb618d1a704))
35
+
36
+ ## [0.212.6](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.212.5...portal-network@v0.212.6) (2026-01-05)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * update swagger ([#1965](https://github.com/stack-spot/portal-commons/issues/1965)) ([efeceda](https://github.com/stack-spot/portal-commons/commit/efeceda09c9d15d8331b47c74bd90e7b64d6097a))
42
+
43
+ ## [0.212.5](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.212.4...portal-network@v0.212.5) (2026-01-05)
44
+
45
+
46
+ ### Bug Fixes
47
+
48
+ * keep spot filter on front ([#1963](https://github.com/stack-spot/portal-commons/issues/1963)) ([5eb0b8c](https://github.com/stack-spot/portal-commons/commit/5eb0b8cff2ec10d3e7e7aeeaea7fd9899da3f2df))
49
+
50
+ ## [0.212.4](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.212.3...portal-network@v0.212.4) (2026-01-05)
51
+
52
+
53
+ ### Bug Fixes
54
+
55
+ * Add filter ([#1961](https://github.com/stack-spot/portal-commons/issues/1961)) ([eafd043](https://github.com/stack-spot/portal-commons/commit/eafd0438692d03eda807ae386ae897edb4051e09))
56
+
57
+ ## [0.212.3](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.212.2...portal-network@v0.212.3) (2026-01-05)
58
+
59
+
60
+ ### Bug Fixes
61
+
62
+ * add backend filter ([#1959](https://github.com/stack-spot/portal-commons/issues/1959)) ([74a4f7a](https://github.com/stack-spot/portal-commons/commit/74a4f7a20af52072794ce46d0fc876ae84198ff0))
63
+
64
+ ## [0.212.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.212.1...portal-network@v0.212.2) (2025-12-30)
65
+
66
+
67
+ ### Bug Fixes
68
+
69
+ * Update account swagger ([#1957](https://github.com/stack-spot/portal-commons/issues/1957)) ([1082bfa](https://github.com/stack-spot/portal-commons/commit/1082bfa5d2041ea3f2aaad49dd18473938438140))
70
+
71
+ ## [0.212.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.212.0...portal-network@v0.212.1) (2025-12-29)
72
+
73
+
74
+ ### Bug Fixes
75
+
76
+ * make batch properties optional in GetModuleExecutionBatchActivitiesById type ([c731c6d](https://github.com/stack-spot/portal-commons/commit/c731c6ddf259eade5f5179696a772dd9f01abce0))
77
+
78
+ ## [0.212.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.211.2...portal-network@v0.212.0) (2025-12-23)
79
+
80
+
81
+ ### Features
82
+
83
+ * add customOutputs and pagination support to various request/response ([#1948](https://github.com/stack-spot/portal-commons/issues/1948)) ([94e209c](https://github.com/stack-spot/portal-commons/commit/94e209c0c4524e943b79a02e0a1d8d66606fb8e4))
84
+ * add dynamic tool ([#1947](https://github.com/stack-spot/portal-commons/issues/1947)) ([6426e6b](https://github.com/stack-spot/portal-commons/commit/6426e6bfedd4b410b28de3f36908326568a9bdc5))
85
+ * update account asset swagger ([#1949](https://github.com/stack-spot/portal-commons/issues/1949)) ([4eb7844](https://github.com/stack-spot/portal-commons/commit/4eb7844eb1d46a1684a11494aa842cd31694dd9d))
86
+
87
+ ## [0.211.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.211.1...portal-network@v0.211.2) (2025-12-22)
88
+
89
+
90
+ ### Bug Fixes
91
+
92
+ * change to agents v3 ([#1944](https://github.com/stack-spot/portal-commons/issues/1944)) ([03d4e06](https://github.com/stack-spot/portal-commons/commit/03d4e06ed756818ac3019e0a15ee0ad13c352ca9))
93
+
94
+ ## [0.211.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.211.0...portal-network@v0.211.1) (2025-12-22)
95
+
96
+
97
+ ### Bug Fixes
98
+
99
+ * mfe usage ([#1942](https://github.com/stack-spot/portal-commons/issues/1942)) ([5d0e302](https://github.com/stack-spot/portal-commons/commit/5d0e30250e60ac4300807141f34a30bebfa54f4c))
100
+
101
+ ## [0.211.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.210.1...portal-network@v0.211.0) (2025-12-22)
102
+
103
+
104
+ ### Features
105
+
106
+ * add v2 repository and module execution batch methods to CodeShift ([#1883](https://github.com/stack-spot/portal-commons/issues/1883)) ([3264534](https://github.com/stack-spot/portal-commons/commit/3264534bbe7186e9bd33d71baa22d0ef155497a9))
107
+
108
+
109
+ ### Bug Fixes
110
+
111
+ * up opa ([#1939](https://github.com/stack-spot/portal-commons/issues/1939)) ([03fbc4a](https://github.com/stack-spot/portal-commons/commit/03fbc4a641fac77382db7b843d62d620cbdbaca6))
112
+
113
+ ## [0.210.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.210.0...portal-network@v0.210.1) (2025-12-19)
114
+
115
+
116
+ ### Bug Fixes
117
+
118
+ * update swagger ([#1933](https://github.com/stack-spot/portal-commons/issues/1933)) ([c4d1b90](https://github.com/stack-spot/portal-commons/commit/c4d1b90cfdf615cd5c05db6236ba3b8e4ca0fcc0))
119
+
120
+ ## [0.210.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.209.0...portal-network@v0.210.0) (2025-12-19)
121
+
122
+
123
+ ### Features
124
+
125
+ * change local running ([#1925](https://github.com/stack-spot/portal-commons/issues/1925)) ([5a9c201](https://github.com/stack-spot/portal-commons/commit/5a9c201868de8fdbb835cdb045da74ab222b01dd))
126
+
127
+ ## [0.209.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.208.3...portal-network@v0.209.0) (2025-12-18)
128
+
129
+
130
+ ### Features
131
+
132
+ * 3310 analytics token get info ([#1783](https://github.com/stack-spot/portal-commons/issues/1783)) ([11b1b4c](https://github.com/stack-spot/portal-commons/commit/11b1b4c94a8fe69e966f18c2f1d4a732901ff55c))
133
+ * folders and projects ([#1895](https://github.com/stack-spot/portal-commons/issues/1895)) ([55b598d](https://github.com/stack-spot/portal-commons/commit/55b598d8af3c3b68ebe4b056ec25a399c2a01cf8))
134
+
135
+ ## [0.208.3](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.208.2...portal-network@v0.208.3) (2025-12-17)
136
+
137
+
138
+ ### Bug Fixes
139
+
140
+ * adjusts account lib ([#1911](https://github.com/stack-spot/portal-commons/issues/1911)) ([2bf5fdd](https://github.com/stack-spot/portal-commons/commit/2bf5fddde0cce4d828f2a0c9160b70fefe2107f1))
141
+
142
+ ## [0.208.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.208.1...portal-network@v0.208.2) (2025-12-16)
143
+
144
+
145
+ ### Bug Fixes
146
+
147
+ * lib network ([#1909](https://github.com/stack-spot/portal-commons/issues/1909)) ([82f3354](https://github.com/stack-spot/portal-commons/commit/82f33544809ac69cdb91fae0ba42fb2bb5e8dfec))
148
+
149
+ ## [0.208.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.208.0...portal-network@v0.208.1) (2025-12-16)
150
+
151
+
152
+ ### Bug Fixes
153
+
154
+ * New API Account and Network ([#1897](https://github.com/stack-spot/portal-commons/issues/1897)) ([850a8a8](https://github.com/stack-spot/portal-commons/commit/850a8a8b2d53fe5bc7bd4b62ad6fe0c9a7e27409))
155
+
156
+ ## [0.208.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.207.0...portal-network@v0.208.0) (2025-12-15)
157
+
158
+
159
+ ### Features
160
+
161
+ * new edp-bfa api ([#1904](https://github.com/stack-spot/portal-commons/issues/1904)) ([b4c1240](https://github.com/stack-spot/portal-commons/commit/b4c1240315b50c436dc2eb07bf98fbd6e648e7cc))
162
+
163
+
164
+ ### Bug Fixes
165
+
166
+ * insight summary ([#1906](https://github.com/stack-spot/portal-commons/issues/1906)) ([48d090a](https://github.com/stack-spot/portal-commons/commit/48d090af05f362408f73bc6d385d1ef9657ed61f))
167
+
168
+ ## [0.207.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.206.3...portal-network@v0.207.0) (2025-12-15)
169
+
170
+
171
+ ### Features
172
+
173
+ * network notification uncommit ([#1898](https://github.com/stack-spot/portal-commons/issues/1898)) ([ba48399](https://github.com/stack-spot/portal-commons/commit/ba48399aa1651effa5283f9a698c1848ac03716d))
174
+
175
+ ## [0.206.3](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.206.2...portal-network@v0.206.3) (2025-12-15)
176
+
177
+
178
+ ### Bug Fixes
179
+
180
+ * add clear context workflow ([#1893](https://github.com/stack-spot/portal-commons/issues/1893)) ([38865a4](https://github.com/stack-spot/portal-commons/commit/38865a4ae102d9e9238324820d79b50e2acb8a2f))
181
+ * agent tools planner type ([#1896](https://github.com/stack-spot/portal-commons/issues/1896)) ([b102596](https://github.com/stack-spot/portal-commons/commit/b102596e0d69340700590b4c8f86a8d9f66a9af0))
182
+
183
+ ## [0.206.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.206.1...portal-network@v0.206.2) (2025-12-12)
184
+
185
+
186
+ ### Bug Fixes
187
+
188
+ * chaturl optional on api ([#1891](https://github.com/stack-spot/portal-commons/issues/1891)) ([5cf32ae](https://github.com/stack-spot/portal-commons/commit/5cf32aef1a578a72ce7b223310e8f90ad3e182b6))
189
+
190
+ ## [0.206.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.206.0...portal-network@v0.206.1) (2025-12-12)
191
+
192
+
193
+ ### Bug Fixes
194
+
195
+ * adjustment in ks v2 ([#1889](https://github.com/stack-spot/portal-commons/issues/1889)) ([d89e88e](https://github.com/stack-spot/portal-commons/commit/d89e88e07e8b84a1c4753bfee922b21f987f4097))
196
+
197
+ ## [0.206.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.205.1...portal-network@v0.206.0) (2025-12-12)
198
+
199
+
200
+ ### Features
201
+
202
+ * updates ai api ([#1886](https://github.com/stack-spot/portal-commons/issues/1886)) ([7cee514](https://github.com/stack-spot/portal-commons/commit/7cee514f3f172f4059e01f473e85b49c9530a2a2))
203
+
204
+ ## [0.205.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.205.0...portal-network@v0.205.1) (2025-12-10)
205
+
206
+
207
+ ### Bug Fixes
208
+
209
+ * delete module ([#1881](https://github.com/stack-spot/portal-commons/issues/1881)) ([7817d26](https://github.com/stack-spot/portal-commons/commit/7817d260610248cacc62fff45a26b409a9f96f57))
210
+
211
+ ## [0.205.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.204.2...portal-network@v0.205.0) (2025-12-09)
212
+
213
+
214
+ ### Features
215
+
216
+ * qc paginated ([#1875](https://github.com/stack-spot/portal-commons/issues/1875)) ([684da17](https://github.com/stack-spot/portal-commons/commit/684da170add59225ee737c52d2b5c63e460056a5))
217
+ * rating ([#1869](https://github.com/stack-spot/portal-commons/issues/1869)) ([1635948](https://github.com/stack-spot/portal-commons/commit/1635948abc0c25fc97cfc5a479dd6e329736cbb2))
218
+
219
+
220
+ ### Bug Fixes
221
+
222
+ * add delete ([#1880](https://github.com/stack-spot/portal-commons/issues/1880)) ([da91fd7](https://github.com/stack-spot/portal-commons/commit/da91fd7833ee2d82e819225fd23f4c9e4f4f5806))
223
+
224
+ ## [0.204.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.204.1...portal-network@v0.204.2) (2025-12-08)
225
+
226
+
227
+ ### Bug Fixes
228
+
229
+ * remove qc script ([#1867](https://github.com/stack-spot/portal-commons/issues/1867)) ([612e4de](https://github.com/stack-spot/portal-commons/commit/612e4dea7bd1f11e1fc8ec951cfa4ad7676d4921))
230
+
231
+ ## [0.204.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.204.0...portal-network@v0.204.1) (2025-12-08)
232
+
233
+
234
+ ### Bug Fixes
235
+
236
+ * Update code shift swagger ([#1865](https://github.com/stack-spot/portal-commons/issues/1865)) ([45e706d](https://github.com/stack-spot/portal-commons/commit/45e706d7d6559a44c9a170145a8525f8047872de))
237
+
238
+ ## [0.204.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.203.0...portal-network@v0.204.0) (2025-12-05)
239
+
240
+
241
+ ### Features
242
+
243
+ * Upd agent tools ([#1845](https://github.com/stack-spot/portal-commons/issues/1845)) ([5a74800](https://github.com/stack-spot/portal-commons/commit/5a74800f85be09dd713934f46c7286d22167520a))
244
+
245
+ ## [0.203.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.202.1...portal-network@v0.203.0) (2025-12-04)
246
+
247
+
248
+ ### Features
249
+
250
+ * 3332 insights ([#1862](https://github.com/stack-spot/portal-commons/issues/1862)) ([9b3aa7c](https://github.com/stack-spot/portal-commons/commit/9b3aa7ca4c5dcbe72cce060b8ade2645e9d23659))
251
+
252
+ ## [0.202.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.202.0...portal-network@v0.202.1) (2025-12-04)
253
+
254
+
255
+ ### Bug Fixes
256
+
257
+ * adjusts paginated ([#1860](https://github.com/stack-spot/portal-commons/issues/1860)) ([0bb24c7](https://github.com/stack-spot/portal-commons/commit/0bb24c7cea9b3a77e13d43506f80b161aaa3a5dc))
258
+
259
+ ## [0.202.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.201.0...portal-network@v0.202.0) (2025-12-03)
260
+
261
+
262
+ ### Features
263
+
264
+ * tools mcp ([#1858](https://github.com/stack-spot/portal-commons/issues/1858)) ([40d2bfe](https://github.com/stack-spot/portal-commons/commit/40d2bfe0fcea283e8cbb3cff8fc59ebd9f03f281))
265
+
266
+ ## [0.201.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.200.0...portal-network@v0.201.0) (2025-12-01)
267
+
268
+
269
+ ### Features
270
+
271
+ * 3101 python script ([#1840](https://github.com/stack-spot/portal-commons/issues/1840)) ([545a6cb](https://github.com/stack-spot/portal-commons/commit/545a6cb58df36dfde482966a40a00076fc68c4cf))
272
+
273
+ ## [0.200.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.199.0...portal-network@v0.200.0) (2025-11-28)
274
+
275
+
276
+ ### Features
277
+
278
+ * add new request in cloud platform horizon ([#1824](https://github.com/stack-spot/portal-commons/issues/1824)) ([8ac12ca](https://github.com/stack-spot/portal-commons/commit/8ac12ca4aadc72d76e35b89458e98a43390894e8))
279
+
280
+ ## [0.199.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.198.4...portal-network@v0.199.0) (2025-11-25)
281
+
282
+
283
+ ### Features
284
+
285
+ * Adds analytics modules execution times queries ([#1821](https://github.com/stack-spot/portal-commons/issues/1821)) ([56c568d](https://github.com/stack-spot/portal-commons/commit/56c568d1a8d2c18ab8dbfd1f5881e78ec893f733))
286
+ * Adds module docs API support ([#1809](https://github.com/stack-spot/portal-commons/issues/1809)) ([f8238d6](https://github.com/stack-spot/portal-commons/commit/f8238d6c772118d95f2f5436b4957d97c4113a08))
287
+
288
+ ## [0.198.4](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.198.3...portal-network@v0.198.4) (2025-11-24)
289
+
290
+
291
+ ### Bug Fixes
292
+
293
+ * agents v3 ([#1817](https://github.com/stack-spot/portal-commons/issues/1817)) ([3202548](https://github.com/stack-spot/portal-commons/commit/3202548501b50e3ebb06490ea03dc0de62540775))
294
+
295
+ ## [0.198.3](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.198.2...portal-network@v0.198.3) (2025-11-24)
296
+
297
+
298
+ ### Bug Fixes
299
+
300
+ * Add memory option ([#1816](https://github.com/stack-spot/portal-commons/issues/1816)) ([487cbca](https://github.com/stack-spot/portal-commons/commit/487cbcad5fa5be53450c011f78e21f9959ded3a3))
301
+
302
+ ## [0.198.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.198.1...portal-network@v0.198.2) (2025-11-12)
303
+
304
+
305
+ ### Bug Fixes
306
+
307
+ * add new message error in cloud platform ([#1791](https://github.com/stack-spot/portal-commons/issues/1791)) ([aa9ecf2](https://github.com/stack-spot/portal-commons/commit/aa9ecf207b58b70dfb9d335dfda4fa1cbf27a938))
308
+
309
+ ## [0.198.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.198.0...portal-network@v0.198.1) (2025-11-11)
310
+
311
+
312
+ ### Bug Fixes
313
+
314
+ * add type for resources in adp chat ([#1789](https://github.com/stack-spot/portal-commons/issues/1789)) ([9967d20](https://github.com/stack-spot/portal-commons/commit/9967d207a264bb7d412f66745ae82ed1a7533c41))
315
+
316
+ ## [0.198.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.197.0...portal-network@v0.198.0) (2025-11-10)
317
+
318
+
319
+ ### Features
320
+
321
+ * add sendChatMessage in discover ([#1785](https://github.com/stack-spot/portal-commons/issues/1785)) ([22a5994](https://github.com/stack-spot/portal-commons/commit/22a5994aff7cb9d2f766b5566dd9d86bdeae7590))
322
+
323
+ ## [0.197.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.196.0...portal-network@v0.197.0) (2025-11-10)
324
+
325
+
326
+ ### Features
327
+
328
+ * add PAT Health Check query to CodeShift client ([b5c1234](https://github.com/stack-spot/portal-commons/commit/b5c12348dea37d000aa88628704b3af4ea080a44))
329
+ * add PAT Health Check query to CodeShift client ([#1780](https://github.com/stack-spot/portal-commons/issues/1780)) ([321ddc0](https://github.com/stack-spot/portal-commons/commit/321ddc0b36dd310d81b2eb81e52fef1d743fae82))
330
+
331
+ ## [0.196.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.195.1...portal-network@v0.196.0) (2025-11-07)
332
+
333
+
334
+ ### Features
335
+
336
+ * update code shift api and add new requests ([#1778](https://github.com/stack-spot/portal-commons/issues/1778)) ([96fb94a](https://github.com/stack-spot/portal-commons/commit/96fb94a20642ad54eeecf04dfc1f4aa1b4a67f4a))
337
+
338
+ ## [0.195.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.195.0...portal-network@v0.195.1) (2025-11-06)
339
+
340
+
341
+ ### Bug Fixes
342
+
343
+ * up types ([#1767](https://github.com/stack-spot/portal-commons/issues/1767)) ([6b4706b](https://github.com/stack-spot/portal-commons/commit/6b4706b0abf7e820c3c5de2ad6b74be42da4191c))
344
+
345
+ ## [0.195.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.194.2...portal-network@v0.195.0) (2025-11-06)
346
+
347
+
348
+ ### Features
349
+
350
+ * add deletion in foundation resources ([#1769](https://github.com/stack-spot/portal-commons/issues/1769)) ([bd860e1](https://github.com/stack-spot/portal-commons/commit/bd860e1566aadfd5482f05b29f09b73ddb0a5364))
351
+
352
+ ## [0.194.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.194.1...portal-network@v0.194.2) (2025-10-31)
353
+
354
+
355
+ ### Bug Fixes
356
+
357
+ * add execution id ([#1738](https://github.com/stack-spot/portal-commons/issues/1738)) ([8103316](https://github.com/stack-spot/portal-commons/commit/81033166874ff2905ca0c7a59c92cdafbeee6744))
358
+
359
+ ## [0.194.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.194.0...portal-network@v0.194.1) (2025-10-29)
360
+
361
+
362
+ ### Bug Fixes
363
+
364
+ * Created new endpoint to reactivate trial account ([#1734](https://github.com/stack-spot/portal-commons/issues/1734)) ([eed4f9e](https://github.com/stack-spot/portal-commons/commit/eed4f9efba9f6ca78e9f5248fa815d503bf0b3fe))
365
+
366
+ ## [0.194.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.193.0...portal-network@v0.194.0) (2025-10-28)
367
+
368
+
369
+ ### Features
370
+
371
+ * add update tags in cloud platform resources ([#1732](https://github.com/stack-spot/portal-commons/issues/1732)) ([552c3ab](https://github.com/stack-spot/portal-commons/commit/552c3aba1e9866b48a133707bbe8bde5e413331e))
372
+
373
+ ## [0.193.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.192.1...portal-network@v0.193.0) (2025-10-28)
374
+
375
+
376
+ ### Features
377
+
378
+ * execution modes chat ([#1656](https://github.com/stack-spot/portal-commons/issues/1656)) ([b44b3e8](https://github.com/stack-spot/portal-commons/commit/b44b3e89b8ae4804650d1307d763dafc406f0ec5))
379
+
380
+ ## [0.192.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.192.0...portal-network@v0.192.1) (2025-10-27)
381
+
382
+
383
+ ### Bug Fixes
384
+
385
+ * remove tenandId in runtime creation ([#1729](https://github.com/stack-spot/portal-commons/issues/1729)) ([5795fa6](https://github.com/stack-spot/portal-commons/commit/5795fa6b31f66cac6c308308397f48f403e4feaf))
386
+
387
+ ## [0.192.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.191.1...portal-network@v0.192.0) (2025-10-24)
388
+
389
+
390
+ ### Features
391
+
392
+ * add runtime requests in cloud platform ([#1727](https://github.com/stack-spot/portal-commons/issues/1727)) ([13dbecc](https://github.com/stack-spot/portal-commons/commit/13dbecc2c8dd328efc5b58ff17c65ea11300727d))
393
+
394
+
395
+ ### Bug Fixes
396
+
397
+ * upd gen ai inference ([#1724](https://github.com/stack-spot/portal-commons/issues/1724)) ([fa094c6](https://github.com/stack-spot/portal-commons/commit/fa094c6da1a33cab4647e28ec6de6b89766dedbe))
398
+
399
+ ## [0.191.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.191.0...portal-network@v0.191.1) (2025-10-24)
400
+
401
+
402
+ ### Bug Fixes
403
+
404
+ * account apiand client ([#1722](https://github.com/stack-spot/portal-commons/issues/1722)) ([f93aaf8](https://github.com/stack-spot/portal-commons/commit/f93aaf8b2763dae1e3dc84a743bff2fa1bf5cdf5))
405
+
406
+ ## [0.191.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.190.0...portal-network@v0.191.0) (2025-10-24)
407
+
408
+
409
+ ### Features
410
+
411
+ * Extends role types and report status with new fields ([#1720](https://github.com/stack-spot/portal-commons/issues/1720)) ([6a1237a](https://github.com/stack-spot/portal-commons/commit/6a1237a95169f13c34c0fd7b0ff74098c87bf903))
412
+
413
+ ## [0.190.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.189.0...portal-network@v0.190.0) (2025-10-23)
414
+
415
+
416
+ ### Features
417
+
418
+ * update account api ([#1711](https://github.com/stack-spot/portal-commons/issues/1711)) ([2b0f6d2](https://github.com/stack-spot/portal-commons/commit/2b0f6d250b7fb668adc2e8fe245df98b3e46f5d8))
419
+
420
+ ## [0.189.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.188.1...portal-network@v0.189.0) (2025-10-20)
421
+
422
+
423
+ ### Features
424
+
425
+ * Adds language breakdown and merge info to report types ([#1704](https://github.com/stack-spot/portal-commons/issues/1704)) ([d6329c6](https://github.com/stack-spot/portal-commons/commit/d6329c65849af63781ce7e0a1a809f642ab49dae))
426
+
427
+ ## [0.188.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.188.0...portal-network@v0.188.1) (2025-10-20)
428
+
429
+
430
+ ### Bug Fixes
431
+
432
+ * update agents api to accept filter by order ([#1706](https://github.com/stack-spot/portal-commons/issues/1706)) ([00bc884](https://github.com/stack-spot/portal-commons/commit/00bc884a62b1d8cb4ae5ac42735d5585d61e691f))
433
+
434
+ ## [0.188.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.187.0...portal-network@v0.188.0) (2025-10-14)
435
+
436
+
437
+ ### Features
438
+
439
+ * Adds customer rating support to report APIs ([#1648](https://github.com/stack-spot/portal-commons/issues/1648)) ([e6988ff](https://github.com/stack-spot/portal-commons/commit/e6988ff48b404c5a363cf677fca7d2b3d4c0cec6))
440
+ * Adds module update support and improves type safety ([#1700](https://github.com/stack-spot/portal-commons/issues/1700)) ([05aa8b5](https://github.com/stack-spot/portal-commons/commit/05aa8b59d001eb494cec636e5149091e86e73cb8))
441
+ * Adds support for stack and workflow extension types ([#1690](https://github.com/stack-spot/portal-commons/issues/1690)) ([2c9db3e](https://github.com/stack-spot/portal-commons/commit/2c9db3e7416204e4b2e9e3cee0f273aba8b178cf))
442
+
443
+ ## [0.187.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.186.1...portal-network@v0.187.0) (2025-10-13)
444
+
445
+
446
+ ### Features
447
+
448
+ * add new request secrets account ([#1697](https://github.com/stack-spot/portal-commons/issues/1697)) ([8ed2ddb](https://github.com/stack-spot/portal-commons/commit/8ed2ddb03804541204e31263e73778a726702714))
449
+
450
+ ## [0.186.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.186.0...portal-network@v0.186.1) (2025-10-09)
451
+
452
+
453
+ ### Bug Fixes
454
+
455
+ * update getProject in cloud platform ([#1688](https://github.com/stack-spot/portal-commons/issues/1688)) ([475d08e](https://github.com/stack-spot/portal-commons/commit/475d08e44de7f4eff09766aa8673d2a563706737))
456
+
457
+ ## [0.186.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.185.0...portal-network@v0.186.0) (2025-10-08)
458
+
459
+
460
+ ### Features
461
+
462
+ * add tenant requests in cloud platform ([#1686](https://github.com/stack-spot/portal-commons/issues/1686)) ([a50c7f2](https://github.com/stack-spot/portal-commons/commit/a50c7f20c11c6fc59987eb66af18761907eb1743))
463
+
464
+ ## [0.185.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.184.0...portal-network@v0.185.0) (2025-10-06)
465
+
466
+
467
+ ### Features
468
+
469
+ * Adds v2 repository search API integration ([#1513](https://github.com/stack-spot/portal-commons/issues/1513)) ([e156518](https://github.com/stack-spot/portal-commons/commit/e1565186b560e30d032128a96ba76b16cc3f8aa1))
470
+
471
+ ## [0.184.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.183.0...portal-network@v0.184.0) (2025-10-06)
472
+
473
+
474
+ ### Features
475
+
476
+ * add new request in worksapce manager ([#1674](https://github.com/stack-spot/portal-commons/issues/1674)) ([05bc8de](https://github.com/stack-spot/portal-commons/commit/05bc8dedb50041a0cdb9be074f4762dd9d6d9cd1))
477
+
478
+ ## [0.183.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.182.0...portal-network@v0.183.0) (2025-10-01)
479
+
480
+
481
+ ### Features
482
+
483
+ * add workspace ai dictionary error file ([#1668](https://github.com/stack-spot/portal-commons/issues/1668)) ([a437ea2](https://github.com/stack-spot/portal-commons/commit/a437ea2d656a300ff4e1dc3e35ba8bf7a689cd49))
484
+
485
+ ## [0.182.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.181.0...portal-network@v0.182.0) (2025-10-01)
486
+
487
+
488
+ ### Features
489
+
490
+ * Add get v3 agents, update swagger agent tools ([#1638](https://github.com/stack-spot/portal-commons/issues/1638)) ([f01b6f1](https://github.com/stack-spot/portal-commons/commit/f01b6f17950bb08331ed9fb289209594f82bbb7f))
491
+
492
+ ## [0.181.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.180.1...portal-network@v0.181.0) (2025-09-30)
493
+
494
+
495
+ ### Features
496
+
497
+ * 2288 association secrets ([#1476](https://github.com/stack-spot/portal-commons/issues/1476)) ([d14e33f](https://github.com/stack-spot/portal-commons/commit/d14e33f590d965ffacdcd997c30cc58d421148d1))
498
+ * Add analytics and SCM search endpoints support ([#1537](https://github.com/stack-spot/portal-commons/issues/1537)) ([e7f1389](https://github.com/stack-spot/portal-commons/commit/e7f1389a7c87a5455017f8af6653df79ff5aba2d))
499
+ * add analytics methods to code-shift client ([#1319](https://github.com/stack-spot/portal-commons/issues/1319)) ([634c612](https://github.com/stack-spot/portal-commons/commit/634c6129c20640a1ebd99fad767bdec42f1b2a95))
500
+ * add discover api (adp) ([#1510](https://github.com/stack-spot/portal-commons/issues/1510)) ([3690ee4](https://github.com/stack-spot/portal-commons/commit/3690ee44653f24e92e503fda2bd31d6b4e6b4e2d))
501
+ * added remote quick command endpoints ([#1440](https://github.com/stack-spot/portal-commons/issues/1440)) ([41f1c45](https://github.com/stack-spot/portal-commons/commit/41f1c457cd000509b2c20c2338f4bb9af2c50de7))
502
+ * Adds analytics details API ([#1435](https://github.com/stack-spot/portal-commons/issues/1435)) ([da1e3e1](https://github.com/stack-spot/portal-commons/commit/da1e3e1ef391f1d253e1abf4617ab6aee64999d3))
503
+ * exposed openapi request ([105155b](https://github.com/stack-spot/portal-commons/commit/105155b211e3ab0d12399c54ea32a40dc7c37405))
504
+ * exposed openapi request ([#1606](https://github.com/stack-spot/portal-commons/issues/1606)) ([e917526](https://github.com/stack-spot/portal-commons/commit/e91752611f5254ebb7e25ff1b654a6de45d87bed))
505
+ * Favorite agents on agent tools ([#1420](https://github.com/stack-spot/portal-commons/issues/1420)) ([8caeb02](https://github.com/stack-spot/portal-commons/commit/8caeb02e8102c17c56f20198530eb3e463629070))
506
+ * Feat 2141 field for QC end step ([#1542](https://github.com/stack-spot/portal-commons/issues/1542)) ([1fac22d](https://github.com/stack-spot/portal-commons/commit/1fac22d4236eb8a014df357622c4ba40348f658c))
507
+ * Feat list indexed files ks ([#1521](https://github.com/stack-spot/portal-commons/issues/1521)) ([993ff53](https://github.com/stack-spot/portal-commons/commit/993ff53969ed2a5099ea4d0743fe60e8cedea3ba))
508
+ * itau selft hosted ([#1527](https://github.com/stack-spot/portal-commons/issues/1527)) ([38abce7](https://github.com/stack-spot/portal-commons/commit/38abce78fcab84748924544d37aaa71e2149bd98))
509
+ * upgrades translation lib ([#1643](https://github.com/stack-spot/portal-commons/issues/1643)) ([05db11f](https://github.com/stack-spot/portal-commons/commit/05db11f399dd2c6e1815e74ee99f8b6c2e6fedef))
510
+
511
+
512
+ ### Bug Fixes
513
+
514
+ * add error mapping in cloud platform ([#1522](https://github.com/stack-spot/portal-commons/issues/1522)) ([da78360](https://github.com/stack-spot/portal-commons/commit/da78360a42b273dd36465303b7bb77eb463cc849))
515
+ * agent tools buildStackSpotError ([#1478](https://github.com/stack-spot/portal-commons/issues/1478)) ([89455ae](https://github.com/stack-spot/portal-commons/commit/89455aeadf2b8b3090a807a755d1a4deaff9e26c))
516
+ * Change api call on message for agent toolkit details ([#1479](https://github.com/stack-spot/portal-commons/issues/1479)) ([023e57b](https://github.com/stack-spot/portal-commons/commit/023e57b3389fee9aac60fbde509823183e28ae70))
517
+ * create agent ([#1428](https://github.com/stack-spot/portal-commons/issues/1428)) ([d44173d](https://github.com/stack-spot/portal-commons/commit/d44173d9da98d9b3974dd594609b600fdb64aac1))
518
+ * endpoints itau ([#1584](https://github.com/stack-spot/portal-commons/issues/1584)) ([c40aecb](https://github.com/stack-spot/portal-commons/commit/c40aecbe724fbaa9a10fa7cfd3073de71ff1af51))
519
+ * interface FixedAddResourceToWorkspaceAi ([#1400](https://github.com/stack-spot/portal-commons/issues/1400)) ([ec455de](https://github.com/stack-spot/portal-commons/commit/ec455de188e04d23c3d1c5c98441a7c2ea7d87b6))
520
+ * List agents available to be added to other agents ([#1433](https://github.com/stack-spot/portal-commons/issues/1433)) ([2436a7e](https://github.com/stack-spot/portal-commons/commit/2436a7e7060bba950c8e6b91832c66db42482e71))
521
+ * tokens limit ([#1519](https://github.com/stack-spot/portal-commons/issues/1519)) ([b7fdd19](https://github.com/stack-spot/portal-commons/commit/b7fdd19b4051b123b33c0ef073c57780b856f29a))
522
+ * translation in cloud platform errors ([#1583](https://github.com/stack-spot/portal-commons/issues/1583)) ([3a47adf](https://github.com/stack-spot/portal-commons/commit/3a47adf33b90f21a421a76db80940e59bc07e1fc))
523
+ * update agent tools and add getSecretsByIds ([#1458](https://github.com/stack-spot/portal-commons/issues/1458)) ([eee24d0](https://github.com/stack-spot/portal-commons/commit/eee24d0ba9d8b92291156a65beeaf513b476a8db))
524
+ * Update code buddy ([#1431](https://github.com/stack-spot/portal-commons/issues/1431)) ([b283553](https://github.com/stack-spot/portal-commons/commit/b2835539279961f16fca56265cdd6f00ff3afc5c))
525
+ * update code buddy ([#1494](https://github.com/stack-spot/portal-commons/issues/1494)) ([a21d681](https://github.com/stack-spot/portal-commons/commit/a21d681600e055e9696e68818a626affa85c1850))
526
+ * update horizon api ([#1470](https://github.com/stack-spot/portal-commons/issues/1470)) ([9f99d84](https://github.com/stack-spot/portal-commons/commit/9f99d841e2d9ea1ec93d560264e70dc58c4a26cd))
527
+ * workspace input ([#1523](https://github.com/stack-spot/portal-commons/issues/1523)) ([5447804](https://github.com/stack-spot/portal-commons/commit/5447804dad162a7e78304c2079721403f3a5c0bb))
528
+
529
+ ## [0.180.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.179.0...portal-network@v0.180.0) (2025-09-24)
530
+
531
+
532
+ ### Features
533
+
534
+ * Add analytics and SCM search endpoints support ([#1537](https://github.com/stack-spot/portal-commons/issues/1537)) ([e7f1389](https://github.com/stack-spot/portal-commons/commit/e7f1389a7c87a5455017f8af6653df79ff5aba2d))
535
+
536
+ ## [0.179.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.178.0...portal-network@v0.179.0) (2025-09-23)
537
+
538
+
539
+ ### Features
540
+
541
+ * exposed openapi request ([#1606](https://github.com/stack-spot/portal-commons/issues/1606)) ([e917526](https://github.com/stack-spot/portal-commons/commit/e91752611f5254ebb7e25ff1b654a6de45d87bed))
542
+
543
+ ## [0.178.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.177.3...portal-network@v0.178.0) (2025-09-23)
544
+
545
+
546
+ ### Features
547
+
548
+ * 2288 association secrets ([#1476](https://github.com/stack-spot/portal-commons/issues/1476)) ([d14e33f](https://github.com/stack-spot/portal-commons/commit/d14e33f590d965ffacdcd997c30cc58d421148d1))
549
+ * add analytics methods to code-shift client ([#1319](https://github.com/stack-spot/portal-commons/issues/1319)) ([634c612](https://github.com/stack-spot/portal-commons/commit/634c6129c20640a1ebd99fad767bdec42f1b2a95))
550
+ * add discover api (adp) ([#1510](https://github.com/stack-spot/portal-commons/issues/1510)) ([3690ee4](https://github.com/stack-spot/portal-commons/commit/3690ee44653f24e92e503fda2bd31d6b4e6b4e2d))
551
+ * added remote quick command endpoints ([#1440](https://github.com/stack-spot/portal-commons/issues/1440)) ([41f1c45](https://github.com/stack-spot/portal-commons/commit/41f1c457cd000509b2c20c2338f4bb9af2c50de7))
552
+ * Adds analytics details API ([#1435](https://github.com/stack-spot/portal-commons/issues/1435)) ([da1e3e1](https://github.com/stack-spot/portal-commons/commit/da1e3e1ef391f1d253e1abf4617ab6aee64999d3))
553
+ * Favorite agents on agent tools ([#1420](https://github.com/stack-spot/portal-commons/issues/1420)) ([8caeb02](https://github.com/stack-spot/portal-commons/commit/8caeb02e8102c17c56f20198530eb3e463629070))
554
+ * Feat 2141 field for QC end step ([#1542](https://github.com/stack-spot/portal-commons/issues/1542)) ([1fac22d](https://github.com/stack-spot/portal-commons/commit/1fac22d4236eb8a014df357622c4ba40348f658c))
555
+ * Feat list indexed files ks ([#1521](https://github.com/stack-spot/portal-commons/issues/1521)) ([993ff53](https://github.com/stack-spot/portal-commons/commit/993ff53969ed2a5099ea4d0743fe60e8cedea3ba))
556
+ * itau selft hosted ([#1527](https://github.com/stack-spot/portal-commons/issues/1527)) ([38abce7](https://github.com/stack-spot/portal-commons/commit/38abce78fcab84748924544d37aaa71e2149bd98))
557
+
558
+
559
+ ### Bug Fixes
560
+
561
+ * add error mapping in cloud platform ([#1522](https://github.com/stack-spot/portal-commons/issues/1522)) ([da78360](https://github.com/stack-spot/portal-commons/commit/da78360a42b273dd36465303b7bb77eb463cc849))
562
+ * agent tools buildStackSpotError ([#1478](https://github.com/stack-spot/portal-commons/issues/1478)) ([89455ae](https://github.com/stack-spot/portal-commons/commit/89455aeadf2b8b3090a807a755d1a4deaff9e26c))
563
+ * Change api call on message for agent toolkit details ([#1479](https://github.com/stack-spot/portal-commons/issues/1479)) ([023e57b](https://github.com/stack-spot/portal-commons/commit/023e57b3389fee9aac60fbde509823183e28ae70))
564
+ * create agent ([#1428](https://github.com/stack-spot/portal-commons/issues/1428)) ([d44173d](https://github.com/stack-spot/portal-commons/commit/d44173d9da98d9b3974dd594609b600fdb64aac1))
565
+ * endpoints itau ([#1584](https://github.com/stack-spot/portal-commons/issues/1584)) ([c40aecb](https://github.com/stack-spot/portal-commons/commit/c40aecbe724fbaa9a10fa7cfd3073de71ff1af51))
566
+ * interface FixedAddResourceToWorkspaceAi ([#1400](https://github.com/stack-spot/portal-commons/issues/1400)) ([ec455de](https://github.com/stack-spot/portal-commons/commit/ec455de188e04d23c3d1c5c98441a7c2ea7d87b6))
567
+ * List agents available to be added to other agents ([#1433](https://github.com/stack-spot/portal-commons/issues/1433)) ([2436a7e](https://github.com/stack-spot/portal-commons/commit/2436a7e7060bba950c8e6b91832c66db42482e71))
568
+ * tokens limit ([#1519](https://github.com/stack-spot/portal-commons/issues/1519)) ([b7fdd19](https://github.com/stack-spot/portal-commons/commit/b7fdd19b4051b123b33c0ef073c57780b856f29a))
569
+ * update agent tools and add getSecretsByIds ([#1458](https://github.com/stack-spot/portal-commons/issues/1458)) ([eee24d0](https://github.com/stack-spot/portal-commons/commit/eee24d0ba9d8b92291156a65beeaf513b476a8db))
570
+ * Update code buddy ([#1431](https://github.com/stack-spot/portal-commons/issues/1431)) ([b283553](https://github.com/stack-spot/portal-commons/commit/b2835539279961f16fca56265cdd6f00ff3afc5c))
571
+ * update code buddy ([#1494](https://github.com/stack-spot/portal-commons/issues/1494)) ([a21d681](https://github.com/stack-spot/portal-commons/commit/a21d681600e055e9696e68818a626affa85c1850))
572
+ * update horizon api ([#1470](https://github.com/stack-spot/portal-commons/issues/1470)) ([9f99d84](https://github.com/stack-spot/portal-commons/commit/9f99d841e2d9ea1ec93d560264e70dc58c4a26cd))
573
+ * workspace input ([#1523](https://github.com/stack-spot/portal-commons/issues/1523)) ([5447804](https://github.com/stack-spot/portal-commons/commit/5447804dad162a7e78304c2079721403f3a5c0bb))
574
+
575
+ ## [0.177.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.177.1...portal-network@v0.177.2) (2025-09-22)
576
+
577
+
578
+ ### Bug Fixes
579
+
580
+ * endpoints itau ([#1584](https://github.com/stack-spot/portal-commons/issues/1584)) ([c40aecb](https://github.com/stack-spot/portal-commons/commit/c40aecbe724fbaa9a10fa7cfd3073de71ff1af51))
581
+
582
+ ## [0.177.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.177.0...portal-network@v0.177.1) (2025-09-19)
583
+
584
+
585
+ ### Features
586
+
587
+ * itau selft hosted ([#1527](https://github.com/stack-spot/portal-commons/issues/1527)) ([38abce7](https://github.com/stack-spot/portal-commons/commit/38abce78fcab84748924544d37aaa71e2149bd98))
588
+
589
+ ## [0.177.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.176.1...portal-network@v0.177.0) (2025-09-17)
590
+
591
+
592
+ ### Features
593
+
594
+ * Feat 2141 field for QC end step ([#1542](https://github.com/stack-spot/portal-commons/issues/1542)) ([1fac22d](https://github.com/stack-spot/portal-commons/commit/1fac22d4236eb8a014df357622c4ba40348f658c))
595
+
596
+ ## [0.176.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.176.0...portal-network@v0.176.1) (2025-09-16)
597
+
598
+
599
+ ### Bug Fixes
600
+
601
+ * workspace input ([#1523](https://github.com/stack-spot/portal-commons/issues/1523)) ([5447804](https://github.com/stack-spot/portal-commons/commit/5447804dad162a7e78304c2079721403f3a5c0bb))
602
+
603
+ ## [0.176.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.175.1...portal-network@v0.176.0) (2025-09-15)
604
+
605
+
606
+ ### Features
607
+
608
+ * Feat list indexed files ks ([#1521](https://github.com/stack-spot/portal-commons/issues/1521)) ([993ff53](https://github.com/stack-spot/portal-commons/commit/993ff53969ed2a5099ea4d0743fe60e8cedea3ba))
609
+
610
+
611
+ ### Bug Fixes
612
+
613
+ * add error mapping in cloud platform ([#1522](https://github.com/stack-spot/portal-commons/issues/1522)) ([da78360](https://github.com/stack-spot/portal-commons/commit/da78360a42b273dd36465303b7bb77eb463cc849))
614
+
615
+ ## [0.175.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.175.0...portal-network@v0.175.1) (2025-09-12)
616
+
617
+
618
+ ### Bug Fixes
619
+
620
+ * tokens limit ([#1519](https://github.com/stack-spot/portal-commons/issues/1519)) ([b7fdd19](https://github.com/stack-spot/portal-commons/commit/b7fdd19b4051b123b33c0ef073c57780b856f29a))
621
+
622
+ ## [0.175.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.174.0...portal-network@v0.175.0) (2025-09-04)
623
+
624
+
625
+ ### Features
626
+
627
+ * Adds analytics details API ([#1435](https://github.com/stack-spot/portal-commons/issues/1435)) ([da1e3e1](https://github.com/stack-spot/portal-commons/commit/da1e3e1ef391f1d253e1abf4617ab6aee64999d3))
628
+
629
+ ## [0.174.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.173.1...portal-network@v0.174.0) (2025-09-04)
630
+
631
+
632
+ ### Features
633
+
634
+ * add discover api (adp) ([#1510](https://github.com/stack-spot/portal-commons/issues/1510)) ([3690ee4](https://github.com/stack-spot/portal-commons/commit/3690ee44653f24e92e503fda2bd31d6b4e6b4e2d))
635
+
3
636
  ## [0.173.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.173.0...portal-network@v0.173.1) (2025-08-28)
4
637
 
5
638