@daocloud-proto/skoala 0.31.1-8 → 0.31.2-4

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.
@@ -143,6 +143,7 @@ export type HostedRegistryService = BaseHostedRegistryService
143
143
  & OneOf<{ eurekaService: EurekaService; nacosService: NacosService; zookeeperService: ZookeeperService; clusterService: ClusterService; meshService: MeshService }>
144
144
 
145
145
  export type Address = {
146
+ protocol?: SkoalaApiHostedV1alpha1Http.Protocol
146
147
  hostname?: string
147
148
  port?: number
148
149
  }
@@ -65,6 +65,9 @@ export type Registry = {
65
65
  totalInstanceCount?: number
66
66
  updatedAt?: string
67
67
  createdAt?: string
68
+ isAuth?: boolean
69
+ username?: string
70
+ password?: string
68
71
  }
69
72
 
70
73
  export type PartOfRegistry = {
@@ -133,6 +136,9 @@ export type UpdateRegistryReq = {
133
136
  addresses?: string[]
134
137
  namespaces?: Namespace[]
135
138
  isHosted?: boolean
139
+ isAuth?: boolean
140
+ username?: string
141
+ password?: string
136
142
  }
137
143
 
138
144
  export type CreateRegistryReq = {
@@ -143,6 +149,9 @@ export type CreateRegistryReq = {
143
149
  addresses?: string[]
144
150
  namespaces?: Namespace[]
145
151
  isHosted?: boolean
152
+ isAuth?: boolean
153
+ username?: string
154
+ password?: string
146
155
  }
147
156
 
148
157
  export type DeleteRegistryReq = {
@@ -156,6 +165,9 @@ export type PingRegistryReq = {
156
165
  name?: string
157
166
  addresses?: string[]
158
167
  namespaces?: Namespace[]
168
+ isAuth?: boolean
169
+ username?: string
170
+ password?: string
159
171
  }
160
172
 
161
173
  export type PingRegistryRes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.31.1-8",
3
+ "version": "0.31.2-4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {