@daocloud-proto/skoala 0.21.2-64 → 0.21.2-74

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.
@@ -6,6 +6,7 @@
6
6
 
7
7
  import * as GoogleProtobufAny from "../../../google/protobuf/any.pb"
8
8
  import * as GoogleProtobufDuration from "../../../google/protobuf/duration.pb"
9
+ import * as GoogleProtobufStruct from "../../../google/protobuf/struct.pb"
9
10
  import * as SkoalaApiGeneralV1alpha1Common from "../../general/v1alpha1/common.pb"
10
11
 
11
12
  type Absent<T, K extends keyof T> = { [k in Exclude<keyof T, K>]?: undefined };
@@ -324,7 +325,7 @@ export type WasmPlugin = {
324
325
  wasmPluginName?: string
325
326
  imagePullPolicy?: ImagePullPolicy
326
327
  imagePullSecret?: string
327
- pluginConfig?: {[key: string]: string}
328
+ pluginConfig?: GoogleProtobufStruct.Struct
328
329
  phase?: WasmPluginPhase
329
330
  }
330
331
 
@@ -304,6 +304,7 @@ export type GetNacosServiceInsightReq = {
304
304
  nacosName?: string
305
305
  namespaceName?: string
306
306
  nacosNamespace?: string
307
+ nacosClusterName?: string
307
308
  nacosGroupName?: string
308
309
  nacosService?: string
309
310
  start?: string
@@ -24,8 +24,8 @@ export enum ControlBehavior {
24
24
  }
25
25
 
26
26
  export enum MachineType {
27
- EMBEDDED = "EMBEDDED",
28
27
  ALONE = "ALONE",
28
+ EMBEDDED = "EMBEDDED",
29
29
  }
30
30
 
31
31
  export enum HostedQuery {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.21.2-64",
3
+ "version": "0.21.2-74",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {