@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.
@@ -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';
@@ -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}
@@ -12,7 +12,7 @@
12
12
  import type { BaseErrorResult } from './base-error-result';
13
13
  import type { SpaceTreeDTO } from './space-tree-dto';
14
14
  /**
15
- *
15
+ * 返回数据,可以是任意类型的值
16
16
  * @export
17
17
  * @interface JsonResultListSpaceTreeDTO
18
18
  */
@@ -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 });
@@ -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';
@@ -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}
@@ -12,7 +12,7 @@
12
12
  import type { BaseErrorResult } from './base-error-result';
13
13
  import type { SpaceTreeDTO } from './space-tree-dto';
14
14
  /**
15
- *
15
+ * 返回数据,可以是任意类型的值
16
16
  * @export
17
17
  * @interface JsonResultListSpaceTreeDTO
18
18
  */
@@ -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}
@@ -21,7 +21,7 @@ import type { BaseErrorResult } from './base-error-result';
21
21
  import type { SpaceTreeDTO } from './space-tree-dto';
22
22
 
23
23
  /**
24
- *
24
+ * 返回数据,可以是任意类型的值
25
25
  * @export
26
26
  * @interface JsonResultListSpaceTreeDTO
27
27
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.288",
3
+ "version": "4.2.0-alpha.292",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {