@gizone/rrs-client 3.11.17-alpha.91 → 3.11.17-alpha.93
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/apis/work-order-api.ts +4 -4
- package/dist/apis/work-order-api.d.ts +4 -4
- package/dist/apis/work-order-api.js +4 -4
- package/dist/esm/apis/work-order-api.d.ts +4 -4
- package/dist/esm/apis/work-order-api.js +4 -4
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/esm/models/ipage-access-vo.d.ts +8 -8
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/ipage-access-vo.d.ts +8 -8
- package/models/get-user-wx200-response.ts +10 -10
- package/models/ipage-access-vo.ts +8 -8
- package/package.json +1 -1
package/apis/work-order-api.ts
CHANGED
|
@@ -1741,7 +1741,7 @@ export const WorkOrderApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1741
1741
|
},
|
|
1742
1742
|
/**
|
|
1743
1743
|
*
|
|
1744
|
-
* @summary
|
|
1744
|
+
* @summary 处理网络监控报修工单
|
|
1745
1745
|
* @param {number} workOrderId
|
|
1746
1746
|
* @param {ProcessNetworkMonitorRepairVo} processNetworkMonitorRepairVo
|
|
1747
1747
|
* @param {*} [options] Override http request option.
|
|
@@ -2662,7 +2662,7 @@ export const WorkOrderApiFp = function(configuration?: Configuration) {
|
|
|
2662
2662
|
},
|
|
2663
2663
|
/**
|
|
2664
2664
|
*
|
|
2665
|
-
* @summary
|
|
2665
|
+
* @summary 处理网络监控报修工单
|
|
2666
2666
|
* @param {number} workOrderId
|
|
2667
2667
|
* @param {ProcessNetworkMonitorRepairVo} processNetworkMonitorRepairVo
|
|
2668
2668
|
* @param {*} [options] Override http request option.
|
|
@@ -3165,7 +3165,7 @@ export const WorkOrderApiFactory = function (configuration?: Configuration, base
|
|
|
3165
3165
|
},
|
|
3166
3166
|
/**
|
|
3167
3167
|
*
|
|
3168
|
-
* @summary
|
|
3168
|
+
* @summary 处理网络监控报修工单
|
|
3169
3169
|
* @param {WorkOrderApiWorkOrderNetworkMonitorRepairProcessRequest} requestParameters Request parameters.
|
|
3170
3170
|
* @param {*} [options] Override http request option.
|
|
3171
3171
|
* @throws {RequiredError}
|
|
@@ -4638,7 +4638,7 @@ export class WorkOrderApi extends BaseAPI {
|
|
|
4638
4638
|
|
|
4639
4639
|
/**
|
|
4640
4640
|
*
|
|
4641
|
-
* @summary
|
|
4641
|
+
* @summary 处理网络监控报修工单
|
|
4642
4642
|
* @param {WorkOrderApiWorkOrderNetworkMonitorRepairProcessRequest} requestParameters Request parameters.
|
|
4643
4643
|
* @param {*} [options] Override http request option.
|
|
4644
4644
|
* @throws {RequiredError}
|
|
@@ -388,7 +388,7 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
388
388
|
workOrderNetworkMonitorRepairDetails: (workOrderId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
389
389
|
/**
|
|
390
390
|
*
|
|
391
|
-
* @summary
|
|
391
|
+
* @summary 处理网络监控报修工单
|
|
392
392
|
* @param {number} workOrderId
|
|
393
393
|
* @param {ProcessNetworkMonitorRepairVo} processNetworkMonitorRepairVo
|
|
394
394
|
* @param {*} [options] Override http request option.
|
|
@@ -803,7 +803,7 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
803
803
|
workOrderNetworkMonitorRepairDetails(workOrderId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultNetworkMonitorRepairDetailsDto>>;
|
|
804
804
|
/**
|
|
805
805
|
*
|
|
806
|
-
* @summary
|
|
806
|
+
* @summary 处理网络监控报修工单
|
|
807
807
|
* @param {number} workOrderId
|
|
808
808
|
* @param {ProcessNetworkMonitorRepairVo} processNetworkMonitorRepairVo
|
|
809
809
|
* @param {*} [options] Override http request option.
|
|
@@ -1180,7 +1180,7 @@ export declare const WorkOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
1180
1180
|
workOrderNetworkMonitorRepairDetails(requestParameters: WorkOrderApiWorkOrderNetworkMonitorRepairDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultNetworkMonitorRepairDetailsDto>;
|
|
1181
1181
|
/**
|
|
1182
1182
|
*
|
|
1183
|
-
* @summary
|
|
1183
|
+
* @summary 处理网络监控报修工单
|
|
1184
1184
|
* @param {WorkOrderApiWorkOrderNetworkMonitorRepairProcessRequest} requestParameters Request parameters.
|
|
1185
1185
|
* @param {*} [options] Override http request option.
|
|
1186
1186
|
* @throws {RequiredError}
|
|
@@ -2436,7 +2436,7 @@ export declare class WorkOrderApi extends BaseAPI {
|
|
|
2436
2436
|
workOrderNetworkMonitorRepairDetails(requestParameters: WorkOrderApiWorkOrderNetworkMonitorRepairDetailsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultNetworkMonitorRepairDetailsDto, any>>;
|
|
2437
2437
|
/**
|
|
2438
2438
|
*
|
|
2439
|
-
* @summary
|
|
2439
|
+
* @summary 处理网络监控报修工单
|
|
2440
2440
|
* @param {WorkOrderApiWorkOrderNetworkMonitorRepairProcessRequest} requestParameters Request parameters.
|
|
2441
2441
|
* @param {*} [options] Override http request option.
|
|
2442
2442
|
* @throws {RequiredError}
|
|
@@ -1388,7 +1388,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1388
1388
|
}),
|
|
1389
1389
|
/**
|
|
1390
1390
|
*
|
|
1391
|
-
* @summary
|
|
1391
|
+
* @summary 处理网络监控报修工单
|
|
1392
1392
|
* @param {number} workOrderId
|
|
1393
1393
|
* @param {ProcessNetworkMonitorRepairVo} processNetworkMonitorRepairVo
|
|
1394
1394
|
* @param {*} [options] Override http request option.
|
|
@@ -2351,7 +2351,7 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2351
2351
|
},
|
|
2352
2352
|
/**
|
|
2353
2353
|
*
|
|
2354
|
-
* @summary
|
|
2354
|
+
* @summary 处理网络监控报修工单
|
|
2355
2355
|
* @param {number} workOrderId
|
|
2356
2356
|
* @param {ProcessNetworkMonitorRepairVo} processNetworkMonitorRepairVo
|
|
2357
2357
|
* @param {*} [options] Override http request option.
|
|
@@ -2884,7 +2884,7 @@ const WorkOrderApiFactory = function (configuration, basePath, axios) {
|
|
|
2884
2884
|
},
|
|
2885
2885
|
/**
|
|
2886
2886
|
*
|
|
2887
|
-
* @summary
|
|
2887
|
+
* @summary 处理网络监控报修工单
|
|
2888
2888
|
* @param {WorkOrderApiWorkOrderNetworkMonitorRepairProcessRequest} requestParameters Request parameters.
|
|
2889
2889
|
* @param {*} [options] Override http request option.
|
|
2890
2890
|
* @throws {RequiredError}
|
|
@@ -3390,7 +3390,7 @@ class WorkOrderApi extends base_1.BaseAPI {
|
|
|
3390
3390
|
}
|
|
3391
3391
|
/**
|
|
3392
3392
|
*
|
|
3393
|
-
* @summary
|
|
3393
|
+
* @summary 处理网络监控报修工单
|
|
3394
3394
|
* @param {WorkOrderApiWorkOrderNetworkMonitorRepairProcessRequest} requestParameters Request parameters.
|
|
3395
3395
|
* @param {*} [options] Override http request option.
|
|
3396
3396
|
* @throws {RequiredError}
|
|
@@ -388,7 +388,7 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
388
388
|
workOrderNetworkMonitorRepairDetails: (workOrderId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
389
389
|
/**
|
|
390
390
|
*
|
|
391
|
-
* @summary
|
|
391
|
+
* @summary 处理网络监控报修工单
|
|
392
392
|
* @param {number} workOrderId
|
|
393
393
|
* @param {ProcessNetworkMonitorRepairVo} processNetworkMonitorRepairVo
|
|
394
394
|
* @param {*} [options] Override http request option.
|
|
@@ -803,7 +803,7 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
803
803
|
workOrderNetworkMonitorRepairDetails(workOrderId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultNetworkMonitorRepairDetailsDto>>;
|
|
804
804
|
/**
|
|
805
805
|
*
|
|
806
|
-
* @summary
|
|
806
|
+
* @summary 处理网络监控报修工单
|
|
807
807
|
* @param {number} workOrderId
|
|
808
808
|
* @param {ProcessNetworkMonitorRepairVo} processNetworkMonitorRepairVo
|
|
809
809
|
* @param {*} [options] Override http request option.
|
|
@@ -1180,7 +1180,7 @@ export declare const WorkOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
1180
1180
|
workOrderNetworkMonitorRepairDetails(requestParameters: WorkOrderApiWorkOrderNetworkMonitorRepairDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultNetworkMonitorRepairDetailsDto>;
|
|
1181
1181
|
/**
|
|
1182
1182
|
*
|
|
1183
|
-
* @summary
|
|
1183
|
+
* @summary 处理网络监控报修工单
|
|
1184
1184
|
* @param {WorkOrderApiWorkOrderNetworkMonitorRepairProcessRequest} requestParameters Request parameters.
|
|
1185
1185
|
* @param {*} [options] Override http request option.
|
|
1186
1186
|
* @throws {RequiredError}
|
|
@@ -2436,7 +2436,7 @@ export declare class WorkOrderApi extends BaseAPI {
|
|
|
2436
2436
|
workOrderNetworkMonitorRepairDetails(requestParameters: WorkOrderApiWorkOrderNetworkMonitorRepairDetailsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultNetworkMonitorRepairDetailsDto, any>>;
|
|
2437
2437
|
/**
|
|
2438
2438
|
*
|
|
2439
|
-
* @summary
|
|
2439
|
+
* @summary 处理网络监控报修工单
|
|
2440
2440
|
* @param {WorkOrderApiWorkOrderNetworkMonitorRepairProcessRequest} requestParameters Request parameters.
|
|
2441
2441
|
* @param {*} [options] Override http request option.
|
|
2442
2442
|
* @throws {RequiredError}
|
|
@@ -1385,7 +1385,7 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1385
1385
|
}),
|
|
1386
1386
|
/**
|
|
1387
1387
|
*
|
|
1388
|
-
* @summary
|
|
1388
|
+
* @summary 处理网络监控报修工单
|
|
1389
1389
|
* @param {number} workOrderId
|
|
1390
1390
|
* @param {ProcessNetworkMonitorRepairVo} processNetworkMonitorRepairVo
|
|
1391
1391
|
* @param {*} [options] Override http request option.
|
|
@@ -2347,7 +2347,7 @@ export const WorkOrderApiFp = function (configuration) {
|
|
|
2347
2347
|
},
|
|
2348
2348
|
/**
|
|
2349
2349
|
*
|
|
2350
|
-
* @summary
|
|
2350
|
+
* @summary 处理网络监控报修工单
|
|
2351
2351
|
* @param {number} workOrderId
|
|
2352
2352
|
* @param {ProcessNetworkMonitorRepairVo} processNetworkMonitorRepairVo
|
|
2353
2353
|
* @param {*} [options] Override http request option.
|
|
@@ -2879,7 +2879,7 @@ export const WorkOrderApiFactory = function (configuration, basePath, axios) {
|
|
|
2879
2879
|
},
|
|
2880
2880
|
/**
|
|
2881
2881
|
*
|
|
2882
|
-
* @summary
|
|
2882
|
+
* @summary 处理网络监控报修工单
|
|
2883
2883
|
* @param {WorkOrderApiWorkOrderNetworkMonitorRepairProcessRequest} requestParameters Request parameters.
|
|
2884
2884
|
* @param {*} [options] Override http request option.
|
|
2885
2885
|
* @throws {RequiredError}
|
|
@@ -3384,7 +3384,7 @@ export class WorkOrderApi extends BaseAPI {
|
|
|
3384
3384
|
}
|
|
3385
3385
|
/**
|
|
3386
3386
|
*
|
|
3387
|
-
* @summary
|
|
3387
|
+
* @summary 处理网络监控报修工单
|
|
3388
3388
|
* @param {WorkOrderApiWorkOrderNetworkMonitorRepairProcessRequest} requestParameters Request parameters.
|
|
3389
3389
|
* @param {*} [options] Override http request option.
|
|
3390
3390
|
* @throws {RequiredError}
|
|
@@ -19,10 +19,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
19
19
|
export interface GetUserWx200Response {
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
|
-
* @type {
|
|
22
|
+
* @type {object}
|
|
23
23
|
* @memberof GetUserWx200Response
|
|
24
24
|
*/
|
|
25
|
-
'
|
|
25
|
+
'trailerFields'?: object;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {number}
|
|
@@ -31,16 +31,10 @@ export interface GetUserWx200Response {
|
|
|
31
31
|
'status'?: number;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
35
|
-
* @memberof GetUserWx200Response
|
|
36
|
-
*/
|
|
37
|
-
'trailerFields'?: object;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {GetUserWx200ResponseLocale}
|
|
34
|
+
* @type {Array<string>}
|
|
41
35
|
* @memberof GetUserWx200Response
|
|
42
36
|
*/
|
|
43
|
-
'
|
|
37
|
+
'headerNames'?: Array<string>;
|
|
44
38
|
/**
|
|
45
39
|
*
|
|
46
40
|
* @type {string}
|
|
@@ -65,6 +59,12 @@ export interface GetUserWx200Response {
|
|
|
65
59
|
* @memberof GetUserWx200Response
|
|
66
60
|
*/
|
|
67
61
|
'bufferSize'?: number;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {GetUserWx200ResponseLocale}
|
|
65
|
+
* @memberof GetUserWx200Response
|
|
66
|
+
*/
|
|
67
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
|
@@ -27,26 +27,26 @@ export interface IPageAccessVO {
|
|
|
27
27
|
* @type {number}
|
|
28
28
|
* @memberof IPageAccessVO
|
|
29
29
|
*/
|
|
30
|
-
'
|
|
30
|
+
'pages'?: number;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
|
-
* @type {
|
|
33
|
+
* @type {boolean}
|
|
34
34
|
* @memberof IPageAccessVO
|
|
35
|
+
* @deprecated
|
|
35
36
|
*/
|
|
36
|
-
'
|
|
37
|
+
'hitCount'?: boolean;
|
|
37
38
|
/**
|
|
38
39
|
*
|
|
39
|
-
* @type {
|
|
40
|
+
* @type {Array<AccessVO>}
|
|
40
41
|
* @memberof IPageAccessVO
|
|
41
42
|
*/
|
|
42
|
-
'
|
|
43
|
+
'records'?: Array<AccessVO>;
|
|
43
44
|
/**
|
|
44
45
|
*
|
|
45
|
-
* @type {
|
|
46
|
+
* @type {number}
|
|
46
47
|
* @memberof IPageAccessVO
|
|
47
|
-
* @deprecated
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'current'?: number;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {boolean}
|
|
@@ -19,10 +19,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
19
19
|
export interface GetUserWx200Response {
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
|
-
* @type {
|
|
22
|
+
* @type {object}
|
|
23
23
|
* @memberof GetUserWx200Response
|
|
24
24
|
*/
|
|
25
|
-
'
|
|
25
|
+
'trailerFields'?: object;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {number}
|
|
@@ -31,16 +31,10 @@ export interface GetUserWx200Response {
|
|
|
31
31
|
'status'?: number;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
35
|
-
* @memberof GetUserWx200Response
|
|
36
|
-
*/
|
|
37
|
-
'trailerFields'?: object;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {GetUserWx200ResponseLocale}
|
|
34
|
+
* @type {Array<string>}
|
|
41
35
|
* @memberof GetUserWx200Response
|
|
42
36
|
*/
|
|
43
|
-
'
|
|
37
|
+
'headerNames'?: Array<string>;
|
|
44
38
|
/**
|
|
45
39
|
*
|
|
46
40
|
* @type {string}
|
|
@@ -65,6 +59,12 @@ export interface GetUserWx200Response {
|
|
|
65
59
|
* @memberof GetUserWx200Response
|
|
66
60
|
*/
|
|
67
61
|
'bufferSize'?: number;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {GetUserWx200ResponseLocale}
|
|
65
|
+
* @memberof GetUserWx200Response
|
|
66
|
+
*/
|
|
67
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
|
@@ -27,26 +27,26 @@ export interface IPageAccessVO {
|
|
|
27
27
|
* @type {number}
|
|
28
28
|
* @memberof IPageAccessVO
|
|
29
29
|
*/
|
|
30
|
-
'
|
|
30
|
+
'pages'?: number;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
|
-
* @type {
|
|
33
|
+
* @type {boolean}
|
|
34
34
|
* @memberof IPageAccessVO
|
|
35
|
+
* @deprecated
|
|
35
36
|
*/
|
|
36
|
-
'
|
|
37
|
+
'hitCount'?: boolean;
|
|
37
38
|
/**
|
|
38
39
|
*
|
|
39
|
-
* @type {
|
|
40
|
+
* @type {Array<AccessVO>}
|
|
40
41
|
* @memberof IPageAccessVO
|
|
41
42
|
*/
|
|
42
|
-
'
|
|
43
|
+
'records'?: Array<AccessVO>;
|
|
43
44
|
/**
|
|
44
45
|
*
|
|
45
|
-
* @type {
|
|
46
|
+
* @type {number}
|
|
46
47
|
* @memberof IPageAccessVO
|
|
47
|
-
* @deprecated
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'current'?: number;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {boolean}
|
|
@@ -28,10 +28,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
28
28
|
export interface GetUserWx200Response {
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
|
-
* @type {
|
|
31
|
+
* @type {object}
|
|
32
32
|
* @memberof GetUserWx200Response
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
34
|
+
'trailerFields'?: object;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @type {number}
|
|
@@ -40,16 +40,10 @@ export interface GetUserWx200Response {
|
|
|
40
40
|
'status'?: number;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
|
-
* @type {
|
|
44
|
-
* @memberof GetUserWx200Response
|
|
45
|
-
*/
|
|
46
|
-
'trailerFields'?: object;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {GetUserWx200ResponseLocale}
|
|
43
|
+
* @type {Array<string>}
|
|
50
44
|
* @memberof GetUserWx200Response
|
|
51
45
|
*/
|
|
52
|
-
'
|
|
46
|
+
'headerNames'?: Array<string>;
|
|
53
47
|
/**
|
|
54
48
|
*
|
|
55
49
|
* @type {string}
|
|
@@ -74,6 +68,12 @@ export interface GetUserWx200Response {
|
|
|
74
68
|
* @memberof GetUserWx200Response
|
|
75
69
|
*/
|
|
76
70
|
'bufferSize'?: number;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {GetUserWx200ResponseLocale}
|
|
74
|
+
* @memberof GetUserWx200Response
|
|
75
|
+
*/
|
|
76
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
79
|
* @type {string}
|
|
@@ -34,26 +34,26 @@ export interface IPageAccessVO {
|
|
|
34
34
|
* @type {number}
|
|
35
35
|
* @memberof IPageAccessVO
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'pages'?: number;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @type {
|
|
40
|
+
* @type {boolean}
|
|
41
41
|
* @memberof IPageAccessVO
|
|
42
|
+
* @deprecated
|
|
42
43
|
*/
|
|
43
|
-
'
|
|
44
|
+
'hitCount'?: boolean;
|
|
44
45
|
/**
|
|
45
46
|
*
|
|
46
|
-
* @type {
|
|
47
|
+
* @type {Array<AccessVO>}
|
|
47
48
|
* @memberof IPageAccessVO
|
|
48
49
|
*/
|
|
49
|
-
'
|
|
50
|
+
'records'?: Array<AccessVO>;
|
|
50
51
|
/**
|
|
51
52
|
*
|
|
52
|
-
* @type {
|
|
53
|
+
* @type {number}
|
|
53
54
|
* @memberof IPageAccessVO
|
|
54
|
-
* @deprecated
|
|
55
55
|
*/
|
|
56
|
-
'
|
|
56
|
+
'current'?: number;
|
|
57
57
|
/**
|
|
58
58
|
*
|
|
59
59
|
* @type {boolean}
|