@guardian/content-api-models 18.0.1-PREVIEW.adopt-GHA-Scala-Library-Release-Workflow.2024-01-23T1648.e0dba48b → 18.1.0-PREVIEW.adopt-GHA-Scala-Library-Release-Workflow.2024-01-23T1754.6d00eca6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  {
3
3
  "name": "@guardian/content-api-models",
4
- "version": "18.0.1-PREVIEW.adopt-GHA-Scala-Library-Release-Workflow.2024-01-23T1648.e0dba48b",
4
+ "version": "18.1.0-PREVIEW.adopt-GHA-Scala-Library-Release-Workflow.2024-01-23T1754.6d00eca6",
5
5
  "description": "Typescript library built from the content api thrift definitions",
6
6
  "repository": {
7
7
  "type": "git",
@@ -11,5 +11,6 @@ export declare enum ContentType {
11
11
  PICTURE = 4,
12
12
  VIDEO = 5,
13
13
  CROSSWORD = 6,
14
- AUDIO = 7
14
+ AUDIO = 7,
15
+ ROBERTO = 8
15
16
  }
package/v1/contentType.js CHANGED
@@ -16,4 +16,5 @@ var ContentType;
16
16
  ContentType[ContentType["VIDEO"] = 5] = "VIDEO";
17
17
  ContentType[ContentType["CROSSWORD"] = 6] = "CROSSWORD";
18
18
  ContentType[ContentType["AUDIO"] = 7] = "AUDIO";
19
+ ContentType[ContentType["ROBERTO"] = 8] = "ROBERTO";
19
20
  })(ContentType || (exports.ContentType = ContentType = {}));