]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore(deps): Update openapi-extractor 42119/head
authorjld3103 <jld3103yt@gmail.com>
Fri, 8 Dec 2023 10:06:05 +0000 (11:06 +0100)
committerjld3103 <jld3103yt@gmail.com>
Fri, 8 Dec 2023 12:02:44 +0000 (13:02 +0100)
Signed-off-by: jld3103 <jld3103yt@gmail.com>
apps/files_sharing/openapi.json
apps/theming/openapi.json
core/openapi.json
vendor-bin/openapi-extractor/composer.lock

index b77cc1bd6b6a9f6c409c0a03c53d88c07c2819e2..bc8128df0d20cef84b2bc660a71ea98a71106b67 100644 (file)
                     },
                     "hide_download": {
                         "type": "integer",
-                        "format": "int64"
+                        "format": "int64",
+                        "enum": [
+                            0,
+                            1
+                        ]
                     },
                     "id": {
                         "type": "string"
                     },
                     "mail_send": {
                         "type": "integer",
-                        "format": "int64"
+                        "format": "int64",
+                        "enum": [
+                            0,
+                            1
+                        ]
                     },
                     "mimetype": {
                         "type": "string"
                         "in": "query",
                         "description": "Limit to specific share types",
                         "schema": {
-                            "type": "string",
-                            "nullable": true
+                            "nullable": true,
+                            "oneOf": [
+                                {
+                                    "type": "integer",
+                                    "format": "int64"
+                                },
+                                {
+                                    "type": "array",
+                                    "items": {
+                                        "type": "integer",
+                                        "format": "int64"
+                                    }
+                                }
+                            ]
                         }
                     },
                     {
                         "in": "query",
                         "description": "Limit to specific share types",
                         "schema": {
-                            "type": "string",
-                            "nullable": true
+                            "nullable": true,
+                            "oneOf": [
+                                {
+                                    "type": "integer",
+                                    "format": "int64"
+                                },
+                                {
+                                    "type": "array",
+                                    "items": {
+                                        "type": "integer",
+                                        "format": "int64"
+                                    }
+                                }
+                            ]
                         }
                     },
                     {
index cce79444c956f98e87ca6d9a265f1f70cd802f14..7ed98467e962b02816c83d4deb0e28cec7a82381 100644 (file)
                         "description": "ID of the app",
                         "required": true,
                         "schema": {
-                            "type": "string"
+                            "type": "string",
+                            "default": "core"
                         }
                     }
                 ],
index c5de93838a16ca7280d103d5d157b57c7cc5e451..2314c0df4138d5488e7235e373e54a05506e9dde 100644 (file)
                     },
                     "status": {
                         "type": "integer",
-                        "format": "int64"
+                        "format": "int64",
+                        "enum": [
+                            0,
+                            1,
+                            2,
+                            3,
+                            4
+                        ]
                     },
                     "userId": {
                         "type": "string",
                     },
                     "status": {
                         "type": "integer",
-                        "format": "int64"
+                        "format": "int64",
+                        "enum": [
+                            0,
+                            1,
+                            2,
+                            3,
+                            4
+                        ]
                     },
                     "userId": {
                         "type": "string",
                         "in": "query",
                         "description": "Offset for searching",
                         "schema": {
-                            "type": "string",
-                            "nullable": true
+                            "nullable": true,
+                            "oneOf": [
+                                {
+                                    "type": "integer",
+                                    "format": "int64"
+                                },
+                                {
+                                    "type": "string"
+                                }
+                            ]
                         }
                     },
                     {
index 178090b40320f08819da0dd3a71c4f4367f59449..a85bd1f581e1bf50e2efab3d0752ee07222d3d0e 100644 (file)
             "source": {
                 "type": "git",
                 "url": "https://github.com/nextcloud/openapi-extractor.git",
-                "reference": "d99e9c0fbaa6502a704d53d4ca8b7566566ab4be"
+                "reference": "f4bda5419d4c76e70078ccfc3a0710548826333d"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/d99e9c0fbaa6502a704d53d4ca8b7566566ab4be",
-                "reference": "d99e9c0fbaa6502a704d53d4ca8b7566566ab4be",
+                "url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/f4bda5419d4c76e70078ccfc3a0710548826333d",
+                "reference": "f4bda5419d4c76e70078ccfc3a0710548826333d",
                 "shasum": ""
             },
             "require": {
                 "source": "https://github.com/nextcloud/openapi-extractor/tree/main",
                 "issues": "https://github.com/nextcloud/openapi-extractor/issues"
             },
-            "time": "2023-10-29T16:42:12+00:00"
+            "time": "2023-12-08T08:42:33+00:00"
         },
         {
             "name": "nikic/php-parser",
         },
         {
             "name": "phpstan/phpdoc-parser",
-            "version": "1.24.2",
+            "version": "1.24.4",
             "source": {
                 "type": "git",
                 "url": "https://github.com/phpstan/phpdoc-parser.git",
-                "reference": "bcad8d995980440892759db0c32acae7c8e79442"
+                "reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bcad8d995980440892759db0c32acae7c8e79442",
-                "reference": "bcad8d995980440892759db0c32acae7c8e79442",
+                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6bd0c26f3786cd9b7c359675cb789e35a8e07496",
+                "reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496",
                 "shasum": ""
             },
             "require": {
             "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/1.24.2"
+                "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.4"
             },
-            "time": "2023-09-26T12:28:12+00:00"
+            "time": "2023-11-26T18:29:22+00:00"
         }
     ],
     "packages-dev": [],