@guardian/content-api-models 18.0.1-PREVIEW.adopt-GHA-Scala-Library-Release-Workflow.2024-01-23T1727.d7be5bd7 → 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 +1 -1
- package/v1/contentType.d.ts +2 -1
- package/v1/contentType.js +1 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
{
|
|
3
3
|
"name": "@guardian/content-api-models",
|
|
4
|
-
"version": "18.0
|
|
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",
|
package/v1/contentType.d.ts
CHANGED
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 = {}));
|