@stack-spot/portal-network 0.187.0 → 0.188.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/CHANGELOG.md +86 -0
  2. package/dist/api/account.d.ts +197 -202
  3. package/dist/api/account.d.ts.map +1 -1
  4. package/dist/api/account.js +154 -140
  5. package/dist/api/account.js.map +1 -1
  6. package/dist/api/agent-tools.d.ts +13 -0
  7. package/dist/api/agent-tools.d.ts.map +1 -1
  8. package/dist/api/agent-tools.js.map +1 -1
  9. package/dist/api/codeShift.d.ts +45 -9
  10. package/dist/api/codeShift.d.ts.map +1 -1
  11. package/dist/api/codeShift.js +13 -0
  12. package/dist/api/codeShift.js.map +1 -1
  13. package/dist/api/workflows.d.ts +68 -5
  14. package/dist/api/workflows.d.ts.map +1 -1
  15. package/dist/api/workflows.js +16 -0
  16. package/dist/api/workflows.js.map +1 -1
  17. package/dist/client/account.d.ts +30 -32
  18. package/dist/client/account.d.ts.map +1 -1
  19. package/dist/client/account.js +26 -17
  20. package/dist/client/account.js.map +1 -1
  21. package/dist/client/ai.d.ts.map +1 -1
  22. package/dist/client/ai.js +93 -13
  23. package/dist/client/ai.js.map +1 -1
  24. package/dist/client/code-shift.d.ts +27 -1
  25. package/dist/client/code-shift.d.ts.map +1 -1
  26. package/dist/client/code-shift.js +29 -1
  27. package/dist/client/code-shift.js.map +1 -1
  28. package/dist/client/types.d.ts +25 -5
  29. package/dist/client/types.d.ts.map +1 -1
  30. package/package.json +2 -2
  31. package/readme.md +2 -1
  32. package/src/api/account.ts +299 -392
  33. package/src/api/agent-tools.ts +16 -0
  34. package/src/api/agent.ts +2 -0
  35. package/src/api/codeShift.ts +60 -9
  36. package/src/api/notification.ts +2 -0
  37. package/src/api/workflows.ts +100 -5
  38. package/src/client/account.ts +25 -28
  39. package/src/client/ai.ts +95 -12
  40. package/src/client/code-shift.ts +20 -0
  41. package/src/client/types.ts +26 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # Changelog
2
2
 
3
+
4
+ ## [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)
5
+
6
+
7
+ ### Features
8
+
9
+ * 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))
10
+ * update account api ([#1710](https://github.com/stack-spot/portal-commons/issues/1710)) ([daf7798](https://github.com/stack-spot/portal-commons/commit/daf779812758ad5df6a6fa50e68e1068be10f3c8))
11
+
12
+ ## [0.189.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.188.1...portal-network@v0.189.0) (2025-10-20)
13
+ ## [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)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * 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))
19
+
20
+ ## [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)
21
+
22
+
23
+ ### Features
24
+
25
+ * 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))
26
+
27
+ ## [0.188.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.188.0...portal-network@v0.188.1) (2025-10-20)
28
+ * 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))
29
+ * 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))
30
+ * 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))
31
+ * 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))
32
+
33
+ ## [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)
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * 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))
39
+
40
+ * test deploy ([c290d44](https://github.com/stack-spot/portal-commons/commit/c290d44fb00bfbf1b244f049cc26daff19544b0b))
41
+
42
+ ## [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)
43
+ ## [0.188.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.187.0...portal-network@v0.188.0) (2025-10-14)
44
+
45
+
46
+ ### Features
47
+
48
+ * 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))
49
+ * 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))
50
+ * 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))
51
+
3
52
  ## [0.187.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.186.1...portal-network@v0.187.0) (2025-10-13)
4
53
 
5
54
 
@@ -21,11 +70,46 @@
21
70
 
22
71
  * 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))
23
72
 
73
+
74
+ ### Bug Fixes
75
+
76
+ * add some null check ([#1684](https://github.com/stack-spot/portal-commons/issues/1684)) ([a8487c4](https://github.com/stack-spot/portal-commons/commit/a8487c43bd9966d89085dc3a9c3effa6b77bda7c))
77
+
78
+ ## [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)
79
+
80
+
81
+ ### Bug Fixes
82
+
83
+ * 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))
84
+
85
+ ## [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)
86
+
87
+
88
+ ### Features
89
+
90
+ * 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))
91
+ * 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))
92
+
93
+ ## [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)
24
94
  ## [0.185.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.184.0...portal-network@v0.185.0) (2025-10-06)
25
95
 
26
96
 
27
97
  ### Features
28
98
 
99
+ * 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))
100
+ * 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))
101
+ * update beta 'feat-3049-execution-modes-chat' into beta-release ([a545303](https://github.com/stack-spot/portal-commons/commit/a545303a95625b7a5ec19c06253ee388f8b1abe0))
102
+ * Update beta release ([#1653](https://github.com/stack-spot/portal-commons/issues/1653)) ([fe22548](https://github.com/stack-spot/portal-commons/commit/fe22548292f47a325c6e0eecb41f8b36ab8d5307))
103
+ * upgrades translation lib ([#1643](https://github.com/stack-spot/portal-commons/issues/1643)) ([05db11f](https://github.com/stack-spot/portal-commons/commit/05db11f399dd2c6e1815e74ee99f8b6c2e6fedef))
104
+
105
+
106
+ ### Bug Fixes
107
+
108
+ * Merge branch 'feat-3049-execution-modes-chat' into beta-release ([065c737](https://github.com/stack-spot/portal-commons/commit/065c7372f72da124a50bca9b53d06b1b937f4eae))
109
+ * Merge branch 'fix-trial-agents' into beta-release ([1239c2e](https://github.com/stack-spot/portal-commons/commit/1239c2e0f0082b1ad88c5168802275d657480262))
110
+ * Update swagger ([#1639](https://github.com/stack-spot/portal-commons/issues/1639)) ([d953972](https://github.com/stack-spot/portal-commons/commit/d953972405210de1a6b62e966d5a5a1fb5ea9b84))
111
+
112
+ ## [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)
29
113
  * 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))
30
114
 
31
115
  ## [0.184.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.183.0...portal-network@v0.184.0) (2025-10-06)
@@ -33,6 +117,8 @@
33
117
 
34
118
  ### Features
35
119
 
120
+ * 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))
121
+ * update beta 'feat-3049-execution-modes-chat' into beta-release ([a545303](https://github.com/stack-spot/portal-commons/commit/a545303a95625b7a5ec19c06253ee388f8b1abe0))
36
122
  * 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))
37
123
 
38
124
  ## [0.183.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.182.0...portal-network@v0.183.0) (2025-10-01)