@azure/search-documents 12.2.0 → 12.3.0-alpha.20251031.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (717) hide show
  1. package/dist/browser/errorModels.d.ts +23 -17
  2. package/dist/browser/errorModels.d.ts.map +1 -1
  3. package/dist/browser/errorModels.js.map +1 -1
  4. package/dist/browser/generated/data/models/index.d.ts +593 -20
  5. package/dist/browser/generated/data/models/index.d.ts.map +1 -1
  6. package/dist/browser/generated/data/models/index.js +216 -6
  7. package/dist/browser/generated/data/models/index.js.map +1 -1
  8. package/dist/browser/generated/data/models/mappers.d.ts +18 -0
  9. package/dist/browser/generated/data/models/mappers.d.ts.map +1 -1
  10. package/dist/browser/generated/data/models/mappers.js +463 -4
  11. package/dist/browser/generated/data/models/mappers.js.map +1 -1
  12. package/dist/browser/generated/data/models/parameters.d.ts +6 -0
  13. package/dist/browser/generated/data/models/parameters.d.ts.map +1 -1
  14. package/dist/browser/generated/data/models/parameters.js +60 -0
  15. package/dist/browser/generated/data/models/parameters.js.map +1 -1
  16. package/dist/browser/generated/data/operations/documents.js +20 -3
  17. package/dist/browser/generated/data/operations/documents.js.map +1 -1
  18. package/dist/browser/generated/data/searchClient.d.ts +3 -3
  19. package/dist/browser/generated/data/searchClient.d.ts.map +1 -1
  20. package/dist/browser/generated/data/searchClient.js +1 -1
  21. package/dist/browser/generated/data/searchClient.js.map +1 -1
  22. package/dist/browser/generated/knowledgeBase/index.d.ts +4 -0
  23. package/dist/browser/generated/knowledgeBase/index.d.ts.map +1 -0
  24. package/dist/browser/generated/knowledgeBase/index.js +11 -0
  25. package/dist/browser/generated/knowledgeBase/index.js.map +1 -0
  26. package/dist/browser/generated/knowledgeBase/models/index.d.ts +561 -0
  27. package/dist/browser/generated/knowledgeBase/models/index.d.ts.map +1 -0
  28. package/dist/browser/generated/knowledgeBase/models/index.js +62 -0
  29. package/dist/browser/generated/knowledgeBase/models/index.js.map +1 -0
  30. package/dist/browser/generated/knowledgeBase/models/mappers.d.ts +88 -0
  31. package/dist/browser/generated/knowledgeBase/models/mappers.d.ts.map +1 -0
  32. package/dist/browser/generated/knowledgeBase/models/mappers.js +1280 -0
  33. package/dist/browser/generated/knowledgeBase/models/mappers.js.map +1 -0
  34. package/dist/browser/generated/knowledgeBase/models/parameters.d.ts +9 -0
  35. package/dist/browser/generated/knowledgeBase/models/parameters.d.ts.map +1 -0
  36. package/dist/browser/generated/knowledgeBase/models/parameters.js +75 -0
  37. package/dist/browser/generated/knowledgeBase/models/parameters.js.map +1 -0
  38. package/dist/browser/generated/knowledgeBase/operations/index.d.ts +2 -0
  39. package/dist/browser/generated/knowledgeBase/operations/index.d.ts.map +1 -0
  40. package/dist/browser/generated/knowledgeBase/operations/index.js +9 -0
  41. package/dist/browser/generated/knowledgeBase/operations/index.js.map +1 -0
  42. package/dist/browser/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts +19 -0
  43. package/dist/browser/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts.map +1 -0
  44. package/dist/browser/generated/knowledgeBase/operations/knowledgeRetrieval.js +57 -0
  45. package/dist/browser/generated/knowledgeBase/operations/knowledgeRetrieval.js.map +1 -0
  46. package/dist/browser/generated/knowledgeBase/operationsInterfaces/index.d.ts +2 -0
  47. package/dist/browser/generated/knowledgeBase/operationsInterfaces/index.d.ts.map +1 -0
  48. package/dist/browser/generated/knowledgeBase/operationsInterfaces/index.js +9 -0
  49. package/dist/browser/generated/knowledgeBase/operationsInterfaces/index.js.map +1 -0
  50. package/dist/browser/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts +11 -0
  51. package/dist/browser/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts.map +1 -0
  52. package/dist/browser/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js +9 -0
  53. package/dist/browser/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js.map +1 -0
  54. package/dist/browser/generated/knowledgeBase/searchClient.d.ts +21 -0
  55. package/dist/browser/generated/knowledgeBase/searchClient.d.ts.map +1 -0
  56. package/dist/browser/generated/knowledgeBase/searchClient.js +88 -0
  57. package/dist/browser/generated/knowledgeBase/searchClient.js.map +1 -0
  58. package/dist/browser/generated/service/models/index.d.ts +1403 -131
  59. package/dist/browser/generated/service/models/index.d.ts.map +1 -1
  60. package/dist/browser/generated/service/models/index.js +274 -24
  61. package/dist/browser/generated/service/models/index.js.map +1 -1
  62. package/dist/browser/generated/service/models/mappers.d.ts +104 -17
  63. package/dist/browser/generated/service/models/mappers.d.ts.map +1 -1
  64. package/dist/browser/generated/service/models/mappers.js +3716 -1601
  65. package/dist/browser/generated/service/models/mappers.js.map +1 -1
  66. package/dist/browser/generated/service/models/parameters.d.ts +14 -2
  67. package/dist/browser/generated/service/models/parameters.d.ts.map +1 -1
  68. package/dist/browser/generated/service/models/parameters.js +89 -7
  69. package/dist/browser/generated/service/models/parameters.js.map +1 -1
  70. package/dist/browser/generated/service/operations/aliases.d.ts +43 -1
  71. package/dist/browser/generated/service/operations/aliases.d.ts.map +1 -1
  72. package/dist/browser/generated/service/operations/aliases.js +160 -200
  73. package/dist/browser/generated/service/operations/aliases.js.map +1 -1
  74. package/dist/browser/generated/service/operations/dataSources.js +4 -1
  75. package/dist/browser/generated/service/operations/dataSources.js.map +1 -1
  76. package/dist/browser/generated/service/operations/index.d.ts +3 -0
  77. package/dist/browser/generated/service/operations/index.d.ts.map +1 -1
  78. package/dist/browser/generated/service/operations/index.js +3 -0
  79. package/dist/browser/generated/service/operations/index.js.map +1 -1
  80. package/dist/browser/generated/service/operations/indexers.d.ts +14 -1
  81. package/dist/browser/generated/service/operations/indexers.d.ts.map +1 -1
  82. package/dist/browser/generated/service/operations/indexers.js +54 -1
  83. package/dist/browser/generated/service/operations/indexers.js.map +1 -1
  84. package/dist/browser/generated/service/operations/knowledgeBases.d.ts +43 -0
  85. package/dist/browser/generated/service/operations/knowledgeBases.d.ts.map +1 -0
  86. package/dist/browser/generated/service/operations/knowledgeBases.js +160 -0
  87. package/dist/browser/generated/service/operations/knowledgeBases.js.map +1 -0
  88. package/dist/browser/generated/service/operations/knowledgeSources.d.ts +49 -0
  89. package/dist/browser/generated/service/operations/knowledgeSources.d.ts.map +1 -0
  90. package/dist/browser/generated/service/operations/knowledgeSources.js +184 -0
  91. package/dist/browser/generated/service/operations/knowledgeSources.js.map +1 -0
  92. package/dist/browser/generated/service/operations/skillsets.d.ts +8 -1
  93. package/dist/browser/generated/service/operations/skillsets.d.ts.map +1 -1
  94. package/dist/browser/generated/service/operations/skillsets.js +30 -1
  95. package/dist/browser/generated/service/operations/skillsets.js.map +1 -1
  96. package/dist/browser/generated/service/operationsInterfaces/aliases.d.ts +35 -1
  97. package/dist/browser/generated/service/operationsInterfaces/aliases.d.ts.map +1 -1
  98. package/dist/browser/generated/service/operationsInterfaces/aliases.js +7 -66
  99. package/dist/browser/generated/service/operationsInterfaces/aliases.js.map +1 -1
  100. package/dist/browser/generated/service/operationsInterfaces/index.d.ts +3 -0
  101. package/dist/browser/generated/service/operationsInterfaces/index.d.ts.map +1 -1
  102. package/dist/browser/generated/service/operationsInterfaces/index.js +3 -0
  103. package/dist/browser/generated/service/operationsInterfaces/index.js.map +1 -1
  104. package/dist/browser/generated/service/operationsInterfaces/indexers.d.ts +14 -1
  105. package/dist/browser/generated/service/operationsInterfaces/indexers.d.ts.map +1 -1
  106. package/dist/browser/generated/service/operationsInterfaces/indexers.js.map +1 -1
  107. package/dist/browser/generated/service/operationsInterfaces/knowledgeBases.d.ts +35 -0
  108. package/dist/browser/generated/service/operationsInterfaces/knowledgeBases.d.ts.map +1 -0
  109. package/dist/browser/generated/service/operationsInterfaces/knowledgeBases.js +9 -0
  110. package/dist/browser/generated/service/operationsInterfaces/knowledgeBases.js.map +1 -0
  111. package/dist/browser/generated/service/operationsInterfaces/knowledgeSources.d.ts +41 -0
  112. package/dist/browser/generated/service/operationsInterfaces/knowledgeSources.d.ts.map +1 -0
  113. package/dist/browser/generated/service/operationsInterfaces/knowledgeSources.js +9 -0
  114. package/dist/browser/generated/service/operationsInterfaces/knowledgeSources.js.map +1 -0
  115. package/dist/browser/generated/service/operationsInterfaces/skillsets.d.ts +8 -1
  116. package/dist/browser/generated/service/operationsInterfaces/skillsets.d.ts.map +1 -1
  117. package/dist/browser/generated/service/operationsInterfaces/skillsets.js.map +1 -1
  118. package/dist/browser/generated/service/searchServiceClient.d.ts +12 -4
  119. package/dist/browser/generated/service/searchServiceClient.d.ts.map +1 -1
  120. package/dist/browser/generated/service/searchServiceClient.js +31 -2
  121. package/dist/browser/generated/service/searchServiceClient.js.map +1 -1
  122. package/dist/browser/index.d.ts +7 -4
  123. package/dist/browser/index.d.ts.map +1 -1
  124. package/dist/browser/index.js +5 -3
  125. package/dist/browser/index.js.map +1 -1
  126. package/dist/browser/indexDocumentsBatch.d.ts +6 -5
  127. package/dist/browser/indexDocumentsBatch.d.ts.map +1 -1
  128. package/dist/browser/indexDocumentsBatch.js +5 -4
  129. package/dist/browser/indexDocumentsBatch.js.map +1 -1
  130. package/dist/browser/indexModels.d.ts +236 -30
  131. package/dist/browser/indexModels.d.ts.map +1 -1
  132. package/dist/browser/indexModels.js.map +1 -1
  133. package/dist/browser/knowledgeBaseModels.d.ts +44 -0
  134. package/dist/browser/knowledgeBaseModels.d.ts.map +1 -0
  135. package/dist/browser/knowledgeBaseModels.js +4 -0
  136. package/dist/browser/knowledgeBaseModels.js.map +1 -0
  137. package/dist/browser/knowledgeRetrievalClient.d.ts +68 -0
  138. package/dist/browser/knowledgeRetrievalClient.d.ts.map +1 -0
  139. package/dist/browser/knowledgeRetrievalClient.js +108 -0
  140. package/dist/browser/knowledgeRetrievalClient.js.map +1 -0
  141. package/dist/browser/odata.d.ts +5 -2
  142. package/dist/browser/odata.d.ts.map +1 -1
  143. package/dist/browser/odata.js +5 -2
  144. package/dist/browser/odata.js.map +1 -1
  145. package/dist/browser/odataMetadataPolicy.d.ts +1 -1
  146. package/dist/browser/odataMetadataPolicy.d.ts.map +1 -1
  147. package/dist/browser/odataMetadataPolicy.js.map +1 -1
  148. package/dist/browser/searchApiKeyCredentialPolicy.d.ts +4 -4
  149. package/dist/browser/searchApiKeyCredentialPolicy.d.ts.map +1 -1
  150. package/dist/browser/searchApiKeyCredentialPolicy.js +2 -2
  151. package/dist/browser/searchApiKeyCredentialPolicy.js.map +1 -1
  152. package/dist/browser/searchClient.d.ts +64 -53
  153. package/dist/browser/searchClient.d.ts.map +1 -1
  154. package/dist/browser/searchClient.js +113 -53
  155. package/dist/browser/searchClient.js.map +1 -1
  156. package/dist/browser/searchIndexClient.d.ts +157 -18
  157. package/dist/browser/searchIndexClient.d.ts.map +1 -1
  158. package/dist/browser/searchIndexClient.js +482 -17
  159. package/dist/browser/searchIndexClient.js.map +1 -1
  160. package/dist/browser/searchIndexerClient.d.ts +26 -11
  161. package/dist/browser/searchIndexerClient.d.ts.map +1 -1
  162. package/dist/browser/searchIndexerClient.js +62 -7
  163. package/dist/browser/searchIndexerClient.js.map +1 -1
  164. package/dist/browser/searchIndexingBufferedSender.d.ts +3 -3
  165. package/dist/browser/searchIndexingBufferedSender.d.ts.map +1 -1
  166. package/dist/browser/searchIndexingBufferedSender.js +1 -1
  167. package/dist/browser/searchIndexingBufferedSender.js.map +1 -1
  168. package/dist/browser/serviceModels.d.ts +1228 -220
  169. package/dist/browser/serviceModels.d.ts.map +1 -1
  170. package/dist/browser/serviceModels.js +8 -7
  171. package/dist/browser/serviceModels.js.map +1 -1
  172. package/dist/browser/serviceUtils.d.ts +14 -6
  173. package/dist/browser/serviceUtils.d.ts.map +1 -1
  174. package/dist/browser/serviceUtils.js +301 -45
  175. package/dist/browser/serviceUtils.js.map +1 -1
  176. package/dist/browser/synonymMapHelper-browser.d.mts.map +1 -1
  177. package/dist/browser/synonymMapHelper-browser.mjs.map +1 -1
  178. package/dist/browser/synonymMapHelper.d.ts +1 -1
  179. package/dist/commonjs/errorModels.d.ts +23 -17
  180. package/dist/commonjs/errorModels.d.ts.map +1 -1
  181. package/dist/commonjs/errorModels.js.map +1 -1
  182. package/dist/commonjs/generated/data/models/index.d.ts +593 -20
  183. package/dist/commonjs/generated/data/models/index.d.ts.map +1 -1
  184. package/dist/commonjs/generated/data/models/index.js +217 -7
  185. package/dist/commonjs/generated/data/models/index.js.map +1 -1
  186. package/dist/commonjs/generated/data/models/mappers.d.ts +18 -0
  187. package/dist/commonjs/generated/data/models/mappers.d.ts.map +1 -1
  188. package/dist/commonjs/generated/data/models/mappers.js +464 -5
  189. package/dist/commonjs/generated/data/models/mappers.js.map +1 -1
  190. package/dist/commonjs/generated/data/models/parameters.d.ts +6 -0
  191. package/dist/commonjs/generated/data/models/parameters.d.ts.map +1 -1
  192. package/dist/commonjs/generated/data/models/parameters.js +62 -2
  193. package/dist/commonjs/generated/data/models/parameters.js.map +1 -1
  194. package/dist/commonjs/generated/data/operations/documents.js +20 -3
  195. package/dist/commonjs/generated/data/operations/documents.js.map +1 -1
  196. package/dist/commonjs/generated/data/searchClient.d.ts +3 -3
  197. package/dist/commonjs/generated/data/searchClient.d.ts.map +1 -1
  198. package/dist/commonjs/generated/data/searchClient.js +1 -1
  199. package/dist/commonjs/generated/data/searchClient.js.map +1 -1
  200. package/dist/commonjs/generated/knowledgeBase/index.d.ts +4 -0
  201. package/dist/commonjs/generated/knowledgeBase/index.d.ts.map +1 -0
  202. package/dist/commonjs/generated/knowledgeBase/index.js +16 -0
  203. package/dist/commonjs/generated/knowledgeBase/index.js.map +1 -0
  204. package/dist/commonjs/generated/knowledgeBase/models/index.d.ts +561 -0
  205. package/dist/commonjs/generated/knowledgeBase/models/index.d.ts.map +1 -0
  206. package/dist/commonjs/generated/knowledgeBase/models/index.js +65 -0
  207. package/dist/commonjs/generated/knowledgeBase/models/index.js.map +1 -0
  208. package/dist/commonjs/generated/knowledgeBase/models/mappers.d.ts +88 -0
  209. package/dist/commonjs/generated/knowledgeBase/models/mappers.d.ts.map +1 -0
  210. package/dist/commonjs/generated/knowledgeBase/models/mappers.js +1284 -0
  211. package/dist/commonjs/generated/knowledgeBase/models/mappers.js.map +1 -0
  212. package/dist/commonjs/generated/knowledgeBase/models/parameters.d.ts +9 -0
  213. package/dist/commonjs/generated/knowledgeBase/models/parameters.d.ts.map +1 -0
  214. package/dist/commonjs/generated/knowledgeBase/models/parameters.js +78 -0
  215. package/dist/commonjs/generated/knowledgeBase/models/parameters.js.map +1 -0
  216. package/dist/commonjs/generated/knowledgeBase/operations/index.d.ts +2 -0
  217. package/dist/commonjs/generated/knowledgeBase/operations/index.d.ts.map +1 -0
  218. package/dist/commonjs/generated/knowledgeBase/operations/index.js +12 -0
  219. package/dist/commonjs/generated/knowledgeBase/operations/index.js.map +1 -0
  220. package/dist/commonjs/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts +19 -0
  221. package/dist/commonjs/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts.map +1 -0
  222. package/dist/commonjs/generated/knowledgeBase/operations/knowledgeRetrieval.js +62 -0
  223. package/dist/commonjs/generated/knowledgeBase/operations/knowledgeRetrieval.js.map +1 -0
  224. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/index.d.ts +2 -0
  225. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/index.d.ts.map +1 -0
  226. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/index.js +12 -0
  227. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/index.js.map +1 -0
  228. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts +11 -0
  229. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts.map +1 -0
  230. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js +10 -0
  231. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js.map +1 -0
  232. package/dist/commonjs/generated/knowledgeBase/searchClient.d.ts +21 -0
  233. package/dist/commonjs/generated/knowledgeBase/searchClient.d.ts.map +1 -0
  234. package/dist/commonjs/generated/knowledgeBase/searchClient.js +93 -0
  235. package/dist/commonjs/generated/knowledgeBase/searchClient.js.map +1 -0
  236. package/dist/commonjs/generated/service/models/index.d.ts +1403 -131
  237. package/dist/commonjs/generated/service/models/index.d.ts.map +1 -1
  238. package/dist/commonjs/generated/service/models/index.js +276 -25
  239. package/dist/commonjs/generated/service/models/index.js.map +1 -1
  240. package/dist/commonjs/generated/service/models/mappers.d.ts +104 -17
  241. package/dist/commonjs/generated/service/models/mappers.d.ts.map +1 -1
  242. package/dist/commonjs/generated/service/models/mappers.js +3721 -1605
  243. package/dist/commonjs/generated/service/models/mappers.js.map +1 -1
  244. package/dist/commonjs/generated/service/models/parameters.d.ts +14 -2
  245. package/dist/commonjs/generated/service/models/parameters.d.ts.map +1 -1
  246. package/dist/commonjs/generated/service/models/parameters.js +89 -7
  247. package/dist/commonjs/generated/service/models/parameters.js.map +1 -1
  248. package/dist/commonjs/generated/service/operations/aliases.d.ts +43 -1
  249. package/dist/commonjs/generated/service/operations/aliases.d.ts.map +1 -1
  250. package/dist/commonjs/generated/service/operations/aliases.js +163 -199
  251. package/dist/commonjs/generated/service/operations/aliases.js.map +1 -1
  252. package/dist/commonjs/generated/service/operations/dataSources.js +4 -1
  253. package/dist/commonjs/generated/service/operations/dataSources.js.map +1 -1
  254. package/dist/commonjs/generated/service/operations/index.d.ts +3 -0
  255. package/dist/commonjs/generated/service/operations/index.d.ts.map +1 -1
  256. package/dist/commonjs/generated/service/operations/index.js +3 -0
  257. package/dist/commonjs/generated/service/operations/index.js.map +1 -1
  258. package/dist/commonjs/generated/service/operations/indexers.d.ts +14 -1
  259. package/dist/commonjs/generated/service/operations/indexers.d.ts.map +1 -1
  260. package/dist/commonjs/generated/service/operations/indexers.js +54 -1
  261. package/dist/commonjs/generated/service/operations/indexers.js.map +1 -1
  262. package/dist/commonjs/generated/service/operations/knowledgeBases.d.ts +43 -0
  263. package/dist/commonjs/generated/service/operations/knowledgeBases.d.ts.map +1 -0
  264. package/dist/commonjs/generated/service/operations/knowledgeBases.js +165 -0
  265. package/dist/commonjs/generated/service/operations/knowledgeBases.js.map +1 -0
  266. package/dist/commonjs/generated/service/operations/knowledgeSources.d.ts +49 -0
  267. package/dist/commonjs/generated/service/operations/knowledgeSources.d.ts.map +1 -0
  268. package/dist/commonjs/generated/service/operations/knowledgeSources.js +189 -0
  269. package/dist/commonjs/generated/service/operations/knowledgeSources.js.map +1 -0
  270. package/dist/commonjs/generated/service/operations/skillsets.d.ts +8 -1
  271. package/dist/commonjs/generated/service/operations/skillsets.d.ts.map +1 -1
  272. package/dist/commonjs/generated/service/operations/skillsets.js +30 -1
  273. package/dist/commonjs/generated/service/operations/skillsets.js.map +1 -1
  274. package/dist/commonjs/generated/service/operationsInterfaces/aliases.d.ts +35 -1
  275. package/dist/commonjs/generated/service/operationsInterfaces/aliases.d.ts.map +1 -1
  276. package/dist/commonjs/generated/service/operationsInterfaces/aliases.js +7 -66
  277. package/dist/commonjs/generated/service/operationsInterfaces/aliases.js.map +1 -1
  278. package/dist/commonjs/generated/service/operationsInterfaces/index.d.ts +3 -0
  279. package/dist/commonjs/generated/service/operationsInterfaces/index.d.ts.map +1 -1
  280. package/dist/commonjs/generated/service/operationsInterfaces/index.js +3 -0
  281. package/dist/commonjs/generated/service/operationsInterfaces/index.js.map +1 -1
  282. package/dist/commonjs/generated/service/operationsInterfaces/indexers.d.ts +14 -1
  283. package/dist/commonjs/generated/service/operationsInterfaces/indexers.d.ts.map +1 -1
  284. package/dist/commonjs/generated/service/operationsInterfaces/indexers.js.map +1 -1
  285. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeBases.d.ts +35 -0
  286. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeBases.d.ts.map +1 -0
  287. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeBases.js +10 -0
  288. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeBases.js.map +1 -0
  289. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeSources.d.ts +41 -0
  290. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeSources.d.ts.map +1 -0
  291. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeSources.js +10 -0
  292. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeSources.js.map +1 -0
  293. package/dist/commonjs/generated/service/operationsInterfaces/skillsets.d.ts +8 -1
  294. package/dist/commonjs/generated/service/operationsInterfaces/skillsets.d.ts.map +1 -1
  295. package/dist/commonjs/generated/service/operationsInterfaces/skillsets.js.map +1 -1
  296. package/dist/commonjs/generated/service/searchServiceClient.d.ts +12 -4
  297. package/dist/commonjs/generated/service/searchServiceClient.d.ts.map +1 -1
  298. package/dist/commonjs/generated/service/searchServiceClient.js +30 -1
  299. package/dist/commonjs/generated/service/searchServiceClient.js.map +1 -1
  300. package/dist/commonjs/index.d.ts +7 -4
  301. package/dist/commonjs/index.d.ts.map +1 -1
  302. package/dist/commonjs/index.js +71 -44
  303. package/dist/commonjs/index.js.map +1 -1
  304. package/dist/commonjs/indexDocumentsBatch.d.ts +6 -5
  305. package/dist/commonjs/indexDocumentsBatch.d.ts.map +1 -1
  306. package/dist/commonjs/indexDocumentsBatch.js +5 -4
  307. package/dist/commonjs/indexDocumentsBatch.js.map +1 -1
  308. package/dist/commonjs/indexModels.d.ts +236 -30
  309. package/dist/commonjs/indexModels.d.ts.map +1 -1
  310. package/dist/commonjs/indexModels.js.map +1 -1
  311. package/dist/commonjs/knowledgeBaseModels.d.ts +44 -0
  312. package/dist/commonjs/knowledgeBaseModels.d.ts.map +1 -0
  313. package/dist/commonjs/knowledgeBaseModels.js +5 -0
  314. package/dist/commonjs/knowledgeBaseModels.js.map +1 -0
  315. package/dist/commonjs/knowledgeRetrievalClient.d.ts +68 -0
  316. package/dist/commonjs/knowledgeRetrievalClient.d.ts.map +1 -0
  317. package/dist/commonjs/knowledgeRetrievalClient.js +113 -0
  318. package/dist/commonjs/knowledgeRetrievalClient.js.map +1 -0
  319. package/dist/commonjs/odata.d.ts +5 -2
  320. package/dist/commonjs/odata.d.ts.map +1 -1
  321. package/dist/commonjs/odata.js +5 -2
  322. package/dist/commonjs/odata.js.map +1 -1
  323. package/dist/commonjs/odataMetadataPolicy.d.ts +1 -1
  324. package/dist/commonjs/odataMetadataPolicy.d.ts.map +1 -1
  325. package/dist/commonjs/odataMetadataPolicy.js.map +1 -1
  326. package/dist/commonjs/searchApiKeyCredentialPolicy.d.ts +4 -4
  327. package/dist/commonjs/searchApiKeyCredentialPolicy.d.ts.map +1 -1
  328. package/dist/commonjs/searchApiKeyCredentialPolicy.js +2 -2
  329. package/dist/commonjs/searchApiKeyCredentialPolicy.js.map +1 -1
  330. package/dist/commonjs/searchClient.d.ts +64 -53
  331. package/dist/commonjs/searchClient.d.ts.map +1 -1
  332. package/dist/commonjs/searchClient.js +113 -53
  333. package/dist/commonjs/searchClient.js.map +1 -1
  334. package/dist/commonjs/searchIndexClient.d.ts +157 -18
  335. package/dist/commonjs/searchIndexClient.d.ts.map +1 -1
  336. package/dist/commonjs/searchIndexClient.js +482 -17
  337. package/dist/commonjs/searchIndexClient.js.map +1 -1
  338. package/dist/commonjs/searchIndexerClient.d.ts +26 -11
  339. package/dist/commonjs/searchIndexerClient.d.ts.map +1 -1
  340. package/dist/commonjs/searchIndexerClient.js +62 -7
  341. package/dist/commonjs/searchIndexerClient.js.map +1 -1
  342. package/dist/commonjs/searchIndexingBufferedSender.d.ts +3 -3
  343. package/dist/commonjs/searchIndexingBufferedSender.d.ts.map +1 -1
  344. package/dist/commonjs/searchIndexingBufferedSender.js +2 -2
  345. package/dist/commonjs/searchIndexingBufferedSender.js.map +1 -1
  346. package/dist/commonjs/serviceModels.d.ts +1228 -220
  347. package/dist/commonjs/serviceModels.d.ts.map +1 -1
  348. package/dist/commonjs/serviceModels.js +8 -7
  349. package/dist/commonjs/serviceModels.js.map +1 -1
  350. package/dist/commonjs/serviceUtils.d.ts +14 -6
  351. package/dist/commonjs/serviceUtils.d.ts.map +1 -1
  352. package/dist/commonjs/serviceUtils.js +306 -44
  353. package/dist/commonjs/serviceUtils.js.map +1 -1
  354. package/dist/commonjs/synonymMapHelper.d.ts +1 -1
  355. package/dist/commonjs/synonymMapHelper.d.ts.map +1 -1
  356. package/dist/commonjs/synonymMapHelper.js +3 -3
  357. package/dist/commonjs/synonymMapHelper.js.map +1 -1
  358. package/dist/commonjs/tsdoc-metadata.json +1 -1
  359. package/dist/esm/errorModels.d.ts +23 -17
  360. package/dist/esm/errorModels.d.ts.map +1 -1
  361. package/dist/esm/errorModels.js.map +1 -1
  362. package/dist/esm/generated/data/models/index.d.ts +593 -20
  363. package/dist/esm/generated/data/models/index.d.ts.map +1 -1
  364. package/dist/esm/generated/data/models/index.js +216 -6
  365. package/dist/esm/generated/data/models/index.js.map +1 -1
  366. package/dist/esm/generated/data/models/mappers.d.ts +18 -0
  367. package/dist/esm/generated/data/models/mappers.d.ts.map +1 -1
  368. package/dist/esm/generated/data/models/mappers.js +463 -4
  369. package/dist/esm/generated/data/models/mappers.js.map +1 -1
  370. package/dist/esm/generated/data/models/parameters.d.ts +6 -0
  371. package/dist/esm/generated/data/models/parameters.d.ts.map +1 -1
  372. package/dist/esm/generated/data/models/parameters.js +60 -0
  373. package/dist/esm/generated/data/models/parameters.js.map +1 -1
  374. package/dist/esm/generated/data/operations/documents.js +20 -3
  375. package/dist/esm/generated/data/operations/documents.js.map +1 -1
  376. package/dist/esm/generated/data/searchClient.d.ts +3 -3
  377. package/dist/esm/generated/data/searchClient.d.ts.map +1 -1
  378. package/dist/esm/generated/data/searchClient.js +1 -1
  379. package/dist/esm/generated/data/searchClient.js.map +1 -1
  380. package/dist/esm/generated/knowledgeBase/index.d.ts +4 -0
  381. package/dist/esm/generated/knowledgeBase/index.d.ts.map +1 -0
  382. package/dist/esm/generated/knowledgeBase/index.js +11 -0
  383. package/dist/esm/generated/knowledgeBase/index.js.map +1 -0
  384. package/dist/esm/generated/knowledgeBase/models/index.d.ts +561 -0
  385. package/dist/esm/generated/knowledgeBase/models/index.d.ts.map +1 -0
  386. package/dist/esm/generated/knowledgeBase/models/index.js +62 -0
  387. package/dist/esm/generated/knowledgeBase/models/index.js.map +1 -0
  388. package/dist/esm/generated/knowledgeBase/models/mappers.d.ts +88 -0
  389. package/dist/esm/generated/knowledgeBase/models/mappers.d.ts.map +1 -0
  390. package/dist/esm/generated/knowledgeBase/models/mappers.js +1280 -0
  391. package/dist/esm/generated/knowledgeBase/models/mappers.js.map +1 -0
  392. package/dist/esm/generated/knowledgeBase/models/parameters.d.ts +9 -0
  393. package/dist/esm/generated/knowledgeBase/models/parameters.d.ts.map +1 -0
  394. package/dist/esm/generated/knowledgeBase/models/parameters.js +75 -0
  395. package/dist/esm/generated/knowledgeBase/models/parameters.js.map +1 -0
  396. package/dist/esm/generated/knowledgeBase/operations/index.d.ts +2 -0
  397. package/dist/esm/generated/knowledgeBase/operations/index.d.ts.map +1 -0
  398. package/dist/esm/generated/knowledgeBase/operations/index.js +9 -0
  399. package/dist/esm/generated/knowledgeBase/operations/index.js.map +1 -0
  400. package/dist/esm/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts +19 -0
  401. package/dist/esm/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts.map +1 -0
  402. package/dist/esm/generated/knowledgeBase/operations/knowledgeRetrieval.js +57 -0
  403. package/dist/esm/generated/knowledgeBase/operations/knowledgeRetrieval.js.map +1 -0
  404. package/dist/esm/generated/knowledgeBase/operationsInterfaces/index.d.ts +2 -0
  405. package/dist/esm/generated/knowledgeBase/operationsInterfaces/index.d.ts.map +1 -0
  406. package/dist/esm/generated/knowledgeBase/operationsInterfaces/index.js +9 -0
  407. package/dist/esm/generated/knowledgeBase/operationsInterfaces/index.js.map +1 -0
  408. package/dist/esm/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts +11 -0
  409. package/dist/esm/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts.map +1 -0
  410. package/dist/esm/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js +9 -0
  411. package/dist/esm/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js.map +1 -0
  412. package/dist/esm/generated/knowledgeBase/searchClient.d.ts +21 -0
  413. package/dist/esm/generated/knowledgeBase/searchClient.d.ts.map +1 -0
  414. package/dist/esm/generated/knowledgeBase/searchClient.js +88 -0
  415. package/dist/esm/generated/knowledgeBase/searchClient.js.map +1 -0
  416. package/dist/esm/generated/service/models/index.d.ts +1403 -131
  417. package/dist/esm/generated/service/models/index.d.ts.map +1 -1
  418. package/dist/esm/generated/service/models/index.js +274 -24
  419. package/dist/esm/generated/service/models/index.js.map +1 -1
  420. package/dist/esm/generated/service/models/mappers.d.ts +104 -17
  421. package/dist/esm/generated/service/models/mappers.d.ts.map +1 -1
  422. package/dist/esm/generated/service/models/mappers.js +3716 -1601
  423. package/dist/esm/generated/service/models/mappers.js.map +1 -1
  424. package/dist/esm/generated/service/models/parameters.d.ts +14 -2
  425. package/dist/esm/generated/service/models/parameters.d.ts.map +1 -1
  426. package/dist/esm/generated/service/models/parameters.js +89 -7
  427. package/dist/esm/generated/service/models/parameters.js.map +1 -1
  428. package/dist/esm/generated/service/operations/aliases.d.ts +43 -1
  429. package/dist/esm/generated/service/operations/aliases.d.ts.map +1 -1
  430. package/dist/esm/generated/service/operations/aliases.js +160 -200
  431. package/dist/esm/generated/service/operations/aliases.js.map +1 -1
  432. package/dist/esm/generated/service/operations/dataSources.js +4 -1
  433. package/dist/esm/generated/service/operations/dataSources.js.map +1 -1
  434. package/dist/esm/generated/service/operations/index.d.ts +3 -0
  435. package/dist/esm/generated/service/operations/index.d.ts.map +1 -1
  436. package/dist/esm/generated/service/operations/index.js +3 -0
  437. package/dist/esm/generated/service/operations/index.js.map +1 -1
  438. package/dist/esm/generated/service/operations/indexers.d.ts +14 -1
  439. package/dist/esm/generated/service/operations/indexers.d.ts.map +1 -1
  440. package/dist/esm/generated/service/operations/indexers.js +54 -1
  441. package/dist/esm/generated/service/operations/indexers.js.map +1 -1
  442. package/dist/esm/generated/service/operations/knowledgeBases.d.ts +43 -0
  443. package/dist/esm/generated/service/operations/knowledgeBases.d.ts.map +1 -0
  444. package/dist/esm/generated/service/operations/knowledgeBases.js +160 -0
  445. package/dist/esm/generated/service/operations/knowledgeBases.js.map +1 -0
  446. package/dist/esm/generated/service/operations/knowledgeSources.d.ts +49 -0
  447. package/dist/esm/generated/service/operations/knowledgeSources.d.ts.map +1 -0
  448. package/dist/esm/generated/service/operations/knowledgeSources.js +184 -0
  449. package/dist/esm/generated/service/operations/knowledgeSources.js.map +1 -0
  450. package/dist/esm/generated/service/operations/skillsets.d.ts +8 -1
  451. package/dist/esm/generated/service/operations/skillsets.d.ts.map +1 -1
  452. package/dist/esm/generated/service/operations/skillsets.js +30 -1
  453. package/dist/esm/generated/service/operations/skillsets.js.map +1 -1
  454. package/dist/esm/generated/service/operationsInterfaces/aliases.d.ts +35 -1
  455. package/dist/esm/generated/service/operationsInterfaces/aliases.d.ts.map +1 -1
  456. package/dist/esm/generated/service/operationsInterfaces/aliases.js +7 -66
  457. package/dist/esm/generated/service/operationsInterfaces/aliases.js.map +1 -1
  458. package/dist/esm/generated/service/operationsInterfaces/index.d.ts +3 -0
  459. package/dist/esm/generated/service/operationsInterfaces/index.d.ts.map +1 -1
  460. package/dist/esm/generated/service/operationsInterfaces/index.js +3 -0
  461. package/dist/esm/generated/service/operationsInterfaces/index.js.map +1 -1
  462. package/dist/esm/generated/service/operationsInterfaces/indexers.d.ts +14 -1
  463. package/dist/esm/generated/service/operationsInterfaces/indexers.d.ts.map +1 -1
  464. package/dist/esm/generated/service/operationsInterfaces/indexers.js.map +1 -1
  465. package/dist/esm/generated/service/operationsInterfaces/knowledgeBases.d.ts +35 -0
  466. package/dist/esm/generated/service/operationsInterfaces/knowledgeBases.d.ts.map +1 -0
  467. package/dist/esm/generated/service/operationsInterfaces/knowledgeBases.js +9 -0
  468. package/dist/esm/generated/service/operationsInterfaces/knowledgeBases.js.map +1 -0
  469. package/dist/esm/generated/service/operationsInterfaces/knowledgeSources.d.ts +41 -0
  470. package/dist/esm/generated/service/operationsInterfaces/knowledgeSources.d.ts.map +1 -0
  471. package/dist/esm/generated/service/operationsInterfaces/knowledgeSources.js +9 -0
  472. package/dist/esm/generated/service/operationsInterfaces/knowledgeSources.js.map +1 -0
  473. package/dist/esm/generated/service/operationsInterfaces/skillsets.d.ts +8 -1
  474. package/dist/esm/generated/service/operationsInterfaces/skillsets.d.ts.map +1 -1
  475. package/dist/esm/generated/service/operationsInterfaces/skillsets.js.map +1 -1
  476. package/dist/esm/generated/service/searchServiceClient.d.ts +12 -4
  477. package/dist/esm/generated/service/searchServiceClient.d.ts.map +1 -1
  478. package/dist/esm/generated/service/searchServiceClient.js +31 -2
  479. package/dist/esm/generated/service/searchServiceClient.js.map +1 -1
  480. package/dist/esm/index.d.ts +7 -4
  481. package/dist/esm/index.d.ts.map +1 -1
  482. package/dist/esm/index.js +5 -3
  483. package/dist/esm/index.js.map +1 -1
  484. package/dist/esm/indexDocumentsBatch.d.ts +6 -5
  485. package/dist/esm/indexDocumentsBatch.d.ts.map +1 -1
  486. package/dist/esm/indexDocumentsBatch.js +5 -4
  487. package/dist/esm/indexDocumentsBatch.js.map +1 -1
  488. package/dist/esm/indexModels.d.ts +236 -30
  489. package/dist/esm/indexModels.d.ts.map +1 -1
  490. package/dist/esm/indexModels.js.map +1 -1
  491. package/dist/esm/knowledgeBaseModels.d.ts +44 -0
  492. package/dist/esm/knowledgeBaseModels.d.ts.map +1 -0
  493. package/dist/esm/knowledgeBaseModels.js +4 -0
  494. package/dist/esm/knowledgeBaseModels.js.map +1 -0
  495. package/dist/esm/knowledgeRetrievalClient.d.ts +68 -0
  496. package/dist/esm/knowledgeRetrievalClient.d.ts.map +1 -0
  497. package/dist/esm/knowledgeRetrievalClient.js +108 -0
  498. package/dist/esm/knowledgeRetrievalClient.js.map +1 -0
  499. package/dist/esm/odata.d.ts +5 -2
  500. package/dist/esm/odata.d.ts.map +1 -1
  501. package/dist/esm/odata.js +5 -2
  502. package/dist/esm/odata.js.map +1 -1
  503. package/dist/esm/odataMetadataPolicy.d.ts +1 -1
  504. package/dist/esm/odataMetadataPolicy.d.ts.map +1 -1
  505. package/dist/esm/odataMetadataPolicy.js.map +1 -1
  506. package/dist/esm/searchApiKeyCredentialPolicy.d.ts +4 -4
  507. package/dist/esm/searchApiKeyCredentialPolicy.d.ts.map +1 -1
  508. package/dist/esm/searchApiKeyCredentialPolicy.js +2 -2
  509. package/dist/esm/searchApiKeyCredentialPolicy.js.map +1 -1
  510. package/dist/esm/searchClient.d.ts +64 -53
  511. package/dist/esm/searchClient.d.ts.map +1 -1
  512. package/dist/esm/searchClient.js +113 -53
  513. package/dist/esm/searchClient.js.map +1 -1
  514. package/dist/esm/searchIndexClient.d.ts +157 -18
  515. package/dist/esm/searchIndexClient.d.ts.map +1 -1
  516. package/dist/esm/searchIndexClient.js +482 -17
  517. package/dist/esm/searchIndexClient.js.map +1 -1
  518. package/dist/esm/searchIndexerClient.d.ts +26 -11
  519. package/dist/esm/searchIndexerClient.d.ts.map +1 -1
  520. package/dist/esm/searchIndexerClient.js +62 -7
  521. package/dist/esm/searchIndexerClient.js.map +1 -1
  522. package/dist/esm/searchIndexingBufferedSender.d.ts +3 -3
  523. package/dist/esm/searchIndexingBufferedSender.d.ts.map +1 -1
  524. package/dist/esm/searchIndexingBufferedSender.js +1 -1
  525. package/dist/esm/searchIndexingBufferedSender.js.map +1 -1
  526. package/dist/esm/serviceModels.d.ts +1228 -220
  527. package/dist/esm/serviceModels.d.ts.map +1 -1
  528. package/dist/esm/serviceModels.js +8 -7
  529. package/dist/esm/serviceModels.js.map +1 -1
  530. package/dist/esm/serviceUtils.d.ts +14 -6
  531. package/dist/esm/serviceUtils.d.ts.map +1 -1
  532. package/dist/esm/serviceUtils.js +301 -45
  533. package/dist/esm/serviceUtils.js.map +1 -1
  534. package/dist/esm/synonymMapHelper.d.ts +1 -1
  535. package/dist/esm/synonymMapHelper.d.ts.map +1 -1
  536. package/dist/esm/synonymMapHelper.js +2 -2
  537. package/dist/esm/synonymMapHelper.js.map +1 -1
  538. package/dist/react-native/errorModels.d.ts +23 -17
  539. package/dist/react-native/errorModels.d.ts.map +1 -1
  540. package/dist/react-native/errorModels.js.map +1 -1
  541. package/dist/react-native/generated/data/models/index.d.ts +593 -20
  542. package/dist/react-native/generated/data/models/index.d.ts.map +1 -1
  543. package/dist/react-native/generated/data/models/index.js +216 -6
  544. package/dist/react-native/generated/data/models/index.js.map +1 -1
  545. package/dist/react-native/generated/data/models/mappers.d.ts +18 -0
  546. package/dist/react-native/generated/data/models/mappers.d.ts.map +1 -1
  547. package/dist/react-native/generated/data/models/mappers.js +463 -4
  548. package/dist/react-native/generated/data/models/mappers.js.map +1 -1
  549. package/dist/react-native/generated/data/models/parameters.d.ts +6 -0
  550. package/dist/react-native/generated/data/models/parameters.d.ts.map +1 -1
  551. package/dist/react-native/generated/data/models/parameters.js +60 -0
  552. package/dist/react-native/generated/data/models/parameters.js.map +1 -1
  553. package/dist/react-native/generated/data/operations/documents.js +20 -3
  554. package/dist/react-native/generated/data/operations/documents.js.map +1 -1
  555. package/dist/react-native/generated/data/searchClient.d.ts +3 -3
  556. package/dist/react-native/generated/data/searchClient.d.ts.map +1 -1
  557. package/dist/react-native/generated/data/searchClient.js +1 -1
  558. package/dist/react-native/generated/data/searchClient.js.map +1 -1
  559. package/dist/react-native/generated/knowledgeBase/index.d.ts +4 -0
  560. package/dist/react-native/generated/knowledgeBase/index.d.ts.map +1 -0
  561. package/dist/react-native/generated/knowledgeBase/index.js +11 -0
  562. package/dist/react-native/generated/knowledgeBase/index.js.map +1 -0
  563. package/dist/react-native/generated/knowledgeBase/models/index.d.ts +561 -0
  564. package/dist/react-native/generated/knowledgeBase/models/index.d.ts.map +1 -0
  565. package/dist/react-native/generated/knowledgeBase/models/index.js +62 -0
  566. package/dist/react-native/generated/knowledgeBase/models/index.js.map +1 -0
  567. package/dist/react-native/generated/knowledgeBase/models/mappers.d.ts +88 -0
  568. package/dist/react-native/generated/knowledgeBase/models/mappers.d.ts.map +1 -0
  569. package/dist/react-native/generated/knowledgeBase/models/mappers.js +1280 -0
  570. package/dist/react-native/generated/knowledgeBase/models/mappers.js.map +1 -0
  571. package/dist/react-native/generated/knowledgeBase/models/parameters.d.ts +9 -0
  572. package/dist/react-native/generated/knowledgeBase/models/parameters.d.ts.map +1 -0
  573. package/dist/react-native/generated/knowledgeBase/models/parameters.js +75 -0
  574. package/dist/react-native/generated/knowledgeBase/models/parameters.js.map +1 -0
  575. package/dist/react-native/generated/knowledgeBase/operations/index.d.ts +2 -0
  576. package/dist/react-native/generated/knowledgeBase/operations/index.d.ts.map +1 -0
  577. package/dist/react-native/generated/knowledgeBase/operations/index.js +9 -0
  578. package/dist/react-native/generated/knowledgeBase/operations/index.js.map +1 -0
  579. package/dist/react-native/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts +19 -0
  580. package/dist/react-native/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts.map +1 -0
  581. package/dist/react-native/generated/knowledgeBase/operations/knowledgeRetrieval.js +57 -0
  582. package/dist/react-native/generated/knowledgeBase/operations/knowledgeRetrieval.js.map +1 -0
  583. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/index.d.ts +2 -0
  584. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/index.d.ts.map +1 -0
  585. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/index.js +9 -0
  586. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/index.js.map +1 -0
  587. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts +11 -0
  588. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts.map +1 -0
  589. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js +9 -0
  590. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js.map +1 -0
  591. package/dist/react-native/generated/knowledgeBase/searchClient.d.ts +21 -0
  592. package/dist/react-native/generated/knowledgeBase/searchClient.d.ts.map +1 -0
  593. package/dist/react-native/generated/knowledgeBase/searchClient.js +88 -0
  594. package/dist/react-native/generated/knowledgeBase/searchClient.js.map +1 -0
  595. package/dist/react-native/generated/service/models/index.d.ts +1403 -131
  596. package/dist/react-native/generated/service/models/index.d.ts.map +1 -1
  597. package/dist/react-native/generated/service/models/index.js +274 -24
  598. package/dist/react-native/generated/service/models/index.js.map +1 -1
  599. package/dist/react-native/generated/service/models/mappers.d.ts +104 -17
  600. package/dist/react-native/generated/service/models/mappers.d.ts.map +1 -1
  601. package/dist/react-native/generated/service/models/mappers.js +3716 -1601
  602. package/dist/react-native/generated/service/models/mappers.js.map +1 -1
  603. package/dist/react-native/generated/service/models/parameters.d.ts +14 -2
  604. package/dist/react-native/generated/service/models/parameters.d.ts.map +1 -1
  605. package/dist/react-native/generated/service/models/parameters.js +89 -7
  606. package/dist/react-native/generated/service/models/parameters.js.map +1 -1
  607. package/dist/react-native/generated/service/operations/aliases.d.ts +43 -1
  608. package/dist/react-native/generated/service/operations/aliases.d.ts.map +1 -1
  609. package/dist/react-native/generated/service/operations/aliases.js +160 -200
  610. package/dist/react-native/generated/service/operations/aliases.js.map +1 -1
  611. package/dist/react-native/generated/service/operations/dataSources.js +4 -1
  612. package/dist/react-native/generated/service/operations/dataSources.js.map +1 -1
  613. package/dist/react-native/generated/service/operations/index.d.ts +3 -0
  614. package/dist/react-native/generated/service/operations/index.d.ts.map +1 -1
  615. package/dist/react-native/generated/service/operations/index.js +3 -0
  616. package/dist/react-native/generated/service/operations/index.js.map +1 -1
  617. package/dist/react-native/generated/service/operations/indexers.d.ts +14 -1
  618. package/dist/react-native/generated/service/operations/indexers.d.ts.map +1 -1
  619. package/dist/react-native/generated/service/operations/indexers.js +54 -1
  620. package/dist/react-native/generated/service/operations/indexers.js.map +1 -1
  621. package/dist/react-native/generated/service/operations/knowledgeBases.d.ts +43 -0
  622. package/dist/react-native/generated/service/operations/knowledgeBases.d.ts.map +1 -0
  623. package/dist/react-native/generated/service/operations/knowledgeBases.js +160 -0
  624. package/dist/react-native/generated/service/operations/knowledgeBases.js.map +1 -0
  625. package/dist/react-native/generated/service/operations/knowledgeSources.d.ts +49 -0
  626. package/dist/react-native/generated/service/operations/knowledgeSources.d.ts.map +1 -0
  627. package/dist/react-native/generated/service/operations/knowledgeSources.js +184 -0
  628. package/dist/react-native/generated/service/operations/knowledgeSources.js.map +1 -0
  629. package/dist/react-native/generated/service/operations/skillsets.d.ts +8 -1
  630. package/dist/react-native/generated/service/operations/skillsets.d.ts.map +1 -1
  631. package/dist/react-native/generated/service/operations/skillsets.js +30 -1
  632. package/dist/react-native/generated/service/operations/skillsets.js.map +1 -1
  633. package/dist/react-native/generated/service/operationsInterfaces/aliases.d.ts +35 -1
  634. package/dist/react-native/generated/service/operationsInterfaces/aliases.d.ts.map +1 -1
  635. package/dist/react-native/generated/service/operationsInterfaces/aliases.js +7 -66
  636. package/dist/react-native/generated/service/operationsInterfaces/aliases.js.map +1 -1
  637. package/dist/react-native/generated/service/operationsInterfaces/index.d.ts +3 -0
  638. package/dist/react-native/generated/service/operationsInterfaces/index.d.ts.map +1 -1
  639. package/dist/react-native/generated/service/operationsInterfaces/index.js +3 -0
  640. package/dist/react-native/generated/service/operationsInterfaces/index.js.map +1 -1
  641. package/dist/react-native/generated/service/operationsInterfaces/indexers.d.ts +14 -1
  642. package/dist/react-native/generated/service/operationsInterfaces/indexers.d.ts.map +1 -1
  643. package/dist/react-native/generated/service/operationsInterfaces/indexers.js.map +1 -1
  644. package/dist/react-native/generated/service/operationsInterfaces/knowledgeBases.d.ts +35 -0
  645. package/dist/react-native/generated/service/operationsInterfaces/knowledgeBases.d.ts.map +1 -0
  646. package/dist/react-native/generated/service/operationsInterfaces/knowledgeBases.js +9 -0
  647. package/dist/react-native/generated/service/operationsInterfaces/knowledgeBases.js.map +1 -0
  648. package/dist/react-native/generated/service/operationsInterfaces/knowledgeSources.d.ts +41 -0
  649. package/dist/react-native/generated/service/operationsInterfaces/knowledgeSources.d.ts.map +1 -0
  650. package/dist/react-native/generated/service/operationsInterfaces/knowledgeSources.js +9 -0
  651. package/dist/react-native/generated/service/operationsInterfaces/knowledgeSources.js.map +1 -0
  652. package/dist/react-native/generated/service/operationsInterfaces/skillsets.d.ts +8 -1
  653. package/dist/react-native/generated/service/operationsInterfaces/skillsets.d.ts.map +1 -1
  654. package/dist/react-native/generated/service/operationsInterfaces/skillsets.js.map +1 -1
  655. package/dist/react-native/generated/service/searchServiceClient.d.ts +12 -4
  656. package/dist/react-native/generated/service/searchServiceClient.d.ts.map +1 -1
  657. package/dist/react-native/generated/service/searchServiceClient.js +31 -2
  658. package/dist/react-native/generated/service/searchServiceClient.js.map +1 -1
  659. package/dist/react-native/index.d.ts +7 -4
  660. package/dist/react-native/index.d.ts.map +1 -1
  661. package/dist/react-native/index.js +5 -3
  662. package/dist/react-native/index.js.map +1 -1
  663. package/dist/react-native/indexDocumentsBatch.d.ts +6 -5
  664. package/dist/react-native/indexDocumentsBatch.d.ts.map +1 -1
  665. package/dist/react-native/indexDocumentsBatch.js +5 -4
  666. package/dist/react-native/indexDocumentsBatch.js.map +1 -1
  667. package/dist/react-native/indexModels.d.ts +236 -30
  668. package/dist/react-native/indexModels.d.ts.map +1 -1
  669. package/dist/react-native/indexModels.js.map +1 -1
  670. package/dist/react-native/knowledgeBaseModels.d.ts +44 -0
  671. package/dist/react-native/knowledgeBaseModels.d.ts.map +1 -0
  672. package/dist/react-native/knowledgeBaseModels.js +4 -0
  673. package/dist/react-native/knowledgeBaseModels.js.map +1 -0
  674. package/dist/react-native/knowledgeRetrievalClient.d.ts +68 -0
  675. package/dist/react-native/knowledgeRetrievalClient.d.ts.map +1 -0
  676. package/dist/react-native/knowledgeRetrievalClient.js +108 -0
  677. package/dist/react-native/knowledgeRetrievalClient.js.map +1 -0
  678. package/dist/react-native/odata.d.ts +5 -2
  679. package/dist/react-native/odata.d.ts.map +1 -1
  680. package/dist/react-native/odata.js +5 -2
  681. package/dist/react-native/odata.js.map +1 -1
  682. package/dist/react-native/odataMetadataPolicy.d.ts +1 -1
  683. package/dist/react-native/odataMetadataPolicy.d.ts.map +1 -1
  684. package/dist/react-native/odataMetadataPolicy.js.map +1 -1
  685. package/dist/react-native/searchApiKeyCredentialPolicy.d.ts +4 -4
  686. package/dist/react-native/searchApiKeyCredentialPolicy.d.ts.map +1 -1
  687. package/dist/react-native/searchApiKeyCredentialPolicy.js +2 -2
  688. package/dist/react-native/searchApiKeyCredentialPolicy.js.map +1 -1
  689. package/dist/react-native/searchClient.d.ts +64 -53
  690. package/dist/react-native/searchClient.d.ts.map +1 -1
  691. package/dist/react-native/searchClient.js +113 -53
  692. package/dist/react-native/searchClient.js.map +1 -1
  693. package/dist/react-native/searchIndexClient.d.ts +157 -18
  694. package/dist/react-native/searchIndexClient.d.ts.map +1 -1
  695. package/dist/react-native/searchIndexClient.js +482 -17
  696. package/dist/react-native/searchIndexClient.js.map +1 -1
  697. package/dist/react-native/searchIndexerClient.d.ts +26 -11
  698. package/dist/react-native/searchIndexerClient.d.ts.map +1 -1
  699. package/dist/react-native/searchIndexerClient.js +62 -7
  700. package/dist/react-native/searchIndexerClient.js.map +1 -1
  701. package/dist/react-native/searchIndexingBufferedSender.d.ts +3 -3
  702. package/dist/react-native/searchIndexingBufferedSender.d.ts.map +1 -1
  703. package/dist/react-native/searchIndexingBufferedSender.js +1 -1
  704. package/dist/react-native/searchIndexingBufferedSender.js.map +1 -1
  705. package/dist/react-native/serviceModels.d.ts +1228 -220
  706. package/dist/react-native/serviceModels.d.ts.map +1 -1
  707. package/dist/react-native/serviceModels.js +8 -7
  708. package/dist/react-native/serviceModels.js.map +1 -1
  709. package/dist/react-native/serviceUtils.d.ts +14 -6
  710. package/dist/react-native/serviceUtils.d.ts.map +1 -1
  711. package/dist/react-native/serviceUtils.js +301 -45
  712. package/dist/react-native/serviceUtils.js.map +1 -1
  713. package/dist/react-native/synonymMapHelper.d.ts +1 -1
  714. package/dist/react-native/synonymMapHelper.d.ts.map +1 -1
  715. package/dist/react-native/synonymMapHelper.js +2 -2
  716. package/dist/react-native/synonymMapHelper.js.map +1 -1
  717. package/package.json +13 -9
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import * as coreClient from "@azure/core-client";
9
9
  import * as coreHttpCompat from "@azure/core-http-compat";
10
- import { DataSourcesImpl, IndexersImpl, SkillsetsImpl, SynonymMapsImpl, IndexesImpl, } from "./operations/index.js";
10
+ import { KnowledgeBasesImpl, KnowledgeSourcesImpl, DataSourcesImpl, IndexersImpl, SkillsetsImpl, SynonymMapsImpl, IndexesImpl, AliasesImpl, } from "./operations/index.js";
11
11
  import * as Parameters from "./models/parameters.js";
12
12
  import * as Mappers from "./models/mappers.js";
13
13
  /** @internal */
@@ -34,7 +34,7 @@ export class SearchServiceClient extends coreHttpCompat.ExtendedServiceClient {
34
34
  const defaults = {
35
35
  requestContentType: "application/json; charset=utf-8",
36
36
  };
37
- const packageDetails = `azsdk-js-search-documents/12.2.0`;
37
+ const packageDetails = `azsdk-js-search-documents/12.3.0-beta.0`;
38
38
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
39
39
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
40
40
  : `${packageDetails}`;
@@ -50,11 +50,14 @@ export class SearchServiceClient extends coreHttpCompat.ExtendedServiceClient {
50
50
  // Parameter assignments
51
51
  this.endpoint = endpoint;
52
52
  this.apiVersion = apiVersion;
53
+ this.knowledgeBases = new KnowledgeBasesImpl(this);
54
+ this.knowledgeSources = new KnowledgeSourcesImpl(this);
53
55
  this.dataSources = new DataSourcesImpl(this);
54
56
  this.indexers = new IndexersImpl(this);
55
57
  this.skillsets = new SkillsetsImpl(this);
56
58
  this.synonymMaps = new SynonymMapsImpl(this);
57
59
  this.indexes = new IndexesImpl(this);
60
+ this.aliases = new AliasesImpl(this);
58
61
  this.addCustomApiVersionPolicy(apiVersion);
59
62
  }
60
63
  /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
@@ -89,11 +92,21 @@ export class SearchServiceClient extends coreHttpCompat.ExtendedServiceClient {
89
92
  getServiceStatistics(options) {
90
93
  return this.sendOperationRequest({ options }, getServiceStatisticsOperationSpec);
91
94
  }
95
+ /**
96
+ * Retrieves a summary of statistics for all indexes in the search service.
97
+ * @param options The options parameters.
98
+ */
99
+ getIndexStatsSummary(options) {
100
+ return this.sendOperationRequest({ options }, getIndexStatsSummaryOperationSpec);
101
+ }
102
+ knowledgeBases;
103
+ knowledgeSources;
92
104
  dataSources;
93
105
  indexers;
94
106
  skillsets;
95
107
  synonymMaps;
96
108
  indexes;
109
+ aliases;
97
110
  }
98
111
  // Operation Specifications
99
112
  const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
@@ -113,4 +126,20 @@ const getServiceStatisticsOperationSpec = {
113
126
  headerParameters: [Parameters.accept],
114
127
  serializer,
115
128
  };
129
+ const getIndexStatsSummaryOperationSpec = {
130
+ path: "/indexstats",
131
+ httpMethod: "GET",
132
+ responses: {
133
+ 200: {
134
+ bodyMapper: Mappers.ListIndexStatsSummary,
135
+ },
136
+ default: {
137
+ bodyMapper: Mappers.ErrorResponse,
138
+ },
139
+ },
140
+ queryParameters: [Parameters.apiVersion],
141
+ urlParameters: [Parameters.endpoint],
142
+ headerParameters: [Parameters.accept],
143
+ serializer,
144
+ };
116
145
  //# sourceMappingURL=searchServiceClient.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"searchServiceClient.js","sourceRoot":"","sources":["../../../../src/generated/service/searchServiceClient.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreHttpCompat from \"@azure/core-http-compat\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport {\n DataSourcesImpl,\n IndexersImpl,\n SkillsetsImpl,\n SynonymMapsImpl,\n IndexesImpl,\n} from \"./operations/index.js\";\nimport {\n DataSources,\n Indexers,\n Skillsets,\n SynonymMaps,\n Indexes,\n} from \"./operationsInterfaces/index.js\";\nimport * as Parameters from \"./models/parameters.js\";\nimport * as Mappers from \"./models/mappers.js\";\nimport {\n ApiVersion20250901,\n SearchServiceClientOptionalParams,\n GetServiceStatisticsOptionalParams,\n GetServiceStatisticsResponse,\n} from \"./models/index.js\";\n\n/** @internal */\nexport class SearchServiceClient extends coreHttpCompat.ExtendedServiceClient {\n endpoint: string;\n apiVersion: ApiVersion20250901;\n\n /**\n * Initializes a new instance of the SearchServiceClient class.\n * @param endpoint The endpoint URL of the search service.\n * @param apiVersion Api Version\n * @param options The parameter options\n */\n constructor(\n endpoint: string,\n apiVersion: ApiVersion20250901,\n options?: SearchServiceClientOptionalParams,\n ) {\n if (endpoint === undefined) {\n throw new Error(\"'endpoint' cannot be null\");\n }\n if (apiVersion === undefined) {\n throw new Error(\"'apiVersion' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: SearchServiceClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n };\n\n const packageDetails = `azsdk-js-search-documents/12.2.0`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint: options.endpoint ?? options.baseUri ?? \"{endpoint}\",\n };\n super(optionsWithDefaults);\n // Parameter assignments\n this.endpoint = endpoint;\n this.apiVersion = apiVersion;\n this.dataSources = new DataSourcesImpl(this);\n this.indexers = new IndexersImpl(this);\n this.skillsets = new SkillsetsImpl(this);\n this.synonymMaps = new SynonymMapsImpl(this);\n this.indexes = new IndexesImpl(this);\n this.addCustomApiVersionPolicy(apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest,\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n /**\n * Gets service level statistics for a search service.\n * @param options The options parameters.\n */\n getServiceStatistics(\n options?: GetServiceStatisticsOptionalParams,\n ): Promise<GetServiceStatisticsResponse> {\n return this.sendOperationRequest(\n { options },\n getServiceStatisticsOperationSpec,\n );\n }\n\n dataSources: DataSources;\n indexers: Indexers;\n skillsets: Skillsets;\n synonymMaps: SynonymMaps;\n indexes: Indexes;\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getServiceStatisticsOperationSpec: coreClient.OperationSpec = {\n path: \"/servicestats\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceStatistics,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
1
+ {"version":3,"file":"searchServiceClient.js","sourceRoot":"","sources":["../../../../src/generated/service/searchServiceClient.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreHttpCompat from \"@azure/core-http-compat\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport {\n KnowledgeBasesImpl,\n KnowledgeSourcesImpl,\n DataSourcesImpl,\n IndexersImpl,\n SkillsetsImpl,\n SynonymMapsImpl,\n IndexesImpl,\n AliasesImpl,\n} from \"./operations/index.js\";\nimport {\n KnowledgeBases,\n KnowledgeSources,\n DataSources,\n Indexers,\n Skillsets,\n SynonymMaps,\n Indexes,\n Aliases,\n} from \"./operationsInterfaces/index.js\";\nimport * as Parameters from \"./models/parameters.js\";\nimport * as Mappers from \"./models/mappers.js\";\nimport {\n ApiVersion20251101Preview,\n SearchServiceClientOptionalParams,\n GetServiceStatisticsOptionalParams,\n GetServiceStatisticsResponse,\n GetIndexStatsSummaryOptionalParams,\n GetIndexStatsSummaryResponse,\n} from \"./models/index.js\";\n\n/** @internal */\nexport class SearchServiceClient extends coreHttpCompat.ExtendedServiceClient {\n endpoint: string;\n apiVersion: ApiVersion20251101Preview;\n\n /**\n * Initializes a new instance of the SearchServiceClient class.\n * @param endpoint The endpoint URL of the search service.\n * @param apiVersion Api Version\n * @param options The parameter options\n */\n constructor(\n endpoint: string,\n apiVersion: ApiVersion20251101Preview,\n options?: SearchServiceClientOptionalParams,\n ) {\n if (endpoint === undefined) {\n throw new Error(\"'endpoint' cannot be null\");\n }\n if (apiVersion === undefined) {\n throw new Error(\"'apiVersion' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: SearchServiceClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n };\n\n const packageDetails = `azsdk-js-search-documents/12.3.0-beta.0`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint: options.endpoint ?? options.baseUri ?? \"{endpoint}\",\n };\n super(optionsWithDefaults);\n // Parameter assignments\n this.endpoint = endpoint;\n this.apiVersion = apiVersion;\n this.knowledgeBases = new KnowledgeBasesImpl(this);\n this.knowledgeSources = new KnowledgeSourcesImpl(this);\n this.dataSources = new DataSourcesImpl(this);\n this.indexers = new IndexersImpl(this);\n this.skillsets = new SkillsetsImpl(this);\n this.synonymMaps = new SynonymMapsImpl(this);\n this.indexes = new IndexesImpl(this);\n this.aliases = new AliasesImpl(this);\n this.addCustomApiVersionPolicy(apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest,\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n /**\n * Gets service level statistics for a search service.\n * @param options The options parameters.\n */\n getServiceStatistics(\n options?: GetServiceStatisticsOptionalParams,\n ): Promise<GetServiceStatisticsResponse> {\n return this.sendOperationRequest(\n { options },\n getServiceStatisticsOperationSpec,\n );\n }\n\n /**\n * Retrieves a summary of statistics for all indexes in the search service.\n * @param options The options parameters.\n */\n getIndexStatsSummary(\n options?: GetIndexStatsSummaryOptionalParams,\n ): Promise<GetIndexStatsSummaryResponse> {\n return this.sendOperationRequest(\n { options },\n getIndexStatsSummaryOperationSpec,\n );\n }\n\n knowledgeBases: KnowledgeBases;\n knowledgeSources: KnowledgeSources;\n dataSources: DataSources;\n indexers: Indexers;\n skillsets: Skillsets;\n synonymMaps: SynonymMaps;\n indexes: Indexes;\n aliases: Aliases;\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getServiceStatisticsOperationSpec: coreClient.OperationSpec = {\n path: \"/servicestats\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceStatistics,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getIndexStatsSummaryOperationSpec: coreClient.OperationSpec = {\n path: \"/indexstats\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListIndexStatsSummary,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1,15 +1,18 @@
1
1
  export { AzureKeyCredential } from "@azure/core-auth";
2
- export { AutocompleteItem, AutocompleteMode, AutocompleteResult, FacetResult, IndexActionType, IndexDocumentsResult, IndexingResult, KnownSemanticErrorMode, KnownSemanticErrorReason, KnownSemanticSearchResultsType, KnownVectorFilterMode, KnownVectorQueryKind, QueryAnswerResult, QueryCaptionResult, QueryType, ScoringStatistics, SearchMode, } from "./generated/data/models/index.js";
3
- export { AnalyzeResult, AnalyzedTokenInfo, AsciiFoldingTokenFilter, AzureActiveDirectoryApplicationCredentials, AzureOpenAIModelName, BaseLexicalNormalizer, BM25Similarity, BinaryQuantizationCompression, CharFilter as BaseCharFilter, CharFilterName, CjkBigramTokenFilter, CjkBigramTokenFilterScripts, ClassicSimilarity, ClassicTokenizer, CognitiveServicesAccount as BaseCognitiveServicesAccount, CognitiveServicesAccountKey, CommonGramTokenFilter, ConditionalSkill, CorsOptions, CustomEntity, CustomEntityAlias, CustomLexicalNormalizer, DataChangeDetectionPolicy as BaseDataChangeDetectionPolicy, DataDeletionDetectionPolicy as BaseDataDeletionDetectionPolicy, DefaultCognitiveServicesAccount, DictionaryDecompounderTokenFilter, DistanceScoringFunction, DistanceScoringParameters, DocumentExtractionSkill, DocumentIntelligenceLayoutSkill, DocumentIntelligenceLayoutSkillChunkingProperties, DocumentIntelligenceLayoutSkillChunkingUnit, DocumentIntelligenceLayoutSkillExtractionOptions, DocumentIntelligenceLayoutSkillMarkdownHeaderDepth, DocumentIntelligenceLayoutSkillOutputFormat, DocumentIntelligenceLayoutSkillOutputMode, EdgeNGramTokenFilterSide, EdgeNGramTokenizer, ElisionTokenFilter, EntityLinkingSkill, EntityRecognitionSkillV3, FieldMapping, FieldMappingFunction, FreshnessScoringFunction, FreshnessScoringParameters, HighWaterMarkChangeDetectionPolicy, IndexProjectionMode, IndexerExecutionResult, IndexerExecutionStatus, IndexerStatus, IndexingSchedule, InputFieldMappingEntry, KeepTokenFilter, KeywordMarkerTokenFilter, KnownAzureOpenAIModelName, KnownBlobIndexerDataToExtract, KnownBlobIndexerImageAction, KnownBlobIndexerPDFTextRotationAlgorithm, KnownBlobIndexerParsingMode, KnownCharFilterName as KnownCharFilterNames, KnownCustomEntityLookupSkillLanguage, KnownDocumentIntelligenceLayoutSkillChunkingUnit, KnownDocumentIntelligenceLayoutSkillExtractionOptions, KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth, KnownDocumentIntelligenceLayoutSkillOutputFormat, KnownDocumentIntelligenceLayoutSkillOutputMode, KnownEntityCategory, KnownEntityRecognitionSkillLanguage, KnownImageAnalysisSkillLanguage, KnownImageDetail, KnownIndexProjectionMode, KnownIndexerExecutionEnvironment, KnownKeyPhraseExtractionSkillLanguage, KnownLexicalNormalizerName as KnownLexicalNormalizerNames, KnownLexicalTokenizerName as KnownTokenizerNames, KnownOcrLineEnding, KnownOcrSkillLanguage, KnownPIIDetectionSkillMaskingMode, KnownRankingOrder, KnownRegexFlags, KnownSearchFieldDataType, KnownSearchIndexerDataSourceType, KnownSentimentSkillLanguage, KnownSplitSkillLanguage, KnownTextSplitMode, KnownTextTranslationSkillLanguage, KnownTokenFilterName as KnownTokenFilterNames, KnownVectorEncodingFormat, KnownVectorSearchAlgorithmKind, KnownVectorSearchAlgorithmMetric, KnownVectorSearchCompressionKind, KnownVectorSearchCompressionRescoreStorageMethod, KnownVectorSearchCompressionTarget, KnownVectorSearchVectorizerKind, KnownVisualFeature, LanguageDetectionSkill, LengthTokenFilter, LexicalAnalyzer as BaseLexicalAnalyzer, LexicalAnalyzerName, LexicalNormalizerName, LexicalTokenizer as BaseLexicalTokenizer, LexicalTokenizerName, LimitTokenFilter, LuceneStandardAnalyzer, MagnitudeScoringFunction, MagnitudeScoringParameters, MappingCharFilter, MergeSkill, MicrosoftLanguageStemmingTokenizer, MicrosoftLanguageTokenizer, MicrosoftStemmingTokenizerLanguage, MicrosoftTokenizerLanguage, NGramTokenizer, OcrLineEnding, OutputFieldMappingEntry, PathHierarchyTokenizerV2 as PathHierarchyTokenizer, PatternCaptureTokenFilter, PatternReplaceCharFilter, PatternReplaceTokenFilter, PhoneticEncoder, PhoneticTokenFilter, RankingOrder, RescoringOptions, ResourceCounter, ScalarQuantizationCompression, ScalarQuantizationParameters, ScoringFunction as BaseScoringFunction, ScoringFunctionAggregation, ScoringFunctionInterpolation, SearchIndexerDataContainer, SearchIndexerDataIdentity as BaseSearchIndexerDataIdentity, SearchIndexerDataNoneIdentity, SearchIndexerDataUserAssignedIdentity, SearchIndexerError, SearchIndexerIndexProjectionSelector, SearchIndexerKnowledgeStoreBlobProjectionSelector, SearchIndexerKnowledgeStoreFileProjectionSelector, SearchIndexerKnowledgeStoreObjectProjectionSelector, SearchIndexerKnowledgeStoreProjection, SearchIndexerKnowledgeStoreProjectionSelector, SearchIndexerKnowledgeStoreTableProjectionSelector, SearchIndexerLimits, SearchIndexerSkill as BaseSearchIndexerSkill, SearchIndexerStatus, SearchIndexerWarning, SemanticConfiguration, SemanticField, SemanticPrioritizedFields, SemanticSearch, SentimentSkillV3, ServiceCounters, ServiceLimits, ShaperSkill, ShingleTokenFilter, Similarity, SnowballTokenFilter, SnowballTokenFilterLanguage, SoftDeleteColumnDeletionDetectionPolicy, SqlIntegratedChangeTrackingPolicy, StemmerOverrideTokenFilter, StemmerTokenFilter, StemmerTokenFilterLanguage, StopAnalyzer, StopwordsList, StopwordsTokenFilter, Suggester as SearchSuggester, SynonymTokenFilter, TagScoringFunction, TagScoringParameters, TextWeights, TokenCharacterKind, TokenFilter as BaseTokenFilter, TokenFilterName, TruncateTokenFilter, UaxUrlEmailTokenizer, UniqueTokenFilter, VectorEncodingFormat, VectorSearchCompression as BaseVectorSearchCompression, VectorSearchCompressionKind, VectorSearchCompressionRescoreStorageMethod, VectorSearchCompressionTarget, VectorSearchProfile, VectorSearchVectorizerKind, WordDelimiterTokenFilter, } from "./generated/service/models/index.js";
2
+ export { AutocompleteItem, AutocompleteMode, AutocompleteResult, DebugInfo, FacetResult, HybridCountAndFacetMode, HybridSearch as HybridSearchOptions, IndexActionType, IndexDocumentsResult, IndexingResult, KnownHybridCountAndFacetMode, KnownQueryDebugMode, KnownQueryLanguage, KnownQuerySpellerType as KnownQuerySpeller, KnownSemanticErrorMode, KnownSemanticErrorReason, KnownSemanticFieldState, KnownSemanticQueryRewritesResultType, KnownSemanticSearchResultsType, KnownVectorFilterMode, KnownVectorQueryKind, KnownVectorThresholdKind, QueryAnswerResult, QueryCaptionResult, QueryDebugMode, QueryLanguage, QueryResultDocumentInnerHit, QueryResultDocumentRerankerInput, QueryResultDocumentSubscores, QueryRewritesDebugInfo, QueryRewritesValuesDebugInfo, QuerySpellerType as QuerySpeller, QueryType, ScoringStatistics, SearchMode, SemanticFieldState, SemanticQueryRewritesResultType, SingleVectorFieldResult, TextResult, VectorsDebugInfo, } from "./generated/data/models/index.js";
3
+ export { KnowledgeBaseActivityRecord as BaseKnowledgeBaseActivityRecord, KnowledgeBaseMessageContent as BaseKnowledgeBaseMessageContent, KnowledgeBaseReference as BaseKnowledgeBaseReference, KnowledgeBaseRetrievalActivityRecord as BaseKnowledgeBaseRetrievalActivityRecord, KnowledgeSourceParams as BaseKnowledgeSourceParams, KnowledgeBaseActivityRecordUnion as KnowledgeBaseActivityRecord, KnowledgeBaseAgenticReasoningActivityRecord, KnowledgeBaseAzureBlobActivityArguments, KnowledgeBaseAzureBlobActivityRecord, KnowledgeBaseAzureBlobReference, KnowledgeBaseMessage, KnowledgeBaseMessageContentUnion as KnowledgeBaseMessageContent, KnowledgeBaseMessageImageContent, KnowledgeBaseMessageImageContentImage, KnowledgeBaseMessageTextContent, KnowledgeBaseModelAnswerSynthesisActivityRecord, KnowledgeBaseModelQueryPlanningActivityRecord, KnowledgeBaseReferenceUnion as KnowledgeBaseReference, KnowledgeBaseRetrievalActivityRecordUnion as KnowledgeBaseRetrievalActivityRecord, KnowledgeBaseRetrievalRequest, KnowledgeBaseRetrievalResponse, KnowledgeBaseSearchIndexActivityArguments, KnowledgeBaseSearchIndexActivityRecord, KnowledgeBaseSearchIndexReference, KnowledgeSourceKind, KnowledgeSourceParamsUnion as KnowledgeSourceParams, KnownKnowledgeSourceKind, SearchIndexKnowledgeSourceParams, } from "./generated/knowledgeBase/models/index.js";
4
+ export { AIFoundryModelCatalogName, AIServicesAccountKey, AnalyzedTokenInfo, AnalyzeResult, AsciiFoldingTokenFilter, AzureActiveDirectoryApplicationCredentials, AzureMachineLearningSkill, AzureOpenAIModelName, AzureOpenAITokenizerParameters, CharFilter as BaseCharFilter, CognitiveServicesAccount as BaseCognitiveServicesAccount, DataChangeDetectionPolicy as BaseDataChangeDetectionPolicy, DataDeletionDetectionPolicy as BaseDataDeletionDetectionPolicy, KnowledgeBaseModel as BaseKnowledgeBaseModel, LexicalAnalyzer as BaseLexicalAnalyzer, LexicalNormalizer as BaseLexicalNormalizer, LexicalTokenizer as BaseLexicalTokenizer, ScoringFunction as BaseScoringFunction, SearchIndexerDataIdentity as BaseSearchIndexerDataIdentity, SearchIndexerSkill as BaseSearchIndexerSkill, TokenFilter as BaseTokenFilter, VectorSearchCompression as BaseVectorSearchCompression, BinaryQuantizationCompression, BM25Similarity, CharFilterName, ChatCompletionExtraParametersBehavior, ChatCompletionResponseFormat, ChatCompletionResponseFormatJsonSchemaProperties, ChatCompletionResponseFormatType, ChatCompletionSchema, CjkBigramTokenFilter, CjkBigramTokenFilterScripts, ClassicSimilarity, ClassicTokenizer, CognitiveServicesAccountKey, CommonGramTokenFilter, CommonModelParameters, ConditionalSkill, CorsOptions, CustomEntity, CustomEntityAlias, CustomNormalizer, DefaultCognitiveServicesAccount, DictionaryDecompounderTokenFilter, DistanceScoringFunction, DistanceScoringParameters, DocumentExtractionSkill, DocumentIntelligenceLayoutSkillChunkingProperties, DocumentIntelligenceLayoutSkillChunkingUnit, DocumentIntelligenceLayoutSkillExtractionOptions, DocumentIntelligenceLayoutSkillMarkdownHeaderDepth, DocumentIntelligenceLayoutSkillOutputFormat, DocumentIntelligenceLayoutSkillOutputMode, ContentUnderstandingSkillChunkingProperties, ContentUnderstandingSkillChunkingUnit, ContentUnderstandingSkillExtractionOptions, ContentUnderstandingSkill, EdgeNGramTokenFilterSide, EdgeNGramTokenizer, ElisionTokenFilter, EntityLinkingSkill, EntityRecognitionSkillV3, FieldMapping, FieldMappingFunction, FreshnessScoringFunction, FreshnessScoringParameters, GetIndexStatsSummaryOptionalParams, GetIndexStatsSummaryResponse, HighWaterMarkChangeDetectionPolicy, IndexerExecutionResult, IndexerExecutionStatus, IndexerExecutionStatusDetail, IndexerPermissionOption, IndexerResyncOption, IndexersResyncOptionalParams, IndexerState, IndexerStatus, IndexingMode, IndexingSchedule, IndexProjectionMode, IndexStatisticsSummary, InputFieldMappingEntry, KeepTokenFilter, KeywordMarkerTokenFilter, KnowledgeRetrievalOutputMode, KnowledgeSourceReference, 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, KnownLexicalAnalyzerName, KnownLexicalNormalizerName, KnownMarkdownHeaderDepth, KnownMarkdownParsingSubmode, KnownLexicalNormalizerName as KnownNormalizerNames, KnownOcrLineEnding, KnownOcrSkillLanguage, KnownPermissionFilter, KnownPIIDetectionSkillMaskingMode, KnownRankingOrder, KnownRegexFlags, KnownSearchFieldDataType, KnownSearchIndexerDataSourceType, KnownSearchIndexPermissionFilterOption, KnownSentimentSkillLanguage, KnownSplitSkillEncoderModelName, KnownSplitSkillLanguage, KnownSplitSkillUnit, KnownTextSplitMode, KnownTextTranslationSkillLanguage, KnowledgeSourceStatus, KnownVectorEncodingFormat, KnownVectorSearchAlgorithmKind, KnownVectorSearchAlgorithmMetric, KnownVectorSearchCompressionKind, KnownVectorSearchCompressionRescoreStorageMethod, KnownVectorSearchCompressionTarget, KnownVectorSearchVectorizerKind, KnownVisualFeature, LanguageDetectionSkill, LengthTokenFilter, LexicalAnalyzerName, LexicalNormalizerName, LexicalTokenizerName, LimitTokenFilter, ListIndexStatsSummary, LuceneStandardAnalyzer, MagnitudeScoringFunction, MagnitudeScoringParameters, MappingCharFilter, MarkdownHeaderDepth, MarkdownParsingSubmode, MergeSkill, MicrosoftLanguageStemmingTokenizer, MicrosoftLanguageTokenizer, MicrosoftStemmingTokenizerLanguage, MicrosoftTokenizerLanguage, NativeBlobSoftDeleteDeletionDetectionPolicy, NGramTokenizer, OcrLineEnding, OutputFieldMappingEntry, PathHierarchyTokenizerV2 as PathHierarchyTokenizer, PatternCaptureTokenFilter, PatternReplaceCharFilter, PatternReplaceTokenFilter, PermissionFilter, PhoneticEncoder, PhoneticTokenFilter, RankingOrder, RescoringOptions, ResourceCounter, ScalarQuantizationCompression, ScalarQuantizationParameters, ScoringFunctionAggregation, ScoringFunctionInterpolation, SearchAlias, SearchIndexerDataContainer, SearchIndexerDataNoneIdentity, SearchIndexerDataUserAssignedIdentity, SearchIndexerError, SearchIndexerIndexProjectionSelector, SearchIndexerKnowledgeStoreBlobProjectionSelector, SearchIndexerKnowledgeStoreFileProjectionSelector, SearchIndexerKnowledgeStoreObjectProjectionSelector, SearchIndexerKnowledgeStoreProjection, SearchIndexerKnowledgeStoreProjectionSelector, SearchIndexerKnowledgeStoreTableProjectionSelector, SearchIndexerLimits, SearchIndexerStatus, SearchIndexerWarning, SearchIndexKnowledgeSourceParameters, SearchIndexPermissionFilterOption, Suggester as SearchSuggester, SemanticConfiguration, SemanticField, SemanticPrioritizedFields, SemanticSearch, SentimentSkillV3, ServiceCounters, ServiceLimits, ShaperSkill, ShingleTokenFilter, Similarity, SnowballTokenFilter, SnowballTokenFilterLanguage, SoftDeleteColumnDeletionDetectionPolicy, SplitSkillEncoderModelName, SplitSkillUnit, SqlIntegratedChangeTrackingPolicy, StemmerOverrideTokenFilter, StemmerTokenFilter, StemmerTokenFilterLanguage, StopAnalyzer, StopwordsList, StopwordsTokenFilter, SynonymTokenFilter, TagScoringFunction, TagScoringParameters, TextWeights, TokenCharacterKind, TokenFilterName, TruncateTokenFilter, UaxUrlEmailTokenizer, UniqueTokenFilter, VectorEncodingFormat, VectorSearchCompressionKind, VectorSearchCompressionRescoreStorageMethod, VectorSearchCompressionTarget, VectorSearchProfile, VectorSearchVectorizerKind, WordDelimiterTokenFilter, } from "./generated/service/models/index.js";
4
5
  export { default as GeographyPoint } from "./geographyPoint.js";
5
6
  export { IndexDocumentsBatch } from "./indexDocumentsBatch.js";
6
- export { AutocompleteOptions, AutocompleteRequest, BaseSearchRequestOptions, BaseVectorQuery, CountDocumentsOptions, DeleteDocumentsOptions, ExcludedODataTypes, ExtractDocumentKey, ExtractiveQueryAnswer, ExtractiveQueryCaption, GetDocumentOptions, IndexDocumentsAction, IndexDocumentsOptions, ListSearchResultsPageSettings, MergeDocumentsOptions, MergeOrUploadDocumentsOptions, NarrowedModel, QueryAnswer, QueryCaption, SearchDocumentsPageResult, SearchDocumentsResult, SearchDocumentsResultBase, SearchFieldArray, SearchIndexingBufferedSenderDeleteDocumentsOptions, SearchIndexingBufferedSenderFlushDocumentsOptions, SearchIndexingBufferedSenderMergeDocumentsOptions, SearchIndexingBufferedSenderMergeOrUploadDocumentsOptions, SearchIndexingBufferedSenderOptions, SearchIndexingBufferedSenderUploadDocumentsOptions, SearchIterator, SearchOptions, SearchPick, SearchRequestOptions, SearchRequestQueryTypeOptions, SearchResult, SelectArray, SelectFields, SemanticErrorMode, SemanticErrorReason, SemanticSearchOptions, SemanticSearchResultsType, SuggestDocumentsResult, SuggestNarrowedModel, SuggestOptions, SuggestRequest, SuggestResult, UnionToIntersection, UploadDocumentsOptions, VectorFilterMode, VectorizableTextQuery, VectorizedQuery, VectorQuery, VectorQueryKind, VectorSearchOptions, } from "./indexModels.js";
7
+ export { 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 { KnowledgeBase, RetrieveKnowledgeOptions } from "./knowledgeBaseModels.js";
9
+ export { KnowledgeRetrievalClient, KnowledgeRetrievalClientOptions, } from "./knowledgeRetrievalClient.js";
7
10
  export { odata } from "./odata.js";
8
11
  export { KnownSearchAudience } from "./searchAudience.js";
9
12
  export { SearchClient, SearchClientOptions } from "./searchClient.js";
10
13
  export { SearchIndexClient, SearchIndexClientOptions } from "./searchIndexClient.js";
11
14
  export { SearchIndexerClient, SearchIndexerClientOptions } from "./searchIndexerClient.js";
12
15
  export { DEFAULT_BATCH_SIZE, DEFAULT_FLUSH_WINDOW, DEFAULT_RETRY_COUNT, IndexDocumentsClient, SearchIndexingBufferedSender, } from "./searchIndexingBufferedSender.js";
13
- export { AnalyzeRequest, AnalyzeTextOptions, AzureOpenAIEmbeddingSkill, AzureOpenAIParameters, AzureOpenAIVectorizer, BaseVectorSearchAlgorithmConfiguration, BaseVectorSearchVectorizer, BlobIndexerDataToExtract, BlobIndexerImageAction, BlobIndexerParsingMode, BlobIndexerPDFTextRotationAlgorithm, CharFilter, CognitiveServicesAccount, ComplexDataType, ComplexField, CreateDataSourceConnectionOptions, CreateIndexerOptions, CreateIndexOptions, CreateorUpdateDataSourceConnectionOptions, CreateorUpdateIndexerOptions, CreateOrUpdateIndexOptions, CreateOrUpdateSkillsetOptions, CreateOrUpdateSynonymMapOptions, CreateSkillsetOptions, CreateSynonymMapOptions, CustomAnalyzer, CustomEntityLookupSkill, CustomEntityLookupSkillLanguage, DataChangeDetectionPolicy, DataDeletionDetectionPolicy, DeleteDataSourceConnectionOptions, DeleteIndexerOptions, DeleteIndexOptions, DeleteSkillsetOptions, DeleteSynonymMapOptions, EdgeNGramTokenFilter, EntityCategory, EntityRecognitionSkill, EntityRecognitionSkillLanguage, ExhaustiveKnnAlgorithmConfiguration, ExhaustiveKnnParameters, GetDataSourceConnectionOptions, GetIndexerOptions, GetIndexerStatusOptions, GetIndexOptions, GetIndexStatisticsOptions, GetServiceStatisticsOptions, GetSkillSetOptions, GetSynonymMapsOptions, HnswAlgorithmConfiguration, HnswParameters, ImageAnalysisSkill, ImageAnalysisSkillLanguage, ImageDetail, IndexerExecutionEnvironment, IndexingParameters, IndexingParametersConfiguration, IndexIterator, IndexNameIterator, KeyPhraseExtractionSkill, KeyPhraseExtractionSkillLanguage, KeywordTokenizer, KnownAnalyzerNames, LexicalAnalyzer, LexicalNormalizer, LexicalTokenizer, ListDataSourceConnectionsOptions, ListIndexersOptions, ListIndexesOptions, ListSkillsetsOptions, ListSynonymMapsOptions, LuceneStandardTokenizer, NGramTokenFilter, OcrSkill, OcrSkillLanguage, PatternAnalyzer, PatternTokenizer, PIIDetectionSkill, PIIDetectionSkillMaskingMode, RegexFlags, ResetIndexerOptions, RunIndexerOptions, ScoringFunction, ScoringProfile, SearchField, SearchFieldDataType, SearchIndex, SearchIndexer, SearchIndexerDataIdentity, SearchIndexerDataSourceConnection, SearchIndexerDataSourceType, SearchIndexerIndexProjection, SearchIndexerIndexProjectionParameters, SearchIndexerKnowledgeStore, SearchIndexerKnowledgeStoreParameters, SearchIndexerSkill, SearchIndexerSkillset, SearchIndexStatistics, SearchResourceEncryptionKey, SearchServiceStatistics, SentimentSkill, SentimentSkillLanguage, SimilarityAlgorithm, SimpleField, SplitSkill, SplitSkillLanguage, SynonymMap, TextSplitMode, TextTranslationSkill, TextTranslationSkillLanguage, TokenFilter, VectorSearch, VectorSearchAlgorithmConfiguration, VectorSearchAlgorithmKind, VectorSearchAlgorithmMetric, VectorSearchCompression, VectorSearchVectorizer, VisualFeature, WebApiParameters, WebApiSkill, WebApiVectorizer, } from "./serviceModels.js";
16
+ export { AIServicesAccountIdentity, AIServicesVisionParameters, AIServicesVisionVectorizer, AliasIterator, AnalyzeRequest, AnalyzeTextOptions, AzureBlobKnowledgeSource, AzureBlobKnowledgeSourceParameters, AzureMachineLearningVectorizer, AzureMachineLearningVectorizerParameters, AzureOpenAIEmbeddingSkill, AzureOpenAIParameters, AzureOpenAIVectorizer, BaseAzureMachineLearningVectorizerParameters, BaseKnowledgeSource, BaseVectorSearchAlgorithmConfiguration, BaseVectorSearchVectorizer, BlobIndexerDataToExtract, BlobIndexerImageAction, BlobIndexerParsingMode, BlobIndexerPDFTextRotationAlgorithm, CharFilter, ChatCompletionSkill, CognitiveServicesAccount, ComplexDataType, ComplexField, CreateAliasOptions, CreateDataSourceConnectionOptions, CreateIndexerOptions, CreateIndexOptions, CreateKnowledgeBaseOptions, CreateKnowledgeSourceOptions, CreateOrUpdateAliasOptions, CreateorUpdateDataSourceConnectionOptions, CreateorUpdateIndexerOptions, CreateOrUpdateIndexOptions, CreateOrUpdateKnowledgeBaseOptions, CreateOrUpdateKnowledgeSourceOptions, CreateOrUpdateSkillsetOptions, CreateOrUpdateSynonymMapOptions, CreateSkillsetOptions, CreateSynonymMapOptions, CustomAnalyzer, CustomEntityLookupSkill, CustomEntityLookupSkillLanguage, DataChangeDetectionPolicy, DataDeletionDetectionPolicy, DeleteAliasOptions, DeleteDataSourceConnectionOptions, DeleteIndexerOptions, DeleteIndexOptions, DeleteKnowledgeBaseOptions, DeleteKnowledgeSourceOptions, DeleteSkillsetOptions, DeleteSynonymMapOptions, DocumentIntelligenceLayoutSkill, EdgeNGramTokenFilter, EntityCategory, EntityRecognitionSkill, EntityRecognitionSkillLanguage, ExhaustiveKnnAlgorithmConfiguration, ExhaustiveKnnParameters, GetAliasOptions, GetDataSourceConnectionOptions, GetIndexerOptions, GetIndexerStatusOptions, GetIndexOptions, GetIndexStatisticsOptions, GetIndexStatsSummaryOptions, GetKnowledgeBaseOptions, GetKnowledgeSourceOptions, GetServiceStatisticsOptions, GetSkillSetOptions, GetSynonymMapsOptions, HnswAlgorithmConfiguration, HnswParameters, ImageAnalysisSkill, ImageAnalysisSkillLanguage, ImageDetail, IndexedOneLakeKnowledgeSource, IndexedOneLakeKnowledgeSourceParameters, IndexedSharePointKnowledgeSource, IndexedSharePointKnowledgeSourceParameters, IndexerExecutionEnvironment, IndexingParameters, IndexingParametersConfiguration, IndexIterator, IndexNameIterator, IndexStatisticsSummaryIterator, KeyAuthAzureMachineLearningVectorizerParameters, KeyPhraseExtractionSkill, KeyPhraseExtractionSkillLanguage, KeywordTokenizer, KnowledgeBaseAzureOpenAIModel, KnowledgeBaseIterator, KnowledgeBaseModel, KnowledgeSource, KnowledgeSourceAzureOpenAIVectorizer, KnowledgeSourceIngestionParameters, KnowledgeSourceIterator, KnownAnalyzerNames, KnownCharFilterNames, KnownTokenFilterNames, KnownTokenizerNames, LexicalAnalyzer, LexicalNormalizer, LexicalTokenizer, ListAliasesOptions, ListDataSourceConnectionsOptions, ListIndexersOptions, ListIndexesOptions, ListKnowledgeBasesOptions, ListKnowledgeSourcesOptions, ListSkillsetsOptions, ListSynonymMapsOptions, LuceneStandardTokenizer, NGramTokenFilter, NoAuthAzureMachineLearningVectorizerParameters, OcrSkill, OcrSkillLanguage, PatternAnalyzer, PatternTokenizer, PIIDetectionSkill, PIIDetectionSkillMaskingMode, RegexFlags, RemoteSharePointKnowledgeSource, ResetDocumentsOptions, ResetIndexerOptions, ResetSkillsOptions, RunIndexerOptions, ScoringFunction, ScoringProfile, SearchField, SearchFieldDataType, SearchIndex, SearchIndexAlias, SearchIndexer, SearchIndexerCache, SearchIndexerDataIdentity, SearchIndexerDataSourceConnection, SearchIndexerDataSourceType, SearchIndexerIndexProjection, SearchIndexerIndexProjectionParameters, SearchIndexerKnowledgeStore, SearchIndexerKnowledgeStoreParameters, SearchIndexerSkill, SearchIndexerSkillset, SearchIndexKnowledgeSource, SearchIndexStatistics, SearchResourceEncryptionKey, SearchServiceStatistics, SentimentSkill, SentimentSkillLanguage, SimilarityAlgorithm, SimpleField, SplitSkill, SplitSkillLanguage, SynonymMap, TextSplitMode, TextTranslationSkill, TextTranslationSkillLanguage, TokenAuthAzureMachineLearningVectorizerParameters, TokenFilter, VectorSearch, VectorSearchAlgorithmConfiguration, VectorSearchAlgorithmKind, VectorSearchAlgorithmMetric, VectorSearchCompression, VectorSearchVectorizer, VisionVectorizeSkill, VisualFeature, WebApiParameters, WebApiSkill, WebApiSkills, WebApiVectorizer, WebKnowledgeSource, } from "./serviceModels.js";
14
17
  export { createSynonymMapFromFile } from "./synonymMapHelper.js";
15
18
  //# 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,16 +1,18 @@
1
1
  // Copyright (c) Microsoft Corporation.
2
2
  // Licensed under the MIT License.
3
3
  export { AzureKeyCredential } from "@azure/core-auth";
4
- export { KnownSemanticErrorMode, KnownSemanticErrorReason, KnownSemanticSearchResultsType, KnownVectorFilterMode, KnownVectorQueryKind, } from "./generated/data/models/index.js";
5
- export { KnownAzureOpenAIModelName, KnownBlobIndexerDataToExtract, KnownBlobIndexerImageAction, KnownBlobIndexerPDFTextRotationAlgorithm, KnownBlobIndexerParsingMode, KnownCharFilterName as KnownCharFilterNames, KnownCustomEntityLookupSkillLanguage, KnownDocumentIntelligenceLayoutSkillChunkingUnit, KnownDocumentIntelligenceLayoutSkillExtractionOptions, KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth, KnownDocumentIntelligenceLayoutSkillOutputFormat, KnownDocumentIntelligenceLayoutSkillOutputMode, KnownEntityCategory, KnownEntityRecognitionSkillLanguage, KnownImageAnalysisSkillLanguage, KnownImageDetail, KnownIndexProjectionMode, KnownIndexerExecutionEnvironment, KnownKeyPhraseExtractionSkillLanguage, KnownLexicalNormalizerName as KnownLexicalNormalizerNames, KnownLexicalTokenizerName as KnownTokenizerNames, KnownOcrLineEnding, KnownOcrSkillLanguage, KnownPIIDetectionSkillMaskingMode, KnownRankingOrder, KnownRegexFlags, KnownSearchFieldDataType, KnownSearchIndexerDataSourceType, KnownSentimentSkillLanguage, KnownSplitSkillLanguage, KnownTextSplitMode, KnownTextTranslationSkillLanguage, KnownTokenFilterName as KnownTokenFilterNames, KnownVectorEncodingFormat, KnownVectorSearchAlgorithmKind, KnownVectorSearchAlgorithmMetric, KnownVectorSearchCompressionKind, KnownVectorSearchCompressionRescoreStorageMethod, KnownVectorSearchCompressionTarget, KnownVectorSearchVectorizerKind, KnownVisualFeature, } from "./generated/service/models/index.js";
4
+ export { KnownHybridCountAndFacetMode, KnownQueryDebugMode, KnownQueryLanguage, KnownQuerySpellerType as KnownQuerySpeller, KnownSemanticErrorMode, KnownSemanticErrorReason, KnownSemanticFieldState, KnownSemanticQueryRewritesResultType, KnownSemanticSearchResultsType, KnownVectorFilterMode, KnownVectorQueryKind, KnownVectorThresholdKind, } from "./generated/data/models/index.js";
5
+ export { KnownKnowledgeSourceKind, } from "./generated/knowledgeBase/models/index.js";
6
+ export { 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, 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, } from "./generated/service/models/index.js";
6
7
  export { default as GeographyPoint } from "./geographyPoint.js";
7
8
  export { IndexDocumentsBatch } from "./indexDocumentsBatch.js";
9
+ export { KnowledgeRetrievalClient, } from "./knowledgeRetrievalClient.js";
8
10
  export { odata } from "./odata.js";
9
11
  export { KnownSearchAudience } from "./searchAudience.js";
10
12
  export { SearchClient } from "./searchClient.js";
11
13
  export { SearchIndexClient } from "./searchIndexClient.js";
12
14
  export { SearchIndexerClient } from "./searchIndexerClient.js";
13
15
  export { DEFAULT_BATCH_SIZE, DEFAULT_FLUSH_WINDOW, DEFAULT_RETRY_COUNT, SearchIndexingBufferedSender, } from "./searchIndexingBufferedSender.js";
14
- export { KnownAnalyzerNames, } from "./serviceModels.js";
16
+ export { KnownAnalyzerNames, KnownCharFilterNames, KnownTokenFilterNames, KnownTokenizerNames, } from "./serviceModels.js";
15
17
  export { createSynonymMapFromFile } from "./synonymMapHelper.js";
16
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,EAQL,sBAAsB,EACtB,wBAAwB,EACxB,8BAA8B,EAC9B,qBAAqB,EACrB,oBAAoB,GAMrB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAuDL,yBAAyB,EACzB,6BAA6B,EAC7B,2BAA2B,EAC3B,wCAAwC,EACxC,2BAA2B,EAC3B,mBAAmB,IAAI,oBAAoB,EAC3C,oCAAoC,EACpC,gDAAgD,EAChD,qDAAqD,EACrD,uDAAuD,EACvD,gDAAgD,EAChD,8CAA8C,EAC9C,mBAAmB,EACnB,mCAAmC,EACnC,+BAA+B,EAC/B,gBAAgB,EAChB,wBAAwB,EACxB,gCAAgC,EAChC,qCAAqC,EACrC,0BAA0B,IAAI,2BAA2B,EACzD,yBAAyB,IAAI,mBAAmB,EAChD,kBAAkB,EAClB,qBAAqB,EACrB,iCAAiC,EACjC,iBAAiB,EACjB,eAAe,EACf,wBAAwB,EACxB,gCAAgC,EAChC,2BAA2B,EAC3B,uBAAuB,EACvB,kBAAkB,EAClB,iCAAiC,EACjC,oBAAoB,IAAI,qBAAqB,EAC7C,yBAAyB,EACzB,8BAA8B,EAC9B,gCAAgC,EAChC,gCAAgC,EAChC,gDAAgD,EAChD,kCAAkC,EAClC,+BAA+B,EAC/B,kBAAkB,GA0FnB,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAyD/D,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAuB,MAAM,mBAAmB,CAAC;AACtE,OAAO,EAAE,iBAAiB,EAA4B,MAAM,wBAAwB,CAAC;AACrF,OAAO,EAAE,mBAAmB,EAA8B,MAAM,0BAA0B,CAAC;AAC3F,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EACpB,mBAAmB,EAEnB,4BAA4B,GAC7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EA+DL,kBAAkB,GA2DnB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { AzureKeyCredential } from \"@azure/core-auth\";\nexport {\n AutocompleteItem,\n AutocompleteMode,\n AutocompleteResult,\n FacetResult,\n IndexActionType,\n IndexDocumentsResult,\n IndexingResult,\n KnownSemanticErrorMode,\n KnownSemanticErrorReason,\n KnownSemanticSearchResultsType,\n KnownVectorFilterMode,\n KnownVectorQueryKind,\n QueryAnswerResult,\n QueryCaptionResult,\n QueryType,\n ScoringStatistics,\n SearchMode,\n} from \"./generated/data/models/index.js\";\nexport {\n AnalyzeResult,\n AnalyzedTokenInfo,\n AsciiFoldingTokenFilter,\n AzureActiveDirectoryApplicationCredentials,\n AzureOpenAIModelName,\n BaseLexicalNormalizer,\n BM25Similarity,\n BinaryQuantizationCompression,\n CharFilter as BaseCharFilter,\n CharFilterName,\n CjkBigramTokenFilter,\n CjkBigramTokenFilterScripts,\n ClassicSimilarity,\n ClassicTokenizer,\n CognitiveServicesAccount as BaseCognitiveServicesAccount,\n CognitiveServicesAccountKey,\n CommonGramTokenFilter,\n ConditionalSkill,\n CorsOptions,\n CustomEntity,\n CustomEntityAlias,\n CustomLexicalNormalizer,\n DataChangeDetectionPolicy as BaseDataChangeDetectionPolicy,\n DataDeletionDetectionPolicy as BaseDataDeletionDetectionPolicy,\n DefaultCognitiveServicesAccount,\n DictionaryDecompounderTokenFilter,\n DistanceScoringFunction,\n DistanceScoringParameters,\n DocumentExtractionSkill,\n DocumentIntelligenceLayoutSkill,\n DocumentIntelligenceLayoutSkillChunkingProperties,\n DocumentIntelligenceLayoutSkillChunkingUnit,\n DocumentIntelligenceLayoutSkillExtractionOptions,\n DocumentIntelligenceLayoutSkillMarkdownHeaderDepth,\n DocumentIntelligenceLayoutSkillOutputFormat,\n DocumentIntelligenceLayoutSkillOutputMode,\n EdgeNGramTokenFilterSide,\n EdgeNGramTokenizer,\n ElisionTokenFilter,\n EntityLinkingSkill,\n EntityRecognitionSkillV3,\n FieldMapping,\n FieldMappingFunction,\n FreshnessScoringFunction,\n FreshnessScoringParameters,\n HighWaterMarkChangeDetectionPolicy,\n IndexProjectionMode,\n IndexerExecutionResult,\n IndexerExecutionStatus,\n IndexerStatus,\n IndexingSchedule,\n InputFieldMappingEntry,\n KeepTokenFilter,\n KeywordMarkerTokenFilter,\n KnownAzureOpenAIModelName,\n KnownBlobIndexerDataToExtract,\n KnownBlobIndexerImageAction,\n KnownBlobIndexerPDFTextRotationAlgorithm,\n KnownBlobIndexerParsingMode,\n KnownCharFilterName as KnownCharFilterNames,\n KnownCustomEntityLookupSkillLanguage,\n KnownDocumentIntelligenceLayoutSkillChunkingUnit,\n KnownDocumentIntelligenceLayoutSkillExtractionOptions,\n KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth,\n KnownDocumentIntelligenceLayoutSkillOutputFormat,\n KnownDocumentIntelligenceLayoutSkillOutputMode,\n KnownEntityCategory,\n KnownEntityRecognitionSkillLanguage,\n KnownImageAnalysisSkillLanguage,\n KnownImageDetail,\n KnownIndexProjectionMode,\n KnownIndexerExecutionEnvironment,\n KnownKeyPhraseExtractionSkillLanguage,\n KnownLexicalNormalizerName as KnownLexicalNormalizerNames,\n KnownLexicalTokenizerName as KnownTokenizerNames,\n KnownOcrLineEnding,\n KnownOcrSkillLanguage,\n KnownPIIDetectionSkillMaskingMode,\n KnownRankingOrder,\n KnownRegexFlags,\n KnownSearchFieldDataType,\n KnownSearchIndexerDataSourceType,\n KnownSentimentSkillLanguage,\n KnownSplitSkillLanguage,\n KnownTextSplitMode,\n KnownTextTranslationSkillLanguage,\n KnownTokenFilterName as KnownTokenFilterNames,\n KnownVectorEncodingFormat,\n KnownVectorSearchAlgorithmKind,\n KnownVectorSearchAlgorithmMetric,\n KnownVectorSearchCompressionKind,\n KnownVectorSearchCompressionRescoreStorageMethod,\n KnownVectorSearchCompressionTarget,\n KnownVectorSearchVectorizerKind,\n KnownVisualFeature,\n LanguageDetectionSkill,\n LengthTokenFilter,\n LexicalAnalyzer as BaseLexicalAnalyzer,\n LexicalAnalyzerName,\n LexicalNormalizerName,\n LexicalTokenizer as BaseLexicalTokenizer,\n LexicalTokenizerName,\n LimitTokenFilter,\n LuceneStandardAnalyzer,\n MagnitudeScoringFunction,\n MagnitudeScoringParameters,\n MappingCharFilter,\n MergeSkill,\n MicrosoftLanguageStemmingTokenizer,\n MicrosoftLanguageTokenizer,\n MicrosoftStemmingTokenizerLanguage,\n MicrosoftTokenizerLanguage,\n NGramTokenizer,\n OcrLineEnding,\n OutputFieldMappingEntry,\n PathHierarchyTokenizerV2 as PathHierarchyTokenizer,\n PatternCaptureTokenFilter,\n PatternReplaceCharFilter,\n PatternReplaceTokenFilter,\n PhoneticEncoder,\n PhoneticTokenFilter,\n RankingOrder,\n RescoringOptions,\n ResourceCounter,\n ScalarQuantizationCompression,\n ScalarQuantizationParameters,\n ScoringFunction as BaseScoringFunction,\n ScoringFunctionAggregation,\n ScoringFunctionInterpolation,\n SearchIndexerDataContainer,\n SearchIndexerDataIdentity as BaseSearchIndexerDataIdentity,\n SearchIndexerDataNoneIdentity,\n SearchIndexerDataUserAssignedIdentity,\n SearchIndexerError,\n SearchIndexerIndexProjectionSelector,\n SearchIndexerKnowledgeStoreBlobProjectionSelector,\n SearchIndexerKnowledgeStoreFileProjectionSelector,\n SearchIndexerKnowledgeStoreObjectProjectionSelector,\n SearchIndexerKnowledgeStoreProjection,\n SearchIndexerKnowledgeStoreProjectionSelector,\n SearchIndexerKnowledgeStoreTableProjectionSelector,\n SearchIndexerLimits,\n SearchIndexerSkill as BaseSearchIndexerSkill,\n SearchIndexerStatus,\n SearchIndexerWarning,\n SemanticConfiguration,\n SemanticField,\n SemanticPrioritizedFields,\n SemanticSearch,\n SentimentSkillV3,\n ServiceCounters,\n ServiceLimits,\n ShaperSkill,\n ShingleTokenFilter,\n Similarity,\n SnowballTokenFilter,\n SnowballTokenFilterLanguage,\n SoftDeleteColumnDeletionDetectionPolicy,\n SqlIntegratedChangeTrackingPolicy,\n StemmerOverrideTokenFilter,\n StemmerTokenFilter,\n StemmerTokenFilterLanguage,\n StopAnalyzer,\n StopwordsList,\n StopwordsTokenFilter,\n Suggester as SearchSuggester,\n SynonymTokenFilter,\n TagScoringFunction,\n TagScoringParameters,\n TextWeights,\n TokenCharacterKind,\n TokenFilter as BaseTokenFilter,\n TokenFilterName,\n TruncateTokenFilter,\n UaxUrlEmailTokenizer,\n UniqueTokenFilter,\n VectorEncodingFormat,\n VectorSearchCompression as BaseVectorSearchCompression,\n VectorSearchCompressionKind,\n VectorSearchCompressionRescoreStorageMethod,\n VectorSearchCompressionTarget,\n VectorSearchProfile,\n VectorSearchVectorizerKind,\n WordDelimiterTokenFilter,\n} from \"./generated/service/models/index.js\";\nexport { default as GeographyPoint } from \"./geographyPoint.js\";\nexport { IndexDocumentsBatch } from \"./indexDocumentsBatch.js\";\nexport {\n AutocompleteOptions,\n AutocompleteRequest,\n BaseSearchRequestOptions,\n BaseVectorQuery,\n CountDocumentsOptions,\n DeleteDocumentsOptions,\n ExcludedODataTypes,\n ExtractDocumentKey,\n ExtractiveQueryAnswer,\n ExtractiveQueryCaption,\n GetDocumentOptions,\n IndexDocumentsAction,\n IndexDocumentsOptions,\n ListSearchResultsPageSettings,\n MergeDocumentsOptions,\n MergeOrUploadDocumentsOptions,\n NarrowedModel,\n QueryAnswer,\n QueryCaption,\n SearchDocumentsPageResult,\n SearchDocumentsResult,\n SearchDocumentsResultBase,\n SearchFieldArray,\n SearchIndexingBufferedSenderDeleteDocumentsOptions,\n SearchIndexingBufferedSenderFlushDocumentsOptions,\n SearchIndexingBufferedSenderMergeDocumentsOptions,\n SearchIndexingBufferedSenderMergeOrUploadDocumentsOptions,\n SearchIndexingBufferedSenderOptions,\n SearchIndexingBufferedSenderUploadDocumentsOptions,\n SearchIterator,\n SearchOptions,\n SearchPick,\n SearchRequestOptions,\n SearchRequestQueryTypeOptions,\n SearchResult,\n SelectArray,\n SelectFields,\n SemanticErrorMode,\n SemanticErrorReason,\n SemanticSearchOptions,\n SemanticSearchResultsType,\n SuggestDocumentsResult,\n SuggestNarrowedModel,\n SuggestOptions,\n SuggestRequest,\n SuggestResult,\n UnionToIntersection,\n UploadDocumentsOptions,\n VectorFilterMode,\n VectorizableTextQuery,\n VectorizedQuery,\n VectorQuery,\n VectorQueryKind,\n VectorSearchOptions,\n} from \"./indexModels.js\";\nexport { odata } from \"./odata.js\";\nexport { KnownSearchAudience } from \"./searchAudience.js\";\nexport { SearchClient, SearchClientOptions } from \"./searchClient.js\";\nexport { SearchIndexClient, SearchIndexClientOptions } from \"./searchIndexClient.js\";\nexport { SearchIndexerClient, SearchIndexerClientOptions } from \"./searchIndexerClient.js\";\nexport {\n DEFAULT_BATCH_SIZE,\n DEFAULT_FLUSH_WINDOW,\n DEFAULT_RETRY_COUNT,\n IndexDocumentsClient,\n SearchIndexingBufferedSender,\n} from \"./searchIndexingBufferedSender.js\";\nexport {\n AnalyzeRequest,\n AnalyzeTextOptions,\n AzureOpenAIEmbeddingSkill,\n AzureOpenAIParameters,\n AzureOpenAIVectorizer,\n BaseVectorSearchAlgorithmConfiguration,\n BaseVectorSearchVectorizer,\n BlobIndexerDataToExtract,\n BlobIndexerImageAction,\n BlobIndexerParsingMode,\n BlobIndexerPDFTextRotationAlgorithm,\n CharFilter,\n CognitiveServicesAccount,\n ComplexDataType,\n ComplexField,\n CreateDataSourceConnectionOptions,\n CreateIndexerOptions,\n CreateIndexOptions,\n CreateorUpdateDataSourceConnectionOptions,\n CreateorUpdateIndexerOptions,\n CreateOrUpdateIndexOptions,\n CreateOrUpdateSkillsetOptions,\n CreateOrUpdateSynonymMapOptions,\n CreateSkillsetOptions,\n CreateSynonymMapOptions,\n CustomAnalyzer,\n CustomEntityLookupSkill,\n CustomEntityLookupSkillLanguage,\n DataChangeDetectionPolicy,\n DataDeletionDetectionPolicy,\n DeleteDataSourceConnectionOptions,\n DeleteIndexerOptions,\n DeleteIndexOptions,\n DeleteSkillsetOptions,\n DeleteSynonymMapOptions,\n EdgeNGramTokenFilter,\n EntityCategory,\n EntityRecognitionSkill,\n EntityRecognitionSkillLanguage,\n ExhaustiveKnnAlgorithmConfiguration,\n ExhaustiveKnnParameters,\n GetDataSourceConnectionOptions,\n GetIndexerOptions,\n GetIndexerStatusOptions,\n GetIndexOptions,\n GetIndexStatisticsOptions,\n GetServiceStatisticsOptions,\n GetSkillSetOptions,\n GetSynonymMapsOptions,\n HnswAlgorithmConfiguration,\n HnswParameters,\n ImageAnalysisSkill,\n ImageAnalysisSkillLanguage,\n ImageDetail,\n IndexerExecutionEnvironment,\n IndexingParameters,\n IndexingParametersConfiguration,\n IndexIterator,\n IndexNameIterator,\n KeyPhraseExtractionSkill,\n KeyPhraseExtractionSkillLanguage,\n KeywordTokenizer,\n KnownAnalyzerNames,\n LexicalAnalyzer,\n LexicalNormalizer,\n LexicalTokenizer,\n ListDataSourceConnectionsOptions,\n ListIndexersOptions,\n ListIndexesOptions,\n ListSkillsetsOptions,\n ListSynonymMapsOptions,\n LuceneStandardTokenizer,\n NGramTokenFilter,\n OcrSkill,\n OcrSkillLanguage,\n PatternAnalyzer,\n PatternTokenizer,\n PIIDetectionSkill,\n PIIDetectionSkillMaskingMode,\n RegexFlags,\n ResetIndexerOptions,\n RunIndexerOptions,\n ScoringFunction,\n ScoringProfile,\n SearchField,\n SearchFieldDataType,\n SearchIndex,\n SearchIndexer,\n SearchIndexerDataIdentity,\n SearchIndexerDataSourceConnection,\n SearchIndexerDataSourceType,\n SearchIndexerIndexProjection,\n SearchIndexerIndexProjectionParameters,\n SearchIndexerKnowledgeStore,\n SearchIndexerKnowledgeStoreParameters,\n SearchIndexerSkill,\n SearchIndexerSkillset,\n SearchIndexStatistics,\n SearchResourceEncryptionKey,\n SearchServiceStatistics,\n SentimentSkill,\n SentimentSkillLanguage,\n SimilarityAlgorithm,\n SimpleField,\n SplitSkill,\n SplitSkillLanguage,\n SynonymMap,\n TextSplitMode,\n TextTranslationSkill,\n TextTranslationSkillLanguage,\n TokenFilter,\n VectorSearch,\n VectorSearchAlgorithmConfiguration,\n VectorSearchAlgorithmKind,\n VectorSearchAlgorithmMetric,\n VectorSearchCompression,\n VectorSearchVectorizer,\n VisualFeature,\n WebApiParameters,\n WebApiSkill,\n WebApiVectorizer,\n} from \"./serviceModels.js\";\nexport { createSynonymMapFromFile } from \"./synonymMapHelper.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,EAWL,4BAA4B,EAC5B,mBAAmB,EACnB,kBAAkB,EAClB,qBAAqB,IAAI,iBAAiB,EAC1C,sBAAsB,EACtB,wBAAwB,EACxB,uBAAuB,EACvB,oCAAoC,EACpC,8BAA8B,EAC9B,qBAAqB,EACrB,oBAAoB,EACpB,wBAAwB,GAmBzB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EA2BL,wBAAwB,GAEzB,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAuFL,8BAA8B,EAC9B,yBAAyB,EACzB,6BAA6B,EAC7B,2BAA2B,EAC3B,2BAA2B,EAC3B,wCAAwC,EACxC,0CAA0C,EAC1C,qCAAqC,EACrC,oCAAoC,EACpC,gDAAgD,EAChD,qDAAqD,EACrD,uDAAuD,EACvD,gDAAgD,EAChD,8CAA8C,EAC9C,mBAAmB,EACnB,mCAAmC,EACnC,+BAA+B,EAC/B,gBAAgB,EAChB,gCAAgC,EAChC,iCAAiC,EACjC,4BAA4B,EAC5B,wBAAwB,EACxB,iBAAiB,EACjB,wBAAwB,EACxB,qCAAqC,EACrC,2BAA2B,EAC3B,wBAAwB,EACxB,0BAA0B,EAC1B,wBAAwB,EACxB,2BAA2B,EAC3B,0BAA0B,IAAI,oBAAoB,EAClD,kBAAkB,EAClB,qBAAqB,EACrB,qBAAqB,EACrB,iCAAiC,EACjC,iBAAiB,EACjB,eAAe,EACf,wBAAwB,EACxB,gCAAgC,EAChC,sCAAsC,EACtC,2BAA2B,EAC3B,+BAA+B,EAC/B,uBAAuB,EACvB,mBAAmB,EACnB,kBAAkB,EAClB,iCAAiC,EAEjC,yBAAyB,EACzB,8BAA8B,EAC9B,gCAAgC,EAChC,gCAAgC,EAChC,gDAAgD,EAChD,kCAAkC,EAClC,+BAA+B,EAC/B,kBAAkB,GA6FnB,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAqE/D,OAAO,EACL,wBAAwB,GAEzB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAuB,MAAM,mBAAmB,CAAC;AACtE,OAAO,EAAE,iBAAiB,EAA4B,MAAM,wBAAwB,CAAC;AACrF,OAAO,EAAE,mBAAmB,EAA8B,MAAM,0BAA0B,CAAC;AAC3F,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EACpB,mBAAmB,EAEnB,4BAA4B,GAC7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAqGL,kBAAkB,EAClB,oBAAoB,EACpB,qBAAqB,EACrB,mBAAmB,GAyEpB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { AzureKeyCredential } from \"@azure/core-auth\";\nexport {\n AutocompleteItem,\n AutocompleteMode,\n AutocompleteResult,\n DebugInfo,\n FacetResult,\n HybridCountAndFacetMode,\n HybridSearch as HybridSearchOptions,\n IndexActionType,\n IndexDocumentsResult,\n IndexingResult,\n KnownHybridCountAndFacetMode,\n KnownQueryDebugMode,\n KnownQueryLanguage,\n KnownQuerySpellerType as KnownQuerySpeller,\n KnownSemanticErrorMode,\n KnownSemanticErrorReason,\n KnownSemanticFieldState,\n KnownSemanticQueryRewritesResultType,\n KnownSemanticSearchResultsType,\n KnownVectorFilterMode,\n KnownVectorQueryKind,\n KnownVectorThresholdKind,\n QueryAnswerResult,\n QueryCaptionResult,\n QueryDebugMode,\n QueryLanguage,\n QueryResultDocumentInnerHit,\n QueryResultDocumentRerankerInput,\n QueryResultDocumentSubscores,\n QueryRewritesDebugInfo,\n QueryRewritesValuesDebugInfo,\n QuerySpellerType as QuerySpeller,\n QueryType,\n ScoringStatistics,\n SearchMode,\n SemanticFieldState,\n SemanticQueryRewritesResultType,\n SingleVectorFieldResult,\n TextResult,\n VectorsDebugInfo,\n} from \"./generated/data/models/index.js\";\nexport {\n KnowledgeBaseActivityRecord as BaseKnowledgeBaseActivityRecord,\n KnowledgeBaseMessageContent as BaseKnowledgeBaseMessageContent,\n KnowledgeBaseReference as BaseKnowledgeBaseReference,\n KnowledgeBaseRetrievalActivityRecord as BaseKnowledgeBaseRetrievalActivityRecord,\n KnowledgeSourceParams as BaseKnowledgeSourceParams,\n KnowledgeBaseActivityRecordUnion as KnowledgeBaseActivityRecord,\n KnowledgeBaseAgenticReasoningActivityRecord,\n KnowledgeBaseAzureBlobActivityArguments,\n KnowledgeBaseAzureBlobActivityRecord,\n KnowledgeBaseAzureBlobReference,\n KnowledgeBaseMessage,\n KnowledgeBaseMessageContentUnion as KnowledgeBaseMessageContent,\n KnowledgeBaseMessageImageContent,\n KnowledgeBaseMessageImageContentImage,\n KnowledgeBaseMessageTextContent,\n KnowledgeBaseModelAnswerSynthesisActivityRecord,\n KnowledgeBaseModelQueryPlanningActivityRecord,\n KnowledgeBaseReferenceUnion as KnowledgeBaseReference,\n KnowledgeBaseRetrievalActivityRecordUnion as KnowledgeBaseRetrievalActivityRecord,\n KnowledgeBaseRetrievalRequest,\n KnowledgeBaseRetrievalResponse,\n KnowledgeBaseSearchIndexActivityArguments,\n KnowledgeBaseSearchIndexActivityRecord,\n KnowledgeBaseSearchIndexReference,\n KnowledgeSourceKind,\n KnowledgeSourceParamsUnion as KnowledgeSourceParams,\n KnownKnowledgeSourceKind,\n SearchIndexKnowledgeSourceParams,\n} from \"./generated/knowledgeBase/models/index.js\";\nexport {\n AIFoundryModelCatalogName,\n AIServicesAccountKey,\n AnalyzedTokenInfo,\n AnalyzeResult,\n AsciiFoldingTokenFilter,\n AzureActiveDirectoryApplicationCredentials,\n AzureMachineLearningSkill,\n AzureOpenAIModelName,\n AzureOpenAITokenizerParameters,\n CharFilter as BaseCharFilter,\n CognitiveServicesAccount as BaseCognitiveServicesAccount,\n DataChangeDetectionPolicy as BaseDataChangeDetectionPolicy,\n DataDeletionDetectionPolicy as BaseDataDeletionDetectionPolicy,\n KnowledgeBaseModel as BaseKnowledgeBaseModel,\n LexicalAnalyzer as BaseLexicalAnalyzer,\n LexicalNormalizer as BaseLexicalNormalizer,\n LexicalTokenizer as BaseLexicalTokenizer,\n ScoringFunction as BaseScoringFunction,\n SearchIndexerDataIdentity as BaseSearchIndexerDataIdentity,\n SearchIndexerSkill as BaseSearchIndexerSkill,\n TokenFilter as BaseTokenFilter,\n VectorSearchCompression as BaseVectorSearchCompression,\n BinaryQuantizationCompression,\n BM25Similarity,\n CharFilterName,\n ChatCompletionExtraParametersBehavior,\n ChatCompletionResponseFormat,\n ChatCompletionResponseFormatJsonSchemaProperties,\n ChatCompletionResponseFormatType,\n ChatCompletionSchema,\n CjkBigramTokenFilter,\n CjkBigramTokenFilterScripts,\n ClassicSimilarity,\n ClassicTokenizer,\n CognitiveServicesAccountKey,\n CommonGramTokenFilter,\n CommonModelParameters,\n ConditionalSkill,\n CorsOptions,\n CustomEntity,\n CustomEntityAlias,\n CustomNormalizer,\n DefaultCognitiveServicesAccount,\n DictionaryDecompounderTokenFilter,\n DistanceScoringFunction,\n DistanceScoringParameters,\n DocumentExtractionSkill,\n DocumentIntelligenceLayoutSkillChunkingProperties,\n DocumentIntelligenceLayoutSkillChunkingUnit,\n DocumentIntelligenceLayoutSkillExtractionOptions,\n DocumentIntelligenceLayoutSkillMarkdownHeaderDepth,\n DocumentIntelligenceLayoutSkillOutputFormat,\n DocumentIntelligenceLayoutSkillOutputMode,\n ContentUnderstandingSkillChunkingProperties,\n ContentUnderstandingSkillChunkingUnit,\n ContentUnderstandingSkillExtractionOptions,\n ContentUnderstandingSkill,\n EdgeNGramTokenFilterSide,\n EdgeNGramTokenizer,\n ElisionTokenFilter,\n EntityLinkingSkill,\n EntityRecognitionSkillV3,\n FieldMapping,\n FieldMappingFunction,\n FreshnessScoringFunction,\n FreshnessScoringParameters,\n GetIndexStatsSummaryOptionalParams,\n GetIndexStatsSummaryResponse,\n HighWaterMarkChangeDetectionPolicy,\n IndexerExecutionResult,\n IndexerExecutionStatus,\n IndexerExecutionStatusDetail,\n IndexerPermissionOption,\n IndexerResyncOption,\n IndexersResyncOptionalParams,\n IndexerState,\n IndexerStatus,\n IndexingMode,\n IndexingSchedule,\n IndexProjectionMode,\n IndexStatisticsSummary,\n InputFieldMappingEntry,\n KeepTokenFilter,\n KeywordMarkerTokenFilter,\n KnowledgeRetrievalOutputMode,\n KnowledgeSourceReference,\n KnownAIFoundryModelCatalogName,\n KnownAzureOpenAIModelName,\n KnownBlobIndexerDataToExtract,\n KnownBlobIndexerImageAction,\n KnownBlobIndexerParsingMode,\n KnownBlobIndexerPDFTextRotationAlgorithm,\n KnownChatCompletionExtraParametersBehavior,\n KnownChatCompletionResponseFormatType,\n KnownCustomEntityLookupSkillLanguage,\n KnownDocumentIntelligenceLayoutSkillChunkingUnit,\n KnownDocumentIntelligenceLayoutSkillExtractionOptions,\n KnownDocumentIntelligenceLayoutSkillMarkdownHeaderDepth,\n KnownDocumentIntelligenceLayoutSkillOutputFormat,\n KnownDocumentIntelligenceLayoutSkillOutputMode,\n KnownEntityCategory,\n KnownEntityRecognitionSkillLanguage,\n KnownImageAnalysisSkillLanguage,\n KnownImageDetail,\n KnownIndexerExecutionEnvironment,\n KnownIndexerExecutionStatusDetail,\n KnownIndexerPermissionOption,\n KnownIndexerResyncOption,\n KnownIndexingMode,\n KnownIndexProjectionMode,\n KnownKeyPhraseExtractionSkillLanguage,\n KnownKnowledgeBaseModelKind,\n KnownLexicalAnalyzerName,\n KnownLexicalNormalizerName,\n KnownMarkdownHeaderDepth,\n KnownMarkdownParsingSubmode,\n KnownLexicalNormalizerName as KnownNormalizerNames,\n KnownOcrLineEnding,\n KnownOcrSkillLanguage,\n KnownPermissionFilter,\n KnownPIIDetectionSkillMaskingMode,\n KnownRankingOrder,\n KnownRegexFlags,\n KnownSearchFieldDataType,\n KnownSearchIndexerDataSourceType,\n KnownSearchIndexPermissionFilterOption,\n KnownSentimentSkillLanguage,\n KnownSplitSkillEncoderModelName,\n KnownSplitSkillLanguage,\n KnownSplitSkillUnit,\n KnownTextSplitMode,\n KnownTextTranslationSkillLanguage,\n KnowledgeSourceStatus,\n KnownVectorEncodingFormat,\n KnownVectorSearchAlgorithmKind,\n KnownVectorSearchAlgorithmMetric,\n KnownVectorSearchCompressionKind,\n KnownVectorSearchCompressionRescoreStorageMethod,\n KnownVectorSearchCompressionTarget,\n KnownVectorSearchVectorizerKind,\n KnownVisualFeature,\n LanguageDetectionSkill,\n LengthTokenFilter,\n LexicalAnalyzerName,\n LexicalNormalizerName,\n LexicalTokenizerName,\n LimitTokenFilter,\n ListIndexStatsSummary,\n LuceneStandardAnalyzer,\n MagnitudeScoringFunction,\n MagnitudeScoringParameters,\n MappingCharFilter,\n MarkdownHeaderDepth,\n MarkdownParsingSubmode,\n MergeSkill,\n MicrosoftLanguageStemmingTokenizer,\n MicrosoftLanguageTokenizer,\n MicrosoftStemmingTokenizerLanguage,\n MicrosoftTokenizerLanguage,\n NativeBlobSoftDeleteDeletionDetectionPolicy,\n NGramTokenizer,\n OcrLineEnding,\n OutputFieldMappingEntry,\n PathHierarchyTokenizerV2 as PathHierarchyTokenizer,\n PatternCaptureTokenFilter,\n PatternReplaceCharFilter,\n PatternReplaceTokenFilter,\n PermissionFilter,\n PhoneticEncoder,\n PhoneticTokenFilter,\n RankingOrder,\n RescoringOptions,\n ResourceCounter,\n ScalarQuantizationCompression,\n ScalarQuantizationParameters,\n ScoringFunctionAggregation,\n ScoringFunctionInterpolation,\n SearchAlias,\n SearchIndexerDataContainer,\n SearchIndexerDataNoneIdentity,\n SearchIndexerDataUserAssignedIdentity,\n SearchIndexerError,\n SearchIndexerIndexProjectionSelector,\n SearchIndexerKnowledgeStoreBlobProjectionSelector,\n SearchIndexerKnowledgeStoreFileProjectionSelector,\n SearchIndexerKnowledgeStoreObjectProjectionSelector,\n SearchIndexerKnowledgeStoreProjection,\n SearchIndexerKnowledgeStoreProjectionSelector,\n SearchIndexerKnowledgeStoreTableProjectionSelector,\n SearchIndexerLimits,\n SearchIndexerStatus,\n SearchIndexerWarning,\n SearchIndexKnowledgeSourceParameters,\n SearchIndexPermissionFilterOption,\n Suggester as SearchSuggester,\n SemanticConfiguration,\n SemanticField,\n SemanticPrioritizedFields,\n SemanticSearch,\n SentimentSkillV3,\n ServiceCounters,\n ServiceLimits,\n ShaperSkill,\n ShingleTokenFilter,\n Similarity,\n SnowballTokenFilter,\n SnowballTokenFilterLanguage,\n SoftDeleteColumnDeletionDetectionPolicy,\n SplitSkillEncoderModelName,\n SplitSkillUnit,\n SqlIntegratedChangeTrackingPolicy,\n StemmerOverrideTokenFilter,\n StemmerTokenFilter,\n StemmerTokenFilterLanguage,\n StopAnalyzer,\n StopwordsList,\n StopwordsTokenFilter,\n SynonymTokenFilter,\n TagScoringFunction,\n TagScoringParameters,\n TextWeights,\n TokenCharacterKind,\n TokenFilterName,\n TruncateTokenFilter,\n UaxUrlEmailTokenizer,\n UniqueTokenFilter,\n VectorEncodingFormat,\n VectorSearchCompressionKind,\n VectorSearchCompressionRescoreStorageMethod,\n VectorSearchCompressionTarget,\n VectorSearchProfile,\n VectorSearchVectorizerKind,\n WordDelimiterTokenFilter,\n} from \"./generated/service/models/index.js\";\nexport { default as GeographyPoint } from \"./geographyPoint.js\";\nexport { IndexDocumentsBatch } from \"./indexDocumentsBatch.js\";\nexport {\n AutocompleteOptions,\n AutocompleteRequest,\n BaseSearchRequestOptions,\n BaseVectorQuery,\n BaseVectorThreshold,\n CountDocumentsOptions,\n DeleteDocumentsOptions,\n DocumentDebugInfo,\n ExcludedODataTypes,\n ExtractDocumentKey,\n ExtractiveQueryAnswer,\n ExtractiveQueryCaption,\n GenerativeQueryRewrites,\n GetDocumentOptions,\n IndexDocumentsAction,\n IndexDocumentsOptions,\n ListSearchResultsPageSettings,\n MergeDocumentsOptions,\n MergeOrUploadDocumentsOptions,\n NarrowedModel,\n QueryAnswer,\n QueryCaption,\n QueryResultDocumentSemanticField,\n QueryRewrites,\n SearchDocumentsPageResult,\n SearchDocumentsResult,\n SearchDocumentsResultBase,\n SearchFieldArray,\n SearchIndexingBufferedSenderDeleteDocumentsOptions,\n SearchIndexingBufferedSenderFlushDocumentsOptions,\n SearchIndexingBufferedSenderMergeDocumentsOptions,\n SearchIndexingBufferedSenderMergeOrUploadDocumentsOptions,\n SearchIndexingBufferedSenderOptions,\n SearchIndexingBufferedSenderUploadDocumentsOptions,\n SearchIterator,\n SearchOptions,\n SearchPick,\n SearchRequestOptions,\n SearchRequestQueryTypeOptions,\n SearchResult,\n SearchScoreThreshold,\n SelectArray,\n SelectFields,\n SemanticDebugInfo,\n SemanticErrorMode,\n SemanticErrorReason,\n SemanticSearchOptions,\n SemanticSearchResultsType,\n SuggestDocumentsResult,\n SuggestNarrowedModel,\n SuggestOptions,\n SuggestRequest,\n SuggestResult,\n UnionToIntersection,\n UploadDocumentsOptions,\n VectorFilterMode,\n VectorizableImageBinaryQuery,\n VectorizableImageUrlQuery,\n VectorizableTextQuery,\n VectorizedQuery,\n VectorQuery,\n VectorQueryKind,\n VectorSearchOptions,\n VectorSimilarityThreshold,\n VectorThreshold,\n} from \"./indexModels.js\";\nexport { KnowledgeBase, RetrieveKnowledgeOptions } from \"./knowledgeBaseModels.js\";\nexport {\n KnowledgeRetrievalClient,\n KnowledgeRetrievalClientOptions,\n} from \"./knowledgeRetrievalClient.js\";\nexport { odata } from \"./odata.js\";\nexport { KnownSearchAudience } from \"./searchAudience.js\";\nexport { SearchClient, SearchClientOptions } from \"./searchClient.js\";\nexport { SearchIndexClient, SearchIndexClientOptions } from \"./searchIndexClient.js\";\nexport { SearchIndexerClient, SearchIndexerClientOptions } from \"./searchIndexerClient.js\";\nexport {\n DEFAULT_BATCH_SIZE,\n DEFAULT_FLUSH_WINDOW,\n DEFAULT_RETRY_COUNT,\n IndexDocumentsClient,\n SearchIndexingBufferedSender,\n} from \"./searchIndexingBufferedSender.js\";\nexport {\n AIServicesAccountIdentity,\n AIServicesVisionParameters,\n AIServicesVisionVectorizer,\n AliasIterator,\n AnalyzeRequest,\n AnalyzeTextOptions,\n AzureBlobKnowledgeSource,\n AzureBlobKnowledgeSourceParameters,\n AzureMachineLearningVectorizer,\n AzureMachineLearningVectorizerParameters,\n AzureOpenAIEmbeddingSkill,\n AzureOpenAIParameters,\n AzureOpenAIVectorizer,\n BaseAzureMachineLearningVectorizerParameters,\n BaseKnowledgeSource,\n BaseVectorSearchAlgorithmConfiguration,\n BaseVectorSearchVectorizer,\n BlobIndexerDataToExtract,\n BlobIndexerImageAction,\n BlobIndexerParsingMode,\n BlobIndexerPDFTextRotationAlgorithm,\n CharFilter,\n ChatCompletionSkill,\n CognitiveServicesAccount,\n ComplexDataType,\n ComplexField,\n CreateAliasOptions,\n CreateDataSourceConnectionOptions,\n CreateIndexerOptions,\n CreateIndexOptions,\n CreateKnowledgeBaseOptions,\n CreateKnowledgeSourceOptions,\n CreateOrUpdateAliasOptions,\n CreateorUpdateDataSourceConnectionOptions,\n CreateorUpdateIndexerOptions,\n CreateOrUpdateIndexOptions,\n CreateOrUpdateKnowledgeBaseOptions,\n CreateOrUpdateKnowledgeSourceOptions,\n CreateOrUpdateSkillsetOptions,\n CreateOrUpdateSynonymMapOptions,\n CreateSkillsetOptions,\n CreateSynonymMapOptions,\n CustomAnalyzer,\n CustomEntityLookupSkill,\n CustomEntityLookupSkillLanguage,\n DataChangeDetectionPolicy,\n DataDeletionDetectionPolicy,\n DeleteAliasOptions,\n DeleteDataSourceConnectionOptions,\n DeleteIndexerOptions,\n DeleteIndexOptions,\n DeleteKnowledgeBaseOptions,\n DeleteKnowledgeSourceOptions,\n DeleteSkillsetOptions,\n DeleteSynonymMapOptions,\n DocumentIntelligenceLayoutSkill,\n EdgeNGramTokenFilter,\n EntityCategory,\n EntityRecognitionSkill,\n EntityRecognitionSkillLanguage,\n ExhaustiveKnnAlgorithmConfiguration,\n ExhaustiveKnnParameters,\n GetAliasOptions,\n GetDataSourceConnectionOptions,\n GetIndexerOptions,\n GetIndexerStatusOptions,\n GetIndexOptions,\n GetIndexStatisticsOptions,\n GetIndexStatsSummaryOptions,\n GetKnowledgeBaseOptions,\n GetKnowledgeSourceOptions,\n GetServiceStatisticsOptions,\n GetSkillSetOptions,\n GetSynonymMapsOptions,\n HnswAlgorithmConfiguration,\n HnswParameters,\n ImageAnalysisSkill,\n ImageAnalysisSkillLanguage,\n ImageDetail,\n IndexedOneLakeKnowledgeSource,\n IndexedOneLakeKnowledgeSourceParameters,\n IndexedSharePointKnowledgeSource,\n IndexedSharePointKnowledgeSourceParameters,\n IndexerExecutionEnvironment,\n IndexingParameters,\n IndexingParametersConfiguration,\n IndexIterator,\n IndexNameIterator,\n IndexStatisticsSummaryIterator,\n KeyAuthAzureMachineLearningVectorizerParameters,\n KeyPhraseExtractionSkill,\n KeyPhraseExtractionSkillLanguage,\n KeywordTokenizer,\n KnowledgeBaseAzureOpenAIModel,\n KnowledgeBaseIterator,\n KnowledgeBaseModel,\n KnowledgeSource,\n KnowledgeSourceAzureOpenAIVectorizer,\n KnowledgeSourceIngestionParameters,\n KnowledgeSourceIterator,\n KnownAnalyzerNames,\n KnownCharFilterNames,\n KnownTokenFilterNames,\n KnownTokenizerNames,\n LexicalAnalyzer,\n LexicalNormalizer,\n LexicalTokenizer,\n ListAliasesOptions,\n ListDataSourceConnectionsOptions,\n ListIndexersOptions,\n ListIndexesOptions,\n ListKnowledgeBasesOptions,\n ListKnowledgeSourcesOptions,\n ListSkillsetsOptions,\n ListSynonymMapsOptions,\n LuceneStandardTokenizer,\n NGramTokenFilter,\n NoAuthAzureMachineLearningVectorizerParameters,\n OcrSkill,\n OcrSkillLanguage,\n PatternAnalyzer,\n PatternTokenizer,\n PIIDetectionSkill,\n PIIDetectionSkillMaskingMode,\n RegexFlags,\n RemoteSharePointKnowledgeSource,\n ResetDocumentsOptions,\n ResetIndexerOptions,\n ResetSkillsOptions,\n RunIndexerOptions,\n ScoringFunction,\n ScoringProfile,\n SearchField,\n SearchFieldDataType,\n SearchIndex,\n SearchIndexAlias,\n SearchIndexer,\n SearchIndexerCache,\n SearchIndexerDataIdentity,\n SearchIndexerDataSourceConnection,\n SearchIndexerDataSourceType,\n SearchIndexerIndexProjection,\n SearchIndexerIndexProjectionParameters,\n SearchIndexerKnowledgeStore,\n SearchIndexerKnowledgeStoreParameters,\n SearchIndexerSkill,\n SearchIndexerSkillset,\n SearchIndexKnowledgeSource,\n SearchIndexStatistics,\n SearchResourceEncryptionKey,\n SearchServiceStatistics,\n SentimentSkill,\n SentimentSkillLanguage,\n SimilarityAlgorithm,\n SimpleField,\n SplitSkill,\n SplitSkillLanguage,\n SynonymMap,\n TextSplitMode,\n TextTranslationSkill,\n TextTranslationSkillLanguage,\n TokenAuthAzureMachineLearningVectorizerParameters,\n TokenFilter,\n VectorSearch,\n VectorSearchAlgorithmConfiguration,\n VectorSearchAlgorithmKind,\n VectorSearchAlgorithmMetric,\n VectorSearchCompression,\n VectorSearchVectorizer,\n VisionVectorizeSkill,\n VisualFeature,\n WebApiParameters,\n WebApiSkill,\n WebApiSkills,\n WebApiVectorizer,\n WebKnowledgeSource,\n} from \"./serviceModels.js\";\nexport { createSynonymMapFromFile } from \"./synonymMapHelper.js\";\n"]}
@@ -1,4 +1,4 @@
1
- import { IndexDocumentsAction } from "./indexModels.js";
1
+ import type { IndexDocumentsAction } from "./indexModels.js";
2
2
  /**
3
3
  * Class used to perform batch operations
4
4
  * with multiple documents to the index.
@@ -15,14 +15,15 @@ export declare class IndexDocumentsBatch<TModel> {
15
15
  */
16
16
  upload(documents: TModel[]): void;
17
17
  /**
18
- * Update a set of documents in the index.
19
- * For more details about how merging works, see https://docs.microsoft.com/en-us/rest/api/searchservice/AddUpdate-or-Delete-Documents
18
+ * Update a set of documents in the index. For more details about how merging works, see
19
+ * https://learn.microsoft.com/rest/api/searchservice/AddUpdate-or-Delete-Documents
20
20
  * @param documents - The updated documents.
21
21
  */
22
22
  merge(documents: TModel[]): void;
23
23
  /**
24
- * Update a set of documents in the index or uploads them if they don't exist.
25
- * For more details about how merging works, see https://docs.microsoft.com/en-us/rest/api/searchservice/AddUpdate-or-Delete-Documents
24
+ * Update a set of documents in the index or uploads them if they don't exist. For more details
25
+ * about how merging works, see
26
+ * https://learn.microsoft.com/rest/api/searchservice/AddUpdate-or-Delete-Documents
26
27
  * @param documents - The new/updated documents.
27
28
  */
28
29
  mergeOrUpload(documents: TModel[]): void;
@@ -1 +1 @@
1
- {"version":3,"file":"indexDocumentsBatch.d.ts","sourceRoot":"","sources":["../../src/indexDocumentsBatch.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAExD;;;GAGG;AACH,qBAAa,mBAAmB,CAAC,MAAM;IACrC;;OAEG;IACH,SAAgB,OAAO,EAAE,oBAAoB,CAAC,MAAM,CAAC,EAAE,CAAC;gBAE5C,OAAO,GAAE,oBAAoB,CAAC,MAAM,CAAC,EAAO;IAIxD;;;OAGG;IACI,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI;IAWxC;;;;OAIG;IACI,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI;IAWvC;;;;OAIG;IACI,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI;IAW/C;;;;OAIG;IACI,MAAM,CAAC,OAAO,EAAE,MAAM,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI;IAE/D;;;OAGG;IACI,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI;CA2BzC"}
1
+ {"version":3,"file":"indexDocumentsBatch.d.ts","sourceRoot":"","sources":["../../src/indexDocumentsBatch.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAE7D;;;GAGG;AACH,qBAAa,mBAAmB,CAAC,MAAM;IACrC;;OAEG;IACH,SAAgB,OAAO,EAAE,oBAAoB,CAAC,MAAM,CAAC,EAAE,CAAC;gBAE5C,OAAO,GAAE,oBAAoB,CAAC,MAAM,CAAC,EAAO;IAIxD;;;OAGG;IACI,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI;IAWxC;;;;OAIG;IACI,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI;IAWvC;;;;;OAKG;IACI,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI;IAW/C;;;;OAIG;IACI,MAAM,CAAC,OAAO,EAAE,MAAM,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI;IAE/D;;;OAGG;IACI,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI;CA2BzC"}
@@ -26,8 +26,8 @@ export class IndexDocumentsBatch {
26
26
  this.actions.push(...batch);
27
27
  }
28
28
  /**
29
- * Update a set of documents in the index.
30
- * For more details about how merging works, see https://docs.microsoft.com/en-us/rest/api/searchservice/AddUpdate-or-Delete-Documents
29
+ * Update a set of documents in the index. For more details about how merging works, see
30
+ * https://learn.microsoft.com/rest/api/searchservice/AddUpdate-or-Delete-Documents
31
31
  * @param documents - The updated documents.
32
32
  */
33
33
  merge(documents) {
@@ -40,8 +40,9 @@ export class IndexDocumentsBatch {
40
40
  this.actions.push(...batch);
41
41
  }
42
42
  /**
43
- * Update a set of documents in the index or uploads them if they don't exist.
44
- * For more details about how merging works, see https://docs.microsoft.com/en-us/rest/api/searchservice/AddUpdate-or-Delete-Documents
43
+ * Update a set of documents in the index or uploads them if they don't exist. For more details
44
+ * about how merging works, see
45
+ * https://learn.microsoft.com/rest/api/searchservice/AddUpdate-or-Delete-Documents
45
46
  * @param documents - The new/updated documents.
46
47
  */
47
48
  mergeOrUpload(documents) {
@@ -1 +1 @@
1
- {"version":3,"file":"indexDocumentsBatch.js","sourceRoot":"","sources":["../../src/indexDocumentsBatch.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC;;;GAGG;AACH,MAAM,OAAO,mBAAmB;IAC9B;;OAEG;IACa,OAAO,CAAiC;IAExD,YAAY,UAA0C,EAAE;QACtD,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,SAAmB;QAC/B,MAAM,KAAK,GAAG,SAAS,CAAC,GAAG,CAA+B,CAAC,GAAG,EAAE,EAAE;YAChE,OAAO;gBACL,GAAG,GAAG;gBACN,YAAY,EAAE,QAAQ;aACvB,CAAC;QACJ,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC;IAC9B,CAAC;IAED;;;;OAIG;IACI,KAAK,CAAC,SAAmB;QAC9B,MAAM,KAAK,GAAG,SAAS,CAAC,GAAG,CAA+B,CAAC,GAAG,EAAE,EAAE;YAChE,OAAO;gBACL,GAAG,GAAG;gBACN,YAAY,EAAE,OAAO;aACtB,CAAC;QACJ,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC;IAC9B,CAAC;IAED;;;;OAIG;IACI,aAAa,CAAC,SAAmB;QACtC,MAAM,KAAK,GAAG,SAAS,CAAC,GAAG,CAA+B,CAAC,GAAG,EAAE,EAAE;YAChE,OAAO;gBACL,GAAG,GAAG;gBACN,YAAY,EAAE,eAAe;aAC9B,CAAC;QACJ,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC;IAC9B,CAAC;IAeM,MAAM,CAAC,kBAA2C,EAAE,SAAoB;QAC7E,IAAI,SAAS,EAAE,CAAC;YACd,MAAM,OAAO,GAAG,kBAAkC,CAAC;YAEnD,MAAM,KAAK,GAAG,SAAS,CAAC,GAAG,CAA+B,CAAC,QAAQ,EAAE,EAAE;gBACrE,OAAO;oBACL,YAAY,EAAE,QAAQ;oBACtB,CAAC,OAAO,CAAC,EAAE,QAAQ;iBACY,CAAC;YACpC,CAAC,CAAC,CAAC;YAEH,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC;QAC9B,CAAC;aAAM,CAAC;YACN,MAAM,SAAS,GAAG,kBAA8B,CAAC;YAEjD,MAAM,KAAK,GAAG,SAAS,CAAC,GAAG,CAA+B,CAAC,QAAQ,EAAE,EAAE;gBACrE,OAAO;oBACL,YAAY,EAAE,QAAQ;oBACtB,GAAG,QAAQ;iBACoB,CAAC;YACpC,CAAC,CAAC,CAAC;YAEH,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC;QAC9B,CAAC;IACH,CAAC;CACF","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { IndexDocumentsAction } from \"./indexModels.js\";\n\n/**\n * Class used to perform batch operations\n * with multiple documents to the index.\n */\nexport class IndexDocumentsBatch<TModel> {\n /**\n * The set of actions taken in this batch.\n */\n public readonly actions: IndexDocumentsAction<TModel>[];\n\n constructor(actions: IndexDocumentsAction<TModel>[] = []) {\n this.actions = actions;\n }\n\n /**\n * Upload an array of documents to the index.\n * @param documents - The documents to upload.\n */\n public upload(documents: TModel[]): void {\n const batch = documents.map<IndexDocumentsAction<TModel>>((doc) => {\n return {\n ...doc,\n __actionType: \"upload\",\n };\n });\n\n this.actions.push(...batch);\n }\n\n /**\n * Update a set of documents in the index.\n * For more details about how merging works, see https://docs.microsoft.com/en-us/rest/api/searchservice/AddUpdate-or-Delete-Documents\n * @param documents - The updated documents.\n */\n public merge(documents: TModel[]): void {\n const batch = documents.map<IndexDocumentsAction<TModel>>((doc) => {\n return {\n ...doc,\n __actionType: \"merge\",\n };\n });\n\n this.actions.push(...batch);\n }\n\n /**\n * Update a set of documents in the index or uploads them if they don't exist.\n * For more details about how merging works, see https://docs.microsoft.com/en-us/rest/api/searchservice/AddUpdate-or-Delete-Documents\n * @param documents - The new/updated documents.\n */\n public mergeOrUpload(documents: TModel[]): void {\n const batch = documents.map<IndexDocumentsAction<TModel>>((doc) => {\n return {\n ...doc,\n __actionType: \"mergeOrUpload\",\n };\n });\n\n this.actions.push(...batch);\n }\n\n /**\n * Delete a set of documents.\n * @param keyName - The name of their primary key in the index.\n * @param keyValues - The primary key values of documents to delete.\n */\n public delete(keyName: keyof TModel, keyValues: string[]): void;\n\n /**\n * Delete a set of documents.\n * @param documents - Documents to be deleted.\n */\n public delete(documents: TModel[]): void;\n\n public delete(keyNameOrDocuments: keyof TModel | TModel[], keyValues?: string[]): void {\n if (keyValues) {\n const keyName = keyNameOrDocuments as keyof TModel;\n\n const batch = keyValues.map<IndexDocumentsAction<TModel>>((keyValue) => {\n return {\n __actionType: \"delete\",\n [keyName]: keyValue,\n } as IndexDocumentsAction<TModel>;\n });\n\n this.actions.push(...batch);\n } else {\n const documents = keyNameOrDocuments as TModel[];\n\n const batch = documents.map<IndexDocumentsAction<TModel>>((document) => {\n return {\n __actionType: \"delete\",\n ...document,\n } as IndexDocumentsAction<TModel>;\n });\n\n this.actions.push(...batch);\n }\n }\n}\n"]}
1
+ {"version":3,"file":"indexDocumentsBatch.js","sourceRoot":"","sources":["../../src/indexDocumentsBatch.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC;;;GAGG;AACH,MAAM,OAAO,mBAAmB;IAC9B;;OAEG;IACa,OAAO,CAAiC;IAExD,YAAY,UAA0C,EAAE;QACtD,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,SAAmB;QAC/B,MAAM,KAAK,GAAG,SAAS,CAAC,GAAG,CAA+B,CAAC,GAAG,EAAE,EAAE;YAChE,OAAO;gBACL,GAAG,GAAG;gBACN,YAAY,EAAE,QAAQ;aACvB,CAAC;QACJ,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC;IAC9B,CAAC;IAED;;;;OAIG;IACI,KAAK,CAAC,SAAmB;QAC9B,MAAM,KAAK,GAAG,SAAS,CAAC,GAAG,CAA+B,CAAC,GAAG,EAAE,EAAE;YAChE,OAAO;gBACL,GAAG,GAAG;gBACN,YAAY,EAAE,OAAO;aACtB,CAAC;QACJ,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC;IAC9B,CAAC;IAED;;;;;OAKG;IACI,aAAa,CAAC,SAAmB;QACtC,MAAM,KAAK,GAAG,SAAS,CAAC,GAAG,CAA+B,CAAC,GAAG,EAAE,EAAE;YAChE,OAAO;gBACL,GAAG,GAAG;gBACN,YAAY,EAAE,eAAe;aAC9B,CAAC;QACJ,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC;IAC9B,CAAC;IAeM,MAAM,CAAC,kBAA2C,EAAE,SAAoB;QAC7E,IAAI,SAAS,EAAE,CAAC;YACd,MAAM,OAAO,GAAG,kBAAkC,CAAC;YAEnD,MAAM,KAAK,GAAG,SAAS,CAAC,GAAG,CAA+B,CAAC,QAAQ,EAAE,EAAE;gBACrE,OAAO;oBACL,YAAY,EAAE,QAAQ;oBACtB,CAAC,OAAO,CAAC,EAAE,QAAQ;iBACY,CAAC;YACpC,CAAC,CAAC,CAAC;YAEH,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC;QAC9B,CAAC;aAAM,CAAC;YACN,MAAM,SAAS,GAAG,kBAA8B,CAAC;YAEjD,MAAM,KAAK,GAAG,SAAS,CAAC,GAAG,CAA+B,CAAC,QAAQ,EAAE,EAAE;gBACrE,OAAO;oBACL,YAAY,EAAE,QAAQ;oBACtB,GAAG,QAAQ;iBACoB,CAAC;YACpC,CAAC,CAAC,CAAC;YAEH,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC;QAC9B,CAAC;IACH,CAAC;CACF","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { IndexDocumentsAction } from \"./indexModels.js\";\n\n/**\n * Class used to perform batch operations\n * with multiple documents to the index.\n */\nexport class IndexDocumentsBatch<TModel> {\n /**\n * The set of actions taken in this batch.\n */\n public readonly actions: IndexDocumentsAction<TModel>[];\n\n constructor(actions: IndexDocumentsAction<TModel>[] = []) {\n this.actions = actions;\n }\n\n /**\n * Upload an array of documents to the index.\n * @param documents - The documents to upload.\n */\n public upload(documents: TModel[]): void {\n const batch = documents.map<IndexDocumentsAction<TModel>>((doc) => {\n return {\n ...doc,\n __actionType: \"upload\",\n };\n });\n\n this.actions.push(...batch);\n }\n\n /**\n * Update a set of documents in the index. For more details about how merging works, see\n * https://learn.microsoft.com/rest/api/searchservice/AddUpdate-or-Delete-Documents\n * @param documents - The updated documents.\n */\n public merge(documents: TModel[]): void {\n const batch = documents.map<IndexDocumentsAction<TModel>>((doc) => {\n return {\n ...doc,\n __actionType: \"merge\",\n };\n });\n\n this.actions.push(...batch);\n }\n\n /**\n * Update a set of documents in the index or uploads them if they don't exist. For more details\n * about how merging works, see\n * https://learn.microsoft.com/rest/api/searchservice/AddUpdate-or-Delete-Documents\n * @param documents - The new/updated documents.\n */\n public mergeOrUpload(documents: TModel[]): void {\n const batch = documents.map<IndexDocumentsAction<TModel>>((doc) => {\n return {\n ...doc,\n __actionType: \"mergeOrUpload\",\n };\n });\n\n this.actions.push(...batch);\n }\n\n /**\n * Delete a set of documents.\n * @param keyName - The name of their primary key in the index.\n * @param keyValues - The primary key values of documents to delete.\n */\n public delete(keyName: keyof TModel, keyValues: string[]): void;\n\n /**\n * Delete a set of documents.\n * @param documents - Documents to be deleted.\n */\n public delete(documents: TModel[]): void;\n\n public delete(keyNameOrDocuments: keyof TModel | TModel[], keyValues?: string[]): void {\n if (keyValues) {\n const keyName = keyNameOrDocuments as keyof TModel;\n\n const batch = keyValues.map<IndexDocumentsAction<TModel>>((keyValue) => {\n return {\n __actionType: \"delete\",\n [keyName]: keyValue,\n } as IndexDocumentsAction<TModel>;\n });\n\n this.actions.push(...batch);\n } else {\n const documents = keyNameOrDocuments as TModel[];\n\n const batch = documents.map<IndexDocumentsAction<TModel>>((document) => {\n return {\n __actionType: \"delete\",\n ...document,\n } as IndexDocumentsAction<TModel>;\n });\n\n this.actions.push(...batch);\n }\n }\n}\n"]}