@followupus/common 0.10.31 → 0.10.32

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.
@@ -31,6 +31,7 @@ export declare const ACTION_TYPE: {
31
31
  DUPLICATE: string;
32
32
  MOVE: string;
33
33
  RESOLVE: string;
34
+ MOVE_PHASE: string;
34
35
  };
35
36
  export declare const OBJECT_TYPE: {
36
37
  WORKSPACE: string;
@@ -36,6 +36,7 @@ export const ACTION_TYPE = {
36
36
  DUPLICATE: "DUPLICATE",
37
37
  MOVE: "MOVE",
38
38
  RESOLVE: "RESOLVE",
39
+ MOVE_PHASE: "PHASE_MOVE", // for workflow
39
40
  };
40
41
  // One-to-One Matching UI.
41
42
  export const OBJECT_TYPE = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@followupus/common",
3
- "version": "0.10.31",
3
+ "version": "0.10.32",
4
4
  "description": "followup common utils npm package with TypeScript and VSCode",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",