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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (744) hide show
  1. package/dist/browser/base64.d.ts.map +1 -1
  2. package/dist/browser/base64.js +3 -2
  3. package/dist/browser/base64.js.map +1 -1
  4. package/dist/browser/index.d.ts +9 -7
  5. package/dist/browser/index.d.ts.map +1 -1
  6. package/dist/browser/index.js +3 -4
  7. package/dist/browser/index.js.map +1 -1
  8. package/dist/browser/indexModels.d.ts +13 -112
  9. package/dist/browser/indexModels.d.ts.map +1 -1
  10. package/dist/browser/indexModels.js.map +1 -1
  11. package/dist/browser/knowledgeBaseModels.d.ts +4 -17
  12. package/dist/browser/knowledgeBaseModels.d.ts.map +1 -1
  13. package/dist/browser/knowledgeBaseModels.js.map +1 -1
  14. package/dist/browser/knowledgeBaseRetrieval/api/index.d.ts +2 -1
  15. package/dist/browser/knowledgeBaseRetrieval/api/index.d.ts.map +1 -1
  16. package/dist/browser/knowledgeBaseRetrieval/api/index.js +1 -1
  17. package/dist/browser/knowledgeBaseRetrieval/api/index.js.map +1 -1
  18. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +3 -1
  19. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -1
  20. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +3 -3
  21. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -1
  22. package/dist/browser/knowledgeBaseRetrieval/api/operations.d.ts +2 -2
  23. package/dist/browser/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -1
  24. package/dist/browser/knowledgeBaseRetrieval/api/operations.js +9 -8
  25. package/dist/browser/knowledgeBaseRetrieval/api/operations.js.map +1 -1
  26. package/dist/browser/knowledgeBaseRetrieval/api/options.d.ts +2 -2
  27. package/dist/browser/knowledgeBaseRetrieval/api/options.d.ts.map +1 -1
  28. package/dist/browser/knowledgeBaseRetrieval/api/options.js.map +1 -1
  29. package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +2 -2
  30. package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -1
  31. package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +4 -4
  32. package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +1 -1
  33. package/dist/browser/knowledgeRetrievalClient.d.ts +2 -2
  34. package/dist/browser/knowledgeRetrievalClient.d.ts.map +1 -1
  35. package/dist/browser/knowledgeRetrievalClient.js +4 -4
  36. package/dist/browser/knowledgeRetrievalClient.js.map +1 -1
  37. package/dist/browser/models/azure/search/documents/index.d.ts +2 -1
  38. package/dist/browser/models/azure/search/documents/index.d.ts.map +1 -1
  39. package/dist/browser/models/azure/search/documents/index.js +1 -1
  40. package/dist/browser/models/azure/search/documents/index.js.map +1 -1
  41. package/dist/browser/models/azure/search/documents/indexes/index.d.ts +2 -1
  42. package/dist/browser/models/azure/search/documents/indexes/index.d.ts.map +1 -1
  43. package/dist/browser/models/azure/search/documents/indexes/index.js +1 -1
  44. package/dist/browser/models/azure/search/documents/indexes/index.js.map +1 -1
  45. package/dist/browser/models/azure/search/documents/indexes/models.d.ts +50 -477
  46. package/dist/browser/models/azure/search/documents/indexes/models.d.ts.map +1 -1
  47. package/dist/browser/models/azure/search/documents/indexes/models.js +40 -526
  48. package/dist/browser/models/azure/search/documents/indexes/models.js.map +1 -1
  49. package/dist/browser/models/azure/search/documents/knowledgeBases/index.d.ts +2 -1
  50. package/dist/browser/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -1
  51. package/dist/browser/models/azure/search/documents/knowledgeBases/index.js +1 -1
  52. package/dist/browser/models/azure/search/documents/knowledgeBases/index.js.map +1 -1
  53. package/dist/browser/models/azure/search/documents/knowledgeBases/models.d.ts +135 -242
  54. package/dist/browser/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -1
  55. package/dist/browser/models/azure/search/documents/knowledgeBases/models.js +131 -291
  56. package/dist/browser/models/azure/search/documents/knowledgeBases/models.js.map +1 -1
  57. package/dist/browser/models/azure/search/documents/models.d.ts +2 -466
  58. package/dist/browser/models/azure/search/documents/models.d.ts.map +1 -1
  59. package/dist/browser/models/azure/search/documents/models.js +1 -429
  60. package/dist/browser/models/azure/search/documents/models.js.map +1 -1
  61. package/dist/browser/models/index.d.ts +1 -0
  62. package/dist/browser/models/index.d.ts.map +1 -1
  63. package/dist/browser/models/index.js.map +1 -1
  64. package/dist/browser/models/models.d.ts +3 -3
  65. package/dist/browser/models/models.d.ts.map +1 -1
  66. package/dist/browser/models/models.js +3 -3
  67. package/dist/browser/models/models.js.map +1 -1
  68. package/dist/browser/search/api/index.d.ts +2 -1
  69. package/dist/browser/search/api/index.d.ts.map +1 -1
  70. package/dist/browser/search/api/index.js +1 -1
  71. package/dist/browser/search/api/index.js.map +1 -1
  72. package/dist/browser/search/api/operations.d.ts.map +1 -1
  73. package/dist/browser/search/api/operations.js +35 -54
  74. package/dist/browser/search/api/operations.js.map +1 -1
  75. package/dist/browser/search/api/options.d.ts +19 -31
  76. package/dist/browser/search/api/options.d.ts.map +1 -1
  77. package/dist/browser/search/api/options.js.map +1 -1
  78. package/dist/browser/search/api/searchContext.js +1 -1
  79. package/dist/browser/search/api/searchContext.js.map +1 -1
  80. package/dist/browser/searchClient.d.ts +0 -1
  81. package/dist/browser/searchClient.d.ts.map +1 -1
  82. package/dist/browser/searchClient.js +22 -39
  83. package/dist/browser/searchClient.js.map +1 -1
  84. package/dist/browser/searchIndex/api/index.d.ts +4 -3
  85. package/dist/browser/searchIndex/api/index.d.ts.map +1 -1
  86. package/dist/browser/searchIndex/api/index.js +2 -2
  87. package/dist/browser/searchIndex/api/index.js.map +1 -1
  88. package/dist/browser/searchIndex/api/operations.d.ts +2 -6
  89. package/dist/browser/searchIndex/api/operations.d.ts.map +1 -1
  90. package/dist/browser/searchIndex/api/operations.js +186 -96
  91. package/dist/browser/searchIndex/api/operations.js.map +1 -1
  92. package/dist/browser/searchIndex/api/options.d.ts +60 -5
  93. package/dist/browser/searchIndex/api/options.d.ts.map +1 -1
  94. package/dist/browser/searchIndex/api/options.js.map +1 -1
  95. package/dist/browser/searchIndex/api/searchIndexContext.js +1 -1
  96. package/dist/browser/searchIndex/api/searchIndexContext.js.map +1 -1
  97. package/dist/browser/searchIndex/index.d.ts +1 -1
  98. package/dist/browser/searchIndex/index.d.ts.map +1 -1
  99. package/dist/browser/searchIndex/index.js.map +1 -1
  100. package/dist/browser/searchIndex/searchIndexClient.d.ts +2 -4
  101. package/dist/browser/searchIndex/searchIndexClient.d.ts.map +1 -1
  102. package/dist/browser/searchIndex/searchIndexClient.js +1 -5
  103. package/dist/browser/searchIndex/searchIndexClient.js.map +1 -1
  104. package/dist/browser/searchIndexClient.d.ts +2 -7
  105. package/dist/browser/searchIndexClient.d.ts.map +1 -1
  106. package/dist/browser/searchIndexClient.js +2 -9
  107. package/dist/browser/searchIndexClient.js.map +1 -1
  108. package/dist/browser/searchIndexer/api/index.d.ts +4 -3
  109. package/dist/browser/searchIndexer/api/index.d.ts.map +1 -1
  110. package/dist/browser/searchIndexer/api/index.js +2 -2
  111. package/dist/browser/searchIndexer/api/index.js.map +1 -1
  112. package/dist/browser/searchIndexer/api/operations.d.ts +2 -14
  113. package/dist/browser/searchIndexer/api/operations.d.ts.map +1 -1
  114. package/dist/browser/searchIndexer/api/operations.js +112 -150
  115. package/dist/browser/searchIndexer/api/operations.js.map +1 -1
  116. package/dist/browser/searchIndexer/api/options.d.ts +36 -30
  117. package/dist/browser/searchIndexer/api/options.d.ts.map +1 -1
  118. package/dist/browser/searchIndexer/api/options.js.map +1 -1
  119. package/dist/browser/searchIndexer/api/searchIndexerContext.js +1 -1
  120. package/dist/browser/searchIndexer/api/searchIndexerContext.js.map +1 -1
  121. package/dist/browser/searchIndexer/index.d.ts +1 -1
  122. package/dist/browser/searchIndexer/index.d.ts.map +1 -1
  123. package/dist/browser/searchIndexer/index.js.map +1 -1
  124. package/dist/browser/searchIndexer/searchIndexerClient.d.ts +2 -8
  125. package/dist/browser/searchIndexer/searchIndexerClient.d.ts.map +1 -1
  126. package/dist/browser/searchIndexer/searchIndexerClient.js +1 -13
  127. package/dist/browser/searchIndexer/searchIndexerClient.js.map +1 -1
  128. package/dist/browser/searchIndexerClient.d.ts +1 -14
  129. package/dist/browser/searchIndexerClient.d.ts.map +1 -1
  130. package/dist/browser/searchIndexerClient.js +0 -27
  131. package/dist/browser/searchIndexerClient.js.map +1 -1
  132. package/dist/browser/searchIndexingBufferedSender.d.ts.map +1 -1
  133. package/dist/browser/searchIndexingBufferedSender.js +3 -7
  134. package/dist/browser/searchIndexingBufferedSender.js.map +1 -1
  135. package/dist/browser/serviceModels.d.ts +7 -191
  136. package/dist/browser/serviceModels.d.ts.map +1 -1
  137. package/dist/browser/serviceModels.js.map +1 -1
  138. package/dist/browser/serviceUtils.d.ts +3 -5
  139. package/dist/browser/serviceUtils.d.ts.map +1 -1
  140. package/dist/browser/serviceUtils.js +30 -87
  141. package/dist/browser/serviceUtils.js.map +1 -1
  142. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
  143. package/dist/browser/{synonymMapHelper.d.ts → synonymMapHelper-browser.d.mts} +3 -3
  144. package/dist/browser/synonymMapHelper-browser.d.mts.map +1 -0
  145. package/dist/browser/{synonymMapHelper.js → synonymMapHelper-browser.mjs} +3 -3
  146. package/dist/browser/synonymMapHelper-browser.mjs.map +1 -0
  147. package/dist/browser/timers-browser.d.mts +8 -0
  148. package/dist/browser/timers-browser.d.mts.map +1 -0
  149. package/dist/browser/timers-browser.mjs +13 -0
  150. package/dist/browser/timers-browser.mjs.map +1 -0
  151. package/dist/browser/tracing.d.ts.map +1 -1
  152. package/dist/browser/walk.js +1 -1
  153. package/dist/browser/walk.js.map +1 -1
  154. package/dist/commonjs/base64.d.ts.map +1 -1
  155. package/dist/commonjs/base64.js +4 -2
  156. package/dist/commonjs/base64.js.map +3 -3
  157. package/dist/commonjs/geographyPoint.js +1 -0
  158. package/dist/commonjs/geographyPoint.js.map +1 -1
  159. package/dist/commonjs/index.d.ts +8 -6
  160. package/dist/commonjs/index.d.ts.map +1 -1
  161. package/dist/commonjs/index.js +1 -29
  162. package/dist/commonjs/index.js.map +3 -3
  163. package/dist/commonjs/indexDocumentsBatch.js +1 -0
  164. package/dist/commonjs/indexDocumentsBatch.js.map +1 -1
  165. package/dist/commonjs/indexModels.d.ts +13 -112
  166. package/dist/commonjs/indexModels.d.ts.map +1 -1
  167. package/dist/commonjs/indexModels.js +1 -0
  168. package/dist/commonjs/indexModels.js.map +2 -2
  169. package/dist/commonjs/knowledgeBaseModels.d.ts +4 -17
  170. package/dist/commonjs/knowledgeBaseModels.d.ts.map +1 -1
  171. package/dist/commonjs/knowledgeBaseModels.js +1 -0
  172. package/dist/commonjs/knowledgeBaseModels.js.map +2 -2
  173. package/dist/commonjs/knowledgeBaseRetrieval/api/index.d.ts +2 -1
  174. package/dist/commonjs/knowledgeBaseRetrieval/api/index.d.ts.map +1 -1
  175. package/dist/commonjs/knowledgeBaseRetrieval/api/index.js +1 -0
  176. package/dist/commonjs/knowledgeBaseRetrieval/api/index.js.map +3 -3
  177. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +3 -1
  178. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -1
  179. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +4 -3
  180. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +3 -3
  181. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.d.ts +2 -2
  182. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -1
  183. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.js +9 -7
  184. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.js.map +3 -3
  185. package/dist/commonjs/knowledgeBaseRetrieval/api/options.d.ts +2 -2
  186. package/dist/commonjs/knowledgeBaseRetrieval/api/options.d.ts.map +1 -1
  187. package/dist/commonjs/knowledgeBaseRetrieval/api/options.js +1 -0
  188. package/dist/commonjs/knowledgeBaseRetrieval/api/options.js.map +2 -2
  189. package/dist/commonjs/knowledgeBaseRetrieval/index.js +1 -0
  190. package/dist/commonjs/knowledgeBaseRetrieval/index.js.map +1 -1
  191. package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +2 -2
  192. package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -1
  193. package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +5 -4
  194. package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +3 -3
  195. package/dist/commonjs/knowledgeRetrievalClient.d.ts +2 -2
  196. package/dist/commonjs/knowledgeRetrievalClient.d.ts.map +1 -1
  197. package/dist/commonjs/knowledgeRetrievalClient.js +10 -4
  198. package/dist/commonjs/knowledgeRetrievalClient.js.map +3 -3
  199. package/dist/commonjs/logger.js +1 -0
  200. package/dist/commonjs/logger.js.map +1 -1
  201. package/dist/commonjs/models/azure/search/documents/index.d.ts +2 -1
  202. package/dist/commonjs/models/azure/search/documents/index.d.ts.map +1 -1
  203. package/dist/commonjs/models/azure/search/documents/index.js +3 -16
  204. package/dist/commonjs/models/azure/search/documents/index.js.map +3 -3
  205. package/dist/commonjs/models/azure/search/documents/indexes/index.d.ts +2 -1
  206. package/dist/commonjs/models/azure/search/documents/indexes/index.d.ts.map +1 -1
  207. package/dist/commonjs/models/azure/search/documents/indexes/index.js +1 -18
  208. package/dist/commonjs/models/azure/search/documents/indexes/index.js.map +3 -3
  209. package/dist/commonjs/models/azure/search/documents/indexes/models.d.ts +50 -477
  210. package/dist/commonjs/models/azure/search/documents/indexes/models.d.ts.map +1 -1
  211. package/dist/commonjs/models/azure/search/documents/indexes/models.js +40 -501
  212. package/dist/commonjs/models/azure/search/documents/indexes/models.js.map +4 -4
  213. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.d.ts +2 -1
  214. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -1
  215. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.js +1 -2
  216. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.js.map +3 -3
  217. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.d.ts +135 -242
  218. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -1
  219. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.js +136 -335
  220. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.js.map +4 -4
  221. package/dist/commonjs/models/azure/search/documents/models.d.ts +2 -466
  222. package/dist/commonjs/models/azure/search/documents/models.d.ts.map +1 -1
  223. package/dist/commonjs/models/azure/search/documents/models.js +8 -354
  224. package/dist/commonjs/models/azure/search/documents/models.js.map +4 -4
  225. package/dist/commonjs/models/index.d.ts +1 -0
  226. package/dist/commonjs/models/index.d.ts.map +1 -1
  227. package/dist/commonjs/models/index.js +1 -0
  228. package/dist/commonjs/models/index.js.map +2 -2
  229. package/dist/commonjs/models/models.d.ts +3 -3
  230. package/dist/commonjs/models/models.d.ts.map +1 -1
  231. package/dist/commonjs/models/models.js +2 -1
  232. package/dist/commonjs/models/models.js.map +3 -3
  233. package/dist/commonjs/odata.js +1 -0
  234. package/dist/commonjs/odata.js.map +1 -1
  235. package/dist/commonjs/odataMetadataPolicy.js +1 -0
  236. package/dist/commonjs/odataMetadataPolicy.js.map +1 -1
  237. package/dist/commonjs/search/api/index.d.ts +2 -1
  238. package/dist/commonjs/search/api/index.d.ts.map +1 -1
  239. package/dist/commonjs/search/api/index.js +1 -0
  240. package/dist/commonjs/search/api/index.js.map +3 -3
  241. package/dist/commonjs/search/api/operations.d.ts.map +1 -1
  242. package/dist/commonjs/search/api/operations.js +22 -42
  243. package/dist/commonjs/search/api/operations.js.map +3 -3
  244. package/dist/commonjs/search/api/options.d.ts +19 -31
  245. package/dist/commonjs/search/api/options.d.ts.map +1 -1
  246. package/dist/commonjs/search/api/options.js +1 -0
  247. package/dist/commonjs/search/api/options.js.map +2 -2
  248. package/dist/commonjs/search/api/searchContext.js +2 -1
  249. package/dist/commonjs/search/api/searchContext.js.map +2 -2
  250. package/dist/commonjs/search/index.js +1 -0
  251. package/dist/commonjs/search/index.js.map +1 -1
  252. package/dist/commonjs/search/searchClient.js +1 -0
  253. package/dist/commonjs/search/searchClient.js.map +1 -1
  254. package/dist/commonjs/searchApiKeyCredentialPolicy.js +1 -0
  255. package/dist/commonjs/searchApiKeyCredentialPolicy.js.map +1 -1
  256. package/dist/commonjs/searchAudience.js +1 -0
  257. package/dist/commonjs/searchAudience.js.map +1 -1
  258. package/dist/commonjs/searchClient.d.ts +0 -1
  259. package/dist/commonjs/searchClient.d.ts.map +1 -1
  260. package/dist/commonjs/searchClient.js +24 -43
  261. package/dist/commonjs/searchClient.js.map +3 -3
  262. package/dist/commonjs/searchIndex/api/index.d.ts +4 -3
  263. package/dist/commonjs/searchIndex/api/index.d.ts.map +1 -1
  264. package/dist/commonjs/searchIndex/api/index.js +1 -2
  265. package/dist/commonjs/searchIndex/api/index.js.map +3 -3
  266. package/dist/commonjs/searchIndex/api/operations.d.ts +2 -6
  267. package/dist/commonjs/searchIndex/api/operations.d.ts.map +1 -1
  268. package/dist/commonjs/searchIndex/api/operations.js +126 -108
  269. package/dist/commonjs/searchIndex/api/operations.js.map +3 -3
  270. package/dist/commonjs/searchIndex/api/options.d.ts +60 -5
  271. package/dist/commonjs/searchIndex/api/options.d.ts.map +1 -1
  272. package/dist/commonjs/searchIndex/api/options.js +1 -0
  273. package/dist/commonjs/searchIndex/api/options.js.map +2 -2
  274. package/dist/commonjs/searchIndex/api/searchIndexContext.js +2 -1
  275. package/dist/commonjs/searchIndex/api/searchIndexContext.js.map +2 -2
  276. package/dist/commonjs/searchIndex/index.d.ts +1 -1
  277. package/dist/commonjs/searchIndex/index.d.ts.map +1 -1
  278. package/dist/commonjs/searchIndex/index.js +1 -0
  279. package/dist/commonjs/searchIndex/index.js.map +2 -2
  280. package/dist/commonjs/searchIndex/searchIndexClient.d.ts +2 -4
  281. package/dist/commonjs/searchIndex/searchIndexClient.d.ts.map +1 -1
  282. package/dist/commonjs/searchIndex/searchIndexClient.js +1 -4
  283. package/dist/commonjs/searchIndex/searchIndexClient.js.map +3 -3
  284. package/dist/commonjs/searchIndexClient.d.ts +2 -7
  285. package/dist/commonjs/searchIndexClient.d.ts.map +1 -1
  286. package/dist/commonjs/searchIndexClient.js +3 -9
  287. package/dist/commonjs/searchIndexClient.js.map +3 -3
  288. package/dist/commonjs/searchIndexer/api/index.d.ts +4 -3
  289. package/dist/commonjs/searchIndexer/api/index.d.ts.map +1 -1
  290. package/dist/commonjs/searchIndexer/api/index.js +1 -6
  291. package/dist/commonjs/searchIndexer/api/index.js.map +3 -3
  292. package/dist/commonjs/searchIndexer/api/operations.d.ts +2 -14
  293. package/dist/commonjs/searchIndexer/api/operations.d.ts.map +1 -1
  294. package/dist/commonjs/searchIndexer/api/operations.js +76 -168
  295. package/dist/commonjs/searchIndexer/api/operations.js.map +3 -3
  296. package/dist/commonjs/searchIndexer/api/options.d.ts +36 -30
  297. package/dist/commonjs/searchIndexer/api/options.d.ts.map +1 -1
  298. package/dist/commonjs/searchIndexer/api/options.js +1 -0
  299. package/dist/commonjs/searchIndexer/api/options.js.map +2 -2
  300. package/dist/commonjs/searchIndexer/api/searchIndexerContext.js +2 -1
  301. package/dist/commonjs/searchIndexer/api/searchIndexerContext.js.map +2 -2
  302. package/dist/commonjs/searchIndexer/index.d.ts +1 -1
  303. package/dist/commonjs/searchIndexer/index.d.ts.map +1 -1
  304. package/dist/commonjs/searchIndexer/index.js +1 -0
  305. package/dist/commonjs/searchIndexer/index.js.map +2 -2
  306. package/dist/commonjs/searchIndexer/searchIndexerClient.d.ts +2 -8
  307. package/dist/commonjs/searchIndexer/searchIndexerClient.d.ts.map +1 -1
  308. package/dist/commonjs/searchIndexer/searchIndexerClient.js +1 -12
  309. package/dist/commonjs/searchIndexer/searchIndexerClient.js.map +3 -3
  310. package/dist/commonjs/searchIndexerClient.d.ts +1 -14
  311. package/dist/commonjs/searchIndexerClient.d.ts.map +1 -1
  312. package/dist/commonjs/searchIndexerClient.js +1 -39
  313. package/dist/commonjs/searchIndexerClient.js.map +3 -3
  314. package/dist/commonjs/searchIndexingBufferedSender.d.ts.map +1 -1
  315. package/dist/commonjs/searchIndexingBufferedSender.js +4 -7
  316. package/dist/commonjs/searchIndexingBufferedSender.js.map +3 -3
  317. package/dist/commonjs/serialization.js +1 -0
  318. package/dist/commonjs/serialization.js.map +1 -1
  319. package/dist/commonjs/serviceModels.d.ts +7 -191
  320. package/dist/commonjs/serviceModels.d.ts.map +1 -1
  321. package/dist/commonjs/serviceModels.js +1 -0
  322. package/dist/commonjs/serviceModels.js.map +3 -3
  323. package/dist/commonjs/serviceUtils.d.ts +3 -5
  324. package/dist/commonjs/serviceUtils.d.ts.map +1 -1
  325. package/dist/commonjs/serviceUtils.js +31 -89
  326. package/dist/commonjs/serviceUtils.js.map +3 -3
  327. package/dist/commonjs/static-helpers/pagingHelpers.js +1 -0
  328. package/dist/commonjs/static-helpers/pagingHelpers.js.map +2 -2
  329. package/dist/commonjs/static-helpers/serialization/build-csv-collection.js +1 -0
  330. package/dist/commonjs/static-helpers/serialization/build-csv-collection.js.map +1 -1
  331. package/dist/commonjs/static-helpers/serialization/build-newline-collection.js +1 -0
  332. package/dist/commonjs/static-helpers/serialization/build-newline-collection.js.map +1 -1
  333. package/dist/commonjs/static-helpers/serialization/build-pipe-collection.js +1 -0
  334. package/dist/commonjs/static-helpers/serialization/build-pipe-collection.js.map +1 -1
  335. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +1 -0
  336. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +1 -1
  337. package/dist/commonjs/static-helpers/serialization/parse-csv-collection.js +1 -0
  338. package/dist/commonjs/static-helpers/serialization/parse-csv-collection.js.map +1 -1
  339. package/dist/commonjs/static-helpers/serialization/parse-newline-collection.js +1 -0
  340. package/dist/commonjs/static-helpers/serialization/parse-newline-collection.js.map +1 -1
  341. package/dist/commonjs/static-helpers/serialization/parse-pipe-collection.js +1 -0
  342. package/dist/commonjs/static-helpers/serialization/parse-pipe-collection.js.map +1 -1
  343. package/dist/commonjs/static-helpers/serialization/serialize-record.js +1 -0
  344. package/dist/commonjs/static-helpers/serialization/serialize-record.js.map +1 -1
  345. package/dist/commonjs/static-helpers/urlTemplate.js +1 -0
  346. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -1
  347. package/dist/commonjs/synonymMapHelper.js +1 -0
  348. package/dist/commonjs/synonymMapHelper.js.map +1 -1
  349. package/dist/commonjs/timers.d.ts +9 -0
  350. package/dist/commonjs/timers.d.ts.map +1 -0
  351. package/dist/commonjs/{errorModels.js → timers.js} +19 -2
  352. package/dist/commonjs/timers.js.map +7 -0
  353. package/dist/commonjs/tracing.d.ts.map +1 -1
  354. package/dist/commonjs/tracing.js +1 -0
  355. package/dist/commonjs/tracing.js.map +1 -1
  356. package/dist/commonjs/tsdoc-metadata.json +1 -1
  357. package/dist/commonjs/walk.js +2 -1
  358. package/dist/commonjs/walk.js.map +3 -3
  359. package/dist/esm/base64.d.ts.map +1 -1
  360. package/dist/esm/base64.js +16 -8
  361. package/dist/esm/base64.js.map +1 -7
  362. package/dist/esm/geographyPoint.js +35 -32
  363. package/dist/esm/geographyPoint.js.map +1 -7
  364. package/dist/esm/index.d.ts +8 -6
  365. package/dist/esm/index.d.ts.map +1 -1
  366. package/dist/esm/index.js +17 -190
  367. package/dist/esm/index.js.map +1 -7
  368. package/dist/esm/indexDocumentsBatch.js +78 -73
  369. package/dist/esm/indexDocumentsBatch.js.map +1 -7
  370. package/dist/esm/indexModels.d.ts +13 -112
  371. package/dist/esm/indexModels.d.ts.map +1 -1
  372. package/dist/esm/indexModels.js +4 -0
  373. package/dist/esm/indexModels.js.map +1 -7
  374. package/dist/esm/knowledgeBaseModels.d.ts +4 -17
  375. package/dist/esm/knowledgeBaseModels.d.ts.map +1 -1
  376. package/dist/esm/knowledgeBaseModels.js +4 -0
  377. package/dist/esm/knowledgeBaseModels.js.map +1 -7
  378. package/dist/esm/knowledgeBaseRetrieval/api/index.d.ts +2 -1
  379. package/dist/esm/knowledgeBaseRetrieval/api/index.d.ts.map +1 -1
  380. package/dist/esm/knowledgeBaseRetrieval/api/index.js +5 -8
  381. package/dist/esm/knowledgeBaseRetrieval/api/index.js.map +1 -7
  382. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +3 -1
  383. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -1
  384. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +22 -20
  385. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -7
  386. package/dist/esm/knowledgeBaseRetrieval/api/operations.d.ts +2 -2
  387. package/dist/esm/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -1
  388. package/dist/esm/knowledgeBaseRetrieval/api/operations.js +39 -42
  389. package/dist/esm/knowledgeBaseRetrieval/api/operations.js.map +1 -7
  390. package/dist/esm/knowledgeBaseRetrieval/api/options.d.ts +2 -2
  391. package/dist/esm/knowledgeBaseRetrieval/api/options.d.ts.map +1 -1
  392. package/dist/esm/knowledgeBaseRetrieval/api/options.js +4 -0
  393. package/dist/esm/knowledgeBaseRetrieval/api/options.js.map +1 -7
  394. package/dist/esm/knowledgeBaseRetrieval/index.js +4 -4
  395. package/dist/esm/knowledgeBaseRetrieval/index.js.map +1 -7
  396. package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +2 -2
  397. package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -1
  398. package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +22 -20
  399. package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +1 -7
  400. package/dist/esm/knowledgeRetrievalClient.d.ts +2 -2
  401. package/dist/esm/knowledgeRetrievalClient.d.ts.map +1 -1
  402. package/dist/esm/knowledgeRetrievalClient.js +89 -91
  403. package/dist/esm/knowledgeRetrievalClient.js.map +1 -7
  404. package/dist/esm/logger.js +7 -4
  405. package/dist/esm/logger.js.map +1 -7
  406. package/dist/esm/models/azure/search/documents/index.d.ts +2 -1
  407. package/dist/esm/models/azure/search/documents/index.d.ts.map +1 -1
  408. package/dist/esm/models/azure/search/documents/index.js +4 -36
  409. package/dist/esm/models/azure/search/documents/index.js.map +1 -7
  410. package/dist/esm/models/azure/search/documents/indexes/index.d.ts +2 -1
  411. package/dist/esm/models/azure/search/documents/indexes/index.d.ts.map +1 -1
  412. package/dist/esm/models/azure/search/documents/indexes/index.js +4 -130
  413. package/dist/esm/models/azure/search/documents/indexes/index.js.map +1 -7
  414. package/dist/esm/models/azure/search/documents/indexes/models.d.ts +50 -477
  415. package/dist/esm/models/azure/search/documents/indexes/models.d.ts.map +1 -1
  416. package/dist/esm/models/azure/search/documents/indexes/models.js +6374 -6188
  417. package/dist/esm/models/azure/search/documents/indexes/models.js.map +1 -7
  418. package/dist/esm/models/azure/search/documents/knowledgeBases/index.d.ts +2 -1
  419. package/dist/esm/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -1
  420. package/dist/esm/models/azure/search/documents/knowledgeBases/index.js +4 -16
  421. package/dist/esm/models/azure/search/documents/knowledgeBases/index.js.map +1 -7
  422. package/dist/esm/models/azure/search/documents/knowledgeBases/models.d.ts +135 -242
  423. package/dist/esm/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -1
  424. package/dist/esm/models/azure/search/documents/knowledgeBases/models.js +592 -790
  425. package/dist/esm/models/azure/search/documents/knowledgeBases/models.js.map +1 -7
  426. package/dist/esm/models/azure/search/documents/models.d.ts +2 -466
  427. package/dist/esm/models/azure/search/documents/models.d.ts.map +1 -1
  428. package/dist/esm/models/azure/search/documents/models.js +591 -919
  429. package/dist/esm/models/azure/search/documents/models.js.map +1 -7
  430. package/dist/esm/models/index.d.ts +1 -0
  431. package/dist/esm/models/index.d.ts.map +1 -1
  432. package/dist/esm/models/index.js +4 -4
  433. package/dist/esm/models/index.js.map +1 -7
  434. package/dist/esm/models/models.d.ts +3 -3
  435. package/dist/esm/models/models.d.ts.map +1 -1
  436. package/dist/esm/models/models.js +14 -13
  437. package/dist/esm/models/models.js.map +1 -7
  438. package/dist/esm/odata.js +43 -26
  439. package/dist/esm/odata.js.map +1 -7
  440. package/dist/esm/odataMetadataPolicy.js +15 -11
  441. package/dist/esm/odataMetadataPolicy.js.map +1 -7
  442. package/dist/esm/search/api/index.d.ts +2 -1
  443. package/dist/esm/search/api/index.d.ts.map +1 -1
  444. package/dist/esm/search/api/index.js +5 -26
  445. package/dist/esm/search/api/index.js.map +1 -7
  446. package/dist/esm/search/api/operations.d.ts.map +1 -1
  447. package/dist/esm/search/api/operations.js +418 -452
  448. package/dist/esm/search/api/operations.js.map +1 -7
  449. package/dist/esm/search/api/options.d.ts +19 -31
  450. package/dist/esm/search/api/options.d.ts.map +1 -1
  451. package/dist/esm/search/api/options.js +4 -0
  452. package/dist/esm/search/api/options.js.map +1 -7
  453. package/dist/esm/search/api/searchContext.js +22 -20
  454. package/dist/esm/search/api/searchContext.js.map +1 -7
  455. package/dist/esm/search/index.js +4 -4
  456. package/dist/esm/search/index.js.map +1 -7
  457. package/dist/esm/search/searchClient.js +55 -63
  458. package/dist/esm/search/searchClient.js.map +1 -7
  459. package/dist/esm/searchApiKeyCredentialPolicy.js +17 -13
  460. package/dist/esm/searchApiKeyCredentialPolicy.js.map +1 -7
  461. package/dist/esm/searchAudience.js +21 -9
  462. package/dist/esm/searchAudience.js.map +1 -7
  463. package/dist/esm/searchClient.d.ts +0 -1
  464. package/dist/esm/searchClient.d.ts.map +1 -1
  465. package/dist/esm/searchClient.js +539 -624
  466. package/dist/esm/searchClient.js.map +1 -7
  467. package/dist/esm/searchIndex/api/index.d.ts +4 -3
  468. package/dist/esm/searchIndex/api/index.d.ts.map +1 -1
  469. package/dist/esm/searchIndex/api/index.js +5 -70
  470. package/dist/esm/searchIndex/api/index.js.map +1 -7
  471. package/dist/esm/searchIndex/api/operations.d.ts +2 -6
  472. package/dist/esm/searchIndex/api/operations.d.ts.map +1 -1
  473. package/dist/esm/searchIndex/api/operations.js +1087 -1177
  474. package/dist/esm/searchIndex/api/operations.js.map +1 -7
  475. package/dist/esm/searchIndex/api/options.d.ts +60 -5
  476. package/dist/esm/searchIndex/api/options.d.ts.map +1 -1
  477. package/dist/esm/searchIndex/api/options.js +4 -0
  478. package/dist/esm/searchIndex/api/options.js.map +1 -7
  479. package/dist/esm/searchIndex/api/searchIndexContext.js +22 -20
  480. package/dist/esm/searchIndex/api/searchIndexContext.js.map +1 -7
  481. package/dist/esm/searchIndex/index.d.ts +1 -1
  482. package/dist/esm/searchIndex/index.d.ts.map +1 -1
  483. package/dist/esm/searchIndex/index.js +4 -4
  484. package/dist/esm/searchIndex/index.js.map +1 -7
  485. package/dist/esm/searchIndex/searchIndexClient.d.ts +2 -4
  486. package/dist/esm/searchIndex/searchIndexClient.d.ts.map +1 -1
  487. package/dist/esm/searchIndex/searchIndexClient.js +139 -173
  488. package/dist/esm/searchIndex/searchIndexClient.js.map +1 -7
  489. package/dist/esm/searchIndexClient.d.ts +2 -7
  490. package/dist/esm/searchIndexClient.d.ts.map +1 -1
  491. package/dist/esm/searchIndexClient.js +448 -588
  492. package/dist/esm/searchIndexClient.js.map +1 -7
  493. package/dist/esm/searchIndexer/api/index.d.ts +4 -3
  494. package/dist/esm/searchIndexer/api/index.d.ts.map +1 -1
  495. package/dist/esm/searchIndexer/api/index.js +5 -50
  496. package/dist/esm/searchIndexer/api/index.js.map +1 -7
  497. package/dist/esm/searchIndexer/api/operations.d.ts +2 -14
  498. package/dist/esm/searchIndexer/api/operations.d.ts.map +1 -1
  499. package/dist/esm/searchIndexer/api/operations.js +676 -809
  500. package/dist/esm/searchIndexer/api/operations.js.map +1 -7
  501. package/dist/esm/searchIndexer/api/options.d.ts +36 -30
  502. package/dist/esm/searchIndexer/api/options.d.ts.map +1 -1
  503. package/dist/esm/searchIndexer/api/options.js +4 -0
  504. package/dist/esm/searchIndexer/api/options.js.map +1 -7
  505. package/dist/esm/searchIndexer/api/searchIndexerContext.js +22 -20
  506. package/dist/esm/searchIndexer/api/searchIndexerContext.js.map +1 -7
  507. package/dist/esm/searchIndexer/index.d.ts +1 -1
  508. package/dist/esm/searchIndexer/index.d.ts.map +1 -1
  509. package/dist/esm/searchIndexer/index.js +4 -4
  510. package/dist/esm/searchIndexer/index.js.map +1 -7
  511. package/dist/esm/searchIndexer/searchIndexerClient.d.ts +2 -8
  512. package/dist/esm/searchIndexer/searchIndexerClient.d.ts.map +1 -1
  513. package/dist/esm/searchIndexer/searchIndexerClient.js +91 -123
  514. package/dist/esm/searchIndexer/searchIndexerClient.js.map +1 -7
  515. package/dist/esm/searchIndexerClient.d.ts +1 -14
  516. package/dist/esm/searchIndexerClient.d.ts.map +1 -1
  517. package/dist/esm/searchIndexerClient.js +347 -473
  518. package/dist/esm/searchIndexerClient.js.map +1 -7
  519. package/dist/esm/searchIndexingBufferedSender.d.ts.map +1 -1
  520. package/dist/esm/searchIndexingBufferedSender.js +302 -285
  521. package/dist/esm/searchIndexingBufferedSender.js.map +1 -7
  522. package/dist/esm/serialization.js +112 -111
  523. package/dist/esm/serialization.js.map +1 -7
  524. package/dist/esm/serviceModels.d.ts +7 -191
  525. package/dist/esm/serviceModels.d.ts.map +1 -1
  526. package/dist/esm/serviceModels.js +654 -162
  527. package/dist/esm/serviceModels.js.map +1 -7
  528. package/dist/esm/serviceUtils.d.ts +3 -5
  529. package/dist/esm/serviceUtils.d.ts.map +1 -1
  530. package/dist/esm/serviceUtils.js +776 -865
  531. package/dist/esm/serviceUtils.js.map +1 -7
  532. package/dist/esm/static-helpers/pagingHelpers.js +122 -98
  533. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -7
  534. package/dist/esm/static-helpers/serialization/build-csv-collection.js +5 -5
  535. package/dist/esm/static-helpers/serialization/build-csv-collection.js.map +1 -7
  536. package/dist/esm/static-helpers/serialization/build-newline-collection.js +5 -5
  537. package/dist/esm/static-helpers/serialization/build-newline-collection.js.map +1 -7
  538. package/dist/esm/static-helpers/serialization/build-pipe-collection.js +5 -5
  539. package/dist/esm/static-helpers/serialization/build-pipe-collection.js.map +1 -7
  540. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +15 -9
  541. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -7
  542. package/dist/esm/static-helpers/serialization/parse-csv-collection.js +5 -5
  543. package/dist/esm/static-helpers/serialization/parse-csv-collection.js.map +1 -7
  544. package/dist/esm/static-helpers/serialization/parse-newline-collection.js +5 -5
  545. package/dist/esm/static-helpers/serialization/parse-newline-collection.js.map +1 -7
  546. package/dist/esm/static-helpers/serialization/parse-pipe-collection.js +5 -5
  547. package/dist/esm/static-helpers/serialization/parse-pipe-collection.js.map +1 -7
  548. package/dist/esm/static-helpers/serialization/serialize-record.js +17 -16
  549. package/dist/esm/static-helpers/serialization/serialize-record.js.map +1 -7
  550. package/dist/esm/static-helpers/urlTemplate.js +169 -142
  551. package/dist/esm/static-helpers/urlTemplate.js.map +1 -7
  552. package/dist/esm/synonymMapHelper.js +20 -9
  553. package/dist/esm/synonymMapHelper.js.map +1 -7
  554. package/dist/esm/timers.d.ts +9 -0
  555. package/dist/esm/timers.d.ts.map +1 -0
  556. package/dist/esm/timers.js +15 -0
  557. package/dist/esm/timers.js.map +1 -0
  558. package/dist/esm/tracing.d.ts.map +1 -1
  559. package/dist/esm/tracing.js +11 -8
  560. package/dist/esm/tracing.js.map +1 -7
  561. package/dist/esm/walk.js +64 -52
  562. package/dist/esm/walk.js.map +1 -7
  563. package/dist/react-native/base64.d.ts.map +1 -1
  564. package/dist/react-native/base64.js +3 -2
  565. package/dist/react-native/base64.js.map +1 -1
  566. package/dist/react-native/index.d.ts +9 -7
  567. package/dist/react-native/index.d.ts.map +1 -1
  568. package/dist/react-native/index.js +3 -4
  569. package/dist/react-native/index.js.map +1 -1
  570. package/dist/react-native/indexModels.d.ts +13 -112
  571. package/dist/react-native/indexModels.d.ts.map +1 -1
  572. package/dist/react-native/indexModels.js.map +1 -1
  573. package/dist/react-native/knowledgeBaseModels.d.ts +4 -17
  574. package/dist/react-native/knowledgeBaseModels.d.ts.map +1 -1
  575. package/dist/react-native/knowledgeBaseModels.js.map +1 -1
  576. package/dist/react-native/knowledgeBaseRetrieval/api/index.d.ts +2 -1
  577. package/dist/react-native/knowledgeBaseRetrieval/api/index.d.ts.map +1 -1
  578. package/dist/react-native/knowledgeBaseRetrieval/api/index.js +1 -1
  579. package/dist/react-native/knowledgeBaseRetrieval/api/index.js.map +1 -1
  580. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +3 -1
  581. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -1
  582. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +3 -3
  583. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -1
  584. package/dist/react-native/knowledgeBaseRetrieval/api/operations.d.ts +2 -2
  585. package/dist/react-native/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -1
  586. package/dist/react-native/knowledgeBaseRetrieval/api/operations.js +9 -8
  587. package/dist/react-native/knowledgeBaseRetrieval/api/operations.js.map +1 -1
  588. package/dist/react-native/knowledgeBaseRetrieval/api/options.d.ts +2 -2
  589. package/dist/react-native/knowledgeBaseRetrieval/api/options.d.ts.map +1 -1
  590. package/dist/react-native/knowledgeBaseRetrieval/api/options.js.map +1 -1
  591. package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +2 -2
  592. package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -1
  593. package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +4 -4
  594. package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +1 -1
  595. package/dist/react-native/knowledgeRetrievalClient.d.ts +2 -2
  596. package/dist/react-native/knowledgeRetrievalClient.d.ts.map +1 -1
  597. package/dist/react-native/knowledgeRetrievalClient.js +4 -4
  598. package/dist/react-native/knowledgeRetrievalClient.js.map +1 -1
  599. package/dist/react-native/models/azure/search/documents/index.d.ts +2 -1
  600. package/dist/react-native/models/azure/search/documents/index.d.ts.map +1 -1
  601. package/dist/react-native/models/azure/search/documents/index.js +1 -1
  602. package/dist/react-native/models/azure/search/documents/index.js.map +1 -1
  603. package/dist/react-native/models/azure/search/documents/indexes/index.d.ts +2 -1
  604. package/dist/react-native/models/azure/search/documents/indexes/index.d.ts.map +1 -1
  605. package/dist/react-native/models/azure/search/documents/indexes/index.js +1 -1
  606. package/dist/react-native/models/azure/search/documents/indexes/index.js.map +1 -1
  607. package/dist/react-native/models/azure/search/documents/indexes/models.d.ts +50 -477
  608. package/dist/react-native/models/azure/search/documents/indexes/models.d.ts.map +1 -1
  609. package/dist/react-native/models/azure/search/documents/indexes/models.js +40 -526
  610. package/dist/react-native/models/azure/search/documents/indexes/models.js.map +1 -1
  611. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.d.ts +2 -1
  612. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -1
  613. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.js +1 -1
  614. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.js.map +1 -1
  615. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.d.ts +135 -242
  616. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -1
  617. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.js +131 -291
  618. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.js.map +1 -1
  619. package/dist/react-native/models/azure/search/documents/models.d.ts +2 -466
  620. package/dist/react-native/models/azure/search/documents/models.d.ts.map +1 -1
  621. package/dist/react-native/models/azure/search/documents/models.js +1 -429
  622. package/dist/react-native/models/azure/search/documents/models.js.map +1 -1
  623. package/dist/react-native/models/index.d.ts +1 -0
  624. package/dist/react-native/models/index.d.ts.map +1 -1
  625. package/dist/react-native/models/index.js.map +1 -1
  626. package/dist/react-native/models/models.d.ts +3 -3
  627. package/dist/react-native/models/models.d.ts.map +1 -1
  628. package/dist/react-native/models/models.js +3 -3
  629. package/dist/react-native/models/models.js.map +1 -1
  630. package/dist/react-native/search/api/index.d.ts +2 -1
  631. package/dist/react-native/search/api/index.d.ts.map +1 -1
  632. package/dist/react-native/search/api/index.js +1 -1
  633. package/dist/react-native/search/api/index.js.map +1 -1
  634. package/dist/react-native/search/api/operations.d.ts.map +1 -1
  635. package/dist/react-native/search/api/operations.js +35 -54
  636. package/dist/react-native/search/api/operations.js.map +1 -1
  637. package/dist/react-native/search/api/options.d.ts +19 -31
  638. package/dist/react-native/search/api/options.d.ts.map +1 -1
  639. package/dist/react-native/search/api/options.js.map +1 -1
  640. package/dist/react-native/search/api/searchContext.js +1 -1
  641. package/dist/react-native/search/api/searchContext.js.map +1 -1
  642. package/dist/react-native/searchClient.d.ts +0 -1
  643. package/dist/react-native/searchClient.d.ts.map +1 -1
  644. package/dist/react-native/searchClient.js +22 -39
  645. package/dist/react-native/searchClient.js.map +1 -1
  646. package/dist/react-native/searchIndex/api/index.d.ts +4 -3
  647. package/dist/react-native/searchIndex/api/index.d.ts.map +1 -1
  648. package/dist/react-native/searchIndex/api/index.js +2 -2
  649. package/dist/react-native/searchIndex/api/index.js.map +1 -1
  650. package/dist/react-native/searchIndex/api/operations.d.ts +2 -6
  651. package/dist/react-native/searchIndex/api/operations.d.ts.map +1 -1
  652. package/dist/react-native/searchIndex/api/operations.js +186 -96
  653. package/dist/react-native/searchIndex/api/operations.js.map +1 -1
  654. package/dist/react-native/searchIndex/api/options.d.ts +60 -5
  655. package/dist/react-native/searchIndex/api/options.d.ts.map +1 -1
  656. package/dist/react-native/searchIndex/api/options.js.map +1 -1
  657. package/dist/react-native/searchIndex/api/searchIndexContext.js +1 -1
  658. package/dist/react-native/searchIndex/api/searchIndexContext.js.map +1 -1
  659. package/dist/react-native/searchIndex/index.d.ts +1 -1
  660. package/dist/react-native/searchIndex/index.d.ts.map +1 -1
  661. package/dist/react-native/searchIndex/index.js.map +1 -1
  662. package/dist/react-native/searchIndex/searchIndexClient.d.ts +2 -4
  663. package/dist/react-native/searchIndex/searchIndexClient.d.ts.map +1 -1
  664. package/dist/react-native/searchIndex/searchIndexClient.js +1 -5
  665. package/dist/react-native/searchIndex/searchIndexClient.js.map +1 -1
  666. package/dist/react-native/searchIndexClient.d.ts +2 -7
  667. package/dist/react-native/searchIndexClient.d.ts.map +1 -1
  668. package/dist/react-native/searchIndexClient.js +2 -9
  669. package/dist/react-native/searchIndexClient.js.map +1 -1
  670. package/dist/react-native/searchIndexer/api/index.d.ts +4 -3
  671. package/dist/react-native/searchIndexer/api/index.d.ts.map +1 -1
  672. package/dist/react-native/searchIndexer/api/index.js +2 -2
  673. package/dist/react-native/searchIndexer/api/index.js.map +1 -1
  674. package/dist/react-native/searchIndexer/api/operations.d.ts +2 -14
  675. package/dist/react-native/searchIndexer/api/operations.d.ts.map +1 -1
  676. package/dist/react-native/searchIndexer/api/operations.js +112 -150
  677. package/dist/react-native/searchIndexer/api/operations.js.map +1 -1
  678. package/dist/react-native/searchIndexer/api/options.d.ts +36 -30
  679. package/dist/react-native/searchIndexer/api/options.d.ts.map +1 -1
  680. package/dist/react-native/searchIndexer/api/options.js.map +1 -1
  681. package/dist/react-native/searchIndexer/api/searchIndexerContext.js +1 -1
  682. package/dist/react-native/searchIndexer/api/searchIndexerContext.js.map +1 -1
  683. package/dist/react-native/searchIndexer/index.d.ts +1 -1
  684. package/dist/react-native/searchIndexer/index.d.ts.map +1 -1
  685. package/dist/react-native/searchIndexer/index.js.map +1 -1
  686. package/dist/react-native/searchIndexer/searchIndexerClient.d.ts +2 -8
  687. package/dist/react-native/searchIndexer/searchIndexerClient.d.ts.map +1 -1
  688. package/dist/react-native/searchIndexer/searchIndexerClient.js +1 -13
  689. package/dist/react-native/searchIndexer/searchIndexerClient.js.map +1 -1
  690. package/dist/react-native/searchIndexerClient.d.ts +1 -14
  691. package/dist/react-native/searchIndexerClient.d.ts.map +1 -1
  692. package/dist/react-native/searchIndexerClient.js +0 -27
  693. package/dist/react-native/searchIndexerClient.js.map +1 -1
  694. package/dist/react-native/searchIndexingBufferedSender.d.ts.map +1 -1
  695. package/dist/react-native/searchIndexingBufferedSender.js +3 -7
  696. package/dist/react-native/searchIndexingBufferedSender.js.map +1 -1
  697. package/dist/react-native/serviceModels.d.ts +7 -191
  698. package/dist/react-native/serviceModels.d.ts.map +1 -1
  699. package/dist/react-native/serviceModels.js.map +1 -1
  700. package/dist/react-native/serviceUtils.d.ts +3 -5
  701. package/dist/react-native/serviceUtils.d.ts.map +1 -1
  702. package/dist/react-native/serviceUtils.js +30 -87
  703. package/dist/react-native/serviceUtils.js.map +1 -1
  704. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
  705. package/dist/react-native/{synonymMapHelper.d.ts → synonymMapHelper-browser.d.mts} +4 -3
  706. package/dist/react-native/synonymMapHelper-browser.d.mts.map +1 -0
  707. package/dist/react-native/synonymMapHelper-browser.mjs +14 -0
  708. package/dist/react-native/synonymMapHelper-browser.mjs.map +1 -0
  709. package/dist/react-native/synonymMapHelper-react-native.d.mts +2 -0
  710. package/dist/react-native/synonymMapHelper-react-native.d.mts.map +1 -0
  711. package/dist/react-native/synonymMapHelper-react-native.mjs +4 -0
  712. package/dist/react-native/synonymMapHelper-react-native.mjs.map +1 -0
  713. package/dist/react-native/timers-browser.d.mts +8 -0
  714. package/dist/react-native/timers-browser.d.mts.map +1 -0
  715. package/dist/react-native/timers-browser.mjs +13 -0
  716. package/dist/react-native/timers-browser.mjs.map +1 -0
  717. package/dist/react-native/timers-react-native.d.mts +2 -0
  718. package/dist/react-native/timers-react-native.d.mts.map +1 -0
  719. package/dist/react-native/timers-react-native.mjs +4 -0
  720. package/dist/react-native/timers-react-native.mjs.map +1 -0
  721. package/dist/react-native/tracing.d.ts.map +1 -1
  722. package/dist/react-native/walk.js +1 -1
  723. package/dist/react-native/walk.js.map +1 -1
  724. package/package.json +33 -20
  725. package/dist/browser/errorModels.d.ts +0 -56
  726. package/dist/browser/errorModels.d.ts.map +0 -1
  727. package/dist/browser/errorModels.js +0 -4
  728. package/dist/browser/errorModels.js.map +0 -1
  729. package/dist/browser/synonymMapHelper.d.ts.map +0 -1
  730. package/dist/browser/synonymMapHelper.js.map +0 -1
  731. package/dist/commonjs/errorModels.d.ts +0 -56
  732. package/dist/commonjs/errorModels.d.ts.map +0 -1
  733. package/dist/commonjs/errorModels.js.map +0 -7
  734. package/dist/esm/errorModels.d.ts +0 -56
  735. package/dist/esm/errorModels.d.ts.map +0 -1
  736. package/dist/esm/errorModels.js +0 -0
  737. package/dist/esm/errorModels.js.map +0 -7
  738. package/dist/react-native/errorModels.d.ts +0 -56
  739. package/dist/react-native/errorModels.d.ts.map +0 -1
  740. package/dist/react-native/errorModels.js +0 -4
  741. package/dist/react-native/errorModels.js.map +0 -1
  742. package/dist/react-native/synonymMapHelper.d.ts.map +0 -1
  743. package/dist/react-native/synonymMapHelper.js +0 -24
  744. package/dist/react-native/synonymMapHelper.js.map +0 -1
@@ -1,4 +1,4 @@
1
- import type { KnowledgeRetrievalReasoningEffortUnion, KnowledgeRetrievalOutputMode, KnowledgeSourceIngestionParameters } from "../knowledgeBases/models.js";
1
+ import type { KnowledgeSourceIngestionParameters } from "../knowledgeBases/models.js";
2
2
  /**
3
3
  * This file contains only generated model types and their (de)serializers.
4
4
  * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
@@ -114,10 +114,6 @@ export interface SearchIndex {
114
114
  semanticSearch?: SemanticSearch;
115
115
  /** Contains configuration options related to vector search. */
116
116
  vectorSearch?: VectorSearch;
117
- /** A value indicating whether permission filtering is enabled for the index. */
118
- permissionFilterOption?: SearchIndexPermissionFilterOption;
119
- /** A value indicating whether Purview is enabled for the index. */
120
- purviewEnabled?: boolean;
121
117
  /** The ETag of the index. */
122
118
  eTag?: string;
123
119
  }
@@ -145,10 +141,6 @@ export interface SearchField {
145
141
  sortable?: boolean;
146
142
  /** A value indicating whether to enable the field to be referenced in facet queries. Typically used in a presentation of search results that includes hit count by category (for example, search for digital cameras and see hits by brand, by megapixels, by price, and so on). This property must be null for complex fields. Fields of type Edm.GeographyPoint or Collection(Edm.GeographyPoint) cannot be facetable. Default is true for all other simple fields. */
147
143
  facetable?: boolean;
148
- /** A value indicating whether the field should be used as a permission filter. */
149
- permissionFilter?: PermissionFilter;
150
- /** A value indicating whether the field contains sensitivity label information. */
151
- sensitivityLabel?: boolean;
152
144
  /** The name of the analyzer to use for the field. This option can be used only with searchable fields and it can't be set together with either searchAnalyzer or indexAnalyzer. Once the analyzer is chosen, it cannot be changed for the field. Must be null for complex fields. */
153
145
  analyzerName?: LexicalAnalyzerName;
154
146
  /** The name of the analyzer used at search time for the field. This option can be used only with searchable fields. It must be set together with indexAnalyzer and it cannot be set together with the analyzer option. This property cannot be set to the name of a language analyzer; use the analyzer property instead if you need a language analyzer. This analyzer can be updated on an existing field. Must be null for complex fields. */
@@ -219,25 +211,6 @@ export declare enum KnownSearchFieldDataType {
219
211
  * **Edm.Byte**: Indicates that a field contains a 8-bit unsigned integer. This is only valid when used with Collection(Edm.Byte).
220
212
  */
221
213
  export type SearchFieldDataType = string;
222
- /** A value indicating whether the field should be used as a permission filter. */
223
- export declare enum KnownPermissionFilter {
224
- /** Field represents user IDs that should be used to filter document access on queries. */
225
- UserIds = "userIds",
226
- /** Field represents group IDs that should be used to filter document access on queries. */
227
- GroupIds = "groupIds",
228
- /** Field represents an RBAC scope that should be used to filter document access on queries. */
229
- RbacScope = "rbacScope"
230
- }
231
- /**
232
- * A value indicating whether the field should be used as a permission filter. \
233
- * {@link KnownPermissionFilter} can be used interchangeably with PermissionFilter,
234
- * this enum contains the known values that the service supports.
235
- * ### Known values supported by the service
236
- * **userIds**: Field represents user IDs that should be used to filter document access on queries. \
237
- * **groupIds**: Field represents group IDs that should be used to filter document access on queries. \
238
- * **rbacScope**: Field represents an RBAC scope that should be used to filter document access on queries.
239
- */
240
- export type PermissionFilter = string;
241
214
  /** Defines the names of all text analyzers supported by the search engine. */
242
215
  export declare enum KnownLexicalAnalyzerName {
243
216
  /** Microsoft analyzer for Arabic. */
@@ -1576,8 +1549,6 @@ export interface SemanticConfiguration {
1576
1549
  prioritizedFields: SemanticPrioritizedFields;
1577
1550
  /** Specifies the score type to be used for the sort order of the search results. */
1578
1551
  rankingOrder?: RankingOrder;
1579
- /** Determines which semantic or query rewrite models to use during model flighting/upgrades. */
1580
- flightingOptIn?: boolean;
1581
1552
  }
1582
1553
  export declare function semanticConfigurationSerializer(item: SemanticConfiguration): any;
1583
1554
  export declare function semanticConfigurationDeserializer(item: any): SemanticConfiguration;
@@ -1606,7 +1577,7 @@ export declare enum KnownRankingOrder {
1606
1577
  /** Sets sort order as BoostedRerankerScore */
1607
1578
  BoostedRerankerScore = "BoostedRerankerScore",
1608
1579
  /** Sets sort order as ReRankerScore */
1609
- ReRankerScore = "RerankerScore"
1580
+ RerankerScore = "RerankerScore"
1610
1581
  }
1611
1582
  /**
1612
1583
  * Represents score to use for sort order of documents. \
@@ -1744,13 +1715,13 @@ export interface VectorSearchVectorizer {
1744
1715
  /** The name to associate with this particular vectorization method. */
1745
1716
  vectorizerName: string;
1746
1717
  /** Type of VectorSearchVectorizer. */
1747
- /** The discriminator possible values: azureOpenAI, customWebApi, aiServicesVision, aml */
1718
+ /** The discriminator possible values: azureOpenAI, customWebApi, aml */
1748
1719
  kind: VectorSearchVectorizerKind;
1749
1720
  }
1750
1721
  export declare function vectorSearchVectorizerSerializer(item: VectorSearchVectorizer): any;
1751
1722
  export declare function vectorSearchVectorizerDeserializer(item: any): VectorSearchVectorizer;
1752
1723
  /** Alias for VectorSearchVectorizerUnion */
1753
- export type VectorSearchVectorizerUnion = AzureOpenAIVectorizer | WebApiVectorizer | AIServicesVisionVectorizer | AzureMachineLearningVectorizer | VectorSearchVectorizer;
1724
+ export type VectorSearchVectorizerUnion = AzureOpenAIVectorizer | WebApiVectorizer | AzureMachineLearningVectorizer | VectorSearchVectorizer;
1754
1725
  export declare function vectorSearchVectorizerUnionSerializer(item: VectorSearchVectorizerUnion): any;
1755
1726
  export declare function vectorSearchVectorizerUnionDeserializer(item: any): VectorSearchVectorizerUnion;
1756
1727
  /** The vectorization method to be used during query time. */
@@ -1807,22 +1778,14 @@ export declare enum KnownAzureOpenAIModelName {
1807
1778
  TextEmbedding3Large = "text-embedding-3-large",
1808
1779
  /** TextEmbedding3Small model. */
1809
1780
  TextEmbedding3Small = "text-embedding-3-small",
1810
- /** Gpt4o model. */
1811
- Gpt4O = "gpt-4o",
1812
- /** Gpt4oMini model. */
1813
- Gpt4OMini = "gpt-4o-mini",
1814
- /** Gpt41 model. */
1815
- Gpt41 = "gpt-4.1",
1816
- /** Gpt41Mini model. */
1817
- Gpt41Mini = "gpt-4.1-mini",
1818
- /** Gpt41Nano model. */
1819
- Gpt41Nano = "gpt-4.1-nano",
1820
- /** Gpt5 model. */
1821
- Gpt5 = "gpt-5",
1822
1781
  /** Gpt5Mini model. */
1823
1782
  Gpt5Mini = "gpt-5-mini",
1824
1783
  /** Gpt5Nano model. */
1825
- Gpt5Nano = "gpt-5-nano"
1784
+ Gpt5Nano = "gpt-5-nano",
1785
+ /** Gpt54Mini model. */
1786
+ Gpt54Mini = "gpt-5.4-mini",
1787
+ /** Gpt54Nano model. */
1788
+ Gpt54Nano = "gpt-5.4-nano"
1826
1789
  }
1827
1790
  /**
1828
1791
  * The Azure Open AI model name that will be called. \
@@ -1832,14 +1795,10 @@ export declare enum KnownAzureOpenAIModelName {
1832
1795
  * **text-embedding-ada-002**: TextEmbeddingAda002 model. \
1833
1796
  * **text-embedding-3-large**: TextEmbedding3Large model. \
1834
1797
  * **text-embedding-3-small**: TextEmbedding3Small model. \
1835
- * **gpt-4o**: Gpt4o model. \
1836
- * **gpt-4o-mini**: Gpt4oMini model. \
1837
- * **gpt-4.1**: Gpt41 model. \
1838
- * **gpt-4.1-mini**: Gpt41Mini model. \
1839
- * **gpt-4.1-nano**: Gpt41Nano model. \
1840
- * **gpt-5**: Gpt5 model. \
1841
1798
  * **gpt-5-mini**: Gpt5Mini model. \
1842
- * **gpt-5-nano**: Gpt5Nano model.
1799
+ * **gpt-5-nano**: Gpt5Nano model. \
1800
+ * **gpt-5.4-mini**: Gpt54Mini model. \
1801
+ * **gpt-5.4-nano**: Gpt54Nano model.
1843
1802
  */
1844
1803
  export type AzureOpenAIModelName = string;
1845
1804
  /** Specifies a user-defined vectorizer for generating the vector embedding of a query string. Integration of an external vectorizer is achieved using the custom Web API interface of a skillset. */
@@ -1868,28 +1827,6 @@ export interface WebApiVectorizerParameters {
1868
1827
  }
1869
1828
  export declare function webApiVectorizerParametersSerializer(item: WebApiVectorizerParameters): any;
1870
1829
  export declare function webApiVectorizerParametersDeserializer(item: any): WebApiVectorizerParameters;
1871
- /** Clears the identity property of a datasource. */
1872
- export interface AIServicesVisionVectorizer extends VectorSearchVectorizer {
1873
- /** Contains the parameters specific to AI Services Vision embedding vectorization. */
1874
- aiServicesVisionParameters?: AIServicesVisionParameters;
1875
- /** The name of the kind of vectorization method being configured for use with vector search. */
1876
- kind: "aiServicesVision";
1877
- }
1878
- export declare function aiServicesVisionVectorizerSerializer(item: AIServicesVisionVectorizer): any;
1879
- export declare function aiServicesVisionVectorizerDeserializer(item: any): AIServicesVisionVectorizer;
1880
- /** Specifies the AI Services Vision parameters for vectorizing a query image or text. */
1881
- export interface AIServicesVisionParameters {
1882
- /** The version of the model to use when calling the AI Services Vision service. It will default to the latest available when not specified. */
1883
- modelVersion: string;
1884
- /** The resource URI of the AI Services resource. */
1885
- resourceUri: string;
1886
- /** API key of the designated AI Services resource. */
1887
- apiKey?: string;
1888
- /** The user-assigned managed identity used for outbound connections. If an authResourceId is provided and it's not specified, the system-assigned managed identity is used. On updates to the index, if the identity is unspecified, the value remains unchanged. If set to "none", the value of this property is cleared. */
1889
- authIdentity?: SearchIndexerDataIdentityUnion;
1890
- }
1891
- export declare function aiServicesVisionParametersSerializer(item: AIServicesVisionParameters): any;
1892
- export declare function aiServicesVisionParametersDeserializer(item: any): AIServicesVisionParameters;
1893
1830
  /** Specifies an Azure Machine Learning endpoint deployed via the Azure AI Foundry Model Catalog for generating the vector embedding of a query string. */
1894
1831
  export interface AzureMachineLearningVectorizer extends VectorSearchVectorizer {
1895
1832
  /** Specifies the properties of the AML vectorizer. */
@@ -1902,7 +1839,7 @@ export declare function azureMachineLearningVectorizerDeserializer(item: any): A
1902
1839
  /** Specifies the properties for connecting to an AML vectorizer. */
1903
1840
  export interface AzureMachineLearningParameters {
1904
1841
  /** (Required for no authentication or key authentication) The scoring URI of the AML service to which the JSON payload will be sent. Only the https URI scheme is allowed. */
1905
- scoringUri: string;
1842
+ scoringUri: string | null;
1906
1843
  /** (Required for key authentication) The key for the AML service. */
1907
1844
  authenticationKey?: string;
1908
1845
  /** (Required for token authentication). The Azure Resource Manager resource ID of the AML service. It should be in the format subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.MachineLearningServices/workspaces/{workspace-name}/services/{service_name}. */
@@ -2046,22 +1983,6 @@ export interface BinaryQuantizationCompression extends VectorSearchCompression {
2046
1983
  }
2047
1984
  export declare function binaryQuantizationCompressionSerializer(item: BinaryQuantizationCompression): any;
2048
1985
  export declare function binaryQuantizationCompressionDeserializer(item: any): BinaryQuantizationCompression;
2049
- /** A value indicating whether permission filtering is enabled for the index. */
2050
- export declare enum KnownSearchIndexPermissionFilterOption {
2051
- /** enabled. */
2052
- Enabled = "enabled",
2053
- /** disabled. */
2054
- Disabled = "disabled"
2055
- }
2056
- /**
2057
- * A value indicating whether permission filtering is enabled for the index. \
2058
- * {@link KnownSearchIndexPermissionFilterOption} can be used interchangeably with SearchIndexPermissionFilterOption,
2059
- * this enum contains the known values that the service supports.
2060
- * ### Known values supported by the service
2061
- * **enabled**: enabled. \
2062
- * **disabled**: disabled.
2063
- */
2064
- export type SearchIndexPermissionFilterOption = string;
2065
1986
  /** Response from a List Indexes request. If successful, it includes the full definitions of all indexes. */
2066
1987
  export interface _ListIndexesResult {
2067
1988
  /** The indexes in the Search service. */
@@ -2102,13 +2023,9 @@ export interface SearchIndexResponse {
2102
2023
  /** The type of similarity algorithm to be used when scoring and ranking the documents matching a search query. The similarity algorithm can only be defined at index creation time and cannot be modified on existing indexes. If null, the ClassicSimilarity algorithm is used. */
2103
2024
  similarity?: SimilarityAlgorithmUnion;
2104
2025
  /** Defines parameters for a search index that influence semantic capabilities. */
2105
- semantic?: SemanticSearch;
2026
+ semanticSearch?: SemanticSearch;
2106
2027
  /** Contains configuration options related to vector search. */
2107
2028
  vectorSearch?: VectorSearch;
2108
- /** A value indicating whether permission filtering is enabled for the index. */
2109
- permissionFilterOption?: SearchIndexPermissionFilterOption;
2110
- /** A value indicating whether Purview is enabled for the index. */
2111
- purviewEnabled?: boolean;
2112
2029
  /** The ETag of the index. */
2113
2030
  eTag?: string;
2114
2031
  }
@@ -2189,20 +2106,12 @@ export interface KnowledgeBase {
2189
2106
  knowledgeSources: KnowledgeSourceReference[];
2190
2107
  /** Contains configuration options on how to connect to AI models. */
2191
2108
  models?: KnowledgeBaseModelUnion[];
2192
- /** The retrieval reasoning effort configuration. */
2193
- retrievalReasoningEffort?: KnowledgeRetrievalReasoningEffortUnion;
2194
- /** The output mode for the knowledge base. */
2195
- outputMode?: KnowledgeRetrievalOutputMode;
2196
2109
  /** The ETag of the knowledge base. */
2197
- eTag?: string;
2110
+ etag?: string;
2198
2111
  /** A description of an encryption key that you create in Azure Key Vault. */
2199
2112
  encryptionKey?: SearchResourceEncryptionKey;
2200
2113
  /** The description of the knowledge base. */
2201
2114
  description?: string;
2202
- /** Instructions considered by the knowledge base when developing query plan. */
2203
- retrievalInstructions?: string;
2204
- /** Instructions considered by the knowledge base when generating answers. */
2205
- answerInstructions?: string;
2206
2115
  }
2207
2116
  export declare function knowledgeBaseSerializer(item: KnowledgeBase): any;
2208
2117
  export declare function knowledgeBaseDeserializer(item: any): KnowledgeBase;
@@ -2265,7 +2174,7 @@ export interface KnowledgeSource {
2265
2174
  /** Optional user-defined description. */
2266
2175
  description?: string;
2267
2176
  /** The type of the knowledge source. */
2268
- /** The discriminator possible values: searchIndex, azureBlob, indexedSharePoint, indexedOneLake, web, remoteSharePoint */
2177
+ /** The discriminator possible values: searchIndex, azureBlob, indexedOneLake, web */
2269
2178
  kind: KnowledgeSourceKind;
2270
2179
  /** The ETag of the knowledge source. */
2271
2180
  eTag?: string;
@@ -2275,7 +2184,7 @@ export interface KnowledgeSource {
2275
2184
  export declare function knowledgeSourceSerializer(item: KnowledgeSource): any;
2276
2185
  export declare function knowledgeSourceDeserializer(item: any): KnowledgeSource;
2277
2186
  /** Alias for KnowledgeSourceUnion */
2278
- export type KnowledgeSourceUnion = SearchIndexKnowledgeSource | AzureBlobKnowledgeSource | IndexedSharePointKnowledgeSource | IndexedOneLakeKnowledgeSource | WebKnowledgeSource | RemoteSharePointKnowledgeSource | KnowledgeSource;
2187
+ export type KnowledgeSourceUnion = SearchIndexKnowledgeSource | AzureBlobKnowledgeSource | IndexedOneLakeKnowledgeSource | WebKnowledgeSource | KnowledgeSource;
2279
2188
  export declare function knowledgeSourceUnionSerializer(item: KnowledgeSourceUnion): any;
2280
2189
  export declare function knowledgeSourceUnionDeserializer(item: any): KnowledgeSourceUnion;
2281
2190
  /** The kind of the knowledge source. */
@@ -2284,14 +2193,10 @@ export declare enum KnownKnowledgeSourceKind {
2284
2193
  SearchIndex = "searchIndex",
2285
2194
  /** A knowledge source that read and ingest data from Azure Blob Storage to a Search Index. */
2286
2195
  AzureBlob = "azureBlob",
2287
- /** A knowledge source that reads data from indexed SharePoint. */
2288
- IndexedSharePoint = "indexedSharePoint",
2289
2196
  /** A knowledge source that reads data from indexed OneLake. */
2290
2197
  IndexedOneLake = "indexedOneLake",
2291
2198
  /** A knowledge source that reads data from the web. */
2292
- Web = "web",
2293
- /** A knowledge source that reads data from remote SharePoint. */
2294
- RemoteSharePoint = "remoteSharePoint"
2199
+ Web = "web"
2295
2200
  }
2296
2201
  /**
2297
2202
  * The kind of the knowledge source. \
@@ -2300,10 +2205,8 @@ export declare enum KnownKnowledgeSourceKind {
2300
2205
  * ### Known values supported by the service
2301
2206
  * **searchIndex**: A knowledge source that reads data from a Search Index. \
2302
2207
  * **azureBlob**: A knowledge source that read and ingest data from Azure Blob Storage to a Search Index. \
2303
- * **indexedSharePoint**: A knowledge source that reads data from indexed SharePoint. \
2304
2208
  * **indexedOneLake**: A knowledge source that reads data from indexed OneLake. \
2305
- * **web**: A knowledge source that reads data from the web. \
2306
- * **remoteSharePoint**: A knowledge source that reads data from remote SharePoint.
2209
+ * **web**: A knowledge source that reads data from the web.
2307
2210
  */
2308
2211
  export type KnowledgeSourceKind = string;
2309
2212
  /** Knowledge Source targeting a search index. */
@@ -2370,25 +2273,6 @@ export interface IndexingSchedule {
2370
2273
  }
2371
2274
  export declare function indexingScheduleSerializer(item: IndexingSchedule): any;
2372
2275
  export declare function indexingScheduleDeserializer(item: any): IndexingSchedule;
2373
- /** Permission types to ingest together with document content. */
2374
- export declare enum KnownKnowledgeSourceIngestionPermissionOption {
2375
- /** Ingest explicit user identifiers alongside document content. */
2376
- UserIds = "userIds",
2377
- /** Ingest group identifiers alongside document content. */
2378
- GroupIds = "groupIds",
2379
- /** Ingest RBAC scope information alongside document content. */
2380
- RbacScope = "rbacScope"
2381
- }
2382
- /**
2383
- * Permission types to ingest together with document content. \
2384
- * {@link KnownKnowledgeSourceIngestionPermissionOption} can be used interchangeably with KnowledgeSourceIngestionPermissionOption,
2385
- * this enum contains the known values that the service supports.
2386
- * ### Known values supported by the service
2387
- * **userIds**: Ingest explicit user identifiers alongside document content. \
2388
- * **groupIds**: Ingest group identifiers alongside document content. \
2389
- * **rbacScope**: Ingest RBAC scope information alongside document content.
2390
- */
2391
- export type KnowledgeSourceIngestionPermissionOption = string;
2392
2276
  /** Optional content extraction mode. Default is 'minimal'. */
2393
2277
  export declare enum KnownKnowledgeSourceContentExtractionMode {
2394
2278
  /** Extracts only essential metadata while deferring most content processing. */
@@ -2411,48 +2295,6 @@ export interface CreatedResources {
2411
2295
  additionalProperties?: Record<string, string>;
2412
2296
  }
2413
2297
  export declare function createdResourcesDeserializer(item: any): CreatedResources;
2414
- /** Configuration for SharePoint knowledge source. */
2415
- export interface IndexedSharePointKnowledgeSource extends KnowledgeSource {
2416
- kind: "indexedSharePoint";
2417
- /** The parameters for the knowledge source. */
2418
- indexedSharePointParameters: IndexedSharePointKnowledgeSourceParameters;
2419
- }
2420
- export declare function indexedSharePointKnowledgeSourceSerializer(item: IndexedSharePointKnowledgeSource): any;
2421
- export declare function indexedSharePointKnowledgeSourceDeserializer(item: any): IndexedSharePointKnowledgeSource;
2422
- /** Parameters for SharePoint knowledge source. */
2423
- export interface IndexedSharePointKnowledgeSourceParameters {
2424
- /** SharePoint connection string with format: SharePointOnlineEndpoint=[SharePoint site url];ApplicationId=[Azure AD App ID];ApplicationSecret=[Azure AD App client secret];TenantId=[SharePoint site tenant id] */
2425
- connectionString: string;
2426
- /** Specifies which SharePoint libraries to access. */
2427
- containerName: IndexedSharePointContainerName;
2428
- /** Optional query to filter SharePoint content. */
2429
- query?: string;
2430
- /** Consolidates all general ingestion settings. */
2431
- ingestionParameters?: KnowledgeSourceIngestionParameters;
2432
- /** Resources created by the knowledge source. */
2433
- readonly createdResources?: CreatedResources;
2434
- }
2435
- export declare function indexedSharePointKnowledgeSourceParametersSerializer(item: IndexedSharePointKnowledgeSourceParameters): any;
2436
- export declare function indexedSharePointKnowledgeSourceParametersDeserializer(item: any): IndexedSharePointKnowledgeSourceParameters;
2437
- /** Specifies which SharePoint libraries to access. */
2438
- export declare enum KnownIndexedSharePointContainerName {
2439
- /** Index content from the site's default document library. */
2440
- DefaultSiteLibrary = "defaultSiteLibrary",
2441
- /** Index content from every document library in the site. */
2442
- AllSiteLibraries = "allSiteLibraries",
2443
- /** Use a query to filter SharePoint content. */
2444
- UseQuery = "useQuery"
2445
- }
2446
- /**
2447
- * Specifies which SharePoint libraries to access. \
2448
- * {@link KnownIndexedSharePointContainerName} can be used interchangeably with IndexedSharePointContainerName,
2449
- * this enum contains the known values that the service supports.
2450
- * ### Known values supported by the service
2451
- * **defaultSiteLibrary**: Index content from the site's default document library. \
2452
- * **allSiteLibraries**: Index content from every document library in the site. \
2453
- * **useQuery**: Use a query to filter SharePoint content.
2454
- */
2455
- export type IndexedSharePointContainerName = string;
2456
2298
  /** Configuration for OneLake knowledge source. */
2457
2299
  export interface IndexedOneLakeKnowledgeSource extends KnowledgeSource {
2458
2300
  kind: "indexedOneLake";
@@ -2511,25 +2353,6 @@ export interface WebKnowledgeSourceDomain {
2511
2353
  }
2512
2354
  export declare function webKnowledgeSourceDomainSerializer(item: WebKnowledgeSourceDomain): any;
2513
2355
  export declare function webKnowledgeSourceDomainDeserializer(item: any): WebKnowledgeSourceDomain;
2514
- /** Configuration for remote SharePoint knowledge source. */
2515
- export interface RemoteSharePointKnowledgeSource extends KnowledgeSource {
2516
- kind: "remoteSharePoint";
2517
- /** The parameters for the remote SharePoint knowledge source. */
2518
- remoteSharePointParameters?: RemoteSharePointKnowledgeSourceParameters;
2519
- }
2520
- export declare function remoteSharePointKnowledgeSourceSerializer(item: RemoteSharePointKnowledgeSource): any;
2521
- export declare function remoteSharePointKnowledgeSourceDeserializer(item: any): RemoteSharePointKnowledgeSource;
2522
- /** Parameters for remote SharePoint knowledge source. */
2523
- export interface RemoteSharePointKnowledgeSourceParameters {
2524
- /** Keyword Query Language (KQL) expression with queryable SharePoint properties and attributes to scope the retrieval before the query runs. */
2525
- filterExpression?: string;
2526
- /** A list of metadata fields to be returned for each item in the response. Only retrievable metadata properties can be included in this list. By default, no metadata is returned. */
2527
- resourceMetadata?: string[];
2528
- /** Container ID for SharePoint Embedded connection. When this is null, it will use SharePoint Online. */
2529
- containerTypeId?: string;
2530
- }
2531
- export declare function remoteSharePointKnowledgeSourceParametersSerializer(item: RemoteSharePointKnowledgeSourceParameters): any;
2532
- export declare function remoteSharePointKnowledgeSourceParametersDeserializer(item: any): RemoteSharePointKnowledgeSourceParameters;
2533
2356
  /** Result from listing knowledge sources. */
2534
2357
  export interface _ListKnowledgeSourcesResult {
2535
2358
  /** The knowledge sources in the service. */
@@ -2563,8 +2386,6 @@ export interface SearchServiceStatistics {
2563
2386
  counters: ServiceCounters;
2564
2387
  /** Service level general limits. */
2565
2388
  limits: ServiceLimits;
2566
- /** Service level indexer runtime consumption. */
2567
- indexersRuntime: ServiceIndexersRuntime;
2568
2389
  }
2569
2390
  export declare function searchServiceStatisticsDeserializer(item: any): SearchServiceStatistics;
2570
2391
  /** Represents service-level resource counters and quotas. */
@@ -2613,37 +2434,6 @@ export interface ServiceLimits {
2613
2434
  maxCumulativeIndexerRuntimeSeconds?: number;
2614
2435
  }
2615
2436
  export declare function serviceLimitsDeserializer(item: any): ServiceLimits;
2616
- /** Represents service-level indexer runtime counters. */
2617
- export interface ServiceIndexersRuntime {
2618
- /** Cumulative runtime of all indexers in the service from the beginningTime to endingTime, in seconds. */
2619
- usedSeconds: number;
2620
- /** Cumulative runtime remaining for all indexers in the service from the beginningTime to endingTime, in seconds. */
2621
- remainingSeconds?: number;
2622
- /** Beginning UTC time of the 24-hour period considered for indexer runtime usage (inclusive). */
2623
- beginningTime: Date;
2624
- /** End UTC time of the 24-hour period considered for indexer runtime usage (inclusive). */
2625
- endingTime: Date;
2626
- }
2627
- export declare function serviceIndexersRuntimeDeserializer(item: any): ServiceIndexersRuntime;
2628
- /** Response from a request to retrieve stats summary of all indexes. If successful, it includes the stats of each index in the service. */
2629
- export interface _ListIndexStatsSummary {
2630
- /** The Statistics summary of all indexes in the Search service. */
2631
- readonly indexesStatistics: IndexStatisticsSummary[];
2632
- }
2633
- export declare function _listIndexStatsSummaryDeserializer(item: any): _ListIndexStatsSummary;
2634
- export declare function indexStatisticsSummaryArrayDeserializer(result: Array<IndexStatisticsSummary>): any[];
2635
- /** Statistics for a given index. Statistics are collected periodically and are not guaranteed to always be up-to-date. */
2636
- export interface IndexStatisticsSummary {
2637
- /** The name of the index. */
2638
- name: string;
2639
- /** The number of documents in the index. */
2640
- readonly documentCount: number;
2641
- /** The amount of storage in bytes consumed by the index. */
2642
- readonly storageSize: number;
2643
- /** The amount of memory in bytes consumed by vectors in the index. */
2644
- readonly vectorIndexSize: number;
2645
- }
2646
- export declare function indexStatisticsSummaryDeserializer(item: any): IndexStatisticsSummary;
2647
2437
  /** Represents a datasource definition, which can be used to configure an indexer. */
2648
2438
  export interface SearchIndexerDataSourceConnection {
2649
2439
  /** The name of the datasource. */
@@ -2652,14 +2442,10 @@ export interface SearchIndexerDataSourceConnection {
2652
2442
  description?: string;
2653
2443
  /** The type of the datasource. */
2654
2444
  type: SearchIndexerDataSourceType;
2655
- /** A specific type of the data source, in case the resource is capable of different modalities. For example, 'MongoDb' for certain 'cosmosDb' accounts. */
2656
- readonly subType?: string;
2657
2445
  /** The data container for the datasource. */
2658
2446
  container: SearchIndexerDataContainer;
2659
2447
  /** An explicit managed identity to use for this datasource. If not specified and the connection string is a managed identity, the system-assigned managed identity is used. If not specified, the value remains unchanged. If "none" is specified, the value of this property is cleared. */
2660
2448
  identity?: SearchIndexerDataIdentityUnion;
2661
- /** Ingestion options with various types of permission data. */
2662
- indexerPermissionOptions?: IndexerPermissionOption[];
2663
2449
  /** The data change detection policy for the datasource. */
2664
2450
  dataChangeDetectionPolicy?: DataChangeDetectionPolicyUnion;
2665
2451
  /** The data deletion detection policy for the datasource. */
@@ -2723,25 +2509,6 @@ export interface SearchIndexerDataContainer {
2723
2509
  }
2724
2510
  export declare function searchIndexerDataContainerSerializer(item: SearchIndexerDataContainer): any;
2725
2511
  export declare function searchIndexerDataContainerDeserializer(item: any): SearchIndexerDataContainer;
2726
- /** Options with various types of permission data to index. */
2727
- export declare enum KnownIndexerPermissionOption {
2728
- /** Indexer to ingest ACL userIds from data source to index. */
2729
- UserIds = "userIds",
2730
- /** Indexer to ingest ACL groupIds from data source to index. */
2731
- GroupIds = "groupIds",
2732
- /** Indexer to ingest Azure RBAC scope from data source to index. */
2733
- RbacScope = "rbacScope"
2734
- }
2735
- /**
2736
- * Options with various types of permission data to index. \
2737
- * {@link KnownIndexerPermissionOption} can be used interchangeably with IndexerPermissionOption,
2738
- * this enum contains the known values that the service supports.
2739
- * ### Known values supported by the service
2740
- * **userIds**: Indexer to ingest ACL userIds from data source to index. \
2741
- * **groupIds**: Indexer to ingest ACL groupIds from data source to index. \
2742
- * **rbacScope**: Indexer to ingest Azure RBAC scope from data source to index.
2743
- */
2744
- export type IndexerPermissionOption = string;
2745
2512
  /** Base type for data change detection policies. */
2746
2513
  export interface DataChangeDetectionPolicy {
2747
2514
  /** The discriminator for derived types. */
@@ -2808,33 +2575,6 @@ export interface ListDataSourcesResult {
2808
2575
  export declare function listDataSourcesResultDeserializer(item: any): ListDataSourcesResult;
2809
2576
  export declare function searchIndexerDataSourceConnectionArraySerializer(result: Array<SearchIndexerDataSourceConnection>): any[];
2810
2577
  export declare function searchIndexerDataSourceConnectionArrayDeserializer(result: Array<SearchIndexerDataSourceConnection>): any[];
2811
- /** Request body for resync indexer operation. */
2812
- export interface IndexerResyncBody {
2813
- /** Re-sync options that have been pre-defined from data source. */
2814
- options?: IndexerResyncOption[];
2815
- }
2816
- export declare function indexerResyncBodySerializer(item: IndexerResyncBody): any;
2817
- /** Options with various types of permission data to index. */
2818
- export declare enum KnownIndexerResyncOption {
2819
- /** Indexer to re-ingest pre-selected permissions data from data source to index. */
2820
- Permissions = "permissions"
2821
- }
2822
- /**
2823
- * Options with various types of permission data to index. \
2824
- * {@link KnownIndexerResyncOption} can be used interchangeably with IndexerResyncOption,
2825
- * this enum contains the known values that the service supports.
2826
- * ### Known values supported by the service
2827
- * **permissions**: Indexer to re-ingest pre-selected permissions data from data source to index.
2828
- */
2829
- export type IndexerResyncOption = string;
2830
- /** The type of the keysOrIds. */
2831
- export interface DocumentKeysOrIds {
2832
- /** document keys to be reset */
2833
- documentKeys?: string[];
2834
- /** datasource document identifiers to be reset */
2835
- datasourceDocumentIds?: string[];
2836
- }
2837
- export declare function documentKeysOrIdsSerializer(item: DocumentKeysOrIds): any;
2838
2578
  /** Represents an indexer. */
2839
2579
  export interface SearchIndexer {
2840
2580
  /** The name of the indexer. */
@@ -2861,8 +2601,6 @@ export interface SearchIndexer {
2861
2601
  eTag?: string;
2862
2602
  /** A description of an encryption key that you create in Azure Key Vault. This key is used to provide an additional level of encryption-at-rest for your indexer definition (as well as indexer execution status) when you want full assurance that no one, not even Microsoft, can decrypt them. Once you have encrypted your indexer definition, it will always remain encrypted. The search service will ignore attempts to set this property to null. You can change this property as needed if you want to rotate your encryption key; Your indexer definition (and indexer execution status) will be unaffected. Encryption with customer-managed keys is not available for free search services, and is only available for paid services created on or after January 1, 2019. */
2863
2603
  encryptionKey?: SearchResourceEncryptionKey;
2864
- /** Adds caching to an enrichment pipeline to allow for incremental modification steps without having to rebuild the index every time. */
2865
- cache?: SearchIndexerCache;
2866
2604
  }
2867
2605
  export declare function searchIndexerSerializer(item: SearchIndexer): any;
2868
2606
  export declare function searchIndexerDeserializer(item: any): SearchIndexer;
@@ -3089,19 +2827,6 @@ export interface FieldMappingFunction {
3089
2827
  }
3090
2828
  export declare function fieldMappingFunctionSerializer(item: FieldMappingFunction): any;
3091
2829
  export declare function fieldMappingFunctionDeserializer(item: any): FieldMappingFunction;
3092
- /** The type of the cache. */
3093
- export interface SearchIndexerCache {
3094
- /** A guid for the SearchIndexerCache. */
3095
- id?: string;
3096
- /** The connection string to the storage account where the cache data will be persisted. */
3097
- storageConnectionString?: string;
3098
- /** Specifies whether incremental reprocessing is enabled. */
3099
- enableReprocessing?: boolean;
3100
- /** The user-assigned managed identity used for connections to the enrichment cache. If the connection string indicates an identity (ResourceId) and it's not specified, the system-assigned managed identity is used. On updates to the indexer, if the identity is unspecified, the value remains unchanged. If set to "none", the value of this property is cleared. */
3101
- identity?: SearchIndexerDataIdentityUnion;
3102
- }
3103
- export declare function searchIndexerCacheSerializer(item: SearchIndexerCache): any;
3104
- export declare function searchIndexerCacheDeserializer(item: any): SearchIndexerCache;
3105
2830
  /** Response from a List Indexers request. If successful, it includes the full definitions of all indexers. */
3106
2831
  export interface ListIndexersResult {
3107
2832
  /** The indexers in the Search service. */
@@ -3116,40 +2841,20 @@ export interface SearchIndexerStatus {
3116
2841
  readonly name: string;
3117
2842
  /** Overall indexer status. */
3118
2843
  readonly status: IndexerStatus;
3119
- /** Snapshot of the indexer's cumulative runtime consumption for the service over the current UTC period. */
3120
- readonly runtime: IndexerRuntime;
3121
2844
  /** The result of the most recent or an in-progress indexer execution. */
3122
2845
  readonly lastResult?: IndexerExecutionResult;
3123
2846
  /** History of the recent indexer executions, sorted in reverse chronological order. */
3124
2847
  readonly executionHistory: IndexerExecutionResult[];
3125
2848
  /** The execution limits for the indexer. */
3126
2849
  readonly limits: SearchIndexerLimits;
3127
- /** All of the state that defines and dictates the indexer's current execution. */
3128
- readonly currentState?: IndexerCurrentState;
3129
2850
  }
3130
2851
  export declare function searchIndexerStatusDeserializer(item: any): SearchIndexerStatus;
3131
2852
  /** Represents the overall indexer status. */
3132
2853
  export type IndexerStatus = "unknown" | "error" | "running";
3133
- /** Represents the indexer's cumulative runtime consumption in the service. */
3134
- export interface IndexerRuntime {
3135
- /** Cumulative runtime of the indexer from the beginningTime to endingTime, in seconds. */
3136
- usedSeconds: number;
3137
- /** Cumulative runtime remaining for all indexers in the service from the beginningTime to endingTime, in seconds. */
3138
- remainingSeconds?: number;
3139
- /** Beginning UTC time of the 24-hour period considered for indexer runtime usage (inclusive). */
3140
- beginningTime: Date;
3141
- /** End UTC time of the 24-hour period considered for indexer runtime usage (inclusive). */
3142
- endingTime: Date;
3143
- }
3144
- export declare function indexerRuntimeDeserializer(item: any): IndexerRuntime;
3145
2854
  /** Represents the result of an individual indexer execution. */
3146
2855
  export interface IndexerExecutionResult {
3147
2856
  /** The outcome of this indexer execution. */
3148
2857
  readonly status: IndexerExecutionStatus;
3149
- /** The outcome of this indexer execution. */
3150
- readonly statusDetail?: IndexerExecutionStatusDetail;
3151
- /** The mode the indexer is running in. */
3152
- readonly mode?: IndexingMode;
3153
2858
  /** The error message indicating the top-level error, if any. */
3154
2859
  readonly errorMessage?: string;
3155
2860
  /** The start time of this indexer execution. */
@@ -3172,41 +2877,6 @@ export interface IndexerExecutionResult {
3172
2877
  export declare function indexerExecutionResultDeserializer(item: any): IndexerExecutionResult;
3173
2878
  /** Represents the status of an individual indexer execution. */
3174
2879
  export type IndexerExecutionStatus = "transientFailure" | "success" | "inProgress" | "reset";
3175
- /** Details the status of an individual indexer execution. */
3176
- export declare enum KnownIndexerExecutionStatusDetail {
3177
- /** Indicates that the reset that occurred was for a call to ResetDocs. */
3178
- ResetDocs = "resetDocs",
3179
- /** Indicates to selectively resync based on option(s) from data source. */
3180
- Resync = "resync"
3181
- }
3182
- /**
3183
- * Details the status of an individual indexer execution. \
3184
- * {@link KnownIndexerExecutionStatusDetail} can be used interchangeably with IndexerExecutionStatusDetail,
3185
- * this enum contains the known values that the service supports.
3186
- * ### Known values supported by the service
3187
- * **resetDocs**: Indicates that the reset that occurred was for a call to ResetDocs. \
3188
- * **resync**: Indicates to selectively resync based on option(s) from data source.
3189
- */
3190
- export type IndexerExecutionStatusDetail = string;
3191
- /** Represents the mode the indexer is executing in. */
3192
- export declare enum KnownIndexingMode {
3193
- /** The indexer is indexing all documents in the datasource. */
3194
- IndexingAllDocs = "indexingAllDocs",
3195
- /** The indexer is indexing selective, reset documents in the datasource. The documents being indexed are defined on indexer status. */
3196
- IndexingResetDocs = "indexingResetDocs",
3197
- /** The indexer is resyncing and indexing selective option(s) from the datasource. */
3198
- IndexingResync = "indexingResync"
3199
- }
3200
- /**
3201
- * Represents the mode the indexer is executing in. \
3202
- * {@link KnownIndexingMode} can be used interchangeably with IndexingMode,
3203
- * this enum contains the known values that the service supports.
3204
- * ### Known values supported by the service
3205
- * **indexingAllDocs**: The indexer is indexing all documents in the datasource. \
3206
- * **indexingResetDocs**: The indexer is indexing selective, reset documents in the datasource. The documents being indexed are defined on indexer status. \
3207
- * **indexingResync**: The indexer is resyncing and indexing selective option(s) from the datasource.
3208
- */
3209
- export type IndexingMode = string;
3210
2880
  export declare function searchIndexerErrorArrayDeserializer(result: Array<SearchIndexerError>): any[];
3211
2881
  /** Represents an item- or document-level indexing error. */
3212
2882
  export interface SearchIndexerError {
@@ -3250,28 +2920,6 @@ export interface SearchIndexerLimits {
3250
2920
  readonly maxDocumentContentCharactersToExtract?: number;
3251
2921
  }
3252
2922
  export declare function searchIndexerLimitsDeserializer(item: any): SearchIndexerLimits;
3253
- /** Represents all of the state that defines and dictates the indexer's current execution. */
3254
- export interface IndexerCurrentState {
3255
- /** The mode the indexer is running in. */
3256
- readonly mode?: IndexingMode;
3257
- /** Change tracking state used when indexing starts on all documents in the datasource. */
3258
- readonly allDocsInitialTrackingState?: string;
3259
- /** Change tracking state value when indexing finishes on all documents in the datasource. */
3260
- readonly allDocsFinalTrackingState?: string;
3261
- /** Change tracking state used when indexing starts on select, reset documents in the datasource. */
3262
- readonly resetDocsInitialTrackingState?: string;
3263
- /** Change tracking state value when indexing finishes on select, reset documents in the datasource. */
3264
- readonly resetDocsFinalTrackingState?: string;
3265
- /** Change tracking state used when indexing starts on selective options from the datasource. */
3266
- readonly resyncInitialTrackingState?: string;
3267
- /** Change tracking state value when indexing finishes on selective options from the datasource. */
3268
- readonly resyncFinalTrackingState?: string;
3269
- /** The list of document keys that have been reset. The document key is the document's unique identifier for the data in the search index. The indexer will prioritize selectively re-ingesting these keys. */
3270
- readonly resetDocumentKeys?: string[];
3271
- /** The list of datasource document ids that have been reset. The datasource document id is the unique identifier for the data in the datasource. The indexer will prioritize selectively re-ingesting these ids. */
3272
- readonly resetDatasourceDocumentIds?: string[];
3273
- }
3274
- export declare function indexerCurrentStateDeserializer(item: any): IndexerCurrentState;
3275
2923
  /** A list of skills. */
3276
2924
  export interface SearchIndexerSkillset {
3277
2925
  /** The name of the skillset. */
@@ -3298,7 +2946,7 @@ export declare function searchIndexerSkillUnionArrayDeserializer(result: Array<S
3298
2946
  /** Base type for skills. */
3299
2947
  export interface SearchIndexerSkill {
3300
2948
  /** The discriminator for derived types. */
3301
- /** The discriminator possible values: #Microsoft.Skills.Util.ConditionalSkill, #Microsoft.Skills.Text.KeyPhraseExtractionSkill, #Microsoft.Skills.Vision.OcrSkill, #Microsoft.Skills.Vision.ImageAnalysisSkill, #Microsoft.Skills.Text.LanguageDetectionSkill, #Microsoft.Skills.Util.ShaperSkill, #Microsoft.Skills.Text.MergeSkill, #Microsoft.Skills.Text.V3.SentimentSkill, #Microsoft.Skills.Text.V3.EntityLinkingSkill, #Microsoft.Skills.Text.V3.EntityRecognitionSkill, #Microsoft.Skills.Text.PIIDetectionSkill, #Microsoft.Skills.Text.SplitSkill, #Microsoft.Skills.Text.CustomEntityLookupSkill, #Microsoft.Skills.Text.TranslationSkill, #Microsoft.Skills.Util.DocumentExtractionSkill, #Microsoft.Skills.Util.DocumentIntelligenceLayoutSkill, #Microsoft.Skills.Custom.WebApiSkill, #Microsoft.Skills.Custom.AmlSkill, #Microsoft.Skills.Text.AzureOpenAIEmbeddingSkill, #Microsoft.Skills.Vision.VectorizeSkill, #Microsoft.Skills.Util.ContentUnderstandingSkill, #Microsoft.Skills.Custom.ChatCompletionSkill */
2949
+ /** The discriminator possible values: #Microsoft.Skills.Util.ConditionalSkill, #Microsoft.Skills.Text.KeyPhraseExtractionSkill, #Microsoft.Skills.Vision.OcrSkill, #Microsoft.Skills.Vision.ImageAnalysisSkill, #Microsoft.Skills.Text.LanguageDetectionSkill, #Microsoft.Skills.Util.ShaperSkill, #Microsoft.Skills.Text.MergeSkill, #Microsoft.Skills.Text.V3.SentimentSkill, #Microsoft.Skills.Text.V3.EntityLinkingSkill, #Microsoft.Skills.Text.V3.EntityRecognitionSkill, #Microsoft.Skills.Text.PIIDetectionSkill, #Microsoft.Skills.Text.SplitSkill, #Microsoft.Skills.Text.CustomEntityLookupSkill, #Microsoft.Skills.Text.TranslationSkill, #Microsoft.Skills.Util.DocumentExtractionSkill, #Microsoft.Skills.Util.DocumentIntelligenceLayoutSkill, #Microsoft.Skills.Custom.WebApiSkill, #Microsoft.Skills.Text.AzureOpenAIEmbeddingSkill, #Microsoft.Skills.Util.ContentUnderstandingSkill, #Microsoft.Skills.Custom.ChatCompletionSkill */
3302
2950
  odatatype: string;
3303
2951
  /** The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character '#'. */
3304
2952
  name?: string;
@@ -3314,7 +2962,7 @@ export interface SearchIndexerSkill {
3314
2962
  export declare function searchIndexerSkillSerializer(item: SearchIndexerSkill): any;
3315
2963
  export declare function searchIndexerSkillDeserializer(item: any): SearchIndexerSkill;
3316
2964
  /** Alias for SearchIndexerSkillUnion */
3317
- export type SearchIndexerSkillUnion = ConditionalSkill | KeyPhraseExtractionSkill | OcrSkill | ImageAnalysisSkill | LanguageDetectionSkill | ShaperSkill | MergeSkill | SentimentSkillV3 | EntityLinkingSkill | EntityRecognitionSkillV3 | PIIDetectionSkill | SplitSkill | CustomEntityLookupSkill | TextTranslationSkill | DocumentExtractionSkill | DocumentIntelligenceLayoutSkill | WebApiSkill | AzureMachineLearningSkill | AzureOpenAIEmbeddingSkill | VisionVectorizeSkill | ContentUnderstandingSkill | ChatCompletionSkill | SearchIndexerSkill;
2965
+ export type SearchIndexerSkillUnion = ConditionalSkill | KeyPhraseExtractionSkill | OcrSkill | ImageAnalysisSkill | LanguageDetectionSkill | ShaperSkill | MergeSkill | SentimentSkillV3 | EntityLinkingSkill | EntityRecognitionSkillV3 | PIIDetectionSkill | SplitSkill | CustomEntityLookupSkill | TextTranslationSkill | DocumentExtractionSkill | DocumentIntelligenceLayoutSkill | WebApiSkill | AzureOpenAIEmbeddingSkill | ContentUnderstandingSkill | ChatCompletionSkill | SearchIndexerSkill;
3318
2966
  export declare function searchIndexerSkillUnionSerializer(item: SearchIndexerSkillUnion): any;
3319
2967
  export declare function searchIndexerSkillUnionDeserializer(item: any): SearchIndexerSkillUnion;
3320
2968
  export declare function inputFieldMappingEntryArraySerializer(result: Array<InputFieldMappingEntry>): any[];
@@ -4486,10 +4134,6 @@ export interface SplitSkill extends SearchIndexerSkill {
4486
4134
  pageOverlapLength?: number;
4487
4135
  /** Only applicable when textSplitMode is set to 'pages'. If specified, the SplitSkill will discontinue splitting after processing the first 'maximumPagesToTake' pages, in order to improve performance when only a few initial pages are needed from each document. */
4488
4136
  maximumPagesToTake?: number;
4489
- /** Only applies if textSplitMode is set to pages. There are two possible values. The choice of the values will decide the length (maximumPageLength and pageOverlapLength) measurement. The default is 'characters', which means the length will be measured by character. */
4490
- unit?: SplitSkillUnit;
4491
- /** Only applies if the unit is set to azureOpenAITokens. If specified, the splitSkill will use these parameters when performing the tokenization. The parameters are a valid 'encoderModelName' and an optional 'allowedSpecialTokens' property. */
4492
- azureOpenAITokenizerParameters?: AzureOpenAITokenizerParameters;
4493
4137
  /** A URI fragment specifying the type of skill. */
4494
4138
  odatatype: "#Microsoft.Skills.Text.SplitSkill";
4495
4139
  }
@@ -4620,53 +4264,6 @@ export declare enum KnownTextSplitMode {
4620
4264
  * **sentences**: Split the text into individual sentences.
4621
4265
  */
4622
4266
  export type TextSplitMode = string;
4623
- /** A value indicating which unit to use. */
4624
- export declare enum KnownSplitSkillUnit {
4625
- /** The length will be measured by character. */
4626
- Characters = "characters",
4627
- /** The length will be measured by an AzureOpenAI tokenizer from the tiktoken library. */
4628
- AzureOpenAITokens = "azureOpenAITokens"
4629
- }
4630
- /**
4631
- * A value indicating which unit to use. \
4632
- * {@link KnownSplitSkillUnit} can be used interchangeably with SplitSkillUnit,
4633
- * this enum contains the known values that the service supports.
4634
- * ### Known values supported by the service
4635
- * **characters**: The length will be measured by character. \
4636
- * **azureOpenAITokens**: The length will be measured by an AzureOpenAI tokenizer from the tiktoken library.
4637
- */
4638
- export type SplitSkillUnit = string;
4639
- /** Azure OpenAI Tokenizer parameters. */
4640
- export interface AzureOpenAITokenizerParameters {
4641
- /** Only applies if the unit is set to azureOpenAITokens. Options include 'R50k_base', 'P50k_base', 'P50k_edit' and 'CL100k_base'. The default value is 'CL100k_base'. */
4642
- encoderModelName?: SplitSkillEncoderModelName;
4643
- /** (Optional) Only applies if the unit is set to azureOpenAITokens. This parameter defines a collection of special tokens that are permitted within the tokenization process. */
4644
- allowedSpecialTokens?: string[];
4645
- }
4646
- export declare function azureOpenAITokenizerParametersSerializer(item: AzureOpenAITokenizerParameters): any;
4647
- export declare function azureOpenAITokenizerParametersDeserializer(item: any): AzureOpenAITokenizerParameters;
4648
- /** A value indicating which tokenizer to use. */
4649
- export declare enum KnownSplitSkillEncoderModelName {
4650
- /** Refers to a base model trained with a 50,000 token vocabulary, often used in general natural language processing tasks. */
4651
- R50KBase = "r50k_base",
4652
- /** A base model with a 50,000 token vocabulary, optimized for prompt-based tasks. */
4653
- P50KBase = "p50k_base",
4654
- /** Similar to p50k_base but fine-tuned for editing or rephrasing tasks with a 50,000 token vocabulary. */
4655
- P50KEdit = "p50k_edit",
4656
- /** A base model with a 100,000 token vocabulary. */
4657
- CL100KBase = "cl100k_base"
4658
- }
4659
- /**
4660
- * A value indicating which tokenizer to use. \
4661
- * {@link KnownSplitSkillEncoderModelName} can be used interchangeably with SplitSkillEncoderModelName,
4662
- * this enum contains the known values that the service supports.
4663
- * ### Known values supported by the service
4664
- * **r50k_base**: Refers to a base model trained with a 50,000 token vocabulary, often used in general natural language processing tasks. \
4665
- * **p50k_base**: A base model with a 50,000 token vocabulary, optimized for prompt-based tasks. \
4666
- * **p50k_edit**: Similar to p50k_base but fine-tuned for editing or rephrasing tasks with a 50,000 token vocabulary. \
4667
- * **cl100k_base**: A base model with a 100,000 token vocabulary.
4668
- */
4669
- export type SplitSkillEncoderModelName = string;
4670
4267
  /** A skill looks for text from a custom, user-defined list of words and phrases. */
4671
4268
  export interface CustomEntityLookupSkill extends SearchIndexerSkill {
4672
4269
  /** A value indicating which language code to use. Default is `en`. */
@@ -5165,25 +4762,6 @@ export interface WebApiHttpHeaders {
5165
4762
  }
5166
4763
  export declare function webApiHttpHeadersSerializer(item: WebApiHttpHeaders): any;
5167
4764
  export declare function webApiHttpHeadersDeserializer(item: any): WebApiHttpHeaders;
5168
- /** The AML skill allows you to extend AI enrichment with a custom Azure Machine Learning (AML) model. Once an AML model is trained and deployed, an AML skill integrates it into AI enrichment. */
5169
- export interface AzureMachineLearningSkill extends SearchIndexerSkill {
5170
- /** (Required for no authentication or key authentication) The scoring URI of the AML service to which the JSON payload will be sent. Only the https URI scheme is allowed. */
5171
- scoringUri?: string;
5172
- /** (Required for key authentication) The key for the AML service. */
5173
- authenticationKey?: string;
5174
- /** (Required for token authentication). The Azure Resource Manager resource ID of the AML service. It should be in the format subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.MachineLearningServices/workspaces/{workspace-name}/services/{service_name}. */
5175
- resourceId?: string;
5176
- /** (Optional) When specified, indicates the timeout for the http client making the API call. */
5177
- timeout?: string;
5178
- /** (Optional for token authentication). The region the AML service is deployed in. */
5179
- region?: string;
5180
- /** (Optional) When specified, indicates the number of calls the indexer will make in parallel to the endpoint you have provided. You can decrease this value if your endpoint is failing under too high of a request load, or raise it if your endpoint is able to accept more requests and you would like an increase in the performance of the indexer. If not set, a default value of 5 is used. The degreeOfParallelism can be set to a maximum of 10 and a minimum of 1. */
5181
- degreeOfParallelism?: number;
5182
- /** A URI fragment specifying the type of skill. */
5183
- odatatype: "#Microsoft.Skills.Custom.AmlSkill";
5184
- }
5185
- export declare function azureMachineLearningSkillSerializer(item: AzureMachineLearningSkill): any;
5186
- export declare function azureMachineLearningSkillDeserializer(item: any): AzureMachineLearningSkill;
5187
4765
  /** Allows you to generate a vector embedding for a given text input using the Azure OpenAI resource. */
5188
4766
  export interface AzureOpenAIEmbeddingSkill extends SearchIndexerSkill {
5189
4767
  /** The resource URI of the Azure OpenAI resource. */
@@ -5203,15 +4781,6 @@ export interface AzureOpenAIEmbeddingSkill extends SearchIndexerSkill {
5203
4781
  }
5204
4782
  export declare function azureOpenAIEmbeddingSkillSerializer(item: AzureOpenAIEmbeddingSkill): any;
5205
4783
  export declare function azureOpenAIEmbeddingSkillDeserializer(item: any): AzureOpenAIEmbeddingSkill;
5206
- /** Allows you to generate a vector embedding for a given image or text input using the Azure AI Services Vision Vectorize API. */
5207
- export interface VisionVectorizeSkill extends SearchIndexerSkill {
5208
- /** The version of the model to use when calling the AI Services Vision service. It will default to the latest available when not specified. */
5209
- modelVersion: string;
5210
- /** A URI fragment specifying the type of skill. */
5211
- odatatype: "#Microsoft.Skills.Vision.VectorizeSkill";
5212
- }
5213
- export declare function visionVectorizeSkillSerializer(item: VisionVectorizeSkill): any;
5214
- export declare function visionVectorizeSkillDeserializer(item: any): VisionVectorizeSkill;
5215
4784
  /** A skill that leverages Azure AI Content Understanding to process and extract structured insights from documents, enabling enriched, searchable content for enhanced document indexing and retrieval. */
5216
4785
  export interface ContentUnderstandingSkill extends SearchIndexerSkill {
5217
4786
  /** Controls the cardinality of the content extracted from the document by the skill. */
@@ -5267,18 +4836,6 @@ export type ContentUnderstandingSkillChunkingUnit = string;
5267
4836
  export interface ChatCompletionSkill extends SearchIndexerSkill {
5268
4837
  /** The url for the Web API. */
5269
4838
  uri: string;
5270
- /** The headers required to make the http request. */
5271
- httpHeaders?: WebApiHttpHeaders;
5272
- /** The method for the http request. */
5273
- httpMethod?: string;
5274
- /** The desired timeout for the request. Default is 30 seconds. */
5275
- timeout?: string;
5276
- /** The desired batch size which indicates number of documents. */
5277
- batchSize?: number;
5278
- /** If set, the number of parallel calls that can be made to the Web API. */
5279
- degreeOfParallelism?: number;
5280
- /** Applies to custom skills that connect to external code in an Azure function or some other application that provides the transformations. This value should be the application ID created for the function or app when it was registered with Azure Active Directory. When specified, the custom skill connects to the function or app using a managed ID (either system or user-assigned) of the search service and the access token of the function or app, using this value as the resource id for creating the scope of the access token. */
5281
- authResourceId?: string;
5282
4839
  /** The user-assigned managed identity used for outbound connections. If an authResourceId is provided and it's not specified, the system-assigned managed identity is used. On updates to the indexer, if the identity is unspecified, the value remains unchanged. If set to "none", the value of this property is cleared. */
5283
4840
  authIdentity?: SearchIndexerDataIdentityUnion;
5284
4841
  /** API key for authenticating to the model. Both apiKey and authIdentity cannot be specified at the same time. */
@@ -5422,7 +4979,7 @@ export declare function cognitiveServicesAccountKeyDeserializer(item: any): Cogn
5422
4979
  export interface AIServicesAccountKey extends CognitiveServicesAccount {
5423
4980
  /** The key used to provision the Azure AI service resource attached to a skillset. */
5424
4981
  key: string;
5425
- /** The subdomain url for the corresponding AI Service. */
4982
+ /** The subdomain/Azure AI Services endpoint url for the corresponding AI Service. */
5426
4983
  subdomainUrl: string;
5427
4984
  /** A URI fragment specifying the type of Azure AI service resource attached to a skillset. */
5428
4985
  odatatype: "#Microsoft.Azure.Search.AIServicesByKey";
@@ -5433,7 +4990,7 @@ export declare function aiServicesAccountKeyDeserializer(item: any): AIServicesA
5433
4990
  export interface AIServicesAccountIdentity extends CognitiveServicesAccount {
5434
4991
  /** The user-assigned managed identity used for connections to AI Service. If not specified, the system-assigned managed identity is used. On updates to the skillset, if the identity is unspecified, the value remains unchanged. If set to "none", the value of this property is cleared. */
5435
4992
  identity?: SearchIndexerDataIdentityUnion;
5436
- /** The subdomain url for the corresponding AI Service. */
4993
+ /** The subdomain/Azure AI Services endpoint url for the corresponding AI Service. */
5437
4994
  subdomainUrl: string;
5438
4995
  /** A URI fragment specifying the type of Azure AI service resource attached to a skillset. */
5439
4996
  odatatype: "#Microsoft.Azure.Search.AIServicesByIdentity";
@@ -5448,8 +5005,6 @@ export interface SearchIndexerKnowledgeStore {
5448
5005
  projections: SearchIndexerKnowledgeStoreProjection[];
5449
5006
  /** The user-assigned managed identity used for connections to Azure Storage when writing knowledge store projections. If the connection string indicates an identity (ResourceId) and it's not specified, the system-assigned managed identity is used. On updates to the indexer, if the identity is unspecified, the value remains unchanged. If set to "none", the value of this property is cleared. */
5450
5007
  identity?: SearchIndexerDataIdentityUnion;
5451
- /** A dictionary of knowledge store-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type. */
5452
- parameters?: SearchIndexerKnowledgeStoreParameters;
5453
5008
  }
5454
5009
  export declare function searchIndexerKnowledgeStoreSerializer(item: SearchIndexerKnowledgeStore): any;
5455
5010
  export declare function searchIndexerKnowledgeStoreDeserializer(item: any): SearchIndexerKnowledgeStore;
@@ -5491,15 +5046,6 @@ export interface SearchIndexerKnowledgeStoreFileProjectionSelector extends Searc
5491
5046
  }
5492
5047
  export declare function searchIndexerKnowledgeStoreFileProjectionSelectorSerializer(item: SearchIndexerKnowledgeStoreFileProjectionSelector): any;
5493
5048
  export declare function searchIndexerKnowledgeStoreFileProjectionSelectorDeserializer(item: any): SearchIndexerKnowledgeStoreFileProjectionSelector;
5494
- /** A dictionary of knowledge store-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type. */
5495
- export interface SearchIndexerKnowledgeStoreParameters {
5496
- /** Whether or not projections should synthesize a generated key name if one isn't already present. */
5497
- synthesizeGeneratedKeyName?: boolean;
5498
- /** Additional properties */
5499
- additionalProperties?: Record<string, any>;
5500
- }
5501
- export declare function searchIndexerKnowledgeStoreParametersSerializer(item: SearchIndexerKnowledgeStoreParameters): any;
5502
- export declare function searchIndexerKnowledgeStoreParametersDeserializer(item: any): SearchIndexerKnowledgeStoreParameters;
5503
5049
  /** Definition of additional projections to secondary search indexes. */
5504
5050
  export interface SearchIndexerIndexProjection {
5505
5051
  /** A list of projections to be performed to secondary search indexes. */
@@ -5579,6 +5125,33 @@ export interface ListSkillsetsResult {
5579
5125
  export declare function listSkillsetsResultDeserializer(item: any): ListSkillsetsResult;
5580
5126
  export declare function searchIndexerSkillsetArraySerializer(result: Array<SearchIndexerSkillset>): any[];
5581
5127
  export declare function searchIndexerSkillsetArrayDeserializer(result: Array<SearchIndexerSkillset>): any[];
5128
+ /** Request body for resync indexer operation. */
5129
+ export interface IndexerResyncBody {
5130
+ /** Re-sync options that have been pre-defined from data source. */
5131
+ options?: IndexerResyncOption[];
5132
+ }
5133
+ export declare function indexerResyncBodySerializer(item: IndexerResyncBody): any;
5134
+ /** Options with various types of permission data to index. */
5135
+ export declare enum KnownIndexerResyncOption {
5136
+ /** Indexer to re-ingest pre-selected permissions data from data source to index. */
5137
+ Permissions = "permissions"
5138
+ }
5139
+ /**
5140
+ * Options with various types of permission data to index. \
5141
+ * {@link KnownIndexerResyncOption} can be used interchangeably with IndexerResyncOption,
5142
+ * this enum contains the known values that the service supports.
5143
+ * ### Known values supported by the service
5144
+ * **permissions**: Indexer to re-ingest pre-selected permissions data from data source to index.
5145
+ */
5146
+ export type IndexerResyncOption = string;
5147
+ /** The type of the keysOrIds. */
5148
+ export interface DocumentKeysOrIds {
5149
+ /** document keys to be reset */
5150
+ documentKeys?: string[];
5151
+ /** datasource document identifiers to be reset */
5152
+ dataSourceDocumentIds?: string[];
5153
+ }
5154
+ export declare function documentKeysOrIdsSerializer(item: DocumentKeysOrIds): any;
5582
5155
  /** The type of the skill names. */
5583
5156
  export interface SkillNames {
5584
5157
  /** the names of skills to be reset. */