@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,2 +1,3 @@
1
- export { type SynonymMap, type SearchResourceEncryptionKey, type AzureActiveDirectoryApplicationCredentials, type SearchIndexerDataIdentity, type SearchIndexerDataIdentityUnion, type SearchIndexerDataNoneIdentity, type SearchIndexerDataUserAssignedIdentity, type ListSynonymMapsResult, type SearchIndex, type SearchField, KnownSearchFieldDataType, type SearchFieldDataType, KnownPermissionFilter, type PermissionFilter, KnownLexicalAnalyzerName, type LexicalAnalyzerName, KnownLexicalNormalizerName, type LexicalNormalizerName, KnownVectorEncodingFormat, type VectorEncodingFormat, type ScoringProfile, type TextWeights, type ScoringFunction, type ScoringFunctionUnion, type ScoringFunctionInterpolation, type DistanceScoringFunction, type DistanceScoringParameters, type FreshnessScoringFunction, type FreshnessScoringParameters, type MagnitudeScoringFunction, type MagnitudeScoringParameters, type TagScoringFunction, type TagScoringParameters, type ScoringFunctionAggregation, type CorsOptions, type SearchSuggester, type LexicalAnalyzer, type LexicalAnalyzerUnion, type CustomAnalyzer, KnownLexicalTokenizerName, type LexicalTokenizerName, KnownTokenFilterName, type TokenFilterName, KnownCharFilterName, type CharFilterName, type PatternAnalyzer, KnownRegexFlags, type RegexFlags, type LuceneStandardAnalyzer, type StopAnalyzer, type LexicalTokenizer, type LexicalTokenizerUnion, type ClassicTokenizer, type EdgeNGramTokenizer, type TokenCharacterKind, type KeywordTokenizer, type KeywordTokenizerV2, type MicrosoftLanguageTokenizer, type MicrosoftTokenizerLanguage, type MicrosoftLanguageStemmingTokenizer, type MicrosoftStemmingTokenizerLanguage, type NGramTokenizer, type PathHierarchyTokenizerV2, type PatternTokenizer, type LuceneStandardTokenizer, type LuceneStandardTokenizerV2, type UaxUrlEmailTokenizer, type TokenFilter, type TokenFilterUnion, type AsciiFoldingTokenFilter, type CjkBigramTokenFilter, type CjkBigramTokenFilterScripts, type CommonGramTokenFilter, type DictionaryDecompounderTokenFilter, type EdgeNGramTokenFilter, type EdgeNGramTokenFilterSide, type EdgeNGramTokenFilterV2, type ElisionTokenFilter, type KeepTokenFilter, type KeywordMarkerTokenFilter, type LengthTokenFilter, type LimitTokenFilter, type NGramTokenFilter, type NGramTokenFilterV2, type PatternCaptureTokenFilter, type PatternReplaceTokenFilter, type PhoneticTokenFilter, type PhoneticEncoder, type ShingleTokenFilter, type SnowballTokenFilter, type SnowballTokenFilterLanguage, type StemmerTokenFilter, type StemmerTokenFilterLanguage, type StemmerOverrideTokenFilter, type StopwordsTokenFilter, type StopwordsList, type SynonymTokenFilter, type TruncateTokenFilter, type UniqueTokenFilter, type WordDelimiterTokenFilter, type CharFilter, type CharFilterUnion, type MappingCharFilter, type PatternReplaceCharFilter, type LexicalNormalizer, type LexicalNormalizerUnion, type CustomNormalizer, type SimilarityAlgorithm, type SimilarityAlgorithmUnion, type ClassicSimilarity, type BM25Similarity, type SemanticSearch, type SemanticConfiguration, type SemanticPrioritizedFields, type SemanticField, KnownRankingOrder, type RankingOrder, type VectorSearch, type VectorSearchProfile, type VectorSearchAlgorithmConfiguration, type VectorSearchAlgorithmConfigurationUnion, KnownVectorSearchAlgorithmKind, type VectorSearchAlgorithmKind, type HnswAlgorithmConfiguration, type HnswParameters, KnownVectorSearchAlgorithmMetric, type VectorSearchAlgorithmMetric, type ExhaustiveKnnAlgorithmConfiguration, type ExhaustiveKnnParameters, type VectorSearchVectorizer, type VectorSearchVectorizerUnion, KnownVectorSearchVectorizerKind, type VectorSearchVectorizerKind, type AzureOpenAIVectorizer, type AzureOpenAIVectorizerParameters, KnownAzureOpenAIModelName, type AzureOpenAIModelName, type WebApiVectorizer, type WebApiVectorizerParameters, type AIServicesVisionVectorizer, type AIServicesVisionParameters, type AzureMachineLearningVectorizer, type AzureMachineLearningParameters, KnownAIFoundryModelCatalogName, type AIFoundryModelCatalogName, type VectorSearchCompression, type VectorSearchCompressionUnion, type RescoringOptions, KnownVectorSearchCompressionRescoreStorageMethod, type VectorSearchCompressionRescoreStorageMethod, KnownVectorSearchCompressionKind, type VectorSearchCompressionKind, type ScalarQuantizationCompression, type ScalarQuantizationParameters, KnownVectorSearchCompressionTarget, type VectorSearchCompressionTarget, type BinaryQuantizationCompression, KnownSearchIndexPermissionFilterOption, type SearchIndexPermissionFilterOption, type SearchIndexResponse, type GetIndexStatisticsResult, type AnalyzeTextOptions, type AnalyzeResult, type AnalyzedTokenInfo, type SearchAlias, type KnowledgeBase, type KnowledgeSourceReference, type KnowledgeBaseModel, type KnowledgeBaseModelUnion, KnownKnowledgeBaseModelKind, type KnowledgeBaseModelKind, type KnowledgeBaseAzureOpenAIModel, type KnowledgeSource, type KnowledgeSourceUnion, KnownKnowledgeSourceKind, type KnowledgeSourceKind, type SearchIndexKnowledgeSource, type SearchIndexKnowledgeSourceParameters, type SearchIndexFieldReference, type AzureBlobKnowledgeSource, type AzureBlobKnowledgeSourceParameters, type IndexingSchedule, KnownKnowledgeSourceIngestionPermissionOption, type KnowledgeSourceIngestionPermissionOption, KnownKnowledgeSourceContentExtractionMode, type KnowledgeSourceContentExtractionMode, type CreatedResources, type IndexedSharePointKnowledgeSource, type IndexedSharePointKnowledgeSourceParameters, KnownIndexedSharePointContainerName, type IndexedSharePointContainerName, type IndexedOneLakeKnowledgeSource, type IndexedOneLakeKnowledgeSourceParameters, type WebKnowledgeSource, type WebKnowledgeSourceParameters, type WebKnowledgeSourceDomains, type WebKnowledgeSourceDomain, type RemoteSharePointKnowledgeSource, type RemoteSharePointKnowledgeSourceParameters, KnownKnowledgeSourceSynchronizationStatus, type KnowledgeSourceSynchronizationStatus, type SearchServiceStatistics, type ServiceCounters, type ResourceCounter, type ServiceLimits, type ServiceIndexersRuntime, type IndexStatisticsSummary, type SearchIndexerDataSourceConnection, KnownSearchIndexerDataSourceType, type SearchIndexerDataSourceType, type DataSourceCredentials, type SearchIndexerDataContainer, KnownIndexerPermissionOption, type IndexerPermissionOption, type DataChangeDetectionPolicy, type DataChangeDetectionPolicyUnion, type HighWaterMarkChangeDetectionPolicy, type SqlIntegratedChangeTrackingPolicy, type DataDeletionDetectionPolicy, type DataDeletionDetectionPolicyUnion, type SoftDeleteColumnDeletionDetectionPolicy, type NativeBlobSoftDeleteDeletionDetectionPolicy, type ListDataSourcesResult, type IndexerResyncBody, KnownIndexerResyncOption, type IndexerResyncOption, type DocumentKeysOrIds, type SearchIndexer, type IndexingParameters, type IndexingParametersConfiguration, KnownBlobIndexerParsingMode, type BlobIndexerParsingMode, KnownMarkdownParsingSubmode, type MarkdownParsingSubmode, KnownMarkdownHeaderDepth, type MarkdownHeaderDepth, KnownBlobIndexerDataToExtract, type BlobIndexerDataToExtract, KnownBlobIndexerImageAction, type BlobIndexerImageAction, KnownBlobIndexerPDFTextRotationAlgorithm, type BlobIndexerPDFTextRotationAlgorithm, KnownIndexerExecutionEnvironment, type IndexerExecutionEnvironment, type FieldMapping, type FieldMappingFunction, type SearchIndexerCache, type ListIndexersResult, type SearchIndexerStatus, type IndexerStatus, type IndexerRuntime, type IndexerExecutionResult, type IndexerExecutionStatus, KnownIndexerExecutionStatusDetail, type IndexerExecutionStatusDetail, KnownIndexingMode, type IndexingMode, type SearchIndexerError, type SearchIndexerWarning, type SearchIndexerLimits, type IndexerCurrentState, type SearchIndexerSkillset, type SearchIndexerSkill, type SearchIndexerSkillUnion, type InputFieldMappingEntry, type OutputFieldMappingEntry, type ConditionalSkill, type KeyPhraseExtractionSkill, KnownKeyPhraseExtractionSkillLanguage, type KeyPhraseExtractionSkillLanguage, type OcrSkill, KnownOcrSkillLanguage, type OcrSkillLanguage, KnownOcrLineEnding, type OcrLineEnding, type ImageAnalysisSkill, KnownImageAnalysisSkillLanguage, type ImageAnalysisSkillLanguage, KnownVisualFeature, type VisualFeature, KnownImageDetail, type ImageDetail, type LanguageDetectionSkill, type ShaperSkill, type MergeSkill, type SentimentSkillV3, KnownSentimentSkillLanguage, type SentimentSkillLanguage, type EntityLinkingSkill, type EntityRecognitionSkillV3, KnownEntityCategory, type EntityCategory, KnownEntityRecognitionSkillLanguage, type EntityRecognitionSkillLanguage, type PIIDetectionSkill, KnownPIIDetectionSkillMaskingMode, type PIIDetectionSkillMaskingMode, type SplitSkill, KnownSplitSkillLanguage, type SplitSkillLanguage, KnownTextSplitMode, type TextSplitMode, KnownSplitSkillUnit, type SplitSkillUnit, type AzureOpenAITokenizerParameters, KnownSplitSkillEncoderModelName, type SplitSkillEncoderModelName, type CustomEntityLookupSkill, KnownCustomEntityLookupSkillLanguage, type CustomEntityLookupSkillLanguage, type CustomEntity, type CustomEntityAlias, type TextTranslationSkill, KnownTextTranslationSkillLanguage, type TextTranslationSkillLanguage, type DocumentExtractionSkill, type DocumentIntelligenceLayoutSkill, KnownDocumentIntelligenceLayoutSkillOutputFormat, type DocumentIntelligenceLayoutSkillOutputFormat, KnownDocumentIntelligenceLayoutSkillOutputMode, type DocumentIntelligenceLayoutSkillOutputMode, KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth, type DocumentIntelligenceLayoutSkillMarkdownHeaderDepth, KnownDocumentIntelligenceLayoutSkillExtractionOptions, type DocumentIntelligenceLayoutSkillExtractionOptions, type DocumentIntelligenceLayoutSkillChunkingProperties, KnownDocumentIntelligenceLayoutSkillChunkingUnit, type DocumentIntelligenceLayoutSkillChunkingUnit, type WebApiSkill, type WebApiHttpHeaders, type AzureMachineLearningSkill, type AzureOpenAIEmbeddingSkill, type VisionVectorizeSkill, type ContentUnderstandingSkill, KnownContentUnderstandingSkillExtractionOptions, type ContentUnderstandingSkillExtractionOptions, type ContentUnderstandingSkillChunkingProperties, KnownContentUnderstandingSkillChunkingUnit, type ContentUnderstandingSkillChunkingUnit, type ChatCompletionSkill, type CommonModelParameters, KnownChatCompletionExtraParametersBehavior, type ChatCompletionExtraParametersBehavior, type ChatCompletionResponseFormat, KnownChatCompletionResponseFormatType, type ChatCompletionResponseFormatType, type ChatCompletionSchemaProperties, type ChatCompletionSchema, type CognitiveServicesAccount, type CognitiveServicesAccountUnion, type DefaultCognitiveServicesAccount, type CognitiveServicesAccountKey, type AIServicesAccountKey, type AIServicesAccountIdentity, type SearchIndexerKnowledgeStore, type SearchIndexerKnowledgeStoreProjection, type SearchIndexerKnowledgeStoreTableProjectionSelector, type SearchIndexerKnowledgeStoreObjectProjectionSelector, type SearchIndexerKnowledgeStoreFileProjectionSelector, type SearchIndexerKnowledgeStoreParameters, type SearchIndexerIndexProjection, type SearchIndexerIndexProjectionSelector, type SearchIndexerIndexProjectionsParameters, KnownIndexProjectionMode, type IndexProjectionMode, type SearchIndexerKnowledgeStoreProjectionSelector, type SearchIndexerKnowledgeStoreBlobProjectionSelector, type ListSkillsetsResult, type SkillNames, } from "./models.js";
1
+ export type { SynonymMap, SearchResourceEncryptionKey, AzureActiveDirectoryApplicationCredentials, SearchIndexerDataIdentity, SearchIndexerDataIdentityUnion, SearchIndexerDataNoneIdentity, SearchIndexerDataUserAssignedIdentity, ListSynonymMapsResult, SearchIndex, SearchField, SearchFieldDataType, LexicalAnalyzerName, LexicalNormalizerName, VectorEncodingFormat, ScoringProfile, TextWeights, ScoringFunction, ScoringFunctionUnion, ScoringFunctionInterpolation, DistanceScoringFunction, DistanceScoringParameters, FreshnessScoringFunction, FreshnessScoringParameters, MagnitudeScoringFunction, MagnitudeScoringParameters, TagScoringFunction, TagScoringParameters, ScoringFunctionAggregation, CorsOptions, SearchSuggester, LexicalAnalyzer, LexicalAnalyzerUnion, CustomAnalyzer, LexicalTokenizerName, TokenFilterName, CharFilterName, PatternAnalyzer, RegexFlags, LuceneStandardAnalyzer, StopAnalyzer, LexicalTokenizer, LexicalTokenizerUnion, ClassicTokenizer, EdgeNGramTokenizer, TokenCharacterKind, KeywordTokenizer, KeywordTokenizerV2, MicrosoftLanguageTokenizer, MicrosoftTokenizerLanguage, MicrosoftLanguageStemmingTokenizer, MicrosoftStemmingTokenizerLanguage, NGramTokenizer, PathHierarchyTokenizerV2, PatternTokenizer, LuceneStandardTokenizer, LuceneStandardTokenizerV2, UaxUrlEmailTokenizer, TokenFilter, TokenFilterUnion, AsciiFoldingTokenFilter, CjkBigramTokenFilter, CjkBigramTokenFilterScripts, CommonGramTokenFilter, DictionaryDecompounderTokenFilter, EdgeNGramTokenFilter, EdgeNGramTokenFilterSide, EdgeNGramTokenFilterV2, ElisionTokenFilter, KeepTokenFilter, KeywordMarkerTokenFilter, LengthTokenFilter, LimitTokenFilter, NGramTokenFilter, NGramTokenFilterV2, PatternCaptureTokenFilter, PatternReplaceTokenFilter, PhoneticTokenFilter, PhoneticEncoder, ShingleTokenFilter, SnowballTokenFilter, SnowballTokenFilterLanguage, StemmerTokenFilter, StemmerTokenFilterLanguage, StemmerOverrideTokenFilter, StopwordsTokenFilter, StopwordsList, SynonymTokenFilter, TruncateTokenFilter, UniqueTokenFilter, WordDelimiterTokenFilter, CharFilter, CharFilterUnion, MappingCharFilter, PatternReplaceCharFilter, LexicalNormalizer, LexicalNormalizerUnion, CustomNormalizer, SimilarityAlgorithm, SimilarityAlgorithmUnion, ClassicSimilarity, BM25Similarity, SemanticSearch, SemanticConfiguration, SemanticPrioritizedFields, SemanticField, RankingOrder, VectorSearch, VectorSearchProfile, VectorSearchAlgorithmConfiguration, VectorSearchAlgorithmConfigurationUnion, VectorSearchAlgorithmKind, HnswAlgorithmConfiguration, HnswParameters, VectorSearchAlgorithmMetric, ExhaustiveKnnAlgorithmConfiguration, ExhaustiveKnnParameters, VectorSearchVectorizer, VectorSearchVectorizerUnion, VectorSearchVectorizerKind, AzureOpenAIVectorizer, AzureOpenAIVectorizerParameters, AzureOpenAIModelName, WebApiVectorizer, WebApiVectorizerParameters, AzureMachineLearningVectorizer, AzureMachineLearningParameters, AIFoundryModelCatalogName, VectorSearchCompression, VectorSearchCompressionUnion, RescoringOptions, VectorSearchCompressionRescoreStorageMethod, VectorSearchCompressionKind, ScalarQuantizationCompression, ScalarQuantizationParameters, VectorSearchCompressionTarget, BinaryQuantizationCompression, SearchIndexResponse, GetIndexStatisticsResult, AnalyzeTextOptions, AnalyzeResult, AnalyzedTokenInfo, SearchAlias, KnowledgeBase, KnowledgeSourceReference, KnowledgeBaseModel, KnowledgeBaseModelUnion, KnowledgeBaseModelKind, KnowledgeBaseAzureOpenAIModel, KnowledgeSource, KnowledgeSourceUnion, KnowledgeSourceKind, SearchIndexKnowledgeSource, SearchIndexKnowledgeSourceParameters, SearchIndexFieldReference, AzureBlobKnowledgeSource, AzureBlobKnowledgeSourceParameters, IndexingSchedule, KnowledgeSourceContentExtractionMode, CreatedResources, IndexedOneLakeKnowledgeSource, IndexedOneLakeKnowledgeSourceParameters, WebKnowledgeSource, WebKnowledgeSourceParameters, WebKnowledgeSourceDomains, WebKnowledgeSourceDomain, KnowledgeSourceSynchronizationStatus, SearchServiceStatistics, ServiceCounters, ResourceCounter, ServiceLimits, SearchIndexerDataSourceConnection, SearchIndexerDataSourceType, DataSourceCredentials, SearchIndexerDataContainer, DataChangeDetectionPolicy, DataChangeDetectionPolicyUnion, HighWaterMarkChangeDetectionPolicy, SqlIntegratedChangeTrackingPolicy, DataDeletionDetectionPolicy, DataDeletionDetectionPolicyUnion, SoftDeleteColumnDeletionDetectionPolicy, NativeBlobSoftDeleteDeletionDetectionPolicy, ListDataSourcesResult, SearchIndexer, IndexingParameters, IndexingParametersConfiguration, BlobIndexerParsingMode, MarkdownParsingSubmode, MarkdownHeaderDepth, BlobIndexerDataToExtract, BlobIndexerImageAction, BlobIndexerPDFTextRotationAlgorithm, IndexerExecutionEnvironment, FieldMapping, FieldMappingFunction, ListIndexersResult, SearchIndexerStatus, IndexerStatus, IndexerExecutionResult, IndexerExecutionStatus, SearchIndexerError, SearchIndexerWarning, SearchIndexerLimits, SearchIndexerSkillset, SearchIndexerSkill, SearchIndexerSkillUnion, InputFieldMappingEntry, OutputFieldMappingEntry, ConditionalSkill, KeyPhraseExtractionSkill, KeyPhraseExtractionSkillLanguage, OcrSkill, OcrSkillLanguage, OcrLineEnding, ImageAnalysisSkill, ImageAnalysisSkillLanguage, VisualFeature, ImageDetail, LanguageDetectionSkill, ShaperSkill, MergeSkill, SentimentSkillV3, SentimentSkillLanguage, EntityLinkingSkill, EntityRecognitionSkillV3, EntityCategory, EntityRecognitionSkillLanguage, PIIDetectionSkill, PIIDetectionSkillMaskingMode, SplitSkill, SplitSkillLanguage, TextSplitMode, CustomEntityLookupSkill, CustomEntityLookupSkillLanguage, CustomEntity, CustomEntityAlias, TextTranslationSkill, TextTranslationSkillLanguage, DocumentExtractionSkill, DocumentIntelligenceLayoutSkill, DocumentIntelligenceLayoutSkillOutputFormat, DocumentIntelligenceLayoutSkillOutputMode, DocumentIntelligenceLayoutSkillMarkdownHeaderDepth, DocumentIntelligenceLayoutSkillExtractionOptions, DocumentIntelligenceLayoutSkillChunkingProperties, DocumentIntelligenceLayoutSkillChunkingUnit, WebApiSkill, WebApiHttpHeaders, AzureOpenAIEmbeddingSkill, ContentUnderstandingSkill, ContentUnderstandingSkillExtractionOptions, ContentUnderstandingSkillChunkingProperties, ContentUnderstandingSkillChunkingUnit, ChatCompletionSkill, CommonModelParameters, ChatCompletionExtraParametersBehavior, ChatCompletionResponseFormat, ChatCompletionResponseFormatType, ChatCompletionSchemaProperties, ChatCompletionSchema, CognitiveServicesAccount, CognitiveServicesAccountUnion, DefaultCognitiveServicesAccount, CognitiveServicesAccountKey, AIServicesAccountKey, AIServicesAccountIdentity, SearchIndexerKnowledgeStore, SearchIndexerKnowledgeStoreProjection, SearchIndexerKnowledgeStoreTableProjectionSelector, SearchIndexerKnowledgeStoreObjectProjectionSelector, SearchIndexerKnowledgeStoreFileProjectionSelector, SearchIndexerIndexProjection, SearchIndexerIndexProjectionSelector, SearchIndexerIndexProjectionsParameters, IndexProjectionMode, SearchIndexerKnowledgeStoreProjectionSelector, SearchIndexerKnowledgeStoreBlobProjectionSelector, ListSkillsetsResult, IndexerResyncBody, IndexerResyncOption, DocumentKeysOrIds, SkillNames, } from "./models.js";
2
+ export { KnownSearchFieldDataType, KnownLexicalAnalyzerName, KnownLexicalNormalizerName, KnownVectorEncodingFormat, KnownLexicalTokenizerName, KnownTokenFilterName, KnownCharFilterName, KnownRegexFlags, KnownRankingOrder, KnownVectorSearchAlgorithmKind, KnownVectorSearchAlgorithmMetric, KnownVectorSearchVectorizerKind, KnownAzureOpenAIModelName, KnownAIFoundryModelCatalogName, KnownVectorSearchCompressionRescoreStorageMethod, KnownVectorSearchCompressionKind, KnownVectorSearchCompressionTarget, KnownKnowledgeBaseModelKind, KnownKnowledgeSourceKind, KnownKnowledgeSourceContentExtractionMode, KnownKnowledgeSourceSynchronizationStatus, KnownSearchIndexerDataSourceType, KnownBlobIndexerParsingMode, KnownMarkdownParsingSubmode, KnownMarkdownHeaderDepth, KnownBlobIndexerDataToExtract, KnownBlobIndexerImageAction, KnownBlobIndexerPDFTextRotationAlgorithm, KnownIndexerExecutionEnvironment, KnownKeyPhraseExtractionSkillLanguage, KnownOcrSkillLanguage, KnownOcrLineEnding, KnownImageAnalysisSkillLanguage, KnownVisualFeature, KnownImageDetail, KnownSentimentSkillLanguage, KnownEntityCategory, KnownEntityRecognitionSkillLanguage, KnownPIIDetectionSkillMaskingMode, KnownSplitSkillLanguage, KnownTextSplitMode, KnownCustomEntityLookupSkillLanguage, KnownTextTranslationSkillLanguage, KnownDocumentIntelligenceLayoutSkillOutputFormat, KnownDocumentIntelligenceLayoutSkillOutputMode, KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth, KnownDocumentIntelligenceLayoutSkillExtractionOptions, KnownDocumentIntelligenceLayoutSkillChunkingUnit, KnownContentUnderstandingSkillExtractionOptions, KnownContentUnderstandingSkillChunkingUnit, KnownChatCompletionExtraParametersBehavior, KnownChatCompletionResponseFormatType, KnownIndexProjectionMode, KnownIndexerResyncOption, } from "./models.js";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/models/azure/search/documents/indexes/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/models/azure/search/documents/indexes/index.ts"],"names":[],"mappings":"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"}
@@ -39,16 +39,11 @@ __export(indexes_exports, {
39
39
  KnownImageAnalysisSkillLanguage: () => import_models.KnownImageAnalysisSkillLanguage,
40
40
  KnownImageDetail: () => import_models.KnownImageDetail,
41
41
  KnownIndexProjectionMode: () => import_models.KnownIndexProjectionMode,
42
- KnownIndexedSharePointContainerName: () => import_models.KnownIndexedSharePointContainerName,
43
42
  KnownIndexerExecutionEnvironment: () => import_models.KnownIndexerExecutionEnvironment,
44
- KnownIndexerExecutionStatusDetail: () => import_models.KnownIndexerExecutionStatusDetail,
45
- KnownIndexerPermissionOption: () => import_models.KnownIndexerPermissionOption,
46
43
  KnownIndexerResyncOption: () => import_models.KnownIndexerResyncOption,
47
- KnownIndexingMode: () => import_models.KnownIndexingMode,
48
44
  KnownKeyPhraseExtractionSkillLanguage: () => import_models.KnownKeyPhraseExtractionSkillLanguage,
49
45
  KnownKnowledgeBaseModelKind: () => import_models.KnownKnowledgeBaseModelKind,
50
46
  KnownKnowledgeSourceContentExtractionMode: () => import_models.KnownKnowledgeSourceContentExtractionMode,
51
- KnownKnowledgeSourceIngestionPermissionOption: () => import_models.KnownKnowledgeSourceIngestionPermissionOption,
52
47
  KnownKnowledgeSourceKind: () => import_models.KnownKnowledgeSourceKind,
53
48
  KnownKnowledgeSourceSynchronizationStatus: () => import_models.KnownKnowledgeSourceSynchronizationStatus,
54
49
  KnownLexicalAnalyzerName: () => import_models.KnownLexicalAnalyzerName,
@@ -59,16 +54,12 @@ __export(indexes_exports, {
59
54
  KnownOcrLineEnding: () => import_models.KnownOcrLineEnding,
60
55
  KnownOcrSkillLanguage: () => import_models.KnownOcrSkillLanguage,
61
56
  KnownPIIDetectionSkillMaskingMode: () => import_models.KnownPIIDetectionSkillMaskingMode,
62
- KnownPermissionFilter: () => import_models.KnownPermissionFilter,
63
57
  KnownRankingOrder: () => import_models.KnownRankingOrder,
64
58
  KnownRegexFlags: () => import_models.KnownRegexFlags,
65
59
  KnownSearchFieldDataType: () => import_models.KnownSearchFieldDataType,
66
- KnownSearchIndexPermissionFilterOption: () => import_models.KnownSearchIndexPermissionFilterOption,
67
60
  KnownSearchIndexerDataSourceType: () => import_models.KnownSearchIndexerDataSourceType,
68
61
  KnownSentimentSkillLanguage: () => import_models.KnownSentimentSkillLanguage,
69
- KnownSplitSkillEncoderModelName: () => import_models.KnownSplitSkillEncoderModelName,
70
62
  KnownSplitSkillLanguage: () => import_models.KnownSplitSkillLanguage,
71
- KnownSplitSkillUnit: () => import_models.KnownSplitSkillUnit,
72
63
  KnownTextSplitMode: () => import_models.KnownTextSplitMode,
73
64
  KnownTextTranslationSkillLanguage: () => import_models.KnownTextTranslationSkillLanguage,
74
65
  KnownTokenFilterName: () => import_models.KnownTokenFilterName,
@@ -107,16 +98,11 @@ var import_models = require("./models.js");
107
98
  KnownImageAnalysisSkillLanguage,
108
99
  KnownImageDetail,
109
100
  KnownIndexProjectionMode,
110
- KnownIndexedSharePointContainerName,
111
101
  KnownIndexerExecutionEnvironment,
112
- KnownIndexerExecutionStatusDetail,
113
- KnownIndexerPermissionOption,
114
102
  KnownIndexerResyncOption,
115
- KnownIndexingMode,
116
103
  KnownKeyPhraseExtractionSkillLanguage,
117
104
  KnownKnowledgeBaseModelKind,
118
105
  KnownKnowledgeSourceContentExtractionMode,
119
- KnownKnowledgeSourceIngestionPermissionOption,
120
106
  KnownKnowledgeSourceKind,
121
107
  KnownKnowledgeSourceSynchronizationStatus,
122
108
  KnownLexicalAnalyzerName,
@@ -127,16 +113,12 @@ var import_models = require("./models.js");
127
113
  KnownOcrLineEnding,
128
114
  KnownOcrSkillLanguage,
129
115
  KnownPIIDetectionSkillMaskingMode,
130
- KnownPermissionFilter,
131
116
  KnownRankingOrder,
132
117
  KnownRegexFlags,
133
118
  KnownSearchFieldDataType,
134
- KnownSearchIndexPermissionFilterOption,
135
119
  KnownSearchIndexerDataSourceType,
136
120
  KnownSentimentSkillLanguage,
137
- KnownSplitSkillEncoderModelName,
138
121
  KnownSplitSkillLanguage,
139
- KnownSplitSkillUnit,
140
122
  KnownTextSplitMode,
141
123
  KnownTextTranslationSkillLanguage,
142
124
  KnownTokenFilterName,
@@ -149,3 +131,4 @@ var import_models = require("./models.js");
149
131
  KnownVectorSearchVectorizerKind,
150
132
  KnownVisualFeature
151
133
  });
134
+ //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["/mnt/vss/_work/1/s/sdk/search/search-documents/src/models/azure/search/documents/indexes/index.ts"],
4
- "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n type SynonymMap,\n type SearchResourceEncryptionKey,\n type AzureActiveDirectoryApplicationCredentials,\n type SearchIndexerDataIdentity,\n type SearchIndexerDataIdentityUnion,\n type SearchIndexerDataNoneIdentity,\n type SearchIndexerDataUserAssignedIdentity,\n type ListSynonymMapsResult,\n type SearchIndex,\n type SearchField,\n KnownSearchFieldDataType,\n type SearchFieldDataType,\n KnownPermissionFilter,\n type PermissionFilter,\n KnownLexicalAnalyzerName,\n type LexicalAnalyzerName,\n KnownLexicalNormalizerName,\n type LexicalNormalizerName,\n KnownVectorEncodingFormat,\n type VectorEncodingFormat,\n type ScoringProfile,\n type TextWeights,\n type ScoringFunction,\n type ScoringFunctionUnion,\n type ScoringFunctionInterpolation,\n type DistanceScoringFunction,\n type DistanceScoringParameters,\n type FreshnessScoringFunction,\n type FreshnessScoringParameters,\n type MagnitudeScoringFunction,\n type MagnitudeScoringParameters,\n type TagScoringFunction,\n type TagScoringParameters,\n type ScoringFunctionAggregation,\n type CorsOptions,\n type SearchSuggester,\n type LexicalAnalyzer,\n type LexicalAnalyzerUnion,\n type CustomAnalyzer,\n KnownLexicalTokenizerName,\n type LexicalTokenizerName,\n KnownTokenFilterName,\n type TokenFilterName,\n KnownCharFilterName,\n type CharFilterName,\n type PatternAnalyzer,\n KnownRegexFlags,\n type RegexFlags,\n type LuceneStandardAnalyzer,\n type StopAnalyzer,\n type LexicalTokenizer,\n type LexicalTokenizerUnion,\n type ClassicTokenizer,\n type EdgeNGramTokenizer,\n type TokenCharacterKind,\n type KeywordTokenizer,\n type KeywordTokenizerV2,\n type MicrosoftLanguageTokenizer,\n type MicrosoftTokenizerLanguage,\n type MicrosoftLanguageStemmingTokenizer,\n type MicrosoftStemmingTokenizerLanguage,\n type NGramTokenizer,\n type PathHierarchyTokenizerV2,\n type PatternTokenizer,\n type LuceneStandardTokenizer,\n type LuceneStandardTokenizerV2,\n type UaxUrlEmailTokenizer,\n type TokenFilter,\n type TokenFilterUnion,\n type AsciiFoldingTokenFilter,\n type CjkBigramTokenFilter,\n type CjkBigramTokenFilterScripts,\n type CommonGramTokenFilter,\n type DictionaryDecompounderTokenFilter,\n type EdgeNGramTokenFilter,\n type EdgeNGramTokenFilterSide,\n type EdgeNGramTokenFilterV2,\n type ElisionTokenFilter,\n type KeepTokenFilter,\n type KeywordMarkerTokenFilter,\n type LengthTokenFilter,\n type LimitTokenFilter,\n type NGramTokenFilter,\n type NGramTokenFilterV2,\n type PatternCaptureTokenFilter,\n type PatternReplaceTokenFilter,\n type PhoneticTokenFilter,\n type PhoneticEncoder,\n type ShingleTokenFilter,\n type SnowballTokenFilter,\n type SnowballTokenFilterLanguage,\n type StemmerTokenFilter,\n type StemmerTokenFilterLanguage,\n type StemmerOverrideTokenFilter,\n type StopwordsTokenFilter,\n type StopwordsList,\n type SynonymTokenFilter,\n type TruncateTokenFilter,\n type UniqueTokenFilter,\n type WordDelimiterTokenFilter,\n type CharFilter,\n type CharFilterUnion,\n type MappingCharFilter,\n type PatternReplaceCharFilter,\n type LexicalNormalizer,\n type LexicalNormalizerUnion,\n type CustomNormalizer,\n type SimilarityAlgorithm,\n type SimilarityAlgorithmUnion,\n type ClassicSimilarity,\n type BM25Similarity,\n type SemanticSearch,\n type SemanticConfiguration,\n type SemanticPrioritizedFields,\n type SemanticField,\n KnownRankingOrder,\n type RankingOrder,\n type VectorSearch,\n type VectorSearchProfile,\n type VectorSearchAlgorithmConfiguration,\n type VectorSearchAlgorithmConfigurationUnion,\n KnownVectorSearchAlgorithmKind,\n type VectorSearchAlgorithmKind,\n type HnswAlgorithmConfiguration,\n type HnswParameters,\n KnownVectorSearchAlgorithmMetric,\n type VectorSearchAlgorithmMetric,\n type ExhaustiveKnnAlgorithmConfiguration,\n type ExhaustiveKnnParameters,\n type VectorSearchVectorizer,\n type VectorSearchVectorizerUnion,\n KnownVectorSearchVectorizerKind,\n type VectorSearchVectorizerKind,\n type AzureOpenAIVectorizer,\n type AzureOpenAIVectorizerParameters,\n KnownAzureOpenAIModelName,\n type AzureOpenAIModelName,\n type WebApiVectorizer,\n type WebApiVectorizerParameters,\n type AIServicesVisionVectorizer,\n type AIServicesVisionParameters,\n type AzureMachineLearningVectorizer,\n type AzureMachineLearningParameters,\n KnownAIFoundryModelCatalogName,\n type AIFoundryModelCatalogName,\n type VectorSearchCompression,\n type VectorSearchCompressionUnion,\n type RescoringOptions,\n KnownVectorSearchCompressionRescoreStorageMethod,\n type VectorSearchCompressionRescoreStorageMethod,\n KnownVectorSearchCompressionKind,\n type VectorSearchCompressionKind,\n type ScalarQuantizationCompression,\n type ScalarQuantizationParameters,\n KnownVectorSearchCompressionTarget,\n type VectorSearchCompressionTarget,\n type BinaryQuantizationCompression,\n KnownSearchIndexPermissionFilterOption,\n type SearchIndexPermissionFilterOption,\n type SearchIndexResponse,\n type GetIndexStatisticsResult,\n type AnalyzeTextOptions,\n type AnalyzeResult,\n type AnalyzedTokenInfo,\n type SearchAlias,\n type KnowledgeBase,\n type KnowledgeSourceReference,\n type KnowledgeBaseModel,\n type KnowledgeBaseModelUnion,\n KnownKnowledgeBaseModelKind,\n type KnowledgeBaseModelKind,\n type KnowledgeBaseAzureOpenAIModel,\n type KnowledgeSource,\n type KnowledgeSourceUnion,\n KnownKnowledgeSourceKind,\n type KnowledgeSourceKind,\n type SearchIndexKnowledgeSource,\n type SearchIndexKnowledgeSourceParameters,\n type SearchIndexFieldReference,\n type AzureBlobKnowledgeSource,\n type AzureBlobKnowledgeSourceParameters,\n type IndexingSchedule,\n KnownKnowledgeSourceIngestionPermissionOption,\n type KnowledgeSourceIngestionPermissionOption,\n KnownKnowledgeSourceContentExtractionMode,\n type KnowledgeSourceContentExtractionMode,\n type CreatedResources,\n type IndexedSharePointKnowledgeSource,\n type IndexedSharePointKnowledgeSourceParameters,\n KnownIndexedSharePointContainerName,\n type IndexedSharePointContainerName,\n type IndexedOneLakeKnowledgeSource,\n type IndexedOneLakeKnowledgeSourceParameters,\n type WebKnowledgeSource,\n type WebKnowledgeSourceParameters,\n type WebKnowledgeSourceDomains,\n type WebKnowledgeSourceDomain,\n type RemoteSharePointKnowledgeSource,\n type RemoteSharePointKnowledgeSourceParameters,\n KnownKnowledgeSourceSynchronizationStatus,\n type KnowledgeSourceSynchronizationStatus,\n type SearchServiceStatistics,\n type ServiceCounters,\n type ResourceCounter,\n type ServiceLimits,\n type ServiceIndexersRuntime,\n type IndexStatisticsSummary,\n type SearchIndexerDataSourceConnection,\n KnownSearchIndexerDataSourceType,\n type SearchIndexerDataSourceType,\n type DataSourceCredentials,\n type SearchIndexerDataContainer,\n KnownIndexerPermissionOption,\n type IndexerPermissionOption,\n type DataChangeDetectionPolicy,\n type DataChangeDetectionPolicyUnion,\n type HighWaterMarkChangeDetectionPolicy,\n type SqlIntegratedChangeTrackingPolicy,\n type DataDeletionDetectionPolicy,\n type DataDeletionDetectionPolicyUnion,\n type SoftDeleteColumnDeletionDetectionPolicy,\n type NativeBlobSoftDeleteDeletionDetectionPolicy,\n type ListDataSourcesResult,\n type IndexerResyncBody,\n KnownIndexerResyncOption,\n type IndexerResyncOption,\n type DocumentKeysOrIds,\n type SearchIndexer,\n type IndexingParameters,\n type IndexingParametersConfiguration,\n KnownBlobIndexerParsingMode,\n type BlobIndexerParsingMode,\n KnownMarkdownParsingSubmode,\n type MarkdownParsingSubmode,\n KnownMarkdownHeaderDepth,\n type MarkdownHeaderDepth,\n KnownBlobIndexerDataToExtract,\n type BlobIndexerDataToExtract,\n KnownBlobIndexerImageAction,\n type BlobIndexerImageAction,\n KnownBlobIndexerPDFTextRotationAlgorithm,\n type BlobIndexerPDFTextRotationAlgorithm,\n KnownIndexerExecutionEnvironment,\n type IndexerExecutionEnvironment,\n type FieldMapping,\n type FieldMappingFunction,\n type SearchIndexerCache,\n type ListIndexersResult,\n type SearchIndexerStatus,\n type IndexerStatus,\n type IndexerRuntime,\n type IndexerExecutionResult,\n type IndexerExecutionStatus,\n KnownIndexerExecutionStatusDetail,\n type IndexerExecutionStatusDetail,\n KnownIndexingMode,\n type IndexingMode,\n type SearchIndexerError,\n type SearchIndexerWarning,\n type SearchIndexerLimits,\n type IndexerCurrentState,\n type SearchIndexerSkillset,\n type SearchIndexerSkill,\n type SearchIndexerSkillUnion,\n type InputFieldMappingEntry,\n type OutputFieldMappingEntry,\n type ConditionalSkill,\n type KeyPhraseExtractionSkill,\n KnownKeyPhraseExtractionSkillLanguage,\n type KeyPhraseExtractionSkillLanguage,\n type OcrSkill,\n KnownOcrSkillLanguage,\n type OcrSkillLanguage,\n KnownOcrLineEnding,\n type OcrLineEnding,\n type ImageAnalysisSkill,\n KnownImageAnalysisSkillLanguage,\n type ImageAnalysisSkillLanguage,\n KnownVisualFeature,\n type VisualFeature,\n KnownImageDetail,\n type ImageDetail,\n type LanguageDetectionSkill,\n type ShaperSkill,\n type MergeSkill,\n type SentimentSkillV3,\n KnownSentimentSkillLanguage,\n type SentimentSkillLanguage,\n type EntityLinkingSkill,\n type EntityRecognitionSkillV3,\n KnownEntityCategory,\n type EntityCategory,\n KnownEntityRecognitionSkillLanguage,\n type EntityRecognitionSkillLanguage,\n type PIIDetectionSkill,\n KnownPIIDetectionSkillMaskingMode,\n type PIIDetectionSkillMaskingMode,\n type SplitSkill,\n KnownSplitSkillLanguage,\n type SplitSkillLanguage,\n KnownTextSplitMode,\n type TextSplitMode,\n KnownSplitSkillUnit,\n type SplitSkillUnit,\n type AzureOpenAITokenizerParameters,\n KnownSplitSkillEncoderModelName,\n type SplitSkillEncoderModelName,\n type CustomEntityLookupSkill,\n KnownCustomEntityLookupSkillLanguage,\n type CustomEntityLookupSkillLanguage,\n type CustomEntity,\n type CustomEntityAlias,\n type TextTranslationSkill,\n KnownTextTranslationSkillLanguage,\n type TextTranslationSkillLanguage,\n type DocumentExtractionSkill,\n type DocumentIntelligenceLayoutSkill,\n KnownDocumentIntelligenceLayoutSkillOutputFormat,\n type DocumentIntelligenceLayoutSkillOutputFormat,\n KnownDocumentIntelligenceLayoutSkillOutputMode,\n type DocumentIntelligenceLayoutSkillOutputMode,\n KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth,\n type DocumentIntelligenceLayoutSkillMarkdownHeaderDepth,\n KnownDocumentIntelligenceLayoutSkillExtractionOptions,\n type DocumentIntelligenceLayoutSkillExtractionOptions,\n type DocumentIntelligenceLayoutSkillChunkingProperties,\n KnownDocumentIntelligenceLayoutSkillChunkingUnit,\n type DocumentIntelligenceLayoutSkillChunkingUnit,\n type WebApiSkill,\n type WebApiHttpHeaders,\n type AzureMachineLearningSkill,\n type AzureOpenAIEmbeddingSkill,\n type VisionVectorizeSkill,\n type ContentUnderstandingSkill,\n KnownContentUnderstandingSkillExtractionOptions,\n type ContentUnderstandingSkillExtractionOptions,\n type ContentUnderstandingSkillChunkingProperties,\n KnownContentUnderstandingSkillChunkingUnit,\n type ContentUnderstandingSkillChunkingUnit,\n type ChatCompletionSkill,\n type CommonModelParameters,\n KnownChatCompletionExtraParametersBehavior,\n type ChatCompletionExtraParametersBehavior,\n type ChatCompletionResponseFormat,\n KnownChatCompletionResponseFormatType,\n type ChatCompletionResponseFormatType,\n type ChatCompletionSchemaProperties,\n type ChatCompletionSchema,\n type CognitiveServicesAccount,\n type CognitiveServicesAccountUnion,\n type DefaultCognitiveServicesAccount,\n type CognitiveServicesAccountKey,\n type AIServicesAccountKey,\n type AIServicesAccountIdentity,\n type SearchIndexerKnowledgeStore,\n type SearchIndexerKnowledgeStoreProjection,\n type SearchIndexerKnowledgeStoreTableProjectionSelector,\n type SearchIndexerKnowledgeStoreObjectProjectionSelector,\n type SearchIndexerKnowledgeStoreFileProjectionSelector,\n type SearchIndexerKnowledgeStoreParameters,\n type SearchIndexerIndexProjection,\n type SearchIndexerIndexProjectionSelector,\n type SearchIndexerIndexProjectionsParameters,\n KnownIndexProjectionMode,\n type IndexProjectionMode,\n type SearchIndexerKnowledgeStoreProjectionSelector,\n type SearchIndexerKnowledgeStoreBlobProjectionSelector,\n type ListSkillsetsResult,\n type SkillNames,\n} from \"./models.js\";\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,oBAkXO;",
3
+ "sources": ["../../../../../../../src/models/azure/search/documents/indexes/index.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type {\n SynonymMap,\n SearchResourceEncryptionKey,\n AzureActiveDirectoryApplicationCredentials,\n SearchIndexerDataIdentity,\n SearchIndexerDataIdentityUnion,\n SearchIndexerDataNoneIdentity,\n SearchIndexerDataUserAssignedIdentity,\n ListSynonymMapsResult,\n SearchIndex,\n SearchField,\n SearchFieldDataType,\n LexicalAnalyzerName,\n LexicalNormalizerName,\n VectorEncodingFormat,\n ScoringProfile,\n TextWeights,\n ScoringFunction,\n ScoringFunctionUnion,\n ScoringFunctionInterpolation,\n DistanceScoringFunction,\n DistanceScoringParameters,\n FreshnessScoringFunction,\n FreshnessScoringParameters,\n MagnitudeScoringFunction,\n MagnitudeScoringParameters,\n TagScoringFunction,\n TagScoringParameters,\n ScoringFunctionAggregation,\n CorsOptions,\n SearchSuggester,\n LexicalAnalyzer,\n LexicalAnalyzerUnion,\n CustomAnalyzer,\n LexicalTokenizerName,\n TokenFilterName,\n CharFilterName,\n PatternAnalyzer,\n RegexFlags,\n LuceneStandardAnalyzer,\n StopAnalyzer,\n LexicalTokenizer,\n LexicalTokenizerUnion,\n ClassicTokenizer,\n EdgeNGramTokenizer,\n TokenCharacterKind,\n KeywordTokenizer,\n KeywordTokenizerV2,\n MicrosoftLanguageTokenizer,\n MicrosoftTokenizerLanguage,\n MicrosoftLanguageStemmingTokenizer,\n MicrosoftStemmingTokenizerLanguage,\n NGramTokenizer,\n PathHierarchyTokenizerV2,\n PatternTokenizer,\n LuceneStandardTokenizer,\n LuceneStandardTokenizerV2,\n UaxUrlEmailTokenizer,\n TokenFilter,\n TokenFilterUnion,\n AsciiFoldingTokenFilter,\n CjkBigramTokenFilter,\n CjkBigramTokenFilterScripts,\n CommonGramTokenFilter,\n DictionaryDecompounderTokenFilter,\n EdgeNGramTokenFilter,\n EdgeNGramTokenFilterSide,\n EdgeNGramTokenFilterV2,\n ElisionTokenFilter,\n KeepTokenFilter,\n KeywordMarkerTokenFilter,\n LengthTokenFilter,\n LimitTokenFilter,\n NGramTokenFilter,\n NGramTokenFilterV2,\n PatternCaptureTokenFilter,\n PatternReplaceTokenFilter,\n PhoneticTokenFilter,\n PhoneticEncoder,\n ShingleTokenFilter,\n SnowballTokenFilter,\n SnowballTokenFilterLanguage,\n StemmerTokenFilter,\n StemmerTokenFilterLanguage,\n StemmerOverrideTokenFilter,\n StopwordsTokenFilter,\n StopwordsList,\n SynonymTokenFilter,\n TruncateTokenFilter,\n UniqueTokenFilter,\n WordDelimiterTokenFilter,\n CharFilter,\n CharFilterUnion,\n MappingCharFilter,\n PatternReplaceCharFilter,\n LexicalNormalizer,\n LexicalNormalizerUnion,\n CustomNormalizer,\n SimilarityAlgorithm,\n SimilarityAlgorithmUnion,\n ClassicSimilarity,\n BM25Similarity,\n SemanticSearch,\n SemanticConfiguration,\n SemanticPrioritizedFields,\n SemanticField,\n RankingOrder,\n VectorSearch,\n VectorSearchProfile,\n VectorSearchAlgorithmConfiguration,\n VectorSearchAlgorithmConfigurationUnion,\n VectorSearchAlgorithmKind,\n HnswAlgorithmConfiguration,\n HnswParameters,\n VectorSearchAlgorithmMetric,\n ExhaustiveKnnAlgorithmConfiguration,\n ExhaustiveKnnParameters,\n VectorSearchVectorizer,\n VectorSearchVectorizerUnion,\n VectorSearchVectorizerKind,\n AzureOpenAIVectorizer,\n AzureOpenAIVectorizerParameters,\n AzureOpenAIModelName,\n WebApiVectorizer,\n WebApiVectorizerParameters,\n AzureMachineLearningVectorizer,\n AzureMachineLearningParameters,\n AIFoundryModelCatalogName,\n VectorSearchCompression,\n VectorSearchCompressionUnion,\n RescoringOptions,\n VectorSearchCompressionRescoreStorageMethod,\n VectorSearchCompressionKind,\n ScalarQuantizationCompression,\n ScalarQuantizationParameters,\n VectorSearchCompressionTarget,\n BinaryQuantizationCompression,\n SearchIndexResponse,\n GetIndexStatisticsResult,\n AnalyzeTextOptions,\n AnalyzeResult,\n AnalyzedTokenInfo,\n SearchAlias,\n KnowledgeBase,\n KnowledgeSourceReference,\n KnowledgeBaseModel,\n KnowledgeBaseModelUnion,\n KnowledgeBaseModelKind,\n KnowledgeBaseAzureOpenAIModel,\n KnowledgeSource,\n KnowledgeSourceUnion,\n KnowledgeSourceKind,\n SearchIndexKnowledgeSource,\n SearchIndexKnowledgeSourceParameters,\n SearchIndexFieldReference,\n AzureBlobKnowledgeSource,\n AzureBlobKnowledgeSourceParameters,\n IndexingSchedule,\n KnowledgeSourceContentExtractionMode,\n CreatedResources,\n IndexedOneLakeKnowledgeSource,\n IndexedOneLakeKnowledgeSourceParameters,\n WebKnowledgeSource,\n WebKnowledgeSourceParameters,\n WebKnowledgeSourceDomains,\n WebKnowledgeSourceDomain,\n KnowledgeSourceSynchronizationStatus,\n SearchServiceStatistics,\n ServiceCounters,\n ResourceCounter,\n ServiceLimits,\n SearchIndexerDataSourceConnection,\n SearchIndexerDataSourceType,\n DataSourceCredentials,\n SearchIndexerDataContainer,\n DataChangeDetectionPolicy,\n DataChangeDetectionPolicyUnion,\n HighWaterMarkChangeDetectionPolicy,\n SqlIntegratedChangeTrackingPolicy,\n DataDeletionDetectionPolicy,\n DataDeletionDetectionPolicyUnion,\n SoftDeleteColumnDeletionDetectionPolicy,\n NativeBlobSoftDeleteDeletionDetectionPolicy,\n ListDataSourcesResult,\n SearchIndexer,\n IndexingParameters,\n IndexingParametersConfiguration,\n BlobIndexerParsingMode,\n MarkdownParsingSubmode,\n MarkdownHeaderDepth,\n BlobIndexerDataToExtract,\n BlobIndexerImageAction,\n BlobIndexerPDFTextRotationAlgorithm,\n IndexerExecutionEnvironment,\n FieldMapping,\n FieldMappingFunction,\n ListIndexersResult,\n SearchIndexerStatus,\n IndexerStatus,\n IndexerExecutionResult,\n IndexerExecutionStatus,\n SearchIndexerError,\n SearchIndexerWarning,\n SearchIndexerLimits,\n SearchIndexerSkillset,\n SearchIndexerSkill,\n SearchIndexerSkillUnion,\n InputFieldMappingEntry,\n OutputFieldMappingEntry,\n ConditionalSkill,\n KeyPhraseExtractionSkill,\n KeyPhraseExtractionSkillLanguage,\n OcrSkill,\n OcrSkillLanguage,\n OcrLineEnding,\n ImageAnalysisSkill,\n ImageAnalysisSkillLanguage,\n VisualFeature,\n ImageDetail,\n LanguageDetectionSkill,\n ShaperSkill,\n MergeSkill,\n SentimentSkillV3,\n SentimentSkillLanguage,\n EntityLinkingSkill,\n EntityRecognitionSkillV3,\n EntityCategory,\n EntityRecognitionSkillLanguage,\n PIIDetectionSkill,\n PIIDetectionSkillMaskingMode,\n SplitSkill,\n SplitSkillLanguage,\n TextSplitMode,\n CustomEntityLookupSkill,\n CustomEntityLookupSkillLanguage,\n CustomEntity,\n CustomEntityAlias,\n TextTranslationSkill,\n TextTranslationSkillLanguage,\n DocumentExtractionSkill,\n DocumentIntelligenceLayoutSkill,\n DocumentIntelligenceLayoutSkillOutputFormat,\n DocumentIntelligenceLayoutSkillOutputMode,\n DocumentIntelligenceLayoutSkillMarkdownHeaderDepth,\n DocumentIntelligenceLayoutSkillExtractionOptions,\n DocumentIntelligenceLayoutSkillChunkingProperties,\n DocumentIntelligenceLayoutSkillChunkingUnit,\n WebApiSkill,\n WebApiHttpHeaders,\n AzureOpenAIEmbeddingSkill,\n ContentUnderstandingSkill,\n ContentUnderstandingSkillExtractionOptions,\n ContentUnderstandingSkillChunkingProperties,\n ContentUnderstandingSkillChunkingUnit,\n ChatCompletionSkill,\n CommonModelParameters,\n ChatCompletionExtraParametersBehavior,\n ChatCompletionResponseFormat,\n ChatCompletionResponseFormatType,\n ChatCompletionSchemaProperties,\n ChatCompletionSchema,\n CognitiveServicesAccount,\n CognitiveServicesAccountUnion,\n DefaultCognitiveServicesAccount,\n CognitiveServicesAccountKey,\n AIServicesAccountKey,\n AIServicesAccountIdentity,\n SearchIndexerKnowledgeStore,\n SearchIndexerKnowledgeStoreProjection,\n SearchIndexerKnowledgeStoreTableProjectionSelector,\n SearchIndexerKnowledgeStoreObjectProjectionSelector,\n SearchIndexerKnowledgeStoreFileProjectionSelector,\n SearchIndexerIndexProjection,\n SearchIndexerIndexProjectionSelector,\n SearchIndexerIndexProjectionsParameters,\n IndexProjectionMode,\n SearchIndexerKnowledgeStoreProjectionSelector,\n SearchIndexerKnowledgeStoreBlobProjectionSelector,\n ListSkillsetsResult,\n IndexerResyncBody,\n IndexerResyncOption,\n DocumentKeysOrIds,\n SkillNames,\n} from \"./models.js\";\nexport {\n KnownSearchFieldDataType,\n KnownLexicalAnalyzerName,\n KnownLexicalNormalizerName,\n KnownVectorEncodingFormat,\n KnownLexicalTokenizerName,\n KnownTokenFilterName,\n KnownCharFilterName,\n KnownRegexFlags,\n KnownRankingOrder,\n KnownVectorSearchAlgorithmKind,\n KnownVectorSearchAlgorithmMetric,\n KnownVectorSearchVectorizerKind,\n KnownAzureOpenAIModelName,\n KnownAIFoundryModelCatalogName,\n KnownVectorSearchCompressionRescoreStorageMethod,\n KnownVectorSearchCompressionKind,\n KnownVectorSearchCompressionTarget,\n KnownKnowledgeBaseModelKind,\n KnownKnowledgeSourceKind,\n KnownKnowledgeSourceContentExtractionMode,\n KnownKnowledgeSourceSynchronizationStatus,\n KnownSearchIndexerDataSourceType,\n KnownBlobIndexerParsingMode,\n KnownMarkdownParsingSubmode,\n KnownMarkdownHeaderDepth,\n KnownBlobIndexerDataToExtract,\n KnownBlobIndexerImageAction,\n KnownBlobIndexerPDFTextRotationAlgorithm,\n KnownIndexerExecutionEnvironment,\n KnownKeyPhraseExtractionSkillLanguage,\n KnownOcrSkillLanguage,\n KnownOcrLineEnding,\n KnownImageAnalysisSkillLanguage,\n KnownVisualFeature,\n KnownImageDetail,\n KnownSentimentSkillLanguage,\n KnownEntityCategory,\n KnownEntityRecognitionSkillLanguage,\n KnownPIIDetectionSkillMaskingMode,\n KnownSplitSkillLanguage,\n KnownTextSplitMode,\n KnownCustomEntityLookupSkillLanguage,\n KnownTextTranslationSkillLanguage,\n KnownDocumentIntelligenceLayoutSkillOutputFormat,\n KnownDocumentIntelligenceLayoutSkillOutputMode,\n KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth,\n KnownDocumentIntelligenceLayoutSkillExtractionOptions,\n KnownDocumentIntelligenceLayoutSkillChunkingUnit,\n KnownContentUnderstandingSkillExtractionOptions,\n KnownContentUnderstandingSkillChunkingUnit,\n KnownChatCompletionExtraParametersBehavior,\n KnownChatCompletionResponseFormatType,\n KnownIndexProjectionMode,\n KnownIndexerResyncOption,\n} from \"./models.js\";\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA+RA,oBAuDO;",
6
6
  "names": []
7
7
  }