|
@@ -161,7 +161,7 @@ export interface ServiceType {
|
|
}
|
|
}
|
|
|
|
|
|
export const serviceProto: ServiceProto<ServiceType> = {
|
|
export const serviceProto: ServiceProto<ServiceType> = {
|
|
- "version": 42,
|
|
|
|
|
|
+ "version": 43,
|
|
"services": [
|
|
"services": [
|
|
{
|
|
{
|
|
"id": 39,
|
|
"id": 39,
|
|
@@ -993,14 +993,16 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
"id": 0,
|
|
"id": 0,
|
|
"name": "type",
|
|
"name": "type",
|
|
"type": {
|
|
"type": {
|
|
- "type": "Number"
|
|
|
|
|
|
+ "type": "Reference",
|
|
|
|
+ "target": "hc/PtlHcInfo/HcType"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"id": 1,
|
|
"id": 1,
|
|
"name": "unlock",
|
|
"name": "unlock",
|
|
"type": {
|
|
"type": {
|
|
- "type": "Number"
|
|
|
|
|
|
+ "type": "Reference",
|
|
|
|
+ "target": "hc/PtlHcInfo/HcUnlock"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -1012,6 +1014,44 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+ "hc/PtlHcInfo/HcType": {
|
|
|
|
+ "type": "Enum",
|
|
|
|
+ "members": [
|
|
|
|
+ {
|
|
|
|
+ "id": 0,
|
|
|
|
+ "value": 0
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 1,
|
|
|
|
+ "value": 1
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 2,
|
|
|
|
+ "value": 2
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 3,
|
|
|
|
+ "value": 3
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 4,
|
|
|
|
+ "value": 4
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "hc/PtlHcInfo/HcUnlock": {
|
|
|
|
+ "type": "Enum",
|
|
|
|
+ "members": [
|
|
|
|
+ {
|
|
|
|
+ "id": 0,
|
|
|
|
+ "value": 0
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 1,
|
|
|
|
+ "value": 1
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
"hc/PtlHcMerge/ReqHcMerge": {
|
|
"hc/PtlHcMerge/ReqHcMerge": {
|
|
"type": "Interface",
|
|
"type": "Interface",
|
|
"properties": [
|
|
"properties": [
|