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

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 (215) 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 +243 -149
  11. package/dist/api/agent-tools.d.ts.map +1 -1
  12. package/dist/api/agent-tools.js +77 -5
  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 +487 -98
  17. package/dist/api/ai.d.ts.map +1 -1
  18. package/dist/api/ai.js +427 -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/workspaceManager.d.ts +16 -10
  53. package/dist/api/workspaceManager.d.ts.map +1 -1
  54. package/dist/api/workspaceManager.js +10 -0
  55. package/dist/api/workspaceManager.js.map +1 -1
  56. package/dist/api-addresses.d.ts +20 -18
  57. package/dist/api-addresses.d.ts.map +1 -1
  58. package/dist/api-addresses.js +81 -21
  59. package/dist/api-addresses.js.map +1 -1
  60. package/dist/apis-itau.json +241 -0
  61. package/dist/apis.json +17 -1
  62. package/dist/client/account-asset-manager.d.ts +112 -0
  63. package/dist/client/account-asset-manager.d.ts.map +1 -0
  64. package/dist/client/account-asset-manager.js +160 -0
  65. package/dist/client/account-asset-manager.js.map +1 -0
  66. package/dist/client/account.d.ts +265 -242
  67. package/dist/client/account.d.ts.map +1 -1
  68. package/dist/client/account.js +80 -34
  69. package/dist/client/account.js.map +1 -1
  70. package/dist/client/agent-tools.d.ts +166 -119
  71. package/dist/client/agent-tools.d.ts.map +1 -1
  72. package/dist/client/agent-tools.js +62 -11
  73. package/dist/client/agent-tools.js.map +1 -1
  74. package/dist/client/agent.d.ts +46 -46
  75. package/dist/client/agent.d.ts.map +1 -1
  76. package/dist/client/ai.d.ts +266 -79
  77. package/dist/client/ai.d.ts.map +1 -1
  78. package/dist/client/ai.js +262 -20
  79. package/dist/client/ai.js.map +1 -1
  80. package/dist/client/api-management.d.ts +10 -1
  81. package/dist/client/api-management.d.ts.map +1 -1
  82. package/dist/client/api-management.js +11 -2
  83. package/dist/client/api-management.js.map +1 -1
  84. package/dist/client/cloud-account.d.ts +13 -13
  85. package/dist/client/cloud-platform-horizon.d.ts +38 -19
  86. package/dist/client/cloud-platform-horizon.d.ts.map +1 -1
  87. package/dist/client/cloud-platform-horizon.js +19 -1
  88. package/dist/client/cloud-platform-horizon.js.map +1 -1
  89. package/dist/client/cloud-platform.d.ts +213 -46
  90. package/dist/client/cloud-platform.d.ts.map +1 -1
  91. package/dist/client/cloud-platform.js +168 -33
  92. package/dist/client/cloud-platform.js.map +1 -1
  93. package/dist/client/cloud-runtimes.d.ts +4 -4
  94. package/dist/client/cloud-services.d.ts +17 -17
  95. package/dist/client/cloud-services.d.ts.map +1 -1
  96. package/dist/client/code-shift.d.ts +535 -162
  97. package/dist/client/code-shift.d.ts.map +1 -1
  98. package/dist/client/code-shift.js +296 -7
  99. package/dist/client/code-shift.js.map +1 -1
  100. package/dist/client/content.d.ts +127 -132
  101. package/dist/client/content.d.ts.map +1 -1
  102. package/dist/client/data-integration.d.ts +92 -53
  103. package/dist/client/data-integration.d.ts.map +1 -1
  104. package/dist/client/data-integration.js +38 -2
  105. package/dist/client/data-integration.js.map +1 -1
  106. package/dist/client/discover.d.ts +31 -10
  107. package/dist/client/discover.d.ts.map +1 -1
  108. package/dist/client/discover.js +239 -3
  109. package/dist/client/discover.js.map +1 -1
  110. package/dist/client/edp-bfa.d.ts +16 -0
  111. package/dist/client/edp-bfa.d.ts.map +1 -0
  112. package/dist/client/edp-bfa.js +24 -0
  113. package/dist/client/edp-bfa.js.map +1 -0
  114. package/dist/client/event-bus.d.ts.map +1 -1
  115. package/dist/client/gen-ai-inference.d.ts +20 -20
  116. package/dist/client/insights.d.ts +7 -7
  117. package/dist/client/notification.d.ts +17 -10
  118. package/dist/client/notification.d.ts.map +1 -1
  119. package/dist/client/notification.js +10 -1
  120. package/dist/client/notification.js.map +1 -1
  121. package/dist/client/runtime-manager.d.ts +8 -8
  122. package/dist/client/secrets.d.ts.map +1 -1
  123. package/dist/client/secrets.js +1 -1
  124. package/dist/client/secrets.js.map +1 -1
  125. package/dist/client/types.d.ts +50 -7
  126. package/dist/client/types.d.ts.map +1 -1
  127. package/dist/client/workflow.d.ts +10 -10
  128. package/dist/client/workspace-ai.d.ts +53 -53
  129. package/dist/client/workspace-ai.d.ts.map +1 -1
  130. package/dist/client/workspace-ai.js +3 -7
  131. package/dist/client/workspace-ai.js.map +1 -1
  132. package/dist/client/workspace-manager.d.ts +115 -76
  133. package/dist/client/workspace-manager.d.ts.map +1 -1
  134. package/dist/client/workspace-manager.js +47 -2
  135. package/dist/client/workspace-manager.js.map +1 -1
  136. package/dist/client/workspace-search.d.ts +2 -2
  137. package/dist/client/workspace.d.ts +58 -105
  138. package/dist/client/workspace.d.ts.map +1 -1
  139. package/dist/error/DefaultAPIError.d.ts.map +1 -1
  140. package/dist/error/DefaultAPIError.js.map +1 -1
  141. package/dist/error/StackspotAPIError.d.ts +3 -4
  142. package/dist/error/StackspotAPIError.d.ts.map +1 -1
  143. package/dist/error/StackspotAPIError.js +3 -3
  144. package/dist/error/StackspotAPIError.js.map +1 -1
  145. package/dist/error/dictionary/accountAssetManager.d.ts +11 -0
  146. package/dist/error/dictionary/accountAssetManager.d.ts.map +1 -0
  147. package/dist/error/dictionary/accountAssetManager.js +11 -0
  148. package/dist/error/dictionary/accountAssetManager.js.map +1 -0
  149. package/dist/error/dictionary/cloud-platform.d.ts +76 -8
  150. package/dist/error/dictionary/cloud-platform.d.ts.map +1 -1
  151. package/dist/error/dictionary/cloud-platform.js +80 -12
  152. package/dist/error/dictionary/cloud-platform.js.map +1 -1
  153. package/dist/error/dictionary/workspace-ai.d.ts +9 -0
  154. package/dist/error/dictionary/workspace-ai.d.ts.map +1 -0
  155. package/dist/error/dictionary/workspace-ai.js +9 -0
  156. package/dist/error/dictionary/workspace-ai.js.map +1 -0
  157. package/dist/index.d.ts +5 -3
  158. package/dist/index.d.ts.map +1 -1
  159. package/dist/index.js +4 -2
  160. package/dist/index.js.map +1 -1
  161. package/dist/network/NetworkClient.d.ts +4 -2
  162. package/dist/network/NetworkClient.d.ts.map +1 -1
  163. package/dist/network/NetworkClient.js +16 -4
  164. package/dist/network/NetworkClient.js.map +1 -1
  165. package/dist/network/types.d.ts +2 -0
  166. package/dist/network/types.d.ts.map +1 -1
  167. package/dist/utils/StreamedJson.d.ts +3 -1
  168. package/dist/utils/StreamedJson.d.ts.map +1 -1
  169. package/dist/utils/StreamedJson.js +23 -3
  170. package/dist/utils/StreamedJson.js.map +1 -1
  171. package/package.dev.json +3 -0
  172. package/package.json +10 -9
  173. package/package.stg.json +3 -0
  174. package/readme.md +40 -1
  175. package/src/api/account.ts +701 -540
  176. package/src/api/accountAssetManager.ts +771 -0
  177. package/src/api/agent-tools.ts +332 -151
  178. package/src/api/ai.ts +891 -170
  179. package/src/api/cloudPlatform.ts +667 -298
  180. package/src/api/cloudPlatformHorizon.ts +412 -9
  181. package/src/api/codeShift.ts +2088 -97
  182. package/src/api/dataIntegration.ts +635 -1
  183. package/src/api/discover.ts +180 -14
  184. package/src/api/edpBfa.ts +472 -0
  185. package/src/api/genAiInference.ts +47 -4
  186. package/src/api/workflows.ts +100 -5
  187. package/src/api/workspaceManager.ts +25 -10
  188. package/src/api-addresses.ts +113 -38
  189. package/src/apis-itau.json +241 -0
  190. package/src/apis.json +17 -1
  191. package/src/client/account-asset-manager.ts +100 -0
  192. package/src/client/account.ts +71 -40
  193. package/src/client/agent-tools.ts +57 -17
  194. package/src/client/ai.ts +232 -20
  195. package/src/client/api-management.ts +7 -2
  196. package/src/client/cloud-platform-horizon.ts +12 -4
  197. package/src/client/cloud-platform.ts +101 -27
  198. package/src/client/code-shift.ts +196 -8
  199. package/src/client/data-integration.ts +28 -1
  200. package/src/client/discover.ts +238 -5
  201. package/src/client/edp-bfa.ts +24 -0
  202. package/src/client/notification.ts +6 -1
  203. package/src/client/secrets.ts +1 -1
  204. package/src/client/types.ts +55 -9
  205. package/src/client/workspace-ai.ts +19 -23
  206. package/src/client/workspace-manager.ts +31 -2
  207. package/src/error/DefaultAPIError.ts +5 -5
  208. package/src/error/StackspotAPIError.ts +4 -4
  209. package/src/error/dictionary/accountAssetManager.ts +12 -0
  210. package/src/error/dictionary/cloud-platform.ts +80 -12
  211. package/src/error/dictionary/workspace-ai.ts +10 -0
  212. package/src/index.ts +6 -3
  213. package/src/network/NetworkClient.ts +18 -6
  214. package/src/network/types.ts +3 -0
  215. package/src/utils/StreamedJson.tsx +19 -4
@@ -12,8 +12,9 @@ declare class AIClient extends ReactQueryNetworkClient {
12
12
  */
13
13
  runQuickAction: import("../network/types.js").MutationObject<Omit<{
14
14
  authorization: string;
15
- xAccountId?: string | null | undefined;
16
- xMemberId?: string | null | undefined;
15
+ xAccountId?: string | null;
16
+ xMemberId?: string | null;
17
+ xUsername?: string | null;
17
18
  quickActionsRequest: import("../api/ai.js").QuickActionsRequest;
18
19
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").SimpleResponse>;
19
20
  /**
@@ -29,7 +30,7 @@ declare class AIClient extends ReactQueryNetworkClient {
29
30
  */
30
31
  deleteKnowledgeObjectsByStandalone: import("../network/types.js").MutationObject<Omit<{
31
32
  slug: string;
32
- standalone?: boolean | null | undefined;
33
+ standalone?: boolean | null;
33
34
  authorization: string;
34
35
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
35
36
  /**
@@ -45,36 +46,40 @@ declare class AIClient extends ReactQueryNetworkClient {
45
46
  vectorizeCustomKS: import("../network/types.js").MutationObject<Omit<{
46
47
  slug: string;
47
48
  authorization: string;
48
- xAccountId?: string | null | undefined;
49
- xMemberId?: string | null | undefined;
49
+ xAccountId?: string | null;
50
+ xMemberId?: string | null;
51
+ xUsername?: string | null;
50
52
  customKnowledgeSourceRequest: import("../api/ai.js").CustomKnowledgeSourceRequest;
51
53
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
52
54
  /**
53
55
  * Lists the AI Stacks according to their visibilities.
54
56
  */
55
57
  aiStacks: import("../network/types.js").QueryObject<Omit<{
56
- visibility?: import("../api/ai.js").VisibilityLevelEnum | undefined;
58
+ visibility?: import("../api/ai.js").VisibilityLevelEnum;
57
59
  authorization: string;
58
- xAccountId?: string | null | undefined;
59
- xMemberId?: string | null | undefined;
60
+ xAccountId?: string | null;
61
+ xMemberId?: string | null;
62
+ xUsername?: string | null;
60
63
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").GetAiStackResponse[]>;
61
64
  /**
62
65
  * Gets total tokens usage
63
66
  */
64
67
  totalTokensUsage: import("../network/types.js").QueryObject<Omit<{
65
68
  authorization: string;
66
- xAccountId?: string | null | undefined;
67
- xMemberId?: string | null | undefined;
69
+ xAccountId?: string | null;
70
+ xMemberId?: string | null;
71
+ xUsername?: string | null;
68
72
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").TokensCurrentUsageResponse>;
69
73
  /**
70
74
  * Gets current tokens usage
71
75
  */
72
76
  currentTokensUsage: import("../network/types.js").QueryObject<Omit<{
73
- year: number;
74
- month: number;
77
+ year?: number | null;
78
+ month?: number | null;
75
79
  authorization: string;
76
- xAccountId?: string | null | undefined;
77
- xMemberId?: string | null | undefined;
80
+ xAccountId?: string | null;
81
+ xMemberId?: string | null;
82
+ xUsername?: string | null;
78
83
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").TokensCurrentUsageResponse>;
79
84
  /**
80
85
  * Gets a workspace by its id.
@@ -82,52 +87,74 @@ declare class AIClient extends ReactQueryNetworkClient {
82
87
  workspace: import("../network/types.js").QueryObject<Omit<{
83
88
  workspaceId: string;
84
89
  authorization: string;
85
- xAccountId?: string | null | undefined;
86
- xMemberId?: string | null | undefined;
90
+ xAccountId?: string | null;
91
+ xMemberId?: string | null;
92
+ xUsername?: string | null;
87
93
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").KnowledgeSourceResponse[]>;
88
94
  /**
89
95
  * @deprecated
90
96
  * Lists the quick commands according to filters passed as parameter (QC with secrets will not be returned).
91
97
  */
92
98
  quickCommands: import("../network/types.js").QueryObject<Omit<{
93
- visibility?: import("../api/ai.js").VisibilityLevelEnum | null | undefined;
94
- order?: import("../api/ai.js").OrderEnum | undefined;
95
- types?: import("../api/ai.js").QuickCommandTypeRequest[] | null | undefined;
99
+ visibility?: import("../api/ai.js").VisibilityLevelEnum | null;
100
+ order?: import("../api/ai.js").OrderEnum;
101
+ types?: import("../api/ai.js").QuickCommandTypeRequest[] | null;
96
102
  authorization: string;
97
- xAccountId?: string | null | undefined;
98
- xMemberId?: string | null | undefined;
103
+ xAccountId?: string | null;
104
+ xMemberId?: string | null;
105
+ xUsername?: string | null;
99
106
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").QuickCommandListResponse[]>;
100
107
  /**
101
108
  * Lists all the quick commands according to filters passed as parameter (including QC with secrets).
102
109
  */
103
110
  allQuickCommands: import("../network/types.js").QueryObject<Omit<{
104
- visibility?: import("../api/ai.js").VisibilityLevelEnum | null | undefined;
105
- order?: import("../api/ai.js").OrderEnum | undefined;
106
- types?: import("../api/ai.js").QuickCommandTypeRequest[] | null | undefined;
111
+ visibility?: import("../api/ai.js").VisibilityLevelEnum | null;
112
+ order?: import("../api/ai.js").OrderEnum;
113
+ types?: import("../api/ai.js").QuickCommandTypeRequest[] | null;
107
114
  authorization: string;
108
- xAccountId?: string | null | undefined;
109
- xMemberId?: string | null | undefined;
115
+ xAccountId?: string | null;
116
+ xMemberId?: string | null;
117
+ xUsername?: string | null;
110
118
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").QuickCommandListResponse[]>;
119
+ /**
120
+ * Lists all the quick commands according to filters passed as parameter (including QC with secrets) with pagination.
121
+ */
122
+ allQuickCommandsV3: import("../network/types.js").InfiniteQueryObject<Omit<{
123
+ name?: string | null;
124
+ slug?: string | null;
125
+ size?: number;
126
+ page?: number;
127
+ visibilityList?: import("../api/ai.js").VisibilityLevelEnum[] | null;
128
+ order?: import("../api/ai.js").OrderEnum | null;
129
+ isRemote?: boolean;
130
+ types?: import("../api/ai.js").QuickCommandTypeRequest[] | null;
131
+ authorization: string;
132
+ xAccountId?: string | null;
133
+ xMemberId?: string | null;
134
+ xUsername?: string | null;
135
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").PaginatedResponseQuickCommandListResponseV3, "items">;
111
136
  /**
112
137
  * Gets a quick command by its slug.
113
138
  */
114
139
  quickCommand: import("../network/types.js").QueryObject<Omit<{
115
140
  slug: string;
116
- findAgents?: boolean | undefined;
141
+ findAgents?: boolean;
117
142
  authorization: string;
118
- xAccountId?: string | null | undefined;
119
- xMemberId?: string | null | undefined;
143
+ xAccountId?: string | null;
144
+ xMemberId?: string | null;
145
+ xUsername?: string | null;
120
146
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").QuickCommandResponse>;
121
147
  /**
122
148
  * Creates a new execution for a quick command by its slug.
123
149
  */
124
150
  quickCommandCreateExecution: import("../network/types.js").MutationObject<Omit<{
125
151
  slug: string;
126
- conversationId?: string | null | undefined;
152
+ conversationId?: string | null;
127
153
  authorization: string;
128
- xAccountId?: string | null | undefined;
129
- xMemberId?: string | null | undefined;
130
- quickCommandCreateRequest?: import("../api/ai.js").QuickCommandCreateRequest | undefined;
154
+ xAccountId?: string | null;
155
+ xMemberId?: string | null;
156
+ xUsername?: string | null;
157
+ quickCommandCreateRequest?: import("../api/ai.js").QuickCommandCreateRequest;
131
158
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
132
159
  /**
133
160
  * Gets the execution status and result of a quick command by its execution ID.
@@ -135,20 +162,22 @@ declare class AIClient extends ReactQueryNetworkClient {
135
162
  quickCommandCallbackExecutionId: import("../network/types.js").QueryObject<Omit<{
136
163
  executionId: string;
137
164
  authorization: string;
138
- xAccountId?: string | null | undefined;
139
- xMemberId?: string | null | undefined;
165
+ xAccountId?: string | null;
166
+ xMemberId?: string | null;
167
+ xUsername?: string | null;
140
168
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").QuickCommandExecutionResponse>;
141
169
  /**
142
170
  * Lists the knowledge sources according to filters passed as parameter.
143
171
  */
144
172
  knowledgeSources: import("../network/types.js").QueryObject<Omit<{
145
- visibility?: import("../api/ai.js").VisibilityLevelEnum | undefined;
146
- order?: import("../api/ai.js").OrderEnum | undefined;
147
- $default?: boolean | null | undefined;
148
- types?: import("../api/ai.js").KnowledgeSourceTypeEnum[] | null | undefined;
149
- authorization: string;
150
- xAccountId?: string | null | undefined;
151
- xMemberId?: string | null | undefined;
173
+ visibility?: import("../api/ai.js").VisibilityLevelEnum;
174
+ order?: import("../api/ai.js").OrderEnum;
175
+ $default?: boolean | null;
176
+ types?: import("../api/ai.js").KnowledgeSourceTypeEnum[] | null;
177
+ authorization: string;
178
+ xAccountId?: string | null;
179
+ xMemberId?: string | null;
180
+ xUsername?: string | null;
152
181
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").KnowledgeSourceItemResponse[]>;
153
182
  /**
154
183
  * Gets a knowledge source by its slug.
@@ -176,11 +205,12 @@ declare class AIClient extends ReactQueryNetworkClient {
176
205
  * Gets the chat history. This is a paginated resource.
177
206
  */
178
207
  chats: import("../network/types.js").InfiniteQueryObject<Omit<{
179
- size?: number | undefined;
180
- page?: number | undefined;
208
+ size?: number;
209
+ page?: number;
181
210
  authorization: string;
182
- xAccountId?: string | null | undefined;
183
- xMemberId?: string | null | undefined;
211
+ xAccountId?: string | null;
212
+ xMemberId?: string | null;
213
+ xUsername?: string | null;
184
214
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").ConversationResponse[], "">;
185
215
  /**
186
216
  * Gets a specific chat from the history according to its id.
@@ -188,8 +218,9 @@ declare class AIClient extends ReactQueryNetworkClient {
188
218
  chat: import("../network/types.js").QueryObject<Omit<{
189
219
  conversationId: string;
190
220
  authorization: string;
191
- xAccountId?: string | null | undefined;
192
- xMemberId?: string | null | undefined;
221
+ xAccountId?: string | null;
222
+ xMemberId?: string | null;
223
+ xUsername?: string | null;
193
224
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, FixedConversationResponse>;
194
225
  /**
195
226
  * Deletes a chat from the chat history.
@@ -197,8 +228,9 @@ declare class AIClient extends ReactQueryNetworkClient {
197
228
  deleteChat: import("../network/types.js").MutationObject<Omit<{
198
229
  conversationId: string;
199
230
  authorization: string;
200
- xAccountId?: string | null | undefined;
201
- xMemberId?: string | null | undefined;
231
+ xAccountId?: string | null;
232
+ xMemberId?: string | null;
233
+ xUsername?: string | null;
202
234
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
203
235
  /**
204
236
  * Gets a plain text version of the chat with id passed as parameter.
@@ -206,8 +238,9 @@ declare class AIClient extends ReactQueryNetworkClient {
206
238
  downloadChat: import("../network/types.js").MutationObject<Omit<{
207
239
  conversationId: string;
208
240
  authorization: string;
209
- xAccountId?: string | null | undefined;
210
- xMemberId?: string | null | undefined;
241
+ xAccountId?: string | null;
242
+ xMemberId?: string | null;
243
+ xUsername?: string | null;
211
244
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
212
245
  /**
213
246
  * Renames a chat.
@@ -215,8 +248,9 @@ declare class AIClient extends ReactQueryNetworkClient {
215
248
  renameChat: import("../network/types.js").MutationObject<Omit<{
216
249
  conversationId: string;
217
250
  authorization: string;
218
- xAccountId?: string | null | undefined;
219
- xMemberId?: string | null | undefined;
251
+ xAccountId?: string | null;
252
+ xMemberId?: string | null;
253
+ xUsername?: string | null;
220
254
  conversationUpdateTitleRequest: import("../api/ai.js").ConversationUpdateTitleRequest;
221
255
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").ConversationResponse>;
222
256
  /**
@@ -224,8 +258,9 @@ declare class AIClient extends ReactQueryNetworkClient {
224
258
  */
225
259
  createEvent: import("../network/types.js").MutationObject<Omit<{
226
260
  authorization: string;
227
- xAccountId?: string | null | undefined;
228
- xMemberId?: string | null | undefined;
261
+ xAccountId?: string | null;
262
+ xMemberId?: string | null;
263
+ xUsername?: string | null;
229
264
  body: import("../api/ai.js").GenericEventRequest[];
230
265
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
231
266
  /**
@@ -235,8 +270,9 @@ declare class AIClient extends ReactQueryNetworkClient {
235
270
  slug: string;
236
271
  stepSlug: string;
237
272
  authorization: string;
238
- xAccountId?: string | null | undefined;
239
- xMemberId?: string | null | undefined;
273
+ xAccountId?: string | null;
274
+ xMemberId?: string | null;
275
+ xUsername?: string | null;
240
276
  quickCommandsExecutionRequest: QuickCommandsExecutionRequest;
241
277
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").QuickCommandStepFetchResponse>;
242
278
  /**
@@ -246,11 +282,12 @@ declare class AIClient extends ReactQueryNetworkClient {
246
282
  slug: string;
247
283
  stepSlug: string;
248
284
  authorization: string;
249
- xAccountId?: string | null | undefined;
250
- xMemberId?: string | null | undefined;
285
+ xAccountId?: string | null;
286
+ xMemberId?: string | null;
287
+ xUsername?: string | null;
251
288
  quickCommandsExecutionRequest: QuickCommandsExecutionRequest;
252
289
  }, "authorization"> & {
253
- headers?: Record<string, any> | undefined;
290
+ headers?: Record<string, any>;
254
291
  }, import("../api/ai.js").QuickCommandStepFetchResponse>;
255
292
  /**
256
293
  * @deprecated This method does not use stream, only json. The json support has been removed
@@ -261,8 +298,9 @@ declare class AIClient extends ReactQueryNetworkClient {
261
298
  slug: string;
262
299
  stepSlug: string;
263
300
  authorization: string;
264
- xAccountId?: string | null | undefined;
265
- xMemberId?: string | null | undefined;
301
+ xAccountId?: string | null;
302
+ xMemberId?: string | null;
303
+ xUsername?: string | null;
266
304
  quickCommandsExecutionRequest: QuickCommandsExecutionRequest;
267
305
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, string | QuickCommandPromptResponse2>;
268
306
  /**
@@ -272,8 +310,9 @@ declare class AIClient extends ReactQueryNetworkClient {
272
310
  slug: string;
273
311
  stepSlug: string;
274
312
  authorization: string;
275
- xAccountId?: string | null | undefined;
276
- xMemberId?: string | null | undefined;
313
+ xAccountId?: string | null;
314
+ xMemberId?: string | null;
315
+ xUsername?: string | null;
277
316
  quickCommandEvaluateStepRouterRequest: import("../api/ai.js").QuickCommandEvaluateStepRouterRequest;
278
317
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").QuickCommandEvaluateStepRouterResponse>;
279
318
  /**
@@ -286,8 +325,9 @@ declare class AIClient extends ReactQueryNetworkClient {
286
325
  formatResultOfQuickCommand: import("../network/types.js").MutationObject<Omit<{
287
326
  slug: string;
288
327
  authorization: string;
289
- xAccountId?: string | null | undefined;
290
- xMemberId?: string | null | undefined;
328
+ xAccountId?: string | null;
329
+ xMemberId?: string | null;
330
+ xUsername?: string | null;
291
331
  quickCommandsExecutionRequest: QuickCommandsExecutionRequest;
292
332
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").QuickCommandFinalResultResponse>;
293
333
  /**
@@ -296,8 +336,9 @@ declare class AIClient extends ReactQueryNetworkClient {
296
336
  addFavoriteStackAi: import("../network/types.js").MutationObject<Omit<{
297
337
  stackId: string;
298
338
  authorization: string;
299
- xAccountId?: string | null | undefined;
300
- xMemberId?: string | null | undefined;
339
+ xAccountId?: string | null;
340
+ xMemberId?: string | null;
341
+ xUsername?: string | null;
301
342
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
302
343
  /**
303
344
  * Removes the resource of type Stack AI from the list of favorites.
@@ -305,8 +346,9 @@ declare class AIClient extends ReactQueryNetworkClient {
305
346
  removeFavoriteStackAi: import("../network/types.js").MutationObject<Omit<{
306
347
  stackId: string;
307
348
  authorization: string;
308
- xAccountId?: string | null | undefined;
309
- xMemberId?: string | null | undefined;
349
+ xAccountId?: string | null;
350
+ xMemberId?: string | null;
351
+ xUsername?: string | null;
310
352
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
311
353
  /**
312
354
  * Updates a Quick Command
@@ -314,8 +356,9 @@ declare class AIClient extends ReactQueryNetworkClient {
314
356
  updateQuickCommand: import("../network/types.js").MutationObject<Omit<{
315
357
  slug: string;
316
358
  authorization: string;
317
- xAccountId?: string | null | undefined;
318
- xMemberId?: string | null | undefined;
359
+ xAccountId?: string | null;
360
+ xMemberId?: string | null;
361
+ xUsername?: string | null;
319
362
  quickCommandsUpdateRequest: import("../api/ai.js").QuickCommandsUpdateRequest;
320
363
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
321
364
  /**
@@ -324,8 +367,9 @@ declare class AIClient extends ReactQueryNetworkClient {
324
367
  addFavoriteQuickCommand: import("../network/types.js").MutationObject<Omit<{
325
368
  slug: string;
326
369
  authorization: string;
327
- xAccountId?: string | null | undefined;
328
- xMemberId?: string | null | undefined;
370
+ xAccountId?: string | null;
371
+ xMemberId?: string | null;
372
+ xUsername?: string | null;
329
373
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
330
374
  /**
331
375
  * Removes the resource of type Quick Command from the list of favorites.
@@ -333,17 +377,160 @@ declare class AIClient extends ReactQueryNetworkClient {
333
377
  removeFavoriteQuickCommand: import("../network/types.js").MutationObject<Omit<{
334
378
  slug: string;
335
379
  authorization: string;
336
- xAccountId?: string | null | undefined;
337
- xMemberId?: string | null | undefined;
380
+ xAccountId?: string | null;
381
+ xMemberId?: string | null;
382
+ xUsername?: string | null;
338
383
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
384
+ /**
385
+ * Get Tokens Daily usage
386
+ */
387
+ analyticsTokensDailyUsage: import("../network/types.js").QueryObject<Omit<{
388
+ month: number;
389
+ year: number;
390
+ tokenType: import("../api/ai.js").TokenTypeEnum;
391
+ authorization: string;
392
+ xAccountId?: string | null;
393
+ xMemberId?: string | null;
394
+ xUsername?: string | null;
395
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").AnalyticsTokensDailyUsageResponse>;
396
+ /**
397
+ * Get Tokens By User
398
+ */
399
+ analyticsTokensByUser: import("../network/types.js").QueryObject<Omit<{
400
+ month: number;
401
+ year: number;
402
+ tokenType: import("../api/ai.js").TokenTypeEnum;
403
+ page?: number;
404
+ pageSize?: number;
405
+ authorization: string;
406
+ xAccountId?: string | null;
407
+ xMemberId?: string | null;
408
+ xUsername?: string | null;
409
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").AnalyticsTokensRankingUsersResponsePaginated>;
410
+ flags: import("../network/types.js").QueryObject<void, import("../api/ai.js").FeatureFlagResponse[]>;
411
+ /**
412
+ * Starts the execution of a script step
413
+ */
414
+ startScriptStep: import("../network/types.js").MutationObject<Omit<{
415
+ slug: string;
416
+ stepSlug: string;
417
+ authorization: string;
418
+ xAccountId?: string | null;
419
+ xMemberId?: string | null;
420
+ xUsername?: string | null;
421
+ quickCommandStartScriptRequest: import("../api/ai.js").QuickCommandStartScriptRequest;
422
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").QuickCommandStartScriptResponse>;
423
+ /**
424
+ * Gets the status of the execution of a script step
425
+ */
426
+ getStatusScriptStep: import("../network/types.js").QueryObject<Omit<{
427
+ scriptExecutionId: string;
428
+ authorization: string;
429
+ xAccountId?: string | null;
430
+ xMemberId?: string | null;
431
+ xUsername?: string | null;
432
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").QuickCommandScriptExecutionResponse>;
433
+ /**
434
+ * Get reviews by resource
435
+ */
436
+ getReviewsByResource: import("../network/types.js").QueryObject<Omit<{
437
+ resourceSlug: string;
438
+ resourceTypeSlug: string;
439
+ size?: number | null;
440
+ page?: number | null;
441
+ sort?: string | null;
442
+ direction?: import("../api/ai.js").SortDirection | null;
443
+ authorization: string;
444
+ xAccountId?: string | null;
445
+ xMemberId?: string | null;
446
+ xUsername?: string | null;
447
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").ResourceReviewResponse>;
448
+ /**
449
+ * Create a resource review
450
+ */
451
+ createResourceReview: import("../network/types.js").MutationObject<Omit<{
452
+ resourceSlug: string;
453
+ resourceTypeSlug: string;
454
+ authorization: string;
455
+ xAccountId?: string | null;
456
+ xMemberId?: string | null;
457
+ xUsername?: string | null;
458
+ resourceReviewRequest: import("../api/ai.js").ResourceReviewRequest;
459
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
460
+ /**
461
+ * Create an answer for a review
462
+ */
463
+ createAnswerForReview: import("../network/types.js").MutationObject<Omit<{
464
+ resourceSlug: string;
465
+ resourceTypeSlug: string;
466
+ reviewId: string;
467
+ authorization: string;
468
+ xAccountId?: string | null;
469
+ xMemberId?: string | null;
470
+ xUsername?: string | null;
471
+ reviewAnswer: import("../api/ai.js").ReviewAnswer;
472
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
473
+ /**
474
+ * Update a resource review
475
+ */
476
+ updateResourceReview: import("../network/types.js").MutationObject<Omit<{
477
+ resourceSlug: string;
478
+ resourceTypeSlug: string;
479
+ reviewId: string;
480
+ authorization: string;
481
+ xAccountId?: string | null;
482
+ xMemberId?: string | null;
483
+ xUsername?: string | null;
484
+ resourceReviewRequest: import("../api/ai.js").ResourceReviewRequest;
485
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
486
+ /**
487
+ * Delete a resource review
488
+ */
489
+ deleteResourceReview: import("../network/types.js").MutationObject<Omit<{
490
+ resourceSlug: string;
491
+ resourceTypeSlug: string;
492
+ reviewId: string;
493
+ authorization: string;
494
+ xAccountId?: string | null;
495
+ xMemberId?: string | null;
496
+ xUsername?: string | null;
497
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
498
+ /**
499
+ * Update a review comment (answer)
500
+ */
501
+ updateReviewComment: import("../network/types.js").MutationObject<Omit<{
502
+ resourceSlug: string;
503
+ resourceTypeSlug: string;
504
+ reviewId: string;
505
+ answerId: string;
506
+ authorization: string;
507
+ xAccountId?: string | null;
508
+ xMemberId?: string | null;
509
+ xUsername?: string | null;
510
+ reviewAnswer: import("../api/ai.js").ReviewAnswer;
511
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
512
+ /**
513
+ * Delete a review comment (answer)
514
+ */
515
+ deleteReviewComment: import("../network/types.js").MutationObject<Omit<{
516
+ resourceSlug: string;
517
+ resourceTypeSlug: string;
518
+ reviewId: string;
519
+ answerId: string;
520
+ authorization: string;
521
+ xAccountId?: string | null;
522
+ xMemberId?: string | null;
523
+ xUsername?: string | null;
524
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
339
525
  private static toolsOfAgent;
340
526
  sendChatMessage(request: FixedChatRequest, minChangeIntervalMS?: number): StreamedJson<ChatResponseWithSteps>;
341
527
  contentDependencies: import("../network/types.js").QueryObject<Omit<{
342
528
  contentType: import("../api/ai.js").ContentDependencyType;
343
529
  contentId: string;
344
530
  authorization: string;
345
- xAccountId?: string | null | undefined;
346
- xMemberId?: string | null | undefined;
531
+ xAccountId?: string | null;
532
+ xMemberId?: string | null;
533
+ xUsername?: string | null;
347
534
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, FixedDependencyResponse>;
348
535
  }
349
536
  export declare const aiClient: AIClient;
@@ -1 +1 @@
1
- {"version":3,"file":"ai.d.ts","sourceRoot":"","sources":["../../src/client/ai.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAG7C,OAAO,EA+BL,2BAA2B,EAC3B,6BAA6B,EAQ9B,MAAM,WAAW,CAAA;AAClB,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAA;AAE5E,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAGpD,OAAO,EAEL,qBAAqB,EACrB,gBAAgB,EAEhB,yBAAyB,EACzB,uBAAuB,EAGxB,MAAM,SAAS,CAAA;AAEhB,cAAM,QAAS,SAAQ,uBAAuB;;IAK5C,SAAS,CAAC,mBAAmB,CAAC,KAAK,EAAE,SAAS,GAAG,iBAAiB;IAWlE;;OAEG;IACH,cAAc;;;;;uGAA0E;IACxF;;OAEG;IACH,2BAA2B;;;;4EAC4E;IACvG;;OAEG;IACH,kCAAkC;;;;4EACmD;IACrF;;OAEG;IACH,6BAA6B;;;kHACiC;IAC9D;;OAEG;IACH,iBAAiB;;;;;;4EAC0E;IAC3F;;OAEG;IACH,QAAQ;;;;;6GAAkE;IAC1E;;OAEG;IACH,gBAAgB;;;;mHAAqE;IACrF;;OAEG;IACH,kBAAkB;;;;;;mHAAuE;IACzF;;OAEG;IACH,SAAS;;;;;kHAAiF;IAC1F;;;OAGG;IACH,aAAa;;;;;;;mHAAqE;IAClF;;OAEG;IACH,gBAAgB;;;;;;;mHAAqE;IACrF;;OAEG;IACH,YAAY;;;;;;6GAA8E;IAC1F;;OAEG;IACH,2BAA2B;;;;;;;wEAAiG;IAC5H;;OAEG;IACH,+BAA+B;;;;;sHAAsF;IACrH;;OAEG;IACH,gBAAgB;;;;;;;;sHAAkF;IAClG;;OAEG;IACH,eAAe;;;gHAAqF;IACpG;;OAEG;IACH,uBAAuB;;;;yGAA8G;IACrI;;OAEG;IACH,sBAAsB;;;wEAA2F;IACjH;;OAEG;IACH,KAAK;;;;;;mHAAoF;IACzF;;OAEG;IACH,IAAI;;;;;8FAKF;IACF;;OAEG;IACH,UAAU;;;;;4EAAiG;IAC3G;;OAEG;IACH,YAAY;;;;;wEAAwG;IACpH;;OAEG;IACH,UAAU;;;;;;6GAAyF;IACnG;;OAEG;IACH,WAAW;;;;;4EAAiE;IAC5E;;OAEG;IACH,uBAAuB;;;;;;;sHAA0G;IACjI;;OAEG;IACH,+BAA+B;;;;;;;;;0DAW7B;IAEF;;;;OAIG;IACH,qBAAqB;;;;;;;yGAAqG;IAC1H;;MAEE;IACF,iBAAiB;;;;;;;+HAAkH;IACnI;;OAEG;IACH,2BAA2B,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,6BAA6B,EAAE,6BAA6B,EACtH,mBAAmB,CAAC,EAAE,MAAM,GAC5B,YAAY,CAAC,2BAA2B,CAAC;IAiB3C;;OAEG;IACH,0BAA0B;;;;;;wHAA2F;IACrH;;MAEE;IACF,kBAAkB;;;;;4EAAoF;IACtG;;OAEG;IACH,qBAAqB;;;;;4EAAyF;IAC9G;;OAEG;IACH,kBAAkB;;;;;;4EAAsF;IACxG;;OAEG;IACH,uBAAuB;;;;;4EAAsF;IAC7G;;OAEG;IACH,0BAA0B;;;;;4EAA2F;mBAEhG,YAAY;IAcjC,eAAe,CAAC,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,CAAC,EAAE,MAAM,GAAG,YAAY,CAAC,qBAAqB,CAAC;IAgH7G,mBAAmB;;;;;;4FAKjB;CACH;AAED,eAAO,MAAM,QAAQ,UAAiB,CAAA"}
1
+ {"version":3,"file":"ai.d.ts","sourceRoot":"","sources":["../../src/client/ai.ts"],"names":[],"mappings":"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"}