@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.
Files changed (82) hide show
  1. package/.openapi-generator/FILES +13 -0
  2. package/apis/access-api.ts +581 -0
  3. package/apis/common-api.ts +88 -0
  4. package/dist/apis/access-api.d.ts +306 -0
  5. package/dist/apis/access-api.js +435 -0
  6. package/dist/apis/common-api.d.ts +43 -0
  7. package/dist/apis/common-api.js +67 -0
  8. package/dist/esm/apis/access-api.d.ts +306 -0
  9. package/dist/esm/apis/access-api.js +435 -0
  10. package/dist/esm/apis/common-api.d.ts +43 -0
  11. package/dist/esm/apis/common-api.js +67 -0
  12. package/dist/esm/models/access-approval-config-enum.d.ts +21 -0
  13. package/dist/esm/models/access-approval-config-enum.js +22 -0
  14. package/dist/esm/models/access-approval-config-vo-reminder.d.ts +36 -0
  15. package/dist/esm/models/access-approval-config-vo-reminder.js +14 -0
  16. package/dist/esm/models/access-approval-config-vo.d.ts +50 -0
  17. package/dist/esm/models/access-approval-config-vo.js +14 -0
  18. package/dist/esm/models/access-company-config-add-or-update-vo.d.ts +36 -0
  19. package/dist/esm/models/access-company-config-add-or-update-vo.js +14 -0
  20. package/dist/esm/models/access-company-config-entity.d.ts +67 -0
  21. package/dist/esm/models/access-company-config-entity.js +14 -0
  22. package/dist/esm/models/access-config-entity.d.ts +49 -0
  23. package/dist/esm/models/access-config-entity.js +14 -0
  24. package/dist/esm/models/access-config-vo.d.ts +25 -0
  25. package/dist/esm/models/access-config-vo.js +14 -0
  26. package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +31 -0
  27. package/dist/esm/models/access-visitor-person-type-config-vo.js +14 -0
  28. package/dist/esm/models/access-visitor-person-type-enum.d.ts +26 -0
  29. package/dist/esm/models/access-visitor-person-type-enum.js +27 -0
  30. package/dist/esm/models/address-region-entity.d.ts +42 -0
  31. package/dist/esm/models/address-region-entity.js +14 -0
  32. package/dist/esm/models/index.d.ts +13 -0
  33. package/dist/esm/models/index.js +13 -0
  34. package/dist/esm/models/json-result-access-config-entity.d.ts +62 -0
  35. package/dist/esm/models/json-result-access-config-entity.js +14 -0
  36. package/dist/esm/models/json-result-list-access-company-config-entity.d.ts +62 -0
  37. package/dist/esm/models/json-result-list-access-company-config-entity.js +14 -0
  38. package/dist/esm/models/json-result-list-address-region-entity.d.ts +62 -0
  39. package/dist/esm/models/json-result-list-address-region-entity.js +14 -0
  40. package/dist/models/access-approval-config-enum.d.ts +21 -0
  41. package/dist/models/access-approval-config-enum.js +25 -0
  42. package/dist/models/access-approval-config-vo-reminder.d.ts +36 -0
  43. package/dist/models/access-approval-config-vo-reminder.js +15 -0
  44. package/dist/models/access-approval-config-vo.d.ts +50 -0
  45. package/dist/models/access-approval-config-vo.js +15 -0
  46. package/dist/models/access-company-config-add-or-update-vo.d.ts +36 -0
  47. package/dist/models/access-company-config-add-or-update-vo.js +15 -0
  48. package/dist/models/access-company-config-entity.d.ts +67 -0
  49. package/dist/models/access-company-config-entity.js +15 -0
  50. package/dist/models/access-config-entity.d.ts +49 -0
  51. package/dist/models/access-config-entity.js +15 -0
  52. package/dist/models/access-config-vo.d.ts +25 -0
  53. package/dist/models/access-config-vo.js +15 -0
  54. package/dist/models/access-visitor-person-type-config-vo.d.ts +31 -0
  55. package/dist/models/access-visitor-person-type-config-vo.js +15 -0
  56. package/dist/models/access-visitor-person-type-enum.d.ts +26 -0
  57. package/dist/models/access-visitor-person-type-enum.js +30 -0
  58. package/dist/models/address-region-entity.d.ts +42 -0
  59. package/dist/models/address-region-entity.js +15 -0
  60. package/dist/models/index.d.ts +13 -0
  61. package/dist/models/index.js +13 -0
  62. package/dist/models/json-result-access-config-entity.d.ts +62 -0
  63. package/dist/models/json-result-access-config-entity.js +15 -0
  64. package/dist/models/json-result-list-access-company-config-entity.d.ts +62 -0
  65. package/dist/models/json-result-list-access-company-config-entity.js +15 -0
  66. package/dist/models/json-result-list-address-region-entity.d.ts +62 -0
  67. package/dist/models/json-result-list-address-region-entity.js +15 -0
  68. package/models/access-approval-config-enum.ts +31 -0
  69. package/models/access-approval-config-vo-reminder.ts +42 -0
  70. package/models/access-approval-config-vo.ts +62 -0
  71. package/models/access-company-config-add-or-update-vo.ts +42 -0
  72. package/models/access-company-config-entity.ts +75 -0
  73. package/models/access-config-entity.ts +57 -0
  74. package/models/access-config-vo.ts +33 -0
  75. package/models/access-visitor-person-type-config-vo.ts +41 -0
  76. package/models/access-visitor-person-type-enum.ts +36 -0
  77. package/models/address-region-entity.ts +48 -0
  78. package/models/index.ts +13 -0
  79. package/models/json-result-access-config-entity.ts +72 -0
  80. package/models/json-result-list-access-company-config-entity.ts +72 -0
  81. package/models/json-result-list-address-region-entity.ts +72 -0
  82. 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,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 {};
@@ -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,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 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 });
@@ -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,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,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,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,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,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,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,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,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,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
+ /**
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,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,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];