@lilaquadrat/studio 3.5.0 → 4.0.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 (343) hide show
  1. package/lib/frontend.d.ts +3 -2
  2. package/lib/frontend.d.ts.map +1 -0
  3. package/lib/frontend.js +27 -2
  4. package/lib/frontend.js.map +1 -1
  5. package/lib/helpers.d.ts +1 -0
  6. package/lib/helpers.d.ts.map +1 -0
  7. package/lib/interfaces.d.ts +5 -1
  8. package/lib/interfaces.d.ts.map +1 -0
  9. package/lib/interfaces.js.map +1 -1
  10. package/lib/main.d.ts +1 -0
  11. package/lib/main.d.ts.map +1 -0
  12. package/lib/models.d.ts +1 -0
  13. package/lib/models.d.ts.map +1 -0
  14. package/lib/services.d.ts +1 -0
  15. package/lib/services.d.ts.map +1 -0
  16. package/lib/src/AzureBlobStorage.share.d.ts +1 -0
  17. package/lib/src/AzureBlobStorage.share.d.ts.map +1 -0
  18. package/lib/src/AzureFileStorage.share.d.ts +1 -0
  19. package/lib/src/AzureFileStorage.share.d.ts.map +1 -0
  20. package/lib/src/AzureVault.d.ts +1 -0
  21. package/lib/src/AzureVault.d.ts.map +1 -0
  22. package/lib/src/Filesystem.share.d.ts +1 -0
  23. package/lib/src/Filesystem.share.d.ts.map +1 -0
  24. package/lib/src/Immutable.class.d.ts +1 -0
  25. package/lib/src/Immutable.class.d.ts.map +1 -0
  26. package/lib/src/Mock.share.d.ts +1 -0
  27. package/lib/src/Mock.share.d.ts.map +1 -0
  28. package/lib/src/ShareClientFactory.class.d.ts +1 -0
  29. package/lib/src/ShareClientFactory.class.d.ts.map +1 -0
  30. package/lib/src/aggegations/childData.aggregation.d.ts +1 -0
  31. package/lib/src/aggegations/childData.aggregation.d.ts.map +1 -0
  32. package/lib/src/aggegations/genericData.aggregation.d.ts +62 -0
  33. package/lib/src/aggegations/genericData.aggregation.d.ts.map +1 -0
  34. package/lib/src/aggegations/genericData.aggregation.js +181 -0
  35. package/lib/src/aggegations/genericData.aggregation.js.map +1 -0
  36. package/lib/src/aggegations/partial.aggregation.d.ts +1 -0
  37. package/lib/src/aggegations/partial.aggregation.d.ts.map +1 -0
  38. package/lib/src/aggegations/publishData.aggregation.d.ts +1 -0
  39. package/lib/src/aggegations/publishData.aggregation.d.ts.map +1 -0
  40. package/lib/src/aggegations/resultData.aggregation.d.ts +1 -0
  41. package/lib/src/aggegations/resultData.aggregation.d.ts.map +1 -0
  42. package/lib/src/classes/ControllerBase.class.d.ts +1 -0
  43. package/lib/src/classes/ControllerBase.class.d.ts.map +1 -0
  44. package/lib/src/classes/errors/Agreements.error.d.ts +1 -0
  45. package/lib/src/classes/errors/Agreements.error.d.ts.map +1 -0
  46. package/lib/src/classes/errors/History.error.d.ts +1 -0
  47. package/lib/src/classes/errors/History.error.d.ts.map +1 -0
  48. package/lib/src/classes/errors/Immutable.error copy.d.ts +7 -0
  49. package/lib/src/classes/errors/Immutable.error copy.d.ts.map +1 -0
  50. package/lib/src/classes/errors/Immutable.error copy.js +12 -0
  51. package/lib/src/classes/errors/Immutable.error copy.js.map +1 -0
  52. package/lib/src/classes/errors/Immutable.error.d.ts +1 -0
  53. package/lib/src/classes/errors/Immutable.error.d.ts.map +1 -0
  54. package/lib/src/classes/models.class.d.ts +1 -0
  55. package/lib/src/classes/models.class.d.ts.map +1 -0
  56. package/lib/src/classes/modelv2.class.d.ts +1 -0
  57. package/lib/src/classes/modelv2.class.d.ts.map +1 -0
  58. package/lib/src/classes/mongo.class.d.ts +1 -0
  59. package/lib/src/classes/mongo.class.d.ts.map +1 -0
  60. package/lib/src/dns.challenge.class.d.ts +1 -0
  61. package/lib/src/dns.challenge.class.d.ts.map +1 -0
  62. package/lib/src/docker-compose.class.d.ts +1 -0
  63. package/lib/src/docker-compose.class.d.ts.map +1 -0
  64. package/lib/src/filterMergeModules.d.ts +2 -1
  65. package/lib/src/filterMergeModules.d.ts.map +1 -0
  66. package/lib/src/filterMergeModules.js.map +1 -1
  67. package/lib/src/functions/optionsHelper.d.ts +1 -0
  68. package/lib/src/functions/optionsHelper.d.ts.map +1 -0
  69. package/lib/src/functions/respondCode.d.ts +1 -0
  70. package/lib/src/functions/respondCode.d.ts.map +1 -0
  71. package/lib/src/helpers/cleanObject.d.ts +1 -0
  72. package/lib/src/helpers/cleanObject.d.ts.map +1 -0
  73. package/lib/src/helpers/companyRights.d.ts +1 -0
  74. package/lib/src/helpers/companyRights.d.ts.map +1 -0
  75. package/lib/src/helpers/createError.d.ts +1 -0
  76. package/lib/src/helpers/createError.d.ts.map +1 -0
  77. package/lib/src/helpers/getSecrets.d.ts +1 -0
  78. package/lib/src/helpers/getSecrets.d.ts.map +1 -0
  79. package/lib/src/helpers/hardCopy.d.ts +1 -0
  80. package/lib/src/helpers/hardCopy.d.ts.map +1 -0
  81. package/lib/src/helpers/isValidObjectId.d.ts +1 -0
  82. package/lib/src/helpers/isValidObjectId.d.ts.map +1 -0
  83. package/lib/src/helpers/matchSortArray.d.ts +1 -0
  84. package/lib/src/helpers/matchSortArray.d.ts.map +1 -0
  85. package/lib/src/http.challenge.class.d.ts +1 -0
  86. package/lib/src/http.challenge.class.d.ts.map +1 -0
  87. package/lib/src/interfaces/Action.interface.d.ts +1 -0
  88. package/lib/src/interfaces/Action.interface.d.ts.map +1 -0
  89. package/lib/src/interfaces/AdditionalContentInformation.interface.d.ts +1 -0
  90. package/lib/src/interfaces/AdditionalContentInformation.interface.d.ts.map +1 -0
  91. package/lib/src/interfaces/Agreement.interface copy.d.ts +6 -0
  92. package/lib/src/interfaces/Agreement.interface copy.d.ts.map +1 -0
  93. package/lib/src/interfaces/Agreement.interface copy.js +3 -0
  94. package/lib/src/interfaces/Agreement.interface copy.js.map +1 -0
  95. package/lib/src/interfaces/Agreement.interface.d.ts +1 -0
  96. package/lib/src/interfaces/Agreement.interface.d.ts.map +1 -0
  97. package/lib/src/interfaces/AgreementResponse.interface.d.ts +1 -0
  98. package/lib/src/interfaces/AgreementResponse.interface.d.ts.map +1 -0
  99. package/lib/src/interfaces/ApiResponses.interface.d.ts +1 -0
  100. package/lib/src/interfaces/ApiResponses.interface.d.ts.map +1 -0
  101. package/lib/src/interfaces/App.interface.d.ts +1 -0
  102. package/lib/src/interfaces/App.interface.d.ts.map +1 -0
  103. package/lib/src/interfaces/AppFilter.interface.d.ts +1 -0
  104. package/lib/src/interfaces/AppFilter.interface.d.ts.map +1 -0
  105. package/lib/src/interfaces/AppPermissions.d.ts +1 -0
  106. package/lib/src/interfaces/AppPermissions.d.ts.map +1 -0
  107. package/lib/src/interfaces/AvailableStorageTypes.interface.d.ts +1 -0
  108. package/lib/src/interfaces/AvailableStorageTypes.interface.d.ts.map +1 -0
  109. package/lib/src/interfaces/BaseFilterOptions.interface.d.ts +1 -0
  110. package/lib/src/interfaces/BaseFilterOptions.interface.d.ts.map +1 -0
  111. package/lib/src/interfaces/BasicData.interface.d.ts +1 -0
  112. package/lib/src/interfaces/BasicData.interface.d.ts.map +1 -0
  113. package/lib/src/interfaces/CallResponse.interface.d.ts +1 -0
  114. package/lib/src/interfaces/CallResponse.interface.d.ts.map +1 -0
  115. package/lib/src/interfaces/CertificateActionResult.interface.d.ts +1 -0
  116. package/lib/src/interfaces/CertificateActionResult.interface.d.ts.map +1 -0
  117. package/lib/src/interfaces/ChildData.interface.d.ts +1 -0
  118. package/lib/src/interfaces/ChildData.interface.d.ts.map +1 -0
  119. package/lib/src/interfaces/CompanyProject.interface.d.ts +1 -0
  120. package/lib/src/interfaces/CompanyProject.interface.d.ts.map +1 -0
  121. package/lib/src/interfaces/Content.interface.d.ts +1 -0
  122. package/lib/src/interfaces/Content.interface.d.ts.map +1 -0
  123. package/lib/src/interfaces/ContentPrepared.interface.d.ts +1 -0
  124. package/lib/src/interfaces/ContentPrepared.interface.d.ts.map +1 -0
  125. package/lib/src/interfaces/Contract.interface.d.ts +1 -0
  126. package/lib/src/interfaces/Contract.interface.d.ts.map +1 -0
  127. package/lib/src/interfaces/CreateResult.interface.d.ts +1 -0
  128. package/lib/src/interfaces/CreateResult.interface.d.ts.map +1 -0
  129. package/lib/src/interfaces/DataObject.interface.d.ts +1 -0
  130. package/lib/src/interfaces/DataObject.interface.d.ts.map +1 -0
  131. package/lib/src/interfaces/DatabaseQuery.interface.d.ts +1 -0
  132. package/lib/src/interfaces/DatabaseQuery.interface.d.ts.map +1 -0
  133. package/lib/src/interfaces/DatabaseQueryOptions.interface.d.ts +1 -0
  134. package/lib/src/interfaces/DatabaseQueryOptions.interface.d.ts.map +1 -0
  135. package/lib/src/interfaces/DatabaseQuerySites.interface.d.ts +1 -0
  136. package/lib/src/interfaces/DatabaseQuerySites.interface.d.ts.map +1 -0
  137. package/lib/src/interfaces/DesignModule.interface.d.ts +1 -0
  138. package/lib/src/interfaces/DesignModule.interface.d.ts.map +1 -0
  139. package/lib/src/interfaces/DomainConf.interface.d.ts +1 -0
  140. package/lib/src/interfaces/DomainConf.interface.d.ts.map +1 -0
  141. package/lib/src/interfaces/EditorActiveModule.interface.d.ts +1 -0
  142. package/lib/src/interfaces/EditorActiveModule.interface.d.ts.map +1 -0
  143. package/lib/src/interfaces/EditorLegacy.interface.d.ts +1 -0
  144. package/lib/src/interfaces/EditorLegacy.interface.d.ts.map +1 -0
  145. package/lib/src/interfaces/GenericData.interface copy.d.ts +10 -0
  146. package/lib/src/interfaces/GenericData.interface copy.d.ts.map +1 -0
  147. package/lib/src/interfaces/GenericData.interface copy.js +3 -0
  148. package/lib/src/interfaces/GenericData.interface copy.js.map +1 -0
  149. package/lib/src/interfaces/GenericData.interface.d.ts +10 -0
  150. package/lib/src/interfaces/GenericData.interface.d.ts.map +1 -0
  151. package/lib/src/interfaces/GenericData.interface.js +3 -0
  152. package/lib/src/interfaces/GenericData.interface.js.map +1 -0
  153. package/lib/src/interfaces/GenericDataWithContent.interface.d.ts +7 -0
  154. package/lib/src/interfaces/GenericDataWithContent.interface.d.ts.map +1 -0
  155. package/lib/src/interfaces/GenericDataWithContent.interface.js +3 -0
  156. package/lib/src/interfaces/GenericDataWithContent.interface.js.map +1 -0
  157. package/lib/src/interfaces/HistoryReason.interface.d.ts +1 -0
  158. package/lib/src/interfaces/HistoryReason.interface.d.ts.map +1 -0
  159. package/lib/src/interfaces/HostingPorts.interface.d.ts +1 -0
  160. package/lib/src/interfaces/HostingPorts.interface.d.ts.map +1 -0
  161. package/lib/src/interfaces/HostingWithSettings.interface.d.ts +1 -0
  162. package/lib/src/interfaces/HostingWithSettings.interface.d.ts.map +1 -0
  163. package/lib/src/interfaces/HttpStatusCode.enum.d.ts +1 -0
  164. package/lib/src/interfaces/HttpStatusCode.enum.d.ts.map +1 -0
  165. package/lib/src/interfaces/ListCustomQueries.interface.d.ts +1 -0
  166. package/lib/src/interfaces/ListCustomQueries.interface.d.ts.map +1 -0
  167. package/lib/src/interfaces/ListOfModels.interface.d.ts +1 -0
  168. package/lib/src/interfaces/ListOfModels.interface.d.ts.map +1 -0
  169. package/lib/src/interfaces/Modelv2.interface.d.ts +1 -0
  170. package/lib/src/interfaces/Modelv2.interface.d.ts.map +1 -0
  171. package/lib/src/interfaces/ModuleGeneric.interface.d.ts +3 -0
  172. package/lib/src/interfaces/ModuleGeneric.interface.d.ts.map +1 -0
  173. package/lib/src/interfaces/ModuleIndexOptions.interface.d.ts +1 -0
  174. package/lib/src/interfaces/ModuleIndexOptions.interface.d.ts.map +1 -0
  175. package/lib/src/interfaces/ModulePDFOptions.interface.d.ts +5 -0
  176. package/lib/src/interfaces/ModulePDFOptions.interface.d.ts.map +1 -0
  177. package/lib/src/interfaces/ModulePDFOptions.interface.js +3 -0
  178. package/lib/src/interfaces/ModulePDFOptions.interface.js.map +1 -0
  179. package/lib/src/interfaces/MulterFile.interface.d.ts +1 -0
  180. package/lib/src/interfaces/MulterFile.interface.d.ts.map +1 -0
  181. package/lib/src/interfaces/Options.interface.d.ts +1 -0
  182. package/lib/src/interfaces/Options.interface.d.ts.map +1 -0
  183. package/lib/src/interfaces/Partner.interface.d.ts +1 -0
  184. package/lib/src/interfaces/Partner.interface.d.ts.map +1 -0
  185. package/lib/src/interfaces/Price.interface.d.ts +1 -0
  186. package/lib/src/interfaces/Price.interface.d.ts.map +1 -0
  187. package/lib/src/interfaces/PublishResult.interface.d.ts +1 -0
  188. package/lib/src/interfaces/PublishResult.interface.d.ts.map +1 -0
  189. package/lib/src/interfaces/PublishResultStatistics.interface.d.ts +1 -0
  190. package/lib/src/interfaces/PublishResultStatistics.interface.d.ts.map +1 -0
  191. package/lib/src/interfaces/RenderContext.interface.d.ts +1 -0
  192. package/lib/src/interfaces/RenderContext.interface.d.ts.map +1 -0
  193. package/lib/src/interfaces/Scope.interface.d.ts +1 -0
  194. package/lib/src/interfaces/Scope.interface.d.ts.map +1 -0
  195. package/lib/src/interfaces/ShareClient.interface.d.ts +1 -0
  196. package/lib/src/interfaces/ShareClient.interface.d.ts.map +1 -0
  197. package/lib/src/interfaces/ShareClientOptions.interface.d.ts +1 -0
  198. package/lib/src/interfaces/ShareClientOptions.interface.d.ts.map +1 -0
  199. package/lib/src/interfaces/SkipLimitSort.interface.d.ts +1 -0
  200. package/lib/src/interfaces/SkipLimitSort.interface.d.ts.map +1 -0
  201. package/lib/src/interfaces/StudioIframeMessage.interface.d.ts +1 -0
  202. package/lib/src/interfaces/StudioIframeMessage.interface.d.ts.map +1 -0
  203. package/lib/src/interfaces/TrackerStatistics.interface.d.ts +1 -0
  204. package/lib/src/interfaces/TrackerStatistics.interface.d.ts.map +1 -0
  205. package/lib/src/interfaces/Universal.interface.d.ts +1 -0
  206. package/lib/src/interfaces/Universal.interface.d.ts.map +1 -0
  207. package/lib/src/interfaces/UserApp.interface copy.d.ts +5 -0
  208. package/lib/src/interfaces/UserApp.interface copy.d.ts.map +1 -0
  209. package/lib/src/interfaces/UserApp.interface copy.js +3 -0
  210. package/lib/src/interfaces/UserApp.interface copy.js.map +1 -0
  211. package/lib/src/interfaces/UserApp.interface.d.ts +1 -0
  212. package/lib/src/interfaces/UserApp.interface.d.ts.map +1 -0
  213. package/lib/src/interfaces/UserAppOptionsRequired.interface copy.d.ts +7 -0
  214. package/lib/src/interfaces/UserAppOptionsRequired.interface copy.d.ts.map +1 -0
  215. package/lib/src/interfaces/UserAppOptionsRequired.interface copy.js +3 -0
  216. package/lib/src/interfaces/UserAppOptionsRequired.interface copy.js.map +1 -0
  217. package/lib/src/interfaces/UserAppOptionsRequired.interface.d.ts +1 -0
  218. package/lib/src/interfaces/UserAppOptionsRequired.interface.d.ts.map +1 -0
  219. package/lib/src/interfaces/UserAppWithOptions.interface.d.ts +1 -0
  220. package/lib/src/interfaces/UserAppWithOptions.interface.d.ts.map +1 -0
  221. package/lib/src/interfaces/Wildcardcertificates.interface.d.ts +1 -0
  222. package/lib/src/interfaces/Wildcardcertificates.interface.d.ts.map +1 -0
  223. package/lib/src/logger.d.ts +1 -0
  224. package/lib/src/logger.d.ts.map +1 -0
  225. package/lib/src/models/certificate-action.model.d.ts +1 -0
  226. package/lib/src/models/certificate-action.model.d.ts.map +1 -0
  227. package/lib/src/models/certificate.model.d.ts +1 -0
  228. package/lib/src/models/certificate.model.d.ts.map +1 -0
  229. package/lib/src/models/company.model.d.ts +1 -0
  230. package/lib/src/models/company.model.d.ts.map +1 -0
  231. package/lib/src/models/customers.model.d.ts +1 -0
  232. package/lib/src/models/customers.model.d.ts.map +1 -0
  233. package/lib/src/models/domain.model.d.ts +1 -0
  234. package/lib/src/models/domain.model.d.ts.map +1 -0
  235. package/lib/src/models/editor.model.d.ts +3 -0
  236. package/lib/src/models/editor.model.d.ts.map +1 -0
  237. package/lib/src/models/editor.model.js +21 -1
  238. package/lib/src/models/editor.model.js.map +1 -1
  239. package/lib/src/models/editorBase.model.d.ts +1 -0
  240. package/lib/src/models/editorBase.model.d.ts.map +1 -0
  241. package/lib/src/models/history.model.d.ts +1 -0
  242. package/lib/src/models/history.model.d.ts.map +1 -0
  243. package/lib/src/models/hosting.model.d.ts +1 -0
  244. package/lib/src/models/hosting.model.d.ts.map +1 -0
  245. package/lib/src/models/hostingCommand.model.d.ts +1 -0
  246. package/lib/src/models/hostingCommand.model.d.ts.map +1 -0
  247. package/lib/src/models/hostingSettings.model.d.ts +1 -0
  248. package/lib/src/models/hostingSettings.model.d.ts.map +1 -0
  249. package/lib/src/models/id.model.d.ts +1 -0
  250. package/lib/src/models/id.model.d.ts.map +1 -0
  251. package/lib/src/models/lists.model.d.ts +1 -0
  252. package/lib/src/models/lists.model.d.ts.map +1 -0
  253. package/lib/src/models/listsParticipants.model.d.ts +1 -0
  254. package/lib/src/models/listsParticipants.model.d.ts.map +1 -0
  255. package/lib/src/models/me.model.d.ts +1 -0
  256. package/lib/src/models/me.model.d.ts.map +1 -0
  257. package/lib/src/models/media.model.d.ts +1 -0
  258. package/lib/src/models/media.model.d.ts.map +1 -0
  259. package/lib/src/models/permissions.model.d.ts +1 -0
  260. package/lib/src/models/permissions.model.d.ts.map +1 -0
  261. package/lib/src/models/project.model.d.ts +1 -0
  262. package/lib/src/models/project.model.d.ts.map +1 -0
  263. package/lib/src/models/publish-method.model.d.ts +1 -0
  264. package/lib/src/models/publish-method.model.d.ts.map +1 -0
  265. package/lib/src/models/publish.model.d.ts +1 -0
  266. package/lib/src/models/publish.model.d.ts.map +1 -0
  267. package/lib/src/models/secrets.model.d.ts +1 -0
  268. package/lib/src/models/secrets.model.d.ts.map +1 -0
  269. package/lib/src/models/settings.model.d.ts +1 -0
  270. package/lib/src/models/settings.model.d.ts.map +1 -0
  271. package/lib/src/models/tracker.model.d.ts +1 -0
  272. package/lib/src/models/tracker.model.d.ts.map +1 -0
  273. package/lib/src/models/universal.model.d.ts +1 -0
  274. package/lib/src/models/universal.model.d.ts.map +1 -0
  275. package/lib/src/models/universalModel.model.d.ts +5 -0
  276. package/lib/src/models/universalModel.model.d.ts.map +1 -0
  277. package/lib/src/models/universalModel.model.js +9 -0
  278. package/lib/src/models/universalModel.model.js.map +1 -0
  279. package/lib/src/nginx.class.d.ts +1 -0
  280. package/lib/src/nginx.class.d.ts.map +1 -0
  281. package/lib/src/prepareContent.d.ts +6 -0
  282. package/lib/src/prepareContent.d.ts.map +1 -0
  283. package/lib/src/prepareContent.js +20 -0
  284. package/lib/src/prepareContent.js.map +1 -1
  285. package/lib/src/services/Data.service.d.ts +11 -0
  286. package/lib/src/services/Data.service.d.ts.map +1 -0
  287. package/lib/src/services/Data.service.js +94 -0
  288. package/lib/src/services/Data.service.js.map +1 -0
  289. package/lib/src/services/certificates.service.d.ts +1 -0
  290. package/lib/src/services/certificates.service.d.ts.map +1 -0
  291. package/lib/src/services/certificatesAction.service.d.ts +1 -0
  292. package/lib/src/services/certificatesAction.service.d.ts.map +1 -0
  293. package/lib/src/services/conf.service.d.ts +1 -0
  294. package/lib/src/services/conf.service.d.ts.map +1 -0
  295. package/lib/src/services/customers.service.d.ts +1 -0
  296. package/lib/src/services/customers.service.d.ts.map +1 -0
  297. package/lib/src/services/domains.service.d.ts +3 -2
  298. package/lib/src/services/domains.service.d.ts.map +1 -0
  299. package/lib/src/services/editor.service.d.ts +6 -4
  300. package/lib/src/services/editor.service.d.ts.map +1 -0
  301. package/lib/src/services/editor.service.js +81 -8
  302. package/lib/src/services/editor.service.js.map +1 -1
  303. package/lib/src/services/editorBase.service.d.ts +1 -0
  304. package/lib/src/services/editorBase.service.d.ts.map +1 -0
  305. package/lib/src/services/handleFile.service.d.ts +1 -0
  306. package/lib/src/services/handleFile.service.d.ts.map +1 -0
  307. package/lib/src/services/history.service.d.ts +1 -0
  308. package/lib/src/services/history.service.d.ts.map +1 -0
  309. package/lib/src/services/hosting.service.d.ts +1 -0
  310. package/lib/src/services/hosting.service.d.ts.map +1 -0
  311. package/lib/src/services/hostingAdmin.service.d.ts +1 -0
  312. package/lib/src/services/hostingAdmin.service.d.ts.map +1 -0
  313. package/lib/src/services/hostingCommands.service.d.ts +1 -0
  314. package/lib/src/services/hostingCommands.service.d.ts.map +1 -0
  315. package/lib/src/services/id.service.d.ts +1 -0
  316. package/lib/src/services/id.service.d.ts.map +1 -0
  317. package/lib/src/services/listParticipants.service.d.ts +1 -0
  318. package/lib/src/services/listParticipants.service.d.ts.map +1 -0
  319. package/lib/src/services/lists.service copy.d.ts +15 -0
  320. package/lib/src/services/lists.service copy.d.ts.map +1 -0
  321. package/lib/src/services/lists.service copy.js +28 -0
  322. package/lib/src/services/lists.service copy.js.map +1 -0
  323. package/lib/src/services/lists.service.d.ts +1 -0
  324. package/lib/src/services/lists.service.d.ts.map +1 -0
  325. package/lib/src/services/media.service.d.ts +1 -0
  326. package/lib/src/services/media.service.d.ts.map +1 -0
  327. package/lib/src/services/publish.service.d.ts +1 -0
  328. package/lib/src/services/publish.service.d.ts.map +1 -0
  329. package/lib/src/services/publishData.service.d.ts +3 -2
  330. package/lib/src/services/publishData.service.d.ts.map +1 -0
  331. package/lib/src/services/publishData.service.js +4 -4
  332. package/lib/src/services/publishData.service.js.map +1 -1
  333. package/lib/src/services/publishMethod.service.d.ts +1 -0
  334. package/lib/src/services/publishMethod.service.d.ts.map +1 -0
  335. package/lib/src/services/secret.service.d.ts +1 -0
  336. package/lib/src/services/secret.service.d.ts.map +1 -0
  337. package/lib/src/services/universal.service.d.ts +1 -0
  338. package/lib/src/services/universal.service.d.ts.map +1 -0
  339. package/lib/tests/editorService.spec.d.ts +1 -0
  340. package/lib/tests/editorService.spec.d.ts.map +1 -0
  341. package/lib/tests/getUnsetObject.spec.d.ts +1 -0
  342. package/lib/tests/getUnsetObject.spec.d.ts.map +1 -0
  343. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modelv2.class.d.ts","sourceRoot":"","sources":["../../../src/classes/modelv2.class.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,EAAE,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,KAAK,CAAC;AAEpD,OAAO,KAAK,EAAE,EACZ,oBAAoB,EACpB,gBAAgB,EAAE,WAAW,EAC9B,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE5C,OAAO,MAAM,MAAM,gBAAgB,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,MAAM,CAAC,OAAO,OAAO,OAAO,CAAC,CAAC,SAAS,KAAK,CAAC,QAAQ;IAEnD,GAAG,EAAE,GAAG,CAAC;IAET,aAAa,EAAE,MAAM,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAA6D;IAE/H,eAAe,EAAE,MAAM,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAiE;IAEzI,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC;IAEhB,UAAU,EAAE,MAAM,CAAC;IAEnB,OAAO,EAAE,gBAAgB,EAAE,CAAM;IAEjC,OAAO,EAAE;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,QAAQ,CAAC,YAAY,CAAC,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;KAAC,EAAE,CAAM;IAElG,IAAI,EAAE,CAAC,CAAC;IAER,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;SAMK;IACL,YAAY,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC;IAE1B,8CAA8C;IAC9C,eAAe,EAAE,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC,EAAE,CAAC;IAEtC,wGAAwG;IACxG,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC;IAEvB,qEAAqE;IACrE,iBAAiB,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC;IAE/B;;;MAGE;IACF,QAAQ,EAAE,OAAO,CAAC;IAElB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;MAEE;IACF,gBAAgB,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,KAAK,OAAO,CAAC,MAAM,GAAC,MAAM,CAAC,CAAC;IAEnE;;;MAGE;IACF,WAAW,EAAE,MAAM,CAAC,SAAS,GAAC,SAAS,EAAE,MAAM,CAAC,CAAC;IAEjD,WAAW,EAAE,MAAM,CAAC;IAEpB;;MAEE;IACF,SAAS,CAAC,EAAE,CAAC,GAAG,GAAG,OAAA,KAAK,IAAI,CAAC;gBAEjB,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO;IAiBxF,MAAM,CAAC,GAAG,EAAE,GAAG;IAMf,cAAc,CAAC,WAAW,EAAE,MAAM;IAOlC;;;;;OAKG;IACH,kBAAkB,CAAC,WAAW,EAAE,WAAW,EAAE,UAAU,CAAC,EAAE,UAAU,EAAE,SAAS,CAAC,EAAE,OAAO;IAczF,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,QAAQ,CAAC,YAAY,CAAC,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAgB1F,cAAc;IAUd,aAAa,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,CAAC,YAAY,CAAC,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAO7F,QAAQ,CAAC,KAAK,EAAE,gBAAgB,GAAG,oBAAoB,EAAE,OAAO,EAAE,MAAM;IAQlE,aAAa,CAAC,OAAO,EAAE,CAAC,gBAAgB,GAAG,oBAAoB,CAAC,EAAE;IA8CxE,QAAQ,CAAC,IAAI,EAAE,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,QAAQ,CAAC,YAAY,CAAC;IAM3D;;;OAGG;IACH,GAAG,CAAC,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,QAAQ,CAAC,YAAY,CAAC;IAQzC,cAAc,CAAC,IAAI,EAAE,CAAC;IA8CtB,IAAI,EAAE,wBAIL;CAEF"}
@@ -20,3 +20,4 @@ export declare class MongoClass {
20
20
  }
21
21
  declare const _default: MongoClass;
22
22
  export default _default;
23
+ //# sourceMappingURL=mongo.class.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mongo.class.d.ts","sourceRoot":"","sources":["../../../src/classes/mongo.class.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,EAAE,EAGH,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,oBAAoB,EAAoB,MAAM,yBAAyB,CAAC;AAGjF;;GAEG;AACH,qBAAa,UAAU;IAErB,MAAM,EAAE,KAAK,CAAC,WAAW,CAAC;IAE1B,EAAE,EAAE,EAAE,CAAC;IAEP,aAAa,EAAE,MAAM,CAAC;IAEtB,mBAAmB,EAAE,oBAAoB,CAAC;gBAE9B,aAAa,CAAC,EAAE,MAAM;IAWlC;;OAEG;IACH,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IAM3B;;OAEG;IACG,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC;CAmF/B;;AAED,wBAA8D"}
@@ -15,3 +15,4 @@ export default class DnsSslChallenge {
15
15
  set(data: any): Promise<import("@azure/arm-dns").RecordSet>;
16
16
  remove(data: any): Promise<void>;
17
17
  }
18
+ //# sourceMappingURL=dns.challenge.class.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dns.challenge.class.d.ts","sourceRoot":"","sources":["../../src/dns.challenge.class.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAGjF,MAAM,CAAC,OAAO,OAAO,eAAe;IAElC,OAAO,EAAE,MAAM,CAAC;IAEhB,OAAO,EAAE,MAAM,CAAC;IAEhB,cAAc,EAAE,MAAM,CAAC;IAEvB,aAAa,EAAE,MAAM,CAAC;IAEtB,WAAW,EAAE,sBAAsB,GAAG,sBAAsB,CAAC;IAE7D,MAAM,EAAE,mBAAmB,CAAC;IAE5B,OAAO,EAAE,MAAM,CAAC;gBAGd,OAAO,EAAE,MAAM,EACf,WAAW,EAAE,sBAAsB,GAAG,sBAAsB,EAC5D,aAAa,EAAE,MAAM,EACrB,cAAc,EAAE,MAAM;IAUxB,IAAI,CAAC,IAAI,KAAA;IAQT,GAAG,CAAC,IAAI,KAAA;IAOR,KAAK;IAML,GAAG,CAAC,IAAI,KAAA;IAwBF,MAAM,CAAC,IAAI,KAAA;CASlB"}
@@ -12,3 +12,4 @@ export default class DockerCompose {
12
12
  status(): Promise<unknown>;
13
13
  command(command: string, output?: boolean): Promise<unknown>;
14
14
  }
15
+ //# sourceMappingURL=docker-compose.class.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"docker-compose.class.d.ts","sourceRoot":"","sources":["../../src/docker-compose.class.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,OAAO,aAAa;IAEhC,KAAK,EAAE,OAAO,CAAS;IAEvB,UAAU,EAAE,MAAM,CAAC;gBAEP,UAAU,EAAE,MAAM,EAAE,KAAK,GAAE,OAAe;IAOtD,EAAE;IAMF,IAAI;IAMJ,IAAI,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM;IAMvC,OAAO,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM;IAc1C,IAAI,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM;IAMvC,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAatC,aAAa,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM;IAMhD,MAAM;IA4CN,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,GAAE,OAAe;CA2BjD"}
@@ -1,3 +1,4 @@
1
1
  import { ModuleGeneric } from '../interfaces';
2
- declare const _default: (baseModules: ModuleGeneric[], position: 'top' | 'content' | 'bottom', layoutModules?: ModuleGeneric[], source?: string) => ModuleGeneric[];
2
+ declare const _default: <T extends ModuleGeneric = ModuleGeneric>(baseModules: T[], position: 'top' | 'content' | 'bottom', layoutModules?: T[] | undefined, source?: string) => T[];
3
3
  export default _default;
4
+ //# sourceMappingURL=filterMergeModules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filterMergeModules.d.ts","sourceRoot":"","sources":["../../src/filterMergeModules.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;8FAgClC,KAAK,GAAG,SAAS,GAAG,QAAQ,4CAE7B,MAAM;AAJjB,wBAqBE"}
@@ -1 +1 @@
1
- {"version":3,"file":"filterMergeModules.js","sourceRoot":"","sources":["../../src/filterMergeModules.ts"],"names":[],"mappings":";;AAEA,MAAM,aAAa,GAAG,CAAC,OAAwB,EAAE,QAAsC,EAAE,MAAe,EAAE,EAAE;IAE1G,MAAM,eAAe,GAAoB,EAAE,CAAC;IAE5C,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO,CAAC,CAAC,MAAM,EAAE,EAAE;QAE1B,IAAI,MAAM;YAAE,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC;QAEnC,IAAI,QAAQ,KAAK,SAAS,EAAE;YAE1B,IAAI,CAAC,MAAM,CAAC,QAAQ,IAAI,MAAM,CAAC,QAAQ,KAAK,SAAS,EAAE;gBAErD,eAAe,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;aAE9B;SAEF;aAAM,IAAI,MAAM,CAAC,QAAQ,KAAK,QAAQ,EAAE;YAEvC,eAAe,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;SAE9B;IAEH,CAAC,CAAC,CAAC;IAEH,OAAO,eAAe,CAAC;AAEzB,CAAC,CAAC;AAEF,kBAAe,CACb,WAA4B,EAC5B,QAAsC,EACtC,aAA+B,EAC/B,MAAe,EACE,EAAE;IAEnB,MAAM,OAAO,GAAG,aAAa,CAAC,CAAC,CAAC,aAAa,CAAC,aAAa,EAAE,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IAEpF,MAAM,YAAY,GAAG,aAAa,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC;IAE1D,MAAM,OAAO,GAAG,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,MAAM,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,MAAM,KAAK,OAAO,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAEzF,MAAM,MAAM,GAAG,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,MAAM,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,MAAM,KAAK,MAAM,CAAC,CAAC;IAErE,IAAI,OAAO;QAAE,YAAY,CAAC,OAAO,CAAC,GAAG,OAAO,CAAC,CAAC;IAE9C,IAAI,MAAM;QAAE,YAAY,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,CAAC;IAEzC,OAAO,YAAY,CAAC;AAEtB,CAAC,CAAC"}
1
+ {"version":3,"file":"filterMergeModules.js","sourceRoot":"","sources":["../../src/filterMergeModules.ts"],"names":[],"mappings":";;AAEA,MAAM,aAAa,GAAG,CAA0C,OAAY,EAAE,QAAsC,EAAE,MAAe,EAAE,EAAE;IAEvI,MAAM,eAAe,GAAQ,EAAE,CAAC;IAEhC,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO,CAAC,CAAC,MAAM,EAAE,EAAE;QAE1B,IAAI,MAAM;YAAE,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC;QAEnC,IAAI,QAAQ,KAAK,SAAS,EAAE;YAE1B,IAAI,CAAC,MAAM,CAAC,QAAQ,IAAI,MAAM,CAAC,QAAQ,KAAK,SAAS,EAAE;gBAErD,eAAe,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;aAE9B;SAEF;aAAM,IAAI,MAAM,CAAC,QAAQ,KAAK,QAAQ,EAAE;YAEvC,eAAe,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;SAE9B;IAEH,CAAC,CAAC,CAAC;IAEH,OAAO,eAAe,CAAC;AAEzB,CAAC,CAAC;AAEF,kBAAe,CACb,WAAgB,EAChB,QAAsC,EACtC,aAAmB,EACnB,MAAe,EACV,EAAE;IAEP,MAAM,OAAO,GAAG,aAAa,CAAC,CAAC,CAAC,aAAa,CAAC,aAAa,EAAE,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IAEpF,MAAM,YAAY,GAAG,aAAa,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC;IAE1D,MAAM,OAAO,GAAG,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,MAAM,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,MAAM,KAAK,OAAO,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAEzF,MAAM,MAAM,GAAG,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,MAAM,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,MAAM,KAAK,MAAM,CAAC,CAAC;IAErE,IAAI,OAAO;QAAE,YAAY,CAAC,OAAO,CAAC,GAAG,OAAO,CAAC,CAAC;IAE9C,IAAI,MAAM;QAAE,YAAY,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,CAAC;IAEzC,OAAO,YAAY,CAAC;AAEtB,CAAC,CAAC"}
@@ -4,3 +4,4 @@ declare function optionsHelper(req: Request<any, any, any, any, Record<string, a
4
4
  declare function optionsHelper<UserAppWithOptions>(req: Request<any, any, any, any, Record<string, any>>): Required<UserAppWithOptions>;
5
5
  declare function optionsHelper<T>(req: Request<any, any, any, any, Record<string, any>>, moreOptions?: T): UserAppWithOptions & T;
6
6
  export default optionsHelper;
7
+ //# sourceMappingURL=optionsHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"optionsHelper.d.ts","sourceRoot":"","sources":["../../../src/functions/optionsHelper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAGlC,OAAO,kBAAkB,MAAM,4CAA4C,CAAC;AAE5E,iBAAS,aAAa,CAAC,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,GAAG,kBAAkB,CAAC;AAClG,iBAAS,aAAa,CAAC,kBAAkB,EAAE,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,GAAG,QAAQ,CAAC,kBAAkB,CAAC,CAAC;AAChI,iBAAS,aAAa,CAAC,CAAC,EAAE,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,EAAE,WAAW,CAAC,EAAE,CAAC,GAAG,kBAAkB,GAAG,CAAC,CAAC;AAc1H,eAAe,aAAa,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import { HttpStatusCode } from '../../interfaces';
2
2
  declare const _default: (statusCode: keyof typeof HttpStatusCode, res: any) => any;
3
3
  export default _default;
4
+ //# sourceMappingURL=respondCode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"respondCode.d.ts","sourceRoot":"","sources":["../../../src/functions/respondCode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;qCAEtB,MAAM,qBAAqB,OAAO,GAAG;AAAjE,wBAAmH"}
@@ -3,3 +3,4 @@
3
3
  */
4
4
  declare const _default: (obj: Object) => void;
5
5
  export default _default;
6
+ //# sourceMappingURL=cleanObject.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cleanObject.d.ts","sourceRoot":"","sources":["../../../src/helpers/cleanObject.ts"],"names":[],"mappings":"AAAA;;EAEE;8BACmB,MAAM;AAA3B,wBAIE"}
@@ -1,3 +1,4 @@
1
1
  import { CompanyAttribute } from '../../interfaces';
2
2
  declare const _default: (scope: CompanyAttribute, params?: boolean) => (req: any, res: any, next: any) => Promise<any>;
3
3
  export default _default;
4
+ //# sourceMappingURL=companyRights.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"companyRights.d.ts","sourceRoot":"","sources":["../../../src/helpers/companyRights.ts"],"names":[],"mappings":"AAEA,OAAO,EAAW,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;gCAGtC,gBAAgB,WAAU,OAAO;AAAxD,wBAiBK"}
@@ -5,3 +5,4 @@ import { ImmutableErrorKeys } from '../Immutable.class';
5
5
  */
6
6
  declare const _default: (keyword: ImmutableErrorKeys | string, path?: string, params?: Record<string, any>) => ErrorObject;
7
7
  export default _default;
8
+ //# sourceMappingURL=createError.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createError.d.ts","sourceRoot":"","sources":["../../../src/helpers/createError.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,KAAK,CAAC;AAClC,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAExD;;EAEE;kCACuB,kBAAkB,GAAG,MAAM,SAAS,MAAM,WAAW,OAAO,MAAM,EAAE,GAAG,CAAC,KAAG,WAAW;AAA/G,wBAeE"}
@@ -1,2 +1,3 @@
1
1
  declare const _default: (name: string, vaultUrl: string) => Promise<string>;
2
2
  export default _default;
3
+ //# sourceMappingURL=getSecrets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSecrets.d.ts","sourceRoot":"","sources":["../../../src/helpers/getSecrets.ts"],"names":[],"mappings":"+BAG4B,MAAM,YAAY,MAAM;AAApD,wBASE"}
@@ -1,2 +1,3 @@
1
1
  declare const _default: (obj: Object) => any;
2
2
  export default _default;
3
+ //# sourceMappingURL=hardCopy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hardCopy.d.ts","sourceRoot":"","sources":["../../../src/helpers/hardCopy.ts"],"names":[],"mappings":"8BACqB,MAAM;AAA3B,wBAAgE"}
@@ -13,3 +13,4 @@ someStringGG
13
13
  ```
14
14
  */
15
15
  export default function isValidObjectId(_idOrFilterQuery: unknown): boolean;
16
+ //# sourceMappingURL=isValidObjectId.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isValidObjectId.d.ts","sourceRoot":"","sources":["../../../src/helpers/isValidObjectId.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,gBAAgB,EAAE,OAAO,WAIhE"}
@@ -1,2 +1,3 @@
1
1
  declare const _default: (tags: string[], regex: RegExp, search: string) => string[];
2
2
  export default _default;
3
+ //# sourceMappingURL=matchSortArray.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"matchSortArray.d.ts","sourceRoot":"","sources":["../../../src/helpers/matchSortArray.ts"],"names":[],"mappings":"+BAAsB,MAAM,EAAE,SAAS,MAAM,UAAU,MAAM;AAA7D,wBAyBE"}
@@ -31,3 +31,4 @@ export default class HttpSslChallenge {
31
31
  */
32
32
  createDirectories(): Promise<void>;
33
33
  }
34
+ //# sourceMappingURL=http.challenge.class.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"http.challenge.class.d.ts","sourceRoot":"","sources":["../../src/http.challenge.class.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAGrD,MAAM,CAAC,OAAO,OAAO,gBAAgB;IAEnC,OAAO,EAAE,MAAM,CAAC;IAEhB,OAAO,EAAE,MAAM,CAAC;IAEhB,WAAW,EAAE,oBAAoB,CAAC;gBAEtB,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,oBAAoB;IAS/E,IAAI,CAAC,IAAI,KAAA;IAMT,GAAG,CAAC,IAAI,KAAA;IAMR;;;;;SAKK;IACC,GAAG,CAAC,IAAI,KAAA;IAYR,MAAM,CAAC,IAAI,KAAA;IASjB;;;;;;SAMK;IACL,YAAY,CAAC,GAAG,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM;IAUpC;;;;;;SAMK;IACC,iBAAiB;CAQxB"}
@@ -1 +1,2 @@
1
1
  export type Action = 'read' | 'remove' | 'create' | 'edit' | 'list' | 'history' | 'settings';
2
+ //# sourceMappingURL=Action.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Action.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/Action.interface.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,MAAM,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,CAAC"}
@@ -2,3 +2,4 @@ import ModuleIndexOptions from './ModuleIndexOptions.interface';
2
2
  export default interface AdditionalContentInformation {
3
3
  index?: ModuleIndexOptions[];
4
4
  }
5
+ //# sourceMappingURL=AdditionalContentInformation.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AdditionalContentInformation.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/AdditionalContentInformation.interface.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,MAAM,gCAAgC,CAAC;AAEhE,MAAM,CAAC,OAAO,WAAW,4BAA4B;IACnD,KAAK,CAAC,EAAE,kBAAkB,EAAE,CAAA;CAC7B"}
@@ -0,0 +1,6 @@
1
+ export default interface Agreement {
2
+ required: boolean;
3
+ text: string;
4
+ contentId: string;
5
+ }
6
+ //# sourceMappingURL=Agreement.interface%20copy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Agreement.interface copy.d.ts","sourceRoot":"","sources":["../../../src/interfaces/Agreement.interface copy.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,WAAW,SAAS;IAC9B,QAAQ,EAAE,OAAO,CAAA;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;CACpB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Agreement.interface%20copy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Agreement.interface copy.js","sourceRoot":"","sources":["../../../src/interfaces/Agreement.interface copy.ts"],"names":[],"mappings":""}
@@ -3,3 +3,4 @@ export default interface Agreement {
3
3
  text: string;
4
4
  contentId: string;
5
5
  }
6
+ //# sourceMappingURL=Agreement.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Agreement.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/Agreement.interface.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,WAAW,SAAS;IAC9B,QAAQ,EAAE,OAAO,CAAA;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;CACpB"}
@@ -2,3 +2,4 @@ export default interface AgreementResponse {
2
2
  id: string;
3
3
  version: string;
4
4
  }
5
+ //# sourceMappingURL=AgreementResponse.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AgreementResponse.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/AgreementResponse.interface.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,WAAW,iBAAiB;IACtC,EAAE,EAAE,MAAM,CAAA;IACV,OAAO,EAAE,MAAM,CAAA;CAClB"}
@@ -9,3 +9,4 @@ export default interface ApiResponses<T = void> {
9
9
  status: HttpStatusCode.OK | HttpStatusCode.NO_CONTENT;
10
10
  };
11
11
  }
12
+ //# sourceMappingURL=ApiResponses.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ApiResponses.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/ApiResponses.interface.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,uBAAuB,CAAC;AAEnD,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC,CAAC,GAAG,IAAI;IAE5C,IAAI,EAAE;QACJ,IAAI,EAAE,CAAC,CAAC;QACR,MAAM,EAAE,cAAc,CAAC,EAAE,GAAG,cAAc,CAAC,UAAU,CAAA;KACtD,CAAA;IAED,GAAG,EAAE;QACH,IAAI,EAAE,CAAC,CAAC;QACR,MAAM,EAAE,cAAc,CAAC,EAAE,GAAG,cAAc,CAAC,UAAU,CAAA;KACtD,CAAA;CAEF"}
@@ -12,3 +12,4 @@ export default interface App extends BasicDataInterface {
12
12
  attributes?: 'previewInternal' | 'previewPublic' | 'paid'[];
13
13
  available?: 'unavailable' | 'internal' | 'preview' | 'public';
14
14
  }
15
+ //# sourceMappingURL=App.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"App.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/App.interface.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,MAAM,uBAAuB,CAAC;AAEvD,MAAM,CAAC,OAAO,WAAW,GAAI,SAAQ,kBAAkB;IAErD,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAC;IAEb,SAAS,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB,mFAAmF;IACnF,MAAM,EAAE,MAAM,EAAE,CAAA;IAEhB,IAAI,EAAE,MAAM,CAAA;IAEZ,gBAAgB,EAAE,OAAO,CAAA;IACzB,gBAAgB,EAAE,OAAO,CAAA;IAEzB,UAAU,CAAC,EAAE,iBAAiB,GAAC,eAAe,GAAC,MAAM,EAAE,CAAA;IAEvD,SAAS,CAAC,EAAE,aAAa,GAAG,UAAU,GAAG,SAAS,GAAG,QAAQ,CAAC;CAE/D"}
@@ -1,2 +1,3 @@
1
1
  export default interface AppFilter extends Array<'active' | 'previewPublic' | 'previewInternal' | 'paid'> {
2
2
  }
3
+ //# sourceMappingURL=AppFilter.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppFilter.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/AppFilter.interface.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,WAAW,SAAU,SAAQ,KAAK,CAAC,QAAQ,GAAG,eAAe,GAAG,iBAAiB,GAAG,MAAM,CAAC;CAAG"}
@@ -5,3 +5,4 @@ export default interface AppPermissions {
5
5
  project: string;
6
6
  scope: Scope;
7
7
  }
8
+ //# sourceMappingURL=AppPermissions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppPermissions.d.ts","sourceRoot":"","sources":["../../../src/interfaces/AppPermissions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE1C,MAAM,CAAC,OAAO,WAAW,cAAc;IACrC,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAEhB,KAAK,EAAE,KAAK,CAAC;CACd"}
@@ -1,2 +1,3 @@
1
1
  type AvailableStorageTypes = 'mock' | 'azureBlob' | 'azureStorage' | 'filesystem';
2
2
  export default AvailableStorageTypes;
3
+ //# sourceMappingURL=AvailableStorageTypes.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvailableStorageTypes.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/AvailableStorageTypes.interface.ts"],"names":[],"mappings":"AAAA,KAAK,qBAAqB,GAAG,MAAM,GAAC,WAAW,GAAC,cAAc,GAAC,YAAY,CAAC;AAC5E,eAAe,qBAAqB,CAAC"}
@@ -5,3 +5,4 @@ export default interface BaseFilterOptions {
5
5
  tags?: string[];
6
6
  search?: string;
7
7
  }
8
+ //# sourceMappingURL=BaseFilterOptions.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseFilterOptions.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/BaseFilterOptions.interface.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,WAAW,iBAAiB;IACxC,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB"}
@@ -14,3 +14,4 @@ export default interface BasicDataInterface {
14
14
  additional?: any;
15
15
  };
16
16
  }
17
+ //# sourceMappingURL=BasicData.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BasicData.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/BasicData.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAEnC,MAAM,CAAC,OAAO,WAAW,kBAAkB;IAEzC,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,GAAG,CAAC,EAAE,QAAQ,CAAA;IACd,OAAO,CAAC,EAAE;QACR,OAAO,CAAC,EAAE,MAAM,CAAA;QAChB,MAAM,EAAE,MAAM,CAAA;QACd,OAAO,CAAC,EAAE,IAAI,CAAA;QACd,OAAO,CAAC,EAAE,IAAI,CAAA;QACd,UAAU,CAAC,EAAE,GAAG,CAAA;KACjB,CAAC;CAEH"}
@@ -3,3 +3,4 @@ export default interface CallResponse<T> {
3
3
  status: HttpStatusCode;
4
4
  r: T;
5
5
  }
6
+ //# sourceMappingURL=CallResponse.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallResponse.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/CallResponse.interface.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,uBAAuB,CAAC;AAEnD,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC,CAAC;IACrC,MAAM,EAAE,cAAc,CAAC;IACvB,CAAC,EAAE,CAAC,CAAC;CACN"}
@@ -2,3 +2,4 @@ export default interface CertificateActionResult {
2
2
  error?: string;
3
3
  message?: string;
4
4
  }
5
+ //# sourceMappingURL=CertificateActionResult.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CertificateActionResult.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/CertificateActionResult.interface.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,WAAW,uBAAuB;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB"}
@@ -5,3 +5,4 @@ export default interface ChildData {
5
5
  };
6
6
  index: string[];
7
7
  }
8
+ //# sourceMappingURL=ChildData.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChildData.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/ChildData.interface.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,qBAAqB,CAAC;AAE1C,MAAM,CAAC,OAAO,WAAW,SAAS;IAChC,IAAI,EAAE;QACJ,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KACvB,CAAA;IACD,KAAK,EAAE,MAAM,EAAE,CAAA;CAChB"}
@@ -1,3 +1,4 @@
1
1
  import Options from './Options.interface';
2
2
  export default interface CompanyProject extends Required<Options> {
3
3
  }
4
+ //# sourceMappingURL=CompanyProject.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CompanyProject.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/CompanyProject.interface.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,qBAAqB,CAAC;AAE1C,MAAM,CAAC,OAAO,WAAW,cAAe,SAAQ,QAAQ,CAAC,OAAO,CAAC;CAAG"}
@@ -1,3 +1,4 @@
1
1
  import { Editor } from '../models/editor.model';
2
2
  export default interface Content extends Editor {
3
3
  }
4
+ //# sourceMappingURL=Content.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Content.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/Content.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD,MAAM,CAAC,OAAO,WAAW,OAAQ,SAAQ,MAAM;CAAG"}
@@ -8,3 +8,4 @@ export default interface ContentPrepared {
8
8
  bottom: Content['modules'];
9
9
  additional: AdditionalContentInformation;
10
10
  }
11
+ //# sourceMappingURL=ContentPrepared.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContentPrepared.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/ContentPrepared.interface.ts"],"names":[],"mappings":"AAAA,OAAO,4BAA4B,MAAM,0CAA0C,CAAC;AACpF,OAAO,OAAO,MAAM,qBAAqB,CAAC;AAE1C,MAAM,CAAC,OAAO,WAAW,eAAe;IAEtC,EAAE,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,CAAA;IAClB,QAAQ,EAAE,OAAO,CAAC,UAAU,CAAC,CAAA;IAC7B,GAAG,EAAE,OAAO,CAAC,SAAS,CAAC,CAAA;IACvB,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,CAAA;IAC3B,MAAM,EAAE,OAAO,CAAC,SAAS,CAAC,CAAA;IAC1B,UAAU,EAAE,4BAA4B,CAAA;CAEzC"}
@@ -5,3 +5,4 @@ export default interface Contract {
5
5
  mimetype: string;
6
6
  path?: string;
7
7
  }
8
+ //# sourceMappingURL=Contract.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Contract.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/Contract.interface.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,WAAW,QAAQ;IAE/B,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;CAEd"}
@@ -3,3 +3,4 @@ export default interface CreateResult<T> {
3
3
  _id: InferIdType<T>;
4
4
  id?: string | number;
5
5
  }
6
+ //# sourceMappingURL=CreateResult.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateResult.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/CreateResult.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC,CAAC;IAErC,GAAG,EAAE,WAAW,CAAC,CAAC,CAAC,CAAA;IACnB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CAErB"}
@@ -9,3 +9,4 @@ export default interface DataObject<T> {
9
9
  };
10
10
  data?: T;
11
11
  }
12
+ //# sourceMappingURL=DataObject.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataObject.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/DataObject.interface.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,KAAK,CAAC,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,MAAM,CAAC;QAChB,KAAK,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;KACxB,CAAA;IAED,IAAI,CAAC,EAAE,CAAC,CAAC;CACV"}
@@ -1,3 +1,4 @@
1
1
  export default interface DatabaseQuery {
2
2
  [key: string]: any;
3
3
  }
4
+ //# sourceMappingURL=DatabaseQuery.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DatabaseQuery.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/DatabaseQuery.interface.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,WAAW,aAAa;IACpC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CACnB"}
@@ -29,3 +29,4 @@ export default interface DatabaseQueryOptions {
29
29
  keepSearch?: boolean;
30
30
  keepSort?: boolean;
31
31
  }
32
+ //# sourceMappingURL=DatabaseQueryOptions.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DatabaseQueryOptions.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/DatabaseQueryOptions.interface.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,WAAW,oBAAoB;IAC3C;;;;;SAKK;IACL,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;;SAKK;IACL,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;;;SAMK;IACL,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;SAIK;IACL,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
@@ -9,3 +9,4 @@ export default interface DatabaseQuerySites {
9
9
  */
10
10
  range: [number, number];
11
11
  }
12
+ //# sourceMappingURL=DatabaseQuerySites.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DatabaseQuerySites.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/DatabaseQuerySites.interface.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,WAAW,kBAAkB;IAEzC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IAEb;;;;SAIK;IACL,KAAK,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACzB"}
@@ -8,3 +8,4 @@ export default interface DesignModule {
8
8
  }[];
9
9
  component: () => void;
10
10
  }
11
+ //# sourceMappingURL=DesignModule.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DesignModule.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/DesignModule.interface.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,WAAW,YAAY;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE;QACR,GAAG,EAAE,MAAM,CAAC;QACZ,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,KAAK,CAAC,EAAE,MAAM,CAAA;KACf,EAAE,CAAC;IACJ,SAAS,EAAE,MAAM,IAAI,CAAA;CACtB"}
@@ -11,3 +11,4 @@ export default interface DomainConf {
11
11
  defaultDomain?: string;
12
12
  certificate?: string;
13
13
  }
14
+ //# sourceMappingURL=DomainConf.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DomainConf.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/DomainConf.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE1C,MAAM,CAAC,OAAO,WAAW,UAAU;IAEjC,OAAO,EAAE,MAAM,EAAE,CAAA;IAEjB,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb,KAAK,CAAC,EAAE;QACN,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAA;IAED,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,MAAM,CAAA;IAEf,aAAa,CAAC,EAAE,MAAM,CAAA;IAEtB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB"}
@@ -2,3 +2,4 @@ export default interface EditorActiveModule {
2
2
  uuid?: string;
3
3
  position?: string;
4
4
  }
5
+ //# sourceMappingURL=EditorActiveModule.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EditorActiveModule.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/EditorActiveModule.interface.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,WAAW,kBAAkB;IACzC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB"}
@@ -3,3 +3,4 @@ export default interface EditorLegacy {
3
3
  immutable_history?: string;
4
4
  immutable_user?: string;
5
5
  }
6
+ //# sourceMappingURL=EditorLegacy.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EditorLegacy.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/EditorLegacy.interface.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,WAAW,YAAY;IACnC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB"}
@@ -0,0 +1,10 @@
1
+ import Content from "./Content.interface";
2
+ type CompatibleGenericDataType = 'editor' | 'lists' | 'customers' | 'media';
3
+ type GenericData = {
4
+ [key in CompatibleGenericDataType]: string[];
5
+ } & {
6
+ data: Content[];
7
+ };
8
+ export default GenericData;
9
+ export { CompatibleGenericDataType };
10
+ //# sourceMappingURL=GenericData.interface%20copy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GenericData.interface copy.d.ts","sourceRoot":"","sources":["../../../src/interfaces/GenericData.interface copy.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,qBAAqB,CAAA;AAEzC,KAAK,yBAAyB,GAAG,QAAQ,GAAG,OAAO,GAAG,WAAW,GAAG,OAAO,CAAC;AAE5E,KAAK,WAAW,GAAG;KACd,GAAG,IAAI,yBAAyB,GAAG,MAAM,EAAE;CAC/C,GAAG;IACA,IAAI,EAAE,OAAO,EAAE,CAAA;CAClB,CAAA;AAED,eAAe,WAAW,CAAC;AAC3B,OAAO,EACH,yBAAyB,EAC5B,CAAA"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=GenericData.interface%20copy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GenericData.interface copy.js","sourceRoot":"","sources":["../../../src/interfaces/GenericData.interface copy.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import Content from "./Content.interface";
2
+ type CompatibleGenericDataType = 'editor' | 'lists' | 'customers' | 'media';
3
+ type GenericData = {
4
+ [key in CompatibleGenericDataType]: string[];
5
+ } & {
6
+ data: Content[];
7
+ };
8
+ export default GenericData;
9
+ export { CompatibleGenericDataType };
10
+ //# sourceMappingURL=GenericData.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GenericData.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/GenericData.interface.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,qBAAqB,CAAA;AAEzC,KAAK,yBAAyB,GAAG,QAAQ,GAAG,OAAO,GAAG,WAAW,GAAG,OAAO,CAAC;AAE5E,KAAK,WAAW,GAAG;KACd,GAAG,IAAI,yBAAyB,GAAG,MAAM,EAAE;CAC/C,GAAG;IACA,IAAI,EAAE,OAAO,EAAE,CAAA;CAClB,CAAA;AAED,eAAe,WAAW,CAAC;AAC3B,OAAO,EACH,yBAAyB,EAC5B,CAAA"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=GenericData.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GenericData.interface.js","sourceRoot":"","sources":["../../../src/interfaces/GenericData.interface.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import Content from "./Content.interface";
2
+ import { CompatibleGenericDataType } from "./GenericData.interface";
3
+ type GenericDataWithContent = {
4
+ [key in CompatibleGenericDataType]: Record<string, Content>;
5
+ };
6
+ export default GenericDataWithContent;
7
+ //# sourceMappingURL=GenericDataWithContent.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GenericDataWithContent.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/GenericDataWithContent.interface.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,qBAAqB,CAAA;AACzC,OAAO,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAEpE,KAAK,sBAAsB,GAAG;KACzB,GAAG,IAAI,yBAAyB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;CAC9D,CAAA;AAED,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=GenericDataWithContent.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GenericDataWithContent.interface.js","sourceRoot":"","sources":["../../../src/interfaces/GenericDataWithContent.interface.ts"],"names":[],"mappings":""}
@@ -1 +1,2 @@
1
1
  export type HistoryReason = 'create' | 'change' | 'recreate' | 'delete' | 'copy';
2
+ //# sourceMappingURL=HistoryReason.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HistoryReason.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/HistoryReason.interface.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,QAAQ,GAAG,UAAU,GAAG,QAAQ,GAAG,MAAM,CAAC"}
@@ -2,3 +2,4 @@ export default interface HostingPorts {
2
2
  http: number;
3
3
  https: number;
4
4
  }
5
+ //# sourceMappingURL=HostingPorts.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HostingPorts.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/HostingPorts.interface.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,WAAW,YAAY;IACnC,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;CACd"}
@@ -4,3 +4,4 @@ export default interface HostingWithSettings extends Hosting {
4
4
  ip: string;
5
5
  };
6
6
  }
7
+ //# sourceMappingURL=HostingWithSettings.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HostingWithSettings.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/HostingWithSettings.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAElD,MAAM,CAAC,OAAO,WAAW,mBAAoB,SAAQ,OAAO;IAC1D,QAAQ,EAAE;QACR,EAAE,EAAE,MAAM,CAAA;KACX,CAAA;CACF"}
@@ -317,3 +317,4 @@ declare enum HttpStatusCode {
317
317
  NETWORK_AUTHENTICATION_REQUIRED = 511
318
318
  }
319
319
  export default HttpStatusCode;
320
+ //# sourceMappingURL=HttpStatusCode.enum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HttpStatusCode.enum.d.ts","sourceRoot":"","sources":["../../../src/interfaces/HttpStatusCode.enum.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,aAAK,cAAc;IAEjB;;;;;;SAMK;IACL,QAAQ,MAAM;IAEd;;SAEK;IACL,mBAAmB,MAAM;IAEzB;;;;SAIK;IACL,UAAU,MAAM;IAEhB;;;;;SAKK;IACL,EAAE,MAAM;IAER;;SAEK;IACL,OAAO,MAAM;IAEb;;;SAGK;IACL,QAAQ,MAAM;IAEd;;;;SAIK;IACL,6BAA6B,MAAM;IAEnC;;SAEK;IACL,UAAU,MAAM;IAEhB;;;SAGK;IACL,aAAa,MAAM;IAEnB;;;;SAIK;IACL,eAAe,MAAM;IAErB;;;SAGK;IACL,YAAY,MAAM;IAElB;;;SAGK;IACL,gBAAgB,MAAM;IAEtB;;;SAGK;IACL,OAAO,MAAM;IAEb;;;;SAIK;IACL,gBAAgB,MAAM;IAEtB;;SAEK;IACL,iBAAiB,MAAM;IAEvB;;;;;;;SAOK;IACL,KAAK,MAAM;IAEX;;;;;SAKK;IACL,SAAS,MAAM;IAEf;;;SAGK;IACL,YAAY,MAAM;IAElB;;;;SAIK;IACL,SAAS,MAAM;IAEf;;SAEK;IACL,YAAY,MAAM;IAElB;;;;;SAKK;IACL,kBAAkB,MAAM;IAExB;;;;SAIK;IACL,kBAAkB,MAAM;IAExB;;;SAGK;IACL,WAAW,MAAM;IAEjB;;;;;SAKK;IACL,YAAY,MAAM;IAElB;;;;SAIK;IACL,gBAAgB,MAAM;IAEtB;;;SAGK;IACL,SAAS,MAAM;IAEf;;;SAGK;IACL,SAAS,MAAM;IAEf;;;SAGK;IACL,kBAAkB,MAAM;IAExB;;SAEK;IACL,cAAc,MAAM;IAEpB;;SAEK;IACL,6BAA6B,MAAM;IAEnC;;;;SAIK;IACL,eAAe,MAAM;IAErB;;;SAGK;IACL,QAAQ,MAAM;IAEd;;;;;;SAMK;IACL,IAAI,MAAM;IAEV;;SAEK;IACL,eAAe,MAAM;IAErB;;SAEK;IACL,mBAAmB,MAAM;IAEzB;;SAEK;IACL,iBAAiB,MAAM;IAEvB;;;;SAIK;IACL,YAAY,MAAM;IAElB;;;SAGK;IACL,sBAAsB,MAAM;IAE5B;;;;SAIK;IACL,qBAAqB,MAAM;IAE3B;;SAEK;IACL,kBAAkB,MAAM;IAExB;;;;SAIK;IACL,aAAa,MAAM;IAEnB;;SAEK;IACL,mBAAmB,MAAM;IAEzB;;SAEK;IACL,oBAAoB,MAAM;IAE1B;;SAEK;IACL,MAAM,MAAM;IAEZ;;SAEK;IACL,iBAAiB,MAAM;IAEvB;;SAEK;IACL,gBAAgB,MAAM;IAEtB;;;;;SAKK;IACL,qBAAqB,MAAM;IAE3B;;SAEK;IACL,iBAAiB,MAAM;IAEvB;;;SAGK;IACL,+BAA+B,MAAM;IAErC;;;SAGK;IACL,6BAA6B,MAAM;IAEnC;;SAEK;IACL,qBAAqB,MAAM;IAE3B;;;SAGK;IACL,eAAe,MAAM;IAErB;;SAEK;IACL,WAAW,MAAM;IAEjB;;;SAGK;IACL,mBAAmB,MAAM;IAEzB;;SAEK;IACL,eAAe,MAAM;IAErB;;SAEK;IACL,0BAA0B,MAAM;IAEhC;;SAEK;IACL,uBAAuB,MAAM;IAE7B;;SAEK;IACL,oBAAoB,MAAM;IAE1B;;SAEK;IACL,aAAa,MAAM;IAEnB;;SAEK;IACL,YAAY,MAAM;IAElB;;;;SAIK;IACL,+BAA+B,MAAM;CACtC;AAED,eAAe,cAAc,CAAC"}
@@ -3,3 +3,4 @@ export default interface ListCustomQuery<M> {
3
3
  countQuery: Filter<M>;
4
4
  aggregation: Object[];
5
5
  }
6
+ //# sourceMappingURL=ListCustomQueries.interface.d.ts.map