@daocloud-proto/ghippo 0.34.0-dev3 → 0.34.0-rc1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/ghippo",
3
- "version":"0.34.0-dev3",
3
+ "version":"0.34.0-rc1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -244,6 +244,7 @@ export type SSHKey = {
244
244
  createdAt?: string
245
245
  updatedAt?: string
246
246
  expiredAt?: string
247
+ enabled?: boolean
247
248
  }
248
249
 
249
250
  export class Users {
@@ -55,6 +55,7 @@ export type KubeAuditInfo = {
55
55
  }
56
56
 
57
57
  export type ListKubeAuditsRequest = {
58
+ auditName?: string
58
59
  sourceType?: string
59
60
  sourceName?: string
60
61
  clusterName?: string
@@ -82,6 +83,7 @@ export type AuditInfo = {
82
83
  }
83
84
 
84
85
  export type ListAuditsRequest = {
86
+ auditName?: string
85
87
  sourceType?: string
86
88
  sourceName?: string
87
89
  clusterName?: string
@@ -125,6 +127,7 @@ export type GetKubeAuditDetailResponse = {
125
127
  export type ExportKubeAuditsRequest = {
126
128
  start?: string
127
129
  end?: string
130
+ auditName?: string
128
131
  sourceType?: string
129
132
  sourceName?: string
130
133
  clusterName?: string
@@ -137,6 +140,7 @@ export type ExportKubeAuditsRequest = {
137
140
  export type ExportAuditsRequest = {
138
141
  start?: string
139
142
  end?: string
143
+ auditName?: string
140
144
  sourceType?: string
141
145
  sourceName?: string
142
146
  clusterName?: string