diff --git a/Installation/Action/kiss.SyncRollenRoxitAction.action.json b/Installation/Action/kiss.SyncRollenRoxitAction.action.json new file mode 100644 index 0000000..b1ab5ac --- /dev/null +++ b/Installation/Action/kiss.SyncRollenRoxitAction.action.json @@ -0,0 +1,25 @@ +{ + "title": "SyncRollenRoxitAction", + "$id": "https://kissdevelopment.commonground.nu/action/kiss.SyncRollenRoxitAction.action.json", + "$schema": "https://docs.commongateway.nl/schemas/Action.schema.json", + "version": "0.0.1", + "listens": [ + "kiss.roxit.listens" + ], + "conditions": { + "==": [ + 1, + 1 + ] + }, + "class": "App\\ActionHandler\\SynchronizationCollectionHandler", + "configuration": { + "location": "/rollen", + "source": "https://buren.nl/source/buren.roxitzrc.source.json", + "entity": "https://vng.opencatalogi.nl/schemas/zrc.rol.schema.json", + "apiSource": "{\"location\":{\"objects\":\"results\",\"object\":\"#\",\"idField\":\"uuid\",\"dateChangedField\":\"publicatiedatum\"},\"sourcePaginated\":true,\"syncFromList\":true,\"sourceLeading\":true,\"mappingOut\":[],\"translationsIn\":[],\"translationsOut\":[],\"skeletonIn\":[],\"skeletonOut\":[],\"collectionDelete\":true}", + "replaceTwigLocation": "objectEntityData", + "useDataFromCollection": true, + "owner": "" + } +} diff --git a/Installation/Cronjob/kiss.decos.cronjob.json b/Installation/Cronjob/kiss.decos.cronjob.json new file mode 100644 index 0000000..6856630 --- /dev/null +++ b/Installation/Cronjob/kiss.decos.cronjob.json @@ -0,0 +1,11 @@ +{ + "title": "Decos sync", + "$id": "https://kissdevelopment.commonground.nu/cronjob/kiss.decos.cronjob.json", + "$schema": "https://docs.commongateway.nl/schemas/Cronjob.schema.json", + "version": "0.0.1", + "description": "Cronjob for decos actions.", + "crontab": "*/5 * * * *", + "throws": [ + "kiss.decos.listens" + ] +} \ No newline at end of file diff --git a/Installation/Cronjob/kiss.roxit.cronjob.json b/Installation/Cronjob/kiss.roxit.cronjob.json new file mode 100644 index 0000000..2f7fb51 --- /dev/null +++ b/Installation/Cronjob/kiss.roxit.cronjob.json @@ -0,0 +1,11 @@ +{ + "title": "Roxit sync", + "$id": "https://kissdevelopment.commonground.nu/cronjob/kiss.roxit.cronjob.json", + "$schema": "https://docs.commongateway.nl/schemas/Cronjob.schema.json", + "version": "0.0.1", + "description": "Cronjob for roxit actions.", + "crontab": "*/5 * * * *", + "throws": [ + "kiss.roxit.listens" + ] +} \ No newline at end of file diff --git a/Installation/Source/buren.roxitdrc.source.json b/Installation/Source/buren.roxitdrc.source.json new file mode 100644 index 0000000..8b32e65 --- /dev/null +++ b/Installation/Source/buren.roxitdrc.source.json @@ -0,0 +1,13 @@ +{ + "title": "Roxit DRC", + "$id": "https://buren.nl/source/buren.roxitdrc.source.json", + "$schema": "https://docs.commongateway.nl/schemas/Gateway.schema.json", + "version": "0.0.1", + "description": "Roxit DRC.", + "location": "https://documenten.preprod-rx-services.nl/api/v1", + "isEnabled" : false, + "authorizationHeader": "Authorization", + "auth": "jwt-HS256", + "jwtId": "!ChangeMe!", + "secret": "!ChangeMe!" +} \ No newline at end of file diff --git a/Installation/Source/buren.roxitzrc.source.json b/Installation/Source/buren.roxitzrc.source.json new file mode 100644 index 0000000..89e8d9a --- /dev/null +++ b/Installation/Source/buren.roxitzrc.source.json @@ -0,0 +1,13 @@ +{ + "title": "Roxit ZRC", + "$id": "https://buren.nl/source/buren.roxitzrc.source.json", + "$schema": "https://docs.commongateway.nl/schemas/Gateway.schema.json", + "version": "0.0.1", + "description": "Roxit ZRC.", + "location": "https://zaken.preprod-rx-services.nl/api/v1", + "isEnabled" : false, + "authorizationHeader": "Authorization", + "auth": "jwt-HS256", + "jwtId": "!ChangeMe!", + "secret": "!ChangeMe!" +} \ No newline at end of file diff --git a/Installation/Source/buren.roxitztc.source.json b/Installation/Source/buren.roxitztc.source.json new file mode 100644 index 0000000..1430dc6 --- /dev/null +++ b/Installation/Source/buren.roxitztc.source.json @@ -0,0 +1,13 @@ +{ + "title": "Roxit ZTC", + "$id": "https://buren.nl/source/buren.roxitztc.source.json", + "$schema": "https://docs.commongateway.nl/schemas/Gateway.schema.json", + "version": "0.0.1", + "description": "Roxit ZTC.", + "location": "https://catalogi.preprod-rx-services.nl/api/v1", + "isEnabled" : false, + "authorizationHeader": "Authorization", + "auth": "jwt-HS256", + "jwtId": "!ChangeMe!", + "secret": "!ChangeMe!" +} \ No newline at end of file