@stack-spot/portal-network 1.0.0-betaadp.3 → 1.0.0-dev.1768423147036

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 (220) hide show
  1. package/CHANGELOG.md +633 -0
  2. package/dist/api/account.d.ts +413 -277
  3. package/dist/api/account.d.ts.map +1 -1
  4. package/dist/api/account.js +261 -176
  5. package/dist/api/account.js.map +1 -1
  6. package/dist/api/accountAssetManager.d.ts +309 -0
  7. package/dist/api/accountAssetManager.d.ts.map +1 -0
  8. package/dist/api/accountAssetManager.js +169 -0
  9. package/dist/api/accountAssetManager.js.map +1 -0
  10. package/dist/api/agent-tools.d.ts +818 -261
  11. package/dist/api/agent-tools.d.ts.map +1 -1
  12. package/dist/api/agent-tools.js +245 -50
  13. package/dist/api/agent-tools.js.map +1 -1
  14. package/dist/api/agent.d.ts +55 -55
  15. package/dist/api/agent.d.ts.map +1 -1
  16. package/dist/api/ai.d.ts +488 -98
  17. package/dist/api/ai.d.ts.map +1 -1
  18. package/dist/api/ai.js +426 -146
  19. package/dist/api/ai.js.map +1 -1
  20. package/dist/api/cloudPlatform.d.ts +374 -221
  21. package/dist/api/cloudPlatform.d.ts.map +1 -1
  22. package/dist/api/cloudPlatform.js +299 -93
  23. package/dist/api/cloudPlatform.js.map +1 -1
  24. package/dist/api/cloudPlatformHorizon.d.ts +178 -9
  25. package/dist/api/cloudPlatformHorizon.d.ts.map +1 -1
  26. package/dist/api/cloudPlatformHorizon.js +69 -1
  27. package/dist/api/cloudPlatformHorizon.js.map +1 -1
  28. package/dist/api/codeShift.d.ts +1125 -83
  29. package/dist/api/codeShift.d.ts.map +1 -1
  30. package/dist/api/codeShift.js +538 -16
  31. package/dist/api/codeShift.js.map +1 -1
  32. package/dist/api/dataIntegration.d.ts +291 -1
  33. package/dist/api/dataIntegration.d.ts.map +1 -1
  34. package/dist/api/dataIntegration.js +254 -0
  35. package/dist/api/dataIntegration.js.map +1 -1
  36. package/dist/api/discover.d.ts +98 -12
  37. package/dist/api/discover.d.ts.map +1 -1
  38. package/dist/api/discover.js +78 -2
  39. package/dist/api/discover.js.map +1 -1
  40. package/dist/api/edpBfa.d.ts +215 -0
  41. package/dist/api/edpBfa.d.ts.map +1 -0
  42. package/dist/api/edpBfa.js +87 -0
  43. package/dist/api/edpBfa.js.map +1 -0
  44. package/dist/api/genAiInference.d.ts +22 -2
  45. package/dist/api/genAiInference.d.ts.map +1 -1
  46. package/dist/api/genAiInference.js +22 -3
  47. package/dist/api/genAiInference.js.map +1 -1
  48. package/dist/api/workflows.d.ts +68 -5
  49. package/dist/api/workflows.d.ts.map +1 -1
  50. package/dist/api/workflows.js +16 -0
  51. package/dist/api/workflows.js.map +1 -1
  52. package/dist/api/workspace-ai.d.ts +41 -0
  53. package/dist/api/workspace-ai.d.ts.map +1 -1
  54. package/dist/api/workspace-ai.js +34 -0
  55. package/dist/api/workspace-ai.js.map +1 -1
  56. package/dist/api/workspaceManager.d.ts +16 -10
  57. package/dist/api/workspaceManager.d.ts.map +1 -1
  58. package/dist/api/workspaceManager.js +10 -0
  59. package/dist/api/workspaceManager.js.map +1 -1
  60. package/dist/api-addresses.d.ts +20 -18
  61. package/dist/api-addresses.d.ts.map +1 -1
  62. package/dist/api-addresses.js +81 -21
  63. package/dist/api-addresses.js.map +1 -1
  64. package/dist/apis-itau.json +241 -0
  65. package/dist/apis.json +17 -1
  66. package/dist/client/account-asset-manager.d.ts +112 -0
  67. package/dist/client/account-asset-manager.d.ts.map +1 -0
  68. package/dist/client/account-asset-manager.js +160 -0
  69. package/dist/client/account-asset-manager.js.map +1 -0
  70. package/dist/client/account.d.ts +265 -242
  71. package/dist/client/account.d.ts.map +1 -1
  72. package/dist/client/account.js +80 -34
  73. package/dist/client/account.js.map +1 -1
  74. package/dist/client/agent-tools.d.ts +295 -121
  75. package/dist/client/agent-tools.d.ts.map +1 -1
  76. package/dist/client/agent-tools.js +166 -12
  77. package/dist/client/agent-tools.js.map +1 -1
  78. package/dist/client/agent.d.ts +46 -46
  79. package/dist/client/agent.d.ts.map +1 -1
  80. package/dist/client/ai.d.ts +265 -79
  81. package/dist/client/ai.d.ts.map +1 -1
  82. package/dist/client/ai.js +268 -24
  83. package/dist/client/ai.js.map +1 -1
  84. package/dist/client/api-management.d.ts +10 -1
  85. package/dist/client/api-management.d.ts.map +1 -1
  86. package/dist/client/api-management.js +11 -2
  87. package/dist/client/api-management.js.map +1 -1
  88. package/dist/client/cloud-account.d.ts +13 -13
  89. package/dist/client/cloud-platform-horizon.d.ts +38 -19
  90. package/dist/client/cloud-platform-horizon.d.ts.map +1 -1
  91. package/dist/client/cloud-platform-horizon.js +19 -1
  92. package/dist/client/cloud-platform-horizon.js.map +1 -1
  93. package/dist/client/cloud-platform.d.ts +213 -46
  94. package/dist/client/cloud-platform.d.ts.map +1 -1
  95. package/dist/client/cloud-platform.js +168 -33
  96. package/dist/client/cloud-platform.js.map +1 -1
  97. package/dist/client/cloud-runtimes.d.ts +4 -4
  98. package/dist/client/cloud-services.d.ts +17 -17
  99. package/dist/client/cloud-services.d.ts.map +1 -1
  100. package/dist/client/code-shift.d.ts +535 -162
  101. package/dist/client/code-shift.d.ts.map +1 -1
  102. package/dist/client/code-shift.js +296 -7
  103. package/dist/client/code-shift.js.map +1 -1
  104. package/dist/client/content.d.ts +127 -132
  105. package/dist/client/content.d.ts.map +1 -1
  106. package/dist/client/data-integration.d.ts +92 -53
  107. package/dist/client/data-integration.d.ts.map +1 -1
  108. package/dist/client/data-integration.js +38 -2
  109. package/dist/client/data-integration.js.map +1 -1
  110. package/dist/client/discover.d.ts +31 -10
  111. package/dist/client/discover.d.ts.map +1 -1
  112. package/dist/client/discover.js +239 -3
  113. package/dist/client/discover.js.map +1 -1
  114. package/dist/client/edp-bfa.d.ts +16 -0
  115. package/dist/client/edp-bfa.d.ts.map +1 -0
  116. package/dist/client/edp-bfa.js +24 -0
  117. package/dist/client/edp-bfa.js.map +1 -0
  118. package/dist/client/event-bus.d.ts.map +1 -1
  119. package/dist/client/gen-ai-inference.d.ts +20 -20
  120. package/dist/client/insights.d.ts +7 -7
  121. package/dist/client/notification.d.ts +17 -10
  122. package/dist/client/notification.d.ts.map +1 -1
  123. package/dist/client/notification.js +10 -1
  124. package/dist/client/notification.js.map +1 -1
  125. package/dist/client/runtime-manager.d.ts +8 -8
  126. package/dist/client/secrets.d.ts.map +1 -1
  127. package/dist/client/secrets.js +1 -1
  128. package/dist/client/secrets.js.map +1 -1
  129. package/dist/client/types.d.ts +50 -7
  130. package/dist/client/types.d.ts.map +1 -1
  131. package/dist/client/workflow.d.ts +10 -10
  132. package/dist/client/workspace-ai.d.ts +65 -55
  133. package/dist/client/workspace-ai.d.ts.map +1 -1
  134. package/dist/client/workspace-ai.js +19 -9
  135. package/dist/client/workspace-ai.js.map +1 -1
  136. package/dist/client/workspace-manager.d.ts +115 -76
  137. package/dist/client/workspace-manager.d.ts.map +1 -1
  138. package/dist/client/workspace-manager.js +47 -2
  139. package/dist/client/workspace-manager.js.map +1 -1
  140. package/dist/client/workspace-search.d.ts +2 -2
  141. package/dist/client/workspace.d.ts +58 -105
  142. package/dist/client/workspace.d.ts.map +1 -1
  143. package/dist/error/DefaultAPIError.d.ts.map +1 -1
  144. package/dist/error/DefaultAPIError.js.map +1 -1
  145. package/dist/error/StackspotAPIError.d.ts +3 -4
  146. package/dist/error/StackspotAPIError.d.ts.map +1 -1
  147. package/dist/error/StackspotAPIError.js +3 -3
  148. package/dist/error/StackspotAPIError.js.map +1 -1
  149. package/dist/error/dictionary/accountAssetManager.d.ts +11 -0
  150. package/dist/error/dictionary/accountAssetManager.d.ts.map +1 -0
  151. package/dist/error/dictionary/accountAssetManager.js +11 -0
  152. package/dist/error/dictionary/accountAssetManager.js.map +1 -0
  153. package/dist/error/dictionary/cloud-platform.d.ts +76 -8
  154. package/dist/error/dictionary/cloud-platform.d.ts.map +1 -1
  155. package/dist/error/dictionary/cloud-platform.js +80 -12
  156. package/dist/error/dictionary/cloud-platform.js.map +1 -1
  157. package/dist/error/dictionary/workspace-ai.d.ts +9 -0
  158. package/dist/error/dictionary/workspace-ai.d.ts.map +1 -0
  159. package/dist/error/dictionary/workspace-ai.js +9 -0
  160. package/dist/error/dictionary/workspace-ai.js.map +1 -0
  161. package/dist/index.d.ts +5 -3
  162. package/dist/index.d.ts.map +1 -1
  163. package/dist/index.js +4 -2
  164. package/dist/index.js.map +1 -1
  165. package/dist/network/NetworkClient.d.ts +4 -2
  166. package/dist/network/NetworkClient.d.ts.map +1 -1
  167. package/dist/network/NetworkClient.js +16 -4
  168. package/dist/network/NetworkClient.js.map +1 -1
  169. package/dist/network/types.d.ts +2 -0
  170. package/dist/network/types.d.ts.map +1 -1
  171. package/dist/utils/StreamedJson.d.ts +3 -1
  172. package/dist/utils/StreamedJson.d.ts.map +1 -1
  173. package/dist/utils/StreamedJson.js +23 -3
  174. package/dist/utils/StreamedJson.js.map +1 -1
  175. package/package.dev.json +3 -0
  176. package/package.json +10 -9
  177. package/package.stg.json +3 -0
  178. package/readme.md +40 -1
  179. package/src/api/account.ts +701 -540
  180. package/src/api/accountAssetManager.ts +771 -0
  181. package/src/api/agent-tools.ts +1354 -556
  182. package/src/api/ai.ts +891 -170
  183. package/src/api/cloudPlatform.ts +667 -298
  184. package/src/api/cloudPlatformHorizon.ts +412 -9
  185. package/src/api/codeShift.ts +2088 -97
  186. package/src/api/dataIntegration.ts +635 -1
  187. package/src/api/discover.ts +180 -14
  188. package/src/api/edpBfa.ts +472 -0
  189. package/src/api/genAiInference.ts +47 -4
  190. package/src/api/workflows.ts +100 -5
  191. package/src/api/workspace-ai.ts +83 -0
  192. package/src/api/workspaceManager.ts +25 -10
  193. package/src/api-addresses.ts +113 -38
  194. package/src/apis-itau.json +241 -0
  195. package/src/apis.json +17 -1
  196. package/src/client/account-asset-manager.ts +100 -0
  197. package/src/client/account.ts +71 -40
  198. package/src/client/agent-tools.ts +111 -18
  199. package/src/client/ai.ts +237 -24
  200. package/src/client/api-management.ts +7 -2
  201. package/src/client/cloud-platform-horizon.ts +12 -4
  202. package/src/client/cloud-platform.ts +101 -27
  203. package/src/client/code-shift.ts +196 -8
  204. package/src/client/data-integration.ts +28 -1
  205. package/src/client/discover.ts +238 -5
  206. package/src/client/edp-bfa.ts +24 -0
  207. package/src/client/notification.ts +6 -1
  208. package/src/client/secrets.ts +1 -1
  209. package/src/client/types.ts +55 -9
  210. package/src/client/workspace-ai.ts +37 -26
  211. package/src/client/workspace-manager.ts +31 -2
  212. package/src/error/DefaultAPIError.ts +5 -5
  213. package/src/error/StackspotAPIError.ts +4 -4
  214. package/src/error/dictionary/accountAssetManager.ts +12 -0
  215. package/src/error/dictionary/cloud-platform.ts +80 -12
  216. package/src/error/dictionary/workspace-ai.ts +10 -0
  217. package/src/index.ts +6 -3
  218. package/src/network/NetworkClient.ts +18 -6
  219. package/src/network/types.ts +3 -0
  220. package/src/utils/StreamedJson.tsx +19 -4
@@ -7,22 +7,26 @@ import { AgentResponseWithBuiltIn, AgentToolsOpenAPIPreview, AgentVisibilityLeve
7
7
  declare class AgentToolsClient extends ReactQueryNetworkClient {
8
8
  constructor();
9
9
  protected buildStackSpotError(error: HttpError): StackspotAPIError;
10
+ /**
11
+ * Lists all public toolkits.
12
+ */
10
13
  tools: import("../network/types.js").QueryObject<Omit<{
11
- xAccountId?: string | null | undefined;
12
- xUsername?: string | null | undefined;
13
- xUserId?: string | null | undefined;
14
- xUserFullName?: string | null | undefined;
14
+ xAccountId?: string | null;
15
+ xUsername?: string | null;
16
+ xUserId?: string | null;
17
+ xUserFullName?: string | null;
15
18
  authorization: string;
16
19
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").BuiltinToolkitResponse[]>;
17
20
  /**
21
+ * @deprecated
18
22
  * Create agent
19
23
  */
20
24
  createAgent: import("../network/types.js").MutationObject<Omit<{
21
- isPublic?: boolean | undefined;
22
- xAccountId?: string | null | undefined;
23
- xUsername?: string | null | undefined;
24
- xUserId?: string | null | undefined;
25
- xUserFullName?: string | null | undefined;
25
+ isPublic?: boolean;
26
+ xAccountId?: string | null;
27
+ xUsername?: string | null;
28
+ xUserId?: string | null;
29
+ xUserFullName?: string | null;
26
30
  authorization: string;
27
31
  newAgentRequest: import("../api/agent-tools.js").NewAgentRequest;
28
32
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").CreatedResponse>;
@@ -31,23 +35,24 @@ declare class AgentToolsClient extends ReactQueryNetworkClient {
31
35
  */
32
36
  deleteAgent: import("../network/types.js").MutationObject<Omit<{
33
37
  agentId: string;
34
- isPublic?: boolean | undefined;
35
- xAccountId?: string | null | undefined;
36
- xUsername?: string | null | undefined;
37
- xUserId?: string | null | undefined;
38
- xUserFullName?: string | null | undefined;
38
+ isPublic?: boolean;
39
+ xAccountId?: string | null;
40
+ xUsername?: string | null;
41
+ xUserId?: string | null;
42
+ xUserFullName?: string | null;
39
43
  authorization: string;
40
44
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
41
45
  /**
46
+ * @deprecated
42
47
  * Updates an agent
43
48
  */
44
49
  updateAgent: import("../network/types.js").MutationObject<Omit<{
45
50
  agentId: string;
46
- isPublic?: boolean | undefined;
47
- xAccountId?: string | null | undefined;
48
- xUsername?: string | null | undefined;
49
- xUserId?: string | null | undefined;
50
- xUserFullName?: string | null | undefined;
51
+ isPublic?: boolean;
52
+ xAccountId?: string | null;
53
+ xUsername?: string | null;
54
+ xUserId?: string | null;
55
+ xUserFullName?: string | null;
51
56
  authorization: string;
52
57
  updateAgentRequest: import("../api/agent-tools.js").UpdateAgentRequest;
53
58
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
@@ -56,10 +61,10 @@ declare class AgentToolsClient extends ReactQueryNetworkClient {
56
61
  */
57
62
  favoriteAgent: import("../network/types.js").MutationObject<Omit<{
58
63
  agentId: string;
59
- xAccountId?: string | null | undefined;
60
- xUsername?: string | null | undefined;
61
- xUserId?: string | null | undefined;
62
- xUserFullName?: string | null | undefined;
64
+ xAccountId?: string | null;
65
+ xUsername?: string | null;
66
+ xUserId?: string | null;
67
+ xUserFullName?: string | null;
63
68
  authorization: string;
64
69
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
65
70
  /**
@@ -67,10 +72,10 @@ declare class AgentToolsClient extends ReactQueryNetworkClient {
67
72
  */
68
73
  publishAgent: import("../network/types.js").MutationObject<Omit<{
69
74
  agentId: string;
70
- xAccountId?: string | null | undefined;
71
- xUsername?: string | null | undefined;
72
- xUserId?: string | null | undefined;
73
- xUserFullName?: string | null | undefined;
75
+ xAccountId?: string | null;
76
+ xUsername?: string | null;
77
+ xUserId?: string | null;
78
+ xUserFullName?: string | null;
74
79
  authorization: string;
75
80
  publishAgentRequest: import("../api/agent-tools.js").PublishAgentRequest;
76
81
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
@@ -78,52 +83,68 @@ declare class AgentToolsClient extends ReactQueryNetworkClient {
78
83
  * List agents
79
84
  */
80
85
  agents: import("../network/types.js").InfiniteQueryObject<Omit<{
81
- name?: string | null | undefined;
82
- slug?: string | null | undefined;
83
- visibility?: VisibilityLevelEnum | AgentVisibilityLevelEnum | undefined;
84
- size?: number | undefined;
85
- page?: number | undefined;
86
- xAccountId?: string | null | undefined;
87
- xUsername?: string | null | undefined;
88
- xUserId?: string | null | undefined;
89
- xUserFullName?: string | null | undefined;
86
+ isPublic?: boolean;
87
+ name?: string | null;
88
+ slug?: string | null;
89
+ visibility?: AgentVisibilityLevelEnum | VisibilityLevelEnum;
90
+ size?: number;
91
+ page?: number;
92
+ xAccountId?: string | null;
93
+ xUsername?: string | null;
94
+ xUserId?: string | null;
95
+ xUserFullName?: string | null;
90
96
  authorization: string;
91
97
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").ListAgentResponse[], "">;
98
+ /**
99
+ * List agents with support for multiple filters
100
+ */
101
+ agentsMultipleFilters: import("../network/types.js").InfiniteQueryObject<Omit<{
102
+ filters: import("../api/agent-tools.js").ListAgentRequestV4;
103
+ isPublic?: boolean;
104
+ xAccountId?: string | null;
105
+ xUsername?: string | null;
106
+ xUserId?: string | null;
107
+ xUserFullName?: string | null;
108
+ authorization: string;
109
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").PaginatedResponseAgentResponseV3, "items">;
92
110
  /**
93
111
  * List agents available to be added to other agents
94
112
  */
95
113
  availableAgentsForMultiAgentAddition: import("../network/types.js").QueryObject<Omit<{
96
- name?: string | null | undefined;
97
- slug?: string | null | undefined;
98
- visibility?: VisibilityLevelEnum | AgentVisibilityLevelEnum | undefined;
99
- size?: number | undefined;
100
- page?: number | undefined;
101
- xAccountId?: string | null | undefined;
102
- xUsername?: string | null | undefined;
103
- xUserId?: string | null | undefined;
104
- xUserFullName?: string | null | undefined;
114
+ name?: string | null;
115
+ slug?: string | null;
116
+ visibility?: AgentVisibilityLevelEnum | VisibilityLevelEnum;
117
+ size?: number;
118
+ page?: number;
119
+ xAccountId?: string | null;
120
+ xUsername?: string | null;
121
+ xUserId?: string | null;
122
+ xUserFullName?: string | null;
105
123
  authorization: string;
106
124
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").ListMultiAgentsResponse[]>;
107
125
  /**
126
+ * @deprecated
108
127
  * Gets agent by id
109
128
  */
110
129
  agent: import("../network/types.js").QueryObject<Omit<{
111
130
  agentId: string;
112
- details?: boolean | undefined;
113
- xAccountId?: string | null | undefined;
114
- xUsername?: string | null | undefined;
115
- xUserId?: string | null | undefined;
116
- xUserFullName?: string | null | undefined;
131
+ details?: boolean;
132
+ versionNumber?: number | null;
133
+ xAccountId?: string | null;
134
+ xUsername?: string | null;
135
+ xUserId?: string | null;
136
+ xUserFullName?: string | null;
117
137
  authorization: string;
118
- }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").AgentModel>;
138
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").FindByIdAgentResponse>;
119
139
  /**
140
+ * @deprecated
120
141
  * Gets agents by ids
121
142
  */
122
143
  agentsByIds: import("../network/types.js").QueryObject<Omit<{
123
- xAccountId?: string | null | undefined;
124
- xUsername?: string | null | undefined;
125
- xUserId?: string | null | undefined;
126
- xUserFullName?: string | null | undefined;
144
+ xAccountId?: string | null;
145
+ xUsername?: string | null;
146
+ xUserId?: string | null;
147
+ xUserFullName?: string | null;
127
148
  authorization: string;
128
149
  searchAgentsRequest: import("../api/agent-tools.js").SearchAgentsRequest;
129
150
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").ListAgentResponse[]>;
@@ -134,64 +155,95 @@ declare class AgentToolsClient extends ReactQueryNetworkClient {
134
155
  /**
135
156
  * Gets the default agent
136
157
  */
137
- agentDefault: Omit<import("../network/types.js").QueryObject<void, import("../api/agent-tools.js").AgentModel | undefined>, "isAllowed" | "useAllowed" | "getPermissionKey">;
158
+ agentDefault: Omit<import("../network/types.js").QueryObject<void, import("../api/agent-tools.js").FindByIdAgentResponse | undefined>, "isAllowed" | "useAllowed" | "getPermissionKey">;
138
159
  /**
139
160
  * List agents filtered by visibility.
140
161
  */
141
162
  allAgents: Omit<import("../network/types.js").QueryObject<{
142
- visibilities: (AgentVisibilityLevel | 'all')[];
163
+ visibilities: (AgentVisibilityLevel | "all")[];
164
+ filter?: string;
143
165
  }, AgentResponseWithBuiltIn[]>, "isAllowed" | "useAllowed" | "getPermissionKey">;
166
+ /**
167
+ * Lists all custom toolkits.
168
+ */
144
169
  toolkits: import("../network/types.js").QueryObject<Omit<{
145
- visibility?: VisibilityLevelEnum | undefined;
146
- xAccountId?: string | null | undefined;
147
- xUsername?: string | null | undefined;
148
- xUserId?: string | null | undefined;
149
- xUserFullName?: string | null | undefined;
170
+ visibility?: VisibilityLevelEnum;
171
+ xAccountId?: string | null;
172
+ xUsername?: string | null;
173
+ xUserId?: string | null;
174
+ xUserFullName?: string | null;
150
175
  authorization: string;
151
176
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").CustomToolkitSimpleResponse[]>;
177
+ /**
178
+ * Get list of Toolkits V2
179
+ */
180
+ toolkitsV2: import("../network/types.js").InfiniteQueryObject<Omit<{
181
+ name?: string | null;
182
+ visibilityList?: VisibilityLevelEnum[];
183
+ size?: number;
184
+ page?: number;
185
+ order?: import("../api/agent-tools.js").OrderEnum | null;
186
+ xAccountId?: string | null;
187
+ xUsername?: string | null;
188
+ xUserId?: string | null;
189
+ xUserFullName?: string | null;
190
+ authorization: string;
191
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").PaginatedResponseCustomToolkitSimpleResponse, "items">;
192
+ /**
193
+ * Lists all tools of an MCP toolkit.
194
+ */
195
+ mcpTools: import("../network/types.js").QueryObject<Omit<{
196
+ toolkitId: string;
197
+ cacheControl?: string | null;
198
+ xAccountId?: string | null;
199
+ xUsername?: string | null;
200
+ xUserId?: string | null;
201
+ xUserFullName?: string | null;
202
+ authorization: string;
203
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").FunctionsResponse>;
152
204
  /**
153
205
  * Get a toolkit by Id
154
206
  */
155
207
  toolkitById: import("../network/types.js").QueryObject<Omit<{
156
208
  toolkitId: string;
157
- xAccountId?: string | null | undefined;
158
- xUsername?: string | null | undefined;
159
- xUserId?: string | null | undefined;
160
- xUserFullName?: string | null | undefined;
209
+ xAccountId?: string | null;
210
+ xUsername?: string | null;
211
+ xUserId?: string | null;
212
+ xUserFullName?: string | null;
161
213
  authorization: string;
162
214
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").CustomToolkitResponse>;
163
215
  /**
164
216
  * Create a toolkit
165
217
  */
166
218
  createToolkit: import("../network/types.js").MutationObject<Omit<{
167
- xAccountId?: string | null | undefined;
168
- xUsername?: string | null | undefined;
169
- xUserId?: string | null | undefined;
170
- xUserFullName?: string | null | undefined;
219
+ xAccountId?: string | null;
220
+ xUsername?: string | null;
221
+ xUserId?: string | null;
222
+ xUserFullName?: string | null;
171
223
  authorization: string;
172
- toolkitRequest: import("../api/agent-tools.js").ToolkitRequest;
224
+ body: import("../api/agent-tools.js").ToolkitRequest | import("../api/agent-tools.js").ToolkitMcpRequest;
173
225
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").CreatedResponse>;
174
226
  /**
175
227
  * Update a toolkit
176
228
  */
177
229
  updateToolkit: import("../network/types.js").MutationObject<Omit<{
178
230
  toolkitId: string;
179
- xAccountId?: string | null | undefined;
180
- xUsername?: string | null | undefined;
181
- xUserId?: string | null | undefined;
182
- xUserFullName?: string | null | undefined;
231
+ xAccountId?: string | null;
232
+ xUsername?: string | null;
233
+ xUserId?: string | null;
234
+ xUserFullName?: string | null;
183
235
  authorization: string;
184
- toolkitUpdateRequest: import("../api/agent-tools.js").ToolkitUpdateRequest;
236
+ body: import("../api/agent-tools.js").ToolkitUpdateRequest | import("../api/agent-tools.js").ToolkitMcpUpdateRequest;
185
237
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
186
238
  /**
187
239
  * Delete a toolkit
188
240
  */
189
241
  deleteToolkit: import("../network/types.js").MutationObject<Omit<{
190
242
  toolkitId: string;
191
- xAccountId?: string | null | undefined;
192
- xUsername?: string | null | undefined;
193
- xUserId?: string | null | undefined;
194
- xUserFullName?: string | null | undefined;
243
+ xAccountId?: string | null;
244
+ xUsername?: string | null;
245
+ xUserId?: string | null;
246
+ xUserFullName?: string | null;
195
247
  authorization: string;
196
248
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
197
249
  /**
@@ -200,10 +252,10 @@ declare class AgentToolsClient extends ReactQueryNetworkClient {
200
252
  toolFromToolkit: import("../network/types.js").QueryObject<Omit<{
201
253
  toolkitId: string;
202
254
  toolId: string;
203
- xAccountId?: string | null | undefined;
204
- xUsername?: string | null | undefined;
205
- xUserId?: string | null | undefined;
206
- xUserFullName?: string | null | undefined;
255
+ xAccountId?: string | null;
256
+ xUsername?: string | null;
257
+ xUserId?: string | null;
258
+ xUserFullName?: string | null;
207
259
  authorization: string;
208
260
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").CustomToolkitToolResponse>;
209
261
  /**
@@ -211,10 +263,10 @@ declare class AgentToolsClient extends ReactQueryNetworkClient {
211
263
  */
212
264
  addToolOnToolkit: import("../network/types.js").MutationObject<Omit<{
213
265
  toolkitId: string;
214
- xAccountId?: string | null | undefined;
215
- xUsername?: string | null | undefined;
216
- xUserId?: string | null | undefined;
217
- xUserFullName?: string | null | undefined;
266
+ xAccountId?: string | null;
267
+ xUsername?: string | null;
268
+ xUserId?: string | null;
269
+ xUserFullName?: string | null;
218
270
  authorization: string;
219
271
  customToolsRequest: import("../api/agent-tools.js").CustomToolsRequest;
220
272
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
@@ -224,10 +276,10 @@ declare class AgentToolsClient extends ReactQueryNetworkClient {
224
276
  editToolOnToolkit: import("../network/types.js").MutationObject<Omit<{
225
277
  toolkitId: string;
226
278
  toolId: string;
227
- xAccountId?: string | null | undefined;
228
- xUsername?: string | null | undefined;
229
- xUserId?: string | null | undefined;
230
- xUserFullName?: string | null | undefined;
279
+ xAccountId?: string | null;
280
+ xUsername?: string | null;
281
+ xUserId?: string | null;
282
+ xUserFullName?: string | null;
231
283
  authorization: string;
232
284
  customToolRequest: import("../api/agent-tools.js").CustomToolRequest;
233
285
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
@@ -236,10 +288,10 @@ declare class AgentToolsClient extends ReactQueryNetworkClient {
236
288
  */
237
289
  deleteToolFromToolkit: import("../network/types.js").MutationObject<Omit<{
238
290
  toolkitId: string;
239
- xAccountId?: string | null | undefined;
240
- xUsername?: string | null | undefined;
241
- xUserId?: string | null | undefined;
242
- xUserFullName?: string | null | undefined;
291
+ xAccountId?: string | null;
292
+ xUsername?: string | null;
293
+ xUserId?: string | null;
294
+ xUserFullName?: string | null;
243
295
  authorization: string;
244
296
  deleteToolsRequest: import("../api/agent-tools.js").DeleteToolsRequest;
245
297
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
@@ -255,10 +307,10 @@ declare class AgentToolsClient extends ReactQueryNetworkClient {
255
307
  */
256
308
  agentsUsingTools: import("../network/types.js").QueryObject<Omit<{
257
309
  toolkitId: string;
258
- xAccountId?: string | null | undefined;
259
- xUsername?: string | null | undefined;
260
- xUserId?: string | null | undefined;
261
- xUserFullName?: string | null | undefined;
310
+ xAccountId?: string | null;
311
+ xUsername?: string | null;
312
+ xUserId?: string | null;
313
+ xUserFullName?: string | null;
262
314
  authorization: string;
263
315
  listAgentsUsingToolsRequest: import("../api/agent-tools.js").ListAgentsUsingToolsRequest;
264
316
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").AgentUsingToolsResponse[]>;
@@ -267,10 +319,10 @@ declare class AgentToolsClient extends ReactQueryNetworkClient {
267
319
  */
268
320
  fork: import("../network/types.js").MutationObject<Omit<{
269
321
  toolkitId: string;
270
- xAccountId?: string | null | undefined;
271
- xUsername?: string | null | undefined;
272
- xUserId?: string | null | undefined;
273
- xUserFullName?: string | null | undefined;
322
+ xAccountId?: string | null;
323
+ xUsername?: string | null;
324
+ xUserId?: string | null;
325
+ xUserFullName?: string | null;
274
326
  authorization: string;
275
327
  toolkitForkRequest: import("../api/agent-tools.js").ToolkitForkRequest;
276
328
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").CustomToolkitResponse>;
@@ -279,10 +331,10 @@ declare class AgentToolsClient extends ReactQueryNetworkClient {
279
331
  */
280
332
  shareAgent: import("../network/types.js").MutationObject<Omit<{
281
333
  agentId: string;
282
- xAccountId?: string | null | undefined;
283
- xUsername?: string | null | undefined;
284
- xUserId?: string | null | undefined;
285
- xUserFullName?: string | null | undefined;
334
+ xAccountId?: string | null;
335
+ xUsername?: string | null;
336
+ xUserId?: string | null;
337
+ xUserFullName?: string | null;
286
338
  authorization: string;
287
339
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
288
340
  /**
@@ -290,11 +342,11 @@ declare class AgentToolsClient extends ReactQueryNetworkClient {
290
342
  */
291
343
  forkAgent: import("../network/types.js").MutationObject<Omit<{
292
344
  agentId: string;
293
- isPublic?: boolean | undefined;
294
- xAccountId?: string | null | undefined;
295
- xUsername?: string | null | undefined;
296
- xUserId?: string | null | undefined;
297
- xUserFullName?: string | null | undefined;
345
+ isPublic?: boolean;
346
+ xAccountId?: string | null;
347
+ xUsername?: string | null;
348
+ xUserId?: string | null;
349
+ xUserFullName?: string | null;
298
350
  authorization: string;
299
351
  forkAgentRequest: import("../api/agent-tools.js").ForkAgentRequest;
300
352
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").CreatedResponse>;
@@ -303,10 +355,10 @@ declare class AgentToolsClient extends ReactQueryNetworkClient {
303
355
  */
304
356
  addFavorite: import("../network/types.js").MutationObject<Omit<{
305
357
  agentId: string;
306
- xAccountId?: string | null | undefined;
307
- xUsername?: string | null | undefined;
308
- xUserId?: string | null | undefined;
309
- xUserFullName?: string | null | undefined;
358
+ xAccountId?: string | null;
359
+ xUsername?: string | null;
360
+ xUserId?: string | null;
361
+ xUserFullName?: string | null;
310
362
  authorization: string;
311
363
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
312
364
  /**
@@ -314,12 +366,134 @@ declare class AgentToolsClient extends ReactQueryNetworkClient {
314
366
  */
315
367
  removeFavorite: import("../network/types.js").MutationObject<Omit<{
316
368
  agentId: string;
317
- xAccountId?: string | null | undefined;
318
- xUsername?: string | null | undefined;
319
- xUserId?: string | null | undefined;
320
- xUserFullName?: string | null | undefined;
369
+ xAccountId?: string | null;
370
+ xUsername?: string | null;
371
+ xUserId?: string | null;
372
+ xUserFullName?: string | null;
321
373
  authorization: string;
322
374
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
375
+ /**
376
+ * Creates an agent version
377
+ */
378
+ createAgentVersion: import("../network/types.js").MutationObject<Omit<{
379
+ agentCoreId: string;
380
+ xAccountId?: string | null;
381
+ xUsername?: string | null;
382
+ xUserId?: string | null;
383
+ xUserFullName?: string | null;
384
+ authorization: string;
385
+ createVersionRequest: import("../api/agent-tools.js").CreateVersionRequest;
386
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").CreateVersionResponse>;
387
+ /**
388
+ * V2 of agent creation
389
+ */
390
+ createAgentV2: import("../network/types.js").MutationObject<Omit<{
391
+ isPublic?: boolean;
392
+ xAccountId?: string | null;
393
+ xUsername?: string | null;
394
+ xUserId?: string | null;
395
+ xUserFullName?: string | null;
396
+ authorization: string;
397
+ newAgentRequestV2: import("../api/agent-tools.js").NewAgentRequestV2;
398
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").CreatedResponse>;
399
+ /**
400
+ * V2 of agent update
401
+ */
402
+ updateAgentV2: import("../network/types.js").MutationObject<Omit<{
403
+ agentId: string;
404
+ isPublic?: boolean;
405
+ xAccountId?: string | null;
406
+ xUsername?: string | null;
407
+ xUserId?: string | null;
408
+ xUserFullName?: string | null;
409
+ authorization: string;
410
+ updateAgentRequestV2: import("../api/agent-tools.js").UpdateAgentRequestV2;
411
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
412
+ /**
413
+ * Update agent recommended version
414
+ */
415
+ updateRecommendedVersion: import("../network/types.js").MutationObject<Omit<{
416
+ agentCoreId: string;
417
+ versionNumber: number;
418
+ xAccountId?: string | null;
419
+ xUsername?: string | null;
420
+ xUserId?: string | null;
421
+ xUserFullName?: string | null;
422
+ authorization: string;
423
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").AgentVersionResponse>;
424
+ /**
425
+ * V2 of get agent by id
426
+ */
427
+ agentV2: import("../network/types.js").QueryObject<Omit<{
428
+ agentCoreId: string;
429
+ versionNumber?: number | null;
430
+ returnAllVersions?: boolean | null;
431
+ xAccountId?: string | null;
432
+ xUsername?: string | null;
433
+ xUserId?: string | null;
434
+ xUserFullName?: string | null;
435
+ authorization: string;
436
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").AgentCoreWithSingleVersionResponse>;
437
+ /**
438
+ * Deletes an agent version
439
+ */
440
+ deleteVersion: import("../network/types.js").MutationObject<Omit<{
441
+ agentCoreId: string;
442
+ versionNumber: number;
443
+ isPublic?: boolean;
444
+ xAccountId?: string | null;
445
+ xUsername?: string | null;
446
+ xUserId?: string | null;
447
+ xUserFullName?: string | null;
448
+ authorization: string;
449
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
450
+ /**
451
+ * Gets agent versions
452
+ */
453
+ listAgentVersions: import("../network/types.js").QueryObject<Omit<{
454
+ agentCoreId: string;
455
+ xAccountId?: string | null;
456
+ xUsername?: string | null;
457
+ xUserId?: string | null;
458
+ xUserFullName?: string | null;
459
+ authorization: string;
460
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").ListAgentVersionResponse[]>;
461
+ /**
462
+ * Get agents by list of ids using api v2
463
+ */
464
+ agentsByIdsV2: import("../network/types.js").QueryObject<Omit<{
465
+ xAccountId?: string | null;
466
+ xUsername?: string | null;
467
+ xUserId?: string | null;
468
+ xUserFullName?: string | null;
469
+ authorization: string;
470
+ searchAgentsRequestV2: import("../api/agent-tools.js").SearchAgentsRequestV2;
471
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").ListAgentResponseV2[]>;
472
+ /**
473
+ * Deletes an agent version
474
+ */
475
+ forkAgentVersion: import("../network/types.js").MutationObject<Omit<{
476
+ agentCoreId: string;
477
+ versionNumber: number;
478
+ xAccountId?: string | null;
479
+ xUsername?: string | null;
480
+ xUserId?: string | null;
481
+ xUserFullName?: string | null;
482
+ authorization: string;
483
+ forkAgentRequest: import("../api/agent-tools.js").ForkAgentRequest;
484
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").ForkedAgentCoreAndVersionResponse>;
485
+ /**
486
+ * Get agents v4
487
+ */
488
+ agentsV4: import("../network/types.js").InfiniteQueryObject<Omit<{
489
+ filters: import("../api/agent-tools.js").ListAgentRequestV4;
490
+ isPublic?: boolean;
491
+ xAccountId?: string | null;
492
+ xUsername?: string | null;
493
+ xUserId?: string | null;
494
+ xUserFullName?: string | null;
495
+ authorization: string;
496
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/agent-tools.js").PaginatedResponseListAgentCoreResponse, "items">;
323
497
  }
324
498
  export declare const agentToolsClient: AgentToolsClient;
325
499
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"agent-tools.d.ts","sourceRoot":"","sources":["../../src/client/agent-tools.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAE7C,OAAO,EAA0C,wBAAwB,EAA42B,mBAAmB,EAAE,MAAM,oBAAoB,CAAA;AAGp+B,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAA;AAG5E,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAA;AACtD,OAAO,EAAE,wBAAwB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAKlG,cAAM,gBAAiB,SAAQ,uBAAuB;;IAKpD,SAAS,CAAC,mBAAmB,CAAC,KAAK,EAAE,SAAS,GAAG,iBAAiB;IAIlE,KAAK;;;;;;0HAA6E;IAElF;;OAEG;IACH,WAAW;;;;;;;;iHAAmE;IAE9E;;OAEG;IACH,WAAW;;;;;;;;4EAA4E;IAEvF;;OAEG;IACH,WAAW;;;;;;;;;4EAA2E;IAEtF;;MAEE;IACF,aAAa;;;;;;;4EAAkF;IAE/F;;MAEE;IACF,YAAY;;;;;;;;4EAAkF;IAE9F;;OAEG;IACH,MAAM;;;;;;;;;;;yHAAsE;IAE5E;;OAEG;IACH,oCAAoC;;;;;;;;;;;2HAA8E;IAElH;;OAEG;IACH,KAAK;;;;;;;;4GAAmE;IAExE;;OAEG;IACH,WAAW;;;;;;;qHAAuE;IAElF;;OAEG;IACH,gBAAgB,SAAqB;IAErC;;OAEG;IACH,YAAY,2JAWV;IAEF;;OAEG;IACH,SAAS;sBAE4C,CAAC,oBAAoB,GAAG,KAAK,CAAC,EAAE;qFA6BnF;IAIF,QAAQ;;;;;;;+HAAkE;IAC1E;;OAEG;IACH,WAAW;;;;;;;uHAAyE;IACpF;;OAEG;IACH,aAAa;;;;;;;iHAAuE;IACpF;;OAEG;IACH,aAAa;;;;;;;;4EAAiF;IAC9F;;OAEG;IACH,aAAa;;;;;;;4EAAkF;IAC/F;;OAEG;IACH,eAAe;;;;;;;;2HAAwF;IACvG;;OAEG;IACH,gBAAgB;;;;;;;;4EAA0F;IAC1G;;OAEG;IACH,iBAAiB;;;;;;;;;4EAA4F;IAC7G;;OAEG;IACH,qBAAqB;;;;;;;;4EAA4F;IACjH;;OAEG;IACH,kBAAkB,8BAA+B;QAAE,aAAa,EAAE,MAAM,EAAE,CAAC;QAAC,MAAM,CAAC,EAAE,WAAW,CAAA;KAAE,6CAMjG;IACD;;OAEG;IACH,gBAAgB;;;;;;;;2HAA+F;IAC/G;;OAEG;IACH,IAAI;;;;;;;;uHAAkF;IAEtF;;OAEG;IACH,UAAU;;;;;;;4EAAyE;IACnF;;OAEG;IACH,SAAS;;;;;;;;;iHAA4E;IAErF;;MAEE;IACF,WAAW;;;;;;;4EAAkF;IAE7F;;MAEE;IACF,cAAc;;;;;;;4EAAuF;CACtG;AAED,eAAO,MAAM,gBAAgB,kBAAyB,CAAA"}
1
+ {"version":3,"file":"agent-tools.d.ts","sourceRoot":"","sources":["../../src/client/agent-tools.ts"],"names":[],"mappings":"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"}