Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82cec7d7cb |
@@ -273,6 +273,7 @@ export type DeployedConfigGql = {
|
||||
__typename?: "DeployedConfigGQL";
|
||||
allowNewUsers: Scalars["Boolean"]["output"];
|
||||
bannerMessages: Array<BannerGql>;
|
||||
bucketUrl: Scalars["String"]["output"];
|
||||
defaultAndroidRecordingFormat: StreamSegmentTypeEnum;
|
||||
devMode: Scalars["Boolean"]["output"];
|
||||
environment: Scalars["String"]["output"];
|
||||
@@ -3977,6 +3978,7 @@ export type GetDeployedConfigQuery = {
|
||||
minimumAllowedAppVersion: string;
|
||||
subscriptionGatingEnabled: boolean;
|
||||
defaultAndroidRecordingFormat: StreamSegmentTypeEnum;
|
||||
bucketUrl: string;
|
||||
bannerMessages: Array<{
|
||||
__typename?: "BannerGQL";
|
||||
color: string;
|
||||
@@ -8219,6 +8221,7 @@ export const GetDeployedConfigDocument = gql`
|
||||
priority
|
||||
}
|
||||
defaultAndroidRecordingFormat
|
||||
bucketUrl
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
@@ -15,5 +15,6 @@ query getDeployedConfig {
|
||||
priority
|
||||
}
|
||||
defaultAndroidRecordingFormat
|
||||
bucketUrl
|
||||
}
|
||||
}
|
||||
|
||||
@@ -669,6 +669,7 @@ type DeployedConfigGQL {
|
||||
subscriptionGatingEnabled: Boolean!
|
||||
bannerMessages: [BannerGQL!]!
|
||||
defaultAndroidRecordingFormat: StreamSegmentTypeEnum!
|
||||
bucketUrl: String!
|
||||
}
|
||||
|
||||
type BannerGQL {
|
||||
|
||||
Reference in New Issue
Block a user