@gleanwork/api-client 0.4.4 → 0.5.3

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 (236) hide show
  1. package/README.md +45 -45
  2. package/dist/commonjs/__tests__/agents.test.js +3 -1
  3. package/dist/commonjs/__tests__/agents.test.js.map +1 -1
  4. package/dist/commonjs/funcs/clientAgentsList.d.ts +2 -2
  5. package/dist/commonjs/funcs/clientAgentsList.js +2 -2
  6. package/dist/commonjs/funcs/clientAgentsRetrieve.d.ts +2 -2
  7. package/dist/commonjs/funcs/clientAgentsRetrieve.js +2 -2
  8. package/dist/commonjs/funcs/clientAgentsRetrieveSchemas.d.ts +2 -2
  9. package/dist/commonjs/funcs/clientAgentsRetrieveSchemas.js +2 -2
  10. package/dist/commonjs/funcs/clientAgentsRun.d.ts +2 -2
  11. package/dist/commonjs/funcs/clientAgentsRun.js +2 -2
  12. package/dist/commonjs/funcs/clientAgentsRunStream.d.ts +2 -2
  13. package/dist/commonjs/funcs/clientAgentsRunStream.js +2 -2
  14. package/dist/commonjs/funcs/clientGovernanceDataPoliciesCreate.d.ts +1 -1
  15. package/dist/commonjs/funcs/clientGovernanceDataPoliciesCreate.js +1 -1
  16. package/dist/commonjs/funcs/clientGovernanceDataPoliciesDownload.d.ts +1 -1
  17. package/dist/commonjs/funcs/clientGovernanceDataPoliciesDownload.js +1 -1
  18. package/dist/commonjs/funcs/clientGovernanceDataPoliciesList.d.ts +1 -1
  19. package/dist/commonjs/funcs/clientGovernanceDataPoliciesList.js +1 -1
  20. package/dist/commonjs/funcs/clientGovernanceDataPoliciesRetrieve.d.ts +1 -1
  21. package/dist/commonjs/funcs/clientGovernanceDataPoliciesRetrieve.js +1 -1
  22. package/dist/commonjs/funcs/clientGovernanceDataPoliciesUpdate.d.ts +1 -1
  23. package/dist/commonjs/funcs/clientGovernanceDataPoliciesUpdate.js +1 -1
  24. package/dist/commonjs/funcs/clientGovernanceDataReportsCreate.d.ts +1 -1
  25. package/dist/commonjs/funcs/clientGovernanceDataReportsCreate.js +1 -1
  26. package/dist/commonjs/funcs/clientGovernanceDataReportsDownload.d.ts +1 -1
  27. package/dist/commonjs/funcs/clientGovernanceDataReportsDownload.js +1 -1
  28. package/dist/commonjs/funcs/clientGovernanceDataReportsStatus.d.ts +1 -1
  29. package/dist/commonjs/funcs/clientGovernanceDataReportsStatus.js +1 -1
  30. package/dist/commonjs/funcs/clientGovernanceDocumentsVisibilityoverridesCreate.d.ts +1 -1
  31. package/dist/commonjs/funcs/clientGovernanceDocumentsVisibilityoverridesCreate.js +1 -1
  32. package/dist/commonjs/funcs/clientGovernanceDocumentsVisibilityoverridesList.d.ts +1 -1
  33. package/dist/commonjs/funcs/clientGovernanceDocumentsVisibilityoverridesList.js +1 -1
  34. package/dist/commonjs/lib/config.d.ts +2 -2
  35. package/dist/commonjs/lib/config.js +2 -2
  36. package/dist/commonjs/models/components/agent.d.ts +16 -6
  37. package/dist/commonjs/models/components/agent.d.ts.map +1 -1
  38. package/dist/commonjs/models/components/agent.js.map +1 -1
  39. package/dist/commonjs/models/components/agentrun.d.ts +2 -2
  40. package/dist/commonjs/models/components/agentrun.d.ts.map +1 -1
  41. package/dist/commonjs/models/components/agentrun.js +2 -2
  42. package/dist/commonjs/models/components/agentrun.js.map +1 -1
  43. package/dist/commonjs/models/components/agentruncreate.d.ts +2 -2
  44. package/dist/commonjs/models/components/agentruncreate.d.ts.map +1 -1
  45. package/dist/commonjs/models/components/agentruncreate.js +2 -2
  46. package/dist/commonjs/models/components/agentruncreate.js.map +1 -1
  47. package/dist/commonjs/models/components/agentschemas.d.ts +4 -4
  48. package/dist/commonjs/models/components/chatrequest.d.ts +3 -0
  49. package/dist/commonjs/models/components/chatrequest.d.ts.map +1 -1
  50. package/dist/commonjs/models/components/chatrequest.js +3 -0
  51. package/dist/commonjs/models/components/chatrequest.js.map +1 -1
  52. package/dist/commonjs/models/components/searchagentsrequest.d.ts +1 -1
  53. package/dist/commonjs/models/components/workflow.d.ts +5 -5
  54. package/dist/commonjs/models/components/workflow.d.ts.map +1 -1
  55. package/dist/commonjs/models/components/workflow.js +2 -2
  56. package/dist/commonjs/models/components/workflow.js.map +1 -1
  57. package/dist/commonjs/react-query/clientAgentsList.d.ts +2 -2
  58. package/dist/commonjs/react-query/clientAgentsList.js +2 -2
  59. package/dist/commonjs/react-query/clientAgentsRetrieve.d.ts +4 -4
  60. package/dist/commonjs/react-query/clientAgentsRetrieve.js +4 -4
  61. package/dist/commonjs/react-query/clientAgentsRetrieveSchemas.d.ts +4 -4
  62. package/dist/commonjs/react-query/clientAgentsRetrieveSchemas.js +4 -4
  63. package/dist/commonjs/react-query/clientAgentsRun.d.ts +2 -2
  64. package/dist/commonjs/react-query/clientAgentsRun.js +2 -2
  65. package/dist/commonjs/react-query/clientAgentsRunStream.d.ts +2 -2
  66. package/dist/commonjs/react-query/clientAgentsRunStream.js +2 -2
  67. package/dist/commonjs/react-query/clientGovernanceDataPoliciesCreate.d.ts +1 -1
  68. package/dist/commonjs/react-query/clientGovernanceDataPoliciesCreate.js +1 -1
  69. package/dist/commonjs/react-query/clientGovernanceDataPoliciesDownload.d.ts +2 -2
  70. package/dist/commonjs/react-query/clientGovernanceDataPoliciesDownload.js +2 -2
  71. package/dist/commonjs/react-query/clientGovernanceDataPoliciesList.d.ts +2 -2
  72. package/dist/commonjs/react-query/clientGovernanceDataPoliciesList.js +2 -2
  73. package/dist/commonjs/react-query/clientGovernanceDataPoliciesRetrieve.d.ts +2 -2
  74. package/dist/commonjs/react-query/clientGovernanceDataPoliciesRetrieve.js +2 -2
  75. package/dist/commonjs/react-query/clientGovernanceDataPoliciesUpdate.d.ts +1 -1
  76. package/dist/commonjs/react-query/clientGovernanceDataPoliciesUpdate.js +1 -1
  77. package/dist/commonjs/react-query/clientGovernanceDataReportsCreate.d.ts +1 -1
  78. package/dist/commonjs/react-query/clientGovernanceDataReportsCreate.js +1 -1
  79. package/dist/commonjs/react-query/clientGovernanceDataReportsDownload.d.ts +2 -2
  80. package/dist/commonjs/react-query/clientGovernanceDataReportsDownload.js +2 -2
  81. package/dist/commonjs/react-query/clientGovernanceDataReportsStatus.d.ts +2 -2
  82. package/dist/commonjs/react-query/clientGovernanceDataReportsStatus.js +2 -2
  83. package/dist/commonjs/react-query/clientGovernanceDocumentsVisibilityoverridesCreate.d.ts +1 -1
  84. package/dist/commonjs/react-query/clientGovernanceDocumentsVisibilityoverridesCreate.js +1 -1
  85. package/dist/commonjs/react-query/clientGovernanceDocumentsVisibilityoverridesList.d.ts +2 -2
  86. package/dist/commonjs/react-query/clientGovernanceDocumentsVisibilityoverridesList.js +2 -2
  87. package/dist/commonjs/sdk/agents.d.ts +10 -10
  88. package/dist/commonjs/sdk/agents.js +10 -10
  89. package/dist/commonjs/sdk/policies.d.ts +5 -5
  90. package/dist/commonjs/sdk/policies.js +5 -5
  91. package/dist/commonjs/sdk/reports.d.ts +3 -3
  92. package/dist/commonjs/sdk/reports.js +3 -3
  93. package/dist/commonjs/sdk/visibilityoverrides.d.ts +2 -2
  94. package/dist/commonjs/sdk/visibilityoverrides.js +2 -2
  95. package/dist/esm/__tests__/agents.test.js +3 -1
  96. package/dist/esm/__tests__/agents.test.js.map +1 -1
  97. package/dist/esm/funcs/clientAgentsList.d.ts +2 -2
  98. package/dist/esm/funcs/clientAgentsList.js +2 -2
  99. package/dist/esm/funcs/clientAgentsRetrieve.d.ts +2 -2
  100. package/dist/esm/funcs/clientAgentsRetrieve.js +2 -2
  101. package/dist/esm/funcs/clientAgentsRetrieveSchemas.d.ts +2 -2
  102. package/dist/esm/funcs/clientAgentsRetrieveSchemas.js +2 -2
  103. package/dist/esm/funcs/clientAgentsRun.d.ts +2 -2
  104. package/dist/esm/funcs/clientAgentsRun.js +2 -2
  105. package/dist/esm/funcs/clientAgentsRunStream.d.ts +2 -2
  106. package/dist/esm/funcs/clientAgentsRunStream.js +2 -2
  107. package/dist/esm/funcs/clientGovernanceDataPoliciesCreate.d.ts +1 -1
  108. package/dist/esm/funcs/clientGovernanceDataPoliciesCreate.js +1 -1
  109. package/dist/esm/funcs/clientGovernanceDataPoliciesDownload.d.ts +1 -1
  110. package/dist/esm/funcs/clientGovernanceDataPoliciesDownload.js +1 -1
  111. package/dist/esm/funcs/clientGovernanceDataPoliciesList.d.ts +1 -1
  112. package/dist/esm/funcs/clientGovernanceDataPoliciesList.js +1 -1
  113. package/dist/esm/funcs/clientGovernanceDataPoliciesRetrieve.d.ts +1 -1
  114. package/dist/esm/funcs/clientGovernanceDataPoliciesRetrieve.js +1 -1
  115. package/dist/esm/funcs/clientGovernanceDataPoliciesUpdate.d.ts +1 -1
  116. package/dist/esm/funcs/clientGovernanceDataPoliciesUpdate.js +1 -1
  117. package/dist/esm/funcs/clientGovernanceDataReportsCreate.d.ts +1 -1
  118. package/dist/esm/funcs/clientGovernanceDataReportsCreate.js +1 -1
  119. package/dist/esm/funcs/clientGovernanceDataReportsDownload.d.ts +1 -1
  120. package/dist/esm/funcs/clientGovernanceDataReportsDownload.js +1 -1
  121. package/dist/esm/funcs/clientGovernanceDataReportsStatus.d.ts +1 -1
  122. package/dist/esm/funcs/clientGovernanceDataReportsStatus.js +1 -1
  123. package/dist/esm/funcs/clientGovernanceDocumentsVisibilityoverridesCreate.d.ts +1 -1
  124. package/dist/esm/funcs/clientGovernanceDocumentsVisibilityoverridesCreate.js +1 -1
  125. package/dist/esm/funcs/clientGovernanceDocumentsVisibilityoverridesList.d.ts +1 -1
  126. package/dist/esm/funcs/clientGovernanceDocumentsVisibilityoverridesList.js +1 -1
  127. package/dist/esm/lib/config.d.ts +2 -2
  128. package/dist/esm/lib/config.js +2 -2
  129. package/dist/esm/models/components/agent.d.ts +16 -6
  130. package/dist/esm/models/components/agent.d.ts.map +1 -1
  131. package/dist/esm/models/components/agent.js.map +1 -1
  132. package/dist/esm/models/components/agentrun.d.ts +2 -2
  133. package/dist/esm/models/components/agentrun.d.ts.map +1 -1
  134. package/dist/esm/models/components/agentrun.js +2 -2
  135. package/dist/esm/models/components/agentrun.js.map +1 -1
  136. package/dist/esm/models/components/agentruncreate.d.ts +2 -2
  137. package/dist/esm/models/components/agentruncreate.d.ts.map +1 -1
  138. package/dist/esm/models/components/agentruncreate.js +2 -2
  139. package/dist/esm/models/components/agentruncreate.js.map +1 -1
  140. package/dist/esm/models/components/agentschemas.d.ts +4 -4
  141. package/dist/esm/models/components/chatrequest.d.ts +3 -0
  142. package/dist/esm/models/components/chatrequest.d.ts.map +1 -1
  143. package/dist/esm/models/components/chatrequest.js +3 -0
  144. package/dist/esm/models/components/chatrequest.js.map +1 -1
  145. package/dist/esm/models/components/searchagentsrequest.d.ts +1 -1
  146. package/dist/esm/models/components/workflow.d.ts +5 -5
  147. package/dist/esm/models/components/workflow.d.ts.map +1 -1
  148. package/dist/esm/models/components/workflow.js +2 -2
  149. package/dist/esm/models/components/workflow.js.map +1 -1
  150. package/dist/esm/react-query/clientAgentsList.d.ts +2 -2
  151. package/dist/esm/react-query/clientAgentsList.js +2 -2
  152. package/dist/esm/react-query/clientAgentsRetrieve.d.ts +4 -4
  153. package/dist/esm/react-query/clientAgentsRetrieve.js +4 -4
  154. package/dist/esm/react-query/clientAgentsRetrieveSchemas.d.ts +4 -4
  155. package/dist/esm/react-query/clientAgentsRetrieveSchemas.js +4 -4
  156. package/dist/esm/react-query/clientAgentsRun.d.ts +2 -2
  157. package/dist/esm/react-query/clientAgentsRun.js +2 -2
  158. package/dist/esm/react-query/clientAgentsRunStream.d.ts +2 -2
  159. package/dist/esm/react-query/clientAgentsRunStream.js +2 -2
  160. package/dist/esm/react-query/clientGovernanceDataPoliciesCreate.d.ts +1 -1
  161. package/dist/esm/react-query/clientGovernanceDataPoliciesCreate.js +1 -1
  162. package/dist/esm/react-query/clientGovernanceDataPoliciesDownload.d.ts +2 -2
  163. package/dist/esm/react-query/clientGovernanceDataPoliciesDownload.js +2 -2
  164. package/dist/esm/react-query/clientGovernanceDataPoliciesList.d.ts +2 -2
  165. package/dist/esm/react-query/clientGovernanceDataPoliciesList.js +2 -2
  166. package/dist/esm/react-query/clientGovernanceDataPoliciesRetrieve.d.ts +2 -2
  167. package/dist/esm/react-query/clientGovernanceDataPoliciesRetrieve.js +2 -2
  168. package/dist/esm/react-query/clientGovernanceDataPoliciesUpdate.d.ts +1 -1
  169. package/dist/esm/react-query/clientGovernanceDataPoliciesUpdate.js +1 -1
  170. package/dist/esm/react-query/clientGovernanceDataReportsCreate.d.ts +1 -1
  171. package/dist/esm/react-query/clientGovernanceDataReportsCreate.js +1 -1
  172. package/dist/esm/react-query/clientGovernanceDataReportsDownload.d.ts +2 -2
  173. package/dist/esm/react-query/clientGovernanceDataReportsDownload.js +2 -2
  174. package/dist/esm/react-query/clientGovernanceDataReportsStatus.d.ts +2 -2
  175. package/dist/esm/react-query/clientGovernanceDataReportsStatus.js +2 -2
  176. package/dist/esm/react-query/clientGovernanceDocumentsVisibilityoverridesCreate.d.ts +1 -1
  177. package/dist/esm/react-query/clientGovernanceDocumentsVisibilityoverridesCreate.js +1 -1
  178. package/dist/esm/react-query/clientGovernanceDocumentsVisibilityoverridesList.d.ts +2 -2
  179. package/dist/esm/react-query/clientGovernanceDocumentsVisibilityoverridesList.js +2 -2
  180. package/dist/esm/sdk/agents.d.ts +10 -10
  181. package/dist/esm/sdk/agents.js +10 -10
  182. package/dist/esm/sdk/policies.d.ts +5 -5
  183. package/dist/esm/sdk/policies.js +5 -5
  184. package/dist/esm/sdk/reports.d.ts +3 -3
  185. package/dist/esm/sdk/reports.js +3 -3
  186. package/dist/esm/sdk/visibilityoverrides.d.ts +2 -2
  187. package/dist/esm/sdk/visibilityoverrides.js +2 -2
  188. package/docs/sdks/agents/README.md +28 -16
  189. package/docs/sdks/policies/README.md +5 -5
  190. package/docs/sdks/reports/README.md +3 -3
  191. package/docs/sdks/visibilityoverrides/README.md +2 -2
  192. package/jsr.json +1 -1
  193. package/package.json +1 -1
  194. package/src/__tests__/agents.test.ts +3 -1
  195. package/src/funcs/clientAgentsList.ts +2 -2
  196. package/src/funcs/clientAgentsRetrieve.ts +2 -2
  197. package/src/funcs/clientAgentsRetrieveSchemas.ts +2 -2
  198. package/src/funcs/clientAgentsRun.ts +2 -2
  199. package/src/funcs/clientAgentsRunStream.ts +2 -2
  200. package/src/funcs/clientGovernanceDataPoliciesCreate.ts +1 -1
  201. package/src/funcs/clientGovernanceDataPoliciesDownload.ts +1 -1
  202. package/src/funcs/clientGovernanceDataPoliciesList.ts +1 -1
  203. package/src/funcs/clientGovernanceDataPoliciesRetrieve.ts +1 -1
  204. package/src/funcs/clientGovernanceDataPoliciesUpdate.ts +1 -1
  205. package/src/funcs/clientGovernanceDataReportsCreate.ts +1 -1
  206. package/src/funcs/clientGovernanceDataReportsDownload.ts +1 -1
  207. package/src/funcs/clientGovernanceDataReportsStatus.ts +1 -1
  208. package/src/funcs/clientGovernanceDocumentsVisibilityoverridesCreate.ts +1 -1
  209. package/src/funcs/clientGovernanceDocumentsVisibilityoverridesList.ts +1 -1
  210. package/src/lib/config.ts +2 -2
  211. package/src/models/components/agent.ts +16 -6
  212. package/src/models/components/agentrun.ts +4 -4
  213. package/src/models/components/agentruncreate.ts +4 -4
  214. package/src/models/components/agentschemas.ts +4 -4
  215. package/src/models/components/chatrequest.ts +10 -0
  216. package/src/models/components/searchagentsrequest.ts +1 -1
  217. package/src/models/components/workflow.ts +7 -7
  218. package/src/react-query/clientAgentsList.ts +2 -2
  219. package/src/react-query/clientAgentsRetrieve.ts +4 -4
  220. package/src/react-query/clientAgentsRetrieveSchemas.ts +4 -4
  221. package/src/react-query/clientAgentsRun.ts +2 -2
  222. package/src/react-query/clientAgentsRunStream.ts +2 -2
  223. package/src/react-query/clientGovernanceDataPoliciesCreate.ts +1 -1
  224. package/src/react-query/clientGovernanceDataPoliciesDownload.ts +2 -2
  225. package/src/react-query/clientGovernanceDataPoliciesList.ts +2 -2
  226. package/src/react-query/clientGovernanceDataPoliciesRetrieve.ts +2 -2
  227. package/src/react-query/clientGovernanceDataPoliciesUpdate.ts +1 -1
  228. package/src/react-query/clientGovernanceDataReportsCreate.ts +1 -1
  229. package/src/react-query/clientGovernanceDataReportsDownload.ts +2 -2
  230. package/src/react-query/clientGovernanceDataReportsStatus.ts +2 -2
  231. package/src/react-query/clientGovernanceDocumentsVisibilityoverridesCreate.ts +1 -1
  232. package/src/react-query/clientGovernanceDocumentsVisibilityoverridesList.ts +2 -2
  233. package/src/sdk/agents.ts +10 -10
  234. package/src/sdk/policies.ts +5 -5
  235. package/src/sdk/reports.ts +3 -3
  236. package/src/sdk/visibilityoverrides.ts +2 -2
@@ -6,6 +6,7 @@ import { safeParse } from "../../lib/schemas.js";
6
6
  import { AgentConfig$inboundSchema, AgentConfig$outboundSchema, } from "./agentconfig.js";
7
7
  import { ChatMessage$inboundSchema, ChatMessage$outboundSchema, } from "./chatmessage.js";
8
8
  import { ChatRestrictionFilters$inboundSchema, ChatRestrictionFilters$outboundSchema, } from "./chatrestrictionfilters.js";
9
+ import { SessionInfo$inboundSchema, SessionInfo$outboundSchema, } from "./sessioninfo.js";
9
10
  /** @internal */
10
11
  export const ChatRequest$inboundSchema = z.object({
11
12
  saveChat: z.boolean().optional(),
@@ -15,6 +16,7 @@ export const ChatRequest$inboundSchema = z.object({
15
16
  inclusions: ChatRestrictionFilters$inboundSchema.optional(),
16
17
  exclusions: ChatRestrictionFilters$inboundSchema.optional(),
17
18
  timeoutMillis: z.number().int().optional(),
19
+ sessionInfo: SessionInfo$inboundSchema.optional(),
18
20
  applicationId: z.string().optional(),
19
21
  stream: z.boolean().optional(),
20
22
  });
@@ -27,6 +29,7 @@ export const ChatRequest$outboundSchema = z.object({
27
29
  inclusions: ChatRestrictionFilters$outboundSchema.optional(),
28
30
  exclusions: ChatRestrictionFilters$outboundSchema.optional(),
29
31
  timeoutMillis: z.number().int().optional(),
32
+ sessionInfo: SessionInfo$outboundSchema.optional(),
30
33
  applicationId: z.string().optional(),
31
34
  stream: z.boolean().optional(),
32
35
  });
@@ -1 +1 @@
1
- {"version":3,"file":"chatrequest.js","sourceRoot":"","sources":["../../../../src/models/components/chatrequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAGjD,OAAO,EAEL,yBAAyB,EAEzB,0BAA0B,GAC3B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAEL,yBAAyB,EAEzB,0BAA0B,GAC3B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAEL,oCAAoC,EAEpC,qCAAqC,GACtC,MAAM,6BAA6B,CAAC;AAmCrC,gBAAgB;AAChB,MAAM,CAAC,MAAM,yBAAyB,GAIlC,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAChC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC;IAC5C,WAAW,EAAE,yBAAyB,CAAC,QAAQ,EAAE;IACjD,UAAU,EAAE,oCAAoC,CAAC,QAAQ,EAAE;IAC3D,UAAU,EAAE,oCAAoC,CAAC,QAAQ,EAAE;IAC3D,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC1C,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAC/B,CAAC,CAAC;AAeH,gBAAgB;AAChB,MAAM,CAAC,MAAM,0BAA0B,GAInC,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAChC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC;IAC7C,WAAW,EAAE,0BAA0B,CAAC,QAAQ,EAAE;IAClD,UAAU,EAAE,qCAAqC,CAAC,QAAQ,EAAE;IAC5D,UAAU,EAAE,qCAAqC,CAAC,QAAQ,EAAE;IAC5D,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC1C,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAC/B,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,YAAY,CAO5B;AAPD,WAAiB,YAAY;IAC3B,2DAA2D;IAC9C,0BAAa,GAAG,yBAAyB,CAAC;IACvD,4DAA4D;IAC/C,2BAAc,GAAG,0BAA0B,CAAC;AAG3D,CAAC,EAPgB,YAAY,KAAZ,YAAY,QAO5B;AAED,MAAM,UAAU,iBAAiB,CAAC,WAAwB;IACxD,OAAO,IAAI,CAAC,SAAS,CAAC,0BAA0B,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC;AACvE,CAAC;AAED,MAAM,UAAU,mBAAmB,CACjC,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,yBAAyB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACrD,yCAAyC,CAC1C,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"chatrequest.js","sourceRoot":"","sources":["../../../../src/models/components/chatrequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAGjD,OAAO,EAEL,yBAAyB,EAEzB,0BAA0B,GAC3B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAEL,yBAAyB,EAEzB,0BAA0B,GAC3B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAEL,oCAAoC,EAEpC,qCAAqC,GACtC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAEL,yBAAyB,EAEzB,0BAA0B,GAC3B,MAAM,kBAAkB,CAAC;AAoC1B,gBAAgB;AAChB,MAAM,CAAC,MAAM,yBAAyB,GAIlC,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAChC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC;IAC5C,WAAW,EAAE,yBAAyB,CAAC,QAAQ,EAAE;IACjD,UAAU,EAAE,oCAAoC,CAAC,QAAQ,EAAE;IAC3D,UAAU,EAAE,oCAAoC,CAAC,QAAQ,EAAE;IAC3D,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC1C,WAAW,EAAE,yBAAyB,CAAC,QAAQ,EAAE;IACjD,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAC/B,CAAC,CAAC;AAgBH,gBAAgB;AAChB,MAAM,CAAC,MAAM,0BAA0B,GAInC,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAChC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC;IAC7C,WAAW,EAAE,0BAA0B,CAAC,QAAQ,EAAE;IAClD,UAAU,EAAE,qCAAqC,CAAC,QAAQ,EAAE;IAC5D,UAAU,EAAE,qCAAqC,CAAC,QAAQ,EAAE;IAC5D,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC1C,WAAW,EAAE,0BAA0B,CAAC,QAAQ,EAAE;IAClD,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAC/B,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,YAAY,CAO5B;AAPD,WAAiB,YAAY;IAC3B,2DAA2D;IAC9C,0BAAa,GAAG,yBAAyB,CAAC;IACvD,4DAA4D;IAC/C,2BAAc,GAAG,0BAA0B,CAAC;AAG3D,CAAC,EAPgB,YAAY,KAAZ,YAAY,QAO5B;AAED,MAAM,UAAU,iBAAiB,CAAC,WAAwB;IACxD,OAAO,IAAI,CAAC,SAAS,CAAC,0BAA0B,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC;AACvE,CAAC;AAED,MAAM,UAAU,mBAAmB,CACjC,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,yBAAyB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACrD,yCAAyC,CAC1C,CAAC;AACJ,CAAC"}
@@ -3,7 +3,7 @@ import { Result as SafeParseResult } from "../../types/fp.js";
3
3
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
4
  export type SearchAgentsRequest = {
5
5
  /**
6
- * Filters on the name of the agent. If empty, acts as no filter.
6
+ * Filters on the name of the agent. The keyword search is case-insensitive. If search string is ommited or empty, acts as no filter.
7
7
  */
8
8
  name?: string | undefined;
9
9
  };
@@ -4,6 +4,10 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
4
  import { ObjectPermissions, ObjectPermissions$Outbound } from "./objectpermissions.js";
5
5
  import { Person, Person$Outbound } from "./person.js";
6
6
  export type Workflow = {
7
+ /**
8
+ * The name of the workflow.
9
+ */
10
+ name?: string | undefined;
7
11
  author?: Person | undefined;
8
12
  /**
9
13
  * Server Unix timestamp of the creation time.
@@ -15,10 +19,6 @@ export type Workflow = {
15
19
  lastUpdateTimestamp?: number | undefined;
16
20
  lastUpdatedBy?: Person | undefined;
17
21
  permissions?: ObjectPermissions | undefined;
18
- /**
19
- * The name of the workflow.
20
- */
21
- name?: string | undefined;
22
22
  /**
23
23
  * The ID of the workflow.
24
24
  */
@@ -28,12 +28,12 @@ export type Workflow = {
28
28
  export declare const Workflow$inboundSchema: z.ZodType<Workflow, z.ZodTypeDef, unknown>;
29
29
  /** @internal */
30
30
  export type Workflow$Outbound = {
31
+ name?: string | undefined;
31
32
  author?: Person$Outbound | undefined;
32
33
  createTimestamp?: number | undefined;
33
34
  lastUpdateTimestamp?: number | undefined;
34
35
  lastUpdatedBy?: Person$Outbound | undefined;
35
36
  permissions?: ObjectPermissions$Outbound | undefined;
36
- name?: string | undefined;
37
37
  id?: string | undefined;
38
38
  };
39
39
  /** @internal */
@@ -1 +1 @@
1
- {"version":3,"file":"workflow.d.ts","sourceRoot":"","sources":["../../../../src/models/components/workflow.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,MAAM,EAEN,eAAe,EAEhB,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,QAAQ,GAAG;IACrB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,WAAW,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAC5C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sBAAsB,EAAE,CAAC,CAAC,OAAO,CAC5C,QAAQ,EACR,CAAC,CAAC,UAAU,EACZ,OAAO,CASP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IACrC,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC,aAAa,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IAC5C,WAAW,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IACrD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAC7C,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,QAAQ,CASR,CAAC;AAEH;;;GAGG;AACH,yBAAiB,SAAS,CAAC;IACzB,wDAAwD;IACjD,MAAM,aAAa,4CAAyB,CAAC;IACpD,yDAAyD;IAClD,MAAM,cAAc,sDAA0B,CAAC;IACtD,mDAAmD;IACnD,KAAY,QAAQ,GAAG,iBAAiB,CAAC;CAC1C;AAED,wBAAgB,cAAc,CAAC,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAEzD;AAED,wBAAgB,gBAAgB,CAC9B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,QAAQ,EAAE,kBAAkB,CAAC,CAM/C"}
1
+ {"version":3,"file":"workflow.d.ts","sourceRoot":"","sources":["../../../../src/models/components/workflow.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,MAAM,EAEN,eAAe,EAEhB,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,QAAQ,GAAG;IACrB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,WAAW,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAC5C;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sBAAsB,EAAE,CAAC,CAAC,OAAO,CAC5C,QAAQ,EACR,CAAC,CAAC,UAAU,EACZ,OAAO,CASP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IACrC,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC,aAAa,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IAC5C,WAAW,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IACrD,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAC7C,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,QAAQ,CASR,CAAC;AAEH;;;GAGG;AACH,yBAAiB,SAAS,CAAC;IACzB,wDAAwD;IACjD,MAAM,aAAa,4CAAyB,CAAC;IACpD,yDAAyD;IAClD,MAAM,cAAc,sDAA0B,CAAC;IACtD,mDAAmD;IACnD,KAAY,QAAQ,GAAG,iBAAiB,CAAC;CAC1C;AAED,wBAAgB,cAAc,CAAC,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAEzD;AAED,wBAAgB,gBAAgB,CAC9B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,QAAQ,EAAE,kBAAkB,CAAC,CAM/C"}
@@ -7,22 +7,22 @@ import { ObjectPermissions$inboundSchema, ObjectPermissions$outboundSchema, } fr
7
7
  import { Person$inboundSchema, Person$outboundSchema, } from "./person.js";
8
8
  /** @internal */
9
9
  export const Workflow$inboundSchema = z.object({
10
+ name: z.string().optional(),
10
11
  author: Person$inboundSchema.optional(),
11
12
  createTimestamp: z.number().int().optional(),
12
13
  lastUpdateTimestamp: z.number().int().optional(),
13
14
  lastUpdatedBy: Person$inboundSchema.optional(),
14
15
  permissions: ObjectPermissions$inboundSchema.optional(),
15
- name: z.string().optional(),
16
16
  id: z.string().optional(),
17
17
  });
18
18
  /** @internal */
19
19
  export const Workflow$outboundSchema = z.object({
20
+ name: z.string().optional(),
20
21
  author: Person$outboundSchema.optional(),
21
22
  createTimestamp: z.number().int().optional(),
22
23
  lastUpdateTimestamp: z.number().int().optional(),
23
24
  lastUpdatedBy: Person$outboundSchema.optional(),
24
25
  permissions: ObjectPermissions$outboundSchema.optional(),
25
- name: z.string().optional(),
26
26
  id: z.string().optional(),
27
27
  });
28
28
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"workflow.js","sourceRoot":"","sources":["../../../../src/models/components/workflow.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAGjD,OAAO,EAEL,+BAA+B,EAE/B,gCAAgC,GACjC,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAEL,oBAAoB,EAEpB,qBAAqB,GACtB,MAAM,aAAa,CAAC;AAwBrB,gBAAgB;AAChB,MAAM,CAAC,MAAM,sBAAsB,GAI/B,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,oBAAoB,CAAC,QAAQ,EAAE;IACvC,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC5C,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAChD,aAAa,EAAE,oBAAoB,CAAC,QAAQ,EAAE;IAC9C,WAAW,EAAE,+BAA+B,CAAC,QAAQ,EAAE;IACvD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC1B,CAAC,CAAC;AAaH,gBAAgB;AAChB,MAAM,CAAC,MAAM,uBAAuB,GAIhC,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,qBAAqB,CAAC,QAAQ,EAAE;IACxC,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC5C,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAChD,aAAa,EAAE,qBAAqB,CAAC,QAAQ,EAAE;IAC/C,WAAW,EAAE,gCAAgC,CAAC,QAAQ,EAAE;IACxD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC1B,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,SAAS,CAOzB;AAPD,WAAiB,SAAS;IACxB,wDAAwD;IAC3C,uBAAa,GAAG,sBAAsB,CAAC;IACpD,yDAAyD;IAC5C,wBAAc,GAAG,uBAAuB,CAAC;AAGxD,CAAC,EAPgB,SAAS,KAAT,SAAS,QAOzB;AAED,MAAM,UAAU,cAAc,CAAC,QAAkB;IAC/C,OAAO,IAAI,CAAC,SAAS,CAAC,uBAAuB,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC;AACjE,CAAC;AAED,MAAM,UAAU,gBAAgB,CAC9B,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,sBAAsB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAClD,sCAAsC,CACvC,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"workflow.js","sourceRoot":"","sources":["../../../../src/models/components/workflow.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAGjD,OAAO,EAEL,+BAA+B,EAE/B,gCAAgC,GACjC,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAEL,oBAAoB,EAEpB,qBAAqB,GACtB,MAAM,aAAa,CAAC;AAwBrB,gBAAgB;AAChB,MAAM,CAAC,MAAM,sBAAsB,GAI/B,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,MAAM,EAAE,oBAAoB,CAAC,QAAQ,EAAE;IACvC,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC5C,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAChD,aAAa,EAAE,oBAAoB,CAAC,QAAQ,EAAE;IAC9C,WAAW,EAAE,+BAA+B,CAAC,QAAQ,EAAE;IACvD,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC1B,CAAC,CAAC;AAaH,gBAAgB;AAChB,MAAM,CAAC,MAAM,uBAAuB,GAIhC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,MAAM,EAAE,qBAAqB,CAAC,QAAQ,EAAE;IACxC,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC5C,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAChD,aAAa,EAAE,qBAAqB,CAAC,QAAQ,EAAE;IAC/C,WAAW,EAAE,gCAAgC,CAAC,QAAQ,EAAE;IACxD,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC1B,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,SAAS,CAOzB;AAPD,WAAiB,SAAS;IACxB,wDAAwD;IAC3C,uBAAa,GAAG,sBAAsB,CAAC;IACpD,yDAAyD;IAC5C,wBAAc,GAAG,uBAAuB,CAAC;AAGxD,CAAC,EAPgB,SAAS,KAAT,SAAS,QAOzB;AAED,MAAM,UAAU,cAAc,CAAC,QAAkB;IAC/C,OAAO,IAAI,CAAC,SAAS,CAAC,uBAAuB,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC;AACjE,CAAC;AAED,MAAM,UAAU,gBAAgB,CAC9B,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,sBAAsB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAClD,sCAAsC,CACvC,CAAC;AACJ,CAAC"}
@@ -9,10 +9,10 @@ export type ClientAgentsListMutationVariables = {
9
9
  };
10
10
  export type ClientAgentsListMutationData = components.SearchAgentsResponse;
11
11
  /**
12
- * Search Agents
12
+ * Search agents
13
13
  *
14
14
  * @remarks
15
- * List Agents available in this service. This endpoint implements the LangChain Agent Protocol, specifically part of the Agents stage (https://langchain-ai.github.io/agent-protocol/api.html#tag/agents/POST/agents/search). It adheres to the standard contract defined for agent interoperability and can be used by agent runtimes that support the Agent Protocol.
15
+ * Search for [agents](https://developers.glean.com/agents/agents-api) by agent name.
16
16
  */
17
17
  export declare function useClientAgentsListMutation(options?: MutationHookOptions<ClientAgentsListMutationData, Error, ClientAgentsListMutationVariables>): UseMutationResult<ClientAgentsListMutationData, Error, ClientAgentsListMutationVariables>;
18
18
  export declare function mutationKeyClientAgentsList(): MutationKey;
@@ -7,10 +7,10 @@ import { combineSignals } from "../lib/primitives.js";
7
7
  import { unwrapAsync } from "../types/fp.js";
8
8
  import { useGleanContext } from "./_context.js";
9
9
  /**
10
- * Search Agents
10
+ * Search agents
11
11
  *
12
12
  * @remarks
13
- * List Agents available in this service. This endpoint implements the LangChain Agent Protocol, specifically part of the Agents stage (https://langchain-ai.github.io/agent-protocol/api.html#tag/agents/POST/agents/search). It adheres to the standard contract defined for agent interoperability and can be used by agent runtimes that support the Agent Protocol.
13
+ * Search for [agents](https://developers.glean.com/agents/agents-api) by agent name.
14
14
  */
15
15
  export function useClientAgentsListMutation(options) {
16
16
  const client = useGleanContext();
@@ -5,17 +5,17 @@ import * as components from "../models/components/index.js";
5
5
  import { QueryHookOptions, SuspenseQueryHookOptions, TupleToPrefixes } from "./_types.js";
6
6
  export type ClientAgentsRetrieveQueryData = components.Agent;
7
7
  /**
8
- * Get Agent
8
+ * Retrieve an agent
9
9
  *
10
10
  * @remarks
11
- * Get an agent by ID. This endpoint implements the LangChain Agent Protocol, specifically part of the Agents stage (https://langchain-ai.github.io/agent-protocol/api.html#tag/agents/GET/agents/{agent_id}). It adheres to the standard contract defined for agent interoperability and can be used by agent runtimes that support the Agent Protocol.
11
+ * Returns details of an [agent](https://developers.glean.com/agents/agents-api) created in the Agent Builder.
12
12
  */
13
13
  export declare function useClientAgentsRetrieve(agentId: string, timezoneOffset?: number | undefined, options?: QueryHookOptions<ClientAgentsRetrieveQueryData>): UseQueryResult<ClientAgentsRetrieveQueryData, Error>;
14
14
  /**
15
- * Get Agent
15
+ * Retrieve an agent
16
16
  *
17
17
  * @remarks
18
- * Get an agent by ID. This endpoint implements the LangChain Agent Protocol, specifically part of the Agents stage (https://langchain-ai.github.io/agent-protocol/api.html#tag/agents/GET/agents/{agent_id}). It adheres to the standard contract defined for agent interoperability and can be used by agent runtimes that support the Agent Protocol.
18
+ * Returns details of an [agent](https://developers.glean.com/agents/agents-api) created in the Agent Builder.
19
19
  */
20
20
  export declare function useClientAgentsRetrieveSuspense(agentId: string, timezoneOffset?: number | undefined, options?: SuspenseQueryHookOptions<ClientAgentsRetrieveQueryData>): UseSuspenseQueryResult<ClientAgentsRetrieveQueryData, Error>;
21
21
  export declare function prefetchClientAgentsRetrieve(queryClient: QueryClient, client$: GleanCore, agentId: string, timezoneOffset?: number | undefined): Promise<void>;
@@ -7,10 +7,10 @@ import { combineSignals } from "../lib/primitives.js";
7
7
  import { unwrapAsync } from "../types/fp.js";
8
8
  import { useGleanContext } from "./_context.js";
9
9
  /**
10
- * Get Agent
10
+ * Retrieve an agent
11
11
  *
12
12
  * @remarks
13
- * Get an agent by ID. This endpoint implements the LangChain Agent Protocol, specifically part of the Agents stage (https://langchain-ai.github.io/agent-protocol/api.html#tag/agents/GET/agents/{agent_id}). It adheres to the standard contract defined for agent interoperability and can be used by agent runtimes that support the Agent Protocol.
13
+ * Returns details of an [agent](https://developers.glean.com/agents/agents-api) created in the Agent Builder.
14
14
  */
15
15
  export function useClientAgentsRetrieve(agentId, timezoneOffset, options) {
16
16
  const client = useGleanContext();
@@ -20,10 +20,10 @@ export function useClientAgentsRetrieve(agentId, timezoneOffset, options) {
20
20
  });
21
21
  }
22
22
  /**
23
- * Get Agent
23
+ * Retrieve an agent
24
24
  *
25
25
  * @remarks
26
- * Get an agent by ID. This endpoint implements the LangChain Agent Protocol, specifically part of the Agents stage (https://langchain-ai.github.io/agent-protocol/api.html#tag/agents/GET/agents/{agent_id}). It adheres to the standard contract defined for agent interoperability and can be used by agent runtimes that support the Agent Protocol.
26
+ * Returns details of an [agent](https://developers.glean.com/agents/agents-api) created in the Agent Builder.
27
27
  */
28
28
  export function useClientAgentsRetrieveSuspense(agentId, timezoneOffset, options) {
29
29
  const client = useGleanContext();
@@ -5,17 +5,17 @@ import * as components from "../models/components/index.js";
5
5
  import { QueryHookOptions, SuspenseQueryHookOptions, TupleToPrefixes } from "./_types.js";
6
6
  export type ClientAgentsRetrieveSchemasQueryData = components.AgentSchemas;
7
7
  /**
8
- * Get Agent Schemas
8
+ * List an agent's schemas
9
9
  *
10
10
  * @remarks
11
- * Get an agent's schemas by ID. This endpoint implements the LangChain Agent Protocol, specifically part of the Agents stage (https://langchain-ai.github.io/agent-protocol/api.html#tag/agents/GET/agents/{agent_id}/schemas). It adheres to the standard contract defined for agent interoperability and can be used by agent runtimes that support the Agent Protocol.
11
+ * Return [agent](https://developers.glean.com/agents/agents-api)'s input and output schemas. You can use these schemas to detect changes to an agent's input or output structure.
12
12
  */
13
13
  export declare function useClientAgentsRetrieveSchemas(agentId: string, timezoneOffset?: number | undefined, options?: QueryHookOptions<ClientAgentsRetrieveSchemasQueryData>): UseQueryResult<ClientAgentsRetrieveSchemasQueryData, Error>;
14
14
  /**
15
- * Get Agent Schemas
15
+ * List an agent's schemas
16
16
  *
17
17
  * @remarks
18
- * Get an agent's schemas by ID. This endpoint implements the LangChain Agent Protocol, specifically part of the Agents stage (https://langchain-ai.github.io/agent-protocol/api.html#tag/agents/GET/agents/{agent_id}/schemas). It adheres to the standard contract defined for agent interoperability and can be used by agent runtimes that support the Agent Protocol.
18
+ * Return [agent](https://developers.glean.com/agents/agents-api)'s input and output schemas. You can use these schemas to detect changes to an agent's input or output structure.
19
19
  */
20
20
  export declare function useClientAgentsRetrieveSchemasSuspense(agentId: string, timezoneOffset?: number | undefined, options?: SuspenseQueryHookOptions<ClientAgentsRetrieveSchemasQueryData>): UseSuspenseQueryResult<ClientAgentsRetrieveSchemasQueryData, Error>;
21
21
  export declare function prefetchClientAgentsRetrieveSchemas(queryClient: QueryClient, client$: GleanCore, agentId: string, timezoneOffset?: number | undefined): Promise<void>;
@@ -7,10 +7,10 @@ import { combineSignals } from "../lib/primitives.js";
7
7
  import { unwrapAsync } from "../types/fp.js";
8
8
  import { useGleanContext } from "./_context.js";
9
9
  /**
10
- * Get Agent Schemas
10
+ * List an agent's schemas
11
11
  *
12
12
  * @remarks
13
- * Get an agent's schemas by ID. This endpoint implements the LangChain Agent Protocol, specifically part of the Agents stage (https://langchain-ai.github.io/agent-protocol/api.html#tag/agents/GET/agents/{agent_id}/schemas). It adheres to the standard contract defined for agent interoperability and can be used by agent runtimes that support the Agent Protocol.
13
+ * Return [agent](https://developers.glean.com/agents/agents-api)'s input and output schemas. You can use these schemas to detect changes to an agent's input or output structure.
14
14
  */
15
15
  export function useClientAgentsRetrieveSchemas(agentId, timezoneOffset, options) {
16
16
  const client = useGleanContext();
@@ -20,10 +20,10 @@ export function useClientAgentsRetrieveSchemas(agentId, timezoneOffset, options)
20
20
  });
21
21
  }
22
22
  /**
23
- * Get Agent Schemas
23
+ * List an agent's schemas
24
24
  *
25
25
  * @remarks
26
- * Get an agent's schemas by ID. This endpoint implements the LangChain Agent Protocol, specifically part of the Agents stage (https://langchain-ai.github.io/agent-protocol/api.html#tag/agents/GET/agents/{agent_id}/schemas). It adheres to the standard contract defined for agent interoperability and can be used by agent runtimes that support the Agent Protocol.
26
+ * Return [agent](https://developers.glean.com/agents/agents-api)'s input and output schemas. You can use these schemas to detect changes to an agent's input or output structure.
27
27
  */
28
28
  export function useClientAgentsRetrieveSchemasSuspense(agentId, timezoneOffset, options) {
29
29
  const client = useGleanContext();
@@ -9,10 +9,10 @@ export type ClientAgentsRunMutationVariables = {
9
9
  };
10
10
  export type ClientAgentsRunMutationData = components.AgentRunWaitResponse;
11
11
  /**
12
- * Create Run, Wait for Output
12
+ * Create an [agent](https://developers.glean.com/agents/agents-api) run and wait for the response
13
13
  *
14
14
  * @remarks
15
- * Creates and triggers a run of an agent. Waits for final output and then returns it. This endpoint implements the LangChain Agent Protocol, specifically part of the Runs stage (https://langchain-ai.github.io/agent-protocol/api.html#tag/runs/POST/runs/wait). It adheres to the standard contract defined for agent interoperability and can be used by agent runtimes that support the Agent Protocol. Note that running agents that reference third party platform write actions is unsupported as it requires user confirmation.
15
+ * Executes an agent run and returns the final response.
16
16
  */
17
17
  export declare function useClientAgentsRunMutation(options?: MutationHookOptions<ClientAgentsRunMutationData, Error, ClientAgentsRunMutationVariables>): UseMutationResult<ClientAgentsRunMutationData, Error, ClientAgentsRunMutationVariables>;
18
18
  export declare function mutationKeyClientAgentsRun(): MutationKey;
@@ -7,10 +7,10 @@ import { combineSignals } from "../lib/primitives.js";
7
7
  import { unwrapAsync } from "../types/fp.js";
8
8
  import { useGleanContext } from "./_context.js";
9
9
  /**
10
- * Create Run, Wait for Output
10
+ * Create an [agent](https://developers.glean.com/agents/agents-api) run and wait for the response
11
11
  *
12
12
  * @remarks
13
- * Creates and triggers a run of an agent. Waits for final output and then returns it. This endpoint implements the LangChain Agent Protocol, specifically part of the Runs stage (https://langchain-ai.github.io/agent-protocol/api.html#tag/runs/POST/runs/wait). It adheres to the standard contract defined for agent interoperability and can be used by agent runtimes that support the Agent Protocol. Note that running agents that reference third party platform write actions is unsupported as it requires user confirmation.
13
+ * Executes an agent run and returns the final response.
14
14
  */
15
15
  export function useClientAgentsRunMutation(options) {
16
16
  const client = useGleanContext();
@@ -9,10 +9,10 @@ export type ClientAgentsRunStreamMutationVariables = {
9
9
  };
10
10
  export type ClientAgentsRunStreamMutationData = string;
11
11
  /**
12
- * Create Run, Stream Output
12
+ * Create an agent run and stream the response
13
13
  *
14
14
  * @remarks
15
- * Creates and triggers a run of an agent. Streams the output in SSE format. This endpoint implements the LangChain Agent Protocol, specifically part of the Runs stage (https://langchain-ai.github.io/agent-protocol/api.html#tag/runs/POST/runs/stream). It adheres to the standard contract defined for agent interoperability and can be used by agent runtimes that support the Agent Protocol. Note that running agents that reference third party platform write actions is unsupported as it requires user confirmation.
15
+ * Executes an [agent](https://developers.glean.com/agents/agents-api) run and returns the result as a stream of server-sent events (SSE).
16
16
  */
17
17
  export declare function useClientAgentsRunStreamMutation(options?: MutationHookOptions<ClientAgentsRunStreamMutationData, Error, ClientAgentsRunStreamMutationVariables>): UseMutationResult<ClientAgentsRunStreamMutationData, Error, ClientAgentsRunStreamMutationVariables>;
18
18
  export declare function mutationKeyClientAgentsRunStream(): MutationKey;
@@ -7,10 +7,10 @@ import { combineSignals } from "../lib/primitives.js";
7
7
  import { unwrapAsync } from "../types/fp.js";
8
8
  import { useGleanContext } from "./_context.js";
9
9
  /**
10
- * Create Run, Stream Output
10
+ * Create an agent run and stream the response
11
11
  *
12
12
  * @remarks
13
- * Creates and triggers a run of an agent. Streams the output in SSE format. This endpoint implements the LangChain Agent Protocol, specifically part of the Runs stage (https://langchain-ai.github.io/agent-protocol/api.html#tag/runs/POST/runs/stream). It adheres to the standard contract defined for agent interoperability and can be used by agent runtimes that support the Agent Protocol. Note that running agents that reference third party platform write actions is unsupported as it requires user confirmation.
13
+ * Executes an [agent](https://developers.glean.com/agents/agents-api) run and returns the result as a stream of server-sent events (SSE).
14
14
  */
15
15
  export function useClientAgentsRunStreamMutation(options) {
16
16
  const client = useGleanContext();
@@ -9,7 +9,7 @@ export type ClientGovernanceDataPoliciesCreateMutationVariables = {
9
9
  };
10
10
  export type ClientGovernanceDataPoliciesCreateMutationData = components.CreateDlpReportResponse;
11
11
  /**
12
- * Creates new policy.
12
+ * Creates new policy
13
13
  *
14
14
  * @remarks
15
15
  * Creates a new policy with specified specifications and returns its id.
@@ -7,7 +7,7 @@ import { combineSignals } from "../lib/primitives.js";
7
7
  import { unwrapAsync } from "../types/fp.js";
8
8
  import { useGleanContext } from "./_context.js";
9
9
  /**
10
- * Creates new policy.
10
+ * Creates new policy
11
11
  *
12
12
  * @remarks
13
13
  * Creates a new policy with specified specifications and returns its id.
@@ -4,14 +4,14 @@ import { RequestOptions } from "../lib/sdks.js";
4
4
  import { QueryHookOptions, SuspenseQueryHookOptions, TupleToPrefixes } from "./_types.js";
5
5
  export type ClientGovernanceDataPoliciesDownloadQueryData = string;
6
6
  /**
7
- * Downloads violations CSV for policy.
7
+ * Downloads violations CSV for policy
8
8
  *
9
9
  * @remarks
10
10
  * Downloads CSV violations report for a specific policy id. This does not support continuous policies.
11
11
  */
12
12
  export declare function useClientGovernanceDataPoliciesDownload(id: string, options?: QueryHookOptions<ClientGovernanceDataPoliciesDownloadQueryData>): UseQueryResult<ClientGovernanceDataPoliciesDownloadQueryData, Error>;
13
13
  /**
14
- * Downloads violations CSV for policy.
14
+ * Downloads violations CSV for policy
15
15
  *
16
16
  * @remarks
17
17
  * Downloads CSV violations report for a specific policy id. This does not support continuous policies.
@@ -7,7 +7,7 @@ import { combineSignals } from "../lib/primitives.js";
7
7
  import { unwrapAsync } from "../types/fp.js";
8
8
  import { useGleanContext } from "./_context.js";
9
9
  /**
10
- * Downloads violations CSV for policy.
10
+ * Downloads violations CSV for policy
11
11
  *
12
12
  * @remarks
13
13
  * Downloads CSV violations report for a specific policy id. This does not support continuous policies.
@@ -20,7 +20,7 @@ export function useClientGovernanceDataPoliciesDownload(id, options) {
20
20
  });
21
21
  }
22
22
  /**
23
- * Downloads violations CSV for policy.
23
+ * Downloads violations CSV for policy
24
24
  *
25
25
  * @remarks
26
26
  * Downloads CSV violations report for a specific policy id. This does not support continuous policies.
@@ -5,14 +5,14 @@ import * as components from "../models/components/index.js";
5
5
  import { QueryHookOptions, SuspenseQueryHookOptions, TupleToPrefixes } from "./_types.js";
6
6
  export type ClientGovernanceDataPoliciesListQueryData = components.ListDlpReportsResponse;
7
7
  /**
8
- * Lists policies.
8
+ * Lists policies
9
9
  *
10
10
  * @remarks
11
11
  * Lists policies with filtering.
12
12
  */
13
13
  export declare function useClientGovernanceDataPoliciesList(autoHide?: boolean | undefined, frequency?: string | undefined, options?: QueryHookOptions<ClientGovernanceDataPoliciesListQueryData>): UseQueryResult<ClientGovernanceDataPoliciesListQueryData, Error>;
14
14
  /**
15
- * Lists policies.
15
+ * Lists policies
16
16
  *
17
17
  * @remarks
18
18
  * Lists policies with filtering.
@@ -7,7 +7,7 @@ import { combineSignals } from "../lib/primitives.js";
7
7
  import { unwrapAsync } from "../types/fp.js";
8
8
  import { useGleanContext } from "./_context.js";
9
9
  /**
10
- * Lists policies.
10
+ * Lists policies
11
11
  *
12
12
  * @remarks
13
13
  * Lists policies with filtering.
@@ -20,7 +20,7 @@ export function useClientGovernanceDataPoliciesList(autoHide, frequency, options
20
20
  });
21
21
  }
22
22
  /**
23
- * Lists policies.
23
+ * Lists policies
24
24
  *
25
25
  * @remarks
26
26
  * Lists policies with filtering.
@@ -5,14 +5,14 @@ import * as components from "../models/components/index.js";
5
5
  import { QueryHookOptions, SuspenseQueryHookOptions, TupleToPrefixes } from "./_types.js";
6
6
  export type ClientGovernanceDataPoliciesRetrieveQueryData = components.GetDlpReportResponse;
7
7
  /**
8
- * Gets specified Policy.
8
+ * Gets specified policy
9
9
  *
10
10
  * @remarks
11
11
  * Fetches the specified policy version, or the latest if no version is provided.
12
12
  */
13
13
  export declare function useClientGovernanceDataPoliciesRetrieve(id: string, version?: number | undefined, options?: QueryHookOptions<ClientGovernanceDataPoliciesRetrieveQueryData>): UseQueryResult<ClientGovernanceDataPoliciesRetrieveQueryData, Error>;
14
14
  /**
15
- * Gets specified Policy.
15
+ * Gets specified policy
16
16
  *
17
17
  * @remarks
18
18
  * Fetches the specified policy version, or the latest if no version is provided.
@@ -7,7 +7,7 @@ import { combineSignals } from "../lib/primitives.js";
7
7
  import { unwrapAsync } from "../types/fp.js";
8
8
  import { useGleanContext } from "./_context.js";
9
9
  /**
10
- * Gets specified Policy.
10
+ * Gets specified policy
11
11
  *
12
12
  * @remarks
13
13
  * Fetches the specified policy version, or the latest if no version is provided.
@@ -20,7 +20,7 @@ export function useClientGovernanceDataPoliciesRetrieve(id, version, options) {
20
20
  });
21
21
  }
22
22
  /**
23
- * Gets specified Policy.
23
+ * Gets specified policy
24
24
  *
25
25
  * @remarks
26
26
  * Fetches the specified policy version, or the latest if no version is provided.
@@ -10,7 +10,7 @@ export type ClientGovernanceDataPoliciesUpdateMutationVariables = {
10
10
  };
11
11
  export type ClientGovernanceDataPoliciesUpdateMutationData = components.UpdateDlpReportResponse;
12
12
  /**
13
- * Updates an existing policy.
13
+ * Updates an existing policy
14
14
  *
15
15
  * @remarks
16
16
  * Updates an existing policy.
@@ -7,7 +7,7 @@ import { combineSignals } from "../lib/primitives.js";
7
7
  import { unwrapAsync } from "../types/fp.js";
8
8
  import { useGleanContext } from "./_context.js";
9
9
  /**
10
- * Updates an existing policy.
10
+ * Updates an existing policy
11
11
  *
12
12
  * @remarks
13
13
  * Updates an existing policy.
@@ -9,7 +9,7 @@ export type ClientGovernanceDataReportsCreateMutationVariables = {
9
9
  };
10
10
  export type ClientGovernanceDataReportsCreateMutationData = components.UpdateDlpConfigResponse;
11
11
  /**
12
- * Creates new one-time report.
12
+ * Creates new one-time report
13
13
  *
14
14
  * @remarks
15
15
  * Creates a new one-time report and executes its batch job.
@@ -7,7 +7,7 @@ import { combineSignals } from "../lib/primitives.js";
7
7
  import { unwrapAsync } from "../types/fp.js";
8
8
  import { useGleanContext } from "./_context.js";
9
9
  /**
10
- * Creates new one-time report.
10
+ * Creates new one-time report
11
11
  *
12
12
  * @remarks
13
13
  * Creates a new one-time report and executes its batch job.
@@ -4,14 +4,14 @@ import { RequestOptions } from "../lib/sdks.js";
4
4
  import { QueryHookOptions, SuspenseQueryHookOptions, TupleToPrefixes } from "./_types.js";
5
5
  export type ClientGovernanceDataReportsDownloadQueryData = string;
6
6
  /**
7
- * Downloads violations CSV for report.
7
+ * Downloads violations CSV for report
8
8
  *
9
9
  * @remarks
10
10
  * Downloads CSV violations report for a specific report id.
11
11
  */
12
12
  export declare function useClientGovernanceDataReportsDownload(id: string, options?: QueryHookOptions<ClientGovernanceDataReportsDownloadQueryData>): UseQueryResult<ClientGovernanceDataReportsDownloadQueryData, Error>;
13
13
  /**
14
- * Downloads violations CSV for report.
14
+ * Downloads violations CSV for report
15
15
  *
16
16
  * @remarks
17
17
  * Downloads CSV violations report for a specific report id.
@@ -7,7 +7,7 @@ import { combineSignals } from "../lib/primitives.js";
7
7
  import { unwrapAsync } from "../types/fp.js";
8
8
  import { useGleanContext } from "./_context.js";
9
9
  /**
10
- * Downloads violations CSV for report.
10
+ * Downloads violations CSV for report
11
11
  *
12
12
  * @remarks
13
13
  * Downloads CSV violations report for a specific report id.
@@ -20,7 +20,7 @@ export function useClientGovernanceDataReportsDownload(id, options) {
20
20
  });
21
21
  }
22
22
  /**
23
- * Downloads violations CSV for report.
23
+ * Downloads violations CSV for report
24
24
  *
25
25
  * @remarks
26
26
  * Downloads CSV violations report for a specific report id.
@@ -5,14 +5,14 @@ import * as components from "../models/components/index.js";
5
5
  import { QueryHookOptions, SuspenseQueryHookOptions, TupleToPrefixes } from "./_types.js";
6
6
  export type ClientGovernanceDataReportsStatusQueryData = components.ReportStatusResponse;
7
7
  /**
8
- * Fetches report run status.
8
+ * Fetches report run status
9
9
  *
10
10
  * @remarks
11
11
  * Fetches the status of the run corresponding to the report-id.
12
12
  */
13
13
  export declare function useClientGovernanceDataReportsStatus(id: string, options?: QueryHookOptions<ClientGovernanceDataReportsStatusQueryData>): UseQueryResult<ClientGovernanceDataReportsStatusQueryData, Error>;
14
14
  /**
15
- * Fetches report run status.
15
+ * Fetches report run status
16
16
  *
17
17
  * @remarks
18
18
  * Fetches the status of the run corresponding to the report-id.
@@ -7,7 +7,7 @@ import { combineSignals } from "../lib/primitives.js";
7
7
  import { unwrapAsync } from "../types/fp.js";
8
8
  import { useGleanContext } from "./_context.js";
9
9
  /**
10
- * Fetches report run status.
10
+ * Fetches report run status
11
11
  *
12
12
  * @remarks
13
13
  * Fetches the status of the run corresponding to the report-id.
@@ -20,7 +20,7 @@ export function useClientGovernanceDataReportsStatus(id, options) {
20
20
  });
21
21
  }
22
22
  /**
23
- * Fetches report run status.
23
+ * Fetches report run status
24
24
  *
25
25
  * @remarks
26
26
  * Fetches the status of the run corresponding to the report-id.
@@ -9,7 +9,7 @@ export type ClientGovernanceDocumentsVisibilityoverridesCreateMutationVariables
9
9
  };
10
10
  export type ClientGovernanceDocumentsVisibilityoverridesCreateMutationData = components.UpdateDocumentVisibilityOverridesResponse;
11
11
  /**
12
- * Hide/Un-hide docs.
12
+ * Hide or unhide docs
13
13
  *
14
14
  * @remarks
15
15
  * Sets the visibility-override state of the documents specified, effectively hiding or un-hiding documents.
@@ -7,7 +7,7 @@ import { combineSignals } from "../lib/primitives.js";
7
7
  import { unwrapAsync } from "../types/fp.js";
8
8
  import { useGleanContext } from "./_context.js";
9
9
  /**
10
- * Hide/Un-hide docs.
10
+ * Hide or unhide docs
11
11
  *
12
12
  * @remarks
13
13
  * Sets the visibility-override state of the documents specified, effectively hiding or un-hiding documents.
@@ -5,14 +5,14 @@ import * as components from "../models/components/index.js";
5
5
  import { QueryHookOptions, SuspenseQueryHookOptions, TupleToPrefixes } from "./_types.js";
6
6
  export type ClientGovernanceDocumentsVisibilityoverridesListQueryData = components.GetDocumentVisibilityOverridesResponse;
7
7
  /**
8
- * Fetches documents visibility.
8
+ * Fetches documents visibility
9
9
  *
10
10
  * @remarks
11
11
  * Fetches the visibility override status of the documents passed.
12
12
  */
13
13
  export declare function useClientGovernanceDocumentsVisibilityoverridesList(docIds?: Array<string> | undefined, options?: QueryHookOptions<ClientGovernanceDocumentsVisibilityoverridesListQueryData>): UseQueryResult<ClientGovernanceDocumentsVisibilityoverridesListQueryData, Error>;
14
14
  /**
15
- * Fetches documents visibility.
15
+ * Fetches documents visibility
16
16
  *
17
17
  * @remarks
18
18
  * Fetches the visibility override status of the documents passed.