@daocloud-proto/skoala 0.3.3-52 → 0.3.3-58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,7 +20,6 @@ export type Cluster = {
20
20
  export type Workspace = {
21
21
  id?: string
22
22
  name?: string
23
- parentWorkspaceId?: string
24
23
  }
25
24
 
26
25
  export type Pagination = {
@@ -24,6 +24,7 @@ export enum RegistryType {
24
24
  export type Registry = {
25
25
  workspaceId?: string
26
26
  registryId?: string
27
+ extId?: string
27
28
  name?: string
28
29
  type?: RegistryType
29
30
  status?: RegistryStatus
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.3.3-52",
3
+ "version": "0.3.3-58",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {