mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
chore(assets): Recompile assets
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
956a1ab00f
commit
8119df6ddc
4 changed files with 12 additions and 12 deletions
|
|
@ -4079,7 +4079,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\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} )"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -15174,7 +15174,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\n (Only {@see RecordingService::CONSENT_REQUIRED_NO} and {@see RecordingService::CONSENT_REQUIRED_YES} are allowed here.)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3966,7 +3966,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\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} )"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -15294,7 +15294,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\n (Only {@see RecordingService::CONSENT_REQUIRED_NO} and {@see RecordingService::CONSENT_REQUIRED_YES} are allowed here.)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3287,9 +3287,9 @@ 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} )
|
||||
* (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;
|
||||
|
|
@ -7781,7 +7781,7 @@ export interface operations {
|
|||
/**
|
||||
* Format: int64
|
||||
* @description New consent setting for the conversation
|
||||
* (Only {@see RecordingService::CONSENT_REQUIRED_NO} and {@see RecordingService::CONSENT_REQUIRED_YES} are allowed here.)
|
||||
* (Only {@see RecordingService::CONSENT_REQUIRED_NO} and {@see RecordingService::CONSENT_REQUIRED_YES} are allowed here.)
|
||||
*/
|
||||
recordingConsent: number;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2768,9 +2768,9 @@ 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} )
|
||||
* (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;
|
||||
|
|
@ -7359,7 +7359,7 @@ export interface operations {
|
|||
/**
|
||||
* Format: int64
|
||||
* @description New consent setting for the conversation
|
||||
* (Only {@see RecordingService::CONSENT_REQUIRED_NO} and {@see RecordingService::CONSENT_REQUIRED_YES} are allowed here.)
|
||||
* (Only {@see RecordingService::CONSENT_REQUIRED_NO} and {@see RecordingService::CONSENT_REQUIRED_YES} are allowed here.)
|
||||
*/
|
||||
recordingConsent: number;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue