noodl-types
Advanced tools
Comparing version 1.0.75 to 1.0.76
@@ -37,2 +37,3 @@ import { ActionObject } from './actionTypes'; | ||
videoStream?: boolean; | ||
[key: string]: any; | ||
}; | ||
@@ -39,0 +40,0 @@ export interface ComponentObject<T extends string = any> extends Partial<Record<EventType, ActionChain>> { |
@@ -19,2 +19,3 @@ export interface EcosDocument<N extends NameField.Base = NameField.Base> { | ||
subtype?: SubtypeObject | null; | ||
[key: string]: any; | ||
} | ||
@@ -26,2 +27,3 @@ export declare type Deat = DeatObject | number; | ||
exptime?: string; | ||
[key: string]: any; | ||
} | ||
@@ -39,8 +41,11 @@ export declare namespace NameField { | ||
data?: string; | ||
[key: string]: any; | ||
} | ||
interface MediaBase<Type extends string = string> extends Base<Type> { | ||
data?: string; | ||
[key: string]: any; | ||
} | ||
interface TextBase<Type extends string = string> extends Base<Type> { | ||
content?: string; | ||
[key: string]: any; | ||
} | ||
@@ -47,0 +52,0 @@ namespace Doc { |
{ | ||
"name": "noodl-types", | ||
"version": "1.0.75", | ||
"version": "1.0.76", | ||
"description": "NOODL TypeScript Definitions", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
81260
1488