Compare commits
1 Commits
master
...
capability
| Author | SHA1 | Date | |
|---|---|---|---|
| e2fe6cadda |
@@ -308,6 +308,7 @@ export type DeployedConfigGql = {
|
||||
allowNewUsers: Scalars["Boolean"]["output"];
|
||||
bannerMessages: Array<BannerGql>;
|
||||
bucketUrl: Scalars["String"]["output"];
|
||||
capabilityEnforcementEnabled: Scalars["Boolean"]["output"];
|
||||
defaultAndroidRecordingFormat: StreamSegmentTypeEnum;
|
||||
devMode: Scalars["Boolean"]["output"];
|
||||
environment: Scalars["String"]["output"];
|
||||
|
||||
@@ -721,6 +721,7 @@ type DeployedConfigGQL {
|
||||
subscriptionGatingEnabled: Boolean!
|
||||
quotaEnforcementEnabled: Boolean!
|
||||
storageLimitEnforcementEnabled: Boolean!
|
||||
capabilityEnforcementEnabled: Boolean!
|
||||
bannerMessages: [BannerGQL!]!
|
||||
defaultAndroidRecordingFormat: StreamSegmentTypeEnum!
|
||||
bucketUrl: String!
|
||||
|
||||
Reference in New Issue
Block a user