yaveon.ecm.d3dwebhooks 0.16.5 → 0.16.7
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/js/clients/Yaveon.ECM.d3d.Client.d.ts +2 -2
- package/js/clients/Yaveon.ECM.d3d.Webhook.Client.d.ts +7 -6
- package/js/clients/Yaveon.ECM.d3d.Webhook.Client.js.map +1 -1
- package/js/constants/Yaveon.ECM.Constants.d.ts +5 -0
- package/js/constants/Yaveon.ECM.Constants.js +4 -0
- package/js/constants/Yaveon.ECM.Constants.js.map +1 -1
- package/js/constants/Yaveon.ECM.d3d.Constants.d.ts +5 -0
- package/js/constants/Yaveon.ECM.d3d.Extension.Constants.d.ts +5 -0
- package/js/constants/Yaveon.ECM.d3d.Webhook.Constants.d.ts +30 -27
- package/js/constants/Yaveon.ECM.d3d.Webhook.Constants.js +25 -27
- package/js/constants/Yaveon.ECM.d3d.Webhook.Constants.js.map +1 -1
- package/js/constants/Yaveon.ECM.d3d.Webhook.af.Constants.d.ts +30 -27
- package/js/constants/Yaveon.ECM.spo.Constants.d.ts +5 -0
- package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Constants.d.ts +30 -27
- package/js/features/Contract/Yaveon.ECM.d3d.Feature.af.Contract.Constants.d.ts +30 -27
- package/js/features/Deduplicate/Yaveon.ECM.d3d.Feature.Deduplicate.Constants.d.ts +72 -0
- package/js/features/Deduplicate/Yaveon.ECM.d3d.Feature.Deduplicate.Constants.js +23 -0
- package/js/features/Deduplicate/Yaveon.ECM.d3d.Feature.Deduplicate.Constants.js.map +1 -0
- package/js/features/Deduplicate/Yaveon.ECM.d3d.Feature.Deduplicate.Interfaces.d.ts +11 -0
- package/js/features/Deduplicate/Yaveon.ECM.d3d.Feature.Deduplicate.Interfaces.js +3 -0
- package/js/features/Deduplicate/Yaveon.ECM.d3d.Feature.Deduplicate.Interfaces.js.map +1 -0
- package/js/features/Deduplicate/Yaveon.ECM.d3d.Feature.Deduplicate.Logic.d.ts +2 -0
- package/js/features/Deduplicate/Yaveon.ECM.d3d.Feature.Deduplicate.Logic.js +45 -0
- package/js/features/Deduplicate/Yaveon.ECM.d3d.Feature.Deduplicate.Logic.js.map +1 -0
- package/js/features/Deduplicate/Yaveon.ECM.d3d.Feature.Deduplicate.Utility.d.ts +8 -0
- package/js/features/Deduplicate/Yaveon.ECM.d3d.Feature.Deduplicate.Utility.js +69 -0
- package/js/features/Deduplicate/Yaveon.ECM.d3d.Feature.Deduplicate.Utility.js.map +1 -0
- package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Constants.d.ts +30 -27
- package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Interfaces.d.ts +5 -2
- package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Logic.js +27 -22
- package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Logic.js.map +1 -1
- package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Utility.d.ts +2 -2
- package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Utility.js +26 -13
- package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Utility.js.map +1 -1
- package/js/features/EnrichAndMove/Yaveon.ECM.d3d.Webhook.EnrichAndMove.Logic.js +23 -21
- package/js/features/EnrichAndMove/Yaveon.ECM.d3d.Webhook.EnrichAndMove.Logic.js.map +1 -1
- package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Constants.d.ts +30 -27
- package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Constants.d.ts +30 -27
- package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Interfaces.d.ts +1 -1
- package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Logic.js +1 -1
- package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Logic.js.map +1 -1
- package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Utility.js +1 -1
- package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Utility.js.map +1 -1
- package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Constants.d.ts +30 -27
- package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Interfaces.d.ts +1 -1
- package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Logic.js.map +1 -1
- package/js/features/QM/Yaveon.ECM.d3d.Webhook.af.QM.Constants.d.ts +30 -27
- package/js/features/QM/Yaveon.ECM.d3d.Webhook.af.QM.Interfaces.d.ts +1 -1
- package/js/features/QM/Yaveon.ECM.d3d.Webhook.af.QM.Utility.d.ts +2 -2
- package/js/features/QM/Yaveon.ECM.d3d.Webhook.af.QM.Utility.js.map +1 -1
- package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Constants.d.ts +5 -0
- package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Utility.js +1 -1
- package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Utility.js.map +1 -1
- package/js/features/Token/Yaveon.ECM.d3d.Feature.Token.Constants.d.ts +5 -0
- package/js/features/Token/Yaveon.ECM.d3d.Feature.Token.Logic.js +1 -1
- package/js/features/Token/Yaveon.ECM.d3d.Feature.Token.Logic.js.map +1 -1
- package/js/features/Transfer/SPO/Yaveon.ECM.d3d.Feature.Transfer.Spo.Constants.d.ts +30 -27
- package/js/features/Transfer/SPO/Yaveon.ECM.d3d.Feature.Transfer.Spo.Utility.js +1 -1
- package/js/features/Transfer/SPO/Yaveon.ECM.d3d.Feature.Transfer.Spo.Utility.js.map +1 -1
- package/js/features/Transfer/Yaveon.ECM.d3d.Feature.Transfer.Constants.d.ts +30 -27
- package/js/features/Transfer/Yaveon.ECM.d3d.Feature.Transfer.Interfaces.d.ts +1 -1
- package/js/features/Transfer/Yaveon.ECM.d3d.Feature.Transfer.Utility.js +1 -1
- package/js/features/Transfer/Yaveon.ECM.d3d.Feature.Transfer.Utility.js.map +1 -1
- package/js/features/ValueSet/Yaveon.ECM.d3d.Webhook.ValueSet.Constants.d.ts +30 -27
- package/js/features/ValueSet/alphaflow/Yaveon.ECM.d3d.Webhook.ValueSet.Af.Constants.d.ts +30 -27
- package/js/interfaces/Yaveon.ECM.d3d.Config.Interfaces.d.ts +1 -1
- package/js/interfaces/Yaveon.ECM.d3d.Interfaces.d.ts +16 -3
- package/js/utilities/Yaveon.ECM.Utility.d.ts +3 -0
- package/js/utilities/Yaveon.ECM.Utility.js +31 -0
- package/js/utilities/Yaveon.ECM.Utility.js.map +1 -0
- package/js/utilities/Yaveon.ECM.d3d.Utility.d.ts +10 -2
- package/js/utilities/Yaveon.ECM.d3d.Utility.js +71 -22
- package/js/utilities/Yaveon.ECM.d3d.Utility.js.map +1 -1
- package/js/webhooks/Yaveon.ECM.d3d.Webhook.Handler.js +7 -7
- package/js/webhooks/Yaveon.ECM.d3d.Webhook.Handler.js.map +1 -1
- package/js/webhooks/Yaveon.Ecm.d3d.Webhook.Deduplicate/Yaveon.ECM.d3d.Webhook.Deduplicate.Handler.d.ts +3 -0
- package/js/webhooks/Yaveon.Ecm.d3d.Webhook.Deduplicate/Yaveon.ECM.d3d.Webhook.Deduplicate.Handler.js +30 -0
- package/js/webhooks/Yaveon.Ecm.d3d.Webhook.Deduplicate/Yaveon.ECM.d3d.Webhook.Deduplicate.Handler.js.map +1 -0
- package/js/webhooks/Yaveon.Ecm.d3d.Webhook.Deduplicate/Yaveon.ECM.d3d.Webhook.Deduplicate.Logic.d.ts +4 -0
- package/js/webhooks/Yaveon.Ecm.d3d.Webhook.Deduplicate/Yaveon.ECM.d3d.Webhook.Deduplicate.Logic.js +24 -0
- package/js/webhooks/Yaveon.Ecm.d3d.Webhook.Deduplicate/Yaveon.ECM.d3d.Webhook.Deduplicate.Logic.js.map +1 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IDocCategory, IDocSourceProperty, IPersistedDocObject } from '../webhooks/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces';
|
|
1
|
+
import { IDocCategory, IDocSearchResultObject, IDocSourceProperty, IPersistedDocObject } from '../webhooks/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces';
|
|
2
2
|
export declare class D3dClient {
|
|
3
3
|
private baseUrl;
|
|
4
4
|
protected repositoryId: string;
|
|
@@ -19,7 +19,7 @@ export declare class D3dClient {
|
|
|
19
19
|
getETag(d3dObjectId: string): Promise<string>;
|
|
20
20
|
getCurrentUserObject(): Promise<any>;
|
|
21
21
|
getCurrentUserName(): Promise<string>;
|
|
22
|
-
getSearchResults(searchUrlPart: string): Promise<
|
|
22
|
+
getSearchResults(searchUrlPart: string): Promise<IDocSearchResultObject[]>;
|
|
23
23
|
findBucketEntries(bucketUrl: string, searchProps: Map<string, any>): Promise<object[]>;
|
|
24
24
|
getBucketEntry(bucketUrl: string, keyValue: string): Promise<any>;
|
|
25
25
|
getAllBucketEntries(bucketUrl: string): Promise<object[]>;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { IWebhookConfigNumRanges } from '../features/NumberRanges/Yaveon.ECM.d3d.Webhook.NumberRanges.Interfaces';
|
|
2
|
-
import { IWebhookConfigMove } from '../features/Move/Yaveon.ECM.d3d.Webhook.Move.Interfaces';
|
|
3
|
-
import { IWebhookConfigSync } from '../features/Sync/Yaveon.ECM.d3d.Feature.Sync.Interfaces';
|
|
4
|
-
import { IWebhookConfigBucket } from '../features/Bucket/Yaveon.ECM.d3d.Webhook.Bucket.Interfaces';
|
|
5
|
-
import { IWebhookConfigEnrich } from "../features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Interfaces";
|
|
6
1
|
import { D3dClient } from "./Yaveon.ECM.d3d.Client";
|
|
7
2
|
import { IWebhookConfigAfContract } from "../features/Contract/Yaveon.ECM.d3d.Feature.af.Contract.Interfaces";
|
|
3
|
+
import { IWebhookConfigBucket } from '../features/Bucket/Yaveon.ECM.d3d.Webhook.Bucket.Interfaces';
|
|
4
|
+
import { IWebhookConfigDeduplicate } from "../features/Deduplicate/Yaveon.ECM.d3d.Feature.Deduplicate.Interfaces";
|
|
5
|
+
import { IWebhookConfigEnrich } from "../features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Interfaces";
|
|
6
|
+
import { IWebhookConfigMove } from '../features/Move/Yaveon.ECM.d3d.Webhook.Move.Interfaces';
|
|
7
|
+
import { IWebhookConfigNumRanges } from '../features/NumberRanges/Yaveon.ECM.d3d.Webhook.NumberRanges.Interfaces';
|
|
8
|
+
import { IWebhookConfigSync } from '../features/Sync/Yaveon.ECM.d3d.Feature.Sync.Interfaces';
|
|
8
9
|
import { IWebhookConfigTransferSpo } from "../features/Transfer/SPO/Yaveon.ECM.d3d.Feature.Transfer.Spo.Interfaces";
|
|
9
10
|
import { IWebhookConfigToken } from "../features/Token/Yaveon.ECM.d3d.Feature.Token.Interfaces";
|
|
10
11
|
export declare class D3dWebhookClient extends D3dClient {
|
|
@@ -14,7 +15,7 @@ export declare class D3dWebhookClient extends D3dClient {
|
|
|
14
15
|
static getInstance(): D3dWebhookClient;
|
|
15
16
|
updateConfiguration(configObject: Object, alterationText: string): Promise<any>;
|
|
16
17
|
private ensureConfigurationFileId;
|
|
17
|
-
getConfiguration<T extends IWebhookConfigNumRanges | IWebhookConfigBucket | IWebhookConfigMove | IWebhookConfigSync | IWebhookConfigEnrich | IWebhookConfigAfContract | IWebhookConfigTransferSpo | IWebhookConfigToken>(): Promise<T>;
|
|
18
|
+
getConfiguration<T extends IWebhookConfigNumRanges | IWebhookConfigBucket | IWebhookConfigMove | IWebhookConfigDeduplicate | IWebhookConfigSync | IWebhookConfigEnrich | IWebhookConfigAfContract | IWebhookConfigTransferSpo | IWebhookConfigToken>(): Promise<T>;
|
|
18
19
|
blockConfiguration(): Promise<void>;
|
|
19
20
|
releaseConfiguration(alterationText?: string): Promise<void>;
|
|
20
21
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Yaveon.ECM.d3d.Webhook.Client.js","sourceRoot":"","sources":["../../source/clients/Yaveon.ECM.d3d.Webhook.Client.ts"],"names":[],"mappings":";;;AAAA,oGAA0E;
|
|
1
|
+
{"version":3,"file":"Yaveon.ECM.d3d.Webhook.Client.js","sourceRoot":"","sources":["../../source/clients/Yaveon.ECM.d3d.Webhook.Client.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BinaryToTextEncoding } from "crypto";
|
|
1
2
|
export declare const Constants: {
|
|
2
3
|
RequestTypes: {
|
|
3
4
|
readonly Extension: "extension";
|
|
@@ -14,4 +15,8 @@ export declare const Constants: {
|
|
|
14
15
|
readonly Patch: "PATCH";
|
|
15
16
|
readonly Post: "POST";
|
|
16
17
|
};
|
|
18
|
+
Hash: {
|
|
19
|
+
readonly Algorithm: "sha256";
|
|
20
|
+
readonly BinaryToTextEncoding: BinaryToTextEncoding;
|
|
21
|
+
};
|
|
17
22
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Yaveon.ECM.Constants.js","sourceRoot":"","sources":["../../source/constants/Yaveon.ECM.Constants.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Yaveon.ECM.Constants.js","sourceRoot":"","sources":["../../source/constants/Yaveon.ECM.Constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,SAAS,GAAG;IACrB,YAAY,EAAE;QACV,SAAS,EAAE,WAAW;QACtB,OAAO,EAAE,SAAS;KACZ;IAEV,aAAa,EAAC;QACV,MAAM,EAAE,QAAQ;QAChB,KAAK,EAAE,OAAO;QACd,OAAO,EAAE,SAAS;QAClB,WAAW,EAAE,aAAa;KACpB;IAEV,MAAM,EAAE;QACJ,GAAG,EAAE,KAAK;QACV,KAAK,EAAE,OAAO;QACd,IAAI,EAAE,MAAM;KACN;IAEV,IAAI,EAAC;QACD,SAAS,EAAE,QAAQ;QACnB,oBAAoB,EAAE,KAA6B;KAC7C;CACb,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
1
2
|
export declare const Constants: {
|
|
2
3
|
DmsObjectStates: {
|
|
3
4
|
States: {
|
|
@@ -44,4 +45,8 @@ export declare const Constants: {
|
|
|
44
45
|
readonly Patch: "PATCH";
|
|
45
46
|
readonly Post: "POST";
|
|
46
47
|
};
|
|
48
|
+
Hash: {
|
|
49
|
+
readonly Algorithm: "sha256";
|
|
50
|
+
readonly BinaryToTextEncoding: import("crypto").BinaryToTextEncoding;
|
|
51
|
+
};
|
|
47
52
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
1
2
|
import { IDefaultHeaders } from '../webhooks/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces';
|
|
2
3
|
export declare const Constants: {
|
|
3
4
|
d3dExtension: {
|
|
@@ -84,4 +85,8 @@ export declare const Constants: {
|
|
|
84
85
|
readonly Patch: "PATCH";
|
|
85
86
|
readonly Post: "POST";
|
|
86
87
|
};
|
|
88
|
+
Hash: {
|
|
89
|
+
readonly Algorithm: "sha256";
|
|
90
|
+
readonly BinaryToTextEncoding: import("crypto").BinaryToTextEncoding;
|
|
91
|
+
};
|
|
87
92
|
};
|
|
@@ -1,29 +1,20 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
1
2
|
import { IDefaultHeaders } from '../webhooks/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces';
|
|
2
3
|
export declare const Constants: {
|
|
3
4
|
d3dWebhook: {
|
|
4
|
-
readonly defaultHeaders: IDefaultHeaders;
|
|
5
|
-
readonly StateChangeText: "by webhook";
|
|
6
|
-
readonly ConfigFileName: "webhookConfiguration";
|
|
7
|
-
readonly ConfigFileExtension: "json";
|
|
8
5
|
readonly ConfigFileDisplayName: "Webhook Konfiguration";
|
|
6
|
+
readonly ConfigFileExtension: "json";
|
|
9
7
|
readonly ConfigFileLockedTimeout: 3000;
|
|
10
|
-
readonly
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
};
|
|
18
|
-
readonly FileStatus: {
|
|
19
|
-
readonly Processing: "B";
|
|
20
|
-
readonly Released: "";
|
|
21
|
-
};
|
|
8
|
+
readonly ConfigFileName: "webhookConfiguration";
|
|
9
|
+
readonly defaultHeaders: IDefaultHeaders;
|
|
10
|
+
readonly EventNames: {
|
|
11
|
+
readonly Create: "add";
|
|
12
|
+
readonly Read: "read";
|
|
13
|
+
readonly Update: "update";
|
|
14
|
+
readonly Remove: "delete";
|
|
22
15
|
};
|
|
23
16
|
readonly FeatureNames: {
|
|
24
|
-
readonly
|
|
25
|
-
readonly Mail: "archivemail";
|
|
26
|
-
};
|
|
17
|
+
readonly Deduplicate: "deduplicate";
|
|
27
18
|
readonly CheckIn: "checkin";
|
|
28
19
|
readonly Contract: "contract";
|
|
29
20
|
readonly Enrich: "enrich";
|
|
@@ -38,12 +29,11 @@ export declare const Constants: {
|
|
|
38
29
|
readonly Token: "token";
|
|
39
30
|
readonly Transfer: "transfer";
|
|
40
31
|
};
|
|
41
|
-
readonly
|
|
42
|
-
readonly
|
|
43
|
-
readonly
|
|
44
|
-
readonly Update: "update";
|
|
45
|
-
readonly Remove: "delete";
|
|
32
|
+
readonly SourceNames: {
|
|
33
|
+
readonly Af: "af";
|
|
34
|
+
readonly D3d: "d3d";
|
|
46
35
|
};
|
|
36
|
+
readonly StateChangeText: "by webhook";
|
|
47
37
|
readonly UrlParameters: {
|
|
48
38
|
readonly Entity: "entity";
|
|
49
39
|
readonly Source: "source";
|
|
@@ -52,9 +42,18 @@ export declare const Constants: {
|
|
|
52
42
|
readonly Feature: "feature";
|
|
53
43
|
readonly RequestType: "requesttype";
|
|
54
44
|
};
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
57
|
-
|
|
45
|
+
readonly WebhookObject: {
|
|
46
|
+
readonly PropertyNames: {
|
|
47
|
+
readonly CategoryPropertyName: "categoryId";
|
|
48
|
+
readonly FileNamePropertyName: "property_filename";
|
|
49
|
+
readonly FileStatusPropertyName: "property_state";
|
|
50
|
+
readonly FileTypePropertyName: "property_filetype";
|
|
51
|
+
readonly OwnerPropertyName: "property_owner";
|
|
52
|
+
};
|
|
53
|
+
readonly FileStatus: {
|
|
54
|
+
readonly Processing: "B";
|
|
55
|
+
readonly Released: "";
|
|
56
|
+
};
|
|
58
57
|
};
|
|
59
58
|
};
|
|
60
59
|
DmsObjectStates: {
|
|
@@ -102,4 +101,8 @@ export declare const Constants: {
|
|
|
102
101
|
readonly Patch: "PATCH";
|
|
103
102
|
readonly Post: "POST";
|
|
104
103
|
};
|
|
104
|
+
Hash: {
|
|
105
|
+
readonly Algorithm: "sha256";
|
|
106
|
+
readonly BinaryToTextEncoding: import("crypto").BinaryToTextEncoding;
|
|
107
|
+
};
|
|
105
108
|
};
|
|
@@ -3,6 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.Constants = void 0;
|
|
4
4
|
const Yaveon_ECM_d3d_Constants_1 = require("./Yaveon.ECM.d3d.Constants");
|
|
5
5
|
exports.Constants = Object.assign(Object.assign({}, Yaveon_ECM_d3d_Constants_1.Constants), { d3dWebhook: {
|
|
6
|
+
ConfigFileDisplayName: 'Webhook Konfiguration',
|
|
7
|
+
ConfigFileExtension: 'json',
|
|
8
|
+
ConfigFileLockedTimeout: 3000,
|
|
9
|
+
ConfigFileName: 'webhookConfiguration',
|
|
6
10
|
defaultHeaders: {
|
|
7
11
|
Accept: 'application/json',
|
|
8
12
|
Authorization: '',
|
|
@@ -10,28 +14,14 @@ exports.Constants = Object.assign(Object.assign({}, Yaveon_ECM_d3d_Constants_1.C
|
|
|
10
14
|
Host: '',
|
|
11
15
|
Origin: ''
|
|
12
16
|
},
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
WebhookObject: {
|
|
19
|
-
PropertyNames: {
|
|
20
|
-
CategoryPropertyName: 'categoryId',
|
|
21
|
-
FileNamePropertyName: 'property_filename',
|
|
22
|
-
FileStatusPropertyName: 'property_state',
|
|
23
|
-
FileTypePropertyName: 'property_filetype',
|
|
24
|
-
OwnerPropertyName: "property_owner"
|
|
25
|
-
},
|
|
26
|
-
FileStatus: {
|
|
27
|
-
Processing: 'B',
|
|
28
|
-
Released: ''
|
|
29
|
-
}
|
|
17
|
+
EventNames: {
|
|
18
|
+
Create: 'add',
|
|
19
|
+
Read: 'read',
|
|
20
|
+
Update: 'update',
|
|
21
|
+
Remove: 'delete'
|
|
30
22
|
},
|
|
31
23
|
FeatureNames: {
|
|
32
|
-
|
|
33
|
-
Mail: 'archivemail'
|
|
34
|
-
},
|
|
24
|
+
Deduplicate: 'deduplicate',
|
|
35
25
|
CheckIn: 'checkin',
|
|
36
26
|
Contract: 'contract',
|
|
37
27
|
Enrich: 'enrich',
|
|
@@ -46,16 +36,24 @@ exports.Constants = Object.assign(Object.assign({}, Yaveon_ECM_d3d_Constants_1.C
|
|
|
46
36
|
Token: 'token',
|
|
47
37
|
Transfer: 'transfer'
|
|
48
38
|
},
|
|
49
|
-
EventNames: {
|
|
50
|
-
Create: 'add',
|
|
51
|
-
Read: 'read',
|
|
52
|
-
Update: 'update',
|
|
53
|
-
Remove: 'delete'
|
|
54
|
-
},
|
|
55
|
-
UrlParameters: Object.assign(Object.assign({}, Yaveon_ECM_d3d_Constants_1.Constants.UrlParameters), { Entity: 'entity', Source: 'source' }),
|
|
56
39
|
SourceNames: {
|
|
57
40
|
Af: 'af',
|
|
58
41
|
D3d: 'd3d'
|
|
42
|
+
},
|
|
43
|
+
StateChangeText: 'by webhook',
|
|
44
|
+
UrlParameters: Object.assign(Object.assign({}, Yaveon_ECM_d3d_Constants_1.Constants.UrlParameters), { Entity: 'entity', Source: 'source' }),
|
|
45
|
+
WebhookObject: {
|
|
46
|
+
PropertyNames: {
|
|
47
|
+
CategoryPropertyName: 'categoryId',
|
|
48
|
+
FileNamePropertyName: 'property_filename',
|
|
49
|
+
FileStatusPropertyName: 'property_state',
|
|
50
|
+
FileTypePropertyName: 'property_filetype',
|
|
51
|
+
OwnerPropertyName: "property_owner"
|
|
52
|
+
},
|
|
53
|
+
FileStatus: {
|
|
54
|
+
Processing: 'B',
|
|
55
|
+
Released: ''
|
|
56
|
+
}
|
|
59
57
|
}
|
|
60
58
|
} });
|
|
61
59
|
//# sourceMappingURL=Yaveon.ECM.d3d.Webhook.Constants.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Yaveon.ECM.d3d.Webhook.Constants.js","sourceRoot":"","sources":["../../source/constants/Yaveon.ECM.d3d.Webhook.Constants.ts"],"names":[],"mappings":";;;AAAA,yEAAqE;AAIxD,QAAA,SAAS,mCACf,oCAAU,KACb,UAAU,EAAC;QACP,
|
|
1
|
+
{"version":3,"file":"Yaveon.ECM.d3d.Webhook.Constants.js","sourceRoot":"","sources":["../../source/constants/Yaveon.ECM.d3d.Webhook.Constants.ts"],"names":[],"mappings":";;;AAAA,yEAAqE;AAIxD,QAAA,SAAS,mCACf,oCAAU,KACb,UAAU,EAAC;QACP,qBAAqB,EAAE,uBAAuB;QAC9C,mBAAmB,EAAE,MAAM;QAC3B,uBAAuB,EAAE,IAAI;QAC7B,cAAc,EAAE,sBAAsB;QACtC,cAAc,EAAE;YAGZ,MAAM,EAAE,kBAAkB;YAC1B,aAAa,EAAE,EAAE;YACjB,cAAc,EAAE,gCAAgC;YAChD,IAAI,EAAE,EAAE;YACR,MAAM,EAAE,EAAE;SACM;QACpB,UAAU,EAAE;YACR,MAAM,EAAE,KAAK;YACb,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE,QAAQ;YAChB,MAAM,EAAE,QAAQ;SACV;QACV,YAAY,EAAC;YACT,WAAW,EAAC,aAAa;YACzB,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,QAAQ;YAChB,aAAa,EAAE,YAAY;YAC3B,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,MAAM;YAClB,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,IAAI,EAAE,MAAM;YACZ,KAAK,EAAE,OAAO;YACd,QAAQ,EAAE,UAAU;SACd;QACV,WAAW,EAAE;YACT,EAAE,EAAE,IAAI;YACR,GAAG,EAAE,KAAK;SACJ;QACV,eAAe,EAAE,YAAqB;QACtC,aAAa,EAAE,gCACR,oCAAU,CAAC,aAAa,KAC3B,MAAM,EAAE,QAAQ,EAChB,MAAM,EAAE,QAAQ,GACV;QACV,aAAa,EAAE;YACX,aAAa,EAAE;gBACX,oBAAoB,EAAE,YAAY;gBAClC,oBAAoB,EAAE,mBAAmB;gBACzC,sBAAsB,EAAE,gBAAgB;gBACxC,oBAAoB,EAAE,mBAAmB;gBACzC,iBAAiB,EAAE,gBAAgB;aAC7B;YACV,UAAU,EAAE;gBACR,UAAU,EAAE,GAAG;gBACf,QAAQ,EAAG,EAAE;aACP;SACb;KACK,IACb"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
1
2
|
import { IDefaultHeaders } from '../webhooks/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces';
|
|
2
3
|
export declare const Constants: {
|
|
3
4
|
Af: {
|
|
@@ -28,29 +29,19 @@ export declare const Constants: {
|
|
|
28
29
|
};
|
|
29
30
|
};
|
|
30
31
|
d3dWebhook: {
|
|
31
|
-
readonly defaultHeaders: IDefaultHeaders;
|
|
32
|
-
readonly StateChangeText: "by webhook";
|
|
33
|
-
readonly ConfigFileName: "webhookConfiguration";
|
|
34
|
-
readonly ConfigFileExtension: "json";
|
|
35
32
|
readonly ConfigFileDisplayName: "Webhook Konfiguration";
|
|
33
|
+
readonly ConfigFileExtension: "json";
|
|
36
34
|
readonly ConfigFileLockedTimeout: 3000;
|
|
37
|
-
readonly
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
};
|
|
45
|
-
readonly FileStatus: {
|
|
46
|
-
readonly Processing: "B";
|
|
47
|
-
readonly Released: "";
|
|
48
|
-
};
|
|
35
|
+
readonly ConfigFileName: "webhookConfiguration";
|
|
36
|
+
readonly defaultHeaders: IDefaultHeaders;
|
|
37
|
+
readonly EventNames: {
|
|
38
|
+
readonly Create: "add";
|
|
39
|
+
readonly Read: "read";
|
|
40
|
+
readonly Update: "update";
|
|
41
|
+
readonly Remove: "delete";
|
|
49
42
|
};
|
|
50
43
|
readonly FeatureNames: {
|
|
51
|
-
readonly
|
|
52
|
-
readonly Mail: "archivemail";
|
|
53
|
-
};
|
|
44
|
+
readonly Deduplicate: "deduplicate";
|
|
54
45
|
readonly CheckIn: "checkin";
|
|
55
46
|
readonly Contract: "contract";
|
|
56
47
|
readonly Enrich: "enrich";
|
|
@@ -65,12 +56,11 @@ export declare const Constants: {
|
|
|
65
56
|
readonly Token: "token";
|
|
66
57
|
readonly Transfer: "transfer";
|
|
67
58
|
};
|
|
68
|
-
readonly
|
|
69
|
-
readonly
|
|
70
|
-
readonly
|
|
71
|
-
readonly Update: "update";
|
|
72
|
-
readonly Remove: "delete";
|
|
59
|
+
readonly SourceNames: {
|
|
60
|
+
readonly Af: "af";
|
|
61
|
+
readonly D3d: "d3d";
|
|
73
62
|
};
|
|
63
|
+
readonly StateChangeText: "by webhook";
|
|
74
64
|
readonly UrlParameters: {
|
|
75
65
|
readonly Entity: "entity";
|
|
76
66
|
readonly Source: "source";
|
|
@@ -79,9 +69,18 @@ export declare const Constants: {
|
|
|
79
69
|
readonly Feature: "feature";
|
|
80
70
|
readonly RequestType: "requesttype";
|
|
81
71
|
};
|
|
82
|
-
readonly
|
|
83
|
-
readonly
|
|
84
|
-
|
|
72
|
+
readonly WebhookObject: {
|
|
73
|
+
readonly PropertyNames: {
|
|
74
|
+
readonly CategoryPropertyName: "categoryId";
|
|
75
|
+
readonly FileNamePropertyName: "property_filename";
|
|
76
|
+
readonly FileStatusPropertyName: "property_state";
|
|
77
|
+
readonly FileTypePropertyName: "property_filetype";
|
|
78
|
+
readonly OwnerPropertyName: "property_owner";
|
|
79
|
+
};
|
|
80
|
+
readonly FileStatus: {
|
|
81
|
+
readonly Processing: "B";
|
|
82
|
+
readonly Released: "";
|
|
83
|
+
};
|
|
85
84
|
};
|
|
86
85
|
};
|
|
87
86
|
DmsObjectStates: {
|
|
@@ -129,4 +128,8 @@ export declare const Constants: {
|
|
|
129
128
|
readonly Patch: "PATCH";
|
|
130
129
|
readonly Post: "POST";
|
|
131
130
|
};
|
|
131
|
+
Hash: {
|
|
132
|
+
readonly Algorithm: "sha256";
|
|
133
|
+
readonly BinaryToTextEncoding: import("crypto").BinaryToTextEncoding;
|
|
134
|
+
};
|
|
132
135
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
1
2
|
import { IAddUsingPathProps } from '@pnp/sp/files/types';
|
|
2
3
|
export declare const Constants: {
|
|
3
4
|
Spo: {
|
|
@@ -18,4 +19,8 @@ export declare const Constants: {
|
|
|
18
19
|
readonly Patch: "PATCH";
|
|
19
20
|
readonly Post: "POST";
|
|
20
21
|
};
|
|
22
|
+
Hash: {
|
|
23
|
+
readonly Algorithm: "sha256";
|
|
24
|
+
readonly BinaryToTextEncoding: import("crypto").BinaryToTextEncoding;
|
|
25
|
+
};
|
|
21
26
|
};
|
|
@@ -1,28 +1,19 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
1
2
|
export declare const Constants: {
|
|
2
3
|
d3dWebhook: {
|
|
3
|
-
readonly defaultHeaders: import("../../webhooks/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces").IDefaultHeaders;
|
|
4
|
-
readonly StateChangeText: "by webhook";
|
|
5
|
-
readonly ConfigFileName: "webhookConfiguration";
|
|
6
|
-
readonly ConfigFileExtension: "json";
|
|
7
4
|
readonly ConfigFileDisplayName: "Webhook Konfiguration";
|
|
5
|
+
readonly ConfigFileExtension: "json";
|
|
8
6
|
readonly ConfigFileLockedTimeout: 3000;
|
|
9
|
-
readonly
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
};
|
|
17
|
-
readonly FileStatus: {
|
|
18
|
-
readonly Processing: "B";
|
|
19
|
-
readonly Released: "";
|
|
20
|
-
};
|
|
7
|
+
readonly ConfigFileName: "webhookConfiguration";
|
|
8
|
+
readonly defaultHeaders: import("../../webhooks/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces").IDefaultHeaders;
|
|
9
|
+
readonly EventNames: {
|
|
10
|
+
readonly Create: "add";
|
|
11
|
+
readonly Read: "read";
|
|
12
|
+
readonly Update: "update";
|
|
13
|
+
readonly Remove: "delete";
|
|
21
14
|
};
|
|
22
15
|
readonly FeatureNames: {
|
|
23
|
-
readonly
|
|
24
|
-
readonly Mail: "archivemail";
|
|
25
|
-
};
|
|
16
|
+
readonly Deduplicate: "deduplicate";
|
|
26
17
|
readonly CheckIn: "checkin";
|
|
27
18
|
readonly Contract: "contract";
|
|
28
19
|
readonly Enrich: "enrich";
|
|
@@ -37,12 +28,11 @@ export declare const Constants: {
|
|
|
37
28
|
readonly Token: "token";
|
|
38
29
|
readonly Transfer: "transfer";
|
|
39
30
|
};
|
|
40
|
-
readonly
|
|
41
|
-
readonly
|
|
42
|
-
readonly
|
|
43
|
-
readonly Update: "update";
|
|
44
|
-
readonly Remove: "delete";
|
|
31
|
+
readonly SourceNames: {
|
|
32
|
+
readonly Af: "af";
|
|
33
|
+
readonly D3d: "d3d";
|
|
45
34
|
};
|
|
35
|
+
readonly StateChangeText: "by webhook";
|
|
46
36
|
readonly UrlParameters: {
|
|
47
37
|
readonly Entity: "entity";
|
|
48
38
|
readonly Source: "source";
|
|
@@ -51,9 +41,18 @@ export declare const Constants: {
|
|
|
51
41
|
readonly Feature: "feature";
|
|
52
42
|
readonly RequestType: "requesttype";
|
|
53
43
|
};
|
|
54
|
-
readonly
|
|
55
|
-
readonly
|
|
56
|
-
|
|
44
|
+
readonly WebhookObject: {
|
|
45
|
+
readonly PropertyNames: {
|
|
46
|
+
readonly CategoryPropertyName: "categoryId";
|
|
47
|
+
readonly FileNamePropertyName: "property_filename";
|
|
48
|
+
readonly FileStatusPropertyName: "property_state";
|
|
49
|
+
readonly FileTypePropertyName: "property_filetype";
|
|
50
|
+
readonly OwnerPropertyName: "property_owner";
|
|
51
|
+
};
|
|
52
|
+
readonly FileStatus: {
|
|
53
|
+
readonly Processing: "B";
|
|
54
|
+
readonly Released: "";
|
|
55
|
+
};
|
|
57
56
|
};
|
|
58
57
|
};
|
|
59
58
|
DmsObjectStates: {
|
|
@@ -101,4 +100,8 @@ export declare const Constants: {
|
|
|
101
100
|
readonly Patch: "PATCH";
|
|
102
101
|
readonly Post: "POST";
|
|
103
102
|
};
|
|
103
|
+
Hash: {
|
|
104
|
+
readonly Algorithm: "sha256";
|
|
105
|
+
readonly BinaryToTextEncoding: import("crypto").BinaryToTextEncoding;
|
|
106
|
+
};
|
|
104
107
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
1
2
|
export declare const Constants: {
|
|
2
3
|
AfContracts: {
|
|
3
4
|
AutomaticRenewal: {
|
|
@@ -96,29 +97,19 @@ export declare const Constants: {
|
|
|
96
97
|
};
|
|
97
98
|
};
|
|
98
99
|
d3dWebhook: {
|
|
99
|
-
readonly defaultHeaders: import("../../webhooks/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces").IDefaultHeaders;
|
|
100
|
-
readonly StateChangeText: "by webhook";
|
|
101
|
-
readonly ConfigFileName: "webhookConfiguration";
|
|
102
|
-
readonly ConfigFileExtension: "json";
|
|
103
100
|
readonly ConfigFileDisplayName: "Webhook Konfiguration";
|
|
101
|
+
readonly ConfigFileExtension: "json";
|
|
104
102
|
readonly ConfigFileLockedTimeout: 3000;
|
|
105
|
-
readonly
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
};
|
|
113
|
-
readonly FileStatus: {
|
|
114
|
-
readonly Processing: "B";
|
|
115
|
-
readonly Released: "";
|
|
116
|
-
};
|
|
103
|
+
readonly ConfigFileName: "webhookConfiguration";
|
|
104
|
+
readonly defaultHeaders: import("../../webhooks/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces").IDefaultHeaders;
|
|
105
|
+
readonly EventNames: {
|
|
106
|
+
readonly Create: "add";
|
|
107
|
+
readonly Read: "read";
|
|
108
|
+
readonly Update: "update";
|
|
109
|
+
readonly Remove: "delete";
|
|
117
110
|
};
|
|
118
111
|
readonly FeatureNames: {
|
|
119
|
-
readonly
|
|
120
|
-
readonly Mail: "archivemail";
|
|
121
|
-
};
|
|
112
|
+
readonly Deduplicate: "deduplicate";
|
|
122
113
|
readonly CheckIn: "checkin";
|
|
123
114
|
readonly Contract: "contract";
|
|
124
115
|
readonly Enrich: "enrich";
|
|
@@ -133,12 +124,11 @@ export declare const Constants: {
|
|
|
133
124
|
readonly Token: "token";
|
|
134
125
|
readonly Transfer: "transfer";
|
|
135
126
|
};
|
|
136
|
-
readonly
|
|
137
|
-
readonly
|
|
138
|
-
readonly
|
|
139
|
-
readonly Update: "update";
|
|
140
|
-
readonly Remove: "delete";
|
|
127
|
+
readonly SourceNames: {
|
|
128
|
+
readonly Af: "af";
|
|
129
|
+
readonly D3d: "d3d";
|
|
141
130
|
};
|
|
131
|
+
readonly StateChangeText: "by webhook";
|
|
142
132
|
readonly UrlParameters: {
|
|
143
133
|
readonly Entity: "entity";
|
|
144
134
|
readonly Source: "source";
|
|
@@ -147,9 +137,18 @@ export declare const Constants: {
|
|
|
147
137
|
readonly Feature: "feature";
|
|
148
138
|
readonly RequestType: "requesttype";
|
|
149
139
|
};
|
|
150
|
-
readonly
|
|
151
|
-
readonly
|
|
152
|
-
|
|
140
|
+
readonly WebhookObject: {
|
|
141
|
+
readonly PropertyNames: {
|
|
142
|
+
readonly CategoryPropertyName: "categoryId";
|
|
143
|
+
readonly FileNamePropertyName: "property_filename";
|
|
144
|
+
readonly FileStatusPropertyName: "property_state";
|
|
145
|
+
readonly FileTypePropertyName: "property_filetype";
|
|
146
|
+
readonly OwnerPropertyName: "property_owner";
|
|
147
|
+
};
|
|
148
|
+
readonly FileStatus: {
|
|
149
|
+
readonly Processing: "B";
|
|
150
|
+
readonly Released: "";
|
|
151
|
+
};
|
|
153
152
|
};
|
|
154
153
|
};
|
|
155
154
|
DmsObjectStates: {
|
|
@@ -197,4 +196,8 @@ export declare const Constants: {
|
|
|
197
196
|
readonly Patch: "PATCH";
|
|
198
197
|
readonly Post: "POST";
|
|
199
198
|
};
|
|
199
|
+
Hash: {
|
|
200
|
+
readonly Algorithm: "sha256";
|
|
201
|
+
readonly BinaryToTextEncoding: import("crypto").BinaryToTextEncoding;
|
|
202
|
+
};
|
|
200
203
|
};
|