@gizone/rrs-client 4.1.1-alpha.159 → 4.1.1-alpha.160
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/dist/esm/models/get-user-wx200-response.d.ts +12 -12
- package/dist/esm/models/ipage-access-vo.d.ts +3 -3
- package/dist/esm/models/sync-device-unit-vo.d.ts +0 -12
- package/dist/models/get-user-wx200-response.d.ts +12 -12
- package/dist/models/ipage-access-vo.d.ts +3 -3
- package/dist/models/sync-device-unit-vo.d.ts +0 -12
- package/models/get-user-wx200-response.ts +12 -12
- package/models/ipage-access-vo.ts +3 -3
- package/models/sync-device-unit-vo.ts +0 -12
- package/package.json +1 -1
|
@@ -35,6 +35,12 @@ export interface GetUserWx200Response {
|
|
|
35
35
|
* @memberof GetUserWx200Response
|
|
36
36
|
*/
|
|
37
37
|
'trailerFields'?: object;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {GetUserWx200ResponseLocale}
|
|
41
|
+
* @memberof GetUserWx200Response
|
|
42
|
+
*/
|
|
43
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
38
44
|
/**
|
|
39
45
|
*
|
|
40
46
|
* @type {string}
|
|
@@ -53,24 +59,12 @@ export interface GetUserWx200Response {
|
|
|
53
59
|
* @memberof GetUserWx200Response
|
|
54
60
|
*/
|
|
55
61
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
56
|
-
/**
|
|
57
|
-
*
|
|
58
|
-
* @type {GetUserWx200ResponseLocale}
|
|
59
|
-
* @memberof GetUserWx200Response
|
|
60
|
-
*/
|
|
61
|
-
'locale'?: GetUserWx200ResponseLocale;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
64
|
* @type {number}
|
|
65
65
|
* @memberof GetUserWx200Response
|
|
66
66
|
*/
|
|
67
67
|
'bufferSize'?: number;
|
|
68
|
-
/**
|
|
69
|
-
*
|
|
70
|
-
* @type {string}
|
|
71
|
-
* @memberof GetUserWx200Response
|
|
72
|
-
*/
|
|
73
|
-
'characterEncoding'?: string;
|
|
74
68
|
/**
|
|
75
69
|
*
|
|
76
70
|
* @type {number}
|
|
@@ -89,4 +83,10 @@ export interface GetUserWx200Response {
|
|
|
89
83
|
* @memberof GetUserWx200Response
|
|
90
84
|
*/
|
|
91
85
|
'writer'?: object;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof GetUserWx200Response
|
|
90
|
+
*/
|
|
91
|
+
'characterEncoding'?: string;
|
|
92
92
|
}
|
|
@@ -44,15 +44,15 @@ export interface IPageAccessVO {
|
|
|
44
44
|
*
|
|
45
45
|
* @type {boolean}
|
|
46
46
|
* @memberof IPageAccessVO
|
|
47
|
+
* @deprecated
|
|
47
48
|
*/
|
|
48
|
-
'
|
|
49
|
+
'hitCount'?: boolean;
|
|
49
50
|
/**
|
|
50
51
|
*
|
|
51
52
|
* @type {boolean}
|
|
52
53
|
* @memberof IPageAccessVO
|
|
53
|
-
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -141,18 +141,6 @@ export interface SyncDeviceUnitVo {
|
|
|
141
141
|
* @memberof SyncDeviceUnitVo
|
|
142
142
|
*/
|
|
143
143
|
'location'?: string;
|
|
144
|
-
/**
|
|
145
|
-
* 心跳时间
|
|
146
|
-
* @type {string}
|
|
147
|
-
* @memberof SyncDeviceUnitVo
|
|
148
|
-
*/
|
|
149
|
-
'heartBeatAt'?: string;
|
|
150
|
-
/**
|
|
151
|
-
* 下次心跳时间
|
|
152
|
-
* @type {string}
|
|
153
|
-
* @memberof SyncDeviceUnitVo
|
|
154
|
-
*/
|
|
155
|
-
'heartBeatExpiresAt'?: string;
|
|
156
144
|
/**
|
|
157
145
|
* 倍率
|
|
158
146
|
* @type {number}
|
|
@@ -35,6 +35,12 @@ export interface GetUserWx200Response {
|
|
|
35
35
|
* @memberof GetUserWx200Response
|
|
36
36
|
*/
|
|
37
37
|
'trailerFields'?: object;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {GetUserWx200ResponseLocale}
|
|
41
|
+
* @memberof GetUserWx200Response
|
|
42
|
+
*/
|
|
43
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
38
44
|
/**
|
|
39
45
|
*
|
|
40
46
|
* @type {string}
|
|
@@ -53,24 +59,12 @@ export interface GetUserWx200Response {
|
|
|
53
59
|
* @memberof GetUserWx200Response
|
|
54
60
|
*/
|
|
55
61
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
56
|
-
/**
|
|
57
|
-
*
|
|
58
|
-
* @type {GetUserWx200ResponseLocale}
|
|
59
|
-
* @memberof GetUserWx200Response
|
|
60
|
-
*/
|
|
61
|
-
'locale'?: GetUserWx200ResponseLocale;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
64
|
* @type {number}
|
|
65
65
|
* @memberof GetUserWx200Response
|
|
66
66
|
*/
|
|
67
67
|
'bufferSize'?: number;
|
|
68
|
-
/**
|
|
69
|
-
*
|
|
70
|
-
* @type {string}
|
|
71
|
-
* @memberof GetUserWx200Response
|
|
72
|
-
*/
|
|
73
|
-
'characterEncoding'?: string;
|
|
74
68
|
/**
|
|
75
69
|
*
|
|
76
70
|
* @type {number}
|
|
@@ -89,4 +83,10 @@ export interface GetUserWx200Response {
|
|
|
89
83
|
* @memberof GetUserWx200Response
|
|
90
84
|
*/
|
|
91
85
|
'writer'?: object;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof GetUserWx200Response
|
|
90
|
+
*/
|
|
91
|
+
'characterEncoding'?: string;
|
|
92
92
|
}
|
|
@@ -44,15 +44,15 @@ export interface IPageAccessVO {
|
|
|
44
44
|
*
|
|
45
45
|
* @type {boolean}
|
|
46
46
|
* @memberof IPageAccessVO
|
|
47
|
+
* @deprecated
|
|
47
48
|
*/
|
|
48
|
-
'
|
|
49
|
+
'hitCount'?: boolean;
|
|
49
50
|
/**
|
|
50
51
|
*
|
|
51
52
|
* @type {boolean}
|
|
52
53
|
* @memberof IPageAccessVO
|
|
53
|
-
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -141,18 +141,6 @@ export interface SyncDeviceUnitVo {
|
|
|
141
141
|
* @memberof SyncDeviceUnitVo
|
|
142
142
|
*/
|
|
143
143
|
'location'?: string;
|
|
144
|
-
/**
|
|
145
|
-
* 心跳时间
|
|
146
|
-
* @type {string}
|
|
147
|
-
* @memberof SyncDeviceUnitVo
|
|
148
|
-
*/
|
|
149
|
-
'heartBeatAt'?: string;
|
|
150
|
-
/**
|
|
151
|
-
* 下次心跳时间
|
|
152
|
-
* @type {string}
|
|
153
|
-
* @memberof SyncDeviceUnitVo
|
|
154
|
-
*/
|
|
155
|
-
'heartBeatExpiresAt'?: string;
|
|
156
144
|
/**
|
|
157
145
|
* 倍率
|
|
158
146
|
* @type {number}
|
|
@@ -44,6 +44,12 @@ export interface GetUserWx200Response {
|
|
|
44
44
|
* @memberof GetUserWx200Response
|
|
45
45
|
*/
|
|
46
46
|
'trailerFields'?: object;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {GetUserWx200ResponseLocale}
|
|
50
|
+
* @memberof GetUserWx200Response
|
|
51
|
+
*/
|
|
52
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
47
53
|
/**
|
|
48
54
|
*
|
|
49
55
|
* @type {string}
|
|
@@ -62,24 +68,12 @@ export interface GetUserWx200Response {
|
|
|
62
68
|
* @memberof GetUserWx200Response
|
|
63
69
|
*/
|
|
64
70
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
65
|
-
/**
|
|
66
|
-
*
|
|
67
|
-
* @type {GetUserWx200ResponseLocale}
|
|
68
|
-
* @memberof GetUserWx200Response
|
|
69
|
-
*/
|
|
70
|
-
'locale'?: GetUserWx200ResponseLocale;
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
73
|
* @type {number}
|
|
74
74
|
* @memberof GetUserWx200Response
|
|
75
75
|
*/
|
|
76
76
|
'bufferSize'?: number;
|
|
77
|
-
/**
|
|
78
|
-
*
|
|
79
|
-
* @type {string}
|
|
80
|
-
* @memberof GetUserWx200Response
|
|
81
|
-
*/
|
|
82
|
-
'characterEncoding'?: string;
|
|
83
77
|
/**
|
|
84
78
|
*
|
|
85
79
|
* @type {number}
|
|
@@ -98,5 +92,11 @@ export interface GetUserWx200Response {
|
|
|
98
92
|
* @memberof GetUserWx200Response
|
|
99
93
|
*/
|
|
100
94
|
'writer'?: object;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof GetUserWx200Response
|
|
99
|
+
*/
|
|
100
|
+
'characterEncoding'?: string;
|
|
101
101
|
}
|
|
102
102
|
|
|
@@ -51,15 +51,15 @@ export interface IPageAccessVO {
|
|
|
51
51
|
*
|
|
52
52
|
* @type {boolean}
|
|
53
53
|
* @memberof IPageAccessVO
|
|
54
|
+
* @deprecated
|
|
54
55
|
*/
|
|
55
|
-
'
|
|
56
|
+
'hitCount'?: boolean;
|
|
56
57
|
/**
|
|
57
58
|
*
|
|
58
59
|
* @type {boolean}
|
|
59
60
|
* @memberof IPageAccessVO
|
|
60
|
-
* @deprecated
|
|
61
61
|
*/
|
|
62
|
-
'
|
|
62
|
+
'searchCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
|
@@ -146,18 +146,6 @@ export interface SyncDeviceUnitVo {
|
|
|
146
146
|
* @memberof SyncDeviceUnitVo
|
|
147
147
|
*/
|
|
148
148
|
'location'?: string;
|
|
149
|
-
/**
|
|
150
|
-
* 心跳时间
|
|
151
|
-
* @type {string}
|
|
152
|
-
* @memberof SyncDeviceUnitVo
|
|
153
|
-
*/
|
|
154
|
-
'heartBeatAt'?: string;
|
|
155
|
-
/**
|
|
156
|
-
* 下次心跳时间
|
|
157
|
-
* @type {string}
|
|
158
|
-
* @memberof SyncDeviceUnitVo
|
|
159
|
-
*/
|
|
160
|
-
'heartBeatExpiresAt'?: string;
|
|
161
149
|
/**
|
|
162
150
|
* 倍率
|
|
163
151
|
* @type {number}
|