chore(deps): Update nextcloud/openapi-extractor to v1.8.3

Signed-off-by: provokateurin <kate@provokateurin.de>
pull/54783/head
provokateurin 2025-09-01 16:03:07 +07:00
parent 796eec5962
commit 0221611757
No known key found for this signature in database
9 changed files with 118 additions and 330 deletions

@ -1509,12 +1509,8 @@
"in": "query", "in": "query",
"description": "Whether to not crop the preview", "description": "Whether to not crop the preview",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -1522,12 +1518,8 @@
"in": "query", "in": "query",
"description": "Whether to fallback to the mime icon if no preview is available", "description": "Whether to fallback to the mime icon if no preview is available",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -2357,12 +2349,8 @@
"in": "query", "in": "query",
"description": "Include tags in the share", "description": "Include tags in the share",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -3525,12 +3513,8 @@
"in": "query", "in": "query",
"description": "If a global lookup should be performed too", "description": "If a global lookup should be performed too",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {

@ -97,12 +97,8 @@
"in": "query", "in": "query",
"description": "Whether to not crop the preview", "description": "Whether to not crop the preview",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],

@ -109,12 +109,8 @@
"in": "query", "in": "query",
"description": "Whether to fallback to the mime icon if no preview is available", "description": "Whether to fallback to the mime icon if no preview is available",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],

@ -182,12 +182,8 @@
"in": "query", "in": "query",
"description": "Let the browser decide the CSS priority", "description": "Let the browser decide the CSS priority",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -195,12 +191,8 @@
"in": "query", "in": "query",
"description": "Include custom CSS", "description": "Include custom CSS",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],
@ -260,12 +252,8 @@
"in": "query", "in": "query",
"description": "Return image as SVG", "description": "Return image as SVG",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 1, "default": true
"enum": [
0,
1
]
} }
} }
], ],

@ -204,12 +204,8 @@
"in": "query", "in": "query",
"description": "Whether to show the password", "description": "Whether to show the password",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {

@ -3174,12 +3174,8 @@
"in": "query", "in": "query",
"description": "Rewrite URLs to absolute ones", "description": "Rewrite URLs to absolute ones",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -3282,12 +3278,8 @@
"in": "query", "in": "query",
"description": "Rewrite URLs to absolute ones", "description": "Rewrite URLs to absolute ones",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -8945,12 +8937,8 @@
"in": "query", "in": "query",
"description": "Fallback to guest avatar if not found", "description": "Fallback to guest avatar if not found",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],
@ -9052,12 +9040,8 @@
"in": "query", "in": "query",
"description": "Fallback to guest avatar if not found", "description": "Fallback to guest avatar if not found",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],
@ -9301,13 +9285,9 @@
"in": "query", "in": "query",
"description": "Return dark avatar", "description": "Return dark avatar",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"nullable": true, "nullable": true,
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],
@ -9683,12 +9663,8 @@
"in": "query", "in": "query",
"description": "Preserve the aspect ratio", "description": "Preserve the aspect ratio",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -9696,12 +9672,8 @@
"in": "query", "in": "query",
"description": "Force returning an icon", "description": "Force returning an icon",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 1, "default": true
"enum": [
0,
1
]
} }
}, },
{ {
@ -9722,12 +9694,8 @@
"in": "query", "in": "query",
"description": "Whether to fallback to the mime icon if no preview is available", "description": "Whether to fallback to the mime icon if no preview is available",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],
@ -9849,12 +9817,8 @@
"in": "query", "in": "query",
"description": "Preserve the aspect ratio", "description": "Preserve the aspect ratio",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -9862,12 +9826,8 @@
"in": "query", "in": "query",
"description": "Force returning an icon", "description": "Force returning an icon",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 1, "default": true
"enum": [
0,
1
]
} }
}, },
{ {
@ -9888,12 +9848,8 @@
"in": "query", "in": "query",
"description": "Whether to fallback to the mime icon if no preview is available", "description": "Whether to fallback to the mime icon if no preview is available",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],

@ -3174,12 +3174,8 @@
"in": "query", "in": "query",
"description": "Rewrite URLs to absolute ones", "description": "Rewrite URLs to absolute ones",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -3282,12 +3278,8 @@
"in": "query", "in": "query",
"description": "Rewrite URLs to absolute ones", "description": "Rewrite URLs to absolute ones",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -8945,12 +8937,8 @@
"in": "query", "in": "query",
"description": "Fallback to guest avatar if not found", "description": "Fallback to guest avatar if not found",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],
@ -9052,12 +9040,8 @@
"in": "query", "in": "query",
"description": "Fallback to guest avatar if not found", "description": "Fallback to guest avatar if not found",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],
@ -9301,13 +9285,9 @@
"in": "query", "in": "query",
"description": "Return dark avatar", "description": "Return dark avatar",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"nullable": true, "nullable": true,
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],
@ -9683,12 +9663,8 @@
"in": "query", "in": "query",
"description": "Preserve the aspect ratio", "description": "Preserve the aspect ratio",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -9696,12 +9672,8 @@
"in": "query", "in": "query",
"description": "Force returning an icon", "description": "Force returning an icon",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 1, "default": true
"enum": [
0,
1
]
} }
}, },
{ {
@ -9722,12 +9694,8 @@
"in": "query", "in": "query",
"description": "Whether to fallback to the mime icon if no preview is available", "description": "Whether to fallback to the mime icon if no preview is available",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],
@ -9849,12 +9817,8 @@
"in": "query", "in": "query",
"description": "Preserve the aspect ratio", "description": "Preserve the aspect ratio",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -9862,12 +9826,8 @@
"in": "query", "in": "query",
"description": "Force returning an icon", "description": "Force returning an icon",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 1, "default": true
"enum": [
0,
1
]
} }
}, },
{ {
@ -9888,12 +9848,8 @@
"in": "query", "in": "query",
"description": "Whether to fallback to the mime icon if no preview is available", "description": "Whether to fallback to the mime icon if no preview is available",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],

@ -6636,12 +6636,8 @@
"in": "query", "in": "query",
"description": "Rewrite URLs to absolute ones", "description": "Rewrite URLs to absolute ones",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -6744,12 +6740,8 @@
"in": "query", "in": "query",
"description": "Rewrite URLs to absolute ones", "description": "Rewrite URLs to absolute ones",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -12454,12 +12446,8 @@
"in": "query", "in": "query",
"description": "Fallback to guest avatar if not found", "description": "Fallback to guest avatar if not found",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],
@ -12561,12 +12549,8 @@
"in": "query", "in": "query",
"description": "Fallback to guest avatar if not found", "description": "Fallback to guest avatar if not found",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],
@ -12810,13 +12794,9 @@
"in": "query", "in": "query",
"description": "Return dark avatar", "description": "Return dark avatar",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"nullable": true, "nullable": true,
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],
@ -13192,12 +13172,8 @@
"in": "query", "in": "query",
"description": "Preserve the aspect ratio", "description": "Preserve the aspect ratio",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -13205,12 +13181,8 @@
"in": "query", "in": "query",
"description": "Force returning an icon", "description": "Force returning an icon",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 1, "default": true
"enum": [
0,
1
]
} }
}, },
{ {
@ -13231,12 +13203,8 @@
"in": "query", "in": "query",
"description": "Whether to fallback to the mime icon if no preview is available", "description": "Whether to fallback to the mime icon if no preview is available",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],
@ -13358,12 +13326,8 @@
"in": "query", "in": "query",
"description": "Preserve the aspect ratio", "description": "Preserve the aspect ratio",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -13371,12 +13335,8 @@
"in": "query", "in": "query",
"description": "Force returning an icon", "description": "Force returning an icon",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 1, "default": true
"enum": [
0,
1
]
} }
}, },
{ {
@ -13397,12 +13357,8 @@
"in": "query", "in": "query",
"description": "Whether to fallback to the mime icon if no preview is available", "description": "Whether to fallback to the mime icon if no preview is available",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],
@ -22678,12 +22634,8 @@
"in": "query", "in": "query",
"description": "Whether to not crop the preview", "description": "Whether to not crop the preview",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -22691,12 +22643,8 @@
"in": "query", "in": "query",
"description": "Whether to fallback to the mime icon if no preview is available", "description": "Whether to fallback to the mime icon if no preview is available",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -23526,12 +23474,8 @@
"in": "query", "in": "query",
"description": "Include tags in the share", "description": "Include tags in the share",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -24694,12 +24638,8 @@
"in": "query", "in": "query",
"description": "If a global lookup should be performed too", "description": "If a global lookup should be performed too",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -25788,12 +25728,8 @@
"in": "query", "in": "query",
"description": "Whether to not crop the preview", "description": "Whether to not crop the preview",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],
@ -25905,12 +25841,8 @@
"in": "query", "in": "query",
"description": "Whether to fallback to the mime icon if no preview is available", "description": "Whether to fallback to the mime icon if no preview is available",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],
@ -32966,12 +32898,8 @@
"in": "query", "in": "query",
"description": "Let the browser decide the CSS priority", "description": "Let the browser decide the CSS priority",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {
@ -32979,12 +32907,8 @@
"in": "query", "in": "query",
"description": "Include custom CSS", "description": "Include custom CSS",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
} }
], ],
@ -33044,12 +32968,8 @@
"in": "query", "in": "query",
"description": "Return image as SVG", "description": "Return image as SVG",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 1, "default": true
"enum": [
0,
1
]
} }
} }
], ],
@ -34539,12 +34459,8 @@
"in": "query", "in": "query",
"description": "Whether to show the password", "description": "Whether to show the password",
"schema": { "schema": {
"type": "integer", "type": "boolean",
"default": 0, "default": false
"enum": [
0,
1
]
} }
}, },
{ {

@ -81,16 +81,16 @@
}, },
{ {
"name": "nextcloud/openapi-extractor", "name": "nextcloud/openapi-extractor",
"version": "v1.8.2", "version": "v1.8.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nextcloud-releases/openapi-extractor.git", "url": "https://github.com/nextcloud-releases/openapi-extractor.git",
"reference": "aa4b6750b255460bec8d45406d33606863010d2e" "reference": "26d8a91dd0ccbfe7b212fc164df1c7285368ee9c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/aa4b6750b255460bec8d45406d33606863010d2e", "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/26d8a91dd0ccbfe7b212fc164df1c7285368ee9c",
"reference": "aa4b6750b255460bec8d45406d33606863010d2e", "reference": "26d8a91dd0ccbfe7b212fc164df1c7285368ee9c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -122,9 +122,9 @@
"description": "A tool for extracting OpenAPI specifications from Nextcloud source code", "description": "A tool for extracting OpenAPI specifications from Nextcloud source code",
"support": { "support": {
"issues": "https://github.com/nextcloud-releases/openapi-extractor/issues", "issues": "https://github.com/nextcloud-releases/openapi-extractor/issues",
"source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.8.2" "source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.8.3"
}, },
"time": "2025-08-26T06:28:24+00:00" "time": "2025-09-01T14:01:02+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
@ -186,16 +186,16 @@
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
"version": "2.2.0", "version": "2.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git", "url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8" "reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/b9e61a61e39e02dd90944e9115241c7f7e76bfd8", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/1e0cd5370df5dd2e556a36b9c62f62e555870495",
"reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8", "reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -227,9 +227,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types", "description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": { "support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues", "issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/2.2.0" "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.0"
}, },
"time": "2025-07-13T07:04:09+00:00" "time": "2025-08-30T15:50:23+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],