yaveon.ecm.d3dwebhooks 0.14.1 → 0.15.1
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/Yaveon.ECM.Request.Handler.d.ts +3 -0
- package/js/Yaveon.ECM.Request.Handler.js +49 -0
- package/js/clients/Yaveon.ECM.af.Client.d.ts +1 -1
- package/js/clients/Yaveon.ECM.af.Client.js.map +1 -1
- package/js/clients/Yaveon.ECM.af.Contracts.Client.js +6 -6
- package/js/clients/Yaveon.ECM.af.Contracts.Client.js.map +1 -1
- package/js/clients/Yaveon.ECM.d3d.Client.d.ts +1 -1
- package/js/clients/Yaveon.ECM.d3d.Client.js +3 -3
- package/js/clients/Yaveon.ECM.d3d.Client.js.map +1 -1
- package/js/clients/Yaveon.ECM.d3d.Webhook.Client.d.ts +1 -1
- package/js/clients/Yaveon.ECM.d3d.Webhook.Client.js +9 -9
- package/js/clients/Yaveon.ECM.d3d.Webhook.Client.js.map +1 -1
- package/js/constants/Yaveon.ECM.Constants.d.ts +16 -0
- package/js/constants/Yaveon.ECM.Constants.js +20 -0
- package/js/constants/Yaveon.ECM.Constants.js.map +1 -0
- package/js/constants/Yaveon.ECM.PDF.Constants.d.ts +35 -0
- package/js/constants/Yaveon.ECM.PDF.Constants.js +39 -0
- package/js/constants/Yaveon.ECM.PDF.Constants.js.map +1 -0
- package/js/constants/Yaveon.ECM.d3d.Constants.d.ts +46 -0
- package/js/constants/Yaveon.ECM.d3d.Constants.js +37 -0
- package/js/constants/Yaveon.ECM.d3d.Constants.js.map +1 -0
- package/js/constants/Yaveon.ECM.d3d.Extension.Constants.d.ts +85 -0
- package/js/constants/Yaveon.ECM.d3d.Extension.Constants.js +39 -0
- package/js/constants/Yaveon.ECM.d3d.Extension.Constants.js.map +1 -0
- package/js/constants/Yaveon.ECM.d3d.Webhook.Constants.d.ts +88 -114
- package/js/constants/Yaveon.ECM.d3d.Webhook.Constants.js +50 -140
- package/js/constants/Yaveon.ECM.d3d.Webhook.Constants.js.map +1 -1
- package/js/constants/Yaveon.ECM.d3d.Webhook.af.Constants.d.ts +124 -39
- package/js/constants/Yaveon.ECM.d3d.Webhook.af.Constants.js +26 -43
- package/js/constants/Yaveon.ECM.d3d.Webhook.af.Constants.js.map +1 -1
- package/js/extensions/Yaveon.ECM.d3d.Extension.Handler.d.ts +2 -0
- package/js/extensions/Yaveon.ECM.d3d.Extension.Handler.js +52 -0
- package/js/extensions/Yaveon.ECM.d3d.Extension.Handler.js.map +1 -0
- package/js/extensions/Yaveon.ECM.d3d.Extension.Interfaces.d.ts +7 -0
- package/js/{features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Interfaces.js → extensions/Yaveon.ECM.d3d.Extension.Interfaces.js} +1 -1
- package/js/extensions/Yaveon.ECM.d3d.Extension.Interfaces.js.map +1 -0
- package/js/extensions/Yaveon.ECM.d3d.Extension.Sync/Yaveon.ECM.d3d.Extension.Sync.Interfaces.d.ts +1 -0
- package/js/extensions/Yaveon.ECM.d3d.Extension.Sync/Yaveon.ECM.d3d.Extension.Sync.Interfaces.js +3 -0
- package/js/extensions/Yaveon.ECM.d3d.Extension.Sync/Yaveon.ECM.d3d.Extension.Sync.Interfaces.js.map +1 -0
- package/js/extensions/Yaveon.ECM.d3d.Extension.Sync/Yaveon.ECM.d3d.Extension.Sync.Logic.d.ts +3 -0
- package/js/extensions/Yaveon.ECM.d3d.Extension.Sync/Yaveon.ECM.d3d.Extension.Sync.Logic.js +25 -0
- package/js/extensions/Yaveon.ECM.d3d.Extension.Sync/Yaveon.ECM.d3d.Extension.Sync.Logic.js.map +1 -0
- package/js/features/Bucket/Yaveon.ECM.d3d.Webhook.Bucket.Handler.d.ts +2 -2
- package/js/features/Bucket/Yaveon.ECM.d3d.Webhook.Bucket.Handler.js +7 -6
- package/js/features/Bucket/Yaveon.ECM.d3d.Webhook.Bucket.Handler.js.map +1 -1
- package/js/features/Bucket/Yaveon.ECM.d3d.Webhook.Bucket.Interfaces.d.ts +2 -2
- package/js/features/Bucket/Yaveon.ECM.d3d.Webhook.Bucket.Logic.js +2 -0
- package/js/features/Bucket/Yaveon.ECM.d3d.Webhook.Bucket.Logic.js.map +1 -1
- package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Constants.d.ts +97 -5
- package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Constants.js +1 -3
- package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Constants.js.map +1 -1
- package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Handler.d.ts +2 -2
- package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Handler.js +8 -6
- package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Handler.js.map +1 -1
- package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Interfaces.d.ts +1 -1
- package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Logic.js +6 -5
- package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Logic.js.map +1 -1
- package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Constants.d.ts +191 -80
- package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Constants.js +68 -89
- package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Constants.js.map +1 -1
- package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Handler.d.ts +2 -2
- package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Handler.js +8 -6
- package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Handler.js.map +1 -1
- package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Interfaces.d.ts +12 -11
- package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Interfaces.js.map +1 -1
- package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Logic.d.ts +1 -1
- package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Logic.js +8 -7
- package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Logic.js.map +1 -1
- package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Utility.d.ts +5 -5
- package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Utility.js +44 -32
- package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Utility.js.map +1 -1
- package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Constants.d.ts +103 -11
- package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Constants.js +6 -12
- package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Constants.js.map +1 -1
- package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Handler.js +7 -5
- package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Handler.js.map +1 -1
- package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Interfaces.d.ts +2 -2
- package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Logic.js +6 -5
- package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Logic.js.map +1 -1
- package/js/features/EnrichAndMove/Yaveon.ECM.d3d.Webhook.EnrichAndMove.Handler.d.ts +2 -2
- package/js/features/EnrichAndMove/Yaveon.ECM.d3d.Webhook.EnrichAndMove.Handler.js +8 -6
- package/js/features/EnrichAndMove/Yaveon.ECM.d3d.Webhook.EnrichAndMove.Handler.js.map +1 -1
- package/js/features/EnrichAndMove/Yaveon.ECM.d3d.Webhook.EnrichAndMove.Logic.js +5 -4
- 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 +97 -3
- package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Constants.js +1 -3
- package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Constants.js.map +1 -1
- package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Handler.d.ts +2 -2
- package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Handler.js +2 -2
- package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Handler.js.map +1 -1
- package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Interfaces.d.ts +1 -1
- package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Logic.d.ts +1 -1
- package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Logic.js +4 -3
- package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Logic.js.map +1 -1
- package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Utility.js +1 -1
- package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Utility.js.map +1 -1
- package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Constants.d.ts +99 -5
- package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Constants.js +1 -5
- package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Constants.js.map +1 -1
- package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Handler.d.ts +2 -2
- package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Handler.js +8 -6
- package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Handler.js.map +1 -1
- 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 +5 -4
- package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Logic.js.map +1 -1
- package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Utility.d.ts +5 -5
- 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/NumberRanges/Yaveon.ECM.d3d.Webhook.NumberRanges.Handler.d.ts +2 -2
- package/js/features/NumberRanges/Yaveon.ECM.d3d.Webhook.NumberRanges.Handler.js +8 -6
- package/js/features/NumberRanges/Yaveon.ECM.d3d.Webhook.NumberRanges.Handler.js.map +1 -1
- package/js/features/NumberRanges/Yaveon.ECM.d3d.Webhook.NumberRanges.Interfaces.d.ts +1 -1
- package/js/features/NumberRanges/Yaveon.ECM.d3d.Webhook.NumberRanges.Logic.js +4 -3
- package/js/features/NumberRanges/Yaveon.ECM.d3d.Webhook.NumberRanges.Logic.js.map +1 -1
- package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Constants.d.ts +158 -14
- package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Constants.js +9 -17
- package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Constants.js.map +1 -1
- package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Handler.d.ts +2 -2
- package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Handler.js +8 -6
- package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Handler.js.map +1 -1
- package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Interfaces.d.ts +2 -2
- package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Logic.js +4 -3
- 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 +149 -31
- package/js/features/QM/Yaveon.ECM.d3d.Webhook.af.QM.Constants.js +26 -35
- package/js/features/QM/Yaveon.ECM.d3d.Webhook.af.QM.Constants.js.map +1 -1
- package/js/features/QM/Yaveon.ECM.d3d.Webhook.af.QM.Interfaces.d.ts +2 -2
- package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Constants.d.ts +47 -0
- package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Constants.js +6 -0
- package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Constants.js.map +1 -0
- package/js/features/Sync/{Yaveon.ECM.d3d.Webhook.Sync.Interfaces.d.ts → Yaveon.ECM.d3d.Feature.Sync.Interfaces.d.ts} +2 -2
- package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Interfaces.js +3 -0
- package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Interfaces.js.map +1 -0
- package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Logic.d.ts +2 -0
- package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Logic.js +101 -0
- package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Logic.js.map +1 -0
- package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Utility.d.ts +6 -0
- package/js/features/Sync/{Yaveon.ECM.d3d.Webhook.Sync.Utility.js → Yaveon.ECM.d3d.Feature.Sync.Utility.js} +5 -34
- package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Utility.js.map +1 -0
- package/js/features/ValueSet/Yaveon.ECM.d3d.Webhook.ValueSet.Constants.d.ts +97 -3
- package/js/features/ValueSet/Yaveon.ECM.d3d.Webhook.ValueSet.Constants.js +1 -3
- package/js/features/ValueSet/Yaveon.ECM.d3d.Webhook.ValueSet.Constants.js.map +1 -1
- package/js/features/ValueSet/Yaveon.ECM.d3d.Webhook.ValueSet.Handler.d.ts +2 -2
- package/js/features/ValueSet/Yaveon.ECM.d3d.Webhook.ValueSet.Handler.js +5 -4
- package/js/features/ValueSet/Yaveon.ECM.d3d.Webhook.ValueSet.Handler.js.map +1 -1
- package/js/features/ValueSet/Yaveon.ECM.d3d.Webhook.ValueSet.Interfaces.d.ts +2 -2
- package/js/features/ValueSet/alphaflow/Yaveon.ECM.d3d.Webhook.ValueSet.Af.Constants.d.ts +127 -9
- package/js/features/ValueSet/alphaflow/Yaveon.ECM.d3d.Webhook.ValueSet.Af.Constants.js +4 -10
- package/js/features/ValueSet/alphaflow/Yaveon.ECM.d3d.Webhook.ValueSet.Af.Constants.js.map +1 -1
- package/js/features/ValueSet/alphaflow/Yaveon.ECM.d3d.Webhook.ValueSet.Af.Logic.js +9 -7
- package/js/features/ValueSet/alphaflow/Yaveon.ECM.d3d.Webhook.ValueSet.Af.Logic.js.map +1 -1
- package/js/features/Yaveon.ECM.d3d.Feature.Interfaces.d.ts +17 -0
- package/js/features/Yaveon.ECM.d3d.Feature.Interfaces.js +19 -0
- package/js/features/Yaveon.ECM.d3d.Feature.Interfaces.js.map +1 -0
- package/js/interfaces/Yaveon.ECM.d3d.Config.Interfaces.d.ts +13 -0
- package/js/interfaces/{Yaveon.ECM.d3d.Webhook.Interfaces.js → Yaveon.ECM.d3d.Config.Interfaces.js} +1 -1
- package/js/interfaces/Yaveon.ECM.d3d.Config.Interfaces.js.map +1 -0
- package/js/interfaces/{Yaveon.ECM.d3d.Webhook.Interfaces.d.ts → Yaveon.ECM.d3d.Interfaces.d.ts} +7 -42
- package/js/interfaces/Yaveon.ECM.d3d.Interfaces.js +3 -0
- package/js/interfaces/Yaveon.ECM.d3d.Interfaces.js.map +1 -0
- package/js/utilities/Yaveon.ECM.d3d.Utility.d.ts +6 -6
- package/js/utilities/Yaveon.ECM.d3d.Utility.js +48 -5
- package/js/utilities/Yaveon.ECM.d3d.Utility.js.map +1 -1
- package/js/{Yaveon.ECM.d3d.Webhook.Handler.d.ts → webhooks/Yaveon.ECM.d3d.Webhook.Handler.d.ts} +1 -1
- package/js/webhooks/Yaveon.ECM.d3d.Webhook.Handler.js +83 -0
- package/js/webhooks/Yaveon.ECM.d3d.Webhook.Handler.js.map +1 -0
- package/js/webhooks/Yaveon.ECM.d3d.Webhook.Sync/Yaveon.ECM.d3d.Webhook.Sync.Handler.d.ts +3 -0
- package/js/{features/Sync → webhooks/Yaveon.ECM.d3d.Webhook.Sync}/Yaveon.ECM.d3d.Webhook.Sync.Handler.js +11 -9
- package/js/webhooks/Yaveon.ECM.d3d.Webhook.Sync/Yaveon.ECM.d3d.Webhook.Sync.Handler.js.map +1 -0
- package/js/webhooks/Yaveon.ECM.d3d.Webhook.Sync/Yaveon.ECM.d3d.Webhook.Sync.Logic.d.ts +4 -0
- package/js/webhooks/Yaveon.ECM.d3d.Webhook.Sync/Yaveon.ECM.d3d.Webhook.Sync.Logic.js +24 -0
- package/js/webhooks/Yaveon.ECM.d3d.Webhook.Sync/Yaveon.ECM.d3d.Webhook.Sync.Logic.js.map +1 -0
- package/js/webhooks/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces.d.ts +32 -0
- package/js/webhooks/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces.js +19 -0
- package/js/webhooks/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces.js.map +1 -0
- package/js/{interfaces → webhooks/interfaces}/Yaveon.ECM.d3d.Webhook.af.Interfaces.d.ts +1 -0
- package/js/webhooks/interfaces/Yaveon.ECM.d3d.Webhook.af.Interfaces.js.map +1 -0
- package/package.json +1 -1
- package/js/Yaveon.ECM.d3d.Webhook.Handler.js +0 -75
- package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Constants.d.ts +0 -4
- package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Constants.js +0 -9
- package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Constants.js.map +0 -1
- package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Handler.d.ts +0 -2
- package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Handler.js.map +0 -1
- package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Interfaces.js.map +0 -1
- package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Logic.d.ts +0 -3
- package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Logic.js +0 -101
- package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Logic.js.map +0 -1
- package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Utility.d.ts +0 -8
- package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Utility.js.map +0 -1
- package/js/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces.js.map +0 -1
- package/js/interfaces/Yaveon.ECM.d3d.Webhook.af.Interfaces.js.map +0 -1
- package/types/docx4js.d.ts +0 -5
- /package/js/{interfaces → webhooks/interfaces}/Yaveon.ECM.d3d.Webhook.af.Interfaces.js +0 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Constants = void 0;
|
|
4
|
+
const Yaveon_ECM_d3d_Constants_1 = require("./Yaveon.ECM.d3d.Constants");
|
|
5
|
+
exports.Constants = Object.assign(Object.assign({}, Yaveon_ECM_d3d_Constants_1.Constants), { d3dExtension: {
|
|
6
|
+
defaultHeaders: {
|
|
7
|
+
Accept: 'application/json+hal',
|
|
8
|
+
Authorization: '',
|
|
9
|
+
'Content-Type': 'application/json;charset=utf-8',
|
|
10
|
+
Host: '',
|
|
11
|
+
Origin: ''
|
|
12
|
+
},
|
|
13
|
+
ConfigFileName: 'webhookConfiguration',
|
|
14
|
+
ConfigFileExtension: 'json',
|
|
15
|
+
ConfigFileDisplayName: 'Webhook Konfiguration',
|
|
16
|
+
ConfigFileLockedTimeout: 3000,
|
|
17
|
+
ConfigObject: {
|
|
18
|
+
PropertyNames: {
|
|
19
|
+
CategoryPropertyName: 'categoryId',
|
|
20
|
+
FileNamePropertyName: 'property_filename',
|
|
21
|
+
FileStatusPropertyName: 'property_state',
|
|
22
|
+
FileTypePropertyName: 'property_filetype',
|
|
23
|
+
OwnerPropertyName: "property_owner"
|
|
24
|
+
},
|
|
25
|
+
FileStatus: {
|
|
26
|
+
Processing: 'B',
|
|
27
|
+
Released: ''
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
FeatureNames: {
|
|
31
|
+
Sync: 'sync'
|
|
32
|
+
},
|
|
33
|
+
UrlParameters: Object.assign(Object.assign({}, Yaveon_ECM_d3d_Constants_1.Constants.UrlParameters), { Entity: 'entity', Source: 'source', ObjectId: 'objectId', RepositoryId: 'repositoryid', BaseUrl: 'baseUrl', Token: 'token' }),
|
|
34
|
+
SourceNames: {
|
|
35
|
+
Af: 'af',
|
|
36
|
+
D3d: 'd3d'
|
|
37
|
+
}
|
|
38
|
+
} });
|
|
39
|
+
//# sourceMappingURL=Yaveon.ECM.d3d.Extension.Constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Yaveon.ECM.d3d.Extension.Constants.js","sourceRoot":"","sources":["../../source/constants/Yaveon.ECM.d3d.Extension.Constants.ts"],"names":[],"mappings":";;;AAAA,yEAAqE;AAIxD,QAAA,SAAS,mCACf,oCAAU,KACb,YAAY,EAAC;QACT,cAAc,EAAE;YACZ,MAAM,EAAE,sBAAsB;YAC9B,aAAa,EAAE,EAAE;YACjB,cAAc,EAAE,gCAAgC;YAChD,IAAI,EAAE,EAAE;YACR,MAAM,EAAE,EAAE;SACM;QACpB,cAAc,EAAE,sBAAsB;QACtC,mBAAmB,EAAE,MAAM;QAC3B,qBAAqB,EAAE,uBAAuB;QAC9C,uBAAuB,EAAE,IAAI;QAC7B,YAAY,EAAE;YACV,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;QACD,YAAY,EAAC;YAWT,IAAI,EAAE,MAAM;SACN;QACV,aAAa,EAAE,gCACR,oCAAU,CAAC,aAAa,KAC3B,MAAM,EAAE,QAAQ,EAChB,MAAM,EAAE,QAAQ,EAChB,QAAQ,EAAE,UAAU,EACpB,YAAY,EAAE,cAAc,EAC5B,OAAO,EAAE,SAAS,EAClB,KAAK,EAAE,OAAO,GACR;QACV,WAAW,EAAE;YACT,EAAE,EAAE,IAAI;YACR,GAAG,EAAE,KAAK;SACJ;KACJ,IACb"}
|
|
@@ -1,124 +1,98 @@
|
|
|
1
|
-
import { IDefaultHeaders } from '../interfaces/Yaveon.ECM.d3d.Webhook.Interfaces';
|
|
2
|
-
export declare
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { IDefaultHeaders } from '../webhooks/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces';
|
|
2
|
+
export declare const Constants: {
|
|
3
|
+
d3dWebhook: {
|
|
4
|
+
readonly defaultHeaders: IDefaultHeaders;
|
|
5
|
+
readonly StateChangeText: "by webhook";
|
|
6
|
+
readonly ConfigFileName: "webhookConfiguration";
|
|
7
|
+
readonly ConfigFileExtension: "json";
|
|
8
|
+
readonly ConfigFileDisplayName: "Webhook Konfiguration";
|
|
9
|
+
readonly ConfigFileLockedTimeout: 3000;
|
|
10
|
+
readonly WebhookObject: {
|
|
11
|
+
readonly PropertyNames: {
|
|
12
|
+
readonly CategoryPropertyName: "categoryId";
|
|
13
|
+
readonly FileNamePropertyName: "property_filename";
|
|
14
|
+
readonly FileStatusPropertyName: "property_state";
|
|
15
|
+
readonly FileTypePropertyName: "property_filetype";
|
|
16
|
+
readonly OwnerPropertyName: "property_owner";
|
|
17
|
+
};
|
|
18
|
+
readonly FileStatus: {
|
|
19
|
+
readonly Processing: "B";
|
|
20
|
+
readonly Released: "";
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
readonly FeatureNames: {
|
|
24
|
+
readonly CheckIn: "checkin";
|
|
25
|
+
readonly Contract: "contract";
|
|
26
|
+
readonly Enrich: "enrich";
|
|
27
|
+
readonly EnrichAndMove: "enrichmove";
|
|
28
|
+
readonly Inherit: "inherit";
|
|
29
|
+
readonly MoveFolder: "move";
|
|
30
|
+
readonly NumberRange: "numberRange";
|
|
31
|
+
readonly ReadReceipt: "readReceipt";
|
|
32
|
+
readonly Bucket: "bucket";
|
|
33
|
+
readonly ValueSet: "valueset";
|
|
34
|
+
readonly Sync: "sync";
|
|
35
|
+
};
|
|
36
|
+
readonly EventNames: {
|
|
37
|
+
readonly Create: "add";
|
|
38
|
+
readonly Read: "read";
|
|
39
|
+
readonly Update: "update";
|
|
40
|
+
readonly Remove: "delete";
|
|
41
|
+
};
|
|
42
|
+
readonly UrlParameters: {
|
|
43
|
+
readonly Entity: "entity";
|
|
44
|
+
readonly Source: "source";
|
|
45
|
+
readonly Event: "event";
|
|
46
|
+
readonly Feature: "feature";
|
|
47
|
+
readonly RequestType: "requesttype";
|
|
48
|
+
};
|
|
49
|
+
readonly SourceNames: {
|
|
50
|
+
readonly Af: "af";
|
|
51
|
+
readonly D3d: "d3d";
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
DmsObjectStates: {
|
|
5
55
|
States: {
|
|
6
|
-
Processing:
|
|
7
|
-
Verifiction:
|
|
8
|
-
Released:
|
|
9
|
-
Archive:
|
|
10
|
-
Block:
|
|
56
|
+
readonly Processing: "processing";
|
|
57
|
+
readonly Verifiction: "verification";
|
|
58
|
+
readonly Released: "released";
|
|
59
|
+
readonly Archive: "archive";
|
|
60
|
+
readonly Block: "Block";
|
|
11
61
|
};
|
|
12
62
|
isValid: (stateValue: string) => boolean;
|
|
13
63
|
};
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
static readonly ConfigFileLockedTimeout: number;
|
|
19
|
-
static readonly defaultHeaders: IDefaultHeaders;
|
|
20
|
-
static readonly d3Defaults: {
|
|
21
|
-
FileNameFolder: string;
|
|
22
|
-
FileStatus: {
|
|
23
|
-
Released: string;
|
|
64
|
+
d3d: {
|
|
65
|
+
readonly FileNameFolder: "---dummy";
|
|
66
|
+
readonly FileStatus: {
|
|
67
|
+
readonly Released: "release";
|
|
24
68
|
};
|
|
25
|
-
PersistedObject: {
|
|
26
|
-
FileStatusPropertyName:
|
|
27
|
-
FileNamePropertyName:
|
|
28
|
-
FileTypePropertyName:
|
|
29
|
-
CategoryPropertyName:
|
|
30
|
-
CaptionPropertyName:
|
|
69
|
+
readonly PersistedObject: {
|
|
70
|
+
readonly FileStatusPropertyName: "property_state";
|
|
71
|
+
readonly FileNamePropertyName: "property_filename";
|
|
72
|
+
readonly FileTypePropertyName: "property_filetype";
|
|
73
|
+
readonly CategoryPropertyName: "property_category";
|
|
74
|
+
readonly CaptionPropertyName: "property_caption";
|
|
31
75
|
};
|
|
32
|
-
SearchObject: {
|
|
33
|
-
FileStatusPropertyName:
|
|
76
|
+
readonly SearchObject: {
|
|
77
|
+
readonly FileStatusPropertyName: "property_state";
|
|
34
78
|
};
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
FileStatusPropertyName: string;
|
|
39
|
-
OwnerPropertyName: string;
|
|
40
|
-
};
|
|
41
|
-
FileStatus: {
|
|
42
|
-
Processing: string;
|
|
43
|
-
Released: string;
|
|
44
|
-
};
|
|
79
|
+
readonly DmsObjectTypes: {
|
|
80
|
+
readonly Document: "document";
|
|
81
|
+
readonly Folder: "folder";
|
|
45
82
|
};
|
|
46
83
|
};
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
PDFtoJpg: string;
|
|
61
|
-
PDFocr: string;
|
|
62
|
-
ProtectPDF: string;
|
|
63
|
-
RepairPDF: string;
|
|
64
|
-
RotatePDF: string;
|
|
65
|
-
SplitPDF: string;
|
|
66
|
-
UnlockPDF: string;
|
|
67
|
-
ValidatePDFA: string;
|
|
68
|
-
WatermarkPDF: string;
|
|
69
|
-
};
|
|
70
|
-
NeedsConvertion: {
|
|
71
|
-
IntNo: string;
|
|
72
|
-
IntYes: string;
|
|
73
|
-
StringNo: string;
|
|
74
|
-
StringYes: string;
|
|
75
|
-
BoolNo: string;
|
|
76
|
-
BoolYes: string;
|
|
77
|
-
};
|
|
78
|
-
WhConfigPdfConversionAccountId: string;
|
|
84
|
+
RequestTypes: {
|
|
85
|
+
readonly Extension: "extension";
|
|
86
|
+
readonly Webhook: "webhook";
|
|
87
|
+
};
|
|
88
|
+
UrlParameters: {
|
|
89
|
+
readonly Event: "event";
|
|
90
|
+
readonly Feature: "feature";
|
|
91
|
+
readonly RequestType: "requesttype";
|
|
92
|
+
};
|
|
93
|
+
Method: {
|
|
94
|
+
readonly Get: "GET";
|
|
95
|
+
readonly Patch: "PATCH";
|
|
96
|
+
readonly Post: "POST";
|
|
79
97
|
};
|
|
80
|
-
}
|
|
81
|
-
export declare namespace Constants {
|
|
82
|
-
namespace d3 {
|
|
83
|
-
enum DmsObjectTypes {
|
|
84
|
-
Document = "document",
|
|
85
|
-
Folder = "folder"
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
namespace UrlParameters {
|
|
89
|
-
enum ParamNames {
|
|
90
|
-
Feature = "feature",
|
|
91
|
-
Entity = "entity",
|
|
92
|
-
Event = "event",
|
|
93
|
-
Source = "source"
|
|
94
|
-
}
|
|
95
|
-
enum FeatureNames {
|
|
96
|
-
CheckIn = "checkin",
|
|
97
|
-
Contract = "contract",
|
|
98
|
-
Enrich = "enrich",
|
|
99
|
-
EnrichAndMove = "enrichmove",
|
|
100
|
-
Inherit = "inherit",
|
|
101
|
-
MoveFolder = "move",
|
|
102
|
-
NumberRange = "numberRange",
|
|
103
|
-
ReadReceipt = "readReceipt",
|
|
104
|
-
Bucket = "bucket",
|
|
105
|
-
ValueSet = "valueset",
|
|
106
|
-
Sync = "sync"
|
|
107
|
-
}
|
|
108
|
-
enum EventNames {
|
|
109
|
-
Create = "add",
|
|
110
|
-
Read = "read",
|
|
111
|
-
Update = "update",
|
|
112
|
-
Remove = "delete"
|
|
113
|
-
}
|
|
114
|
-
enum SourceNames {
|
|
115
|
-
Af = "af",
|
|
116
|
-
D3d = "d3d"
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
enum Method {
|
|
120
|
-
Get = "GET",
|
|
121
|
-
Patch = "PATCH",
|
|
122
|
-
Post = "POST"
|
|
123
|
-
}
|
|
124
|
-
}
|
|
98
|
+
};
|
|
@@ -1,146 +1,56 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var _a;
|
|
3
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
3
|
exports.Constants = void 0;
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Archive: 'archive',
|
|
14
|
-
Block: 'Block'
|
|
15
|
-
};
|
|
16
|
-
Constants.DmsObjectStates = {
|
|
17
|
-
States: _a._dmsObjectStates,
|
|
18
|
-
isValid: function (stateValue) {
|
|
19
|
-
return Object.values(this.States).includes(stateValue);
|
|
20
|
-
}
|
|
21
|
-
};
|
|
22
|
-
Constants.StateChangeText = 'by webhook';
|
|
23
|
-
Constants.ConfigFileName = 'webhookConfiguration';
|
|
24
|
-
Constants.ConfigFileExtension = 'json';
|
|
25
|
-
Constants.ConfigFileDisplayName = 'Webhook Konfiguration';
|
|
26
|
-
Constants.ConfigFileLockedTimeout = 3000;
|
|
27
|
-
Constants.defaultHeaders = {
|
|
28
|
-
Accept: 'application/json+hal',
|
|
29
|
-
Authorization: '',
|
|
30
|
-
'Content-Type': 'application/json;charset=utf-8',
|
|
31
|
-
Host: '',
|
|
32
|
-
Origin: ''
|
|
33
|
-
};
|
|
34
|
-
Constants.d3Defaults = {
|
|
35
|
-
FileNameFolder: '---dummy',
|
|
36
|
-
FileStatus: {
|
|
37
|
-
Released: 'release'
|
|
38
|
-
},
|
|
39
|
-
PersistedObject: {
|
|
40
|
-
FileStatusPropertyName: 'property_state',
|
|
41
|
-
FileNamePropertyName: 'property_filename',
|
|
42
|
-
FileTypePropertyName: 'property_filetype',
|
|
43
|
-
CategoryPropertyName: 'property_category',
|
|
44
|
-
CaptionPropertyName: 'property_caption'
|
|
45
|
-
},
|
|
46
|
-
SearchObject: {
|
|
47
|
-
FileStatusPropertyName: 'property_state',
|
|
48
|
-
},
|
|
49
|
-
WebHookObject: {
|
|
50
|
-
PropertyNames: {
|
|
51
|
-
CategoryPropertyName: 'categoryId',
|
|
52
|
-
FileStatusPropertyName: 'property_state',
|
|
53
|
-
OwnerPropertyName: "property_owner",
|
|
4
|
+
const Yaveon_ECM_d3d_Constants_1 = require("./Yaveon.ECM.d3d.Constants");
|
|
5
|
+
exports.Constants = Object.assign(Object.assign({}, Yaveon_ECM_d3d_Constants_1.Constants), { d3dWebhook: {
|
|
6
|
+
defaultHeaders: {
|
|
7
|
+
Accept: 'application/json+hal',
|
|
8
|
+
Authorization: '',
|
|
9
|
+
'Content-Type': 'application/json;charset=utf-8',
|
|
10
|
+
Host: '',
|
|
11
|
+
Origin: ''
|
|
54
12
|
},
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
13
|
+
StateChangeText: 'by webhook',
|
|
14
|
+
ConfigFileName: 'webhookConfiguration',
|
|
15
|
+
ConfigFileExtension: 'json',
|
|
16
|
+
ConfigFileDisplayName: 'Webhook Konfiguration',
|
|
17
|
+
ConfigFileLockedTimeout: 3000,
|
|
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
|
+
}
|
|
30
|
+
},
|
|
31
|
+
FeatureNames: {
|
|
32
|
+
CheckIn: 'checkin',
|
|
33
|
+
Contract: 'contract',
|
|
34
|
+
Enrich: 'enrich',
|
|
35
|
+
EnrichAndMove: 'enrichmove',
|
|
36
|
+
Inherit: 'inherit',
|
|
37
|
+
MoveFolder: 'move',
|
|
38
|
+
NumberRange: 'numberRange',
|
|
39
|
+
ReadReceipt: 'readReceipt',
|
|
40
|
+
Bucket: 'bucket',
|
|
41
|
+
ValueSet: 'valueset',
|
|
42
|
+
Sync: 'sync'
|
|
43
|
+
},
|
|
44
|
+
EventNames: {
|
|
45
|
+
Create: 'add',
|
|
46
|
+
Read: 'read',
|
|
47
|
+
Update: 'update',
|
|
48
|
+
Remove: 'delete'
|
|
49
|
+
},
|
|
50
|
+
UrlParameters: Object.assign(Object.assign({}, Yaveon_ECM_d3d_Constants_1.Constants.UrlParameters), { Entity: 'entity', Source: 'source' }),
|
|
51
|
+
SourceNames: {
|
|
52
|
+
Af: 'af',
|
|
53
|
+
D3d: 'd3d'
|
|
58
54
|
}
|
|
59
|
-
}
|
|
60
|
-
};
|
|
61
|
-
Constants.ConvertToPdf = {
|
|
62
|
-
ConvertableToPdf: ['doc', 'docx', 'xls', 'xlsx', 'ppt', 'pptx'],
|
|
63
|
-
ConvertedToFileType: 'pdf',
|
|
64
|
-
ConvertToPdfFieldName: 'convertToPdfKey',
|
|
65
|
-
ILovePDFActions: {
|
|
66
|
-
Compress: 'compress',
|
|
67
|
-
Extract: 'extract',
|
|
68
|
-
HtmlToPDF: 'htmlpdf',
|
|
69
|
-
ImageToPDF: 'imagepdf',
|
|
70
|
-
Merge: 'merge',
|
|
71
|
-
OfficeToPDF: 'officepdf',
|
|
72
|
-
PageNumber: 'pagenumber',
|
|
73
|
-
PDFtoPDFA: 'pdfa',
|
|
74
|
-
PDFtoJpg: 'pdfjpg',
|
|
75
|
-
PDFocr: 'pdfocr',
|
|
76
|
-
ProtectPDF: 'protect',
|
|
77
|
-
RepairPDF: 'repair',
|
|
78
|
-
RotatePDF: 'rotate',
|
|
79
|
-
SplitPDF: 'split',
|
|
80
|
-
UnlockPDF: 'unlock',
|
|
81
|
-
ValidatePDFA: 'validatepdfa',
|
|
82
|
-
WatermarkPDF: 'watermark'
|
|
83
|
-
},
|
|
84
|
-
NeedsConvertion: {
|
|
85
|
-
IntNo: '0',
|
|
86
|
-
IntYes: '1',
|
|
87
|
-
StringNo: 'no',
|
|
88
|
-
StringYes: 'yes',
|
|
89
|
-
BoolNo: 'false',
|
|
90
|
-
BoolYes: 'true'
|
|
91
|
-
},
|
|
92
|
-
WhConfigPdfConversionAccountId: 'PdfConversion'
|
|
93
|
-
};
|
|
94
|
-
(function (Constants) {
|
|
95
|
-
let d3;
|
|
96
|
-
(function (d3) {
|
|
97
|
-
let DmsObjectTypes;
|
|
98
|
-
(function (DmsObjectTypes) {
|
|
99
|
-
DmsObjectTypes["Document"] = "document";
|
|
100
|
-
DmsObjectTypes["Folder"] = "folder";
|
|
101
|
-
})(DmsObjectTypes = d3.DmsObjectTypes || (d3.DmsObjectTypes = {}));
|
|
102
|
-
})(d3 = Constants.d3 || (Constants.d3 = {}));
|
|
103
|
-
let UrlParameters;
|
|
104
|
-
(function (UrlParameters) {
|
|
105
|
-
let ParamNames;
|
|
106
|
-
(function (ParamNames) {
|
|
107
|
-
ParamNames["Feature"] = "feature";
|
|
108
|
-
ParamNames["Entity"] = "entity";
|
|
109
|
-
ParamNames["Event"] = "event";
|
|
110
|
-
ParamNames["Source"] = "source";
|
|
111
|
-
})(ParamNames = UrlParameters.ParamNames || (UrlParameters.ParamNames = {}));
|
|
112
|
-
let FeatureNames;
|
|
113
|
-
(function (FeatureNames) {
|
|
114
|
-
FeatureNames["CheckIn"] = "checkin";
|
|
115
|
-
FeatureNames["Contract"] = "contract";
|
|
116
|
-
FeatureNames["Enrich"] = "enrich";
|
|
117
|
-
FeatureNames["EnrichAndMove"] = "enrichmove";
|
|
118
|
-
FeatureNames["Inherit"] = "inherit";
|
|
119
|
-
FeatureNames["MoveFolder"] = "move";
|
|
120
|
-
FeatureNames["NumberRange"] = "numberRange";
|
|
121
|
-
FeatureNames["ReadReceipt"] = "readReceipt";
|
|
122
|
-
FeatureNames["Bucket"] = "bucket";
|
|
123
|
-
FeatureNames["ValueSet"] = "valueset";
|
|
124
|
-
FeatureNames["Sync"] = "sync";
|
|
125
|
-
})(FeatureNames = UrlParameters.FeatureNames || (UrlParameters.FeatureNames = {}));
|
|
126
|
-
let EventNames;
|
|
127
|
-
(function (EventNames) {
|
|
128
|
-
EventNames["Create"] = "add";
|
|
129
|
-
EventNames["Read"] = "read";
|
|
130
|
-
EventNames["Update"] = "update";
|
|
131
|
-
EventNames["Remove"] = "delete";
|
|
132
|
-
})(EventNames = UrlParameters.EventNames || (UrlParameters.EventNames = {}));
|
|
133
|
-
let SourceNames;
|
|
134
|
-
(function (SourceNames) {
|
|
135
|
-
SourceNames["Af"] = "af";
|
|
136
|
-
SourceNames["D3d"] = "d3d";
|
|
137
|
-
})(SourceNames = UrlParameters.SourceNames || (UrlParameters.SourceNames = {}));
|
|
138
|
-
})(UrlParameters = Constants.UrlParameters || (Constants.UrlParameters = {}));
|
|
139
|
-
let Method;
|
|
140
|
-
(function (Method) {
|
|
141
|
-
Method["Get"] = "GET";
|
|
142
|
-
Method["Patch"] = "PATCH";
|
|
143
|
-
Method["Post"] = "POST";
|
|
144
|
-
})(Method = Constants.Method || (Constants.Method = {}));
|
|
145
|
-
})(Constants || (exports.Constants = Constants = {}));
|
|
55
|
+
} });
|
|
146
56
|
//# 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":"
|
|
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,cAAc,EAAE;YACZ,MAAM,EAAE,sBAAsB;YAC9B,aAAa,EAAE,EAAE;YACjB,cAAc,EAAE,gCAAgC;YAChD,IAAI,EAAE,EAAE;YACR,MAAM,EAAE,EAAE;SACM;QACpB,eAAe,EAAE,YAAY;QAC7B,cAAc,EAAE,sBAAsB;QACtC,mBAAmB,EAAE,MAAM;QAC3B,qBAAqB,EAAE,uBAAuB;QAC9C,uBAAuB,EAAE,IAAI;QAC7B,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;QACD,YAAY,EAAC;YACT,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;SACN;QACV,UAAU,EAAE;YACR,MAAM,EAAE,KAAK;YACb,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE,QAAQ;YAChB,MAAM,EAAE,QAAQ;SACV;QACV,aAAa,EAAE,gCACR,oCAAU,CAAC,aAAa,KAC3B,MAAM,EAAE,QAAQ,EAChB,MAAM,EAAE,QAAQ,GACV;QACV,WAAW,EAAE;YACT,EAAE,EAAE,IAAI;YACR,GAAG,EAAE,KAAK;SACJ;KACJ,IACb"}
|
|
@@ -1,39 +1,124 @@
|
|
|
1
|
-
import { IDefaultHeaders } from '../interfaces/Yaveon.ECM.d3d.Webhook.Interfaces';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
1
|
+
import { IDefaultHeaders } from '../webhooks/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces';
|
|
2
|
+
export declare const Constants: {
|
|
3
|
+
Af: {
|
|
4
|
+
AlphaflowObjectIdField: {
|
|
5
|
+
readonly name: "alphaflowObjectID";
|
|
6
|
+
};
|
|
7
|
+
DefaultHeaders: IDefaultHeaders;
|
|
8
|
+
ServiceEndpoints: {
|
|
9
|
+
readonly Accounts: "/alphaflow-user/accountservice/accounts";
|
|
10
|
+
readonly Entities: "/alphaflow-appstudio/entityobjectservice/entityobjects";
|
|
11
|
+
readonly Groups: "/alphaflow-user/groupservice/groups";
|
|
12
|
+
readonly Organizations: "/alphaflow-organization/organizationservice/organizations";
|
|
13
|
+
readonly TradingPartners: "/alphaflow-tradingpartner/tradingpartnerservice/tradingpartners";
|
|
14
|
+
readonly Workflows: "/alphaflow-appstudio/workflowservice";
|
|
15
|
+
};
|
|
16
|
+
Method: {
|
|
17
|
+
readonly Get: "GET";
|
|
18
|
+
readonly Patch: "PATCH";
|
|
19
|
+
readonly Post: "POST";
|
|
20
|
+
};
|
|
21
|
+
ValueSetEntities: {
|
|
22
|
+
readonly ContractTypes: "contracttypes";
|
|
23
|
+
readonly Groups: "groups";
|
|
24
|
+
readonly Organizations: "organizations";
|
|
25
|
+
readonly TradingPartners: "tradingpartners";
|
|
26
|
+
readonly Users: "users";
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
d3dWebhook: {
|
|
30
|
+
readonly defaultHeaders: IDefaultHeaders;
|
|
31
|
+
readonly StateChangeText: "by webhook";
|
|
32
|
+
readonly ConfigFileName: "webhookConfiguration";
|
|
33
|
+
readonly ConfigFileExtension: "json";
|
|
34
|
+
readonly ConfigFileDisplayName: "Webhook Konfiguration";
|
|
35
|
+
readonly ConfigFileLockedTimeout: 3000;
|
|
36
|
+
readonly WebhookObject: {
|
|
37
|
+
readonly PropertyNames: {
|
|
38
|
+
readonly CategoryPropertyName: "categoryId";
|
|
39
|
+
readonly FileNamePropertyName: "property_filename";
|
|
40
|
+
readonly FileStatusPropertyName: "property_state";
|
|
41
|
+
readonly FileTypePropertyName: "property_filetype";
|
|
42
|
+
readonly OwnerPropertyName: "property_owner";
|
|
43
|
+
};
|
|
44
|
+
readonly FileStatus: {
|
|
45
|
+
readonly Processing: "B";
|
|
46
|
+
readonly Released: "";
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
readonly FeatureNames: {
|
|
50
|
+
readonly CheckIn: "checkin";
|
|
51
|
+
readonly Contract: "contract";
|
|
52
|
+
readonly Enrich: "enrich";
|
|
53
|
+
readonly EnrichAndMove: "enrichmove";
|
|
54
|
+
readonly Inherit: "inherit";
|
|
55
|
+
readonly MoveFolder: "move";
|
|
56
|
+
readonly NumberRange: "numberRange";
|
|
57
|
+
readonly ReadReceipt: "readReceipt";
|
|
58
|
+
readonly Bucket: "bucket";
|
|
59
|
+
readonly ValueSet: "valueset";
|
|
60
|
+
readonly Sync: "sync";
|
|
61
|
+
};
|
|
62
|
+
readonly EventNames: {
|
|
63
|
+
readonly Create: "add";
|
|
64
|
+
readonly Read: "read";
|
|
65
|
+
readonly Update: "update";
|
|
66
|
+
readonly Remove: "delete";
|
|
67
|
+
};
|
|
68
|
+
readonly UrlParameters: {
|
|
69
|
+
readonly Entity: "entity";
|
|
70
|
+
readonly Source: "source";
|
|
71
|
+
readonly Event: "event";
|
|
72
|
+
readonly Feature: "feature";
|
|
73
|
+
readonly RequestType: "requesttype";
|
|
74
|
+
};
|
|
75
|
+
readonly SourceNames: {
|
|
76
|
+
readonly Af: "af";
|
|
77
|
+
readonly D3d: "d3d";
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
DmsObjectStates: {
|
|
81
|
+
States: {
|
|
82
|
+
readonly Processing: "processing";
|
|
83
|
+
readonly Verifiction: "verification";
|
|
84
|
+
readonly Released: "released";
|
|
85
|
+
readonly Archive: "archive";
|
|
86
|
+
readonly Block: "Block";
|
|
87
|
+
};
|
|
88
|
+
isValid: (stateValue: string) => boolean;
|
|
89
|
+
};
|
|
90
|
+
d3d: {
|
|
91
|
+
readonly FileNameFolder: "---dummy";
|
|
92
|
+
readonly FileStatus: {
|
|
93
|
+
readonly Released: "release";
|
|
94
|
+
};
|
|
95
|
+
readonly PersistedObject: {
|
|
96
|
+
readonly FileStatusPropertyName: "property_state";
|
|
97
|
+
readonly FileNamePropertyName: "property_filename";
|
|
98
|
+
readonly FileTypePropertyName: "property_filetype";
|
|
99
|
+
readonly CategoryPropertyName: "property_category";
|
|
100
|
+
readonly CaptionPropertyName: "property_caption";
|
|
101
|
+
};
|
|
102
|
+
readonly SearchObject: {
|
|
103
|
+
readonly FileStatusPropertyName: "property_state";
|
|
104
|
+
};
|
|
105
|
+
readonly DmsObjectTypes: {
|
|
106
|
+
readonly Document: "document";
|
|
107
|
+
readonly Folder: "folder";
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
RequestTypes: {
|
|
111
|
+
readonly Extension: "extension";
|
|
112
|
+
readonly Webhook: "webhook";
|
|
113
|
+
};
|
|
114
|
+
UrlParameters: {
|
|
115
|
+
readonly Event: "event";
|
|
116
|
+
readonly Feature: "feature";
|
|
117
|
+
readonly RequestType: "requesttype";
|
|
118
|
+
};
|
|
119
|
+
Method: {
|
|
120
|
+
readonly Get: "GET";
|
|
121
|
+
readonly Patch: "PATCH";
|
|
122
|
+
readonly Post: "POST";
|
|
123
|
+
};
|
|
124
|
+
};
|