@valtimo/zgw 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. package/fesm2022/valtimo-zgw.mjs +4978 -0
  2. package/fesm2022/valtimo-zgw.mjs.map +1 -0
  3. package/index.d.ts +6 -0
  4. package/lib/components/case-management-zgw/case-management-zgw.component.d.ts +35 -0
  5. package/lib/components/case-management-zgw/case-management-zgw.component.d.ts.map +1 -0
  6. package/lib/components/case-management-zgw-general/case-management-zgw-general.component.d.ts +6 -0
  7. package/lib/components/case-management-zgw-general/case-management-zgw-general.component.d.ts.map +1 -0
  8. package/lib/components/index.d.ts +2 -0
  9. package/lib/components/index.d.ts.map +1 -0
  10. package/lib/models/case-management-zgw.model.d.ts +16 -0
  11. package/lib/models/case-management-zgw.model.d.ts.map +1 -0
  12. package/lib/models/index.d.ts +2 -0
  13. package/lib/models/index.d.ts.map +1 -0
  14. package/lib/modules/documenten-api/components/documenten-api-column-modal/documenten-api-column-modal.component.d.ts +47 -0
  15. package/lib/modules/documenten-api/components/documenten-api-column-modal/documenten-api-column-modal.component.d.ts.map +1 -0
  16. package/lib/modules/documenten-api/components/documenten-api-columns/documenten-api-columns.component.d.ts +40 -0
  17. package/lib/modules/documenten-api/components/documenten-api-columns/documenten-api-columns.component.d.ts.map +1 -0
  18. package/lib/modules/documenten-api/components/documenten-api-documents/documenten-api-documents.component.d.ts +117 -0
  19. package/lib/modules/documenten-api/components/documenten-api-documents/documenten-api-documents.component.d.ts.map +1 -0
  20. package/lib/modules/documenten-api/components/documenten-api-filter/documenten-api-filter.component.d.ts +48 -0
  21. package/lib/modules/documenten-api/components/documenten-api-filter/documenten-api-filter.component.d.ts.map +1 -0
  22. package/lib/modules/documenten-api/components/documenten-api-link-process/case-management-link-process.component.d.ts +34 -0
  23. package/lib/modules/documenten-api/components/documenten-api-link-process/case-management-link-process.component.d.ts.map +1 -0
  24. package/lib/modules/documenten-api/components/documenten-api-metadata-modal/documenten-api-metadata-modal.component.d.ts +120 -0
  25. package/lib/modules/documenten-api/components/documenten-api-metadata-modal/documenten-api-metadata-modal.component.d.ts.map +1 -0
  26. package/lib/modules/documenten-api/components/documenten-api-tag-modal/documenten-api-tag-modal.component.d.ts +33 -0
  27. package/lib/modules/documenten-api/components/documenten-api-tag-modal/documenten-api-tag-modal.component.d.ts.map +1 -0
  28. package/lib/modules/documenten-api/components/documenten-api-tags/documenten-api-tags.component.d.ts +45 -0
  29. package/lib/modules/documenten-api/components/documenten-api-tags/documenten-api-tags.component.d.ts.map +1 -0
  30. package/lib/modules/documenten-api/components/documenten-api-upload-field-model/documenten-api-upload-field-modal.component.d.ts +54 -0
  31. package/lib/modules/documenten-api/components/documenten-api-upload-field-model/documenten-api-upload-field-modal.component.d.ts.map +1 -0
  32. package/lib/modules/documenten-api/components/documenten-api-upload-fields/documenten-api-upload-fields.component.d.ts +33 -0
  33. package/lib/modules/documenten-api/components/documenten-api-upload-fields/documenten-api-upload-fields.component.d.ts.map +1 -0
  34. package/lib/modules/documenten-api/components/documenten-api-version/documenten-api-version.component.d.ts +16 -0
  35. package/lib/modules/documenten-api/components/documenten-api-version/documenten-api-version.component.d.ts.map +1 -0
  36. package/lib/modules/documenten-api/components/index.d.ts +12 -0
  37. package/lib/modules/documenten-api/components/index.d.ts.map +1 -0
  38. package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader-edit-form.d.ts +167 -0
  39. package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader-edit-form.d.ts.map +1 -0
  40. package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader.component.d.ts +83 -0
  41. package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader.component.d.ts.map +1 -0
  42. package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader.formio.d.ts +4 -0
  43. package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader.formio.d.ts.map +1 -0
  44. package/lib/modules/documenten-api/formio/documenten-api-uploader/index.d.ts +4 -0
  45. package/lib/modules/documenten-api/formio/documenten-api-uploader/index.d.ts.map +1 -0
  46. package/lib/modules/documenten-api/formio/index.d.ts +2 -0
  47. package/lib/modules/documenten-api/formio/index.d.ts.map +1 -0
  48. package/lib/modules/documenten-api/index.d.ts +5 -0
  49. package/lib/modules/documenten-api/index.d.ts.map +1 -0
  50. package/lib/modules/documenten-api/models/configured-column.model.d.ts +12 -0
  51. package/lib/modules/documenten-api/models/configured-column.model.d.ts.map +1 -0
  52. package/lib/modules/documenten-api/models/documenten-api-column-modal.model.d.ts +4 -0
  53. package/lib/modules/documenten-api/models/documenten-api-column-modal.model.d.ts.map +1 -0
  54. package/lib/modules/documenten-api/models/documenten-api-filter.model.d.ts +10 -0
  55. package/lib/modules/documenten-api/models/documenten-api-filter.model.d.ts.map +1 -0
  56. package/lib/modules/documenten-api/models/documenten-api-link-process.model.d.ts +23 -0
  57. package/lib/modules/documenten-api/models/documenten-api-link-process.model.d.ts.map +1 -0
  58. package/lib/modules/documenten-api/models/documenten-api-metadata.model.d.ts +25 -0
  59. package/lib/modules/documenten-api/models/documenten-api-metadata.model.d.ts.map +1 -0
  60. package/lib/modules/documenten-api/models/documenten-api-tag.model.d.ts +5 -0
  61. package/lib/modules/documenten-api/models/documenten-api-tag.model.d.ts.map +1 -0
  62. package/lib/modules/documenten-api/models/documenten-api-upload-field.model.d.ts +45 -0
  63. package/lib/modules/documenten-api/models/documenten-api-upload-field.model.d.ts.map +1 -0
  64. package/lib/modules/documenten-api/models/documenten-api-version.model.d.ts +13 -0
  65. package/lib/modules/documenten-api/models/documenten-api-version.model.d.ts.map +1 -0
  66. package/lib/modules/documenten-api/models/documenten-api.model.d.ts +43 -0
  67. package/lib/modules/documenten-api/models/documenten-api.model.d.ts.map +1 -0
  68. package/lib/modules/documenten-api/models/index.d.ts +8 -0
  69. package/lib/modules/documenten-api/models/index.d.ts.map +1 -0
  70. package/lib/modules/documenten-api/services/documenten-api-column.service.d.ts +18 -0
  71. package/lib/modules/documenten-api/services/documenten-api-column.service.d.ts.map +1 -0
  72. package/lib/modules/documenten-api/services/documenten-api-document.service.d.ts +20 -0
  73. package/lib/modules/documenten-api/services/documenten-api-document.service.d.ts.map +1 -0
  74. package/lib/modules/documenten-api/services/documenten-api-link-process.service.d.ts +17 -0
  75. package/lib/modules/documenten-api/services/documenten-api-link-process.service.d.ts.map +1 -0
  76. package/lib/modules/documenten-api/services/documenten-api-tag.service.d.ts +17 -0
  77. package/lib/modules/documenten-api/services/documenten-api-tag.service.d.ts.map +1 -0
  78. package/lib/modules/documenten-api/services/documenten-api-version.service.d.ts +18 -0
  79. package/lib/modules/documenten-api/services/documenten-api-version.service.d.ts.map +1 -0
  80. package/lib/modules/documenten-api/services/index.d.ts +6 -0
  81. package/lib/modules/documenten-api/services/index.d.ts.map +1 -0
  82. package/lib/modules/index.d.ts +6 -0
  83. package/lib/modules/index.d.ts.map +1 -0
  84. package/lib/modules/notificaties-api/components/failed-notification-detail/failed-notification-detail.component.d.ts +17 -0
  85. package/lib/modules/notificaties-api/components/failed-notification-detail/failed-notification-detail.component.d.ts.map +1 -0
  86. package/lib/modules/notificaties-api/components/failed-notifications-page/failed-notifications-page.component.d.ts +32 -0
  87. package/lib/modules/notificaties-api/components/failed-notifications-page/failed-notifications-page.component.d.ts.map +1 -0
  88. package/lib/modules/notificaties-api/components/index.d.ts +3 -0
  89. package/lib/modules/notificaties-api/components/index.d.ts.map +1 -0
  90. package/lib/modules/notificaties-api/index.d.ts +5 -0
  91. package/lib/modules/notificaties-api/index.d.ts.map +1 -0
  92. package/lib/modules/notificaties-api/models/failed-notification.model.d.ts +22 -0
  93. package/lib/modules/notificaties-api/models/failed-notification.model.d.ts.map +1 -0
  94. package/lib/modules/notificaties-api/models/index.d.ts +2 -0
  95. package/lib/modules/notificaties-api/models/index.d.ts.map +1 -0
  96. package/lib/modules/notificaties-api/notificaties-api-routing.module.d.ts +9 -0
  97. package/lib/modules/notificaties-api/notificaties-api-routing.module.d.ts.map +1 -0
  98. package/lib/modules/notificaties-api/services/failed-notifications.service.d.ts +16 -0
  99. package/lib/modules/notificaties-api/services/failed-notifications.service.d.ts.map +1 -0
  100. package/lib/modules/notificaties-api/services/index.d.ts +2 -0
  101. package/lib/modules/notificaties-api/services/index.d.ts.map +1 -0
  102. package/lib/modules/objecten-api/components/index.d.ts +3 -0
  103. package/lib/modules/objecten-api/components/index.d.ts.map +1 -0
  104. package/lib/modules/objecten-api/components/object-type/object-type.component.d.ts +32 -0
  105. package/lib/modules/objecten-api/components/object-type/object-type.component.d.ts.map +1 -0
  106. package/lib/modules/objecten-api/components/zaakobjecten/zaakobjecten.component.d.ts +32 -0
  107. package/lib/modules/objecten-api/components/zaakobjecten/zaakobjecten.component.d.ts.map +1 -0
  108. package/lib/modules/objecten-api/index.d.ts +4 -0
  109. package/lib/modules/objecten-api/index.d.ts.map +1 -0
  110. package/lib/modules/objecten-api/models/index.d.ts +2 -0
  111. package/lib/modules/objecten-api/models/index.d.ts.map +1 -0
  112. package/lib/modules/objecten-api/models/zaakobjecten.model.d.ts +26 -0
  113. package/lib/modules/objecten-api/models/zaakobjecten.model.d.ts.map +1 -0
  114. package/lib/modules/objecten-api/services/index.d.ts +2 -0
  115. package/lib/modules/objecten-api/services/index.d.ts.map +1 -0
  116. package/lib/modules/objecten-api/services/zaakobjecten.service.d.ts +17 -0
  117. package/lib/modules/objecten-api/services/zaakobjecten.service.d.ts.map +1 -0
  118. package/lib/modules/zaakdetails/components/document-objecten-api-sync/document-objecten-api-sync.component.d.ts +46 -0
  119. package/lib/modules/zaakdetails/components/document-objecten-api-sync/document-objecten-api-sync.component.d.ts.map +1 -0
  120. package/lib/modules/zaakdetails/components/index.d.ts +2 -0
  121. package/lib/modules/zaakdetails/components/index.d.ts.map +1 -0
  122. package/lib/modules/zaakdetails/index.d.ts +4 -0
  123. package/lib/modules/zaakdetails/index.d.ts.map +1 -0
  124. package/lib/modules/zaakdetails/models/document-objecten-api-sync.model.d.ts +21 -0
  125. package/lib/modules/zaakdetails/models/document-objecten-api-sync.model.d.ts.map +1 -0
  126. package/lib/modules/zaakdetails/models/index.d.ts +2 -0
  127. package/lib/modules/zaakdetails/models/index.d.ts.map +1 -0
  128. package/lib/modules/zaakdetails/services/document-objecten-api-sync.service.d.ts +20 -0
  129. package/lib/modules/zaakdetails/services/document-objecten-api-sync.service.d.ts.map +1 -0
  130. package/lib/modules/zaakdetails/services/index.d.ts +2 -0
  131. package/lib/modules/zaakdetails/services/index.d.ts.map +1 -0
  132. package/lib/modules/zaken-api/components/index.d.ts +2 -0
  133. package/lib/modules/zaken-api/components/index.d.ts.map +1 -0
  134. package/lib/modules/zaken-api/components/zaken-api-zaaktype-link/zaken-api-zaaktype-link.component.d.ts +45 -0
  135. package/lib/modules/zaken-api/components/zaken-api-zaaktype-link/zaken-api-zaaktype-link.component.d.ts.map +1 -0
  136. package/lib/modules/zaken-api/index.d.ts +4 -0
  137. package/lib/modules/zaken-api/index.d.ts.map +1 -0
  138. package/lib/modules/zaken-api/models/index.d.ts +2 -0
  139. package/lib/modules/zaken-api/models/index.d.ts.map +1 -0
  140. package/lib/modules/zaken-api/models/zaken-api-zaaktype-link.model.d.ts +15 -0
  141. package/lib/modules/zaken-api/models/zaken-api-zaaktype-link.model.d.ts.map +1 -0
  142. package/lib/modules/zaken-api/services/index.d.ts +2 -0
  143. package/lib/modules/zaken-api/services/index.d.ts.map +1 -0
  144. package/lib/modules/zaken-api/services/zaken-api-zaaktype-link.service.d.ts +14 -0
  145. package/lib/modules/zaken-api/services/zaken-api-zaaktype-link.service.d.ts.map +1 -0
  146. package/lib/services/case-management-zgw.service.d.ts +14 -0
  147. package/lib/services/case-management-zgw.service.d.ts.map +1 -0
  148. package/lib/services/index.d.ts +2 -0
  149. package/lib/services/index.d.ts.map +1 -0
  150. package/lib/zgw.module.d.ts +17 -0
  151. package/lib/zgw.module.d.ts.map +1 -0
  152. package/package.json +27 -0
  153. package/public_api.d.ts +6 -0
  154. package/public_api.d.ts.map +1 -0
  155. package/valtimo-zgw.d.ts.map +1 -0
@@ -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,13 @@
1
+ interface DocumentenApiManagementVersion {
2
+ selectedVersion: string;
3
+ detectedVersions: string;
4
+ }
5
+ interface SupportedDocumentenApiFeatures {
6
+ selectedVersion: string;
7
+ supportsFilterableColumns: boolean;
8
+ supportsSortableColumns: boolean;
9
+ supportsTrefwoorden: boolean;
10
+ supportsUpdatingDefinitiveDocument: boolean;
11
+ }
12
+ export { DocumentenApiManagementVersion, SupportedDocumentenApiFeatures };
13
+ //# 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,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,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,OAAO,EAAC,8BAA8B,EAAE,8BAA8B,EAAC,CAAC"}
@@ -0,0 +1,43 @@
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
+ export { DocumentenApiRelatedFile, DOCUMENTEN_COLUMN_KEYS };
43
+ //# 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,OAAO,EAAC,wBAAwB,EAAE,sBAAsB,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): Observable<void>;
13
+ deleteDocument(file: DocumentenApiRelatedFile): 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,GAAG,UAAU,CAAC,IAAI,CAAC;IAO1D,cAAc,CAAC,IAAI,EAAE,wBAAwB,GAAG,UAAU,CAAC,wBAAwB,EAAE,CAAC;IAMtF,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;yCAtDR,4BAA4B;6CAA5B,4BAA4B;CA8DxC"}
@@ -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,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): 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,GACzB,UAAU,CAAC,8BAA8B,CAAC;IAMtC,uBAAuB,CAC5B,iBAAiB,EAAE,MAAM,GACxB,UAAU,CAAC,8BAA8B,CAAC;IAMtC,OAAO,IAAI,IAAI;yCA9BX,2BAA2B;6CAA3B,2BAA2B;CAiCvC"}
@@ -0,0 +1,6 @@
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-tag.service';
5
+ export * from './documenten-api-version.service';
6
+ //# 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,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC"}
@@ -0,0 +1,6 @@
1
+ export * from './documenten-api';
2
+ export * from './objecten-api';
3
+ export * from './zaakdetails';
4
+ export * from './zaken-api';
5
+ export * from './notificaties-api';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -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,3 @@
1
+ export * from './failed-notifications-page/failed-notifications-page.component';
2
+ export * from './failed-notification-detail/failed-notification-detail.component';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -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,5 @@
1
+ export * from './components';
2
+ export * from './models';
3
+ export * from './services';
4
+ export * from './notificaties-api-routing.module';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -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,2 @@
1
+ export * from './failed-notification.model';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -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,2 @@
1
+ export * from './failed-notifications.service';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -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,3 @@
1
+ export * from './zaakobjecten/zaakobjecten.component';
2
+ export * from './object-type/object-type.component';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -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"}
@@ -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, SelectItem, TableColumn, VModalComponent } from '@valtimo/components';
6
+ import { FormioForm } from '@formio/angular';
7
+ import * as i0 from "@angular/core";
8
+ export declare class CaseDetailTabZaakobjectenComponent {
9
+ private readonly route;
10
+ private readonly zaakobjectenService;
11
+ private readonly modalService;
12
+ viewZaakobjectModal: VModalComponent;
13
+ private readonly documentId$;
14
+ private readonly objecttypes$;
15
+ readonly objecttypeSelectItems$: Observable<Array<SelectItem>>;
16
+ readonly selectedObjecttypeUrl$: BehaviorSubject<string>;
17
+ readonly objects$: Observable<Array<ZaakObject> | null>;
18
+ readonly columns$: BehaviorSubject<TableColumn[]>;
19
+ readonly objectForm$: BehaviorSubject<FormioForm>;
20
+ readonly objectName$: BehaviorSubject<string>;
21
+ readonly noFormDefinitionComponent$: BehaviorSubject<boolean>;
22
+ constructor(route: ActivatedRoute, zaakobjectenService: ZaakobjectenService, modalService: ModalService);
23
+ selectObjectType(objectTypeUrl: string): void;
24
+ rowClicked(object: ZaakObject, objectTypeSelectItems: Array<SelectItem>): void;
25
+ hide(): void;
26
+ private show;
27
+ private getObjectTypeName;
28
+ private setModalData;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaseDetailTabZaakobjectenComponent, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaseDetailTabZaakobjectenComponent, "valtimo-case-detail-tab-zaakobjecten", never, {}, {}, never, never, true, never>;
31
+ }
32
+ //# sourceMappingURL=zaakobjecten.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zaakobjecten.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/zgw/src/lib/modules/objecten-api/components/zaakobjecten/zaakobjecten.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,EAAgB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,UAAU,EAAiB,MAAM,cAAc,CAAC;AACxD,OAAO,EAGL,YAAY,EAEZ,UAAU,EAEV,WAAW,EAEX,eAAe,EAEhB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAC,UAAU,EAAC,MAAM,iBAAiB,CAAC;;AAI3C,qBAgBa,kCAAkC;IAkD3C,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAnDG,mBAAmB,EAAE,eAAe,CAAC;IAEvE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA4D;IAExF,OAAO,CAAC,QAAQ,CAAC,YAAY,CAE3B;IAEF,QAAQ,CAAC,sBAAsB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAE5D;IAEF,QAAQ,CAAC,sBAAsB,0BAA4C;IAE3E,QAAQ,CAAC,QAAQ,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAWrD;IAEF,QAAQ,CAAC,QAAQ,iCAad;IAEH,QAAQ,CAAC,WAAW,8BAAgD;IAEpE,QAAQ,CAAC,WAAW,0BAAmC;IAEvD,QAAQ,CAAC,0BAA0B,2BAAuC;gBAGvD,KAAK,EAAE,cAAc,EACrB,mBAAmB,EAAE,mBAAmB,EACxC,YAAY,EAAE,YAAY;IAG7C,gBAAgB,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI;IAI7C,UAAU,CAAC,MAAM,EAAE,UAAU,EAAE,qBAAqB,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI;IAoB9E,IAAI,IAAI,IAAI;IAOZ,OAAO,CAAC,IAAI;IAIZ,OAAO,CAAC,iBAAiB;IASzB,OAAO,CAAC,YAAY;yCAnGT,kCAAkC;2CAAlC,kCAAkC;CA8G9C"}
@@ -0,0 +1,4 @@
1
+ export * from './models';
2
+ export * from './services';
3
+ export * from './components';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/zgw/src/lib/modules/objecten-api/index.ts"],"names":[],"mappings":"AAgBA,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './zaakobjecten.model';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/objecten-api/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { FormioForm } from '@formio/angular';
2
+ interface ZaakObjectType {
3
+ name: string;
4
+ url: string;
5
+ }
6
+ interface ZaakObject {
7
+ index: number;
8
+ registrationAt: string;
9
+ title: string | null;
10
+ url: string;
11
+ }
12
+ interface ZaakobjectFormResponse {
13
+ documentMappedFields: Array<{
14
+ defaultValue: string;
15
+ input: boolean;
16
+ key: string;
17
+ label: string;
18
+ type: string;
19
+ }>;
20
+ formDefinition: FormioForm;
21
+ id: string;
22
+ name: string;
23
+ readOnly: boolean;
24
+ }
25
+ export { ZaakObjectType, ZaakObject, ZaakobjectFormResponse };
26
+ //# sourceMappingURL=zaakobjecten.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zaakobjecten.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/objecten-api/models/zaakobjecten.model.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,UAAU,EAAC,MAAM,iBAAiB,CAAC;AAE3C,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb;AAED,UAAU,UAAU;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,GAAG,EAAE,MAAM,CAAC;CACb;AAED,UAAU,sBAAsB;IAC9B,oBAAoB,EAAE,KAAK,CAAC;QAC1B,YAAY,EAAE,MAAM,CAAC;QACrB,KAAK,EAAE,OAAO,CAAC;QACf,GAAG,EAAE,MAAM,CAAC;QACZ,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;KACd,CAAC,CAAC;IACH,cAAc,EAAE,UAAU,CAAC;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,OAAO,EAAC,cAAc,EAAE,UAAU,EAAE,sBAAsB,EAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './zaakobjecten.service';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/objecten-api/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,wBAAwB,CAAC"}