@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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../../../src/generated/knowledgeBase/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const KnowledgeBaseRetrievalRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseRetrievalRequest\",\n modelProperties: {\n messages: {\n serializedName: \"messages\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseMessage\",\n },\n },\n },\n },\n intents: {\n serializedName: \"intents\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KnowledgeRetrievalIntent\",\n },\n },\n },\n },\n maxRuntimeInSeconds: {\n serializedName: \"maxRuntimeInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n maxOutputSize: {\n serializedName: \"maxOutputSize\",\n type: {\n name: \"Number\",\n },\n },\n retrievalReasoningEffort: {\n serializedName: \"retrievalReasoningEffort\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeRetrievalReasoningEffort\",\n },\n },\n includeActivity: {\n serializedName: \"includeActivity\",\n type: {\n name: \"Boolean\",\n },\n },\n outputMode: {\n serializedName: \"outputMode\",\n type: {\n name: \"String\",\n },\n },\n knowledgeSourceParams: {\n serializedName: \"knowledgeSourceParams\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KnowledgeSourceParams\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const KnowledgeBaseMessage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseMessage\",\n modelProperties: {\n role: {\n serializedName: \"role\",\n type: {\n name: \"String\",\n },\n },\n content: {\n serializedName: \"content\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseMessageContent\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const KnowledgeBaseMessageContent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseMessageContent\",\n uberParent: \"KnowledgeBaseMessageContent\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KnowledgeRetrievalIntent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KnowledgeRetrievalIntent\",\n uberParent: \"KnowledgeRetrievalIntent\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KnowledgeRetrievalReasoningEffort: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KnowledgeRetrievalReasoningEffort\",\n uberParent: \"KnowledgeRetrievalReasoningEffort\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\",\n },\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KnowledgeSourceParams: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KnowledgeSourceParams\",\n uberParent: \"KnowledgeSourceParams\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\",\n },\n modelProperties: {\n knowledgeSourceName: {\n serializedName: \"knowledgeSourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n includeReferences: {\n serializedName: \"includeReferences\",\n type: {\n name: \"Boolean\",\n },\n },\n includeReferenceSourceData: {\n serializedName: \"includeReferenceSourceData\",\n type: {\n name: \"Boolean\",\n },\n },\n alwaysQuerySource: {\n serializedName: \"alwaysQuerySource\",\n type: {\n name: \"Boolean\",\n },\n },\n rerankerThreshold: {\n serializedName: \"rerankerThreshold\",\n type: {\n name: \"Number\",\n },\n },\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KnowledgeBaseRetrievalResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseRetrievalResponse\",\n modelProperties: {\n response: {\n serializedName: \"response\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseMessage\",\n },\n },\n },\n },\n activity: {\n serializedName: \"activity\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseActivityRecord\",\n },\n },\n },\n },\n references: {\n serializedName: \"references\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseReference\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const KnowledgeBaseActivityRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseActivityRecord\",\n uberParent: \"KnowledgeBaseActivityRecord\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n elapsedMs: {\n serializedName: \"elapsedMs\",\n type: {\n name: \"Number\",\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const KnowledgeBaseErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const KnowledgeBaseErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const KnowledgeBaseReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseReference\",\n uberParent: \"KnowledgeBaseReference\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n activitySource: {\n serializedName: \"activitySource\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n sourceData: {\n serializedName: \"sourceData\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n rerankerScore: {\n serializedName: \"rerankerScore\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const KnowledgeBaseMessageImageContentImage: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseMessageImageContentImage\",\n modelProperties: {\n url: {\n serializedName: \"url\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const KnowledgeBaseSearchIndexActivityArguments: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseSearchIndexActivityArguments\",\n modelProperties: {\n search: {\n serializedName: \"search\",\n type: {\n name: \"String\",\n },\n },\n filter: {\n serializedName: \"filter\",\n type: {\n name: \"String\",\n },\n },\n sourceDataFields: {\n serializedName: \"sourceDataFields\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SearchIndexFieldReference\",\n },\n },\n },\n },\n searchFields: {\n serializedName: \"searchFields\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SearchIndexFieldReference\",\n },\n },\n },\n },\n semanticConfigurationName: {\n serializedName: \"semanticConfigurationName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SearchIndexFieldReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SearchIndexFieldReference\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KnowledgeBaseAzureBlobActivityArguments: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseAzureBlobActivityArguments\",\n modelProperties: {\n search: {\n serializedName: \"search\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const KnowledgeBaseIndexedSharePointActivityArguments: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseIndexedSharePointActivityArguments\",\n modelProperties: {\n search: {\n serializedName: \"search\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const KnowledgeBaseIndexedOneLakeActivityArguments: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseIndexedOneLakeActivityArguments\",\n modelProperties: {\n search: {\n serializedName: \"search\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const KnowledgeBaseWebActivityArguments: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseWebActivityArguments\",\n modelProperties: {\n search: {\n serializedName: \"search\",\n type: {\n name: \"String\",\n },\n },\n language: {\n serializedName: \"language\",\n type: {\n name: \"String\",\n },\n },\n market: {\n serializedName: \"market\",\n type: {\n name: \"String\",\n },\n },\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n freshness: {\n serializedName: \"freshness\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KnowledgeBaseRemoteSharePointActivityArguments: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseRemoteSharePointActivityArguments\",\n modelProperties: {\n search: {\n serializedName: \"search\",\n type: {\n name: \"String\",\n },\n },\n filterExpressionAddOn: {\n serializedName: \"filterExpressionAddOn\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SharePointSensitivityLabelInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SharePointSensitivityLabelInfo\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n sensitivityLabelId: {\n serializedName: \"sensitivityLabelId\",\n type: {\n name: \"String\",\n },\n },\n tooltip: {\n serializedName: \"tooltip\",\n type: {\n name: \"String\",\n },\n },\n priority: {\n serializedName: \"priority\",\n type: {\n name: \"Number\",\n },\n },\n color: {\n serializedName: \"color\",\n type: {\n name: \"String\",\n },\n },\n isEncrypted: {\n serializedName: \"isEncrypted\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const KnowledgeBaseMessageTextContent: coreClient.CompositeMapper = {\n serializedName: \"text\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseMessageTextContent\",\n uberParent: \"KnowledgeBaseMessageContent\",\n polymorphicDiscriminator:\n KnowledgeBaseMessageContent.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeBaseMessageContent.type.modelProperties,\n text: {\n serializedName: \"text\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KnowledgeBaseMessageImageContent: coreClient.CompositeMapper = {\n serializedName: \"image\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseMessageImageContent\",\n uberParent: \"KnowledgeBaseMessageContent\",\n polymorphicDiscriminator:\n KnowledgeBaseMessageContent.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeBaseMessageContent.type.modelProperties,\n image: {\n serializedName: \"image\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseMessageImageContentImage\",\n },\n },\n },\n },\n};\n\nexport const KnowledgeRetrievalSemanticIntent: coreClient.CompositeMapper = {\n serializedName: \"semantic\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeRetrievalSemanticIntent\",\n uberParent: \"KnowledgeRetrievalIntent\",\n polymorphicDiscriminator:\n KnowledgeRetrievalIntent.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeRetrievalIntent.type.modelProperties,\n search: {\n serializedName: \"search\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KnowledgeRetrievalMinimalReasoningEffort: coreClient.CompositeMapper =\n {\n serializedName: \"minimal\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeRetrievalMinimalReasoningEffort\",\n uberParent: \"KnowledgeRetrievalReasoningEffort\",\n polymorphicDiscriminator:\n KnowledgeRetrievalReasoningEffort.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeRetrievalReasoningEffort.type.modelProperties,\n },\n },\n };\n\nexport const KnowledgeRetrievalLowReasoningEffort: coreClient.CompositeMapper =\n {\n serializedName: \"low\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeRetrievalLowReasoningEffort\",\n uberParent: \"KnowledgeRetrievalReasoningEffort\",\n polymorphicDiscriminator:\n KnowledgeRetrievalReasoningEffort.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeRetrievalReasoningEffort.type.modelProperties,\n },\n },\n };\n\nexport const KnowledgeRetrievalMediumReasoningEffort: coreClient.CompositeMapper =\n {\n serializedName: \"medium\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeRetrievalMediumReasoningEffort\",\n uberParent: \"KnowledgeRetrievalReasoningEffort\",\n polymorphicDiscriminator:\n KnowledgeRetrievalReasoningEffort.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeRetrievalReasoningEffort.type.modelProperties,\n },\n },\n };\n\nexport const SearchIndexKnowledgeSourceParams: coreClient.CompositeMapper = {\n serializedName: \"searchIndex\",\n type: {\n name: \"Composite\",\n className: \"SearchIndexKnowledgeSourceParams\",\n uberParent: \"KnowledgeSourceParams\",\n polymorphicDiscriminator:\n KnowledgeSourceParams.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeSourceParams.type.modelProperties,\n filterAddOn: {\n serializedName: \"filterAddOn\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureBlobKnowledgeSourceParams: coreClient.CompositeMapper = {\n serializedName: \"azureBlob\",\n type: {\n name: \"Composite\",\n className: \"AzureBlobKnowledgeSourceParams\",\n uberParent: \"KnowledgeSourceParams\",\n polymorphicDiscriminator:\n KnowledgeSourceParams.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeSourceParams.type.modelProperties,\n },\n },\n};\n\nexport const IndexedSharePointKnowledgeSourceParams: coreClient.CompositeMapper =\n {\n serializedName: \"indexedSharePoint\",\n type: {\n name: \"Composite\",\n className: \"IndexedSharePointKnowledgeSourceParams\",\n uberParent: \"KnowledgeSourceParams\",\n polymorphicDiscriminator:\n KnowledgeSourceParams.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeSourceParams.type.modelProperties,\n },\n },\n };\n\nexport const IndexedOneLakeKnowledgeSourceParams: coreClient.CompositeMapper = {\n serializedName: \"indexedOneLake\",\n type: {\n name: \"Composite\",\n className: \"IndexedOneLakeKnowledgeSourceParams\",\n uberParent: \"KnowledgeSourceParams\",\n polymorphicDiscriminator:\n KnowledgeSourceParams.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeSourceParams.type.modelProperties,\n },\n },\n};\n\nexport const WebKnowledgeSourceParams: coreClient.CompositeMapper = {\n serializedName: \"web\",\n type: {\n name: \"Composite\",\n className: \"WebKnowledgeSourceParams\",\n uberParent: \"KnowledgeSourceParams\",\n polymorphicDiscriminator:\n KnowledgeSourceParams.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeSourceParams.type.modelProperties,\n language: {\n serializedName: \"language\",\n type: {\n name: \"String\",\n },\n },\n market: {\n serializedName: \"market\",\n type: {\n name: \"String\",\n },\n },\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n freshness: {\n serializedName: \"freshness\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RemoteSharePointKnowledgeSourceParams: coreClient.CompositeMapper =\n {\n serializedName: \"remoteSharePoint\",\n type: {\n name: \"Composite\",\n className: \"RemoteSharePointKnowledgeSourceParams\",\n uberParent: \"KnowledgeSourceParams\",\n polymorphicDiscriminator:\n KnowledgeSourceParams.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeSourceParams.type.modelProperties,\n filterExpressionAddOn: {\n serializedName: \"filterExpressionAddOn\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const KnowledgeBaseRetrievalActivityRecord: coreClient.CompositeMapper =\n {\n serializedName: \"KnowledgeBaseRetrievalActivityRecord\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseRetrievalActivityRecord\",\n uberParent: \"KnowledgeBaseActivityRecord\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n ...KnowledgeBaseActivityRecord.type.modelProperties,\n knowledgeSourceName: {\n serializedName: \"knowledgeSourceName\",\n type: {\n name: \"String\",\n },\n },\n queryTime: {\n serializedName: \"queryTime\",\n type: {\n name: \"DateTime\",\n },\n },\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const KnowledgeBaseModelQueryPlanningActivityRecord: coreClient.CompositeMapper =\n {\n serializedName: \"modelQueryPlanning\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseModelQueryPlanningActivityRecord\",\n uberParent: \"KnowledgeBaseActivityRecord\",\n polymorphicDiscriminator:\n KnowledgeBaseActivityRecord.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeBaseActivityRecord.type.modelProperties,\n inputTokens: {\n serializedName: \"inputTokens\",\n type: {\n name: \"Number\",\n },\n },\n outputTokens: {\n serializedName: \"outputTokens\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const KnowledgeBaseModelAnswerSynthesisActivityRecord: coreClient.CompositeMapper =\n {\n serializedName: \"modelAnswerSynthesis\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseModelAnswerSynthesisActivityRecord\",\n uberParent: \"KnowledgeBaseActivityRecord\",\n polymorphicDiscriminator:\n KnowledgeBaseActivityRecord.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeBaseActivityRecord.type.modelProperties,\n inputTokens: {\n serializedName: \"inputTokens\",\n type: {\n name: \"Number\",\n },\n },\n outputTokens: {\n serializedName: \"outputTokens\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const KnowledgeBaseAgenticReasoningActivityRecord: coreClient.CompositeMapper =\n {\n serializedName: \"agenticReasoning\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseAgenticReasoningActivityRecord\",\n uberParent: \"KnowledgeBaseActivityRecord\",\n polymorphicDiscriminator:\n KnowledgeBaseActivityRecord.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeBaseActivityRecord.type.modelProperties,\n reasoningTokens: {\n serializedName: \"reasoningTokens\",\n type: {\n name: \"Number\",\n },\n },\n retrievalReasoningEffort: {\n serializedName: \"retrievalReasoningEffort\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeRetrievalReasoningEffort\",\n },\n },\n },\n },\n };\n\nexport const KnowledgeBaseSearchIndexReference: coreClient.CompositeMapper = {\n serializedName: \"searchIndex\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseSearchIndexReference\",\n uberParent: \"KnowledgeBaseReference\",\n polymorphicDiscriminator:\n KnowledgeBaseReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeBaseReference.type.modelProperties,\n docKey: {\n serializedName: \"docKey\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KnowledgeBaseAzureBlobReference: coreClient.CompositeMapper = {\n serializedName: \"azureBlob\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseAzureBlobReference\",\n uberParent: \"KnowledgeBaseReference\",\n polymorphicDiscriminator:\n KnowledgeBaseReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeBaseReference.type.modelProperties,\n blobUrl: {\n serializedName: \"blobUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KnowledgeBaseIndexedSharePointReference: coreClient.CompositeMapper =\n {\n serializedName: \"indexedSharePoint\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseIndexedSharePointReference\",\n uberParent: \"KnowledgeBaseReference\",\n polymorphicDiscriminator:\n KnowledgeBaseReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeBaseReference.type.modelProperties,\n docUrl: {\n serializedName: \"docUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const KnowledgeBaseIndexedOneLakeReference: coreClient.CompositeMapper =\n {\n serializedName: \"indexedOneLake\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseIndexedOneLakeReference\",\n uberParent: \"KnowledgeBaseReference\",\n polymorphicDiscriminator:\n KnowledgeBaseReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeBaseReference.type.modelProperties,\n docUrl: {\n serializedName: \"docUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const KnowledgeBaseWebReference: coreClient.CompositeMapper = {\n serializedName: \"web\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseWebReference\",\n uberParent: \"KnowledgeBaseReference\",\n polymorphicDiscriminator:\n KnowledgeBaseReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeBaseReference.type.modelProperties,\n url: {\n serializedName: \"url\",\n type: {\n name: \"String\",\n },\n },\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KnowledgeBaseRemoteSharePointReference: coreClient.CompositeMapper =\n {\n serializedName: \"remoteSharePoint\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseRemoteSharePointReference\",\n uberParent: \"KnowledgeBaseReference\",\n polymorphicDiscriminator:\n KnowledgeBaseReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeBaseReference.type.modelProperties,\n webUrl: {\n serializedName: \"webUrl\",\n type: {\n name: \"String\",\n },\n },\n searchSensitivityLabelInfo: {\n serializedName: \"searchSensitivityLabelInfo\",\n type: {\n name: \"Composite\",\n className: \"SharePointSensitivityLabelInfo\",\n },\n },\n },\n },\n };\n\nexport const KnowledgeBaseSearchIndexActivityRecord: coreClient.CompositeMapper =\n {\n serializedName: \"searchIndex\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseSearchIndexActivityRecord\",\n uberParent: \"KnowledgeBaseRetrievalActivityRecord\",\n polymorphicDiscriminator:\n KnowledgeBaseRetrievalActivityRecord.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeBaseRetrievalActivityRecord.type.modelProperties,\n searchIndexArguments: {\n serializedName: \"searchIndexArguments\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseSearchIndexActivityArguments\",\n },\n },\n },\n },\n };\n\nexport const KnowledgeBaseAzureBlobActivityRecord: coreClient.CompositeMapper =\n {\n serializedName: \"azureBlob\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseAzureBlobActivityRecord\",\n uberParent: \"KnowledgeBaseRetrievalActivityRecord\",\n polymorphicDiscriminator:\n KnowledgeBaseRetrievalActivityRecord.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeBaseRetrievalActivityRecord.type.modelProperties,\n azureBlobArguments: {\n serializedName: \"azureBlobArguments\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseAzureBlobActivityArguments\",\n },\n },\n },\n },\n };\n\nexport const KnowledgeBaseIndexedSharePointActivityRecord: coreClient.CompositeMapper =\n {\n serializedName: \"indexedSharePoint\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseIndexedSharePointActivityRecord\",\n uberParent: \"KnowledgeBaseRetrievalActivityRecord\",\n polymorphicDiscriminator:\n KnowledgeBaseRetrievalActivityRecord.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeBaseRetrievalActivityRecord.type.modelProperties,\n indexedSharePointArguments: {\n serializedName: \"indexedSharePointArguments\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseIndexedSharePointActivityArguments\",\n },\n },\n },\n },\n };\n\nexport const KnowledgeBaseIndexedOneLakeActivityRecord: coreClient.CompositeMapper =\n {\n serializedName: \"indexedOneLake\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseIndexedOneLakeActivityRecord\",\n uberParent: \"KnowledgeBaseRetrievalActivityRecord\",\n polymorphicDiscriminator:\n KnowledgeBaseRetrievalActivityRecord.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeBaseRetrievalActivityRecord.type.modelProperties,\n indexedOneLakeArguments: {\n serializedName: \"indexedOneLakeArguments\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseIndexedOneLakeActivityArguments\",\n },\n },\n },\n },\n };\n\nexport const KnowledgeBaseWebActivityRecord: coreClient.CompositeMapper = {\n serializedName: \"web\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseWebActivityRecord\",\n uberParent: \"KnowledgeBaseRetrievalActivityRecord\",\n polymorphicDiscriminator:\n KnowledgeBaseRetrievalActivityRecord.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeBaseRetrievalActivityRecord.type.modelProperties,\n webArguments: {\n serializedName: \"webArguments\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseWebActivityArguments\",\n },\n },\n },\n },\n};\n\nexport const KnowledgeBaseRemoteSharePointActivityRecord: coreClient.CompositeMapper =\n {\n serializedName: \"remoteSharePoint\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseRemoteSharePointActivityRecord\",\n uberParent: \"KnowledgeBaseRetrievalActivityRecord\",\n polymorphicDiscriminator:\n KnowledgeBaseRetrievalActivityRecord.type.polymorphicDiscriminator,\n modelProperties: {\n ...KnowledgeBaseRetrievalActivityRecord.type.modelProperties,\n remoteSharePointArguments: {\n serializedName: \"remoteSharePointArguments\",\n type: {\n name: \"Composite\",\n className: \"KnowledgeBaseRemoteSharePointActivityArguments\",\n },\n },\n },\n },\n };\n\nexport let discriminators = {\n KnowledgeBaseMessageContent: KnowledgeBaseMessageContent,\n KnowledgeRetrievalIntent: KnowledgeRetrievalIntent,\n KnowledgeRetrievalReasoningEffort: KnowledgeRetrievalReasoningEffort,\n KnowledgeSourceParams: KnowledgeSourceParams,\n KnowledgeBaseActivityRecord: KnowledgeBaseActivityRecord,\n KnowledgeBaseReference: KnowledgeBaseReference,\n \"KnowledgeBaseMessageContent.text\": KnowledgeBaseMessageTextContent,\n \"KnowledgeBaseMessageContent.image\": KnowledgeBaseMessageImageContent,\n \"KnowledgeRetrievalIntent.semantic\": KnowledgeRetrievalSemanticIntent,\n \"KnowledgeRetrievalReasoningEffort.minimal\":\n KnowledgeRetrievalMinimalReasoningEffort,\n \"KnowledgeRetrievalReasoningEffort.low\": KnowledgeRetrievalLowReasoningEffort,\n \"KnowledgeRetrievalReasoningEffort.medium\":\n KnowledgeRetrievalMediumReasoningEffort,\n \"KnowledgeSourceParams.searchIndex\": SearchIndexKnowledgeSourceParams,\n \"KnowledgeSourceParams.azureBlob\": AzureBlobKnowledgeSourceParams,\n \"KnowledgeSourceParams.indexedSharePoint\":\n IndexedSharePointKnowledgeSourceParams,\n \"KnowledgeSourceParams.indexedOneLake\": IndexedOneLakeKnowledgeSourceParams,\n \"KnowledgeSourceParams.web\": WebKnowledgeSourceParams,\n \"KnowledgeSourceParams.remoteSharePoint\":\n RemoteSharePointKnowledgeSourceParams,\n \"KnowledgeBaseActivityRecord.KnowledgeBaseRetrievalActivityRecord\":\n KnowledgeBaseRetrievalActivityRecord,\n \"KnowledgeBaseActivityRecord.modelQueryPlanning\":\n KnowledgeBaseModelQueryPlanningActivityRecord,\n \"KnowledgeBaseActivityRecord.modelAnswerSynthesis\":\n KnowledgeBaseModelAnswerSynthesisActivityRecord,\n \"KnowledgeBaseActivityRecord.agenticReasoning\":\n KnowledgeBaseAgenticReasoningActivityRecord,\n \"KnowledgeBaseReference.searchIndex\": KnowledgeBaseSearchIndexReference,\n \"KnowledgeBaseReference.azureBlob\": KnowledgeBaseAzureBlobReference,\n \"KnowledgeBaseReference.indexedSharePoint\":\n KnowledgeBaseIndexedSharePointReference,\n \"KnowledgeBaseReference.indexedOneLake\": KnowledgeBaseIndexedOneLakeReference,\n \"KnowledgeBaseReference.web\": KnowledgeBaseWebReference,\n \"KnowledgeBaseReference.remoteSharePoint\":\n KnowledgeBaseRemoteSharePointReference,\n \"KnowledgeBaseRetrievalActivityRecord.searchIndex\":\n KnowledgeBaseSearchIndexActivityRecord,\n \"KnowledgeBaseRetrievalActivityRecord.azureBlob\":\n KnowledgeBaseAzureBlobActivityRecord,\n \"KnowledgeBaseRetrievalActivityRecord.indexedSharePoint\":\n KnowledgeBaseIndexedSharePointActivityRecord,\n \"KnowledgeBaseRetrievalActivityRecord.indexedOneLake\":\n KnowledgeBaseIndexedOneLakeActivityRecord,\n \"KnowledgeBaseRetrievalActivityRecord.web\": KnowledgeBaseWebActivityRecord,\n \"KnowledgeBaseRetrievalActivityRecord.remoteSharePoint\":\n KnowledgeBaseRemoteSharePointActivityRecord,\n};\n"]}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
-
export declare const contentType: OperationParameter;
|
|
3
|
-
export declare const retrievalRequest: OperationParameter;
|
|
4
|
-
export declare const accept: OperationParameter;
|
|
5
|
-
export declare const endpoint: OperationURLParameter;
|
|
6
|
-
export declare const knowledgeBaseName: OperationURLParameter;
|
|
7
|
-
export declare const apiVersion: OperationQueryParameter;
|
|
8
|
-
export declare const xMsQuerySourceAuthorization: OperationParameter;
|
|
9
|
-
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../../../src/generated/knowledgeBase/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAG5B,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAG9B,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBASxB,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,kBAQzC,CAAC"}
|
|
@@ -1,75 +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 { KnowledgeBaseRetrievalRequest as KnowledgeBaseRetrievalRequestMapper } from "../models/mappers.js";
|
|
9
|
-
export const contentType = {
|
|
10
|
-
parameterPath: ["options", "contentType"],
|
|
11
|
-
mapper: {
|
|
12
|
-
defaultValue: "application/json",
|
|
13
|
-
isConstant: true,
|
|
14
|
-
serializedName: "Content-Type",
|
|
15
|
-
type: {
|
|
16
|
-
name: "String",
|
|
17
|
-
},
|
|
18
|
-
},
|
|
19
|
-
};
|
|
20
|
-
export const retrievalRequest = {
|
|
21
|
-
parameterPath: "retrievalRequest",
|
|
22
|
-
mapper: KnowledgeBaseRetrievalRequestMapper,
|
|
23
|
-
};
|
|
24
|
-
export const accept = {
|
|
25
|
-
parameterPath: "accept",
|
|
26
|
-
mapper: {
|
|
27
|
-
defaultValue: "application/json",
|
|
28
|
-
isConstant: true,
|
|
29
|
-
serializedName: "Accept",
|
|
30
|
-
type: {
|
|
31
|
-
name: "String",
|
|
32
|
-
},
|
|
33
|
-
},
|
|
34
|
-
};
|
|
35
|
-
export const endpoint = {
|
|
36
|
-
parameterPath: "endpoint",
|
|
37
|
-
mapper: {
|
|
38
|
-
serializedName: "endpoint",
|
|
39
|
-
required: true,
|
|
40
|
-
type: {
|
|
41
|
-
name: "String",
|
|
42
|
-
},
|
|
43
|
-
},
|
|
44
|
-
skipEncoding: true,
|
|
45
|
-
};
|
|
46
|
-
export const knowledgeBaseName = {
|
|
47
|
-
parameterPath: "knowledgeBaseName",
|
|
48
|
-
mapper: {
|
|
49
|
-
serializedName: "knowledgeBaseName",
|
|
50
|
-
required: true,
|
|
51
|
-
type: {
|
|
52
|
-
name: "String",
|
|
53
|
-
},
|
|
54
|
-
},
|
|
55
|
-
};
|
|
56
|
-
export const apiVersion = {
|
|
57
|
-
parameterPath: "apiVersion",
|
|
58
|
-
mapper: {
|
|
59
|
-
serializedName: "api-version",
|
|
60
|
-
required: true,
|
|
61
|
-
type: {
|
|
62
|
-
name: "String",
|
|
63
|
-
},
|
|
64
|
-
},
|
|
65
|
-
};
|
|
66
|
-
export const xMsQuerySourceAuthorization = {
|
|
67
|
-
parameterPath: ["options", "xMsQuerySourceAuthorization"],
|
|
68
|
-
mapper: {
|
|
69
|
-
serializedName: "x-ms-query-source-authorization",
|
|
70
|
-
type: {
|
|
71
|
-
name: "String",
|
|
72
|
-
},
|
|
73
|
-
},
|
|
74
|
-
};
|
|
75
|
-
//# sourceMappingURL=parameters.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../../../src/generated/knowledgeBase/models/parameters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAOH,OAAO,EAAE,6BAA6B,IAAI,mCAAmC,EAAE,MAAM,sBAAsB,CAAC;AAE5G,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAuB;IAClD,aAAa,EAAE,kBAAkB;IACjC,MAAM,EAAE,mCAAmC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA0B;IACtD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,cAAc,EAAE,mBAAmB;QACnC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAAuB;IAC7D,aAAa,EAAE,CAAC,SAAS,EAAE,6BAA6B,CAAC;IACzD,MAAM,EAAE;QACN,cAAc,EAAE,iCAAiC;QACjD,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,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\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport { KnowledgeBaseRetrievalRequest as KnowledgeBaseRetrievalRequestMapper } from \"../models/mappers.js\";\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const retrievalRequest: OperationParameter = {\n parameterPath: \"retrievalRequest\",\n mapper: KnowledgeBaseRetrievalRequestMapper,\n};\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const endpoint: OperationURLParameter = {\n parameterPath: \"endpoint\",\n mapper: {\n serializedName: \"endpoint\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const knowledgeBaseName: OperationURLParameter = {\n parameterPath: \"knowledgeBaseName\",\n mapper: {\n serializedName: \"knowledgeBaseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n serializedName: \"api-version\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const xMsQuerySourceAuthorization: OperationParameter = {\n parameterPath: [\"options\", \"xMsQuerySourceAuthorization\"],\n mapper: {\n serializedName: \"x-ms-query-source-authorization\",\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/knowledgeBase/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,yBAAyB,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 "./knowledgeRetrieval.js";
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/knowledgeBase/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,yBAAyB,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 \"./knowledgeRetrieval.js\";\n"]}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { KnowledgeRetrieval } from "../operationsInterfaces/index.js";
|
|
2
|
-
import { SearchClient } from "../searchClient.js";
|
|
3
|
-
import { KnowledgeBaseRetrievalRequest, KnowledgeRetrievalRetrieveOptionalParams, KnowledgeRetrievalRetrieveResponse } from "../models/index.js";
|
|
4
|
-
/** Class containing KnowledgeRetrieval operations. */
|
|
5
|
-
export declare class KnowledgeRetrievalImpl implements KnowledgeRetrieval {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Initialize a new instance of the class KnowledgeRetrieval class.
|
|
9
|
-
* @param client Reference to the service client
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: SearchClient);
|
|
12
|
-
/**
|
|
13
|
-
* KnowledgeBase retrieves relevant data from backing stores.
|
|
14
|
-
* @param retrievalRequest The retrieval request to process.
|
|
15
|
-
* @param options The options parameters.
|
|
16
|
-
*/
|
|
17
|
-
retrieve(retrievalRequest: KnowledgeBaseRetrievalRequest, options?: KnowledgeRetrievalRetrieveOptionalParams): Promise<KnowledgeRetrievalRetrieveResponse>;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=knowledgeRetrieval.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"knowledgeRetrieval.d.ts","sourceRoot":"","sources":["../../../../../src/generated/knowledgeBase/operations/knowledgeRetrieval.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAItE,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EACL,6BAA6B,EAC7B,wCAAwC,EACxC,kCAAkC,EACnC,MAAM,oBAAoB,CAAC;AAE5B,sDAAsD;AACtD,qBAAa,sBAAuB,YAAW,kBAAkB;IAC/D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAe;IAEtC;;;OAGG;gBACS,MAAM,EAAE,YAAY;IAIhC;;;;OAIG;IACH,QAAQ,CACN,gBAAgB,EAAE,6BAA6B,EAC/C,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC;CAM/C"}
|
|
@@ -1,57 +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 KnowledgeRetrieval operations. */
|
|
12
|
-
export class KnowledgeRetrievalImpl {
|
|
13
|
-
client;
|
|
14
|
-
/**
|
|
15
|
-
* Initialize a new instance of the class KnowledgeRetrieval class.
|
|
16
|
-
* @param client Reference to the service client
|
|
17
|
-
*/
|
|
18
|
-
constructor(client) {
|
|
19
|
-
this.client = client;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* KnowledgeBase retrieves relevant data from backing stores.
|
|
23
|
-
* @param retrievalRequest The retrieval request to process.
|
|
24
|
-
* @param options The options parameters.
|
|
25
|
-
*/
|
|
26
|
-
retrieve(retrievalRequest, options) {
|
|
27
|
-
return this.client.sendOperationRequest({ retrievalRequest, options }, retrieveOperationSpec);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
// Operation Specifications
|
|
31
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
32
|
-
const retrieveOperationSpec = {
|
|
33
|
-
path: "/retrieve",
|
|
34
|
-
httpMethod: "POST",
|
|
35
|
-
responses: {
|
|
36
|
-
200: {
|
|
37
|
-
bodyMapper: Mappers.KnowledgeBaseRetrievalResponse,
|
|
38
|
-
},
|
|
39
|
-
206: {
|
|
40
|
-
bodyMapper: Mappers.KnowledgeBaseRetrievalResponse,
|
|
41
|
-
},
|
|
42
|
-
default: {
|
|
43
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
requestBody: Parameters.retrievalRequest,
|
|
47
|
-
queryParameters: [Parameters.apiVersion],
|
|
48
|
-
urlParameters: [Parameters.endpoint, Parameters.knowledgeBaseName],
|
|
49
|
-
headerParameters: [
|
|
50
|
-
Parameters.contentType,
|
|
51
|
-
Parameters.accept,
|
|
52
|
-
Parameters.xMsQuerySourceAuthorization,
|
|
53
|
-
],
|
|
54
|
-
mediaType: "json",
|
|
55
|
-
serializer,
|
|
56
|
-
};
|
|
57
|
-
//# sourceMappingURL=knowledgeRetrieval.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"knowledgeRetrieval.js","sourceRoot":"","sources":["../../../../../src/generated/knowledgeBase/operations/knowledgeRetrieval.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAQtD,sDAAsD;AACtD,MAAM,OAAO,sBAAsB;IAChB,MAAM,CAAe;IAEtC;;;OAGG;IACH,YAAY,MAAoB;QAC9B,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;OAIG;IACH,QAAQ,CACN,gBAA+C,EAC/C,OAAkD;QAElD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,gBAAgB,EAAE,OAAO,EAAE,EAC7B,qBAAqB,CACtB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,qBAAqB,GAA6B;IACtD,IAAI,EAAE,WAAW;IACjB,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,8BAA8B;SACnD;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,8BAA8B;SACnD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,gBAAgB;IACxC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,iBAAiB,CAAC;IAClE,gBAAgB,EAAE;QAChB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,2BAA2B;KACvC;IACD,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,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\nimport { KnowledgeRetrieval } 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 KnowledgeBaseRetrievalRequest,\n KnowledgeRetrievalRetrieveOptionalParams,\n KnowledgeRetrievalRetrieveResponse,\n} from \"../models/index.js\";\n\n/** Class containing KnowledgeRetrieval operations. */\nexport class KnowledgeRetrievalImpl implements KnowledgeRetrieval {\n private readonly client: SearchClient;\n\n /**\n * Initialize a new instance of the class KnowledgeRetrieval class.\n * @param client Reference to the service client\n */\n constructor(client: SearchClient) {\n this.client = client;\n }\n\n /**\n * KnowledgeBase retrieves relevant data from backing stores.\n * @param retrievalRequest The retrieval request to process.\n * @param options The options parameters.\n */\n retrieve(\n retrievalRequest: KnowledgeBaseRetrievalRequest,\n options?: KnowledgeRetrievalRetrieveOptionalParams,\n ): Promise<KnowledgeRetrievalRetrieveResponse> {\n return this.client.sendOperationRequest(\n { retrievalRequest, options },\n retrieveOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst retrieveOperationSpec: coreClient.OperationSpec = {\n path: \"/retrieve\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.KnowledgeBaseRetrievalResponse,\n },\n 206: {\n bodyMapper: Mappers.KnowledgeBaseRetrievalResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.retrievalRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.knowledgeBaseName],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.xMsQuerySourceAuthorization,\n ],\n mediaType: \"json\",\n serializer,\n};\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/knowledgeBase/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,yBAAyB,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 "./knowledgeRetrieval.js";
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/knowledgeBase/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,yBAAyB,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 \"./knowledgeRetrieval.js\";\n"]}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { KnowledgeBaseRetrievalRequest, KnowledgeRetrievalRetrieveOptionalParams, KnowledgeRetrievalRetrieveResponse } from "../models/index.js";
|
|
2
|
-
/** Interface representing a KnowledgeRetrieval. */
|
|
3
|
-
export interface KnowledgeRetrieval {
|
|
4
|
-
/**
|
|
5
|
-
* KnowledgeBase retrieves relevant data from backing stores.
|
|
6
|
-
* @param retrievalRequest The retrieval request to process.
|
|
7
|
-
* @param options The options parameters.
|
|
8
|
-
*/
|
|
9
|
-
retrieve(retrievalRequest: KnowledgeBaseRetrievalRequest, options?: KnowledgeRetrievalRetrieveOptionalParams): Promise<KnowledgeRetrievalRetrieveResponse>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=knowledgeRetrieval.d.ts.map
|
package/dist/browser/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"knowledgeRetrieval.d.ts","sourceRoot":"","sources":["../../../../../src/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,6BAA6B,EAC7B,wCAAwC,EACxC,kCAAkC,EACnC,MAAM,oBAAoB,CAAC;AAE5B,mDAAmD;AACnD,MAAM,WAAW,kBAAkB;IACjC;;;;OAIG;IACH,QAAQ,CACN,gBAAgB,EAAE,6BAA6B,EAC/C,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;CAChD"}
|
|
@@ -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=knowledgeRetrieval.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"knowledgeRetrieval.js","sourceRoot":"","sources":["../../../../../src/generated/knowledgeBase/operationsInterfaces/knowledgeRetrieval.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 KnowledgeBaseRetrievalRequest,\n KnowledgeRetrievalRetrieveOptionalParams,\n KnowledgeRetrievalRetrieveResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a KnowledgeRetrieval. */\nexport interface KnowledgeRetrieval {\n /**\n * KnowledgeBase retrieves relevant data from backing stores.\n * @param retrievalRequest The retrieval request to process.\n * @param options The options parameters.\n */\n retrieve(\n retrievalRequest: KnowledgeBaseRetrievalRequest,\n options?: KnowledgeRetrievalRetrieveOptionalParams,\n ): Promise<KnowledgeRetrievalRetrieveResponse>;\n}\n"]}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as coreHttpCompat from "@azure/core-http-compat";
|
|
2
|
-
import { KnowledgeRetrieval } 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
|
-
knowledgeBaseName: 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 knowledgeBaseName The name of the knowledge base.
|
|
13
|
-
* @param apiVersion Api Version
|
|
14
|
-
* @param options The parameter options
|
|
15
|
-
*/
|
|
16
|
-
constructor(endpoint: string, knowledgeBaseName: 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
|
-
knowledgeRetrieval: KnowledgeRetrieval;
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=searchClient.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"searchClient.d.ts","sourceRoot":"","sources":["../../../../src/generated/knowledgeBase/searchClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,cAAc,MAAM,yBAAyB,CAAC;AAO1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,yBAAyB,EACzB,0BAA0B,EAC3B,MAAM,mBAAmB,CAAC;AAE3B,gBAAgB;AAChB,qBAAa,YAAa,SAAQ,cAAc,CAAC,qBAAqB;IACpE,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,EAAE,yBAAyB,CAAC;IAEtC;;;;;;OAMG;gBAED,QAAQ,EAAE,MAAM,EAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,0BAA0B;IA8CtC,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,kBAAkB,EAAE,kBAAkB,CAAC;CACxC"}
|
|
@@ -1,88 +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 coreHttpCompat from "@azure/core-http-compat";
|
|
9
|
-
import { KnowledgeRetrievalImpl } from "./operations/index.js";
|
|
10
|
-
/** @internal */
|
|
11
|
-
export class SearchClient extends coreHttpCompat.ExtendedServiceClient {
|
|
12
|
-
endpoint;
|
|
13
|
-
knowledgeBaseName;
|
|
14
|
-
apiVersion;
|
|
15
|
-
/**
|
|
16
|
-
* Initializes a new instance of the SearchClient class.
|
|
17
|
-
* @param endpoint The endpoint URL of the search service.
|
|
18
|
-
* @param knowledgeBaseName The name of the knowledge base.
|
|
19
|
-
* @param apiVersion Api Version
|
|
20
|
-
* @param options The parameter options
|
|
21
|
-
*/
|
|
22
|
-
constructor(endpoint, knowledgeBaseName, apiVersion, options) {
|
|
23
|
-
if (endpoint === undefined) {
|
|
24
|
-
throw new Error("'endpoint' cannot be null");
|
|
25
|
-
}
|
|
26
|
-
if (knowledgeBaseName === undefined) {
|
|
27
|
-
throw new Error("'knowledgeBaseName' cannot be null");
|
|
28
|
-
}
|
|
29
|
-
if (apiVersion === undefined) {
|
|
30
|
-
throw new Error("'apiVersion' cannot be null");
|
|
31
|
-
}
|
|
32
|
-
// Initializing default values for options
|
|
33
|
-
if (!options) {
|
|
34
|
-
options = {};
|
|
35
|
-
}
|
|
36
|
-
const defaults = {
|
|
37
|
-
requestContentType: "application/json; charset=utf-8",
|
|
38
|
-
};
|
|
39
|
-
const packageDetails = `azsdk-js-search-documents/12.3.0-beta.1`;
|
|
40
|
-
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
41
|
-
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
42
|
-
: `${packageDetails}`;
|
|
43
|
-
const optionsWithDefaults = {
|
|
44
|
-
...defaults,
|
|
45
|
-
...options,
|
|
46
|
-
userAgentOptions: {
|
|
47
|
-
userAgentPrefix,
|
|
48
|
-
},
|
|
49
|
-
endpoint: options.endpoint ??
|
|
50
|
-
options.baseUri ??
|
|
51
|
-
"{endpoint}/knowledgebases('{knowledgeBaseName}')",
|
|
52
|
-
};
|
|
53
|
-
super(optionsWithDefaults);
|
|
54
|
-
// Parameter assignments
|
|
55
|
-
this.endpoint = endpoint;
|
|
56
|
-
this.knowledgeBaseName = knowledgeBaseName;
|
|
57
|
-
this.apiVersion = apiVersion;
|
|
58
|
-
this.knowledgeRetrieval = new KnowledgeRetrievalImpl(this);
|
|
59
|
-
this.addCustomApiVersionPolicy(apiVersion);
|
|
60
|
-
}
|
|
61
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
62
|
-
addCustomApiVersionPolicy(apiVersion) {
|
|
63
|
-
if (!apiVersion) {
|
|
64
|
-
return;
|
|
65
|
-
}
|
|
66
|
-
const apiVersionPolicy = {
|
|
67
|
-
name: "CustomApiVersionPolicy",
|
|
68
|
-
async sendRequest(request, next) {
|
|
69
|
-
const param = request.url.split("?");
|
|
70
|
-
if (param.length > 1) {
|
|
71
|
-
const newParams = param[1].split("&").map((item) => {
|
|
72
|
-
if (item.indexOf("api-version") > -1) {
|
|
73
|
-
return "api-version=" + apiVersion;
|
|
74
|
-
}
|
|
75
|
-
else {
|
|
76
|
-
return item;
|
|
77
|
-
}
|
|
78
|
-
});
|
|
79
|
-
request.url = param[0] + "?" + newParams.join("&");
|
|
80
|
-
}
|
|
81
|
-
return next(request);
|
|
82
|
-
},
|
|
83
|
-
};
|
|
84
|
-
this.pipeline.addPolicy(apiVersionPolicy);
|
|
85
|
-
}
|
|
86
|
-
knowledgeRetrieval;
|
|
87
|
-
}
|
|
88
|
-
//# sourceMappingURL=searchClient.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"searchClient.js","sourceRoot":"","sources":["../../../../src/generated/knowledgeBase/searchClient.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreHttpCompat from \"@azure/core-http-compat\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport { KnowledgeRetrievalImpl } from \"./operations/index.js\";\nimport { KnowledgeRetrieval } from \"./operationsInterfaces/index.js\";\nimport {\n ApiVersion20251101Preview,\n SearchClientOptionalParams,\n} from \"./models/index.js\";\n\n/** @internal */\nexport class SearchClient extends coreHttpCompat.ExtendedServiceClient {\n endpoint: string;\n knowledgeBaseName: string;\n apiVersion: ApiVersion20251101Preview;\n\n /**\n * Initializes a new instance of the SearchClient class.\n * @param endpoint The endpoint URL of the search service.\n * @param knowledgeBaseName The name of the knowledge base.\n * @param apiVersion Api Version\n * @param options The parameter options\n */\n constructor(\n endpoint: string,\n knowledgeBaseName: string,\n apiVersion: ApiVersion20251101Preview,\n options?: SearchClientOptionalParams,\n ) {\n if (endpoint === undefined) {\n throw new Error(\"'endpoint' cannot be null\");\n }\n if (knowledgeBaseName === undefined) {\n throw new Error(\"'knowledgeBaseName' cannot be null\");\n }\n if (apiVersion === undefined) {\n throw new Error(\"'apiVersion' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: SearchClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n };\n\n const packageDetails = `azsdk-js-search-documents/12.3.0-beta.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint:\n options.endpoint ??\n options.baseUri ??\n \"{endpoint}/knowledgebases('{knowledgeBaseName}')\",\n };\n super(optionsWithDefaults);\n // Parameter assignments\n this.endpoint = endpoint;\n this.knowledgeBaseName = knowledgeBaseName;\n this.apiVersion = apiVersion;\n this.knowledgeRetrieval = new KnowledgeRetrievalImpl(this);\n this.addCustomApiVersionPolicy(apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest,\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n knowledgeRetrieval: KnowledgeRetrieval;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/service/index.ts"],"names":[],"mappings":"AAQA,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,cAAc,iCAAiC,CAAC"}
|
|
@@ -1,11 +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 "./models/index.js";
|
|
9
|
-
export { SearchServiceClient } from "./searchServiceClient.js";
|
|
10
|
-
export * from "./operationsInterfaces/index.js";
|
|
11
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/service/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,cAAc,iCAAiC,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 \"./models/index.js\";\nexport { SearchServiceClient } from \"./searchServiceClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|