@gizone/rrs-client 4.2.7-alpha.439 → 4.2.7-alpha.440

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.
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { ParkPlatFormEnum } from './park-plat-form-enum';
12
13
  /**
13
14
  * 返回数据,可以是任意类型的值
14
15
  * @export
@@ -51,4 +52,10 @@ export interface SrmCenterEntity {
51
52
  * @memberof SrmCenterEntity
52
53
  */
53
54
  'parentCodes'?: Array<string>;
55
+ /**
56
+ *
57
+ * @type {ParkPlatFormEnum}
58
+ * @memberof SrmCenterEntity
59
+ */
60
+ 'platForm'?: ParkPlatFormEnum;
54
61
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { ParkPlatFormEnum } from './park-plat-form-enum';
12
13
  /**
13
14
  * srmCenter
14
15
  * @export
@@ -51,4 +52,10 @@ export interface SrmCenterVO {
51
52
  * @memberof SrmCenterVO
52
53
  */
53
54
  'parent'?: SrmCenterVO | null;
55
+ /**
56
+ *
57
+ * @type {ParkPlatFormEnum}
58
+ * @memberof SrmCenterVO
59
+ */
60
+ 'platForm'?: ParkPlatFormEnum;
54
61
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { ParkPlatFormEnum } from './park-plat-form-enum';
12
13
  /**
13
14
  * srmLevelAddDTO
14
15
  * @export
@@ -45,4 +46,10 @@ export interface SrmLevelAddDTO {
45
46
  * @memberof SrmLevelAddDTO
46
47
  */
47
48
  'parentLevel'?: number;
49
+ /**
50
+ *
51
+ * @type {ParkPlatFormEnum}
52
+ * @memberof SrmLevelAddDTO
53
+ */
54
+ 'platForm'?: ParkPlatFormEnum;
48
55
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { ParkPlatFormEnum } from './park-plat-form-enum';
12
13
  /**
13
14
  * 返回数据,可以是任意类型的值
14
15
  * @export
@@ -51,4 +52,10 @@ export interface SrmCenterEntity {
51
52
  * @memberof SrmCenterEntity
52
53
  */
53
54
  'parentCodes'?: Array<string>;
55
+ /**
56
+ *
57
+ * @type {ParkPlatFormEnum}
58
+ * @memberof SrmCenterEntity
59
+ */
60
+ 'platForm'?: ParkPlatFormEnum;
54
61
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { ParkPlatFormEnum } from './park-plat-form-enum';
12
13
  /**
13
14
  * srmCenter
14
15
  * @export
@@ -51,4 +52,10 @@ export interface SrmCenterVO {
51
52
  * @memberof SrmCenterVO
52
53
  */
53
54
  'parent'?: SrmCenterVO | null;
55
+ /**
56
+ *
57
+ * @type {ParkPlatFormEnum}
58
+ * @memberof SrmCenterVO
59
+ */
60
+ 'platForm'?: ParkPlatFormEnum;
54
61
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { ParkPlatFormEnum } from './park-plat-form-enum';
12
13
  /**
13
14
  * srmLevelAddDTO
14
15
  * @export
@@ -45,4 +46,10 @@ export interface SrmLevelAddDTO {
45
46
  * @memberof SrmLevelAddDTO
46
47
  */
47
48
  'parentLevel'?: number;
49
+ /**
50
+ *
51
+ * @type {ParkPlatFormEnum}
52
+ * @memberof SrmLevelAddDTO
53
+ */
54
+ 'platForm'?: ParkPlatFormEnum;
48
55
  }
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { ParkPlatFormEnum } from './park-plat-form-enum';
16
19
 
17
20
  /**
18
21
  * 返回数据,可以是任意类型的值
@@ -56,5 +59,13 @@ export interface SrmCenterEntity {
56
59
  * @memberof SrmCenterEntity
57
60
  */
58
61
  'parentCodes'?: Array<string>;
62
+ /**
63
+ *
64
+ * @type {ParkPlatFormEnum}
65
+ * @memberof SrmCenterEntity
66
+ */
67
+ 'platForm'?: ParkPlatFormEnum;
59
68
  }
60
69
 
70
+
71
+
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { ParkPlatFormEnum } from './park-plat-form-enum';
16
19
 
17
20
  /**
18
21
  * srmCenter
@@ -56,5 +59,13 @@ export interface SrmCenterVO {
56
59
  * @memberof SrmCenterVO
57
60
  */
58
61
  'parent'?: SrmCenterVO | null;
62
+ /**
63
+ *
64
+ * @type {ParkPlatFormEnum}
65
+ * @memberof SrmCenterVO
66
+ */
67
+ 'platForm'?: ParkPlatFormEnum;
59
68
  }
60
69
 
70
+
71
+
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { ParkPlatFormEnum } from './park-plat-form-enum';
16
19
 
17
20
  /**
18
21
  * srmLevelAddDTO
@@ -50,5 +53,13 @@ export interface SrmLevelAddDTO {
50
53
  * @memberof SrmLevelAddDTO
51
54
  */
52
55
  'parentLevel'?: number;
56
+ /**
57
+ *
58
+ * @type {ParkPlatFormEnum}
59
+ * @memberof SrmLevelAddDTO
60
+ */
61
+ 'platForm'?: ParkPlatFormEnum;
53
62
  }
54
63
 
64
+
65
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.7-alpha.439",
3
+ "version": "4.2.7-alpha.440",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {