@operato/twin-kernel 0.6.8 → 0.6.9
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/contract.d.ts +0 -7
- package/package.json +1 -1
package/dist/contract.d.ts
CHANGED
|
@@ -854,8 +854,6 @@ export interface EquipmentState extends EffectivePeriod {
|
|
|
854
854
|
* 여기 실린다. 지금까지 계약 밖으로 흘러 호스트까지 `any` 로 전달됐다(§ResourceProperty).
|
|
855
855
|
*/
|
|
856
856
|
properties?: ResourceProperty[];
|
|
857
|
-
/** 근무 캘린더 — 표준 `WorkCalendarEntry`(복수). 가동시간·정비창을 함께 표현한다. */
|
|
858
|
-
workCalendar?: WorkCalendarEntry[];
|
|
859
857
|
/** 적격을 검증한 시험 명세들 — 표준 `Equipment.TestSpecificationID`(§TestSpecificationRefs). */
|
|
860
858
|
testSpecificationIds?: TestSpecificationRefs;
|
|
861
859
|
/**
|
|
@@ -928,11 +926,6 @@ export interface PersonState extends EffectivePeriod {
|
|
|
928
926
|
location?: string;
|
|
929
927
|
/** 자원 속성 — 표준 `PersonProperty`. 자격증·숙련 등급 같은 사실이 여기 들어간다(§ResourceProperty). */
|
|
930
928
|
properties?: ResourceProperty[];
|
|
931
|
-
/**
|
|
932
|
-
* 근무 캘린더 — 표준 `WorkCalendarEntry`(복수). 교대 여러 개와 휴게·휴일을 함께 표현한다.
|
|
933
|
-
* 예전에는 하루에 창 하나뿐이어서 2교대·야간+주간 조합을 표현할 수 없었다.
|
|
934
|
-
*/
|
|
935
|
-
workCalendar?: WorkCalendarEntry[];
|
|
936
929
|
/** 자격을 검증한 시험 명세들 — 표준 `Person.TestSpecificationID`(§TestSpecificationRefs). */
|
|
937
930
|
testSpecificationIds?: TestSpecificationRefs;
|
|
938
931
|
/**
|
package/package.json
CHANGED