Compare commits
1 Commits
feat/dynam
...
dean/soft-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d930ca5e8 |
@@ -273,7 +273,6 @@ 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,8 +3976,6 @@ export type GetDeployedConfigQuery = {
|
||||
firebase: boolean;
|
||||
minimumAllowedAppVersion: string;
|
||||
subscriptionGatingEnabled: boolean;
|
||||
defaultAndroidRecordingFormat: StreamSegmentTypeEnum;
|
||||
bucketUrl: string;
|
||||
bannerMessages: Array<{
|
||||
__typename?: "BannerGQL";
|
||||
color: string;
|
||||
@@ -8220,8 +8217,6 @@ export const GetDeployedConfigDocument = gql`
|
||||
message
|
||||
priority
|
||||
}
|
||||
defaultAndroidRecordingFormat
|
||||
bucketUrl
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
@@ -14,7 +14,5 @@ query getDeployedConfig {
|
||||
message
|
||||
priority
|
||||
}
|
||||
defaultAndroidRecordingFormat
|
||||
bucketUrl
|
||||
}
|
||||
}
|
||||
|
||||
@@ -669,7 +669,6 @@ type DeployedConfigGQL {
|
||||
subscriptionGatingEnabled: Boolean!
|
||||
bannerMessages: [BannerGQL!]!
|
||||
defaultAndroidRecordingFormat: StreamSegmentTypeEnum!
|
||||
bucketUrl: String!
|
||||
}
|
||||
|
||||
type BannerGQL {
|
||||
|
||||
Reference in New Issue
Block a user