@azure/search-documents 13.0.0 → 13.1.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (477) hide show
  1. package/dist/browser/index.d.ts +5 -5
  2. package/dist/browser/index.d.ts.map +1 -1
  3. package/dist/browser/index.js +3 -2
  4. package/dist/browser/index.js.map +1 -1
  5. package/dist/browser/indexModels.d.ts +35 -1
  6. package/dist/browser/indexModels.d.ts.map +1 -1
  7. package/dist/browser/indexModels.js.map +1 -1
  8. package/dist/browser/knowledgeBaseModels.d.ts +27 -1
  9. package/dist/browser/knowledgeBaseModels.d.ts.map +1 -1
  10. package/dist/browser/knowledgeBaseModels.js.map +1 -1
  11. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +1 -1
  12. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -1
  13. package/dist/browser/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -1
  14. package/dist/browser/knowledgeBaseRetrieval/api/operations.js +4 -1
  15. package/dist/browser/knowledgeBaseRetrieval/api/operations.js.map +1 -1
  16. package/dist/browser/knowledgeBaseRetrieval/api/options.d.ts +2 -0
  17. package/dist/browser/knowledgeBaseRetrieval/api/options.d.ts.map +1 -1
  18. package/dist/browser/knowledgeBaseRetrieval/api/options.js.map +1 -1
  19. package/dist/browser/models/azure/search/documents/index.d.ts +2 -2
  20. package/dist/browser/models/azure/search/documents/index.d.ts.map +1 -1
  21. package/dist/browser/models/azure/search/documents/index.js +1 -1
  22. package/dist/browser/models/azure/search/documents/index.js.map +1 -1
  23. package/dist/browser/models/azure/search/documents/indexes/index.d.ts +2 -2
  24. package/dist/browser/models/azure/search/documents/indexes/index.d.ts.map +1 -1
  25. package/dist/browser/models/azure/search/documents/indexes/index.js +1 -1
  26. package/dist/browser/models/azure/search/documents/indexes/index.js.map +1 -1
  27. package/dist/browser/models/azure/search/documents/indexes/models.d.ts +994 -155
  28. package/dist/browser/models/azure/search/documents/indexes/models.d.ts.map +1 -1
  29. package/dist/browser/models/azure/search/documents/indexes/models.js +1267 -159
  30. package/dist/browser/models/azure/search/documents/indexes/models.js.map +1 -1
  31. package/dist/browser/models/azure/search/documents/knowledgeBases/index.d.ts +2 -2
  32. package/dist/browser/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -1
  33. package/dist/browser/models/azure/search/documents/knowledgeBases/index.js +1 -1
  34. package/dist/browser/models/azure/search/documents/knowledgeBases/index.js.map +1 -1
  35. package/dist/browser/models/azure/search/documents/knowledgeBases/models.d.ts +716 -96
  36. package/dist/browser/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -1
  37. package/dist/browser/models/azure/search/documents/knowledgeBases/models.js +899 -77
  38. package/dist/browser/models/azure/search/documents/knowledgeBases/models.js.map +1 -1
  39. package/dist/browser/models/azure/search/documents/models.d.ts +467 -3
  40. package/dist/browser/models/azure/search/documents/models.d.ts.map +1 -1
  41. package/dist/browser/models/azure/search/documents/models.js +435 -7
  42. package/dist/browser/models/azure/search/documents/models.js.map +1 -1
  43. package/dist/browser/models/index.d.ts +2 -1
  44. package/dist/browser/models/index.d.ts.map +1 -1
  45. package/dist/browser/models/index.js +1 -1
  46. package/dist/browser/models/index.js.map +1 -1
  47. package/dist/browser/models/models.d.ts +37 -2
  48. package/dist/browser/models/models.d.ts.map +1 -1
  49. package/dist/browser/models/models.js +29 -1
  50. package/dist/browser/models/models.js.map +1 -1
  51. package/dist/browser/search/api/operations.d.ts.map +1 -1
  52. package/dist/browser/search/api/operations.js +48 -11
  53. package/dist/browser/search/api/operations.js.map +1 -1
  54. package/dist/browser/search/api/options.d.ts +31 -1
  55. package/dist/browser/search/api/options.d.ts.map +1 -1
  56. package/dist/browser/search/api/options.js.map +1 -1
  57. package/dist/browser/search/api/searchContext.js +1 -1
  58. package/dist/browser/search/api/searchContext.js.map +1 -1
  59. package/dist/browser/searchClient.d.ts +1 -0
  60. package/dist/browser/searchClient.d.ts.map +1 -1
  61. package/dist/browser/searchClient.js +12 -1
  62. package/dist/browser/searchClient.js.map +1 -1
  63. package/dist/browser/searchIndex/api/index.d.ts +2 -2
  64. package/dist/browser/searchIndex/api/index.d.ts.map +1 -1
  65. package/dist/browser/searchIndex/api/index.js +1 -1
  66. package/dist/browser/searchIndex/api/index.js.map +1 -1
  67. package/dist/browser/searchIndex/api/operations.d.ts +18 -2
  68. package/dist/browser/searchIndex/api/operations.d.ts.map +1 -1
  69. package/dist/browser/searchIndex/api/operations.js +200 -38
  70. package/dist/browser/searchIndex/api/operations.js.map +1 -1
  71. package/dist/browser/searchIndex/api/options.d.ts +46 -0
  72. package/dist/browser/searchIndex/api/options.d.ts.map +1 -1
  73. package/dist/browser/searchIndex/api/options.js.map +1 -1
  74. package/dist/browser/searchIndex/api/searchIndexContext.js +1 -1
  75. package/dist/browser/searchIndex/api/searchIndexContext.js.map +1 -1
  76. package/dist/browser/searchIndex/index.d.ts +1 -1
  77. package/dist/browser/searchIndex/index.d.ts.map +1 -1
  78. package/dist/browser/searchIndex/index.js.map +1 -1
  79. package/dist/browser/searchIndex/searchIndexClient.d.ts +10 -2
  80. package/dist/browser/searchIndex/searchIndexClient.d.ts.map +1 -1
  81. package/dist/browser/searchIndex/searchIndexClient.js +17 -1
  82. package/dist/browser/searchIndex/searchIndexClient.js.map +1 -1
  83. package/dist/browser/searchIndexClient.d.ts +29 -2
  84. package/dist/browser/searchIndexClient.d.ts.map +1 -1
  85. package/dist/browser/searchIndexClient.js +38 -0
  86. package/dist/browser/searchIndexClient.js.map +1 -1
  87. package/dist/browser/searchIndexer/api/index.d.ts +2 -2
  88. package/dist/browser/searchIndexer/api/index.d.ts.map +1 -1
  89. package/dist/browser/searchIndexer/api/index.js +1 -1
  90. package/dist/browser/searchIndexer/api/index.js.map +1 -1
  91. package/dist/browser/searchIndexer/api/operations.d.ts +14 -2
  92. package/dist/browser/searchIndexer/api/operations.d.ts.map +1 -1
  93. package/dist/browser/searchIndexer/api/operations.js +144 -22
  94. package/dist/browser/searchIndexer/api/operations.js.map +1 -1
  95. package/dist/browser/searchIndexer/api/options.d.ts +36 -0
  96. package/dist/browser/searchIndexer/api/options.d.ts.map +1 -1
  97. package/dist/browser/searchIndexer/api/options.js.map +1 -1
  98. package/dist/browser/searchIndexer/api/searchIndexerContext.js +1 -1
  99. package/dist/browser/searchIndexer/api/searchIndexerContext.js.map +1 -1
  100. package/dist/browser/searchIndexer/index.d.ts +1 -1
  101. package/dist/browser/searchIndexer/index.d.ts.map +1 -1
  102. package/dist/browser/searchIndexer/index.js.map +1 -1
  103. package/dist/browser/searchIndexer/searchIndexerClient.d.ts +8 -2
  104. package/dist/browser/searchIndexer/searchIndexerClient.d.ts.map +1 -1
  105. package/dist/browser/searchIndexer/searchIndexerClient.js +13 -1
  106. package/dist/browser/searchIndexer/searchIndexerClient.js.map +1 -1
  107. package/dist/browser/searchIndexerClient.d.ts +21 -1
  108. package/dist/browser/searchIndexerClient.d.ts.map +1 -1
  109. package/dist/browser/searchIndexerClient.js +40 -0
  110. package/dist/browser/searchIndexerClient.js.map +1 -1
  111. package/dist/browser/searchIndexingBufferedSender.js +1 -1
  112. package/dist/browser/searchIndexingBufferedSender.js.map +1 -1
  113. package/dist/browser/serviceModels.d.ts +251 -4
  114. package/dist/browser/serviceModels.d.ts.map +1 -1
  115. package/dist/browser/serviceModels.js.map +1 -1
  116. package/dist/browser/serviceUtils.d.ts +1 -1
  117. package/dist/browser/serviceUtils.d.ts.map +1 -1
  118. package/dist/browser/serviceUtils.js +32 -1
  119. package/dist/browser/serviceUtils.js.map +1 -1
  120. package/dist/commonjs/index.d.ts +5 -5
  121. package/dist/commonjs/index.d.ts.map +1 -1
  122. package/dist/commonjs/index.js +29 -0
  123. package/dist/commonjs/index.js.map +2 -2
  124. package/dist/commonjs/indexModels.d.ts +35 -1
  125. package/dist/commonjs/indexModels.d.ts.map +1 -1
  126. package/dist/commonjs/indexModels.js.map +1 -1
  127. package/dist/commonjs/knowledgeBaseModels.d.ts +27 -1
  128. package/dist/commonjs/knowledgeBaseModels.d.ts.map +1 -1
  129. package/dist/commonjs/knowledgeBaseModels.js.map +1 -1
  130. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +1 -1
  131. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -1
  132. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -1
  133. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.js +2 -1
  134. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.js.map +2 -2
  135. package/dist/commonjs/knowledgeBaseRetrieval/api/options.d.ts +2 -0
  136. package/dist/commonjs/knowledgeBaseRetrieval/api/options.d.ts.map +1 -1
  137. package/dist/commonjs/knowledgeBaseRetrieval/api/options.js.map +1 -1
  138. package/dist/commonjs/models/azure/search/documents/index.d.ts +2 -2
  139. package/dist/commonjs/models/azure/search/documents/index.d.ts.map +1 -1
  140. package/dist/commonjs/models/azure/search/documents/index.js +16 -2
  141. package/dist/commonjs/models/azure/search/documents/index.js.map +2 -2
  142. package/dist/commonjs/models/azure/search/documents/indexes/index.d.ts +2 -2
  143. package/dist/commonjs/models/azure/search/documents/indexes/index.d.ts.map +1 -1
  144. package/dist/commonjs/models/azure/search/documents/indexes/index.js +24 -0
  145. package/dist/commonjs/models/azure/search/documents/indexes/index.js.map +2 -2
  146. package/dist/commonjs/models/azure/search/documents/indexes/models.d.ts +994 -155
  147. package/dist/commonjs/models/azure/search/documents/indexes/models.d.ts.map +1 -1
  148. package/dist/commonjs/models/azure/search/documents/indexes/models.js +1334 -166
  149. package/dist/commonjs/models/azure/search/documents/indexes/models.js.map +3 -3
  150. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.d.ts +2 -2
  151. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -1
  152. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.js +2 -0
  153. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.js.map +2 -2
  154. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.d.ts +716 -96
  155. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -1
  156. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.js +995 -90
  157. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.js.map +3 -3
  158. package/dist/commonjs/models/azure/search/documents/models.d.ts +467 -3
  159. package/dist/commonjs/models/azure/search/documents/models.d.ts.map +1 -1
  160. package/dist/commonjs/models/azure/search/documents/models.js +360 -13
  161. package/dist/commonjs/models/azure/search/documents/models.js.map +3 -3
  162. package/dist/commonjs/models/index.d.ts +2 -1
  163. package/dist/commonjs/models/index.d.ts.map +1 -1
  164. package/dist/commonjs/models/index.js +2 -0
  165. package/dist/commonjs/models/index.js.map +2 -2
  166. package/dist/commonjs/models/models.d.ts +37 -2
  167. package/dist/commonjs/models/models.d.ts.map +1 -1
  168. package/dist/commonjs/models/models.js +32 -3
  169. package/dist/commonjs/models/models.js.map +3 -3
  170. package/dist/commonjs/search/api/operations.d.ts.map +1 -1
  171. package/dist/commonjs/search/api/operations.js +33 -12
  172. package/dist/commonjs/search/api/operations.js.map +2 -2
  173. package/dist/commonjs/search/api/options.d.ts +31 -1
  174. package/dist/commonjs/search/api/options.d.ts.map +1 -1
  175. package/dist/commonjs/search/api/options.js.map +1 -1
  176. package/dist/commonjs/search/api/searchContext.js +1 -1
  177. package/dist/commonjs/search/api/searchContext.js.map +1 -1
  178. package/dist/commonjs/searchClient.d.ts +1 -0
  179. package/dist/commonjs/searchClient.d.ts.map +1 -1
  180. package/dist/commonjs/searchClient.js +12 -0
  181. package/dist/commonjs/searchClient.js.map +2 -2
  182. package/dist/commonjs/searchIndex/api/index.d.ts +2 -2
  183. package/dist/commonjs/searchIndex/api/index.d.ts.map +1 -1
  184. package/dist/commonjs/searchIndex/api/index.js +10 -2
  185. package/dist/commonjs/searchIndex/api/index.js.map +2 -2
  186. package/dist/commonjs/searchIndex/api/operations.d.ts +18 -2
  187. package/dist/commonjs/searchIndex/api/operations.d.ts.map +1 -1
  188. package/dist/commonjs/searchIndex/api/operations.js +242 -40
  189. package/dist/commonjs/searchIndex/api/operations.js.map +2 -2
  190. package/dist/commonjs/searchIndex/api/options.d.ts +46 -0
  191. package/dist/commonjs/searchIndex/api/options.d.ts.map +1 -1
  192. package/dist/commonjs/searchIndex/api/options.js.map +1 -1
  193. package/dist/commonjs/searchIndex/api/searchIndexContext.js +1 -1
  194. package/dist/commonjs/searchIndex/api/searchIndexContext.js.map +1 -1
  195. package/dist/commonjs/searchIndex/index.d.ts +1 -1
  196. package/dist/commonjs/searchIndex/index.d.ts.map +1 -1
  197. package/dist/commonjs/searchIndex/index.js.map +1 -1
  198. package/dist/commonjs/searchIndex/searchIndexClient.d.ts +10 -2
  199. package/dist/commonjs/searchIndex/searchIndexClient.d.ts.map +1 -1
  200. package/dist/commonjs/searchIndex/searchIndexClient.js +16 -0
  201. package/dist/commonjs/searchIndex/searchIndexClient.js.map +2 -2
  202. package/dist/commonjs/searchIndexClient.d.ts +29 -2
  203. package/dist/commonjs/searchIndexClient.d.ts.map +1 -1
  204. package/dist/commonjs/searchIndexClient.js +51 -0
  205. package/dist/commonjs/searchIndexClient.js.map +2 -2
  206. package/dist/commonjs/searchIndexer/api/index.d.ts +2 -2
  207. package/dist/commonjs/searchIndexer/api/index.d.ts.map +1 -1
  208. package/dist/commonjs/searchIndexer/api/index.js +6 -0
  209. package/dist/commonjs/searchIndexer/api/index.js.map +2 -2
  210. package/dist/commonjs/searchIndexer/api/operations.d.ts +14 -2
  211. package/dist/commonjs/searchIndexer/api/operations.d.ts.map +1 -1
  212. package/dist/commonjs/searchIndexer/api/operations.js +156 -21
  213. package/dist/commonjs/searchIndexer/api/operations.js.map +2 -2
  214. package/dist/commonjs/searchIndexer/api/options.d.ts +36 -0
  215. package/dist/commonjs/searchIndexer/api/options.d.ts.map +1 -1
  216. package/dist/commonjs/searchIndexer/api/options.js.map +1 -1
  217. package/dist/commonjs/searchIndexer/api/searchIndexerContext.js +1 -1
  218. package/dist/commonjs/searchIndexer/api/searchIndexerContext.js.map +1 -1
  219. package/dist/commonjs/searchIndexer/index.d.ts +1 -1
  220. package/dist/commonjs/searchIndexer/index.d.ts.map +1 -1
  221. package/dist/commonjs/searchIndexer/index.js.map +1 -1
  222. package/dist/commonjs/searchIndexer/searchIndexerClient.d.ts +8 -2
  223. package/dist/commonjs/searchIndexer/searchIndexerClient.d.ts.map +1 -1
  224. package/dist/commonjs/searchIndexer/searchIndexerClient.js +12 -0
  225. package/dist/commonjs/searchIndexer/searchIndexerClient.js.map +2 -2
  226. package/dist/commonjs/searchIndexerClient.d.ts +21 -1
  227. package/dist/commonjs/searchIndexerClient.d.ts.map +1 -1
  228. package/dist/commonjs/searchIndexerClient.js +50 -0
  229. package/dist/commonjs/searchIndexerClient.js.map +2 -2
  230. package/dist/commonjs/searchIndexingBufferedSender.js +2 -12
  231. package/dist/commonjs/searchIndexingBufferedSender.js.map +3 -3
  232. package/dist/commonjs/serviceModels.d.ts +251 -4
  233. package/dist/commonjs/serviceModels.d.ts.map +1 -1
  234. package/dist/commonjs/serviceModels.js.map +2 -2
  235. package/dist/commonjs/serviceUtils.d.ts +1 -1
  236. package/dist/commonjs/serviceUtils.d.ts.map +1 -1
  237. package/dist/commonjs/serviceUtils.js +34 -3
  238. package/dist/commonjs/serviceUtils.js.map +2 -2
  239. package/dist/esm/index.d.ts +5 -5
  240. package/dist/esm/index.d.ts.map +1 -1
  241. package/dist/esm/index.js +3 -2
  242. package/dist/esm/index.js.map +1 -1
  243. package/dist/esm/indexModels.d.ts +35 -1
  244. package/dist/esm/indexModels.d.ts.map +1 -1
  245. package/dist/esm/indexModels.js.map +1 -1
  246. package/dist/esm/knowledgeBaseModels.d.ts +27 -1
  247. package/dist/esm/knowledgeBaseModels.d.ts.map +1 -1
  248. package/dist/esm/knowledgeBaseModels.js.map +1 -1
  249. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +1 -1
  250. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -1
  251. package/dist/esm/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -1
  252. package/dist/esm/knowledgeBaseRetrieval/api/operations.js +4 -1
  253. package/dist/esm/knowledgeBaseRetrieval/api/operations.js.map +1 -1
  254. package/dist/esm/knowledgeBaseRetrieval/api/options.d.ts +2 -0
  255. package/dist/esm/knowledgeBaseRetrieval/api/options.d.ts.map +1 -1
  256. package/dist/esm/knowledgeBaseRetrieval/api/options.js.map +1 -1
  257. package/dist/esm/models/azure/search/documents/index.d.ts +2 -2
  258. package/dist/esm/models/azure/search/documents/index.d.ts.map +1 -1
  259. package/dist/esm/models/azure/search/documents/index.js +1 -1
  260. package/dist/esm/models/azure/search/documents/index.js.map +1 -1
  261. package/dist/esm/models/azure/search/documents/indexes/index.d.ts +2 -2
  262. package/dist/esm/models/azure/search/documents/indexes/index.d.ts.map +1 -1
  263. package/dist/esm/models/azure/search/documents/indexes/index.js +1 -1
  264. package/dist/esm/models/azure/search/documents/indexes/index.js.map +1 -1
  265. package/dist/esm/models/azure/search/documents/indexes/models.d.ts +994 -155
  266. package/dist/esm/models/azure/search/documents/indexes/models.d.ts.map +1 -1
  267. package/dist/esm/models/azure/search/documents/indexes/models.js +1267 -159
  268. package/dist/esm/models/azure/search/documents/indexes/models.js.map +1 -1
  269. package/dist/esm/models/azure/search/documents/knowledgeBases/index.d.ts +2 -2
  270. package/dist/esm/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -1
  271. package/dist/esm/models/azure/search/documents/knowledgeBases/index.js +1 -1
  272. package/dist/esm/models/azure/search/documents/knowledgeBases/index.js.map +1 -1
  273. package/dist/esm/models/azure/search/documents/knowledgeBases/models.d.ts +716 -96
  274. package/dist/esm/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -1
  275. package/dist/esm/models/azure/search/documents/knowledgeBases/models.js +899 -77
  276. package/dist/esm/models/azure/search/documents/knowledgeBases/models.js.map +1 -1
  277. package/dist/esm/models/azure/search/documents/models.d.ts +467 -3
  278. package/dist/esm/models/azure/search/documents/models.d.ts.map +1 -1
  279. package/dist/esm/models/azure/search/documents/models.js +435 -7
  280. package/dist/esm/models/azure/search/documents/models.js.map +1 -1
  281. package/dist/esm/models/index.d.ts +2 -1
  282. package/dist/esm/models/index.d.ts.map +1 -1
  283. package/dist/esm/models/index.js +1 -1
  284. package/dist/esm/models/index.js.map +1 -1
  285. package/dist/esm/models/models.d.ts +37 -2
  286. package/dist/esm/models/models.d.ts.map +1 -1
  287. package/dist/esm/models/models.js +29 -1
  288. package/dist/esm/models/models.js.map +1 -1
  289. package/dist/esm/search/api/operations.d.ts.map +1 -1
  290. package/dist/esm/search/api/operations.js +48 -11
  291. package/dist/esm/search/api/operations.js.map +1 -1
  292. package/dist/esm/search/api/options.d.ts +31 -1
  293. package/dist/esm/search/api/options.d.ts.map +1 -1
  294. package/dist/esm/search/api/options.js.map +1 -1
  295. package/dist/esm/search/api/searchContext.js +1 -1
  296. package/dist/esm/search/api/searchContext.js.map +1 -1
  297. package/dist/esm/searchClient.d.ts +1 -0
  298. package/dist/esm/searchClient.d.ts.map +1 -1
  299. package/dist/esm/searchClient.js +12 -1
  300. package/dist/esm/searchClient.js.map +1 -1
  301. package/dist/esm/searchIndex/api/index.d.ts +2 -2
  302. package/dist/esm/searchIndex/api/index.d.ts.map +1 -1
  303. package/dist/esm/searchIndex/api/index.js +1 -1
  304. package/dist/esm/searchIndex/api/index.js.map +1 -1
  305. package/dist/esm/searchIndex/api/operations.d.ts +18 -2
  306. package/dist/esm/searchIndex/api/operations.d.ts.map +1 -1
  307. package/dist/esm/searchIndex/api/operations.js +200 -38
  308. package/dist/esm/searchIndex/api/operations.js.map +1 -1
  309. package/dist/esm/searchIndex/api/options.d.ts +46 -0
  310. package/dist/esm/searchIndex/api/options.d.ts.map +1 -1
  311. package/dist/esm/searchIndex/api/options.js.map +1 -1
  312. package/dist/esm/searchIndex/api/searchIndexContext.js +1 -1
  313. package/dist/esm/searchIndex/api/searchIndexContext.js.map +1 -1
  314. package/dist/esm/searchIndex/index.d.ts +1 -1
  315. package/dist/esm/searchIndex/index.d.ts.map +1 -1
  316. package/dist/esm/searchIndex/index.js.map +1 -1
  317. package/dist/esm/searchIndex/searchIndexClient.d.ts +10 -2
  318. package/dist/esm/searchIndex/searchIndexClient.d.ts.map +1 -1
  319. package/dist/esm/searchIndex/searchIndexClient.js +17 -1
  320. package/dist/esm/searchIndex/searchIndexClient.js.map +1 -1
  321. package/dist/esm/searchIndexClient.d.ts +29 -2
  322. package/dist/esm/searchIndexClient.d.ts.map +1 -1
  323. package/dist/esm/searchIndexClient.js +38 -0
  324. package/dist/esm/searchIndexClient.js.map +1 -1
  325. package/dist/esm/searchIndexer/api/index.d.ts +2 -2
  326. package/dist/esm/searchIndexer/api/index.d.ts.map +1 -1
  327. package/dist/esm/searchIndexer/api/index.js +1 -1
  328. package/dist/esm/searchIndexer/api/index.js.map +1 -1
  329. package/dist/esm/searchIndexer/api/operations.d.ts +14 -2
  330. package/dist/esm/searchIndexer/api/operations.d.ts.map +1 -1
  331. package/dist/esm/searchIndexer/api/operations.js +144 -22
  332. package/dist/esm/searchIndexer/api/operations.js.map +1 -1
  333. package/dist/esm/searchIndexer/api/options.d.ts +36 -0
  334. package/dist/esm/searchIndexer/api/options.d.ts.map +1 -1
  335. package/dist/esm/searchIndexer/api/options.js.map +1 -1
  336. package/dist/esm/searchIndexer/api/searchIndexerContext.js +1 -1
  337. package/dist/esm/searchIndexer/api/searchIndexerContext.js.map +1 -1
  338. package/dist/esm/searchIndexer/index.d.ts +1 -1
  339. package/dist/esm/searchIndexer/index.d.ts.map +1 -1
  340. package/dist/esm/searchIndexer/index.js.map +1 -1
  341. package/dist/esm/searchIndexer/searchIndexerClient.d.ts +8 -2
  342. package/dist/esm/searchIndexer/searchIndexerClient.d.ts.map +1 -1
  343. package/dist/esm/searchIndexer/searchIndexerClient.js +13 -1
  344. package/dist/esm/searchIndexer/searchIndexerClient.js.map +1 -1
  345. package/dist/esm/searchIndexerClient.d.ts +21 -1
  346. package/dist/esm/searchIndexerClient.d.ts.map +1 -1
  347. package/dist/esm/searchIndexerClient.js +40 -0
  348. package/dist/esm/searchIndexerClient.js.map +1 -1
  349. package/dist/esm/searchIndexingBufferedSender.js +1 -1
  350. package/dist/esm/searchIndexingBufferedSender.js.map +1 -1
  351. package/dist/esm/serviceModels.d.ts +251 -4
  352. package/dist/esm/serviceModels.d.ts.map +1 -1
  353. package/dist/esm/serviceModels.js.map +1 -1
  354. package/dist/esm/serviceUtils.d.ts +1 -1
  355. package/dist/esm/serviceUtils.d.ts.map +1 -1
  356. package/dist/esm/serviceUtils.js +32 -1
  357. package/dist/esm/serviceUtils.js.map +1 -1
  358. package/dist/react-native/index.d.ts +5 -5
  359. package/dist/react-native/index.d.ts.map +1 -1
  360. package/dist/react-native/index.js +3 -2
  361. package/dist/react-native/index.js.map +1 -1
  362. package/dist/react-native/indexModels.d.ts +35 -1
  363. package/dist/react-native/indexModels.d.ts.map +1 -1
  364. package/dist/react-native/indexModels.js.map +1 -1
  365. package/dist/react-native/knowledgeBaseModels.d.ts +27 -1
  366. package/dist/react-native/knowledgeBaseModels.d.ts.map +1 -1
  367. package/dist/react-native/knowledgeBaseModels.js.map +1 -1
  368. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +1 -1
  369. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -1
  370. package/dist/react-native/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -1
  371. package/dist/react-native/knowledgeBaseRetrieval/api/operations.js +4 -1
  372. package/dist/react-native/knowledgeBaseRetrieval/api/operations.js.map +1 -1
  373. package/dist/react-native/knowledgeBaseRetrieval/api/options.d.ts +2 -0
  374. package/dist/react-native/knowledgeBaseRetrieval/api/options.d.ts.map +1 -1
  375. package/dist/react-native/knowledgeBaseRetrieval/api/options.js.map +1 -1
  376. package/dist/react-native/models/azure/search/documents/index.d.ts +2 -2
  377. package/dist/react-native/models/azure/search/documents/index.d.ts.map +1 -1
  378. package/dist/react-native/models/azure/search/documents/index.js +1 -1
  379. package/dist/react-native/models/azure/search/documents/index.js.map +1 -1
  380. package/dist/react-native/models/azure/search/documents/indexes/index.d.ts +2 -2
  381. package/dist/react-native/models/azure/search/documents/indexes/index.d.ts.map +1 -1
  382. package/dist/react-native/models/azure/search/documents/indexes/index.js +1 -1
  383. package/dist/react-native/models/azure/search/documents/indexes/index.js.map +1 -1
  384. package/dist/react-native/models/azure/search/documents/indexes/models.d.ts +994 -155
  385. package/dist/react-native/models/azure/search/documents/indexes/models.d.ts.map +1 -1
  386. package/dist/react-native/models/azure/search/documents/indexes/models.js +1267 -159
  387. package/dist/react-native/models/azure/search/documents/indexes/models.js.map +1 -1
  388. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.d.ts +2 -2
  389. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -1
  390. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.js +1 -1
  391. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.js.map +1 -1
  392. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.d.ts +716 -96
  393. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -1
  394. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.js +899 -77
  395. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.js.map +1 -1
  396. package/dist/react-native/models/azure/search/documents/models.d.ts +467 -3
  397. package/dist/react-native/models/azure/search/documents/models.d.ts.map +1 -1
  398. package/dist/react-native/models/azure/search/documents/models.js +435 -7
  399. package/dist/react-native/models/azure/search/documents/models.js.map +1 -1
  400. package/dist/react-native/models/index.d.ts +2 -1
  401. package/dist/react-native/models/index.d.ts.map +1 -1
  402. package/dist/react-native/models/index.js +1 -1
  403. package/dist/react-native/models/index.js.map +1 -1
  404. package/dist/react-native/models/models.d.ts +37 -2
  405. package/dist/react-native/models/models.d.ts.map +1 -1
  406. package/dist/react-native/models/models.js +29 -1
  407. package/dist/react-native/models/models.js.map +1 -1
  408. package/dist/react-native/search/api/operations.d.ts.map +1 -1
  409. package/dist/react-native/search/api/operations.js +48 -11
  410. package/dist/react-native/search/api/operations.js.map +1 -1
  411. package/dist/react-native/search/api/options.d.ts +31 -1
  412. package/dist/react-native/search/api/options.d.ts.map +1 -1
  413. package/dist/react-native/search/api/options.js.map +1 -1
  414. package/dist/react-native/search/api/searchContext.js +1 -1
  415. package/dist/react-native/search/api/searchContext.js.map +1 -1
  416. package/dist/react-native/searchClient.d.ts +1 -0
  417. package/dist/react-native/searchClient.d.ts.map +1 -1
  418. package/dist/react-native/searchClient.js +12 -1
  419. package/dist/react-native/searchClient.js.map +1 -1
  420. package/dist/react-native/searchIndex/api/index.d.ts +2 -2
  421. package/dist/react-native/searchIndex/api/index.d.ts.map +1 -1
  422. package/dist/react-native/searchIndex/api/index.js +1 -1
  423. package/dist/react-native/searchIndex/api/index.js.map +1 -1
  424. package/dist/react-native/searchIndex/api/operations.d.ts +18 -2
  425. package/dist/react-native/searchIndex/api/operations.d.ts.map +1 -1
  426. package/dist/react-native/searchIndex/api/operations.js +200 -38
  427. package/dist/react-native/searchIndex/api/operations.js.map +1 -1
  428. package/dist/react-native/searchIndex/api/options.d.ts +46 -0
  429. package/dist/react-native/searchIndex/api/options.d.ts.map +1 -1
  430. package/dist/react-native/searchIndex/api/options.js.map +1 -1
  431. package/dist/react-native/searchIndex/api/searchIndexContext.js +1 -1
  432. package/dist/react-native/searchIndex/api/searchIndexContext.js.map +1 -1
  433. package/dist/react-native/searchIndex/index.d.ts +1 -1
  434. package/dist/react-native/searchIndex/index.d.ts.map +1 -1
  435. package/dist/react-native/searchIndex/index.js.map +1 -1
  436. package/dist/react-native/searchIndex/searchIndexClient.d.ts +10 -2
  437. package/dist/react-native/searchIndex/searchIndexClient.d.ts.map +1 -1
  438. package/dist/react-native/searchIndex/searchIndexClient.js +17 -1
  439. package/dist/react-native/searchIndex/searchIndexClient.js.map +1 -1
  440. package/dist/react-native/searchIndexClient.d.ts +29 -2
  441. package/dist/react-native/searchIndexClient.d.ts.map +1 -1
  442. package/dist/react-native/searchIndexClient.js +38 -0
  443. package/dist/react-native/searchIndexClient.js.map +1 -1
  444. package/dist/react-native/searchIndexer/api/index.d.ts +2 -2
  445. package/dist/react-native/searchIndexer/api/index.d.ts.map +1 -1
  446. package/dist/react-native/searchIndexer/api/index.js +1 -1
  447. package/dist/react-native/searchIndexer/api/index.js.map +1 -1
  448. package/dist/react-native/searchIndexer/api/operations.d.ts +14 -2
  449. package/dist/react-native/searchIndexer/api/operations.d.ts.map +1 -1
  450. package/dist/react-native/searchIndexer/api/operations.js +144 -22
  451. package/dist/react-native/searchIndexer/api/operations.js.map +1 -1
  452. package/dist/react-native/searchIndexer/api/options.d.ts +36 -0
  453. package/dist/react-native/searchIndexer/api/options.d.ts.map +1 -1
  454. package/dist/react-native/searchIndexer/api/options.js.map +1 -1
  455. package/dist/react-native/searchIndexer/api/searchIndexerContext.js +1 -1
  456. package/dist/react-native/searchIndexer/api/searchIndexerContext.js.map +1 -1
  457. package/dist/react-native/searchIndexer/index.d.ts +1 -1
  458. package/dist/react-native/searchIndexer/index.d.ts.map +1 -1
  459. package/dist/react-native/searchIndexer/index.js.map +1 -1
  460. package/dist/react-native/searchIndexer/searchIndexerClient.d.ts +8 -2
  461. package/dist/react-native/searchIndexer/searchIndexerClient.d.ts.map +1 -1
  462. package/dist/react-native/searchIndexer/searchIndexerClient.js +13 -1
  463. package/dist/react-native/searchIndexer/searchIndexerClient.js.map +1 -1
  464. package/dist/react-native/searchIndexerClient.d.ts +21 -1
  465. package/dist/react-native/searchIndexerClient.d.ts.map +1 -1
  466. package/dist/react-native/searchIndexerClient.js +40 -0
  467. package/dist/react-native/searchIndexerClient.js.map +1 -1
  468. package/dist/react-native/searchIndexingBufferedSender.js +1 -1
  469. package/dist/react-native/searchIndexingBufferedSender.js.map +1 -1
  470. package/dist/react-native/serviceModels.d.ts +251 -4
  471. package/dist/react-native/serviceModels.d.ts.map +1 -1
  472. package/dist/react-native/serviceModels.js.map +1 -1
  473. package/dist/react-native/serviceUtils.d.ts +1 -1
  474. package/dist/react-native/serviceUtils.d.ts.map +1 -1
  475. package/dist/react-native/serviceUtils.js +32 -1
  476. package/dist/react-native/serviceUtils.js.map +1 -1
  477. package/package.json +11 -6
@@ -1 +1 @@
1
- {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../../src/knowledgeBaseRetrieval/api/operations.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,6BAA6B,IAAI,MAAM,EAAE,MAAM,YAAY,CAAC;AAC1E,OAAO,KAAK,EACV,6BAA6B,EAC7B,8BAA8B,EAC/B,MAAM,8DAA8D,CAAC;AAOtE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAC3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAGvF,wBAAgB,aAAa,CAC3B,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,6BAA6B,EAC/C,OAAO,GAAE,sBAA+C,GACvD,gBAAgB,CA2BlB;AAED,wBAAsB,oBAAoB,CACxC,MAAM,EAAE,qBAAqB,GAC5B,OAAO,CAAC,8BAA8B,CAAC,CAUzC;AAED,iEAAiE;AACjE,wBAAsB,QAAQ,CAC5B,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,6BAA6B,EAC/C,OAAO,GAAE,sBAA+C,GACvD,OAAO,CAAC,8BAA8B,CAAC,CAGzC"}
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../../src/knowledgeBaseRetrieval/api/operations.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,6BAA6B,IAAI,MAAM,EAAE,MAAM,YAAY,CAAC;AAC1E,OAAO,KAAK,EACV,6BAA6B,EAC7B,8BAA8B,EAC/B,MAAM,8DAA8D,CAAC;AAOtE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAC3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAGvF,wBAAgB,aAAa,CAC3B,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,6BAA6B,EAC/C,OAAO,GAAE,sBAA+C,GACvD,gBAAgB,CA8BlB;AAED,wBAAsB,oBAAoB,CACxC,MAAM,EAAE,qBAAqB,GAC5B,OAAO,CAAC,8BAA8B,CAAC,CAUzC;AAED,iEAAiE;AACjE,wBAAsB,QAAQ,CAC5B,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,6BAA6B,EAC/C,OAAO,GAAE,sBAA+C,GACvD,OAAO,CAAC,8BAA8B,CAAC,CAGzC"}
@@ -7,7 +7,7 @@ import { createRestError, operationOptionsToRequestParameters } from "@azure-res
7
7
  export function _retrieveSend(context, retrievalRequest, options = { requestOptions: {} }) {
8
8
  const path = expandUrlTemplate("/knowledgebases('{knowledgeBaseName}')/retrieve{?api%2Dversion}", {
9
9
  knowledgeBaseName: context.knowledgeBaseName,
10
- "api%2Dversion": context.apiVersion ?? "2026-04-01",
10
+ "api%2Dversion": context.apiVersion ?? "2026-05-01-preview",
11
11
  }, {
12
12
  allowReserved: options?.requestOptions?.skipUrlEncoding,
13
13
  });
@@ -20,6 +20,9 @@ export function _retrieveSend(context, retrievalRequest, options = { requestOpti
20
20
  accept: !options?.accept ? options?.accept : "application/json;odata.metadata=minimal",
21
21
  }
22
22
  : {}),
23
+ ...(options?.querySourceAuthorization !== undefined
24
+ ? { "x-ms-query-source-authorization": options?.querySourceAuthorization }
25
+ : {}),
23
26
  ...(options?.clientRequestId !== undefined
24
27
  ? { "x-ms-client-request-id": options?.clientRequestId }
25
28
  : {}),
@@ -1 +1 @@
1
- {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../src/knowledgeBaseRetrieval/api/operations.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAOlC,OAAO,EACL,uCAAuC,EACvC,0CAA0C,GAC3C,MAAM,8DAA8D,CAAC;AACtE,OAAO,EAAE,yBAAyB,EAAE,MAAM,+CAA+C,CAAC;AAC1F,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAGxE,OAAO,EAAE,eAAe,EAAE,mCAAmC,EAAE,MAAM,yBAAyB,CAAC;AAE/F,MAAM,UAAU,aAAa,CAC3B,OAAe,EACf,gBAA+C,EAC/C,UAAkC,EAAE,cAAc,EAAE,EAAE,EAAE;IAExD,MAAM,IAAI,GAAG,iBAAiB,CAC5B,iEAAiE,EACjE;QACE,iBAAiB,EAAE,OAAO,CAAC,iBAAiB;QAC5C,eAAe,EAAE,OAAO,CAAC,UAAU,IAAI,YAAY;KACpD,EACD;QACE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,eAAe;KACxD,CACF,CAAC;IACF,OAAO,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC;QAC7B,GAAG,mCAAmC,CAAC,OAAO,CAAC;QAC/C,WAAW,EAAE,kBAAkB;QAC/B,OAAO,EAAE;YACP,GAAG,CAAC,OAAO,EAAE,MAAM,KAAK,SAAS;gBAC/B,CAAC,CAAC;oBACE,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,yCAAyC;iBACvF;gBACH,CAAC,CAAC,EAAE,CAAC;YACP,GAAG,CAAC,OAAO,EAAE,eAAe,KAAK,SAAS;gBACxC,CAAC,CAAC,EAAE,wBAAwB,EAAE,OAAO,EAAE,eAAe,EAAE;gBACxD,CAAC,CAAC,EAAE,CAAC;YACP,GAAG,OAAO,CAAC,cAAc,EAAE,OAAO;SACnC;QACD,IAAI,EAAE,uCAAuC,CAAC,gBAAgB,CAAC;KAChE,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,oBAAoB,CACxC,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;IACxC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,KAAK,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,KAAK,CAAC,OAAO,GAAG,yBAAyB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QAEvD,MAAM,KAAK,CAAC;IACd,CAAC;IAED,OAAO,0CAA0C,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AACjE,CAAC;AAED,iEAAiE;AACjE,MAAM,CAAC,KAAK,UAAU,QAAQ,CAC5B,OAAe,EACf,gBAA+C,EAC/C,UAAkC,EAAE,cAAc,EAAE,EAAE,EAAE;IAExD,MAAM,MAAM,GAAG,MAAM,aAAa,CAAC,OAAO,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAC;IACvE,OAAO,oBAAoB,CAAC,MAAM,CAAC,CAAC;AACtC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { KnowledgeBaseRetrievalContext as Client } from \"./index.js\";\nimport type {\n KnowledgeBaseRetrievalRequest,\n KnowledgeBaseRetrievalResponse,\n} from \"../../models/azure/search/documents/knowledgeBases/models.js\";\nimport {\n knowledgeBaseRetrievalRequestSerializer,\n knowledgeBaseRetrievalResponseDeserializer,\n} from \"../../models/azure/search/documents/knowledgeBases/models.js\";\nimport { errorResponseDeserializer } from \"../../models/azure/search/documents/models.js\";\nimport { expandUrlTemplate } from \"../../static-helpers/urlTemplate.js\";\nimport type { RetrieveOptionalParams } from \"./options.js\";\nimport type { StreamableMethod, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { createRestError, operationOptionsToRequestParameters } from \"@azure-rest/core-client\";\n\nexport function _retrieveSend(\n context: Client,\n retrievalRequest: KnowledgeBaseRetrievalRequest,\n options: RetrieveOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/knowledgebases('{knowledgeBaseName}')/retrieve{?api%2Dversion}\",\n {\n knowledgeBaseName: context.knowledgeBaseName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-04-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).post({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: {\n ...(options?.accept !== undefined\n ? {\n accept: !options?.accept ? options?.accept : \"application/json;odata.metadata=minimal\",\n }\n : {}),\n ...(options?.clientRequestId !== undefined\n ? { \"x-ms-client-request-id\": options?.clientRequestId }\n : {}),\n ...options.requestOptions?.headers,\n },\n body: knowledgeBaseRetrievalRequestSerializer(retrievalRequest),\n });\n}\n\nexport async function _retrieveDeserialize(\n result: PathUncheckedResponse,\n): Promise<KnowledgeBaseRetrievalResponse> {\n const expectedStatuses = [\"200\", \"206\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n\n throw error;\n }\n\n return knowledgeBaseRetrievalResponseDeserializer(result.body);\n}\n\n/** KnowledgeBase retrieves relevant data from backing stores. */\nexport async function retrieve(\n context: Client,\n retrievalRequest: KnowledgeBaseRetrievalRequest,\n options: RetrieveOptionalParams = { requestOptions: {} },\n): Promise<KnowledgeBaseRetrievalResponse> {\n const result = await _retrieveSend(context, retrievalRequest, options);\n return _retrieveDeserialize(result);\n}\n"]}
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../src/knowledgeBaseRetrieval/api/operations.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAOlC,OAAO,EACL,uCAAuC,EACvC,0CAA0C,GAC3C,MAAM,8DAA8D,CAAC;AACtE,OAAO,EAAE,yBAAyB,EAAE,MAAM,+CAA+C,CAAC;AAC1F,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAGxE,OAAO,EAAE,eAAe,EAAE,mCAAmC,EAAE,MAAM,yBAAyB,CAAC;AAE/F,MAAM,UAAU,aAAa,CAC3B,OAAe,EACf,gBAA+C,EAC/C,UAAkC,EAAE,cAAc,EAAE,EAAE,EAAE;IAExD,MAAM,IAAI,GAAG,iBAAiB,CAC5B,iEAAiE,EACjE;QACE,iBAAiB,EAAE,OAAO,CAAC,iBAAiB;QAC5C,eAAe,EAAE,OAAO,CAAC,UAAU,IAAI,oBAAoB;KAC5D,EACD;QACE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,eAAe;KACxD,CACF,CAAC;IACF,OAAO,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC;QAC7B,GAAG,mCAAmC,CAAC,OAAO,CAAC;QAC/C,WAAW,EAAE,kBAAkB;QAC/B,OAAO,EAAE;YACP,GAAG,CAAC,OAAO,EAAE,MAAM,KAAK,SAAS;gBAC/B,CAAC,CAAC;oBACE,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,yCAAyC;iBACvF;gBACH,CAAC,CAAC,EAAE,CAAC;YACP,GAAG,CAAC,OAAO,EAAE,wBAAwB,KAAK,SAAS;gBACjD,CAAC,CAAC,EAAE,iCAAiC,EAAE,OAAO,EAAE,wBAAwB,EAAE;gBAC1E,CAAC,CAAC,EAAE,CAAC;YACP,GAAG,CAAC,OAAO,EAAE,eAAe,KAAK,SAAS;gBACxC,CAAC,CAAC,EAAE,wBAAwB,EAAE,OAAO,EAAE,eAAe,EAAE;gBACxD,CAAC,CAAC,EAAE,CAAC;YACP,GAAG,OAAO,CAAC,cAAc,EAAE,OAAO;SACnC;QACD,IAAI,EAAE,uCAAuC,CAAC,gBAAgB,CAAC;KAChE,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,oBAAoB,CACxC,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;IACxC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,KAAK,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,KAAK,CAAC,OAAO,GAAG,yBAAyB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QAEvD,MAAM,KAAK,CAAC;IACd,CAAC;IAED,OAAO,0CAA0C,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AACjE,CAAC;AAED,iEAAiE;AACjE,MAAM,CAAC,KAAK,UAAU,QAAQ,CAC5B,OAAe,EACf,gBAA+C,EAC/C,UAAkC,EAAE,cAAc,EAAE,EAAE,EAAE;IAExD,MAAM,MAAM,GAAG,MAAM,aAAa,CAAC,OAAO,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAC;IACvE,OAAO,oBAAoB,CAAC,MAAM,CAAC,CAAC;AACtC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { KnowledgeBaseRetrievalContext as Client } from \"./index.js\";\nimport type {\n KnowledgeBaseRetrievalRequest,\n KnowledgeBaseRetrievalResponse,\n} from \"../../models/azure/search/documents/knowledgeBases/models.js\";\nimport {\n knowledgeBaseRetrievalRequestSerializer,\n knowledgeBaseRetrievalResponseDeserializer,\n} from \"../../models/azure/search/documents/knowledgeBases/models.js\";\nimport { errorResponseDeserializer } from \"../../models/azure/search/documents/models.js\";\nimport { expandUrlTemplate } from \"../../static-helpers/urlTemplate.js\";\nimport type { RetrieveOptionalParams } from \"./options.js\";\nimport type { StreamableMethod, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { createRestError, operationOptionsToRequestParameters } from \"@azure-rest/core-client\";\n\nexport function _retrieveSend(\n context: Client,\n retrievalRequest: KnowledgeBaseRetrievalRequest,\n options: RetrieveOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/knowledgebases('{knowledgeBaseName}')/retrieve{?api%2Dversion}\",\n {\n knowledgeBaseName: context.knowledgeBaseName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-05-01-preview\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).post({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: {\n ...(options?.accept !== undefined\n ? {\n accept: !options?.accept ? options?.accept : \"application/json;odata.metadata=minimal\",\n }\n : {}),\n ...(options?.querySourceAuthorization !== undefined\n ? { \"x-ms-query-source-authorization\": options?.querySourceAuthorization }\n : {}),\n ...(options?.clientRequestId !== undefined\n ? { \"x-ms-client-request-id\": options?.clientRequestId }\n : {}),\n ...options.requestOptions?.headers,\n },\n body: knowledgeBaseRetrievalRequestSerializer(retrievalRequest),\n });\n}\n\nexport async function _retrieveDeserialize(\n result: PathUncheckedResponse,\n): Promise<KnowledgeBaseRetrievalResponse> {\n const expectedStatuses = [\"200\", \"206\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n\n throw error;\n }\n\n return knowledgeBaseRetrievalResponseDeserializer(result.body);\n}\n\n/** KnowledgeBase retrieves relevant data from backing stores. */\nexport async function retrieve(\n context: Client,\n retrievalRequest: KnowledgeBaseRetrievalRequest,\n options: RetrieveOptionalParams = { requestOptions: {} },\n): Promise<KnowledgeBaseRetrievalResponse> {\n const result = await _retrieveSend(context, retrievalRequest, options);\n return _retrieveDeserialize(result);\n}\n"]}
@@ -3,6 +3,8 @@ import type { OperationOptions } from "@azure-rest/core-client";
3
3
  export interface RetrieveOptionalParams extends OperationOptions {
4
4
  /** The Accept header. */
5
5
  accept?: "application/json;odata.metadata=minimal";
6
+ /** Token identifying the user for which the query is being executed. This token is used to enforce security restrictions on documents. */
7
+ querySourceAuthorization?: string;
6
8
  /** An opaque, globally-unique, client-generated string identifier for the request. */
7
9
  clientRequestId?: string;
8
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../../src/knowledgeBaseRetrieval/api/options.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,2BAA2B;AAC3B,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB;IAC9D,yBAAyB;IACzB,MAAM,CAAC,EAAE,yCAAyC,CAAC;IACnD,sFAAsF;IACtF,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B"}
1
+ {"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../../src/knowledgeBaseRetrieval/api/options.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,2BAA2B;AAC3B,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB;IAC9D,yBAAyB;IACzB,MAAM,CAAC,EAAE,yCAAyC,CAAC;IACnD,0IAA0I;IAC1I,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,sFAAsF;IACtF,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B"}
@@ -1 +1 @@
1
- {"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/knowledgeBaseRetrieval/api/options.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface RetrieveOptionalParams extends OperationOptions {\n /** The Accept header. */\n accept?: \"application/json;odata.metadata=minimal\";\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n"]}
1
+ {"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/knowledgeBaseRetrieval/api/options.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface RetrieveOptionalParams extends OperationOptions {\n /** The Accept header. */\n accept?: \"application/json;odata.metadata=minimal\";\n /** Token identifying the user for which the query is being executed. This token is used to enforce security restrictions on documents. */\n querySourceAuthorization?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n"]}
@@ -1,3 +1,3 @@
1
- export type { ErrorResponse, ErrorDetail, ErrorAdditionalInfo, SearchDocumentsResult, FacetResult, QueryAnswerResult, SearchRequest, QueryType, ScoringStatistics, QueryDebugMode, SearchMode, SemanticErrorMode, QueryAnswerType, QueryCaptionType, VectorQuery, VectorQueryUnion, VectorQueryKind, VectorizedQuery, VectorizableTextQuery, VectorizableImageUrlQuery, VectorizableImageBinaryQuery, VectorFilterMode, SearchResult, QueryCaptionResult, DocumentDebugInfo, VectorsDebugInfo, QueryResultDocumentSubscores, TextResult, SingleVectorFieldResult, SemanticErrorReason, SemanticSearchResultsType, LookupDocument, SuggestDocumentsResult, SuggestResult, IndexDocumentsBatch, IndexAction, IndexActionType, IndexDocumentsResult, IndexingResult, AutocompleteResult, AutocompleteItem, AutocompleteMode, } from "./models.js";
2
- export { KnownQueryType, KnownQueryDebugMode, KnownSemanticErrorMode, KnownQueryAnswerType, KnownQueryCaptionType, KnownVectorQueryKind, KnownVectorFilterMode, KnownSemanticErrorReason, KnownSemanticSearchResultsType, } from "./models.js";
1
+ export type { ErrorResponse, ErrorDetail, ErrorAdditionalInfo, SearchDocumentsResult, FacetResult, QueryAnswerResult, DebugInfo, QueryRewritesDebugInfo, QueryRewritesValuesDebugInfo, SearchRequest, QueryType, ScoringStatistics, QueryDebugMode, SearchMode, QueryLanguage, QuerySpellerType, SemanticErrorMode, QueryAnswerType, QueryCaptionType, QueryRewritesType, VectorQuery, VectorQueryUnion, VectorThreshold, VectorThresholdUnion, VectorThresholdKind, VectorSimilarityThreshold, SearchScoreThreshold, VectorQueryKind, VectorizedQuery, VectorizableTextQuery, VectorizableImageUrlQuery, VectorizableImageBinaryQuery, VectorFilterMode, HybridSearch, HybridCountAndFacetMode, SearchResult, QueryCaptionResult, DocumentDebugInfo, SemanticDebugInfo, QueryResultDocumentSemanticField, SemanticFieldState, QueryResultDocumentRerankerInput, VectorsDebugInfo, QueryResultDocumentSubscores, TextResult, SingleVectorFieldResult, QueryResultDocumentInnerHit, SemanticErrorReason, SemanticSearchResultsType, SemanticQueryRewritesResultType, LookupDocument, SuggestDocumentsResult, SuggestResult, IndexDocumentsBatch, IndexAction, IndexActionType, IndexDocumentsResult, IndexingResult, AutocompleteResult, AutocompleteItem, AutocompleteMode, } from "./models.js";
2
+ export { KnownQueryType, KnownQueryDebugMode, KnownQueryLanguage, KnownQuerySpellerType, KnownSemanticErrorMode, KnownQueryAnswerType, KnownQueryCaptionType, KnownQueryRewritesType, KnownVectorThresholdKind, KnownVectorQueryKind, KnownVectorFilterMode, KnownHybridCountAndFacetMode, KnownSemanticFieldState, KnownSemanticErrorReason, KnownSemanticSearchResultsType, KnownSemanticQueryRewritesResultType, } from "./models.js";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/models/azure/search/documents/index.ts"],"names":[],"mappings":"AAGA,YAAY,EACV,aAAa,EACb,WAAW,EACX,mBAAmB,EACnB,qBAAqB,EACrB,WAAW,EACX,iBAAiB,EACjB,aAAa,EACb,SAAS,EACT,iBAAiB,EACjB,cAAc,EACd,UAAU,EACV,iBAAiB,EACjB,eAAe,EACf,gBAAgB,EAChB,WAAW,EACX,gBAAgB,EAChB,eAAe,EACf,eAAe,EACf,qBAAqB,EACrB,yBAAyB,EACzB,4BAA4B,EAC5B,gBAAgB,EAChB,YAAY,EACZ,kBAAkB,EAClB,iBAAiB,EACjB,gBAAgB,EAChB,4BAA4B,EAC5B,UAAU,EACV,uBAAuB,EACvB,mBAAmB,EACnB,yBAAyB,EACzB,cAAc,EACd,sBAAsB,EACtB,aAAa,EACb,mBAAmB,EACnB,WAAW,EACX,eAAe,EACf,oBAAoB,EACpB,cAAc,EACd,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,GACjB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,cAAc,EACd,mBAAmB,EACnB,sBAAsB,EACtB,oBAAoB,EACpB,qBAAqB,EACrB,oBAAoB,EACpB,qBAAqB,EACrB,wBAAwB,EACxB,8BAA8B,GAC/B,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/models/azure/search/documents/index.ts"],"names":[],"mappings":"AAGA,YAAY,EACV,aAAa,EACb,WAAW,EACX,mBAAmB,EACnB,qBAAqB,EACrB,WAAW,EACX,iBAAiB,EACjB,SAAS,EACT,sBAAsB,EACtB,4BAA4B,EAC5B,aAAa,EACb,SAAS,EACT,iBAAiB,EACjB,cAAc,EACd,UAAU,EACV,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EACjB,eAAe,EACf,gBAAgB,EAChB,iBAAiB,EACjB,WAAW,EACX,gBAAgB,EAChB,eAAe,EACf,oBAAoB,EACpB,mBAAmB,EACnB,yBAAyB,EACzB,oBAAoB,EACpB,eAAe,EACf,eAAe,EACf,qBAAqB,EACrB,yBAAyB,EACzB,4BAA4B,EAC5B,gBAAgB,EAChB,YAAY,EACZ,uBAAuB,EACvB,YAAY,EACZ,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,gCAAgC,EAChC,kBAAkB,EAClB,gCAAgC,EAChC,gBAAgB,EAChB,4BAA4B,EAC5B,UAAU,EACV,uBAAuB,EACvB,2BAA2B,EAC3B,mBAAmB,EACnB,yBAAyB,EACzB,+BAA+B,EAC/B,cAAc,EACd,sBAAsB,EACtB,aAAa,EACb,mBAAmB,EACnB,WAAW,EACX,eAAe,EACf,oBAAoB,EACpB,cAAc,EACd,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,GACjB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,cAAc,EACd,mBAAmB,EACnB,kBAAkB,EAClB,qBAAqB,EACrB,sBAAsB,EACtB,oBAAoB,EACpB,qBAAqB,EACrB,sBAAsB,EACtB,wBAAwB,EACxB,oBAAoB,EACpB,qBAAqB,EACrB,4BAA4B,EAC5B,uBAAuB,EACvB,wBAAwB,EACxB,8BAA8B,EAC9B,oCAAoC,GACrC,MAAM,aAAa,CAAC"}
@@ -1,4 +1,4 @@
1
1
  // Copyright (c) Microsoft Corporation.
2
2
  // Licensed under the MIT License.
3
- export { KnownQueryType, KnownQueryDebugMode, KnownSemanticErrorMode, KnownQueryAnswerType, KnownQueryCaptionType, KnownVectorQueryKind, KnownVectorFilterMode, KnownSemanticErrorReason, KnownSemanticSearchResultsType, } from "./models.js";
3
+ export { KnownQueryType, KnownQueryDebugMode, KnownQueryLanguage, KnownQuerySpellerType, KnownSemanticErrorMode, KnownQueryAnswerType, KnownQueryCaptionType, KnownQueryRewritesType, KnownVectorThresholdKind, KnownVectorQueryKind, KnownVectorFilterMode, KnownHybridCountAndFacetMode, KnownSemanticFieldState, KnownSemanticErrorReason, KnownSemanticSearchResultsType, KnownSemanticQueryRewritesResultType, } from "./models.js";
4
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/models/azure/search/documents/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AA8ClC,OAAO,EACL,cAAc,EACd,mBAAmB,EACnB,sBAAsB,EACtB,oBAAoB,EACpB,qBAAqB,EACrB,oBAAoB,EACpB,qBAAqB,EACrB,wBAAwB,EACxB,8BAA8B,GAC/B,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type {\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n SearchDocumentsResult,\n FacetResult,\n QueryAnswerResult,\n SearchRequest,\n QueryType,\n ScoringStatistics,\n QueryDebugMode,\n SearchMode,\n SemanticErrorMode,\n QueryAnswerType,\n QueryCaptionType,\n VectorQuery,\n VectorQueryUnion,\n VectorQueryKind,\n VectorizedQuery,\n VectorizableTextQuery,\n VectorizableImageUrlQuery,\n VectorizableImageBinaryQuery,\n VectorFilterMode,\n SearchResult,\n QueryCaptionResult,\n DocumentDebugInfo,\n VectorsDebugInfo,\n QueryResultDocumentSubscores,\n TextResult,\n SingleVectorFieldResult,\n SemanticErrorReason,\n SemanticSearchResultsType,\n LookupDocument,\n SuggestDocumentsResult,\n SuggestResult,\n IndexDocumentsBatch,\n IndexAction,\n IndexActionType,\n IndexDocumentsResult,\n IndexingResult,\n AutocompleteResult,\n AutocompleteItem,\n AutocompleteMode,\n} from \"./models.js\";\nexport {\n KnownQueryType,\n KnownQueryDebugMode,\n KnownSemanticErrorMode,\n KnownQueryAnswerType,\n KnownQueryCaptionType,\n KnownVectorQueryKind,\n KnownVectorFilterMode,\n KnownSemanticErrorReason,\n KnownSemanticSearchResultsType,\n} from \"./models.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/models/azure/search/documents/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAiElC,OAAO,EACL,cAAc,EACd,mBAAmB,EACnB,kBAAkB,EAClB,qBAAqB,EACrB,sBAAsB,EACtB,oBAAoB,EACpB,qBAAqB,EACrB,sBAAsB,EACtB,wBAAwB,EACxB,oBAAoB,EACpB,qBAAqB,EACrB,4BAA4B,EAC5B,uBAAuB,EACvB,wBAAwB,EACxB,8BAA8B,EAC9B,oCAAoC,GACrC,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type {\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n SearchDocumentsResult,\n FacetResult,\n QueryAnswerResult,\n DebugInfo,\n QueryRewritesDebugInfo,\n QueryRewritesValuesDebugInfo,\n SearchRequest,\n QueryType,\n ScoringStatistics,\n QueryDebugMode,\n SearchMode,\n QueryLanguage,\n QuerySpellerType,\n SemanticErrorMode,\n QueryAnswerType,\n QueryCaptionType,\n QueryRewritesType,\n VectorQuery,\n VectorQueryUnion,\n VectorThreshold,\n VectorThresholdUnion,\n VectorThresholdKind,\n VectorSimilarityThreshold,\n SearchScoreThreshold,\n VectorQueryKind,\n VectorizedQuery,\n VectorizableTextQuery,\n VectorizableImageUrlQuery,\n VectorizableImageBinaryQuery,\n VectorFilterMode,\n HybridSearch,\n HybridCountAndFacetMode,\n SearchResult,\n QueryCaptionResult,\n DocumentDebugInfo,\n SemanticDebugInfo,\n QueryResultDocumentSemanticField,\n SemanticFieldState,\n QueryResultDocumentRerankerInput,\n VectorsDebugInfo,\n QueryResultDocumentSubscores,\n TextResult,\n SingleVectorFieldResult,\n QueryResultDocumentInnerHit,\n SemanticErrorReason,\n SemanticSearchResultsType,\n SemanticQueryRewritesResultType,\n LookupDocument,\n SuggestDocumentsResult,\n SuggestResult,\n IndexDocumentsBatch,\n IndexAction,\n IndexActionType,\n IndexDocumentsResult,\n IndexingResult,\n AutocompleteResult,\n AutocompleteItem,\n AutocompleteMode,\n} from \"./models.js\";\nexport {\n KnownQueryType,\n KnownQueryDebugMode,\n KnownQueryLanguage,\n KnownQuerySpellerType,\n KnownSemanticErrorMode,\n KnownQueryAnswerType,\n KnownQueryCaptionType,\n KnownQueryRewritesType,\n KnownVectorThresholdKind,\n KnownVectorQueryKind,\n KnownVectorFilterMode,\n KnownHybridCountAndFacetMode,\n KnownSemanticFieldState,\n KnownSemanticErrorReason,\n KnownSemanticSearchResultsType,\n KnownSemanticQueryRewritesResultType,\n} from \"./models.js\";\n"]}
@@ -1,3 +1,3 @@
1
- export type { SynonymMap, SearchResourceEncryptionKey, AzureActiveDirectoryApplicationCredentials, SearchIndexerDataIdentity, SearchIndexerDataIdentityUnion, SearchIndexerDataNoneIdentity, SearchIndexerDataUserAssignedIdentity, ListSynonymMapsResult, SearchIndex, SearchField, SearchFieldDataType, LexicalAnalyzerName, LexicalNormalizerName, VectorEncodingFormat, ScoringProfile, TextWeights, ScoringFunction, ScoringFunctionUnion, ScoringFunctionInterpolation, DistanceScoringFunction, DistanceScoringParameters, FreshnessScoringFunction, FreshnessScoringParameters, MagnitudeScoringFunction, MagnitudeScoringParameters, TagScoringFunction, TagScoringParameters, ScoringFunctionAggregation, CorsOptions, SearchSuggester, LexicalAnalyzer, LexicalAnalyzerUnion, CustomAnalyzer, LexicalTokenizerName, TokenFilterName, CharFilterName, PatternAnalyzer, RegexFlags, LuceneStandardAnalyzer, StopAnalyzer, LexicalTokenizer, LexicalTokenizerUnion, ClassicTokenizer, EdgeNGramTokenizer, TokenCharacterKind, KeywordTokenizer, KeywordTokenizerV2, MicrosoftLanguageTokenizer, MicrosoftTokenizerLanguage, MicrosoftLanguageStemmingTokenizer, MicrosoftStemmingTokenizerLanguage, NGramTokenizer, PathHierarchyTokenizerV2, PatternTokenizer, LuceneStandardTokenizer, LuceneStandardTokenizerV2, UaxUrlEmailTokenizer, TokenFilter, TokenFilterUnion, AsciiFoldingTokenFilter, CjkBigramTokenFilter, CjkBigramTokenFilterScripts, CommonGramTokenFilter, DictionaryDecompounderTokenFilter, EdgeNGramTokenFilter, EdgeNGramTokenFilterSide, EdgeNGramTokenFilterV2, ElisionTokenFilter, KeepTokenFilter, KeywordMarkerTokenFilter, LengthTokenFilter, LimitTokenFilter, NGramTokenFilter, NGramTokenFilterV2, PatternCaptureTokenFilter, PatternReplaceTokenFilter, PhoneticTokenFilter, PhoneticEncoder, ShingleTokenFilter, SnowballTokenFilter, SnowballTokenFilterLanguage, StemmerTokenFilter, StemmerTokenFilterLanguage, StemmerOverrideTokenFilter, StopwordsTokenFilter, StopwordsList, SynonymTokenFilter, TruncateTokenFilter, UniqueTokenFilter, WordDelimiterTokenFilter, CharFilter, CharFilterUnion, MappingCharFilter, PatternReplaceCharFilter, LexicalNormalizer, LexicalNormalizerUnion, CustomNormalizer, SimilarityAlgorithm, SimilarityAlgorithmUnion, ClassicSimilarity, BM25Similarity, SemanticSearch, SemanticConfiguration, SemanticPrioritizedFields, SemanticField, RankingOrder, VectorSearch, VectorSearchProfile, VectorSearchAlgorithmConfiguration, VectorSearchAlgorithmConfigurationUnion, VectorSearchAlgorithmKind, HnswAlgorithmConfiguration, HnswParameters, VectorSearchAlgorithmMetric, ExhaustiveKnnAlgorithmConfiguration, ExhaustiveKnnParameters, VectorSearchVectorizer, VectorSearchVectorizerUnion, VectorSearchVectorizerKind, AzureOpenAIVectorizer, AzureOpenAIVectorizerParameters, AzureOpenAIModelName, WebApiVectorizer, WebApiVectorizerParameters, AzureMachineLearningVectorizer, AzureMachineLearningParameters, AIFoundryModelCatalogName, VectorSearchCompression, VectorSearchCompressionUnion, RescoringOptions, VectorSearchCompressionRescoreStorageMethod, VectorSearchCompressionKind, ScalarQuantizationCompression, ScalarQuantizationParameters, VectorSearchCompressionTarget, BinaryQuantizationCompression, SearchIndexResponse, GetIndexStatisticsResult, AnalyzeTextOptions, AnalyzeResult, AnalyzedTokenInfo, SearchAlias, KnowledgeBase, KnowledgeSourceReference, KnowledgeBaseModel, KnowledgeBaseModelUnion, KnowledgeBaseModelKind, KnowledgeBaseAzureOpenAIModel, KnowledgeSource, KnowledgeSourceUnion, KnowledgeSourceKind, SearchIndexKnowledgeSource, SearchIndexKnowledgeSourceParameters, SearchIndexFieldReference, AzureBlobKnowledgeSource, AzureBlobKnowledgeSourceParameters, IndexingSchedule, KnowledgeSourceContentExtractionMode, CreatedResources, IndexedOneLakeKnowledgeSource, IndexedOneLakeKnowledgeSourceParameters, WebKnowledgeSource, WebKnowledgeSourceParameters, WebKnowledgeSourceDomains, WebKnowledgeSourceDomain, KnowledgeSourceSynchronizationStatus, SearchServiceStatistics, ServiceCounters, ResourceCounter, ServiceLimits, SearchIndexerDataSourceConnection, SearchIndexerDataSourceType, DataSourceCredentials, SearchIndexerDataContainer, DataChangeDetectionPolicy, DataChangeDetectionPolicyUnion, HighWaterMarkChangeDetectionPolicy, SqlIntegratedChangeTrackingPolicy, DataDeletionDetectionPolicy, DataDeletionDetectionPolicyUnion, SoftDeleteColumnDeletionDetectionPolicy, NativeBlobSoftDeleteDeletionDetectionPolicy, ListDataSourcesResult, SearchIndexer, IndexingParameters, IndexingParametersConfiguration, BlobIndexerParsingMode, MarkdownParsingSubmode, MarkdownHeaderDepth, BlobIndexerDataToExtract, BlobIndexerImageAction, BlobIndexerPDFTextRotationAlgorithm, IndexerExecutionEnvironment, FieldMapping, FieldMappingFunction, ListIndexersResult, SearchIndexerStatus, IndexerStatus, IndexerExecutionResult, IndexerExecutionStatus, SearchIndexerError, SearchIndexerWarning, SearchIndexerLimits, SearchIndexerSkillset, SearchIndexerSkill, SearchIndexerSkillUnion, InputFieldMappingEntry, OutputFieldMappingEntry, ConditionalSkill, KeyPhraseExtractionSkill, KeyPhraseExtractionSkillLanguage, OcrSkill, OcrSkillLanguage, OcrLineEnding, ImageAnalysisSkill, ImageAnalysisSkillLanguage, VisualFeature, ImageDetail, LanguageDetectionSkill, ShaperSkill, MergeSkill, SentimentSkillV3, SentimentSkillLanguage, EntityLinkingSkill, EntityRecognitionSkillV3, EntityCategory, EntityRecognitionSkillLanguage, PIIDetectionSkill, PIIDetectionSkillMaskingMode, SplitSkill, SplitSkillLanguage, TextSplitMode, CustomEntityLookupSkill, CustomEntityLookupSkillLanguage, CustomEntity, CustomEntityAlias, TextTranslationSkill, TextTranslationSkillLanguage, DocumentExtractionSkill, DocumentIntelligenceLayoutSkill, DocumentIntelligenceLayoutSkillOutputFormat, DocumentIntelligenceLayoutSkillOutputMode, DocumentIntelligenceLayoutSkillMarkdownHeaderDepth, DocumentIntelligenceLayoutSkillExtractionOptions, DocumentIntelligenceLayoutSkillChunkingProperties, DocumentIntelligenceLayoutSkillChunkingUnit, WebApiSkill, WebApiHttpHeaders, AzureOpenAIEmbeddingSkill, ContentUnderstandingSkill, ContentUnderstandingSkillExtractionOptions, ContentUnderstandingSkillChunkingProperties, ContentUnderstandingSkillChunkingUnit, ChatCompletionSkill, CommonModelParameters, ChatCompletionExtraParametersBehavior, ChatCompletionResponseFormat, ChatCompletionResponseFormatType, ChatCompletionSchemaProperties, ChatCompletionSchema, CognitiveServicesAccount, CognitiveServicesAccountUnion, DefaultCognitiveServicesAccount, CognitiveServicesAccountKey, AIServicesAccountKey, AIServicesAccountIdentity, SearchIndexerKnowledgeStore, SearchIndexerKnowledgeStoreProjection, SearchIndexerKnowledgeStoreTableProjectionSelector, SearchIndexerKnowledgeStoreObjectProjectionSelector, SearchIndexerKnowledgeStoreFileProjectionSelector, SearchIndexerIndexProjection, SearchIndexerIndexProjectionSelector, SearchIndexerIndexProjectionsParameters, IndexProjectionMode, SearchIndexerKnowledgeStoreProjectionSelector, SearchIndexerKnowledgeStoreBlobProjectionSelector, ListSkillsetsResult, IndexerResyncBody, IndexerResyncOption, DocumentKeysOrIds, SkillNames, } from "./models.js";
2
- export { KnownSearchFieldDataType, KnownLexicalAnalyzerName, KnownLexicalNormalizerName, KnownVectorEncodingFormat, KnownLexicalTokenizerName, KnownTokenFilterName, KnownCharFilterName, KnownRegexFlags, KnownRankingOrder, KnownVectorSearchAlgorithmKind, KnownVectorSearchAlgorithmMetric, KnownVectorSearchVectorizerKind, KnownAzureOpenAIModelName, KnownAIFoundryModelCatalogName, KnownVectorSearchCompressionRescoreStorageMethod, KnownVectorSearchCompressionKind, KnownVectorSearchCompressionTarget, KnownKnowledgeBaseModelKind, KnownKnowledgeSourceKind, KnownKnowledgeSourceContentExtractionMode, KnownKnowledgeSourceSynchronizationStatus, KnownSearchIndexerDataSourceType, KnownBlobIndexerParsingMode, KnownMarkdownParsingSubmode, KnownMarkdownHeaderDepth, KnownBlobIndexerDataToExtract, KnownBlobIndexerImageAction, KnownBlobIndexerPDFTextRotationAlgorithm, KnownIndexerExecutionEnvironment, KnownKeyPhraseExtractionSkillLanguage, KnownOcrSkillLanguage, KnownOcrLineEnding, KnownImageAnalysisSkillLanguage, KnownVisualFeature, KnownImageDetail, KnownSentimentSkillLanguage, KnownEntityCategory, KnownEntityRecognitionSkillLanguage, KnownPIIDetectionSkillMaskingMode, KnownSplitSkillLanguage, KnownTextSplitMode, KnownCustomEntityLookupSkillLanguage, KnownTextTranslationSkillLanguage, KnownDocumentIntelligenceLayoutSkillOutputFormat, KnownDocumentIntelligenceLayoutSkillOutputMode, KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth, KnownDocumentIntelligenceLayoutSkillExtractionOptions, KnownDocumentIntelligenceLayoutSkillChunkingUnit, KnownContentUnderstandingSkillExtractionOptions, KnownContentUnderstandingSkillChunkingUnit, KnownChatCompletionExtraParametersBehavior, KnownChatCompletionResponseFormatType, KnownIndexProjectionMode, KnownIndexerResyncOption, } from "./models.js";
1
+ export type { SynonymMap, SearchResourceEncryptionKey, AzureActiveDirectoryApplicationCredentials, SearchIndexerDataIdentity, SearchIndexerDataIdentityUnion, SearchIndexerDataNoneIdentity, SearchIndexerDataUserAssignedIdentity, ListSynonymMapsResult, SearchIndex, SearchField, SearchFieldDataType, PermissionFilter, LexicalAnalyzerName, LexicalNormalizerName, VectorEncodingFormat, ScoringProfile, TextWeights, ScoringFunction, ScoringFunctionUnion, ScoringFunctionInterpolation, DistanceScoringFunction, DistanceScoringParameters, FreshnessScoringFunction, FreshnessScoringParameters, MagnitudeScoringFunction, MagnitudeScoringParameters, TagScoringFunction, TagScoringParameters, ScoringFunctionAggregation, CorsOptions, SearchSuggester, LexicalAnalyzer, LexicalAnalyzerUnion, CustomAnalyzer, LexicalTokenizerName, TokenFilterName, CharFilterName, PatternAnalyzer, RegexFlags, LuceneStandardAnalyzer, StopAnalyzer, LexicalTokenizer, LexicalTokenizerUnion, ClassicTokenizer, EdgeNGramTokenizer, TokenCharacterKind, KeywordTokenizer, KeywordTokenizerV2, MicrosoftLanguageTokenizer, MicrosoftTokenizerLanguage, MicrosoftLanguageStemmingTokenizer, MicrosoftStemmingTokenizerLanguage, NGramTokenizer, PathHierarchyTokenizerV2, PatternTokenizer, LuceneStandardTokenizer, LuceneStandardTokenizerV2, UaxUrlEmailTokenizer, TokenFilter, TokenFilterUnion, AsciiFoldingTokenFilter, CjkBigramTokenFilter, CjkBigramTokenFilterScripts, CommonGramTokenFilter, DictionaryDecompounderTokenFilter, EdgeNGramTokenFilter, EdgeNGramTokenFilterSide, EdgeNGramTokenFilterV2, ElisionTokenFilter, KeepTokenFilter, KeywordMarkerTokenFilter, LengthTokenFilter, LimitTokenFilter, NGramTokenFilter, NGramTokenFilterV2, PatternCaptureTokenFilter, PatternReplaceTokenFilter, PhoneticTokenFilter, PhoneticEncoder, ShingleTokenFilter, SnowballTokenFilter, SnowballTokenFilterLanguage, StemmerTokenFilter, StemmerTokenFilterLanguage, StemmerOverrideTokenFilter, StopwordsTokenFilter, StopwordsList, SynonymTokenFilter, TruncateTokenFilter, UniqueTokenFilter, WordDelimiterTokenFilter, CharFilter, CharFilterUnion, MappingCharFilter, PatternReplaceCharFilter, LexicalNormalizer, LexicalNormalizerUnion, CustomNormalizer, SimilarityAlgorithm, SimilarityAlgorithmUnion, ClassicSimilarity, BM25Similarity, SemanticSearch, SemanticConfiguration, SemanticPrioritizedFields, SemanticField, RankingOrder, VectorSearch, VectorSearchProfile, VectorSearchAlgorithmConfiguration, VectorSearchAlgorithmConfigurationUnion, VectorSearchAlgorithmKind, HnswAlgorithmConfiguration, HnswParameters, VectorSearchAlgorithmMetric, ExhaustiveKnnAlgorithmConfiguration, ExhaustiveKnnParameters, VectorSearchVectorizer, VectorSearchVectorizerUnion, VectorSearchVectorizerKind, AzureOpenAIVectorizer, AzureOpenAIVectorizerParameters, AzureOpenAIModelName, WebApiVectorizer, WebApiVectorizerParameters, AIServicesVisionVectorizer, AIServicesVisionParameters, AzureMachineLearningVectorizer, AzureMachineLearningParameters, AIFoundryModelCatalogName, VectorSearchCompression, VectorSearchCompressionUnion, RescoringOptions, VectorSearchCompressionRescoreStorageMethod, VectorSearchCompressionKind, ScalarQuantizationCompression, ScalarQuantizationParameters, VectorSearchCompressionTarget, BinaryQuantizationCompression, SearchIndexPermissionFilterOption, SearchIndexResponse, GetIndexStatisticsResult, AnalyzeTextOptions, AnalyzeResult, AnalyzedTokenInfo, SearchAlias, KnowledgeBase, KnowledgeSourceReference, KnowledgeBaseModel, KnowledgeBaseModelUnion, KnowledgeBaseModelKind, KnowledgeBaseAzureOpenAIModel, KnowledgeSource, KnowledgeSourceUnion, KnowledgeSourceKind, SearchIndexKnowledgeSource, SearchIndexKnowledgeSourceParameters, SearchIndexFieldReference, AzureBlobKnowledgeSource, AzureBlobKnowledgeSourceParameters, IndexingSchedule, KnowledgeSourceIngestionPermissionOption, KnowledgeSourceContentExtractionMode, CreatedResources, IndexedSharePointKnowledgeSource, IndexedSharePointKnowledgeSourceParameters, IndexedSharePointContainerName, IndexedOneLakeKnowledgeSource, IndexedOneLakeKnowledgeSourceParameters, IndexedSqlKnowledgeSource, IndexedSqlKnowledgeSourceParameters, ContentColumnMapping, EmbeddingColumnMapping, FileKnowledgeSource, FileKnowledgeSourceParameters, KnowledgeSourceFile, _ListKnowledgeSourceFilesResult, WebKnowledgeSource, WebKnowledgeSourceParameters, WebKnowledgeSourceDomains, WebKnowledgeSourceDomain, RemoteSharePointKnowledgeSource, RemoteSharePointKnowledgeSourceParameters, WorkIQKnowledgeSource, McpServerKnowledgeSource, McpServerKnowledgeSourceParameters, McpServerAuthentication, McpServerAuthenticationUnion, McpServerAuthenticationKind, McpServerFoundryConnectionAuthentication, McpServerFoundryConnectionParameters, McpServerStoredHeadersAuthentication, McpServerStoredHeadersParameters, McpServerHeaders, McpServerTool, McpServerOutputParsing, McpServerOutputParsingUnion, McpServerOutputParsingKind, McpServerAutoOutputParsing, McpServerJsonOutputParsing, McpServerOutputParsingJsonParameters, McpServerSplitOutputParsing, McpServerOutputParsingSplitParameters, TextSplitMode, SplitSkillLanguage, McpServerNoneOutputParsing, McpServerToolInclusionMode, FabricDataAgentKnowledgeSource, FabricDataAgentKnowledgeSourceParameters, FabricOntologyKnowledgeSource, FabricOntologyKnowledgeSourceParameters, KnowledgeSourceSynchronizationStatus, SearchServiceStatistics, ServiceCounters, ResourceCounter, ServiceLimits, ServiceIndexersRuntime, IndexStatisticsSummary, SearchIndexerDataSourceConnection, SearchIndexerDataSourceType, DataSourceCredentials, SearchIndexerDataContainer, IndexerPermissionOption, DataChangeDetectionPolicy, DataChangeDetectionPolicyUnion, HighWaterMarkChangeDetectionPolicy, SqlIntegratedChangeTrackingPolicy, DataDeletionDetectionPolicy, DataDeletionDetectionPolicyUnion, SoftDeleteColumnDeletionDetectionPolicy, NativeBlobSoftDeleteDeletionDetectionPolicy, ListDataSourcesResult, IndexerResyncBody, IndexerResyncOption, DocumentKeysOrIds, SearchIndexer, IndexingParameters, IndexingParametersConfiguration, BlobIndexerParsingMode, MarkdownParsingSubmode, MarkdownHeaderDepth, BlobIndexerDataToExtract, BlobIndexerImageAction, BlobIndexerPDFTextRotationAlgorithm, IndexerExecutionEnvironment, FieldMapping, FieldMappingFunction, SearchIndexerCache, ListIndexersResult, SearchIndexerStatus, IndexerStatus, IndexerRuntime, IndexerExecutionResult, IndexerExecutionStatus, IndexerExecutionStatusDetail, IndexingMode, SearchIndexerError, SearchIndexerWarning, SearchIndexerLimits, IndexerCurrentState, SearchIndexerSkillset, SearchIndexerSkill, SearchIndexerSkillUnion, InputFieldMappingEntry, OutputFieldMappingEntry, ConditionalSkill, KeyPhraseExtractionSkill, KeyPhraseExtractionSkillLanguage, OcrSkill, OcrSkillLanguage, OcrLineEnding, ImageAnalysisSkill, ImageAnalysisSkillLanguage, VisualFeature, ImageDetail, LanguageDetectionSkill, ShaperSkill, MergeSkill, SentimentSkillV3, SentimentSkillLanguage, EntityLinkingSkill, EntityRecognitionSkillV3, EntityCategory, EntityRecognitionSkillLanguage, PIIDetectionSkill, PIIDetectionSkillMaskingMode, SplitSkill, SplitSkillUnit, AzureOpenAITokenizerParameters, SplitSkillEncoderModelName, CustomEntityLookupSkill, CustomEntityLookupSkillLanguage, CustomEntity, CustomEntityAlias, TextTranslationSkill, TextTranslationSkillLanguage, DocumentExtractionSkill, DocumentIntelligenceLayoutSkill, DocumentIntelligenceLayoutSkillOutputFormat, DocumentIntelligenceLayoutSkillOutputMode, DocumentIntelligenceLayoutSkillMarkdownHeaderDepth, DocumentIntelligenceLayoutSkillExtractionOptions, DocumentIntelligenceLayoutSkillChunkingProperties, DocumentIntelligenceLayoutSkillChunkingUnit, WebApiSkill, WebApiHttpHeaders, AzureMachineLearningSkill, AzureOpenAIEmbeddingSkill, VisionVectorizeSkill, ContentUnderstandingSkill, ContentUnderstandingSkillExtractionOptions, ContentUnderstandingSkillChunkingProperties, ContentUnderstandingSkillChunkingUnit, ChatCompletionSkill, CommonModelParameters, ChatCompletionExtraParametersBehavior, ChatCompletionResponseFormat, ChatCompletionResponseFormatType, ChatCompletionSchemaProperties, ChatCompletionSchema, CognitiveServicesAccount, CognitiveServicesAccountUnion, DefaultCognitiveServicesAccount, CognitiveServicesAccountKey, AIServicesAccountKey, AIServicesAccountIdentity, SearchIndexerKnowledgeStore, SearchIndexerKnowledgeStoreProjection, SearchIndexerKnowledgeStoreTableProjectionSelector, SearchIndexerKnowledgeStoreObjectProjectionSelector, SearchIndexerKnowledgeStoreFileProjectionSelector, SearchIndexerKnowledgeStoreParameters, SearchIndexerIndexProjection, SearchIndexerIndexProjectionSelector, SearchIndexerIndexProjectionsParameters, IndexProjectionMode, SearchIndexerKnowledgeStoreProjectionSelector, SearchIndexerKnowledgeStoreBlobProjectionSelector, ListSkillsetsResult, SkillNames, } from "./models.js";
2
+ export { KnownSearchFieldDataType, KnownPermissionFilter, KnownLexicalAnalyzerName, KnownLexicalNormalizerName, KnownVectorEncodingFormat, KnownLexicalTokenizerName, KnownTokenFilterName, KnownCharFilterName, KnownRegexFlags, KnownRankingOrder, KnownVectorSearchAlgorithmKind, KnownVectorSearchAlgorithmMetric, KnownVectorSearchVectorizerKind, KnownAzureOpenAIModelName, KnownAIFoundryModelCatalogName, KnownVectorSearchCompressionRescoreStorageMethod, KnownVectorSearchCompressionKind, KnownVectorSearchCompressionTarget, KnownSearchIndexPermissionFilterOption, KnownKnowledgeBaseModelKind, KnownKnowledgeSourceKind, KnownKnowledgeSourceIngestionPermissionOption, KnownKnowledgeSourceContentExtractionMode, KnownIndexedSharePointContainerName, KnownMcpServerAuthenticationKind, KnownMcpServerOutputParsingKind, KnownTextSplitMode, KnownSplitSkillLanguage, KnownMcpServerToolInclusionMode, KnownKnowledgeSourceSynchronizationStatus, KnownSearchIndexerDataSourceType, KnownIndexerPermissionOption, KnownIndexerResyncOption, KnownBlobIndexerParsingMode, KnownMarkdownParsingSubmode, KnownMarkdownHeaderDepth, KnownBlobIndexerDataToExtract, KnownBlobIndexerImageAction, KnownBlobIndexerPDFTextRotationAlgorithm, KnownIndexerExecutionEnvironment, KnownIndexerExecutionStatusDetail, KnownIndexingMode, KnownKeyPhraseExtractionSkillLanguage, KnownOcrSkillLanguage, KnownOcrLineEnding, KnownImageAnalysisSkillLanguage, KnownVisualFeature, KnownImageDetail, KnownSentimentSkillLanguage, KnownEntityCategory, KnownEntityRecognitionSkillLanguage, KnownPIIDetectionSkillMaskingMode, KnownSplitSkillUnit, KnownSplitSkillEncoderModelName, KnownCustomEntityLookupSkillLanguage, KnownTextTranslationSkillLanguage, KnownDocumentIntelligenceLayoutSkillOutputFormat, KnownDocumentIntelligenceLayoutSkillOutputMode, KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth, KnownDocumentIntelligenceLayoutSkillExtractionOptions, KnownDocumentIntelligenceLayoutSkillChunkingUnit, KnownContentUnderstandingSkillExtractionOptions, KnownContentUnderstandingSkillChunkingUnit, KnownChatCompletionExtraParametersBehavior, KnownChatCompletionResponseFormatType, KnownIndexProjectionMode, } from "./models.js";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/models/azure/search/documents/indexes/index.ts"],"names":[],"mappings":"AAGA,YAAY,EACV,UAAU,EACV,2BAA2B,EAC3B,0CAA0C,EAC1C,yBAAyB,EACzB,8BAA8B,EAC9B,6BAA6B,EAC7B,qCAAqC,EACrC,qBAAqB,EACrB,WAAW,EACX,WAAW,EACX,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACrB,oBAAoB,EACpB,cAAc,EACd,WAAW,EACX,eAAe,EACf,oBAAoB,EACpB,4BAA4B,EAC5B,uBAAuB,EACvB,yBAAyB,EACzB,wBAAwB,EACxB,0BAA0B,EAC1B,wBAAwB,EACxB,0BAA0B,EAC1B,kBAAkB,EAClB,oBAAoB,EACpB,0BAA0B,EAC1B,WAAW,EACX,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,cAAc,EACd,oBAAoB,EACpB,eAAe,EACf,cAAc,EACd,eAAe,EACf,UAAU,EACV,sBAAsB,EACtB,YAAY,EACZ,gBAAgB,EAChB,qBAAqB,EACrB,gBAAgB,EAChB,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,kBAAkB,EAClB,0BAA0B,EAC1B,0BAA0B,EAC1B,kCAAkC,EAClC,kCAAkC,EAClC,cAAc,EACd,wBAAwB,EACxB,gBAAgB,EAChB,uBAAuB,EACvB,yBAAyB,EACzB,oBAAoB,EACpB,WAAW,EACX,gBAAgB,EAChB,uBAAuB,EACvB,oBAAoB,EACpB,2BAA2B,EAC3B,qBAAqB,EACrB,iCAAiC,EACjC,oBAAoB,EACpB,wBAAwB,EACxB,sBAAsB,EACtB,kBAAkB,EAClB,eAAe,EACf,wBAAwB,EACxB,iBAAiB,EACjB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,yBAAyB,EACzB,yBAAyB,EACzB,mBAAmB,EACnB,eAAe,EACf,kBAAkB,EAClB,mBAAmB,EACnB,2BAA2B,EAC3B,kBAAkB,EAClB,0BAA0B,EAC1B,0BAA0B,EAC1B,oBAAoB,EACpB,aAAa,EACb,kBAAkB,EAClB,mBAAmB,EACnB,iBAAiB,EACjB,wBAAwB,EACxB,UAAU,EACV,eAAe,EACf,iBAAiB,EACjB,wBAAwB,EACxB,iBAAiB,EACjB,sBAAsB,EACtB,gBAAgB,EAChB,mBAAmB,EACnB,wBAAwB,EACxB,iBAAiB,EACjB,cAAc,EACd,cAAc,EACd,qBAAqB,EACrB,yBAAyB,EACzB,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,mBAAmB,EACnB,kCAAkC,EAClC,uCAAuC,EACvC,yBAAyB,EACzB,0BAA0B,EAC1B,cAAc,EACd,2BAA2B,EAC3B,mCAAmC,EACnC,uBAAuB,EACvB,sBAAsB,EACtB,2BAA2B,EAC3B,0BAA0B,EAC1B,qBAAqB,EACrB,+BAA+B,EAC/B,oBAAoB,EACpB,gBAAgB,EAChB,0BAA0B,EAC1B,8BAA8B,EAC9B,8BAA8B,EAC9B,yBAAyB,EACzB,uBAAuB,EACvB,4BAA4B,EAC5B,gBAAgB,EAChB,2CAA2C,EAC3C,2BAA2B,EAC3B,6BAA6B,EAC7B,4BAA4B,EAC5B,6BAA6B,EAC7B,6BAA6B,EAC7B,mBAAmB,EACnB,wBAAwB,EACxB,kBAAkB,EAClB,aAAa,EACb,iBAAiB,EACjB,WAAW,EACX,aAAa,EACb,wBAAwB,EACxB,kBAAkB,EAClB,uBAAuB,EACvB,sBAAsB,EACtB,6BAA6B,EAC7B,eAAe,EACf,oBAAoB,EACpB,mBAAmB,EACnB,0BAA0B,EAC1B,oCAAoC,EACpC,yBAAyB,EACzB,wBAAwB,EACxB,kCAAkC,EAClC,gBAAgB,EAChB,oCAAoC,EACpC,gBAAgB,EAChB,6BAA6B,EAC7B,uCAAuC,EACvC,kBAAkB,EAClB,4BAA4B,EAC5B,yBAAyB,EACzB,wBAAwB,EACxB,oCAAoC,EACpC,uBAAuB,EACvB,eAAe,EACf,eAAe,EACf,aAAa,EACb,iCAAiC,EACjC,2BAA2B,EAC3B,qBAAqB,EACrB,0BAA0B,EAC1B,yBAAyB,EACzB,8BAA8B,EAC9B,kCAAkC,EAClC,iCAAiC,EACjC,2BAA2B,EAC3B,gCAAgC,EAChC,uCAAuC,EACvC,2CAA2C,EAC3C,qBAAqB,EACrB,aAAa,EACb,kBAAkB,EAClB,+BAA+B,EAC/B,sBAAsB,EACtB,sBAAsB,EACtB,mBAAmB,EACnB,wBAAwB,EACxB,sBAAsB,EACtB,mCAAmC,EACnC,2BAA2B,EAC3B,YAAY,EACZ,oBAAoB,EACpB,kBAAkB,EAClB,mBAAmB,EACnB,aAAa,EACb,sBAAsB,EACtB,sBAAsB,EACtB,kBAAkB,EAClB,oBAAoB,EACpB,mBAAmB,EACnB,qBAAqB,EACrB,kBAAkB,EAClB,uBAAuB,EACvB,sBAAsB,EACtB,uBAAuB,EACvB,gBAAgB,EAChB,wBAAwB,EACxB,gCAAgC,EAChC,QAAQ,EACR,gBAAgB,EAChB,aAAa,EACb,kBAAkB,EAClB,0BAA0B,EAC1B,aAAa,EACb,WAAW,EACX,sBAAsB,EACtB,WAAW,EACX,UAAU,EACV,gBAAgB,EAChB,sBAAsB,EACtB,kBAAkB,EAClB,wBAAwB,EACxB,cAAc,EACd,8BAA8B,EAC9B,iBAAiB,EACjB,4BAA4B,EAC5B,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,uBAAuB,EACvB,+BAA+B,EAC/B,YAAY,EACZ,iBAAiB,EACjB,oBAAoB,EACpB,4BAA4B,EAC5B,uBAAuB,EACvB,+BAA+B,EAC/B,2CAA2C,EAC3C,yCAAyC,EACzC,kDAAkD,EAClD,gDAAgD,EAChD,iDAAiD,EACjD,2CAA2C,EAC3C,WAAW,EACX,iBAAiB,EACjB,yBAAyB,EACzB,yBAAyB,EACzB,0CAA0C,EAC1C,2CAA2C,EAC3C,qCAAqC,EACrC,mBAAmB,EACnB,qBAAqB,EACrB,qCAAqC,EACrC,4BAA4B,EAC5B,gCAAgC,EAChC,8BAA8B,EAC9B,oBAAoB,EACpB,wBAAwB,EACxB,6BAA6B,EAC7B,+BAA+B,EAC/B,2BAA2B,EAC3B,oBAAoB,EACpB,yBAAyB,EACzB,2BAA2B,EAC3B,qCAAqC,EACrC,kDAAkD,EAClD,mDAAmD,EACnD,iDAAiD,EACjD,4BAA4B,EAC5B,oCAAoC,EACpC,uCAAuC,EACvC,mBAAmB,EACnB,6CAA6C,EAC7C,iDAAiD,EACjD,mBAAmB,EACnB,iBAAiB,EACjB,mBAAmB,EACnB,iBAAiB,EACjB,UAAU,GACX,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,wBAAwB,EACxB,wBAAwB,EACxB,0BAA0B,EAC1B,yBAAyB,EACzB,yBAAyB,EACzB,oBAAoB,EACpB,mBAAmB,EACnB,eAAe,EACf,iBAAiB,EACjB,8BAA8B,EAC9B,gCAAgC,EAChC,+BAA+B,EAC/B,yBAAyB,EACzB,8BAA8B,EAC9B,gDAAgD,EAChD,gCAAgC,EAChC,kCAAkC,EAClC,2BAA2B,EAC3B,wBAAwB,EACxB,yCAAyC,EACzC,yCAAyC,EACzC,gCAAgC,EAChC,2BAA2B,EAC3B,2BAA2B,EAC3B,wBAAwB,EACxB,6BAA6B,EAC7B,2BAA2B,EAC3B,wCAAwC,EACxC,gCAAgC,EAChC,qCAAqC,EACrC,qBAAqB,EACrB,kBAAkB,EAClB,+BAA+B,EAC/B,kBAAkB,EAClB,gBAAgB,EAChB,2BAA2B,EAC3B,mBAAmB,EACnB,mCAAmC,EACnC,iCAAiC,EACjC,uBAAuB,EACvB,kBAAkB,EAClB,oCAAoC,EACpC,iCAAiC,EACjC,gDAAgD,EAChD,8CAA8C,EAC9C,uDAAuD,EACvD,qDAAqD,EACrD,gDAAgD,EAChD,+CAA+C,EAC/C,0CAA0C,EAC1C,0CAA0C,EAC1C,qCAAqC,EACrC,wBAAwB,EACxB,wBAAwB,GACzB,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/models/azure/search/documents/indexes/index.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
1
  // Copyright (c) Microsoft Corporation.
2
2
  // Licensed under the MIT License.
3
- export { KnownSearchFieldDataType, KnownLexicalAnalyzerName, KnownLexicalNormalizerName, KnownVectorEncodingFormat, KnownLexicalTokenizerName, KnownTokenFilterName, KnownCharFilterName, KnownRegexFlags, KnownRankingOrder, KnownVectorSearchAlgorithmKind, KnownVectorSearchAlgorithmMetric, KnownVectorSearchVectorizerKind, KnownAzureOpenAIModelName, KnownAIFoundryModelCatalogName, KnownVectorSearchCompressionRescoreStorageMethod, KnownVectorSearchCompressionKind, KnownVectorSearchCompressionTarget, KnownKnowledgeBaseModelKind, KnownKnowledgeSourceKind, KnownKnowledgeSourceContentExtractionMode, KnownKnowledgeSourceSynchronizationStatus, KnownSearchIndexerDataSourceType, KnownBlobIndexerParsingMode, KnownMarkdownParsingSubmode, KnownMarkdownHeaderDepth, KnownBlobIndexerDataToExtract, KnownBlobIndexerImageAction, KnownBlobIndexerPDFTextRotationAlgorithm, KnownIndexerExecutionEnvironment, KnownKeyPhraseExtractionSkillLanguage, KnownOcrSkillLanguage, KnownOcrLineEnding, KnownImageAnalysisSkillLanguage, KnownVisualFeature, KnownImageDetail, KnownSentimentSkillLanguage, KnownEntityCategory, KnownEntityRecognitionSkillLanguage, KnownPIIDetectionSkillMaskingMode, KnownSplitSkillLanguage, KnownTextSplitMode, KnownCustomEntityLookupSkillLanguage, KnownTextTranslationSkillLanguage, KnownDocumentIntelligenceLayoutSkillOutputFormat, KnownDocumentIntelligenceLayoutSkillOutputMode, KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth, KnownDocumentIntelligenceLayoutSkillExtractionOptions, KnownDocumentIntelligenceLayoutSkillChunkingUnit, KnownContentUnderstandingSkillExtractionOptions, KnownContentUnderstandingSkillChunkingUnit, KnownChatCompletionExtraParametersBehavior, KnownChatCompletionResponseFormatType, KnownIndexProjectionMode, KnownIndexerResyncOption, } from "./models.js";
3
+ export { KnownSearchFieldDataType, KnownPermissionFilter, KnownLexicalAnalyzerName, KnownLexicalNormalizerName, KnownVectorEncodingFormat, KnownLexicalTokenizerName, KnownTokenFilterName, KnownCharFilterName, KnownRegexFlags, KnownRankingOrder, KnownVectorSearchAlgorithmKind, KnownVectorSearchAlgorithmMetric, KnownVectorSearchVectorizerKind, KnownAzureOpenAIModelName, KnownAIFoundryModelCatalogName, KnownVectorSearchCompressionRescoreStorageMethod, KnownVectorSearchCompressionKind, KnownVectorSearchCompressionTarget, KnownSearchIndexPermissionFilterOption, KnownKnowledgeBaseModelKind, KnownKnowledgeSourceKind, KnownKnowledgeSourceIngestionPermissionOption, KnownKnowledgeSourceContentExtractionMode, KnownIndexedSharePointContainerName, KnownMcpServerAuthenticationKind, KnownMcpServerOutputParsingKind, KnownTextSplitMode, KnownSplitSkillLanguage, KnownMcpServerToolInclusionMode, KnownKnowledgeSourceSynchronizationStatus, KnownSearchIndexerDataSourceType, KnownIndexerPermissionOption, KnownIndexerResyncOption, KnownBlobIndexerParsingMode, KnownMarkdownParsingSubmode, KnownMarkdownHeaderDepth, KnownBlobIndexerDataToExtract, KnownBlobIndexerImageAction, KnownBlobIndexerPDFTextRotationAlgorithm, KnownIndexerExecutionEnvironment, KnownIndexerExecutionStatusDetail, KnownIndexingMode, KnownKeyPhraseExtractionSkillLanguage, KnownOcrSkillLanguage, KnownOcrLineEnding, KnownImageAnalysisSkillLanguage, KnownVisualFeature, KnownImageDetail, KnownSentimentSkillLanguage, KnownEntityCategory, KnownEntityRecognitionSkillLanguage, KnownPIIDetectionSkillMaskingMode, KnownSplitSkillUnit, KnownSplitSkillEncoderModelName, KnownCustomEntityLookupSkillLanguage, KnownTextTranslationSkillLanguage, KnownDocumentIntelligenceLayoutSkillOutputFormat, KnownDocumentIntelligenceLayoutSkillOutputMode, KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth, KnownDocumentIntelligenceLayoutSkillExtractionOptions, KnownDocumentIntelligenceLayoutSkillChunkingUnit, KnownContentUnderstandingSkillExtractionOptions, KnownContentUnderstandingSkillChunkingUnit, KnownChatCompletionExtraParametersBehavior, KnownChatCompletionResponseFormatType, KnownIndexProjectionMode, } from "./models.js";
4
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/models/azure/search/documents/indexes/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AA8RlC,OAAO,EACL,wBAAwB,EACxB,wBAAwB,EACxB,0BAA0B,EAC1B,yBAAyB,EACzB,yBAAyB,EACzB,oBAAoB,EACpB,mBAAmB,EACnB,eAAe,EACf,iBAAiB,EACjB,8BAA8B,EAC9B,gCAAgC,EAChC,+BAA+B,EAC/B,yBAAyB,EACzB,8BAA8B,EAC9B,gDAAgD,EAChD,gCAAgC,EAChC,kCAAkC,EAClC,2BAA2B,EAC3B,wBAAwB,EACxB,yCAAyC,EACzC,yCAAyC,EACzC,gCAAgC,EAChC,2BAA2B,EAC3B,2BAA2B,EAC3B,wBAAwB,EACxB,6BAA6B,EAC7B,2BAA2B,EAC3B,wCAAwC,EACxC,gCAAgC,EAChC,qCAAqC,EACrC,qBAAqB,EACrB,kBAAkB,EAClB,+BAA+B,EAC/B,kBAAkB,EAClB,gBAAgB,EAChB,2BAA2B,EAC3B,mBAAmB,EACnB,mCAAmC,EACnC,iCAAiC,EACjC,uBAAuB,EACvB,kBAAkB,EAClB,oCAAoC,EACpC,iCAAiC,EACjC,gDAAgD,EAChD,8CAA8C,EAC9C,uDAAuD,EACvD,qDAAqD,EACrD,gDAAgD,EAChD,+CAA+C,EAC/C,0CAA0C,EAC1C,0CAA0C,EAC1C,qCAAqC,EACrC,wBAAwB,EACxB,wBAAwB,GACzB,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type {\n SynonymMap,\n SearchResourceEncryptionKey,\n AzureActiveDirectoryApplicationCredentials,\n SearchIndexerDataIdentity,\n SearchIndexerDataIdentityUnion,\n SearchIndexerDataNoneIdentity,\n SearchIndexerDataUserAssignedIdentity,\n ListSynonymMapsResult,\n SearchIndex,\n SearchField,\n SearchFieldDataType,\n LexicalAnalyzerName,\n LexicalNormalizerName,\n VectorEncodingFormat,\n ScoringProfile,\n TextWeights,\n ScoringFunction,\n ScoringFunctionUnion,\n ScoringFunctionInterpolation,\n DistanceScoringFunction,\n DistanceScoringParameters,\n FreshnessScoringFunction,\n FreshnessScoringParameters,\n MagnitudeScoringFunction,\n MagnitudeScoringParameters,\n TagScoringFunction,\n TagScoringParameters,\n ScoringFunctionAggregation,\n CorsOptions,\n SearchSuggester,\n LexicalAnalyzer,\n LexicalAnalyzerUnion,\n CustomAnalyzer,\n LexicalTokenizerName,\n TokenFilterName,\n CharFilterName,\n PatternAnalyzer,\n RegexFlags,\n LuceneStandardAnalyzer,\n StopAnalyzer,\n LexicalTokenizer,\n LexicalTokenizerUnion,\n ClassicTokenizer,\n EdgeNGramTokenizer,\n TokenCharacterKind,\n KeywordTokenizer,\n KeywordTokenizerV2,\n MicrosoftLanguageTokenizer,\n MicrosoftTokenizerLanguage,\n MicrosoftLanguageStemmingTokenizer,\n MicrosoftStemmingTokenizerLanguage,\n NGramTokenizer,\n PathHierarchyTokenizerV2,\n PatternTokenizer,\n LuceneStandardTokenizer,\n LuceneStandardTokenizerV2,\n UaxUrlEmailTokenizer,\n TokenFilter,\n TokenFilterUnion,\n AsciiFoldingTokenFilter,\n CjkBigramTokenFilter,\n CjkBigramTokenFilterScripts,\n CommonGramTokenFilter,\n DictionaryDecompounderTokenFilter,\n EdgeNGramTokenFilter,\n EdgeNGramTokenFilterSide,\n EdgeNGramTokenFilterV2,\n ElisionTokenFilter,\n KeepTokenFilter,\n KeywordMarkerTokenFilter,\n LengthTokenFilter,\n LimitTokenFilter,\n NGramTokenFilter,\n NGramTokenFilterV2,\n PatternCaptureTokenFilter,\n PatternReplaceTokenFilter,\n PhoneticTokenFilter,\n PhoneticEncoder,\n ShingleTokenFilter,\n SnowballTokenFilter,\n SnowballTokenFilterLanguage,\n StemmerTokenFilter,\n StemmerTokenFilterLanguage,\n StemmerOverrideTokenFilter,\n StopwordsTokenFilter,\n StopwordsList,\n SynonymTokenFilter,\n TruncateTokenFilter,\n UniqueTokenFilter,\n WordDelimiterTokenFilter,\n CharFilter,\n CharFilterUnion,\n MappingCharFilter,\n PatternReplaceCharFilter,\n LexicalNormalizer,\n LexicalNormalizerUnion,\n CustomNormalizer,\n SimilarityAlgorithm,\n SimilarityAlgorithmUnion,\n ClassicSimilarity,\n BM25Similarity,\n SemanticSearch,\n SemanticConfiguration,\n SemanticPrioritizedFields,\n SemanticField,\n RankingOrder,\n VectorSearch,\n VectorSearchProfile,\n VectorSearchAlgorithmConfiguration,\n VectorSearchAlgorithmConfigurationUnion,\n VectorSearchAlgorithmKind,\n HnswAlgorithmConfiguration,\n HnswParameters,\n VectorSearchAlgorithmMetric,\n ExhaustiveKnnAlgorithmConfiguration,\n ExhaustiveKnnParameters,\n VectorSearchVectorizer,\n VectorSearchVectorizerUnion,\n VectorSearchVectorizerKind,\n AzureOpenAIVectorizer,\n AzureOpenAIVectorizerParameters,\n AzureOpenAIModelName,\n WebApiVectorizer,\n WebApiVectorizerParameters,\n AzureMachineLearningVectorizer,\n AzureMachineLearningParameters,\n AIFoundryModelCatalogName,\n VectorSearchCompression,\n VectorSearchCompressionUnion,\n RescoringOptions,\n VectorSearchCompressionRescoreStorageMethod,\n VectorSearchCompressionKind,\n ScalarQuantizationCompression,\n ScalarQuantizationParameters,\n VectorSearchCompressionTarget,\n BinaryQuantizationCompression,\n SearchIndexResponse,\n GetIndexStatisticsResult,\n AnalyzeTextOptions,\n AnalyzeResult,\n AnalyzedTokenInfo,\n SearchAlias,\n KnowledgeBase,\n KnowledgeSourceReference,\n KnowledgeBaseModel,\n KnowledgeBaseModelUnion,\n KnowledgeBaseModelKind,\n KnowledgeBaseAzureOpenAIModel,\n KnowledgeSource,\n KnowledgeSourceUnion,\n KnowledgeSourceKind,\n SearchIndexKnowledgeSource,\n SearchIndexKnowledgeSourceParameters,\n SearchIndexFieldReference,\n AzureBlobKnowledgeSource,\n AzureBlobKnowledgeSourceParameters,\n IndexingSchedule,\n KnowledgeSourceContentExtractionMode,\n CreatedResources,\n IndexedOneLakeKnowledgeSource,\n IndexedOneLakeKnowledgeSourceParameters,\n WebKnowledgeSource,\n WebKnowledgeSourceParameters,\n WebKnowledgeSourceDomains,\n WebKnowledgeSourceDomain,\n KnowledgeSourceSynchronizationStatus,\n SearchServiceStatistics,\n ServiceCounters,\n ResourceCounter,\n ServiceLimits,\n SearchIndexerDataSourceConnection,\n SearchIndexerDataSourceType,\n DataSourceCredentials,\n SearchIndexerDataContainer,\n DataChangeDetectionPolicy,\n DataChangeDetectionPolicyUnion,\n HighWaterMarkChangeDetectionPolicy,\n SqlIntegratedChangeTrackingPolicy,\n DataDeletionDetectionPolicy,\n DataDeletionDetectionPolicyUnion,\n SoftDeleteColumnDeletionDetectionPolicy,\n NativeBlobSoftDeleteDeletionDetectionPolicy,\n ListDataSourcesResult,\n SearchIndexer,\n IndexingParameters,\n IndexingParametersConfiguration,\n BlobIndexerParsingMode,\n MarkdownParsingSubmode,\n MarkdownHeaderDepth,\n BlobIndexerDataToExtract,\n BlobIndexerImageAction,\n BlobIndexerPDFTextRotationAlgorithm,\n IndexerExecutionEnvironment,\n FieldMapping,\n FieldMappingFunction,\n ListIndexersResult,\n SearchIndexerStatus,\n IndexerStatus,\n IndexerExecutionResult,\n IndexerExecutionStatus,\n SearchIndexerError,\n SearchIndexerWarning,\n SearchIndexerLimits,\n SearchIndexerSkillset,\n SearchIndexerSkill,\n SearchIndexerSkillUnion,\n InputFieldMappingEntry,\n OutputFieldMappingEntry,\n ConditionalSkill,\n KeyPhraseExtractionSkill,\n KeyPhraseExtractionSkillLanguage,\n OcrSkill,\n OcrSkillLanguage,\n OcrLineEnding,\n ImageAnalysisSkill,\n ImageAnalysisSkillLanguage,\n VisualFeature,\n ImageDetail,\n LanguageDetectionSkill,\n ShaperSkill,\n MergeSkill,\n SentimentSkillV3,\n SentimentSkillLanguage,\n EntityLinkingSkill,\n EntityRecognitionSkillV3,\n EntityCategory,\n EntityRecognitionSkillLanguage,\n PIIDetectionSkill,\n PIIDetectionSkillMaskingMode,\n SplitSkill,\n SplitSkillLanguage,\n TextSplitMode,\n CustomEntityLookupSkill,\n CustomEntityLookupSkillLanguage,\n CustomEntity,\n CustomEntityAlias,\n TextTranslationSkill,\n TextTranslationSkillLanguage,\n DocumentExtractionSkill,\n DocumentIntelligenceLayoutSkill,\n DocumentIntelligenceLayoutSkillOutputFormat,\n DocumentIntelligenceLayoutSkillOutputMode,\n DocumentIntelligenceLayoutSkillMarkdownHeaderDepth,\n DocumentIntelligenceLayoutSkillExtractionOptions,\n DocumentIntelligenceLayoutSkillChunkingProperties,\n DocumentIntelligenceLayoutSkillChunkingUnit,\n WebApiSkill,\n WebApiHttpHeaders,\n AzureOpenAIEmbeddingSkill,\n ContentUnderstandingSkill,\n ContentUnderstandingSkillExtractionOptions,\n ContentUnderstandingSkillChunkingProperties,\n ContentUnderstandingSkillChunkingUnit,\n ChatCompletionSkill,\n CommonModelParameters,\n ChatCompletionExtraParametersBehavior,\n ChatCompletionResponseFormat,\n ChatCompletionResponseFormatType,\n ChatCompletionSchemaProperties,\n ChatCompletionSchema,\n CognitiveServicesAccount,\n CognitiveServicesAccountUnion,\n DefaultCognitiveServicesAccount,\n CognitiveServicesAccountKey,\n AIServicesAccountKey,\n AIServicesAccountIdentity,\n SearchIndexerKnowledgeStore,\n SearchIndexerKnowledgeStoreProjection,\n SearchIndexerKnowledgeStoreTableProjectionSelector,\n SearchIndexerKnowledgeStoreObjectProjectionSelector,\n SearchIndexerKnowledgeStoreFileProjectionSelector,\n SearchIndexerIndexProjection,\n SearchIndexerIndexProjectionSelector,\n SearchIndexerIndexProjectionsParameters,\n IndexProjectionMode,\n SearchIndexerKnowledgeStoreProjectionSelector,\n SearchIndexerKnowledgeStoreBlobProjectionSelector,\n ListSkillsetsResult,\n IndexerResyncBody,\n IndexerResyncOption,\n DocumentKeysOrIds,\n SkillNames,\n} from \"./models.js\";\nexport {\n KnownSearchFieldDataType,\n KnownLexicalAnalyzerName,\n KnownLexicalNormalizerName,\n KnownVectorEncodingFormat,\n KnownLexicalTokenizerName,\n KnownTokenFilterName,\n KnownCharFilterName,\n KnownRegexFlags,\n KnownRankingOrder,\n KnownVectorSearchAlgorithmKind,\n KnownVectorSearchAlgorithmMetric,\n KnownVectorSearchVectorizerKind,\n KnownAzureOpenAIModelName,\n KnownAIFoundryModelCatalogName,\n KnownVectorSearchCompressionRescoreStorageMethod,\n KnownVectorSearchCompressionKind,\n KnownVectorSearchCompressionTarget,\n KnownKnowledgeBaseModelKind,\n KnownKnowledgeSourceKind,\n KnownKnowledgeSourceContentExtractionMode,\n KnownKnowledgeSourceSynchronizationStatus,\n KnownSearchIndexerDataSourceType,\n KnownBlobIndexerParsingMode,\n KnownMarkdownParsingSubmode,\n KnownMarkdownHeaderDepth,\n KnownBlobIndexerDataToExtract,\n KnownBlobIndexerImageAction,\n KnownBlobIndexerPDFTextRotationAlgorithm,\n KnownIndexerExecutionEnvironment,\n KnownKeyPhraseExtractionSkillLanguage,\n KnownOcrSkillLanguage,\n KnownOcrLineEnding,\n KnownImageAnalysisSkillLanguage,\n KnownVisualFeature,\n KnownImageDetail,\n KnownSentimentSkillLanguage,\n KnownEntityCategory,\n KnownEntityRecognitionSkillLanguage,\n KnownPIIDetectionSkillMaskingMode,\n KnownSplitSkillLanguage,\n KnownTextSplitMode,\n KnownCustomEntityLookupSkillLanguage,\n KnownTextTranslationSkillLanguage,\n KnownDocumentIntelligenceLayoutSkillOutputFormat,\n KnownDocumentIntelligenceLayoutSkillOutputMode,\n KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth,\n KnownDocumentIntelligenceLayoutSkillExtractionOptions,\n KnownDocumentIntelligenceLayoutSkillChunkingUnit,\n KnownContentUnderstandingSkillExtractionOptions,\n KnownContentUnderstandingSkillChunkingUnit,\n KnownChatCompletionExtraParametersBehavior,\n KnownChatCompletionResponseFormatType,\n KnownIndexProjectionMode,\n KnownIndexerResyncOption,\n} from \"./models.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/models/azure/search/documents/indexes/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAwVlC,OAAO,EACL,wBAAwB,EACxB,qBAAqB,EACrB,wBAAwB,EACxB,0BAA0B,EAC1B,yBAAyB,EACzB,yBAAyB,EACzB,oBAAoB,EACpB,mBAAmB,EACnB,eAAe,EACf,iBAAiB,EACjB,8BAA8B,EAC9B,gCAAgC,EAChC,+BAA+B,EAC/B,yBAAyB,EACzB,8BAA8B,EAC9B,gDAAgD,EAChD,gCAAgC,EAChC,kCAAkC,EAClC,sCAAsC,EACtC,2BAA2B,EAC3B,wBAAwB,EACxB,6CAA6C,EAC7C,yCAAyC,EACzC,mCAAmC,EACnC,gCAAgC,EAChC,+BAA+B,EAC/B,kBAAkB,EAClB,uBAAuB,EACvB,+BAA+B,EAC/B,yCAAyC,EACzC,gCAAgC,EAChC,4BAA4B,EAC5B,wBAAwB,EACxB,2BAA2B,EAC3B,2BAA2B,EAC3B,wBAAwB,EACxB,6BAA6B,EAC7B,2BAA2B,EAC3B,wCAAwC,EACxC,gCAAgC,EAChC,iCAAiC,EACjC,iBAAiB,EACjB,qCAAqC,EACrC,qBAAqB,EACrB,kBAAkB,EAClB,+BAA+B,EAC/B,kBAAkB,EAClB,gBAAgB,EAChB,2BAA2B,EAC3B,mBAAmB,EACnB,mCAAmC,EACnC,iCAAiC,EACjC,mBAAmB,EACnB,+BAA+B,EAC/B,oCAAoC,EACpC,iCAAiC,EACjC,gDAAgD,EAChD,8CAA8C,EAC9C,uDAAuD,EACvD,qDAAqD,EACrD,gDAAgD,EAChD,+CAA+C,EAC/C,0CAA0C,EAC1C,0CAA0C,EAC1C,qCAAqC,EACrC,wBAAwB,GACzB,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type {\n SynonymMap,\n SearchResourceEncryptionKey,\n AzureActiveDirectoryApplicationCredentials,\n SearchIndexerDataIdentity,\n SearchIndexerDataIdentityUnion,\n SearchIndexerDataNoneIdentity,\n SearchIndexerDataUserAssignedIdentity,\n ListSynonymMapsResult,\n SearchIndex,\n SearchField,\n SearchFieldDataType,\n PermissionFilter,\n LexicalAnalyzerName,\n LexicalNormalizerName,\n VectorEncodingFormat,\n ScoringProfile,\n TextWeights,\n ScoringFunction,\n ScoringFunctionUnion,\n ScoringFunctionInterpolation,\n DistanceScoringFunction,\n DistanceScoringParameters,\n FreshnessScoringFunction,\n FreshnessScoringParameters,\n MagnitudeScoringFunction,\n MagnitudeScoringParameters,\n TagScoringFunction,\n TagScoringParameters,\n ScoringFunctionAggregation,\n CorsOptions,\n SearchSuggester,\n LexicalAnalyzer,\n LexicalAnalyzerUnion,\n CustomAnalyzer,\n LexicalTokenizerName,\n TokenFilterName,\n CharFilterName,\n PatternAnalyzer,\n RegexFlags,\n LuceneStandardAnalyzer,\n StopAnalyzer,\n LexicalTokenizer,\n LexicalTokenizerUnion,\n ClassicTokenizer,\n EdgeNGramTokenizer,\n TokenCharacterKind,\n KeywordTokenizer,\n KeywordTokenizerV2,\n MicrosoftLanguageTokenizer,\n MicrosoftTokenizerLanguage,\n MicrosoftLanguageStemmingTokenizer,\n MicrosoftStemmingTokenizerLanguage,\n NGramTokenizer,\n PathHierarchyTokenizerV2,\n PatternTokenizer,\n LuceneStandardTokenizer,\n LuceneStandardTokenizerV2,\n UaxUrlEmailTokenizer,\n TokenFilter,\n TokenFilterUnion,\n AsciiFoldingTokenFilter,\n CjkBigramTokenFilter,\n CjkBigramTokenFilterScripts,\n CommonGramTokenFilter,\n DictionaryDecompounderTokenFilter,\n EdgeNGramTokenFilter,\n EdgeNGramTokenFilterSide,\n EdgeNGramTokenFilterV2,\n ElisionTokenFilter,\n KeepTokenFilter,\n KeywordMarkerTokenFilter,\n LengthTokenFilter,\n LimitTokenFilter,\n NGramTokenFilter,\n NGramTokenFilterV2,\n PatternCaptureTokenFilter,\n PatternReplaceTokenFilter,\n PhoneticTokenFilter,\n PhoneticEncoder,\n ShingleTokenFilter,\n SnowballTokenFilter,\n SnowballTokenFilterLanguage,\n StemmerTokenFilter,\n StemmerTokenFilterLanguage,\n StemmerOverrideTokenFilter,\n StopwordsTokenFilter,\n StopwordsList,\n SynonymTokenFilter,\n TruncateTokenFilter,\n UniqueTokenFilter,\n WordDelimiterTokenFilter,\n CharFilter,\n CharFilterUnion,\n MappingCharFilter,\n PatternReplaceCharFilter,\n LexicalNormalizer,\n LexicalNormalizerUnion,\n CustomNormalizer,\n SimilarityAlgorithm,\n SimilarityAlgorithmUnion,\n ClassicSimilarity,\n BM25Similarity,\n SemanticSearch,\n SemanticConfiguration,\n SemanticPrioritizedFields,\n SemanticField,\n RankingOrder,\n VectorSearch,\n VectorSearchProfile,\n VectorSearchAlgorithmConfiguration,\n VectorSearchAlgorithmConfigurationUnion,\n VectorSearchAlgorithmKind,\n HnswAlgorithmConfiguration,\n HnswParameters,\n VectorSearchAlgorithmMetric,\n ExhaustiveKnnAlgorithmConfiguration,\n ExhaustiveKnnParameters,\n VectorSearchVectorizer,\n VectorSearchVectorizerUnion,\n VectorSearchVectorizerKind,\n AzureOpenAIVectorizer,\n AzureOpenAIVectorizerParameters,\n AzureOpenAIModelName,\n WebApiVectorizer,\n WebApiVectorizerParameters,\n AIServicesVisionVectorizer,\n AIServicesVisionParameters,\n AzureMachineLearningVectorizer,\n AzureMachineLearningParameters,\n AIFoundryModelCatalogName,\n VectorSearchCompression,\n VectorSearchCompressionUnion,\n RescoringOptions,\n VectorSearchCompressionRescoreStorageMethod,\n VectorSearchCompressionKind,\n ScalarQuantizationCompression,\n ScalarQuantizationParameters,\n VectorSearchCompressionTarget,\n BinaryQuantizationCompression,\n SearchIndexPermissionFilterOption,\n SearchIndexResponse,\n GetIndexStatisticsResult,\n AnalyzeTextOptions,\n AnalyzeResult,\n AnalyzedTokenInfo,\n SearchAlias,\n KnowledgeBase,\n KnowledgeSourceReference,\n KnowledgeBaseModel,\n KnowledgeBaseModelUnion,\n KnowledgeBaseModelKind,\n KnowledgeBaseAzureOpenAIModel,\n KnowledgeSource,\n KnowledgeSourceUnion,\n KnowledgeSourceKind,\n SearchIndexKnowledgeSource,\n SearchIndexKnowledgeSourceParameters,\n SearchIndexFieldReference,\n AzureBlobKnowledgeSource,\n AzureBlobKnowledgeSourceParameters,\n IndexingSchedule,\n KnowledgeSourceIngestionPermissionOption,\n KnowledgeSourceContentExtractionMode,\n CreatedResources,\n IndexedSharePointKnowledgeSource,\n IndexedSharePointKnowledgeSourceParameters,\n IndexedSharePointContainerName,\n IndexedOneLakeKnowledgeSource,\n IndexedOneLakeKnowledgeSourceParameters,\n IndexedSqlKnowledgeSource,\n IndexedSqlKnowledgeSourceParameters,\n ContentColumnMapping,\n EmbeddingColumnMapping,\n FileKnowledgeSource,\n FileKnowledgeSourceParameters,\n KnowledgeSourceFile,\n _ListKnowledgeSourceFilesResult,\n WebKnowledgeSource,\n WebKnowledgeSourceParameters,\n WebKnowledgeSourceDomains,\n WebKnowledgeSourceDomain,\n RemoteSharePointKnowledgeSource,\n RemoteSharePointKnowledgeSourceParameters,\n WorkIQKnowledgeSource,\n McpServerKnowledgeSource,\n McpServerKnowledgeSourceParameters,\n McpServerAuthentication,\n McpServerAuthenticationUnion,\n McpServerAuthenticationKind,\n McpServerFoundryConnectionAuthentication,\n McpServerFoundryConnectionParameters,\n McpServerStoredHeadersAuthentication,\n McpServerStoredHeadersParameters,\n McpServerHeaders,\n McpServerTool,\n McpServerOutputParsing,\n McpServerOutputParsingUnion,\n McpServerOutputParsingKind,\n McpServerAutoOutputParsing,\n McpServerJsonOutputParsing,\n McpServerOutputParsingJsonParameters,\n McpServerSplitOutputParsing,\n McpServerOutputParsingSplitParameters,\n TextSplitMode,\n SplitSkillLanguage,\n McpServerNoneOutputParsing,\n McpServerToolInclusionMode,\n FabricDataAgentKnowledgeSource,\n FabricDataAgentKnowledgeSourceParameters,\n FabricOntologyKnowledgeSource,\n FabricOntologyKnowledgeSourceParameters,\n KnowledgeSourceSynchronizationStatus,\n SearchServiceStatistics,\n ServiceCounters,\n ResourceCounter,\n ServiceLimits,\n ServiceIndexersRuntime,\n IndexStatisticsSummary,\n SearchIndexerDataSourceConnection,\n SearchIndexerDataSourceType,\n DataSourceCredentials,\n SearchIndexerDataContainer,\n IndexerPermissionOption,\n DataChangeDetectionPolicy,\n DataChangeDetectionPolicyUnion,\n HighWaterMarkChangeDetectionPolicy,\n SqlIntegratedChangeTrackingPolicy,\n DataDeletionDetectionPolicy,\n DataDeletionDetectionPolicyUnion,\n SoftDeleteColumnDeletionDetectionPolicy,\n NativeBlobSoftDeleteDeletionDetectionPolicy,\n ListDataSourcesResult,\n IndexerResyncBody,\n IndexerResyncOption,\n DocumentKeysOrIds,\n SearchIndexer,\n IndexingParameters,\n IndexingParametersConfiguration,\n BlobIndexerParsingMode,\n MarkdownParsingSubmode,\n MarkdownHeaderDepth,\n BlobIndexerDataToExtract,\n BlobIndexerImageAction,\n BlobIndexerPDFTextRotationAlgorithm,\n IndexerExecutionEnvironment,\n FieldMapping,\n FieldMappingFunction,\n SearchIndexerCache,\n ListIndexersResult,\n SearchIndexerStatus,\n IndexerStatus,\n IndexerRuntime,\n IndexerExecutionResult,\n IndexerExecutionStatus,\n IndexerExecutionStatusDetail,\n IndexingMode,\n SearchIndexerError,\n SearchIndexerWarning,\n SearchIndexerLimits,\n IndexerCurrentState,\n SearchIndexerSkillset,\n SearchIndexerSkill,\n SearchIndexerSkillUnion,\n InputFieldMappingEntry,\n OutputFieldMappingEntry,\n ConditionalSkill,\n KeyPhraseExtractionSkill,\n KeyPhraseExtractionSkillLanguage,\n OcrSkill,\n OcrSkillLanguage,\n OcrLineEnding,\n ImageAnalysisSkill,\n ImageAnalysisSkillLanguage,\n VisualFeature,\n ImageDetail,\n LanguageDetectionSkill,\n ShaperSkill,\n MergeSkill,\n SentimentSkillV3,\n SentimentSkillLanguage,\n EntityLinkingSkill,\n EntityRecognitionSkillV3,\n EntityCategory,\n EntityRecognitionSkillLanguage,\n PIIDetectionSkill,\n PIIDetectionSkillMaskingMode,\n SplitSkill,\n SplitSkillUnit,\n AzureOpenAITokenizerParameters,\n SplitSkillEncoderModelName,\n CustomEntityLookupSkill,\n CustomEntityLookupSkillLanguage,\n CustomEntity,\n CustomEntityAlias,\n TextTranslationSkill,\n TextTranslationSkillLanguage,\n DocumentExtractionSkill,\n DocumentIntelligenceLayoutSkill,\n DocumentIntelligenceLayoutSkillOutputFormat,\n DocumentIntelligenceLayoutSkillOutputMode,\n DocumentIntelligenceLayoutSkillMarkdownHeaderDepth,\n DocumentIntelligenceLayoutSkillExtractionOptions,\n DocumentIntelligenceLayoutSkillChunkingProperties,\n DocumentIntelligenceLayoutSkillChunkingUnit,\n WebApiSkill,\n WebApiHttpHeaders,\n AzureMachineLearningSkill,\n AzureOpenAIEmbeddingSkill,\n VisionVectorizeSkill,\n ContentUnderstandingSkill,\n ContentUnderstandingSkillExtractionOptions,\n ContentUnderstandingSkillChunkingProperties,\n ContentUnderstandingSkillChunkingUnit,\n ChatCompletionSkill,\n CommonModelParameters,\n ChatCompletionExtraParametersBehavior,\n ChatCompletionResponseFormat,\n ChatCompletionResponseFormatType,\n ChatCompletionSchemaProperties,\n ChatCompletionSchema,\n CognitiveServicesAccount,\n CognitiveServicesAccountUnion,\n DefaultCognitiveServicesAccount,\n CognitiveServicesAccountKey,\n AIServicesAccountKey,\n AIServicesAccountIdentity,\n SearchIndexerKnowledgeStore,\n SearchIndexerKnowledgeStoreProjection,\n SearchIndexerKnowledgeStoreTableProjectionSelector,\n SearchIndexerKnowledgeStoreObjectProjectionSelector,\n SearchIndexerKnowledgeStoreFileProjectionSelector,\n SearchIndexerKnowledgeStoreParameters,\n SearchIndexerIndexProjection,\n SearchIndexerIndexProjectionSelector,\n SearchIndexerIndexProjectionsParameters,\n IndexProjectionMode,\n SearchIndexerKnowledgeStoreProjectionSelector,\n SearchIndexerKnowledgeStoreBlobProjectionSelector,\n ListSkillsetsResult,\n SkillNames,\n} from \"./models.js\";\nexport {\n KnownSearchFieldDataType,\n KnownPermissionFilter,\n KnownLexicalAnalyzerName,\n KnownLexicalNormalizerName,\n KnownVectorEncodingFormat,\n KnownLexicalTokenizerName,\n KnownTokenFilterName,\n KnownCharFilterName,\n KnownRegexFlags,\n KnownRankingOrder,\n KnownVectorSearchAlgorithmKind,\n KnownVectorSearchAlgorithmMetric,\n KnownVectorSearchVectorizerKind,\n KnownAzureOpenAIModelName,\n KnownAIFoundryModelCatalogName,\n KnownVectorSearchCompressionRescoreStorageMethod,\n KnownVectorSearchCompressionKind,\n KnownVectorSearchCompressionTarget,\n KnownSearchIndexPermissionFilterOption,\n KnownKnowledgeBaseModelKind,\n KnownKnowledgeSourceKind,\n KnownKnowledgeSourceIngestionPermissionOption,\n KnownKnowledgeSourceContentExtractionMode,\n KnownIndexedSharePointContainerName,\n KnownMcpServerAuthenticationKind,\n KnownMcpServerOutputParsingKind,\n KnownTextSplitMode,\n KnownSplitSkillLanguage,\n KnownMcpServerToolInclusionMode,\n KnownKnowledgeSourceSynchronizationStatus,\n KnownSearchIndexerDataSourceType,\n KnownIndexerPermissionOption,\n KnownIndexerResyncOption,\n KnownBlobIndexerParsingMode,\n KnownMarkdownParsingSubmode,\n KnownMarkdownHeaderDepth,\n KnownBlobIndexerDataToExtract,\n KnownBlobIndexerImageAction,\n KnownBlobIndexerPDFTextRotationAlgorithm,\n KnownIndexerExecutionEnvironment,\n KnownIndexerExecutionStatusDetail,\n KnownIndexingMode,\n KnownKeyPhraseExtractionSkillLanguage,\n KnownOcrSkillLanguage,\n KnownOcrLineEnding,\n KnownImageAnalysisSkillLanguage,\n KnownVisualFeature,\n KnownImageDetail,\n KnownSentimentSkillLanguage,\n KnownEntityCategory,\n KnownEntityRecognitionSkillLanguage,\n KnownPIIDetectionSkillMaskingMode,\n KnownSplitSkillUnit,\n KnownSplitSkillEncoderModelName,\n KnownCustomEntityLookupSkillLanguage,\n KnownTextTranslationSkillLanguage,\n KnownDocumentIntelligenceLayoutSkillOutputFormat,\n KnownDocumentIntelligenceLayoutSkillOutputMode,\n KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth,\n KnownDocumentIntelligenceLayoutSkillExtractionOptions,\n KnownDocumentIntelligenceLayoutSkillChunkingUnit,\n KnownContentUnderstandingSkillExtractionOptions,\n KnownContentUnderstandingSkillChunkingUnit,\n KnownChatCompletionExtraParametersBehavior,\n KnownChatCompletionResponseFormatType,\n KnownIndexProjectionMode,\n} from \"./models.js\";\n"]}