Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vipera-npm-registry / motif-web-admin-core   js

Repository URL to install this package:

Version: 0.3.1 

/ lib / sections / WebContent / components / BundleUtils.d.ts

import { BundleStatus } from '@wa-motif-open-api/web-content-service';
export declare enum PublishingStatus {
    Published = "PUBLISHED",
    Unpublished = "UNPUBLISHED",
    Unpublishing = "UNPUBLISHING",
    Publishing = "PUBLISHING",
    Error = "ERROR",
    Unknown = "UNKNOWN"
}
export declare class BundleUtils {
    static buildSyntheticStatus(statusInfo: BundleStatus): PublishingStatus;
    static buildUrl(statusInfo: BundleStatus): string;
}