@valtimo/plugin 12.19.0 → 13.0.1-next-minor.81
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/fesm2022/valtimo-plugin.mjs +2665 -1261
- package/fesm2022/valtimo-plugin.mjs.map +1 -1
- package/lib/components/default-plugin-configuration/default-plugin-configuration.component.d.ts.map +1 -1
- package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts +3 -1
- package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts.map +1 -1
- package/lib/models/plugin.d.ts +2 -0
- package/lib/models/plugin.d.ts.map +1 -1
- package/lib/pipes/plugin-translate/plugin-translate.pipe.d.ts.map +1 -1
- package/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component.d.ts.map +1 -1
- package/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.d.ts +10 -12
- package/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.d.ts.map +1 -1
- package/lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component.d.ts.map +1 -1
- package/lib/plugins/besluiten-api/services/besluiten-api.service.d.ts +2 -2
- package/lib/plugins/besluiten-api/services/besluiten-api.service.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/catalogi-api-plugin-module.d.ts +9 -7
- package/lib/plugins/catalogi-api/catalogi-api-plugin-module.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/catalogi-api-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component.d.ts +0 -15
- package/lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component.d.ts.map +1 -1
- 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.map +1 -1
- 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 +9 -1
- package/lib/plugins/catalogi-api/models/config.d.ts.map +1 -1
- package/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.d.ts.map +1 -1
- package/lib/plugins/documenten-api/components/download-document/download-document-configuration.component.d.ts.map +1 -1
- package/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.d.ts +1 -1
- package/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.d.ts.map +1 -1
- package/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component.d.ts.map +1 -1
- package/lib/plugins/documenten-api/components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-configuration.component.d.ts.map +1 -1
- package/lib/plugins/documenten-api/services/documenten-api.service.d.ts +1 -1
- package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.component.d.ts.map +1 -1
- package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.component.d.ts.map +1 -1
- package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.component.d.ts.map +1 -1
- package/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-configuration.component.d.ts +4 -2
- package/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-configuration.component.d.ts.map +1 -1
- package/lib/plugins/exact/components/exact-redirect/exact-redirect.component.d.ts.map +1 -1
- package/lib/plugins/exact/exact-plugin.module.d.ts +2 -1
- package/lib/plugins/exact/exact-plugin.module.d.ts.map +1 -1
- package/lib/plugins/exact/exact-plugin.service.d.ts +1 -1
- 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/components/notificaties-api-configuration/notificaties-api-configuration.component.d.ts.map +1 -1
- package/lib/plugins/notificaties-api-authentication/components/open-notificaties-configuration/open-notificaties-configuration.component.d.ts.map +1 -1
- package/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.d.ts.map +1 -1
- package/lib/plugins/objecten-api/components/delete-object/delete-object.component.d.ts.map +1 -1
- package/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.d.ts.map +1 -1
- package/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.d.ts.map +1 -1
- 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/components/open-zaak-configuration/open-zaak-configuration.component.d.ts.map +1 -1
- package/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.d.ts.map +1 -1
- package/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.d.ts.map +1 -1
- package/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.d.ts.map +1 -1
- package/lib/plugins/portaaltaak/services/object.service.d.ts +1 -1
- package/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.d.ts.map +1 -1
- package/lib/plugins/smart-documents/components/get-template-names/get-template-names.component.d.ts.map +1 -1
- package/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.d.ts.map +1 -1
- package/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.d.ts +12 -6
- package/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.d.ts.map +1 -1
- package/lib/plugins/verzoek/models/config.d.ts +2 -1
- package/lib/plugins/verzoek/models/config.d.ts.map +1 -1
- package/lib/plugins/verzoek/models/verzoek.d.ts +8 -1
- package/lib/plugins/verzoek/models/verzoek.d.ts.map +1 -1
- package/lib/plugins/verzoek/services/verzoek-plugin.service.d.ts +6 -3
- package/lib/plugins/verzoek/services/verzoek-plugin.service.d.ts.map +1 -1
- package/lib/plugins/verzoek/verzoek-plugin.module.d.ts +1 -1
- package/lib/plugins/verzoek/verzoek-plugin.specification.d.ts.map +1 -1
- 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 +3 -3
- package/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts +3 -3
- package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -1
- 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 +27 -18
- package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.d.ts +8 -13
- package/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component.d.ts +13 -17
- package/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component.d.ts.map +1 -1
- 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 +13 -20
- package/lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/end-hersteltermijn/end-hersteltermijn.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts +43 -0
- package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts +11 -16
- package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component.d.ts +12 -19
- package/lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/models/config.d.ts +59 -1
- package/lib/plugins/zaken-api/models/config.d.ts.map +1 -1
- package/lib/plugins/zaken-api/models/create-zaak-properties.d.ts +2 -2
- package/lib/plugins/zaken-api/models/create-zaak-properties.d.ts.map +1 -1
- 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/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/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/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/services/zaken-api.service.d.ts +4 -4
- package/lib/plugins/zaken-api/services/zaken-api.service.d.ts.map +1 -1
- package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts +22 -17
- package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts.map +1 -1
- package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts.map +1 -1
- package/lib/services/plugin-management.service.d.ts +2 -2
- package/lib/services/plugin-management.service.d.ts.map +1 -1
- package/lib/services/plugin-translation.service.d.ts +4 -0
- package/lib/services/plugin-translation.service.d.ts.map +1 -1
- package/package.json +4 -6
- package/public-api.d.ts +17 -0
- package/public-api.d.ts.map +1 -1
- package/esm2022/lib/components/default-plugin-configuration/default-plugin-configuration.component.mjs +0 -73
- package/esm2022/lib/components/default-plugin-configuration/default-plugin-configuration.module.mjs +0 -53
- package/esm2022/lib/components/plugin-configuration-container/plugin-configuration-container.component.mjs +0 -161
- package/esm2022/lib/components/plugin-configuration-container/plugin-configuration-container.module.mjs +0 -36
- package/esm2022/lib/constants/index.mjs +0 -17
- package/esm2022/lib/constants/injection-tokens.mjs +0 -19
- package/esm2022/lib/models/index.mjs +0 -17
- package/esm2022/lib/models/plugin.mjs +0 -17
- package/esm2022/lib/pipes/index.mjs +0 -17
- package/esm2022/lib/pipes/plugin-translate/index.mjs +0 -18
- package/esm2022/lib/pipes/plugin-translate/plugin-translate-pipe.module.mjs +0 -33
- package/esm2022/lib/pipes/plugin-translate/plugin-translate.pipe.mjs +0 -35
- package/esm2022/lib/plugins/besluiten-api/assets/besluiten-api-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/besluiten-api/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/besluiten-api/besluiten-api-plugin.module.mjs +0 -76
- package/esm2022/lib/plugins/besluiten-api/besluiten-api-plugin.specification.mjs +0 -185
- package/esm2022/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component.mjs +0 -89
- package/esm2022/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.mjs +0 -191
- package/esm2022/lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component.mjs +0 -74
- package/esm2022/lib/plugins/besluiten-api/models/config.mjs +0 -17
- package/esm2022/lib/plugins/besluiten-api/models/index.mjs +0 -18
- package/esm2022/lib/plugins/besluiten-api/models/input.mjs +0 -17
- package/esm2022/lib/plugins/besluiten-api/services/besluiten-api.service.mjs +0 -37
- package/esm2022/lib/plugins/besluiten-api/services/index.mjs +0 -17
- package/esm2022/lib/plugins/catalogi-api/assets/catalogi-api-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/catalogi-api/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/catalogi-api/catalogi-api-plugin-module.mjs +0 -76
- package/esm2022/lib/plugins/catalogi-api/catalogi-api-plugin.specification.mjs +0 -126
- package/esm2022/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component.mjs +0 -88
- package/esm2022/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component.mjs +0 -74
- package/esm2022/lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component.mjs +0 -74
- package/esm2022/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component.mjs +0 -74
- package/esm2022/lib/plugins/catalogi-api/components/get-statustype/get-statustype-configuration.component.mjs +0 -74
- package/esm2022/lib/plugins/catalogi-api/models/config.mjs +0 -17
- package/esm2022/lib/plugins/catalogi-api/models/index.mjs +0 -17
- package/esm2022/lib/plugins/documenten-api/assets/documenten-api-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/documenten-api/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.mjs +0 -98
- package/esm2022/lib/plugins/documenten-api/components/download-document/download-document-configuration.component.mjs +0 -75
- package/esm2022/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.mjs +0 -110
- package/esm2022/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component.mjs +0 -60
- package/esm2022/lib/plugins/documenten-api/components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-configuration.component.mjs +0 -60
- package/esm2022/lib/plugins/documenten-api/documenten-api-plugin.module.mjs +0 -76
- package/esm2022/lib/plugins/documenten-api/documenten-api-plugin.specification.mjs +0 -189
- package/esm2022/lib/plugins/documenten-api/models/config.mjs +0 -17
- package/esm2022/lib/plugins/documenten-api/models/index.mjs +0 -17
- package/esm2022/lib/plugins/documenten-api/services/documenten-api.service.mjs +0 -37
- package/esm2022/lib/plugins/documenten-api/services/index.mjs +0 -17
- package/esm2022/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.component.mjs +0 -82
- package/esm2022/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.mjs +0 -17
- package/esm2022/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.component.mjs +0 -84
- package/esm2022/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.mjs +0 -17
- package/esm2022/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.component.mjs +0 -84
- package/esm2022/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.mjs +0 -17
- package/esm2022/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-configuration.component.mjs +0 -112
- package/esm2022/lib/plugins/exact/components/exact-redirect/exact-redirect.component.mjs +0 -36
- package/esm2022/lib/plugins/exact/exact-plugin-routing.module.mjs +0 -45
- package/esm2022/lib/plugins/exact/exact-plugin.mjs +0 -17
- package/esm2022/lib/plugins/exact/exact-plugin.module.mjs +0 -70
- package/esm2022/lib/plugins/exact/exact-plugin.service.mjs +0 -41
- package/esm2022/lib/plugins/exact/exact-refresh-token.mjs +0 -17
- package/esm2022/lib/plugins/exact/exact.plugin.specification.mjs +0 -72
- package/esm2022/lib/plugins/notificaties-api/assets/notificaties-api-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component.mjs +0 -86
- package/esm2022/lib/plugins/notificaties-api/models/config.mjs +0 -17
- package/esm2022/lib/plugins/notificaties-api/models/index.mjs +0 -17
- package/esm2022/lib/plugins/notificaties-api/notificaties-api-plugin.module.mjs +0 -52
- package/esm2022/lib/plugins/notificaties-api/notificaties-api-plugin.specification.mjs +0 -59
- package/esm2022/lib/plugins/notificaties-api-authentication/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/notificaties-api-authentication/assets/open-notificaties-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/notificaties-api-authentication/components/open-notificaties-configuration/open-notificaties-configuration.component.mjs +0 -74
- package/esm2022/lib/plugins/notificaties-api-authentication/models/config.mjs +0 -17
- package/esm2022/lib/plugins/notificaties-api-authentication/models/index.mjs +0 -17
- package/esm2022/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.module.mjs +0 -35
- package/esm2022/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.specification.mjs +0 -56
- package/esm2022/lib/plugins/object-token-authentication/assets/object-token-authentication-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.mjs +0 -74
- package/esm2022/lib/plugins/object-token-authentication/models/config.mjs +0 -17
- package/esm2022/lib/plugins/object-token-authentication/models/index.mjs +0 -17
- package/esm2022/lib/plugins/object-token-authentication/object-token-authentication-plugin.module.mjs +0 -35
- package/esm2022/lib/plugins/object-token-authentication/object-token-authentication-plugin.specification.mjs +0 -50
- package/esm2022/lib/plugins/objecten-api/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/objecten-api/assets/objecten-api-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/objecten-api/components/delete-object/delete-object.component.mjs +0 -74
- package/esm2022/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.mjs +0 -88
- package/esm2022/lib/plugins/objecten-api/models/config.mjs +0 -17
- package/esm2022/lib/plugins/objecten-api/models/index.mjs +0 -17
- package/esm2022/lib/plugins/objecten-api/objecten-api-plugin-module.mjs +0 -53
- package/esm2022/lib/plugins/objecten-api/objecten-api-plugin.specification.mjs +0 -69
- package/esm2022/lib/plugins/objecttypen-api/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/objecttypen-api/assets/objecttypen-api-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.mjs +0 -88
- package/esm2022/lib/plugins/objecttypen-api/models/config.mjs +0 -17
- package/esm2022/lib/plugins/objecttypen-api/models/index.mjs +0 -17
- package/esm2022/lib/plugins/objecttypen-api/objecttypen-api-plugin-module.mjs +0 -52
- package/esm2022/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.mjs +0 -53
- package/esm2022/lib/plugins/open-zaak/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/open-zaak/assets/open-zaak-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.mjs +0 -74
- package/esm2022/lib/plugins/open-zaak/models/config.mjs +0 -17
- package/esm2022/lib/plugins/open-zaak/models/index.mjs +0 -17
- package/esm2022/lib/plugins/open-zaak/open-zaak-plugin.module.mjs +0 -35
- package/esm2022/lib/plugins/open-zaak/open-zaak-plugin.specification.mjs +0 -56
- package/esm2022/lib/plugins/portaaltaak/assets/portaaltaak-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.mjs +0 -54
- package/esm2022/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.mjs +0 -100
- package/esm2022/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.mjs +0 -105
- package/esm2022/lib/plugins/portaaltaak/models/config.mjs +0 -17
- package/esm2022/lib/plugins/portaaltaak/models/index.mjs +0 -18
- package/esm2022/lib/plugins/portaaltaak/models/object.mjs +0 -17
- package/esm2022/lib/plugins/portaaltaak/portaaltaak-plugin.module.mjs +0 -69
- package/esm2022/lib/plugins/portaaltaak/portaaltaak-plugin.specification.mjs +0 -166
- package/esm2022/lib/plugins/portaaltaak/services/index.mjs +0 -17
- package/esm2022/lib/plugins/portaaltaak/services/object.service.mjs +0 -37
- package/esm2022/lib/plugins/smart-documents/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/smart-documents/assets/smart-documents-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.mjs +0 -85
- package/esm2022/lib/plugins/smart-documents/components/get-template-names/get-template-names.component.mjs +0 -74
- package/esm2022/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.mjs +0 -77
- package/esm2022/lib/plugins/smart-documents/models/config.mjs +0 -17
- package/esm2022/lib/plugins/smart-documents/models/index.mjs +0 -17
- package/esm2022/lib/plugins/smart-documents/smart-documents-plugin.module.mjs +0 -69
- package/esm2022/lib/plugins/smart-documents/smart-documents-plugin.specification.mjs +0 -101
- package/esm2022/lib/plugins/verzoek/assets/verzoek-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.mjs +0 -234
- package/esm2022/lib/plugins/verzoek/models/config.mjs +0 -17
- package/esm2022/lib/plugins/verzoek/models/index.mjs +0 -18
- package/esm2022/lib/plugins/verzoek/models/verzoek.mjs +0 -17
- package/esm2022/lib/plugins/verzoek/services/index.mjs +0 -17
- package/esm2022/lib/plugins/verzoek/services/verzoek-plugin.service.mjs +0 -43
- package/esm2022/lib/plugins/verzoek/verzoek-plugin.module.mjs +0 -86
- package/esm2022/lib/plugins/verzoek/verzoek-plugin.specification.mjs +0 -140
- package/esm2022/lib/plugins/zaken-api/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/zaken-api/assets/zaken-api-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.mjs +0 -74
- package/esm2022/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.mjs +0 -74
- package/esm2022/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.mjs +0 -172
- package/esm2022/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.mjs +0 -157
- package/esm2022/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.mjs +0 -160
- package/esm2022/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component.mjs +0 -160
- package/esm2022/lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component.mjs +0 -159
- package/esm2022/lib/plugins/zaken-api/components/end-hersteltermijn/end-hersteltermijn.component.mjs +0 -63
- package/esm2022/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.mjs +0 -86
- package/esm2022/lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component.mjs +0 -60
- package/esm2022/lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component.mjs +0 -90
- package/esm2022/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.mjs +0 -160
- package/esm2022/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.mjs +0 -77
- package/esm2022/lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-configuration.component.mjs +0 -77
- package/esm2022/lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component.mjs +0 -160
- package/esm2022/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.mjs +0 -88
- package/esm2022/lib/plugins/zaken-api/models/config.mjs +0 -17
- package/esm2022/lib/plugins/zaken-api/models/create-zaak-properties.mjs +0 -6
- package/esm2022/lib/plugins/zaken-api/models/eigenschap.mjs +0 -17
- package/esm2022/lib/plugins/zaken-api/models/index.mjs +0 -21
- package/esm2022/lib/plugins/zaken-api/models/input.mjs +0 -17
- package/esm2022/lib/plugins/zaken-api/models/resultaat.mjs +0 -17
- package/esm2022/lib/plugins/zaken-api/models/status.mjs +0 -17
- package/esm2022/lib/plugins/zaken-api/services/index.mjs +0 -17
- package/esm2022/lib/plugins/zaken-api/services/zaken-api.service.mjs +0 -43
- package/esm2022/lib/plugins/zaken-api/zaken-api-plugin.module.mjs +0 -160
- package/esm2022/lib/plugins/zaken-api/zaken-api-plugin.specification.mjs +0 -412
- package/esm2022/lib/services/index.mjs +0 -19
- package/esm2022/lib/services/plugin-management.service.mjs +0 -88
- package/esm2022/lib/services/plugin-translation.service.mjs +0 -51
- package/esm2022/lib/services/plugin.service.mjs +0 -49
- package/esm2022/public-api.mjs +0 -112
- package/esm2022/valtimo-plugin.mjs +0 -5
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2015-2024 Ritense BV, the Netherlands.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under EUPL, Version 1.2 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" basis,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { NgModule } from '@angular/core';
|
|
17
|
-
import { CommonModule } from '@angular/common';
|
|
18
|
-
import { PluginTranslatePipeModule } from '../../pipes';
|
|
19
|
-
import { FormModule, InputLabelModule, InputModule, ParagraphModule, RadioModule, SelectModule, } from '@valtimo/components';
|
|
20
|
-
import { ZakenApiConfigurationComponent } from './components/zaken-api-configuration/zaken-api-configuration.component';
|
|
21
|
-
import { LinkDocumentToZaakConfigurationComponent } from './components/link-document-to-zaak/link-document-to-zaak-configuration.component';
|
|
22
|
-
import { LinkUploadedDocumentToZaakConfigurationComponent } from './components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component';
|
|
23
|
-
import { SetZaakStatusConfigurationComponent } from './components/set-zaak-status/set-zaak-status-configuration.component';
|
|
24
|
-
import { CreateZaakResultaatConfigurationComponent } from './components/create-zaak-resultaat/create-zaak-resultaat-configuration.component';
|
|
25
|
-
import { CreateNatuurlijkPersoonZaakRolComponent } from './components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component';
|
|
26
|
-
import { CreateNietNatuurlijkPersoonZaakRolComponent } from './components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component';
|
|
27
|
-
import { CreateZaakConfigurationComponent } from './components/create-zaak/create-zaak-configuration.component';
|
|
28
|
-
import { SetZaakopschortingComponent } from './components/set-zaakopschorting/set-zaakopschorting.component';
|
|
29
|
-
import { ButtonModule, DatePickerInputModule, DialogModule, IconModule, LoadingModule, ToggleModule, } from 'carbon-components-angular';
|
|
30
|
-
import { StartHersteltermijnConfigurationComponent } from './components/start-hersteltermijn/start-hersteltermijn-configuration.component';
|
|
31
|
-
import { EndHersteltermijnComponent } from './components/end-hersteltermijn/end-hersteltermijn.component';
|
|
32
|
-
import { CreateZaakeigenschapComponent } from './components/create-zaakeigenschap/create-zaakeigenschap.component';
|
|
33
|
-
import { UpdateZaakeigenschapComponent } from './components/update-zaakeigenschap/update-zaakeigenschap.component';
|
|
34
|
-
import { DeleteZaakeigenschapComponent } from './components/delete-zaakeigenschap/delete-zaakeigenschap.component';
|
|
35
|
-
import { CreateZaakObjectConfigurationComponent } from './components/create-zaak-object/create-zaak-object-configuration.component';
|
|
36
|
-
import { RelateerZakenComponent } from './components/relateer-zaken/relateer-zaken.component';
|
|
37
|
-
import { TranslateModule } from '@ngx-translate/core';
|
|
38
|
-
import * as i0 from "@angular/core";
|
|
39
|
-
export class ZakenApiPluginModule {
|
|
40
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ZakenApiPluginModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
41
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ZakenApiPluginModule, declarations: [ZakenApiConfigurationComponent,
|
|
42
|
-
LinkDocumentToZaakConfigurationComponent,
|
|
43
|
-
LinkUploadedDocumentToZaakConfigurationComponent,
|
|
44
|
-
SetZaakStatusConfigurationComponent,
|
|
45
|
-
CreateZaakResultaatConfigurationComponent,
|
|
46
|
-
CreateNatuurlijkPersoonZaakRolComponent,
|
|
47
|
-
CreateNietNatuurlijkPersoonZaakRolComponent,
|
|
48
|
-
CreateZaakConfigurationComponent,
|
|
49
|
-
SetZaakopschortingComponent,
|
|
50
|
-
StartHersteltermijnConfigurationComponent,
|
|
51
|
-
EndHersteltermijnComponent,
|
|
52
|
-
CreateZaakeigenschapComponent,
|
|
53
|
-
UpdateZaakeigenschapComponent,
|
|
54
|
-
DeleteZaakeigenschapComponent,
|
|
55
|
-
CreateZaakObjectConfigurationComponent,
|
|
56
|
-
RelateerZakenComponent], imports: [CommonModule,
|
|
57
|
-
PluginTranslatePipeModule,
|
|
58
|
-
FormModule,
|
|
59
|
-
InputModule,
|
|
60
|
-
SelectModule,
|
|
61
|
-
ParagraphModule,
|
|
62
|
-
ToggleModule,
|
|
63
|
-
InputLabelModule,
|
|
64
|
-
RadioModule,
|
|
65
|
-
LoadingModule,
|
|
66
|
-
ButtonModule,
|
|
67
|
-
DialogModule,
|
|
68
|
-
IconModule,
|
|
69
|
-
TranslateModule,
|
|
70
|
-
DatePickerInputModule], exports: [ZakenApiConfigurationComponent,
|
|
71
|
-
LinkDocumentToZaakConfigurationComponent,
|
|
72
|
-
LinkUploadedDocumentToZaakConfigurationComponent,
|
|
73
|
-
SetZaakStatusConfigurationComponent,
|
|
74
|
-
CreateZaakResultaatConfigurationComponent,
|
|
75
|
-
CreateZaakConfigurationComponent,
|
|
76
|
-
CreateNatuurlijkPersoonZaakRolComponent,
|
|
77
|
-
CreateNietNatuurlijkPersoonZaakRolComponent,
|
|
78
|
-
SetZaakopschortingComponent,
|
|
79
|
-
StartHersteltermijnConfigurationComponent,
|
|
80
|
-
EndHersteltermijnComponent,
|
|
81
|
-
CreateZaakeigenschapComponent,
|
|
82
|
-
UpdateZaakeigenschapComponent,
|
|
83
|
-
DeleteZaakeigenschapComponent,
|
|
84
|
-
CreateZaakObjectConfigurationComponent,
|
|
85
|
-
RelateerZakenComponent] }); }
|
|
86
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ZakenApiPluginModule, imports: [CommonModule,
|
|
87
|
-
PluginTranslatePipeModule,
|
|
88
|
-
FormModule,
|
|
89
|
-
InputModule,
|
|
90
|
-
SelectModule,
|
|
91
|
-
ParagraphModule,
|
|
92
|
-
ToggleModule,
|
|
93
|
-
InputLabelModule,
|
|
94
|
-
RadioModule,
|
|
95
|
-
LoadingModule,
|
|
96
|
-
ButtonModule,
|
|
97
|
-
DialogModule,
|
|
98
|
-
IconModule,
|
|
99
|
-
TranslateModule,
|
|
100
|
-
DatePickerInputModule] }); }
|
|
101
|
-
}
|
|
102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ZakenApiPluginModule, decorators: [{
|
|
103
|
-
type: NgModule,
|
|
104
|
-
args: [{
|
|
105
|
-
declarations: [
|
|
106
|
-
ZakenApiConfigurationComponent,
|
|
107
|
-
LinkDocumentToZaakConfigurationComponent,
|
|
108
|
-
LinkUploadedDocumentToZaakConfigurationComponent,
|
|
109
|
-
SetZaakStatusConfigurationComponent,
|
|
110
|
-
CreateZaakResultaatConfigurationComponent,
|
|
111
|
-
CreateNatuurlijkPersoonZaakRolComponent,
|
|
112
|
-
CreateNietNatuurlijkPersoonZaakRolComponent,
|
|
113
|
-
CreateZaakConfigurationComponent,
|
|
114
|
-
SetZaakopschortingComponent,
|
|
115
|
-
StartHersteltermijnConfigurationComponent,
|
|
116
|
-
EndHersteltermijnComponent,
|
|
117
|
-
CreateZaakeigenschapComponent,
|
|
118
|
-
UpdateZaakeigenschapComponent,
|
|
119
|
-
DeleteZaakeigenschapComponent,
|
|
120
|
-
CreateZaakObjectConfigurationComponent,
|
|
121
|
-
RelateerZakenComponent,
|
|
122
|
-
],
|
|
123
|
-
imports: [
|
|
124
|
-
CommonModule,
|
|
125
|
-
PluginTranslatePipeModule,
|
|
126
|
-
FormModule,
|
|
127
|
-
InputModule,
|
|
128
|
-
SelectModule,
|
|
129
|
-
ParagraphModule,
|
|
130
|
-
ToggleModule,
|
|
131
|
-
InputLabelModule,
|
|
132
|
-
RadioModule,
|
|
133
|
-
LoadingModule,
|
|
134
|
-
ButtonModule,
|
|
135
|
-
DialogModule,
|
|
136
|
-
IconModule,
|
|
137
|
-
TranslateModule,
|
|
138
|
-
DatePickerInputModule,
|
|
139
|
-
],
|
|
140
|
-
exports: [
|
|
141
|
-
ZakenApiConfigurationComponent,
|
|
142
|
-
LinkDocumentToZaakConfigurationComponent,
|
|
143
|
-
LinkUploadedDocumentToZaakConfigurationComponent,
|
|
144
|
-
SetZaakStatusConfigurationComponent,
|
|
145
|
-
CreateZaakResultaatConfigurationComponent,
|
|
146
|
-
CreateZaakConfigurationComponent,
|
|
147
|
-
CreateNatuurlijkPersoonZaakRolComponent,
|
|
148
|
-
CreateNietNatuurlijkPersoonZaakRolComponent,
|
|
149
|
-
SetZaakopschortingComponent,
|
|
150
|
-
StartHersteltermijnConfigurationComponent,
|
|
151
|
-
EndHersteltermijnComponent,
|
|
152
|
-
CreateZaakeigenschapComponent,
|
|
153
|
-
UpdateZaakeigenschapComponent,
|
|
154
|
-
DeleteZaakeigenschapComponent,
|
|
155
|
-
CreateZaakObjectConfigurationComponent,
|
|
156
|
-
RelateerZakenComponent,
|
|
157
|
-
],
|
|
158
|
-
}]
|
|
159
|
-
}] });
|
|
160
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiemFrZW4tYXBpLXBsdWdpbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92YWx0aW1vL3BsdWdpbi9zcmMvbGliL3BsdWdpbnMvemFrZW4tYXBpL3pha2VuLWFwaS1wbHVnaW4ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7Ozs7OztHQWNHO0FBRUgsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLHlCQUF5QixFQUFDLE1BQU0sYUFBYSxDQUFDO0FBQ3RELE9BQU8sRUFDTCxVQUFVLEVBQ1YsZ0JBQWdCLEVBQ2hCLFdBQVcsRUFDWCxlQUFlLEVBQ2YsV0FBVyxFQUNYLFlBQVksR0FDYixNQUFNLHFCQUFxQixDQUFDO0FBQzdCLE9BQU8sRUFBQyw4QkFBOEIsRUFBQyxNQUFNLHdFQUF3RSxDQUFDO0FBQ3RILE9BQU8sRUFBQyx3Q0FBd0MsRUFBQyxNQUFNLGtGQUFrRixDQUFDO0FBQzFJLE9BQU8sRUFBQyxnREFBZ0QsRUFBQyxNQUFNLG9HQUFvRyxDQUFDO0FBQ3BLLE9BQU8sRUFBQyxtQ0FBbUMsRUFBQyxNQUFNLHNFQUFzRSxDQUFDO0FBQ3pILE9BQU8sRUFBQyx5Q0FBeUMsRUFBQyxNQUFNLGtGQUFrRixDQUFDO0FBQzNJLE9BQU8sRUFBQyx1Q0FBdUMsRUFBQyxNQUFNLDhGQUE4RixDQUFDO0FBQ3JKLE9BQU8sRUFBQywyQ0FBMkMsRUFBQyxNQUFNLHdHQUF3RyxDQUFDO0FBQ25LLE9BQU8sRUFBQyxnQ0FBZ0MsRUFBQyxNQUFNLDhEQUE4RCxDQUFDO0FBQzlHLE9BQU8sRUFBQywyQkFBMkIsRUFBQyxNQUFNLGdFQUFnRSxDQUFDO0FBQzNHLE9BQU8sRUFDTCxZQUFZLEVBQ1oscUJBQXFCLEVBQ3JCLFlBQVksRUFDWixV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dkMsMkNBQTJDO3dCQUMzQywyQkFBMkI7d0JBQzNCLHlDQUF5Qzt3QkFDekMsMEJBQTBCO3dCQUMxQiw2QkFBNkI7d0JBQzdCLDZCQUE2Qjt3QkFDN0IsNkJBQTZCO3dCQUM3QixzQ0FBc0M7d0JBQ3RDLHNCQUFzQjtxQkFDdkI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxuICogQ29weXJpZ2h0IDIwMTUtMjAyNCBSaXRlbnNlIEJWLCB0aGUgTmV0aGVybGFuZHMuXG4gKlxuICogTGljZW5zZWQgdW5kZXIgRVVQTCwgVmVyc2lvbiAxLjIgKHRoZSBcIkxpY2Vuc2VcIik7XG4gKiB5b3UgbWF5IG5vdCB1c2UgdGhpcyBmaWxlIGV4Y2VwdCBpbiBjb21wbGlhbmNlIHdpdGggdGhlIExpY2Vuc2UuXG4gKiBZb3UgbWF5IG9idGFpbiBhIGNvcHkgb2YgdGhlIExpY2Vuc2UgYXRcbiAqXG4gKiBodHRwczovL2pvaW51cC5lYy5ldXJvcGEuZXUvY29sbGVjdGlvbi9ldXBsL2V1cGwtdGV4dC1ldXBsLTEyXG4gKlxuICogVW5sZXNzIHJlcXVpcmVkIGJ5IGFwcGxpY2FibGUgbGF3IG9yIGFncmVlZCB0byBpbiB3cml0aW5nLCBzb2Z0d2FyZVxuICogZGlzdHJpYnV0ZWQgdW5kZXIgdGhlIExpY2Vuc2UgaXMgZGlzdHJpYnV0ZWQgb24gYW4gXCJBUyBJU1wiIGJhc2lzLFxuICogV0lUSE9VVCBXQVJSQU5USUVTIE9SIENPTkRJVElPTlMgT0YgQU5ZIEtJTkQsIGVpdGhlciBleHByZXNzIG9yIGltcGxpZWQuXG4gKiBTZWUgdGhlIExpY2Vuc2UgZm9yIHRoZSBzcGVjaWZpYyBsYW5ndWFnZSBnb3Zlcm5pbmcgcGVybWlzc2lvbnMgYW5kXG4gKiBsaW1pdGF0aW9ucyB1bmRlciB0aGUgTGljZW5zZS5cbiAqL1xuXG5pbXBvcnQge05nTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtQbHVnaW5UcmFuc2xhdGVQaXBlTW9kdWxlfSBmcm9tICcuLi8uLi9waXBlcyc7XG5pbXBvcnQge1xuICBGb3JtTW9kdWxlLFxuICBJbnB1dExhYmVsTW9kdWxlLFxuICBJbnB1dE1vZHVsZSxcbiAgUGFyYWdyYXBoTW9kdWxlLFxuICBSYWRpb01vZHVsZSxcbiAgU2VsZWN0TW9kdWxlLFxufSBmcm9tICdAdmFsdGltby9jb21wb25lbnRzJztcbmltcG9ydCB7WmFrZW5BcGlDb25maWd1cmF0aW9uQ29tcG9uZW50fSBmcm9tICcuL2NvbXBvbmVudHMvemFrZW4tYXBpLWNvbmZpZ3VyYXRpb24vemFrZW4tYXBpLWNvbmZpZ3VyYXRpb24uY29tcG9uZW50JztcbmltcG9ydCB7TGlua0RvY3VtZW50VG9aYWFrQ29uZmlndXJhdGlvbkNvbXBvbmVudH0gZnJvbSAnLi9jb21wb25lbnRzL2xpbmstZG9jdW1lbnQtdG8temFhay9saW5rLWRvY3VtZW50LXRvLXphYWstY29uZmlndXJhdGlvbi5jb21wb25lbnQnO1xuaW1wb3J0IHtMaW5rVXBsb2FkZWREb2N1bWVudFRvWmFha0NvbmZpZ3VyYXRpb25Db21wb25lbnR9IGZyb20gJy4vY29tcG9uZW50cy9saW5rLXVwbG9hZGVkLWRvY3VtZW50LXRvLXphYWsvbGluay11cGxvYWRlZC1kb2N1bWVudC10by16YWFrLWNvbmZpZ3VyYXRpb24uY29tcG9uZW50JztcbmltcG9ydCB7U2V0WmFha1N0YXR1c0NvbmZpZ3VyYXRpb25Db21wb25lbnR9IGZyb20gJy4vY29tcG9uZW50cy9zZXQtemFhay1zdGF0dXMvc2V0LXphYWstc3RhdHVzLWNvbmZpZ3VyYXRpb24uY29tcG9uZW50JztcbmltcG9ydCB7Q3JlYXRlWmFha1Jlc3VsdGFhdENvbmZpZ3VyYXRpb25Db21wb25lbnR9IGZyb20gJy4vY29tcG9uZW50cy9jcmVhdGUtemFhay1yZXN1bHRhYXQvY3JlYXRlLXphYWstcmVzdWx0YWF0LWNvbmZpZ3VyYXRpb24uY29tcG9uZW50JztcbmltcG9ydCB7Q3JlYXRlTmF0dXVybGlqa1BlcnNvb25aYWFrUm9sQ29tcG9uZW50fSBmcm9tICcuL2NvbXBvbmVudHMvY3JlYXRlLW5hdHV1cmxpamstcGVyc29vbi16YWFrLXJvbC9jcmVhdGUtbmF0dXVybGlqay1wZXJzb29uLXphYWstcm9sLmNvbXBvbmVudCc7XG5pbXBvcnQge0NyZWF0ZU5pZXROYXR1dXJsaWprUGVyc29vblphYWtSb2xDb21wb25lbnR9IGZyb20gJy4vY29tcG9uZW50cy9jcmVhdGUtbmlldC1uYXR1dXJsaWprLXBlcnNvb24temFhay1yb2wvY3JlYXRlLW5pZXQtbmF0dXVybGlqay1wZXJzb29uLXphYWstcm9sLmNvbXBvbmVudCc7XG5pbXBvcnQge0NyZWF0ZVphYWtDb25maWd1cmF0aW9uQ29tcG9uZW50fSBmcm9tICcuL2NvbXBvbmVudHMvY3JlYXRlLXphYWsvY3JlYXRlLXphYWstY29uZmlndXJhdGlvbi5jb21wb25lbnQnO1xuaW1wb3J0IHtTZXRaYWFrb3BzY2hvcnRpbmdDb21wb25lbnR9IGZyb20gJy4vY29tcG9uZW50cy9zZXQtemFha29wc2Nob3J0aW5nL3NldC16YWFrb3BzY2hvcnRpbmcuY29tcG9uZW50JztcbmltcG9ydCB7XG4gIEJ1dHRvbk1vZHVsZSxcbiAgRGF0ZVBpY2tlcklucHV0TW9kdWxlLFxuICBEaWFsb2dNb2R1bGUsXG4gIEljb25Nb2R1bGUsXG4gIExvYWRpbmdNb2R1bGUsXG4gIFRvZ2dsZU1vZHVsZSxcbn0gZnJvbSAnY2FyYm9uLWNvbXBvbmVudHMtYW5ndWxhcic7XG5pbXBvcnQge1N0YXJ0SGVyc3RlbHRlcm1pam5Db25maWd1cmF0aW9uQ29tcG9uZW50fSBmcm9tICcuL2NvbXBvbmVudHMvc3RhcnQtaGVyc3RlbHRlcm1pam4vc3RhcnQtaGVyc3RlbHRlcm1pam4tY29uZmlndXJhdGlvbi5jb21wb25lbnQnO1xuaW1wb3J0IHtFbmRIZXJzdGVsdGVybWlqbkNvbXBvbmVudH0gZnJvbSAnLi9jb21wb25lbnRzL2VuZC1oZXJzdGVsdGVybWlqbi9lbmQtaGVyc3RlbHRlcm1pam4uY29tcG9uZW50JztcbmltcG9ydCB7Q3JlYXRlWmFha2VpZ2Vuc2NoYXBDb21wb25lbnR9IGZyb20gJy4vY29tcG9uZW50cy9jcmVhdGUtemFha2VpZ2Vuc2NoYXAvY3JlYXRlLXphYWtlaWdlbnNjaGFwLmNvbXBvbmVudCc7XG5pbXBvcnQge1VwZGF0ZVphYWtlaWdlbnNjaGFwQ29tcG9uZW50fSBmcm9tICcuL2NvbXBvbmVudHMvdXBkYXRlLXphYWtlaWdlbnNjaGFwL3VwZGF0ZS16YWFrZWlnZW5zY2hhcC5jb21wb25lbnQnO1xuaW1wb3J0IHtEZWxldGVaYWFrZWlnZW5zY2hhcENvbXBvbmVudH0gZnJvbSAnLi9jb21wb25lbnRzL2RlbGV0ZS16YWFrZWlnZW5zY2hhcC9kZWxldGUtemFha2VpZ2Vuc2NoYXAuY29tcG9uZW50JztcbmltcG9ydCB7Q3JlYXRlWmFha09iamVjdENvbmZpZ3VyYXRpb25Db21wb25lbnR9IGZyb20gJy4vY29tcG9uZW50cy9jcmVhdGUtemFhay1vYmplY3QvY3JlYXRlLXphYWstb2JqZWN0LWNvbmZpZ3VyYXRpb24uY29tcG9uZW50JztcbmltcG9ydCB7UmVsYXRlZXJaYWtlbkNvbXBvbmVudH0gZnJvbSAnLi9jb21wb25lbnRzL3JlbGF0ZWVyLXpha2VuL3JlbGF0ZWVyLXpha2VuLmNvbXBvbmVudCc7XG5pbXBvcnQge1RyYW5zbGF0ZU1vZHVsZX0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIFpha2VuQXBpQ29uZmlndXJhdGlvbkNvbXBvbmVudCxcbiAgICBMaW5rRG9jdW1lbnRUb1phYWtDb25maWd1cmF0aW9uQ29tcG9uZW50LFxuICAgIExpbmtVcGxvYWRlZERvY3VtZW50VG9aYWFrQ29uZmlndXJhdGlvbkNvbXBvbmVudCxcbiAgICBTZXRaYWFrU3RhdHVzQ29uZmlndXJhdGlvbkNvbXBvbmVudCxcbiAgICBDcmVhdGVaYWFrUmVzdWx0YWF0Q29uZmlndXJhdGlvbkNvbXBvbmVudCxcbiAgICBDcmVhdGVOYXR1dXJsaWprUGVyc29vblphYWtSb2xDb21wb25lbnQsXG4gICAgQ3JlYXRlTmlldE5hdHV1cmxpamtQZXJzb29uWmFha1JvbENvbXBvbmVudCxcbiAgICBDcmVhdGVaYWFrQ29uZmlndXJhdGlvbkNvbXBvbmVudCxcbiAgICBTZXRaYWFrb3BzY2hvcnRpbmdDb21wb25lbnQsXG4gICAgU3RhcnRIZXJzdGVsdGVybWlqbkNvbmZpZ3VyYXRpb25Db21wb25lbnQsXG4gICAgRW5kSGVyc3RlbHRlcm1pam5Db21wb25lbnQsXG4gICAgQ3JlYXRlWmFha2VpZ2Vuc2NoYXBDb21wb25lbnQsXG4gICAgVXBkYXRlWmFha2VpZ2Vuc2NoYXBDb21wb25lbnQsXG4gICAgRGVsZXRlWmFha2VpZ2Vuc2NoYXBDb21wb25lbnQsXG4gICAgQ3JlYXRlWmFha09iamVjdENvbmZpZ3VyYXRpb25Db21wb25lbnQsXG4gICAgUmVsYXRlZXJaYWtlbkNvbXBvbmVudCxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBQbHVnaW5UcmFuc2xhdGVQaXBlTW9kdWxlLFxuICAgIEZvcm1Nb2R1bGUsXG4gICAgSW5wdXRNb2R1bGUsXG4gICAgU2VsZWN0TW9kdWxlLFxuICAgIFBhcmFncmFwaE1vZHVsZSxcbiAgICBUb2dnbGVNb2R1bGUsXG4gICAgSW5wdXRMYWJlbE1vZHVsZSxcbiAgICBSYWRpb01vZHVsZSxcbiAgICBMb2FkaW5nTW9kdWxlLFxuICAgIEJ1dHRvbk1vZHVsZSxcbiAgICBEaWFsb2dNb2R1bGUsXG4gICAgSWNvbk1vZHVsZSxcbiAgICBUcmFuc2xhdGVNb2R1bGUsXG4gICAgRGF0ZVBpY2tlcklucHV0TW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgWmFrZW5BcGlDb25maWd1cmF0aW9uQ29tcG9uZW50LFxuICAgIExpbmtEb2N1bWVudFRvWmFha0NvbmZpZ3VyYXRpb25Db21wb25lbnQsXG4gICAgTGlua1VwbG9hZGVkRG9jdW1lbnRUb1phYWtDb25maWd1cmF0aW9uQ29tcG9uZW50LFxuICAgIFNldFphYWtTdGF0dXNDb25maWd1cmF0aW9uQ29tcG9uZW50LFxuICAgIENyZWF0ZVphYWtSZXN1bHRhYXRDb25maWd1cmF0aW9uQ29tcG9uZW50LFxuICAgIENyZWF0ZVphYWtDb25maWd1cmF0aW9uQ29tcG9uZW50LFxuICAgIENyZWF0ZU5hdHV1cmxpamtQZXJzb29uWmFha1JvbENvbXBvbmVudCxcbiAgICBDcmVhdGVOaWV0TmF0dXVybGlqa1BlcnNvb25aYWFrUm9sQ29tcG9uZW50LFxuICAgIFNldFphYWtvcHNjaG9ydGluZ0NvbXBvbmVudCxcbiAgICBTdGFydEhlcnN0ZWx0ZXJtaWpuQ29uZmlndXJhdGlvbkNvbXBvbmVudCxcbiAgICBFbmRIZXJzdGVsdGVybWlqbkNvbXBvbmVudCxcbiAgICBDcmVhdGVaYWFrZWlnZW5zY2hhcENvbXBvbmVudCxcbiAgICBVcGRhdGVaYWFrZWlnZW5zY2hhcENvbXBvbmVudCxcbiAgICBEZWxldGVaYWFrZWlnZW5zY2hhcENvbXBvbmVudCxcbiAgICBDcmVhdGVaYWFrT2JqZWN0Q29uZmlndXJhdGlvbkNvbXBvbmVudCxcbiAgICBSZWxhdGVlclpha2VuQ29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBaYWtlbkFwaVBsdWdpbk1vZHVsZSB7fVxuIl19
|