diff --git a/api/composer.lock b/api/composer.lock index 589d99d8..d1fb99b0 100644 --- a/api/composer.lock +++ b/api/composer.lock @@ -772,12 +772,12 @@ "source": { "type": "git", "url": "https://github.com/ConductionNL/LandkitBundle.git", - "reference": "81825376c067822eb16a1109b4d1db0cc5f8ae61" + "reference": "ab8b7834997ad4b5a8ec6a796a9085e1c1a4dd1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ConductionNL/LandkitBundle/zipball/81825376c067822eb16a1109b4d1db0cc5f8ae61", - "reference": "81825376c067822eb16a1109b4d1db0cc5f8ae61", + "url": "https://api.github.com/repos/ConductionNL/LandkitBundle/zipball/ab8b7834997ad4b5a8ec6a796a9085e1c1a4dd1c", + "reference": "ab8b7834997ad4b5a8ec6a796a9085e1c1a4dd1c", "shasum": "" }, "require": { @@ -815,7 +815,7 @@ "symfony", "theme" ], - "time": "2020-10-21T07:46:51+00:00" + "time": "2020-10-21T11:35:47+00:00" }, { "name": "dasprid/enum", diff --git a/api/config/routes/conduction_nldesign.yaml b/api/config/routes/conduction_nldesign.yaml deleted file mode 100644 index a92a3427..00000000 --- a/api/config/routes/conduction_nldesign.yaml +++ /dev/null @@ -1,3 +0,0 @@ -conduction_nldesign: - resource: "@NLDesignBundle/Resources/config/routes.yaml" - prefix: / \ No newline at end of file diff --git a/api/config/routes/conduction_rocket.yaml b/api/config/routes/conduction_rocket.yaml deleted file mode 100644 index dbe4ea61..00000000 --- a/api/config/routes/conduction_rocket.yaml +++ /dev/null @@ -1,3 +0,0 @@ -conduction_rocket: - resource: "@RocketBundle/Resources/config/routes.yaml" - prefix: / \ No newline at end of file diff --git a/api/helm/id-vault-0.1.0.tgz b/api/helm/id-vault-0.1.0.tgz new file mode 100644 index 00000000..2dd658ec Binary files /dev/null and b/api/helm/id-vault-0.1.0.tgz differ diff --git a/api/helm/index.yaml b/api/helm/index.yaml index 0d506a70..f2567619 100644 --- a/api/helm/index.yaml +++ b/api/helm/index.yaml @@ -1,9 +1,22 @@ apiVersion: v1 entries: + id-vault: + - apiVersion: v1 + appVersion: V1.0 + created: "2020-10-21T11:46:44.2759676Z" + description: Naast deze JSON rest API is er ook een [graphql](/graphql) interface + beschikbaar. + digest: 76e259d3f6aedcef515371435d16d20f5b28a8f8fae3cdf00a56cc5a6a83ecbc + home: www.id-vault.com + icon: www.id-vault.com + name: id-vault + urls: + - id-vault-0.1.0.tgz + version: 0.1.0 pan: - apiVersion: v1 appVersion: V1.0 - created: "2020-10-21T06:48:35.7534997Z" + created: "2020-10-21T11:46:44.2843471Z" description: Naast deze JSON rest API is er ook een [graphql](/graphql) interface beschikbaar. digest: bafedcbd1d4933553219ddba79899b7908ba6f043f0aba6a092573bfa3b3e045 @@ -13,4 +26,4 @@ entries: urls: - pan-0.1.0.tgz version: 0.1.0 -generated: "2020-10-21T06:48:35.7482512Z" +generated: "2020-10-21T11:46:44.2690578Z" diff --git a/api/public/schema/openapi.yaml b/api/public/schema/openapi.yaml index 8e91c460..f45a8b3c 100644 --- a/api/public/schema/openapi.yaml +++ b/api/public/schema/openapi.yaml @@ -15,7 +15,7 @@ info: Naast deze JSON rest API is er ook een [graphql](/graphql) interface beschikbaar. paths: - /audit_trails: + /api/audit_trails: get: tags: - AuditTrail @@ -534,7 +534,7 @@ paths: parameters: id: '$response.body#/id' operationId: getAuditTrailItem - description: 'The `id` value returned in the response can be used as the `id` parameter in `GET /audit_trails/{id}`.' + description: 'The `id` value returned in the response can be used as the `id` parameter in `GET /api/audit_trails/{id}`.' 400: description: 'Invalid input' 404: @@ -611,7 +611,7 @@ paths: name: X-NLX-Audit-Clarification description: 'A clarification as to why a request has been made (doelbinding)' in: header - '/audit_trails/{id}': + '/api/audit_trails/{id}': get: tags: - AuditTrail @@ -1012,7 +1012,7 @@ paths: schema: $ref: '#/components/schemas/AuditTrail-write' description: 'The updated AuditTrail resource' - /change_logs: + /api/change_logs: get: tags: - ChangeLog @@ -1416,7 +1416,7 @@ paths: parameters: id: '$response.body#/id' operationId: getChangeLogItem - description: 'The `id` value returned in the response can be used as the `id` parameter in `GET /change_logs/{id}`.' + description: 'The `id` value returned in the response can be used as the `id` parameter in `GET /api/change_logs/{id}`.' 400: description: 'Invalid input' 404: @@ -1493,7 +1493,7 @@ paths: name: X-NLX-Audit-Clarification description: 'A clarification as to why a request has been made (doelbinding)' in: header - '/change_logs/{id}': + '/api/change_logs/{id}': get: tags: - ChangeLog @@ -2391,12 +2391,12 @@ definitions: description: 'The moment this request was created' type: string format: date-time - example: '2020-10-21 06:56:55' + example: '2020-10-21 11:47:24' dateModified: description: 'The moment this request last Modified' type: string format: date-time - example: '2020-10-21 06:56:55' + example: '2020-10-21 11:47:24' required: [] AuditTrail-write: properties: @@ -2444,12 +2444,12 @@ definitions: description: 'The moment this request was created' type: string format: date-time - example: '2020-10-21 06:56:55' + example: '2020-10-21 11:47:24' dateModified: description: 'The moment this request last Modified' type: string format: date-time - example: '2020-10-21 06:56:55' + example: '2020-10-21 11:47:24' required: [] ChangeLog-write: properties: diff --git a/api/symfony.lock b/api/symfony.lock index f3ffb627..733c62b2 100644 --- a/api/symfony.lock +++ b/api/symfony.lock @@ -249,7 +249,7 @@ "version": "v0.3.3" }, "php": { - "version": "7.3" + "version": "7.4" }, "php-cs-fixer/diff": { "version": "v1.3.0"