@azure/search-documents 12.3.0-beta.1 → 13.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +3 -4
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/indexModels.d.ts +16 -114
- package/dist/browser/indexModels.d.ts.map +1 -1
- package/dist/browser/indexModels.js.map +1 -1
- package/dist/browser/knowledgeBaseModels.d.ts +6 -18
- 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 +45 -0
- package/dist/browser/knowledgeBaseRetrieval/api/operations.js.map +1 -0
- package/dist/browser/knowledgeBaseRetrieval/api/options.d.ts +9 -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 +5170 -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 +6380 -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 +492 -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 +592 -0
- package/dist/browser/models/azure/search/documents/knowledgeBases/models.js.map +1 -0
- package/dist/browser/models/azure/search/documents/models.d.ts +537 -0
- package/dist/browser/models/azure/search/documents/models.d.ts.map +1 -0
- package/dist/browser/models/azure/search/documents/models.js +593 -0
- package/dist/browser/models/azure/search/documents/models.js.map +1 -0
- package/dist/browser/models/index.d.ts +3 -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 +17 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +15 -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 +456 -0
- package/dist/browser/search/api/operations.js.map +1 -0
- package/dist/browser/search/api/options.d.ts +244 -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 +4 -6
- package/dist/browser/searchClient.d.ts.map +1 -1
- package/dist/browser/searchClient.js +93 -238
- 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 +128 -0
- package/dist/browser/searchIndex/api/operations.d.ts.map +1 -0
- package/dist/browser/searchIndex/api/operations.js +1123 -0
- package/dist/browser/searchIndex/api/operations.js.map +1 -0
- package/dist/browser/searchIndex/api/options.d.ts +258 -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 +75 -0
- package/dist/browser/searchIndex/searchIndexClient.d.ts.map +1 -0
- package/dist/browser/searchIndex/searchIndexClient.js +141 -0
- package/dist/browser/searchIndex/searchIndexClient.js.map +1 -0
- package/dist/browser/searchIndexClient.d.ts +6 -22
- package/dist/browser/searchIndexClient.d.ts.map +1 -1
- package/dist/browser/searchIndexClient.js +108 -616
- 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 +77 -0
- package/dist/browser/searchIndexer/api/operations.d.ts.map +1 -0
- package/dist/browser/searchIndexer/api/operations.js +679 -0
- package/dist/browser/searchIndexer/api/operations.js.map +1 -0
- package/dist/browser/searchIndexer/api/options.d.ts +158 -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 +49 -0
- package/dist/browser/searchIndexer/searchIndexerClient.d.ts.map +1 -0
- package/dist/browser/searchIndexer/searchIndexerClient.js +93 -0
- package/dist/browser/searchIndexer/searchIndexerClient.js.map +1 -0
- package/dist/browser/searchIndexerClient.d.ts +4 -17
- package/dist/browser/searchIndexerClient.d.ts.map +1 -1
- package/dist/browser/searchIndexerClient.js +74 -350
- 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 +3 -7
- package/dist/browser/searchIndexingBufferedSender.js.map +1 -1
- package/dist/browser/serviceModels.d.ts +80 -199
- 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 +210 -167
- 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 +197 -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 +16 -114
- 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 +6 -18
- 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 +72 -0
- package/dist/commonjs/knowledgeBaseRetrieval/api/operations.js.map +7 -0
- package/dist/commonjs/knowledgeBaseRetrieval/api/options.d.ts +9 -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 +44 -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 +134 -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 +5170 -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 +6342 -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 +36 -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 +492 -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 +689 -0
- package/dist/commonjs/models/azure/search/documents/knowledgeBases/models.js.map +7 -0
- package/dist/commonjs/models/azure/search/documents/models.d.ts +537 -0
- package/dist/commonjs/models/azure/search/documents/models.d.ts.map +1 -0
- package/dist/commonjs/models/azure/search/documents/models.js +699 -0
- package/dist/commonjs/models/azure/search/documents/models.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +3 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +28 -0
- package/dist/commonjs/models/index.js.map +7 -0
- package/dist/commonjs/models/models.d.ts +17 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +39 -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 +509 -0
- package/dist/commonjs/search/api/operations.js.map +7 -0
- package/dist/commonjs/search/api/options.d.ts +244 -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 +4 -6
- package/dist/commonjs/searchClient.d.ts.map +1 -1
- package/dist/commonjs/searchClient.js +648 -702
- 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 +89 -0
- package/dist/commonjs/searchIndex/api/index.js.map +7 -0
- package/dist/commonjs/searchIndex/api/operations.d.ts +128 -0
- package/dist/commonjs/searchIndex/api/operations.d.ts.map +1 -0
- package/dist/commonjs/searchIndex/api/operations.js +1325 -0
- package/dist/commonjs/searchIndex/api/operations.js.map +7 -0
- package/dist/commonjs/searchIndex/api/options.d.ts +258 -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 +75 -0
- package/dist/commonjs/searchIndex/searchIndexClient.d.ts.map +1 -0
- package/dist/commonjs/searchIndex/searchIndexClient.js +163 -0
- package/dist/commonjs/searchIndex/searchIndexClient.js.map +7 -0
- package/dist/commonjs/searchIndexClient.d.ts +6 -22
- package/dist/commonjs/searchIndexClient.d.ts.map +1 -1
- package/dist/commonjs/searchIndexClient.js +628 -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 +65 -0
- package/dist/commonjs/searchIndexer/api/index.js.map +7 -0
- package/dist/commonjs/searchIndexer/api/operations.d.ts +77 -0
- package/dist/commonjs/searchIndexer/api/operations.d.ts.map +1 -0
- package/dist/commonjs/searchIndexer/api/operations.js +791 -0
- package/dist/commonjs/searchIndexer/api/operations.js.map +7 -0
- package/dist/commonjs/searchIndexer/api/options.d.ts +158 -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 +49 -0
- package/dist/commonjs/searchIndexer/searchIndexerClient.d.ts.map +1 -0
- package/dist/commonjs/searchIndexer/searchIndexerClient.js +115 -0
- package/dist/commonjs/searchIndexer/searchIndexerClient.js.map +7 -0
- package/dist/commonjs/searchIndexerClient.d.ts +4 -17
- package/dist/commonjs/searchIndexerClient.d.ts.map +1 -1
- package/dist/commonjs/searchIndexerClient.js +479 -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 +320 -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 +80 -199
- 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 +822 -720
- 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 +2 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/indexModels.d.ts +16 -114
- package/dist/esm/indexModels.d.ts.map +1 -1
- package/dist/esm/indexModels.js.map +1 -1
- package/dist/esm/knowledgeBaseModels.d.ts +6 -18
- 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 +45 -0
- package/dist/esm/knowledgeBaseRetrieval/api/operations.js.map +1 -0
- package/dist/esm/knowledgeBaseRetrieval/api/options.d.ts +9 -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 +5170 -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 +6380 -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 +492 -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 +592 -0
- package/dist/esm/models/azure/search/documents/knowledgeBases/models.js.map +1 -0
- package/dist/esm/models/azure/search/documents/models.d.ts +537 -0
- package/dist/esm/models/azure/search/documents/models.d.ts.map +1 -0
- package/dist/esm/models/azure/search/documents/models.js +593 -0
- package/dist/esm/models/azure/search/documents/models.js.map +1 -0
- package/dist/esm/models/index.d.ts +3 -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 +17 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +15 -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 +456 -0
- package/dist/esm/search/api/operations.js.map +1 -0
- package/dist/esm/search/api/options.d.ts +244 -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 +4 -6
- package/dist/esm/searchClient.d.ts.map +1 -1
- package/dist/esm/searchClient.js +93 -238
- 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 +128 -0
- package/dist/esm/searchIndex/api/operations.d.ts.map +1 -0
- package/dist/esm/searchIndex/api/operations.js +1123 -0
- package/dist/esm/searchIndex/api/operations.js.map +1 -0
- package/dist/esm/searchIndex/api/options.d.ts +258 -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 +75 -0
- package/dist/esm/searchIndex/searchIndexClient.d.ts.map +1 -0
- package/dist/esm/searchIndex/searchIndexClient.js +141 -0
- package/dist/esm/searchIndex/searchIndexClient.js.map +1 -0
- package/dist/esm/searchIndexClient.d.ts +6 -22
- package/dist/esm/searchIndexClient.d.ts.map +1 -1
- package/dist/esm/searchIndexClient.js +108 -616
- 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 +77 -0
- package/dist/esm/searchIndexer/api/operations.d.ts.map +1 -0
- package/dist/esm/searchIndexer/api/operations.js +679 -0
- package/dist/esm/searchIndexer/api/operations.js.map +1 -0
- package/dist/esm/searchIndexer/api/options.d.ts +158 -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 +49 -0
- package/dist/esm/searchIndexer/searchIndexerClient.d.ts.map +1 -0
- package/dist/esm/searchIndexer/searchIndexerClient.js +93 -0
- package/dist/esm/searchIndexer/searchIndexerClient.js.map +1 -0
- package/dist/esm/searchIndexerClient.d.ts +4 -17
- package/dist/esm/searchIndexerClient.d.ts.map +1 -1
- package/dist/esm/searchIndexerClient.js +74 -350
- 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 +3 -7
- package/dist/esm/searchIndexingBufferedSender.js.map +1 -1
- package/dist/esm/serviceModels.d.ts +80 -199
- 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 +210 -167
- 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 +3 -4
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/indexModels.d.ts +16 -114
- 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 +6 -18
- 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 +45 -0
- package/dist/react-native/knowledgeBaseRetrieval/api/operations.js.map +1 -0
- package/dist/react-native/knowledgeBaseRetrieval/api/options.d.ts +9 -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 +5170 -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 +6380 -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 +492 -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 +592 -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 +537 -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 +593 -0
- package/dist/react-native/models/azure/search/documents/models.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3 -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 +17 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +15 -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 +456 -0
- package/dist/react-native/search/api/operations.js.map +1 -0
- package/dist/react-native/search/api/options.d.ts +244 -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 +4 -6
- package/dist/react-native/searchClient.d.ts.map +1 -1
- package/dist/react-native/searchClient.js +93 -238
- 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 +128 -0
- package/dist/react-native/searchIndex/api/operations.d.ts.map +1 -0
- package/dist/react-native/searchIndex/api/operations.js +1123 -0
- package/dist/react-native/searchIndex/api/operations.js.map +1 -0
- package/dist/react-native/searchIndex/api/options.d.ts +258 -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 +75 -0
- package/dist/react-native/searchIndex/searchIndexClient.d.ts.map +1 -0
- package/dist/react-native/searchIndex/searchIndexClient.js +141 -0
- package/dist/react-native/searchIndex/searchIndexClient.js.map +1 -0
- package/dist/react-native/searchIndexClient.d.ts +6 -22
- package/dist/react-native/searchIndexClient.d.ts.map +1 -1
- package/dist/react-native/searchIndexClient.js +108 -616
- 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 +77 -0
- package/dist/react-native/searchIndexer/api/operations.d.ts.map +1 -0
- package/dist/react-native/searchIndexer/api/operations.js +679 -0
- package/dist/react-native/searchIndexer/api/operations.js.map +1 -0
- package/dist/react-native/searchIndexer/api/options.d.ts +158 -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 +49 -0
- package/dist/react-native/searchIndexer/searchIndexerClient.d.ts.map +1 -0
- package/dist/react-native/searchIndexer/searchIndexerClient.js +93 -0
- package/dist/react-native/searchIndexer/searchIndexerClient.js.map +1 -0
- package/dist/react-native/searchIndexerClient.d.ts +4 -17
- package/dist/react-native/searchIndexerClient.d.ts.map +1 -1
- package/dist/react-native/searchIndexerClient.js +74 -350
- 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 +3 -7
- package/dist/react-native/searchIndexingBufferedSender.js.map +1 -1
- package/dist/react-native/serviceModels.d.ts +80 -199
- 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 +210 -167
- 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 +260 -55
- 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
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { Documents } from "../operationsInterfaces/index.js";
|
|
2
|
-
import { SearchClient } from "../searchClient.js";
|
|
3
|
-
import { DocumentsCountOptionalParams, DocumentsCountResponse, DocumentsSearchGetOptionalParams, DocumentsSearchGetResponse, SearchRequest, DocumentsSearchPostOptionalParams, DocumentsSearchPostResponse, DocumentsGetOptionalParams, DocumentsGetResponse, DocumentsSuggestGetOptionalParams, DocumentsSuggestGetResponse, SuggestRequest, DocumentsSuggestPostOptionalParams, DocumentsSuggestPostResponse, IndexBatch, DocumentsIndexOptionalParams, DocumentsIndexResponse, DocumentsAutocompleteGetOptionalParams, DocumentsAutocompleteGetResponse, AutocompleteRequest, DocumentsAutocompletePostOptionalParams, DocumentsAutocompletePostResponse } from "../models/index.js";
|
|
4
|
-
/** Class containing Documents operations. */
|
|
5
|
-
export declare class DocumentsImpl implements Documents {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Initialize a new instance of the class Documents class.
|
|
9
|
-
* @param client Reference to the service client
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: SearchClient);
|
|
12
|
-
/**
|
|
13
|
-
* Queries the number of documents in the index.
|
|
14
|
-
* @param options The options parameters.
|
|
15
|
-
*/
|
|
16
|
-
count(options?: DocumentsCountOptionalParams): Promise<DocumentsCountResponse>;
|
|
17
|
-
/**
|
|
18
|
-
* Searches for documents in the index.
|
|
19
|
-
* @param options The options parameters.
|
|
20
|
-
*/
|
|
21
|
-
searchGet(options?: DocumentsSearchGetOptionalParams): Promise<DocumentsSearchGetResponse>;
|
|
22
|
-
/**
|
|
23
|
-
* Searches for documents in the index.
|
|
24
|
-
* @param searchRequest The definition of the Search request.
|
|
25
|
-
* @param options The options parameters.
|
|
26
|
-
*/
|
|
27
|
-
searchPost(searchRequest: SearchRequest, options?: DocumentsSearchPostOptionalParams): Promise<DocumentsSearchPostResponse>;
|
|
28
|
-
/**
|
|
29
|
-
* Retrieves a document from the index.
|
|
30
|
-
* @param key The key of the document to retrieve.
|
|
31
|
-
* @param options The options parameters.
|
|
32
|
-
*/
|
|
33
|
-
get(key: string, options?: DocumentsGetOptionalParams): Promise<DocumentsGetResponse>;
|
|
34
|
-
/**
|
|
35
|
-
* Suggests documents in the index that match the given partial query text.
|
|
36
|
-
* @param searchText The search text to use to suggest documents. Must be at least 1 character, and no
|
|
37
|
-
* more than 100 characters.
|
|
38
|
-
* @param suggesterName The name of the suggester as specified in the suggesters collection that's part
|
|
39
|
-
* of the index definition.
|
|
40
|
-
* @param options The options parameters.
|
|
41
|
-
*/
|
|
42
|
-
suggestGet(searchText: string, suggesterName: string, options?: DocumentsSuggestGetOptionalParams): Promise<DocumentsSuggestGetResponse>;
|
|
43
|
-
/**
|
|
44
|
-
* Suggests documents in the index that match the given partial query text.
|
|
45
|
-
* @param suggestRequest The Suggest request.
|
|
46
|
-
* @param options The options parameters.
|
|
47
|
-
*/
|
|
48
|
-
suggestPost(suggestRequest: SuggestRequest, options?: DocumentsSuggestPostOptionalParams): Promise<DocumentsSuggestPostResponse>;
|
|
49
|
-
/**
|
|
50
|
-
* Sends a batch of document write actions to the index.
|
|
51
|
-
* @param batch The batch of index actions.
|
|
52
|
-
* @param options The options parameters.
|
|
53
|
-
*/
|
|
54
|
-
index(batch: IndexBatch, options?: DocumentsIndexOptionalParams): Promise<DocumentsIndexResponse>;
|
|
55
|
-
/**
|
|
56
|
-
* Autocompletes incomplete query terms based on input text and matching terms in the index.
|
|
57
|
-
* @param searchText The incomplete term which should be auto-completed.
|
|
58
|
-
* @param suggesterName The name of the suggester as specified in the suggesters collection that's part
|
|
59
|
-
* of the index definition.
|
|
60
|
-
* @param options The options parameters.
|
|
61
|
-
*/
|
|
62
|
-
autocompleteGet(searchText: string, suggesterName: string, options?: DocumentsAutocompleteGetOptionalParams): Promise<DocumentsAutocompleteGetResponse>;
|
|
63
|
-
/**
|
|
64
|
-
* Autocompletes incomplete query terms based on input text and matching terms in the index.
|
|
65
|
-
* @param autocompleteRequest The definition of the Autocomplete request.
|
|
66
|
-
* @param options The options parameters.
|
|
67
|
-
*/
|
|
68
|
-
autocompletePost(autocompleteRequest: AutocompleteRequest, options?: DocumentsAutocompletePostOptionalParams): Promise<DocumentsAutocompletePostResponse>;
|
|
69
|
-
}
|
|
70
|
-
//# sourceMappingURL=documents.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"documents.d.ts","sourceRoot":"","sources":["../../../../../src/generated/data/operations/documents.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAI7D,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACtB,gCAAgC,EAChC,0BAA0B,EAC1B,aAAa,EACb,iCAAiC,EACjC,2BAA2B,EAC3B,0BAA0B,EAC1B,oBAAoB,EACpB,iCAAiC,EACjC,2BAA2B,EAC3B,cAAc,EACd,kCAAkC,EAClC,4BAA4B,EAC5B,UAAU,EACV,4BAA4B,EAC5B,sBAAsB,EACtB,sCAAsC,EACtC,gCAAgC,EAChC,mBAAmB,EACnB,uCAAuC,EACvC,iCAAiC,EAClC,MAAM,oBAAoB,CAAC;AAE5B,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAe;IAEtC;;;OAGG;gBACS,MAAM,EAAE,YAAY;IAIhC;;;OAGG;IACH,KAAK,CACH,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAIlC;;;OAGG;IACH,SAAS,CACP,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAOtC;;;;OAIG;IACH,UAAU,CACR,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;IAOvC;;;;OAIG;IACH,GAAG,CACD,GAAG,EAAE,MAAM,EACX,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC;IAIhC;;;;;;;OAOG;IACH,UAAU,CACR,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;IAOvC;;;;OAIG;IACH,WAAW,CACT,cAAc,EAAE,cAAc,EAC9B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IAOxC;;;;OAIG;IACH,KAAK,CACH,KAAK,EAAE,UAAU,EACjB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAOlC;;;;;;OAMG;IACH,eAAe,CACb,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC;IAO5C;;;;OAIG;IACH,gBAAgB,CACd,mBAAmB,EAAE,mBAAmB,EACxC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;CAM9C"}
|
|
@@ -1,332 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import * as coreClient from "@azure/core-client";
|
|
9
|
-
import * as Mappers from "../models/mappers.js";
|
|
10
|
-
import * as Parameters from "../models/parameters.js";
|
|
11
|
-
/** Class containing Documents operations. */
|
|
12
|
-
export class DocumentsImpl {
|
|
13
|
-
client;
|
|
14
|
-
/**
|
|
15
|
-
* Initialize a new instance of the class Documents class.
|
|
16
|
-
* @param client Reference to the service client
|
|
17
|
-
*/
|
|
18
|
-
constructor(client) {
|
|
19
|
-
this.client = client;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Queries the number of documents in the index.
|
|
23
|
-
* @param options The options parameters.
|
|
24
|
-
*/
|
|
25
|
-
count(options) {
|
|
26
|
-
return this.client.sendOperationRequest({ options }, countOperationSpec);
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Searches for documents in the index.
|
|
30
|
-
* @param options The options parameters.
|
|
31
|
-
*/
|
|
32
|
-
searchGet(options) {
|
|
33
|
-
return this.client.sendOperationRequest({ options }, searchGetOperationSpec);
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* Searches for documents in the index.
|
|
37
|
-
* @param searchRequest The definition of the Search request.
|
|
38
|
-
* @param options The options parameters.
|
|
39
|
-
*/
|
|
40
|
-
searchPost(searchRequest, options) {
|
|
41
|
-
return this.client.sendOperationRequest({ searchRequest, options }, searchPostOperationSpec);
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Retrieves a document from the index.
|
|
45
|
-
* @param key The key of the document to retrieve.
|
|
46
|
-
* @param options The options parameters.
|
|
47
|
-
*/
|
|
48
|
-
get(key, options) {
|
|
49
|
-
return this.client.sendOperationRequest({ key, options }, getOperationSpec);
|
|
50
|
-
}
|
|
51
|
-
/**
|
|
52
|
-
* Suggests documents in the index that match the given partial query text.
|
|
53
|
-
* @param searchText The search text to use to suggest documents. Must be at least 1 character, and no
|
|
54
|
-
* more than 100 characters.
|
|
55
|
-
* @param suggesterName The name of the suggester as specified in the suggesters collection that's part
|
|
56
|
-
* of the index definition.
|
|
57
|
-
* @param options The options parameters.
|
|
58
|
-
*/
|
|
59
|
-
suggestGet(searchText, suggesterName, options) {
|
|
60
|
-
return this.client.sendOperationRequest({ searchText, suggesterName, options }, suggestGetOperationSpec);
|
|
61
|
-
}
|
|
62
|
-
/**
|
|
63
|
-
* Suggests documents in the index that match the given partial query text.
|
|
64
|
-
* @param suggestRequest The Suggest request.
|
|
65
|
-
* @param options The options parameters.
|
|
66
|
-
*/
|
|
67
|
-
suggestPost(suggestRequest, options) {
|
|
68
|
-
return this.client.sendOperationRequest({ suggestRequest, options }, suggestPostOperationSpec);
|
|
69
|
-
}
|
|
70
|
-
/**
|
|
71
|
-
* Sends a batch of document write actions to the index.
|
|
72
|
-
* @param batch The batch of index actions.
|
|
73
|
-
* @param options The options parameters.
|
|
74
|
-
*/
|
|
75
|
-
index(batch, options) {
|
|
76
|
-
return this.client.sendOperationRequest({ batch, options }, indexOperationSpec);
|
|
77
|
-
}
|
|
78
|
-
/**
|
|
79
|
-
* Autocompletes incomplete query terms based on input text and matching terms in the index.
|
|
80
|
-
* @param searchText The incomplete term which should be auto-completed.
|
|
81
|
-
* @param suggesterName The name of the suggester as specified in the suggesters collection that's part
|
|
82
|
-
* of the index definition.
|
|
83
|
-
* @param options The options parameters.
|
|
84
|
-
*/
|
|
85
|
-
autocompleteGet(searchText, suggesterName, options) {
|
|
86
|
-
return this.client.sendOperationRequest({ searchText, suggesterName, options }, autocompleteGetOperationSpec);
|
|
87
|
-
}
|
|
88
|
-
/**
|
|
89
|
-
* Autocompletes incomplete query terms based on input text and matching terms in the index.
|
|
90
|
-
* @param autocompleteRequest The definition of the Autocomplete request.
|
|
91
|
-
* @param options The options parameters.
|
|
92
|
-
*/
|
|
93
|
-
autocompletePost(autocompleteRequest, options) {
|
|
94
|
-
return this.client.sendOperationRequest({ autocompleteRequest, options }, autocompletePostOperationSpec);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
// Operation Specifications
|
|
98
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
99
|
-
const countOperationSpec = {
|
|
100
|
-
path: "/docs/$count",
|
|
101
|
-
httpMethod: "GET",
|
|
102
|
-
responses: {
|
|
103
|
-
200: {
|
|
104
|
-
bodyMapper: { type: { name: "Number" } },
|
|
105
|
-
},
|
|
106
|
-
default: {
|
|
107
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
108
|
-
},
|
|
109
|
-
},
|
|
110
|
-
queryParameters: [Parameters.apiVersion],
|
|
111
|
-
urlParameters: [Parameters.endpoint, Parameters.indexName],
|
|
112
|
-
headerParameters: [Parameters.accept],
|
|
113
|
-
serializer,
|
|
114
|
-
};
|
|
115
|
-
const searchGetOperationSpec = {
|
|
116
|
-
path: "/docs",
|
|
117
|
-
httpMethod: "GET",
|
|
118
|
-
responses: {
|
|
119
|
-
200: {
|
|
120
|
-
bodyMapper: Mappers.SearchDocumentsResult,
|
|
121
|
-
},
|
|
122
|
-
206: {
|
|
123
|
-
bodyMapper: Mappers.SearchDocumentsResult,
|
|
124
|
-
},
|
|
125
|
-
default: {
|
|
126
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
127
|
-
},
|
|
128
|
-
},
|
|
129
|
-
queryParameters: [
|
|
130
|
-
Parameters.apiVersion,
|
|
131
|
-
Parameters.searchText,
|
|
132
|
-
Parameters.includeTotalResultCount,
|
|
133
|
-
Parameters.facets,
|
|
134
|
-
Parameters.filter,
|
|
135
|
-
Parameters.highlightFields,
|
|
136
|
-
Parameters.highlightPostTag,
|
|
137
|
-
Parameters.highlightPreTag,
|
|
138
|
-
Parameters.minimumCoverage,
|
|
139
|
-
Parameters.orderBy,
|
|
140
|
-
Parameters.queryType,
|
|
141
|
-
Parameters.scoringParameters,
|
|
142
|
-
Parameters.scoringProfile,
|
|
143
|
-
Parameters.searchFields,
|
|
144
|
-
Parameters.searchMode,
|
|
145
|
-
Parameters.scoringStatistics,
|
|
146
|
-
Parameters.sessionId,
|
|
147
|
-
Parameters.select,
|
|
148
|
-
Parameters.skip,
|
|
149
|
-
Parameters.top,
|
|
150
|
-
Parameters.semanticConfiguration,
|
|
151
|
-
Parameters.semanticErrorHandling,
|
|
152
|
-
Parameters.semanticMaxWaitInMilliseconds,
|
|
153
|
-
Parameters.answers,
|
|
154
|
-
Parameters.captions,
|
|
155
|
-
Parameters.semanticQuery,
|
|
156
|
-
Parameters.queryRewrites,
|
|
157
|
-
Parameters.debug,
|
|
158
|
-
Parameters.queryLanguage,
|
|
159
|
-
Parameters.speller,
|
|
160
|
-
Parameters.semanticFields,
|
|
161
|
-
],
|
|
162
|
-
urlParameters: [Parameters.endpoint, Parameters.indexName],
|
|
163
|
-
headerParameters: [
|
|
164
|
-
Parameters.accept,
|
|
165
|
-
Parameters.xMsQuerySourceAuthorization,
|
|
166
|
-
Parameters.xMsEnableElevatedRead,
|
|
167
|
-
],
|
|
168
|
-
serializer,
|
|
169
|
-
};
|
|
170
|
-
const searchPostOperationSpec = {
|
|
171
|
-
path: "/docs/search.post.search",
|
|
172
|
-
httpMethod: "POST",
|
|
173
|
-
responses: {
|
|
174
|
-
200: {
|
|
175
|
-
bodyMapper: Mappers.SearchDocumentsResult,
|
|
176
|
-
},
|
|
177
|
-
206: {
|
|
178
|
-
bodyMapper: Mappers.SearchDocumentsResult,
|
|
179
|
-
},
|
|
180
|
-
default: {
|
|
181
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
182
|
-
},
|
|
183
|
-
},
|
|
184
|
-
requestBody: Parameters.searchRequest,
|
|
185
|
-
queryParameters: [Parameters.apiVersion],
|
|
186
|
-
urlParameters: [Parameters.endpoint, Parameters.indexName],
|
|
187
|
-
headerParameters: [
|
|
188
|
-
Parameters.accept,
|
|
189
|
-
Parameters.xMsQuerySourceAuthorization,
|
|
190
|
-
Parameters.xMsEnableElevatedRead,
|
|
191
|
-
Parameters.contentType,
|
|
192
|
-
],
|
|
193
|
-
mediaType: "json",
|
|
194
|
-
serializer,
|
|
195
|
-
};
|
|
196
|
-
const getOperationSpec = {
|
|
197
|
-
path: "/docs('{key}')",
|
|
198
|
-
httpMethod: "GET",
|
|
199
|
-
responses: {
|
|
200
|
-
200: {
|
|
201
|
-
bodyMapper: {
|
|
202
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } },
|
|
203
|
-
},
|
|
204
|
-
},
|
|
205
|
-
default: {
|
|
206
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
207
|
-
},
|
|
208
|
-
},
|
|
209
|
-
queryParameters: [Parameters.apiVersion, Parameters.selectedFields],
|
|
210
|
-
urlParameters: [Parameters.endpoint, Parameters.indexName, Parameters.key],
|
|
211
|
-
headerParameters: [
|
|
212
|
-
Parameters.accept,
|
|
213
|
-
Parameters.xMsQuerySourceAuthorization,
|
|
214
|
-
Parameters.xMsEnableElevatedRead,
|
|
215
|
-
],
|
|
216
|
-
serializer,
|
|
217
|
-
};
|
|
218
|
-
const suggestGetOperationSpec = {
|
|
219
|
-
path: "/docs/search.suggest",
|
|
220
|
-
httpMethod: "GET",
|
|
221
|
-
responses: {
|
|
222
|
-
200: {
|
|
223
|
-
bodyMapper: Mappers.SuggestDocumentsResult,
|
|
224
|
-
},
|
|
225
|
-
default: {
|
|
226
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
227
|
-
},
|
|
228
|
-
},
|
|
229
|
-
queryParameters: [
|
|
230
|
-
Parameters.apiVersion,
|
|
231
|
-
Parameters.searchText1,
|
|
232
|
-
Parameters.suggesterName,
|
|
233
|
-
Parameters.filter1,
|
|
234
|
-
Parameters.useFuzzyMatching,
|
|
235
|
-
Parameters.highlightPostTag1,
|
|
236
|
-
Parameters.highlightPreTag1,
|
|
237
|
-
Parameters.minimumCoverage1,
|
|
238
|
-
Parameters.orderBy1,
|
|
239
|
-
Parameters.searchFields1,
|
|
240
|
-
Parameters.select1,
|
|
241
|
-
Parameters.top1,
|
|
242
|
-
],
|
|
243
|
-
urlParameters: [Parameters.endpoint, Parameters.indexName],
|
|
244
|
-
headerParameters: [Parameters.accept],
|
|
245
|
-
serializer,
|
|
246
|
-
};
|
|
247
|
-
const suggestPostOperationSpec = {
|
|
248
|
-
path: "/docs/search.post.suggest",
|
|
249
|
-
httpMethod: "POST",
|
|
250
|
-
responses: {
|
|
251
|
-
200: {
|
|
252
|
-
bodyMapper: Mappers.SuggestDocumentsResult,
|
|
253
|
-
},
|
|
254
|
-
default: {
|
|
255
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
256
|
-
},
|
|
257
|
-
},
|
|
258
|
-
requestBody: Parameters.suggestRequest,
|
|
259
|
-
queryParameters: [Parameters.apiVersion],
|
|
260
|
-
urlParameters: [Parameters.endpoint, Parameters.indexName],
|
|
261
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
262
|
-
mediaType: "json",
|
|
263
|
-
serializer,
|
|
264
|
-
};
|
|
265
|
-
const indexOperationSpec = {
|
|
266
|
-
path: "/docs/search.index",
|
|
267
|
-
httpMethod: "POST",
|
|
268
|
-
responses: {
|
|
269
|
-
200: {
|
|
270
|
-
bodyMapper: Mappers.IndexDocumentsResult,
|
|
271
|
-
},
|
|
272
|
-
207: {
|
|
273
|
-
bodyMapper: Mappers.IndexDocumentsResult,
|
|
274
|
-
},
|
|
275
|
-
default: {
|
|
276
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
277
|
-
},
|
|
278
|
-
},
|
|
279
|
-
requestBody: Parameters.batch,
|
|
280
|
-
queryParameters: [Parameters.apiVersion],
|
|
281
|
-
urlParameters: [Parameters.endpoint, Parameters.indexName],
|
|
282
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
283
|
-
mediaType: "json",
|
|
284
|
-
serializer,
|
|
285
|
-
};
|
|
286
|
-
const autocompleteGetOperationSpec = {
|
|
287
|
-
path: "/docs/search.autocomplete",
|
|
288
|
-
httpMethod: "GET",
|
|
289
|
-
responses: {
|
|
290
|
-
200: {
|
|
291
|
-
bodyMapper: Mappers.AutocompleteResult,
|
|
292
|
-
},
|
|
293
|
-
default: {
|
|
294
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
295
|
-
},
|
|
296
|
-
},
|
|
297
|
-
queryParameters: [
|
|
298
|
-
Parameters.apiVersion,
|
|
299
|
-
Parameters.searchText1,
|
|
300
|
-
Parameters.suggesterName,
|
|
301
|
-
Parameters.autocompleteMode,
|
|
302
|
-
Parameters.filter2,
|
|
303
|
-
Parameters.useFuzzyMatching1,
|
|
304
|
-
Parameters.highlightPostTag2,
|
|
305
|
-
Parameters.highlightPreTag2,
|
|
306
|
-
Parameters.minimumCoverage2,
|
|
307
|
-
Parameters.searchFields2,
|
|
308
|
-
Parameters.top2,
|
|
309
|
-
],
|
|
310
|
-
urlParameters: [Parameters.endpoint, Parameters.indexName],
|
|
311
|
-
headerParameters: [Parameters.accept],
|
|
312
|
-
serializer,
|
|
313
|
-
};
|
|
314
|
-
const autocompletePostOperationSpec = {
|
|
315
|
-
path: "/docs/search.post.autocomplete",
|
|
316
|
-
httpMethod: "POST",
|
|
317
|
-
responses: {
|
|
318
|
-
200: {
|
|
319
|
-
bodyMapper: Mappers.AutocompleteResult,
|
|
320
|
-
},
|
|
321
|
-
default: {
|
|
322
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
323
|
-
},
|
|
324
|
-
},
|
|
325
|
-
requestBody: Parameters.autocompleteRequest,
|
|
326
|
-
queryParameters: [Parameters.apiVersion],
|
|
327
|
-
urlParameters: [Parameters.endpoint, Parameters.indexName],
|
|
328
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
329
|
-
mediaType: "json",
|
|
330
|
-
serializer,
|
|
331
|
-
};
|
|
332
|
-
//# sourceMappingURL=documents.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"documents.js","sourceRoot":"","sources":["../../../../../src/generated/data/operations/documents.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Documents } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { SearchClient } from \"../searchClient.js\";\nimport {\n DocumentsCountOptionalParams,\n DocumentsCountResponse,\n DocumentsSearchGetOptionalParams,\n DocumentsSearchGetResponse,\n SearchRequest,\n DocumentsSearchPostOptionalParams,\n DocumentsSearchPostResponse,\n DocumentsGetOptionalParams,\n DocumentsGetResponse,\n DocumentsSuggestGetOptionalParams,\n DocumentsSuggestGetResponse,\n SuggestRequest,\n DocumentsSuggestPostOptionalParams,\n DocumentsSuggestPostResponse,\n IndexBatch,\n DocumentsIndexOptionalParams,\n DocumentsIndexResponse,\n DocumentsAutocompleteGetOptionalParams,\n DocumentsAutocompleteGetResponse,\n AutocompleteRequest,\n DocumentsAutocompletePostOptionalParams,\n DocumentsAutocompletePostResponse,\n} from \"../models/index.js\";\n\n/** Class containing Documents operations. */\nexport class DocumentsImpl implements Documents {\n private readonly client: SearchClient;\n\n /**\n * Initialize a new instance of the class Documents class.\n * @param client Reference to the service client\n */\n constructor(client: SearchClient) {\n this.client = client;\n }\n\n /**\n * Queries the number of documents in the index.\n * @param options The options parameters.\n */\n count(\n options?: DocumentsCountOptionalParams,\n ): Promise<DocumentsCountResponse> {\n return this.client.sendOperationRequest({ options }, countOperationSpec);\n }\n\n /**\n * Searches for documents in the index.\n * @param options The options parameters.\n */\n searchGet(\n options?: DocumentsSearchGetOptionalParams,\n ): Promise<DocumentsSearchGetResponse> {\n return this.client.sendOperationRequest(\n { options },\n searchGetOperationSpec,\n );\n }\n\n /**\n * Searches for documents in the index.\n * @param searchRequest The definition of the Search request.\n * @param options The options parameters.\n */\n searchPost(\n searchRequest: SearchRequest,\n options?: DocumentsSearchPostOptionalParams,\n ): Promise<DocumentsSearchPostResponse> {\n return this.client.sendOperationRequest(\n { searchRequest, options },\n searchPostOperationSpec,\n );\n }\n\n /**\n * Retrieves a document from the index.\n * @param key The key of the document to retrieve.\n * @param options The options parameters.\n */\n get(\n key: string,\n options?: DocumentsGetOptionalParams,\n ): Promise<DocumentsGetResponse> {\n return this.client.sendOperationRequest({ key, options }, getOperationSpec);\n }\n\n /**\n * Suggests documents in the index that match the given partial query text.\n * @param searchText The search text to use to suggest documents. Must be at least 1 character, and no\n * more than 100 characters.\n * @param suggesterName The name of the suggester as specified in the suggesters collection that's part\n * of the index definition.\n * @param options The options parameters.\n */\n suggestGet(\n searchText: string,\n suggesterName: string,\n options?: DocumentsSuggestGetOptionalParams,\n ): Promise<DocumentsSuggestGetResponse> {\n return this.client.sendOperationRequest(\n { searchText, suggesterName, options },\n suggestGetOperationSpec,\n );\n }\n\n /**\n * Suggests documents in the index that match the given partial query text.\n * @param suggestRequest The Suggest request.\n * @param options The options parameters.\n */\n suggestPost(\n suggestRequest: SuggestRequest,\n options?: DocumentsSuggestPostOptionalParams,\n ): Promise<DocumentsSuggestPostResponse> {\n return this.client.sendOperationRequest(\n { suggestRequest, options },\n suggestPostOperationSpec,\n );\n }\n\n /**\n * Sends a batch of document write actions to the index.\n * @param batch The batch of index actions.\n * @param options The options parameters.\n */\n index(\n batch: IndexBatch,\n options?: DocumentsIndexOptionalParams,\n ): Promise<DocumentsIndexResponse> {\n return this.client.sendOperationRequest(\n { batch, options },\n indexOperationSpec,\n );\n }\n\n /**\n * Autocompletes incomplete query terms based on input text and matching terms in the index.\n * @param searchText The incomplete term which should be auto-completed.\n * @param suggesterName The name of the suggester as specified in the suggesters collection that's part\n * of the index definition.\n * @param options The options parameters.\n */\n autocompleteGet(\n searchText: string,\n suggesterName: string,\n options?: DocumentsAutocompleteGetOptionalParams,\n ): Promise<DocumentsAutocompleteGetResponse> {\n return this.client.sendOperationRequest(\n { searchText, suggesterName, options },\n autocompleteGetOperationSpec,\n );\n }\n\n /**\n * Autocompletes incomplete query terms based on input text and matching terms in the index.\n * @param autocompleteRequest The definition of the Autocomplete request.\n * @param options The options parameters.\n */\n autocompletePost(\n autocompleteRequest: AutocompleteRequest,\n options?: DocumentsAutocompletePostOptionalParams,\n ): Promise<DocumentsAutocompletePostResponse> {\n return this.client.sendOperationRequest(\n { autocompleteRequest, options },\n autocompletePostOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst countOperationSpec: coreClient.OperationSpec = {\n path: \"/docs/$count\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: { type: { name: \"Number\" } },\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.indexName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst searchGetOperationSpec: coreClient.OperationSpec = {\n path: \"/docs\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SearchDocumentsResult,\n },\n 206: {\n bodyMapper: Mappers.SearchDocumentsResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.searchText,\n Parameters.includeTotalResultCount,\n Parameters.facets,\n Parameters.filter,\n Parameters.highlightFields,\n Parameters.highlightPostTag,\n Parameters.highlightPreTag,\n Parameters.minimumCoverage,\n Parameters.orderBy,\n Parameters.queryType,\n Parameters.scoringParameters,\n Parameters.scoringProfile,\n Parameters.searchFields,\n Parameters.searchMode,\n Parameters.scoringStatistics,\n Parameters.sessionId,\n Parameters.select,\n Parameters.skip,\n Parameters.top,\n Parameters.semanticConfiguration,\n Parameters.semanticErrorHandling,\n Parameters.semanticMaxWaitInMilliseconds,\n Parameters.answers,\n Parameters.captions,\n Parameters.semanticQuery,\n Parameters.queryRewrites,\n Parameters.debug,\n Parameters.queryLanguage,\n Parameters.speller,\n Parameters.semanticFields,\n ],\n urlParameters: [Parameters.endpoint, Parameters.indexName],\n headerParameters: [\n Parameters.accept,\n Parameters.xMsQuerySourceAuthorization,\n Parameters.xMsEnableElevatedRead,\n ],\n serializer,\n};\nconst searchPostOperationSpec: coreClient.OperationSpec = {\n path: \"/docs/search.post.search\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.SearchDocumentsResult,\n },\n 206: {\n bodyMapper: Mappers.SearchDocumentsResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.searchRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.indexName],\n headerParameters: [\n Parameters.accept,\n Parameters.xMsQuerySourceAuthorization,\n Parameters.xMsEnableElevatedRead,\n Parameters.contentType,\n ],\n mediaType: \"json\",\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/docs('{key}')\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } },\n },\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.selectedFields],\n urlParameters: [Parameters.endpoint, Parameters.indexName, Parameters.key],\n headerParameters: [\n Parameters.accept,\n Parameters.xMsQuerySourceAuthorization,\n Parameters.xMsEnableElevatedRead,\n ],\n serializer,\n};\nconst suggestGetOperationSpec: coreClient.OperationSpec = {\n path: \"/docs/search.suggest\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SuggestDocumentsResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.searchText1,\n Parameters.suggesterName,\n Parameters.filter1,\n Parameters.useFuzzyMatching,\n Parameters.highlightPostTag1,\n Parameters.highlightPreTag1,\n Parameters.minimumCoverage1,\n Parameters.orderBy1,\n Parameters.searchFields1,\n Parameters.select1,\n Parameters.top1,\n ],\n urlParameters: [Parameters.endpoint, Parameters.indexName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst suggestPostOperationSpec: coreClient.OperationSpec = {\n path: \"/docs/search.post.suggest\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.SuggestDocumentsResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.suggestRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.indexName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst indexOperationSpec: coreClient.OperationSpec = {\n path: \"/docs/search.index\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.IndexDocumentsResult,\n },\n 207: {\n bodyMapper: Mappers.IndexDocumentsResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.batch,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.indexName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst autocompleteGetOperationSpec: coreClient.OperationSpec = {\n path: \"/docs/search.autocomplete\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutocompleteResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.searchText1,\n Parameters.suggesterName,\n Parameters.autocompleteMode,\n Parameters.filter2,\n Parameters.useFuzzyMatching1,\n Parameters.highlightPostTag2,\n Parameters.highlightPreTag2,\n Parameters.minimumCoverage2,\n Parameters.searchFields2,\n Parameters.top2,\n ],\n urlParameters: [Parameters.endpoint, Parameters.indexName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst autocompletePostOperationSpec: coreClient.OperationSpec = {\n path: \"/docs/search.post.autocomplete\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutocompleteResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.autocompleteRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.indexName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/data/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,gBAAgB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export * from "./documents.js";
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/data/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,gBAAgB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./documents.js\";\n"]}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { DocumentsCountOptionalParams, DocumentsCountResponse, DocumentsSearchGetOptionalParams, DocumentsSearchGetResponse, SearchRequest, DocumentsSearchPostOptionalParams, DocumentsSearchPostResponse, DocumentsGetOptionalParams, DocumentsGetResponse, DocumentsSuggestGetOptionalParams, DocumentsSuggestGetResponse, SuggestRequest, DocumentsSuggestPostOptionalParams, DocumentsSuggestPostResponse, IndexBatch, DocumentsIndexOptionalParams, DocumentsIndexResponse, DocumentsAutocompleteGetOptionalParams, DocumentsAutocompleteGetResponse, AutocompleteRequest, DocumentsAutocompletePostOptionalParams, DocumentsAutocompletePostResponse } from "../models/index.js";
|
|
2
|
-
/** Interface representing a Documents. */
|
|
3
|
-
export interface Documents {
|
|
4
|
-
/**
|
|
5
|
-
* Queries the number of documents in the index.
|
|
6
|
-
* @param options The options parameters.
|
|
7
|
-
*/
|
|
8
|
-
count(options?: DocumentsCountOptionalParams): Promise<DocumentsCountResponse>;
|
|
9
|
-
/**
|
|
10
|
-
* Searches for documents in the index.
|
|
11
|
-
* @param options The options parameters.
|
|
12
|
-
*/
|
|
13
|
-
searchGet(options?: DocumentsSearchGetOptionalParams): Promise<DocumentsSearchGetResponse>;
|
|
14
|
-
/**
|
|
15
|
-
* Searches for documents in the index.
|
|
16
|
-
* @param searchRequest The definition of the Search request.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
searchPost(searchRequest: SearchRequest, options?: DocumentsSearchPostOptionalParams): Promise<DocumentsSearchPostResponse>;
|
|
20
|
-
/**
|
|
21
|
-
* Retrieves a document from the index.
|
|
22
|
-
* @param key The key of the document to retrieve.
|
|
23
|
-
* @param options The options parameters.
|
|
24
|
-
*/
|
|
25
|
-
get(key: string, options?: DocumentsGetOptionalParams): Promise<DocumentsGetResponse>;
|
|
26
|
-
/**
|
|
27
|
-
* Suggests documents in the index that match the given partial query text.
|
|
28
|
-
* @param searchText The search text to use to suggest documents. Must be at least 1 character, and no
|
|
29
|
-
* more than 100 characters.
|
|
30
|
-
* @param suggesterName The name of the suggester as specified in the suggesters collection that's part
|
|
31
|
-
* of the index definition.
|
|
32
|
-
* @param options The options parameters.
|
|
33
|
-
*/
|
|
34
|
-
suggestGet(searchText: string, suggesterName: string, options?: DocumentsSuggestGetOptionalParams): Promise<DocumentsSuggestGetResponse>;
|
|
35
|
-
/**
|
|
36
|
-
* Suggests documents in the index that match the given partial query text.
|
|
37
|
-
* @param suggestRequest The Suggest request.
|
|
38
|
-
* @param options The options parameters.
|
|
39
|
-
*/
|
|
40
|
-
suggestPost(suggestRequest: SuggestRequest, options?: DocumentsSuggestPostOptionalParams): Promise<DocumentsSuggestPostResponse>;
|
|
41
|
-
/**
|
|
42
|
-
* Sends a batch of document write actions to the index.
|
|
43
|
-
* @param batch The batch of index actions.
|
|
44
|
-
* @param options The options parameters.
|
|
45
|
-
*/
|
|
46
|
-
index(batch: IndexBatch, options?: DocumentsIndexOptionalParams): Promise<DocumentsIndexResponse>;
|
|
47
|
-
/**
|
|
48
|
-
* Autocompletes incomplete query terms based on input text and matching terms in the index.
|
|
49
|
-
* @param searchText The incomplete term which should be auto-completed.
|
|
50
|
-
* @param suggesterName The name of the suggester as specified in the suggesters collection that's part
|
|
51
|
-
* of the index definition.
|
|
52
|
-
* @param options The options parameters.
|
|
53
|
-
*/
|
|
54
|
-
autocompleteGet(searchText: string, suggesterName: string, options?: DocumentsAutocompleteGetOptionalParams): Promise<DocumentsAutocompleteGetResponse>;
|
|
55
|
-
/**
|
|
56
|
-
* Autocompletes incomplete query terms based on input text and matching terms in the index.
|
|
57
|
-
* @param autocompleteRequest The definition of the Autocomplete request.
|
|
58
|
-
* @param options The options parameters.
|
|
59
|
-
*/
|
|
60
|
-
autocompletePost(autocompleteRequest: AutocompleteRequest, options?: DocumentsAutocompletePostOptionalParams): Promise<DocumentsAutocompletePostResponse>;
|
|
61
|
-
}
|
|
62
|
-
//# sourceMappingURL=documents.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"documents.d.ts","sourceRoot":"","sources":["../../../../../src/generated/data/operationsInterfaces/documents.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACtB,gCAAgC,EAChC,0BAA0B,EAC1B,aAAa,EACb,iCAAiC,EACjC,2BAA2B,EAC3B,0BAA0B,EAC1B,oBAAoB,EACpB,iCAAiC,EACjC,2BAA2B,EAC3B,cAAc,EACd,kCAAkC,EAClC,4BAA4B,EAC5B,UAAU,EACV,4BAA4B,EAC5B,sBAAsB,EACtB,sCAAsC,EACtC,gCAAgC,EAChC,mBAAmB,EACnB,uCAAuC,EACvC,iCAAiC,EAClC,MAAM,oBAAoB,CAAC;AAE5B,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,KAAK,CACH,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;OAGG;IACH,SAAS,CACP,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;OAIG;IACH,UAAU,CACR,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;OAIG;IACH,GAAG,CACD,GAAG,EAAE,MAAM,EACX,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;;OAOG;IACH,UAAU,CACR,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;OAIG;IACH,WAAW,CACT,cAAc,EAAE,cAAc,EAC9B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;OAIG;IACH,KAAK,CACH,KAAK,EAAE,UAAU,EACjB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;OAMG;IACH,eAAe,CACb,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;OAIG;IACH,gBAAgB,CACd,mBAAmB,EAAE,mBAAmB,EACxC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;CAC/C"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=documents.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"documents.js","sourceRoot":"","sources":["../../../../../src/generated/data/operationsInterfaces/documents.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n DocumentsCountOptionalParams,\n DocumentsCountResponse,\n DocumentsSearchGetOptionalParams,\n DocumentsSearchGetResponse,\n SearchRequest,\n DocumentsSearchPostOptionalParams,\n DocumentsSearchPostResponse,\n DocumentsGetOptionalParams,\n DocumentsGetResponse,\n DocumentsSuggestGetOptionalParams,\n DocumentsSuggestGetResponse,\n SuggestRequest,\n DocumentsSuggestPostOptionalParams,\n DocumentsSuggestPostResponse,\n IndexBatch,\n DocumentsIndexOptionalParams,\n DocumentsIndexResponse,\n DocumentsAutocompleteGetOptionalParams,\n DocumentsAutocompleteGetResponse,\n AutocompleteRequest,\n DocumentsAutocompletePostOptionalParams,\n DocumentsAutocompletePostResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a Documents. */\nexport interface Documents {\n /**\n * Queries the number of documents in the index.\n * @param options The options parameters.\n */\n count(\n options?: DocumentsCountOptionalParams,\n ): Promise<DocumentsCountResponse>;\n /**\n * Searches for documents in the index.\n * @param options The options parameters.\n */\n searchGet(\n options?: DocumentsSearchGetOptionalParams,\n ): Promise<DocumentsSearchGetResponse>;\n /**\n * Searches for documents in the index.\n * @param searchRequest The definition of the Search request.\n * @param options The options parameters.\n */\n searchPost(\n searchRequest: SearchRequest,\n options?: DocumentsSearchPostOptionalParams,\n ): Promise<DocumentsSearchPostResponse>;\n /**\n * Retrieves a document from the index.\n * @param key The key of the document to retrieve.\n * @param options The options parameters.\n */\n get(\n key: string,\n options?: DocumentsGetOptionalParams,\n ): Promise<DocumentsGetResponse>;\n /**\n * Suggests documents in the index that match the given partial query text.\n * @param searchText The search text to use to suggest documents. Must be at least 1 character, and no\n * more than 100 characters.\n * @param suggesterName The name of the suggester as specified in the suggesters collection that's part\n * of the index definition.\n * @param options The options parameters.\n */\n suggestGet(\n searchText: string,\n suggesterName: string,\n options?: DocumentsSuggestGetOptionalParams,\n ): Promise<DocumentsSuggestGetResponse>;\n /**\n * Suggests documents in the index that match the given partial query text.\n * @param suggestRequest The Suggest request.\n * @param options The options parameters.\n */\n suggestPost(\n suggestRequest: SuggestRequest,\n options?: DocumentsSuggestPostOptionalParams,\n ): Promise<DocumentsSuggestPostResponse>;\n /**\n * Sends a batch of document write actions to the index.\n * @param batch The batch of index actions.\n * @param options The options parameters.\n */\n index(\n batch: IndexBatch,\n options?: DocumentsIndexOptionalParams,\n ): Promise<DocumentsIndexResponse>;\n /**\n * Autocompletes incomplete query terms based on input text and matching terms in the index.\n * @param searchText The incomplete term which should be auto-completed.\n * @param suggesterName The name of the suggester as specified in the suggesters collection that's part\n * of the index definition.\n * @param options The options parameters.\n */\n autocompleteGet(\n searchText: string,\n suggesterName: string,\n options?: DocumentsAutocompleteGetOptionalParams,\n ): Promise<DocumentsAutocompleteGetResponse>;\n /**\n * Autocompletes incomplete query terms based on input text and matching terms in the index.\n * @param autocompleteRequest The definition of the Autocomplete request.\n * @param options The options parameters.\n */\n autocompletePost(\n autocompleteRequest: AutocompleteRequest,\n options?: DocumentsAutocompletePostOptionalParams,\n ): Promise<DocumentsAutocompletePostResponse>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/data/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,gBAAgB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export * from "./documents.js";
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/data/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,gBAAgB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./documents.js\";\n"]}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as coreHttpCompat from "@azure/core-http-compat";
|
|
2
|
-
import { Documents } from "./operationsInterfaces/index.js";
|
|
3
|
-
import { ApiVersion20251101Preview, SearchClientOptionalParams } from "./models/index.js";
|
|
4
|
-
/** @internal */
|
|
5
|
-
export declare class SearchClient extends coreHttpCompat.ExtendedServiceClient {
|
|
6
|
-
endpoint: string;
|
|
7
|
-
indexName: string;
|
|
8
|
-
apiVersion: ApiVersion20251101Preview;
|
|
9
|
-
/**
|
|
10
|
-
* Initializes a new instance of the SearchClient class.
|
|
11
|
-
* @param endpoint The endpoint URL of the search service.
|
|
12
|
-
* @param indexName The name of the index.
|
|
13
|
-
* @param apiVersion Api Version
|
|
14
|
-
* @param options The parameter options
|
|
15
|
-
*/
|
|
16
|
-
constructor(endpoint: string, indexName: string, apiVersion: ApiVersion20251101Preview, options?: SearchClientOptionalParams);
|
|
17
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
18
|
-
private addCustomApiVersionPolicy;
|
|
19
|
-
documents: Documents;
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=searchClient.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"searchClient.d.ts","sourceRoot":"","sources":["../../../../src/generated/data/searchClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,cAAc,MAAM,yBAAyB,CAAC;AAO1D,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EACL,yBAAyB,EACzB,0BAA0B,EAC3B,MAAM,mBAAmB,CAAC;AAE3B,gBAAgB;AAChB,qBAAa,YAAa,SAAQ,cAAc,CAAC,qBAAqB;IACpE,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,yBAAyB,CAAC;IAEtC;;;;;;OAMG;gBAED,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,0BAA0B;IA8CtC,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,SAAS,EAAE,SAAS,CAAC;CACtB"}
|