@sap/artifact-management 1.2.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +40 -0
- package/README.md +28 -1
- package/dist/src/cp/CFProjectBuilder.js +27 -1
- package/dist/src/cp/CFProjectBuilder.js.map +1 -1
- package/dist/src/cp/LaunchpadPageGenerator.js +9 -0
- package/dist/src/cp/LaunchpadPageGenerator.js.map +1 -1
- package/dist/src/cp/templates/assets/launchpad.css +7 -0
- package/dist/src/cp/templates/assets/preview.css +4 -0
- package/dist/src/cp/templates/file-templates/launchpadPage-template.html +1 -1
- package/dist/src/plugins/cap/generators/templates/mta-cap-srv-template.yaml +2 -0
- package/dist/src/plugins/cap/generators/templates/mta-cap-template.yaml +1 -1
- package/dist/src/plugins/cap/readers/CapModuleReader.js +67 -37
- package/dist/src/plugins/cap/readers/CapModuleReader.js.map +1 -1
- package/dist/src/plugins/cap/readers/CapProjectReader.js +1 -1
- package/dist/src/plugins/cap/readers/CapProjectReader.js.map +1 -1
- package/dist/src/plugins/ui5/generators/UI5ModuleGenerator.js +1 -0
- package/dist/src/plugins/ui5/generators/UI5ModuleGenerator.js.map +1 -1
- package/dist/src/plugins/ui5/readers/UI5ModuleReader.js +7 -5
- package/dist/src/plugins/ui5/readers/UI5ModuleReader.js.map +1 -1
- package/dist/src/plugins/workflow/readers/WorkflowModuleParser.js +7 -31
- package/dist/src/plugins/workflow/readers/WorkflowModuleParser.js.map +1 -1
- package/dist/src/plugins/workflow/readers/WorkflowModuleReader.js +14 -15
- package/dist/src/plugins/workflow/readers/WorkflowModuleReader.js.map +1 -1
- package/dist/src/plugins/xsuaa/InfoList.js +4 -4
- package/dist/src/plugins/xsuaa/InfoList.js.map +1 -1
- package/dist/src/plugins/xsuaa/readers/XsSecurityModuleReader.js +18 -15
- package/dist/src/plugins/xsuaa/readers/XsSecurityModuleReader.js.map +1 -1
- package/dist/src/project-api/LocalFileSystemWatchManager.js +2 -0
- package/dist/src/project-api/LocalFileSystemWatchManager.js.map +1 -1
- package/dist/src/project-api/ModuleInstance.js +2 -1
- package/dist/src/project-api/ModuleInstance.js.map +1 -1
- package/dist/src/project-api/ProjectCLI.js +26 -1
- package/dist/src/project-api/ProjectCLI.js.map +1 -1
- package/dist/src/project-api/ProjectEntityInstance.js +1 -1
- package/dist/src/project-api/ProjectEntityInstance.js.map +1 -1
- package/dist/src/project-api/ProjectImpl.js +55 -14
- package/dist/src/project-api/ProjectImpl.js.map +1 -1
- package/dist/src/project-api/ProjectInstance.js +2 -2
- package/dist/src/project-api/ProjectInstance.js.map +1 -1
- package/dist/src/project-api/ProjectModulesInstance.js +2 -1
- package/dist/src/project-api/ProjectModulesInstance.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +203 -124
- package/dist/types/src/cp/CFProjectBuilder.d.ts +4 -1
- package/dist/types/src/cp/LaunchpadPageGenerator.d.ts +10 -1
- package/dist/types/src/cp/OverviewPageGenerator.d.ts +1 -1
- package/dist/types/src/definitions/BuildFactory.d.ts +1 -1
- package/dist/types/src/definitions/PluginFactory.d.ts +1 -1
- package/dist/types/src/index.d.ts +1 -1
- package/dist/types/src/mta-generator/MtaBuilder.d.ts +1 -1
- package/dist/types/src/plugins/cap/CapRun.d.ts +1 -1
- package/dist/types/src/plugins/cap/generators/CapDbModuleGenerator.d.ts +1 -1
- package/dist/types/src/plugins/cap/generators/CapDestinationModuleGenerator.d.ts +1 -1
- package/dist/types/src/plugins/cap/generators/CapLaunchpadGenerator.d.ts +1 -1
- package/dist/types/src/plugins/cap/generators/CapModuleGenerator.d.ts +1 -1
- package/dist/types/src/plugins/cap/generators/CapProjectGenerator.d.ts +1 -1
- package/dist/types/src/plugins/cap/generators/CapServiceModuleGenerator.d.ts +1 -1
- package/dist/types/src/plugins/cap/generators/CapUIDeployerGenerator.d.ts +1 -1
- package/dist/types/src/plugins/cap/index.d.ts +1 -1
- package/dist/types/src/plugins/cap/readers/CapModuleReader.d.ts +3 -1
- package/dist/types/src/plugins/cap/readers/CapProjectReader.d.ts +1 -1
- package/dist/types/src/plugins/ui5/generators/UI5ModuleGenerator.d.ts +1 -1
- package/dist/types/src/plugins/ui5/index.d.ts +1 -1
- package/dist/types/src/plugins/ui5/readers/UI5ModuleReader.d.ts +1 -1
- package/dist/types/src/plugins/workflow/generators/WorkflowModuleGenerator.d.ts +1 -1
- package/dist/types/src/plugins/workflow/index.d.ts +1 -1
- package/dist/types/src/plugins/workflow/readers/WorkflowModuleParser.d.ts +3 -3
- package/dist/types/src/plugins/workflow/readers/WorkflowModuleReader.d.ts +1 -1
- package/dist/types/src/plugins/xsuaa/InfoList.d.ts +2 -2
- package/dist/types/src/plugins/xsuaa/generators/XsSecurityModuleManifestGenerator.d.ts +1 -1
- package/dist/types/src/plugins/xsuaa/index.d.ts +1 -1
- package/dist/types/src/plugins/xsuaa/readers/XsSecurityModuleReader.d.ts +3 -15
- package/dist/types/src/project/ProjectBuilder.d.ts +2 -0
- package/dist/types/src/project-api/AutoBuilder.d.ts +1 -1
- package/dist/types/src/project-api/ItemSetInstance.d.ts +1 -1
- package/dist/types/src/project-api/ItemWatcher.d.ts +1 -1
- package/dist/types/src/project-api/ItemWatcherApi.d.ts +1 -1
- package/dist/types/src/project-api/LocalFileSystemWatchManager.d.ts +1 -1
- package/dist/types/src/project-api/MessageUtil.d.ts +1 -1
- package/dist/types/src/project-api/ModuleInstance.d.ts +2 -2
- package/dist/types/src/project-api/ProjectApi.d.ts +11 -1
- package/dist/types/src/project-api/ProjectEntityInstance.d.ts +1 -1
- package/dist/types/src/project-api/ProjectImpl.d.ts +8 -2
- package/dist/types/src/project-api/ProjectInstance.d.ts +1 -1
- package/dist/types/src/project-api/ProjectModulesInstance.d.ts +1 -1
- package/dist/types/src/project-api/WorkspaceApi.d.ts +1 -1
- package/dist/types/src/project-api/WorkspaceImpl.d.ts +1 -1
- package/node_modules/@sap/artifact-management-base/dist/src/commons/ProjectFileSystem.js +2 -2
- package/node_modules/@sap/artifact-management-base/dist/src/commons/ProjectFileSystem.js.map +1 -1
- package/node_modules/@sap/artifact-management-base/dist/src/commons/StateMessage.js +5 -1
- package/node_modules/@sap/artifact-management-base/dist/src/commons/StateMessage.js.map +1 -1
- package/node_modules/@sap/artifact-management-base/dist/src/project/ProjectWrapper.js +6 -3
- package/node_modules/@sap/artifact-management-base/dist/src/project/ProjectWrapper.js.map +1 -1
- package/node_modules/@sap/artifact-management-base/dist/tsconfig.tsbuildinfo +22 -40
- package/node_modules/@sap/artifact-management-base/dist/types/src/commons/ProjectFileSystem.d.ts +1 -1
- package/node_modules/@sap/artifact-management-base/dist/types/src/commons/StateMessage.d.ts +1 -1
- package/node_modules/@sap/artifact-management-base/dist/types/src/project/Item.d.ts +1 -1
- package/node_modules/@sap/artifact-management-base/dist/types/src/project/ModuleData.d.ts +1 -2
- package/node_modules/@sap/artifact-management-base/dist/types/src/project/ProjectData.d.ts +1 -2
- package/node_modules/@sap/artifact-management-base/package.json +12 -14
- package/node_modules/@sap/artifact-management-mdkplugin/dist/src/readers/MDKTaskUIReader.js +2 -1
- package/node_modules/@sap/artifact-management-mdkplugin/dist/src/readers/MDKTaskUIReader.js.map +1 -1
- package/node_modules/@sap/artifact-management-mdkplugin/dist/src/readers/MdkModuleReader.js +1 -1
- package/node_modules/@sap/artifact-management-mdkplugin/dist/src/readers/MdkModuleReader.js.map +1 -1
- package/node_modules/@sap/artifact-management-mdkplugin/dist/src/readers/MdkPageReader.js +1 -1
- package/node_modules/@sap/artifact-management-mdkplugin/dist/src/readers/MdkPageReader.js.map +1 -1
- package/node_modules/@sap/artifact-management-mdkplugin/dist/tsconfig.tsbuildinfo +16 -28
- package/node_modules/@sap/artifact-management-mdkplugin/package.json +5 -7
- package/package.json +16 -19
- package/dist/types/node_modules/@sap/artifact-management-base-types/LICENSE +0 -38
- package/dist/types/node_modules/@sap/artifact-management-base-types/README.md +0 -5
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/commons/FileSystemFactory.d.ts +0 -7
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/commons/NodeFileSystem.d.ts +0 -19
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/commons/ProjectFileSystem.d.ts +0 -41
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/commons/PropertyFile.d.ts +0 -12
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/commons/StateMessage.d.ts +0 -12
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/commons/VSCodeFileSystem.d.ts +0 -18
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/cp/CapApi.d.ts +0 -26
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/cp/DestinationData.d.ts +0 -18
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/cp/NameFactory.d.ts +0 -22
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/cp/RunUI.d.ts +0 -23
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/cp/Service.d.ts +0 -10
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/cp/UI5ManifestHelper.d.ts +0 -9
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/cp/UI5RunUI.d.ts +0 -8
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/cp/UIManifest.d.ts +0 -67
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/definitions/ItemType.d.ts +0 -30
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/definitions/ModuleType.d.ts +0 -13
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/definitions/PluginError.d.ts +0 -3
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/definitions/ProjectType.d.ts +0 -8
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/definitions/Tag.d.ts +0 -29
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/fs/FastGlobFileSystemAdapter.d.ts +0 -5
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/fs/gitIgnoreFileFilter.d.ts +0 -2
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/index.d.ts +0 -55
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/logging/ConsoleLogger.d.ts +0 -25
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/logging/LoggerManager.d.ts +0 -3
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/logging/ProjectAPILogger.d.ts +0 -18
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/logging/noop-logger.d.ts +0 -8
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/mta-generator/MtaTemplate.d.ts +0 -3
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/ErrorWithLocation.d.ts +0 -11
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/IProjectInstance.d.ts +0 -7
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/Item.d.ts +0 -57
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/ItemFilter.d.ts +0 -18
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/ItemLink.d.ts +0 -24
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/ItemReader.d.ts +0 -13
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/Message.d.ts +0 -11
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/Module.d.ts +0 -21
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/ModuleAutoBuilder.d.ts +0 -14
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/ModuleData.d.ts +0 -27
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/ModuleGeneratorContext.d.ts +0 -16
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/ModuleManifestGenerator.d.ts +0 -12
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/ModuleReader.d.ts +0 -43
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/NodePackage.d.ts +0 -19
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/Plugin.d.ts +0 -76
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/PluginEntryTypes.d.ts +0 -15
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/Project.d.ts +0 -5
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/ProjectData.d.ts +0 -39
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/ProjectManifestGenerator.d.ts +0 -28
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/ProjectReader.d.ts +0 -29
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/ProjectReaderHelper.d.ts +0 -10
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/ProjectRunner.d.ts +0 -14
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/ProjectWrapper.d.ts +0 -14
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/TemplateInfo.d.ts +0 -6
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/UI5ModuleManifestGenerator.d.ts +0 -6
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project-api/FileSystemWatchManager.d.ts +0 -26
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project-api/ItemFilterImpl.d.ts +0 -13
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project-api/ItemFilterInterface.d.ts +0 -4
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project-api/ItemFilterMatchAlwaysImpl.d.ts +0 -5
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/project-api/ProjectEntityReader.d.ts +0 -40
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/util/NPMUtil.d.ts +0 -10
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/util/TestUtil.d.ts +0 -3
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/util/Types.d.ts +0 -1
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/util/Util.d.ts +0 -11
- package/dist/types/node_modules/@sap/artifact-management-base-types/src/util/makeType.d.ts +0 -6
package/dist/types/node_modules/@sap/artifact-management-base-types/src/commons/NodeFileSystem.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import { Stats } from 'fs';
|
|
3
|
-
import ProjectFileSystem from '../commons/ProjectFileSystem';
|
|
4
|
-
export declare class NodeFileSystem extends ProjectFileSystem {
|
|
5
|
-
navigate(...paths: string[]): NodeFileSystem;
|
|
6
|
-
getNewInstance(basePath: string, rootPath?: string): ProjectFileSystem;
|
|
7
|
-
stat(path: string): Promise<Stats>;
|
|
8
|
-
fileExists(path: string): Promise<boolean>;
|
|
9
|
-
directoryExists(path: string): Promise<boolean>;
|
|
10
|
-
mkdir(path?: string, options?: {
|
|
11
|
-
recursive: boolean;
|
|
12
|
-
}): Promise<void>;
|
|
13
|
-
readTextFile(path: string): Promise<string>;
|
|
14
|
-
writeTextFile(path: string, str: string): Promise<void>;
|
|
15
|
-
readDirectories(): Promise<string[]>;
|
|
16
|
-
readFiles({ ext }?: {
|
|
17
|
-
ext?: string;
|
|
18
|
-
}): Promise<string[]>;
|
|
19
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import FastGlobFileSystemAdapter, { FileFilterFunction } from '../fs/FastGlobFileSystemAdapter';
|
|
2
|
-
import { Options } from 'fast-glob';
|
|
3
|
-
export declare type GlobOptions = Options;
|
|
4
|
-
export default class ProjectFileSystem {
|
|
5
|
-
basePath: string;
|
|
6
|
-
rootPath: string;
|
|
7
|
-
globFilteringFileSystemAdapter?: FastGlobFileSystemAdapter;
|
|
8
|
-
filterFunction: FileFilterFunction | undefined;
|
|
9
|
-
constructor(basePath: string, rootPath?: string);
|
|
10
|
-
path(...paths: string[]): string;
|
|
11
|
-
relativeToRoot(...paths: string[]): string;
|
|
12
|
-
relativeToRootFromAbsolutePath(...paths: string[]): string;
|
|
13
|
-
readYaml(path: string): Promise<string | object | undefined>;
|
|
14
|
-
getNewInstance(basePath: string, rootPath?: string): ProjectFileSystem;
|
|
15
|
-
readJson(path: string): Promise<any>;
|
|
16
|
-
writeJSON(path: string, obj: any): Promise<void>;
|
|
17
|
-
renderYamlTemplate(path: string, data: object): Promise<any>;
|
|
18
|
-
renderTemplate(path: string, data: object): Promise<string>;
|
|
19
|
-
readFilesBFS({ ext }?: {
|
|
20
|
-
ext?: string;
|
|
21
|
-
}): Promise<string[]>;
|
|
22
|
-
isContained(path: string): boolean;
|
|
23
|
-
makeAbsolute(path: string): string;
|
|
24
|
-
getName(path: string, extension?: string): string;
|
|
25
|
-
glob(pattern: string, options: GlobOptions): Promise<string[]>;
|
|
26
|
-
gitIgnoreFileFilter(): Promise<FileFilterFunction>;
|
|
27
|
-
deleteGlobFilter(): void;
|
|
28
|
-
navigate(...paths: string[]): ProjectFileSystem;
|
|
29
|
-
stat(path: string): Promise<any>;
|
|
30
|
-
fileExists(path: string): Promise<boolean>;
|
|
31
|
-
directoryExists(path: string): Promise<boolean>;
|
|
32
|
-
mkdir(path?: string, options?: {
|
|
33
|
-
recursive: boolean;
|
|
34
|
-
}): Promise<void>;
|
|
35
|
-
readTextFile(path: string): Promise<string>;
|
|
36
|
-
writeTextFile(path: string, str: string): Promise<void>;
|
|
37
|
-
readDirectories(): Promise<string[]>;
|
|
38
|
-
readFiles({ ext }?: {
|
|
39
|
-
ext?: string;
|
|
40
|
-
}): Promise<string[]>;
|
|
41
|
-
}
|
package/dist/types/node_modules/@sap/artifact-management-base-types/src/commons/PropertyFile.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import ProjectFileSystem from './ProjectFileSystem';
|
|
2
|
-
export declare type Properties = {
|
|
3
|
-
[name: string]: string;
|
|
4
|
-
};
|
|
5
|
-
export default class PropertyFile {
|
|
6
|
-
fs: ProjectFileSystem;
|
|
7
|
-
path: string;
|
|
8
|
-
properties: Properties;
|
|
9
|
-
constructor(fs: ProjectFileSystem, path: string);
|
|
10
|
-
load(): Promise<void>;
|
|
11
|
-
private unescape;
|
|
12
|
-
}
|
package/dist/types/node_modules/@sap/artifact-management-base-types/src/commons/StateMessage.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export interface StateMessage {
|
|
2
|
-
code: string;
|
|
3
|
-
description: string;
|
|
4
|
-
}
|
|
5
|
-
export declare class Info {
|
|
6
|
-
private stateMessages;
|
|
7
|
-
add(messageOrError: {
|
|
8
|
-
code: string;
|
|
9
|
-
description: string;
|
|
10
|
-
} | Error): Info;
|
|
11
|
-
getStateMessages(): StateMessage[] | undefined;
|
|
12
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import ProjectFileSystem from './ProjectFileSystem';
|
|
2
|
-
import vscode from 'vscode';
|
|
3
|
-
export declare class VSCodeFileSystem extends ProjectFileSystem {
|
|
4
|
-
constructor(basePath: string, rootPath?: string);
|
|
5
|
-
getNewInstance(basePath: string, rootPath?: string): ProjectFileSystem;
|
|
6
|
-
navigate(...paths: string[]): ProjectFileSystem;
|
|
7
|
-
mkdir(path?: string): Promise<void>;
|
|
8
|
-
stat(path: string): Promise<vscode.FileStat>;
|
|
9
|
-
fileExists(path: string): Promise<boolean>;
|
|
10
|
-
directoryExists(path: string): Promise<boolean>;
|
|
11
|
-
readTextFile(path: string): Promise<string>;
|
|
12
|
-
writeTextFile(path: string, str: string): Promise<void>;
|
|
13
|
-
private getEntityNames;
|
|
14
|
-
readDirectories(): Promise<string[]>;
|
|
15
|
-
readFiles({ ext }: {
|
|
16
|
-
ext?: string | undefined;
|
|
17
|
-
}): Promise<string[]>;
|
|
18
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ReflectedModel } from '@sap/cds/apis/reflect';
|
|
2
|
-
import ProjectFileSystem from '../commons/ProjectFileSystem';
|
|
3
|
-
export declare type CDSDefinition = {
|
|
4
|
-
kind: string;
|
|
5
|
-
name: string;
|
|
6
|
-
'@path': string;
|
|
7
|
-
'$location': {
|
|
8
|
-
file: string;
|
|
9
|
-
};
|
|
10
|
-
query?: any;
|
|
11
|
-
elements?: any;
|
|
12
|
-
_service?: any;
|
|
13
|
-
'@cds.persistence.skip'?: boolean;
|
|
14
|
-
};
|
|
15
|
-
export default class CapApi {
|
|
16
|
-
fs: ProjectFileSystem;
|
|
17
|
-
paths: string[];
|
|
18
|
-
csn: ReflectedModel;
|
|
19
|
-
static cds: any;
|
|
20
|
-
constructor(fs: ProjectFileSystem, paths: string[]);
|
|
21
|
-
cds(): Promise<any>;
|
|
22
|
-
load(): Promise<void>;
|
|
23
|
-
services(): CDSDefinition[];
|
|
24
|
-
entities(): CDSDefinition[];
|
|
25
|
-
edmx(service: string): Promise<string>;
|
|
26
|
-
}
|
package/dist/types/node_modules/@sap/artifact-management-base-types/src/cp/DestinationData.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
interface DestinationDataInterface {
|
|
2
|
-
Name: string;
|
|
3
|
-
ServiceInstanceName?: string;
|
|
4
|
-
ServiceKeyName?: string;
|
|
5
|
-
TokenServiceInstanceName?: string;
|
|
6
|
-
TokenServiceKeyName?: string;
|
|
7
|
-
MyURL?: string;
|
|
8
|
-
URL?: string;
|
|
9
|
-
Authentication?: string;
|
|
10
|
-
'sap.cloud.service'?: string;
|
|
11
|
-
}
|
|
12
|
-
declare const DestinationData_base: {
|
|
13
|
-
new (...args: any): DestinationDataInterface;
|
|
14
|
-
type: string;
|
|
15
|
-
};
|
|
16
|
-
export default class DestinationData extends DestinationData_base {
|
|
17
|
-
}
|
|
18
|
-
export {};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* API to create names for Cloud Platform artifacts to apply a common namespace prefix and avoid naming collisions.
|
|
3
|
-
*
|
|
4
|
-
* Use the specific functions for your use case.
|
|
5
|
-
*/
|
|
6
|
-
export default class NameFactory {
|
|
7
|
-
private prefixStr;
|
|
8
|
-
private static nameFactories;
|
|
9
|
-
constructor(prefix: string);
|
|
10
|
-
static getInstance(prefix: string): NameFactory;
|
|
11
|
-
destinationToApp(applicationName: string): string;
|
|
12
|
-
destinationToService(prefixedServiceInstanceName: string): string;
|
|
13
|
-
serviceInstanceName(serviceName: string, planName?: string): string;
|
|
14
|
-
serviceResourceName(serviceInstanceName: string): string;
|
|
15
|
-
moduleName(moduleName: string): string;
|
|
16
|
-
auxModuleName(moduleName: string): string;
|
|
17
|
-
moduleProvidesName(moduleName: string, providesName: string): string;
|
|
18
|
-
moduleResourceName(serviceName: string): string;
|
|
19
|
-
prefix(...parts: string[]): string;
|
|
20
|
-
getPrefix(): string;
|
|
21
|
-
unprefix(str: string): string;
|
|
22
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import ProjectFileSystem from '../commons/ProjectFileSystem';
|
|
2
|
-
import { KeyIn } from '../util/Types';
|
|
3
|
-
import { ModuleType } from '../definitions/ModuleType';
|
|
4
|
-
import Module from '../project/Module';
|
|
5
|
-
export interface RunUIApplication {
|
|
6
|
-
id: string;
|
|
7
|
-
title: string;
|
|
8
|
-
description: string;
|
|
9
|
-
path: string;
|
|
10
|
-
ui5Component?: string;
|
|
11
|
-
semanticObject: string;
|
|
12
|
-
action: string;
|
|
13
|
-
deploymentId?: string;
|
|
14
|
-
}
|
|
15
|
-
export interface RunUIOptions {
|
|
16
|
-
module: Module;
|
|
17
|
-
fs: ProjectFileSystem;
|
|
18
|
-
}
|
|
19
|
-
export default class RunUI {
|
|
20
|
-
static type: string;
|
|
21
|
-
getType(): KeyIn<typeof ModuleType>;
|
|
22
|
-
applications(options: RunUIOptions): Promise<RunUIApplication[]>;
|
|
23
|
-
}
|
package/dist/types/node_modules/@sap/artifact-management-base-types/src/cp/UI5ManifestHelper.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import UIManifest from './UIManifest';
|
|
2
|
-
export default class UI5ManifestHelper {
|
|
3
|
-
private manifest;
|
|
4
|
-
private propertiesFile;
|
|
5
|
-
constructor(manifest: UIManifest);
|
|
6
|
-
private loadi18nProperties;
|
|
7
|
-
private getValue;
|
|
8
|
-
getLocalisedValue(property: string): Promise<string>;
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import RunUI, { RunUIApplication, RunUIOptions } from './RunUI';
|
|
2
|
-
import { KeyIn } from '../util/Types';
|
|
3
|
-
import { ModuleType } from '../definitions/ModuleType';
|
|
4
|
-
export default class UI5RunUI implements RunUI {
|
|
5
|
-
getType(): KeyIn<typeof ModuleType>;
|
|
6
|
-
applications({ fs }: RunUIOptions): Promise<RunUIApplication[]>;
|
|
7
|
-
private makeValidSemanticObject;
|
|
8
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import ProjectFileSystem from '../commons/ProjectFileSystem';
|
|
2
|
-
import TemplateInfo from '../project/TemplateInfo';
|
|
3
|
-
export interface UIManifestDataSource {
|
|
4
|
-
uri: string;
|
|
5
|
-
type: string;
|
|
6
|
-
settings: {
|
|
7
|
-
odataVersion: string;
|
|
8
|
-
};
|
|
9
|
-
}
|
|
10
|
-
declare type UIManifestDataSourceMap = {
|
|
11
|
-
[name: string]: UIManifestDataSource;
|
|
12
|
-
};
|
|
13
|
-
export interface UIManifestCrossNavigationInbound {
|
|
14
|
-
semanticObject: string;
|
|
15
|
-
action: string;
|
|
16
|
-
signature?: {
|
|
17
|
-
parameters: {
|
|
18
|
-
[key: string]: string;
|
|
19
|
-
};
|
|
20
|
-
additionalParameters: string;
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
declare type UIManifestCrossNavigationInboundMap = {
|
|
24
|
-
[key: string]: UIManifestCrossNavigationInbound;
|
|
25
|
-
};
|
|
26
|
-
export interface UIManifestData {
|
|
27
|
-
'sap.app': {
|
|
28
|
-
id: string;
|
|
29
|
-
dataSources: UIManifestDataSourceMap;
|
|
30
|
-
crossNavigation: {
|
|
31
|
-
inbounds: UIManifestCrossNavigationInboundMap;
|
|
32
|
-
};
|
|
33
|
-
i18n: string;
|
|
34
|
-
applicationVersion: {
|
|
35
|
-
version: string;
|
|
36
|
-
};
|
|
37
|
-
title: string;
|
|
38
|
-
description: string;
|
|
39
|
-
sourceTemplate?: TemplateInfo;
|
|
40
|
-
};
|
|
41
|
-
'sap.ui5': {
|
|
42
|
-
routing: {
|
|
43
|
-
targets: {
|
|
44
|
-
[key: string]: {
|
|
45
|
-
type: string;
|
|
46
|
-
id: string;
|
|
47
|
-
name: string;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
'sap.cloud': {
|
|
53
|
-
public: boolean;
|
|
54
|
-
service: string;
|
|
55
|
-
};
|
|
56
|
-
}
|
|
57
|
-
export default class UIManifest {
|
|
58
|
-
fs: ProjectFileSystem;
|
|
59
|
-
path: string;
|
|
60
|
-
data: UIManifestData;
|
|
61
|
-
constructor(fs: ProjectFileSystem, path: string);
|
|
62
|
-
load(): Promise<void>;
|
|
63
|
-
save(): Promise<void>;
|
|
64
|
-
dataSources(): UIManifestDataSourceMap;
|
|
65
|
-
crossNavigationInbounds(): UIManifestCrossNavigationInboundMap;
|
|
66
|
-
}
|
|
67
|
-
export {};
|
package/dist/types/node_modules/@sap/artifact-management-base-types/src/definitions/ItemType.d.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This is a initial version. Please use this enum structure and don't use the values in your code.
|
|
3
|
-
* @todo Review entity type values
|
|
4
|
-
*/
|
|
5
|
-
export declare const ItemType: Readonly<{
|
|
6
|
-
UI5Application: string;
|
|
7
|
-
UI5Component: string;
|
|
8
|
-
UI5View: string;
|
|
9
|
-
MDKApplication: string;
|
|
10
|
-
MdkAction: string;
|
|
11
|
-
MDKGlobal: string;
|
|
12
|
-
MDKI18n: string;
|
|
13
|
-
MDKImage: string;
|
|
14
|
-
MDKPage: string;
|
|
15
|
-
MDKRule: string;
|
|
16
|
-
MDKService: string;
|
|
17
|
-
MDKStyle: string;
|
|
18
|
-
MDKTaskUI: string;
|
|
19
|
-
CSVFile: string;
|
|
20
|
-
CAPService: string;
|
|
21
|
-
CAPServer: string;
|
|
22
|
-
CDSEntity: string;
|
|
23
|
-
ODataV4ServiceEntity: string;
|
|
24
|
-
Workflow: string;
|
|
25
|
-
WorkflowScript: string;
|
|
26
|
-
WorkflowMailTemplate: string;
|
|
27
|
-
WorkflowSampleData: string;
|
|
28
|
-
NavigationTarget: string;
|
|
29
|
-
SecurityRole: string;
|
|
30
|
-
}>;
|
package/dist/types/node_modules/@sap/artifact-management-base-types/src/definitions/ModuleType.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This is a initial version. Please use this enum structure and don't use the values in your code.
|
|
3
|
-
* @todo Review module type values
|
|
4
|
-
*/
|
|
5
|
-
export declare const ModuleType: Readonly<{
|
|
6
|
-
CAP: string;
|
|
7
|
-
UI5: string;
|
|
8
|
-
UI5Deployer: string;
|
|
9
|
-
MDK: string;
|
|
10
|
-
Workflow: string;
|
|
11
|
-
XsSecurity: string;
|
|
12
|
-
CapXsSecurity: string;
|
|
13
|
-
}>;
|
package/dist/types/node_modules/@sap/artifact-management-base-types/src/definitions/Tag.d.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
export declare const Tag: Readonly<{
|
|
2
|
-
Project: string;
|
|
3
|
-
Module: string;
|
|
4
|
-
Item: string;
|
|
5
|
-
UI: string;
|
|
6
|
-
DB: string;
|
|
7
|
-
Service: string;
|
|
8
|
-
LCAP: string;
|
|
9
|
-
CAP: string;
|
|
10
|
-
Entity: string;
|
|
11
|
-
Db: string;
|
|
12
|
-
Srv: string;
|
|
13
|
-
App: string;
|
|
14
|
-
WorkflowTaskEnabled: string;
|
|
15
|
-
MDK: string;
|
|
16
|
-
Action: string;
|
|
17
|
-
Application: string;
|
|
18
|
-
Page: string;
|
|
19
|
-
Rule: string;
|
|
20
|
-
Global: string;
|
|
21
|
-
I18n: string;
|
|
22
|
-
Style: string;
|
|
23
|
-
Image: string;
|
|
24
|
-
TaskUI: string;
|
|
25
|
-
UI5: string;
|
|
26
|
-
Workflow: string;
|
|
27
|
-
XSUAA: string;
|
|
28
|
-
Default: string;
|
|
29
|
-
}>;
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
export { ProjectType } from './definitions/ProjectType';
|
|
2
|
-
export { ModuleType } from './definitions/ModuleType';
|
|
3
|
-
export { Tag } from './definitions/Tag';
|
|
4
|
-
export { default as PluginNotFoundError } from './definitions/PluginError';
|
|
5
|
-
export { ItemType } from './definitions/ItemType';
|
|
6
|
-
export * from './project/ProjectReader';
|
|
7
|
-
export * from './project/ModuleReader';
|
|
8
|
-
export * from './project/ProjectReaderHelper';
|
|
9
|
-
export { default as ItemReader } from './project/ItemReader';
|
|
10
|
-
export * from './project/Plugin';
|
|
11
|
-
export * from './project/ModuleGeneratorContext';
|
|
12
|
-
export { default as ModuleAutoBuilder } from './project/ModuleAutoBuilder';
|
|
13
|
-
export { default as ProjectRunner, RunOptions } from './project/ProjectRunner';
|
|
14
|
-
export { default as ProjectWrapper } from './project/ProjectWrapper';
|
|
15
|
-
export { default as Module, MtaModule, MtaModuleRequires } from './project/Module';
|
|
16
|
-
export { default as UI5ModuleManifestGenerator } from './project/UI5ModuleManifestGenerator';
|
|
17
|
-
export { default as IProjectInstance } from './project/IProjectInstance';
|
|
18
|
-
export { default as Message } from './project/Message';
|
|
19
|
-
export { default as Project } from './project/Project';
|
|
20
|
-
export { default as Item } from './project/Item';
|
|
21
|
-
export { default as ModuleData } from './project/ModuleData';
|
|
22
|
-
export { default as ProjectData } from './project/ProjectData';
|
|
23
|
-
export { default as ItemFilter, FilterMatchCriteria } from './project/ItemFilter';
|
|
24
|
-
export { default as ProjectManifestGenerator, Mta } from './project/ProjectManifestGenerator';
|
|
25
|
-
export { default as ModuleManifestGenerator } from './project/ModuleManifestGenerator';
|
|
26
|
-
export { DetectionMechanism, getDetectionPriority } from './project/PluginEntryTypes';
|
|
27
|
-
export { default as ItemLink, LinkTypeReverse, LinkType } from './project/ItemLink';
|
|
28
|
-
export { default as ErrorWithLocation } from './project/ErrorWithLocation';
|
|
29
|
-
export { default as TemplateInfo } from './project/TemplateInfo';
|
|
30
|
-
export { FileSystemWatchManager, Observer, ChangeListener, ChangeSetListener, EventType } from './project-api/FileSystemWatchManager';
|
|
31
|
-
export { default as ProjectEntityReader, MatchedFiles, ProjectEntityReaderReadOptions, ProjectEntityMatchConditions } from './project-api/ProjectEntityReader';
|
|
32
|
-
export { default as ItemFilterImpl } from './project-api/ItemFilterImpl';
|
|
33
|
-
export * from './util/Types';
|
|
34
|
-
export { default as makeType } from './util/makeType';
|
|
35
|
-
export { default as NPMUtil } from './util/NPMUtil';
|
|
36
|
-
export * from './logging/LoggerManager';
|
|
37
|
-
export { default as ProjectAPILogger } from './logging/ProjectAPILogger';
|
|
38
|
-
export { consoleLogger } from './logging/ConsoleLogger';
|
|
39
|
-
export * from './logging/noop-logger';
|
|
40
|
-
export * from './commons/FileSystemFactory';
|
|
41
|
-
export { default as PropertyFile, Properties } from './commons/PropertyFile';
|
|
42
|
-
export { default as Util } from './util/Util';
|
|
43
|
-
export { default as ProjectFileSystem, GlobOptions } from './commons/ProjectFileSystem';
|
|
44
|
-
export { NodeFileSystem } from './commons/NodeFileSystem';
|
|
45
|
-
export { default as RunUI, RunUIApplication, RunUIOptions } from './cp/RunUI';
|
|
46
|
-
export { default as NameFactory } from './cp/NameFactory';
|
|
47
|
-
export { Service } from './cp/Service';
|
|
48
|
-
export { default as DestinationData } from './cp/DestinationData';
|
|
49
|
-
export { default as CapApi } from './cp/CapApi';
|
|
50
|
-
export { default as UIManifest, UIManifestData } from './cp/UIManifest';
|
|
51
|
-
export { default as UI5ManifestHelper } from './cp/UI5ManifestHelper';
|
|
52
|
-
export { default as UI5RunUI } from './cp/UI5RunUI';
|
|
53
|
-
export { default as MtaTemplate } from './mta-generator/MtaTemplate';
|
|
54
|
-
export { default as TestUtil } from './util/TestUtil';
|
|
55
|
-
export { StateMessage, Info } from './commons/StateMessage';
|
package/dist/types/node_modules/@sap/artifact-management-base-types/src/logging/ConsoleLogger.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { IVSCodeExtLogger } from '@vscode-logging/types';
|
|
2
|
-
export declare type LogLevel = 'off' | 'fatal' | 'error' | 'warn' | 'info' | 'debug' | 'trace';
|
|
3
|
-
export declare function getLogLevelType(level: string): LogLevel;
|
|
4
|
-
/**
|
|
5
|
-
* Empty Implementation of the Logger in case none is provided via Dependency Injection.
|
|
6
|
-
* An alternative implementation could log to the console or provide another (real) implementation.
|
|
7
|
-
*
|
|
8
|
-
* @type {IChildLogger}
|
|
9
|
-
*/
|
|
10
|
-
declare class ConsoleLogger implements IVSCodeExtLogger {
|
|
11
|
-
private logLevel;
|
|
12
|
-
constructor();
|
|
13
|
-
private isEnabled;
|
|
14
|
-
fatal(msg: string, ...args: any[]): void;
|
|
15
|
-
error(msg: string, ...args: any[]): void;
|
|
16
|
-
warn(msg: string, ...args: any[]): void;
|
|
17
|
-
info(msg: string, ...args: any[]): void;
|
|
18
|
-
debug(msg: string, ...args: any[]): void;
|
|
19
|
-
trace(msg: string, ...args: any[]): void;
|
|
20
|
-
changeLevel(newLevel: LogLevel): void;
|
|
21
|
-
changeSourceLocationTracking(newSourceLocation: boolean): void;
|
|
22
|
-
getChildLogger(): this;
|
|
23
|
-
}
|
|
24
|
-
export declare const consoleLogger: ConsoleLogger;
|
|
25
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { IChildLogger } from '@vscode-logging/types';
|
|
2
|
-
export default class ProjectAPILogger implements IChildLogger {
|
|
3
|
-
private _instance;
|
|
4
|
-
static logToAdditionalTransports: boolean;
|
|
5
|
-
static logToConsole: boolean;
|
|
6
|
-
constructor(logger: IChildLogger);
|
|
7
|
-
fatal(msg: string, ...args: any[]): void;
|
|
8
|
-
error(msg: string, ...args: any[]): void;
|
|
9
|
-
warn(msg: string, ...args: any[]): void;
|
|
10
|
-
info(msg: string, ...args: any[]): void;
|
|
11
|
-
debug(msg: string, ...args: any[]): void;
|
|
12
|
-
trace(msg: string, ...args: any[]): void;
|
|
13
|
-
getChildLogger(opts: {
|
|
14
|
-
label: string;
|
|
15
|
-
}): IChildLogger;
|
|
16
|
-
static enableConsoleAndFileLogging(logLevel: string, logToConsole?: boolean): void;
|
|
17
|
-
profileOperation(operationName: string): () => void;
|
|
18
|
-
}
|
package/dist/types/node_modules/@sap/artifact-management-base-types/src/logging/noop-logger.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IChildLogger } from '@vscode-logging/types';
|
|
2
|
-
/**
|
|
3
|
-
* Empty Implementation of the Logger in case none is provided via Dependency Injection.
|
|
4
|
-
* An alternative implementation could log to the console or provide another (real) implementation.
|
|
5
|
-
*
|
|
6
|
-
* @type {IChildLogger}
|
|
7
|
-
*/
|
|
8
|
-
export declare const noopLogger: IChildLogger;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Location } from './Message';
|
|
2
|
-
declare type ErrorWithLocationData = {
|
|
3
|
-
message: string;
|
|
4
|
-
causedBy?: Error;
|
|
5
|
-
} & Location;
|
|
6
|
-
export default class ErrorWithLocation extends Error {
|
|
7
|
-
readonly data: ErrorWithLocationData;
|
|
8
|
-
readonly causedBy?: Error;
|
|
9
|
-
constructor(data: ErrorWithLocationData);
|
|
10
|
-
}
|
|
11
|
-
export {};
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import ItemLink from './ItemLink';
|
|
2
|
-
import TemplateInfo from './TemplateInfo';
|
|
3
|
-
export default interface Item {
|
|
4
|
-
/** Item type
|
|
5
|
-
*
|
|
6
|
-
* @todo Type values are subject to change. Please always use ItemType enumeration.
|
|
7
|
-
*/
|
|
8
|
-
type: string;
|
|
9
|
-
/** Technical name
|
|
10
|
-
*
|
|
11
|
-
* Technical, not translated, name for the entity to be displayed as the "name of the entity" in the UIs.
|
|
12
|
-
* No need to concatenate it with other names to make it unique.
|
|
13
|
-
*/
|
|
14
|
-
name: string;
|
|
15
|
-
/** Reference within the project
|
|
16
|
-
*
|
|
17
|
-
* This is used to identify the entity within the project. It needs to be unique in the project.
|
|
18
|
-
* If needed, prepend a string to it to make it unique. e.g. the module name.
|
|
19
|
-
*/
|
|
20
|
-
ref: string;
|
|
21
|
-
/** Path of entity within the project
|
|
22
|
-
*
|
|
23
|
-
* Project-relative path to the entity.
|
|
24
|
-
* It should be the file that should be opened to edit the entity in an editor.
|
|
25
|
-
*/
|
|
26
|
-
path: string;
|
|
27
|
-
/**
|
|
28
|
-
* Links
|
|
29
|
-
*/
|
|
30
|
-
links?: ItemLink[];
|
|
31
|
-
/** Tags related to the item
|
|
32
|
-
*
|
|
33
|
-
* Tags can be used for filtering.
|
|
34
|
-
* It would be beneficial to use this information to avoid to read entities, that do not match these tags.
|
|
35
|
-
*/
|
|
36
|
-
tags: string[];
|
|
37
|
-
/**
|
|
38
|
-
* namespace related to the item
|
|
39
|
-
* This helps in grouping the related DB entities with same namespace and then accordingly map the services.
|
|
40
|
-
*/
|
|
41
|
-
namespace?: string;
|
|
42
|
-
/**
|
|
43
|
-
* Template information related to the UI modules
|
|
44
|
-
* It provides information which indicates from which template UI modules were created.
|
|
45
|
-
*/
|
|
46
|
-
sourceTemplate?: TemplateInfo | string;
|
|
47
|
-
/**
|
|
48
|
-
* Provides additional information for the item
|
|
49
|
-
*
|
|
50
|
-
*/
|
|
51
|
-
info?: unknown;
|
|
52
|
-
/**
|
|
53
|
-
* Boolean to indicate if a service is defined within the project or in an external project.
|
|
54
|
-
* true indicates service is defined in an external project, false is for within the project.
|
|
55
|
-
*/
|
|
56
|
-
external?: boolean;
|
|
57
|
-
}
|
package/dist/types/node_modules/@sap/artifact-management-base-types/src/project/ItemFilter.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Filter entities matching any of the given filters.
|
|
3
|
-
*
|
|
4
|
-
* The entity matches if its type and at least one tag and ref matches any of the given "categories" types, tags and refs.
|
|
5
|
-
* If the arrays for types, tags or refs are not given in the filter the category will not be checked
|
|
6
|
-
*/
|
|
7
|
-
export default interface ItemFilter {
|
|
8
|
-
types?: string[];
|
|
9
|
-
tags?: {
|
|
10
|
-
values: string[];
|
|
11
|
-
matchCriteria?: FilterMatchCriteria;
|
|
12
|
-
};
|
|
13
|
-
refs?: string[];
|
|
14
|
-
}
|
|
15
|
-
export declare enum FilterMatchCriteria {
|
|
16
|
-
ALL = "all",
|
|
17
|
-
ANY = "any"
|
|
18
|
-
}
|