From aa2b7b89d6089fb26e1d9f586718ceff8718d268 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 5 Nov 2024 10:21:31 +0100 Subject: [PATCH] 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; };