@gizone/rrs-client 4.2.0-alpha.288 → 4.2.0-alpha.292
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 +1 -0
- package/apis/access-api.ts +91 -0
- package/apis/open-api-api.ts +98 -18
- package/dist/apis/access-api.d.ts +47 -0
- package/dist/apis/access-api.js +70 -0
- package/dist/apis/open-api-api.d.ts +49 -10
- package/dist/apis/open-api-api.js +77 -11
- package/dist/esm/apis/access-api.d.ts +47 -0
- package/dist/esm/apis/access-api.js +70 -0
- package/dist/esm/apis/open-api-api.d.ts +49 -10
- package/dist/esm/apis/open-api-api.js +77 -11
- package/dist/esm/models/access-company-config-sort-vo.d.ts +30 -0
- package/dist/esm/models/access-company-config-sort-vo.js +14 -0
- package/dist/esm/models/index.d.ts +1 -0
- package/dist/esm/models/index.js +1 -0
- package/dist/esm/models/json-result-json-result-list-space-tree-dto.d.ts +1 -1
- package/dist/esm/models/json-result-list-space-tree-dto.d.ts +1 -1
- package/dist/models/access-company-config-sort-vo.d.ts +30 -0
- package/dist/models/access-company-config-sort-vo.js +15 -0
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.js +1 -0
- package/dist/models/json-result-json-result-list-space-tree-dto.d.ts +1 -1
- package/dist/models/json-result-list-space-tree-dto.d.ts +1 -1
- package/models/access-company-config-sort-vo.ts +36 -0
- package/models/index.ts +1 -0
- package/models/json-result-json-result-list-space-tree-dto.ts +1 -1
- package/models/json-result-list-space-tree-dto.ts +1 -1
- package/package.json +1 -1
|
@@ -3,6 +3,7 @@ export * from './access-approval-config-vo';
|
|
|
3
3
|
export * from './access-approval-config-vo-reminder';
|
|
4
4
|
export * from './access-company-config-add-or-update-vo';
|
|
5
5
|
export * from './access-company-config-entity';
|
|
6
|
+
export * from './access-company-config-sort-vo';
|
|
6
7
|
export * from './access-config-entity';
|
|
7
8
|
export * from './access-config-vo';
|
|
8
9
|
export * from './access-visitor-person-type-config-vo';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -3,6 +3,7 @@ export * from './access-approval-config-vo';
|
|
|
3
3
|
export * from './access-approval-config-vo-reminder';
|
|
4
4
|
export * from './access-company-config-add-or-update-vo';
|
|
5
5
|
export * from './access-company-config-entity';
|
|
6
|
+
export * from './access-company-config-sort-vo';
|
|
6
7
|
export * from './access-config-entity';
|
|
7
8
|
export * from './access-config-vo';
|
|
8
9
|
export * from './access-visitor-person-type-config-vo';
|
|
@@ -40,7 +40,7 @@ export interface JsonResultJsonResultListSpaceTreeDTO {
|
|
|
40
40
|
* @type {JsonResultListSpaceTreeDTO}
|
|
41
41
|
* @memberof JsonResultJsonResultListSpaceTreeDTO
|
|
42
42
|
*/
|
|
43
|
-
'data'?: JsonResultListSpaceTreeDTO;
|
|
43
|
+
'data'?: JsonResultListSpaceTreeDTO | null;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {BaseErrorResult}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 AccessCompanyConfigSortVo
|
|
16
|
+
*/
|
|
17
|
+
export interface AccessCompanyConfigSortVo {
|
|
18
|
+
/**
|
|
19
|
+
* 公司配置ID
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof AccessCompanyConfigSortVo
|
|
22
|
+
*/
|
|
23
|
+
'id': number;
|
|
24
|
+
/**
|
|
25
|
+
* 排序 数字越小越靠前
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof AccessCompanyConfigSortVo
|
|
28
|
+
*/
|
|
29
|
+
'sort'?: number;
|
|
30
|
+
}
|
|
@@ -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
|
@@ -3,6 +3,7 @@ export * from './access-approval-config-vo';
|
|
|
3
3
|
export * from './access-approval-config-vo-reminder';
|
|
4
4
|
export * from './access-company-config-add-or-update-vo';
|
|
5
5
|
export * from './access-company-config-entity';
|
|
6
|
+
export * from './access-company-config-sort-vo';
|
|
6
7
|
export * from './access-config-entity';
|
|
7
8
|
export * from './access-config-vo';
|
|
8
9
|
export * from './access-visitor-person-type-config-vo';
|
package/dist/models/index.js
CHANGED
|
@@ -19,6 +19,7 @@ __exportStar(require("./access-approval-config-vo"), exports);
|
|
|
19
19
|
__exportStar(require("./access-approval-config-vo-reminder"), exports);
|
|
20
20
|
__exportStar(require("./access-company-config-add-or-update-vo"), exports);
|
|
21
21
|
__exportStar(require("./access-company-config-entity"), exports);
|
|
22
|
+
__exportStar(require("./access-company-config-sort-vo"), exports);
|
|
22
23
|
__exportStar(require("./access-config-entity"), exports);
|
|
23
24
|
__exportStar(require("./access-config-vo"), exports);
|
|
24
25
|
__exportStar(require("./access-visitor-person-type-config-vo"), exports);
|
|
@@ -40,7 +40,7 @@ export interface JsonResultJsonResultListSpaceTreeDTO {
|
|
|
40
40
|
* @type {JsonResultListSpaceTreeDTO}
|
|
41
41
|
* @memberof JsonResultJsonResultListSpaceTreeDTO
|
|
42
42
|
*/
|
|
43
|
-
'data'?: JsonResultListSpaceTreeDTO;
|
|
43
|
+
'data'?: JsonResultListSpaceTreeDTO | null;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {BaseErrorResult}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 AccessCompanyConfigSortVo
|
|
21
|
+
*/
|
|
22
|
+
export interface AccessCompanyConfigSortVo {
|
|
23
|
+
/**
|
|
24
|
+
* 公司配置ID
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof AccessCompanyConfigSortVo
|
|
27
|
+
*/
|
|
28
|
+
'id': number;
|
|
29
|
+
/**
|
|
30
|
+
* 排序 数字越小越靠前
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof AccessCompanyConfigSortVo
|
|
33
|
+
*/
|
|
34
|
+
'sort'?: number;
|
|
35
|
+
}
|
|
36
|
+
|
package/models/index.ts
CHANGED
|
@@ -3,6 +3,7 @@ export * from './access-approval-config-vo';
|
|
|
3
3
|
export * from './access-approval-config-vo-reminder';
|
|
4
4
|
export * from './access-company-config-add-or-update-vo';
|
|
5
5
|
export * from './access-company-config-entity';
|
|
6
|
+
export * from './access-company-config-sort-vo';
|
|
6
7
|
export * from './access-config-entity';
|
|
7
8
|
export * from './access-config-vo';
|
|
8
9
|
export * from './access-visitor-person-type-config-vo';
|
|
@@ -49,7 +49,7 @@ export interface JsonResultJsonResultListSpaceTreeDTO {
|
|
|
49
49
|
* @type {JsonResultListSpaceTreeDTO}
|
|
50
50
|
* @memberof JsonResultJsonResultListSpaceTreeDTO
|
|
51
51
|
*/
|
|
52
|
-
'data'?: JsonResultListSpaceTreeDTO;
|
|
52
|
+
'data'?: JsonResultListSpaceTreeDTO | null;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
55
|
* @type {BaseErrorResult}
|