@lilaquadrat/interfaces 0.0.1 → 1.0.2

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 (614) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +14 -0
  3. package/helper.js +14 -2
  4. package/lib/cjs/Access.d.ts +7 -0
  5. package/lib/cjs/AdditionalContentInformation.d.ts +4 -0
  6. package/{dist/Address.interface.d.ts → lib/cjs/Address.d.ts} +1 -1
  7. package/{dist/Agreement.interface.d.ts → lib/cjs/Agreement.d.ts} +1 -1
  8. package/lib/cjs/AgreementResponse.d.ts +4 -0
  9. package/lib/cjs/ApiResponses.d.ts +10 -0
  10. package/{dist/App.interface.d.ts → lib/cjs/App.d.ts} +1 -2
  11. package/lib/cjs/AppFilter.d.ts +2 -0
  12. package/lib/cjs/AppPermissions.d.ts +7 -0
  13. package/lib/cjs/AvailableStorageTypes.d.ts +1 -0
  14. package/{dist/AvailableVariant.interface.d.ts → lib/cjs/AvailableVariant.d.ts} +1 -1
  15. package/{dist/BaseFilterOptions.interface.d.ts → lib/cjs/BaseFilterOptions.d.ts} +1 -1
  16. package/{dist/BasicData.interface.d.ts → lib/cjs/BasicData.d.ts} +2 -2
  17. package/lib/cjs/BasicDataDatabase.d.ts +16 -0
  18. package/lib/cjs/CallResponse.d.ts +5 -0
  19. package/lib/cjs/Certificate.d.ts +13 -0
  20. package/lib/cjs/CertificateAction.d.ts +22 -0
  21. package/lib/cjs/CertificateActionResult.d.ts +4 -0
  22. package/lib/cjs/ChildData.d.ts +7 -0
  23. package/lib/cjs/Command.d.ts +1 -0
  24. package/lib/cjs/Company.d.ts +19 -0
  25. package/lib/cjs/CompanyAttribute.d.ts +1 -0
  26. package/lib/cjs/CompanyProject.d.ts +3 -0
  27. package/lib/cjs/Content.d.ts +32 -0
  28. package/{dist/ContentPrepared.interface.d.ts → lib/cjs/ContentWithPositions.d.ts} +3 -3
  29. package/{dist/Contract.interface.d.ts → lib/cjs/Contract.d.ts} +1 -1
  30. package/{dist/CreateResult.interface.d.ts → lib/cjs/CreateResult.d.ts} +1 -1
  31. package/lib/cjs/CustomerBase.d.ts +18 -0
  32. package/lib/cjs/CustomerCompany.d.ts +8 -0
  33. package/lib/cjs/CustomerPerson.d.ts +6 -0
  34. package/lib/cjs/CustomerPersonWithAddress.d.ts +3 -0
  35. package/lib/cjs/CustomerPersonWithEmail.d.ts +4 -0
  36. package/lib/cjs/Customers.d.ts +3 -0
  37. package/lib/cjs/CustomersModelActions.d.ts +1 -0
  38. package/{dist/DataObject.interface.d.ts → lib/cjs/DataObject.d.ts} +1 -1
  39. package/lib/cjs/DatabaseQuery.d.ts +3 -0
  40. package/{dist/DatabaseQueryOptions.interface.d.ts → lib/cjs/DatabaseQueryOptions.d.ts} +1 -1
  41. package/{dist/DatabaseQuerySites.interface.d.ts → lib/cjs/DatabaseQuerySites.d.ts} +1 -1
  42. package/{dist/DesignModule.interface.d.ts → lib/cjs/DesignModule.d.ts} +2 -2
  43. package/lib/cjs/Domain.d.ts +26 -0
  44. package/{dist/DomainConf.interface.d.ts → lib/cjs/DomainConf.d.ts} +2 -2
  45. package/lib/cjs/DomainsList.d.ts +9 -0
  46. package/lib/cjs/EditorActiveModule.d.ts +4 -0
  47. package/lib/cjs/EditorBase.d.ts +7 -0
  48. package/{dist/EditorLegacy.interface.d.ts → lib/cjs/EditorLegacy.d.ts} +1 -1
  49. package/lib/cjs/GenericData.d.ts +9 -0
  50. package/lib/cjs/GenericDataWithContent.d.ts +6 -0
  51. package/lib/cjs/History.d.ts +18 -0
  52. package/lib/cjs/HistoryWithType.d.ts +17 -0
  53. package/lib/cjs/HostindCommand.d.ts +17 -0
  54. package/lib/cjs/Hosting.d.ts +6 -0
  55. package/lib/cjs/HostingPorts.d.ts +4 -0
  56. package/lib/cjs/HostingSettings.d.ts +5 -0
  57. package/lib/cjs/HostingWithSettings.d.ts +6 -0
  58. package/lib/cjs/HttpStatusCodes.d.ts +1 -0
  59. package/lib/cjs/Id.d.ts +4 -0
  60. package/lib/cjs/IdentifiersEntity.d.ts +4 -0
  61. package/lib/cjs/List.d.ts +25 -0
  62. package/lib/cjs/ListCategory.d.ts +9 -0
  63. package/{dist/ListCustomQueries.interface.d.ts → lib/cjs/ListCustomQueries.d.ts} +1 -1
  64. package/{dist/ListOfModels.interface.d.ts → lib/cjs/ListOfModels.d.ts} +1 -1
  65. package/lib/cjs/ListParticipantWithUser.d.ts +10 -0
  66. package/lib/cjs/ListParticipants.d.ts +21 -0
  67. package/{dist/ListParticipantsDetails.interface.d.ts → lib/cjs/ListParticipantsDetails.d.ts} +1 -1
  68. package/{dist/Location.interface.d.ts → lib/cjs/Location.d.ts} +1 -1
  69. package/lib/cjs/Me.d.ts +10 -0
  70. package/lib/cjs/Media.d.ts +33 -0
  71. package/lib/cjs/MediaContentFiles.d.ts +4 -0
  72. package/lib/cjs/MediaInfo.d.ts +6 -0
  73. package/lib/cjs/MediaStats.d.ts +4 -0
  74. package/lib/cjs/MediaViewInfo.d.ts +7 -0
  75. package/{dist/Modelv2.interface.d.ts → lib/cjs/Model.d.ts} +1 -1
  76. package/{dist/ModuleGeneric.interface.d.ts → lib/cjs/ModuleGeneric.d.ts} +4 -4
  77. package/{dist/ModuleIndexOptions.interface.d.ts → lib/cjs/ModuleIndexOptions.d.ts} +1 -1
  78. package/{dist/ModulePDFOptions.interface.d.ts → lib/cjs/ModulePDFOptions.d.ts} +1 -1
  79. package/lib/cjs/ModuleSettings.d.ts +7 -0
  80. package/lib/cjs/MulterFile.d.ts +32 -0
  81. package/{dist/Options.interface.d.ts → lib/cjs/Options.d.ts} +1 -1
  82. package/{dist/Partner.interface.d.ts → lib/cjs/Partner.d.ts} +2 -3
  83. package/lib/cjs/PermissionsWithScope.d.ts +8 -0
  84. package/lib/cjs/Project.d.ts +8 -0
  85. package/lib/cjs/ProjectDomain.d.ts +5 -0
  86. package/lib/cjs/Publish.d.ts +25 -0
  87. package/lib/cjs/PublishContentGroup.d.ts +1 -0
  88. package/lib/cjs/PublishMethod.d.ts +11 -0
  89. package/lib/cjs/PublishMethodFtp.d.ts +9 -0
  90. package/lib/cjs/PublishMethodInternal.d.ts +5 -0
  91. package/lib/cjs/PublishMethodPdf.d.ts +5 -0
  92. package/lib/cjs/PublishMethodWebhook.d.ts +7 -0
  93. package/{dist/PublishResult.interface.d.ts → lib/cjs/PublishResult.d.ts} +1 -1
  94. package/{dist/PublishResultStatistics.interface.d.ts → lib/cjs/PublishResultStatistics.d.ts} +1 -1
  95. package/{dist/RenderContext.interface.d.ts → lib/cjs/RenderContext.d.ts} +2 -2
  96. package/lib/cjs/Secret.d.ts +10 -0
  97. package/lib/cjs/Settings.d.ts +5 -0
  98. package/lib/cjs/ShareClient.d.ts +30 -0
  99. package/{dist/ShareClientOptions.interface.d.ts → lib/cjs/ShareClientOptions.d.ts} +1 -1
  100. package/{dist/SkipLimitSort.interface.d.ts → lib/cjs/SkipLimitSort.d.ts} +1 -1
  101. package/{dist/StudioIframeMessage.interface.d.ts → lib/cjs/StudioIframeMessage.d.ts} +1 -1
  102. package/lib/cjs/SystemDomain.d.ts +3 -0
  103. package/lib/cjs/Tracker.d.ts +14 -0
  104. package/lib/cjs/TrackerInput.d.ts +6 -0
  105. package/{dist/TrackerStatistics.interface.d.ts → lib/cjs/TrackerStatistics.d.ts} +2 -2
  106. package/{dist/Universal.interface.d.ts → lib/cjs/Universal.d.ts} +1 -1
  107. package/{dist/UserApp.interface.d.ts → lib/cjs/UserApp.d.ts} +1 -1
  108. package/{dist/UserAppOptionsRequired.interface.d.ts → lib/cjs/UserAppOptionsRequired.d.ts} +1 -1
  109. package/lib/cjs/UserAppWithOptions.d.ts +4 -0
  110. package/lib/cjs/VersionInfo.d.ts +7 -0
  111. package/{dist/Wildcardcertificates.interface.d.ts → lib/cjs/WildcardCertificates.d.ts} +2 -5
  112. package/lib/cjs/index.d.ts +113 -0
  113. package/lib/cjs/index.js +0 -0
  114. package/lib/esm/Access.d.ts +7 -0
  115. package/lib/esm/Access.js +2 -0
  116. package/lib/esm/Access.js.map +1 -0
  117. package/lib/esm/Action.js +2 -0
  118. package/lib/esm/Action.js.map +1 -0
  119. package/lib/esm/AdditionalContentInformation.d.ts +4 -0
  120. package/lib/esm/AdditionalContentInformation.js +2 -0
  121. package/lib/esm/AdditionalContentInformation.js.map +1 -0
  122. package/{src/Address.interface.ts → lib/esm/Address.d.ts} +2 -2
  123. package/lib/esm/Address.js +2 -0
  124. package/lib/esm/Address.js.map +1 -0
  125. package/lib/esm/Agreement.d.ts +6 -0
  126. package/lib/esm/Agreement.js +2 -0
  127. package/lib/esm/Agreement.js.map +1 -0
  128. package/lib/esm/AgreementResponse.d.ts +4 -0
  129. package/lib/esm/AgreementResponse.js +2 -0
  130. package/lib/esm/AgreementResponse.js.map +1 -0
  131. package/lib/esm/ApiResponses.d.ts +10 -0
  132. package/lib/esm/ApiResponses.js +2 -0
  133. package/lib/esm/ApiResponses.js.map +1 -0
  134. package/lib/esm/App.d.ts +13 -0
  135. package/lib/esm/App.js +2 -0
  136. package/lib/esm/App.js.map +1 -0
  137. package/lib/esm/AppFilter.d.ts +2 -0
  138. package/lib/esm/AppFilter.js +2 -0
  139. package/lib/esm/AppFilter.js.map +1 -0
  140. package/lib/esm/AppPermissions.d.ts +7 -0
  141. package/lib/esm/AppPermissions.js +2 -0
  142. package/lib/esm/AppPermissions.js.map +1 -0
  143. package/lib/esm/AvailableStorageTypes.d.ts +1 -0
  144. package/lib/esm/AvailableStorageTypes.js +2 -0
  145. package/lib/esm/AvailableStorageTypes.js.map +1 -0
  146. package/lib/esm/AvailableVariant.d.ts +8 -0
  147. package/lib/esm/AvailableVariant.js +2 -0
  148. package/lib/esm/AvailableVariant.js.map +1 -0
  149. package/lib/esm/BaseFilterOptions.d.ts +7 -0
  150. package/lib/esm/BaseFilterOptions.js +2 -0
  151. package/lib/esm/BaseFilterOptions.js.map +1 -0
  152. package/lib/esm/BasicData.d.ts +16 -0
  153. package/lib/esm/BasicData.js +2 -0
  154. package/lib/esm/BasicData.js.map +1 -0
  155. package/lib/esm/BasicDataDatabase.d.ts +16 -0
  156. package/lib/esm/BasicDataDatabase.js +2 -0
  157. package/lib/esm/BasicDataDatabase.js.map +1 -0
  158. package/lib/esm/CallResponse.d.ts +5 -0
  159. package/lib/esm/CallResponse.js +2 -0
  160. package/lib/esm/CallResponse.js.map +1 -0
  161. package/lib/esm/Certificate.d.ts +13 -0
  162. package/lib/esm/Certificate.js +2 -0
  163. package/lib/esm/Certificate.js.map +1 -0
  164. package/lib/esm/CertificateAction.d.ts +22 -0
  165. package/lib/esm/CertificateAction.js +2 -0
  166. package/lib/esm/CertificateAction.js.map +1 -0
  167. package/lib/esm/CertificateActionResult.d.ts +4 -0
  168. package/lib/esm/CertificateActionResult.js +2 -0
  169. package/lib/esm/CertificateActionResult.js.map +1 -0
  170. package/lib/esm/ChildData.d.ts +7 -0
  171. package/lib/esm/ChildData.js +2 -0
  172. package/lib/esm/ChildData.js.map +1 -0
  173. package/lib/esm/Command.d.ts +1 -0
  174. package/lib/esm/Command.js +2 -0
  175. package/lib/esm/Command.js.map +1 -0
  176. package/lib/esm/Company.d.ts +19 -0
  177. package/lib/esm/Company.js +2 -0
  178. package/lib/esm/Company.js.map +1 -0
  179. package/lib/esm/CompanyAttribute.d.ts +1 -0
  180. package/lib/esm/CompanyAttribute.js +2 -0
  181. package/lib/esm/CompanyAttribute.js.map +1 -0
  182. package/lib/esm/CompanyProject.d.ts +3 -0
  183. package/lib/esm/CompanyProject.js +2 -0
  184. package/lib/esm/CompanyProject.js.map +1 -0
  185. package/lib/esm/Content.d.ts +32 -0
  186. package/lib/esm/Content.js +2 -0
  187. package/lib/esm/Content.js.map +1 -0
  188. package/lib/esm/ContentWithPositions.d.ts +10 -0
  189. package/lib/esm/ContentWithPositions.js +2 -0
  190. package/lib/esm/ContentWithPositions.js.map +1 -0
  191. package/lib/esm/Contract.d.ts +7 -0
  192. package/lib/esm/Contract.js +2 -0
  193. package/lib/esm/Contract.js.map +1 -0
  194. package/lib/esm/CreateResult.d.ts +5 -0
  195. package/lib/esm/CreateResult.js +2 -0
  196. package/lib/esm/CreateResult.js.map +1 -0
  197. package/lib/esm/CustomerBase.d.ts +18 -0
  198. package/lib/esm/CustomerBase.js +2 -0
  199. package/lib/esm/CustomerBase.js.map +1 -0
  200. package/lib/esm/CustomerCompany.d.ts +8 -0
  201. package/lib/esm/CustomerCompany.js +2 -0
  202. package/lib/esm/CustomerCompany.js.map +1 -0
  203. package/lib/esm/CustomerPerson.d.ts +6 -0
  204. package/lib/esm/CustomerPerson.js +2 -0
  205. package/lib/esm/CustomerPerson.js.map +1 -0
  206. package/lib/esm/CustomerPersonWithAddress.d.ts +3 -0
  207. package/lib/esm/CustomerPersonWithAddress.js +2 -0
  208. package/lib/esm/CustomerPersonWithAddress.js.map +1 -0
  209. package/lib/esm/CustomerPersonWithEmail.d.ts +4 -0
  210. package/lib/esm/CustomerPersonWithEmail.js +2 -0
  211. package/lib/esm/CustomerPersonWithEmail.js.map +1 -0
  212. package/lib/esm/Customers.d.ts +3 -0
  213. package/lib/esm/Customers.js +2 -0
  214. package/lib/esm/Customers.js.map +1 -0
  215. package/lib/esm/CustomersModelActions.d.ts +1 -0
  216. package/lib/esm/CustomersModelActions.js +2 -0
  217. package/lib/esm/CustomersModelActions.js.map +1 -0
  218. package/lib/esm/DataObject.d.ts +11 -0
  219. package/lib/esm/DataObject.js +2 -0
  220. package/lib/esm/DataObject.js.map +1 -0
  221. package/lib/esm/DatabaseQuery.d.ts +3 -0
  222. package/lib/esm/DatabaseQuery.js +2 -0
  223. package/lib/esm/DatabaseQuery.js.map +1 -0
  224. package/lib/esm/DatabaseQueryOptions.d.ts +31 -0
  225. package/lib/esm/DatabaseQueryOptions.js +2 -0
  226. package/lib/esm/DatabaseQueryOptions.js.map +1 -0
  227. package/lib/esm/DatabaseQuerySites.d.ts +11 -0
  228. package/lib/esm/DatabaseQuerySites.js +2 -0
  229. package/lib/esm/DatabaseQuerySites.js.map +1 -0
  230. package/lib/esm/DesignModule.d.ts +14 -0
  231. package/lib/esm/DesignModule.js +2 -0
  232. package/lib/esm/DesignModule.js.map +1 -0
  233. package/lib/esm/Domain.d.ts +26 -0
  234. package/lib/esm/Domain.js +2 -0
  235. package/lib/esm/Domain.js.map +1 -0
  236. package/lib/esm/DomainConf.d.ts +13 -0
  237. package/lib/esm/DomainConf.js +2 -0
  238. package/lib/esm/DomainConf.js.map +1 -0
  239. package/lib/esm/DomainsList.d.ts +9 -0
  240. package/lib/esm/DomainsList.js +2 -0
  241. package/lib/esm/DomainsList.js.map +1 -0
  242. package/lib/esm/EditorActiveModule.d.ts +4 -0
  243. package/lib/esm/EditorActiveModule.js +2 -0
  244. package/lib/esm/EditorActiveModule.js.map +1 -0
  245. package/lib/esm/EditorBase.d.ts +7 -0
  246. package/lib/esm/EditorBase.js +2 -0
  247. package/lib/esm/EditorBase.js.map +1 -0
  248. package/lib/esm/EditorLegacy.d.ts +5 -0
  249. package/lib/esm/EditorLegacy.js +2 -0
  250. package/lib/esm/EditorLegacy.js.map +1 -0
  251. package/lib/esm/GenericData.d.ts +9 -0
  252. package/lib/esm/GenericData.js +2 -0
  253. package/lib/esm/GenericData.js.map +1 -0
  254. package/lib/esm/GenericDataWithContent.d.ts +6 -0
  255. package/lib/esm/GenericDataWithContent.js +2 -0
  256. package/lib/esm/GenericDataWithContent.js.map +1 -0
  257. package/lib/esm/History.d.ts +18 -0
  258. package/lib/esm/History.js +2 -0
  259. package/lib/esm/History.js.map +1 -0
  260. package/lib/esm/HistoryReason.js +2 -0
  261. package/lib/esm/HistoryReason.js.map +1 -0
  262. package/lib/esm/HistoryWithType.d.ts +17 -0
  263. package/lib/esm/HistoryWithType.js +2 -0
  264. package/lib/esm/HistoryWithType.js.map +1 -0
  265. package/lib/esm/HostindCommand.d.ts +17 -0
  266. package/lib/esm/HostindCommand.js +2 -0
  267. package/lib/esm/HostindCommand.js.map +1 -0
  268. package/lib/esm/Hosting.d.ts +6 -0
  269. package/lib/esm/Hosting.js +2 -0
  270. package/lib/esm/Hosting.js.map +1 -0
  271. package/lib/esm/HostingPorts.d.ts +4 -0
  272. package/lib/esm/HostingPorts.js +2 -0
  273. package/lib/esm/HostingPorts.js.map +1 -0
  274. package/lib/esm/HostingSettings.d.ts +5 -0
  275. package/lib/esm/HostingSettings.js +2 -0
  276. package/lib/esm/HostingSettings.js.map +1 -0
  277. package/lib/esm/HostingWithSettings.d.ts +6 -0
  278. package/lib/esm/HostingWithSettings.js +2 -0
  279. package/lib/esm/HostingWithSettings.js.map +1 -0
  280. package/lib/esm/HttpStatusCodes.d.ts +1 -0
  281. package/lib/esm/HttpStatusCodes.js +2 -0
  282. package/lib/esm/HttpStatusCodes.js.map +1 -0
  283. package/lib/esm/Id.d.ts +4 -0
  284. package/lib/esm/Id.js +2 -0
  285. package/lib/esm/Id.js.map +1 -0
  286. package/lib/esm/IdentifiersEntity.d.ts +4 -0
  287. package/lib/esm/IdentifiersEntity.js +2 -0
  288. package/lib/esm/IdentifiersEntity.js.map +1 -0
  289. package/lib/esm/List.d.ts +25 -0
  290. package/lib/esm/List.js +2 -0
  291. package/lib/esm/List.js.map +1 -0
  292. package/lib/esm/ListCategory.d.ts +9 -0
  293. package/lib/esm/ListCategory.js +2 -0
  294. package/lib/esm/ListCategory.js.map +1 -0
  295. package/lib/esm/ListCustomQueries.d.ts +5 -0
  296. package/lib/esm/ListCustomQueries.js +2 -0
  297. package/lib/esm/ListCustomQueries.js.map +1 -0
  298. package/lib/esm/ListOfModels.d.ts +5 -0
  299. package/lib/esm/ListOfModels.js +2 -0
  300. package/lib/esm/ListOfModels.js.map +1 -0
  301. package/lib/esm/ListParticipantWithUser.d.ts +10 -0
  302. package/lib/esm/ListParticipantWithUser.js +2 -0
  303. package/lib/esm/ListParticipantWithUser.js.map +1 -0
  304. package/lib/esm/ListParticipants.d.ts +21 -0
  305. package/lib/esm/ListParticipants.js +2 -0
  306. package/lib/esm/ListParticipants.js.map +1 -0
  307. package/lib/esm/ListParticipantsDetails.d.ts +7 -0
  308. package/lib/esm/ListParticipantsDetails.js +2 -0
  309. package/lib/esm/ListParticipantsDetails.js.map +1 -0
  310. package/{src/Location.interface.ts → lib/esm/Location.d.ts} +1 -1
  311. package/lib/esm/Location.js +2 -0
  312. package/lib/esm/Location.js.map +1 -0
  313. package/lib/esm/Me.d.ts +10 -0
  314. package/lib/esm/Me.js +2 -0
  315. package/lib/esm/Me.js.map +1 -0
  316. package/lib/esm/Media.d.ts +33 -0
  317. package/lib/esm/Media.js +2 -0
  318. package/lib/esm/Media.js.map +1 -0
  319. package/lib/esm/MediaContentFiles.d.ts +4 -0
  320. package/lib/esm/MediaContentFiles.js +2 -0
  321. package/lib/esm/MediaContentFiles.js.map +1 -0
  322. package/lib/esm/MediaInfo.d.ts +6 -0
  323. package/lib/esm/MediaInfo.js +2 -0
  324. package/lib/esm/MediaInfo.js.map +1 -0
  325. package/lib/esm/MediaStats.d.ts +4 -0
  326. package/lib/esm/MediaStats.js +2 -0
  327. package/lib/esm/MediaStats.js.map +1 -0
  328. package/lib/esm/MediaViewInfo.d.ts +7 -0
  329. package/lib/esm/MediaViewInfo.js +2 -0
  330. package/lib/esm/MediaViewInfo.js.map +1 -0
  331. package/lib/esm/Model.d.ts +3 -0
  332. package/lib/esm/Model.js +2 -0
  333. package/lib/esm/Model.js.map +1 -0
  334. package/lib/esm/ModuleGeneric.d.ts +16 -0
  335. package/lib/esm/ModuleGeneric.js +2 -0
  336. package/lib/esm/ModuleGeneric.js.map +1 -0
  337. package/lib/esm/ModuleIndexOptions.d.ts +6 -0
  338. package/lib/esm/ModuleIndexOptions.js +2 -0
  339. package/lib/esm/ModuleIndexOptions.js.map +1 -0
  340. package/lib/esm/ModulePDFOptions.d.ts +4 -0
  341. package/lib/esm/ModulePDFOptions.js +2 -0
  342. package/lib/esm/ModulePDFOptions.js.map +1 -0
  343. package/lib/esm/ModuleSettings.d.ts +7 -0
  344. package/lib/esm/ModuleSettings.js +2 -0
  345. package/lib/esm/ModuleSettings.js.map +1 -0
  346. package/lib/esm/MulterFile.d.ts +32 -0
  347. package/lib/esm/MulterFile.js +2 -0
  348. package/lib/esm/MulterFile.js.map +1 -0
  349. package/lib/esm/Options.d.ts +4 -0
  350. package/lib/esm/Options.js +2 -0
  351. package/lib/esm/Options.js.map +1 -0
  352. package/lib/esm/Partner.d.ts +13 -0
  353. package/lib/esm/Partner.js +2 -0
  354. package/lib/esm/Partner.js.map +1 -0
  355. package/lib/esm/Permissions.d.ts +16 -0
  356. package/lib/esm/Permissions.js +2 -0
  357. package/lib/esm/Permissions.js.map +1 -0
  358. package/lib/esm/PermissionsWithScope.d.ts +8 -0
  359. package/lib/esm/PermissionsWithScope.js +2 -0
  360. package/lib/esm/PermissionsWithScope.js.map +1 -0
  361. package/lib/esm/Price.d.ts +5 -0
  362. package/lib/esm/Price.js +2 -0
  363. package/lib/esm/Price.js.map +1 -0
  364. package/lib/esm/Project.d.ts +8 -0
  365. package/lib/esm/Project.js +2 -0
  366. package/lib/esm/Project.js.map +1 -0
  367. package/lib/esm/ProjectDomain.d.ts +5 -0
  368. package/lib/esm/ProjectDomain.js +2 -0
  369. package/lib/esm/ProjectDomain.js.map +1 -0
  370. package/lib/esm/Publish.d.ts +25 -0
  371. package/lib/esm/Publish.js +2 -0
  372. package/lib/esm/Publish.js.map +1 -0
  373. package/lib/esm/PublishContentGroup.d.ts +1 -0
  374. package/lib/esm/PublishContentGroup.js +2 -0
  375. package/lib/esm/PublishContentGroup.js.map +1 -0
  376. package/lib/esm/PublishMethod.d.ts +11 -0
  377. package/lib/esm/PublishMethod.js +2 -0
  378. package/lib/esm/PublishMethod.js.map +1 -0
  379. package/lib/esm/PublishMethodFtp.d.ts +9 -0
  380. package/lib/esm/PublishMethodFtp.js +2 -0
  381. package/lib/esm/PublishMethodFtp.js.map +1 -0
  382. package/lib/esm/PublishMethodInternal.d.ts +5 -0
  383. package/lib/esm/PublishMethodInternal.js +2 -0
  384. package/lib/esm/PublishMethodInternal.js.map +1 -0
  385. package/lib/esm/PublishMethodPdf.d.ts +5 -0
  386. package/lib/esm/PublishMethodPdf.js +2 -0
  387. package/lib/esm/PublishMethodPdf.js.map +1 -0
  388. package/lib/esm/PublishMethodWebhook.d.ts +7 -0
  389. package/lib/esm/PublishMethodWebhook.js +2 -0
  390. package/lib/esm/PublishMethodWebhook.js.map +1 -0
  391. package/lib/esm/PublishResult.d.ts +9 -0
  392. package/lib/esm/PublishResult.js +2 -0
  393. package/lib/esm/PublishResult.js.map +1 -0
  394. package/lib/esm/PublishResultStatistics.d.ts +6 -0
  395. package/lib/esm/PublishResultStatistics.js +2 -0
  396. package/lib/esm/PublishResultStatistics.js.map +1 -0
  397. package/lib/esm/RenderContext.d.ts +15 -0
  398. package/lib/esm/RenderContext.js +2 -0
  399. package/lib/esm/RenderContext.js.map +1 -0
  400. package/lib/esm/Scope.d.ts +10 -0
  401. package/lib/esm/Scope.js +2 -0
  402. package/lib/esm/Scope.js.map +1 -0
  403. package/lib/esm/Secret.d.ts +10 -0
  404. package/lib/esm/Secret.js +2 -0
  405. package/lib/esm/Secret.js.map +1 -0
  406. package/lib/esm/Settings.d.ts +5 -0
  407. package/lib/esm/Settings.js +2 -0
  408. package/lib/esm/Settings.js.map +1 -0
  409. package/lib/esm/ShareClient.d.ts +30 -0
  410. package/lib/esm/ShareClient.js +2 -0
  411. package/lib/esm/ShareClient.js.map +1 -0
  412. package/lib/esm/ShareClientOptions.d.ts +6 -0
  413. package/lib/esm/ShareClientOptions.js +2 -0
  414. package/lib/esm/ShareClientOptions.js.map +1 -0
  415. package/lib/esm/SkipLimitSort.d.ts +8 -0
  416. package/lib/esm/SkipLimitSort.js +2 -0
  417. package/lib/esm/SkipLimitSort.js.map +1 -0
  418. package/lib/esm/StudioIframeMessage.d.ts +6 -0
  419. package/lib/esm/StudioIframeMessage.js +2 -0
  420. package/lib/esm/StudioIframeMessage.js.map +1 -0
  421. package/lib/esm/SystemDomain.d.ts +3 -0
  422. package/lib/esm/SystemDomain.js +2 -0
  423. package/lib/esm/SystemDomain.js.map +1 -0
  424. package/lib/esm/Tracker.d.ts +14 -0
  425. package/lib/esm/Tracker.js +2 -0
  426. package/lib/esm/Tracker.js.map +1 -0
  427. package/lib/esm/TrackerInput.d.ts +6 -0
  428. package/lib/esm/TrackerInput.js +2 -0
  429. package/lib/esm/TrackerInput.js.map +1 -0
  430. package/lib/esm/TrackerStatistics.d.ts +23 -0
  431. package/lib/esm/TrackerStatistics.js +2 -0
  432. package/lib/esm/TrackerStatistics.js.map +1 -0
  433. package/lib/esm/Universal.d.ts +8 -0
  434. package/lib/esm/Universal.js +2 -0
  435. package/lib/esm/Universal.js.map +1 -0
  436. package/lib/esm/UserApp.d.ts +4 -0
  437. package/lib/esm/UserApp.js +2 -0
  438. package/lib/esm/UserApp.js.map +1 -0
  439. package/lib/esm/UserAppOptionsRequired.d.ts +6 -0
  440. package/lib/esm/UserAppOptionsRequired.js +2 -0
  441. package/lib/esm/UserAppOptionsRequired.js.map +1 -0
  442. package/lib/esm/UserAppWithOptions.d.ts +4 -0
  443. package/lib/esm/UserAppWithOptions.js +2 -0
  444. package/lib/esm/UserAppWithOptions.js.map +1 -0
  445. package/lib/esm/VersionInfo.d.ts +7 -0
  446. package/lib/esm/VersionInfo.js +2 -0
  447. package/lib/esm/VersionInfo.js.map +1 -0
  448. package/lib/esm/WildcardCertificates.d.ts +10 -0
  449. package/lib/esm/WildcardCertificates.js +2 -0
  450. package/lib/esm/WildcardCertificates.js.map +1 -0
  451. package/lib/esm/index.d.ts +113 -0
  452. package/package.json +24 -5
  453. package/src/Access.ts +7 -0
  454. package/src/Action.ts +1 -0
  455. package/src/AdditionalContentInformation.ts +5 -0
  456. package/src/Address.ts +9 -0
  457. package/src/{Agreement.interface.ts → Agreement.ts} +1 -1
  458. package/src/AgreementResponse.ts +4 -0
  459. package/src/ApiResponses.ts +14 -0
  460. package/src/{App.interface.ts → App.ts} +1 -3
  461. package/src/AppFilter.ts +1 -0
  462. package/src/AppPermissions.ts +2 -2
  463. package/src/AvailableStorageTypes.ts +1 -0
  464. package/src/{AvailableVariant.interface.ts → AvailableVariant.ts} +1 -1
  465. package/src/{BaseFilterOptions.interface.ts → BaseFilterOptions.ts} +1 -1
  466. package/src/{BasicData.interface.ts → BasicData.ts} +2 -1
  467. package/src/BasicDataDatabase.ts +20 -0
  468. package/src/CallResponse.ts +6 -0
  469. package/src/Certificate.ts +18 -0
  470. package/src/CertificateAction.ts +43 -0
  471. package/src/CertificateActionResult.ts +4 -0
  472. package/src/ChildData.ts +8 -0
  473. package/src/Command.ts +5 -0
  474. package/src/Company.ts +28 -0
  475. package/src/CompanyAttribute.ts +1 -0
  476. package/src/CompanyProject.ts +3 -0
  477. package/src/Content.ts +33 -0
  478. package/src/{ContentPrepared.interface.ts → ContentWithPositions.ts} +3 -3
  479. package/src/{Contract.interface.ts → Contract.ts} +1 -1
  480. package/src/{CreateResult.interface.ts → CreateResult.ts} +1 -1
  481. package/src/CustomerBase.ts +27 -0
  482. package/src/CustomerCompany.ts +13 -0
  483. package/src/CustomerPerson.ts +12 -0
  484. package/src/CustomerPersonWithAddress.ts +4 -0
  485. package/src/CustomerPersonWithEmail.ts +7 -0
  486. package/src/Customers.ts +3 -0
  487. package/src/CustomersModelActions.ts +2 -0
  488. package/src/{DataObject.interface.ts → DataObject.ts} +1 -1
  489. package/src/DatabaseQuery.ts +3 -0
  490. package/src/{DatabaseQueryOptions.interface.ts → DatabaseQueryOptions.ts} +1 -1
  491. package/src/{DatabaseQuerySites.interface.ts → DatabaseQuerySites.ts} +1 -1
  492. package/src/{DesignModule.interface.ts → DesignModule.ts} +2 -2
  493. package/src/Domain.ts +37 -0
  494. package/src/{DomainConf.interface.ts → DomainConf.ts} +2 -2
  495. package/src/DomainsList.ts +14 -0
  496. package/src/EditorActiveModule.ts +4 -0
  497. package/src/EditorBase.ts +7 -0
  498. package/src/{EditorLegacy.interface.ts → EditorLegacy.ts} +1 -1
  499. package/src/{GenericData.interface.ts → GenericData.ts} +4 -3
  500. package/src/GenericDataWithContent.ts +8 -0
  501. package/src/History.ts +22 -0
  502. package/src/HistoryReason.ts +1 -0
  503. package/src/HistoryWithType.ts +20 -0
  504. package/src/HostindCommand.ts +16 -0
  505. package/src/Hosting.ts +8 -0
  506. package/src/HostingPorts.ts +4 -0
  507. package/src/HostingSettings.ts +5 -0
  508. package/src/HostingWithSettings.ts +7 -0
  509. package/src/HttpStatusCodes.ts +13 -0
  510. package/src/Id.ts +4 -0
  511. package/src/IdentifiersEntity.ts +4 -0
  512. package/src/List.ts +34 -0
  513. package/src/ListCategory.ts +12 -0
  514. package/src/{ListCustomQueries.interface.ts → ListCustomQueries.ts} +1 -1
  515. package/src/{ListOfModels.interface.ts → ListOfModels.ts} +1 -1
  516. package/src/ListParticipantWithUser.ts +12 -0
  517. package/src/ListParticipants.ts +38 -0
  518. package/src/{ListParticipantsDetails.interface.ts → ListParticipantsDetails.ts} +1 -1
  519. package/src/Location.ts +25 -0
  520. package/src/Me.ts +13 -0
  521. package/src/Media.ts +42 -0
  522. package/src/MediaContentFiles.ts +5 -0
  523. package/src/MediaInfo.ts +6 -0
  524. package/src/MediaStats.ts +4 -0
  525. package/src/MediaViewInfo.ts +7 -0
  526. package/src/{Modelv2.interface.ts → Model.ts} +1 -1
  527. package/src/{ModuleGeneric.interface.ts → ModuleGeneric.ts} +4 -4
  528. package/src/{ModuleIndexOptions.interface.ts → ModuleIndexOptions.ts} +1 -1
  529. package/src/{ModulePDFOptions.interface.ts → ModulePDFOptions.ts} +1 -1
  530. package/src/ModuleSettings.ts +8 -0
  531. package/src/{MulterFile.interface.ts → MulterFile.ts} +1 -1
  532. package/src/{Options.interface.ts → Options.ts} +1 -1
  533. package/src/{Partner.interface.ts → Partner.ts} +2 -3
  534. package/src/PermissionsWithScope.ts +11 -0
  535. package/src/Project.ts +10 -0
  536. package/src/ProjectDomain.ts +6 -0
  537. package/src/Publish.ts +43 -0
  538. package/src/PublishContentGroup.ts +1 -0
  539. package/src/PublishMethod.ts +20 -0
  540. package/src/PublishMethodFtp.ts +17 -0
  541. package/src/PublishMethodInternal.ts +9 -0
  542. package/src/PublishMethodPdf.ts +9 -0
  543. package/src/PublishMethodWebhook.ts +13 -0
  544. package/src/{PublishResult.interface.ts → PublishResult.ts} +1 -1
  545. package/src/{PublishResultStatistics.interface.ts → PublishResultStatistics.ts} +1 -1
  546. package/src/{RenderContext.interface.ts → RenderContext.ts} +2 -2
  547. package/src/Secret.ts +12 -0
  548. package/src/Settings.ts +5 -0
  549. package/src/{ShareClient.interface.ts → ShareClient.ts} +1 -1
  550. package/src/{ShareClientOptions.interface.ts → ShareClientOptions.ts} +2 -1
  551. package/src/{SkipLimitSort.interface.ts → SkipLimitSort.ts} +1 -1
  552. package/src/{StudioIframeMessage.interface.ts → StudioIframeMessage.ts} +1 -1
  553. package/src/SystemDomain.ts +2 -0
  554. package/src/Tracker.ts +15 -0
  555. package/src/TrackerInput.ts +9 -0
  556. package/src/{TrackerStatistics.interface.ts → TrackerStatistics.ts} +2 -2
  557. package/src/{Universal.interface.ts → Universal.ts} +1 -1
  558. package/src/UserApp.ts +5 -0
  559. package/src/{UserAppOptionsRequired.interface.ts → UserAppOptionsRequired.ts} +1 -1
  560. package/src/UserAppWithOptions.ts +6 -0
  561. package/src/VersionInfo.ts +9 -0
  562. package/src/WildcardCertificates.ts +9 -0
  563. package/tsconfig.cjs.json +19 -0
  564. package/tsconfig.json +27 -14
  565. package/dist/AdditionalContentInformation.interface.d.ts +0 -4
  566. package/dist/AgreementResponse.interface.d.ts +0 -4
  567. package/dist/ApiResponses.interface.d.ts +0 -11
  568. package/dist/AppFilter.interface.d.ts +0 -2
  569. package/dist/AppPermissions.d.ts +0 -7
  570. package/dist/AvailableStorageTypes.interface.d.ts +0 -2
  571. package/dist/CallResponse.interface.d.ts +0 -5
  572. package/dist/CertificateActionResult.interface.d.ts +0 -4
  573. package/dist/ChildData.interface.d.ts +0 -7
  574. package/dist/CompanyProject.interface.d.ts +0 -3
  575. package/dist/Content.interface.d.ts +0 -3
  576. package/dist/DatabaseQuery.interface.d.ts +0 -3
  577. package/dist/EditorActiveModule.interface.d.ts +0 -4
  578. package/dist/GenericData.interface.d.ts +0 -9
  579. package/dist/GenericDataWithContent.interface.d.ts +0 -6
  580. package/dist/HostingPorts.interface.d.ts +0 -4
  581. package/dist/HostingWithSettings.interface.d.ts +0 -6
  582. package/dist/HttpStatusCode.enum.d.ts +0 -319
  583. package/dist/ModuleSettings.interface.d.ts +0 -7
  584. package/dist/UserAppWithOptions.interface.d.ts +0 -4
  585. package/src/AdditionalContentInformation.interface.ts +0 -5
  586. package/src/AgreementResponse.interface.ts +0 -4
  587. package/src/ApiResponses.interface.ts +0 -15
  588. package/src/AppFilter.interface.ts +0 -1
  589. package/src/AvailableStorageTypes.interface.ts +0 -2
  590. package/src/CallResponse.interface.ts +0 -6
  591. package/src/CertificateActionResult.interface.ts +0 -4
  592. package/src/ChildData.interface.ts +0 -8
  593. package/src/CompanyProject.interface.ts +0 -3
  594. package/src/Content.interface.ts +0 -3
  595. package/src/DatabaseQuery.interface.ts +0 -3
  596. package/src/EditorActiveModule.interface.ts +0 -4
  597. package/src/GenericDataWithContent.interface.ts +0 -8
  598. package/src/HostingPorts.interface.ts +0 -4
  599. package/src/HostingWithSettings.interface.ts +0 -7
  600. package/src/HttpStatusCode.enum.ts +0 -383
  601. package/src/ModuleSettings.interface.ts +0 -8
  602. package/src/UserApp.interface.ts +0 -5
  603. package/src/UserAppWithOptions.interface.ts +0 -6
  604. package/src/Wildcardcertificates.interface.ts +0 -11
  605. /package/{dist/Action.interface.d.ts → lib/cjs/Action.d.ts} +0 -0
  606. /package/{dist/HistoryReason.interface.d.ts → lib/cjs/HistoryReason.d.ts} +0 -0
  607. /package/{dist/Permissions.interface.d.ts → lib/cjs/Permissions.d.ts} +0 -0
  608. /package/{dist/Price.interface.d.ts → lib/cjs/Price.d.ts} +0 -0
  609. /package/{dist/Scope.interface.d.ts → lib/cjs/Scope.d.ts} +0 -0
  610. /package/{src/Action.interface.ts → lib/esm/Action.d.ts} +0 -0
  611. /package/{src/HistoryReason.interface.ts → lib/esm/HistoryReason.d.ts} +0 -0
  612. /package/src/{Permissions.interface.ts → Permissions.ts} +0 -0
  613. /package/src/{Price.interface.ts → Price.ts} +0 -0
  614. /package/src/{Scope.interface.ts → Scope.ts} +0 -0
@@ -0,0 +1 @@
1
+ export type CustomersModelActions = 'createPersonMinimal' | 'createPersonExternal' | 'createPersonExternalWithAddress' | 'createCompanyMinimal' | 'changePersonMinimal' | 'changeCompanyMinimal';
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=CustomersModelActions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomersModelActions.js","sourceRoot":"","sources":["../../src/CustomersModelActions.ts"],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ export interface DataObject<T> {
2
+ count?: number;
3
+ all?: number;
4
+ sites?: {
5
+ first: number;
6
+ last: number;
7
+ current: number;
8
+ range: [number, number];
9
+ };
10
+ data?: T;
11
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=DataObject.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataObject.js","sourceRoot":"","sources":["../../src/DataObject.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export interface DatabaseQuery {
2
+ [key: string]: any;
3
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=DatabaseQuery.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DatabaseQuery.js","sourceRoot":"","sources":["../../src/DatabaseQuery.ts"],"names":[],"mappings":""}
@@ -0,0 +1,31 @@
1
+ export interface DatabaseQueryOptions {
2
+ /**
3
+ * include immutable history entries in the data
4
+ *
5
+ * @type {boolean}
6
+ * @memberof DatabaseQueryOptions
7
+ */
8
+ includeHistory?: boolean;
9
+ /**
10
+ * query for history entries, doesnt delete immutable_parent
11
+ *
12
+ * @type {boolean}
13
+ * @memberof DatabaseQueryOptions
14
+ */
15
+ isHistory?: boolean;
16
+ /**
17
+ * tags is a predefined attribute
18
+ * is this is true, the query builder will leave them alone
19
+ *
20
+ * @type {boolean}
21
+ * @memberof DatabaseQueryOptions
22
+ */
23
+ keepTags?: boolean;
24
+ /**
25
+ *
26
+ * @type {boolean}
27
+ * @memberof DatabaseQueryOptions
28
+ */
29
+ keepSearch?: boolean;
30
+ keepSort?: boolean;
31
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=DatabaseQueryOptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DatabaseQueryOptions.js","sourceRoot":"","sources":["../../src/DatabaseQueryOptions.ts"],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ export interface DatabaseQuerySites {
2
+ first: number;
3
+ current: number;
4
+ last: number;
5
+ /**
6
+ * the range of documents you got
7
+ * example: site 1, limit 10, 10 or more documents in the database
8
+ * [1, 10]
9
+ */
10
+ range: [number, number];
11
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=DatabaseQuerySites.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DatabaseQuerySites.js","sourceRoot":"","sources":["../../src/DatabaseQuerySites.ts"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ import { AvailableVariant, EditorMode } from "./AvailableVariant";
2
+ export interface DesignModule {
3
+ name: string;
4
+ /**
5
+ * helps complex modules like contact.module for show different states like the form and the sucess content after submitting the form
6
+ *
7
+ * only available in editor mode
8
+ */
9
+ editor: {
10
+ modes: EditorMode[];
11
+ };
12
+ variants: AvailableVariant[];
13
+ component: () => void;
14
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=DesignModule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DesignModule.js","sourceRoot":"","sources":["../../src/DesignModule.ts"],"names":[],"mappings":""}
@@ -0,0 +1,26 @@
1
+ import { ObjectId } from "mongodb";
2
+ import { Certificate } from "./Certificate";
3
+ export interface Domain {
4
+ domain: string;
5
+ company?: string;
6
+ project?: string;
7
+ /**
8
+ * this is the main domain, all other will be redirected to this
9
+ */
10
+ isMain?: boolean;
11
+ /**
12
+ * this domain is the ``https://COMPANY-PROJECT.BASEHOSTINGDOMAIN`` that is generated on hosting creation
13
+ */
14
+ isDefault?: boolean;
15
+ active?: boolean;
16
+ /**
17
+ * the domain is through dns validated
18
+ */
19
+ validated?: boolean;
20
+ /**
21
+ * the secret that needs to be added to dns
22
+ */
23
+ secret?: ObjectId;
24
+ attributes?: string[];
25
+ certificate?: ObjectId | Partial<Certificate>;
26
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Domain.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Domain.js","sourceRoot":"","sources":["../../src/Domain.ts"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ import { Domain } from "./Domain";
2
+ export interface DomainConf {
3
+ domains: Domain[];
4
+ port?: number;
5
+ ports?: {
6
+ http?: number;
7
+ https?: number;
8
+ };
9
+ company: string;
10
+ project: string;
11
+ defaultDomain?: string;
12
+ certificate?: string;
13
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=DomainConf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DomainConf.js","sourceRoot":"","sources":["../../src/DomainConf.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import { Certificate } from "./Certificate";
2
+ import { Domain } from "./Domain";
3
+ export interface DomainsList extends Domain {
4
+ certificate: Partial<Certificate>;
5
+ certificateNeeded: boolean;
6
+ hosting?: {
7
+ active?: boolean;
8
+ };
9
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=DomainsList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DomainsList.js","sourceRoot":"","sources":["../../src/DomainsList.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export interface EditorActiveModule {
2
+ uuid?: string;
3
+ position?: string;
4
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=EditorActiveModule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EditorActiveModule.js","sourceRoot":"","sources":["../../src/EditorActiveModule.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ export interface EditorBase {
2
+ company: string;
3
+ project: string;
4
+ type: 'app' | 'server';
5
+ date: Date;
6
+ custom?: boolean;
7
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=EditorBase.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EditorBase.js","sourceRoot":"","sources":["../../src/EditorBase.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ export interface EditorLegacy {
2
+ __v?: string;
3
+ immutable_history?: string;
4
+ immutable_user?: string;
5
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=EditorLegacy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EditorLegacy.js","sourceRoot":"","sources":["../../src/EditorLegacy.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import { BasicData } from "./BasicData";
2
+ import { Content } from "./Content";
3
+ type CompatibleGenericDataType = 'editor' | 'lists' | 'customers' | 'media';
4
+ type GenericData = {
5
+ [key in CompatibleGenericDataType]: string[];
6
+ } & {
7
+ data: BasicData<Content>[];
8
+ };
9
+ export { GenericData, CompatibleGenericDataType };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=GenericData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GenericData.js","sourceRoot":"","sources":["../../src/GenericData.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { Content } from "./Content";
2
+ import { CompatibleGenericDataType } from "./GenericData";
3
+ type GenericDataWithContent = {
4
+ [key in CompatibleGenericDataType]: Record<string, Content>;
5
+ };
6
+ export { GenericDataWithContent };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=GenericDataWithContent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GenericDataWithContent.js","sourceRoot":"","sources":["../../src/GenericDataWithContent.ts"],"names":[],"mappings":""}
@@ -0,0 +1,18 @@
1
+ import { ObjectId } from "mongodb";
2
+ import { HistoryReason } from "./HistoryReason";
3
+ export interface History {
4
+ history: {
5
+ version: number;
6
+ parent: ObjectId;
7
+ reason: HistoryReason;
8
+ user: string;
9
+ app: string;
10
+ date: Date;
11
+ source: string;
12
+ update?: Date;
13
+ branchVersion?: number;
14
+ copySource?: ObjectId;
15
+ model: string;
16
+ };
17
+ [key: string]: any;
18
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=History.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"History.js","sourceRoot":"","sources":["../../src/History.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=HistoryReason.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HistoryReason.js","sourceRoot":"","sources":["../../src/HistoryReason.ts"],"names":[],"mappings":""}
@@ -0,0 +1,17 @@
1
+ import { ObjectId } from "mongodb";
2
+ import { HistoryReason } from "./HistoryReason";
3
+ export type HistoryWithType<T> = T & {
4
+ history: {
5
+ version: number;
6
+ parent: ObjectId;
7
+ reason: HistoryReason;
8
+ user: string;
9
+ app: string;
10
+ date: Date;
11
+ source: string;
12
+ update?: Date;
13
+ branchVersion?: number;
14
+ copySource?: ObjectId;
15
+ model: string;
16
+ };
17
+ };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=HistoryWithType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HistoryWithType.js","sourceRoot":"","sources":["../../src/HistoryWithType.ts"],"names":[],"mappings":""}
@@ -0,0 +1,17 @@
1
+ import { Command } from "./Command";
2
+ export interface HostingCommand {
3
+ target: 'nginx' | 'docker';
4
+ command: Command<HostingCommand['target']>;
5
+ date: Date;
6
+ state: 'new' | 'inProgress' | 'success' | 'error';
7
+ data: {
8
+ [key: string]: any;
9
+ };
10
+ batchId?: string;
11
+ company?: string;
12
+ project?: string;
13
+ after?: {
14
+ target: 'nginx' | 'docker';
15
+ command: Command<HostingCommand['target']>;
16
+ };
17
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=HostindCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HostindCommand.js","sourceRoot":"","sources":["../../src/HostindCommand.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ export interface Hosting {
2
+ project: string;
3
+ company: string;
4
+ active?: boolean;
5
+ port?: number;
6
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Hosting.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Hosting.js","sourceRoot":"","sources":["../../src/Hosting.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export interface HostingPorts {
2
+ http: number;
3
+ https: number;
4
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=HostingPorts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HostingPorts.js","sourceRoot":"","sources":["../../src/HostingPorts.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ export interface HostingSettings {
2
+ id: string;
3
+ baseDomain: string;
4
+ ipAdresses: string[];
5
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=HostingSettings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HostingSettings.js","sourceRoot":"","sources":["../../src/HostingSettings.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { Hosting } from "./Hosting";
2
+ export interface HostingWithSettings extends Hosting {
3
+ settings: {
4
+ ip: string;
5
+ };
6
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=HostingWithSettings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HostingWithSettings.js","sourceRoot":"","sources":["../../src/HostingWithSettings.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export type HttpStatusCode = 100 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 226 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511;
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=HttpStatusCodes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HttpStatusCodes.js","sourceRoot":"","sources":["../../src/HttpStatusCodes.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export interface Id {
2
+ id: string;
3
+ data: unknown;
4
+ }
package/lib/esm/Id.js ADDED
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Id.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Id.js","sourceRoot":"","sources":["../../src/Id.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export interface IdentifiersEntity {
2
+ type: string;
3
+ value: string;
4
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IdentifiersEntity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IdentifiersEntity.js","sourceRoot":"","sources":["../../src/IdentifiersEntity.ts"],"names":[],"mappings":""}
@@ -0,0 +1,25 @@
1
+ import { ObjectId } from "mongodb";
2
+ import { Agreement } from "./Agreement";
3
+ import { ListCategory } from "./ListCategory";
4
+ export interface List {
5
+ _id?: ObjectId;
6
+ company: string;
7
+ project: string;
8
+ name: string;
9
+ description?: string;
10
+ mode: 'contact' | 'content' | 'reservation';
11
+ start?: Date;
12
+ end?: Date;
13
+ payment: 'optional' | 'required' | 'free';
14
+ participants?: {
15
+ max?: number;
16
+ confirmed?: number;
17
+ reserved?: number;
18
+ available?: number;
19
+ unique?: boolean;
20
+ addressRequired?: boolean;
21
+ };
22
+ state: 'open' | 'closed' | 'waiting';
23
+ agreements: Agreement[];
24
+ categories: ListCategory[];
25
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=List.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"List.js","sourceRoot":"","sources":["../../src/List.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import Price from "./Price";
2
+ export interface ListCategory {
3
+ id: string;
4
+ name: string;
5
+ description?: string;
6
+ amount?: number;
7
+ disabled?: boolean;
8
+ price?: Price;
9
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ListCategory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListCategory.js","sourceRoot":"","sources":["../../src/ListCategory.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import { Filter } from "mongodb";
2
+ export interface ListCustomQueries<M> {
3
+ countQuery: Filter<M>;
4
+ aggregation: Object[];
5
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ListCustomQueries.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListCustomQueries.js","sourceRoot":"","sources":["../../src/ListCustomQueries.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ export interface ListOfModels<T> {
2
+ data?: T[];
3
+ all?: number;
4
+ count?: number;
5
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ListOfModels.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListOfModels.js","sourceRoot":"","sources":["../../src/ListOfModels.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import { ObjectId } from "mongodb";
2
+ import { ListParticipants } from "./ListParticipants";
3
+ export type ListParticipantWithUser = ListParticipants & {
4
+ user: {
5
+ name: string;
6
+ email: string;
7
+ id: string;
8
+ _id: ObjectId;
9
+ };
10
+ };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ListParticipantWithUser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListParticipantWithUser.js","sourceRoot":"","sources":["../../src/ListParticipantWithUser.ts"],"names":[],"mappings":""}
@@ -0,0 +1,21 @@
1
+ import { ObjectId } from "mongodb";
2
+ import { AgreementResponse } from "./AgreementResponse";
3
+ export interface ListParticipants {
4
+ _id?: ObjectId;
5
+ list: ObjectId;
6
+ company: string;
7
+ project: string;
8
+ user: ObjectId;
9
+ /**
10
+ * message from the participant
11
+ */
12
+ message?: string;
13
+ /**
14
+ * internal note
15
+ */
16
+ note?: string;
17
+ category?: string;
18
+ explanation?: string;
19
+ state: 'unchecked' | 'notuseful' | 'confirmed' | 'enlisted' | 'reserved' | 'waiting' | 'blocked' | 'finalized';
20
+ agreements: AgreementResponse[];
21
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ListParticipants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListParticipants.js","sourceRoot":"","sources":["../../src/ListParticipants.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ export interface ListPartiticpantsDetails {
2
+ used: number;
3
+ categories: {
4
+ id: string;
5
+ used: number;
6
+ }[];
7
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ListParticipantsDetails.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListParticipantsDetails.js","sourceRoot":"","sources":["../../src/ListParticipantsDetails.ts"],"names":[],"mappings":""}