@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
@@ -1,11 +1,13 @@
1
1
  export { AzureKeyCredential } from "@azure/core-auth";
2
- export { type AutocompleteItem, type AutocompleteMode, type AutocompleteResult, type DebugInfo, type HybridCountAndFacetMode, type HybridSearch as HybridSearchOptions, type IndexActionType, type IndexDocumentsResult, type IndexingResult, KnownHybridCountAndFacetMode, KnownQueryDebugMode, KnownQueryLanguage, KnownQuerySpellerType as KnownQuerySpeller, KnownSemanticErrorMode, KnownSemanticErrorReason, KnownSemanticFieldState, KnownSemanticQueryRewritesResultType, KnownSemanticSearchResultsType, KnownVectorFilterMode, KnownVectorQueryKind, KnownVectorThresholdKind, type QueryDebugMode, type QueryLanguage, type QueryResultDocumentInnerHit, type QueryResultDocumentRerankerInput, type QueryResultDocumentSubscores, type QueryRewritesDebugInfo, type QueryRewritesValuesDebugInfo, type QuerySpellerType as QuerySpeller, type QueryType, type ScoringStatistics, type SearchMode, type SemanticFieldState, type SemanticQueryRewritesResultType, type SingleVectorFieldResult, type TextResult, type VectorsDebugInfo, } from "./models/azure/search/documents/index.js";
3
- export { type AIServices, type AzureBlobKnowledgeSourceParams, type KnowledgeBaseActivityRecord as BaseKnowledgeBaseActivityRecord, type KnowledgeBaseActivityRecordType, type KnowledgeBaseMessageContent as BaseKnowledgeBaseMessageContent, type KnowledgeBaseMessageContentType, type KnowledgeBaseReference as BaseKnowledgeBaseReference, type KnowledgeBaseReferenceType, type KnowledgeRetrievalIntentUnion as BaseKnowledgeRetrievalIntent, type KnowledgeRetrievalIntentType, type KnowledgeRetrievalOutputMode as BaseKnowledgeRetrievalOutputMode, type KnowledgeRetrievalReasoningEffortUnion, type KnowledgeRetrievalReasoningEffort as BaseKnowledgeRetrievalReasoningEffort, type KnowledgeRetrievalReasoningEffortKind, type KnowledgeSourceParams as BaseKnowledgeSourceParams, type KnowledgeSourceVectorizer as KnowledgeSourceVectorizer_2, type IndexedOneLakeKnowledgeSourceParams, type IndexedSharePointKnowledgeSourceParams, type KnowledgeBaseActivityRecordUnion as KnowledgeBaseActivityRecord, type KnowledgeBaseAgenticReasoningActivityRecord, type KnowledgeBaseImageContent as KnowledgeBaseMessageImageContentImage, type KnowledgeBaseAzureBlobReference, type KnowledgeBaseErrorAdditionalInfo, type KnowledgeBaseErrorDetail, type KnowledgeBaseIndexedOneLakeReference, type KnowledgeBaseIndexedSharePointReference, type KnowledgeBaseMessage, type KnowledgeBaseMessageContentUnion as KnowledgeBaseMessageContent, type KnowledgeBaseMessageImageContent, type KnowledgeBaseMessageTextContent, type KnowledgeBaseModelAnswerSynthesisActivityRecord, type KnowledgeBaseModelQueryPlanningActivityRecord, type KnowledgeBaseReferenceUnion as KnowledgeBaseReference, type KnowledgeBaseRemoteSharePointReference, type KnowledgeBaseRetrievalRequest, type KnowledgeBaseRetrievalResponse, type KnowledgeSourceStatus, type SynchronizationState, type CompletedSynchronizationState, type KnowledgeSourceStatistics, type KnowledgeBaseSearchIndexReference, type KnowledgeBaseWebReference, type KnowledgeRetrievalIntent, type KnowledgeRetrievalLowReasoningEffort, type KnowledgeRetrievalMediumReasoningEffort, type KnowledgeRetrievalMinimalReasoningEffort, type KnowledgeRetrievalSemanticIntent, type KnowledgeSourceParamsUnion as KnowledgeSourceParams, KnownKnowledgeRetrievalOutputMode, type RemoteSharePointKnowledgeSourceParams, type SearchIndexKnowledgeSourceParams, type SharePointSensitivityLabelInfo, type WebKnowledgeSourceParams, } from "./models/azure/search/documents/knowledgeBases/index.js";
4
- export { type AIFoundryModelCatalogName, type AIServicesAccountKey, type BM25Similarity, type AnalyzedTokenInfo, type AnalyzeResult, type AsciiFoldingTokenFilter, type AzureActiveDirectoryApplicationCredentials, type AzureMachineLearningSkill, type AzureOpenAIModelName, type AzureOpenAITokenizerParameters, type CharFilter as BaseCharFilter, type CognitiveServicesAccount as BaseCognitiveServicesAccount, type DataChangeDetectionPolicy as BaseDataChangeDetectionPolicy, type DataDeletionDetectionPolicy as BaseDataDeletionDetectionPolicy, type KnowledgeBaseModel as BaseKnowledgeBaseModel, type LexicalAnalyzer as BaseLexicalAnalyzer, type LexicalNormalizer as BaseLexicalNormalizer, type LexicalTokenizer as BaseLexicalTokenizer, type ScoringFunction as BaseScoringFunction, type SearchIndexerDataIdentity as BaseSearchIndexerDataIdentity, type SearchIndexerSkill as BaseSearchIndexerSkill, type TokenFilter as BaseTokenFilter, type VectorSearchCompression as BaseVectorSearchCompression, type BinaryQuantizationCompression, type CharFilterName, type ChatCompletionExtraParametersBehavior, type ChatCompletionResponseFormat, type ChatCompletionSchemaProperties as ChatCompletionResponseFormatJsonSchemaProperties, type ChatCompletionResponseFormatType, type ChatCompletionSchema, type CjkBigramTokenFilter, type CjkBigramTokenFilterScripts, type ClassicSimilarity, type ClassicTokenizer, type CognitiveServicesAccountKey, type CommonGramTokenFilter, type CommonModelParameters, type ConditionalSkill, type ContentUnderstandingSkill, type ContentUnderstandingSkillChunkingProperties, type ContentUnderstandingSkillChunkingUnit, type ContentUnderstandingSkillExtractionOptions, KnownContentUnderstandingSkillChunkingUnit, KnownContentUnderstandingSkillExtractionOptions, type CorsOptions, type CustomEntity, type CustomEntityAlias, type CustomNormalizer as CustomLexicalNormalizer, type DefaultCognitiveServicesAccount, type DictionaryDecompounderTokenFilter, type DistanceScoringFunction, type DistanceScoringParameters, type DocumentExtractionSkill, type DocumentIntelligenceLayoutSkillChunkingProperties, type DocumentIntelligenceLayoutSkillChunkingUnit, type DocumentIntelligenceLayoutSkillExtractionOptions, type DocumentIntelligenceLayoutSkillMarkdownHeaderDepth, type DocumentIntelligenceLayoutSkillOutputFormat, type DocumentIntelligenceLayoutSkillOutputMode, type EdgeNGramTokenFilterSide, type EdgeNGramTokenizer, type ElisionTokenFilter, type EntityLinkingSkill, type EntityRecognitionSkillV3, type EntityCategory, type EntityRecognitionSkillLanguage, type FieldMapping, type FieldMappingFunction, type FreshnessScoringFunction, type FreshnessScoringParameters, type HighWaterMarkChangeDetectionPolicy, type IndexedSharePointContainerName, type IndexerExecutionResult, type IndexerExecutionStatus, type IndexerExecutionStatusDetail, type IndexerPermissionOption, type IndexerResyncOption, type IndexerRuntime, type IndexerCurrentState as IndexerState, type IndexerStatus, type IndexingMode, type IndexingSchedule, type IndexProjectionMode, type IndexStatisticsSummary, type InputFieldMappingEntry, type KeepTokenFilter, type KeywordMarkerTokenFilter, type KnowledgeBaseModelKind, type KnowledgeSourceContentExtractionMode, type KnowledgeSourceIngestionPermissionOption, type KnowledgeSourceKind, type KnowledgeSourceReference, type KnowledgeSourceSynchronizationStatus, KnownAIFoundryModelCatalogName, KnownAzureOpenAIModelName, KnownBlobIndexerDataToExtract, KnownBlobIndexerImageAction, KnownBlobIndexerParsingMode, KnownBlobIndexerPDFTextRotationAlgorithm, KnownChatCompletionExtraParametersBehavior, KnownChatCompletionResponseFormatType, KnownCustomEntityLookupSkillLanguage, KnownDocumentIntelligenceLayoutSkillChunkingUnit, KnownDocumentIntelligenceLayoutSkillExtractionOptions, KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth, KnownDocumentIntelligenceLayoutSkillOutputFormat, KnownDocumentIntelligenceLayoutSkillOutputMode, KnownEntityCategory, KnownEntityRecognitionSkillLanguage, KnownImageAnalysisSkillLanguage, KnownImageDetail, KnownIndexerExecutionEnvironment, KnownIndexerExecutionStatusDetail, KnownIndexerPermissionOption, KnownIndexerResyncOption, KnownIndexingMode, KnownIndexProjectionMode, KnownKeyPhraseExtractionSkillLanguage, KnownKnowledgeBaseModelKind, KnownKnowledgeSourceKind, KnownLexicalAnalyzerName, KnownLexicalNormalizerName, KnownMarkdownHeaderDepth, KnownMarkdownParsingSubmode, KnownLexicalNormalizerName as KnownNormalizerNames, KnownOcrLineEnding, KnownOcrSkillLanguage, KnownPermissionFilter, KnownPIIDetectionSkillMaskingMode, KnownRankingOrder, KnownRegexFlags, KnownSearchFieldDataType, KnownSearchIndexerDataSourceType, KnownSearchIndexPermissionFilterOption, KnownSentimentSkillLanguage, KnownSplitSkillEncoderModelName, KnownSplitSkillLanguage, KnownSplitSkillUnit, KnownTextSplitMode, KnownTextTranslationSkillLanguage, KnownVectorEncodingFormat, KnownVectorSearchAlgorithmKind, KnownVectorSearchAlgorithmMetric, KnownVectorSearchCompressionKind, KnownVectorSearchCompressionRescoreStorageMethod, KnownVectorSearchCompressionTarget, KnownVectorSearchVectorizerKind, KnownVisualFeature, type LanguageDetectionSkill, type LengthTokenFilter, type LexicalAnalyzerName, type LexicalNormalizerName, type LexicalTokenizerName, type LimitTokenFilter, type LuceneStandardAnalyzer, type MagnitudeScoringFunction, type MagnitudeScoringParameters, type MappingCharFilter, type MarkdownHeaderDepth, type MarkdownParsingSubmode, type MergeSkill, type MicrosoftLanguageStemmingTokenizer, type MicrosoftLanguageTokenizer, type MicrosoftStemmingTokenizerLanguage, type MicrosoftTokenizerLanguage, type NativeBlobSoftDeleteDeletionDetectionPolicy, type NGramTokenizer, type OcrLineEnding, type OutputFieldMappingEntry, type PathHierarchyTokenizerV2 as PathHierarchyTokenizer, type PatternCaptureTokenFilter, type PatternReplaceCharFilter, type PatternReplaceTokenFilter, type PermissionFilter, type PhoneticEncoder, type PhoneticTokenFilter, type RankingOrder, type RemoteSharePointKnowledgeSourceParameters, type RescoringOptions, type ResourceCounter, type ScalarQuantizationCompression, type ScalarQuantizationParameters, type ScoringFunctionAggregation, type ScoringFunctionInterpolation, type SearchAlias, type SearchIndexerDataContainer, type SearchIndexerDataNoneIdentity, type SearchIndexerDataUserAssignedIdentity, type SearchIndexerError, type SearchIndexerIndexProjectionSelector, type SearchIndexerKnowledgeStoreBlobProjectionSelector, type SearchIndexerKnowledgeStoreFileProjectionSelector, type SearchIndexerKnowledgeStoreObjectProjectionSelector, type SearchIndexerKnowledgeStoreProjection, type SearchIndexerKnowledgeStoreProjectionSelector, type SearchIndexerKnowledgeStoreTableProjectionSelector, type SearchIndexerLimits, type SearchIndexerStatus, type SearchIndexerWarning, type SearchIndexFieldReference, type SearchIndexKnowledgeSourceParameters, type SearchIndexPermissionFilterOption, type SearchSuggester as Suggester, type SemanticConfiguration, type SemanticField, type SemanticPrioritizedFields, type SemanticSearch, type SentimentSkillV3, type SentimentSkillLanguage, type ServiceCounters, type ServiceLimits, type ShaperSkill, type ShingleTokenFilter, type SimilarityAlgorithmUnion as Similarity, type SimilarityAlgorithm as BaseSimilarityAlgorithm, type SnowballTokenFilter, type SnowballTokenFilterLanguage, type SoftDeleteColumnDeletionDetectionPolicy, type SplitSkillEncoderModelName, type SplitSkillUnit, type SqlIntegratedChangeTrackingPolicy, type StemmerOverrideTokenFilter, type StemmerTokenFilter, type StemmerTokenFilterLanguage, type StopAnalyzer, type StopwordsList, type StopwordsTokenFilter, type SynonymTokenFilter, type TagScoringFunction, type TagScoringParameters, type TextWeights, type TokenCharacterKind, type TokenFilterName, type TruncateTokenFilter, type UaxUrlEmailTokenizer, type UniqueTokenFilter, type VectorEncodingFormat, type VectorSearchCompressionKind, type VectorSearchCompressionRescoreStorageMethod, type VectorSearchCompressionTarget, type VectorSearchProfile, type VectorSearchVectorizerKind, type WebKnowledgeSourceDomains, type WebKnowledgeSourceParameters, type WebKnowledgeSourceDomain, type WordDelimiterTokenFilter, } from "./models/azure/search/documents/indexes/index.js";
2
+ export type { PagedAsyncIterableIterator, PageSettings, ContinuablePage, } from "./static-helpers/pagingHelpers.js";
3
+ export { type AutocompleteItem, type AutocompleteMode, type AutocompleteResult, type IndexActionType, type IndexDocumentsResult, type IndexingResult, KnownQueryDebugMode, KnownSemanticErrorMode, KnownSemanticErrorReason, KnownSemanticSearchResultsType, KnownVectorFilterMode, KnownVectorQueryKind, type QueryDebugMode, type QueryResultDocumentSubscores, type QueryType, type ScoringStatistics, type SearchMode, type SingleVectorFieldResult, type TextResult, type VectorsDebugInfo, type SemanticSearchResultsType, } from "./models/azure/search/documents/index.js";
4
+ export { type AIServices, type AzureBlobKnowledgeSourceParams, type KnowledgeBaseActivityRecord as BaseKnowledgeBaseActivityRecord, type KnowledgeBaseActivityRecordType, type KnowledgeBaseMessageContent as BaseKnowledgeBaseMessageContent, type KnowledgeBaseMessageContentType, type KnowledgeBaseReference as BaseKnowledgeBaseReference, type KnowledgeBaseReferenceType, type KnowledgeRetrievalIntentUnion as BaseKnowledgeRetrievalIntent, type KnowledgeRetrievalIntentType, type KnowledgeRetrievalReasoningEffortUnion, type KnowledgeRetrievalReasoningEffort as BaseKnowledgeRetrievalReasoningEffort, type KnowledgeRetrievalReasoningEffortKind, type KnowledgeSourceParams as BaseKnowledgeSourceParams, type KnowledgeSourceVectorizer as BaseKnowledgeSourceVectorizer, type IndexedOneLakeKnowledgeSourceParams, type KnowledgeBaseActivityRecordUnion as KnowledgeBaseActivityRecord, type KnowledgeBaseAgenticReasoningActivityRecord, type KnowledgeBaseImageContent as KnowledgeBaseMessageImageContentImage, type KnowledgeBaseAzureBlobReference, type KnowledgeBaseErrorAdditionalInfo, type KnowledgeBaseErrorDetail, type KnowledgeBaseIndexedOneLakeReference, type KnowledgeBaseMessage, type KnowledgeBaseMessageContentUnion as KnowledgeBaseMessageContent, type KnowledgeBaseMessageImageContent, type KnowledgeBaseMessageTextContent, type KnowledgeBaseReferenceUnion as KnowledgeBaseReference, type KnowledgeBaseRetrievalRequest, type KnowledgeBaseRetrievalResponse, type KnowledgeSourceStatus, type SynchronizationState, type KnowledgeSourceSynchronizationError, type CompletedSynchronizationState, type KnowledgeSourceStatistics, type KnowledgeBaseSearchIndexReference, type KnowledgeBaseWebReference, type KnowledgeRetrievalIntent, type KnowledgeRetrievalMinimalReasoningEffort, type KnowledgeRetrievalSemanticIntent, type KnowledgeSourceParamsUnion as KnowledgeSourceParams, type SearchIndexKnowledgeSourceParams, type WebKnowledgeSourceParams, } from "./models/azure/search/documents/knowledgeBases/index.js";
5
+ export { type AIFoundryModelCatalogName, type AIServicesAccountKey, type BM25Similarity, type AnalyzedTokenInfo, type AnalyzeResult, type AsciiFoldingTokenFilter, type AzureActiveDirectoryApplicationCredentials, type AzureOpenAIModelName, type CharFilter as BaseCharFilter, type CognitiveServicesAccount as BaseCognitiveServicesAccount, type DataChangeDetectionPolicy as BaseDataChangeDetectionPolicy, type DataDeletionDetectionPolicy as BaseDataDeletionDetectionPolicy, type KnowledgeBaseModel as BaseKnowledgeBaseModel, type LexicalAnalyzer as BaseLexicalAnalyzer, type LexicalNormalizer as BaseLexicalNormalizer, type LexicalTokenizer as BaseLexicalTokenizer, type ScoringFunction as BaseScoringFunction, type SearchIndexerDataIdentity as BaseSearchIndexerDataIdentity, type SearchIndexerSkill as BaseSearchIndexerSkill, type TokenFilter as BaseTokenFilter, type VectorSearchCompression as BaseVectorSearchCompression, type BinaryQuantizationCompression, type CharFilterName, type ChatCompletionExtraParametersBehavior, type ChatCompletionResponseFormat, type ChatCompletionSchemaProperties as ChatCompletionResponseFormatJsonSchemaProperties, type ChatCompletionResponseFormatType, type ChatCompletionSchema, type CjkBigramTokenFilter, type CjkBigramTokenFilterScripts, type ClassicSimilarity, type ClassicTokenizer, type CognitiveServicesAccountKey, type CommonGramTokenFilter, type CommonModelParameters, type ConditionalSkill, type ContentUnderstandingSkill, type ContentUnderstandingSkillChunkingProperties, type ContentUnderstandingSkillChunkingUnit, type ContentUnderstandingSkillExtractionOptions, KnownContentUnderstandingSkillChunkingUnit, KnownContentUnderstandingSkillExtractionOptions, type CorsOptions, type CustomEntity, type CustomEntityAlias, type CustomNormalizer as CustomLexicalNormalizer, type DefaultCognitiveServicesAccount, type DictionaryDecompounderTokenFilter, type DistanceScoringFunction, type DistanceScoringParameters, type DocumentExtractionSkill, type DocumentIntelligenceLayoutSkillChunkingProperties, type DocumentIntelligenceLayoutSkillChunkingUnit, type DocumentIntelligenceLayoutSkillExtractionOptions, type DocumentIntelligenceLayoutSkillMarkdownHeaderDepth, type DocumentIntelligenceLayoutSkillOutputFormat, type DocumentIntelligenceLayoutSkillOutputMode, type EdgeNGramTokenFilterSide, type EdgeNGramTokenizer, type ElisionTokenFilter, type EntityLinkingSkill, type EntityRecognitionSkillV3, type EntityCategory, type EntityRecognitionSkillLanguage, type FieldMapping, type FieldMappingFunction, type FreshnessScoringFunction, type FreshnessScoringParameters, type HighWaterMarkChangeDetectionPolicy, type IndexerExecutionResult, type IndexerExecutionStatus, type IndexerResyncOption, type IndexerStatus, type IndexingSchedule, type IndexProjectionMode, type InputFieldMappingEntry, type KeepTokenFilter, type KeywordMarkerTokenFilter, type KnowledgeBaseModelKind, type KnowledgeSourceContentExtractionMode, type KnowledgeSourceKind, type KnowledgeSourceReference, type KnowledgeSourceSynchronizationStatus, KnownAIFoundryModelCatalogName, KnownAzureOpenAIModelName, KnownBlobIndexerDataToExtract, KnownBlobIndexerImageAction, KnownBlobIndexerParsingMode, KnownBlobIndexerPDFTextRotationAlgorithm, KnownChatCompletionExtraParametersBehavior, KnownChatCompletionResponseFormatType, KnownCustomEntityLookupSkillLanguage, KnownDocumentIntelligenceLayoutSkillChunkingUnit, KnownDocumentIntelligenceLayoutSkillExtractionOptions, KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth, KnownDocumentIntelligenceLayoutSkillOutputFormat, KnownDocumentIntelligenceLayoutSkillOutputMode, KnownEntityCategory, KnownEntityRecognitionSkillLanguage, KnownImageAnalysisSkillLanguage, KnownImageDetail, KnownIndexerExecutionEnvironment, KnownIndexerResyncOption, KnownIndexProjectionMode, KnownKeyPhraseExtractionSkillLanguage, KnownKnowledgeBaseModelKind, KnownKnowledgeSourceKind, KnownLexicalAnalyzerName, KnownLexicalNormalizerName, KnownMarkdownHeaderDepth, KnownMarkdownParsingSubmode, KnownLexicalNormalizerName as KnownNormalizerNames, KnownOcrLineEnding, KnownOcrSkillLanguage, KnownPIIDetectionSkillMaskingMode, KnownRankingOrder, KnownRegexFlags, KnownSearchFieldDataType, KnownSearchIndexerDataSourceType, KnownSentimentSkillLanguage, KnownSplitSkillLanguage, KnownTextSplitMode, KnownTextTranslationSkillLanguage, KnownVectorEncodingFormat, KnownVectorSearchAlgorithmKind, KnownVectorSearchAlgorithmMetric, KnownVectorSearchCompressionKind, KnownVectorSearchCompressionRescoreStorageMethod, KnownVectorSearchCompressionTarget, KnownVectorSearchVectorizerKind, KnownVisualFeature, type LanguageDetectionSkill, type LengthTokenFilter, type LexicalAnalyzerName, type LexicalNormalizerName, type LexicalTokenizerName, type LimitTokenFilter, type LuceneStandardAnalyzer, type MagnitudeScoringFunction, type MagnitudeScoringParameters, type MappingCharFilter, type MarkdownHeaderDepth, type MarkdownParsingSubmode, type MergeSkill, type MicrosoftLanguageStemmingTokenizer, type MicrosoftLanguageTokenizer, type MicrosoftStemmingTokenizerLanguage, type MicrosoftTokenizerLanguage, type NativeBlobSoftDeleteDeletionDetectionPolicy, type NGramTokenizer, type OcrLineEnding, type OutputFieldMappingEntry, type PathHierarchyTokenizerV2 as PathHierarchyTokenizer, type PatternCaptureTokenFilter, type PatternReplaceCharFilter, type PatternReplaceTokenFilter, type PhoneticEncoder, type PhoneticTokenFilter, type RankingOrder, type RescoringOptions, type ResourceCounter, type ScalarQuantizationCompression, type ScalarQuantizationParameters, type ScoringFunctionAggregation, type ScoringFunctionInterpolation, type SearchAlias, type SearchIndexerDataContainer, type SearchIndexerDataNoneIdentity, type SearchIndexerDataUserAssignedIdentity, type SearchIndexerError, type SearchIndexerIndexProjectionSelector, type SearchIndexerKnowledgeStoreBlobProjectionSelector, type SearchIndexerKnowledgeStoreFileProjectionSelector, type SearchIndexerKnowledgeStoreObjectProjectionSelector, type SearchIndexerKnowledgeStoreProjection, type SearchIndexerKnowledgeStoreProjectionSelector, type SearchIndexerKnowledgeStoreTableProjectionSelector, type SearchIndexerLimits, type SearchIndexerStatus, type SearchIndexerWarning, type SearchIndexFieldReference, type SearchIndexKnowledgeSourceParameters, type SearchSuggester as Suggester, type SemanticConfiguration, type SemanticField, type SemanticPrioritizedFields, type SemanticSearch, type SentimentSkillV3, type SentimentSkillLanguage, type ServiceCounters, type ServiceLimits, type ShaperSkill, type ShingleTokenFilter, type SimilarityAlgorithmUnion as Similarity, type SimilarityAlgorithm as BaseSimilarityAlgorithm, type SnowballTokenFilter, type SnowballTokenFilterLanguage, type SoftDeleteColumnDeletionDetectionPolicy, type SqlIntegratedChangeTrackingPolicy, type StemmerOverrideTokenFilter, type StemmerTokenFilter, type StemmerTokenFilterLanguage, type StopAnalyzer, type StopwordsList, type StopwordsTokenFilter, type SynonymTokenFilter, type TagScoringFunction, type TagScoringParameters, type TextWeights, type TokenCharacterKind, type TokenFilterName, type TruncateTokenFilter, type UaxUrlEmailTokenizer, type UniqueTokenFilter, type VectorEncodingFormat, type VectorSearchCompressionKind, type VectorSearchCompressionRescoreStorageMethod, type VectorSearchCompressionTarget, type VectorSearchProfile, type VectorSearchVectorizerKind, type WebKnowledgeSourceDomains, type WebKnowledgeSourceParameters, type WebKnowledgeSourceDomain, type WordDelimiterTokenFilter, } from "./models/azure/search/documents/indexes/index.js";
6
+ export type { KnowledgeBaseModelWebSummarizationActivityRecord } from "./models/index.js";
5
7
  export { default as GeographyPoint } from "./geographyPoint.js";
6
8
  export { IndexDocumentsBatch } from "./indexDocumentsBatch.js";
7
- export type { AutocompleteOptions, AutocompleteRequest, BaseSearchRequestOptions, BaseVectorQuery, BaseVectorThreshold, CountDocumentsOptions, DeleteDocumentsOptions, DocumentDebugInfo, ExcludedODataTypes, ExtractDocumentKey, ExtractiveQueryAnswer, ExtractiveQueryCaption, GenerativeQueryRewrites, GetDocumentOptions, IndexDocumentsAction, IndexDocumentsOptions, ListSearchResultsPageSettings, MergeDocumentsOptions, MergeOrUploadDocumentsOptions, NarrowedModel, QueryAnswer, QueryCaption, QueryResultDocumentSemanticField, QueryRewrites, SearchDocumentsPageResult, SearchDocumentsResult, SearchDocumentsResultBase, SearchFieldArray, SearchIndexingBufferedSenderDeleteDocumentsOptions, SearchIndexingBufferedSenderFlushDocumentsOptions, SearchIndexingBufferedSenderMergeDocumentsOptions, SearchIndexingBufferedSenderMergeOrUploadDocumentsOptions, SearchIndexingBufferedSenderOptions, SearchIndexingBufferedSenderUploadDocumentsOptions, SearchIterator, SearchOptions, SearchPick, SearchRequestOptions, SearchRequestQueryTypeOptions, SearchResult, SearchScoreThreshold, SelectArray, SelectFields, SemanticDebugInfo, SemanticErrorMode, SemanticErrorReason, SemanticSearchOptions, SemanticSearchResultsType, SuggestDocumentsResult, SuggestNarrowedModel, SuggestOptions, SuggestRequest, SuggestResult, UnionToIntersection, UploadDocumentsOptions, VectorFilterMode, VectorizableImageBinaryQuery, VectorizableImageUrlQuery, VectorizableTextQuery, VectorizedQuery, VectorQuery, VectorQueryKind, VectorSearchOptions, VectorSimilarityThreshold, VectorThreshold, } from "./indexModels.js";
8
- export type { KnowledgeBase, RetrieveKnowledgeOptions } from "./knowledgeBaseModels.js";
9
+ export type { AutocompleteOptions, AutocompleteRequest, BaseSearchRequestOptions, BaseVectorQuery, CountDocumentsOptions, DeleteDocumentsOptions, DocumentDebugInfo, ExcludedODataTypes, ExtractDocumentKey, ExtractiveQueryAnswer, ExtractiveQueryCaption, GenerativeQueryRewrites, GetDocumentOptions, IndexDocumentsAction, IndexDocumentsOptions, ListSearchResultsPageSettings, MergeDocumentsOptions, MergeOrUploadDocumentsOptions, NarrowedModel, QueryAnswer, QueryCaption, QueryResultDocumentSemanticField, QueryRewrites, SearchDocumentsPageResult, SearchDocumentsResult, SearchDocumentsResultBase, SearchFieldArray, SearchIndexingBufferedSenderDeleteDocumentsOptions, SearchIndexingBufferedSenderFlushDocumentsOptions, SearchIndexingBufferedSenderMergeDocumentsOptions, SearchIndexingBufferedSenderMergeOrUploadDocumentsOptions, SearchIndexingBufferedSenderOptions, SearchIndexingBufferedSenderUploadDocumentsOptions, SearchIterator, SearchOptions, SearchPick, SearchRequestOptions, SearchRequestQueryTypeOptions, SearchResult, SelectFields, SemanticDebugInfo, SemanticErrorMode, SemanticErrorReason, SemanticSearchOptions, SuggestDocumentsResult, SuggestNarrowedModel, SuggestOptions, SuggestRequest, SuggestResult, UnionToIntersection, UploadDocumentsOptions, VectorFilterMode, VectorizableImageBinaryQuery, VectorizableImageUrlQuery, VectorizableTextQuery, VectorizedQuery, VectorQuery, VectorQueryKind, VectorSearchOptions, } from "./indexModels.js";
10
+ export type { KnowledgeBase, RetrieveOptions } from "./knowledgeBaseModels.js";
9
11
  export { KnowledgeRetrievalClient, type KnowledgeRetrievalClientOptions, } from "./knowledgeRetrievalClient.js";
10
12
  export { odata } from "./odata.js";
11
13
  export { KnownSearchAudience } from "./searchAudience.js";
@@ -13,6 +15,6 @@ export { SearchClient, type SearchClientOptions } from "./searchClient.js";
13
15
  export { SearchIndexClient, type SearchIndexClientOptions } from "./searchIndexClient.js";
14
16
  export { SearchIndexerClient, type SearchIndexerClientOptions } from "./searchIndexerClient.js";
15
17
  export { DEFAULT_BATCH_SIZE, DEFAULT_FLUSH_WINDOW, DEFAULT_RETRY_COUNT, type IndexDocumentsClient, SearchIndexingBufferedSender, } from "./searchIndexingBufferedSender.js";
16
- export { type AIServicesAccountIdentity, type AIServicesVisionParameters, type AIServicesVisionVectorizer, type AliasIterator, type AnalyzeRequest, type AnalyzeTextOptions, type AzureBlobKnowledgeSource, type AzureBlobKnowledgeSourceParameters, type AzureMachineLearningVectorizer, type AzureMachineLearningVectorizerParameters, type AzureOpenAIEmbeddingSkill, type AzureOpenAIParameters, type AzureOpenAIVectorizer, type BaseAzureMachineLearningVectorizerParameters, type BaseKnowledgeSource, type BaseVectorSearchAlgorithmConfiguration, type BaseVectorSearchVectorizer, type BlobIndexerDataToExtract, type BlobIndexerImageAction, type BlobIndexerParsingMode, type BlobIndexerPDFTextRotationAlgorithm, type CharFilter, type ChatCompletionSkill, type CognitiveServicesAccount, type ComplexDataType, type ComplexField, type CreateAliasOptions, type CreateDataSourceConnectionOptions, type CreateIndexerOptions, type CreateIndexOptions, type CreateKnowledgeBaseOptions, type CreateKnowledgeSourceOptions, type CreateOrUpdateAliasOptions, type CreateorUpdateDataSourceConnectionOptions, type CreateorUpdateIndexerOptions, type CreateOrUpdateIndexOptions, type CreateOrUpdateKnowledgeBaseOptions, type CreateOrUpdateKnowledgeSourceOptions, type CreateOrUpdateSkillsetOptions, type CreateOrUpdateSynonymMapOptions, type CreateSkillsetOptions, type CreateSynonymMapOptions, type CustomAnalyzer, type CustomEntityLookupSkill, type CustomEntityLookupSkillLanguage, type DataChangeDetectionPolicy, type DataDeletionDetectionPolicy, type DeleteAliasOptions, type DeleteDataSourceConnectionOptions, type DeleteIndexerOptions, type DeleteIndexOptions, type DeleteKnowledgeBaseOptions, type DeleteKnowledgeSourceOptions, type DeleteSkillsetOptions, type DeleteSynonymMapOptions, type DocumentIntelligenceLayoutSkill, type EdgeNGramTokenFilter, type EntityRecognitionSkill, type ExhaustiveKnnAlgorithmConfiguration, type ExhaustiveKnnParameters, type FacetResult, type GetAliasOptions, type GetDataSourceConnectionOptions, type GetIndexerOptions, type GetIndexerStatusOptions, type GetIndexOptions, type GetIndexStatisticsOptions, type GetIndexStatsSummaryOptions, type GetKnowledgeBaseOptions, type GetKnowledgeSourceOptions, type GetKnowledgeSourceStatusOptions, type GetServiceStatisticsOptions, type GetSkillSetOptions, type GetSynonymMapsOptions, type HnswAlgorithmConfiguration, type HnswParameters, type ImageAnalysisSkill, type ImageAnalysisSkillLanguage, type ImageDetail, type IndexedOneLakeKnowledgeSource, type IndexedOneLakeKnowledgeSourceParameters, type IndexedSharePointKnowledgeSource, type IndexedSharePointKnowledgeSourceParameters, type IndexerExecutionEnvironment, type IndexingParameters, type IndexingParametersConfiguration, type IndexIterator, type IndexNameIterator, type IndexStatisticsSummaryIterator, type KeyAuthAzureMachineLearningVectorizerParameters, type KeyPhraseExtractionSkill, type KeyPhraseExtractionSkillLanguage, type KeywordTokenizer, type KnowledgeBaseAzureOpenAIModel, type KnowledgeBaseIterator, type KnowledgeBaseModel, type KnowledgeSource, type KnowledgeSourceAzureOpenAIVectorizer, type KnowledgeSourceIngestionParameters, type KnowledgeSourceIterator, type KnowledgeSourceVectorizer, KnownAnalyzerNames, KnownCharFilterNames, KnownTokenFilterNames, KnownTokenizerNames, type LexicalAnalyzer, type LexicalNormalizer, type LexicalTokenizer, type ListAliasesOptions, type ListDataSourceConnectionsOptions, type ListIndexersOptions, type ListIndexesOptions, type ListKnowledgeBasesOptions, type ListKnowledgeSourcesOptions, type ListSkillsetsOptions, type ListSynonymMapsOptions, type LuceneStandardTokenizer, type NGramTokenFilter, type NoAuthAzureMachineLearningVectorizerParameters, type OcrSkill, type OcrSkillLanguage, type PatternAnalyzer, type PatternTokenizer, type PIIDetectionSkill, type PIIDetectionSkillMaskingMode, type QueryAnswerResult, type QueryCaptionResult, type RegexFlags, type RemoteSharePointKnowledgeSource, type ResetDocumentsOptions, type ResetIndexerOptions, type ResetSkillsOptions, type RunIndexerOptions, type ScoringFunction, type ScoringProfile, type SearchField, type SearchFieldDataType, type SearchIndex, type SearchIndexAlias, type SearchIndexer, type SearchIndexerCache, type SearchIndexerDataIdentity, type SearchIndexerDataSourceConnection, type SearchIndexerDataSourceType, type SearchIndexerIndexProjection, type SearchIndexerIndexProjectionParameters, type SearchIndexerKnowledgeStore, type SearchIndexerKnowledgeStoreParameters, type SearchIndexerSkill, type SearchIndexerSkillset, type SearchIndexKnowledgeSource, type SearchIndexStatistics, type SearchResourceEncryptionKey, type SearchServiceStatistics, type SentimentSkill, type SimilarityAlgorithm, type SimpleField, type SplitSkill, type SplitSkillLanguage, type SynonymMap, type TextSplitMode, type TextTranslationSkill, type TextTranslationSkillLanguage, type TokenAuthAzureMachineLearningVectorizerParameters, type TokenFilter, type VectorSearch, type VectorSearchAlgorithmConfiguration, type VectorSearchAlgorithmKind, type VectorSearchAlgorithmMetric, type VectorSearchCompression, type VectorSearchVectorizer, type VisionVectorizeSkill, type VisualFeature, type WebApiParameters, type WebApiSkill, type WebApiSkills, type WebApiVectorizer, type WebKnowledgeSource, } from "./serviceModels.js";
18
+ export { type AIServicesAccountIdentity, type AliasIterator, type AnalyzeRequest, type AnalyzeTextOptions, type AzureBlobKnowledgeSource, type AzureBlobKnowledgeSourceParameters, type AzureMachineLearningVectorizer, type AzureMachineLearningVectorizerParameters, type AzureOpenAIEmbeddingSkill, type AzureOpenAIParameters, type AzureOpenAIVectorizer, type BaseAzureMachineLearningVectorizerParameters, type BaseKnowledgeSource, type BaseVectorSearchAlgorithmConfiguration, type BaseVectorSearchVectorizer, type BlobIndexerDataToExtract, type BlobIndexerImageAction, type BlobIndexerParsingMode, type BlobIndexerPDFTextRotationAlgorithm, type CharFilter, type ChatCompletionSkill, type CognitiveServicesAccount, type ComplexDataType, type ComplexField, type CreateAliasOptions, type CreateDataSourceConnectionOptions, type CreateIndexerOptions, type CreateIndexOptions, type CreateKnowledgeBaseOptions, type CreateKnowledgeSourceOptions, type CreateOrUpdateAliasOptions, type CreateorUpdateDataSourceConnectionOptions, type CreateorUpdateIndexerOptions, type CreateOrUpdateIndexOptions, type CreateOrUpdateKnowledgeBaseOptions, type CreateOrUpdateKnowledgeSourceOptions, type CreateOrUpdateSkillsetOptions, type CreateOrUpdateSynonymMapOptions, type CreateSkillsetOptions, type CreateSynonymMapOptions, type CustomAnalyzer, type CustomEntityLookupSkill, type CustomEntityLookupSkillLanguage, type DataChangeDetectionPolicy, type DataDeletionDetectionPolicy, type DeleteAliasOptions, type DeleteDataSourceConnectionOptions, type DeleteIndexerOptions, type DeleteIndexOptions, type DeleteKnowledgeBaseOptions, type DeleteKnowledgeSourceOptions, type DeleteSkillsetOptions, type DeleteSynonymMapOptions, type DocumentIntelligenceLayoutSkill, type EdgeNGramTokenFilter, type EntityRecognitionSkill, type ExhaustiveKnnAlgorithmConfiguration, type ExhaustiveKnnParameters, type FacetResult, type GetAliasOptions, type GetDataSourceConnectionOptions, type GetIndexerOptions, type GetIndexerStatusOptions, type GetIndexOptions, type GetIndexStatisticsOptions, type GetKnowledgeBaseOptions, type GetKnowledgeSourceOptions, type GetKnowledgeSourceStatusOptions, type GetServiceStatisticsOptions, type GetSkillSetOptions, type GetSynonymMapsOptions, type HnswAlgorithmConfiguration, type HnswParameters, type ImageAnalysisSkill, type ImageAnalysisSkillLanguage, type ImageDetail, type IndexedOneLakeKnowledgeSource, type IndexedOneLakeKnowledgeSourceParameters, type IndexerExecutionEnvironment, type IndexingParameters, type IndexingParametersConfiguration, type IndexIterator, type IndexNameIterator, type KeyAuthAzureMachineLearningVectorizerParameters, type KeyPhraseExtractionSkill, type KeyPhraseExtractionSkillLanguage, type KeywordTokenizer, type KnowledgeBaseAzureOpenAIModel, type KnowledgeBaseIterator, type KnowledgeBaseModel, type KnowledgeSource, type KnowledgeSourceAzureOpenAIVectorizer, type KnowledgeSourceIngestionParameters, type KnowledgeSourceIterator, type KnowledgeSourceVectorizer, KnownAnalyzerNames, KnownCharFilterNames, KnownTokenFilterNames, KnownTokenizerNames, type LexicalAnalyzer, type LexicalNormalizer, type LexicalTokenizer, type ListAliasesOptions, type ListDataSourceConnectionsOptions, type ListIndexersOptions, type ListIndexesOptions, type ListKnowledgeBasesOptions, type ListKnowledgeSourcesOptions, type ListSkillsetsOptions, type ListSynonymMapsOptions, type LuceneStandardTokenizer, type NGramTokenFilter, type NoAuthAzureMachineLearningVectorizerParameters, type OcrSkill, type OcrSkillLanguage, type PatternAnalyzer, type PatternTokenizer, type PIIDetectionSkill, type PIIDetectionSkillMaskingMode, type QueryAnswerResult, type QueryCaptionResult, type RegexFlags, type ResetIndexerOptions, type RunIndexerOptions, type ScoringFunction, type ScoringProfile, type SearchField, type SearchFieldDataType, type SearchIndex, type SearchIndexAlias, type SearchIndexer, type SearchIndexerDataIdentity, type SearchIndexerDataSourceConnection, type SearchIndexerDataSourceType, type SearchIndexerIndexProjection, type SearchIndexerIndexProjectionParameters, type SearchIndexerKnowledgeStore, type SearchIndexerKnowledgeStoreParameters, type SearchIndexerSkill, type SearchIndexerSkillset, type SearchIndexKnowledgeSource, type SearchIndexStatistics, type SearchResourceEncryptionKey, type SearchServiceStatistics, type SentimentSkill, type SimilarityAlgorithm, type SimpleField, type SplitSkill, type SplitSkillLanguage, type SynonymMap, type TextSplitMode, type TextTranslationSkill, type TextTranslationSkillLanguage, type TokenAuthAzureMachineLearningVectorizerParameters, type TokenFilter, type VectorSearch, type VectorSearchAlgorithmConfiguration, type VectorSearchAlgorithmKind, type VectorSearchAlgorithmMetric, type VectorSearchCompression, type VectorSearchVectorizer, type VisualFeature, type WebApiParameters, type WebApiSkill, type WebApiSkills, type WebApiVectorizer, type WebKnowledgeSource, } from "./serviceModels.js";
17
19
  export { createSynonymMapFromFile } from "./synonymMapHelper.js";
18
20
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
@@ -54,18 +54,13 @@ __export(src_exports, {
54
54
  KnownDocumentIntelligenceLayoutSkillOutputMode: () => import_indexes.KnownDocumentIntelligenceLayoutSkillOutputMode,
55
55
  KnownEntityCategory: () => import_indexes.KnownEntityCategory,
56
56
  KnownEntityRecognitionSkillLanguage: () => import_indexes.KnownEntityRecognitionSkillLanguage,
57
- KnownHybridCountAndFacetMode: () => import_documents.KnownHybridCountAndFacetMode,
58
57
  KnownImageAnalysisSkillLanguage: () => import_indexes.KnownImageAnalysisSkillLanguage,
59
58
  KnownImageDetail: () => import_indexes.KnownImageDetail,
60
59
  KnownIndexProjectionMode: () => import_indexes.KnownIndexProjectionMode,
61
60
  KnownIndexerExecutionEnvironment: () => import_indexes.KnownIndexerExecutionEnvironment,
62
- KnownIndexerExecutionStatusDetail: () => import_indexes.KnownIndexerExecutionStatusDetail,
63
- KnownIndexerPermissionOption: () => import_indexes.KnownIndexerPermissionOption,
64
61
  KnownIndexerResyncOption: () => import_indexes.KnownIndexerResyncOption,
65
- KnownIndexingMode: () => import_indexes.KnownIndexingMode,
66
62
  KnownKeyPhraseExtractionSkillLanguage: () => import_indexes.KnownKeyPhraseExtractionSkillLanguage,
67
63
  KnownKnowledgeBaseModelKind: () => import_indexes.KnownKnowledgeBaseModelKind,
68
- KnownKnowledgeRetrievalOutputMode: () => import_knowledgeBases.KnownKnowledgeRetrievalOutputMode,
69
64
  KnownKnowledgeSourceKind: () => import_indexes.KnownKnowledgeSourceKind,
70
65
  KnownLexicalAnalyzerName: () => import_indexes.KnownLexicalAnalyzerName,
71
66
  KnownLexicalNormalizerName: () => import_indexes.KnownLexicalNormalizerName,
@@ -75,25 +70,17 @@ __export(src_exports, {
75
70
  KnownOcrLineEnding: () => import_indexes.KnownOcrLineEnding,
76
71
  KnownOcrSkillLanguage: () => import_indexes.KnownOcrSkillLanguage,
77
72
  KnownPIIDetectionSkillMaskingMode: () => import_indexes.KnownPIIDetectionSkillMaskingMode,
78
- KnownPermissionFilter: () => import_indexes.KnownPermissionFilter,
79
73
  KnownQueryDebugMode: () => import_documents.KnownQueryDebugMode,
80
- KnownQueryLanguage: () => import_documents.KnownQueryLanguage,
81
- KnownQuerySpeller: () => import_documents.KnownQuerySpellerType,
82
74
  KnownRankingOrder: () => import_indexes.KnownRankingOrder,
83
75
  KnownRegexFlags: () => import_indexes.KnownRegexFlags,
84
76
  KnownSearchAudience: () => import_searchAudience.KnownSearchAudience,
85
77
  KnownSearchFieldDataType: () => import_indexes.KnownSearchFieldDataType,
86
- KnownSearchIndexPermissionFilterOption: () => import_indexes.KnownSearchIndexPermissionFilterOption,
87
78
  KnownSearchIndexerDataSourceType: () => import_indexes.KnownSearchIndexerDataSourceType,
88
79
  KnownSemanticErrorMode: () => import_documents.KnownSemanticErrorMode,
89
80
  KnownSemanticErrorReason: () => import_documents.KnownSemanticErrorReason,
90
- KnownSemanticFieldState: () => import_documents.KnownSemanticFieldState,
91
- KnownSemanticQueryRewritesResultType: () => import_documents.KnownSemanticQueryRewritesResultType,
92
81
  KnownSemanticSearchResultsType: () => import_documents.KnownSemanticSearchResultsType,
93
82
  KnownSentimentSkillLanguage: () => import_indexes.KnownSentimentSkillLanguage,
94
- KnownSplitSkillEncoderModelName: () => import_indexes.KnownSplitSkillEncoderModelName,
95
83
  KnownSplitSkillLanguage: () => import_indexes.KnownSplitSkillLanguage,
96
- KnownSplitSkillUnit: () => import_indexes.KnownSplitSkillUnit,
97
84
  KnownTextSplitMode: () => import_indexes.KnownTextSplitMode,
98
85
  KnownTextTranslationSkillLanguage: () => import_indexes.KnownTextTranslationSkillLanguage,
99
86
  KnownTokenFilterNames: () => import_serviceModels.KnownTokenFilterNames,
@@ -107,7 +94,6 @@ __export(src_exports, {
107
94
  KnownVectorSearchCompressionRescoreStorageMethod: () => import_indexes.KnownVectorSearchCompressionRescoreStorageMethod,
108
95
  KnownVectorSearchCompressionTarget: () => import_indexes.KnownVectorSearchCompressionTarget,
109
96
  KnownVectorSearchVectorizerKind: () => import_indexes.KnownVectorSearchVectorizerKind,
110
- KnownVectorThresholdKind: () => import_documents.KnownVectorThresholdKind,
111
97
  KnownVisualFeature: () => import_indexes.KnownVisualFeature,
112
98
  SearchClient: () => import_searchClient.SearchClient,
113
99
  SearchIndexClient: () => import_searchIndexClient.SearchIndexClient,
@@ -119,7 +105,6 @@ __export(src_exports, {
119
105
  module.exports = __toCommonJS(src_exports);
120
106
  var import_core_auth = require("@azure/core-auth");
121
107
  var import_documents = require("./models/azure/search/documents/index.js");
122
- var import_knowledgeBases = require("./models/azure/search/documents/knowledgeBases/index.js");
123
108
  var import_indexes = require("./models/azure/search/documents/indexes/index.js");
124
109
  var import_geographyPoint = __toESM(require("./geographyPoint.js"));
125
110
  var import_indexDocumentsBatch = require("./indexDocumentsBatch.js");
@@ -161,18 +146,13 @@ var import_synonymMapHelper = require("./synonymMapHelper.js");
161
146
  KnownDocumentIntelligenceLayoutSkillOutputMode,
162
147
  KnownEntityCategory,
163
148
  KnownEntityRecognitionSkillLanguage,
164
- KnownHybridCountAndFacetMode,
165
149
  KnownImageAnalysisSkillLanguage,
166
150
  KnownImageDetail,
167
151
  KnownIndexProjectionMode,
168
152
  KnownIndexerExecutionEnvironment,
169
- KnownIndexerExecutionStatusDetail,
170
- KnownIndexerPermissionOption,
171
153
  KnownIndexerResyncOption,
172
- KnownIndexingMode,
173
154
  KnownKeyPhraseExtractionSkillLanguage,
174
155
  KnownKnowledgeBaseModelKind,
175
- KnownKnowledgeRetrievalOutputMode,
176
156
  KnownKnowledgeSourceKind,
177
157
  KnownLexicalAnalyzerName,
178
158
  KnownLexicalNormalizerName,
@@ -182,25 +162,17 @@ var import_synonymMapHelper = require("./synonymMapHelper.js");
182
162
  KnownOcrLineEnding,
183
163
  KnownOcrSkillLanguage,
184
164
  KnownPIIDetectionSkillMaskingMode,
185
- KnownPermissionFilter,
186
165
  KnownQueryDebugMode,
187
- KnownQueryLanguage,
188
- KnownQuerySpeller,
189
166
  KnownRankingOrder,
190
167
  KnownRegexFlags,
191
168
  KnownSearchAudience,
192
169
  KnownSearchFieldDataType,
193
- KnownSearchIndexPermissionFilterOption,
194
170
  KnownSearchIndexerDataSourceType,
195
171
  KnownSemanticErrorMode,
196
172
  KnownSemanticErrorReason,
197
- KnownSemanticFieldState,
198
- KnownSemanticQueryRewritesResultType,
199
173
  KnownSemanticSearchResultsType,
200
174
  KnownSentimentSkillLanguage,
201
- KnownSplitSkillEncoderModelName,
202
175
  KnownSplitSkillLanguage,
203
- KnownSplitSkillUnit,
204
176
  KnownTextSplitMode,
205
177
  KnownTextTranslationSkillLanguage,
206
178
  KnownTokenFilterNames,
@@ -214,7 +186,6 @@ var import_synonymMapHelper = require("./synonymMapHelper.js");
214
186
  KnownVectorSearchCompressionRescoreStorageMethod,
215
187
  KnownVectorSearchCompressionTarget,
216
188
  KnownVectorSearchVectorizerKind,
217
- KnownVectorThresholdKind,
218
189
  KnownVisualFeature,
219
190
  SearchClient,
220
191
  SearchIndexClient,
@@ -223,3 +194,4 @@ var import_synonymMapHelper = require("./synonymMapHelper.js");
223
194
  createSynonymMapFromFile,
224
195
  odata
225
196
  });
197
+ //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["/mnt/vss/_work/1/s/sdk/search/search-documents/src/index.ts"],
4
- "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { AzureKeyCredential } from \"@azure/core-auth\";\nexport {\n type AutocompleteItem,\n type AutocompleteMode,\n type AutocompleteResult,\n type DebugInfo,\n type HybridCountAndFacetMode,\n type HybridSearch as HybridSearchOptions,\n type IndexActionType,\n type IndexDocumentsResult,\n type IndexingResult,\n KnownHybridCountAndFacetMode,\n KnownQueryDebugMode,\n KnownQueryLanguage,\n KnownQuerySpellerType as KnownQuerySpeller,\n KnownSemanticErrorMode,\n KnownSemanticErrorReason,\n KnownSemanticFieldState,\n KnownSemanticQueryRewritesResultType,\n KnownSemanticSearchResultsType,\n KnownVectorFilterMode,\n KnownVectorQueryKind,\n KnownVectorThresholdKind,\n type QueryDebugMode,\n type QueryLanguage,\n type QueryResultDocumentInnerHit,\n type QueryResultDocumentRerankerInput,\n type QueryResultDocumentSubscores,\n type QueryRewritesDebugInfo,\n type QueryRewritesValuesDebugInfo,\n type QuerySpellerType as QuerySpeller,\n type QueryType,\n type ScoringStatistics,\n type SearchMode,\n type SemanticFieldState,\n type SemanticQueryRewritesResultType,\n type SingleVectorFieldResult,\n type TextResult,\n type VectorsDebugInfo,\n} from \"./models/azure/search/documents/index.js\";\n\nexport {\n type AIServices,\n type AzureBlobKnowledgeSourceParams,\n type KnowledgeBaseActivityRecord as BaseKnowledgeBaseActivityRecord,\n type KnowledgeBaseActivityRecordType,\n type KnowledgeBaseMessageContent as BaseKnowledgeBaseMessageContent,\n type KnowledgeBaseMessageContentType,\n type KnowledgeBaseReference as BaseKnowledgeBaseReference,\n type KnowledgeBaseReferenceType,\n // KnowledgeBaseRetrievalActivityRecord as BaseKnowledgeBaseRetrievalActivityRecord,\n type KnowledgeRetrievalIntentUnion as BaseKnowledgeRetrievalIntent,\n type KnowledgeRetrievalIntentType,\n type KnowledgeRetrievalOutputMode as BaseKnowledgeRetrievalOutputMode,\n type KnowledgeRetrievalReasoningEffortUnion,\n type KnowledgeRetrievalReasoningEffort as BaseKnowledgeRetrievalReasoningEffort,\n type KnowledgeRetrievalReasoningEffortKind,\n type KnowledgeSourceParams as BaseKnowledgeSourceParams,\n type KnowledgeSourceVectorizer as KnowledgeSourceVectorizer_2,\n type IndexedOneLakeKnowledgeSourceParams,\n type IndexedSharePointKnowledgeSourceParams,\n type KnowledgeBaseActivityRecordUnion as KnowledgeBaseActivityRecord,\n type KnowledgeBaseAgenticReasoningActivityRecord,\n type KnowledgeBaseImageContent as KnowledgeBaseMessageImageContentImage,\n type KnowledgeBaseAzureBlobReference,\n type KnowledgeBaseErrorAdditionalInfo,\n type KnowledgeBaseErrorDetail,\n type KnowledgeBaseIndexedOneLakeReference,\n type KnowledgeBaseIndexedSharePointReference,\n type KnowledgeBaseMessage,\n type KnowledgeBaseMessageContentUnion as KnowledgeBaseMessageContent,\n type KnowledgeBaseMessageImageContent,\n type KnowledgeBaseMessageTextContent,\n type KnowledgeBaseModelAnswerSynthesisActivityRecord,\n type KnowledgeBaseModelQueryPlanningActivityRecord,\n type KnowledgeBaseReferenceUnion as KnowledgeBaseReference,\n type KnowledgeBaseRemoteSharePointReference,\n type KnowledgeBaseRetrievalRequest,\n type KnowledgeBaseRetrievalResponse,\n type KnowledgeSourceStatus,\n type SynchronizationState,\n type CompletedSynchronizationState,\n type KnowledgeSourceStatistics,\n type KnowledgeBaseSearchIndexReference,\n type KnowledgeBaseWebReference,\n type KnowledgeRetrievalIntent,\n type KnowledgeRetrievalLowReasoningEffort,\n type KnowledgeRetrievalMediumReasoningEffort,\n type KnowledgeRetrievalMinimalReasoningEffort,\n type KnowledgeRetrievalSemanticIntent,\n type KnowledgeSourceParamsUnion as KnowledgeSourceParams,\n KnownKnowledgeRetrievalOutputMode,\n type RemoteSharePointKnowledgeSourceParams,\n type SearchIndexKnowledgeSourceParams,\n type SharePointSensitivityLabelInfo,\n type WebKnowledgeSourceParams,\n} from \"./models/azure/search/documents/knowledgeBases/index.js\";\nexport {\n type AIFoundryModelCatalogName,\n type AIServicesAccountKey,\n type BM25Similarity,\n type AnalyzedTokenInfo,\n type AnalyzeResult,\n type AsciiFoldingTokenFilter,\n type AzureActiveDirectoryApplicationCredentials,\n type AzureMachineLearningSkill,\n type AzureOpenAIModelName,\n type AzureOpenAITokenizerParameters,\n type CharFilter as BaseCharFilter,\n type CognitiveServicesAccount as BaseCognitiveServicesAccount,\n type DataChangeDetectionPolicy as BaseDataChangeDetectionPolicy,\n type DataDeletionDetectionPolicy as BaseDataDeletionDetectionPolicy,\n type KnowledgeBaseModel as BaseKnowledgeBaseModel,\n type LexicalAnalyzer as BaseLexicalAnalyzer,\n type LexicalNormalizer as BaseLexicalNormalizer,\n type LexicalTokenizer as BaseLexicalTokenizer,\n type ScoringFunction as BaseScoringFunction,\n type SearchIndexerDataIdentity as BaseSearchIndexerDataIdentity,\n type SearchIndexerSkill as BaseSearchIndexerSkill,\n type TokenFilter as BaseTokenFilter,\n type VectorSearchCompression as BaseVectorSearchCompression,\n type BinaryQuantizationCompression,\n type CharFilterName,\n type ChatCompletionExtraParametersBehavior,\n type ChatCompletionResponseFormat,\n type ChatCompletionSchemaProperties as ChatCompletionResponseFormatJsonSchemaProperties,\n type ChatCompletionResponseFormatType,\n type ChatCompletionSchema,\n type CjkBigramTokenFilter,\n type CjkBigramTokenFilterScripts,\n type ClassicSimilarity,\n type ClassicTokenizer,\n type CognitiveServicesAccountKey,\n type CommonGramTokenFilter,\n type CommonModelParameters,\n type ConditionalSkill,\n type ContentUnderstandingSkill,\n type ContentUnderstandingSkillChunkingProperties,\n type ContentUnderstandingSkillChunkingUnit,\n type ContentUnderstandingSkillExtractionOptions,\n KnownContentUnderstandingSkillChunkingUnit,\n KnownContentUnderstandingSkillExtractionOptions,\n type CorsOptions,\n type CustomEntity,\n type CustomEntityAlias,\n type CustomNormalizer as CustomLexicalNormalizer,\n type DefaultCognitiveServicesAccount,\n type DictionaryDecompounderTokenFilter,\n type DistanceScoringFunction,\n type DistanceScoringParameters,\n type DocumentExtractionSkill,\n type DocumentIntelligenceLayoutSkillChunkingProperties,\n type DocumentIntelligenceLayoutSkillChunkingUnit,\n type DocumentIntelligenceLayoutSkillExtractionOptions,\n type DocumentIntelligenceLayoutSkillMarkdownHeaderDepth,\n type DocumentIntelligenceLayoutSkillOutputFormat,\n type DocumentIntelligenceLayoutSkillOutputMode,\n type EdgeNGramTokenFilterSide,\n type EdgeNGramTokenizer,\n type ElisionTokenFilter,\n type EntityLinkingSkill,\n type EntityRecognitionSkillV3,\n type EntityCategory,\n type EntityRecognitionSkillLanguage,\n type FieldMapping,\n type FieldMappingFunction,\n type FreshnessScoringFunction,\n type FreshnessScoringParameters,\n type HighWaterMarkChangeDetectionPolicy,\n type IndexedSharePointContainerName,\n type IndexerExecutionResult,\n type IndexerExecutionStatus,\n type IndexerExecutionStatusDetail,\n type IndexerPermissionOption,\n type IndexerResyncOption,\n type IndexerRuntime,\n type IndexerCurrentState as IndexerState,\n type IndexerStatus,\n type IndexingMode,\n type IndexingSchedule,\n type IndexProjectionMode,\n type IndexStatisticsSummary,\n type InputFieldMappingEntry,\n type KeepTokenFilter,\n type KeywordMarkerTokenFilter,\n type KnowledgeBaseModelKind,\n type KnowledgeSourceContentExtractionMode,\n type KnowledgeSourceIngestionPermissionOption,\n type KnowledgeSourceKind,\n type KnowledgeSourceReference,\n type KnowledgeSourceSynchronizationStatus,\n KnownAIFoundryModelCatalogName,\n KnownAzureOpenAIModelName,\n KnownBlobIndexerDataToExtract,\n KnownBlobIndexerImageAction,\n KnownBlobIndexerParsingMode,\n KnownBlobIndexerPDFTextRotationAlgorithm,\n KnownChatCompletionExtraParametersBehavior,\n KnownChatCompletionResponseFormatType,\n KnownCustomEntityLookupSkillLanguage,\n KnownDocumentIntelligenceLayoutSkillChunkingUnit,\n KnownDocumentIntelligenceLayoutSkillExtractionOptions,\n KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth,\n KnownDocumentIntelligenceLayoutSkillOutputFormat,\n KnownDocumentIntelligenceLayoutSkillOutputMode,\n KnownEntityCategory,\n KnownEntityRecognitionSkillLanguage,\n KnownImageAnalysisSkillLanguage,\n KnownImageDetail,\n KnownIndexerExecutionEnvironment,\n KnownIndexerExecutionStatusDetail,\n KnownIndexerPermissionOption,\n KnownIndexerResyncOption,\n KnownIndexingMode,\n KnownIndexProjectionMode,\n KnownKeyPhraseExtractionSkillLanguage,\n KnownKnowledgeBaseModelKind,\n KnownKnowledgeSourceKind,\n KnownLexicalAnalyzerName,\n KnownLexicalNormalizerName,\n KnownMarkdownHeaderDepth,\n KnownMarkdownParsingSubmode,\n KnownLexicalNormalizerName as KnownNormalizerNames,\n KnownOcrLineEnding,\n KnownOcrSkillLanguage,\n KnownPermissionFilter,\n KnownPIIDetectionSkillMaskingMode,\n KnownRankingOrder,\n KnownRegexFlags,\n KnownSearchFieldDataType,\n KnownSearchIndexerDataSourceType,\n KnownSearchIndexPermissionFilterOption,\n KnownSentimentSkillLanguage,\n KnownSplitSkillEncoderModelName,\n KnownSplitSkillLanguage,\n KnownSplitSkillUnit,\n KnownTextSplitMode,\n KnownTextTranslationSkillLanguage,\n KnownVectorEncodingFormat,\n KnownVectorSearchAlgorithmKind,\n KnownVectorSearchAlgorithmMetric,\n KnownVectorSearchCompressionKind,\n KnownVectorSearchCompressionRescoreStorageMethod,\n KnownVectorSearchCompressionTarget,\n KnownVectorSearchVectorizerKind,\n KnownVisualFeature,\n type LanguageDetectionSkill,\n type LengthTokenFilter,\n type LexicalAnalyzerName,\n type LexicalNormalizerName,\n type LexicalTokenizerName,\n type LimitTokenFilter,\n // ListIndexStatsSummary,\n type LuceneStandardAnalyzer,\n type MagnitudeScoringFunction,\n type MagnitudeScoringParameters,\n type MappingCharFilter,\n type MarkdownHeaderDepth,\n type MarkdownParsingSubmode,\n type MergeSkill,\n type MicrosoftLanguageStemmingTokenizer,\n type MicrosoftLanguageTokenizer,\n type MicrosoftStemmingTokenizerLanguage,\n type MicrosoftTokenizerLanguage,\n type NativeBlobSoftDeleteDeletionDetectionPolicy,\n type NGramTokenizer,\n type OcrLineEnding,\n type OutputFieldMappingEntry,\n type PathHierarchyTokenizerV2 as PathHierarchyTokenizer,\n type PatternCaptureTokenFilter,\n type PatternReplaceCharFilter,\n type PatternReplaceTokenFilter,\n type PermissionFilter,\n type PhoneticEncoder,\n type PhoneticTokenFilter,\n type RankingOrder,\n type RemoteSharePointKnowledgeSourceParameters,\n type RescoringOptions,\n type ResourceCounter,\n type ScalarQuantizationCompression,\n type ScalarQuantizationParameters,\n type ScoringFunctionAggregation,\n type ScoringFunctionInterpolation,\n type SearchAlias,\n type SearchIndexerDataContainer,\n type SearchIndexerDataNoneIdentity,\n type SearchIndexerDataUserAssignedIdentity,\n type SearchIndexerError,\n type SearchIndexerIndexProjectionSelector,\n type SearchIndexerKnowledgeStoreBlobProjectionSelector,\n type SearchIndexerKnowledgeStoreFileProjectionSelector,\n type SearchIndexerKnowledgeStoreObjectProjectionSelector,\n type SearchIndexerKnowledgeStoreProjection,\n type SearchIndexerKnowledgeStoreProjectionSelector,\n type SearchIndexerKnowledgeStoreTableProjectionSelector,\n type SearchIndexerLimits,\n type SearchIndexerStatus,\n type SearchIndexerWarning,\n type SearchIndexFieldReference,\n type SearchIndexKnowledgeSourceParameters,\n type SearchIndexPermissionFilterOption,\n type SearchSuggester as Suggester,\n type SemanticConfiguration,\n type SemanticField,\n type SemanticPrioritizedFields,\n type SemanticSearch,\n type SentimentSkillV3,\n type SentimentSkillLanguage,\n type ServiceCounters,\n type ServiceLimits,\n type ShaperSkill,\n type ShingleTokenFilter,\n type SimilarityAlgorithmUnion as Similarity,\n type SimilarityAlgorithm as BaseSimilarityAlgorithm,\n type SnowballTokenFilter,\n type SnowballTokenFilterLanguage,\n type SoftDeleteColumnDeletionDetectionPolicy,\n type SplitSkillEncoderModelName,\n type SplitSkillUnit,\n type SqlIntegratedChangeTrackingPolicy,\n type StemmerOverrideTokenFilter,\n type StemmerTokenFilter,\n type StemmerTokenFilterLanguage,\n type StopAnalyzer,\n type StopwordsList,\n type StopwordsTokenFilter,\n // SynchronizationState,\n type SynonymTokenFilter,\n type TagScoringFunction,\n type TagScoringParameters,\n type TextWeights,\n type TokenCharacterKind,\n type TokenFilterName,\n type TruncateTokenFilter,\n type UaxUrlEmailTokenizer,\n type UniqueTokenFilter,\n type VectorEncodingFormat,\n type VectorSearchCompressionKind,\n type VectorSearchCompressionRescoreStorageMethod,\n type VectorSearchCompressionTarget,\n type VectorSearchProfile,\n type VectorSearchVectorizerKind,\n type WebKnowledgeSourceDomains,\n type WebKnowledgeSourceParameters,\n type WebKnowledgeSourceDomain,\n type WordDelimiterTokenFilter,\n} from \"./models/azure/search/documents/indexes/index.js\";\nexport { default as GeographyPoint } from \"./geographyPoint.js\";\nexport { IndexDocumentsBatch } from \"./indexDocumentsBatch.js\";\nexport type {\n AutocompleteOptions,\n AutocompleteRequest,\n BaseSearchRequestOptions,\n BaseVectorQuery,\n BaseVectorThreshold,\n CountDocumentsOptions,\n DeleteDocumentsOptions,\n DocumentDebugInfo,\n ExcludedODataTypes,\n ExtractDocumentKey,\n ExtractiveQueryAnswer,\n ExtractiveQueryCaption,\n GenerativeQueryRewrites,\n GetDocumentOptions,\n IndexDocumentsAction,\n IndexDocumentsOptions,\n ListSearchResultsPageSettings,\n MergeDocumentsOptions,\n MergeOrUploadDocumentsOptions,\n NarrowedModel,\n QueryAnswer,\n QueryCaption,\n QueryResultDocumentSemanticField,\n QueryRewrites,\n SearchDocumentsPageResult,\n SearchDocumentsResult,\n SearchDocumentsResultBase,\n SearchFieldArray,\n SearchIndexingBufferedSenderDeleteDocumentsOptions,\n SearchIndexingBufferedSenderFlushDocumentsOptions,\n SearchIndexingBufferedSenderMergeDocumentsOptions,\n SearchIndexingBufferedSenderMergeOrUploadDocumentsOptions,\n SearchIndexingBufferedSenderOptions,\n SearchIndexingBufferedSenderUploadDocumentsOptions,\n SearchIterator,\n SearchOptions,\n SearchPick,\n SearchRequestOptions,\n SearchRequestQueryTypeOptions,\n SearchResult,\n SearchScoreThreshold,\n SelectArray,\n SelectFields,\n SemanticDebugInfo,\n SemanticErrorMode,\n SemanticErrorReason,\n SemanticSearchOptions,\n SemanticSearchResultsType,\n SuggestDocumentsResult,\n SuggestNarrowedModel,\n SuggestOptions,\n SuggestRequest,\n SuggestResult,\n UnionToIntersection,\n UploadDocumentsOptions,\n VectorFilterMode,\n VectorizableImageBinaryQuery,\n VectorizableImageUrlQuery,\n VectorizableTextQuery,\n VectorizedQuery,\n VectorQuery,\n VectorQueryKind,\n VectorSearchOptions,\n VectorSimilarityThreshold,\n VectorThreshold,\n} from \"./indexModels.js\";\nexport type { KnowledgeBase, RetrieveKnowledgeOptions } from \"./knowledgeBaseModels.js\";\nexport {\n KnowledgeRetrievalClient,\n type KnowledgeRetrievalClientOptions,\n} from \"./knowledgeRetrievalClient.js\";\nexport { odata } from \"./odata.js\";\nexport { KnownSearchAudience } from \"./searchAudience.js\";\nexport { SearchClient, type SearchClientOptions } from \"./searchClient.js\";\nexport { SearchIndexClient, type SearchIndexClientOptions } from \"./searchIndexClient.js\";\nexport { SearchIndexerClient, type SearchIndexerClientOptions } from \"./searchIndexerClient.js\";\nexport {\n DEFAULT_BATCH_SIZE,\n DEFAULT_FLUSH_WINDOW,\n DEFAULT_RETRY_COUNT,\n type IndexDocumentsClient,\n SearchIndexingBufferedSender,\n} from \"./searchIndexingBufferedSender.js\";\nexport {\n type AIServicesAccountIdentity,\n type AIServicesVisionParameters,\n type AIServicesVisionVectorizer,\n type AliasIterator,\n type AnalyzeRequest,\n type AnalyzeTextOptions,\n type AzureBlobKnowledgeSource,\n type AzureBlobKnowledgeSourceParameters,\n type AzureMachineLearningVectorizer,\n type AzureMachineLearningVectorizerParameters,\n type AzureOpenAIEmbeddingSkill,\n type AzureOpenAIParameters,\n type AzureOpenAIVectorizer,\n type BaseAzureMachineLearningVectorizerParameters,\n type BaseKnowledgeSource,\n type BaseVectorSearchAlgorithmConfiguration,\n type BaseVectorSearchVectorizer,\n type BlobIndexerDataToExtract,\n type BlobIndexerImageAction,\n type BlobIndexerParsingMode,\n type BlobIndexerPDFTextRotationAlgorithm,\n type CharFilter,\n type ChatCompletionSkill,\n type CognitiveServicesAccount,\n type ComplexDataType,\n type ComplexField,\n type CreateAliasOptions,\n type CreateDataSourceConnectionOptions,\n type CreateIndexerOptions,\n type CreateIndexOptions,\n type CreateKnowledgeBaseOptions,\n type CreateKnowledgeSourceOptions,\n type CreateOrUpdateAliasOptions,\n type CreateorUpdateDataSourceConnectionOptions,\n type CreateorUpdateIndexerOptions,\n type CreateOrUpdateIndexOptions,\n type CreateOrUpdateKnowledgeBaseOptions,\n type CreateOrUpdateKnowledgeSourceOptions,\n type CreateOrUpdateSkillsetOptions,\n type CreateOrUpdateSynonymMapOptions,\n type CreateSkillsetOptions,\n type CreateSynonymMapOptions,\n type CustomAnalyzer,\n type CustomEntityLookupSkill,\n type CustomEntityLookupSkillLanguage,\n type DataChangeDetectionPolicy,\n type DataDeletionDetectionPolicy,\n type DeleteAliasOptions,\n type DeleteDataSourceConnectionOptions,\n type DeleteIndexerOptions,\n type DeleteIndexOptions,\n type DeleteKnowledgeBaseOptions,\n type DeleteKnowledgeSourceOptions,\n type DeleteSkillsetOptions,\n type DeleteSynonymMapOptions,\n type DocumentIntelligenceLayoutSkill,\n type EdgeNGramTokenFilter,\n type EntityRecognitionSkill,\n type ExhaustiveKnnAlgorithmConfiguration,\n type ExhaustiveKnnParameters,\n type FacetResult,\n type GetAliasOptions,\n type GetDataSourceConnectionOptions,\n type GetIndexerOptions,\n type GetIndexerStatusOptions,\n type GetIndexOptions,\n type GetIndexStatisticsOptions,\n type GetIndexStatsSummaryOptions,\n type GetKnowledgeBaseOptions,\n type GetKnowledgeSourceOptions,\n type GetKnowledgeSourceStatusOptions,\n type GetServiceStatisticsOptions,\n type GetSkillSetOptions,\n type GetSynonymMapsOptions,\n type HnswAlgorithmConfiguration,\n type HnswParameters,\n type ImageAnalysisSkill,\n type ImageAnalysisSkillLanguage,\n type ImageDetail,\n type IndexedOneLakeKnowledgeSource,\n type IndexedOneLakeKnowledgeSourceParameters,\n type IndexedSharePointKnowledgeSource,\n type IndexedSharePointKnowledgeSourceParameters,\n type IndexerExecutionEnvironment,\n type IndexingParameters,\n type IndexingParametersConfiguration,\n type IndexIterator,\n type IndexNameIterator,\n type IndexStatisticsSummaryIterator,\n type KeyAuthAzureMachineLearningVectorizerParameters,\n type KeyPhraseExtractionSkill,\n type KeyPhraseExtractionSkillLanguage,\n type KeywordTokenizer,\n type KnowledgeBaseAzureOpenAIModel,\n type KnowledgeBaseIterator,\n type KnowledgeBaseModel,\n type KnowledgeSource,\n type KnowledgeSourceAzureOpenAIVectorizer,\n type KnowledgeSourceIngestionParameters,\n type KnowledgeSourceIterator,\n type KnowledgeSourceVectorizer,\n KnownAnalyzerNames,\n KnownCharFilterNames,\n KnownTokenFilterNames,\n KnownTokenizerNames,\n type LexicalAnalyzer,\n type LexicalNormalizer,\n type LexicalTokenizer,\n type ListAliasesOptions,\n type ListDataSourceConnectionsOptions,\n type ListIndexersOptions,\n type ListIndexesOptions,\n type ListKnowledgeBasesOptions,\n type ListKnowledgeSourcesOptions,\n type ListSkillsetsOptions,\n type ListSynonymMapsOptions,\n type LuceneStandardTokenizer,\n type NGramTokenFilter,\n type NoAuthAzureMachineLearningVectorizerParameters,\n type OcrSkill,\n type OcrSkillLanguage,\n type PatternAnalyzer,\n type PatternTokenizer,\n type PIIDetectionSkill,\n type PIIDetectionSkillMaskingMode,\n type QueryAnswerResult,\n type QueryCaptionResult,\n type RegexFlags,\n type RemoteSharePointKnowledgeSource,\n type ResetDocumentsOptions,\n type ResetIndexerOptions,\n type ResetSkillsOptions,\n type RunIndexerOptions,\n type ScoringFunction,\n type ScoringProfile,\n type SearchField,\n type SearchFieldDataType,\n type SearchIndex,\n type SearchIndexAlias,\n type SearchIndexer,\n type SearchIndexerCache,\n type SearchIndexerDataIdentity,\n type SearchIndexerDataSourceConnection,\n type SearchIndexerDataSourceType,\n type SearchIndexerIndexProjection,\n type SearchIndexerIndexProjectionParameters,\n type SearchIndexerKnowledgeStore,\n type SearchIndexerKnowledgeStoreParameters,\n type SearchIndexerSkill,\n type SearchIndexerSkillset,\n type SearchIndexKnowledgeSource,\n type SearchIndexStatistics,\n type SearchResourceEncryptionKey,\n type SearchServiceStatistics,\n type SentimentSkill,\n type SimilarityAlgorithm,\n type SimpleField,\n type SplitSkill,\n type SplitSkillLanguage,\n type SynonymMap,\n type TextSplitMode,\n type TextTranslationSkill,\n type TextTranslationSkillLanguage,\n type TokenAuthAzureMachineLearningVectorizerParameters,\n type TokenFilter,\n type VectorSearch,\n type VectorSearchAlgorithmConfiguration,\n type VectorSearchAlgorithmKind,\n type VectorSearchAlgorithmMetric,\n type VectorSearchCompression,\n type VectorSearchVectorizer,\n type VisionVectorizeSkill,\n type VisualFeature,\n type WebApiParameters,\n type WebApiSkill,\n type WebApiSkills,\n type WebApiVectorizer,\n type WebKnowledgeSource,\n} from \"./serviceModels.js\";\nexport { createSynonymMapFromFile } from \"./synonymMapHelper.js\";\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,uBAAmC;AACnC,uBAsCO;AAEP,4BAuDO;AACP,qBAyPO;AACP,4BAA0C;AAC1C,iCAAoC;AAqEpC,sCAGO;AACP,mBAAsB;AACtB,4BAAoC;AACpC,0BAAuD;AACvD,+BAAiE;AACjE,iCAAqE;AACrE,0CAMO;AACP,2BAmLO;AACP,8BAAyC;",
3
+ "sources": ["../../src/index.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { AzureKeyCredential } from \"@azure/core-auth\";\nexport type {\n PagedAsyncIterableIterator,\n PageSettings,\n ContinuablePage,\n} from \"./static-helpers/pagingHelpers.js\";\nexport {\n type AutocompleteItem,\n type AutocompleteMode,\n type AutocompleteResult,\n type IndexActionType,\n type IndexDocumentsResult,\n type IndexingResult,\n KnownQueryDebugMode,\n KnownSemanticErrorMode,\n KnownSemanticErrorReason,\n KnownSemanticSearchResultsType,\n KnownVectorFilterMode,\n KnownVectorQueryKind,\n type QueryDebugMode,\n type QueryResultDocumentSubscores,\n type QueryType,\n type ScoringStatistics,\n type SearchMode,\n type SingleVectorFieldResult,\n type TextResult,\n type VectorsDebugInfo,\n type SemanticSearchResultsType,\n} from \"./models/azure/search/documents/index.js\";\n\nexport {\n type AIServices,\n type AzureBlobKnowledgeSourceParams,\n type KnowledgeBaseActivityRecord as BaseKnowledgeBaseActivityRecord,\n type KnowledgeBaseActivityRecordType,\n type KnowledgeBaseMessageContent as BaseKnowledgeBaseMessageContent,\n type KnowledgeBaseMessageContentType,\n type KnowledgeBaseReference as BaseKnowledgeBaseReference,\n type KnowledgeBaseReferenceType,\n type KnowledgeRetrievalIntentUnion as BaseKnowledgeRetrievalIntent,\n type KnowledgeRetrievalIntentType,\n type KnowledgeRetrievalReasoningEffortUnion,\n type KnowledgeRetrievalReasoningEffort as BaseKnowledgeRetrievalReasoningEffort,\n type KnowledgeRetrievalReasoningEffortKind,\n type KnowledgeSourceParams as BaseKnowledgeSourceParams,\n type KnowledgeSourceVectorizer as BaseKnowledgeSourceVectorizer,\n type IndexedOneLakeKnowledgeSourceParams,\n type KnowledgeBaseActivityRecordUnion as KnowledgeBaseActivityRecord,\n type KnowledgeBaseAgenticReasoningActivityRecord,\n type KnowledgeBaseImageContent as KnowledgeBaseMessageImageContentImage,\n type KnowledgeBaseAzureBlobReference,\n type KnowledgeBaseErrorAdditionalInfo,\n type KnowledgeBaseErrorDetail,\n type KnowledgeBaseIndexedOneLakeReference,\n type KnowledgeBaseMessage,\n type KnowledgeBaseMessageContentUnion as KnowledgeBaseMessageContent,\n type KnowledgeBaseMessageImageContent,\n type KnowledgeBaseMessageTextContent,\n type KnowledgeBaseReferenceUnion as KnowledgeBaseReference,\n type KnowledgeBaseRetrievalRequest,\n type KnowledgeBaseRetrievalResponse,\n type KnowledgeSourceStatus,\n type SynchronizationState,\n type KnowledgeSourceSynchronizationError,\n type CompletedSynchronizationState,\n type KnowledgeSourceStatistics,\n type KnowledgeBaseSearchIndexReference,\n type KnowledgeBaseWebReference,\n type KnowledgeRetrievalIntent,\n type KnowledgeRetrievalMinimalReasoningEffort,\n type KnowledgeRetrievalSemanticIntent,\n type KnowledgeSourceParamsUnion as KnowledgeSourceParams,\n type SearchIndexKnowledgeSourceParams,\n type WebKnowledgeSourceParams,\n} from \"./models/azure/search/documents/knowledgeBases/index.js\";\nexport {\n type AIFoundryModelCatalogName,\n type AIServicesAccountKey,\n type BM25Similarity,\n type AnalyzedTokenInfo,\n type AnalyzeResult,\n type AsciiFoldingTokenFilter,\n type AzureActiveDirectoryApplicationCredentials,\n type AzureOpenAIModelName,\n type CharFilter as BaseCharFilter,\n type CognitiveServicesAccount as BaseCognitiveServicesAccount,\n type DataChangeDetectionPolicy as BaseDataChangeDetectionPolicy,\n type DataDeletionDetectionPolicy as BaseDataDeletionDetectionPolicy,\n type KnowledgeBaseModel as BaseKnowledgeBaseModel,\n type LexicalAnalyzer as BaseLexicalAnalyzer,\n type LexicalNormalizer as BaseLexicalNormalizer,\n type LexicalTokenizer as BaseLexicalTokenizer,\n type ScoringFunction as BaseScoringFunction,\n type SearchIndexerDataIdentity as BaseSearchIndexerDataIdentity,\n type SearchIndexerSkill as BaseSearchIndexerSkill,\n type TokenFilter as BaseTokenFilter,\n type VectorSearchCompression as BaseVectorSearchCompression,\n type BinaryQuantizationCompression,\n type CharFilterName,\n type ChatCompletionExtraParametersBehavior,\n type ChatCompletionResponseFormat,\n type ChatCompletionSchemaProperties as ChatCompletionResponseFormatJsonSchemaProperties,\n type ChatCompletionResponseFormatType,\n type ChatCompletionSchema,\n type CjkBigramTokenFilter,\n type CjkBigramTokenFilterScripts,\n type ClassicSimilarity,\n type ClassicTokenizer,\n type CognitiveServicesAccountKey,\n type CommonGramTokenFilter,\n type CommonModelParameters,\n type ConditionalSkill,\n type ContentUnderstandingSkill,\n type ContentUnderstandingSkillChunkingProperties,\n type ContentUnderstandingSkillChunkingUnit,\n type ContentUnderstandingSkillExtractionOptions,\n KnownContentUnderstandingSkillChunkingUnit,\n KnownContentUnderstandingSkillExtractionOptions,\n type CorsOptions,\n type CustomEntity,\n type CustomEntityAlias,\n type CustomNormalizer as CustomLexicalNormalizer,\n type DefaultCognitiveServicesAccount,\n type DictionaryDecompounderTokenFilter,\n type DistanceScoringFunction,\n type DistanceScoringParameters,\n type DocumentExtractionSkill,\n type DocumentIntelligenceLayoutSkillChunkingProperties,\n type DocumentIntelligenceLayoutSkillChunkingUnit,\n type DocumentIntelligenceLayoutSkillExtractionOptions,\n type DocumentIntelligenceLayoutSkillMarkdownHeaderDepth,\n type DocumentIntelligenceLayoutSkillOutputFormat,\n type DocumentIntelligenceLayoutSkillOutputMode,\n type EdgeNGramTokenFilterSide,\n type EdgeNGramTokenizer,\n type ElisionTokenFilter,\n type EntityLinkingSkill,\n type EntityRecognitionSkillV3,\n type EntityCategory,\n type EntityRecognitionSkillLanguage,\n type FieldMapping,\n type FieldMappingFunction,\n type FreshnessScoringFunction,\n type FreshnessScoringParameters,\n type HighWaterMarkChangeDetectionPolicy,\n type IndexerExecutionResult,\n type IndexerExecutionStatus,\n type IndexerResyncOption,\n type IndexerStatus,\n type IndexingSchedule,\n type IndexProjectionMode,\n type InputFieldMappingEntry,\n type KeepTokenFilter,\n type KeywordMarkerTokenFilter,\n type KnowledgeBaseModelKind,\n type KnowledgeSourceContentExtractionMode,\n type KnowledgeSourceKind,\n type KnowledgeSourceReference,\n type KnowledgeSourceSynchronizationStatus,\n KnownAIFoundryModelCatalogName,\n KnownAzureOpenAIModelName,\n KnownBlobIndexerDataToExtract,\n KnownBlobIndexerImageAction,\n KnownBlobIndexerParsingMode,\n KnownBlobIndexerPDFTextRotationAlgorithm,\n KnownChatCompletionExtraParametersBehavior,\n KnownChatCompletionResponseFormatType,\n KnownCustomEntityLookupSkillLanguage,\n KnownDocumentIntelligenceLayoutSkillChunkingUnit,\n KnownDocumentIntelligenceLayoutSkillExtractionOptions,\n KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth,\n KnownDocumentIntelligenceLayoutSkillOutputFormat,\n KnownDocumentIntelligenceLayoutSkillOutputMode,\n KnownEntityCategory,\n KnownEntityRecognitionSkillLanguage,\n KnownImageAnalysisSkillLanguage,\n KnownImageDetail,\n KnownIndexerExecutionEnvironment,\n KnownIndexerResyncOption,\n KnownIndexProjectionMode,\n KnownKeyPhraseExtractionSkillLanguage,\n KnownKnowledgeBaseModelKind,\n KnownKnowledgeSourceKind,\n KnownLexicalAnalyzerName,\n KnownLexicalNormalizerName,\n KnownMarkdownHeaderDepth,\n KnownMarkdownParsingSubmode,\n KnownLexicalNormalizerName as KnownNormalizerNames,\n KnownOcrLineEnding,\n KnownOcrSkillLanguage,\n KnownPIIDetectionSkillMaskingMode,\n KnownRankingOrder,\n KnownRegexFlags,\n KnownSearchFieldDataType,\n KnownSearchIndexerDataSourceType,\n KnownSentimentSkillLanguage,\n KnownSplitSkillLanguage,\n KnownTextSplitMode,\n KnownTextTranslationSkillLanguage,\n KnownVectorEncodingFormat,\n KnownVectorSearchAlgorithmKind,\n KnownVectorSearchAlgorithmMetric,\n KnownVectorSearchCompressionKind,\n KnownVectorSearchCompressionRescoreStorageMethod,\n KnownVectorSearchCompressionTarget,\n KnownVectorSearchVectorizerKind,\n KnownVisualFeature,\n type LanguageDetectionSkill,\n type LengthTokenFilter,\n type LexicalAnalyzerName,\n type LexicalNormalizerName,\n type LexicalTokenizerName,\n type LimitTokenFilter,\n // ListIndexStatsSummary,\n type LuceneStandardAnalyzer,\n type MagnitudeScoringFunction,\n type MagnitudeScoringParameters,\n type MappingCharFilter,\n type MarkdownHeaderDepth,\n type MarkdownParsingSubmode,\n type MergeSkill,\n type MicrosoftLanguageStemmingTokenizer,\n type MicrosoftLanguageTokenizer,\n type MicrosoftStemmingTokenizerLanguage,\n type MicrosoftTokenizerLanguage,\n type NativeBlobSoftDeleteDeletionDetectionPolicy,\n type NGramTokenizer,\n type OcrLineEnding,\n type OutputFieldMappingEntry,\n type PathHierarchyTokenizerV2 as PathHierarchyTokenizer,\n type PatternCaptureTokenFilter,\n type PatternReplaceCharFilter,\n type PatternReplaceTokenFilter,\n type PhoneticEncoder,\n type PhoneticTokenFilter,\n type RankingOrder,\n type RescoringOptions,\n type ResourceCounter,\n type ScalarQuantizationCompression,\n type ScalarQuantizationParameters,\n type ScoringFunctionAggregation,\n type ScoringFunctionInterpolation,\n type SearchAlias,\n type SearchIndexerDataContainer,\n type SearchIndexerDataNoneIdentity,\n type SearchIndexerDataUserAssignedIdentity,\n type SearchIndexerError,\n type SearchIndexerIndexProjectionSelector,\n type SearchIndexerKnowledgeStoreBlobProjectionSelector,\n type SearchIndexerKnowledgeStoreFileProjectionSelector,\n type SearchIndexerKnowledgeStoreObjectProjectionSelector,\n type SearchIndexerKnowledgeStoreProjection,\n type SearchIndexerKnowledgeStoreProjectionSelector,\n type SearchIndexerKnowledgeStoreTableProjectionSelector,\n type SearchIndexerLimits,\n type SearchIndexerStatus,\n type SearchIndexerWarning,\n type SearchIndexFieldReference,\n type SearchIndexKnowledgeSourceParameters,\n type SearchSuggester as Suggester,\n type SemanticConfiguration,\n type SemanticField,\n type SemanticPrioritizedFields,\n type SemanticSearch,\n type SentimentSkillV3,\n type SentimentSkillLanguage,\n type ServiceCounters,\n type ServiceLimits,\n type ShaperSkill,\n type ShingleTokenFilter,\n type SimilarityAlgorithmUnion as Similarity,\n type SimilarityAlgorithm as BaseSimilarityAlgorithm,\n type SnowballTokenFilter,\n type SnowballTokenFilterLanguage,\n type SoftDeleteColumnDeletionDetectionPolicy,\n type SqlIntegratedChangeTrackingPolicy,\n type StemmerOverrideTokenFilter,\n type StemmerTokenFilter,\n type StemmerTokenFilterLanguage,\n type StopAnalyzer,\n type StopwordsList,\n type StopwordsTokenFilter,\n // SynchronizationState,\n type SynonymTokenFilter,\n type TagScoringFunction,\n type TagScoringParameters,\n type TextWeights,\n type TokenCharacterKind,\n type TokenFilterName,\n type TruncateTokenFilter,\n type UaxUrlEmailTokenizer,\n type UniqueTokenFilter,\n type VectorEncodingFormat,\n type VectorSearchCompressionKind,\n type VectorSearchCompressionRescoreStorageMethod,\n type VectorSearchCompressionTarget,\n type VectorSearchProfile,\n type VectorSearchVectorizerKind,\n type WebKnowledgeSourceDomains,\n type WebKnowledgeSourceParameters,\n type WebKnowledgeSourceDomain,\n type WordDelimiterTokenFilter,\n} from \"./models/azure/search/documents/indexes/index.js\";\nexport type { KnowledgeBaseModelWebSummarizationActivityRecord } from \"./models/index.js\";\nexport { default as GeographyPoint } from \"./geographyPoint.js\";\nexport { IndexDocumentsBatch } from \"./indexDocumentsBatch.js\";\nexport type {\n AutocompleteOptions,\n AutocompleteRequest,\n BaseSearchRequestOptions,\n BaseVectorQuery,\n CountDocumentsOptions,\n DeleteDocumentsOptions,\n DocumentDebugInfo,\n ExcludedODataTypes,\n ExtractDocumentKey,\n ExtractiveQueryAnswer,\n ExtractiveQueryCaption,\n GenerativeQueryRewrites,\n GetDocumentOptions,\n IndexDocumentsAction,\n IndexDocumentsOptions,\n ListSearchResultsPageSettings,\n MergeDocumentsOptions,\n MergeOrUploadDocumentsOptions,\n NarrowedModel,\n QueryAnswer,\n QueryCaption,\n QueryResultDocumentSemanticField,\n QueryRewrites,\n SearchDocumentsPageResult,\n SearchDocumentsResult,\n SearchDocumentsResultBase,\n SearchFieldArray,\n SearchIndexingBufferedSenderDeleteDocumentsOptions,\n SearchIndexingBufferedSenderFlushDocumentsOptions,\n SearchIndexingBufferedSenderMergeDocumentsOptions,\n SearchIndexingBufferedSenderMergeOrUploadDocumentsOptions,\n SearchIndexingBufferedSenderOptions,\n SearchIndexingBufferedSenderUploadDocumentsOptions,\n SearchIterator,\n SearchOptions,\n SearchPick,\n SearchRequestOptions,\n SearchRequestQueryTypeOptions,\n SearchResult,\n SelectFields,\n SemanticDebugInfo,\n SemanticErrorMode,\n SemanticErrorReason,\n SemanticSearchOptions,\n SuggestDocumentsResult,\n SuggestNarrowedModel,\n SuggestOptions,\n SuggestRequest,\n SuggestResult,\n UnionToIntersection,\n UploadDocumentsOptions,\n VectorFilterMode,\n VectorizableImageBinaryQuery,\n VectorizableImageUrlQuery,\n VectorizableTextQuery,\n VectorizedQuery,\n VectorQuery,\n VectorQueryKind,\n VectorSearchOptions,\n} from \"./indexModels.js\";\nexport type { KnowledgeBase, RetrieveOptions } from \"./knowledgeBaseModels.js\";\nexport {\n KnowledgeRetrievalClient,\n type KnowledgeRetrievalClientOptions,\n} from \"./knowledgeRetrievalClient.js\";\nexport { odata } from \"./odata.js\";\nexport { KnownSearchAudience } from \"./searchAudience.js\";\nexport { SearchClient, type SearchClientOptions } from \"./searchClient.js\";\nexport { SearchIndexClient, type SearchIndexClientOptions } from \"./searchIndexClient.js\";\nexport { SearchIndexerClient, type SearchIndexerClientOptions } from \"./searchIndexerClient.js\";\nexport {\n DEFAULT_BATCH_SIZE,\n DEFAULT_FLUSH_WINDOW,\n DEFAULT_RETRY_COUNT,\n type IndexDocumentsClient,\n SearchIndexingBufferedSender,\n} from \"./searchIndexingBufferedSender.js\";\nexport {\n type AIServicesAccountIdentity,\n type AliasIterator,\n type AnalyzeRequest,\n type AnalyzeTextOptions,\n type AzureBlobKnowledgeSource,\n type AzureBlobKnowledgeSourceParameters,\n type AzureMachineLearningVectorizer,\n type AzureMachineLearningVectorizerParameters,\n type AzureOpenAIEmbeddingSkill,\n type AzureOpenAIParameters,\n type AzureOpenAIVectorizer,\n type BaseAzureMachineLearningVectorizerParameters,\n type BaseKnowledgeSource,\n type BaseVectorSearchAlgorithmConfiguration,\n type BaseVectorSearchVectorizer,\n type BlobIndexerDataToExtract,\n type BlobIndexerImageAction,\n type BlobIndexerParsingMode,\n type BlobIndexerPDFTextRotationAlgorithm,\n type CharFilter,\n type ChatCompletionSkill,\n type CognitiveServicesAccount,\n type ComplexDataType,\n type ComplexField,\n type CreateAliasOptions,\n type CreateDataSourceConnectionOptions,\n type CreateIndexerOptions,\n type CreateIndexOptions,\n type CreateKnowledgeBaseOptions,\n type CreateKnowledgeSourceOptions,\n type CreateOrUpdateAliasOptions,\n type CreateorUpdateDataSourceConnectionOptions,\n type CreateorUpdateIndexerOptions,\n type CreateOrUpdateIndexOptions,\n type CreateOrUpdateKnowledgeBaseOptions,\n type CreateOrUpdateKnowledgeSourceOptions,\n type CreateOrUpdateSkillsetOptions,\n type CreateOrUpdateSynonymMapOptions,\n type CreateSkillsetOptions,\n type CreateSynonymMapOptions,\n type CustomAnalyzer,\n type CustomEntityLookupSkill,\n type CustomEntityLookupSkillLanguage,\n type DataChangeDetectionPolicy,\n type DataDeletionDetectionPolicy,\n type DeleteAliasOptions,\n type DeleteDataSourceConnectionOptions,\n type DeleteIndexerOptions,\n type DeleteIndexOptions,\n type DeleteKnowledgeBaseOptions,\n type DeleteKnowledgeSourceOptions,\n type DeleteSkillsetOptions,\n type DeleteSynonymMapOptions,\n type DocumentIntelligenceLayoutSkill,\n type EdgeNGramTokenFilter,\n type EntityRecognitionSkill,\n type ExhaustiveKnnAlgorithmConfiguration,\n type ExhaustiveKnnParameters,\n type FacetResult,\n type GetAliasOptions,\n type GetDataSourceConnectionOptions,\n type GetIndexerOptions,\n type GetIndexerStatusOptions,\n type GetIndexOptions,\n type GetIndexStatisticsOptions,\n type GetKnowledgeBaseOptions,\n type GetKnowledgeSourceOptions,\n type GetKnowledgeSourceStatusOptions,\n type GetServiceStatisticsOptions,\n type GetSkillSetOptions,\n type GetSynonymMapsOptions,\n type HnswAlgorithmConfiguration,\n type HnswParameters,\n type ImageAnalysisSkill,\n type ImageAnalysisSkillLanguage,\n type ImageDetail,\n type IndexedOneLakeKnowledgeSource,\n type IndexedOneLakeKnowledgeSourceParameters,\n type IndexerExecutionEnvironment,\n type IndexingParameters,\n type IndexingParametersConfiguration,\n type IndexIterator,\n type IndexNameIterator,\n type KeyAuthAzureMachineLearningVectorizerParameters,\n type KeyPhraseExtractionSkill,\n type KeyPhraseExtractionSkillLanguage,\n type KeywordTokenizer,\n type KnowledgeBaseAzureOpenAIModel,\n type KnowledgeBaseIterator,\n type KnowledgeBaseModel,\n type KnowledgeSource,\n type KnowledgeSourceAzureOpenAIVectorizer,\n type KnowledgeSourceIngestionParameters,\n type KnowledgeSourceIterator,\n type KnowledgeSourceVectorizer,\n KnownAnalyzerNames,\n KnownCharFilterNames,\n KnownTokenFilterNames,\n KnownTokenizerNames,\n type LexicalAnalyzer,\n type LexicalNormalizer,\n type LexicalTokenizer,\n type ListAliasesOptions,\n type ListDataSourceConnectionsOptions,\n type ListIndexersOptions,\n type ListIndexesOptions,\n type ListKnowledgeBasesOptions,\n type ListKnowledgeSourcesOptions,\n type ListSkillsetsOptions,\n type ListSynonymMapsOptions,\n type LuceneStandardTokenizer,\n type NGramTokenFilter,\n type NoAuthAzureMachineLearningVectorizerParameters,\n type OcrSkill,\n type OcrSkillLanguage,\n type PatternAnalyzer,\n type PatternTokenizer,\n type PIIDetectionSkill,\n type PIIDetectionSkillMaskingMode,\n type QueryAnswerResult,\n type QueryCaptionResult,\n type RegexFlags,\n type ResetIndexerOptions,\n type RunIndexerOptions,\n type ScoringFunction,\n type ScoringProfile,\n type SearchField,\n type SearchFieldDataType,\n type SearchIndex,\n type SearchIndexAlias,\n type SearchIndexer,\n type SearchIndexerDataIdentity,\n type SearchIndexerDataSourceConnection,\n type SearchIndexerDataSourceType,\n type SearchIndexerIndexProjection,\n type SearchIndexerIndexProjectionParameters,\n type SearchIndexerKnowledgeStore,\n type SearchIndexerKnowledgeStoreParameters,\n type SearchIndexerSkill,\n type SearchIndexerSkillset,\n type SearchIndexKnowledgeSource,\n type SearchIndexStatistics,\n type SearchResourceEncryptionKey,\n type SearchServiceStatistics,\n type SentimentSkill,\n type SimilarityAlgorithm,\n type SimpleField,\n type SplitSkill,\n type SplitSkillLanguage,\n type SynonymMap,\n type TextSplitMode,\n type TextTranslationSkill,\n type TextTranslationSkillLanguage,\n type TokenAuthAzureMachineLearningVectorizerParameters,\n type TokenFilter,\n type VectorSearch,\n type VectorSearchAlgorithmConfiguration,\n type VectorSearchAlgorithmKind,\n type VectorSearchAlgorithmMetric,\n type VectorSearchCompression,\n type VectorSearchVectorizer,\n type VisualFeature,\n type WebApiParameters,\n type WebApiSkill,\n type WebApiSkills,\n type WebApiVectorizer,\n type WebKnowledgeSource,\n} from \"./serviceModels.js\";\nexport { createSynonymMapFromFile } from \"#platform/synonymMapHelper\";\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,uBAAmC;AAMnC,uBAsBO;AA+CP,qBAmOO;AAEP,4BAA0C;AAC1C,iCAAoC;AA+DpC,sCAGO;AACP,mBAAsB;AACtB,4BAAoC;AACpC,0BAAuD;AACvD,+BAAiE;AACjE,iCAAqE;AACrE,0CAMO;AACP,2BAwKO;AACP,8BAAyC;",
6
6
  "names": []
7
7
  }
@@ -96,3 +96,4 @@ class IndexDocumentsBatch {
96
96
  0 && (module.exports = {
97
97
  IndexDocumentsBatch
98
98
  });
99
+ //# sourceMappingURL=indexDocumentsBatch.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["/mnt/vss/_work/1/s/sdk/search/search-documents/src/indexDocumentsBatch.ts"],
3
+ "sources": ["../../src/indexDocumentsBatch.ts"],
4
4
  "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { IndexDocumentsAction } from \"./indexModels.js\";\n\n/**\n * Class used to perform batch operations\n * with multiple documents to the index.\n */\nexport class IndexDocumentsBatch<TModel> {\n /**\n * The set of actions taken in this batch.\n */\n public readonly actions: IndexDocumentsAction<TModel>[];\n\n constructor(actions: IndexDocumentsAction<TModel>[] = []) {\n this.actions = actions;\n }\n\n /**\n * Upload an array of documents to the index.\n * @param documents - The documents to upload.\n */\n public upload(documents: TModel[]): void {\n const batch = documents.map<IndexDocumentsAction<TModel>>((doc) => {\n return {\n ...doc,\n __actionType: \"upload\",\n };\n });\n\n this.actions.push(...batch);\n }\n\n /**\n * Update a set of documents in the index. For more details about how merging works, see\n * https://learn.microsoft.com/rest/api/searchservice/AddUpdate-or-Delete-Documents\n * @param documents - The updated documents.\n */\n public merge(documents: TModel[]): void {\n const batch = documents.map<IndexDocumentsAction<TModel>>((doc) => {\n return {\n ...doc,\n __actionType: \"merge\",\n };\n });\n\n this.actions.push(...batch);\n }\n\n /**\n * Update a set of documents in the index or uploads them if they don't exist. For more details\n * about how merging works, see\n * https://learn.microsoft.com/rest/api/searchservice/AddUpdate-or-Delete-Documents\n * @param documents - The new/updated documents.\n */\n public mergeOrUpload(documents: TModel[]): void {\n const batch = documents.map<IndexDocumentsAction<TModel>>((doc) => {\n return {\n ...doc,\n __actionType: \"mergeOrUpload\",\n };\n });\n\n this.actions.push(...batch);\n }\n\n /**\n * Delete a set of documents.\n * @param keyName - The name of their primary key in the index.\n * @param keyValues - The primary key values of documents to delete.\n */\n public delete(keyName: keyof TModel, keyValues: string[]): void;\n\n /**\n * Delete a set of documents.\n * @param documents - Documents to be deleted.\n */\n public delete(documents: TModel[]): void;\n\n public delete(keyNameOrDocuments: keyof TModel | TModel[], keyValues?: string[]): void {\n if (keyValues) {\n const keyName = keyNameOrDocuments as keyof TModel;\n\n const batch = keyValues.map<IndexDocumentsAction<TModel>>((keyValue) => {\n return {\n __actionType: \"delete\",\n [keyName]: keyValue,\n } as IndexDocumentsAction<TModel>;\n });\n\n this.actions.push(...batch);\n } else {\n const documents = keyNameOrDocuments as TModel[];\n\n const batch = documents.map<IndexDocumentsAction<TModel>>((document) => {\n return {\n __actionType: \"delete\",\n ...document,\n } as IndexDocumentsAction<TModel>;\n });\n\n this.actions.push(...batch);\n }\n }\n}\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AASO,MAAM,oBAA4B;AAAA;AAAA;AAAA;AAAA,EAIvB;AAAA,EAEhB,YAAY,UAA0C,CAAC,GAAG;AACxD,SAAK,UAAU;AAAA,EACjB;AAAA;AAAA;AAAA;AAAA;AAAA,EAMO,OAAO,WAA2B;AACvC,UAAM,QAAQ,UAAU,IAAkC,CAAC,QAAQ;AACjE,aAAO;AAAA,QACL,GAAG;AAAA,QACH,cAAc;AAAA,MAChB;AAAA,IACF,CAAC;AAED,SAAK,QAAQ,KAAK,GAAG,KAAK;AAAA,EAC5B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOO,MAAM,WAA2B;AACtC,UAAM,QAAQ,UAAU,IAAkC,CAAC,QAAQ;AACjE,aAAO;AAAA,QACL,GAAG;AAAA,QACH,cAAc;AAAA,MAChB;AAAA,IACF,CAAC;AAED,SAAK,QAAQ,KAAK,GAAG,KAAK;AAAA,EAC5B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQO,cAAc,WAA2B;AAC9C,UAAM,QAAQ,UAAU,IAAkC,CAAC,QAAQ;AACjE,aAAO;AAAA,QACL,GAAG;AAAA,QACH,cAAc;AAAA,MAChB;AAAA,IACF,CAAC;AAED,SAAK,QAAQ,KAAK,GAAG,KAAK;AAAA,EAC5B;AAAA,EAeO,OAAO,oBAA6C,WAA4B;AACrF,QAAI,WAAW;AACb,YAAM,UAAU;AAEhB,YAAM,QAAQ,UAAU,IAAkC,CAAC,aAAa;AACtE,eAAO;AAAA,UACL,cAAc;AAAA,UACd,CAAC,OAAO,GAAG;AAAA,QACb;AAAA,MACF,CAAC;AAED,WAAK,QAAQ,KAAK,GAAG,KAAK;AAAA,IAC5B,OAAO;AACL,YAAM,YAAY;AAElB,YAAM,QAAQ,UAAU,IAAkC,CAAC,aAAa;AACtE,eAAO;AAAA,UACL,cAAc;AAAA,UACd,GAAG;AAAA,QACL;AAAA,MACF,CAAC;AAED,WAAK,QAAQ,KAAK,GAAG,KAAK;AAAA,IAC5B;AAAA,EACF;AACF;",
6
6
  "names": []