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.
- package/interfaces/task.interface.d.ts +1 -0
- package/interfaces/task.interface.js +1 -0
- package/interfaces/task.interface.ts +1 -0
- package/models/ProspectSharepoint.model.d.ts +0 -1
- package/models/ProspectSharepoint.model.js +0 -1
- package/models/ProspectSharepoint.model.ts +0 -1
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -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 {
|
|
@@ -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];
|