@followupus/common 0.9.0 → 0.9.2

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.
@@ -13,6 +13,7 @@ export declare const DELTA_SCHEMA_NAME: {
13
13
  LINKED_COLUMNS: string;
14
14
  LINKED_ITEMS: string;
15
15
  DROPDOWNS: string;
16
+ TREE_NODES: string;
16
17
  };
17
18
  export declare const DELTA_ACTION: {
18
19
  DELETE: string;
@@ -44,7 +45,7 @@ export interface DeltaMessages {
44
45
  rootId: string;
45
46
  };
46
47
  }
47
- export declare const INDEX_DISTANCE = 16384;
48
+ export declare const COMMON_INDEX_DISTANCE = 16384;
48
49
  export declare const PREFIX_PK: {
49
50
  WORKSPACE: string;
50
51
  FOLDER: string;
@@ -13,6 +13,7 @@ export const DELTA_SCHEMA_NAME = {
13
13
  LINKED_COLUMNS: "LINKED_COLUMNS",
14
14
  LINKED_ITEMS: "LINKED_ITEMS",
15
15
  DROPDOWNS: "DROPDOWNS",
16
+ TREE_NODES: "TREE_NODES",
16
17
  };
17
18
  export const DELTA_ACTION = {
18
19
  DELETE: "D",
@@ -24,7 +25,7 @@ export const DELTA_ROOT_SCHEMA_NAME = {
24
25
  BOARDS: "BOARDS",
25
26
  SPACES: "SPACES",
26
27
  };
27
- export const INDEX_DISTANCE = 16384;
28
+ export const COMMON_INDEX_DISTANCE = 16384;
28
29
  export const PREFIX_PK = {
29
30
  WORKSPACE: "WS",
30
31
  FOLDER: "FD",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@followupus/common",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "description": "followup common utils npm package with TypeScript and VSCode",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",