@valtimo/plugin 12.0.0 → 12.1.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/esm2022/lib/components/default-plugin-configuration/default-plugin-configuration.component.mjs +3 -3
- package/esm2022/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component.mjs +3 -3
- package/esm2022/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.mjs +3 -3
- package/esm2022/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component.mjs +3 -3
- package/esm2022/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.mjs +14 -12
- package/esm2022/lib/plugins/documenten-api/models/config.mjs +1 -1
- package/esm2022/lib/plugins/documenten-api/services/documenten-api.service.mjs +37 -0
- package/esm2022/lib/plugins/documenten-api/services/index.mjs +17 -0
- package/esm2022/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-configuration.component.mjs +3 -3
- package/esm2022/lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component.mjs +3 -3
- package/esm2022/lib/plugins/notificaties-api-authentication/components/open-notificaties-configuration/open-notificaties-configuration.component.mjs +3 -3
- package/esm2022/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.mjs +3 -3
- package/esm2022/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.mjs +3 -3
- package/esm2022/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.mjs +3 -3
- package/esm2022/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.mjs +3 -3
- package/esm2022/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.mjs +3 -3
- package/esm2022/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.mjs +3 -3
- package/esm2022/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.mjs +3 -3
- package/esm2022/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.mjs +3 -3
- package/fesm2022/valtimo-plugin.mjs +88 -38
- package/fesm2022/valtimo-plugin.mjs.map +1 -1
- package/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.d.ts +3 -1
- package/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.d.ts.map +1 -1
- package/lib/plugins/documenten-api/models/config.d.ts +4 -1
- package/lib/plugins/documenten-api/models/config.d.ts.map +1 -1
- package/lib/plugins/documenten-api/services/documenten-api.service.d.ts +14 -0
- package/lib/plugins/documenten-api/services/documenten-api.service.d.ts.map +1 -0
- package/lib/plugins/documenten-api/services/index.d.ts +2 -0
- package/lib/plugins/documenten-api/services/index.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -4,11 +4,13 @@ import { Observable } from 'rxjs';
|
|
|
4
4
|
import { DocumentenApiConfig } from '../../models';
|
|
5
5
|
import { PluginManagementService, PluginTranslationService } from '../../../../services';
|
|
6
6
|
import { TranslateService } from '@ngx-translate/core';
|
|
7
|
+
import { DocumentenApiService } from '../../services';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
export declare class DocumentenApiConfigurationComponent implements PluginConfigurationComponent, OnInit, OnDestroy {
|
|
9
10
|
private readonly pluginManagementService;
|
|
10
11
|
private readonly translateService;
|
|
11
12
|
private readonly pluginTranslationService;
|
|
13
|
+
private readonly documentenApiService;
|
|
12
14
|
save$: Observable<void>;
|
|
13
15
|
disabled$: Observable<boolean>;
|
|
14
16
|
pluginId: string;
|
|
@@ -26,7 +28,7 @@ export declare class DocumentenApiConfigurationComponent implements PluginConfig
|
|
|
26
28
|
id: string;
|
|
27
29
|
text: string;
|
|
28
30
|
}>>;
|
|
29
|
-
constructor(pluginManagementService: PluginManagementService, translateService: TranslateService, pluginTranslationService: PluginTranslationService);
|
|
31
|
+
constructor(pluginManagementService: PluginManagementService, translateService: TranslateService, pluginTranslationService: PluginTranslationService, documentenApiService: DocumentenApiService);
|
|
30
32
|
ngOnInit(): void;
|
|
31
33
|
ngOnDestroy(): void;
|
|
32
34
|
formValueChange(formValue: DocumentenApiConfig): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"documenten-api-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,4BAA4B,EAAC,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAsC,UAAU,
|
|
1
|
+
{"version":3,"file":"documenten-api-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,4BAA4B,EAAC,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAsC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACjD,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,oBAAoB,EAAC,MAAM,gBAAgB,CAAC;;AAEpD,qBAKa,mCACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IA2CxD,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IACzC,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IA5C9B,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,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAyD;IACpF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,CAAC,gCAAgC,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAgBpF;IACJ,QAAQ,CAAC,gBAAgB,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAQpE;gBAGe,uBAAuB,EAAE,uBAAuB,EAChD,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB,EAClD,oBAAoB,EAAE,oBAAoB;IAG7D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IAQrD,OAAO,CAAC,WAAW;IAYnB,OAAO,CAAC,oBAAoB;yCA9EjB,mCAAmC;2CAAnC,mCAAmC;CAyF/C"}
|
|
@@ -19,8 +19,11 @@ interface StoreTempDocumentConfig {
|
|
|
19
19
|
status: DocumentStatus;
|
|
20
20
|
informatieobjecttype: string;
|
|
21
21
|
}
|
|
22
|
+
interface DocumentenApiManagementAllVersions {
|
|
23
|
+
versions: Array<string>;
|
|
24
|
+
}
|
|
22
25
|
export interface DownloadDocumentConfig {
|
|
23
26
|
processVariableName: string;
|
|
24
27
|
}
|
|
25
|
-
export { DocumentenApiConfig, StoreTempDocumentConfig, ConfidentialityLevel, DocumentLanguage, DocumentStatus, };
|
|
28
|
+
export { DocumentenApiConfig, StoreTempDocumentConfig, ConfidentialityLevel, DocumentLanguage, DocumentStatus, DocumentenApiManagementAllVersions, };
|
|
26
29
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,UAAU,mBAAoB,SAAQ,uBAAuB;IAC3D,GAAG,EAAE,MAAM,CAAC;IACZ,eAAe,EAAE,MAAM,CAAC;IACxB,iCAAiC,EAAE,MAAM,CAAC;IAC1C,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,KAAK,oBAAoB,GACrB,UAAU,GACV,kBAAkB,GAClB,QAAQ,GACR,mBAAmB,GACnB,eAAe,GACf,eAAe,GACf,QAAQ,GACR,aAAa,CAAC;AAElB,KAAK,gBAAgB,GAAG,KAAK,CAAC;AAE9B,KAAK,cAAc,GAAG,cAAc,GAAG,kBAAkB,GAAG,YAAY,GAAG,cAAc,CAAC;AAE1F,UAAU,uBAAuB;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,IAAI,EAAE,gBAAgB,CAAC;IACvB,MAAM,EAAE,cAAc,CAAC;IACvB,oBAAoB,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,sBAAsB;IACrC,mBAAmB,EAAE,MAAM,CAAC;CAC7B;AAED,OAAO,EACL,mBAAmB,EACnB,uBAAuB,EACvB,oBAAoB,EACpB,gBAAgB,EAChB,cAAc,
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,UAAU,mBAAoB,SAAQ,uBAAuB;IAC3D,GAAG,EAAE,MAAM,CAAC;IACZ,eAAe,EAAE,MAAM,CAAC;IACxB,iCAAiC,EAAE,MAAM,CAAC;IAC1C,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,KAAK,oBAAoB,GACrB,UAAU,GACV,kBAAkB,GAClB,QAAQ,GACR,mBAAmB,GACnB,eAAe,GACf,eAAe,GACf,QAAQ,GACR,aAAa,CAAC;AAElB,KAAK,gBAAgB,GAAG,KAAK,CAAC;AAE9B,KAAK,cAAc,GAAG,cAAc,GAAG,kBAAkB,GAAG,YAAY,GAAG,cAAc,CAAC;AAE1F,UAAU,uBAAuB;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,IAAI,EAAE,gBAAgB,CAAC;IACvB,MAAM,EAAE,cAAc,CAAC;IACvB,oBAAoB,EAAE,MAAM,CAAC;CAC9B;AAED,UAAU,kCAAkC;IAC1C,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACzB;AAED,MAAM,WAAW,sBAAsB;IACrC,mBAAmB,EAAE,MAAM,CAAC;CAC7B;AAED,OAAO,EACL,mBAAmB,EACnB,uBAAuB,EACvB,oBAAoB,EACpB,gBAAgB,EAChB,cAAc,EACd,kCAAkC,GACnC,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { ConfigService } from '@valtimo/config';
|
|
4
|
+
import { DocumentenApiManagementAllVersions } from '../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class DocumentenApiService {
|
|
7
|
+
private http;
|
|
8
|
+
private valtimoEndpointUri;
|
|
9
|
+
constructor(http: HttpClient, configService: ConfigService);
|
|
10
|
+
getManagementApiAllVersions(): Observable<DocumentenApiManagementAllVersions>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentenApiService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DocumentenApiService>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=documenten-api.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documenten-api.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/services/documenten-api.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,kCAAkC,EAAC,MAAM,WAAW,CAAC;;AAE7D,qBAGa,oBAAoB;IAI7B,OAAO,CAAC,IAAI;IAHd,OAAO,CAAC,kBAAkB,CAAS;gBAGzB,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAKvB,2BAA2B,IAAI,UAAU,CAAC,kCAAkC,CAAC;yCAVzE,oBAAoB;6CAApB,oBAAoB;CAehC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,0BAA0B,CAAC"}
|