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