-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #92 from ConductionNL/feature/xxllnc-suite-mapping
Xxllnc suite config
- Loading branch information
Showing
5 changed files
with
55 additions
and
2 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
configurations/sharepoint-woo/mappings/xxllnc-suite-to-publications.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "Xxllnc suite to Publication", | ||
"description": "", | ||
"version": "", | ||
"reference": "", | ||
"mapping": { | ||
"title": "omschrijving", | ||
"summary": "statustoelichting", | ||
"description": "statusomschrijving" | ||
}, | ||
"unset": [], | ||
"cast": [], | ||
"passThrough": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "Xxllnc suite API", | ||
"description": "Xxllnc suite API", | ||
"reference": null, | ||
"version": "0.0.0", | ||
"location": "", | ||
"isEnabled": true, | ||
"type": "api", | ||
"authorizationHeader": null, | ||
"auth": "none", | ||
"authorizationPassthroughMethod": "header", | ||
"authenticationConfig": [], | ||
"configuration": { | ||
"auth.0": "username", | ||
"auth.1": "password" | ||
}, | ||
"logRetention": 3600, | ||
"errorRetention": 86400, | ||
"test": false | ||
} |
19 changes: 19 additions & 0 deletions
19
configurations/sharepoint-woo/synchronizations/xxllnc-suite-to-publications.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "Xxllnc suite to Publications", | ||
"description": "", | ||
"version": "0.0.1", | ||
"sourceId": "1", | ||
"sourceType": "api", | ||
"sourceHash": "", | ||
"sourceTargetMapping": "1", | ||
"sourceConfig": { | ||
"idPosition": "id", | ||
"resultsPosition": "results", | ||
"endpoint": "/tlb/zaaksysteem/api/v1/zaken", | ||
"headers": [], | ||
"query.startdatum__gte": "2024-07-06", | ||
"query.einddatum__lt": "2024-08-01" | ||
}, | ||
"targetId": "1/1", | ||
"targetType": "register/schema" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters