@stack-spot/portal-network 0.203.0 → 0.204.0-beta.1

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 (141) hide show
  1. package/CHANGELOG.md +259 -0
  2. package/dist/api/account.d.ts +344 -91
  3. package/dist/api/account.d.ts.map +1 -1
  4. package/dist/api/account.js +203 -46
  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 +623 -141
  11. package/dist/api/agent-tools.d.ts.map +1 -1
  12. package/dist/api/agent-tools.js +168 -45
  13. package/dist/api/agent-tools.js.map +1 -1
  14. package/dist/api/ai.d.ts +135 -24
  15. package/dist/api/ai.d.ts.map +1 -1
  16. package/dist/api/ai.js +79 -26
  17. package/dist/api/ai.js.map +1 -1
  18. package/dist/api/codeShift.d.ts +140 -10
  19. package/dist/api/codeShift.d.ts.map +1 -1
  20. package/dist/api/codeShift.js +73 -6
  21. package/dist/api/codeShift.js.map +1 -1
  22. package/dist/api/discover.d.ts +9 -6
  23. package/dist/api/discover.d.ts.map +1 -1
  24. package/dist/api/discover.js +5 -5
  25. package/dist/api/discover.js.map +1 -1
  26. package/dist/api/edpBfa.d.ts +215 -0
  27. package/dist/api/edpBfa.d.ts.map +1 -0
  28. package/dist/api/edpBfa.js +87 -0
  29. package/dist/api/edpBfa.js.map +1 -0
  30. package/dist/api/genAiInference.d.ts +49 -2
  31. package/dist/api/genAiInference.d.ts.map +1 -1
  32. package/dist/api/genAiInference.js +55 -2
  33. package/dist/api/genAiInference.js.map +1 -1
  34. package/dist/api/workspace-ai.d.ts +41 -0
  35. package/dist/api/workspace-ai.d.ts.map +1 -1
  36. package/dist/api/workspace-ai.js +34 -0
  37. package/dist/api/workspace-ai.js.map +1 -1
  38. package/dist/api-addresses.d.ts +13 -20
  39. package/dist/api-addresses.d.ts.map +1 -1
  40. package/dist/api-addresses.js +60 -17
  41. package/dist/api-addresses.js.map +1 -1
  42. package/dist/apis-itau.json +16 -0
  43. package/dist/apis.json +16 -0
  44. package/dist/client/account-asset-manager.d.ts +112 -0
  45. package/dist/client/account-asset-manager.d.ts.map +1 -0
  46. package/dist/client/account-asset-manager.js +160 -0
  47. package/dist/client/account-asset-manager.js.map +1 -0
  48. package/dist/client/account.d.ts +11 -9
  49. package/dist/client/account.d.ts.map +1 -1
  50. package/dist/client/account.js +11 -8
  51. package/dist/client/account.js.map +1 -1
  52. package/dist/client/agent-tools.d.ts +122 -3
  53. package/dist/client/agent-tools.d.ts.map +1 -1
  54. package/dist/client/agent-tools.js +105 -10
  55. package/dist/client/agent-tools.js.map +1 -1
  56. package/dist/client/ai.d.ts +149 -4
  57. package/dist/client/ai.d.ts.map +1 -1
  58. package/dist/client/ai.js +93 -208
  59. package/dist/client/ai.js.map +1 -1
  60. package/dist/client/code-shift.d.ts +54 -3
  61. package/dist/client/code-shift.d.ts.map +1 -1
  62. package/dist/client/code-shift.js +46 -1
  63. package/dist/client/code-shift.js.map +1 -1
  64. package/dist/client/data-integration.d.ts.map +1 -1
  65. package/dist/client/data-integration.js +8 -1
  66. package/dist/client/data-integration.js.map +1 -1
  67. package/dist/client/discover.d.ts +3 -3
  68. package/dist/client/discover.d.ts.map +1 -1
  69. package/dist/client/discover.js +4 -3
  70. package/dist/client/discover.js.map +1 -1
  71. package/dist/client/edp-bfa.d.ts +16 -0
  72. package/dist/client/edp-bfa.d.ts.map +1 -0
  73. package/dist/client/edp-bfa.js +24 -0
  74. package/dist/client/edp-bfa.js.map +1 -0
  75. package/dist/client/gen-ai-inference.d.ts +4 -0
  76. package/dist/client/gen-ai-inference.d.ts.map +1 -1
  77. package/dist/client/gen-ai-inference.js +267 -0
  78. package/dist/client/gen-ai-inference.js.map +1 -1
  79. package/dist/client/notification.d.ts +7 -0
  80. package/dist/client/notification.d.ts.map +1 -1
  81. package/dist/client/notification.js +10 -1
  82. package/dist/client/notification.js.map +1 -1
  83. package/dist/client/types.d.ts +24 -17
  84. package/dist/client/types.d.ts.map +1 -1
  85. package/dist/client/workspace-ai.d.ts +13 -3
  86. package/dist/client/workspace-ai.d.ts.map +1 -1
  87. package/dist/client/workspace-ai.js +17 -3
  88. package/dist/client/workspace-ai.js.map +1 -1
  89. package/dist/client/workspace-manager.d.ts +24 -0
  90. package/dist/client/workspace-manager.d.ts.map +1 -1
  91. package/dist/client/workspace-manager.js +28 -1
  92. package/dist/client/workspace-manager.js.map +1 -1
  93. package/dist/error/dictionary/accountAssetManager.d.ts +11 -0
  94. package/dist/error/dictionary/accountAssetManager.d.ts.map +1 -0
  95. package/dist/error/dictionary/accountAssetManager.js +11 -0
  96. package/dist/error/dictionary/accountAssetManager.js.map +1 -0
  97. package/dist/index.d.ts +3 -1
  98. package/dist/index.d.ts.map +1 -1
  99. package/dist/index.js +3 -1
  100. package/dist/index.js.map +1 -1
  101. package/dist/network/NetworkClient.d.ts.map +1 -1
  102. package/dist/network/NetworkClient.js +12 -2
  103. package/dist/network/NetworkClient.js.map +1 -1
  104. package/dist/network/types.d.ts +1 -0
  105. package/dist/network/types.d.ts.map +1 -1
  106. package/dist/utils/StreamedJson.d.ts +9 -1
  107. package/dist/utils/StreamedJson.d.ts.map +1 -1
  108. package/dist/utils/StreamedJson.js +22 -2
  109. package/dist/utils/StreamedJson.js.map +1 -1
  110. package/package.json +2 -2
  111. package/readme.md +39 -1
  112. package/src/api/account.ts +592 -165
  113. package/src/api/accountAssetManager.ts +771 -0
  114. package/src/api/agent-tools.ts +824 -188
  115. package/src/api/ai.ts +206 -38
  116. package/src/api/codeShift.ts +246 -13
  117. package/src/api/discover.ts +10 -10
  118. package/src/api/edpBfa.ts +472 -0
  119. package/src/api/genAiInference.ts +119 -3
  120. package/src/api/workspace-ai.ts +83 -0
  121. package/src/api-addresses.ts +93 -37
  122. package/src/apis-itau.json +16 -0
  123. package/src/apis.json +16 -0
  124. package/src/client/account-asset-manager.ts +100 -0
  125. package/src/client/account.ts +11 -7
  126. package/src/client/agent-tools.ts +69 -16
  127. package/src/client/ai.ts +60 -213
  128. package/src/client/code-shift.ts +29 -0
  129. package/src/client/data-integration.ts +9 -2
  130. package/src/client/discover.ts +8 -7
  131. package/src/client/edp-bfa.ts +24 -0
  132. package/src/client/gen-ai-inference.ts +281 -0
  133. package/src/client/notification.ts +6 -1
  134. package/src/client/types.ts +26 -17
  135. package/src/client/workspace-ai.ts +21 -6
  136. package/src/client/workspace-manager.ts +18 -0
  137. package/src/error/dictionary/accountAssetManager.ts +12 -0
  138. package/src/index.ts +4 -1
  139. package/src/network/NetworkClient.ts +13 -4
  140. package/src/network/types.ts +1 -0
  141. package/src/utils/StreamedJson.tsx +19 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,264 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.204.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.203.1-beta.1...portal-network-beta@v0.204.0-beta.1) (2026-01-12)
4
+
5
+
6
+ ### Features
7
+
8
+ * new chat endpoint merge beta ([#1981](https://github.com/stack-spot/portal-commons/issues/1981)) ([877f2ba](https://github.com/stack-spot/portal-commons/commit/877f2ba872dc1cef1564daa2339c90f5248ce343))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update swagger ([#1980](https://github.com/stack-spot/portal-commons/issues/1980)) ([d88c5e1](https://github.com/stack-spot/portal-commons/commit/d88c5e16161afe342a529311de183cb14a0e9133))
14
+
15
+ ## [0.203.1-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.203.0-beta.1...portal-network-beta@v0.203.1-beta.1) (2026-01-09)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * Add fork ([#1977](https://github.com/stack-spot/portal-commons/issues/1977)) ([22a73f4](https://github.com/stack-spot/portal-commons/commit/22a73f4c5ff744f47985679d9207d13fbe8dbf07))
21
+
22
+ ## [0.203.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.202.0-beta.1...portal-network-beta@v0.203.0-beta.1) (2026-01-09)
23
+
24
+
25
+ ### Features
26
+
27
+ * agents versioning 'feat-3041-version-agent' into beta-release ([8715070](https://github.com/stack-spot/portal-commons/commit/871507068f89b66b39f136748380a638765ddf75))
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * add backend filter ([#1959](https://github.com/stack-spot/portal-commons/issues/1959)) ([74a4f7a](https://github.com/stack-spot/portal-commons/commit/74a4f7a20af52072794ce46d0fc876ae84198ff0))
33
+ * Add filter ([#1961](https://github.com/stack-spot/portal-commons/issues/1961)) ([eafd043](https://github.com/stack-spot/portal-commons/commit/eafd0438692d03eda807ae386ae897edb4051e09))
34
+ * 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))
35
+ * make batch properties optional in GetModuleExecutionBatchActivitiesById type ([c731c6d](https://github.com/stack-spot/portal-commons/commit/c731c6ddf259eade5f5179696a772dd9f01abce0))
36
+ * Update account swagger ([#1957](https://github.com/stack-spot/portal-commons/issues/1957)) ([1082bfa](https://github.com/stack-spot/portal-commons/commit/1082bfa5d2041ea3f2aaad49dd18473938438140))
37
+ * update swagger ([#1965](https://github.com/stack-spot/portal-commons/issues/1965)) ([efeceda](https://github.com/stack-spot/portal-commons/commit/efeceda09c9d15d8331b47c74bd90e7b64d6097a))
38
+
39
+ ## [0.212.6](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.212.5...portal-network@v0.212.6) (2026-01-05)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * update swagger ([#1965](https://github.com/stack-spot/portal-commons/issues/1965)) ([efeceda](https://github.com/stack-spot/portal-commons/commit/efeceda09c9d15d8331b47c74bd90e7b64d6097a))
45
+
46
+ ## [0.212.5](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.212.4...portal-network@v0.212.5) (2026-01-05)
47
+
48
+
49
+ ### Bug Fixes
50
+
51
+ * 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))
52
+
53
+ ## [0.212.4](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.212.3...portal-network@v0.212.4) (2026-01-05)
54
+
55
+
56
+ ### Bug Fixes
57
+
58
+ * Add filter ([#1961](https://github.com/stack-spot/portal-commons/issues/1961)) ([eafd043](https://github.com/stack-spot/portal-commons/commit/eafd0438692d03eda807ae386ae897edb4051e09))
59
+
60
+ ## [0.212.3](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.212.2...portal-network@v0.212.3) (2026-01-05)
61
+
62
+
63
+ ### Bug Fixes
64
+
65
+ * add backend filter ([#1959](https://github.com/stack-spot/portal-commons/issues/1959)) ([74a4f7a](https://github.com/stack-spot/portal-commons/commit/74a4f7a20af52072794ce46d0fc876ae84198ff0))
66
+
67
+ ## [0.212.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.212.1...portal-network@v0.212.2) (2025-12-30)
68
+
69
+
70
+ ### Bug Fixes
71
+
72
+ * Update account swagger ([#1957](https://github.com/stack-spot/portal-commons/issues/1957)) ([1082bfa](https://github.com/stack-spot/portal-commons/commit/1082bfa5d2041ea3f2aaad49dd18473938438140))
73
+
74
+ ## [0.212.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.212.0...portal-network@v0.212.1) (2025-12-29)
75
+
76
+
77
+ ### Bug Fixes
78
+
79
+ * make batch properties optional in GetModuleExecutionBatchActivitiesById type ([c731c6d](https://github.com/stack-spot/portal-commons/commit/c731c6ddf259eade5f5179696a772dd9f01abce0))
80
+
81
+ ## [0.212.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.211.2...portal-network@v0.212.0) (2025-12-23)
82
+
83
+
84
+ ### Features
85
+
86
+ * 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))
87
+ * add dynamic tool ([#1947](https://github.com/stack-spot/portal-commons/issues/1947)) ([6426e6b](https://github.com/stack-spot/portal-commons/commit/6426e6bfedd4b410b28de3f36908326568a9bdc5))
88
+ * update account asset swagger ([#1949](https://github.com/stack-spot/portal-commons/issues/1949)) ([4eb7844](https://github.com/stack-spot/portal-commons/commit/4eb7844eb1d46a1684a11494aa842cd31694dd9d))
89
+
90
+ ## [0.211.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.211.1...portal-network@v0.211.2) (2025-12-22)
91
+
92
+
93
+ ### Bug Fixes
94
+
95
+ * change to agents v3 ([#1944](https://github.com/stack-spot/portal-commons/issues/1944)) ([03d4e06](https://github.com/stack-spot/portal-commons/commit/03d4e06ed756818ac3019e0a15ee0ad13c352ca9))
96
+
97
+ ## [0.211.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.211.0...portal-network@v0.211.1) (2025-12-22)
98
+
99
+
100
+ ### Bug Fixes
101
+
102
+ * mfe usage ([#1942](https://github.com/stack-spot/portal-commons/issues/1942)) ([5d0e302](https://github.com/stack-spot/portal-commons/commit/5d0e30250e60ac4300807141f34a30bebfa54f4c))
103
+
104
+ ## [0.211.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.210.1...portal-network@v0.211.0) (2025-12-22)
105
+
106
+
107
+ ### Features
108
+
109
+ * 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))
110
+
111
+
112
+ ### Bug Fixes
113
+
114
+ * up opa ([#1939](https://github.com/stack-spot/portal-commons/issues/1939)) ([03fbc4a](https://github.com/stack-spot/portal-commons/commit/03fbc4a641fac77382db7b843d62d620cbdbaca6))
115
+
116
+ ## [0.210.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.210.0...portal-network@v0.210.1) (2025-12-19)
117
+
118
+
119
+ ### Bug Fixes
120
+
121
+ * fix local ([#1928](https://github.com/stack-spot/portal-commons/issues/1928)) ([6083267](https://github.com/stack-spot/portal-commons/commit/6083267e3fb5647375b1b8be4722bd24b6c07a47))
122
+
123
+ ## [0.200.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.199.0-beta.1...portal-network-beta@v0.200.0-beta.1) (2025-12-19)
124
+ * update swagger ([#1933](https://github.com/stack-spot/portal-commons/issues/1933)) ([c4d1b90](https://github.com/stack-spot/portal-commons/commit/c4d1b90cfdf615cd5c05db6236ba3b8e4ca0fcc0))
125
+
126
+ ## [0.210.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.209.0...portal-network@v0.210.0) (2025-12-19)
127
+
128
+
129
+ ### Features
130
+
131
+ * 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))
132
+ * compact menu as default ([9cde5a1](https://github.com/stack-spot/portal-commons/commit/9cde5a1115f6a3e74fa3c88a594589a5693751cf))
133
+ * compact menu as default ([#1912](https://github.com/stack-spot/portal-commons/issues/1912)) ([9cde5a1](https://github.com/stack-spot/portal-commons/commit/9cde5a1115f6a3e74fa3c88a594589a5693751cf))
134
+ * folders and projects ([#1895](https://github.com/stack-spot/portal-commons/issues/1895)) ([55b598d](https://github.com/stack-spot/portal-commons/commit/55b598d8af3c3b68ebe4b056ec25a399c2a01cf8))
135
+ * network notification uncommit ([#1898](https://github.com/stack-spot/portal-commons/issues/1898)) ([ba48399](https://github.com/stack-spot/portal-commons/commit/ba48399aa1651effa5283f9a698c1848ac03716d))
136
+ * new edp-bfa api ([#1904](https://github.com/stack-spot/portal-commons/issues/1904)) ([b4c1240](https://github.com/stack-spot/portal-commons/commit/b4c1240315b50c436dc2eb07bf98fbd6e648e7cc))
137
+ * updates ai api ([#1886](https://github.com/stack-spot/portal-commons/issues/1886)) ([7cee514](https://github.com/stack-spot/portal-commons/commit/7cee514f3f172f4059e01f473e85b49c9530a2a2))
138
+
139
+
140
+ ### Bug Fixes
141
+
142
+ * add clear context workflow ([#1893](https://github.com/stack-spot/portal-commons/issues/1893)) ([38865a4](https://github.com/stack-spot/portal-commons/commit/38865a4ae102d9e9238324820d79b50e2acb8a2f))
143
+ * adjustment in ks v2 ([#1889](https://github.com/stack-spot/portal-commons/issues/1889)) ([d89e88e](https://github.com/stack-spot/portal-commons/commit/d89e88e07e8b84a1c4753bfee922b21f987f4097))
144
+ * adjusts account lib ([#1911](https://github.com/stack-spot/portal-commons/issues/1911)) ([2bf5fdd](https://github.com/stack-spot/portal-commons/commit/2bf5fddde0cce4d828f2a0c9160b70fefe2107f1))
145
+ * agent tools planner type ([#1896](https://github.com/stack-spot/portal-commons/issues/1896)) ([b102596](https://github.com/stack-spot/portal-commons/commit/b102596e0d69340700590b4c8f86a8d9f66a9af0))
146
+ * chaturl optional on api ([#1891](https://github.com/stack-spot/portal-commons/issues/1891)) ([5cf32ae](https://github.com/stack-spot/portal-commons/commit/5cf32aef1a578a72ce7b223310e8f90ad3e182b6))
147
+ * insight summary ([#1906](https://github.com/stack-spot/portal-commons/issues/1906)) ([48d090a](https://github.com/stack-spot/portal-commons/commit/48d090af05f362408f73bc6d385d1ef9657ed61f))
148
+ * lib network ([#1909](https://github.com/stack-spot/portal-commons/issues/1909)) ([82f3354](https://github.com/stack-spot/portal-commons/commit/82f33544809ac69cdb91fae0ba42fb2bb5e8dfec))
149
+ * 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))
150
+ * testing ([d5a0519](https://github.com/stack-spot/portal-commons/commit/d5a0519a62fb47c18ba4c449b5f98fce1d657c31))
151
+ * change local running ([#1925](https://github.com/stack-spot/portal-commons/issues/1925)) ([5a9c201](https://github.com/stack-spot/portal-commons/commit/5a9c201868de8fdbb835cdb045da74ab222b01dd))
152
+
153
+ ## [0.209.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.208.3...portal-network@v0.209.0) (2025-12-18)
154
+
155
+
156
+ ### Features
157
+
158
+ * 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))
159
+ * folders and projects ([#1895](https://github.com/stack-spot/portal-commons/issues/1895)) ([55b598d](https://github.com/stack-spot/portal-commons/commit/55b598d8af3c3b68ebe4b056ec25a399c2a01cf8))
160
+
161
+ ## [0.208.3](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.208.2...portal-network@v0.208.3) (2025-12-17)
162
+
163
+ ### Bug Fixes
164
+
165
+ * adjusts account lib ([#1911](https://github.com/stack-spot/portal-commons/issues/1911)) ([2bf5fdd](https://github.com/stack-spot/portal-commons/commit/2bf5fddde0cce4d828f2a0c9160b70fefe2107f1))
166
+
167
+ ## [0.208.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.208.1...portal-network@v0.208.2) (2025-12-16)
168
+
169
+
170
+ ### Bug Fixes
171
+
172
+ * lib network ([#1909](https://github.com/stack-spot/portal-commons/issues/1909)) ([82f3354](https://github.com/stack-spot/portal-commons/commit/82f33544809ac69cdb91fae0ba42fb2bb5e8dfec))
173
+
174
+ ## [0.208.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.208.0...portal-network@v0.208.1) (2025-12-16)
175
+
176
+
177
+ ### Bug Fixes
178
+
179
+ * 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))
180
+
181
+ ## [0.208.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.207.0...portal-network@v0.208.0) (2025-12-15)
182
+
183
+
184
+ ### Features
185
+
186
+ * update agent tools ([#1884](https://github.com/stack-spot/portal-commons/issues/1884)) ([5fb3b61](https://github.com/stack-spot/portal-commons/commit/5fb3b616a02b4d1362552839e466fa79ccda27a7))
187
+
188
+ ## [0.198.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.197.1-beta.1...portal-network-beta@v0.198.0-beta.1) (2025-12-11)
189
+
190
+
191
+ ### Features
192
+
193
+ * qc paginated ([#1875](https://github.com/stack-spot/portal-commons/issues/1875)) ([684da17](https://github.com/stack-spot/portal-commons/commit/684da170add59225ee737c52d2b5c63e460056a5))
194
+ * rating ([#1869](https://github.com/stack-spot/portal-commons/issues/1869)) ([1635948](https://github.com/stack-spot/portal-commons/commit/1635948abc0c25fc97cfc5a479dd6e329736cbb2))
195
+
196
+
197
+ ### Bug Fixes
198
+
199
+ * add delete ([#1880](https://github.com/stack-spot/portal-commons/issues/1880)) ([da91fd7](https://github.com/stack-spot/portal-commons/commit/da91fd7833ee2d82e819225fd23f4c9e4f4f5806))
200
+ * delete module ([#1881](https://github.com/stack-spot/portal-commons/issues/1881)) ([7817d26](https://github.com/stack-spot/portal-commons/commit/7817d260610248cacc62fff45a26b409a9f96f57))
201
+
202
+ ## [0.197.1-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.197.0-beta.1...portal-network-beta@v0.197.1-beta.1) (2025-12-09)
203
+
204
+
205
+ ### Features
206
+
207
+ * rating beta ([#1873](https://github.com/stack-spot/portal-commons/issues/1873)) ([a6bb8d9](https://github.com/stack-spot/portal-commons/commit/a6bb8d97ffd0c6169d0c0dc1aed92980771aa1d7))
208
+
209
+ ## [0.197.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.196.0-beta.1...portal-network-beta@v0.197.0-beta.1) (2025-12-09)
210
+
211
+
212
+ ### Features
213
+
214
+ * 3332 insights ([#1862](https://github.com/stack-spot/portal-commons/issues/1862)) ([9b3aa7c](https://github.com/stack-spot/portal-commons/commit/9b3aa7ca4c5dcbe72cce060b8ade2645e9d23659))
215
+ * python 'feat-3101-python-script' into beta-release ([21bf3ec](https://github.com/stack-spot/portal-commons/commit/21bf3ecf405c13108ca0470d738beb0ceb086e74))
216
+ * tools mcp ([#1858](https://github.com/stack-spot/portal-commons/issues/1858)) ([40d2bfe](https://github.com/stack-spot/portal-commons/commit/40d2bfe0fcea283e8cbb3cff8fc59ebd9f03f281))
217
+ * Upd agent tools ([#1845](https://github.com/stack-spot/portal-commons/issues/1845)) ([5a74800](https://github.com/stack-spot/portal-commons/commit/5a74800f85be09dd713934f46c7286d22167520a))
218
+ ## [0.205.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.205.0...portal-network@v0.205.1) (2025-12-10)
219
+
220
+
221
+ ### Bug Fixes
222
+
223
+ * adjusts paginated ([#1860](https://github.com/stack-spot/portal-commons/issues/1860)) ([0bb24c7](https://github.com/stack-spot/portal-commons/commit/0bb24c7cea9b3a77e13d43506f80b161aaa3a5dc))
224
+ * remove qc script ([#1867](https://github.com/stack-spot/portal-commons/issues/1867)) ([612e4de](https://github.com/stack-spot/portal-commons/commit/612e4dea7bd1f11e1fc8ec951cfa4ad7676d4921))
225
+ * Update code shift swagger ([#1865](https://github.com/stack-spot/portal-commons/issues/1865)) ([45e706d](https://github.com/stack-spot/portal-commons/commit/45e706d7d6559a44c9a170145a8525f8047872de))
226
+ * delete module ([#1881](https://github.com/stack-spot/portal-commons/issues/1881)) ([7817d26](https://github.com/stack-spot/portal-commons/commit/7817d260610248cacc62fff45a26b409a9f96f57))
227
+
228
+ ## [0.205.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.204.2...portal-network@v0.205.0) (2025-12-09)
229
+
230
+
231
+ ### Features
232
+
233
+ * qc paginated ([#1875](https://github.com/stack-spot/portal-commons/issues/1875)) ([684da17](https://github.com/stack-spot/portal-commons/commit/684da170add59225ee737c52d2b5c63e460056a5))
234
+ * rating ([#1869](https://github.com/stack-spot/portal-commons/issues/1869)) ([1635948](https://github.com/stack-spot/portal-commons/commit/1635948abc0c25fc97cfc5a479dd6e329736cbb2))
235
+
236
+
237
+ ### Bug Fixes
238
+
239
+ * add delete ([#1880](https://github.com/stack-spot/portal-commons/issues/1880)) ([da91fd7](https://github.com/stack-spot/portal-commons/commit/da91fd7833ee2d82e819225fd23f4c9e4f4f5806))
240
+
241
+ ## [0.204.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.204.1...portal-network@v0.204.2) (2025-12-08)
242
+
243
+
244
+ ### Bug Fixes
245
+
246
+ * remove qc script ([#1867](https://github.com/stack-spot/portal-commons/issues/1867)) ([612e4de](https://github.com/stack-spot/portal-commons/commit/612e4dea7bd1f11e1fc8ec951cfa4ad7676d4921))
247
+
248
+ ## [0.204.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.204.0...portal-network@v0.204.1) (2025-12-08)
249
+
250
+
251
+ ### Bug Fixes
252
+
253
+ * Update code shift swagger ([#1865](https://github.com/stack-spot/portal-commons/issues/1865)) ([45e706d](https://github.com/stack-spot/portal-commons/commit/45e706d7d6559a44c9a170145a8525f8047872de))
254
+
255
+ ## [0.204.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.203.0...portal-network@v0.204.0) (2025-12-05)
256
+
257
+
258
+ ### Features
259
+
260
+ * Upd agent tools ([#1845](https://github.com/stack-spot/portal-commons/issues/1845)) ([5a74800](https://github.com/stack-spot/portal-commons/commit/5a74800f85be09dd713934f46c7286d22167520a))
261
+
3
262
  ## [0.203.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.202.1...portal-network@v0.203.0) (2025-12-04)
4
263
 
5
264