@gizone/rrs-client 3.11.17-alpha.88 → 3.11.17-alpha.89
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 +2 -2
- package/dist/apis/work-order-api.js +2 -2
- package/dist/esm/apis/work-order-api.js +2 -2
- package/dist/esm/models/get-user-wx200-response.d.ts +6 -6
- package/dist/esm/models/ipage-access-vo.d.ts +8 -8
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/get-user-wx200-response.d.ts +6 -6
- package/dist/models/ipage-access-vo.d.ts +8 -8
- package/dist/models/sys-user.d.ts +4 -4
- package/models/get-user-wx200-response.ts +6 -6
- package/models/ipage-access-vo.ts +8 -8
- package/models/sys-user.ts +4 -4
- package/package.json +1 -1
package/apis/work-order-api.ts
CHANGED
|
@@ -1671,7 +1671,7 @@ export const WorkOrderApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1671
1671
|
workOrderNetworkMonitorRepairAdd: async (networkMonitorRepairAddVo: NetworkMonitorRepairAddVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1672
1672
|
// verify required parameter 'networkMonitorRepairAddVo' is not null or undefined
|
|
1673
1673
|
assertParamExists('workOrderNetworkMonitorRepairAdd', 'networkMonitorRepairAddVo', networkMonitorRepairAddVo)
|
|
1674
|
-
const localVarPath = `/gizone/workOrder/networkMonitorRepair
|
|
1674
|
+
const localVarPath = `/gizone/workOrder/networkMonitorRepair`;
|
|
1675
1675
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1676
1676
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1677
1677
|
let baseOptions;
|
|
@@ -1752,7 +1752,7 @@ export const WorkOrderApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1752
1752
|
assertParamExists('workOrderNetworkMonitorRepairProcess', 'workOrderId', workOrderId)
|
|
1753
1753
|
// verify required parameter 'processNetworkMonitorRepairVo' is not null or undefined
|
|
1754
1754
|
assertParamExists('workOrderNetworkMonitorRepairProcess', 'processNetworkMonitorRepairVo', processNetworkMonitorRepairVo)
|
|
1755
|
-
const localVarPath = `/gizone/workOrder/networkMonitorRepair/process/
|
|
1755
|
+
const localVarPath = `/gizone/workOrder/networkMonitorRepair/process/{workOrderId}`
|
|
1756
1756
|
.replace(`{${"workOrderId"}}`, encodeURIComponent(String(workOrderId)));
|
|
1757
1757
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1758
1758
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1331,7 +1331,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1331
1331
|
workOrderNetworkMonitorRepairAdd: (networkMonitorRepairAddVo_1, ...args_1) => __awaiter(this, [networkMonitorRepairAddVo_1, ...args_1], void 0, function* (networkMonitorRepairAddVo, options = {}) {
|
|
1332
1332
|
// verify required parameter 'networkMonitorRepairAddVo' is not null or undefined
|
|
1333
1333
|
(0, common_1.assertParamExists)('workOrderNetworkMonitorRepairAdd', 'networkMonitorRepairAddVo', networkMonitorRepairAddVo);
|
|
1334
|
-
const localVarPath = `/gizone/workOrder/networkMonitorRepair
|
|
1334
|
+
const localVarPath = `/gizone/workOrder/networkMonitorRepair`;
|
|
1335
1335
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1336
1336
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1337
1337
|
let baseOptions;
|
|
@@ -1399,7 +1399,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1399
1399
|
(0, common_1.assertParamExists)('workOrderNetworkMonitorRepairProcess', 'workOrderId', workOrderId);
|
|
1400
1400
|
// verify required parameter 'processNetworkMonitorRepairVo' is not null or undefined
|
|
1401
1401
|
(0, common_1.assertParamExists)('workOrderNetworkMonitorRepairProcess', 'processNetworkMonitorRepairVo', processNetworkMonitorRepairVo);
|
|
1402
|
-
const localVarPath = `/gizone/workOrder/networkMonitorRepair/process/
|
|
1402
|
+
const localVarPath = `/gizone/workOrder/networkMonitorRepair/process/{workOrderId}`
|
|
1403
1403
|
.replace(`{${"workOrderId"}}`, encodeURIComponent(String(workOrderId)));
|
|
1404
1404
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1405
1405
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1328,7 +1328,7 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1328
1328
|
workOrderNetworkMonitorRepairAdd: (networkMonitorRepairAddVo_1, ...args_1) => __awaiter(this, [networkMonitorRepairAddVo_1, ...args_1], void 0, function* (networkMonitorRepairAddVo, options = {}) {
|
|
1329
1329
|
// verify required parameter 'networkMonitorRepairAddVo' is not null or undefined
|
|
1330
1330
|
assertParamExists('workOrderNetworkMonitorRepairAdd', 'networkMonitorRepairAddVo', networkMonitorRepairAddVo);
|
|
1331
|
-
const localVarPath = `/gizone/workOrder/networkMonitorRepair
|
|
1331
|
+
const localVarPath = `/gizone/workOrder/networkMonitorRepair`;
|
|
1332
1332
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1333
1333
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1334
1334
|
let baseOptions;
|
|
@@ -1396,7 +1396,7 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1396
1396
|
assertParamExists('workOrderNetworkMonitorRepairProcess', 'workOrderId', workOrderId);
|
|
1397
1397
|
// verify required parameter 'processNetworkMonitorRepairVo' is not null or undefined
|
|
1398
1398
|
assertParamExists('workOrderNetworkMonitorRepairProcess', 'processNetworkMonitorRepairVo', processNetworkMonitorRepairVo);
|
|
1399
|
-
const localVarPath = `/gizone/workOrder/networkMonitorRepair/process/
|
|
1399
|
+
const localVarPath = `/gizone/workOrder/networkMonitorRepair/process/{workOrderId}`
|
|
1400
1400
|
.replace(`{${"workOrderId"}}`, encodeURIComponent(String(workOrderId)));
|
|
1401
1401
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1402
1402
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -41,6 +41,12 @@ export interface GetUserWx200Response {
|
|
|
41
41
|
* @memberof GetUserWx200Response
|
|
42
42
|
*/
|
|
43
43
|
'locale'?: GetUserWx200ResponseLocale;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof GetUserWx200Response
|
|
48
|
+
*/
|
|
49
|
+
'bufferSize'?: number;
|
|
44
50
|
/**
|
|
45
51
|
*
|
|
46
52
|
* @type {string}
|
|
@@ -59,12 +65,6 @@ export interface GetUserWx200Response {
|
|
|
59
65
|
* @memberof GetUserWx200Response
|
|
60
66
|
*/
|
|
61
67
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
62
|
-
/**
|
|
63
|
-
*
|
|
64
|
-
* @type {number}
|
|
65
|
-
* @memberof GetUserWx200Response
|
|
66
|
-
*/
|
|
67
|
-
'bufferSize'?: number;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
|
@@ -24,16 +24,16 @@ export interface IPageAccessVO {
|
|
|
24
24
|
'total'?: number;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
|
-
* @type {
|
|
27
|
+
* @type {boolean}
|
|
28
28
|
* @memberof IPageAccessVO
|
|
29
29
|
*/
|
|
30
|
-
'
|
|
30
|
+
'searchCount'?: boolean;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
|
-
* @type {
|
|
33
|
+
* @type {number}
|
|
34
34
|
* @memberof IPageAccessVO
|
|
35
35
|
*/
|
|
36
|
-
'
|
|
36
|
+
'current'?: number;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* @type {number}
|
|
@@ -42,17 +42,17 @@ export interface IPageAccessVO {
|
|
|
42
42
|
'pages'?: number;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {Array<AccessVO>}
|
|
46
46
|
* @memberof IPageAccessVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'records'?: Array<AccessVO>;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageAccessVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -357,14 +357,14 @@ export interface SysUser {
|
|
|
357
357
|
'supplierId'?: number;
|
|
358
358
|
/**
|
|
359
359
|
*
|
|
360
|
-
* @type {
|
|
360
|
+
* @type {string}
|
|
361
361
|
* @memberof SysUser
|
|
362
362
|
*/
|
|
363
|
-
'
|
|
363
|
+
'cid'?: string;
|
|
364
364
|
/**
|
|
365
365
|
*
|
|
366
|
-
* @type {
|
|
366
|
+
* @type {number}
|
|
367
367
|
* @memberof SysUser
|
|
368
368
|
*/
|
|
369
|
-
'
|
|
369
|
+
'cuserId'?: number;
|
|
370
370
|
}
|
|
@@ -41,6 +41,12 @@ export interface GetUserWx200Response {
|
|
|
41
41
|
* @memberof GetUserWx200Response
|
|
42
42
|
*/
|
|
43
43
|
'locale'?: GetUserWx200ResponseLocale;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof GetUserWx200Response
|
|
48
|
+
*/
|
|
49
|
+
'bufferSize'?: number;
|
|
44
50
|
/**
|
|
45
51
|
*
|
|
46
52
|
* @type {string}
|
|
@@ -59,12 +65,6 @@ export interface GetUserWx200Response {
|
|
|
59
65
|
* @memberof GetUserWx200Response
|
|
60
66
|
*/
|
|
61
67
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
62
|
-
/**
|
|
63
|
-
*
|
|
64
|
-
* @type {number}
|
|
65
|
-
* @memberof GetUserWx200Response
|
|
66
|
-
*/
|
|
67
|
-
'bufferSize'?: number;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
|
@@ -24,16 +24,16 @@ export interface IPageAccessVO {
|
|
|
24
24
|
'total'?: number;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
|
-
* @type {
|
|
27
|
+
* @type {boolean}
|
|
28
28
|
* @memberof IPageAccessVO
|
|
29
29
|
*/
|
|
30
|
-
'
|
|
30
|
+
'searchCount'?: boolean;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
|
-
* @type {
|
|
33
|
+
* @type {number}
|
|
34
34
|
* @memberof IPageAccessVO
|
|
35
35
|
*/
|
|
36
|
-
'
|
|
36
|
+
'current'?: number;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* @type {number}
|
|
@@ -42,17 +42,17 @@ export interface IPageAccessVO {
|
|
|
42
42
|
'pages'?: number;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {Array<AccessVO>}
|
|
46
46
|
* @memberof IPageAccessVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'records'?: Array<AccessVO>;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageAccessVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -357,14 +357,14 @@ export interface SysUser {
|
|
|
357
357
|
'supplierId'?: number;
|
|
358
358
|
/**
|
|
359
359
|
*
|
|
360
|
-
* @type {
|
|
360
|
+
* @type {string}
|
|
361
361
|
* @memberof SysUser
|
|
362
362
|
*/
|
|
363
|
-
'
|
|
363
|
+
'cid'?: string;
|
|
364
364
|
/**
|
|
365
365
|
*
|
|
366
|
-
* @type {
|
|
366
|
+
* @type {number}
|
|
367
367
|
* @memberof SysUser
|
|
368
368
|
*/
|
|
369
|
-
'
|
|
369
|
+
'cuserId'?: number;
|
|
370
370
|
}
|
|
@@ -50,6 +50,12 @@ export interface GetUserWx200Response {
|
|
|
50
50
|
* @memberof GetUserWx200Response
|
|
51
51
|
*/
|
|
52
52
|
'locale'?: GetUserWx200ResponseLocale;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof GetUserWx200Response
|
|
57
|
+
*/
|
|
58
|
+
'bufferSize'?: number;
|
|
53
59
|
/**
|
|
54
60
|
*
|
|
55
61
|
* @type {string}
|
|
@@ -68,12 +74,6 @@ export interface GetUserWx200Response {
|
|
|
68
74
|
* @memberof GetUserWx200Response
|
|
69
75
|
*/
|
|
70
76
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
71
|
-
/**
|
|
72
|
-
*
|
|
73
|
-
* @type {number}
|
|
74
|
-
* @memberof GetUserWx200Response
|
|
75
|
-
*/
|
|
76
|
-
'bufferSize'?: number;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
79
|
* @type {string}
|
|
@@ -31,16 +31,16 @@ export interface IPageAccessVO {
|
|
|
31
31
|
'total'?: number;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
34
|
+
* @type {boolean}
|
|
35
35
|
* @memberof IPageAccessVO
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'searchCount'?: boolean;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @type {
|
|
40
|
+
* @type {number}
|
|
41
41
|
* @memberof IPageAccessVO
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'current'?: number;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {number}
|
|
@@ -49,17 +49,17 @@ export interface IPageAccessVO {
|
|
|
49
49
|
'pages'?: number;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {Array<AccessVO>}
|
|
53
53
|
* @memberof IPageAccessVO
|
|
54
|
-
* @deprecated
|
|
55
54
|
*/
|
|
56
|
-
'
|
|
55
|
+
'records'?: Array<AccessVO>;
|
|
57
56
|
/**
|
|
58
57
|
*
|
|
59
58
|
* @type {boolean}
|
|
60
59
|
* @memberof IPageAccessVO
|
|
60
|
+
* @deprecated
|
|
61
61
|
*/
|
|
62
|
-
'
|
|
62
|
+
'hitCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
package/models/sys-user.ts
CHANGED
|
@@ -364,15 +364,15 @@ export interface SysUser {
|
|
|
364
364
|
'supplierId'?: number;
|
|
365
365
|
/**
|
|
366
366
|
*
|
|
367
|
-
* @type {
|
|
367
|
+
* @type {string}
|
|
368
368
|
* @memberof SysUser
|
|
369
369
|
*/
|
|
370
|
-
'
|
|
370
|
+
'cid'?: string;
|
|
371
371
|
/**
|
|
372
372
|
*
|
|
373
|
-
* @type {
|
|
373
|
+
* @type {number}
|
|
374
374
|
* @memberof SysUser
|
|
375
375
|
*/
|
|
376
|
-
'
|
|
376
|
+
'cuserId'?: number;
|
|
377
377
|
}
|
|
378
378
|
|