@gizone/rrs-client 4.2.0-alpha.292 → 4.2.0-alpha.294

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 (130) hide show
  1. package/.openapi-generator/FILES +21 -0
  2. package/apis/access-api.ts +1986 -235
  3. package/dist/apis/access-api.d.ts +913 -1
  4. package/dist/apis/access-api.js +1400 -115
  5. package/dist/esm/apis/access-api.d.ts +913 -1
  6. package/dist/esm/apis/access-api.js +1400 -115
  7. package/dist/esm/models/access-blacklist-add-vo.d.ts +54 -0
  8. package/dist/esm/models/access-blacklist-add-vo.js +14 -0
  9. package/dist/esm/models/access-blacklist-details-dto.d.ts +72 -0
  10. package/dist/esm/models/access-blacklist-details-dto.js +14 -0
  11. package/dist/esm/models/access-blacklist-update-vo.d.ts +48 -0
  12. package/dist/esm/models/access-blacklist-update-vo.js +14 -0
  13. package/dist/esm/models/access-vehicle-length-enum.d.ts +25 -0
  14. package/dist/esm/models/access-vehicle-length-enum.js +26 -0
  15. package/dist/esm/models/access-vehicle-type-enum.d.ts +21 -0
  16. package/dist/esm/models/access-vehicle-type-enum.js +22 -0
  17. package/dist/esm/models/access-whitelist-application-add-vo.d.ts +100 -0
  18. package/dist/esm/models/access-whitelist-application-add-vo.js +14 -0
  19. package/dist/esm/models/access-whitelist-application-approval-vo.d.ts +30 -0
  20. package/dist/esm/models/access-whitelist-application-approval-vo.js +14 -0
  21. package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +123 -0
  22. package/dist/esm/models/access-whitelist-application-batch-import-template-dto.js +14 -0
  23. package/dist/esm/models/access-whitelist-application-details-dto.d.ts +132 -0
  24. package/dist/esm/models/access-whitelist-application-details-dto.js +14 -0
  25. package/dist/esm/models/access-whitelist-application-internal-status-enum.d.ts +21 -0
  26. package/dist/esm/models/access-whitelist-application-internal-status-enum.js +22 -0
  27. package/dist/esm/models/access-whitelist-application-status-enum.d.ts +23 -0
  28. package/dist/esm/models/access-whitelist-application-status-enum.js +24 -0
  29. package/dist/esm/models/access-whitelist-application-update-vo.d.ts +94 -0
  30. package/dist/esm/models/access-whitelist-application-update-vo.js +14 -0
  31. package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +31 -0
  32. package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +14 -0
  33. package/dist/esm/models/index.d.ts +21 -0
  34. package/dist/esm/models/index.js +21 -0
  35. package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +62 -0
  36. package/dist/esm/models/json-result-access-blacklist-details-dto.js +14 -0
  37. package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +62 -0
  38. package/dist/esm/models/json-result-access-whitelist-application-details-dto.js +14 -0
  39. package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +62 -0
  40. package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +14 -0
  41. package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +62 -0
  42. package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.js +14 -0
  43. package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +62 -0
  44. package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.js +14 -0
  45. package/dist/esm/models/page-dto-access-blacklist-details-dto.d.ts +31 -0
  46. package/dist/esm/models/page-dto-access-blacklist-details-dto.js +14 -0
  47. package/dist/esm/models/page-dto-access-whitelist-application-details-dto.d.ts +31 -0
  48. package/dist/esm/models/page-dto-access-whitelist-application-details-dto.js +14 -0
  49. package/dist/esm/models/sync-equipment-vo-equipment.d.ts +6 -0
  50. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
  51. package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
  52. package/dist/esm/models/system-user-msg-type-enum.d.ts +1 -0
  53. package/dist/esm/models/system-user-msg-type-enum.js +2 -1
  54. package/dist/esm/models/whitelist-other-info-vo.d.ts +54 -0
  55. package/dist/esm/models/whitelist-other-info-vo.js +14 -0
  56. package/dist/models/access-blacklist-add-vo.d.ts +54 -0
  57. package/dist/models/access-blacklist-add-vo.js +15 -0
  58. package/dist/models/access-blacklist-details-dto.d.ts +72 -0
  59. package/dist/models/access-blacklist-details-dto.js +15 -0
  60. package/dist/models/access-blacklist-update-vo.d.ts +48 -0
  61. package/dist/models/access-blacklist-update-vo.js +15 -0
  62. package/dist/models/access-vehicle-length-enum.d.ts +25 -0
  63. package/dist/models/access-vehicle-length-enum.js +29 -0
  64. package/dist/models/access-vehicle-type-enum.d.ts +21 -0
  65. package/dist/models/access-vehicle-type-enum.js +25 -0
  66. package/dist/models/access-whitelist-application-add-vo.d.ts +100 -0
  67. package/dist/models/access-whitelist-application-add-vo.js +15 -0
  68. package/dist/models/access-whitelist-application-approval-vo.d.ts +30 -0
  69. package/dist/models/access-whitelist-application-approval-vo.js +15 -0
  70. package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +123 -0
  71. package/dist/models/access-whitelist-application-batch-import-template-dto.js +15 -0
  72. package/dist/models/access-whitelist-application-details-dto.d.ts +132 -0
  73. package/dist/models/access-whitelist-application-details-dto.js +15 -0
  74. package/dist/models/access-whitelist-application-internal-status-enum.d.ts +21 -0
  75. package/dist/models/access-whitelist-application-internal-status-enum.js +25 -0
  76. package/dist/models/access-whitelist-application-status-enum.d.ts +23 -0
  77. package/dist/models/access-whitelist-application-status-enum.js +27 -0
  78. package/dist/models/access-whitelist-application-update-vo.d.ts +94 -0
  79. package/dist/models/access-whitelist-application-update-vo.js +15 -0
  80. package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +31 -0
  81. package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +15 -0
  82. package/dist/models/index.d.ts +21 -0
  83. package/dist/models/index.js +21 -0
  84. package/dist/models/json-result-access-blacklist-details-dto.d.ts +62 -0
  85. package/dist/models/json-result-access-blacklist-details-dto.js +15 -0
  86. package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +62 -0
  87. package/dist/models/json-result-access-whitelist-application-details-dto.js +15 -0
  88. package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +62 -0
  89. package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +15 -0
  90. package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +62 -0
  91. package/dist/models/json-result-page-dto-access-blacklist-details-dto.js +15 -0
  92. package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +62 -0
  93. package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.js +15 -0
  94. package/dist/models/page-dto-access-blacklist-details-dto.d.ts +31 -0
  95. package/dist/models/page-dto-access-blacklist-details-dto.js +15 -0
  96. package/dist/models/page-dto-access-whitelist-application-details-dto.d.ts +31 -0
  97. package/dist/models/page-dto-access-whitelist-application-details-dto.js +15 -0
  98. package/dist/models/sync-equipment-vo-equipment.d.ts +6 -0
  99. package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
  100. package/dist/models/system-user-msg-source-type-enum.js +2 -1
  101. package/dist/models/system-user-msg-type-enum.d.ts +1 -0
  102. package/dist/models/system-user-msg-type-enum.js +2 -1
  103. package/dist/models/whitelist-other-info-vo.d.ts +54 -0
  104. package/dist/models/whitelist-other-info-vo.js +15 -0
  105. package/models/access-blacklist-add-vo.ts +60 -0
  106. package/models/access-blacklist-details-dto.ts +78 -0
  107. package/models/access-blacklist-update-vo.ts +54 -0
  108. package/models/access-vehicle-length-enum.ts +35 -0
  109. package/models/access-vehicle-type-enum.ts +31 -0
  110. package/models/access-whitelist-application-add-vo.ts +116 -0
  111. package/models/access-whitelist-application-approval-vo.ts +36 -0
  112. package/models/access-whitelist-application-batch-import-template-dto.ts +137 -0
  113. package/models/access-whitelist-application-details-dto.ts +152 -0
  114. package/models/access-whitelist-application-internal-status-enum.ts +31 -0
  115. package/models/access-whitelist-application-status-enum.ts +33 -0
  116. package/models/access-whitelist-application-update-vo.ts +110 -0
  117. package/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +39 -0
  118. package/models/index.ts +21 -0
  119. package/models/json-result-access-blacklist-details-dto.ts +72 -0
  120. package/models/json-result-access-whitelist-application-details-dto.ts +72 -0
  121. package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +72 -0
  122. package/models/json-result-page-dto-access-blacklist-details-dto.ts +72 -0
  123. package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +72 -0
  124. package/models/page-dto-access-blacklist-details-dto.ts +39 -0
  125. package/models/page-dto-access-whitelist-application-details-dto.ts +39 -0
  126. package/models/sync-equipment-vo-equipment.ts +6 -0
  127. package/models/system-user-msg-source-type-enum.ts +2 -1
  128. package/models/system-user-msg-type-enum.ts +2 -1
  129. package/models/whitelist-other-info-vo.ts +60 -0
  130. 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 });
@@ -0,0 +1,62 @@
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
+ import type { BaseErrorResult } from './base-error-result';
13
+ import type { PageDtoAccessWhitelistApplicationDetailsDto } from './page-dto-access-whitelist-application-details-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultPageDtoAccessWhitelistApplicationDetailsDto
18
+ */
19
+ export interface JsonResultPageDtoAccessWhitelistApplicationDetailsDto {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultPageDtoAccessWhitelistApplicationDetailsDto
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultPageDtoAccessWhitelistApplicationDetailsDto
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultPageDtoAccessWhitelistApplicationDetailsDto
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {PageDtoAccessWhitelistApplicationDetailsDto}
41
+ * @memberof JsonResultPageDtoAccessWhitelistApplicationDetailsDto
42
+ */
43
+ 'data'?: PageDtoAccessWhitelistApplicationDetailsDto | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultPageDtoAccessWhitelistApplicationDetailsDto
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultPageDtoAccessWhitelistApplicationDetailsDto
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultPageDtoAccessWhitelistApplicationDetailsDto
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -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 });
@@ -0,0 +1,31 @@
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
+ import type { AccessBlacklistDetailsDto } from './access-blacklist-details-dto';
13
+ /**
14
+ * 返回数据,可以是任意类型的值
15
+ * @export
16
+ * @interface PageDtoAccessBlacklistDetailsDto
17
+ */
18
+ export interface PageDtoAccessBlacklistDetailsDto {
19
+ /**
20
+ * 总记录数
21
+ * @type {number}
22
+ * @memberof PageDtoAccessBlacklistDetailsDto
23
+ */
24
+ 'totalSize'?: number;
25
+ /**
26
+ * 页数据列表
27
+ * @type {Array<AccessBlacklistDetailsDto>}
28
+ * @memberof PageDtoAccessBlacklistDetailsDto
29
+ */
30
+ 'pageList'?: Array<AccessBlacklistDetailsDto>;
31
+ }
@@ -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 });
@@ -0,0 +1,31 @@
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
+ import type { AccessWhitelistApplicationDetailsDto } from './access-whitelist-application-details-dto';
13
+ /**
14
+ * 返回数据,可以是任意类型的值
15
+ * @export
16
+ * @interface PageDtoAccessWhitelistApplicationDetailsDto
17
+ */
18
+ export interface PageDtoAccessWhitelistApplicationDetailsDto {
19
+ /**
20
+ * 总记录数
21
+ * @type {number}
22
+ * @memberof PageDtoAccessWhitelistApplicationDetailsDto
23
+ */
24
+ 'totalSize'?: number;
25
+ /**
26
+ * 页数据列表
27
+ * @type {Array<AccessWhitelistApplicationDetailsDto>}
28
+ * @memberof PageDtoAccessWhitelistApplicationDetailsDto
29
+ */
30
+ 'pageList'?: Array<AccessWhitelistApplicationDetailsDto>;
31
+ }
@@ -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 });
@@ -87,4 +87,10 @@ export interface SyncEquipmentVoEquipment {
87
87
  * @memberof SyncEquipmentVoEquipment
88
88
  */
89
89
  'warrantyTime'?: string;
90
+ /**
91
+ * 空间id 获取空间列表 返回的id
92
+ * @type {number}
93
+ * @memberof SyncEquipmentVoEquipment
94
+ */
95
+ 'spaceId'?: number;
90
96
  }
@@ -23,5 +23,6 @@ export declare const SystemUserMsgSourceTypeEnum: {
23
23
  readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
24
24
  readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
25
25
  readonly UserCertificateExpiration: "USER_CERTIFICATE_EXPIRATION";
26
+ readonly AccessWhitelistApplicationApproval: "ACCESS_WHITELIST_APPLICATION_APPROVAL";
26
27
  };
27
28
  export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
@@ -27,5 +27,6 @@ exports.SystemUserMsgSourceTypeEnum = {
27
27
  NetworkMonitoringRepairWorkOrder: 'NETWORK_MONITORING_REPAIR_WORK_ORDER',
28
28
  ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
29
29
  OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
30
- UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION'
30
+ UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
31
+ AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL'
31
32
  };
@@ -18,5 +18,6 @@ export declare const SystemUserMsgTypeEnum: {
18
18
  readonly SystemNotice: "SYSTEM_NOTICE";
19
19
  readonly WorkOrder: "WORK_ORDER";
20
20
  readonly UserCertificateExpiration: "USER_CERTIFICATE_EXPIRATION";
21
+ readonly AccessWhitelistApplicationApproval: "ACCESS_WHITELIST_APPLICATION_APPROVAL";
21
22
  };
22
23
  export type SystemUserMsgTypeEnum = typeof SystemUserMsgTypeEnum[keyof typeof SystemUserMsgTypeEnum];
@@ -22,5 +22,6 @@ exports.SystemUserMsgTypeEnum = void 0;
22
22
  exports.SystemUserMsgTypeEnum = {
23
23
  SystemNotice: 'SYSTEM_NOTICE',
24
24
  WorkOrder: 'WORK_ORDER',
25
- UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION'
25
+ UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
26
+ AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL'
26
27
  };
@@ -0,0 +1,54 @@
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
+ * @interface WhitelistOtherInfoVo
16
+ */
17
+ export interface WhitelistOtherInfoVo {
18
+ /**
19
+ * 劳务合同
20
+ * @type {Array<string>}
21
+ * @memberof WhitelistOtherInfoVo
22
+ */
23
+ 'laborContractUrl'?: Array<string>;
24
+ /**
25
+ * 保险证明
26
+ * @type {Array<string>}
27
+ * @memberof WhitelistOtherInfoVo
28
+ */
29
+ 'insuranceCertificateUrl'?: Array<string>;
30
+ /**
31
+ * 三级教育
32
+ * @type {Array<string>}
33
+ * @memberof WhitelistOtherInfoVo
34
+ */
35
+ 'safetyEducationUrl'?: Array<string>;
36
+ /**
37
+ * 体检报告
38
+ * @type {Array<string>}
39
+ * @memberof WhitelistOtherInfoVo
40
+ */
41
+ 'medicalReportUrl'?: Array<string>;
42
+ /**
43
+ * 安全承诺书
44
+ * @type {Array<string>}
45
+ * @memberof WhitelistOtherInfoVo
46
+ */
47
+ 'safetyCommitmentUrl'?: Array<string>;
48
+ /**
49
+ * 其他附件
50
+ * @type {Array<string>}
51
+ * @memberof WhitelistOtherInfoVo
52
+ */
53
+ 'otherAttachmentUrl'?: Array<string>;
54
+ }
@@ -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 });
@@ -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 AccessBlacklistAddVo
21
+ */
22
+ export interface AccessBlacklistAddVo {
23
+ /**
24
+ * 园区ID
25
+ * @type {number}
26
+ * @memberof AccessBlacklistAddVo
27
+ */
28
+ 'parkId': number;
29
+ /**
30
+ * 访问公司ID
31
+ * @type {number}
32
+ * @memberof AccessBlacklistAddVo
33
+ */
34
+ 'accessCompanyId'?: number;
35
+ /**
36
+ * 用户名称
37
+ * @type {string}
38
+ * @memberof AccessBlacklistAddVo
39
+ */
40
+ 'userName'?: string;
41
+ /**
42
+ * 用户手机号
43
+ * @type {string}
44
+ * @memberof AccessBlacklistAddVo
45
+ */
46
+ 'phone'?: string;
47
+ /**
48
+ * 车牌号
49
+ * @type {string}
50
+ * @memberof AccessBlacklistAddVo
51
+ */
52
+ 'licensePlate'?: string;
53
+ /**
54
+ * 人员图片
55
+ * @type {string}
56
+ * @memberof AccessBlacklistAddVo
57
+ */
58
+ 'facePhoto'?: string;
59
+ }
60
+
@@ -0,0 +1,78 @@
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 AccessBlacklistDetailsDto
21
+ */
22
+ export interface AccessBlacklistDetailsDto {
23
+ /**
24
+ * 访问黑名单ID
25
+ * @type {number}
26
+ * @memberof AccessBlacklistDetailsDto
27
+ */
28
+ 'id'?: number;
29
+ /**
30
+ * 园区ID
31
+ * @type {number}
32
+ * @memberof AccessBlacklistDetailsDto
33
+ */
34
+ 'parkId'?: number;
35
+ /**
36
+ * 访问公司ID
37
+ * @type {number}
38
+ * @memberof AccessBlacklistDetailsDto
39
+ */
40
+ 'accessCompanyId'?: number;
41
+ /**
42
+ * 访问公司名称
43
+ * @type {string}
44
+ * @memberof AccessBlacklistDetailsDto
45
+ */
46
+ 'accessCompanyName'?: string;
47
+ /**
48
+ * 用户名称
49
+ * @type {string}
50
+ * @memberof AccessBlacklistDetailsDto
51
+ */
52
+ 'userName'?: string;
53
+ /**
54
+ * 用户手机号
55
+ * @type {string}
56
+ * @memberof AccessBlacklistDetailsDto
57
+ */
58
+ 'phone'?: string;
59
+ /**
60
+ * 车牌号
61
+ * @type {string}
62
+ * @memberof AccessBlacklistDetailsDto
63
+ */
64
+ 'licensePlate'?: string;
65
+ /**
66
+ * 人员图片
67
+ * @type {string}
68
+ * @memberof AccessBlacklistDetailsDto
69
+ */
70
+ 'facePhoto'?: string;
71
+ /**
72
+ * 创建人
73
+ * @type {number}
74
+ * @memberof AccessBlacklistDetailsDto
75
+ */
76
+ 'createUserId'?: number;
77
+ }
78
+
@@ -0,0 +1,54 @@
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 AccessBlacklistUpdateVo
21
+ */
22
+ export interface AccessBlacklistUpdateVo {
23
+ /**
24
+ * 访问公司ID
25
+ * @type {number}
26
+ * @memberof AccessBlacklistUpdateVo
27
+ */
28
+ 'accessCompanyId'?: number;
29
+ /**
30
+ * 用户名称
31
+ * @type {string}
32
+ * @memberof AccessBlacklistUpdateVo
33
+ */
34
+ 'userName'?: string;
35
+ /**
36
+ * 用户手机号
37
+ * @type {string}
38
+ * @memberof AccessBlacklistUpdateVo
39
+ */
40
+ 'phone'?: string;
41
+ /**
42
+ * 车牌号
43
+ * @type {string}
44
+ * @memberof AccessBlacklistUpdateVo
45
+ */
46
+ 'licensePlate'?: string;
47
+ /**
48
+ * 人员图片
49
+ * @type {string}
50
+ * @memberof AccessBlacklistUpdateVo
51
+ */
52
+ 'facePhoto'?: string;
53
+ }
54
+
@@ -0,0 +1,35 @@
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
+ * @enum {string}
21
+ */
22
+
23
+ export const AccessVehicleLengthEnum = {
24
+ LengthLe38: 'LENGTH_LE_3_8',
25
+ Length68: 'LENGTH_6_8',
26
+ Length96: 'LENGTH_9_6',
27
+ Length135: 'LENGTH_13_5',
28
+ Length175: 'LENGTH_17_5',
29
+ LengthGt175: 'LENGTH_GT_17_5'
30
+ } as const;
31
+
32
+ export type AccessVehicleLengthEnum = typeof AccessVehicleLengthEnum[keyof typeof AccessVehicleLengthEnum];
33
+
34
+
35
+
@@ -0,0 +1,31 @@
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
+ * @enum {string}
21
+ */
22
+
23
+ export const AccessVehicleTypeEnum = {
24
+ Truck: 'TRUCK',
25
+ Bus: 'BUS'
26
+ } as const;
27
+
28
+ export type AccessVehicleTypeEnum = typeof AccessVehicleTypeEnum[keyof typeof AccessVehicleTypeEnum];
29
+
30
+
31
+
@@ -0,0 +1,116 @@
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 { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
27
+ import type { WhitelistOtherInfoVo } from './whitelist-other-info-vo';
28
+
29
+ /**
30
+ * 出入白名单申请新增参数
31
+ * @export
32
+ * @interface AccessWhitelistApplicationAddVo
33
+ */
34
+ export interface AccessWhitelistApplicationAddVo {
35
+ /**
36
+ * 园区ID
37
+ * @type {number}
38
+ * @memberof AccessWhitelistApplicationAddVo
39
+ */
40
+ 'parkId': number;
41
+ /**
42
+ * 访问公司
43
+ * @type {number}
44
+ * @memberof AccessWhitelistApplicationAddVo
45
+ */
46
+ 'accessCompanyId': number;
47
+ /**
48
+ *
49
+ * @type {AccessVisitorPersonTypeEnum}
50
+ * @memberof AccessWhitelistApplicationAddVo
51
+ */
52
+ 'accessVisitorPersonType': AccessVisitorPersonTypeEnum;
53
+ /**
54
+ * 开始时间
55
+ * @type {string}
56
+ * @memberof AccessWhitelistApplicationAddVo
57
+ */
58
+ 'startTime': string;
59
+ /**
60
+ * 结束时间
61
+ * @type {string}
62
+ * @memberof AccessWhitelistApplicationAddVo
63
+ */
64
+ 'endTime': string;
65
+ /**
66
+ * 姓名
67
+ * @type {string}
68
+ * @memberof AccessWhitelistApplicationAddVo
69
+ */
70
+ 'applicantName': string;
71
+ /**
72
+ * 申请电话
73
+ * @type {string}
74
+ * @memberof AccessWhitelistApplicationAddVo
75
+ */
76
+ 'applicantPhone': string;
77
+ /**
78
+ * 申请原因
79
+ * @type {string}
80
+ * @memberof AccessWhitelistApplicationAddVo
81
+ */
82
+ 'applicantReason': string;
83
+ /**
84
+ * 申请人脸图片
85
+ * @type {string}
86
+ * @memberof AccessWhitelistApplicationAddVo
87
+ */
88
+ 'applicantFacePhoto'?: string;
89
+ /**
90
+ * 申请车牌号
91
+ * @type {string}
92
+ * @memberof AccessWhitelistApplicationAddVo
93
+ */
94
+ 'applicantLicensePlate'?: string;
95
+ /**
96
+ *
97
+ * @type {AccessVehicleTypeEnum}
98
+ * @memberof AccessWhitelistApplicationAddVo
99
+ */
100
+ 'vehicleType'?: AccessVehicleTypeEnum;
101
+ /**
102
+ *
103
+ * @type {AccessVehicleLengthEnum}
104
+ * @memberof AccessWhitelistApplicationAddVo
105
+ */
106
+ 'vehicleLength'?: AccessVehicleLengthEnum;
107
+ /**
108
+ *
109
+ * @type {WhitelistOtherInfoVo}
110
+ * @memberof AccessWhitelistApplicationAddVo
111
+ */
112
+ 'otherInfo'?: WhitelistOtherInfoVo;
113
+ }
114
+
115
+
116
+