From 9b1c70227bdd5242eaebd73f549c1780edac6857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Jul 2025 01:26:52 +0000 Subject: [PATCH] chore(deps): bump nextcloud/openapi-extractor Bumps [nextcloud/openapi-extractor](https://github.com/nextcloud-releases/openapi-extractor) from 1.8.0 to 1.8.1. - [Changelog](https://github.com/nextcloud-releases/openapi-extractor/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-releases/openapi-extractor/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: nextcloud/openapi-extractor dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: provokateurin --- apps/files_sharing/openapi.json | 72 ++++++++--- apps/user_status/openapi.json | 8 +- core/openapi-ex_app.json | 8 +- core/openapi-full.json | 56 ++++++--- core/openapi.json | 56 ++++++--- openapi.json | 136 +++++++++++++++------ vendor-bin/openapi-extractor/composer.lock | 32 ++--- 7 files changed, 268 insertions(+), 100 deletions(-) diff --git a/apps/files_sharing/openapi.json b/apps/files_sharing/openapi.json index 627c25ce8ea..ed325c7d7d6 100644 --- a/apps/files_sharing/openapi.json +++ b/apps/files_sharing/openapi.json @@ -897,40 +897,76 @@ "type": "string" }, "name": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] }, "email": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] }, "address": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] }, "website": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] }, "twitter": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] }, "phone": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] }, "twitter_signature": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] }, "website_signature": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] }, "userid": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] } } }, diff --git a/apps/user_status/openapi.json b/apps/user_status/openapi.json index 65d9af59fef..d1018fa26e6 100644 --- a/apps/user_status/openapi.json +++ b/apps/user_status/openapi.json @@ -124,8 +124,12 @@ "type": "string" }, "clearAt": { - "$ref": "#/components/schemas/ClearAt", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/ClearAt" + } + ] } } }, diff --git a/core/openapi-ex_app.json b/core/openapi-ex_app.json index 7f7612a03c9..4dad268c1b3 100644 --- a/core/openapi-ex_app.json +++ b/core/openapi-ex_app.json @@ -181,8 +181,12 @@ "$ref": "#/components/schemas/TaskProcessingIO" }, "output": { - "$ref": "#/components/schemas/TaskProcessingIO", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/TaskProcessingIO" + } + ] }, "customId": { "type": "string", diff --git a/core/openapi-full.json b/core/openapi-full.json index 5edb86992dc..d4f69abf535 100644 --- a/core/openapi-full.json +++ b/core/openapi-full.json @@ -675,8 +675,12 @@ "$ref": "#/components/schemas/TaskProcessingIO" }, "output": { - "$ref": "#/components/schemas/TaskProcessingIO", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/TaskProcessingIO" + } + ] }, "customId": { "type": "string", @@ -3418,8 +3422,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/Reference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Reference" + } + ] } } } @@ -3527,8 +3535,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/Reference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Reference" + } + ] } } } @@ -3609,8 +3621,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/Reference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Reference" + } + ] } } } @@ -3708,8 +3724,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/Reference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Reference" + } + ] } } } @@ -3800,8 +3820,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/Reference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Reference" + } + ] } } } @@ -3905,8 +3929,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/Reference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Reference" + } + ] } } } diff --git a/core/openapi.json b/core/openapi.json index 5f9178202eb..1a7ddc55c92 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -675,8 +675,12 @@ "$ref": "#/components/schemas/TaskProcessingIO" }, "output": { - "$ref": "#/components/schemas/TaskProcessingIO", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/TaskProcessingIO" + } + ] }, "customId": { "type": "string", @@ -3418,8 +3422,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/Reference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Reference" + } + ] } } } @@ -3527,8 +3535,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/Reference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Reference" + } + ] } } } @@ -3609,8 +3621,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/Reference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Reference" + } + ] } } } @@ -3708,8 +3724,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/Reference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Reference" + } + ] } } } @@ -3800,8 +3820,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/Reference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Reference" + } + ] } } } @@ -3905,8 +3929,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/Reference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Reference" + } + ] } } } diff --git a/openapi.json b/openapi.json index c888a82bb89..641bf443892 100644 --- a/openapi.json +++ b/openapi.json @@ -713,8 +713,12 @@ "$ref": "#/components/schemas/CoreTaskProcessingIO" }, "output": { - "$ref": "#/components/schemas/CoreTaskProcessingIO", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/CoreTaskProcessingIO" + } + ] }, "customId": { "type": "string", @@ -2911,40 +2915,76 @@ "type": "string" }, "name": { - "$ref": "#/components/schemas/FilesSharingLookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/FilesSharingLookup" + } + ] }, "email": { - "$ref": "#/components/schemas/FilesSharingLookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/FilesSharingLookup" + } + ] }, "address": { - "$ref": "#/components/schemas/FilesSharingLookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/FilesSharingLookup" + } + ] }, "website": { - "$ref": "#/components/schemas/FilesSharingLookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/FilesSharingLookup" + } + ] }, "twitter": { - "$ref": "#/components/schemas/FilesSharingLookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/FilesSharingLookup" + } + ] }, "phone": { - "$ref": "#/components/schemas/FilesSharingLookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/FilesSharingLookup" + } + ] }, "twitter_signature": { - "$ref": "#/components/schemas/FilesSharingLookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/FilesSharingLookup" + } + ] }, "website_signature": { - "$ref": "#/components/schemas/FilesSharingLookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/FilesSharingLookup" + } + ] }, "userid": { - "$ref": "#/components/schemas/FilesSharingLookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/FilesSharingLookup" + } + ] } } }, @@ -4211,8 +4251,12 @@ "type": "string" }, "clearAt": { - "$ref": "#/components/schemas/UserStatusClearAt", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/UserStatusClearAt" + } + ] } } }, @@ -6872,8 +6916,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/CoreReference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/CoreReference" + } + ] } } } @@ -6981,8 +7029,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/CoreReference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/CoreReference" + } + ] } } } @@ -7063,8 +7115,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/CoreReference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/CoreReference" + } + ] } } } @@ -7162,8 +7218,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/CoreReference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/CoreReference" + } + ] } } } @@ -7254,8 +7314,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/CoreReference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/CoreReference" + } + ] } } } @@ -7359,8 +7423,12 @@ "references": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/CoreReference", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/CoreReference" + } + ] } } } diff --git a/vendor-bin/openapi-extractor/composer.lock b/vendor-bin/openapi-extractor/composer.lock index da6e7829596..2082f38f66b 100644 --- a/vendor-bin/openapi-extractor/composer.lock +++ b/vendor-bin/openapi-extractor/composer.lock @@ -81,16 +81,16 @@ }, { "name": "nextcloud/openapi-extractor", - "version": "v1.8.0", + "version": "v1.8.1", "source": { "type": "git", "url": "https://github.com/nextcloud-releases/openapi-extractor.git", - "reference": "4c7a66afce9938279473fc08cadf011de41150f8" + "reference": "c4afd3fe9b885ffbfd720f6140d05a99e973a8cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/4c7a66afce9938279473fc08cadf011de41150f8", - "reference": "4c7a66afce9938279473fc08cadf011de41150f8", + "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/c4afd3fe9b885ffbfd720f6140d05a99e973a8cf", + "reference": "c4afd3fe9b885ffbfd720f6140d05a99e973a8cf", "shasum": "" }, "require": { @@ -122,9 +122,9 @@ "description": "A tool for extracting OpenAPI specifications from Nextcloud source code", "support": { "issues": "https://github.com/nextcloud-releases/openapi-extractor/issues", - "source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.8.0" + "source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.8.1" }, - "time": "2025-06-03T13:01:15+00:00" + "time": "2025-07-21T07:46:43+00:00" }, { "name": "nikic/php-parser", @@ -186,16 +186,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "2.1.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68" + "reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", - "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/b9e61a61e39e02dd90944e9115241c7f7e76bfd8", + "reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8", "shasum": "" }, "require": { @@ -227,21 +227,21 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/2.1.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/2.2.0" }, - "time": "2025-02-19T13:28:12+00:00" + "time": "2025-07-13T07:04:09+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [], + "platform": {}, + "platform-dev": {}, "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }