busroot-sdk 0.0.8-dev.2791703343 → 0.0.8-dev.2794844917
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/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -774,7 +774,7 @@ var require_base_station = __commonJS({
|
|
|
774
774
|
// allowScheduleCutShort, allowRejectProduction, allowEditPartsPerCycle, schedulingOnly) are now
|
|
775
775
|
// registry-managed tri-state `enable*` fields, added below via flagSchemaFieldsForLevel("station").
|
|
776
776
|
// Current State
|
|
777
|
-
currentOperatorInitials: zod_1.z.string().min(3).max(
|
|
777
|
+
currentOperatorInitials: zod_1.z.string().min(3).max(8).nullish().describe("Current Operator Initials: Current operator's initials (3-8 letters/numbers, system managed)"),
|
|
778
778
|
statusCode: zod_1.z.string().nullish().describe("Status Code: Current status code of the station (system managed)"),
|
|
779
779
|
statusCodeUpdatedAt: zod_1.z.string().nullish().describe("Status Code Updated At: Timestamp when status was last updated (ISO 8601, system managed)"),
|
|
780
780
|
// Performance Mode
|
package/package.json
CHANGED