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