gemcap-be-common 1.4.42 → 1.4.43

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.
@@ -45,6 +45,7 @@ export declare const EventMap: {
45
45
  readonly COPY_CONFIDENTIAL: "prospectFiles#COPY_CONFIDENTIAL";
46
46
  readonly TOGGLE_CONFIDENTIAL: "prospectFiles#TOGGLE_CONFIDENTIAL";
47
47
  readonly DELETE_CONFIDENTIAL: "prospectFiles#DELETE_CONFIDENTIAL";
48
+ readonly SEND_REPORT: "prospectFiles#SEND_REPORT";
48
49
  };
49
50
  readonly auth: {
50
51
  readonly PASSWORD_RESET: "auth#PASSWORD_RESET";
@@ -48,6 +48,7 @@ exports.EventMap = {
48
48
  COPY_CONFIDENTIAL: 'prospectFiles#COPY_CONFIDENTIAL',
49
49
  TOGGLE_CONFIDENTIAL: 'prospectFiles#TOGGLE_CONFIDENTIAL',
50
50
  DELETE_CONFIDENTIAL: 'prospectFiles#DELETE_CONFIDENTIAL',
51
+ SEND_REPORT: 'prospectFiles#SEND_REPORT',
51
52
  },
52
53
  auth: {
53
54
  PASSWORD_RESET: 'auth#PASSWORD_RESET',
@@ -45,6 +45,7 @@ export const EventMap = {
45
45
  COPY_CONFIDENTIAL: 'prospectFiles#COPY_CONFIDENTIAL',
46
46
  TOGGLE_CONFIDENTIAL: 'prospectFiles#TOGGLE_CONFIDENTIAL',
47
47
  DELETE_CONFIDENTIAL: 'prospectFiles#DELETE_CONFIDENTIAL',
48
+ SEND_REPORT: 'prospectFiles#SEND_REPORT',
48
49
  },
49
50
  auth: {
50
51
  PASSWORD_RESET: 'auth#PASSWORD_RESET',
@@ -99,6 +99,9 @@ export declare const sharepointFoldersDictionary: {
99
99
  readonly standardEmailAttachments: "zz Standard Email Attachments";
100
100
  readonly underwriting_templates: "zz Templates";
101
101
  };
102
+ export type TSharepointFolderKey = keyof typeof sharepointFoldersDictionary;
103
+ export type TSharepointFolderValue = typeof sharepointFoldersDictionary[TSharepointFolderKey];
104
+ export type TSharepointFolder = typeof sharepointFoldersDictionary[TSharepointFolderKey];
102
105
  declare enum EProspectPriority {
103
106
  LOW = "LOW",
104
107
  MEDIUM = "MEDIUM",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.4.42",
3
+ "version": "1.4.43",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {