@stack-spot/portal-network 0.193.0 → 0.194.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 (68) hide show
  1. package/CHANGELOG.md +172 -0
  2. package/dist/api/account.d.ts +4 -116
  3. package/dist/api/account.d.ts.map +1 -1
  4. package/dist/api/account.js +9 -95
  5. package/dist/api/account.js.map +1 -1
  6. package/dist/api/ai.d.ts +189 -86
  7. package/dist/api/ai.d.ts.map +1 -1
  8. package/dist/api/ai.js +238 -142
  9. package/dist/api/ai.js.map +1 -1
  10. package/dist/api/cloudPlatform.d.ts +73 -126
  11. package/dist/api/cloudPlatform.d.ts.map +1 -1
  12. package/dist/api/cloudPlatform.js +82 -66
  13. package/dist/api/cloudPlatform.js.map +1 -1
  14. package/dist/api/codeShift.d.ts +214 -42
  15. package/dist/api/codeShift.d.ts.map +1 -1
  16. package/dist/api/codeShift.js +108 -10
  17. package/dist/api/codeShift.js.map +1 -1
  18. package/dist/api/discover.d.ts +23 -12
  19. package/dist/api/discover.d.ts.map +1 -1
  20. package/dist/api/discover.js +10 -0
  21. package/dist/api/discover.js.map +1 -1
  22. package/dist/client/account.d.ts +4 -0
  23. package/dist/client/account.d.ts.map +1 -1
  24. package/dist/client/account.js +10 -1
  25. package/dist/client/account.js.map +1 -1
  26. package/dist/client/ai.d.ts +46 -0
  27. package/dist/client/ai.d.ts.map +1 -1
  28. package/dist/client/ai.js +47 -2
  29. package/dist/client/ai.js.map +1 -1
  30. package/dist/client/cloud-platform.d.ts +155 -51
  31. package/dist/client/cloud-platform.d.ts.map +1 -1
  32. package/dist/client/cloud-platform.js +146 -47
  33. package/dist/client/cloud-platform.js.map +1 -1
  34. package/dist/client/code-shift.d.ts +72 -4
  35. package/dist/client/code-shift.d.ts.map +1 -1
  36. package/dist/client/code-shift.js +73 -1
  37. package/dist/client/code-shift.js.map +1 -1
  38. package/dist/client/discover.d.ts +7 -1
  39. package/dist/client/discover.d.ts.map +1 -1
  40. package/dist/client/discover.js +208 -0
  41. package/dist/client/discover.js.map +1 -1
  42. package/dist/client/types.d.ts +14 -0
  43. package/dist/client/types.d.ts.map +1 -1
  44. package/dist/error/dictionary/cloud-platform.d.ts +6 -0
  45. package/dist/error/dictionary/cloud-platform.d.ts.map +1 -1
  46. package/dist/error/dictionary/cloud-platform.js +6 -0
  47. package/dist/error/dictionary/cloud-platform.js.map +1 -1
  48. package/dist/utils/StreamedJson.d.ts.map +1 -1
  49. package/dist/utils/StreamedJson.js +9 -1
  50. package/dist/utils/StreamedJson.js.map +1 -1
  51. package/package.json +2 -2
  52. package/readme.md +2 -1
  53. package/src/api/account.ts +21 -192
  54. package/src/api/agent-tools.ts +3 -0
  55. package/src/api/agent.ts +2 -0
  56. package/src/api/ai.ts +364 -157
  57. package/src/api/cloudPlatform.ts +147 -204
  58. package/src/api/codeShift.ts +373 -47
  59. package/src/api/discover.ts +35 -12
  60. package/src/api/notification.ts +2 -0
  61. package/src/client/account.ts +5 -0
  62. package/src/client/ai.ts +42 -1
  63. package/src/client/cloud-platform.ts +84 -29
  64. package/src/client/code-shift.ts +40 -1
  65. package/src/client/discover.ts +220 -3
  66. package/src/client/types.ts +17 -2
  67. package/src/error/dictionary/cloud-platform.ts +6 -0
  68. package/src/utils/StreamedJson.tsx +9 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,119 @@
1
1
  # Changelog
2
2
 
3
+
4
+ ## [0.194.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.193.0-beta.1...portal-network-beta@v0.194.0-beta.1) (2025-11-19)
5
+
6
+
7
+ ### Features
8
+
9
+ * Adds support for module docs and batch import result downloads ([0dd9684](https://github.com/stack-spot/portal-commons/commit/0dd9684acfc35de0780ef0d9b4e8605782b5b236))
10
+ * update network ([d0c1032](https://github.com/stack-spot/portal-commons/commit/d0c10326972a9ee1a14201f55e43d95aa1c4e208))
11
+
12
+ ## [0.193.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.192.0-beta.1...portal-network-beta@v0.193.0-beta.1) (2025-11-12)
13
+
14
+
15
+ ### Features
16
+
17
+ * add sendChatMessage in discover ([#1785](https://github.com/stack-spot/portal-commons/issues/1785)) ([22a5994](https://github.com/stack-spot/portal-commons/commit/22a5994aff7cb9d2f766b5566dd9d86bdeae7590))
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * 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))
23
+ * 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))
24
+
25
+ ## [0.192.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.191.0-beta.1...portal-network-beta@v0.192.0-beta.1) (2025-11-10)
26
+ ## [0.198.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.198.1...portal-network@v0.198.2) (2025-11-12)
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * 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))
32
+
33
+ ## [0.198.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.198.0...portal-network@v0.198.1) (2025-11-11)
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * 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))
39
+
40
+ ## [0.198.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.197.0...portal-network@v0.198.0) (2025-11-10)
41
+
42
+
43
+ ### Features
44
+
45
+ * add sendChatMessage in discover ([#1785](https://github.com/stack-spot/portal-commons/issues/1785)) ([22a5994](https://github.com/stack-spot/portal-commons/commit/22a5994aff7cb9d2f766b5566dd9d86bdeae7590))
46
+
47
+ ## [0.197.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.196.0...portal-network@v0.197.0) (2025-11-10)
48
+
49
+
50
+ ### Features
51
+
52
+ * add PAT Health Check query to CodeShift client ([b5c1234](https://github.com/stack-spot/portal-commons/commit/b5c12348dea37d000aa88628704b3af4ea080a44))
53
+ * 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))
54
+ * Feat 3310 analytics token beta ([#1784](https://github.com/stack-spot/portal-commons/issues/1784)) ([3ce35e8](https://github.com/stack-spot/portal-commons/commit/3ce35e802b219527e3eb97a31e79e7104196a7c9))
55
+ * 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))
56
+
57
+ ## [0.191.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.190.0-beta.1...portal-network-beta@v0.191.0-beta.1) (2025-11-06)
58
+ ## [0.196.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.195.1...portal-network@v0.196.0) (2025-11-07)
59
+
60
+
61
+ ### Features
62
+
63
+ * 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))
64
+
65
+ ## [0.190.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.189.0-beta.1...portal-network-beta@v0.190.0-beta.1) (2025-11-05)
66
+
67
+
68
+ ### Features
69
+
70
+ * 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))
71
+ * 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))
72
+ * execution modes chat ([#1656](https://github.com/stack-spot/portal-commons/issues/1656)) ([b44b3e8](https://github.com/stack-spot/portal-commons/commit/b44b3e89b8ae4804650d1307d763dafc406f0ec5))
73
+ * 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))
74
+
75
+ ## [0.195.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.195.0...portal-network@v0.195.1) (2025-11-06)
76
+
77
+
78
+ ### Bug Fixes
79
+
80
+ * add execution id ([#1738](https://github.com/stack-spot/portal-commons/issues/1738)) ([8103316](https://github.com/stack-spot/portal-commons/commit/81033166874ff2905ca0c7a59c92cdafbeee6744))
81
+ * 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))
82
+ * 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))
83
+ * up code buddy types ([#1768](https://github.com/stack-spot/portal-commons/issues/1768)) ([651d5d3](https://github.com/stack-spot/portal-commons/commit/651d5d356be02d0a6573ec664b3795c8e5b9e44b))
84
+ * upd gen ai inference ([#1724](https://github.com/stack-spot/portal-commons/issues/1724)) ([fa094c6](https://github.com/stack-spot/portal-commons/commit/fa094c6da1a33cab4647e28ec6de6b89766dedbe))
85
+ * up types ([#1767](https://github.com/stack-spot/portal-commons/issues/1767)) ([6b4706b](https://github.com/stack-spot/portal-commons/commit/6b4706b0abf7e820c3c5de2ad6b74be42da4191c))
86
+
87
+ ## [0.195.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.194.2...portal-network@v0.195.0) (2025-11-06)
88
+
89
+
90
+ ### Features
91
+
92
+ * 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))
93
+
94
+ ## [0.194.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.194.1...portal-network@v0.194.2) (2025-10-31)
95
+
96
+
97
+ ### Bug Fixes
98
+
99
+ * add execution id ([#1738](https://github.com/stack-spot/portal-commons/issues/1738)) ([8103316](https://github.com/stack-spot/portal-commons/commit/81033166874ff2905ca0c7a59c92cdafbeee6744))
100
+
101
+ ## [0.194.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.194.0...portal-network@v0.194.1) (2025-10-29)
102
+
103
+
104
+ ### Bug Fixes
105
+
106
+ * 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))
107
+
108
+ ## [0.194.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.193.0...portal-network@v0.194.0) (2025-10-28)
109
+
110
+
111
+ ### Features
112
+
113
+ * 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))
114
+
3
115
  ## [0.193.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.192.1...portal-network@v0.193.0) (2025-10-28)
116
+ ## [0.189.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.188.0-beta.1...portal-network-beta@v0.189.0-beta.1) (2025-10-23)
4
117
 
5
118
 
6
119
  ### Features
@@ -41,13 +154,26 @@
41
154
  * 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))
42
155
 
43
156
  ## [0.190.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.189.0...portal-network@v0.190.0) (2025-10-23)
157
+ * update account api ([#1711](https://github.com/stack-spot/portal-commons/issues/1711)) ([2b0f6d2](https://github.com/stack-spot/portal-commons/commit/2b0f6d250b7fb668adc2e8fe245df98b3e46f5d8))
158
+
159
+ ## [0.188.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.187.1-beta.1...portal-network-beta@v0.188.0-beta.1) (2025-10-21)
44
160
 
45
161
 
46
162
  ### Features
47
163
 
48
164
  * update account api ([#1711](https://github.com/stack-spot/portal-commons/issues/1711)) ([2b0f6d2](https://github.com/stack-spot/portal-commons/commit/2b0f6d250b7fb668adc2e8fe245df98b3e46f5d8))
165
+ * 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))
166
+ * update account api ([#1710](https://github.com/stack-spot/portal-commons/issues/1710)) ([daf7798](https://github.com/stack-spot/portal-commons/commit/daf779812758ad5df6a6fa50e68e1068be10f3c8))
49
167
 
50
168
  ## [0.189.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.188.1...portal-network@v0.189.0) (2025-10-20)
169
+ ## [0.187.1-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.187.0-beta.1...portal-network-beta@v0.187.1-beta.1) (2025-10-20)
170
+
171
+
172
+ ### Bug Fixes
173
+
174
+ * 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))
175
+
176
+ ## [0.187.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.186.1-beta.1...portal-network-beta@v0.187.0-beta.1) (2025-10-17)
51
177
 
52
178
 
53
179
  ### Features
@@ -55,12 +181,21 @@
55
181
  * 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))
56
182
 
57
183
  ## [0.188.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.188.0...portal-network@v0.188.1) (2025-10-20)
184
+ * 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))
185
+ * 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))
186
+ * 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))
187
+ * 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))
188
+
189
+ ## [0.186.1-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.186.0-beta.1...portal-network-beta@v0.186.1-beta.1) (2025-10-09)
58
190
 
59
191
 
60
192
  ### Bug Fixes
61
193
 
62
194
  * 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))
63
195
 
196
+ * test deploy ([c290d44](https://github.com/stack-spot/portal-commons/commit/c290d44fb00bfbf1b244f049cc26daff19544b0b))
197
+
198
+ ## [0.186.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.185.1-beta.1...portal-network-beta@v0.186.0-beta.1) (2025-10-08)
64
199
  ## [0.188.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.187.0...portal-network@v0.188.0) (2025-10-14)
65
200
 
66
201
 
@@ -91,11 +226,46 @@
91
226
 
92
227
  * 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))
93
228
 
229
+
230
+ ### Bug Fixes
231
+
232
+ * add some null check ([#1684](https://github.com/stack-spot/portal-commons/issues/1684)) ([a8487c4](https://github.com/stack-spot/portal-commons/commit/a8487c43bd9966d89085dc3a9c3effa6b77bda7c))
233
+
234
+ ## [0.185.1-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.185.0-beta.1...portal-network-beta@v0.185.1-beta.1) (2025-10-07)
235
+
236
+
237
+ ### Bug Fixes
238
+
239
+ * show multiple tools in single step ([#1680](https://github.com/stack-spot/portal-commons/issues/1680)) ([3987405](https://github.com/stack-spot/portal-commons/commit/398740560dd60e40b16ec822e4f7073299fe4296))
240
+
241
+ ## [0.185.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.184.0-beta.1...portal-network-beta@v0.185.0-beta.1) (2025-10-07)
242
+
243
+
244
+ ### Features
245
+
246
+ * 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))
247
+ * 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))
248
+
249
+ ## [0.184.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.183.0-beta.1...portal-network-beta@v0.184.0-beta.1) (2025-10-03)
94
250
  ## [0.185.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.184.0...portal-network@v0.185.0) (2025-10-06)
95
251
 
96
252
 
97
253
  ### Features
98
254
 
255
+ * 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))
256
+ * 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))
257
+ * update beta 'feat-3049-execution-modes-chat' into beta-release ([a545303](https://github.com/stack-spot/portal-commons/commit/a545303a95625b7a5ec19c06253ee388f8b1abe0))
258
+ * Update beta release ([#1653](https://github.com/stack-spot/portal-commons/issues/1653)) ([fe22548](https://github.com/stack-spot/portal-commons/commit/fe22548292f47a325c6e0eecb41f8b36ab8d5307))
259
+ * upgrades translation lib ([#1643](https://github.com/stack-spot/portal-commons/issues/1643)) ([05db11f](https://github.com/stack-spot/portal-commons/commit/05db11f399dd2c6e1815e74ee99f8b6c2e6fedef))
260
+
261
+
262
+ ### Bug Fixes
263
+
264
+ * Merge branch 'feat-3049-execution-modes-chat' into beta-release ([065c737](https://github.com/stack-spot/portal-commons/commit/065c7372f72da124a50bca9b53d06b1b937f4eae))
265
+ * Merge branch 'fix-trial-agents' into beta-release ([1239c2e](https://github.com/stack-spot/portal-commons/commit/1239c2e0f0082b1ad88c5168802275d657480262))
266
+ * Update swagger ([#1639](https://github.com/stack-spot/portal-commons/issues/1639)) ([d953972](https://github.com/stack-spot/portal-commons/commit/d953972405210de1a6b62e966d5a5a1fb5ea9b84))
267
+
268
+ ## [0.181.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.180.0-beta.1...portal-network-beta@v0.181.0-beta.1) (2025-10-03)
99
269
  * 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))
100
270
 
101
271
  ## [0.184.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.183.0...portal-network@v0.184.0) (2025-10-06)
@@ -103,6 +273,8 @@
103
273
 
104
274
  ### Features
105
275
 
276
+ * 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))
277
+ * update beta 'feat-3049-execution-modes-chat' into beta-release ([a545303](https://github.com/stack-spot/portal-commons/commit/a545303a95625b7a5ec19c06253ee388f8b1abe0))
106
278
  * 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))
107
279
 
108
280
  ## [0.183.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.182.0...portal-network@v0.183.0) (2025-10-01)
@@ -1000,46 +1000,6 @@ export type CreateResourceRequest = {
1000
1000
  /** Account resource description */
1001
1001
  description?: string;
1002
1002
  };
1003
- export type ResourceReviewAnswerDto = {
1004
- id: string;
1005
- memberId: string;
1006
- comment: string;
1007
- createdAt: string;
1008
- updatedAt?: string;
1009
- };
1010
- export type ViewResourceReviewResponse = {
1011
- id: string;
1012
- memberId: string;
1013
- rating: number;
1014
- comment?: string;
1015
- resourceType: string;
1016
- resourceSlug: string;
1017
- createdAt: string;
1018
- updatedAt?: string;
1019
- reviewAnswers?: ResourceReviewAnswerDto[];
1020
- };
1021
- export type PageResponseViewResourceReviewResponse = {
1022
- /** Current page content */
1023
- items?: ViewResourceReviewResponse[];
1024
- /** Total elements found */
1025
- totalElements: number;
1026
- /** Current page number */
1027
- page: number;
1028
- /** Length of current page items */
1029
- size: number;
1030
- /** Total pages found */
1031
- totalPages: number;
1032
- };
1033
- export type CreateResourceReviewRequest = {
1034
- /** Evaluation grade, represented by an integer between 1 and 5. */
1035
- rating: number;
1036
- /** Evaluation comment */
1037
- comment?: string;
1038
- };
1039
- export type CreateReviewAnswerRequest = {
1040
- /** Comment of the review. */
1041
- answer: string;
1042
- };
1043
1003
  export type AccountMemberResponse = {
1044
1004
  /** Account member id */
1045
1005
  id: string;
@@ -1727,16 +1687,6 @@ export type ServiceCredentialAssociateGroupRequest = {
1727
1687
  /** Service credential groups ids */
1728
1688
  teams: string[];
1729
1689
  };
1730
- export type UpdateResourceReviewRequest = {
1731
- /** Evaluation grade, represented by an integer between 1 and 5. */
1732
- rating?: number;
1733
- /** Evaluation comment */
1734
- comment?: string;
1735
- };
1736
- export type UpdateReviewAnswerRequest = {
1737
- /** Comment of the review. */
1738
- answer: string;
1739
- };
1740
1690
  export type ReadPreferencesResponse = {
1741
1691
  /** Dashboard widgets preferences */
1742
1692
  dashboardWidgets?: string[];
@@ -2838,40 +2788,6 @@ export declare function getResources({ size, page, sort, direction, search, filt
2838
2788
  export declare function createResource({ createResourceRequest }: {
2839
2789
  createResourceRequest: CreateResourceRequest;
2840
2790
  }, opts?: Oazapfts.RequestOpts): Promise<IdResponse>;
2841
- /**
2842
- * Get all resources reviews
2843
- */
2844
- export declare function getReviews({ resourceSlug, resourceTypeSlug, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
2845
- resourceSlug: string;
2846
- resourceTypeSlug: string;
2847
- size?: any;
2848
- page?: any;
2849
- sort?: string;
2850
- direction?: "ASC" | "DESC";
2851
- search?: string;
2852
- filterMode?: "MATCH" | "CONTAINS" | "IN";
2853
- filterBy?: string;
2854
- filterValue?: string;
2855
- multiFilterMode?: string;
2856
- filterIn?: any;
2857
- }, opts?: Oazapfts.RequestOpts): Promise<PageResponseViewResourceReviewResponse>;
2858
- /**
2859
- * Create a resource review
2860
- */
2861
- export declare function createReview({ resourceSlug, resourceTypeSlug, xMemberId, createResourceReviewRequest }: {
2862
- resourceSlug: string;
2863
- resourceTypeSlug: string;
2864
- xMemberId: string;
2865
- createResourceReviewRequest: CreateResourceReviewRequest;
2866
- }, opts?: Oazapfts.RequestOpts): Promise<never>;
2867
- /**
2868
- * Create an answer to a review
2869
- */
2870
- export declare function createReviewAnswer({ reviewId, xMemberId, createReviewAnswerRequest }: {
2871
- reviewId: string;
2872
- xMemberId: string;
2873
- createReviewAnswerRequest: CreateReviewAnswerRequest;
2874
- }, opts?: Oazapfts.RequestOpts): Promise<never>;
2875
2791
  /**
2876
2792
  * Retrieves a list of account members for a specified account.
2877
2793
  */
@@ -3410,38 +3326,6 @@ export declare function cancelSecretDelete({ secretId }: {
3410
3326
  * Migrate Api Key Secrets to new version
3411
3327
  */
3412
3328
  export declare function migrateApiKeySecretsToV2(opts?: Oazapfts.RequestOpts): Promise<never>;
3413
- /**
3414
- * Delete a resources review
3415
- */
3416
- export declare function deleteReview({ reviewId, xMemberId }: {
3417
- reviewId: string;
3418
- xMemberId: string;
3419
- }, opts?: Oazapfts.RequestOpts): Promise<never>;
3420
- /**
3421
- * Update a resources review
3422
- */
3423
- export declare function updateReview({ reviewId, xMemberId, updateResourceReviewRequest }: {
3424
- reviewId: string;
3425
- xMemberId: string;
3426
- updateResourceReviewRequest: UpdateResourceReviewRequest;
3427
- }, opts?: Oazapfts.RequestOpts): Promise<never>;
3428
- /**
3429
- * Delete an answer to a review
3430
- */
3431
- export declare function deleteReviewAnswer({ answerId, reviewId, xMemberId }: {
3432
- answerId: string;
3433
- reviewId: string;
3434
- xMemberId: string;
3435
- }, opts?: Oazapfts.RequestOpts): Promise<never>;
3436
- /**
3437
- * Edit an evaluation comment
3438
- */
3439
- export declare function editReviewAnswer({ reviewId, answerId, xMemberId, updateReviewAnswerRequest }: {
3440
- reviewId: string;
3441
- answerId: string;
3442
- xMemberId: string;
3443
- updateReviewAnswerRequest: UpdateReviewAnswerRequest;
3444
- }, opts?: Oazapfts.RequestOpts): Promise<never>;
3445
3329
  /**
3446
3330
  * Retrieves the preferences of a specific member.
3447
3331
  */
@@ -3563,6 +3447,10 @@ export declare function addNewEmailDomain({ accountId, addNewEmailDomainRequest
3563
3447
  accountId: string;
3564
3448
  addNewEmailDomainRequest: AddNewEmailDomainRequest;
3565
3449
  }, opts?: Oazapfts.RequestOpts): Promise<unknown>;
3450
+ /**
3451
+ * Reactivates a Trial account.
3452
+ */
3453
+ export declare function reactivateTrialAccount(opts?: Oazapfts.RequestOpts): Promise<unknown>;
3566
3454
  /**
3567
3455
  * Update personal account details
3568
3456
  */