gemcap-be-common 1.3.159 → 1.3.161

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.
@@ -1,5 +1,6 @@
1
1
  export declare const TaskStatus: {
2
2
  readonly PENDING: "PENDING";
3
+ readonly IN_PROGRESS: "IN_PROGRESS";
3
4
  readonly SUCCESS: "SUCCESS";
4
5
  readonly FAILED: "FAILED";
5
6
  };
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TaskStatus = void 0;
4
4
  exports.TaskStatus = {
5
5
  PENDING: 'PENDING',
6
+ IN_PROGRESS: 'IN_PROGRESS',
6
7
  SUCCESS: 'SUCCESS',
7
8
  FAILED: 'FAILED',
8
9
  };
@@ -1,5 +1,6 @@
1
1
  export const TaskStatus = {
2
2
  PENDING: 'PENDING',
3
+ IN_PROGRESS: 'IN_PROGRESS',
3
4
  SUCCESS: 'SUCCESS',
4
5
  FAILED: 'FAILED',
5
6
  } as const;
@@ -31,7 +31,6 @@ export declare enum ESharepointSyncStatus {
31
31
  export declare const SharepointFolderTypes: {
32
32
  readonly main: "main";
33
33
  readonly confidential: "confidential";
34
- readonly confidential_declined: "confidential_declined";
35
34
  };
36
35
  export type TSharepointFolderType = typeof SharepointFolderTypes[keyof typeof SharepointFolderTypes];
37
36
  export interface IProspectSharepoint {
@@ -15,7 +15,6 @@ var ESharepointSyncStatus;
15
15
  exports.SharepointFolderTypes = {
16
16
  main: 'main',
17
17
  confidential: 'confidential',
18
- confidential_declined: 'confidential_declined',
19
18
  };
20
19
  exports.ProspectSharepointSchema = new mongoose_1.default.Schema({
21
20
  folderType: {
@@ -11,7 +11,6 @@ export enum ESharepointSyncStatus {
11
11
  export const SharepointFolderTypes = {
12
12
  main: 'main',
13
13
  confidential: 'confidential',
14
- confidential_declined: 'confidential_declined',
15
14
  } as const;
16
15
 
17
16
  export type TSharepointFolderType = typeof SharepointFolderTypes[keyof typeof SharepointFolderTypes];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.3.159",
3
+ "version": "1.3.161",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {