@awarevue/api-types 1.0.33 → 1.0.35

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.
@@ -5,7 +5,7 @@ const device_1 = require("../device");
5
5
  const device_import_1 = require("../device-import");
6
6
  const credential_1 = require("../access-control/credential");
7
7
  const zod_1 = require("zod");
8
- const access_control_1 = require("src/access-control");
8
+ const access_control_1 = require("../access-control");
9
9
  // PROTOCOL ENVELOPE
10
10
  exports.sMessageHeader = zod_1.z.object({
11
11
  version: zod_1.z.number().describe('Protocol version'),
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awarevue/api-types",
3
- "version": "1.0.33",
3
+ "version": "1.0.35",
4
4
  "description": "Common types between backend, agent(s) and frontend(s)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awarevue/api-types",
3
- "version": "1.0.33",
3
+ "version": "1.0.35",
4
4
  "description": "Common types between backend, agent(s) and frontend(s)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",