chore(StageInstancePrivacyLevel): mark public PrivacyLevel as deprecated (#946)

This commit is contained in:
Dmytro
2024-04-03 21:23:26 +03:00
committed by GitHub
parent 46cc9ae288
commit e2b3eb5654
2 changed files with 4 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ export interface APIStageInstance {
export enum StageInstancePrivacyLevel {
/**
* The stage instance is visible publicly, such as on stage discovery
*
* @deprecated
*/
Public = 1,
/**

View File

@@ -45,6 +45,8 @@ export interface APIStageInstance {
export enum StageInstancePrivacyLevel {
/**
* The stage instance is visible publicly, such as on stage discovery
*
* @deprecated
*/
Public = 1,
/**