@camstack/types 0.1.30 → 0.1.32
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/build-addon-route-provider.d.ts +55 -0
- package/dist/addon/build-addon-route-provider.d.ts.map +1 -0
- package/dist/capabilities/addon-routes.cap.d.ts +64 -0
- package/dist/capabilities/addon-routes.cap.d.ts.map +1 -1
- package/dist/capabilities/admin-ui.cap.d.ts +6 -2
- package/dist/capabilities/admin-ui.cap.d.ts.map +1 -1
- package/dist/capabilities/advanced-notifier.cap.d.ts +202 -29
- package/dist/capabilities/advanced-notifier.cap.d.ts.map +1 -1
- package/dist/capabilities/audio-codec.cap.d.ts +2 -2
- package/dist/capabilities/auth-provider.cap.d.ts +4 -4
- package/dist/capabilities/auth-provider.cap.d.ts.map +1 -1
- package/dist/capabilities/authentication.cap.d.ts +4 -0
- package/dist/capabilities/authentication.cap.d.ts.map +1 -1
- package/dist/capabilities/capability-definition.d.ts +22 -0
- package/dist/capabilities/capability-definition.d.ts.map +1 -1
- package/dist/capabilities/device-export.cap.d.ts +77 -0
- package/dist/capabilities/device-export.cap.d.ts.map +1 -0
- package/dist/capabilities/embedding-encoder.cap.d.ts +14 -7
- package/dist/capabilities/embedding-encoder.cap.d.ts.map +1 -1
- package/dist/capabilities/index.d.ts +24 -5
- package/dist/capabilities/index.d.ts.map +1 -1
- package/dist/capabilities/intercom.cap.d.ts +34 -0
- package/dist/capabilities/intercom.cap.d.ts.map +1 -1
- package/dist/capabilities/mesh-network.cap.d.ts +32 -16
- package/dist/capabilities/mesh-network.cap.d.ts.map +1 -1
- package/dist/capabilities/mqtt-broker.cap.d.ts +153 -0
- package/dist/capabilities/mqtt-broker.cap.d.ts.map +1 -0
- package/dist/capabilities/network-access.cap.d.ts +41 -1
- package/dist/capabilities/network-access.cap.d.ts.map +1 -1
- package/dist/capabilities/platform-probe.cap.d.ts +234 -15
- package/dist/capabilities/platform-probe.cap.d.ts.map +1 -1
- package/dist/capabilities/settings-store.cap.d.ts +8 -2
- package/dist/capabilities/settings-store.cap.d.ts.map +1 -1
- package/dist/capabilities/smtp-provider.cap.d.ts +63 -0
- package/dist/capabilities/smtp-provider.cap.d.ts.map +1 -0
- package/dist/capabilities/sso-bridge.cap.d.ts +61 -0
- package/dist/capabilities/sso-bridge.cap.d.ts.map +1 -0
- package/dist/capabilities/stream-broker.cap.d.ts +90 -85
- package/dist/capabilities/stream-broker.cap.d.ts.map +1 -1
- package/dist/capabilities/user-management.cap.d.ts +513 -184
- package/dist/capabilities/user-management.cap.d.ts.map +1 -1
- package/dist/capabilities/user-passkeys.cap.d.ts +92 -0
- package/dist/capabilities/user-passkeys.cap.d.ts.map +1 -0
- package/dist/capabilities/webrtc-session.cap.d.ts +34 -0
- package/dist/capabilities/webrtc-session.cap.d.ts.map +1 -1
- package/dist/generated/addon-api.d.ts +11940 -9272
- package/dist/generated/addon-api.d.ts.map +1 -1
- package/dist/generated/cap-status-types.d.ts +5 -1
- package/dist/generated/cap-status-types.d.ts.map +1 -1
- package/dist/generated/capability-router-map.d.ts +19 -4
- package/dist/generated/capability-router-map.d.ts.map +1 -1
- package/dist/generated/device-proxy.d.ts +2 -0
- package/dist/generated/device-proxy.d.ts.map +1 -1
- package/dist/generated/method-access-map.d.ts +6 -1
- package/dist/generated/method-access-map.d.ts.map +1 -1
- package/dist/generated/provider-kind-map.d.ts +22 -0
- package/dist/generated/provider-kind-map.d.ts.map +1 -0
- package/dist/generated/scope-presets.d.ts +17 -0
- package/dist/generated/scope-presets.d.ts.map +1 -0
- package/dist/generated/system-proxy.d.ts +8 -4
- package/dist/generated/system-proxy.d.ts.map +1 -1
- package/dist/{index-DVKPWMwv.mjs → index-BBVUwOlZ.mjs} +1040 -500
- package/dist/index-BBVUwOlZ.mjs.map +1 -0
- package/dist/{index-s8uJNgNs.js → index-BUBhoPUu.js} +741 -201
- package/dist/index-BUBhoPUu.js.map +1 -0
- package/dist/index.d.ts +9 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +852 -500
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1109 -757
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/addon-routes.d.ts +8 -2
- package/dist/interfaces/addon-routes.d.ts.map +1 -1
- package/dist/interfaces/addon.d.ts +14 -3
- package/dist/interfaces/addon.d.ts.map +1 -1
- package/dist/interfaces/advanced-notifier.d.ts +8 -7
- package/dist/interfaces/advanced-notifier.d.ts.map +1 -1
- package/dist/interfaces/api-responses.d.ts +2 -3
- package/dist/interfaces/api-responses.d.ts.map +1 -1
- package/dist/interfaces/auth.d.ts +14 -11
- package/dist/interfaces/auth.d.ts.map +1 -1
- package/dist/interfaces/capability.d.ts +6 -6
- package/dist/interfaces/capability.d.ts.map +1 -1
- package/dist/interfaces/embedding-encoder.d.ts +16 -7
- package/dist/interfaces/embedding-encoder.d.ts.map +1 -1
- package/dist/interfaces/rtp-egress.d.ts +45 -0
- package/dist/interfaces/rtp-egress.d.ts.map +1 -0
- package/dist/interfaces/storage.d.ts +15 -2
- package/dist/interfaces/storage.d.ts.map +1 -1
- package/dist/node.js +1 -1
- package/dist/node.mjs +1 -1
- package/dist/schemas/auth-records.d.ts +105 -50
- package/dist/schemas/auth-records.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/index-DVKPWMwv.mjs.map +0 -1
- package/dist/index-s8uJNgNs.js.map +0 -1
- package/dist/interfaces/auth-provider.d.ts +0 -39
- package/dist/interfaces/auth-provider.d.ts.map +0 -1
|
@@ -22,11 +22,33 @@ declare const NetworkAccessStatusSchema: z.ZodObject<{
|
|
|
22
22
|
}, z.core.$strip>>;
|
|
23
23
|
error: z.ZodOptional<z.ZodString>;
|
|
24
24
|
}, z.core.$strip>;
|
|
25
|
+
/**
|
|
26
|
+
* Optional, richer endpoint shape returned by providers that expose
|
|
27
|
+
* MORE than one ingress concurrently (Tailscale Ingress with mixed
|
|
28
|
+
* serve+funnel rules, future ngrok multi-tunnel, …). Each entry carries
|
|
29
|
+
* the originating provider config (mode + sourcePort) so the
|
|
30
|
+
* orchestrator UI can label rows distinctly. Providers that expose only
|
|
31
|
+
* one endpoint just omit `listEndpoints` from their provider impl.
|
|
32
|
+
*/
|
|
33
|
+
declare const NetworkEndpointEntrySchema: z.ZodObject<{
|
|
34
|
+
url: z.ZodString;
|
|
35
|
+
hostname: z.ZodString;
|
|
36
|
+
port: z.ZodNumber;
|
|
37
|
+
protocol: z.ZodEnum<{
|
|
38
|
+
http: "http";
|
|
39
|
+
https: "https";
|
|
40
|
+
}>;
|
|
41
|
+
id: z.ZodString;
|
|
42
|
+
label: z.ZodString;
|
|
43
|
+
mode: z.ZodOptional<z.ZodString>;
|
|
44
|
+
sourcePort: z.ZodOptional<z.ZodNumber>;
|
|
45
|
+
}, z.core.$strip>;
|
|
25
46
|
export declare const networkAccessCapability: {
|
|
26
47
|
readonly name: "network-access";
|
|
27
48
|
readonly scope: "system";
|
|
28
49
|
readonly mode: "collection";
|
|
29
50
|
readonly internal: true;
|
|
51
|
+
readonly providerKind: "ingress";
|
|
30
52
|
readonly methods: {
|
|
31
53
|
readonly start: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodObject<{
|
|
32
54
|
url: z.ZodString;
|
|
@@ -60,8 +82,26 @@ export declare const networkAccessCapability: {
|
|
|
60
82
|
}, z.core.$strip>>;
|
|
61
83
|
error: z.ZodOptional<z.ZodString>;
|
|
62
84
|
}, z.core.$strip>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
85
|
+
/**
|
|
86
|
+
* Enumerate every active ingress entry. Default implementation (when
|
|
87
|
+
* the provider omits this method) is derived from `getEndpoint()` —
|
|
88
|
+
* see the remote-access orchestrator for the fallback path.
|
|
89
|
+
*/
|
|
90
|
+
readonly listEndpoints: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
91
|
+
url: z.ZodString;
|
|
92
|
+
hostname: z.ZodString;
|
|
93
|
+
port: z.ZodNumber;
|
|
94
|
+
protocol: z.ZodEnum<{
|
|
95
|
+
http: "http";
|
|
96
|
+
https: "https";
|
|
97
|
+
}>;
|
|
98
|
+
id: z.ZodString;
|
|
99
|
+
label: z.ZodString;
|
|
100
|
+
mode: z.ZodOptional<z.ZodString>;
|
|
101
|
+
sourcePort: z.ZodOptional<z.ZodNumber>;
|
|
102
|
+
}, z.core.$strip>>>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
63
103
|
};
|
|
64
104
|
};
|
|
65
105
|
export type INetworkAccessProvider = InferProvider<typeof networkAccessCapability>;
|
|
66
|
-
export { NetworkEndpointSchema, NetworkAccessStatusSchema };
|
|
106
|
+
export { NetworkEndpointSchema, NetworkAccessStatusSchema, NetworkEndpointEntrySchema };
|
|
67
107
|
//# sourceMappingURL=network-access.cap.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"network-access.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/network-access.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAElG,QAAA,MAAM,qBAAqB;;;;;;;;iBAKzB,CAAA;AAEF,QAAA,MAAM,yBAAyB;;;;;;;;;;;;iBAI7B,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"network-access.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/network-access.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAElG,QAAA,MAAM,qBAAqB;;;;;;;;iBAKzB,CAAA;AAEF,QAAA,MAAM,yBAAyB;;;;;;;;;;;;iBAI7B,CAAA;AAEF;;;;;;;GAOG;AACH,QAAA,MAAM,0BAA0B;;;;;;;;;;;;iBAY9B,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAWhC;;;;WAIG;;;;;;;;;;;;;;;CAGkC,CAAA;AAEzC,MAAM,MAAM,sBAAsB,GAAG,aAAa,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAElF,OAAO,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,CAAA"}
|
|
@@ -1,11 +1,118 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { type InferProvider } from './capability-definition.js';
|
|
3
|
+
declare const HardwareEncoderIdSchema: z.ZodEnum<{
|
|
4
|
+
h264_videotoolbox: "h264_videotoolbox";
|
|
5
|
+
hevc_videotoolbox: "hevc_videotoolbox";
|
|
6
|
+
h264_vaapi: "h264_vaapi";
|
|
7
|
+
hevc_vaapi: "hevc_vaapi";
|
|
8
|
+
h264_nvenc: "h264_nvenc";
|
|
9
|
+
hevc_nvenc: "hevc_nvenc";
|
|
10
|
+
h264_qsv: "h264_qsv";
|
|
11
|
+
hevc_qsv: "hevc_qsv";
|
|
12
|
+
h264_amf: "h264_amf";
|
|
13
|
+
hevc_amf: "hevc_amf";
|
|
14
|
+
libx264: "libx264";
|
|
15
|
+
libx265: "libx265";
|
|
16
|
+
}>;
|
|
17
|
+
export type HardwareEncoderId = z.infer<typeof HardwareEncoderIdSchema>;
|
|
18
|
+
declare const HardwareEncoderProbeSchema: z.ZodObject<{
|
|
19
|
+
encoder: z.ZodEnum<{
|
|
20
|
+
h264_videotoolbox: "h264_videotoolbox";
|
|
21
|
+
hevc_videotoolbox: "hevc_videotoolbox";
|
|
22
|
+
h264_vaapi: "h264_vaapi";
|
|
23
|
+
hevc_vaapi: "hevc_vaapi";
|
|
24
|
+
h264_nvenc: "h264_nvenc";
|
|
25
|
+
hevc_nvenc: "hevc_nvenc";
|
|
26
|
+
h264_qsv: "h264_qsv";
|
|
27
|
+
hevc_qsv: "hevc_qsv";
|
|
28
|
+
h264_amf: "h264_amf";
|
|
29
|
+
hevc_amf: "hevc_amf";
|
|
30
|
+
libx264: "libx264";
|
|
31
|
+
libx265: "libx265";
|
|
32
|
+
}>;
|
|
33
|
+
codec: z.ZodEnum<{
|
|
34
|
+
H264: "H264";
|
|
35
|
+
H265: "H265";
|
|
36
|
+
}>;
|
|
37
|
+
family: z.ZodEnum<{
|
|
38
|
+
videotoolbox: "videotoolbox";
|
|
39
|
+
vaapi: "vaapi";
|
|
40
|
+
qsv: "qsv";
|
|
41
|
+
amf: "amf";
|
|
42
|
+
nvenc: "nvenc";
|
|
43
|
+
software: "software";
|
|
44
|
+
}>;
|
|
45
|
+
available: z.ZodBoolean;
|
|
46
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
47
|
+
}, z.core.$strip>;
|
|
48
|
+
export type HardwareEncoderProbe = z.infer<typeof HardwareEncoderProbeSchema>;
|
|
49
|
+
declare const HardwareEncodersSchema: z.ZodObject<{
|
|
50
|
+
encoders: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
51
|
+
encoder: z.ZodEnum<{
|
|
52
|
+
h264_videotoolbox: "h264_videotoolbox";
|
|
53
|
+
hevc_videotoolbox: "hevc_videotoolbox";
|
|
54
|
+
h264_vaapi: "h264_vaapi";
|
|
55
|
+
hevc_vaapi: "hevc_vaapi";
|
|
56
|
+
h264_nvenc: "h264_nvenc";
|
|
57
|
+
hevc_nvenc: "hevc_nvenc";
|
|
58
|
+
h264_qsv: "h264_qsv";
|
|
59
|
+
hevc_qsv: "hevc_qsv";
|
|
60
|
+
h264_amf: "h264_amf";
|
|
61
|
+
hevc_amf: "hevc_amf";
|
|
62
|
+
libx264: "libx264";
|
|
63
|
+
libx265: "libx265";
|
|
64
|
+
}>;
|
|
65
|
+
codec: z.ZodEnum<{
|
|
66
|
+
H264: "H264";
|
|
67
|
+
H265: "H265";
|
|
68
|
+
}>;
|
|
69
|
+
family: z.ZodEnum<{
|
|
70
|
+
videotoolbox: "videotoolbox";
|
|
71
|
+
vaapi: "vaapi";
|
|
72
|
+
qsv: "qsv";
|
|
73
|
+
amf: "amf";
|
|
74
|
+
nvenc: "nvenc";
|
|
75
|
+
software: "software";
|
|
76
|
+
}>;
|
|
77
|
+
available: z.ZodBoolean;
|
|
78
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
79
|
+
}, z.core.$strip>>>;
|
|
80
|
+
defaultH264: z.ZodEnum<{
|
|
81
|
+
h264_videotoolbox: "h264_videotoolbox";
|
|
82
|
+
hevc_videotoolbox: "hevc_videotoolbox";
|
|
83
|
+
h264_vaapi: "h264_vaapi";
|
|
84
|
+
hevc_vaapi: "hevc_vaapi";
|
|
85
|
+
h264_nvenc: "h264_nvenc";
|
|
86
|
+
hevc_nvenc: "hevc_nvenc";
|
|
87
|
+
h264_qsv: "h264_qsv";
|
|
88
|
+
hevc_qsv: "hevc_qsv";
|
|
89
|
+
h264_amf: "h264_amf";
|
|
90
|
+
hevc_amf: "hevc_amf";
|
|
91
|
+
libx264: "libx264";
|
|
92
|
+
libx265: "libx265";
|
|
93
|
+
}>;
|
|
94
|
+
defaultH265: z.ZodEnum<{
|
|
95
|
+
h264_videotoolbox: "h264_videotoolbox";
|
|
96
|
+
hevc_videotoolbox: "hevc_videotoolbox";
|
|
97
|
+
h264_vaapi: "h264_vaapi";
|
|
98
|
+
hevc_vaapi: "hevc_vaapi";
|
|
99
|
+
h264_nvenc: "h264_nvenc";
|
|
100
|
+
hevc_nvenc: "hevc_nvenc";
|
|
101
|
+
h264_qsv: "h264_qsv";
|
|
102
|
+
hevc_qsv: "hevc_qsv";
|
|
103
|
+
h264_amf: "h264_amf";
|
|
104
|
+
hevc_amf: "hevc_amf";
|
|
105
|
+
libx264: "libx264";
|
|
106
|
+
libx265: "libx265";
|
|
107
|
+
}>;
|
|
108
|
+
probedAt: z.ZodNumber;
|
|
109
|
+
}, z.core.$strip>;
|
|
110
|
+
export type HardwareEncoders = z.infer<typeof HardwareEncodersSchema>;
|
|
3
111
|
export declare const platformProbeCapability: {
|
|
4
112
|
readonly name: "platform-probe";
|
|
5
113
|
readonly scope: "system";
|
|
6
114
|
readonly mode: "singleton";
|
|
7
115
|
readonly methods: {
|
|
8
|
-
/** Return cached hardware + scored backends for this node. */
|
|
9
116
|
readonly getCapabilities: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodObject<{
|
|
10
117
|
hardware: z.ZodObject<{
|
|
11
118
|
platform: z.ZodEnum<{
|
|
@@ -70,7 +177,6 @@ export declare const platformProbeCapability: {
|
|
|
70
177
|
}, z.core.$strip>;
|
|
71
178
|
pythonPath: z.ZodNullable<z.ZodString>;
|
|
72
179
|
}, z.core.$strip>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
73
|
-
/** Convenience getter — hardware only. */
|
|
74
180
|
readonly getHardware: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodObject<{
|
|
75
181
|
platform: z.ZodEnum<{
|
|
76
182
|
darwin: "darwin";
|
|
@@ -102,12 +208,6 @@ export declare const platformProbeCapability: {
|
|
|
102
208
|
}>;
|
|
103
209
|
}, z.core.$strip>>;
|
|
104
210
|
}, z.core.$strip>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
105
|
-
/**
|
|
106
|
-
* Resolve the best (model, runtime, backend, format) for a given list
|
|
107
|
-
* of requirements, using this node's scored backends as the candidate
|
|
108
|
-
* pool. Always returns a config — falls back to CPU when no preferred
|
|
109
|
-
* backend matches.
|
|
110
|
-
*/
|
|
111
211
|
readonly resolveInferenceConfig: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
112
212
|
requirements: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
113
213
|
modelId: z.ZodString;
|
|
@@ -132,13 +232,6 @@ export declare const platformProbeCapability: {
|
|
|
132
232
|
}>;
|
|
133
233
|
reason: z.ZodString;
|
|
134
234
|
}, z.core.$strip>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
135
|
-
/**
|
|
136
|
-
* Resolve the ordered HW acceleration backend list for this node.
|
|
137
|
-
* Pass `prefer` to hint a specific backend; pass `null` or omit
|
|
138
|
-
* for auto-detection. Replaces the legacy `$hwaccel.resolve`
|
|
139
|
-
* Moleculer action — cap routing handles per-node dispatch via
|
|
140
|
-
* `nodeId`.
|
|
141
|
-
*/
|
|
142
235
|
readonly resolveHwAccel: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
143
236
|
prefer: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
144
237
|
coreml: "coreml";
|
|
@@ -162,7 +255,133 @@ export declare const platformProbeCapability: {
|
|
|
162
255
|
}, z.core.$strip>, z.ZodObject<{
|
|
163
256
|
preferred: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
164
257
|
}, z.core.$strip>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
258
|
+
/**
|
|
259
|
+
* Hardware-encoder probe — see Task #185. Cached after first call.
|
|
260
|
+
*/
|
|
261
|
+
readonly getHardwareEncoders: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodObject<{
|
|
262
|
+
encoders: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
263
|
+
encoder: z.ZodEnum<{
|
|
264
|
+
h264_videotoolbox: "h264_videotoolbox";
|
|
265
|
+
hevc_videotoolbox: "hevc_videotoolbox";
|
|
266
|
+
h264_vaapi: "h264_vaapi";
|
|
267
|
+
hevc_vaapi: "hevc_vaapi";
|
|
268
|
+
h264_nvenc: "h264_nvenc";
|
|
269
|
+
hevc_nvenc: "hevc_nvenc";
|
|
270
|
+
h264_qsv: "h264_qsv";
|
|
271
|
+
hevc_qsv: "hevc_qsv";
|
|
272
|
+
h264_amf: "h264_amf";
|
|
273
|
+
hevc_amf: "hevc_amf";
|
|
274
|
+
libx264: "libx264";
|
|
275
|
+
libx265: "libx265";
|
|
276
|
+
}>;
|
|
277
|
+
codec: z.ZodEnum<{
|
|
278
|
+
H264: "H264";
|
|
279
|
+
H265: "H265";
|
|
280
|
+
}>;
|
|
281
|
+
family: z.ZodEnum<{
|
|
282
|
+
videotoolbox: "videotoolbox";
|
|
283
|
+
vaapi: "vaapi";
|
|
284
|
+
qsv: "qsv";
|
|
285
|
+
amf: "amf";
|
|
286
|
+
nvenc: "nvenc";
|
|
287
|
+
software: "software";
|
|
288
|
+
}>;
|
|
289
|
+
available: z.ZodBoolean;
|
|
290
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
291
|
+
}, z.core.$strip>>>;
|
|
292
|
+
defaultH264: z.ZodEnum<{
|
|
293
|
+
h264_videotoolbox: "h264_videotoolbox";
|
|
294
|
+
hevc_videotoolbox: "hevc_videotoolbox";
|
|
295
|
+
h264_vaapi: "h264_vaapi";
|
|
296
|
+
hevc_vaapi: "hevc_vaapi";
|
|
297
|
+
h264_nvenc: "h264_nvenc";
|
|
298
|
+
hevc_nvenc: "hevc_nvenc";
|
|
299
|
+
h264_qsv: "h264_qsv";
|
|
300
|
+
hevc_qsv: "hevc_qsv";
|
|
301
|
+
h264_amf: "h264_amf";
|
|
302
|
+
hevc_amf: "hevc_amf";
|
|
303
|
+
libx264: "libx264";
|
|
304
|
+
libx265: "libx265";
|
|
305
|
+
}>;
|
|
306
|
+
defaultH265: z.ZodEnum<{
|
|
307
|
+
h264_videotoolbox: "h264_videotoolbox";
|
|
308
|
+
hevc_videotoolbox: "hevc_videotoolbox";
|
|
309
|
+
h264_vaapi: "h264_vaapi";
|
|
310
|
+
hevc_vaapi: "hevc_vaapi";
|
|
311
|
+
h264_nvenc: "h264_nvenc";
|
|
312
|
+
hevc_nvenc: "hevc_nvenc";
|
|
313
|
+
h264_qsv: "h264_qsv";
|
|
314
|
+
hevc_qsv: "hevc_qsv";
|
|
315
|
+
h264_amf: "h264_amf";
|
|
316
|
+
hevc_amf: "hevc_amf";
|
|
317
|
+
libx264: "libx264";
|
|
318
|
+
libx265: "libx265";
|
|
319
|
+
}>;
|
|
320
|
+
probedAt: z.ZodNumber;
|
|
321
|
+
}, z.core.$strip>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
322
|
+
readonly refreshHardwareEncoders: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodObject<{
|
|
323
|
+
encoders: z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
324
|
+
encoder: z.ZodEnum<{
|
|
325
|
+
h264_videotoolbox: "h264_videotoolbox";
|
|
326
|
+
hevc_videotoolbox: "hevc_videotoolbox";
|
|
327
|
+
h264_vaapi: "h264_vaapi";
|
|
328
|
+
hevc_vaapi: "hevc_vaapi";
|
|
329
|
+
h264_nvenc: "h264_nvenc";
|
|
330
|
+
hevc_nvenc: "hevc_nvenc";
|
|
331
|
+
h264_qsv: "h264_qsv";
|
|
332
|
+
hevc_qsv: "hevc_qsv";
|
|
333
|
+
h264_amf: "h264_amf";
|
|
334
|
+
hevc_amf: "hevc_amf";
|
|
335
|
+
libx264: "libx264";
|
|
336
|
+
libx265: "libx265";
|
|
337
|
+
}>;
|
|
338
|
+
codec: z.ZodEnum<{
|
|
339
|
+
H264: "H264";
|
|
340
|
+
H265: "H265";
|
|
341
|
+
}>;
|
|
342
|
+
family: z.ZodEnum<{
|
|
343
|
+
videotoolbox: "videotoolbox";
|
|
344
|
+
vaapi: "vaapi";
|
|
345
|
+
qsv: "qsv";
|
|
346
|
+
amf: "amf";
|
|
347
|
+
nvenc: "nvenc";
|
|
348
|
+
software: "software";
|
|
349
|
+
}>;
|
|
350
|
+
available: z.ZodBoolean;
|
|
351
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
352
|
+
}, z.core.$strip>>>;
|
|
353
|
+
defaultH264: z.ZodEnum<{
|
|
354
|
+
h264_videotoolbox: "h264_videotoolbox";
|
|
355
|
+
hevc_videotoolbox: "hevc_videotoolbox";
|
|
356
|
+
h264_vaapi: "h264_vaapi";
|
|
357
|
+
hevc_vaapi: "hevc_vaapi";
|
|
358
|
+
h264_nvenc: "h264_nvenc";
|
|
359
|
+
hevc_nvenc: "hevc_nvenc";
|
|
360
|
+
h264_qsv: "h264_qsv";
|
|
361
|
+
hevc_qsv: "hevc_qsv";
|
|
362
|
+
h264_amf: "h264_amf";
|
|
363
|
+
hevc_amf: "hevc_amf";
|
|
364
|
+
libx264: "libx264";
|
|
365
|
+
libx265: "libx265";
|
|
366
|
+
}>;
|
|
367
|
+
defaultH265: z.ZodEnum<{
|
|
368
|
+
h264_videotoolbox: "h264_videotoolbox";
|
|
369
|
+
hevc_videotoolbox: "hevc_videotoolbox";
|
|
370
|
+
h264_vaapi: "h264_vaapi";
|
|
371
|
+
hevc_vaapi: "hevc_vaapi";
|
|
372
|
+
h264_nvenc: "h264_nvenc";
|
|
373
|
+
hevc_nvenc: "hevc_nvenc";
|
|
374
|
+
h264_qsv: "h264_qsv";
|
|
375
|
+
hevc_qsv: "hevc_qsv";
|
|
376
|
+
h264_amf: "h264_amf";
|
|
377
|
+
hevc_amf: "hevc_amf";
|
|
378
|
+
libx264: "libx264";
|
|
379
|
+
libx265: "libx265";
|
|
380
|
+
}>;
|
|
381
|
+
probedAt: z.ZodNumber;
|
|
382
|
+
}, z.core.$strip>, "mutation">;
|
|
165
383
|
};
|
|
166
384
|
};
|
|
167
385
|
export type IPlatformProbeProvider = InferProvider<typeof platformProbeCapability>;
|
|
386
|
+
export {};
|
|
168
387
|
//# sourceMappingURL=platform-probe.cap.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"platform-probe.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/platform-probe.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;
|
|
1
|
+
{"version":3,"file":"platform-probe.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/platform-probe.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAgBlG,QAAA,MAAM,uBAAuB;;;;;;;;;;;;;EAa3B,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAEvE,QAAA,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAM9B,CAAA;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAA;AAE7E,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAK1B,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AA0DrE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAehC;;WAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQkC,CAAA;AAEzC,MAAM,MAAM,sBAAsB,GAAG,aAAa,CAAC,OAAO,uBAAuB,CAAC,CAAA"}
|
|
@@ -24,8 +24,12 @@ declare const SettingsRecordSchema: z.ZodObject<{
|
|
|
24
24
|
}, z.core.$strip>;
|
|
25
25
|
/**
|
|
26
26
|
* Column declaration for a structured (SQL-backed) collection.
|
|
27
|
-
*
|
|
28
|
-
*
|
|
27
|
+
*
|
|
28
|
+
* Logical types — the backend translates each to the matching SQLite
|
|
29
|
+
* storage class and handles per-type marshaling:
|
|
30
|
+
* - `TEXT` / `INTEGER` / `REAL` — native SQLite types, pass-through
|
|
31
|
+
* - `JSON` — TEXT under the hood; serialised on write, parsed on read
|
|
32
|
+
* - `BOOLEAN` — INTEGER 0/1 under the hood; coerced both directions
|
|
29
33
|
*/
|
|
30
34
|
declare const CollectionColumnSchema: z.ZodObject<{
|
|
31
35
|
name: z.ZodString;
|
|
@@ -34,6 +38,7 @@ declare const CollectionColumnSchema: z.ZodObject<{
|
|
|
34
38
|
INTEGER: "INTEGER";
|
|
35
39
|
REAL: "REAL";
|
|
36
40
|
JSON: "JSON";
|
|
41
|
+
BOOLEAN: "BOOLEAN";
|
|
37
42
|
}>;
|
|
38
43
|
primaryKey: z.ZodOptional<z.ZodBoolean>;
|
|
39
44
|
notNull: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -172,6 +177,7 @@ export declare const settingsStoreCapability: {
|
|
|
172
177
|
INTEGER: "INTEGER";
|
|
173
178
|
REAL: "REAL";
|
|
174
179
|
JSON: "JSON";
|
|
180
|
+
BOOLEAN: "BOOLEAN";
|
|
175
181
|
}>;
|
|
176
182
|
primaryKey: z.ZodOptional<z.ZodBoolean>;
|
|
177
183
|
notNull: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings-store.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/settings-store.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAElG;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;iBAUrB,CAAA;AAEF,8CAA8C;AAC9C,QAAA,MAAM,oBAAoB;;;iBAGxB,CAAA;AAEF
|
|
1
|
+
{"version":3,"file":"settings-store.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/settings-store.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAElG;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;iBAUrB,CAAA;AAEF,8CAA8C;AAC9C,QAAA,MAAM,oBAAoB;;;iBAGxB,CAAA;AAEF;;;;;;;;GAQG;AACH,QAAA,MAAM,sBAAsB;;;;;;;;;;;;iBAM1B,CAAA;AAEF,QAAA,MAAM,qBAAqB;;;;iBAIzB,CAAA;AAEF;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,uBAAuB;;;;;QAKhC,mDAAmD;;;;;;QAMnD,mDAAmD;;;;;;;QAOnD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;QAMnD,2BAA2B;;;;;;;;;QAO3B,uCAAuC;;;;;;;QAOvC,iCAAiC;;;;;;QAOjC,0DAA0D;;;;;;;;;;;;;;;;;;;QAM1D,sCAAsC;;;;;QAMtC;;;;;;;;;;;;;;WAcG;;;;;;;;;;;;;;;;;;;;;;;;CAYkC,CAAA;AAEzC,MAAM,MAAM,sBAAsB,GAAG,aAAa,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAElF;;;;GAIG;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,2BAA2B,EAAE,QAAQ,CAAC,eAAe,CAAC,CAAA;AAE/F,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,CAAA;AAEjG,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AACrE,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { type InferProvider } from './capability-definition.js';
|
|
3
|
+
declare const SendEmailInputSchema: z.ZodObject<{
|
|
4
|
+
to: z.ZodUnion<readonly [z.ZodEmail, z.ZodArray<z.ZodEmail>]>;
|
|
5
|
+
cc: z.ZodOptional<z.ZodArray<z.ZodEmail>>;
|
|
6
|
+
bcc: z.ZodOptional<z.ZodArray<z.ZodEmail>>;
|
|
7
|
+
from: z.ZodOptional<z.ZodString>;
|
|
8
|
+
replyTo: z.ZodOptional<z.ZodString>;
|
|
9
|
+
subject: z.ZodString;
|
|
10
|
+
text: z.ZodString;
|
|
11
|
+
html: z.ZodOptional<z.ZodString>;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
declare const SendEmailResultSchema: z.ZodObject<{
|
|
14
|
+
messageId: z.ZodString;
|
|
15
|
+
accepted: z.ZodDefault<z.ZodArray<z.ZodEmail>>;
|
|
16
|
+
rejected: z.ZodDefault<z.ZodArray<z.ZodEmail>>;
|
|
17
|
+
}, z.core.$strip>;
|
|
18
|
+
declare const SmtpStatusSchema: z.ZodObject<{
|
|
19
|
+
ready: z.ZodBoolean;
|
|
20
|
+
host: z.ZodString;
|
|
21
|
+
error: z.ZodOptional<z.ZodString>;
|
|
22
|
+
lastVerifiedAt: z.ZodOptional<z.ZodNumber>;
|
|
23
|
+
}, z.core.$strip>;
|
|
24
|
+
export declare const smtpProviderCapability: {
|
|
25
|
+
readonly name: "smtp-provider";
|
|
26
|
+
readonly scope: "system";
|
|
27
|
+
readonly mode: "collection";
|
|
28
|
+
readonly internal: true;
|
|
29
|
+
readonly providerKind: "email";
|
|
30
|
+
readonly methods: {
|
|
31
|
+
readonly sendEmail: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
32
|
+
to: z.ZodUnion<readonly [z.ZodEmail, z.ZodArray<z.ZodEmail>]>;
|
|
33
|
+
cc: z.ZodOptional<z.ZodArray<z.ZodEmail>>;
|
|
34
|
+
bcc: z.ZodOptional<z.ZodArray<z.ZodEmail>>;
|
|
35
|
+
from: z.ZodOptional<z.ZodString>;
|
|
36
|
+
replyTo: z.ZodOptional<z.ZodString>;
|
|
37
|
+
subject: z.ZodString;
|
|
38
|
+
text: z.ZodString;
|
|
39
|
+
html: z.ZodOptional<z.ZodString>;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
messageId: z.ZodString;
|
|
42
|
+
accepted: z.ZodDefault<z.ZodArray<z.ZodEmail>>;
|
|
43
|
+
rejected: z.ZodDefault<z.ZodArray<z.ZodEmail>>;
|
|
44
|
+
}, z.core.$strip>, "mutation">;
|
|
45
|
+
/** Round-trip ping against the SMTP relay (EHLO + AUTH if configured).
|
|
46
|
+
* Used by the operator's "Test connection" button. */
|
|
47
|
+
readonly verify: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodObject<{
|
|
48
|
+
ready: z.ZodBoolean;
|
|
49
|
+
host: z.ZodString;
|
|
50
|
+
error: z.ZodOptional<z.ZodString>;
|
|
51
|
+
lastVerifiedAt: z.ZodOptional<z.ZodNumber>;
|
|
52
|
+
}, z.core.$strip>, "mutation">;
|
|
53
|
+
readonly getStatus: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodObject<{
|
|
54
|
+
ready: z.ZodBoolean;
|
|
55
|
+
host: z.ZodString;
|
|
56
|
+
error: z.ZodOptional<z.ZodString>;
|
|
57
|
+
lastVerifiedAt: z.ZodOptional<z.ZodNumber>;
|
|
58
|
+
}, z.core.$strip>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
export type ISmtpProvider = InferProvider<typeof smtpProviderCapability>;
|
|
62
|
+
export { SendEmailInputSchema, SendEmailResultSchema, SmtpStatusSchema };
|
|
63
|
+
//# sourceMappingURL=smtp-provider.cap.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"smtp-provider.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/smtp-provider.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAiBlG,QAAA,MAAM,oBAAoB;;;;;;;;;iBAgBxB,CAAA;AAEF,QAAA,MAAM,qBAAqB;;;;iBAIzB,CAAA;AAEF,QAAA,MAAM,gBAAgB;;;;;iBASpB,CAAA;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;QAY/B;+DACuD;;;;;;;;;;;;;;CAYlB,CAAA;AAEzC,MAAM,MAAM,aAAa,GAAG,aAAa,CAAC,OAAO,sBAAsB,CAAC,CAAA;AACxE,OAAO,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,CAAA"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { type InferProvider } from './capability-definition.js';
|
|
3
|
+
/**
|
|
4
|
+
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
|
5
|
+
* providers (OIDC, SAML, magic-link, …) mint an HMAC-signed token
|
|
6
|
+
* carrying the post-callback claims before redirecting back to
|
|
7
|
+
* `/api/auth/sso/finish`.
|
|
8
|
+
*
|
|
9
|
+
* Without this, any client could craft a `?isAdmin=1` link to
|
|
10
|
+
* `/sso/finish` and become admin. With it, the endpoint accepts ONLY
|
|
11
|
+
* the signed token and rejects everything else.
|
|
12
|
+
*
|
|
13
|
+
* Backed by `AuthManager.{signSsoBridgeToken,verifySsoBridgeToken}` —
|
|
14
|
+
* see `packages/core/src/auth/auth-manager.ts`. The provider is
|
|
15
|
+
* registered at hub boot in `server/backend/src/main.ts`.
|
|
16
|
+
*/
|
|
17
|
+
declare const SsoBridgeClaimsSchema: z.ZodObject<{
|
|
18
|
+
userId: z.ZodString;
|
|
19
|
+
username: z.ZodString;
|
|
20
|
+
isAdmin: z.ZodBoolean;
|
|
21
|
+
provider: z.ZodString;
|
|
22
|
+
email: z.ZodOptional<z.ZodString>;
|
|
23
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
24
|
+
hubUrl: z.ZodOptional<z.ZodString>;
|
|
25
|
+
}, z.core.$strip>;
|
|
26
|
+
export declare const ssoBridgeCapability: {
|
|
27
|
+
readonly name: "sso-bridge";
|
|
28
|
+
readonly scope: "system";
|
|
29
|
+
readonly mode: "singleton";
|
|
30
|
+
readonly internal: true;
|
|
31
|
+
readonly methods: {
|
|
32
|
+
readonly signBridgeToken: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
33
|
+
claims: z.ZodObject<{
|
|
34
|
+
userId: z.ZodString;
|
|
35
|
+
username: z.ZodString;
|
|
36
|
+
isAdmin: z.ZodBoolean;
|
|
37
|
+
provider: z.ZodString;
|
|
38
|
+
email: z.ZodOptional<z.ZodString>;
|
|
39
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
40
|
+
hubUrl: z.ZodOptional<z.ZodString>;
|
|
41
|
+
}, z.core.$strip>;
|
|
42
|
+
ttlSec: z.ZodOptional<z.ZodNumber>;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
token: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
46
|
+
readonly verifyBridgeToken: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
47
|
+
token: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
49
|
+
userId: z.ZodString;
|
|
50
|
+
username: z.ZodString;
|
|
51
|
+
isAdmin: z.ZodBoolean;
|
|
52
|
+
provider: z.ZodString;
|
|
53
|
+
email: z.ZodOptional<z.ZodString>;
|
|
54
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
55
|
+
hubUrl: z.ZodOptional<z.ZodString>;
|
|
56
|
+
}, z.core.$strip>>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
export type ISsoBridgeProvider = InferProvider<typeof ssoBridgeCapability>;
|
|
60
|
+
export { SsoBridgeClaimsSchema };
|
|
61
|
+
//# sourceMappingURL=sso-bridge.cap.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sso-bridge.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/sso-bridge.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAElG;;;;;;;;;;;;;GAaG;AACH,QAAA,MAAM,qBAAqB;;;;;;;;iBAgBzB,CAAA;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkBS,CAAA;AAEzC,MAAM,MAAM,kBAAkB,GAAG,aAAa,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAC1E,OAAO,EAAE,qBAAqB,EAAE,CAAA"}
|