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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. 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(3).nullish().describe("Current Operator Initials: Current operator's initials (exactly 3 characters, system managed)"),
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "busroot-sdk",
3
- "version": "0.0.8-dev.2791703343",
3
+ "version": "0.0.8-dev.2794844917",
4
4
  "description": "An SDK for accessing Busroot from output.industries",
5
5
  "homepage": "https://www.output.industries",
6
6
  "main": "./build/index.js",