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.
Files changed (194) hide show
  1. package/js/Yaveon.ECM.Request.Handler.d.ts +3 -0
  2. package/js/Yaveon.ECM.Request.Handler.js +49 -0
  3. package/js/clients/Yaveon.ECM.af.Client.d.ts +1 -1
  4. package/js/clients/Yaveon.ECM.af.Client.js.map +1 -1
  5. package/js/clients/Yaveon.ECM.af.Contracts.Client.js +6 -6
  6. package/js/clients/Yaveon.ECM.af.Contracts.Client.js.map +1 -1
  7. package/js/clients/Yaveon.ECM.d3d.Client.d.ts +1 -1
  8. package/js/clients/Yaveon.ECM.d3d.Client.js +3 -3
  9. package/js/clients/Yaveon.ECM.d3d.Client.js.map +1 -1
  10. package/js/clients/Yaveon.ECM.d3d.Webhook.Client.d.ts +1 -1
  11. package/js/clients/Yaveon.ECM.d3d.Webhook.Client.js +9 -9
  12. package/js/clients/Yaveon.ECM.d3d.Webhook.Client.js.map +1 -1
  13. package/js/constants/Yaveon.ECM.Constants.d.ts +16 -0
  14. package/js/constants/Yaveon.ECM.Constants.js +20 -0
  15. package/js/constants/Yaveon.ECM.Constants.js.map +1 -0
  16. package/js/constants/Yaveon.ECM.PDF.Constants.d.ts +35 -0
  17. package/js/constants/Yaveon.ECM.PDF.Constants.js +39 -0
  18. package/js/constants/Yaveon.ECM.PDF.Constants.js.map +1 -0
  19. package/js/constants/Yaveon.ECM.d3d.Constants.d.ts +46 -0
  20. package/js/constants/Yaveon.ECM.d3d.Constants.js +37 -0
  21. package/js/constants/Yaveon.ECM.d3d.Constants.js.map +1 -0
  22. package/js/constants/Yaveon.ECM.d3d.Extension.Constants.d.ts +85 -0
  23. package/js/constants/Yaveon.ECM.d3d.Extension.Constants.js +39 -0
  24. package/js/constants/Yaveon.ECM.d3d.Extension.Constants.js.map +1 -0
  25. package/js/constants/Yaveon.ECM.d3d.Webhook.Constants.d.ts +88 -114
  26. package/js/constants/Yaveon.ECM.d3d.Webhook.Constants.js +50 -140
  27. package/js/constants/Yaveon.ECM.d3d.Webhook.Constants.js.map +1 -1
  28. package/js/constants/Yaveon.ECM.d3d.Webhook.af.Constants.d.ts +124 -39
  29. package/js/constants/Yaveon.ECM.d3d.Webhook.af.Constants.js +26 -43
  30. package/js/constants/Yaveon.ECM.d3d.Webhook.af.Constants.js.map +1 -1
  31. package/js/extensions/Yaveon.ECM.d3d.Extension.Handler.d.ts +2 -0
  32. package/js/extensions/Yaveon.ECM.d3d.Extension.Handler.js +52 -0
  33. package/js/extensions/Yaveon.ECM.d3d.Extension.Handler.js.map +1 -0
  34. package/js/extensions/Yaveon.ECM.d3d.Extension.Interfaces.d.ts +7 -0
  35. package/js/{features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Interfaces.js → extensions/Yaveon.ECM.d3d.Extension.Interfaces.js} +1 -1
  36. package/js/extensions/Yaveon.ECM.d3d.Extension.Interfaces.js.map +1 -0
  37. package/js/extensions/Yaveon.ECM.d3d.Extension.Sync/Yaveon.ECM.d3d.Extension.Sync.Interfaces.d.ts +1 -0
  38. package/js/extensions/Yaveon.ECM.d3d.Extension.Sync/Yaveon.ECM.d3d.Extension.Sync.Interfaces.js +3 -0
  39. package/js/extensions/Yaveon.ECM.d3d.Extension.Sync/Yaveon.ECM.d3d.Extension.Sync.Interfaces.js.map +1 -0
  40. package/js/extensions/Yaveon.ECM.d3d.Extension.Sync/Yaveon.ECM.d3d.Extension.Sync.Logic.d.ts +3 -0
  41. package/js/extensions/Yaveon.ECM.d3d.Extension.Sync/Yaveon.ECM.d3d.Extension.Sync.Logic.js +25 -0
  42. package/js/extensions/Yaveon.ECM.d3d.Extension.Sync/Yaveon.ECM.d3d.Extension.Sync.Logic.js.map +1 -0
  43. package/js/features/Bucket/Yaveon.ECM.d3d.Webhook.Bucket.Handler.d.ts +2 -2
  44. package/js/features/Bucket/Yaveon.ECM.d3d.Webhook.Bucket.Handler.js +7 -6
  45. package/js/features/Bucket/Yaveon.ECM.d3d.Webhook.Bucket.Handler.js.map +1 -1
  46. package/js/features/Bucket/Yaveon.ECM.d3d.Webhook.Bucket.Interfaces.d.ts +2 -2
  47. package/js/features/Bucket/Yaveon.ECM.d3d.Webhook.Bucket.Logic.js +2 -0
  48. package/js/features/Bucket/Yaveon.ECM.d3d.Webhook.Bucket.Logic.js.map +1 -1
  49. package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Constants.d.ts +97 -5
  50. package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Constants.js +1 -3
  51. package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Constants.js.map +1 -1
  52. package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Handler.d.ts +2 -2
  53. package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Handler.js +8 -6
  54. package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Handler.js.map +1 -1
  55. package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Interfaces.d.ts +1 -1
  56. package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Logic.js +6 -5
  57. package/js/features/CheckIn/Yaveon.ECM.d3d.Webhook.CheckIn.Logic.js.map +1 -1
  58. package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Constants.d.ts +191 -80
  59. package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Constants.js +68 -89
  60. package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Constants.js.map +1 -1
  61. package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Handler.d.ts +2 -2
  62. package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Handler.js +8 -6
  63. package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Handler.js.map +1 -1
  64. package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Interfaces.d.ts +12 -11
  65. package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Interfaces.js.map +1 -1
  66. package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Logic.d.ts +1 -1
  67. package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Logic.js +8 -7
  68. package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Logic.js.map +1 -1
  69. package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Utility.d.ts +5 -5
  70. package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Utility.js +44 -32
  71. package/js/features/Contract/Yaveon.ECM.d3d.Webhook.af.Contract.Utility.js.map +1 -1
  72. package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Constants.d.ts +103 -11
  73. package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Constants.js +6 -12
  74. package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Constants.js.map +1 -1
  75. package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Handler.js +7 -5
  76. package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Handler.js.map +1 -1
  77. package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Interfaces.d.ts +2 -2
  78. package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Logic.js +6 -5
  79. package/js/features/Enrich/Yaveon.ECM.d3d.Webhook.Enrich.Logic.js.map +1 -1
  80. package/js/features/EnrichAndMove/Yaveon.ECM.d3d.Webhook.EnrichAndMove.Handler.d.ts +2 -2
  81. package/js/features/EnrichAndMove/Yaveon.ECM.d3d.Webhook.EnrichAndMove.Handler.js +8 -6
  82. package/js/features/EnrichAndMove/Yaveon.ECM.d3d.Webhook.EnrichAndMove.Handler.js.map +1 -1
  83. package/js/features/EnrichAndMove/Yaveon.ECM.d3d.Webhook.EnrichAndMove.Logic.js +5 -4
  84. package/js/features/EnrichAndMove/Yaveon.ECM.d3d.Webhook.EnrichAndMove.Logic.js.map +1 -1
  85. package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Constants.d.ts +97 -3
  86. package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Constants.js +1 -3
  87. package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Constants.js.map +1 -1
  88. package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Handler.d.ts +2 -2
  89. package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Handler.js +2 -2
  90. package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Handler.js.map +1 -1
  91. package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Interfaces.d.ts +1 -1
  92. package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Logic.d.ts +1 -1
  93. package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Logic.js +4 -3
  94. package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Logic.js.map +1 -1
  95. package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Utility.js +1 -1
  96. package/js/features/Inherit/Yaveon.ECM.d3d.Webhook.Inherit.Utility.js.map +1 -1
  97. package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Constants.d.ts +99 -5
  98. package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Constants.js +1 -5
  99. package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Constants.js.map +1 -1
  100. package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Handler.d.ts +2 -2
  101. package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Handler.js +8 -6
  102. package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Handler.js.map +1 -1
  103. package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Interfaces.d.ts +1 -1
  104. package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Logic.js +5 -4
  105. package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Logic.js.map +1 -1
  106. package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Utility.d.ts +5 -5
  107. package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Utility.js +1 -1
  108. package/js/features/Move/Yaveon.ECM.d3d.Webhook.Move.Utility.js.map +1 -1
  109. package/js/features/NumberRanges/Yaveon.ECM.d3d.Webhook.NumberRanges.Handler.d.ts +2 -2
  110. package/js/features/NumberRanges/Yaveon.ECM.d3d.Webhook.NumberRanges.Handler.js +8 -6
  111. package/js/features/NumberRanges/Yaveon.ECM.d3d.Webhook.NumberRanges.Handler.js.map +1 -1
  112. package/js/features/NumberRanges/Yaveon.ECM.d3d.Webhook.NumberRanges.Interfaces.d.ts +1 -1
  113. package/js/features/NumberRanges/Yaveon.ECM.d3d.Webhook.NumberRanges.Logic.js +4 -3
  114. package/js/features/NumberRanges/Yaveon.ECM.d3d.Webhook.NumberRanges.Logic.js.map +1 -1
  115. package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Constants.d.ts +158 -14
  116. package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Constants.js +9 -17
  117. package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Constants.js.map +1 -1
  118. package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Handler.d.ts +2 -2
  119. package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Handler.js +8 -6
  120. package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Handler.js.map +1 -1
  121. package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Interfaces.d.ts +2 -2
  122. package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Logic.js +4 -3
  123. package/js/features/QM/ReadReceipt/Yaveon.ECM.d3d.Webhook.af.ReadReceipt.Logic.js.map +1 -1
  124. package/js/features/QM/Yaveon.ECM.d3d.Webhook.af.QM.Constants.d.ts +149 -31
  125. package/js/features/QM/Yaveon.ECM.d3d.Webhook.af.QM.Constants.js +26 -35
  126. package/js/features/QM/Yaveon.ECM.d3d.Webhook.af.QM.Constants.js.map +1 -1
  127. package/js/features/QM/Yaveon.ECM.d3d.Webhook.af.QM.Interfaces.d.ts +2 -2
  128. package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Constants.d.ts +47 -0
  129. package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Constants.js +6 -0
  130. package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Constants.js.map +1 -0
  131. package/js/features/Sync/{Yaveon.ECM.d3d.Webhook.Sync.Interfaces.d.ts → Yaveon.ECM.d3d.Feature.Sync.Interfaces.d.ts} +2 -2
  132. package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Interfaces.js +3 -0
  133. package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Interfaces.js.map +1 -0
  134. package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Logic.d.ts +2 -0
  135. package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Logic.js +101 -0
  136. package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Logic.js.map +1 -0
  137. package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Utility.d.ts +6 -0
  138. package/js/features/Sync/{Yaveon.ECM.d3d.Webhook.Sync.Utility.js → Yaveon.ECM.d3d.Feature.Sync.Utility.js} +5 -34
  139. package/js/features/Sync/Yaveon.ECM.d3d.Feature.Sync.Utility.js.map +1 -0
  140. package/js/features/ValueSet/Yaveon.ECM.d3d.Webhook.ValueSet.Constants.d.ts +97 -3
  141. package/js/features/ValueSet/Yaveon.ECM.d3d.Webhook.ValueSet.Constants.js +1 -3
  142. package/js/features/ValueSet/Yaveon.ECM.d3d.Webhook.ValueSet.Constants.js.map +1 -1
  143. package/js/features/ValueSet/Yaveon.ECM.d3d.Webhook.ValueSet.Handler.d.ts +2 -2
  144. package/js/features/ValueSet/Yaveon.ECM.d3d.Webhook.ValueSet.Handler.js +5 -4
  145. package/js/features/ValueSet/Yaveon.ECM.d3d.Webhook.ValueSet.Handler.js.map +1 -1
  146. package/js/features/ValueSet/Yaveon.ECM.d3d.Webhook.ValueSet.Interfaces.d.ts +2 -2
  147. package/js/features/ValueSet/alphaflow/Yaveon.ECM.d3d.Webhook.ValueSet.Af.Constants.d.ts +127 -9
  148. package/js/features/ValueSet/alphaflow/Yaveon.ECM.d3d.Webhook.ValueSet.Af.Constants.js +4 -10
  149. package/js/features/ValueSet/alphaflow/Yaveon.ECM.d3d.Webhook.ValueSet.Af.Constants.js.map +1 -1
  150. package/js/features/ValueSet/alphaflow/Yaveon.ECM.d3d.Webhook.ValueSet.Af.Logic.js +9 -7
  151. package/js/features/ValueSet/alphaflow/Yaveon.ECM.d3d.Webhook.ValueSet.Af.Logic.js.map +1 -1
  152. package/js/features/Yaveon.ECM.d3d.Feature.Interfaces.d.ts +17 -0
  153. package/js/features/Yaveon.ECM.d3d.Feature.Interfaces.js +19 -0
  154. package/js/features/Yaveon.ECM.d3d.Feature.Interfaces.js.map +1 -0
  155. package/js/interfaces/Yaveon.ECM.d3d.Config.Interfaces.d.ts +13 -0
  156. package/js/interfaces/{Yaveon.ECM.d3d.Webhook.Interfaces.js → Yaveon.ECM.d3d.Config.Interfaces.js} +1 -1
  157. package/js/interfaces/Yaveon.ECM.d3d.Config.Interfaces.js.map +1 -0
  158. package/js/interfaces/{Yaveon.ECM.d3d.Webhook.Interfaces.d.ts → Yaveon.ECM.d3d.Interfaces.d.ts} +7 -42
  159. package/js/interfaces/Yaveon.ECM.d3d.Interfaces.js +3 -0
  160. package/js/interfaces/Yaveon.ECM.d3d.Interfaces.js.map +1 -0
  161. package/js/utilities/Yaveon.ECM.d3d.Utility.d.ts +6 -6
  162. package/js/utilities/Yaveon.ECM.d3d.Utility.js +48 -5
  163. package/js/utilities/Yaveon.ECM.d3d.Utility.js.map +1 -1
  164. package/js/{Yaveon.ECM.d3d.Webhook.Handler.d.ts → webhooks/Yaveon.ECM.d3d.Webhook.Handler.d.ts} +1 -1
  165. package/js/webhooks/Yaveon.ECM.d3d.Webhook.Handler.js +83 -0
  166. package/js/webhooks/Yaveon.ECM.d3d.Webhook.Handler.js.map +1 -0
  167. package/js/webhooks/Yaveon.ECM.d3d.Webhook.Sync/Yaveon.ECM.d3d.Webhook.Sync.Handler.d.ts +3 -0
  168. package/js/{features/Sync → webhooks/Yaveon.ECM.d3d.Webhook.Sync}/Yaveon.ECM.d3d.Webhook.Sync.Handler.js +11 -9
  169. package/js/webhooks/Yaveon.ECM.d3d.Webhook.Sync/Yaveon.ECM.d3d.Webhook.Sync.Handler.js.map +1 -0
  170. package/js/webhooks/Yaveon.ECM.d3d.Webhook.Sync/Yaveon.ECM.d3d.Webhook.Sync.Logic.d.ts +4 -0
  171. package/js/webhooks/Yaveon.ECM.d3d.Webhook.Sync/Yaveon.ECM.d3d.Webhook.Sync.Logic.js +24 -0
  172. package/js/webhooks/Yaveon.ECM.d3d.Webhook.Sync/Yaveon.ECM.d3d.Webhook.Sync.Logic.js.map +1 -0
  173. package/js/webhooks/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces.d.ts +32 -0
  174. package/js/webhooks/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces.js +19 -0
  175. package/js/webhooks/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces.js.map +1 -0
  176. package/js/{interfaces → webhooks/interfaces}/Yaveon.ECM.d3d.Webhook.af.Interfaces.d.ts +1 -0
  177. package/js/webhooks/interfaces/Yaveon.ECM.d3d.Webhook.af.Interfaces.js.map +1 -0
  178. package/package.json +1 -1
  179. package/js/Yaveon.ECM.d3d.Webhook.Handler.js +0 -75
  180. package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Constants.d.ts +0 -4
  181. package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Constants.js +0 -9
  182. package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Constants.js.map +0 -1
  183. package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Handler.d.ts +0 -2
  184. package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Handler.js.map +0 -1
  185. package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Interfaces.js.map +0 -1
  186. package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Logic.d.ts +0 -3
  187. package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Logic.js +0 -101
  188. package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Logic.js.map +0 -1
  189. package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Utility.d.ts +0 -8
  190. package/js/features/Sync/Yaveon.ECM.d3d.Webhook.Sync.Utility.js.map +0 -1
  191. package/js/interfaces/Yaveon.ECM.d3d.Webhook.Interfaces.js.map +0 -1
  192. package/js/interfaces/Yaveon.ECM.d3d.Webhook.af.Interfaces.js.map +0 -1
  193. package/types/docx4js.d.ts +0 -5
  194. /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 class Constants {
3
- private static readonly _dmsObjectStates;
4
- static readonly DmsObjectStates: {
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: string;
7
- Verifiction: string;
8
- Released: string;
9
- Archive: string;
10
- Block: string;
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
- static readonly StateChangeText: string;
15
- static readonly ConfigFileName: string;
16
- static readonly ConfigFileExtension: string;
17
- static readonly ConfigFileDisplayName: string;
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: string;
27
- FileNamePropertyName: string;
28
- FileTypePropertyName: string;
29
- CategoryPropertyName: string;
30
- CaptionPropertyName: string;
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: string;
76
+ readonly SearchObject: {
77
+ readonly FileStatusPropertyName: "property_state";
34
78
  };
35
- WebHookObject: {
36
- PropertyNames: {
37
- CategoryPropertyName: string;
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
- static readonly ConvertToPdf: {
48
- ConvertableToPdf: string[];
49
- ConvertedToFileType: string;
50
- ConvertToPdfFieldName: string;
51
- ILovePDFActions: {
52
- Compress: string;
53
- Extract: string;
54
- HtmlToPDF: string;
55
- ImageToPDF: string;
56
- Merge: string;
57
- OfficeToPDF: string;
58
- PageNumber: string;
59
- PDFtoPDFA: string;
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
- class Constants {
6
- }
7
- exports.Constants = Constants;
8
- _a = Constants;
9
- Constants._dmsObjectStates = {
10
- Processing: 'processing',
11
- Verifiction: 'verification',
12
- Released: 'released',
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
- FileStatus: {
56
- Processing: 'B',
57
- Released: ''
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":";;;;AAGA,MAAa,SAAS;;AAAtB,8BA+FC;;AA9F2B,0BAAgB,GAAG;IACvC,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,cAAc;IAC3B,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;CACjB,AANuC,CAMtC;AAEqB,yBAAe,GAAG;IACrC,MAAM,EAAE,EAAI,CAAC,gBAAgB;IAC7B,OAAO,EAAE,UAAS,UAAkB;QAChC,OAAa,MAAO,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;IAClE,CAAC;CACJ,AALqC,CAKpC;AAEqB,yBAAe,GAAW,YAAY,AAAvB,CAAwB;AACvC,wBAAc,GAAW,sBAAsB,AAAjC,CAAkC;AAChD,6BAAmB,GAAW,MAAM,AAAjB,CAAkB;AACrC,+BAAqB,GAAW,uBAAuB,AAAlC,CAAmC;AACxD,iCAAuB,GAAY,IAAI,AAAhB,CAAiB;AAExC,wBAAc,GAAoB;IACrD,MAAM,EAAE,sBAAsB;IAC9B,aAAa,EAAE,EAAE;IACjB,cAAc,EAAE,gCAAgC;IAChD,IAAI,EAAE,EAAE;IACR,MAAM,EAAE,EAAE;CACb,AANoC,CAMnC;AAEqB,oBAAU,GAAG;IAEhC,cAAc,EAAE,UAAU;IAC1B,UAAU,EAAE;QACR,QAAQ,EAAE,SAAS;KACtB;IAED,eAAe,EAAE;QACb,sBAAsB,EAAE,gBAAgB;QACxC,oBAAoB,EAAE,mBAAmB;QACzC,oBAAoB,EAAE,mBAAmB;QACzC,oBAAoB,EAAE,mBAAmB;QACzC,mBAAmB,EAAE,kBAAkB;KAC1C;IAED,YAAY,EAAE;QACV,sBAAsB,EAAE,gBAAgB;KAC3C;IAED,aAAa,EAAE;QACX,aAAa,EAAE;YACX,oBAAoB,EAAE,YAAY;YAClC,sBAAsB,EAAE,gBAAgB;YACxC,iBAAiB,EAAE,gBAAgB;SACtC;QACD,UAAU,EAAE;YACR,UAAU,EAAE,GAAG;YACf,QAAQ,EAAG,EAAE;SAChB;KACJ;CACJ,AA9BgC,CA8B/B;AAEqB,sBAAY,GAAG;IAClC,gBAAgB,EAAE,CAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,CAAC;IAC1D,mBAAmB,EAAE,KAAK;IAC1B,qBAAqB,EAAE,iBAAiB;IACxC,eAAe,EAAE;QACb,QAAQ,EAAE,UAAU;QACpB,OAAO,EAAE,SAAS;QAClB,SAAS,EAAE,SAAS;QACpB,UAAU,EAAE,UAAU;QACtB,KAAK,EAAE,OAAO;QACd,WAAW,EAAE,WAAW;QACxB,UAAU,EAAE,YAAY;QACxB,SAAS,EAAE,MAAM;QACjB,QAAQ,EAAE,QAAQ;QAClB,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,SAAS;QACrB,SAAS,EAAE,QAAQ;QACnB,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,OAAO;QACjB,SAAS,EAAE,QAAQ;QACnB,YAAY,EAAE,cAAc;QAC5B,YAAY,EAAE,WAAW;KAC5B;IACD,eAAe,EAAE;QACb,KAAK,EAAG,GAAG;QACX,MAAM,EAAE,GAAG;QACX,QAAQ,EAAE,IAAI;QACd,SAAS,EAAC,KAAK;QACf,MAAM,EAAE,OAAO;QACf,OAAO,EAAE,MAAM;KAClB;IACD,8BAA8B,EAAE,eAAe;CAClD,AAhCkC,CAgClC;AAIL,WAAiB,SAAS;IAkCtB,IAAiB,EAAE,CAKlB;IALD,WAAiB,EAAE;QACf,IAAY,cAGX;QAHD,WAAY,cAAc;YACtB,uCAAoB,CAAA;YACpB,mCAAgB,CAAA;QACpB,CAAC,EAHW,cAAc,GAAd,iBAAc,KAAd,iBAAc,QAGzB;IACL,CAAC,EALgB,EAAE,GAAF,YAAE,KAAF,YAAE,QAKlB;IAED,IAAiB,aAAa,CAiC7B;IAjCD,WAAiB,aAAa;QAC1B,IAAY,UAKX;QALD,WAAY,UAAU;YAClB,iCAAmB,CAAA;YACnB,+BAAgB,CAAA;YAChB,6BAAe,CAAA;YACf,+BAAiB,CAAA;QACrB,CAAC,EALW,UAAU,GAAV,wBAAU,KAAV,wBAAU,QAKrB;QAED,IAAY,YAYX;QAZD,WAAY,YAAY;YACpB,mCAAmB,CAAA;YACnB,qCAAqB,CAAA;YACrB,iCAAiB,CAAA;YACjB,4CAA4B,CAAA;YAC5B,mCAAmB,CAAA;YACnB,mCAAmB,CAAA;YACnB,2CAA2B,CAAA;YAC3B,2CAA2B,CAAA;YAC3B,iCAAiB,CAAA;YACjB,qCAAqB,CAAA;YACrB,6BAAa,CAAA;QACjB,CAAC,EAZW,YAAY,GAAZ,0BAAY,KAAZ,0BAAY,QAYvB;QAED,IAAY,UAKX;QALD,WAAY,UAAU;YAClB,4BAAc,CAAA;YACd,2BAAa,CAAA;YACb,+BAAiB,CAAA;YACjB,+BAAiB,CAAA;QACrB,CAAC,EALW,UAAU,GAAV,wBAAU,KAAV,wBAAU,QAKrB;QAED,IAAY,WAGX;QAHD,WAAY,WAAW;YACnB,wBAAS,CAAA;YACT,0BAAW,CAAA;QACf,CAAC,EAHW,WAAW,GAAX,yBAAW,KAAX,yBAAW,QAGtB;IACL,CAAC,EAjCgB,aAAa,GAAb,uBAAa,KAAb,uBAAa,QAiC7B;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QACd,qBAAW,CAAA;QACX,yBAAe,CAAA;QACf,uBAAa,CAAA;IACjB,CAAC,EAJW,MAAM,GAAN,gBAAM,KAAN,gBAAM,QAIjB;AACL,CAAC,EAjFgB,SAAS,yBAAT,SAAS,QAiFzB"}
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
- import { Constants as _constants } from './Yaveon.ECM.d3d.Webhook.Constants';
3
- export declare class Constants extends _constants {
4
- }
5
- export declare namespace Constants {
6
- namespace UrlParameters {
7
- enum ValueSetEntites {
8
- ContractTypes = "contracttypes",
9
- Groups = "groups",
10
- Organizations = "organizations",
11
- TradingPartners = "tradingpartners",
12
- Users = "users"
13
- }
14
- const EventNames: typeof _constants.UrlParameters.EventNames;
15
- const FeatureNames: typeof _constants.UrlParameters.FeatureNames;
16
- const ParamNames: typeof _constants.UrlParameters.ParamNames;
17
- const SourceNames: typeof _constants.UrlParameters.SourceNames;
18
- }
19
- namespace Af {
20
- const AlphaflowObjectIdField: {
21
- name: string;
22
- };
23
- const DefaultHeaders: IDefaultHeaders;
24
- enum ServiceEndpoints {
25
- Accounts = "/alphaflow-user/accountservice/accounts",
26
- ContractTypes = "/alphaflow-contract/contracttypeservice/contracttypes",
27
- Entities = "/alphaflow-appstudio/entityobjectservice/entityobjects",
28
- Groups = "/alphaflow-user/groupservice/groups",
29
- Organizations = "/alphaflow-organization/organizationservice/organizations",
30
- TradingPartners = "/alphaflow-tradingpartner/tradingpartnerservice/tradingpartners",
31
- Workflows = "/alphaflow-appstudio/workflowservice"
32
- }
33
- enum Method {
34
- Get = "GET",
35
- Patch = "PATCH",
36
- Post = "POST"
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
+ };