@valtimo/plugin 13.2.0 → 13.3.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.
Files changed (69) hide show
  1. package/fesm2022/valtimo-plugin.mjs +1309 -411
  2. package/fesm2022/valtimo-plugin.mjs.map +1 -1
  3. package/lib/plugins/iko/assets/iko-plugin-logo.d.ts +3 -0
  4. package/lib/plugins/iko/assets/iko-plugin-logo.d.ts.map +1 -0
  5. package/lib/plugins/iko/assets/index.d.ts +2 -0
  6. package/lib/plugins/iko/assets/index.d.ts.map +1 -0
  7. package/lib/plugins/iko/components/iko-configuration/iko-configuration.component.d.ts +24 -0
  8. package/lib/plugins/iko/components/iko-configuration/iko-configuration.component.d.ts.map +1 -0
  9. package/lib/plugins/iko/iko-plugin.module.d.ts +11 -0
  10. package/lib/plugins/iko/iko-plugin.module.d.ts.map +1 -0
  11. package/lib/plugins/iko/iko-plugin.specification.d.ts +4 -0
  12. package/lib/plugins/iko/iko-plugin.specification.d.ts.map +1 -0
  13. package/lib/plugins/iko/models/config.d.ts +6 -0
  14. package/lib/plugins/iko/models/config.d.ts.map +1 -0
  15. package/lib/plugins/iko/models/index.d.ts +2 -0
  16. package/lib/plugins/iko/models/index.d.ts.map +1 -0
  17. package/lib/plugins/klantinteracties-api/assets/index.d.ts +2 -0
  18. package/lib/plugins/klantinteracties-api/assets/index.d.ts.map +1 -0
  19. package/lib/plugins/klantinteracties-api/assets/klantinteracties-api-plugin-logo.d.ts +3 -0
  20. package/lib/plugins/klantinteracties-api/assets/klantinteracties-api-plugin-logo.d.ts.map +1 -0
  21. package/lib/plugins/klantinteracties-api/components/create-persoon/create-persoon.component.d.ts +24 -0
  22. package/lib/plugins/klantinteracties-api/components/create-persoon/create-persoon.component.d.ts.map +1 -0
  23. package/lib/plugins/klantinteracties-api/components/klantinteracties-api-configuration/klantinteracties-api-configuration.component.d.ts +34 -0
  24. package/lib/plugins/klantinteracties-api/components/klantinteracties-api-configuration/klantinteracties-api-configuration.component.d.ts.map +1 -0
  25. package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin-module.d.ts +12 -0
  26. package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin-module.d.ts.map +1 -0
  27. package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin.specification.d.ts +4 -0
  28. package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin.specification.d.ts.map +1 -0
  29. package/lib/plugins/klantinteracties-api/models/config.d.ts +15 -0
  30. package/lib/plugins/klantinteracties-api/models/config.d.ts.map +1 -0
  31. package/lib/plugins/klantinteracties-api/models/index.d.ts +2 -0
  32. package/lib/plugins/klantinteracties-api/models/index.d.ts.map +1 -0
  33. package/lib/plugins/open-klant-token-authentication/assets/open-klant-token-authentication-plugin-logo.d.ts +3 -0
  34. package/lib/plugins/open-klant-token-authentication/assets/open-klant-token-authentication-plugin-logo.d.ts.map +1 -0
  35. package/lib/plugins/open-klant-token-authentication/components/open-klant-token-authentication-configuration/open-klant-token-authentication-configuration.component.d.ts +24 -0
  36. package/lib/plugins/open-klant-token-authentication/components/open-klant-token-authentication-configuration/open-klant-token-authentication-configuration.component.d.ts.map +1 -0
  37. package/lib/plugins/open-klant-token-authentication/models/config.d.ts +6 -0
  38. package/lib/plugins/open-klant-token-authentication/models/config.d.ts.map +1 -0
  39. package/lib/plugins/open-klant-token-authentication/models/index.d.ts +2 -0
  40. package/lib/plugins/open-klant-token-authentication/models/index.d.ts.map +1 -0
  41. package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.module.d.ts +11 -0
  42. package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.module.d.ts.map +1 -0
  43. package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification.d.ts +4 -0
  44. package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification.d.ts.map +1 -0
  45. package/lib/plugins/zaken-api/components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component.d.ts.map +1 -1
  46. package/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -1
  47. package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -1
  48. package/lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component.d.ts.map +1 -1
  49. package/lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component.d.ts.map +1 -1
  50. package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts +25 -18
  51. package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts.map +1 -1
  52. package/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.d.ts +27 -0
  53. package/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.d.ts.map +1 -0
  54. package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts.map +1 -1
  55. package/lib/plugins/zaken-api/models/config.d.ts +6 -0
  56. package/lib/plugins/zaken-api/models/config.d.ts.map +1 -1
  57. package/lib/plugins/zaken-api/models/create-zaak-properties.d.ts +1 -1
  58. package/lib/plugins/zaken-api/models/create-zaak-properties.d.ts.map +1 -1
  59. package/lib/plugins/zaken-api/models/geometry-types.d.ts +2 -0
  60. package/lib/plugins/zaken-api/models/geometry-types.d.ts.map +1 -0
  61. package/lib/plugins/zaken-api/models/indicatie-machtiging-values.d.ts.map +1 -1
  62. package/lib/plugins/zaken-api/models/payment-indication-types.d.ts +2 -0
  63. package/lib/plugins/zaken-api/models/payment-indication-types.d.ts.map +1 -0
  64. package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts +9 -8
  65. package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts.map +1 -1
  66. package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts.map +1 -1
  67. package/package.json +1 -1
  68. package/public-api.d.ts +12 -0
  69. 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.