@gizone/rrs-client 4.2.0-alpha.285 → 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 +11 -0
- package/apis/access-api.ts +581 -0
- package/dist/apis/access-api.d.ts +306 -0
- package/dist/apis/access-api.js +435 -0
- package/dist/esm/apis/access-api.d.ts +306 -0
- package/dist/esm/apis/access-api.js +435 -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/index.d.ts +11 -0
- package/dist/esm/models/index.js +11 -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/sys-user.d.ts +4 -4
- 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/index.d.ts +11 -0
- package/dist/models/index.js +11 -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/sys-user.d.ts +4 -4
- 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/index.ts +11 -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/sys-user.ts +4 -4
- package/package.json +1 -1
|
@@ -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,67 @@
|
|
|
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 { AccessVisitorPersonTypeConfigVo } from './access-visitor-person-type-config-vo';
|
|
13
|
+
/**
|
|
14
|
+
* 返回数据,可以是任意类型的值
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AccessCompanyConfigEntity
|
|
17
|
+
*/
|
|
18
|
+
export interface AccessCompanyConfigEntity {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof AccessCompanyConfigEntity
|
|
23
|
+
*/
|
|
24
|
+
'id'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 园区ID
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof AccessCompanyConfigEntity
|
|
29
|
+
*/
|
|
30
|
+
'parkId'?: number;
|
|
31
|
+
/**
|
|
32
|
+
* 公司名称
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof AccessCompanyConfigEntity
|
|
35
|
+
*/
|
|
36
|
+
'companyName'?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 访问人员类型
|
|
39
|
+
* @type {Array<AccessVisitorPersonTypeConfigVo>}
|
|
40
|
+
* @memberof AccessCompanyConfigEntity
|
|
41
|
+
*/
|
|
42
|
+
'accessVisitorPersonTypeConfigs'?: Array<AccessVisitorPersonTypeConfigVo>;
|
|
43
|
+
/**
|
|
44
|
+
* 排序 数字越小越靠前
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof AccessCompanyConfigEntity
|
|
47
|
+
*/
|
|
48
|
+
'sort'?: number;
|
|
49
|
+
/**
|
|
50
|
+
* 创建时间
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof AccessCompanyConfigEntity
|
|
53
|
+
*/
|
|
54
|
+
'createTime'?: string;
|
|
55
|
+
/**
|
|
56
|
+
* 更新时间
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof AccessCompanyConfigEntity
|
|
59
|
+
*/
|
|
60
|
+
'updateTime'?: string;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {number}
|
|
64
|
+
* @memberof AccessCompanyConfigEntity
|
|
65
|
+
*/
|
|
66
|
+
'isDelete'?: number;
|
|
67
|
+
}
|
|
@@ -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,49 @@
|
|
|
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 { AccessApprovalConfigVo } from './access-approval-config-vo';
|
|
13
|
+
/**
|
|
14
|
+
* 返回数据,可以是任意类型的值
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AccessConfigEntity
|
|
17
|
+
*/
|
|
18
|
+
export interface AccessConfigEntity {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof AccessConfigEntity
|
|
23
|
+
*/
|
|
24
|
+
'parkId'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 审批权限配置
|
|
27
|
+
* @type {Array<AccessApprovalConfigVo>}
|
|
28
|
+
* @memberof AccessConfigEntity
|
|
29
|
+
*/
|
|
30
|
+
'accessApprovalConfigs'?: Array<AccessApprovalConfigVo>;
|
|
31
|
+
/**
|
|
32
|
+
* 创建时间
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof AccessConfigEntity
|
|
35
|
+
*/
|
|
36
|
+
'createTime'?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 更新时间
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof AccessConfigEntity
|
|
41
|
+
*/
|
|
42
|
+
'updateTime'?: string;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof AccessConfigEntity
|
|
47
|
+
*/
|
|
48
|
+
'isDelete'?: number;
|
|
49
|
+
}
|
|
@@ -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,25 @@
|
|
|
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 { AccessApprovalConfigVo } from './access-approval-config-vo';
|
|
13
|
+
/**
|
|
14
|
+
* 出入配置Vo
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AccessConfigVo
|
|
17
|
+
*/
|
|
18
|
+
export interface AccessConfigVo {
|
|
19
|
+
/**
|
|
20
|
+
* 出入权限配置列表
|
|
21
|
+
* @type {Array<AccessApprovalConfigVo>}
|
|
22
|
+
* @memberof AccessConfigVo
|
|
23
|
+
*/
|
|
24
|
+
'accessApprovalConfigs': Array<AccessApprovalConfigVo>;
|
|
25
|
+
}
|
|
@@ -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 { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 出入人员类型配置Vo
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AccessVisitorPersonTypeConfigVo
|
|
17
|
+
*/
|
|
18
|
+
export interface AccessVisitorPersonTypeConfigVo {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
22
|
+
* @memberof AccessVisitorPersonTypeConfigVo
|
|
23
|
+
*/
|
|
24
|
+
'accessVisitorPersonType': AccessVisitorPersonTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
* 处理人ID
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof AccessVisitorPersonTypeConfigVo
|
|
29
|
+
*/
|
|
30
|
+
'handlerId': number;
|
|
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,26 @@
|
|
|
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 AccessVisitorPersonTypeEnum: {
|
|
18
|
+
readonly SelfEmployee: "SELF_EMPLOYEE";
|
|
19
|
+
readonly PropertyUnit: "PROPERTY_UNIT";
|
|
20
|
+
readonly StorageTeam: "STORAGE_TEAM";
|
|
21
|
+
readonly TransportTeam: "TRANSPORT_TEAM";
|
|
22
|
+
readonly ThirdParty: "THIRD_PARTY";
|
|
23
|
+
readonly RentedCustomer: "RENTED_CUSTOMER";
|
|
24
|
+
readonly OtherVisitor: "OTHER_VISITOR";
|
|
25
|
+
};
|
|
26
|
+
export type AccessVisitorPersonTypeEnum = typeof AccessVisitorPersonTypeEnum[keyof typeof AccessVisitorPersonTypeEnum];
|
|
@@ -0,0 +1,27 @@
|
|
|
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 AccessVisitorPersonTypeEnum = {
|
|
20
|
+
SelfEmployee: 'SELF_EMPLOYEE',
|
|
21
|
+
PropertyUnit: 'PROPERTY_UNIT',
|
|
22
|
+
StorageTeam: 'STORAGE_TEAM',
|
|
23
|
+
TransportTeam: 'TRANSPORT_TEAM',
|
|
24
|
+
ThirdParty: 'THIRD_PARTY',
|
|
25
|
+
RentedCustomer: 'RENTED_CUSTOMER',
|
|
26
|
+
OtherVisitor: 'OTHER_VISITOR'
|
|
27
|
+
};
|
|
@@ -1,3 +1,12 @@
|
|
|
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';
|
|
1
10
|
export * from './address-region-entity';
|
|
2
11
|
export * from './admission-terms-record-add-bo';
|
|
3
12
|
export * from './admission-terms-record-details-dto';
|
|
@@ -86,6 +95,7 @@ export * from './inspection-standard-type-enum';
|
|
|
86
95
|
export * from './installation-body-enum';
|
|
87
96
|
export * from './iot-device-status-enum';
|
|
88
97
|
export * from './json-result';
|
|
98
|
+
export * from './json-result-access-config-entity';
|
|
89
99
|
export * from './json-result-admission-terms-record-details-dto';
|
|
90
100
|
export * from './json-result-applet-user-type-dto';
|
|
91
101
|
export * from './json-result-big-decimal';
|
|
@@ -108,6 +118,7 @@ export * from './json-result-group-dept-vo';
|
|
|
108
118
|
export * from './json-result-inspection-standard-entity';
|
|
109
119
|
export * from './json-result-integer';
|
|
110
120
|
export * from './json-result-json-result-list-space-tree-dto';
|
|
121
|
+
export * from './json-result-list-access-company-config-entity';
|
|
111
122
|
export * from './json-result-list-address-region-entity';
|
|
112
123
|
export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
|
|
113
124
|
export * from './json-result-list-area-park-dto';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
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';
|
|
1
10
|
export * from './address-region-entity';
|
|
2
11
|
export * from './admission-terms-record-add-bo';
|
|
3
12
|
export * from './admission-terms-record-details-dto';
|
|
@@ -86,6 +95,7 @@ export * from './inspection-standard-type-enum';
|
|
|
86
95
|
export * from './installation-body-enum';
|
|
87
96
|
export * from './iot-device-status-enum';
|
|
88
97
|
export * from './json-result';
|
|
98
|
+
export * from './json-result-access-config-entity';
|
|
89
99
|
export * from './json-result-admission-terms-record-details-dto';
|
|
90
100
|
export * from './json-result-applet-user-type-dto';
|
|
91
101
|
export * from './json-result-big-decimal';
|
|
@@ -108,6 +118,7 @@ export * from './json-result-group-dept-vo';
|
|
|
108
118
|
export * from './json-result-inspection-standard-entity';
|
|
109
119
|
export * from './json-result-integer';
|
|
110
120
|
export * from './json-result-json-result-list-space-tree-dto';
|
|
121
|
+
export * from './json-result-list-access-company-config-entity';
|
|
111
122
|
export * from './json-result-list-address-region-entity';
|
|
112
123
|
export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
|
|
113
124
|
export * from './json-result-list-area-park-dto';
|
|
@@ -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,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 { 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,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 {};
|
|
@@ -370,14 +370,14 @@ export interface SysUser {
|
|
|
370
370
|
'userAttachments'?: Array<SysUserAttachmentInfo>;
|
|
371
371
|
/**
|
|
372
372
|
*
|
|
373
|
-
* @type {
|
|
373
|
+
* @type {string}
|
|
374
374
|
* @memberof SysUser
|
|
375
375
|
*/
|
|
376
|
-
'
|
|
376
|
+
'cid'?: string;
|
|
377
377
|
/**
|
|
378
378
|
*
|
|
379
|
-
* @type {
|
|
379
|
+
* @type {number}
|
|
380
380
|
* @memberof SysUser
|
|
381
381
|
*/
|
|
382
|
-
'
|
|
382
|
+
'cuserId'?: number;
|
|
383
383
|
}
|
|
@@ -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 AccessApprovalConfigEnum: {
|
|
18
|
+
readonly WhiteListApply: "WHITE_LIST_APPLY";
|
|
19
|
+
readonly VisitorReservation: "VISITOR_RESERVATION";
|
|
20
|
+
};
|
|
21
|
+
export type AccessApprovalConfigEnum = typeof AccessApprovalConfigEnum[keyof typeof AccessApprovalConfigEnum];
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.AccessApprovalConfigEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 出入审批配置
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.AccessApprovalConfigEnum = {
|
|
23
|
+
WhiteListApply: 'WHITE_LIST_APPLY',
|
|
24
|
+
VisitorReservation: 'VISITOR_RESERVATION'
|
|
25
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
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 AccessApprovalConfigVoReminder
|
|
16
|
+
*/
|
|
17
|
+
export interface AccessApprovalConfigVoReminder {
|
|
18
|
+
/**
|
|
19
|
+
* 微信小程序消息通知
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof AccessApprovalConfigVoReminder
|
|
22
|
+
*/
|
|
23
|
+
'isWeChatMini': boolean;
|
|
24
|
+
/**
|
|
25
|
+
* 站内信通知
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof AccessApprovalConfigVoReminder
|
|
28
|
+
*/
|
|
29
|
+
'isMail': boolean;
|
|
30
|
+
/**
|
|
31
|
+
* hWork通知
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof AccessApprovalConfigVoReminder
|
|
34
|
+
*/
|
|
35
|
+
'isHWork': boolean;
|
|
36
|
+
}
|
|
@@ -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 });
|