mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #54092 from nextcloud/dependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.8.1
This commit is contained in:
commit
05cba2a6e3
7 changed files with 268 additions and 100 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -124,8 +124,12 @@
|
|||
"type": "string"
|
||||
},
|
||||
"clearAt": {
|
||||
"$ref": "#/components/schemas/ClearAt",
|
||||
"nullable": true
|
||||
"nullable": true,
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/ClearAt"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
136
openapi.json
136
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
32
vendor-bin/openapi-extractor/composer.lock
generated
32
vendor-bin/openapi-extractor/composer.lock
generated
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue