@valtimo/plugin 0.0.0
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 +10195 -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 +22 -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 +2 -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/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 +34 -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 +34 -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 +40 -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/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/iko/assets/iko-plugin-logo.d.ts +3 -0
- package/lib/plugins/iko/assets/iko-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/iko/assets/index.d.ts +2 -0
- package/lib/plugins/iko/assets/index.d.ts.map +1 -0
- package/lib/plugins/iko/components/iko-configuration/iko-configuration.component.d.ts +24 -0
- package/lib/plugins/iko/components/iko-configuration/iko-configuration.component.d.ts.map +1 -0
- package/lib/plugins/iko/iko-plugin.module.d.ts +11 -0
- package/lib/plugins/iko/iko-plugin.module.d.ts.map +1 -0
- package/lib/plugins/iko/iko-plugin.specification.d.ts +4 -0
- package/lib/plugins/iko/iko-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/iko/models/config.d.ts +6 -0
- package/lib/plugins/iko/models/config.d.ts.map +1 -0
- package/lib/plugins/iko/models/index.d.ts +2 -0
- package/lib/plugins/iko/models/index.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 +34 -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 +34 -0
- package/lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/notificaties-api/models/config.d.ts +7 -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 +11 -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 +24 -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 +24 -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 +34 -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 +34 -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 +24 -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 +24 -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 +38 -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 +24 -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 +79 -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-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 +39 -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 +161 -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 +38 -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 +104 -0
- package/public-api.d.ts.map +1 -0
- package/valtimo-plugin.d.ts.map +1 -0
|
@@ -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,38 @@
|
|
|
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/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component";
|
|
9
|
+
import * as i8 from "./components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component";
|
|
10
|
+
import * as i9 from "./components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component";
|
|
11
|
+
import * as i10 from "./components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component";
|
|
12
|
+
import * as i11 from "./components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component";
|
|
13
|
+
import * as i12 from "./components/delete-zaak-rol/delete-zaak-rol.component";
|
|
14
|
+
import * as i13 from "./components/create-zaak/create-zaak-configuration.component";
|
|
15
|
+
import * as i14 from "./components/patch-zaak/patch-zaak-configuration.component";
|
|
16
|
+
import * as i15 from "./components/set-zaakopschorting/set-zaakopschorting.component";
|
|
17
|
+
import * as i16 from "./components/start-hersteltermijn/start-hersteltermijn-configuration.component";
|
|
18
|
+
import * as i17 from "./components/end-hersteltermijn/end-hersteltermijn.component";
|
|
19
|
+
import * as i18 from "./components/create-zaakeigenschap/create-zaakeigenschap.component";
|
|
20
|
+
import * as i19 from "./components/update-zaakeigenschap/update-zaakeigenschap.component";
|
|
21
|
+
import * as i20 from "./components/delete-zaakeigenschap/delete-zaakeigenschap.component";
|
|
22
|
+
import * as i21 from "./components/create-zaak-object/create-zaak-object-configuration.component";
|
|
23
|
+
import * as i22 from "./components/relateer-zaken/relateer-zaken.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 "@angular/common";
|
|
28
|
+
import * as i27 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
29
|
+
import * as i28 from "@valtimo/components";
|
|
30
|
+
import * as i29 from "carbon-components-angular";
|
|
31
|
+
import * as i30 from "@ngx-translate/core";
|
|
32
|
+
import * as i31 from "@angular/forms";
|
|
33
|
+
export declare class ZakenApiPluginModule {
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiPluginModule, never>;
|
|
35
|
+
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.CreateMedewerkerZaakRolComponent, typeof i8.CreateNatuurlijkPersoonZaakRolComponent, typeof i9.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i10.CreateOrganisatorischeEenheidZaakRolComponent, typeof i11.CreateVestigingZaakRolComponent, typeof i12.DeleteZaakRolComponent, typeof i13.CreateZaakConfigurationComponent, typeof i14.PatchZaakConfigurationComponent, typeof i15.SetZaakopschortingComponent, typeof i16.StartHersteltermijnConfigurationComponent, typeof i17.EndHersteltermijnComponent, typeof i18.CreateZaakeigenschapComponent, typeof i19.UpdateZaakeigenschapComponent, typeof i20.DeleteZaakeigenschapComponent, typeof i21.CreateZaakObjectConfigurationComponent, typeof i22.RelateerZakenComponent, typeof i14.PatchZaakConfigurationComponent, typeof i23.GetZaakbesluitenConfigurationComponent, typeof i24.CreateZaakNotitieConfigurationComponent, typeof i25.PatchZaakNotitieConfigurationComponent], [typeof i26.CommonModule, typeof i27.PluginTranslatePipeModule, typeof i28.FormModule, typeof i28.InputModule, typeof i28.SelectModule, typeof i28.ParagraphModule, typeof i29.ToggleModule, typeof i28.InputLabelModule, typeof i28.RadioModule, typeof i29.LoadingModule, typeof i29.ButtonModule, typeof i29.DialogModule, typeof i29.IconModule, typeof i30.TranslateModule, typeof i29.DatePickerInputModule, typeof i29.DatePickerModule, typeof i31.FormsModule, typeof i29.NotificationModule, typeof i31.ReactiveFormsModule, typeof i29.TimePickerModule, typeof i28.InputModule, typeof i31.ReactiveFormsModule, typeof i28.ReadOnlyDirective, typeof i28.InputLabelModule], [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.GetZaakInformatieobjectenComponent, typeof i5.SetZaakStatusConfigurationComponent, typeof i6.CreateZaakResultaatConfigurationComponent, typeof i13.CreateZaakConfigurationComponent, typeof i14.PatchZaakConfigurationComponent, typeof i7.CreateMedewerkerZaakRolComponent, typeof i8.CreateNatuurlijkPersoonZaakRolComponent, typeof i9.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i10.CreateOrganisatorischeEenheidZaakRolComponent, typeof i11.CreateVestigingZaakRolComponent, typeof i12.DeleteZaakRolComponent, typeof i15.SetZaakopschortingComponent, typeof i16.StartHersteltermijnConfigurationComponent, typeof i17.EndHersteltermijnComponent, typeof i18.CreateZaakeigenschapComponent, typeof i19.UpdateZaakeigenschapComponent, typeof i20.DeleteZaakeigenschapComponent, typeof i21.CreateZaakObjectConfigurationComponent, typeof i22.RelateerZakenComponent, typeof i23.GetZaakbesluitenConfigurationComponent, typeof i24.CreateZaakNotitieConfigurationComponent, typeof i25.PatchZaakNotitieConfigurationComponent]>;
|
|
36
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ZakenApiPluginModule>;
|
|
37
|
+
}
|
|
38
|
+
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkEA,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;AA4BjD,QAAA,MAAM,2BAA2B,EAAE,mBAwtBlC,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(): 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,IAAI,UAAU,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAM3D,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;yCAlGhC,uBAAuB;6CAAvB,uBAAuB;CAwHnC"}
|
|
@@ -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",
|
|
5
|
+
"peerDependencies": {
|
|
6
|
+
"@angular/common": "^19.2.8",
|
|
7
|
+
"@angular/core": "^19.2.8"
|
|
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
|
+
}
|
package/public-api.d.ts
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
export * from './lib/services';
|
|
2
|
+
export * from './lib/models';
|
|
3
|
+
export * from './lib/pipes';
|
|
4
|
+
export * from './lib/constants';
|
|
5
|
+
export * from './lib/components/plugin-configuration-container/plugin-configuration-container.component';
|
|
6
|
+
export * from './lib/components/plugin-configuration-container/plugin-configuration-container.module';
|
|
7
|
+
export * from './lib/plugins/open-zaak/open-zaak-plugin.module';
|
|
8
|
+
export * from './lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component';
|
|
9
|
+
export * from './lib/plugins/open-zaak/open-zaak-plugin.specification';
|
|
10
|
+
export * from './lib/plugins/object-token-authentication/object-token-authentication-plugin.module';
|
|
11
|
+
export * from './lib/plugins/object-token-authentication/object-token-authentication-plugin.specification';
|
|
12
|
+
export * from './lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component';
|
|
13
|
+
export * from './lib/plugins/smart-documents/smart-documents-plugin.module';
|
|
14
|
+
export * from './lib/plugins/smart-documents/smart-documents-plugin.specification';
|
|
15
|
+
export * from './lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component';
|
|
16
|
+
export * from './lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component';
|
|
17
|
+
export * from './lib/plugins/smart-documents/components/get-template-names/get-template-names.component';
|
|
18
|
+
export * from './lib/plugins/documenten-api/documenten-api-plugin.module';
|
|
19
|
+
export * from './lib/plugins/documenten-api/documenten-api-plugin.specification';
|
|
20
|
+
export * from './lib/plugins/documenten-api/models/config';
|
|
21
|
+
export * from './lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component';
|
|
22
|
+
export * from './lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component';
|
|
23
|
+
export * from './lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component';
|
|
24
|
+
export * from './lib/plugins/documenten-api/components/download-document/download-document-configuration.component';
|
|
25
|
+
export * from './lib/plugins/documenten-api/components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-configuration.component';
|
|
26
|
+
export * from './lib/plugins/iko/iko-plugin.module';
|
|
27
|
+
export * from './lib/plugins/iko/iko-plugin.specification';
|
|
28
|
+
export * from './lib/plugins/iko/models/config';
|
|
29
|
+
export * from './lib/plugins/iko/components/iko-configuration/iko-configuration.component';
|
|
30
|
+
export * from './lib/plugins/klantinteracties-api/klantinteracties-api-plugin-module';
|
|
31
|
+
export * from './lib/plugins/klantinteracties-api/klantinteracties-api-plugin.specification';
|
|
32
|
+
export * from './lib/plugins/klantinteracties-api/components/klantinteracties-api-configuration/klantinteracties-api-configuration.component';
|
|
33
|
+
export * from './lib/plugins/klantinteracties-api/components/create-persoon/create-persoon.component';
|
|
34
|
+
export * from './lib/plugins/objecttypen-api/objecttypen-api-plugin-module';
|
|
35
|
+
export * from './lib/plugins/objecttypen-api/objecttypen-api-plugin.specification';
|
|
36
|
+
export * from './lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component';
|
|
37
|
+
export * from './lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.module';
|
|
38
|
+
export * from './lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification';
|
|
39
|
+
export * from './lib/plugins/open-klant-token-authentication/components/open-klant-token-authentication-configuration/open-klant-token-authentication-configuration.component';
|
|
40
|
+
export * from './lib/plugins/zaken-api/zaken-api-plugin.module';
|
|
41
|
+
export * from './lib/plugins/zaken-api/zaken-api-plugin.specification';
|
|
42
|
+
export * from './lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component';
|
|
43
|
+
export * from './lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component';
|
|
44
|
+
export * from './lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component';
|
|
45
|
+
export * from './lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component';
|
|
46
|
+
export * from './lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component';
|
|
47
|
+
export * from './lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component';
|
|
48
|
+
export * from './lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component';
|
|
49
|
+
export * from './lib/plugins/zaken-api/components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component';
|
|
50
|
+
export * from './lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component';
|
|
51
|
+
export * from './lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component';
|
|
52
|
+
export * from './lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component';
|
|
53
|
+
export * from './lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component';
|
|
54
|
+
export * from './lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component';
|
|
55
|
+
export * from './lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-configuration.component';
|
|
56
|
+
export * from './lib/plugins/zaken-api/components/end-hersteltermijn/end-hersteltermijn.component';
|
|
57
|
+
export * from './lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component';
|
|
58
|
+
export * from './lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component';
|
|
59
|
+
export * from './lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component';
|
|
60
|
+
export * from './lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component';
|
|
61
|
+
export * from './lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component';
|
|
62
|
+
export * from './lib/plugins/zaken-api/components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component';
|
|
63
|
+
export * from './lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component';
|
|
64
|
+
export * from './lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component';
|
|
65
|
+
export * from './lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component';
|
|
66
|
+
export * from './lib/plugins/zaken-api/components/create-zaaknotitie/create-zaaknotitie-configuration.component';
|
|
67
|
+
export * from './lib/plugins/zaken-api/components/patch-zaaknotitie/patch-zaaknotitie-configuration.component';
|
|
68
|
+
export * from './lib/plugins/objecten-api/objecten-api-plugin-module';
|
|
69
|
+
export * from './lib/plugins/objecten-api/objecten-api-plugin.specification';
|
|
70
|
+
export * from './lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component';
|
|
71
|
+
export * from './lib/plugins/objecten-api/components/delete-object/delete-object.component';
|
|
72
|
+
export * from './lib/plugins/catalogi-api/catalogi-api-plugin-module';
|
|
73
|
+
export * from './lib/plugins/catalogi-api/catalogi-api-plugin.specification';
|
|
74
|
+
export * from './lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component';
|
|
75
|
+
export * from './lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component';
|
|
76
|
+
export * from './lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component';
|
|
77
|
+
export * from './lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component';
|
|
78
|
+
export * from './lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component';
|
|
79
|
+
export * from './lib/plugins/catalogi-api/components/get-statustype/get-statustype-configuration.component';
|
|
80
|
+
export * from './lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component';
|
|
81
|
+
export * from './lib/plugins/notificaties-api/notificaties-api-plugin.module';
|
|
82
|
+
export * from './lib/plugins/notificaties-api/notificaties-api-plugin.specification';
|
|
83
|
+
export * from './lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component';
|
|
84
|
+
export * from './lib/plugins/notificaties-api-authentication/open-notificaties-plugin.module';
|
|
85
|
+
export * from './lib/plugins/notificaties-api-authentication/open-notificaties-plugin.specification';
|
|
86
|
+
export * from './lib/plugins/notificaties-api-authentication/components/open-notificaties-configuration/open-notificaties-configuration.component';
|
|
87
|
+
export * from './lib/plugins/portaaltaak/portaaltaak-plugin.module';
|
|
88
|
+
export * from './lib/plugins/portaaltaak/portaaltaak-plugin.specification';
|
|
89
|
+
export * from './lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component';
|
|
90
|
+
export * from './lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component';
|
|
91
|
+
export * from './lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component';
|
|
92
|
+
export * from './lib/plugins/verzoek/verzoek-plugin.module';
|
|
93
|
+
export * from './lib/plugins/verzoek/verzoek-plugin.specification';
|
|
94
|
+
export * from './lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component';
|
|
95
|
+
export * from './lib/plugins/besluiten-api/besluiten-api-plugin.module';
|
|
96
|
+
export * from './lib/plugins/besluiten-api/besluiten-api-plugin.specification';
|
|
97
|
+
export * from './lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component';
|
|
98
|
+
export * from './lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component';
|
|
99
|
+
export * from './lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component';
|
|
100
|
+
export * from './lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component';
|
|
101
|
+
export * from './lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component';
|
|
102
|
+
export * from './lib/plugins/exact/exact.plugin.specification';
|
|
103
|
+
export * from './lib/plugins/exact/exact-plugin.module';
|
|
104
|
+
//# sourceMappingURL=public-api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/plugin/src/public-api.ts"],"names":[],"mappings":"AAoBA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAEhC,cAAc,0FAA0F,CAAC;AACzG,cAAc,uFAAuF,CAAC;AAEtG,cAAc,iDAAiD,CAAC;AAChE,cAAc,8FAA8F,CAAC;AAC7G,cAAc,wDAAwD,CAAC;AAEvE,cAAc,qFAAqF,CAAC;AACpG,cAAc,4FAA4F,CAAC;AAC3G,cAAc,kJAAkJ,CAAC;AAEjK,cAAc,6DAA6D,CAAC;AAC5E,cAAc,oEAAoE,CAAC;AACnF,cAAc,gHAAgH,CAAC;AAC/H,cAAc,oHAAoH,CAAC;AACnI,cAAc,0FAA0F,CAAC;AAEzG,cAAc,2DAA2D,CAAC;AAC1E,cAAc,kEAAkE,CAAC;AACjF,cAAc,4CAA4C,CAAC;AAC3D,cAAc,yGAAyG,CAAC;AACxH,cAAc,6GAA6G,CAAC;AAC5H,cAAc,iHAAiH,CAAC;AAChI,cAAc,qGAAqG,CAAC;AACpH,cAAc,mIAAmI,CAAC;AAElJ,cAAc,qCAAqC,CAAC;AACpD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,iCAAiC,CAAC;AAChD,cAAc,4EAA4E,CAAC;AAE3F,cAAc,uEAAuE,CAAC;AACtF,cAAc,8EAA8E,CAAC;AAC7F,cAAc,+HAA+H,CAAC;AAC9I,cAAc,uFAAuF,CAAC;AAEtG,cAAc,6DAA6D,CAAC;AAC5E,cAAc,oEAAoE,CAAC;AACnF,cAAc,gHAAgH,CAAC;AAE/H,cAAc,6FAA6F,CAAC;AAC5G,cAAc,oGAAoG,CAAC;AACnH,cAAc,gKAAgK,CAAC;AAE/K,cAAc,iDAAiD,CAAC;AAChE,cAAc,wDAAwD,CAAC;AACvE,cAAc,8FAA8F,CAAC;AAC7G,cAAc,wGAAwG,CAAC;AACvH,cAAc,4FAA4F,CAAC;AAC3G,cAAc,wGAAwG,CAAC;AACvH,cAAc,0HAA0H,CAAC;AACzI,cAAc,oHAAoH,CAAC;AACnI,cAAc,8HAA8H,CAAC;AAC7I,cAAc,oGAAoG,CAAC;AACnH,cAAc,gIAAgI,CAAC;AAC/I,cAAc,kGAAkG,CAAC;AACjH,cAAc,oFAAoF,CAAC;AACnG,cAAc,kFAAkF,CAAC;AACjG,cAAc,sFAAsF,CAAC;AACrG,cAAc,sGAAsG,CAAC;AACrH,cAAc,oFAAoF,CAAC;AACnG,cAAc,0FAA0F,CAAC;AACzG,cAAc,0FAA0F,CAAC;AACzG,cAAc,0FAA0F,CAAC;AACzG,cAAc,kGAAkG,CAAC;AACjH,cAAc,4EAA4E,CAAC;AAC3F,cAAc,sGAAsG,CAAC;AACrH,cAAc,8EAA8E,CAAA;AAC5F,cAAc,8EAA8E,CAAC;AAC7F,cAAc,gGAAgG,CAAC;AAC/G,cAAc,kGAAkG,CAAC;AACjH,cAAc,gGAAgG,CAAC;AAE/G,cAAc,uDAAuD,CAAC;AACtE,cAAc,8DAA8D,CAAC;AAC7E,cAAc,uGAAuG,CAAC;AACtH,cAAc,6EAA6E,CAAC;AAE5F,cAAc,uDAAuD,CAAC;AACtE,cAAc,8DAA8D,CAAC;AAC7E,cAAc,uGAAuG,CAAC;AACtH,cAAc,+FAA+F,CAAC;AAC9G,cAAc,qGAAqG,CAAC;AACpH,cAAc,mGAAmG,CAAC;AAClH,cAAc,+FAA+F,CAAC;AAC9G,cAAc,6FAA6F,CAAC;AAC5G,cAAc,6FAA6F,CAAC;AAE5G,cAAc,+DAA+D,CAAC;AAC9E,cAAc,sEAAsE,CAAC;AACrF,cAAc,mHAAmH,CAAC;AAElI,cAAc,+EAA+E,CAAC;AAC9F,cAAc,sFAAsF,CAAC;AACrG,cAAc,oIAAoI,CAAC;AAEnJ,cAAc,qDAAqD,CAAC;AACpE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,oGAAoG,CAAC;AACnH,cAAc,sFAAsF,CAAC;AACrG,cAAc,0FAA0F,CAAC;AAEzG,cAAc,6CAA6C,CAAC;AAC5D,cAAc,oDAAoD,CAAC;AACnE,cAAc,wFAAwF,CAAC;AAEvG,cAAc,yDAAyD,CAAC;AACxE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,0GAA0G,CAAC;AACzH,cAAc,wGAAwG,CAAC;AACvH,cAAc,sGAAsG,CAAC;AACrH,cAAc,kHAAkH,CAAC;AACjI,cAAc,wFAAwF,CAAC;AAEvG,cAAc,gDAAgD,CAAC;AAC/D,cAAc,yCAAyC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"valtimo-plugin.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/plugin/src/valtimo-plugin.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|