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