@substrate/playground-client
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -101,2 +101,3 @@ export interface Playground { | ||
startTime?: number; | ||
conditions?: PodCondition[]; | ||
container?: ContainerStatus; | ||
@@ -110,1 +111,9 @@ } | ||
} | ||
export interface PodCondition { | ||
type_: ConditionType; | ||
status: Status; | ||
reason?: string; | ||
message?: string; | ||
} | ||
export declare type ConditionType = 'PodScheduled' | 'ContainersReady' | 'Initialized' | 'Ready' | 'Unknown'; | ||
export declare type Status = 'True' | 'False' | 'Unknown'; |
@@ -101,2 +101,3 @@ export interface Playground { | ||
startTime?: number; | ||
conditions?: PodCondition[]; | ||
container?: ContainerStatus; | ||
@@ -110,1 +111,9 @@ } | ||
} | ||
export interface PodCondition { | ||
type_: ConditionType; | ||
status: Status; | ||
reason?: string; | ||
message?: string; | ||
} | ||
export declare type ConditionType = 'PodScheduled' | 'ContainersReady' | 'Initialized' | 'Ready' | 'Unknown'; | ||
export declare type Status = 'True' | 'False' | 'Unknown'; |
{ | ||
"name": "@substrate/playground-client", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "An isomorphic client for Substrate Playground", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
52149
1151