@gizone/rrs-client 4.2.0-alpha.284 → 4.2.0-alpha.286
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +13 -0
- package/apis/access-api.ts +581 -0
- package/apis/common-api.ts +88 -0
- package/dist/apis/access-api.d.ts +306 -0
- package/dist/apis/access-api.js +435 -0
- package/dist/apis/common-api.d.ts +43 -0
- package/dist/apis/common-api.js +67 -0
- package/dist/esm/apis/access-api.d.ts +306 -0
- package/dist/esm/apis/access-api.js +435 -0
- package/dist/esm/apis/common-api.d.ts +43 -0
- package/dist/esm/apis/common-api.js +67 -0
- package/dist/esm/models/access-approval-config-enum.d.ts +21 -0
- package/dist/esm/models/access-approval-config-enum.js +22 -0
- package/dist/esm/models/access-approval-config-vo-reminder.d.ts +36 -0
- package/dist/esm/models/access-approval-config-vo-reminder.js +14 -0
- package/dist/esm/models/access-approval-config-vo.d.ts +50 -0
- package/dist/esm/models/access-approval-config-vo.js +14 -0
- package/dist/esm/models/access-company-config-add-or-update-vo.d.ts +36 -0
- package/dist/esm/models/access-company-config-add-or-update-vo.js +14 -0
- package/dist/esm/models/access-company-config-entity.d.ts +67 -0
- package/dist/esm/models/access-company-config-entity.js +14 -0
- package/dist/esm/models/access-config-entity.d.ts +49 -0
- package/dist/esm/models/access-config-entity.js +14 -0
- package/dist/esm/models/access-config-vo.d.ts +25 -0
- package/dist/esm/models/access-config-vo.js +14 -0
- package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +31 -0
- package/dist/esm/models/access-visitor-person-type-config-vo.js +14 -0
- package/dist/esm/models/access-visitor-person-type-enum.d.ts +26 -0
- package/dist/esm/models/access-visitor-person-type-enum.js +27 -0
- package/dist/esm/models/address-region-entity.d.ts +42 -0
- package/dist/esm/models/address-region-entity.js +14 -0
- package/dist/esm/models/index.d.ts +13 -0
- package/dist/esm/models/index.js +13 -0
- package/dist/esm/models/json-result-access-config-entity.d.ts +62 -0
- package/dist/esm/models/json-result-access-config-entity.js +14 -0
- package/dist/esm/models/json-result-list-access-company-config-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-access-company-config-entity.js +14 -0
- package/dist/esm/models/json-result-list-address-region-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-address-region-entity.js +14 -0
- package/dist/models/access-approval-config-enum.d.ts +21 -0
- package/dist/models/access-approval-config-enum.js +25 -0
- package/dist/models/access-approval-config-vo-reminder.d.ts +36 -0
- package/dist/models/access-approval-config-vo-reminder.js +15 -0
- package/dist/models/access-approval-config-vo.d.ts +50 -0
- package/dist/models/access-approval-config-vo.js +15 -0
- package/dist/models/access-company-config-add-or-update-vo.d.ts +36 -0
- package/dist/models/access-company-config-add-or-update-vo.js +15 -0
- package/dist/models/access-company-config-entity.d.ts +67 -0
- package/dist/models/access-company-config-entity.js +15 -0
- package/dist/models/access-config-entity.d.ts +49 -0
- package/dist/models/access-config-entity.js +15 -0
- package/dist/models/access-config-vo.d.ts +25 -0
- package/dist/models/access-config-vo.js +15 -0
- package/dist/models/access-visitor-person-type-config-vo.d.ts +31 -0
- package/dist/models/access-visitor-person-type-config-vo.js +15 -0
- package/dist/models/access-visitor-person-type-enum.d.ts +26 -0
- package/dist/models/access-visitor-person-type-enum.js +30 -0
- package/dist/models/address-region-entity.d.ts +42 -0
- package/dist/models/address-region-entity.js +15 -0
- package/dist/models/index.d.ts +13 -0
- package/dist/models/index.js +13 -0
- package/dist/models/json-result-access-config-entity.d.ts +62 -0
- package/dist/models/json-result-access-config-entity.js +15 -0
- package/dist/models/json-result-list-access-company-config-entity.d.ts +62 -0
- package/dist/models/json-result-list-access-company-config-entity.js +15 -0
- package/dist/models/json-result-list-address-region-entity.d.ts +62 -0
- package/dist/models/json-result-list-address-region-entity.js +15 -0
- package/models/access-approval-config-enum.ts +31 -0
- package/models/access-approval-config-vo-reminder.ts +42 -0
- package/models/access-approval-config-vo.ts +62 -0
- package/models/access-company-config-add-or-update-vo.ts +42 -0
- package/models/access-company-config-entity.ts +75 -0
- package/models/access-config-entity.ts +57 -0
- package/models/access-config-vo.ts +33 -0
- package/models/access-visitor-person-type-config-vo.ts +41 -0
- package/models/access-visitor-person-type-enum.ts +36 -0
- package/models/address-region-entity.ts +48 -0
- package/models/index.ts +13 -0
- package/models/json-result-access-config-entity.ts +72 -0
- package/models/json-result-list-access-company-config-entity.ts +72 -0
- package/models/json-result-list-address-region-entity.ts +72 -0
- package/package.json +1 -1
|
@@ -0,0 +1,30 @@
|
|
|
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.AccessVisitorPersonTypeEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 出入访问人员类型枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.AccessVisitorPersonTypeEnum = {
|
|
23
|
+
SelfEmployee: 'SELF_EMPLOYEE',
|
|
24
|
+
PropertyUnit: 'PROPERTY_UNIT',
|
|
25
|
+
StorageTeam: 'STORAGE_TEAM',
|
|
26
|
+
TransportTeam: 'TRANSPORT_TEAM',
|
|
27
|
+
ThirdParty: 'THIRD_PARTY',
|
|
28
|
+
RentedCustomer: 'RENTED_CUSTOMER',
|
|
29
|
+
OtherVisitor: 'OTHER_VISITOR'
|
|
30
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
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 AddressRegionEntity
|
|
16
|
+
*/
|
|
17
|
+
export interface AddressRegionEntity {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof AddressRegionEntity
|
|
22
|
+
*/
|
|
23
|
+
'id'?: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AddressRegionEntity
|
|
28
|
+
*/
|
|
29
|
+
'name'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof AddressRegionEntity
|
|
34
|
+
*/
|
|
35
|
+
'pid'?: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof AddressRegionEntity
|
|
40
|
+
*/
|
|
41
|
+
'level'?: number;
|
|
42
|
+
}
|
|
@@ -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 });
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
export * from './access-approval-config-enum';
|
|
2
|
+
export * from './access-approval-config-vo';
|
|
3
|
+
export * from './access-approval-config-vo-reminder';
|
|
4
|
+
export * from './access-company-config-add-or-update-vo';
|
|
5
|
+
export * from './access-company-config-entity';
|
|
6
|
+
export * from './access-config-entity';
|
|
7
|
+
export * from './access-config-vo';
|
|
8
|
+
export * from './access-visitor-person-type-config-vo';
|
|
9
|
+
export * from './access-visitor-person-type-enum';
|
|
10
|
+
export * from './address-region-entity';
|
|
1
11
|
export * from './admission-terms-record-add-bo';
|
|
2
12
|
export * from './admission-terms-record-details-dto';
|
|
3
13
|
export * from './admission-terms-record-list-dto';
|
|
@@ -85,6 +95,7 @@ export * from './inspection-standard-type-enum';
|
|
|
85
95
|
export * from './installation-body-enum';
|
|
86
96
|
export * from './iot-device-status-enum';
|
|
87
97
|
export * from './json-result';
|
|
98
|
+
export * from './json-result-access-config-entity';
|
|
88
99
|
export * from './json-result-admission-terms-record-details-dto';
|
|
89
100
|
export * from './json-result-applet-user-type-dto';
|
|
90
101
|
export * from './json-result-big-decimal';
|
|
@@ -107,6 +118,8 @@ export * from './json-result-group-dept-vo';
|
|
|
107
118
|
export * from './json-result-inspection-standard-entity';
|
|
108
119
|
export * from './json-result-integer';
|
|
109
120
|
export * from './json-result-json-result-list-space-tree-dto';
|
|
121
|
+
export * from './json-result-list-access-company-config-entity';
|
|
122
|
+
export * from './json-result-list-address-region-entity';
|
|
110
123
|
export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
|
|
111
124
|
export * from './json-result-list-area-park-dto';
|
|
112
125
|
export * from './json-result-list-calendar-entity';
|
package/dist/models/index.js
CHANGED
|
@@ -14,6 +14,16 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./access-approval-config-enum"), exports);
|
|
18
|
+
__exportStar(require("./access-approval-config-vo"), exports);
|
|
19
|
+
__exportStar(require("./access-approval-config-vo-reminder"), exports);
|
|
20
|
+
__exportStar(require("./access-company-config-add-or-update-vo"), exports);
|
|
21
|
+
__exportStar(require("./access-company-config-entity"), exports);
|
|
22
|
+
__exportStar(require("./access-config-entity"), exports);
|
|
23
|
+
__exportStar(require("./access-config-vo"), exports);
|
|
24
|
+
__exportStar(require("./access-visitor-person-type-config-vo"), exports);
|
|
25
|
+
__exportStar(require("./access-visitor-person-type-enum"), exports);
|
|
26
|
+
__exportStar(require("./address-region-entity"), exports);
|
|
17
27
|
__exportStar(require("./admission-terms-record-add-bo"), exports);
|
|
18
28
|
__exportStar(require("./admission-terms-record-details-dto"), exports);
|
|
19
29
|
__exportStar(require("./admission-terms-record-list-dto"), exports);
|
|
@@ -101,6 +111,7 @@ __exportStar(require("./inspection-standard-type-enum"), exports);
|
|
|
101
111
|
__exportStar(require("./installation-body-enum"), exports);
|
|
102
112
|
__exportStar(require("./iot-device-status-enum"), exports);
|
|
103
113
|
__exportStar(require("./json-result"), exports);
|
|
114
|
+
__exportStar(require("./json-result-access-config-entity"), exports);
|
|
104
115
|
__exportStar(require("./json-result-admission-terms-record-details-dto"), exports);
|
|
105
116
|
__exportStar(require("./json-result-applet-user-type-dto"), exports);
|
|
106
117
|
__exportStar(require("./json-result-big-decimal"), exports);
|
|
@@ -123,6 +134,8 @@ __exportStar(require("./json-result-group-dept-vo"), exports);
|
|
|
123
134
|
__exportStar(require("./json-result-inspection-standard-entity"), exports);
|
|
124
135
|
__exportStar(require("./json-result-integer"), exports);
|
|
125
136
|
__exportStar(require("./json-result-json-result-list-space-tree-dto"), exports);
|
|
137
|
+
__exportStar(require("./json-result-list-access-company-config-entity"), exports);
|
|
138
|
+
__exportStar(require("./json-result-list-address-region-entity"), exports);
|
|
126
139
|
__exportStar(require("./json-result-list-applet-sys-user-drop-down-box-list-dto"), exports);
|
|
127
140
|
__exportStar(require("./json-result-list-area-park-dto"), exports);
|
|
128
141
|
__exportStar(require("./json-result-list-calendar-entity"), exports);
|
|
@@ -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 { AccessConfigEntity } from './access-config-entity';
|
|
13
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultAccessConfigEntity
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultAccessConfigEntity {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultAccessConfigEntity
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultAccessConfigEntity
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultAccessConfigEntity
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {AccessConfigEntity}
|
|
41
|
+
* @memberof JsonResultAccessConfigEntity
|
|
42
|
+
*/
|
|
43
|
+
'data'?: AccessConfigEntity | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultAccessConfigEntity
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultAccessConfigEntity
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultAccessConfigEntity
|
|
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,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 { AccessCompanyConfigEntity } from './access-company-config-entity';
|
|
13
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListAccessCompanyConfigEntity
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListAccessCompanyConfigEntity {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListAccessCompanyConfigEntity
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListAccessCompanyConfigEntity
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListAccessCompanyConfigEntity
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<AccessCompanyConfigEntity>}
|
|
41
|
+
* @memberof JsonResultListAccessCompanyConfigEntity
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<AccessCompanyConfigEntity> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListAccessCompanyConfigEntity
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListAccessCompanyConfigEntity
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListAccessCompanyConfigEntity
|
|
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,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 { AddressRegionEntity } from './address-region-entity';
|
|
13
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListAddressRegionEntity
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListAddressRegionEntity {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListAddressRegionEntity
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListAddressRegionEntity
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListAddressRegionEntity
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<AddressRegionEntity>}
|
|
41
|
+
* @memberof JsonResultListAddressRegionEntity
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<AddressRegionEntity> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListAddressRegionEntity
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListAddressRegionEntity
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListAddressRegionEntity
|
|
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
|
+
/* 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 AccessApprovalConfigEnum = {
|
|
24
|
+
WhiteListApply: 'WHITE_LIST_APPLY',
|
|
25
|
+
VisitorReservation: 'VISITOR_RESERVATION'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type AccessApprovalConfigEnum = typeof AccessApprovalConfigEnum[keyof typeof AccessApprovalConfigEnum];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
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 AccessApprovalConfigVoReminder
|
|
21
|
+
*/
|
|
22
|
+
export interface AccessApprovalConfigVoReminder {
|
|
23
|
+
/**
|
|
24
|
+
* 微信小程序消息通知
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof AccessApprovalConfigVoReminder
|
|
27
|
+
*/
|
|
28
|
+
'isWeChatMini': boolean;
|
|
29
|
+
/**
|
|
30
|
+
* 站内信通知
|
|
31
|
+
* @type {boolean}
|
|
32
|
+
* @memberof AccessApprovalConfigVoReminder
|
|
33
|
+
*/
|
|
34
|
+
'isMail': boolean;
|
|
35
|
+
/**
|
|
36
|
+
* hWork通知
|
|
37
|
+
* @type {boolean}
|
|
38
|
+
* @memberof AccessApprovalConfigVoReminder
|
|
39
|
+
*/
|
|
40
|
+
'isHWork': boolean;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -0,0 +1,62 @@
|
|
|
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 { AccessApprovalConfigEnum } from './access-approval-config-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { AccessApprovalConfigVoReminder } from './access-approval-config-vo-reminder';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 出入审批权限配置
|
|
25
|
+
* @export
|
|
26
|
+
* @interface AccessApprovalConfigVo
|
|
27
|
+
*/
|
|
28
|
+
export interface AccessApprovalConfigVo {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {AccessApprovalConfigEnum}
|
|
32
|
+
* @memberof AccessApprovalConfigVo
|
|
33
|
+
*/
|
|
34
|
+
'accessApproval': AccessApprovalConfigEnum;
|
|
35
|
+
/**
|
|
36
|
+
* 业务审批
|
|
37
|
+
* @type {boolean}
|
|
38
|
+
* @memberof AccessApprovalConfigVo
|
|
39
|
+
*/
|
|
40
|
+
'isBusinessApproval': boolean;
|
|
41
|
+
/**
|
|
42
|
+
* 园区审批
|
|
43
|
+
* @type {boolean}
|
|
44
|
+
* @memberof AccessApprovalConfigVo
|
|
45
|
+
*/
|
|
46
|
+
'isParkApproval': boolean;
|
|
47
|
+
/**
|
|
48
|
+
* 园区审批部门ID列表
|
|
49
|
+
* @type {Array<number>}
|
|
50
|
+
* @memberof AccessApprovalConfigVo
|
|
51
|
+
*/
|
|
52
|
+
'parkApprovalDeptIds': Array<number>;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {AccessApprovalConfigVoReminder}
|
|
56
|
+
* @memberof AccessApprovalConfigVo
|
|
57
|
+
*/
|
|
58
|
+
'reminder': AccessApprovalConfigVoReminder;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
* 公司配置添加或更新Vo
|
|
19
|
+
* @export
|
|
20
|
+
* @interface AccessCompanyConfigAddOrUpdateVo
|
|
21
|
+
*/
|
|
22
|
+
export interface AccessCompanyConfigAddOrUpdateVo {
|
|
23
|
+
/**
|
|
24
|
+
* 排序 数字越小越靠前
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof AccessCompanyConfigAddOrUpdateVo
|
|
27
|
+
*/
|
|
28
|
+
'sort'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 公司名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof AccessCompanyConfigAddOrUpdateVo
|
|
33
|
+
*/
|
|
34
|
+
'companyName': string;
|
|
35
|
+
/**
|
|
36
|
+
* 园区ID
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof AccessCompanyConfigAddOrUpdateVo
|
|
39
|
+
*/
|
|
40
|
+
'parkId': number;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -0,0 +1,75 @@
|
|
|
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 { AccessVisitorPersonTypeConfigVo } from './access-visitor-person-type-config-vo';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 返回数据,可以是任意类型的值
|
|
22
|
+
* @export
|
|
23
|
+
* @interface AccessCompanyConfigEntity
|
|
24
|
+
*/
|
|
25
|
+
export interface AccessCompanyConfigEntity {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof AccessCompanyConfigEntity
|
|
30
|
+
*/
|
|
31
|
+
'id'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 园区ID
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof AccessCompanyConfigEntity
|
|
36
|
+
*/
|
|
37
|
+
'parkId'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 公司名称
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof AccessCompanyConfigEntity
|
|
42
|
+
*/
|
|
43
|
+
'companyName'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 访问人员类型
|
|
46
|
+
* @type {Array<AccessVisitorPersonTypeConfigVo>}
|
|
47
|
+
* @memberof AccessCompanyConfigEntity
|
|
48
|
+
*/
|
|
49
|
+
'accessVisitorPersonTypeConfigs'?: Array<AccessVisitorPersonTypeConfigVo>;
|
|
50
|
+
/**
|
|
51
|
+
* 排序 数字越小越靠前
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof AccessCompanyConfigEntity
|
|
54
|
+
*/
|
|
55
|
+
'sort'?: number;
|
|
56
|
+
/**
|
|
57
|
+
* 创建时间
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof AccessCompanyConfigEntity
|
|
60
|
+
*/
|
|
61
|
+
'createTime'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 更新时间
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof AccessCompanyConfigEntity
|
|
66
|
+
*/
|
|
67
|
+
'updateTime'?: string;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {number}
|
|
71
|
+
* @memberof AccessCompanyConfigEntity
|
|
72
|
+
*/
|
|
73
|
+
'isDelete'?: number;
|
|
74
|
+
}
|
|
75
|
+
|