Compare commits
1 Commits
master
...
dean/soft-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d930ca5e8 |
@@ -3976,7 +3976,6 @@ export type GetDeployedConfigQuery = {
|
||||
firebase: boolean;
|
||||
minimumAllowedAppVersion: string;
|
||||
subscriptionGatingEnabled: boolean;
|
||||
defaultAndroidRecordingFormat: StreamSegmentTypeEnum;
|
||||
bannerMessages: Array<{
|
||||
__typename?: "BannerGQL";
|
||||
color: string;
|
||||
@@ -8218,7 +8217,6 @@ export const GetDeployedConfigDocument = gql`
|
||||
message
|
||||
priority
|
||||
}
|
||||
defaultAndroidRecordingFormat
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
@@ -14,6 +14,5 @@ query getDeployedConfig {
|
||||
message
|
||||
priority
|
||||
}
|
||||
defaultAndroidRecordingFormat
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user