File tree Expand file tree Collapse file tree
models/src/main/thrift/content Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion
55
66// dependency versions
77val contentEntityVersion = " 4.0.0"
8- val contentAtomVersion = " 9 .0.0"
8+ val contentAtomVersion = " 10 .0.0"
99val storyPackageVersion = " 2.2.0"
1010val thriftVersion = " 0.15.0"
1111val scroogeVersion = " 22.1.0" // update plugins too if this version changes
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ struct AssetFields {
299299
300300 12: optional string name
301301
302- 13: optional string secureFile
302+ 13: optional string secureFile // see also 71: secureFileWithAds
303303
304304 14: optional bool isMaster
305305
@@ -415,6 +415,8 @@ struct AssetFields {
415415 69: optional bool isMandatory
416416
417417 70: optional list<CartoonVariant> cartoonVariants
418+
419+ 71: optional string secureFileWithAds
418420}
419421
420422struct Asset {
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")
33addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.3.5" )
44
55addSbtPlugin(" com.twitter" % " scrooge-sbt-plugin" % " 22.1.0" )
6- addSbtPlugin(" com.gu" % " sbt-scrooge-typescript" % " 1.6 .0" )
6+ addSbtPlugin(" com.gu" % " sbt-scrooge-typescript" % " 4.0 .0" )
77
88addDependencyTreePlugin
Original file line number Diff line number Diff line change 1- ThisBuild / version := " 37 .0.1-SNAPSHOT"
1+ ThisBuild / version := " 38 .0.1-SNAPSHOT"
You can’t perform that action at this time.
0 commit comments