@gleanwork/api-client 0.1.0-beta.9 → 0.3.0

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 (1267) hide show
  1. package/FUNCTIONS.md +1 -1
  2. package/LICENSE +21 -0
  3. package/README.md +105 -21
  4. package/dist/commonjs/__tests__/activity.test.js +2 -2
  5. package/dist/commonjs/__tests__/activity.test.js.map +1 -1
  6. package/dist/commonjs/__tests__/adminsearch.test.js +1784 -13
  7. package/dist/commonjs/__tests__/adminsearch.test.js.map +1 -1
  8. package/dist/commonjs/__tests__/agents.test.js +3 -3
  9. package/dist/commonjs/__tests__/agents.test.js.map +1 -1
  10. package/dist/commonjs/__tests__/announcements.test.js +3925 -5
  11. package/dist/commonjs/__tests__/announcements.test.js.map +1 -1
  12. package/dist/commonjs/__tests__/answers.test.js +1320 -35
  13. package/dist/commonjs/__tests__/answers.test.js.map +1 -1
  14. package/dist/commonjs/__tests__/chat.test.js +19810 -1539
  15. package/dist/commonjs/__tests__/chat.test.js.map +1 -1
  16. package/dist/commonjs/__tests__/clientauthentication.test.js +1 -1
  17. package/dist/commonjs/__tests__/clientauthentication.test.js.map +1 -1
  18. package/dist/commonjs/__tests__/clientdocuments.test.js +4 -4
  19. package/dist/commonjs/__tests__/clientdocuments.test.js.map +1 -1
  20. package/dist/commonjs/__tests__/clientsearch.test.js +3852 -144
  21. package/dist/commonjs/__tests__/clientsearch.test.js.map +1 -1
  22. package/dist/commonjs/__tests__/clientshortcuts.test.js +1056 -13
  23. package/dist/commonjs/__tests__/clientshortcuts.test.js.map +1 -1
  24. package/dist/commonjs/__tests__/collections.test.js +1061 -16
  25. package/dist/commonjs/__tests__/collections.test.js.map +1 -1
  26. package/dist/commonjs/__tests__/datasources.test.js +2 -2
  27. package/dist/commonjs/__tests__/datasources.test.js.map +1 -1
  28. package/dist/commonjs/__tests__/entities.test.js +2 -2
  29. package/dist/commonjs/__tests__/entities.test.js.map +1 -1
  30. package/dist/commonjs/__tests__/indexingauthentication.test.js +1 -1
  31. package/dist/commonjs/__tests__/indexingauthentication.test.js.map +1 -1
  32. package/dist/commonjs/__tests__/indexingdocuments.test.js +8 -8
  33. package/dist/commonjs/__tests__/indexingdocuments.test.js.map +1 -1
  34. package/dist/commonjs/__tests__/indexingpeople.test.js +2 -2
  35. package/dist/commonjs/__tests__/indexingpeople.test.js.map +1 -1
  36. package/dist/commonjs/__tests__/insights.test.js +1 -1
  37. package/dist/commonjs/__tests__/insights.test.js.map +1 -1
  38. package/dist/commonjs/__tests__/messages.test.js +1 -1
  39. package/dist/commonjs/__tests__/messages.test.js.map +1 -1
  40. package/dist/commonjs/__tests__/permissions.test.js +12 -12
  41. package/dist/commonjs/__tests__/permissions.test.js.map +1 -1
  42. package/dist/commonjs/__tests__/pins.test.js +5 -5
  43. package/dist/commonjs/__tests__/pins.test.js.map +1 -1
  44. package/dist/commonjs/__tests__/search.test.js +1 -1
  45. package/dist/commonjs/__tests__/search.test.js.map +1 -1
  46. package/dist/commonjs/__tests__/verification.test.js +3 -3
  47. package/dist/commonjs/__tests__/verification.test.js.map +1 -1
  48. package/dist/commonjs/funcs/clientActivityFeedback.js +3 -3
  49. package/dist/commonjs/funcs/clientActivityFeedback.js.map +1 -1
  50. package/dist/commonjs/funcs/clientActivityReport.js +3 -3
  51. package/dist/commonjs/funcs/clientActivityReport.js.map +1 -1
  52. package/dist/commonjs/funcs/clientAgentsList.js +3 -3
  53. package/dist/commonjs/funcs/clientAgentsList.js.map +1 -1
  54. package/dist/commonjs/funcs/clientAgentsRetrieveInputs.js +3 -3
  55. package/dist/commonjs/funcs/clientAgentsRetrieveInputs.js.map +1 -1
  56. package/dist/commonjs/funcs/clientAgentsRun.js +3 -3
  57. package/dist/commonjs/funcs/clientAgentsRun.js.map +1 -1
  58. package/dist/commonjs/funcs/clientAnnouncementsCreate.js +3 -3
  59. package/dist/commonjs/funcs/clientAnnouncementsCreate.js.map +1 -1
  60. package/dist/commonjs/funcs/clientAnnouncementsDelete.js +3 -3
  61. package/dist/commonjs/funcs/clientAnnouncementsDelete.js.map +1 -1
  62. package/dist/commonjs/funcs/clientAnnouncementsUpdate.js +3 -3
  63. package/dist/commonjs/funcs/clientAnnouncementsUpdate.js.map +1 -1
  64. package/dist/commonjs/funcs/clientAnswersCreate.js +3 -3
  65. package/dist/commonjs/funcs/clientAnswersCreate.js.map +1 -1
  66. package/dist/commonjs/funcs/clientAnswersDelete.js +3 -3
  67. package/dist/commonjs/funcs/clientAnswersDelete.js.map +1 -1
  68. package/dist/commonjs/funcs/clientAnswersList.js +3 -3
  69. package/dist/commonjs/funcs/clientAnswersList.js.map +1 -1
  70. package/dist/commonjs/funcs/clientAnswersRetrieve.js +3 -3
  71. package/dist/commonjs/funcs/clientAnswersRetrieve.js.map +1 -1
  72. package/dist/commonjs/funcs/clientAnswersUpdate.js +3 -3
  73. package/dist/commonjs/funcs/clientAnswersUpdate.js.map +1 -1
  74. package/dist/commonjs/funcs/clientAuthenticationCreateToken.js +3 -3
  75. package/dist/commonjs/funcs/clientAuthenticationCreateToken.js.map +1 -1
  76. package/dist/commonjs/funcs/clientChatCreate.js +3 -3
  77. package/dist/commonjs/funcs/clientChatCreate.js.map +1 -1
  78. package/dist/commonjs/funcs/clientChatCreateStream.js +3 -3
  79. package/dist/commonjs/funcs/clientChatCreateStream.js.map +1 -1
  80. package/dist/commonjs/funcs/clientChatDelete.js +3 -3
  81. package/dist/commonjs/funcs/clientChatDelete.js.map +1 -1
  82. package/dist/commonjs/funcs/clientChatDeleteAll.js +3 -3
  83. package/dist/commonjs/funcs/clientChatDeleteAll.js.map +1 -1
  84. package/dist/commonjs/funcs/clientChatDeleteFiles.js +3 -3
  85. package/dist/commonjs/funcs/clientChatDeleteFiles.js.map +1 -1
  86. package/dist/commonjs/funcs/clientChatList.js +3 -3
  87. package/dist/commonjs/funcs/clientChatList.js.map +1 -1
  88. package/dist/commonjs/funcs/clientChatRetrieve.js +3 -3
  89. package/dist/commonjs/funcs/clientChatRetrieve.js.map +1 -1
  90. package/dist/commonjs/funcs/clientChatRetrieveApplication.js +3 -3
  91. package/dist/commonjs/funcs/clientChatRetrieveApplication.js.map +1 -1
  92. package/dist/commonjs/funcs/clientChatRetrieveFiles.js +3 -3
  93. package/dist/commonjs/funcs/clientChatRetrieveFiles.js.map +1 -1
  94. package/dist/commonjs/funcs/clientChatUploadFiles.js +3 -3
  95. package/dist/commonjs/funcs/clientChatUploadFiles.js.map +1 -1
  96. package/dist/commonjs/funcs/clientCollectionsAddItems.js +3 -3
  97. package/dist/commonjs/funcs/clientCollectionsAddItems.js.map +1 -1
  98. package/dist/commonjs/funcs/clientCollectionsCreate.js +3 -3
  99. package/dist/commonjs/funcs/clientCollectionsCreate.js.map +1 -1
  100. package/dist/commonjs/funcs/clientCollectionsDelete.js +3 -3
  101. package/dist/commonjs/funcs/clientCollectionsDelete.js.map +1 -1
  102. package/dist/commonjs/funcs/clientCollectionsDeleteItem.js +3 -3
  103. package/dist/commonjs/funcs/clientCollectionsDeleteItem.js.map +1 -1
  104. package/dist/commonjs/funcs/clientCollectionsList.js +3 -3
  105. package/dist/commonjs/funcs/clientCollectionsList.js.map +1 -1
  106. package/dist/commonjs/funcs/clientCollectionsRetrieve.js +3 -3
  107. package/dist/commonjs/funcs/clientCollectionsRetrieve.js.map +1 -1
  108. package/dist/commonjs/funcs/clientCollectionsUpdate.js +3 -3
  109. package/dist/commonjs/funcs/clientCollectionsUpdate.js.map +1 -1
  110. package/dist/commonjs/funcs/clientCollectionsUpdateItem.js +3 -3
  111. package/dist/commonjs/funcs/clientCollectionsUpdateItem.js.map +1 -1
  112. package/dist/commonjs/funcs/clientDocumentsRetrieve.js +3 -3
  113. package/dist/commonjs/funcs/clientDocumentsRetrieve.js.map +1 -1
  114. package/dist/commonjs/funcs/clientDocumentsRetrieveByFacets.js +3 -3
  115. package/dist/commonjs/funcs/clientDocumentsRetrieveByFacets.js.map +1 -1
  116. package/dist/commonjs/funcs/clientDocumentsRetrievePermissions.js +3 -3
  117. package/dist/commonjs/funcs/clientDocumentsRetrievePermissions.js.map +1 -1
  118. package/dist/commonjs/funcs/clientDocumentsSummarize.js +3 -3
  119. package/dist/commonjs/funcs/clientDocumentsSummarize.js.map +1 -1
  120. package/dist/commonjs/funcs/clientEntitiesList.js +3 -3
  121. package/dist/commonjs/funcs/clientEntitiesList.js.map +1 -1
  122. package/dist/commonjs/funcs/clientEntitiesReadPeople.js +3 -3
  123. package/dist/commonjs/funcs/clientEntitiesReadPeople.js.map +1 -1
  124. package/dist/commonjs/funcs/clientInsightsRetrieve.js +3 -3
  125. package/dist/commonjs/funcs/clientInsightsRetrieve.js.map +1 -1
  126. package/dist/commonjs/funcs/clientMessagesRetrieve.js +3 -3
  127. package/dist/commonjs/funcs/clientMessagesRetrieve.js.map +1 -1
  128. package/dist/commonjs/funcs/clientPinsCreate.js +3 -3
  129. package/dist/commonjs/funcs/clientPinsCreate.js.map +1 -1
  130. package/dist/commonjs/funcs/clientPinsList.js +3 -3
  131. package/dist/commonjs/funcs/clientPinsList.js.map +1 -1
  132. package/dist/commonjs/funcs/clientPinsRemove.js +3 -3
  133. package/dist/commonjs/funcs/clientPinsRemove.js.map +1 -1
  134. package/dist/commonjs/funcs/clientPinsRetrieve.js +3 -3
  135. package/dist/commonjs/funcs/clientPinsRetrieve.js.map +1 -1
  136. package/dist/commonjs/funcs/clientPinsUpdate.js +3 -3
  137. package/dist/commonjs/funcs/clientPinsUpdate.js.map +1 -1
  138. package/dist/commonjs/funcs/clientSearchAutocomplete.js +3 -3
  139. package/dist/commonjs/funcs/clientSearchAutocomplete.js.map +1 -1
  140. package/dist/commonjs/funcs/clientSearchQuery.js +3 -3
  141. package/dist/commonjs/funcs/clientSearchQuery.js.map +1 -1
  142. package/dist/commonjs/funcs/clientSearchQueryAsAdmin.js +3 -3
  143. package/dist/commonjs/funcs/clientSearchQueryAsAdmin.js.map +1 -1
  144. package/dist/commonjs/funcs/clientSearchRecommendations.js +3 -3
  145. package/dist/commonjs/funcs/clientSearchRecommendations.js.map +1 -1
  146. package/dist/commonjs/funcs/clientSearchRetrieveFeed.js +3 -3
  147. package/dist/commonjs/funcs/clientSearchRetrieveFeed.js.map +1 -1
  148. package/dist/commonjs/funcs/clientShortcutsCreate.js +3 -3
  149. package/dist/commonjs/funcs/clientShortcutsCreate.js.map +1 -1
  150. package/dist/commonjs/funcs/clientShortcutsDelete.js +3 -3
  151. package/dist/commonjs/funcs/clientShortcutsDelete.js.map +1 -1
  152. package/dist/commonjs/funcs/clientShortcutsList.js +3 -3
  153. package/dist/commonjs/funcs/clientShortcutsList.js.map +1 -1
  154. package/dist/commonjs/funcs/clientShortcutsRetrieve.js +3 -3
  155. package/dist/commonjs/funcs/clientShortcutsRetrieve.js.map +1 -1
  156. package/dist/commonjs/funcs/clientShortcutsUpdate.js +3 -3
  157. package/dist/commonjs/funcs/clientShortcutsUpdate.js.map +1 -1
  158. package/dist/commonjs/funcs/clientVerificationAddReminder.js +3 -3
  159. package/dist/commonjs/funcs/clientVerificationAddReminder.js.map +1 -1
  160. package/dist/commonjs/funcs/clientVerificationList.js +3 -3
  161. package/dist/commonjs/funcs/clientVerificationList.js.map +1 -1
  162. package/dist/commonjs/funcs/clientVerificationVerify.js +3 -3
  163. package/dist/commonjs/funcs/clientVerificationVerify.js.map +1 -1
  164. package/dist/commonjs/funcs/indexingAuthenticationRotateToken.js +3 -3
  165. package/dist/commonjs/funcs/indexingAuthenticationRotateToken.js.map +1 -1
  166. package/dist/commonjs/funcs/indexingDatasourceStatus.js +3 -3
  167. package/dist/commonjs/funcs/indexingDatasourceStatus.js.map +1 -1
  168. package/dist/commonjs/funcs/indexingDatasourcesAdd.js +3 -3
  169. package/dist/commonjs/funcs/indexingDatasourcesAdd.js.map +1 -1
  170. package/dist/commonjs/funcs/indexingDatasourcesRetrieveConfig.js +3 -3
  171. package/dist/commonjs/funcs/indexingDatasourcesRetrieveConfig.js.map +1 -1
  172. package/dist/commonjs/funcs/indexingDocumentsAddOrUpdate.js +3 -3
  173. package/dist/commonjs/funcs/indexingDocumentsAddOrUpdate.js.map +1 -1
  174. package/dist/commonjs/funcs/indexingDocumentsBulkIndex.js +3 -3
  175. package/dist/commonjs/funcs/indexingDocumentsBulkIndex.js.map +1 -1
  176. package/dist/commonjs/funcs/indexingDocumentsCheckAccess.js +3 -3
  177. package/dist/commonjs/funcs/indexingDocumentsCheckAccess.js.map +1 -1
  178. package/dist/commonjs/funcs/indexingDocumentsCount.js +3 -3
  179. package/dist/commonjs/funcs/indexingDocumentsCount.js.map +1 -1
  180. package/dist/commonjs/funcs/indexingDocumentsDebug.js +3 -3
  181. package/dist/commonjs/funcs/indexingDocumentsDebug.js.map +1 -1
  182. package/dist/commonjs/funcs/indexingDocumentsDebugMany.js +3 -3
  183. package/dist/commonjs/funcs/indexingDocumentsDebugMany.js.map +1 -1
  184. package/dist/commonjs/funcs/indexingDocumentsDelete.js +3 -3
  185. package/dist/commonjs/funcs/indexingDocumentsDelete.js.map +1 -1
  186. package/dist/commonjs/funcs/indexingDocumentsIndex.js +3 -3
  187. package/dist/commonjs/funcs/indexingDocumentsIndex.js.map +1 -1
  188. package/dist/commonjs/funcs/indexingDocumentsProcessAll.js +3 -3
  189. package/dist/commonjs/funcs/indexingDocumentsProcessAll.js.map +1 -1
  190. package/dist/commonjs/funcs/indexingDocumentsStatus.js +3 -3
  191. package/dist/commonjs/funcs/indexingDocumentsStatus.js.map +1 -1
  192. package/dist/commonjs/funcs/indexingPeopleBulkIndex.js +3 -3
  193. package/dist/commonjs/funcs/indexingPeopleBulkIndex.js.map +1 -1
  194. package/dist/commonjs/funcs/indexingPeopleBulkIndexTeams.js +3 -3
  195. package/dist/commonjs/funcs/indexingPeopleBulkIndexTeams.js.map +1 -1
  196. package/dist/commonjs/funcs/indexingPeopleCount.js +3 -3
  197. package/dist/commonjs/funcs/indexingPeopleCount.js.map +1 -1
  198. package/dist/commonjs/funcs/indexingPeopleDebug.js +3 -3
  199. package/dist/commonjs/funcs/indexingPeopleDebug.js.map +1 -1
  200. package/dist/commonjs/funcs/indexingPeopleDelete.js +3 -3
  201. package/dist/commonjs/funcs/indexingPeopleDelete.js.map +1 -1
  202. package/dist/commonjs/funcs/indexingPeopleDeleteTeam.js +3 -3
  203. package/dist/commonjs/funcs/indexingPeopleDeleteTeam.js.map +1 -1
  204. package/dist/commonjs/funcs/indexingPeopleIndex.js +3 -3
  205. package/dist/commonjs/funcs/indexingPeopleIndex.js.map +1 -1
  206. package/dist/commonjs/funcs/indexingPeopleIndexTeam.js +3 -3
  207. package/dist/commonjs/funcs/indexingPeopleIndexTeam.js.map +1 -1
  208. package/dist/commonjs/funcs/indexingPeopleProcessAllEmployeesAndTeams.js +3 -3
  209. package/dist/commonjs/funcs/indexingPeopleProcessAllEmployeesAndTeams.js.map +1 -1
  210. package/dist/commonjs/funcs/indexingPermissionsAuthorizeBetaUsers.js +3 -3
  211. package/dist/commonjs/funcs/indexingPermissionsAuthorizeBetaUsers.js.map +1 -1
  212. package/dist/commonjs/funcs/indexingPermissionsBulkIndexGroups.js +3 -3
  213. package/dist/commonjs/funcs/indexingPermissionsBulkIndexGroups.js.map +1 -1
  214. package/dist/commonjs/funcs/indexingPermissionsBulkIndexMemberships.js +3 -3
  215. package/dist/commonjs/funcs/indexingPermissionsBulkIndexMemberships.js.map +1 -1
  216. package/dist/commonjs/funcs/indexingPermissionsBulkIndexUsers.js +3 -3
  217. package/dist/commonjs/funcs/indexingPermissionsBulkIndexUsers.js.map +1 -1
  218. package/dist/commonjs/funcs/indexingPermissionsDeleteGroup.js +3 -3
  219. package/dist/commonjs/funcs/indexingPermissionsDeleteGroup.js.map +1 -1
  220. package/dist/commonjs/funcs/indexingPermissionsDeleteMembership.js +3 -3
  221. package/dist/commonjs/funcs/indexingPermissionsDeleteMembership.js.map +1 -1
  222. package/dist/commonjs/funcs/indexingPermissionsDeleteUser.js +3 -3
  223. package/dist/commonjs/funcs/indexingPermissionsDeleteUser.js.map +1 -1
  224. package/dist/commonjs/funcs/indexingPermissionsIndexGroup.js +3 -3
  225. package/dist/commonjs/funcs/indexingPermissionsIndexGroup.js.map +1 -1
  226. package/dist/commonjs/funcs/indexingPermissionsIndexMembership.js +3 -3
  227. package/dist/commonjs/funcs/indexingPermissionsIndexMembership.js.map +1 -1
  228. package/dist/commonjs/funcs/indexingPermissionsIndexUser.js +3 -3
  229. package/dist/commonjs/funcs/indexingPermissionsIndexUser.js.map +1 -1
  230. package/dist/commonjs/funcs/indexingPermissionsProcessMemberships.js +3 -3
  231. package/dist/commonjs/funcs/indexingPermissionsProcessMemberships.js.map +1 -1
  232. package/dist/commonjs/funcs/indexingPermissionsUpdatePermissions.js +3 -3
  233. package/dist/commonjs/funcs/indexingPermissionsUpdatePermissions.js.map +1 -1
  234. package/dist/commonjs/funcs/indexingShortcutsBulkIndex.js +3 -3
  235. package/dist/commonjs/funcs/indexingShortcutsBulkIndex.js.map +1 -1
  236. package/dist/commonjs/funcs/indexingShortcutsUpload.js +3 -3
  237. package/dist/commonjs/funcs/indexingShortcutsUpload.js.map +1 -1
  238. package/dist/commonjs/lib/config.d.ts +7 -7
  239. package/dist/commonjs/lib/config.d.ts.map +1 -1
  240. package/dist/commonjs/lib/config.js +5 -5
  241. package/dist/commonjs/lib/config.js.map +1 -1
  242. package/dist/commonjs/lib/env.d.ts +1 -1
  243. package/dist/commonjs/lib/env.d.ts.map +1 -1
  244. package/dist/commonjs/lib/env.js +1 -1
  245. package/dist/commonjs/lib/env.js.map +1 -1
  246. package/dist/commonjs/lib/security.js +1 -1
  247. package/dist/commonjs/lib/security.js.map +1 -1
  248. package/dist/commonjs/models/components/calendarevent.d.ts +5 -0
  249. package/dist/commonjs/models/components/calendarevent.d.ts.map +1 -1
  250. package/dist/commonjs/models/components/calendarevent.js +2 -0
  251. package/dist/commonjs/models/components/calendarevent.js.map +1 -1
  252. package/dist/commonjs/models/components/security.d.ts +2 -2
  253. package/dist/commonjs/models/components/security.d.ts.map +1 -1
  254. package/dist/commonjs/models/components/security.js +4 -4
  255. package/dist/commonjs/models/components/security.js.map +1 -1
  256. package/dist/esm/__tests__/activity.test.js +2 -2
  257. package/dist/esm/__tests__/activity.test.js.map +1 -1
  258. package/dist/esm/__tests__/adminsearch.test.js +1784 -13
  259. package/dist/esm/__tests__/adminsearch.test.js.map +1 -1
  260. package/dist/esm/__tests__/agents.test.js +3 -3
  261. package/dist/esm/__tests__/agents.test.js.map +1 -1
  262. package/dist/esm/__tests__/announcements.test.js +3925 -5
  263. package/dist/esm/__tests__/announcements.test.js.map +1 -1
  264. package/dist/esm/__tests__/answers.test.js +1320 -35
  265. package/dist/esm/__tests__/answers.test.js.map +1 -1
  266. package/dist/esm/__tests__/chat.test.js +19810 -1539
  267. package/dist/esm/__tests__/chat.test.js.map +1 -1
  268. package/dist/esm/__tests__/clientauthentication.test.js +1 -1
  269. package/dist/esm/__tests__/clientauthentication.test.js.map +1 -1
  270. package/dist/esm/__tests__/clientdocuments.test.js +4 -4
  271. package/dist/esm/__tests__/clientdocuments.test.js.map +1 -1
  272. package/dist/esm/__tests__/clientsearch.test.js +3852 -144
  273. package/dist/esm/__tests__/clientsearch.test.js.map +1 -1
  274. package/dist/esm/__tests__/clientshortcuts.test.js +1056 -13
  275. package/dist/esm/__tests__/clientshortcuts.test.js.map +1 -1
  276. package/dist/esm/__tests__/collections.test.js +1061 -16
  277. package/dist/esm/__tests__/collections.test.js.map +1 -1
  278. package/dist/esm/__tests__/datasources.test.js +2 -2
  279. package/dist/esm/__tests__/datasources.test.js.map +1 -1
  280. package/dist/esm/__tests__/entities.test.js +2 -2
  281. package/dist/esm/__tests__/entities.test.js.map +1 -1
  282. package/dist/esm/__tests__/indexingauthentication.test.js +1 -1
  283. package/dist/esm/__tests__/indexingauthentication.test.js.map +1 -1
  284. package/dist/esm/__tests__/indexingdocuments.test.js +8 -8
  285. package/dist/esm/__tests__/indexingdocuments.test.js.map +1 -1
  286. package/dist/esm/__tests__/indexingpeople.test.js +2 -2
  287. package/dist/esm/__tests__/indexingpeople.test.js.map +1 -1
  288. package/dist/esm/__tests__/insights.test.js +1 -1
  289. package/dist/esm/__tests__/insights.test.js.map +1 -1
  290. package/dist/esm/__tests__/messages.test.js +1 -1
  291. package/dist/esm/__tests__/messages.test.js.map +1 -1
  292. package/dist/esm/__tests__/permissions.test.js +12 -12
  293. package/dist/esm/__tests__/permissions.test.js.map +1 -1
  294. package/dist/esm/__tests__/pins.test.js +5 -5
  295. package/dist/esm/__tests__/pins.test.js.map +1 -1
  296. package/dist/esm/__tests__/search.test.js +1 -1
  297. package/dist/esm/__tests__/search.test.js.map +1 -1
  298. package/dist/esm/__tests__/verification.test.js +3 -3
  299. package/dist/esm/__tests__/verification.test.js.map +1 -1
  300. package/dist/esm/funcs/clientActivityFeedback.js +3 -3
  301. package/dist/esm/funcs/clientActivityFeedback.js.map +1 -1
  302. package/dist/esm/funcs/clientActivityReport.js +3 -3
  303. package/dist/esm/funcs/clientActivityReport.js.map +1 -1
  304. package/dist/esm/funcs/clientAgentsList.js +3 -3
  305. package/dist/esm/funcs/clientAgentsList.js.map +1 -1
  306. package/dist/esm/funcs/clientAgentsRetrieveInputs.js +3 -3
  307. package/dist/esm/funcs/clientAgentsRetrieveInputs.js.map +1 -1
  308. package/dist/esm/funcs/clientAgentsRun.js +3 -3
  309. package/dist/esm/funcs/clientAgentsRun.js.map +1 -1
  310. package/dist/esm/funcs/clientAnnouncementsCreate.js +3 -3
  311. package/dist/esm/funcs/clientAnnouncementsCreate.js.map +1 -1
  312. package/dist/esm/funcs/clientAnnouncementsDelete.js +3 -3
  313. package/dist/esm/funcs/clientAnnouncementsDelete.js.map +1 -1
  314. package/dist/esm/funcs/clientAnnouncementsUpdate.js +3 -3
  315. package/dist/esm/funcs/clientAnnouncementsUpdate.js.map +1 -1
  316. package/dist/esm/funcs/clientAnswersCreate.js +3 -3
  317. package/dist/esm/funcs/clientAnswersCreate.js.map +1 -1
  318. package/dist/esm/funcs/clientAnswersDelete.js +3 -3
  319. package/dist/esm/funcs/clientAnswersDelete.js.map +1 -1
  320. package/dist/esm/funcs/clientAnswersList.js +3 -3
  321. package/dist/esm/funcs/clientAnswersList.js.map +1 -1
  322. package/dist/esm/funcs/clientAnswersRetrieve.js +3 -3
  323. package/dist/esm/funcs/clientAnswersRetrieve.js.map +1 -1
  324. package/dist/esm/funcs/clientAnswersUpdate.js +3 -3
  325. package/dist/esm/funcs/clientAnswersUpdate.js.map +1 -1
  326. package/dist/esm/funcs/clientAuthenticationCreateToken.js +3 -3
  327. package/dist/esm/funcs/clientAuthenticationCreateToken.js.map +1 -1
  328. package/dist/esm/funcs/clientChatCreate.js +3 -3
  329. package/dist/esm/funcs/clientChatCreate.js.map +1 -1
  330. package/dist/esm/funcs/clientChatCreateStream.js +3 -3
  331. package/dist/esm/funcs/clientChatCreateStream.js.map +1 -1
  332. package/dist/esm/funcs/clientChatDelete.js +3 -3
  333. package/dist/esm/funcs/clientChatDelete.js.map +1 -1
  334. package/dist/esm/funcs/clientChatDeleteAll.js +3 -3
  335. package/dist/esm/funcs/clientChatDeleteAll.js.map +1 -1
  336. package/dist/esm/funcs/clientChatDeleteFiles.js +3 -3
  337. package/dist/esm/funcs/clientChatDeleteFiles.js.map +1 -1
  338. package/dist/esm/funcs/clientChatList.js +3 -3
  339. package/dist/esm/funcs/clientChatList.js.map +1 -1
  340. package/dist/esm/funcs/clientChatRetrieve.js +3 -3
  341. package/dist/esm/funcs/clientChatRetrieve.js.map +1 -1
  342. package/dist/esm/funcs/clientChatRetrieveApplication.js +3 -3
  343. package/dist/esm/funcs/clientChatRetrieveApplication.js.map +1 -1
  344. package/dist/esm/funcs/clientChatRetrieveFiles.js +3 -3
  345. package/dist/esm/funcs/clientChatRetrieveFiles.js.map +1 -1
  346. package/dist/esm/funcs/clientChatUploadFiles.js +3 -3
  347. package/dist/esm/funcs/clientChatUploadFiles.js.map +1 -1
  348. package/dist/esm/funcs/clientCollectionsAddItems.js +3 -3
  349. package/dist/esm/funcs/clientCollectionsAddItems.js.map +1 -1
  350. package/dist/esm/funcs/clientCollectionsCreate.js +3 -3
  351. package/dist/esm/funcs/clientCollectionsCreate.js.map +1 -1
  352. package/dist/esm/funcs/clientCollectionsDelete.js +3 -3
  353. package/dist/esm/funcs/clientCollectionsDelete.js.map +1 -1
  354. package/dist/esm/funcs/clientCollectionsDeleteItem.js +3 -3
  355. package/dist/esm/funcs/clientCollectionsDeleteItem.js.map +1 -1
  356. package/dist/esm/funcs/clientCollectionsList.js +3 -3
  357. package/dist/esm/funcs/clientCollectionsList.js.map +1 -1
  358. package/dist/esm/funcs/clientCollectionsRetrieve.js +3 -3
  359. package/dist/esm/funcs/clientCollectionsRetrieve.js.map +1 -1
  360. package/dist/esm/funcs/clientCollectionsUpdate.js +3 -3
  361. package/dist/esm/funcs/clientCollectionsUpdate.js.map +1 -1
  362. package/dist/esm/funcs/clientCollectionsUpdateItem.js +3 -3
  363. package/dist/esm/funcs/clientCollectionsUpdateItem.js.map +1 -1
  364. package/dist/esm/funcs/clientDocumentsRetrieve.js +3 -3
  365. package/dist/esm/funcs/clientDocumentsRetrieve.js.map +1 -1
  366. package/dist/esm/funcs/clientDocumentsRetrieveByFacets.js +3 -3
  367. package/dist/esm/funcs/clientDocumentsRetrieveByFacets.js.map +1 -1
  368. package/dist/esm/funcs/clientDocumentsRetrievePermissions.js +3 -3
  369. package/dist/esm/funcs/clientDocumentsRetrievePermissions.js.map +1 -1
  370. package/dist/esm/funcs/clientDocumentsSummarize.js +3 -3
  371. package/dist/esm/funcs/clientDocumentsSummarize.js.map +1 -1
  372. package/dist/esm/funcs/clientEntitiesList.js +3 -3
  373. package/dist/esm/funcs/clientEntitiesList.js.map +1 -1
  374. package/dist/esm/funcs/clientEntitiesReadPeople.js +3 -3
  375. package/dist/esm/funcs/clientEntitiesReadPeople.js.map +1 -1
  376. package/dist/esm/funcs/clientInsightsRetrieve.js +3 -3
  377. package/dist/esm/funcs/clientInsightsRetrieve.js.map +1 -1
  378. package/dist/esm/funcs/clientMessagesRetrieve.js +3 -3
  379. package/dist/esm/funcs/clientMessagesRetrieve.js.map +1 -1
  380. package/dist/esm/funcs/clientPinsCreate.js +3 -3
  381. package/dist/esm/funcs/clientPinsCreate.js.map +1 -1
  382. package/dist/esm/funcs/clientPinsList.js +3 -3
  383. package/dist/esm/funcs/clientPinsList.js.map +1 -1
  384. package/dist/esm/funcs/clientPinsRemove.js +3 -3
  385. package/dist/esm/funcs/clientPinsRemove.js.map +1 -1
  386. package/dist/esm/funcs/clientPinsRetrieve.js +3 -3
  387. package/dist/esm/funcs/clientPinsRetrieve.js.map +1 -1
  388. package/dist/esm/funcs/clientPinsUpdate.js +3 -3
  389. package/dist/esm/funcs/clientPinsUpdate.js.map +1 -1
  390. package/dist/esm/funcs/clientSearchAutocomplete.js +3 -3
  391. package/dist/esm/funcs/clientSearchAutocomplete.js.map +1 -1
  392. package/dist/esm/funcs/clientSearchQuery.js +3 -3
  393. package/dist/esm/funcs/clientSearchQuery.js.map +1 -1
  394. package/dist/esm/funcs/clientSearchQueryAsAdmin.js +3 -3
  395. package/dist/esm/funcs/clientSearchQueryAsAdmin.js.map +1 -1
  396. package/dist/esm/funcs/clientSearchRecommendations.js +3 -3
  397. package/dist/esm/funcs/clientSearchRecommendations.js.map +1 -1
  398. package/dist/esm/funcs/clientSearchRetrieveFeed.js +3 -3
  399. package/dist/esm/funcs/clientSearchRetrieveFeed.js.map +1 -1
  400. package/dist/esm/funcs/clientShortcutsCreate.js +3 -3
  401. package/dist/esm/funcs/clientShortcutsCreate.js.map +1 -1
  402. package/dist/esm/funcs/clientShortcutsDelete.js +3 -3
  403. package/dist/esm/funcs/clientShortcutsDelete.js.map +1 -1
  404. package/dist/esm/funcs/clientShortcutsList.js +3 -3
  405. package/dist/esm/funcs/clientShortcutsList.js.map +1 -1
  406. package/dist/esm/funcs/clientShortcutsRetrieve.js +3 -3
  407. package/dist/esm/funcs/clientShortcutsRetrieve.js.map +1 -1
  408. package/dist/esm/funcs/clientShortcutsUpdate.js +3 -3
  409. package/dist/esm/funcs/clientShortcutsUpdate.js.map +1 -1
  410. package/dist/esm/funcs/clientVerificationAddReminder.js +3 -3
  411. package/dist/esm/funcs/clientVerificationAddReminder.js.map +1 -1
  412. package/dist/esm/funcs/clientVerificationList.js +3 -3
  413. package/dist/esm/funcs/clientVerificationList.js.map +1 -1
  414. package/dist/esm/funcs/clientVerificationVerify.js +3 -3
  415. package/dist/esm/funcs/clientVerificationVerify.js.map +1 -1
  416. package/dist/esm/funcs/indexingAuthenticationRotateToken.js +3 -3
  417. package/dist/esm/funcs/indexingAuthenticationRotateToken.js.map +1 -1
  418. package/dist/esm/funcs/indexingDatasourceStatus.js +3 -3
  419. package/dist/esm/funcs/indexingDatasourceStatus.js.map +1 -1
  420. package/dist/esm/funcs/indexingDatasourcesAdd.js +3 -3
  421. package/dist/esm/funcs/indexingDatasourcesAdd.js.map +1 -1
  422. package/dist/esm/funcs/indexingDatasourcesRetrieveConfig.js +3 -3
  423. package/dist/esm/funcs/indexingDatasourcesRetrieveConfig.js.map +1 -1
  424. package/dist/esm/funcs/indexingDocumentsAddOrUpdate.js +3 -3
  425. package/dist/esm/funcs/indexingDocumentsAddOrUpdate.js.map +1 -1
  426. package/dist/esm/funcs/indexingDocumentsBulkIndex.js +3 -3
  427. package/dist/esm/funcs/indexingDocumentsBulkIndex.js.map +1 -1
  428. package/dist/esm/funcs/indexingDocumentsCheckAccess.js +3 -3
  429. package/dist/esm/funcs/indexingDocumentsCheckAccess.js.map +1 -1
  430. package/dist/esm/funcs/indexingDocumentsCount.js +3 -3
  431. package/dist/esm/funcs/indexingDocumentsCount.js.map +1 -1
  432. package/dist/esm/funcs/indexingDocumentsDebug.js +3 -3
  433. package/dist/esm/funcs/indexingDocumentsDebug.js.map +1 -1
  434. package/dist/esm/funcs/indexingDocumentsDebugMany.js +3 -3
  435. package/dist/esm/funcs/indexingDocumentsDebugMany.js.map +1 -1
  436. package/dist/esm/funcs/indexingDocumentsDelete.js +3 -3
  437. package/dist/esm/funcs/indexingDocumentsDelete.js.map +1 -1
  438. package/dist/esm/funcs/indexingDocumentsIndex.js +3 -3
  439. package/dist/esm/funcs/indexingDocumentsIndex.js.map +1 -1
  440. package/dist/esm/funcs/indexingDocumentsProcessAll.js +3 -3
  441. package/dist/esm/funcs/indexingDocumentsProcessAll.js.map +1 -1
  442. package/dist/esm/funcs/indexingDocumentsStatus.js +3 -3
  443. package/dist/esm/funcs/indexingDocumentsStatus.js.map +1 -1
  444. package/dist/esm/funcs/indexingPeopleBulkIndex.js +3 -3
  445. package/dist/esm/funcs/indexingPeopleBulkIndex.js.map +1 -1
  446. package/dist/esm/funcs/indexingPeopleBulkIndexTeams.js +3 -3
  447. package/dist/esm/funcs/indexingPeopleBulkIndexTeams.js.map +1 -1
  448. package/dist/esm/funcs/indexingPeopleCount.js +3 -3
  449. package/dist/esm/funcs/indexingPeopleCount.js.map +1 -1
  450. package/dist/esm/funcs/indexingPeopleDebug.js +3 -3
  451. package/dist/esm/funcs/indexingPeopleDebug.js.map +1 -1
  452. package/dist/esm/funcs/indexingPeopleDelete.js +3 -3
  453. package/dist/esm/funcs/indexingPeopleDelete.js.map +1 -1
  454. package/dist/esm/funcs/indexingPeopleDeleteTeam.js +3 -3
  455. package/dist/esm/funcs/indexingPeopleDeleteTeam.js.map +1 -1
  456. package/dist/esm/funcs/indexingPeopleIndex.js +3 -3
  457. package/dist/esm/funcs/indexingPeopleIndex.js.map +1 -1
  458. package/dist/esm/funcs/indexingPeopleIndexTeam.js +3 -3
  459. package/dist/esm/funcs/indexingPeopleIndexTeam.js.map +1 -1
  460. package/dist/esm/funcs/indexingPeopleProcessAllEmployeesAndTeams.js +3 -3
  461. package/dist/esm/funcs/indexingPeopleProcessAllEmployeesAndTeams.js.map +1 -1
  462. package/dist/esm/funcs/indexingPermissionsAuthorizeBetaUsers.js +3 -3
  463. package/dist/esm/funcs/indexingPermissionsAuthorizeBetaUsers.js.map +1 -1
  464. package/dist/esm/funcs/indexingPermissionsBulkIndexGroups.js +3 -3
  465. package/dist/esm/funcs/indexingPermissionsBulkIndexGroups.js.map +1 -1
  466. package/dist/esm/funcs/indexingPermissionsBulkIndexMemberships.js +3 -3
  467. package/dist/esm/funcs/indexingPermissionsBulkIndexMemberships.js.map +1 -1
  468. package/dist/esm/funcs/indexingPermissionsBulkIndexUsers.js +3 -3
  469. package/dist/esm/funcs/indexingPermissionsBulkIndexUsers.js.map +1 -1
  470. package/dist/esm/funcs/indexingPermissionsDeleteGroup.js +3 -3
  471. package/dist/esm/funcs/indexingPermissionsDeleteGroup.js.map +1 -1
  472. package/dist/esm/funcs/indexingPermissionsDeleteMembership.js +3 -3
  473. package/dist/esm/funcs/indexingPermissionsDeleteMembership.js.map +1 -1
  474. package/dist/esm/funcs/indexingPermissionsDeleteUser.js +3 -3
  475. package/dist/esm/funcs/indexingPermissionsDeleteUser.js.map +1 -1
  476. package/dist/esm/funcs/indexingPermissionsIndexGroup.js +3 -3
  477. package/dist/esm/funcs/indexingPermissionsIndexGroup.js.map +1 -1
  478. package/dist/esm/funcs/indexingPermissionsIndexMembership.js +3 -3
  479. package/dist/esm/funcs/indexingPermissionsIndexMembership.js.map +1 -1
  480. package/dist/esm/funcs/indexingPermissionsIndexUser.js +3 -3
  481. package/dist/esm/funcs/indexingPermissionsIndexUser.js.map +1 -1
  482. package/dist/esm/funcs/indexingPermissionsProcessMemberships.js +3 -3
  483. package/dist/esm/funcs/indexingPermissionsProcessMemberships.js.map +1 -1
  484. package/dist/esm/funcs/indexingPermissionsUpdatePermissions.js +3 -3
  485. package/dist/esm/funcs/indexingPermissionsUpdatePermissions.js.map +1 -1
  486. package/dist/esm/funcs/indexingShortcutsBulkIndex.js +3 -3
  487. package/dist/esm/funcs/indexingShortcutsBulkIndex.js.map +1 -1
  488. package/dist/esm/funcs/indexingShortcutsUpload.js +3 -3
  489. package/dist/esm/funcs/indexingShortcutsUpload.js.map +1 -1
  490. package/dist/esm/lib/config.d.ts +7 -7
  491. package/dist/esm/lib/config.d.ts.map +1 -1
  492. package/dist/esm/lib/config.js +5 -5
  493. package/dist/esm/lib/config.js.map +1 -1
  494. package/dist/esm/lib/env.d.ts +1 -1
  495. package/dist/esm/lib/env.d.ts.map +1 -1
  496. package/dist/esm/lib/env.js +1 -1
  497. package/dist/esm/lib/env.js.map +1 -1
  498. package/dist/esm/lib/security.js +1 -1
  499. package/dist/esm/lib/security.js.map +1 -1
  500. package/dist/esm/models/components/calendarevent.d.ts +5 -0
  501. package/dist/esm/models/components/calendarevent.d.ts.map +1 -1
  502. package/dist/esm/models/components/calendarevent.js +2 -0
  503. package/dist/esm/models/components/calendarevent.js.map +1 -1
  504. package/dist/esm/models/components/security.d.ts +2 -2
  505. package/dist/esm/models/components/security.d.ts.map +1 -1
  506. package/dist/esm/models/components/security.js +4 -4
  507. package/dist/esm/models/components/security.js.map +1 -1
  508. package/docs/sdks/activity/README.md +4 -4
  509. package/docs/sdks/agents/README.md +6 -6
  510. package/docs/sdks/announcements/README.md +7852 -10
  511. package/docs/sdks/answers/README.md +2916 -346
  512. package/docs/sdks/chat/README.md +20 -20
  513. package/docs/sdks/clientauthentication/README.md +2 -2
  514. package/docs/sdks/clientdocuments/README.md +8 -8
  515. package/docs/sdks/clientshortcuts/README.md +2130 -44
  516. package/docs/sdks/collections/README.md +2140 -50
  517. package/docs/sdks/datasource/README.md +2 -2
  518. package/docs/sdks/datasources/README.md +4 -4
  519. package/docs/sdks/entities/README.md +4 -4
  520. package/docs/sdks/indexingauthentication/README.md +2 -2
  521. package/docs/sdks/indexingdocuments/README.md +20 -20
  522. package/docs/sdks/indexingshortcuts/README.md +4 -4
  523. package/docs/sdks/insights/README.md +2 -2
  524. package/docs/sdks/messages/README.md +2 -2
  525. package/docs/sdks/people/README.md +18 -18
  526. package/docs/sdks/permissions/README.md +24 -24
  527. package/docs/sdks/pins/README.md +10 -10
  528. package/docs/sdks/search/README.md +11608 -650
  529. package/docs/sdks/verification/README.md +6 -6
  530. package/examples/src/search.example.ts +8 -6
  531. package/examples/src/startChat.example.ts +7 -5
  532. package/jsr.json +1 -1
  533. package/package.json +2 -1
  534. package/src/__tests__/activity.test.ts +2 -2
  535. package/src/__tests__/adminsearch.test.ts +1791 -13
  536. package/src/__tests__/agents.test.ts +3 -3
  537. package/src/__tests__/announcements.test.ts +3939 -5
  538. package/src/__tests__/answers.test.ts +1329 -35
  539. package/src/__tests__/chat.test.ts +20124 -1604
  540. package/src/__tests__/clientauthentication.test.ts +1 -1
  541. package/src/__tests__/clientdocuments.test.ts +4 -4
  542. package/src/__tests__/clientsearch.test.ts +3868 -147
  543. package/src/__tests__/clientshortcuts.test.ts +1066 -13
  544. package/src/__tests__/collections.test.ts +1070 -16
  545. package/src/__tests__/datasources.test.ts +2 -2
  546. package/src/__tests__/entities.test.ts +2 -2
  547. package/src/__tests__/indexingauthentication.test.ts +1 -1
  548. package/src/__tests__/indexingdocuments.test.ts +8 -8
  549. package/src/__tests__/indexingpeople.test.ts +2 -2
  550. package/src/__tests__/insights.test.ts +1 -1
  551. package/src/__tests__/messages.test.ts +1 -1
  552. package/src/__tests__/permissions.test.ts +12 -12
  553. package/src/__tests__/pins.test.ts +5 -5
  554. package/src/__tests__/search.test.ts +1 -1
  555. package/src/__tests__/verification.test.ts +3 -3
  556. package/src/funcs/clientActivityFeedback.ts +3 -3
  557. package/src/funcs/clientActivityReport.ts +3 -3
  558. package/src/funcs/clientAgentsList.ts +3 -3
  559. package/src/funcs/clientAgentsRetrieveInputs.ts +3 -3
  560. package/src/funcs/clientAgentsRun.ts +3 -3
  561. package/src/funcs/clientAnnouncementsCreate.ts +3 -3
  562. package/src/funcs/clientAnnouncementsDelete.ts +3 -3
  563. package/src/funcs/clientAnnouncementsUpdate.ts +3 -3
  564. package/src/funcs/clientAnswersCreate.ts +3 -3
  565. package/src/funcs/clientAnswersDelete.ts +3 -3
  566. package/src/funcs/clientAnswersList.ts +3 -3
  567. package/src/funcs/clientAnswersRetrieve.ts +3 -3
  568. package/src/funcs/clientAnswersUpdate.ts +3 -3
  569. package/src/funcs/clientAuthenticationCreateToken.ts +3 -3
  570. package/src/funcs/clientChatCreate.ts +3 -3
  571. package/src/funcs/clientChatCreateStream.ts +3 -3
  572. package/src/funcs/clientChatDelete.ts +3 -3
  573. package/src/funcs/clientChatDeleteAll.ts +3 -3
  574. package/src/funcs/clientChatDeleteFiles.ts +3 -3
  575. package/src/funcs/clientChatList.ts +3 -3
  576. package/src/funcs/clientChatRetrieve.ts +3 -3
  577. package/src/funcs/clientChatRetrieveApplication.ts +3 -3
  578. package/src/funcs/clientChatRetrieveFiles.ts +3 -3
  579. package/src/funcs/clientChatUploadFiles.ts +3 -3
  580. package/src/funcs/clientCollectionsAddItems.ts +3 -3
  581. package/src/funcs/clientCollectionsCreate.ts +3 -3
  582. package/src/funcs/clientCollectionsDelete.ts +3 -3
  583. package/src/funcs/clientCollectionsDeleteItem.ts +3 -3
  584. package/src/funcs/clientCollectionsList.ts +3 -3
  585. package/src/funcs/clientCollectionsRetrieve.ts +3 -3
  586. package/src/funcs/clientCollectionsUpdate.ts +3 -3
  587. package/src/funcs/clientCollectionsUpdateItem.ts +3 -3
  588. package/src/funcs/clientDocumentsRetrieve.ts +3 -3
  589. package/src/funcs/clientDocumentsRetrieveByFacets.ts +3 -3
  590. package/src/funcs/clientDocumentsRetrievePermissions.ts +3 -3
  591. package/src/funcs/clientDocumentsSummarize.ts +3 -3
  592. package/src/funcs/clientEntitiesList.ts +3 -3
  593. package/src/funcs/clientEntitiesReadPeople.ts +3 -3
  594. package/src/funcs/clientInsightsRetrieve.ts +3 -3
  595. package/src/funcs/clientMessagesRetrieve.ts +3 -3
  596. package/src/funcs/clientPinsCreate.ts +3 -3
  597. package/src/funcs/clientPinsList.ts +3 -3
  598. package/src/funcs/clientPinsRemove.ts +3 -3
  599. package/src/funcs/clientPinsRetrieve.ts +3 -3
  600. package/src/funcs/clientPinsUpdate.ts +3 -3
  601. package/src/funcs/clientSearchAutocomplete.ts +3 -3
  602. package/src/funcs/clientSearchQuery.ts +3 -3
  603. package/src/funcs/clientSearchQueryAsAdmin.ts +3 -3
  604. package/src/funcs/clientSearchRecommendations.ts +3 -3
  605. package/src/funcs/clientSearchRetrieveFeed.ts +3 -3
  606. package/src/funcs/clientShortcutsCreate.ts +3 -3
  607. package/src/funcs/clientShortcutsDelete.ts +3 -3
  608. package/src/funcs/clientShortcutsList.ts +3 -3
  609. package/src/funcs/clientShortcutsRetrieve.ts +3 -3
  610. package/src/funcs/clientShortcutsUpdate.ts +3 -3
  611. package/src/funcs/clientVerificationAddReminder.ts +3 -3
  612. package/src/funcs/clientVerificationList.ts +3 -3
  613. package/src/funcs/clientVerificationVerify.ts +3 -3
  614. package/src/funcs/indexingAuthenticationRotateToken.ts +3 -3
  615. package/src/funcs/indexingDatasourceStatus.ts +3 -3
  616. package/src/funcs/indexingDatasourcesAdd.ts +3 -3
  617. package/src/funcs/indexingDatasourcesRetrieveConfig.ts +3 -3
  618. package/src/funcs/indexingDocumentsAddOrUpdate.ts +3 -3
  619. package/src/funcs/indexingDocumentsBulkIndex.ts +3 -3
  620. package/src/funcs/indexingDocumentsCheckAccess.ts +3 -3
  621. package/src/funcs/indexingDocumentsCount.ts +3 -3
  622. package/src/funcs/indexingDocumentsDebug.ts +3 -3
  623. package/src/funcs/indexingDocumentsDebugMany.ts +3 -3
  624. package/src/funcs/indexingDocumentsDelete.ts +3 -3
  625. package/src/funcs/indexingDocumentsIndex.ts +3 -3
  626. package/src/funcs/indexingDocumentsProcessAll.ts +3 -3
  627. package/src/funcs/indexingDocumentsStatus.ts +3 -3
  628. package/src/funcs/indexingPeopleBulkIndex.ts +3 -3
  629. package/src/funcs/indexingPeopleBulkIndexTeams.ts +3 -3
  630. package/src/funcs/indexingPeopleCount.ts +3 -3
  631. package/src/funcs/indexingPeopleDebug.ts +3 -3
  632. package/src/funcs/indexingPeopleDelete.ts +3 -3
  633. package/src/funcs/indexingPeopleDeleteTeam.ts +3 -3
  634. package/src/funcs/indexingPeopleIndex.ts +3 -3
  635. package/src/funcs/indexingPeopleIndexTeam.ts +3 -3
  636. package/src/funcs/indexingPeopleProcessAllEmployeesAndTeams.ts +3 -3
  637. package/src/funcs/indexingPermissionsAuthorizeBetaUsers.ts +3 -3
  638. package/src/funcs/indexingPermissionsBulkIndexGroups.ts +3 -3
  639. package/src/funcs/indexingPermissionsBulkIndexMemberships.ts +3 -3
  640. package/src/funcs/indexingPermissionsBulkIndexUsers.ts +3 -3
  641. package/src/funcs/indexingPermissionsDeleteGroup.ts +3 -3
  642. package/src/funcs/indexingPermissionsDeleteMembership.ts +3 -3
  643. package/src/funcs/indexingPermissionsDeleteUser.ts +3 -3
  644. package/src/funcs/indexingPermissionsIndexGroup.ts +3 -3
  645. package/src/funcs/indexingPermissionsIndexMembership.ts +3 -3
  646. package/src/funcs/indexingPermissionsIndexUser.ts +3 -3
  647. package/src/funcs/indexingPermissionsProcessMemberships.ts +3 -3
  648. package/src/funcs/indexingPermissionsUpdatePermissions.ts +3 -3
  649. package/src/funcs/indexingShortcutsBulkIndex.ts +3 -3
  650. package/src/funcs/indexingShortcutsUpload.ts +3 -3
  651. package/src/lib/config.ts +8 -8
  652. package/src/lib/env.ts +2 -2
  653. package/src/lib/security.ts +1 -1
  654. package/src/models/components/calendarevent.ts +7 -0
  655. package/src/models/components/security.ts +6 -6
  656. package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.d.ts +0 -16
  657. package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.d.ts.map +0 -1
  658. package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.js +0 -123
  659. package/dist/commonjs/funcs/clientAgentsAgentInputsRetrieve.js.map +0 -1
  660. package/dist/commonjs/funcs/clientAgentsAgentRun.d.ts +0 -16
  661. package/dist/commonjs/funcs/clientAgentsAgentRun.d.ts.map +0 -1
  662. package/dist/commonjs/funcs/clientAgentsAgentRun.js +0 -121
  663. package/dist/commonjs/funcs/clientAgentsAgentRun.js.map +0 -1
  664. package/dist/commonjs/funcs/clientChatApplicationRetrieve.d.ts +0 -16
  665. package/dist/commonjs/funcs/clientChatApplicationRetrieve.d.ts.map +0 -1
  666. package/dist/commonjs/funcs/clientChatApplicationRetrieve.js +0 -123
  667. package/dist/commonjs/funcs/clientChatApplicationRetrieve.js.map +0 -1
  668. package/dist/commonjs/funcs/clientChatFilesDelete.d.ts +0 -16
  669. package/dist/commonjs/funcs/clientChatFilesDelete.d.ts.map +0 -1
  670. package/dist/commonjs/funcs/clientChatFilesDelete.js +0 -123
  671. package/dist/commonjs/funcs/clientChatFilesDelete.js.map +0 -1
  672. package/dist/commonjs/funcs/clientChatFilesRetrieve.d.ts +0 -16
  673. package/dist/commonjs/funcs/clientChatFilesRetrieve.d.ts.map +0 -1
  674. package/dist/commonjs/funcs/clientChatFilesRetrieve.js +0 -123
  675. package/dist/commonjs/funcs/clientChatFilesRetrieve.js.map +0 -1
  676. package/dist/commonjs/funcs/clientChatFilesUpload.d.ts +0 -16
  677. package/dist/commonjs/funcs/clientChatFilesUpload.d.ts.map +0 -1
  678. package/dist/commonjs/funcs/clientChatFilesUpload.js +0 -121
  679. package/dist/commonjs/funcs/clientChatFilesUpload.js.map +0 -1
  680. package/dist/commonjs/funcs/clientCollectionsItemDelete.d.ts +0 -16
  681. package/dist/commonjs/funcs/clientCollectionsItemDelete.d.ts.map +0 -1
  682. package/dist/commonjs/funcs/clientCollectionsItemDelete.js +0 -112
  683. package/dist/commonjs/funcs/clientCollectionsItemDelete.js.map +0 -1
  684. package/dist/commonjs/funcs/clientCollectionsItemUpdate.d.ts +0 -16
  685. package/dist/commonjs/funcs/clientCollectionsItemUpdate.d.ts.map +0 -1
  686. package/dist/commonjs/funcs/clientCollectionsItemUpdate.js +0 -112
  687. package/dist/commonjs/funcs/clientCollectionsItemUpdate.js.map +0 -1
  688. package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.d.ts +0 -16
  689. package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.d.ts.map +0 -1
  690. package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.js +0 -112
  691. package/dist/commonjs/funcs/clientDocumentsPermissionsRetrieve.js.map +0 -1
  692. package/dist/commonjs/funcs/clientSearchAdminQuery.d.ts +0 -17
  693. package/dist/commonjs/funcs/clientSearchAdminQuery.d.ts.map +0 -1
  694. package/dist/commonjs/funcs/clientSearchAdminQuery.js +0 -118
  695. package/dist/commonjs/funcs/clientSearchAdminQuery.js.map +0 -1
  696. package/dist/commonjs/funcs/clientSearchFeedRetrieve.d.ts +0 -16
  697. package/dist/commonjs/funcs/clientSearchFeedRetrieve.d.ts.map +0 -1
  698. package/dist/commonjs/funcs/clientSearchFeedRetrieve.js +0 -112
  699. package/dist/commonjs/funcs/clientSearchFeedRetrieve.js.map +0 -1
  700. package/dist/commonjs/funcs/clientShortcutsUpload.d.ts +0 -16
  701. package/dist/commonjs/funcs/clientShortcutsUpload.d.ts.map +0 -1
  702. package/dist/commonjs/funcs/clientShortcutsUpload.js +0 -113
  703. package/dist/commonjs/funcs/clientShortcutsUpload.js.map +0 -1
  704. package/dist/commonjs/funcs/clientSummarizeGenerate.d.ts +0 -16
  705. package/dist/commonjs/funcs/clientSummarizeGenerate.d.ts.map +0 -1
  706. package/dist/commonjs/funcs/clientSummarizeGenerate.js +0 -112
  707. package/dist/commonjs/funcs/clientSummarizeGenerate.js.map +0 -1
  708. package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.d.ts +0 -16
  709. package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.d.ts.map +0 -1
  710. package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.js +0 -112
  711. package/dist/commonjs/funcs/indexingDatasourcesConfigRetrieve.js.map +0 -1
  712. package/dist/commonjs/funcs/indexingTroubleshootingCheckAccess.d.ts +0 -18
  713. package/dist/commonjs/funcs/indexingTroubleshootingCheckAccess.d.ts.map +0 -1
  714. package/dist/commonjs/funcs/indexingTroubleshootingCheckAccess.js +0 -114
  715. package/dist/commonjs/funcs/indexingTroubleshootingCheckAccess.js.map +0 -1
  716. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts +0 -18
  717. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +0 -1
  718. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.js +0 -130
  719. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentDebug.js.map +0 -1
  720. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +0 -18
  721. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +0 -1
  722. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js +0 -130
  723. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js.map +0 -1
  724. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.d.ts +0 -18
  725. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.d.ts.map +0 -1
  726. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.js +0 -126
  727. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceStatus.js.map +0 -1
  728. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts +0 -18
  729. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts.map +0 -1
  730. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.js +0 -127
  731. package/dist/commonjs/funcs/indexingTroubleshootingDatasourceUserDebug.js.map +0 -1
  732. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.d.ts +0 -20
  733. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.d.ts.map +0 -1
  734. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.js +0 -116
  735. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsCount.js.map +0 -1
  736. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.d.ts +0 -20
  737. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.d.ts.map +0 -1
  738. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.js +0 -116
  739. package/dist/commonjs/funcs/indexingTroubleshootingDocumentsStatus.js.map +0 -1
  740. package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.d.ts +0 -20
  741. package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.d.ts.map +0 -1
  742. package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.js +0 -116
  743. package/dist/commonjs/funcs/indexingTroubleshootingUsersCount.js.map +0 -1
  744. package/dist/commonjs/funcs/shortcutsCreateshortcut.d.ts +0 -16
  745. package/dist/commonjs/funcs/shortcutsCreateshortcut.d.ts.map +0 -1
  746. package/dist/commonjs/funcs/shortcutsCreateshortcut.js +0 -112
  747. package/dist/commonjs/funcs/shortcutsCreateshortcut.js.map +0 -1
  748. package/dist/commonjs/funcs/verificationVerify.d.ts +0 -16
  749. package/dist/commonjs/funcs/verificationVerify.d.ts.map +0 -1
  750. package/dist/commonjs/funcs/verificationVerify.js +0 -112
  751. package/dist/commonjs/funcs/verificationVerify.js.map +0 -1
  752. package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.d.ts +0 -24
  753. package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.d.ts.map +0 -1
  754. package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.js +0 -47
  755. package/dist/commonjs/react-query/clientAgentsAgentInputsRetrieve.js.map +0 -1
  756. package/dist/commonjs/react-query/clientAgentsAgentRun.d.ts +0 -24
  757. package/dist/commonjs/react-query/clientAgentsAgentRun.d.ts.map +0 -1
  758. package/dist/commonjs/react-query/clientAgentsAgentRun.js +0 -47
  759. package/dist/commonjs/react-query/clientAgentsAgentRun.js.map +0 -1
  760. package/dist/commonjs/react-query/clientChatApplicationRetrieve.d.ts +0 -24
  761. package/dist/commonjs/react-query/clientChatApplicationRetrieve.d.ts.map +0 -1
  762. package/dist/commonjs/react-query/clientChatApplicationRetrieve.js +0 -47
  763. package/dist/commonjs/react-query/clientChatApplicationRetrieve.js.map +0 -1
  764. package/dist/commonjs/react-query/clientChatFilesDelete.d.ts +0 -24
  765. package/dist/commonjs/react-query/clientChatFilesDelete.d.ts.map +0 -1
  766. package/dist/commonjs/react-query/clientChatFilesDelete.js +0 -47
  767. package/dist/commonjs/react-query/clientChatFilesDelete.js.map +0 -1
  768. package/dist/commonjs/react-query/clientChatFilesRetrieve.d.ts +0 -24
  769. package/dist/commonjs/react-query/clientChatFilesRetrieve.d.ts.map +0 -1
  770. package/dist/commonjs/react-query/clientChatFilesRetrieve.js +0 -47
  771. package/dist/commonjs/react-query/clientChatFilesRetrieve.js.map +0 -1
  772. package/dist/commonjs/react-query/clientChatFilesUpload.d.ts +0 -24
  773. package/dist/commonjs/react-query/clientChatFilesUpload.d.ts.map +0 -1
  774. package/dist/commonjs/react-query/clientChatFilesUpload.js +0 -47
  775. package/dist/commonjs/react-query/clientChatFilesUpload.js.map +0 -1
  776. package/dist/commonjs/react-query/clientCollectionsItemDelete.d.ts +0 -23
  777. package/dist/commonjs/react-query/clientCollectionsItemDelete.d.ts.map +0 -1
  778. package/dist/commonjs/react-query/clientCollectionsItemDelete.js +0 -47
  779. package/dist/commonjs/react-query/clientCollectionsItemDelete.js.map +0 -1
  780. package/dist/commonjs/react-query/clientCollectionsItemUpdate.d.ts +0 -23
  781. package/dist/commonjs/react-query/clientCollectionsItemUpdate.d.ts.map +0 -1
  782. package/dist/commonjs/react-query/clientCollectionsItemUpdate.js +0 -47
  783. package/dist/commonjs/react-query/clientCollectionsItemUpdate.js.map +0 -1
  784. package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.d.ts +0 -23
  785. package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.d.ts.map +0 -1
  786. package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.js +0 -47
  787. package/dist/commonjs/react-query/clientDocumentsPermissionsRetrieve.js.map +0 -1
  788. package/dist/commonjs/react-query/clientSearchAdminQuery.d.ts +0 -23
  789. package/dist/commonjs/react-query/clientSearchAdminQuery.d.ts.map +0 -1
  790. package/dist/commonjs/react-query/clientSearchAdminQuery.js +0 -47
  791. package/dist/commonjs/react-query/clientSearchAdminQuery.js.map +0 -1
  792. package/dist/commonjs/react-query/clientSearchFeedRetrieve.d.ts +0 -23
  793. package/dist/commonjs/react-query/clientSearchFeedRetrieve.d.ts.map +0 -1
  794. package/dist/commonjs/react-query/clientSearchFeedRetrieve.js +0 -47
  795. package/dist/commonjs/react-query/clientSearchFeedRetrieve.js.map +0 -1
  796. package/dist/commonjs/react-query/clientShortcutsUpload.d.ts +0 -23
  797. package/dist/commonjs/react-query/clientShortcutsUpload.d.ts.map +0 -1
  798. package/dist/commonjs/react-query/clientShortcutsUpload.js +0 -47
  799. package/dist/commonjs/react-query/clientShortcutsUpload.js.map +0 -1
  800. package/dist/commonjs/react-query/clientSummarizeGenerate.d.ts +0 -23
  801. package/dist/commonjs/react-query/clientSummarizeGenerate.d.ts.map +0 -1
  802. package/dist/commonjs/react-query/clientSummarizeGenerate.js +0 -47
  803. package/dist/commonjs/react-query/clientSummarizeGenerate.js.map +0 -1
  804. package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.d.ts +0 -23
  805. package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.d.ts.map +0 -1
  806. package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.js +0 -47
  807. package/dist/commonjs/react-query/indexingDatasourcesConfigRetrieve.js.map +0 -1
  808. package/dist/commonjs/react-query/indexingTroubleshootingCheckAccess.d.ts +0 -25
  809. package/dist/commonjs/react-query/indexingTroubleshootingCheckAccess.d.ts.map +0 -1
  810. package/dist/commonjs/react-query/indexingTroubleshootingCheckAccess.js +0 -49
  811. package/dist/commonjs/react-query/indexingTroubleshootingCheckAccess.js.map +0 -1
  812. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts +0 -26
  813. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +0 -1
  814. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.js +0 -49
  815. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentDebug.js.map +0 -1
  816. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +0 -26
  817. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +0 -1
  818. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js +0 -49
  819. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js.map +0 -1
  820. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.d.ts +0 -25
  821. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.d.ts.map +0 -1
  822. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.js +0 -49
  823. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceStatus.js.map +0 -1
  824. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts +0 -26
  825. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts.map +0 -1
  826. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.js +0 -49
  827. package/dist/commonjs/react-query/indexingTroubleshootingDatasourceUserDebug.js.map +0 -1
  828. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.d.ts +0 -27
  829. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.d.ts.map +0 -1
  830. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.js +0 -51
  831. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsCount.js.map +0 -1
  832. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.d.ts +0 -27
  833. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.d.ts.map +0 -1
  834. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.js +0 -51
  835. package/dist/commonjs/react-query/indexingTroubleshootingDocumentsStatus.js.map +0 -1
  836. package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.d.ts +0 -27
  837. package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.d.ts.map +0 -1
  838. package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.js +0 -51
  839. package/dist/commonjs/react-query/indexingTroubleshootingUsersCount.js.map +0 -1
  840. package/dist/commonjs/react-query/shortcutsCreateshortcut.d.ts +0 -23
  841. package/dist/commonjs/react-query/shortcutsCreateshortcut.d.ts.map +0 -1
  842. package/dist/commonjs/react-query/shortcutsCreateshortcut.js +0 -47
  843. package/dist/commonjs/react-query/shortcutsCreateshortcut.js.map +0 -1
  844. package/dist/commonjs/react-query/verificationVerify.d.ts +0 -23
  845. package/dist/commonjs/react-query/verificationVerify.d.ts.map +0 -1
  846. package/dist/commonjs/react-query/verificationVerify.js +0 -47
  847. package/dist/commonjs/react-query/verificationVerify.js.map +0 -1
  848. package/dist/commonjs/sdk/agent.d.ts +0 -15
  849. package/dist/commonjs/sdk/agent.d.ts.map +0 -1
  850. package/dist/commonjs/sdk/agent.js +0 -26
  851. package/dist/commonjs/sdk/agent.js.map +0 -1
  852. package/dist/commonjs/sdk/application.d.ts +0 -12
  853. package/dist/commonjs/sdk/application.d.ts.map +0 -1
  854. package/dist/commonjs/sdk/application.js +0 -22
  855. package/dist/commonjs/sdk/application.js.map +0 -1
  856. package/dist/commonjs/sdk/clientverification.d.ts +0 -19
  857. package/dist/commonjs/sdk/clientverification.d.ts.map +0 -1
  858. package/dist/commonjs/sdk/clientverification.js +0 -32
  859. package/dist/commonjs/sdk/clientverification.js.map +0 -1
  860. package/dist/commonjs/sdk/config.d.ts +0 -12
  861. package/dist/commonjs/sdk/config.d.ts.map +0 -1
  862. package/dist/commonjs/sdk/config.js +0 -22
  863. package/dist/commonjs/sdk/config.js.map +0 -1
  864. package/dist/commonjs/sdk/datasourcedocuments.d.ts +0 -14
  865. package/dist/commonjs/sdk/datasourcedocuments.d.ts.map +0 -1
  866. package/dist/commonjs/sdk/datasourcedocuments.js +0 -24
  867. package/dist/commonjs/sdk/datasourcedocuments.js.map +0 -1
  868. package/dist/commonjs/sdk/document.d.ts +0 -14
  869. package/dist/commonjs/sdk/document.d.ts.map +0 -1
  870. package/dist/commonjs/sdk/document.js +0 -24
  871. package/dist/commonjs/sdk/document.js.map +0 -1
  872. package/dist/commonjs/sdk/documentspermissions.d.ts +0 -12
  873. package/dist/commonjs/sdk/documentspermissions.d.ts.map +0 -1
  874. package/dist/commonjs/sdk/documentspermissions.js +0 -22
  875. package/dist/commonjs/sdk/documentspermissions.js.map +0 -1
  876. package/dist/commonjs/sdk/feed.d.ts +0 -12
  877. package/dist/commonjs/sdk/feed.d.ts.map +0 -1
  878. package/dist/commonjs/sdk/feed.js +0 -22
  879. package/dist/commonjs/sdk/feed.js.map +0 -1
  880. package/dist/commonjs/sdk/files.d.ts +0 -26
  881. package/dist/commonjs/sdk/files.d.ts.map +0 -1
  882. package/dist/commonjs/sdk/files.js +0 -42
  883. package/dist/commonjs/sdk/files.js.map +0 -1
  884. package/dist/commonjs/sdk/indexingpermissions.d.ts +0 -89
  885. package/dist/commonjs/sdk/indexingpermissions.d.ts.map +0 -1
  886. package/dist/commonjs/sdk/indexingpermissions.js +0 -132
  887. package/dist/commonjs/sdk/indexingpermissions.js.map +0 -1
  888. package/dist/commonjs/sdk/inputs.d.ts +0 -12
  889. package/dist/commonjs/sdk/inputs.d.ts.map +0 -1
  890. package/dist/commonjs/sdk/inputs.js +0 -22
  891. package/dist/commonjs/sdk/inputs.js.map +0 -1
  892. package/dist/commonjs/sdk/item.d.ts +0 -19
  893. package/dist/commonjs/sdk/item.d.ts.map +0 -1
  894. package/dist/commonjs/sdk/item.js +0 -32
  895. package/dist/commonjs/sdk/item.js.map +0 -1
  896. package/dist/commonjs/sdk/shortcuts.d.ts +0 -12
  897. package/dist/commonjs/sdk/shortcuts.d.ts.map +0 -1
  898. package/dist/commonjs/sdk/shortcuts.js +0 -22
  899. package/dist/commonjs/sdk/shortcuts.js.map +0 -1
  900. package/dist/commonjs/sdk/summarize.d.ts +0 -12
  901. package/dist/commonjs/sdk/summarize.d.ts.map +0 -1
  902. package/dist/commonjs/sdk/summarize.js +0 -22
  903. package/dist/commonjs/sdk/summarize.js.map +0 -1
  904. package/dist/commonjs/sdk/troubleshooting.d.ts +0 -23
  905. package/dist/commonjs/sdk/troubleshooting.d.ts.map +0 -1
  906. package/dist/commonjs/sdk/troubleshooting.js +0 -36
  907. package/dist/commonjs/sdk/troubleshooting.js.map +0 -1
  908. package/dist/commonjs/sdk/troubleshootingdocuments.d.ts +0 -27
  909. package/dist/commonjs/sdk/troubleshootingdocuments.d.ts.map +0 -1
  910. package/dist/commonjs/sdk/troubleshootingdocuments.js +0 -40
  911. package/dist/commonjs/sdk/troubleshootingdocuments.js.map +0 -1
  912. package/dist/commonjs/sdk/user.d.ts +0 -14
  913. package/dist/commonjs/sdk/user.d.ts.map +0 -1
  914. package/dist/commonjs/sdk/user.js +0 -24
  915. package/dist/commonjs/sdk/user.js.map +0 -1
  916. package/dist/commonjs/sdk/users.d.ts +0 -16
  917. package/dist/commonjs/sdk/users.d.ts.map +0 -1
  918. package/dist/commonjs/sdk/users.js +0 -26
  919. package/dist/commonjs/sdk/users.js.map +0 -1
  920. package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.d.ts +0 -16
  921. package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.d.ts.map +0 -1
  922. package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.js +0 -87
  923. package/dist/esm/funcs/clientAgentsAgentInputsRetrieve.js.map +0 -1
  924. package/dist/esm/funcs/clientAgentsAgentRun.d.ts +0 -16
  925. package/dist/esm/funcs/clientAgentsAgentRun.d.ts.map +0 -1
  926. package/dist/esm/funcs/clientAgentsAgentRun.js +0 -85
  927. package/dist/esm/funcs/clientAgentsAgentRun.js.map +0 -1
  928. package/dist/esm/funcs/clientChatApplicationRetrieve.d.ts +0 -16
  929. package/dist/esm/funcs/clientChatApplicationRetrieve.d.ts.map +0 -1
  930. package/dist/esm/funcs/clientChatApplicationRetrieve.js +0 -87
  931. package/dist/esm/funcs/clientChatApplicationRetrieve.js.map +0 -1
  932. package/dist/esm/funcs/clientChatFilesDelete.d.ts +0 -16
  933. package/dist/esm/funcs/clientChatFilesDelete.d.ts.map +0 -1
  934. package/dist/esm/funcs/clientChatFilesDelete.js +0 -87
  935. package/dist/esm/funcs/clientChatFilesDelete.js.map +0 -1
  936. package/dist/esm/funcs/clientChatFilesRetrieve.d.ts +0 -16
  937. package/dist/esm/funcs/clientChatFilesRetrieve.d.ts.map +0 -1
  938. package/dist/esm/funcs/clientChatFilesRetrieve.js +0 -87
  939. package/dist/esm/funcs/clientChatFilesRetrieve.js.map +0 -1
  940. package/dist/esm/funcs/clientChatFilesUpload.d.ts +0 -16
  941. package/dist/esm/funcs/clientChatFilesUpload.d.ts.map +0 -1
  942. package/dist/esm/funcs/clientChatFilesUpload.js +0 -85
  943. package/dist/esm/funcs/clientChatFilesUpload.js.map +0 -1
  944. package/dist/esm/funcs/clientCollectionsItemDelete.d.ts +0 -16
  945. package/dist/esm/funcs/clientCollectionsItemDelete.d.ts.map +0 -1
  946. package/dist/esm/funcs/clientCollectionsItemDelete.js +0 -76
  947. package/dist/esm/funcs/clientCollectionsItemDelete.js.map +0 -1
  948. package/dist/esm/funcs/clientCollectionsItemUpdate.d.ts +0 -16
  949. package/dist/esm/funcs/clientCollectionsItemUpdate.d.ts.map +0 -1
  950. package/dist/esm/funcs/clientCollectionsItemUpdate.js +0 -76
  951. package/dist/esm/funcs/clientCollectionsItemUpdate.js.map +0 -1
  952. package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.d.ts +0 -16
  953. package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.d.ts.map +0 -1
  954. package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.js +0 -76
  955. package/dist/esm/funcs/clientDocumentsPermissionsRetrieve.js.map +0 -1
  956. package/dist/esm/funcs/clientSearchAdminQuery.d.ts +0 -17
  957. package/dist/esm/funcs/clientSearchAdminQuery.d.ts.map +0 -1
  958. package/dist/esm/funcs/clientSearchAdminQuery.js +0 -82
  959. package/dist/esm/funcs/clientSearchAdminQuery.js.map +0 -1
  960. package/dist/esm/funcs/clientSearchFeedRetrieve.d.ts +0 -16
  961. package/dist/esm/funcs/clientSearchFeedRetrieve.d.ts.map +0 -1
  962. package/dist/esm/funcs/clientSearchFeedRetrieve.js +0 -76
  963. package/dist/esm/funcs/clientSearchFeedRetrieve.js.map +0 -1
  964. package/dist/esm/funcs/clientShortcutsUpload.d.ts +0 -16
  965. package/dist/esm/funcs/clientShortcutsUpload.d.ts.map +0 -1
  966. package/dist/esm/funcs/clientShortcutsUpload.js +0 -77
  967. package/dist/esm/funcs/clientShortcutsUpload.js.map +0 -1
  968. package/dist/esm/funcs/clientSummarizeGenerate.d.ts +0 -16
  969. package/dist/esm/funcs/clientSummarizeGenerate.d.ts.map +0 -1
  970. package/dist/esm/funcs/clientSummarizeGenerate.js +0 -76
  971. package/dist/esm/funcs/clientSummarizeGenerate.js.map +0 -1
  972. package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.d.ts +0 -16
  973. package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.d.ts.map +0 -1
  974. package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.js +0 -76
  975. package/dist/esm/funcs/indexingDatasourcesConfigRetrieve.js.map +0 -1
  976. package/dist/esm/funcs/indexingTroubleshootingCheckAccess.d.ts +0 -18
  977. package/dist/esm/funcs/indexingTroubleshootingCheckAccess.d.ts.map +0 -1
  978. package/dist/esm/funcs/indexingTroubleshootingCheckAccess.js +0 -78
  979. package/dist/esm/funcs/indexingTroubleshootingCheckAccess.js.map +0 -1
  980. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts +0 -18
  981. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +0 -1
  982. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.js +0 -94
  983. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentDebug.js.map +0 -1
  984. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +0 -18
  985. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +0 -1
  986. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js +0 -94
  987. package/dist/esm/funcs/indexingTroubleshootingDatasourceDocumentsDebug.js.map +0 -1
  988. package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.d.ts +0 -18
  989. package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.d.ts.map +0 -1
  990. package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.js +0 -90
  991. package/dist/esm/funcs/indexingTroubleshootingDatasourceStatus.js.map +0 -1
  992. package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts +0 -18
  993. package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.d.ts.map +0 -1
  994. package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.js +0 -91
  995. package/dist/esm/funcs/indexingTroubleshootingDatasourceUserDebug.js.map +0 -1
  996. package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.d.ts +0 -20
  997. package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.d.ts.map +0 -1
  998. package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.js +0 -80
  999. package/dist/esm/funcs/indexingTroubleshootingDocumentsCount.js.map +0 -1
  1000. package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.d.ts +0 -20
  1001. package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.d.ts.map +0 -1
  1002. package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.js +0 -80
  1003. package/dist/esm/funcs/indexingTroubleshootingDocumentsStatus.js.map +0 -1
  1004. package/dist/esm/funcs/indexingTroubleshootingUsersCount.d.ts +0 -20
  1005. package/dist/esm/funcs/indexingTroubleshootingUsersCount.d.ts.map +0 -1
  1006. package/dist/esm/funcs/indexingTroubleshootingUsersCount.js +0 -80
  1007. package/dist/esm/funcs/indexingTroubleshootingUsersCount.js.map +0 -1
  1008. package/dist/esm/funcs/shortcutsCreateshortcut.d.ts +0 -16
  1009. package/dist/esm/funcs/shortcutsCreateshortcut.d.ts.map +0 -1
  1010. package/dist/esm/funcs/shortcutsCreateshortcut.js +0 -76
  1011. package/dist/esm/funcs/shortcutsCreateshortcut.js.map +0 -1
  1012. package/dist/esm/funcs/verificationVerify.d.ts +0 -16
  1013. package/dist/esm/funcs/verificationVerify.d.ts.map +0 -1
  1014. package/dist/esm/funcs/verificationVerify.js +0 -76
  1015. package/dist/esm/funcs/verificationVerify.js.map +0 -1
  1016. package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.d.ts +0 -24
  1017. package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.d.ts.map +0 -1
  1018. package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.js +0 -42
  1019. package/dist/esm/react-query/clientAgentsAgentInputsRetrieve.js.map +0 -1
  1020. package/dist/esm/react-query/clientAgentsAgentRun.d.ts +0 -24
  1021. package/dist/esm/react-query/clientAgentsAgentRun.d.ts.map +0 -1
  1022. package/dist/esm/react-query/clientAgentsAgentRun.js +0 -42
  1023. package/dist/esm/react-query/clientAgentsAgentRun.js.map +0 -1
  1024. package/dist/esm/react-query/clientChatApplicationRetrieve.d.ts +0 -24
  1025. package/dist/esm/react-query/clientChatApplicationRetrieve.d.ts.map +0 -1
  1026. package/dist/esm/react-query/clientChatApplicationRetrieve.js +0 -42
  1027. package/dist/esm/react-query/clientChatApplicationRetrieve.js.map +0 -1
  1028. package/dist/esm/react-query/clientChatFilesDelete.d.ts +0 -24
  1029. package/dist/esm/react-query/clientChatFilesDelete.d.ts.map +0 -1
  1030. package/dist/esm/react-query/clientChatFilesDelete.js +0 -42
  1031. package/dist/esm/react-query/clientChatFilesDelete.js.map +0 -1
  1032. package/dist/esm/react-query/clientChatFilesRetrieve.d.ts +0 -24
  1033. package/dist/esm/react-query/clientChatFilesRetrieve.d.ts.map +0 -1
  1034. package/dist/esm/react-query/clientChatFilesRetrieve.js +0 -42
  1035. package/dist/esm/react-query/clientChatFilesRetrieve.js.map +0 -1
  1036. package/dist/esm/react-query/clientChatFilesUpload.d.ts +0 -24
  1037. package/dist/esm/react-query/clientChatFilesUpload.d.ts.map +0 -1
  1038. package/dist/esm/react-query/clientChatFilesUpload.js +0 -42
  1039. package/dist/esm/react-query/clientChatFilesUpload.js.map +0 -1
  1040. package/dist/esm/react-query/clientCollectionsItemDelete.d.ts +0 -23
  1041. package/dist/esm/react-query/clientCollectionsItemDelete.d.ts.map +0 -1
  1042. package/dist/esm/react-query/clientCollectionsItemDelete.js +0 -42
  1043. package/dist/esm/react-query/clientCollectionsItemDelete.js.map +0 -1
  1044. package/dist/esm/react-query/clientCollectionsItemUpdate.d.ts +0 -23
  1045. package/dist/esm/react-query/clientCollectionsItemUpdate.d.ts.map +0 -1
  1046. package/dist/esm/react-query/clientCollectionsItemUpdate.js +0 -42
  1047. package/dist/esm/react-query/clientCollectionsItemUpdate.js.map +0 -1
  1048. package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.d.ts +0 -23
  1049. package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.d.ts.map +0 -1
  1050. package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.js +0 -42
  1051. package/dist/esm/react-query/clientDocumentsPermissionsRetrieve.js.map +0 -1
  1052. package/dist/esm/react-query/clientSearchAdminQuery.d.ts +0 -23
  1053. package/dist/esm/react-query/clientSearchAdminQuery.d.ts.map +0 -1
  1054. package/dist/esm/react-query/clientSearchAdminQuery.js +0 -42
  1055. package/dist/esm/react-query/clientSearchAdminQuery.js.map +0 -1
  1056. package/dist/esm/react-query/clientSearchFeedRetrieve.d.ts +0 -23
  1057. package/dist/esm/react-query/clientSearchFeedRetrieve.d.ts.map +0 -1
  1058. package/dist/esm/react-query/clientSearchFeedRetrieve.js +0 -42
  1059. package/dist/esm/react-query/clientSearchFeedRetrieve.js.map +0 -1
  1060. package/dist/esm/react-query/clientShortcutsUpload.d.ts +0 -23
  1061. package/dist/esm/react-query/clientShortcutsUpload.d.ts.map +0 -1
  1062. package/dist/esm/react-query/clientShortcutsUpload.js +0 -42
  1063. package/dist/esm/react-query/clientShortcutsUpload.js.map +0 -1
  1064. package/dist/esm/react-query/clientSummarizeGenerate.d.ts +0 -23
  1065. package/dist/esm/react-query/clientSummarizeGenerate.d.ts.map +0 -1
  1066. package/dist/esm/react-query/clientSummarizeGenerate.js +0 -42
  1067. package/dist/esm/react-query/clientSummarizeGenerate.js.map +0 -1
  1068. package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.d.ts +0 -23
  1069. package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.d.ts.map +0 -1
  1070. package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.js +0 -42
  1071. package/dist/esm/react-query/indexingDatasourcesConfigRetrieve.js.map +0 -1
  1072. package/dist/esm/react-query/indexingTroubleshootingCheckAccess.d.ts +0 -25
  1073. package/dist/esm/react-query/indexingTroubleshootingCheckAccess.d.ts.map +0 -1
  1074. package/dist/esm/react-query/indexingTroubleshootingCheckAccess.js +0 -44
  1075. package/dist/esm/react-query/indexingTroubleshootingCheckAccess.js.map +0 -1
  1076. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts +0 -26
  1077. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.d.ts.map +0 -1
  1078. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.js +0 -44
  1079. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentDebug.js.map +0 -1
  1080. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts +0 -26
  1081. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.d.ts.map +0 -1
  1082. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js +0 -44
  1083. package/dist/esm/react-query/indexingTroubleshootingDatasourceDocumentsDebug.js.map +0 -1
  1084. package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.d.ts +0 -25
  1085. package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.d.ts.map +0 -1
  1086. package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.js +0 -44
  1087. package/dist/esm/react-query/indexingTroubleshootingDatasourceStatus.js.map +0 -1
  1088. package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts +0 -26
  1089. package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.d.ts.map +0 -1
  1090. package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.js +0 -44
  1091. package/dist/esm/react-query/indexingTroubleshootingDatasourceUserDebug.js.map +0 -1
  1092. package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.d.ts +0 -27
  1093. package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.d.ts.map +0 -1
  1094. package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.js +0 -46
  1095. package/dist/esm/react-query/indexingTroubleshootingDocumentsCount.js.map +0 -1
  1096. package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.d.ts +0 -27
  1097. package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.d.ts.map +0 -1
  1098. package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.js +0 -46
  1099. package/dist/esm/react-query/indexingTroubleshootingDocumentsStatus.js.map +0 -1
  1100. package/dist/esm/react-query/indexingTroubleshootingUsersCount.d.ts +0 -27
  1101. package/dist/esm/react-query/indexingTroubleshootingUsersCount.d.ts.map +0 -1
  1102. package/dist/esm/react-query/indexingTroubleshootingUsersCount.js +0 -46
  1103. package/dist/esm/react-query/indexingTroubleshootingUsersCount.js.map +0 -1
  1104. package/dist/esm/react-query/shortcutsCreateshortcut.d.ts +0 -23
  1105. package/dist/esm/react-query/shortcutsCreateshortcut.d.ts.map +0 -1
  1106. package/dist/esm/react-query/shortcutsCreateshortcut.js +0 -42
  1107. package/dist/esm/react-query/shortcutsCreateshortcut.js.map +0 -1
  1108. package/dist/esm/react-query/verificationVerify.d.ts +0 -23
  1109. package/dist/esm/react-query/verificationVerify.d.ts.map +0 -1
  1110. package/dist/esm/react-query/verificationVerify.js +0 -42
  1111. package/dist/esm/react-query/verificationVerify.js.map +0 -1
  1112. package/dist/esm/sdk/agent.d.ts +0 -15
  1113. package/dist/esm/sdk/agent.d.ts.map +0 -1
  1114. package/dist/esm/sdk/agent.js +0 -22
  1115. package/dist/esm/sdk/agent.js.map +0 -1
  1116. package/dist/esm/sdk/application.d.ts +0 -12
  1117. package/dist/esm/sdk/application.d.ts.map +0 -1
  1118. package/dist/esm/sdk/application.js +0 -18
  1119. package/dist/esm/sdk/application.js.map +0 -1
  1120. package/dist/esm/sdk/clientverification.d.ts +0 -19
  1121. package/dist/esm/sdk/clientverification.d.ts.map +0 -1
  1122. package/dist/esm/sdk/clientverification.js +0 -28
  1123. package/dist/esm/sdk/clientverification.js.map +0 -1
  1124. package/dist/esm/sdk/config.d.ts +0 -12
  1125. package/dist/esm/sdk/config.d.ts.map +0 -1
  1126. package/dist/esm/sdk/config.js +0 -18
  1127. package/dist/esm/sdk/config.js.map +0 -1
  1128. package/dist/esm/sdk/datasourcedocuments.d.ts +0 -14
  1129. package/dist/esm/sdk/datasourcedocuments.d.ts.map +0 -1
  1130. package/dist/esm/sdk/datasourcedocuments.js +0 -20
  1131. package/dist/esm/sdk/datasourcedocuments.js.map +0 -1
  1132. package/dist/esm/sdk/document.d.ts +0 -14
  1133. package/dist/esm/sdk/document.d.ts.map +0 -1
  1134. package/dist/esm/sdk/document.js +0 -20
  1135. package/dist/esm/sdk/document.js.map +0 -1
  1136. package/dist/esm/sdk/documentspermissions.d.ts +0 -12
  1137. package/dist/esm/sdk/documentspermissions.d.ts.map +0 -1
  1138. package/dist/esm/sdk/documentspermissions.js +0 -18
  1139. package/dist/esm/sdk/documentspermissions.js.map +0 -1
  1140. package/dist/esm/sdk/feed.d.ts +0 -12
  1141. package/dist/esm/sdk/feed.d.ts.map +0 -1
  1142. package/dist/esm/sdk/feed.js +0 -18
  1143. package/dist/esm/sdk/feed.js.map +0 -1
  1144. package/dist/esm/sdk/files.d.ts +0 -26
  1145. package/dist/esm/sdk/files.d.ts.map +0 -1
  1146. package/dist/esm/sdk/files.js +0 -38
  1147. package/dist/esm/sdk/files.js.map +0 -1
  1148. package/dist/esm/sdk/indexingpermissions.d.ts +0 -89
  1149. package/dist/esm/sdk/indexingpermissions.d.ts.map +0 -1
  1150. package/dist/esm/sdk/indexingpermissions.js +0 -128
  1151. package/dist/esm/sdk/indexingpermissions.js.map +0 -1
  1152. package/dist/esm/sdk/inputs.d.ts +0 -12
  1153. package/dist/esm/sdk/inputs.d.ts.map +0 -1
  1154. package/dist/esm/sdk/inputs.js +0 -18
  1155. package/dist/esm/sdk/inputs.js.map +0 -1
  1156. package/dist/esm/sdk/item.d.ts +0 -19
  1157. package/dist/esm/sdk/item.d.ts.map +0 -1
  1158. package/dist/esm/sdk/item.js +0 -28
  1159. package/dist/esm/sdk/item.js.map +0 -1
  1160. package/dist/esm/sdk/shortcuts.d.ts +0 -12
  1161. package/dist/esm/sdk/shortcuts.d.ts.map +0 -1
  1162. package/dist/esm/sdk/shortcuts.js +0 -18
  1163. package/dist/esm/sdk/shortcuts.js.map +0 -1
  1164. package/dist/esm/sdk/summarize.d.ts +0 -12
  1165. package/dist/esm/sdk/summarize.d.ts.map +0 -1
  1166. package/dist/esm/sdk/summarize.js +0 -18
  1167. package/dist/esm/sdk/summarize.js.map +0 -1
  1168. package/dist/esm/sdk/troubleshooting.d.ts +0 -23
  1169. package/dist/esm/sdk/troubleshooting.d.ts.map +0 -1
  1170. package/dist/esm/sdk/troubleshooting.js +0 -32
  1171. package/dist/esm/sdk/troubleshooting.js.map +0 -1
  1172. package/dist/esm/sdk/troubleshootingdocuments.d.ts +0 -27
  1173. package/dist/esm/sdk/troubleshootingdocuments.d.ts.map +0 -1
  1174. package/dist/esm/sdk/troubleshootingdocuments.js +0 -36
  1175. package/dist/esm/sdk/troubleshootingdocuments.js.map +0 -1
  1176. package/dist/esm/sdk/user.d.ts +0 -14
  1177. package/dist/esm/sdk/user.d.ts.map +0 -1
  1178. package/dist/esm/sdk/user.js +0 -20
  1179. package/dist/esm/sdk/user.js.map +0 -1
  1180. package/dist/esm/sdk/users.d.ts +0 -16
  1181. package/dist/esm/sdk/users.d.ts.map +0 -1
  1182. package/dist/esm/sdk/users.js +0 -22
  1183. package/dist/esm/sdk/users.js.map +0 -1
  1184. package/docs/sdks/agent/README.md +0 -98
  1185. package/docs/sdks/application/README.md +0 -102
  1186. package/docs/sdks/clientverification/README.md +0 -191
  1187. package/docs/sdks/config/README.md +0 -101
  1188. package/docs/sdks/datasourcedocuments/README.md +0 -124
  1189. package/docs/sdks/document/README.md +0 -108
  1190. package/docs/sdks/documentspermissions/README.md +0 -97
  1191. package/docs/sdks/feed/README.md +0 -97
  1192. package/docs/sdks/files/README.md +0 -300
  1193. package/docs/sdks/indexingpermissions/README.md +0 -1208
  1194. package/docs/sdks/inputs/README.md +0 -98
  1195. package/docs/sdks/item/README.md +0 -199
  1196. package/docs/sdks/shortcuts/README.md +0 -223
  1197. package/docs/sdks/summarize/README.md +0 -107
  1198. package/docs/sdks/troubleshooting/README.md +0 -110
  1199. package/docs/sdks/troubleshootingdocuments/README.md +0 -209
  1200. package/docs/sdks/user/README.md +0 -106
  1201. package/docs/sdks/users/README.md +0 -106
  1202. package/src/funcs/clientAgentsAgentInputsRetrieve.ts +0 -170
  1203. package/src/funcs/clientAgentsAgentRun.ts +0 -168
  1204. package/src/funcs/clientChatApplicationRetrieve.ts +0 -170
  1205. package/src/funcs/clientChatFilesDelete.ts +0 -171
  1206. package/src/funcs/clientChatFilesRetrieve.ts +0 -170
  1207. package/src/funcs/clientChatFilesUpload.ts +0 -169
  1208. package/src/funcs/clientCollectionsItemDelete.ts +0 -155
  1209. package/src/funcs/clientCollectionsItemUpdate.ts +0 -154
  1210. package/src/funcs/clientDocumentsPermissionsRetrieve.ts +0 -154
  1211. package/src/funcs/clientSearchAdminQuery.ts +0 -165
  1212. package/src/funcs/clientSearchFeedRetrieve.ts +0 -154
  1213. package/src/funcs/clientShortcutsUpload.ts +0 -155
  1214. package/src/funcs/clientSummarizeGenerate.ts +0 -154
  1215. package/src/funcs/indexingDatasourcesConfigRetrieve.ts +0 -155
  1216. package/src/funcs/indexingTroubleshootingCheckAccess.ts +0 -157
  1217. package/src/funcs/indexingTroubleshootingDatasourceDocumentDebug.ts +0 -180
  1218. package/src/funcs/indexingTroubleshootingDatasourceDocumentsDebug.ts +0 -180
  1219. package/src/funcs/indexingTroubleshootingDatasourceStatus.ts +0 -173
  1220. package/src/funcs/indexingTroubleshootingDatasourceUserDebug.ts +0 -177
  1221. package/src/funcs/indexingTroubleshootingDocumentsCount.ts +0 -158
  1222. package/src/funcs/indexingTroubleshootingDocumentsStatus.ts +0 -158
  1223. package/src/funcs/indexingTroubleshootingUsersCount.ts +0 -158
  1224. package/src/funcs/shortcutsCreateshortcut.ts +0 -154
  1225. package/src/funcs/verificationVerify.ts +0 -154
  1226. package/src/react-query/clientAgentsAgentInputsRetrieve.ts +0 -92
  1227. package/src/react-query/clientAgentsAgentRun.ts +0 -91
  1228. package/src/react-query/clientChatApplicationRetrieve.ts +0 -92
  1229. package/src/react-query/clientChatFilesDelete.ts +0 -91
  1230. package/src/react-query/clientChatFilesRetrieve.ts +0 -92
  1231. package/src/react-query/clientChatFilesUpload.ts +0 -92
  1232. package/src/react-query/clientCollectionsItemDelete.ts +0 -89
  1233. package/src/react-query/clientCollectionsItemUpdate.ts +0 -89
  1234. package/src/react-query/clientDocumentsPermissionsRetrieve.ts +0 -89
  1235. package/src/react-query/clientSearchAdminQuery.ts +0 -88
  1236. package/src/react-query/clientSearchFeedRetrieve.ts +0 -88
  1237. package/src/react-query/clientShortcutsUpload.ts +0 -88
  1238. package/src/react-query/clientSummarizeGenerate.ts +0 -88
  1239. package/src/react-query/indexingDatasourcesConfigRetrieve.ts +0 -89
  1240. package/src/react-query/indexingTroubleshootingCheckAccess.ts +0 -91
  1241. package/src/react-query/indexingTroubleshootingDatasourceDocumentDebug.ts +0 -98
  1242. package/src/react-query/indexingTroubleshootingDatasourceDocumentsDebug.ts +0 -98
  1243. package/src/react-query/indexingTroubleshootingDatasourceStatus.ts +0 -91
  1244. package/src/react-query/indexingTroubleshootingDatasourceUserDebug.ts +0 -94
  1245. package/src/react-query/indexingTroubleshootingDocumentsCount.ts +0 -93
  1246. package/src/react-query/indexingTroubleshootingDocumentsStatus.ts +0 -93
  1247. package/src/react-query/indexingTroubleshootingUsersCount.ts +0 -93
  1248. package/src/react-query/shortcutsCreateshortcut.ts +0 -89
  1249. package/src/react-query/verificationVerify.ts +0 -88
  1250. package/src/sdk/agent.ts +0 -35
  1251. package/src/sdk/application.ts +0 -29
  1252. package/src/sdk/clientverification.ts +0 -45
  1253. package/src/sdk/config.ts +0 -27
  1254. package/src/sdk/datasourcedocuments.ts +0 -31
  1255. package/src/sdk/document.ts +0 -31
  1256. package/src/sdk/documentspermissions.ts +0 -27
  1257. package/src/sdk/feed.ts +0 -27
  1258. package/src/sdk/files.ts +0 -69
  1259. package/src/sdk/indexingpermissions.ts +0 -225
  1260. package/src/sdk/inputs.ts +0 -29
  1261. package/src/sdk/item.ts +0 -45
  1262. package/src/sdk/shortcuts.ts +0 -27
  1263. package/src/sdk/summarize.ts +0 -27
  1264. package/src/sdk/troubleshooting.ts +0 -47
  1265. package/src/sdk/troubleshootingdocuments.ts +0 -53
  1266. package/src/sdk/user.ts +0 -31
  1267. package/src/sdk/users.ts +0 -31
@@ -12,7 +12,7 @@ const testclient_js_1 = require("./testclient.js");
12
12
  const glean = new index_js_1.Glean({
13
13
  serverURL: process.env["TEST_SERVER_URL"] ?? "http://localhost:18080",
14
14
  httpClient: testHttpClient,
15
- bearerAuth: process.env["GLEAN_BEARER_AUTH"] ?? "value",
15
+ apiToken: process.env["GLEAN_API_TOKEN"] ?? "value",
16
16
  });
17
17
  const result = await glean.client.search.queryAsAdmin({
18
18
  trackingToken: "trackingToken",
@@ -29,7 +29,329 @@ const testclient_js_1 = require("./testclient.js");
29
29
  author: {
30
30
  name: "George Clooney",
31
31
  obfuscatedId: "abc123",
32
- relatedDocuments: [],
32
+ relatedDocuments: [
33
+ {
34
+ querySuggestion: {
35
+ query: "app:github type:pull author:mortimer",
36
+ searchProviderInfo: {
37
+ name: "Google",
38
+ searchLinkUrlTemplate: "https://www.google.com/search?q={query}&hl=en",
39
+ },
40
+ label: "Mortimer's PRs",
41
+ datasource: "github",
42
+ requestOptions: {
43
+ datasourceFilter: "JIRA",
44
+ datasourcesFilter: [
45
+ "JIRA",
46
+ ],
47
+ queryOverridesFacetFilters: true,
48
+ facetFilters: [
49
+ {
50
+ fieldName: "type",
51
+ values: [
52
+ {
53
+ value: "Spreadsheet",
54
+ relationType: "EQUALS",
55
+ },
56
+ {
57
+ value: "Presentation",
58
+ relationType: "EQUALS",
59
+ },
60
+ ],
61
+ },
62
+ ],
63
+ facetFilterSets: [
64
+ {
65
+ filters: [
66
+ {
67
+ fieldName: "type",
68
+ values: [
69
+ {
70
+ value: "Spreadsheet",
71
+ relationType: "EQUALS",
72
+ },
73
+ {
74
+ value: "Presentation",
75
+ relationType: "EQUALS",
76
+ },
77
+ ],
78
+ },
79
+ ],
80
+ },
81
+ {
82
+ filters: [
83
+ {
84
+ fieldName: "type",
85
+ values: [
86
+ {
87
+ value: "Spreadsheet",
88
+ relationType: "EQUALS",
89
+ },
90
+ {
91
+ value: "Presentation",
92
+ relationType: "EQUALS",
93
+ },
94
+ ],
95
+ },
96
+ ],
97
+ },
98
+ {
99
+ filters: [
100
+ {
101
+ fieldName: "type",
102
+ values: [
103
+ {
104
+ value: "Spreadsheet",
105
+ relationType: "EQUALS",
106
+ },
107
+ {
108
+ value: "Presentation",
109
+ relationType: "EQUALS",
110
+ },
111
+ ],
112
+ },
113
+ ],
114
+ },
115
+ ],
116
+ facetBucketSize: 51090,
117
+ authTokens: [
118
+ {
119
+ accessToken: "123abc",
120
+ datasource: "gmail",
121
+ scope: "email profile https://www.googleapis.com/auth/gmail.readonly",
122
+ tokenType: "Bearer",
123
+ authUser: "1",
124
+ },
125
+ ],
126
+ },
127
+ ranges: [
128
+ {
129
+ startIndex: 636850,
130
+ },
131
+ {
132
+ startIndex: 559323,
133
+ },
134
+ {
135
+ startIndex: 639917,
136
+ },
137
+ ],
138
+ inputDetails: {
139
+ hasCopyPaste: true,
140
+ },
141
+ },
142
+ results: [
143
+ {
144
+ title: "title",
145
+ url: "https://example.com/foo/bar",
146
+ nativeAppUrl: "slack://foo/bar",
147
+ snippets: [
148
+ {
149
+ snippet: "snippet",
150
+ mimeType: "mimeType",
151
+ },
152
+ ],
153
+ },
154
+ ],
155
+ },
156
+ {
157
+ querySuggestion: {
158
+ query: "app:github type:pull author:mortimer",
159
+ searchProviderInfo: {
160
+ name: "Google",
161
+ searchLinkUrlTemplate: "https://www.google.com/search?q={query}&hl=en",
162
+ },
163
+ label: "Mortimer's PRs",
164
+ datasource: "github",
165
+ requestOptions: {
166
+ datasourceFilter: "JIRA",
167
+ datasourcesFilter: [
168
+ "JIRA",
169
+ ],
170
+ queryOverridesFacetFilters: true,
171
+ facetFilters: [
172
+ {
173
+ fieldName: "type",
174
+ values: [
175
+ {
176
+ value: "Spreadsheet",
177
+ relationType: "EQUALS",
178
+ },
179
+ {
180
+ value: "Presentation",
181
+ relationType: "EQUALS",
182
+ },
183
+ ],
184
+ },
185
+ ],
186
+ facetFilterSets: [
187
+ {
188
+ filters: [
189
+ {
190
+ fieldName: "type",
191
+ values: [
192
+ {
193
+ value: "Spreadsheet",
194
+ relationType: "EQUALS",
195
+ },
196
+ {
197
+ value: "Presentation",
198
+ relationType: "EQUALS",
199
+ },
200
+ ],
201
+ },
202
+ ],
203
+ },
204
+ {
205
+ filters: [
206
+ {
207
+ fieldName: "type",
208
+ values: [
209
+ {
210
+ value: "Spreadsheet",
211
+ relationType: "EQUALS",
212
+ },
213
+ {
214
+ value: "Presentation",
215
+ relationType: "EQUALS",
216
+ },
217
+ ],
218
+ },
219
+ ],
220
+ },
221
+ {
222
+ filters: [
223
+ {
224
+ fieldName: "type",
225
+ values: [
226
+ {
227
+ value: "Spreadsheet",
228
+ relationType: "EQUALS",
229
+ },
230
+ {
231
+ value: "Presentation",
232
+ relationType: "EQUALS",
233
+ },
234
+ ],
235
+ },
236
+ ],
237
+ },
238
+ ],
239
+ facetBucketSize: 855317,
240
+ authTokens: [
241
+ {
242
+ accessToken: "123abc",
243
+ datasource: "gmail",
244
+ scope: "email profile https://www.googleapis.com/auth/gmail.readonly",
245
+ tokenType: "Bearer",
246
+ authUser: "1",
247
+ },
248
+ ],
249
+ },
250
+ inputDetails: {
251
+ hasCopyPaste: true,
252
+ },
253
+ },
254
+ },
255
+ {
256
+ querySuggestion: {
257
+ query: "app:github type:pull author:mortimer",
258
+ searchProviderInfo: {
259
+ name: "Google",
260
+ searchLinkUrlTemplate: "https://www.google.com/search?q={query}&hl=en",
261
+ },
262
+ label: "Mortimer's PRs",
263
+ datasource: "github",
264
+ requestOptions: {
265
+ datasourceFilter: "JIRA",
266
+ datasourcesFilter: [
267
+ "JIRA",
268
+ ],
269
+ queryOverridesFacetFilters: true,
270
+ facetFilters: [
271
+ {
272
+ fieldName: "type",
273
+ values: [
274
+ {
275
+ value: "Spreadsheet",
276
+ relationType: "EQUALS",
277
+ },
278
+ {
279
+ value: "Presentation",
280
+ relationType: "EQUALS",
281
+ },
282
+ ],
283
+ },
284
+ ],
285
+ facetFilterSets: [
286
+ {
287
+ filters: [
288
+ {
289
+ fieldName: "type",
290
+ values: [
291
+ {
292
+ value: "Spreadsheet",
293
+ relationType: "EQUALS",
294
+ },
295
+ {
296
+ value: "Presentation",
297
+ relationType: "EQUALS",
298
+ },
299
+ ],
300
+ },
301
+ ],
302
+ },
303
+ {
304
+ filters: [
305
+ {
306
+ fieldName: "type",
307
+ values: [
308
+ {
309
+ value: "Spreadsheet",
310
+ relationType: "EQUALS",
311
+ },
312
+ {
313
+ value: "Presentation",
314
+ relationType: "EQUALS",
315
+ },
316
+ ],
317
+ },
318
+ ],
319
+ },
320
+ {
321
+ filters: [
322
+ {
323
+ fieldName: "type",
324
+ values: [
325
+ {
326
+ value: "Spreadsheet",
327
+ relationType: "EQUALS",
328
+ },
329
+ {
330
+ value: "Presentation",
331
+ relationType: "EQUALS",
332
+ },
333
+ ],
334
+ },
335
+ ],
336
+ },
337
+ ],
338
+ facetBucketSize: 899726,
339
+ authTokens: [
340
+ {
341
+ accessToken: "123abc",
342
+ datasource: "gmail",
343
+ scope: "email profile https://www.googleapis.com/auth/gmail.readonly",
344
+ tokenType: "Bearer",
345
+ authUser: "1",
346
+ },
347
+ ],
348
+ },
349
+ inputDetails: {
350
+ hasCopyPaste: true,
351
+ },
352
+ },
353
+ },
354
+ ],
33
355
  metadata: {
34
356
  type: "FULL_TIME",
35
357
  title: "Actor",
@@ -50,12 +372,25 @@ const testclient_js_1 = require("./testclient.js");
50
372
  },
51
373
  ],
52
374
  querySuggestions: {
53
- suggestions: [],
375
+ suggestions: [
376
+ {
377
+ query: "app:github type:pull author:mortimer",
378
+ label: "Mortimer's PRs",
379
+ datasource: "github",
380
+ },
381
+ ],
54
382
  },
55
383
  inviteInfo: {
56
- invites: [],
384
+ invites: [
385
+ {},
386
+ ],
57
387
  },
58
- customFields: [],
388
+ customFields: [
389
+ {
390
+ label: "<value>",
391
+ values: [],
392
+ },
393
+ ],
59
394
  badges: [
60
395
  {
61
396
  key: "deployment_name_new_hire",
@@ -73,26 +408,1003 @@ const testclient_js_1 = require("./testclient.js");
73
408
  owner: {
74
409
  name: "George Clooney",
75
410
  obfuscatedId: "abc123",
411
+ metadata: {
412
+ type: "FULL_TIME",
413
+ title: "Actor",
414
+ department: "Movies",
415
+ email: "george@example.com",
416
+ location: "Hollywood, CA",
417
+ phone: "6505551234",
418
+ photoUrl: "https://example.com/george.jpg",
419
+ startDate: new index_js_2.RFCDate("2000-01-23"),
420
+ datasourceProfile: [
421
+ {
422
+ datasource: "github",
423
+ handle: "<value>",
424
+ },
425
+ {
426
+ datasource: "github",
427
+ handle: "<value>",
428
+ },
429
+ {
430
+ datasource: "github",
431
+ handle: "<value>",
432
+ },
433
+ ],
434
+ querySuggestions: {},
435
+ inviteInfo: {},
436
+ badges: [
437
+ {
438
+ key: "deployment_name_new_hire",
439
+ displayName: "New hire",
440
+ iconConfig: {
441
+ color: "#343CED",
442
+ key: "person_icon",
443
+ iconType: "GLYPH",
444
+ name: "user",
445
+ },
446
+ },
447
+ ],
448
+ },
76
449
  },
77
- mentionedPeople: [],
450
+ mentionedPeople: [
451
+ {
452
+ name: "George Clooney",
453
+ obfuscatedId: "abc123",
454
+ },
455
+ ],
78
456
  components: [
79
457
  "Backend",
80
458
  "Networking",
81
459
  ],
82
460
  status: "[\"Done\"]",
83
- pins: [],
461
+ pins: [
462
+ {
463
+ audienceFilters: [
464
+ {
465
+ fieldName: "type",
466
+ values: [
467
+ {
468
+ value: "Spreadsheet",
469
+ relationType: "EQUALS",
470
+ },
471
+ {
472
+ value: "Presentation",
473
+ relationType: "EQUALS",
474
+ },
475
+ ],
476
+ },
477
+ ],
478
+ documentId: "<id>",
479
+ attribution: {
480
+ name: "George Clooney",
481
+ obfuscatedId: "abc123",
482
+ metadata: {
483
+ type: "FULL_TIME",
484
+ title: "Actor",
485
+ department: "Movies",
486
+ email: "george@example.com",
487
+ location: "Hollywood, CA",
488
+ phone: "6505551234",
489
+ photoUrl: "https://example.com/george.jpg",
490
+ startDate: new index_js_2.RFCDate("2000-01-23"),
491
+ datasourceProfile: [
492
+ {
493
+ datasource: "github",
494
+ handle: "<value>",
495
+ },
496
+ {
497
+ datasource: "github",
498
+ handle: "<value>",
499
+ },
500
+ ],
501
+ querySuggestions: {},
502
+ inviteInfo: {},
503
+ badges: [
504
+ {
505
+ key: "deployment_name_new_hire",
506
+ displayName: "New hire",
507
+ iconConfig: {
508
+ color: "#343CED",
509
+ key: "person_icon",
510
+ iconType: "GLYPH",
511
+ name: "user",
512
+ },
513
+ },
514
+ ],
515
+ },
516
+ },
517
+ updatedBy: {
518
+ name: "George Clooney",
519
+ obfuscatedId: "abc123",
520
+ metadata: {
521
+ type: "FULL_TIME",
522
+ title: "Actor",
523
+ department: "Movies",
524
+ email: "george@example.com",
525
+ location: "Hollywood, CA",
526
+ phone: "6505551234",
527
+ photoUrl: "https://example.com/george.jpg",
528
+ startDate: new index_js_2.RFCDate("2000-01-23"),
529
+ datasourceProfile: [
530
+ {
531
+ datasource: "github",
532
+ handle: "<value>",
533
+ },
534
+ {
535
+ datasource: "github",
536
+ handle: "<value>",
537
+ },
538
+ {
539
+ datasource: "github",
540
+ handle: "<value>",
541
+ },
542
+ ],
543
+ querySuggestions: {},
544
+ inviteInfo: {},
545
+ badges: [
546
+ {
547
+ key: "deployment_name_new_hire",
548
+ displayName: "New hire",
549
+ iconConfig: {
550
+ color: "#343CED",
551
+ key: "person_icon",
552
+ iconType: "GLYPH",
553
+ name: "user",
554
+ },
555
+ },
556
+ ],
557
+ },
558
+ },
559
+ },
560
+ ],
84
561
  assignedTo: {
85
562
  name: "George Clooney",
86
563
  obfuscatedId: "abc123",
564
+ metadata: {
565
+ type: "FULL_TIME",
566
+ title: "Actor",
567
+ department: "Movies",
568
+ email: "george@example.com",
569
+ location: "Hollywood, CA",
570
+ phone: "6505551234",
571
+ photoUrl: "https://example.com/george.jpg",
572
+ startDate: new index_js_2.RFCDate("2000-01-23"),
573
+ datasourceProfile: [
574
+ {
575
+ datasource: "github",
576
+ handle: "<value>",
577
+ },
578
+ {
579
+ datasource: "github",
580
+ handle: "<value>",
581
+ },
582
+ ],
583
+ querySuggestions: {},
584
+ inviteInfo: {},
585
+ badges: [
586
+ {
587
+ key: "deployment_name_new_hire",
588
+ displayName: "New hire",
589
+ iconConfig: {
590
+ color: "#343CED",
591
+ key: "person_icon",
592
+ iconType: "GLYPH",
593
+ name: "user",
594
+ },
595
+ },
596
+ ],
597
+ },
87
598
  },
88
599
  updatedBy: {
89
600
  name: "George Clooney",
90
601
  obfuscatedId: "abc123",
602
+ metadata: {
603
+ type: "FULL_TIME",
604
+ title: "Actor",
605
+ department: "Movies",
606
+ email: "george@example.com",
607
+ location: "Hollywood, CA",
608
+ phone: "6505551234",
609
+ photoUrl: "https://example.com/george.jpg",
610
+ startDate: new index_js_2.RFCDate("2000-01-23"),
611
+ datasourceProfile: [
612
+ {
613
+ datasource: "github",
614
+ handle: "<value>",
615
+ },
616
+ {
617
+ datasource: "github",
618
+ handle: "<value>",
619
+ },
620
+ {
621
+ datasource: "github",
622
+ handle: "<value>",
623
+ },
624
+ ],
625
+ querySuggestions: {},
626
+ inviteInfo: {},
627
+ badges: [
628
+ {
629
+ key: "deployment_name_new_hire",
630
+ displayName: "New hire",
631
+ iconConfig: {
632
+ color: "#343CED",
633
+ key: "person_icon",
634
+ iconType: "GLYPH",
635
+ name: "user",
636
+ },
637
+ },
638
+ ],
639
+ },
91
640
  },
92
- collections: [],
641
+ collections: [
642
+ {
643
+ name: "<value>",
644
+ description: "mmm video mid",
645
+ addedRoles: [
646
+ {
647
+ person: {
648
+ name: "George Clooney",
649
+ obfuscatedId: "abc123",
650
+ metadata: {
651
+ type: "FULL_TIME",
652
+ title: "Actor",
653
+ department: "Movies",
654
+ email: "george@example.com",
655
+ location: "Hollywood, CA",
656
+ phone: "6505551234",
657
+ photoUrl: "https://example.com/george.jpg",
658
+ startDate: new index_js_2.RFCDate("2000-01-23"),
659
+ datasourceProfile: [
660
+ {
661
+ datasource: "github",
662
+ handle: "<value>",
663
+ },
664
+ ],
665
+ querySuggestions: {},
666
+ inviteInfo: {},
667
+ badges: [
668
+ {
669
+ key: "deployment_name_new_hire",
670
+ displayName: "New hire",
671
+ iconConfig: {
672
+ color: "#343CED",
673
+ key: "person_icon",
674
+ iconType: "GLYPH",
675
+ name: "user",
676
+ },
677
+ },
678
+ ],
679
+ },
680
+ },
681
+ role: "OWNER",
682
+ },
683
+ {
684
+ person: {
685
+ name: "George Clooney",
686
+ obfuscatedId: "abc123",
687
+ metadata: {
688
+ type: "FULL_TIME",
689
+ title: "Actor",
690
+ department: "Movies",
691
+ email: "george@example.com",
692
+ location: "Hollywood, CA",
693
+ phone: "6505551234",
694
+ photoUrl: "https://example.com/george.jpg",
695
+ startDate: new index_js_2.RFCDate("2000-01-23"),
696
+ datasourceProfile: [
697
+ {
698
+ datasource: "github",
699
+ handle: "<value>",
700
+ },
701
+ {
702
+ datasource: "github",
703
+ handle: "<value>",
704
+ },
705
+ ],
706
+ querySuggestions: {},
707
+ inviteInfo: {},
708
+ badges: [
709
+ {
710
+ key: "deployment_name_new_hire",
711
+ displayName: "New hire",
712
+ iconConfig: {
713
+ color: "#343CED",
714
+ key: "person_icon",
715
+ iconType: "GLYPH",
716
+ name: "user",
717
+ },
718
+ },
719
+ ],
720
+ },
721
+ },
722
+ role: "ANSWER_MODERATOR",
723
+ },
724
+ {
725
+ person: {
726
+ name: "George Clooney",
727
+ obfuscatedId: "abc123",
728
+ metadata: {
729
+ type: "FULL_TIME",
730
+ title: "Actor",
731
+ department: "Movies",
732
+ email: "george@example.com",
733
+ location: "Hollywood, CA",
734
+ phone: "6505551234",
735
+ photoUrl: "https://example.com/george.jpg",
736
+ startDate: new index_js_2.RFCDate("2000-01-23"),
737
+ datasourceProfile: [
738
+ {
739
+ datasource: "github",
740
+ handle: "<value>",
741
+ },
742
+ ],
743
+ querySuggestions: {},
744
+ inviteInfo: {},
745
+ badges: [
746
+ {
747
+ key: "deployment_name_new_hire",
748
+ displayName: "New hire",
749
+ iconConfig: {
750
+ color: "#343CED",
751
+ key: "person_icon",
752
+ iconType: "GLYPH",
753
+ name: "user",
754
+ },
755
+ },
756
+ ],
757
+ },
758
+ },
759
+ role: "EDITOR",
760
+ },
761
+ ],
762
+ removedRoles: [
763
+ {
764
+ person: {
765
+ name: "George Clooney",
766
+ obfuscatedId: "abc123",
767
+ metadata: {
768
+ type: "FULL_TIME",
769
+ title: "Actor",
770
+ department: "Movies",
771
+ email: "george@example.com",
772
+ location: "Hollywood, CA",
773
+ phone: "6505551234",
774
+ photoUrl: "https://example.com/george.jpg",
775
+ startDate: new index_js_2.RFCDate("2000-01-23"),
776
+ datasourceProfile: [
777
+ {
778
+ datasource: "github",
779
+ handle: "<value>",
780
+ },
781
+ ],
782
+ querySuggestions: {},
783
+ inviteInfo: {},
784
+ badges: [
785
+ {
786
+ key: "deployment_name_new_hire",
787
+ displayName: "New hire",
788
+ iconConfig: {
789
+ color: "#343CED",
790
+ key: "person_icon",
791
+ iconType: "GLYPH",
792
+ name: "user",
793
+ },
794
+ },
795
+ ],
796
+ },
797
+ },
798
+ role: "ANSWER_MODERATOR",
799
+ },
800
+ {
801
+ person: {
802
+ name: "George Clooney",
803
+ obfuscatedId: "abc123",
804
+ metadata: {
805
+ type: "FULL_TIME",
806
+ title: "Actor",
807
+ department: "Movies",
808
+ email: "george@example.com",
809
+ location: "Hollywood, CA",
810
+ phone: "6505551234",
811
+ photoUrl: "https://example.com/george.jpg",
812
+ startDate: new index_js_2.RFCDate("2000-01-23"),
813
+ datasourceProfile: [
814
+ {
815
+ datasource: "github",
816
+ handle: "<value>",
817
+ },
818
+ {
819
+ datasource: "github",
820
+ handle: "<value>",
821
+ },
822
+ {
823
+ datasource: "github",
824
+ handle: "<value>",
825
+ },
826
+ ],
827
+ querySuggestions: {},
828
+ inviteInfo: {},
829
+ badges: [
830
+ {
831
+ key: "deployment_name_new_hire",
832
+ displayName: "New hire",
833
+ iconConfig: {
834
+ color: "#343CED",
835
+ key: "person_icon",
836
+ iconType: "GLYPH",
837
+ name: "user",
838
+ },
839
+ },
840
+ ],
841
+ },
842
+ },
843
+ role: "VERIFIER",
844
+ },
845
+ {
846
+ person: {
847
+ name: "George Clooney",
848
+ obfuscatedId: "abc123",
849
+ metadata: {
850
+ type: "FULL_TIME",
851
+ title: "Actor",
852
+ department: "Movies",
853
+ email: "george@example.com",
854
+ location: "Hollywood, CA",
855
+ phone: "6505551234",
856
+ photoUrl: "https://example.com/george.jpg",
857
+ startDate: new index_js_2.RFCDate("2000-01-23"),
858
+ datasourceProfile: [
859
+ {
860
+ datasource: "github",
861
+ handle: "<value>",
862
+ },
863
+ ],
864
+ querySuggestions: {},
865
+ inviteInfo: {},
866
+ badges: [
867
+ {
868
+ key: "deployment_name_new_hire",
869
+ displayName: "New hire",
870
+ iconConfig: {
871
+ color: "#343CED",
872
+ key: "person_icon",
873
+ iconType: "GLYPH",
874
+ name: "user",
875
+ },
876
+ },
877
+ ],
878
+ },
879
+ },
880
+ role: "OWNER",
881
+ },
882
+ ],
883
+ audienceFilters: [
884
+ {
885
+ fieldName: "type",
886
+ values: [
887
+ {
888
+ value: "Spreadsheet",
889
+ relationType: "EQUALS",
890
+ },
891
+ {
892
+ value: "Presentation",
893
+ relationType: "EQUALS",
894
+ },
895
+ ],
896
+ },
897
+ ],
898
+ id: 524051,
899
+ creator: {
900
+ name: "George Clooney",
901
+ obfuscatedId: "abc123",
902
+ metadata: {
903
+ type: "FULL_TIME",
904
+ title: "Actor",
905
+ department: "Movies",
906
+ email: "george@example.com",
907
+ location: "Hollywood, CA",
908
+ phone: "6505551234",
909
+ photoUrl: "https://example.com/george.jpg",
910
+ startDate: new index_js_2.RFCDate("2000-01-23"),
911
+ datasourceProfile: [
912
+ {
913
+ datasource: "github",
914
+ handle: "<value>",
915
+ },
916
+ ],
917
+ querySuggestions: {},
918
+ inviteInfo: {},
919
+ badges: [
920
+ {
921
+ key: "deployment_name_new_hire",
922
+ displayName: "New hire",
923
+ iconConfig: {
924
+ color: "#343CED",
925
+ key: "person_icon",
926
+ iconType: "GLYPH",
927
+ name: "user",
928
+ },
929
+ },
930
+ ],
931
+ },
932
+ },
933
+ updatedBy: {
934
+ name: "George Clooney",
935
+ obfuscatedId: "abc123",
936
+ metadata: {
937
+ type: "FULL_TIME",
938
+ title: "Actor",
939
+ department: "Movies",
940
+ email: "george@example.com",
941
+ location: "Hollywood, CA",
942
+ phone: "6505551234",
943
+ photoUrl: "https://example.com/george.jpg",
944
+ startDate: new index_js_2.RFCDate("2000-01-23"),
945
+ datasourceProfile: [
946
+ {
947
+ datasource: "github",
948
+ handle: "<value>",
949
+ },
950
+ {
951
+ datasource: "github",
952
+ handle: "<value>",
953
+ },
954
+ ],
955
+ querySuggestions: {},
956
+ inviteInfo: {},
957
+ badges: [
958
+ {
959
+ key: "deployment_name_new_hire",
960
+ displayName: "New hire",
961
+ iconConfig: {
962
+ color: "#343CED",
963
+ key: "person_icon",
964
+ iconType: "GLYPH",
965
+ name: "user",
966
+ },
967
+ },
968
+ ],
969
+ },
970
+ },
971
+ items: [
972
+ {
973
+ collectionId: 75113,
974
+ createdBy: {
975
+ name: "George Clooney",
976
+ obfuscatedId: "abc123",
977
+ metadata: {
978
+ type: "FULL_TIME",
979
+ title: "Actor",
980
+ department: "Movies",
981
+ email: "george@example.com",
982
+ location: "Hollywood, CA",
983
+ phone: "6505551234",
984
+ photoUrl: "https://example.com/george.jpg",
985
+ startDate: new index_js_2.RFCDate("2000-01-23"),
986
+ datasourceProfile: [
987
+ {
988
+ datasource: "github",
989
+ handle: "<value>",
990
+ },
991
+ {
992
+ datasource: "github",
993
+ handle: "<value>",
994
+ },
995
+ ],
996
+ querySuggestions: {},
997
+ inviteInfo: {},
998
+ badges: [
999
+ {
1000
+ key: "deployment_name_new_hire",
1001
+ displayName: "New hire",
1002
+ iconConfig: {
1003
+ color: "#343CED",
1004
+ key: "person_icon",
1005
+ iconType: "GLYPH",
1006
+ name: "user",
1007
+ },
1008
+ },
1009
+ ],
1010
+ },
1011
+ },
1012
+ shortcut: {
1013
+ inputAlias: "<value>",
1014
+ createdBy: {
1015
+ name: "George Clooney",
1016
+ obfuscatedId: "abc123",
1017
+ metadata: {
1018
+ type: "FULL_TIME",
1019
+ title: "Actor",
1020
+ department: "Movies",
1021
+ email: "george@example.com",
1022
+ location: "Hollywood, CA",
1023
+ phone: "6505551234",
1024
+ photoUrl: "https://example.com/george.jpg",
1025
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1026
+ datasourceProfile: [
1027
+ {
1028
+ datasource: "github",
1029
+ handle: "<value>",
1030
+ },
1031
+ {
1032
+ datasource: "github",
1033
+ handle: "<value>",
1034
+ },
1035
+ ],
1036
+ querySuggestions: {},
1037
+ inviteInfo: {},
1038
+ badges: [
1039
+ {
1040
+ key: "deployment_name_new_hire",
1041
+ displayName: "New hire",
1042
+ iconConfig: {
1043
+ color: "#343CED",
1044
+ key: "person_icon",
1045
+ iconType: "GLYPH",
1046
+ name: "user",
1047
+ },
1048
+ },
1049
+ ],
1050
+ },
1051
+ },
1052
+ updatedBy: {
1053
+ name: "George Clooney",
1054
+ obfuscatedId: "abc123",
1055
+ metadata: {
1056
+ type: "FULL_TIME",
1057
+ title: "Actor",
1058
+ department: "Movies",
1059
+ email: "george@example.com",
1060
+ location: "Hollywood, CA",
1061
+ phone: "6505551234",
1062
+ photoUrl: "https://example.com/george.jpg",
1063
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1064
+ datasourceProfile: [
1065
+ {
1066
+ datasource: "github",
1067
+ handle: "<value>",
1068
+ },
1069
+ ],
1070
+ querySuggestions: {},
1071
+ inviteInfo: {},
1072
+ badges: [
1073
+ {
1074
+ key: "deployment_name_new_hire",
1075
+ displayName: "New hire",
1076
+ iconConfig: {
1077
+ color: "#343CED",
1078
+ key: "person_icon",
1079
+ iconType: "GLYPH",
1080
+ name: "user",
1081
+ },
1082
+ },
1083
+ ],
1084
+ },
1085
+ },
1086
+ roles: [
1087
+ {
1088
+ person: {
1089
+ name: "George Clooney",
1090
+ obfuscatedId: "abc123",
1091
+ metadata: {
1092
+ type: "FULL_TIME",
1093
+ title: "Actor",
1094
+ department: "Movies",
1095
+ email: "george@example.com",
1096
+ location: "Hollywood, CA",
1097
+ phone: "6505551234",
1098
+ photoUrl: "https://example.com/george.jpg",
1099
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1100
+ datasourceProfile: [
1101
+ {
1102
+ datasource: "github",
1103
+ handle: "<value>",
1104
+ },
1105
+ {
1106
+ datasource: "github",
1107
+ handle: "<value>",
1108
+ },
1109
+ {
1110
+ datasource: "github",
1111
+ handle: "<value>",
1112
+ },
1113
+ ],
1114
+ querySuggestions: {},
1115
+ inviteInfo: {},
1116
+ badges: [
1117
+ {
1118
+ key: "deployment_name_new_hire",
1119
+ displayName: "New hire",
1120
+ iconConfig: {
1121
+ color: "#343CED",
1122
+ key: "person_icon",
1123
+ iconType: "GLYPH",
1124
+ name: "user",
1125
+ },
1126
+ },
1127
+ ],
1128
+ },
1129
+ },
1130
+ role: "VERIFIER",
1131
+ },
1132
+ ],
1133
+ },
1134
+ itemType: "COLLECTION",
1135
+ },
1136
+ {
1137
+ collectionId: 744767,
1138
+ createdBy: {
1139
+ name: "George Clooney",
1140
+ obfuscatedId: "abc123",
1141
+ metadata: {
1142
+ type: "FULL_TIME",
1143
+ title: "Actor",
1144
+ department: "Movies",
1145
+ email: "george@example.com",
1146
+ location: "Hollywood, CA",
1147
+ phone: "6505551234",
1148
+ photoUrl: "https://example.com/george.jpg",
1149
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1150
+ datasourceProfile: [
1151
+ {
1152
+ datasource: "github",
1153
+ handle: "<value>",
1154
+ },
1155
+ {
1156
+ datasource: "github",
1157
+ handle: "<value>",
1158
+ },
1159
+ {
1160
+ datasource: "github",
1161
+ handle: "<value>",
1162
+ },
1163
+ ],
1164
+ querySuggestions: {},
1165
+ inviteInfo: {},
1166
+ badges: [
1167
+ {
1168
+ key: "deployment_name_new_hire",
1169
+ displayName: "New hire",
1170
+ iconConfig: {
1171
+ color: "#343CED",
1172
+ key: "person_icon",
1173
+ iconType: "GLYPH",
1174
+ name: "user",
1175
+ },
1176
+ },
1177
+ ],
1178
+ },
1179
+ },
1180
+ shortcut: {
1181
+ inputAlias: "<value>",
1182
+ createdBy: {
1183
+ name: "George Clooney",
1184
+ obfuscatedId: "abc123",
1185
+ metadata: {
1186
+ type: "FULL_TIME",
1187
+ title: "Actor",
1188
+ department: "Movies",
1189
+ email: "george@example.com",
1190
+ location: "Hollywood, CA",
1191
+ phone: "6505551234",
1192
+ photoUrl: "https://example.com/george.jpg",
1193
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1194
+ datasourceProfile: [
1195
+ {
1196
+ datasource: "github",
1197
+ handle: "<value>",
1198
+ },
1199
+ {
1200
+ datasource: "github",
1201
+ handle: "<value>",
1202
+ },
1203
+ ],
1204
+ querySuggestions: {},
1205
+ inviteInfo: {},
1206
+ badges: [
1207
+ {
1208
+ key: "deployment_name_new_hire",
1209
+ displayName: "New hire",
1210
+ iconConfig: {
1211
+ color: "#343CED",
1212
+ key: "person_icon",
1213
+ iconType: "GLYPH",
1214
+ name: "user",
1215
+ },
1216
+ },
1217
+ ],
1218
+ },
1219
+ },
1220
+ updatedBy: {
1221
+ name: "George Clooney",
1222
+ obfuscatedId: "abc123",
1223
+ metadata: {
1224
+ type: "FULL_TIME",
1225
+ title: "Actor",
1226
+ department: "Movies",
1227
+ email: "george@example.com",
1228
+ location: "Hollywood, CA",
1229
+ phone: "6505551234",
1230
+ photoUrl: "https://example.com/george.jpg",
1231
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1232
+ datasourceProfile: [
1233
+ {
1234
+ datasource: "github",
1235
+ handle: "<value>",
1236
+ },
1237
+ ],
1238
+ querySuggestions: {},
1239
+ inviteInfo: {},
1240
+ badges: [
1241
+ {
1242
+ key: "deployment_name_new_hire",
1243
+ displayName: "New hire",
1244
+ iconConfig: {
1245
+ color: "#343CED",
1246
+ key: "person_icon",
1247
+ iconType: "GLYPH",
1248
+ name: "user",
1249
+ },
1250
+ },
1251
+ ],
1252
+ },
1253
+ },
1254
+ },
1255
+ itemType: "DOCUMENT",
1256
+ },
1257
+ ],
1258
+ },
1259
+ {
1260
+ name: "<value>",
1261
+ description: "brr finally hastily amused needily if uh-huh outside wrongly too",
1262
+ audienceFilters: [
1263
+ {
1264
+ fieldName: "type",
1265
+ values: [
1266
+ {
1267
+ value: "Spreadsheet",
1268
+ relationType: "EQUALS",
1269
+ },
1270
+ {
1271
+ value: "Presentation",
1272
+ relationType: "EQUALS",
1273
+ },
1274
+ ],
1275
+ },
1276
+ ],
1277
+ id: 448428,
1278
+ creator: {
1279
+ name: "George Clooney",
1280
+ obfuscatedId: "abc123",
1281
+ metadata: {
1282
+ type: "FULL_TIME",
1283
+ title: "Actor",
1284
+ department: "Movies",
1285
+ email: "george@example.com",
1286
+ location: "Hollywood, CA",
1287
+ phone: "6505551234",
1288
+ photoUrl: "https://example.com/george.jpg",
1289
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1290
+ datasourceProfile: [
1291
+ {
1292
+ datasource: "github",
1293
+ handle: "<value>",
1294
+ },
1295
+ {
1296
+ datasource: "github",
1297
+ handle: "<value>",
1298
+ },
1299
+ {
1300
+ datasource: "github",
1301
+ handle: "<value>",
1302
+ },
1303
+ ],
1304
+ querySuggestions: {},
1305
+ inviteInfo: {},
1306
+ badges: [
1307
+ {
1308
+ key: "deployment_name_new_hire",
1309
+ displayName: "New hire",
1310
+ iconConfig: {
1311
+ color: "#343CED",
1312
+ key: "person_icon",
1313
+ iconType: "GLYPH",
1314
+ name: "user",
1315
+ },
1316
+ },
1317
+ ],
1318
+ },
1319
+ },
1320
+ updatedBy: {
1321
+ name: "George Clooney",
1322
+ obfuscatedId: "abc123",
1323
+ metadata: {
1324
+ type: "FULL_TIME",
1325
+ title: "Actor",
1326
+ department: "Movies",
1327
+ email: "george@example.com",
1328
+ location: "Hollywood, CA",
1329
+ phone: "6505551234",
1330
+ photoUrl: "https://example.com/george.jpg",
1331
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1332
+ datasourceProfile: [
1333
+ {
1334
+ datasource: "github",
1335
+ handle: "<value>",
1336
+ },
1337
+ ],
1338
+ querySuggestions: {},
1339
+ inviteInfo: {},
1340
+ badges: [
1341
+ {
1342
+ key: "deployment_name_new_hire",
1343
+ displayName: "New hire",
1344
+ iconConfig: {
1345
+ color: "#343CED",
1346
+ key: "person_icon",
1347
+ iconType: "GLYPH",
1348
+ name: "user",
1349
+ },
1350
+ },
1351
+ ],
1352
+ },
1353
+ },
1354
+ },
1355
+ ],
93
1356
  interactions: {
94
- reacts: [],
95
- shares: [],
1357
+ reacts: [
1358
+ {
1359
+ reactors: [
1360
+ {
1361
+ name: "George Clooney",
1362
+ obfuscatedId: "abc123",
1363
+ },
1364
+ ],
1365
+ },
1366
+ {},
1367
+ {},
1368
+ ],
1369
+ shares: [
1370
+ {
1371
+ numDaysAgo: 876677,
1372
+ sharer: {
1373
+ name: "George Clooney",
1374
+ obfuscatedId: "abc123",
1375
+ metadata: {
1376
+ type: "FULL_TIME",
1377
+ title: "Actor",
1378
+ department: "Movies",
1379
+ email: "george@example.com",
1380
+ location: "Hollywood, CA",
1381
+ phone: "6505551234",
1382
+ photoUrl: "https://example.com/george.jpg",
1383
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1384
+ datasourceProfile: [
1385
+ {
1386
+ datasource: "github",
1387
+ handle: "<value>",
1388
+ },
1389
+ ],
1390
+ querySuggestions: {},
1391
+ inviteInfo: {},
1392
+ badges: [
1393
+ {
1394
+ key: "deployment_name_new_hire",
1395
+ displayName: "New hire",
1396
+ iconConfig: {
1397
+ color: "#343CED",
1398
+ key: "person_icon",
1399
+ iconType: "GLYPH",
1400
+ name: "user",
1401
+ },
1402
+ },
1403
+ ],
1404
+ },
1405
+ },
1406
+ },
1407
+ ],
96
1408
  },
97
1409
  verification: {
98
1410
  state: "UNVERIFIED",
@@ -100,29 +1412,488 @@ const testclient_js_1 = require("./testclient.js");
100
1412
  lastVerifier: {
101
1413
  name: "George Clooney",
102
1414
  obfuscatedId: "abc123",
1415
+ metadata: {
1416
+ type: "FULL_TIME",
1417
+ title: "Actor",
1418
+ department: "Movies",
1419
+ email: "george@example.com",
1420
+ location: "Hollywood, CA",
1421
+ phone: "6505551234",
1422
+ photoUrl: "https://example.com/george.jpg",
1423
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1424
+ datasourceProfile: [
1425
+ {
1426
+ datasource: "github",
1427
+ handle: "<value>",
1428
+ },
1429
+ ],
1430
+ querySuggestions: {},
1431
+ inviteInfo: {},
1432
+ badges: [
1433
+ {
1434
+ key: "deployment_name_new_hire",
1435
+ displayName: "New hire",
1436
+ iconConfig: {
1437
+ color: "#343CED",
1438
+ key: "person_icon",
1439
+ iconType: "GLYPH",
1440
+ name: "user",
1441
+ },
1442
+ },
1443
+ ],
1444
+ },
103
1445
  },
104
- reminders: [],
1446
+ reminders: [
1447
+ {
1448
+ assignee: {
1449
+ name: "George Clooney",
1450
+ obfuscatedId: "abc123",
1451
+ metadata: {
1452
+ type: "FULL_TIME",
1453
+ title: "Actor",
1454
+ department: "Movies",
1455
+ email: "george@example.com",
1456
+ location: "Hollywood, CA",
1457
+ phone: "6505551234",
1458
+ photoUrl: "https://example.com/george.jpg",
1459
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1460
+ datasourceProfile: [
1461
+ {
1462
+ datasource: "github",
1463
+ handle: "<value>",
1464
+ },
1465
+ {
1466
+ datasource: "github",
1467
+ handle: "<value>",
1468
+ },
1469
+ ],
1470
+ querySuggestions: {},
1471
+ inviteInfo: {},
1472
+ badges: [
1473
+ {
1474
+ key: "deployment_name_new_hire",
1475
+ displayName: "New hire",
1476
+ iconConfig: {
1477
+ color: "#343CED",
1478
+ key: "person_icon",
1479
+ iconType: "GLYPH",
1480
+ name: "user",
1481
+ },
1482
+ },
1483
+ ],
1484
+ },
1485
+ },
1486
+ requestor: {
1487
+ name: "George Clooney",
1488
+ obfuscatedId: "abc123",
1489
+ metadata: {
1490
+ type: "FULL_TIME",
1491
+ title: "Actor",
1492
+ department: "Movies",
1493
+ email: "george@example.com",
1494
+ location: "Hollywood, CA",
1495
+ phone: "6505551234",
1496
+ photoUrl: "https://example.com/george.jpg",
1497
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1498
+ datasourceProfile: [
1499
+ {
1500
+ datasource: "github",
1501
+ handle: "<value>",
1502
+ },
1503
+ {
1504
+ datasource: "github",
1505
+ handle: "<value>",
1506
+ },
1507
+ ],
1508
+ querySuggestions: {},
1509
+ inviteInfo: {},
1510
+ badges: [
1511
+ {
1512
+ key: "deployment_name_new_hire",
1513
+ displayName: "New hire",
1514
+ iconConfig: {
1515
+ color: "#343CED",
1516
+ key: "person_icon",
1517
+ iconType: "GLYPH",
1518
+ name: "user",
1519
+ },
1520
+ },
1521
+ ],
1522
+ },
1523
+ },
1524
+ remindAt: 854607,
1525
+ },
1526
+ {
1527
+ assignee: {
1528
+ name: "George Clooney",
1529
+ obfuscatedId: "abc123",
1530
+ metadata: {
1531
+ type: "FULL_TIME",
1532
+ title: "Actor",
1533
+ department: "Movies",
1534
+ email: "george@example.com",
1535
+ location: "Hollywood, CA",
1536
+ phone: "6505551234",
1537
+ photoUrl: "https://example.com/george.jpg",
1538
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1539
+ datasourceProfile: [
1540
+ {
1541
+ datasource: "github",
1542
+ handle: "<value>",
1543
+ },
1544
+ {
1545
+ datasource: "github",
1546
+ handle: "<value>",
1547
+ },
1548
+ {
1549
+ datasource: "github",
1550
+ handle: "<value>",
1551
+ },
1552
+ ],
1553
+ querySuggestions: {},
1554
+ inviteInfo: {},
1555
+ badges: [
1556
+ {
1557
+ key: "deployment_name_new_hire",
1558
+ displayName: "New hire",
1559
+ iconConfig: {
1560
+ color: "#343CED",
1561
+ key: "person_icon",
1562
+ iconType: "GLYPH",
1563
+ name: "user",
1564
+ },
1565
+ },
1566
+ ],
1567
+ },
1568
+ },
1569
+ requestor: {
1570
+ name: "George Clooney",
1571
+ obfuscatedId: "abc123",
1572
+ metadata: {
1573
+ type: "FULL_TIME",
1574
+ title: "Actor",
1575
+ department: "Movies",
1576
+ email: "george@example.com",
1577
+ location: "Hollywood, CA",
1578
+ phone: "6505551234",
1579
+ photoUrl: "https://example.com/george.jpg",
1580
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1581
+ datasourceProfile: [
1582
+ {
1583
+ datasource: "github",
1584
+ handle: "<value>",
1585
+ },
1586
+ {
1587
+ datasource: "github",
1588
+ handle: "<value>",
1589
+ },
1590
+ ],
1591
+ querySuggestions: {},
1592
+ inviteInfo: {},
1593
+ badges: [
1594
+ {
1595
+ key: "deployment_name_new_hire",
1596
+ displayName: "New hire",
1597
+ iconConfig: {
1598
+ color: "#343CED",
1599
+ key: "person_icon",
1600
+ iconType: "GLYPH",
1601
+ name: "user",
1602
+ },
1603
+ },
1604
+ ],
1605
+ },
1606
+ },
1607
+ remindAt: 214607,
1608
+ },
1609
+ {
1610
+ assignee: {
1611
+ name: "George Clooney",
1612
+ obfuscatedId: "abc123",
1613
+ metadata: {
1614
+ type: "FULL_TIME",
1615
+ title: "Actor",
1616
+ department: "Movies",
1617
+ email: "george@example.com",
1618
+ location: "Hollywood, CA",
1619
+ phone: "6505551234",
1620
+ photoUrl: "https://example.com/george.jpg",
1621
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1622
+ datasourceProfile: [
1623
+ {
1624
+ datasource: "github",
1625
+ handle: "<value>",
1626
+ },
1627
+ ],
1628
+ querySuggestions: {},
1629
+ inviteInfo: {},
1630
+ badges: [
1631
+ {
1632
+ key: "deployment_name_new_hire",
1633
+ displayName: "New hire",
1634
+ iconConfig: {
1635
+ color: "#343CED",
1636
+ key: "person_icon",
1637
+ iconType: "GLYPH",
1638
+ name: "user",
1639
+ },
1640
+ },
1641
+ ],
1642
+ },
1643
+ },
1644
+ requestor: {
1645
+ name: "George Clooney",
1646
+ obfuscatedId: "abc123",
1647
+ metadata: {
1648
+ type: "FULL_TIME",
1649
+ title: "Actor",
1650
+ department: "Movies",
1651
+ email: "george@example.com",
1652
+ location: "Hollywood, CA",
1653
+ phone: "6505551234",
1654
+ photoUrl: "https://example.com/george.jpg",
1655
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1656
+ datasourceProfile: [
1657
+ {
1658
+ datasource: "github",
1659
+ handle: "<value>",
1660
+ },
1661
+ {
1662
+ datasource: "github",
1663
+ handle: "<value>",
1664
+ },
1665
+ ],
1666
+ querySuggestions: {},
1667
+ inviteInfo: {},
1668
+ badges: [
1669
+ {
1670
+ key: "deployment_name_new_hire",
1671
+ displayName: "New hire",
1672
+ iconConfig: {
1673
+ color: "#343CED",
1674
+ key: "person_icon",
1675
+ iconType: "GLYPH",
1676
+ name: "user",
1677
+ },
1678
+ },
1679
+ ],
1680
+ },
1681
+ },
1682
+ remindAt: 204917,
1683
+ },
1684
+ ],
105
1685
  lastReminder: {
106
1686
  assignee: {
107
1687
  name: "George Clooney",
108
1688
  obfuscatedId: "abc123",
1689
+ metadata: {
1690
+ type: "FULL_TIME",
1691
+ title: "Actor",
1692
+ department: "Movies",
1693
+ email: "george@example.com",
1694
+ location: "Hollywood, CA",
1695
+ phone: "6505551234",
1696
+ photoUrl: "https://example.com/george.jpg",
1697
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1698
+ datasourceProfile: [
1699
+ {
1700
+ datasource: "github",
1701
+ handle: "<value>",
1702
+ },
1703
+ {
1704
+ datasource: "github",
1705
+ handle: "<value>",
1706
+ },
1707
+ {
1708
+ datasource: "github",
1709
+ handle: "<value>",
1710
+ },
1711
+ ],
1712
+ querySuggestions: {},
1713
+ inviteInfo: {},
1714
+ badges: [
1715
+ {
1716
+ key: "deployment_name_new_hire",
1717
+ displayName: "New hire",
1718
+ iconConfig: {
1719
+ color: "#343CED",
1720
+ key: "person_icon",
1721
+ iconType: "GLYPH",
1722
+ name: "user",
1723
+ },
1724
+ },
1725
+ ],
1726
+ },
109
1727
  },
110
1728
  requestor: {
111
1729
  name: "George Clooney",
112
1730
  obfuscatedId: "abc123",
1731
+ metadata: {
1732
+ type: "FULL_TIME",
1733
+ title: "Actor",
1734
+ department: "Movies",
1735
+ email: "george@example.com",
1736
+ location: "Hollywood, CA",
1737
+ phone: "6505551234",
1738
+ photoUrl: "https://example.com/george.jpg",
1739
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1740
+ datasourceProfile: [
1741
+ {
1742
+ datasource: "github",
1743
+ handle: "<value>",
1744
+ },
1745
+ ],
1746
+ querySuggestions: {},
1747
+ inviteInfo: {},
1748
+ badges: [
1749
+ {
1750
+ key: "deployment_name_new_hire",
1751
+ displayName: "New hire",
1752
+ iconConfig: {
1753
+ color: "#343CED",
1754
+ key: "person_icon",
1755
+ iconType: "GLYPH",
1756
+ name: "user",
1757
+ },
1758
+ },
1759
+ ],
1760
+ },
113
1761
  },
114
1762
  remindAt: 554738,
115
1763
  },
116
- candidateVerifiers: [],
1764
+ candidateVerifiers: [
1765
+ {
1766
+ name: "George Clooney",
1767
+ obfuscatedId: "abc123",
1768
+ },
1769
+ ],
117
1770
  },
118
1771
  },
119
- shortcuts: [],
1772
+ shortcuts: [
1773
+ {
1774
+ inputAlias: "<value>",
1775
+ createdBy: {
1776
+ name: "George Clooney",
1777
+ obfuscatedId: "abc123",
1778
+ metadata: {
1779
+ type: "FULL_TIME",
1780
+ title: "Actor",
1781
+ department: "Movies",
1782
+ email: "george@example.com",
1783
+ location: "Hollywood, CA",
1784
+ phone: "6505551234",
1785
+ photoUrl: "https://example.com/george.jpg",
1786
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1787
+ datasourceProfile: [
1788
+ {
1789
+ datasource: "github",
1790
+ handle: "<value>",
1791
+ },
1792
+ {
1793
+ datasource: "github",
1794
+ handle: "<value>",
1795
+ },
1796
+ ],
1797
+ querySuggestions: {},
1798
+ inviteInfo: {},
1799
+ badges: [
1800
+ {
1801
+ key: "deployment_name_new_hire",
1802
+ displayName: "New hire",
1803
+ iconConfig: {
1804
+ color: "#343CED",
1805
+ key: "person_icon",
1806
+ iconType: "GLYPH",
1807
+ name: "user",
1808
+ },
1809
+ },
1810
+ ],
1811
+ },
1812
+ },
1813
+ updatedBy: {
1814
+ name: "George Clooney",
1815
+ obfuscatedId: "abc123",
1816
+ metadata: {
1817
+ type: "FULL_TIME",
1818
+ title: "Actor",
1819
+ department: "Movies",
1820
+ email: "george@example.com",
1821
+ location: "Hollywood, CA",
1822
+ phone: "6505551234",
1823
+ photoUrl: "https://example.com/george.jpg",
1824
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1825
+ datasourceProfile: [
1826
+ {
1827
+ datasource: "github",
1828
+ handle: "<value>",
1829
+ },
1830
+ {
1831
+ datasource: "github",
1832
+ handle: "<value>",
1833
+ },
1834
+ ],
1835
+ querySuggestions: {},
1836
+ inviteInfo: {},
1837
+ badges: [
1838
+ {
1839
+ key: "deployment_name_new_hire",
1840
+ displayName: "New hire",
1841
+ iconConfig: {
1842
+ color: "#343CED",
1843
+ key: "person_icon",
1844
+ iconType: "GLYPH",
1845
+ name: "user",
1846
+ },
1847
+ },
1848
+ ],
1849
+ },
1850
+ },
1851
+ },
1852
+ ],
120
1853
  customData: {
121
1854
  "someCustomField": {},
122
1855
  },
123
1856
  contactPerson: {
124
1857
  name: "George Clooney",
125
1858
  obfuscatedId: "abc123",
1859
+ metadata: {
1860
+ type: "FULL_TIME",
1861
+ title: "Actor",
1862
+ department: "Movies",
1863
+ email: "george@example.com",
1864
+ location: "Hollywood, CA",
1865
+ phone: "6505551234",
1866
+ photoUrl: "https://example.com/george.jpg",
1867
+ startDate: new index_js_2.RFCDate("2000-01-23"),
1868
+ datasourceProfile: [
1869
+ {
1870
+ datasource: "github",
1871
+ handle: "<value>",
1872
+ },
1873
+ {
1874
+ datasource: "github",
1875
+ handle: "<value>",
1876
+ },
1877
+ {
1878
+ datasource: "github",
1879
+ handle: "<value>",
1880
+ },
1881
+ ],
1882
+ querySuggestions: {},
1883
+ inviteInfo: {},
1884
+ badges: [
1885
+ {
1886
+ key: "deployment_name_new_hire",
1887
+ displayName: "New hire",
1888
+ iconConfig: {
1889
+ color: "#343CED",
1890
+ key: "person_icon",
1891
+ iconType: "GLYPH",
1892
+ name: "user",
1893
+ },
1894
+ },
1895
+ ],
1896
+ },
126
1897
  },
127
1898
  },
128
1899
  },