@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.
- package/dist/esm/models/space-add-excel-dto.d.ts +1 -7
- package/dist/esm/models/space-add-vo.d.ts +1 -1
- package/dist/esm/models/violation-issue-type-enum.d.ts +0 -1
- package/dist/esm/models/violation-issue-type-enum.js +1 -2
- package/dist/models/space-add-excel-dto.d.ts +1 -7
- package/dist/models/space-add-vo.d.ts +1 -1
- package/dist/models/violation-issue-type-enum.d.ts +0 -1
- package/dist/models/violation-issue-type-enum.js +1 -2
- package/models/space-add-excel-dto.ts +1 -7
- package/models/space-add-vo.ts +1 -1
- package/models/violation-issue-type-enum.ts +1 -2
- package/package.json +1 -1
|
@@ -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
|
*/
|
|
@@ -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
|
*/
|
|
@@ -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
|
*/
|
package/models/space-add-vo.ts
CHANGED
|
@@ -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];
|