@stack-spot/portal-network 0.172.0 → 0.172.1-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 +155 -1
- package/dist/api/account.d.ts +19 -11
- package/dist/api/account.d.ts.map +1 -1
- package/dist/api/account.js +2 -2
- package/dist/api/account.js.map +1 -1
- package/dist/api/agent-tools.d.ts +9 -1
- package/dist/api/agent-tools.d.ts.map +1 -1
- package/dist/api/agent-tools.js.map +1 -1
- package/dist/api/cloudPlatformHorizon.d.ts +21 -1
- package/dist/api/cloudPlatformHorizon.d.ts.map +1 -1
- package/dist/api/cloudPlatformHorizon.js +3 -2
- package/dist/api/cloudPlatformHorizon.js.map +1 -1
- package/dist/api/codeShift.d.ts +190 -3
- package/dist/api/codeShift.d.ts.map +1 -1
- package/dist/api/codeShift.js +105 -0
- package/dist/api/codeShift.js.map +1 -1
- package/dist/client/account.d.ts +22 -0
- package/dist/client/account.d.ts.map +1 -1
- package/dist/client/account.js +25 -1
- package/dist/client/account.js.map +1 -1
- package/dist/client/agent-tools.d.ts.map +1 -1
- package/dist/client/agent-tools.js +3 -8
- package/dist/client/agent-tools.js.map +1 -1
- package/dist/client/ai.js +3 -3
- package/dist/client/ai.js.map +1 -1
- package/dist/client/cloud-platform-horizon.d.ts +1 -0
- package/dist/client/cloud-platform-horizon.d.ts.map +1 -1
- package/dist/client/code-shift.d.ts +77 -0
- package/dist/client/code-shift.d.ts.map +1 -1
- package/dist/client/code-shift.js +46 -1
- package/dist/client/code-shift.js.map +1 -1
- package/dist/error/dictionary/agent-tools.d.ts +75 -0
- package/dist/error/dictionary/agent-tools.d.ts.map +1 -0
- package/dist/error/dictionary/agent-tools.js +75 -0
- package/dist/error/dictionary/agent-tools.js.map +1 -0
- package/package.json +2 -2
- package/readme.md +1 -1
- package/src/api/account.ts +21 -12
- package/src/api/agent-tools.ts +12 -1
- package/src/api/agent.ts +2 -0
- package/src/api/cloudPlatformHorizon.ts +29 -2
- package/src/api/codeShift.ts +375 -3
- package/src/api/notification.ts +2 -0
- package/src/client/account.ts +16 -0
- package/src/client/agent-tools.ts +4 -8
- package/src/client/ai.ts +4 -3
- package/src/client/code-shift.ts +33 -0
- package/src/error/dictionary/agent-tools.ts +76 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,80 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
+
## [0.172.1-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.172.0-beta.1...portal-network-beta@v0.172.1-beta.1) (2025-08-27)
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* Fix build error agent tools dictionary beta release ([#1481](https://github.com/stack-spot/portal-commons/issues/1481)) ([ff1d593](https://github.com/stack-spot/portal-commons/commit/ff1d593b829c35a2f922bfdfed85623514786138))
|
|
8
|
+
|
|
9
|
+
## [0.172.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.171.5-beta.1...portal-network-beta@v0.172.0-beta.1) (2025-08-27)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* 2288 association secrets ([#1476](https://github.com/stack-spot/portal-commons/issues/1476)) ([d14e33f](https://github.com/stack-spot/portal-commons/commit/d14e33f590d965ffacdcd997c30cc58d421148d1))
|
|
15
|
+
* update beta with main ([#1482](https://github.com/stack-spot/portal-commons/issues/1482)) ([228ebc1](https://github.com/stack-spot/portal-commons/commit/228ebc119bddf356351b1905c44ba43136de7742))
|
|
16
|
+
|
|
17
|
+
## [0.171.5-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.171.4-beta.1...portal-network-beta@v0.171.5-beta.1) (2025-08-26)
|
|
18
|
+
|
|
19
|
+
## [0.173.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.172.2...portal-network@v0.173.0) (2025-08-26)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* 2288 association secrets ([#1476](https://github.com/stack-spot/portal-commons/issues/1476)) ([d14e33f](https://github.com/stack-spot/portal-commons/commit/d14e33f590d965ffacdcd997c30cc58d421148d1))
|
|
25
|
+
|
|
26
|
+
## [0.172.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.172.1...portal-network@v0.172.2) (2025-08-26)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* update horizon api ([#1470](https://github.com/stack-spot/portal-commons/issues/1470)) ([9f99d84](https://github.com/stack-spot/portal-commons/commit/9f99d841e2d9ea1ec93d560264e70dc58c4a26cd))
|
|
32
|
+
|
|
33
|
+
## [0.172.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.172.0...portal-network@v0.172.1) (2025-08-25)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* 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))
|
|
39
|
+
|
|
40
|
+
## [0.171.1-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.171.0-beta.1...portal-network-beta@v0.171.1-beta.1) (2025-08-23)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* update agent tools and add getSecretsByIds ([#1459](https://github.com/stack-spot/portal-commons/issues/1459)) ([5b07960](https://github.com/stack-spot/portal-commons/commit/5b07960b59e047acd7453ff5d40699e0b2d8b539))
|
|
46
|
+
|
|
47
|
+
## [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-08-22)
|
|
4
48
|
|
|
5
49
|
|
|
6
50
|
### Features
|
|
7
51
|
|
|
8
52
|
* 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))
|
|
53
|
+
* code shift analytics details beta ([#1450](https://github.com/stack-spot/portal-commons/issues/1450)) ([7e2abdd](https://github.com/stack-spot/portal-commons/commit/7e2abdd4fcde8fe93da7942249ce26a867fc4590))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Bug Fixes
|
|
57
|
+
|
|
58
|
+
* Fix change agent api ([#1455](https://github.com/stack-spot/portal-commons/issues/1455)) ([c3e0715](https://github.com/stack-spot/portal-commons/commit/c3e07158204cab8b070139df3a4d1a5f4afe06b6))
|
|
59
|
+
|
|
60
|
+
## [0.172.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.171.3...portal-network@v0.172.0) (2025-08-21)
|
|
61
|
+
=======
|
|
62
|
+
## [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-08-20)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Features
|
|
66
|
+
|
|
67
|
+
* 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))
|
|
68
|
+
* code shift analytics details beta ([#1436](https://github.com/stack-spot/portal-commons/issues/1436)) ([a3fd612](https://github.com/stack-spot/portal-commons/commit/a3fd6129c961216a4edc0bb8ab77d5cd1c30f14f))
|
|
69
|
+
* 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))
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### Bug Fixes
|
|
73
|
+
|
|
74
|
+
* create agent ([#1428](https://github.com/stack-spot/portal-commons/issues/1428)) ([d44173d](https://github.com/stack-spot/portal-commons/commit/d44173d9da98d9b3974dd594609b600fdb64aac1))
|
|
75
|
+
* inconsistent hide button beta ([98c0025](https://github.com/stack-spot/portal-commons/commit/98c00256a8b54c03d91265170de83f73197048db))
|
|
76
|
+
* 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))
|
|
77
|
+
* Update code buddy ([#1431](https://github.com/stack-spot/portal-commons/issues/1431)) ([b283553](https://github.com/stack-spot/portal-commons/commit/b2835539279961f16fca56265cdd6f00ff3afc5c))
|
|
9
78
|
|
|
10
79
|
## [0.171.3](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.171.2...portal-network@v0.171.3) (2025-08-20)
|
|
11
80
|
|
|
@@ -28,11 +97,21 @@
|
|
|
28
97
|
|
|
29
98
|
* create agent ([#1428](https://github.com/stack-spot/portal-commons/issues/1428)) ([d44173d](https://github.com/stack-spot/portal-commons/commit/d44173d9da98d9b3974dd594609b600fdb64aac1))
|
|
30
99
|
|
|
100
|
+
## [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)
|
|
31
101
|
## [0.171.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.170.0...portal-network@v0.171.0) (2025-08-18)
|
|
32
102
|
|
|
33
103
|
|
|
34
104
|
### Features
|
|
35
105
|
|
|
106
|
+
* 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))
|
|
107
|
+
* code shift analytics beta ([#1412](https://github.com/stack-spot/portal-commons/issues/1412)) ([5afd190](https://github.com/stack-spot/portal-commons/commit/5afd190d62a24bdcda950351a476e5730b545dd1))
|
|
108
|
+
* Feat upd account api ([#1373](https://github.com/stack-spot/portal-commons/issues/1373)) ([0febe8b](https://github.com/stack-spot/portal-commons/commit/0febe8bbde9d36c4a68300c16b641dc0ad70918b))
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Bug Fixes
|
|
112
|
+
|
|
113
|
+
* accessibility file insert ([bed8848](https://github.com/stack-spot/portal-commons/commit/bed88484c27169aaf60840945b99bdd87cdc0cff))
|
|
114
|
+
* interface FixedAddResourceToWorkspaceAi ([#1400](https://github.com/stack-spot/portal-commons/issues/1400)) ([ec455de](https://github.com/stack-spot/portal-commons/commit/ec455de188e04d23c3d1c5c98441a7c2ea7d87b6))
|
|
36
115
|
* 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))
|
|
37
116
|
|
|
38
117
|
## [0.170.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.169.1...portal-network@v0.170.0) (2025-08-15)
|
|
@@ -215,6 +294,29 @@
|
|
|
215
294
|
|
|
216
295
|
* changes in discover api ([#1215](https://github.com/stack-spot/portal-commons/issues/1215)) ([cb95a55](https://github.com/stack-spot/portal-commons/commit/cb95a550824854e268cce2b2a7e8adaf1b360e83))
|
|
217
296
|
|
|
297
|
+
## [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)
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### Bug Fixes
|
|
301
|
+
|
|
302
|
+
* 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))
|
|
303
|
+
|
|
304
|
+
## [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)
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
### Features
|
|
308
|
+
|
|
309
|
+
* add suggested messages beta ([#1204](https://github.com/stack-spot/portal-commons/issues/1204)) ([40b58f1](https://github.com/stack-spot/portal-commons/commit/40b58f1c0b1bd5c06d9365c8cb36ad3c53b5d114))
|
|
310
|
+
* 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))
|
|
311
|
+
|
|
312
|
+
## [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)
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
### Bug Fixes
|
|
316
|
+
|
|
317
|
+
* add sendAgentMessage ([#1198](https://github.com/stack-spot/portal-commons/issues/1198)) ([c16b103](https://github.com/stack-spot/portal-commons/commit/c16b1031155661a1ad957fb909d7c44c827137a9))
|
|
318
|
+
|
|
319
|
+
## [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)
|
|
218
320
|
## [0.156.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.155.0...portal-network@v0.156.0) (2025-07-11)
|
|
219
321
|
|
|
220
322
|
|
|
@@ -222,6 +324,21 @@
|
|
|
222
324
|
|
|
223
325
|
* 1530 refactor ks ([#1187](https://github.com/stack-spot/portal-commons/issues/1187)) ([b133ec8](https://github.com/stack-spot/portal-commons/commit/b133ec8a047623adf4db9d839017a551fae80029))
|
|
224
326
|
|
|
327
|
+
## [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)
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
### Features
|
|
331
|
+
|
|
332
|
+
* accordion component beta ([#1191](https://github.com/stack-spot/portal-commons/issues/1191)) ([b49a388](https://github.com/stack-spot/portal-commons/commit/b49a388660523bab21abcdb17fc92341ffd40570))
|
|
333
|
+
* Add calculate condition ([#1170](https://github.com/stack-spot/portal-commons/issues/1170)) ([9a4557f](https://github.com/stack-spot/portal-commons/commit/9a4557f1a5d810649f6222c5181cd8c1e53c3d54))
|
|
334
|
+
* 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))
|
|
335
|
+
* New account methods ([#1185](https://github.com/stack-spot/portal-commons/issues/1185)) ([2ada8ea](https://github.com/stack-spot/portal-commons/commit/2ada8eaaf1362bb90e43920d58d02be8cede93db))
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
### Bug Fixes
|
|
339
|
+
|
|
340
|
+
* Improve naming ([#1188](https://github.com/stack-spot/portal-commons/issues/1188)) ([5beeb04](https://github.com/stack-spot/portal-commons/commit/5beeb040a4adc22ba38c1dfeaf866105e4236b9d))
|
|
341
|
+
|
|
225
342
|
## [0.155.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.154.1...portal-network@v0.155.0) (2025-07-10)
|
|
226
343
|
|
|
227
344
|
|
|
@@ -244,12 +361,49 @@
|
|
|
244
361
|
* New account methods ([#1185](https://github.com/stack-spot/portal-commons/issues/1185)) ([2ada8ea](https://github.com/stack-spot/portal-commons/commit/2ada8eaaf1362bb90e43920d58d02be8cede93db))
|
|
245
362
|
|
|
246
363
|
## [0.153.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.152.0...portal-network@v0.153.0) (2025-07-10)
|
|
364
|
+
## [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)
|
|
247
365
|
|
|
248
366
|
|
|
249
367
|
### Features
|
|
250
368
|
|
|
251
369
|
* 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))
|
|
252
370
|
|
|
371
|
+
## [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)
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
### Features
|
|
375
|
+
|
|
376
|
+
* 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))
|
|
377
|
+
|
|
378
|
+
## [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)
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
### Features
|
|
382
|
+
|
|
383
|
+
* 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))
|
|
384
|
+
* add workflow error message ([#1150](https://github.com/stack-spot/portal-commons/issues/1150)) ([f6e71f8](https://github.com/stack-spot/portal-commons/commit/f6e71f825a6d97c9ef42673d1589d99cb49d2426))
|
|
385
|
+
* toolkit fork ([#1171](https://github.com/stack-spot/portal-commons/issues/1171)) ([73b8c4a](https://github.com/stack-spot/portal-commons/commit/73b8c4a382885fb396bc1d05e0c6bce69c1dbff0))
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
### Bug Fixes
|
|
389
|
+
|
|
390
|
+
* map cnt workflow errors ([#1165](https://github.com/stack-spot/portal-commons/issues/1165)) ([4409958](https://github.com/stack-spot/portal-commons/commit/4409958fbc4e7448a128f61ccdb9dcc8fc274c30))
|
|
391
|
+
* merge 'feat-beta-releases' into beta-releases ([cb9e293](https://github.com/stack-spot/portal-commons/commit/cb9e2936740e3b97d4724c092c6d114e80701319))
|
|
392
|
+
* publish Test ([#1160](https://github.com/stack-spot/portal-commons/issues/1160)) ([4507af5](https://github.com/stack-spot/portal-commons/commit/4507af5de59d6a5603d74965c75be67216e86c2b))
|
|
393
|
+
* test ([e974bb4](https://github.com/stack-spot/portal-commons/commit/e974bb47ee5333bcf1d25307a92b17f2c1e93a1a))
|
|
394
|
+
* test ([b8ccf50](https://github.com/stack-spot/portal-commons/commit/b8ccf507a4291abf19b83b0b4ca7b1a9893764d7))
|
|
395
|
+
* test ([#1134](https://github.com/stack-spot/portal-commons/issues/1134)) ([e58acb9](https://github.com/stack-spot/portal-commons/commit/e58acb90919f03e99debb0ae159385bd5aaa63d6))
|
|
396
|
+
* test ([#1135](https://github.com/stack-spot/portal-commons/issues/1135)) ([558c524](https://github.com/stack-spot/portal-commons/commit/558c5243e599031f6bee6160614fbae9ec715d5d))
|
|
397
|
+
* test ([#1157](https://github.com/stack-spot/portal-commons/issues/1157)) ([2c50106](https://github.com/stack-spot/portal-commons/commit/2c5010606c2b9c2b95091370bef895727b1c36ec))
|
|
398
|
+
* Test ([#1162](https://github.com/stack-spot/portal-commons/issues/1162)) ([94c553d](https://github.com/stack-spot/portal-commons/commit/94c553d41ec9c3a77d3c79292fc7552938c56080))
|
|
399
|
+
* teste ([01ab2f6](https://github.com/stack-spot/portal-commons/commit/01ab2f6deb912cf19256bd874b33ebe266579c90))
|
|
400
|
+
* testing ([#1128](https://github.com/stack-spot/portal-commons/issues/1128)) ([54a3e1c](https://github.com/stack-spot/portal-commons/commit/54a3e1c49c787275646e0ac6238ae32b7338f592))
|
|
401
|
+
* Testing ([#1144](https://github.com/stack-spot/portal-commons/issues/1144)) ([7671400](https://github.com/stack-spot/portal-commons/commit/76714008d9ba587af41d46135e2819fc7b2b991a))
|
|
402
|
+
* testing ([#1146](https://github.com/stack-spot/portal-commons/issues/1146)) ([fd80eff](https://github.com/stack-spot/portal-commons/commit/fd80eff96a07182ead5ad8d5975796a558b97830))
|
|
403
|
+
* update 'main' into beta-release ([5205864](https://github.com/stack-spot/portal-commons/commit/5205864d2f7782035d640648c8a8554c01573936))
|
|
404
|
+
* update tools 'feat-1615-agent-migration' into beta-release ([d9c6b6f](https://github.com/stack-spot/portal-commons/commit/d9c6b6fccbdcaacaa5067b7e3f1251c7ffe8236a))
|
|
405
|
+
* update version ([#1179](https://github.com/stack-spot/portal-commons/issues/1179)) ([76e4408](https://github.com/stack-spot/portal-commons/commit/76e4408f5cfa084ab010e31f2a7cada104111d6c))
|
|
406
|
+
|
|
253
407
|
## [0.152.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.151.0...portal-network@v0.152.0) (2025-07-08)
|
|
254
408
|
|
|
255
409
|
|
package/dist/api/account.d.ts
CHANGED
|
@@ -1353,9 +1353,6 @@ export type ExtensionLinkCreateResponse = {
|
|
|
1353
1353
|
/** The Extension path */
|
|
1354
1354
|
path?: string;
|
|
1355
1355
|
};
|
|
1356
|
-
export type InputStreamSource = {
|
|
1357
|
-
inputStream?: object;
|
|
1358
|
-
};
|
|
1359
1356
|
export type HasUserAnsweredFormRequest = {
|
|
1360
1357
|
formIds: string[];
|
|
1361
1358
|
"from"?: string;
|
|
@@ -1453,11 +1450,11 @@ export type UpdateTrialSsoSettingsResponse = {
|
|
|
1453
1450
|
google: boolean;
|
|
1454
1451
|
};
|
|
1455
1452
|
export type UpdateSecretsSettingsResponse = {
|
|
1456
|
-
/** Maximum amount of secrets allowed per
|
|
1453
|
+
/** Maximum amount of secrets allowed per user */
|
|
1457
1454
|
max_overall_secrets_amount?: number;
|
|
1458
1455
|
};
|
|
1459
1456
|
export type UpdateSecretsSettingsRequest = {
|
|
1460
|
-
/** Maximum amount of secrets allowed per
|
|
1457
|
+
/** Maximum amount of secrets allowed per user */
|
|
1461
1458
|
max_overall_secrets_amount?: number;
|
|
1462
1459
|
};
|
|
1463
1460
|
export type UpdateCatalogSettingsRequest = {
|
|
@@ -2153,13 +2150,15 @@ export type FullResourceResponse = {
|
|
|
2153
2150
|
};
|
|
2154
2151
|
export type ResourceAssociationResponse = {
|
|
2155
2152
|
/** Resource name */
|
|
2156
|
-
name
|
|
2157
|
-
/** Resource type */
|
|
2158
|
-
"type": string;
|
|
2153
|
+
name?: string;
|
|
2159
2154
|
/** Resource slug */
|
|
2160
2155
|
slug: string;
|
|
2156
|
+
/** Resource type slug */
|
|
2157
|
+
resourceTypeSlug: string;
|
|
2158
|
+
/** Resource type name */
|
|
2159
|
+
resourceTypeName: string;
|
|
2161
2160
|
/** Last time in days that the resource associated with secret was used */
|
|
2162
|
-
daysSinceLastUsed
|
|
2161
|
+
daysSinceLastUsed?: number;
|
|
2163
2162
|
};
|
|
2164
2163
|
export type PageResponseResourceAssociationResponse = {
|
|
2165
2164
|
/** Current page content */
|
|
@@ -3119,9 +3118,18 @@ export declare function createExtensionLink({ extensionLinkCreateRequest }: {
|
|
|
3119
3118
|
/**
|
|
3120
3119
|
* Receive engagement form webhook
|
|
3121
3120
|
*/
|
|
3122
|
-
export declare function receiveWebhook({ provider,
|
|
3121
|
+
export declare function receiveWebhook({ provider, body }: {
|
|
3123
3122
|
provider: string;
|
|
3124
|
-
|
|
3123
|
+
body: {
|
|
3124
|
+
short?: number;
|
|
3125
|
+
char?: string;
|
|
3126
|
+
int?: number;
|
|
3127
|
+
long?: number;
|
|
3128
|
+
float?: number;
|
|
3129
|
+
double?: number;
|
|
3130
|
+
direct?: boolean;
|
|
3131
|
+
readOnly?: boolean;
|
|
3132
|
+
};
|
|
3125
3133
|
}, opts?: Oazapfts.RequestOpts): Promise<never>;
|
|
3126
3134
|
/**
|
|
3127
3135
|
* Check if user has answered forms
|