@stack-spot/portal-network 0.176.2-beta.1 → 0.177.0
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 +0 -220
- package/dist/api/codeShift.d.ts +10 -105
- package/dist/api/codeShift.d.ts.map +1 -1
- package/dist/api/codeShift.js +0 -84
- package/dist/api/codeShift.js.map +1 -1
- package/dist/api-addresses.d.ts +5 -14
- package/dist/api-addresses.d.ts.map +1 -1
- package/dist/api-addresses.js +10 -27
- package/dist/api-addresses.js.map +1 -1
- package/dist/client/code-shift.d.ts +4 -61
- package/dist/client/code-shift.d.ts.map +1 -1
- package/dist/client/code-shift.js +1 -46
- package/dist/client/code-shift.js.map +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/network/NetworkClient.d.ts +2 -4
- package/dist/network/NetworkClient.d.ts.map +1 -1
- package/dist/network/NetworkClient.js +3 -5
- package/dist/network/NetworkClient.js.map +1 -1
- package/dist/network/types.d.ts +0 -1
- package/dist/network/types.d.ts.map +1 -1
- package/package.json +2 -2
- package/readme.md +1 -1
- package/src/api/account.ts +0 -1
- package/src/api/agent-tools.ts +0 -3
- package/src/api/agent.ts +0 -2
- package/src/api/codeShift.ts +10 -274
- package/src/api/notification.ts +0 -2
- package/src/api-addresses.ts +11 -30
- package/src/client/ai.ts +0 -1
- package/src/client/code-shift.ts +0 -29
- package/src/index.ts +3 -4
- package/src/network/NetworkClient.ts +4 -7
- package/src/network/types.ts +0 -2
- package/dist/apis-itau.json +0 -225
- package/src/apis-itau.json +0 -225
package/CHANGELOG.md
CHANGED
|
@@ -1,57 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.176.2-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.176.1-beta.1...portal-network-beta@v0.176.2-beta.1) (2025-09-19)
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### Bug Fixes
|
|
7
|
-
|
|
8
|
-
* code shift analytics repository target details beta ([#1568](https://github.com/stack-spot/portal-commons/issues/1568)) ([a95c78c](https://github.com/stack-spot/portal-commons/commit/a95c78c75bbbbd8d6f17fd5af0f2d0404dd7d61f))
|
|
9
|
-
|
|
10
|
-
## [0.176.1-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.176.0-beta.1...portal-network-beta@v0.176.1-beta.1) (2025-09-18)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Bug Fixes
|
|
14
|
-
|
|
15
|
-
* code shift discovery repository beta ([#1564](https://github.com/stack-spot/portal-commons/issues/1564)) ([bb4bd93](https://github.com/stack-spot/portal-commons/commit/bb4bd93bc4fdba05d8a2ee4fc5ca2312db981532))
|
|
16
|
-
|
|
17
|
-
## [0.176.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.175.1-beta.1...portal-network-beta@v0.176.0-beta.1) (2025-09-17)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### Features
|
|
21
|
-
|
|
22
|
-
* Feat 2141 field for QC end step ([#1542](https://github.com/stack-spot/portal-commons/issues/1542)) ([1fac22d](https://github.com/stack-spot/portal-commons/commit/1fac22d4236eb8a014df357622c4ba40348f658c))
|
|
23
|
-
|
|
24
|
-
## [0.175.1-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.175.0-beta.1...portal-network-beta@v0.175.1-beta.1) (2025-09-17)
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
### Bug Fixes
|
|
28
|
-
|
|
29
|
-
* change getBaseUrlByTenantWithOverride to return only matches api name ([#1540](https://github.com/stack-spot/portal-commons/issues/1540)) ([787ff06](https://github.com/stack-spot/portal-commons/commit/787ff06df58c7643eb692d917cf55faa5d955d70))
|
|
30
|
-
|
|
31
|
-
## [0.175.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.174.0-beta.1...portal-network-beta@v0.175.0-beta.1) (2025-09-17)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
### Features
|
|
35
|
-
|
|
36
|
-
* code shift analytics repository target details beta ([#1538](https://github.com/stack-spot/portal-commons/issues/1538)) ([7b7a77b](https://github.com/stack-spot/portal-commons/commit/7b7a77ba46519931d66c79bfe88666bb6b523451))
|
|
37
|
-
|
|
38
|
-
## [0.174.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.173.0-beta.1...portal-network-beta@v0.174.0-beta.1) (2025-09-16)
|
|
39
3
|
## [0.177.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.176.1...portal-network@v0.177.0) (2025-09-17)
|
|
40
4
|
|
|
41
5
|
|
|
42
6
|
### Features
|
|
43
7
|
|
|
44
|
-
* Feat list indexed files ks ([#1521](https://github.com/stack-spot/portal-commons/issues/1521)) ([993ff53](https://github.com/stack-spot/portal-commons/commit/993ff53969ed2a5099ea4d0743fe60e8cedea3ba))
|
|
45
|
-
* itau selft hosted ([#1526](https://github.com/stack-spot/portal-commons/issues/1526)) ([cd35525](https://github.com/stack-spot/portal-commons/commit/cd355255b41db0938b7240673f890eccf9880bfd))
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
### Bug Fixes
|
|
49
|
-
|
|
50
|
-
* add error mapping in cloud platform ([#1522](https://github.com/stack-spot/portal-commons/issues/1522)) ([da78360](https://github.com/stack-spot/portal-commons/commit/da78360a42b273dd36465303b7bb77eb463cc849))
|
|
51
|
-
* back version auth([#1528](https://github.com/stack-spot/portal-commons/issues/1528)) ([8ed9eb9](https://github.com/stack-spot/portal-commons/commit/8ed9eb91eff6ae31cd940e51864dc4e4036f5fe7))
|
|
52
|
-
* code shift discovery repository beta ([#1517](https://github.com/stack-spot/portal-commons/issues/1517)) ([39f4fe3](https://github.com/stack-spot/portal-commons/commit/39f4fe3b3fb4f7ba29d7f6de6cdced7d359896ab))
|
|
53
|
-
* tokens limit ([#1519](https://github.com/stack-spot/portal-commons/issues/1519)) ([b7fdd19](https://github.com/stack-spot/portal-commons/commit/b7fdd19b4051b123b33c0ef073c57780b856f29a))
|
|
54
|
-
* workspace input ([#1523](https://github.com/stack-spot/portal-commons/issues/1523)) ([5447804](https://github.com/stack-spot/portal-commons/commit/5447804dad162a7e78304c2079721403f3a5c0bb))
|
|
55
8
|
* Feat 2141 field for QC end step ([#1542](https://github.com/stack-spot/portal-commons/issues/1542)) ([1fac22d](https://github.com/stack-spot/portal-commons/commit/1fac22d4236eb8a014df357622c4ba40348f658c))
|
|
56
9
|
|
|
57
10
|
## [0.176.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.176.0...portal-network@v0.176.1) (2025-09-16)
|
|
@@ -81,14 +34,6 @@
|
|
|
81
34
|
* tokens limit ([#1519](https://github.com/stack-spot/portal-commons/issues/1519)) ([b7fdd19](https://github.com/stack-spot/portal-commons/commit/b7fdd19b4051b123b33c0ef073c57780b856f29a))
|
|
82
35
|
|
|
83
36
|
## [0.175.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.174.0...portal-network@v0.175.0) (2025-09-04)
|
|
84
|
-
## [0.172.4-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.172.3-beta.1...portal-network-beta@v0.172.4-beta.1) (2025-09-04)
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
### Bug Fixes
|
|
88
|
-
|
|
89
|
-
* code shift analytics details beta ([#1506](https://github.com/stack-spot/portal-commons/issues/1506)) ([dc40d99](https://github.com/stack-spot/portal-commons/commit/dc40d992e69a9c7eb3bb57411dea9321d0ceab54))
|
|
90
|
-
|
|
91
|
-
## [0.171.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.170.0-beta.1...portal-network-beta@v0.171.0-beta.1) (2025-09-01)
|
|
92
37
|
|
|
93
38
|
|
|
94
39
|
### Features
|
|
@@ -96,91 +41,11 @@
|
|
|
96
41
|
* Adds analytics details API ([#1435](https://github.com/stack-spot/portal-commons/issues/1435)) ([da1e3e1](https://github.com/stack-spot/portal-commons/commit/da1e3e1ef391f1d253e1abf4617ab6aee64999d3))
|
|
97
42
|
|
|
98
43
|
## [0.174.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.173.1...portal-network@v0.174.0) (2025-09-04)
|
|
99
|
-
* 2288 association secrets ([#1476](https://github.com/stack-spot/portal-commons/issues/1476)) ([d14e33f](https://github.com/stack-spot/portal-commons/commit/d14e33f590d965ffacdcd997c30cc58d421148d1))
|
|
100
|
-
* add analytics methods to code-shift client ([6785016](https://github.com/stack-spot/portal-commons/commit/678501629c23499647e35ee0d680ef3e8e3ad62f))
|
|
101
|
-
* add analytics methods to code-shift client ([#1319](https://github.com/stack-spot/portal-commons/issues/1319)) ([634c612](https://github.com/stack-spot/portal-commons/commit/634c6129c20640a1ebd99fad767bdec42f1b2a95))
|
|
102
|
-
* add analytics methods to code-shift client ([#1320](https://github.com/stack-spot/portal-commons/issues/1320)) ([84d2306](https://github.com/stack-spot/portal-commons/commit/84d2306f540c5ebaa08bd80297cfbfc61fdac1b5))
|
|
103
|
-
* add new requests in cloud horizon ([#1337](https://github.com/stack-spot/portal-commons/issues/1337)) ([9e5fb25](https://github.com/stack-spot/portal-commons/commit/9e5fb2543b1be6b2a44bebb5f0b6eab0bb57f890))
|
|
104
|
-
* add query in workspace manager ([#1232](https://github.com/stack-spot/portal-commons/issues/1232)) ([17c617f](https://github.com/stack-spot/portal-commons/commit/17c617fbde32035f4d2ed677ebcec55b1463a3d2))
|
|
105
|
-
* added remote quick command endpoints ([#1440](https://github.com/stack-spot/portal-commons/issues/1440)) ([41f1c45](https://github.com/stack-spot/portal-commons/commit/41f1c457cd000509b2c20c2338f4bb9af2c50de7))
|
|
106
|
-
* Adds support for suggested error messages in API response ([#1201](https://github.com/stack-spot/portal-commons/issues/1201)) ([9f99742](https://github.com/stack-spot/portal-commons/commit/9f99742c6dfe1b5d554ba4bbcf901e27aa8d5b05))
|
|
107
|
-
* adiciona serviço para listar usuários no Code Shift ([40e6c97](https://github.com/stack-spot/portal-commons/commit/40e6c972aa34b8f076d657012ce366c5c5d324c3))
|
|
108
|
-
* adiciona serviço para listar usuários no Code Shift ([#1359](https://github.com/stack-spot/portal-commons/issues/1359)) ([89787d4](https://github.com/stack-spot/portal-commons/commit/89787d48665d14c219e82b34de6509d866e4acd4))
|
|
109
|
-
* change default agent to stackspot flex ([#1298](https://github.com/stack-spot/portal-commons/issues/1298)) ([7ae7a42](https://github.com/stack-spot/portal-commons/commit/7ae7a42dea47727fef84a1c015a9f276e341eca6))
|
|
110
|
-
* change knowledge_source_config from knowledge_sources_config ([#1361](https://github.com/stack-spot/portal-commons/issues/1361)) ([52ff42e](https://github.com/stack-spot/portal-commons/commit/52ff42e51822f483ac4785320f49952a6081d64f))
|
|
111
|
-
* code shift analytics beta ([#1330](https://github.com/stack-spot/portal-commons/issues/1330)) ([25a84df](https://github.com/stack-spot/portal-commons/commit/25a84dfb62a3a60cf309cd3984fd05e574b16599))
|
|
112
|
-
* code shift analytics beta ([#1350](https://github.com/stack-spot/portal-commons/issues/1350)) ([543753e](https://github.com/stack-spot/portal-commons/commit/543753eb36588caa99488c0e1b0492a41662957e))
|
|
113
|
-
* code shift analytics beta ([#1412](https://github.com/stack-spot/portal-commons/issues/1412)) ([5afd190](https://github.com/stack-spot/portal-commons/commit/5afd190d62a24bdcda950351a476e5730b545dd1))
|
|
114
|
-
* code shift analytics details beta ([#1500](https://github.com/stack-spot/portal-commons/issues/1500)) ([54e1e65](https://github.com/stack-spot/portal-commons/commit/54e1e6515c8059ec57421999e1093b581158e239))
|
|
115
|
-
* code shift updates beta ([#1260](https://github.com/stack-spot/portal-commons/issues/1260)) ([c56ecb7](https://github.com/stack-spot/portal-commons/commit/c56ecb76562b2a457e258f203aed6bbba9693c14))
|
|
116
|
-
* Favorite agents on agent tools ([#1420](https://github.com/stack-spot/portal-commons/issues/1420)) ([8caeb02](https://github.com/stack-spot/portal-commons/commit/8caeb02e8102c17c56f20198530eb3e463629070))
|
|
117
|
-
* Feat magic link for fido ([#1243](https://github.com/stack-spot/portal-commons/issues/1243)) ([01db6fc](https://github.com/stack-spot/portal-commons/commit/01db6fc16112e5d5718819f1bcb149442db98982))
|
|
118
|
-
* Feat migration api agent ([#1322](https://github.com/stack-spot/portal-commons/issues/1322)) ([f72d5a0](https://github.com/stack-spot/portal-commons/commit/f72d5a0726f8785a0586f44406b237734e86c9d6))
|
|
119
|
-
* Feat upd account api ([#1373](https://github.com/stack-spot/portal-commons/issues/1373)) ([0febe8b](https://github.com/stack-spot/portal-commons/commit/0febe8bbde9d36c4a68300c16b641dc0ad70918b))
|
|
120
|
-
* implement support for overriding the API config file for local testing ([3231d07](https://github.com/stack-spot/portal-commons/commit/3231d07613d29fe9e790973bad0972dd819d465a))
|
|
121
|
-
* implement support for overriding the API config file for local testing ([#1251](https://github.com/stack-spot/portal-commons/issues/1251)) ([14b86fd](https://github.com/stack-spot/portal-commons/commit/14b86fd5f44fd2fe965d1190fd57ecb73137c8a5))
|
|
122
|
-
* improve API typing based on static JSON ([b87ad41](https://github.com/stack-spot/portal-commons/commit/b87ad41b8384397fd0724184a56aa0ca4a167d89))
|
|
123
|
-
* Refactors API types and adds workflow input query ([#1296](https://github.com/stack-spot/portal-commons/issues/1296)) ([046e102](https://github.com/stack-spot/portal-commons/commit/046e1021a1d5722beacd6a57d2e3a9b6fa037659))
|
|
124
|
-
* Upd agent tools api ([#1357](https://github.com/stack-spot/portal-commons/issues/1357)) ([572c68f](https://github.com/stack-spot/portal-commons/commit/572c68faaaea9ed78ca361a8864477c4d29adc95))
|
|
125
|
-
* Upd version network ([#1266](https://github.com/stack-spot/portal-commons/issues/1266)) ([95d9b8c](https://github.com/stack-spot/portal-commons/commit/95d9b8c358d3cad4166658e974fef88be0ec503a))
|
|
126
|
-
* update main ([#1339](https://github.com/stack-spot/portal-commons/issues/1339)) ([d878a6f](https://github.com/stack-spot/portal-commons/commit/d878a6fc9bdd6a4304cddbbac494a93a7fc5bdce))
|
|
127
|
-
* visibility filter to retrieve recently used agents ([da72243](https://github.com/stack-spot/portal-commons/commit/da72243f22b3c5dcbdc4dab73a10355e2fe59589))
|
|
128
|
-
* visibility filter to retrieve recently used agents ([#1306](https://github.com/stack-spot/portal-commons/issues/1306)) ([32ffc84](https://github.com/stack-spot/portal-commons/commit/32ffc84131164d0e7c4f2d15280be1cdab924dd6))
|
|
129
|
-
* workflow extensions ([#1234](https://github.com/stack-spot/portal-commons/issues/1234)) ([3b320ab](https://github.com/stack-spot/portal-commons/commit/3b320ab7ecff15c3af48625d1ba22396b36dcffc))
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
### Bug Fixes
|
|
133
|
-
|
|
134
|
-
* accessibility file insert ([bed8848](https://github.com/stack-spot/portal-commons/commit/bed88484c27169aaf60840945b99bdd87cdc0cff))
|
|
135
|
-
* add sendAgentMessage ([#1285](https://github.com/stack-spot/portal-commons/issues/1285)) ([dc412d5](https://github.com/stack-spot/portal-commons/commit/dc412d55b701285c93a19f708639028a60e48b67))
|
|
136
|
-
* add suggested messages beta ([#1236](https://github.com/stack-spot/portal-commons/issues/1236)) ([8910f4f](https://github.com/stack-spot/portal-commons/commit/8910f4f3f5b33980241f977f975c060f6595887f))
|
|
137
|
-
* add suggested messages beta ([#1245](https://github.com/stack-spot/portal-commons/issues/1245)) ([8374801](https://github.com/stack-spot/portal-commons/commit/8374801758d0c89b737926e78e285a8a17fa4675))
|
|
138
|
-
* agent tools ([#1207](https://github.com/stack-spot/portal-commons/issues/1207)) ([2ebb9b5](https://github.com/stack-spot/portal-commons/commit/2ebb9b5b7c3c228cc29c288cd79b1efd4be04f89))
|
|
139
|
-
* agent tools buildStackSpotError ([#1478](https://github.com/stack-spot/portal-commons/issues/1478)) ([89455ae](https://github.com/stack-spot/portal-commons/commit/89455aeadf2b8b3090a807a755d1a4deaff9e26c))
|
|
140
|
-
* ai error message ([#1323](https://github.com/stack-spot/portal-commons/issues/1323)) ([6c46066](https://github.com/stack-spot/portal-commons/commit/6c46066d1f37a2c65bd227453ef45d8e7bdc09dc))
|
|
141
|
-
* Change api call on message for agent toolkit details ([#1479](https://github.com/stack-spot/portal-commons/issues/1479)) ([023e57b](https://github.com/stack-spot/portal-commons/commit/023e57b3389fee9aac60fbde509823183e28ae70))
|
|
142
|
-
* create agent ([#1428](https://github.com/stack-spot/portal-commons/issues/1428)) ([d44173d](https://github.com/stack-spot/portal-commons/commit/d44173d9da98d9b3974dd594609b600fdb64aac1))
|
|
143
|
-
* ensure getting correct agent default ([#1282](https://github.com/stack-spot/portal-commons/issues/1282)) ([c35495c](https://github.com/stack-spot/portal-commons/commit/c35495c72023064777aec25a8913e00100b877e1))
|
|
144
|
-
* Expands analytics API for enhanced usage reporting ([#1381](https://github.com/stack-spot/portal-commons/issues/1381)) ([9e8d020](https://github.com/stack-spot/portal-commons/commit/9e8d020518c45810e053526c52f276fd3f06214a))
|
|
145
|
-
* Fix enum workspace ai ([#1355](https://github.com/stack-spot/portal-commons/issues/1355)) ([4a485be](https://github.com/stack-spot/portal-commons/commit/4a485be42b222364330453bcbaab1c27983b4d93))
|
|
146
|
-
* handle optional suggestedMessages in createMessage function ([3049fee](https://github.com/stack-spot/portal-commons/commit/3049fee91717120f52bc3a3f91428ad47af1ebfe))
|
|
147
|
-
* inconsistent hide button beta ([98c0025](https://github.com/stack-spot/portal-commons/commit/98c00256a8b54c03d91265170de83f73197048db))
|
|
148
|
-
* interface FixedAddResourceToWorkspaceAi ([#1400](https://github.com/stack-spot/portal-commons/issues/1400)) ([ec455de](https://github.com/stack-spot/portal-commons/commit/ec455de188e04d23c3d1c5c98441a7c2ea7d87b6))
|
|
149
|
-
* List agents available to be added to other agents ([#1433](https://github.com/stack-spot/portal-commons/issues/1433)) ([2436a7e](https://github.com/stack-spot/portal-commons/commit/2436a7e7060bba950c8e6b91832c66db42482e71))
|
|
150
|
-
* sendAgentMessage ([#1287](https://github.com/stack-spot/portal-commons/issues/1287)) ([0d4f1da](https://github.com/stack-spot/portal-commons/commit/0d4f1da6ed04ea5fb6b3ffabf518f9320b95218b))
|
|
151
|
-
* update agent tools and add getSecretsByIds ([#1458](https://github.com/stack-spot/portal-commons/issues/1458)) ([eee24d0](https://github.com/stack-spot/portal-commons/commit/eee24d0ba9d8b92291156a65beeaf513b476a8db))
|
|
152
|
-
* Update code buddy ([#1431](https://github.com/stack-spot/portal-commons/issues/1431)) ([b283553](https://github.com/stack-spot/portal-commons/commit/b2835539279961f16fca56265cdd6f00ff3afc5c))
|
|
153
|
-
* update code buddy ([#1494](https://github.com/stack-spot/portal-commons/issues/1494)) ([a21d681](https://github.com/stack-spot/portal-commons/commit/a21d681600e055e9696e68818a626affa85c1850))
|
|
154
|
-
* update horizon api ([#1470](https://github.com/stack-spot/portal-commons/issues/1470)) ([9f99d84](https://github.com/stack-spot/portal-commons/commit/9f99d841e2d9ea1ec93d560264e70dc58c4a26cd))
|
|
155
|
-
* update horizon swagger ([#1352](https://github.com/stack-spot/portal-commons/issues/1352)) ([e6368f2](https://github.com/stack-spot/portal-commons/commit/e6368f2d1790de07d1b1b5b342aecd869fb067c6))
|
|
156
|
-
* update lib ([b686671](https://github.com/stack-spot/portal-commons/commit/b68667176bd1cfe22a832df667e233008ca3fabf))
|
|
157
|
-
* Update readme.md ([a245ec0](https://github.com/stack-spot/portal-commons/commit/a245ec05902b65e0f9063fe7d9233cfc10d45d57))
|
|
158
|
-
* Update swagger ([#1308](https://github.com/stack-spot/portal-commons/issues/1308)) ([0deae63](https://github.com/stack-spot/portal-commons/commit/0deae632864fc9485d81bb574eac14b8f625dbf5))
|
|
159
|
-
|
|
160
|
-
## [0.170.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.169.0-beta.1...portal-network-beta@v0.170.0-beta.1) (2025-09-01)
|
|
161
44
|
|
|
162
45
|
|
|
163
46
|
### Features
|
|
164
47
|
|
|
165
48
|
* add discover api (adp) ([#1510](https://github.com/stack-spot/portal-commons/issues/1510)) ([3690ee4](https://github.com/stack-spot/portal-commons/commit/3690ee44653f24e92e503fda2bd31d6b4e6b4e2d))
|
|
166
|
-
* 2288 association secrets ([#1476](https://github.com/stack-spot/portal-commons/issues/1476)) ([d14e33f](https://github.com/stack-spot/portal-commons/commit/d14e33f590d965ffacdcd997c30cc58d421148d1))
|
|
167
|
-
* add analytics methods to code-shift client ([#1319](https://github.com/stack-spot/portal-commons/issues/1319)) ([634c612](https://github.com/stack-spot/portal-commons/commit/634c6129c20640a1ebd99fad767bdec42f1b2a95))
|
|
168
|
-
* added remote quick command endpoints ([#1440](https://github.com/stack-spot/portal-commons/issues/1440)) ([41f1c45](https://github.com/stack-spot/portal-commons/commit/41f1c457cd000509b2c20c2338f4bb9af2c50de7))
|
|
169
|
-
* code shift analytics details beta ([#1500](https://github.com/stack-spot/portal-commons/issues/1500)) ([54e1e65](https://github.com/stack-spot/portal-commons/commit/54e1e6515c8059ec57421999e1093b581158e239))
|
|
170
|
-
* Favorite agents on agent tools ([#1420](https://github.com/stack-spot/portal-commons/issues/1420)) ([8caeb02](https://github.com/stack-spot/portal-commons/commit/8caeb02e8102c17c56f20198530eb3e463629070))
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
### Bug Fixes
|
|
174
|
-
|
|
175
|
-
* agent tools buildStackSpotError ([#1478](https://github.com/stack-spot/portal-commons/issues/1478)) ([89455ae](https://github.com/stack-spot/portal-commons/commit/89455aeadf2b8b3090a807a755d1a4deaff9e26c))
|
|
176
|
-
* Change api call on message for agent toolkit details ([#1479](https://github.com/stack-spot/portal-commons/issues/1479)) ([023e57b](https://github.com/stack-spot/portal-commons/commit/023e57b3389fee9aac60fbde509823183e28ae70))
|
|
177
|
-
* create agent ([#1428](https://github.com/stack-spot/portal-commons/issues/1428)) ([d44173d](https://github.com/stack-spot/portal-commons/commit/d44173d9da98d9b3974dd594609b600fdb64aac1))
|
|
178
|
-
* inconsistent hide button beta ([98c0025](https://github.com/stack-spot/portal-commons/commit/98c00256a8b54c03d91265170de83f73197048db))
|
|
179
|
-
* List agents available to be added to other agents ([#1433](https://github.com/stack-spot/portal-commons/issues/1433)) ([2436a7e](https://github.com/stack-spot/portal-commons/commit/2436a7e7060bba950c8e6b91832c66db42482e71))
|
|
180
|
-
* update agent tools and add getSecretsByIds ([#1458](https://github.com/stack-spot/portal-commons/issues/1458)) ([eee24d0](https://github.com/stack-spot/portal-commons/commit/eee24d0ba9d8b92291156a65beeaf513b476a8db))
|
|
181
|
-
* Update code buddy ([#1431](https://github.com/stack-spot/portal-commons/issues/1431)) ([b283553](https://github.com/stack-spot/portal-commons/commit/b2835539279961f16fca56265cdd6f00ff3afc5c))
|
|
182
|
-
* update code buddy ([#1494](https://github.com/stack-spot/portal-commons/issues/1494)) ([a21d681](https://github.com/stack-spot/portal-commons/commit/a21d681600e055e9696e68818a626affa85c1850))
|
|
183
|
-
* update horizon api ([#1470](https://github.com/stack-spot/portal-commons/issues/1470)) ([9f99d84](https://github.com/stack-spot/portal-commons/commit/9f99d841e2d9ea1ec93d560264e70dc58c4a26cd))
|
|
184
49
|
|
|
185
50
|
## [0.173.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.173.0...portal-network@v0.173.1) (2025-08-28)
|
|
186
51
|
|
|
@@ -240,21 +105,11 @@
|
|
|
240
105
|
|
|
241
106
|
* create agent ([#1428](https://github.com/stack-spot/portal-commons/issues/1428)) ([d44173d](https://github.com/stack-spot/portal-commons/commit/d44173d9da98d9b3974dd594609b600fdb64aac1))
|
|
242
107
|
|
|
243
|
-
## [0.169.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.168.0-beta.1...portal-network-beta@v0.169.0-beta.1) (2025-08-15)
|
|
244
108
|
## [0.171.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.170.0...portal-network@v0.171.0) (2025-08-18)
|
|
245
109
|
|
|
246
110
|
|
|
247
111
|
### Features
|
|
248
112
|
|
|
249
|
-
* change knowledge_source_config from knowledge_sources_config ([#1361](https://github.com/stack-spot/portal-commons/issues/1361)) ([52ff42e](https://github.com/stack-spot/portal-commons/commit/52ff42e51822f483ac4785320f49952a6081d64f))
|
|
250
|
-
* code shift analytics beta ([#1412](https://github.com/stack-spot/portal-commons/issues/1412)) ([5afd190](https://github.com/stack-spot/portal-commons/commit/5afd190d62a24bdcda950351a476e5730b545dd1))
|
|
251
|
-
* Feat upd account api ([#1373](https://github.com/stack-spot/portal-commons/issues/1373)) ([0febe8b](https://github.com/stack-spot/portal-commons/commit/0febe8bbde9d36c4a68300c16b641dc0ad70918b))
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
### Bug Fixes
|
|
255
|
-
|
|
256
|
-
* accessibility file insert ([bed8848](https://github.com/stack-spot/portal-commons/commit/bed88484c27169aaf60840945b99bdd87cdc0cff))
|
|
257
|
-
* interface FixedAddResourceToWorkspaceAi ([#1400](https://github.com/stack-spot/portal-commons/issues/1400)) ([ec455de](https://github.com/stack-spot/portal-commons/commit/ec455de188e04d23c3d1c5c98441a7c2ea7d87b6))
|
|
258
113
|
* add analytics methods to code-shift client ([#1319](https://github.com/stack-spot/portal-commons/issues/1319)) ([634c612](https://github.com/stack-spot/portal-commons/commit/634c6129c20640a1ebd99fad767bdec42f1b2a95))
|
|
259
114
|
|
|
260
115
|
## [0.170.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.169.1...portal-network@v0.170.0) (2025-08-15)
|
|
@@ -437,29 +292,6 @@
|
|
|
437
292
|
|
|
438
293
|
* changes in discover api ([#1215](https://github.com/stack-spot/portal-commons/issues/1215)) ([cb95a55](https://github.com/stack-spot/portal-commons/commit/cb95a550824854e268cce2b2a7e8adaf1b360e83))
|
|
439
294
|
|
|
440
|
-
## [0.157.1-beta.2](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.157.0-beta.2...portal-network-beta@v0.157.1-beta.2) (2025-07-14)
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
### Bug Fixes
|
|
444
|
-
|
|
445
|
-
* Refactors report types and adds `ReportStatus` enum ([#1209](https://github.com/stack-spot/portal-commons/issues/1209)) ([7132382](https://github.com/stack-spot/portal-commons/commit/7132382a337d3f521153ad43e529764082b81b68))
|
|
446
|
-
|
|
447
|
-
## [0.157.0-beta.2](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.156.1-beta.2...portal-network-beta@v0.157.0-beta.2) (2025-07-14)
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
### Features
|
|
451
|
-
|
|
452
|
-
* add suggested messages beta ([#1204](https://github.com/stack-spot/portal-commons/issues/1204)) ([40b58f1](https://github.com/stack-spot/portal-commons/commit/40b58f1c0b1bd5c06d9365c8cb36ad3c53b5d114))
|
|
453
|
-
* code shift validate scm url beta ([#1205](https://github.com/stack-spot/portal-commons/issues/1205)) ([bdf9984](https://github.com/stack-spot/portal-commons/commit/bdf9984d304f90197b734d4aba8eb12528a74e1d))
|
|
454
|
-
|
|
455
|
-
## [0.156.1-beta.2](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.156.0-beta.2...portal-network-beta@v0.156.1-beta.2) (2025-07-11)
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
### Bug Fixes
|
|
459
|
-
|
|
460
|
-
* add sendAgentMessage ([#1198](https://github.com/stack-spot/portal-commons/issues/1198)) ([c16b103](https://github.com/stack-spot/portal-commons/commit/c16b1031155661a1ad957fb909d7c44c827137a9))
|
|
461
|
-
|
|
462
|
-
## [0.156.0-beta.2](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.155.0-beta.2...portal-network-beta@v0.156.0-beta.2) (2025-07-11)
|
|
463
295
|
## [0.156.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.155.0...portal-network@v0.156.0) (2025-07-11)
|
|
464
296
|
|
|
465
297
|
|
|
@@ -467,21 +299,6 @@
|
|
|
467
299
|
|
|
468
300
|
* 1530 refactor ks ([#1187](https://github.com/stack-spot/portal-commons/issues/1187)) ([b133ec8](https://github.com/stack-spot/portal-commons/commit/b133ec8a047623adf4db9d839017a551fae80029))
|
|
469
301
|
|
|
470
|
-
## [0.155.0-beta.2](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.154.0-beta.2...portal-network-beta@v0.155.0-beta.2) (2025-07-11)
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
### Features
|
|
474
|
-
|
|
475
|
-
* accordion component beta ([#1191](https://github.com/stack-spot/portal-commons/issues/1191)) ([b49a388](https://github.com/stack-spot/portal-commons/commit/b49a388660523bab21abcdb17fc92341ffd40570))
|
|
476
|
-
* Add calculate condition ([#1170](https://github.com/stack-spot/portal-commons/issues/1170)) ([9a4557f](https://github.com/stack-spot/portal-commons/commit/9a4557f1a5d810649f6222c5181cd8c1e53c3d54))
|
|
477
|
-
* code shift validate scm url ([#1195](https://github.com/stack-spot/portal-commons/issues/1195)) ([53ecdd0](https://github.com/stack-spot/portal-commons/commit/53ecdd0805494cdb072c25f05f26303b7049e874))
|
|
478
|
-
* New account methods ([#1185](https://github.com/stack-spot/portal-commons/issues/1185)) ([2ada8ea](https://github.com/stack-spot/portal-commons/commit/2ada8eaaf1362bb90e43920d58d02be8cede93db))
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
### Bug Fixes
|
|
482
|
-
|
|
483
|
-
* Improve naming ([#1188](https://github.com/stack-spot/portal-commons/issues/1188)) ([5beeb04](https://github.com/stack-spot/portal-commons/commit/5beeb040a4adc22ba38c1dfeaf866105e4236b9d))
|
|
484
|
-
|
|
485
302
|
## [0.155.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.154.1...portal-network@v0.155.0) (2025-07-10)
|
|
486
303
|
|
|
487
304
|
|
|
@@ -504,49 +321,12 @@
|
|
|
504
321
|
* New account methods ([#1185](https://github.com/stack-spot/portal-commons/issues/1185)) ([2ada8ea](https://github.com/stack-spot/portal-commons/commit/2ada8eaaf1362bb90e43920d58d02be8cede93db))
|
|
505
322
|
|
|
506
323
|
## [0.153.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.152.0...portal-network@v0.153.0) (2025-07-10)
|
|
507
|
-
## [0.154.0-beta.2](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.153.0-beta.2...portal-network-beta@v0.154.0-beta.2) (2025-07-10)
|
|
508
324
|
|
|
509
325
|
|
|
510
326
|
### Features
|
|
511
327
|
|
|
512
328
|
* add new requests in data integration api ([#1180](https://github.com/stack-spot/portal-commons/issues/1180)) ([c72662b](https://github.com/stack-spot/portal-commons/commit/c72662bef9f71a6fa166838e669d79987428b026))
|
|
513
329
|
|
|
514
|
-
## [0.153.0-beta.2](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.152.0-beta.2...portal-network-beta@v0.153.0-beta.2) (2025-07-09)
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
### Features
|
|
518
|
-
|
|
519
|
-
* code shift validate scm url ([#1181](https://github.com/stack-spot/portal-commons/issues/1181)) ([0286404](https://github.com/stack-spot/portal-commons/commit/0286404be9c40b273afde21fc096bd309159da22))
|
|
520
|
-
|
|
521
|
-
## [0.152.0-beta.2](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.151.0-beta.2...portal-network-beta@v0.152.0-beta.2) (2025-07-08)
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
### Features
|
|
525
|
-
|
|
526
|
-
* add new requests in workspace ai ([#1177](https://github.com/stack-spot/portal-commons/issues/1177)) ([02a1c3b](https://github.com/stack-spot/portal-commons/commit/02a1c3bec4dbbe012a558159dcc6df8137396ba9))
|
|
527
|
-
* add workflow error message ([#1150](https://github.com/stack-spot/portal-commons/issues/1150)) ([f6e71f8](https://github.com/stack-spot/portal-commons/commit/f6e71f825a6d97c9ef42673d1589d99cb49d2426))
|
|
528
|
-
* toolkit fork ([#1171](https://github.com/stack-spot/portal-commons/issues/1171)) ([73b8c4a](https://github.com/stack-spot/portal-commons/commit/73b8c4a382885fb396bc1d05e0c6bce69c1dbff0))
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
### Bug Fixes
|
|
532
|
-
|
|
533
|
-
* map cnt workflow errors ([#1165](https://github.com/stack-spot/portal-commons/issues/1165)) ([4409958](https://github.com/stack-spot/portal-commons/commit/4409958fbc4e7448a128f61ccdb9dcc8fc274c30))
|
|
534
|
-
* merge 'feat-beta-releases' into beta-releases ([cb9e293](https://github.com/stack-spot/portal-commons/commit/cb9e2936740e3b97d4724c092c6d114e80701319))
|
|
535
|
-
* publish Test ([#1160](https://github.com/stack-spot/portal-commons/issues/1160)) ([4507af5](https://github.com/stack-spot/portal-commons/commit/4507af5de59d6a5603d74965c75be67216e86c2b))
|
|
536
|
-
* test ([e974bb4](https://github.com/stack-spot/portal-commons/commit/e974bb47ee5333bcf1d25307a92b17f2c1e93a1a))
|
|
537
|
-
* test ([b8ccf50](https://github.com/stack-spot/portal-commons/commit/b8ccf507a4291abf19b83b0b4ca7b1a9893764d7))
|
|
538
|
-
* test ([#1134](https://github.com/stack-spot/portal-commons/issues/1134)) ([e58acb9](https://github.com/stack-spot/portal-commons/commit/e58acb90919f03e99debb0ae159385bd5aaa63d6))
|
|
539
|
-
* test ([#1135](https://github.com/stack-spot/portal-commons/issues/1135)) ([558c524](https://github.com/stack-spot/portal-commons/commit/558c5243e599031f6bee6160614fbae9ec715d5d))
|
|
540
|
-
* test ([#1157](https://github.com/stack-spot/portal-commons/issues/1157)) ([2c50106](https://github.com/stack-spot/portal-commons/commit/2c5010606c2b9c2b95091370bef895727b1c36ec))
|
|
541
|
-
* Test ([#1162](https://github.com/stack-spot/portal-commons/issues/1162)) ([94c553d](https://github.com/stack-spot/portal-commons/commit/94c553d41ec9c3a77d3c79292fc7552938c56080))
|
|
542
|
-
* teste ([01ab2f6](https://github.com/stack-spot/portal-commons/commit/01ab2f6deb912cf19256bd874b33ebe266579c90))
|
|
543
|
-
* testing ([#1128](https://github.com/stack-spot/portal-commons/issues/1128)) ([54a3e1c](https://github.com/stack-spot/portal-commons/commit/54a3e1c49c787275646e0ac6238ae32b7338f592))
|
|
544
|
-
* Testing ([#1144](https://github.com/stack-spot/portal-commons/issues/1144)) ([7671400](https://github.com/stack-spot/portal-commons/commit/76714008d9ba587af41d46135e2819fc7b2b991a))
|
|
545
|
-
* testing ([#1146](https://github.com/stack-spot/portal-commons/issues/1146)) ([fd80eff](https://github.com/stack-spot/portal-commons/commit/fd80eff96a07182ead5ad8d5975796a558b97830))
|
|
546
|
-
* update 'main' into beta-release ([5205864](https://github.com/stack-spot/portal-commons/commit/5205864d2f7782035d640648c8a8554c01573936))
|
|
547
|
-
* update tools 'feat-1615-agent-migration' into beta-release ([d9c6b6f](https://github.com/stack-spot/portal-commons/commit/d9c6b6fccbdcaacaa5067b7e3f1251c7ffe8236a))
|
|
548
|
-
* update version ([#1179](https://github.com/stack-spot/portal-commons/issues/1179)) ([76e4408](https://github.com/stack-spot/portal-commons/commit/76e4408f5cfa084ab010e31f2a7cada104111d6c))
|
|
549
|
-
|
|
550
330
|
## [0.152.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.151.0...portal-network@v0.152.0) (2025-07-08)
|
|
551
331
|
|
|
552
332
|
|
package/dist/api/codeShift.d.ts
CHANGED
|
@@ -55,7 +55,7 @@ export type CreateModuleRequest = {
|
|
|
55
55
|
} | null;
|
|
56
56
|
gitAction?: GitAction | null;
|
|
57
57
|
};
|
|
58
|
-
export type ExceptionType = "CODE_SHIFT_API_0000_UNEXPECTED_ERROR" | "CODE_SHIFT_API_0001_INVALID_VALUE" | "CODE_SHIFT_API_0002_NOT_IMPLEMENTED" | "CODE_SHIFT_API_0003_NOT_FOUND" | "CODE_SHIFT_API_0004_VALIDATION_ERROR" | "CODE_SHIFT_API_0005_CONFLICT" | "CODE_SHIFT_API_0006_INVALID_REPO_URL" | "CODE_SHIFT_API_0007_FORBIDDEN" | "CODE_SHIFT_API_0008_DEFAULT_BRANCH" | "CODE_SHIFT_API_0009_INVALID_SPREADSHEET" | "CODE_SHIFT_API_0010_PR_LINK_NOT_EXISTS" | "CODE_SHIFT_API_0011_EMPTY_SPREADSHEET" | "CODE_SHIFT_API_0012_REPOSITORY_NOT_EXISTS_IN_SCM" | "CODE_SHIFT_API_0013_SCM_BRANCH_NOT_EXISTS_EXCEPTION" | "CODE_SHIFT_API_0014_ACCOUNT_NOT_FOUND_EXCEPTION" | "CODE_SHIFT_API_0015_INVALID_WORKFLOW_URL_EXCEPTION" | "CODE_SHIFT_API_0016_INVALID_ACTION_YAML_EXCEPTION" | "CODE_SHIFT_API_0017_FAIL_READING_ACTION_INPUTS_EXCEPTION" | "CODE_SHIFT_API_0018_MODULE_DISPATCHER_GENERIC_EXCEPTION" | "CODE_SHIFT_API_0019_GITHUB_DISPATCH_WORKFLOW_UNAUTHORIZED_EXCEPTION" | "CODE_SHIFT_API_0020_GITHUB_SAML_EXCEPTION" | "CODE_SHIFT_API_0021_GITHUB_AUTHORIZATION_ENCODING_EXCEPTION" | "CODE_SHIFT_API_0022_GITHUB_DISPATCH_WORKFLOW_NOT_FOUND_EXCEPTION" | "
|
|
58
|
+
export type ExceptionType = "CODE_SHIFT_API_0000_UNEXPECTED_ERROR" | "CODE_SHIFT_API_0001_INVALID_VALUE" | "CODE_SHIFT_API_0002_NOT_IMPLEMENTED" | "CODE_SHIFT_API_0003_NOT_FOUND" | "CODE_SHIFT_API_0004_VALIDATION_ERROR" | "CODE_SHIFT_API_0005_CONFLICT" | "CODE_SHIFT_API_0006_INVALID_REPO_URL" | "CODE_SHIFT_API_0007_FORBIDDEN" | "CODE_SHIFT_API_0008_DEFAULT_BRANCH" | "CODE_SHIFT_API_0009_INVALID_SPREADSHEET" | "CODE_SHIFT_API_0010_PR_LINK_NOT_EXISTS" | "CODE_SHIFT_API_0011_EMPTY_SPREADSHEET" | "CODE_SHIFT_API_0012_REPOSITORY_NOT_EXISTS_IN_SCM" | "CODE_SHIFT_API_0013_SCM_BRANCH_NOT_EXISTS_EXCEPTION" | "CODE_SHIFT_API_0014_ACCOUNT_NOT_FOUND_EXCEPTION" | "CODE_SHIFT_API_0015_INVALID_WORKFLOW_URL_EXCEPTION" | "CODE_SHIFT_API_0016_INVALID_ACTION_YAML_EXCEPTION" | "CODE_SHIFT_API_0017_FAIL_READING_ACTION_INPUTS_EXCEPTION" | "CODE_SHIFT_API_0018_MODULE_DISPATCHER_GENERIC_EXCEPTION" | "CODE_SHIFT_API_0019_GITHUB_DISPATCH_WORKFLOW_UNAUTHORIZED_EXCEPTION" | "CODE_SHIFT_API_0020_GITHUB_SAML_EXCEPTION" | "CODE_SHIFT_API_0021_GITHUB_AUTHORIZATION_ENCODING_EXCEPTION" | "CODE_SHIFT_API_0022_GITHUB_DISPATCH_WORKFLOW_NOT_FOUND_EXCEPTION" | "CODE_SHIFT_API_3000_WORKFLOW_API_DISPATCH_FAILURE" | "CODE_SHIFT_API_3001_WORKFLOW_API_DISPATCH_FORBIDDEN" | "CODE_SHIFT_API_3009_WORKFLOW_API_DISPATCH_PARSE_ERROR" | "CODE_SHIFT_API_3010_AWS_SECRET_MANAGER_GET_SECRET_FAILURE" | "CODE_SHIFT_API_3011_AWS_SECRET_MANAGER_PARSE_SECRET_ERROR" | "CODE_SHIFT_API_3100_SCM_GET_REPOSITORIES_FAILURE" | "CODE_SHIFT_API_3110_SCM_GET_PULL_REQUEST_FAILURE" | "CODE_SHIFT_API_3120_SCM_GET_BRANCHES_FAILURE" | "CODE_SHIFT_API_3130_SCM_GET_SCM_REPOSITORY_FETCH_FAILURE" | "CODE_SHIFT_API_3131_SCM_REPOSITORY_NOT_FOUND" | "CODE_SHIFT_API_3140_SCM_GET_BRANCH_FAILURE" | "CODE_SHIFT_API_3142_SCM_GET_BRANCHES_NOT_FOUND" | "CODE_SHIFT_API_3150_SCM_GET_REPOSITORY_FILE_FAILURE" | "CODE_SHIFT_API_3151_SCM_GET_REPOSITORY_FILE_NOT_FOUND" | "CODE_SHIFT_API_3500_CONTENT_API_GET_WORKFLOW_VERSION_FAILURE" | "CODE_SHIFT_API_4000_ACCOUNTS_API_PAT_FAILURE" | "CODE_SHIFT_API_4001_ACCOUNTS_API_PAT_FORBIDDEN" | "CODE_SHIFT_API_4002_ACCOUNTS_API_PAT_NOT_FOUND" | "CODE_SHIFT_API_4009_ACCOUNTS_API_PAT_PARSE_ERROR" | "CODE_SHIFT_API_4010_GET_SCM_CREDENTIALS_FAILURE" | "CODE_SHIFT_API_4011_GET_SCM_CREDENTIALS_FORBIDDEN" | "CODE_SHIFT_API_4012_GET_SCM_CREDENTIALS_NOT_FOUND" | "CODE_SHIFT_API_4019_GET_SCM_CREDENTIALS_PARSE_ERROR" | "CODE_SHIFT_API_6000_IAM_GENERATE_TOKEN_FAILURE" | "CODE_SHIFT_API_6000_IAM_INTROSPECT_TOKEN_FAILURE";
|
|
59
59
|
export type BadRequestExceptionTypes = "CODE_SHIFT_API_1001_DECODE_JWT_ERROR" | "CODE_SHIFT_API_2001_BAD_REQUEST_REQUIRED_FIELD" | "CODE_SHIFT_API_2002_BAD_REQUEST_EMPTY_FIELD_NOT_ALLOWED" | "CODE_SHIFT_API_2003_BAD_REQUEST_TYPE_FIELD_NOT_ALLOWED" | "CODE_SHIFT_API_2004_BAD_REQUEST_VALUE_FIELD_NOT_ALLOWED" | "CODE_SHIFT_API_2005_BAD_REQUEST_VALUE_FIELD_MAX_LENGTH" | "CODE_SHIFT_API_2006_BAD_REQUEST_VALUE_FIELD_MIN_LENGTH" | "CODE_SHIFT_API_2007_BAD_REQUEST_VALUE_REGEX_DOESNT_MATCH" | "CODE_SHIFT_API_2008_BAD_REQUEST_VALUE_FIELD_NUMBER_NOT_LT" | "CODE_SHIFT_API_2100_CREATE_BODY_REPO_AND_REPO_CREATE_ACTION" | "CODE_SHIFT_API_2101_CREATE_BODY_NOT_REPO_AND_NOT_REPO_CREATE_ACTION" | "CODE_SHIFT_API_2102_BAD_REQUEST_DATE_MAX_INTERVAL" | "CODE_SHIFT_API_2103_BAD_REQUEST_INVALID_PAGE" | "CODE_SHIFT_API_2104_BAD_REQUEST_DUPLICATED_ALIAS" | "CODE_SHIFT_API_2105_BAD_REQUEST_INVALID_REPO_URL" | "CODE_SHIFT_API_2110_BAD_REQUEST_PUT_STEP_STATUS_COMPLETED_WITHOUT_CONCLUSION" | "CODE_SHIFT_API_2112_BAD_REQUEST_PUT_STEP_STATUS_NOT_COMPLETED_AND_CONCLUSION_DEFINED" | "CODE_SHIFT_API_2113_BAD_REQUEST_PUT_STEP_STATUS_COMPLETED_AND_COMPLETED_AT_NOT_DEFINED" | "CODE_SHIFT_API_2114_BAD_REQUEST_PUT_STEP_STATUS_IN_PROGRESS_AND_STARTED_AT_NOT_DEFINED" | "CODE_SHIFT_API_2115_BAD_REQUEST_PUT_STEP_COMPLETED_AT_DEFINED_AND_STATUS_NOT_COMPLETED" | "CODE_SHIFT_API_2116_BAD_REQUEST_PUT_STEP_STARTED_AT_DEFINED_AND_STATUS_PENDING" | "CODE_SHIFT_API_2117_BAD_REQUEST_PUT_STEP_LOG_DEFINED_AND_CONCLUSION_IS_NOT_FAILURE" | "CODE_SHIFT_API_2120_BAD_REQUEST_MULTIPLE_INTEGRATION" | "CODE_SHIFT_API_2121_BAD_REQUEST_EMPTY_INTEGRATION" | "CODE_SHIFT_API_2121_BAD_REQUEST_EMPTY_TARGET" | "CODE_SHIFT_API_2121_BAD_REQUEST_FILLED_TARGET" | "CODE_SHIFT_API_2999_BAD_REQUEST_UNMAPPED";
|
|
60
60
|
export type InvalidPayloadDetails = {
|
|
61
61
|
code: BadRequestExceptionTypes | ExceptionType;
|
|
@@ -259,8 +259,6 @@ export type PutReportRequest = {
|
|
|
259
259
|
customOutputs?: {
|
|
260
260
|
[key: string]: any;
|
|
261
261
|
} | null;
|
|
262
|
-
totalTokenSent?: number | null;
|
|
263
|
-
totalTokenReceived?: number | null;
|
|
264
262
|
};
|
|
265
263
|
export type ModuleResponse2 = {
|
|
266
264
|
id: string;
|
|
@@ -342,8 +340,6 @@ export type GetReportResponse = {
|
|
|
342
340
|
customOutputs?: {
|
|
343
341
|
[key: string]: any;
|
|
344
342
|
} | null;
|
|
345
|
-
totalTokenSent?: number | null;
|
|
346
|
-
totalTokenReceived?: number | null;
|
|
347
343
|
targetFiles: TargetFilesResponse[];
|
|
348
344
|
errorLog?: string | null;
|
|
349
345
|
exceptions: HttpErrorResponse[];
|
|
@@ -377,8 +373,6 @@ export type GetReportResponseRead = {
|
|
|
377
373
|
customOutputs?: {
|
|
378
374
|
[key: string]: any;
|
|
379
375
|
} | null;
|
|
380
|
-
totalTokenSent?: number | null;
|
|
381
|
-
totalTokenReceived?: number | null;
|
|
382
376
|
targetFiles: TargetFilesResponse[];
|
|
383
377
|
errorLog?: string | null;
|
|
384
378
|
exceptions: HttpErrorResponseRead[];
|
|
@@ -961,7 +955,7 @@ export type AnalyticsRepositoryDetailedReportResponse = {
|
|
|
961
955
|
};
|
|
962
956
|
export type ProgramGroupsTargetDetailsResponse = {
|
|
963
957
|
programGroupName: string;
|
|
964
|
-
programGroupTags?: string
|
|
958
|
+
programGroupTags?: string | null;
|
|
965
959
|
mode: string;
|
|
966
960
|
moduleName: string;
|
|
967
961
|
reportCreatedAt: string;
|
|
@@ -972,35 +966,17 @@ export type ProgramGroupsTargetDetailsResponse = {
|
|
|
972
966
|
componentType: string;
|
|
973
967
|
totalIssues?: number;
|
|
974
968
|
changedFilesCount?: number;
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
969
|
+
reportOutputs?: string | null;
|
|
970
|
+
aiAdjusted?: string | null;
|
|
971
|
+
changemanPackage?: string | null;
|
|
978
972
|
};
|
|
979
973
|
export type AnalyticsProgramGroupsTargetDetailsResponse = {
|
|
980
974
|
totalComponents?: number;
|
|
981
975
|
totalIssues?: number;
|
|
982
|
-
|
|
976
|
+
totalChangedFiles?: number;
|
|
983
977
|
totalItems?: number;
|
|
984
978
|
items?: ProgramGroupsTargetDetailsResponse[];
|
|
985
979
|
};
|
|
986
|
-
export type RepositoryTargetDetailsItemResponse = {
|
|
987
|
-
repositoryUrl: string;
|
|
988
|
-
sourceBranch: string | null;
|
|
989
|
-
moduleName: string | null;
|
|
990
|
-
targetName: string | null;
|
|
991
|
-
moduleInputs: string | null;
|
|
992
|
-
targetPath: string | null;
|
|
993
|
-
targetDetails: string | null;
|
|
994
|
-
issuesCount?: number | null;
|
|
995
|
-
reportCreatedAt: string | null;
|
|
996
|
-
reportId: string | null;
|
|
997
|
-
};
|
|
998
|
-
export type AnalyticsRepositoryTargetDetailsResponse = {
|
|
999
|
-
totalFiles?: number;
|
|
1000
|
-
totalIssues?: number;
|
|
1001
|
-
totalItems?: number;
|
|
1002
|
-
items?: RepositoryTargetDetailsItemResponse[];
|
|
1003
|
-
};
|
|
1004
980
|
export type UserResponse6 = {
|
|
1005
981
|
id: string;
|
|
1006
982
|
name: string;
|
|
@@ -1010,20 +986,6 @@ export type ListUserResponse = {
|
|
|
1010
986
|
items: UserResponse6[];
|
|
1011
987
|
itemsCount: number;
|
|
1012
988
|
};
|
|
1013
|
-
export type SearchReposInScmRequest = {
|
|
1014
|
-
repositoryName: string;
|
|
1015
|
-
codeTerm?: string | null;
|
|
1016
|
-
};
|
|
1017
|
-
export type SearchReposInScmResponse = {
|
|
1018
|
-
search_id: string;
|
|
1019
|
-
};
|
|
1020
|
-
export type RepositoryPayload = {
|
|
1021
|
-
url: string;
|
|
1022
|
-
tags: string[];
|
|
1023
|
-
};
|
|
1024
|
-
export type ImportReposScmWithTagsRequest = {
|
|
1025
|
-
repositories: RepositoryPayload[];
|
|
1026
|
-
};
|
|
1027
989
|
/**
|
|
1028
990
|
* Check Role Route
|
|
1029
991
|
*/
|
|
@@ -1177,7 +1139,7 @@ export declare function listRepositoryServiceV1ReposGet({ pageSize, page, lastEv
|
|
|
1177
1139
|
createdByEmail?: string | null;
|
|
1178
1140
|
reportByEmail?: string | null;
|
|
1179
1141
|
orderBy?: "repository.url" | "repository.created_at" | "repository.updated_at" | "report.issues_count" | "report.total_files_count" | "report.analyzed_files_count" | "report.issues_files_count" | "report.created_at" | "report.updated_at" | "execution.status";
|
|
1180
|
-
orderDirection?:
|
|
1142
|
+
orderDirection?: string;
|
|
1181
1143
|
tags?: string[] | null;
|
|
1182
1144
|
authorization: string;
|
|
1183
1145
|
}, opts?: Oazapfts.RequestOpts): Promise<ListRepositoryResponseRead>;
|
|
@@ -1190,7 +1152,7 @@ export declare function listRepositoryDownloadServiceV1ReposDownloadGet({ filter
|
|
|
1190
1152
|
createdByEmail?: string | null;
|
|
1191
1153
|
reportByEmail?: string | null;
|
|
1192
1154
|
orderBy?: "repository.url" | "repository.created_at" | "repository.updated_at" | "report.issues_count" | "report.total_files_count" | "report.analyzed_files_count" | "report.issues_files_count" | "report.created_at" | "report.updated_at" | "execution.status";
|
|
1193
|
-
orderDirection?:
|
|
1155
|
+
orderDirection?: string;
|
|
1194
1156
|
tags?: string[] | null;
|
|
1195
1157
|
extension?: "csv" | "xlsx";
|
|
1196
1158
|
authorization: string;
|
|
@@ -1304,7 +1266,7 @@ export declare function listProgramGroupServiceV1ProgramGroupsGet({ moduleId, cr
|
|
|
1304
1266
|
pageSize?: number;
|
|
1305
1267
|
page?: number;
|
|
1306
1268
|
orderBy?: "program_group.name" | "program_group.created_at" | "program_group.updated_at" | "report.issues_count" | "report.total_files_count" | "report.analyzed_files_count" | "report.issues_files_count" | "report.created_at" | "report.updated_at" | "execution.status";
|
|
1307
|
-
orderDirection?:
|
|
1269
|
+
orderDirection?: string;
|
|
1308
1270
|
integrationId?: string;
|
|
1309
1271
|
authorization: string;
|
|
1310
1272
|
}, opts?: Oazapfts.RequestOpts): Promise<ListProgramGroupResponseRead>;
|
|
@@ -1318,7 +1280,7 @@ export declare function listProgramGroupDownloadServiceV1ProgramGroupsDownloadGe
|
|
|
1318
1280
|
tags?: string[] | null;
|
|
1319
1281
|
name?: string | null;
|
|
1320
1282
|
orderBy?: "program_group.name" | "program_group.created_at" | "program_group.updated_at" | "report.issues_count" | "report.total_files_count" | "report.analyzed_files_count" | "report.issues_files_count" | "report.created_at" | "report.updated_at" | "execution.status";
|
|
1321
|
-
orderDirection?:
|
|
1283
|
+
orderDirection?: string;
|
|
1322
1284
|
integrationId?: string;
|
|
1323
1285
|
extension?: "csv" | "xlsx";
|
|
1324
1286
|
authorization: string;
|
|
@@ -1642,67 +1604,10 @@ export declare function analyticsProgramGroupsTargetDetailsDownloadV1AnalyticsPr
|
|
|
1642
1604
|
extension?: "csv" | "xlsx";
|
|
1643
1605
|
authorization: string;
|
|
1644
1606
|
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1645
|
-
/**
|
|
1646
|
-
* Analytics Repository Target Details
|
|
1647
|
-
*/
|
|
1648
|
-
export declare function analyticsRepositoryTargetDetailsV1AnalyticsRepositoriesTargetDetailsGet({ pageSize, page, repositoryUrl, targetName, tags, mode, moduleId, reportCreatedById, startDate, endDate, orderBy, orderDirection, authorization }: {
|
|
1649
|
-
pageSize?: number;
|
|
1650
|
-
page?: number;
|
|
1651
|
-
repositoryUrl?: string | null;
|
|
1652
|
-
targetName?: string | null;
|
|
1653
|
-
tags?: string[] | null;
|
|
1654
|
-
mode?: ("scan" | "fix") | null;
|
|
1655
|
-
moduleId?: string[] | null;
|
|
1656
|
-
reportCreatedById?: string[] | null;
|
|
1657
|
-
startDate?: string;
|
|
1658
|
-
endDate?: string;
|
|
1659
|
-
orderBy?: ("repositoryUrl" | "sourceBranch" | "moduleName" | "targetName" | "targetPath" | "issuesCount" | "reportCreatedAt") | null;
|
|
1660
|
-
orderDirection?: ("ASC" | "DESC") | null;
|
|
1661
|
-
authorization: string;
|
|
1662
|
-
}, opts?: Oazapfts.RequestOpts): Promise<AnalyticsRepositoryTargetDetailsResponse>;
|
|
1663
|
-
/**
|
|
1664
|
-
* Analytics Repository Target Details Download
|
|
1665
|
-
*/
|
|
1666
|
-
export declare function analyticsRepositoryTargetDetailsDownloadV1AnalyticsRepositoriesTargetDetailsDownloadGet({ repositoryUrl, targetName, tags, mode, moduleId, reportCreatedById, startDate, endDate, orderBy, orderDirection, extension, authorization }: {
|
|
1667
|
-
repositoryUrl?: string | null;
|
|
1668
|
-
targetName?: string | null;
|
|
1669
|
-
tags?: string[] | null;
|
|
1670
|
-
mode?: ("scan" | "fix") | null;
|
|
1671
|
-
moduleId?: string[] | null;
|
|
1672
|
-
reportCreatedById?: string[] | null;
|
|
1673
|
-
startDate?: string;
|
|
1674
|
-
endDate?: string;
|
|
1675
|
-
orderBy?: ("repositoryUrl" | "sourceBranch" | "moduleName" | "targetName" | "targetPath" | "issuesCount" | "reportCreatedAt") | null;
|
|
1676
|
-
orderDirection?: ("ASC" | "DESC") | null;
|
|
1677
|
-
extension?: "csv" | "xlsx";
|
|
1678
|
-
authorization: string;
|
|
1679
|
-
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1680
1607
|
/**
|
|
1681
1608
|
* List User Service
|
|
1682
1609
|
*/
|
|
1683
1610
|
export declare function listUserServiceV1UsersGet({ authorization }: {
|
|
1684
1611
|
authorization: string;
|
|
1685
1612
|
}, opts?: Oazapfts.RequestOpts): Promise<ListUserResponse>;
|
|
1686
|
-
/**
|
|
1687
|
-
* Search Repos Scm Service
|
|
1688
|
-
*/
|
|
1689
|
-
export declare function searchReposScmServiceV2ReposSearchScmPost({ authorization, searchReposInScmRequest }: {
|
|
1690
|
-
authorization: string;
|
|
1691
|
-
searchReposInScmRequest: SearchReposInScmRequest;
|
|
1692
|
-
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1693
|
-
/**
|
|
1694
|
-
* Import Repos With Tags Scm Service
|
|
1695
|
-
*/
|
|
1696
|
-
export declare function importReposWithTagsScmServiceV2ReposSearchScmSearchIdPost({ searchId, authorization, importReposScmWithTagsRequest }: {
|
|
1697
|
-
searchId: string;
|
|
1698
|
-
authorization: string;
|
|
1699
|
-
importReposScmWithTagsRequest: ImportReposScmWithTagsRequest;
|
|
1700
|
-
}, opts?: Oazapfts.RequestOpts): Promise<SearchReposInScmResponse>;
|
|
1701
|
-
/**
|
|
1702
|
-
* Search Repos Scm V2
|
|
1703
|
-
*/
|
|
1704
|
-
export declare function searchReposScmV2V2ReposSearchScmSearchIdGet({ searchId, authorization }: {
|
|
1705
|
-
searchId: string;
|
|
1706
|
-
authorization: string;
|
|
1707
|
-
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1708
1613
|
//# sourceMappingURL=codeShift.d.ts.map
|