@stack-spot/portal-network 0.190.0 → 0.191.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 (54) hide show
  1. package/CHANGELOG.md +155 -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 +364 -248
  11. package/dist/api/cloudPlatform.d.ts.map +1 -1
  12. package/dist/api/cloudPlatform.js +289 -109
  13. package/dist/api/cloudPlatform.js.map +1 -1
  14. package/dist/api/codeShift.d.ts +114 -42
  15. package/dist/api/codeShift.d.ts.map +1 -1
  16. package/dist/api/codeShift.js +51 -10
  17. package/dist/api/codeShift.js.map +1 -1
  18. package/dist/api/genAiInference.d.ts +22 -2
  19. package/dist/api/genAiInference.d.ts.map +1 -1
  20. package/dist/api/genAiInference.js +22 -3
  21. package/dist/api/genAiInference.js.map +1 -1
  22. package/dist/client/account.d.ts +33 -19
  23. package/dist/client/account.d.ts.map +1 -1
  24. package/dist/client/account.js +33 -15
  25. package/dist/client/account.js.map +1 -1
  26. package/dist/client/ai.d.ts +29 -0
  27. package/dist/client/ai.d.ts.map +1 -1
  28. package/dist/client/ai.js +121 -14
  29. package/dist/client/ai.js.map +1 -1
  30. package/dist/client/cloud-platform.d.ts +195 -43
  31. package/dist/client/cloud-platform.d.ts.map +1 -1
  32. package/dist/client/cloud-platform.js +159 -42
  33. package/dist/client/cloud-platform.js.map +1 -1
  34. package/dist/client/code-shift.d.ts +16 -3
  35. package/dist/client/code-shift.d.ts.map +1 -1
  36. package/dist/client/code-shift.js +10 -1
  37. package/dist/client/code-shift.js.map +1 -1
  38. package/dist/client/types.d.ts +26 -5
  39. package/dist/client/types.d.ts.map +1 -1
  40. package/package.json +3 -3
  41. package/readme.md +2 -1
  42. package/src/api/account.ts +21 -192
  43. package/src/api/agent-tools.ts +3 -0
  44. package/src/api/agent.ts +2 -0
  45. package/src/api/ai.ts +364 -157
  46. package/src/api/cloudPlatform.ts +698 -398
  47. package/src/api/codeShift.ts +194 -47
  48. package/src/api/genAiInference.ts +47 -4
  49. package/src/api/notification.ts +2 -0
  50. package/src/client/account.ts +36 -17
  51. package/src/client/ai.ts +126 -13
  52. package/src/client/cloud-platform.ts +92 -27
  53. package/src/client/code-shift.ts +6 -1
  54. package/src/client/types.ts +27 -5
package/CHANGELOG.md CHANGED
@@ -1,13 +1,122 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Features
7
+
8
+ * 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))
9
+
10
+ ## [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)
11
+
12
+
13
+ ### Features
14
+
15
+ * 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))
16
+ * 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))
17
+ * execution modes chat ([#1656](https://github.com/stack-spot/portal-commons/issues/1656)) ([b44b3e8](https://github.com/stack-spot/portal-commons/commit/b44b3e89b8ae4804650d1307d763dafc406f0ec5))
18
+ ## [0.195.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.195.0...portal-network@v0.195.1) (2025-11-06)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * add execution id ([#1738](https://github.com/stack-spot/portal-commons/issues/1738)) ([8103316](https://github.com/stack-spot/portal-commons/commit/81033166874ff2905ca0c7a59c92cdafbeee6744))
24
+ * 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))
25
+ * 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))
26
+ * up code buddy types ([#1768](https://github.com/stack-spot/portal-commons/issues/1768)) ([651d5d3](https://github.com/stack-spot/portal-commons/commit/651d5d356be02d0a6573ec664b3795c8e5b9e44b))
27
+ * upd gen ai inference ([#1724](https://github.com/stack-spot/portal-commons/issues/1724)) ([fa094c6](https://github.com/stack-spot/portal-commons/commit/fa094c6da1a33cab4647e28ec6de6b89766dedbe))
28
+ * up types ([#1767](https://github.com/stack-spot/portal-commons/issues/1767)) ([6b4706b](https://github.com/stack-spot/portal-commons/commit/6b4706b0abf7e820c3c5de2ad6b74be42da4191c))
29
+
30
+ ## [0.195.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.194.2...portal-network@v0.195.0) (2025-11-06)
31
+
32
+
33
+ ### Features
34
+
35
+ * 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))
36
+
37
+ ## [0.194.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.194.1...portal-network@v0.194.2) (2025-10-31)
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * add execution id ([#1738](https://github.com/stack-spot/portal-commons/issues/1738)) ([8103316](https://github.com/stack-spot/portal-commons/commit/81033166874ff2905ca0c7a59c92cdafbeee6744))
43
+
44
+ ## [0.194.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.194.0...portal-network@v0.194.1) (2025-10-29)
45
+
46
+
47
+ ### Bug Fixes
48
+
49
+ * 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))
50
+
51
+ ## [0.194.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.193.0...portal-network@v0.194.0) (2025-10-28)
52
+
53
+
54
+ ### Features
55
+
56
+ * 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))
57
+
58
+ ## [0.193.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.192.1...portal-network@v0.193.0) (2025-10-28)
59
+ ## [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)
60
+
61
+
62
+ ### Features
63
+
64
+ * execution modes chat ([#1656](https://github.com/stack-spot/portal-commons/issues/1656)) ([b44b3e8](https://github.com/stack-spot/portal-commons/commit/b44b3e89b8ae4804650d1307d763dafc406f0ec5))
65
+
66
+ ## [0.192.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.192.0...portal-network@v0.192.1) (2025-10-27)
67
+
68
+
69
+ ### Bug Fixes
70
+
71
+ * 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))
72
+
73
+ ## [0.192.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.191.1...portal-network@v0.192.0) (2025-10-24)
74
+
75
+
76
+ ### Features
77
+
78
+ * 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))
79
+
80
+
81
+ ### Bug Fixes
82
+
83
+ * upd gen ai inference ([#1724](https://github.com/stack-spot/portal-commons/issues/1724)) ([fa094c6](https://github.com/stack-spot/portal-commons/commit/fa094c6da1a33cab4647e28ec6de6b89766dedbe))
84
+
85
+ ## [0.191.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.191.0...portal-network@v0.191.1) (2025-10-24)
86
+
87
+
88
+ ### Bug Fixes
89
+
90
+ * account apiand client ([#1722](https://github.com/stack-spot/portal-commons/issues/1722)) ([f93aaf8](https://github.com/stack-spot/portal-commons/commit/f93aaf8b2763dae1e3dc84a743bff2fa1bf5cdf5))
91
+
92
+ ## [0.191.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.190.0...portal-network@v0.191.0) (2025-10-24)
93
+
94
+
95
+ ### Features
96
+
97
+ * 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))
98
+
3
99
  ## [0.190.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.189.0...portal-network@v0.190.0) (2025-10-23)
100
+ * update account api ([#1711](https://github.com/stack-spot/portal-commons/issues/1711)) ([2b0f6d2](https://github.com/stack-spot/portal-commons/commit/2b0f6d250b7fb668adc2e8fe245df98b3e46f5d8))
101
+
102
+ ## [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)
4
103
 
5
104
 
6
105
  ### Features
7
106
 
8
107
  * update account api ([#1711](https://github.com/stack-spot/portal-commons/issues/1711)) ([2b0f6d2](https://github.com/stack-spot/portal-commons/commit/2b0f6d250b7fb668adc2e8fe245df98b3e46f5d8))
108
+ * 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))
109
+ * update account api ([#1710](https://github.com/stack-spot/portal-commons/issues/1710)) ([daf7798](https://github.com/stack-spot/portal-commons/commit/daf779812758ad5df6a6fa50e68e1068be10f3c8))
9
110
 
10
111
  ## [0.189.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.188.1...portal-network@v0.189.0) (2025-10-20)
112
+ ## [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)
113
+
114
+
115
+ ### Bug Fixes
116
+
117
+ * 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))
118
+
119
+ ## [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)
11
120
 
12
121
 
13
122
  ### Features
@@ -15,12 +124,21 @@
15
124
  * 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))
16
125
 
17
126
  ## [0.188.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.188.0...portal-network@v0.188.1) (2025-10-20)
127
+ * 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))
128
+ * 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))
129
+ * 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))
130
+ * 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))
131
+
132
+ ## [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)
18
133
 
19
134
 
20
135
  ### Bug Fixes
21
136
 
22
137
  * 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))
23
138
 
139
+ * test deploy ([c290d44](https://github.com/stack-spot/portal-commons/commit/c290d44fb00bfbf1b244f049cc26daff19544b0b))
140
+
141
+ ## [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)
24
142
  ## [0.188.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.187.0...portal-network@v0.188.0) (2025-10-14)
25
143
 
26
144
 
@@ -51,11 +169,46 @@
51
169
 
52
170
  * 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))
53
171
 
172
+
173
+ ### Bug Fixes
174
+
175
+ * add some null check ([#1684](https://github.com/stack-spot/portal-commons/issues/1684)) ([a8487c4](https://github.com/stack-spot/portal-commons/commit/a8487c43bd9966d89085dc3a9c3effa6b77bda7c))
176
+
177
+ ## [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)
178
+
179
+
180
+ ### Bug Fixes
181
+
182
+ * 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))
183
+
184
+ ## [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)
185
+
186
+
187
+ ### Features
188
+
189
+ * 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))
190
+ * 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))
191
+
192
+ ## [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)
54
193
  ## [0.185.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.184.0...portal-network@v0.185.0) (2025-10-06)
55
194
 
56
195
 
57
196
  ### Features
58
197
 
198
+ * 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))
199
+ * 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))
200
+ * update beta 'feat-3049-execution-modes-chat' into beta-release ([a545303](https://github.com/stack-spot/portal-commons/commit/a545303a95625b7a5ec19c06253ee388f8b1abe0))
201
+ * Update beta release ([#1653](https://github.com/stack-spot/portal-commons/issues/1653)) ([fe22548](https://github.com/stack-spot/portal-commons/commit/fe22548292f47a325c6e0eecb41f8b36ab8d5307))
202
+ * upgrades translation lib ([#1643](https://github.com/stack-spot/portal-commons/issues/1643)) ([05db11f](https://github.com/stack-spot/portal-commons/commit/05db11f399dd2c6e1815e74ee99f8b6c2e6fedef))
203
+
204
+
205
+ ### Bug Fixes
206
+
207
+ * Merge branch 'feat-3049-execution-modes-chat' into beta-release ([065c737](https://github.com/stack-spot/portal-commons/commit/065c7372f72da124a50bca9b53d06b1b937f4eae))
208
+ * Merge branch 'fix-trial-agents' into beta-release ([1239c2e](https://github.com/stack-spot/portal-commons/commit/1239c2e0f0082b1ad88c5168802275d657480262))
209
+ * Update swagger ([#1639](https://github.com/stack-spot/portal-commons/issues/1639)) ([d953972](https://github.com/stack-spot/portal-commons/commit/d953972405210de1a6b62e966d5a5a1fb5ea9b84))
210
+
211
+ ## [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)
59
212
  * 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))
60
213
 
61
214
  ## [0.184.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.183.0...portal-network@v0.184.0) (2025-10-06)
@@ -63,6 +216,8 @@
63
216
 
64
217
  ### Features
65
218
 
219
+ * 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))
220
+ * update beta 'feat-3049-execution-modes-chat' into beta-release ([a545303](https://github.com/stack-spot/portal-commons/commit/a545303a95625b7a5ec19c06253ee388f8b1abe0))
66
221
  * 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))
67
222
 
68
223
  ## [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
  */