@azure/search-documents
Version:
Azure client library to use AI Search for node.js and browser.
66 lines (65 loc) • 2.77 kB
JavaScript
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var api_exports = {};
__export(api_exports, {
createDataSourceConnection: () => import_operations.createDataSourceConnection,
createIndexer: () => import_operations.createIndexer,
createOrUpdateDataSourceConnection: () => import_operations.createOrUpdateDataSourceConnection,
createOrUpdateIndexer: () => import_operations.createOrUpdateIndexer,
createOrUpdateSkillset: () => import_operations.createOrUpdateSkillset,
createSearchIndexer: () => import_searchIndexerContext.createSearchIndexer,
createSkillset: () => import_operations.createSkillset,
deleteDataSourceConnection: () => import_operations.deleteDataSourceConnection,
deleteIndexer: () => import_operations.deleteIndexer,
deleteSkillset: () => import_operations.deleteSkillset,
getDataSourceConnection: () => import_operations.getDataSourceConnection,
getDataSourceConnections: () => import_operations.getDataSourceConnections,
getIndexer: () => import_operations.getIndexer,
getIndexerStatus: () => import_operations.getIndexerStatus,
getIndexers: () => import_operations.getIndexers,
getSkillset: () => import_operations.getSkillset,
getSkillsets: () => import_operations.getSkillsets,
resetIndexer: () => import_operations.resetIndexer,
runIndexer: () => import_operations.runIndexer
});
module.exports = __toCommonJS(api_exports);
var import_operations = require("./operations.js");
var import_searchIndexerContext = require("./searchIndexerContext.js");
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
createDataSourceConnection,
createIndexer,
createOrUpdateDataSourceConnection,
createOrUpdateIndexer,
createOrUpdateSkillset,
createSearchIndexer,
createSkillset,
deleteDataSourceConnection,
deleteIndexer,
deleteSkillset,
getDataSourceConnection,
getDataSourceConnections,
getIndexer,
getIndexerStatus,
getIndexers,
getSkillset,
getSkillsets,
resetIndexer,
runIndexer
});
//# sourceMappingURL=index.js.map