@gizone/rrs-client 4.2.0-alpha.314 → 4.2.0-alpha.316

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 (73) hide show
  1. package/.openapi-generator/FILES +11 -0
  2. package/apis/access-api.ts +325 -0
  3. package/dist/apis/access-api.d.ts +177 -0
  4. package/dist/apis/access-api.js +198 -0
  5. package/dist/esm/apis/access-api.d.ts +177 -0
  6. package/dist/esm/apis/access-api.js +198 -0
  7. package/dist/esm/models/access-abnormal-type-enum.d.ts +21 -0
  8. package/dist/esm/models/access-abnormal-type-enum.js +22 -0
  9. package/dist/esm/models/access-object-type-enum.d.ts +25 -0
  10. package/dist/esm/models/access-object-type-enum.js +26 -0
  11. package/dist/esm/models/access-record-details-dto.d.ts +146 -0
  12. package/dist/esm/models/access-record-details-dto.js +14 -0
  13. package/dist/esm/models/access-record-summary-details-dto.d.ts +176 -0
  14. package/dist/esm/models/access-record-summary-details-dto.js +14 -0
  15. package/dist/esm/models/access-record-summary-list-dto.d.ts +163 -0
  16. package/dist/esm/models/access-record-summary-list-dto.js +14 -0
  17. package/dist/esm/models/access-release-method-enum.d.ts +21 -0
  18. package/dist/esm/models/access-release-method-enum.js +22 -0
  19. package/dist/esm/models/access-type-enum.d.ts +21 -0
  20. package/dist/esm/models/access-type-enum.js +22 -0
  21. package/dist/esm/models/access-whitelist-duration-type-enum.d.ts +21 -0
  22. package/dist/esm/models/access-whitelist-duration-type-enum.js +22 -0
  23. package/dist/esm/models/index.d.ts +11 -0
  24. package/dist/esm/models/index.js +11 -0
  25. package/dist/esm/models/json-result-access-record-summary-details-dto.d.ts +62 -0
  26. package/dist/esm/models/json-result-access-record-summary-details-dto.js +14 -0
  27. package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.d.ts +62 -0
  28. package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.js +14 -0
  29. package/dist/esm/models/page-dto-access-record-summary-list-dto.d.ts +31 -0
  30. package/dist/esm/models/page-dto-access-record-summary-list-dto.js +14 -0
  31. package/dist/esm/models/space-add-vo.d.ts +1 -1
  32. package/dist/esm/models/space-edit-vo.d.ts +1 -1
  33. package/dist/models/access-abnormal-type-enum.d.ts +21 -0
  34. package/dist/models/access-abnormal-type-enum.js +25 -0
  35. package/dist/models/access-object-type-enum.d.ts +25 -0
  36. package/dist/models/access-object-type-enum.js +29 -0
  37. package/dist/models/access-record-details-dto.d.ts +146 -0
  38. package/dist/models/access-record-details-dto.js +15 -0
  39. package/dist/models/access-record-summary-details-dto.d.ts +176 -0
  40. package/dist/models/access-record-summary-details-dto.js +15 -0
  41. package/dist/models/access-record-summary-list-dto.d.ts +163 -0
  42. package/dist/models/access-record-summary-list-dto.js +15 -0
  43. package/dist/models/access-release-method-enum.d.ts +21 -0
  44. package/dist/models/access-release-method-enum.js +25 -0
  45. package/dist/models/access-type-enum.d.ts +21 -0
  46. package/dist/models/access-type-enum.js +25 -0
  47. package/dist/models/access-whitelist-duration-type-enum.d.ts +21 -0
  48. package/dist/models/access-whitelist-duration-type-enum.js +25 -0
  49. package/dist/models/index.d.ts +11 -0
  50. package/dist/models/index.js +11 -0
  51. package/dist/models/json-result-access-record-summary-details-dto.d.ts +62 -0
  52. package/dist/models/json-result-access-record-summary-details-dto.js +15 -0
  53. package/dist/models/json-result-page-dto-access-record-summary-list-dto.d.ts +62 -0
  54. package/dist/models/json-result-page-dto-access-record-summary-list-dto.js +15 -0
  55. package/dist/models/page-dto-access-record-summary-list-dto.d.ts +31 -0
  56. package/dist/models/page-dto-access-record-summary-list-dto.js +15 -0
  57. package/dist/models/space-add-vo.d.ts +1 -1
  58. package/dist/models/space-edit-vo.d.ts +1 -1
  59. package/models/access-abnormal-type-enum.ts +31 -0
  60. package/models/access-object-type-enum.ts +35 -0
  61. package/models/access-record-details-dto.ts +170 -0
  62. package/models/access-record-summary-details-dto.ts +200 -0
  63. package/models/access-record-summary-list-dto.ts +185 -0
  64. package/models/access-release-method-enum.ts +31 -0
  65. package/models/access-type-enum.ts +31 -0
  66. package/models/access-whitelist-duration-type-enum.ts +31 -0
  67. package/models/index.ts +11 -0
  68. package/models/json-result-access-record-summary-details-dto.ts +72 -0
  69. package/models/json-result-page-dto-access-record-summary-list-dto.ts +72 -0
  70. package/models/page-dto-access-record-summary-list-dto.ts +39 -0
  71. package/models/space-add-vo.ts +1 -1
  72. package/models/space-edit-vo.ts +1 -1
  73. package/package.json +1 -1
@@ -0,0 +1,163 @@
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 { AccessAbnormalTypeEnum } from './access-abnormal-type-enum';
13
+ import type { AccessObjectTypeEnum } from './access-object-type-enum';
14
+ import type { AccessReasonEnum } from './access-reason-enum';
15
+ import type { AccessReleaseMethodEnum } from './access-release-method-enum';
16
+ import type { AccessTypeEnum } from './access-type-enum';
17
+ import type { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
18
+ import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
19
+ /**
20
+ * 出入记录统计列表 DTO
21
+ * @export
22
+ * @interface AccessRecordSummaryListDto
23
+ */
24
+ export interface AccessRecordSummaryListDto {
25
+ /**
26
+ *
27
+ * @type {number}
28
+ * @memberof AccessRecordSummaryListDto
29
+ */
30
+ 'id'?: number;
31
+ /**
32
+ * 园区ID
33
+ * @type {number}
34
+ * @memberof AccessRecordSummaryListDto
35
+ */
36
+ 'parkId'?: number;
37
+ /**
38
+ * 车牌号
39
+ * @type {string}
40
+ * @memberof AccessRecordSummaryListDto
41
+ */
42
+ 'licensePlate'?: string;
43
+ /**
44
+ *
45
+ * @type {AccessVehicleTypeEnum}
46
+ * @memberof AccessRecordSummaryListDto
47
+ */
48
+ 'vehicleType'?: AccessVehicleTypeEnum;
49
+ /**
50
+ *
51
+ * @type {AccessVehicleLengthEnum}
52
+ * @memberof AccessRecordSummaryListDto
53
+ */
54
+ 'vehicleLength'?: AccessVehicleLengthEnum;
55
+ /**
56
+ * 用户名称
57
+ * @type {string}
58
+ * @memberof AccessRecordSummaryListDto
59
+ */
60
+ 'userName'?: string;
61
+ /**
62
+ * 手机号
63
+ * @type {string}
64
+ * @memberof AccessRecordSummaryListDto
65
+ */
66
+ 'phone'?: string;
67
+ /**
68
+ * 访问公司
69
+ * @type {number}
70
+ * @memberof AccessRecordSummaryListDto
71
+ */
72
+ 'accessCompanyId'?: number;
73
+ /**
74
+ * 访问公司名称
75
+ * @type {string}
76
+ * @memberof AccessRecordSummaryListDto
77
+ */
78
+ 'accessCompanyName'?: string;
79
+ /**
80
+ * 入园时间
81
+ * @type {string}
82
+ * @memberof AccessRecordSummaryListDto
83
+ */
84
+ 'inTime'?: string;
85
+ /**
86
+ * 出园时间
87
+ * @type {string}
88
+ * @memberof AccessRecordSummaryListDto
89
+ */
90
+ 'outTime'?: string;
91
+ /**
92
+ * 在园时长(秒)
93
+ * @type {number}
94
+ * @memberof AccessRecordSummaryListDto
95
+ */
96
+ 'inParkDuration'?: number;
97
+ /**
98
+ *
99
+ * @type {AccessReasonEnum}
100
+ * @memberof AccessRecordSummaryListDto
101
+ */
102
+ 'accessReason'?: AccessReasonEnum;
103
+ /**
104
+ *
105
+ * @type {AccessTypeEnum}
106
+ * @memberof AccessRecordSummaryListDto
107
+ */
108
+ 'accessType'?: AccessTypeEnum;
109
+ /**
110
+ * 出入状态 1:未出园 2:已出园
111
+ * @type {number}
112
+ * @memberof AccessRecordSummaryListDto
113
+ */
114
+ 'accessStatus'?: number;
115
+ /**
116
+ *
117
+ * @type {AccessReleaseMethodEnum}
118
+ * @memberof AccessRecordSummaryListDto
119
+ */
120
+ 'releaseMethod'?: AccessReleaseMethodEnum;
121
+ /**
122
+ * 预约id
123
+ * @type {number}
124
+ * @memberof AccessRecordSummaryListDto
125
+ */
126
+ 'accessAppointmentId'?: number;
127
+ /**
128
+ * 预约单号
129
+ * @type {string}
130
+ * @memberof AccessRecordSummaryListDto
131
+ */
132
+ 'accessAppointmentNo'?: string;
133
+ /**
134
+ *
135
+ * @type {AccessObjectTypeEnum}
136
+ * @memberof AccessRecordSummaryListDto
137
+ */
138
+ 'accessObjectType'?: AccessObjectTypeEnum;
139
+ /**
140
+ * 是否异常
141
+ * @type {boolean}
142
+ * @memberof AccessRecordSummaryListDto
143
+ */
144
+ 'isAbnormal'?: boolean;
145
+ /**
146
+ *
147
+ * @type {AccessAbnormalTypeEnum}
148
+ * @memberof AccessRecordSummaryListDto
149
+ */
150
+ 'accessAbnormalType'?: AccessAbnormalTypeEnum;
151
+ /**
152
+ * 入园记录ID
153
+ * @type {number}
154
+ * @memberof AccessRecordSummaryListDto
155
+ */
156
+ 'inAccessRecordId'?: number;
157
+ /**
158
+ * 出园记录ID
159
+ * @type {number}
160
+ * @memberof AccessRecordSummaryListDto
161
+ */
162
+ 'outAccessRecordId'?: number;
163
+ }
@@ -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,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 AccessReleaseMethodEnum: {
18
+ readonly LicenseRecognition: "LICENSE_RECOGNITION";
19
+ readonly Manual: "MANUAL";
20
+ };
21
+ export type AccessReleaseMethodEnum = typeof AccessReleaseMethodEnum[keyof typeof AccessReleaseMethodEnum];
@@ -0,0 +1,22 @@
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
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const AccessReleaseMethodEnum = {
20
+ LicenseRecognition: 'LICENSE_RECOGNITION',
21
+ Manual: 'MANUAL'
22
+ };
@@ -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 AccessTypeEnum: {
18
+ readonly Person: "PERSON";
19
+ readonly Vehicle: "VEHICLE";
20
+ };
21
+ export type AccessTypeEnum = typeof AccessTypeEnum[keyof typeof AccessTypeEnum];
@@ -0,0 +1,22 @@
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
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const AccessTypeEnum = {
20
+ Person: 'PERSON',
21
+ Vehicle: 'VEHICLE'
22
+ };
@@ -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 AccessWhitelistDurationTypeEnum: {
18
+ readonly Temporary: "TEMPORARY";
19
+ readonly Fixed: "FIXED";
20
+ };
21
+ export type AccessWhitelistDurationTypeEnum = typeof AccessWhitelistDurationTypeEnum[keyof typeof AccessWhitelistDurationTypeEnum];
@@ -0,0 +1,22 @@
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
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const AccessWhitelistDurationTypeEnum = {
20
+ Temporary: 'TEMPORARY',
21
+ Fixed: 'FIXED'
22
+ };
@@ -1,3 +1,4 @@
1
+ export * from './access-abnormal-type-enum';
1
2
  export * from './access-appointment-internal-status-enum';
2
3
  export * from './access-appointment-record-add-vo';
3
4
  export * from './access-appointment-record-approval-vo';
@@ -20,8 +21,14 @@ export * from './access-company-config-sort-vo';
20
21
  export * from './access-config-entity';
21
22
  export * from './access-config-vo';
22
23
  export * from './access-direction-enum';
24
+ export * from './access-object-type-enum';
23
25
  export * from './access-reason-enum';
26
+ export * from './access-record-details-dto';
27
+ export * from './access-record-summary-details-dto';
28
+ export * from './access-record-summary-list-dto';
24
29
  export * from './access-record-vehicle-add-vo';
30
+ export * from './access-release-method-enum';
31
+ export * from './access-type-enum';
25
32
  export * from './access-vehicle-length-enum';
26
33
  export * from './access-vehicle-type-enum';
27
34
  export * from './access-visitor-person-type-config-vo';
@@ -35,6 +42,7 @@ export * from './access-whitelist-application-process-details-dto';
35
42
  export * from './access-whitelist-application-process-details-user-info';
36
43
  export * from './access-whitelist-application-status-enum';
37
44
  export * from './access-whitelist-application-update-vo';
45
+ export * from './access-whitelist-duration-type-enum';
38
46
  export * from './access-whitelist-process-handler-status-enum';
39
47
  export * from './access-whitelist-process-type-enum';
40
48
  export * from './address-region-entity';
@@ -130,6 +138,7 @@ export * from './json-result-access-appointment-record-details-dto';
130
138
  export * from './json-result-access-blacklist-details-dto';
131
139
  export * from './json-result-access-company-config-entity';
132
140
  export * from './json-result-access-config-entity';
141
+ export * from './json-result-access-record-summary-details-dto';
133
142
  export * from './json-result-access-whitelist-application-details-dto';
134
143
  export * from './json-result-admission-terms-record-details-dto';
135
144
  export * from './json-result-applet-user-type-dto';
@@ -194,6 +203,7 @@ export * from './json-result-network-monitor-repair-details-dto';
194
203
  export * from './json-result-offline-alert-work-order-details-dto';
195
204
  export * from './json-result-page-dto-access-appointment-record-details-dto';
196
205
  export * from './json-result-page-dto-access-blacklist-details-dto';
206
+ export * from './json-result-page-dto-access-record-summary-list-dto';
197
207
  export * from './json-result-page-dto-access-whitelist-application-details-dto';
198
208
  export * from './json-result-page-dto-admission-terms-record-list-dto';
199
209
  export * from './json-result-page-dto-disaster-warning-standard-entity';
@@ -256,6 +266,7 @@ export * from './offline-alert-work-order-vo';
256
266
  export * from './open-api-access-appointment-record-add-vo';
257
267
  export * from './page-dto-access-appointment-record-details-dto';
258
268
  export * from './page-dto-access-blacklist-details-dto';
269
+ export * from './page-dto-access-record-summary-list-dto';
259
270
  export * from './page-dto-access-whitelist-application-details-dto';
260
271
  export * from './page-dto-admission-terms-record-list-dto';
261
272
  export * from './page-dto-disaster-warning-standard-entity';
@@ -1,3 +1,4 @@
1
+ export * from './access-abnormal-type-enum';
1
2
  export * from './access-appointment-internal-status-enum';
2
3
  export * from './access-appointment-record-add-vo';
3
4
  export * from './access-appointment-record-approval-vo';
@@ -20,8 +21,14 @@ export * from './access-company-config-sort-vo';
20
21
  export * from './access-config-entity';
21
22
  export * from './access-config-vo';
22
23
  export * from './access-direction-enum';
24
+ export * from './access-object-type-enum';
23
25
  export * from './access-reason-enum';
26
+ export * from './access-record-details-dto';
27
+ export * from './access-record-summary-details-dto';
28
+ export * from './access-record-summary-list-dto';
24
29
  export * from './access-record-vehicle-add-vo';
30
+ export * from './access-release-method-enum';
31
+ export * from './access-type-enum';
25
32
  export * from './access-vehicle-length-enum';
26
33
  export * from './access-vehicle-type-enum';
27
34
  export * from './access-visitor-person-type-config-vo';
@@ -35,6 +42,7 @@ export * from './access-whitelist-application-process-details-dto';
35
42
  export * from './access-whitelist-application-process-details-user-info';
36
43
  export * from './access-whitelist-application-status-enum';
37
44
  export * from './access-whitelist-application-update-vo';
45
+ export * from './access-whitelist-duration-type-enum';
38
46
  export * from './access-whitelist-process-handler-status-enum';
39
47
  export * from './access-whitelist-process-type-enum';
40
48
  export * from './address-region-entity';
@@ -130,6 +138,7 @@ export * from './json-result-access-appointment-record-details-dto';
130
138
  export * from './json-result-access-blacklist-details-dto';
131
139
  export * from './json-result-access-company-config-entity';
132
140
  export * from './json-result-access-config-entity';
141
+ export * from './json-result-access-record-summary-details-dto';
133
142
  export * from './json-result-access-whitelist-application-details-dto';
134
143
  export * from './json-result-admission-terms-record-details-dto';
135
144
  export * from './json-result-applet-user-type-dto';
@@ -194,6 +203,7 @@ export * from './json-result-network-monitor-repair-details-dto';
194
203
  export * from './json-result-offline-alert-work-order-details-dto';
195
204
  export * from './json-result-page-dto-access-appointment-record-details-dto';
196
205
  export * from './json-result-page-dto-access-blacklist-details-dto';
206
+ export * from './json-result-page-dto-access-record-summary-list-dto';
197
207
  export * from './json-result-page-dto-access-whitelist-application-details-dto';
198
208
  export * from './json-result-page-dto-admission-terms-record-list-dto';
199
209
  export * from './json-result-page-dto-disaster-warning-standard-entity';
@@ -256,6 +266,7 @@ export * from './offline-alert-work-order-vo';
256
266
  export * from './open-api-access-appointment-record-add-vo';
257
267
  export * from './page-dto-access-appointment-record-details-dto';
258
268
  export * from './page-dto-access-blacklist-details-dto';
269
+ export * from './page-dto-access-record-summary-list-dto';
259
270
  export * from './page-dto-access-whitelist-application-details-dto';
260
271
  export * from './page-dto-admission-terms-record-list-dto';
261
272
  export * from './page-dto-disaster-warning-standard-entity';
@@ -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 { AccessRecordSummaryDetailsDto } from './access-record-summary-details-dto';
13
+ import type { BaseErrorResult } from './base-error-result';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultAccessRecordSummaryDetailsDto
18
+ */
19
+ export interface JsonResultAccessRecordSummaryDetailsDto {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultAccessRecordSummaryDetailsDto
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultAccessRecordSummaryDetailsDto
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultAccessRecordSummaryDetailsDto
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {AccessRecordSummaryDetailsDto}
41
+ * @memberof JsonResultAccessRecordSummaryDetailsDto
42
+ */
43
+ 'data'?: AccessRecordSummaryDetailsDto | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultAccessRecordSummaryDetailsDto
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultAccessRecordSummaryDetailsDto
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultAccessRecordSummaryDetailsDto
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 { PageDtoAccessRecordSummaryListDto } from './page-dto-access-record-summary-list-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultPageDtoAccessRecordSummaryListDto
18
+ */
19
+ export interface JsonResultPageDtoAccessRecordSummaryListDto {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultPageDtoAccessRecordSummaryListDto
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultPageDtoAccessRecordSummaryListDto
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultPageDtoAccessRecordSummaryListDto
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {PageDtoAccessRecordSummaryListDto}
41
+ * @memberof JsonResultPageDtoAccessRecordSummaryListDto
42
+ */
43
+ 'data'?: PageDtoAccessRecordSummaryListDto | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultPageDtoAccessRecordSummaryListDto
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultPageDtoAccessRecordSummaryListDto
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultPageDtoAccessRecordSummaryListDto
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 { AccessRecordSummaryListDto } from './access-record-summary-list-dto';
13
+ /**
14
+ * 返回数据,可以是任意类型的值
15
+ * @export
16
+ * @interface PageDtoAccessRecordSummaryListDto
17
+ */
18
+ export interface PageDtoAccessRecordSummaryListDto {
19
+ /**
20
+ * 总记录数
21
+ * @type {number}
22
+ * @memberof PageDtoAccessRecordSummaryListDto
23
+ */
24
+ 'totalSize'?: number;
25
+ /**
26
+ * 页数据列表
27
+ * @type {Array<AccessRecordSummaryListDto>}
28
+ * @memberof PageDtoAccessRecordSummaryListDto
29
+ */
30
+ 'pageList'?: Array<AccessRecordSummaryListDto>;
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 {};
@@ -124,7 +124,7 @@ export interface SpaceAddVO {
124
124
  * @type {string}
125
125
  * @memberof SpaceAddVO
126
126
  */
127
- 'spaceCode'?: string;
127
+ 'spaceCode': string;
128
128
  }
129
129
  export declare const SpaceAddVOImageDisplayMethodEnum: {
130
130
  readonly SelfUploading: "SELF_UPLOADING";
@@ -142,7 +142,7 @@ export interface SpaceEditVO {
142
142
  * @type {string}
143
143
  * @memberof SpaceEditVO
144
144
  */
145
- 'spaceCode'?: string;
145
+ 'spaceCode': string;
146
146
  }
147
147
  export declare const SpaceEditVOImageDisplayMethodEnum: {
148
148
  readonly SelfUploading: "SELF_UPLOADING";
@@ -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 AccessAbnormalTypeEnum: {
18
+ readonly NoEntry: "NO_ENTRY";
19
+ readonly NoExit: "NO_EXIT";
20
+ };
21
+ export type AccessAbnormalTypeEnum = typeof AccessAbnormalTypeEnum[keyof typeof AccessAbnormalTypeEnum];