@azure/search-documents 12.3.0-beta.1 → 13.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/browser/base64.d.ts +1 -1
- package/dist/browser/base64.d.ts.map +1 -0
- package/dist/browser/base64.js +4 -3
- package/dist/browser/base64.js.map +1 -0
- package/dist/browser/index.d.ts +14 -12
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -4
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/indexModels.d.ts +35 -99
- package/dist/browser/indexModels.d.ts.map +1 -1
- package/dist/browser/indexModels.js.map +1 -1
- package/dist/browser/knowledgeBaseModels.d.ts +27 -13
- package/dist/browser/knowledgeBaseModels.d.ts.map +1 -1
- package/dist/browser/knowledgeBaseModels.js.map +1 -1
- package/dist/browser/knowledgeBaseRetrieval/api/index.d.ts +5 -0
- package/dist/browser/knowledgeBaseRetrieval/api/index.d.ts.map +1 -0
- package/dist/browser/knowledgeBaseRetrieval/api/index.js +5 -0
- package/dist/browser/knowledgeBaseRetrieval/api/index.js.map +1 -0
- package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +17 -0
- package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -0
- package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +25 -0
- package/dist/browser/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -0
- package/dist/browser/knowledgeBaseRetrieval/api/operations.d.ts +9 -0
- package/dist/browser/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -0
- package/dist/browser/knowledgeBaseRetrieval/api/operations.js +48 -0
- package/dist/browser/knowledgeBaseRetrieval/api/operations.js.map +1 -0
- package/dist/browser/knowledgeBaseRetrieval/api/options.d.ts +11 -0
- package/dist/browser/knowledgeBaseRetrieval/api/options.d.ts.map +1 -0
- package/dist/browser/knowledgeBaseRetrieval/api/options.js +4 -0
- package/dist/browser/knowledgeBaseRetrieval/api/options.js.map +1 -0
- package/dist/browser/knowledgeBaseRetrieval/index.d.ts +3 -0
- package/dist/browser/knowledgeBaseRetrieval/index.d.ts.map +1 -0
- package/dist/browser/knowledgeBaseRetrieval/index.js +4 -0
- package/dist/browser/knowledgeBaseRetrieval/index.js.map +1 -0
- package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +15 -0
- package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -0
- package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +25 -0
- package/dist/browser/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +1 -0
- package/dist/browser/knowledgeRetrievalClient.d.ts +5 -5
- package/dist/browser/knowledgeRetrievalClient.d.ts.map +1 -1
- package/dist/browser/knowledgeRetrievalClient.js +11 -19
- package/dist/browser/knowledgeRetrievalClient.js.map +1 -1
- package/dist/browser/models/azure/search/documents/index.d.ts +3 -0
- package/dist/browser/models/azure/search/documents/index.d.ts.map +1 -0
- package/dist/browser/models/azure/search/documents/index.js +4 -0
- package/dist/browser/models/azure/search/documents/index.js.map +1 -0
- package/dist/browser/models/azure/search/documents/indexes/index.d.ts +3 -0
- package/dist/browser/models/azure/search/documents/indexes/index.d.ts.map +1 -0
- package/dist/browser/models/azure/search/documents/indexes/index.js +4 -0
- package/dist/browser/models/azure/search/documents/indexes/index.js.map +1 -0
- package/dist/browser/models/azure/search/documents/indexes/models.d.ts +6009 -0
- package/dist/browser/models/azure/search/documents/indexes/models.d.ts.map +1 -0
- package/dist/browser/models/azure/search/documents/indexes/models.js +7488 -0
- package/dist/browser/models/azure/search/documents/indexes/models.js.map +1 -0
- package/dist/browser/models/azure/search/documents/knowledgeBases/index.d.ts +3 -0
- package/dist/browser/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -0
- package/dist/browser/models/azure/search/documents/knowledgeBases/index.js +4 -0
- package/dist/browser/models/azure/search/documents/knowledgeBases/index.js.map +1 -0
- package/dist/browser/models/azure/search/documents/knowledgeBases/models.d.ts +1112 -0
- package/dist/browser/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -0
- package/dist/browser/models/azure/search/documents/knowledgeBases/models.js +1414 -0
- package/dist/browser/models/azure/search/documents/knowledgeBases/models.js.map +1 -0
- package/dist/browser/models/azure/search/documents/models.d.ts +1001 -0
- package/dist/browser/models/azure/search/documents/models.d.ts.map +1 -0
- package/dist/browser/models/azure/search/documents/models.js +1021 -0
- package/dist/browser/models/azure/search/documents/models.js.map +1 -0
- package/dist/browser/models/index.d.ts +4 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +52 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +43 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/search/api/index.d.ts +5 -0
- package/dist/browser/search/api/index.d.ts.map +1 -0
- package/dist/browser/search/api/index.js +5 -0
- package/dist/browser/search/api/index.js.map +1 -0
- package/dist/browser/search/api/operations.d.ts +41 -0
- package/dist/browser/search/api/operations.d.ts.map +1 -0
- package/dist/browser/search/api/operations.js +493 -0
- package/dist/browser/search/api/operations.js.map +1 -0
- package/dist/browser/search/api/options.d.ts +274 -0
- package/dist/browser/search/api/options.d.ts.map +1 -0
- package/dist/browser/search/api/options.js +4 -0
- package/dist/browser/search/api/options.js.map +1 -0
- package/dist/browser/search/api/searchContext.d.ts +17 -0
- package/dist/browser/search/api/searchContext.d.ts.map +1 -0
- package/dist/browser/search/api/searchContext.js +25 -0
- package/dist/browser/search/api/searchContext.js.map +1 -0
- package/dist/browser/search/index.d.ts +3 -0
- package/dist/browser/search/index.d.ts.map +1 -0
- package/dist/browser/search/index.js +4 -0
- package/dist/browser/search/index.js.map +1 -0
- package/dist/browser/search/searchClient.d.ts +31 -0
- package/dist/browser/search/searchClient.d.ts.map +1 -0
- package/dist/browser/search/searchClient.js +57 -0
- package/dist/browser/search/searchClient.js.map +1 -0
- package/dist/browser/searchClient.d.ts +5 -6
- package/dist/browser/searchClient.d.ts.map +1 -1
- package/dist/browser/searchClient.js +103 -237
- package/dist/browser/searchClient.js.map +1 -1
- package/dist/browser/searchIndex/api/index.d.ts +5 -0
- package/dist/browser/searchIndex/api/index.d.ts.map +1 -0
- package/dist/browser/searchIndex/api/index.js +5 -0
- package/dist/browser/searchIndex/api/index.js.map +1 -0
- package/dist/browser/searchIndex/api/operations.d.ts +144 -0
- package/dist/browser/searchIndex/api/operations.d.ts.map +1 -0
- package/dist/browser/searchIndex/api/operations.js +1285 -0
- package/dist/browser/searchIndex/api/operations.js.map +1 -0
- package/dist/browser/searchIndex/api/options.d.ts +304 -0
- package/dist/browser/searchIndex/api/options.d.ts.map +1 -0
- package/dist/browser/searchIndex/api/options.js +4 -0
- package/dist/browser/searchIndex/api/options.js.map +1 -0
- package/dist/browser/searchIndex/api/searchIndexContext.d.ts +15 -0
- package/dist/browser/searchIndex/api/searchIndexContext.d.ts.map +1 -0
- package/dist/browser/searchIndex/api/searchIndexContext.js +25 -0
- package/dist/browser/searchIndex/api/searchIndexContext.js.map +1 -0
- package/dist/browser/searchIndex/index.d.ts +3 -0
- package/dist/browser/searchIndex/index.d.ts.map +1 -0
- package/dist/browser/searchIndex/index.js +4 -0
- package/dist/browser/searchIndex/index.js.map +1 -0
- package/dist/browser/searchIndex/searchIndexClient.d.ts +83 -0
- package/dist/browser/searchIndex/searchIndexClient.d.ts.map +1 -0
- package/dist/browser/searchIndex/searchIndexClient.js +157 -0
- package/dist/browser/searchIndex/searchIndexClient.js.map +1 -0
- package/dist/browser/searchIndexClient.d.ts +33 -22
- package/dist/browser/searchIndexClient.d.ts.map +1 -1
- package/dist/browser/searchIndexClient.js +145 -615
- package/dist/browser/searchIndexClient.js.map +1 -1
- package/dist/browser/searchIndexer/api/index.d.ts +5 -0
- package/dist/browser/searchIndexer/api/index.d.ts.map +1 -0
- package/dist/browser/searchIndexer/api/index.js +5 -0
- package/dist/browser/searchIndexer/api/index.js.map +1 -0
- package/dist/browser/searchIndexer/api/operations.d.ts +89 -0
- package/dist/browser/searchIndexer/api/operations.d.ts.map +1 -0
- package/dist/browser/searchIndexer/api/operations.js +801 -0
- package/dist/browser/searchIndexer/api/operations.js.map +1 -0
- package/dist/browser/searchIndexer/api/options.d.ts +194 -0
- package/dist/browser/searchIndexer/api/options.d.ts.map +1 -0
- package/dist/browser/searchIndexer/api/options.js +4 -0
- package/dist/browser/searchIndexer/api/options.js.map +1 -0
- package/dist/browser/searchIndexer/api/searchIndexerContext.d.ts +15 -0
- package/dist/browser/searchIndexer/api/searchIndexerContext.d.ts.map +1 -0
- package/dist/browser/searchIndexer/api/searchIndexerContext.js +25 -0
- package/dist/browser/searchIndexer/api/searchIndexerContext.js.map +1 -0
- package/dist/browser/searchIndexer/index.d.ts +3 -0
- package/dist/browser/searchIndexer/index.d.ts.map +1 -0
- package/dist/browser/searchIndexer/index.js +4 -0
- package/dist/browser/searchIndexer/index.js.map +1 -0
- package/dist/browser/searchIndexer/searchIndexerClient.d.ts +55 -0
- package/dist/browser/searchIndexer/searchIndexerClient.d.ts.map +1 -0
- package/dist/browser/searchIndexer/searchIndexerClient.js +105 -0
- package/dist/browser/searchIndexer/searchIndexerClient.js.map +1 -0
- package/dist/browser/searchIndexerClient.d.ts +17 -10
- package/dist/browser/searchIndexerClient.d.ts.map +1 -1
- package/dist/browser/searchIndexerClient.js +103 -339
- package/dist/browser/searchIndexerClient.js.map +1 -1
- package/dist/browser/searchIndexingBufferedSender.d.ts +1 -1
- package/dist/browser/searchIndexingBufferedSender.d.ts.map +1 -1
- package/dist/browser/searchIndexingBufferedSender.js +4 -8
- package/dist/browser/searchIndexingBufferedSender.js.map +1 -1
- package/dist/browser/serviceModels.d.ts +300 -172
- package/dist/browser/serviceModels.d.ts.map +1 -1
- package/dist/browser/serviceModels.js.map +1 -1
- package/dist/browser/serviceUtils.d.ts +52 -10
- package/dist/browser/serviceUtils.d.ts.map +1 -1
- package/dist/browser/serviceUtils.js +236 -162
- package/dist/browser/serviceUtils.js.map +1 -1
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/build-csv-collection.d.ts +2 -0
- package/dist/browser/static-helpers/serialization/build-csv-collection.d.ts.map +1 -0
- package/dist/browser/static-helpers/serialization/build-csv-collection.js +6 -0
- package/dist/browser/static-helpers/serialization/build-csv-collection.js.map +1 -0
- package/dist/browser/static-helpers/serialization/build-newline-collection.d.ts +2 -0
- package/dist/browser/static-helpers/serialization/build-newline-collection.d.ts.map +1 -0
- package/dist/browser/static-helpers/serialization/build-newline-collection.js +6 -0
- package/dist/browser/static-helpers/serialization/build-newline-collection.js.map +1 -0
- package/dist/browser/static-helpers/serialization/build-pipe-collection.d.ts +2 -0
- package/dist/browser/static-helpers/serialization/build-pipe-collection.d.ts.map +1 -0
- package/dist/browser/static-helpers/serialization/build-pipe-collection.js +6 -0
- package/dist/browser/static-helpers/serialization/build-pipe-collection.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/serialization/parse-csv-collection.d.ts +2 -0
- package/dist/browser/static-helpers/serialization/parse-csv-collection.d.ts.map +1 -0
- package/dist/browser/static-helpers/serialization/parse-csv-collection.js +6 -0
- package/dist/browser/static-helpers/serialization/parse-csv-collection.js.map +1 -0
- package/dist/browser/static-helpers/serialization/parse-newline-collection.d.ts +2 -0
- package/dist/browser/static-helpers/serialization/parse-newline-collection.d.ts.map +1 -0
- package/dist/browser/static-helpers/serialization/parse-newline-collection.js +6 -0
- package/dist/browser/static-helpers/serialization/parse-newline-collection.js.map +1 -0
- package/dist/browser/static-helpers/serialization/parse-pipe-collection.d.ts +2 -0
- package/dist/browser/static-helpers/serialization/parse-pipe-collection.d.ts.map +1 -0
- package/dist/browser/static-helpers/serialization/parse-pipe-collection.js +6 -0
- package/dist/browser/static-helpers/serialization/parse-pipe-collection.js.map +1 -0
- package/dist/browser/static-helpers/serialization/serialize-record.d.ts +2 -0
- package/dist/browser/static-helpers/serialization/serialize-record.d.ts.map +1 -0
- package/dist/browser/static-helpers/serialization/serialize-record.js +19 -0
- package/dist/browser/static-helpers/serialization/serialize-record.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/browser/synonymMapHelper-browser.d.mts +11 -0
- package/dist/browser/synonymMapHelper-browser.mjs +14 -0
- package/dist/browser/synonymMapHelper-browser.mjs.map +1 -1
- package/dist/browser/timers-browser.d.mts +8 -0
- package/dist/browser/timers-browser.d.mts.map +1 -0
- package/dist/browser/timers-browser.mjs +13 -0
- package/dist/browser/timers-browser.mjs.map +1 -0
- package/dist/browser/tracing.d.ts +5 -0
- package/dist/browser/tracing.d.ts.map +1 -1
- package/dist/browser/tracing.js +1 -1
- package/dist/browser/tracing.js.map +1 -1
- package/dist/browser/walk.js +1 -1
- package/dist/browser/walk.js.map +1 -1
- package/dist/commonjs/base64.d.ts.map +1 -1
- package/dist/commonjs/base64.js +32 -17
- package/dist/commonjs/base64.js.map +7 -1
- package/dist/commonjs/geographyPoint.js +51 -37
- package/dist/commonjs/geographyPoint.js.map +7 -1
- package/dist/commonjs/index.d.ts +13 -11
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +226 -109
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/indexDocumentsBatch.js +96 -81
- package/dist/commonjs/indexDocumentsBatch.js.map +7 -1
- package/dist/commonjs/indexModels.d.ts +35 -99
- package/dist/commonjs/indexModels.d.ts.map +1 -1
- package/dist/commonjs/indexModels.js +16 -5
- package/dist/commonjs/indexModels.js.map +7 -1
- package/dist/commonjs/knowledgeBaseModels.d.ts +27 -13
- package/dist/commonjs/knowledgeBaseModels.d.ts.map +1 -1
- package/dist/commonjs/knowledgeBaseModels.js +16 -5
- package/dist/commonjs/knowledgeBaseModels.js.map +7 -1
- package/dist/commonjs/knowledgeBaseRetrieval/api/index.d.ts +5 -0
- package/dist/commonjs/knowledgeBaseRetrieval/api/index.d.ts.map +1 -0
- package/dist/commonjs/knowledgeBaseRetrieval/api/index.js +31 -0
- package/dist/commonjs/knowledgeBaseRetrieval/api/index.js.map +7 -0
- package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +17 -0
- package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -0
- package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +47 -0
- package/dist/commonjs/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +7 -0
- package/dist/commonjs/knowledgeBaseRetrieval/api/operations.d.ts +9 -0
- package/dist/commonjs/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -0
- package/dist/commonjs/knowledgeBaseRetrieval/api/operations.js +73 -0
- package/dist/commonjs/knowledgeBaseRetrieval/api/operations.js.map +7 -0
- package/dist/commonjs/knowledgeBaseRetrieval/api/options.d.ts +11 -0
- package/dist/commonjs/knowledgeBaseRetrieval/api/options.d.ts.map +1 -0
- package/dist/commonjs/knowledgeBaseRetrieval/api/options.js +16 -0
- package/dist/commonjs/knowledgeBaseRetrieval/api/options.js.map +7 -0
- package/dist/commonjs/knowledgeBaseRetrieval/index.d.ts +3 -0
- package/dist/commonjs/knowledgeBaseRetrieval/index.d.ts.map +1 -0
- package/dist/commonjs/knowledgeBaseRetrieval/index.js +28 -0
- package/dist/commonjs/knowledgeBaseRetrieval/index.js.map +7 -0
- package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +15 -0
- package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -0
- package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +47 -0
- package/dist/commonjs/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +7 -0
- package/dist/commonjs/knowledgeRetrievalClient.d.ts +5 -5
- package/dist/commonjs/knowledgeRetrievalClient.d.ts.map +1 -1
- package/dist/commonjs/knowledgeRetrievalClient.js +134 -109
- package/dist/commonjs/knowledgeRetrievalClient.js.map +7 -1
- package/dist/commonjs/logger.js +29 -11
- package/dist/commonjs/logger.js.map +7 -1
- package/dist/commonjs/models/azure/search/documents/index.d.ts +3 -0
- package/dist/commonjs/models/azure/search/documents/index.d.ts.map +1 -0
- package/dist/commonjs/models/azure/search/documents/index.js +58 -0
- package/dist/commonjs/models/azure/search/documents/index.js.map +7 -0
- package/dist/commonjs/models/azure/search/documents/indexes/index.d.ts +3 -0
- package/dist/commonjs/models/azure/search/documents/indexes/index.d.ts.map +1 -0
- package/dist/commonjs/models/azure/search/documents/indexes/index.js +158 -0
- package/dist/commonjs/models/azure/search/documents/indexes/index.js.map +7 -0
- package/dist/commonjs/models/azure/search/documents/indexes/models.d.ts +6009 -0
- package/dist/commonjs/models/azure/search/documents/indexes/models.d.ts.map +1 -0
- package/dist/commonjs/models/azure/search/documents/indexes/models.js +7510 -0
- package/dist/commonjs/models/azure/search/documents/indexes/models.js.map +7 -0
- package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.d.ts +3 -0
- package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -0
- package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.js +38 -0
- package/dist/commonjs/models/azure/search/documents/knowledgeBases/index.js.map +7 -0
- package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.d.ts +1112 -0
- package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -0
- package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.js +1594 -0
- package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.js.map +7 -0
- package/dist/commonjs/models/azure/search/documents/models.d.ts +1001 -0
- package/dist/commonjs/models/azure/search/documents/models.d.ts.map +1 -0
- package/dist/commonjs/models/azure/search/documents/models.js +1046 -0
- package/dist/commonjs/models/azure/search/documents/models.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +4 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +30 -0
- package/dist/commonjs/models/index.js.map +7 -0
- package/dist/commonjs/models/models.d.ts +52 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +68 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/odata.js +49 -45
- package/dist/commonjs/odata.js.map +7 -1
- package/dist/commonjs/odataMetadataPolicy.js +34 -17
- package/dist/commonjs/odataMetadataPolicy.js.map +7 -1
- package/dist/commonjs/search/api/index.d.ts +5 -0
- package/dist/commonjs/search/api/index.d.ts.map +1 -0
- package/dist/commonjs/search/api/index.js +47 -0
- package/dist/commonjs/search/api/index.js.map +7 -0
- package/dist/commonjs/search/api/operations.d.ts +41 -0
- package/dist/commonjs/search/api/operations.d.ts.map +1 -0
- package/dist/commonjs/search/api/operations.js +530 -0
- package/dist/commonjs/search/api/operations.js.map +7 -0
- package/dist/commonjs/search/api/options.d.ts +274 -0
- package/dist/commonjs/search/api/options.d.ts.map +1 -0
- package/dist/commonjs/search/api/options.js +16 -0
- package/dist/commonjs/search/api/options.js.map +7 -0
- package/dist/commonjs/search/api/searchContext.d.ts +17 -0
- package/dist/commonjs/search/api/searchContext.d.ts.map +1 -0
- package/dist/commonjs/search/api/searchContext.js +47 -0
- package/dist/commonjs/search/api/searchContext.js.map +7 -0
- package/dist/commonjs/search/index.d.ts +3 -0
- package/dist/commonjs/search/index.d.ts.map +1 -0
- package/dist/commonjs/search/index.js +28 -0
- package/dist/commonjs/search/index.js.map +7 -0
- package/dist/commonjs/search/searchClient.d.ts +31 -0
- package/dist/commonjs/search/searchClient.d.ts.map +1 -0
- package/dist/commonjs/search/searchClient.js +79 -0
- package/dist/commonjs/search/searchClient.js.map +7 -0
- package/dist/commonjs/searchApiKeyCredentialPolicy.js +36 -19
- package/dist/commonjs/searchApiKeyCredentialPolicy.js.map +7 -1
- package/dist/commonjs/searchAudience.js +33 -24
- package/dist/commonjs/searchAudience.js.map +7 -1
- package/dist/commonjs/searchClient.d.ts +5 -6
- package/dist/commonjs/searchClient.d.ts.map +1 -1
- package/dist/commonjs/searchClient.js +658 -700
- package/dist/commonjs/searchClient.js.map +7 -1
- package/dist/commonjs/searchIndex/api/index.d.ts +5 -0
- package/dist/commonjs/searchIndex/api/index.d.ts.map +1 -0
- package/dist/commonjs/searchIndex/api/index.js +97 -0
- package/dist/commonjs/searchIndex/api/index.js.map +7 -0
- package/dist/commonjs/searchIndex/api/operations.d.ts +144 -0
- package/dist/commonjs/searchIndex/api/operations.d.ts.map +1 -0
- package/dist/commonjs/searchIndex/api/operations.js +1527 -0
- package/dist/commonjs/searchIndex/api/operations.js.map +7 -0
- package/dist/commonjs/searchIndex/api/options.d.ts +304 -0
- package/dist/commonjs/searchIndex/api/options.d.ts.map +1 -0
- package/dist/commonjs/searchIndex/api/options.js +16 -0
- package/dist/commonjs/searchIndex/api/options.js.map +7 -0
- package/dist/commonjs/searchIndex/api/searchIndexContext.d.ts +15 -0
- package/dist/commonjs/searchIndex/api/searchIndexContext.d.ts.map +1 -0
- package/dist/commonjs/searchIndex/api/searchIndexContext.js +47 -0
- package/dist/commonjs/searchIndex/api/searchIndexContext.js.map +7 -0
- package/dist/commonjs/searchIndex/index.d.ts +3 -0
- package/dist/commonjs/searchIndex/index.d.ts.map +1 -0
- package/dist/commonjs/searchIndex/index.js +28 -0
- package/dist/commonjs/searchIndex/index.js.map +7 -0
- package/dist/commonjs/searchIndex/searchIndexClient.d.ts +83 -0
- package/dist/commonjs/searchIndex/searchIndexClient.d.ts.map +1 -0
- package/dist/commonjs/searchIndex/searchIndexClient.js +179 -0
- package/dist/commonjs/searchIndex/searchIndexClient.js.map +7 -0
- package/dist/commonjs/searchIndexClient.d.ts +33 -22
- package/dist/commonjs/searchIndexClient.d.ts.map +1 -1
- package/dist/commonjs/searchIndexClient.js +679 -977
- package/dist/commonjs/searchIndexClient.js.map +7 -1
- package/dist/commonjs/searchIndexer/api/index.d.ts +5 -0
- package/dist/commonjs/searchIndexer/api/index.d.ts.map +1 -0
- package/dist/commonjs/searchIndexer/api/index.js +71 -0
- package/dist/commonjs/searchIndexer/api/index.js.map +7 -0
- package/dist/commonjs/searchIndexer/api/operations.d.ts +89 -0
- package/dist/commonjs/searchIndexer/api/operations.d.ts.map +1 -0
- package/dist/commonjs/searchIndexer/api/operations.js +926 -0
- package/dist/commonjs/searchIndexer/api/operations.js.map +7 -0
- package/dist/commonjs/searchIndexer/api/options.d.ts +194 -0
- package/dist/commonjs/searchIndexer/api/options.d.ts.map +1 -0
- package/dist/commonjs/searchIndexer/api/options.js +16 -0
- package/dist/commonjs/searchIndexer/api/options.js.map +7 -0
- package/dist/commonjs/searchIndexer/api/searchIndexerContext.d.ts +15 -0
- package/dist/commonjs/searchIndexer/api/searchIndexerContext.d.ts.map +1 -0
- package/dist/commonjs/searchIndexer/api/searchIndexerContext.js +47 -0
- package/dist/commonjs/searchIndexer/api/searchIndexerContext.js.map +7 -0
- package/dist/commonjs/searchIndexer/index.d.ts +3 -0
- package/dist/commonjs/searchIndexer/index.d.ts.map +1 -0
- package/dist/commonjs/searchIndexer/index.js +28 -0
- package/dist/commonjs/searchIndexer/index.js.map +7 -0
- package/dist/commonjs/searchIndexer/searchIndexerClient.d.ts +55 -0
- package/dist/commonjs/searchIndexer/searchIndexerClient.d.ts.map +1 -0
- package/dist/commonjs/searchIndexer/searchIndexerClient.js +127 -0
- package/dist/commonjs/searchIndexer/searchIndexerClient.js.map +7 -0
- package/dist/commonjs/searchIndexerClient.d.ts +17 -10
- package/dist/commonjs/searchIndexerClient.d.ts.map +1 -1
- package/dist/commonjs/searchIndexerClient.js +529 -642
- package/dist/commonjs/searchIndexerClient.js.map +7 -1
- package/dist/commonjs/searchIndexingBufferedSender.d.ts +1 -1
- package/dist/commonjs/searchIndexingBufferedSender.d.ts.map +1 -1
- package/dist/commonjs/searchIndexingBufferedSender.js +310 -313
- package/dist/commonjs/searchIndexingBufferedSender.js.map +7 -1
- package/dist/commonjs/serialization.js +146 -117
- package/dist/commonjs/serialization.js.map +7 -1
- package/dist/commonjs/serviceModels.d.ts +300 -172
- package/dist/commonjs/serviceModels.d.ts.map +1 -1
- package/dist/commonjs/serviceModels.js +189 -657
- package/dist/commonjs/serviceModels.js.map +7 -1
- package/dist/commonjs/serviceUtils.d.ts +52 -10
- package/dist/commonjs/serviceUtils.d.ts.map +1 -1
- package/dist/commonjs/serviceUtils.js +854 -721
- package/dist/commonjs/serviceUtils.js.map +7 -1
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/build-csv-collection.d.ts +2 -0
- package/dist/commonjs/static-helpers/serialization/build-csv-collection.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/serialization/build-csv-collection.js +30 -0
- package/dist/commonjs/static-helpers/serialization/build-csv-collection.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/build-newline-collection.d.ts +2 -0
- package/dist/commonjs/static-helpers/serialization/build-newline-collection.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/serialization/build-newline-collection.js +30 -0
- package/dist/commonjs/static-helpers/serialization/build-newline-collection.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/build-pipe-collection.d.ts +2 -0
- package/dist/commonjs/static-helpers/serialization/build-pipe-collection.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/serialization/build-pipe-collection.js +30 -0
- package/dist/commonjs/static-helpers/serialization/build-pipe-collection.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/parse-csv-collection.d.ts +2 -0
- package/dist/commonjs/static-helpers/serialization/parse-csv-collection.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/serialization/parse-csv-collection.js +30 -0
- package/dist/commonjs/static-helpers/serialization/parse-csv-collection.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/parse-newline-collection.d.ts +2 -0
- package/dist/commonjs/static-helpers/serialization/parse-newline-collection.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/serialization/parse-newline-collection.js +30 -0
- package/dist/commonjs/static-helpers/serialization/parse-newline-collection.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/parse-pipe-collection.d.ts +2 -0
- package/dist/commonjs/static-helpers/serialization/parse-pipe-collection.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/serialization/parse-pipe-collection.js +30 -0
- package/dist/commonjs/static-helpers/serialization/parse-pipe-collection.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.d.ts +2 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.js +42 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/synonymMapHelper.js +45 -26
- package/dist/commonjs/synonymMapHelper.js.map +7 -1
- package/dist/commonjs/timers.d.ts +9 -0
- package/dist/commonjs/timers.d.ts.map +1 -0
- package/dist/commonjs/timers.js +32 -0
- package/dist/commonjs/timers.js.map +7 -0
- package/dist/commonjs/tracing.d.ts +5 -0
- package/dist/commonjs/tracing.d.ts.map +1 -1
- package/dist/commonjs/tracing.js +34 -15
- package/dist/commonjs/tracing.js.map +7 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/commonjs/walk.js +76 -67
- package/dist/commonjs/walk.js.map +7 -1
- package/dist/esm/base64.d.ts.map +1 -1
- package/dist/esm/base64.js +3 -2
- package/dist/esm/base64.js.map +1 -1
- package/dist/esm/index.d.ts +13 -11
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/indexModels.d.ts +35 -99
- package/dist/esm/indexModels.d.ts.map +1 -1
- package/dist/esm/indexModels.js.map +1 -1
- package/dist/esm/knowledgeBaseModels.d.ts +27 -13
- package/dist/esm/knowledgeBaseModels.d.ts.map +1 -1
- package/dist/esm/knowledgeBaseModels.js.map +1 -1
- package/dist/esm/knowledgeBaseRetrieval/api/index.d.ts +5 -0
- package/dist/esm/knowledgeBaseRetrieval/api/index.d.ts.map +1 -0
- package/dist/esm/knowledgeBaseRetrieval/api/index.js +5 -0
- package/dist/esm/knowledgeBaseRetrieval/api/index.js.map +1 -0
- package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +17 -0
- package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -0
- package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +25 -0
- package/dist/esm/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -0
- package/dist/esm/knowledgeBaseRetrieval/api/operations.d.ts +9 -0
- package/dist/esm/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -0
- package/dist/esm/knowledgeBaseRetrieval/api/operations.js +48 -0
- package/dist/esm/knowledgeBaseRetrieval/api/operations.js.map +1 -0
- package/dist/esm/knowledgeBaseRetrieval/api/options.d.ts +11 -0
- package/dist/esm/knowledgeBaseRetrieval/api/options.d.ts.map +1 -0
- package/dist/esm/knowledgeBaseRetrieval/api/options.js +4 -0
- package/dist/esm/knowledgeBaseRetrieval/api/options.js.map +1 -0
- package/dist/esm/knowledgeBaseRetrieval/index.d.ts +3 -0
- package/dist/esm/knowledgeBaseRetrieval/index.d.ts.map +1 -0
- package/dist/esm/knowledgeBaseRetrieval/index.js +4 -0
- package/dist/esm/knowledgeBaseRetrieval/index.js.map +1 -0
- package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +15 -0
- package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -0
- package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +25 -0
- package/dist/esm/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +1 -0
- package/dist/esm/knowledgeRetrievalClient.d.ts +5 -5
- package/dist/esm/knowledgeRetrievalClient.d.ts.map +1 -1
- package/dist/esm/knowledgeRetrievalClient.js +11 -19
- package/dist/esm/knowledgeRetrievalClient.js.map +1 -1
- package/dist/esm/models/azure/search/documents/index.d.ts +3 -0
- package/dist/esm/models/azure/search/documents/index.d.ts.map +1 -0
- package/dist/esm/models/azure/search/documents/index.js +4 -0
- package/dist/esm/models/azure/search/documents/index.js.map +1 -0
- package/dist/esm/models/azure/search/documents/indexes/index.d.ts +3 -0
- package/dist/esm/models/azure/search/documents/indexes/index.d.ts.map +1 -0
- package/dist/esm/models/azure/search/documents/indexes/index.js +4 -0
- package/dist/esm/models/azure/search/documents/indexes/index.js.map +1 -0
- package/dist/esm/models/azure/search/documents/indexes/models.d.ts +6009 -0
- package/dist/esm/models/azure/search/documents/indexes/models.d.ts.map +1 -0
- package/dist/esm/models/azure/search/documents/indexes/models.js +7488 -0
- package/dist/esm/models/azure/search/documents/indexes/models.js.map +1 -0
- package/dist/esm/models/azure/search/documents/knowledgeBases/index.d.ts +3 -0
- package/dist/esm/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -0
- package/dist/esm/models/azure/search/documents/knowledgeBases/index.js +4 -0
- package/dist/esm/models/azure/search/documents/knowledgeBases/index.js.map +1 -0
- package/dist/esm/models/azure/search/documents/knowledgeBases/models.d.ts +1112 -0
- package/dist/esm/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -0
- package/dist/esm/models/azure/search/documents/knowledgeBases/models.js +1414 -0
- package/dist/esm/models/azure/search/documents/knowledgeBases/models.js.map +1 -0
- package/dist/esm/models/azure/search/documents/models.d.ts +1001 -0
- package/dist/esm/models/azure/search/documents/models.d.ts.map +1 -0
- package/dist/esm/models/azure/search/documents/models.js +1021 -0
- package/dist/esm/models/azure/search/documents/models.js.map +1 -0
- package/dist/esm/models/index.d.ts +4 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +52 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +43 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/search/api/index.d.ts +5 -0
- package/dist/esm/search/api/index.d.ts.map +1 -0
- package/dist/esm/search/api/index.js +5 -0
- package/dist/esm/search/api/index.js.map +1 -0
- package/dist/esm/search/api/operations.d.ts +41 -0
- package/dist/esm/search/api/operations.d.ts.map +1 -0
- package/dist/esm/search/api/operations.js +493 -0
- package/dist/esm/search/api/operations.js.map +1 -0
- package/dist/esm/search/api/options.d.ts +274 -0
- package/dist/esm/search/api/options.d.ts.map +1 -0
- package/dist/esm/search/api/options.js +4 -0
- package/dist/esm/search/api/options.js.map +1 -0
- package/dist/esm/search/api/searchContext.d.ts +17 -0
- package/dist/esm/search/api/searchContext.d.ts.map +1 -0
- package/dist/esm/search/api/searchContext.js +25 -0
- package/dist/esm/search/api/searchContext.js.map +1 -0
- package/dist/esm/search/index.d.ts +3 -0
- package/dist/esm/search/index.d.ts.map +1 -0
- package/dist/esm/search/index.js +4 -0
- package/dist/esm/search/index.js.map +1 -0
- package/dist/esm/search/searchClient.d.ts +31 -0
- package/dist/esm/search/searchClient.d.ts.map +1 -0
- package/dist/esm/search/searchClient.js +57 -0
- package/dist/esm/search/searchClient.js.map +1 -0
- package/dist/esm/searchClient.d.ts +5 -6
- package/dist/esm/searchClient.d.ts.map +1 -1
- package/dist/esm/searchClient.js +103 -237
- package/dist/esm/searchClient.js.map +1 -1
- package/dist/esm/searchIndex/api/index.d.ts +5 -0
- package/dist/esm/searchIndex/api/index.d.ts.map +1 -0
- package/dist/esm/searchIndex/api/index.js +5 -0
- package/dist/esm/searchIndex/api/index.js.map +1 -0
- package/dist/esm/searchIndex/api/operations.d.ts +144 -0
- package/dist/esm/searchIndex/api/operations.d.ts.map +1 -0
- package/dist/esm/searchIndex/api/operations.js +1285 -0
- package/dist/esm/searchIndex/api/operations.js.map +1 -0
- package/dist/esm/searchIndex/api/options.d.ts +304 -0
- package/dist/esm/searchIndex/api/options.d.ts.map +1 -0
- package/dist/esm/searchIndex/api/options.js +4 -0
- package/dist/esm/searchIndex/api/options.js.map +1 -0
- package/dist/esm/searchIndex/api/searchIndexContext.d.ts +15 -0
- package/dist/esm/searchIndex/api/searchIndexContext.d.ts.map +1 -0
- package/dist/esm/searchIndex/api/searchIndexContext.js +25 -0
- package/dist/esm/searchIndex/api/searchIndexContext.js.map +1 -0
- package/dist/esm/searchIndex/index.d.ts +3 -0
- package/dist/esm/searchIndex/index.d.ts.map +1 -0
- package/dist/esm/searchIndex/index.js +4 -0
- package/dist/esm/searchIndex/index.js.map +1 -0
- package/dist/esm/searchIndex/searchIndexClient.d.ts +83 -0
- package/dist/esm/searchIndex/searchIndexClient.d.ts.map +1 -0
- package/dist/esm/searchIndex/searchIndexClient.js +157 -0
- package/dist/esm/searchIndex/searchIndexClient.js.map +1 -0
- package/dist/esm/searchIndexClient.d.ts +33 -22
- package/dist/esm/searchIndexClient.d.ts.map +1 -1
- package/dist/esm/searchIndexClient.js +145 -615
- package/dist/esm/searchIndexClient.js.map +1 -1
- package/dist/esm/searchIndexer/api/index.d.ts +5 -0
- package/dist/esm/searchIndexer/api/index.d.ts.map +1 -0
- package/dist/esm/searchIndexer/api/index.js +5 -0
- package/dist/esm/searchIndexer/api/index.js.map +1 -0
- package/dist/esm/searchIndexer/api/operations.d.ts +89 -0
- package/dist/esm/searchIndexer/api/operations.d.ts.map +1 -0
- package/dist/esm/searchIndexer/api/operations.js +801 -0
- package/dist/esm/searchIndexer/api/operations.js.map +1 -0
- package/dist/esm/searchIndexer/api/options.d.ts +194 -0
- package/dist/esm/searchIndexer/api/options.d.ts.map +1 -0
- package/dist/esm/searchIndexer/api/options.js +4 -0
- package/dist/esm/searchIndexer/api/options.js.map +1 -0
- package/dist/esm/searchIndexer/api/searchIndexerContext.d.ts +15 -0
- package/dist/esm/searchIndexer/api/searchIndexerContext.d.ts.map +1 -0
- package/dist/esm/searchIndexer/api/searchIndexerContext.js +25 -0
- package/dist/esm/searchIndexer/api/searchIndexerContext.js.map +1 -0
- package/dist/esm/searchIndexer/index.d.ts +3 -0
- package/dist/esm/searchIndexer/index.d.ts.map +1 -0
- package/dist/esm/searchIndexer/index.js +4 -0
- package/dist/esm/searchIndexer/index.js.map +1 -0
- package/dist/esm/searchIndexer/searchIndexerClient.d.ts +55 -0
- package/dist/esm/searchIndexer/searchIndexerClient.d.ts.map +1 -0
- package/dist/esm/searchIndexer/searchIndexerClient.js +105 -0
- package/dist/esm/searchIndexer/searchIndexerClient.js.map +1 -0
- package/dist/esm/searchIndexerClient.d.ts +17 -10
- package/dist/esm/searchIndexerClient.d.ts.map +1 -1
- package/dist/esm/searchIndexerClient.js +103 -339
- package/dist/esm/searchIndexerClient.js.map +1 -1
- package/dist/esm/searchIndexingBufferedSender.d.ts +1 -1
- package/dist/esm/searchIndexingBufferedSender.d.ts.map +1 -1
- package/dist/esm/searchIndexingBufferedSender.js +4 -8
- package/dist/esm/searchIndexingBufferedSender.js.map +1 -1
- package/dist/esm/serviceModels.d.ts +300 -172
- package/dist/esm/serviceModels.d.ts.map +1 -1
- package/dist/esm/serviceModels.js.map +1 -1
- package/dist/esm/serviceUtils.d.ts +52 -10
- package/dist/esm/serviceUtils.d.ts.map +1 -1
- package/dist/esm/serviceUtils.js +236 -162
- package/dist/esm/serviceUtils.js.map +1 -1
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/build-csv-collection.d.ts +2 -0
- package/dist/esm/static-helpers/serialization/build-csv-collection.d.ts.map +1 -0
- package/dist/esm/static-helpers/serialization/build-csv-collection.js +6 -0
- package/dist/esm/static-helpers/serialization/build-csv-collection.js.map +1 -0
- package/dist/esm/static-helpers/serialization/build-newline-collection.d.ts +2 -0
- package/dist/esm/static-helpers/serialization/build-newline-collection.d.ts.map +1 -0
- package/dist/esm/static-helpers/serialization/build-newline-collection.js +6 -0
- package/dist/esm/static-helpers/serialization/build-newline-collection.js.map +1 -0
- package/dist/esm/static-helpers/serialization/build-pipe-collection.d.ts +2 -0
- package/dist/esm/static-helpers/serialization/build-pipe-collection.d.ts.map +1 -0
- package/dist/esm/static-helpers/serialization/build-pipe-collection.js +6 -0
- package/dist/esm/static-helpers/serialization/build-pipe-collection.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/serialization/parse-csv-collection.d.ts +2 -0
- package/dist/esm/static-helpers/serialization/parse-csv-collection.d.ts.map +1 -0
- package/dist/esm/static-helpers/serialization/parse-csv-collection.js +6 -0
- package/dist/esm/static-helpers/serialization/parse-csv-collection.js.map +1 -0
- package/dist/esm/static-helpers/serialization/parse-newline-collection.d.ts +2 -0
- package/dist/esm/static-helpers/serialization/parse-newline-collection.d.ts.map +1 -0
- package/dist/esm/static-helpers/serialization/parse-newline-collection.js +6 -0
- package/dist/esm/static-helpers/serialization/parse-newline-collection.js.map +1 -0
- package/dist/esm/static-helpers/serialization/parse-pipe-collection.d.ts +2 -0
- package/dist/esm/static-helpers/serialization/parse-pipe-collection.d.ts.map +1 -0
- package/dist/esm/static-helpers/serialization/parse-pipe-collection.js +6 -0
- package/dist/esm/static-helpers/serialization/parse-pipe-collection.js.map +1 -0
- package/dist/esm/static-helpers/serialization/serialize-record.d.ts +2 -0
- package/dist/esm/static-helpers/serialization/serialize-record.d.ts.map +1 -0
- package/dist/esm/static-helpers/serialization/serialize-record.js +19 -0
- package/dist/esm/static-helpers/serialization/serialize-record.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/timers.d.ts +9 -0
- package/dist/esm/timers.d.ts.map +1 -0
- package/dist/esm/timers.js +15 -0
- package/dist/esm/timers.js.map +1 -0
- package/dist/esm/tracing.d.ts +5 -0
- package/dist/esm/tracing.d.ts.map +1 -1
- package/dist/esm/tracing.js +1 -1
- package/dist/esm/tracing.js.map +1 -1
- package/dist/esm/walk.js +1 -1
- package/dist/esm/walk.js.map +1 -1
- package/dist/react-native/base64.d.ts.map +1 -1
- package/dist/react-native/base64.js +3 -2
- package/dist/react-native/base64.js.map +1 -1
- package/dist/react-native/index.d.ts +14 -12
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -4
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/indexModels.d.ts +35 -99
- package/dist/react-native/indexModels.d.ts.map +1 -1
- package/dist/react-native/indexModels.js.map +1 -1
- package/dist/react-native/knowledgeBaseModels.d.ts +27 -13
- package/dist/react-native/knowledgeBaseModels.d.ts.map +1 -1
- package/dist/react-native/knowledgeBaseModels.js.map +1 -1
- package/dist/react-native/knowledgeBaseRetrieval/api/index.d.ts +5 -0
- package/dist/react-native/knowledgeBaseRetrieval/api/index.d.ts.map +1 -0
- package/dist/react-native/knowledgeBaseRetrieval/api/index.js +5 -0
- package/dist/react-native/knowledgeBaseRetrieval/api/index.js.map +1 -0
- package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts +17 -0
- package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.d.ts.map +1 -0
- package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js +25 -0
- package/dist/react-native/knowledgeBaseRetrieval/api/knowledgeBaseRetrievalContext.js.map +1 -0
- package/dist/react-native/knowledgeBaseRetrieval/api/operations.d.ts +9 -0
- package/dist/react-native/knowledgeBaseRetrieval/api/operations.d.ts.map +1 -0
- package/dist/react-native/knowledgeBaseRetrieval/api/operations.js +48 -0
- package/dist/react-native/knowledgeBaseRetrieval/api/operations.js.map +1 -0
- package/dist/react-native/knowledgeBaseRetrieval/api/options.d.ts +11 -0
- package/dist/react-native/knowledgeBaseRetrieval/api/options.d.ts.map +1 -0
- package/dist/react-native/knowledgeBaseRetrieval/api/options.js +4 -0
- package/dist/react-native/knowledgeBaseRetrieval/api/options.js.map +1 -0
- package/dist/react-native/knowledgeBaseRetrieval/index.d.ts +3 -0
- package/dist/react-native/knowledgeBaseRetrieval/index.d.ts.map +1 -0
- package/dist/react-native/knowledgeBaseRetrieval/index.js +4 -0
- package/dist/react-native/knowledgeBaseRetrieval/index.js.map +1 -0
- package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts +15 -0
- package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.d.ts.map +1 -0
- package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js +25 -0
- package/dist/react-native/knowledgeBaseRetrieval/knowledgeBaseRetrievalClient.js.map +1 -0
- package/dist/react-native/knowledgeRetrievalClient.d.ts +5 -5
- package/dist/react-native/knowledgeRetrievalClient.d.ts.map +1 -1
- package/dist/react-native/knowledgeRetrievalClient.js +11 -19
- package/dist/react-native/knowledgeRetrievalClient.js.map +1 -1
- package/dist/react-native/models/azure/search/documents/index.d.ts +3 -0
- package/dist/react-native/models/azure/search/documents/index.d.ts.map +1 -0
- package/dist/react-native/models/azure/search/documents/index.js +4 -0
- package/dist/react-native/models/azure/search/documents/index.js.map +1 -0
- package/dist/react-native/models/azure/search/documents/indexes/index.d.ts +3 -0
- package/dist/react-native/models/azure/search/documents/indexes/index.d.ts.map +1 -0
- package/dist/react-native/models/azure/search/documents/indexes/index.js +4 -0
- package/dist/react-native/models/azure/search/documents/indexes/index.js.map +1 -0
- package/dist/react-native/models/azure/search/documents/indexes/models.d.ts +6009 -0
- package/dist/react-native/models/azure/search/documents/indexes/models.d.ts.map +1 -0
- package/dist/react-native/models/azure/search/documents/indexes/models.js +7488 -0
- package/dist/react-native/models/azure/search/documents/indexes/models.js.map +1 -0
- package/dist/react-native/models/azure/search/documents/knowledgeBases/index.d.ts +3 -0
- package/dist/react-native/models/azure/search/documents/knowledgeBases/index.d.ts.map +1 -0
- package/dist/react-native/models/azure/search/documents/knowledgeBases/index.js +4 -0
- package/dist/react-native/models/azure/search/documents/knowledgeBases/index.js.map +1 -0
- package/dist/react-native/models/azure/search/documents/knowledgeBases/models.d.ts +1112 -0
- package/dist/react-native/models/azure/search/documents/knowledgeBases/models.d.ts.map +1 -0
- package/dist/react-native/models/azure/search/documents/knowledgeBases/models.js +1414 -0
- package/dist/react-native/models/azure/search/documents/knowledgeBases/models.js.map +1 -0
- package/dist/react-native/models/azure/search/documents/models.d.ts +1001 -0
- package/dist/react-native/models/azure/search/documents/models.d.ts.map +1 -0
- package/dist/react-native/models/azure/search/documents/models.js +1021 -0
- package/dist/react-native/models/azure/search/documents/models.js.map +1 -0
- package/dist/react-native/models/index.d.ts +4 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +52 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +43 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/search/api/index.d.ts +5 -0
- package/dist/react-native/search/api/index.d.ts.map +1 -0
- package/dist/react-native/search/api/index.js +5 -0
- package/dist/react-native/search/api/index.js.map +1 -0
- package/dist/react-native/search/api/operations.d.ts +41 -0
- package/dist/react-native/search/api/operations.d.ts.map +1 -0
- package/dist/react-native/search/api/operations.js +493 -0
- package/dist/react-native/search/api/operations.js.map +1 -0
- package/dist/react-native/search/api/options.d.ts +274 -0
- package/dist/react-native/search/api/options.d.ts.map +1 -0
- package/dist/react-native/search/api/options.js +4 -0
- package/dist/react-native/search/api/options.js.map +1 -0
- package/dist/react-native/search/api/searchContext.d.ts +17 -0
- package/dist/react-native/search/api/searchContext.d.ts.map +1 -0
- package/dist/react-native/search/api/searchContext.js +25 -0
- package/dist/react-native/search/api/searchContext.js.map +1 -0
- package/dist/react-native/search/index.d.ts +3 -0
- package/dist/react-native/search/index.d.ts.map +1 -0
- package/dist/react-native/search/index.js +4 -0
- package/dist/react-native/search/index.js.map +1 -0
- package/dist/react-native/search/searchClient.d.ts +31 -0
- package/dist/react-native/search/searchClient.d.ts.map +1 -0
- package/dist/react-native/search/searchClient.js +57 -0
- package/dist/react-native/search/searchClient.js.map +1 -0
- package/dist/react-native/searchClient.d.ts +5 -6
- package/dist/react-native/searchClient.d.ts.map +1 -1
- package/dist/react-native/searchClient.js +103 -237
- package/dist/react-native/searchClient.js.map +1 -1
- package/dist/react-native/searchIndex/api/index.d.ts +5 -0
- package/dist/react-native/searchIndex/api/index.d.ts.map +1 -0
- package/dist/react-native/searchIndex/api/index.js +5 -0
- package/dist/react-native/searchIndex/api/index.js.map +1 -0
- package/dist/react-native/searchIndex/api/operations.d.ts +144 -0
- package/dist/react-native/searchIndex/api/operations.d.ts.map +1 -0
- package/dist/react-native/searchIndex/api/operations.js +1285 -0
- package/dist/react-native/searchIndex/api/operations.js.map +1 -0
- package/dist/react-native/searchIndex/api/options.d.ts +304 -0
- package/dist/react-native/searchIndex/api/options.d.ts.map +1 -0
- package/dist/react-native/searchIndex/api/options.js +4 -0
- package/dist/react-native/searchIndex/api/options.js.map +1 -0
- package/dist/react-native/searchIndex/api/searchIndexContext.d.ts +15 -0
- package/dist/react-native/searchIndex/api/searchIndexContext.d.ts.map +1 -0
- package/dist/react-native/searchIndex/api/searchIndexContext.js +25 -0
- package/dist/react-native/searchIndex/api/searchIndexContext.js.map +1 -0
- package/dist/react-native/searchIndex/index.d.ts +3 -0
- package/dist/react-native/searchIndex/index.d.ts.map +1 -0
- package/dist/react-native/searchIndex/index.js +4 -0
- package/dist/react-native/searchIndex/index.js.map +1 -0
- package/dist/react-native/searchIndex/searchIndexClient.d.ts +83 -0
- package/dist/react-native/searchIndex/searchIndexClient.d.ts.map +1 -0
- package/dist/react-native/searchIndex/searchIndexClient.js +157 -0
- package/dist/react-native/searchIndex/searchIndexClient.js.map +1 -0
- package/dist/react-native/searchIndexClient.d.ts +33 -22
- package/dist/react-native/searchIndexClient.d.ts.map +1 -1
- package/dist/react-native/searchIndexClient.js +145 -615
- package/dist/react-native/searchIndexClient.js.map +1 -1
- package/dist/react-native/searchIndexer/api/index.d.ts +5 -0
- package/dist/react-native/searchIndexer/api/index.d.ts.map +1 -0
- package/dist/react-native/searchIndexer/api/index.js +5 -0
- package/dist/react-native/searchIndexer/api/index.js.map +1 -0
- package/dist/react-native/searchIndexer/api/operations.d.ts +89 -0
- package/dist/react-native/searchIndexer/api/operations.d.ts.map +1 -0
- package/dist/react-native/searchIndexer/api/operations.js +801 -0
- package/dist/react-native/searchIndexer/api/operations.js.map +1 -0
- package/dist/react-native/searchIndexer/api/options.d.ts +194 -0
- package/dist/react-native/searchIndexer/api/options.d.ts.map +1 -0
- package/dist/react-native/searchIndexer/api/options.js +4 -0
- package/dist/react-native/searchIndexer/api/options.js.map +1 -0
- package/dist/react-native/searchIndexer/api/searchIndexerContext.d.ts +15 -0
- package/dist/react-native/searchIndexer/api/searchIndexerContext.d.ts.map +1 -0
- package/dist/react-native/searchIndexer/api/searchIndexerContext.js +25 -0
- package/dist/react-native/searchIndexer/api/searchIndexerContext.js.map +1 -0
- package/dist/react-native/searchIndexer/index.d.ts +3 -0
- package/dist/react-native/searchIndexer/index.d.ts.map +1 -0
- package/dist/react-native/searchIndexer/index.js +4 -0
- package/dist/react-native/searchIndexer/index.js.map +1 -0
- package/dist/react-native/searchIndexer/searchIndexerClient.d.ts +55 -0
- package/dist/react-native/searchIndexer/searchIndexerClient.d.ts.map +1 -0
- package/dist/react-native/searchIndexer/searchIndexerClient.js +105 -0
- package/dist/react-native/searchIndexer/searchIndexerClient.js.map +1 -0
- package/dist/react-native/searchIndexerClient.d.ts +17 -10
- package/dist/react-native/searchIndexerClient.d.ts.map +1 -1
- package/dist/react-native/searchIndexerClient.js +103 -339
- package/dist/react-native/searchIndexerClient.js.map +1 -1
- package/dist/react-native/searchIndexingBufferedSender.d.ts +1 -1
- package/dist/react-native/searchIndexingBufferedSender.d.ts.map +1 -1
- package/dist/react-native/searchIndexingBufferedSender.js +4 -8
- package/dist/react-native/searchIndexingBufferedSender.js.map +1 -1
- package/dist/react-native/serviceModels.d.ts +300 -172
- package/dist/react-native/serviceModels.d.ts.map +1 -1
- package/dist/react-native/serviceModels.js.map +1 -1
- package/dist/react-native/serviceUtils.d.ts +52 -10
- package/dist/react-native/serviceUtils.d.ts.map +1 -1
- package/dist/react-native/serviceUtils.js +236 -162
- package/dist/react-native/serviceUtils.js.map +1 -1
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/build-csv-collection.d.ts +2 -0
- package/dist/react-native/static-helpers/serialization/build-csv-collection.d.ts.map +1 -0
- package/dist/react-native/static-helpers/serialization/build-csv-collection.js +6 -0
- package/dist/react-native/static-helpers/serialization/build-csv-collection.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/build-newline-collection.d.ts +2 -0
- package/dist/react-native/static-helpers/serialization/build-newline-collection.d.ts.map +1 -0
- package/dist/react-native/static-helpers/serialization/build-newline-collection.js +6 -0
- package/dist/react-native/static-helpers/serialization/build-newline-collection.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/build-pipe-collection.d.ts +2 -0
- package/dist/react-native/static-helpers/serialization/build-pipe-collection.d.ts.map +1 -0
- package/dist/react-native/static-helpers/serialization/build-pipe-collection.js +6 -0
- package/dist/react-native/static-helpers/serialization/build-pipe-collection.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts.map +1 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/parse-csv-collection.d.ts +2 -0
- package/dist/react-native/static-helpers/serialization/parse-csv-collection.d.ts.map +1 -0
- package/dist/react-native/static-helpers/serialization/parse-csv-collection.js +6 -0
- package/dist/react-native/static-helpers/serialization/parse-csv-collection.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/parse-newline-collection.d.ts +2 -0
- package/dist/react-native/static-helpers/serialization/parse-newline-collection.d.ts.map +1 -0
- package/dist/react-native/static-helpers/serialization/parse-newline-collection.js +6 -0
- package/dist/react-native/static-helpers/serialization/parse-newline-collection.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/parse-pipe-collection.d.ts +2 -0
- package/dist/react-native/static-helpers/serialization/parse-pipe-collection.d.ts.map +1 -0
- package/dist/react-native/static-helpers/serialization/parse-pipe-collection.js +6 -0
- package/dist/react-native/static-helpers/serialization/parse-pipe-collection.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/serialize-record.d.ts +2 -0
- package/dist/react-native/static-helpers/serialization/serialize-record.d.ts.map +1 -0
- package/dist/react-native/static-helpers/serialization/serialize-record.js +19 -0
- package/dist/react-native/static-helpers/serialization/serialize-record.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/synonymMapHelper-browser.d.mts +11 -0
- package/dist/react-native/synonymMapHelper-browser.d.mts.map +1 -0
- package/dist/react-native/synonymMapHelper-browser.mjs +14 -0
- package/dist/react-native/synonymMapHelper-browser.mjs.map +1 -0
- package/dist/react-native/synonymMapHelper-react-native.d.mts +2 -0
- package/dist/react-native/synonymMapHelper-react-native.d.mts.map +1 -0
- package/dist/react-native/synonymMapHelper-react-native.mjs +4 -0
- package/dist/react-native/synonymMapHelper-react-native.mjs.map +1 -0
- package/dist/react-native/timers-browser.d.mts +8 -0
- package/dist/react-native/timers-browser.d.mts.map +1 -0
- package/dist/react-native/timers-browser.mjs +13 -0
- package/dist/react-native/timers-browser.mjs.map +1 -0
- package/dist/react-native/timers-react-native.d.mts +2 -0
- package/dist/react-native/timers-react-native.d.mts.map +1 -0
- package/dist/react-native/timers-react-native.mjs +4 -0
- package/dist/react-native/timers-react-native.mjs.map +1 -0
- package/dist/react-native/tracing.d.ts +5 -0
- package/dist/react-native/tracing.d.ts.map +1 -1
- package/dist/react-native/tracing.js +1 -1
- package/dist/react-native/tracing.js.map +1 -1
- package/dist/react-native/walk.js +1 -1
- package/dist/react-native/walk.js.map +1 -1
- package/package.json +266 -56
- package/dist/browser/base64-browser.d.mts.map +0 -1
- package/dist/browser/base64-browser.mjs.map +0 -1
- package/dist/browser/errorModels.d.ts +0 -56
- package/dist/browser/errorModels.d.ts.map +0 -1
- package/dist/browser/errorModels.js +0 -4
- package/dist/browser/errorModels.js.map +0 -1
- package/dist/browser/generated/data/index.d.ts +0 -4
- package/dist/browser/generated/data/index.d.ts.map +0 -1
- package/dist/browser/generated/data/index.js +0 -11
- package/dist/browser/generated/data/index.js.map +0 -1
- package/dist/browser/generated/data/models/index.d.ts +0 -1356
- package/dist/browser/generated/data/models/index.d.ts.map +0 -1
- package/dist/browser/generated/data/models/index.js +0 -290
- package/dist/browser/generated/data/models/index.js.map +0 -1
- package/dist/browser/generated/data/models/mappers.d.ts +0 -52
- package/dist/browser/generated/data/models/mappers.d.ts.map +0 -1
- package/dist/browser/generated/data/models/mappers.js +0 -1547
- package/dist/browser/generated/data/models/mappers.js.map +0 -1
- package/dist/browser/generated/data/models/parameters.d.ts +0 -64
- package/dist/browser/generated/data/models/parameters.d.ts.map +0 -1
- package/dist/browser/generated/data/models/parameters.js +0 -637
- package/dist/browser/generated/data/models/parameters.js.map +0 -1
- package/dist/browser/generated/data/operations/documents.d.ts +0 -70
- package/dist/browser/generated/data/operations/documents.d.ts.map +0 -1
- package/dist/browser/generated/data/operations/documents.js +0 -332
- package/dist/browser/generated/data/operations/documents.js.map +0 -1
- package/dist/browser/generated/data/operations/index.d.ts +0 -2
- package/dist/browser/generated/data/operations/index.d.ts.map +0 -1
- package/dist/browser/generated/data/operations/index.js +0 -9
- package/dist/browser/generated/data/operations/index.js.map +0 -1
- package/dist/browser/generated/data/operationsInterfaces/documents.d.ts +0 -62
- package/dist/browser/generated/data/operationsInterfaces/documents.d.ts.map +0 -1
- package/dist/browser/generated/data/operationsInterfaces/documents.js +0 -9
- package/dist/browser/generated/data/operationsInterfaces/documents.js.map +0 -1
- package/dist/browser/generated/data/operationsInterfaces/index.d.ts +0 -2
- package/dist/browser/generated/data/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/generated/data/operationsInterfaces/index.js +0 -9
- package/dist/browser/generated/data/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/generated/data/searchClient.d.ts +0 -21
- package/dist/browser/generated/data/searchClient.d.ts.map +0 -1
- package/dist/browser/generated/data/searchClient.js +0 -88
- package/dist/browser/generated/data/searchClient.js.map +0 -1
- package/dist/browser/generated/knowledgeBase/index.d.ts +0 -4
- package/dist/browser/generated/knowledgeBase/index.d.ts.map +0 -1
- package/dist/browser/generated/knowledgeBase/index.js +0 -11
- package/dist/browser/generated/knowledgeBase/index.js.map +0 -1
- package/dist/browser/generated/knowledgeBase/models/index.d.ts +0 -570
- package/dist/browser/generated/knowledgeBase/models/index.d.ts.map +0 -1
- package/dist/browser/generated/knowledgeBase/models/index.js +0 -62
- package/dist/browser/generated/knowledgeBase/models/index.js.map +0 -1
- package/dist/browser/generated/knowledgeBase/models/mappers.d.ts +0 -89
- package/dist/browser/generated/knowledgeBase/models/mappers.d.ts.map +0 -1
- package/dist/browser/generated/knowledgeBase/models/mappers.js +0 -1325
- package/dist/browser/generated/knowledgeBase/models/mappers.js.map +0 -1
- package/dist/browser/generated/knowledgeBase/models/parameters.d.ts +0 -9
- package/dist/browser/generated/knowledgeBase/models/parameters.d.ts.map +0 -1
- package/dist/browser/generated/knowledgeBase/models/parameters.js +0 -75
- package/dist/browser/generated/knowledgeBase/models/parameters.js.map +0 -1
- package/dist/browser/generated/knowledgeBase/operations/index.d.ts +0 -2
- package/dist/browser/generated/knowledgeBase/operations/index.d.ts.map +0 -1
- package/dist/browser/generated/knowledgeBase/operations/index.js +0 -9
- package/dist/browser/generated/knowledgeBase/operations/index.js.map +0 -1
- package/dist/browser/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts +0 -19
- package/dist/browser/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts.map +0 -1
- package/dist/browser/generated/knowledgeBase/operations/knowledgeRetrieval.js +0 -57
- package/dist/browser/generated/knowledgeBase/operations/knowledgeRetrieval.js.map +0 -1
- package/dist/browser/generated/knowledgeBase/operationsInterfaces/index.d.ts +0 -2
- package/dist/browser/generated/knowledgeBase/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/generated/knowledgeBase/operationsInterfaces/index.js +0 -9
- package/dist/browser/generated/knowledgeBase/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts +0 -11
- package/dist/browser/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts.map +0 -1
- package/dist/browser/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js +0 -9
- package/dist/browser/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js.map +0 -1
- package/dist/browser/generated/knowledgeBase/searchClient.d.ts +0 -21
- package/dist/browser/generated/knowledgeBase/searchClient.d.ts.map +0 -1
- package/dist/browser/generated/knowledgeBase/searchClient.js +0 -88
- package/dist/browser/generated/knowledgeBase/searchClient.js.map +0 -1
- package/dist/browser/generated/service/index.d.ts +0 -4
- package/dist/browser/generated/service/index.d.ts.map +0 -1
- package/dist/browser/generated/service/index.js +0 -11
- package/dist/browser/generated/service/index.js.map +0 -1
- package/dist/browser/generated/service/models/index.d.ts +0 -5693
- package/dist/browser/generated/service/models/index.d.ts.map +0 -1
- package/dist/browser/generated/service/models/index.js +0 -1706
- package/dist/browser/generated/service/models/index.js.map +0 -1
- package/dist/browser/generated/service/models/mappers.d.ts +0 -358
- package/dist/browser/generated/service/models/mappers.d.ts.map +0 -1
- package/dist/browser/generated/service/models/mappers.js +0 -8157
- package/dist/browser/generated/service/models/mappers.js.map +0 -1
- package/dist/browser/generated/service/models/parameters.d.ts +0 -34
- package/dist/browser/generated/service/models/parameters.d.ts.map +0 -1
- package/dist/browser/generated/service/models/parameters.js +0 -255
- package/dist/browser/generated/service/models/parameters.js.map +0 -1
- package/dist/browser/generated/service/operations/aliases.d.ts +0 -44
- package/dist/browser/generated/service/operations/aliases.d.ts.map +0 -1
- package/dist/browser/generated/service/operations/aliases.js +0 -161
- package/dist/browser/generated/service/operations/aliases.js.map +0 -1
- package/dist/browser/generated/service/operations/dataSources.d.ts +0 -43
- package/dist/browser/generated/service/operations/dataSources.d.ts.map +0 -1
- package/dist/browser/generated/service/operations/dataSources.js +0 -163
- package/dist/browser/generated/service/operations/dataSources.js.map +0 -1
- package/dist/browser/generated/service/operations/index.d.ts +0 -9
- package/dist/browser/generated/service/operations/index.d.ts.map +0 -1
- package/dist/browser/generated/service/operations/index.js +0 -16
- package/dist/browser/generated/service/operations/index.js.map +0 -1
- package/dist/browser/generated/service/operations/indexers.d.ts +0 -74
- package/dist/browser/generated/service/operations/indexers.d.ts.map +0 -1
- package/dist/browser/generated/service/operations/indexers.js +0 -281
- package/dist/browser/generated/service/operations/indexers.js.map +0 -1
- package/dist/browser/generated/service/operations/indexes.d.ts +0 -58
- package/dist/browser/generated/service/operations/indexes.d.ts.map +0 -1
- package/dist/browser/generated/service/operations/indexes.js +0 -213
- package/dist/browser/generated/service/operations/indexes.js.map +0 -1
- package/dist/browser/generated/service/operations/knowledgeBases.d.ts +0 -43
- package/dist/browser/generated/service/operations/knowledgeBases.d.ts.map +0 -1
- package/dist/browser/generated/service/operations/knowledgeBases.js +0 -160
- package/dist/browser/generated/service/operations/knowledgeBases.js.map +0 -1
- package/dist/browser/generated/service/operations/knowledgeSources.d.ts +0 -49
- package/dist/browser/generated/service/operations/knowledgeSources.d.ts.map +0 -1
- package/dist/browser/generated/service/operations/knowledgeSources.js +0 -184
- package/dist/browser/generated/service/operations/knowledgeSources.js.map +0 -1
- package/dist/browser/generated/service/operations/skillsets.d.ts +0 -50
- package/dist/browser/generated/service/operations/skillsets.d.ts.map +0 -1
- package/dist/browser/generated/service/operations/skillsets.js +0 -189
- package/dist/browser/generated/service/operations/skillsets.js.map +0 -1
- package/dist/browser/generated/service/operations/synonymMaps.d.ts +0 -43
- package/dist/browser/generated/service/operations/synonymMaps.d.ts.map +0 -1
- package/dist/browser/generated/service/operations/synonymMaps.js +0 -160
- package/dist/browser/generated/service/operations/synonymMaps.js.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/aliases.d.ts +0 -36
- package/dist/browser/generated/service/operationsInterfaces/aliases.d.ts.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/aliases.js +0 -9
- package/dist/browser/generated/service/operationsInterfaces/aliases.js.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/dataSources.d.ts +0 -35
- package/dist/browser/generated/service/operationsInterfaces/dataSources.d.ts.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/dataSources.js +0 -9
- package/dist/browser/generated/service/operationsInterfaces/dataSources.js.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/index.d.ts +0 -9
- package/dist/browser/generated/service/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/index.js +0 -16
- package/dist/browser/generated/service/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/indexers.d.ts +0 -66
- package/dist/browser/generated/service/operationsInterfaces/indexers.d.ts.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/indexers.js +0 -9
- package/dist/browser/generated/service/operationsInterfaces/indexers.js.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/indexes.d.ts +0 -50
- package/dist/browser/generated/service/operationsInterfaces/indexes.d.ts.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/indexes.js +0 -9
- package/dist/browser/generated/service/operationsInterfaces/indexes.js.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/knowledgeBases.d.ts +0 -35
- package/dist/browser/generated/service/operationsInterfaces/knowledgeBases.d.ts.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/knowledgeBases.js +0 -9
- package/dist/browser/generated/service/operationsInterfaces/knowledgeBases.js.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/knowledgeSources.d.ts +0 -41
- package/dist/browser/generated/service/operationsInterfaces/knowledgeSources.d.ts.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/knowledgeSources.js +0 -9
- package/dist/browser/generated/service/operationsInterfaces/knowledgeSources.js.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/skillsets.d.ts +0 -42
- package/dist/browser/generated/service/operationsInterfaces/skillsets.d.ts.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/skillsets.js +0 -9
- package/dist/browser/generated/service/operationsInterfaces/skillsets.js.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/synonymMaps.d.ts +0 -35
- package/dist/browser/generated/service/operationsInterfaces/synonymMaps.d.ts.map +0 -1
- package/dist/browser/generated/service/operationsInterfaces/synonymMaps.js +0 -9
- package/dist/browser/generated/service/operationsInterfaces/synonymMaps.js.map +0 -1
- package/dist/browser/generated/service/searchServiceClient.d.ts +0 -36
- package/dist/browser/generated/service/searchServiceClient.d.ts.map +0 -1
- package/dist/browser/generated/service/searchServiceClient.js +0 -145
- package/dist/browser/generated/service/searchServiceClient.js.map +0 -1
- package/dist/browser/synonymMapHelper.d.ts +0 -11
- package/dist/browser/synonymMapHelper.js +0 -14
- package/dist/commonjs/errorModels.d.ts +0 -56
- package/dist/commonjs/errorModels.d.ts.map +0 -1
- package/dist/commonjs/errorModels.js +0 -5
- package/dist/commonjs/errorModels.js.map +0 -1
- package/dist/commonjs/generated/data/index.d.ts +0 -4
- package/dist/commonjs/generated/data/index.d.ts.map +0 -1
- package/dist/commonjs/generated/data/index.js +0 -16
- package/dist/commonjs/generated/data/index.js.map +0 -1
- package/dist/commonjs/generated/data/models/index.d.ts +0 -1356
- package/dist/commonjs/generated/data/models/index.d.ts.map +0 -1
- package/dist/commonjs/generated/data/models/index.js +0 -293
- package/dist/commonjs/generated/data/models/index.js.map +0 -1
- package/dist/commonjs/generated/data/models/mappers.d.ts +0 -52
- package/dist/commonjs/generated/data/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/generated/data/models/mappers.js +0 -1550
- package/dist/commonjs/generated/data/models/mappers.js.map +0 -1
- package/dist/commonjs/generated/data/models/parameters.d.ts +0 -64
- package/dist/commonjs/generated/data/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/generated/data/models/parameters.js +0 -641
- package/dist/commonjs/generated/data/models/parameters.js.map +0 -1
- package/dist/commonjs/generated/data/operations/documents.d.ts +0 -70
- package/dist/commonjs/generated/data/operations/documents.d.ts.map +0 -1
- package/dist/commonjs/generated/data/operations/documents.js +0 -337
- package/dist/commonjs/generated/data/operations/documents.js.map +0 -1
- package/dist/commonjs/generated/data/operations/index.d.ts +0 -2
- package/dist/commonjs/generated/data/operations/index.d.ts.map +0 -1
- package/dist/commonjs/generated/data/operations/index.js +0 -12
- package/dist/commonjs/generated/data/operations/index.js.map +0 -1
- package/dist/commonjs/generated/data/operationsInterfaces/documents.d.ts +0 -62
- package/dist/commonjs/generated/data/operationsInterfaces/documents.d.ts.map +0 -1
- package/dist/commonjs/generated/data/operationsInterfaces/documents.js +0 -10
- package/dist/commonjs/generated/data/operationsInterfaces/documents.js.map +0 -1
- package/dist/commonjs/generated/data/operationsInterfaces/index.d.ts +0 -2
- package/dist/commonjs/generated/data/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/generated/data/operationsInterfaces/index.js +0 -12
- package/dist/commonjs/generated/data/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/generated/data/searchClient.d.ts +0 -21
- package/dist/commonjs/generated/data/searchClient.d.ts.map +0 -1
- package/dist/commonjs/generated/data/searchClient.js +0 -93
- package/dist/commonjs/generated/data/searchClient.js.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/index.d.ts +0 -4
- package/dist/commonjs/generated/knowledgeBase/index.d.ts.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/index.js +0 -16
- package/dist/commonjs/generated/knowledgeBase/index.js.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/models/index.d.ts +0 -570
- package/dist/commonjs/generated/knowledgeBase/models/index.d.ts.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/models/index.js +0 -65
- package/dist/commonjs/generated/knowledgeBase/models/index.js.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/models/mappers.d.ts +0 -89
- package/dist/commonjs/generated/knowledgeBase/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/models/mappers.js +0 -1329
- package/dist/commonjs/generated/knowledgeBase/models/mappers.js.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/models/parameters.d.ts +0 -9
- package/dist/commonjs/generated/knowledgeBase/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/models/parameters.js +0 -78
- package/dist/commonjs/generated/knowledgeBase/models/parameters.js.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/operations/index.d.ts +0 -2
- package/dist/commonjs/generated/knowledgeBase/operations/index.d.ts.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/operations/index.js +0 -12
- package/dist/commonjs/generated/knowledgeBase/operations/index.js.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts +0 -19
- package/dist/commonjs/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/operations/knowledgeRetrieval.js +0 -62
- package/dist/commonjs/generated/knowledgeBase/operations/knowledgeRetrieval.js.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/index.d.ts +0 -2
- package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/index.js +0 -12
- package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts +0 -11
- package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js +0 -10
- package/dist/commonjs/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/searchClient.d.ts +0 -21
- package/dist/commonjs/generated/knowledgeBase/searchClient.d.ts.map +0 -1
- package/dist/commonjs/generated/knowledgeBase/searchClient.js +0 -93
- package/dist/commonjs/generated/knowledgeBase/searchClient.js.map +0 -1
- package/dist/commonjs/generated/service/index.d.ts +0 -4
- package/dist/commonjs/generated/service/index.d.ts.map +0 -1
- package/dist/commonjs/generated/service/index.js +0 -16
- package/dist/commonjs/generated/service/index.js.map +0 -1
- package/dist/commonjs/generated/service/models/index.d.ts +0 -5693
- package/dist/commonjs/generated/service/models/index.d.ts.map +0 -1
- package/dist/commonjs/generated/service/models/index.js +0 -1710
- package/dist/commonjs/generated/service/models/index.js.map +0 -1
- package/dist/commonjs/generated/service/models/mappers.d.ts +0 -358
- package/dist/commonjs/generated/service/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/generated/service/models/mappers.js +0 -8164
- package/dist/commonjs/generated/service/models/mappers.js.map +0 -1
- package/dist/commonjs/generated/service/models/parameters.d.ts +0 -34
- package/dist/commonjs/generated/service/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/generated/service/models/parameters.js +0 -258
- package/dist/commonjs/generated/service/models/parameters.js.map +0 -1
- package/dist/commonjs/generated/service/operations/aliases.d.ts +0 -44
- package/dist/commonjs/generated/service/operations/aliases.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operations/aliases.js +0 -166
- package/dist/commonjs/generated/service/operations/aliases.js.map +0 -1
- package/dist/commonjs/generated/service/operations/dataSources.d.ts +0 -43
- package/dist/commonjs/generated/service/operations/dataSources.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operations/dataSources.js +0 -168
- package/dist/commonjs/generated/service/operations/dataSources.js.map +0 -1
- package/dist/commonjs/generated/service/operations/index.d.ts +0 -9
- package/dist/commonjs/generated/service/operations/index.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operations/index.js +0 -19
- package/dist/commonjs/generated/service/operations/index.js.map +0 -1
- package/dist/commonjs/generated/service/operations/indexers.d.ts +0 -74
- package/dist/commonjs/generated/service/operations/indexers.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operations/indexers.js +0 -286
- package/dist/commonjs/generated/service/operations/indexers.js.map +0 -1
- package/dist/commonjs/generated/service/operations/indexes.d.ts +0 -58
- package/dist/commonjs/generated/service/operations/indexes.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operations/indexes.js +0 -218
- package/dist/commonjs/generated/service/operations/indexes.js.map +0 -1
- package/dist/commonjs/generated/service/operations/knowledgeBases.d.ts +0 -43
- package/dist/commonjs/generated/service/operations/knowledgeBases.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operations/knowledgeBases.js +0 -165
- package/dist/commonjs/generated/service/operations/knowledgeBases.js.map +0 -1
- package/dist/commonjs/generated/service/operations/knowledgeSources.d.ts +0 -49
- package/dist/commonjs/generated/service/operations/knowledgeSources.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operations/knowledgeSources.js +0 -189
- package/dist/commonjs/generated/service/operations/knowledgeSources.js.map +0 -1
- package/dist/commonjs/generated/service/operations/skillsets.d.ts +0 -50
- package/dist/commonjs/generated/service/operations/skillsets.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operations/skillsets.js +0 -194
- package/dist/commonjs/generated/service/operations/skillsets.js.map +0 -1
- package/dist/commonjs/generated/service/operations/synonymMaps.d.ts +0 -43
- package/dist/commonjs/generated/service/operations/synonymMaps.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operations/synonymMaps.js +0 -165
- package/dist/commonjs/generated/service/operations/synonymMaps.js.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/aliases.d.ts +0 -36
- package/dist/commonjs/generated/service/operationsInterfaces/aliases.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/aliases.js +0 -10
- package/dist/commonjs/generated/service/operationsInterfaces/aliases.js.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/dataSources.d.ts +0 -35
- package/dist/commonjs/generated/service/operationsInterfaces/dataSources.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/dataSources.js +0 -10
- package/dist/commonjs/generated/service/operationsInterfaces/dataSources.js.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/index.d.ts +0 -9
- package/dist/commonjs/generated/service/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/index.js +0 -19
- package/dist/commonjs/generated/service/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/indexers.d.ts +0 -66
- package/dist/commonjs/generated/service/operationsInterfaces/indexers.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/indexers.js +0 -10
- package/dist/commonjs/generated/service/operationsInterfaces/indexers.js.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/indexes.d.ts +0 -50
- package/dist/commonjs/generated/service/operationsInterfaces/indexes.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/indexes.js +0 -10
- package/dist/commonjs/generated/service/operationsInterfaces/indexes.js.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/knowledgeBases.d.ts +0 -35
- package/dist/commonjs/generated/service/operationsInterfaces/knowledgeBases.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/knowledgeBases.js +0 -10
- package/dist/commonjs/generated/service/operationsInterfaces/knowledgeBases.js.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/knowledgeSources.d.ts +0 -41
- package/dist/commonjs/generated/service/operationsInterfaces/knowledgeSources.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/knowledgeSources.js +0 -10
- package/dist/commonjs/generated/service/operationsInterfaces/knowledgeSources.js.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/skillsets.d.ts +0 -42
- package/dist/commonjs/generated/service/operationsInterfaces/skillsets.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/skillsets.js +0 -10
- package/dist/commonjs/generated/service/operationsInterfaces/skillsets.js.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/synonymMaps.d.ts +0 -35
- package/dist/commonjs/generated/service/operationsInterfaces/synonymMaps.d.ts.map +0 -1
- package/dist/commonjs/generated/service/operationsInterfaces/synonymMaps.js +0 -10
- package/dist/commonjs/generated/service/operationsInterfaces/synonymMaps.js.map +0 -1
- package/dist/commonjs/generated/service/searchServiceClient.d.ts +0 -36
- package/dist/commonjs/generated/service/searchServiceClient.d.ts.map +0 -1
- package/dist/commonjs/generated/service/searchServiceClient.js +0 -150
- package/dist/commonjs/generated/service/searchServiceClient.js.map +0 -1
- package/dist/esm/errorModels.d.ts +0 -56
- package/dist/esm/errorModels.d.ts.map +0 -1
- package/dist/esm/errorModels.js +0 -4
- package/dist/esm/errorModels.js.map +0 -1
- package/dist/esm/generated/data/index.d.ts +0 -4
- package/dist/esm/generated/data/index.d.ts.map +0 -1
- package/dist/esm/generated/data/index.js +0 -11
- package/dist/esm/generated/data/index.js.map +0 -1
- package/dist/esm/generated/data/models/index.d.ts +0 -1356
- package/dist/esm/generated/data/models/index.d.ts.map +0 -1
- package/dist/esm/generated/data/models/index.js +0 -290
- package/dist/esm/generated/data/models/index.js.map +0 -1
- package/dist/esm/generated/data/models/mappers.d.ts +0 -52
- package/dist/esm/generated/data/models/mappers.d.ts.map +0 -1
- package/dist/esm/generated/data/models/mappers.js +0 -1547
- package/dist/esm/generated/data/models/mappers.js.map +0 -1
- package/dist/esm/generated/data/models/parameters.d.ts +0 -64
- package/dist/esm/generated/data/models/parameters.d.ts.map +0 -1
- package/dist/esm/generated/data/models/parameters.js +0 -637
- package/dist/esm/generated/data/models/parameters.js.map +0 -1
- package/dist/esm/generated/data/operations/documents.d.ts +0 -70
- package/dist/esm/generated/data/operations/documents.d.ts.map +0 -1
- package/dist/esm/generated/data/operations/documents.js +0 -332
- package/dist/esm/generated/data/operations/documents.js.map +0 -1
- package/dist/esm/generated/data/operations/index.d.ts +0 -2
- package/dist/esm/generated/data/operations/index.d.ts.map +0 -1
- package/dist/esm/generated/data/operations/index.js +0 -9
- package/dist/esm/generated/data/operations/index.js.map +0 -1
- package/dist/esm/generated/data/operationsInterfaces/documents.d.ts +0 -62
- package/dist/esm/generated/data/operationsInterfaces/documents.d.ts.map +0 -1
- package/dist/esm/generated/data/operationsInterfaces/documents.js +0 -9
- package/dist/esm/generated/data/operationsInterfaces/documents.js.map +0 -1
- package/dist/esm/generated/data/operationsInterfaces/index.d.ts +0 -2
- package/dist/esm/generated/data/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/generated/data/operationsInterfaces/index.js +0 -9
- package/dist/esm/generated/data/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/generated/data/searchClient.d.ts +0 -21
- package/dist/esm/generated/data/searchClient.d.ts.map +0 -1
- package/dist/esm/generated/data/searchClient.js +0 -88
- package/dist/esm/generated/data/searchClient.js.map +0 -1
- package/dist/esm/generated/knowledgeBase/index.d.ts +0 -4
- package/dist/esm/generated/knowledgeBase/index.d.ts.map +0 -1
- package/dist/esm/generated/knowledgeBase/index.js +0 -11
- package/dist/esm/generated/knowledgeBase/index.js.map +0 -1
- package/dist/esm/generated/knowledgeBase/models/index.d.ts +0 -570
- package/dist/esm/generated/knowledgeBase/models/index.d.ts.map +0 -1
- package/dist/esm/generated/knowledgeBase/models/index.js +0 -62
- package/dist/esm/generated/knowledgeBase/models/index.js.map +0 -1
- package/dist/esm/generated/knowledgeBase/models/mappers.d.ts +0 -89
- package/dist/esm/generated/knowledgeBase/models/mappers.d.ts.map +0 -1
- package/dist/esm/generated/knowledgeBase/models/mappers.js +0 -1325
- package/dist/esm/generated/knowledgeBase/models/mappers.js.map +0 -1
- package/dist/esm/generated/knowledgeBase/models/parameters.d.ts +0 -9
- package/dist/esm/generated/knowledgeBase/models/parameters.d.ts.map +0 -1
- package/dist/esm/generated/knowledgeBase/models/parameters.js +0 -75
- package/dist/esm/generated/knowledgeBase/models/parameters.js.map +0 -1
- package/dist/esm/generated/knowledgeBase/operations/index.d.ts +0 -2
- package/dist/esm/generated/knowledgeBase/operations/index.d.ts.map +0 -1
- package/dist/esm/generated/knowledgeBase/operations/index.js +0 -9
- package/dist/esm/generated/knowledgeBase/operations/index.js.map +0 -1
- package/dist/esm/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts +0 -19
- package/dist/esm/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts.map +0 -1
- package/dist/esm/generated/knowledgeBase/operations/knowledgeRetrieval.js +0 -57
- package/dist/esm/generated/knowledgeBase/operations/knowledgeRetrieval.js.map +0 -1
- package/dist/esm/generated/knowledgeBase/operationsInterfaces/index.d.ts +0 -2
- package/dist/esm/generated/knowledgeBase/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/generated/knowledgeBase/operationsInterfaces/index.js +0 -9
- package/dist/esm/generated/knowledgeBase/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts +0 -11
- package/dist/esm/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts.map +0 -1
- package/dist/esm/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js +0 -9
- package/dist/esm/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js.map +0 -1
- package/dist/esm/generated/knowledgeBase/searchClient.d.ts +0 -21
- package/dist/esm/generated/knowledgeBase/searchClient.d.ts.map +0 -1
- package/dist/esm/generated/knowledgeBase/searchClient.js +0 -88
- package/dist/esm/generated/knowledgeBase/searchClient.js.map +0 -1
- package/dist/esm/generated/service/index.d.ts +0 -4
- package/dist/esm/generated/service/index.d.ts.map +0 -1
- package/dist/esm/generated/service/index.js +0 -11
- package/dist/esm/generated/service/index.js.map +0 -1
- package/dist/esm/generated/service/models/index.d.ts +0 -5693
- package/dist/esm/generated/service/models/index.d.ts.map +0 -1
- package/dist/esm/generated/service/models/index.js +0 -1706
- package/dist/esm/generated/service/models/index.js.map +0 -1
- package/dist/esm/generated/service/models/mappers.d.ts +0 -358
- package/dist/esm/generated/service/models/mappers.d.ts.map +0 -1
- package/dist/esm/generated/service/models/mappers.js +0 -8157
- package/dist/esm/generated/service/models/mappers.js.map +0 -1
- package/dist/esm/generated/service/models/parameters.d.ts +0 -34
- package/dist/esm/generated/service/models/parameters.d.ts.map +0 -1
- package/dist/esm/generated/service/models/parameters.js +0 -255
- package/dist/esm/generated/service/models/parameters.js.map +0 -1
- package/dist/esm/generated/service/operations/aliases.d.ts +0 -44
- package/dist/esm/generated/service/operations/aliases.d.ts.map +0 -1
- package/dist/esm/generated/service/operations/aliases.js +0 -161
- package/dist/esm/generated/service/operations/aliases.js.map +0 -1
- package/dist/esm/generated/service/operations/dataSources.d.ts +0 -43
- package/dist/esm/generated/service/operations/dataSources.d.ts.map +0 -1
- package/dist/esm/generated/service/operations/dataSources.js +0 -163
- package/dist/esm/generated/service/operations/dataSources.js.map +0 -1
- package/dist/esm/generated/service/operations/index.d.ts +0 -9
- package/dist/esm/generated/service/operations/index.d.ts.map +0 -1
- package/dist/esm/generated/service/operations/index.js +0 -16
- package/dist/esm/generated/service/operations/index.js.map +0 -1
- package/dist/esm/generated/service/operations/indexers.d.ts +0 -74
- package/dist/esm/generated/service/operations/indexers.d.ts.map +0 -1
- package/dist/esm/generated/service/operations/indexers.js +0 -281
- package/dist/esm/generated/service/operations/indexers.js.map +0 -1
- package/dist/esm/generated/service/operations/indexes.d.ts +0 -58
- package/dist/esm/generated/service/operations/indexes.d.ts.map +0 -1
- package/dist/esm/generated/service/operations/indexes.js +0 -213
- package/dist/esm/generated/service/operations/indexes.js.map +0 -1
- package/dist/esm/generated/service/operations/knowledgeBases.d.ts +0 -43
- package/dist/esm/generated/service/operations/knowledgeBases.d.ts.map +0 -1
- package/dist/esm/generated/service/operations/knowledgeBases.js +0 -160
- package/dist/esm/generated/service/operations/knowledgeBases.js.map +0 -1
- package/dist/esm/generated/service/operations/knowledgeSources.d.ts +0 -49
- package/dist/esm/generated/service/operations/knowledgeSources.d.ts.map +0 -1
- package/dist/esm/generated/service/operations/knowledgeSources.js +0 -184
- package/dist/esm/generated/service/operations/knowledgeSources.js.map +0 -1
- package/dist/esm/generated/service/operations/skillsets.d.ts +0 -50
- package/dist/esm/generated/service/operations/skillsets.d.ts.map +0 -1
- package/dist/esm/generated/service/operations/skillsets.js +0 -189
- package/dist/esm/generated/service/operations/skillsets.js.map +0 -1
- package/dist/esm/generated/service/operations/synonymMaps.d.ts +0 -43
- package/dist/esm/generated/service/operations/synonymMaps.d.ts.map +0 -1
- package/dist/esm/generated/service/operations/synonymMaps.js +0 -160
- package/dist/esm/generated/service/operations/synonymMaps.js.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/aliases.d.ts +0 -36
- package/dist/esm/generated/service/operationsInterfaces/aliases.d.ts.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/aliases.js +0 -9
- package/dist/esm/generated/service/operationsInterfaces/aliases.js.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/dataSources.d.ts +0 -35
- package/dist/esm/generated/service/operationsInterfaces/dataSources.d.ts.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/dataSources.js +0 -9
- package/dist/esm/generated/service/operationsInterfaces/dataSources.js.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/index.d.ts +0 -9
- package/dist/esm/generated/service/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/index.js +0 -16
- package/dist/esm/generated/service/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/indexers.d.ts +0 -66
- package/dist/esm/generated/service/operationsInterfaces/indexers.d.ts.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/indexers.js +0 -9
- package/dist/esm/generated/service/operationsInterfaces/indexers.js.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/indexes.d.ts +0 -50
- package/dist/esm/generated/service/operationsInterfaces/indexes.d.ts.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/indexes.js +0 -9
- package/dist/esm/generated/service/operationsInterfaces/indexes.js.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/knowledgeBases.d.ts +0 -35
- package/dist/esm/generated/service/operationsInterfaces/knowledgeBases.d.ts.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/knowledgeBases.js +0 -9
- package/dist/esm/generated/service/operationsInterfaces/knowledgeBases.js.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/knowledgeSources.d.ts +0 -41
- package/dist/esm/generated/service/operationsInterfaces/knowledgeSources.d.ts.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/knowledgeSources.js +0 -9
- package/dist/esm/generated/service/operationsInterfaces/knowledgeSources.js.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/skillsets.d.ts +0 -42
- package/dist/esm/generated/service/operationsInterfaces/skillsets.d.ts.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/skillsets.js +0 -9
- package/dist/esm/generated/service/operationsInterfaces/skillsets.js.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/synonymMaps.d.ts +0 -35
- package/dist/esm/generated/service/operationsInterfaces/synonymMaps.d.ts.map +0 -1
- package/dist/esm/generated/service/operationsInterfaces/synonymMaps.js +0 -9
- package/dist/esm/generated/service/operationsInterfaces/synonymMaps.js.map +0 -1
- package/dist/esm/generated/service/searchServiceClient.d.ts +0 -36
- package/dist/esm/generated/service/searchServiceClient.d.ts.map +0 -1
- package/dist/esm/generated/service/searchServiceClient.js +0 -145
- package/dist/esm/generated/service/searchServiceClient.js.map +0 -1
- package/dist/react-native/errorModels.d.ts +0 -56
- package/dist/react-native/errorModels.d.ts.map +0 -1
- package/dist/react-native/errorModels.js +0 -4
- package/dist/react-native/errorModels.js.map +0 -1
- package/dist/react-native/generated/data/index.d.ts +0 -4
- package/dist/react-native/generated/data/index.d.ts.map +0 -1
- package/dist/react-native/generated/data/index.js +0 -11
- package/dist/react-native/generated/data/index.js.map +0 -1
- package/dist/react-native/generated/data/models/index.d.ts +0 -1356
- package/dist/react-native/generated/data/models/index.d.ts.map +0 -1
- package/dist/react-native/generated/data/models/index.js +0 -290
- package/dist/react-native/generated/data/models/index.js.map +0 -1
- package/dist/react-native/generated/data/models/mappers.d.ts +0 -52
- package/dist/react-native/generated/data/models/mappers.d.ts.map +0 -1
- package/dist/react-native/generated/data/models/mappers.js +0 -1547
- package/dist/react-native/generated/data/models/mappers.js.map +0 -1
- package/dist/react-native/generated/data/models/parameters.d.ts +0 -64
- package/dist/react-native/generated/data/models/parameters.d.ts.map +0 -1
- package/dist/react-native/generated/data/models/parameters.js +0 -637
- package/dist/react-native/generated/data/models/parameters.js.map +0 -1
- package/dist/react-native/generated/data/operations/documents.d.ts +0 -70
- package/dist/react-native/generated/data/operations/documents.d.ts.map +0 -1
- package/dist/react-native/generated/data/operations/documents.js +0 -332
- package/dist/react-native/generated/data/operations/documents.js.map +0 -1
- package/dist/react-native/generated/data/operations/index.d.ts +0 -2
- package/dist/react-native/generated/data/operations/index.d.ts.map +0 -1
- package/dist/react-native/generated/data/operations/index.js +0 -9
- package/dist/react-native/generated/data/operations/index.js.map +0 -1
- package/dist/react-native/generated/data/operationsInterfaces/documents.d.ts +0 -62
- package/dist/react-native/generated/data/operationsInterfaces/documents.d.ts.map +0 -1
- package/dist/react-native/generated/data/operationsInterfaces/documents.js +0 -9
- package/dist/react-native/generated/data/operationsInterfaces/documents.js.map +0 -1
- package/dist/react-native/generated/data/operationsInterfaces/index.d.ts +0 -2
- package/dist/react-native/generated/data/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/generated/data/operationsInterfaces/index.js +0 -9
- package/dist/react-native/generated/data/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/generated/data/searchClient.d.ts +0 -21
- package/dist/react-native/generated/data/searchClient.d.ts.map +0 -1
- package/dist/react-native/generated/data/searchClient.js +0 -88
- package/dist/react-native/generated/data/searchClient.js.map +0 -1
- package/dist/react-native/generated/knowledgeBase/index.d.ts +0 -4
- package/dist/react-native/generated/knowledgeBase/index.d.ts.map +0 -1
- package/dist/react-native/generated/knowledgeBase/index.js +0 -11
- package/dist/react-native/generated/knowledgeBase/index.js.map +0 -1
- package/dist/react-native/generated/knowledgeBase/models/index.d.ts +0 -570
- package/dist/react-native/generated/knowledgeBase/models/index.d.ts.map +0 -1
- package/dist/react-native/generated/knowledgeBase/models/index.js +0 -62
- package/dist/react-native/generated/knowledgeBase/models/index.js.map +0 -1
- package/dist/react-native/generated/knowledgeBase/models/mappers.d.ts +0 -89
- package/dist/react-native/generated/knowledgeBase/models/mappers.d.ts.map +0 -1
- package/dist/react-native/generated/knowledgeBase/models/mappers.js +0 -1325
- package/dist/react-native/generated/knowledgeBase/models/mappers.js.map +0 -1
- package/dist/react-native/generated/knowledgeBase/models/parameters.d.ts +0 -9
- package/dist/react-native/generated/knowledgeBase/models/parameters.d.ts.map +0 -1
- package/dist/react-native/generated/knowledgeBase/models/parameters.js +0 -75
- package/dist/react-native/generated/knowledgeBase/models/parameters.js.map +0 -1
- package/dist/react-native/generated/knowledgeBase/operations/index.d.ts +0 -2
- package/dist/react-native/generated/knowledgeBase/operations/index.d.ts.map +0 -1
- package/dist/react-native/generated/knowledgeBase/operations/index.js +0 -9
- package/dist/react-native/generated/knowledgeBase/operations/index.js.map +0 -1
- package/dist/react-native/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts +0 -19
- package/dist/react-native/generated/knowledgeBase/operations/knowledgeRetrieval.d.ts.map +0 -1
- package/dist/react-native/generated/knowledgeBase/operations/knowledgeRetrieval.js +0 -57
- package/dist/react-native/generated/knowledgeBase/operations/knowledgeRetrieval.js.map +0 -1
- package/dist/react-native/generated/knowledgeBase/operationsInterfaces/index.d.ts +0 -2
- package/dist/react-native/generated/knowledgeBase/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/generated/knowledgeBase/operationsInterfaces/index.js +0 -9
- package/dist/react-native/generated/knowledgeBase/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts +0 -11
- package/dist/react-native/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts.map +0 -1
- package/dist/react-native/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js +0 -9
- package/dist/react-native/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.js.map +0 -1
- package/dist/react-native/generated/knowledgeBase/searchClient.d.ts +0 -21
- package/dist/react-native/generated/knowledgeBase/searchClient.d.ts.map +0 -1
- package/dist/react-native/generated/knowledgeBase/searchClient.js +0 -88
- package/dist/react-native/generated/knowledgeBase/searchClient.js.map +0 -1
- package/dist/react-native/generated/service/index.d.ts +0 -4
- package/dist/react-native/generated/service/index.d.ts.map +0 -1
- package/dist/react-native/generated/service/index.js +0 -11
- package/dist/react-native/generated/service/index.js.map +0 -1
- package/dist/react-native/generated/service/models/index.d.ts +0 -5693
- package/dist/react-native/generated/service/models/index.d.ts.map +0 -1
- package/dist/react-native/generated/service/models/index.js +0 -1706
- package/dist/react-native/generated/service/models/index.js.map +0 -1
- package/dist/react-native/generated/service/models/mappers.d.ts +0 -358
- package/dist/react-native/generated/service/models/mappers.d.ts.map +0 -1
- package/dist/react-native/generated/service/models/mappers.js +0 -8157
- package/dist/react-native/generated/service/models/mappers.js.map +0 -1
- package/dist/react-native/generated/service/models/parameters.d.ts +0 -34
- package/dist/react-native/generated/service/models/parameters.d.ts.map +0 -1
- package/dist/react-native/generated/service/models/parameters.js +0 -255
- package/dist/react-native/generated/service/models/parameters.js.map +0 -1
- package/dist/react-native/generated/service/operations/aliases.d.ts +0 -44
- package/dist/react-native/generated/service/operations/aliases.d.ts.map +0 -1
- package/dist/react-native/generated/service/operations/aliases.js +0 -161
- package/dist/react-native/generated/service/operations/aliases.js.map +0 -1
- package/dist/react-native/generated/service/operations/dataSources.d.ts +0 -43
- package/dist/react-native/generated/service/operations/dataSources.d.ts.map +0 -1
- package/dist/react-native/generated/service/operations/dataSources.js +0 -163
- package/dist/react-native/generated/service/operations/dataSources.js.map +0 -1
- package/dist/react-native/generated/service/operations/index.d.ts +0 -9
- package/dist/react-native/generated/service/operations/index.d.ts.map +0 -1
- package/dist/react-native/generated/service/operations/index.js +0 -16
- package/dist/react-native/generated/service/operations/index.js.map +0 -1
- package/dist/react-native/generated/service/operations/indexers.d.ts +0 -74
- package/dist/react-native/generated/service/operations/indexers.d.ts.map +0 -1
- package/dist/react-native/generated/service/operations/indexers.js +0 -281
- package/dist/react-native/generated/service/operations/indexers.js.map +0 -1
- package/dist/react-native/generated/service/operations/indexes.d.ts +0 -58
- package/dist/react-native/generated/service/operations/indexes.d.ts.map +0 -1
- package/dist/react-native/generated/service/operations/indexes.js +0 -213
- package/dist/react-native/generated/service/operations/indexes.js.map +0 -1
- package/dist/react-native/generated/service/operations/knowledgeBases.d.ts +0 -43
- package/dist/react-native/generated/service/operations/knowledgeBases.d.ts.map +0 -1
- package/dist/react-native/generated/service/operations/knowledgeBases.js +0 -160
- package/dist/react-native/generated/service/operations/knowledgeBases.js.map +0 -1
- package/dist/react-native/generated/service/operations/knowledgeSources.d.ts +0 -49
- package/dist/react-native/generated/service/operations/knowledgeSources.d.ts.map +0 -1
- package/dist/react-native/generated/service/operations/knowledgeSources.js +0 -184
- package/dist/react-native/generated/service/operations/knowledgeSources.js.map +0 -1
- package/dist/react-native/generated/service/operations/skillsets.d.ts +0 -50
- package/dist/react-native/generated/service/operations/skillsets.d.ts.map +0 -1
- package/dist/react-native/generated/service/operations/skillsets.js +0 -189
- package/dist/react-native/generated/service/operations/skillsets.js.map +0 -1
- package/dist/react-native/generated/service/operations/synonymMaps.d.ts +0 -43
- package/dist/react-native/generated/service/operations/synonymMaps.d.ts.map +0 -1
- package/dist/react-native/generated/service/operations/synonymMaps.js +0 -160
- package/dist/react-native/generated/service/operations/synonymMaps.js.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/aliases.d.ts +0 -36
- package/dist/react-native/generated/service/operationsInterfaces/aliases.d.ts.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/aliases.js +0 -9
- package/dist/react-native/generated/service/operationsInterfaces/aliases.js.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/dataSources.d.ts +0 -35
- package/dist/react-native/generated/service/operationsInterfaces/dataSources.d.ts.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/dataSources.js +0 -9
- package/dist/react-native/generated/service/operationsInterfaces/dataSources.js.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/index.d.ts +0 -9
- package/dist/react-native/generated/service/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/index.js +0 -16
- package/dist/react-native/generated/service/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/indexers.d.ts +0 -66
- package/dist/react-native/generated/service/operationsInterfaces/indexers.d.ts.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/indexers.js +0 -9
- package/dist/react-native/generated/service/operationsInterfaces/indexers.js.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/indexes.d.ts +0 -50
- package/dist/react-native/generated/service/operationsInterfaces/indexes.d.ts.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/indexes.js +0 -9
- package/dist/react-native/generated/service/operationsInterfaces/indexes.js.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/knowledgeBases.d.ts +0 -35
- package/dist/react-native/generated/service/operationsInterfaces/knowledgeBases.d.ts.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/knowledgeBases.js +0 -9
- package/dist/react-native/generated/service/operationsInterfaces/knowledgeBases.js.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/knowledgeSources.d.ts +0 -41
- package/dist/react-native/generated/service/operationsInterfaces/knowledgeSources.d.ts.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/knowledgeSources.js +0 -9
- package/dist/react-native/generated/service/operationsInterfaces/knowledgeSources.js.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/skillsets.d.ts +0 -42
- package/dist/react-native/generated/service/operationsInterfaces/skillsets.d.ts.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/skillsets.js +0 -9
- package/dist/react-native/generated/service/operationsInterfaces/skillsets.js.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/synonymMaps.d.ts +0 -35
- package/dist/react-native/generated/service/operationsInterfaces/synonymMaps.d.ts.map +0 -1
- package/dist/react-native/generated/service/operationsInterfaces/synonymMaps.js +0 -9
- package/dist/react-native/generated/service/operationsInterfaces/synonymMaps.js.map +0 -1
- package/dist/react-native/generated/service/searchServiceClient.d.ts +0 -36
- package/dist/react-native/generated/service/searchServiceClient.d.ts.map +0 -1
- package/dist/react-native/generated/service/searchServiceClient.js +0 -145
- package/dist/react-native/generated/service/searchServiceClient.js.map +0 -1
- package/dist/react-native/synonymMapHelper.d.ts +0 -10
- package/dist/react-native/synonymMapHelper.d.ts.map +0 -1
- package/dist/react-native/synonymMapHelper.js +0 -24
- package/dist/react-native/synonymMapHelper.js.map +0 -1
|
@@ -0,0 +1,1001 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
5
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
6
|
+
export interface ErrorResponse {
|
|
7
|
+
/** The error object. */
|
|
8
|
+
error?: ErrorDetail;
|
|
9
|
+
}
|
|
10
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
11
|
+
/** The error detail. */
|
|
12
|
+
export interface ErrorDetail {
|
|
13
|
+
/** The error code. */
|
|
14
|
+
readonly code?: string;
|
|
15
|
+
/** The error message. */
|
|
16
|
+
readonly message?: string;
|
|
17
|
+
/** The error target. */
|
|
18
|
+
readonly target?: string;
|
|
19
|
+
/** The error details. */
|
|
20
|
+
readonly details?: ErrorDetail[];
|
|
21
|
+
/** The error additional info. */
|
|
22
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
23
|
+
}
|
|
24
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
25
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
26
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
27
|
+
/** The resource management error additional info. */
|
|
28
|
+
export interface ErrorAdditionalInfo {
|
|
29
|
+
/** The additional info type. */
|
|
30
|
+
readonly type?: string;
|
|
31
|
+
/** The additional info. */
|
|
32
|
+
readonly info?: Record<string, unknown>;
|
|
33
|
+
}
|
|
34
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
35
|
+
/** Response containing search results from an index. */
|
|
36
|
+
export interface SearchDocumentsResult {
|
|
37
|
+
/** The total count of results found by the search operation, or null if the count was not requested. If present, the count may be greater than the number of results in this response. This can happen if you use the $top or $skip parameters, or if the query can't return all the requested documents in a single response. */
|
|
38
|
+
readonly count?: number;
|
|
39
|
+
/** A value indicating the percentage of the index that was included in the query, or null if minimumCoverage was not specified in the request. */
|
|
40
|
+
readonly coverage?: number;
|
|
41
|
+
/** The facet query results for the search operation, organized as a collection of buckets for each faceted field; null if the query did not include any facet expressions. */
|
|
42
|
+
readonly facets?: Record<string, FacetResult[]>;
|
|
43
|
+
/** The answers query results for the search operation; null if the answers query parameter was not specified or set to 'none'. */
|
|
44
|
+
readonly answers?: QueryAnswerResult[];
|
|
45
|
+
/** Debug information that applies to the search results as a whole. */
|
|
46
|
+
readonly debugInfo?: DebugInfo;
|
|
47
|
+
/** Continuation JSON payload returned when the query can't return all the requested results in a single response. You can use this JSON along with */
|
|
48
|
+
readonly nextPageParameters?: SearchRequest;
|
|
49
|
+
/** The sequence of results returned by the query. */
|
|
50
|
+
readonly results: SearchResult[];
|
|
51
|
+
/** Continuation URL returned when the query can't return all the requested results in a single response. You can use this URL to formulate another GET or POST Search request to get the next part of the search response. Make sure to use the same verb (GET or POST) as the request that produced this response. */
|
|
52
|
+
readonly nextLink?: string;
|
|
53
|
+
/** Reason that a partial response was returned for a semantic ranking request. */
|
|
54
|
+
readonly semanticPartialResponseReason?: SemanticErrorReason;
|
|
55
|
+
/** Type of partial response that was returned for a semantic ranking request. */
|
|
56
|
+
readonly semanticPartialResponseType?: SemanticSearchResultsType;
|
|
57
|
+
/** Type of query rewrite that was used to retrieve documents. */
|
|
58
|
+
readonly semanticQueryRewritesResultType?: SemanticQueryRewritesResultType;
|
|
59
|
+
}
|
|
60
|
+
export declare function searchDocumentsResultSerializer(_item: SearchDocumentsResult): any;
|
|
61
|
+
export declare function searchDocumentsResultDeserializer(item: any): SearchDocumentsResult;
|
|
62
|
+
export declare function facetResultArrayRecordSerializer(item: Record<string, Array<FacetResult>>): Record<string, any>;
|
|
63
|
+
export declare function facetResultArrayRecordDeserializer(item: Record<string, any>): Record<string, Array<FacetResult>>;
|
|
64
|
+
export declare function facetResultArraySerializer(result: Array<FacetResult>): any[];
|
|
65
|
+
export declare function facetResultArrayDeserializer(result: Array<FacetResult>): any[];
|
|
66
|
+
/** A single bucket of a facet query result. Reports the number of documents with a field value falling within a particular range or having a particular value or interval. */
|
|
67
|
+
export interface FacetResult {
|
|
68
|
+
/** The approximate count of documents falling within the bucket described by this facet. */
|
|
69
|
+
readonly count?: number;
|
|
70
|
+
/** The resulting total avg for the facet when a avg metric is requested. */
|
|
71
|
+
readonly avg?: number;
|
|
72
|
+
/** The resulting total min for the facet when a min metric is requested. */
|
|
73
|
+
readonly min?: number;
|
|
74
|
+
/** The resulting total max for the facet when a max metric is requested. */
|
|
75
|
+
readonly max?: number;
|
|
76
|
+
/** The resulting total sum for the facet when a sum metric is requested. */
|
|
77
|
+
readonly sum?: number;
|
|
78
|
+
/** The resulting total cardinality for the facet when a cardinality metric is requested. */
|
|
79
|
+
readonly cardinality?: number;
|
|
80
|
+
/** The nested facet query results for the search operation, organized as a collection of buckets for each faceted field; null if the query did not contain any nested facets. */
|
|
81
|
+
readonly facets?: Record<string, FacetResult[]>;
|
|
82
|
+
/** Additional properties */
|
|
83
|
+
additionalProperties?: Record<string, any>;
|
|
84
|
+
}
|
|
85
|
+
export declare function facetResultSerializer(item: FacetResult): any;
|
|
86
|
+
export declare function facetResultDeserializer(item: any): FacetResult;
|
|
87
|
+
export declare function queryAnswerResultArraySerializer(result: Array<QueryAnswerResult>): any[];
|
|
88
|
+
export declare function queryAnswerResultArrayDeserializer(result: Array<QueryAnswerResult>): any[];
|
|
89
|
+
/** An answer is a text passage extracted from the contents of the most relevant documents that matched the query. Answers are extracted from the top search results. Answer candidates are scored and the top answers are selected. */
|
|
90
|
+
export interface QueryAnswerResult {
|
|
91
|
+
/** The score value represents how relevant the answer is to the query relative to other answers returned for the query. */
|
|
92
|
+
readonly score?: number;
|
|
93
|
+
/** The key of the document the answer was extracted from. */
|
|
94
|
+
readonly key?: string;
|
|
95
|
+
/** The text passage extracted from the document contents as the answer. */
|
|
96
|
+
readonly text?: string;
|
|
97
|
+
/** Same text passage as in the Text property with highlighted text phrases most relevant to the query. */
|
|
98
|
+
readonly highlights?: string;
|
|
99
|
+
/** Additional properties */
|
|
100
|
+
additionalProperties?: Record<string, any>;
|
|
101
|
+
}
|
|
102
|
+
export declare function queryAnswerResultSerializer(item: QueryAnswerResult): any;
|
|
103
|
+
export declare function queryAnswerResultDeserializer(item: any): QueryAnswerResult;
|
|
104
|
+
/** Contains debugging information that can be used to further explore your search results. */
|
|
105
|
+
export interface DebugInfo {
|
|
106
|
+
/** Contains debugging information specific to query rewrites. */
|
|
107
|
+
readonly queryRewrites?: QueryRewritesDebugInfo;
|
|
108
|
+
}
|
|
109
|
+
export declare function debugInfoSerializer(_item: DebugInfo): any;
|
|
110
|
+
export declare function debugInfoDeserializer(item: any): DebugInfo;
|
|
111
|
+
/** Contains debugging information specific to query rewrites. */
|
|
112
|
+
export interface QueryRewritesDebugInfo {
|
|
113
|
+
/** List of query rewrites generated for the text query. */
|
|
114
|
+
readonly text?: QueryRewritesValuesDebugInfo;
|
|
115
|
+
/** List of query rewrites generated for the vectorizable text queries. */
|
|
116
|
+
readonly vectors?: QueryRewritesValuesDebugInfo[];
|
|
117
|
+
}
|
|
118
|
+
export declare function queryRewritesDebugInfoDeserializer(item: any): QueryRewritesDebugInfo;
|
|
119
|
+
/** Contains debugging information specific to query rewrites. */
|
|
120
|
+
export interface QueryRewritesValuesDebugInfo {
|
|
121
|
+
/** The input text to the generative query rewriting model. There may be cases where the user query and the input to the generative model are not identical. */
|
|
122
|
+
readonly inputQuery?: string;
|
|
123
|
+
/** List of query rewrites. */
|
|
124
|
+
readonly rewrites?: string[];
|
|
125
|
+
}
|
|
126
|
+
export declare function queryRewritesValuesDebugInfoDeserializer(item: any): QueryRewritesValuesDebugInfo;
|
|
127
|
+
export declare function queryRewritesValuesDebugInfoArrayDeserializer(result: Array<QueryRewritesValuesDebugInfo>): any[];
|
|
128
|
+
/** Parameters for filtering, sorting, faceting, paging, and other search query behaviors. */
|
|
129
|
+
export interface SearchRequest {
|
|
130
|
+
/** 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. */
|
|
131
|
+
includeTotalCount?: boolean;
|
|
132
|
+
/** 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. */
|
|
133
|
+
facets?: string[];
|
|
134
|
+
/** The OData $filter expression to apply to the search query. */
|
|
135
|
+
filter?: string;
|
|
136
|
+
/** The comma-separated list of field names to use for hit highlights. Only searchable fields can be used for hit highlighting. */
|
|
137
|
+
highlightFields?: string[];
|
|
138
|
+
/** A string tag that is appended to hit highlights. Must be set with highlightPreTag. Default is </em>. */
|
|
139
|
+
highlightPostTag?: string;
|
|
140
|
+
/** A string tag that is prepended to hit highlights. Must be set with highlightPostTag. Default is <em>. */
|
|
141
|
+
highlightPreTag?: string;
|
|
142
|
+
/** 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. */
|
|
143
|
+
minimumCoverage?: number;
|
|
144
|
+
/** 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. */
|
|
145
|
+
orderBy?: string;
|
|
146
|
+
/** A value that specifies the syntax of the search query. The default is 'simple'. Use 'full' if your query uses the Lucene query syntax. */
|
|
147
|
+
queryType?: QueryType;
|
|
148
|
+
/** 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. */
|
|
149
|
+
scoringStatistics?: ScoringStatistics;
|
|
150
|
+
/** 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. */
|
|
151
|
+
sessionId?: string;
|
|
152
|
+
/** 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). */
|
|
153
|
+
scoringParameters?: string[];
|
|
154
|
+
/** The name of a scoring profile to evaluate match scores for matching documents in order to sort the results. */
|
|
155
|
+
scoringProfile?: string;
|
|
156
|
+
/** Enables a debugging tool that can be used to further explore your reranked results. */
|
|
157
|
+
debug?: QueryDebugMode;
|
|
158
|
+
/** A full-text search query expression; Use "*" or omit this parameter to match all documents. */
|
|
159
|
+
searchText?: string;
|
|
160
|
+
/** 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. */
|
|
161
|
+
searchFields?: string;
|
|
162
|
+
/** A value that specifies whether any or all of the search terms must be matched in order to count the document as a match. */
|
|
163
|
+
searchMode?: SearchMode;
|
|
164
|
+
/** A value that specifies the language of the search query. */
|
|
165
|
+
queryLanguage?: QueryLanguage;
|
|
166
|
+
/** A value that specifies the type of the speller to use to spell-correct individual search query terms. */
|
|
167
|
+
querySpeller?: QuerySpellerType;
|
|
168
|
+
/** The comma-separated list of fields to retrieve. If unspecified, all fields marked as retrievable in the schema are included. */
|
|
169
|
+
select?: string;
|
|
170
|
+
/** 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. */
|
|
171
|
+
skip?: number;
|
|
172
|
+
/** 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. */
|
|
173
|
+
top?: number;
|
|
174
|
+
/** The name of a semantic configuration that will be used when processing documents for queries of type semantic. */
|
|
175
|
+
semanticConfigurationName?: string;
|
|
176
|
+
/** Allows the user to choose whether a semantic call should fail completely (default / current behavior), or to return partial results. */
|
|
177
|
+
semanticErrorHandling?: SemanticErrorMode;
|
|
178
|
+
/** 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. */
|
|
179
|
+
semanticMaxWaitInMilliseconds?: number;
|
|
180
|
+
/** 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. */
|
|
181
|
+
semanticQuery?: string;
|
|
182
|
+
/** A value that specifies whether answers should be returned as part of the search response. */
|
|
183
|
+
answers?: QueryAnswerType;
|
|
184
|
+
/** A value that specifies whether captions should be returned as part of the search response. */
|
|
185
|
+
captions?: QueryCaptionType;
|
|
186
|
+
/** A value that specifies whether query rewrites should be generated to augment the search query. */
|
|
187
|
+
queryRewrites?: QueryRewritesType;
|
|
188
|
+
/** The comma-separated list of field names used for semantic ranking. */
|
|
189
|
+
semanticFields?: string[];
|
|
190
|
+
/** The query parameters for vector and hybrid search queries. */
|
|
191
|
+
vectorQueries?: VectorQueryUnion[];
|
|
192
|
+
/** Determines whether or not filters are applied before or after the vector search is performed. Default is 'preFilter' for new indexes. */
|
|
193
|
+
vectorFilterMode?: VectorFilterMode;
|
|
194
|
+
/** The query parameters to configure hybrid search behaviors. */
|
|
195
|
+
hybridSearch?: HybridSearch;
|
|
196
|
+
}
|
|
197
|
+
export declare function searchRequestDeserializer(item: any): SearchRequest;
|
|
198
|
+
/** Specifies the syntax of the search query. The default is 'simple'. Use 'full' if your query uses the Lucene query syntax and 'semantic' if query syntax is not needed. */
|
|
199
|
+
export declare enum KnownQueryType {
|
|
200
|
+
/** Uses the simple query syntax for searches. Search text is interpreted using a simple query language that allows for symbols such as +, * and "". Queries are evaluated across all searchable fields by default, unless the searchFields parameter is specified. */
|
|
201
|
+
Simple = "simple",
|
|
202
|
+
/** Uses the full Lucene query syntax for searches. Search text is interpreted using the Lucene query language which allows field-specific and weighted searches, as well as other advanced features. */
|
|
203
|
+
Full = "full",
|
|
204
|
+
/** Best suited for queries expressed in natural language as opposed to keywords. Improves precision of search results by re-ranking the top search results using a ranking model trained on the Web corpus. */
|
|
205
|
+
Semantic = "semantic"
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* Specifies the syntax of the search query. The default is 'simple'. Use 'full' if your query uses the Lucene query syntax and 'semantic' if query syntax is not needed. \
|
|
209
|
+
* {@link KnownQueryType} can be used interchangeably with QueryType,
|
|
210
|
+
* this enum contains the known values that the service supports.
|
|
211
|
+
* ### Known values supported by the service
|
|
212
|
+
* **simple**: Uses the simple query syntax for searches. Search text is interpreted using a simple query language that allows for symbols such as +, * and "". Queries are evaluated across all searchable fields by default, unless the searchFields parameter is specified. \
|
|
213
|
+
* **full**: Uses the full Lucene query syntax for searches. Search text is interpreted using the Lucene query language which allows field-specific and weighted searches, as well as other advanced features. \
|
|
214
|
+
* **semantic**: Best suited for queries expressed in natural language as opposed to keywords. Improves precision of search results by re-ranking the top search results using a ranking model trained on the Web corpus.
|
|
215
|
+
*/
|
|
216
|
+
export type QueryType = string;
|
|
217
|
+
/** 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. */
|
|
218
|
+
export type ScoringStatistics = "local" | "global";
|
|
219
|
+
/** Enables a debugging tool that can be used to further explore your search results. You can enable multiple debug modes simultaneously by separating them with a | character, for example: semantic|queryRewrites. */
|
|
220
|
+
export declare enum KnownQueryDebugMode {
|
|
221
|
+
/** No query debugging information will be returned. */
|
|
222
|
+
Disabled = "disabled",
|
|
223
|
+
/** Allows the user to further explore their reranked results. */
|
|
224
|
+
Semantic = "semantic",
|
|
225
|
+
/** Allows the user to further explore their hybrid and vector query results. */
|
|
226
|
+
Vector = "vector",
|
|
227
|
+
/** Allows the user to explore the list of query rewrites generated for their search request. */
|
|
228
|
+
QueryRewrites = "queryRewrites",
|
|
229
|
+
/** Allows the user to retrieve scoring information regarding vectors matched within a collection of complex types. */
|
|
230
|
+
InnerHits = "innerHits",
|
|
231
|
+
/** Turn on all debug options. */
|
|
232
|
+
All = "all"
|
|
233
|
+
}
|
|
234
|
+
/**
|
|
235
|
+
* Enables a debugging tool that can be used to further explore your search results. You can enable multiple debug modes simultaneously by separating them with a | character, for example: semantic|queryRewrites. \
|
|
236
|
+
* {@link KnownQueryDebugMode} can be used interchangeably with QueryDebugMode,
|
|
237
|
+
* this enum contains the known values that the service supports.
|
|
238
|
+
* ### Known values supported by the service
|
|
239
|
+
* **disabled**: No query debugging information will be returned. \
|
|
240
|
+
* **semantic**: Allows the user to further explore their reranked results. \
|
|
241
|
+
* **vector**: Allows the user to further explore their hybrid and vector query results. \
|
|
242
|
+
* **queryRewrites**: Allows the user to explore the list of query rewrites generated for their search request. \
|
|
243
|
+
* **innerHits**: Allows the user to retrieve scoring information regarding vectors matched within a collection of complex types. \
|
|
244
|
+
* **all**: Turn on all debug options.
|
|
245
|
+
*/
|
|
246
|
+
export type QueryDebugMode = string;
|
|
247
|
+
/** Specifies whether any or all of the search terms must be matched in order to count the document as a match. */
|
|
248
|
+
export type SearchMode = "any" | "all";
|
|
249
|
+
/** The language of the query. */
|
|
250
|
+
export declare enum KnownQueryLanguage {
|
|
251
|
+
/** Query language not specified. */
|
|
252
|
+
None = "none",
|
|
253
|
+
/** Query language value for English (United States). */
|
|
254
|
+
EnUs = "en-us",
|
|
255
|
+
/** Query language value for English (Great Britain). */
|
|
256
|
+
EnGb = "en-gb",
|
|
257
|
+
/** Query language value for English (India). */
|
|
258
|
+
EnIn = "en-in",
|
|
259
|
+
/** Query language value for English (Canada). */
|
|
260
|
+
EnCa = "en-ca",
|
|
261
|
+
/** Query language value for English (Australia). */
|
|
262
|
+
EnAu = "en-au",
|
|
263
|
+
/** Query language value for French (France). */
|
|
264
|
+
FrFr = "fr-fr",
|
|
265
|
+
/** Query language value for French (Canada). */
|
|
266
|
+
FrCa = "fr-ca",
|
|
267
|
+
/** Query language value for German (Germany). */
|
|
268
|
+
DeDe = "de-de",
|
|
269
|
+
/** Query language value for Spanish (Spain). */
|
|
270
|
+
EsEs = "es-es",
|
|
271
|
+
/** Query language value for Spanish (Mexico). */
|
|
272
|
+
EsMx = "es-mx",
|
|
273
|
+
/** Query language value for Chinese (China). */
|
|
274
|
+
ZhCn = "zh-cn",
|
|
275
|
+
/** Query language value for Chinese (Taiwan). */
|
|
276
|
+
ZhTw = "zh-tw",
|
|
277
|
+
/** Query language value for Portuguese (Brazil). */
|
|
278
|
+
PtBr = "pt-br",
|
|
279
|
+
/** Query language value for Portuguese (Portugal). */
|
|
280
|
+
PtPt = "pt-pt",
|
|
281
|
+
/** Query language value for Italian (Italy). */
|
|
282
|
+
ItIt = "it-it",
|
|
283
|
+
/** Query language value for Japanese (Japan). */
|
|
284
|
+
JaJp = "ja-jp",
|
|
285
|
+
/** Query language value for Korean (Korea). */
|
|
286
|
+
KoKr = "ko-kr",
|
|
287
|
+
/** Query language value for Russian (Russia). */
|
|
288
|
+
RuRu = "ru-ru",
|
|
289
|
+
/** Query language value for Czech (Czech Republic). */
|
|
290
|
+
CsCz = "cs-cz",
|
|
291
|
+
/** Query language value for Dutch (Belgium). */
|
|
292
|
+
NlBe = "nl-be",
|
|
293
|
+
/** Query language value for Dutch (Netherlands). */
|
|
294
|
+
NlNl = "nl-nl",
|
|
295
|
+
/** Query language value for Hungarian (Hungary). */
|
|
296
|
+
HuHu = "hu-hu",
|
|
297
|
+
/** Query language value for Polish (Poland). */
|
|
298
|
+
PlPl = "pl-pl",
|
|
299
|
+
/** Query language value for Swedish (Sweden). */
|
|
300
|
+
SvSe = "sv-se",
|
|
301
|
+
/** Query language value for Turkish (Turkey). */
|
|
302
|
+
TrTr = "tr-tr",
|
|
303
|
+
/** Query language value for Hindi (India). */
|
|
304
|
+
HiIn = "hi-in",
|
|
305
|
+
/** Query language value for Arabic (Saudi Arabia). */
|
|
306
|
+
ArSa = "ar-sa",
|
|
307
|
+
/** Query language value for Arabic (Egypt). */
|
|
308
|
+
ArEg = "ar-eg",
|
|
309
|
+
/** Query language value for Arabic (Morocco). */
|
|
310
|
+
ArMa = "ar-ma",
|
|
311
|
+
/** Query language value for Arabic (Kuwait). */
|
|
312
|
+
ArKw = "ar-kw",
|
|
313
|
+
/** Query language value for Arabic (Jordan). */
|
|
314
|
+
ArJo = "ar-jo",
|
|
315
|
+
/** Query language value for Danish (Denmark). */
|
|
316
|
+
DaDk = "da-dk",
|
|
317
|
+
/** Query language value for Norwegian (Norway). */
|
|
318
|
+
NoNo = "no-no",
|
|
319
|
+
/** Query language value for Bulgarian (Bulgaria). */
|
|
320
|
+
BgBg = "bg-bg",
|
|
321
|
+
/** Query language value for Croatian (Croatia). */
|
|
322
|
+
HrHr = "hr-hr",
|
|
323
|
+
/** Query language value for Croatian (Bosnia and Herzegovina). */
|
|
324
|
+
HrBa = "hr-ba",
|
|
325
|
+
/** Query language value for Malay (Malaysia). */
|
|
326
|
+
MsMy = "ms-my",
|
|
327
|
+
/** Query language value for Malay (Brunei Darussalam). */
|
|
328
|
+
MsBn = "ms-bn",
|
|
329
|
+
/** Query language value for Slovenian (Slovenia). */
|
|
330
|
+
SlSl = "sl-sl",
|
|
331
|
+
/** Query language value for Tamil (India). */
|
|
332
|
+
TaIn = "ta-in",
|
|
333
|
+
/** Query language value for Vietnamese (Viet Nam). */
|
|
334
|
+
ViVn = "vi-vn",
|
|
335
|
+
/** Query language value for Greek (Greece). */
|
|
336
|
+
ElGr = "el-gr",
|
|
337
|
+
/** Query language value for Romanian (Romania). */
|
|
338
|
+
RoRo = "ro-ro",
|
|
339
|
+
/** Query language value for Icelandic (Iceland). */
|
|
340
|
+
IsIs = "is-is",
|
|
341
|
+
/** Query language value for Indonesian (Indonesia). */
|
|
342
|
+
IdId = "id-id",
|
|
343
|
+
/** Query language value for Thai (Thailand). */
|
|
344
|
+
ThTh = "th-th",
|
|
345
|
+
/** Query language value for Lithuanian (Lithuania). */
|
|
346
|
+
LtLt = "lt-lt",
|
|
347
|
+
/** Query language value for Ukrainian (Ukraine). */
|
|
348
|
+
UkUa = "uk-ua",
|
|
349
|
+
/** Query language value for Latvian (Latvia). */
|
|
350
|
+
LvLv = "lv-lv",
|
|
351
|
+
/** Query language value for Estonian (Estonia). */
|
|
352
|
+
EtEe = "et-ee",
|
|
353
|
+
/** Query language value for Catalan. */
|
|
354
|
+
CaEs = "ca-es",
|
|
355
|
+
/** Query language value for Finnish (Finland). */
|
|
356
|
+
FiFi = "fi-fi",
|
|
357
|
+
/** Query language value for Serbian (Bosnia and Herzegovina). */
|
|
358
|
+
SrBa = "sr-ba",
|
|
359
|
+
/** Query language value for Serbian (Montenegro). */
|
|
360
|
+
SrMe = "sr-me",
|
|
361
|
+
/** Query language value for Serbian (Serbia). */
|
|
362
|
+
SrRs = "sr-rs",
|
|
363
|
+
/** Query language value for Slovak (Slovakia). */
|
|
364
|
+
SkSk = "sk-sk",
|
|
365
|
+
/** Query language value for Norwegian (Norway). */
|
|
366
|
+
NbNo = "nb-no",
|
|
367
|
+
/** Query language value for Armenian (Armenia). */
|
|
368
|
+
HyAm = "hy-am",
|
|
369
|
+
/** Query language value for Bengali (India). */
|
|
370
|
+
BnIn = "bn-in",
|
|
371
|
+
/** Query language value for Basque. */
|
|
372
|
+
EuEs = "eu-es",
|
|
373
|
+
/** Query language value for Galician. */
|
|
374
|
+
GlEs = "gl-es",
|
|
375
|
+
/** Query language value for Gujarati (India). */
|
|
376
|
+
GuIn = "gu-in",
|
|
377
|
+
/** Query language value for Hebrew (Israel). */
|
|
378
|
+
HeIl = "he-il",
|
|
379
|
+
/** Query language value for Irish (Ireland). */
|
|
380
|
+
GaIe = "ga-ie",
|
|
381
|
+
/** Query language value for Kannada (India). */
|
|
382
|
+
KnIn = "kn-in",
|
|
383
|
+
/** Query language value for Malayalam (India). */
|
|
384
|
+
MlIn = "ml-in",
|
|
385
|
+
/** Query language value for Marathi (India). */
|
|
386
|
+
MrIn = "mr-in",
|
|
387
|
+
/** Query language value for Persian (U.A.E.). */
|
|
388
|
+
FaAe = "fa-ae",
|
|
389
|
+
/** Query language value for Punjabi (India). */
|
|
390
|
+
PaIn = "pa-in",
|
|
391
|
+
/** Query language value for Telugu (India). */
|
|
392
|
+
TeIn = "te-in",
|
|
393
|
+
/** Query language value for Urdu (Pakistan). */
|
|
394
|
+
UrPk = "ur-pk"
|
|
395
|
+
}
|
|
396
|
+
/**
|
|
397
|
+
* The language of the query. \
|
|
398
|
+
* {@link KnownQueryLanguage} can be used interchangeably with QueryLanguage,
|
|
399
|
+
* this enum contains the known values that the service supports.
|
|
400
|
+
* ### Known values supported by the service
|
|
401
|
+
* **none**: Query language not specified. \
|
|
402
|
+
* **en-us**: Query language value for English (United States). \
|
|
403
|
+
* **en-gb**: Query language value for English (Great Britain). \
|
|
404
|
+
* **en-in**: Query language value for English (India). \
|
|
405
|
+
* **en-ca**: Query language value for English (Canada). \
|
|
406
|
+
* **en-au**: Query language value for English (Australia). \
|
|
407
|
+
* **fr-fr**: Query language value for French (France). \
|
|
408
|
+
* **fr-ca**: Query language value for French (Canada). \
|
|
409
|
+
* **de-de**: Query language value for German (Germany). \
|
|
410
|
+
* **es-es**: Query language value for Spanish (Spain). \
|
|
411
|
+
* **es-mx**: Query language value for Spanish (Mexico). \
|
|
412
|
+
* **zh-cn**: Query language value for Chinese (China). \
|
|
413
|
+
* **zh-tw**: Query language value for Chinese (Taiwan). \
|
|
414
|
+
* **pt-br**: Query language value for Portuguese (Brazil). \
|
|
415
|
+
* **pt-pt**: Query language value for Portuguese (Portugal). \
|
|
416
|
+
* **it-it**: Query language value for Italian (Italy). \
|
|
417
|
+
* **ja-jp**: Query language value for Japanese (Japan). \
|
|
418
|
+
* **ko-kr**: Query language value for Korean (Korea). \
|
|
419
|
+
* **ru-ru**: Query language value for Russian (Russia). \
|
|
420
|
+
* **cs-cz**: Query language value for Czech (Czech Republic). \
|
|
421
|
+
* **nl-be**: Query language value for Dutch (Belgium). \
|
|
422
|
+
* **nl-nl**: Query language value for Dutch (Netherlands). \
|
|
423
|
+
* **hu-hu**: Query language value for Hungarian (Hungary). \
|
|
424
|
+
* **pl-pl**: Query language value for Polish (Poland). \
|
|
425
|
+
* **sv-se**: Query language value for Swedish (Sweden). \
|
|
426
|
+
* **tr-tr**: Query language value for Turkish (Turkey). \
|
|
427
|
+
* **hi-in**: Query language value for Hindi (India). \
|
|
428
|
+
* **ar-sa**: Query language value for Arabic (Saudi Arabia). \
|
|
429
|
+
* **ar-eg**: Query language value for Arabic (Egypt). \
|
|
430
|
+
* **ar-ma**: Query language value for Arabic (Morocco). \
|
|
431
|
+
* **ar-kw**: Query language value for Arabic (Kuwait). \
|
|
432
|
+
* **ar-jo**: Query language value for Arabic (Jordan). \
|
|
433
|
+
* **da-dk**: Query language value for Danish (Denmark). \
|
|
434
|
+
* **no-no**: Query language value for Norwegian (Norway). \
|
|
435
|
+
* **bg-bg**: Query language value for Bulgarian (Bulgaria). \
|
|
436
|
+
* **hr-hr**: Query language value for Croatian (Croatia). \
|
|
437
|
+
* **hr-ba**: Query language value for Croatian (Bosnia and Herzegovina). \
|
|
438
|
+
* **ms-my**: Query language value for Malay (Malaysia). \
|
|
439
|
+
* **ms-bn**: Query language value for Malay (Brunei Darussalam). \
|
|
440
|
+
* **sl-sl**: Query language value for Slovenian (Slovenia). \
|
|
441
|
+
* **ta-in**: Query language value for Tamil (India). \
|
|
442
|
+
* **vi-vn**: Query language value for Vietnamese (Viet Nam). \
|
|
443
|
+
* **el-gr**: Query language value for Greek (Greece). \
|
|
444
|
+
* **ro-ro**: Query language value for Romanian (Romania). \
|
|
445
|
+
* **is-is**: Query language value for Icelandic (Iceland). \
|
|
446
|
+
* **id-id**: Query language value for Indonesian (Indonesia). \
|
|
447
|
+
* **th-th**: Query language value for Thai (Thailand). \
|
|
448
|
+
* **lt-lt**: Query language value for Lithuanian (Lithuania). \
|
|
449
|
+
* **uk-ua**: Query language value for Ukrainian (Ukraine). \
|
|
450
|
+
* **lv-lv**: Query language value for Latvian (Latvia). \
|
|
451
|
+
* **et-ee**: Query language value for Estonian (Estonia). \
|
|
452
|
+
* **ca-es**: Query language value for Catalan. \
|
|
453
|
+
* **fi-fi**: Query language value for Finnish (Finland). \
|
|
454
|
+
* **sr-ba**: Query language value for Serbian (Bosnia and Herzegovina). \
|
|
455
|
+
* **sr-me**: Query language value for Serbian (Montenegro). \
|
|
456
|
+
* **sr-rs**: Query language value for Serbian (Serbia). \
|
|
457
|
+
* **sk-sk**: Query language value for Slovak (Slovakia). \
|
|
458
|
+
* **nb-no**: Query language value for Norwegian (Norway). \
|
|
459
|
+
* **hy-am**: Query language value for Armenian (Armenia). \
|
|
460
|
+
* **bn-in**: Query language value for Bengali (India). \
|
|
461
|
+
* **eu-es**: Query language value for Basque. \
|
|
462
|
+
* **gl-es**: Query language value for Galician. \
|
|
463
|
+
* **gu-in**: Query language value for Gujarati (India). \
|
|
464
|
+
* **he-il**: Query language value for Hebrew (Israel). \
|
|
465
|
+
* **ga-ie**: Query language value for Irish (Ireland). \
|
|
466
|
+
* **kn-in**: Query language value for Kannada (India). \
|
|
467
|
+
* **ml-in**: Query language value for Malayalam (India). \
|
|
468
|
+
* **mr-in**: Query language value for Marathi (India). \
|
|
469
|
+
* **fa-ae**: Query language value for Persian (U.A.E.). \
|
|
470
|
+
* **pa-in**: Query language value for Punjabi (India). \
|
|
471
|
+
* **te-in**: Query language value for Telugu (India). \
|
|
472
|
+
* **ur-pk**: Query language value for Urdu (Pakistan).
|
|
473
|
+
*/
|
|
474
|
+
export type QueryLanguage = string;
|
|
475
|
+
/** Improve search recall by spell-correcting individual search query terms. */
|
|
476
|
+
export declare enum KnownQuerySpellerType {
|
|
477
|
+
/** Speller not enabled. */
|
|
478
|
+
None = "none",
|
|
479
|
+
/** Speller corrects individual query terms using a static lexicon for the language specified by the queryLanguage parameter. */
|
|
480
|
+
Lexicon = "lexicon"
|
|
481
|
+
}
|
|
482
|
+
/**
|
|
483
|
+
* Improve search recall by spell-correcting individual search query terms. \
|
|
484
|
+
* {@link KnownQuerySpellerType} can be used interchangeably with QuerySpellerType,
|
|
485
|
+
* this enum contains the known values that the service supports.
|
|
486
|
+
* ### Known values supported by the service
|
|
487
|
+
* **none**: Speller not enabled. \
|
|
488
|
+
* **lexicon**: Speller corrects individual query terms using a static lexicon for the language specified by the queryLanguage parameter.
|
|
489
|
+
*/
|
|
490
|
+
export type QuerySpellerType = string;
|
|
491
|
+
/** Allows the user to choose whether a semantic call should fail completely, or to return partial results. */
|
|
492
|
+
export declare enum KnownSemanticErrorMode {
|
|
493
|
+
/** If the semantic processing fails, partial results still return. The definition of partial results depends on what semantic step failed and what was the reason for failure. */
|
|
494
|
+
Partial = "partial",
|
|
495
|
+
/** If there is an exception during the semantic processing step, the query will fail and return the appropriate HTTP code depending on the error. */
|
|
496
|
+
Fail = "fail"
|
|
497
|
+
}
|
|
498
|
+
/**
|
|
499
|
+
* Allows the user to choose whether a semantic call should fail completely, or to return partial results. \
|
|
500
|
+
* {@link KnownSemanticErrorMode} can be used interchangeably with SemanticErrorMode,
|
|
501
|
+
* this enum contains the known values that the service supports.
|
|
502
|
+
* ### Known values supported by the service
|
|
503
|
+
* **partial**: If the semantic processing fails, partial results still return. The definition of partial results depends on what semantic step failed and what was the reason for failure. \
|
|
504
|
+
* **fail**: If there is an exception during the semantic processing step, the query will fail and return the appropriate HTTP code depending on the error.
|
|
505
|
+
*/
|
|
506
|
+
export type SemanticErrorMode = string;
|
|
507
|
+
/** 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'. */
|
|
508
|
+
export declare enum KnownQueryAnswerType {
|
|
509
|
+
/** Do not return answers for the query. */
|
|
510
|
+
None = "none",
|
|
511
|
+
/** Extracts answer candidates from the contents of the documents returned in response to a query expressed as a question in natural language. */
|
|
512
|
+
Extractive = "extractive"
|
|
513
|
+
}
|
|
514
|
+
/**
|
|
515
|
+
* 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'. \
|
|
516
|
+
* {@link KnownQueryAnswerType} can be used interchangeably with QueryAnswerType,
|
|
517
|
+
* this enum contains the known values that the service supports.
|
|
518
|
+
* ### Known values supported by the service
|
|
519
|
+
* **none**: Do not return answers for the query. \
|
|
520
|
+
* **extractive**: Extracts answer candidates from the contents of the documents returned in response to a query expressed as a question in natural language.
|
|
521
|
+
*/
|
|
522
|
+
export type QueryAnswerType = string;
|
|
523
|
+
/** 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'. */
|
|
524
|
+
export declare enum KnownQueryCaptionType {
|
|
525
|
+
/** Do not return captions for the query. */
|
|
526
|
+
None = "none",
|
|
527
|
+
/** Extracts captions from the matching documents that contain passages relevant to the search query. */
|
|
528
|
+
Extractive = "extractive"
|
|
529
|
+
}
|
|
530
|
+
/**
|
|
531
|
+
* 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'. \
|
|
532
|
+
* {@link KnownQueryCaptionType} can be used interchangeably with QueryCaptionType,
|
|
533
|
+
* this enum contains the known values that the service supports.
|
|
534
|
+
* ### Known values supported by the service
|
|
535
|
+
* **none**: Do not return captions for the query. \
|
|
536
|
+
* **extractive**: Extracts captions from the matching documents that contain passages relevant to the search query.
|
|
537
|
+
*/
|
|
538
|
+
export type QueryCaptionType = string;
|
|
539
|
+
/** This parameter is only valid if the query type is `semantic`. When QueryRewrites is set to `generative`, the query terms are sent to a generate model which will produce 10 (default) rewrites to help increase the recall of the request. The requested count can be configured by appending the pipe character `|` followed by the `count-<number of rewrites>` option, such as `generative|count-3`. Defaults to `None`. */
|
|
540
|
+
export declare enum KnownQueryRewritesType {
|
|
541
|
+
/** Do not generate additional query rewrites for this query. */
|
|
542
|
+
None = "none",
|
|
543
|
+
/** Generate alternative query terms to increase the recall of a search request. */
|
|
544
|
+
Generative = "generative"
|
|
545
|
+
}
|
|
546
|
+
/**
|
|
547
|
+
* This parameter is only valid if the query type is `semantic`. When QueryRewrites is set to `generative`, the query terms are sent to a generate model which will produce 10 (default) rewrites to help increase the recall of the request. The requested count can be configured by appending the pipe character `|` followed by the `count-<number of rewrites>` option, such as `generative|count-3`. Defaults to `None`. \
|
|
548
|
+
* {@link KnownQueryRewritesType} can be used interchangeably with QueryRewritesType,
|
|
549
|
+
* this enum contains the known values that the service supports.
|
|
550
|
+
* ### Known values supported by the service
|
|
551
|
+
* **none**: Do not generate additional query rewrites for this query. \
|
|
552
|
+
* **generative**: Generate alternative query terms to increase the recall of a search request.
|
|
553
|
+
*/
|
|
554
|
+
export type QueryRewritesType = string;
|
|
555
|
+
export declare function vectorQueryUnionArraySerializer(result: Array<VectorQueryUnion>): any[];
|
|
556
|
+
export declare function vectorQueryUnionArrayDeserializer(result: Array<VectorQueryUnion>): any[];
|
|
557
|
+
/** The query parameters for vector and hybrid search queries. */
|
|
558
|
+
export interface VectorQuery {
|
|
559
|
+
/** Number of nearest neighbors to return as top hits. */
|
|
560
|
+
kNearestNeighborsCount?: number;
|
|
561
|
+
/** Vector Fields of type Collection(Edm.Single) to be included in the vector searched. */
|
|
562
|
+
fields?: string;
|
|
563
|
+
/** When true, triggers an exhaustive k-nearest neighbor search across all vectors within the vector index. Useful for scenarios where exact matches are critical, such as determining ground truth values. */
|
|
564
|
+
exhaustive?: boolean;
|
|
565
|
+
/** Oversampling factor. Minimum value is 1. It overrides the 'defaultOversampling' parameter configured in the index definition. It can be set only when 'rerankWithOriginalVectors' is true. This parameter is only permitted when a compression method is used on the underlying vector field. */
|
|
566
|
+
oversampling?: number;
|
|
567
|
+
/** Relative weight of the vector query when compared to other vector query and/or the text query within the same search request. This value is used when combining the results of multiple ranking lists produced by the different vector queries and/or the results retrieved through the text query. The higher the weight, the higher the documents that matched that query will be in the final ranking. Default is 1.0 and the value needs to be a positive number larger than zero. */
|
|
568
|
+
weight?: number;
|
|
569
|
+
/** The threshold used for vector queries. Note this can only be set if all 'fields' use the same similarity metric. */
|
|
570
|
+
threshold?: VectorThresholdUnion;
|
|
571
|
+
/** The OData filter expression to apply to this specific vector query. If no filter expression is defined at the vector level, the expression defined in the top level filter parameter is used instead. */
|
|
572
|
+
filterOverride?: string;
|
|
573
|
+
/** Controls how many vectors can be matched from each document in a vector search query. Setting it to 1 ensures at most one vector per document is matched, guaranteeing results come from distinct documents. Setting it to 0 (unlimited) allows multiple relevant vectors from the same document to be matched. Default is 0. */
|
|
574
|
+
perDocumentVectorLimit?: number;
|
|
575
|
+
/** Type of query. */
|
|
576
|
+
/** The discriminator possible values: vector, text, imageUrl, imageBinary */
|
|
577
|
+
kind: VectorQueryKind;
|
|
578
|
+
}
|
|
579
|
+
export declare function vectorQuerySerializer(item: VectorQuery): any;
|
|
580
|
+
export declare function vectorQueryDeserializer(item: any): VectorQuery;
|
|
581
|
+
/** Alias for VectorQueryUnion */
|
|
582
|
+
export type VectorQueryUnion = VectorizedQuery | VectorizableTextQuery | VectorizableImageUrlQuery | VectorizableImageBinaryQuery | VectorQuery;
|
|
583
|
+
export declare function vectorQueryUnionSerializer(item: VectorQueryUnion): any;
|
|
584
|
+
export declare function vectorQueryUnionDeserializer(item: any): VectorQueryUnion;
|
|
585
|
+
/** The threshold used for vector queries. */
|
|
586
|
+
export interface VectorThreshold {
|
|
587
|
+
/** Type of threshold. */
|
|
588
|
+
/** The discriminator possible values: vectorSimilarity, searchScore */
|
|
589
|
+
kind: VectorThresholdKind;
|
|
590
|
+
}
|
|
591
|
+
export declare function vectorThresholdSerializer(item: VectorThreshold): any;
|
|
592
|
+
export declare function vectorThresholdDeserializer(item: any): VectorThreshold;
|
|
593
|
+
/** Alias for VectorThresholdUnion */
|
|
594
|
+
export type VectorThresholdUnion = VectorSimilarityThreshold | SearchScoreThreshold | VectorThreshold;
|
|
595
|
+
export declare function vectorThresholdUnionSerializer(item: VectorThresholdUnion): any;
|
|
596
|
+
export declare function vectorThresholdUnionDeserializer(item: any): VectorThresholdUnion;
|
|
597
|
+
/** The kind of threshold used to filter vector queries. */
|
|
598
|
+
export declare enum KnownVectorThresholdKind {
|
|
599
|
+
/** The results of the vector query will be filtered based on the vector similarity metric. Note this is the canonical definition of similarity metric, not the 'distance' version. The threshold direction (larger or smaller) will be chosen automatically according to the metric used by the field. */
|
|
600
|
+
VectorSimilarity = "vectorSimilarity",
|
|
601
|
+
/** The results of the vector query will filter based on the '@search.score' value. Note this is the @search.score returned as part of the search response. The threshold direction will be chosen for higher @search.score. */
|
|
602
|
+
SearchScore = "searchScore"
|
|
603
|
+
}
|
|
604
|
+
/**
|
|
605
|
+
* The kind of threshold used to filter vector queries. \
|
|
606
|
+
* {@link KnownVectorThresholdKind} can be used interchangeably with VectorThresholdKind,
|
|
607
|
+
* this enum contains the known values that the service supports.
|
|
608
|
+
* ### Known values supported by the service
|
|
609
|
+
* **vectorSimilarity**: The results of the vector query will be filtered based on the vector similarity metric. Note this is the canonical definition of similarity metric, not the 'distance' version. The threshold direction (larger or smaller) will be chosen automatically according to the metric used by the field. \
|
|
610
|
+
* **searchScore**: The results of the vector query will filter based on the '@search.score' value. Note this is the @search.score returned as part of the search response. The threshold direction will be chosen for higher @search.score.
|
|
611
|
+
*/
|
|
612
|
+
export type VectorThresholdKind = string;
|
|
613
|
+
/** The results of the vector query will be filtered based on the vector similarity metric. Note this is the canonical definition of similarity metric, not the 'distance' version. The threshold direction (larger or smaller) will be chosen automatically according to the metric used by the field. */
|
|
614
|
+
export interface VectorSimilarityThreshold extends VectorThreshold {
|
|
615
|
+
/** The threshold will filter based on the similarity metric value. Note this is the canonical definition of similarity metric, not the 'distance' version. The threshold direction (larger or smaller) will be chosen automatically according to the metric used by the field. */
|
|
616
|
+
value: number;
|
|
617
|
+
/** The kind of threshold used to filter vector queries */
|
|
618
|
+
kind: "vectorSimilarity";
|
|
619
|
+
}
|
|
620
|
+
export declare function vectorSimilarityThresholdSerializer(item: VectorSimilarityThreshold): any;
|
|
621
|
+
export declare function vectorSimilarityThresholdDeserializer(item: any): VectorSimilarityThreshold;
|
|
622
|
+
/** The results of the vector query will filter based on the ' */
|
|
623
|
+
export interface SearchScoreThreshold extends VectorThreshold {
|
|
624
|
+
/** The threshold will filter based on the ' */
|
|
625
|
+
value: number;
|
|
626
|
+
/** The kind of threshold used to filter vector queries */
|
|
627
|
+
kind: "searchScore";
|
|
628
|
+
}
|
|
629
|
+
export declare function searchScoreThresholdSerializer(item: SearchScoreThreshold): any;
|
|
630
|
+
export declare function searchScoreThresholdDeserializer(item: any): SearchScoreThreshold;
|
|
631
|
+
/** The kind of vector query being performed. */
|
|
632
|
+
export declare enum KnownVectorQueryKind {
|
|
633
|
+
/** Vector query where a raw vector value is provided. */
|
|
634
|
+
Vector = "vector",
|
|
635
|
+
/** Vector query where a text value that needs to be vectorized is provided. */
|
|
636
|
+
Text = "text",
|
|
637
|
+
/** Vector query where an url that represents an image value that needs to be vectorized is provided. */
|
|
638
|
+
ImageUrl = "imageUrl",
|
|
639
|
+
/** Vector query where a base 64 encoded binary of an image that needs to be vectorized is provided. */
|
|
640
|
+
ImageBinary = "imageBinary"
|
|
641
|
+
}
|
|
642
|
+
/**
|
|
643
|
+
* The kind of vector query being performed. \
|
|
644
|
+
* {@link KnownVectorQueryKind} can be used interchangeably with VectorQueryKind,
|
|
645
|
+
* this enum contains the known values that the service supports.
|
|
646
|
+
* ### Known values supported by the service
|
|
647
|
+
* **vector**: Vector query where a raw vector value is provided. \
|
|
648
|
+
* **text**: Vector query where a text value that needs to be vectorized is provided. \
|
|
649
|
+
* **imageUrl**: Vector query where an url that represents an image value that needs to be vectorized is provided. \
|
|
650
|
+
* **imageBinary**: Vector query where a base 64 encoded binary of an image that needs to be vectorized is provided.
|
|
651
|
+
*/
|
|
652
|
+
export type VectorQueryKind = string;
|
|
653
|
+
/** The query parameters to use for vector search when a raw vector value is provided. */
|
|
654
|
+
export interface VectorizedQuery extends VectorQuery {
|
|
655
|
+
/** The vector representation of a search query. */
|
|
656
|
+
vector: number[];
|
|
657
|
+
/** The kind of vector query being performed. */
|
|
658
|
+
kind: "vector";
|
|
659
|
+
}
|
|
660
|
+
export declare function vectorizedQuerySerializer(item: VectorizedQuery): any;
|
|
661
|
+
export declare function vectorizedQueryDeserializer(item: any): VectorizedQuery;
|
|
662
|
+
/** The query parameters to use for vector search when a text value that needs to be vectorized is provided. */
|
|
663
|
+
export interface VectorizableTextQuery extends VectorQuery {
|
|
664
|
+
/** The text to be vectorized to perform a vector search query. */
|
|
665
|
+
text: string;
|
|
666
|
+
/** Can be configured to let a generative model rewrite the query before sending it to be vectorized. */
|
|
667
|
+
queryRewrites?: QueryRewritesType;
|
|
668
|
+
/** The kind of vector query being performed. */
|
|
669
|
+
kind: "text";
|
|
670
|
+
}
|
|
671
|
+
export declare function vectorizableTextQuerySerializer(item: VectorizableTextQuery): any;
|
|
672
|
+
export declare function vectorizableTextQueryDeserializer(item: any): VectorizableTextQuery;
|
|
673
|
+
/** The query parameters to use for vector search when an url that represents an image value that needs to be vectorized is provided. */
|
|
674
|
+
export interface VectorizableImageUrlQuery extends VectorQuery {
|
|
675
|
+
/** The URL of an image to be vectorized to perform a vector search query. */
|
|
676
|
+
url: string;
|
|
677
|
+
/** The kind of vector query being performed. */
|
|
678
|
+
kind: "imageUrl";
|
|
679
|
+
}
|
|
680
|
+
export declare function vectorizableImageUrlQuerySerializer(item: VectorizableImageUrlQuery): any;
|
|
681
|
+
export declare function vectorizableImageUrlQueryDeserializer(item: any): VectorizableImageUrlQuery;
|
|
682
|
+
/** The query parameters to use for vector search when a base 64 encoded binary of an image that needs to be vectorized is provided. */
|
|
683
|
+
export interface VectorizableImageBinaryQuery extends VectorQuery {
|
|
684
|
+
/** The base 64 encoded binary of an image to be vectorized to perform a vector search query. */
|
|
685
|
+
base64Image?: string;
|
|
686
|
+
/** The kind of vector query being performed. */
|
|
687
|
+
kind: "imageBinary";
|
|
688
|
+
}
|
|
689
|
+
export declare function vectorizableImageBinaryQuerySerializer(item: VectorizableImageBinaryQuery): any;
|
|
690
|
+
export declare function vectorizableImageBinaryQueryDeserializer(item: any): VectorizableImageBinaryQuery;
|
|
691
|
+
/** Determines whether or not filters are applied before or after the vector search is performed. */
|
|
692
|
+
export declare enum KnownVectorFilterMode {
|
|
693
|
+
/** The filter will be applied after the candidate set of vector results is returned. Depending on the filter selectivity, this can result in fewer results than requested by the parameter 'k'. */
|
|
694
|
+
PostFilter = "postFilter",
|
|
695
|
+
/** The filter will be applied before the search query. */
|
|
696
|
+
PreFilter = "preFilter",
|
|
697
|
+
/** The filter will be applied after the global top-k candidate set of vector results is returned. This will result in fewer results than requested by the parameter 'k'. */
|
|
698
|
+
StrictPostFilter = "strictPostFilter"
|
|
699
|
+
}
|
|
700
|
+
/**
|
|
701
|
+
* Determines whether or not filters are applied before or after the vector search is performed. \
|
|
702
|
+
* {@link KnownVectorFilterMode} can be used interchangeably with VectorFilterMode,
|
|
703
|
+
* this enum contains the known values that the service supports.
|
|
704
|
+
* ### Known values supported by the service
|
|
705
|
+
* **postFilter**: The filter will be applied after the candidate set of vector results is returned. Depending on the filter selectivity, this can result in fewer results than requested by the parameter 'k'. \
|
|
706
|
+
* **preFilter**: The filter will be applied before the search query. \
|
|
707
|
+
* **strictPostFilter**: The filter will be applied after the global top-k candidate set of vector results is returned. This will result in fewer results than requested by the parameter 'k'.
|
|
708
|
+
*/
|
|
709
|
+
export type VectorFilterMode = string;
|
|
710
|
+
/** The query parameters to configure hybrid search behaviors. */
|
|
711
|
+
export interface HybridSearch {
|
|
712
|
+
/** Determines the maximum number of documents to be retrieved by the text query portion of a hybrid search request. Those documents will be combined with the documents matching the vector queries to produce a single final list of results. Choosing a larger maxTextRecallSize value will allow retrieving and paging through more documents (using the top and skip parameters), at the cost of higher resource utilization and higher latency. The value needs to be between 1 and 10,000. Default is 1000. */
|
|
713
|
+
maxTextRecallSize?: number;
|
|
714
|
+
/** Determines whether the count and facets should includes all documents that matched the search query, or only the documents that are retrieved within the 'maxTextRecallSize' window. */
|
|
715
|
+
countAndFacetMode?: HybridCountAndFacetMode;
|
|
716
|
+
}
|
|
717
|
+
export declare function hybridSearchSerializer(item: HybridSearch): any;
|
|
718
|
+
export declare function hybridSearchDeserializer(item: any): HybridSearch;
|
|
719
|
+
/** Determines whether the count and facets should includes all documents that matched the search query, or only the documents that are retrieved within the 'maxTextRecallSize' window. The default value is 'countAllResults'. */
|
|
720
|
+
export declare enum KnownHybridCountAndFacetMode {
|
|
721
|
+
/** Only include documents that were matched within the 'maxTextRecallSize' retrieval window when computing 'count' and 'facets'. */
|
|
722
|
+
CountRetrievableResults = "countRetrievableResults",
|
|
723
|
+
/** Include all documents that were matched by the search query when computing 'count' and 'facets', regardless of whether or not those documents are within the 'maxTextRecallSize' retrieval window. */
|
|
724
|
+
CountAllResults = "countAllResults"
|
|
725
|
+
}
|
|
726
|
+
/**
|
|
727
|
+
* Determines whether the count and facets should includes all documents that matched the search query, or only the documents that are retrieved within the 'maxTextRecallSize' window. The default value is 'countAllResults'. \
|
|
728
|
+
* {@link KnownHybridCountAndFacetMode} can be used interchangeably with HybridCountAndFacetMode,
|
|
729
|
+
* this enum contains the known values that the service supports.
|
|
730
|
+
* ### Known values supported by the service
|
|
731
|
+
* **countRetrievableResults**: Only include documents that were matched within the 'maxTextRecallSize' retrieval window when computing 'count' and 'facets'. \
|
|
732
|
+
* **countAllResults**: Include all documents that were matched by the search query when computing 'count' and 'facets', regardless of whether or not those documents are within the 'maxTextRecallSize' retrieval window.
|
|
733
|
+
*/
|
|
734
|
+
export type HybridCountAndFacetMode = string;
|
|
735
|
+
export declare function searchResultArraySerializer(result: Array<SearchResult>): any[];
|
|
736
|
+
export declare function searchResultArrayDeserializer(result: Array<SearchResult>): any[];
|
|
737
|
+
/** Contains a document found by a search query, plus associated metadata. */
|
|
738
|
+
export interface SearchResult {
|
|
739
|
+
/** The relevance score of the document compared to other documents returned by the query. */
|
|
740
|
+
readonly score: number;
|
|
741
|
+
/** The relevance score computed by the semantic ranker for the top search results. Search results are sorted by the RerankerScore first and then by the Score. RerankerScore is only returned for queries of type 'semantic'. */
|
|
742
|
+
readonly rerankerScore?: number;
|
|
743
|
+
/** The relevance score computed by boosting the Reranker Score. Search results are sorted by the RerankerScore/RerankerBoostedScore based on useScoringProfileBoostedRanking in the Semantic Config. RerankerBoostedScore is only returned for queries of type 'semantic'. */
|
|
744
|
+
readonly rerankerBoostedScore?: number;
|
|
745
|
+
/** Text fragments from the document that indicate the matching search terms, organized by each applicable field; null if hit highlighting was not enabled for the query. */
|
|
746
|
+
readonly highlights?: Record<string, string[]>;
|
|
747
|
+
/** Captions are the most representative passages from the document relatively to the search query. They are often used as document summary. Captions are only returned for queries of type 'semantic'. */
|
|
748
|
+
readonly captions?: QueryCaptionResult[];
|
|
749
|
+
/** Contains debugging information that can be used to further explore your search results. */
|
|
750
|
+
readonly documentDebugInfo?: DocumentDebugInfo;
|
|
751
|
+
/** Additional properties */
|
|
752
|
+
additionalProperties?: Record<string, any>;
|
|
753
|
+
}
|
|
754
|
+
export declare function searchResultSerializer(item: SearchResult): any;
|
|
755
|
+
export declare function searchResultDeserializer(item: any): SearchResult;
|
|
756
|
+
export declare function queryCaptionResultArrayDeserializer(result: Array<QueryCaptionResult>): any[];
|
|
757
|
+
/** Captions are the most representative passages from the document relatively to the search query. They are often used as document summary. Captions are only returned for queries of type `semantic`. */
|
|
758
|
+
export interface QueryCaptionResult {
|
|
759
|
+
/** A representative text passage extracted from the document most relevant to the search query. */
|
|
760
|
+
readonly text?: string;
|
|
761
|
+
/** Same text passage as in the Text property with highlighted phrases most relevant to the query. */
|
|
762
|
+
readonly highlights?: string;
|
|
763
|
+
/** Additional properties */
|
|
764
|
+
additionalProperties?: Record<string, any>;
|
|
765
|
+
}
|
|
766
|
+
export declare function queryCaptionResultDeserializer(item: any): QueryCaptionResult;
|
|
767
|
+
/** Contains debugging information that can be used to further explore your search results. */
|
|
768
|
+
export interface DocumentDebugInfo {
|
|
769
|
+
/** Contains debugging information specific to semantic ranking requests. */
|
|
770
|
+
readonly semantic?: SemanticDebugInfo;
|
|
771
|
+
/** Contains debugging information specific to vector and hybrid search. */
|
|
772
|
+
readonly vectors?: VectorsDebugInfo;
|
|
773
|
+
/** Contains debugging information specific to vectors matched within a collection of complex types. */
|
|
774
|
+
readonly innerHits?: Record<string, QueryResultDocumentInnerHit[]>;
|
|
775
|
+
}
|
|
776
|
+
export declare function documentDebugInfoDeserializer(item: any): DocumentDebugInfo;
|
|
777
|
+
/** Contains debugging information specific to semantic ranking requests. */
|
|
778
|
+
export interface SemanticDebugInfo {
|
|
779
|
+
/** The title field that was sent to the semantic enrichment process, as well as how it was used */
|
|
780
|
+
readonly titleField?: QueryResultDocumentSemanticField;
|
|
781
|
+
/** The content fields that were sent to the semantic enrichment process, as well as how they were used */
|
|
782
|
+
readonly contentFields?: QueryResultDocumentSemanticField[];
|
|
783
|
+
/** The keyword fields that were sent to the semantic enrichment process, as well as how they were used */
|
|
784
|
+
readonly keywordFields?: QueryResultDocumentSemanticField[];
|
|
785
|
+
/** The raw concatenated strings that were sent to the semantic enrichment process. */
|
|
786
|
+
readonly rerankerInput?: QueryResultDocumentRerankerInput;
|
|
787
|
+
}
|
|
788
|
+
export declare function semanticDebugInfoDeserializer(item: any): SemanticDebugInfo;
|
|
789
|
+
/** Description of fields that were sent to the semantic enrichment process, as well as how they were used */
|
|
790
|
+
export interface QueryResultDocumentSemanticField {
|
|
791
|
+
/** The name of the field that was sent to the semantic enrichment process */
|
|
792
|
+
readonly name?: string;
|
|
793
|
+
/** The way the field was used for the semantic enrichment process (fully used, partially used, or unused) */
|
|
794
|
+
readonly state?: SemanticFieldState;
|
|
795
|
+
}
|
|
796
|
+
export declare function queryResultDocumentSemanticFieldDeserializer(item: any): QueryResultDocumentSemanticField;
|
|
797
|
+
/** The way the field was used for the semantic enrichment process. */
|
|
798
|
+
export declare enum KnownSemanticFieldState {
|
|
799
|
+
/** The field was fully used for semantic enrichment. */
|
|
800
|
+
Used = "used",
|
|
801
|
+
/** The field was not used for semantic enrichment. */
|
|
802
|
+
Unused = "unused",
|
|
803
|
+
/** The field was partially used for semantic enrichment. */
|
|
804
|
+
Partial = "partial"
|
|
805
|
+
}
|
|
806
|
+
/**
|
|
807
|
+
* The way the field was used for the semantic enrichment process. \
|
|
808
|
+
* {@link KnownSemanticFieldState} can be used interchangeably with SemanticFieldState,
|
|
809
|
+
* this enum contains the known values that the service supports.
|
|
810
|
+
* ### Known values supported by the service
|
|
811
|
+
* **used**: The field was fully used for semantic enrichment. \
|
|
812
|
+
* **unused**: The field was not used for semantic enrichment. \
|
|
813
|
+
* **partial**: The field was partially used for semantic enrichment.
|
|
814
|
+
*/
|
|
815
|
+
export type SemanticFieldState = string;
|
|
816
|
+
export declare function queryResultDocumentSemanticFieldArrayDeserializer(result: Array<QueryResultDocumentSemanticField>): any[];
|
|
817
|
+
/** The raw concatenated strings that were sent to the semantic enrichment process. */
|
|
818
|
+
export interface QueryResultDocumentRerankerInput {
|
|
819
|
+
/** The raw string for the title field that was used for semantic enrichment. */
|
|
820
|
+
readonly title?: string;
|
|
821
|
+
/** The raw concatenated strings for the content fields that were used for semantic enrichment. */
|
|
822
|
+
readonly content?: string;
|
|
823
|
+
/** The raw concatenated strings for the keyword fields that were used for semantic enrichment. */
|
|
824
|
+
readonly keywords?: string;
|
|
825
|
+
}
|
|
826
|
+
export declare function queryResultDocumentRerankerInputDeserializer(item: any): QueryResultDocumentRerankerInput;
|
|
827
|
+
/** "Contains debugging information specific to vector and hybrid search.") */
|
|
828
|
+
export interface VectorsDebugInfo {
|
|
829
|
+
/** The breakdown of subscores of the document prior to the chosen result set fusion/combination method such as RRF. */
|
|
830
|
+
readonly subscores?: QueryResultDocumentSubscores;
|
|
831
|
+
}
|
|
832
|
+
export declare function vectorsDebugInfoDeserializer(item: any): VectorsDebugInfo;
|
|
833
|
+
/** The breakdown of subscores between the text and vector query components of the search query for this document. Each vector query is shown as a separate object in the same order they were received. */
|
|
834
|
+
export interface QueryResultDocumentSubscores {
|
|
835
|
+
/** The BM25 or Classic score for the text portion of the query. */
|
|
836
|
+
readonly text?: TextResult;
|
|
837
|
+
/** The vector similarity and */
|
|
838
|
+
readonly vectors?: Record<string, SingleVectorFieldResult>[];
|
|
839
|
+
/** The BM25 or Classic score for the text portion of the query. */
|
|
840
|
+
readonly documentBoost?: number;
|
|
841
|
+
}
|
|
842
|
+
export declare function queryResultDocumentSubscoresDeserializer(item: any): QueryResultDocumentSubscores;
|
|
843
|
+
/** The BM25 or Classic score for the text portion of the query. */
|
|
844
|
+
export interface TextResult {
|
|
845
|
+
/** The BM25 or Classic score for the text portion of the query. */
|
|
846
|
+
readonly searchScore?: number;
|
|
847
|
+
}
|
|
848
|
+
export declare function textResultDeserializer(item: any): TextResult;
|
|
849
|
+
export declare function singleVectorFieldResultRecordArrayDeserializer(result: Array<Record<string, SingleVectorFieldResult>>): any[];
|
|
850
|
+
export declare function singleVectorFieldResultRecordDeserializer(item: Record<string, any>): Record<string, SingleVectorFieldResult>;
|
|
851
|
+
/** A single vector field result. Both */
|
|
852
|
+
export interface SingleVectorFieldResult {
|
|
853
|
+
/** The */
|
|
854
|
+
readonly searchScore?: number;
|
|
855
|
+
/** The vector similarity score for this document. Note this is the canonical definition of similarity metric, not the 'distance' version. For example, cosine similarity instead of cosine distance. */
|
|
856
|
+
readonly vectorSimilarity?: number;
|
|
857
|
+
}
|
|
858
|
+
export declare function singleVectorFieldResultDeserializer(item: any): SingleVectorFieldResult;
|
|
859
|
+
export declare function queryResultDocumentInnerHitArrayRecordDeserializer(item: Record<string, any>): Record<string, Array<QueryResultDocumentInnerHit>>;
|
|
860
|
+
export declare function queryResultDocumentInnerHitArrayDeserializer(result: Array<QueryResultDocumentInnerHit>): any[];
|
|
861
|
+
/** Detailed scoring information for an individual element of a complex collection. */
|
|
862
|
+
export interface QueryResultDocumentInnerHit {
|
|
863
|
+
/** Position of this specific matching element within it's original collection. Position starts at 0. */
|
|
864
|
+
readonly ordinal?: number;
|
|
865
|
+
/** Detailed scoring information for an individual element of a complex collection that matched a vector query. */
|
|
866
|
+
readonly vectors?: Record<string, SingleVectorFieldResult>[];
|
|
867
|
+
}
|
|
868
|
+
export declare function queryResultDocumentInnerHitDeserializer(item: any): QueryResultDocumentInnerHit;
|
|
869
|
+
/** Reason that a partial response was returned for a semantic ranking request. */
|
|
870
|
+
export declare enum KnownSemanticErrorReason {
|
|
871
|
+
/** If `semanticMaxWaitInMilliseconds` was set and the semantic processing duration exceeded that value. Only the base results were returned. */
|
|
872
|
+
MaxWaitExceeded = "maxWaitExceeded",
|
|
873
|
+
/** The request was throttled. Only the base results were returned. */
|
|
874
|
+
CapacityOverloaded = "capacityOverloaded",
|
|
875
|
+
/** At least one step of the semantic process failed. */
|
|
876
|
+
Transient = "transient"
|
|
877
|
+
}
|
|
878
|
+
/**
|
|
879
|
+
* Reason that a partial response was returned for a semantic ranking request. \
|
|
880
|
+
* {@link KnownSemanticErrorReason} can be used interchangeably with SemanticErrorReason,
|
|
881
|
+
* this enum contains the known values that the service supports.
|
|
882
|
+
* ### Known values supported by the service
|
|
883
|
+
* **maxWaitExceeded**: If `semanticMaxWaitInMilliseconds` was set and the semantic processing duration exceeded that value. Only the base results were returned. \
|
|
884
|
+
* **capacityOverloaded**: The request was throttled. Only the base results were returned. \
|
|
885
|
+
* **transient**: At least one step of the semantic process failed.
|
|
886
|
+
*/
|
|
887
|
+
export type SemanticErrorReason = string;
|
|
888
|
+
/** Type of partial response that was returned for a semantic ranking request. */
|
|
889
|
+
export declare enum KnownSemanticSearchResultsType {
|
|
890
|
+
/** Results without any semantic enrichment or reranking. */
|
|
891
|
+
BaseResults = "baseResults",
|
|
892
|
+
/** Results have been reranked with the reranker model and will include semantic captions. They will not include any answers, answers highlights or caption highlights. */
|
|
893
|
+
RerankedResults = "rerankedResults"
|
|
894
|
+
}
|
|
895
|
+
/**
|
|
896
|
+
* Type of partial response that was returned for a semantic ranking request. \
|
|
897
|
+
* {@link KnownSemanticSearchResultsType} can be used interchangeably with SemanticSearchResultsType,
|
|
898
|
+
* this enum contains the known values that the service supports.
|
|
899
|
+
* ### Known values supported by the service
|
|
900
|
+
* **baseResults**: Results without any semantic enrichment or reranking. \
|
|
901
|
+
* **rerankedResults**: Results have been reranked with the reranker model and will include semantic captions. They will not include any answers, answers highlights or caption highlights.
|
|
902
|
+
*/
|
|
903
|
+
export type SemanticSearchResultsType = string;
|
|
904
|
+
/** Type of query rewrite that was used for this request. */
|
|
905
|
+
export declare enum KnownSemanticQueryRewritesResultType {
|
|
906
|
+
/** Query rewrites were not successfully generated for this request. Only the original query was used to retrieve the results. */
|
|
907
|
+
OriginalQueryOnly = "originalQueryOnly"
|
|
908
|
+
}
|
|
909
|
+
/**
|
|
910
|
+
* Type of query rewrite that was used for this request. \
|
|
911
|
+
* {@link KnownSemanticQueryRewritesResultType} can be used interchangeably with SemanticQueryRewritesResultType,
|
|
912
|
+
* this enum contains the known values that the service supports.
|
|
913
|
+
* ### Known values supported by the service
|
|
914
|
+
* **originalQueryOnly**: Query rewrites were not successfully generated for this request. Only the original query was used to retrieve the results.
|
|
915
|
+
*/
|
|
916
|
+
export type SemanticQueryRewritesResultType = string;
|
|
917
|
+
/** A document retrieved via a document lookup operation. */
|
|
918
|
+
export interface LookupDocument {
|
|
919
|
+
/** Additional properties */
|
|
920
|
+
additionalProperties?: Record<string, any>;
|
|
921
|
+
}
|
|
922
|
+
export declare function lookupDocumentDeserializer(item: any): LookupDocument;
|
|
923
|
+
/** Response containing suggestion query results from an index. */
|
|
924
|
+
export interface SuggestDocumentsResult {
|
|
925
|
+
/** The sequence of results returned by the query. */
|
|
926
|
+
readonly results: SuggestResult[];
|
|
927
|
+
/** A value indicating the percentage of the index that was included in the query, or null if minimumCoverage was not set in the request. */
|
|
928
|
+
readonly coverage?: number;
|
|
929
|
+
}
|
|
930
|
+
export declare function suggestDocumentsResultDeserializer(item: any): SuggestDocumentsResult;
|
|
931
|
+
export declare function suggestResultArraySerializer(result: Array<SuggestResult>): any[];
|
|
932
|
+
export declare function suggestResultArrayDeserializer(result: Array<SuggestResult>): any[];
|
|
933
|
+
/** A result containing a document found by a suggestion query, plus associated metadata. */
|
|
934
|
+
export interface SuggestResult {
|
|
935
|
+
/** The text of the suggestion result. */
|
|
936
|
+
readonly text: string;
|
|
937
|
+
/** Additional properties */
|
|
938
|
+
additionalProperties?: Record<string, any>;
|
|
939
|
+
}
|
|
940
|
+
export declare function suggestResultSerializer(item: SuggestResult): any;
|
|
941
|
+
export declare function suggestResultDeserializer(item: any): SuggestResult;
|
|
942
|
+
/** Contains a batch of document write actions to send to the index. */
|
|
943
|
+
export interface IndexDocumentsBatch {
|
|
944
|
+
/** The actions in the batch. */
|
|
945
|
+
actions: IndexAction[];
|
|
946
|
+
}
|
|
947
|
+
export declare function indexDocumentsBatchSerializer(item: IndexDocumentsBatch): any;
|
|
948
|
+
export declare function indexActionArraySerializer(result: Array<IndexAction>): any[];
|
|
949
|
+
/** Represents an index action that operates on a document. */
|
|
950
|
+
export interface IndexAction {
|
|
951
|
+
/** The operation to perform on a document in an indexing batch. */
|
|
952
|
+
actionType?: IndexActionType;
|
|
953
|
+
/** Additional properties */
|
|
954
|
+
additionalProperties?: Record<string, any>;
|
|
955
|
+
}
|
|
956
|
+
export declare function indexActionSerializer(item: IndexAction): any;
|
|
957
|
+
/** The operation to perform on a document in an indexing batch. */
|
|
958
|
+
export type IndexActionType = "upload" | "merge" | "mergeOrUpload" | "delete";
|
|
959
|
+
/** Response containing the status of operations for all documents in the indexing request. */
|
|
960
|
+
export interface IndexDocumentsResult {
|
|
961
|
+
/** The list of status information for each document in the indexing request. */
|
|
962
|
+
readonly results: IndexingResult[];
|
|
963
|
+
}
|
|
964
|
+
export declare function indexDocumentsResultDeserializer(item: any): IndexDocumentsResult;
|
|
965
|
+
export declare function indexingResultArraySerializer(result: Array<IndexingResult>): any[];
|
|
966
|
+
export declare function indexingResultArrayDeserializer(result: Array<IndexingResult>): any[];
|
|
967
|
+
/** Status of an indexing operation for a single document. */
|
|
968
|
+
export interface IndexingResult {
|
|
969
|
+
/** The key of a document that was in the indexing request. */
|
|
970
|
+
readonly key: string;
|
|
971
|
+
/** The error message explaining why the indexing operation failed for the document identified by the key; null if indexing succeeded. */
|
|
972
|
+
readonly errorMessage?: string;
|
|
973
|
+
/** A value indicating whether the indexing operation succeeded for the document identified by the key. */
|
|
974
|
+
readonly succeeded: boolean;
|
|
975
|
+
/** The status code of the indexing operation. Possible values include: 200 for a successful update or delete, 201 for successful document creation, 400 for a malformed input document, 404 for document not found, 409 for a version conflict, 422 when the index is temporarily unavailable, or 503 for when the service is too busy. */
|
|
976
|
+
readonly statusCode: number;
|
|
977
|
+
}
|
|
978
|
+
export declare function indexingResultSerializer(_item: IndexingResult): any;
|
|
979
|
+
export declare function indexingResultDeserializer(item: any): IndexingResult;
|
|
980
|
+
/** The result of Autocomplete query. */
|
|
981
|
+
export interface AutocompleteResult {
|
|
982
|
+
/** A value indicating the percentage of the index that was considered by the autocomplete request, or null if minimumCoverage was not specified in the request. */
|
|
983
|
+
readonly coverage?: number;
|
|
984
|
+
/** The list of returned Autocompleted items. */
|
|
985
|
+
readonly results: AutocompleteItem[];
|
|
986
|
+
}
|
|
987
|
+
export declare function autocompleteResultDeserializer(item: any): AutocompleteResult;
|
|
988
|
+
export declare function autocompleteItemArraySerializer(result: Array<AutocompleteItem>): any[];
|
|
989
|
+
export declare function autocompleteItemArrayDeserializer(result: Array<AutocompleteItem>): any[];
|
|
990
|
+
/** The result of Autocomplete requests. */
|
|
991
|
+
export interface AutocompleteItem {
|
|
992
|
+
/** The completed term. */
|
|
993
|
+
readonly text: string;
|
|
994
|
+
/** The query along with the completed term. */
|
|
995
|
+
readonly queryPlusText: string;
|
|
996
|
+
}
|
|
997
|
+
export declare function autocompleteItemSerializer(_item: AutocompleteItem): any;
|
|
998
|
+
export declare function autocompleteItemDeserializer(item: any): AutocompleteItem;
|
|
999
|
+
/** Specifies the mode for Autocomplete. The default is 'oneTerm'. Use 'twoTerms' to get shingles and 'oneTermWithContext' to use the current context in producing autocomplete terms. */
|
|
1000
|
+
export type AutocompleteMode = "oneTerm" | "twoTerms" | "oneTermWithContext";
|
|
1001
|
+
//# sourceMappingURL=models.d.ts.map
|