Comparing version 1.12.3 to 1.12.6
{ | ||
"name": "ttspec", | ||
"version": "1.12.3", | ||
"version": "1.12.6", | ||
"description": "TT Specifications", | ||
"main": "index.js", | ||
"main": "./index.js", | ||
"types": "./index.d.ts", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "prepublishOnly": "json2ts ttninjs-schema_1.0.json ttninjs_10.ts && json2ts ttninjs-schema_1.1.json ttninjs_11.ts && json2ts ttninjs-schema_1.3.json ttninjs_13.ts" |
@@ -10,2 +10,3 @@ TT Specifications | ||
* 2021-04-22 Added "types" declaration to package.json | ||
* 2021-02-22 Fixed TypeScript definitions for VARIANT & USAGE | ||
@@ -12,0 +13,0 @@ * 2020-09-02 Adeed properties for geodata. |
@@ -82,3 +82,3 @@ /* tslint:disable */ | ||
/** | ||
* The publishing status of the news object, its value is *usable* by default. $$TT: replaced and comissioned added by TT. | ||
* The publishing status of the news object, its value is *usable* by default. Please note that for information about events that have been canceled the pubstatus of the ttninjs object will still be usable. The cancel information can be found in body_event. $$TT: replaced and comissioned added by TT. | ||
*/ | ||
@@ -203,7 +203,7 @@ export type PublicationStatus = "usable" | "withheld" | "canceled" | "replaced" | "commissioned"; | ||
/** | ||
* $$TT: Status code for the event. | ||
* $$TT: Status code for the event. Value is normally 1. Canceled events will have 4. | ||
*/ | ||
export type EventStatusCode = string; | ||
/** | ||
* $$TT: Status for the event as a phrase. | ||
* $$TT: Status for the event as a phrase. Normally 'Planerat'. Canceled events will have 'Inställt'. | ||
*/ | ||
@@ -210,0 +210,0 @@ export type EventStatusText = string; |
@@ -123,3 +123,3 @@ { | ||
"title": "Publication status", | ||
"description": "The publishing status of the news object, its value is *usable* by default. $$TT: replaced and comissioned added by TT.", | ||
"description": "The publishing status of the news object, its value is *usable* by default. Please note that for information about events that have been canceled the pubstatus of the ttninjs object will still be usable. The cancel information can be found in body_event. $$TT: replaced and comissioned added by TT.", | ||
"type": "string", | ||
@@ -287,3 +287,3 @@ "enum": [ | ||
"title": "Event status code", | ||
"description": "$$TT: Status code for the event.", | ||
"description": "$$TT: Status code for the event. Value is normally 1. Canceled events will have 4.", | ||
"type": "string" | ||
@@ -293,3 +293,3 @@ }, | ||
"title": "Event status text", | ||
"description": "$$TT: Status for the event as a phrase.", | ||
"description": "$$TT: Status for the event as a phrase. Normally 'Planerat'. Canceled events will have 'Inställt'.", | ||
"type": "string" | ||
@@ -296,0 +296,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
485636
19
5391
31