@mos-connection/model
Advanced tools
Comparing version 3.0.0-nightly-feat-mono-repo-20230127-144135-8037b58.0 to 3.0.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [3.0.0](https://github.com/nrkno/sofie-mos-connection/compare/v3.0.0-alpha.3...v3.0.0) (2023-02-03) | ||
**Note:** Version bump only for package @mos-connection/model | ||
# [3.0.0-alpha.3](https://github.com/nrkno/sofie-mos-connection/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2023-01-27) | ||
**Note:** Version bump only for package @mos-connection/model | ||
# [3.0.0-alpha.2](https://github.com/nrkno/sofie-mos-connection/compare/v3.0.0-alpha.0...v3.0.0-alpha.2) (2023-01-27) | ||
@@ -8,0 +24,0 @@ |
@@ -120,3 +120,3 @@ import { IMOSTime, IMOSString128, IMOSDuration, IMOSExternalMetaData } from './mosTypes'; | ||
} | ||
/** http://mosprotocol.com/wp-content/MOS-Protocol-Documents/MOS-Protocol-2.8.4-Current.htm#mosObj */ | ||
/** https://mosprotocol.com/wp-content/MOS-Protocol-Documents/MOS-Protocol-2.8.4-Current.htm#mosObj */ | ||
export interface IMOSObject { | ||
@@ -144,3 +144,3 @@ ID?: IMOSString128; | ||
* Returns selected object descriptions from a MOS. | ||
* http://mosprotocol.com/wp-content/MOS-Protocol-Documents/MOS-Protocol-2.8.4-Current.htm#mosObjList | ||
* https://mosprotocol.com/wp-content/MOS-Protocol-Documents/MOS-Protocol-2.8.4-Current.htm#mosObjList | ||
*/ | ||
@@ -158,3 +158,3 @@ export interface IMOSObjectList { | ||
* mosReqObjList is a mechanism used by a NCS to retrieve only selected object descriptions from a MOS. | ||
* http://mosprotocol.com/wp-content/MOS-Protocol-Documents/MOS-Protocol-2.8.4-Current.htm#mosReqObjList | ||
* https://mosprotocol.com/wp-content/MOS-Protocol-Documents/MOS-Protocol-2.8.4-Current.htm#mosReqObjList | ||
*/ | ||
@@ -180,3 +180,3 @@ export interface IMOSRequestObjectList { | ||
* mosListSearchableSchema is a mechanism used by the MOS to send a pointer to a schema in which searchable fields are defined for the NCS device. | ||
* http://mosprotocol.com/wp-content/MOS-Protocol-Documents/MOS-Protocol-2.8.4-Current.htm#mosListSearchableSchema | ||
* https://mosprotocol.com/wp-content/MOS-Protocol-Documents/MOS-Protocol-2.8.4-Current.htm#mosListSearchableSchema | ||
*/ | ||
@@ -183,0 +183,0 @@ export interface IMOSListSearchableSchema { |
{ | ||
"name": "@mos-connection/model", | ||
"version": "3.0.0-nightly-feat-mono-repo-20230127-144135-8037b58.0", | ||
"version": "3.0.0", | ||
"description": "Types and enums for the mos-connection library", | ||
@@ -37,3 +37,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "709499e01e974bd9dde79c0c0785137a06aaf917" | ||
"gitHead": "5639bb5eec2246940104c18cd82c3b496b2f8b93" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
55702
0