@locokit/lck-glossary
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -52,2 +52,6 @@ export declare enum COLUMN_TYPE { | ||
} | ||
export declare enum ERROR_LABEL { | ||
VIEW_LOCKED = "View is locked", | ||
VIEW_USED_IN_BLOCK = "View is used in a Block" | ||
} | ||
export interface TableViewDefinition { | ||
@@ -54,0 +58,0 @@ id: string; |
"use strict"; | ||
exports.__esModule = true; | ||
exports.ERROR_CODE = exports.MEDIA_TYPE = exports.BLOCK_TYPE = exports.WORKSPACE_ROLE = exports.GROUP_ROLE = exports.USER_PROFILE = exports.COLUMN_TYPE = void 0; | ||
exports.ERROR_LABEL = exports.ERROR_CODE = exports.MEDIA_TYPE = exports.BLOCK_TYPE = exports.WORKSPACE_ROLE = exports.GROUP_ROLE = exports.USER_PROFILE = exports.COLUMN_TYPE = void 0; | ||
var COLUMN_TYPE; | ||
@@ -62,1 +62,6 @@ (function (COLUMN_TYPE) { | ||
})(ERROR_CODE = exports.ERROR_CODE || (exports.ERROR_CODE = {})); | ||
var ERROR_LABEL; | ||
(function (ERROR_LABEL) { | ||
ERROR_LABEL["VIEW_LOCKED"] = "View is locked"; | ||
ERROR_LABEL["VIEW_USED_IN_BLOCK"] = "View is used in a Block"; | ||
})(ERROR_LABEL = exports.ERROR_LABEL || (exports.ERROR_LABEL = {})); |
{ | ||
"name": "@locokit/lck-glossary", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Glossary for Low-Code Kit platform", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -58,2 +58,6 @@ export enum COLUMN_TYPE { | ||
} | ||
export enum ERROR_LABEL { | ||
VIEW_LOCKED = 'View is locked', | ||
VIEW_USED_IN_BLOCK = 'View is used in a Block', | ||
} | ||
@@ -60,0 +64,0 @@ export interface TableViewDefinition { |
Sorry, the diff of this file is not supported yet
10898
340