@daocloud-proto/skoala 0.51.0-12 → 0.51.0-16

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.
@@ -97,6 +97,8 @@ export type HigressConfig = {
97
97
  gateway?: HigressGatewayConfig
98
98
  console?: HigressConsoleConfig
99
99
  observability?: boolean
100
+ version?: string
101
+ customValues?: {[key: string]: string}
100
102
  }
101
103
 
102
104
  export type Observability = {
@@ -172,9 +174,9 @@ export type HigressGatewayConfigOptional = {
172
174
 
173
175
  export type CommonServiceConfigServicePort = {
174
176
  name?: string
175
- port?: string
177
+ port?: number
176
178
  protocol?: string
177
- targetPort?: string
179
+ targetPort?: number
178
180
  }
179
181
 
180
182
  export type CommonServiceConfig = {
@@ -258,6 +260,11 @@ export type AIGateway = {
258
260
  status?: HelmStatus
259
261
  serviceType?: SkoalaApiGeneralV1alpha1Service.ServiceType
260
262
  dashboardUrl?: DashboardURL
263
+ versionInfo?: VersionInfo
264
+ }
265
+
266
+ export type VersionInfo = {
267
+ version?: string
261
268
  }
262
269
 
263
270
  export type DashboardURLAI = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.51.0-12",
3
+ "version": "0.51.0-16",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {