From 1197c633cc88120183048de46848a7e83711c96d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:16:54 +0000 Subject: [PATCH 1/2] ci(deps-dev): bump nextcloud/openapi-extractor Bumps [nextcloud/openapi-extractor](https://github.com/nextcloud-releases/openapi-extractor) from 1.0.0 to 1.0.1. - [Changelog](https://github.com/nextcloud-releases/openapi-extractor/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-releases/openapi-extractor/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: nextcloud/openapi-extractor dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vendor-bin/openapi-extractor/composer.json | 2 +- vendor-bin/openapi-extractor/composer.lock | 50 +++++++++++----------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/vendor-bin/openapi-extractor/composer.json b/vendor-bin/openapi-extractor/composer.json index 32f03a7f500..a03f8d2d50e 100644 --- a/vendor-bin/openapi-extractor/composer.json +++ b/vendor-bin/openapi-extractor/composer.json @@ -5,6 +5,6 @@ } }, "require-dev": { - "nextcloud/openapi-extractor": "^1.0.0" + "nextcloud/openapi-extractor": "^1.0.1" } } diff --git a/vendor-bin/openapi-extractor/composer.lock b/vendor-bin/openapi-extractor/composer.lock index c78ee4750fd..12ca82c412a 100644 --- a/vendor-bin/openapi-extractor/composer.lock +++ b/vendor-bin/openapi-extractor/composer.lock @@ -4,21 +4,21 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "faaad1bad2acbdf29c2b09af9554211c", + "content-hash": "19a2125f8a671edde7d81d5577839585", "packages": [], "packages-dev": [ { "name": "adhocore/cli", - "version": "v1.7.1", + "version": "v1.7.2", "source": { "type": "git", "url": "https://github.com/adhocore/php-cli.git", - "reference": "3fde60a838912e71c82ed0f48048685dc32dbc77" + "reference": "57834cbaa4fb68cda849417ab86577fba2b15298" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/adhocore/php-cli/zipball/3fde60a838912e71c82ed0f48048685dc32dbc77", - "reference": "3fde60a838912e71c82ed0f48048685dc32dbc77", + "url": "https://api.github.com/repos/adhocore/php-cli/zipball/57834cbaa4fb68cda849417ab86577fba2b15298", + "reference": "57834cbaa4fb68cda849417ab86577fba2b15298", "shasum": "" }, "require": { @@ -63,7 +63,7 @@ ], "support": { "issues": "https://github.com/adhocore/php-cli/issues", - "source": "https://github.com/adhocore/php-cli/tree/v1.7.1" + "source": "https://github.com/adhocore/php-cli/tree/v1.7.2" }, "funding": [ { @@ -75,20 +75,20 @@ "type": "github" } ], - "time": "2024-03-28T08:30:12+00:00" + "time": "2024-09-05T00:08:47+00:00" }, { "name": "nextcloud/openapi-extractor", - "version": "v1.0.0", + "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/nextcloud-releases/openapi-extractor.git", - "reference": "88e347097db28b6e3f8f3c221502b80a4f455b1f" + "reference": "654c44363e1afbc6dc5e5140f22f4ac0727cbf32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/88e347097db28b6e3f8f3c221502b80a4f455b1f", - "reference": "88e347097db28b6e3f8f3c221502b80a4f455b1f", + "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/654c44363e1afbc6dc5e5140f22f4ac0727cbf32", + "reference": "654c44363e1afbc6dc5e5140f22f4ac0727cbf32", "shasum": "" }, "require": { @@ -119,22 +119,22 @@ "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.0.0" + "source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.0.1" }, - "time": "2024-08-20T16:46:27+00:00" + "time": "2024-10-12T04:42:57+00:00" }, { "name": "nikic/php-parser", - "version": "v5.1.0", + "version": "v5.3.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1" + "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1", - "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b", + "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b", "shasum": "" }, "require": { @@ -177,22 +177,22 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1" }, - "time": "2024-07-01T20:03:41+00:00" + "time": "2024-10-08T18:51:32+00:00" }, { "name": "phpstan/phpdoc-parser", - "version": "1.29.1", + "version": "1.33.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4" + "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4", - "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/82a311fd3690fb2bf7b64d5c98f912b3dd746140", + "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140", "shasum": "" }, "require": { @@ -224,9 +224,9 @@ "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.29.1" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.33.0" }, - "time": "2024-05-31T08:52:43+00:00" + "time": "2024-10-13T11:25:22+00:00" } ], "aliases": [], From aa2b7b89d6089fb26e1d9f586718ceff8718d268 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 5 Nov 2024 10:21:31 +0100 Subject: [PATCH 2/2] chore(assets): Recompile assets Signed-off-by: Joas Schilling --- openapi-full.json | 4 ++-- openapi.json | 4 ++-- src/types/openapi/openapi-full.ts | 8 ++------ src/types/openapi/openapi.ts | 8 ++------ 4 files changed, 8 insertions(+), 16 deletions(-) diff --git a/openapi-full.json b/openapi-full.json index 60054b6c5fa..b6f65dfcd2c 100644 --- a/openapi-full.json +++ b/openapi-full.json @@ -4139,7 +4139,7 @@ "recordingConsent": { "type": "boolean", "default": false, - "description": "When the user ticked a checkbox and agreed with being recorded\n (Only needed when the `config => call => recording-consent` capability is set to {@see RecordingService::CONSENT_REQUIRED_YES}\n or the capability is {@see RecordingService::CONSENT_REQUIRED_OPTIONAL}\n and the conversation `recordingConsent` value is {@see RecordingService::CONSENT_REQUIRED_YES} )" + "description": "When the user ticked a checkbox and agreed with being recorded (Only needed when the `config => call => recording-consent` capability is set to {@see RecordingService::CONSENT_REQUIRED_YES} or the capability is {@see RecordingService::CONSENT_REQUIRED_OPTIONAL} and the conversation `recordingConsent` value is {@see RecordingService::CONSENT_REQUIRED_YES} )" } } } @@ -15632,7 +15632,7 @@ "recordingConsent": { "type": "integer", "format": "int64", - "description": "New consent setting for the conversation\n (Only {@see RecordingService::CONSENT_REQUIRED_NO} and {@see RecordingService::CONSENT_REQUIRED_YES} are allowed here.)" + "description": "New consent setting for the conversation (Only {@see RecordingService::CONSENT_REQUIRED_NO} and {@see RecordingService::CONSENT_REQUIRED_YES} are allowed here.)" } } } diff --git a/openapi.json b/openapi.json index c14042aad27..5c125efe00e 100644 --- a/openapi.json +++ b/openapi.json @@ -4026,7 +4026,7 @@ "recordingConsent": { "type": "boolean", "default": false, - "description": "When the user ticked a checkbox and agreed with being recorded\n (Only needed when the `config => call => recording-consent` capability is set to {@see RecordingService::CONSENT_REQUIRED_YES}\n or the capability is {@see RecordingService::CONSENT_REQUIRED_OPTIONAL}\n and the conversation `recordingConsent` value is {@see RecordingService::CONSENT_REQUIRED_YES} )" + "description": "When the user ticked a checkbox and agreed with being recorded (Only needed when the `config => call => recording-consent` capability is set to {@see RecordingService::CONSENT_REQUIRED_YES} or the capability is {@see RecordingService::CONSENT_REQUIRED_OPTIONAL} and the conversation `recordingConsent` value is {@see RecordingService::CONSENT_REQUIRED_YES} )" } } } @@ -15766,7 +15766,7 @@ "recordingConsent": { "type": "integer", "format": "int64", - "description": "New consent setting for the conversation\n (Only {@see RecordingService::CONSENT_REQUIRED_NO} and {@see RecordingService::CONSENT_REQUIRED_YES} are allowed here.)" + "description": "New consent setting for the conversation (Only {@see RecordingService::CONSENT_REQUIRED_NO} and {@see RecordingService::CONSENT_REQUIRED_YES} are allowed here.)" } } } diff --git a/src/types/openapi/openapi-full.ts b/src/types/openapi/openapi-full.ts index 3cddddd4be9..d4f3325ea0a 100644 --- a/src/types/openapi/openapi-full.ts +++ b/src/types/openapi/openapi-full.ts @@ -3360,10 +3360,7 @@ export interface operations { */ silent?: boolean; /** - * @description When the user ticked a checkbox and agreed with being recorded - * (Only needed when the `config => call => recording-consent` capability is set to {@see RecordingService::CONSENT_REQUIRED_YES} - * or the capability is {@see RecordingService::CONSENT_REQUIRED_OPTIONAL} - * and the conversation `recordingConsent` value is {@see RecordingService::CONSENT_REQUIRED_YES} ) + * @description When the user ticked a checkbox and agreed with being recorded (Only needed when the `config => call => recording-consent` capability is set to {@see RecordingService::CONSENT_REQUIRED_YES} or the capability is {@see RecordingService::CONSENT_REQUIRED_OPTIONAL} and the conversation `recordingConsent` value is {@see RecordingService::CONSENT_REQUIRED_YES} ) * @default false */ recordingConsent?: boolean; @@ -7995,8 +7992,7 @@ export interface operations { "application/json": { /** * Format: int64 - * @description New consent setting for the conversation - * (Only {@see RecordingService::CONSENT_REQUIRED_NO} and {@see RecordingService::CONSENT_REQUIRED_YES} are allowed here.) + * @description New consent setting for the conversation (Only {@see RecordingService::CONSENT_REQUIRED_NO} and {@see RecordingService::CONSENT_REQUIRED_YES} are allowed here.) */ recordingConsent: number; }; diff --git a/src/types/openapi/openapi.ts b/src/types/openapi/openapi.ts index ee0fa97d878..0773d2a108f 100644 --- a/src/types/openapi/openapi.ts +++ b/src/types/openapi/openapi.ts @@ -2841,10 +2841,7 @@ export interface operations { */ silent?: boolean; /** - * @description When the user ticked a checkbox and agreed with being recorded - * (Only needed when the `config => call => recording-consent` capability is set to {@see RecordingService::CONSENT_REQUIRED_YES} - * or the capability is {@see RecordingService::CONSENT_REQUIRED_OPTIONAL} - * and the conversation `recordingConsent` value is {@see RecordingService::CONSENT_REQUIRED_YES} ) + * @description When the user ticked a checkbox and agreed with being recorded (Only needed when the `config => call => recording-consent` capability is set to {@see RecordingService::CONSENT_REQUIRED_YES} or the capability is {@see RecordingService::CONSENT_REQUIRED_OPTIONAL} and the conversation `recordingConsent` value is {@see RecordingService::CONSENT_REQUIRED_YES} ) * @default false */ recordingConsent?: boolean; @@ -7576,8 +7573,7 @@ export interface operations { "application/json": { /** * Format: int64 - * @description New consent setting for the conversation - * (Only {@see RecordingService::CONSENT_REQUIRED_NO} and {@see RecordingService::CONSENT_REQUIRED_YES} are allowed here.) + * @description New consent setting for the conversation (Only {@see RecordingService::CONSENT_REQUIRED_NO} and {@see RecordingService::CONSENT_REQUIRED_YES} are allowed here.) */ recordingConsent: number; };