@locokit/lck-glossary
Advanced tools
Comparing version 0.0.11 to 0.1.0
@@ -48,2 +48,6 @@ export declare enum COLUMN_TYPE { | ||
} | ||
export declare enum ERROR_CODE { | ||
VIEW_LOCKED = "VIEW_LOCKED", | ||
VIEW_USED_IN_BLOCK = "VIEW_USED_IN_BLOCK" | ||
} | ||
export interface TableViewDefinition { | ||
@@ -50,0 +54,0 @@ id: string; |
"use strict"; | ||
exports.__esModule = true; | ||
exports.MEDIA_TYPE = exports.BLOCK_TYPE = exports.WORKSPACE_ROLE = exports.GROUP_ROLE = exports.USER_PROFILE = exports.COLUMN_TYPE = void 0; | ||
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; | ||
@@ -57,1 +57,6 @@ (function (COLUMN_TYPE) { | ||
})(MEDIA_TYPE = exports.MEDIA_TYPE || (exports.MEDIA_TYPE = {})); | ||
var ERROR_CODE; | ||
(function (ERROR_CODE) { | ||
ERROR_CODE["VIEW_LOCKED"] = "VIEW_LOCKED"; | ||
ERROR_CODE["VIEW_USED_IN_BLOCK"] = "VIEW_USED_IN_BLOCK"; | ||
})(ERROR_CODE = exports.ERROR_CODE || (exports.ERROR_CODE = {})); |
{ | ||
"name": "@locokit/lck-glossary", | ||
"version": "0.0.11", | ||
"version": "0.1.0", | ||
"description": "Glossary for Low-Code Kit platform", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -54,2 +54,7 @@ export enum COLUMN_TYPE { | ||
export enum ERROR_CODE { | ||
VIEW_LOCKED = 'VIEW_LOCKED', | ||
VIEW_USED_IN_BLOCK = 'VIEW_USED_IN_BLOCK', | ||
} | ||
export interface TableViewDefinition { | ||
@@ -56,0 +61,0 @@ id: string; |
Sorry, the diff of this file is not supported yet
10378
327