@stack-spot/portal-network 0.192.1 → 0.193.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 +170 -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 +171 -40
  15. package/dist/api/codeShift.d.ts.map +1 -1
  16. package/dist/api/codeShift.js +80 -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 +140 -15
  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 +53 -3
  35. package/dist/client/code-shift.d.ts.map +1 -1
  36. package/dist/client/code-shift.js +55 -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 +39 -5
  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 +284 -45
  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 +136 -13
  63. package/src/client/cloud-platform.ts +84 -29
  64. package/src/client/code-shift.ts +30 -1
  65. package/src/client/discover.ts +220 -3
  66. package/src/client/types.ts +43 -7
  67. package/src/error/dictionary/cloud-platform.ts +6 -0
  68. package/src/utils/StreamedJson.tsx +9 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,116 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Features
7
+
8
+ * add sendChatMessage in discover ([#1785](https://github.com/stack-spot/portal-commons/issues/1785)) ([22a5994](https://github.com/stack-spot/portal-commons/commit/22a5994aff7cb9d2f766b5566dd9d86bdeae7590))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * 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))
14
+ * 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))
15
+
16
+ ## [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)
17
+ ## [0.198.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.198.1...portal-network@v0.198.2) (2025-11-12)
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
+
24
+ ## [0.198.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.198.0...portal-network@v0.198.1) (2025-11-11)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * 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))
30
+
31
+ ## [0.198.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.197.0...portal-network@v0.198.0) (2025-11-10)
32
+
33
+
34
+ ### Features
35
+
36
+ * add sendChatMessage in discover ([#1785](https://github.com/stack-spot/portal-commons/issues/1785)) ([22a5994](https://github.com/stack-spot/portal-commons/commit/22a5994aff7cb9d2f766b5566dd9d86bdeae7590))
37
+
38
+ ## [0.197.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.196.0...portal-network@v0.197.0) (2025-11-10)
39
+
40
+
41
+ ### Features
42
+
43
+ * add PAT Health Check query to CodeShift client ([b5c1234](https://github.com/stack-spot/portal-commons/commit/b5c12348dea37d000aa88628704b3af4ea080a44))
44
+ * 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))
45
+ * 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))
46
+ * 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))
47
+
48
+ ## [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)
49
+ ## [0.196.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.195.1...portal-network@v0.196.0) (2025-11-07)
50
+
51
+
52
+ ### Features
53
+
54
+ * 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))
55
+
56
+ ## [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)
57
+
58
+
59
+ ### Features
60
+
61
+ * 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))
62
+ * 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))
63
+ * execution modes chat ([#1656](https://github.com/stack-spot/portal-commons/issues/1656)) ([b44b3e8](https://github.com/stack-spot/portal-commons/commit/b44b3e89b8ae4804650d1307d763dafc406f0ec5))
64
+ * 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))
65
+
66
+ ## [0.195.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.195.0...portal-network@v0.195.1) (2025-11-06)
67
+
68
+
69
+ ### Bug Fixes
70
+
71
+ * add execution id ([#1738](https://github.com/stack-spot/portal-commons/issues/1738)) ([8103316](https://github.com/stack-spot/portal-commons/commit/81033166874ff2905ca0c7a59c92cdafbeee6744))
72
+ * 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))
73
+ * 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))
74
+ * up code buddy types ([#1768](https://github.com/stack-spot/portal-commons/issues/1768)) ([651d5d3](https://github.com/stack-spot/portal-commons/commit/651d5d356be02d0a6573ec664b3795c8e5b9e44b))
75
+ * upd gen ai inference ([#1724](https://github.com/stack-spot/portal-commons/issues/1724)) ([fa094c6](https://github.com/stack-spot/portal-commons/commit/fa094c6da1a33cab4647e28ec6de6b89766dedbe))
76
+ * up types ([#1767](https://github.com/stack-spot/portal-commons/issues/1767)) ([6b4706b](https://github.com/stack-spot/portal-commons/commit/6b4706b0abf7e820c3c5de2ad6b74be42da4191c))
77
+
78
+ ## [0.195.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.194.2...portal-network@v0.195.0) (2025-11-06)
79
+
80
+
81
+ ### Features
82
+
83
+ * 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))
84
+
85
+ ## [0.194.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.194.1...portal-network@v0.194.2) (2025-10-31)
86
+
87
+
88
+ ### Bug Fixes
89
+
90
+ * add execution id ([#1738](https://github.com/stack-spot/portal-commons/issues/1738)) ([8103316](https://github.com/stack-spot/portal-commons/commit/81033166874ff2905ca0c7a59c92cdafbeee6744))
91
+
92
+ ## [0.194.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.194.0...portal-network@v0.194.1) (2025-10-29)
93
+
94
+
95
+ ### Bug Fixes
96
+
97
+ * 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))
98
+
99
+ ## [0.194.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.193.0...portal-network@v0.194.0) (2025-10-28)
100
+
101
+
102
+ ### Features
103
+
104
+ * 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))
105
+
106
+ ## [0.193.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.192.1...portal-network@v0.193.0) (2025-10-28)
107
+ ## [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)
108
+
109
+
110
+ ### Features
111
+
112
+ * execution modes chat ([#1656](https://github.com/stack-spot/portal-commons/issues/1656)) ([b44b3e8](https://github.com/stack-spot/portal-commons/commit/b44b3e89b8ae4804650d1307d763dafc406f0ec5))
113
+
3
114
  ## [0.192.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.192.0...portal-network@v0.192.1) (2025-10-27)
4
115
 
5
116
 
@@ -34,13 +145,26 @@
34
145
  * 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))
35
146
 
36
147
  ## [0.190.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.189.0...portal-network@v0.190.0) (2025-10-23)
148
+ * update account api ([#1711](https://github.com/stack-spot/portal-commons/issues/1711)) ([2b0f6d2](https://github.com/stack-spot/portal-commons/commit/2b0f6d250b7fb668adc2e8fe245df98b3e46f5d8))
149
+
150
+ ## [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)
37
151
 
38
152
 
39
153
  ### Features
40
154
 
41
155
  * update account api ([#1711](https://github.com/stack-spot/portal-commons/issues/1711)) ([2b0f6d2](https://github.com/stack-spot/portal-commons/commit/2b0f6d250b7fb668adc2e8fe245df98b3e46f5d8))
156
+ * 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))
157
+ * update account api ([#1710](https://github.com/stack-spot/portal-commons/issues/1710)) ([daf7798](https://github.com/stack-spot/portal-commons/commit/daf779812758ad5df6a6fa50e68e1068be10f3c8))
42
158
 
43
159
  ## [0.189.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.188.1...portal-network@v0.189.0) (2025-10-20)
160
+ ## [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)
161
+
162
+
163
+ ### Bug Fixes
164
+
165
+ * 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))
166
+
167
+ ## [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)
44
168
 
45
169
 
46
170
  ### Features
@@ -48,12 +172,21 @@
48
172
  * 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))
49
173
 
50
174
  ## [0.188.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.188.0...portal-network@v0.188.1) (2025-10-20)
175
+ * 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))
176
+ * 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))
177
+ * 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))
178
+ * 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))
179
+
180
+ ## [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)
51
181
 
52
182
 
53
183
  ### Bug Fixes
54
184
 
55
185
  * 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))
56
186
 
187
+ * test deploy ([c290d44](https://github.com/stack-spot/portal-commons/commit/c290d44fb00bfbf1b244f049cc26daff19544b0b))
188
+
189
+ ## [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)
57
190
  ## [0.188.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.187.0...portal-network@v0.188.0) (2025-10-14)
58
191
 
59
192
 
@@ -84,11 +217,46 @@
84
217
 
85
218
  * 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))
86
219
 
220
+
221
+ ### Bug Fixes
222
+
223
+ * add some null check ([#1684](https://github.com/stack-spot/portal-commons/issues/1684)) ([a8487c4](https://github.com/stack-spot/portal-commons/commit/a8487c43bd9966d89085dc3a9c3effa6b77bda7c))
224
+
225
+ ## [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)
226
+
227
+
228
+ ### Bug Fixes
229
+
230
+ * 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))
231
+
232
+ ## [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)
233
+
234
+
235
+ ### Features
236
+
237
+ * 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))
238
+ * 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))
239
+
240
+ ## [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)
87
241
  ## [0.185.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.184.0...portal-network@v0.185.0) (2025-10-06)
88
242
 
89
243
 
90
244
  ### Features
91
245
 
246
+ * 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))
247
+ * 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))
248
+ * update beta 'feat-3049-execution-modes-chat' into beta-release ([a545303](https://github.com/stack-spot/portal-commons/commit/a545303a95625b7a5ec19c06253ee388f8b1abe0))
249
+ * Update beta release ([#1653](https://github.com/stack-spot/portal-commons/issues/1653)) ([fe22548](https://github.com/stack-spot/portal-commons/commit/fe22548292f47a325c6e0eecb41f8b36ab8d5307))
250
+ * upgrades translation lib ([#1643](https://github.com/stack-spot/portal-commons/issues/1643)) ([05db11f](https://github.com/stack-spot/portal-commons/commit/05db11f399dd2c6e1815e74ee99f8b6c2e6fedef))
251
+
252
+
253
+ ### Bug Fixes
254
+
255
+ * Merge branch 'feat-3049-execution-modes-chat' into beta-release ([065c737](https://github.com/stack-spot/portal-commons/commit/065c7372f72da124a50bca9b53d06b1b937f4eae))
256
+ * Merge branch 'fix-trial-agents' into beta-release ([1239c2e](https://github.com/stack-spot/portal-commons/commit/1239c2e0f0082b1ad88c5168802275d657480262))
257
+ * Update swagger ([#1639](https://github.com/stack-spot/portal-commons/issues/1639)) ([d953972](https://github.com/stack-spot/portal-commons/commit/d953972405210de1a6b62e966d5a5a1fb5ea9b84))
258
+
259
+ ## [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)
92
260
  * 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))
93
261
 
94
262
  ## [0.184.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.183.0...portal-network@v0.184.0) (2025-10-06)
@@ -96,6 +264,8 @@
96
264
 
97
265
  ### Features
98
266
 
267
+ * 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))
268
+ * update beta 'feat-3049-execution-modes-chat' into beta-release ([a545303](https://github.com/stack-spot/portal-commons/commit/a545303a95625b7a5ec19c06253ee388f8b1abe0))
99
269
  * 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))
100
270
 
101
271
  ## [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
  */