@valtimo/plugin 13.4.0 → 13.5.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 +96 -11
- package/fesm2022/valtimo-plugin.mjs.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/models/config.d.ts +9 -1
- package/lib/plugins/zaken-api/models/config.d.ts.map +1 -1
- package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts +22 -21
- 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 +1 -0
- package/public-api.d.ts.map +1 -1
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { DeleteZaakRolConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class DeleteZaakRolComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<DeleteZaakRolConfig>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<DeleteZaakRolConfig>;
|
|
13
|
+
private _saveSubscription;
|
|
14
|
+
private readonly _formValue$;
|
|
15
|
+
private readonly _valid$;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
formValueChange(formValue: DeleteZaakRolConfig): void;
|
|
19
|
+
private handleValid;
|
|
20
|
+
private openSaveSubscription;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DeleteZaakRolComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DeleteZaakRolComponent, "valtimo-delete-zaak-rol-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=delete-zaak-rol.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-zaak-rol.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;;AAEjD,qBAKa,sBACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,CAAC,CAAC;IACtD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,mBAAmB,CAAC,CAChB;IAE1C,OAAO,CAAC,iBAAiB,CAAgB;IAEzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAyD;IACrF,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IAK5D,OAAO,CAAC,WAAW;IASnB,OAAO,CAAC,oBAAoB;yCAtCjB,sBAAsB;2CAAtB,sBAAsB;CAiDlC"}
|
|
@@ -25,6 +25,7 @@ interface CreateNatuurlijkePersoonZaakRolConfig {
|
|
|
25
25
|
inpBsn: string;
|
|
26
26
|
anpIdentificatie: string;
|
|
27
27
|
inpA_nummer: string;
|
|
28
|
+
resultProcessVariable?: string;
|
|
28
29
|
}
|
|
29
30
|
interface CreateNietNatuurlijkePersoonZaakRolConfig {
|
|
30
31
|
roltypeUrl: string;
|
|
@@ -33,6 +34,7 @@ interface CreateNietNatuurlijkePersoonZaakRolConfig {
|
|
|
33
34
|
annIdentificatie: string;
|
|
34
35
|
kvkNummer?: string;
|
|
35
36
|
vestigingsNummer?: string;
|
|
37
|
+
resultProcessVariable?: string;
|
|
36
38
|
}
|
|
37
39
|
interface CreateMedewerkerZaakRolConfig {
|
|
38
40
|
roltypeUrl: string;
|
|
@@ -43,6 +45,7 @@ interface CreateMedewerkerZaakRolConfig {
|
|
|
43
45
|
voorvoegselAchternaam?: string;
|
|
44
46
|
afwijkendeNaamBetrokkene?: string;
|
|
45
47
|
indicatieMachtiging?: string;
|
|
48
|
+
resultProcessVariable?: string;
|
|
46
49
|
}
|
|
47
50
|
interface CreateOrganisatorischeEenheidZaakRolConfig {
|
|
48
51
|
roltypeUrl: string;
|
|
@@ -52,6 +55,7 @@ interface CreateOrganisatorischeEenheidZaakRolConfig {
|
|
|
52
55
|
isGehuisvestIn: string;
|
|
53
56
|
afwijkendeNaamBetrokkene?: string;
|
|
54
57
|
indicatieMachtiging?: string;
|
|
58
|
+
resultProcessVariable?: string;
|
|
55
59
|
}
|
|
56
60
|
interface CreateVestigingZaakRolConfig {
|
|
57
61
|
roltypeUrl: string;
|
|
@@ -59,6 +63,10 @@ interface CreateVestigingZaakRolConfig {
|
|
|
59
63
|
handelsnaam?: string;
|
|
60
64
|
kvkNummer: string;
|
|
61
65
|
vestigingsNummer: string;
|
|
66
|
+
resultProcessVariable?: string;
|
|
67
|
+
}
|
|
68
|
+
interface DeleteZaakRolConfig {
|
|
69
|
+
rolUuid: string;
|
|
62
70
|
}
|
|
63
71
|
interface CreateZaakConfig {
|
|
64
72
|
rsin: string;
|
|
@@ -117,5 +125,5 @@ interface RelateerZakenConfig {
|
|
|
117
125
|
teRelaterenZaakUri: string;
|
|
118
126
|
aardRelatie: string;
|
|
119
127
|
}
|
|
120
|
-
export { ZakenApiConfig, LinkDocumentToZaakConfig, SetZaakStatusConfig, CreateZaakResultaatConfig, CreateZaakConfig, CreateNatuurlijkePersoonZaakRolConfig, CreateNietNatuurlijkePersoonZaakRolConfig, CreateMedewerkerZaakRolConfig, CreateOrganisatorischeEenheidZaakRolConfig, CreateVestigingZaakRolConfig, SetZaakopschortingConfig, StartHersteltermijnConfig, CreateZaakeigenschapConfig, UpdateZaakeigenschapConfig, DeleteZaakeigenschapConfig, PatchZaakConfig, RelateerZakenConfig, };
|
|
128
|
+
export { ZakenApiConfig, LinkDocumentToZaakConfig, SetZaakStatusConfig, CreateZaakResultaatConfig, CreateZaakConfig, CreateNatuurlijkePersoonZaakRolConfig, CreateNietNatuurlijkePersoonZaakRolConfig, CreateMedewerkerZaakRolConfig, CreateOrganisatorischeEenheidZaakRolConfig, CreateVestigingZaakRolConfig, DeleteZaakRolConfig, SetZaakopschortingConfig, StartHersteltermijnConfig, CreateZaakeigenschapConfig, UpdateZaakeigenschapConfig, DeleteZaakeigenschapConfig, PatchZaakConfig, RelateerZakenConfig, };
|
|
121
129
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -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;
|
|
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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"}
|
|
@@ -4,29 +4,30 @@ import * as i2 from "./components/link-document-to-zaak/link-document-to-zaak-co
|
|
|
4
4
|
import * as i3 from "./components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component";
|
|
5
5
|
import * as i4 from "./components/set-zaak-status/set-zaak-status-configuration.component";
|
|
6
6
|
import * as i5 from "./components/create-zaak-resultaat/create-zaak-resultaat-configuration.component";
|
|
7
|
-
import * as i6 from "./components/
|
|
8
|
-
import * as i7 from "./components/create-
|
|
9
|
-
import * as i8 from "./components/create-
|
|
10
|
-
import * as i9 from "./components/create-
|
|
11
|
-
import * as i10 from "./components/create-
|
|
12
|
-
import * as i11 from "./components/create-zaak/create-zaak-
|
|
13
|
-
import * as i12 from "./components/
|
|
14
|
-
import * as i13 from "./components/
|
|
15
|
-
import * as i14 from "./components/
|
|
16
|
-
import * as i15 from "./components/
|
|
17
|
-
import * as i16 from "./components/
|
|
18
|
-
import * as i17 from "./components/
|
|
19
|
-
import * as i18 from "./components/
|
|
20
|
-
import * as i19 from "./components/
|
|
21
|
-
import * as i20 from "./components/
|
|
22
|
-
import * as i21 from "
|
|
23
|
-
import * as i22 from "
|
|
24
|
-
import * as i23 from "
|
|
25
|
-
import * as i24 from "
|
|
26
|
-
import * as i25 from "
|
|
7
|
+
import * as i6 from "./components/delete-zaak-rol/delete-zaak-rol.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/create-zaak/create-zaak-configuration.component";
|
|
14
|
+
import * as i13 from "./components/set-zaakopschorting/set-zaakopschorting.component";
|
|
15
|
+
import * as i14 from "./components/start-hersteltermijn/start-hersteltermijn-configuration.component";
|
|
16
|
+
import * as i15 from "./components/end-hersteltermijn/end-hersteltermijn.component";
|
|
17
|
+
import * as i16 from "./components/create-zaakeigenschap/create-zaakeigenschap.component";
|
|
18
|
+
import * as i17 from "./components/update-zaakeigenschap/update-zaakeigenschap.component";
|
|
19
|
+
import * as i18 from "./components/delete-zaakeigenschap/delete-zaakeigenschap.component";
|
|
20
|
+
import * as i19 from "./components/create-zaak-object/create-zaak-object-configuration.component";
|
|
21
|
+
import * as i20 from "./components/relateer-zaken/relateer-zaken.component";
|
|
22
|
+
import * as i21 from "./components/patch-zaak/patch-zaak-configuration.component";
|
|
23
|
+
import * as i22 from "@angular/common";
|
|
24
|
+
import * as i23 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
25
|
+
import * as i24 from "@valtimo/components";
|
|
26
|
+
import * as i25 from "carbon-components-angular";
|
|
27
|
+
import * as i26 from "@ngx-translate/core";
|
|
27
28
|
export declare class ZakenApiPluginModule {
|
|
28
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiPluginModule, never>;
|
|
29
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ZakenApiPluginModule, [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i6.
|
|
30
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ZakenApiPluginModule, [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i6.DeleteZaakRolComponent, typeof i7.CreateMedewerkerZaakRolComponent, typeof i8.CreateNatuurlijkPersoonZaakRolComponent, typeof i9.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i10.CreateOrganisatorischeEenheidZaakRolComponent, typeof i11.CreateVestigingZaakRolComponent, typeof i12.CreateZaakConfigurationComponent, typeof i13.SetZaakopschortingComponent, typeof i14.StartHersteltermijnConfigurationComponent, typeof i15.EndHersteltermijnComponent, typeof i16.CreateZaakeigenschapComponent, typeof i17.UpdateZaakeigenschapComponent, typeof i18.DeleteZaakeigenschapComponent, typeof i19.CreateZaakObjectConfigurationComponent, typeof i20.RelateerZakenComponent, typeof i21.PatchZaakConfigurationComponent], [typeof i22.CommonModule, typeof i23.PluginTranslatePipeModule, typeof i24.FormModule, typeof i24.InputModule, typeof i24.SelectModule, typeof i24.ParagraphModule, typeof i25.ToggleModule, typeof i24.InputLabelModule, typeof i24.RadioModule, typeof i25.LoadingModule, typeof i25.ButtonModule, typeof i25.DialogModule, typeof i25.IconModule, typeof i26.TranslateModule, typeof i25.DatePickerInputModule], [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i12.CreateZaakConfigurationComponent, typeof i6.DeleteZaakRolComponent, typeof i7.CreateMedewerkerZaakRolComponent, typeof i8.CreateNatuurlijkPersoonZaakRolComponent, typeof i9.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i10.CreateOrganisatorischeEenheidZaakRolComponent, typeof i11.CreateVestigingZaakRolComponent, typeof i13.SetZaakopschortingComponent, typeof i14.StartHersteltermijnConfigurationComponent, typeof i15.EndHersteltermijnComponent, typeof i16.CreateZaakeigenschapComponent, typeof i17.UpdateZaakeigenschapComponent, typeof i18.DeleteZaakeigenschapComponent, typeof i19.CreateZaakObjectConfigurationComponent, typeof i20.RelateerZakenComponent]>;
|
|
30
31
|
static ɵinj: i0.ɵɵInjectorDeclaration<ZakenApiPluginModule>;
|
|
31
32
|
}
|
|
32
33
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;AA0DA,qBAgEa,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;AAwBjD,QAAA,MAAM,2BAA2B,EAAE,mBAooBlC,CAAC;AAEF,OAAO,EAAC,2BAA2B,EAAC,CAAC"}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -58,6 +58,7 @@ export * from './lib/plugins/zaken-api/components/update-zaakeigenschap/update-z
|
|
|
58
58
|
export * from './lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component';
|
|
59
59
|
export * from './lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component';
|
|
60
60
|
export * from './lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component';
|
|
61
|
+
export * from './lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component';
|
|
61
62
|
export * from './lib/plugins/objecten-api/objecten-api-plugin-module';
|
|
62
63
|
export * from './lib/plugins/objecten-api/objecten-api-plugin.specification';
|
|
63
64
|
export * from './lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component';
|
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,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,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;
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/plugin/src/public-api.ts"],"names":[],"mappings":"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"}
|