@camstack/addon-terminal 0.1.64 → 0.1.65

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/addon.js CHANGED
@@ -12902,7 +12902,10 @@ method(_void(), _void(), { kind: "mutation" }), method(_void(), _void(), { kind:
12902
12902
  id: string(),
12903
12903
  name: string(),
12904
12904
  type: string()
12905
- }))), method(object({}), boolean()), method(object({ params: record(string(), unknown()).optional() }), array(DiscoveryCandidateSchema), {
12905
+ }))), method(object({ stableId: string() }), object({ deviceId: number() }), {
12906
+ kind: "mutation",
12907
+ timeoutMs: 3 * 6e4
12908
+ }), method(object({}), boolean()), method(object({ params: record(string(), unknown()).optional() }), array(DiscoveryCandidateSchema), {
12906
12909
  kind: "mutation",
12907
12910
  auth: "admin"
12908
12911
  }), method(object({}), CreationSchemaOutputSchema), method(object({}), object({ deviceType: _enum(DeviceType).nullable() })), method(object({ candidate: DiscoveryCandidateSchema }), DeviceSummarySchema, {
@@ -13183,7 +13186,8 @@ method(object({
13183
13186
  targetId: number()
13184
13187
  }), MigrateDeviceResultSchema, {
13185
13188
  kind: "mutation",
13186
- auth: "admin"
13189
+ auth: "admin",
13190
+ timeoutMs: 12 * 6e4
13187
13191
  }), 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({
13188
13192
  deviceId: number(),
13189
13193
  name: string()
@@ -34680,6 +34684,12 @@ Object.freeze({
34680
34684
  addonId: null,
34681
34685
  access: "view"
34682
34686
  },
34687
+ "deviceProvider.reloadDevice": {
34688
+ capName: "device-provider",
34689
+ capScope: "system",
34690
+ addonId: null,
34691
+ access: "create"
34692
+ },
34683
34693
  "deviceProvider.start": {
34684
34694
  capName: "device-provider",
34685
34695
  capScope: "system",
package/dist/addon.mjs CHANGED
@@ -12879,7 +12879,10 @@ method(_void(), _void(), { kind: "mutation" }), method(_void(), _void(), { kind:
12879
12879
  id: string(),
12880
12880
  name: string(),
12881
12881
  type: string()
12882
- }))), method(object({}), boolean()), method(object({ params: record(string(), unknown()).optional() }), array(DiscoveryCandidateSchema), {
12882
+ }))), method(object({ stableId: string() }), object({ deviceId: number() }), {
12883
+ kind: "mutation",
12884
+ timeoutMs: 3 * 6e4
12885
+ }), method(object({}), boolean()), method(object({ params: record(string(), unknown()).optional() }), array(DiscoveryCandidateSchema), {
12883
12886
  kind: "mutation",
12884
12887
  auth: "admin"
12885
12888
  }), method(object({}), CreationSchemaOutputSchema), method(object({}), object({ deviceType: _enum(DeviceType).nullable() })), method(object({ candidate: DiscoveryCandidateSchema }), DeviceSummarySchema, {
@@ -13160,7 +13163,8 @@ method(object({
13160
13163
  targetId: number()
13161
13164
  }), MigrateDeviceResultSchema, {
13162
13165
  kind: "mutation",
13163
- auth: "admin"
13166
+ auth: "admin",
13167
+ timeoutMs: 12 * 6e4
13164
13168
  }), 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({
13165
13169
  deviceId: number(),
13166
13170
  name: string()
@@ -34657,6 +34661,12 @@ Object.freeze({
34657
34661
  addonId: null,
34658
34662
  access: "view"
34659
34663
  },
34664
+ "deviceProvider.reloadDevice": {
34665
+ capName: "device-provider",
34666
+ capScope: "system",
34667
+ addonId: null,
34668
+ access: "create"
34669
+ },
34660
34670
  "deviceProvider.start": {
34661
34671
  capName: "device-provider",
34662
34672
  capScope: "system",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-terminal",
3
- "version": "0.1.64",
3
+ "version": "0.1.65",
4
4
  "description": "Interactive terminal sessions (pty + xterm) as a CamStack addon",
5
5
  "keywords": [
6
6
  "camstack",