@stack-spot/portal-network 0.201.0 → 0.202.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 (127) hide show
  1. package/CHANGELOG.md +220 -0
  2. package/dist/api/account.d.ts +331 -89
  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 +295 -0
  7. package/dist/api/accountAssetManager.d.ts.map +1 -0
  8. package/dist/api/accountAssetManager.js +167 -0
  9. package/dist/api/accountAssetManager.js.map +1 -0
  10. package/dist/api/agent-tools.d.ts +152 -148
  11. package/dist/api/agent-tools.d.ts.map +1 -1
  12. package/dist/api/agent-tools.js +41 -4
  13. package/dist/api/agent-tools.js.map +1 -1
  14. package/dist/api/ai.d.ts +134 -24
  15. package/dist/api/ai.d.ts.map +1 -1
  16. package/dist/api/ai.js +80 -26
  17. package/dist/api/ai.js.map +1 -1
  18. package/dist/api/codeShift.d.ts +127 -9
  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/dataIntegration.d.ts +291 -1
  23. package/dist/api/dataIntegration.d.ts.map +1 -1
  24. package/dist/api/dataIntegration.js +254 -0
  25. package/dist/api/dataIntegration.js.map +1 -1
  26. package/dist/api/discover.d.ts +79 -4
  27. package/dist/api/discover.d.ts.map +1 -1
  28. package/dist/api/discover.js +73 -7
  29. package/dist/api/discover.js.map +1 -1
  30. package/dist/api/edpBfa.d.ts +215 -0
  31. package/dist/api/edpBfa.d.ts.map +1 -0
  32. package/dist/api/edpBfa.js +87 -0
  33. package/dist/api/edpBfa.js.map +1 -0
  34. package/dist/api-addresses.d.ts +13 -20
  35. package/dist/api-addresses.d.ts.map +1 -1
  36. package/dist/api-addresses.js +60 -17
  37. package/dist/api-addresses.js.map +1 -1
  38. package/dist/apis-itau.json +16 -0
  39. package/dist/apis.json +16 -0
  40. package/dist/client/account-asset-manager.d.ts +110 -0
  41. package/dist/client/account-asset-manager.d.ts.map +1 -0
  42. package/dist/client/account-asset-manager.js +160 -0
  43. package/dist/client/account-asset-manager.js.map +1 -0
  44. package/dist/client/account.d.ts +11 -9
  45. package/dist/client/account.d.ts.map +1 -1
  46. package/dist/client/account.js +11 -8
  47. package/dist/client/account.js.map +1 -1
  48. package/dist/client/agent-tools.d.ts +35 -2
  49. package/dist/client/agent-tools.d.ts.map +1 -1
  50. package/dist/client/agent-tools.js +35 -9
  51. package/dist/client/agent-tools.js.map +1 -1
  52. package/dist/client/ai.d.ts +149 -1
  53. package/dist/client/ai.d.ts.map +1 -1
  54. package/dist/client/ai.js +149 -17
  55. package/dist/client/ai.js.map +1 -1
  56. package/dist/client/code-shift.d.ts +54 -3
  57. package/dist/client/code-shift.d.ts.map +1 -1
  58. package/dist/client/code-shift.js +46 -1
  59. package/dist/client/code-shift.js.map +1 -1
  60. package/dist/client/data-integration.d.ts +30 -0
  61. package/dist/client/data-integration.d.ts.map +1 -1
  62. package/dist/client/data-integration.js +29 -2
  63. package/dist/client/data-integration.js.map +1 -1
  64. package/dist/client/discover.d.ts +16 -2
  65. package/dist/client/discover.d.ts.map +1 -1
  66. package/dist/client/discover.js +28 -1
  67. package/dist/client/discover.js.map +1 -1
  68. package/dist/client/edp-bfa.d.ts +16 -0
  69. package/dist/client/edp-bfa.d.ts.map +1 -0
  70. package/dist/client/edp-bfa.js +24 -0
  71. package/dist/client/edp-bfa.js.map +1 -0
  72. package/dist/client/notification.d.ts +7 -0
  73. package/dist/client/notification.d.ts.map +1 -1
  74. package/dist/client/notification.js +10 -1
  75. package/dist/client/notification.js.map +1 -1
  76. package/dist/client/secrets.d.ts.map +1 -1
  77. package/dist/client/secrets.js +1 -1
  78. package/dist/client/secrets.js.map +1 -1
  79. package/dist/client/types.d.ts +11 -3
  80. package/dist/client/types.d.ts.map +1 -1
  81. package/dist/client/workspace-ai.d.ts +5 -5
  82. package/dist/client/workspace-manager.d.ts +15 -0
  83. package/dist/client/workspace-manager.d.ts.map +1 -1
  84. package/dist/client/workspace-manager.js +19 -1
  85. package/dist/client/workspace-manager.js.map +1 -1
  86. package/dist/error/dictionary/accountAssetManager.d.ts +11 -0
  87. package/dist/error/dictionary/accountAssetManager.d.ts.map +1 -0
  88. package/dist/error/dictionary/accountAssetManager.js +11 -0
  89. package/dist/error/dictionary/accountAssetManager.js.map +1 -0
  90. package/dist/index.d.ts +3 -1
  91. package/dist/index.d.ts.map +1 -1
  92. package/dist/index.js +3 -1
  93. package/dist/index.js.map +1 -1
  94. package/dist/network/NetworkClient.d.ts.map +1 -1
  95. package/dist/network/NetworkClient.js +12 -2
  96. package/dist/network/NetworkClient.js.map +1 -1
  97. package/dist/network/types.d.ts +1 -0
  98. package/dist/network/types.d.ts.map +1 -1
  99. package/package.json +2 -2
  100. package/readme.md +39 -1
  101. package/src/api/account.ts +579 -163
  102. package/src/api/accountAssetManager.ts +755 -0
  103. package/src/api/agent-tools.ts +201 -152
  104. package/src/api/ai.ts +206 -38
  105. package/src/api/codeShift.ts +233 -12
  106. package/src/api/dataIntegration.ts +635 -1
  107. package/src/api/discover.ts +153 -10
  108. package/src/api/edpBfa.ts +472 -0
  109. package/src/api-addresses.ts +93 -37
  110. package/src/apis-itau.json +16 -0
  111. package/src/apis.json +16 -0
  112. package/src/client/account-asset-manager.ts +100 -0
  113. package/src/client/account.ts +11 -7
  114. package/src/client/agent-tools.ts +28 -11
  115. package/src/client/ai.ts +129 -19
  116. package/src/client/code-shift.ts +29 -0
  117. package/src/client/data-integration.ts +23 -2
  118. package/src/client/discover.ts +15 -2
  119. package/src/client/edp-bfa.ts +24 -0
  120. package/src/client/notification.ts +6 -1
  121. package/src/client/secrets.ts +1 -1
  122. package/src/client/types.ts +12 -3
  123. package/src/client/workspace-manager.ts +13 -0
  124. package/src/error/dictionary/accountAssetManager.ts +12 -0
  125. package/src/index.ts +4 -1
  126. package/src/network/NetworkClient.ts +13 -4
  127. package/src/network/types.ts +1 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,225 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.202.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.201.0-beta.1...portal-network-beta@v0.202.0-beta.1) (2025-12-24)
4
+
5
+
6
+ ### Features
7
+
8
+ * 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))
9
+ * add dynamic tool ([#1947](https://github.com/stack-spot/portal-commons/issues/1947)) ([6426e6b](https://github.com/stack-spot/portal-commons/commit/6426e6bfedd4b410b28de3f36908326568a9bdc5))
10
+ * 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))
11
+ * update account asset swagger ([#1949](https://github.com/stack-spot/portal-commons/issues/1949)) ([4eb7844](https://github.com/stack-spot/portal-commons/commit/4eb7844eb1d46a1684a11494aa842cd31694dd9d))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * change to agents v3 ([#1944](https://github.com/stack-spot/portal-commons/issues/1944)) ([03d4e06](https://github.com/stack-spot/portal-commons/commit/03d4e06ed756818ac3019e0a15ee0ad13c352ca9))
17
+ * Merge branch 'fix-code-shift-activities-types' of github.com:stack-spot/portal-commons into beta-release ([6150c50](https://github.com/stack-spot/portal-commons/commit/6150c505b8efd4a44d99db935cdd2ef791146972))
18
+ * mfe usage ([#1942](https://github.com/stack-spot/portal-commons/issues/1942)) ([5d0e302](https://github.com/stack-spot/portal-commons/commit/5d0e30250e60ac4300807141f34a30bebfa54f4c))
19
+ * up opa ([#1939](https://github.com/stack-spot/portal-commons/issues/1939)) ([03fbc4a](https://github.com/stack-spot/portal-commons/commit/03fbc4a641fac77382db7b843d62d620cbdbaca6))
20
+
21
+ ## [0.212.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.211.2...portal-network@v0.212.0) (2025-12-23)
22
+
23
+
24
+ ### Features
25
+
26
+ * 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))
27
+ * add dynamic tool ([#1947](https://github.com/stack-spot/portal-commons/issues/1947)) ([6426e6b](https://github.com/stack-spot/portal-commons/commit/6426e6bfedd4b410b28de3f36908326568a9bdc5))
28
+ * update account asset swagger ([#1949](https://github.com/stack-spot/portal-commons/issues/1949)) ([4eb7844](https://github.com/stack-spot/portal-commons/commit/4eb7844eb1d46a1684a11494aa842cd31694dd9d))
29
+
30
+ ## [0.211.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.211.1...portal-network@v0.211.2) (2025-12-22)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * change to agents v3 ([#1944](https://github.com/stack-spot/portal-commons/issues/1944)) ([03d4e06](https://github.com/stack-spot/portal-commons/commit/03d4e06ed756818ac3019e0a15ee0ad13c352ca9))
36
+
37
+ ## [0.211.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.211.0...portal-network@v0.211.1) (2025-12-22)
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * mfe usage ([#1942](https://github.com/stack-spot/portal-commons/issues/1942)) ([5d0e302](https://github.com/stack-spot/portal-commons/commit/5d0e30250e60ac4300807141f34a30bebfa54f4c))
43
+
44
+ ## [0.211.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.210.1...portal-network@v0.211.0) (2025-12-22)
45
+
46
+
47
+ ### Features
48
+
49
+ * 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))
50
+
51
+
52
+ ### Bug Fixes
53
+
54
+ * up opa ([#1939](https://github.com/stack-spot/portal-commons/issues/1939)) ([03fbc4a](https://github.com/stack-spot/portal-commons/commit/03fbc4a641fac77382db7b843d62d620cbdbaca6))
55
+
56
+ ## [0.210.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.210.0...portal-network@v0.210.1) (2025-12-19)
57
+
58
+
59
+ ### Bug Fixes
60
+
61
+ * fix local ([#1928](https://github.com/stack-spot/portal-commons/issues/1928)) ([6083267](https://github.com/stack-spot/portal-commons/commit/6083267e3fb5647375b1b8be4722bd24b6c07a47))
62
+
63
+ ## [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)
64
+ * update swagger ([#1933](https://github.com/stack-spot/portal-commons/issues/1933)) ([c4d1b90](https://github.com/stack-spot/portal-commons/commit/c4d1b90cfdf615cd5c05db6236ba3b8e4ca0fcc0))
65
+
66
+ ## [0.210.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.209.0...portal-network@v0.210.0) (2025-12-19)
67
+
68
+
69
+ ### Features
70
+
71
+ * 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))
72
+ * compact menu as default ([9cde5a1](https://github.com/stack-spot/portal-commons/commit/9cde5a1115f6a3e74fa3c88a594589a5693751cf))
73
+ * compact menu as default ([#1912](https://github.com/stack-spot/portal-commons/issues/1912)) ([9cde5a1](https://github.com/stack-spot/portal-commons/commit/9cde5a1115f6a3e74fa3c88a594589a5693751cf))
74
+ * folders and projects ([#1895](https://github.com/stack-spot/portal-commons/issues/1895)) ([55b598d](https://github.com/stack-spot/portal-commons/commit/55b598d8af3c3b68ebe4b056ec25a399c2a01cf8))
75
+ * network notification uncommit ([#1898](https://github.com/stack-spot/portal-commons/issues/1898)) ([ba48399](https://github.com/stack-spot/portal-commons/commit/ba48399aa1651effa5283f9a698c1848ac03716d))
76
+ * new edp-bfa api ([#1904](https://github.com/stack-spot/portal-commons/issues/1904)) ([b4c1240](https://github.com/stack-spot/portal-commons/commit/b4c1240315b50c436dc2eb07bf98fbd6e648e7cc))
77
+ * updates ai api ([#1886](https://github.com/stack-spot/portal-commons/issues/1886)) ([7cee514](https://github.com/stack-spot/portal-commons/commit/7cee514f3f172f4059e01f473e85b49c9530a2a2))
78
+
79
+
80
+ ### Bug Fixes
81
+
82
+ * add clear context workflow ([#1893](https://github.com/stack-spot/portal-commons/issues/1893)) ([38865a4](https://github.com/stack-spot/portal-commons/commit/38865a4ae102d9e9238324820d79b50e2acb8a2f))
83
+ * adjustment in ks v2 ([#1889](https://github.com/stack-spot/portal-commons/issues/1889)) ([d89e88e](https://github.com/stack-spot/portal-commons/commit/d89e88e07e8b84a1c4753bfee922b21f987f4097))
84
+ * adjusts account lib ([#1911](https://github.com/stack-spot/portal-commons/issues/1911)) ([2bf5fdd](https://github.com/stack-spot/portal-commons/commit/2bf5fddde0cce4d828f2a0c9160b70fefe2107f1))
85
+ * agent tools planner type ([#1896](https://github.com/stack-spot/portal-commons/issues/1896)) ([b102596](https://github.com/stack-spot/portal-commons/commit/b102596e0d69340700590b4c8f86a8d9f66a9af0))
86
+ * chaturl optional on api ([#1891](https://github.com/stack-spot/portal-commons/issues/1891)) ([5cf32ae](https://github.com/stack-spot/portal-commons/commit/5cf32aef1a578a72ce7b223310e8f90ad3e182b6))
87
+ * insight summary ([#1906](https://github.com/stack-spot/portal-commons/issues/1906)) ([48d090a](https://github.com/stack-spot/portal-commons/commit/48d090af05f362408f73bc6d385d1ef9657ed61f))
88
+ * lib network ([#1909](https://github.com/stack-spot/portal-commons/issues/1909)) ([82f3354](https://github.com/stack-spot/portal-commons/commit/82f33544809ac69cdb91fae0ba42fb2bb5e8dfec))
89
+ * 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))
90
+ * testing ([d5a0519](https://github.com/stack-spot/portal-commons/commit/d5a0519a62fb47c18ba4c449b5f98fce1d657c31))
91
+ * change local running ([#1925](https://github.com/stack-spot/portal-commons/issues/1925)) ([5a9c201](https://github.com/stack-spot/portal-commons/commit/5a9c201868de8fdbb835cdb045da74ab222b01dd))
92
+
93
+ ## [0.209.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.208.3...portal-network@v0.209.0) (2025-12-18)
94
+
95
+
96
+ ### Features
97
+
98
+ * 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))
99
+ * folders and projects ([#1895](https://github.com/stack-spot/portal-commons/issues/1895)) ([55b598d](https://github.com/stack-spot/portal-commons/commit/55b598d8af3c3b68ebe4b056ec25a399c2a01cf8))
100
+
101
+ ## [0.208.3](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.208.2...portal-network@v0.208.3) (2025-12-17)
102
+
103
+ ### Bug Fixes
104
+
105
+ * adjusts account lib ([#1911](https://github.com/stack-spot/portal-commons/issues/1911)) ([2bf5fdd](https://github.com/stack-spot/portal-commons/commit/2bf5fddde0cce4d828f2a0c9160b70fefe2107f1))
106
+
107
+ ## [0.208.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.208.1...portal-network@v0.208.2) (2025-12-16)
108
+
109
+
110
+ ### Bug Fixes
111
+
112
+ * lib network ([#1909](https://github.com/stack-spot/portal-commons/issues/1909)) ([82f3354](https://github.com/stack-spot/portal-commons/commit/82f33544809ac69cdb91fae0ba42fb2bb5e8dfec))
113
+
114
+ ## [0.208.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.208.0...portal-network@v0.208.1) (2025-12-16)
115
+
116
+
117
+ ### Bug Fixes
118
+
119
+ * 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))
120
+
121
+ ## [0.208.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.207.0...portal-network@v0.208.0) (2025-12-15)
122
+
123
+
124
+ ### Features
125
+
126
+ * update agent tools ([#1884](https://github.com/stack-spot/portal-commons/issues/1884)) ([5fb3b61](https://github.com/stack-spot/portal-commons/commit/5fb3b616a02b4d1362552839e466fa79ccda27a7))
127
+
128
+ ## [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)
129
+
130
+
131
+ ### Features
132
+
133
+ * qc paginated ([#1875](https://github.com/stack-spot/portal-commons/issues/1875)) ([684da17](https://github.com/stack-spot/portal-commons/commit/684da170add59225ee737c52d2b5c63e460056a5))
134
+ * rating ([#1869](https://github.com/stack-spot/portal-commons/issues/1869)) ([1635948](https://github.com/stack-spot/portal-commons/commit/1635948abc0c25fc97cfc5a479dd6e329736cbb2))
135
+
136
+
137
+ ### Bug Fixes
138
+
139
+ * add delete ([#1880](https://github.com/stack-spot/portal-commons/issues/1880)) ([da91fd7](https://github.com/stack-spot/portal-commons/commit/da91fd7833ee2d82e819225fd23f4c9e4f4f5806))
140
+ * delete module ([#1881](https://github.com/stack-spot/portal-commons/issues/1881)) ([7817d26](https://github.com/stack-spot/portal-commons/commit/7817d260610248cacc62fff45a26b409a9f96f57))
141
+
142
+ ## [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)
143
+
144
+
145
+ ### Features
146
+
147
+ * rating beta ([#1873](https://github.com/stack-spot/portal-commons/issues/1873)) ([a6bb8d9](https://github.com/stack-spot/portal-commons/commit/a6bb8d97ffd0c6169d0c0dc1aed92980771aa1d7))
148
+
149
+ ## [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)
150
+
151
+
152
+ ### Features
153
+
154
+ * 3332 insights ([#1862](https://github.com/stack-spot/portal-commons/issues/1862)) ([9b3aa7c](https://github.com/stack-spot/portal-commons/commit/9b3aa7ca4c5dcbe72cce060b8ade2645e9d23659))
155
+ * python 'feat-3101-python-script' into beta-release ([21bf3ec](https://github.com/stack-spot/portal-commons/commit/21bf3ecf405c13108ca0470d738beb0ceb086e74))
156
+ * tools mcp ([#1858](https://github.com/stack-spot/portal-commons/issues/1858)) ([40d2bfe](https://github.com/stack-spot/portal-commons/commit/40d2bfe0fcea283e8cbb3cff8fc59ebd9f03f281))
157
+ * Upd agent tools ([#1845](https://github.com/stack-spot/portal-commons/issues/1845)) ([5a74800](https://github.com/stack-spot/portal-commons/commit/5a74800f85be09dd713934f46c7286d22167520a))
158
+ ## [0.205.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.205.0...portal-network@v0.205.1) (2025-12-10)
159
+
160
+
161
+ ### Bug Fixes
162
+
163
+ * adjusts paginated ([#1860](https://github.com/stack-spot/portal-commons/issues/1860)) ([0bb24c7](https://github.com/stack-spot/portal-commons/commit/0bb24c7cea9b3a77e13d43506f80b161aaa3a5dc))
164
+ * remove qc script ([#1867](https://github.com/stack-spot/portal-commons/issues/1867)) ([612e4de](https://github.com/stack-spot/portal-commons/commit/612e4dea7bd1f11e1fc8ec951cfa4ad7676d4921))
165
+ * Update code shift swagger ([#1865](https://github.com/stack-spot/portal-commons/issues/1865)) ([45e706d](https://github.com/stack-spot/portal-commons/commit/45e706d7d6559a44c9a170145a8525f8047872de))
166
+ * delete module ([#1881](https://github.com/stack-spot/portal-commons/issues/1881)) ([7817d26](https://github.com/stack-spot/portal-commons/commit/7817d260610248cacc62fff45a26b409a9f96f57))
167
+
168
+ ## [0.205.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.204.2...portal-network@v0.205.0) (2025-12-09)
169
+
170
+
171
+ ### Features
172
+
173
+ * qc paginated ([#1875](https://github.com/stack-spot/portal-commons/issues/1875)) ([684da17](https://github.com/stack-spot/portal-commons/commit/684da170add59225ee737c52d2b5c63e460056a5))
174
+ * rating ([#1869](https://github.com/stack-spot/portal-commons/issues/1869)) ([1635948](https://github.com/stack-spot/portal-commons/commit/1635948abc0c25fc97cfc5a479dd6e329736cbb2))
175
+
176
+
177
+ ### Bug Fixes
178
+
179
+ * add delete ([#1880](https://github.com/stack-spot/portal-commons/issues/1880)) ([da91fd7](https://github.com/stack-spot/portal-commons/commit/da91fd7833ee2d82e819225fd23f4c9e4f4f5806))
180
+
181
+ ## [0.204.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.204.1...portal-network@v0.204.2) (2025-12-08)
182
+
183
+
184
+ ### Bug Fixes
185
+
186
+ * remove qc script ([#1867](https://github.com/stack-spot/portal-commons/issues/1867)) ([612e4de](https://github.com/stack-spot/portal-commons/commit/612e4dea7bd1f11e1fc8ec951cfa4ad7676d4921))
187
+
188
+ ## [0.204.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.204.0...portal-network@v0.204.1) (2025-12-08)
189
+
190
+
191
+ ### Bug Fixes
192
+
193
+ * Update code shift swagger ([#1865](https://github.com/stack-spot/portal-commons/issues/1865)) ([45e706d](https://github.com/stack-spot/portal-commons/commit/45e706d7d6559a44c9a170145a8525f8047872de))
194
+
195
+ ## [0.204.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.203.0...portal-network@v0.204.0) (2025-12-05)
196
+
197
+
198
+ ### Features
199
+
200
+ * Upd agent tools ([#1845](https://github.com/stack-spot/portal-commons/issues/1845)) ([5a74800](https://github.com/stack-spot/portal-commons/commit/5a74800f85be09dd713934f46c7286d22167520a))
201
+
202
+ ## [0.203.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.202.1...portal-network@v0.203.0) (2025-12-04)
203
+
204
+
205
+ ### Features
206
+
207
+ * 3332 insights ([#1862](https://github.com/stack-spot/portal-commons/issues/1862)) ([9b3aa7c](https://github.com/stack-spot/portal-commons/commit/9b3aa7ca4c5dcbe72cce060b8ade2645e9d23659))
208
+
209
+ ## [0.202.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.202.0...portal-network@v0.202.1) (2025-12-04)
210
+
211
+
212
+ ### Bug Fixes
213
+
214
+ * adjusts paginated ([#1860](https://github.com/stack-spot/portal-commons/issues/1860)) ([0bb24c7](https://github.com/stack-spot/portal-commons/commit/0bb24c7cea9b3a77e13d43506f80b161aaa3a5dc))
215
+
216
+ ## [0.202.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.201.0...portal-network@v0.202.0) (2025-12-03)
217
+
218
+
219
+ ### Features
220
+
221
+ * tools mcp ([#1858](https://github.com/stack-spot/portal-commons/issues/1858)) ([40d2bfe](https://github.com/stack-spot/portal-commons/commit/40d2bfe0fcea283e8cbb3cff8fc59ebd9f03f281))
222
+
3
223
  ## [0.201.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.200.0...portal-network@v0.201.0) (2025-12-01)
4
224
 
5
225