@followupus/common 0.10.28 → 0.10.29

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.
@@ -18,5 +18,7 @@ export declare const MESSAGE_CATEGORY: {
18
18
  AUTOMATIONS_ISSUE_OR_FIXED: string;
19
19
  MY_INTEGRATIONS_DISABLED_OR_DELETE: string;
20
20
  MY_ROLE_CHANGED_IN_OBJECT: string;
21
+ TRANSFER_USER_DATA: string;
22
+ TRANSFER_USER_DATA_USER: string;
21
23
  };
22
24
  export type MessageCategoryType = (typeof MESSAGE_CATEGORY)[keyof typeof MESSAGE_CATEGORY];
@@ -18,4 +18,6 @@ export const MESSAGE_CATEGORY = {
18
18
  AUTOMATIONS_ISSUE_OR_FIXED: 'AUTOMATIONS_ISSUE_OR_FIXED',
19
19
  MY_INTEGRATIONS_DISABLED_OR_DELETE: 'MY_INTEGRATIONS_DISABLED_OR_DELETE',
20
20
  MY_ROLE_CHANGED_IN_OBJECT: "MY_ROLE_CHANGED_IN_OBJECT",
21
+ TRANSFER_USER_DATA: "TRANSFER_USER_DATA ",
22
+ TRANSFER_USER_DATA_USER: "TRANSFER_USER_DATA_USER",
21
23
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@followupus/common",
3
- "version": "0.10.28",
3
+ "version": "0.10.29",
4
4
  "description": "followup common utils npm package with TypeScript and VSCode",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",