diff --git a/src/cross/protocols/serviceProto.ts b/src/cross/protocols/serviceProto.ts index c3f6feb..482da50 100644 --- a/src/cross/protocols/serviceProto.ts +++ b/src/cross/protocols/serviceProto.ts @@ -1740,7 +1740,21 @@ export const serviceProto: ServiceProto = { "id": 8, "name": "skin", "type": { - "type": "String" + "type": "Union", + "members": [ + { + "id": 0, + "type": { + "type": "String" + } + }, + { + "id": 1, + "type": { + "type": "Number" + } + } + ] } } ] diff --git a/src/shared/protocols/serviceProto.ts b/src/shared/protocols/serviceProto.ts index c13637e..7aa8e68 100644 --- a/src/shared/protocols/serviceProto.ts +++ b/src/shared/protocols/serviceProto.ts @@ -6411,7 +6411,21 @@ export const serviceProto: ServiceProto = { "id": 8, "name": "skin", "type": { - "type": "String" + "type": "Union", + "members": [ + { + "id": 0, + "type": { + "type": "String" + } + }, + { + "id": 1, + "type": { + "type": "Number" + } + } + ] } } ] @@ -15885,7 +15899,21 @@ export const serviceProto: ServiceProto = { "id": 8, "name": "skin", "type": { - "type": "String" + "type": "Union", + "members": [ + { + "id": 0, + "type": { + "type": "String" + } + }, + { + "id": 1, + "type": { + "type": "Number" + } + } + ] } } ] @@ -25821,7 +25849,21 @@ export const serviceProto: ServiceProto = { "id": 8, "name": "skin", "type": { - "type": "String" + "type": "Union", + "members": [ + { + "id": 0, + "type": { + "type": "String" + } + }, + { + "id": 1, + "type": { + "type": "Number" + } + } + ] } } ]