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