@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,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 AccessApprovalConfigEnum = {
|
|
20
|
+
WhiteListApply: 'WHITE_LIST_APPLY',
|
|
21
|
+
VisitorReservation: 'VISITOR_RESERVATION'
|
|
22
|
+
};
|
|
@@ -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,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,50 @@
|
|
|
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 { AccessApprovalConfigEnum } from './access-approval-config-enum';
|
|
13
|
+
import type { AccessApprovalConfigVoReminder } from './access-approval-config-vo-reminder';
|
|
14
|
+
/**
|
|
15
|
+
* 出入审批权限配置
|
|
16
|
+
* @export
|
|
17
|
+
* @interface AccessApprovalConfigVo
|
|
18
|
+
*/
|
|
19
|
+
export interface AccessApprovalConfigVo {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {AccessApprovalConfigEnum}
|
|
23
|
+
* @memberof AccessApprovalConfigVo
|
|
24
|
+
*/
|
|
25
|
+
'accessApproval': AccessApprovalConfigEnum;
|
|
26
|
+
/**
|
|
27
|
+
* 业务审批
|
|
28
|
+
* @type {boolean}
|
|
29
|
+
* @memberof AccessApprovalConfigVo
|
|
30
|
+
*/
|
|
31
|
+
'isBusinessApproval': boolean;
|
|
32
|
+
/**
|
|
33
|
+
* 园区审批
|
|
34
|
+
* @type {boolean}
|
|
35
|
+
* @memberof AccessApprovalConfigVo
|
|
36
|
+
*/
|
|
37
|
+
'isParkApproval': boolean;
|
|
38
|
+
/**
|
|
39
|
+
* 园区审批部门ID列表
|
|
40
|
+
* @type {Array<number>}
|
|
41
|
+
* @memberof AccessApprovalConfigVo
|
|
42
|
+
*/
|
|
43
|
+
'parkApprovalDeptIds': Array<number>;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {AccessApprovalConfigVoReminder}
|
|
47
|
+
* @memberof AccessApprovalConfigVo
|
|
48
|
+
*/
|
|
49
|
+
'reminder': AccessApprovalConfigVoReminder;
|
|
50
|
+
}
|
|
@@ -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,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
|
+
* 公司配置添加或更新Vo
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AccessCompanyConfigAddOrUpdateVo
|
|
16
|
+
*/
|
|
17
|
+
export interface AccessCompanyConfigAddOrUpdateVo {
|
|
18
|
+
/**
|
|
19
|
+
* 排序 数字越小越靠前
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof AccessCompanyConfigAddOrUpdateVo
|
|
22
|
+
*/
|
|
23
|
+
'sort'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 公司名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AccessCompanyConfigAddOrUpdateVo
|
|
28
|
+
*/
|
|
29
|
+
'companyName': string;
|
|
30
|
+
/**
|
|
31
|
+
* 园区ID
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof AccessCompanyConfigAddOrUpdateVo
|
|
34
|
+
*/
|
|
35
|
+
'parkId': number;
|
|
36
|
+
}
|
|
@@ -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
|
+
};
|
|
@@ -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,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 {};
|
|
@@ -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/esm/models/index.js
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';
|
|
@@ -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
|
+
}
|