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