@kya-os/consent 0.1.37 → 0.1.39
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/bundle/index.d.ts +12 -0
- package/dist/bundle/index.d.ts.map +1 -1
- package/dist/bundle/index.js +12 -0
- package/dist/bundle/index.js.map +1 -1
- package/dist/bundle/inline.d.ts.map +1 -1
- package/dist/bundle/inline.js +2 -2
- package/dist/bundle/inline.js.map +1 -1
- package/dist/bundle/shell.d.ts +23 -0
- package/dist/bundle/shell.d.ts.map +1 -1
- package/dist/bundle/shell.js +25 -1
- package/dist/bundle/shell.js.map +1 -1
- package/dist/capabilities/index.d.ts +7 -0
- package/dist/capabilities/index.d.ts.map +1 -0
- package/dist/capabilities/index.js +7 -0
- package/dist/capabilities/index.js.map +1 -0
- package/dist/capabilities/registry.d.ts +29 -0
- package/dist/capabilities/registry.d.ts.map +1 -0
- package/dist/capabilities/registry.js +178 -0
- package/dist/capabilities/registry.js.map +1 -0
- package/dist/cedar/compile.d.ts +30 -0
- package/dist/cedar/compile.d.ts.map +1 -0
- package/dist/cedar/compile.js +55 -0
- package/dist/cedar/compile.js.map +1 -0
- package/dist/cedar/explain.d.ts +22 -0
- package/dist/cedar/explain.d.ts.map +1 -0
- package/dist/cedar/explain.js +72 -0
- package/dist/cedar/explain.js.map +1 -0
- package/dist/cedar/index.d.ts +8 -0
- package/dist/cedar/index.d.ts.map +1 -0
- package/dist/cedar/index.js +8 -0
- package/dist/cedar/index.js.map +1 -0
- package/dist/cjs/bundle/index.js +19 -1
- package/dist/cjs/bundle/index.js.map +1 -1
- package/dist/cjs/bundle/inline.js +2 -2
- package/dist/cjs/bundle/inline.js.map +1 -1
- package/dist/cjs/bundle/shell.js +25 -1
- package/dist/cjs/bundle/shell.js.map +1 -1
- package/dist/cjs/capabilities/index.js +12 -0
- package/dist/cjs/capabilities/index.js.map +1 -0
- package/dist/cjs/capabilities/registry.js +182 -0
- package/dist/cjs/capabilities/registry.js.map +1 -0
- package/dist/cjs/cedar/compile.js +59 -0
- package/dist/cjs/cedar/compile.js.map +1 -0
- package/dist/cjs/cedar/explain.js +75 -0
- package/dist/cjs/cedar/explain.js.map +1 -0
- package/dist/cjs/cedar/index.js +14 -0
- package/dist/cjs/cedar/index.js.map +1 -0
- package/dist/cjs/components/consent-action-bar.js +138 -0
- package/dist/cjs/components/consent-action-bar.js.map +1 -0
- package/dist/cjs/components/consent-agent-header.js +205 -0
- package/dist/cjs/components/consent-agent-header.js.map +1 -0
- package/dist/cjs/components/consent-capabilities-screen.js +309 -0
- package/dist/cjs/components/consent-capabilities-screen.js.map +1 -0
- package/dist/cjs/components/consent-capability-card.js +340 -0
- package/dist/cjs/components/consent-capability-card.js.map +1 -0
- package/dist/cjs/components/consent-footer.js +99 -0
- package/dist/cjs/components/consent-footer.js.map +1 -0
- package/dist/cjs/components/consent-revocation-notice.js +101 -0
- package/dist/cjs/components/consent-revocation-notice.js.map +1 -0
- package/dist/cjs/components/index.js +14 -1
- package/dist/cjs/components/index.js.map +1 -1
- package/dist/cjs/components/mcp-consent.js +176 -7
- package/dist/cjs/components/mcp-consent.js.map +1 -1
- package/dist/cjs/copy/index.js +12 -0
- package/dist/cjs/copy/index.js.map +1 -0
- package/dist/cjs/copy/tokens.js +101 -0
- package/dist/cjs/copy/tokens.js.map +1 -0
- package/dist/cjs/index.js +8 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/mcp-app/index.js +15 -0
- package/dist/cjs/mcp-app/index.js.map +1 -0
- package/dist/cjs/mcp-app/inline.js +20 -0
- package/dist/cjs/mcp-app/inline.js.map +1 -0
- package/dist/cjs/mcp-app/types.js +10 -0
- package/dist/cjs/mcp-app/types.js.map +1 -0
- package/dist/cjs/popup/index.js +15 -0
- package/dist/cjs/popup/index.js.map +1 -0
- package/dist/cjs/popup/launcher.js +77 -0
- package/dist/cjs/popup/launcher.js.map +1 -0
- package/dist/cjs/schemas/capabilities.schemas.js +129 -0
- package/dist/cjs/schemas/capabilities.schemas.js.map +1 -0
- package/dist/cjs/schemas/config.schemas.js +18 -0
- package/dist/cjs/schemas/config.schemas.js.map +1 -1
- package/dist/cjs/schemas/index.js +1 -0
- package/dist/cjs/schemas/index.js.map +1 -1
- package/dist/cjs/styles/index.js +1 -0
- package/dist/cjs/styles/index.js.map +1 -1
- package/dist/cjs/styles/theme.js +86 -0
- package/dist/cjs/styles/theme.js.map +1 -0
- package/dist/cjs/types/capabilities.types.js +12 -0
- package/dist/cjs/types/capabilities.types.js.map +1 -0
- package/dist/cjs/types/index.js +1 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/components/consent-action-bar.d.ts +30 -0
- package/dist/components/consent-action-bar.d.ts.map +1 -0
- package/dist/components/consent-action-bar.js +135 -0
- package/dist/components/consent-action-bar.js.map +1 -0
- package/dist/components/consent-agent-header.d.ts +31 -0
- package/dist/components/consent-agent-header.d.ts.map +1 -0
- package/dist/components/consent-agent-header.js +202 -0
- package/dist/components/consent-agent-header.js.map +1 -0
- package/dist/components/consent-capabilities-screen.d.ts +62 -0
- package/dist/components/consent-capabilities-screen.d.ts.map +1 -0
- package/dist/components/consent-capabilities-screen.js +306 -0
- package/dist/components/consent-capabilities-screen.js.map +1 -0
- package/dist/components/consent-capability-card.d.ts +44 -0
- package/dist/components/consent-capability-card.d.ts.map +1 -0
- package/dist/components/consent-capability-card.js +337 -0
- package/dist/components/consent-capability-card.js.map +1 -0
- package/dist/components/consent-footer.d.ts +22 -0
- package/dist/components/consent-footer.d.ts.map +1 -0
- package/dist/components/consent-footer.js +96 -0
- package/dist/components/consent-footer.js.map +1 -0
- package/dist/components/consent-revocation-notice.d.ts +22 -0
- package/dist/components/consent-revocation-notice.d.ts.map +1 -0
- package/dist/components/consent-revocation-notice.js +98 -0
- package/dist/components/consent-revocation-notice.js.map +1 -0
- package/dist/components/index.d.ts +6 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +7 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/mcp-consent.d.ts +41 -0
- package/dist/components/mcp-consent.d.ts.map +1 -1
- package/dist/components/mcp-consent.js +176 -7
- package/dist/components/mcp-consent.js.map +1 -1
- package/dist/consent.js +1578 -210
- package/dist/consent.min.js +727 -96
- package/dist/copy/index.d.ts +8 -0
- package/dist/copy/index.d.ts.map +1 -0
- package/dist/copy/index.js +7 -0
- package/dist/copy/index.js.map +1 -0
- package/dist/copy/tokens.d.ts +93 -0
- package/dist/copy/tokens.d.ts.map +1 -0
- package/dist/copy/tokens.js +97 -0
- package/dist/copy/tokens.js.map +1 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/dist/mcp-app/index.d.ts +10 -0
- package/dist/mcp-app/index.d.ts.map +1 -0
- package/dist/mcp-app/index.js +9 -0
- package/dist/mcp-app/index.js.map +1 -0
- package/dist/mcp-app/inline.d.ts +16 -0
- package/dist/mcp-app/inline.d.ts.map +1 -0
- package/dist/mcp-app/inline.js +16 -0
- package/dist/mcp-app/inline.js.map +1 -0
- package/dist/mcp-app/types.d.ts +33 -0
- package/dist/mcp-app/types.d.ts.map +1 -0
- package/dist/mcp-app/types.js +8 -0
- package/dist/mcp-app/types.js.map +1 -0
- package/dist/popup/index.d.ts +8 -0
- package/dist/popup/index.d.ts.map +1 -0
- package/dist/popup/index.js +7 -0
- package/dist/popup/index.js.map +1 -0
- package/dist/popup/launcher.d.ts +81 -0
- package/dist/popup/launcher.d.ts.map +1 -0
- package/dist/popup/launcher.js +71 -0
- package/dist/popup/launcher.js.map +1 -0
- package/dist/schemas/api.schemas.d.ts +234 -30
- package/dist/schemas/api.schemas.d.ts.map +1 -1
- package/dist/schemas/capabilities.schemas.d.ts +186 -0
- package/dist/schemas/capabilities.schemas.d.ts.map +1 -0
- package/dist/schemas/capabilities.schemas.js +123 -0
- package/dist/schemas/capabilities.schemas.js.map +1 -0
- package/dist/schemas/config.schemas.d.ts +332 -36
- package/dist/schemas/config.schemas.d.ts.map +1 -1
- package/dist/schemas/config.schemas.js +18 -0
- package/dist/schemas/config.schemas.js.map +1 -1
- package/dist/schemas/index.d.ts +1 -0
- package/dist/schemas/index.d.ts.map +1 -1
- package/dist/schemas/index.js +1 -0
- package/dist/schemas/index.js.map +1 -1
- package/dist/styles/index.d.ts +1 -0
- package/dist/styles/index.d.ts.map +1 -1
- package/dist/styles/index.js +1 -0
- package/dist/styles/index.js.map +1 -1
- package/dist/styles/theme.d.ts +72 -0
- package/dist/styles/theme.d.ts.map +1 -0
- package/dist/styles/theme.js +81 -0
- package/dist/styles/theme.js.map +1 -0
- package/dist/types/capabilities.types.d.ts +126 -0
- package/dist/types/capabilities.types.d.ts.map +1 -0
- package/dist/types/capabilities.types.js +11 -0
- package/dist/types/capabilities.types.js.map +1 -0
- package/dist/types/config.types.d.ts +33 -0
- package/dist/types/config.types.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +1 -0
- package/dist/types/index.js.map +1 -1
- package/package.json +15 -8
|
@@ -74,14 +74,15 @@ export declare const ConsentApprovalRequestSchema: z.ZodObject<{
|
|
|
74
74
|
*/
|
|
75
75
|
credential_provider_user_id: z.ZodOptional<z.ZodString>;
|
|
76
76
|
}, "strip", z.ZodTypeAny, {
|
|
77
|
-
tool: string;
|
|
78
77
|
scopes: string[];
|
|
79
78
|
agent_did: string;
|
|
79
|
+
tool: string;
|
|
80
80
|
session_id: string;
|
|
81
81
|
project_id: string;
|
|
82
82
|
auth_mode: "consent-only" | "credentials" | "oauth" | "magic-link" | "otp" | "qr-code" | "passkey" | "idv";
|
|
83
83
|
provider_type: string;
|
|
84
84
|
termsAccepted: boolean;
|
|
85
|
+
user_did?: string | undefined;
|
|
85
86
|
customFields?: Record<string, string | boolean> | undefined;
|
|
86
87
|
termsVersion?: string | undefined;
|
|
87
88
|
oauth_identity?: {
|
|
@@ -90,16 +91,16 @@ export declare const ConsentApprovalRequestSchema: z.ZodObject<{
|
|
|
90
91
|
email?: string | undefined;
|
|
91
92
|
name?: string | undefined;
|
|
92
93
|
} | null | undefined;
|
|
93
|
-
user_did?: string | undefined;
|
|
94
94
|
credential_user_email?: string | undefined;
|
|
95
95
|
credential_provider_user_id?: string | undefined;
|
|
96
96
|
}, {
|
|
97
|
-
tool: string;
|
|
98
97
|
scopes: string[];
|
|
99
98
|
agent_did: string;
|
|
99
|
+
tool: string;
|
|
100
100
|
session_id: string;
|
|
101
101
|
project_id: string;
|
|
102
102
|
termsAccepted: boolean;
|
|
103
|
+
user_did?: string | undefined;
|
|
103
104
|
customFields?: Record<string, string | boolean> | undefined;
|
|
104
105
|
auth_mode?: "consent-only" | "credentials" | "oauth" | "magic-link" | "otp" | "qr-code" | "passkey" | "idv" | undefined;
|
|
105
106
|
provider_type?: string | undefined;
|
|
@@ -110,7 +111,6 @@ export declare const ConsentApprovalRequestSchema: z.ZodObject<{
|
|
|
110
111
|
email?: string | undefined;
|
|
111
112
|
name?: string | undefined;
|
|
112
113
|
} | null | undefined;
|
|
113
|
-
user_did?: string | undefined;
|
|
114
114
|
credential_user_email?: string | undefined;
|
|
115
115
|
credential_provider_user_id?: string | undefined;
|
|
116
116
|
}>;
|
|
@@ -183,8 +183,8 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
183
183
|
popupEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
184
184
|
theme: z.ZodOptional<z.ZodEnum<["light", "dark", "auto"]>>;
|
|
185
185
|
}, "strip", z.ZodTypeAny, {
|
|
186
|
-
title?: string | undefined;
|
|
187
186
|
description?: string | undefined;
|
|
187
|
+
title?: string | undefined;
|
|
188
188
|
expirationText?: string | undefined;
|
|
189
189
|
cancelButtonText?: string | undefined;
|
|
190
190
|
submitButtonText?: string | undefined;
|
|
@@ -193,8 +193,8 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
193
193
|
popupEnabled?: boolean | undefined;
|
|
194
194
|
theme?: "light" | "dark" | "auto" | undefined;
|
|
195
195
|
}, {
|
|
196
|
-
title?: string | undefined;
|
|
197
196
|
description?: string | undefined;
|
|
197
|
+
title?: string | undefined;
|
|
198
198
|
expirationText?: string | undefined;
|
|
199
199
|
cancelButtonText?: string | undefined;
|
|
200
200
|
submitButtonText?: string | undefined;
|
|
@@ -227,15 +227,15 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
227
227
|
redirectDelay: z.ZodOptional<z.ZodNumber>;
|
|
228
228
|
continueButtonText: z.ZodOptional<z.ZodString>;
|
|
229
229
|
}, "strip", z.ZodTypeAny, {
|
|
230
|
-
title?: string | undefined;
|
|
231
230
|
description?: string | undefined;
|
|
231
|
+
title?: string | undefined;
|
|
232
232
|
showCredential?: boolean | undefined;
|
|
233
233
|
redirectUrl?: string | undefined;
|
|
234
234
|
redirectDelay?: number | undefined;
|
|
235
235
|
continueButtonText?: string | undefined;
|
|
236
236
|
}, {
|
|
237
|
-
title?: string | undefined;
|
|
238
237
|
description?: string | undefined;
|
|
238
|
+
title?: string | undefined;
|
|
239
239
|
showCredential?: boolean | undefined;
|
|
240
240
|
redirectUrl?: string | undefined;
|
|
241
241
|
redirectDelay?: number | undefined;
|
|
@@ -260,9 +260,9 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
260
260
|
pattern: z.ZodOptional<z.ZodString>;
|
|
261
261
|
}, "strip", z.ZodTypeAny, {
|
|
262
262
|
type: "text" | "textarea" | "checkbox" | "select" | "email";
|
|
263
|
-
required: boolean;
|
|
264
263
|
label: string;
|
|
265
264
|
name: string;
|
|
265
|
+
required: boolean;
|
|
266
266
|
options?: {
|
|
267
267
|
value: string;
|
|
268
268
|
label: string;
|
|
@@ -271,9 +271,9 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
271
271
|
pattern?: string | undefined;
|
|
272
272
|
}, {
|
|
273
273
|
type: "text" | "textarea" | "checkbox" | "select" | "email";
|
|
274
|
-
required: boolean;
|
|
275
274
|
label: string;
|
|
276
275
|
name: string;
|
|
276
|
+
required: boolean;
|
|
277
277
|
options?: {
|
|
278
278
|
value: string;
|
|
279
279
|
label: string;
|
|
@@ -282,9 +282,9 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
282
282
|
pattern?: string | undefined;
|
|
283
283
|
}>, {
|
|
284
284
|
type: "text" | "textarea" | "checkbox" | "select" | "email";
|
|
285
|
-
required: boolean;
|
|
286
285
|
label: string;
|
|
287
286
|
name: string;
|
|
287
|
+
required: boolean;
|
|
288
288
|
options?: {
|
|
289
289
|
value: string;
|
|
290
290
|
label: string;
|
|
@@ -293,9 +293,9 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
293
293
|
pattern?: string | undefined;
|
|
294
294
|
}, {
|
|
295
295
|
type: "text" | "textarea" | "checkbox" | "select" | "email";
|
|
296
|
-
required: boolean;
|
|
297
296
|
label: string;
|
|
298
297
|
name: string;
|
|
298
|
+
required: boolean;
|
|
299
299
|
options?: {
|
|
300
300
|
value: string;
|
|
301
301
|
label: string;
|
|
@@ -434,6 +434,98 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
434
434
|
estimatedTime?: string | undefined;
|
|
435
435
|
}>>;
|
|
436
436
|
expirationDays: z.ZodOptional<z.ZodNumber>;
|
|
437
|
+
capabilities: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
438
|
+
id: z.ZodString;
|
|
439
|
+
label: z.ZodString;
|
|
440
|
+
capabilities: z.ZodArray<z.ZodObject<{
|
|
441
|
+
id: z.ZodString;
|
|
442
|
+
label: z.ZodString;
|
|
443
|
+
description: z.ZodString;
|
|
444
|
+
icon: z.ZodEnum<["search", "cart", "card", "pin", "pin-new", "shield", "key", "tools", "user", "calendar", "lock", "eye", "send", "package", "neutral"]>;
|
|
445
|
+
riskLevel: z.ZodEnum<["low", "medium", "high", "critical"]>;
|
|
446
|
+
defaultOn: z.ZodBoolean;
|
|
447
|
+
cedar: z.ZodEffects<z.ZodString, string, string>;
|
|
448
|
+
scopes: z.ZodArray<z.ZodString, "many">;
|
|
449
|
+
category: z.ZodOptional<z.ZodString>;
|
|
450
|
+
}, "strip", z.ZodTypeAny, {
|
|
451
|
+
id: string;
|
|
452
|
+
label: string;
|
|
453
|
+
description: string;
|
|
454
|
+
icon: "search" | "cart" | "card" | "pin" | "pin-new" | "shield" | "key" | "tools" | "user" | "calendar" | "lock" | "eye" | "send" | "package" | "neutral";
|
|
455
|
+
riskLevel: "low" | "medium" | "high" | "critical";
|
|
456
|
+
defaultOn: boolean;
|
|
457
|
+
cedar: string;
|
|
458
|
+
scopes: string[];
|
|
459
|
+
category?: string | undefined;
|
|
460
|
+
}, {
|
|
461
|
+
id: string;
|
|
462
|
+
label: string;
|
|
463
|
+
description: string;
|
|
464
|
+
icon: "search" | "cart" | "card" | "pin" | "pin-new" | "shield" | "key" | "tools" | "user" | "calendar" | "lock" | "eye" | "send" | "package" | "neutral";
|
|
465
|
+
riskLevel: "low" | "medium" | "high" | "critical";
|
|
466
|
+
defaultOn: boolean;
|
|
467
|
+
cedar: string;
|
|
468
|
+
scopes: string[];
|
|
469
|
+
category?: string | undefined;
|
|
470
|
+
}>, "many">;
|
|
471
|
+
}, "strip", z.ZodTypeAny, {
|
|
472
|
+
id: string;
|
|
473
|
+
label: string;
|
|
474
|
+
capabilities: {
|
|
475
|
+
id: string;
|
|
476
|
+
label: string;
|
|
477
|
+
description: string;
|
|
478
|
+
icon: "search" | "cart" | "card" | "pin" | "pin-new" | "shield" | "key" | "tools" | "user" | "calendar" | "lock" | "eye" | "send" | "package" | "neutral";
|
|
479
|
+
riskLevel: "low" | "medium" | "high" | "critical";
|
|
480
|
+
defaultOn: boolean;
|
|
481
|
+
cedar: string;
|
|
482
|
+
scopes: string[];
|
|
483
|
+
category?: string | undefined;
|
|
484
|
+
}[];
|
|
485
|
+
}, {
|
|
486
|
+
id: string;
|
|
487
|
+
label: string;
|
|
488
|
+
capabilities: {
|
|
489
|
+
id: string;
|
|
490
|
+
label: string;
|
|
491
|
+
description: string;
|
|
492
|
+
icon: "search" | "cart" | "card" | "pin" | "pin-new" | "shield" | "key" | "tools" | "user" | "calendar" | "lock" | "eye" | "send" | "package" | "neutral";
|
|
493
|
+
riskLevel: "low" | "medium" | "high" | "critical";
|
|
494
|
+
defaultOn: boolean;
|
|
495
|
+
cedar: string;
|
|
496
|
+
scopes: string[];
|
|
497
|
+
category?: string | undefined;
|
|
498
|
+
}[];
|
|
499
|
+
}>, "many">>;
|
|
500
|
+
agentMetadata: z.ZodOptional<z.ZodObject<{
|
|
501
|
+
name: z.ZodString;
|
|
502
|
+
did: z.ZodString;
|
|
503
|
+
vendor: z.ZodOptional<z.ZodString>;
|
|
504
|
+
surfaceLabel: z.ZodOptional<z.ZodString>;
|
|
505
|
+
verified: z.ZodBoolean;
|
|
506
|
+
logoUrl: z.ZodOptional<z.ZodString>;
|
|
507
|
+
connectedAt: z.ZodOptional<z.ZodString>;
|
|
508
|
+
}, "strip", z.ZodTypeAny, {
|
|
509
|
+
name: string;
|
|
510
|
+
did: string;
|
|
511
|
+
verified: boolean;
|
|
512
|
+
logoUrl?: string | undefined;
|
|
513
|
+
vendor?: string | undefined;
|
|
514
|
+
surfaceLabel?: string | undefined;
|
|
515
|
+
connectedAt?: string | undefined;
|
|
516
|
+
}, {
|
|
517
|
+
name: string;
|
|
518
|
+
did: string;
|
|
519
|
+
verified: boolean;
|
|
520
|
+
logoUrl?: string | undefined;
|
|
521
|
+
vendor?: string | undefined;
|
|
522
|
+
surfaceLabel?: string | undefined;
|
|
523
|
+
connectedAt?: string | undefined;
|
|
524
|
+
}>>;
|
|
525
|
+
theme: z.ZodOptional<z.ZodEnum<["light", "dark"]>>;
|
|
526
|
+
headlineVerb: z.ZodOptional<z.ZodString>;
|
|
527
|
+
revocationPath: z.ZodOptional<z.ZodString>;
|
|
528
|
+
inactivityDays: z.ZodOptional<z.ZodNumber>;
|
|
437
529
|
} & {
|
|
438
530
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
439
531
|
version: z.ZodOptional<z.ZodNumber>;
|
|
@@ -497,6 +589,22 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
497
589
|
size?: number | undefined;
|
|
498
590
|
showManualEntry?: boolean | undefined;
|
|
499
591
|
} | undefined;
|
|
592
|
+
capabilities?: {
|
|
593
|
+
id: string;
|
|
594
|
+
label: string;
|
|
595
|
+
capabilities: {
|
|
596
|
+
id: string;
|
|
597
|
+
label: string;
|
|
598
|
+
description: string;
|
|
599
|
+
icon: "search" | "cart" | "card" | "pin" | "pin-new" | "shield" | "key" | "tools" | "user" | "calendar" | "lock" | "eye" | "send" | "package" | "neutral";
|
|
600
|
+
riskLevel: "low" | "medium" | "high" | "critical";
|
|
601
|
+
defaultOn: boolean;
|
|
602
|
+
cedar: string;
|
|
603
|
+
scopes: string[];
|
|
604
|
+
category?: string | undefined;
|
|
605
|
+
}[];
|
|
606
|
+
}[] | undefined;
|
|
607
|
+
theme?: "light" | "dark" | undefined;
|
|
500
608
|
branding?: {
|
|
501
609
|
primaryColor?: string | undefined;
|
|
502
610
|
secondaryColor?: string | undefined;
|
|
@@ -504,8 +612,8 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
504
612
|
companyName?: string | undefined;
|
|
505
613
|
} | undefined;
|
|
506
614
|
ui?: {
|
|
507
|
-
title?: string | undefined;
|
|
508
615
|
description?: string | undefined;
|
|
616
|
+
title?: string | undefined;
|
|
509
617
|
expirationText?: string | undefined;
|
|
510
618
|
cancelButtonText?: string | undefined;
|
|
511
619
|
submitButtonText?: string | undefined;
|
|
@@ -521,8 +629,8 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
521
629
|
required?: boolean | undefined;
|
|
522
630
|
} | undefined;
|
|
523
631
|
success?: {
|
|
524
|
-
title?: string | undefined;
|
|
525
632
|
description?: string | undefined;
|
|
633
|
+
title?: string | undefined;
|
|
526
634
|
showCredential?: boolean | undefined;
|
|
527
635
|
redirectUrl?: string | undefined;
|
|
528
636
|
redirectDelay?: number | undefined;
|
|
@@ -530,9 +638,9 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
530
638
|
} | undefined;
|
|
531
639
|
customFields?: {
|
|
532
640
|
type: "text" | "textarea" | "checkbox" | "select" | "email";
|
|
533
|
-
required: boolean;
|
|
534
641
|
label: string;
|
|
535
642
|
name: string;
|
|
643
|
+
required: boolean;
|
|
536
644
|
options?: {
|
|
537
645
|
value: string;
|
|
538
646
|
label: string;
|
|
@@ -541,6 +649,18 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
541
649
|
pattern?: string | undefined;
|
|
542
650
|
}[] | undefined;
|
|
543
651
|
expirationDays?: number | undefined;
|
|
652
|
+
agentMetadata?: {
|
|
653
|
+
name: string;
|
|
654
|
+
did: string;
|
|
655
|
+
verified: boolean;
|
|
656
|
+
logoUrl?: string | undefined;
|
|
657
|
+
vendor?: string | undefined;
|
|
658
|
+
surfaceLabel?: string | undefined;
|
|
659
|
+
connectedAt?: string | undefined;
|
|
660
|
+
} | undefined;
|
|
661
|
+
headlineVerb?: string | undefined;
|
|
662
|
+
revocationPath?: string | undefined;
|
|
663
|
+
inactivityDays?: number | undefined;
|
|
544
664
|
metadata?: {
|
|
545
665
|
version?: number | undefined;
|
|
546
666
|
updatedAt?: string | undefined;
|
|
@@ -595,6 +715,22 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
595
715
|
size?: number | undefined;
|
|
596
716
|
showManualEntry?: boolean | undefined;
|
|
597
717
|
} | undefined;
|
|
718
|
+
capabilities?: {
|
|
719
|
+
id: string;
|
|
720
|
+
label: string;
|
|
721
|
+
capabilities: {
|
|
722
|
+
id: string;
|
|
723
|
+
label: string;
|
|
724
|
+
description: string;
|
|
725
|
+
icon: "search" | "cart" | "card" | "pin" | "pin-new" | "shield" | "key" | "tools" | "user" | "calendar" | "lock" | "eye" | "send" | "package" | "neutral";
|
|
726
|
+
riskLevel: "low" | "medium" | "high" | "critical";
|
|
727
|
+
defaultOn: boolean;
|
|
728
|
+
cedar: string;
|
|
729
|
+
scopes: string[];
|
|
730
|
+
category?: string | undefined;
|
|
731
|
+
}[];
|
|
732
|
+
}[] | undefined;
|
|
733
|
+
theme?: "light" | "dark" | undefined;
|
|
598
734
|
branding?: {
|
|
599
735
|
primaryColor?: string | undefined;
|
|
600
736
|
secondaryColor?: string | undefined;
|
|
@@ -602,8 +738,8 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
602
738
|
companyName?: string | undefined;
|
|
603
739
|
} | undefined;
|
|
604
740
|
ui?: {
|
|
605
|
-
title?: string | undefined;
|
|
606
741
|
description?: string | undefined;
|
|
742
|
+
title?: string | undefined;
|
|
607
743
|
expirationText?: string | undefined;
|
|
608
744
|
cancelButtonText?: string | undefined;
|
|
609
745
|
submitButtonText?: string | undefined;
|
|
@@ -619,8 +755,8 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
619
755
|
required?: boolean | undefined;
|
|
620
756
|
} | undefined;
|
|
621
757
|
success?: {
|
|
622
|
-
title?: string | undefined;
|
|
623
758
|
description?: string | undefined;
|
|
759
|
+
title?: string | undefined;
|
|
624
760
|
showCredential?: boolean | undefined;
|
|
625
761
|
redirectUrl?: string | undefined;
|
|
626
762
|
redirectDelay?: number | undefined;
|
|
@@ -628,9 +764,9 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
628
764
|
} | undefined;
|
|
629
765
|
customFields?: {
|
|
630
766
|
type: "text" | "textarea" | "checkbox" | "select" | "email";
|
|
631
|
-
required: boolean;
|
|
632
767
|
label: string;
|
|
633
768
|
name: string;
|
|
769
|
+
required: boolean;
|
|
634
770
|
options?: {
|
|
635
771
|
value: string;
|
|
636
772
|
label: string;
|
|
@@ -639,6 +775,18 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
639
775
|
pattern?: string | undefined;
|
|
640
776
|
}[] | undefined;
|
|
641
777
|
expirationDays?: number | undefined;
|
|
778
|
+
agentMetadata?: {
|
|
779
|
+
name: string;
|
|
780
|
+
did: string;
|
|
781
|
+
verified: boolean;
|
|
782
|
+
logoUrl?: string | undefined;
|
|
783
|
+
vendor?: string | undefined;
|
|
784
|
+
surfaceLabel?: string | undefined;
|
|
785
|
+
connectedAt?: string | undefined;
|
|
786
|
+
} | undefined;
|
|
787
|
+
headlineVerb?: string | undefined;
|
|
788
|
+
revocationPath?: string | undefined;
|
|
789
|
+
inactivityDays?: number | undefined;
|
|
642
790
|
metadata?: {
|
|
643
791
|
version?: number | undefined;
|
|
644
792
|
updatedAt?: string | undefined;
|
|
@@ -698,6 +846,22 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
698
846
|
size?: number | undefined;
|
|
699
847
|
showManualEntry?: boolean | undefined;
|
|
700
848
|
} | undefined;
|
|
849
|
+
capabilities?: {
|
|
850
|
+
id: string;
|
|
851
|
+
label: string;
|
|
852
|
+
capabilities: {
|
|
853
|
+
id: string;
|
|
854
|
+
label: string;
|
|
855
|
+
description: string;
|
|
856
|
+
icon: "search" | "cart" | "card" | "pin" | "pin-new" | "shield" | "key" | "tools" | "user" | "calendar" | "lock" | "eye" | "send" | "package" | "neutral";
|
|
857
|
+
riskLevel: "low" | "medium" | "high" | "critical";
|
|
858
|
+
defaultOn: boolean;
|
|
859
|
+
cedar: string;
|
|
860
|
+
scopes: string[];
|
|
861
|
+
category?: string | undefined;
|
|
862
|
+
}[];
|
|
863
|
+
}[] | undefined;
|
|
864
|
+
theme?: "light" | "dark" | undefined;
|
|
701
865
|
branding?: {
|
|
702
866
|
primaryColor?: string | undefined;
|
|
703
867
|
secondaryColor?: string | undefined;
|
|
@@ -705,8 +869,8 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
705
869
|
companyName?: string | undefined;
|
|
706
870
|
} | undefined;
|
|
707
871
|
ui?: {
|
|
708
|
-
title?: string | undefined;
|
|
709
872
|
description?: string | undefined;
|
|
873
|
+
title?: string | undefined;
|
|
710
874
|
expirationText?: string | undefined;
|
|
711
875
|
cancelButtonText?: string | undefined;
|
|
712
876
|
submitButtonText?: string | undefined;
|
|
@@ -722,8 +886,8 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
722
886
|
required?: boolean | undefined;
|
|
723
887
|
} | undefined;
|
|
724
888
|
success?: {
|
|
725
|
-
title?: string | undefined;
|
|
726
889
|
description?: string | undefined;
|
|
890
|
+
title?: string | undefined;
|
|
727
891
|
showCredential?: boolean | undefined;
|
|
728
892
|
redirectUrl?: string | undefined;
|
|
729
893
|
redirectDelay?: number | undefined;
|
|
@@ -731,9 +895,9 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
731
895
|
} | undefined;
|
|
732
896
|
customFields?: {
|
|
733
897
|
type: "text" | "textarea" | "checkbox" | "select" | "email";
|
|
734
|
-
required: boolean;
|
|
735
898
|
label: string;
|
|
736
899
|
name: string;
|
|
900
|
+
required: boolean;
|
|
737
901
|
options?: {
|
|
738
902
|
value: string;
|
|
739
903
|
label: string;
|
|
@@ -742,6 +906,18 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
742
906
|
pattern?: string | undefined;
|
|
743
907
|
}[] | undefined;
|
|
744
908
|
expirationDays?: number | undefined;
|
|
909
|
+
agentMetadata?: {
|
|
910
|
+
name: string;
|
|
911
|
+
did: string;
|
|
912
|
+
verified: boolean;
|
|
913
|
+
logoUrl?: string | undefined;
|
|
914
|
+
vendor?: string | undefined;
|
|
915
|
+
surfaceLabel?: string | undefined;
|
|
916
|
+
connectedAt?: string | undefined;
|
|
917
|
+
} | undefined;
|
|
918
|
+
headlineVerb?: string | undefined;
|
|
919
|
+
revocationPath?: string | undefined;
|
|
920
|
+
inactivityDays?: number | undefined;
|
|
745
921
|
metadata?: {
|
|
746
922
|
version?: number | undefined;
|
|
747
923
|
updatedAt?: string | undefined;
|
|
@@ -800,6 +976,22 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
800
976
|
size?: number | undefined;
|
|
801
977
|
showManualEntry?: boolean | undefined;
|
|
802
978
|
} | undefined;
|
|
979
|
+
capabilities?: {
|
|
980
|
+
id: string;
|
|
981
|
+
label: string;
|
|
982
|
+
capabilities: {
|
|
983
|
+
id: string;
|
|
984
|
+
label: string;
|
|
985
|
+
description: string;
|
|
986
|
+
icon: "search" | "cart" | "card" | "pin" | "pin-new" | "shield" | "key" | "tools" | "user" | "calendar" | "lock" | "eye" | "send" | "package" | "neutral";
|
|
987
|
+
riskLevel: "low" | "medium" | "high" | "critical";
|
|
988
|
+
defaultOn: boolean;
|
|
989
|
+
cedar: string;
|
|
990
|
+
scopes: string[];
|
|
991
|
+
category?: string | undefined;
|
|
992
|
+
}[];
|
|
993
|
+
}[] | undefined;
|
|
994
|
+
theme?: "light" | "dark" | undefined;
|
|
803
995
|
branding?: {
|
|
804
996
|
primaryColor?: string | undefined;
|
|
805
997
|
secondaryColor?: string | undefined;
|
|
@@ -807,8 +999,8 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
807
999
|
companyName?: string | undefined;
|
|
808
1000
|
} | undefined;
|
|
809
1001
|
ui?: {
|
|
810
|
-
title?: string | undefined;
|
|
811
1002
|
description?: string | undefined;
|
|
1003
|
+
title?: string | undefined;
|
|
812
1004
|
expirationText?: string | undefined;
|
|
813
1005
|
cancelButtonText?: string | undefined;
|
|
814
1006
|
submitButtonText?: string | undefined;
|
|
@@ -824,8 +1016,8 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
824
1016
|
required?: boolean | undefined;
|
|
825
1017
|
} | undefined;
|
|
826
1018
|
success?: {
|
|
827
|
-
title?: string | undefined;
|
|
828
1019
|
description?: string | undefined;
|
|
1020
|
+
title?: string | undefined;
|
|
829
1021
|
showCredential?: boolean | undefined;
|
|
830
1022
|
redirectUrl?: string | undefined;
|
|
831
1023
|
redirectDelay?: number | undefined;
|
|
@@ -833,9 +1025,9 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
833
1025
|
} | undefined;
|
|
834
1026
|
customFields?: {
|
|
835
1027
|
type: "text" | "textarea" | "checkbox" | "select" | "email";
|
|
836
|
-
required: boolean;
|
|
837
1028
|
label: string;
|
|
838
1029
|
name: string;
|
|
1030
|
+
required: boolean;
|
|
839
1031
|
options?: {
|
|
840
1032
|
value: string;
|
|
841
1033
|
label: string;
|
|
@@ -844,6 +1036,18 @@ export declare const ConsentConfigAPIResponseSchema: z.ZodObject<{
|
|
|
844
1036
|
pattern?: string | undefined;
|
|
845
1037
|
}[] | undefined;
|
|
846
1038
|
expirationDays?: number | undefined;
|
|
1039
|
+
agentMetadata?: {
|
|
1040
|
+
name: string;
|
|
1041
|
+
did: string;
|
|
1042
|
+
verified: boolean;
|
|
1043
|
+
logoUrl?: string | undefined;
|
|
1044
|
+
vendor?: string | undefined;
|
|
1045
|
+
surfaceLabel?: string | undefined;
|
|
1046
|
+
connectedAt?: string | undefined;
|
|
1047
|
+
} | undefined;
|
|
1048
|
+
headlineVerb?: string | undefined;
|
|
1049
|
+
revocationPath?: string | undefined;
|
|
1050
|
+
inactivityDays?: number | undefined;
|
|
847
1051
|
metadata?: {
|
|
848
1052
|
version?: number | undefined;
|
|
849
1053
|
updatedAt?: string | undefined;
|
|
@@ -866,8 +1070,8 @@ export declare const CredentialAuthRequestSchema: z.ZodObject<{
|
|
|
866
1070
|
remember_me: z.ZodOptional<z.ZodBoolean>;
|
|
867
1071
|
}, "strip", z.ZodTypeAny, {
|
|
868
1072
|
password: string;
|
|
869
|
-
provider: string;
|
|
870
1073
|
agent_did: string;
|
|
1074
|
+
provider: string;
|
|
871
1075
|
session_id: string;
|
|
872
1076
|
project_id: string;
|
|
873
1077
|
username: string;
|
|
@@ -875,8 +1079,8 @@ export declare const CredentialAuthRequestSchema: z.ZodObject<{
|
|
|
875
1079
|
remember_me?: boolean | undefined;
|
|
876
1080
|
}, {
|
|
877
1081
|
password: string;
|
|
878
|
-
provider: string;
|
|
879
1082
|
agent_did: string;
|
|
1083
|
+
provider: string;
|
|
880
1084
|
session_id: string;
|
|
881
1085
|
project_id: string;
|
|
882
1086
|
username: string;
|
|
@@ -945,8 +1149,8 @@ export declare const ConsentPageConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
945
1149
|
oauthRequired: z.ZodOptional<z.ZodBoolean>;
|
|
946
1150
|
oauthUrl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<"">]>>;
|
|
947
1151
|
}, "strip", z.ZodTypeAny, {
|
|
948
|
-
tool: string;
|
|
949
1152
|
scopes: string[];
|
|
1153
|
+
tool: string;
|
|
950
1154
|
toolDescription: string;
|
|
951
1155
|
agentDid: string;
|
|
952
1156
|
sessionId: string;
|
|
@@ -957,8 +1161,8 @@ export declare const ConsentPageConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
957
1161
|
oauthRequired?: boolean | undefined;
|
|
958
1162
|
oauthUrl?: string | undefined;
|
|
959
1163
|
}, {
|
|
960
|
-
tool: string;
|
|
961
1164
|
scopes: string[];
|
|
1165
|
+
tool: string;
|
|
962
1166
|
toolDescription: string;
|
|
963
1167
|
agentDid: string;
|
|
964
1168
|
sessionId: string;
|
|
@@ -969,8 +1173,8 @@ export declare const ConsentPageConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
969
1173
|
oauthRequired?: boolean | undefined;
|
|
970
1174
|
oauthUrl?: string | undefined;
|
|
971
1175
|
}>, {
|
|
972
|
-
tool: string;
|
|
973
1176
|
scopes: string[];
|
|
1177
|
+
tool: string;
|
|
974
1178
|
toolDescription: string;
|
|
975
1179
|
agentDid: string;
|
|
976
1180
|
sessionId: string;
|
|
@@ -981,8 +1185,8 @@ export declare const ConsentPageConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
981
1185
|
oauthRequired?: boolean | undefined;
|
|
982
1186
|
oauthUrl?: string | undefined;
|
|
983
1187
|
}, {
|
|
984
|
-
tool: string;
|
|
985
1188
|
scopes: string[];
|
|
1189
|
+
tool: string;
|
|
986
1190
|
toolDescription: string;
|
|
987
1191
|
agentDid: string;
|
|
988
1192
|
sessionId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.schemas.d.ts","sourceRoot":"","sources":["../../src/schemas/api.schemas.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAW9B,CAAC;AAEH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAE1E;;;;;GAKG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiBvC;;;;OAIG;;IAEH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEH,CAAC;AAEH,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CACpD,OAAO,4BAA4B,CACpC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBvC,CAAC;AAEJ,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,OAAO,6BAA6B,CACrC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,8BAA8B
|
|
1
|
+
{"version":3,"file":"api.schemas.d.ts","sourceRoot":"","sources":["../../src/schemas/api.schemas.ts"],"names":[],"mappings":"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"}
|