@azure/search-documents 12.2.0-beta.3 → 12.3.0-alpha.20251031.1

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 (586) hide show
  1. package/dist/browser/generated/data/models/index.d.ts +34 -8
  2. package/dist/browser/generated/data/models/index.d.ts.map +1 -1
  3. package/dist/browser/generated/data/models/index.js +6 -6
  4. package/dist/browser/generated/data/models/index.js.map +1 -1
  5. package/dist/browser/generated/data/models/mappers.d.ts.map +1 -1
  6. package/dist/browser/generated/data/models/mappers.js +28 -0
  7. package/dist/browser/generated/data/models/mappers.js.map +1 -1
  8. package/dist/browser/generated/data/models/parameters.d.ts +1 -0
  9. package/dist/browser/generated/data/models/parameters.d.ts.map +1 -1
  10. package/dist/browser/generated/data/models/parameters.js +9 -0
  11. package/dist/browser/generated/data/models/parameters.js.map +1 -1
  12. package/dist/browser/generated/data/operations/documents.js +11 -2
  13. package/dist/browser/generated/data/operations/documents.js.map +1 -1
  14. package/dist/browser/generated/data/searchClient.d.ts +3 -3
  15. package/dist/browser/generated/data/searchClient.js +1 -1
  16. package/dist/browser/generated/data/searchClient.js.map +1 -1
  17. package/dist/browser/generated/knowledgeBase/index.d.ts.map +1 -0
  18. package/dist/browser/generated/knowledgeBase/index.js.map +1 -0
  19. package/dist/browser/generated/knowledgeBase/models/index.d.ts +561 -0
  20. package/dist/browser/generated/knowledgeBase/models/index.d.ts.map +1 -0
  21. package/dist/browser/generated/knowledgeBase/models/index.js +62 -0
  22. package/dist/browser/generated/knowledgeBase/models/index.js.map +1 -0
  23. package/dist/browser/generated/knowledgeBase/models/mappers.d.ts +88 -0
  24. package/dist/browser/generated/knowledgeBase/models/mappers.d.ts.map +1 -0
  25. package/dist/browser/generated/knowledgeBase/models/mappers.js +1280 -0
  26. package/dist/browser/generated/knowledgeBase/models/mappers.js.map +1 -0
  27. package/dist/browser/generated/{knowledgeAgent → knowledgeBase}/models/parameters.d.ts +1 -1
  28. package/dist/browser/generated/knowledgeBase/models/parameters.d.ts.map +1 -0
  29. package/dist/{esm/generated/knowledgeAgent → browser/generated/knowledgeBase}/models/parameters.js +5 -5
  30. package/dist/browser/generated/knowledgeBase/models/parameters.js.map +1 -0
  31. package/dist/browser/generated/knowledgeBase/operations/index.d.ts.map +1 -0
  32. package/dist/browser/generated/knowledgeBase/operations/index.js.map +1 -0
  33. package/dist/{commonjs/generated/knowledgeAgent → browser/generated/knowledgeBase}/operations/knowledgeRetrieval.d.ts +3 -3
  34. package/dist/browser/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts.map +1 -0
  35. package/dist/{esm/generated/knowledgeAgent → browser/generated/knowledgeBase}/operations/knowledgeRetrieval.js +6 -3
  36. package/dist/browser/generated/knowledgeBase/operations/knowledgeRetrieval.js.map +1 -0
  37. package/dist/browser/generated/knowledgeBase/operationsInterfaces/index.d.ts.map +1 -0
  38. package/dist/browser/generated/knowledgeBase/operationsInterfaces/index.js.map +1 -0
  39. package/dist/browser/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts +11 -0
  40. package/dist/browser/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts.map +1 -0
  41. package/dist/browser/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js.map +1 -0
  42. package/dist/{commonjs/generated/knowledgeAgent → browser/generated/knowledgeBase}/searchClient.d.ts +5 -5
  43. package/dist/browser/generated/knowledgeBase/searchClient.d.ts.map +1 -0
  44. package/dist/{esm/generated/knowledgeAgent → browser/generated/knowledgeBase}/searchClient.js +8 -8
  45. package/dist/browser/generated/knowledgeBase/searchClient.js.map +1 -0
  46. package/dist/browser/generated/service/models/index.d.ts +482 -103
  47. package/dist/browser/generated/service/models/index.d.ts.map +1 -1
  48. package/dist/browser/generated/service/models/index.js +98 -20
  49. package/dist/browser/generated/service/models/index.js.map +1 -1
  50. package/dist/browser/generated/service/models/mappers.d.ts +45 -8
  51. package/dist/browser/generated/service/models/mappers.d.ts.map +1 -1
  52. package/dist/browser/generated/service/models/mappers.js +925 -188
  53. package/dist/browser/generated/service/models/mappers.js.map +1 -1
  54. package/dist/browser/generated/service/models/parameters.d.ts +2 -2
  55. package/dist/browser/generated/service/models/parameters.d.ts.map +1 -1
  56. package/dist/browser/generated/service/models/parameters.js +7 -7
  57. package/dist/browser/generated/service/models/parameters.js.map +1 -1
  58. package/dist/browser/generated/service/operations/index.d.ts +1 -1
  59. package/dist/browser/generated/service/operations/index.d.ts.map +1 -1
  60. package/dist/browser/generated/service/operations/index.js +1 -1
  61. package/dist/browser/generated/service/operations/index.js.map +1 -1
  62. package/dist/browser/generated/service/operations/knowledgeBases.d.ts +43 -0
  63. package/dist/browser/generated/service/operations/knowledgeBases.d.ts.map +1 -0
  64. package/dist/{esm/generated/service/operations/knowledgeAgents.js → browser/generated/service/operations/knowledgeBases.js} +37 -37
  65. package/dist/browser/generated/service/operations/knowledgeBases.js.map +1 -0
  66. package/dist/browser/generated/service/operations/knowledgeSources.d.ts +7 -1
  67. package/dist/browser/generated/service/operations/knowledgeSources.d.ts.map +1 -1
  68. package/dist/browser/generated/service/operations/knowledgeSources.js +24 -0
  69. package/dist/browser/generated/service/operations/knowledgeSources.js.map +1 -1
  70. package/dist/browser/generated/service/operationsInterfaces/index.d.ts +1 -1
  71. package/dist/browser/generated/service/operationsInterfaces/index.d.ts.map +1 -1
  72. package/dist/browser/generated/service/operationsInterfaces/index.js +1 -1
  73. package/dist/browser/generated/service/operationsInterfaces/index.js.map +1 -1
  74. package/dist/browser/generated/service/operationsInterfaces/knowledgeBases.d.ts +35 -0
  75. package/dist/browser/generated/service/operationsInterfaces/knowledgeBases.d.ts.map +1 -0
  76. package/dist/{react-native/generated/service/operationsInterfaces/knowledgeAgents.js → browser/generated/service/operationsInterfaces/knowledgeBases.js} +1 -1
  77. package/dist/browser/generated/service/operationsInterfaces/knowledgeBases.js.map +1 -0
  78. package/dist/browser/generated/service/operationsInterfaces/knowledgeSources.d.ts +7 -1
  79. package/dist/browser/generated/service/operationsInterfaces/knowledgeSources.d.ts.map +1 -1
  80. package/dist/browser/generated/service/operationsInterfaces/knowledgeSources.js.map +1 -1
  81. package/dist/browser/generated/service/searchServiceClient.d.ts +5 -5
  82. package/dist/browser/generated/service/searchServiceClient.d.ts.map +1 -1
  83. package/dist/browser/generated/service/searchServiceClient.js +4 -4
  84. package/dist/browser/generated/service/searchServiceClient.js.map +1 -1
  85. package/dist/browser/index.d.ts +4 -4
  86. package/dist/browser/index.d.ts.map +1 -1
  87. package/dist/browser/index.js +2 -2
  88. package/dist/browser/index.js.map +1 -1
  89. package/dist/browser/knowledgeBaseModels.d.ts +44 -0
  90. package/dist/browser/knowledgeBaseModels.d.ts.map +1 -0
  91. package/dist/browser/{knowledgeAgentModels.js → knowledgeBaseModels.js} +1 -1
  92. package/dist/browser/knowledgeBaseModels.js.map +1 -0
  93. package/dist/browser/knowledgeRetrievalClient.d.ts +9 -9
  94. package/dist/browser/knowledgeRetrievalClient.d.ts.map +1 -1
  95. package/dist/browser/knowledgeRetrievalClient.js +9 -9
  96. package/dist/browser/knowledgeRetrievalClient.js.map +1 -1
  97. package/dist/browser/searchIndexClient.d.ts +32 -26
  98. package/dist/browser/searchIndexClient.d.ts.map +1 -1
  99. package/dist/browser/searchIndexClient.js +63 -39
  100. package/dist/browser/searchIndexClient.js.map +1 -1
  101. package/dist/browser/serviceModels.d.ts +131 -29
  102. package/dist/browser/serviceModels.d.ts.map +1 -1
  103. package/dist/browser/serviceModels.js.map +1 -1
  104. package/dist/browser/serviceUtils.d.ts +8 -6
  105. package/dist/browser/serviceUtils.d.ts.map +1 -1
  106. package/dist/browser/serviceUtils.js +92 -17
  107. package/dist/browser/serviceUtils.js.map +1 -1
  108. package/dist/commonjs/generated/data/models/index.d.ts +34 -8
  109. package/dist/commonjs/generated/data/models/index.d.ts.map +1 -1
  110. package/dist/commonjs/generated/data/models/index.js +7 -7
  111. package/dist/commonjs/generated/data/models/index.js.map +1 -1
  112. package/dist/commonjs/generated/data/models/mappers.d.ts.map +1 -1
  113. package/dist/commonjs/generated/data/models/mappers.js +28 -0
  114. package/dist/commonjs/generated/data/models/mappers.js.map +1 -1
  115. package/dist/commonjs/generated/data/models/parameters.d.ts +1 -0
  116. package/dist/commonjs/generated/data/models/parameters.d.ts.map +1 -1
  117. package/dist/commonjs/generated/data/models/parameters.js +11 -2
  118. package/dist/commonjs/generated/data/models/parameters.js.map +1 -1
  119. package/dist/commonjs/generated/data/operations/documents.js +11 -2
  120. package/dist/commonjs/generated/data/operations/documents.js.map +1 -1
  121. package/dist/commonjs/generated/data/searchClient.d.ts +3 -3
  122. package/dist/commonjs/generated/data/searchClient.js +1 -1
  123. package/dist/commonjs/generated/data/searchClient.js.map +1 -1
  124. package/dist/commonjs/generated/knowledgeBase/index.d.ts.map +1 -0
  125. package/dist/commonjs/generated/knowledgeBase/index.js.map +1 -0
  126. package/dist/commonjs/generated/knowledgeBase/models/index.d.ts +561 -0
  127. package/dist/commonjs/generated/knowledgeBase/models/index.d.ts.map +1 -0
  128. package/dist/commonjs/generated/knowledgeBase/models/index.js +65 -0
  129. package/dist/commonjs/generated/knowledgeBase/models/index.js.map +1 -0
  130. package/dist/commonjs/generated/knowledgeBase/models/mappers.d.ts +88 -0
  131. package/dist/commonjs/generated/knowledgeBase/models/mappers.d.ts.map +1 -0
  132. package/dist/commonjs/generated/knowledgeBase/models/mappers.js +1284 -0
  133. package/dist/commonjs/generated/knowledgeBase/models/mappers.js.map +1 -0
  134. package/dist/commonjs/generated/{knowledgeAgent → knowledgeBase}/models/parameters.d.ts +1 -1
  135. package/dist/commonjs/generated/knowledgeBase/models/parameters.d.ts.map +1 -0
  136. package/dist/commonjs/generated/{knowledgeAgent → knowledgeBase}/models/parameters.js +6 -6
  137. package/dist/commonjs/generated/knowledgeBase/models/parameters.js.map +1 -0
  138. package/dist/commonjs/generated/knowledgeBase/operations/index.d.ts.map +1 -0
  139. package/dist/commonjs/generated/knowledgeBase/operations/index.js.map +1 -0
  140. package/dist/{browser/generated/knowledgeAgent → commonjs/generated/knowledgeBase}/operations/knowledgeRetrieval.d.ts +3 -3
  141. package/dist/commonjs/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts.map +1 -0
  142. package/dist/commonjs/generated/{knowledgeAgent → knowledgeBase}/operations/knowledgeRetrieval.js +6 -3
  143. package/dist/commonjs/generated/knowledgeBase/operations/knowledgeRetrieval.js.map +1 -0
  144. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/index.d.ts.map +1 -0
  145. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/index.js.map +1 -0
  146. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts +11 -0
  147. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts.map +1 -0
  148. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js.map +1 -0
  149. package/dist/{esm/generated/knowledgeAgent → commonjs/generated/knowledgeBase}/searchClient.d.ts +5 -5
  150. package/dist/commonjs/generated/knowledgeBase/searchClient.d.ts.map +1 -0
  151. package/dist/commonjs/generated/{knowledgeAgent → knowledgeBase}/searchClient.js +8 -8
  152. package/dist/commonjs/generated/knowledgeBase/searchClient.js.map +1 -0
  153. package/dist/commonjs/generated/service/models/index.d.ts +482 -103
  154. package/dist/commonjs/generated/service/models/index.d.ts.map +1 -1
  155. package/dist/commonjs/generated/service/models/index.js +100 -22
  156. package/dist/commonjs/generated/service/models/index.js.map +1 -1
  157. package/dist/commonjs/generated/service/models/mappers.d.ts +45 -8
  158. package/dist/commonjs/generated/service/models/mappers.d.ts.map +1 -1
  159. package/dist/commonjs/generated/service/models/mappers.js +930 -193
  160. package/dist/commonjs/generated/service/models/mappers.js.map +1 -1
  161. package/dist/commonjs/generated/service/models/parameters.d.ts +2 -2
  162. package/dist/commonjs/generated/service/models/parameters.d.ts.map +1 -1
  163. package/dist/commonjs/generated/service/models/parameters.js +7 -7
  164. package/dist/commonjs/generated/service/models/parameters.js.map +1 -1
  165. package/dist/commonjs/generated/service/operations/index.d.ts +1 -1
  166. package/dist/commonjs/generated/service/operations/index.d.ts.map +1 -1
  167. package/dist/commonjs/generated/service/operations/index.js +1 -1
  168. package/dist/commonjs/generated/service/operations/index.js.map +1 -1
  169. package/dist/commonjs/generated/service/operations/knowledgeBases.d.ts +43 -0
  170. package/dist/commonjs/generated/service/operations/knowledgeBases.d.ts.map +1 -0
  171. package/dist/commonjs/generated/service/operations/{knowledgeAgents.js → knowledgeBases.js} +39 -39
  172. package/dist/commonjs/generated/service/operations/knowledgeBases.js.map +1 -0
  173. package/dist/commonjs/generated/service/operations/knowledgeSources.d.ts +7 -1
  174. package/dist/commonjs/generated/service/operations/knowledgeSources.d.ts.map +1 -1
  175. package/dist/commonjs/generated/service/operations/knowledgeSources.js +24 -0
  176. package/dist/commonjs/generated/service/operations/knowledgeSources.js.map +1 -1
  177. package/dist/commonjs/generated/service/operationsInterfaces/index.d.ts +1 -1
  178. package/dist/commonjs/generated/service/operationsInterfaces/index.d.ts.map +1 -1
  179. package/dist/commonjs/generated/service/operationsInterfaces/index.js +1 -1
  180. package/dist/commonjs/generated/service/operationsInterfaces/index.js.map +1 -1
  181. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeBases.d.ts +35 -0
  182. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeBases.d.ts.map +1 -0
  183. package/dist/commonjs/generated/service/operationsInterfaces/{knowledgeAgents.js → knowledgeBases.js} +1 -1
  184. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeBases.js.map +1 -0
  185. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeSources.d.ts +7 -1
  186. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeSources.d.ts.map +1 -1
  187. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeSources.js.map +1 -1
  188. package/dist/commonjs/generated/service/searchServiceClient.d.ts +5 -5
  189. package/dist/commonjs/generated/service/searchServiceClient.d.ts.map +1 -1
  190. package/dist/commonjs/generated/service/searchServiceClient.js +3 -3
  191. package/dist/commonjs/generated/service/searchServiceClient.js.map +1 -1
  192. package/dist/commonjs/index.d.ts +4 -4
  193. package/dist/commonjs/index.d.ts.map +1 -1
  194. package/dist/commonjs/index.js +5 -6
  195. package/dist/commonjs/index.js.map +1 -1
  196. package/dist/commonjs/knowledgeBaseModels.d.ts +44 -0
  197. package/dist/commonjs/knowledgeBaseModels.d.ts.map +1 -0
  198. package/dist/commonjs/{knowledgeAgentModels.js → knowledgeBaseModels.js} +1 -1
  199. package/dist/commonjs/knowledgeBaseModels.js.map +1 -0
  200. package/dist/commonjs/knowledgeRetrievalClient.d.ts +9 -9
  201. package/dist/commonjs/knowledgeRetrievalClient.d.ts.map +1 -1
  202. package/dist/commonjs/knowledgeRetrievalClient.js +9 -9
  203. package/dist/commonjs/knowledgeRetrievalClient.js.map +1 -1
  204. package/dist/commonjs/searchIndexClient.d.ts +32 -26
  205. package/dist/commonjs/searchIndexClient.d.ts.map +1 -1
  206. package/dist/commonjs/searchIndexClient.js +63 -39
  207. package/dist/commonjs/searchIndexClient.js.map +1 -1
  208. package/dist/commonjs/serviceModels.d.ts +131 -29
  209. package/dist/commonjs/serviceModels.d.ts.map +1 -1
  210. package/dist/commonjs/serviceModels.js.map +1 -1
  211. package/dist/commonjs/serviceUtils.d.ts +8 -6
  212. package/dist/commonjs/serviceUtils.d.ts.map +1 -1
  213. package/dist/commonjs/serviceUtils.js +95 -19
  214. package/dist/commonjs/serviceUtils.js.map +1 -1
  215. package/dist/commonjs/tsdoc-metadata.json +1 -1
  216. package/dist/esm/generated/data/models/index.d.ts +34 -8
  217. package/dist/esm/generated/data/models/index.d.ts.map +1 -1
  218. package/dist/esm/generated/data/models/index.js +6 -6
  219. package/dist/esm/generated/data/models/index.js.map +1 -1
  220. package/dist/esm/generated/data/models/mappers.d.ts.map +1 -1
  221. package/dist/esm/generated/data/models/mappers.js +28 -0
  222. package/dist/esm/generated/data/models/mappers.js.map +1 -1
  223. package/dist/esm/generated/data/models/parameters.d.ts +1 -0
  224. package/dist/esm/generated/data/models/parameters.d.ts.map +1 -1
  225. package/dist/esm/generated/data/models/parameters.js +9 -0
  226. package/dist/esm/generated/data/models/parameters.js.map +1 -1
  227. package/dist/esm/generated/data/operations/documents.js +11 -2
  228. package/dist/esm/generated/data/operations/documents.js.map +1 -1
  229. package/dist/esm/generated/data/searchClient.d.ts +3 -3
  230. package/dist/esm/generated/data/searchClient.js +1 -1
  231. package/dist/esm/generated/data/searchClient.js.map +1 -1
  232. package/dist/esm/generated/knowledgeBase/index.d.ts.map +1 -0
  233. package/dist/esm/generated/knowledgeBase/index.js.map +1 -0
  234. package/dist/esm/generated/knowledgeBase/models/index.d.ts +561 -0
  235. package/dist/esm/generated/knowledgeBase/models/index.d.ts.map +1 -0
  236. package/dist/esm/generated/knowledgeBase/models/index.js +62 -0
  237. package/dist/esm/generated/knowledgeBase/models/index.js.map +1 -0
  238. package/dist/esm/generated/knowledgeBase/models/mappers.d.ts +88 -0
  239. package/dist/esm/generated/knowledgeBase/models/mappers.d.ts.map +1 -0
  240. package/dist/esm/generated/knowledgeBase/models/mappers.js +1280 -0
  241. package/dist/esm/generated/knowledgeBase/models/mappers.js.map +1 -0
  242. package/dist/esm/generated/{knowledgeAgent → knowledgeBase}/models/parameters.d.ts +1 -1
  243. package/dist/esm/generated/knowledgeBase/models/parameters.d.ts.map +1 -0
  244. package/dist/{browser/generated/knowledgeAgent → esm/generated/knowledgeBase}/models/parameters.js +5 -5
  245. package/dist/esm/generated/knowledgeBase/models/parameters.js.map +1 -0
  246. package/dist/esm/generated/knowledgeBase/operations/index.d.ts.map +1 -0
  247. package/dist/esm/generated/knowledgeBase/operations/index.js.map +1 -0
  248. package/dist/{react-native/generated/knowledgeAgent → esm/generated/knowledgeBase}/operations/knowledgeRetrieval.d.ts +3 -3
  249. package/dist/esm/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts.map +1 -0
  250. package/dist/{browser/generated/knowledgeAgent → esm/generated/knowledgeBase}/operations/knowledgeRetrieval.js +6 -3
  251. package/dist/esm/generated/knowledgeBase/operations/knowledgeRetrieval.js.map +1 -0
  252. package/dist/esm/generated/knowledgeBase/operationsInterfaces/index.d.ts.map +1 -0
  253. package/dist/esm/generated/knowledgeBase/operationsInterfaces/index.js.map +1 -0
  254. package/dist/esm/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts +11 -0
  255. package/dist/esm/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts.map +1 -0
  256. package/dist/esm/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js.map +1 -0
  257. package/dist/{react-native/generated/knowledgeAgent → esm/generated/knowledgeBase}/searchClient.d.ts +5 -5
  258. package/dist/esm/generated/knowledgeBase/searchClient.d.ts.map +1 -0
  259. package/dist/{react-native/generated/knowledgeAgent → esm/generated/knowledgeBase}/searchClient.js +8 -8
  260. package/dist/esm/generated/knowledgeBase/searchClient.js.map +1 -0
  261. package/dist/esm/generated/service/models/index.d.ts +482 -103
  262. package/dist/esm/generated/service/models/index.d.ts.map +1 -1
  263. package/dist/esm/generated/service/models/index.js +98 -20
  264. package/dist/esm/generated/service/models/index.js.map +1 -1
  265. package/dist/esm/generated/service/models/mappers.d.ts +45 -8
  266. package/dist/esm/generated/service/models/mappers.d.ts.map +1 -1
  267. package/dist/esm/generated/service/models/mappers.js +925 -188
  268. package/dist/esm/generated/service/models/mappers.js.map +1 -1
  269. package/dist/esm/generated/service/models/parameters.d.ts +2 -2
  270. package/dist/esm/generated/service/models/parameters.d.ts.map +1 -1
  271. package/dist/esm/generated/service/models/parameters.js +7 -7
  272. package/dist/esm/generated/service/models/parameters.js.map +1 -1
  273. package/dist/esm/generated/service/operations/index.d.ts +1 -1
  274. package/dist/esm/generated/service/operations/index.d.ts.map +1 -1
  275. package/dist/esm/generated/service/operations/index.js +1 -1
  276. package/dist/esm/generated/service/operations/index.js.map +1 -1
  277. package/dist/esm/generated/service/operations/knowledgeBases.d.ts +43 -0
  278. package/dist/esm/generated/service/operations/knowledgeBases.d.ts.map +1 -0
  279. package/dist/{react-native/generated/service/operations/knowledgeAgents.js → esm/generated/service/operations/knowledgeBases.js} +37 -37
  280. package/dist/esm/generated/service/operations/knowledgeBases.js.map +1 -0
  281. package/dist/esm/generated/service/operations/knowledgeSources.d.ts +7 -1
  282. package/dist/esm/generated/service/operations/knowledgeSources.d.ts.map +1 -1
  283. package/dist/esm/generated/service/operations/knowledgeSources.js +24 -0
  284. package/dist/esm/generated/service/operations/knowledgeSources.js.map +1 -1
  285. package/dist/esm/generated/service/operationsInterfaces/index.d.ts +1 -1
  286. package/dist/esm/generated/service/operationsInterfaces/index.d.ts.map +1 -1
  287. package/dist/esm/generated/service/operationsInterfaces/index.js +1 -1
  288. package/dist/esm/generated/service/operationsInterfaces/index.js.map +1 -1
  289. package/dist/esm/generated/service/operationsInterfaces/knowledgeBases.d.ts +35 -0
  290. package/dist/esm/generated/service/operationsInterfaces/knowledgeBases.d.ts.map +1 -0
  291. package/dist/esm/generated/service/operationsInterfaces/{knowledgeAgents.js → knowledgeBases.js} +1 -1
  292. package/dist/esm/generated/service/operationsInterfaces/knowledgeBases.js.map +1 -0
  293. package/dist/esm/generated/service/operationsInterfaces/knowledgeSources.d.ts +7 -1
  294. package/dist/esm/generated/service/operationsInterfaces/knowledgeSources.d.ts.map +1 -1
  295. package/dist/esm/generated/service/operationsInterfaces/knowledgeSources.js.map +1 -1
  296. package/dist/esm/generated/service/searchServiceClient.d.ts +5 -5
  297. package/dist/esm/generated/service/searchServiceClient.d.ts.map +1 -1
  298. package/dist/esm/generated/service/searchServiceClient.js +4 -4
  299. package/dist/esm/generated/service/searchServiceClient.js.map +1 -1
  300. package/dist/esm/index.d.ts +4 -4
  301. package/dist/esm/index.d.ts.map +1 -1
  302. package/dist/esm/index.js +2 -2
  303. package/dist/esm/index.js.map +1 -1
  304. package/dist/esm/knowledgeBaseModels.d.ts +44 -0
  305. package/dist/esm/knowledgeBaseModels.d.ts.map +1 -0
  306. package/dist/esm/{knowledgeAgentModels.js → knowledgeBaseModels.js} +1 -1
  307. package/dist/esm/knowledgeBaseModels.js.map +1 -0
  308. package/dist/esm/knowledgeRetrievalClient.d.ts +9 -9
  309. package/dist/esm/knowledgeRetrievalClient.d.ts.map +1 -1
  310. package/dist/esm/knowledgeRetrievalClient.js +9 -9
  311. package/dist/esm/knowledgeRetrievalClient.js.map +1 -1
  312. package/dist/esm/searchIndexClient.d.ts +32 -26
  313. package/dist/esm/searchIndexClient.d.ts.map +1 -1
  314. package/dist/esm/searchIndexClient.js +63 -39
  315. package/dist/esm/searchIndexClient.js.map +1 -1
  316. package/dist/esm/serviceModels.d.ts +131 -29
  317. package/dist/esm/serviceModels.d.ts.map +1 -1
  318. package/dist/esm/serviceModels.js.map +1 -1
  319. package/dist/esm/serviceUtils.d.ts +8 -6
  320. package/dist/esm/serviceUtils.d.ts.map +1 -1
  321. package/dist/esm/serviceUtils.js +92 -17
  322. package/dist/esm/serviceUtils.js.map +1 -1
  323. package/dist/react-native/generated/data/models/index.d.ts +34 -8
  324. package/dist/react-native/generated/data/models/index.d.ts.map +1 -1
  325. package/dist/react-native/generated/data/models/index.js +6 -6
  326. package/dist/react-native/generated/data/models/index.js.map +1 -1
  327. package/dist/react-native/generated/data/models/mappers.d.ts.map +1 -1
  328. package/dist/react-native/generated/data/models/mappers.js +28 -0
  329. package/dist/react-native/generated/data/models/mappers.js.map +1 -1
  330. package/dist/react-native/generated/data/models/parameters.d.ts +1 -0
  331. package/dist/react-native/generated/data/models/parameters.d.ts.map +1 -1
  332. package/dist/react-native/generated/data/models/parameters.js +9 -0
  333. package/dist/react-native/generated/data/models/parameters.js.map +1 -1
  334. package/dist/react-native/generated/data/operations/documents.js +11 -2
  335. package/dist/react-native/generated/data/operations/documents.js.map +1 -1
  336. package/dist/react-native/generated/data/searchClient.d.ts +3 -3
  337. package/dist/react-native/generated/data/searchClient.js +1 -1
  338. package/dist/react-native/generated/data/searchClient.js.map +1 -1
  339. package/dist/react-native/generated/knowledgeBase/index.d.ts.map +1 -0
  340. package/dist/react-native/generated/knowledgeBase/index.js.map +1 -0
  341. package/dist/react-native/generated/knowledgeBase/models/index.d.ts +561 -0
  342. package/dist/react-native/generated/knowledgeBase/models/index.d.ts.map +1 -0
  343. package/dist/react-native/generated/knowledgeBase/models/index.js +62 -0
  344. package/dist/react-native/generated/knowledgeBase/models/index.js.map +1 -0
  345. package/dist/react-native/generated/knowledgeBase/models/mappers.d.ts +88 -0
  346. package/dist/react-native/generated/knowledgeBase/models/mappers.d.ts.map +1 -0
  347. package/dist/react-native/generated/knowledgeBase/models/mappers.js +1280 -0
  348. package/dist/react-native/generated/knowledgeBase/models/mappers.js.map +1 -0
  349. package/dist/react-native/generated/{knowledgeAgent → knowledgeBase}/models/parameters.d.ts +1 -1
  350. package/dist/react-native/generated/knowledgeBase/models/parameters.d.ts.map +1 -0
  351. package/dist/react-native/generated/{knowledgeAgent → knowledgeBase}/models/parameters.js +5 -5
  352. package/dist/react-native/generated/knowledgeBase/models/parameters.js.map +1 -0
  353. package/dist/react-native/generated/knowledgeBase/operations/index.d.ts.map +1 -0
  354. package/dist/react-native/generated/knowledgeBase/operations/index.js.map +1 -0
  355. package/dist/{esm/generated/knowledgeAgent → react-native/generated/knowledgeBase}/operations/knowledgeRetrieval.d.ts +3 -3
  356. package/dist/react-native/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts.map +1 -0
  357. package/dist/react-native/generated/{knowledgeAgent → knowledgeBase}/operations/knowledgeRetrieval.js +6 -3
  358. package/dist/react-native/generated/knowledgeBase/operations/knowledgeRetrieval.js.map +1 -0
  359. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/index.d.ts.map +1 -0
  360. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/index.js.map +1 -0
  361. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts +11 -0
  362. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts.map +1 -0
  363. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js.map +1 -0
  364. package/dist/{browser/generated/knowledgeAgent → react-native/generated/knowledgeBase}/searchClient.d.ts +5 -5
  365. package/dist/react-native/generated/knowledgeBase/searchClient.d.ts.map +1 -0
  366. package/dist/{browser/generated/knowledgeAgent → react-native/generated/knowledgeBase}/searchClient.js +8 -8
  367. package/dist/react-native/generated/knowledgeBase/searchClient.js.map +1 -0
  368. package/dist/react-native/generated/service/models/index.d.ts +482 -103
  369. package/dist/react-native/generated/service/models/index.d.ts.map +1 -1
  370. package/dist/react-native/generated/service/models/index.js +98 -20
  371. package/dist/react-native/generated/service/models/index.js.map +1 -1
  372. package/dist/react-native/generated/service/models/mappers.d.ts +45 -8
  373. package/dist/react-native/generated/service/models/mappers.d.ts.map +1 -1
  374. package/dist/react-native/generated/service/models/mappers.js +925 -188
  375. package/dist/react-native/generated/service/models/mappers.js.map +1 -1
  376. package/dist/react-native/generated/service/models/parameters.d.ts +2 -2
  377. package/dist/react-native/generated/service/models/parameters.d.ts.map +1 -1
  378. package/dist/react-native/generated/service/models/parameters.js +7 -7
  379. package/dist/react-native/generated/service/models/parameters.js.map +1 -1
  380. package/dist/react-native/generated/service/operations/index.d.ts +1 -1
  381. package/dist/react-native/generated/service/operations/index.d.ts.map +1 -1
  382. package/dist/react-native/generated/service/operations/index.js +1 -1
  383. package/dist/react-native/generated/service/operations/index.js.map +1 -1
  384. package/dist/react-native/generated/service/operations/knowledgeBases.d.ts +43 -0
  385. package/dist/react-native/generated/service/operations/knowledgeBases.d.ts.map +1 -0
  386. package/dist/{browser/generated/service/operations/knowledgeAgents.js → react-native/generated/service/operations/knowledgeBases.js} +37 -37
  387. package/dist/react-native/generated/service/operations/knowledgeBases.js.map +1 -0
  388. package/dist/react-native/generated/service/operations/knowledgeSources.d.ts +7 -1
  389. package/dist/react-native/generated/service/operations/knowledgeSources.d.ts.map +1 -1
  390. package/dist/react-native/generated/service/operations/knowledgeSources.js +24 -0
  391. package/dist/react-native/generated/service/operations/knowledgeSources.js.map +1 -1
  392. package/dist/react-native/generated/service/operationsInterfaces/index.d.ts +1 -1
  393. package/dist/react-native/generated/service/operationsInterfaces/index.d.ts.map +1 -1
  394. package/dist/react-native/generated/service/operationsInterfaces/index.js +1 -1
  395. package/dist/react-native/generated/service/operationsInterfaces/index.js.map +1 -1
  396. package/dist/react-native/generated/service/operationsInterfaces/knowledgeBases.d.ts +35 -0
  397. package/dist/react-native/generated/service/operationsInterfaces/knowledgeBases.d.ts.map +1 -0
  398. package/dist/{browser/generated/service/operationsInterfaces/knowledgeAgents.js → react-native/generated/service/operationsInterfaces/knowledgeBases.js} +1 -1
  399. package/dist/react-native/generated/service/operationsInterfaces/knowledgeBases.js.map +1 -0
  400. package/dist/react-native/generated/service/operationsInterfaces/knowledgeSources.d.ts +7 -1
  401. package/dist/react-native/generated/service/operationsInterfaces/knowledgeSources.d.ts.map +1 -1
  402. package/dist/react-native/generated/service/operationsInterfaces/knowledgeSources.js.map +1 -1
  403. package/dist/react-native/generated/service/searchServiceClient.d.ts +5 -5
  404. package/dist/react-native/generated/service/searchServiceClient.d.ts.map +1 -1
  405. package/dist/react-native/generated/service/searchServiceClient.js +4 -4
  406. package/dist/react-native/generated/service/searchServiceClient.js.map +1 -1
  407. package/dist/react-native/index.d.ts +4 -4
  408. package/dist/react-native/index.d.ts.map +1 -1
  409. package/dist/react-native/index.js +2 -2
  410. package/dist/react-native/index.js.map +1 -1
  411. package/dist/react-native/knowledgeBaseModels.d.ts +44 -0
  412. package/dist/react-native/knowledgeBaseModels.d.ts.map +1 -0
  413. package/dist/react-native/{knowledgeAgentModels.js → knowledgeBaseModels.js} +1 -1
  414. package/dist/react-native/knowledgeBaseModels.js.map +1 -0
  415. package/dist/react-native/knowledgeRetrievalClient.d.ts +9 -9
  416. package/dist/react-native/knowledgeRetrievalClient.d.ts.map +1 -1
  417. package/dist/react-native/knowledgeRetrievalClient.js +9 -9
  418. package/dist/react-native/knowledgeRetrievalClient.js.map +1 -1
  419. package/dist/react-native/searchIndexClient.d.ts +32 -26
  420. package/dist/react-native/searchIndexClient.d.ts.map +1 -1
  421. package/dist/react-native/searchIndexClient.js +63 -39
  422. package/dist/react-native/searchIndexClient.js.map +1 -1
  423. package/dist/react-native/serviceModels.d.ts +131 -29
  424. package/dist/react-native/serviceModels.d.ts.map +1 -1
  425. package/dist/react-native/serviceModels.js.map +1 -1
  426. package/dist/react-native/serviceUtils.d.ts +8 -6
  427. package/dist/react-native/serviceUtils.d.ts.map +1 -1
  428. package/dist/react-native/serviceUtils.js +92 -17
  429. package/dist/react-native/serviceUtils.js.map +1 -1
  430. package/package.json +12 -8
  431. package/dist/browser/generated/knowledgeAgent/index.d.ts.map +0 -1
  432. package/dist/browser/generated/knowledgeAgent/index.js.map +0 -1
  433. package/dist/browser/generated/knowledgeAgent/models/index.d.ts +0 -264
  434. package/dist/browser/generated/knowledgeAgent/models/index.d.ts.map +0 -1
  435. package/dist/browser/generated/knowledgeAgent/models/index.js +0 -30
  436. package/dist/browser/generated/knowledgeAgent/models/index.js.map +0 -1
  437. package/dist/browser/generated/knowledgeAgent/models/mappers.d.ts +0 -43
  438. package/dist/browser/generated/knowledgeAgent/models/mappers.d.ts.map +0 -1
  439. package/dist/browser/generated/knowledgeAgent/models/mappers.js +0 -627
  440. package/dist/browser/generated/knowledgeAgent/models/mappers.js.map +0 -1
  441. package/dist/browser/generated/knowledgeAgent/models/parameters.d.ts.map +0 -1
  442. package/dist/browser/generated/knowledgeAgent/models/parameters.js.map +0 -1
  443. package/dist/browser/generated/knowledgeAgent/operations/index.d.ts.map +0 -1
  444. package/dist/browser/generated/knowledgeAgent/operations/index.js.map +0 -1
  445. package/dist/browser/generated/knowledgeAgent/operations/knowledgeRetrieval.d.ts.map +0 -1
  446. package/dist/browser/generated/knowledgeAgent/operations/knowledgeRetrieval.js.map +0 -1
  447. package/dist/browser/generated/knowledgeAgent/operationsInterfaces/index.d.ts.map +0 -1
  448. package/dist/browser/generated/knowledgeAgent/operationsInterfaces/index.js.map +0 -1
  449. package/dist/browser/generated/knowledgeAgent/operationsInterfaces/knowledgeRetrieval.d.ts +0 -11
  450. package/dist/browser/generated/knowledgeAgent/operationsInterfaces/knowledgeRetrieval.d.ts.map +0 -1
  451. package/dist/browser/generated/knowledgeAgent/operationsInterfaces/knowledgeRetrieval.js.map +0 -1
  452. package/dist/browser/generated/knowledgeAgent/searchClient.d.ts.map +0 -1
  453. package/dist/browser/generated/knowledgeAgent/searchClient.js.map +0 -1
  454. package/dist/browser/generated/service/operations/knowledgeAgents.d.ts +0 -43
  455. package/dist/browser/generated/service/operations/knowledgeAgents.d.ts.map +0 -1
  456. package/dist/browser/generated/service/operations/knowledgeAgents.js.map +0 -1
  457. package/dist/browser/generated/service/operationsInterfaces/knowledgeAgents.d.ts +0 -35
  458. package/dist/browser/generated/service/operationsInterfaces/knowledgeAgents.d.ts.map +0 -1
  459. package/dist/browser/generated/service/operationsInterfaces/knowledgeAgents.js.map +0 -1
  460. package/dist/browser/knowledgeAgentModels.d.ts +0 -43
  461. package/dist/browser/knowledgeAgentModels.d.ts.map +0 -1
  462. package/dist/browser/knowledgeAgentModels.js.map +0 -1
  463. package/dist/commonjs/generated/knowledgeAgent/index.d.ts.map +0 -1
  464. package/dist/commonjs/generated/knowledgeAgent/index.js.map +0 -1
  465. package/dist/commonjs/generated/knowledgeAgent/models/index.d.ts +0 -264
  466. package/dist/commonjs/generated/knowledgeAgent/models/index.d.ts.map +0 -1
  467. package/dist/commonjs/generated/knowledgeAgent/models/index.js +0 -33
  468. package/dist/commonjs/generated/knowledgeAgent/models/index.js.map +0 -1
  469. package/dist/commonjs/generated/knowledgeAgent/models/mappers.d.ts +0 -43
  470. package/dist/commonjs/generated/knowledgeAgent/models/mappers.d.ts.map +0 -1
  471. package/dist/commonjs/generated/knowledgeAgent/models/mappers.js +0 -630
  472. package/dist/commonjs/generated/knowledgeAgent/models/mappers.js.map +0 -1
  473. package/dist/commonjs/generated/knowledgeAgent/models/parameters.d.ts.map +0 -1
  474. package/dist/commonjs/generated/knowledgeAgent/models/parameters.js.map +0 -1
  475. package/dist/commonjs/generated/knowledgeAgent/operations/index.d.ts.map +0 -1
  476. package/dist/commonjs/generated/knowledgeAgent/operations/index.js.map +0 -1
  477. package/dist/commonjs/generated/knowledgeAgent/operations/knowledgeRetrieval.d.ts.map +0 -1
  478. package/dist/commonjs/generated/knowledgeAgent/operations/knowledgeRetrieval.js.map +0 -1
  479. package/dist/commonjs/generated/knowledgeAgent/operationsInterfaces/index.d.ts.map +0 -1
  480. package/dist/commonjs/generated/knowledgeAgent/operationsInterfaces/index.js.map +0 -1
  481. package/dist/commonjs/generated/knowledgeAgent/operationsInterfaces/knowledgeRetrieval.d.ts +0 -11
  482. package/dist/commonjs/generated/knowledgeAgent/operationsInterfaces/knowledgeRetrieval.d.ts.map +0 -1
  483. package/dist/commonjs/generated/knowledgeAgent/operationsInterfaces/knowledgeRetrieval.js.map +0 -1
  484. package/dist/commonjs/generated/knowledgeAgent/searchClient.d.ts.map +0 -1
  485. package/dist/commonjs/generated/knowledgeAgent/searchClient.js.map +0 -1
  486. package/dist/commonjs/generated/service/operations/knowledgeAgents.d.ts +0 -43
  487. package/dist/commonjs/generated/service/operations/knowledgeAgents.d.ts.map +0 -1
  488. package/dist/commonjs/generated/service/operations/knowledgeAgents.js.map +0 -1
  489. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeAgents.d.ts +0 -35
  490. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeAgents.d.ts.map +0 -1
  491. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeAgents.js.map +0 -1
  492. package/dist/commonjs/knowledgeAgentModels.d.ts +0 -43
  493. package/dist/commonjs/knowledgeAgentModels.d.ts.map +0 -1
  494. package/dist/commonjs/knowledgeAgentModels.js.map +0 -1
  495. package/dist/esm/generated/knowledgeAgent/index.d.ts.map +0 -1
  496. package/dist/esm/generated/knowledgeAgent/index.js.map +0 -1
  497. package/dist/esm/generated/knowledgeAgent/models/index.d.ts +0 -264
  498. package/dist/esm/generated/knowledgeAgent/models/index.d.ts.map +0 -1
  499. package/dist/esm/generated/knowledgeAgent/models/index.js +0 -30
  500. package/dist/esm/generated/knowledgeAgent/models/index.js.map +0 -1
  501. package/dist/esm/generated/knowledgeAgent/models/mappers.d.ts +0 -43
  502. package/dist/esm/generated/knowledgeAgent/models/mappers.d.ts.map +0 -1
  503. package/dist/esm/generated/knowledgeAgent/models/mappers.js +0 -627
  504. package/dist/esm/generated/knowledgeAgent/models/mappers.js.map +0 -1
  505. package/dist/esm/generated/knowledgeAgent/models/parameters.d.ts.map +0 -1
  506. package/dist/esm/generated/knowledgeAgent/models/parameters.js.map +0 -1
  507. package/dist/esm/generated/knowledgeAgent/operations/index.d.ts.map +0 -1
  508. package/dist/esm/generated/knowledgeAgent/operations/index.js.map +0 -1
  509. package/dist/esm/generated/knowledgeAgent/operations/knowledgeRetrieval.d.ts.map +0 -1
  510. package/dist/esm/generated/knowledgeAgent/operations/knowledgeRetrieval.js.map +0 -1
  511. package/dist/esm/generated/knowledgeAgent/operationsInterfaces/index.d.ts.map +0 -1
  512. package/dist/esm/generated/knowledgeAgent/operationsInterfaces/index.js.map +0 -1
  513. package/dist/esm/generated/knowledgeAgent/operationsInterfaces/knowledgeRetrieval.d.ts +0 -11
  514. package/dist/esm/generated/knowledgeAgent/operationsInterfaces/knowledgeRetrieval.d.ts.map +0 -1
  515. package/dist/esm/generated/knowledgeAgent/operationsInterfaces/knowledgeRetrieval.js.map +0 -1
  516. package/dist/esm/generated/knowledgeAgent/searchClient.d.ts.map +0 -1
  517. package/dist/esm/generated/knowledgeAgent/searchClient.js.map +0 -1
  518. package/dist/esm/generated/service/operations/knowledgeAgents.d.ts +0 -43
  519. package/dist/esm/generated/service/operations/knowledgeAgents.d.ts.map +0 -1
  520. package/dist/esm/generated/service/operations/knowledgeAgents.js.map +0 -1
  521. package/dist/esm/generated/service/operationsInterfaces/knowledgeAgents.d.ts +0 -35
  522. package/dist/esm/generated/service/operationsInterfaces/knowledgeAgents.d.ts.map +0 -1
  523. package/dist/esm/generated/service/operationsInterfaces/knowledgeAgents.js.map +0 -1
  524. package/dist/esm/knowledgeAgentModels.d.ts +0 -43
  525. package/dist/esm/knowledgeAgentModels.d.ts.map +0 -1
  526. package/dist/esm/knowledgeAgentModels.js.map +0 -1
  527. package/dist/react-native/generated/knowledgeAgent/index.d.ts.map +0 -1
  528. package/dist/react-native/generated/knowledgeAgent/index.js.map +0 -1
  529. package/dist/react-native/generated/knowledgeAgent/models/index.d.ts +0 -264
  530. package/dist/react-native/generated/knowledgeAgent/models/index.d.ts.map +0 -1
  531. package/dist/react-native/generated/knowledgeAgent/models/index.js +0 -30
  532. package/dist/react-native/generated/knowledgeAgent/models/index.js.map +0 -1
  533. package/dist/react-native/generated/knowledgeAgent/models/mappers.d.ts +0 -43
  534. package/dist/react-native/generated/knowledgeAgent/models/mappers.d.ts.map +0 -1
  535. package/dist/react-native/generated/knowledgeAgent/models/mappers.js +0 -627
  536. package/dist/react-native/generated/knowledgeAgent/models/mappers.js.map +0 -1
  537. package/dist/react-native/generated/knowledgeAgent/models/parameters.d.ts.map +0 -1
  538. package/dist/react-native/generated/knowledgeAgent/models/parameters.js.map +0 -1
  539. package/dist/react-native/generated/knowledgeAgent/operations/index.d.ts.map +0 -1
  540. package/dist/react-native/generated/knowledgeAgent/operations/index.js.map +0 -1
  541. package/dist/react-native/generated/knowledgeAgent/operations/knowledgeRetrieval.d.ts.map +0 -1
  542. package/dist/react-native/generated/knowledgeAgent/operations/knowledgeRetrieval.js.map +0 -1
  543. package/dist/react-native/generated/knowledgeAgent/operationsInterfaces/index.d.ts.map +0 -1
  544. package/dist/react-native/generated/knowledgeAgent/operationsInterfaces/index.js.map +0 -1
  545. package/dist/react-native/generated/knowledgeAgent/operationsInterfaces/knowledgeRetrieval.d.ts +0 -11
  546. package/dist/react-native/generated/knowledgeAgent/operationsInterfaces/knowledgeRetrieval.d.ts.map +0 -1
  547. package/dist/react-native/generated/knowledgeAgent/operationsInterfaces/knowledgeRetrieval.js.map +0 -1
  548. package/dist/react-native/generated/knowledgeAgent/searchClient.d.ts.map +0 -1
  549. package/dist/react-native/generated/knowledgeAgent/searchClient.js.map +0 -1
  550. package/dist/react-native/generated/service/operations/knowledgeAgents.d.ts +0 -43
  551. package/dist/react-native/generated/service/operations/knowledgeAgents.d.ts.map +0 -1
  552. package/dist/react-native/generated/service/operations/knowledgeAgents.js.map +0 -1
  553. package/dist/react-native/generated/service/operationsInterfaces/knowledgeAgents.d.ts +0 -35
  554. package/dist/react-native/generated/service/operationsInterfaces/knowledgeAgents.d.ts.map +0 -1
  555. package/dist/react-native/generated/service/operationsInterfaces/knowledgeAgents.js.map +0 -1
  556. package/dist/react-native/knowledgeAgentModels.d.ts +0 -43
  557. package/dist/react-native/knowledgeAgentModels.d.ts.map +0 -1
  558. package/dist/react-native/knowledgeAgentModels.js.map +0 -1
  559. /package/dist/browser/generated/{knowledgeAgent → knowledgeBase}/index.d.ts +0 -0
  560. /package/dist/browser/generated/{knowledgeAgent → knowledgeBase}/index.js +0 -0
  561. /package/dist/browser/generated/{knowledgeAgent → knowledgeBase}/operations/index.d.ts +0 -0
  562. /package/dist/browser/generated/{knowledgeAgent → knowledgeBase}/operations/index.js +0 -0
  563. /package/dist/browser/generated/{knowledgeAgent → knowledgeBase}/operationsInterfaces/index.d.ts +0 -0
  564. /package/dist/browser/generated/{knowledgeAgent → knowledgeBase}/operationsInterfaces/index.js +0 -0
  565. /package/dist/browser/generated/{knowledgeAgent → knowledgeBase}/operationsInterfaces/knowledgeRetrieval.js +0 -0
  566. /package/dist/commonjs/generated/{knowledgeAgent → knowledgeBase}/index.d.ts +0 -0
  567. /package/dist/commonjs/generated/{knowledgeAgent → knowledgeBase}/index.js +0 -0
  568. /package/dist/commonjs/generated/{knowledgeAgent → knowledgeBase}/operations/index.d.ts +0 -0
  569. /package/dist/commonjs/generated/{knowledgeAgent → knowledgeBase}/operations/index.js +0 -0
  570. /package/dist/commonjs/generated/{knowledgeAgent → knowledgeBase}/operationsInterfaces/index.d.ts +0 -0
  571. /package/dist/commonjs/generated/{knowledgeAgent → knowledgeBase}/operationsInterfaces/index.js +0 -0
  572. /package/dist/commonjs/generated/{knowledgeAgent → knowledgeBase}/operationsInterfaces/knowledgeRetrieval.js +0 -0
  573. /package/dist/esm/generated/{knowledgeAgent → knowledgeBase}/index.d.ts +0 -0
  574. /package/dist/esm/generated/{knowledgeAgent → knowledgeBase}/index.js +0 -0
  575. /package/dist/esm/generated/{knowledgeAgent → knowledgeBase}/operations/index.d.ts +0 -0
  576. /package/dist/esm/generated/{knowledgeAgent → knowledgeBase}/operations/index.js +0 -0
  577. /package/dist/esm/generated/{knowledgeAgent → knowledgeBase}/operationsInterfaces/index.d.ts +0 -0
  578. /package/dist/esm/generated/{knowledgeAgent → knowledgeBase}/operationsInterfaces/index.js +0 -0
  579. /package/dist/esm/generated/{knowledgeAgent → knowledgeBase}/operationsInterfaces/knowledgeRetrieval.js +0 -0
  580. /package/dist/react-native/generated/{knowledgeAgent → knowledgeBase}/index.d.ts +0 -0
  581. /package/dist/react-native/generated/{knowledgeAgent → knowledgeBase}/index.js +0 -0
  582. /package/dist/react-native/generated/{knowledgeAgent → knowledgeBase}/operations/index.d.ts +0 -0
  583. /package/dist/react-native/generated/{knowledgeAgent → knowledgeBase}/operations/index.js +0 -0
  584. /package/dist/react-native/generated/{knowledgeAgent → knowledgeBase}/operationsInterfaces/index.d.ts +0 -0
  585. /package/dist/react-native/generated/{knowledgeAgent → knowledgeBase}/operationsInterfaces/index.js +0 -0
  586. /package/dist/react-native/generated/{knowledgeAgent → knowledgeBase}/operationsInterfaces/knowledgeRetrieval.js +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/data/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreHttpCompat from \"@azure/core-http-compat\";\n\nexport type VectorQueryUnion =\n | VectorQuery\n | VectorizedQuery\n | VectorizableTextQuery\n | VectorizableImageUrlQuery\n | VectorizableImageBinaryQuery;\nexport type VectorThresholdUnion =\n | VectorThreshold\n | VectorSimilarityThreshold\n | SearchScoreThreshold;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Response containing search results from an index. */\nexport interface SearchDocumentsResult {\n /**\n * The total count of results found by the search operation, or null if the count was not requested. If present, the count may be greater than the number of results in this response. This can happen if you use the $top or $skip parameters, or if the query can't return all the requested documents in a single response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly count?: number;\n /**\n * A value indicating the percentage of the index that was included in the query, or null if minimumCoverage was not specified in the request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly coverage?: number;\n /**\n * The facet query results for the search operation, organized as a collection of buckets for each faceted field; null if the query did not include any facet expressions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly facets?: { [propertyName: string]: FacetResult[] };\n /**\n * The answers query results for the search operation; null if the answers query parameter was not specified or set to 'none'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly answers?: QueryAnswerResult[];\n /**\n * Continuation JSON payload returned when the query can't return all the requested results in a single response. You can use this JSON along with @odata.nextLink to formulate another POST Search request to get the next part of the search response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextPageParameters?: SearchRequest;\n /**\n * The sequence of results returned by the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly results: SearchResult[];\n /**\n * Continuation URL returned when the query can't return all the requested results in a single response. You can use this URL to formulate another GET or POST Search request to get the next part of the search response. Make sure to use the same verb (GET or POST) as the request that produced this response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n /**\n * Reason that a partial response was returned for a semantic ranking request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly semanticPartialResponseReason?: SemanticErrorReason;\n /**\n * Type of partial response that was returned for a semantic ranking request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly semanticPartialResponseType?: SemanticSearchResultsType;\n /**\n * Type of query rewrite that was used to retrieve documents.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly semanticQueryRewritesResultType?: SemanticQueryRewritesResultType;\n}\n\n/** A single bucket of a facet query result. Reports the number of documents with a field value falling within a particular range or having a particular value or interval. */\nexport interface FacetResult {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /**\n * The approximate count of documents falling within the bucket described by this facet.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly count?: number;\n /**\n * The resulting total sum for the facet when a sum metric is requested.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sum?: number;\n /**\n * The nested facet query results for the search operation, organized as a collection of buckets for each faceted field; null if the query did not contain any nested facets.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly facets?: { [propertyName: string]: FacetResult[] };\n}\n\n/** An answer is a text passage extracted from the contents of the most relevant documents that matched the query. Answers are extracted from the top search results. Answer candidates are scored and the top answers are selected. */\nexport interface QueryAnswerResult {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /**\n * The score value represents how relevant the answer is to the query relative to other answers returned for the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly score: number;\n /**\n * The key of the document the answer was extracted from.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly key: string;\n /**\n * The text passage extracted from the document contents as the answer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly text: string;\n /**\n * Same text passage as in the Text property with highlighted text phrases most relevant to the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly highlights?: string;\n}\n\n/** Parameters for filtering, sorting, faceting, paging, and other search query behaviors. */\nexport interface SearchRequest {\n /** A value that specifies whether to fetch the total count of results. Default is false. Setting this value to true may have a performance impact. Note that the count returned is an approximation. */\n includeTotalResultCount?: boolean;\n /** The list of facet expressions to apply to the search query. Each facet expression contains a field name, optionally followed by a comma-separated list of name:value pairs. */\n facets?: string[];\n /** The OData $filter expression to apply to the search query. */\n filter?: string;\n /** The comma-separated list of field names to use for hit highlights. Only searchable fields can be used for hit highlighting. */\n highlightFields?: string;\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. Default is &lt;/em&gt;. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. Default is &lt;em&gt;. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by a search query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 100. */\n minimumCoverage?: number;\n /** The comma-separated list of OData $orderby expressions by which to sort the results. Each expression can be either a field name or a call to either the geo.distance() or the search.score() functions. Each expression can be followed by asc to indicate ascending, or desc to indicate descending. The default is ascending order. Ties will be broken by the match scores of documents. If no $orderby is specified, the default sort order is descending by document match score. There can be at most 32 $orderby clauses. */\n orderBy?: string;\n /** A value that specifies the syntax of the search query. The default is 'simple'. Use 'full' if your query uses the Lucene query syntax. */\n queryType?: QueryType;\n /** A value that specifies whether we want to calculate scoring statistics (such as document frequency) globally for more consistent scoring, or locally, for lower latency. The default is 'local'. Use 'global' to aggregate scoring statistics globally before scoring. Using global scoring statistics can increase latency of search queries. */\n scoringStatistics?: ScoringStatistics;\n /** A value to be used to create a sticky session, which can help getting more consistent results. As long as the same sessionId is used, a best-effort attempt will be made to target the same replica set. Be wary that reusing the same sessionID values repeatedly can interfere with the load balancing of the requests across replicas and adversely affect the performance of the search service. The value used as sessionId cannot start with a '_' character. */\n sessionId?: string;\n /** The list of parameter values to be used in scoring functions (for example, referencePointParameter) using the format name-values. For example, if the scoring profile defines a function with a parameter called 'mylocation' the parameter string would be \"mylocation--122.2,44.8\" (without the quotes). */\n scoringParameters?: string[];\n /** The name of a scoring profile to evaluate match scores for matching documents in order to sort the results. */\n scoringProfile?: string;\n /** Enables a debugging tool that can be used to further explore your reranked results. */\n debug?: QueryDebugMode;\n /** A full-text search query expression; Use \"*\" or omit this parameter to match all documents. */\n searchText?: string;\n /** The comma-separated list of field names to which to scope the full-text search. When using fielded search (fieldName:searchExpression) in a full Lucene query, the field names of each fielded search expression take precedence over any field names listed in this parameter. */\n searchFields?: string;\n /** A value that specifies whether any or all of the search terms must be matched in order to count the document as a match. */\n searchMode?: SearchMode;\n /** A value that specifies the language of the search query. */\n queryLanguage?: QueryLanguage;\n /** A value that specified the type of the speller to use to spell-correct individual search query terms. */\n speller?: QuerySpellerType;\n /** The comma-separated list of fields to retrieve. If unspecified, all fields marked as retrievable in the schema are included. */\n select?: string;\n /** The number of search results to skip. This value cannot be greater than 100,000. If you need to scan documents in sequence, but cannot use skip due to this limitation, consider using orderby on a totally-ordered key and filter with a range query instead. */\n skip?: number;\n /** The number of search results to retrieve. This can be used in conjunction with $skip to implement client-side paging of search results. If results are truncated due to server-side paging, the response will include a continuation token that can be used to issue another Search request for the next page of results. */\n top?: number;\n /** The name of a semantic configuration that will be used when processing documents for queries of type semantic. */\n semanticConfigurationName?: string;\n /** Allows the user to choose whether a semantic call should fail completely (default / current behavior), or to return partial results. */\n semanticErrorHandling?: SemanticErrorMode;\n /** Allows the user to set an upper bound on the amount of time it takes for semantic enrichment to finish processing before the request fails. */\n semanticMaxWaitInMilliseconds?: number;\n /** Allows setting a separate search query that will be solely used for semantic reranking, semantic captions and semantic answers. Is useful for scenarios where there is a need to use different queries between the base retrieval and ranking phase, and the L2 semantic phase. */\n semanticQuery?: string;\n /** A value that specifies whether answers should be returned as part of the search response. */\n answers?: QueryAnswerType;\n /** A value that specifies whether captions should be returned as part of the search response. */\n captions?: QueryCaptionType;\n /** A value that specifies whether query rewrites should be generated to augment the search query. */\n queryRewrites?: QueryRewritesType;\n /** The comma-separated list of field names used for semantic ranking. */\n semanticFields?: string;\n /** The query parameters for vector and hybrid search queries. */\n vectorQueries?: VectorQueryUnion[];\n /** Determines whether or not filters are applied before or after the vector search is performed. Default is 'preFilter' for new indexes. */\n vectorFilterMode?: VectorFilterMode;\n /** The query parameters to configure hybrid search behaviors. */\n hybridSearch?: HybridSearch;\n}\n\n/** The query parameters for vector and hybrid search queries. */\nexport interface VectorQuery {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"vector\" | \"text\" | \"imageUrl\" | \"imageBinary\";\n /** Number of nearest neighbors to return as top hits. */\n kNearestNeighborsCount?: number;\n /** Vector Fields of type Collection(Edm.Single) to be included in the vector searched. */\n fields?: string;\n /** When true, triggers an exhaustive k-nearest neighbor search across all vectors within the vector index. Useful for scenarios where exact matches are critical, such as determining ground truth values. */\n exhaustive?: boolean;\n /** Oversampling factor. Minimum value is 1. It overrides the 'defaultOversampling' parameter configured in the index definition. It can be set only when 'rerankWithOriginalVectors' is true. This parameter is only permitted when a compression method is used on the underlying vector field. */\n oversampling?: number;\n /** Relative weight of the vector query when compared to other vector query and/or the text query within the same search request. This value is used when combining the results of multiple ranking lists produced by the different vector queries and/or the results retrieved through the text query. The higher the weight, the higher the documents that matched that query will be in the final ranking. Default is 1.0 and the value needs to be a positive number larger than zero. */\n weight?: number;\n /** The threshold used for vector queries. Note this can only be set if all 'fields' use the same similarity metric. */\n threshold?: VectorThresholdUnion;\n /** The OData filter expression to apply to this specific vector query. If no filter expression is defined at the vector level, the expression defined in the top level filter parameter is used instead. */\n filterOverride?: string;\n /** Controls how many vectors can be matched from each document in a vector search query. Setting it to 1 ensures at most one vector per document is matched, guaranteeing results come from distinct documents. Setting it to 0 (unlimited) allows multiple relevant vectors from the same document to be matched. Default is 0. */\n perDocumentVectorLimit?: number;\n}\n\n/** The threshold used for vector queries. */\nexport interface VectorThreshold {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"vectorSimilarity\" | \"searchScore\";\n}\n\n/** TThe query parameters to configure hybrid search behaviors. */\nexport interface HybridSearch {\n /** Determines the maximum number of documents to be retrieved by the text query portion of a hybrid search request. Those documents will be combined with the documents matching the vector queries to produce a single final list of results. Choosing a larger maxTextRecallSize value will allow retrieving and paging through more documents (using the top and skip parameters), at the cost of higher resource utilization and higher latency. The value needs to be between 1 and 10,000. Default is 1000. */\n maxTextRecallSize?: number;\n /** Determines whether the count and facets should includes all documents that matched the search query, or only the documents that are retrieved within the 'maxTextRecallSize' window. */\n countAndFacetMode?: HybridCountAndFacetMode;\n}\n\n/** Contains a document found by a search query, plus associated metadata. */\nexport interface SearchResult {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /**\n * The relevance score of the document compared to other documents returned by the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly _score: number;\n /**\n * The relevance score computed by the semantic ranker for the top search results. Search results are sorted by the RerankerScore first and then by the Score. RerankerScore is only returned for queries of type 'semantic'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly _rerankerScore?: number;\n /**\n * The relevance score computed by boosting the Reranker Score. Search results are sorted by the RerankerScore/RerankerBoostedScore based on useScoringProfileBoostedRanking in the Semantic Config. RerankerBoostedScore is only returned for queries of type 'semantic'\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly _rerankerBoostedScore?: number;\n /**\n * Text fragments from the document that indicate the matching search terms, organized by each applicable field; null if hit highlighting was not enabled for the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly _highlights?: { [propertyName: string]: string[] };\n /**\n * Captions are the most representative passages from the document relatively to the search query. They are often used as document summary. Captions are only returned for queries of type 'semantic'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly _captions?: QueryCaptionResult[];\n /**\n * Contains debugging information that can be used to further explore your search results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly _documentDebugInfo?: DocumentDebugInfo;\n}\n\n/** Captions are the most representative passages from the document relatively to the search query. They are often used as document summary. Captions are only returned for queries of type `semantic`. */\nexport interface QueryCaptionResult {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /**\n * A representative text passage extracted from the document most relevant to the search query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly text?: string;\n /**\n * Same text passage as in the Text property with highlighted phrases most relevant to the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly highlights?: string;\n}\n\n/** Contains debugging information that can be used to further explore your search results. */\nexport interface DocumentDebugInfo {\n /**\n * Contains debugging information specific to semantic ranking requests.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly semantic?: SemanticDebugInfo;\n /**\n * Contains debugging information specific to vector and hybrid search.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vectors?: VectorsDebugInfo;\n /**\n * Contains debugging information specific to vectors matched within a collection of complex types.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly innerHits?: {\n [propertyName: string]: QueryResultDocumentInnerHit[];\n };\n}\n\nexport interface SemanticDebugInfo {\n /**\n * The title field that was sent to the semantic enrichment process, as well as how it was used\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly titleField?: QueryResultDocumentSemanticField;\n /**\n * The content fields that were sent to the semantic enrichment process, as well as how they were used\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contentFields?: QueryResultDocumentSemanticField[];\n /**\n * The keyword fields that were sent to the semantic enrichment process, as well as how they were used\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keywordFields?: QueryResultDocumentSemanticField[];\n /**\n * The raw concatenated strings that were sent to the semantic enrichment process.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rerankerInput?: QueryResultDocumentRerankerInput;\n}\n\n/** Description of fields that were sent to the semantic enrichment process, as well as how they were used */\nexport interface QueryResultDocumentSemanticField {\n /**\n * The name of the field that was sent to the semantic enrichment process\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The way the field was used for the semantic enrichment process (fully used, partially used, or unused)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: SemanticFieldState;\n}\n\n/** The raw concatenated strings that were sent to the semantic enrichment process. */\nexport interface QueryResultDocumentRerankerInput {\n /**\n * The raw string for the title field that was used for semantic enrichment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly title?: string;\n /**\n * The raw concatenated strings for the content fields that were used for semantic enrichment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly content?: string;\n /**\n * The raw concatenated strings for the keyword fields that were used for semantic enrichment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keywords?: string;\n}\n\nexport interface VectorsDebugInfo {\n /**\n * The breakdown of subscores of the document prior to the chosen result set fusion/combination method such as RRF.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscores?: QueryResultDocumentSubscores;\n}\n\n/** The breakdown of subscores between the text and vector query components of the search query for this document. Each vector query is shown as a separate object in the same order they were received. */\nexport interface QueryResultDocumentSubscores {\n /**\n * The BM25 or Classic score for the text portion of the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly text?: TextResult;\n /**\n * The vector similarity and @search.score values for each vector query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vectors?: { [propertyName: string]: SingleVectorFieldResult }[];\n /**\n * The BM25 or Classic score for the text portion of the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly documentBoost?: number;\n}\n\n/** The BM25 or Classic score for the text portion of the query. */\nexport interface TextResult {\n /**\n * The BM25 or Classic score for the text portion of the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly searchScore?: number;\n}\n\n/** A single vector field result. Both @search.score and vector similarity values are returned. Vector similarity is related to @search.score by an equation. */\nexport interface SingleVectorFieldResult {\n /**\n * The @search.score value that is calculated from the vector similarity score. This is the score that's visible in a pure single-field single-vector query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly searchScore?: number;\n /**\n * The vector similarity score for this document. Note this is the canonical definition of similarity metric, not the 'distance' version. For example, cosine similarity instead of cosine distance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vectorSimilarity?: number;\n}\n\n/** Detailed scoring information for an individual element of a complex collection. */\nexport interface QueryResultDocumentInnerHit {\n /**\n * Position of this specific matching element within it's original collection. Position starts at 0.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ordinal?: number;\n /**\n * Detailed scoring information for an individual element of a complex collection that matched a vector query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vectors?: { [propertyName: string]: SingleVectorFieldResult }[];\n}\n\n/** Response containing suggestion query results from an index. */\nexport interface SuggestDocumentsResult {\n /**\n * The sequence of results returned by the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly results: SuggestResult[];\n /**\n * A value indicating the percentage of the index that was included in the query, or null if minimumCoverage was not set in the request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly coverage?: number;\n}\n\n/** A result containing a document found by a suggestion query, plus associated metadata. */\nexport interface SuggestResult {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /**\n * The text of the suggestion result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly _text: string;\n}\n\n/** Parameters for filtering, sorting, fuzzy matching, and other suggestions query behaviors. */\nexport interface SuggestRequest {\n /** An OData expression that filters the documents considered for suggestions. */\n filter?: string;\n /** A value indicating whether to use fuzzy matching for the suggestion query. Default is false. When set to true, the query will find suggestions even if there's a substituted or missing character in the search text. While this provides a better experience in some scenarios, it comes at a performance cost as fuzzy suggestion searches are slower and consume more resources. */\n useFuzzyMatching?: boolean;\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. If omitted, hit highlighting of suggestions is disabled. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. If omitted, hit highlighting of suggestions is disabled. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by a suggestion query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 80. */\n minimumCoverage?: number;\n /** The comma-separated list of OData $orderby expressions by which to sort the results. Each expression can be either a field name or a call to either the geo.distance() or the search.score() functions. Each expression can be followed by asc to indicate ascending, or desc to indicate descending. The default is ascending order. Ties will be broken by the match scores of documents. If no $orderby is specified, the default sort order is descending by document match score. There can be at most 32 $orderby clauses. */\n orderBy?: string;\n /** The search text to use to suggest documents. Must be at least 1 character, and no more than 100 characters. */\n searchText: string;\n /** The comma-separated list of field names to search for the specified search text. Target fields must be included in the specified suggester. */\n searchFields?: string;\n /** The comma-separated list of fields to retrieve. If unspecified, only the key field will be included in the results. */\n select?: string;\n /** The name of the suggester as specified in the suggesters collection that's part of the index definition. */\n suggesterName: string;\n /** The number of suggestions to retrieve. This must be a value between 1 and 100. The default is 5. */\n top?: number;\n}\n\n/** Contains a batch of document write actions to send to the index. */\nexport interface IndexBatch {\n /** The actions in the batch. */\n actions: IndexAction[];\n}\n\n/** Represents an index action that operates on a document. */\nexport interface IndexAction {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** The operation to perform on a document in an indexing batch. */\n __actionType: IndexActionType;\n}\n\n/** Response containing the status of operations for all documents in the indexing request. */\nexport interface IndexDocumentsResult {\n /**\n * The list of status information for each document in the indexing request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly results: IndexingResult[];\n}\n\n/** Status of an indexing operation for a single document. */\nexport interface IndexingResult {\n /**\n * The key of a document that was in the indexing request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly key: string;\n /**\n * The error message explaining why the indexing operation failed for the document identified by the key; null if indexing succeeded.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n /**\n * A value indicating whether the indexing operation succeeded for the document identified by the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly succeeded: boolean;\n /**\n * The status code of the indexing operation. Possible values include: 200 for a successful update or delete, 201 for successful document creation, 400 for a malformed input document, 404 for document not found, 409 for a version conflict, 422 when the index is temporarily unavailable, or 503 for when the service is too busy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusCode: number;\n}\n\n/** The result of Autocomplete query. */\nexport interface AutocompleteResult {\n /**\n * A value indicating the percentage of the index that was considered by the autocomplete request, or null if minimumCoverage was not specified in the request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly coverage?: number;\n /**\n * The list of returned Autocompleted items.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly results: AutocompleteItem[];\n}\n\n/** The result of Autocomplete requests. */\nexport interface AutocompleteItem {\n /**\n * The completed term.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly text: string;\n /**\n * The query along with the completed term.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly queryPlusText: string;\n}\n\n/** Parameters for fuzzy matching, and other autocomplete query behaviors. */\nexport interface AutocompleteRequest {\n /** The search text on which to base autocomplete results. */\n searchText: string;\n /** Specifies the mode for Autocomplete. The default is 'oneTerm'. Use 'twoTerms' to get shingles and 'oneTermWithContext' to use the current context while producing auto-completed terms. */\n autocompleteMode?: AutocompleteMode;\n /** An OData expression that filters the documents used to produce completed terms for the Autocomplete result. */\n filter?: string;\n /** A value indicating whether to use fuzzy matching for the autocomplete query. Default is false. When set to true, the query will autocomplete terms even if there's a substituted or missing character in the search text. While this provides a better experience in some scenarios, it comes at a performance cost as fuzzy autocomplete queries are slower and consume more resources. */\n useFuzzyMatching?: boolean;\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. If omitted, hit highlighting is disabled. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. If omitted, hit highlighting is disabled. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by an autocomplete query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 80. */\n minimumCoverage?: number;\n /** The comma-separated list of field names to consider when querying for auto-completed terms. Target fields must be included in the specified suggester. */\n searchFields?: string;\n /** The name of the suggester as specified in the suggesters collection that's part of the index definition. */\n suggesterName: string;\n /** The number of auto-completed terms to retrieve. This must be a value between 1 and 100. The default is 5. */\n top?: number;\n}\n\n/** Contains debugging information that can be used to further explore your search results. */\nexport interface DebugInfo {\n /**\n * Contains debugging information specific to query rewrites.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly queryRewrites?: QueryRewritesDebugInfo;\n}\n\n/** Contains debugging information specific to query rewrites. */\nexport interface QueryRewritesDebugInfo {\n /**\n * List of query rewrites generated for the text query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly text?: QueryRewritesValuesDebugInfo;\n /**\n * List of query rewrites generated for the vectorizable text queries.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vectors?: QueryRewritesValuesDebugInfo[];\n}\n\n/** Contains debugging information specific to query rewrites. */\nexport interface QueryRewritesValuesDebugInfo {\n /**\n * The input text to the generative query rewriting model. There may be cases where the user query and the input to the generative model are not identical.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputQuery?: string;\n /**\n * List of query rewrites.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rewrites?: string[];\n}\n\n/** The query parameters to use for vector search when a raw vector value is provided. */\nexport interface VectorizedQuery extends VectorQuery {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"vector\";\n /** The vector representation of a search query. */\n vector: number[];\n}\n\n/** The query parameters to use for vector search when a text value that needs to be vectorized is provided. */\nexport interface VectorizableTextQuery extends VectorQuery {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"text\";\n /** The text to be vectorized to perform a vector search query. */\n text: string;\n /** Can be configured to let a generative model rewrite the query before sending it to be vectorized. */\n queryRewrites?: QueryRewritesType;\n}\n\n/** The query parameters to use for vector search when an url that represents an image value that needs to be vectorized is provided. */\nexport interface VectorizableImageUrlQuery extends VectorQuery {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"imageUrl\";\n /** The URL of an image to be vectorized to perform a vector search query. */\n url?: string;\n}\n\n/** The query parameters to use for vector search when a base 64 encoded binary of an image that needs to be vectorized is provided. */\nexport interface VectorizableImageBinaryQuery extends VectorQuery {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"imageBinary\";\n /** The base 64 encoded binary of an image to be vectorized to perform a vector search query. */\n base64Image?: string;\n}\n\n/** The results of the vector query will be filtered based on the vector similarity metric. Note this is the canonical definition of similarity metric, not the 'distance' version. The threshold direction (larger or smaller) will be chosen automatically according to the metric used by the field. */\nexport interface VectorSimilarityThreshold extends VectorThreshold {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"vectorSimilarity\";\n /** The threshold will filter based on the similarity metric value. Note this is the canonical definition of similarity metric, not the 'distance' version. The threshold direction (larger or smaller) will be chosen automatically according to the metric used by the field. */\n value: number;\n}\n\n/** The results of the vector query will filter based on the '@search.score' value. Note this is the @search.score returned as part of the search response. The threshold direction will be chosen for higher @search.score. */\nexport interface SearchScoreThreshold extends VectorThreshold {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"searchScore\";\n /** The threshold will filter based on the '@search.score' value. Note this is the @search.score returned as part of the search response. The threshold direction will be chosen for higher @search.score. */\n value: number;\n}\n\n/** Parameter group */\nexport interface SearchOptions {\n /** A value that specifies whether to fetch the total count of results. Default is false. Setting this value to true may have a performance impact. Note that the count returned is an approximation. */\n includeTotalResultCount?: boolean;\n /** The list of facet expressions to apply to the search query. Each facet expression contains a field name, optionally followed by a comma-separated list of name:value pairs. */\n facets?: string[];\n /** The OData $filter expression to apply to the search query. */\n filter?: string;\n /** The list of field names to use for hit highlights. Only searchable fields can be used for hit highlighting. */\n highlightFields?: string[];\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. Default is &lt;/em&gt;. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. Default is &lt;em&gt;. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by a search query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 100. */\n minimumCoverage?: number;\n /** The list of OData $orderby expressions by which to sort the results. Each expression can be either a field name or a call to either the geo.distance() or the search.score() functions. Each expression can be followed by asc to indicate ascending, and desc to indicate descending. The default is ascending order. Ties will be broken by the match scores of documents. If no OrderBy is specified, the default sort order is descending by document match score. There can be at most 32 $orderby clauses. */\n orderBy?: string[];\n /** A value that specifies the syntax of the search query. The default is 'simple'. Use 'full' if your query uses the Lucene query syntax. */\n queryType?: QueryType;\n /** The list of parameter values to be used in scoring functions (for example, referencePointParameter) using the format name-values. For example, if the scoring profile defines a function with a parameter called 'mylocation' the parameter string would be \"mylocation--122.2,44.8\" (without the quotes). */\n scoringParameters?: string[];\n /** The name of a scoring profile to evaluate match scores for matching documents in order to sort the results. */\n scoringProfile?: string;\n /** The list of field names to which to scope the full-text search. When using fielded search (fieldName:searchExpression) in a full Lucene query, the field names of each fielded search expression take precedence over any field names listed in this parameter. */\n searchFields?: string[];\n /** A value that specifies whether any or all of the search terms must be matched in order to count the document as a match. */\n searchMode?: SearchMode;\n /** A value that specifies whether we want to calculate scoring statistics (such as document frequency) globally for more consistent scoring, or locally, for lower latency. */\n scoringStatistics?: ScoringStatistics;\n /** A value to be used to create a sticky session, which can help to get more consistent results. As long as the same sessionId is used, a best-effort attempt will be made to target the same replica set. Be wary that reusing the same sessionID values repeatedly can interfere with the load balancing of the requests across replicas and adversely affect the performance of the search service. The value used as sessionId cannot start with a '_' character. */\n sessionId?: string;\n /** The list of fields to retrieve. If unspecified, all fields marked as retrievable in the schema are included. */\n select?: string[];\n /** The number of search results to skip. This value cannot be greater than 100,000. If you need to scan documents in sequence, but cannot use $skip due to this limitation, consider using $orderby on a totally-ordered key and $filter with a range query instead. */\n skip?: number;\n /** The number of search results to retrieve. This can be used in conjunction with $skip to implement client-side paging of search results. If results are truncated due to server-side paging, the response will include a continuation token that can be used to issue another Search request for the next page of results. */\n top?: number;\n /** The name of the semantic configuration that lists which fields should be used for semantic ranking, captions, highlights, and answers */\n semanticConfiguration?: string;\n /** Allows the user to choose whether a semantic call should fail completely, or to return partial results (default). */\n semanticErrorHandling?: SemanticErrorMode;\n /** Allows the user to set an upper bound on the amount of time it takes for semantic enrichment to finish processing before the request fails. */\n semanticMaxWaitInMilliseconds?: number;\n /** This parameter is only valid if the query type is `semantic`. If set, the query returns answers extracted from key passages in the highest ranked documents. The number of answers returned can be configured by appending the pipe character `|` followed by the `count-<number of answers>` option after the answers parameter value, such as `extractive|count-3`. Default count is 1. The confidence threshold can be configured by appending the pipe character `|` followed by the `threshold-<confidence threshold>` option after the answers parameter value, such as `extractive|threshold-0.9`. Default threshold is 0.7. The maximum character length of answers can be configured by appending the pipe character '|' followed by the 'count-<number of maximum character length>', such as 'extractive|maxcharlength-600'. */\n answers?: QueryAnswerType;\n /** This parameter is only valid if the query type is `semantic`. If set, the query returns captions extracted from key passages in the highest ranked documents. When Captions is set to `extractive`, highlighting is enabled by default, and can be configured by appending the pipe character `|` followed by the `highlight-<true/false>` option, such as `extractive|highlight-true`. Defaults to `None`. The maximum character length of captions can be configured by appending the pipe character '|' followed by the 'count-<number of maximum character length>', such as 'extractive|maxcharlength-600'. */\n captions?: QueryCaptionType;\n /** Allows setting a separate search query that will be solely used for semantic reranking, semantic captions and semantic answers. Is useful for scenarios where there is a need to use different queries between the base retrieval and ranking phase, and the L2 semantic phase. */\n semanticQuery?: string;\n /** When QueryRewrites is set to `generative`, the query terms are sent to a generate model which will produce 10 (default) rewrites to help increase the recall of the request. The requested count can be configured by appending the pipe character `|` followed by the `count-<number of rewrites>` option, such as `generative|count-3`. Defaults to `None`. This parameter is only valid if the query type is `semantic`. */\n queryRewrites?: QueryRewritesType;\n /** Enables a debugging tool that can be used to further explore your search results. */\n debug?: QueryDebugMode;\n /** The language of the query. */\n queryLanguage?: QueryLanguage;\n /** Improve search recall by spell-correcting individual search query terms. */\n speller?: QuerySpellerType;\n /** The list of field names used for semantic ranking. */\n semanticFields?: string[];\n}\n\n/** Parameter group */\nexport interface SuggestOptions {\n /** An OData expression that filters the documents considered for suggestions. */\n filter?: string;\n /** A value indicating whether to use fuzzy matching for the suggestions query. Default is false. When set to true, the query will find terms even if there's a substituted or missing character in the search text. While this provides a better experience in some scenarios, it comes at a performance cost as fuzzy suggestions queries are slower and consume more resources. */\n useFuzzyMatching?: boolean;\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. If omitted, hit highlighting of suggestions is disabled. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. If omitted, hit highlighting of suggestions is disabled. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by a suggestions query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 80. */\n minimumCoverage?: number;\n /** The list of OData $orderby expressions by which to sort the results. Each expression can be either a field name or a call to either the geo.distance() or the search.score() functions. Each expression can be followed by asc to indicate ascending, or desc to indicate descending. The default is ascending order. Ties will be broken by the match scores of documents. If no $orderby is specified, the default sort order is descending by document match score. There can be at most 32 $orderby clauses. */\n orderBy?: string[];\n /** The list of field names to search for the specified search text. Target fields must be included in the specified suggester. */\n searchFields?: string[];\n /** The list of fields to retrieve. If unspecified, only the key field will be included in the results. */\n select?: string[];\n /** The number of suggestions to retrieve. The value must be a number between 1 and 100. The default is 5. */\n top?: number;\n}\n\n/** Parameter group */\nexport interface AutocompleteOptions {\n /** Specifies the mode for Autocomplete. The default is 'oneTerm'. Use 'twoTerms' to get shingles and 'oneTermWithContext' to use the current context while producing auto-completed terms. */\n autocompleteMode?: AutocompleteMode;\n /** An OData expression that filters the documents used to produce completed terms for the Autocomplete result. */\n filter?: string;\n /** A value indicating whether to use fuzzy matching for the autocomplete query. Default is false. When set to true, the query will find terms even if there's a substituted or missing character in the search text. While this provides a better experience in some scenarios, it comes at a performance cost as fuzzy autocomplete queries are slower and consume more resources. */\n useFuzzyMatching?: boolean;\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. If omitted, hit highlighting is disabled. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. If omitted, hit highlighting is disabled. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by an autocomplete query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 80. */\n minimumCoverage?: number;\n /** The list of field names to consider when querying for auto-completed terms. Target fields must be included in the specified suggester. */\n searchFields?: string[];\n /** The number of auto-completed terms to retrieve. This must be a value between 1 and 100. The default is 5. */\n top?: number;\n}\n\n/** Known values of {@link ApiVersion20250801Preview} that the service accepts. */\nexport enum KnownApiVersion20250801Preview {\n /** Api Version '2025-08-01-preview' */\n TwoThousandTwentyFive0801Preview = \"2025-08-01-preview\",\n}\n\n/**\n * Defines values for ApiVersion20250801Preview. \\\n * {@link KnownApiVersion20250801Preview} can be used interchangeably with ApiVersion20250801Preview,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **2025-08-01-preview**: Api Version '2025-08-01-preview'\n */\nexport type ApiVersion20250801Preview = string;\n\n/** Known values of {@link SemanticErrorMode} that the service accepts. */\nexport enum KnownSemanticErrorMode {\n /** If the semantic processing fails, partial results still return. The definition of partial results depends on what semantic step failed and what was the reason for failure. */\n Partial = \"partial\",\n /** If there is an exception during the semantic processing step, the query will fail and return the appropriate HTTP code depending on the error. */\n Fail = \"fail\",\n}\n\n/**\n * Defines values for SemanticErrorMode. \\\n * {@link KnownSemanticErrorMode} can be used interchangeably with SemanticErrorMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **partial**: If the semantic processing fails, partial results still return. The definition of partial results depends on what semantic step failed and what was the reason for failure. \\\n * **fail**: If there is an exception during the semantic processing step, the query will fail and return the appropriate HTTP code depending on the error.\n */\nexport type SemanticErrorMode = string;\n\n/** Known values of {@link QueryAnswerType} that the service accepts. */\nexport enum KnownQueryAnswerType {\n /** Do not return answers for the query. */\n None = \"none\",\n /** Extracts answer candidates from the contents of the documents returned in response to a query expressed as a question in natural language. */\n Extractive = \"extractive\",\n}\n\n/**\n * Defines values for QueryAnswerType. \\\n * {@link KnownQueryAnswerType} can be used interchangeably with QueryAnswerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none**: Do not return answers for the query. \\\n * **extractive**: Extracts answer candidates from the contents of the documents returned in response to a query expressed as a question in natural language.\n */\nexport type QueryAnswerType = string;\n\n/** Known values of {@link QueryCaptionType} that the service accepts. */\nexport enum KnownQueryCaptionType {\n /** Do not return captions for the query. */\n None = \"none\",\n /** Extracts captions from the matching documents that contain passages relevant to the search query. */\n Extractive = \"extractive\",\n}\n\n/**\n * Defines values for QueryCaptionType. \\\n * {@link KnownQueryCaptionType} can be used interchangeably with QueryCaptionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none**: Do not return captions for the query. \\\n * **extractive**: Extracts captions from the matching documents that contain passages relevant to the search query.\n */\nexport type QueryCaptionType = string;\n\n/** Known values of {@link QueryRewritesType} that the service accepts. */\nexport enum KnownQueryRewritesType {\n /** Do not generate additional query rewrites for this query. */\n None = \"none\",\n /** Generate alternative query terms to increase the recall of a search request. */\n Generative = \"generative\",\n}\n\n/**\n * Defines values for QueryRewritesType. \\\n * {@link KnownQueryRewritesType} can be used interchangeably with QueryRewritesType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none**: Do not generate additional query rewrites for this query. \\\n * **generative**: Generate alternative query terms to increase the recall of a search request.\n */\nexport type QueryRewritesType = string;\n\n/** Known values of {@link QueryDebugMode} that the service accepts. */\nexport enum KnownQueryDebugMode {\n /** No query debugging information will be returned. */\n Disabled = \"disabled\",\n /** Allows the user to further explore their reranked results. */\n Semantic = \"semantic\",\n /** Allows the user to further explore their hybrid and vector query results. */\n Vector = \"vector\",\n /** Allows the user to explore the list of query rewrites generated for their search request. */\n QueryRewrites = \"queryRewrites\",\n /** Allows the user to retrieve scoring information regarding vectors matched within a collection of complex types. */\n InnerHits = \"innerHits\",\n /** Turn on all debug options. */\n All = \"all\",\n}\n\n/**\n * Defines values for QueryDebugMode. \\\n * {@link KnownQueryDebugMode} can be used interchangeably with QueryDebugMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **disabled**: No query debugging information will be returned. \\\n * **semantic**: Allows the user to further explore their reranked results. \\\n * **vector**: Allows the user to further explore their hybrid and vector query results. \\\n * **queryRewrites**: Allows the user to explore the list of query rewrites generated for their search request. \\\n * **innerHits**: Allows the user to retrieve scoring information regarding vectors matched within a collection of complex types. \\\n * **all**: Turn on all debug options.\n */\nexport type QueryDebugMode = string;\n\n/** Known values of {@link QueryLanguage} that the service accepts. */\nexport enum KnownQueryLanguage {\n /** Query language not specified. */\n None = \"none\",\n /** Query language value for English (United States). */\n EnUs = \"en-us\",\n /** Query language value for English (Great Britain). */\n EnGb = \"en-gb\",\n /** Query language value for English (India). */\n EnIn = \"en-in\",\n /** Query language value for English (Canada). */\n EnCa = \"en-ca\",\n /** Query language value for English (Australia). */\n EnAu = \"en-au\",\n /** Query language value for French (France). */\n FrFr = \"fr-fr\",\n /** Query language value for French (Canada). */\n FrCa = \"fr-ca\",\n /** Query language value for German (Germany). */\n DeDe = \"de-de\",\n /** Query language value for Spanish (Spain). */\n EsEs = \"es-es\",\n /** Query language value for Spanish (Mexico). */\n EsMx = \"es-mx\",\n /** Query language value for Chinese (China). */\n ZhCn = \"zh-cn\",\n /** Query language value for Chinese (Taiwan). */\n ZhTw = \"zh-tw\",\n /** Query language value for Portuguese (Brazil). */\n PtBr = \"pt-br\",\n /** Query language value for Portuguese (Portugal). */\n PtPt = \"pt-pt\",\n /** Query language value for Italian (Italy). */\n ItIt = \"it-it\",\n /** Query language value for Japanese (Japan). */\n JaJp = \"ja-jp\",\n /** Query language value for Korean (Korea). */\n KoKr = \"ko-kr\",\n /** Query language value for Russian (Russia). */\n RuRu = \"ru-ru\",\n /** Query language value for Czech (Czech Republic). */\n CsCz = \"cs-cz\",\n /** Query language value for Dutch (Belgium). */\n NlBe = \"nl-be\",\n /** Query language value for Dutch (Netherlands). */\n NlNl = \"nl-nl\",\n /** Query language value for Hungarian (Hungary). */\n HuHu = \"hu-hu\",\n /** Query language value for Polish (Poland). */\n PlPl = \"pl-pl\",\n /** Query language value for Swedish (Sweden). */\n SvSe = \"sv-se\",\n /** Query language value for Turkish (Turkey). */\n TrTr = \"tr-tr\",\n /** Query language value for Hindi (India). */\n HiIn = \"hi-in\",\n /** Query language value for Arabic (Saudi Arabia). */\n ArSa = \"ar-sa\",\n /** Query language value for Arabic (Egypt). */\n ArEg = \"ar-eg\",\n /** Query language value for Arabic (Morocco). */\n ArMa = \"ar-ma\",\n /** Query language value for Arabic (Kuwait). */\n ArKw = \"ar-kw\",\n /** Query language value for Arabic (Jordan). */\n ArJo = \"ar-jo\",\n /** Query language value for Danish (Denmark). */\n DaDk = \"da-dk\",\n /** Query language value for Norwegian (Norway). */\n NoNo = \"no-no\",\n /** Query language value for Bulgarian (Bulgaria). */\n BgBg = \"bg-bg\",\n /** Query language value for Croatian (Croatia). */\n HrHr = \"hr-hr\",\n /** Query language value for Croatian (Bosnia and Herzegovina). */\n HrBa = \"hr-ba\",\n /** Query language value for Malay (Malaysia). */\n MsMy = \"ms-my\",\n /** Query language value for Malay (Brunei Darussalam). */\n MsBn = \"ms-bn\",\n /** Query language value for Slovenian (Slovenia). */\n SlSl = \"sl-sl\",\n /** Query language value for Tamil (India). */\n TaIn = \"ta-in\",\n /** Query language value for Vietnamese (Viet Nam). */\n ViVn = \"vi-vn\",\n /** Query language value for Greek (Greece). */\n ElGr = \"el-gr\",\n /** Query language value for Romanian (Romania). */\n RoRo = \"ro-ro\",\n /** Query language value for Icelandic (Iceland). */\n IsIs = \"is-is\",\n /** Query language value for Indonesian (Indonesia). */\n IdId = \"id-id\",\n /** Query language value for Thai (Thailand). */\n ThTh = \"th-th\",\n /** Query language value for Lithuanian (Lithuania). */\n LtLt = \"lt-lt\",\n /** Query language value for Ukrainian (Ukraine). */\n UkUa = \"uk-ua\",\n /** Query language value for Latvian (Latvia). */\n LvLv = \"lv-lv\",\n /** Query language value for Estonian (Estonia). */\n EtEe = \"et-ee\",\n /** Query language value for Catalan. */\n CaEs = \"ca-es\",\n /** Query language value for Finnish (Finland). */\n FiFi = \"fi-fi\",\n /** Query language value for Serbian (Bosnia and Herzegovina). */\n SrBa = \"sr-ba\",\n /** Query language value for Serbian (Montenegro). */\n SrMe = \"sr-me\",\n /** Query language value for Serbian (Serbia). */\n SrRs = \"sr-rs\",\n /** Query language value for Slovak (Slovakia). */\n SkSk = \"sk-sk\",\n /** Query language value for Norwegian (Norway). */\n NbNo = \"nb-no\",\n /** Query language value for Armenian (Armenia). */\n HyAm = \"hy-am\",\n /** Query language value for Bengali (India). */\n BnIn = \"bn-in\",\n /** Query language value for Basque. */\n EuEs = \"eu-es\",\n /** Query language value for Galician. */\n GlEs = \"gl-es\",\n /** Query language value for Gujarati (India). */\n GuIn = \"gu-in\",\n /** Query language value for Hebrew (Israel). */\n HeIl = \"he-il\",\n /** Query language value for Irish (Ireland). */\n GaIe = \"ga-ie\",\n /** Query language value for Kannada (India). */\n KnIn = \"kn-in\",\n /** Query language value for Malayalam (India). */\n MlIn = \"ml-in\",\n /** Query language value for Marathi (India). */\n MrIn = \"mr-in\",\n /** Query language value for Persian (U.A.E.). */\n FaAe = \"fa-ae\",\n /** Query language value for Punjabi (India). */\n PaIn = \"pa-in\",\n /** Query language value for Telugu (India). */\n TeIn = \"te-in\",\n /** Query language value for Urdu (Pakistan). */\n UrPk = \"ur-pk\",\n}\n\n/**\n * Defines values for QueryLanguage. \\\n * {@link KnownQueryLanguage} can be used interchangeably with QueryLanguage,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none**: Query language not specified. \\\n * **en-us**: Query language value for English (United States). \\\n * **en-gb**: Query language value for English (Great Britain). \\\n * **en-in**: Query language value for English (India). \\\n * **en-ca**: Query language value for English (Canada). \\\n * **en-au**: Query language value for English (Australia). \\\n * **fr-fr**: Query language value for French (France). \\\n * **fr-ca**: Query language value for French (Canada). \\\n * **de-de**: Query language value for German (Germany). \\\n * **es-es**: Query language value for Spanish (Spain). \\\n * **es-mx**: Query language value for Spanish (Mexico). \\\n * **zh-cn**: Query language value for Chinese (China). \\\n * **zh-tw**: Query language value for Chinese (Taiwan). \\\n * **pt-br**: Query language value for Portuguese (Brazil). \\\n * **pt-pt**: Query language value for Portuguese (Portugal). \\\n * **it-it**: Query language value for Italian (Italy). \\\n * **ja-jp**: Query language value for Japanese (Japan). \\\n * **ko-kr**: Query language value for Korean (Korea). \\\n * **ru-ru**: Query language value for Russian (Russia). \\\n * **cs-cz**: Query language value for Czech (Czech Republic). \\\n * **nl-be**: Query language value for Dutch (Belgium). \\\n * **nl-nl**: Query language value for Dutch (Netherlands). \\\n * **hu-hu**: Query language value for Hungarian (Hungary). \\\n * **pl-pl**: Query language value for Polish (Poland). \\\n * **sv-se**: Query language value for Swedish (Sweden). \\\n * **tr-tr**: Query language value for Turkish (Turkey). \\\n * **hi-in**: Query language value for Hindi (India). \\\n * **ar-sa**: Query language value for Arabic (Saudi Arabia). \\\n * **ar-eg**: Query language value for Arabic (Egypt). \\\n * **ar-ma**: Query language value for Arabic (Morocco). \\\n * **ar-kw**: Query language value for Arabic (Kuwait). \\\n * **ar-jo**: Query language value for Arabic (Jordan). \\\n * **da-dk**: Query language value for Danish (Denmark). \\\n * **no-no**: Query language value for Norwegian (Norway). \\\n * **bg-bg**: Query language value for Bulgarian (Bulgaria). \\\n * **hr-hr**: Query language value for Croatian (Croatia). \\\n * **hr-ba**: Query language value for Croatian (Bosnia and Herzegovina). \\\n * **ms-my**: Query language value for Malay (Malaysia). \\\n * **ms-bn**: Query language value for Malay (Brunei Darussalam). \\\n * **sl-sl**: Query language value for Slovenian (Slovenia). \\\n * **ta-in**: Query language value for Tamil (India). \\\n * **vi-vn**: Query language value for Vietnamese (Viet Nam). \\\n * **el-gr**: Query language value for Greek (Greece). \\\n * **ro-ro**: Query language value for Romanian (Romania). \\\n * **is-is**: Query language value for Icelandic (Iceland). \\\n * **id-id**: Query language value for Indonesian (Indonesia). \\\n * **th-th**: Query language value for Thai (Thailand). \\\n * **lt-lt**: Query language value for Lithuanian (Lithuania). \\\n * **uk-ua**: Query language value for Ukrainian (Ukraine). \\\n * **lv-lv**: Query language value for Latvian (Latvia). \\\n * **et-ee**: Query language value for Estonian (Estonia). \\\n * **ca-es**: Query language value for Catalan. \\\n * **fi-fi**: Query language value for Finnish (Finland). \\\n * **sr-ba**: Query language value for Serbian (Bosnia and Herzegovina). \\\n * **sr-me**: Query language value for Serbian (Montenegro). \\\n * **sr-rs**: Query language value for Serbian (Serbia). \\\n * **sk-sk**: Query language value for Slovak (Slovakia). \\\n * **nb-no**: Query language value for Norwegian (Norway). \\\n * **hy-am**: Query language value for Armenian (Armenia). \\\n * **bn-in**: Query language value for Bengali (India). \\\n * **eu-es**: Query language value for Basque. \\\n * **gl-es**: Query language value for Galician. \\\n * **gu-in**: Query language value for Gujarati (India). \\\n * **he-il**: Query language value for Hebrew (Israel). \\\n * **ga-ie**: Query language value for Irish (Ireland). \\\n * **kn-in**: Query language value for Kannada (India). \\\n * **ml-in**: Query language value for Malayalam (India). \\\n * **mr-in**: Query language value for Marathi (India). \\\n * **fa-ae**: Query language value for Persian (U.A.E.). \\\n * **pa-in**: Query language value for Punjabi (India). \\\n * **te-in**: Query language value for Telugu (India). \\\n * **ur-pk**: Query language value for Urdu (Pakistan).\n */\nexport type QueryLanguage = string;\n\n/** Known values of {@link QuerySpellerType} that the service accepts. */\nexport enum KnownQuerySpellerType {\n /** Speller not enabled. */\n None = \"none\",\n /** Speller corrects individual query terms using a static lexicon for the language specified by the queryLanguage parameter. */\n Lexicon = \"lexicon\",\n}\n\n/**\n * Defines values for QuerySpellerType. \\\n * {@link KnownQuerySpellerType} can be used interchangeably with QuerySpellerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none**: Speller not enabled. \\\n * **lexicon**: Speller corrects individual query terms using a static lexicon for the language specified by the queryLanguage parameter.\n */\nexport type QuerySpellerType = string;\n\n/** Known values of {@link VectorQueryKind} that the service accepts. */\nexport enum KnownVectorQueryKind {\n /** Vector query where a raw vector value is provided. */\n Vector = \"vector\",\n /** Vector query where a text value that needs to be vectorized is provided. */\n Text = \"text\",\n /** Vector query where an url that represents an image value that needs to be vectorized is provided. */\n ImageUrl = \"imageUrl\",\n /** Vector query where a base 64 encoded binary of an image that needs to be vectorized is provided. */\n ImageBinary = \"imageBinary\",\n}\n\n/**\n * Defines values for VectorQueryKind. \\\n * {@link KnownVectorQueryKind} can be used interchangeably with VectorQueryKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **vector**: Vector query where a raw vector value is provided. \\\n * **text**: Vector query where a text value that needs to be vectorized is provided. \\\n * **imageUrl**: Vector query where an url that represents an image value that needs to be vectorized is provided. \\\n * **imageBinary**: Vector query where a base 64 encoded binary of an image that needs to be vectorized is provided.\n */\nexport type VectorQueryKind = string;\n\n/** Known values of {@link VectorThresholdKind} that the service accepts. */\nexport enum KnownVectorThresholdKind {\n /** The results of the vector query will be filtered based on the vector similarity metric. Note this is the canonical definition of similarity metric, not the 'distance' version. The threshold direction (larger or smaller) will be chosen automatically according to the metric used by the field. */\n VectorSimilarity = \"vectorSimilarity\",\n /** The results of the vector query will filter based on the '@search.score' value. Note this is the @search.score returned as part of the search response. The threshold direction will be chosen for higher @search.score. */\n SearchScore = \"searchScore\",\n}\n\n/**\n * Defines values for VectorThresholdKind. \\\n * {@link KnownVectorThresholdKind} can be used interchangeably with VectorThresholdKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **vectorSimilarity**: The results of the vector query will be filtered based on the vector similarity metric. Note this is the canonical definition of similarity metric, not the 'distance' version. The threshold direction (larger or smaller) will be chosen automatically according to the metric used by the field. \\\n * **searchScore**: The results of the vector query will filter based on the '@search.score' value. Note this is the @search.score returned as part of the search response. The threshold direction will be chosen for higher @search.score.\n */\nexport type VectorThresholdKind = string;\n\n/** Known values of {@link VectorFilterMode} that the service accepts. */\nexport enum KnownVectorFilterMode {\n /** The filter will be applied after the candidate set of vector results is returned. Depending on the filter selectivity, this can result in fewer results than requested by the parameter 'k'. */\n PostFilter = \"postFilter\",\n /** The filter will be applied before the search query. */\n PreFilter = \"preFilter\",\n /** The filter will be applied after the global top-k candidate set of vector results is returned. This will result in fewer results than requested by the parameter 'k'. */\n StrictPostFilter = \"strictPostFilter\",\n}\n\n/**\n * Defines values for VectorFilterMode. \\\n * {@link KnownVectorFilterMode} can be used interchangeably with VectorFilterMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **postFilter**: The filter will be applied after the candidate set of vector results is returned. Depending on the filter selectivity, this can result in fewer results than requested by the parameter 'k'. \\\n * **preFilter**: The filter will be applied before the search query. \\\n * **strictPostFilter**: The filter will be applied after the global top-k candidate set of vector results is returned. This will result in fewer results than requested by the parameter 'k'.\n */\nexport type VectorFilterMode = string;\n\n/** Known values of {@link HybridCountAndFacetMode} that the service accepts. */\nexport enum KnownHybridCountAndFacetMode {\n /** Only include documents that were matched within the 'maxTextRecallSize' retrieval window when computing 'count' and 'facets'. */\n CountRetrievableResults = \"countRetrievableResults\",\n /** Include all documents that were matched by the search query when computing 'count' and 'facets', regardless of whether or not those documents are within the 'maxTextRecallSize' retrieval window. */\n CountAllResults = \"countAllResults\",\n}\n\n/**\n * Defines values for HybridCountAndFacetMode. \\\n * {@link KnownHybridCountAndFacetMode} can be used interchangeably with HybridCountAndFacetMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **countRetrievableResults**: Only include documents that were matched within the 'maxTextRecallSize' retrieval window when computing 'count' and 'facets'. \\\n * **countAllResults**: Include all documents that were matched by the search query when computing 'count' and 'facets', regardless of whether or not those documents are within the 'maxTextRecallSize' retrieval window.\n */\nexport type HybridCountAndFacetMode = string;\n\n/** Known values of {@link SemanticFieldState} that the service accepts. */\nexport enum KnownSemanticFieldState {\n /** The field was fully used for semantic enrichment. */\n Used = \"used\",\n /** The field was not used for semantic enrichment. */\n Unused = \"unused\",\n /** The field was partially used for semantic enrichment. */\n Partial = \"partial\",\n}\n\n/**\n * Defines values for SemanticFieldState. \\\n * {@link KnownSemanticFieldState} can be used interchangeably with SemanticFieldState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **used**: The field was fully used for semantic enrichment. \\\n * **unused**: The field was not used for semantic enrichment. \\\n * **partial**: The field was partially used for semantic enrichment.\n */\nexport type SemanticFieldState = string;\n\n/** Known values of {@link SemanticErrorReason} that the service accepts. */\nexport enum KnownSemanticErrorReason {\n /** If `semanticMaxWaitInMilliseconds` was set and the semantic processing duration exceeded that value. Only the base results were returned. */\n MaxWaitExceeded = \"maxWaitExceeded\",\n /** The request was throttled. Only the base results were returned. */\n CapacityOverloaded = \"capacityOverloaded\",\n /** At least one step of the semantic process failed. */\n Transient = \"transient\",\n}\n\n/**\n * Defines values for SemanticErrorReason. \\\n * {@link KnownSemanticErrorReason} can be used interchangeably with SemanticErrorReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **maxWaitExceeded**: If `semanticMaxWaitInMilliseconds` was set and the semantic processing duration exceeded that value. Only the base results were returned. \\\n * **capacityOverloaded**: The request was throttled. Only the base results were returned. \\\n * **transient**: At least one step of the semantic process failed.\n */\nexport type SemanticErrorReason = string;\n\n/** Known values of {@link SemanticSearchResultsType} that the service accepts. */\nexport enum KnownSemanticSearchResultsType {\n /** Results without any semantic enrichment or reranking. */\n BaseResults = \"baseResults\",\n /** Results have been reranked with the reranker model and will include semantic captions. They will not include any answers, answers highlights or caption highlights. */\n RerankedResults = \"rerankedResults\",\n}\n\n/**\n * Defines values for SemanticSearchResultsType. \\\n * {@link KnownSemanticSearchResultsType} can be used interchangeably with SemanticSearchResultsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **baseResults**: Results without any semantic enrichment or reranking. \\\n * **rerankedResults**: Results have been reranked with the reranker model and will include semantic captions. They will not include any answers, answers highlights or caption highlights.\n */\nexport type SemanticSearchResultsType = string;\n\n/** Known values of {@link SemanticQueryRewritesResultType} that the service accepts. */\nexport enum KnownSemanticQueryRewritesResultType {\n /** Query rewrites were not successfully generated for this request. Only the original query was used to retrieve the results. */\n OriginalQueryOnly = \"originalQueryOnly\",\n}\n\n/**\n * Defines values for SemanticQueryRewritesResultType. \\\n * {@link KnownSemanticQueryRewritesResultType} can be used interchangeably with SemanticQueryRewritesResultType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **originalQueryOnly**: Query rewrites were not successfully generated for this request. Only the original query was used to retrieve the results.\n */\nexport type SemanticQueryRewritesResultType = string;\n/** Defines values for QueryType. */\nexport type QueryType = \"simple\" | \"full\" | \"semantic\";\n/** Defines values for SearchMode. */\nexport type SearchMode = \"any\" | \"all\";\n/** Defines values for ScoringStatistics. */\nexport type ScoringStatistics = \"local\" | \"global\";\n/** Defines values for IndexActionType. */\nexport type IndexActionType = \"upload\" | \"merge\" | \"mergeOrUpload\" | \"delete\";\n/** Defines values for AutocompleteMode. */\nexport type AutocompleteMode = \"oneTerm\" | \"twoTerms\" | \"oneTermWithContext\";\n\n/** Optional parameters. */\nexport interface DocumentsCountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the count operation. */\nexport type DocumentsCountResponse = {\n /** The parsed response body. */\n body: number;\n};\n\n/** Optional parameters. */\nexport interface DocumentsSearchGetOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchOptions?: SearchOptions;\n /** A full-text search query expression; Use \"*\" or omit this parameter to match all documents. */\n searchText?: string;\n /** Token identifying the user for which the query is being executed. This token is used to enforce security restrictions on documents. */\n xMsQuerySourceAuthorization?: string;\n}\n\n/** Contains response data for the searchGet operation. */\nexport type DocumentsSearchGetResponse = SearchDocumentsResult;\n\n/** Optional parameters. */\nexport interface DocumentsSearchPostOptionalParams\n extends coreClient.OperationOptions {\n /** Token identifying the user for which the query is being executed. This token is used to enforce security restrictions on documents. */\n xMsQuerySourceAuthorization?: string;\n}\n\n/** Contains response data for the searchPost operation. */\nexport type DocumentsSearchPostResponse = SearchDocumentsResult;\n\n/** Optional parameters. */\nexport interface DocumentsGetOptionalParams\n extends coreClient.OperationOptions {\n /** Token identifying the user for which the query is being executed. This token is used to enforce security restrictions on documents. */\n xMsQuerySourceAuthorization?: string;\n /** List of field names to retrieve for the document; Any field not retrieved will be missing from the returned document. */\n selectedFields?: string[];\n}\n\n/** Contains response data for the get operation. */\nexport type DocumentsGetResponse = { [propertyName: string]: any };\n\n/** Optional parameters. */\nexport interface DocumentsSuggestGetOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n suggestOptions?: SuggestOptions;\n}\n\n/** Contains response data for the suggestGet operation. */\nexport type DocumentsSuggestGetResponse = SuggestDocumentsResult;\n\n/** Optional parameters. */\nexport interface DocumentsSuggestPostOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the suggestPost operation. */\nexport type DocumentsSuggestPostResponse = SuggestDocumentsResult;\n\n/** Optional parameters. */\nexport interface DocumentsIndexOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the index operation. */\nexport type DocumentsIndexResponse = IndexDocumentsResult;\n\n/** Optional parameters. */\nexport interface DocumentsAutocompleteGetOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n autocompleteOptions?: AutocompleteOptions;\n}\n\n/** Contains response data for the autocompleteGet operation. */\nexport type DocumentsAutocompleteGetResponse = AutocompleteResult;\n\n/** Optional parameters. */\nexport interface DocumentsAutocompletePostOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the autocompletePost operation. */\nexport type DocumentsAutocompletePostResponse = AutocompleteResult;\n\n/** Optional parameters. */\nexport interface SearchClientOptionalParams\n extends coreHttpCompat.ExtendedServiceClientOptions {\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/data/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA0zBH,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAGX;AAHD,WAAY,8BAA8B;IACxC,uCAAuC;IACvC,yFAAuD,CAAA;AACzD,CAAC,EAHW,8BAA8B,KAA9B,8BAA8B,QAGzC;AAWD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,kLAAkL;IAClL,6CAAmB,CAAA;IACnB,qJAAqJ;IACrJ,uCAAa,CAAA;AACf,CAAC,EALW,sBAAsB,KAAtB,sBAAsB,QAKjC;AAYD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,2CAA2C;IAC3C,qCAAa,CAAA;IACb,iJAAiJ;IACjJ,iDAAyB,CAAA;AAC3B,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AAYD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,4CAA4C;IAC5C,sCAAa,CAAA;IACb,wGAAwG;IACxG,kDAAyB,CAAA;AAC3B,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,gEAAgE;IAChE,uCAAa,CAAA;IACb,mFAAmF;IACnF,mDAAyB,CAAA;AAC3B,CAAC,EALW,sBAAsB,KAAtB,sBAAsB,QAKjC;AAYD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAaX;AAbD,WAAY,mBAAmB;IAC7B,uDAAuD;IACvD,4CAAqB,CAAA;IACrB,iEAAiE;IACjE,4CAAqB,CAAA;IACrB,gFAAgF;IAChF,wCAAiB,CAAA;IACjB,gGAAgG;IAChG,sDAA+B,CAAA;IAC/B,sHAAsH;IACtH,8CAAuB,CAAA;IACvB,iCAAiC;IACjC,kCAAW,CAAA;AACb,CAAC,EAbW,mBAAmB,KAAnB,mBAAmB,QAa9B;AAgBD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAiJX;AAjJD,WAAY,kBAAkB;IAC5B,oCAAoC;IACpC,mCAAa,CAAA;IACb,wDAAwD;IACxD,oCAAc,CAAA;IACd,wDAAwD;IACxD,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;IACd,iDAAiD;IACjD,oCAAc,CAAA;IACd,oDAAoD;IACpD,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;IACd,iDAAiD;IACjD,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;IACd,iDAAiD;IACjD,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;IACd,iDAAiD;IACjD,oCAAc,CAAA;IACd,oDAAoD;IACpD,oCAAc,CAAA;IACd,sDAAsD;IACtD,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;IACd,iDAAiD;IACjD,oCAAc,CAAA;IACd,+CAA+C;IAC/C,oCAAc,CAAA;IACd,iDAAiD;IACjD,oCAAc,CAAA;IACd,uDAAuD;IACvD,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;IACd,oDAAoD;IACpD,oCAAc,CAAA;IACd,oDAAoD;IACpD,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;IACd,iDAAiD;IACjD,oCAAc,CAAA;IACd,iDAAiD;IACjD,oCAAc,CAAA;IACd,8CAA8C;IAC9C,oCAAc,CAAA;IACd,sDAAsD;IACtD,oCAAc,CAAA;IACd,+CAA+C;IAC/C,oCAAc,CAAA;IACd,iDAAiD;IACjD,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;IACd,iDAAiD;IACjD,oCAAc,CAAA;IACd,mDAAmD;IACnD,oCAAc,CAAA;IACd,qDAAqD;IACrD,oCAAc,CAAA;IACd,mDAAmD;IACnD,oCAAc,CAAA;IACd,kEAAkE;IAClE,oCAAc,CAAA;IACd,iDAAiD;IACjD,oCAAc,CAAA;IACd,0DAA0D;IAC1D,oCAAc,CAAA;IACd,qDAAqD;IACrD,oCAAc,CAAA;IACd,8CAA8C;IAC9C,oCAAc,CAAA;IACd,sDAAsD;IACtD,oCAAc,CAAA;IACd,+CAA+C;IAC/C,oCAAc,CAAA;IACd,mDAAmD;IACnD,oCAAc,CAAA;IACd,oDAAoD;IACpD,oCAAc,CAAA;IACd,uDAAuD;IACvD,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;IACd,uDAAuD;IACvD,oCAAc,CAAA;IACd,oDAAoD;IACpD,oCAAc,CAAA;IACd,iDAAiD;IACjD,oCAAc,CAAA;IACd,mDAAmD;IACnD,oCAAc,CAAA;IACd,wCAAwC;IACxC,oCAAc,CAAA;IACd,kDAAkD;IAClD,oCAAc,CAAA;IACd,iEAAiE;IACjE,oCAAc,CAAA;IACd,qDAAqD;IACrD,oCAAc,CAAA;IACd,iDAAiD;IACjD,oCAAc,CAAA;IACd,kDAAkD;IAClD,oCAAc,CAAA;IACd,mDAAmD;IACnD,oCAAc,CAAA;IACd,mDAAmD;IACnD,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;IACd,uCAAuC;IACvC,oCAAc,CAAA;IACd,yCAAyC;IACzC,oCAAc,CAAA;IACd,iDAAiD;IACjD,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;IACd,kDAAkD;IAClD,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;IACd,iDAAiD;IACjD,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;IACd,+CAA+C;IAC/C,oCAAc,CAAA;IACd,gDAAgD;IAChD,oCAAc,CAAA;AAChB,CAAC,EAjJW,kBAAkB,KAAlB,kBAAkB,QAiJ7B;AAkFD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,2BAA2B;IAC3B,sCAAa,CAAA;IACb,gIAAgI;IAChI,4CAAmB,CAAA;AACrB,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBASX;AATD,WAAY,oBAAoB;IAC9B,yDAAyD;IACzD,yCAAiB,CAAA;IACjB,+EAA+E;IAC/E,qCAAa,CAAA;IACb,wGAAwG;IACxG,6CAAqB,CAAA;IACrB,uGAAuG;IACvG,mDAA2B,CAAA;AAC7B,CAAC,EATW,oBAAoB,KAApB,oBAAoB,QAS/B;AAcD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,0SAA0S;IAC1S,iEAAqC,CAAA;IACrC,+NAA+N;IAC/N,uDAA2B,CAAA;AAC7B,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAOX;AAPD,WAAY,qBAAqB;IAC/B,mMAAmM;IACnM,kDAAyB,CAAA;IACzB,0DAA0D;IAC1D,gDAAuB,CAAA;IACvB,4KAA4K;IAC5K,8DAAqC,CAAA;AACvC,CAAC,EAPW,qBAAqB,KAArB,qBAAqB,QAOhC;AAaD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,oIAAoI;IACpI,mFAAmD,CAAA;IACnD,yMAAyM;IACzM,mEAAmC,CAAA;AACrC,CAAC,EALW,4BAA4B,KAA5B,4BAA4B,QAKvC;AAYD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,wDAAwD;IACxD,wCAAa,CAAA;IACb,sDAAsD;IACtD,4CAAiB,CAAA;IACjB,4DAA4D;IAC5D,8CAAmB,CAAA;AACrB,CAAC,EAPW,uBAAuB,KAAvB,uBAAuB,QAOlC;AAaD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAClC,gJAAgJ;IAChJ,+DAAmC,CAAA;IACnC,sEAAsE;IACtE,qEAAyC,CAAA;IACzC,wDAAwD;IACxD,mDAAuB,CAAA;AACzB,CAAC,EAPW,wBAAwB,KAAxB,wBAAwB,QAOnC;AAaD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAKX;AALD,WAAY,8BAA8B;IACxC,4DAA4D;IAC5D,6DAA2B,CAAA;IAC3B,0KAA0K;IAC1K,qEAAmC,CAAA;AACrC,CAAC,EALW,8BAA8B,KAA9B,8BAA8B,QAKzC;AAYD,wFAAwF;AACxF,MAAM,CAAN,IAAY,oCAGX;AAHD,WAAY,oCAAoC;IAC9C,iIAAiI;IACjI,+EAAuC,CAAA;AACzC,CAAC,EAHW,oCAAoC,KAApC,oCAAoC,QAG/C","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreHttpCompat from \"@azure/core-http-compat\";\n\nexport type VectorQueryUnion =\n | VectorQuery\n | VectorizedQuery\n | VectorizableTextQuery\n | VectorizableImageUrlQuery\n | VectorizableImageBinaryQuery;\nexport type VectorThresholdUnion =\n | VectorThreshold\n | VectorSimilarityThreshold\n | SearchScoreThreshold;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Response containing search results from an index. */\nexport interface SearchDocumentsResult {\n /**\n * The total count of results found by the search operation, or null if the count was not requested. If present, the count may be greater than the number of results in this response. This can happen if you use the $top or $skip parameters, or if the query can't return all the requested documents in a single response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly count?: number;\n /**\n * A value indicating the percentage of the index that was included in the query, or null if minimumCoverage was not specified in the request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly coverage?: number;\n /**\n * The facet query results for the search operation, organized as a collection of buckets for each faceted field; null if the query did not include any facet expressions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly facets?: { [propertyName: string]: FacetResult[] };\n /**\n * The answers query results for the search operation; null if the answers query parameter was not specified or set to 'none'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly answers?: QueryAnswerResult[];\n /**\n * Continuation JSON payload returned when the query can't return all the requested results in a single response. You can use this JSON along with @odata.nextLink to formulate another POST Search request to get the next part of the search response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextPageParameters?: SearchRequest;\n /**\n * The sequence of results returned by the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly results: SearchResult[];\n /**\n * Continuation URL returned when the query can't return all the requested results in a single response. You can use this URL to formulate another GET or POST Search request to get the next part of the search response. Make sure to use the same verb (GET or POST) as the request that produced this response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n /**\n * Reason that a partial response was returned for a semantic ranking request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly semanticPartialResponseReason?: SemanticErrorReason;\n /**\n * Type of partial response that was returned for a semantic ranking request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly semanticPartialResponseType?: SemanticSearchResultsType;\n /**\n * Type of query rewrite that was used to retrieve documents.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly semanticQueryRewritesResultType?: SemanticQueryRewritesResultType;\n}\n\n/** A single bucket of a facet query result. Reports the number of documents with a field value falling within a particular range or having a particular value or interval. */\nexport interface FacetResult {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /**\n * The approximate count of documents falling within the bucket described by this facet.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly count?: number;\n /**\n * The resulting total avg for the facet when a avg metric is requested.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly avg?: number;\n /**\n * The resulting total min for the facet when a min metric is requested.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly min?: number;\n /**\n * The resulting total max for the facet when a max metric is requested.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly max?: number;\n /**\n * The resulting total sum for the facet when a sum metric is requested.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sum?: number;\n /**\n * The resulting total cardinality for the facet when a cardinality metric is requested.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cardinality?: number;\n /**\n * The nested facet query results for the search operation, organized as a collection of buckets for each faceted field; null if the query did not contain any nested facets.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly facets?: { [propertyName: string]: FacetResult[] };\n}\n\n/** An answer is a text passage extracted from the contents of the most relevant documents that matched the query. Answers are extracted from the top search results. Answer candidates are scored and the top answers are selected. */\nexport interface QueryAnswerResult {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /**\n * The score value represents how relevant the answer is to the query relative to other answers returned for the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly score: number;\n /**\n * The key of the document the answer was extracted from.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly key: string;\n /**\n * The text passage extracted from the document contents as the answer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly text: string;\n /**\n * Same text passage as in the Text property with highlighted text phrases most relevant to the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly highlights?: string;\n}\n\n/** Parameters for filtering, sorting, faceting, paging, and other search query behaviors. */\nexport interface SearchRequest {\n /** A value that specifies whether to fetch the total count of results. Default is false. Setting this value to true may have a performance impact. Note that the count returned is an approximation. */\n includeTotalResultCount?: boolean;\n /** The list of facet expressions to apply to the search query. Each facet expression contains a field name, optionally followed by a comma-separated list of name:value pairs. */\n facets?: string[];\n /** The OData $filter expression to apply to the search query. */\n filter?: string;\n /** The comma-separated list of field names to use for hit highlights. Only searchable fields can be used for hit highlighting. */\n highlightFields?: string;\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. Default is &lt;/em&gt;. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. Default is &lt;em&gt;. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by a search query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 100. */\n minimumCoverage?: number;\n /** The comma-separated list of OData $orderby expressions by which to sort the results. Each expression can be either a field name or a call to either the geo.distance() or the search.score() functions. Each expression can be followed by asc to indicate ascending, or desc to indicate descending. The default is ascending order. Ties will be broken by the match scores of documents. If no $orderby is specified, the default sort order is descending by document match score. There can be at most 32 $orderby clauses. */\n orderBy?: string;\n /** A value that specifies the syntax of the search query. The default is 'simple'. Use 'full' if your query uses the Lucene query syntax. */\n queryType?: QueryType;\n /** A value that specifies whether we want to calculate scoring statistics (such as document frequency) globally for more consistent scoring, or locally, for lower latency. The default is 'local'. Use 'global' to aggregate scoring statistics globally before scoring. Using global scoring statistics can increase latency of search queries. */\n scoringStatistics?: ScoringStatistics;\n /** A value to be used to create a sticky session, which can help getting more consistent results. As long as the same sessionId is used, a best-effort attempt will be made to target the same replica set. Be wary that reusing the same sessionID values repeatedly can interfere with the load balancing of the requests across replicas and adversely affect the performance of the search service. The value used as sessionId cannot start with a '_' character. */\n sessionId?: string;\n /** The list of parameter values to be used in scoring functions (for example, referencePointParameter) using the format name-values. For example, if the scoring profile defines a function with a parameter called 'mylocation' the parameter string would be \"mylocation--122.2,44.8\" (without the quotes). */\n scoringParameters?: string[];\n /** The name of a scoring profile to evaluate match scores for matching documents in order to sort the results. */\n scoringProfile?: string;\n /** Enables a debugging tool that can be used to further explore your reranked results. */\n debug?: QueryDebugMode;\n /** A full-text search query expression; Use \"*\" or omit this parameter to match all documents. */\n searchText?: string;\n /** The comma-separated list of field names to which to scope the full-text search. When using fielded search (fieldName:searchExpression) in a full Lucene query, the field names of each fielded search expression take precedence over any field names listed in this parameter. */\n searchFields?: string;\n /** A value that specifies whether any or all of the search terms must be matched in order to count the document as a match. */\n searchMode?: SearchMode;\n /** A value that specifies the language of the search query. */\n queryLanguage?: QueryLanguage;\n /** A value that specified the type of the speller to use to spell-correct individual search query terms. */\n speller?: QuerySpellerType;\n /** The comma-separated list of fields to retrieve. If unspecified, all fields marked as retrievable in the schema are included. */\n select?: string;\n /** The number of search results to skip. This value cannot be greater than 100,000. If you need to scan documents in sequence, but cannot use skip due to this limitation, consider using orderby on a totally-ordered key and filter with a range query instead. */\n skip?: number;\n /** The number of search results to retrieve. This can be used in conjunction with $skip to implement client-side paging of search results. If results are truncated due to server-side paging, the response will include a continuation token that can be used to issue another Search request for the next page of results. */\n top?: number;\n /** The name of a semantic configuration that will be used when processing documents for queries of type semantic. */\n semanticConfigurationName?: string;\n /** Allows the user to choose whether a semantic call should fail completely (default / current behavior), or to return partial results. */\n semanticErrorHandling?: SemanticErrorMode;\n /** Allows the user to set an upper bound on the amount of time it takes for semantic enrichment to finish processing before the request fails. */\n semanticMaxWaitInMilliseconds?: number;\n /** Allows setting a separate search query that will be solely used for semantic reranking, semantic captions and semantic answers. Is useful for scenarios where there is a need to use different queries between the base retrieval and ranking phase, and the L2 semantic phase. */\n semanticQuery?: string;\n /** A value that specifies whether answers should be returned as part of the search response. */\n answers?: QueryAnswerType;\n /** A value that specifies whether captions should be returned as part of the search response. */\n captions?: QueryCaptionType;\n /** A value that specifies whether query rewrites should be generated to augment the search query. */\n queryRewrites?: QueryRewritesType;\n /** The comma-separated list of field names used for semantic ranking. */\n semanticFields?: string;\n /** The query parameters for vector and hybrid search queries. */\n vectorQueries?: VectorQueryUnion[];\n /** Determines whether or not filters are applied before or after the vector search is performed. Default is 'preFilter' for new indexes. */\n vectorFilterMode?: VectorFilterMode;\n /** The query parameters to configure hybrid search behaviors. */\n hybridSearch?: HybridSearch;\n}\n\n/** The query parameters for vector and hybrid search queries. */\nexport interface VectorQuery {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"vector\" | \"text\" | \"imageUrl\" | \"imageBinary\";\n /** Number of nearest neighbors to return as top hits. */\n kNearestNeighborsCount?: number;\n /** Vector Fields of type Collection(Edm.Single) to be included in the vector searched. */\n fields?: string;\n /** When true, triggers an exhaustive k-nearest neighbor search across all vectors within the vector index. Useful for scenarios where exact matches are critical, such as determining ground truth values. */\n exhaustive?: boolean;\n /** Oversampling factor. Minimum value is 1. It overrides the 'defaultOversampling' parameter configured in the index definition. It can be set only when 'rerankWithOriginalVectors' is true. This parameter is only permitted when a compression method is used on the underlying vector field. */\n oversampling?: number;\n /** Relative weight of the vector query when compared to other vector query and/or the text query within the same search request. This value is used when combining the results of multiple ranking lists produced by the different vector queries and/or the results retrieved through the text query. The higher the weight, the higher the documents that matched that query will be in the final ranking. Default is 1.0 and the value needs to be a positive number larger than zero. */\n weight?: number;\n /** The threshold used for vector queries. Note this can only be set if all 'fields' use the same similarity metric. */\n threshold?: VectorThresholdUnion;\n /** The OData filter expression to apply to this specific vector query. If no filter expression is defined at the vector level, the expression defined in the top level filter parameter is used instead. */\n filterOverride?: string;\n /** Controls how many vectors can be matched from each document in a vector search query. Setting it to 1 ensures at most one vector per document is matched, guaranteeing results come from distinct documents. Setting it to 0 (unlimited) allows multiple relevant vectors from the same document to be matched. Default is 0. */\n perDocumentVectorLimit?: number;\n}\n\n/** The threshold used for vector queries. */\nexport interface VectorThreshold {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"vectorSimilarity\" | \"searchScore\";\n}\n\n/** TThe query parameters to configure hybrid search behaviors. */\nexport interface HybridSearch {\n /** Determines the maximum number of documents to be retrieved by the text query portion of a hybrid search request. Those documents will be combined with the documents matching the vector queries to produce a single final list of results. Choosing a larger maxTextRecallSize value will allow retrieving and paging through more documents (using the top and skip parameters), at the cost of higher resource utilization and higher latency. The value needs to be between 1 and 10,000. Default is 1000. */\n maxTextRecallSize?: number;\n /** Determines whether the count and facets should includes all documents that matched the search query, or only the documents that are retrieved within the 'maxTextRecallSize' window. */\n countAndFacetMode?: HybridCountAndFacetMode;\n}\n\n/** Contains a document found by a search query, plus associated metadata. */\nexport interface SearchResult {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /**\n * The relevance score of the document compared to other documents returned by the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly _score: number;\n /**\n * The relevance score computed by the semantic ranker for the top search results. Search results are sorted by the RerankerScore first and then by the Score. RerankerScore is only returned for queries of type 'semantic'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly _rerankerScore?: number;\n /**\n * The relevance score computed by boosting the Reranker Score. Search results are sorted by the RerankerScore/RerankerBoostedScore based on useScoringProfileBoostedRanking in the Semantic Config. RerankerBoostedScore is only returned for queries of type 'semantic'\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly _rerankerBoostedScore?: number;\n /**\n * Text fragments from the document that indicate the matching search terms, organized by each applicable field; null if hit highlighting was not enabled for the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly _highlights?: { [propertyName: string]: string[] };\n /**\n * Captions are the most representative passages from the document relatively to the search query. They are often used as document summary. Captions are only returned for queries of type 'semantic'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly _captions?: QueryCaptionResult[];\n /**\n * Contains debugging information that can be used to further explore your search results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly _documentDebugInfo?: DocumentDebugInfo;\n}\n\n/** Captions are the most representative passages from the document relatively to the search query. They are often used as document summary. Captions are only returned for queries of type `semantic`. */\nexport interface QueryCaptionResult {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /**\n * A representative text passage extracted from the document most relevant to the search query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly text?: string;\n /**\n * Same text passage as in the Text property with highlighted phrases most relevant to the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly highlights?: string;\n}\n\n/** Contains debugging information that can be used to further explore your search results. */\nexport interface DocumentDebugInfo {\n /**\n * Contains debugging information specific to semantic ranking requests.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly semantic?: SemanticDebugInfo;\n /**\n * Contains debugging information specific to vector and hybrid search.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vectors?: VectorsDebugInfo;\n /**\n * Contains debugging information specific to vectors matched within a collection of complex types.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly innerHits?: {\n [propertyName: string]: QueryResultDocumentInnerHit[];\n };\n}\n\nexport interface SemanticDebugInfo {\n /**\n * The title field that was sent to the semantic enrichment process, as well as how it was used\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly titleField?: QueryResultDocumentSemanticField;\n /**\n * The content fields that were sent to the semantic enrichment process, as well as how they were used\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contentFields?: QueryResultDocumentSemanticField[];\n /**\n * The keyword fields that were sent to the semantic enrichment process, as well as how they were used\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keywordFields?: QueryResultDocumentSemanticField[];\n /**\n * The raw concatenated strings that were sent to the semantic enrichment process.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rerankerInput?: QueryResultDocumentRerankerInput;\n}\n\n/** Description of fields that were sent to the semantic enrichment process, as well as how they were used */\nexport interface QueryResultDocumentSemanticField {\n /**\n * The name of the field that was sent to the semantic enrichment process\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The way the field was used for the semantic enrichment process (fully used, partially used, or unused)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: SemanticFieldState;\n}\n\n/** The raw concatenated strings that were sent to the semantic enrichment process. */\nexport interface QueryResultDocumentRerankerInput {\n /**\n * The raw string for the title field that was used for semantic enrichment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly title?: string;\n /**\n * The raw concatenated strings for the content fields that were used for semantic enrichment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly content?: string;\n /**\n * The raw concatenated strings for the keyword fields that were used for semantic enrichment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keywords?: string;\n}\n\nexport interface VectorsDebugInfo {\n /**\n * The breakdown of subscores of the document prior to the chosen result set fusion/combination method such as RRF.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscores?: QueryResultDocumentSubscores;\n}\n\n/** The breakdown of subscores between the text and vector query components of the search query for this document. Each vector query is shown as a separate object in the same order they were received. */\nexport interface QueryResultDocumentSubscores {\n /**\n * The BM25 or Classic score for the text portion of the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly text?: TextResult;\n /**\n * The vector similarity and @search.score values for each vector query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vectors?: { [propertyName: string]: SingleVectorFieldResult }[];\n /**\n * The BM25 or Classic score for the text portion of the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly documentBoost?: number;\n}\n\n/** The BM25 or Classic score for the text portion of the query. */\nexport interface TextResult {\n /**\n * The BM25 or Classic score for the text portion of the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly searchScore?: number;\n}\n\n/** A single vector field result. Both @search.score and vector similarity values are returned. Vector similarity is related to @search.score by an equation. */\nexport interface SingleVectorFieldResult {\n /**\n * The @search.score value that is calculated from the vector similarity score. This is the score that's visible in a pure single-field single-vector query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly searchScore?: number;\n /**\n * The vector similarity score for this document. Note this is the canonical definition of similarity metric, not the 'distance' version. For example, cosine similarity instead of cosine distance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vectorSimilarity?: number;\n}\n\n/** Detailed scoring information for an individual element of a complex collection. */\nexport interface QueryResultDocumentInnerHit {\n /**\n * Position of this specific matching element within it's original collection. Position starts at 0.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ordinal?: number;\n /**\n * Detailed scoring information for an individual element of a complex collection that matched a vector query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vectors?: { [propertyName: string]: SingleVectorFieldResult }[];\n}\n\n/** Response containing suggestion query results from an index. */\nexport interface SuggestDocumentsResult {\n /**\n * The sequence of results returned by the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly results: SuggestResult[];\n /**\n * A value indicating the percentage of the index that was included in the query, or null if minimumCoverage was not set in the request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly coverage?: number;\n}\n\n/** A result containing a document found by a suggestion query, plus associated metadata. */\nexport interface SuggestResult {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /**\n * The text of the suggestion result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly _text: string;\n}\n\n/** Parameters for filtering, sorting, fuzzy matching, and other suggestions query behaviors. */\nexport interface SuggestRequest {\n /** An OData expression that filters the documents considered for suggestions. */\n filter?: string;\n /** A value indicating whether to use fuzzy matching for the suggestion query. Default is false. When set to true, the query will find suggestions even if there's a substituted or missing character in the search text. While this provides a better experience in some scenarios, it comes at a performance cost as fuzzy suggestion searches are slower and consume more resources. */\n useFuzzyMatching?: boolean;\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. If omitted, hit highlighting of suggestions is disabled. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. If omitted, hit highlighting of suggestions is disabled. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by a suggestion query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 80. */\n minimumCoverage?: number;\n /** The comma-separated list of OData $orderby expressions by which to sort the results. Each expression can be either a field name or a call to either the geo.distance() or the search.score() functions. Each expression can be followed by asc to indicate ascending, or desc to indicate descending. The default is ascending order. Ties will be broken by the match scores of documents. If no $orderby is specified, the default sort order is descending by document match score. There can be at most 32 $orderby clauses. */\n orderBy?: string;\n /** The search text to use to suggest documents. Must be at least 1 character, and no more than 100 characters. */\n searchText: string;\n /** The comma-separated list of field names to search for the specified search text. Target fields must be included in the specified suggester. */\n searchFields?: string;\n /** The comma-separated list of fields to retrieve. If unspecified, only the key field will be included in the results. */\n select?: string;\n /** The name of the suggester as specified in the suggesters collection that's part of the index definition. */\n suggesterName: string;\n /** The number of suggestions to retrieve. This must be a value between 1 and 100. The default is 5. */\n top?: number;\n}\n\n/** Contains a batch of document write actions to send to the index. */\nexport interface IndexBatch {\n /** The actions in the batch. */\n actions: IndexAction[];\n}\n\n/** Represents an index action that operates on a document. */\nexport interface IndexAction {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** The operation to perform on a document in an indexing batch. */\n __actionType: IndexActionType;\n}\n\n/** Response containing the status of operations for all documents in the indexing request. */\nexport interface IndexDocumentsResult {\n /**\n * The list of status information for each document in the indexing request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly results: IndexingResult[];\n}\n\n/** Status of an indexing operation for a single document. */\nexport interface IndexingResult {\n /**\n * The key of a document that was in the indexing request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly key: string;\n /**\n * The error message explaining why the indexing operation failed for the document identified by the key; null if indexing succeeded.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n /**\n * A value indicating whether the indexing operation succeeded for the document identified by the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly succeeded: boolean;\n /**\n * The status code of the indexing operation. Possible values include: 200 for a successful update or delete, 201 for successful document creation, 400 for a malformed input document, 404 for document not found, 409 for a version conflict, 422 when the index is temporarily unavailable, or 503 for when the service is too busy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusCode: number;\n}\n\n/** The result of Autocomplete query. */\nexport interface AutocompleteResult {\n /**\n * A value indicating the percentage of the index that was considered by the autocomplete request, or null if minimumCoverage was not specified in the request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly coverage?: number;\n /**\n * The list of returned Autocompleted items.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly results: AutocompleteItem[];\n}\n\n/** The result of Autocomplete requests. */\nexport interface AutocompleteItem {\n /**\n * The completed term.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly text: string;\n /**\n * The query along with the completed term.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly queryPlusText: string;\n}\n\n/** Parameters for fuzzy matching, and other autocomplete query behaviors. */\nexport interface AutocompleteRequest {\n /** The search text on which to base autocomplete results. */\n searchText: string;\n /** Specifies the mode for Autocomplete. The default is 'oneTerm'. Use 'twoTerms' to get shingles and 'oneTermWithContext' to use the current context while producing auto-completed terms. */\n autocompleteMode?: AutocompleteMode;\n /** An OData expression that filters the documents used to produce completed terms for the Autocomplete result. */\n filter?: string;\n /** A value indicating whether to use fuzzy matching for the autocomplete query. Default is false. When set to true, the query will autocomplete terms even if there's a substituted or missing character in the search text. While this provides a better experience in some scenarios, it comes at a performance cost as fuzzy autocomplete queries are slower and consume more resources. */\n useFuzzyMatching?: boolean;\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. If omitted, hit highlighting is disabled. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. If omitted, hit highlighting is disabled. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by an autocomplete query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 80. */\n minimumCoverage?: number;\n /** The comma-separated list of field names to consider when querying for auto-completed terms. Target fields must be included in the specified suggester. */\n searchFields?: string;\n /** The name of the suggester as specified in the suggesters collection that's part of the index definition. */\n suggesterName: string;\n /** The number of auto-completed terms to retrieve. This must be a value between 1 and 100. The default is 5. */\n top?: number;\n}\n\n/** Contains debugging information that can be used to further explore your search results. */\nexport interface DebugInfo {\n /**\n * Contains debugging information specific to query rewrites.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly queryRewrites?: QueryRewritesDebugInfo;\n}\n\n/** Contains debugging information specific to query rewrites. */\nexport interface QueryRewritesDebugInfo {\n /**\n * List of query rewrites generated for the text query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly text?: QueryRewritesValuesDebugInfo;\n /**\n * List of query rewrites generated for the vectorizable text queries.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vectors?: QueryRewritesValuesDebugInfo[];\n}\n\n/** Contains debugging information specific to query rewrites. */\nexport interface QueryRewritesValuesDebugInfo {\n /**\n * The input text to the generative query rewriting model. There may be cases where the user query and the input to the generative model are not identical.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputQuery?: string;\n /**\n * List of query rewrites.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rewrites?: string[];\n}\n\n/** The query parameters to use for vector search when a raw vector value is provided. */\nexport interface VectorizedQuery extends VectorQuery {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"vector\";\n /** The vector representation of a search query. */\n vector: number[];\n}\n\n/** The query parameters to use for vector search when a text value that needs to be vectorized is provided. */\nexport interface VectorizableTextQuery extends VectorQuery {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"text\";\n /** The text to be vectorized to perform a vector search query. */\n text: string;\n /** Can be configured to let a generative model rewrite the query before sending it to be vectorized. */\n queryRewrites?: QueryRewritesType;\n}\n\n/** The query parameters to use for vector search when an url that represents an image value that needs to be vectorized is provided. */\nexport interface VectorizableImageUrlQuery extends VectorQuery {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"imageUrl\";\n /** The URL of an image to be vectorized to perform a vector search query. */\n url?: string;\n}\n\n/** The query parameters to use for vector search when a base 64 encoded binary of an image that needs to be vectorized is provided. */\nexport interface VectorizableImageBinaryQuery extends VectorQuery {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"imageBinary\";\n /** The base 64 encoded binary of an image to be vectorized to perform a vector search query. */\n base64Image?: string;\n}\n\n/** The results of the vector query will be filtered based on the vector similarity metric. Note this is the canonical definition of similarity metric, not the 'distance' version. The threshold direction (larger or smaller) will be chosen automatically according to the metric used by the field. */\nexport interface VectorSimilarityThreshold extends VectorThreshold {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"vectorSimilarity\";\n /** The threshold will filter based on the similarity metric value. Note this is the canonical definition of similarity metric, not the 'distance' version. The threshold direction (larger or smaller) will be chosen automatically according to the metric used by the field. */\n value: number;\n}\n\n/** The results of the vector query will filter based on the '@search.score' value. Note this is the @search.score returned as part of the search response. The threshold direction will be chosen for higher @search.score. */\nexport interface SearchScoreThreshold extends VectorThreshold {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"searchScore\";\n /** The threshold will filter based on the '@search.score' value. Note this is the @search.score returned as part of the search response. The threshold direction will be chosen for higher @search.score. */\n value: number;\n}\n\n/** Parameter group */\nexport interface SearchOptions {\n /** A value that specifies whether to fetch the total count of results. Default is false. Setting this value to true may have a performance impact. Note that the count returned is an approximation. */\n includeTotalResultCount?: boolean;\n /** The list of facet expressions to apply to the search query. Each facet expression contains a field name, optionally followed by a comma-separated list of name:value pairs. */\n facets?: string[];\n /** The OData $filter expression to apply to the search query. */\n filter?: string;\n /** The list of field names to use for hit highlights. Only searchable fields can be used for hit highlighting. */\n highlightFields?: string[];\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. Default is &lt;/em&gt;. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. Default is &lt;em&gt;. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by a search query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 100. */\n minimumCoverage?: number;\n /** The list of OData $orderby expressions by which to sort the results. Each expression can be either a field name or a call to either the geo.distance() or the search.score() functions. Each expression can be followed by asc to indicate ascending, and desc to indicate descending. The default is ascending order. Ties will be broken by the match scores of documents. If no OrderBy is specified, the default sort order is descending by document match score. There can be at most 32 $orderby clauses. */\n orderBy?: string[];\n /** A value that specifies the syntax of the search query. The default is 'simple'. Use 'full' if your query uses the Lucene query syntax. */\n queryType?: QueryType;\n /** The list of parameter values to be used in scoring functions (for example, referencePointParameter) using the format name-values. For example, if the scoring profile defines a function with a parameter called 'mylocation' the parameter string would be \"mylocation--122.2,44.8\" (without the quotes). */\n scoringParameters?: string[];\n /** The name of a scoring profile to evaluate match scores for matching documents in order to sort the results. */\n scoringProfile?: string;\n /** The list of field names to which to scope the full-text search. When using fielded search (fieldName:searchExpression) in a full Lucene query, the field names of each fielded search expression take precedence over any field names listed in this parameter. */\n searchFields?: string[];\n /** A value that specifies whether any or all of the search terms must be matched in order to count the document as a match. */\n searchMode?: SearchMode;\n /** A value that specifies whether we want to calculate scoring statistics (such as document frequency) globally for more consistent scoring, or locally, for lower latency. */\n scoringStatistics?: ScoringStatistics;\n /** A value to be used to create a sticky session, which can help to get more consistent results. As long as the same sessionId is used, a best-effort attempt will be made to target the same replica set. Be wary that reusing the same sessionID values repeatedly can interfere with the load balancing of the requests across replicas and adversely affect the performance of the search service. The value used as sessionId cannot start with a '_' character. */\n sessionId?: string;\n /** The list of fields to retrieve. If unspecified, all fields marked as retrievable in the schema are included. */\n select?: string[];\n /** The number of search results to skip. This value cannot be greater than 100,000. If you need to scan documents in sequence, but cannot use $skip due to this limitation, consider using $orderby on a totally-ordered key and $filter with a range query instead. */\n skip?: number;\n /** The number of search results to retrieve. This can be used in conjunction with $skip to implement client-side paging of search results. If results are truncated due to server-side paging, the response will include a continuation token that can be used to issue another Search request for the next page of results. */\n top?: number;\n /** The name of the semantic configuration that lists which fields should be used for semantic ranking, captions, highlights, and answers */\n semanticConfiguration?: string;\n /** Allows the user to choose whether a semantic call should fail completely, or to return partial results (default). */\n semanticErrorHandling?: SemanticErrorMode;\n /** Allows the user to set an upper bound on the amount of time it takes for semantic enrichment to finish processing before the request fails. */\n semanticMaxWaitInMilliseconds?: number;\n /** This parameter is only valid if the query type is `semantic`. If set, the query returns answers extracted from key passages in the highest ranked documents. The number of answers returned can be configured by appending the pipe character `|` followed by the `count-<number of answers>` option after the answers parameter value, such as `extractive|count-3`. Default count is 1. The confidence threshold can be configured by appending the pipe character `|` followed by the `threshold-<confidence threshold>` option after the answers parameter value, such as `extractive|threshold-0.9`. Default threshold is 0.7. The maximum character length of answers can be configured by appending the pipe character '|' followed by the 'count-<number of maximum character length>', such as 'extractive|maxcharlength-600'. */\n answers?: QueryAnswerType;\n /** This parameter is only valid if the query type is `semantic`. If set, the query returns captions extracted from key passages in the highest ranked documents. When Captions is set to `extractive`, highlighting is enabled by default, and can be configured by appending the pipe character `|` followed by the `highlight-<true/false>` option, such as `extractive|highlight-true`. Defaults to `None`. The maximum character length of captions can be configured by appending the pipe character '|' followed by the 'count-<number of maximum character length>', such as 'extractive|maxcharlength-600'. */\n captions?: QueryCaptionType;\n /** Allows setting a separate search query that will be solely used for semantic reranking, semantic captions and semantic answers. Is useful for scenarios where there is a need to use different queries between the base retrieval and ranking phase, and the L2 semantic phase. */\n semanticQuery?: string;\n /** When QueryRewrites is set to `generative`, the query terms are sent to a generate model which will produce 10 (default) rewrites to help increase the recall of the request. The requested count can be configured by appending the pipe character `|` followed by the `count-<number of rewrites>` option, such as `generative|count-3`. Defaults to `None`. This parameter is only valid if the query type is `semantic`. */\n queryRewrites?: QueryRewritesType;\n /** Enables a debugging tool that can be used to further explore your search results. */\n debug?: QueryDebugMode;\n /** The language of the query. */\n queryLanguage?: QueryLanguage;\n /** Improve search recall by spell-correcting individual search query terms. */\n speller?: QuerySpellerType;\n /** The list of field names used for semantic ranking. */\n semanticFields?: string[];\n}\n\n/** Parameter group */\nexport interface SuggestOptions {\n /** An OData expression that filters the documents considered for suggestions. */\n filter?: string;\n /** A value indicating whether to use fuzzy matching for the suggestions query. Default is false. When set to true, the query will find terms even if there's a substituted or missing character in the search text. While this provides a better experience in some scenarios, it comes at a performance cost as fuzzy suggestions queries are slower and consume more resources. */\n useFuzzyMatching?: boolean;\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. If omitted, hit highlighting of suggestions is disabled. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. If omitted, hit highlighting of suggestions is disabled. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by a suggestions query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 80. */\n minimumCoverage?: number;\n /** The list of OData $orderby expressions by which to sort the results. Each expression can be either a field name or a call to either the geo.distance() or the search.score() functions. Each expression can be followed by asc to indicate ascending, or desc to indicate descending. The default is ascending order. Ties will be broken by the match scores of documents. If no $orderby is specified, the default sort order is descending by document match score. There can be at most 32 $orderby clauses. */\n orderBy?: string[];\n /** The list of field names to search for the specified search text. Target fields must be included in the specified suggester. */\n searchFields?: string[];\n /** The list of fields to retrieve. If unspecified, only the key field will be included in the results. */\n select?: string[];\n /** The number of suggestions to retrieve. The value must be a number between 1 and 100. The default is 5. */\n top?: number;\n}\n\n/** Parameter group */\nexport interface AutocompleteOptions {\n /** Specifies the mode for Autocomplete. The default is 'oneTerm'. Use 'twoTerms' to get shingles and 'oneTermWithContext' to use the current context while producing auto-completed terms. */\n autocompleteMode?: AutocompleteMode;\n /** An OData expression that filters the documents used to produce completed terms for the Autocomplete result. */\n filter?: string;\n /** A value indicating whether to use fuzzy matching for the autocomplete query. Default is false. When set to true, the query will find terms even if there's a substituted or missing character in the search text. While this provides a better experience in some scenarios, it comes at a performance cost as fuzzy autocomplete queries are slower and consume more resources. */\n useFuzzyMatching?: boolean;\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. If omitted, hit highlighting is disabled. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. If omitted, hit highlighting is disabled. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by an autocomplete query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 80. */\n minimumCoverage?: number;\n /** The list of field names to consider when querying for auto-completed terms. Target fields must be included in the specified suggester. */\n searchFields?: string[];\n /** The number of auto-completed terms to retrieve. This must be a value between 1 and 100. The default is 5. */\n top?: number;\n}\n\n/** Known values of {@link ApiVersion20251101Preview} that the service accepts. */\nexport enum KnownApiVersion20251101Preview {\n /** Api Version '2025-11-01-preview' */\n TwoThousandTwentyFive1101Preview = \"2025-11-01-preview\",\n}\n\n/**\n * Defines values for ApiVersion20251101Preview. \\\n * {@link KnownApiVersion20251101Preview} can be used interchangeably with ApiVersion20251101Preview,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **2025-11-01-preview**: Api Version '2025-11-01-preview'\n */\nexport type ApiVersion20251101Preview = string;\n\n/** Known values of {@link SemanticErrorMode} that the service accepts. */\nexport enum KnownSemanticErrorMode {\n /** If the semantic processing fails, partial results still return. The definition of partial results depends on what semantic step failed and what was the reason for failure. */\n Partial = \"partial\",\n /** If there is an exception during the semantic processing step, the query will fail and return the appropriate HTTP code depending on the error. */\n Fail = \"fail\",\n}\n\n/**\n * Defines values for SemanticErrorMode. \\\n * {@link KnownSemanticErrorMode} can be used interchangeably with SemanticErrorMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **partial**: If the semantic processing fails, partial results still return. The definition of partial results depends on what semantic step failed and what was the reason for failure. \\\n * **fail**: If there is an exception during the semantic processing step, the query will fail and return the appropriate HTTP code depending on the error.\n */\nexport type SemanticErrorMode = string;\n\n/** Known values of {@link QueryAnswerType} that the service accepts. */\nexport enum KnownQueryAnswerType {\n /** Do not return answers for the query. */\n None = \"none\",\n /** Extracts answer candidates from the contents of the documents returned in response to a query expressed as a question in natural language. */\n Extractive = \"extractive\",\n}\n\n/**\n * Defines values for QueryAnswerType. \\\n * {@link KnownQueryAnswerType} can be used interchangeably with QueryAnswerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none**: Do not return answers for the query. \\\n * **extractive**: Extracts answer candidates from the contents of the documents returned in response to a query expressed as a question in natural language.\n */\nexport type QueryAnswerType = string;\n\n/** Known values of {@link QueryCaptionType} that the service accepts. */\nexport enum KnownQueryCaptionType {\n /** Do not return captions for the query. */\n None = \"none\",\n /** Extracts captions from the matching documents that contain passages relevant to the search query. */\n Extractive = \"extractive\",\n}\n\n/**\n * Defines values for QueryCaptionType. \\\n * {@link KnownQueryCaptionType} can be used interchangeably with QueryCaptionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none**: Do not return captions for the query. \\\n * **extractive**: Extracts captions from the matching documents that contain passages relevant to the search query.\n */\nexport type QueryCaptionType = string;\n\n/** Known values of {@link QueryRewritesType} that the service accepts. */\nexport enum KnownQueryRewritesType {\n /** Do not generate additional query rewrites for this query. */\n None = \"none\",\n /** Generate alternative query terms to increase the recall of a search request. */\n Generative = \"generative\",\n}\n\n/**\n * Defines values for QueryRewritesType. \\\n * {@link KnownQueryRewritesType} can be used interchangeably with QueryRewritesType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none**: Do not generate additional query rewrites for this query. \\\n * **generative**: Generate alternative query terms to increase the recall of a search request.\n */\nexport type QueryRewritesType = string;\n\n/** Known values of {@link QueryDebugMode} that the service accepts. */\nexport enum KnownQueryDebugMode {\n /** No query debugging information will be returned. */\n Disabled = \"disabled\",\n /** Allows the user to further explore their reranked results. */\n Semantic = \"semantic\",\n /** Allows the user to further explore their hybrid and vector query results. */\n Vector = \"vector\",\n /** Allows the user to explore the list of query rewrites generated for their search request. */\n QueryRewrites = \"queryRewrites\",\n /** Allows the user to retrieve scoring information regarding vectors matched within a collection of complex types. */\n InnerHits = \"innerHits\",\n /** Turn on all debug options. */\n All = \"all\",\n}\n\n/**\n * Defines values for QueryDebugMode. \\\n * {@link KnownQueryDebugMode} can be used interchangeably with QueryDebugMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **disabled**: No query debugging information will be returned. \\\n * **semantic**: Allows the user to further explore their reranked results. \\\n * **vector**: Allows the user to further explore their hybrid and vector query results. \\\n * **queryRewrites**: Allows the user to explore the list of query rewrites generated for their search request. \\\n * **innerHits**: Allows the user to retrieve scoring information regarding vectors matched within a collection of complex types. \\\n * **all**: Turn on all debug options.\n */\nexport type QueryDebugMode = string;\n\n/** Known values of {@link QueryLanguage} that the service accepts. */\nexport enum KnownQueryLanguage {\n /** Query language not specified. */\n None = \"none\",\n /** Query language value for English (United States). */\n EnUs = \"en-us\",\n /** Query language value for English (Great Britain). */\n EnGb = \"en-gb\",\n /** Query language value for English (India). */\n EnIn = \"en-in\",\n /** Query language value for English (Canada). */\n EnCa = \"en-ca\",\n /** Query language value for English (Australia). */\n EnAu = \"en-au\",\n /** Query language value for French (France). */\n FrFr = \"fr-fr\",\n /** Query language value for French (Canada). */\n FrCa = \"fr-ca\",\n /** Query language value for German (Germany). */\n DeDe = \"de-de\",\n /** Query language value for Spanish (Spain). */\n EsEs = \"es-es\",\n /** Query language value for Spanish (Mexico). */\n EsMx = \"es-mx\",\n /** Query language value for Chinese (China). */\n ZhCn = \"zh-cn\",\n /** Query language value for Chinese (Taiwan). */\n ZhTw = \"zh-tw\",\n /** Query language value for Portuguese (Brazil). */\n PtBr = \"pt-br\",\n /** Query language value for Portuguese (Portugal). */\n PtPt = \"pt-pt\",\n /** Query language value for Italian (Italy). */\n ItIt = \"it-it\",\n /** Query language value for Japanese (Japan). */\n JaJp = \"ja-jp\",\n /** Query language value for Korean (Korea). */\n KoKr = \"ko-kr\",\n /** Query language value for Russian (Russia). */\n RuRu = \"ru-ru\",\n /** Query language value for Czech (Czech Republic). */\n CsCz = \"cs-cz\",\n /** Query language value for Dutch (Belgium). */\n NlBe = \"nl-be\",\n /** Query language value for Dutch (Netherlands). */\n NlNl = \"nl-nl\",\n /** Query language value for Hungarian (Hungary). */\n HuHu = \"hu-hu\",\n /** Query language value for Polish (Poland). */\n PlPl = \"pl-pl\",\n /** Query language value for Swedish (Sweden). */\n SvSe = \"sv-se\",\n /** Query language value for Turkish (Turkey). */\n TrTr = \"tr-tr\",\n /** Query language value for Hindi (India). */\n HiIn = \"hi-in\",\n /** Query language value for Arabic (Saudi Arabia). */\n ArSa = \"ar-sa\",\n /** Query language value for Arabic (Egypt). */\n ArEg = \"ar-eg\",\n /** Query language value for Arabic (Morocco). */\n ArMa = \"ar-ma\",\n /** Query language value for Arabic (Kuwait). */\n ArKw = \"ar-kw\",\n /** Query language value for Arabic (Jordan). */\n ArJo = \"ar-jo\",\n /** Query language value for Danish (Denmark). */\n DaDk = \"da-dk\",\n /** Query language value for Norwegian (Norway). */\n NoNo = \"no-no\",\n /** Query language value for Bulgarian (Bulgaria). */\n BgBg = \"bg-bg\",\n /** Query language value for Croatian (Croatia). */\n HrHr = \"hr-hr\",\n /** Query language value for Croatian (Bosnia and Herzegovina). */\n HrBa = \"hr-ba\",\n /** Query language value for Malay (Malaysia). */\n MsMy = \"ms-my\",\n /** Query language value for Malay (Brunei Darussalam). */\n MsBn = \"ms-bn\",\n /** Query language value for Slovenian (Slovenia). */\n SlSl = \"sl-sl\",\n /** Query language value for Tamil (India). */\n TaIn = \"ta-in\",\n /** Query language value for Vietnamese (Viet Nam). */\n ViVn = \"vi-vn\",\n /** Query language value for Greek (Greece). */\n ElGr = \"el-gr\",\n /** Query language value for Romanian (Romania). */\n RoRo = \"ro-ro\",\n /** Query language value for Icelandic (Iceland). */\n IsIs = \"is-is\",\n /** Query language value for Indonesian (Indonesia). */\n IdId = \"id-id\",\n /** Query language value for Thai (Thailand). */\n ThTh = \"th-th\",\n /** Query language value for Lithuanian (Lithuania). */\n LtLt = \"lt-lt\",\n /** Query language value for Ukrainian (Ukraine). */\n UkUa = \"uk-ua\",\n /** Query language value for Latvian (Latvia). */\n LvLv = \"lv-lv\",\n /** Query language value for Estonian (Estonia). */\n EtEe = \"et-ee\",\n /** Query language value for Catalan. */\n CaEs = \"ca-es\",\n /** Query language value for Finnish (Finland). */\n FiFi = \"fi-fi\",\n /** Query language value for Serbian (Bosnia and Herzegovina). */\n SrBa = \"sr-ba\",\n /** Query language value for Serbian (Montenegro). */\n SrMe = \"sr-me\",\n /** Query language value for Serbian (Serbia). */\n SrRs = \"sr-rs\",\n /** Query language value for Slovak (Slovakia). */\n SkSk = \"sk-sk\",\n /** Query language value for Norwegian (Norway). */\n NbNo = \"nb-no\",\n /** Query language value for Armenian (Armenia). */\n HyAm = \"hy-am\",\n /** Query language value for Bengali (India). */\n BnIn = \"bn-in\",\n /** Query language value for Basque. */\n EuEs = \"eu-es\",\n /** Query language value for Galician. */\n GlEs = \"gl-es\",\n /** Query language value for Gujarati (India). */\n GuIn = \"gu-in\",\n /** Query language value for Hebrew (Israel). */\n HeIl = \"he-il\",\n /** Query language value for Irish (Ireland). */\n GaIe = \"ga-ie\",\n /** Query language value for Kannada (India). */\n KnIn = \"kn-in\",\n /** Query language value for Malayalam (India). */\n MlIn = \"ml-in\",\n /** Query language value for Marathi (India). */\n MrIn = \"mr-in\",\n /** Query language value for Persian (U.A.E.). */\n FaAe = \"fa-ae\",\n /** Query language value for Punjabi (India). */\n PaIn = \"pa-in\",\n /** Query language value for Telugu (India). */\n TeIn = \"te-in\",\n /** Query language value for Urdu (Pakistan). */\n UrPk = \"ur-pk\",\n}\n\n/**\n * Defines values for QueryLanguage. \\\n * {@link KnownQueryLanguage} can be used interchangeably with QueryLanguage,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none**: Query language not specified. \\\n * **en-us**: Query language value for English (United States). \\\n * **en-gb**: Query language value for English (Great Britain). \\\n * **en-in**: Query language value for English (India). \\\n * **en-ca**: Query language value for English (Canada). \\\n * **en-au**: Query language value for English (Australia). \\\n * **fr-fr**: Query language value for French (France). \\\n * **fr-ca**: Query language value for French (Canada). \\\n * **de-de**: Query language value for German (Germany). \\\n * **es-es**: Query language value for Spanish (Spain). \\\n * **es-mx**: Query language value for Spanish (Mexico). \\\n * **zh-cn**: Query language value for Chinese (China). \\\n * **zh-tw**: Query language value for Chinese (Taiwan). \\\n * **pt-br**: Query language value for Portuguese (Brazil). \\\n * **pt-pt**: Query language value for Portuguese (Portugal). \\\n * **it-it**: Query language value for Italian (Italy). \\\n * **ja-jp**: Query language value for Japanese (Japan). \\\n * **ko-kr**: Query language value for Korean (Korea). \\\n * **ru-ru**: Query language value for Russian (Russia). \\\n * **cs-cz**: Query language value for Czech (Czech Republic). \\\n * **nl-be**: Query language value for Dutch (Belgium). \\\n * **nl-nl**: Query language value for Dutch (Netherlands). \\\n * **hu-hu**: Query language value for Hungarian (Hungary). \\\n * **pl-pl**: Query language value for Polish (Poland). \\\n * **sv-se**: Query language value for Swedish (Sweden). \\\n * **tr-tr**: Query language value for Turkish (Turkey). \\\n * **hi-in**: Query language value for Hindi (India). \\\n * **ar-sa**: Query language value for Arabic (Saudi Arabia). \\\n * **ar-eg**: Query language value for Arabic (Egypt). \\\n * **ar-ma**: Query language value for Arabic (Morocco). \\\n * **ar-kw**: Query language value for Arabic (Kuwait). \\\n * **ar-jo**: Query language value for Arabic (Jordan). \\\n * **da-dk**: Query language value for Danish (Denmark). \\\n * **no-no**: Query language value for Norwegian (Norway). \\\n * **bg-bg**: Query language value for Bulgarian (Bulgaria). \\\n * **hr-hr**: Query language value for Croatian (Croatia). \\\n * **hr-ba**: Query language value for Croatian (Bosnia and Herzegovina). \\\n * **ms-my**: Query language value for Malay (Malaysia). \\\n * **ms-bn**: Query language value for Malay (Brunei Darussalam). \\\n * **sl-sl**: Query language value for Slovenian (Slovenia). \\\n * **ta-in**: Query language value for Tamil (India). \\\n * **vi-vn**: Query language value for Vietnamese (Viet Nam). \\\n * **el-gr**: Query language value for Greek (Greece). \\\n * **ro-ro**: Query language value for Romanian (Romania). \\\n * **is-is**: Query language value for Icelandic (Iceland). \\\n * **id-id**: Query language value for Indonesian (Indonesia). \\\n * **th-th**: Query language value for Thai (Thailand). \\\n * **lt-lt**: Query language value for Lithuanian (Lithuania). \\\n * **uk-ua**: Query language value for Ukrainian (Ukraine). \\\n * **lv-lv**: Query language value for Latvian (Latvia). \\\n * **et-ee**: Query language value for Estonian (Estonia). \\\n * **ca-es**: Query language value for Catalan. \\\n * **fi-fi**: Query language value for Finnish (Finland). \\\n * **sr-ba**: Query language value for Serbian (Bosnia and Herzegovina). \\\n * **sr-me**: Query language value for Serbian (Montenegro). \\\n * **sr-rs**: Query language value for Serbian (Serbia). \\\n * **sk-sk**: Query language value for Slovak (Slovakia). \\\n * **nb-no**: Query language value for Norwegian (Norway). \\\n * **hy-am**: Query language value for Armenian (Armenia). \\\n * **bn-in**: Query language value for Bengali (India). \\\n * **eu-es**: Query language value for Basque. \\\n * **gl-es**: Query language value for Galician. \\\n * **gu-in**: Query language value for Gujarati (India). \\\n * **he-il**: Query language value for Hebrew (Israel). \\\n * **ga-ie**: Query language value for Irish (Ireland). \\\n * **kn-in**: Query language value for Kannada (India). \\\n * **ml-in**: Query language value for Malayalam (India). \\\n * **mr-in**: Query language value for Marathi (India). \\\n * **fa-ae**: Query language value for Persian (U.A.E.). \\\n * **pa-in**: Query language value for Punjabi (India). \\\n * **te-in**: Query language value for Telugu (India). \\\n * **ur-pk**: Query language value for Urdu (Pakistan).\n */\nexport type QueryLanguage = string;\n\n/** Known values of {@link QuerySpellerType} that the service accepts. */\nexport enum KnownQuerySpellerType {\n /** Speller not enabled. */\n None = \"none\",\n /** Speller corrects individual query terms using a static lexicon for the language specified by the queryLanguage parameter. */\n Lexicon = \"lexicon\",\n}\n\n/**\n * Defines values for QuerySpellerType. \\\n * {@link KnownQuerySpellerType} can be used interchangeably with QuerySpellerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none**: Speller not enabled. \\\n * **lexicon**: Speller corrects individual query terms using a static lexicon for the language specified by the queryLanguage parameter.\n */\nexport type QuerySpellerType = string;\n\n/** Known values of {@link VectorQueryKind} that the service accepts. */\nexport enum KnownVectorQueryKind {\n /** Vector query where a raw vector value is provided. */\n Vector = \"vector\",\n /** Vector query where a text value that needs to be vectorized is provided. */\n Text = \"text\",\n /** Vector query where an url that represents an image value that needs to be vectorized is provided. */\n ImageUrl = \"imageUrl\",\n /** Vector query where a base 64 encoded binary of an image that needs to be vectorized is provided. */\n ImageBinary = \"imageBinary\",\n}\n\n/**\n * Defines values for VectorQueryKind. \\\n * {@link KnownVectorQueryKind} can be used interchangeably with VectorQueryKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **vector**: Vector query where a raw vector value is provided. \\\n * **text**: Vector query where a text value that needs to be vectorized is provided. \\\n * **imageUrl**: Vector query where an url that represents an image value that needs to be vectorized is provided. \\\n * **imageBinary**: Vector query where a base 64 encoded binary of an image that needs to be vectorized is provided.\n */\nexport type VectorQueryKind = string;\n\n/** Known values of {@link VectorThresholdKind} that the service accepts. */\nexport enum KnownVectorThresholdKind {\n /** The results of the vector query will be filtered based on the vector similarity metric. Note this is the canonical definition of similarity metric, not the 'distance' version. The threshold direction (larger or smaller) will be chosen automatically according to the metric used by the field. */\n VectorSimilarity = \"vectorSimilarity\",\n /** The results of the vector query will filter based on the '@search.score' value. Note this is the @search.score returned as part of the search response. The threshold direction will be chosen for higher @search.score. */\n SearchScore = \"searchScore\",\n}\n\n/**\n * Defines values for VectorThresholdKind. \\\n * {@link KnownVectorThresholdKind} can be used interchangeably with VectorThresholdKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **vectorSimilarity**: The results of the vector query will be filtered based on the vector similarity metric. Note this is the canonical definition of similarity metric, not the 'distance' version. The threshold direction (larger or smaller) will be chosen automatically according to the metric used by the field. \\\n * **searchScore**: The results of the vector query will filter based on the '@search.score' value. Note this is the @search.score returned as part of the search response. The threshold direction will be chosen for higher @search.score.\n */\nexport type VectorThresholdKind = string;\n\n/** Known values of {@link VectorFilterMode} that the service accepts. */\nexport enum KnownVectorFilterMode {\n /** The filter will be applied after the candidate set of vector results is returned. Depending on the filter selectivity, this can result in fewer results than requested by the parameter 'k'. */\n PostFilter = \"postFilter\",\n /** The filter will be applied before the search query. */\n PreFilter = \"preFilter\",\n /** The filter will be applied after the global top-k candidate set of vector results is returned. This will result in fewer results than requested by the parameter 'k'. */\n StrictPostFilter = \"strictPostFilter\",\n}\n\n/**\n * Defines values for VectorFilterMode. \\\n * {@link KnownVectorFilterMode} can be used interchangeably with VectorFilterMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **postFilter**: The filter will be applied after the candidate set of vector results is returned. Depending on the filter selectivity, this can result in fewer results than requested by the parameter 'k'. \\\n * **preFilter**: The filter will be applied before the search query. \\\n * **strictPostFilter**: The filter will be applied after the global top-k candidate set of vector results is returned. This will result in fewer results than requested by the parameter 'k'.\n */\nexport type VectorFilterMode = string;\n\n/** Known values of {@link HybridCountAndFacetMode} that the service accepts. */\nexport enum KnownHybridCountAndFacetMode {\n /** Only include documents that were matched within the 'maxTextRecallSize' retrieval window when computing 'count' and 'facets'. */\n CountRetrievableResults = \"countRetrievableResults\",\n /** Include all documents that were matched by the search query when computing 'count' and 'facets', regardless of whether or not those documents are within the 'maxTextRecallSize' retrieval window. */\n CountAllResults = \"countAllResults\",\n}\n\n/**\n * Defines values for HybridCountAndFacetMode. \\\n * {@link KnownHybridCountAndFacetMode} can be used interchangeably with HybridCountAndFacetMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **countRetrievableResults**: Only include documents that were matched within the 'maxTextRecallSize' retrieval window when computing 'count' and 'facets'. \\\n * **countAllResults**: Include all documents that were matched by the search query when computing 'count' and 'facets', regardless of whether or not those documents are within the 'maxTextRecallSize' retrieval window.\n */\nexport type HybridCountAndFacetMode = string;\n\n/** Known values of {@link SemanticFieldState} that the service accepts. */\nexport enum KnownSemanticFieldState {\n /** The field was fully used for semantic enrichment. */\n Used = \"used\",\n /** The field was not used for semantic enrichment. */\n Unused = \"unused\",\n /** The field was partially used for semantic enrichment. */\n Partial = \"partial\",\n}\n\n/**\n * Defines values for SemanticFieldState. \\\n * {@link KnownSemanticFieldState} can be used interchangeably with SemanticFieldState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **used**: The field was fully used for semantic enrichment. \\\n * **unused**: The field was not used for semantic enrichment. \\\n * **partial**: The field was partially used for semantic enrichment.\n */\nexport type SemanticFieldState = string;\n\n/** Known values of {@link SemanticErrorReason} that the service accepts. */\nexport enum KnownSemanticErrorReason {\n /** If `semanticMaxWaitInMilliseconds` was set and the semantic processing duration exceeded that value. Only the base results were returned. */\n MaxWaitExceeded = \"maxWaitExceeded\",\n /** The request was throttled. Only the base results were returned. */\n CapacityOverloaded = \"capacityOverloaded\",\n /** At least one step of the semantic process failed. */\n Transient = \"transient\",\n}\n\n/**\n * Defines values for SemanticErrorReason. \\\n * {@link KnownSemanticErrorReason} can be used interchangeably with SemanticErrorReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **maxWaitExceeded**: If `semanticMaxWaitInMilliseconds` was set and the semantic processing duration exceeded that value. Only the base results were returned. \\\n * **capacityOverloaded**: The request was throttled. Only the base results were returned. \\\n * **transient**: At least one step of the semantic process failed.\n */\nexport type SemanticErrorReason = string;\n\n/** Known values of {@link SemanticSearchResultsType} that the service accepts. */\nexport enum KnownSemanticSearchResultsType {\n /** Results without any semantic enrichment or reranking. */\n BaseResults = \"baseResults\",\n /** Results have been reranked with the reranker model and will include semantic captions. They will not include any answers, answers highlights or caption highlights. */\n RerankedResults = \"rerankedResults\",\n}\n\n/**\n * Defines values for SemanticSearchResultsType. \\\n * {@link KnownSemanticSearchResultsType} can be used interchangeably with SemanticSearchResultsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **baseResults**: Results without any semantic enrichment or reranking. \\\n * **rerankedResults**: Results have been reranked with the reranker model and will include semantic captions. They will not include any answers, answers highlights or caption highlights.\n */\nexport type SemanticSearchResultsType = string;\n\n/** Known values of {@link SemanticQueryRewritesResultType} that the service accepts. */\nexport enum KnownSemanticQueryRewritesResultType {\n /** Query rewrites were not successfully generated for this request. Only the original query was used to retrieve the results. */\n OriginalQueryOnly = \"originalQueryOnly\",\n}\n\n/**\n * Defines values for SemanticQueryRewritesResultType. \\\n * {@link KnownSemanticQueryRewritesResultType} can be used interchangeably with SemanticQueryRewritesResultType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **originalQueryOnly**: Query rewrites were not successfully generated for this request. Only the original query was used to retrieve the results.\n */\nexport type SemanticQueryRewritesResultType = string;\n/** Defines values for QueryType. */\nexport type QueryType = \"simple\" | \"full\" | \"semantic\";\n/** Defines values for SearchMode. */\nexport type SearchMode = \"any\" | \"all\";\n/** Defines values for ScoringStatistics. */\nexport type ScoringStatistics = \"local\" | \"global\";\n/** Defines values for IndexActionType. */\nexport type IndexActionType = \"upload\" | \"merge\" | \"mergeOrUpload\" | \"delete\";\n/** Defines values for AutocompleteMode. */\nexport type AutocompleteMode = \"oneTerm\" | \"twoTerms\" | \"oneTermWithContext\";\n\n/** Optional parameters. */\nexport interface DocumentsCountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the count operation. */\nexport type DocumentsCountResponse = {\n /** The parsed response body. */\n body: number;\n};\n\n/** Optional parameters. */\nexport interface DocumentsSearchGetOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchOptions?: SearchOptions;\n /** A full-text search query expression; Use \"*\" or omit this parameter to match all documents. */\n searchText?: string;\n /** Token identifying the user for which the query is being executed. This token is used to enforce security restrictions on documents. */\n xMsQuerySourceAuthorization?: string;\n /** A value that enables elevated read that bypass document level permission checks for the query operation. */\n xMsEnableElevatedRead?: boolean;\n}\n\n/** Contains response data for the searchGet operation. */\nexport type DocumentsSearchGetResponse = SearchDocumentsResult;\n\n/** Optional parameters. */\nexport interface DocumentsSearchPostOptionalParams\n extends coreClient.OperationOptions {\n /** Token identifying the user for which the query is being executed. This token is used to enforce security restrictions on documents. */\n xMsQuerySourceAuthorization?: string;\n /** A value that enables elevated read that bypass document level permission checks for the query operation. */\n xMsEnableElevatedRead?: boolean;\n}\n\n/** Contains response data for the searchPost operation. */\nexport type DocumentsSearchPostResponse = SearchDocumentsResult;\n\n/** Optional parameters. */\nexport interface DocumentsGetOptionalParams\n extends coreClient.OperationOptions {\n /** Token identifying the user for which the query is being executed. This token is used to enforce security restrictions on documents. */\n xMsQuerySourceAuthorization?: string;\n /** A value that enables elevated read that bypass document level permission checks for the query operation. */\n xMsEnableElevatedRead?: boolean;\n /** List of field names to retrieve for the document; Any field not retrieved will be missing from the returned document. */\n selectedFields?: string[];\n}\n\n/** Contains response data for the get operation. */\nexport type DocumentsGetResponse = { [propertyName: string]: any };\n\n/** Optional parameters. */\nexport interface DocumentsSuggestGetOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n suggestOptions?: SuggestOptions;\n}\n\n/** Contains response data for the suggestGet operation. */\nexport type DocumentsSuggestGetResponse = SuggestDocumentsResult;\n\n/** Optional parameters. */\nexport interface DocumentsSuggestPostOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the suggestPost operation. */\nexport type DocumentsSuggestPostResponse = SuggestDocumentsResult;\n\n/** Optional parameters. */\nexport interface DocumentsIndexOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the index operation. */\nexport type DocumentsIndexResponse = IndexDocumentsResult;\n\n/** Optional parameters. */\nexport interface DocumentsAutocompleteGetOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n autocompleteOptions?: AutocompleteOptions;\n}\n\n/** Contains response data for the autocompleteGet operation. */\nexport type DocumentsAutocompleteGetResponse = AutocompleteResult;\n\n/** Optional parameters. */\nexport interface DocumentsAutocompletePostOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the autocompletePost operation. */\nexport type DocumentsAutocompletePostResponse = AutocompleteResult;\n\n/** Optional parameters. */\nexport interface SearchClientOptionalParams\n extends coreHttpCompat.ExtendedServiceClientOptions {\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../../../src/generated/data/models/mappers.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../../../src/generated/data/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAmG9C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAiEpC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAwC1C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAqOtC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAoEpC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAmBxC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAmBrC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eA+DrC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAuB3C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAuC1C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eA+C1C,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAqBzD,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eA4BzD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAczC,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAuCrD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAcnC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAqBhD,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAgCpD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eA4B/C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAgBtC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA2EvC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAoBnC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAgBpC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAqB7C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAsCvC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eA4B3C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAuBzC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsE5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAclC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eA2B/C,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eA0BrD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAuBxC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAwB9C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAiBlD,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAiBrD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAkBlD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAkB7C,CAAC;AAEF,eAAO,IAAI,cAAc;;;;;;;;;CASxB,CAAC"}
@@ -211,6 +211,27 @@ export const FacetResult = {
211
211
  name: "Number",
212
212
  },
213
213
  },
214
+ avg: {
215
+ serializedName: "avg",
216
+ readOnly: true,
217
+ type: {
218
+ name: "Number",
219
+ },
220
+ },
221
+ min: {
222
+ serializedName: "min",
223
+ readOnly: true,
224
+ type: {
225
+ name: "Number",
226
+ },
227
+ },
228
+ max: {
229
+ serializedName: "max",
230
+ readOnly: true,
231
+ type: {
232
+ name: "Number",
233
+ },
234
+ },
214
235
  sum: {
215
236
  serializedName: "sum",
216
237
  readOnly: true,
@@ -218,6 +239,13 @@ export const FacetResult = {
218
239
  name: "Number",
219
240
  },
220
241
  },
242
+ cardinality: {
243
+ serializedName: "cardinality",
244
+ readOnly: true,
245
+ type: {
246
+ name: "Number",
247
+ },
248
+ },
221
249
  facets: {
222
250
  serializedName: "@search\\.facets",
223
251
  readOnly: true,