@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.
- package/CHANGELOG.md +7 -0
- package/README.md +14 -0
- package/helper.js +14 -2
- package/lib/cjs/Access.d.ts +7 -0
- package/lib/cjs/AdditionalContentInformation.d.ts +4 -0
- package/{dist/Address.interface.d.ts → lib/cjs/Address.d.ts} +1 -1
- package/{dist/Agreement.interface.d.ts → lib/cjs/Agreement.d.ts} +1 -1
- package/lib/cjs/AgreementResponse.d.ts +4 -0
- package/lib/cjs/ApiResponses.d.ts +10 -0
- package/{dist/App.interface.d.ts → lib/cjs/App.d.ts} +1 -2
- package/lib/cjs/AppFilter.d.ts +2 -0
- package/lib/cjs/AppPermissions.d.ts +7 -0
- package/lib/cjs/AvailableStorageTypes.d.ts +1 -0
- package/{dist/AvailableVariant.interface.d.ts → lib/cjs/AvailableVariant.d.ts} +1 -1
- package/{dist/BaseFilterOptions.interface.d.ts → lib/cjs/BaseFilterOptions.d.ts} +1 -1
- package/{dist/BasicData.interface.d.ts → lib/cjs/BasicData.d.ts} +2 -2
- package/lib/cjs/BasicDataDatabase.d.ts +16 -0
- package/lib/cjs/CallResponse.d.ts +5 -0
- package/lib/cjs/Certificate.d.ts +13 -0
- package/lib/cjs/CertificateAction.d.ts +22 -0
- package/lib/cjs/CertificateActionResult.d.ts +4 -0
- package/lib/cjs/ChildData.d.ts +7 -0
- package/lib/cjs/Command.d.ts +1 -0
- package/lib/cjs/Company.d.ts +19 -0
- package/lib/cjs/CompanyAttribute.d.ts +1 -0
- package/lib/cjs/CompanyProject.d.ts +3 -0
- package/lib/cjs/Content.d.ts +32 -0
- package/{dist/ContentPrepared.interface.d.ts → lib/cjs/ContentWithPositions.d.ts} +3 -3
- package/{dist/Contract.interface.d.ts → lib/cjs/Contract.d.ts} +1 -1
- package/{dist/CreateResult.interface.d.ts → lib/cjs/CreateResult.d.ts} +1 -1
- package/lib/cjs/CustomerBase.d.ts +18 -0
- package/lib/cjs/CustomerCompany.d.ts +8 -0
- package/lib/cjs/CustomerPerson.d.ts +6 -0
- package/lib/cjs/CustomerPersonWithAddress.d.ts +3 -0
- package/lib/cjs/CustomerPersonWithEmail.d.ts +4 -0
- package/lib/cjs/Customers.d.ts +3 -0
- package/lib/cjs/CustomersModelActions.d.ts +1 -0
- package/{dist/DataObject.interface.d.ts → lib/cjs/DataObject.d.ts} +1 -1
- package/lib/cjs/DatabaseQuery.d.ts +3 -0
- package/{dist/DatabaseQueryOptions.interface.d.ts → lib/cjs/DatabaseQueryOptions.d.ts} +1 -1
- package/{dist/DatabaseQuerySites.interface.d.ts → lib/cjs/DatabaseQuerySites.d.ts} +1 -1
- package/{dist/DesignModule.interface.d.ts → lib/cjs/DesignModule.d.ts} +2 -2
- package/lib/cjs/Domain.d.ts +26 -0
- package/{dist/DomainConf.interface.d.ts → lib/cjs/DomainConf.d.ts} +2 -2
- package/lib/cjs/DomainsList.d.ts +9 -0
- package/lib/cjs/EditorActiveModule.d.ts +4 -0
- package/lib/cjs/EditorBase.d.ts +7 -0
- package/{dist/EditorLegacy.interface.d.ts → lib/cjs/EditorLegacy.d.ts} +1 -1
- package/lib/cjs/GenericData.d.ts +9 -0
- package/lib/cjs/GenericDataWithContent.d.ts +6 -0
- package/lib/cjs/History.d.ts +18 -0
- package/lib/cjs/HistoryWithType.d.ts +17 -0
- package/lib/cjs/HostindCommand.d.ts +17 -0
- package/lib/cjs/Hosting.d.ts +6 -0
- package/lib/cjs/HostingPorts.d.ts +4 -0
- package/lib/cjs/HostingSettings.d.ts +5 -0
- package/lib/cjs/HostingWithSettings.d.ts +6 -0
- package/lib/cjs/HttpStatusCodes.d.ts +1 -0
- package/lib/cjs/Id.d.ts +4 -0
- package/lib/cjs/IdentifiersEntity.d.ts +4 -0
- package/lib/cjs/List.d.ts +25 -0
- package/lib/cjs/ListCategory.d.ts +9 -0
- package/{dist/ListCustomQueries.interface.d.ts → lib/cjs/ListCustomQueries.d.ts} +1 -1
- package/{dist/ListOfModels.interface.d.ts → lib/cjs/ListOfModels.d.ts} +1 -1
- package/lib/cjs/ListParticipantWithUser.d.ts +10 -0
- package/lib/cjs/ListParticipants.d.ts +21 -0
- package/{dist/ListParticipantsDetails.interface.d.ts → lib/cjs/ListParticipantsDetails.d.ts} +1 -1
- package/{dist/Location.interface.d.ts → lib/cjs/Location.d.ts} +1 -1
- package/lib/cjs/Me.d.ts +10 -0
- package/lib/cjs/Media.d.ts +33 -0
- package/lib/cjs/MediaContentFiles.d.ts +4 -0
- package/lib/cjs/MediaInfo.d.ts +6 -0
- package/lib/cjs/MediaStats.d.ts +4 -0
- package/lib/cjs/MediaViewInfo.d.ts +7 -0
- package/{dist/Modelv2.interface.d.ts → lib/cjs/Model.d.ts} +1 -1
- package/{dist/ModuleGeneric.interface.d.ts → lib/cjs/ModuleGeneric.d.ts} +4 -4
- package/{dist/ModuleIndexOptions.interface.d.ts → lib/cjs/ModuleIndexOptions.d.ts} +1 -1
- package/{dist/ModulePDFOptions.interface.d.ts → lib/cjs/ModulePDFOptions.d.ts} +1 -1
- package/lib/cjs/ModuleSettings.d.ts +7 -0
- package/lib/cjs/MulterFile.d.ts +32 -0
- package/{dist/Options.interface.d.ts → lib/cjs/Options.d.ts} +1 -1
- package/{dist/Partner.interface.d.ts → lib/cjs/Partner.d.ts} +2 -3
- package/lib/cjs/PermissionsWithScope.d.ts +8 -0
- package/lib/cjs/Project.d.ts +8 -0
- package/lib/cjs/ProjectDomain.d.ts +5 -0
- package/lib/cjs/Publish.d.ts +25 -0
- package/lib/cjs/PublishContentGroup.d.ts +1 -0
- package/lib/cjs/PublishMethod.d.ts +11 -0
- package/lib/cjs/PublishMethodFtp.d.ts +9 -0
- package/lib/cjs/PublishMethodInternal.d.ts +5 -0
- package/lib/cjs/PublishMethodPdf.d.ts +5 -0
- package/lib/cjs/PublishMethodWebhook.d.ts +7 -0
- package/{dist/PublishResult.interface.d.ts → lib/cjs/PublishResult.d.ts} +1 -1
- package/{dist/PublishResultStatistics.interface.d.ts → lib/cjs/PublishResultStatistics.d.ts} +1 -1
- package/{dist/RenderContext.interface.d.ts → lib/cjs/RenderContext.d.ts} +2 -2
- package/lib/cjs/Secret.d.ts +10 -0
- package/lib/cjs/Settings.d.ts +5 -0
- package/lib/cjs/ShareClient.d.ts +30 -0
- package/{dist/ShareClientOptions.interface.d.ts → lib/cjs/ShareClientOptions.d.ts} +1 -1
- package/{dist/SkipLimitSort.interface.d.ts → lib/cjs/SkipLimitSort.d.ts} +1 -1
- package/{dist/StudioIframeMessage.interface.d.ts → lib/cjs/StudioIframeMessage.d.ts} +1 -1
- package/lib/cjs/SystemDomain.d.ts +3 -0
- package/lib/cjs/Tracker.d.ts +14 -0
- package/lib/cjs/TrackerInput.d.ts +6 -0
- package/{dist/TrackerStatistics.interface.d.ts → lib/cjs/TrackerStatistics.d.ts} +2 -2
- package/{dist/Universal.interface.d.ts → lib/cjs/Universal.d.ts} +1 -1
- package/{dist/UserApp.interface.d.ts → lib/cjs/UserApp.d.ts} +1 -1
- package/{dist/UserAppOptionsRequired.interface.d.ts → lib/cjs/UserAppOptionsRequired.d.ts} +1 -1
- package/lib/cjs/UserAppWithOptions.d.ts +4 -0
- package/lib/cjs/VersionInfo.d.ts +7 -0
- package/{dist/Wildcardcertificates.interface.d.ts → lib/cjs/WildcardCertificates.d.ts} +2 -5
- package/lib/cjs/index.d.ts +113 -0
- package/lib/cjs/index.js +0 -0
- package/lib/esm/Access.d.ts +7 -0
- package/lib/esm/Access.js +2 -0
- package/lib/esm/Access.js.map +1 -0
- package/lib/esm/Action.js +2 -0
- package/lib/esm/Action.js.map +1 -0
- package/lib/esm/AdditionalContentInformation.d.ts +4 -0
- package/lib/esm/AdditionalContentInformation.js +2 -0
- package/lib/esm/AdditionalContentInformation.js.map +1 -0
- package/{src/Address.interface.ts → lib/esm/Address.d.ts} +2 -2
- package/lib/esm/Address.js +2 -0
- package/lib/esm/Address.js.map +1 -0
- package/lib/esm/Agreement.d.ts +6 -0
- package/lib/esm/Agreement.js +2 -0
- package/lib/esm/Agreement.js.map +1 -0
- package/lib/esm/AgreementResponse.d.ts +4 -0
- package/lib/esm/AgreementResponse.js +2 -0
- package/lib/esm/AgreementResponse.js.map +1 -0
- package/lib/esm/ApiResponses.d.ts +10 -0
- package/lib/esm/ApiResponses.js +2 -0
- package/lib/esm/ApiResponses.js.map +1 -0
- package/lib/esm/App.d.ts +13 -0
- package/lib/esm/App.js +2 -0
- package/lib/esm/App.js.map +1 -0
- package/lib/esm/AppFilter.d.ts +2 -0
- package/lib/esm/AppFilter.js +2 -0
- package/lib/esm/AppFilter.js.map +1 -0
- package/lib/esm/AppPermissions.d.ts +7 -0
- package/lib/esm/AppPermissions.js +2 -0
- package/lib/esm/AppPermissions.js.map +1 -0
- package/lib/esm/AvailableStorageTypes.d.ts +1 -0
- package/lib/esm/AvailableStorageTypes.js +2 -0
- package/lib/esm/AvailableStorageTypes.js.map +1 -0
- package/lib/esm/AvailableVariant.d.ts +8 -0
- package/lib/esm/AvailableVariant.js +2 -0
- package/lib/esm/AvailableVariant.js.map +1 -0
- package/lib/esm/BaseFilterOptions.d.ts +7 -0
- package/lib/esm/BaseFilterOptions.js +2 -0
- package/lib/esm/BaseFilterOptions.js.map +1 -0
- package/lib/esm/BasicData.d.ts +16 -0
- package/lib/esm/BasicData.js +2 -0
- package/lib/esm/BasicData.js.map +1 -0
- package/lib/esm/BasicDataDatabase.d.ts +16 -0
- package/lib/esm/BasicDataDatabase.js +2 -0
- package/lib/esm/BasicDataDatabase.js.map +1 -0
- package/lib/esm/CallResponse.d.ts +5 -0
- package/lib/esm/CallResponse.js +2 -0
- package/lib/esm/CallResponse.js.map +1 -0
- package/lib/esm/Certificate.d.ts +13 -0
- package/lib/esm/Certificate.js +2 -0
- package/lib/esm/Certificate.js.map +1 -0
- package/lib/esm/CertificateAction.d.ts +22 -0
- package/lib/esm/CertificateAction.js +2 -0
- package/lib/esm/CertificateAction.js.map +1 -0
- package/lib/esm/CertificateActionResult.d.ts +4 -0
- package/lib/esm/CertificateActionResult.js +2 -0
- package/lib/esm/CertificateActionResult.js.map +1 -0
- package/lib/esm/ChildData.d.ts +7 -0
- package/lib/esm/ChildData.js +2 -0
- package/lib/esm/ChildData.js.map +1 -0
- package/lib/esm/Command.d.ts +1 -0
- package/lib/esm/Command.js +2 -0
- package/lib/esm/Command.js.map +1 -0
- package/lib/esm/Company.d.ts +19 -0
- package/lib/esm/Company.js +2 -0
- package/lib/esm/Company.js.map +1 -0
- package/lib/esm/CompanyAttribute.d.ts +1 -0
- package/lib/esm/CompanyAttribute.js +2 -0
- package/lib/esm/CompanyAttribute.js.map +1 -0
- package/lib/esm/CompanyProject.d.ts +3 -0
- package/lib/esm/CompanyProject.js +2 -0
- package/lib/esm/CompanyProject.js.map +1 -0
- package/lib/esm/Content.d.ts +32 -0
- package/lib/esm/Content.js +2 -0
- package/lib/esm/Content.js.map +1 -0
- package/lib/esm/ContentWithPositions.d.ts +10 -0
- package/lib/esm/ContentWithPositions.js +2 -0
- package/lib/esm/ContentWithPositions.js.map +1 -0
- package/lib/esm/Contract.d.ts +7 -0
- package/lib/esm/Contract.js +2 -0
- package/lib/esm/Contract.js.map +1 -0
- package/lib/esm/CreateResult.d.ts +5 -0
- package/lib/esm/CreateResult.js +2 -0
- package/lib/esm/CreateResult.js.map +1 -0
- package/lib/esm/CustomerBase.d.ts +18 -0
- package/lib/esm/CustomerBase.js +2 -0
- package/lib/esm/CustomerBase.js.map +1 -0
- package/lib/esm/CustomerCompany.d.ts +8 -0
- package/lib/esm/CustomerCompany.js +2 -0
- package/lib/esm/CustomerCompany.js.map +1 -0
- package/lib/esm/CustomerPerson.d.ts +6 -0
- package/lib/esm/CustomerPerson.js +2 -0
- package/lib/esm/CustomerPerson.js.map +1 -0
- package/lib/esm/CustomerPersonWithAddress.d.ts +3 -0
- package/lib/esm/CustomerPersonWithAddress.js +2 -0
- package/lib/esm/CustomerPersonWithAddress.js.map +1 -0
- package/lib/esm/CustomerPersonWithEmail.d.ts +4 -0
- package/lib/esm/CustomerPersonWithEmail.js +2 -0
- package/lib/esm/CustomerPersonWithEmail.js.map +1 -0
- package/lib/esm/Customers.d.ts +3 -0
- package/lib/esm/Customers.js +2 -0
- package/lib/esm/Customers.js.map +1 -0
- package/lib/esm/CustomersModelActions.d.ts +1 -0
- package/lib/esm/CustomersModelActions.js +2 -0
- package/lib/esm/CustomersModelActions.js.map +1 -0
- package/lib/esm/DataObject.d.ts +11 -0
- package/lib/esm/DataObject.js +2 -0
- package/lib/esm/DataObject.js.map +1 -0
- package/lib/esm/DatabaseQuery.d.ts +3 -0
- package/lib/esm/DatabaseQuery.js +2 -0
- package/lib/esm/DatabaseQuery.js.map +1 -0
- package/lib/esm/DatabaseQueryOptions.d.ts +31 -0
- package/lib/esm/DatabaseQueryOptions.js +2 -0
- package/lib/esm/DatabaseQueryOptions.js.map +1 -0
- package/lib/esm/DatabaseQuerySites.d.ts +11 -0
- package/lib/esm/DatabaseQuerySites.js +2 -0
- package/lib/esm/DatabaseQuerySites.js.map +1 -0
- package/lib/esm/DesignModule.d.ts +14 -0
- package/lib/esm/DesignModule.js +2 -0
- package/lib/esm/DesignModule.js.map +1 -0
- package/lib/esm/Domain.d.ts +26 -0
- package/lib/esm/Domain.js +2 -0
- package/lib/esm/Domain.js.map +1 -0
- package/lib/esm/DomainConf.d.ts +13 -0
- package/lib/esm/DomainConf.js +2 -0
- package/lib/esm/DomainConf.js.map +1 -0
- package/lib/esm/DomainsList.d.ts +9 -0
- package/lib/esm/DomainsList.js +2 -0
- package/lib/esm/DomainsList.js.map +1 -0
- package/lib/esm/EditorActiveModule.d.ts +4 -0
- package/lib/esm/EditorActiveModule.js +2 -0
- package/lib/esm/EditorActiveModule.js.map +1 -0
- package/lib/esm/EditorBase.d.ts +7 -0
- package/lib/esm/EditorBase.js +2 -0
- package/lib/esm/EditorBase.js.map +1 -0
- package/lib/esm/EditorLegacy.d.ts +5 -0
- package/lib/esm/EditorLegacy.js +2 -0
- package/lib/esm/EditorLegacy.js.map +1 -0
- package/lib/esm/GenericData.d.ts +9 -0
- package/lib/esm/GenericData.js +2 -0
- package/lib/esm/GenericData.js.map +1 -0
- package/lib/esm/GenericDataWithContent.d.ts +6 -0
- package/lib/esm/GenericDataWithContent.js +2 -0
- package/lib/esm/GenericDataWithContent.js.map +1 -0
- package/lib/esm/History.d.ts +18 -0
- package/lib/esm/History.js +2 -0
- package/lib/esm/History.js.map +1 -0
- package/lib/esm/HistoryReason.js +2 -0
- package/lib/esm/HistoryReason.js.map +1 -0
- package/lib/esm/HistoryWithType.d.ts +17 -0
- package/lib/esm/HistoryWithType.js +2 -0
- package/lib/esm/HistoryWithType.js.map +1 -0
- package/lib/esm/HostindCommand.d.ts +17 -0
- package/lib/esm/HostindCommand.js +2 -0
- package/lib/esm/HostindCommand.js.map +1 -0
- package/lib/esm/Hosting.d.ts +6 -0
- package/lib/esm/Hosting.js +2 -0
- package/lib/esm/Hosting.js.map +1 -0
- package/lib/esm/HostingPorts.d.ts +4 -0
- package/lib/esm/HostingPorts.js +2 -0
- package/lib/esm/HostingPorts.js.map +1 -0
- package/lib/esm/HostingSettings.d.ts +5 -0
- package/lib/esm/HostingSettings.js +2 -0
- package/lib/esm/HostingSettings.js.map +1 -0
- package/lib/esm/HostingWithSettings.d.ts +6 -0
- package/lib/esm/HostingWithSettings.js +2 -0
- package/lib/esm/HostingWithSettings.js.map +1 -0
- package/lib/esm/HttpStatusCodes.d.ts +1 -0
- package/lib/esm/HttpStatusCodes.js +2 -0
- package/lib/esm/HttpStatusCodes.js.map +1 -0
- package/lib/esm/Id.d.ts +4 -0
- package/lib/esm/Id.js +2 -0
- package/lib/esm/Id.js.map +1 -0
- package/lib/esm/IdentifiersEntity.d.ts +4 -0
- package/lib/esm/IdentifiersEntity.js +2 -0
- package/lib/esm/IdentifiersEntity.js.map +1 -0
- package/lib/esm/List.d.ts +25 -0
- package/lib/esm/List.js +2 -0
- package/lib/esm/List.js.map +1 -0
- package/lib/esm/ListCategory.d.ts +9 -0
- package/lib/esm/ListCategory.js +2 -0
- package/lib/esm/ListCategory.js.map +1 -0
- package/lib/esm/ListCustomQueries.d.ts +5 -0
- package/lib/esm/ListCustomQueries.js +2 -0
- package/lib/esm/ListCustomQueries.js.map +1 -0
- package/lib/esm/ListOfModels.d.ts +5 -0
- package/lib/esm/ListOfModels.js +2 -0
- package/lib/esm/ListOfModels.js.map +1 -0
- package/lib/esm/ListParticipantWithUser.d.ts +10 -0
- package/lib/esm/ListParticipantWithUser.js +2 -0
- package/lib/esm/ListParticipantWithUser.js.map +1 -0
- package/lib/esm/ListParticipants.d.ts +21 -0
- package/lib/esm/ListParticipants.js +2 -0
- package/lib/esm/ListParticipants.js.map +1 -0
- package/lib/esm/ListParticipantsDetails.d.ts +7 -0
- package/lib/esm/ListParticipantsDetails.js +2 -0
- package/lib/esm/ListParticipantsDetails.js.map +1 -0
- package/{src/Location.interface.ts → lib/esm/Location.d.ts} +1 -1
- package/lib/esm/Location.js +2 -0
- package/lib/esm/Location.js.map +1 -0
- package/lib/esm/Me.d.ts +10 -0
- package/lib/esm/Me.js +2 -0
- package/lib/esm/Me.js.map +1 -0
- package/lib/esm/Media.d.ts +33 -0
- package/lib/esm/Media.js +2 -0
- package/lib/esm/Media.js.map +1 -0
- package/lib/esm/MediaContentFiles.d.ts +4 -0
- package/lib/esm/MediaContentFiles.js +2 -0
- package/lib/esm/MediaContentFiles.js.map +1 -0
- package/lib/esm/MediaInfo.d.ts +6 -0
- package/lib/esm/MediaInfo.js +2 -0
- package/lib/esm/MediaInfo.js.map +1 -0
- package/lib/esm/MediaStats.d.ts +4 -0
- package/lib/esm/MediaStats.js +2 -0
- package/lib/esm/MediaStats.js.map +1 -0
- package/lib/esm/MediaViewInfo.d.ts +7 -0
- package/lib/esm/MediaViewInfo.js +2 -0
- package/lib/esm/MediaViewInfo.js.map +1 -0
- package/lib/esm/Model.d.ts +3 -0
- package/lib/esm/Model.js +2 -0
- package/lib/esm/Model.js.map +1 -0
- package/lib/esm/ModuleGeneric.d.ts +16 -0
- package/lib/esm/ModuleGeneric.js +2 -0
- package/lib/esm/ModuleGeneric.js.map +1 -0
- package/lib/esm/ModuleIndexOptions.d.ts +6 -0
- package/lib/esm/ModuleIndexOptions.js +2 -0
- package/lib/esm/ModuleIndexOptions.js.map +1 -0
- package/lib/esm/ModulePDFOptions.d.ts +4 -0
- package/lib/esm/ModulePDFOptions.js +2 -0
- package/lib/esm/ModulePDFOptions.js.map +1 -0
- package/lib/esm/ModuleSettings.d.ts +7 -0
- package/lib/esm/ModuleSettings.js +2 -0
- package/lib/esm/ModuleSettings.js.map +1 -0
- package/lib/esm/MulterFile.d.ts +32 -0
- package/lib/esm/MulterFile.js +2 -0
- package/lib/esm/MulterFile.js.map +1 -0
- package/lib/esm/Options.d.ts +4 -0
- package/lib/esm/Options.js +2 -0
- package/lib/esm/Options.js.map +1 -0
- package/lib/esm/Partner.d.ts +13 -0
- package/lib/esm/Partner.js +2 -0
- package/lib/esm/Partner.js.map +1 -0
- package/lib/esm/Permissions.d.ts +16 -0
- package/lib/esm/Permissions.js +2 -0
- package/lib/esm/Permissions.js.map +1 -0
- package/lib/esm/PermissionsWithScope.d.ts +8 -0
- package/lib/esm/PermissionsWithScope.js +2 -0
- package/lib/esm/PermissionsWithScope.js.map +1 -0
- package/lib/esm/Price.d.ts +5 -0
- package/lib/esm/Price.js +2 -0
- package/lib/esm/Price.js.map +1 -0
- package/lib/esm/Project.d.ts +8 -0
- package/lib/esm/Project.js +2 -0
- package/lib/esm/Project.js.map +1 -0
- package/lib/esm/ProjectDomain.d.ts +5 -0
- package/lib/esm/ProjectDomain.js +2 -0
- package/lib/esm/ProjectDomain.js.map +1 -0
- package/lib/esm/Publish.d.ts +25 -0
- package/lib/esm/Publish.js +2 -0
- package/lib/esm/Publish.js.map +1 -0
- package/lib/esm/PublishContentGroup.d.ts +1 -0
- package/lib/esm/PublishContentGroup.js +2 -0
- package/lib/esm/PublishContentGroup.js.map +1 -0
- package/lib/esm/PublishMethod.d.ts +11 -0
- package/lib/esm/PublishMethod.js +2 -0
- package/lib/esm/PublishMethod.js.map +1 -0
- package/lib/esm/PublishMethodFtp.d.ts +9 -0
- package/lib/esm/PublishMethodFtp.js +2 -0
- package/lib/esm/PublishMethodFtp.js.map +1 -0
- package/lib/esm/PublishMethodInternal.d.ts +5 -0
- package/lib/esm/PublishMethodInternal.js +2 -0
- package/lib/esm/PublishMethodInternal.js.map +1 -0
- package/lib/esm/PublishMethodPdf.d.ts +5 -0
- package/lib/esm/PublishMethodPdf.js +2 -0
- package/lib/esm/PublishMethodPdf.js.map +1 -0
- package/lib/esm/PublishMethodWebhook.d.ts +7 -0
- package/lib/esm/PublishMethodWebhook.js +2 -0
- package/lib/esm/PublishMethodWebhook.js.map +1 -0
- package/lib/esm/PublishResult.d.ts +9 -0
- package/lib/esm/PublishResult.js +2 -0
- package/lib/esm/PublishResult.js.map +1 -0
- package/lib/esm/PublishResultStatistics.d.ts +6 -0
- package/lib/esm/PublishResultStatistics.js +2 -0
- package/lib/esm/PublishResultStatistics.js.map +1 -0
- package/lib/esm/RenderContext.d.ts +15 -0
- package/lib/esm/RenderContext.js +2 -0
- package/lib/esm/RenderContext.js.map +1 -0
- package/lib/esm/Scope.d.ts +10 -0
- package/lib/esm/Scope.js +2 -0
- package/lib/esm/Scope.js.map +1 -0
- package/lib/esm/Secret.d.ts +10 -0
- package/lib/esm/Secret.js +2 -0
- package/lib/esm/Secret.js.map +1 -0
- package/lib/esm/Settings.d.ts +5 -0
- package/lib/esm/Settings.js +2 -0
- package/lib/esm/Settings.js.map +1 -0
- package/lib/esm/ShareClient.d.ts +30 -0
- package/lib/esm/ShareClient.js +2 -0
- package/lib/esm/ShareClient.js.map +1 -0
- package/lib/esm/ShareClientOptions.d.ts +6 -0
- package/lib/esm/ShareClientOptions.js +2 -0
- package/lib/esm/ShareClientOptions.js.map +1 -0
- package/lib/esm/SkipLimitSort.d.ts +8 -0
- package/lib/esm/SkipLimitSort.js +2 -0
- package/lib/esm/SkipLimitSort.js.map +1 -0
- package/lib/esm/StudioIframeMessage.d.ts +6 -0
- package/lib/esm/StudioIframeMessage.js +2 -0
- package/lib/esm/StudioIframeMessage.js.map +1 -0
- package/lib/esm/SystemDomain.d.ts +3 -0
- package/lib/esm/SystemDomain.js +2 -0
- package/lib/esm/SystemDomain.js.map +1 -0
- package/lib/esm/Tracker.d.ts +14 -0
- package/lib/esm/Tracker.js +2 -0
- package/lib/esm/Tracker.js.map +1 -0
- package/lib/esm/TrackerInput.d.ts +6 -0
- package/lib/esm/TrackerInput.js +2 -0
- package/lib/esm/TrackerInput.js.map +1 -0
- package/lib/esm/TrackerStatistics.d.ts +23 -0
- package/lib/esm/TrackerStatistics.js +2 -0
- package/lib/esm/TrackerStatistics.js.map +1 -0
- package/lib/esm/Universal.d.ts +8 -0
- package/lib/esm/Universal.js +2 -0
- package/lib/esm/Universal.js.map +1 -0
- package/lib/esm/UserApp.d.ts +4 -0
- package/lib/esm/UserApp.js +2 -0
- package/lib/esm/UserApp.js.map +1 -0
- package/lib/esm/UserAppOptionsRequired.d.ts +6 -0
- package/lib/esm/UserAppOptionsRequired.js +2 -0
- package/lib/esm/UserAppOptionsRequired.js.map +1 -0
- package/lib/esm/UserAppWithOptions.d.ts +4 -0
- package/lib/esm/UserAppWithOptions.js +2 -0
- package/lib/esm/UserAppWithOptions.js.map +1 -0
- package/lib/esm/VersionInfo.d.ts +7 -0
- package/lib/esm/VersionInfo.js +2 -0
- package/lib/esm/VersionInfo.js.map +1 -0
- package/lib/esm/WildcardCertificates.d.ts +10 -0
- package/lib/esm/WildcardCertificates.js +2 -0
- package/lib/esm/WildcardCertificates.js.map +1 -0
- package/lib/esm/index.d.ts +113 -0
- package/package.json +24 -5
- package/src/Access.ts +7 -0
- package/src/Action.ts +1 -0
- package/src/AdditionalContentInformation.ts +5 -0
- package/src/Address.ts +9 -0
- package/src/{Agreement.interface.ts → Agreement.ts} +1 -1
- package/src/AgreementResponse.ts +4 -0
- package/src/ApiResponses.ts +14 -0
- package/src/{App.interface.ts → App.ts} +1 -3
- package/src/AppFilter.ts +1 -0
- package/src/AppPermissions.ts +2 -2
- package/src/AvailableStorageTypes.ts +1 -0
- package/src/{AvailableVariant.interface.ts → AvailableVariant.ts} +1 -1
- package/src/{BaseFilterOptions.interface.ts → BaseFilterOptions.ts} +1 -1
- package/src/{BasicData.interface.ts → BasicData.ts} +2 -1
- package/src/BasicDataDatabase.ts +20 -0
- package/src/CallResponse.ts +6 -0
- package/src/Certificate.ts +18 -0
- package/src/CertificateAction.ts +43 -0
- package/src/CertificateActionResult.ts +4 -0
- package/src/ChildData.ts +8 -0
- package/src/Command.ts +5 -0
- package/src/Company.ts +28 -0
- package/src/CompanyAttribute.ts +1 -0
- package/src/CompanyProject.ts +3 -0
- package/src/Content.ts +33 -0
- package/src/{ContentPrepared.interface.ts → ContentWithPositions.ts} +3 -3
- package/src/{Contract.interface.ts → Contract.ts} +1 -1
- package/src/{CreateResult.interface.ts → CreateResult.ts} +1 -1
- package/src/CustomerBase.ts +27 -0
- package/src/CustomerCompany.ts +13 -0
- package/src/CustomerPerson.ts +12 -0
- package/src/CustomerPersonWithAddress.ts +4 -0
- package/src/CustomerPersonWithEmail.ts +7 -0
- package/src/Customers.ts +3 -0
- package/src/CustomersModelActions.ts +2 -0
- package/src/{DataObject.interface.ts → DataObject.ts} +1 -1
- package/src/DatabaseQuery.ts +3 -0
- package/src/{DatabaseQueryOptions.interface.ts → DatabaseQueryOptions.ts} +1 -1
- package/src/{DatabaseQuerySites.interface.ts → DatabaseQuerySites.ts} +1 -1
- package/src/{DesignModule.interface.ts → DesignModule.ts} +2 -2
- package/src/Domain.ts +37 -0
- package/src/{DomainConf.interface.ts → DomainConf.ts} +2 -2
- package/src/DomainsList.ts +14 -0
- package/src/EditorActiveModule.ts +4 -0
- package/src/EditorBase.ts +7 -0
- package/src/{EditorLegacy.interface.ts → EditorLegacy.ts} +1 -1
- package/src/{GenericData.interface.ts → GenericData.ts} +4 -3
- package/src/GenericDataWithContent.ts +8 -0
- package/src/History.ts +22 -0
- package/src/HistoryReason.ts +1 -0
- package/src/HistoryWithType.ts +20 -0
- package/src/HostindCommand.ts +16 -0
- package/src/Hosting.ts +8 -0
- package/src/HostingPorts.ts +4 -0
- package/src/HostingSettings.ts +5 -0
- package/src/HostingWithSettings.ts +7 -0
- package/src/HttpStatusCodes.ts +13 -0
- package/src/Id.ts +4 -0
- package/src/IdentifiersEntity.ts +4 -0
- package/src/List.ts +34 -0
- package/src/ListCategory.ts +12 -0
- package/src/{ListCustomQueries.interface.ts → ListCustomQueries.ts} +1 -1
- package/src/{ListOfModels.interface.ts → ListOfModels.ts} +1 -1
- package/src/ListParticipantWithUser.ts +12 -0
- package/src/ListParticipants.ts +38 -0
- package/src/{ListParticipantsDetails.interface.ts → ListParticipantsDetails.ts} +1 -1
- package/src/Location.ts +25 -0
- package/src/Me.ts +13 -0
- package/src/Media.ts +42 -0
- package/src/MediaContentFiles.ts +5 -0
- package/src/MediaInfo.ts +6 -0
- package/src/MediaStats.ts +4 -0
- package/src/MediaViewInfo.ts +7 -0
- package/src/{Modelv2.interface.ts → Model.ts} +1 -1
- package/src/{ModuleGeneric.interface.ts → ModuleGeneric.ts} +4 -4
- package/src/{ModuleIndexOptions.interface.ts → ModuleIndexOptions.ts} +1 -1
- package/src/{ModulePDFOptions.interface.ts → ModulePDFOptions.ts} +1 -1
- package/src/ModuleSettings.ts +8 -0
- package/src/{MulterFile.interface.ts → MulterFile.ts} +1 -1
- package/src/{Options.interface.ts → Options.ts} +1 -1
- package/src/{Partner.interface.ts → Partner.ts} +2 -3
- package/src/PermissionsWithScope.ts +11 -0
- package/src/Project.ts +10 -0
- package/src/ProjectDomain.ts +6 -0
- package/src/Publish.ts +43 -0
- package/src/PublishContentGroup.ts +1 -0
- package/src/PublishMethod.ts +20 -0
- package/src/PublishMethodFtp.ts +17 -0
- package/src/PublishMethodInternal.ts +9 -0
- package/src/PublishMethodPdf.ts +9 -0
- package/src/PublishMethodWebhook.ts +13 -0
- package/src/{PublishResult.interface.ts → PublishResult.ts} +1 -1
- package/src/{PublishResultStatistics.interface.ts → PublishResultStatistics.ts} +1 -1
- package/src/{RenderContext.interface.ts → RenderContext.ts} +2 -2
- package/src/Secret.ts +12 -0
- package/src/Settings.ts +5 -0
- package/src/{ShareClient.interface.ts → ShareClient.ts} +1 -1
- package/src/{ShareClientOptions.interface.ts → ShareClientOptions.ts} +2 -1
- package/src/{SkipLimitSort.interface.ts → SkipLimitSort.ts} +1 -1
- package/src/{StudioIframeMessage.interface.ts → StudioIframeMessage.ts} +1 -1
- package/src/SystemDomain.ts +2 -0
- package/src/Tracker.ts +15 -0
- package/src/TrackerInput.ts +9 -0
- package/src/{TrackerStatistics.interface.ts → TrackerStatistics.ts} +2 -2
- package/src/{Universal.interface.ts → Universal.ts} +1 -1
- package/src/UserApp.ts +5 -0
- package/src/{UserAppOptionsRequired.interface.ts → UserAppOptionsRequired.ts} +1 -1
- package/src/UserAppWithOptions.ts +6 -0
- package/src/VersionInfo.ts +9 -0
- package/src/WildcardCertificates.ts +9 -0
- package/tsconfig.cjs.json +19 -0
- package/tsconfig.json +27 -14
- package/dist/AdditionalContentInformation.interface.d.ts +0 -4
- package/dist/AgreementResponse.interface.d.ts +0 -4
- package/dist/ApiResponses.interface.d.ts +0 -11
- package/dist/AppFilter.interface.d.ts +0 -2
- package/dist/AppPermissions.d.ts +0 -7
- package/dist/AvailableStorageTypes.interface.d.ts +0 -2
- package/dist/CallResponse.interface.d.ts +0 -5
- package/dist/CertificateActionResult.interface.d.ts +0 -4
- package/dist/ChildData.interface.d.ts +0 -7
- package/dist/CompanyProject.interface.d.ts +0 -3
- package/dist/Content.interface.d.ts +0 -3
- package/dist/DatabaseQuery.interface.d.ts +0 -3
- package/dist/EditorActiveModule.interface.d.ts +0 -4
- package/dist/GenericData.interface.d.ts +0 -9
- package/dist/GenericDataWithContent.interface.d.ts +0 -6
- package/dist/HostingPorts.interface.d.ts +0 -4
- package/dist/HostingWithSettings.interface.d.ts +0 -6
- package/dist/HttpStatusCode.enum.d.ts +0 -319
- package/dist/ModuleSettings.interface.d.ts +0 -7
- package/dist/UserAppWithOptions.interface.d.ts +0 -4
- package/src/AdditionalContentInformation.interface.ts +0 -5
- package/src/AgreementResponse.interface.ts +0 -4
- package/src/ApiResponses.interface.ts +0 -15
- package/src/AppFilter.interface.ts +0 -1
- package/src/AvailableStorageTypes.interface.ts +0 -2
- package/src/CallResponse.interface.ts +0 -6
- package/src/CertificateActionResult.interface.ts +0 -4
- package/src/ChildData.interface.ts +0 -8
- package/src/CompanyProject.interface.ts +0 -3
- package/src/Content.interface.ts +0 -3
- package/src/DatabaseQuery.interface.ts +0 -3
- package/src/EditorActiveModule.interface.ts +0 -4
- package/src/GenericDataWithContent.interface.ts +0 -8
- package/src/HostingPorts.interface.ts +0 -4
- package/src/HostingWithSettings.interface.ts +0 -7
- package/src/HttpStatusCode.enum.ts +0 -383
- package/src/ModuleSettings.interface.ts +0 -8
- package/src/UserApp.interface.ts +0 -5
- package/src/UserAppWithOptions.interface.ts +0 -6
- package/src/Wildcardcertificates.interface.ts +0 -11
- /package/{dist/Action.interface.d.ts → lib/cjs/Action.d.ts} +0 -0
- /package/{dist/HistoryReason.interface.d.ts → lib/cjs/HistoryReason.d.ts} +0 -0
- /package/{dist/Permissions.interface.d.ts → lib/cjs/Permissions.d.ts} +0 -0
- /package/{dist/Price.interface.d.ts → lib/cjs/Price.d.ts} +0 -0
- /package/{dist/Scope.interface.d.ts → lib/cjs/Scope.d.ts} +0 -0
- /package/{src/Action.interface.ts → lib/esm/Action.d.ts} +0 -0
- /package/{src/HistoryReason.interface.ts → lib/esm/HistoryReason.d.ts} +0 -0
- /package/src/{Permissions.interface.ts → Permissions.ts} +0 -0
- /package/src/{Price.interface.ts → Price.ts} +0 -0
- /package/src/{Scope.interface.ts → Scope.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Settings.js","sourceRoot":"","sources":["../../src/Settings.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
export interface ShareClientInterface {
|
|
3
|
+
createFolder(basePath: string, folder: string): Promise<boolean>;
|
|
4
|
+
removeFolder(path: string): Promise<boolean>;
|
|
5
|
+
/**
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* @param {string} destination where to put the file
|
|
9
|
+
* @param {string} filename the filename
|
|
10
|
+
* @param {string} filePath file source path
|
|
11
|
+
* @returns {Promise<boolean>}
|
|
12
|
+
* @memberof ShareClientInterface
|
|
13
|
+
*/
|
|
14
|
+
add(destination: string, filename: string, filePath: string, mimeHint?: string): Promise<boolean>;
|
|
15
|
+
/**
|
|
16
|
+
* creates a new file and puts in the given data
|
|
17
|
+
*
|
|
18
|
+
* @param {string} destination
|
|
19
|
+
* @param {string} filename
|
|
20
|
+
* @param {(string | Buffer)} data
|
|
21
|
+
* @returns {Promise<boolean>}
|
|
22
|
+
* @memberof ShareClientInterface
|
|
23
|
+
*/
|
|
24
|
+
create(destination: string, filename: string, data: string | Buffer, mimeHint?: string): Promise<boolean>;
|
|
25
|
+
remove(folder: string, file: string): Promise<boolean>;
|
|
26
|
+
update(folder: string, filename: string, data: string | Buffer): Promise<boolean>;
|
|
27
|
+
get(folder: string, filename: string): Promise<Buffer>;
|
|
28
|
+
list(folder: string, filter: RegExp): Promise<string[]>;
|
|
29
|
+
copy(files: string[], sourceFolder: string, destinationFolder: string): Promise<boolean>;
|
|
30
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShareClient.js","sourceRoot":"","sources":["../../src/ShareClient.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShareClientOptions.js","sourceRoot":"","sources":["../../src/ShareClientOptions.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SkipLimitSort.js","sourceRoot":"","sources":["../../src/SkipLimitSort.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StudioIframeMessage.js","sourceRoot":"","sources":["../../src/StudioIframeMessage.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SystemDomain.js","sourceRoot":"","sources":["../../src/SystemDomain.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Me } from "./Me";
|
|
2
|
+
import { TrackerCategories } from "./TrackerStatistics";
|
|
3
|
+
export interface Tracker {
|
|
4
|
+
indexedKey?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
category?: TrackerCategories;
|
|
7
|
+
startTime?: Date;
|
|
8
|
+
endTime?: Date;
|
|
9
|
+
currentTime?: number;
|
|
10
|
+
mode: 'stopwatch' | 'timeframe';
|
|
11
|
+
user?: Pick<Me, 'lastname' | 'prename' | 'id' | 'email'> | string;
|
|
12
|
+
company: string;
|
|
13
|
+
project: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tracker.js","sourceRoot":"","sources":["../../src/Tracker.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TrackerInput.js","sourceRoot":"","sources":["../../src/TrackerInput.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Tracker } from "./Tracker";
|
|
2
|
+
export type TrackerCategories = 'call' | 'worktime' | 'all';
|
|
3
|
+
export interface TrackerData {
|
|
4
|
+
count: number;
|
|
5
|
+
time: number;
|
|
6
|
+
}
|
|
7
|
+
export interface TrackerStatistics {
|
|
8
|
+
count: number;
|
|
9
|
+
all: TrackerData;
|
|
10
|
+
categories: {
|
|
11
|
+
all?: Partial<Record<TrackerCategories, TrackerData>>;
|
|
12
|
+
byMonth?: Partial<Record<string, Partial<Record<TrackerCategories, TrackerData>>>>;
|
|
13
|
+
byDay?: Partial<Record<string, Partial<Record<TrackerCategories, TrackerData>>>>;
|
|
14
|
+
};
|
|
15
|
+
start: Date;
|
|
16
|
+
end: Date;
|
|
17
|
+
}
|
|
18
|
+
export interface TrackerStatisticsDay {
|
|
19
|
+
data: Tracker[];
|
|
20
|
+
count: number;
|
|
21
|
+
statistics: Partial<Record<TrackerCategories, TrackerData>>;
|
|
22
|
+
date: Date;
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TrackerStatistics.js","sourceRoot":"","sources":["../../src/TrackerStatistics.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Universal.js","sourceRoot":"","sources":["../../src/Universal.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserApp.js","sourceRoot":"","sources":["../../src/UserApp.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserAppOptionsRequired.js","sourceRoot":"","sources":["../../src/UserAppOptionsRequired.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserAppWithOptions.js","sourceRoot":"","sources":["../../src/UserAppWithOptions.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VersionInfo.js","sourceRoot":"","sources":["../../src/VersionInfo.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WildcardCertificates.js","sourceRoot":"","sources":["../../src/WildcardCertificates.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
export * from './Access';
|
|
2
|
+
export * from './Action';
|
|
3
|
+
export * from './AdditionalContentInformation';
|
|
4
|
+
export * from './Address';
|
|
5
|
+
export * from './Agreement';
|
|
6
|
+
export * from './AgreementResponse';
|
|
7
|
+
export * from './ApiResponses';
|
|
8
|
+
export * from './App';
|
|
9
|
+
export * from './AppFilter';
|
|
10
|
+
export * from './AppPermissions';
|
|
11
|
+
export * from './AvailableStorageTypes';
|
|
12
|
+
export * from './AvailableVariant';
|
|
13
|
+
export * from './BaseFilterOptions';
|
|
14
|
+
export * from './BasicData';
|
|
15
|
+
export * from './BasicDataDatabase';
|
|
16
|
+
export * from './CallResponse';
|
|
17
|
+
export * from './Certificate';
|
|
18
|
+
export * from './CertificateAction';
|
|
19
|
+
export * from './CertificateActionResult';
|
|
20
|
+
export * from './ChildData';
|
|
21
|
+
export * from './Command';
|
|
22
|
+
export * from './Company';
|
|
23
|
+
export * from './CompanyAttribute';
|
|
24
|
+
export * from './CompanyProject';
|
|
25
|
+
export * from './Content';
|
|
26
|
+
export * from './ContentWithPositions';
|
|
27
|
+
export * from './Contract';
|
|
28
|
+
export * from './CreateResult';
|
|
29
|
+
export * from './CustomerBase';
|
|
30
|
+
export * from './CustomerCompany';
|
|
31
|
+
export * from './CustomerPerson';
|
|
32
|
+
export * from './CustomerPersonWithAddress';
|
|
33
|
+
export * from './CustomerPersonWithEmail';
|
|
34
|
+
export * from './Customers';
|
|
35
|
+
export * from './CustomersModelActions';
|
|
36
|
+
export * from './DataObject';
|
|
37
|
+
export * from './DatabaseQuery';
|
|
38
|
+
export * from './DatabaseQueryOptions';
|
|
39
|
+
export * from './DatabaseQuerySites';
|
|
40
|
+
export * from './DesignModule';
|
|
41
|
+
export * from './Domain';
|
|
42
|
+
export * from './DomainConf';
|
|
43
|
+
export * from './DomainsList';
|
|
44
|
+
export * from './EditorActiveModule';
|
|
45
|
+
export * from './EditorBase';
|
|
46
|
+
export * from './EditorLegacy';
|
|
47
|
+
export * from './GenericData';
|
|
48
|
+
export * from './GenericDataWithContent';
|
|
49
|
+
export * from './History';
|
|
50
|
+
export * from './HistoryReason';
|
|
51
|
+
export * from './HistoryWithType';
|
|
52
|
+
export * from './HostindCommand';
|
|
53
|
+
export * from './Hosting';
|
|
54
|
+
export * from './HostingPorts';
|
|
55
|
+
export * from './HostingSettings';
|
|
56
|
+
export * from './HostingWithSettings';
|
|
57
|
+
export * from './HttpStatusCodes';
|
|
58
|
+
export * from './Id';
|
|
59
|
+
export * from './IdentifiersEntity';
|
|
60
|
+
export * from './List';
|
|
61
|
+
export * from './ListCategory';
|
|
62
|
+
export * from './ListCustomQueries';
|
|
63
|
+
export * from './ListOfModels';
|
|
64
|
+
export * from './ListParticipantWithUser';
|
|
65
|
+
export * from './ListParticipants';
|
|
66
|
+
export * from './ListParticipantsDetails';
|
|
67
|
+
export * from './Location';
|
|
68
|
+
export * from './Me';
|
|
69
|
+
export * from './Media';
|
|
70
|
+
export * from './MediaContentFiles';
|
|
71
|
+
export * from './MediaInfo';
|
|
72
|
+
export * from './MediaStats';
|
|
73
|
+
export * from './MediaViewInfo';
|
|
74
|
+
export * from './Model';
|
|
75
|
+
export * from './ModuleGeneric';
|
|
76
|
+
export * from './ModuleIndexOptions';
|
|
77
|
+
export * from './ModulePDFOptions';
|
|
78
|
+
export * from './ModuleSettings';
|
|
79
|
+
export * from './MulterFile';
|
|
80
|
+
export * from './Options';
|
|
81
|
+
export * from './Partner';
|
|
82
|
+
export * from './Permissions';
|
|
83
|
+
export * from './PermissionsWithScope';
|
|
84
|
+
export * from './Price';
|
|
85
|
+
export * from './Project';
|
|
86
|
+
export * from './ProjectDomain';
|
|
87
|
+
export * from './Publish';
|
|
88
|
+
export * from './PublishContentGroup';
|
|
89
|
+
export * from './PublishMethod';
|
|
90
|
+
export * from './PublishMethodFtp';
|
|
91
|
+
export * from './PublishMethodInternal';
|
|
92
|
+
export * from './PublishMethodPdf';
|
|
93
|
+
export * from './PublishMethodWebhook';
|
|
94
|
+
export * from './PublishResult';
|
|
95
|
+
export * from './PublishResultStatistics';
|
|
96
|
+
export * from './RenderContext';
|
|
97
|
+
export * from './Scope';
|
|
98
|
+
export * from './Secret';
|
|
99
|
+
export * from './Settings';
|
|
100
|
+
export * from './ShareClient';
|
|
101
|
+
export * from './ShareClientOptions';
|
|
102
|
+
export * from './SkipLimitSort';
|
|
103
|
+
export * from './StudioIframeMessage';
|
|
104
|
+
export * from './SystemDomain';
|
|
105
|
+
export * from './Tracker';
|
|
106
|
+
export * from './TrackerInput';
|
|
107
|
+
export * from './TrackerStatistics';
|
|
108
|
+
export * from './Universal';
|
|
109
|
+
export * from './UserApp';
|
|
110
|
+
export * from './UserAppOptionsRequired';
|
|
111
|
+
export * from './UserAppWithOptions';
|
|
112
|
+
export * from './VersionInfo';
|
|
113
|
+
export * from './WildcardCertificates';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lilaquadrat/interfaces",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "interfaces in context of lilaquadrat STUDIO",
|
|
5
5
|
"author": "mschuebel <m.schuebel@lila2.de>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,11 +8,30 @@
|
|
|
8
8
|
"typescript": "^5.3.3"
|
|
9
9
|
},
|
|
10
10
|
"scripts": {
|
|
11
|
-
"build": "tsc && node
|
|
11
|
+
"build": "tsc && node helper.js esm && tsc -p tsconfig.cjs.json && node helper.js cjs",
|
|
12
|
+
"prepublish": "tsc && node helper.js esm && tsc -p tsconfig.cjs.json && node helper.js cjs",
|
|
13
|
+
"release": "standard-version"
|
|
12
14
|
},
|
|
13
|
-
"main": "
|
|
14
|
-
"types": "dist/index.d.ts",
|
|
15
|
+
"main": "lib/cjs/index.js",
|
|
15
16
|
"publishConfig": {
|
|
16
17
|
"access": "public"
|
|
18
|
+
},
|
|
19
|
+
"module": "lib/esm/index.d.ts",
|
|
20
|
+
"exports": {
|
|
21
|
+
".": {
|
|
22
|
+
"import": "./lib/esm/index.d.ts",
|
|
23
|
+
"require": "./lib/cjs/index.js"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@types/node": "^20.11.9",
|
|
28
|
+
"cz-conventional-changelog": "^3.3.0",
|
|
29
|
+
"mongodb": "^5.7.0",
|
|
30
|
+
"standard-version": "^9.5.0"
|
|
31
|
+
},
|
|
32
|
+
"config": {
|
|
33
|
+
"commitizen": {
|
|
34
|
+
"path": "./node_modules/cz-conventional-changelog"
|
|
35
|
+
}
|
|
17
36
|
}
|
|
18
|
-
}
|
|
37
|
+
}
|
package/src/Access.ts
ADDED
package/src/Action.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type Action = 'read' | 'remove' | 'create' | 'edit' | 'list' | 'history' | 'settings';
|
package/src/Address.ts
ADDED
package/src/AppFilter.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export interface AppFilter extends Array<'active' | 'admin' | 'previewPublic' | 'previewInternal' | 'paid'> { }
|
package/src/AppPermissions.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type AvailableStorageTypes = 'mock'|'azureBlob'|'azureStorage'|'filesystem';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ObjectId } from 'mongodb';
|
|
2
|
+
|
|
3
|
+
export type BasicDataDatabase<T> = T & {
|
|
4
|
+
|
|
5
|
+
id?: string | number
|
|
6
|
+
company?: string
|
|
7
|
+
project?: string
|
|
8
|
+
app?: string
|
|
9
|
+
model?: string
|
|
10
|
+
_id: ObjectId
|
|
11
|
+
history: {
|
|
12
|
+
version?: number
|
|
13
|
+
source: string
|
|
14
|
+
created?: Date
|
|
15
|
+
updated?: Date
|
|
16
|
+
additional?: any
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
}
|
|
20
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface Certificate {
|
|
2
|
+
company?: string
|
|
3
|
+
project?: string
|
|
4
|
+
|
|
5
|
+
filename?: string
|
|
6
|
+
|
|
7
|
+
valid: {
|
|
8
|
+
from: Date
|
|
9
|
+
to: Date
|
|
10
|
+
isValid?: boolean
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
type: 'domain' | 'wildcard'
|
|
14
|
+
contentType: 'pem' | 'pfx'
|
|
15
|
+
|
|
16
|
+
domains: string[]
|
|
17
|
+
|
|
18
|
+
}
|