@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 +1 @@
1
- {"version":3,"file":"tracing.d.ts","sourceRoot":"","sources":["../../src/tracing.ts"],"names":[],"mappings":"AAKA;;;GAGG;AACH,eAAO,MAAM,aAAa,6CAGxB,CAAC;AAEH,eAAO,MAAM,UAAU;kBACo2E,CAAC;;;;CAD30E,CAAC"}
1
+ {"version":3,"file":"tracing.d.ts","sourceRoot":"","sources":["../../src/tracing.ts"],"names":[],"mappings":"AAKA;;;GAGG;AACH,eAAO,MAAM,aAAa,6CAGxB,CAAC;AAEH,eAAO,MAAM,UAAU;kBAC4wE,CAAC;;;;CADnvE,CAAC"}
@@ -32,3 +32,4 @@ const createSpan = tracingClient.startSpan;
32
32
  createSpan,
33
33
  tracingClient
34
34
  });
35
+ //# sourceMappingURL=tracing.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["/mnt/vss/_work/1/s/sdk/search/search-documents/src/tracing.ts"],
3
+ "sources": ["../../src/tracing.ts"],
4
4
  "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createTracingClient } from \"@azure/core-tracing\";\n\n/**\n * Creates a tracing client using the global tracer.\n * @internal\n */\nexport const tracingClient = createTracingClient({\n namespace: \"Microsoft.Search\",\n packageName: \"Azure.Search\",\n});\n\nexport const createSpan = tracingClient.startSpan;\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,0BAAoC;AAM7B,MAAM,oBAAgB,yCAAoB;AAAA,EAC/C,WAAW;AAAA,EACX,aAAa;AACf,CAAC;AAEM,MAAM,aAAa,cAAc;",
6
6
  "names": []
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.57.6"
8
+ "packageVersion": "7.58.7"
9
9
  }
10
10
  ]
11
11
  }
@@ -70,7 +70,7 @@ function isComplex(v) {
70
70
  }
71
71
  function getChildren(v) {
72
72
  if (!isComplex(v)) {
73
- return;
73
+ return void 0;
74
74
  }
75
75
  if (Array.isArray(v)) {
76
76
  return v;
@@ -85,3 +85,4 @@ function shallowCopy(value) {
85
85
  0 && (module.exports = {
86
86
  walk
87
87
  });
88
+ //# sourceMappingURL=walk.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["/mnt/vss/_work/1/s/sdk/search/search-documents/src/walk.ts"],
4
- "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { isDefined } from \"@azure/core-util\";\n\nexport function walk(v: unknown, fn: <T>(val: T) => unknown): unknown {\n const seen = new Set();\n const mutated = new Map();\n deepLazyApply(v);\n for (const value of mutated.values()) {\n replaceChildren(value);\n }\n return mutated.get(v) ?? v;\n\n function deepLazyApply(value: unknown): void {\n if (seen.has(value)) {\n return;\n }\n seen.add(value);\n\n const children = getChildren(cachedApply(value) ?? value);\n children?.forEach(deepLazyApply);\n if (children?.some((node) => mutated.has(node))) {\n mutated.set(value, mutated.get(value) ?? shallowCopy(value));\n }\n }\n\n function cachedApply(value: unknown): unknown | undefined {\n const cached = mutated.get(value);\n if (isDefined(cached)) {\n return cached;\n }\n const applied = fn(value);\n if (value !== applied) {\n mutated.set(value, applied);\n }\n return mutated.get(value);\n }\n\n function replaceChildren(applied: unknown): void {\n if (!isComplex(applied)) {\n return;\n } else if (Array.isArray(applied)) {\n applied.forEach((e, i) => {\n applied[i] = mutated.get(e) ?? e;\n });\n } else if (typeof applied === \"object\" && applied !== null) {\n Object.keys(applied).forEach((key) => {\n (applied as any)[key] = mutated.get((applied as any)[key]) ?? (applied as any)[key];\n });\n }\n }\n}\n\n/**\n * Array inputs SHOULD not have both complex and non-complex elements. This function determines\n * whether an array is complex based solely on the first element.\n */\nfunction isComplex(v: unknown): v is object {\n return Array.isArray(v) ? isComplex(v[0]) : typeof v === \"object\" && v !== null;\n}\n\nfunction getChildren(v: unknown): unknown[] | undefined {\n if (!isComplex(v)) {\n return;\n }\n\n if (Array.isArray(v)) {\n return v;\n }\n\n return Object.values(v);\n}\n\nfunction shallowCopy(value: unknown): unknown {\n const maybeCopy = Array.isArray(value)\n ? value.map((v) => v)\n : typeof value === \"object\" && value !== null\n ? { ...value }\n : value;\n\n return value === maybeCopy\n ? value\n : Object.setPrototypeOf(maybeCopy, Object.getPrototypeOf(value));\n}\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,uBAA0B;AAEnB,SAAS,KAAK,GAAY,IAAqC;AACpE,QAAM,OAAO,oBAAI,IAAI;AACrB,QAAM,UAAU,oBAAI,IAAI;AACxB,gBAAc,CAAC;AACf,aAAW,SAAS,QAAQ,OAAO,GAAG;AACpC,oBAAgB,KAAK;AAAA,EACvB;AACA,SAAO,QAAQ,IAAI,CAAC,KAAK;AAEzB,WAAS,cAAc,OAAsB;AAC3C,QAAI,KAAK,IAAI,KAAK,GAAG;AACnB;AAAA,IACF;AACA,SAAK,IAAI,KAAK;AAEd,UAAM,WAAW,YAAY,YAAY,KAAK,KAAK,KAAK;AACxD,cAAU,QAAQ,aAAa;AAC/B,QAAI,UAAU,KAAK,CAAC,SAAS,QAAQ,IAAI,IAAI,CAAC,GAAG;AAC/C,cAAQ,IAAI,OAAO,QAAQ,IAAI,KAAK,KAAK,YAAY,KAAK,CAAC;AAAA,IAC7D;AAAA,EACF;AAEA,WAAS,YAAY,OAAqC;AACxD,UAAM,SAAS,QAAQ,IAAI,KAAK;AAChC,YAAI,4BAAU,MAAM,GAAG;AACrB,aAAO;AAAA,IACT;AACA,UAAM,UAAU,GAAG,KAAK;AACxB,QAAI,UAAU,SAAS;AACrB,cAAQ,IAAI,OAAO,OAAO;AAAA,IAC5B;AACA,WAAO,QAAQ,IAAI,KAAK;AAAA,EAC1B;AAEA,WAAS,gBAAgB,SAAwB;AAC/C,QAAI,CAAC,UAAU,OAAO,GAAG;AACvB;AAAA,IACF,WAAW,MAAM,QAAQ,OAAO,GAAG;AACjC,cAAQ,QAAQ,CAAC,GAAG,MAAM;AACxB,gBAAQ,CAAC,IAAI,QAAQ,IAAI,CAAC,KAAK;AAAA,MACjC,CAAC;AAAA,IACH,WAAW,OAAO,YAAY,YAAY,YAAY,MAAM;AAC1D,aAAO,KAAK,OAAO,EAAE,QAAQ,CAAC,QAAQ;AACpC,QAAC,QAAgB,GAAG,IAAI,QAAQ,IAAK,QAAgB,GAAG,CAAC,KAAM,QAAgB,GAAG;AAAA,MACpF,CAAC;AAAA,IACH;AAAA,EACF;AACF;AAMA,SAAS,UAAU,GAAyB;AAC1C,SAAO,MAAM,QAAQ,CAAC,IAAI,UAAU,EAAE,CAAC,CAAC,IAAI,OAAO,MAAM,YAAY,MAAM;AAC7E;AAEA,SAAS,YAAY,GAAmC;AACtD,MAAI,CAAC,UAAU,CAAC,GAAG;AACjB;AAAA,EACF;AAEA,MAAI,MAAM,QAAQ,CAAC,GAAG;AACpB,WAAO;AAAA,EACT;AAEA,SAAO,OAAO,OAAO,CAAC;AACxB;AAEA,SAAS,YAAY,OAAyB;AAC5C,QAAM,YAAY,MAAM,QAAQ,KAAK,IACjC,MAAM,IAAI,CAAC,MAAM,CAAC,IAClB,OAAO,UAAU,YAAY,UAAU,OACrC,EAAE,GAAG,MAAM,IACX;AAEN,SAAO,UAAU,YACb,QACA,OAAO,eAAe,WAAW,OAAO,eAAe,KAAK,CAAC;AACnE;",
3
+ "sources": ["../../src/walk.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { isDefined } from \"@azure/core-util\";\n\nexport function walk(v: unknown, fn: <T>(val: T) => unknown): unknown {\n const seen = new Set();\n const mutated = new Map();\n deepLazyApply(v);\n for (const value of mutated.values()) {\n replaceChildren(value);\n }\n return mutated.get(v) ?? v;\n\n function deepLazyApply(value: unknown): void {\n if (seen.has(value)) {\n return;\n }\n seen.add(value);\n\n const children = getChildren(cachedApply(value) ?? value);\n children?.forEach(deepLazyApply);\n if (children?.some((node) => mutated.has(node))) {\n mutated.set(value, mutated.get(value) ?? shallowCopy(value));\n }\n }\n\n function cachedApply(value: unknown): unknown | undefined {\n const cached = mutated.get(value);\n if (isDefined(cached)) {\n return cached;\n }\n const applied = fn(value);\n if (value !== applied) {\n mutated.set(value, applied);\n }\n return mutated.get(value);\n }\n\n function replaceChildren(applied: unknown): void {\n if (!isComplex(applied)) {\n return;\n } else if (Array.isArray(applied)) {\n applied.forEach((e, i) => {\n applied[i] = mutated.get(e) ?? e;\n });\n } else if (typeof applied === \"object\" && applied !== null) {\n Object.keys(applied).forEach((key) => {\n (applied as any)[key] = mutated.get((applied as any)[key]) ?? (applied as any)[key];\n });\n }\n }\n}\n\n/**\n * Array inputs SHOULD not have both complex and non-complex elements. This function determines\n * whether an array is complex based solely on the first element.\n */\nfunction isComplex(v: unknown): v is object {\n return Array.isArray(v) ? isComplex(v[0]) : typeof v === \"object\" && v !== null;\n}\n\nfunction getChildren(v: unknown): unknown[] | undefined {\n if (!isComplex(v)) {\n return undefined;\n }\n\n if (Array.isArray(v)) {\n return v;\n }\n\n return Object.values(v);\n}\n\nfunction shallowCopy(value: unknown): unknown {\n const maybeCopy = Array.isArray(value)\n ? value.map((v) => v)\n : typeof value === \"object\" && value !== null\n ? { ...value }\n : value;\n\n return value === maybeCopy\n ? value\n : Object.setPrototypeOf(maybeCopy, Object.getPrototypeOf(value));\n}\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,uBAA0B;AAEnB,SAAS,KAAK,GAAY,IAAqC;AACpE,QAAM,OAAO,oBAAI,IAAI;AACrB,QAAM,UAAU,oBAAI,IAAI;AACxB,gBAAc,CAAC;AACf,aAAW,SAAS,QAAQ,OAAO,GAAG;AACpC,oBAAgB,KAAK;AAAA,EACvB;AACA,SAAO,QAAQ,IAAI,CAAC,KAAK;AAEzB,WAAS,cAAc,OAAsB;AAC3C,QAAI,KAAK,IAAI,KAAK,GAAG;AACnB;AAAA,IACF;AACA,SAAK,IAAI,KAAK;AAEd,UAAM,WAAW,YAAY,YAAY,KAAK,KAAK,KAAK;AACxD,cAAU,QAAQ,aAAa;AAC/B,QAAI,UAAU,KAAK,CAAC,SAAS,QAAQ,IAAI,IAAI,CAAC,GAAG;AAC/C,cAAQ,IAAI,OAAO,QAAQ,IAAI,KAAK,KAAK,YAAY,KAAK,CAAC;AAAA,IAC7D;AAAA,EACF;AAEA,WAAS,YAAY,OAAqC;AACxD,UAAM,SAAS,QAAQ,IAAI,KAAK;AAChC,YAAI,4BAAU,MAAM,GAAG;AACrB,aAAO;AAAA,IACT;AACA,UAAM,UAAU,GAAG,KAAK;AACxB,QAAI,UAAU,SAAS;AACrB,cAAQ,IAAI,OAAO,OAAO;AAAA,IAC5B;AACA,WAAO,QAAQ,IAAI,KAAK;AAAA,EAC1B;AAEA,WAAS,gBAAgB,SAAwB;AAC/C,QAAI,CAAC,UAAU,OAAO,GAAG;AACvB;AAAA,IACF,WAAW,MAAM,QAAQ,OAAO,GAAG;AACjC,cAAQ,QAAQ,CAAC,GAAG,MAAM;AACxB,gBAAQ,CAAC,IAAI,QAAQ,IAAI,CAAC,KAAK;AAAA,MACjC,CAAC;AAAA,IACH,WAAW,OAAO,YAAY,YAAY,YAAY,MAAM;AAC1D,aAAO,KAAK,OAAO,EAAE,QAAQ,CAAC,QAAQ;AACpC,QAAC,QAAgB,GAAG,IAAI,QAAQ,IAAK,QAAgB,GAAG,CAAC,KAAM,QAAgB,GAAG;AAAA,MACpF,CAAC;AAAA,IACH;AAAA,EACF;AACF;AAMA,SAAS,UAAU,GAAyB;AAC1C,SAAO,MAAM,QAAQ,CAAC,IAAI,UAAU,EAAE,CAAC,CAAC,IAAI,OAAO,MAAM,YAAY,MAAM;AAC7E;AAEA,SAAS,YAAY,GAAmC;AACtD,MAAI,CAAC,UAAU,CAAC,GAAG;AACjB,WAAO;AAAA,EACT;AAEA,MAAI,MAAM,QAAQ,CAAC,GAAG;AACpB,WAAO;AAAA,EACT;AAEA,SAAO,OAAO,OAAO,CAAC;AACxB;AAEA,SAAS,YAAY,OAAyB;AAC5C,QAAM,YAAY,MAAM,QAAQ,KAAK,IACjC,MAAM,IAAI,CAAC,MAAM,CAAC,IAClB,OAAO,UAAU,YAAY,UAAU,OACrC,EAAE,GAAG,MAAM,IACX;AAEN,SAAO,UAAU,YACb,QACA,OAAO,eAAe,WAAW,OAAO,eAAe,KAAK,CAAC;AACnE;",
6
6
  "names": []
7
7
  }
@@ -1 +1 @@
1
- {"version":3,"file":"base64.d.ts","sourceRoot":"","sources":["../../src/base64.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,wBAAgB,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE5C;AAED;;;GAGG;AACH,wBAAgB,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE5C"}
1
+ {"version":3,"file":"base64.d.ts","sourceRoot":"","sources":["../../src/base64.ts"],"names":[],"mappings":"AAKA;;;GAGG;AACH,wBAAgB,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE5C;AAED;;;GAGG;AACH,wBAAgB,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE5C"}
@@ -1,10 +1,18 @@
1
- function encode(value) {
2
- return Buffer.from(value).toString("base64");
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { stringToUint8Array, uint8ArrayToString } from "@azure/core-util";
4
+ /**
5
+ * Encodes a string in base64 format.
6
+ * @param value - The string to encode.
7
+ */
8
+ export function encode(value) {
9
+ return uint8ArrayToString(stringToUint8Array(value, "utf-8"), "base64");
3
10
  }
4
- function decode(value) {
5
- return Buffer.from(value, "base64").toString();
11
+ /**
12
+ * Decodes a base64 string into a regular string.
13
+ * @param value - The base64 string to decode.
14
+ */
15
+ export function decode(value) {
16
+ return uint8ArrayToString(stringToUint8Array(value, "base64"), "utf-8");
6
17
  }
7
- export {
8
- decode,
9
- encode
10
- };
18
+ //# sourceMappingURL=base64.js.map
@@ -1,7 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["/mnt/vss/_work/1/s/sdk/search/search-documents/src/base64.ts"],
4
- "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * Encodes a string in base64 format.\n * @param value - The string to encode.\n */\nexport function encode(value: string): string {\n return Buffer.from(value).toString(\"base64\");\n}\n\n/**\n * Decodes a base64 string into a regular string.\n * @param value - The base64 string to decode.\n */\nexport function decode(value: string): string {\n return Buffer.from(value, \"base64\").toString();\n}\n"],
5
- "mappings": "AAOO,SAAS,OAAO,OAAuB;AAC5C,SAAO,OAAO,KAAK,KAAK,EAAE,SAAS,QAAQ;AAC7C;AAMO,SAAS,OAAO,OAAuB;AAC5C,SAAO,OAAO,KAAK,OAAO,QAAQ,EAAE,SAAS;AAC/C;",
6
- "names": []
7
- }
1
+ {"version":3,"file":"base64.js","sourceRoot":"","sources":["../../src/base64.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAE1E;;;GAGG;AACH,MAAM,UAAU,MAAM,CAAC,KAAa;IAClC,OAAO,kBAAkB,CAAC,kBAAkB,CAAC,KAAK,EAAE,OAAO,CAAC,EAAE,QAAQ,CAAC,CAAC;AAC1E,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,MAAM,CAAC,KAAa;IAClC,OAAO,kBAAkB,CAAC,kBAAkB,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,OAAO,CAAC,CAAC;AAC1E,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { stringToUint8Array, uint8ArrayToString } from \"@azure/core-util\";\n\n/**\n * Encodes a string in base64 format.\n * @param value - The string to encode.\n */\nexport function encode(value: string): string {\n return uint8ArrayToString(stringToUint8Array(value, \"utf-8\"), \"base64\");\n}\n\n/**\n * Decodes a base64 string into a regular string.\n * @param value - The base64 string to decode.\n */\nexport function decode(value: string): string {\n return uint8ArrayToString(stringToUint8Array(value, \"base64\"), \"utf-8\");\n}\n"]}
@@ -1,33 +1,36 @@
1
- const WorldGeodeticSystem1984 = "EPSG:4326";
2
- class GeographyPoint {
3
- /**
4
- * The latitude in decimal.
5
- */
6
- latitude;
7
- /**
8
- * The longitude in decimal.
9
- */
10
- longitude;
11
- /**
12
- * Constructs a new instance of GeographyPoint given
13
- * the specified coordinates.
14
- * @param geographyPoint - object with longitude and latitude values in decimal
15
- */
16
- constructor(geographyPoint) {
17
- this.longitude = geographyPoint.longitude;
18
- this.latitude = geographyPoint.latitude;
19
- }
20
- /**
21
- * Used to serialize to a GeoJSON Point.
22
- */
23
- toJSON() {
24
- return {
25
- type: "Point",
26
- coordinates: [this.longitude, this.latitude],
27
- crs: { type: "name", properties: { name: WorldGeodeticSystem1984 } }
28
- };
29
- }
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ const WorldGeodeticSystem1984 = "EPSG:4326"; // See https://epsg.io/4326
4
+ /**
5
+ * Represents a geographic point in global coordinates.
6
+ */
7
+ export default class GeographyPoint {
8
+ /**
9
+ * The latitude in decimal.
10
+ */
11
+ latitude;
12
+ /**
13
+ * The longitude in decimal.
14
+ */
15
+ longitude;
16
+ /**
17
+ * Constructs a new instance of GeographyPoint given
18
+ * the specified coordinates.
19
+ * @param geographyPoint - object with longitude and latitude values in decimal
20
+ */
21
+ constructor(geographyPoint) {
22
+ this.longitude = geographyPoint.longitude;
23
+ this.latitude = geographyPoint.latitude;
24
+ }
25
+ /**
26
+ * Used to serialize to a GeoJSON Point.
27
+ */
28
+ toJSON() {
29
+ return {
30
+ type: "Point",
31
+ coordinates: [this.longitude, this.latitude],
32
+ crs: { type: "name", properties: { name: WorldGeodeticSystem1984 } },
33
+ };
34
+ }
30
35
  }
31
- export {
32
- GeographyPoint as default
33
- };
36
+ //# sourceMappingURL=geographyPoint.js.map
@@ -1,7 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["/mnt/vss/_work/1/s/sdk/search/search-documents/src/geographyPoint.ts"],
4
- "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nconst WorldGeodeticSystem1984 = \"EPSG:4326\"; // See https://epsg.io/4326\n\n/**\n * Represents a geographic point in global coordinates.\n */\nexport default class GeographyPoint {\n /**\n * The latitude in decimal.\n */\n public latitude: number;\n /**\n * The longitude in decimal.\n */\n public longitude: number;\n\n /**\n * Constructs a new instance of GeographyPoint given\n * the specified coordinates.\n * @param geographyPoint - object with longitude and latitude values in decimal\n */\n constructor(geographyPoint: { longitude: number; latitude: number }) {\n this.longitude = geographyPoint.longitude;\n this.latitude = geographyPoint.latitude;\n }\n\n /**\n * Used to serialize to a GeoJSON Point.\n */\n public toJSON(): Record<string, unknown> {\n return {\n type: \"Point\",\n coordinates: [this.longitude, this.latitude],\n crs: { type: \"name\", properties: { name: WorldGeodeticSystem1984 } },\n };\n }\n}\n"],
5
- "mappings": "AAGA,MAAM,0BAA0B;AAKhC,MAAO,eAA6B;AAAA;AAAA;AAAA;AAAA,EAI3B;AAAA;AAAA;AAAA;AAAA,EAIA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOP,YAAY,gBAAyD;AACnE,SAAK,YAAY,eAAe;AAChC,SAAK,WAAW,eAAe;AAAA,EACjC;AAAA;AAAA;AAAA;AAAA,EAKO,SAAkC;AACvC,WAAO;AAAA,MACL,MAAM;AAAA,MACN,aAAa,CAAC,KAAK,WAAW,KAAK,QAAQ;AAAA,MAC3C,KAAK,EAAE,MAAM,QAAQ,YAAY,EAAE,MAAM,wBAAwB,EAAE;AAAA,IACrE;AAAA,EACF;AACF;",
6
- "names": []
7
- }
1
+ {"version":3,"file":"geographyPoint.js","sourceRoot":"","sources":["../../src/geographyPoint.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,MAAM,uBAAuB,GAAG,WAAW,CAAC,CAAC,2BAA2B;AAExE;;GAEG;AACH,MAAM,CAAC,OAAO,OAAO,cAAc;IACjC;;OAEG;IACI,QAAQ,CAAS;IACxB;;OAEG;IACI,SAAS,CAAS;IAEzB;;;;OAIG;IACH,YAAY,cAAuD;QACjE,IAAI,CAAC,SAAS,GAAG,cAAc,CAAC,SAAS,CAAC;QAC1C,IAAI,CAAC,QAAQ,GAAG,cAAc,CAAC,QAAQ,CAAC;IAC1C,CAAC;IAED;;OAEG;IACI,MAAM;QACX,OAAO;YACL,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,QAAQ,CAAC;YAC5C,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE,EAAE;SACrE,CAAC;IACJ,CAAC;CACF","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nconst WorldGeodeticSystem1984 = \"EPSG:4326\"; // See https://epsg.io/4326\n\n/**\n * Represents a geographic point in global coordinates.\n */\nexport default class GeographyPoint {\n /**\n * The latitude in decimal.\n */\n public latitude: number;\n /**\n * The longitude in decimal.\n */\n public longitude: number;\n\n /**\n * Constructs a new instance of GeographyPoint given\n * the specified coordinates.\n * @param geographyPoint - object with longitude and latitude values in decimal\n */\n constructor(geographyPoint: { longitude: number; latitude: number }) {\n this.longitude = geographyPoint.longitude;\n this.latitude = geographyPoint.latitude;\n }\n\n /**\n * Used to serialize to a GeoJSON Point.\n */\n public toJSON(): Record<string, unknown> {\n return {\n type: \"Point\",\n coordinates: [this.longitude, this.latitude],\n crs: { type: \"name\", properties: { name: WorldGeodeticSystem1984 } },\n };\n }\n}\n"]}
@@ -1,11 +1,13 @@
1
1
  export { AzureKeyCredential } from "@azure/core-auth";
2
- export { type AutocompleteItem, type AutocompleteMode, type AutocompleteResult, type DebugInfo, type HybridCountAndFacetMode, type HybridSearch as HybridSearchOptions, type IndexActionType, type IndexDocumentsResult, type IndexingResult, KnownHybridCountAndFacetMode, KnownQueryDebugMode, KnownQueryLanguage, KnownQuerySpellerType as KnownQuerySpeller, KnownSemanticErrorMode, KnownSemanticErrorReason, KnownSemanticFieldState, KnownSemanticQueryRewritesResultType, KnownSemanticSearchResultsType, KnownVectorFilterMode, KnownVectorQueryKind, KnownVectorThresholdKind, type QueryDebugMode, type QueryLanguage, type QueryResultDocumentInnerHit, type QueryResultDocumentRerankerInput, type QueryResultDocumentSubscores, type QueryRewritesDebugInfo, type QueryRewritesValuesDebugInfo, type QuerySpellerType as QuerySpeller, type QueryType, type ScoringStatistics, type SearchMode, type SemanticFieldState, type SemanticQueryRewritesResultType, type SingleVectorFieldResult, type TextResult, type VectorsDebugInfo, } from "./models/azure/search/documents/index.js";
3
- export { type AIServices, type AzureBlobKnowledgeSourceParams, type KnowledgeBaseActivityRecord as BaseKnowledgeBaseActivityRecord, type KnowledgeBaseActivityRecordType, type KnowledgeBaseMessageContent as BaseKnowledgeBaseMessageContent, type KnowledgeBaseMessageContentType, type KnowledgeBaseReference as BaseKnowledgeBaseReference, type KnowledgeBaseReferenceType, type KnowledgeRetrievalIntentUnion as BaseKnowledgeRetrievalIntent, type KnowledgeRetrievalIntentType, type KnowledgeRetrievalOutputMode as BaseKnowledgeRetrievalOutputMode, type KnowledgeRetrievalReasoningEffortUnion, type KnowledgeRetrievalReasoningEffort as BaseKnowledgeRetrievalReasoningEffort, type KnowledgeRetrievalReasoningEffortKind, type KnowledgeSourceParams as BaseKnowledgeSourceParams, type KnowledgeSourceVectorizer as KnowledgeSourceVectorizer_2, type IndexedOneLakeKnowledgeSourceParams, type IndexedSharePointKnowledgeSourceParams, type KnowledgeBaseActivityRecordUnion as KnowledgeBaseActivityRecord, type KnowledgeBaseAgenticReasoningActivityRecord, type KnowledgeBaseImageContent as KnowledgeBaseMessageImageContentImage, type KnowledgeBaseAzureBlobReference, type KnowledgeBaseErrorAdditionalInfo, type KnowledgeBaseErrorDetail, type KnowledgeBaseIndexedOneLakeReference, type KnowledgeBaseIndexedSharePointReference, type KnowledgeBaseMessage, type KnowledgeBaseMessageContentUnion as KnowledgeBaseMessageContent, type KnowledgeBaseMessageImageContent, type KnowledgeBaseMessageTextContent, type KnowledgeBaseModelAnswerSynthesisActivityRecord, type KnowledgeBaseModelQueryPlanningActivityRecord, type KnowledgeBaseReferenceUnion as KnowledgeBaseReference, type KnowledgeBaseRemoteSharePointReference, type KnowledgeBaseRetrievalRequest, type KnowledgeBaseRetrievalResponse, type KnowledgeSourceStatus, type SynchronizationState, type CompletedSynchronizationState, type KnowledgeSourceStatistics, type KnowledgeBaseSearchIndexReference, type KnowledgeBaseWebReference, type KnowledgeRetrievalIntent, type KnowledgeRetrievalLowReasoningEffort, type KnowledgeRetrievalMediumReasoningEffort, type KnowledgeRetrievalMinimalReasoningEffort, type KnowledgeRetrievalSemanticIntent, type KnowledgeSourceParamsUnion as KnowledgeSourceParams, KnownKnowledgeRetrievalOutputMode, type RemoteSharePointKnowledgeSourceParams, type SearchIndexKnowledgeSourceParams, type SharePointSensitivityLabelInfo, type WebKnowledgeSourceParams, } from "./models/azure/search/documents/knowledgeBases/index.js";
4
- export { type AIFoundryModelCatalogName, type AIServicesAccountKey, type BM25Similarity, type AnalyzedTokenInfo, type AnalyzeResult, type AsciiFoldingTokenFilter, type AzureActiveDirectoryApplicationCredentials, type AzureMachineLearningSkill, type AzureOpenAIModelName, type AzureOpenAITokenizerParameters, type CharFilter as BaseCharFilter, type CognitiveServicesAccount as BaseCognitiveServicesAccount, type DataChangeDetectionPolicy as BaseDataChangeDetectionPolicy, type DataDeletionDetectionPolicy as BaseDataDeletionDetectionPolicy, type KnowledgeBaseModel as BaseKnowledgeBaseModel, type LexicalAnalyzer as BaseLexicalAnalyzer, type LexicalNormalizer as BaseLexicalNormalizer, type LexicalTokenizer as BaseLexicalTokenizer, type ScoringFunction as BaseScoringFunction, type SearchIndexerDataIdentity as BaseSearchIndexerDataIdentity, type SearchIndexerSkill as BaseSearchIndexerSkill, type TokenFilter as BaseTokenFilter, type VectorSearchCompression as BaseVectorSearchCompression, type BinaryQuantizationCompression, type CharFilterName, type ChatCompletionExtraParametersBehavior, type ChatCompletionResponseFormat, type ChatCompletionSchemaProperties as ChatCompletionResponseFormatJsonSchemaProperties, type ChatCompletionResponseFormatType, type ChatCompletionSchema, type CjkBigramTokenFilter, type CjkBigramTokenFilterScripts, type ClassicSimilarity, type ClassicTokenizer, type CognitiveServicesAccountKey, type CommonGramTokenFilter, type CommonModelParameters, type ConditionalSkill, type ContentUnderstandingSkill, type ContentUnderstandingSkillChunkingProperties, type ContentUnderstandingSkillChunkingUnit, type ContentUnderstandingSkillExtractionOptions, KnownContentUnderstandingSkillChunkingUnit, KnownContentUnderstandingSkillExtractionOptions, type CorsOptions, type CustomEntity, type CustomEntityAlias, type CustomNormalizer as CustomLexicalNormalizer, type DefaultCognitiveServicesAccount, type DictionaryDecompounderTokenFilter, type DistanceScoringFunction, type DistanceScoringParameters, type DocumentExtractionSkill, type DocumentIntelligenceLayoutSkillChunkingProperties, type DocumentIntelligenceLayoutSkillChunkingUnit, type DocumentIntelligenceLayoutSkillExtractionOptions, type DocumentIntelligenceLayoutSkillMarkdownHeaderDepth, type DocumentIntelligenceLayoutSkillOutputFormat, type DocumentIntelligenceLayoutSkillOutputMode, type EdgeNGramTokenFilterSide, type EdgeNGramTokenizer, type ElisionTokenFilter, type EntityLinkingSkill, type EntityRecognitionSkillV3, type EntityCategory, type EntityRecognitionSkillLanguage, type FieldMapping, type FieldMappingFunction, type FreshnessScoringFunction, type FreshnessScoringParameters, type HighWaterMarkChangeDetectionPolicy, type IndexedSharePointContainerName, type IndexerExecutionResult, type IndexerExecutionStatus, type IndexerExecutionStatusDetail, type IndexerPermissionOption, type IndexerResyncOption, type IndexerRuntime, type IndexerCurrentState as IndexerState, type IndexerStatus, type IndexingMode, type IndexingSchedule, type IndexProjectionMode, type IndexStatisticsSummary, type InputFieldMappingEntry, type KeepTokenFilter, type KeywordMarkerTokenFilter, type KnowledgeBaseModelKind, type KnowledgeSourceContentExtractionMode, type KnowledgeSourceIngestionPermissionOption, type KnowledgeSourceKind, type KnowledgeSourceReference, type KnowledgeSourceSynchronizationStatus, KnownAIFoundryModelCatalogName, KnownAzureOpenAIModelName, KnownBlobIndexerDataToExtract, KnownBlobIndexerImageAction, KnownBlobIndexerParsingMode, KnownBlobIndexerPDFTextRotationAlgorithm, KnownChatCompletionExtraParametersBehavior, KnownChatCompletionResponseFormatType, KnownCustomEntityLookupSkillLanguage, KnownDocumentIntelligenceLayoutSkillChunkingUnit, KnownDocumentIntelligenceLayoutSkillExtractionOptions, KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth, KnownDocumentIntelligenceLayoutSkillOutputFormat, KnownDocumentIntelligenceLayoutSkillOutputMode, KnownEntityCategory, KnownEntityRecognitionSkillLanguage, KnownImageAnalysisSkillLanguage, KnownImageDetail, KnownIndexerExecutionEnvironment, KnownIndexerExecutionStatusDetail, KnownIndexerPermissionOption, KnownIndexerResyncOption, KnownIndexingMode, KnownIndexProjectionMode, KnownKeyPhraseExtractionSkillLanguage, KnownKnowledgeBaseModelKind, KnownKnowledgeSourceKind, KnownLexicalAnalyzerName, KnownLexicalNormalizerName, KnownMarkdownHeaderDepth, KnownMarkdownParsingSubmode, KnownLexicalNormalizerName as KnownNormalizerNames, KnownOcrLineEnding, KnownOcrSkillLanguage, KnownPermissionFilter, KnownPIIDetectionSkillMaskingMode, KnownRankingOrder, KnownRegexFlags, KnownSearchFieldDataType, KnownSearchIndexerDataSourceType, KnownSearchIndexPermissionFilterOption, KnownSentimentSkillLanguage, KnownSplitSkillEncoderModelName, KnownSplitSkillLanguage, KnownSplitSkillUnit, KnownTextSplitMode, KnownTextTranslationSkillLanguage, KnownVectorEncodingFormat, KnownVectorSearchAlgorithmKind, KnownVectorSearchAlgorithmMetric, KnownVectorSearchCompressionKind, KnownVectorSearchCompressionRescoreStorageMethod, KnownVectorSearchCompressionTarget, KnownVectorSearchVectorizerKind, KnownVisualFeature, type LanguageDetectionSkill, type LengthTokenFilter, type LexicalAnalyzerName, type LexicalNormalizerName, type LexicalTokenizerName, type LimitTokenFilter, type LuceneStandardAnalyzer, type MagnitudeScoringFunction, type MagnitudeScoringParameters, type MappingCharFilter, type MarkdownHeaderDepth, type MarkdownParsingSubmode, type MergeSkill, type MicrosoftLanguageStemmingTokenizer, type MicrosoftLanguageTokenizer, type MicrosoftStemmingTokenizerLanguage, type MicrosoftTokenizerLanguage, type NativeBlobSoftDeleteDeletionDetectionPolicy, type NGramTokenizer, type OcrLineEnding, type OutputFieldMappingEntry, type PathHierarchyTokenizerV2 as PathHierarchyTokenizer, type PatternCaptureTokenFilter, type PatternReplaceCharFilter, type PatternReplaceTokenFilter, type PermissionFilter, type PhoneticEncoder, type PhoneticTokenFilter, type RankingOrder, type RemoteSharePointKnowledgeSourceParameters, type RescoringOptions, type ResourceCounter, type ScalarQuantizationCompression, type ScalarQuantizationParameters, type ScoringFunctionAggregation, type ScoringFunctionInterpolation, type SearchAlias, type SearchIndexerDataContainer, type SearchIndexerDataNoneIdentity, type SearchIndexerDataUserAssignedIdentity, type SearchIndexerError, type SearchIndexerIndexProjectionSelector, type SearchIndexerKnowledgeStoreBlobProjectionSelector, type SearchIndexerKnowledgeStoreFileProjectionSelector, type SearchIndexerKnowledgeStoreObjectProjectionSelector, type SearchIndexerKnowledgeStoreProjection, type SearchIndexerKnowledgeStoreProjectionSelector, type SearchIndexerKnowledgeStoreTableProjectionSelector, type SearchIndexerLimits, type SearchIndexerStatus, type SearchIndexerWarning, type SearchIndexFieldReference, type SearchIndexKnowledgeSourceParameters, type SearchIndexPermissionFilterOption, type SearchSuggester as Suggester, type SemanticConfiguration, type SemanticField, type SemanticPrioritizedFields, type SemanticSearch, type SentimentSkillV3, type SentimentSkillLanguage, type ServiceCounters, type ServiceLimits, type ShaperSkill, type ShingleTokenFilter, type SimilarityAlgorithmUnion as Similarity, type SimilarityAlgorithm as BaseSimilarityAlgorithm, type SnowballTokenFilter, type SnowballTokenFilterLanguage, type SoftDeleteColumnDeletionDetectionPolicy, type SplitSkillEncoderModelName, type SplitSkillUnit, type SqlIntegratedChangeTrackingPolicy, type StemmerOverrideTokenFilter, type StemmerTokenFilter, type StemmerTokenFilterLanguage, type StopAnalyzer, type StopwordsList, type StopwordsTokenFilter, type SynonymTokenFilter, type TagScoringFunction, type TagScoringParameters, type TextWeights, type TokenCharacterKind, type TokenFilterName, type TruncateTokenFilter, type UaxUrlEmailTokenizer, type UniqueTokenFilter, type VectorEncodingFormat, type VectorSearchCompressionKind, type VectorSearchCompressionRescoreStorageMethod, type VectorSearchCompressionTarget, type VectorSearchProfile, type VectorSearchVectorizerKind, type WebKnowledgeSourceDomains, type WebKnowledgeSourceParameters, type WebKnowledgeSourceDomain, type WordDelimiterTokenFilter, } from "./models/azure/search/documents/indexes/index.js";
2
+ export type { PagedAsyncIterableIterator, PageSettings, ContinuablePage, } from "./static-helpers/pagingHelpers.js";
3
+ export { type AutocompleteItem, type AutocompleteMode, type AutocompleteResult, type IndexActionType, type IndexDocumentsResult, type IndexingResult, KnownQueryDebugMode, KnownSemanticErrorMode, KnownSemanticErrorReason, KnownSemanticSearchResultsType, KnownVectorFilterMode, KnownVectorQueryKind, type QueryDebugMode, type QueryResultDocumentSubscores, type QueryType, type ScoringStatistics, type SearchMode, type SingleVectorFieldResult, type TextResult, type VectorsDebugInfo, type SemanticSearchResultsType, } from "./models/azure/search/documents/index.js";
4
+ export { type AIServices, type AzureBlobKnowledgeSourceParams, type KnowledgeBaseActivityRecord as BaseKnowledgeBaseActivityRecord, type KnowledgeBaseActivityRecordType, type KnowledgeBaseMessageContent as BaseKnowledgeBaseMessageContent, type KnowledgeBaseMessageContentType, type KnowledgeBaseReference as BaseKnowledgeBaseReference, type KnowledgeBaseReferenceType, type KnowledgeRetrievalIntentUnion as BaseKnowledgeRetrievalIntent, type KnowledgeRetrievalIntentType, type KnowledgeRetrievalReasoningEffortUnion, type KnowledgeRetrievalReasoningEffort as BaseKnowledgeRetrievalReasoningEffort, type KnowledgeRetrievalReasoningEffortKind, type KnowledgeSourceParams as BaseKnowledgeSourceParams, type KnowledgeSourceVectorizer as BaseKnowledgeSourceVectorizer, type IndexedOneLakeKnowledgeSourceParams, type KnowledgeBaseActivityRecordUnion as KnowledgeBaseActivityRecord, type KnowledgeBaseAgenticReasoningActivityRecord, type KnowledgeBaseImageContent as KnowledgeBaseMessageImageContentImage, type KnowledgeBaseAzureBlobReference, type KnowledgeBaseErrorAdditionalInfo, type KnowledgeBaseErrorDetail, type KnowledgeBaseIndexedOneLakeReference, type KnowledgeBaseMessage, type KnowledgeBaseMessageContentUnion as KnowledgeBaseMessageContent, type KnowledgeBaseMessageImageContent, type KnowledgeBaseMessageTextContent, type KnowledgeBaseReferenceUnion as KnowledgeBaseReference, type KnowledgeBaseRetrievalRequest, type KnowledgeBaseRetrievalResponse, type KnowledgeSourceStatus, type SynchronizationState, type KnowledgeSourceSynchronizationError, type CompletedSynchronizationState, type KnowledgeSourceStatistics, type KnowledgeBaseSearchIndexReference, type KnowledgeBaseWebReference, type KnowledgeRetrievalIntent, type KnowledgeRetrievalMinimalReasoningEffort, type KnowledgeRetrievalSemanticIntent, type KnowledgeSourceParamsUnion as KnowledgeSourceParams, type SearchIndexKnowledgeSourceParams, type WebKnowledgeSourceParams, } from "./models/azure/search/documents/knowledgeBases/index.js";
5
+ export { type AIFoundryModelCatalogName, type AIServicesAccountKey, type BM25Similarity, type AnalyzedTokenInfo, type AnalyzeResult, type AsciiFoldingTokenFilter, type AzureActiveDirectoryApplicationCredentials, type AzureOpenAIModelName, type CharFilter as BaseCharFilter, type CognitiveServicesAccount as BaseCognitiveServicesAccount, type DataChangeDetectionPolicy as BaseDataChangeDetectionPolicy, type DataDeletionDetectionPolicy as BaseDataDeletionDetectionPolicy, type KnowledgeBaseModel as BaseKnowledgeBaseModel, type LexicalAnalyzer as BaseLexicalAnalyzer, type LexicalNormalizer as BaseLexicalNormalizer, type LexicalTokenizer as BaseLexicalTokenizer, type ScoringFunction as BaseScoringFunction, type SearchIndexerDataIdentity as BaseSearchIndexerDataIdentity, type SearchIndexerSkill as BaseSearchIndexerSkill, type TokenFilter as BaseTokenFilter, type VectorSearchCompression as BaseVectorSearchCompression, type BinaryQuantizationCompression, type CharFilterName, type ChatCompletionExtraParametersBehavior, type ChatCompletionResponseFormat, type ChatCompletionSchemaProperties as ChatCompletionResponseFormatJsonSchemaProperties, type ChatCompletionResponseFormatType, type ChatCompletionSchema, type CjkBigramTokenFilter, type CjkBigramTokenFilterScripts, type ClassicSimilarity, type ClassicTokenizer, type CognitiveServicesAccountKey, type CommonGramTokenFilter, type CommonModelParameters, type ConditionalSkill, type ContentUnderstandingSkill, type ContentUnderstandingSkillChunkingProperties, type ContentUnderstandingSkillChunkingUnit, type ContentUnderstandingSkillExtractionOptions, KnownContentUnderstandingSkillChunkingUnit, KnownContentUnderstandingSkillExtractionOptions, type CorsOptions, type CustomEntity, type CustomEntityAlias, type CustomNormalizer as CustomLexicalNormalizer, type DefaultCognitiveServicesAccount, type DictionaryDecompounderTokenFilter, type DistanceScoringFunction, type DistanceScoringParameters, type DocumentExtractionSkill, type DocumentIntelligenceLayoutSkillChunkingProperties, type DocumentIntelligenceLayoutSkillChunkingUnit, type DocumentIntelligenceLayoutSkillExtractionOptions, type DocumentIntelligenceLayoutSkillMarkdownHeaderDepth, type DocumentIntelligenceLayoutSkillOutputFormat, type DocumentIntelligenceLayoutSkillOutputMode, type EdgeNGramTokenFilterSide, type EdgeNGramTokenizer, type ElisionTokenFilter, type EntityLinkingSkill, type EntityRecognitionSkillV3, type EntityCategory, type EntityRecognitionSkillLanguage, type FieldMapping, type FieldMappingFunction, type FreshnessScoringFunction, type FreshnessScoringParameters, type HighWaterMarkChangeDetectionPolicy, type IndexerExecutionResult, type IndexerExecutionStatus, type IndexerResyncOption, type IndexerStatus, type IndexingSchedule, type IndexProjectionMode, type InputFieldMappingEntry, type KeepTokenFilter, type KeywordMarkerTokenFilter, type KnowledgeBaseModelKind, type KnowledgeSourceContentExtractionMode, type KnowledgeSourceKind, type KnowledgeSourceReference, type KnowledgeSourceSynchronizationStatus, KnownAIFoundryModelCatalogName, KnownAzureOpenAIModelName, KnownBlobIndexerDataToExtract, KnownBlobIndexerImageAction, KnownBlobIndexerParsingMode, KnownBlobIndexerPDFTextRotationAlgorithm, KnownChatCompletionExtraParametersBehavior, KnownChatCompletionResponseFormatType, KnownCustomEntityLookupSkillLanguage, KnownDocumentIntelligenceLayoutSkillChunkingUnit, KnownDocumentIntelligenceLayoutSkillExtractionOptions, KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth, KnownDocumentIntelligenceLayoutSkillOutputFormat, KnownDocumentIntelligenceLayoutSkillOutputMode, KnownEntityCategory, KnownEntityRecognitionSkillLanguage, KnownImageAnalysisSkillLanguage, KnownImageDetail, KnownIndexerExecutionEnvironment, KnownIndexerResyncOption, KnownIndexProjectionMode, KnownKeyPhraseExtractionSkillLanguage, KnownKnowledgeBaseModelKind, KnownKnowledgeSourceKind, KnownLexicalAnalyzerName, KnownLexicalNormalizerName, KnownMarkdownHeaderDepth, KnownMarkdownParsingSubmode, KnownLexicalNormalizerName as KnownNormalizerNames, KnownOcrLineEnding, KnownOcrSkillLanguage, KnownPIIDetectionSkillMaskingMode, KnownRankingOrder, KnownRegexFlags, KnownSearchFieldDataType, KnownSearchIndexerDataSourceType, KnownSentimentSkillLanguage, KnownSplitSkillLanguage, KnownTextSplitMode, KnownTextTranslationSkillLanguage, KnownVectorEncodingFormat, KnownVectorSearchAlgorithmKind, KnownVectorSearchAlgorithmMetric, KnownVectorSearchCompressionKind, KnownVectorSearchCompressionRescoreStorageMethod, KnownVectorSearchCompressionTarget, KnownVectorSearchVectorizerKind, KnownVisualFeature, type LanguageDetectionSkill, type LengthTokenFilter, type LexicalAnalyzerName, type LexicalNormalizerName, type LexicalTokenizerName, type LimitTokenFilter, type LuceneStandardAnalyzer, type MagnitudeScoringFunction, type MagnitudeScoringParameters, type MappingCharFilter, type MarkdownHeaderDepth, type MarkdownParsingSubmode, type MergeSkill, type MicrosoftLanguageStemmingTokenizer, type MicrosoftLanguageTokenizer, type MicrosoftStemmingTokenizerLanguage, type MicrosoftTokenizerLanguage, type NativeBlobSoftDeleteDeletionDetectionPolicy, type NGramTokenizer, type OcrLineEnding, type OutputFieldMappingEntry, type PathHierarchyTokenizerV2 as PathHierarchyTokenizer, type PatternCaptureTokenFilter, type PatternReplaceCharFilter, type PatternReplaceTokenFilter, type PhoneticEncoder, type PhoneticTokenFilter, type RankingOrder, type RescoringOptions, type ResourceCounter, type ScalarQuantizationCompression, type ScalarQuantizationParameters, type ScoringFunctionAggregation, type ScoringFunctionInterpolation, type SearchAlias, type SearchIndexerDataContainer, type SearchIndexerDataNoneIdentity, type SearchIndexerDataUserAssignedIdentity, type SearchIndexerError, type SearchIndexerIndexProjectionSelector, type SearchIndexerKnowledgeStoreBlobProjectionSelector, type SearchIndexerKnowledgeStoreFileProjectionSelector, type SearchIndexerKnowledgeStoreObjectProjectionSelector, type SearchIndexerKnowledgeStoreProjection, type SearchIndexerKnowledgeStoreProjectionSelector, type SearchIndexerKnowledgeStoreTableProjectionSelector, type SearchIndexerLimits, type SearchIndexerStatus, type SearchIndexerWarning, type SearchIndexFieldReference, type SearchIndexKnowledgeSourceParameters, type SearchSuggester as Suggester, type SemanticConfiguration, type SemanticField, type SemanticPrioritizedFields, type SemanticSearch, type SentimentSkillV3, type SentimentSkillLanguage, type ServiceCounters, type ServiceLimits, type ShaperSkill, type ShingleTokenFilter, type SimilarityAlgorithmUnion as Similarity, type SimilarityAlgorithm as BaseSimilarityAlgorithm, type SnowballTokenFilter, type SnowballTokenFilterLanguage, type SoftDeleteColumnDeletionDetectionPolicy, type SqlIntegratedChangeTrackingPolicy, type StemmerOverrideTokenFilter, type StemmerTokenFilter, type StemmerTokenFilterLanguage, type StopAnalyzer, type StopwordsList, type StopwordsTokenFilter, type SynonymTokenFilter, type TagScoringFunction, type TagScoringParameters, type TextWeights, type TokenCharacterKind, type TokenFilterName, type TruncateTokenFilter, type UaxUrlEmailTokenizer, type UniqueTokenFilter, type VectorEncodingFormat, type VectorSearchCompressionKind, type VectorSearchCompressionRescoreStorageMethod, type VectorSearchCompressionTarget, type VectorSearchProfile, type VectorSearchVectorizerKind, type WebKnowledgeSourceDomains, type WebKnowledgeSourceParameters, type WebKnowledgeSourceDomain, type WordDelimiterTokenFilter, } from "./models/azure/search/documents/indexes/index.js";
6
+ export type { KnowledgeBaseModelWebSummarizationActivityRecord } from "./models/index.js";
5
7
  export { default as GeographyPoint } from "./geographyPoint.js";
6
8
  export { IndexDocumentsBatch } from "./indexDocumentsBatch.js";
7
- export type { AutocompleteOptions, AutocompleteRequest, BaseSearchRequestOptions, BaseVectorQuery, BaseVectorThreshold, CountDocumentsOptions, DeleteDocumentsOptions, DocumentDebugInfo, ExcludedODataTypes, ExtractDocumentKey, ExtractiveQueryAnswer, ExtractiveQueryCaption, GenerativeQueryRewrites, GetDocumentOptions, IndexDocumentsAction, IndexDocumentsOptions, ListSearchResultsPageSettings, MergeDocumentsOptions, MergeOrUploadDocumentsOptions, NarrowedModel, QueryAnswer, QueryCaption, QueryResultDocumentSemanticField, QueryRewrites, SearchDocumentsPageResult, SearchDocumentsResult, SearchDocumentsResultBase, SearchFieldArray, SearchIndexingBufferedSenderDeleteDocumentsOptions, SearchIndexingBufferedSenderFlushDocumentsOptions, SearchIndexingBufferedSenderMergeDocumentsOptions, SearchIndexingBufferedSenderMergeOrUploadDocumentsOptions, SearchIndexingBufferedSenderOptions, SearchIndexingBufferedSenderUploadDocumentsOptions, SearchIterator, SearchOptions, SearchPick, SearchRequestOptions, SearchRequestQueryTypeOptions, SearchResult, SearchScoreThreshold, SelectArray, SelectFields, SemanticDebugInfo, SemanticErrorMode, SemanticErrorReason, SemanticSearchOptions, SemanticSearchResultsType, SuggestDocumentsResult, SuggestNarrowedModel, SuggestOptions, SuggestRequest, SuggestResult, UnionToIntersection, UploadDocumentsOptions, VectorFilterMode, VectorizableImageBinaryQuery, VectorizableImageUrlQuery, VectorizableTextQuery, VectorizedQuery, VectorQuery, VectorQueryKind, VectorSearchOptions, VectorSimilarityThreshold, VectorThreshold, } from "./indexModels.js";
8
- export type { KnowledgeBase, RetrieveKnowledgeOptions } from "./knowledgeBaseModels.js";
9
+ export type { AutocompleteOptions, AutocompleteRequest, BaseSearchRequestOptions, BaseVectorQuery, CountDocumentsOptions, DeleteDocumentsOptions, DocumentDebugInfo, ExcludedODataTypes, ExtractDocumentKey, ExtractiveQueryAnswer, ExtractiveQueryCaption, GenerativeQueryRewrites, GetDocumentOptions, IndexDocumentsAction, IndexDocumentsOptions, ListSearchResultsPageSettings, MergeDocumentsOptions, MergeOrUploadDocumentsOptions, NarrowedModel, QueryAnswer, QueryCaption, QueryResultDocumentSemanticField, QueryRewrites, SearchDocumentsPageResult, SearchDocumentsResult, SearchDocumentsResultBase, SearchFieldArray, SearchIndexingBufferedSenderDeleteDocumentsOptions, SearchIndexingBufferedSenderFlushDocumentsOptions, SearchIndexingBufferedSenderMergeDocumentsOptions, SearchIndexingBufferedSenderMergeOrUploadDocumentsOptions, SearchIndexingBufferedSenderOptions, SearchIndexingBufferedSenderUploadDocumentsOptions, SearchIterator, SearchOptions, SearchPick, SearchRequestOptions, SearchRequestQueryTypeOptions, SearchResult, SelectFields, SemanticDebugInfo, SemanticErrorMode, SemanticErrorReason, SemanticSearchOptions, SuggestDocumentsResult, SuggestNarrowedModel, SuggestOptions, SuggestRequest, SuggestResult, UnionToIntersection, UploadDocumentsOptions, VectorFilterMode, VectorizableImageBinaryQuery, VectorizableImageUrlQuery, VectorizableTextQuery, VectorizedQuery, VectorQuery, VectorQueryKind, VectorSearchOptions, } from "./indexModels.js";
10
+ export type { KnowledgeBase, RetrieveOptions } from "./knowledgeBaseModels.js";
9
11
  export { KnowledgeRetrievalClient, type KnowledgeRetrievalClientOptions, } from "./knowledgeRetrievalClient.js";
10
12
  export { odata } from "./odata.js";
11
13
  export { KnownSearchAudience } from "./searchAudience.js";
@@ -13,6 +15,6 @@ export { SearchClient, type SearchClientOptions } from "./searchClient.js";
13
15
  export { SearchIndexClient, type SearchIndexClientOptions } from "./searchIndexClient.js";
14
16
  export { SearchIndexerClient, type SearchIndexerClientOptions } from "./searchIndexerClient.js";
15
17
  export { DEFAULT_BATCH_SIZE, DEFAULT_FLUSH_WINDOW, DEFAULT_RETRY_COUNT, type IndexDocumentsClient, SearchIndexingBufferedSender, } from "./searchIndexingBufferedSender.js";
16
- export { type AIServicesAccountIdentity, type AIServicesVisionParameters, type AIServicesVisionVectorizer, type AliasIterator, type AnalyzeRequest, type AnalyzeTextOptions, type AzureBlobKnowledgeSource, type AzureBlobKnowledgeSourceParameters, type AzureMachineLearningVectorizer, type AzureMachineLearningVectorizerParameters, type AzureOpenAIEmbeddingSkill, type AzureOpenAIParameters, type AzureOpenAIVectorizer, type BaseAzureMachineLearningVectorizerParameters, type BaseKnowledgeSource, type BaseVectorSearchAlgorithmConfiguration, type BaseVectorSearchVectorizer, type BlobIndexerDataToExtract, type BlobIndexerImageAction, type BlobIndexerParsingMode, type BlobIndexerPDFTextRotationAlgorithm, type CharFilter, type ChatCompletionSkill, type CognitiveServicesAccount, type ComplexDataType, type ComplexField, type CreateAliasOptions, type CreateDataSourceConnectionOptions, type CreateIndexerOptions, type CreateIndexOptions, type CreateKnowledgeBaseOptions, type CreateKnowledgeSourceOptions, type CreateOrUpdateAliasOptions, type CreateorUpdateDataSourceConnectionOptions, type CreateorUpdateIndexerOptions, type CreateOrUpdateIndexOptions, type CreateOrUpdateKnowledgeBaseOptions, type CreateOrUpdateKnowledgeSourceOptions, type CreateOrUpdateSkillsetOptions, type CreateOrUpdateSynonymMapOptions, type CreateSkillsetOptions, type CreateSynonymMapOptions, type CustomAnalyzer, type CustomEntityLookupSkill, type CustomEntityLookupSkillLanguage, type DataChangeDetectionPolicy, type DataDeletionDetectionPolicy, type DeleteAliasOptions, type DeleteDataSourceConnectionOptions, type DeleteIndexerOptions, type DeleteIndexOptions, type DeleteKnowledgeBaseOptions, type DeleteKnowledgeSourceOptions, type DeleteSkillsetOptions, type DeleteSynonymMapOptions, type DocumentIntelligenceLayoutSkill, type EdgeNGramTokenFilter, type EntityRecognitionSkill, type ExhaustiveKnnAlgorithmConfiguration, type ExhaustiveKnnParameters, type FacetResult, type GetAliasOptions, type GetDataSourceConnectionOptions, type GetIndexerOptions, type GetIndexerStatusOptions, type GetIndexOptions, type GetIndexStatisticsOptions, type GetIndexStatsSummaryOptions, type GetKnowledgeBaseOptions, type GetKnowledgeSourceOptions, type GetKnowledgeSourceStatusOptions, type GetServiceStatisticsOptions, type GetSkillSetOptions, type GetSynonymMapsOptions, type HnswAlgorithmConfiguration, type HnswParameters, type ImageAnalysisSkill, type ImageAnalysisSkillLanguage, type ImageDetail, type IndexedOneLakeKnowledgeSource, type IndexedOneLakeKnowledgeSourceParameters, type IndexedSharePointKnowledgeSource, type IndexedSharePointKnowledgeSourceParameters, type IndexerExecutionEnvironment, type IndexingParameters, type IndexingParametersConfiguration, type IndexIterator, type IndexNameIterator, type IndexStatisticsSummaryIterator, type KeyAuthAzureMachineLearningVectorizerParameters, type KeyPhraseExtractionSkill, type KeyPhraseExtractionSkillLanguage, type KeywordTokenizer, type KnowledgeBaseAzureOpenAIModel, type KnowledgeBaseIterator, type KnowledgeBaseModel, type KnowledgeSource, type KnowledgeSourceAzureOpenAIVectorizer, type KnowledgeSourceIngestionParameters, type KnowledgeSourceIterator, type KnowledgeSourceVectorizer, KnownAnalyzerNames, KnownCharFilterNames, KnownTokenFilterNames, KnownTokenizerNames, type LexicalAnalyzer, type LexicalNormalizer, type LexicalTokenizer, type ListAliasesOptions, type ListDataSourceConnectionsOptions, type ListIndexersOptions, type ListIndexesOptions, type ListKnowledgeBasesOptions, type ListKnowledgeSourcesOptions, type ListSkillsetsOptions, type ListSynonymMapsOptions, type LuceneStandardTokenizer, type NGramTokenFilter, type NoAuthAzureMachineLearningVectorizerParameters, type OcrSkill, type OcrSkillLanguage, type PatternAnalyzer, type PatternTokenizer, type PIIDetectionSkill, type PIIDetectionSkillMaskingMode, type QueryAnswerResult, type QueryCaptionResult, type RegexFlags, type RemoteSharePointKnowledgeSource, type ResetDocumentsOptions, type ResetIndexerOptions, type ResetSkillsOptions, type RunIndexerOptions, type ScoringFunction, type ScoringProfile, type SearchField, type SearchFieldDataType, type SearchIndex, type SearchIndexAlias, type SearchIndexer, type SearchIndexerCache, type SearchIndexerDataIdentity, type SearchIndexerDataSourceConnection, type SearchIndexerDataSourceType, type SearchIndexerIndexProjection, type SearchIndexerIndexProjectionParameters, type SearchIndexerKnowledgeStore, type SearchIndexerKnowledgeStoreParameters, type SearchIndexerSkill, type SearchIndexerSkillset, type SearchIndexKnowledgeSource, type SearchIndexStatistics, type SearchResourceEncryptionKey, type SearchServiceStatistics, type SentimentSkill, type SimilarityAlgorithm, type SimpleField, type SplitSkill, type SplitSkillLanguage, type SynonymMap, type TextSplitMode, type TextTranslationSkill, type TextTranslationSkillLanguage, type TokenAuthAzureMachineLearningVectorizerParameters, type TokenFilter, type VectorSearch, type VectorSearchAlgorithmConfiguration, type VectorSearchAlgorithmKind, type VectorSearchAlgorithmMetric, type VectorSearchCompression, type VectorSearchVectorizer, type VisionVectorizeSkill, type VisualFeature, type WebApiParameters, type WebApiSkill, type WebApiSkills, type WebApiVectorizer, type WebKnowledgeSource, } from "./serviceModels.js";
18
+ export { type AIServicesAccountIdentity, type AliasIterator, type AnalyzeRequest, type AnalyzeTextOptions, type AzureBlobKnowledgeSource, type AzureBlobKnowledgeSourceParameters, type AzureMachineLearningVectorizer, type AzureMachineLearningVectorizerParameters, type AzureOpenAIEmbeddingSkill, type AzureOpenAIParameters, type AzureOpenAIVectorizer, type BaseAzureMachineLearningVectorizerParameters, type BaseKnowledgeSource, type BaseVectorSearchAlgorithmConfiguration, type BaseVectorSearchVectorizer, type BlobIndexerDataToExtract, type BlobIndexerImageAction, type BlobIndexerParsingMode, type BlobIndexerPDFTextRotationAlgorithm, type CharFilter, type ChatCompletionSkill, type CognitiveServicesAccount, type ComplexDataType, type ComplexField, type CreateAliasOptions, type CreateDataSourceConnectionOptions, type CreateIndexerOptions, type CreateIndexOptions, type CreateKnowledgeBaseOptions, type CreateKnowledgeSourceOptions, type CreateOrUpdateAliasOptions, type CreateorUpdateDataSourceConnectionOptions, type CreateorUpdateIndexerOptions, type CreateOrUpdateIndexOptions, type CreateOrUpdateKnowledgeBaseOptions, type CreateOrUpdateKnowledgeSourceOptions, type CreateOrUpdateSkillsetOptions, type CreateOrUpdateSynonymMapOptions, type CreateSkillsetOptions, type CreateSynonymMapOptions, type CustomAnalyzer, type CustomEntityLookupSkill, type CustomEntityLookupSkillLanguage, type DataChangeDetectionPolicy, type DataDeletionDetectionPolicy, type DeleteAliasOptions, type DeleteDataSourceConnectionOptions, type DeleteIndexerOptions, type DeleteIndexOptions, type DeleteKnowledgeBaseOptions, type DeleteKnowledgeSourceOptions, type DeleteSkillsetOptions, type DeleteSynonymMapOptions, type DocumentIntelligenceLayoutSkill, type EdgeNGramTokenFilter, type EntityRecognitionSkill, type ExhaustiveKnnAlgorithmConfiguration, type ExhaustiveKnnParameters, type FacetResult, type GetAliasOptions, type GetDataSourceConnectionOptions, type GetIndexerOptions, type GetIndexerStatusOptions, type GetIndexOptions, type GetIndexStatisticsOptions, type GetKnowledgeBaseOptions, type GetKnowledgeSourceOptions, type GetKnowledgeSourceStatusOptions, type GetServiceStatisticsOptions, type GetSkillSetOptions, type GetSynonymMapsOptions, type HnswAlgorithmConfiguration, type HnswParameters, type ImageAnalysisSkill, type ImageAnalysisSkillLanguage, type ImageDetail, type IndexedOneLakeKnowledgeSource, type IndexedOneLakeKnowledgeSourceParameters, type IndexerExecutionEnvironment, type IndexingParameters, type IndexingParametersConfiguration, type IndexIterator, type IndexNameIterator, type KeyAuthAzureMachineLearningVectorizerParameters, type KeyPhraseExtractionSkill, type KeyPhraseExtractionSkillLanguage, type KeywordTokenizer, type KnowledgeBaseAzureOpenAIModel, type KnowledgeBaseIterator, type KnowledgeBaseModel, type KnowledgeSource, type KnowledgeSourceAzureOpenAIVectorizer, type KnowledgeSourceIngestionParameters, type KnowledgeSourceIterator, type KnowledgeSourceVectorizer, KnownAnalyzerNames, KnownCharFilterNames, KnownTokenFilterNames, KnownTokenizerNames, type LexicalAnalyzer, type LexicalNormalizer, type LexicalTokenizer, type ListAliasesOptions, type ListDataSourceConnectionsOptions, type ListIndexersOptions, type ListIndexesOptions, type ListKnowledgeBasesOptions, type ListKnowledgeSourcesOptions, type ListSkillsetsOptions, type ListSynonymMapsOptions, type LuceneStandardTokenizer, type NGramTokenFilter, type NoAuthAzureMachineLearningVectorizerParameters, type OcrSkill, type OcrSkillLanguage, type PatternAnalyzer, type PatternTokenizer, type PIIDetectionSkill, type PIIDetectionSkillMaskingMode, type QueryAnswerResult, type QueryCaptionResult, type RegexFlags, type ResetIndexerOptions, type RunIndexerOptions, type ScoringFunction, type ScoringProfile, type SearchField, type SearchFieldDataType, type SearchIndex, type SearchIndexAlias, type SearchIndexer, type SearchIndexerDataIdentity, type SearchIndexerDataSourceConnection, type SearchIndexerDataSourceType, type SearchIndexerIndexProjection, type SearchIndexerIndexProjectionParameters, type SearchIndexerKnowledgeStore, type SearchIndexerKnowledgeStoreParameters, type SearchIndexerSkill, type SearchIndexerSkillset, type SearchIndexKnowledgeSource, type SearchIndexStatistics, type SearchResourceEncryptionKey, type SearchServiceStatistics, type SentimentSkill, type SimilarityAlgorithm, type SimpleField, type SplitSkill, type SplitSkillLanguage, type SynonymMap, type TextSplitMode, type TextTranslationSkill, type TextTranslationSkillLanguage, type TokenAuthAzureMachineLearningVectorizerParameters, type TokenFilter, type VectorSearch, type VectorSearchAlgorithmConfiguration, type VectorSearchAlgorithmKind, type VectorSearchAlgorithmMetric, type VectorSearchCompression, type VectorSearchVectorizer, type VisualFeature, type WebApiParameters, type WebApiSkill, type WebApiSkills, type WebApiVectorizer, type WebKnowledgeSource, } from "./serviceModels.js";
17
19
  export { createSynonymMapFromFile } from "./synonymMapHelper.js";
18
20
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
package/dist/esm/index.js CHANGED
@@ -1,190 +1,17 @@
1
- import { AzureKeyCredential } from "@azure/core-auth";
2
- import {
3
- KnownHybridCountAndFacetMode,
4
- KnownQueryDebugMode,
5
- KnownQueryLanguage,
6
- KnownQuerySpellerType,
7
- KnownSemanticErrorMode,
8
- KnownSemanticErrorReason,
9
- KnownSemanticFieldState,
10
- KnownSemanticQueryRewritesResultType,
11
- KnownSemanticSearchResultsType,
12
- KnownVectorFilterMode,
13
- KnownVectorQueryKind,
14
- KnownVectorThresholdKind
15
- } from "./models/azure/search/documents/index.js";
16
- import {
17
- KnownKnowledgeRetrievalOutputMode
18
- } from "./models/azure/search/documents/knowledgeBases/index.js";
19
- import {
20
- KnownContentUnderstandingSkillChunkingUnit,
21
- KnownContentUnderstandingSkillExtractionOptions,
22
- KnownAIFoundryModelCatalogName,
23
- KnownAzureOpenAIModelName,
24
- KnownBlobIndexerDataToExtract,
25
- KnownBlobIndexerImageAction,
26
- KnownBlobIndexerParsingMode,
27
- KnownBlobIndexerPDFTextRotationAlgorithm,
28
- KnownChatCompletionExtraParametersBehavior,
29
- KnownChatCompletionResponseFormatType,
30
- KnownCustomEntityLookupSkillLanguage,
31
- KnownDocumentIntelligenceLayoutSkillChunkingUnit,
32
- KnownDocumentIntelligenceLayoutSkillExtractionOptions,
33
- KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth,
34
- KnownDocumentIntelligenceLayoutSkillOutputFormat,
35
- KnownDocumentIntelligenceLayoutSkillOutputMode,
36
- KnownEntityCategory,
37
- KnownEntityRecognitionSkillLanguage,
38
- KnownImageAnalysisSkillLanguage,
39
- KnownImageDetail,
40
- KnownIndexerExecutionEnvironment,
41
- KnownIndexerExecutionStatusDetail,
42
- KnownIndexerPermissionOption,
43
- KnownIndexerResyncOption,
44
- KnownIndexingMode,
45
- KnownIndexProjectionMode,
46
- KnownKeyPhraseExtractionSkillLanguage,
47
- KnownKnowledgeBaseModelKind,
48
- KnownKnowledgeSourceKind,
49
- KnownLexicalAnalyzerName,
50
- KnownLexicalNormalizerName,
51
- KnownMarkdownHeaderDepth,
52
- KnownMarkdownParsingSubmode,
53
- KnownLexicalNormalizerName as KnownLexicalNormalizerName2,
54
- KnownOcrLineEnding,
55
- KnownOcrSkillLanguage,
56
- KnownPermissionFilter,
57
- KnownPIIDetectionSkillMaskingMode,
58
- KnownRankingOrder,
59
- KnownRegexFlags,
60
- KnownSearchFieldDataType,
61
- KnownSearchIndexerDataSourceType,
62
- KnownSearchIndexPermissionFilterOption,
63
- KnownSentimentSkillLanguage,
64
- KnownSplitSkillEncoderModelName,
65
- KnownSplitSkillLanguage,
66
- KnownSplitSkillUnit,
67
- KnownTextSplitMode,
68
- KnownTextTranslationSkillLanguage,
69
- KnownVectorEncodingFormat,
70
- KnownVectorSearchAlgorithmKind,
71
- KnownVectorSearchAlgorithmMetric,
72
- KnownVectorSearchCompressionKind,
73
- KnownVectorSearchCompressionRescoreStorageMethod,
74
- KnownVectorSearchCompressionTarget,
75
- KnownVectorSearchVectorizerKind,
76
- KnownVisualFeature
77
- } from "./models/azure/search/documents/indexes/index.js";
78
- import { default as default2 } from "./geographyPoint.js";
79
- import { IndexDocumentsBatch } from "./indexDocumentsBatch.js";
80
- import {
81
- KnowledgeRetrievalClient
82
- } from "./knowledgeRetrievalClient.js";
83
- import { odata } from "./odata.js";
84
- import { KnownSearchAudience } from "./searchAudience.js";
85
- import { SearchClient } from "./searchClient.js";
86
- import { SearchIndexClient } from "./searchIndexClient.js";
87
- import { SearchIndexerClient } from "./searchIndexerClient.js";
88
- import {
89
- DEFAULT_BATCH_SIZE,
90
- DEFAULT_FLUSH_WINDOW,
91
- DEFAULT_RETRY_COUNT,
92
- SearchIndexingBufferedSender
93
- } from "./searchIndexingBufferedSender.js";
94
- import {
95
- KnownAnalyzerNames,
96
- KnownCharFilterNames,
97
- KnownTokenFilterNames,
98
- KnownTokenizerNames
99
- } from "./serviceModels.js";
100
- import { createSynonymMapFromFile } from "./synonymMapHelper.js";
101
- export {
102
- AzureKeyCredential,
103
- DEFAULT_BATCH_SIZE,
104
- DEFAULT_FLUSH_WINDOW,
105
- DEFAULT_RETRY_COUNT,
106
- default2 as GeographyPoint,
107
- IndexDocumentsBatch,
108
- KnowledgeRetrievalClient,
109
- KnownAIFoundryModelCatalogName,
110
- KnownAnalyzerNames,
111
- KnownAzureOpenAIModelName,
112
- KnownBlobIndexerDataToExtract,
113
- KnownBlobIndexerImageAction,
114
- KnownBlobIndexerPDFTextRotationAlgorithm,
115
- KnownBlobIndexerParsingMode,
116
- KnownCharFilterNames,
117
- KnownChatCompletionExtraParametersBehavior,
118
- KnownChatCompletionResponseFormatType,
119
- KnownContentUnderstandingSkillChunkingUnit,
120
- KnownContentUnderstandingSkillExtractionOptions,
121
- KnownCustomEntityLookupSkillLanguage,
122
- KnownDocumentIntelligenceLayoutSkillChunkingUnit,
123
- KnownDocumentIntelligenceLayoutSkillExtractionOptions,
124
- KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth,
125
- KnownDocumentIntelligenceLayoutSkillOutputFormat,
126
- KnownDocumentIntelligenceLayoutSkillOutputMode,
127
- KnownEntityCategory,
128
- KnownEntityRecognitionSkillLanguage,
129
- KnownHybridCountAndFacetMode,
130
- KnownImageAnalysisSkillLanguage,
131
- KnownImageDetail,
132
- KnownIndexProjectionMode,
133
- KnownIndexerExecutionEnvironment,
134
- KnownIndexerExecutionStatusDetail,
135
- KnownIndexerPermissionOption,
136
- KnownIndexerResyncOption,
137
- KnownIndexingMode,
138
- KnownKeyPhraseExtractionSkillLanguage,
139
- KnownKnowledgeBaseModelKind,
140
- KnownKnowledgeRetrievalOutputMode,
141
- KnownKnowledgeSourceKind,
142
- KnownLexicalAnalyzerName,
143
- KnownLexicalNormalizerName,
144
- KnownMarkdownHeaderDepth,
145
- KnownMarkdownParsingSubmode,
146
- KnownLexicalNormalizerName2 as KnownNormalizerNames,
147
- KnownOcrLineEnding,
148
- KnownOcrSkillLanguage,
149
- KnownPIIDetectionSkillMaskingMode,
150
- KnownPermissionFilter,
151
- KnownQueryDebugMode,
152
- KnownQueryLanguage,
153
- KnownQuerySpellerType as KnownQuerySpeller,
154
- KnownRankingOrder,
155
- KnownRegexFlags,
156
- KnownSearchAudience,
157
- KnownSearchFieldDataType,
158
- KnownSearchIndexPermissionFilterOption,
159
- KnownSearchIndexerDataSourceType,
160
- KnownSemanticErrorMode,
161
- KnownSemanticErrorReason,
162
- KnownSemanticFieldState,
163
- KnownSemanticQueryRewritesResultType,
164
- KnownSemanticSearchResultsType,
165
- KnownSentimentSkillLanguage,
166
- KnownSplitSkillEncoderModelName,
167
- KnownSplitSkillLanguage,
168
- KnownSplitSkillUnit,
169
- KnownTextSplitMode,
170
- KnownTextTranslationSkillLanguage,
171
- KnownTokenFilterNames,
172
- KnownTokenizerNames,
173
- KnownVectorEncodingFormat,
174
- KnownVectorFilterMode,
175
- KnownVectorQueryKind,
176
- KnownVectorSearchAlgorithmKind,
177
- KnownVectorSearchAlgorithmMetric,
178
- KnownVectorSearchCompressionKind,
179
- KnownVectorSearchCompressionRescoreStorageMethod,
180
- KnownVectorSearchCompressionTarget,
181
- KnownVectorSearchVectorizerKind,
182
- KnownVectorThresholdKind,
183
- KnownVisualFeature,
184
- SearchClient,
185
- SearchIndexClient,
186
- SearchIndexerClient,
187
- SearchIndexingBufferedSender,
188
- createSynonymMapFromFile,
189
- odata
190
- };
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export { AzureKeyCredential } from "@azure/core-auth";
4
+ export { KnownQueryDebugMode, KnownSemanticErrorMode, KnownSemanticErrorReason, KnownSemanticSearchResultsType, KnownVectorFilterMode, KnownVectorQueryKind, } from "./models/azure/search/documents/index.js";
5
+ export { KnownContentUnderstandingSkillChunkingUnit, KnownContentUnderstandingSkillExtractionOptions, KnownAIFoundryModelCatalogName, KnownAzureOpenAIModelName, KnownBlobIndexerDataToExtract, KnownBlobIndexerImageAction, KnownBlobIndexerParsingMode, KnownBlobIndexerPDFTextRotationAlgorithm, KnownChatCompletionExtraParametersBehavior, KnownChatCompletionResponseFormatType, KnownCustomEntityLookupSkillLanguage, KnownDocumentIntelligenceLayoutSkillChunkingUnit, KnownDocumentIntelligenceLayoutSkillExtractionOptions, KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth, KnownDocumentIntelligenceLayoutSkillOutputFormat, KnownDocumentIntelligenceLayoutSkillOutputMode, KnownEntityCategory, KnownEntityRecognitionSkillLanguage, KnownImageAnalysisSkillLanguage, KnownImageDetail, KnownIndexerExecutionEnvironment, KnownIndexerResyncOption, KnownIndexProjectionMode, KnownKeyPhraseExtractionSkillLanguage, KnownKnowledgeBaseModelKind, KnownKnowledgeSourceKind, KnownLexicalAnalyzerName, KnownLexicalNormalizerName, KnownMarkdownHeaderDepth, KnownMarkdownParsingSubmode, KnownLexicalNormalizerName as KnownNormalizerNames, KnownOcrLineEnding, KnownOcrSkillLanguage, KnownPIIDetectionSkillMaskingMode, KnownRankingOrder, KnownRegexFlags, KnownSearchFieldDataType, KnownSearchIndexerDataSourceType, KnownSentimentSkillLanguage, KnownSplitSkillLanguage, KnownTextSplitMode, KnownTextTranslationSkillLanguage, KnownVectorEncodingFormat, KnownVectorSearchAlgorithmKind, KnownVectorSearchAlgorithmMetric, KnownVectorSearchCompressionKind, KnownVectorSearchCompressionRescoreStorageMethod, KnownVectorSearchCompressionTarget, KnownVectorSearchVectorizerKind, KnownVisualFeature, } from "./models/azure/search/documents/indexes/index.js";
6
+ export { default as GeographyPoint } from "./geographyPoint.js";
7
+ export { IndexDocumentsBatch } from "./indexDocumentsBatch.js";
8
+ export { KnowledgeRetrievalClient, } from "./knowledgeRetrievalClient.js";
9
+ export { odata } from "./odata.js";
10
+ export { KnownSearchAudience } from "./searchAudience.js";
11
+ export { SearchClient } from "./searchClient.js";
12
+ export { SearchIndexClient } from "./searchIndexClient.js";
13
+ export { SearchIndexerClient } from "./searchIndexerClient.js";
14
+ export { DEFAULT_BATCH_SIZE, DEFAULT_FLUSH_WINDOW, DEFAULT_RETRY_COUNT, SearchIndexingBufferedSender, } from "./searchIndexingBufferedSender.js";
15
+ export { KnownAnalyzerNames, KnownCharFilterNames, KnownTokenFilterNames, KnownTokenizerNames, } from "./serviceModels.js";
16
+ export { createSynonymMapFromFile } from "./synonymMapHelper.js";
17
+ //# sourceMappingURL=index.js.map