Compare commits
2 Commits
dean/soft-
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 3def8c97c8 | |||
| 88de1ef807 |
@@ -3976,6 +3976,7 @@ 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;
|
||||||
@@ -8217,6 +8218,7 @@ export const GetDeployedConfigDocument = gql`
|
|||||||
message
|
message
|
||||||
priority
|
priority
|
||||||
}
|
}
|
||||||
|
defaultAndroidRecordingFormat
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|||||||
@@ -14,5 +14,6 @@ query getDeployedConfig {
|
|||||||
message
|
message
|
||||||
priority
|
priority
|
||||||
}
|
}
|
||||||
|
defaultAndroidRecordingFormat
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user