UNPKG

@agility/cli

Version:

Agility CLI for working with your content. (Public Beta)

23 lines (22 loc) 736 B
import * as mgmtApi from "@agility/management-sdk"; import * as cliProgress from "cli-progress"; export declare class content { _options: mgmtApi.Options; _multibar: cliProgress.MultiBar; _guid: string; _locale: string; _rootPath: string; _isPreview: boolean; skippedContentItems: { [key: number]: string; }; constructor(options: mgmtApi.Options, multibar: cliProgress.MultiBar, guid: string, locale: string); updateContentItems(selectedContentItems: string): Promise<{ contentItemsArray: mgmtApi.ContentItem[]; successfulItems: any[]; notOnDestination: any[]; notOnSource: any[]; modelMismatch: any[]; }>; camelize(str: string): string; }