@daocloud-proto/leopard 0.13.0-rc1 → 0.14.0-dev1
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 +1 -1
- package/v1alpha1/product.pb.ts +5 -10
package/package.json
CHANGED
package/v1alpha1/product.pb.ts
CHANGED
|
@@ -211,8 +211,7 @@ export type ListProductSpecFieldResponse = {
|
|
|
211
211
|
|
|
212
212
|
export type CreateRegionRequest = {
|
|
213
213
|
regionId?: string
|
|
214
|
-
|
|
215
|
-
zhCnName?: string
|
|
214
|
+
nameI18N?: {[key: string]: string}
|
|
216
215
|
cluster?: string
|
|
217
216
|
schemes?: string
|
|
218
217
|
host?: string
|
|
@@ -225,8 +224,7 @@ export type CreateRegionResponse = {
|
|
|
225
224
|
|
|
226
225
|
export type CreateRegionTypeRequest = {
|
|
227
226
|
regionType?: string
|
|
228
|
-
|
|
229
|
-
zhCnName?: string
|
|
227
|
+
regionTypeI18N?: {[key: string]: string}
|
|
230
228
|
}
|
|
231
229
|
|
|
232
230
|
export type CreateRegionTypeResponse = {
|
|
@@ -241,8 +239,7 @@ export type ListRegionTypesResponse = {
|
|
|
241
239
|
|
|
242
240
|
export type RegionType = {
|
|
243
241
|
regionType?: string
|
|
244
|
-
|
|
245
|
-
zhCnName?: string
|
|
242
|
+
regionTypeI18N?: {[key: string]: string}
|
|
246
243
|
}
|
|
247
244
|
|
|
248
245
|
export type ListProductSpecInfoRequest = {
|
|
@@ -273,10 +270,9 @@ export type CreateSpecInfoRequest = {
|
|
|
273
270
|
export type SpecFieldInfo = {
|
|
274
271
|
key?: string
|
|
275
272
|
value?: string
|
|
276
|
-
enUs?: string
|
|
277
|
-
zhCn?: string
|
|
278
273
|
id?: number
|
|
279
274
|
specId?: number
|
|
275
|
+
valueI18N?: {[key: string]: string}
|
|
280
276
|
}
|
|
281
277
|
|
|
282
278
|
export type CreateSpecInfoResponse = {
|
|
@@ -304,8 +300,7 @@ export type DeleteSpecInfoResponse = {
|
|
|
304
300
|
export type SpecFieldKey = {
|
|
305
301
|
id?: number
|
|
306
302
|
key?: string
|
|
307
|
-
|
|
308
|
-
zhCn?: string
|
|
303
|
+
keyI18N?: {[key: string]: string}
|
|
309
304
|
type?: string[]
|
|
310
305
|
}
|
|
311
306
|
|