@hydradb/sdk 2.1.2 → 2.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (336) hide show
  1. package/dist/Client.d.ts +5 -2
  2. package/dist/Client.js +9 -11
  3. package/dist/api/client/requests/SearchQueryRequest.d.ts +20 -0
  4. package/dist/api/errors/ConflictError.d.ts +1 -2
  5. package/dist/api/errors/InternalServerError.d.ts +1 -2
  6. package/dist/api/resources/connectors/client/Client.d.ts +47 -14
  7. package/dist/api/resources/connectors/client/Client.js +163 -99
  8. package/dist/api/resources/connectors/client/requests/HandlerConfigureReq.d.ts +8 -0
  9. package/dist/api/resources/connectors/client/requests/HandlerConnectorCreateReq.d.ts +1 -7
  10. package/dist/api/resources/connectors/client/requests/HandlerConnectorUpdateReq.d.ts +14 -0
  11. package/dist/api/resources/connectors/client/requests/HandlerResourceCreateReq.d.ts +2 -2
  12. package/dist/api/resources/connectors/client/requests/StatusConnectorsRequest.d.ts +10 -0
  13. package/dist/api/resources/connectors/client/requests/index.d.ts +2 -0
  14. package/dist/api/resources/context/client/Client.d.ts +19 -2
  15. package/dist/api/resources/context/client/Client.js +32 -11
  16. package/dist/api/resources/context/client/requests/HandlerContextMetadataUpdateRequest.d.ts +4 -4
  17. package/dist/api/resources/context/client/requests/IngestContextRequest.d.ts +3 -0
  18. package/dist/api/resources/context/client/requests/ListV2ListContentRequest.d.ts +8 -0
  19. package/dist/api/resources/context/client/requests/SourcesV2SourceDeleteRequest.d.ts +2 -0
  20. package/dist/api/resources/context/types/DeleteContextRequestXHydraDbDeleteStatus.d.ts +5 -0
  21. package/dist/api/resources/context/types/DeleteContextRequestXHydraDbDeleteStatus.js +8 -0
  22. package/dist/api/resources/context/types/index.d.ts +1 -0
  23. package/dist/api/resources/context/types/index.js +1 -0
  24. package/dist/api/resources/databases/client/Client.d.ts +17 -0
  25. package/dist/api/resources/databases/client/Client.js +75 -58
  26. package/dist/api/resources/databases/client/requests/GetMetadataSchemaDatabasesRequest.d.ts +10 -0
  27. package/dist/api/resources/databases/client/requests/index.d.ts +1 -0
  28. package/dist/api/resources/feedback/client/Client.d.ts +32 -0
  29. package/dist/api/resources/feedback/client/Client.js +129 -0
  30. package/dist/api/resources/feedback/client/index.d.ts +1 -0
  31. package/dist/api/resources/feedback/client/index.js +2 -0
  32. package/dist/api/resources/feedback/exports.d.ts +2 -0
  33. package/dist/api/resources/feedback/exports.js +21 -0
  34. package/dist/api/resources/feedback/index.d.ts +1 -0
  35. package/dist/api/resources/feedback/index.js +17 -0
  36. package/dist/api/resources/index.d.ts +1 -0
  37. package/dist/api/resources/index.js +2 -1
  38. package/dist/api/resources/webhooks/client/Client.d.ts +27 -1
  39. package/dist/api/resources/webhooks/client/Client.js +127 -1
  40. package/dist/api/resources/webhooks/client/requests/WebhooksSigningSecretRequest.d.ts +8 -0
  41. package/dist/api/resources/webhooks/client/requests/WebhooksWebhookRegisterRequest.d.ts +3 -1
  42. package/dist/api/resources/webhooks/client/requests/index.d.ts +1 -0
  43. package/dist/api/types/FeedbackGroundTruth.d.ts +12 -0
  44. package/dist/api/types/FeedbackRating.d.ts +6 -0
  45. package/dist/api/types/FeedbackRating.js +9 -0
  46. package/dist/api/types/FeedbackSource.d.ts +5 -0
  47. package/dist/api/types/FeedbackSource.js +8 -0
  48. package/dist/api/types/FeedbackSubmitRequest.d.ts +2 -0
  49. package/dist/api/types/FeedbackSubmitRequestFeedback.d.ts +3 -0
  50. package/dist/api/types/FeedbackSubmitRequestGroundTruth.d.ts +4 -0
  51. package/dist/api/types/FeedbackSubmitRequestGroundTruth.js +3 -0
  52. package/dist/api/types/FeedbackSubmitRequestGroundTruthGroundTruth.d.ts +2 -0
  53. package/dist/api/types/FeedbackSubmitRequestGroundTruthGroundTruth.js +3 -0
  54. package/dist/api/types/FeedbackSubmitRequestGroundTruthGroundTruthAnswer.d.ts +3 -0
  55. package/dist/api/types/FeedbackSubmitRequestGroundTruthGroundTruthAnswer.js +3 -0
  56. package/dist/api/types/FeedbackSubmitRequestGroundTruthGroundTruthSourceIds.d.ts +3 -0
  57. package/dist/api/types/FeedbackSubmitRequestGroundTruthGroundTruthSourceIds.js +3 -0
  58. package/dist/api/types/FeedbackSubmitResponse.d.ts +12 -0
  59. package/dist/api/types/FeedbackSubmitResponse.js +3 -0
  60. package/dist/api/types/FetchV2SourceFetchResponse.d.ts +7 -1
  61. package/dist/api/types/GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult.d.ts +6 -2
  62. package/dist/api/types/GraphGraphRelationsResponse.d.ts +7 -1
  63. package/dist/api/types/HandlerCatalogConnector.d.ts +11 -0
  64. package/dist/api/types/HandlerCatalogConnector.js +3 -0
  65. package/dist/api/types/HandlerConfigureResponse.d.ts +24 -0
  66. package/dist/api/types/HandlerConfigureResponse.js +3 -0
  67. package/dist/api/types/HandlerConfigureResponseMeta.d.ts +4 -0
  68. package/dist/api/types/HandlerConfigureResponseMeta.js +3 -0
  69. package/dist/api/types/HandlerConnectorApiView.d.ts +124 -0
  70. package/dist/api/types/HandlerConnectorApiView.js +3 -0
  71. package/dist/api/types/HandlerConnectorCatalogResponse.d.ts +4 -0
  72. package/dist/api/types/HandlerConnectorCatalogResponse.js +3 -0
  73. package/dist/api/types/HandlerConnectorCreateResponse.d.ts +128 -0
  74. package/dist/api/types/HandlerConnectorCreateResponse.js +3 -0
  75. package/dist/api/types/HandlerConnectorDeleteResponse.d.ts +6 -0
  76. package/dist/api/types/HandlerConnectorDeleteResponse.js +3 -0
  77. package/dist/api/types/HandlerConnectorListResponse.d.ts +11 -0
  78. package/dist/api/types/HandlerConnectorListResponse.js +3 -0
  79. package/dist/api/types/HandlerConnectorResourceStatus.d.ts +21 -0
  80. package/dist/api/types/HandlerConnectorResourceStatus.js +3 -0
  81. package/dist/api/types/HandlerConnectorResourcesResponse.d.ts +4 -0
  82. package/dist/api/types/HandlerConnectorResourcesResponse.js +3 -0
  83. package/dist/api/types/HandlerConnectorStatusError.d.ts +19 -0
  84. package/dist/api/types/HandlerConnectorStatusError.js +3 -0
  85. package/dist/api/types/HandlerConnectorStatusResponse.d.ts +37 -0
  86. package/dist/api/types/HandlerConnectorStatusResponse.js +3 -0
  87. package/dist/api/types/HandlerConnectorSyncResponse.d.ts +4 -0
  88. package/dist/api/types/HandlerConnectorSyncResponse.js +3 -0
  89. package/dist/api/types/HandlerConnectorUpdateResponse.d.ts +17 -0
  90. package/dist/api/types/HandlerConnectorUpdateResponse.js +3 -0
  91. package/dist/api/types/HandlerCredentialsUpdateResponse.d.ts +6 -0
  92. package/dist/api/types/HandlerCredentialsUpdateResponse.js +3 -0
  93. package/dist/api/types/HandlerDiscoverResponseBody.d.ts +9 -0
  94. package/dist/api/types/HandlerDiscoverResponseBody.js +3 -0
  95. package/dist/api/types/HandlerDiscoveredResourceDto.d.ts +9 -0
  96. package/dist/api/types/HandlerDiscoveredResourceDto.js +3 -0
  97. package/dist/api/types/{HandlerEnvelopeListV2SourceListResponse.d.ts → HandlerEnvelopeFeedbackSubmitResponse.d.ts} +2 -2
  98. package/dist/api/types/HandlerEnvelopeFeedbackSubmitResponse.js +3 -0
  99. package/dist/api/types/{HandlerEnvelopeIngestionV2SourceUploadResponse.d.ts → HandlerEnvelopeIngestionV2IngestResponse.d.ts} +2 -2
  100. package/dist/api/types/HandlerEnvelopeIngestionV2IngestResponse.js +3 -0
  101. package/dist/api/types/HandlerEnvelopeListV2ListResponse.d.ts +9 -0
  102. package/dist/api/types/HandlerEnvelopeListV2ListResponse.js +3 -0
  103. package/dist/api/types/HandlerEnvelopeTenantsTenantMetadataSchemaResponse.d.ts +9 -0
  104. package/dist/api/types/HandlerEnvelopeTenantsTenantMetadataSchemaResponse.js +3 -0
  105. package/dist/api/types/HandlerEnvelopeWebhooksSigningSecretResponse.d.ts +9 -0
  106. package/dist/api/types/HandlerEnvelopeWebhooksSigningSecretResponse.js +3 -0
  107. package/dist/api/types/HandlerErrorDetail.d.ts +8 -1
  108. package/dist/api/types/HandlerErrorEnvelopeSourcesMemoryDeleteResponse.d.ts +10 -0
  109. package/dist/api/types/HandlerErrorEnvelopeSourcesMemoryDeleteResponse.js +3 -0
  110. package/dist/api/types/HandlerProviderListResponse.d.ts +4 -0
  111. package/dist/api/types/HandlerProviderListResponse.js +3 -0
  112. package/dist/api/types/HandlerResourceDeleteResponse.d.ts +8 -0
  113. package/dist/api/types/HandlerResourceDeleteResponse.js +3 -0
  114. package/dist/api/types/HandlerResourceMapping.d.ts +11 -0
  115. package/dist/api/types/HandlerResourceMappingSyncMode.d.ts +14 -0
  116. package/dist/api/types/HandlerResourceMappingSyncMode.js +17 -0
  117. package/dist/api/types/HandlerTableConfigEntry.d.ts +5 -0
  118. package/dist/api/types/HandlerTableConfigEntry.js +3 -0
  119. package/dist/api/types/IngestionSourceStatus.d.ts +4 -0
  120. package/dist/api/types/IngestionSourceStatus.js +4 -0
  121. package/dist/api/types/IngestionV2IngestResponse.d.ts +21 -0
  122. package/dist/api/types/IngestionV2IngestResponse.js +3 -0
  123. package/dist/api/types/IngestionV2IngestResultItem.d.ts +30 -0
  124. package/dist/api/types/IngestionV2IngestResultItem.js +3 -0
  125. package/dist/api/types/IngestionV2ProcessingStatus.d.ts +9 -1
  126. package/dist/api/types/ListContentFilter.d.ts +8 -2
  127. package/dist/api/types/ListV2ListResponse.d.ts +23 -0
  128. package/dist/api/types/ListV2ListResponse.js +3 -0
  129. package/dist/api/types/ListV2MemoryItem.d.ts +66 -0
  130. package/dist/api/types/ListV2MemoryItem.js +3 -0
  131. package/dist/api/types/ListV2SourceItem.d.ts +70 -0
  132. package/dist/api/types/ListV2SourceItem.js +3 -0
  133. package/dist/api/types/SearchMetadataFilters.d.ts +1 -1
  134. package/dist/api/types/SearchSourceInfo.d.ts +3 -1
  135. package/dist/api/types/SearchTemporalDuration.d.ts +24 -0
  136. package/dist/api/types/SearchTemporalDuration.js +3 -0
  137. package/dist/api/types/SearchTemporalFact.d.ts +25 -0
  138. package/dist/api/types/SearchTemporalFact.js +3 -0
  139. package/dist/api/types/SearchTemporalFilterInfo.d.ts +27 -0
  140. package/dist/api/types/SearchTemporalFilterInfo.js +3 -0
  141. package/dist/api/types/SearchTemporalIntentOverride.d.ts +14 -0
  142. package/dist/api/types/SearchTemporalIntentOverride.js +3 -0
  143. package/dist/api/types/SearchV2Chunk.d.ts +3 -1
  144. package/dist/api/types/SearchV2RetrievalResult.d.ts +7 -0
  145. package/dist/api/types/SourcesMemoryDeleteResponse.d.ts +9 -1
  146. package/dist/api/types/TenantsCustomPropertyDefinition.d.ts +0 -2
  147. package/dist/api/types/TenantsInfraV2.d.ts +2 -2
  148. package/dist/api/types/TenantsTenantMetadataSchemaResponse.d.ts +7 -0
  149. package/dist/api/types/TenantsTenantMetadataSchemaResponse.js +3 -0
  150. package/dist/api/types/WebhooksDeliveryItem.d.ts +6 -0
  151. package/dist/api/types/WebhooksSigningSecretResponse.d.ts +8 -0
  152. package/dist/api/types/WebhooksSigningSecretResponse.js +3 -0
  153. package/dist/api/types/WebhooksWebhookRegisterResponse.d.ts +2 -0
  154. package/dist/api/types/index.d.ts +48 -7
  155. package/dist/api/types/index.js +48 -7
  156. package/dist/helpers/buildString.js +140 -16
  157. package/dist/helpers/index.d.ts +1 -0
  158. package/dist/helpers/index.js +6 -1
  159. package/dist/helpers/verifyWebhook.d.ts +31 -0
  160. package/dist/helpers/verifyWebhook.js +56 -0
  161. package/dist/serialization/client/index.d.ts +0 -2
  162. package/dist/serialization/client/index.js +0 -25
  163. package/dist/serialization/client/requests/SearchQueryRequest.d.ts +4 -0
  164. package/dist/serialization/client/requests/SearchQueryRequest.js +4 -0
  165. package/dist/serialization/resources/connectors/client/index.d.ts +1 -9
  166. package/dist/serialization/resources/connectors/client/index.js +5 -13
  167. package/dist/serialization/resources/connectors/client/requests/HandlerConfigureReq.d.ts +2 -0
  168. package/dist/serialization/resources/connectors/client/requests/HandlerConfigureReq.js +2 -0
  169. package/dist/serialization/resources/connectors/client/requests/HandlerConnectorCreateReq.d.ts +0 -3
  170. package/dist/serialization/resources/connectors/client/requests/HandlerConnectorCreateReq.js +0 -3
  171. package/dist/serialization/resources/connectors/client/requests/HandlerConnectorUpdateReq.d.ts +10 -0
  172. package/dist/serialization/resources/connectors/client/requests/HandlerConnectorUpdateReq.js +42 -0
  173. package/dist/serialization/resources/connectors/client/requests/index.d.ts +1 -0
  174. package/dist/serialization/resources/connectors/client/requests/index.js +3 -1
  175. package/dist/serialization/resources/connectors/client/rotateAConnectorsStoredOAuthRefreshTokenInternalUseOnly.d.ts +6 -0
  176. package/dist/serialization/resources/connectors/client/{deleteResource.js → rotateAConnectorsStoredOAuthRefreshTokenInternalUseOnly.js} +2 -2
  177. package/dist/serialization/resources/context/client/requests/ListV2ListContentRequest.d.ts +1 -0
  178. package/dist/serialization/resources/context/client/requests/ListV2ListContentRequest.js +1 -0
  179. package/dist/serialization/resources/context/client/requests/SourcesV2SourceDeleteRequest.d.ts +1 -1
  180. package/dist/serialization/resources/context/types/DeleteContextRequestXHydraDbDeleteStatus.d.ts +7 -0
  181. package/dist/serialization/resources/{connectors/client/discover.js → context/types/DeleteContextRequestXHydraDbDeleteStatus.js} +2 -2
  182. package/dist/serialization/resources/context/types/index.d.ts +1 -0
  183. package/dist/serialization/resources/context/types/index.js +1 -0
  184. package/dist/serialization/resources/webhooks/client/requests/WebhooksSigningSecretRequest.d.ts +9 -0
  185. package/dist/serialization/resources/webhooks/client/requests/WebhooksSigningSecretRequest.js +41 -0
  186. package/dist/serialization/resources/webhooks/client/requests/WebhooksWebhookRegisterRequest.d.ts +1 -0
  187. package/dist/serialization/resources/webhooks/client/requests/WebhooksWebhookRegisterRequest.js +1 -0
  188. package/dist/serialization/resources/webhooks/client/requests/index.d.ts +1 -0
  189. package/dist/serialization/resources/webhooks/client/requests/index.js +3 -1
  190. package/dist/serialization/types/FeedbackGroundTruth.d.ts +10 -0
  191. package/dist/serialization/types/FeedbackGroundTruth.js +42 -0
  192. package/dist/serialization/types/FeedbackRating.d.ts +7 -0
  193. package/dist/serialization/{client/catalog.js → types/FeedbackRating.js} +2 -2
  194. package/dist/serialization/types/FeedbackSource.d.ts +7 -0
  195. package/dist/serialization/{client/listProviders.js → types/FeedbackSource.js} +2 -2
  196. package/dist/serialization/types/FeedbackSubmitRequest.d.ts +9 -0
  197. package/dist/serialization/types/FeedbackSubmitRequest.js +41 -0
  198. package/dist/serialization/types/FeedbackSubmitRequestFeedback.d.ts +9 -0
  199. package/dist/serialization/{resources/connectors/client/delete.js → types/FeedbackSubmitRequestFeedback.js} +5 -3
  200. package/dist/serialization/types/FeedbackSubmitRequestGroundTruth.d.ts +10 -0
  201. package/dist/serialization/types/FeedbackSubmitRequestGroundTruth.js +42 -0
  202. package/dist/serialization/types/FeedbackSubmitRequestGroundTruthGroundTruth.d.ts +9 -0
  203. package/dist/serialization/types/FeedbackSubmitRequestGroundTruthGroundTruth.js +44 -0
  204. package/dist/serialization/types/FeedbackSubmitRequestGroundTruthGroundTruthAnswer.d.ts +9 -0
  205. package/dist/serialization/types/{ListV2SourceListResponse.js → FeedbackSubmitRequestGroundTruthGroundTruthAnswer.js} +3 -4
  206. package/dist/serialization/types/FeedbackSubmitRequestGroundTruthGroundTruthSourceIds.d.ts +9 -0
  207. package/dist/serialization/types/FeedbackSubmitRequestGroundTruthGroundTruthSourceIds.js +41 -0
  208. package/dist/serialization/types/FeedbackSubmitResponse.d.ts +13 -0
  209. package/dist/serialization/types/FeedbackSubmitResponse.js +45 -0
  210. package/dist/serialization/types/GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult.d.ts +2 -0
  211. package/dist/serialization/types/GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult.js +2 -0
  212. package/dist/serialization/types/HandlerCatalogConnector.d.ts +15 -0
  213. package/dist/serialization/types/HandlerCatalogConnector.js +47 -0
  214. package/dist/serialization/types/HandlerConfigureResponse.d.ts +16 -0
  215. package/dist/serialization/types/HandlerConfigureResponse.js +48 -0
  216. package/dist/serialization/types/HandlerConfigureResponseMeta.d.ts +10 -0
  217. package/dist/serialization/types/HandlerConfigureResponseMeta.js +42 -0
  218. package/dist/serialization/types/{ConnectorsConnector.d.ts → HandlerConnectorApiView.d.ts} +14 -7
  219. package/dist/serialization/types/{ConnectorsConnector.js → HandlerConnectorApiView.js} +14 -7
  220. package/dist/serialization/types/HandlerConnectorCatalogResponse.d.ts +10 -0
  221. package/dist/serialization/types/HandlerConnectorCatalogResponse.js +42 -0
  222. package/dist/serialization/types/HandlerConnectorCreateResponse.d.ts +39 -0
  223. package/dist/serialization/types/HandlerConnectorCreateResponse.js +71 -0
  224. package/dist/serialization/types/HandlerConnectorDeleteResponse.d.ts +10 -0
  225. package/dist/serialization/types/HandlerConnectorDeleteResponse.js +42 -0
  226. package/dist/serialization/types/HandlerConnectorListResponse.d.ts +11 -0
  227. package/dist/serialization/types/HandlerConnectorListResponse.js +43 -0
  228. package/dist/serialization/types/HandlerConnectorResourceStatus.d.ts +16 -0
  229. package/dist/serialization/types/HandlerConnectorResourceStatus.js +48 -0
  230. package/dist/serialization/types/HandlerConnectorResourcesResponse.d.ts +10 -0
  231. package/dist/serialization/types/HandlerConnectorResourcesResponse.js +42 -0
  232. package/dist/serialization/types/HandlerConnectorStatusError.d.ts +12 -0
  233. package/dist/serialization/types/HandlerConnectorStatusError.js +44 -0
  234. package/dist/serialization/types/HandlerConnectorStatusResponse.d.ts +20 -0
  235. package/dist/serialization/types/HandlerConnectorStatusResponse.js +52 -0
  236. package/dist/serialization/types/HandlerConnectorSyncResponse.d.ts +10 -0
  237. package/dist/serialization/types/HandlerConnectorSyncResponse.js +42 -0
  238. package/dist/serialization/types/HandlerConnectorUpdateResponse.d.ts +14 -0
  239. package/dist/serialization/types/HandlerConnectorUpdateResponse.js +46 -0
  240. package/dist/serialization/types/HandlerCredentialsUpdateResponse.d.ts +10 -0
  241. package/dist/serialization/types/HandlerCredentialsUpdateResponse.js +42 -0
  242. package/dist/serialization/types/HandlerDiscoverResponseBody.d.ts +13 -0
  243. package/dist/serialization/types/HandlerDiscoverResponseBody.js +45 -0
  244. package/dist/serialization/types/HandlerDiscoveredResourceDto.d.ts +12 -0
  245. package/dist/serialization/types/HandlerDiscoveredResourceDto.js +44 -0
  246. package/dist/serialization/types/{HandlerEnvelopeListV2SourceListResponse.d.ts → HandlerEnvelopeFeedbackSubmitResponse.d.ts} +4 -4
  247. package/dist/serialization/types/{HandlerEnvelopeListV2SourceListResponse.js → HandlerEnvelopeFeedbackSubmitResponse.js} +4 -4
  248. package/dist/serialization/types/HandlerEnvelopeIngestionV2IngestResponse.d.ts +15 -0
  249. package/dist/serialization/types/HandlerEnvelopeIngestionV2IngestResponse.js +47 -0
  250. package/dist/serialization/types/HandlerEnvelopeListV2ListResponse.d.ts +15 -0
  251. package/dist/serialization/types/{HandlerEnvelopeIngestionV2SourceUploadResponse.js → HandlerEnvelopeListV2ListResponse.js} +4 -4
  252. package/dist/serialization/types/HandlerEnvelopeTenantsTenantMetadataSchemaResponse.d.ts +15 -0
  253. package/dist/serialization/types/HandlerEnvelopeTenantsTenantMetadataSchemaResponse.js +47 -0
  254. package/dist/serialization/types/HandlerEnvelopeWebhooksSigningSecretResponse.d.ts +15 -0
  255. package/dist/serialization/types/HandlerEnvelopeWebhooksSigningSecretResponse.js +47 -0
  256. package/dist/serialization/types/HandlerErrorEnvelopeSourcesMemoryDeleteResponse.d.ts +17 -0
  257. package/dist/serialization/types/HandlerErrorEnvelopeSourcesMemoryDeleteResponse.js +49 -0
  258. package/dist/serialization/types/HandlerProviderListResponse.d.ts +10 -0
  259. package/dist/serialization/types/HandlerProviderListResponse.js +42 -0
  260. package/dist/serialization/types/HandlerResourceDeleteResponse.d.ts +11 -0
  261. package/dist/serialization/types/HandlerResourceDeleteResponse.js +43 -0
  262. package/dist/serialization/types/HandlerResourceMapping.d.ts +2 -0
  263. package/dist/serialization/types/HandlerResourceMapping.js +2 -0
  264. package/dist/serialization/types/HandlerResourceMappingSyncMode.d.ts +7 -0
  265. package/dist/serialization/{resources/connectors/client/configure.js → types/HandlerResourceMappingSyncMode.js} +3 -3
  266. package/dist/serialization/types/HandlerTableConfigEntry.d.ts +11 -0
  267. package/dist/serialization/types/HandlerTableConfigEntry.js +43 -0
  268. package/dist/serialization/types/IngestionV2IngestResponse.d.ts +14 -0
  269. package/dist/serialization/types/{IngestionV2SourceUploadResponse.js → IngestionV2IngestResponse.js} +4 -4
  270. package/dist/serialization/types/{IngestionV2SourceUploadResultItem.d.ts → IngestionV2IngestResultItem.d.ts} +4 -2
  271. package/dist/serialization/types/{IngestionV2SourceUploadResultItem.js → IngestionV2IngestResultItem.js} +4 -2
  272. package/dist/serialization/types/ListV2ListResponse.d.ts +17 -0
  273. package/dist/serialization/types/{ListSourceListResponse.js → ListV2ListResponse.js} +6 -5
  274. package/dist/serialization/types/ListV2MemoryItem.d.ts +29 -0
  275. package/dist/serialization/types/ListV2MemoryItem.js +63 -0
  276. package/dist/serialization/types/ListV2SourceItem.d.ts +29 -0
  277. package/dist/serialization/types/ListV2SourceItem.js +63 -0
  278. package/dist/serialization/types/SearchSourceInfo.d.ts +1 -0
  279. package/dist/serialization/types/SearchSourceInfo.js +1 -0
  280. package/dist/serialization/types/SearchTemporalDuration.d.ts +16 -0
  281. package/dist/serialization/types/SearchTemporalDuration.js +48 -0
  282. package/dist/serialization/types/SearchTemporalFact.d.ts +20 -0
  283. package/dist/serialization/types/SearchTemporalFact.js +52 -0
  284. package/dist/serialization/types/SearchTemporalFilterInfo.d.ts +16 -0
  285. package/dist/serialization/types/SearchTemporalFilterInfo.js +48 -0
  286. package/dist/serialization/types/SearchTemporalIntentOverride.d.ts +14 -0
  287. package/dist/serialization/types/SearchTemporalIntentOverride.js +46 -0
  288. package/dist/serialization/types/SearchV2Chunk.d.ts +1 -0
  289. package/dist/serialization/types/SearchV2Chunk.js +1 -0
  290. package/dist/serialization/types/SearchV2RetrievalResult.d.ts +6 -0
  291. package/dist/serialization/types/SearchV2RetrievalResult.js +6 -0
  292. package/dist/serialization/types/TenantsCustomPropertyDefinition.d.ts +0 -1
  293. package/dist/serialization/types/TenantsCustomPropertyDefinition.js +0 -1
  294. package/dist/serialization/types/TenantsTenantMetadataSchemaResponse.d.ts +12 -0
  295. package/dist/serialization/types/TenantsTenantMetadataSchemaResponse.js +44 -0
  296. package/dist/serialization/types/WebhooksDeliveryItem.d.ts +1 -0
  297. package/dist/serialization/types/WebhooksDeliveryItem.js +1 -0
  298. package/dist/serialization/types/WebhooksSigningSecretResponse.d.ts +11 -0
  299. package/dist/serialization/types/WebhooksSigningSecretResponse.js +43 -0
  300. package/dist/serialization/types/WebhooksWebhookRegisterResponse.d.ts +1 -0
  301. package/dist/serialization/types/WebhooksWebhookRegisterResponse.js +1 -0
  302. package/dist/serialization/types/index.d.ts +48 -7
  303. package/dist/serialization/types/index.js +48 -7
  304. package/package.json +1 -1
  305. package/dist/api/types/ConnectorsConnector.d.ts +0 -58
  306. package/dist/api/types/IngestionV2SourceUploadResponse.d.ts +0 -13
  307. package/dist/api/types/IngestionV2SourceUploadResultItem.d.ts +0 -17
  308. package/dist/api/types/ListSourceListResponse.d.ts +0 -12
  309. package/dist/api/types/ListV2SourceListResponse.d.ts +0 -4
  310. package/dist/serialization/client/catalog.d.ts +0 -6
  311. package/dist/serialization/client/listProviders.d.ts +0 -6
  312. package/dist/serialization/resources/connectors/client/configure.d.ts +0 -6
  313. package/dist/serialization/resources/connectors/client/delete.d.ts +0 -6
  314. package/dist/serialization/resources/connectors/client/deleteResource.d.ts +0 -6
  315. package/dist/serialization/resources/connectors/client/discover.d.ts +0 -6
  316. package/dist/serialization/resources/connectors/client/discoverPreview.d.ts +0 -6
  317. package/dist/serialization/resources/connectors/client/discoverPreview.js +0 -39
  318. package/dist/serialization/resources/connectors/client/list.d.ts +0 -6
  319. package/dist/serialization/resources/connectors/client/list.js +0 -39
  320. package/dist/serialization/resources/connectors/client/listResources.d.ts +0 -6
  321. package/dist/serialization/resources/connectors/client/listResources.js +0 -39
  322. package/dist/serialization/resources/connectors/client/rotateAConnectorsStoredOAuthRefreshToken.d.ts +0 -10
  323. package/dist/serialization/resources/connectors/client/rotateAConnectorsStoredOAuthRefreshToken.js +0 -40
  324. package/dist/serialization/resources/connectors/client/sync.d.ts +0 -6
  325. package/dist/serialization/resources/connectors/client/sync.js +0 -39
  326. package/dist/serialization/types/HandlerEnvelopeIngestionV2SourceUploadResponse.d.ts +0 -15
  327. package/dist/serialization/types/IngestionV2SourceUploadResponse.d.ts +0 -14
  328. package/dist/serialization/types/ListSourceListResponse.d.ts +0 -14
  329. package/dist/serialization/types/ListV2SourceListResponse.d.ts +0 -10
  330. /package/dist/api/{types/ConnectorsConnector.js → resources/connectors/client/requests/HandlerConnectorUpdateReq.js} +0 -0
  331. /package/dist/api/{types/HandlerEnvelopeIngestionV2SourceUploadResponse.js → resources/connectors/client/requests/StatusConnectorsRequest.js} +0 -0
  332. /package/dist/api/{types/HandlerEnvelopeListV2SourceListResponse.js → resources/databases/client/requests/GetMetadataSchemaDatabasesRequest.js} +0 -0
  333. /package/dist/api/{types/IngestionV2SourceUploadResponse.js → resources/webhooks/client/requests/WebhooksSigningSecretRequest.js} +0 -0
  334. /package/dist/api/types/{IngestionV2SourceUploadResultItem.js → FeedbackGroundTruth.js} +0 -0
  335. /package/dist/api/types/{ListSourceListResponse.js → FeedbackSubmitRequest.js} +0 -0
  336. /package/dist/api/types/{ListV2SourceListResponse.js → FeedbackSubmitRequestFeedback.js} +0 -0
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.HandlerConnectorUpdateReq = void 0;
38
+ const core = __importStar(require("../../../../../core/index.js"));
39
+ exports.HandlerConnectorUpdateReq = core.serialization.object({
40
+ credentials: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
41
+ syncIntervalSeconds: core.serialization.property("sync_interval_seconds", core.serialization.number().optional()),
42
+ });
@@ -1,4 +1,5 @@
1
1
  export { HandlerConfigureReq } from "./HandlerConfigureReq.js";
2
2
  export { HandlerConnectorCreateReq } from "./HandlerConnectorCreateReq.js";
3
+ export { HandlerConnectorUpdateReq } from "./HandlerConnectorUpdateReq.js";
3
4
  export { HandlerDiscoverPreviewReq } from "./HandlerDiscoverPreviewReq.js";
4
5
  export { HandlerResourceCreateReq } from "./HandlerResourceCreateReq.js";
@@ -1,10 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.HandlerResourceCreateReq = exports.HandlerDiscoverPreviewReq = exports.HandlerConnectorCreateReq = exports.HandlerConfigureReq = void 0;
3
+ exports.HandlerResourceCreateReq = exports.HandlerDiscoverPreviewReq = exports.HandlerConnectorUpdateReq = exports.HandlerConnectorCreateReq = exports.HandlerConfigureReq = void 0;
4
4
  var HandlerConfigureReq_js_1 = require("./HandlerConfigureReq.js");
5
5
  Object.defineProperty(exports, "HandlerConfigureReq", { enumerable: true, get: function () { return HandlerConfigureReq_js_1.HandlerConfigureReq; } });
6
6
  var HandlerConnectorCreateReq_js_1 = require("./HandlerConnectorCreateReq.js");
7
7
  Object.defineProperty(exports, "HandlerConnectorCreateReq", { enumerable: true, get: function () { return HandlerConnectorCreateReq_js_1.HandlerConnectorCreateReq; } });
8
+ var HandlerConnectorUpdateReq_js_1 = require("./HandlerConnectorUpdateReq.js");
9
+ Object.defineProperty(exports, "HandlerConnectorUpdateReq", { enumerable: true, get: function () { return HandlerConnectorUpdateReq_js_1.HandlerConnectorUpdateReq; } });
8
10
  var HandlerDiscoverPreviewReq_js_1 = require("./HandlerDiscoverPreviewReq.js");
9
11
  Object.defineProperty(exports, "HandlerDiscoverPreviewReq", { enumerable: true, get: function () { return HandlerDiscoverPreviewReq_js_1.HandlerDiscoverPreviewReq; } });
10
12
  var HandlerResourceCreateReq_js_1 = require("./HandlerResourceCreateReq.js");
@@ -0,0 +1,6 @@
1
+ import * as core from "../../../../core/index.js";
2
+ import type * as serializers from "../../../index.js";
3
+ export declare const Request: core.serialization.Schema<serializers.connectors.rotateAConnectorsStoredOAuthRefreshTokenInternalUseOnly.Request.Raw, Record<string, unknown>>;
4
+ export declare namespace Request {
5
+ type Raw = Record<string, unknown>;
6
+ }
@@ -34,6 +34,6 @@ var __importStar = (this && this.__importStar) || (function () {
34
34
  };
35
35
  })();
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.Response = void 0;
37
+ exports.Request = void 0;
38
38
  const core = __importStar(require("../../../../core/index.js"));
39
- exports.Response = core.serialization.record(core.serialization.string(), core.serialization.unknown());
39
+ exports.Request = core.serialization.record(core.serialization.string(), core.serialization.unknown());
@@ -9,6 +9,7 @@ export declare namespace ListV2ListContentRequest {
9
9
  collection?: string | null;
10
10
  database?: string | null;
11
11
  filters?: ListContentFilter.Raw | null;
12
+ group_threads?: boolean | null;
12
13
  ids?: string[] | null;
13
14
  include_fields?: string[] | null;
14
15
  page?: number | null;
@@ -42,6 +42,7 @@ exports.ListV2ListContentRequest = core.serialization.object({
42
42
  collection: core.serialization.string().optional(),
43
43
  database: core.serialization.string().optional(),
44
44
  filters: ListContentFilter_js_1.ListContentFilter.optional(),
45
+ groupThreads: core.serialization.property("group_threads", core.serialization.boolean().optional()),
45
46
  ids: core.serialization.list(core.serialization.string()).optional(),
46
47
  includeFields: core.serialization.property("include_fields", core.serialization.list(core.serialization.string()).optional()),
47
48
  page: core.serialization.number().optional(),
@@ -2,7 +2,7 @@ import type * as HydraDB from "../../../../../api/index.js";
2
2
  import * as core from "../../../../../core/index.js";
3
3
  import type * as serializers from "../../../../index.js";
4
4
  import { SourcesV2SourceDeleteRequestType } from "../../types/SourcesV2SourceDeleteRequestType.js";
5
- export declare const SourcesV2SourceDeleteRequest: core.serialization.Schema<serializers.SourcesV2SourceDeleteRequest.Raw, HydraDB.SourcesV2SourceDeleteRequest>;
5
+ export declare const SourcesV2SourceDeleteRequest: core.serialization.Schema<serializers.SourcesV2SourceDeleteRequest.Raw, Omit<HydraDB.SourcesV2SourceDeleteRequest, "hydraDbDeleteStatus">>;
6
6
  export declare namespace SourcesV2SourceDeleteRequest {
7
7
  interface Raw {
8
8
  collection?: string | null;
@@ -0,0 +1,7 @@
1
+ import type * as HydraDB from "../../../../api/index.js";
2
+ import * as core from "../../../../core/index.js";
3
+ import type * as serializers from "../../../index.js";
4
+ export declare const DeleteContextRequestXHydraDbDeleteStatus: core.serialization.Schema<serializers.DeleteContextRequestXHydraDbDeleteStatus.Raw, HydraDB.DeleteContextRequestXHydraDbDeleteStatus>;
5
+ export declare namespace DeleteContextRequestXHydraDbDeleteStatus {
6
+ type Raw = "strict" | "legacy";
7
+ }
@@ -34,6 +34,6 @@ var __importStar = (this && this.__importStar) || (function () {
34
34
  };
35
35
  })();
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.Response = void 0;
37
+ exports.DeleteContextRequestXHydraDbDeleteStatus = void 0;
38
38
  const core = __importStar(require("../../../../core/index.js"));
39
- exports.Response = core.serialization.record(core.serialization.string(), core.serialization.unknown());
39
+ exports.DeleteContextRequestXHydraDbDeleteStatus = core.serialization.enum_(["strict", "legacy"]);
@@ -1,3 +1,4 @@
1
+ export * from "./DeleteContextRequestXHydraDbDeleteStatus.js";
1
2
  export * from "./IngestContextRequestType.js";
2
3
  export * from "./ListV2ListContentRequestType.js";
3
4
  export * from "./RelationsContextRequestType.js";
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./DeleteContextRequestXHydraDbDeleteStatus.js"), exports);
17
18
  __exportStar(require("./IngestContextRequestType.js"), exports);
18
19
  __exportStar(require("./ListV2ListContentRequestType.js"), exports);
19
20
  __exportStar(require("./RelationsContextRequestType.js"), exports);
@@ -0,0 +1,9 @@
1
+ import type * as HydraDB from "../../../../../api/index.js";
2
+ import * as core from "../../../../../core/index.js";
3
+ import type * as serializers from "../../../../index.js";
4
+ export declare const WebhooksSigningSecretRequest: core.serialization.Schema<serializers.WebhooksSigningSecretRequest.Raw, HydraDB.WebhooksSigningSecretRequest>;
5
+ export declare namespace WebhooksSigningSecretRequest {
6
+ interface Raw {
7
+ signing_secret?: string | null;
8
+ }
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.WebhooksSigningSecretRequest = void 0;
38
+ const core = __importStar(require("../../../../../core/index.js"));
39
+ exports.WebhooksSigningSecretRequest = core.serialization.object({
40
+ signingSecret: core.serialization.property("signing_secret", core.serialization.string().optional()),
41
+ });
@@ -5,6 +5,7 @@ export declare const WebhooksWebhookRegisterRequest: core.serialization.Schema<s
5
5
  export declare namespace WebhooksWebhookRegisterRequest {
6
6
  interface Raw {
7
7
  event_types?: string[] | null;
8
+ generate_signing_secret?: boolean | null;
8
9
  signing_secret?: string | null;
9
10
  url?: string | null;
10
11
  }
@@ -38,6 +38,7 @@ exports.WebhooksWebhookRegisterRequest = void 0;
38
38
  const core = __importStar(require("../../../../../core/index.js"));
39
39
  exports.WebhooksWebhookRegisterRequest = core.serialization.object({
40
40
  eventTypes: core.serialization.property("event_types", core.serialization.list(core.serialization.string()).optional()),
41
+ generateSigningSecret: core.serialization.property("generate_signing_secret", core.serialization.boolean().optional()),
41
42
  signingSecret: core.serialization.property("signing_secret", core.serialization.string().optional()),
42
43
  url: core.serialization.string().optional(),
43
44
  });
@@ -1 +1,2 @@
1
+ export { WebhooksSigningSecretRequest } from "./WebhooksSigningSecretRequest.js";
1
2
  export { WebhooksWebhookRegisterRequest } from "./WebhooksWebhookRegisterRequest.js";
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WebhooksWebhookRegisterRequest = void 0;
3
+ exports.WebhooksWebhookRegisterRequest = exports.WebhooksSigningSecretRequest = void 0;
4
+ var WebhooksSigningSecretRequest_js_1 = require("./WebhooksSigningSecretRequest.js");
5
+ Object.defineProperty(exports, "WebhooksSigningSecretRequest", { enumerable: true, get: function () { return WebhooksSigningSecretRequest_js_1.WebhooksSigningSecretRequest; } });
4
6
  var WebhooksWebhookRegisterRequest_js_1 = require("./WebhooksWebhookRegisterRequest.js");
5
7
  Object.defineProperty(exports, "WebhooksWebhookRegisterRequest", { enumerable: true, get: function () { return WebhooksWebhookRegisterRequest_js_1.WebhooksWebhookRegisterRequest; } });
@@ -0,0 +1,10 @@
1
+ import type * as HydraDB from "../../api/index.js";
2
+ import * as core from "../../core/index.js";
3
+ import type * as serializers from "../index.js";
4
+ export declare const FeedbackGroundTruth: core.serialization.ObjectSchema<serializers.FeedbackGroundTruth.Raw, HydraDB.FeedbackGroundTruth>;
5
+ export declare namespace FeedbackGroundTruth {
6
+ interface Raw {
7
+ answer?: string | null;
8
+ source_ids?: string[] | null;
9
+ }
10
+ }
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.FeedbackGroundTruth = void 0;
38
+ const core = __importStar(require("../../core/index.js"));
39
+ exports.FeedbackGroundTruth = core.serialization.object({
40
+ answer: core.serialization.string().optional(),
41
+ sourceIds: core.serialization.property("source_ids", core.serialization.list(core.serialization.string()).optional()),
42
+ });
@@ -0,0 +1,7 @@
1
+ import type * as HydraDB from "../../api/index.js";
2
+ import * as core from "../../core/index.js";
3
+ import type * as serializers from "../index.js";
4
+ export declare const FeedbackRating: core.serialization.Schema<serializers.FeedbackRating.Raw, HydraDB.FeedbackRating>;
5
+ export declare namespace FeedbackRating {
6
+ type Raw = "positive" | "negative" | "neutral";
7
+ }
@@ -34,6 +34,6 @@ var __importStar = (this && this.__importStar) || (function () {
34
34
  };
35
35
  })();
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.Response = void 0;
37
+ exports.FeedbackRating = void 0;
38
38
  const core = __importStar(require("../../core/index.js"));
39
- exports.Response = core.serialization.record(core.serialization.string(), core.serialization.unknown());
39
+ exports.FeedbackRating = core.serialization.enum_(["positive", "negative", "neutral"]);
@@ -0,0 +1,7 @@
1
+ import type * as HydraDB from "../../api/index.js";
2
+ import * as core from "../../core/index.js";
3
+ import type * as serializers from "../index.js";
4
+ export declare const FeedbackSource: core.serialization.Schema<serializers.FeedbackSource.Raw, HydraDB.FeedbackSource>;
5
+ export declare namespace FeedbackSource {
6
+ type Raw = "user" | "agent";
7
+ }
@@ -34,6 +34,6 @@ var __importStar = (this && this.__importStar) || (function () {
34
34
  };
35
35
  })();
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.Response = void 0;
37
+ exports.FeedbackSource = void 0;
38
38
  const core = __importStar(require("../../core/index.js"));
39
- exports.Response = core.serialization.record(core.serialization.string(), core.serialization.unknown());
39
+ exports.FeedbackSource = core.serialization.enum_(["user", "agent"]);
@@ -0,0 +1,9 @@
1
+ import type * as HydraDB from "../../api/index.js";
2
+ import * as core from "../../core/index.js";
3
+ import type * as serializers from "../index.js";
4
+ import { FeedbackSubmitRequestFeedback } from "./FeedbackSubmitRequestFeedback.js";
5
+ import { FeedbackSubmitRequestGroundTruth } from "./FeedbackSubmitRequestGroundTruth.js";
6
+ export declare const FeedbackSubmitRequest: core.serialization.Schema<serializers.FeedbackSubmitRequest.Raw, HydraDB.FeedbackSubmitRequest>;
7
+ export declare namespace FeedbackSubmitRequest {
8
+ type Raw = FeedbackSubmitRequestFeedback.Raw | FeedbackSubmitRequestGroundTruth.Raw;
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.FeedbackSubmitRequest = void 0;
38
+ const core = __importStar(require("../../core/index.js"));
39
+ const FeedbackSubmitRequestFeedback_js_1 = require("./FeedbackSubmitRequestFeedback.js");
40
+ const FeedbackSubmitRequestGroundTruth_js_1 = require("./FeedbackSubmitRequestGroundTruth.js");
41
+ exports.FeedbackSubmitRequest = core.serialization.undiscriminatedUnion([FeedbackSubmitRequestFeedback_js_1.FeedbackSubmitRequestFeedback, FeedbackSubmitRequestGroundTruth_js_1.FeedbackSubmitRequestGroundTruth]);
@@ -0,0 +1,9 @@
1
+ import type * as HydraDB from "../../api/index.js";
2
+ import * as core from "../../core/index.js";
3
+ import type * as serializers from "../index.js";
4
+ export declare const FeedbackSubmitRequestFeedback: core.serialization.ObjectSchema<serializers.FeedbackSubmitRequestFeedback.Raw, HydraDB.FeedbackSubmitRequestFeedback>;
5
+ export declare namespace FeedbackSubmitRequestFeedback {
6
+ interface Raw {
7
+ feedback?: unknown;
8
+ }
9
+ }
@@ -34,6 +34,8 @@ var __importStar = (this && this.__importStar) || (function () {
34
34
  };
35
35
  })();
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.Response = void 0;
38
- const core = __importStar(require("../../../../core/index.js"));
39
- exports.Response = core.serialization.record(core.serialization.string(), core.serialization.unknown());
37
+ exports.FeedbackSubmitRequestFeedback = void 0;
38
+ const core = __importStar(require("../../core/index.js"));
39
+ exports.FeedbackSubmitRequestFeedback = core.serialization.object({
40
+ feedback: core.serialization.unknown(),
41
+ });
@@ -0,0 +1,10 @@
1
+ import type * as HydraDB from "../../api/index.js";
2
+ import * as core from "../../core/index.js";
3
+ import type * as serializers from "../index.js";
4
+ import { FeedbackSubmitRequestGroundTruthGroundTruth } from "./FeedbackSubmitRequestGroundTruthGroundTruth.js";
5
+ export declare const FeedbackSubmitRequestGroundTruth: core.serialization.ObjectSchema<serializers.FeedbackSubmitRequestGroundTruth.Raw, HydraDB.FeedbackSubmitRequestGroundTruth>;
6
+ export declare namespace FeedbackSubmitRequestGroundTruth {
7
+ interface Raw {
8
+ ground_truth: FeedbackSubmitRequestGroundTruthGroundTruth.Raw;
9
+ }
10
+ }
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.FeedbackSubmitRequestGroundTruth = void 0;
38
+ const core = __importStar(require("../../core/index.js"));
39
+ const FeedbackSubmitRequestGroundTruthGroundTruth_js_1 = require("./FeedbackSubmitRequestGroundTruthGroundTruth.js");
40
+ exports.FeedbackSubmitRequestGroundTruth = core.serialization.object({
41
+ groundTruth: core.serialization.property("ground_truth", FeedbackSubmitRequestGroundTruthGroundTruth_js_1.FeedbackSubmitRequestGroundTruthGroundTruth),
42
+ });
@@ -0,0 +1,9 @@
1
+ import type * as HydraDB from "../../api/index.js";
2
+ import * as core from "../../core/index.js";
3
+ import type * as serializers from "../index.js";
4
+ import { FeedbackSubmitRequestGroundTruthGroundTruthAnswer } from "./FeedbackSubmitRequestGroundTruthGroundTruthAnswer.js";
5
+ import { FeedbackSubmitRequestGroundTruthGroundTruthSourceIds } from "./FeedbackSubmitRequestGroundTruthGroundTruthSourceIds.js";
6
+ export declare const FeedbackSubmitRequestGroundTruthGroundTruth: core.serialization.Schema<serializers.FeedbackSubmitRequestGroundTruthGroundTruth.Raw, HydraDB.FeedbackSubmitRequestGroundTruthGroundTruth>;
7
+ export declare namespace FeedbackSubmitRequestGroundTruthGroundTruth {
8
+ type Raw = FeedbackSubmitRequestGroundTruthGroundTruthAnswer.Raw | FeedbackSubmitRequestGroundTruthGroundTruthSourceIds.Raw;
9
+ }
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.FeedbackSubmitRequestGroundTruthGroundTruth = void 0;
38
+ const core = __importStar(require("../../core/index.js"));
39
+ const FeedbackSubmitRequestGroundTruthGroundTruthAnswer_js_1 = require("./FeedbackSubmitRequestGroundTruthGroundTruthAnswer.js");
40
+ const FeedbackSubmitRequestGroundTruthGroundTruthSourceIds_js_1 = require("./FeedbackSubmitRequestGroundTruthGroundTruthSourceIds.js");
41
+ exports.FeedbackSubmitRequestGroundTruthGroundTruth = core.serialization.undiscriminatedUnion([
42
+ FeedbackSubmitRequestGroundTruthGroundTruthAnswer_js_1.FeedbackSubmitRequestGroundTruthGroundTruthAnswer,
43
+ FeedbackSubmitRequestGroundTruthGroundTruthSourceIds_js_1.FeedbackSubmitRequestGroundTruthGroundTruthSourceIds,
44
+ ]);
@@ -0,0 +1,9 @@
1
+ import type * as HydraDB from "../../api/index.js";
2
+ import * as core from "../../core/index.js";
3
+ import type * as serializers from "../index.js";
4
+ export declare const FeedbackSubmitRequestGroundTruthGroundTruthAnswer: core.serialization.ObjectSchema<serializers.FeedbackSubmitRequestGroundTruthGroundTruthAnswer.Raw, HydraDB.FeedbackSubmitRequestGroundTruthGroundTruthAnswer>;
5
+ export declare namespace FeedbackSubmitRequestGroundTruthGroundTruthAnswer {
6
+ interface Raw {
7
+ answer?: unknown;
8
+ }
9
+ }
@@ -34,9 +34,8 @@ var __importStar = (this && this.__importStar) || (function () {
34
34
  };
35
35
  })();
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.ListV2SourceListResponse = void 0;
37
+ exports.FeedbackSubmitRequestGroundTruthGroundTruthAnswer = void 0;
38
38
  const core = __importStar(require("../../core/index.js"));
39
- const ListSourceListResponse_js_1 = require("./ListSourceListResponse.js");
40
- exports.ListV2SourceListResponse = core.serialization.object({
41
- inner: ListSourceListResponse_js_1.ListSourceListResponse.optional(),
39
+ exports.FeedbackSubmitRequestGroundTruthGroundTruthAnswer = core.serialization.object({
40
+ answer: core.serialization.unknown(),
42
41
  });
@@ -0,0 +1,9 @@
1
+ import type * as HydraDB from "../../api/index.js";
2
+ import * as core from "../../core/index.js";
3
+ import type * as serializers from "../index.js";
4
+ export declare const FeedbackSubmitRequestGroundTruthGroundTruthSourceIds: core.serialization.ObjectSchema<serializers.FeedbackSubmitRequestGroundTruthGroundTruthSourceIds.Raw, HydraDB.FeedbackSubmitRequestGroundTruthGroundTruthSourceIds>;
5
+ export declare namespace FeedbackSubmitRequestGroundTruthGroundTruthSourceIds {
6
+ interface Raw {
7
+ source_ids?: unknown;
8
+ }
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.FeedbackSubmitRequestGroundTruthGroundTruthSourceIds = void 0;
38
+ const core = __importStar(require("../../core/index.js"));
39
+ exports.FeedbackSubmitRequestGroundTruthGroundTruthSourceIds = core.serialization.object({
40
+ sourceIds: core.serialization.property("source_ids", core.serialization.unknown()),
41
+ });
@@ -0,0 +1,13 @@
1
+ import type * as HydraDB from "../../api/index.js";
2
+ import * as core from "../../core/index.js";
3
+ import type * as serializers from "../index.js";
4
+ export declare const FeedbackSubmitResponse: core.serialization.ObjectSchema<serializers.FeedbackSubmitResponse.Raw, HydraDB.FeedbackSubmitResponse>;
5
+ export declare namespace FeedbackSubmitResponse {
6
+ interface Raw {
7
+ created_at?: string | null;
8
+ feedback_id?: string | null;
9
+ message?: string | null;
10
+ recorded?: boolean | null;
11
+ request_id?: string | null;
12
+ }
13
+ }