@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
@@ -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,73 @@ 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
+ types?: import("../api/ai.js").QuickCommandTypeRequest[] | null;
130
+ authorization: string;
131
+ xAccountId?: string | null;
132
+ xMemberId?: string | null;
133
+ xUsername?: string | null;
134
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").PaginatedResponseQuickCommandListResponseV3, "items">;
111
135
  /**
112
136
  * Gets a quick command by its slug.
113
137
  */
114
138
  quickCommand: import("../network/types.js").QueryObject<Omit<{
115
139
  slug: string;
116
- findAgents?: boolean | undefined;
140
+ findAgents?: boolean;
117
141
  authorization: string;
118
- xAccountId?: string | null | undefined;
119
- xMemberId?: string | null | undefined;
142
+ xAccountId?: string | null;
143
+ xMemberId?: string | null;
144
+ xUsername?: string | null;
120
145
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").QuickCommandResponse>;
121
146
  /**
122
147
  * Creates a new execution for a quick command by its slug.
123
148
  */
124
149
  quickCommandCreateExecution: import("../network/types.js").MutationObject<Omit<{
125
150
  slug: string;
126
- conversationId?: string | null | undefined;
151
+ conversationId?: string | null;
127
152
  authorization: string;
128
- xAccountId?: string | null | undefined;
129
- xMemberId?: string | null | undefined;
130
- quickCommandCreateRequest?: import("../api/ai.js").QuickCommandCreateRequest | undefined;
153
+ xAccountId?: string | null;
154
+ xMemberId?: string | null;
155
+ xUsername?: string | null;
156
+ quickCommandCreateRequest?: import("../api/ai.js").QuickCommandCreateRequest;
131
157
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
132
158
  /**
133
159
  * Gets the execution status and result of a quick command by its execution ID.
@@ -135,20 +161,22 @@ declare class AIClient extends ReactQueryNetworkClient {
135
161
  quickCommandCallbackExecutionId: import("../network/types.js").QueryObject<Omit<{
136
162
  executionId: string;
137
163
  authorization: string;
138
- xAccountId?: string | null | undefined;
139
- xMemberId?: string | null | undefined;
164
+ xAccountId?: string | null;
165
+ xMemberId?: string | null;
166
+ xUsername?: string | null;
140
167
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").QuickCommandExecutionResponse>;
141
168
  /**
142
169
  * Lists the knowledge sources according to filters passed as parameter.
143
170
  */
144
171
  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;
172
+ visibility?: import("../api/ai.js").VisibilityLevelEnum;
173
+ order?: import("../api/ai.js").OrderEnum;
174
+ $default?: boolean | null;
175
+ types?: import("../api/ai.js").KnowledgeSourceTypeEnum[] | null;
176
+ authorization: string;
177
+ xAccountId?: string | null;
178
+ xMemberId?: string | null;
179
+ xUsername?: string | null;
152
180
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").KnowledgeSourceItemResponse[]>;
153
181
  /**
154
182
  * Gets a knowledge source by its slug.
@@ -176,11 +204,12 @@ declare class AIClient extends ReactQueryNetworkClient {
176
204
  * Gets the chat history. This is a paginated resource.
177
205
  */
178
206
  chats: import("../network/types.js").InfiniteQueryObject<Omit<{
179
- size?: number | undefined;
180
- page?: number | undefined;
207
+ size?: number;
208
+ page?: number;
181
209
  authorization: string;
182
- xAccountId?: string | null | undefined;
183
- xMemberId?: string | null | undefined;
210
+ xAccountId?: string | null;
211
+ xMemberId?: string | null;
212
+ xUsername?: string | null;
184
213
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").ConversationResponse[], "">;
185
214
  /**
186
215
  * Gets a specific chat from the history according to its id.
@@ -188,8 +217,9 @@ declare class AIClient extends ReactQueryNetworkClient {
188
217
  chat: import("../network/types.js").QueryObject<Omit<{
189
218
  conversationId: string;
190
219
  authorization: string;
191
- xAccountId?: string | null | undefined;
192
- xMemberId?: string | null | undefined;
220
+ xAccountId?: string | null;
221
+ xMemberId?: string | null;
222
+ xUsername?: string | null;
193
223
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, FixedConversationResponse>;
194
224
  /**
195
225
  * Deletes a chat from the chat history.
@@ -197,8 +227,9 @@ declare class AIClient extends ReactQueryNetworkClient {
197
227
  deleteChat: import("../network/types.js").MutationObject<Omit<{
198
228
  conversationId: string;
199
229
  authorization: string;
200
- xAccountId?: string | null | undefined;
201
- xMemberId?: string | null | undefined;
230
+ xAccountId?: string | null;
231
+ xMemberId?: string | null;
232
+ xUsername?: string | null;
202
233
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
203
234
  /**
204
235
  * Gets a plain text version of the chat with id passed as parameter.
@@ -206,8 +237,9 @@ declare class AIClient extends ReactQueryNetworkClient {
206
237
  downloadChat: import("../network/types.js").MutationObject<Omit<{
207
238
  conversationId: string;
208
239
  authorization: string;
209
- xAccountId?: string | null | undefined;
210
- xMemberId?: string | null | undefined;
240
+ xAccountId?: string | null;
241
+ xMemberId?: string | null;
242
+ xUsername?: string | null;
211
243
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
212
244
  /**
213
245
  * Renames a chat.
@@ -215,8 +247,9 @@ declare class AIClient extends ReactQueryNetworkClient {
215
247
  renameChat: import("../network/types.js").MutationObject<Omit<{
216
248
  conversationId: string;
217
249
  authorization: string;
218
- xAccountId?: string | null | undefined;
219
- xMemberId?: string | null | undefined;
250
+ xAccountId?: string | null;
251
+ xMemberId?: string | null;
252
+ xUsername?: string | null;
220
253
  conversationUpdateTitleRequest: import("../api/ai.js").ConversationUpdateTitleRequest;
221
254
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").ConversationResponse>;
222
255
  /**
@@ -224,8 +257,9 @@ declare class AIClient extends ReactQueryNetworkClient {
224
257
  */
225
258
  createEvent: import("../network/types.js").MutationObject<Omit<{
226
259
  authorization: string;
227
- xAccountId?: string | null | undefined;
228
- xMemberId?: string | null | undefined;
260
+ xAccountId?: string | null;
261
+ xMemberId?: string | null;
262
+ xUsername?: string | null;
229
263
  body: import("../api/ai.js").GenericEventRequest[];
230
264
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
231
265
  /**
@@ -235,8 +269,9 @@ declare class AIClient extends ReactQueryNetworkClient {
235
269
  slug: string;
236
270
  stepSlug: string;
237
271
  authorization: string;
238
- xAccountId?: string | null | undefined;
239
- xMemberId?: string | null | undefined;
272
+ xAccountId?: string | null;
273
+ xMemberId?: string | null;
274
+ xUsername?: string | null;
240
275
  quickCommandsExecutionRequest: QuickCommandsExecutionRequest;
241
276
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").QuickCommandStepFetchResponse>;
242
277
  /**
@@ -246,11 +281,12 @@ declare class AIClient extends ReactQueryNetworkClient {
246
281
  slug: string;
247
282
  stepSlug: string;
248
283
  authorization: string;
249
- xAccountId?: string | null | undefined;
250
- xMemberId?: string | null | undefined;
284
+ xAccountId?: string | null;
285
+ xMemberId?: string | null;
286
+ xUsername?: string | null;
251
287
  quickCommandsExecutionRequest: QuickCommandsExecutionRequest;
252
288
  }, "authorization"> & {
253
- headers?: Record<string, any> | undefined;
289
+ headers?: Record<string, any>;
254
290
  }, import("../api/ai.js").QuickCommandStepFetchResponse>;
255
291
  /**
256
292
  * @deprecated This method does not use stream, only json. The json support has been removed
@@ -261,8 +297,9 @@ declare class AIClient extends ReactQueryNetworkClient {
261
297
  slug: string;
262
298
  stepSlug: string;
263
299
  authorization: string;
264
- xAccountId?: string | null | undefined;
265
- xMemberId?: string | null | undefined;
300
+ xAccountId?: string | null;
301
+ xMemberId?: string | null;
302
+ xUsername?: string | null;
266
303
  quickCommandsExecutionRequest: QuickCommandsExecutionRequest;
267
304
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, string | QuickCommandPromptResponse2>;
268
305
  /**
@@ -272,8 +309,9 @@ declare class AIClient extends ReactQueryNetworkClient {
272
309
  slug: string;
273
310
  stepSlug: string;
274
311
  authorization: string;
275
- xAccountId?: string | null | undefined;
276
- xMemberId?: string | null | undefined;
312
+ xAccountId?: string | null;
313
+ xMemberId?: string | null;
314
+ xUsername?: string | null;
277
315
  quickCommandEvaluateStepRouterRequest: import("../api/ai.js").QuickCommandEvaluateStepRouterRequest;
278
316
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").QuickCommandEvaluateStepRouterResponse>;
279
317
  /**
@@ -286,8 +324,9 @@ declare class AIClient extends ReactQueryNetworkClient {
286
324
  formatResultOfQuickCommand: import("../network/types.js").MutationObject<Omit<{
287
325
  slug: string;
288
326
  authorization: string;
289
- xAccountId?: string | null | undefined;
290
- xMemberId?: string | null | undefined;
327
+ xAccountId?: string | null;
328
+ xMemberId?: string | null;
329
+ xUsername?: string | null;
291
330
  quickCommandsExecutionRequest: QuickCommandsExecutionRequest;
292
331
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").QuickCommandFinalResultResponse>;
293
332
  /**
@@ -296,8 +335,9 @@ declare class AIClient extends ReactQueryNetworkClient {
296
335
  addFavoriteStackAi: import("../network/types.js").MutationObject<Omit<{
297
336
  stackId: string;
298
337
  authorization: string;
299
- xAccountId?: string | null | undefined;
300
- xMemberId?: string | null | undefined;
338
+ xAccountId?: string | null;
339
+ xMemberId?: string | null;
340
+ xUsername?: string | null;
301
341
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
302
342
  /**
303
343
  * Removes the resource of type Stack AI from the list of favorites.
@@ -305,8 +345,9 @@ declare class AIClient extends ReactQueryNetworkClient {
305
345
  removeFavoriteStackAi: import("../network/types.js").MutationObject<Omit<{
306
346
  stackId: string;
307
347
  authorization: string;
308
- xAccountId?: string | null | undefined;
309
- xMemberId?: string | null | undefined;
348
+ xAccountId?: string | null;
349
+ xMemberId?: string | null;
350
+ xUsername?: string | null;
310
351
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
311
352
  /**
312
353
  * Updates a Quick Command
@@ -314,8 +355,9 @@ declare class AIClient extends ReactQueryNetworkClient {
314
355
  updateQuickCommand: import("../network/types.js").MutationObject<Omit<{
315
356
  slug: string;
316
357
  authorization: string;
317
- xAccountId?: string | null | undefined;
318
- xMemberId?: string | null | undefined;
358
+ xAccountId?: string | null;
359
+ xMemberId?: string | null;
360
+ xUsername?: string | null;
319
361
  quickCommandsUpdateRequest: import("../api/ai.js").QuickCommandsUpdateRequest;
320
362
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
321
363
  /**
@@ -324,8 +366,9 @@ declare class AIClient extends ReactQueryNetworkClient {
324
366
  addFavoriteQuickCommand: import("../network/types.js").MutationObject<Omit<{
325
367
  slug: string;
326
368
  authorization: string;
327
- xAccountId?: string | null | undefined;
328
- xMemberId?: string | null | undefined;
369
+ xAccountId?: string | null;
370
+ xMemberId?: string | null;
371
+ xUsername?: string | null;
329
372
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
330
373
  /**
331
374
  * Removes the resource of type Quick Command from the list of favorites.
@@ -333,17 +376,160 @@ declare class AIClient extends ReactQueryNetworkClient {
333
376
  removeFavoriteQuickCommand: import("../network/types.js").MutationObject<Omit<{
334
377
  slug: string;
335
378
  authorization: string;
336
- xAccountId?: string | null | undefined;
337
- xMemberId?: string | null | undefined;
379
+ xAccountId?: string | null;
380
+ xMemberId?: string | null;
381
+ xUsername?: string | null;
338
382
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, unknown>;
383
+ /**
384
+ * Get Tokens Daily usage
385
+ */
386
+ analyticsTokensDailyUsage: import("../network/types.js").QueryObject<Omit<{
387
+ month: number;
388
+ year: number;
389
+ tokenType: import("../api/ai.js").TokenTypeEnum;
390
+ authorization: string;
391
+ xAccountId?: string | null;
392
+ xMemberId?: string | null;
393
+ xUsername?: string | null;
394
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").AnalyticsTokensDailyUsageResponse>;
395
+ /**
396
+ * Get Tokens By User
397
+ */
398
+ analyticsTokensByUser: import("../network/types.js").QueryObject<Omit<{
399
+ month: number;
400
+ year: number;
401
+ tokenType: import("../api/ai.js").TokenTypeEnum;
402
+ page?: number;
403
+ pageSize?: number;
404
+ authorization: string;
405
+ xAccountId?: string | null;
406
+ xMemberId?: string | null;
407
+ xUsername?: string | null;
408
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").AnalyticsTokensRankingUsersResponsePaginated>;
409
+ flags: import("../network/types.js").QueryObject<void, import("../api/ai.js").FeatureFlagResponse[]>;
410
+ /**
411
+ * Starts the execution of a script step
412
+ */
413
+ startScriptStep: import("../network/types.js").MutationObject<Omit<{
414
+ slug: string;
415
+ stepSlug: string;
416
+ authorization: string;
417
+ xAccountId?: string | null;
418
+ xMemberId?: string | null;
419
+ xUsername?: string | null;
420
+ quickCommandStartScriptRequest: import("../api/ai.js").QuickCommandStartScriptRequest;
421
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").QuickCommandStartScriptResponse>;
422
+ /**
423
+ * Gets the status of the execution of a script step
424
+ */
425
+ getStatusScriptStep: import("../network/types.js").QueryObject<Omit<{
426
+ scriptExecutionId: string;
427
+ authorization: string;
428
+ xAccountId?: string | null;
429
+ xMemberId?: string | null;
430
+ xUsername?: string | null;
431
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").QuickCommandScriptExecutionResponse>;
432
+ /**
433
+ * Get reviews by resource
434
+ */
435
+ getReviewsByResource: import("../network/types.js").QueryObject<Omit<{
436
+ resourceSlug: string;
437
+ resourceTypeSlug: string;
438
+ size?: number | null;
439
+ page?: number | null;
440
+ sort?: string | null;
441
+ direction?: import("../api/ai.js").SortDirection | null;
442
+ authorization: string;
443
+ xAccountId?: string | null;
444
+ xMemberId?: string | null;
445
+ xUsername?: string | null;
446
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/ai.js").ResourceReviewResponse>;
447
+ /**
448
+ * Create a resource review
449
+ */
450
+ createResourceReview: import("../network/types.js").MutationObject<Omit<{
451
+ resourceSlug: string;
452
+ resourceTypeSlug: string;
453
+ authorization: string;
454
+ xAccountId?: string | null;
455
+ xMemberId?: string | null;
456
+ xUsername?: string | null;
457
+ resourceReviewRequest: import("../api/ai.js").ResourceReviewRequest;
458
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
459
+ /**
460
+ * Create an answer for a review
461
+ */
462
+ createAnswerForReview: import("../network/types.js").MutationObject<Omit<{
463
+ resourceSlug: string;
464
+ resourceTypeSlug: string;
465
+ reviewId: string;
466
+ authorization: string;
467
+ xAccountId?: string | null;
468
+ xMemberId?: string | null;
469
+ xUsername?: string | null;
470
+ reviewAnswer: import("../api/ai.js").ReviewAnswer;
471
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
472
+ /**
473
+ * Update a resource review
474
+ */
475
+ updateResourceReview: import("../network/types.js").MutationObject<Omit<{
476
+ resourceSlug: string;
477
+ resourceTypeSlug: string;
478
+ reviewId: string;
479
+ authorization: string;
480
+ xAccountId?: string | null;
481
+ xMemberId?: string | null;
482
+ xUsername?: string | null;
483
+ resourceReviewRequest: import("../api/ai.js").ResourceReviewRequest;
484
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
485
+ /**
486
+ * Delete a resource review
487
+ */
488
+ deleteResourceReview: import("../network/types.js").MutationObject<Omit<{
489
+ resourceSlug: string;
490
+ resourceTypeSlug: string;
491
+ reviewId: string;
492
+ authorization: string;
493
+ xAccountId?: string | null;
494
+ xMemberId?: string | null;
495
+ xUsername?: string | null;
496
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
497
+ /**
498
+ * Update a review comment (answer)
499
+ */
500
+ updateReviewComment: import("../network/types.js").MutationObject<Omit<{
501
+ resourceSlug: string;
502
+ resourceTypeSlug: string;
503
+ reviewId: string;
504
+ answerId: string;
505
+ authorization: string;
506
+ xAccountId?: string | null;
507
+ xMemberId?: string | null;
508
+ xUsername?: string | null;
509
+ reviewAnswer: import("../api/ai.js").ReviewAnswer;
510
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
511
+ /**
512
+ * Delete a review comment (answer)
513
+ */
514
+ deleteReviewComment: import("../network/types.js").MutationObject<Omit<{
515
+ resourceSlug: string;
516
+ resourceTypeSlug: string;
517
+ reviewId: string;
518
+ answerId: string;
519
+ authorization: string;
520
+ xAccountId?: string | null;
521
+ xMemberId?: string | null;
522
+ xUsername?: string | null;
523
+ }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, any>;
339
524
  private static toolsOfAgent;
340
525
  sendChatMessage(request: FixedChatRequest, minChangeIntervalMS?: number): StreamedJson<ChatResponseWithSteps>;
341
526
  contentDependencies: import("../network/types.js").QueryObject<Omit<{
342
527
  contentType: import("../api/ai.js").ContentDependencyType;
343
528
  contentId: string;
344
529
  authorization: string;
345
- xAccountId?: string | null | undefined;
346
- xMemberId?: string | null | undefined;
530
+ xAccountId?: string | null;
531
+ xMemberId?: string | null;
532
+ xUsername?: string | null;
347
533
  }, "authorization" | "authorizationHeader" | "jwtToken"> & {}, FixedDependencyResponse>;
348
534
  }
349
535
  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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"}