@eo-sdk/client 10.6.10 → 10.6.12
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/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
- package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts.map +1 -1
- package/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.d.ts.map +1 -1
- package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +2 -0
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.d.ts.map +1 -1
- package/app/eo-framework/util/services/utilities.service.d.ts +190 -0
- package/app/eo-framework/util/services/utilities.service.d.ts.map +1 -1
- package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2020/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +18 -1
- package/esm2020/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +3 -3
- package/esm2020/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +3 -3
- package/esm2020/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +2 -1
- package/esm2020/app/eo-framework/grid/grid.component.mjs +2 -2
- package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +3 -1
- package/esm2020/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +10 -3
- package/esm2020/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.mjs +4 -4
- package/esm2020/app/eo-framework/object-form/object-form/object-form-script/object-form-scripting-scope.mjs +7 -7
- package/esm2020/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -3
- package/esm2020/app/eo-framework/quick-search/quick-search/quick-search.component.mjs +3 -3
- package/esm2020/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +2 -2
- package/esm2020/app/eo-framework/util/services/utilities.service.mjs +4 -1
- package/fesm2015/eo-sdk-client.mjs +74 -46
- package/fesm2015/eo-sdk-client.mjs.map +1 -1
- package/fesm2020/eo-sdk-client.mjs +74 -46
- package/fesm2020/eo-sdk-client.mjs.map +1 -1
- package/misc/scripts/exclude-core-ng-package.js +11 -0
- package/misc/scripts/prebuild-about-state.js +2 -3
- package/package.json +3 -11
- package/esm2020/projects/eo-sdk/core/eo-sdk-client-projects-eo-sdk-core.mjs +0 -5
- package/esm2020/projects/eo-sdk/core/lib/config/core-config.mjs +0 -23
- package/esm2020/projects/eo-sdk/core/lib/config/core-init.service.mjs +0 -71
- package/esm2020/projects/eo-sdk/core/lib/config/core-init.tokens.mjs +0 -8
- package/esm2020/projects/eo-sdk/core/lib/config/initialize-module.mjs +0 -11
- package/esm2020/projects/eo-sdk/core/lib/config/missing-translation-handler.mjs +0 -15
- package/esm2020/projects/eo-sdk/core/lib/config/translate-json-loader.mjs +0 -130
- package/esm2020/projects/eo-sdk/core/lib/environment.enaio.mjs +0 -12
- package/esm2020/projects/eo-sdk/core/lib/eo-core-shared.module.mjs +0 -24
- package/esm2020/projects/eo-sdk/core/lib/eo-core.module.mjs +0 -117
- package/esm2020/projects/eo-sdk/core/lib/interface/change-password.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/interface/event.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/interface/http-options.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/interface/logger.interface.mjs +0 -7
- package/esm2020/projects/eo-sdk/core/lib/interface/organization-objects.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/interface/tree-node.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/model/baseparams.model.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/model/bpm.model.mjs +0 -70
- package/esm2020/projects/eo-sdk/core/lib/model/custom-action.model.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/model/dms-object-history.model.mjs +0 -30
- package/esm2020/projects/eo-sdk/core/lib/model/dms-object.model.mjs +0 -138
- package/esm2020/projects/eo-sdk/core/lib/model/eo-error.model.mjs +0 -37
- package/esm2020/projects/eo-sdk/core/lib/model/eo-user.model.mjs +0 -86
- package/esm2020/projects/eo-sdk/core/lib/model/inbox-item.model.mjs +0 -36
- package/esm2020/projects/eo-sdk/core/lib/model/object-type.model.mjs +0 -39
- package/esm2020/projects/eo-sdk/core/lib/model/org.model.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/model/prepared-item.model.mjs +0 -35
- package/esm2020/projects/eo-sdk/core/lib/model/range-value.model.mjs +0 -45
- package/esm2020/projects/eo-sdk/core/lib/model/upload-file-item.model.mjs +0 -17
- package/esm2020/projects/eo-sdk/core/lib/model/upload-target.model.mjs +0 -50
- package/esm2020/projects/eo-sdk/core/lib/model/work-item-history.model.mjs +0 -54
- package/esm2020/projects/eo-sdk/core/lib/service/auth/auth-interceptor.mjs +0 -29
- package/esm2020/projects/eo-sdk/core/lib/service/auth/auth-profile.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/auth/auth.service.mjs +0 -215
- package/esm2020/projects/eo-sdk/core/lib/service/auth/gateway-info.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/backend/backend.service.mjs +0 -360
- package/esm2020/projects/eo-sdk/core/lib/service/bpm/bpm.service.mjs +0 -286
- package/esm2020/projects/eo-sdk/core/lib/service/cache/app-cache.service.mjs +0 -117
- package/esm2020/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.mjs +0 -60
- package/esm2020/projects/eo-sdk/core/lib/service/clipboard/clipboard-action.enum.mjs +0 -6
- package/esm2020/projects/eo-sdk/core/lib/service/clipboard/clipboard.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/clipboard/clipboard.service.mjs +0 -100
- package/esm2020/projects/eo-sdk/core/lib/service/config/config.enum.mjs +0 -6
- package/esm2020/projects/eo-sdk/core/lib/service/config/config.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/config/config.service.mjs +0 -135
- package/esm2020/projects/eo-sdk/core/lib/service/dms/dms.service.mjs +0 -507
- package/esm2020/projects/eo-sdk/core/lib/service/dms/dmsParams.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/events/event.service.mjs +0 -44
- package/esm2020/projects/eo-sdk/core/lib/service/events/events.mjs +0 -27
- package/esm2020/projects/eo-sdk/core/lib/service/inbox/inbox.service.mjs +0 -111
- package/esm2020/projects/eo-sdk/core/lib/service/logger/console-log.service.mjs +0 -41
- package/esm2020/projects/eo-sdk/core/lib/service/logger/logger.mjs +0 -47
- package/esm2020/projects/eo-sdk/core/lib/service/notifications/notifications.service.mjs +0 -136
- package/esm2020/projects/eo-sdk/core/lib/service/prepare/objectTypes.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/prepare/prepare.service.mjs +0 -305
- package/esm2020/projects/eo-sdk/core/lib/service/search/search-filter-type.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/search/search-query.model.mjs +0 -510
- package/esm2020/projects/eo-sdk/core/lib/service/search/search.service.mjs +0 -484
- package/esm2020/projects/eo-sdk/core/lib/service/signing/signing.service.mjs +0 -60
- package/esm2020/projects/eo-sdk/core/lib/service/storage/local-storage.service.mjs +0 -111
- package/esm2020/projects/eo-sdk/core/lib/service/stored-queries/stored-queries-subscription.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/stored-queries/stored-queries.service.mjs +0 -216
- package/esm2020/projects/eo-sdk/core/lib/service/stored-queries/stored-query.model.mjs +0 -98
- package/esm2020/projects/eo-sdk/core/lib/service/system/system.service.mjs +0 -345
- package/esm2020/projects/eo-sdk/core/lib/service/system/systemdefinition.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/system-status/system-status.service.mjs +0 -104
- package/esm2020/projects/eo-sdk/core/lib/service/system-status/system.status.enum.mjs +0 -9
- package/esm2020/projects/eo-sdk/core/lib/service/system-status/system.status.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/upload/upload.service.mjs +0 -46
- package/esm2020/projects/eo-sdk/core/lib/service/upload-registry/upload-registry.service.mjs +0 -83
- package/esm2020/projects/eo-sdk/core/lib/service/user/user.service.mjs +0 -399
- package/esm2020/projects/eo-sdk/core/lib/util/utils.mjs +0 -304
- package/esm2020/projects/eo-sdk/core/public_api.mjs +0 -85
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +0 -6124
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +0 -1
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +0 -6139
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +0 -1
- package/projects/eo-sdk/core/README.md +0 -113
- package/projects/eo-sdk/core/eo-sdk-client-projects-eo-sdk-core.d.ts.map +0 -1
- package/projects/eo-sdk/core/index.d.ts +0 -6
- package/projects/eo-sdk/core/lib/config/core-config.d.ts +0 -14
- package/projects/eo-sdk/core/lib/config/core-config.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/config/core-init.service.d.ts +0 -33
- package/projects/eo-sdk/core/lib/config/core-init.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/config/core-init.tokens.d.ts +0 -8
- package/projects/eo-sdk/core/lib/config/core-init.tokens.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/config/initialize-module.d.ts +0 -7
- package/projects/eo-sdk/core/lib/config/initialize-module.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/config/missing-translation-handler.d.ts +0 -14
- package/projects/eo-sdk/core/lib/config/missing-translation-handler.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/config/translate-json-loader.d.ts +0 -21
- package/projects/eo-sdk/core/lib/config/translate-json-loader.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/environment.enaio.d.ts +0 -6
- package/projects/eo-sdk/core/lib/environment.enaio.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/eo-core-shared.module.d.ts +0 -12
- package/projects/eo-sdk/core/lib/eo-core-shared.module.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/eo-core.module.d.ts +0 -46
- package/projects/eo-sdk/core/lib/eo-core.module.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/interface/change-password.interface.d.ts +0 -8
- package/projects/eo-sdk/core/lib/interface/change-password.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/interface/event.interface.d.ts +0 -14
- package/projects/eo-sdk/core/lib/interface/event.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/interface/http-options.interface.d.ts +0 -17
- package/projects/eo-sdk/core/lib/interface/http-options.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/interface/logger.interface.d.ts +0 -20
- package/projects/eo-sdk/core/lib/interface/logger.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/interface/organization-objects.interface.d.ts +0 -20
- package/projects/eo-sdk/core/lib/interface/organization-objects.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/interface/tree-node.interface.d.ts +0 -24
- package/projects/eo-sdk/core/lib/interface/tree-node.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/baseparams.model.d.ts +0 -58
- package/projects/eo-sdk/core/lib/model/baseparams.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/bpm.model.d.ts +0 -253
- package/projects/eo-sdk/core/lib/model/bpm.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/custom-action.model.d.ts +0 -34
- package/projects/eo-sdk/core/lib/model/custom-action.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/dms-object-history.model.d.ts +0 -59
- package/projects/eo-sdk/core/lib/model/dms-object-history.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/dms-object.model.d.ts +0 -137
- package/projects/eo-sdk/core/lib/model/dms-object.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/eo-error.model.d.ts +0 -19
- package/projects/eo-sdk/core/lib/model/eo-error.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/eo-user.model.d.ts +0 -107
- package/projects/eo-sdk/core/lib/model/eo-user.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/inbox-item.model.d.ts +0 -71
- package/projects/eo-sdk/core/lib/model/inbox-item.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/object-type.model.d.ts +0 -125
- package/projects/eo-sdk/core/lib/model/object-type.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/org.model.d.ts +0 -94
- package/projects/eo-sdk/core/lib/model/org.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/prepared-item.model.d.ts +0 -190
- package/projects/eo-sdk/core/lib/model/prepared-item.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/range-value.model.d.ts +0 -22
- package/projects/eo-sdk/core/lib/model/range-value.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/upload-file-item.model.d.ts +0 -30
- package/projects/eo-sdk/core/lib/model/upload-file-item.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/upload-target.model.d.ts +0 -60
- package/projects/eo-sdk/core/lib/model/upload-target.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/work-item-history.model.d.ts +0 -52
- package/projects/eo-sdk/core/lib/model/work-item-history.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/auth/auth-interceptor.d.ts +0 -12
- package/projects/eo-sdk/core/lib/service/auth/auth-interceptor.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/auth/auth-profile.interface.d.ts +0 -23
- package/projects/eo-sdk/core/lib/service/auth/auth-profile.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/auth/auth.service.d.ts +0 -104
- package/projects/eo-sdk/core/lib/service/auth/auth.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/auth/gateway-info.interface.d.ts +0 -18
- package/projects/eo-sdk/core/lib/service/auth/gateway-info.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/backend/backend.service.d.ts +0 -209
- package/projects/eo-sdk/core/lib/service/backend/backend.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/bpm/bpm.service.d.ts +0 -150
- package/projects/eo-sdk/core/lib/service/bpm/bpm.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/cache/app-cache.service.d.ts +0 -59
- package/projects/eo-sdk/core/lib/service/cache/app-cache.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.d.ts +0 -54
- package/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.d.ts +0 -35
- package/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/clipboard/clipboard-action.enum.d.ts +0 -5
- package/projects/eo-sdk/core/lib/service/clipboard/clipboard-action.enum.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/clipboard/clipboard.interface.d.ts +0 -16
- package/projects/eo-sdk/core/lib/service/clipboard/clipboard.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/clipboard/clipboard.service.d.ts +0 -49
- package/projects/eo-sdk/core/lib/service/clipboard/clipboard.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/config/config.enum.d.ts +0 -5
- package/projects/eo-sdk/core/lib/service/config/config.enum.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/config/config.interface.d.ts +0 -55
- package/projects/eo-sdk/core/lib/service/config/config.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/config/config.service.d.ts +0 -80
- package/projects/eo-sdk/core/lib/service/config/config.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +0 -286
- package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/dms/dmsParams.interface.d.ts +0 -13
- package/projects/eo-sdk/core/lib/service/dms/dmsParams.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/events/event.service.d.ts +0 -31
- package/projects/eo-sdk/core/lib/service/events/event.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/events/events.d.ts +0 -27
- package/projects/eo-sdk/core/lib/service/events/events.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/inbox/inbox.service.d.ts +0 -66
- package/projects/eo-sdk/core/lib/service/inbox/inbox.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/logger/console-log.service.d.ts +0 -20
- package/projects/eo-sdk/core/lib/service/logger/console-log.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/logger/logger.d.ts +0 -25
- package/projects/eo-sdk/core/lib/service/logger/logger.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/notifications/notifications.service.d.ts +0 -78
- package/projects/eo-sdk/core/lib/service/notifications/notifications.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/prepare/objectTypes.interface.d.ts +0 -9
- package/projects/eo-sdk/core/lib/service/prepare/objectTypes.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/prepare/prepare.service.d.ts +0 -189
- package/projects/eo-sdk/core/lib/service/prepare/prepare.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/search/search-filter-type.interface.d.ts +0 -10
- package/projects/eo-sdk/core/lib/service/search/search-filter-type.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/search/search-query.model.d.ts +0 -327
- package/projects/eo-sdk/core/lib/service/search/search-query.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/search/search.service.d.ts +0 -173
- package/projects/eo-sdk/core/lib/service/search/search.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts +0 -52
- package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/storage/local-storage.service.d.ts +0 -53
- package/projects/eo-sdk/core/lib/service/storage/local-storage.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/stored-queries/stored-queries-subscription.interface.d.ts +0 -15
- package/projects/eo-sdk/core/lib/service/stored-queries/stored-queries-subscription.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/stored-queries/stored-queries.service.d.ts +0 -108
- package/projects/eo-sdk/core/lib/service/stored-queries/stored-queries.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/stored-queries/stored-query.model.d.ts +0 -74
- package/projects/eo-sdk/core/lib/service/stored-queries/stored-query.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/system/system.service.d.ts +0 -125
- package/projects/eo-sdk/core/lib/service/system/system.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/system/systemdefinition.interface.d.ts +0 -53
- package/projects/eo-sdk/core/lib/service/system/systemdefinition.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/system-status/system-status.service.d.ts +0 -26
- package/projects/eo-sdk/core/lib/service/system-status/system-status.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/system-status/system.status.enum.d.ts +0 -8
- package/projects/eo-sdk/core/lib/service/system-status/system.status.enum.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/system-status/system.status.interface.d.ts +0 -8
- package/projects/eo-sdk/core/lib/service/system-status/system.status.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/upload/upload.service.d.ts +0 -28
- package/projects/eo-sdk/core/lib/service/upload/upload.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/upload-registry/upload-registry.service.d.ts +0 -50
- package/projects/eo-sdk/core/lib/service/upload-registry/upload-registry.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/user/user.service.d.ts +0 -216
- package/projects/eo-sdk/core/lib/service/user/user.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/util/utils.d.ts +0 -148
- package/projects/eo-sdk/core/lib/util/utils.d.ts.map +0 -1
- package/projects/eo-sdk/core/public_api.d.ts +0 -82
- package/projects/eo-sdk/core/public_api.d.ts.map +0 -1
|
@@ -1,253 +0,0 @@
|
|
|
1
|
-
import { OrgGroup, OrgRole, OrgUser } from './org.model';
|
|
2
|
-
/**
|
|
3
|
-
* Process that could be executed/started. Starting an executable process will
|
|
4
|
-
* create an instance of it (Process), which then can be fetched by its ID.
|
|
5
|
-
*/
|
|
6
|
-
export interface ExecutableProcess {
|
|
7
|
-
id: string;
|
|
8
|
-
qname: string;
|
|
9
|
-
title: string;
|
|
10
|
-
description?: string;
|
|
11
|
-
iconid?: string;
|
|
12
|
-
data?: any;
|
|
13
|
-
data_meta?: any;
|
|
14
|
-
form?: any;
|
|
15
|
-
actions?: any;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Instance of an executable process.
|
|
19
|
-
*/
|
|
20
|
-
export declare class Process {
|
|
21
|
-
/**
|
|
22
|
-
* processes unique identifier
|
|
23
|
-
*/
|
|
24
|
-
processid: string;
|
|
25
|
-
/**
|
|
26
|
-
* The name of the process
|
|
27
|
-
*/
|
|
28
|
-
procname: string;
|
|
29
|
-
/**
|
|
30
|
-
* ID of the user that created this process
|
|
31
|
-
*/
|
|
32
|
-
creatorid: string;
|
|
33
|
-
/**
|
|
34
|
-
* ID of a process icon
|
|
35
|
-
*/
|
|
36
|
-
iconid?: string;
|
|
37
|
-
/**
|
|
38
|
-
* URL of a process icon
|
|
39
|
-
*/
|
|
40
|
-
iconurl?: string;
|
|
41
|
-
/**
|
|
42
|
-
* The localized title of the process
|
|
43
|
-
*/
|
|
44
|
-
localizedsubject: string;
|
|
45
|
-
/**
|
|
46
|
-
* The ID of the underlying process model.
|
|
47
|
-
* The process model is the definition of a process, so a process is basically an instance of a model.
|
|
48
|
-
*/
|
|
49
|
-
modelid: string;
|
|
50
|
-
/**
|
|
51
|
-
* The name of the process model.
|
|
52
|
-
*/
|
|
53
|
-
modelname: string;
|
|
54
|
-
/**
|
|
55
|
-
* Date (time) the process was started
|
|
56
|
-
*/
|
|
57
|
-
starttime: number;
|
|
58
|
-
/**
|
|
59
|
-
* Date (time) the process ended
|
|
60
|
-
*/
|
|
61
|
-
endtime: number;
|
|
62
|
-
/**
|
|
63
|
-
* Processes state
|
|
64
|
-
*
|
|
65
|
-
* NONE(-1),
|
|
66
|
-
* CREATED(0),
|
|
67
|
-
* RUNNING(20),
|
|
68
|
-
* COMPLETED(30),
|
|
69
|
-
* SUSPENDED(40),
|
|
70
|
-
* TERMINATED(50),
|
|
71
|
-
* ERRORSUSPENDED(60);
|
|
72
|
-
*/
|
|
73
|
-
state: string;
|
|
74
|
-
/**
|
|
75
|
-
* A process file is a container that holds objects (e.g. DMS Objects) attached to the current work item. A work item for
|
|
76
|
-
* approving an invoice for example would have the related invoice document attached.
|
|
77
|
-
*/
|
|
78
|
-
file: FileEntry[];
|
|
79
|
-
/**
|
|
80
|
-
* Title of the process genarated from the localized subject
|
|
81
|
-
*/
|
|
82
|
-
get title(): string;
|
|
83
|
-
/**
|
|
84
|
-
* Process ID
|
|
85
|
-
*/
|
|
86
|
-
get id(): string;
|
|
87
|
-
/**
|
|
88
|
-
* Creates a new instance
|
|
89
|
-
* @param json The JSON object received from the backend. This will be used to construct the new process item history instance
|
|
90
|
-
*/
|
|
91
|
-
constructor(json: any);
|
|
92
|
-
setFile(fileEntries: FileEntry[]): void;
|
|
93
|
-
}
|
|
94
|
-
/**
|
|
95
|
-
* WorkItems are the tasks of a process that require user interaction.
|
|
96
|
-
*/
|
|
97
|
-
export declare class WorkItem {
|
|
98
|
-
/**
|
|
99
|
-
* unique identifier
|
|
100
|
-
*/
|
|
101
|
-
id: string;
|
|
102
|
-
/**
|
|
103
|
-
* work items title
|
|
104
|
-
*/
|
|
105
|
-
title: string;
|
|
106
|
-
/**
|
|
107
|
-
* work items description
|
|
108
|
-
*/
|
|
109
|
-
description: string;
|
|
110
|
-
/**
|
|
111
|
-
* the state the work item is in e.g. 'PERSON', 'CREATED', etc.
|
|
112
|
-
*/
|
|
113
|
-
state: string;
|
|
114
|
-
/**
|
|
115
|
-
* ID of the parent process
|
|
116
|
-
*/
|
|
117
|
-
processId: string;
|
|
118
|
-
/**
|
|
119
|
-
* title of the parent process
|
|
120
|
-
*/
|
|
121
|
-
processTitle: string;
|
|
122
|
-
/**
|
|
123
|
-
* subject of the parent process
|
|
124
|
-
*/
|
|
125
|
-
processSubject: string;
|
|
126
|
-
/**
|
|
127
|
-
* Form model for this work item. May be empty if the work item does not require user inputs
|
|
128
|
-
*/
|
|
129
|
-
form: any;
|
|
130
|
-
/**
|
|
131
|
-
* Data for the form model. Form definition and the forms data are separated, and will be merged by the application.
|
|
132
|
-
*/
|
|
133
|
-
data: any;
|
|
134
|
-
/**
|
|
135
|
-
* Meta data for data properties. Some form elements require additional information about the actual value.
|
|
136
|
-
* Such values are for example form elements of type CODESYSTEM or ORGANIZATION.
|
|
137
|
-
*/
|
|
138
|
-
data_meta: any;
|
|
139
|
-
/**
|
|
140
|
-
* Work items may define actions aside from the default `continue` action. This property holds a collection of all
|
|
141
|
-
* actions provided by the current work item.
|
|
142
|
-
*/
|
|
143
|
-
actions: WorkItemAction[];
|
|
144
|
-
/**
|
|
145
|
-
* A work items file is a container that holds objects (e.g. DMS Objects) attached to the current work item. A work item for
|
|
146
|
-
* approving an invoice for example would have the related invoice document attached.
|
|
147
|
-
*/
|
|
148
|
-
file: FileEntry[];
|
|
149
|
-
/**
|
|
150
|
-
* Permissions for the work items file entries, that allow or deny adding or removing entries from the work items file.
|
|
151
|
-
*/
|
|
152
|
-
fileEntryPermissions: {
|
|
153
|
-
add: boolean;
|
|
154
|
-
remove: boolean;
|
|
155
|
-
};
|
|
156
|
-
/**
|
|
157
|
-
* Work items may be received by users in substitution for other users that are currently unavailable.
|
|
158
|
-
* If this is the case this property holds the information about the user that should have retrieved the work item.
|
|
159
|
-
*/
|
|
160
|
-
inSubstituteOf: OrgUser[];
|
|
161
|
-
/**
|
|
162
|
-
* When set to true, executing an action requires additional authorization.
|
|
163
|
-
*/
|
|
164
|
-
authRequired: boolean;
|
|
165
|
-
/**
|
|
166
|
-
* The date the work item has been received
|
|
167
|
-
*/
|
|
168
|
-
received: Date;
|
|
169
|
-
/**
|
|
170
|
-
* Work items are able to be set up with due time property that defines a time for the work item to have been processed
|
|
171
|
-
*/
|
|
172
|
-
duetime: Date;
|
|
173
|
-
/**
|
|
174
|
-
* Performers are users, groups and/or roles that received the work item
|
|
175
|
-
*/
|
|
176
|
-
performer: {
|
|
177
|
-
groups: OrgGroup[];
|
|
178
|
-
roles: OrgRole[];
|
|
179
|
-
users: OrgUser[];
|
|
180
|
-
};
|
|
181
|
-
/**
|
|
182
|
-
* The name of the used process model
|
|
183
|
-
*/
|
|
184
|
-
qmodelname: string;
|
|
185
|
-
/**
|
|
186
|
-
* Creates a new instance
|
|
187
|
-
* @param json The JSON object received from the backend. This will be used to construct the new work item instance
|
|
188
|
-
*/
|
|
189
|
-
constructor(json: any);
|
|
190
|
-
setFile(fileEntries: FileEntry[]): void;
|
|
191
|
-
}
|
|
192
|
-
/**
|
|
193
|
-
* A work items action. Actions are basically defining the next steps of a
|
|
194
|
-
* process from the current work item.
|
|
195
|
-
*/
|
|
196
|
-
export interface WorkItemAction {
|
|
197
|
-
/**
|
|
198
|
-
* The actions title (label)
|
|
199
|
-
*/
|
|
200
|
-
title: string;
|
|
201
|
-
/**
|
|
202
|
-
* Short description of the action
|
|
203
|
-
*/
|
|
204
|
-
description?: string;
|
|
205
|
-
/**
|
|
206
|
-
* The actions type. Values may be `FORWARD` (forward to the next process step) or `LINK` (open an external link to e.g. process
|
|
207
|
-
* or retrieve data required for the current work item)
|
|
208
|
-
*/
|
|
209
|
-
type: string;
|
|
210
|
-
/**
|
|
211
|
-
* Code that identifies the action (kind of an ID in context of the current work item)
|
|
212
|
-
*/
|
|
213
|
-
code: number;
|
|
214
|
-
/**
|
|
215
|
-
* If actions type is set to `LINK` this property holds the target URL to forward to
|
|
216
|
-
*/
|
|
217
|
-
url?: string;
|
|
218
|
-
}
|
|
219
|
-
/**
|
|
220
|
-
* Entry of a work items file. A work items file is a container that holds objects (e.g. DMS Objects) attached to a
|
|
221
|
-
* work item. A work item for approving an invoice for example would have the related invoice document attached.
|
|
222
|
-
*/
|
|
223
|
-
export interface FileEntry {
|
|
224
|
-
/**
|
|
225
|
-
* unique identifier
|
|
226
|
-
*/
|
|
227
|
-
id: string;
|
|
228
|
-
/**
|
|
229
|
-
* Title of the file entry
|
|
230
|
-
*/
|
|
231
|
-
title: string;
|
|
232
|
-
/**
|
|
233
|
-
* Short description of the file entry
|
|
234
|
-
*/
|
|
235
|
-
description: string;
|
|
236
|
-
/**
|
|
237
|
-
* ID of an icon (e.g. object type icon in case of dms objects)
|
|
238
|
-
*/
|
|
239
|
-
iconid: string;
|
|
240
|
-
/**
|
|
241
|
-
* Name of the user that created this file entry
|
|
242
|
-
*/
|
|
243
|
-
creator: string;
|
|
244
|
-
/**
|
|
245
|
-
* The time (date) this entry was added to the work item
|
|
246
|
-
*/
|
|
247
|
-
addtime: number;
|
|
248
|
-
/**
|
|
249
|
-
* file entries type
|
|
250
|
-
*/
|
|
251
|
-
type: string;
|
|
252
|
-
}
|
|
253
|
-
//# sourceMappingURL=bpm.model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bpm.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/model/bpm.model.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Custom actions representation
|
|
3
|
-
*/
|
|
4
|
-
export interface CustomAction {
|
|
5
|
-
/**
|
|
6
|
-
* Unique ID
|
|
7
|
-
*/
|
|
8
|
-
id: string;
|
|
9
|
-
/**
|
|
10
|
-
* Actions title
|
|
11
|
-
*/
|
|
12
|
-
title: string;
|
|
13
|
-
/**
|
|
14
|
-
* Actions description
|
|
15
|
-
*/
|
|
16
|
-
description: string;
|
|
17
|
-
/**
|
|
18
|
-
* Flag indicating whether or not the action is executable
|
|
19
|
-
*/
|
|
20
|
-
isexecutable: string;
|
|
21
|
-
/**
|
|
22
|
-
* ISO Date string of the actions modification date
|
|
23
|
-
*/
|
|
24
|
-
modified: string;
|
|
25
|
-
/**
|
|
26
|
-
* modifiers internal name
|
|
27
|
-
*/
|
|
28
|
-
modifier: string;
|
|
29
|
-
/**
|
|
30
|
-
* The actions script code
|
|
31
|
-
*/
|
|
32
|
-
script: string;
|
|
33
|
-
}
|
|
34
|
-
//# sourceMappingURL=custom-action.model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"custom-action.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/model/custom-action.model.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { OrgUser } from './org.model';
|
|
2
|
-
/**
|
|
3
|
-
* Representation of a history entry for a dms object
|
|
4
|
-
*/
|
|
5
|
-
export declare class DmsObjectHistoryEntry {
|
|
6
|
-
/**
|
|
7
|
-
* Version of the dms object at the time the history entry was created
|
|
8
|
-
*/
|
|
9
|
-
version: number;
|
|
10
|
-
/**
|
|
11
|
-
* The time the history entry was created
|
|
12
|
-
*/
|
|
13
|
-
time: Date;
|
|
14
|
-
/**
|
|
15
|
-
* Entry's title
|
|
16
|
-
*/
|
|
17
|
-
title: string;
|
|
18
|
-
/**
|
|
19
|
-
* Entry's description
|
|
20
|
-
*/
|
|
21
|
-
description: string;
|
|
22
|
-
/**
|
|
23
|
-
* Entry's intent
|
|
24
|
-
*/
|
|
25
|
-
intent?: string;
|
|
26
|
-
/**
|
|
27
|
-
* Custom comment applied to the entry
|
|
28
|
-
*/
|
|
29
|
-
comment: string;
|
|
30
|
-
/**
|
|
31
|
-
* Group of the entry
|
|
32
|
-
*/
|
|
33
|
-
group: 'PROCESS' | 'MODIFICATION' | 'INFORMATIONAL';
|
|
34
|
-
/**
|
|
35
|
-
* History entry's type
|
|
36
|
-
*/
|
|
37
|
-
type: string;
|
|
38
|
-
/**
|
|
39
|
-
* Additional parameters for special (BPM related) types of entries
|
|
40
|
-
*/
|
|
41
|
-
parameter?: {
|
|
42
|
-
processId: string;
|
|
43
|
-
processName: string;
|
|
44
|
-
activityId?: string;
|
|
45
|
-
activityName?: string;
|
|
46
|
-
type: string;
|
|
47
|
-
};
|
|
48
|
-
/**
|
|
49
|
-
* If the history entry was created from a users activity (e.g. indexdata changes), this property
|
|
50
|
-
* holds the user that caused the entry
|
|
51
|
-
*/
|
|
52
|
-
user: OrgUser;
|
|
53
|
-
/**
|
|
54
|
-
* Creates a new instance
|
|
55
|
-
* @param json The JSON object received from the backend. This will be used to construct the new history entry instance
|
|
56
|
-
*/
|
|
57
|
-
constructor(json: any);
|
|
58
|
-
}
|
|
59
|
-
//# sourceMappingURL=dms-object-history.model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dms-object-history.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/model/dms-object-history.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,aAAa,CAAC;AAEpC;;GAEG;AACH,qBAAa,qBAAqB;IAEhC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,EAAE,SAAS,GAAG,cAAc,GAAG,eAAe,CAAC;IACpD;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,SAAS,CAAC,EAAE;QACV,SAAS,EAAE,MAAM,CAAC;QAClB,WAAW,EAAE,MAAM,CAAC;QACpB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,IAAI,EAAE,MAAM,CAAA;KACb,CAAC;IACF;;;OAGG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;;OAGG;gBACS,IAAI,EAAE,GAAG;CAqBtB"}
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
import { ObjectType } from './object-type.model';
|
|
2
|
-
/**
|
|
3
|
-
* @ignore
|
|
4
|
-
*/
|
|
5
|
-
export declare class DmsObjectAttachment {
|
|
6
|
-
id: number;
|
|
7
|
-
name: string;
|
|
8
|
-
size: number;
|
|
9
|
-
type: string;
|
|
10
|
-
previewUri: string;
|
|
11
|
-
/**
|
|
12
|
-
* @param json - server sent JSON for a dms object
|
|
13
|
-
*/
|
|
14
|
-
constructor(json: any);
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Representation of a dms object.
|
|
18
|
-
*/
|
|
19
|
-
export declare class DmsObject {
|
|
20
|
-
/**
|
|
21
|
-
* objects ID
|
|
22
|
-
*/
|
|
23
|
-
id: string;
|
|
24
|
-
/**
|
|
25
|
-
* objects title
|
|
26
|
-
*/
|
|
27
|
-
title: string;
|
|
28
|
-
/**
|
|
29
|
-
* objects description
|
|
30
|
-
*/
|
|
31
|
-
description: string;
|
|
32
|
-
/**
|
|
33
|
-
* objects version number
|
|
34
|
-
*/
|
|
35
|
-
version: number;
|
|
36
|
-
/**
|
|
37
|
-
* @ignore
|
|
38
|
-
*/
|
|
39
|
-
versions: any[];
|
|
40
|
-
/**
|
|
41
|
-
* object type name
|
|
42
|
-
*/
|
|
43
|
-
typeName: string;
|
|
44
|
-
/**
|
|
45
|
-
* objects type
|
|
46
|
-
*/
|
|
47
|
-
type?: ObjectType;
|
|
48
|
-
/**
|
|
49
|
-
* Flag indicating whether or not this is the active version of the object
|
|
50
|
-
*/
|
|
51
|
-
isActiveVersion: boolean;
|
|
52
|
-
/**
|
|
53
|
-
* Flag indicating whether or not has been finalized
|
|
54
|
-
*/
|
|
55
|
-
isFinalized: boolean;
|
|
56
|
-
/**
|
|
57
|
-
* Flag indicating whether or not the object has been marked as favorite
|
|
58
|
-
*/
|
|
59
|
-
isFavorite: boolean;
|
|
60
|
-
/**
|
|
61
|
-
* @ignore
|
|
62
|
-
* same as isContextFolder because we do not allow other folders than context folders
|
|
63
|
-
*/
|
|
64
|
-
isFolder: boolean;
|
|
65
|
-
/**
|
|
66
|
-
* Flag indicating whether or not the object is a context folder
|
|
67
|
-
*/
|
|
68
|
-
isContextFolder: boolean;
|
|
69
|
-
/**
|
|
70
|
-
* Information about the objects context folder
|
|
71
|
-
*/
|
|
72
|
-
contextFolder: {
|
|
73
|
-
id: string;
|
|
74
|
-
typeName: string;
|
|
75
|
-
type?: ObjectType;
|
|
76
|
-
title: string;
|
|
77
|
-
description: string;
|
|
78
|
-
};
|
|
79
|
-
/**
|
|
80
|
-
* Indexdata of the object
|
|
81
|
-
*/
|
|
82
|
-
data: any;
|
|
83
|
-
/**
|
|
84
|
-
* special right/permissions set up for the object
|
|
85
|
-
*/
|
|
86
|
-
rights: any;
|
|
87
|
-
/**
|
|
88
|
-
* Information about the sharing status of the object
|
|
89
|
-
*/
|
|
90
|
-
shares: any;
|
|
91
|
-
/**
|
|
92
|
-
* Information about the objects creation. Includes the date it was created and the user that created the object
|
|
93
|
-
*/
|
|
94
|
-
created: any;
|
|
95
|
-
/**
|
|
96
|
-
* Information about the objects last modification. Includes the date it was modified and the user that modified the object
|
|
97
|
-
*/
|
|
98
|
-
modified: any;
|
|
99
|
-
/**
|
|
100
|
-
* Flag indicating whether or not the object is locked. Locked objects are not allowed to be changed
|
|
101
|
-
*/
|
|
102
|
-
lock: any;
|
|
103
|
-
/**
|
|
104
|
-
* The objects content (file). May be empty as dms objects can be created without contents
|
|
105
|
-
*/
|
|
106
|
-
content: any;
|
|
107
|
-
/**
|
|
108
|
-
* The contents filename
|
|
109
|
-
*/
|
|
110
|
-
contentFileName: string;
|
|
111
|
-
/**
|
|
112
|
-
* The contents filesize
|
|
113
|
-
*/
|
|
114
|
-
contentFileSize: string;
|
|
115
|
-
/**
|
|
116
|
-
* List of subscriptions for the object
|
|
117
|
-
*/
|
|
118
|
-
subscriptions: any[];
|
|
119
|
-
/**
|
|
120
|
-
* List of resubmissions for the object
|
|
121
|
-
*/
|
|
122
|
-
resubmissions: any[];
|
|
123
|
-
/**
|
|
124
|
-
* Storage info of the object
|
|
125
|
-
*/
|
|
126
|
-
storageInfo: any[];
|
|
127
|
-
/**
|
|
128
|
-
* @ignore
|
|
129
|
-
*/
|
|
130
|
-
additionalvisibility: any[];
|
|
131
|
-
/**
|
|
132
|
-
* Creates a new instance
|
|
133
|
-
* @param json The JSON object received from the backend. This will be used to construct the new dms object instance
|
|
134
|
-
*/
|
|
135
|
-
constructor(json: any);
|
|
136
|
-
}
|
|
137
|
-
//# sourceMappingURL=dms-object.model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dms-object.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/model/dms-object.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAE/C;;GAEG;AACH,qBAAa,mBAAmB;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;gBACS,IAAI,EAAE,GAAG;CAGtB;AAED;;GAEG;AACH,qBAAa,SAAS;IACpB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,QAAQ,EAAE,GAAG,EAAE,CAAC;IAChB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB;;OAEG;IACH,eAAe,EAAE,OAAO,CAAC;IACzB;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,eAAe,EAAE,OAAO,CAAC;IACzB;;OAEG;IACH,aAAa,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,UAAU,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,CAAC;IACvG;;OAEG;IACH,IAAI,EAAE,GAAG,CAAC;IACV;;OAEG;IACH,MAAM,EAAE,GAAG,CAAC;IACZ;;OAEG;IACH,MAAM,EAAE,GAAG,CAAC;IACZ;;OAEG;IACH,OAAO,EAAE,GAAG,CAAC;IACb;;OAEG;IACH,QAAQ,EAAE,GAAG,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,GAAG,CAAC;IACV;;OAEG;IACH,OAAO,EAAE,GAAG,CAAC;IACb;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,aAAa,EAAE,GAAG,EAAE,CAAM;IAC1B;;OAEG;IACH,aAAa,EAAE,GAAG,EAAE,CAAM;IAC1B;;OAEG;IACH,WAAW,EAAE,GAAG,EAAE,CAAM;IACxB;;OAEG;IACH,oBAAoB,EAAE,GAAG,EAAE,CAAM;IAGjC;;;OAGG;gBACS,IAAI,EAAE,GAAG;CAiHtB"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @ignore
|
|
3
|
-
*/
|
|
4
|
-
export declare class EoError implements Error {
|
|
5
|
-
originalError: any | Error;
|
|
6
|
-
private _name;
|
|
7
|
-
private _message;
|
|
8
|
-
private _skipNotification;
|
|
9
|
-
get name(): any;
|
|
10
|
-
get message(): any;
|
|
11
|
-
get stack(): any;
|
|
12
|
-
get status(): any;
|
|
13
|
-
get url(): any;
|
|
14
|
-
get skipNotification(): boolean;
|
|
15
|
-
get isHttpErrorResponse(): any;
|
|
16
|
-
constructor(originalError: any | Error, _name: string, _message: string, _skipNotification: boolean);
|
|
17
|
-
toString(): any;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=eo-error.model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eo-error.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/model/eo-error.model.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,qBAAa,OAAQ,YAAW,KAAK;IA8BhB,aAAa,EAAE,GAAG,GAAG,KAAK;IAAE,OAAO,CAAC,KAAK;IAAU,OAAO,CAAC,QAAQ;IAAU,OAAO,CAAC,iBAAiB;IA5BzH,IAAI,IAAI,QAEP;IAED,IAAI,OAAO,QAEV;IAED,IAAI,KAAK,QAER;IAED,IAAI,MAAM,QAET;IAED,IAAI,GAAG,QAEN;IAED,IAAI,gBAAgB,YAEnB;IAED,IAAI,mBAAmB,QAEtB;gBAEkB,aAAa,EAAE,GAAG,GAAG,KAAK,EAAU,KAAK,EAAE,MAAM,EAAU,QAAQ,EAAE,MAAM,EAAU,iBAAiB,EAAE,OAAO;IAGlI,QAAQ;CAGT"}
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
export interface Privileges {
|
|
2
|
-
id: string;
|
|
3
|
-
type: string;
|
|
4
|
-
name: string;
|
|
5
|
-
}
|
|
6
|
-
export declare class EoUser {
|
|
7
|
-
/**
|
|
8
|
-
* The users ID
|
|
9
|
-
*/
|
|
10
|
-
id: string;
|
|
11
|
-
/**
|
|
12
|
-
* The users name
|
|
13
|
-
*/
|
|
14
|
-
name: string;
|
|
15
|
-
/**
|
|
16
|
-
* The users firstname
|
|
17
|
-
*/
|
|
18
|
-
firstname: string;
|
|
19
|
-
/**
|
|
20
|
-
* The users lastname
|
|
21
|
-
*/
|
|
22
|
-
lastname: string;
|
|
23
|
-
/**
|
|
24
|
-
* The users title (generated from backends title pattern)
|
|
25
|
-
*/
|
|
26
|
-
title: string;
|
|
27
|
-
/**
|
|
28
|
-
* The users email address
|
|
29
|
-
*/
|
|
30
|
-
email: string;
|
|
31
|
-
/**
|
|
32
|
-
* Flag indicating whether or not the user is present
|
|
33
|
-
*/
|
|
34
|
-
present: boolean;
|
|
35
|
-
/**
|
|
36
|
-
* URI to the users avatar image
|
|
37
|
-
*/
|
|
38
|
-
imageUri: string;
|
|
39
|
-
/**
|
|
40
|
-
* Custom user settings
|
|
41
|
-
*/
|
|
42
|
-
userSettings: any;
|
|
43
|
-
/**
|
|
44
|
-
* @ignore
|
|
45
|
-
*/
|
|
46
|
-
schema: any;
|
|
47
|
-
/**
|
|
48
|
-
* List of the users privileges
|
|
49
|
-
*/
|
|
50
|
-
privileges: Privileges[];
|
|
51
|
-
/**
|
|
52
|
-
* List of roles the user belongs to
|
|
53
|
-
*/
|
|
54
|
-
roles: any[];
|
|
55
|
-
/**
|
|
56
|
-
* List of the users deputies
|
|
57
|
-
*/
|
|
58
|
-
deputies: any[];
|
|
59
|
-
/**
|
|
60
|
-
* List of the users substitutes
|
|
61
|
-
*/
|
|
62
|
-
substitutesOf: any[];
|
|
63
|
-
/**
|
|
64
|
-
* Password validation settings
|
|
65
|
-
*/
|
|
66
|
-
passwortvalidation: any;
|
|
67
|
-
/**
|
|
68
|
-
* @ignore
|
|
69
|
-
*/ schemaLocale: string;
|
|
70
|
-
/**
|
|
71
|
-
* @ignore
|
|
72
|
-
*/
|
|
73
|
-
uiDirection: string;
|
|
74
|
-
/**
|
|
75
|
-
* Creates a new instance
|
|
76
|
-
* @param json The JSON object received from the backend. This will be used to construct the new user instance
|
|
77
|
-
*/
|
|
78
|
-
constructor(json: any);
|
|
79
|
-
/**
|
|
80
|
-
* Checks if the user has a certain privilege
|
|
81
|
-
* @param privilege The privilege to be checked
|
|
82
|
-
* @returns True if the user has this particular privilege, false otherwise
|
|
83
|
-
*/
|
|
84
|
-
hasPrivilege(privilege: string): boolean;
|
|
85
|
-
/**
|
|
86
|
-
* Checks if the user has a certain role
|
|
87
|
-
* @param role The role to be checked
|
|
88
|
-
* @returns True if the user has this particular role, false otherwise
|
|
89
|
-
*/
|
|
90
|
-
hasRole(role: string): boolean;
|
|
91
|
-
/**
|
|
92
|
-
* adds the base path for the users image path.
|
|
93
|
-
* @param base The base path
|
|
94
|
-
*/
|
|
95
|
-
setImageBase(base: string): void;
|
|
96
|
-
/**
|
|
97
|
-
* Gets the users configured client locale
|
|
98
|
-
* @returns locale string
|
|
99
|
-
*/
|
|
100
|
-
getClientLocale(): string;
|
|
101
|
-
/**
|
|
102
|
-
* Gets the users configured schema locale
|
|
103
|
-
* @returns locale string
|
|
104
|
-
*/
|
|
105
|
-
getSchemaLocale(): string;
|
|
106
|
-
}
|
|
107
|
-
//# sourceMappingURL=eo-user.model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eo-user.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/model/eo-user.model.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;AAED,qBAAa,MAAM;IAEjB;;OAEG;IACI,EAAE,EAAE,MAAM,CAAC;IAClB;;OAEG;IACI,IAAI,EAAE,MAAM,CAAC;IACpB;;OAEG;IACI,SAAS,EAAE,MAAM,CAAC;IACzB;;OAEG;IACI,QAAQ,EAAE,MAAM,CAAC;IACxB;;OAEG;IACI,KAAK,EAAE,MAAM,CAAC;IACrB;;OAEG;IACI,KAAK,EAAE,MAAM,CAAC;IACrB;;OAEG;IACI,OAAO,EAAE,OAAO,CAAC;IACxB;;OAEG;IACI,QAAQ,EAAE,MAAM,CAAC;IACxB;;OAEG;IACI,YAAY,EAAE,GAAG,CAAC;IACzB;;OAEG;IACI,MAAM,EAAE,GAAG,CAAC;IACnB;;OAEG;IACI,UAAU,EAAE,UAAU,EAAE,CAAC;IAChC;;OAEG;IACI,KAAK,EAAE,GAAG,EAAE,CAAC;IACpB;;OAEG;IACI,QAAQ,EAAE,GAAG,EAAE,CAAC;IACvB;;OAEG;IACI,aAAa,EAAE,GAAG,EAAE,CAAC;IAC5B;;OAEG;IACI,kBAAkB,EAAE,GAAG,CAAC;IAC/B;;OAEG,CAAO,YAAY,EAAE,MAAM,CAAC;IAC/B;;OAEG;IACI,WAAW,EAAE,MAAM,CAAC;IAE3B;;;OAGG;gBACS,IAAI,EAAE,GAAG;IA4BrB;;;;OAIG;IACH,YAAY,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO;IAaxC;;;;OAIG;IACH,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;IAY9B;;;OAGG;IACI,YAAY,CAAC,IAAI,EAAE,MAAM;IAMhC;;;OAGG;IACI,eAAe,IAAI,MAAM;IAIhC;;;OAGG;IACI,eAAe,IAAI,MAAM;CAIjC"}
|