@xyo-network/xl1-protocol-sdk 4.0.3 → 4.0.4

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.
@@ -1546,6 +1546,7 @@ var LocatorConfigFieldsZod = z11.strictObject({
1546
1546
  telemetry: z11._default(TelemetryConfigZod, TelemetryConfigZod.parse({})).check(z11.describe("Configuration for telemetry")),
1547
1547
  validation: z11._default(ValidationConfigZod, ValidationConfigZod.parse({})).check(z11.describe("Configuration for validation"))
1548
1548
  });
1549
+ var LOCATOR_CONFIG_FIELD_KEYS = Object.keys(LocatorConfigFieldsZod.shape);
1549
1550
 
1550
1551
  // src/config/Actor.ts
1551
1552
  var AccountPathZod = z12.string().check(z12.regex(