Compare commits
No commits in common. "dde4cfd99b4c51aaf5a2236e6ef25674ddfc35ad" and "9f5fcc066ea270b047acb9a17d52d4581faa07c2" have entirely different histories.
dde4cfd99b
...
9f5fcc066e
@ -217,7 +217,6 @@ export type DeployedConfigGql = {
|
|||||||
environment: Scalars["String"]["output"];
|
environment: Scalars["String"]["output"];
|
||||||
firebase: Scalars["Boolean"]["output"];
|
firebase: Scalars["Boolean"]["output"];
|
||||||
minimumAllowedAppVersion: Scalars["String"]["output"];
|
minimumAllowedAppVersion: Scalars["String"]["output"];
|
||||||
subscriptionGatingEnabled: Scalars["Boolean"]["output"];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export type DoesNotOwnShotErr = {
|
export type DoesNotOwnShotErr = {
|
||||||
|
@ -297,7 +297,6 @@ type DeployedConfigGQL {
|
|||||||
devMode: Boolean!
|
devMode: Boolean!
|
||||||
environment: String!
|
environment: String!
|
||||||
minimumAllowedAppVersion: String!
|
minimumAllowedAppVersion: String!
|
||||||
subscriptionGatingEnabled: Boolean!
|
|
||||||
bannerMessages: [BannerGQL!]!
|
bannerMessages: [BannerGQL!]!
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user