@azure/app-configuration
Version:
An isomorphic client library for the Azure App Configuration service.
72 lines (71 loc) • 2.71 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, {
checkKeyValue: () => import_operations.checkKeyValue,
checkKeyValues: () => import_operations.checkKeyValues,
checkKeys: () => import_operations.checkKeys,
checkLabels: () => import_operations.checkLabels,
checkRevisions: () => import_operations.checkRevisions,
checkSnapshot: () => import_operations.checkSnapshot,
checkSnapshots: () => import_operations.checkSnapshots,
createAppConfiguration: () => import_appConfigurationContext.createAppConfiguration,
createSnapshot: () => import_operations.createSnapshot,
deleteKeyValue: () => import_operations.deleteKeyValue,
deleteLock: () => import_operations.deleteLock,
getKeyValue: () => import_operations.getKeyValue,
getKeyValues: () => import_operations.getKeyValues,
getKeys: () => import_operations.getKeys,
getLabels: () => import_operations.getLabels,
getOperationDetails: () => import_operations.getOperationDetails,
getRevisions: () => import_operations.getRevisions,
getSnapshot: () => import_operations.getSnapshot,
getSnapshots: () => import_operations.getSnapshots,
putKeyValue: () => import_operations.putKeyValue,
putLock: () => import_operations.putLock,
updateSnapshot: () => import_operations.updateSnapshot
});
module.exports = __toCommonJS(api_exports);
var import_appConfigurationContext = require("./appConfigurationContext.js");
var import_operations = require("./operations.js");
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
checkKeyValue,
checkKeyValues,
checkKeys,
checkLabels,
checkRevisions,
checkSnapshot,
checkSnapshots,
createAppConfiguration,
createSnapshot,
deleteKeyValue,
deleteLock,
getKeyValue,
getKeyValues,
getKeys,
getLabels,
getOperationDetails,
getRevisions,
getSnapshot,
getSnapshots,
putKeyValue,
putLock,
updateSnapshot
});
//# sourceMappingURL=index.js.map