@camstack/types 1.0.4 → 1.0.6

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.
Files changed (59) hide show
  1. package/dist/addon.d.ts +34 -0
  2. package/dist/addon.js +22 -0
  3. package/dist/addon.mjs +3 -0
  4. package/dist/capabilities/addons.cap.d.ts +10 -10
  5. package/dist/capabilities/advanced-notifier.cap.d.ts +4 -4
  6. package/dist/capabilities/alerts.cap.d.ts +10 -10
  7. package/dist/capabilities/audio-codec.cap.d.ts +2 -2
  8. package/dist/capabilities/camera-streams.cap.d.ts +15 -15
  9. package/dist/capabilities/consumables.cap.d.ts +4 -4
  10. package/dist/capabilities/cover.cap.d.ts +4 -4
  11. package/dist/capabilities/decoder.cap.d.ts +1 -1
  12. package/dist/capabilities/index.d.ts +2 -1
  13. package/dist/capabilities/local-network.cap.d.ts +6 -6
  14. package/dist/capabilities/log-destination.cap.d.ts +5 -5
  15. package/dist/capabilities/media-player.cap.d.ts +4 -4
  16. package/dist/capabilities/mesh-network.cap.d.ts +3 -3
  17. package/dist/capabilities/metrics-provider.cap.d.ts +33 -3
  18. package/dist/capabilities/network-access.cap.d.ts +7 -7
  19. package/dist/capabilities/oauth-integration.cap.d.ts +2 -2
  20. package/dist/capabilities/pipeline-executor.cap.d.ts +48 -1
  21. package/dist/capabilities/pipeline-orchestrator.cap.d.ts +524 -4
  22. package/dist/capabilities/platform-probe.cap.d.ts +1 -1
  23. package/dist/capabilities/restreamer.cap.d.ts +2 -2
  24. package/dist/capabilities/schemas/streaming-shared.d.ts +9 -9
  25. package/dist/capabilities/sso-bridge.cap.d.ts +3 -3
  26. package/dist/capabilities/storage.cap.d.ts +1 -1
  27. package/dist/capabilities/stream-broker.cap.d.ts +28 -28
  28. package/dist/capabilities/stream-params.cap.d.ts +14 -14
  29. package/dist/capabilities/user-management.cap.d.ts +20 -20
  30. package/dist/capabilities/vacuum-control.cap.d.ts +13 -13
  31. package/dist/capabilities/valve.cap.d.ts +4 -4
  32. package/dist/capabilities/webrtc-session.cap.d.ts +12 -12
  33. package/dist/deps/binary-downloader.d.ts +1 -1
  34. package/dist/deps/ffmpeg-downloader.d.ts +1 -1
  35. package/dist/deps/python-downloader.d.ts +1 -1
  36. package/dist/device/base-device-provider.d.ts +4 -1
  37. package/dist/encode-profile.d.ts +2 -2
  38. package/dist/enums/event-category.d.ts +12 -0
  39. package/dist/err-msg-COpsHMw2.js +18 -0
  40. package/dist/err-msg-IQTHeDzc.mjs +13 -0
  41. package/dist/generated/addon-api.d.ts +438 -12
  42. package/dist/generated/device-proxy.d.ts +1 -1
  43. package/dist/generated/method-access-map.d.ts +1 -1
  44. package/dist/generated/system-proxy.d.ts +3 -3
  45. package/dist/health/wiring-health.d.ts +16 -16
  46. package/dist/index.js +1435 -4646
  47. package/dist/index.mjs +485 -3711
  48. package/dist/interfaces/event-bus.d.ts +15 -0
  49. package/dist/interfaces/metrics-provider.d.ts +3 -1
  50. package/dist/interfaces/pipeline-executor-capability.d.ts +8 -0
  51. package/dist/lifecycle/job.d.ts +6 -6
  52. package/dist/node.js +3 -3
  53. package/dist/node.mjs +1 -1
  54. package/dist/schemas/auth-records.d.ts +4 -4
  55. package/dist/sleep-D7JeS58T.mjs +3507 -0
  56. package/dist/sleep-DnS0eJh_.js +3920 -0
  57. package/dist/storage/filesystem-storage-provider.d.ts +2 -1
  58. package/dist/types/agent-pipeline-settings.d.ts +7 -0
  59. package/package.json +6 -1
@@ -25,8 +25,8 @@ declare const SsoBridgeClaimsSchema: z.ZodObject<{
25
25
  scopes: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
26
26
  type: z.ZodLiteral<"category">;
27
27
  target: z.ZodEnum<{
28
- device: "device";
29
28
  system: "system";
29
+ device: "device";
30
30
  }>;
31
31
  access: z.ZodArray<z.ZodEnum<{
32
32
  view: "view";
@@ -81,8 +81,8 @@ export declare const ssoBridgeCapability: {
81
81
  scopes: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
82
82
  type: z.ZodLiteral<"category">;
83
83
  target: z.ZodEnum<{
84
- device: "device";
85
84
  system: "system";
85
+ device: "device";
86
86
  }>;
87
87
  access: z.ZodArray<z.ZodEnum<{
88
88
  view: "view";
@@ -136,8 +136,8 @@ export declare const ssoBridgeCapability: {
136
136
  scopes: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
137
137
  type: z.ZodLiteral<"category">;
138
138
  target: z.ZodEnum<{
139
- device: "device";
140
139
  system: "system";
140
+ device: "device";
141
141
  }>;
142
142
  access: z.ZodArray<z.ZodEnum<{
143
143
  view: "view";
@@ -125,11 +125,11 @@ export declare const storageCapability: {
125
125
  }, z.core.$strip>>>, import("./capability-definition.js").CapabilityMethodKind>;
126
126
  readonly upsertLocation: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
127
127
  type: z.ZodString;
128
- nodeId: z.ZodOptional<z.ZodString>;
129
128
  id: z.ZodString;
130
129
  displayName: z.ZodString;
131
130
  providerId: z.ZodString;
132
131
  config: z.ZodRecord<z.ZodString, z.ZodUnknown>;
132
+ nodeId: z.ZodOptional<z.ZodString>;
133
133
  isDefault: z.ZodDefault<z.ZodBoolean>;
134
134
  isSystem: z.ZodDefault<z.ZodBoolean>;
135
135
  }, z.core.$strip>, z.ZodObject<{
@@ -41,9 +41,6 @@ export declare const BrokerAudioClientSchema: z.ZodObject<{
41
41
  */
42
42
  export declare const BrokerConsumerKindSchema: z.ZodEnum<{
43
43
  unknown: "unknown";
44
- recording: "recording";
45
- snapshot: "snapshot";
46
- pipeline: "pipeline";
47
44
  alexa: "alexa";
48
45
  homekit: "homekit";
49
46
  "webrtc-browser": "webrtc-browser";
@@ -51,15 +48,15 @@ export declare const BrokerConsumerKindSchema: z.ZodEnum<{
51
48
  "webrtc-whep": "webrtc-whep";
52
49
  "rtsp-listen": "rtsp-listen";
53
50
  "derived-broker": "derived-broker";
51
+ recording: "recording";
52
+ pipeline: "pipeline";
53
+ snapshot: "snapshot";
54
54
  warmup: "warmup";
55
55
  }>;
56
56
  export type BrokerConsumerKind = z.infer<typeof BrokerConsumerKindSchema>;
57
57
  export declare const BrokerConsumerAttributionSchema: z.ZodReadonly<z.ZodObject<{
58
58
  kind: z.ZodEnum<{
59
59
  unknown: "unknown";
60
- recording: "recording";
61
- snapshot: "snapshot";
62
- pipeline: "pipeline";
63
60
  alexa: "alexa";
64
61
  homekit: "homekit";
65
62
  "webrtc-browser": "webrtc-browser";
@@ -67,13 +64,16 @@ export declare const BrokerConsumerAttributionSchema: z.ZodReadonly<z.ZodObject<
67
64
  "webrtc-whep": "webrtc-whep";
68
65
  "rtsp-listen": "rtsp-listen";
69
66
  "derived-broker": "derived-broker";
67
+ recording: "recording";
68
+ pipeline: "pipeline";
69
+ snapshot: "snapshot";
70
70
  warmup: "warmup";
71
71
  }>;
72
72
  label: z.ZodOptional<z.ZodString>;
73
73
  media: z.ZodOptional<z.ZodEnum<{
74
- video: "video";
75
74
  audio: "audio";
76
75
  both: "both";
76
+ video: "video";
77
77
  }>>;
78
78
  targetCodec: z.ZodOptional<z.ZodString>;
79
79
  transport: z.ZodOptional<z.ZodEnum<{
@@ -97,9 +97,6 @@ export declare const BrokerEncodedClientSchema: z.ZodObject<{
97
97
  attribution: z.ZodReadonly<z.ZodObject<{
98
98
  kind: z.ZodEnum<{
99
99
  unknown: "unknown";
100
- recording: "recording";
101
- snapshot: "snapshot";
102
- pipeline: "pipeline";
103
100
  alexa: "alexa";
104
101
  homekit: "homekit";
105
102
  "webrtc-browser": "webrtc-browser";
@@ -107,13 +104,16 @@ export declare const BrokerEncodedClientSchema: z.ZodObject<{
107
104
  "webrtc-whep": "webrtc-whep";
108
105
  "rtsp-listen": "rtsp-listen";
109
106
  "derived-broker": "derived-broker";
107
+ recording: "recording";
108
+ pipeline: "pipeline";
109
+ snapshot: "snapshot";
110
110
  warmup: "warmup";
111
111
  }>;
112
112
  label: z.ZodOptional<z.ZodString>;
113
113
  media: z.ZodOptional<z.ZodEnum<{
114
- video: "video";
115
114
  audio: "audio";
116
115
  both: "both";
116
+ video: "video";
117
117
  }>>;
118
118
  targetCodec: z.ZodOptional<z.ZodString>;
119
119
  transport: z.ZodOptional<z.ZodEnum<{
@@ -162,9 +162,6 @@ export declare const BrokerClientsSchema: z.ZodObject<{
162
162
  attribution: z.ZodReadonly<z.ZodObject<{
163
163
  kind: z.ZodEnum<{
164
164
  unknown: "unknown";
165
- recording: "recording";
166
- snapshot: "snapshot";
167
- pipeline: "pipeline";
168
165
  alexa: "alexa";
169
166
  homekit: "homekit";
170
167
  "webrtc-browser": "webrtc-browser";
@@ -172,13 +169,16 @@ export declare const BrokerClientsSchema: z.ZodObject<{
172
169
  "webrtc-whep": "webrtc-whep";
173
170
  "rtsp-listen": "rtsp-listen";
174
171
  "derived-broker": "derived-broker";
172
+ recording: "recording";
173
+ pipeline: "pipeline";
174
+ snapshot: "snapshot";
175
175
  warmup: "warmup";
176
176
  }>;
177
177
  label: z.ZodOptional<z.ZodString>;
178
178
  media: z.ZodOptional<z.ZodEnum<{
179
- video: "video";
180
179
  audio: "audio";
181
180
  both: "both";
181
+ video: "video";
182
182
  }>>;
183
183
  targetCodec: z.ZodOptional<z.ZodString>;
184
184
  transport: z.ZodOptional<z.ZodEnum<{
@@ -203,10 +203,10 @@ export type BrokerDecodedClient = z.infer<typeof BrokerDecodedClientSchema>;
203
203
  export type BrokerAudioClient = z.infer<typeof BrokerAudioClientSchema>;
204
204
  export type BrokerClients = z.infer<typeof BrokerClientsSchema>;
205
205
  export declare const PlaceholderReasonSchema: z.ZodEnum<{
206
- disabled: "disabled";
207
206
  reconnecting: "reconnecting";
208
207
  sleeping: "sleeping";
209
208
  offline: "offline";
209
+ disabled: "disabled";
210
210
  waking: "waking";
211
211
  }>;
212
212
  export type PlaceholderReason = z.infer<typeof PlaceholderReasonSchema>;
@@ -217,11 +217,11 @@ declare const VideoCodecTargetSchema: z.ZodEnum<{
217
217
  }>;
218
218
  export type VideoCodecTarget = z.infer<typeof VideoCodecTargetSchema>;
219
219
  declare const AudioCodecTargetSchema: z.ZodEnum<{
220
+ none: "none";
220
221
  copy: "copy";
221
222
  opus: "opus";
222
223
  aac: "aac";
223
224
  pcmu: "pcmu";
224
- none: "none";
225
225
  }>;
226
226
  export type AudioCodecTarget = z.infer<typeof AudioCodecTargetSchema>;
227
227
  export declare const GetStreamWithCodecInputSchema: z.ZodObject<{
@@ -232,11 +232,11 @@ export declare const GetStreamWithCodecInputSchema: z.ZodObject<{
232
232
  copy: "copy";
233
233
  }>;
234
234
  audio: z.ZodOptional<z.ZodEnum<{
235
+ none: "none";
235
236
  copy: "copy";
236
237
  opus: "opus";
237
238
  aac: "aac";
238
239
  pcmu: "pcmu";
239
- none: "none";
240
240
  }>>;
241
241
  profile: z.ZodOptional<z.ZodEnum<{
242
242
  high: "high";
@@ -306,9 +306,9 @@ export declare const streamBrokerCapability: {
306
306
  copy: "copy";
307
307
  }>;
308
308
  profile: z.ZodOptional<z.ZodEnum<{
309
+ high: "high";
309
310
  baseline: "baseline";
310
311
  main: "main";
311
- high: "high";
312
312
  }>>;
313
313
  width: z.ZodOptional<z.ZodNumber>;
314
314
  height: z.ZodOptional<z.ZodNumber>;
@@ -409,10 +409,10 @@ export declare const streamBrokerCapability: {
409
409
  sourceCamStreamId: z.ZodNullable<z.ZodString>;
410
410
  status: z.ZodEnum<{
411
411
  error: "error";
412
- streaming: "streaming";
413
- unassigned: "unassigned";
414
412
  idle: "idle";
413
+ unassigned: "unassigned";
415
414
  connecting: "connecting";
415
+ streaming: "streaming";
416
416
  }>;
417
417
  resolution: z.ZodOptional<z.ZodObject<{
418
418
  width: z.ZodNumber;
@@ -427,10 +427,10 @@ export declare const streamBrokerCapability: {
427
427
  }, z.core.$strip>, z.ZodObject<{
428
428
  status: z.ZodEnum<{
429
429
  error: "error";
430
- streaming: "streaming";
431
- stopped: "stopped";
432
430
  idle: "idle";
433
431
  connecting: "connecting";
432
+ streaming: "streaming";
433
+ stopped: "stopped";
434
434
  }>;
435
435
  inputFps: z.ZodNumber;
436
436
  decodeFps: z.ZodNumber;
@@ -502,9 +502,6 @@ export declare const streamBrokerCapability: {
502
502
  attribution: z.ZodReadonly<z.ZodObject<{
503
503
  kind: z.ZodEnum<{
504
504
  unknown: "unknown";
505
- recording: "recording";
506
- snapshot: "snapshot";
507
- pipeline: "pipeline";
508
505
  alexa: "alexa";
509
506
  homekit: "homekit";
510
507
  "webrtc-browser": "webrtc-browser";
@@ -512,13 +509,16 @@ export declare const streamBrokerCapability: {
512
509
  "webrtc-whep": "webrtc-whep";
513
510
  "rtsp-listen": "rtsp-listen";
514
511
  "derived-broker": "derived-broker";
512
+ recording: "recording";
513
+ pipeline: "pipeline";
514
+ snapshot: "snapshot";
515
515
  warmup: "warmup";
516
516
  }>;
517
517
  label: z.ZodOptional<z.ZodString>;
518
518
  media: z.ZodOptional<z.ZodEnum<{
519
- video: "video";
520
519
  audio: "audio";
521
520
  both: "both";
521
+ video: "video";
522
522
  }>>;
523
523
  targetCodec: z.ZodOptional<z.ZodString>;
524
524
  transport: z.ZodOptional<z.ZodEnum<{
@@ -591,11 +591,11 @@ export declare const streamBrokerCapability: {
591
591
  copy: "copy";
592
592
  }>;
593
593
  audio: z.ZodOptional<z.ZodEnum<{
594
+ none: "none";
594
595
  copy: "copy";
595
596
  opus: "opus";
596
597
  aac: "aac";
597
598
  pcmu: "pcmu";
598
- none: "none";
599
599
  }>>;
600
600
  profile: z.ZodOptional<z.ZodEnum<{
601
601
  high: "high";
@@ -3,8 +3,8 @@ import { type InferNativeProvider } from './capability-definition.js';
3
3
  import { DeviceType } from '../device/device-type.js';
4
4
  /** One of the camera's stream profiles. */
5
5
  export declare const StreamProfileSchema: z.ZodEnum<{
6
- main: "main";
7
6
  sub: "sub";
7
+ main: "main";
8
8
  ext: "ext";
9
9
  }>;
10
10
  /** The current encoding config of one stream profile. */
@@ -22,9 +22,9 @@ declare const StreamProfileConfigSchema: z.ZodObject<{
22
22
  cbr: "cbr";
23
23
  }>>;
24
24
  encoderProfile: z.ZodOptional<z.ZodEnum<{
25
+ high: "high";
25
26
  baseline: "baseline";
26
27
  main: "main";
27
- high: "high";
28
28
  }>>;
29
29
  gop: z.ZodOptional<z.ZodNumber>;
30
30
  audio: z.ZodOptional<z.ZodBoolean>;
@@ -44,9 +44,9 @@ export declare const StreamParamsStatusSchema: z.ZodObject<{
44
44
  cbr: "cbr";
45
45
  }>>;
46
46
  encoderProfile: z.ZodOptional<z.ZodEnum<{
47
+ high: "high";
47
48
  baseline: "baseline";
48
49
  main: "main";
49
- high: "high";
50
50
  }>>;
51
51
  gop: z.ZodOptional<z.ZodNumber>;
52
52
  audio: z.ZodOptional<z.ZodBoolean>;
@@ -65,9 +65,9 @@ export declare const StreamParamsStatusSchema: z.ZodObject<{
65
65
  cbr: "cbr";
66
66
  }>>;
67
67
  encoderProfile: z.ZodOptional<z.ZodEnum<{
68
+ high: "high";
68
69
  baseline: "baseline";
69
70
  main: "main";
70
- high: "high";
71
71
  }>>;
72
72
  gop: z.ZodOptional<z.ZodNumber>;
73
73
  audio: z.ZodOptional<z.ZodBoolean>;
@@ -86,9 +86,9 @@ export declare const StreamParamsStatusSchema: z.ZodObject<{
86
86
  cbr: "cbr";
87
87
  }>>;
88
88
  encoderProfile: z.ZodOptional<z.ZodEnum<{
89
+ high: "high";
89
90
  baseline: "baseline";
90
91
  main: "main";
91
- high: "high";
92
92
  }>>;
93
93
  gop: z.ZodOptional<z.ZodNumber>;
94
94
  audio: z.ZodOptional<z.ZodBoolean>;
@@ -198,9 +198,9 @@ export declare const StreamProfilePatchSchema: z.ZodObject<{
198
198
  cbr: "cbr";
199
199
  }>>;
200
200
  encoderProfile: z.ZodOptional<z.ZodEnum<{
201
+ high: "high";
201
202
  baseline: "baseline";
202
203
  main: "main";
203
- high: "high";
204
204
  }>>;
205
205
  gop: z.ZodOptional<z.ZodNumber>;
206
206
  audio: z.ZodOptional<z.ZodBoolean>;
@@ -293,8 +293,8 @@ export declare const streamParamsCapability: {
293
293
  readonly setProfile: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
294
294
  deviceId: z.ZodNumber;
295
295
  profile: z.ZodEnum<{
296
- main: "main";
297
296
  sub: "sub";
297
+ main: "main";
298
298
  ext: "ext";
299
299
  }>;
300
300
  patch: z.ZodObject<{
@@ -311,9 +311,9 @@ export declare const streamParamsCapability: {
311
311
  cbr: "cbr";
312
312
  }>>;
313
313
  encoderProfile: z.ZodOptional<z.ZodEnum<{
314
+ high: "high";
314
315
  baseline: "baseline";
315
316
  main: "main";
316
- high: "high";
317
317
  }>>;
318
318
  gop: z.ZodOptional<z.ZodNumber>;
319
319
  audio: z.ZodOptional<z.ZodBoolean>;
@@ -358,9 +358,9 @@ export declare const streamParamsCapability: {
358
358
  cbr: "cbr";
359
359
  }>>;
360
360
  encoderProfile: z.ZodOptional<z.ZodEnum<{
361
+ high: "high";
361
362
  baseline: "baseline";
362
363
  main: "main";
363
- high: "high";
364
364
  }>>;
365
365
  gop: z.ZodOptional<z.ZodNumber>;
366
366
  audio: z.ZodOptional<z.ZodBoolean>;
@@ -379,9 +379,9 @@ export declare const streamParamsCapability: {
379
379
  cbr: "cbr";
380
380
  }>>;
381
381
  encoderProfile: z.ZodOptional<z.ZodEnum<{
382
+ high: "high";
382
383
  baseline: "baseline";
383
384
  main: "main";
384
- high: "high";
385
385
  }>>;
386
386
  gop: z.ZodOptional<z.ZodNumber>;
387
387
  audio: z.ZodOptional<z.ZodBoolean>;
@@ -400,9 +400,9 @@ export declare const streamParamsCapability: {
400
400
  cbr: "cbr";
401
401
  }>>;
402
402
  encoderProfile: z.ZodOptional<z.ZodEnum<{
403
+ high: "high";
403
404
  baseline: "baseline";
404
405
  main: "main";
405
- high: "high";
406
406
  }>>;
407
407
  gop: z.ZodOptional<z.ZodNumber>;
408
408
  audio: z.ZodOptional<z.ZodBoolean>;
@@ -426,9 +426,9 @@ export declare const streamParamsCapability: {
426
426
  cbr: "cbr";
427
427
  }>>;
428
428
  encoderProfile: z.ZodOptional<z.ZodEnum<{
429
+ high: "high";
429
430
  baseline: "baseline";
430
431
  main: "main";
431
- high: "high";
432
432
  }>>;
433
433
  gop: z.ZodOptional<z.ZodNumber>;
434
434
  audio: z.ZodOptional<z.ZodBoolean>;
@@ -447,9 +447,9 @@ export declare const streamParamsCapability: {
447
447
  cbr: "cbr";
448
448
  }>>;
449
449
  encoderProfile: z.ZodOptional<z.ZodEnum<{
450
+ high: "high";
450
451
  baseline: "baseline";
451
452
  main: "main";
452
- high: "high";
453
453
  }>>;
454
454
  gop: z.ZodOptional<z.ZodNumber>;
455
455
  audio: z.ZodOptional<z.ZodBoolean>;
@@ -468,9 +468,9 @@ export declare const streamParamsCapability: {
468
468
  cbr: "cbr";
469
469
  }>>;
470
470
  encoderProfile: z.ZodOptional<z.ZodEnum<{
471
+ high: "high";
471
472
  baseline: "baseline";
472
473
  main: "main";
473
- high: "high";
474
474
  }>>;
475
475
  gop: z.ZodOptional<z.ZodNumber>;
476
476
  audio: z.ZodOptional<z.ZodBoolean>;
@@ -9,8 +9,8 @@ declare const UserSummarySchema: z.ZodObject<{
9
9
  scopes: z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
10
10
  type: z.ZodLiteral<"category">;
11
11
  target: z.ZodEnum<{
12
- device: "device";
13
12
  system: "system";
13
+ device: "device";
14
14
  }>;
15
15
  access: z.ZodArray<z.ZodEnum<{
16
16
  view: "view";
@@ -55,8 +55,8 @@ declare const CreateUserInputSchema: z.ZodObject<{
55
55
  scopes: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
56
56
  type: z.ZodLiteral<"category">;
57
57
  target: z.ZodEnum<{
58
- device: "device";
59
58
  system: "system";
59
+ device: "device";
60
60
  }>;
61
61
  access: z.ZodArray<z.ZodEnum<{
62
62
  view: "view";
@@ -97,8 +97,8 @@ declare const UpdateUserInputSchema: z.ZodObject<{
97
97
  scopes: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
98
98
  type: z.ZodLiteral<"category">;
99
99
  target: z.ZodEnum<{
100
- device: "device";
101
100
  system: "system";
101
+ device: "device";
102
102
  }>;
103
103
  access: z.ZodArray<z.ZodEnum<{
104
104
  view: "view";
@@ -168,8 +168,8 @@ declare const ScopedTokenSummarySchema: z.ZodObject<{
168
168
  scopes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
169
169
  type: z.ZodLiteral<"category">;
170
170
  target: z.ZodEnum<{
171
- device: "device";
172
171
  system: "system";
172
+ device: "device";
173
173
  }>;
174
174
  access: z.ZodArray<z.ZodEnum<{
175
175
  view: "view";
@@ -211,8 +211,8 @@ declare const CreateScopedTokenInputSchema: z.ZodObject<{
211
211
  scopes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
212
212
  type: z.ZodLiteral<"category">;
213
213
  target: z.ZodEnum<{
214
- device: "device";
215
214
  system: "system";
215
+ device: "device";
216
216
  }>;
217
217
  access: z.ZodArray<z.ZodEnum<{
218
218
  view: "view";
@@ -256,8 +256,8 @@ declare const CreateScopedTokenResultSchema: z.ZodObject<{
256
256
  scopes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
257
257
  type: z.ZodLiteral<"category">;
258
258
  target: z.ZodEnum<{
259
- device: "device";
260
259
  system: "system";
260
+ device: "device";
261
261
  }>;
262
262
  access: z.ZodArray<z.ZodEnum<{
263
263
  view: "view";
@@ -302,8 +302,8 @@ declare const OauthSessionSummarySchema: z.ZodObject<{
302
302
  scopes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
303
303
  type: z.ZodLiteral<"category">;
304
304
  target: z.ZodEnum<{
305
- device: "device";
306
305
  system: "system";
306
+ device: "device";
307
307
  }>;
308
308
  access: z.ZodArray<z.ZodEnum<{
309
309
  view: "view";
@@ -363,8 +363,8 @@ export declare const userManagementCapability: {
363
363
  scopes: z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
364
364
  type: z.ZodLiteral<"category">;
365
365
  target: z.ZodEnum<{
366
- device: "device";
367
366
  system: "system";
367
+ device: "device";
368
368
  }>;
369
369
  access: z.ZodArray<z.ZodEnum<{
370
370
  view: "view";
@@ -409,8 +409,8 @@ export declare const userManagementCapability: {
409
409
  scopes: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
410
410
  type: z.ZodLiteral<"category">;
411
411
  target: z.ZodEnum<{
412
- device: "device";
413
412
  system: "system";
413
+ device: "device";
414
414
  }>;
415
415
  access: z.ZodArray<z.ZodEnum<{
416
416
  view: "view";
@@ -451,8 +451,8 @@ export declare const userManagementCapability: {
451
451
  scopes: z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
452
452
  type: z.ZodLiteral<"category">;
453
453
  target: z.ZodEnum<{
454
- device: "device";
455
454
  system: "system";
455
+ device: "device";
456
456
  }>;
457
457
  access: z.ZodArray<z.ZodEnum<{
458
458
  view: "view";
@@ -496,8 +496,8 @@ export declare const userManagementCapability: {
496
496
  scopes: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
497
497
  type: z.ZodLiteral<"category">;
498
498
  target: z.ZodEnum<{
499
- device: "device";
500
499
  system: "system";
500
+ device: "device";
501
501
  }>;
502
502
  access: z.ZodArray<z.ZodEnum<{
503
503
  view: "view";
@@ -548,8 +548,8 @@ export declare const userManagementCapability: {
548
548
  scopes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
549
549
  type: z.ZodLiteral<"category">;
550
550
  target: z.ZodEnum<{
551
- device: "device";
552
551
  system: "system";
552
+ device: "device";
553
553
  }>;
554
554
  access: z.ZodArray<z.ZodEnum<{
555
555
  view: "view";
@@ -596,8 +596,8 @@ export declare const userManagementCapability: {
596
596
  scopes: z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
597
597
  type: z.ZodLiteral<"category">;
598
598
  target: z.ZodEnum<{
599
- device: "device";
600
599
  system: "system";
600
+ device: "device";
601
601
  }>;
602
602
  access: z.ZodArray<z.ZodEnum<{
603
603
  view: "view";
@@ -685,8 +685,8 @@ export declare const userManagementCapability: {
685
685
  scopes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
686
686
  type: z.ZodLiteral<"category">;
687
687
  target: z.ZodEnum<{
688
- device: "device";
689
688
  system: "system";
689
+ device: "device";
690
690
  }>;
691
691
  access: z.ZodArray<z.ZodEnum<{
692
692
  view: "view";
@@ -729,8 +729,8 @@ export declare const userManagementCapability: {
729
729
  scopes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
730
730
  type: z.ZodLiteral<"category">;
731
731
  target: z.ZodEnum<{
732
- device: "device";
733
732
  system: "system";
733
+ device: "device";
734
734
  }>;
735
735
  access: z.ZodArray<z.ZodEnum<{
736
736
  view: "view";
@@ -782,8 +782,8 @@ export declare const userManagementCapability: {
782
782
  scopes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
783
783
  type: z.ZodLiteral<"category">;
784
784
  target: z.ZodEnum<{
785
- device: "device";
786
785
  system: "system";
786
+ device: "device";
787
787
  }>;
788
788
  access: z.ZodArray<z.ZodEnum<{
789
789
  view: "view";
@@ -829,8 +829,8 @@ export declare const userManagementCapability: {
829
829
  scopes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
830
830
  type: z.ZodLiteral<"category">;
831
831
  target: z.ZodEnum<{
832
- device: "device";
833
832
  system: "system";
833
+ device: "device";
834
834
  }>;
835
835
  access: z.ZodArray<z.ZodEnum<{
836
836
  view: "view";
@@ -902,8 +902,8 @@ export declare const userManagementCapability: {
902
902
  scopes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
903
903
  type: z.ZodLiteral<"category">;
904
904
  target: z.ZodEnum<{
905
- device: "device";
906
905
  system: "system";
906
+ device: "device";
907
907
  }>;
908
908
  access: z.ZodArray<z.ZodEnum<{
909
909
  view: "view";
@@ -963,8 +963,8 @@ export declare const userManagementCapability: {
963
963
  scopes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
964
964
  type: z.ZodLiteral<"category">;
965
965
  target: z.ZodEnum<{
966
- device: "device";
967
966
  system: "system";
967
+ device: "device";
968
968
  }>;
969
969
  access: z.ZodArray<z.ZodEnum<{
970
970
  view: "view";
@@ -1005,8 +1005,8 @@ export declare const userManagementCapability: {
1005
1005
  scopes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1006
1006
  type: z.ZodLiteral<"category">;
1007
1007
  target: z.ZodEnum<{
1008
- device: "device";
1009
1008
  system: "system";
1009
+ device: "device";
1010
1010
  }>;
1011
1011
  access: z.ZodArray<z.ZodEnum<{
1012
1012
  view: "view";