@valtimo/plugin 0.0.0-test
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/README.md +31 -0
- package/fesm2022/valtimo-plugin.mjs +10493 -0
- package/fesm2022/valtimo-plugin.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/lib/components/default-plugin-configuration/default-plugin-configuration.component.d.ts +25 -0
- package/lib/components/default-plugin-configuration/default-plugin-configuration.component.d.ts.map +1 -0
- package/lib/components/default-plugin-configuration/default-plugin-configuration.module.d.ts +12 -0
- package/lib/components/default-plugin-configuration/default-plugin-configuration.module.d.ts.map +1 -0
- package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts +42 -0
- package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts.map +1 -0
- package/lib/components/plugin-configuration-container/plugin-configuration-container.module.d.ts +12 -0
- package/lib/components/plugin-configuration-container/plugin-configuration-container.module.d.ts.map +1 -0
- package/lib/constants/index.d.ts +3 -0
- package/lib/constants/index.d.ts.map +1 -0
- package/lib/constants/injection-tokens.d.ts +5 -0
- package/lib/constants/injection-tokens.d.ts.map +1 -0
- package/lib/constants/plugin.test-ids.d.ts +99 -0
- package/lib/constants/plugin.test-ids.d.ts.map +1 -0
- package/lib/models/index.d.ts +2 -0
- package/lib/models/index.d.ts.map +1 -0
- package/lib/models/plugin.d.ts +74 -0
- package/lib/models/plugin.d.ts.map +1 -0
- package/lib/pipes/index.d.ts +2 -0
- package/lib/pipes/index.d.ts.map +1 -0
- package/lib/pipes/plugin-translate/index.d.ts +3 -0
- package/lib/pipes/plugin-translate/index.d.ts.map +1 -0
- package/lib/pipes/plugin-translate/plugin-translate-pipe.module.d.ts +9 -0
- package/lib/pipes/plugin-translate/plugin-translate-pipe.module.d.ts.map +1 -0
- package/lib/pipes/plugin-translate/plugin-translate.pipe.d.ts +12 -0
- package/lib/pipes/plugin-translate/plugin-translate.pipe.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/assets/besluiten-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/besluiten-api/assets/besluiten-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/assets/index.d.ts +2 -0
- package/lib/plugins/besluiten-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/besluiten-api-plugin.module.d.ts +16 -0
- package/lib/plugins/besluiten-api/besluiten-api-plugin.module.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/besluiten-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/besluiten-api/besluiten-api-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component.d.ts +40 -0
- package/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.d.ts +57 -0
- package/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component.d.ts +24 -0
- package/lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component.d.ts +24 -0
- package/lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.d.ts +39 -0
- package/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/models/config.d.ts +45 -0
- package/lib/plugins/besluiten-api/models/config.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/models/index.d.ts +3 -0
- package/lib/plugins/besluiten-api/models/index.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/models/input.d.ts +3 -0
- package/lib/plugins/besluiten-api/models/input.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/models/patch-besluit-properties.d.ts +3 -0
- package/lib/plugins/besluiten-api/models/patch-besluit-properties.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/services/besluiten-api.service.d.ts +13 -0
- package/lib/plugins/besluiten-api/services/besluiten-api.service.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/services/index.d.ts +2 -0
- package/lib/plugins/besluiten-api/services/index.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/assets/catalogi-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/catalogi-api/assets/catalogi-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/assets/index.d.ts +2 -0
- package/lib/plugins/catalogi-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/catalogi-api-plugin-module.d.ts +17 -0
- package/lib/plugins/catalogi-api/catalogi-api-plugin-module.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/catalogi-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/catalogi-api/catalogi-api-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component.d.ts +39 -0
- package/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component.d.ts +24 -0
- package/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component.d.ts +24 -0
- package/lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component.d.ts +24 -0
- package/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component.d.ts +24 -0
- package/lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/components/get-statustype/get-statustype-configuration.component.d.ts +24 -0
- package/lib/plugins/catalogi-api/components/get-statustype/get-statustype-configuration.component.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component.d.ts +24 -0
- package/lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/models/config.d.ts +31 -0
- package/lib/plugins/catalogi-api/models/config.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/models/index.d.ts +2 -0
- package/lib/plugins/catalogi-api/models/index.d.ts.map +1 -0
- package/lib/plugins/documenten-api/assets/documenten-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/documenten-api/assets/documenten-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/documenten-api/assets/index.d.ts +2 -0
- package/lib/plugins/documenten-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.d.ts +47 -0
- package/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/documenten-api/components/download-document/download-document-configuration.component.d.ts +24 -0
- package/lib/plugins/documenten-api/components/download-document/download-document-configuration.component.d.ts.map +1 -0
- package/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.d.ts +45 -0
- package/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.d.ts.map +1 -0
- package/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component.d.ts +20 -0
- package/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component.d.ts.map +1 -0
- package/lib/plugins/documenten-api/components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-configuration.component.d.ts +20 -0
- package/lib/plugins/documenten-api/components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-configuration.component.d.ts.map +1 -0
- package/lib/plugins/documenten-api/documenten-api-plugin.module.d.ts +15 -0
- package/lib/plugins/documenten-api/documenten-api-plugin.module.d.ts.map +1 -0
- package/lib/plugins/documenten-api/documenten-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/documenten-api/documenten-api-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/documenten-api/models/config.d.ts +29 -0
- package/lib/plugins/documenten-api/models/config.d.ts.map +1 -0
- package/lib/plugins/documenten-api/models/index.d.ts +2 -0
- package/lib/plugins/documenten-api/models/index.d.ts.map +1 -0
- package/lib/plugins/documenten-api/services/documenten-api.service.d.ts +14 -0
- package/lib/plugins/documenten-api/services/documenten-api.service.d.ts.map +1 -0
- package/lib/plugins/documenten-api/services/index.d.ts +2 -0
- package/lib/plugins/documenten-api/services/index.d.ts.map +1 -0
- package/lib/plugins/documenten-api-preview/assets/documenten-api-preview-plugin-logo.d.ts +3 -0
- package/lib/plugins/documenten-api-preview/assets/documenten-api-preview-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/documenten-api-preview/assets/index.d.ts +2 -0
- package/lib/plugins/documenten-api-preview/assets/index.d.ts.map +1 -0
- package/lib/plugins/documenten-api-preview/components/documenten-api-preview-configuration/documenten-api-preview-configuration.component.d.ts +34 -0
- package/lib/plugins/documenten-api-preview/components/documenten-api-preview-configuration/documenten-api-preview-configuration.component.d.ts.map +1 -0
- package/lib/plugins/documenten-api-preview/documenten-api-preview-plugin.module.d.ts +11 -0
- package/lib/plugins/documenten-api-preview/documenten-api-preview-plugin.module.d.ts.map +1 -0
- package/lib/plugins/documenten-api-preview/documenten-api-preview-plugin.specification.d.ts +4 -0
- package/lib/plugins/documenten-api-preview/documenten-api-preview-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/documenten-api-preview/models/config.d.ts +7 -0
- package/lib/plugins/documenten-api-preview/models/config.d.ts.map +1 -0
- package/lib/plugins/documenten-api-preview/models/index.d.ts +2 -0
- package/lib/plugins/documenten-api-preview/models/index.d.ts.map +1 -0
- package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.component.d.ts +25 -0
- package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.component.d.ts.map +1 -0
- package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.d.ts +7 -0
- package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.d.ts.map +1 -0
- package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.component.d.ts +25 -0
- package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.component.d.ts.map +1 -0
- package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.d.ts +8 -0
- package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.d.ts.map +1 -0
- package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.component.d.ts +25 -0
- package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.component.d.ts.map +1 -0
- package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.d.ts +8 -0
- package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.d.ts.map +1 -0
- package/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-configuration.component.d.ts +33 -0
- package/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-configuration.component.d.ts.map +1 -0
- package/lib/plugins/exact/components/exact-redirect/exact-redirect.component.d.ts +11 -0
- package/lib/plugins/exact/components/exact-redirect/exact-redirect.component.d.ts.map +1 -0
- package/lib/plugins/exact/exact-plugin-routing.module.d.ts +9 -0
- package/lib/plugins/exact/exact-plugin-routing.module.d.ts.map +1 -0
- package/lib/plugins/exact/exact-plugin.d.ts +11 -0
- package/lib/plugins/exact/exact-plugin.d.ts.map +1 -0
- package/lib/plugins/exact/exact-plugin.module.d.ts +17 -0
- package/lib/plugins/exact/exact-plugin.module.d.ts.map +1 -0
- package/lib/plugins/exact/exact-plugin.service.d.ts +14 -0
- package/lib/plugins/exact/exact-plugin.service.d.ts.map +1 -0
- package/lib/plugins/exact/exact-refresh-token.d.ts +7 -0
- package/lib/plugins/exact/exact-refresh-token.d.ts.map +1 -0
- package/lib/plugins/exact/exact.plugin.specification.d.ts +4 -0
- package/lib/plugins/exact/exact.plugin.specification.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/assets/index.d.ts +2 -0
- package/lib/plugins/klantinteracties-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/assets/klantinteracties-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/klantinteracties-api/assets/klantinteracties-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/components/create-persoon/create-persoon.component.d.ts +24 -0
- package/lib/plugins/klantinteracties-api/components/create-persoon/create-persoon.component.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/components/klantinteracties-api-configuration/klantinteracties-api-configuration.component.d.ts +39 -0
- package/lib/plugins/klantinteracties-api/components/klantinteracties-api-configuration/klantinteracties-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin-module.d.ts +12 -0
- package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin-module.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/models/config.d.ts +15 -0
- package/lib/plugins/klantinteracties-api/models/config.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/models/index.d.ts +2 -0
- package/lib/plugins/klantinteracties-api/models/index.d.ts.map +1 -0
- package/lib/plugins/notificaties-api/assets/notificaties-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/notificaties-api/assets/notificaties-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component.d.ts +40 -0
- package/lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/notificaties-api/components/publish-notificatie/publish-notificatie-configuration.component.d.ts +30 -0
- package/lib/plugins/notificaties-api/components/publish-notificatie/publish-notificatie-configuration.component.d.ts.map +1 -0
- package/lib/plugins/notificaties-api/components/receive-notificatie/receive-notificatie-configuration.component.d.ts +29 -0
- package/lib/plugins/notificaties-api/components/receive-notificatie/receive-notificatie-configuration.component.d.ts.map +1 -0
- package/lib/plugins/notificaties-api/models/config.d.ts +26 -0
- package/lib/plugins/notificaties-api/models/config.d.ts.map +1 -0
- package/lib/plugins/notificaties-api/models/index.d.ts +2 -0
- package/lib/plugins/notificaties-api/models/index.d.ts.map +1 -0
- package/lib/plugins/notificaties-api/notificaties-api-plugin.module.d.ts +14 -0
- package/lib/plugins/notificaties-api/notificaties-api-plugin.module.d.ts.map +1 -0
- package/lib/plugins/notificaties-api/notificaties-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/notificaties-api/notificaties-api-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/notificaties-api-authentication/assets/index.d.ts +2 -0
- package/lib/plugins/notificaties-api-authentication/assets/index.d.ts.map +1 -0
- package/lib/plugins/notificaties-api-authentication/assets/open-notificaties-plugin-logo.d.ts +3 -0
- package/lib/plugins/notificaties-api-authentication/assets/open-notificaties-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/notificaties-api-authentication/components/open-notificaties-configuration/open-notificaties-configuration.component.d.ts +29 -0
- package/lib/plugins/notificaties-api-authentication/components/open-notificaties-configuration/open-notificaties-configuration.component.d.ts.map +1 -0
- package/lib/plugins/notificaties-api-authentication/models/config.d.ts +7 -0
- package/lib/plugins/notificaties-api-authentication/models/config.d.ts.map +1 -0
- package/lib/plugins/notificaties-api-authentication/models/index.d.ts +2 -0
- package/lib/plugins/notificaties-api-authentication/models/index.d.ts.map +1 -0
- package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.module.d.ts +11 -0
- package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.module.d.ts.map +1 -0
- package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.specification.d.ts +4 -0
- package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/assets/object-token-authentication-plugin-logo.d.ts +3 -0
- package/lib/plugins/object-token-authentication/assets/object-token-authentication-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.d.ts +28 -0
- package/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/models/config.d.ts +6 -0
- package/lib/plugins/object-token-authentication/models/config.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/models/index.d.ts +2 -0
- package/lib/plugins/object-token-authentication/models/index.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/object-token-authentication-plugin.module.d.ts +11 -0
- package/lib/plugins/object-token-authentication/object-token-authentication-plugin.module.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/object-token-authentication-plugin.specification.d.ts +4 -0
- package/lib/plugins/object-token-authentication/object-token-authentication-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/objecten-api/assets/index.d.ts +2 -0
- package/lib/plugins/objecten-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/objecten-api/assets/objecten-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/objecten-api/assets/objecten-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/objecten-api/components/delete-object/delete-object.component.d.ts +24 -0
- package/lib/plugins/objecten-api/components/delete-object/delete-object.component.d.ts.map +1 -0
- package/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.d.ts +39 -0
- package/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/objecten-api/models/config.d.ts +10 -0
- package/lib/plugins/objecten-api/models/config.d.ts.map +1 -0
- package/lib/plugins/objecten-api/models/index.d.ts +2 -0
- package/lib/plugins/objecten-api/models/index.d.ts.map +1 -0
- package/lib/plugins/objecten-api/objecten-api-plugin-module.d.ts +12 -0
- package/lib/plugins/objecten-api/objecten-api-plugin-module.d.ts.map +1 -0
- package/lib/plugins/objecten-api/objecten-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/objecten-api/objecten-api-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/assets/index.d.ts +2 -0
- package/lib/plugins/objecttypen-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/assets/objecttypen-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/objecttypen-api/assets/objecttypen-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.d.ts +39 -0
- package/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/models/config.d.ts +7 -0
- package/lib/plugins/objecttypen-api/models/config.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/models/index.d.ts +2 -0
- package/lib/plugins/objecttypen-api/models/index.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/objecttypen-api-plugin-module.d.ts +11 -0
- package/lib/plugins/objecttypen-api/objecttypen-api-plugin-module.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/open-klant-token-authentication/assets/open-klant-token-authentication-plugin-logo.d.ts +3 -0
- package/lib/plugins/open-klant-token-authentication/assets/open-klant-token-authentication-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/open-klant-token-authentication/components/open-klant-token-authentication-configuration/open-klant-token-authentication-configuration.component.d.ts +28 -0
- package/lib/plugins/open-klant-token-authentication/components/open-klant-token-authentication-configuration/open-klant-token-authentication-configuration.component.d.ts.map +1 -0
- package/lib/plugins/open-klant-token-authentication/models/config.d.ts +6 -0
- package/lib/plugins/open-klant-token-authentication/models/config.d.ts.map +1 -0
- package/lib/plugins/open-klant-token-authentication/models/index.d.ts +2 -0
- package/lib/plugins/open-klant-token-authentication/models/index.d.ts.map +1 -0
- package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.module.d.ts +11 -0
- package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.module.d.ts.map +1 -0
- package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification.d.ts +4 -0
- package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/open-zaak/assets/index.d.ts +2 -0
- package/lib/plugins/open-zaak/assets/index.d.ts.map +1 -0
- package/lib/plugins/open-zaak/assets/open-zaak-plugin-logo.d.ts +3 -0
- package/lib/plugins/open-zaak/assets/open-zaak-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.d.ts +29 -0
- package/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.d.ts.map +1 -0
- package/lib/plugins/open-zaak/models/config.d.ts +7 -0
- package/lib/plugins/open-zaak/models/config.d.ts.map +1 -0
- package/lib/plugins/open-zaak/models/index.d.ts +2 -0
- package/lib/plugins/open-zaak/models/index.d.ts.map +1 -0
- package/lib/plugins/open-zaak/open-zaak-plugin.module.d.ts +11 -0
- package/lib/plugins/open-zaak/open-zaak-plugin.module.d.ts.map +1 -0
- package/lib/plugins/open-zaak/open-zaak-plugin.specification.d.ts +4 -0
- package/lib/plugins/open-zaak/open-zaak-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/assets/portaaltaak-plugin-logo.d.ts +3 -0
- package/lib/plugins/portaaltaak/assets/portaaltaak-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.d.ts +19 -0
- package/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.d.ts +40 -0
- package/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.d.ts +44 -0
- package/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/models/config.d.ts +27 -0
- package/lib/plugins/portaaltaak/models/config.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/models/index.d.ts +3 -0
- package/lib/plugins/portaaltaak/models/index.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/models/object.d.ts +14 -0
- package/lib/plugins/portaaltaak/models/object.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/portaaltaak-plugin.module.d.ts +13 -0
- package/lib/plugins/portaaltaak/portaaltaak-plugin.module.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/portaaltaak-plugin.specification.d.ts +4 -0
- package/lib/plugins/portaaltaak/portaaltaak-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/services/index.d.ts +2 -0
- package/lib/plugins/portaaltaak/services/index.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/services/object.service.d.ts +14 -0
- package/lib/plugins/portaaltaak/services/object.service.d.ts.map +1 -0
- package/lib/plugins/smart-documents/assets/index.d.ts +2 -0
- package/lib/plugins/smart-documents/assets/index.d.ts.map +1 -0
- package/lib/plugins/smart-documents/assets/smart-documents-plugin-logo.d.ts +3 -0
- package/lib/plugins/smart-documents/assets/smart-documents-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.d.ts +31 -0
- package/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.d.ts.map +1 -0
- package/lib/plugins/smart-documents/components/get-template-names/get-template-names.component.d.ts +24 -0
- package/lib/plugins/smart-documents/components/get-template-names/get-template-names.component.d.ts.map +1 -0
- package/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.d.ts +30 -0
- package/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.d.ts.map +1 -0
- package/lib/plugins/smart-documents/models/config.d.ts +23 -0
- package/lib/plugins/smart-documents/models/config.d.ts.map +1 -0
- package/lib/plugins/smart-documents/models/index.d.ts +2 -0
- package/lib/plugins/smart-documents/models/index.d.ts.map +1 -0
- package/lib/plugins/smart-documents/smart-documents-plugin.module.d.ts +13 -0
- package/lib/plugins/smart-documents/smart-documents-plugin.module.d.ts.map +1 -0
- package/lib/plugins/smart-documents/smart-documents-plugin.specification.d.ts +4 -0
- package/lib/plugins/smart-documents/smart-documents-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/verzoek/assets/verzoek-plugin-logo.d.ts +3 -0
- package/lib/plugins/verzoek/assets/verzoek-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.d.ts +94 -0
- package/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.d.ts.map +1 -0
- package/lib/plugins/verzoek/models/config.d.ts +28 -0
- package/lib/plugins/verzoek/models/config.d.ts.map +1 -0
- package/lib/plugins/verzoek/models/index.d.ts +3 -0
- package/lib/plugins/verzoek/models/index.d.ts.map +1 -0
- package/lib/plugins/verzoek/models/verzoek.d.ts +24 -0
- package/lib/plugins/verzoek/models/verzoek.d.ts.map +1 -0
- package/lib/plugins/verzoek/services/index.d.ts +2 -0
- package/lib/plugins/verzoek/services/index.d.ts.map +1 -0
- package/lib/plugins/verzoek/services/verzoek-plugin.service.d.ts +18 -0
- package/lib/plugins/verzoek/services/verzoek-plugin.service.d.ts.map +1 -0
- package/lib/plugins/verzoek/verzoek-plugin.module.d.ts +12 -0
- package/lib/plugins/verzoek/verzoek-plugin.module.d.ts.map +1 -0
- package/lib/plugins/verzoek/verzoek-plugin.specification.d.ts +4 -0
- package/lib/plugins/verzoek/verzoek-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/zaken-api/assets/index.d.ts +2 -0
- package/lib/plugins/zaken-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/zaken-api/assets/zaken-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/zaken-api/assets/zaken-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component.d.ts +25 -0
- package/lib/plugins/zaken-api/components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.d.ts +24 -0
- package/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts +24 -0
- package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component.d.ts +25 -0
- package/lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component.d.ts +24 -0
- package/lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts +58 -0
- package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.d.ts +27 -0
- package/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.d.ts +40 -0
- package/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component.d.ts +41 -0
- package/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-zaaknotitie/create-zaaknotitie-configuration.component.d.ts +26 -0
- package/lib/plugins/zaken-api/components/create-zaaknotitie/create-zaaknotitie-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/delete-zaak-resultaten/delete-zaak-resultaten-configuration.component.d.ts +20 -0
- package/lib/plugins/zaken-api/components/delete-zaak-resultaten/delete-zaak-resultaten-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component.d.ts +24 -0
- package/lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component.d.ts +38 -0
- package/lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/end-hersteltermijn/end-hersteltermijn.component.d.ts +20 -0
- package/lib/plugins/zaken-api/components/end-hersteltermijn/end-hersteltermijn.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component.d.ts +34 -0
- package/lib/plugins/zaken-api/components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.d.ts +24 -0
- package/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.d.ts +34 -0
- package/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component.d.ts +20 -0
- package/lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts +47 -0
- package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/patch-zaaknotitie/patch-zaaknotitie-configuration.component.d.ts +45 -0
- package/lib/plugins/zaken-api/components/patch-zaaknotitie/patch-zaaknotitie-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component.d.ts +30 -0
- package/lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts +55 -0
- package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts +24 -0
- package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-configuration.component.d.ts +24 -0
- package/lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component.d.ts +38 -0
- package/lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.d.ts +44 -0
- package/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/config.d.ts +164 -0
- package/lib/plugins/zaken-api/models/config.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/create-zaak-properties.d.ts +3 -0
- package/lib/plugins/zaken-api/models/create-zaak-properties.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/eigenschap.d.ts +6 -0
- package/lib/plugins/zaken-api/models/eigenschap.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/geometry-types.d.ts +2 -0
- package/lib/plugins/zaken-api/models/geometry-types.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/index.d.ts +6 -0
- package/lib/plugins/zaken-api/models/index.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/indicatie-machtiging-values.d.ts +3 -0
- package/lib/plugins/zaken-api/models/indicatie-machtiging-values.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/input.d.ts +3 -0
- package/lib/plugins/zaken-api/models/input.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/patch-zaak-properties.d.ts +3 -0
- package/lib/plugins/zaken-api/models/patch-zaak-properties.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/patch-zaaknotitie-properties.d.ts +3 -0
- package/lib/plugins/zaken-api/models/patch-zaaknotitie-properties.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/payment-indication-types.d.ts +2 -0
- package/lib/plugins/zaken-api/models/payment-indication-types.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/resultaat.d.ts +6 -0
- package/lib/plugins/zaken-api/models/resultaat.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/status.d.ts +6 -0
- package/lib/plugins/zaken-api/models/status.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/zaaknotificatie-statuses.d.ts +2 -0
- package/lib/plugins/zaken-api/models/zaaknotificatie-statuses.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/zaaknotificatie-types.d.ts +2 -0
- package/lib/plugins/zaken-api/models/zaaknotificatie-types.d.ts.map +1 -0
- package/lib/plugins/zaken-api/services/index.d.ts +2 -0
- package/lib/plugins/zaken-api/services/index.d.ts.map +1 -0
- package/lib/plugins/zaken-api/services/zaken-api.service.d.ts +17 -0
- package/lib/plugins/zaken-api/services/zaken-api.service.d.ts.map +1 -0
- package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts +39 -0
- package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts.map +1 -0
- package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts.map +1 -0
- package/lib/services/index.d.ts +4 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/plugin-management.service.d.ts +29 -0
- package/lib/services/plugin-management.service.d.ts.map +1 -0
- package/lib/services/plugin-translation.service.d.ts +19 -0
- package/lib/services/plugin-translation.service.d.ts.map +1 -0
- package/lib/services/plugin.service.d.ts +15 -0
- package/lib/services/plugin.service.d.ts.map +1 -0
- package/package.json +24 -0
- package/public-api.d.ts +107 -0
- package/public-api.d.ts.map +1 -0
- package/valtimo-plugin.d.ts.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zaken-api-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,4BAA4B,EAAC,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAC,eAAe,EAAsB,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;;AAG5C,qBAMa,8BACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IAiCxD,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IAjC3B,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,cAAc,CAAC,CAAC;IACjD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,cAAc,CAAC,CAAsC;IAClG,SAAS,CAAC,QAAQ,CAAC,OAAO;;;;MAAoC;IAE9D,SAAgB,gCAAgC,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAc3F;IACJ,SAAgB,yBAAyB,2BAAuC;IAEhF,OAAO,CAAC,iCAAiC,CAAgB;IACzD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAoD;IAC/E,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAG3C,uBAAuB,EAAE,uBAAuB,EAChD,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB;IAG9D,QAAQ,IAAI,IAAI;IAMhB,WAAW;IAKX,eAAe,CAAC,SAAS,EAAE,cAAc,GAAG,IAAI;IAShD,gCAAgC,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAIzD,OAAO,CAAC,4BAA4B;IAMpC,OAAO,CAAC,oCAAoC;IAM5C,OAAO,CAAC,WAAW;IAiBnB,OAAO,CAAC,oBAAoB;yCA5FjB,8BAA8B;2CAA9B,8BAA8B;CAuG1C"}
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
import { PluginConfigurationData } from '../../../models';
|
|
2
|
+
import { InputOption } from './input';
|
|
3
|
+
interface ZakenApiConfig extends PluginConfigurationData {
|
|
4
|
+
url: string;
|
|
5
|
+
authenticationPluginConfiguration: string;
|
|
6
|
+
noteEventListenerEnabled?: boolean;
|
|
7
|
+
noteSubject?: string;
|
|
8
|
+
}
|
|
9
|
+
interface LinkDocumentToZaakConfig {
|
|
10
|
+
documentUrl: string;
|
|
11
|
+
titel: string;
|
|
12
|
+
beschrijving: string;
|
|
13
|
+
vernietigingsdatum?: string;
|
|
14
|
+
statusUrl?: string;
|
|
15
|
+
}
|
|
16
|
+
interface GetZaakInformatieobjectenConfig {
|
|
17
|
+
resultProcessVariable: string;
|
|
18
|
+
}
|
|
19
|
+
interface SetZaakStatusConfig {
|
|
20
|
+
statustypeUrl: string;
|
|
21
|
+
statustoelichting: string;
|
|
22
|
+
inputTypeZaakStatusToggle?: InputOption;
|
|
23
|
+
inputDatumStatusGezetToggle?: string;
|
|
24
|
+
datumStatusGezet?: string;
|
|
25
|
+
}
|
|
26
|
+
interface CreateZaakResultaatConfig {
|
|
27
|
+
resultaattypeUrl: string;
|
|
28
|
+
toelichting: string;
|
|
29
|
+
inputTypeZaakResultaatToggle?: InputOption;
|
|
30
|
+
}
|
|
31
|
+
interface CreateNatuurlijkePersoonZaakRolConfig {
|
|
32
|
+
roltypeUrl: string;
|
|
33
|
+
rolToelichting: string;
|
|
34
|
+
inpBsn: string;
|
|
35
|
+
anpIdentificatie: string;
|
|
36
|
+
inpA_nummer: string;
|
|
37
|
+
resultProcessVariable?: string;
|
|
38
|
+
}
|
|
39
|
+
interface CreateNietNatuurlijkePersoonZaakRolConfig {
|
|
40
|
+
roltypeUrl: string;
|
|
41
|
+
rolToelichting: string;
|
|
42
|
+
innNnpId: string;
|
|
43
|
+
annIdentificatie: string;
|
|
44
|
+
kvkNummer?: string;
|
|
45
|
+
vestigingsNummer?: string;
|
|
46
|
+
resultProcessVariable?: string;
|
|
47
|
+
}
|
|
48
|
+
interface CreateMedewerkerZaakRolConfig {
|
|
49
|
+
roltypeUrl: string;
|
|
50
|
+
rolToelichting: string;
|
|
51
|
+
identificatie?: string;
|
|
52
|
+
achternaam?: string;
|
|
53
|
+
voorletters?: string;
|
|
54
|
+
voorvoegselAchternaam?: string;
|
|
55
|
+
afwijkendeNaamBetrokkene?: string;
|
|
56
|
+
indicatieMachtiging?: string;
|
|
57
|
+
resultProcessVariable?: string;
|
|
58
|
+
}
|
|
59
|
+
interface CreateOrganisatorischeEenheidZaakRolConfig {
|
|
60
|
+
roltypeUrl: string;
|
|
61
|
+
rolToelichting: string;
|
|
62
|
+
identificatie?: string;
|
|
63
|
+
naam?: string;
|
|
64
|
+
isGehuisvestIn?: string;
|
|
65
|
+
afwijkendeNaamBetrokkene?: string;
|
|
66
|
+
indicatieMachtiging?: string;
|
|
67
|
+
resultProcessVariable?: string;
|
|
68
|
+
}
|
|
69
|
+
interface CreateVestigingZaakRolConfig {
|
|
70
|
+
roltypeUrl: string;
|
|
71
|
+
rolToelichting: string;
|
|
72
|
+
handelsnaam?: string;
|
|
73
|
+
kvkNummer?: string;
|
|
74
|
+
vestigingsNummer?: string;
|
|
75
|
+
resultProcessVariable?: string;
|
|
76
|
+
}
|
|
77
|
+
interface DeleteZaakRolConfig {
|
|
78
|
+
rolUuid: string;
|
|
79
|
+
}
|
|
80
|
+
interface CreateZaakConfig {
|
|
81
|
+
rsin: string;
|
|
82
|
+
manualZaakTypeUrl: boolean;
|
|
83
|
+
zaaktypeUrl: string;
|
|
84
|
+
inputTypeZaakTypeToggle?: InputOption;
|
|
85
|
+
description?: string;
|
|
86
|
+
explanation?: string;
|
|
87
|
+
plannedEndDate?: string;
|
|
88
|
+
finalDeliveryDate?: string;
|
|
89
|
+
communicationChannel?: string;
|
|
90
|
+
paymentIndication?: string;
|
|
91
|
+
caseGeometryType?: string;
|
|
92
|
+
caseGeometryCoordinates?: string;
|
|
93
|
+
mainCase?: string;
|
|
94
|
+
}
|
|
95
|
+
interface SetZaakopschortingConfig {
|
|
96
|
+
verlengingsduur: string;
|
|
97
|
+
toelichtingVerlenging: string;
|
|
98
|
+
toelichtingOpschorting: string;
|
|
99
|
+
}
|
|
100
|
+
interface StartHersteltermijnConfig {
|
|
101
|
+
maxDurationInDays: string;
|
|
102
|
+
}
|
|
103
|
+
interface CreateZaakeigenschapConfig {
|
|
104
|
+
eigenschapUrl: string;
|
|
105
|
+
eigenschapValue: string;
|
|
106
|
+
inputTypeEigenschapToggle?: InputOption;
|
|
107
|
+
}
|
|
108
|
+
interface UpdateZaakeigenschapConfig {
|
|
109
|
+
eigenschapUrl: string;
|
|
110
|
+
eigenschapValue: string;
|
|
111
|
+
inputTypeEigenschapToggle?: InputOption;
|
|
112
|
+
}
|
|
113
|
+
interface DeleteZaakeigenschapConfig {
|
|
114
|
+
eigenschapUrl: string;
|
|
115
|
+
inputTypeEigenschapToggle?: InputOption;
|
|
116
|
+
}
|
|
117
|
+
interface PatchZaakConfig {
|
|
118
|
+
description?: string;
|
|
119
|
+
explanation?: string;
|
|
120
|
+
startDate?: string;
|
|
121
|
+
plannedEndDate?: string;
|
|
122
|
+
finalDeliveryDate?: string;
|
|
123
|
+
publicationDate?: string;
|
|
124
|
+
communicationChannel?: string;
|
|
125
|
+
communicationChannelName?: string;
|
|
126
|
+
paymentIndication?: string;
|
|
127
|
+
lastPaymentDate?: string;
|
|
128
|
+
caseGeometryType?: string;
|
|
129
|
+
caseGeometryCoordinates?: string;
|
|
130
|
+
mainCase?: string;
|
|
131
|
+
archiveActionDate?: string;
|
|
132
|
+
startDateRetentionPeriod?: string;
|
|
133
|
+
}
|
|
134
|
+
interface RelateerZakenConfig {
|
|
135
|
+
teRelaterenZaakUri: string;
|
|
136
|
+
aardRelatie: string;
|
|
137
|
+
}
|
|
138
|
+
interface GetZaakbesluitenConfig {
|
|
139
|
+
resultProcessVariable: string;
|
|
140
|
+
}
|
|
141
|
+
interface CreateZaakNotitieConfig {
|
|
142
|
+
onderwerp: string;
|
|
143
|
+
tekst: string;
|
|
144
|
+
aangemaaktDoor?: string;
|
|
145
|
+
notitieType?: string;
|
|
146
|
+
status?: string;
|
|
147
|
+
}
|
|
148
|
+
interface PatchZaakNotitieConfig {
|
|
149
|
+
zaakNotitieUrl: string;
|
|
150
|
+
onderwerp?: string;
|
|
151
|
+
tekst?: string;
|
|
152
|
+
aangemaaktDoor?: string;
|
|
153
|
+
notitieType?: string;
|
|
154
|
+
status?: string;
|
|
155
|
+
}
|
|
156
|
+
export interface PropertyFormField {
|
|
157
|
+
type?: string;
|
|
158
|
+
name: string;
|
|
159
|
+
translationKey: string;
|
|
160
|
+
tooltipTranslationKey?: string;
|
|
161
|
+
presetOptions?: string[];
|
|
162
|
+
}
|
|
163
|
+
export { ZakenApiConfig, LinkDocumentToZaakConfig, GetZaakInformatieobjectenConfig, SetZaakStatusConfig, CreateZaakResultaatConfig, CreateZaakConfig, CreateNatuurlijkePersoonZaakRolConfig, CreateNietNatuurlijkePersoonZaakRolConfig, CreateMedewerkerZaakRolConfig, CreateOrganisatorischeEenheidZaakRolConfig, CreateVestigingZaakRolConfig, DeleteZaakRolConfig, SetZaakopschortingConfig, StartHersteltermijnConfig, CreateZaakeigenschapConfig, UpdateZaakeigenschapConfig, DeleteZaakeigenschapConfig, PatchZaakConfig, RelateerZakenConfig, GetZaakbesluitenConfig, CreateZaakNotitieConfig, PatchZaakNotitieConfig, };
|
|
164
|
+
//# sourceMappingURL=config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/config.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const CreateZaakExtraPropertyOptions: readonly ["description", "explanation", "plannedEndDate", "finalDeliveryDate", "communicationChannel", "paymentIndication", "caseGeometryType", "caseGeometryCoordinates", "mainCase"];
|
|
2
|
+
export type CreateZaakExtraProperties = (typeof CreateZaakExtraPropertyOptions)[number];
|
|
3
|
+
//# sourceMappingURL=create-zaak-properties.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-zaak-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/create-zaak-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,8BAA8B,wLAUjC,CAAC;AACX,MAAM,MAAM,yBAAyB,GAAG,CAAC,OAAO,8BAA8B,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eigenschap.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/eigenschap.ts"],"names":[],"mappings":"AAgBA,UAAU,UAAU;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb;AAED,OAAO,EAAC,UAAU,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"geometry-types.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/geometry-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,EAAE,MAAM,EAQlC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indicatie-machtiging-values.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/indicatie-machtiging-values.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAE/C,eAAO,MAAM,2BAA2B,EAAE,KAAK,CAAC,UAAU,CAgBzD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/input.ts"],"names":[],"mappings":"AAgBA,KAAK,WAAW,GAAG,MAAM,GAAG,WAAW,CAAC;AAExC,OAAO,EAAC,WAAW,EAAC,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const PatchZaakPropertyOptions: readonly ["description", "explanation", "startDate", "plannedEndDate", "finalDeliveryDate", "publicationDate", "communicationChannel", "communicationChannelName", "paymentIndication", "lastPaymentDate", "caseGeometryType", "caseGeometryCoordinates", "mainCase", "archiveActionDate", "startDateRetentionPeriod"];
|
|
2
|
+
export type PatchZaakProperties = (typeof PatchZaakPropertyOptions)[number];
|
|
3
|
+
//# sourceMappingURL=patch-zaak-properties.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-zaak-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/patch-zaak-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,wBAAwB,wTAgB3B,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,wBAAwB,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const PatchZaakNotitiePropertyOptions: readonly ["onderwerp", "tekst", "aangemaaktDoor", "notitieType", "status"];
|
|
2
|
+
export type PatchZaakNotitieProperties = (typeof PatchZaakNotitiePropertyOptions)[number];
|
|
3
|
+
//# sourceMappingURL=patch-zaaknotitie-properties.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-zaaknotitie-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/patch-zaaknotitie-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,+BAA+B,4EAMlC,CAAC;AAEX,MAAM,MAAM,0BAA0B,GAAG,CAAC,OAAO,+BAA+B,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-indication-types.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/payment-indication-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,EAAE,MAAM,EAAkD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resultaat.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/resultaat.ts"],"names":[],"mappings":"AAgBA,UAAU,aAAa;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb;AAED,OAAO,EAAC,aAAa,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/status.ts"],"names":[],"mappings":"AAgBA,UAAU,UAAU;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb;AAED,OAAO,EAAC,UAAU,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zaaknotificatie-statuses.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/zaaknotificatie-statuses.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,EAAE,MAAM,EAA8B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zaaknotificatie-types.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/zaaknotificatie-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,EAAE,MAAM,EAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { ConfigService } from '@valtimo/shared';
|
|
4
|
+
import { ResultaatType, StatusType } from '../models';
|
|
5
|
+
import { Eigenschap } from '../models/eigenschap';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class ZakenApiService {
|
|
8
|
+
private http;
|
|
9
|
+
private valtimoEndpointUri;
|
|
10
|
+
constructor(http: HttpClient, configService: ConfigService);
|
|
11
|
+
getStatusTypesByCaseAndVersion(caseDefinitionKey: string, versionTag: string): Observable<Array<StatusType>>;
|
|
12
|
+
getResultaatTypesByCaseAndVersion(caseDefinitionKey: string, versionTag: string): Observable<Array<ResultaatType>>;
|
|
13
|
+
getEigenschappenByCaseAndVersion(caseDefinitionKey: string, versionTag: string): Observable<Array<Eigenschap>>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ZakenApiService>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=zaken-api.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zaken-api.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/services/zaken-api.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,aAAa,EAAE,UAAU,EAAC,MAAM,WAAW,CAAC;AACpD,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;;AAEhD,qBAGa,eAAe;IAIxB,OAAO,CAAC,IAAI;IAHd,OAAO,CAAC,kBAAkB,CAAS;gBAGzB,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAKvB,8BAA8B,CACnC,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,GACjB,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;IAMzB,iCAAiC,CACtC,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,GACjB,UAAU,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;IAK5B,gCAAgC,CACrC,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,GACjB,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;yCA9BrB,eAAe;6CAAf,eAAe;CAmC3B"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/zaken-api-configuration/zaken-api-configuration.component";
|
|
3
|
+
import * as i2 from "./components/link-document-to-zaak/link-document-to-zaak-configuration.component";
|
|
4
|
+
import * as i3 from "./components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component";
|
|
5
|
+
import * as i4 from "./components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component";
|
|
6
|
+
import * as i5 from "./components/set-zaak-status/set-zaak-status-configuration.component";
|
|
7
|
+
import * as i6 from "./components/create-zaak-resultaat/create-zaak-resultaat-configuration.component";
|
|
8
|
+
import * as i7 from "./components/delete-zaak-rol/delete-zaak-rol.component";
|
|
9
|
+
import * as i8 from "./components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component";
|
|
10
|
+
import * as i9 from "./components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component";
|
|
11
|
+
import * as i10 from "./components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component";
|
|
12
|
+
import * as i11 from "./components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component";
|
|
13
|
+
import * as i12 from "./components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component";
|
|
14
|
+
import * as i13 from "./components/create-zaak/create-zaak-configuration.component";
|
|
15
|
+
import * as i14 from "./components/set-zaakopschorting/set-zaakopschorting.component";
|
|
16
|
+
import * as i15 from "./components/start-hersteltermijn/start-hersteltermijn-configuration.component";
|
|
17
|
+
import * as i16 from "./components/end-hersteltermijn/end-hersteltermijn.component";
|
|
18
|
+
import * as i17 from "./components/create-zaakeigenschap/create-zaakeigenschap.component";
|
|
19
|
+
import * as i18 from "./components/update-zaakeigenschap/update-zaakeigenschap.component";
|
|
20
|
+
import * as i19 from "./components/delete-zaakeigenschap/delete-zaakeigenschap.component";
|
|
21
|
+
import * as i20 from "./components/create-zaak-object/create-zaak-object-configuration.component";
|
|
22
|
+
import * as i21 from "./components/relateer-zaken/relateer-zaken.component";
|
|
23
|
+
import * as i22 from "./components/patch-zaak/patch-zaak-configuration.component";
|
|
24
|
+
import * as i23 from "./components/get-zaakbesluiten/get-zaakbesluiten-configuration.component";
|
|
25
|
+
import * as i24 from "./components/create-zaaknotitie/create-zaaknotitie-configuration.component";
|
|
26
|
+
import * as i25 from "./components/patch-zaaknotitie/patch-zaaknotitie-configuration.component";
|
|
27
|
+
import * as i26 from "./components/delete-zaak-resultaten/delete-zaak-resultaten-configuration.component";
|
|
28
|
+
import * as i27 from "@angular/common";
|
|
29
|
+
import * as i28 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
30
|
+
import * as i29 from "@valtimo/components";
|
|
31
|
+
import * as i30 from "carbon-components-angular";
|
|
32
|
+
import * as i31 from "@ngx-translate/core";
|
|
33
|
+
import * as i32 from "@angular/forms";
|
|
34
|
+
export declare class ZakenApiPluginModule {
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiPluginModule, never>;
|
|
36
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ZakenApiPluginModule, [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.GetZaakInformatieobjectenComponent, typeof i5.SetZaakStatusConfigurationComponent, typeof i6.CreateZaakResultaatConfigurationComponent, typeof i7.DeleteZaakRolComponent, typeof i8.CreateMedewerkerZaakRolComponent, typeof i9.CreateNatuurlijkPersoonZaakRolComponent, typeof i10.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i11.CreateOrganisatorischeEenheidZaakRolComponent, typeof i12.CreateVestigingZaakRolComponent, typeof i13.CreateZaakConfigurationComponent, typeof i14.SetZaakopschortingComponent, typeof i15.StartHersteltermijnConfigurationComponent, typeof i16.EndHersteltermijnComponent, typeof i17.CreateZaakeigenschapComponent, typeof i18.UpdateZaakeigenschapComponent, typeof i19.DeleteZaakeigenschapComponent, typeof i20.CreateZaakObjectConfigurationComponent, typeof i21.RelateerZakenComponent, typeof i22.PatchZaakConfigurationComponent, typeof i23.GetZaakbesluitenConfigurationComponent, typeof i24.CreateZaakNotitieConfigurationComponent, typeof i25.PatchZaakNotitieConfigurationComponent, typeof i26.DeleteZaakResultatenConfigurationComponent], [typeof i27.CommonModule, typeof i28.PluginTranslatePipeModule, typeof i29.FormModule, typeof i29.InputModule, typeof i29.SelectModule, typeof i29.ParagraphModule, typeof i30.ToggleModule, typeof i29.InputLabelModule, typeof i29.RadioModule, typeof i30.LoadingModule, typeof i30.ButtonModule, typeof i29.OverflowMenuComponent, typeof i29.OverflowMenuOptionComponent, typeof i30.IconModule, typeof i31.TranslateModule, typeof i30.DatePickerInputModule, typeof i30.DatePickerModule, typeof i32.FormsModule, typeof i30.NotificationModule, typeof i32.ReactiveFormsModule, typeof i30.TimePickerModule, typeof i29.InputModule, typeof i29.ReadOnlyDirective], [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.GetZaakInformatieobjectenComponent, typeof i5.SetZaakStatusConfigurationComponent, typeof i6.CreateZaakResultaatConfigurationComponent, typeof i13.CreateZaakConfigurationComponent, typeof i7.DeleteZaakRolComponent, typeof i22.PatchZaakConfigurationComponent, typeof i8.CreateMedewerkerZaakRolComponent, typeof i9.CreateNatuurlijkPersoonZaakRolComponent, typeof i10.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i11.CreateOrganisatorischeEenheidZaakRolComponent, typeof i12.CreateVestigingZaakRolComponent, typeof i14.SetZaakopschortingComponent, typeof i15.StartHersteltermijnConfigurationComponent, typeof i16.EndHersteltermijnComponent, typeof i17.CreateZaakeigenschapComponent, typeof i18.UpdateZaakeigenschapComponent, typeof i19.DeleteZaakeigenschapComponent, typeof i20.CreateZaakObjectConfigurationComponent, typeof i21.RelateerZakenComponent, typeof i23.GetZaakbesluitenConfigurationComponent, typeof i24.CreateZaakNotitieConfigurationComponent, typeof i25.PatchZaakNotitieConfigurationComponent, typeof i26.DeleteZaakResultatenConfigurationComponent]>;
|
|
37
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ZakenApiPluginModule>;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=zaken-api-plugin.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zaken-api-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/zaken-api-plugin.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqEA,qBAmFa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zaken-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/zaken-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AA6BjD,QAAA,MAAM,2BAA2B,EAAE,mBAuhBlC,CAAC;AAEF,OAAO,EAAC,2BAA2B,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,kBAAkB,CAAC;AACjC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { PluginConfiguration, PluginConfigurationWithLogo, PluginDefinition, PluginFunction } from '../models';
|
|
4
|
+
import { ConfigService } from '@valtimo/shared';
|
|
5
|
+
import { PluginService } from './plugin.service';
|
|
6
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class PluginManagementService {
|
|
9
|
+
private readonly configService;
|
|
10
|
+
private readonly pluginService;
|
|
11
|
+
private readonly sanitizer;
|
|
12
|
+
private readonly http;
|
|
13
|
+
private readonly VALTIMO_API_ENDPOINT_URI;
|
|
14
|
+
constructor(configService: ConfigService, pluginService: PluginService, sanitizer: DomSanitizer, http: HttpClient);
|
|
15
|
+
getPluginDefinitions(activityType?: string): Observable<Array<PluginDefinition>>;
|
|
16
|
+
getPluginFunctions(pluginDefinitionId: string, activityType: string): Observable<Array<PluginFunction>>;
|
|
17
|
+
getAllPluginConfigurations(): Observable<Array<PluginConfiguration>>;
|
|
18
|
+
getPluginConfigurationsByPluginDefinitionKey(pluginDefinitionKey: string): Observable<Array<PluginConfiguration>>;
|
|
19
|
+
getPluginConfigurationsByCategory(categoryId: string): Observable<Array<PluginConfiguration>>;
|
|
20
|
+
getPluginConfigurationsWithActionsForActivityType(activityType: string): Observable<Array<PluginConfiguration>>;
|
|
21
|
+
getAllPluginConfigurationsWithLogos(activityType?: string): Observable<Array<PluginConfigurationWithLogo>>;
|
|
22
|
+
savePluginConfiguration(pluginConfiguration: PluginConfiguration): Observable<PluginConfiguration>;
|
|
23
|
+
updatePluginConfiguration(configurationId: string, newConfigurationId: string, configurationTitle: string, configurationProperties: object): Observable<PluginConfiguration>;
|
|
24
|
+
deletePluginConfiguration(configurationId: string): Observable<void>;
|
|
25
|
+
private returnPluginConfigurationsWithLogos;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PluginManagementService, never>;
|
|
27
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PluginManagementService>;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=plugin-management.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin-management.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/services/plugin-management.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAa,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAgB,UAAU,EAAC,MAAM,MAAM,CAAC;AAC/C,OAAO,EACL,mBAAmB,EACnB,2BAA2B,EAC3B,gBAAgB,EAChB,cAAc,EACf,MAAM,WAAW,CAAC;AACnB,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAE9C,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAC,YAAY,EAAC,MAAM,2BAA2B,CAAC;;AAEvD,qBAGa,uBAAuB;IAIhC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,IAAI;IANvB,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAAoD;gBAG1E,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa,EAC5B,SAAS,EAAE,YAAY,EACvB,IAAI,EAAE,UAAU;IAG5B,oBAAoB,CAAC,YAAY,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAQhF,kBAAkB,CACvB,kBAAkB,EAAE,MAAM,EAC1B,YAAY,EAAE,MAAM,GACnB,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;IAQ7B,0BAA0B,IAAI,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAMpE,4CAA4C,CACjD,mBAAmB,EAAE,MAAM,GAC1B,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAMlC,iCAAiC,CACtC,UAAU,EAAE,MAAM,GACjB,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAMlC,iDAAiD,CACtD,YAAY,EAAE,MAAM,GACnB,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAMlC,mCAAmC,CACxC,YAAY,CAAC,EAAE,MAAM,GACpB,UAAU,CAAC,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAQ1C,uBAAuB,CAC5B,mBAAmB,EAAE,mBAAmB,GACvC,UAAU,CAAC,mBAAmB,CAAC;IAOlC,yBAAyB,CACvB,eAAe,EAAE,MAAM,EACvB,kBAAkB,EAAE,MAAM,EAC1B,kBAAkB,EAAE,MAAM,EAC1B,uBAAuB,EAAE,MAAM,GAC9B,UAAU,CAAC,mBAAmB,CAAC;IAWlC,yBAAyB,CAAC,eAAe,EAAE,MAAM,GAAG,UAAU,CAAC,IAAI,CAAC;IAMpE,OAAO,CAAC,mCAAmC;yCApGhC,uBAAuB;6CAAvB,uBAAuB;CA0HnC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
2
|
+
import { PluginService } from './plugin.service';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class PluginTranslationService {
|
|
6
|
+
private readonly translateService;
|
|
7
|
+
private readonly pluginService;
|
|
8
|
+
constructor(translateService: TranslateService, pluginService: PluginService);
|
|
9
|
+
translate(translateKey: string, pluginDefinitionKey: string): Observable<string>;
|
|
10
|
+
instant(translateKey: string, pluginDefinitionKey: string): string;
|
|
11
|
+
instantByPluginActionKey(pluginActionKey: string): string;
|
|
12
|
+
instantPluginTitleByPluginActionKey(pluginActionKey: string): string;
|
|
13
|
+
private getTranslation;
|
|
14
|
+
private getTranslationFromPluginActionKey;
|
|
15
|
+
private getPluginTitleFromPluginActionKey;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PluginTranslationService, never>;
|
|
17
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PluginTranslationService>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=plugin-translation.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin-translation.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/services/plugin-translation.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAE/C,OAAO,EAAgB,UAAU,EAAC,MAAM,MAAM,CAAC;;AAG/C,qBAGa,wBAAwB;IAEjC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,aAAa;gBADb,gBAAgB,EAAE,gBAAgB,EAClC,aAAa,EAAE,aAAa;IAGxC,SAAS,CAAC,YAAY,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAWhF,OAAO,CAAC,YAAY,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,GAAG,MAAM;IAQlE,wBAAwB,CAAC,eAAe,EAAE,MAAM,GAAG,MAAM;IAIzD,mCAAmC,CAAC,eAAe,EAAE,MAAM,GAAG,MAAM;IAI3E,OAAO,CAAC,cAAc;IAatB,OAAO,CAAC,iCAAiC;IAazC,OAAO,CAAC,iCAAiC;yCA3D9B,wBAAwB;6CAAxB,wBAAwB;CAuEpC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PluginConfig, PluginSpecification } from '../models';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PluginService {
|
|
5
|
+
private readonly pluginConfig;
|
|
6
|
+
private readonly _pluginSpecifications$;
|
|
7
|
+
private readonly _availablePluginIds$;
|
|
8
|
+
constructor(pluginConfig: PluginConfig);
|
|
9
|
+
get pluginSpecifications$(): Observable<Array<PluginSpecification>>;
|
|
10
|
+
get pluginSpecifications(): Array<PluginSpecification>;
|
|
11
|
+
get availablePluginIds$(): Observable<Array<string>>;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PluginService, never>;
|
|
13
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PluginService>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=plugin.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/services/plugin.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,YAAY,EAAE,mBAAmB,EAAC,MAAM,WAAW,CAAC;AAC5D,OAAO,EAAkB,UAAU,EAAC,MAAM,MAAM,CAAC;;AAIjD,qBAGa,aAAa;IAMW,OAAO,CAAC,QAAQ,CAAC,YAAY;IALhE,OAAO,CAAC,QAAQ,CAAC,sBAAsB,CAAuD;IAC9F,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAEnC;gBAEkD,YAAY,EAAE,YAAY;IAI9E,IAAI,qBAAqB,IAAI,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAElE;IAED,IAAI,oBAAoB,IAAI,KAAK,CAAC,mBAAmB,CAAC,CAErD;IAED,IAAI,mBAAmB,IAAI,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAEnD;yCApBU,aAAa;6CAAb,aAAa;CAqBzB"}
|
package/package.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@valtimo/plugin",
|
|
3
|
+
"license": "EUPL-1.2",
|
|
4
|
+
"version": "0.0.0-test",
|
|
5
|
+
"peerDependencies": {
|
|
6
|
+
"@angular/common": "19.2.20",
|
|
7
|
+
"@angular/core": "19.2.20"
|
|
8
|
+
},
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"tslib": "2.8.1"
|
|
11
|
+
},
|
|
12
|
+
"module": "fesm2022/valtimo-plugin.mjs",
|
|
13
|
+
"typings": "index.d.ts",
|
|
14
|
+
"exports": {
|
|
15
|
+
"./package.json": {
|
|
16
|
+
"default": "./package.json"
|
|
17
|
+
},
|
|
18
|
+
".": {
|
|
19
|
+
"types": "./index.d.ts",
|
|
20
|
+
"default": "./fesm2022/valtimo-plugin.mjs"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"sideEffects": false
|
|
24
|
+
}
|