@camstack/addon-decoder-nodeav 1.2.59 → 1.2.60
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 +12 -2
- package/dist/index.mjs +12 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12724,7 +12724,10 @@ method(_void(), _void(), { kind: "mutation" }), method(_void(), _void(), { kind:
|
|
|
12724
12724
|
id: string(),
|
|
12725
12725
|
name: string(),
|
|
12726
12726
|
type: string()
|
|
12727
|
-
}))), method(object({
|
|
12727
|
+
}))), method(object({ stableId: string() }), object({ deviceId: number() }), {
|
|
12728
|
+
kind: "mutation",
|
|
12729
|
+
timeoutMs: 3 * 6e4
|
|
12730
|
+
}), method(object({}), boolean()), method(object({ params: record(string(), unknown()).optional() }), array(DiscoveryCandidateSchema), {
|
|
12728
12731
|
kind: "mutation",
|
|
12729
12732
|
auth: "admin"
|
|
12730
12733
|
}), method(object({}), CreationSchemaOutputSchema), method(object({}), object({ deviceType: _enum(DeviceType).nullable() })), method(object({ candidate: DiscoveryCandidateSchema }), DeviceSummarySchema, {
|
|
@@ -13005,7 +13008,8 @@ method(object({
|
|
|
13005
13008
|
targetId: number()
|
|
13006
13009
|
}), MigrateDeviceResultSchema, {
|
|
13007
13010
|
kind: "mutation",
|
|
13008
|
-
auth: "admin"
|
|
13011
|
+
auth: "admin",
|
|
13012
|
+
timeoutMs: 12 * 6e4
|
|
13009
13013
|
}), method(DeviceRegisterPayloadSchema, _void(), { kind: "mutation" }), method(DeviceRemovePayloadSchema, _void(), { kind: "mutation" }), method(DevicePersistConfigPayloadSchema, _void(), { kind: "mutation" }), method(object({ deviceId: number() }), record(string(), unknown())), method(object({ deviceId: number() }), record(string(), unknown())), method(object({ deviceId: number() }), DeviceMetaSchema.nullable()), method(object({
|
|
13010
13014
|
deviceId: number(),
|
|
13011
13015
|
name: string()
|
|
@@ -30864,6 +30868,12 @@ Object.freeze({
|
|
|
30864
30868
|
addonId: null,
|
|
30865
30869
|
access: "view"
|
|
30866
30870
|
},
|
|
30871
|
+
"deviceProvider.reloadDevice": {
|
|
30872
|
+
capName: "device-provider",
|
|
30873
|
+
capScope: "system",
|
|
30874
|
+
addonId: null,
|
|
30875
|
+
access: "create"
|
|
30876
|
+
},
|
|
30867
30877
|
"deviceProvider.start": {
|
|
30868
30878
|
capName: "device-provider",
|
|
30869
30879
|
capScope: "system",
|
package/dist/index.mjs
CHANGED
|
@@ -12720,7 +12720,10 @@ method(_void(), _void(), { kind: "mutation" }), method(_void(), _void(), { kind:
|
|
|
12720
12720
|
id: string(),
|
|
12721
12721
|
name: string(),
|
|
12722
12722
|
type: string()
|
|
12723
|
-
}))), method(object({
|
|
12723
|
+
}))), method(object({ stableId: string() }), object({ deviceId: number() }), {
|
|
12724
|
+
kind: "mutation",
|
|
12725
|
+
timeoutMs: 3 * 6e4
|
|
12726
|
+
}), method(object({}), boolean()), method(object({ params: record(string(), unknown()).optional() }), array(DiscoveryCandidateSchema), {
|
|
12724
12727
|
kind: "mutation",
|
|
12725
12728
|
auth: "admin"
|
|
12726
12729
|
}), method(object({}), CreationSchemaOutputSchema), method(object({}), object({ deviceType: _enum(DeviceType).nullable() })), method(object({ candidate: DiscoveryCandidateSchema }), DeviceSummarySchema, {
|
|
@@ -13001,7 +13004,8 @@ method(object({
|
|
|
13001
13004
|
targetId: number()
|
|
13002
13005
|
}), MigrateDeviceResultSchema, {
|
|
13003
13006
|
kind: "mutation",
|
|
13004
|
-
auth: "admin"
|
|
13007
|
+
auth: "admin",
|
|
13008
|
+
timeoutMs: 12 * 6e4
|
|
13005
13009
|
}), method(DeviceRegisterPayloadSchema, _void(), { kind: "mutation" }), method(DeviceRemovePayloadSchema, _void(), { kind: "mutation" }), method(DevicePersistConfigPayloadSchema, _void(), { kind: "mutation" }), method(object({ deviceId: number() }), record(string(), unknown())), method(object({ deviceId: number() }), record(string(), unknown())), method(object({ deviceId: number() }), DeviceMetaSchema.nullable()), method(object({
|
|
13006
13010
|
deviceId: number(),
|
|
13007
13011
|
name: string()
|
|
@@ -30860,6 +30864,12 @@ Object.freeze({
|
|
|
30860
30864
|
addonId: null,
|
|
30861
30865
|
access: "view"
|
|
30862
30866
|
},
|
|
30867
|
+
"deviceProvider.reloadDevice": {
|
|
30868
|
+
capName: "device-provider",
|
|
30869
|
+
capScope: "system",
|
|
30870
|
+
addonId: null,
|
|
30871
|
+
access: "create"
|
|
30872
|
+
},
|
|
30863
30873
|
"deviceProvider.start": {
|
|
30864
30874
|
capName: "device-provider",
|
|
30865
30875
|
capScope: "system",
|