@daocloud-proto/kant
Advanced tools
Comparing version 0.7.0-alpha2 to 0.7.0-alpha3
@@ -10,2 +10,8 @@ /* eslint-disable */ | ||
export enum FieldType { | ||
bool = "bool", | ||
float = "float", | ||
string = "string", | ||
} | ||
export enum ProtocolConfigCommonCollectType { | ||
@@ -211,5 +217,10 @@ sync = "sync", | ||
export type CustomizedValue = { | ||
data?: {[key: string]: string} | ||
values?: {[key: string]: TypeValue} | ||
} | ||
export type TypeValue = { | ||
type?: FieldType | ||
value?: string | ||
} | ||
export type ProtocolConfigCustomized = { | ||
@@ -216,0 +227,0 @@ protocolName?: string |
{ | ||
"name":"@daocloud-proto/kant", | ||
"version":"0.7.0-alpha2", | ||
"version":"0.7.0-alpha3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "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
186939
5614