@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.
- package/fesm2022/valtimo-plugin.mjs +1309 -411
- package/fesm2022/valtimo-plugin.mjs.map +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/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/zaken-api/components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component.d.ts.map +1 -1
- 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.map +1 -1
- package/lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts +25 -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-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/patch-zaak/patch-zaak-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/models/config.d.ts +6 -0
- package/lib/plugins/zaken-api/models/config.d.ts.map +1 -1
- package/lib/plugins/zaken-api/models/create-zaak-properties.d.ts +1 -1
- 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.map +1 -1
- 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/zaken-api-plugin.module.d.ts +9 -8
- 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/package.json +1 -1
- package/public-api.d.ts +12 -0
- package/public-api.d.ts.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AAEpC,UAAU,cAAe,SAAQ,uBAAuB;IACtD,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,UAAU,wBAAwB;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,mBAAmB;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,yBAAyB,CAAC,EAAE,WAAW,CAAC;CACzC;AAED,UAAU,yBAAyB;IACjC,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B,CAAC,EAAE,WAAW,CAAC;CAC5C;AAED,UAAU,qCAAqC;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,yCAAyC;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,UAAU,6BAA6B;IACrC,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,UAAU,0CAA0C;IAClD,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,CAAC;IACvB,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,UAAU,4BAA4B;IACpC,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB,EAAE,OAAO,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,uBAAuB,CAAC,EAAE,WAAW,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/config.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const CreateZaakExtraPropertyOptions: readonly ["description", "plannedEndDate", "finalDeliveryDate"];
|
|
1
|
+
export declare const CreateZaakExtraPropertyOptions: readonly ["description", "explanation", "plannedEndDate", "finalDeliveryDate", "communicationChannel", "paymentIndication", "caseGeometryType", "caseGeometryCoordinates", "mainCase"];
|
|
2
2
|
export type CreateZaakExtraProperties = (typeof CreateZaakExtraPropertyOptions)[number];
|
|
3
3
|
//# sourceMappingURL=create-zaak-properties.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-zaak-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/create-zaak-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,8BAA8B,
|
|
1
|
+
{"version":3,"file":"create-zaak-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/create-zaak-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,8BAA8B,wLAUjC,CAAC;AACX,MAAM,MAAM,yBAAyB,GAAG,CAAC,OAAO,8BAA8B,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"geometry-types.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/geometry-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,EAAE,MAAM,EAQlC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"indicatie-machtiging-values.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/indicatie-machtiging-values.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAE/C,eAAO,MAAM,2BAA2B,EAAE,KAAK,CAAC,UAAU,
|
|
1
|
+
{"version":3,"file":"indicatie-machtiging-values.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/indicatie-machtiging-values.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAE/C,eAAO,MAAM,2BAA2B,EAAE,KAAK,CAAC,UAAU,CAgBzD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-indication-types.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/payment-indication-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,EAAE,MAAM,EAAkD,CAAC"}
|
|
@@ -16,16 +16,17 @@ import * as i14 from "./components/end-hersteltermijn/end-hersteltermijn.compone
|
|
|
16
16
|
import * as i15 from "./components/create-zaakeigenschap/create-zaakeigenschap.component";
|
|
17
17
|
import * as i16 from "./components/update-zaakeigenschap/update-zaakeigenschap.component";
|
|
18
18
|
import * as i17 from "./components/delete-zaakeigenschap/delete-zaakeigenschap.component";
|
|
19
|
-
import * as i18 from "./components/
|
|
20
|
-
import * as i19 from "./components/
|
|
21
|
-
import * as i20 from "
|
|
22
|
-
import * as i21 from "
|
|
23
|
-
import * as i22 from "
|
|
24
|
-
import * as i23 from "
|
|
25
|
-
import * as i24 from "
|
|
19
|
+
import * as i18 from "./components/create-zaak-object/create-zaak-object-configuration.component";
|
|
20
|
+
import * as i19 from "./components/relateer-zaken/relateer-zaken.component";
|
|
21
|
+
import * as i20 from "./components/patch-zaak/patch-zaak-configuration.component";
|
|
22
|
+
import * as i21 from "@angular/common";
|
|
23
|
+
import * as i22 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
24
|
+
import * as i23 from "@valtimo/components";
|
|
25
|
+
import * as i24 from "carbon-components-angular";
|
|
26
|
+
import * as i25 from "@ngx-translate/core";
|
|
26
27
|
export declare class ZakenApiPluginModule {
|
|
27
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiPluginModule, never>;
|
|
28
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ZakenApiPluginModule, [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i6.CreateMedewerkerZaakRolComponent, typeof i7.CreateNatuurlijkPersoonZaakRolComponent, typeof i8.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i9.CreateOrganisatorischeEenheidZaakRolComponent, typeof i10.CreateVestigingZaakRolComponent, typeof i11.CreateZaakConfigurationComponent, typeof i12.SetZaakopschortingComponent, typeof i13.StartHersteltermijnConfigurationComponent, typeof i14.EndHersteltermijnComponent, typeof i15.CreateZaakeigenschapComponent, typeof i16.UpdateZaakeigenschapComponent, typeof i17.DeleteZaakeigenschapComponent, typeof i18.
|
|
29
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ZakenApiPluginModule, [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i6.CreateMedewerkerZaakRolComponent, typeof i7.CreateNatuurlijkPersoonZaakRolComponent, typeof i8.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i9.CreateOrganisatorischeEenheidZaakRolComponent, typeof i10.CreateVestigingZaakRolComponent, typeof i11.CreateZaakConfigurationComponent, typeof i12.SetZaakopschortingComponent, typeof i13.StartHersteltermijnConfigurationComponent, typeof i14.EndHersteltermijnComponent, typeof i15.CreateZaakeigenschapComponent, typeof i16.UpdateZaakeigenschapComponent, typeof i17.DeleteZaakeigenschapComponent, typeof i18.CreateZaakObjectConfigurationComponent, typeof i19.RelateerZakenComponent, typeof i20.PatchZaakConfigurationComponent], [typeof i21.CommonModule, typeof i22.PluginTranslatePipeModule, typeof i23.FormModule, typeof i23.InputModule, typeof i23.SelectModule, typeof i23.ParagraphModule, typeof i24.ToggleModule, typeof i23.InputLabelModule, typeof i23.RadioModule, typeof i24.LoadingModule, typeof i24.ButtonModule, typeof i24.DialogModule, typeof i24.IconModule, typeof i25.TranslateModule, typeof i24.DatePickerInputModule], [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i11.CreateZaakConfigurationComponent, typeof i6.CreateMedewerkerZaakRolComponent, typeof i7.CreateNatuurlijkPersoonZaakRolComponent, typeof i8.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i9.CreateOrganisatorischeEenheidZaakRolComponent, typeof i10.CreateVestigingZaakRolComponent, typeof i12.SetZaakopschortingComponent, typeof i13.StartHersteltermijnConfigurationComponent, typeof i14.EndHersteltermijnComponent, typeof i15.CreateZaakeigenschapComponent, typeof i16.UpdateZaakeigenschapComponent, typeof i17.DeleteZaakeigenschapComponent, typeof i18.CreateZaakObjectConfigurationComponent, typeof i19.RelateerZakenComponent]>;
|
|
29
30
|
static ɵinj: i0.ɵɵInjectorDeclaration<ZakenApiPluginModule>;
|
|
30
31
|
}
|
|
31
32
|
//# sourceMappingURL=zaken-api-plugin.module.d.ts.map
|
|
@@ -1 +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":"
|
|
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":";;;;;;;;;;;;;;;;;;;;;;;;;;AAyDA,qBA8Da,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
|
|
@@ -1 +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;
|
|
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;AAuBjD,QAAA,MAAM,2BAA2B,EAAE,mBAumBlC,CAAC;AAEF,OAAO,EAAC,2BAA2B,EAAC,CAAC"}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -23,9 +23,20 @@ export * from './lib/plugins/documenten-api/components/documenten-api-configurat
|
|
|
23
23
|
export * from './lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component';
|
|
24
24
|
export * from './lib/plugins/documenten-api/components/download-document/download-document-configuration.component';
|
|
25
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';
|
|
26
34
|
export * from './lib/plugins/objecttypen-api/objecttypen-api-plugin-module';
|
|
27
35
|
export * from './lib/plugins/objecttypen-api/objecttypen-api-plugin.specification';
|
|
28
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';
|
|
29
40
|
export * from './lib/plugins/zaken-api/zaken-api-plugin.module';
|
|
30
41
|
export * from './lib/plugins/zaken-api/zaken-api-plugin.specification';
|
|
31
42
|
export * from './lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component';
|
|
@@ -45,6 +56,7 @@ export * from './lib/plugins/zaken-api/components/end-hersteltermijn/end-herstel
|
|
|
45
56
|
export * from './lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component';
|
|
46
57
|
export * from './lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component';
|
|
47
58
|
export * from './lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component';
|
|
59
|
+
export * from './lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component';
|
|
48
60
|
export * from './lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component';
|
|
49
61
|
export * from './lib/plugins/objecten-api/objecten-api-plugin-module';
|
|
50
62
|
export * from './lib/plugins/objecten-api/objecten-api-plugin.specification';
|
package/public-api.d.ts.map
CHANGED
|
@@ -1 +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,6DAA6D,CAAC;AAC5E,cAAc,oEAAoE,CAAC;AACnF,cAAc,gHAAgH,CAAC;AAE/H,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,sFAAsF,CAAC;AACrG,cAAc,sGAAsG,CAAC;AACrH,cAAc,oFAAoF,CAAC;AACnG,cAAc,0FAA0F,CAAC;AACzG,cAAc,0FAA0F,CAAC;AACzG,cAAc,0FAA0F,CAAC;AACzG,cAAc,4EAA4E,CAAC;AAE3F,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,mGAAmG,CAAC;AAClH,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,kHAAkH,CAAC;AAEjI,cAAc,gDAAgD,CAAC;AAC/D,cAAc,yCAAyC,CAAC"}
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/plugin/src/public-api.ts"],"names":[],"mappings":"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"}
|