|
@@ -877,7 +877,7 @@ interface ReqHcEmit {
|
|
|
```ts
|
|
|
interface ResHcEmit {
|
|
|
[key: string]: {
|
|
|
- type: 0 | 2 | 3 | 50 | 4,
|
|
|
+ type: 0 | 2 | 3 | 4 | 50 | 51,
|
|
|
unlock: 0 | 1,
|
|
|
correlationId: number
|
|
|
}
|
|
@@ -913,7 +913,7 @@ interface ResHcInfo {
|
|
|
lastTime: number,
|
|
|
list: {
|
|
|
[key: string]: {
|
|
|
- type: 0 | 2 | 3 | 50 | 4,
|
|
|
+ type: 0 | 2 | 3 | 4 | 50 | 51,
|
|
|
unlock: 0 | 1,
|
|
|
correlationId: number
|
|
|
}
|
|
@@ -948,7 +948,7 @@ interface ReqHcMerge {
|
|
|
interface ResHcMerge {
|
|
|
list: {
|
|
|
[key: string]: {
|
|
|
- type: 0 | 2 | 3 | 50 | 4,
|
|
|
+ type: 0 | 2 | 3 | 4 | 50 | 51,
|
|
|
unlock: 0 | 1,
|
|
|
correlationId: number
|
|
|
}
|