@gizone/rrs-client 4.2.0-alpha.347 → 4.2.0-alpha.349

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.
Files changed (99) hide show
  1. package/.openapi-generator/FILES +10 -0
  2. package/api.ts +1 -0
  3. package/apis/hwork-api.ts +167 -0
  4. package/apis/open-api-api.ts +214 -0
  5. package/apis/surveillance-api.ts +92 -0
  6. package/apis/web-hook-api.ts +182 -0
  7. package/dist/api.d.ts +1 -0
  8. package/dist/api.js +1 -0
  9. package/dist/apis/hwork-api.d.ts +96 -0
  10. package/dist/apis/hwork-api.js +145 -0
  11. package/dist/apis/open-api-api.d.ts +110 -0
  12. package/dist/apis/open-api-api.js +156 -0
  13. package/dist/apis/surveillance-api.d.ts +47 -0
  14. package/dist/apis/surveillance-api.js +71 -0
  15. package/dist/apis/web-hook-api.d.ts +94 -0
  16. package/dist/apis/web-hook-api.js +140 -0
  17. package/dist/esm/api.d.ts +1 -0
  18. package/dist/esm/api.js +1 -0
  19. package/dist/esm/apis/hwork-api.d.ts +96 -0
  20. package/dist/esm/apis/hwork-api.js +138 -0
  21. package/dist/esm/apis/open-api-api.d.ts +110 -0
  22. package/dist/esm/apis/open-api-api.js +156 -0
  23. package/dist/esm/apis/surveillance-api.d.ts +47 -0
  24. package/dist/esm/apis/surveillance-api.js +71 -0
  25. package/dist/esm/apis/web-hook-api.d.ts +94 -0
  26. package/dist/esm/apis/web-hook-api.js +140 -0
  27. package/dist/esm/models/index.d.ts +9 -0
  28. package/dist/esm/models/index.js +9 -0
  29. package/dist/esm/models/insurance-notice-vo.d.ts +54 -0
  30. package/dist/esm/models/insurance-notice-vo.js +14 -0
  31. package/dist/esm/models/insurance-work-order-issue-vo.d.ts +79 -0
  32. package/dist/esm/models/insurance-work-order-issue-vo.js +14 -0
  33. package/dist/esm/models/insurance-work-order-vo.d.ts +37 -0
  34. package/dist/esm/models/insurance-work-order-vo.js +14 -0
  35. package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +62 -0
  36. package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.js +14 -0
  37. package/dist/esm/models/json-result-surveillance-count-dto.d.ts +62 -0
  38. package/dist/esm/models/json-result-surveillance-count-dto.js +14 -0
  39. package/dist/esm/models/login-type-enum.d.ts +2 -0
  40. package/dist/esm/models/login-type-enum.js +3 -1
  41. package/dist/esm/models/open-api-equipment-list-dto.d.ts +110 -0
  42. package/dist/esm/models/open-api-equipment-list-dto.js +14 -0
  43. package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +31 -0
  44. package/dist/esm/models/page-dto-open-api-equipment-list-dto.js +14 -0
  45. package/dist/esm/models/park-info-dto.d.ts +12 -0
  46. package/dist/esm/models/surveillance-count-dto.d.ts +30 -0
  47. package/dist/esm/models/surveillance-count-dto.js +14 -0
  48. package/dist/esm/models/sys-post.d.ts +6 -0
  49. package/dist/esm/models/sys-role.d.ts +6 -0
  50. package/dist/esm/models/sys-user.d.ts +14 -1
  51. package/dist/esm/models/user-source-enum.d.ts +21 -0
  52. package/dist/esm/models/user-source-enum.js +22 -0
  53. package/dist/esm/models/work-order-issue-type-enum.d.ts +1 -1
  54. package/dist/esm/models/work-order-issue-type-enum.js +1 -1
  55. package/dist/models/index.d.ts +9 -0
  56. package/dist/models/index.js +9 -0
  57. package/dist/models/insurance-notice-vo.d.ts +54 -0
  58. package/dist/models/insurance-notice-vo.js +15 -0
  59. package/dist/models/insurance-work-order-issue-vo.d.ts +79 -0
  60. package/dist/models/insurance-work-order-issue-vo.js +15 -0
  61. package/dist/models/insurance-work-order-vo.d.ts +37 -0
  62. package/dist/models/insurance-work-order-vo.js +15 -0
  63. package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +62 -0
  64. package/dist/models/json-result-page-dto-open-api-equipment-list-dto.js +15 -0
  65. package/dist/models/json-result-surveillance-count-dto.d.ts +62 -0
  66. package/dist/models/json-result-surveillance-count-dto.js +15 -0
  67. package/dist/models/login-type-enum.d.ts +2 -0
  68. package/dist/models/login-type-enum.js +3 -1
  69. package/dist/models/open-api-equipment-list-dto.d.ts +110 -0
  70. package/dist/models/open-api-equipment-list-dto.js +15 -0
  71. package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +31 -0
  72. package/dist/models/page-dto-open-api-equipment-list-dto.js +15 -0
  73. package/dist/models/park-info-dto.d.ts +12 -0
  74. package/dist/models/surveillance-count-dto.d.ts +30 -0
  75. package/dist/models/surveillance-count-dto.js +15 -0
  76. package/dist/models/sys-post.d.ts +6 -0
  77. package/dist/models/sys-role.d.ts +6 -0
  78. package/dist/models/sys-user.d.ts +14 -1
  79. package/dist/models/user-source-enum.d.ts +21 -0
  80. package/dist/models/user-source-enum.js +25 -0
  81. package/dist/models/work-order-issue-type-enum.d.ts +1 -1
  82. package/dist/models/work-order-issue-type-enum.js +1 -1
  83. package/models/index.ts +9 -0
  84. package/models/insurance-notice-vo.ts +60 -0
  85. package/models/insurance-work-order-issue-vo.ts +89 -0
  86. package/models/insurance-work-order-vo.ts +45 -0
  87. package/models/json-result-page-dto-open-api-equipment-list-dto.ts +72 -0
  88. package/models/json-result-surveillance-count-dto.ts +72 -0
  89. package/models/login-type-enum.ts +3 -1
  90. package/models/open-api-equipment-list-dto.ts +122 -0
  91. package/models/page-dto-open-api-equipment-list-dto.ts +39 -0
  92. package/models/park-info-dto.ts +12 -0
  93. package/models/surveillance-count-dto.ts +36 -0
  94. package/models/sys-post.ts +6 -0
  95. package/models/sys-role.ts +6 -0
  96. package/models/sys-user.ts +18 -1
  97. package/models/user-source-enum.ts +31 -0
  98. package/models/work-order-issue-type-enum.ts +1 -1
  99. package/package.json +1 -1
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -95,4 +95,10 @@ export interface SysPost {
95
95
  * @memberof SysPost
96
96
  */
97
97
  'flag'?: boolean;
98
+ /**
99
+ *
100
+ * @type {number}
101
+ * @memberof SysPost
102
+ */
103
+ 'parkId'?: number;
98
104
  }
@@ -143,4 +143,10 @@ export interface SysRole {
143
143
  * @memberof SysRole
144
144
  */
145
145
  'parkId'?: number;
146
+ /**
147
+ *
148
+ * @type {number}
149
+ * @memberof SysRole
150
+ */
151
+ 'type'?: number;
146
152
  }
@@ -12,6 +12,7 @@
12
12
  import type { SysDept } from './sys-dept';
13
13
  import type { SysRole } from './sys-role';
14
14
  import type { SysUserAttachmentInfo } from './sys-user-attachment-info';
15
+ import type { UserSourceEnum } from './user-source-enum';
15
16
  /**
16
17
  * 用户对象
17
18
  * @export
@@ -364,14 +365,26 @@ export interface SysUser {
364
365
  'userAttachments'?: Array<SysUserAttachmentInfo>;
365
366
  /**
366
367
  *
368
+ * @type {UserSourceEnum}
369
+ * @memberof SysUser
370
+ */
371
+ 'userSource'?: UserSourceEnum;
372
+ /**
373
+ * 源用户ID
367
374
  * @type {string}
368
375
  * @memberof SysUser
369
376
  */
370
- 'cid'?: string;
377
+ 'sourceUserId'?: string;
371
378
  /**
372
379
  *
373
380
  * @type {number}
374
381
  * @memberof SysUser
375
382
  */
376
383
  'cuserId'?: number;
384
+ /**
385
+ *
386
+ * @type {string}
387
+ * @memberof SysUser
388
+ */
389
+ 'cid'?: string;
377
390
  }
@@ -0,0 +1,21 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 用户来源
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const UserSourceEnum: {
18
+ readonly Internal: "INTERNAL";
19
+ readonly Hwork: "HWORK";
20
+ };
21
+ export type UserSourceEnum = typeof UserSourceEnum[keyof typeof UserSourceEnum];
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.UserSourceEnum = void 0;
17
+ /**
18
+ * 用户来源
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.UserSourceEnum = {
23
+ Internal: 'INTERNAL',
24
+ Hwork: 'HWORK'
25
+ };
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * 违规大类
13
+ * 问题类型
14
14
  * @export
15
15
  * @enum {string}
16
16
  */
@@ -15,7 +15,7 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.WorkOrderIssueTypeEnum = void 0;
17
17
  /**
18
- * 违规大类
18
+ * 问题类型
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
package/models/index.ts CHANGED
@@ -135,6 +135,9 @@ export * from './inspection-standard-entity';
135
135
  export * from './inspection-standard-import-dto';
136
136
  export * from './inspection-standard-type-enum';
137
137
  export * from './installation-body-enum';
138
+ export * from './insurance-notice-vo';
139
+ export * from './insurance-work-order-issue-vo';
140
+ export * from './insurance-work-order-vo';
138
141
  export * from './iot-device-status-enum';
139
142
  export * from './json-result';
140
143
  export * from './json-result-access-appointment-record-details-dto';
@@ -213,6 +216,7 @@ export * from './json-result-page-dto-disaster-warning-standard-entity';
213
216
  export * from './json-result-page-dto-equipment-search-system-dto';
214
217
  export * from './json-result-page-dto-inspection-standard-dto';
215
218
  export * from './json-result-page-dto-maintenance-standard-dto';
219
+ export * from './json-result-page-dto-open-api-equipment-list-dto';
216
220
  export * from './json-result-page-dto-plan-search-dto';
217
221
  export * from './json-result-page-dto-supplier-contract-details-dto';
218
222
  export * from './json-result-page-dto-surveillance-details-dto';
@@ -227,6 +231,7 @@ export * from './json-result-space-image-detail-dto';
227
231
  export * from './json-result-string';
228
232
  export * from './json-result-supplier-contract-details-dto';
229
233
  export * from './json-result-supplier-entity';
234
+ export * from './json-result-surveillance-count-dto';
230
235
  export * from './json-result-surveillance-details-dto';
231
236
  export * from './json-result-surveillance-live-dto';
232
237
  export * from './json-result-surveillance-settings-details-dto';
@@ -267,6 +272,7 @@ export * from './offline-alert-work-order-details-dto';
267
272
  export * from './offline-alert-work-order-info';
268
273
  export * from './offline-alert-work-order-vo';
269
274
  export * from './open-api-access-appointment-record-add-vo';
275
+ export * from './open-api-equipment-list-dto';
270
276
  export * from './page-dto-access-appointment-record-details-dto';
271
277
  export * from './page-dto-access-blacklist-details-dto';
272
278
  export * from './page-dto-access-record-summary-list-dto';
@@ -276,6 +282,7 @@ export * from './page-dto-disaster-warning-standard-entity';
276
282
  export * from './page-dto-equipment-search-system-dto';
277
283
  export * from './page-dto-inspection-standard-dto';
278
284
  export * from './page-dto-maintenance-standard-dto';
285
+ export * from './page-dto-open-api-equipment-list-dto';
279
286
  export * from './page-dto-plan-search-dto';
280
287
  export * from './page-dto-supplier-contract-details-dto';
281
288
  export * from './page-dto-surveillance-details-dto';
@@ -348,6 +355,7 @@ export * from './supplier-search-vo';
348
355
  export * from './supplier-select-dto';
349
356
  export * from './surveillance';
350
357
  export * from './surveillance-batch-import-template-dto';
358
+ export * from './surveillance-count-dto';
351
359
  export * from './surveillance-details-dto';
352
360
  export * from './surveillance-live-dto';
353
361
  export * from './surveillance-point-vo';
@@ -398,6 +406,7 @@ export * from './user-excel-dto';
398
406
  export * from './user-roles-and-permissions-dto';
399
407
  export * from './user-settings-entity';
400
408
  export * from './user-settings-update-bo';
409
+ export * from './user-source-enum';
401
410
  export * from './user-whether-privacy-dto';
402
411
  export * from './violation-center-attribute-enum';
403
412
  export * from './violation-decision-vo';
@@ -0,0 +1,60 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ * 保险通知参数
19
+ * @export
20
+ * @interface InsuranceNoticeVo
21
+ */
22
+ export interface InsuranceNoticeVo {
23
+ /**
24
+ * 园区编码
25
+ * @type {string}
26
+ * @memberof InsuranceNoticeVo
27
+ */
28
+ 'parkCode': string;
29
+ /**
30
+ * 考察时间
31
+ * @type {string}
32
+ * @memberof InsuranceNoticeVo
33
+ */
34
+ 'visitTime': string;
35
+ /**
36
+ * 考察内容
37
+ * @type {string}
38
+ * @memberof InsuranceNoticeVo
39
+ */
40
+ 'visitContent': string;
41
+ /**
42
+ * 联系人
43
+ * @type {string}
44
+ * @memberof InsuranceNoticeVo
45
+ */
46
+ 'contactName': string;
47
+ /**
48
+ * 联系电话
49
+ * @type {string}
50
+ * @memberof InsuranceNoticeVo
51
+ */
52
+ 'contactPhone': string;
53
+ /**
54
+ * 参与人员
55
+ * @type {Array<string>}
56
+ * @memberof InsuranceNoticeVo
57
+ */
58
+ 'participants': Array<string>;
59
+ }
60
+
@@ -0,0 +1,89 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
19
+
20
+ /**
21
+ * 问题
22
+ * @export
23
+ * @interface InsuranceWorkOrderIssueVo
24
+ */
25
+ export interface InsuranceWorkOrderIssueVo {
26
+ /**
27
+ * 问题单号
28
+ * @type {string}
29
+ * @memberof InsuranceWorkOrderIssueVo
30
+ */
31
+ 'issuesNo': string;
32
+ /**
33
+ * 问题时间
34
+ * @type {string}
35
+ * @memberof InsuranceWorkOrderIssueVo
36
+ */
37
+ 'issuesTime': string;
38
+ /**
39
+ *
40
+ * @type {WorkOrderIssueTypeEnum}
41
+ * @memberof InsuranceWorkOrderIssueVo
42
+ */
43
+ 'issueType': WorkOrderIssueTypeEnum;
44
+ /**
45
+ * 问题描述
46
+ * @type {string}
47
+ * @memberof InsuranceWorkOrderIssueVo
48
+ */
49
+ 'issuesDesc': string;
50
+ /**
51
+ * 问题设备ID
52
+ * @type {number}
53
+ * @memberof InsuranceWorkOrderIssueVo
54
+ */
55
+ 'issuesEquipmentId': number;
56
+ /**
57
+ * 问题空间ID
58
+ * @type {number}
59
+ * @memberof InsuranceWorkOrderIssueVo
60
+ */
61
+ 'issuesSpaceId': number;
62
+ /**
63
+ * 风险类别
64
+ * @type {string}
65
+ * @memberof InsuranceWorkOrderIssueVo
66
+ */
67
+ 'riskCategory': string;
68
+ /**
69
+ * 风险等级
70
+ * @type {string}
71
+ * @memberof InsuranceWorkOrderIssueVo
72
+ */
73
+ 'riskLevel': string;
74
+ /**
75
+ * 要求整改时间
76
+ * @type {string}
77
+ * @memberof InsuranceWorkOrderIssueVo
78
+ */
79
+ 'rectificationTime': string;
80
+ /**
81
+ * 隐患照片
82
+ * @type {Array<string>}
83
+ * @memberof InsuranceWorkOrderIssueVo
84
+ */
85
+ 'hazardPhotoUrls': Array<string>;
86
+ }
87
+
88
+
89
+
@@ -0,0 +1,45 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { InsuranceWorkOrderIssueVo } from './insurance-work-order-issue-vo';
19
+
20
+ /**
21
+ * 接收保险问题入参
22
+ * @export
23
+ * @interface InsuranceWorkOrderVo
24
+ */
25
+ export interface InsuranceWorkOrderVo {
26
+ /**
27
+ * 园区编码
28
+ * @type {string}
29
+ * @memberof InsuranceWorkOrderVo
30
+ */
31
+ 'parkCode': string;
32
+ /**
33
+ * 保险单号
34
+ * @type {string}
35
+ * @memberof InsuranceWorkOrderVo
36
+ */
37
+ 'insuranceNo': string;
38
+ /**
39
+ * 问题
40
+ * @type {Array<InsuranceWorkOrderIssueVo>}
41
+ * @memberof InsuranceWorkOrderVo
42
+ */
43
+ 'issues': Array<InsuranceWorkOrderIssueVo>;
44
+ }
45
+
@@ -0,0 +1,72 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { BaseErrorResult } from './base-error-result';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { PageDtoOpenApiEquipmentListDto } from './page-dto-open-api-equipment-list-dto';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultPageDtoOpenApiEquipmentListDto
27
+ */
28
+ export interface JsonResultPageDtoOpenApiEquipmentListDto {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultPageDtoOpenApiEquipmentListDto
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultPageDtoOpenApiEquipmentListDto
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultPageDtoOpenApiEquipmentListDto
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {PageDtoOpenApiEquipmentListDto}
50
+ * @memberof JsonResultPageDtoOpenApiEquipmentListDto
51
+ */
52
+ 'data'?: PageDtoOpenApiEquipmentListDto | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultPageDtoOpenApiEquipmentListDto
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultPageDtoOpenApiEquipmentListDto
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultPageDtoOpenApiEquipmentListDto
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -0,0 +1,72 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { BaseErrorResult } from './base-error-result';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { SurveillanceCountDto } from './surveillance-count-dto';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultSurveillanceCountDto
27
+ */
28
+ export interface JsonResultSurveillanceCountDto {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultSurveillanceCountDto
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultSurveillanceCountDto
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultSurveillanceCountDto
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {SurveillanceCountDto}
50
+ * @memberof JsonResultSurveillanceCountDto
51
+ */
52
+ 'data'?: SurveillanceCountDto | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultSurveillanceCountDto
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultSurveillanceCountDto
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultSurveillanceCountDto
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -24,7 +24,9 @@ export const LoginTypeEnum = {
24
24
  Pc: 'PC',
25
25
  Applet: 'APPLET',
26
26
  App: 'APP',
27
- H5: 'H5'
27
+ H5: 'H5',
28
+ HWorkPc: 'H_WORK_PC',
29
+ HWorkApp: 'H_WORK_APP'
28
30
  } as const;
29
31
 
30
32
  export type LoginTypeEnum = typeof LoginTypeEnum[keyof typeof LoginTypeEnum];
@@ -0,0 +1,122 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { EquipmentStatusEnum } from './equipment-status-enum';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { ThirdPartySystemEnum } from './third-party-system-enum';
22
+
23
+ /**
24
+ * openApi接口设备返回参数
25
+ * @export
26
+ * @interface OpenApiEquipmentListDto
27
+ */
28
+ export interface OpenApiEquipmentListDto {
29
+ /**
30
+ * id
31
+ * @type {number}
32
+ * @memberof OpenApiEquipmentListDto
33
+ */
34
+ 'id'?: number;
35
+ /**
36
+ * 设备名称
37
+ * @type {string}
38
+ * @memberof OpenApiEquipmentListDto
39
+ */
40
+ 'equipmentName'?: string;
41
+ /**
42
+ *
43
+ * @type {EquipmentStatusEnum}
44
+ * @memberof OpenApiEquipmentListDto
45
+ */
46
+ 'equipmentStatus'?: EquipmentStatusEnum;
47
+ /**
48
+ * 设备系统
49
+ * @type {string}
50
+ * @memberof OpenApiEquipmentListDto
51
+ */
52
+ 'equipmentSystem'?: string;
53
+ /**
54
+ * 设备系统ID
55
+ * @type {number}
56
+ * @memberof OpenApiEquipmentListDto
57
+ */
58
+ 'equipmentSystemId'?: number;
59
+ /**
60
+ * 设备等级
61
+ * @type {string}
62
+ * @memberof OpenApiEquipmentListDto
63
+ */
64
+ 'equipmentClass'?: string;
65
+ /**
66
+ * 出厂时间
67
+ * @type {string}
68
+ * @memberof OpenApiEquipmentListDto
69
+ */
70
+ 'deliveryTime'?: string;
71
+ /**
72
+ * 现场安装时间
73
+ * @type {string}
74
+ * @memberof OpenApiEquipmentListDto
75
+ */
76
+ 'installTime'?: string;
77
+ /**
78
+ * 质保时间
79
+ * @type {string}
80
+ * @memberof OpenApiEquipmentListDto
81
+ */
82
+ 'warrantyTime'?: string;
83
+ /**
84
+ * 空间id
85
+ * @type {number}
86
+ * @memberof OpenApiEquipmentListDto
87
+ */
88
+ 'spaceId'?: number;
89
+ /**
90
+ * 是否公共区域
91
+ * @type {boolean}
92
+ * @memberof OpenApiEquipmentListDto
93
+ */
94
+ 'isPublicArea'?: boolean;
95
+ /**
96
+ * 关联设备id
97
+ * @type {Array<number>}
98
+ * @memberof OpenApiEquipmentListDto
99
+ */
100
+ 'relatedEquipmentIds'?: Array<number>;
101
+ /**
102
+ *
103
+ * @type {ThirdPartySystemEnum}
104
+ * @memberof OpenApiEquipmentListDto
105
+ */
106
+ 'source'?: ThirdPartySystemEnum;
107
+ /**
108
+ * 设备编码
109
+ * @type {string}
110
+ * @memberof OpenApiEquipmentListDto
111
+ */
112
+ 'equipmentCode'?: string;
113
+ /**
114
+ * 资产编码
115
+ * @type {string}
116
+ * @memberof OpenApiEquipmentListDto
117
+ */
118
+ 'famEquipmentCode'?: string;
119
+ }
120
+
121
+
122
+