palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
17 lines • 573 B
JavaScript
;
/**
* Copyright (c) Spectro Cloud
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.SpectroClusterPackConditionType = void 0;
// eslint-disable-next-line @typescript-eslint/no-redeclare
exports.SpectroClusterPackConditionType = {
ReadyForInstall: 'ReadyForInstall',
Installed: 'Installed',
Ready: 'Ready',
Error: 'Error',
UpgradeAvailable: 'UpgradeAvailable',
WaitingForOtherLayers: 'WaitingForOtherLayers',
};
//# sourceMappingURL=spectroClusterPackConditionType.js.map