@valtimo/zgw 0.0.0-test
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-zgw.mjs +5209 -0
- package/fesm2022/valtimo-zgw.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/lib/components/case-management-zgw/case-management-zgw.component.d.ts +35 -0
- package/lib/components/case-management-zgw/case-management-zgw.component.d.ts.map +1 -0
- package/lib/components/case-management-zgw-general/case-management-zgw-general.component.d.ts +6 -0
- package/lib/components/case-management-zgw-general/case-management-zgw-general.component.d.ts.map +1 -0
- package/lib/components/index.d.ts +2 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/constants/index.d.ts +2 -0
- package/lib/constants/index.d.ts.map +1 -0
- package/lib/constants/zgw.test-ids.d.ts +4 -0
- package/lib/constants/zgw.test-ids.d.ts.map +1 -0
- package/lib/models/case-management-zgw.model.d.ts +16 -0
- package/lib/models/case-management-zgw.model.d.ts.map +1 -0
- package/lib/models/index.d.ts +2 -0
- package/lib/models/index.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-column-modal/documenten-api-column-modal.component.d.ts +47 -0
- package/lib/modules/documenten-api/components/documenten-api-column-modal/documenten-api-column-modal.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-columns/documenten-api-columns.component.d.ts +40 -0
- package/lib/modules/documenten-api/components/documenten-api-columns/documenten-api-columns.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-documents/documenten-api-documents.component.d.ts +120 -0
- package/lib/modules/documenten-api/components/documenten-api-documents/documenten-api-documents.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-filter/documenten-api-filter.component.d.ts +48 -0
- package/lib/modules/documenten-api/components/documenten-api-filter/documenten-api-filter.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-link-process/case-management-link-process.component.d.ts +37 -0
- package/lib/modules/documenten-api/components/documenten-api-link-process/case-management-link-process.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-metadata-modal/documenten-api-metadata-modal.component.d.ts +120 -0
- package/lib/modules/documenten-api/components/documenten-api-metadata-modal/documenten-api-metadata-modal.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-preview-modal/documenten-api-preview-modal.component.d.ts +34 -0
- package/lib/modules/documenten-api/components/documenten-api-preview-modal/documenten-api-preview-modal.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-tag-modal/documenten-api-tag-modal.component.d.ts +33 -0
- package/lib/modules/documenten-api/components/documenten-api-tag-modal/documenten-api-tag-modal.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-tags/documenten-api-tags.component.d.ts +45 -0
- package/lib/modules/documenten-api/components/documenten-api-tags/documenten-api-tags.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-upload-field-model/documenten-api-upload-field-modal.component.d.ts +54 -0
- package/lib/modules/documenten-api/components/documenten-api-upload-field-model/documenten-api-upload-field-modal.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-upload-fields/documenten-api-upload-fields.component.d.ts +33 -0
- package/lib/modules/documenten-api/components/documenten-api-upload-fields/documenten-api-upload-fields.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-version/documenten-api-version.component.d.ts +16 -0
- package/lib/modules/documenten-api/components/documenten-api-version/documenten-api-version.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/index.d.ts +13 -0
- package/lib/modules/documenten-api/components/index.d.ts.map +1 -0
- package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader-edit-form.d.ts +183 -0
- package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader-edit-form.d.ts.map +1 -0
- package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader.component.d.ts +85 -0
- package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader.formio.d.ts +4 -0
- package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader.formio.d.ts.map +1 -0
- package/lib/modules/documenten-api/formio/documenten-api-uploader/index.d.ts +4 -0
- package/lib/modules/documenten-api/formio/documenten-api-uploader/index.d.ts.map +1 -0
- package/lib/modules/documenten-api/formio/index.d.ts +2 -0
- package/lib/modules/documenten-api/formio/index.d.ts.map +1 -0
- package/lib/modules/documenten-api/index.d.ts +5 -0
- package/lib/modules/documenten-api/index.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/configured-column.model.d.ts +12 -0
- package/lib/modules/documenten-api/models/configured-column.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/documenten-api-column-modal.model.d.ts +4 -0
- package/lib/modules/documenten-api/models/documenten-api-column-modal.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/documenten-api-filter.model.d.ts +10 -0
- package/lib/modules/documenten-api/models/documenten-api-filter.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/documenten-api-link-process.model.d.ts +23 -0
- package/lib/modules/documenten-api/models/documenten-api-link-process.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/documenten-api-metadata.model.d.ts +25 -0
- package/lib/modules/documenten-api/models/documenten-api-metadata.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/documenten-api-tag.model.d.ts +5 -0
- package/lib/modules/documenten-api/models/documenten-api-tag.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/documenten-api-upload-field.model.d.ts +45 -0
- package/lib/modules/documenten-api/models/documenten-api-upload-field.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/documenten-api-version.model.d.ts +12 -0
- package/lib/modules/documenten-api/models/documenten-api-version.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/documenten-api.model.d.ts +50 -0
- package/lib/modules/documenten-api/models/documenten-api.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/index.d.ts +8 -0
- package/lib/modules/documenten-api/models/index.d.ts.map +1 -0
- package/lib/modules/documenten-api/services/documenten-api-column.service.d.ts +18 -0
- package/lib/modules/documenten-api/services/documenten-api-column.service.d.ts.map +1 -0
- package/lib/modules/documenten-api/services/documenten-api-document.service.d.ts +20 -0
- package/lib/modules/documenten-api/services/documenten-api-document.service.d.ts.map +1 -0
- package/lib/modules/documenten-api/services/documenten-api-link-process.service.d.ts +17 -0
- package/lib/modules/documenten-api/services/documenten-api-link-process.service.d.ts.map +1 -0
- package/lib/modules/documenten-api/services/documenten-api-preview.service.d.ts +13 -0
- package/lib/modules/documenten-api/services/documenten-api-preview.service.d.ts.map +1 -0
- package/lib/modules/documenten-api/services/documenten-api-tag.service.d.ts +17 -0
- package/lib/modules/documenten-api/services/documenten-api-tag.service.d.ts.map +1 -0
- package/lib/modules/documenten-api/services/documenten-api-version.service.d.ts +18 -0
- package/lib/modules/documenten-api/services/documenten-api-version.service.d.ts.map +1 -0
- package/lib/modules/documenten-api/services/index.d.ts +7 -0
- package/lib/modules/documenten-api/services/index.d.ts.map +1 -0
- package/lib/modules/index.d.ts +6 -0
- package/lib/modules/index.d.ts.map +1 -0
- package/lib/modules/notificaties-api/components/failed-notification-detail/failed-notification-detail.component.d.ts +17 -0
- package/lib/modules/notificaties-api/components/failed-notification-detail/failed-notification-detail.component.d.ts.map +1 -0
- package/lib/modules/notificaties-api/components/failed-notifications-page/failed-notifications-page.component.d.ts +32 -0
- package/lib/modules/notificaties-api/components/failed-notifications-page/failed-notifications-page.component.d.ts.map +1 -0
- package/lib/modules/notificaties-api/components/index.d.ts +3 -0
- package/lib/modules/notificaties-api/components/index.d.ts.map +1 -0
- package/lib/modules/notificaties-api/index.d.ts +5 -0
- package/lib/modules/notificaties-api/index.d.ts.map +1 -0
- package/lib/modules/notificaties-api/models/failed-notification.model.d.ts +22 -0
- package/lib/modules/notificaties-api/models/failed-notification.model.d.ts.map +1 -0
- package/lib/modules/notificaties-api/models/index.d.ts +2 -0
- package/lib/modules/notificaties-api/models/index.d.ts.map +1 -0
- package/lib/modules/notificaties-api/notificaties-api-routing.module.d.ts +9 -0
- package/lib/modules/notificaties-api/notificaties-api-routing.module.d.ts.map +1 -0
- package/lib/modules/notificaties-api/services/failed-notifications.service.d.ts +16 -0
- package/lib/modules/notificaties-api/services/failed-notifications.service.d.ts.map +1 -0
- package/lib/modules/notificaties-api/services/index.d.ts +2 -0
- package/lib/modules/notificaties-api/services/index.d.ts.map +1 -0
- package/lib/modules/objecten-api/components/index.d.ts +3 -0
- package/lib/modules/objecten-api/components/index.d.ts.map +1 -0
- package/lib/modules/objecten-api/components/object-type/object-type.component.d.ts +32 -0
- package/lib/modules/objecten-api/components/object-type/object-type.component.d.ts.map +1 -0
- package/lib/modules/objecten-api/components/zaakobjecten/zaakobjecten.component.d.ts +32 -0
- package/lib/modules/objecten-api/components/zaakobjecten/zaakobjecten.component.d.ts.map +1 -0
- package/lib/modules/objecten-api/index.d.ts +4 -0
- package/lib/modules/objecten-api/index.d.ts.map +1 -0
- package/lib/modules/objecten-api/models/index.d.ts +2 -0
- package/lib/modules/objecten-api/models/index.d.ts.map +1 -0
- package/lib/modules/objecten-api/models/zaakobjecten.model.d.ts +26 -0
- package/lib/modules/objecten-api/models/zaakobjecten.model.d.ts.map +1 -0
- package/lib/modules/objecten-api/services/index.d.ts +2 -0
- package/lib/modules/objecten-api/services/index.d.ts.map +1 -0
- package/lib/modules/objecten-api/services/zaakobjecten.service.d.ts +17 -0
- package/lib/modules/objecten-api/services/zaakobjecten.service.d.ts.map +1 -0
- package/lib/modules/zaakdetails/components/document-objecten-api-sync/document-objecten-api-sync.component.d.ts +49 -0
- package/lib/modules/zaakdetails/components/document-objecten-api-sync/document-objecten-api-sync.component.d.ts.map +1 -0
- package/lib/modules/zaakdetails/components/index.d.ts +2 -0
- package/lib/modules/zaakdetails/components/index.d.ts.map +1 -0
- package/lib/modules/zaakdetails/index.d.ts +4 -0
- package/lib/modules/zaakdetails/index.d.ts.map +1 -0
- package/lib/modules/zaakdetails/models/document-objecten-api-sync.model.d.ts +21 -0
- package/lib/modules/zaakdetails/models/document-objecten-api-sync.model.d.ts.map +1 -0
- package/lib/modules/zaakdetails/models/index.d.ts +2 -0
- package/lib/modules/zaakdetails/models/index.d.ts.map +1 -0
- package/lib/modules/zaakdetails/services/document-objecten-api-sync.service.d.ts +20 -0
- package/lib/modules/zaakdetails/services/document-objecten-api-sync.service.d.ts.map +1 -0
- package/lib/modules/zaakdetails/services/index.d.ts +2 -0
- package/lib/modules/zaakdetails/services/index.d.ts.map +1 -0
- package/lib/modules/zaken-api/components/index.d.ts +2 -0
- package/lib/modules/zaken-api/components/index.d.ts.map +1 -0
- package/lib/modules/zaken-api/components/zaken-api-zaaktype-link/zaken-api-zaaktype-link.component.d.ts +50 -0
- package/lib/modules/zaken-api/components/zaken-api-zaaktype-link/zaken-api-zaaktype-link.component.d.ts.map +1 -0
- package/lib/modules/zaken-api/index.d.ts +4 -0
- package/lib/modules/zaken-api/index.d.ts.map +1 -0
- package/lib/modules/zaken-api/models/index.d.ts +2 -0
- package/lib/modules/zaken-api/models/index.d.ts.map +1 -0
- package/lib/modules/zaken-api/models/zaken-api-zaaktype-link.model.d.ts +15 -0
- package/lib/modules/zaken-api/models/zaken-api-zaaktype-link.model.d.ts.map +1 -0
- package/lib/modules/zaken-api/services/index.d.ts +2 -0
- package/lib/modules/zaken-api/services/index.d.ts.map +1 -0
- package/lib/modules/zaken-api/services/zaken-api-zaaktype-link.service.d.ts +14 -0
- package/lib/modules/zaken-api/services/zaken-api-zaaktype-link.service.d.ts.map +1 -0
- package/lib/services/case-management-zgw.service.d.ts +14 -0
- package/lib/services/case-management-zgw.service.d.ts.map +1 -0
- package/lib/services/index.d.ts +2 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/zgw.module.d.ts +17 -0
- package/lib/zgw.module.d.ts.map +1 -0
- package/package.json +27 -0
- package/public_api.d.ts +7 -0
- package/public_api.d.ts.map +1 -0
- package/valtimo-zgw.d.ts.map +1 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
interface ProcessDefinition {
|
|
2
|
+
visibleInMenu: any;
|
|
3
|
+
category: string;
|
|
4
|
+
deploymentId: string;
|
|
5
|
+
description: string;
|
|
6
|
+
diagram: string;
|
|
7
|
+
historyTimeToLive: string;
|
|
8
|
+
id: string;
|
|
9
|
+
key: string;
|
|
10
|
+
name: string;
|
|
11
|
+
resource: string;
|
|
12
|
+
startableInTasklist: boolean;
|
|
13
|
+
suspended: false;
|
|
14
|
+
tenantId: string;
|
|
15
|
+
version: number;
|
|
16
|
+
versionTag: string;
|
|
17
|
+
}
|
|
18
|
+
interface UploadProcessLink {
|
|
19
|
+
processDefinitionKey: string;
|
|
20
|
+
processName: string;
|
|
21
|
+
}
|
|
22
|
+
export { UploadProcessLink, ProcessDefinition };
|
|
23
|
+
//# sourceMappingURL=documenten-api-link-process.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documenten-api-link-process.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/documenten-api/models/documenten-api-link-process.model.ts"],"names":[],"mappings":"AAgBA,UAAU,iBAAiB;IACzB,aAAa,EAAE,GAAG,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,SAAS,EAAE,KAAK,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,UAAU,iBAAiB;IACzB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,OAAO,EAAC,iBAAiB,EAAE,iBAAiB,EAAC,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
type ConfidentialityLevel = 'openbaar' | 'beperkt_openbaar' | 'intern' | 'zaakvertrouwelijk' | 'vertrouwelijk' | 'confidentieel' | 'geheim' | 'zeer_geheim';
|
|
2
|
+
declare const CONFIDENTIALITY_LEVELS: Array<ConfidentialityLevel>;
|
|
3
|
+
type DocumentStatus = 'in_bewerking' | 'ter_vaststelling' | 'definitief' | 'gearchiveerd';
|
|
4
|
+
declare const STATUS_ITEMS: Array<DocumentStatus>;
|
|
5
|
+
type DocumentLanguage = 'nld' | 'eng' | 'deu';
|
|
6
|
+
declare const LANGUAGE_ITEMS: Array<DocumentLanguage>;
|
|
7
|
+
interface DocumentenApiMetadata {
|
|
8
|
+
titel: string;
|
|
9
|
+
beschrijving?: string;
|
|
10
|
+
bestandsnaam?: string;
|
|
11
|
+
vertrouwelijkheidaanduiding?: ConfidentialityLevel;
|
|
12
|
+
auteur: string;
|
|
13
|
+
status?: DocumentStatus;
|
|
14
|
+
creatiedatum: string;
|
|
15
|
+
ontvangstdatum?: string;
|
|
16
|
+
verzenddatum?: string;
|
|
17
|
+
taal: DocumentLanguage;
|
|
18
|
+
informatieobjecttype: string;
|
|
19
|
+
trefwoorden?: string[];
|
|
20
|
+
processInstanceId?: string;
|
|
21
|
+
documentUrlProcessVariable: string | null;
|
|
22
|
+
}
|
|
23
|
+
type AdditionalDocumentDate = 'sent' | 'received' | 'neither';
|
|
24
|
+
export { DocumentenApiMetadata, ConfidentialityLevel, CONFIDENTIALITY_LEVELS, DocumentStatus, STATUS_ITEMS, DocumentLanguage, LANGUAGE_ITEMS, AdditionalDocumentDate, };
|
|
25
|
+
//# sourceMappingURL=documenten-api-metadata.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documenten-api-metadata.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/documenten-api/models/documenten-api-metadata.model.ts"],"names":[],"mappings":"AAgBA,KAAK,oBAAoB,GACrB,UAAU,GACV,kBAAkB,GAClB,QAAQ,GACR,mBAAmB,GACnB,eAAe,GACf,eAAe,GACf,QAAQ,GACR,aAAa,CAAC;AAElB,QAAA,MAAM,sBAAsB,EAAE,KAAK,CAAC,oBAAoB,CASvD,CAAC;AAEF,KAAK,cAAc,GAAG,cAAc,GAAG,kBAAkB,GAAG,YAAY,GAAG,cAAc,CAAC;AAE1F,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,cAAc,CAKvC,CAAC;AAEF,KAAK,gBAAgB,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;AAE9C,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,gBAAgB,CAAyB,CAAC;AAEtE,UAAU,qBAAqB;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,2BAA2B,CAAC,EAAE,oBAAoB,CAAC;IACnD,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,gBAAgB,CAAC;IACvB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3C;AAED,KAAK,sBAAsB,GAAG,MAAM,GAAG,UAAU,GAAG,SAAS,CAAC;AAE9D,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,sBAAsB,EACtB,cAAc,EACd,YAAY,EACZ,gBAAgB,EAChB,cAAc,EACd,sBAAsB,GACvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documenten-api-tag.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/documenten-api/models/documenten-api-tag.model.ts"],"names":[],"mappings":"AAgBA,UAAU,gBAAgB;IACxB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,OAAO,EAAC,gBAAgB,EAAC,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
interface DocumentenApiUploadField {
|
|
2
|
+
key: DOCUMENTEN_API_UPLOAD_KEYS;
|
|
3
|
+
defaultValue?: string;
|
|
4
|
+
visible?: boolean;
|
|
5
|
+
readonly?: boolean;
|
|
6
|
+
}
|
|
7
|
+
interface DocumentenApiUploadFieldDefaultValues {
|
|
8
|
+
auteur?: string;
|
|
9
|
+
vertrouwelijkheidaanduiding?: string;
|
|
10
|
+
beschrijving?: string;
|
|
11
|
+
titel?: string;
|
|
12
|
+
informatieobjecttype?: string;
|
|
13
|
+
bestandsnaam?: string;
|
|
14
|
+
taal?: string;
|
|
15
|
+
status?: string;
|
|
16
|
+
trefwoorden?: string[];
|
|
17
|
+
}
|
|
18
|
+
interface DocumentenApiUploadFields {
|
|
19
|
+
auteur?: DocumentenApiUploadField;
|
|
20
|
+
vertrouwelijkheidaanduiding?: DocumentenApiUploadField;
|
|
21
|
+
beschrijving?: DocumentenApiUploadField;
|
|
22
|
+
titel?: DocumentenApiUploadField;
|
|
23
|
+
informatieobjecttype?: DocumentenApiUploadField;
|
|
24
|
+
bestandsnaam?: DocumentenApiUploadField;
|
|
25
|
+
taal?: DocumentenApiUploadField;
|
|
26
|
+
status?: DocumentenApiUploadField;
|
|
27
|
+
trefwoorden?: DocumentenApiUploadField;
|
|
28
|
+
}
|
|
29
|
+
declare enum DOCUMENTEN_API_UPLOAD_KEYS {
|
|
30
|
+
BESTANDSNAAM = "bestandsnaam",
|
|
31
|
+
TITEL = "titel",
|
|
32
|
+
AUTEUR = "auteur",
|
|
33
|
+
BESCHRIJVING = "beschrijving",
|
|
34
|
+
TAAL = "taal",
|
|
35
|
+
VERTROUWELIJKHEIDAANDUIDING = "vertrouwelijkheidaanduiding",
|
|
36
|
+
CREATIEDATUM = "creatiedatum",
|
|
37
|
+
INFORMATIEOBJECTTYPE = "informatieobjecttype",
|
|
38
|
+
STATUS = "status",
|
|
39
|
+
VERZENDDATUM = "verzenddatum",
|
|
40
|
+
ONTVANGSTDATUM = "ontvangstdatum",
|
|
41
|
+
AANVULLENDE_DATUM = "aanvullendeDatum",
|
|
42
|
+
TREFWOORDEN = "trefwoorden"
|
|
43
|
+
}
|
|
44
|
+
export { DocumentenApiUploadField, DocumentenApiUploadFieldDefaultValues, DocumentenApiUploadFields, DOCUMENTEN_API_UPLOAD_KEYS, };
|
|
45
|
+
//# sourceMappingURL=documenten-api-upload-field.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documenten-api-upload-field.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/documenten-api/models/documenten-api-upload-field.model.ts"],"names":[],"mappings":"AAgBA,UAAU,wBAAwB;IAChC,GAAG,EAAE,0BAA0B,CAAC;IAChC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,UAAU,qCAAqC;IAC7C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,UAAU,yBAAyB;IACjC,MAAM,CAAC,EAAE,wBAAwB,CAAC;IAClC,2BAA2B,CAAC,EAAE,wBAAwB,CAAC;IACvD,YAAY,CAAC,EAAE,wBAAwB,CAAC;IACxC,KAAK,CAAC,EAAE,wBAAwB,CAAC;IACjC,oBAAoB,CAAC,EAAE,wBAAwB,CAAC;IAChD,YAAY,CAAC,EAAE,wBAAwB,CAAC;IACxC,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC,MAAM,CAAC,EAAE,wBAAwB,CAAC;IAClC,WAAW,CAAC,EAAE,wBAAwB,CAAC;CACxC;AAED,aAAK,0BAA0B;IAC7B,YAAY,iBAAiB;IAC7B,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,YAAY,iBAAiB;IAC7B,IAAI,SAAS;IACb,2BAA2B,gCAAgC;IAC3D,YAAY,iBAAiB;IAC7B,oBAAoB,yBAAyB;IAC7C,MAAM,WAAW;IACjB,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,iBAAiB,qBAAqB;IACtC,WAAW,gBAAgB;CAC5B;AAED,OAAO,EACL,wBAAwB,EACxB,qCAAqC,EACrC,yBAAyB,EACzB,0BAA0B,GAC3B,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
interface SupportedDocumentenApiFeatures {
|
|
2
|
+
selectedVersion: string;
|
|
3
|
+
supportsFilterableColumns: boolean;
|
|
4
|
+
supportsSortableColumns: boolean;
|
|
5
|
+
supportsTrefwoorden: boolean;
|
|
6
|
+
supportsUpdatingDefinitiveDocument: boolean;
|
|
7
|
+
}
|
|
8
|
+
interface DocumentenApiManagementVersion extends SupportedDocumentenApiFeatures {
|
|
9
|
+
detectedVersions: string;
|
|
10
|
+
}
|
|
11
|
+
export { DocumentenApiManagementVersion, SupportedDocumentenApiFeatures };
|
|
12
|
+
//# sourceMappingURL=documenten-api-version.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documenten-api-version.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/documenten-api/models/documenten-api-version.model.ts"],"names":[],"mappings":"AAgBA,UAAU,8BAA8B;IACtC,eAAe,EAAE,MAAM,CAAC;IACxB,yBAAyB,EAAE,OAAO,CAAC;IACnC,uBAAuB,EAAE,OAAO,CAAC;IACjC,mBAAmB,EAAE,OAAO,CAAC;IAC7B,kCAAkC,EAAE,OAAO,CAAC;CAC7C;AAED,UAAU,8BAA+B,SAAQ,8BAA8B;IAC7E,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,OAAO,EAAC,8BAA8B,EAAE,8BAA8B,EAAC,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { RelatedFile } from '@valtimo/document';
|
|
2
|
+
interface DocumentenApiRelatedFile extends RelatedFile {
|
|
3
|
+
auteur?: string;
|
|
4
|
+
beschrijving?: string;
|
|
5
|
+
bestandsnaam?: string;
|
|
6
|
+
bestandsomvang?: number;
|
|
7
|
+
bronorganisatie?: string;
|
|
8
|
+
creatiedatum?: Date;
|
|
9
|
+
formaat?: string;
|
|
10
|
+
identificatie?: string;
|
|
11
|
+
informatieobjecttype?: string;
|
|
12
|
+
locked?: boolean;
|
|
13
|
+
status?: string;
|
|
14
|
+
taal?: string;
|
|
15
|
+
titel?: String;
|
|
16
|
+
trefwoorden?: string[];
|
|
17
|
+
versie?: number;
|
|
18
|
+
vertrouwelijkheidaanduiding?: string;
|
|
19
|
+
tags?: {
|
|
20
|
+
content: string;
|
|
21
|
+
}[];
|
|
22
|
+
}
|
|
23
|
+
declare enum DOCUMENTEN_COLUMN_KEYS {
|
|
24
|
+
AUTEUR = "auteur",
|
|
25
|
+
BESCHRIJVING = "beschrijving",
|
|
26
|
+
BESTANDSNAAM = "bestandsnaam",
|
|
27
|
+
BESTANDSOMVANG = "bestandsomvang",
|
|
28
|
+
BRONORGANISATIE = "bronorganisatie",
|
|
29
|
+
CREATIEDATUM = "creatiedatum",
|
|
30
|
+
FORMAAT = "formaat",
|
|
31
|
+
IDENTIFICATIE = "identificatie",
|
|
32
|
+
INFORMATIEOBJECTTYPE = "informatieobjecttype",
|
|
33
|
+
LOCKED = "locked",
|
|
34
|
+
STATUS = "status",
|
|
35
|
+
TAAL = "taal",
|
|
36
|
+
TITEL = "titel",
|
|
37
|
+
TREFWOORDEN = "trefwoorden",
|
|
38
|
+
VERSIE = "versie",
|
|
39
|
+
VERTROUWELIJKHEIDAANDUIDING = "vertrouwelijkheidaanduiding",
|
|
40
|
+
TAGS = "tags"
|
|
41
|
+
}
|
|
42
|
+
interface DocumentenApiFilePermissions {
|
|
43
|
+
[fileId: string]: {
|
|
44
|
+
canView: boolean;
|
|
45
|
+
canModify: boolean;
|
|
46
|
+
canDelete: boolean;
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
export { DocumentenApiRelatedFile, DOCUMENTEN_COLUMN_KEYS, DocumentenApiFilePermissions };
|
|
50
|
+
//# sourceMappingURL=documenten-api.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documenten-api.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/documenten-api/models/documenten-api.model.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAC;AAE9C,UAAU,wBAAyB,SAAQ,WAAW;IACpD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,IAAI,CAAC,EAAE;QAAC,OAAO,EAAE,MAAM,CAAA;KAAC,EAAE,CAAC;CAC5B;AAED,aAAK,sBAAsB;IACzB,MAAM,WAAW;IACjB,YAAY,iBAAiB;IAC7B,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,eAAe,oBAAoB;IACnC,YAAY,iBAAiB;IAC7B,OAAO,YAAY;IACnB,aAAa,kBAAkB;IAC/B,oBAAoB,yBAAyB;IAC7C,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,KAAK,UAAU;IACf,WAAW,gBAAgB;IAC3B,MAAM,WAAW;IACjB,2BAA2B,gCAAgC;IAC3D,IAAI,SAAS;CACd;AAED,UAAU,4BAA4B;IACpC,CAAC,MAAM,EAAE,MAAM,GAAG;QAAC,OAAO,EAAE,OAAO,CAAC;QAAC,SAAS,EAAE,OAAO,CAAC;QAAC,SAAS,EAAE,OAAO,CAAA;KAAC,CAAC;CAC9E;AAED,OAAO,EAAC,wBAAwB,EAAE,sBAAsB,EAAE,4BAA4B,EAAC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './documenten-api-metadata.model';
|
|
2
|
+
export * from './configured-column.model';
|
|
3
|
+
export * from './documenten-api-column-modal.model';
|
|
4
|
+
export * from './documenten-api.model';
|
|
5
|
+
export * from './documenten-api-link-process.model';
|
|
6
|
+
export * from './documenten-api-version.model';
|
|
7
|
+
export * from './documenten-api-filter.model';
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/documenten-api/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qCAAqC,CAAC;AACpD,cAAc,wBAAwB,CAAC;AACvC,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { BaseApiService, ConfigService } from '@valtimo/shared';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { ConfiguredColumn } from '../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class DocumentenApiColumnService extends BaseApiService {
|
|
7
|
+
private http;
|
|
8
|
+
constructor(http: HttpClient, configService: ConfigService);
|
|
9
|
+
getConfiguredColumns(caseDefinitionKey: string): Observable<ConfiguredColumn[]>;
|
|
10
|
+
getAdminConfiguredColumns(caseDefinitionName: string): Observable<ConfiguredColumn[]>;
|
|
11
|
+
getAdminConfigurableColumns(caseDefinition: string): Observable<ConfiguredColumn[]>;
|
|
12
|
+
deleteColumn(caseDefinitionName: string, columnKey: string): Observable<void>;
|
|
13
|
+
updateColumn(caseDefinitionName: string, column: ConfiguredColumn): Observable<void>;
|
|
14
|
+
updateConfiguredColumns(caseDefinitionKey: string, orderColumns: ConfiguredColumn[]): Observable<null>;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentenApiColumnService, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DocumentenApiColumnService>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=documenten-api-column.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documenten-api-column.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/documenten-api/services/documenten-api-column.service.ts"],"names":[],"mappings":"AAeA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAC,cAAc,EAAE,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,gBAAgB,EAAC,MAAM,WAAW,CAAC;;AAE3C,qBAGa,0BAA2B,SAAQ,cAAc;IAE1D,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAKvB,oBAAoB,CAAC,iBAAiB,EAAE,MAAM,GAAG,UAAU,CAAC,gBAAgB,EAAE,CAAC;IAM/E,yBAAyB,CAAC,kBAAkB,EAAE,MAAM,GAAG,UAAU,CAAC,gBAAgB,EAAE,CAAC;IAMrF,2BAA2B,CAAC,cAAc,EAAE,MAAM,GAAG,UAAU,CAAC,gBAAgB,EAAE,CAAC;IAMnF,YAAY,CAAC,kBAAkB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,UAAU,CAAC,IAAI,CAAC;IAQ7E,YAAY,CAAC,kBAAkB,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,GAAG,UAAU,CAAC,IAAI,CAAC;IASpF,uBAAuB,CAC5B,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,gBAAgB,EAAE,GAC/B,UAAU,CAAC,IAAI,CAAC;yCA9CR,0BAA0B;6CAA1B,0BAA0B;CAoDtC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { BaseApiService, ConfigService, Page } from '@valtimo/shared';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { DocumentenApiRelatedFile } from '../models';
|
|
5
|
+
import { DocumentenApiUploadField } from '../models/documenten-api-upload-field.model';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class DocumentenApiDocumentService extends BaseApiService {
|
|
8
|
+
protected readonly httpClient: HttpClient;
|
|
9
|
+
protected readonly configService: ConfigService;
|
|
10
|
+
constructor(httpClient: HttpClient, configService: ConfigService);
|
|
11
|
+
getFilteredZakenApiDocuments(documentId: string, paramsMap?: any): Observable<Page<DocumentenApiRelatedFile>>;
|
|
12
|
+
updateDocument(file: any, metadata: any, caseDocumentId: string): Observable<void>;
|
|
13
|
+
deleteDocument(file: DocumentenApiRelatedFile, caseDocumentId: string): Observable<DocumentenApiRelatedFile[]>;
|
|
14
|
+
getPrefilledUploadFields(documentId: string): Observable<DocumentenApiUploadField[]>;
|
|
15
|
+
getUploadFields(caseDefinitionName: string): Observable<Array<DocumentenApiUploadField>>;
|
|
16
|
+
updateUploadField(caseDefinitionName: string, uploadField: DocumentenApiUploadField): Observable<void>;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentenApiDocumentService, never>;
|
|
18
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DocumentenApiDocumentService>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=documenten-api-document.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documenten-api-document.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/documenten-api/services/documenten-api-document.service.ts"],"names":[],"mappings":"AAeA,OAAO,EAAC,UAAU,EAAa,MAAM,sBAAsB,CAAC;AAE5D,OAAO,EAAC,cAAc,EAAE,aAAa,EAAE,IAAI,EAAC,MAAM,iBAAiB,CAAC;AACpE,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,wBAAwB,EAAC,MAAM,WAAW,CAAC;AACnD,OAAO,EAAC,wBAAwB,EAAC,MAAM,6CAA6C,CAAC;;AAErF,qBAGa,4BAA6B,SAAQ,cAAc;IAE5D,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU;IACzC,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,aAAa;gBAD5B,UAAU,EAAE,UAAU,EACtB,aAAa,EAAE,aAAa;IAK1C,4BAA4B,CACjC,UAAU,EAAE,MAAM,EAClB,SAAS,CAAC,EAAE,GAAG,GACd,UAAU,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;IAatC,cAAc,CAAC,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,EAAE,cAAc,EAAE,MAAM,GAAG,UAAU,CAAC,IAAI,CAAC;IASlF,cAAc,CACnB,IAAI,EAAE,wBAAwB,EAC9B,cAAc,EAAE,MAAM,GACrB,UAAU,CAAC,wBAAwB,EAAE,CAAC;IAQlC,wBAAwB,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,wBAAwB,EAAE,CAAC;IAMpF,eAAe,CAAC,kBAAkB,EAAE,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAC;IAQxF,iBAAiB,CACtB,kBAAkB,EAAE,MAAM,EAC1B,WAAW,EAAE,wBAAwB,GACpC,UAAU,CAAC,IAAI,CAAC;yCA7DR,4BAA4B;6CAA5B,4BAA4B;CAqExC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { BaseApiService, ConfigService } from '@valtimo/shared';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { ProcessDefinition, UploadProcessLink } from '../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class DocumentenApiLinkProcessService extends BaseApiService {
|
|
7
|
+
protected readonly httpClient: HttpClient;
|
|
8
|
+
protected readonly configService: ConfigService;
|
|
9
|
+
constructor(httpClient: HttpClient, configService: ConfigService);
|
|
10
|
+
getProcessDefinitions(): Observable<ProcessDefinition[]>;
|
|
11
|
+
getLinkedUploadProcess(caseDefinitionKey: string, caseDefinitionVersionTag: string): Observable<UploadProcessLink>;
|
|
12
|
+
updateLinkedUploadProcess(caseDefinitionKey: string, caseDefinitionVersionTag: string, processDefinitionKey: string): Observable<UploadProcessLink>;
|
|
13
|
+
deleteLinkedUploadProcess(caseDefinitionKey: string, caseDefinitionVersionTag: string): Observable<void>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentenApiLinkProcessService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DocumentenApiLinkProcessService>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=documenten-api-link-process.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documenten-api-link-process.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/documenten-api/services/documenten-api-link-process.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,cAAc,EAAE,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,iBAAiB,EAAE,iBAAiB,EAAC,MAAM,WAAW,CAAC;;AAE/D,qBAGa,+BAAgC,SAAQ,cAAc;IAE/D,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU;IACzC,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,aAAa;gBAD5B,UAAU,EAAE,UAAU,EACtB,aAAa,EAAE,aAAa;IAK1C,qBAAqB,IAAI,UAAU,CAAC,iBAAiB,EAAE,CAAC;IAIxD,sBAAsB,CAC3B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GAC/B,UAAU,CAAC,iBAAiB,CAAC;IAQzB,yBAAyB,CAC9B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,oBAAoB,EAAE,MAAM,GAC3B,UAAU,CAAC,iBAAiB,CAAC;IAYzB,yBAAyB,CAC9B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GAC/B,UAAU,CAAC,IAAI,CAAC;yCA1CR,+BAA+B;6CAA/B,+BAA+B;CAiD3C"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { BaseApiService, ConfigService } from '@valtimo/shared';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DocumentenApiPreviewService extends BaseApiService {
|
|
6
|
+
protected readonly httpClient: HttpClient;
|
|
7
|
+
protected readonly configService: ConfigService;
|
|
8
|
+
constructor(httpClient: HttpClient, configService: ConfigService);
|
|
9
|
+
canGeneratePreview(documentenApiPluginConfigurationId: string): Observable<boolean>;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentenApiPreviewService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DocumentenApiPreviewService>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=documenten-api-preview.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documenten-api-preview.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/documenten-api/services/documenten-api-preview.service.ts"],"names":[],"mappings":"AAeA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAC,cAAc,EAAE,aAAa,EAAwB,MAAM,iBAAiB,CAAC;AACrF,OAAO,EAAa,UAAU,EAAK,MAAM,MAAM,CAAC;;AAEhD,qBAGa,2BAA4B,SAAQ,cAAc;IAE3D,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU;IACzC,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,aAAa;gBAD5B,UAAU,EAAE,UAAU,EACtB,aAAa,EAAE,aAAa;IAK1C,kBAAkB,CAAC,kCAAkC,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC;yCAR/E,2BAA2B;6CAA3B,2BAA2B;CAkBvC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { BaseApiService, ConfigService, Page } from '@valtimo/shared';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { DocumentenApiTag } from '../models/documenten-api-tag.model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class DocumentenApiTagService extends BaseApiService {
|
|
7
|
+
private http;
|
|
8
|
+
constructor(http: HttpClient, configService: ConfigService);
|
|
9
|
+
getTags(caseDefinitionName: string): Observable<DocumentenApiTag[]>;
|
|
10
|
+
getTagsForAdmin(caseDefinitionName: string, params?: any): Observable<Page<DocumentenApiTag>>;
|
|
11
|
+
createTag(caseDefinitionName: string, tagKey: string): Observable<void>;
|
|
12
|
+
deleteTag(caseDefinitionName: string, tagKey: string): Observable<void>;
|
|
13
|
+
deleteTags(caseDefinitionName: string, tagKeys: string[]): Observable<void>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentenApiTagService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DocumentenApiTagService>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=documenten-api-tag.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documenten-api-tag.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/documenten-api/services/documenten-api-tag.service.ts"],"names":[],"mappings":"AAeA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAC,cAAc,EAAE,aAAa,EAAE,IAAI,EAAC,MAAM,iBAAiB,CAAC;AACpE,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,gBAAgB,EAAC,MAAM,oCAAoC,CAAC;;AAEpE,qBAGa,uBAAwB,SAAQ,cAAc;IAEvD,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAKvB,OAAO,CAAC,kBAAkB,EAAE,MAAM,GAAG,UAAU,CAAC,gBAAgB,EAAE,CAAC;IAMnE,eAAe,CACpB,kBAAkB,EAAE,MAAM,EAC1B,MAAM,CAAC,EAAE,GAAG,GACX,UAAU,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;IAO9B,SAAS,CAAC,kBAAkB,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,IAAI,CAAC;IASvE,SAAS,CAAC,kBAAkB,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,IAAI,CAAC;IAQvE,UAAU,CAAC,kBAAkB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,UAAU,CAAC,IAAI,CAAC;yCAzCvE,uBAAuB;6CAAvB,uBAAuB;CA+CnC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BaseApiService, ConfigService } from '@valtimo/shared';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { DocumentenApiManagementVersion, SupportedDocumentenApiFeatures } from '../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class DocumentenApiVersionService extends BaseApiService {
|
|
7
|
+
protected readonly httpClient: HttpClient;
|
|
8
|
+
protected readonly configService: ConfigService;
|
|
9
|
+
private readonly _refresh$;
|
|
10
|
+
get refresh$(): Observable<null>;
|
|
11
|
+
constructor(httpClient: HttpClient, configService: ConfigService);
|
|
12
|
+
getManagementApiVersion(caseDefinitionName: string, caseDefinitionVersionTag: string): Observable<DocumentenApiManagementVersion>;
|
|
13
|
+
getSupportedApiFeatures(caseDefinitionKey: string): Observable<SupportedDocumentenApiFeatures>;
|
|
14
|
+
refresh(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentenApiVersionService, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DocumentenApiVersionService>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=documenten-api-version.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documenten-api-version.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/documenten-api/services/documenten-api-version.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,cAAc,EAAE,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAkB,UAAU,EAAC,MAAM,MAAM,CAAC;AACjD,OAAO,EAAC,8BAA8B,EAAE,8BAA8B,EAAC,MAAM,WAAW,CAAC;;AAEzF,qBAGa,2BAA4B,SAAQ,cAAc;IAQ3D,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU;IACzC,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,aAAa;IARjD,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAmC;IAE7D,IAAW,QAAQ,IAAI,UAAU,CAAC,IAAI,CAAC,CAEtC;gBAGoB,UAAU,EAAE,UAAU,EACtB,aAAa,EAAE,aAAa;IAK1C,uBAAuB,CAC5B,kBAAkB,EAAE,MAAM,EAC1B,wBAAwB,EAAE,MAAM,GAC/B,UAAU,CAAC,8BAA8B,CAAC;IAQtC,uBAAuB,CAC5B,iBAAiB,EAAE,MAAM,GACxB,UAAU,CAAC,8BAA8B,CAAC;IAMtC,OAAO,IAAI,IAAI;yCAjCX,2BAA2B;6CAA3B,2BAA2B;CAoCvC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './documenten-api-column.service';
|
|
2
|
+
export * from './documenten-api-document.service';
|
|
3
|
+
export * from './documenten-api-link-process.service';
|
|
4
|
+
export * from './documenten-api-preview.service';
|
|
5
|
+
export * from './documenten-api-tag.service';
|
|
6
|
+
export * from './documenten-api-version.service';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/documenten-api/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,iCAAiC,CAAC;AAChD,cAAc,mCAAmC,CAAC;AAClD,cAAc,uCAAuC,CAAC;AACtD,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/zgw/src/lib/modules/index.ts"],"names":[],"mappings":"AAgBA,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FailedNotification } from '../../models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FailedNotificationDetailComponent {
|
|
5
|
+
open: boolean;
|
|
6
|
+
notification: FailedNotification | null;
|
|
7
|
+
retryInProgress: boolean;
|
|
8
|
+
readonly closeModalEvent: EventEmitter<void>;
|
|
9
|
+
readonly retryEvent: EventEmitter<void>;
|
|
10
|
+
onClose(): void;
|
|
11
|
+
onRetry(): void;
|
|
12
|
+
get formattedPayload(): string;
|
|
13
|
+
formatDateValue(value?: string | null): string;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FailedNotificationDetailComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FailedNotificationDetailComponent, "valtimo-notificaties-api-failed-notification-detail", never, { "open": { "alias": "open"; "required": false; }; "notification": { "alias": "notification"; "required": false; }; "retryInProgress": { "alias": "retryInProgress"; "required": false; }; }, { "closeModalEvent": "closeModalEvent"; "retryEvent": "retryEvent"; }, never, never, true, never>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=failed-notification-detail.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"failed-notification-detail.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/zgw/src/lib/modules/notificaties-api/components/failed-notification-detail/failed-notification-detail.component.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAqC,YAAY,EAAgB,MAAM,eAAe,CAAC;AAG9F,OAAO,EAAC,kBAAkB,EAAC,MAAM,cAAc,CAAC;;AAGhD,qBAQa,iCAAiC;IAC5B,IAAI,UAAS;IACb,YAAY,EAAE,kBAAkB,GAAG,IAAI,CAAQ;IAC/C,eAAe,UAAS;IAExC,SAA0B,eAAe,qBAA4B;IACrE,SAA0B,UAAU,qBAA4B;IAEzD,OAAO,IAAI,IAAI;IAIf,OAAO,IAAI,IAAI;IAItB,IAAW,gBAAgB,IAAI,MAAM,CAQpC;IAEM,eAAe,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM;yCA1B1C,iCAAiC;2CAAjC,iCAAiC;CAqC7C"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
2
|
+
import { CarbonTag, ColumnConfig, Pagination } from '@valtimo/components';
|
|
3
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
+
import { FailedNotification } from '../../models';
|
|
5
|
+
import { FailedNotificationsService } from '../../services';
|
|
6
|
+
import { GlobalNotificationService } from '@valtimo/shared';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class FailedNotificationsPageComponent {
|
|
9
|
+
private readonly failedNotificationsService;
|
|
10
|
+
private readonly globalNotificationService;
|
|
11
|
+
private readonly translateService;
|
|
12
|
+
private readonly _DEFAULT_SORT;
|
|
13
|
+
readonly loading$: BehaviorSubject<boolean>;
|
|
14
|
+
readonly pagination$: BehaviorSubject<Pagination>;
|
|
15
|
+
readonly retryInProgress$: BehaviorSubject<boolean>;
|
|
16
|
+
readonly selectedNotification$: BehaviorSubject<FailedNotification>;
|
|
17
|
+
private readonly _pageRequest$;
|
|
18
|
+
readonly notifications$: Observable<FailedNotification[]>;
|
|
19
|
+
readonly FIELDS: ColumnConfig[];
|
|
20
|
+
constructor(failedNotificationsService: FailedNotificationsService, globalNotificationService: GlobalNotificationService, translateService: TranslateService);
|
|
21
|
+
onPaginationClicked(page: number): void;
|
|
22
|
+
onPaginationSet(size: number): void;
|
|
23
|
+
onRowClicked(row: FailedNotification & {
|
|
24
|
+
ctrlClick: boolean;
|
|
25
|
+
tags: CarbonTag[];
|
|
26
|
+
}): void;
|
|
27
|
+
onCloseModal(): void;
|
|
28
|
+
onRetry(): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FailedNotificationsPageComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FailedNotificationsPageComponent, "valtimo-notificaties-api-failed-notifications-page", never, {}, {}, never, never, true, never>;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=failed-notifications-page.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"failed-notifications-page.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/zgw/src/lib/modules/notificaties-api/components/failed-notifications-page/failed-notifications-page.component.ts"],"names":[],"mappings":"AAkBA,OAAO,EAAkB,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACtE,OAAO,EAEL,SAAS,EACT,YAAY,EAEZ,UAAU,EAEX,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAiB,MAAM,MAAM,CAAC;AAChF,OAAO,EAAC,kBAAkB,EAAgC,MAAM,cAAc,CAAC;AAC/E,OAAO,EAAC,0BAA0B,EAAC,MAAM,gBAAgB,CAAC;AAE1D,OAAO,EAAC,yBAAyB,EAAC,MAAM,iBAAiB,CAAC;;AAE1D,qBAQa,gCAAgC;IAyDzC,OAAO,CAAC,QAAQ,CAAC,0BAA0B;IAC3C,OAAO,CAAC,QAAQ,CAAC,yBAAyB;IAC1C,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IA1DnC,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAqB;IAEnD,SAAgB,QAAQ,2BAAuC;IAC/D,SAAgB,WAAW,8BAA4D;IACvF,SAAgB,gBAAgB,2BAAuC;IACvE,SAAgB,qBAAqB,sCAAwD;IAE7F,OAAO,CAAC,QAAQ,CAAC,aAAa,CAI3B;IAEH,SAAgB,cAAc,EAAE,UAAU,CAAC,kBAAkB,EAAE,CAAC,CAgB9D;IAEF,SAAgB,MAAM,EAAE,YAAY,EAAE,CAsBpC;gBAGiB,0BAA0B,EAAE,0BAA0B,EACtD,yBAAyB,EAAE,yBAAyB,EACpD,gBAAgB,EAAE,gBAAgB;IAG9C,mBAAmB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAKvC,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAUnC,YAAY,CAAC,GAAG,EAAE,kBAAkB,GAAG;QAAC,SAAS,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,SAAS,EAAE,CAAA;KAAC,GAAG,IAAI;IAKrF,YAAY,IAAI,IAAI;IAIpB,OAAO,IAAI,IAAI;yCAtFX,gCAAgC;2CAAhC,gCAAgC;CAkH5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/notificaties-api/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,iEAAiE,CAAC;AAChF,cAAc,mEAAmE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/zgw/src/lib/modules/notificaties-api/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,mCAAmC,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare enum NotificatiesApiInboundEventStatus {
|
|
2
|
+
RECEIVED = "RECEIVED",
|
|
3
|
+
PROCESSED = "PROCESSED",
|
|
4
|
+
FAILED = "FAILED"
|
|
5
|
+
}
|
|
6
|
+
interface FailedNotification {
|
|
7
|
+
id: string;
|
|
8
|
+
idempotenceKey: string;
|
|
9
|
+
status: NotificatiesApiInboundEventStatus;
|
|
10
|
+
pendingRetries: number | null;
|
|
11
|
+
receivedAt: string;
|
|
12
|
+
lastProcessedAt: string | null;
|
|
13
|
+
lastErrorMessage: string | null;
|
|
14
|
+
payload: string;
|
|
15
|
+
}
|
|
16
|
+
interface FailedNotificationPageRequest {
|
|
17
|
+
page: number;
|
|
18
|
+
size: number;
|
|
19
|
+
sort?: string;
|
|
20
|
+
}
|
|
21
|
+
export { FailedNotification, FailedNotificationPageRequest, NotificatiesApiInboundEventStatus };
|
|
22
|
+
//# sourceMappingURL=failed-notification.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"failed-notification.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/notificaties-api/models/failed-notification.model.ts"],"names":[],"mappings":"AAgBA,aAAK,iCAAiC;IACpC,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,MAAM,WAAW;CAClB;AAED,UAAU,kBAAkB;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,iCAAiC,CAAC;IAC1C,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,UAAU,6BAA6B;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,OAAO,EAAC,kBAAkB,EAAE,6BAA6B,EAAE,iCAAiC,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/notificaties-api/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/router";
|
|
4
|
+
export declare class NotificatiesApiRoutingModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificatiesApiRoutingModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NotificatiesApiRoutingModule, never, [typeof i1.CommonModule, typeof i2.RouterModule], [typeof i2.RouterModule]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NotificatiesApiRoutingModule>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=notificaties-api-routing.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notificaties-api-routing.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/zgw/src/lib/modules/notificaties-api/notificaties-api-routing.module.ts"],"names":[],"mappings":";;;AAmCA,qBAIa,4BAA4B;yCAA5B,4BAA4B;0CAA5B,4BAA4B;0CAA5B,4BAA4B;CAAG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { BaseApiService, ConfigService, Page } from '@valtimo/shared';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { FailedNotification, FailedNotificationPageRequest } from '../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class FailedNotificationsService extends BaseApiService {
|
|
7
|
+
protected readonly httpClient: HttpClient;
|
|
8
|
+
protected readonly configService: ConfigService;
|
|
9
|
+
constructor(httpClient: HttpClient, configService: ConfigService);
|
|
10
|
+
getFailedNotifications(request: FailedNotificationPageRequest): Observable<Page<FailedNotification>>;
|
|
11
|
+
retryFailedNotification(id: string): Observable<void>;
|
|
12
|
+
getFailedNotificationCount(): Observable<number>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FailedNotificationsService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FailedNotificationsService>;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=failed-notifications.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"failed-notifications.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/notificaties-api/services/failed-notifications.service.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,UAAU,EAAa,MAAM,sBAAsB,CAAC;AAE5D,OAAO,EAAC,cAAc,EAAE,aAAa,EAAE,IAAI,EAAC,MAAM,iBAAiB,CAAC;AACpE,OAAO,EAAM,UAAU,EAAC,MAAM,MAAM,CAAC;AACrC,OAAO,EAAC,kBAAkB,EAAE,6BAA6B,EAAC,MAAM,WAAW,CAAC;;AAE5E,qBAGa,0BAA2B,SAAQ,cAAc;uBAE9B,UAAU,EAAE,UAAU;uBACtB,aAAa,EAAE,aAAa;gBAD5B,UAAU,EAAE,UAAU,EACtB,aAAa,EAAE,aAAa;IAKnD,sBAAsB,CAC3B,OAAO,EAAE,6BAA6B,GACrC,UAAU,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;IAehC,uBAAuB,CAAC,EAAE,EAAE,MAAM,GAAG,UAAU,CAAC,IAAI,CAAC;IAOrD,0BAA0B,IAAI,UAAU,CAAC,MAAM,CAAC;yCAhC5C,0BAA0B;6CAA1B,0BAA0B;CAuCtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/notificaties-api/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/objecten-api/components/index.ts"],"names":[],"mappings":"AAgBA,cAAc,uCAAuC,CAAC;AACtD,cAAc,qCAAqC,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ActivatedRoute } from '@angular/router';
|
|
2
|
+
import { ZaakobjectenService } from '../../services';
|
|
3
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
+
import { ZaakObject } from '../../models';
|
|
5
|
+
import { ModalService, TableColumn, VModalComponent } from '@valtimo/components';
|
|
6
|
+
import { FormioForm } from '@formio/angular';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class CaseDetailTabObjectTypeComponent {
|
|
9
|
+
private readonly route;
|
|
10
|
+
private readonly zaakobjectenService;
|
|
11
|
+
private readonly modalService;
|
|
12
|
+
viewObjectModal: VModalComponent;
|
|
13
|
+
private readonly documentId$;
|
|
14
|
+
private readonly objecttypes$;
|
|
15
|
+
readonly objectName$: Observable<string>;
|
|
16
|
+
readonly selectedObjecttypeUrl$: Observable<string>;
|
|
17
|
+
readonly loading$: BehaviorSubject<boolean>;
|
|
18
|
+
readonly hasData$: BehaviorSubject<boolean>;
|
|
19
|
+
readonly objects$: Observable<Array<ZaakObject> | null>;
|
|
20
|
+
readonly columns$: BehaviorSubject<TableColumn[]>;
|
|
21
|
+
readonly objectForm$: BehaviorSubject<FormioForm>;
|
|
22
|
+
readonly noFormDefinitionComponent$: BehaviorSubject<boolean>;
|
|
23
|
+
hasData: boolean;
|
|
24
|
+
constructor(route: ActivatedRoute, zaakobjectenService: ZaakobjectenService, modalService: ModalService);
|
|
25
|
+
rowClicked(object: ZaakObject): void;
|
|
26
|
+
hide(): void;
|
|
27
|
+
private show;
|
|
28
|
+
private setModalData;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaseDetailTabObjectTypeComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaseDetailTabObjectTypeComponent, "valtimo-object-type", never, {}, {}, never, never, true, never>;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=object-type.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-type.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/zgw/src/lib/modules/objecten-api/components/object-type/object-type.component.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,mBAAmB,EAAC,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAC,eAAe,EAAsB,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,UAAU,EAAiB,MAAM,cAAc,CAAC;AACxD,OAAO,EAEL,YAAY,EAEZ,WAAW,EAEX,eAAe,EAEhB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAC,UAAU,EAAC,MAAM,iBAAiB,CAAC;;AAG3C,qBAOa,gCAAgC;IAoFzC,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,YAAY;IArFD,eAAe,EAAE,eAAe,CAAC;IAE/D,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA4D;IAExF,OAAO,CAAC,QAAQ,CAAC,YAAY,CAE3B;IAEF,QAAQ,CAAC,WAAW,qBAQlB;IAEF,QAAQ,CAAC,sBAAsB,EAAE,UAAU,CAAC,MAAM,CAAC,CAejD;IAEF,QAAQ,CAAC,QAAQ,2BAAsC;IAEvD,QAAQ,CAAC,QAAQ,2BAAuC;IAExD,QAAQ,CAAC,QAAQ,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAoBrD;IAEF,QAAQ,CAAC,QAAQ,iCAad;IAEH,QAAQ,CAAC,WAAW,8BAAgD;IAEpE,QAAQ,CAAC,0BAA0B,2BAAuC;IAE1E,OAAO,EAAE,OAAO,CAAC;gBAGE,KAAK,EAAE,cAAc,EACrB,mBAAmB,EAAE,mBAAmB,EACxC,YAAY,EAAE,YAAY;IAG7C,UAAU,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IAkBpC,IAAI,IAAI,IAAI;IAMZ,OAAO,CAAC,IAAI;IAIZ,OAAO,CAAC,YAAY;yCArHT,gCAAgC;2CAAhC,gCAAgC;CA+H5C"}
|