@azure/app-configuration
Version:
An isomorphic client library for the Azure App Configuration service.
5 lines • 1.17 kB
TypeScript
export type { AppConfigurationContext, AppConfigurationClientOptionalParams, } from "./appConfigurationContext.js";
export { createAppConfiguration } from "./appConfigurationContext.js";
export { checkRevisions, getRevisions, deleteLock, putLock, checkLabels, getLabels, checkSnapshot, updateSnapshot, createSnapshot, getOperationDetails, getSnapshot, checkSnapshots, getSnapshots, checkKeyValue, deleteKeyValue, putKeyValue, getKeyValue, checkKeyValues, getKeyValues, checkKeys, getKeys, } from "./operations.js";
export type { CheckRevisionsOptionalParams, GetRevisionsOptionalParams, DeleteLockOptionalParams, PutLockOptionalParams, CheckLabelsOptionalParams, GetLabelsOptionalParams, CheckSnapshotOptionalParams, UpdateSnapshotOptionalParams, CreateSnapshotOptionalParams, GetOperationDetailsOptionalParams, GetSnapshotOptionalParams, CheckSnapshotsOptionalParams, GetSnapshotsOptionalParams, CheckKeyValueOptionalParams, DeleteKeyValueOptionalParams, PutKeyValueOptionalParams, GetKeyValueOptionalParams, CheckKeyValuesOptionalParams, GetKeyValuesOptionalParams, CheckKeysOptionalParams, GetKeysOptionalParams, } from "./options.js";
//# sourceMappingURL=index.d.ts.map