@valtimo/plugin 13.4.0 → 13.5.0-release-0.0.0.3

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.
Files changed (65) hide show
  1. package/fesm2022/valtimo-plugin.mjs +1566 -854
  2. package/fesm2022/valtimo-plugin.mjs.map +1 -1
  3. package/lib/components/default-plugin-configuration/default-plugin-configuration.component.d.ts.map +1 -1
  4. package/lib/plugins/besluiten-api/besluiten-api-plugin.module.d.ts +8 -6
  5. package/lib/plugins/besluiten-api/besluiten-api-plugin.module.d.ts.map +1 -1
  6. package/lib/plugins/besluiten-api/besluiten-api-plugin.specification.d.ts.map +1 -1
  7. package/lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component.d.ts +24 -0
  8. package/lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component.d.ts.map +1 -0
  9. package/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.d.ts +39 -0
  10. package/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.d.ts.map +1 -0
  11. package/lib/plugins/besluiten-api/models/config.d.ts +17 -1
  12. package/lib/plugins/besluiten-api/models/config.d.ts.map +1 -1
  13. package/lib/plugins/besluiten-api/models/patch-besluit-properties.d.ts +3 -0
  14. package/lib/plugins/besluiten-api/models/patch-besluit-properties.d.ts.map +1 -0
  15. package/lib/plugins/catalogi-api/catalogi-api-plugin.specification.d.ts.map +1 -1
  16. package/lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component.d.ts.map +1 -1
  17. package/lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component.d.ts.map +1 -1
  18. package/lib/plugins/documenten-api/documenten-api-plugin.specification.d.ts.map +1 -1
  19. package/lib/plugins/exact/exact.plugin.specification.d.ts.map +1 -1
  20. package/lib/plugins/iko/iko-plugin.specification.d.ts.map +1 -1
  21. package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin.specification.d.ts.map +1 -1
  22. package/lib/plugins/notificaties-api/notificaties-api-plugin.specification.d.ts.map +1 -1
  23. package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.specification.d.ts.map +1 -1
  24. package/lib/plugins/object-token-authentication/object-token-authentication-plugin.specification.d.ts.map +1 -1
  25. package/lib/plugins/objecten-api/objecten-api-plugin.specification.d.ts.map +1 -1
  26. package/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.d.ts.map +1 -1
  27. package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification.d.ts.map +1 -1
  28. package/lib/plugins/open-zaak/open-zaak-plugin.specification.d.ts.map +1 -1
  29. package/lib/plugins/portaaltaak/portaaltaak-plugin.specification.d.ts.map +1 -1
  30. package/lib/plugins/smart-documents/smart-documents-plugin.specification.d.ts.map +1 -1
  31. package/lib/plugins/verzoek/verzoek-plugin.specification.d.ts.map +1 -1
  32. package/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -1
  33. package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -1
  34. package/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.d.ts.map +1 -1
  35. package/lib/plugins/zaken-api/components/create-zaaknotitie/create-zaaknotitie-configuration.component.d.ts +26 -0
  36. package/lib/plugins/zaken-api/components/create-zaaknotitie/create-zaaknotitie-configuration.component.d.ts.map +1 -0
  37. package/lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component.d.ts +24 -0
  38. package/lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component.d.ts.map +1 -0
  39. package/lib/plugins/zaken-api/components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component.d.ts +34 -0
  40. package/lib/plugins/zaken-api/components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component.d.ts.map +1 -0
  41. package/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.d.ts +24 -0
  42. package/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.d.ts.map +1 -0
  43. package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts +9 -5
  44. package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts.map +1 -1
  45. package/lib/plugins/zaken-api/components/patch-zaaknotitie/patch-zaaknotitie-configuration.component.d.ts +45 -0
  46. package/lib/plugins/zaken-api/components/patch-zaaknotitie/patch-zaaknotitie-configuration.component.d.ts.map +1 -0
  47. package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts +20 -5
  48. package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts.map +1 -1
  49. package/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.d.ts +9 -4
  50. package/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.d.ts.map +1 -1
  51. package/lib/plugins/zaken-api/models/config.d.ts +41 -1
  52. package/lib/plugins/zaken-api/models/config.d.ts.map +1 -1
  53. package/lib/plugins/zaken-api/models/patch-zaak-properties.d.ts.map +1 -1
  54. package/lib/plugins/zaken-api/models/patch-zaaknotitie-properties.d.ts +3 -0
  55. package/lib/plugins/zaken-api/models/patch-zaaknotitie-properties.d.ts.map +1 -0
  56. package/lib/plugins/zaken-api/models/zaaknotificatie-statuses.d.ts +2 -0
  57. package/lib/plugins/zaken-api/models/zaaknotificatie-statuses.d.ts.map +1 -0
  58. package/lib/plugins/zaken-api/models/zaaknotificatie-types.d.ts +2 -0
  59. package/lib/plugins/zaken-api/models/zaaknotificatie-types.d.ts.map +1 -0
  60. package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts +29 -23
  61. package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts.map +1 -1
  62. package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts.map +1 -1
  63. package/package.json +1 -1
  64. package/public-api.d.ts +9 -0
  65. package/public-api.d.ts.map +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.