@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,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 { AccessWhitelistApplicationDetailsDto } from './access-whitelist-application-details-dto';
13
+ import type { BaseErrorResult } from './base-error-result';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultAccessWhitelistApplicationDetailsDto
18
+ */
19
+ export interface JsonResultAccessWhitelistApplicationDetailsDto {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultAccessWhitelistApplicationDetailsDto
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultAccessWhitelistApplicationDetailsDto
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultAccessWhitelistApplicationDetailsDto
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {AccessWhitelistApplicationDetailsDto}
41
+ * @memberof JsonResultAccessWhitelistApplicationDetailsDto
42
+ */
43
+ 'data'?: AccessWhitelistApplicationDetailsDto;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultAccessWhitelistApplicationDetailsDto
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultAccessWhitelistApplicationDetailsDto
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultAccessWhitelistApplicationDetailsDto
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -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 { ExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto } from './excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto
18
+ */
19
+ export interface JsonResultExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {ExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto}
41
+ * @memberof JsonResultExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto
42
+ */
43
+ 'data'?: ExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -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 { PageDtoAccessBlacklistDetailsDto } from './page-dto-access-blacklist-details-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultPageDtoAccessBlacklistDetailsDto
18
+ */
19
+ export interface JsonResultPageDtoAccessBlacklistDetailsDto {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultPageDtoAccessBlacklistDetailsDto
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultPageDtoAccessBlacklistDetailsDto
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultPageDtoAccessBlacklistDetailsDto
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {PageDtoAccessBlacklistDetailsDto}
41
+ * @memberof JsonResultPageDtoAccessBlacklistDetailsDto
42
+ */
43
+ 'data'?: PageDtoAccessBlacklistDetailsDto | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultPageDtoAccessBlacklistDetailsDto
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultPageDtoAccessBlacklistDetailsDto
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultPageDtoAccessBlacklistDetailsDto
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -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,14 @@
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
+ export {};
@@ -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,14 @@
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
+ export {};
@@ -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,14 @@
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
+ export {};
@@ -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];
@@ -24,5 +24,6 @@ export const SystemUserMsgSourceTypeEnum = {
24
24
  NetworkMonitoringRepairWorkOrder: 'NETWORK_MONITORING_REPAIR_WORK_ORDER',
25
25
  ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
26
26
  OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
27
- UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION'
27
+ UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
28
+ AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL'
28
29
  };
@@ -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];
@@ -19,5 +19,6 @@
19
19
  export const SystemUserMsgTypeEnum = {
20
20
  SystemNotice: 'SYSTEM_NOTICE',
21
21
  WorkOrder: 'WORK_ORDER',
22
- UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION'
22
+ UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
23
+ AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL'
23
24
  };
@@ -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,14 @@
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
+ export {};
@@ -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 AccessBlacklistAddVo
16
+ */
17
+ export interface AccessBlacklistAddVo {
18
+ /**
19
+ * 园区ID
20
+ * @type {number}
21
+ * @memberof AccessBlacklistAddVo
22
+ */
23
+ 'parkId': number;
24
+ /**
25
+ * 访问公司ID
26
+ * @type {number}
27
+ * @memberof AccessBlacklistAddVo
28
+ */
29
+ 'accessCompanyId'?: number;
30
+ /**
31
+ * 用户名称
32
+ * @type {string}
33
+ * @memberof AccessBlacklistAddVo
34
+ */
35
+ 'userName'?: string;
36
+ /**
37
+ * 用户手机号
38
+ * @type {string}
39
+ * @memberof AccessBlacklistAddVo
40
+ */
41
+ 'phone'?: string;
42
+ /**
43
+ * 车牌号
44
+ * @type {string}
45
+ * @memberof AccessBlacklistAddVo
46
+ */
47
+ 'licensePlate'?: string;
48
+ /**
49
+ * 人员图片
50
+ * @type {string}
51
+ * @memberof AccessBlacklistAddVo
52
+ */
53
+ 'facePhoto'?: 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,72 @@
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 AccessBlacklistDetailsDto
16
+ */
17
+ export interface AccessBlacklistDetailsDto {
18
+ /**
19
+ * 访问黑名单ID
20
+ * @type {number}
21
+ * @memberof AccessBlacklistDetailsDto
22
+ */
23
+ 'id'?: number;
24
+ /**
25
+ * 园区ID
26
+ * @type {number}
27
+ * @memberof AccessBlacklistDetailsDto
28
+ */
29
+ 'parkId'?: number;
30
+ /**
31
+ * 访问公司ID
32
+ * @type {number}
33
+ * @memberof AccessBlacklistDetailsDto
34
+ */
35
+ 'accessCompanyId'?: number;
36
+ /**
37
+ * 访问公司名称
38
+ * @type {string}
39
+ * @memberof AccessBlacklistDetailsDto
40
+ */
41
+ 'accessCompanyName'?: string;
42
+ /**
43
+ * 用户名称
44
+ * @type {string}
45
+ * @memberof AccessBlacklistDetailsDto
46
+ */
47
+ 'userName'?: string;
48
+ /**
49
+ * 用户手机号
50
+ * @type {string}
51
+ * @memberof AccessBlacklistDetailsDto
52
+ */
53
+ 'phone'?: string;
54
+ /**
55
+ * 车牌号
56
+ * @type {string}
57
+ * @memberof AccessBlacklistDetailsDto
58
+ */
59
+ 'licensePlate'?: string;
60
+ /**
61
+ * 人员图片
62
+ * @type {string}
63
+ * @memberof AccessBlacklistDetailsDto
64
+ */
65
+ 'facePhoto'?: string;
66
+ /**
67
+ * 创建人
68
+ * @type {number}
69
+ * @memberof AccessBlacklistDetailsDto
70
+ */
71
+ 'createUserId'?: number;
72
+ }