@gizone/rrs-client 4.2.5-alpha.412 → 4.2.5-alpha.414

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.
@@ -46,13 +46,7 @@ export interface SpaceAddExcelDTO {
46
46
  */
47
47
  'spaceAttribute'?: string;
48
48
  /**
49
- * 空间总租聘面积
50
- * @type {number}
51
- * @memberof SpaceAddExcelDTO
52
- */
53
- 'spaceTotalArea'?: number;
54
- /**
55
- * 空间总建筑面积
49
+ * 空间面积
56
50
  * @type {number}
57
51
  * @memberof SpaceAddExcelDTO
58
52
  */
@@ -46,7 +46,7 @@ export interface SpaceAddVO {
46
46
  * @type {number}
47
47
  * @memberof SpaceAddVO
48
48
  */
49
- 'spaceTotalArea': number;
49
+ 'spaceTotalArea'?: number;
50
50
  /**
51
51
  * 空间承重
52
52
  * @type {string}
@@ -79,6 +79,5 @@ export declare const ViolationIssueTypeEnum: {
79
79
  readonly NoTeamMeeting: "NO_TEAM_MEETING";
80
80
  readonly PlatformStagingAreaNotCleared: "PLATFORM_STAGING_AREA_NOT_CLEARED";
81
81
  readonly UtilizationProblem: "UTILIZATION_PROBLEM";
82
- readonly NoOneInControlRoom: "NO_ONE_IN_CONTROL_ROOM";
83
82
  };
84
83
  export type ViolationIssueTypeEnum = typeof ViolationIssueTypeEnum[keyof typeof ViolationIssueTypeEnum];
@@ -80,6 +80,5 @@ export const ViolationIssueTypeEnum = {
80
80
  SixSProblem: 'SIX_S_PROBLEM',
81
81
  NoTeamMeeting: 'NO_TEAM_MEETING',
82
82
  PlatformStagingAreaNotCleared: 'PLATFORM_STAGING_AREA_NOT_CLEARED',
83
- UtilizationProblem: 'UTILIZATION_PROBLEM',
84
- NoOneInControlRoom: 'NO_ONE_IN_CONTROL_ROOM'
83
+ UtilizationProblem: 'UTILIZATION_PROBLEM'
85
84
  };
@@ -46,13 +46,7 @@ export interface SpaceAddExcelDTO {
46
46
  */
47
47
  'spaceAttribute'?: string;
48
48
  /**
49
- * 空间总租聘面积
50
- * @type {number}
51
- * @memberof SpaceAddExcelDTO
52
- */
53
- 'spaceTotalArea'?: number;
54
- /**
55
- * 空间总建筑面积
49
+ * 空间面积
56
50
  * @type {number}
57
51
  * @memberof SpaceAddExcelDTO
58
52
  */
@@ -46,7 +46,7 @@ export interface SpaceAddVO {
46
46
  * @type {number}
47
47
  * @memberof SpaceAddVO
48
48
  */
49
- 'spaceTotalArea': number;
49
+ 'spaceTotalArea'?: number;
50
50
  /**
51
51
  * 空间承重
52
52
  * @type {string}
@@ -79,6 +79,5 @@ export declare const ViolationIssueTypeEnum: {
79
79
  readonly NoTeamMeeting: "NO_TEAM_MEETING";
80
80
  readonly PlatformStagingAreaNotCleared: "PLATFORM_STAGING_AREA_NOT_CLEARED";
81
81
  readonly UtilizationProblem: "UTILIZATION_PROBLEM";
82
- readonly NoOneInControlRoom: "NO_ONE_IN_CONTROL_ROOM";
83
82
  };
84
83
  export type ViolationIssueTypeEnum = typeof ViolationIssueTypeEnum[keyof typeof ViolationIssueTypeEnum];
@@ -83,6 +83,5 @@ exports.ViolationIssueTypeEnum = {
83
83
  SixSProblem: 'SIX_S_PROBLEM',
84
84
  NoTeamMeeting: 'NO_TEAM_MEETING',
85
85
  PlatformStagingAreaNotCleared: 'PLATFORM_STAGING_AREA_NOT_CLEARED',
86
- UtilizationProblem: 'UTILIZATION_PROBLEM',
87
- NoOneInControlRoom: 'NO_ONE_IN_CONTROL_ROOM'
86
+ UtilizationProblem: 'UTILIZATION_PROBLEM'
88
87
  };
@@ -51,13 +51,7 @@ export interface SpaceAddExcelDTO {
51
51
  */
52
52
  'spaceAttribute'?: string;
53
53
  /**
54
- * 空间总租聘面积
55
- * @type {number}
56
- * @memberof SpaceAddExcelDTO
57
- */
58
- 'spaceTotalArea'?: number;
59
- /**
60
- * 空间总建筑面积
54
+ * 空间面积
61
55
  * @type {number}
62
56
  * @memberof SpaceAddExcelDTO
63
57
  */
@@ -55,7 +55,7 @@ export interface SpaceAddVO {
55
55
  * @type {number}
56
56
  * @memberof SpaceAddVO
57
57
  */
58
- 'spaceTotalArea': number;
58
+ 'spaceTotalArea'?: number;
59
59
  /**
60
60
  * 空间承重
61
61
  * @type {string}
@@ -84,8 +84,7 @@ export const ViolationIssueTypeEnum = {
84
84
  SixSProblem: 'SIX_S_PROBLEM',
85
85
  NoTeamMeeting: 'NO_TEAM_MEETING',
86
86
  PlatformStagingAreaNotCleared: 'PLATFORM_STAGING_AREA_NOT_CLEARED',
87
- UtilizationProblem: 'UTILIZATION_PROBLEM',
88
- NoOneInControlRoom: 'NO_ONE_IN_CONTROL_ROOM'
87
+ UtilizationProblem: 'UTILIZATION_PROBLEM'
89
88
  } as const;
90
89
 
91
90
  export type ViolationIssueTypeEnum = typeof ViolationIssueTypeEnum[keyof typeof ViolationIssueTypeEnum];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.5-alpha.412",
3
+ "version": "4.2.5-alpha.414",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {