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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1592) hide show
  1. package/README.md +1 -1
  2. package/dist/browser/base64.d.ts +1 -1
  3. package/dist/browser/base64.d.ts.map +1 -0
  4. package/dist/browser/base64.js +4 -3
  5. package/dist/browser/base64.js.map +1 -0
  6. package/dist/browser/index.d.ts +14 -12
  7. package/dist/browser/index.d.ts.map +1 -1
  8. package/dist/browser/index.js +3 -4
  9. package/dist/browser/index.js.map +1 -1
  10. package/dist/browser/indexModels.d.ts +16 -114
  11. package/dist/browser/indexModels.d.ts.map +1 -1
  12. package/dist/browser/indexModels.js.map +1 -1
  13. package/dist/browser/knowledgeBaseModels.d.ts +6 -18
  14. package/dist/browser/knowledgeBaseModels.d.ts.map +1 -1
  15. package/dist/browser/knowledgeBaseModels.js.map +1 -1
  16. package/dist/browser/knowledgeBaseRetrieval/api/index.d.ts +5 -0
  17. package/dist/browser/knowledgeBaseRetrieval/api/index.d.ts.map +1 -0
  18. package/dist/browser/knowledgeBaseRetrieval/api/index.js +5 -0
  19. package/dist/browser/knowledgeBaseRetrieval/api/index.js.map +1 -0
  20. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +17 -0
  21. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -0
  22. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +25 -0
  23. package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -0
  24. package/dist/browser/knowledgeBaseRetrieval/api/operations.d.ts +9 -0
  25. package/dist/browser/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -0
  26. package/dist/browser/knowledgeBaseRetrieval/api/operations.js +45 -0
  27. package/dist/browser/knowledgeBaseRetrieval/api/operations.js.map +1 -0
  28. package/dist/browser/knowledgeBaseRetrieval/api/options.d.ts +9 -0
  29. package/dist/browser/knowledgeBaseRetrieval/api/options.d.ts.map +1 -0
  30. package/dist/browser/knowledgeBaseRetrieval/api/options.js +4 -0
  31. package/dist/browser/knowledgeBaseRetrieval/api/options.js.map +1 -0
  32. package/dist/browser/knowledgeBaseRetrieval/index.d.ts +3 -0
  33. package/dist/browser/knowledgeBaseRetrieval/index.d.ts.map +1 -0
  34. package/dist/browser/knowledgeBaseRetrieval/index.js +4 -0
  35. package/dist/browser/knowledgeBaseRetrieval/index.js.map +1 -0
  36. package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +15 -0
  37. package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -0
  38. package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +25 -0
  39. package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +1 -0
  40. package/dist/browser/knowledgeRetrievalClient.d.ts +5 -5
  41. package/dist/browser/knowledgeRetrievalClient.d.ts.map +1 -1
  42. package/dist/browser/knowledgeRetrievalClient.js +11 -19
  43. package/dist/browser/knowledgeRetrievalClient.js.map +1 -1
  44. package/dist/browser/models/azure/search/documents/index.d.ts +3 -0
  45. package/dist/browser/models/azure/search/documents/index.d.ts.map +1 -0
  46. package/dist/browser/models/azure/search/documents/index.js +4 -0
  47. package/dist/browser/models/azure/search/documents/index.js.map +1 -0
  48. package/dist/browser/models/azure/search/documents/indexes/index.d.ts +3 -0
  49. package/dist/browser/models/azure/search/documents/indexes/index.d.ts.map +1 -0
  50. package/dist/browser/models/azure/search/documents/indexes/index.js +4 -0
  51. package/dist/browser/models/azure/search/documents/indexes/index.js.map +1 -0
  52. package/dist/browser/models/azure/search/documents/indexes/models.d.ts +5170 -0
  53. package/dist/browser/models/azure/search/documents/indexes/models.d.ts.map +1 -0
  54. package/dist/browser/models/azure/search/documents/indexes/models.js +6380 -0
  55. package/dist/browser/models/azure/search/documents/indexes/models.js.map +1 -0
  56. package/dist/browser/models/azure/search/documents/knowledgeBases/index.d.ts +3 -0
  57. package/dist/browser/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -0
  58. package/dist/browser/models/azure/search/documents/knowledgeBases/index.js +4 -0
  59. package/dist/browser/models/azure/search/documents/knowledgeBases/index.js.map +1 -0
  60. package/dist/browser/models/azure/search/documents/knowledgeBases/models.d.ts +492 -0
  61. package/dist/browser/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -0
  62. package/dist/browser/models/azure/search/documents/knowledgeBases/models.js +592 -0
  63. package/dist/browser/models/azure/search/documents/knowledgeBases/models.js.map +1 -0
  64. package/dist/browser/models/azure/search/documents/models.d.ts +537 -0
  65. package/dist/browser/models/azure/search/documents/models.d.ts.map +1 -0
  66. package/dist/browser/models/azure/search/documents/models.js +593 -0
  67. package/dist/browser/models/azure/search/documents/models.js.map +1 -0
  68. package/dist/browser/models/index.d.ts +3 -0
  69. package/dist/browser/models/index.d.ts.map +1 -0
  70. package/dist/browser/models/index.js +4 -0
  71. package/dist/browser/models/index.js.map +1 -0
  72. package/dist/browser/models/models.d.ts +17 -0
  73. package/dist/browser/models/models.d.ts.map +1 -0
  74. package/dist/browser/models/models.js +15 -0
  75. package/dist/browser/models/models.js.map +1 -0
  76. package/dist/browser/search/api/index.d.ts +5 -0
  77. package/dist/browser/search/api/index.d.ts.map +1 -0
  78. package/dist/browser/search/api/index.js +5 -0
  79. package/dist/browser/search/api/index.js.map +1 -0
  80. package/dist/browser/search/api/operations.d.ts +41 -0
  81. package/dist/browser/search/api/operations.d.ts.map +1 -0
  82. package/dist/browser/search/api/operations.js +456 -0
  83. package/dist/browser/search/api/operations.js.map +1 -0
  84. package/dist/browser/search/api/options.d.ts +244 -0
  85. package/dist/browser/search/api/options.d.ts.map +1 -0
  86. package/dist/browser/search/api/options.js +4 -0
  87. package/dist/browser/search/api/options.js.map +1 -0
  88. package/dist/browser/search/api/searchContext.d.ts +17 -0
  89. package/dist/browser/search/api/searchContext.d.ts.map +1 -0
  90. package/dist/browser/search/api/searchContext.js +25 -0
  91. package/dist/browser/search/api/searchContext.js.map +1 -0
  92. package/dist/browser/search/index.d.ts +3 -0
  93. package/dist/browser/search/index.d.ts.map +1 -0
  94. package/dist/browser/search/index.js +4 -0
  95. package/dist/browser/search/index.js.map +1 -0
  96. package/dist/browser/search/searchClient.d.ts +31 -0
  97. package/dist/browser/search/searchClient.d.ts.map +1 -0
  98. package/dist/browser/search/searchClient.js +57 -0
  99. package/dist/browser/search/searchClient.js.map +1 -0
  100. package/dist/browser/searchClient.d.ts +4 -6
  101. package/dist/browser/searchClient.d.ts.map +1 -1
  102. package/dist/browser/searchClient.js +93 -238
  103. package/dist/browser/searchClient.js.map +1 -1
  104. package/dist/browser/searchIndex/api/index.d.ts +5 -0
  105. package/dist/browser/searchIndex/api/index.d.ts.map +1 -0
  106. package/dist/browser/searchIndex/api/index.js +5 -0
  107. package/dist/browser/searchIndex/api/index.js.map +1 -0
  108. package/dist/browser/searchIndex/api/operations.d.ts +128 -0
  109. package/dist/browser/searchIndex/api/operations.d.ts.map +1 -0
  110. package/dist/browser/searchIndex/api/operations.js +1123 -0
  111. package/dist/browser/searchIndex/api/operations.js.map +1 -0
  112. package/dist/browser/searchIndex/api/options.d.ts +258 -0
  113. package/dist/browser/searchIndex/api/options.d.ts.map +1 -0
  114. package/dist/browser/searchIndex/api/options.js +4 -0
  115. package/dist/browser/searchIndex/api/options.js.map +1 -0
  116. package/dist/browser/searchIndex/api/searchIndexContext.d.ts +15 -0
  117. package/dist/browser/searchIndex/api/searchIndexContext.d.ts.map +1 -0
  118. package/dist/browser/searchIndex/api/searchIndexContext.js +25 -0
  119. package/dist/browser/searchIndex/api/searchIndexContext.js.map +1 -0
  120. package/dist/browser/searchIndex/index.d.ts +3 -0
  121. package/dist/browser/searchIndex/index.d.ts.map +1 -0
  122. package/dist/browser/searchIndex/index.js +4 -0
  123. package/dist/browser/searchIndex/index.js.map +1 -0
  124. package/dist/browser/searchIndex/searchIndexClient.d.ts +75 -0
  125. package/dist/browser/searchIndex/searchIndexClient.d.ts.map +1 -0
  126. package/dist/browser/searchIndex/searchIndexClient.js +141 -0
  127. package/dist/browser/searchIndex/searchIndexClient.js.map +1 -0
  128. package/dist/browser/searchIndexClient.d.ts +6 -22
  129. package/dist/browser/searchIndexClient.d.ts.map +1 -1
  130. package/dist/browser/searchIndexClient.js +108 -616
  131. package/dist/browser/searchIndexClient.js.map +1 -1
  132. package/dist/browser/searchIndexer/api/index.d.ts +5 -0
  133. package/dist/browser/searchIndexer/api/index.d.ts.map +1 -0
  134. package/dist/browser/searchIndexer/api/index.js +5 -0
  135. package/dist/browser/searchIndexer/api/index.js.map +1 -0
  136. package/dist/browser/searchIndexer/api/operations.d.ts +77 -0
  137. package/dist/browser/searchIndexer/api/operations.d.ts.map +1 -0
  138. package/dist/browser/searchIndexer/api/operations.js +679 -0
  139. package/dist/browser/searchIndexer/api/operations.js.map +1 -0
  140. package/dist/browser/searchIndexer/api/options.d.ts +158 -0
  141. package/dist/browser/searchIndexer/api/options.d.ts.map +1 -0
  142. package/dist/browser/searchIndexer/api/options.js +4 -0
  143. package/dist/browser/searchIndexer/api/options.js.map +1 -0
  144. package/dist/browser/searchIndexer/api/searchIndexerContext.d.ts +15 -0
  145. package/dist/browser/searchIndexer/api/searchIndexerContext.d.ts.map +1 -0
  146. package/dist/browser/searchIndexer/api/searchIndexerContext.js +25 -0
  147. package/dist/browser/searchIndexer/api/searchIndexerContext.js.map +1 -0
  148. package/dist/browser/searchIndexer/index.d.ts +3 -0
  149. package/dist/browser/searchIndexer/index.d.ts.map +1 -0
  150. package/dist/browser/searchIndexer/index.js +4 -0
  151. package/dist/browser/searchIndexer/index.js.map +1 -0
  152. package/dist/browser/searchIndexer/searchIndexerClient.d.ts +49 -0
  153. package/dist/browser/searchIndexer/searchIndexerClient.d.ts.map +1 -0
  154. package/dist/browser/searchIndexer/searchIndexerClient.js +93 -0
  155. package/dist/browser/searchIndexer/searchIndexerClient.js.map +1 -0
  156. package/dist/browser/searchIndexerClient.d.ts +4 -17
  157. package/dist/browser/searchIndexerClient.d.ts.map +1 -1
  158. package/dist/browser/searchIndexerClient.js +74 -350
  159. package/dist/browser/searchIndexerClient.js.map +1 -1
  160. package/dist/browser/searchIndexingBufferedSender.d.ts +1 -1
  161. package/dist/browser/searchIndexingBufferedSender.d.ts.map +1 -1
  162. package/dist/browser/searchIndexingBufferedSender.js +3 -7
  163. package/dist/browser/searchIndexingBufferedSender.js.map +1 -1
  164. package/dist/browser/serviceModels.d.ts +80 -199
  165. package/dist/browser/serviceModels.d.ts.map +1 -1
  166. package/dist/browser/serviceModels.js.map +1 -1
  167. package/dist/browser/serviceUtils.d.ts +52 -10
  168. package/dist/browser/serviceUtils.d.ts.map +1 -1
  169. package/dist/browser/serviceUtils.js +210 -167
  170. package/dist/browser/serviceUtils.js.map +1 -1
  171. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  172. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
  173. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  174. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  175. package/dist/browser/static-helpers/serialization/build-csv-collection.d.ts +2 -0
  176. package/dist/browser/static-helpers/serialization/build-csv-collection.d.ts.map +1 -0
  177. package/dist/browser/static-helpers/serialization/build-csv-collection.js +6 -0
  178. package/dist/browser/static-helpers/serialization/build-csv-collection.js.map +1 -0
  179. package/dist/browser/static-helpers/serialization/build-newline-collection.d.ts +2 -0
  180. package/dist/browser/static-helpers/serialization/build-newline-collection.d.ts.map +1 -0
  181. package/dist/browser/static-helpers/serialization/build-newline-collection.js +6 -0
  182. package/dist/browser/static-helpers/serialization/build-newline-collection.js.map +1 -0
  183. package/dist/browser/static-helpers/serialization/build-pipe-collection.d.ts +2 -0
  184. package/dist/browser/static-helpers/serialization/build-pipe-collection.d.ts.map +1 -0
  185. package/dist/browser/static-helpers/serialization/build-pipe-collection.js +6 -0
  186. package/dist/browser/static-helpers/serialization/build-pipe-collection.js.map +1 -0
  187. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  188. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts.map +1 -0
  189. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  190. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  191. package/dist/browser/static-helpers/serialization/parse-csv-collection.d.ts +2 -0
  192. package/dist/browser/static-helpers/serialization/parse-csv-collection.d.ts.map +1 -0
  193. package/dist/browser/static-helpers/serialization/parse-csv-collection.js +6 -0
  194. package/dist/browser/static-helpers/serialization/parse-csv-collection.js.map +1 -0
  195. package/dist/browser/static-helpers/serialization/parse-newline-collection.d.ts +2 -0
  196. package/dist/browser/static-helpers/serialization/parse-newline-collection.d.ts.map +1 -0
  197. package/dist/browser/static-helpers/serialization/parse-newline-collection.js +6 -0
  198. package/dist/browser/static-helpers/serialization/parse-newline-collection.js.map +1 -0
  199. package/dist/browser/static-helpers/serialization/parse-pipe-collection.d.ts +2 -0
  200. package/dist/browser/static-helpers/serialization/parse-pipe-collection.d.ts.map +1 -0
  201. package/dist/browser/static-helpers/serialization/parse-pipe-collection.js +6 -0
  202. package/dist/browser/static-helpers/serialization/parse-pipe-collection.js.map +1 -0
  203. package/dist/browser/static-helpers/serialization/serialize-record.d.ts +2 -0
  204. package/dist/browser/static-helpers/serialization/serialize-record.d.ts.map +1 -0
  205. package/dist/browser/static-helpers/serialization/serialize-record.js +19 -0
  206. package/dist/browser/static-helpers/serialization/serialize-record.js.map +1 -0
  207. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  208. package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
  209. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  210. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  211. package/dist/browser/synonymMapHelper-browser.d.mts +11 -0
  212. package/dist/browser/synonymMapHelper-browser.mjs +14 -0
  213. package/dist/browser/synonymMapHelper-browser.mjs.map +1 -1
  214. package/dist/browser/timers-browser.d.mts +8 -0
  215. package/dist/browser/timers-browser.d.mts.map +1 -0
  216. package/dist/browser/timers-browser.mjs +13 -0
  217. package/dist/browser/timers-browser.mjs.map +1 -0
  218. package/dist/browser/tracing.d.ts +5 -0
  219. package/dist/browser/tracing.d.ts.map +1 -1
  220. package/dist/browser/tracing.js +1 -1
  221. package/dist/browser/tracing.js.map +1 -1
  222. package/dist/browser/walk.js +1 -1
  223. package/dist/browser/walk.js.map +1 -1
  224. package/dist/commonjs/base64.d.ts.map +1 -1
  225. package/dist/commonjs/base64.js +32 -17
  226. package/dist/commonjs/base64.js.map +7 -1
  227. package/dist/commonjs/geographyPoint.js +51 -37
  228. package/dist/commonjs/geographyPoint.js.map +7 -1
  229. package/dist/commonjs/index.d.ts +13 -11
  230. package/dist/commonjs/index.d.ts.map +1 -1
  231. package/dist/commonjs/index.js +197 -109
  232. package/dist/commonjs/index.js.map +7 -1
  233. package/dist/commonjs/indexDocumentsBatch.js +96 -81
  234. package/dist/commonjs/indexDocumentsBatch.js.map +7 -1
  235. package/dist/commonjs/indexModels.d.ts +16 -114
  236. package/dist/commonjs/indexModels.d.ts.map +1 -1
  237. package/dist/commonjs/indexModels.js +16 -5
  238. package/dist/commonjs/indexModels.js.map +7 -1
  239. package/dist/commonjs/knowledgeBaseModels.d.ts +6 -18
  240. package/dist/commonjs/knowledgeBaseModels.d.ts.map +1 -1
  241. package/dist/commonjs/knowledgeBaseModels.js +16 -5
  242. package/dist/commonjs/knowledgeBaseModels.js.map +7 -1
  243. package/dist/commonjs/knowledgeBaseRetrieval/api/index.d.ts +5 -0
  244. package/dist/commonjs/knowledgeBaseRetrieval/api/index.d.ts.map +1 -0
  245. package/dist/commonjs/knowledgeBaseRetrieval/api/index.js +31 -0
  246. package/dist/commonjs/knowledgeBaseRetrieval/api/index.js.map +7 -0
  247. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +17 -0
  248. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -0
  249. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +47 -0
  250. package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +7 -0
  251. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.d.ts +9 -0
  252. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -0
  253. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.js +72 -0
  254. package/dist/commonjs/knowledgeBaseRetrieval/api/operations.js.map +7 -0
  255. package/dist/commonjs/knowledgeBaseRetrieval/api/options.d.ts +9 -0
  256. package/dist/commonjs/knowledgeBaseRetrieval/api/options.d.ts.map +1 -0
  257. package/dist/commonjs/knowledgeBaseRetrieval/api/options.js +16 -0
  258. package/dist/commonjs/knowledgeBaseRetrieval/api/options.js.map +7 -0
  259. package/dist/commonjs/knowledgeBaseRetrieval/index.d.ts +3 -0
  260. package/dist/commonjs/knowledgeBaseRetrieval/index.d.ts.map +1 -0
  261. package/dist/commonjs/knowledgeBaseRetrieval/index.js +28 -0
  262. package/dist/commonjs/knowledgeBaseRetrieval/index.js.map +7 -0
  263. package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +15 -0
  264. package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -0
  265. package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +47 -0
  266. package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +7 -0
  267. package/dist/commonjs/knowledgeRetrievalClient.d.ts +5 -5
  268. package/dist/commonjs/knowledgeRetrievalClient.d.ts.map +1 -1
  269. package/dist/commonjs/knowledgeRetrievalClient.js +134 -109
  270. package/dist/commonjs/knowledgeRetrievalClient.js.map +7 -1
  271. package/dist/commonjs/logger.js +29 -11
  272. package/dist/commonjs/logger.js.map +7 -1
  273. package/dist/commonjs/models/azure/search/documents/index.d.ts +3 -0
  274. package/dist/commonjs/models/azure/search/documents/index.d.ts.map +1 -0
  275. package/dist/commonjs/models/azure/search/documents/index.js +44 -0
  276. package/dist/commonjs/models/azure/search/documents/index.js.map +7 -0
  277. package/dist/commonjs/models/azure/search/documents/indexes/index.d.ts +3 -0
  278. package/dist/commonjs/models/azure/search/documents/indexes/index.d.ts.map +1 -0
  279. package/dist/commonjs/models/azure/search/documents/indexes/index.js +134 -0
  280. package/dist/commonjs/models/azure/search/documents/indexes/index.js.map +7 -0
  281. package/dist/commonjs/models/azure/search/documents/indexes/models.d.ts +5170 -0
  282. package/dist/commonjs/models/azure/search/documents/indexes/models.d.ts.map +1 -0
  283. package/dist/commonjs/models/azure/search/documents/indexes/models.js +6342 -0
  284. package/dist/commonjs/models/azure/search/documents/indexes/models.js.map +7 -0
  285. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.d.ts +3 -0
  286. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -0
  287. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.js +36 -0
  288. package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.js.map +7 -0
  289. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.d.ts +492 -0
  290. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -0
  291. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.js +689 -0
  292. package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.js.map +7 -0
  293. package/dist/commonjs/models/azure/search/documents/models.d.ts +537 -0
  294. package/dist/commonjs/models/azure/search/documents/models.d.ts.map +1 -0
  295. package/dist/commonjs/models/azure/search/documents/models.js +699 -0
  296. package/dist/commonjs/models/azure/search/documents/models.js.map +7 -0
  297. package/dist/commonjs/models/index.d.ts +3 -0
  298. package/dist/commonjs/models/index.d.ts.map +1 -0
  299. package/dist/commonjs/models/index.js +28 -0
  300. package/dist/commonjs/models/index.js.map +7 -0
  301. package/dist/commonjs/models/models.d.ts +17 -0
  302. package/dist/commonjs/models/models.d.ts.map +1 -0
  303. package/dist/commonjs/models/models.js +39 -0
  304. package/dist/commonjs/models/models.js.map +7 -0
  305. package/dist/commonjs/odata.js +49 -45
  306. package/dist/commonjs/odata.js.map +7 -1
  307. package/dist/commonjs/odataMetadataPolicy.js +34 -17
  308. package/dist/commonjs/odataMetadataPolicy.js.map +7 -1
  309. package/dist/commonjs/search/api/index.d.ts +5 -0
  310. package/dist/commonjs/search/api/index.d.ts.map +1 -0
  311. package/dist/commonjs/search/api/index.js +47 -0
  312. package/dist/commonjs/search/api/index.js.map +7 -0
  313. package/dist/commonjs/search/api/operations.d.ts +41 -0
  314. package/dist/commonjs/search/api/operations.d.ts.map +1 -0
  315. package/dist/commonjs/search/api/operations.js +509 -0
  316. package/dist/commonjs/search/api/operations.js.map +7 -0
  317. package/dist/commonjs/search/api/options.d.ts +244 -0
  318. package/dist/commonjs/search/api/options.d.ts.map +1 -0
  319. package/dist/commonjs/search/api/options.js +16 -0
  320. package/dist/commonjs/search/api/options.js.map +7 -0
  321. package/dist/commonjs/search/api/searchContext.d.ts +17 -0
  322. package/dist/commonjs/search/api/searchContext.d.ts.map +1 -0
  323. package/dist/commonjs/search/api/searchContext.js +47 -0
  324. package/dist/commonjs/search/api/searchContext.js.map +7 -0
  325. package/dist/commonjs/search/index.d.ts +3 -0
  326. package/dist/commonjs/search/index.d.ts.map +1 -0
  327. package/dist/commonjs/search/index.js +28 -0
  328. package/dist/commonjs/search/index.js.map +7 -0
  329. package/dist/commonjs/search/searchClient.d.ts +31 -0
  330. package/dist/commonjs/search/searchClient.d.ts.map +1 -0
  331. package/dist/commonjs/search/searchClient.js +79 -0
  332. package/dist/commonjs/search/searchClient.js.map +7 -0
  333. package/dist/commonjs/searchApiKeyCredentialPolicy.js +36 -19
  334. package/dist/commonjs/searchApiKeyCredentialPolicy.js.map +7 -1
  335. package/dist/commonjs/searchAudience.js +33 -24
  336. package/dist/commonjs/searchAudience.js.map +7 -1
  337. package/dist/commonjs/searchClient.d.ts +4 -6
  338. package/dist/commonjs/searchClient.d.ts.map +1 -1
  339. package/dist/commonjs/searchClient.js +648 -702
  340. package/dist/commonjs/searchClient.js.map +7 -1
  341. package/dist/commonjs/searchIndex/api/index.d.ts +5 -0
  342. package/dist/commonjs/searchIndex/api/index.d.ts.map +1 -0
  343. package/dist/commonjs/searchIndex/api/index.js +89 -0
  344. package/dist/commonjs/searchIndex/api/index.js.map +7 -0
  345. package/dist/commonjs/searchIndex/api/operations.d.ts +128 -0
  346. package/dist/commonjs/searchIndex/api/operations.d.ts.map +1 -0
  347. package/dist/commonjs/searchIndex/api/operations.js +1325 -0
  348. package/dist/commonjs/searchIndex/api/operations.js.map +7 -0
  349. package/dist/commonjs/searchIndex/api/options.d.ts +258 -0
  350. package/dist/commonjs/searchIndex/api/options.d.ts.map +1 -0
  351. package/dist/commonjs/searchIndex/api/options.js +16 -0
  352. package/dist/commonjs/searchIndex/api/options.js.map +7 -0
  353. package/dist/commonjs/searchIndex/api/searchIndexContext.d.ts +15 -0
  354. package/dist/commonjs/searchIndex/api/searchIndexContext.d.ts.map +1 -0
  355. package/dist/commonjs/searchIndex/api/searchIndexContext.js +47 -0
  356. package/dist/commonjs/searchIndex/api/searchIndexContext.js.map +7 -0
  357. package/dist/commonjs/searchIndex/index.d.ts +3 -0
  358. package/dist/commonjs/searchIndex/index.d.ts.map +1 -0
  359. package/dist/commonjs/searchIndex/index.js +28 -0
  360. package/dist/commonjs/searchIndex/index.js.map +7 -0
  361. package/dist/commonjs/searchIndex/searchIndexClient.d.ts +75 -0
  362. package/dist/commonjs/searchIndex/searchIndexClient.d.ts.map +1 -0
  363. package/dist/commonjs/searchIndex/searchIndexClient.js +163 -0
  364. package/dist/commonjs/searchIndex/searchIndexClient.js.map +7 -0
  365. package/dist/commonjs/searchIndexClient.d.ts +6 -22
  366. package/dist/commonjs/searchIndexClient.d.ts.map +1 -1
  367. package/dist/commonjs/searchIndexClient.js +628 -977
  368. package/dist/commonjs/searchIndexClient.js.map +7 -1
  369. package/dist/commonjs/searchIndexer/api/index.d.ts +5 -0
  370. package/dist/commonjs/searchIndexer/api/index.d.ts.map +1 -0
  371. package/dist/commonjs/searchIndexer/api/index.js +65 -0
  372. package/dist/commonjs/searchIndexer/api/index.js.map +7 -0
  373. package/dist/commonjs/searchIndexer/api/operations.d.ts +77 -0
  374. package/dist/commonjs/searchIndexer/api/operations.d.ts.map +1 -0
  375. package/dist/commonjs/searchIndexer/api/operations.js +791 -0
  376. package/dist/commonjs/searchIndexer/api/operations.js.map +7 -0
  377. package/dist/commonjs/searchIndexer/api/options.d.ts +158 -0
  378. package/dist/commonjs/searchIndexer/api/options.d.ts.map +1 -0
  379. package/dist/commonjs/searchIndexer/api/options.js +16 -0
  380. package/dist/commonjs/searchIndexer/api/options.js.map +7 -0
  381. package/dist/commonjs/searchIndexer/api/searchIndexerContext.d.ts +15 -0
  382. package/dist/commonjs/searchIndexer/api/searchIndexerContext.d.ts.map +1 -0
  383. package/dist/commonjs/searchIndexer/api/searchIndexerContext.js +47 -0
  384. package/dist/commonjs/searchIndexer/api/searchIndexerContext.js.map +7 -0
  385. package/dist/commonjs/searchIndexer/index.d.ts +3 -0
  386. package/dist/commonjs/searchIndexer/index.d.ts.map +1 -0
  387. package/dist/commonjs/searchIndexer/index.js +28 -0
  388. package/dist/commonjs/searchIndexer/index.js.map +7 -0
  389. package/dist/commonjs/searchIndexer/searchIndexerClient.d.ts +49 -0
  390. package/dist/commonjs/searchIndexer/searchIndexerClient.d.ts.map +1 -0
  391. package/dist/commonjs/searchIndexer/searchIndexerClient.js +115 -0
  392. package/dist/commonjs/searchIndexer/searchIndexerClient.js.map +7 -0
  393. package/dist/commonjs/searchIndexerClient.d.ts +4 -17
  394. package/dist/commonjs/searchIndexerClient.d.ts.map +1 -1
  395. package/dist/commonjs/searchIndexerClient.js +479 -642
  396. package/dist/commonjs/searchIndexerClient.js.map +7 -1
  397. package/dist/commonjs/searchIndexingBufferedSender.d.ts +1 -1
  398. package/dist/commonjs/searchIndexingBufferedSender.d.ts.map +1 -1
  399. package/dist/commonjs/searchIndexingBufferedSender.js +320 -313
  400. package/dist/commonjs/searchIndexingBufferedSender.js.map +7 -1
  401. package/dist/commonjs/serialization.js +146 -117
  402. package/dist/commonjs/serialization.js.map +7 -1
  403. package/dist/commonjs/serviceModels.d.ts +80 -199
  404. package/dist/commonjs/serviceModels.d.ts.map +1 -1
  405. package/dist/commonjs/serviceModels.js +189 -657
  406. package/dist/commonjs/serviceModels.js.map +7 -1
  407. package/dist/commonjs/serviceUtils.d.ts +52 -10
  408. package/dist/commonjs/serviceUtils.d.ts.map +1 -1
  409. package/dist/commonjs/serviceUtils.js +822 -720
  410. package/dist/commonjs/serviceUtils.js.map +7 -1
  411. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  412. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
  413. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  414. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  415. package/dist/commonjs/static-helpers/serialization/build-csv-collection.d.ts +2 -0
  416. package/dist/commonjs/static-helpers/serialization/build-csv-collection.d.ts.map +1 -0
  417. package/dist/commonjs/static-helpers/serialization/build-csv-collection.js +30 -0
  418. package/dist/commonjs/static-helpers/serialization/build-csv-collection.js.map +7 -0
  419. package/dist/commonjs/static-helpers/serialization/build-newline-collection.d.ts +2 -0
  420. package/dist/commonjs/static-helpers/serialization/build-newline-collection.d.ts.map +1 -0
  421. package/dist/commonjs/static-helpers/serialization/build-newline-collection.js +30 -0
  422. package/dist/commonjs/static-helpers/serialization/build-newline-collection.js.map +7 -0
  423. package/dist/commonjs/static-helpers/serialization/build-pipe-collection.d.ts +2 -0
  424. package/dist/commonjs/static-helpers/serialization/build-pipe-collection.d.ts.map +1 -0
  425. package/dist/commonjs/static-helpers/serialization/build-pipe-collection.js +30 -0
  426. package/dist/commonjs/static-helpers/serialization/build-pipe-collection.js.map +7 -0
  427. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  428. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts.map +1 -0
  429. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  430. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  431. package/dist/commonjs/static-helpers/serialization/parse-csv-collection.d.ts +2 -0
  432. package/dist/commonjs/static-helpers/serialization/parse-csv-collection.d.ts.map +1 -0
  433. package/dist/commonjs/static-helpers/serialization/parse-csv-collection.js +30 -0
  434. package/dist/commonjs/static-helpers/serialization/parse-csv-collection.js.map +7 -0
  435. package/dist/commonjs/static-helpers/serialization/parse-newline-collection.d.ts +2 -0
  436. package/dist/commonjs/static-helpers/serialization/parse-newline-collection.d.ts.map +1 -0
  437. package/dist/commonjs/static-helpers/serialization/parse-newline-collection.js +30 -0
  438. package/dist/commonjs/static-helpers/serialization/parse-newline-collection.js.map +7 -0
  439. package/dist/commonjs/static-helpers/serialization/parse-pipe-collection.d.ts +2 -0
  440. package/dist/commonjs/static-helpers/serialization/parse-pipe-collection.d.ts.map +1 -0
  441. package/dist/commonjs/static-helpers/serialization/parse-pipe-collection.js +30 -0
  442. package/dist/commonjs/static-helpers/serialization/parse-pipe-collection.js.map +7 -0
  443. package/dist/commonjs/static-helpers/serialization/serialize-record.d.ts +2 -0
  444. package/dist/commonjs/static-helpers/serialization/serialize-record.d.ts.map +1 -0
  445. package/dist/commonjs/static-helpers/serialization/serialize-record.js +42 -0
  446. package/dist/commonjs/static-helpers/serialization/serialize-record.js.map +7 -0
  447. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  448. package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
  449. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  450. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  451. package/dist/commonjs/synonymMapHelper.js +45 -26
  452. package/dist/commonjs/synonymMapHelper.js.map +7 -1
  453. package/dist/commonjs/timers.d.ts +9 -0
  454. package/dist/commonjs/timers.d.ts.map +1 -0
  455. package/dist/commonjs/timers.js +32 -0
  456. package/dist/commonjs/timers.js.map +7 -0
  457. package/dist/commonjs/tracing.d.ts +5 -0
  458. package/dist/commonjs/tracing.d.ts.map +1 -1
  459. package/dist/commonjs/tracing.js +34 -15
  460. package/dist/commonjs/tracing.js.map +7 -1
  461. package/dist/commonjs/tsdoc-metadata.json +1 -1
  462. package/dist/commonjs/walk.js +76 -67
  463. package/dist/commonjs/walk.js.map +7 -1
  464. package/dist/esm/base64.d.ts.map +1 -1
  465. package/dist/esm/base64.js +3 -2
  466. package/dist/esm/base64.js.map +1 -1
  467. package/dist/esm/index.d.ts +13 -11
  468. package/dist/esm/index.d.ts.map +1 -1
  469. package/dist/esm/index.js +2 -3
  470. package/dist/esm/index.js.map +1 -1
  471. package/dist/esm/indexModels.d.ts +16 -114
  472. package/dist/esm/indexModels.d.ts.map +1 -1
  473. package/dist/esm/indexModels.js.map +1 -1
  474. package/dist/esm/knowledgeBaseModels.d.ts +6 -18
  475. package/dist/esm/knowledgeBaseModels.d.ts.map +1 -1
  476. package/dist/esm/knowledgeBaseModels.js.map +1 -1
  477. package/dist/esm/knowledgeBaseRetrieval/api/index.d.ts +5 -0
  478. package/dist/esm/knowledgeBaseRetrieval/api/index.d.ts.map +1 -0
  479. package/dist/esm/knowledgeBaseRetrieval/api/index.js +5 -0
  480. package/dist/esm/knowledgeBaseRetrieval/api/index.js.map +1 -0
  481. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +17 -0
  482. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -0
  483. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +25 -0
  484. package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -0
  485. package/dist/esm/knowledgeBaseRetrieval/api/operations.d.ts +9 -0
  486. package/dist/esm/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -0
  487. package/dist/esm/knowledgeBaseRetrieval/api/operations.js +45 -0
  488. package/dist/esm/knowledgeBaseRetrieval/api/operations.js.map +1 -0
  489. package/dist/esm/knowledgeBaseRetrieval/api/options.d.ts +9 -0
  490. package/dist/esm/knowledgeBaseRetrieval/api/options.d.ts.map +1 -0
  491. package/dist/esm/knowledgeBaseRetrieval/api/options.js +4 -0
  492. package/dist/esm/knowledgeBaseRetrieval/api/options.js.map +1 -0
  493. package/dist/esm/knowledgeBaseRetrieval/index.d.ts +3 -0
  494. package/dist/esm/knowledgeBaseRetrieval/index.d.ts.map +1 -0
  495. package/dist/esm/knowledgeBaseRetrieval/index.js +4 -0
  496. package/dist/esm/knowledgeBaseRetrieval/index.js.map +1 -0
  497. package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +15 -0
  498. package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -0
  499. package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +25 -0
  500. package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +1 -0
  501. package/dist/esm/knowledgeRetrievalClient.d.ts +5 -5
  502. package/dist/esm/knowledgeRetrievalClient.d.ts.map +1 -1
  503. package/dist/esm/knowledgeRetrievalClient.js +11 -19
  504. package/dist/esm/knowledgeRetrievalClient.js.map +1 -1
  505. package/dist/esm/models/azure/search/documents/index.d.ts +3 -0
  506. package/dist/esm/models/azure/search/documents/index.d.ts.map +1 -0
  507. package/dist/esm/models/azure/search/documents/index.js +4 -0
  508. package/dist/esm/models/azure/search/documents/index.js.map +1 -0
  509. package/dist/esm/models/azure/search/documents/indexes/index.d.ts +3 -0
  510. package/dist/esm/models/azure/search/documents/indexes/index.d.ts.map +1 -0
  511. package/dist/esm/models/azure/search/documents/indexes/index.js +4 -0
  512. package/dist/esm/models/azure/search/documents/indexes/index.js.map +1 -0
  513. package/dist/esm/models/azure/search/documents/indexes/models.d.ts +5170 -0
  514. package/dist/esm/models/azure/search/documents/indexes/models.d.ts.map +1 -0
  515. package/dist/esm/models/azure/search/documents/indexes/models.js +6380 -0
  516. package/dist/esm/models/azure/search/documents/indexes/models.js.map +1 -0
  517. package/dist/esm/models/azure/search/documents/knowledgeBases/index.d.ts +3 -0
  518. package/dist/esm/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -0
  519. package/dist/esm/models/azure/search/documents/knowledgeBases/index.js +4 -0
  520. package/dist/esm/models/azure/search/documents/knowledgeBases/index.js.map +1 -0
  521. package/dist/esm/models/azure/search/documents/knowledgeBases/models.d.ts +492 -0
  522. package/dist/esm/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -0
  523. package/dist/esm/models/azure/search/documents/knowledgeBases/models.js +592 -0
  524. package/dist/esm/models/azure/search/documents/knowledgeBases/models.js.map +1 -0
  525. package/dist/esm/models/azure/search/documents/models.d.ts +537 -0
  526. package/dist/esm/models/azure/search/documents/models.d.ts.map +1 -0
  527. package/dist/esm/models/azure/search/documents/models.js +593 -0
  528. package/dist/esm/models/azure/search/documents/models.js.map +1 -0
  529. package/dist/esm/models/index.d.ts +3 -0
  530. package/dist/esm/models/index.d.ts.map +1 -0
  531. package/dist/esm/models/index.js +4 -0
  532. package/dist/esm/models/index.js.map +1 -0
  533. package/dist/esm/models/models.d.ts +17 -0
  534. package/dist/esm/models/models.d.ts.map +1 -0
  535. package/dist/esm/models/models.js +15 -0
  536. package/dist/esm/models/models.js.map +1 -0
  537. package/dist/esm/search/api/index.d.ts +5 -0
  538. package/dist/esm/search/api/index.d.ts.map +1 -0
  539. package/dist/esm/search/api/index.js +5 -0
  540. package/dist/esm/search/api/index.js.map +1 -0
  541. package/dist/esm/search/api/operations.d.ts +41 -0
  542. package/dist/esm/search/api/operations.d.ts.map +1 -0
  543. package/dist/esm/search/api/operations.js +456 -0
  544. package/dist/esm/search/api/operations.js.map +1 -0
  545. package/dist/esm/search/api/options.d.ts +244 -0
  546. package/dist/esm/search/api/options.d.ts.map +1 -0
  547. package/dist/esm/search/api/options.js +4 -0
  548. package/dist/esm/search/api/options.js.map +1 -0
  549. package/dist/esm/search/api/searchContext.d.ts +17 -0
  550. package/dist/esm/search/api/searchContext.d.ts.map +1 -0
  551. package/dist/esm/search/api/searchContext.js +25 -0
  552. package/dist/esm/search/api/searchContext.js.map +1 -0
  553. package/dist/esm/search/index.d.ts +3 -0
  554. package/dist/esm/search/index.d.ts.map +1 -0
  555. package/dist/esm/search/index.js +4 -0
  556. package/dist/esm/search/index.js.map +1 -0
  557. package/dist/esm/search/searchClient.d.ts +31 -0
  558. package/dist/esm/search/searchClient.d.ts.map +1 -0
  559. package/dist/esm/search/searchClient.js +57 -0
  560. package/dist/esm/search/searchClient.js.map +1 -0
  561. package/dist/esm/searchClient.d.ts +4 -6
  562. package/dist/esm/searchClient.d.ts.map +1 -1
  563. package/dist/esm/searchClient.js +93 -238
  564. package/dist/esm/searchClient.js.map +1 -1
  565. package/dist/esm/searchIndex/api/index.d.ts +5 -0
  566. package/dist/esm/searchIndex/api/index.d.ts.map +1 -0
  567. package/dist/esm/searchIndex/api/index.js +5 -0
  568. package/dist/esm/searchIndex/api/index.js.map +1 -0
  569. package/dist/esm/searchIndex/api/operations.d.ts +128 -0
  570. package/dist/esm/searchIndex/api/operations.d.ts.map +1 -0
  571. package/dist/esm/searchIndex/api/operations.js +1123 -0
  572. package/dist/esm/searchIndex/api/operations.js.map +1 -0
  573. package/dist/esm/searchIndex/api/options.d.ts +258 -0
  574. package/dist/esm/searchIndex/api/options.d.ts.map +1 -0
  575. package/dist/esm/searchIndex/api/options.js +4 -0
  576. package/dist/esm/searchIndex/api/options.js.map +1 -0
  577. package/dist/esm/searchIndex/api/searchIndexContext.d.ts +15 -0
  578. package/dist/esm/searchIndex/api/searchIndexContext.d.ts.map +1 -0
  579. package/dist/esm/searchIndex/api/searchIndexContext.js +25 -0
  580. package/dist/esm/searchIndex/api/searchIndexContext.js.map +1 -0
  581. package/dist/esm/searchIndex/index.d.ts +3 -0
  582. package/dist/esm/searchIndex/index.d.ts.map +1 -0
  583. package/dist/esm/searchIndex/index.js +4 -0
  584. package/dist/esm/searchIndex/index.js.map +1 -0
  585. package/dist/esm/searchIndex/searchIndexClient.d.ts +75 -0
  586. package/dist/esm/searchIndex/searchIndexClient.d.ts.map +1 -0
  587. package/dist/esm/searchIndex/searchIndexClient.js +141 -0
  588. package/dist/esm/searchIndex/searchIndexClient.js.map +1 -0
  589. package/dist/esm/searchIndexClient.d.ts +6 -22
  590. package/dist/esm/searchIndexClient.d.ts.map +1 -1
  591. package/dist/esm/searchIndexClient.js +108 -616
  592. package/dist/esm/searchIndexClient.js.map +1 -1
  593. package/dist/esm/searchIndexer/api/index.d.ts +5 -0
  594. package/dist/esm/searchIndexer/api/index.d.ts.map +1 -0
  595. package/dist/esm/searchIndexer/api/index.js +5 -0
  596. package/dist/esm/searchIndexer/api/index.js.map +1 -0
  597. package/dist/esm/searchIndexer/api/operations.d.ts +77 -0
  598. package/dist/esm/searchIndexer/api/operations.d.ts.map +1 -0
  599. package/dist/esm/searchIndexer/api/operations.js +679 -0
  600. package/dist/esm/searchIndexer/api/operations.js.map +1 -0
  601. package/dist/esm/searchIndexer/api/options.d.ts +158 -0
  602. package/dist/esm/searchIndexer/api/options.d.ts.map +1 -0
  603. package/dist/esm/searchIndexer/api/options.js +4 -0
  604. package/dist/esm/searchIndexer/api/options.js.map +1 -0
  605. package/dist/esm/searchIndexer/api/searchIndexerContext.d.ts +15 -0
  606. package/dist/esm/searchIndexer/api/searchIndexerContext.d.ts.map +1 -0
  607. package/dist/esm/searchIndexer/api/searchIndexerContext.js +25 -0
  608. package/dist/esm/searchIndexer/api/searchIndexerContext.js.map +1 -0
  609. package/dist/esm/searchIndexer/index.d.ts +3 -0
  610. package/dist/esm/searchIndexer/index.d.ts.map +1 -0
  611. package/dist/esm/searchIndexer/index.js +4 -0
  612. package/dist/esm/searchIndexer/index.js.map +1 -0
  613. package/dist/esm/searchIndexer/searchIndexerClient.d.ts +49 -0
  614. package/dist/esm/searchIndexer/searchIndexerClient.d.ts.map +1 -0
  615. package/dist/esm/searchIndexer/searchIndexerClient.js +93 -0
  616. package/dist/esm/searchIndexer/searchIndexerClient.js.map +1 -0
  617. package/dist/esm/searchIndexerClient.d.ts +4 -17
  618. package/dist/esm/searchIndexerClient.d.ts.map +1 -1
  619. package/dist/esm/searchIndexerClient.js +74 -350
  620. package/dist/esm/searchIndexerClient.js.map +1 -1
  621. package/dist/esm/searchIndexingBufferedSender.d.ts +1 -1
  622. package/dist/esm/searchIndexingBufferedSender.d.ts.map +1 -1
  623. package/dist/esm/searchIndexingBufferedSender.js +3 -7
  624. package/dist/esm/searchIndexingBufferedSender.js.map +1 -1
  625. package/dist/esm/serviceModels.d.ts +80 -199
  626. package/dist/esm/serviceModels.d.ts.map +1 -1
  627. package/dist/esm/serviceModels.js.map +1 -1
  628. package/dist/esm/serviceUtils.d.ts +52 -10
  629. package/dist/esm/serviceUtils.d.ts.map +1 -1
  630. package/dist/esm/serviceUtils.js +210 -167
  631. package/dist/esm/serviceUtils.js.map +1 -1
  632. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  633. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  634. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  635. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  636. package/dist/esm/static-helpers/serialization/build-csv-collection.d.ts +2 -0
  637. package/dist/esm/static-helpers/serialization/build-csv-collection.d.ts.map +1 -0
  638. package/dist/esm/static-helpers/serialization/build-csv-collection.js +6 -0
  639. package/dist/esm/static-helpers/serialization/build-csv-collection.js.map +1 -0
  640. package/dist/esm/static-helpers/serialization/build-newline-collection.d.ts +2 -0
  641. package/dist/esm/static-helpers/serialization/build-newline-collection.d.ts.map +1 -0
  642. package/dist/esm/static-helpers/serialization/build-newline-collection.js +6 -0
  643. package/dist/esm/static-helpers/serialization/build-newline-collection.js.map +1 -0
  644. package/dist/esm/static-helpers/serialization/build-pipe-collection.d.ts +2 -0
  645. package/dist/esm/static-helpers/serialization/build-pipe-collection.d.ts.map +1 -0
  646. package/dist/esm/static-helpers/serialization/build-pipe-collection.js +6 -0
  647. package/dist/esm/static-helpers/serialization/build-pipe-collection.js.map +1 -0
  648. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  649. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts.map +1 -0
  650. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  651. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  652. package/dist/esm/static-helpers/serialization/parse-csv-collection.d.ts +2 -0
  653. package/dist/esm/static-helpers/serialization/parse-csv-collection.d.ts.map +1 -0
  654. package/dist/esm/static-helpers/serialization/parse-csv-collection.js +6 -0
  655. package/dist/esm/static-helpers/serialization/parse-csv-collection.js.map +1 -0
  656. package/dist/esm/static-helpers/serialization/parse-newline-collection.d.ts +2 -0
  657. package/dist/esm/static-helpers/serialization/parse-newline-collection.d.ts.map +1 -0
  658. package/dist/esm/static-helpers/serialization/parse-newline-collection.js +6 -0
  659. package/dist/esm/static-helpers/serialization/parse-newline-collection.js.map +1 -0
  660. package/dist/esm/static-helpers/serialization/parse-pipe-collection.d.ts +2 -0
  661. package/dist/esm/static-helpers/serialization/parse-pipe-collection.d.ts.map +1 -0
  662. package/dist/esm/static-helpers/serialization/parse-pipe-collection.js +6 -0
  663. package/dist/esm/static-helpers/serialization/parse-pipe-collection.js.map +1 -0
  664. package/dist/esm/static-helpers/serialization/serialize-record.d.ts +2 -0
  665. package/dist/esm/static-helpers/serialization/serialize-record.d.ts.map +1 -0
  666. package/dist/esm/static-helpers/serialization/serialize-record.js +19 -0
  667. package/dist/esm/static-helpers/serialization/serialize-record.js.map +1 -0
  668. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  669. package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
  670. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  671. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  672. package/dist/esm/timers.d.ts +9 -0
  673. package/dist/esm/timers.d.ts.map +1 -0
  674. package/dist/esm/timers.js +15 -0
  675. package/dist/esm/timers.js.map +1 -0
  676. package/dist/esm/tracing.d.ts +5 -0
  677. package/dist/esm/tracing.d.ts.map +1 -1
  678. package/dist/esm/tracing.js +1 -1
  679. package/dist/esm/tracing.js.map +1 -1
  680. package/dist/esm/walk.js +1 -1
  681. package/dist/esm/walk.js.map +1 -1
  682. package/dist/react-native/base64.d.ts.map +1 -1
  683. package/dist/react-native/base64.js +3 -2
  684. package/dist/react-native/base64.js.map +1 -1
  685. package/dist/react-native/index.d.ts +14 -12
  686. package/dist/react-native/index.d.ts.map +1 -1
  687. package/dist/react-native/index.js +3 -4
  688. package/dist/react-native/index.js.map +1 -1
  689. package/dist/react-native/indexModels.d.ts +16 -114
  690. package/dist/react-native/indexModels.d.ts.map +1 -1
  691. package/dist/react-native/indexModels.js.map +1 -1
  692. package/dist/react-native/knowledgeBaseModels.d.ts +6 -18
  693. package/dist/react-native/knowledgeBaseModels.d.ts.map +1 -1
  694. package/dist/react-native/knowledgeBaseModels.js.map +1 -1
  695. package/dist/react-native/knowledgeBaseRetrieval/api/index.d.ts +5 -0
  696. package/dist/react-native/knowledgeBaseRetrieval/api/index.d.ts.map +1 -0
  697. package/dist/react-native/knowledgeBaseRetrieval/api/index.js +5 -0
  698. package/dist/react-native/knowledgeBaseRetrieval/api/index.js.map +1 -0
  699. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +17 -0
  700. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -0
  701. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +25 -0
  702. package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -0
  703. package/dist/react-native/knowledgeBaseRetrieval/api/operations.d.ts +9 -0
  704. package/dist/react-native/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -0
  705. package/dist/react-native/knowledgeBaseRetrieval/api/operations.js +45 -0
  706. package/dist/react-native/knowledgeBaseRetrieval/api/operations.js.map +1 -0
  707. package/dist/react-native/knowledgeBaseRetrieval/api/options.d.ts +9 -0
  708. package/dist/react-native/knowledgeBaseRetrieval/api/options.d.ts.map +1 -0
  709. package/dist/react-native/knowledgeBaseRetrieval/api/options.js +4 -0
  710. package/dist/react-native/knowledgeBaseRetrieval/api/options.js.map +1 -0
  711. package/dist/react-native/knowledgeBaseRetrieval/index.d.ts +3 -0
  712. package/dist/react-native/knowledgeBaseRetrieval/index.d.ts.map +1 -0
  713. package/dist/react-native/knowledgeBaseRetrieval/index.js +4 -0
  714. package/dist/react-native/knowledgeBaseRetrieval/index.js.map +1 -0
  715. package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +15 -0
  716. package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -0
  717. package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +25 -0
  718. package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +1 -0
  719. package/dist/react-native/knowledgeRetrievalClient.d.ts +5 -5
  720. package/dist/react-native/knowledgeRetrievalClient.d.ts.map +1 -1
  721. package/dist/react-native/knowledgeRetrievalClient.js +11 -19
  722. package/dist/react-native/knowledgeRetrievalClient.js.map +1 -1
  723. package/dist/react-native/models/azure/search/documents/index.d.ts +3 -0
  724. package/dist/react-native/models/azure/search/documents/index.d.ts.map +1 -0
  725. package/dist/react-native/models/azure/search/documents/index.js +4 -0
  726. package/dist/react-native/models/azure/search/documents/index.js.map +1 -0
  727. package/dist/react-native/models/azure/search/documents/indexes/index.d.ts +3 -0
  728. package/dist/react-native/models/azure/search/documents/indexes/index.d.ts.map +1 -0
  729. package/dist/react-native/models/azure/search/documents/indexes/index.js +4 -0
  730. package/dist/react-native/models/azure/search/documents/indexes/index.js.map +1 -0
  731. package/dist/react-native/models/azure/search/documents/indexes/models.d.ts +5170 -0
  732. package/dist/react-native/models/azure/search/documents/indexes/models.d.ts.map +1 -0
  733. package/dist/react-native/models/azure/search/documents/indexes/models.js +6380 -0
  734. package/dist/react-native/models/azure/search/documents/indexes/models.js.map +1 -0
  735. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.d.ts +3 -0
  736. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -0
  737. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.js +4 -0
  738. package/dist/react-native/models/azure/search/documents/knowledgeBases/index.js.map +1 -0
  739. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.d.ts +492 -0
  740. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -0
  741. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.js +592 -0
  742. package/dist/react-native/models/azure/search/documents/knowledgeBases/models.js.map +1 -0
  743. package/dist/react-native/models/azure/search/documents/models.d.ts +537 -0
  744. package/dist/react-native/models/azure/search/documents/models.d.ts.map +1 -0
  745. package/dist/react-native/models/azure/search/documents/models.js +593 -0
  746. package/dist/react-native/models/azure/search/documents/models.js.map +1 -0
  747. package/dist/react-native/models/index.d.ts +3 -0
  748. package/dist/react-native/models/index.d.ts.map +1 -0
  749. package/dist/react-native/models/index.js +4 -0
  750. package/dist/react-native/models/index.js.map +1 -0
  751. package/dist/react-native/models/models.d.ts +17 -0
  752. package/dist/react-native/models/models.d.ts.map +1 -0
  753. package/dist/react-native/models/models.js +15 -0
  754. package/dist/react-native/models/models.js.map +1 -0
  755. package/dist/react-native/search/api/index.d.ts +5 -0
  756. package/dist/react-native/search/api/index.d.ts.map +1 -0
  757. package/dist/react-native/search/api/index.js +5 -0
  758. package/dist/react-native/search/api/index.js.map +1 -0
  759. package/dist/react-native/search/api/operations.d.ts +41 -0
  760. package/dist/react-native/search/api/operations.d.ts.map +1 -0
  761. package/dist/react-native/search/api/operations.js +456 -0
  762. package/dist/react-native/search/api/operations.js.map +1 -0
  763. package/dist/react-native/search/api/options.d.ts +244 -0
  764. package/dist/react-native/search/api/options.d.ts.map +1 -0
  765. package/dist/react-native/search/api/options.js +4 -0
  766. package/dist/react-native/search/api/options.js.map +1 -0
  767. package/dist/react-native/search/api/searchContext.d.ts +17 -0
  768. package/dist/react-native/search/api/searchContext.d.ts.map +1 -0
  769. package/dist/react-native/search/api/searchContext.js +25 -0
  770. package/dist/react-native/search/api/searchContext.js.map +1 -0
  771. package/dist/react-native/search/index.d.ts +3 -0
  772. package/dist/react-native/search/index.d.ts.map +1 -0
  773. package/dist/react-native/search/index.js +4 -0
  774. package/dist/react-native/search/index.js.map +1 -0
  775. package/dist/react-native/search/searchClient.d.ts +31 -0
  776. package/dist/react-native/search/searchClient.d.ts.map +1 -0
  777. package/dist/react-native/search/searchClient.js +57 -0
  778. package/dist/react-native/search/searchClient.js.map +1 -0
  779. package/dist/react-native/searchClient.d.ts +4 -6
  780. package/dist/react-native/searchClient.d.ts.map +1 -1
  781. package/dist/react-native/searchClient.js +93 -238
  782. package/dist/react-native/searchClient.js.map +1 -1
  783. package/dist/react-native/searchIndex/api/index.d.ts +5 -0
  784. package/dist/react-native/searchIndex/api/index.d.ts.map +1 -0
  785. package/dist/react-native/searchIndex/api/index.js +5 -0
  786. package/dist/react-native/searchIndex/api/index.js.map +1 -0
  787. package/dist/react-native/searchIndex/api/operations.d.ts +128 -0
  788. package/dist/react-native/searchIndex/api/operations.d.ts.map +1 -0
  789. package/dist/react-native/searchIndex/api/operations.js +1123 -0
  790. package/dist/react-native/searchIndex/api/operations.js.map +1 -0
  791. package/dist/react-native/searchIndex/api/options.d.ts +258 -0
  792. package/dist/react-native/searchIndex/api/options.d.ts.map +1 -0
  793. package/dist/react-native/searchIndex/api/options.js +4 -0
  794. package/dist/react-native/searchIndex/api/options.js.map +1 -0
  795. package/dist/react-native/searchIndex/api/searchIndexContext.d.ts +15 -0
  796. package/dist/react-native/searchIndex/api/searchIndexContext.d.ts.map +1 -0
  797. package/dist/react-native/searchIndex/api/searchIndexContext.js +25 -0
  798. package/dist/react-native/searchIndex/api/searchIndexContext.js.map +1 -0
  799. package/dist/react-native/searchIndex/index.d.ts +3 -0
  800. package/dist/react-native/searchIndex/index.d.ts.map +1 -0
  801. package/dist/react-native/searchIndex/index.js +4 -0
  802. package/dist/react-native/searchIndex/index.js.map +1 -0
  803. package/dist/react-native/searchIndex/searchIndexClient.d.ts +75 -0
  804. package/dist/react-native/searchIndex/searchIndexClient.d.ts.map +1 -0
  805. package/dist/react-native/searchIndex/searchIndexClient.js +141 -0
  806. package/dist/react-native/searchIndex/searchIndexClient.js.map +1 -0
  807. package/dist/react-native/searchIndexClient.d.ts +6 -22
  808. package/dist/react-native/searchIndexClient.d.ts.map +1 -1
  809. package/dist/react-native/searchIndexClient.js +108 -616
  810. package/dist/react-native/searchIndexClient.js.map +1 -1
  811. package/dist/react-native/searchIndexer/api/index.d.ts +5 -0
  812. package/dist/react-native/searchIndexer/api/index.d.ts.map +1 -0
  813. package/dist/react-native/searchIndexer/api/index.js +5 -0
  814. package/dist/react-native/searchIndexer/api/index.js.map +1 -0
  815. package/dist/react-native/searchIndexer/api/operations.d.ts +77 -0
  816. package/dist/react-native/searchIndexer/api/operations.d.ts.map +1 -0
  817. package/dist/react-native/searchIndexer/api/operations.js +679 -0
  818. package/dist/react-native/searchIndexer/api/operations.js.map +1 -0
  819. package/dist/react-native/searchIndexer/api/options.d.ts +158 -0
  820. package/dist/react-native/searchIndexer/api/options.d.ts.map +1 -0
  821. package/dist/react-native/searchIndexer/api/options.js +4 -0
  822. package/dist/react-native/searchIndexer/api/options.js.map +1 -0
  823. package/dist/react-native/searchIndexer/api/searchIndexerContext.d.ts +15 -0
  824. package/dist/react-native/searchIndexer/api/searchIndexerContext.d.ts.map +1 -0
  825. package/dist/react-native/searchIndexer/api/searchIndexerContext.js +25 -0
  826. package/dist/react-native/searchIndexer/api/searchIndexerContext.js.map +1 -0
  827. package/dist/react-native/searchIndexer/index.d.ts +3 -0
  828. package/dist/react-native/searchIndexer/index.d.ts.map +1 -0
  829. package/dist/react-native/searchIndexer/index.js +4 -0
  830. package/dist/react-native/searchIndexer/index.js.map +1 -0
  831. package/dist/react-native/searchIndexer/searchIndexerClient.d.ts +49 -0
  832. package/dist/react-native/searchIndexer/searchIndexerClient.d.ts.map +1 -0
  833. package/dist/react-native/searchIndexer/searchIndexerClient.js +93 -0
  834. package/dist/react-native/searchIndexer/searchIndexerClient.js.map +1 -0
  835. package/dist/react-native/searchIndexerClient.d.ts +4 -17
  836. package/dist/react-native/searchIndexerClient.d.ts.map +1 -1
  837. package/dist/react-native/searchIndexerClient.js +74 -350
  838. package/dist/react-native/searchIndexerClient.js.map +1 -1
  839. package/dist/react-native/searchIndexingBufferedSender.d.ts +1 -1
  840. package/dist/react-native/searchIndexingBufferedSender.d.ts.map +1 -1
  841. package/dist/react-native/searchIndexingBufferedSender.js +3 -7
  842. package/dist/react-native/searchIndexingBufferedSender.js.map +1 -1
  843. package/dist/react-native/serviceModels.d.ts +80 -199
  844. package/dist/react-native/serviceModels.d.ts.map +1 -1
  845. package/dist/react-native/serviceModels.js.map +1 -1
  846. package/dist/react-native/serviceUtils.d.ts +52 -10
  847. package/dist/react-native/serviceUtils.d.ts.map +1 -1
  848. package/dist/react-native/serviceUtils.js +210 -167
  849. package/dist/react-native/serviceUtils.js.map +1 -1
  850. package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
  851. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  852. package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
  853. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  854. package/dist/react-native/static-helpers/serialization/build-csv-collection.d.ts +2 -0
  855. package/dist/react-native/static-helpers/serialization/build-csv-collection.d.ts.map +1 -0
  856. package/dist/react-native/static-helpers/serialization/build-csv-collection.js +6 -0
  857. package/dist/react-native/static-helpers/serialization/build-csv-collection.js.map +1 -0
  858. package/dist/react-native/static-helpers/serialization/build-newline-collection.d.ts +2 -0
  859. package/dist/react-native/static-helpers/serialization/build-newline-collection.d.ts.map +1 -0
  860. package/dist/react-native/static-helpers/serialization/build-newline-collection.js +6 -0
  861. package/dist/react-native/static-helpers/serialization/build-newline-collection.js.map +1 -0
  862. package/dist/react-native/static-helpers/serialization/build-pipe-collection.d.ts +2 -0
  863. package/dist/react-native/static-helpers/serialization/build-pipe-collection.d.ts.map +1 -0
  864. package/dist/react-native/static-helpers/serialization/build-pipe-collection.js +6 -0
  865. package/dist/react-native/static-helpers/serialization/build-pipe-collection.js.map +1 -0
  866. package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  867. package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts.map +1 -0
  868. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
  869. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  870. package/dist/react-native/static-helpers/serialization/parse-csv-collection.d.ts +2 -0
  871. package/dist/react-native/static-helpers/serialization/parse-csv-collection.d.ts.map +1 -0
  872. package/dist/react-native/static-helpers/serialization/parse-csv-collection.js +6 -0
  873. package/dist/react-native/static-helpers/serialization/parse-csv-collection.js.map +1 -0
  874. package/dist/react-native/static-helpers/serialization/parse-newline-collection.d.ts +2 -0
  875. package/dist/react-native/static-helpers/serialization/parse-newline-collection.d.ts.map +1 -0
  876. package/dist/react-native/static-helpers/serialization/parse-newline-collection.js +6 -0
  877. package/dist/react-native/static-helpers/serialization/parse-newline-collection.js.map +1 -0
  878. package/dist/react-native/static-helpers/serialization/parse-pipe-collection.d.ts +2 -0
  879. package/dist/react-native/static-helpers/serialization/parse-pipe-collection.d.ts.map +1 -0
  880. package/dist/react-native/static-helpers/serialization/parse-pipe-collection.js +6 -0
  881. package/dist/react-native/static-helpers/serialization/parse-pipe-collection.js.map +1 -0
  882. package/dist/react-native/static-helpers/serialization/serialize-record.d.ts +2 -0
  883. package/dist/react-native/static-helpers/serialization/serialize-record.d.ts.map +1 -0
  884. package/dist/react-native/static-helpers/serialization/serialize-record.js +19 -0
  885. package/dist/react-native/static-helpers/serialization/serialize-record.js.map +1 -0
  886. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  887. package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
  888. package/dist/react-native/static-helpers/urlTemplate.js +200 -0
  889. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  890. package/dist/react-native/synonymMapHelper-browser.d.mts +11 -0
  891. package/dist/react-native/synonymMapHelper-browser.d.mts.map +1 -0
  892. package/dist/react-native/synonymMapHelper-browser.mjs +14 -0
  893. package/dist/react-native/synonymMapHelper-browser.mjs.map +1 -0
  894. package/dist/react-native/synonymMapHelper-react-native.d.mts +2 -0
  895. package/dist/react-native/synonymMapHelper-react-native.d.mts.map +1 -0
  896. package/dist/react-native/synonymMapHelper-react-native.mjs +4 -0
  897. package/dist/react-native/synonymMapHelper-react-native.mjs.map +1 -0
  898. package/dist/react-native/timers-browser.d.mts +8 -0
  899. package/dist/react-native/timers-browser.d.mts.map +1 -0
  900. package/dist/react-native/timers-browser.mjs +13 -0
  901. package/dist/react-native/timers-browser.mjs.map +1 -0
  902. package/dist/react-native/timers-react-native.d.mts +2 -0
  903. package/dist/react-native/timers-react-native.d.mts.map +1 -0
  904. package/dist/react-native/timers-react-native.mjs +4 -0
  905. package/dist/react-native/timers-react-native.mjs.map +1 -0
  906. package/dist/react-native/tracing.d.ts +5 -0
  907. package/dist/react-native/tracing.d.ts.map +1 -1
  908. package/dist/react-native/tracing.js +1 -1
  909. package/dist/react-native/tracing.js.map +1 -1
  910. package/dist/react-native/walk.js +1 -1
  911. package/dist/react-native/walk.js.map +1 -1
  912. package/package.json +260 -55
  913. package/dist/browser/base64-browser.d.mts.map +0 -1
  914. package/dist/browser/base64-browser.mjs.map +0 -1
  915. package/dist/browser/errorModels.d.ts +0 -56
  916. package/dist/browser/errorModels.d.ts.map +0 -1
  917. package/dist/browser/errorModels.js +0 -4
  918. package/dist/browser/errorModels.js.map +0 -1
  919. package/dist/browser/generated/data/index.d.ts +0 -4
  920. package/dist/browser/generated/data/index.d.ts.map +0 -1
  921. package/dist/browser/generated/data/index.js +0 -11
  922. package/dist/browser/generated/data/index.js.map +0 -1
  923. package/dist/browser/generated/data/models/index.d.ts +0 -1356
  924. package/dist/browser/generated/data/models/index.d.ts.map +0 -1
  925. package/dist/browser/generated/data/models/index.js +0 -290
  926. package/dist/browser/generated/data/models/index.js.map +0 -1
  927. package/dist/browser/generated/data/models/mappers.d.ts +0 -52
  928. package/dist/browser/generated/data/models/mappers.d.ts.map +0 -1
  929. package/dist/browser/generated/data/models/mappers.js +0 -1547
  930. package/dist/browser/generated/data/models/mappers.js.map +0 -1
  931. package/dist/browser/generated/data/models/parameters.d.ts +0 -64
  932. package/dist/browser/generated/data/models/parameters.d.ts.map +0 -1
  933. package/dist/browser/generated/data/models/parameters.js +0 -637
  934. package/dist/browser/generated/data/models/parameters.js.map +0 -1
  935. package/dist/browser/generated/data/operations/documents.d.ts +0 -70
  936. package/dist/browser/generated/data/operations/documents.d.ts.map +0 -1
  937. package/dist/browser/generated/data/operations/documents.js +0 -332
  938. package/dist/browser/generated/data/operations/documents.js.map +0 -1
  939. package/dist/browser/generated/data/operations/index.d.ts +0 -2
  940. package/dist/browser/generated/data/operations/index.d.ts.map +0 -1
  941. package/dist/browser/generated/data/operations/index.js +0 -9
  942. package/dist/browser/generated/data/operations/index.js.map +0 -1
  943. package/dist/browser/generated/data/operationsInterfaces/documents.d.ts +0 -62
  944. package/dist/browser/generated/data/operationsInterfaces/documents.d.ts.map +0 -1
  945. package/dist/browser/generated/data/operationsInterfaces/documents.js +0 -9
  946. package/dist/browser/generated/data/operationsInterfaces/documents.js.map +0 -1
  947. package/dist/browser/generated/data/operationsInterfaces/index.d.ts +0 -2
  948. package/dist/browser/generated/data/operationsInterfaces/index.d.ts.map +0 -1
  949. package/dist/browser/generated/data/operationsInterfaces/index.js +0 -9
  950. package/dist/browser/generated/data/operationsInterfaces/index.js.map +0 -1
  951. package/dist/browser/generated/data/searchClient.d.ts +0 -21
  952. package/dist/browser/generated/data/searchClient.d.ts.map +0 -1
  953. package/dist/browser/generated/data/searchClient.js +0 -88
  954. package/dist/browser/generated/data/searchClient.js.map +0 -1
  955. package/dist/browser/generated/knowledgeBase/index.d.ts +0 -4
  956. package/dist/browser/generated/knowledgeBase/index.d.ts.map +0 -1
  957. package/dist/browser/generated/knowledgeBase/index.js +0 -11
  958. package/dist/browser/generated/knowledgeBase/index.js.map +0 -1
  959. package/dist/browser/generated/knowledgeBase/models/index.d.ts +0 -570
  960. package/dist/browser/generated/knowledgeBase/models/index.d.ts.map +0 -1
  961. package/dist/browser/generated/knowledgeBase/models/index.js +0 -62
  962. package/dist/browser/generated/knowledgeBase/models/index.js.map +0 -1
  963. package/dist/browser/generated/knowledgeBase/models/mappers.d.ts +0 -89
  964. package/dist/browser/generated/knowledgeBase/models/mappers.d.ts.map +0 -1
  965. package/dist/browser/generated/knowledgeBase/models/mappers.js +0 -1325
  966. package/dist/browser/generated/knowledgeBase/models/mappers.js.map +0 -1
  967. package/dist/browser/generated/knowledgeBase/models/parameters.d.ts +0 -9
  968. package/dist/browser/generated/knowledgeBase/models/parameters.d.ts.map +0 -1
  969. package/dist/browser/generated/knowledgeBase/models/parameters.js +0 -75
  970. package/dist/browser/generated/knowledgeBase/models/parameters.js.map +0 -1
  971. package/dist/browser/generated/knowledgeBase/operations/index.d.ts +0 -2
  972. package/dist/browser/generated/knowledgeBase/operations/index.d.ts.map +0 -1
  973. package/dist/browser/generated/knowledgeBase/operations/index.js +0 -9
  974. package/dist/browser/generated/knowledgeBase/operations/index.js.map +0 -1
  975. package/dist/browser/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts +0 -19
  976. package/dist/browser/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts.map +0 -1
  977. package/dist/browser/generated/knowledgeBase/operations/knowledgeRetrieval.js +0 -57
  978. package/dist/browser/generated/knowledgeBase/operations/knowledgeRetrieval.js.map +0 -1
  979. package/dist/browser/generated/knowledgeBase/operationsInterfaces/index.d.ts +0 -2
  980. package/dist/browser/generated/knowledgeBase/operationsInterfaces/index.d.ts.map +0 -1
  981. package/dist/browser/generated/knowledgeBase/operationsInterfaces/index.js +0 -9
  982. package/dist/browser/generated/knowledgeBase/operationsInterfaces/index.js.map +0 -1
  983. package/dist/browser/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts +0 -11
  984. package/dist/browser/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts.map +0 -1
  985. package/dist/browser/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js +0 -9
  986. package/dist/browser/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js.map +0 -1
  987. package/dist/browser/generated/knowledgeBase/searchClient.d.ts +0 -21
  988. package/dist/browser/generated/knowledgeBase/searchClient.d.ts.map +0 -1
  989. package/dist/browser/generated/knowledgeBase/searchClient.js +0 -88
  990. package/dist/browser/generated/knowledgeBase/searchClient.js.map +0 -1
  991. package/dist/browser/generated/service/index.d.ts +0 -4
  992. package/dist/browser/generated/service/index.d.ts.map +0 -1
  993. package/dist/browser/generated/service/index.js +0 -11
  994. package/dist/browser/generated/service/index.js.map +0 -1
  995. package/dist/browser/generated/service/models/index.d.ts +0 -5693
  996. package/dist/browser/generated/service/models/index.d.ts.map +0 -1
  997. package/dist/browser/generated/service/models/index.js +0 -1706
  998. package/dist/browser/generated/service/models/index.js.map +0 -1
  999. package/dist/browser/generated/service/models/mappers.d.ts +0 -358
  1000. package/dist/browser/generated/service/models/mappers.d.ts.map +0 -1
  1001. package/dist/browser/generated/service/models/mappers.js +0 -8157
  1002. package/dist/browser/generated/service/models/mappers.js.map +0 -1
  1003. package/dist/browser/generated/service/models/parameters.d.ts +0 -34
  1004. package/dist/browser/generated/service/models/parameters.d.ts.map +0 -1
  1005. package/dist/browser/generated/service/models/parameters.js +0 -255
  1006. package/dist/browser/generated/service/models/parameters.js.map +0 -1
  1007. package/dist/browser/generated/service/operations/aliases.d.ts +0 -44
  1008. package/dist/browser/generated/service/operations/aliases.d.ts.map +0 -1
  1009. package/dist/browser/generated/service/operations/aliases.js +0 -161
  1010. package/dist/browser/generated/service/operations/aliases.js.map +0 -1
  1011. package/dist/browser/generated/service/operations/dataSources.d.ts +0 -43
  1012. package/dist/browser/generated/service/operations/dataSources.d.ts.map +0 -1
  1013. package/dist/browser/generated/service/operations/dataSources.js +0 -163
  1014. package/dist/browser/generated/service/operations/dataSources.js.map +0 -1
  1015. package/dist/browser/generated/service/operations/index.d.ts +0 -9
  1016. package/dist/browser/generated/service/operations/index.d.ts.map +0 -1
  1017. package/dist/browser/generated/service/operations/index.js +0 -16
  1018. package/dist/browser/generated/service/operations/index.js.map +0 -1
  1019. package/dist/browser/generated/service/operations/indexers.d.ts +0 -74
  1020. package/dist/browser/generated/service/operations/indexers.d.ts.map +0 -1
  1021. package/dist/browser/generated/service/operations/indexers.js +0 -281
  1022. package/dist/browser/generated/service/operations/indexers.js.map +0 -1
  1023. package/dist/browser/generated/service/operations/indexes.d.ts +0 -58
  1024. package/dist/browser/generated/service/operations/indexes.d.ts.map +0 -1
  1025. package/dist/browser/generated/service/operations/indexes.js +0 -213
  1026. package/dist/browser/generated/service/operations/indexes.js.map +0 -1
  1027. package/dist/browser/generated/service/operations/knowledgeBases.d.ts +0 -43
  1028. package/dist/browser/generated/service/operations/knowledgeBases.d.ts.map +0 -1
  1029. package/dist/browser/generated/service/operations/knowledgeBases.js +0 -160
  1030. package/dist/browser/generated/service/operations/knowledgeBases.js.map +0 -1
  1031. package/dist/browser/generated/service/operations/knowledgeSources.d.ts +0 -49
  1032. package/dist/browser/generated/service/operations/knowledgeSources.d.ts.map +0 -1
  1033. package/dist/browser/generated/service/operations/knowledgeSources.js +0 -184
  1034. package/dist/browser/generated/service/operations/knowledgeSources.js.map +0 -1
  1035. package/dist/browser/generated/service/operations/skillsets.d.ts +0 -50
  1036. package/dist/browser/generated/service/operations/skillsets.d.ts.map +0 -1
  1037. package/dist/browser/generated/service/operations/skillsets.js +0 -189
  1038. package/dist/browser/generated/service/operations/skillsets.js.map +0 -1
  1039. package/dist/browser/generated/service/operations/synonymMaps.d.ts +0 -43
  1040. package/dist/browser/generated/service/operations/synonymMaps.d.ts.map +0 -1
  1041. package/dist/browser/generated/service/operations/synonymMaps.js +0 -160
  1042. package/dist/browser/generated/service/operations/synonymMaps.js.map +0 -1
  1043. package/dist/browser/generated/service/operationsInterfaces/aliases.d.ts +0 -36
  1044. package/dist/browser/generated/service/operationsInterfaces/aliases.d.ts.map +0 -1
  1045. package/dist/browser/generated/service/operationsInterfaces/aliases.js +0 -9
  1046. package/dist/browser/generated/service/operationsInterfaces/aliases.js.map +0 -1
  1047. package/dist/browser/generated/service/operationsInterfaces/dataSources.d.ts +0 -35
  1048. package/dist/browser/generated/service/operationsInterfaces/dataSources.d.ts.map +0 -1
  1049. package/dist/browser/generated/service/operationsInterfaces/dataSources.js +0 -9
  1050. package/dist/browser/generated/service/operationsInterfaces/dataSources.js.map +0 -1
  1051. package/dist/browser/generated/service/operationsInterfaces/index.d.ts +0 -9
  1052. package/dist/browser/generated/service/operationsInterfaces/index.d.ts.map +0 -1
  1053. package/dist/browser/generated/service/operationsInterfaces/index.js +0 -16
  1054. package/dist/browser/generated/service/operationsInterfaces/index.js.map +0 -1
  1055. package/dist/browser/generated/service/operationsInterfaces/indexers.d.ts +0 -66
  1056. package/dist/browser/generated/service/operationsInterfaces/indexers.d.ts.map +0 -1
  1057. package/dist/browser/generated/service/operationsInterfaces/indexers.js +0 -9
  1058. package/dist/browser/generated/service/operationsInterfaces/indexers.js.map +0 -1
  1059. package/dist/browser/generated/service/operationsInterfaces/indexes.d.ts +0 -50
  1060. package/dist/browser/generated/service/operationsInterfaces/indexes.d.ts.map +0 -1
  1061. package/dist/browser/generated/service/operationsInterfaces/indexes.js +0 -9
  1062. package/dist/browser/generated/service/operationsInterfaces/indexes.js.map +0 -1
  1063. package/dist/browser/generated/service/operationsInterfaces/knowledgeBases.d.ts +0 -35
  1064. package/dist/browser/generated/service/operationsInterfaces/knowledgeBases.d.ts.map +0 -1
  1065. package/dist/browser/generated/service/operationsInterfaces/knowledgeBases.js +0 -9
  1066. package/dist/browser/generated/service/operationsInterfaces/knowledgeBases.js.map +0 -1
  1067. package/dist/browser/generated/service/operationsInterfaces/knowledgeSources.d.ts +0 -41
  1068. package/dist/browser/generated/service/operationsInterfaces/knowledgeSources.d.ts.map +0 -1
  1069. package/dist/browser/generated/service/operationsInterfaces/knowledgeSources.js +0 -9
  1070. package/dist/browser/generated/service/operationsInterfaces/knowledgeSources.js.map +0 -1
  1071. package/dist/browser/generated/service/operationsInterfaces/skillsets.d.ts +0 -42
  1072. package/dist/browser/generated/service/operationsInterfaces/skillsets.d.ts.map +0 -1
  1073. package/dist/browser/generated/service/operationsInterfaces/skillsets.js +0 -9
  1074. package/dist/browser/generated/service/operationsInterfaces/skillsets.js.map +0 -1
  1075. package/dist/browser/generated/service/operationsInterfaces/synonymMaps.d.ts +0 -35
  1076. package/dist/browser/generated/service/operationsInterfaces/synonymMaps.d.ts.map +0 -1
  1077. package/dist/browser/generated/service/operationsInterfaces/synonymMaps.js +0 -9
  1078. package/dist/browser/generated/service/operationsInterfaces/synonymMaps.js.map +0 -1
  1079. package/dist/browser/generated/service/searchServiceClient.d.ts +0 -36
  1080. package/dist/browser/generated/service/searchServiceClient.d.ts.map +0 -1
  1081. package/dist/browser/generated/service/searchServiceClient.js +0 -145
  1082. package/dist/browser/generated/service/searchServiceClient.js.map +0 -1
  1083. package/dist/browser/synonymMapHelper.d.ts +0 -11
  1084. package/dist/browser/synonymMapHelper.js +0 -14
  1085. package/dist/commonjs/errorModels.d.ts +0 -56
  1086. package/dist/commonjs/errorModels.d.ts.map +0 -1
  1087. package/dist/commonjs/errorModels.js +0 -5
  1088. package/dist/commonjs/errorModels.js.map +0 -1
  1089. package/dist/commonjs/generated/data/index.d.ts +0 -4
  1090. package/dist/commonjs/generated/data/index.d.ts.map +0 -1
  1091. package/dist/commonjs/generated/data/index.js +0 -16
  1092. package/dist/commonjs/generated/data/index.js.map +0 -1
  1093. package/dist/commonjs/generated/data/models/index.d.ts +0 -1356
  1094. package/dist/commonjs/generated/data/models/index.d.ts.map +0 -1
  1095. package/dist/commonjs/generated/data/models/index.js +0 -293
  1096. package/dist/commonjs/generated/data/models/index.js.map +0 -1
  1097. package/dist/commonjs/generated/data/models/mappers.d.ts +0 -52
  1098. package/dist/commonjs/generated/data/models/mappers.d.ts.map +0 -1
  1099. package/dist/commonjs/generated/data/models/mappers.js +0 -1550
  1100. package/dist/commonjs/generated/data/models/mappers.js.map +0 -1
  1101. package/dist/commonjs/generated/data/models/parameters.d.ts +0 -64
  1102. package/dist/commonjs/generated/data/models/parameters.d.ts.map +0 -1
  1103. package/dist/commonjs/generated/data/models/parameters.js +0 -641
  1104. package/dist/commonjs/generated/data/models/parameters.js.map +0 -1
  1105. package/dist/commonjs/generated/data/operations/documents.d.ts +0 -70
  1106. package/dist/commonjs/generated/data/operations/documents.d.ts.map +0 -1
  1107. package/dist/commonjs/generated/data/operations/documents.js +0 -337
  1108. package/dist/commonjs/generated/data/operations/documents.js.map +0 -1
  1109. package/dist/commonjs/generated/data/operations/index.d.ts +0 -2
  1110. package/dist/commonjs/generated/data/operations/index.d.ts.map +0 -1
  1111. package/dist/commonjs/generated/data/operations/index.js +0 -12
  1112. package/dist/commonjs/generated/data/operations/index.js.map +0 -1
  1113. package/dist/commonjs/generated/data/operationsInterfaces/documents.d.ts +0 -62
  1114. package/dist/commonjs/generated/data/operationsInterfaces/documents.d.ts.map +0 -1
  1115. package/dist/commonjs/generated/data/operationsInterfaces/documents.js +0 -10
  1116. package/dist/commonjs/generated/data/operationsInterfaces/documents.js.map +0 -1
  1117. package/dist/commonjs/generated/data/operationsInterfaces/index.d.ts +0 -2
  1118. package/dist/commonjs/generated/data/operationsInterfaces/index.d.ts.map +0 -1
  1119. package/dist/commonjs/generated/data/operationsInterfaces/index.js +0 -12
  1120. package/dist/commonjs/generated/data/operationsInterfaces/index.js.map +0 -1
  1121. package/dist/commonjs/generated/data/searchClient.d.ts +0 -21
  1122. package/dist/commonjs/generated/data/searchClient.d.ts.map +0 -1
  1123. package/dist/commonjs/generated/data/searchClient.js +0 -93
  1124. package/dist/commonjs/generated/data/searchClient.js.map +0 -1
  1125. package/dist/commonjs/generated/knowledgeBase/index.d.ts +0 -4
  1126. package/dist/commonjs/generated/knowledgeBase/index.d.ts.map +0 -1
  1127. package/dist/commonjs/generated/knowledgeBase/index.js +0 -16
  1128. package/dist/commonjs/generated/knowledgeBase/index.js.map +0 -1
  1129. package/dist/commonjs/generated/knowledgeBase/models/index.d.ts +0 -570
  1130. package/dist/commonjs/generated/knowledgeBase/models/index.d.ts.map +0 -1
  1131. package/dist/commonjs/generated/knowledgeBase/models/index.js +0 -65
  1132. package/dist/commonjs/generated/knowledgeBase/models/index.js.map +0 -1
  1133. package/dist/commonjs/generated/knowledgeBase/models/mappers.d.ts +0 -89
  1134. package/dist/commonjs/generated/knowledgeBase/models/mappers.d.ts.map +0 -1
  1135. package/dist/commonjs/generated/knowledgeBase/models/mappers.js +0 -1329
  1136. package/dist/commonjs/generated/knowledgeBase/models/mappers.js.map +0 -1
  1137. package/dist/commonjs/generated/knowledgeBase/models/parameters.d.ts +0 -9
  1138. package/dist/commonjs/generated/knowledgeBase/models/parameters.d.ts.map +0 -1
  1139. package/dist/commonjs/generated/knowledgeBase/models/parameters.js +0 -78
  1140. package/dist/commonjs/generated/knowledgeBase/models/parameters.js.map +0 -1
  1141. package/dist/commonjs/generated/knowledgeBase/operations/index.d.ts +0 -2
  1142. package/dist/commonjs/generated/knowledgeBase/operations/index.d.ts.map +0 -1
  1143. package/dist/commonjs/generated/knowledgeBase/operations/index.js +0 -12
  1144. package/dist/commonjs/generated/knowledgeBase/operations/index.js.map +0 -1
  1145. package/dist/commonjs/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts +0 -19
  1146. package/dist/commonjs/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts.map +0 -1
  1147. package/dist/commonjs/generated/knowledgeBase/operations/knowledgeRetrieval.js +0 -62
  1148. package/dist/commonjs/generated/knowledgeBase/operations/knowledgeRetrieval.js.map +0 -1
  1149. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/index.d.ts +0 -2
  1150. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/index.d.ts.map +0 -1
  1151. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/index.js +0 -12
  1152. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/index.js.map +0 -1
  1153. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts +0 -11
  1154. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts.map +0 -1
  1155. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js +0 -10
  1156. package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js.map +0 -1
  1157. package/dist/commonjs/generated/knowledgeBase/searchClient.d.ts +0 -21
  1158. package/dist/commonjs/generated/knowledgeBase/searchClient.d.ts.map +0 -1
  1159. package/dist/commonjs/generated/knowledgeBase/searchClient.js +0 -93
  1160. package/dist/commonjs/generated/knowledgeBase/searchClient.js.map +0 -1
  1161. package/dist/commonjs/generated/service/index.d.ts +0 -4
  1162. package/dist/commonjs/generated/service/index.d.ts.map +0 -1
  1163. package/dist/commonjs/generated/service/index.js +0 -16
  1164. package/dist/commonjs/generated/service/index.js.map +0 -1
  1165. package/dist/commonjs/generated/service/models/index.d.ts +0 -5693
  1166. package/dist/commonjs/generated/service/models/index.d.ts.map +0 -1
  1167. package/dist/commonjs/generated/service/models/index.js +0 -1710
  1168. package/dist/commonjs/generated/service/models/index.js.map +0 -1
  1169. package/dist/commonjs/generated/service/models/mappers.d.ts +0 -358
  1170. package/dist/commonjs/generated/service/models/mappers.d.ts.map +0 -1
  1171. package/dist/commonjs/generated/service/models/mappers.js +0 -8164
  1172. package/dist/commonjs/generated/service/models/mappers.js.map +0 -1
  1173. package/dist/commonjs/generated/service/models/parameters.d.ts +0 -34
  1174. package/dist/commonjs/generated/service/models/parameters.d.ts.map +0 -1
  1175. package/dist/commonjs/generated/service/models/parameters.js +0 -258
  1176. package/dist/commonjs/generated/service/models/parameters.js.map +0 -1
  1177. package/dist/commonjs/generated/service/operations/aliases.d.ts +0 -44
  1178. package/dist/commonjs/generated/service/operations/aliases.d.ts.map +0 -1
  1179. package/dist/commonjs/generated/service/operations/aliases.js +0 -166
  1180. package/dist/commonjs/generated/service/operations/aliases.js.map +0 -1
  1181. package/dist/commonjs/generated/service/operations/dataSources.d.ts +0 -43
  1182. package/dist/commonjs/generated/service/operations/dataSources.d.ts.map +0 -1
  1183. package/dist/commonjs/generated/service/operations/dataSources.js +0 -168
  1184. package/dist/commonjs/generated/service/operations/dataSources.js.map +0 -1
  1185. package/dist/commonjs/generated/service/operations/index.d.ts +0 -9
  1186. package/dist/commonjs/generated/service/operations/index.d.ts.map +0 -1
  1187. package/dist/commonjs/generated/service/operations/index.js +0 -19
  1188. package/dist/commonjs/generated/service/operations/index.js.map +0 -1
  1189. package/dist/commonjs/generated/service/operations/indexers.d.ts +0 -74
  1190. package/dist/commonjs/generated/service/operations/indexers.d.ts.map +0 -1
  1191. package/dist/commonjs/generated/service/operations/indexers.js +0 -286
  1192. package/dist/commonjs/generated/service/operations/indexers.js.map +0 -1
  1193. package/dist/commonjs/generated/service/operations/indexes.d.ts +0 -58
  1194. package/dist/commonjs/generated/service/operations/indexes.d.ts.map +0 -1
  1195. package/dist/commonjs/generated/service/operations/indexes.js +0 -218
  1196. package/dist/commonjs/generated/service/operations/indexes.js.map +0 -1
  1197. package/dist/commonjs/generated/service/operations/knowledgeBases.d.ts +0 -43
  1198. package/dist/commonjs/generated/service/operations/knowledgeBases.d.ts.map +0 -1
  1199. package/dist/commonjs/generated/service/operations/knowledgeBases.js +0 -165
  1200. package/dist/commonjs/generated/service/operations/knowledgeBases.js.map +0 -1
  1201. package/dist/commonjs/generated/service/operations/knowledgeSources.d.ts +0 -49
  1202. package/dist/commonjs/generated/service/operations/knowledgeSources.d.ts.map +0 -1
  1203. package/dist/commonjs/generated/service/operations/knowledgeSources.js +0 -189
  1204. package/dist/commonjs/generated/service/operations/knowledgeSources.js.map +0 -1
  1205. package/dist/commonjs/generated/service/operations/skillsets.d.ts +0 -50
  1206. package/dist/commonjs/generated/service/operations/skillsets.d.ts.map +0 -1
  1207. package/dist/commonjs/generated/service/operations/skillsets.js +0 -194
  1208. package/dist/commonjs/generated/service/operations/skillsets.js.map +0 -1
  1209. package/dist/commonjs/generated/service/operations/synonymMaps.d.ts +0 -43
  1210. package/dist/commonjs/generated/service/operations/synonymMaps.d.ts.map +0 -1
  1211. package/dist/commonjs/generated/service/operations/synonymMaps.js +0 -165
  1212. package/dist/commonjs/generated/service/operations/synonymMaps.js.map +0 -1
  1213. package/dist/commonjs/generated/service/operationsInterfaces/aliases.d.ts +0 -36
  1214. package/dist/commonjs/generated/service/operationsInterfaces/aliases.d.ts.map +0 -1
  1215. package/dist/commonjs/generated/service/operationsInterfaces/aliases.js +0 -10
  1216. package/dist/commonjs/generated/service/operationsInterfaces/aliases.js.map +0 -1
  1217. package/dist/commonjs/generated/service/operationsInterfaces/dataSources.d.ts +0 -35
  1218. package/dist/commonjs/generated/service/operationsInterfaces/dataSources.d.ts.map +0 -1
  1219. package/dist/commonjs/generated/service/operationsInterfaces/dataSources.js +0 -10
  1220. package/dist/commonjs/generated/service/operationsInterfaces/dataSources.js.map +0 -1
  1221. package/dist/commonjs/generated/service/operationsInterfaces/index.d.ts +0 -9
  1222. package/dist/commonjs/generated/service/operationsInterfaces/index.d.ts.map +0 -1
  1223. package/dist/commonjs/generated/service/operationsInterfaces/index.js +0 -19
  1224. package/dist/commonjs/generated/service/operationsInterfaces/index.js.map +0 -1
  1225. package/dist/commonjs/generated/service/operationsInterfaces/indexers.d.ts +0 -66
  1226. package/dist/commonjs/generated/service/operationsInterfaces/indexers.d.ts.map +0 -1
  1227. package/dist/commonjs/generated/service/operationsInterfaces/indexers.js +0 -10
  1228. package/dist/commonjs/generated/service/operationsInterfaces/indexers.js.map +0 -1
  1229. package/dist/commonjs/generated/service/operationsInterfaces/indexes.d.ts +0 -50
  1230. package/dist/commonjs/generated/service/operationsInterfaces/indexes.d.ts.map +0 -1
  1231. package/dist/commonjs/generated/service/operationsInterfaces/indexes.js +0 -10
  1232. package/dist/commonjs/generated/service/operationsInterfaces/indexes.js.map +0 -1
  1233. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeBases.d.ts +0 -35
  1234. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeBases.d.ts.map +0 -1
  1235. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeBases.js +0 -10
  1236. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeBases.js.map +0 -1
  1237. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeSources.d.ts +0 -41
  1238. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeSources.d.ts.map +0 -1
  1239. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeSources.js +0 -10
  1240. package/dist/commonjs/generated/service/operationsInterfaces/knowledgeSources.js.map +0 -1
  1241. package/dist/commonjs/generated/service/operationsInterfaces/skillsets.d.ts +0 -42
  1242. package/dist/commonjs/generated/service/operationsInterfaces/skillsets.d.ts.map +0 -1
  1243. package/dist/commonjs/generated/service/operationsInterfaces/skillsets.js +0 -10
  1244. package/dist/commonjs/generated/service/operationsInterfaces/skillsets.js.map +0 -1
  1245. package/dist/commonjs/generated/service/operationsInterfaces/synonymMaps.d.ts +0 -35
  1246. package/dist/commonjs/generated/service/operationsInterfaces/synonymMaps.d.ts.map +0 -1
  1247. package/dist/commonjs/generated/service/operationsInterfaces/synonymMaps.js +0 -10
  1248. package/dist/commonjs/generated/service/operationsInterfaces/synonymMaps.js.map +0 -1
  1249. package/dist/commonjs/generated/service/searchServiceClient.d.ts +0 -36
  1250. package/dist/commonjs/generated/service/searchServiceClient.d.ts.map +0 -1
  1251. package/dist/commonjs/generated/service/searchServiceClient.js +0 -150
  1252. package/dist/commonjs/generated/service/searchServiceClient.js.map +0 -1
  1253. package/dist/esm/errorModels.d.ts +0 -56
  1254. package/dist/esm/errorModels.d.ts.map +0 -1
  1255. package/dist/esm/errorModels.js +0 -4
  1256. package/dist/esm/errorModels.js.map +0 -1
  1257. package/dist/esm/generated/data/index.d.ts +0 -4
  1258. package/dist/esm/generated/data/index.d.ts.map +0 -1
  1259. package/dist/esm/generated/data/index.js +0 -11
  1260. package/dist/esm/generated/data/index.js.map +0 -1
  1261. package/dist/esm/generated/data/models/index.d.ts +0 -1356
  1262. package/dist/esm/generated/data/models/index.d.ts.map +0 -1
  1263. package/dist/esm/generated/data/models/index.js +0 -290
  1264. package/dist/esm/generated/data/models/index.js.map +0 -1
  1265. package/dist/esm/generated/data/models/mappers.d.ts +0 -52
  1266. package/dist/esm/generated/data/models/mappers.d.ts.map +0 -1
  1267. package/dist/esm/generated/data/models/mappers.js +0 -1547
  1268. package/dist/esm/generated/data/models/mappers.js.map +0 -1
  1269. package/dist/esm/generated/data/models/parameters.d.ts +0 -64
  1270. package/dist/esm/generated/data/models/parameters.d.ts.map +0 -1
  1271. package/dist/esm/generated/data/models/parameters.js +0 -637
  1272. package/dist/esm/generated/data/models/parameters.js.map +0 -1
  1273. package/dist/esm/generated/data/operations/documents.d.ts +0 -70
  1274. package/dist/esm/generated/data/operations/documents.d.ts.map +0 -1
  1275. package/dist/esm/generated/data/operations/documents.js +0 -332
  1276. package/dist/esm/generated/data/operations/documents.js.map +0 -1
  1277. package/dist/esm/generated/data/operations/index.d.ts +0 -2
  1278. package/dist/esm/generated/data/operations/index.d.ts.map +0 -1
  1279. package/dist/esm/generated/data/operations/index.js +0 -9
  1280. package/dist/esm/generated/data/operations/index.js.map +0 -1
  1281. package/dist/esm/generated/data/operationsInterfaces/documents.d.ts +0 -62
  1282. package/dist/esm/generated/data/operationsInterfaces/documents.d.ts.map +0 -1
  1283. package/dist/esm/generated/data/operationsInterfaces/documents.js +0 -9
  1284. package/dist/esm/generated/data/operationsInterfaces/documents.js.map +0 -1
  1285. package/dist/esm/generated/data/operationsInterfaces/index.d.ts +0 -2
  1286. package/dist/esm/generated/data/operationsInterfaces/index.d.ts.map +0 -1
  1287. package/dist/esm/generated/data/operationsInterfaces/index.js +0 -9
  1288. package/dist/esm/generated/data/operationsInterfaces/index.js.map +0 -1
  1289. package/dist/esm/generated/data/searchClient.d.ts +0 -21
  1290. package/dist/esm/generated/data/searchClient.d.ts.map +0 -1
  1291. package/dist/esm/generated/data/searchClient.js +0 -88
  1292. package/dist/esm/generated/data/searchClient.js.map +0 -1
  1293. package/dist/esm/generated/knowledgeBase/index.d.ts +0 -4
  1294. package/dist/esm/generated/knowledgeBase/index.d.ts.map +0 -1
  1295. package/dist/esm/generated/knowledgeBase/index.js +0 -11
  1296. package/dist/esm/generated/knowledgeBase/index.js.map +0 -1
  1297. package/dist/esm/generated/knowledgeBase/models/index.d.ts +0 -570
  1298. package/dist/esm/generated/knowledgeBase/models/index.d.ts.map +0 -1
  1299. package/dist/esm/generated/knowledgeBase/models/index.js +0 -62
  1300. package/dist/esm/generated/knowledgeBase/models/index.js.map +0 -1
  1301. package/dist/esm/generated/knowledgeBase/models/mappers.d.ts +0 -89
  1302. package/dist/esm/generated/knowledgeBase/models/mappers.d.ts.map +0 -1
  1303. package/dist/esm/generated/knowledgeBase/models/mappers.js +0 -1325
  1304. package/dist/esm/generated/knowledgeBase/models/mappers.js.map +0 -1
  1305. package/dist/esm/generated/knowledgeBase/models/parameters.d.ts +0 -9
  1306. package/dist/esm/generated/knowledgeBase/models/parameters.d.ts.map +0 -1
  1307. package/dist/esm/generated/knowledgeBase/models/parameters.js +0 -75
  1308. package/dist/esm/generated/knowledgeBase/models/parameters.js.map +0 -1
  1309. package/dist/esm/generated/knowledgeBase/operations/index.d.ts +0 -2
  1310. package/dist/esm/generated/knowledgeBase/operations/index.d.ts.map +0 -1
  1311. package/dist/esm/generated/knowledgeBase/operations/index.js +0 -9
  1312. package/dist/esm/generated/knowledgeBase/operations/index.js.map +0 -1
  1313. package/dist/esm/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts +0 -19
  1314. package/dist/esm/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts.map +0 -1
  1315. package/dist/esm/generated/knowledgeBase/operations/knowledgeRetrieval.js +0 -57
  1316. package/dist/esm/generated/knowledgeBase/operations/knowledgeRetrieval.js.map +0 -1
  1317. package/dist/esm/generated/knowledgeBase/operationsInterfaces/index.d.ts +0 -2
  1318. package/dist/esm/generated/knowledgeBase/operationsInterfaces/index.d.ts.map +0 -1
  1319. package/dist/esm/generated/knowledgeBase/operationsInterfaces/index.js +0 -9
  1320. package/dist/esm/generated/knowledgeBase/operationsInterfaces/index.js.map +0 -1
  1321. package/dist/esm/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts +0 -11
  1322. package/dist/esm/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts.map +0 -1
  1323. package/dist/esm/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js +0 -9
  1324. package/dist/esm/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js.map +0 -1
  1325. package/dist/esm/generated/knowledgeBase/searchClient.d.ts +0 -21
  1326. package/dist/esm/generated/knowledgeBase/searchClient.d.ts.map +0 -1
  1327. package/dist/esm/generated/knowledgeBase/searchClient.js +0 -88
  1328. package/dist/esm/generated/knowledgeBase/searchClient.js.map +0 -1
  1329. package/dist/esm/generated/service/index.d.ts +0 -4
  1330. package/dist/esm/generated/service/index.d.ts.map +0 -1
  1331. package/dist/esm/generated/service/index.js +0 -11
  1332. package/dist/esm/generated/service/index.js.map +0 -1
  1333. package/dist/esm/generated/service/models/index.d.ts +0 -5693
  1334. package/dist/esm/generated/service/models/index.d.ts.map +0 -1
  1335. package/dist/esm/generated/service/models/index.js +0 -1706
  1336. package/dist/esm/generated/service/models/index.js.map +0 -1
  1337. package/dist/esm/generated/service/models/mappers.d.ts +0 -358
  1338. package/dist/esm/generated/service/models/mappers.d.ts.map +0 -1
  1339. package/dist/esm/generated/service/models/mappers.js +0 -8157
  1340. package/dist/esm/generated/service/models/mappers.js.map +0 -1
  1341. package/dist/esm/generated/service/models/parameters.d.ts +0 -34
  1342. package/dist/esm/generated/service/models/parameters.d.ts.map +0 -1
  1343. package/dist/esm/generated/service/models/parameters.js +0 -255
  1344. package/dist/esm/generated/service/models/parameters.js.map +0 -1
  1345. package/dist/esm/generated/service/operations/aliases.d.ts +0 -44
  1346. package/dist/esm/generated/service/operations/aliases.d.ts.map +0 -1
  1347. package/dist/esm/generated/service/operations/aliases.js +0 -161
  1348. package/dist/esm/generated/service/operations/aliases.js.map +0 -1
  1349. package/dist/esm/generated/service/operations/dataSources.d.ts +0 -43
  1350. package/dist/esm/generated/service/operations/dataSources.d.ts.map +0 -1
  1351. package/dist/esm/generated/service/operations/dataSources.js +0 -163
  1352. package/dist/esm/generated/service/operations/dataSources.js.map +0 -1
  1353. package/dist/esm/generated/service/operations/index.d.ts +0 -9
  1354. package/dist/esm/generated/service/operations/index.d.ts.map +0 -1
  1355. package/dist/esm/generated/service/operations/index.js +0 -16
  1356. package/dist/esm/generated/service/operations/index.js.map +0 -1
  1357. package/dist/esm/generated/service/operations/indexers.d.ts +0 -74
  1358. package/dist/esm/generated/service/operations/indexers.d.ts.map +0 -1
  1359. package/dist/esm/generated/service/operations/indexers.js +0 -281
  1360. package/dist/esm/generated/service/operations/indexers.js.map +0 -1
  1361. package/dist/esm/generated/service/operations/indexes.d.ts +0 -58
  1362. package/dist/esm/generated/service/operations/indexes.d.ts.map +0 -1
  1363. package/dist/esm/generated/service/operations/indexes.js +0 -213
  1364. package/dist/esm/generated/service/operations/indexes.js.map +0 -1
  1365. package/dist/esm/generated/service/operations/knowledgeBases.d.ts +0 -43
  1366. package/dist/esm/generated/service/operations/knowledgeBases.d.ts.map +0 -1
  1367. package/dist/esm/generated/service/operations/knowledgeBases.js +0 -160
  1368. package/dist/esm/generated/service/operations/knowledgeBases.js.map +0 -1
  1369. package/dist/esm/generated/service/operations/knowledgeSources.d.ts +0 -49
  1370. package/dist/esm/generated/service/operations/knowledgeSources.d.ts.map +0 -1
  1371. package/dist/esm/generated/service/operations/knowledgeSources.js +0 -184
  1372. package/dist/esm/generated/service/operations/knowledgeSources.js.map +0 -1
  1373. package/dist/esm/generated/service/operations/skillsets.d.ts +0 -50
  1374. package/dist/esm/generated/service/operations/skillsets.d.ts.map +0 -1
  1375. package/dist/esm/generated/service/operations/skillsets.js +0 -189
  1376. package/dist/esm/generated/service/operations/skillsets.js.map +0 -1
  1377. package/dist/esm/generated/service/operations/synonymMaps.d.ts +0 -43
  1378. package/dist/esm/generated/service/operations/synonymMaps.d.ts.map +0 -1
  1379. package/dist/esm/generated/service/operations/synonymMaps.js +0 -160
  1380. package/dist/esm/generated/service/operations/synonymMaps.js.map +0 -1
  1381. package/dist/esm/generated/service/operationsInterfaces/aliases.d.ts +0 -36
  1382. package/dist/esm/generated/service/operationsInterfaces/aliases.d.ts.map +0 -1
  1383. package/dist/esm/generated/service/operationsInterfaces/aliases.js +0 -9
  1384. package/dist/esm/generated/service/operationsInterfaces/aliases.js.map +0 -1
  1385. package/dist/esm/generated/service/operationsInterfaces/dataSources.d.ts +0 -35
  1386. package/dist/esm/generated/service/operationsInterfaces/dataSources.d.ts.map +0 -1
  1387. package/dist/esm/generated/service/operationsInterfaces/dataSources.js +0 -9
  1388. package/dist/esm/generated/service/operationsInterfaces/dataSources.js.map +0 -1
  1389. package/dist/esm/generated/service/operationsInterfaces/index.d.ts +0 -9
  1390. package/dist/esm/generated/service/operationsInterfaces/index.d.ts.map +0 -1
  1391. package/dist/esm/generated/service/operationsInterfaces/index.js +0 -16
  1392. package/dist/esm/generated/service/operationsInterfaces/index.js.map +0 -1
  1393. package/dist/esm/generated/service/operationsInterfaces/indexers.d.ts +0 -66
  1394. package/dist/esm/generated/service/operationsInterfaces/indexers.d.ts.map +0 -1
  1395. package/dist/esm/generated/service/operationsInterfaces/indexers.js +0 -9
  1396. package/dist/esm/generated/service/operationsInterfaces/indexers.js.map +0 -1
  1397. package/dist/esm/generated/service/operationsInterfaces/indexes.d.ts +0 -50
  1398. package/dist/esm/generated/service/operationsInterfaces/indexes.d.ts.map +0 -1
  1399. package/dist/esm/generated/service/operationsInterfaces/indexes.js +0 -9
  1400. package/dist/esm/generated/service/operationsInterfaces/indexes.js.map +0 -1
  1401. package/dist/esm/generated/service/operationsInterfaces/knowledgeBases.d.ts +0 -35
  1402. package/dist/esm/generated/service/operationsInterfaces/knowledgeBases.d.ts.map +0 -1
  1403. package/dist/esm/generated/service/operationsInterfaces/knowledgeBases.js +0 -9
  1404. package/dist/esm/generated/service/operationsInterfaces/knowledgeBases.js.map +0 -1
  1405. package/dist/esm/generated/service/operationsInterfaces/knowledgeSources.d.ts +0 -41
  1406. package/dist/esm/generated/service/operationsInterfaces/knowledgeSources.d.ts.map +0 -1
  1407. package/dist/esm/generated/service/operationsInterfaces/knowledgeSources.js +0 -9
  1408. package/dist/esm/generated/service/operationsInterfaces/knowledgeSources.js.map +0 -1
  1409. package/dist/esm/generated/service/operationsInterfaces/skillsets.d.ts +0 -42
  1410. package/dist/esm/generated/service/operationsInterfaces/skillsets.d.ts.map +0 -1
  1411. package/dist/esm/generated/service/operationsInterfaces/skillsets.js +0 -9
  1412. package/dist/esm/generated/service/operationsInterfaces/skillsets.js.map +0 -1
  1413. package/dist/esm/generated/service/operationsInterfaces/synonymMaps.d.ts +0 -35
  1414. package/dist/esm/generated/service/operationsInterfaces/synonymMaps.d.ts.map +0 -1
  1415. package/dist/esm/generated/service/operationsInterfaces/synonymMaps.js +0 -9
  1416. package/dist/esm/generated/service/operationsInterfaces/synonymMaps.js.map +0 -1
  1417. package/dist/esm/generated/service/searchServiceClient.d.ts +0 -36
  1418. package/dist/esm/generated/service/searchServiceClient.d.ts.map +0 -1
  1419. package/dist/esm/generated/service/searchServiceClient.js +0 -145
  1420. package/dist/esm/generated/service/searchServiceClient.js.map +0 -1
  1421. package/dist/react-native/errorModels.d.ts +0 -56
  1422. package/dist/react-native/errorModels.d.ts.map +0 -1
  1423. package/dist/react-native/errorModels.js +0 -4
  1424. package/dist/react-native/errorModels.js.map +0 -1
  1425. package/dist/react-native/generated/data/index.d.ts +0 -4
  1426. package/dist/react-native/generated/data/index.d.ts.map +0 -1
  1427. package/dist/react-native/generated/data/index.js +0 -11
  1428. package/dist/react-native/generated/data/index.js.map +0 -1
  1429. package/dist/react-native/generated/data/models/index.d.ts +0 -1356
  1430. package/dist/react-native/generated/data/models/index.d.ts.map +0 -1
  1431. package/dist/react-native/generated/data/models/index.js +0 -290
  1432. package/dist/react-native/generated/data/models/index.js.map +0 -1
  1433. package/dist/react-native/generated/data/models/mappers.d.ts +0 -52
  1434. package/dist/react-native/generated/data/models/mappers.d.ts.map +0 -1
  1435. package/dist/react-native/generated/data/models/mappers.js +0 -1547
  1436. package/dist/react-native/generated/data/models/mappers.js.map +0 -1
  1437. package/dist/react-native/generated/data/models/parameters.d.ts +0 -64
  1438. package/dist/react-native/generated/data/models/parameters.d.ts.map +0 -1
  1439. package/dist/react-native/generated/data/models/parameters.js +0 -637
  1440. package/dist/react-native/generated/data/models/parameters.js.map +0 -1
  1441. package/dist/react-native/generated/data/operations/documents.d.ts +0 -70
  1442. package/dist/react-native/generated/data/operations/documents.d.ts.map +0 -1
  1443. package/dist/react-native/generated/data/operations/documents.js +0 -332
  1444. package/dist/react-native/generated/data/operations/documents.js.map +0 -1
  1445. package/dist/react-native/generated/data/operations/index.d.ts +0 -2
  1446. package/dist/react-native/generated/data/operations/index.d.ts.map +0 -1
  1447. package/dist/react-native/generated/data/operations/index.js +0 -9
  1448. package/dist/react-native/generated/data/operations/index.js.map +0 -1
  1449. package/dist/react-native/generated/data/operationsInterfaces/documents.d.ts +0 -62
  1450. package/dist/react-native/generated/data/operationsInterfaces/documents.d.ts.map +0 -1
  1451. package/dist/react-native/generated/data/operationsInterfaces/documents.js +0 -9
  1452. package/dist/react-native/generated/data/operationsInterfaces/documents.js.map +0 -1
  1453. package/dist/react-native/generated/data/operationsInterfaces/index.d.ts +0 -2
  1454. package/dist/react-native/generated/data/operationsInterfaces/index.d.ts.map +0 -1
  1455. package/dist/react-native/generated/data/operationsInterfaces/index.js +0 -9
  1456. package/dist/react-native/generated/data/operationsInterfaces/index.js.map +0 -1
  1457. package/dist/react-native/generated/data/searchClient.d.ts +0 -21
  1458. package/dist/react-native/generated/data/searchClient.d.ts.map +0 -1
  1459. package/dist/react-native/generated/data/searchClient.js +0 -88
  1460. package/dist/react-native/generated/data/searchClient.js.map +0 -1
  1461. package/dist/react-native/generated/knowledgeBase/index.d.ts +0 -4
  1462. package/dist/react-native/generated/knowledgeBase/index.d.ts.map +0 -1
  1463. package/dist/react-native/generated/knowledgeBase/index.js +0 -11
  1464. package/dist/react-native/generated/knowledgeBase/index.js.map +0 -1
  1465. package/dist/react-native/generated/knowledgeBase/models/index.d.ts +0 -570
  1466. package/dist/react-native/generated/knowledgeBase/models/index.d.ts.map +0 -1
  1467. package/dist/react-native/generated/knowledgeBase/models/index.js +0 -62
  1468. package/dist/react-native/generated/knowledgeBase/models/index.js.map +0 -1
  1469. package/dist/react-native/generated/knowledgeBase/models/mappers.d.ts +0 -89
  1470. package/dist/react-native/generated/knowledgeBase/models/mappers.d.ts.map +0 -1
  1471. package/dist/react-native/generated/knowledgeBase/models/mappers.js +0 -1325
  1472. package/dist/react-native/generated/knowledgeBase/models/mappers.js.map +0 -1
  1473. package/dist/react-native/generated/knowledgeBase/models/parameters.d.ts +0 -9
  1474. package/dist/react-native/generated/knowledgeBase/models/parameters.d.ts.map +0 -1
  1475. package/dist/react-native/generated/knowledgeBase/models/parameters.js +0 -75
  1476. package/dist/react-native/generated/knowledgeBase/models/parameters.js.map +0 -1
  1477. package/dist/react-native/generated/knowledgeBase/operations/index.d.ts +0 -2
  1478. package/dist/react-native/generated/knowledgeBase/operations/index.d.ts.map +0 -1
  1479. package/dist/react-native/generated/knowledgeBase/operations/index.js +0 -9
  1480. package/dist/react-native/generated/knowledgeBase/operations/index.js.map +0 -1
  1481. package/dist/react-native/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts +0 -19
  1482. package/dist/react-native/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts.map +0 -1
  1483. package/dist/react-native/generated/knowledgeBase/operations/knowledgeRetrieval.js +0 -57
  1484. package/dist/react-native/generated/knowledgeBase/operations/knowledgeRetrieval.js.map +0 -1
  1485. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/index.d.ts +0 -2
  1486. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/index.d.ts.map +0 -1
  1487. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/index.js +0 -9
  1488. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/index.js.map +0 -1
  1489. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts +0 -11
  1490. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts.map +0 -1
  1491. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js +0 -9
  1492. package/dist/react-native/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js.map +0 -1
  1493. package/dist/react-native/generated/knowledgeBase/searchClient.d.ts +0 -21
  1494. package/dist/react-native/generated/knowledgeBase/searchClient.d.ts.map +0 -1
  1495. package/dist/react-native/generated/knowledgeBase/searchClient.js +0 -88
  1496. package/dist/react-native/generated/knowledgeBase/searchClient.js.map +0 -1
  1497. package/dist/react-native/generated/service/index.d.ts +0 -4
  1498. package/dist/react-native/generated/service/index.d.ts.map +0 -1
  1499. package/dist/react-native/generated/service/index.js +0 -11
  1500. package/dist/react-native/generated/service/index.js.map +0 -1
  1501. package/dist/react-native/generated/service/models/index.d.ts +0 -5693
  1502. package/dist/react-native/generated/service/models/index.d.ts.map +0 -1
  1503. package/dist/react-native/generated/service/models/index.js +0 -1706
  1504. package/dist/react-native/generated/service/models/index.js.map +0 -1
  1505. package/dist/react-native/generated/service/models/mappers.d.ts +0 -358
  1506. package/dist/react-native/generated/service/models/mappers.d.ts.map +0 -1
  1507. package/dist/react-native/generated/service/models/mappers.js +0 -8157
  1508. package/dist/react-native/generated/service/models/mappers.js.map +0 -1
  1509. package/dist/react-native/generated/service/models/parameters.d.ts +0 -34
  1510. package/dist/react-native/generated/service/models/parameters.d.ts.map +0 -1
  1511. package/dist/react-native/generated/service/models/parameters.js +0 -255
  1512. package/dist/react-native/generated/service/models/parameters.js.map +0 -1
  1513. package/dist/react-native/generated/service/operations/aliases.d.ts +0 -44
  1514. package/dist/react-native/generated/service/operations/aliases.d.ts.map +0 -1
  1515. package/dist/react-native/generated/service/operations/aliases.js +0 -161
  1516. package/dist/react-native/generated/service/operations/aliases.js.map +0 -1
  1517. package/dist/react-native/generated/service/operations/dataSources.d.ts +0 -43
  1518. package/dist/react-native/generated/service/operations/dataSources.d.ts.map +0 -1
  1519. package/dist/react-native/generated/service/operations/dataSources.js +0 -163
  1520. package/dist/react-native/generated/service/operations/dataSources.js.map +0 -1
  1521. package/dist/react-native/generated/service/operations/index.d.ts +0 -9
  1522. package/dist/react-native/generated/service/operations/index.d.ts.map +0 -1
  1523. package/dist/react-native/generated/service/operations/index.js +0 -16
  1524. package/dist/react-native/generated/service/operations/index.js.map +0 -1
  1525. package/dist/react-native/generated/service/operations/indexers.d.ts +0 -74
  1526. package/dist/react-native/generated/service/operations/indexers.d.ts.map +0 -1
  1527. package/dist/react-native/generated/service/operations/indexers.js +0 -281
  1528. package/dist/react-native/generated/service/operations/indexers.js.map +0 -1
  1529. package/dist/react-native/generated/service/operations/indexes.d.ts +0 -58
  1530. package/dist/react-native/generated/service/operations/indexes.d.ts.map +0 -1
  1531. package/dist/react-native/generated/service/operations/indexes.js +0 -213
  1532. package/dist/react-native/generated/service/operations/indexes.js.map +0 -1
  1533. package/dist/react-native/generated/service/operations/knowledgeBases.d.ts +0 -43
  1534. package/dist/react-native/generated/service/operations/knowledgeBases.d.ts.map +0 -1
  1535. package/dist/react-native/generated/service/operations/knowledgeBases.js +0 -160
  1536. package/dist/react-native/generated/service/operations/knowledgeBases.js.map +0 -1
  1537. package/dist/react-native/generated/service/operations/knowledgeSources.d.ts +0 -49
  1538. package/dist/react-native/generated/service/operations/knowledgeSources.d.ts.map +0 -1
  1539. package/dist/react-native/generated/service/operations/knowledgeSources.js +0 -184
  1540. package/dist/react-native/generated/service/operations/knowledgeSources.js.map +0 -1
  1541. package/dist/react-native/generated/service/operations/skillsets.d.ts +0 -50
  1542. package/dist/react-native/generated/service/operations/skillsets.d.ts.map +0 -1
  1543. package/dist/react-native/generated/service/operations/skillsets.js +0 -189
  1544. package/dist/react-native/generated/service/operations/skillsets.js.map +0 -1
  1545. package/dist/react-native/generated/service/operations/synonymMaps.d.ts +0 -43
  1546. package/dist/react-native/generated/service/operations/synonymMaps.d.ts.map +0 -1
  1547. package/dist/react-native/generated/service/operations/synonymMaps.js +0 -160
  1548. package/dist/react-native/generated/service/operations/synonymMaps.js.map +0 -1
  1549. package/dist/react-native/generated/service/operationsInterfaces/aliases.d.ts +0 -36
  1550. package/dist/react-native/generated/service/operationsInterfaces/aliases.d.ts.map +0 -1
  1551. package/dist/react-native/generated/service/operationsInterfaces/aliases.js +0 -9
  1552. package/dist/react-native/generated/service/operationsInterfaces/aliases.js.map +0 -1
  1553. package/dist/react-native/generated/service/operationsInterfaces/dataSources.d.ts +0 -35
  1554. package/dist/react-native/generated/service/operationsInterfaces/dataSources.d.ts.map +0 -1
  1555. package/dist/react-native/generated/service/operationsInterfaces/dataSources.js +0 -9
  1556. package/dist/react-native/generated/service/operationsInterfaces/dataSources.js.map +0 -1
  1557. package/dist/react-native/generated/service/operationsInterfaces/index.d.ts +0 -9
  1558. package/dist/react-native/generated/service/operationsInterfaces/index.d.ts.map +0 -1
  1559. package/dist/react-native/generated/service/operationsInterfaces/index.js +0 -16
  1560. package/dist/react-native/generated/service/operationsInterfaces/index.js.map +0 -1
  1561. package/dist/react-native/generated/service/operationsInterfaces/indexers.d.ts +0 -66
  1562. package/dist/react-native/generated/service/operationsInterfaces/indexers.d.ts.map +0 -1
  1563. package/dist/react-native/generated/service/operationsInterfaces/indexers.js +0 -9
  1564. package/dist/react-native/generated/service/operationsInterfaces/indexers.js.map +0 -1
  1565. package/dist/react-native/generated/service/operationsInterfaces/indexes.d.ts +0 -50
  1566. package/dist/react-native/generated/service/operationsInterfaces/indexes.d.ts.map +0 -1
  1567. package/dist/react-native/generated/service/operationsInterfaces/indexes.js +0 -9
  1568. package/dist/react-native/generated/service/operationsInterfaces/indexes.js.map +0 -1
  1569. package/dist/react-native/generated/service/operationsInterfaces/knowledgeBases.d.ts +0 -35
  1570. package/dist/react-native/generated/service/operationsInterfaces/knowledgeBases.d.ts.map +0 -1
  1571. package/dist/react-native/generated/service/operationsInterfaces/knowledgeBases.js +0 -9
  1572. package/dist/react-native/generated/service/operationsInterfaces/knowledgeBases.js.map +0 -1
  1573. package/dist/react-native/generated/service/operationsInterfaces/knowledgeSources.d.ts +0 -41
  1574. package/dist/react-native/generated/service/operationsInterfaces/knowledgeSources.d.ts.map +0 -1
  1575. package/dist/react-native/generated/service/operationsInterfaces/knowledgeSources.js +0 -9
  1576. package/dist/react-native/generated/service/operationsInterfaces/knowledgeSources.js.map +0 -1
  1577. package/dist/react-native/generated/service/operationsInterfaces/skillsets.d.ts +0 -42
  1578. package/dist/react-native/generated/service/operationsInterfaces/skillsets.d.ts.map +0 -1
  1579. package/dist/react-native/generated/service/operationsInterfaces/skillsets.js +0 -9
  1580. package/dist/react-native/generated/service/operationsInterfaces/skillsets.js.map +0 -1
  1581. package/dist/react-native/generated/service/operationsInterfaces/synonymMaps.d.ts +0 -35
  1582. package/dist/react-native/generated/service/operationsInterfaces/synonymMaps.d.ts.map +0 -1
  1583. package/dist/react-native/generated/service/operationsInterfaces/synonymMaps.js +0 -9
  1584. package/dist/react-native/generated/service/operationsInterfaces/synonymMaps.js.map +0 -1
  1585. package/dist/react-native/generated/service/searchServiceClient.d.ts +0 -36
  1586. package/dist/react-native/generated/service/searchServiceClient.d.ts.map +0 -1
  1587. package/dist/react-native/generated/service/searchServiceClient.js +0 -145
  1588. package/dist/react-native/generated/service/searchServiceClient.js.map +0 -1
  1589. package/dist/react-native/synonymMapHelper.d.ts +0 -10
  1590. package/dist/react-native/synonymMapHelper.d.ts.map +0 -1
  1591. package/dist/react-native/synonymMapHelper.js +0 -24
  1592. package/dist/react-native/synonymMapHelper.js.map +0 -1
@@ -0,0 +1,244 @@
1
+ import type { QueryType, ScoringStatistics, QueryDebugMode, SearchMode, SemanticErrorMode, QueryAnswerType, QueryCaptionType, VectorQueryUnion, VectorFilterMode, AutocompleteMode } from "../../models/azure/search/documents/models.js";
2
+ import type { OperationOptions } from "@azure-rest/core-client";
3
+ /** Optional parameters. */
4
+ export interface AutocompletePostOptionalParams extends OperationOptions {
5
+ /** The Accept header. */
6
+ accept?: "application/json;odata.metadata=none";
7
+ /** Specifies the mode for Autocomplete. The default is 'oneTerm'. Use 'twoTerms' to get shingles and 'oneTermWithContext' to use the current context while producing auto-completed terms. */
8
+ autocompleteMode?: AutocompleteMode;
9
+ /** An OData expression that filters the documents used to produce completed terms for the Autocomplete result. */
10
+ filter?: string;
11
+ /** A value indicating whether to use fuzzy matching for the autocomplete query. Default is false. When set to true, the query will autocomplete terms even if there's a substituted or missing character in the search text. While this provides a better experience in some scenarios, it comes at a performance cost as fuzzy autocomplete queries are slower and consume more resources. */
12
+ useFuzzyMatching?: boolean;
13
+ /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. If omitted, hit highlighting is disabled. */
14
+ highlightPostTag?: string;
15
+ /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. If omitted, hit highlighting is disabled. */
16
+ highlightPreTag?: string;
17
+ /** A number between 0 and 100 indicating the percentage of the index that must be covered by an autocomplete query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 80. */
18
+ minimumCoverage?: number;
19
+ /** The comma-separated list of field names to consider when querying for auto-completed terms. Target fields must be included in the specified suggester. */
20
+ searchFields?: string[];
21
+ /** The number of auto-completed terms to retrieve. This must be a value between 1 and 100. The default is 5. */
22
+ top?: number;
23
+ /** An opaque, globally-unique, client-generated string identifier for the request. */
24
+ clientRequestId?: string;
25
+ }
26
+ /** Optional parameters. */
27
+ export interface AutocompleteGetOptionalParams extends OperationOptions {
28
+ /** The Accept header. */
29
+ accept?: "application/json;odata.metadata=none";
30
+ /** Specifies the mode for Autocomplete. The default is 'oneTerm'. Use 'twoTerms' to get shingles and 'oneTermWithContext' to use the current context while producing auto-completed terms. */
31
+ autocompleteMode?: AutocompleteMode;
32
+ /** An OData expression that filters the documents used to produce completed terms for the Autocomplete result. */
33
+ filter?: string;
34
+ /** A value indicating whether to use fuzzy matching for the autocomplete query. Default is false. When set to true, the query will find terms even if there's a substituted or missing character in the search text. While this provides a better experience in some scenarios, it comes at a performance cost as fuzzy autocomplete queries are slower and consume more resources. */
35
+ useFuzzyMatching?: boolean;
36
+ /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. If omitted, hit highlighting is disabled. */
37
+ highlightPostTag?: string;
38
+ /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. If omitted, hit highlighting is disabled. */
39
+ highlightPreTag?: string;
40
+ /** A number between 0 and 100 indicating the percentage of the index that must be covered by an autocomplete query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 80. */
41
+ minimumCoverage?: number;
42
+ /** The list of field names to consider when querying for auto-completed terms. Target fields must be included in the specified suggester. */
43
+ searchFields?: string[];
44
+ /** The number of auto-completed terms to retrieve. This must be a value between 1 and 100. The default is 5. */
45
+ top?: number;
46
+ /** An opaque, globally-unique, client-generated string identifier for the request. */
47
+ clientRequestId?: string;
48
+ }
49
+ /** Optional parameters. */
50
+ export interface IndexOptionalParams extends OperationOptions {
51
+ /** The Accept header. */
52
+ accept?: "application/json;odata.metadata=none";
53
+ /** An opaque, globally-unique, client-generated string identifier for the request. */
54
+ clientRequestId?: string;
55
+ }
56
+ /** Optional parameters. */
57
+ export interface SuggestPostOptionalParams extends OperationOptions {
58
+ /** The Accept header. */
59
+ accept?: "application/json;odata.metadata=none";
60
+ /** An OData expression that filters the documents considered for suggestions. */
61
+ filter?: string;
62
+ /** A value indicating whether to use fuzzy matching for the suggestion query. Default is false. When set to true, the query will find suggestions even if there's a substituted or missing character in the search text. While this provides a better experience in some scenarios, it comes at a performance cost as fuzzy suggestion searches are slower and consume more resources. */
63
+ useFuzzyMatching?: boolean;
64
+ /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. If omitted, hit highlighting of suggestions is disabled. */
65
+ highlightPostTag?: string;
66
+ /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. If omitted, hit highlighting of suggestions is disabled. */
67
+ highlightPreTag?: string;
68
+ /** A number between 0 and 100 indicating the percentage of the index that must be covered by a suggestion query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 80. */
69
+ minimumCoverage?: number;
70
+ /** The comma-separated list of OData $orderby expressions by which to sort the results. Each expression can be either a field name or a call to either the geo.distance() or the search.score() functions. Each expression can be followed by asc to indicate ascending, or desc to indicate descending. The default is ascending order. Ties will be broken by the match scores of documents. If no $orderby is specified, the default sort order is descending by document match score. There can be at most 32 $orderby clauses. */
71
+ orderBy?: string;
72
+ /** The comma-separated list of field names to search for the specified search text. Target fields must be included in the specified suggester. */
73
+ searchFields?: string;
74
+ /** The comma-separated list of fields to retrieve. If unspecified, only the key field will be included in the results. */
75
+ select?: string;
76
+ /** The number of suggestions to retrieve. This must be a value between 1 and 100. The default is 5. */
77
+ top?: number;
78
+ /** An opaque, globally-unique, client-generated string identifier for the request. */
79
+ clientRequestId?: string;
80
+ }
81
+ /** Optional parameters. */
82
+ export interface SuggestGetOptionalParams extends OperationOptions {
83
+ /** The Accept header. */
84
+ accept?: "application/json;odata.metadata=none";
85
+ /** An OData expression that filters the documents considered for suggestions. */
86
+ filter?: string;
87
+ /** A value indicating whether to use fuzzy matching for the suggestions query. Default is false. When set to true, the query will find terms even if there's a substituted or missing character in the search text. While this provides a better experience in some scenarios, it comes at a performance cost as fuzzy suggestions queries are slower and consume more resources. */
88
+ useFuzzyMatching?: boolean;
89
+ /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. If omitted, hit highlighting of suggestions is disabled. */
90
+ highlightPostTag?: string;
91
+ /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. If omitted, hit highlighting of suggestions is disabled. */
92
+ highlightPreTag?: string;
93
+ /** A number between 0 and 100 indicating the percentage of the index that must be covered by a suggestions query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 80. */
94
+ minimumCoverage?: number;
95
+ /** The list of OData $orderby expressions by which to sort the results. Each expression can be either a field name or a call to either the geo.distance() or the search.score() functions. Each expression can be followed by asc to indicate ascending, or desc to indicate descending. The default is ascending order. Ties will be broken by the match scores of documents. If no $orderby is specified, the default sort order is descending by document match score. There can be at most 32 $orderby clauses. */
96
+ orderBy?: string;
97
+ /** The list of field names to search for the specified search text. Target fields must be included in the specified suggester. */
98
+ searchFields?: string;
99
+ /** The list of fields to retrieve. If unspecified, only the key field will be included in the results. */
100
+ select?: string;
101
+ /** The number of suggestions to retrieve. The value must be a number between 1 and 100. The default is 5. */
102
+ top?: number;
103
+ /** An opaque, globally-unique, client-generated string identifier for the request. */
104
+ clientRequestId?: string;
105
+ }
106
+ /** Optional parameters. */
107
+ export interface GetDocumentOptionalParams extends OperationOptions {
108
+ /** The Accept header. */
109
+ accept?: "application/json;odata.metadata=none";
110
+ /** List of field names to retrieve for the document; Any field not retrieved will be missing from the returned document. */
111
+ selectedFields?: string;
112
+ /** An opaque, globally-unique, client-generated string identifier for the request. */
113
+ clientRequestId?: string;
114
+ }
115
+ /** Optional parameters. */
116
+ export interface SearchPostOptionalParams extends OperationOptions {
117
+ /** The Accept header. */
118
+ accept?: "application/json;odata.metadata=none";
119
+ /** A value that specifies whether to fetch the total count of results. Default is false. Setting this value to true may have a performance impact. Note that the count returned is an approximation. */
120
+ includeTotalCount?: boolean;
121
+ /** The list of facet expressions to apply to the search query. Each facet expression contains a field name, optionally followed by a comma-separated list of name:value pairs. */
122
+ facets?: string[];
123
+ /** The OData $filter expression to apply to the search query. */
124
+ filter?: string;
125
+ /** The comma-separated list of field names to use for hit highlights. Only searchable fields can be used for hit highlighting. */
126
+ highlightFields?: string[];
127
+ /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. Default is </em>. */
128
+ highlightPostTag?: string;
129
+ /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. Default is <em>. */
130
+ highlightPreTag?: string;
131
+ /** A number between 0 and 100 indicating the percentage of the index that must be covered by a search query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 100. */
132
+ minimumCoverage?: number;
133
+ /** The comma-separated list of OData $orderby expressions by which to sort the results. Each expression can be either a field name or a call to either the geo.distance() or the search.score() functions. Each expression can be followed by asc to indicate ascending, or desc to indicate descending. The default is ascending order. Ties will be broken by the match scores of documents. If no $orderby is specified, the default sort order is descending by document match score. There can be at most 32 $orderby clauses. */
134
+ orderBy?: string;
135
+ /** A value that specifies the syntax of the search query. The default is 'simple'. Use 'full' if your query uses the Lucene query syntax. */
136
+ queryType?: QueryType;
137
+ /** A value that specifies whether we want to calculate scoring statistics (such as document frequency) globally for more consistent scoring, or locally, for lower latency. The default is 'local'. Use 'global' to aggregate scoring statistics globally before scoring. Using global scoring statistics can increase latency of search queries. */
138
+ scoringStatistics?: ScoringStatistics;
139
+ /** A value to be used to create a sticky session, which can help getting more consistent results. As long as the same sessionId is used, a best-effort attempt will be made to target the same replica set. Be wary that reusing the same sessionID values repeatedly can interfere with the load balancing of the requests across replicas and adversely affect the performance of the search service. The value used as sessionId cannot start with a '_' character. */
140
+ sessionId?: string;
141
+ /** The list of parameter values to be used in scoring functions (for example, referencePointParameter) using the format name-values. For example, if the scoring profile defines a function with a parameter called 'mylocation' the parameter string would be "mylocation--122.2,44.8" (without the quotes). */
142
+ scoringParameters?: string[];
143
+ /** The name of a scoring profile to evaluate match scores for matching documents in order to sort the results. */
144
+ scoringProfile?: string;
145
+ /** Enables a debugging tool that can be used to further explore your reranked results. */
146
+ debug?: QueryDebugMode;
147
+ /** A full-text search query expression; Use "*" or omit this parameter to match all documents. */
148
+ searchText?: string;
149
+ /** The comma-separated list of field names to which to scope the full-text search. When using fielded search (fieldName:searchExpression) in a full Lucene query, the field names of each fielded search expression take precedence over any field names listed in this parameter. */
150
+ searchFields?: string;
151
+ /** A value that specifies whether any or all of the search terms must be matched in order to count the document as a match. */
152
+ searchMode?: SearchMode;
153
+ /** The comma-separated list of fields to retrieve. If unspecified, all fields marked as retrievable in the schema are included. */
154
+ select?: string;
155
+ /** The number of search results to skip. This value cannot be greater than 100,000. If you need to scan documents in sequence, but cannot use skip due to this limitation, consider using orderby on a totally-ordered key and filter with a range query instead. */
156
+ skip?: number;
157
+ /** The number of search results to retrieve. This can be used in conjunction with $skip to implement client-side paging of search results. If results are truncated due to server-side paging, the response will include a continuation token that can be used to issue another Search request for the next page of results. */
158
+ top?: number;
159
+ /** The name of a semantic configuration that will be used when processing documents for queries of type semantic. */
160
+ semanticConfigurationName?: string;
161
+ /** Allows the user to choose whether a semantic call should fail completely (default / current behavior), or to return partial results. */
162
+ semanticErrorHandling?: SemanticErrorMode;
163
+ /** Allows the user to set an upper bound on the amount of time it takes for semantic enrichment to finish processing before the request fails. */
164
+ semanticMaxWaitInMilliseconds?: number;
165
+ /** Allows setting a separate search query that will be solely used for semantic reranking, semantic captions and semantic answers. Is useful for scenarios where there is a need to use different queries between the base retrieval and ranking phase, and the L2 semantic phase. */
166
+ semanticQuery?: string;
167
+ /** A value that specifies whether answers should be returned as part of the search response. */
168
+ answers?: QueryAnswerType;
169
+ /** A value that specifies whether captions should be returned as part of the search response. */
170
+ captions?: QueryCaptionType;
171
+ /** The query parameters for vector and hybrid search queries. */
172
+ vectorQueries?: VectorQueryUnion[];
173
+ /** Determines whether or not filters are applied before or after the vector search is performed. Default is 'preFilter' for new indexes. */
174
+ vectorFilterMode?: VectorFilterMode;
175
+ /** An opaque, globally-unique, client-generated string identifier for the request. */
176
+ clientRequestId?: string;
177
+ }
178
+ /** Optional parameters. */
179
+ export interface SearchGetOptionalParams extends OperationOptions {
180
+ /** The Accept header. */
181
+ accept?: "application/json;odata.metadata=none";
182
+ /** A full-text search query expression; Use "*" or omit this parameter to match all documents. */
183
+ searchText?: string;
184
+ /** A value that specifies whether to fetch the total count of results. Default is false. Setting this value to true may have a performance impact. Note that the count returned is an approximation. */
185
+ includeTotalResultCount?: boolean;
186
+ /** The list of facet expressions to apply to the search query. Each facet expression contains a field name, optionally followed by a comma-separated list of name:value pairs. */
187
+ facets?: string[];
188
+ /** The OData $filter expression to apply to the search query. */
189
+ filter?: string;
190
+ /** The list of field names to use for hit highlights. Only searchable fields can be used for hit highlighting. */
191
+ highlightFields?: string[];
192
+ /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. Default is </em>. */
193
+ highlightPostTag?: string;
194
+ /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. Default is <em>. */
195
+ highlightPreTag?: string;
196
+ /** A number between 0 and 100 indicating the percentage of the index that must be covered by a search query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 100. */
197
+ minimumCoverage?: number;
198
+ /** The list of OData $orderby expressions by which to sort the results. Each expression can be either a field name or a call to either the geo.distance() or the search.score() functions. Each expression can be followed by asc to indicate ascending, and desc to indicate descending. The default is ascending order. Ties will be broken by the match scores of documents. If no OrderBy is specified, the default sort order is descending by document match score. There can be at most 32 $orderby clauses. */
199
+ orderBy?: string;
200
+ /** A value that specifies the syntax of the search query. The default is 'simple'. Use 'full' if your query uses the Lucene query syntax. */
201
+ queryType?: QueryType;
202
+ /** The list of parameter values to be used in scoring functions (for example, referencePointParameter) using the format name-values. For example, if the scoring profile defines a function with a parameter called 'mylocation' the parameter string would be "mylocation--122.2,44.8" (without the quotes). */
203
+ scoringParameters?: string[];
204
+ /** The name of a scoring profile to evaluate match scores for matching documents in order to sort the results. */
205
+ scoringProfile?: string;
206
+ /** The list of field names to which to scope the full-text search. When using fielded search (fieldName:searchExpression) in a full Lucene query, the field names of each fielded search expression take precedence over any field names listed in this parameter. */
207
+ searchFields?: string;
208
+ /** A value that specifies whether any or all of the search terms must be matched in order to count the document as a match. */
209
+ searchMode?: SearchMode;
210
+ /** A value that specifies whether we want to calculate scoring statistics (such as document frequency) globally for more consistent scoring, or locally, for lower latency. */
211
+ scoringStatistics?: ScoringStatistics;
212
+ /** A value to be used to create a sticky session, which can help to get more consistent results. As long as the same sessionId is used, a best-effort attempt will be made to target the same replica set. Be wary that reusing the same sessionID values repeatedly can interfere with the load balancing of the requests across replicas and adversely affect the performance of the search service. The value used as sessionId cannot start with a '_' character. */
213
+ sessionId?: string;
214
+ /** The list of fields to retrieve. If unspecified, all fields marked as retrievable in the schema are included. */
215
+ select?: string;
216
+ /** The number of search results to skip. This value cannot be greater than 100,000. If you need to scan documents in sequence, but cannot use $skip due to this limitation, consider using $orderby on a totally-ordered key and $filter with a range query instead. */
217
+ skip?: number;
218
+ /** The number of search results to retrieve. This can be used in conjunction with $skip to implement client-side paging of search results. If results are truncated due to server-side paging, the response will include a continuation token that can be used to issue another Search request for the next page of results. */
219
+ top?: number;
220
+ /** The name of the semantic configuration that lists which fields should be used for semantic ranking, captions, highlights, and answers */
221
+ semanticConfiguration?: string;
222
+ /** Allows the user to choose whether a semantic call should fail completely, or to return partial results (default). */
223
+ semanticErrorHandling?: SemanticErrorMode;
224
+ /** Allows the user to set an upper bound on the amount of time it takes for semantic enrichment to finish processing before the request fails. */
225
+ semanticMaxWaitInMilliseconds?: number;
226
+ /** This parameter is only valid if the query type is `semantic`. If set, the query returns answers extracted from key passages in the highest ranked documents. The number of answers returned can be configured by appending the pipe character `|` followed by the `count-<number of answers>` option after the answers parameter value, such as `extractive|count-3`. Default count is 1. The confidence threshold can be configured by appending the pipe character `|` followed by the `threshold-<confidence threshold>` option after the answers parameter value, such as `extractive|threshold-0.9`. Default threshold is 0.7. The maximum character length of answers can be configured by appending the pipe character '|' followed by the 'count-<number of maximum character length>', such as 'extractive|maxcharlength-600'. */
227
+ answers?: QueryAnswerType;
228
+ /** This parameter is only valid if the query type is `semantic`. If set, the query returns captions extracted from key passages in the highest ranked documents. When Captions is set to `extractive`, highlighting is enabled by default, and can be configured by appending the pipe character `|` followed by the `highlight-<true/false>` option, such as `extractive|highlight-true`. Defaults to `None`. The maximum character length of captions can be configured by appending the pipe character '|' followed by the 'count-<number of maximum character length>', such as 'extractive|maxcharlength-600'. */
229
+ captions?: QueryCaptionType;
230
+ /** Allows setting a separate search query that will be solely used for semantic reranking, semantic captions and semantic answers. Is useful for scenarios where there is a need to use different queries between the base retrieval and ranking phase, and the L2 semantic phase. */
231
+ semanticQuery?: string;
232
+ /** Enables a debugging tool that can be used to further explore your search results. */
233
+ debug?: QueryDebugMode;
234
+ /** An opaque, globally-unique, client-generated string identifier for the request. */
235
+ clientRequestId?: string;
236
+ }
237
+ /** Optional parameters. */
238
+ export interface GetDocumentCountOptionalParams extends OperationOptions {
239
+ /** The Accept header. */
240
+ accept?: "application/json;odata.metadata=none";
241
+ /** An opaque, globally-unique, client-generated string identifier for the request. */
242
+ clientRequestId?: string;
243
+ }
244
+ //# sourceMappingURL=options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../../src/search/api/options.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export {};
4
+ //# sourceMappingURL=options.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/search/api/options.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n QueryType,\n ScoringStatistics,\n QueryDebugMode,\n SearchMode,\n SemanticErrorMode,\n QueryAnswerType,\n QueryCaptionType,\n VectorQueryUnion,\n VectorFilterMode,\n AutocompleteMode,\n} from \"../../models/azure/search/documents/models.js\";\nimport type { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface AutocompletePostOptionalParams extends OperationOptions {\n /** The Accept header. */\n accept?: \"application/json;odata.metadata=none\";\n /** Specifies the mode for Autocomplete. The default is 'oneTerm'. Use 'twoTerms' to get shingles and 'oneTermWithContext' to use the current context while producing auto-completed terms. */\n autocompleteMode?: AutocompleteMode;\n /** An OData expression that filters the documents used to produce completed terms for the Autocomplete result. */\n filter?: string;\n /** A value indicating whether to use fuzzy matching for the autocomplete query. Default is false. When set to true, the query will autocomplete terms even if there's a substituted or missing character in the search text. While this provides a better experience in some scenarios, it comes at a performance cost as fuzzy autocomplete queries are slower and consume more resources. */\n useFuzzyMatching?: boolean;\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. If omitted, hit highlighting is disabled. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. If omitted, hit highlighting is disabled. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by an autocomplete query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 80. */\n minimumCoverage?: number;\n /** The comma-separated list of field names to consider when querying for auto-completed terms. Target fields must be included in the specified suggester. */\n searchFields?: string[];\n /** The number of auto-completed terms to retrieve. This must be a value between 1 and 100. The default is 5. */\n top?: number;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface AutocompleteGetOptionalParams extends OperationOptions {\n /** The Accept header. */\n accept?: \"application/json;odata.metadata=none\";\n /** Specifies the mode for Autocomplete. The default is 'oneTerm'. Use 'twoTerms' to get shingles and 'oneTermWithContext' to use the current context while producing auto-completed terms. */\n autocompleteMode?: AutocompleteMode;\n /** An OData expression that filters the documents used to produce completed terms for the Autocomplete result. */\n filter?: string;\n /** A value indicating whether to use fuzzy matching for the autocomplete query. Default is false. When set to true, the query will find terms even if there's a substituted or missing character in the search text. While this provides a better experience in some scenarios, it comes at a performance cost as fuzzy autocomplete queries are slower and consume more resources. */\n useFuzzyMatching?: boolean;\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. If omitted, hit highlighting is disabled. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. If omitted, hit highlighting is disabled. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by an autocomplete query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 80. */\n minimumCoverage?: number;\n /** The list of field names to consider when querying for auto-completed terms. Target fields must be included in the specified suggester. */\n searchFields?: string[];\n /** The number of auto-completed terms to retrieve. This must be a value between 1 and 100. The default is 5. */\n top?: number;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface IndexOptionalParams extends OperationOptions {\n /** The Accept header. */\n accept?: \"application/json;odata.metadata=none\";\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface SuggestPostOptionalParams extends OperationOptions {\n /** The Accept header. */\n accept?: \"application/json;odata.metadata=none\";\n /** An OData expression that filters the documents considered for suggestions. */\n filter?: string;\n /** A value indicating whether to use fuzzy matching for the suggestion query. Default is false. When set to true, the query will find suggestions even if there's a substituted or missing character in the search text. While this provides a better experience in some scenarios, it comes at a performance cost as fuzzy suggestion searches are slower and consume more resources. */\n useFuzzyMatching?: boolean;\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. If omitted, hit highlighting of suggestions is disabled. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. If omitted, hit highlighting of suggestions is disabled. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by a suggestion query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 80. */\n minimumCoverage?: number;\n /** The comma-separated list of OData $orderby expressions by which to sort the results. Each expression can be either a field name or a call to either the geo.distance() or the search.score() functions. Each expression can be followed by asc to indicate ascending, or desc to indicate descending. The default is ascending order. Ties will be broken by the match scores of documents. If no $orderby is specified, the default sort order is descending by document match score. There can be at most 32 $orderby clauses. */\n orderBy?: string;\n /** The comma-separated list of field names to search for the specified search text. Target fields must be included in the specified suggester. */\n searchFields?: string;\n /** The comma-separated list of fields to retrieve. If unspecified, only the key field will be included in the results. */\n select?: string;\n /** The number of suggestions to retrieve. This must be a value between 1 and 100. The default is 5. */\n top?: number;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface SuggestGetOptionalParams extends OperationOptions {\n /** The Accept header. */\n accept?: \"application/json;odata.metadata=none\";\n /** An OData expression that filters the documents considered for suggestions. */\n filter?: string;\n /** A value indicating whether to use fuzzy matching for the suggestions query. Default is false. When set to true, the query will find terms even if there's a substituted or missing character in the search text. While this provides a better experience in some scenarios, it comes at a performance cost as fuzzy suggestions queries are slower and consume more resources. */\n useFuzzyMatching?: boolean;\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. If omitted, hit highlighting of suggestions is disabled. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. If omitted, hit highlighting of suggestions is disabled. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by a suggestions query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 80. */\n minimumCoverage?: number;\n /** The list of OData $orderby expressions by which to sort the results. Each expression can be either a field name or a call to either the geo.distance() or the search.score() functions. Each expression can be followed by asc to indicate ascending, or desc to indicate descending. The default is ascending order. Ties will be broken by the match scores of documents. If no $orderby is specified, the default sort order is descending by document match score. There can be at most 32 $orderby clauses. */\n orderBy?: string;\n /** The list of field names to search for the specified search text. Target fields must be included in the specified suggester. */\n searchFields?: string;\n /** The list of fields to retrieve. If unspecified, only the key field will be included in the results. */\n select?: string;\n /** The number of suggestions to retrieve. The value must be a number between 1 and 100. The default is 5. */\n top?: number;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface GetDocumentOptionalParams extends OperationOptions {\n /** The Accept header. */\n accept?: \"application/json;odata.metadata=none\";\n /** List of field names to retrieve for the document; Any field not retrieved will be missing from the returned document. */\n selectedFields?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface SearchPostOptionalParams extends OperationOptions {\n /** The Accept header. */\n accept?: \"application/json;odata.metadata=none\";\n /** A value that specifies whether to fetch the total count of results. Default is false. Setting this value to true may have a performance impact. Note that the count returned is an approximation. */\n includeTotalCount?: boolean;\n /** The list of facet expressions to apply to the search query. Each facet expression contains a field name, optionally followed by a comma-separated list of name:value pairs. */\n facets?: string[];\n /** The OData $filter expression to apply to the search query. */\n filter?: string;\n /** The comma-separated list of field names to use for hit highlights. Only searchable fields can be used for hit highlighting. */\n highlightFields?: string[];\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. Default is &lt;/em&gt;. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. Default is &lt;em&gt;. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by a search query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 100. */\n minimumCoverage?: number;\n /** The comma-separated list of OData $orderby expressions by which to sort the results. Each expression can be either a field name or a call to either the geo.distance() or the search.score() functions. Each expression can be followed by asc to indicate ascending, or desc to indicate descending. The default is ascending order. Ties will be broken by the match scores of documents. If no $orderby is specified, the default sort order is descending by document match score. There can be at most 32 $orderby clauses. */\n orderBy?: string;\n /** A value that specifies the syntax of the search query. The default is 'simple'. Use 'full' if your query uses the Lucene query syntax. */\n queryType?: QueryType;\n /** A value that specifies whether we want to calculate scoring statistics (such as document frequency) globally for more consistent scoring, or locally, for lower latency. The default is 'local'. Use 'global' to aggregate scoring statistics globally before scoring. Using global scoring statistics can increase latency of search queries. */\n scoringStatistics?: ScoringStatistics;\n /** A value to be used to create a sticky session, which can help getting more consistent results. As long as the same sessionId is used, a best-effort attempt will be made to target the same replica set. Be wary that reusing the same sessionID values repeatedly can interfere with the load balancing of the requests across replicas and adversely affect the performance of the search service. The value used as sessionId cannot start with a '_' character. */\n sessionId?: string;\n /** The list of parameter values to be used in scoring functions (for example, referencePointParameter) using the format name-values. For example, if the scoring profile defines a function with a parameter called 'mylocation' the parameter string would be \"mylocation--122.2,44.8\" (without the quotes). */\n scoringParameters?: string[];\n /** The name of a scoring profile to evaluate match scores for matching documents in order to sort the results. */\n scoringProfile?: string;\n /** Enables a debugging tool that can be used to further explore your reranked results. */\n debug?: QueryDebugMode;\n /** A full-text search query expression; Use \"*\" or omit this parameter to match all documents. */\n searchText?: string;\n /** The comma-separated list of field names to which to scope the full-text search. When using fielded search (fieldName:searchExpression) in a full Lucene query, the field names of each fielded search expression take precedence over any field names listed in this parameter. */\n searchFields?: string;\n /** A value that specifies whether any or all of the search terms must be matched in order to count the document as a match. */\n searchMode?: SearchMode;\n /** The comma-separated list of fields to retrieve. If unspecified, all fields marked as retrievable in the schema are included. */\n select?: string;\n /** The number of search results to skip. This value cannot be greater than 100,000. If you need to scan documents in sequence, but cannot use skip due to this limitation, consider using orderby on a totally-ordered key and filter with a range query instead. */\n skip?: number;\n /** The number of search results to retrieve. This can be used in conjunction with $skip to implement client-side paging of search results. If results are truncated due to server-side paging, the response will include a continuation token that can be used to issue another Search request for the next page of results. */\n top?: number;\n /** The name of a semantic configuration that will be used when processing documents for queries of type semantic. */\n semanticConfigurationName?: string;\n /** Allows the user to choose whether a semantic call should fail completely (default / current behavior), or to return partial results. */\n semanticErrorHandling?: SemanticErrorMode;\n /** Allows the user to set an upper bound on the amount of time it takes for semantic enrichment to finish processing before the request fails. */\n semanticMaxWaitInMilliseconds?: number;\n /** Allows setting a separate search query that will be solely used for semantic reranking, semantic captions and semantic answers. Is useful for scenarios where there is a need to use different queries between the base retrieval and ranking phase, and the L2 semantic phase. */\n semanticQuery?: string;\n /** A value that specifies whether answers should be returned as part of the search response. */\n answers?: QueryAnswerType;\n /** A value that specifies whether captions should be returned as part of the search response. */\n captions?: QueryCaptionType;\n /** The query parameters for vector and hybrid search queries. */\n vectorQueries?: VectorQueryUnion[];\n /** Determines whether or not filters are applied before or after the vector search is performed. Default is 'preFilter' for new indexes. */\n vectorFilterMode?: VectorFilterMode;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface SearchGetOptionalParams extends OperationOptions {\n /** The Accept header. */\n accept?: \"application/json;odata.metadata=none\";\n /** A full-text search query expression; Use \"*\" or omit this parameter to match all documents. */\n searchText?: string;\n /** A value that specifies whether to fetch the total count of results. Default is false. Setting this value to true may have a performance impact. Note that the count returned is an approximation. */\n includeTotalResultCount?: boolean;\n /** The list of facet expressions to apply to the search query. Each facet expression contains a field name, optionally followed by a comma-separated list of name:value pairs. */\n facets?: string[];\n /** The OData $filter expression to apply to the search query. */\n filter?: string;\n /** The list of field names to use for hit highlights. Only searchable fields can be used for hit highlighting. */\n highlightFields?: string[];\n /** A string tag that is appended to hit highlights. Must be set with highlightPreTag. Default is &lt;/em&gt;. */\n highlightPostTag?: string;\n /** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. Default is &lt;em&gt;. */\n highlightPreTag?: string;\n /** A number between 0 and 100 indicating the percentage of the index that must be covered by a search query in order for the query to be reported as a success. This parameter can be useful for ensuring search availability even for services with only one replica. The default is 100. */\n minimumCoverage?: number;\n /** The list of OData $orderby expressions by which to sort the results. Each expression can be either a field name or a call to either the geo.distance() or the search.score() functions. Each expression can be followed by asc to indicate ascending, and desc to indicate descending. The default is ascending order. Ties will be broken by the match scores of documents. If no OrderBy is specified, the default sort order is descending by document match score. There can be at most 32 $orderby clauses. */\n orderBy?: string;\n /** A value that specifies the syntax of the search query. The default is 'simple'. Use 'full' if your query uses the Lucene query syntax. */\n queryType?: QueryType;\n /** The list of parameter values to be used in scoring functions (for example, referencePointParameter) using the format name-values. For example, if the scoring profile defines a function with a parameter called 'mylocation' the parameter string would be \"mylocation--122.2,44.8\" (without the quotes). */\n scoringParameters?: string[];\n /** The name of a scoring profile to evaluate match scores for matching documents in order to sort the results. */\n scoringProfile?: string;\n /** The list of field names to which to scope the full-text search. When using fielded search (fieldName:searchExpression) in a full Lucene query, the field names of each fielded search expression take precedence over any field names listed in this parameter. */\n searchFields?: string;\n /** A value that specifies whether any or all of the search terms must be matched in order to count the document as a match. */\n searchMode?: SearchMode;\n /** A value that specifies whether we want to calculate scoring statistics (such as document frequency) globally for more consistent scoring, or locally, for lower latency. */\n scoringStatistics?: ScoringStatistics;\n /** A value to be used to create a sticky session, which can help to get more consistent results. As long as the same sessionId is used, a best-effort attempt will be made to target the same replica set. Be wary that reusing the same sessionID values repeatedly can interfere with the load balancing of the requests across replicas and adversely affect the performance of the search service. The value used as sessionId cannot start with a '_' character. */\n sessionId?: string;\n /** The list of fields to retrieve. If unspecified, all fields marked as retrievable in the schema are included. */\n select?: string;\n /** The number of search results to skip. This value cannot be greater than 100,000. If you need to scan documents in sequence, but cannot use $skip due to this limitation, consider using $orderby on a totally-ordered key and $filter with a range query instead. */\n skip?: number;\n /** The number of search results to retrieve. This can be used in conjunction with $skip to implement client-side paging of search results. If results are truncated due to server-side paging, the response will include a continuation token that can be used to issue another Search request for the next page of results. */\n top?: number;\n /** The name of the semantic configuration that lists which fields should be used for semantic ranking, captions, highlights, and answers */\n semanticConfiguration?: string;\n /** Allows the user to choose whether a semantic call should fail completely, or to return partial results (default). */\n semanticErrorHandling?: SemanticErrorMode;\n /** Allows the user to set an upper bound on the amount of time it takes for semantic enrichment to finish processing before the request fails. */\n semanticMaxWaitInMilliseconds?: number;\n /** This parameter is only valid if the query type is `semantic`. If set, the query returns answers extracted from key passages in the highest ranked documents. The number of answers returned can be configured by appending the pipe character `|` followed by the `count-<number of answers>` option after the answers parameter value, such as `extractive|count-3`. Default count is 1. The confidence threshold can be configured by appending the pipe character `|` followed by the `threshold-<confidence threshold>` option after the answers parameter value, such as `extractive|threshold-0.9`. Default threshold is 0.7. The maximum character length of answers can be configured by appending the pipe character '|' followed by the 'count-<number of maximum character length>', such as 'extractive|maxcharlength-600'. */\n answers?: QueryAnswerType;\n /** This parameter is only valid if the query type is `semantic`. If set, the query returns captions extracted from key passages in the highest ranked documents. When Captions is set to `extractive`, highlighting is enabled by default, and can be configured by appending the pipe character `|` followed by the `highlight-<true/false>` option, such as `extractive|highlight-true`. Defaults to `None`. The maximum character length of captions can be configured by appending the pipe character '|' followed by the 'count-<number of maximum character length>', such as 'extractive|maxcharlength-600'. */\n captions?: QueryCaptionType;\n /** Allows setting a separate search query that will be solely used for semantic reranking, semantic captions and semantic answers. Is useful for scenarios where there is a need to use different queries between the base retrieval and ranking phase, and the L2 semantic phase. */\n semanticQuery?: string;\n /** Enables a debugging tool that can be used to further explore your search results. */\n debug?: QueryDebugMode;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface GetDocumentCountOptionalParams extends OperationOptions {\n /** The Accept header. */\n accept?: \"application/json;odata.metadata=none\";\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n clientRequestId?: string;\n}\n"]}
@@ -0,0 +1,17 @@
1
+ import type { Client, ClientOptions } from "@azure-rest/core-client";
2
+ import type { KeyCredential, TokenCredential } from "@azure/core-auth";
3
+ export interface SearchContext extends Client {
4
+ /** The name of the index. */
5
+ indexName: string;
6
+ /** The API version to use for this operation. */
7
+ /** Known values of {@link KnownVersions} that the service accepts. */
8
+ apiVersion?: string;
9
+ }
10
+ /** Optional parameters for the client. */
11
+ export interface SearchClientOptionalParams extends ClientOptions {
12
+ /** The API version to use for this operation. */
13
+ /** Known values of {@link KnownVersions} that the service accepts. */
14
+ apiVersion?: string;
15
+ }
16
+ export declare function createSearch(endpointParam: string, credential: KeyCredential | TokenCredential, indexName: string, options?: SearchClientOptionalParams): SearchContext;
17
+ //# sourceMappingURL=searchContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchContext.d.ts","sourceRoot":"","sources":["../../../../src/search/api/searchContext.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAErE,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEvE,MAAM,WAAW,aAAc,SAAQ,MAAM;IAC3C,6BAA6B;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,iDAAiD;IACjD,sEAAsE;IACtE,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,0CAA0C;AAC1C,MAAM,WAAW,0BAA2B,SAAQ,aAAa;IAC/D,iDAAiD;IACjD,sEAAsE;IACtE,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,YAAY,CAC1B,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,aAAa,GAAG,eAAe,EAC3C,SAAS,EAAE,MAAM,EACjB,OAAO,GAAE,0BAA+B,GACvC,aAAa,CAmBf"}
@@ -0,0 +1,25 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { logger } from "../../logger.js";
4
+ import { getClient } from "@azure-rest/core-client";
5
+ export function createSearch(endpointParam, credential, indexName, options = {}) {
6
+ const endpointUrl = options.endpoint ?? String(endpointParam);
7
+ const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
8
+ const userAgentInfo = `azsdk-js-search-documents/13.0.0`;
9
+ const userAgentPrefix = prefixFromOptions
10
+ ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`
11
+ : `azsdk-js-api ${userAgentInfo}`;
12
+ const { apiVersion: _, ...updatedOptions } = {
13
+ ...options,
14
+ userAgentOptions: { userAgentPrefix },
15
+ loggingOptions: { logger: options.loggingOptions?.logger ?? logger.info },
16
+ credentials: {
17
+ scopes: options.credentials?.scopes ?? ["https://search.azure.com/.default"],
18
+ apiKeyHeaderName: options.credentials?.apiKeyHeaderName ?? "api-key",
19
+ },
20
+ };
21
+ const clientContext = getClient(endpointUrl, credential, updatedOptions);
22
+ const apiVersion = options.apiVersion;
23
+ return { ...clientContext, apiVersion, indexName };
24
+ }
25
+ //# sourceMappingURL=searchContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchContext.js","sourceRoot":"","sources":["../../../../src/search/api/searchContext.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAGzC,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAkBpD,MAAM,UAAU,YAAY,CAC1B,aAAqB,EACrB,UAA2C,EAC3C,SAAiB,EACjB,UAAsC,EAAE;IAExC,MAAM,WAAW,GAAG,OAAO,CAAC,QAAQ,IAAI,MAAM,CAAC,aAAa,CAAC,CAAC;IAC9D,MAAM,iBAAiB,GAAG,OAAO,EAAE,gBAAgB,EAAE,eAAe,CAAC;IACrE,MAAM,aAAa,GAAG,kCAAkC,CAAC;IACzD,MAAM,eAAe,GAAG,iBAAiB;QACvC,CAAC,CAAC,GAAG,iBAAiB,iBAAiB,aAAa,EAAE;QACtD,CAAC,CAAC,gBAAgB,aAAa,EAAE,CAAC;IACpC,MAAM,EAAE,UAAU,EAAE,CAAC,EAAE,GAAG,cAAc,EAAE,GAAG;QAC3C,GAAG,OAAO;QACV,gBAAgB,EAAE,EAAE,eAAe,EAAE;QACrC,cAAc,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,cAAc,EAAE,MAAM,IAAI,MAAM,CAAC,IAAI,EAAE;QACzE,WAAW,EAAE;YACX,MAAM,EAAE,OAAO,CAAC,WAAW,EAAE,MAAM,IAAI,CAAC,mCAAmC,CAAC;YAC5E,gBAAgB,EAAE,OAAO,CAAC,WAAW,EAAE,gBAAgB,IAAI,SAAS;SACrE;KACF,CAAC;IACF,MAAM,aAAa,GAAG,SAAS,CAAC,WAAW,EAAE,UAAU,EAAE,cAAc,CAAC,CAAC;IACzE,MAAM,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC;IACtC,OAAO,EAAE,GAAG,aAAa,EAAE,UAAU,EAAE,SAAS,EAAmB,CAAC;AACtE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { logger } from \"../../logger.js\";\nimport { KnownVersions } from \"../../models/models.js\";\nimport type { Client, ClientOptions } from \"@azure-rest/core-client\";\nimport { getClient } from \"@azure-rest/core-client\";\nimport type { KeyCredential, TokenCredential } from \"@azure/core-auth\";\n\nexport interface SearchContext extends Client {\n /** The name of the index. */\n indexName: string;\n /** The API version to use for this operation. */\n /** Known values of {@link KnownVersions} that the service accepts. */\n apiVersion?: string;\n}\n\n/** Optional parameters for the client. */\nexport interface SearchClientOptionalParams extends ClientOptions {\n /** The API version to use for this operation. */\n /** Known values of {@link KnownVersions} that the service accepts. */\n apiVersion?: string;\n}\n\nexport function createSearch(\n endpointParam: string,\n credential: KeyCredential | TokenCredential,\n indexName: string,\n options: SearchClientOptionalParams = {},\n): SearchContext {\n const endpointUrl = options.endpoint ?? String(endpointParam);\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentInfo = `azsdk-js-search-documents/13.0.0`;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`\n : `azsdk-js-api ${userAgentInfo}`;\n const { apiVersion: _, ...updatedOptions } = {\n ...options,\n userAgentOptions: { userAgentPrefix },\n loggingOptions: { logger: options.loggingOptions?.logger ?? logger.info },\n credentials: {\n scopes: options.credentials?.scopes ?? [\"https://search.azure.com/.default\"],\n apiKeyHeaderName: options.credentials?.apiKeyHeaderName ?? \"api-key\",\n },\n };\n const clientContext = getClient(endpointUrl, credential, updatedOptions);\n const apiVersion = options.apiVersion;\n return { ...clientContext, apiVersion, indexName } as SearchContext;\n}\n"]}
@@ -0,0 +1,3 @@
1
+ export { SearchClient } from "./searchClient.js";
2
+ export type { AutocompletePostOptionalParams, AutocompleteGetOptionalParams, IndexOptionalParams, SuggestPostOptionalParams, SuggestGetOptionalParams, GetDocumentOptionalParams, SearchPostOptionalParams, SearchGetOptionalParams, GetDocumentCountOptionalParams, SearchContext, SearchClientOptionalParams, } from "./api/index.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/search/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,YAAY,EACV,8BAA8B,EAC9B,6BAA6B,EAC7B,mBAAmB,EACnB,yBAAyB,EACzB,wBAAwB,EACxB,yBAAyB,EACzB,wBAAwB,EACxB,uBAAuB,EACvB,8BAA8B,EAC9B,aAAa,EACb,0BAA0B,GAC3B,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export { SearchClient } from "./searchClient.js";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/search/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { SearchClient } from \"./searchClient.js\";\nexport type {\n AutocompletePostOptionalParams,\n AutocompleteGetOptionalParams,\n IndexOptionalParams,\n SuggestPostOptionalParams,\n SuggestGetOptionalParams,\n GetDocumentOptionalParams,\n SearchPostOptionalParams,\n SearchGetOptionalParams,\n GetDocumentCountOptionalParams,\n SearchContext,\n SearchClientOptionalParams,\n} from \"./api/index.js\";\n"]}
@@ -0,0 +1,31 @@
1
+ import type { SearchClientOptionalParams } from "./api/index.js";
2
+ import type { SearchDocumentsResult, LookupDocument, SuggestDocumentsResult, IndexDocumentsBatch, IndexDocumentsResult, AutocompleteResult } from "../models/azure/search/documents/models.js";
3
+ import type { AutocompletePostOptionalParams, AutocompleteGetOptionalParams, IndexOptionalParams, SuggestPostOptionalParams, SuggestGetOptionalParams, GetDocumentOptionalParams, SearchPostOptionalParams, SearchGetOptionalParams, GetDocumentCountOptionalParams } from "./api/options.js";
4
+ import type { KeyCredential, TokenCredential } from "@azure/core-auth";
5
+ import type { Pipeline } from "@azure/core-rest-pipeline";
6
+ export type { SearchClientOptionalParams } from "./api/searchContext.js";
7
+ export declare class SearchClient {
8
+ private _client;
9
+ /** The pipeline used by this client to make requests */
10
+ readonly pipeline: Pipeline;
11
+ constructor(endpointParam: string, credential: KeyCredential | TokenCredential, indexName: string, options?: SearchClientOptionalParams);
12
+ /** Autocompletes incomplete query terms based on input text and matching terms in the index. */
13
+ autocompletePost(searchText: string, suggesterName: string, options?: AutocompletePostOptionalParams): Promise<AutocompleteResult>;
14
+ /** Autocompletes incomplete query terms based on input text and matching terms in the index. */
15
+ autocompleteGet(searchText: string, suggesterName: string, options?: AutocompleteGetOptionalParams): Promise<AutocompleteResult>;
16
+ /** Sends a batch of document write actions to the index. */
17
+ index(batch: IndexDocumentsBatch, options?: IndexOptionalParams): Promise<IndexDocumentsResult>;
18
+ /** Suggests documents in the index that match the given partial query text. */
19
+ suggestPost(searchText: string, suggesterName: string, options?: SuggestPostOptionalParams): Promise<SuggestDocumentsResult>;
20
+ /** Suggests documents in the index that match the given partial query text. */
21
+ suggestGet(searchText: string, suggesterName: string, options?: SuggestGetOptionalParams): Promise<SuggestDocumentsResult>;
22
+ /** Retrieves a document from the index. */
23
+ getDocument(key: string, options?: GetDocumentOptionalParams): Promise<LookupDocument>;
24
+ /** Searches for documents in the index. */
25
+ searchPost(options?: SearchPostOptionalParams): Promise<SearchDocumentsResult>;
26
+ /** Searches for documents in the index. */
27
+ searchGet(options?: SearchGetOptionalParams): Promise<SearchDocumentsResult>;
28
+ /** Queries the number of documents in the index. */
29
+ getDocumentCount(options?: GetDocumentCountOptionalParams): Promise<number>;
30
+ }
31
+ //# sourceMappingURL=searchClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchClient.d.ts","sourceRoot":"","sources":["../../../src/search/searchClient.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAiB,0BAA0B,EAAE,MAAM,gBAAgB,CAAC;AAEhF,OAAO,KAAK,EACV,qBAAqB,EACrB,cAAc,EACd,sBAAsB,EACtB,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,EACnB,MAAM,4CAA4C,CAAC;AAYpD,OAAO,KAAK,EACV,8BAA8B,EAC9B,6BAA6B,EAC7B,mBAAmB,EACnB,yBAAyB,EACzB,wBAAwB,EACxB,yBAAyB,EACzB,wBAAwB,EACxB,uBAAuB,EACvB,8BAA8B,EAC/B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACvE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAE1D,YAAY,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AAEzE,qBAAa,YAAY;IACvB,OAAO,CAAC,OAAO,CAAgB;IAC/B,wDAAwD;IACxD,SAAgB,QAAQ,EAAE,QAAQ,CAAC;gBAGjC,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,aAAa,GAAG,eAAe,EAC3C,SAAS,EAAE,MAAM,EACjB,OAAO,GAAE,0BAA+B;IAa1C,gGAAgG;IAChG,gBAAgB,CACd,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,MAAM,EACrB,OAAO,GAAE,8BAAuD,GAC/D,OAAO,CAAC,kBAAkB,CAAC;IAI9B,gGAAgG;IAChG,eAAe,CACb,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,MAAM,EACrB,OAAO,GAAE,6BAAsD,GAC9D,OAAO,CAAC,kBAAkB,CAAC;IAI9B,4DAA4D;IAC5D,KAAK,CACH,KAAK,EAAE,mBAAmB,EAC1B,OAAO,GAAE,mBAA4C,GACpD,OAAO,CAAC,oBAAoB,CAAC;IAIhC,+EAA+E;IAC/E,WAAW,CACT,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,MAAM,EACrB,OAAO,GAAE,yBAAkD,GAC1D,OAAO,CAAC,sBAAsB,CAAC;IAIlC,+EAA+E;IAC/E,UAAU,CACR,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,MAAM,EACrB,OAAO,GAAE,wBAAiD,GACzD,OAAO,CAAC,sBAAsB,CAAC;IAIlC,2CAA2C;IAC3C,WAAW,CACT,GAAG,EAAE,MAAM,EACX,OAAO,GAAE,yBAAkD,GAC1D,OAAO,CAAC,cAAc,CAAC;IAI1B,2CAA2C;IAC3C,UAAU,CACR,OAAO,GAAE,wBAAiD,GACzD,OAAO,CAAC,qBAAqB,CAAC;IAIjC,2CAA2C;IAC3C,SAAS,CACP,OAAO,GAAE,uBAAgD,GACxD,OAAO,CAAC,qBAAqB,CAAC;IAIjC,oDAAoD;IACpD,gBAAgB,CACd,OAAO,GAAE,8BAAuD,GAC/D,OAAO,CAAC,MAAM,CAAC;CAGnB"}
@@ -0,0 +1,57 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { createSearch } from "./api/index.js";
4
+ import { autocompletePost, autocompleteGet, index, suggestPost, suggestGet, getDocument, searchPost, searchGet, getDocumentCount, } from "./api/operations.js";
5
+ export class SearchClient {
6
+ _client;
7
+ /** The pipeline used by this client to make requests */
8
+ pipeline;
9
+ constructor(endpointParam, credential, indexName, options = {}) {
10
+ const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
11
+ const userAgentPrefix = prefixFromOptions
12
+ ? `${prefixFromOptions} azsdk-js-client`
13
+ : `azsdk-js-client`;
14
+ this._client = createSearch(endpointParam, credential, indexName, {
15
+ ...options,
16
+ userAgentOptions: { userAgentPrefix },
17
+ });
18
+ this.pipeline = this._client.pipeline;
19
+ }
20
+ /** Autocompletes incomplete query terms based on input text and matching terms in the index. */
21
+ autocompletePost(searchText, suggesterName, options = { requestOptions: {} }) {
22
+ return autocompletePost(this._client, searchText, suggesterName, options);
23
+ }
24
+ /** Autocompletes incomplete query terms based on input text and matching terms in the index. */
25
+ autocompleteGet(searchText, suggesterName, options = { requestOptions: {} }) {
26
+ return autocompleteGet(this._client, searchText, suggesterName, options);
27
+ }
28
+ /** Sends a batch of document write actions to the index. */
29
+ index(batch, options = { requestOptions: {} }) {
30
+ return index(this._client, batch, options);
31
+ }
32
+ /** Suggests documents in the index that match the given partial query text. */
33
+ suggestPost(searchText, suggesterName, options = { requestOptions: {} }) {
34
+ return suggestPost(this._client, searchText, suggesterName, options);
35
+ }
36
+ /** Suggests documents in the index that match the given partial query text. */
37
+ suggestGet(searchText, suggesterName, options = { requestOptions: {} }) {
38
+ return suggestGet(this._client, searchText, suggesterName, options);
39
+ }
40
+ /** Retrieves a document from the index. */
41
+ getDocument(key, options = { requestOptions: {} }) {
42
+ return getDocument(this._client, key, options);
43
+ }
44
+ /** Searches for documents in the index. */
45
+ searchPost(options = { requestOptions: {} }) {
46
+ return searchPost(this._client, options);
47
+ }
48
+ /** Searches for documents in the index. */
49
+ searchGet(options = { requestOptions: {} }) {
50
+ return searchGet(this._client, options);
51
+ }
52
+ /** Queries the number of documents in the index. */
53
+ getDocumentCount(options = { requestOptions: {} }) {
54
+ return getDocumentCount(this._client, options);
55
+ }
56
+ }
57
+ //# sourceMappingURL=searchClient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchClient.js","sourceRoot":"","sources":["../../../src/search/searchClient.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { SearchContext, SearchClientOptionalParams } from \"./api/index.js\";\nimport { createSearch } from \"./api/index.js\";\nimport type {\n SearchDocumentsResult,\n LookupDocument,\n SuggestDocumentsResult,\n IndexDocumentsBatch,\n IndexDocumentsResult,\n AutocompleteResult,\n} from \"../models/azure/search/documents/models.js\";\nimport {\n autocompletePost,\n autocompleteGet,\n index,\n suggestPost,\n suggestGet,\n getDocument,\n searchPost,\n searchGet,\n getDocumentCount,\n} from \"./api/operations.js\";\nimport type {\n AutocompletePostOptionalParams,\n AutocompleteGetOptionalParams,\n IndexOptionalParams,\n SuggestPostOptionalParams,\n SuggestGetOptionalParams,\n GetDocumentOptionalParams,\n SearchPostOptionalParams,\n SearchGetOptionalParams,\n GetDocumentCountOptionalParams,\n} from \"./api/options.js\";\nimport type { KeyCredential, TokenCredential } from \"@azure/core-auth\";\nimport type { Pipeline } from \"@azure/core-rest-pipeline\";\n\nexport type { SearchClientOptionalParams } from \"./api/searchContext.js\";\n\nexport class SearchClient {\n private _client: SearchContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n constructor(\n endpointParam: string,\n credential: KeyCredential | TokenCredential,\n indexName: string,\n options: SearchClientOptionalParams = {},\n ) {\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createSearch(endpointParam, credential, indexName, {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n }\n\n /** Autocompletes incomplete query terms based on input text and matching terms in the index. */\n autocompletePost(\n searchText: string,\n suggesterName: string,\n options: AutocompletePostOptionalParams = { requestOptions: {} },\n ): Promise<AutocompleteResult> {\n return autocompletePost(this._client, searchText, suggesterName, options);\n }\n\n /** Autocompletes incomplete query terms based on input text and matching terms in the index. */\n autocompleteGet(\n searchText: string,\n suggesterName: string,\n options: AutocompleteGetOptionalParams = { requestOptions: {} },\n ): Promise<AutocompleteResult> {\n return autocompleteGet(this._client, searchText, suggesterName, options);\n }\n\n /** Sends a batch of document write actions to the index. */\n index(\n batch: IndexDocumentsBatch,\n options: IndexOptionalParams = { requestOptions: {} },\n ): Promise<IndexDocumentsResult> {\n return index(this._client, batch, options);\n }\n\n /** Suggests documents in the index that match the given partial query text. */\n suggestPost(\n searchText: string,\n suggesterName: string,\n options: SuggestPostOptionalParams = { requestOptions: {} },\n ): Promise<SuggestDocumentsResult> {\n return suggestPost(this._client, searchText, suggesterName, options);\n }\n\n /** Suggests documents in the index that match the given partial query text. */\n suggestGet(\n searchText: string,\n suggesterName: string,\n options: SuggestGetOptionalParams = { requestOptions: {} },\n ): Promise<SuggestDocumentsResult> {\n return suggestGet(this._client, searchText, suggesterName, options);\n }\n\n /** Retrieves a document from the index. */\n getDocument(\n key: string,\n options: GetDocumentOptionalParams = { requestOptions: {} },\n ): Promise<LookupDocument> {\n return getDocument(this._client, key, options);\n }\n\n /** Searches for documents in the index. */\n searchPost(\n options: SearchPostOptionalParams = { requestOptions: {} },\n ): Promise<SearchDocumentsResult> {\n return searchPost(this._client, options);\n }\n\n /** Searches for documents in the index. */\n searchGet(\n options: SearchGetOptionalParams = { requestOptions: {} },\n ): Promise<SearchDocumentsResult> {\n return searchGet(this._client, options);\n }\n\n /** Queries the number of documents in the index. */\n getDocumentCount(\n options: GetDocumentCountOptionalParams = { requestOptions: {} },\n ): Promise<number> {\n return getDocumentCount(this._client, options);\n }\n}\n"]}
@@ -1,14 +1,14 @@
1
1
  import type { KeyCredential, TokenCredential } from "@azure/core-auth";
2
- import type { ExtendedCommonClientOptions } from "@azure/core-http-compat";
3
- import type { Pipeline } from "@azure/core-rest-pipeline";
4
- import type { AutocompleteResult, IndexDocumentsResult } from "./generated/data/models/index.js";
2
+ import { type Pipeline } from "@azure/core-rest-pipeline";
3
+ import type { AutocompleteResult, IndexDocumentsResult } from "./models/azure/search/documents/index.js";
5
4
  import { IndexDocumentsBatch } from "./indexDocumentsBatch.js";
6
5
  import type { AutocompleteOptions, CountDocumentsOptions, DeleteDocumentsOptions, GetDocumentOptions, IndexDocumentsOptions, MergeDocumentsOptions, MergeOrUploadDocumentsOptions, NarrowedModel, SearchDocumentsResult, SearchOptions, SelectFields, SuggestDocumentsResult, SuggestOptions, UploadDocumentsOptions } from "./indexModels.js";
7
6
  import type { IndexDocumentsClient } from "./searchIndexingBufferedSender.js";
7
+ import type { ClientOptions } from "@azure-rest/core-client";
8
8
  /**
9
9
  * Client options used to configure AI Search API requests.
10
10
  */
11
- export interface SearchClientOptions extends ExtendedCommonClientOptions {
11
+ export interface SearchClientOptions extends ClientOptions {
12
12
  /**
13
13
  * The API version to use when communicating with the service.
14
14
  * @deprecated use {@link serviceVersion} instead
@@ -267,11 +267,9 @@ export declare class SearchClient<TModel extends object> implements IndexDocumen
267
267
  private convertSelect;
268
268
  private convertVectorQueryFields;
269
269
  private convertSearchFields;
270
- private convertSemanticFields;
271
270
  private convertOrderBy;
272
271
  private convertQueryAnswers;
273
272
  private convertQueryCaptions;
274
273
  private convertVectorQuery;
275
- private convertQueryRewrites;
276
274
  }
277
275
  //# sourceMappingURL=searchClient.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"searchClient.d.ts","sourceRoot":"","sources":["../../src/searchClient.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"searchClient.d.ts","sourceRoot":"","sources":["../../src/searchClient.ts"],"names":[],"mappings":"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"}