@azure/search-documents 12.3.0-alpha.20260310.2 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (744) hide show
  1. package/dist/browser/base64.d.ts.map +1 -1
  2. package/dist/browser/base64.js +3 -2
  3. package/dist/browser/base64.js.map +1 -1
  4. package/dist/browser/index.d.ts +9 -7
  5. package/dist/browser/index.d.ts.map +1 -1
  6. package/dist/browser/index.js +3 -4
  7. package/dist/browser/index.js.map +1 -1
  8. package/dist/browser/indexModels.d.ts +13 -112
  9. package/dist/browser/indexModels.d.ts.map +1 -1
  10. package/dist/browser/indexModels.js.map +1 -1
  11. package/dist/browser/knowledgeBaseModels.d.ts +4 -17
  12. package/dist/browser/knowledgeBaseModels.d.ts.map +1 -1
  13. package/dist/browser/knowledgeBaseModels.js.map +1 -1
  14. package/dist/browser/knowledgeBaseRetrieval/api/index.d.ts +2 -1
  15. package/dist/browser/knowledgeBaseRetrieval/api/index.d.ts.map +1 -1
  16. package/dist/browser/knowledgeBaseRetrieval/api/index.js +1 -1
  17. package/dist/browser/knowledgeBaseRetrieval/api/index.js.map +1 -1
  18. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +3 -1
  19. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -1
  20. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +3 -3
  21. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -1
  22. package/dist/browser/knowledgeBaseRetrieval/api/operations.d.ts +2 -2
  23. package/dist/browser/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -1
  24. package/dist/browser/knowledgeBaseRetrieval/api/operations.js +9 -8
  25. package/dist/browser/knowledgeBaseRetrieval/api/operations.js.map +1 -1
  26. package/dist/browser/knowledgeBaseRetrieval/api/options.d.ts +2 -2
  27. package/dist/browser/knowledgeBaseRetrieval/api/options.d.ts.map +1 -1
  28. package/dist/browser/knowledgeBaseRetrieval/api/options.js.map +1 -1
  29. package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +2 -2
  30. package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -1
  31. package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +4 -4
  32. package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +1 -1
  33. package/dist/browser/knowledgeRetrievalClient.d.ts +2 -2
  34. package/dist/browser/knowledgeRetrievalClient.d.ts.map +1 -1
  35. package/dist/browser/knowledgeRetrievalClient.js +4 -4
  36. package/dist/browser/knowledgeRetrievalClient.js.map +1 -1
  37. package/dist/browser/models/azure/search/documents/index.d.ts +2 -1
  38. package/dist/browser/models/azure/search/documents/index.d.ts.map +1 -1
  39. package/dist/browser/models/azure/search/documents/index.js +1 -1
  40. package/dist/browser/models/azure/search/documents/index.js.map +1 -1
  41. package/dist/browser/models/azure/search/documents/indexes/index.d.ts +2 -1
  42. package/dist/browser/models/azure/search/documents/indexes/index.d.ts.map +1 -1
  43. package/dist/browser/models/azure/search/documents/indexes/index.js +1 -1
  44. package/dist/browser/models/azure/search/documents/indexes/index.js.map +1 -1
  45. package/dist/browser/models/azure/search/documents/indexes/models.d.ts +50 -477
  46. package/dist/browser/models/azure/search/documents/indexes/models.d.ts.map +1 -1
  47. package/dist/browser/models/azure/search/documents/indexes/models.js +40 -526
  48. package/dist/browser/models/azure/search/documents/indexes/models.js.map +1 -1
  49. package/dist/browser/models/azure/search/documents/knowledgeBases/index.d.ts +2 -1
  50. package/dist/browser/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -1
  51. package/dist/browser/models/azure/search/documents/knowledgeBases/index.js +1 -1
  52. package/dist/browser/models/azure/search/documents/knowledgeBases/index.js.map +1 -1
  53. package/dist/browser/models/azure/search/documents/knowledgeBases/models.d.ts +135 -242
  54. package/dist/browser/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -1
  55. package/dist/browser/models/azure/search/documents/knowledgeBases/models.js +131 -291
  56. package/dist/browser/models/azure/search/documents/knowledgeBases/models.js.map +1 -1
  57. package/dist/browser/models/azure/search/documents/models.d.ts +2 -466
  58. package/dist/browser/models/azure/search/documents/models.d.ts.map +1 -1
  59. package/dist/browser/models/azure/search/documents/models.js +1 -429
  60. package/dist/browser/models/azure/search/documents/models.js.map +1 -1
  61. package/dist/browser/models/index.d.ts +1 -0
  62. package/dist/browser/models/index.d.ts.map +1 -1
  63. package/dist/browser/models/index.js.map +1 -1
  64. package/dist/browser/models/models.d.ts +3 -3
  65. package/dist/browser/models/models.d.ts.map +1 -1
  66. package/dist/browser/models/models.js +3 -3
  67. package/dist/browser/models/models.js.map +1 -1
  68. package/dist/browser/search/api/index.d.ts +2 -1
  69. package/dist/browser/search/api/index.d.ts.map +1 -1
  70. package/dist/browser/search/api/index.js +1 -1
  71. package/dist/browser/search/api/index.js.map +1 -1
  72. package/dist/browser/search/api/operations.d.ts.map +1 -1
  73. package/dist/browser/search/api/operations.js +35 -54
  74. package/dist/browser/search/api/operations.js.map +1 -1
  75. package/dist/browser/search/api/options.d.ts +19 -31
  76. package/dist/browser/search/api/options.d.ts.map +1 -1
  77. package/dist/browser/search/api/options.js.map +1 -1
  78. package/dist/browser/search/api/searchContext.js +1 -1
  79. package/dist/browser/search/api/searchContext.js.map +1 -1
  80. package/dist/browser/searchClient.d.ts +0 -1
  81. package/dist/browser/searchClient.d.ts.map +1 -1
  82. package/dist/browser/searchClient.js +22 -39
  83. package/dist/browser/searchClient.js.map +1 -1
  84. package/dist/browser/searchIndex/api/index.d.ts +4 -3
  85. package/dist/browser/searchIndex/api/index.d.ts.map +1 -1
  86. package/dist/browser/searchIndex/api/index.js +2 -2
  87. package/dist/browser/searchIndex/api/index.js.map +1 -1
  88. package/dist/browser/searchIndex/api/operations.d.ts +2 -6
  89. package/dist/browser/searchIndex/api/operations.d.ts.map +1 -1
  90. package/dist/browser/searchIndex/api/operations.js +186 -96
  91. package/dist/browser/searchIndex/api/operations.js.map +1 -1
  92. package/dist/browser/searchIndex/api/options.d.ts +60 -5
  93. package/dist/browser/searchIndex/api/options.d.ts.map +1 -1
  94. package/dist/browser/searchIndex/api/options.js.map +1 -1
  95. package/dist/browser/searchIndex/api/searchIndexContext.js +1 -1
  96. package/dist/browser/searchIndex/api/searchIndexContext.js.map +1 -1
  97. package/dist/browser/searchIndex/index.d.ts +1 -1
  98. package/dist/browser/searchIndex/index.d.ts.map +1 -1
  99. package/dist/browser/searchIndex/index.js.map +1 -1
  100. package/dist/browser/searchIndex/searchIndexClient.d.ts +2 -4
  101. package/dist/browser/searchIndex/searchIndexClient.d.ts.map +1 -1
  102. package/dist/browser/searchIndex/searchIndexClient.js +1 -5
  103. package/dist/browser/searchIndex/searchIndexClient.js.map +1 -1
  104. package/dist/browser/searchIndexClient.d.ts +2 -7
  105. package/dist/browser/searchIndexClient.d.ts.map +1 -1
  106. package/dist/browser/searchIndexClient.js +2 -9
  107. package/dist/browser/searchIndexClient.js.map +1 -1
  108. package/dist/browser/searchIndexer/api/index.d.ts +4 -3
  109. package/dist/browser/searchIndexer/api/index.d.ts.map +1 -1
  110. package/dist/browser/searchIndexer/api/index.js +2 -2
  111. package/dist/browser/searchIndexer/api/index.js.map +1 -1
  112. package/dist/browser/searchIndexer/api/operations.d.ts +2 -14
  113. package/dist/browser/searchIndexer/api/operations.d.ts.map +1 -1
  114. package/dist/browser/searchIndexer/api/operations.js +112 -150
  115. package/dist/browser/searchIndexer/api/operations.js.map +1 -1
  116. package/dist/browser/searchIndexer/api/options.d.ts +36 -30
  117. package/dist/browser/searchIndexer/api/options.d.ts.map +1 -1
  118. package/dist/browser/searchIndexer/api/options.js.map +1 -1
  119. package/dist/browser/searchIndexer/api/searchIndexerContext.js +1 -1
  120. package/dist/browser/searchIndexer/api/searchIndexerContext.js.map +1 -1
  121. package/dist/browser/searchIndexer/index.d.ts +1 -1
  122. package/dist/browser/searchIndexer/index.d.ts.map +1 -1
  123. package/dist/browser/searchIndexer/index.js.map +1 -1
  124. package/dist/browser/searchIndexer/searchIndexerClient.d.ts +2 -8
  125. package/dist/browser/searchIndexer/searchIndexerClient.d.ts.map +1 -1
  126. package/dist/browser/searchIndexer/searchIndexerClient.js +1 -13
  127. package/dist/browser/searchIndexer/searchIndexerClient.js.map +1 -1
  128. package/dist/browser/searchIndexerClient.d.ts +1 -14
  129. package/dist/browser/searchIndexerClient.d.ts.map +1 -1
  130. package/dist/browser/searchIndexerClient.js +0 -27
  131. package/dist/browser/searchIndexerClient.js.map +1 -1
  132. package/dist/browser/searchIndexingBufferedSender.d.ts.map +1 -1
  133. package/dist/browser/searchIndexingBufferedSender.js +3 -7
  134. package/dist/browser/searchIndexingBufferedSender.js.map +1 -1
  135. package/dist/browser/serviceModels.d.ts +7 -191
  136. package/dist/browser/serviceModels.d.ts.map +1 -1
  137. package/dist/browser/serviceModels.js.map +1 -1
  138. package/dist/browser/serviceUtils.d.ts +3 -5
  139. package/dist/browser/serviceUtils.d.ts.map +1 -1
  140. package/dist/browser/serviceUtils.js +30 -87
  141. package/dist/browser/serviceUtils.js.map +1 -1
  142. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
  143. package/dist/browser/{synonymMapHelper.d.ts → synonymMapHelper-browser.d.mts} +3 -3
  144. package/dist/browser/synonymMapHelper-browser.d.mts.map +1 -0
  145. package/dist/browser/{synonymMapHelper.js → synonymMapHelper-browser.mjs} +3 -3
  146. package/dist/browser/synonymMapHelper-browser.mjs.map +1 -0
  147. package/dist/browser/timers-browser.d.mts +8 -0
  148. package/dist/browser/timers-browser.d.mts.map +1 -0
  149. package/dist/browser/timers-browser.mjs +13 -0
  150. package/dist/browser/timers-browser.mjs.map +1 -0
  151. package/dist/browser/tracing.d.ts.map +1 -1
  152. package/dist/browser/walk.js +1 -1
  153. package/dist/browser/walk.js.map +1 -1
  154. package/dist/commonjs/base64.d.ts.map +1 -1
  155. package/dist/commonjs/base64.js +4 -2
  156. package/dist/commonjs/base64.js.map +3 -3
  157. package/dist/commonjs/geographyPoint.js +1 -0
  158. package/dist/commonjs/geographyPoint.js.map +1 -1
  159. package/dist/commonjs/index.d.ts +8 -6
  160. package/dist/commonjs/index.d.ts.map +1 -1
  161. package/dist/commonjs/index.js +1 -29
  162. package/dist/commonjs/index.js.map +3 -3
  163. package/dist/commonjs/indexDocumentsBatch.js +1 -0
  164. package/dist/commonjs/indexDocumentsBatch.js.map +1 -1
  165. package/dist/commonjs/indexModels.d.ts +13 -112
  166. package/dist/commonjs/indexModels.d.ts.map +1 -1
  167. package/dist/commonjs/indexModels.js +1 -0
  168. package/dist/commonjs/indexModels.js.map +2 -2
  169. package/dist/commonjs/knowledgeBaseModels.d.ts +4 -17
  170. package/dist/commonjs/knowledgeBaseModels.d.ts.map +1 -1
  171. package/dist/commonjs/knowledgeBaseModels.js +1 -0
  172. package/dist/commonjs/knowledgeBaseModels.js.map +2 -2
  173. package/dist/commonjs/knowledgeBaseRetrieval/api/index.d.ts +2 -1
  174. package/dist/commonjs/knowledgeBaseRetrieval/api/index.d.ts.map +1 -1
  175. package/dist/commonjs/knowledgeBaseRetrieval/api/index.js +1 -0
  176. package/dist/commonjs/knowledgeBaseRetrieval/api/index.js.map +3 -3
  177. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +3 -1
  178. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -1
  179. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +4 -3
  180. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +3 -3
  181. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.d.ts +2 -2
  182. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -1
  183. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.js +9 -7
  184. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.js.map +3 -3
  185. package/dist/commonjs/knowledgeBaseRetrieval/api/options.d.ts +2 -2
  186. package/dist/commonjs/knowledgeBaseRetrieval/api/options.d.ts.map +1 -1
  187. package/dist/commonjs/knowledgeBaseRetrieval/api/options.js +1 -0
  188. package/dist/commonjs/knowledgeBaseRetrieval/api/options.js.map +2 -2
  189. package/dist/commonjs/knowledgeBaseRetrieval/index.js +1 -0
  190. package/dist/commonjs/knowledgeBaseRetrieval/index.js.map +1 -1
  191. package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +2 -2
  192. package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -1
  193. package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +5 -4
  194. package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +3 -3
  195. package/dist/commonjs/knowledgeRetrievalClient.d.ts +2 -2
  196. package/dist/commonjs/knowledgeRetrievalClient.d.ts.map +1 -1
  197. package/dist/commonjs/knowledgeRetrievalClient.js +10 -4
  198. package/dist/commonjs/knowledgeRetrievalClient.js.map +3 -3
  199. package/dist/commonjs/logger.js +1 -0
  200. package/dist/commonjs/logger.js.map +1 -1
  201. package/dist/commonjs/models/azure/search/documents/index.d.ts +2 -1
  202. package/dist/commonjs/models/azure/search/documents/index.d.ts.map +1 -1
  203. package/dist/commonjs/models/azure/search/documents/index.js +3 -16
  204. package/dist/commonjs/models/azure/search/documents/index.js.map +3 -3
  205. package/dist/commonjs/models/azure/search/documents/indexes/index.d.ts +2 -1
  206. package/dist/commonjs/models/azure/search/documents/indexes/index.d.ts.map +1 -1
  207. package/dist/commonjs/models/azure/search/documents/indexes/index.js +1 -18
  208. package/dist/commonjs/models/azure/search/documents/indexes/index.js.map +3 -3
  209. package/dist/commonjs/models/azure/search/documents/indexes/models.d.ts +50 -477
  210. package/dist/commonjs/models/azure/search/documents/indexes/models.d.ts.map +1 -1
  211. package/dist/commonjs/models/azure/search/documents/indexes/models.js +40 -501
  212. package/dist/commonjs/models/azure/search/documents/indexes/models.js.map +4 -4
  213. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.d.ts +2 -1
  214. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -1
  215. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.js +1 -2
  216. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.js.map +3 -3
  217. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.d.ts +135 -242
  218. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -1
  219. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.js +136 -335
  220. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.js.map +4 -4
  221. package/dist/commonjs/models/azure/search/documents/models.d.ts +2 -466
  222. package/dist/commonjs/models/azure/search/documents/models.d.ts.map +1 -1
  223. package/dist/commonjs/models/azure/search/documents/models.js +8 -354
  224. package/dist/commonjs/models/azure/search/documents/models.js.map +4 -4
  225. package/dist/commonjs/models/index.d.ts +1 -0
  226. package/dist/commonjs/models/index.d.ts.map +1 -1
  227. package/dist/commonjs/models/index.js +1 -0
  228. package/dist/commonjs/models/index.js.map +2 -2
  229. package/dist/commonjs/models/models.d.ts +3 -3
  230. package/dist/commonjs/models/models.d.ts.map +1 -1
  231. package/dist/commonjs/models/models.js +2 -1
  232. package/dist/commonjs/models/models.js.map +3 -3
  233. package/dist/commonjs/odata.js +1 -0
  234. package/dist/commonjs/odata.js.map +1 -1
  235. package/dist/commonjs/odataMetadataPolicy.js +1 -0
  236. package/dist/commonjs/odataMetadataPolicy.js.map +1 -1
  237. package/dist/commonjs/search/api/index.d.ts +2 -1
  238. package/dist/commonjs/search/api/index.d.ts.map +1 -1
  239. package/dist/commonjs/search/api/index.js +1 -0
  240. package/dist/commonjs/search/api/index.js.map +3 -3
  241. package/dist/commonjs/search/api/operations.d.ts.map +1 -1
  242. package/dist/commonjs/search/api/operations.js +22 -42
  243. package/dist/commonjs/search/api/operations.js.map +3 -3
  244. package/dist/commonjs/search/api/options.d.ts +19 -31
  245. package/dist/commonjs/search/api/options.d.ts.map +1 -1
  246. package/dist/commonjs/search/api/options.js +1 -0
  247. package/dist/commonjs/search/api/options.js.map +2 -2
  248. package/dist/commonjs/search/api/searchContext.js +2 -1
  249. package/dist/commonjs/search/api/searchContext.js.map +2 -2
  250. package/dist/commonjs/search/index.js +1 -0
  251. package/dist/commonjs/search/index.js.map +1 -1
  252. package/dist/commonjs/search/searchClient.js +1 -0
  253. package/dist/commonjs/search/searchClient.js.map +1 -1
  254. package/dist/commonjs/searchApiKeyCredentialPolicy.js +1 -0
  255. package/dist/commonjs/searchApiKeyCredentialPolicy.js.map +1 -1
  256. package/dist/commonjs/searchAudience.js +1 -0
  257. package/dist/commonjs/searchAudience.js.map +1 -1
  258. package/dist/commonjs/searchClient.d.ts +0 -1
  259. package/dist/commonjs/searchClient.d.ts.map +1 -1
  260. package/dist/commonjs/searchClient.js +24 -43
  261. package/dist/commonjs/searchClient.js.map +3 -3
  262. package/dist/commonjs/searchIndex/api/index.d.ts +4 -3
  263. package/dist/commonjs/searchIndex/api/index.d.ts.map +1 -1
  264. package/dist/commonjs/searchIndex/api/index.js +1 -2
  265. package/dist/commonjs/searchIndex/api/index.js.map +3 -3
  266. package/dist/commonjs/searchIndex/api/operations.d.ts +2 -6
  267. package/dist/commonjs/searchIndex/api/operations.d.ts.map +1 -1
  268. package/dist/commonjs/searchIndex/api/operations.js +126 -108
  269. package/dist/commonjs/searchIndex/api/operations.js.map +3 -3
  270. package/dist/commonjs/searchIndex/api/options.d.ts +60 -5
  271. package/dist/commonjs/searchIndex/api/options.d.ts.map +1 -1
  272. package/dist/commonjs/searchIndex/api/options.js +1 -0
  273. package/dist/commonjs/searchIndex/api/options.js.map +2 -2
  274. package/dist/commonjs/searchIndex/api/searchIndexContext.js +2 -1
  275. package/dist/commonjs/searchIndex/api/searchIndexContext.js.map +2 -2
  276. package/dist/commonjs/searchIndex/index.d.ts +1 -1
  277. package/dist/commonjs/searchIndex/index.d.ts.map +1 -1
  278. package/dist/commonjs/searchIndex/index.js +1 -0
  279. package/dist/commonjs/searchIndex/index.js.map +2 -2
  280. package/dist/commonjs/searchIndex/searchIndexClient.d.ts +2 -4
  281. package/dist/commonjs/searchIndex/searchIndexClient.d.ts.map +1 -1
  282. package/dist/commonjs/searchIndex/searchIndexClient.js +1 -4
  283. package/dist/commonjs/searchIndex/searchIndexClient.js.map +3 -3
  284. package/dist/commonjs/searchIndexClient.d.ts +2 -7
  285. package/dist/commonjs/searchIndexClient.d.ts.map +1 -1
  286. package/dist/commonjs/searchIndexClient.js +3 -9
  287. package/dist/commonjs/searchIndexClient.js.map +3 -3
  288. package/dist/commonjs/searchIndexer/api/index.d.ts +4 -3
  289. package/dist/commonjs/searchIndexer/api/index.d.ts.map +1 -1
  290. package/dist/commonjs/searchIndexer/api/index.js +1 -6
  291. package/dist/commonjs/searchIndexer/api/index.js.map +3 -3
  292. package/dist/commonjs/searchIndexer/api/operations.d.ts +2 -14
  293. package/dist/commonjs/searchIndexer/api/operations.d.ts.map +1 -1
  294. package/dist/commonjs/searchIndexer/api/operations.js +76 -168
  295. package/dist/commonjs/searchIndexer/api/operations.js.map +3 -3
  296. package/dist/commonjs/searchIndexer/api/options.d.ts +36 -30
  297. package/dist/commonjs/searchIndexer/api/options.d.ts.map +1 -1
  298. package/dist/commonjs/searchIndexer/api/options.js +1 -0
  299. package/dist/commonjs/searchIndexer/api/options.js.map +2 -2
  300. package/dist/commonjs/searchIndexer/api/searchIndexerContext.js +2 -1
  301. package/dist/commonjs/searchIndexer/api/searchIndexerContext.js.map +2 -2
  302. package/dist/commonjs/searchIndexer/index.d.ts +1 -1
  303. package/dist/commonjs/searchIndexer/index.d.ts.map +1 -1
  304. package/dist/commonjs/searchIndexer/index.js +1 -0
  305. package/dist/commonjs/searchIndexer/index.js.map +2 -2
  306. package/dist/commonjs/searchIndexer/searchIndexerClient.d.ts +2 -8
  307. package/dist/commonjs/searchIndexer/searchIndexerClient.d.ts.map +1 -1
  308. package/dist/commonjs/searchIndexer/searchIndexerClient.js +1 -12
  309. package/dist/commonjs/searchIndexer/searchIndexerClient.js.map +3 -3
  310. package/dist/commonjs/searchIndexerClient.d.ts +1 -14
  311. package/dist/commonjs/searchIndexerClient.d.ts.map +1 -1
  312. package/dist/commonjs/searchIndexerClient.js +1 -39
  313. package/dist/commonjs/searchIndexerClient.js.map +3 -3
  314. package/dist/commonjs/searchIndexingBufferedSender.d.ts.map +1 -1
  315. package/dist/commonjs/searchIndexingBufferedSender.js +4 -7
  316. package/dist/commonjs/searchIndexingBufferedSender.js.map +3 -3
  317. package/dist/commonjs/serialization.js +1 -0
  318. package/dist/commonjs/serialization.js.map +1 -1
  319. package/dist/commonjs/serviceModels.d.ts +7 -191
  320. package/dist/commonjs/serviceModels.d.ts.map +1 -1
  321. package/dist/commonjs/serviceModels.js +1 -0
  322. package/dist/commonjs/serviceModels.js.map +3 -3
  323. package/dist/commonjs/serviceUtils.d.ts +3 -5
  324. package/dist/commonjs/serviceUtils.d.ts.map +1 -1
  325. package/dist/commonjs/serviceUtils.js +31 -89
  326. package/dist/commonjs/serviceUtils.js.map +3 -3
  327. package/dist/commonjs/static-helpers/pagingHelpers.js +1 -0
  328. package/dist/commonjs/static-helpers/pagingHelpers.js.map +2 -2
  329. package/dist/commonjs/static-helpers/serialization/build-csv-collection.js +1 -0
  330. package/dist/commonjs/static-helpers/serialization/build-csv-collection.js.map +1 -1
  331. package/dist/commonjs/static-helpers/serialization/build-newline-collection.js +1 -0
  332. package/dist/commonjs/static-helpers/serialization/build-newline-collection.js.map +1 -1
  333. package/dist/commonjs/static-helpers/serialization/build-pipe-collection.js +1 -0
  334. package/dist/commonjs/static-helpers/serialization/build-pipe-collection.js.map +1 -1
  335. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +1 -0
  336. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +1 -1
  337. package/dist/commonjs/static-helpers/serialization/parse-csv-collection.js +1 -0
  338. package/dist/commonjs/static-helpers/serialization/parse-csv-collection.js.map +1 -1
  339. package/dist/commonjs/static-helpers/serialization/parse-newline-collection.js +1 -0
  340. package/dist/commonjs/static-helpers/serialization/parse-newline-collection.js.map +1 -1
  341. package/dist/commonjs/static-helpers/serialization/parse-pipe-collection.js +1 -0
  342. package/dist/commonjs/static-helpers/serialization/parse-pipe-collection.js.map +1 -1
  343. package/dist/commonjs/static-helpers/serialization/serialize-record.js +1 -0
  344. package/dist/commonjs/static-helpers/serialization/serialize-record.js.map +1 -1
  345. package/dist/commonjs/static-helpers/urlTemplate.js +1 -0
  346. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -1
  347. package/dist/commonjs/synonymMapHelper.js +1 -0
  348. package/dist/commonjs/synonymMapHelper.js.map +1 -1
  349. package/dist/commonjs/timers.d.ts +9 -0
  350. package/dist/commonjs/timers.d.ts.map +1 -0
  351. package/dist/commonjs/{errorModels.js → timers.js} +19 -2
  352. package/dist/commonjs/timers.js.map +7 -0
  353. package/dist/commonjs/tracing.d.ts.map +1 -1
  354. package/dist/commonjs/tracing.js +1 -0
  355. package/dist/commonjs/tracing.js.map +1 -1
  356. package/dist/commonjs/tsdoc-metadata.json +1 -1
  357. package/dist/commonjs/walk.js +2 -1
  358. package/dist/commonjs/walk.js.map +3 -3
  359. package/dist/esm/base64.d.ts.map +1 -1
  360. package/dist/esm/base64.js +16 -8
  361. package/dist/esm/base64.js.map +1 -7
  362. package/dist/esm/geographyPoint.js +35 -32
  363. package/dist/esm/geographyPoint.js.map +1 -7
  364. package/dist/esm/index.d.ts +8 -6
  365. package/dist/esm/index.d.ts.map +1 -1
  366. package/dist/esm/index.js +17 -190
  367. package/dist/esm/index.js.map +1 -7
  368. package/dist/esm/indexDocumentsBatch.js +78 -73
  369. package/dist/esm/indexDocumentsBatch.js.map +1 -7
  370. package/dist/esm/indexModels.d.ts +13 -112
  371. package/dist/esm/indexModels.d.ts.map +1 -1
  372. package/dist/esm/indexModels.js +4 -0
  373. package/dist/esm/indexModels.js.map +1 -7
  374. package/dist/esm/knowledgeBaseModels.d.ts +4 -17
  375. package/dist/esm/knowledgeBaseModels.d.ts.map +1 -1
  376. package/dist/esm/knowledgeBaseModels.js +4 -0
  377. package/dist/esm/knowledgeBaseModels.js.map +1 -7
  378. package/dist/esm/knowledgeBaseRetrieval/api/index.d.ts +2 -1
  379. package/dist/esm/knowledgeBaseRetrieval/api/index.d.ts.map +1 -1
  380. package/dist/esm/knowledgeBaseRetrieval/api/index.js +5 -8
  381. package/dist/esm/knowledgeBaseRetrieval/api/index.js.map +1 -7
  382. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +3 -1
  383. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -1
  384. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +22 -20
  385. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -7
  386. package/dist/esm/knowledgeBaseRetrieval/api/operations.d.ts +2 -2
  387. package/dist/esm/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -1
  388. package/dist/esm/knowledgeBaseRetrieval/api/operations.js +39 -42
  389. package/dist/esm/knowledgeBaseRetrieval/api/operations.js.map +1 -7
  390. package/dist/esm/knowledgeBaseRetrieval/api/options.d.ts +2 -2
  391. package/dist/esm/knowledgeBaseRetrieval/api/options.d.ts.map +1 -1
  392. package/dist/esm/knowledgeBaseRetrieval/api/options.js +4 -0
  393. package/dist/esm/knowledgeBaseRetrieval/api/options.js.map +1 -7
  394. package/dist/esm/knowledgeBaseRetrieval/index.js +4 -4
  395. package/dist/esm/knowledgeBaseRetrieval/index.js.map +1 -7
  396. package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +2 -2
  397. package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -1
  398. package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +22 -20
  399. package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +1 -7
  400. package/dist/esm/knowledgeRetrievalClient.d.ts +2 -2
  401. package/dist/esm/knowledgeRetrievalClient.d.ts.map +1 -1
  402. package/dist/esm/knowledgeRetrievalClient.js +89 -91
  403. package/dist/esm/knowledgeRetrievalClient.js.map +1 -7
  404. package/dist/esm/logger.js +7 -4
  405. package/dist/esm/logger.js.map +1 -7
  406. package/dist/esm/models/azure/search/documents/index.d.ts +2 -1
  407. package/dist/esm/models/azure/search/documents/index.d.ts.map +1 -1
  408. package/dist/esm/models/azure/search/documents/index.js +4 -36
  409. package/dist/esm/models/azure/search/documents/index.js.map +1 -7
  410. package/dist/esm/models/azure/search/documents/indexes/index.d.ts +2 -1
  411. package/dist/esm/models/azure/search/documents/indexes/index.d.ts.map +1 -1
  412. package/dist/esm/models/azure/search/documents/indexes/index.js +4 -130
  413. package/dist/esm/models/azure/search/documents/indexes/index.js.map +1 -7
  414. package/dist/esm/models/azure/search/documents/indexes/models.d.ts +50 -477
  415. package/dist/esm/models/azure/search/documents/indexes/models.d.ts.map +1 -1
  416. package/dist/esm/models/azure/search/documents/indexes/models.js +6374 -6188
  417. package/dist/esm/models/azure/search/documents/indexes/models.js.map +1 -7
  418. package/dist/esm/models/azure/search/documents/knowledgeBases/index.d.ts +2 -1
  419. package/dist/esm/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -1
  420. package/dist/esm/models/azure/search/documents/knowledgeBases/index.js +4 -16
  421. package/dist/esm/models/azure/search/documents/knowledgeBases/index.js.map +1 -7
  422. package/dist/esm/models/azure/search/documents/knowledgeBases/models.d.ts +135 -242
  423. package/dist/esm/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -1
  424. package/dist/esm/models/azure/search/documents/knowledgeBases/models.js +592 -790
  425. package/dist/esm/models/azure/search/documents/knowledgeBases/models.js.map +1 -7
  426. package/dist/esm/models/azure/search/documents/models.d.ts +2 -466
  427. package/dist/esm/models/azure/search/documents/models.d.ts.map +1 -1
  428. package/dist/esm/models/azure/search/documents/models.js +591 -919
  429. package/dist/esm/models/azure/search/documents/models.js.map +1 -7
  430. package/dist/esm/models/index.d.ts +1 -0
  431. package/dist/esm/models/index.d.ts.map +1 -1
  432. package/dist/esm/models/index.js +4 -4
  433. package/dist/esm/models/index.js.map +1 -7
  434. package/dist/esm/models/models.d.ts +3 -3
  435. package/dist/esm/models/models.d.ts.map +1 -1
  436. package/dist/esm/models/models.js +14 -13
  437. package/dist/esm/models/models.js.map +1 -7
  438. package/dist/esm/odata.js +43 -26
  439. package/dist/esm/odata.js.map +1 -7
  440. package/dist/esm/odataMetadataPolicy.js +15 -11
  441. package/dist/esm/odataMetadataPolicy.js.map +1 -7
  442. package/dist/esm/search/api/index.d.ts +2 -1
  443. package/dist/esm/search/api/index.d.ts.map +1 -1
  444. package/dist/esm/search/api/index.js +5 -26
  445. package/dist/esm/search/api/index.js.map +1 -7
  446. package/dist/esm/search/api/operations.d.ts.map +1 -1
  447. package/dist/esm/search/api/operations.js +418 -452
  448. package/dist/esm/search/api/operations.js.map +1 -7
  449. package/dist/esm/search/api/options.d.ts +19 -31
  450. package/dist/esm/search/api/options.d.ts.map +1 -1
  451. package/dist/esm/search/api/options.js +4 -0
  452. package/dist/esm/search/api/options.js.map +1 -7
  453. package/dist/esm/search/api/searchContext.js +22 -20
  454. package/dist/esm/search/api/searchContext.js.map +1 -7
  455. package/dist/esm/search/index.js +4 -4
  456. package/dist/esm/search/index.js.map +1 -7
  457. package/dist/esm/search/searchClient.js +55 -63
  458. package/dist/esm/search/searchClient.js.map +1 -7
  459. package/dist/esm/searchApiKeyCredentialPolicy.js +17 -13
  460. package/dist/esm/searchApiKeyCredentialPolicy.js.map +1 -7
  461. package/dist/esm/searchAudience.js +21 -9
  462. package/dist/esm/searchAudience.js.map +1 -7
  463. package/dist/esm/searchClient.d.ts +0 -1
  464. package/dist/esm/searchClient.d.ts.map +1 -1
  465. package/dist/esm/searchClient.js +539 -624
  466. package/dist/esm/searchClient.js.map +1 -7
  467. package/dist/esm/searchIndex/api/index.d.ts +4 -3
  468. package/dist/esm/searchIndex/api/index.d.ts.map +1 -1
  469. package/dist/esm/searchIndex/api/index.js +5 -70
  470. package/dist/esm/searchIndex/api/index.js.map +1 -7
  471. package/dist/esm/searchIndex/api/operations.d.ts +2 -6
  472. package/dist/esm/searchIndex/api/operations.d.ts.map +1 -1
  473. package/dist/esm/searchIndex/api/operations.js +1087 -1177
  474. package/dist/esm/searchIndex/api/operations.js.map +1 -7
  475. package/dist/esm/searchIndex/api/options.d.ts +60 -5
  476. package/dist/esm/searchIndex/api/options.d.ts.map +1 -1
  477. package/dist/esm/searchIndex/api/options.js +4 -0
  478. package/dist/esm/searchIndex/api/options.js.map +1 -7
  479. package/dist/esm/searchIndex/api/searchIndexContext.js +22 -20
  480. package/dist/esm/searchIndex/api/searchIndexContext.js.map +1 -7
  481. package/dist/esm/searchIndex/index.d.ts +1 -1
  482. package/dist/esm/searchIndex/index.d.ts.map +1 -1
  483. package/dist/esm/searchIndex/index.js +4 -4
  484. package/dist/esm/searchIndex/index.js.map +1 -7
  485. package/dist/esm/searchIndex/searchIndexClient.d.ts +2 -4
  486. package/dist/esm/searchIndex/searchIndexClient.d.ts.map +1 -1
  487. package/dist/esm/searchIndex/searchIndexClient.js +139 -173
  488. package/dist/esm/searchIndex/searchIndexClient.js.map +1 -7
  489. package/dist/esm/searchIndexClient.d.ts +2 -7
  490. package/dist/esm/searchIndexClient.d.ts.map +1 -1
  491. package/dist/esm/searchIndexClient.js +448 -588
  492. package/dist/esm/searchIndexClient.js.map +1 -7
  493. package/dist/esm/searchIndexer/api/index.d.ts +4 -3
  494. package/dist/esm/searchIndexer/api/index.d.ts.map +1 -1
  495. package/dist/esm/searchIndexer/api/index.js +5 -50
  496. package/dist/esm/searchIndexer/api/index.js.map +1 -7
  497. package/dist/esm/searchIndexer/api/operations.d.ts +2 -14
  498. package/dist/esm/searchIndexer/api/operations.d.ts.map +1 -1
  499. package/dist/esm/searchIndexer/api/operations.js +676 -809
  500. package/dist/esm/searchIndexer/api/operations.js.map +1 -7
  501. package/dist/esm/searchIndexer/api/options.d.ts +36 -30
  502. package/dist/esm/searchIndexer/api/options.d.ts.map +1 -1
  503. package/dist/esm/searchIndexer/api/options.js +4 -0
  504. package/dist/esm/searchIndexer/api/options.js.map +1 -7
  505. package/dist/esm/searchIndexer/api/searchIndexerContext.js +22 -20
  506. package/dist/esm/searchIndexer/api/searchIndexerContext.js.map +1 -7
  507. package/dist/esm/searchIndexer/index.d.ts +1 -1
  508. package/dist/esm/searchIndexer/index.d.ts.map +1 -1
  509. package/dist/esm/searchIndexer/index.js +4 -4
  510. package/dist/esm/searchIndexer/index.js.map +1 -7
  511. package/dist/esm/searchIndexer/searchIndexerClient.d.ts +2 -8
  512. package/dist/esm/searchIndexer/searchIndexerClient.d.ts.map +1 -1
  513. package/dist/esm/searchIndexer/searchIndexerClient.js +91 -123
  514. package/dist/esm/searchIndexer/searchIndexerClient.js.map +1 -7
  515. package/dist/esm/searchIndexerClient.d.ts +1 -14
  516. package/dist/esm/searchIndexerClient.d.ts.map +1 -1
  517. package/dist/esm/searchIndexerClient.js +347 -473
  518. package/dist/esm/searchIndexerClient.js.map +1 -7
  519. package/dist/esm/searchIndexingBufferedSender.d.ts.map +1 -1
  520. package/dist/esm/searchIndexingBufferedSender.js +302 -285
  521. package/dist/esm/searchIndexingBufferedSender.js.map +1 -7
  522. package/dist/esm/serialization.js +112 -111
  523. package/dist/esm/serialization.js.map +1 -7
  524. package/dist/esm/serviceModels.d.ts +7 -191
  525. package/dist/esm/serviceModels.d.ts.map +1 -1
  526. package/dist/esm/serviceModels.js +654 -162
  527. package/dist/esm/serviceModels.js.map +1 -7
  528. package/dist/esm/serviceUtils.d.ts +3 -5
  529. package/dist/esm/serviceUtils.d.ts.map +1 -1
  530. package/dist/esm/serviceUtils.js +776 -865
  531. package/dist/esm/serviceUtils.js.map +1 -7
  532. package/dist/esm/static-helpers/pagingHelpers.js +122 -98
  533. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -7
  534. package/dist/esm/static-helpers/serialization/build-csv-collection.js +5 -5
  535. package/dist/esm/static-helpers/serialization/build-csv-collection.js.map +1 -7
  536. package/dist/esm/static-helpers/serialization/build-newline-collection.js +5 -5
  537. package/dist/esm/static-helpers/serialization/build-newline-collection.js.map +1 -7
  538. package/dist/esm/static-helpers/serialization/build-pipe-collection.js +5 -5
  539. package/dist/esm/static-helpers/serialization/build-pipe-collection.js.map +1 -7
  540. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +15 -9
  541. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -7
  542. package/dist/esm/static-helpers/serialization/parse-csv-collection.js +5 -5
  543. package/dist/esm/static-helpers/serialization/parse-csv-collection.js.map +1 -7
  544. package/dist/esm/static-helpers/serialization/parse-newline-collection.js +5 -5
  545. package/dist/esm/static-helpers/serialization/parse-newline-collection.js.map +1 -7
  546. package/dist/esm/static-helpers/serialization/parse-pipe-collection.js +5 -5
  547. package/dist/esm/static-helpers/serialization/parse-pipe-collection.js.map +1 -7
  548. package/dist/esm/static-helpers/serialization/serialize-record.js +17 -16
  549. package/dist/esm/static-helpers/serialization/serialize-record.js.map +1 -7
  550. package/dist/esm/static-helpers/urlTemplate.js +169 -142
  551. package/dist/esm/static-helpers/urlTemplate.js.map +1 -7
  552. package/dist/esm/synonymMapHelper.js +20 -9
  553. package/dist/esm/synonymMapHelper.js.map +1 -7
  554. package/dist/esm/timers.d.ts +9 -0
  555. package/dist/esm/timers.d.ts.map +1 -0
  556. package/dist/esm/timers.js +15 -0
  557. package/dist/esm/timers.js.map +1 -0
  558. package/dist/esm/tracing.d.ts.map +1 -1
  559. package/dist/esm/tracing.js +11 -8
  560. package/dist/esm/tracing.js.map +1 -7
  561. package/dist/esm/walk.js +64 -52
  562. package/dist/esm/walk.js.map +1 -7
  563. package/dist/react-native/base64.d.ts.map +1 -1
  564. package/dist/react-native/base64.js +3 -2
  565. package/dist/react-native/base64.js.map +1 -1
  566. package/dist/react-native/index.d.ts +9 -7
  567. package/dist/react-native/index.d.ts.map +1 -1
  568. package/dist/react-native/index.js +3 -4
  569. package/dist/react-native/index.js.map +1 -1
  570. package/dist/react-native/indexModels.d.ts +13 -112
  571. package/dist/react-native/indexModels.d.ts.map +1 -1
  572. package/dist/react-native/indexModels.js.map +1 -1
  573. package/dist/react-native/knowledgeBaseModels.d.ts +4 -17
  574. package/dist/react-native/knowledgeBaseModels.d.ts.map +1 -1
  575. package/dist/react-native/knowledgeBaseModels.js.map +1 -1
  576. package/dist/react-native/knowledgeBaseRetrieval/api/index.d.ts +2 -1
  577. package/dist/react-native/knowledgeBaseRetrieval/api/index.d.ts.map +1 -1
  578. package/dist/react-native/knowledgeBaseRetrieval/api/index.js +1 -1
  579. package/dist/react-native/knowledgeBaseRetrieval/api/index.js.map +1 -1
  580. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +3 -1
  581. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -1
  582. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +3 -3
  583. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -1
  584. package/dist/react-native/knowledgeBaseRetrieval/api/operations.d.ts +2 -2
  585. package/dist/react-native/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -1
  586. package/dist/react-native/knowledgeBaseRetrieval/api/operations.js +9 -8
  587. package/dist/react-native/knowledgeBaseRetrieval/api/operations.js.map +1 -1
  588. package/dist/react-native/knowledgeBaseRetrieval/api/options.d.ts +2 -2
  589. package/dist/react-native/knowledgeBaseRetrieval/api/options.d.ts.map +1 -1
  590. package/dist/react-native/knowledgeBaseRetrieval/api/options.js.map +1 -1
  591. package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +2 -2
  592. package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -1
  593. package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +4 -4
  594. package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +1 -1
  595. package/dist/react-native/knowledgeRetrievalClient.d.ts +2 -2
  596. package/dist/react-native/knowledgeRetrievalClient.d.ts.map +1 -1
  597. package/dist/react-native/knowledgeRetrievalClient.js +4 -4
  598. package/dist/react-native/knowledgeRetrievalClient.js.map +1 -1
  599. package/dist/react-native/models/azure/search/documents/index.d.ts +2 -1
  600. package/dist/react-native/models/azure/search/documents/index.d.ts.map +1 -1
  601. package/dist/react-native/models/azure/search/documents/index.js +1 -1
  602. package/dist/react-native/models/azure/search/documents/index.js.map +1 -1
  603. package/dist/react-native/models/azure/search/documents/indexes/index.d.ts +2 -1
  604. package/dist/react-native/models/azure/search/documents/indexes/index.d.ts.map +1 -1
  605. package/dist/react-native/models/azure/search/documents/indexes/index.js +1 -1
  606. package/dist/react-native/models/azure/search/documents/indexes/index.js.map +1 -1
  607. package/dist/react-native/models/azure/search/documents/indexes/models.d.ts +50 -477
  608. package/dist/react-native/models/azure/search/documents/indexes/models.d.ts.map +1 -1
  609. package/dist/react-native/models/azure/search/documents/indexes/models.js +40 -526
  610. package/dist/react-native/models/azure/search/documents/indexes/models.js.map +1 -1
  611. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.d.ts +2 -1
  612. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -1
  613. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.js +1 -1
  614. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.js.map +1 -1
  615. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.d.ts +135 -242
  616. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -1
  617. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.js +131 -291
  618. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.js.map +1 -1
  619. package/dist/react-native/models/azure/search/documents/models.d.ts +2 -466
  620. package/dist/react-native/models/azure/search/documents/models.d.ts.map +1 -1
  621. package/dist/react-native/models/azure/search/documents/models.js +1 -429
  622. package/dist/react-native/models/azure/search/documents/models.js.map +1 -1
  623. package/dist/react-native/models/index.d.ts +1 -0
  624. package/dist/react-native/models/index.d.ts.map +1 -1
  625. package/dist/react-native/models/index.js.map +1 -1
  626. package/dist/react-native/models/models.d.ts +3 -3
  627. package/dist/react-native/models/models.d.ts.map +1 -1
  628. package/dist/react-native/models/models.js +3 -3
  629. package/dist/react-native/models/models.js.map +1 -1
  630. package/dist/react-native/search/api/index.d.ts +2 -1
  631. package/dist/react-native/search/api/index.d.ts.map +1 -1
  632. package/dist/react-native/search/api/index.js +1 -1
  633. package/dist/react-native/search/api/index.js.map +1 -1
  634. package/dist/react-native/search/api/operations.d.ts.map +1 -1
  635. package/dist/react-native/search/api/operations.js +35 -54
  636. package/dist/react-native/search/api/operations.js.map +1 -1
  637. package/dist/react-native/search/api/options.d.ts +19 -31
  638. package/dist/react-native/search/api/options.d.ts.map +1 -1
  639. package/dist/react-native/search/api/options.js.map +1 -1
  640. package/dist/react-native/search/api/searchContext.js +1 -1
  641. package/dist/react-native/search/api/searchContext.js.map +1 -1
  642. package/dist/react-native/searchClient.d.ts +0 -1
  643. package/dist/react-native/searchClient.d.ts.map +1 -1
  644. package/dist/react-native/searchClient.js +22 -39
  645. package/dist/react-native/searchClient.js.map +1 -1
  646. package/dist/react-native/searchIndex/api/index.d.ts +4 -3
  647. package/dist/react-native/searchIndex/api/index.d.ts.map +1 -1
  648. package/dist/react-native/searchIndex/api/index.js +2 -2
  649. package/dist/react-native/searchIndex/api/index.js.map +1 -1
  650. package/dist/react-native/searchIndex/api/operations.d.ts +2 -6
  651. package/dist/react-native/searchIndex/api/operations.d.ts.map +1 -1
  652. package/dist/react-native/searchIndex/api/operations.js +186 -96
  653. package/dist/react-native/searchIndex/api/operations.js.map +1 -1
  654. package/dist/react-native/searchIndex/api/options.d.ts +60 -5
  655. package/dist/react-native/searchIndex/api/options.d.ts.map +1 -1
  656. package/dist/react-native/searchIndex/api/options.js.map +1 -1
  657. package/dist/react-native/searchIndex/api/searchIndexContext.js +1 -1
  658. package/dist/react-native/searchIndex/api/searchIndexContext.js.map +1 -1
  659. package/dist/react-native/searchIndex/index.d.ts +1 -1
  660. package/dist/react-native/searchIndex/index.d.ts.map +1 -1
  661. package/dist/react-native/searchIndex/index.js.map +1 -1
  662. package/dist/react-native/searchIndex/searchIndexClient.d.ts +2 -4
  663. package/dist/react-native/searchIndex/searchIndexClient.d.ts.map +1 -1
  664. package/dist/react-native/searchIndex/searchIndexClient.js +1 -5
  665. package/dist/react-native/searchIndex/searchIndexClient.js.map +1 -1
  666. package/dist/react-native/searchIndexClient.d.ts +2 -7
  667. package/dist/react-native/searchIndexClient.d.ts.map +1 -1
  668. package/dist/react-native/searchIndexClient.js +2 -9
  669. package/dist/react-native/searchIndexClient.js.map +1 -1
  670. package/dist/react-native/searchIndexer/api/index.d.ts +4 -3
  671. package/dist/react-native/searchIndexer/api/index.d.ts.map +1 -1
  672. package/dist/react-native/searchIndexer/api/index.js +2 -2
  673. package/dist/react-native/searchIndexer/api/index.js.map +1 -1
  674. package/dist/react-native/searchIndexer/api/operations.d.ts +2 -14
  675. package/dist/react-native/searchIndexer/api/operations.d.ts.map +1 -1
  676. package/dist/react-native/searchIndexer/api/operations.js +112 -150
  677. package/dist/react-native/searchIndexer/api/operations.js.map +1 -1
  678. package/dist/react-native/searchIndexer/api/options.d.ts +36 -30
  679. package/dist/react-native/searchIndexer/api/options.d.ts.map +1 -1
  680. package/dist/react-native/searchIndexer/api/options.js.map +1 -1
  681. package/dist/react-native/searchIndexer/api/searchIndexerContext.js +1 -1
  682. package/dist/react-native/searchIndexer/api/searchIndexerContext.js.map +1 -1
  683. package/dist/react-native/searchIndexer/index.d.ts +1 -1
  684. package/dist/react-native/searchIndexer/index.d.ts.map +1 -1
  685. package/dist/react-native/searchIndexer/index.js.map +1 -1
  686. package/dist/react-native/searchIndexer/searchIndexerClient.d.ts +2 -8
  687. package/dist/react-native/searchIndexer/searchIndexerClient.d.ts.map +1 -1
  688. package/dist/react-native/searchIndexer/searchIndexerClient.js +1 -13
  689. package/dist/react-native/searchIndexer/searchIndexerClient.js.map +1 -1
  690. package/dist/react-native/searchIndexerClient.d.ts +1 -14
  691. package/dist/react-native/searchIndexerClient.d.ts.map +1 -1
  692. package/dist/react-native/searchIndexerClient.js +0 -27
  693. package/dist/react-native/searchIndexerClient.js.map +1 -1
  694. package/dist/react-native/searchIndexingBufferedSender.d.ts.map +1 -1
  695. package/dist/react-native/searchIndexingBufferedSender.js +3 -7
  696. package/dist/react-native/searchIndexingBufferedSender.js.map +1 -1
  697. package/dist/react-native/serviceModels.d.ts +7 -191
  698. package/dist/react-native/serviceModels.d.ts.map +1 -1
  699. package/dist/react-native/serviceModels.js.map +1 -1
  700. package/dist/react-native/serviceUtils.d.ts +3 -5
  701. package/dist/react-native/serviceUtils.d.ts.map +1 -1
  702. package/dist/react-native/serviceUtils.js +30 -87
  703. package/dist/react-native/serviceUtils.js.map +1 -1
  704. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
  705. package/dist/react-native/{synonymMapHelper.d.ts → synonymMapHelper-browser.d.mts} +4 -3
  706. package/dist/react-native/synonymMapHelper-browser.d.mts.map +1 -0
  707. package/dist/react-native/synonymMapHelper-browser.mjs +14 -0
  708. package/dist/react-native/synonymMapHelper-browser.mjs.map +1 -0
  709. package/dist/react-native/synonymMapHelper-react-native.d.mts +2 -0
  710. package/dist/react-native/synonymMapHelper-react-native.d.mts.map +1 -0
  711. package/dist/react-native/synonymMapHelper-react-native.mjs +4 -0
  712. package/dist/react-native/synonymMapHelper-react-native.mjs.map +1 -0
  713. package/dist/react-native/timers-browser.d.mts +8 -0
  714. package/dist/react-native/timers-browser.d.mts.map +1 -0
  715. package/dist/react-native/timers-browser.mjs +13 -0
  716. package/dist/react-native/timers-browser.mjs.map +1 -0
  717. package/dist/react-native/timers-react-native.d.mts +2 -0
  718. package/dist/react-native/timers-react-native.d.mts.map +1 -0
  719. package/dist/react-native/timers-react-native.mjs +4 -0
  720. package/dist/react-native/timers-react-native.mjs.map +1 -0
  721. package/dist/react-native/tracing.d.ts.map +1 -1
  722. package/dist/react-native/walk.js +1 -1
  723. package/dist/react-native/walk.js.map +1 -1
  724. package/package.json +33 -20
  725. package/dist/browser/errorModels.d.ts +0 -56
  726. package/dist/browser/errorModels.d.ts.map +0 -1
  727. package/dist/browser/errorModels.js +0 -4
  728. package/dist/browser/errorModels.js.map +0 -1
  729. package/dist/browser/synonymMapHelper.d.ts.map +0 -1
  730. package/dist/browser/synonymMapHelper.js.map +0 -1
  731. package/dist/commonjs/errorModels.d.ts +0 -56
  732. package/dist/commonjs/errorModels.d.ts.map +0 -1
  733. package/dist/commonjs/errorModels.js.map +0 -7
  734. package/dist/esm/errorModels.d.ts +0 -56
  735. package/dist/esm/errorModels.d.ts.map +0 -1
  736. package/dist/esm/errorModels.js +0 -0
  737. package/dist/esm/errorModels.js.map +0 -7
  738. package/dist/react-native/errorModels.d.ts +0 -56
  739. package/dist/react-native/errorModels.d.ts.map +0 -1
  740. package/dist/react-native/errorModels.js +0 -4
  741. package/dist/react-native/errorModels.js.map +0 -1
  742. package/dist/react-native/synonymMapHelper.d.ts.map +0 -1
  743. package/dist/react-native/synonymMapHelper.js +0 -24
  744. package/dist/react-native/synonymMapHelper.js.map +0 -1
@@ -29,7 +29,7 @@ export interface ErrorAdditionalInfo {
29
29
  /** The additional info type. */
30
30
  readonly type?: string;
31
31
  /** The additional info. */
32
- readonly info?: Record<string, any>;
32
+ readonly info?: Record<string, unknown>;
33
33
  }
34
34
  export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
35
35
  /** Response containing search results from an index. */
@@ -42,8 +42,6 @@ export interface SearchDocumentsResult {
42
42
  readonly facets?: Record<string, FacetResult[]>;
43
43
  /** The answers query results for the search operation; null if the answers query parameter was not specified or set to 'none'. */
44
44
  readonly answers?: QueryAnswerResult[];
45
- /** Debug information that applies to the search results as a whole. */
46
- readonly debugInfo?: DebugInfo;
47
45
  /** 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 */
48
46
  readonly nextPageParameters?: SearchRequest;
49
47
  /** The sequence of results returned by the query. */
@@ -54,8 +52,6 @@ export interface SearchDocumentsResult {
54
52
  readonly semanticPartialResponseReason?: SemanticErrorReason;
55
53
  /** Type of partial response that was returned for a semantic ranking request. */
56
54
  readonly semanticPartialResponseType?: SemanticSearchResultsType;
57
- /** Type of query rewrite that was used to retrieve documents. */
58
- readonly semanticQueryRewritesResultType?: SemanticQueryRewritesResultType;
59
55
  }
60
56
  export declare function searchDocumentsResultSerializer(item: SearchDocumentsResult): any;
61
57
  export declare function searchDocumentsResultDeserializer(item: any): SearchDocumentsResult;
@@ -67,18 +63,6 @@ export declare function facetResultArrayDeserializer(result: Array<FacetResult>)
67
63
  export interface FacetResult {
68
64
  /** The approximate count of documents falling within the bucket described by this facet. */
69
65
  readonly count?: number;
70
- /** The resulting total avg for the facet when a avg metric is requested. */
71
- readonly avg?: number;
72
- /** The resulting total min for the facet when a min metric is requested. */
73
- readonly min?: number;
74
- /** The resulting total max for the facet when a max metric is requested. */
75
- readonly max?: number;
76
- /** The resulting total sum for the facet when a sum metric is requested. */
77
- readonly sum?: number;
78
- /** The resulting total cardinality for the facet when a cardinality metric is requested. */
79
- readonly cardinality?: number;
80
- /** 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. */
81
- readonly facets?: Record<string, FacetResult[]>;
82
66
  /** Additional properties */
83
67
  additionalProperties?: Record<string, any>;
84
68
  }
@@ -101,30 +85,6 @@ export interface QueryAnswerResult {
101
85
  }
102
86
  export declare function queryAnswerResultSerializer(item: QueryAnswerResult): any;
103
87
  export declare function queryAnswerResultDeserializer(item: any): QueryAnswerResult;
104
- /** Contains debugging information that can be used to further explore your search results. */
105
- export interface DebugInfo {
106
- /** Contains debugging information specific to query rewrites. */
107
- readonly queryRewrites?: QueryRewritesDebugInfo;
108
- }
109
- export declare function debugInfoSerializer(item: DebugInfo): any;
110
- export declare function debugInfoDeserializer(item: any): DebugInfo;
111
- /** Contains debugging information specific to query rewrites. */
112
- export interface QueryRewritesDebugInfo {
113
- /** List of query rewrites generated for the text query. */
114
- readonly text?: QueryRewritesValuesDebugInfo;
115
- /** List of query rewrites generated for the vectorizable text queries. */
116
- readonly vectors?: QueryRewritesValuesDebugInfo[];
117
- }
118
- export declare function queryRewritesDebugInfoDeserializer(item: any): QueryRewritesDebugInfo;
119
- /** Contains debugging information specific to query rewrites. */
120
- export interface QueryRewritesValuesDebugInfo {
121
- /** 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. */
122
- readonly inputQuery?: string;
123
- /** List of query rewrites. */
124
- readonly rewrites?: string[];
125
- }
126
- export declare function queryRewritesValuesDebugInfoDeserializer(item: any): QueryRewritesValuesDebugInfo;
127
- export declare function queryRewritesValuesDebugInfoArrayDeserializer(result: Array<QueryRewritesValuesDebugInfo>): any[];
128
88
  /** Parameters for filtering, sorting, faceting, paging, and other search query behaviors. */
129
89
  export interface SearchRequest {
130
90
  /** 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. */
@@ -161,10 +121,6 @@ export interface SearchRequest {
161
121
  searchFields?: string;
162
122
  /** A value that specifies whether any or all of the search terms must be matched in order to count the document as a match. */
163
123
  searchMode?: SearchMode;
164
- /** A value that specifies the language of the search query. */
165
- queryLanguage?: QueryLanguage;
166
- /** A value that specifies the type of the speller to use to spell-correct individual search query terms. */
167
- querySpeller?: QuerySpellerType;
168
124
  /** The comma-separated list of fields to retrieve. If unspecified, all fields marked as retrievable in the schema are included. */
169
125
  select?: string;
170
126
  /** 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. */
@@ -183,16 +139,10 @@ export interface SearchRequest {
183
139
  answers?: QueryAnswerType;
184
140
  /** A value that specifies whether captions should be returned as part of the search response. */
185
141
  captions?: QueryCaptionType;
186
- /** A value that specifies whether query rewrites should be generated to augment the search query. */
187
- queryRewrites?: QueryRewritesType;
188
- /** The comma-separated list of field names used for semantic ranking. */
189
- semanticFields?: string[];
190
142
  /** The query parameters for vector and hybrid search queries. */
191
143
  vectorQueries?: VectorQueryUnion[];
192
144
  /** Determines whether or not filters are applied before or after the vector search is performed. Default is 'preFilter' for new indexes. */
193
145
  vectorFilterMode?: VectorFilterMode;
194
- /** The query parameters to configure hybrid search behaviors. */
195
- hybridSearch?: HybridSearch;
196
146
  }
197
147
  export declare function searchRequestDeserializer(item: any): SearchRequest;
198
148
  /** Specifies the syntax of the search query. The default is 'simple'. Use 'full' if your query uses the Lucene query syntax and 'semantic' if query syntax is not needed. */
@@ -246,248 +196,6 @@ export declare enum KnownQueryDebugMode {
246
196
  export type QueryDebugMode = string;
247
197
  /** Specifies whether any or all of the search terms must be matched in order to count the document as a match. */
248
198
  export type SearchMode = "any" | "all";
249
- /** The language of the query. */
250
- export declare enum KnownQueryLanguage {
251
- /** Query language not specified. */
252
- None = "none",
253
- /** Query language value for English (United States). */
254
- EnUs = "en-us",
255
- /** Query language value for English (Great Britain). */
256
- EnGb = "en-gb",
257
- /** Query language value for English (India). */
258
- EnIn = "en-in",
259
- /** Query language value for English (Canada). */
260
- EnCa = "en-ca",
261
- /** Query language value for English (Australia). */
262
- EnAu = "en-au",
263
- /** Query language value for French (France). */
264
- FrFr = "fr-fr",
265
- /** Query language value for French (Canada). */
266
- FrCa = "fr-ca",
267
- /** Query language value for German (Germany). */
268
- DeDe = "de-de",
269
- /** Query language value for Spanish (Spain). */
270
- EsEs = "es-es",
271
- /** Query language value for Spanish (Mexico). */
272
- EsMx = "es-mx",
273
- /** Query language value for Chinese (China). */
274
- ZhCn = "zh-cn",
275
- /** Query language value for Chinese (Taiwan). */
276
- ZhTw = "zh-tw",
277
- /** Query language value for Portuguese (Brazil). */
278
- PtBr = "pt-br",
279
- /** Query language value for Portuguese (Portugal). */
280
- PtPt = "pt-pt",
281
- /** Query language value for Italian (Italy). */
282
- ItIt = "it-it",
283
- /** Query language value for Japanese (Japan). */
284
- JaJp = "ja-jp",
285
- /** Query language value for Korean (Korea). */
286
- KoKr = "ko-kr",
287
- /** Query language value for Russian (Russia). */
288
- RuRu = "ru-ru",
289
- /** Query language value for Czech (Czech Republic). */
290
- CsCz = "cs-cz",
291
- /** Query language value for Dutch (Belgium). */
292
- NlBe = "nl-be",
293
- /** Query language value for Dutch (Netherlands). */
294
- NlNl = "nl-nl",
295
- /** Query language value for Hungarian (Hungary). */
296
- HuHu = "hu-hu",
297
- /** Query language value for Polish (Poland). */
298
- PlPl = "pl-pl",
299
- /** Query language value for Swedish (Sweden). */
300
- SvSe = "sv-se",
301
- /** Query language value for Turkish (Turkey). */
302
- TrTr = "tr-tr",
303
- /** Query language value for Hindi (India). */
304
- HiIn = "hi-in",
305
- /** Query language value for Arabic (Saudi Arabia). */
306
- ArSa = "ar-sa",
307
- /** Query language value for Arabic (Egypt). */
308
- ArEg = "ar-eg",
309
- /** Query language value for Arabic (Morocco). */
310
- ArMa = "ar-ma",
311
- /** Query language value for Arabic (Kuwait). */
312
- ArKw = "ar-kw",
313
- /** Query language value for Arabic (Jordan). */
314
- ArJo = "ar-jo",
315
- /** Query language value for Danish (Denmark). */
316
- DaDk = "da-dk",
317
- /** Query language value for Norwegian (Norway). */
318
- NoNo = "no-no",
319
- /** Query language value for Bulgarian (Bulgaria). */
320
- BgBg = "bg-bg",
321
- /** Query language value for Croatian (Croatia). */
322
- HrHr = "hr-hr",
323
- /** Query language value for Croatian (Bosnia and Herzegovina). */
324
- HrBa = "hr-ba",
325
- /** Query language value for Malay (Malaysia). */
326
- MsMy = "ms-my",
327
- /** Query language value for Malay (Brunei Darussalam). */
328
- MsBn = "ms-bn",
329
- /** Query language value for Slovenian (Slovenia). */
330
- SlSl = "sl-sl",
331
- /** Query language value for Tamil (India). */
332
- TaIn = "ta-in",
333
- /** Query language value for Vietnamese (Viet Nam). */
334
- ViVn = "vi-vn",
335
- /** Query language value for Greek (Greece). */
336
- ElGr = "el-gr",
337
- /** Query language value for Romanian (Romania). */
338
- RoRo = "ro-ro",
339
- /** Query language value for Icelandic (Iceland). */
340
- IsIs = "is-is",
341
- /** Query language value for Indonesian (Indonesia). */
342
- IdId = "id-id",
343
- /** Query language value for Thai (Thailand). */
344
- ThTh = "th-th",
345
- /** Query language value for Lithuanian (Lithuania). */
346
- LtLt = "lt-lt",
347
- /** Query language value for Ukrainian (Ukraine). */
348
- UkUa = "uk-ua",
349
- /** Query language value for Latvian (Latvia). */
350
- LvLv = "lv-lv",
351
- /** Query language value for Estonian (Estonia). */
352
- EtEe = "et-ee",
353
- /** Query language value for Catalan. */
354
- CaEs = "ca-es",
355
- /** Query language value for Finnish (Finland). */
356
- FiFi = "fi-fi",
357
- /** Query language value for Serbian (Bosnia and Herzegovina). */
358
- SrBa = "sr-ba",
359
- /** Query language value for Serbian (Montenegro). */
360
- SrMe = "sr-me",
361
- /** Query language value for Serbian (Serbia). */
362
- SrRs = "sr-rs",
363
- /** Query language value for Slovak (Slovakia). */
364
- SkSk = "sk-sk",
365
- /** Query language value for Norwegian (Norway). */
366
- NbNo = "nb-no",
367
- /** Query language value for Armenian (Armenia). */
368
- HyAm = "hy-am",
369
- /** Query language value for Bengali (India). */
370
- BnIn = "bn-in",
371
- /** Query language value for Basque. */
372
- EuEs = "eu-es",
373
- /** Query language value for Galician. */
374
- GlEs = "gl-es",
375
- /** Query language value for Gujarati (India). */
376
- GuIn = "gu-in",
377
- /** Query language value for Hebrew (Israel). */
378
- HeIl = "he-il",
379
- /** Query language value for Irish (Ireland). */
380
- GaIe = "ga-ie",
381
- /** Query language value for Kannada (India). */
382
- KnIn = "kn-in",
383
- /** Query language value for Malayalam (India). */
384
- MlIn = "ml-in",
385
- /** Query language value for Marathi (India). */
386
- MrIn = "mr-in",
387
- /** Query language value for Persian (U.A.E.). */
388
- FaAe = "fa-ae",
389
- /** Query language value for Punjabi (India). */
390
- PaIn = "pa-in",
391
- /** Query language value for Telugu (India). */
392
- TeIn = "te-in",
393
- /** Query language value for Urdu (Pakistan). */
394
- UrPk = "ur-pk"
395
- }
396
- /**
397
- * The language of the query. \
398
- * {@link KnownQueryLanguage} can be used interchangeably with QueryLanguage,
399
- * this enum contains the known values that the service supports.
400
- * ### Known values supported by the service
401
- * **none**: Query language not specified. \
402
- * **en-us**: Query language value for English (United States). \
403
- * **en-gb**: Query language value for English (Great Britain). \
404
- * **en-in**: Query language value for English (India). \
405
- * **en-ca**: Query language value for English (Canada). \
406
- * **en-au**: Query language value for English (Australia). \
407
- * **fr-fr**: Query language value for French (France). \
408
- * **fr-ca**: Query language value for French (Canada). \
409
- * **de-de**: Query language value for German (Germany). \
410
- * **es-es**: Query language value for Spanish (Spain). \
411
- * **es-mx**: Query language value for Spanish (Mexico). \
412
- * **zh-cn**: Query language value for Chinese (China). \
413
- * **zh-tw**: Query language value for Chinese (Taiwan). \
414
- * **pt-br**: Query language value for Portuguese (Brazil). \
415
- * **pt-pt**: Query language value for Portuguese (Portugal). \
416
- * **it-it**: Query language value for Italian (Italy). \
417
- * **ja-jp**: Query language value for Japanese (Japan). \
418
- * **ko-kr**: Query language value for Korean (Korea). \
419
- * **ru-ru**: Query language value for Russian (Russia). \
420
- * **cs-cz**: Query language value for Czech (Czech Republic). \
421
- * **nl-be**: Query language value for Dutch (Belgium). \
422
- * **nl-nl**: Query language value for Dutch (Netherlands). \
423
- * **hu-hu**: Query language value for Hungarian (Hungary). \
424
- * **pl-pl**: Query language value for Polish (Poland). \
425
- * **sv-se**: Query language value for Swedish (Sweden). \
426
- * **tr-tr**: Query language value for Turkish (Turkey). \
427
- * **hi-in**: Query language value for Hindi (India). \
428
- * **ar-sa**: Query language value for Arabic (Saudi Arabia). \
429
- * **ar-eg**: Query language value for Arabic (Egypt). \
430
- * **ar-ma**: Query language value for Arabic (Morocco). \
431
- * **ar-kw**: Query language value for Arabic (Kuwait). \
432
- * **ar-jo**: Query language value for Arabic (Jordan). \
433
- * **da-dk**: Query language value for Danish (Denmark). \
434
- * **no-no**: Query language value for Norwegian (Norway). \
435
- * **bg-bg**: Query language value for Bulgarian (Bulgaria). \
436
- * **hr-hr**: Query language value for Croatian (Croatia). \
437
- * **hr-ba**: Query language value for Croatian (Bosnia and Herzegovina). \
438
- * **ms-my**: Query language value for Malay (Malaysia). \
439
- * **ms-bn**: Query language value for Malay (Brunei Darussalam). \
440
- * **sl-sl**: Query language value for Slovenian (Slovenia). \
441
- * **ta-in**: Query language value for Tamil (India). \
442
- * **vi-vn**: Query language value for Vietnamese (Viet Nam). \
443
- * **el-gr**: Query language value for Greek (Greece). \
444
- * **ro-ro**: Query language value for Romanian (Romania). \
445
- * **is-is**: Query language value for Icelandic (Iceland). \
446
- * **id-id**: Query language value for Indonesian (Indonesia). \
447
- * **th-th**: Query language value for Thai (Thailand). \
448
- * **lt-lt**: Query language value for Lithuanian (Lithuania). \
449
- * **uk-ua**: Query language value for Ukrainian (Ukraine). \
450
- * **lv-lv**: Query language value for Latvian (Latvia). \
451
- * **et-ee**: Query language value for Estonian (Estonia). \
452
- * **ca-es**: Query language value for Catalan. \
453
- * **fi-fi**: Query language value for Finnish (Finland). \
454
- * **sr-ba**: Query language value for Serbian (Bosnia and Herzegovina). \
455
- * **sr-me**: Query language value for Serbian (Montenegro). \
456
- * **sr-rs**: Query language value for Serbian (Serbia). \
457
- * **sk-sk**: Query language value for Slovak (Slovakia). \
458
- * **nb-no**: Query language value for Norwegian (Norway). \
459
- * **hy-am**: Query language value for Armenian (Armenia). \
460
- * **bn-in**: Query language value for Bengali (India). \
461
- * **eu-es**: Query language value for Basque. \
462
- * **gl-es**: Query language value for Galician. \
463
- * **gu-in**: Query language value for Gujarati (India). \
464
- * **he-il**: Query language value for Hebrew (Israel). \
465
- * **ga-ie**: Query language value for Irish (Ireland). \
466
- * **kn-in**: Query language value for Kannada (India). \
467
- * **ml-in**: Query language value for Malayalam (India). \
468
- * **mr-in**: Query language value for Marathi (India). \
469
- * **fa-ae**: Query language value for Persian (U.A.E.). \
470
- * **pa-in**: Query language value for Punjabi (India). \
471
- * **te-in**: Query language value for Telugu (India). \
472
- * **ur-pk**: Query language value for Urdu (Pakistan).
473
- */
474
- export type QueryLanguage = string;
475
- /** Improve search recall by spell-correcting individual search query terms. */
476
- export declare enum KnownQuerySpellerType {
477
- /** Speller not enabled. */
478
- None = "none",
479
- /** Speller corrects individual query terms using a static lexicon for the language specified by the queryLanguage parameter. */
480
- Lexicon = "lexicon"
481
- }
482
- /**
483
- * Improve search recall by spell-correcting individual search query terms. \
484
- * {@link KnownQuerySpellerType} can be used interchangeably with QuerySpellerType,
485
- * this enum contains the known values that the service supports.
486
- * ### Known values supported by the service
487
- * **none**: Speller not enabled. \
488
- * **lexicon**: Speller corrects individual query terms using a static lexicon for the language specified by the queryLanguage parameter.
489
- */
490
- export type QuerySpellerType = string;
491
199
  /** Allows the user to choose whether a semantic call should fail completely, or to return partial results. */
492
200
  export declare enum KnownSemanticErrorMode {
493
201
  /** 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. */
@@ -536,22 +244,6 @@ export declare enum KnownQueryCaptionType {
536
244
  * **extractive**: Extracts captions from the matching documents that contain passages relevant to the search query.
537
245
  */
538
246
  export type QueryCaptionType = string;
539
- /** This parameter is only valid if the query type is `semantic`. 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`. */
540
- export declare enum KnownQueryRewritesType {
541
- /** Do not generate additional query rewrites for this query. */
542
- None = "none",
543
- /** Generate alternative query terms to increase the recall of a search request. */
544
- Generative = "generative"
545
- }
546
- /**
547
- * This parameter is only valid if the query type is `semantic`. 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`. \
548
- * {@link KnownQueryRewritesType} can be used interchangeably with QueryRewritesType,
549
- * this enum contains the known values that the service supports.
550
- * ### Known values supported by the service
551
- * **none**: Do not generate additional query rewrites for this query. \
552
- * **generative**: Generate alternative query terms to increase the recall of a search request.
553
- */
554
- export type QueryRewritesType = string;
555
247
  export declare function vectorQueryUnionArraySerializer(result: Array<VectorQueryUnion>): any[];
556
248
  export declare function vectorQueryUnionArrayDeserializer(result: Array<VectorQueryUnion>): any[];
557
249
  /** The query parameters for vector and hybrid search queries. */
@@ -566,12 +258,6 @@ export interface VectorQuery {
566
258
  oversampling?: number;
567
259
  /** 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. */
568
260
  weight?: number;
569
- /** The threshold used for vector queries. Note this can only be set if all 'fields' use the same similarity metric. */
570
- threshold?: VectorThresholdUnion;
571
- /** 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. */
572
- filterOverride?: string;
573
- /** 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. */
574
- perDocumentVectorLimit?: number;
575
261
  /** Type of query. */
576
262
  /** The discriminator possible values: vector, text, imageUrl, imageBinary */
577
263
  kind: VectorQueryKind;
@@ -582,52 +268,6 @@ export declare function vectorQueryDeserializer(item: any): VectorQuery;
582
268
  export type VectorQueryUnion = VectorizedQuery | VectorizableTextQuery | VectorizableImageUrlQuery | VectorizableImageBinaryQuery | VectorQuery;
583
269
  export declare function vectorQueryUnionSerializer(item: VectorQueryUnion): any;
584
270
  export declare function vectorQueryUnionDeserializer(item: any): VectorQueryUnion;
585
- /** The threshold used for vector queries. */
586
- export interface VectorThreshold {
587
- /** Type of threshold. */
588
- /** The discriminator possible values: vectorSimilarity, searchScore */
589
- kind: VectorThresholdKind;
590
- }
591
- export declare function vectorThresholdSerializer(item: VectorThreshold): any;
592
- export declare function vectorThresholdDeserializer(item: any): VectorThreshold;
593
- /** Alias for VectorThresholdUnion */
594
- export type VectorThresholdUnion = VectorSimilarityThreshold | SearchScoreThreshold | VectorThreshold;
595
- export declare function vectorThresholdUnionSerializer(item: VectorThresholdUnion): any;
596
- export declare function vectorThresholdUnionDeserializer(item: any): VectorThresholdUnion;
597
- /** The kind of threshold used to filter vector queries. */
598
- export declare enum KnownVectorThresholdKind {
599
- /** 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. */
600
- VectorSimilarity = "vectorSimilarity",
601
- /** 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. */
602
- SearchScore = "searchScore"
603
- }
604
- /**
605
- * The kind of threshold used to filter vector queries. \
606
- * {@link KnownVectorThresholdKind} can be used interchangeably with VectorThresholdKind,
607
- * this enum contains the known values that the service supports.
608
- * ### Known values supported by the service
609
- * **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. \
610
- * **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.
611
- */
612
- export type VectorThresholdKind = string;
613
- /** 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. */
614
- export interface VectorSimilarityThreshold extends VectorThreshold {
615
- /** 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. */
616
- value: number;
617
- /** The kind of threshold used to filter vector queries */
618
- kind: "vectorSimilarity";
619
- }
620
- export declare function vectorSimilarityThresholdSerializer(item: VectorSimilarityThreshold): any;
621
- export declare function vectorSimilarityThresholdDeserializer(item: any): VectorSimilarityThreshold;
622
- /** The results of the vector query will filter based on the ' */
623
- export interface SearchScoreThreshold extends VectorThreshold {
624
- /** The threshold will filter based on the ' */
625
- value: number;
626
- /** The kind of threshold used to filter vector queries */
627
- kind: "searchScore";
628
- }
629
- export declare function searchScoreThresholdSerializer(item: SearchScoreThreshold): any;
630
- export declare function searchScoreThresholdDeserializer(item: any): SearchScoreThreshold;
631
271
  /** The kind of vector query being performed. */
632
272
  export declare enum KnownVectorQueryKind {
633
273
  /** Vector query where a raw vector value is provided. */
@@ -663,8 +303,6 @@ export declare function vectorizedQueryDeserializer(item: any): VectorizedQuery;
663
303
  export interface VectorizableTextQuery extends VectorQuery {
664
304
  /** The text to be vectorized to perform a vector search query. */
665
305
  text: string;
666
- /** Can be configured to let a generative model rewrite the query before sending it to be vectorized. */
667
- queryRewrites?: QueryRewritesType;
668
306
  /** The kind of vector query being performed. */
669
307
  kind: "text";
670
308
  }
@@ -673,7 +311,7 @@ export declare function vectorizableTextQueryDeserializer(item: any): Vectorizab
673
311
  /** The query parameters to use for vector search when an url that represents an image value that needs to be vectorized is provided. */
674
312
  export interface VectorizableImageUrlQuery extends VectorQuery {
675
313
  /** The URL of an image to be vectorized to perform a vector search query. */
676
- url?: string;
314
+ url: string;
677
315
  /** The kind of vector query being performed. */
678
316
  kind: "imageUrl";
679
317
  }
@@ -707,31 +345,6 @@ export declare enum KnownVectorFilterMode {
707
345
  * **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'.
708
346
  */
709
347
  export type VectorFilterMode = string;
710
- /** TThe query parameters to configure hybrid search behaviors. */
711
- export interface HybridSearch {
712
- /** 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. */
713
- maxTextRecallSize?: number;
714
- /** 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. */
715
- countAndFacetMode?: HybridCountAndFacetMode;
716
- }
717
- export declare function hybridSearchSerializer(item: HybridSearch): any;
718
- export declare function hybridSearchDeserializer(item: any): HybridSearch;
719
- /** 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. The default value is 'countAllResults'. */
720
- export declare enum KnownHybridCountAndFacetMode {
721
- /** Only include documents that were matched within the 'maxTextRecallSize' retrieval window when computing 'count' and 'facets'. */
722
- CountRetrievableResults = "countRetrievableResults",
723
- /** 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. */
724
- CountAllResults = "countAllResults"
725
- }
726
- /**
727
- * 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. The default value is 'countAllResults'. \
728
- * {@link KnownHybridCountAndFacetMode} can be used interchangeably with HybridCountAndFacetMode,
729
- * this enum contains the known values that the service supports.
730
- * ### Known values supported by the service
731
- * **countRetrievableResults**: Only include documents that were matched within the 'maxTextRecallSize' retrieval window when computing 'count' and 'facets'. \
732
- * **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.
733
- */
734
- export type HybridCountAndFacetMode = string;
735
348
  export declare function searchResultArraySerializer(result: Array<SearchResult>): any[];
736
349
  export declare function searchResultArrayDeserializer(result: Array<SearchResult>): any[];
737
350
  /** Contains a document found by a search query, plus associated metadata. */
@@ -766,64 +379,10 @@ export interface QueryCaptionResult {
766
379
  export declare function queryCaptionResultDeserializer(item: any): QueryCaptionResult;
767
380
  /** Contains debugging information that can be used to further explore your search results. */
768
381
  export interface DocumentDebugInfo {
769
- /** Contains debugging information specific to semantic ranking requests. */
770
- readonly semantic?: SemanticDebugInfo;
771
382
  /** Contains debugging information specific to vector and hybrid search. */
772
383
  readonly vectors?: VectorsDebugInfo;
773
- /** Contains debugging information specific to vectors matched within a collection of complex types. */
774
- readonly innerHits?: Record<string, QueryResultDocumentInnerHit[]>;
775
384
  }
776
385
  export declare function documentDebugInfoDeserializer(item: any): DocumentDebugInfo;
777
- /** Contains debugging information specific to semantic ranking requests. */
778
- export interface SemanticDebugInfo {
779
- /** The title field that was sent to the semantic enrichment process, as well as how it was used */
780
- readonly titleField?: QueryResultDocumentSemanticField;
781
- /** The content fields that were sent to the semantic enrichment process, as well as how they were used */
782
- readonly contentFields?: QueryResultDocumentSemanticField[];
783
- /** The keyword fields that were sent to the semantic enrichment process, as well as how they were used */
784
- readonly keywordFields?: QueryResultDocumentSemanticField[];
785
- /** The raw concatenated strings that were sent to the semantic enrichment process. */
786
- readonly rerankerInput?: QueryResultDocumentRerankerInput;
787
- }
788
- export declare function semanticDebugInfoDeserializer(item: any): SemanticDebugInfo;
789
- /** Description of fields that were sent to the semantic enrichment process, as well as how they were used */
790
- export interface QueryResultDocumentSemanticField {
791
- /** The name of the field that was sent to the semantic enrichment process */
792
- readonly name?: string;
793
- /** The way the field was used for the semantic enrichment process (fully used, partially used, or unused) */
794
- readonly state?: SemanticFieldState;
795
- }
796
- export declare function queryResultDocumentSemanticFieldDeserializer(item: any): QueryResultDocumentSemanticField;
797
- /** The way the field was used for the semantic enrichment process. */
798
- export declare enum KnownSemanticFieldState {
799
- /** The field was fully used for semantic enrichment. */
800
- Used = "used",
801
- /** The field was not used for semantic enrichment. */
802
- Unused = "unused",
803
- /** The field was partially used for semantic enrichment. */
804
- Partial = "partial"
805
- }
806
- /**
807
- * The way the field was used for the semantic enrichment process. \
808
- * {@link KnownSemanticFieldState} can be used interchangeably with SemanticFieldState,
809
- * this enum contains the known values that the service supports.
810
- * ### Known values supported by the service
811
- * **used**: The field was fully used for semantic enrichment. \
812
- * **unused**: The field was not used for semantic enrichment. \
813
- * **partial**: The field was partially used for semantic enrichment.
814
- */
815
- export type SemanticFieldState = string;
816
- export declare function queryResultDocumentSemanticFieldArrayDeserializer(result: Array<QueryResultDocumentSemanticField>): any[];
817
- /** The raw concatenated strings that were sent to the semantic enrichment process. */
818
- export interface QueryResultDocumentRerankerInput {
819
- /** The raw string for the title field that was used for semantic enrichment. */
820
- readonly title?: string;
821
- /** The raw concatenated strings for the content fields that were used for semantic enrichment. */
822
- readonly content?: string;
823
- /** The raw concatenated strings for the keyword fields that were used for semantic enrichment. */
824
- readonly keywords?: string;
825
- }
826
- export declare function queryResultDocumentRerankerInputDeserializer(item: any): QueryResultDocumentRerankerInput;
827
386
  /** "Contains debugging information specific to vector and hybrid search.") */
828
387
  export interface VectorsDebugInfo {
829
388
  /** The breakdown of subscores of the document prior to the chosen result set fusion/combination method such as RRF. */
@@ -856,16 +415,6 @@ export interface SingleVectorFieldResult {
856
415
  readonly vectorSimilarity?: number;
857
416
  }
858
417
  export declare function singleVectorFieldResultDeserializer(item: any): SingleVectorFieldResult;
859
- export declare function queryResultDocumentInnerHitArrayRecordDeserializer(item: Record<string, any>): Record<string, Array<QueryResultDocumentInnerHit>>;
860
- export declare function queryResultDocumentInnerHitArrayDeserializer(result: Array<QueryResultDocumentInnerHit>): any[];
861
- /** Detailed scoring information for an individual element of a complex collection. */
862
- export interface QueryResultDocumentInnerHit {
863
- /** Position of this specific matching element within it's original collection. Position starts at 0. */
864
- readonly ordinal?: number;
865
- /** Detailed scoring information for an individual element of a complex collection that matched a vector query. */
866
- readonly vectors?: Record<string, SingleVectorFieldResult>[];
867
- }
868
- export declare function queryResultDocumentInnerHitDeserializer(item: any): QueryResultDocumentInnerHit;
869
418
  /** Reason that a partial response was returned for a semantic ranking request. */
870
419
  export declare enum KnownSemanticErrorReason {
871
420
  /** If `semanticMaxWaitInMilliseconds` was set and the semantic processing duration exceeded that value. Only the base results were returned. */
@@ -901,19 +450,6 @@ export declare enum KnownSemanticSearchResultsType {
901
450
  * **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.
902
451
  */
903
452
  export type SemanticSearchResultsType = string;
904
- /** Type of query rewrite that was used for this request. */
905
- export declare enum KnownSemanticQueryRewritesResultType {
906
- /** Query rewrites were not successfully generated for this request. Only the original query was used to retrieve the results. */
907
- OriginalQueryOnly = "originalQueryOnly"
908
- }
909
- /**
910
- * Type of query rewrite that was used for this request. \
911
- * {@link KnownSemanticQueryRewritesResultType} can be used interchangeably with SemanticQueryRewritesResultType,
912
- * this enum contains the known values that the service supports.
913
- * ### Known values supported by the service
914
- * **originalQueryOnly**: Query rewrites were not successfully generated for this request. Only the original query was used to retrieve the results.
915
- */
916
- export type SemanticQueryRewritesResultType = string;
917
453
  /** A document retrieved via a document lookup operation. */
918
454
  export interface LookupDocument {
919
455
  /** Additional properties */