@camstack/core 0.1.22 → 0.1.23
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/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -37,7 +37,7 @@ let node_vm = require("node:vm");
|
|
|
37
37
|
node_vm = require_chunk.__toESM(node_vm);
|
|
38
38
|
let node_os = require("node:os");
|
|
39
39
|
node_os = require_chunk.__toESM(node_os);
|
|
40
|
-
//#region ../types/dist/auth-records-
|
|
40
|
+
//#region ../types/dist/auth-records-Bsjs9Xri.mjs
|
|
41
41
|
var MODEL_FORMATS = [
|
|
42
42
|
"onnx",
|
|
43
43
|
"coreml",
|
|
@@ -4551,7 +4551,8 @@ var UserRoleSchema$1 = zod.z.enum([
|
|
|
4551
4551
|
"super_admin",
|
|
4552
4552
|
"admin",
|
|
4553
4553
|
"viewer",
|
|
4554
|
-
"agent"
|
|
4554
|
+
"agent",
|
|
4555
|
+
"scoped"
|
|
4555
4556
|
]);
|
|
4556
4557
|
var UserSummarySchema = zod.z.object({
|
|
4557
4558
|
id: zod.z.string(),
|
|
@@ -5041,7 +5042,7 @@ method(zod.z.void(), zod.z.array(AddonListItemSchema).readonly()), method(zod.z.
|
|
|
5041
5042
|
addonId: zod.z.string(),
|
|
5042
5043
|
limit: zod.z.number().min(1).max(500).default(100),
|
|
5043
5044
|
level: LogLevelSchema.optional()
|
|
5044
|
-
}), zod.z.array(LogQueryEntrySchema)
|
|
5045
|
+
}), zod.z.array(LogQueryEntrySchema)), method(zod.z.void(), zod.z.array(InstalledPackageSchema).readonly()), method(zod.z.object({
|
|
5045
5046
|
packageName: zod.z.string(),
|
|
5046
5047
|
version: zod.z.string().optional()
|
|
5047
5048
|
}), InstallPackageResultSchema, {
|
|
@@ -5100,7 +5101,8 @@ var UserRoleSchema = zod.z.enum([
|
|
|
5100
5101
|
"super_admin",
|
|
5101
5102
|
"admin",
|
|
5102
5103
|
"viewer",
|
|
5103
|
-
"agent"
|
|
5104
|
+
"agent",
|
|
5105
|
+
"scoped"
|
|
5104
5106
|
]);
|
|
5105
5107
|
var AllowedProviderSchema = zod.z.union([zod.z.literal("*"), zod.z.array(zod.z.string())]);
|
|
5106
5108
|
var AllowedDevicesSchema = zod.z.record(zod.z.string(), zod.z.union([zod.z.literal("*"), zod.z.array(zod.z.string())]));
|