@openvtc/trust-tasks 0.16.9 → 0.16.10
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/CHANGELOG.md +149 -0
- package/dist/_shared/components.d.ts +204 -5
- package/dist/_shared/components.d.ts.map +1 -1
- package/dist/index.d.ts +27 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +27 -0
- package/dist/index.js.map +1 -1
- package/dist/persona/_shared/0.1/persona-record.d.ts +22 -0
- package/dist/persona/_shared/0.1/persona-record.d.ts.map +1 -0
- package/dist/persona/_shared/0.1/persona-record.js +6 -0
- package/dist/persona/_shared/0.1/persona-record.js.map +1 -0
- package/dist/persona/attribute/delete/1.0/payload.d.ts +351 -0
- package/dist/persona/attribute/delete/1.0/payload.d.ts.map +1 -0
- package/dist/persona/attribute/delete/1.0/payload.js +188 -0
- package/dist/persona/attribute/delete/1.0/payload.js.map +1 -0
- package/dist/persona/attribute/list/1.0/payload.d.ts +895 -0
- package/dist/persona/attribute/list/1.0/payload.d.ts.map +1 -0
- package/dist/persona/attribute/list/1.0/payload.js +532 -0
- package/dist/persona/attribute/list/1.0/payload.js.map +1 -0
- package/dist/persona/attribute/put/1.0/payload.d.ts +829 -0
- package/dist/persona/attribute/put/1.0/payload.d.ts.map +1 -0
- package/dist/persona/attribute/put/1.0/payload.js +487 -0
- package/dist/persona/attribute/put/1.0/payload.js.map +1 -0
- package/dist/persona/binding/get/1.0/payload.d.ts +382 -0
- package/dist/persona/binding/get/1.0/payload.d.ts.map +1 -0
- package/dist/persona/binding/get/1.0/payload.js +206 -0
- package/dist/persona/binding/get/1.0/payload.js.map +1 -0
- package/dist/persona/binding/list/1.0/payload.d.ts +387 -0
- package/dist/persona/binding/list/1.0/payload.d.ts.map +1 -0
- package/dist/persona/binding/list/1.0/payload.js +210 -0
- package/dist/persona/binding/list/1.0/payload.js.map +1 -0
- package/dist/persona/binding/set/1.0/payload.d.ts +545 -0
- package/dist/persona/binding/set/1.0/payload.d.ts.map +1 -0
- package/dist/persona/binding/set/1.0/payload.js +302 -0
- package/dist/persona/binding/set/1.0/payload.js.map +1 -0
- package/dist/persona/contact/delete/1.0/payload.d.ts +313 -0
- package/dist/persona/contact/delete/1.0/payload.d.ts.map +1 -0
- package/dist/persona/contact/delete/1.0/payload.js +174 -0
- package/dist/persona/contact/delete/1.0/payload.js.map +1 -0
- package/dist/persona/contact/get/1.0/payload.d.ts +1027 -0
- package/dist/persona/contact/get/1.0/payload.d.ts.map +1 -0
- package/dist/persona/contact/get/1.0/payload.js +606 -0
- package/dist/persona/contact/get/1.0/payload.js.map +1 -0
- package/dist/persona/contact/list/1.0/payload.d.ts +490 -0
- package/dist/persona/contact/list/1.0/payload.d.ts.map +1 -0
- package/dist/persona/contact/list/1.0/payload.js +262 -0
- package/dist/persona/contact/list/1.0/payload.js.map +1 -0
- package/dist/persona/contact/put/1.0/payload.d.ts +885 -0
- package/dist/persona/contact/put/1.0/payload.d.ts.map +1 -0
- package/dist/persona/contact/put/1.0/payload.js +518 -0
- package/dist/persona/contact/put/1.0/payload.js.map +1 -0
- package/dist/persona/correlation/analyze/1.0/payload.d.ts +648 -0
- package/dist/persona/correlation/analyze/1.0/payload.d.ts.map +1 -0
- package/dist/persona/correlation/analyze/1.0/payload.js +338 -0
- package/dist/persona/correlation/analyze/1.0/payload.js.map +1 -0
- package/dist/persona/disclosure/history/1.0/payload.d.ts +639 -0
- package/dist/persona/disclosure/history/1.0/payload.d.ts.map +1 -0
- package/dist/persona/disclosure/history/1.0/payload.js +339 -0
- package/dist/persona/disclosure/history/1.0/payload.js.map +1 -0
- package/dist/persona/disclosure/present/1.0/payload.d.ts +400 -0
- package/dist/persona/disclosure/present/1.0/payload.d.ts.map +1 -0
- package/dist/persona/disclosure/present/1.0/payload.js +211 -0
- package/dist/persona/disclosure/present/1.0/payload.js.map +1 -0
- package/dist/persona/disclosure/preview/1.0/payload.d.ts +858 -0
- package/dist/persona/disclosure/preview/1.0/payload.d.ts.map +1 -0
- package/dist/persona/disclosure/preview/1.0/payload.js +480 -0
- package/dist/persona/disclosure/preview/1.0/payload.js.map +1 -0
- package/dist/persona/local/binding/set/1.0/payload.d.ts +394 -0
- package/dist/persona/local/binding/set/1.0/payload.d.ts.map +1 -0
- package/dist/persona/local/binding/set/1.0/payload.js +226 -0
- package/dist/persona/local/binding/set/1.0/payload.js.map +1 -0
- package/dist/persona/local/profile/delete/1.0/payload.d.ts +311 -0
- package/dist/persona/local/profile/delete/1.0/payload.d.ts.map +1 -0
- package/dist/persona/local/profile/delete/1.0/payload.js +173 -0
- package/dist/persona/local/profile/delete/1.0/payload.js.map +1 -0
- package/dist/persona/local/profile/get/1.0/payload.d.ts +368 -0
- package/dist/persona/local/profile/get/1.0/payload.d.ts.map +1 -0
- package/dist/persona/local/profile/get/1.0/payload.js +210 -0
- package/dist/persona/local/profile/get/1.0/payload.js.map +1 -0
- package/dist/persona/local/profile/list/1.0/payload.d.ts +387 -0
- package/dist/persona/local/profile/list/1.0/payload.d.ts.map +1 -0
- package/dist/persona/local/profile/list/1.0/payload.js +214 -0
- package/dist/persona/local/profile/list/1.0/payload.js.map +1 -0
- package/dist/persona/local/profile/put/1.0/payload.d.ts +545 -0
- package/dist/persona/local/profile/put/1.0/payload.d.ts.map +1 -0
- package/dist/persona/local/profile/put/1.0/payload.js +315 -0
- package/dist/persona/local/profile/put/1.0/payload.js.map +1 -0
- package/dist/persona/profile/delete/1.0/payload.d.ts +350 -0
- package/dist/persona/profile/delete/1.0/payload.d.ts.map +1 -0
- package/dist/persona/profile/delete/1.0/payload.js +189 -0
- package/dist/persona/profile/delete/1.0/payload.js.map +1 -0
- package/dist/persona/profile/get/1.0/payload.d.ts +1307 -0
- package/dist/persona/profile/get/1.0/payload.d.ts.map +1 -0
- package/dist/persona/profile/get/1.0/payload.js +804 -0
- package/dist/persona/profile/get/1.0/payload.js.map +1 -0
- package/dist/persona/profile/list/1.0/payload.d.ts +1120 -0
- package/dist/persona/profile/list/1.0/payload.d.ts.map +1 -0
- package/dist/persona/profile/list/1.0/payload.js +680 -0
- package/dist/persona/profile/list/1.0/payload.js.map +1 -0
- package/dist/persona/profile/put/1.0/payload.d.ts +1115 -0
- package/dist/persona/profile/put/1.0/payload.d.ts.map +1 -0
- package/dist/persona/profile/put/1.0/payload.js +675 -0
- package/dist/persona/profile/put/1.0/payload.js.map +1 -0
- package/dist/persona/renderers/list/1.0/payload.d.ts +362 -0
- package/dist/persona/renderers/list/1.0/payload.d.ts.map +1 -0
- package/dist/persona/renderers/list/1.0/payload.js +197 -0
- package/dist/persona/renderers/list/1.0/payload.js.map +1 -0
- package/dist/rooms/owner/claim/0.1/payload.d.ts +391 -0
- package/dist/rooms/owner/claim/0.1/payload.d.ts.map +1 -0
- package/dist/rooms/owner/claim/0.1/payload.js +214 -0
- package/dist/rooms/owner/claim/0.1/payload.js.map +1 -0
- package/dist/rooms/owner/transfer/0.1/payload.d.ts +391 -0
- package/dist/rooms/owner/transfer/0.1/payload.d.ts.map +1 -0
- package/dist/rooms/owner/transfer/0.1/payload.js +214 -0
- package/dist/rooms/owner/transfer/0.1/payload.js.map +1 -0
- package/dist/vta/_shared/0.1/app-state-record.d.ts +1 -1
- package/dist/vta/_shared/0.1/app-state-record.d.ts.map +1 -1
- package/dist/vta/app-state/delete/1.0/payload.d.ts +1 -1
- package/dist/vta/app-state/delete/1.0/payload.d.ts.map +1 -1
- package/dist/vta/app-state/get/1.0/payload.d.ts +1 -1
- package/dist/vta/app-state/get/1.0/payload.d.ts.map +1 -1
- package/dist/vta/app-state/get-many/1.0/payload.d.ts +1 -1
- package/dist/vta/app-state/get-many/1.0/payload.d.ts.map +1 -1
- package/dist/vta/app-state/list/1.0/payload.d.ts +1 -1
- package/dist/vta/app-state/list/1.0/payload.d.ts.map +1 -1
- package/dist/vta/app-state/put/1.0/payload.d.ts +1 -1
- package/dist/vta/app-state/put/1.0/payload.d.ts.map +1 -1
- package/dist/vta/app-state/put-many/1.0/payload.d.ts +1 -1
- package/dist/vta/app-state/put-many/1.0/payload.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/_shared/components.ts +211 -5
- package/src/index.ts +27 -0
- package/src/persona/_shared/0.1/persona-record.ts +23 -0
- package/src/persona/attribute/delete/1.0/payload.ts +238 -0
- package/src/persona/attribute/list/1.0/payload.ts +590 -0
- package/src/persona/attribute/put/1.0/payload.ts +559 -0
- package/src/persona/binding/get/1.0/payload.ts +257 -0
- package/src/persona/binding/list/1.0/payload.ts +260 -0
- package/src/persona/binding/set/1.0/payload.ts +370 -0
- package/src/persona/contact/delete/1.0/payload.ts +216 -0
- package/src/persona/contact/get/1.0/payload.ts +662 -0
- package/src/persona/contact/list/1.0/payload.ts +323 -0
- package/src/persona/contact/put/1.0/payload.ts +580 -0
- package/src/persona/correlation/analyze/1.0/payload.ts +466 -0
- package/src/persona/disclosure/history/1.0/payload.ts +415 -0
- package/src/persona/disclosure/present/1.0/payload.ts +274 -0
- package/src/persona/disclosure/preview/1.0/payload.ts +597 -0
- package/src/persona/local/binding/set/1.0/payload.ts +267 -0
- package/src/persona/local/profile/delete/1.0/payload.ts +215 -0
- package/src/persona/local/profile/get/1.0/payload.ts +251 -0
- package/src/persona/local/profile/list/1.0/payload.ts +260 -0
- package/src/persona/local/profile/put/1.0/payload.ts +373 -0
- package/src/persona/profile/delete/1.0/payload.ts +236 -0
- package/src/persona/profile/get/1.0/payload.ts +846 -0
- package/src/persona/profile/list/1.0/payload.ts +723 -0
- package/src/persona/profile/put/1.0/payload.ts +741 -0
- package/src/persona/renderers/list/1.0/payload.ts +248 -0
- package/src/rooms/owner/claim/0.1/payload.ts +268 -0
- package/src/rooms/owner/transfer/0.1/payload.ts +268 -0
- package/src/vta/_shared/0.1/app-state-record.ts +1 -1
- package/src/vta/app-state/delete/1.0/payload.ts +1 -1
- package/src/vta/app-state/get/1.0/payload.ts +1 -1
- package/src/vta/app-state/get-many/1.0/payload.ts +1 -1
- package/src/vta/app-state/list/1.0/payload.ts +1 -1
- package/src/vta/app-state/put/1.0/payload.ts +1 -1
- package/src/vta/app-state/put-many/1.0/payload.ts +1 -1
|
@@ -0,0 +1,387 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
|
|
3
|
+
* Source: specs/persona/binding/list/1.0/payload.schema.json
|
|
4
|
+
*/
|
|
5
|
+
import type { Ext } from "../../../../_shared/components.js";
|
|
6
|
+
/**
|
|
7
|
+
* Enumerate the personas present in one context. This context only — an application learns which identities operate where it does, and nothing about anywhere else the holder operates.
|
|
8
|
+
*/
|
|
9
|
+
export interface PersonaBindingListPayload {
|
|
10
|
+
contextId: string;
|
|
11
|
+
cursor?: string;
|
|
12
|
+
limit?: number;
|
|
13
|
+
ext?: Ext;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Success response to persona/binding/list. Type https://trusttasks.org/spec/persona/binding/list/1.0#response. Carries the same thin summary as persona/binding/get, for the same reason: an application needs to know which identity is in use, not what it contains.
|
|
17
|
+
*/
|
|
18
|
+
export interface PersonaBindingListResponsePayload {
|
|
19
|
+
/**
|
|
20
|
+
* @maxItems 500
|
|
21
|
+
*/
|
|
22
|
+
personas: {
|
|
23
|
+
personaDid: string;
|
|
24
|
+
bound: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* The holder's label for the bound profile. Names a composition; reveals none of it.
|
|
27
|
+
*/
|
|
28
|
+
profileName?: string;
|
|
29
|
+
claimCount?: number;
|
|
30
|
+
/**
|
|
31
|
+
* True when the bound profile is context-local rather than imported from the holder's pool. Worth surfacing: a local persona is one the application itself may have composed, and an application should be able to tell what it authored from what the holder pushed down.
|
|
32
|
+
*/
|
|
33
|
+
isLocal?: boolean;
|
|
34
|
+
}[];
|
|
35
|
+
nextCursor?: string;
|
|
36
|
+
ext?: Ext;
|
|
37
|
+
}
|
|
38
|
+
/** Shared definitions this specification references, re-exported under the names it used to declare them with. */
|
|
39
|
+
export type { Ext };
|
|
40
|
+
/** Trust Task type URI. */
|
|
41
|
+
export declare const TYPE_URI: "https://trusttasks.org/spec/persona/binding/list/1.0";
|
|
42
|
+
/** Stable alias for this specification's request payload shape. */
|
|
43
|
+
export type Payload = PersonaBindingListPayload;
|
|
44
|
+
/** Trust Task response type URI (request type URI + "#response"). */
|
|
45
|
+
export declare const RESPONSE_TYPE_URI: "https://trusttasks.org/spec/persona/binding/list/1.0#response";
|
|
46
|
+
/** Stable alias for this specification's success-response payload shape. */
|
|
47
|
+
export type Response = PersonaBindingListResponsePayload;
|
|
48
|
+
/**
|
|
49
|
+
* This specification's payload schema, as a value.
|
|
50
|
+
*
|
|
51
|
+
* SPEC.md §7.2 item 2 is performed against this. It is shipped as data
|
|
52
|
+
* rather than only as a `.json` file because TypeScript types are erased
|
|
53
|
+
* at runtime: without a schema a consumer has nothing to validate, and
|
|
54
|
+
* every REQUIRED payload member is optional in practice. Cross-file
|
|
55
|
+
* `$ref`s are already inlined, so it needs no resolver.
|
|
56
|
+
*/
|
|
57
|
+
export declare const PAYLOAD_SCHEMA: {
|
|
58
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
59
|
+
readonly $id: "https://trusttasks.org/spec/persona/binding/list/1.0";
|
|
60
|
+
readonly title: "Persona Binding List — payload";
|
|
61
|
+
readonly description: "Enumerate the personas present in one context. This context only — an application learns which identities operate where it does, and nothing about anywhere else the holder operates.";
|
|
62
|
+
readonly type: "object";
|
|
63
|
+
readonly additionalProperties: false;
|
|
64
|
+
readonly required: readonly ["contextId"];
|
|
65
|
+
readonly properties: {
|
|
66
|
+
readonly contextId: {
|
|
67
|
+
readonly type: "string";
|
|
68
|
+
readonly minLength: 1;
|
|
69
|
+
};
|
|
70
|
+
readonly cursor: {
|
|
71
|
+
readonly type: "string";
|
|
72
|
+
readonly maxLength: 4096;
|
|
73
|
+
};
|
|
74
|
+
readonly limit: {
|
|
75
|
+
readonly type: "integer";
|
|
76
|
+
readonly minimum: 1;
|
|
77
|
+
readonly maximum: 500;
|
|
78
|
+
readonly default: 100;
|
|
79
|
+
};
|
|
80
|
+
readonly ext: {
|
|
81
|
+
readonly $ref: "#/$defs/Ext";
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
readonly $defs: {
|
|
85
|
+
readonly Response: {
|
|
86
|
+
readonly $anchor: "response";
|
|
87
|
+
readonly title: "Persona Binding List — response payload";
|
|
88
|
+
readonly description: "Success response to persona/binding/list. Type https://trusttasks.org/spec/persona/binding/list/1.0#response. Carries the same thin summary as persona/binding/get, for the same reason: an application needs to know which identity is in use, not what it contains.";
|
|
89
|
+
readonly type: "object";
|
|
90
|
+
readonly additionalProperties: false;
|
|
91
|
+
readonly required: readonly ["personas"];
|
|
92
|
+
readonly properties: {
|
|
93
|
+
readonly personas: {
|
|
94
|
+
readonly type: "array";
|
|
95
|
+
readonly maxItems: 500;
|
|
96
|
+
readonly items: {
|
|
97
|
+
readonly type: "object";
|
|
98
|
+
readonly additionalProperties: false;
|
|
99
|
+
readonly required: readonly ["personaDid", "bound"];
|
|
100
|
+
readonly properties: {
|
|
101
|
+
readonly personaDid: {
|
|
102
|
+
readonly type: "string";
|
|
103
|
+
readonly minLength: 1;
|
|
104
|
+
};
|
|
105
|
+
readonly bound: {
|
|
106
|
+
readonly type: "boolean";
|
|
107
|
+
};
|
|
108
|
+
readonly profileName: {
|
|
109
|
+
readonly type: "string";
|
|
110
|
+
readonly maxLength: 128;
|
|
111
|
+
readonly description: "The holder's label for the bound profile. Names a composition; reveals none of it.";
|
|
112
|
+
};
|
|
113
|
+
readonly claimCount: {
|
|
114
|
+
readonly type: "integer";
|
|
115
|
+
readonly minimum: 0;
|
|
116
|
+
};
|
|
117
|
+
readonly isLocal: {
|
|
118
|
+
readonly type: "boolean";
|
|
119
|
+
readonly description: "True when the bound profile is context-local rather than imported from the holder's pool. Worth surfacing: a local persona is one the application itself may have composed, and an application should be able to tell what it authored from what the holder pushed down.";
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
readonly nextCursor: {
|
|
125
|
+
readonly type: "string";
|
|
126
|
+
readonly maxLength: 4096;
|
|
127
|
+
};
|
|
128
|
+
readonly ext: {
|
|
129
|
+
readonly $ref: "#/$defs/Ext";
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
readonly Ext: {
|
|
134
|
+
readonly title: "Ext";
|
|
135
|
+
readonly description: "Vendor-namespaced extension object per SPEC.md §4.5.1. Each immediate key MUST be a reverse-DNS namespace; structure under each namespace is opaque to the framework.";
|
|
136
|
+
readonly type: "object";
|
|
137
|
+
readonly minProperties: 1;
|
|
138
|
+
readonly additionalProperties: true;
|
|
139
|
+
readonly propertyNames: {
|
|
140
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
/** As {@link PAYLOAD_SCHEMA}, for the success-response variant. */
|
|
146
|
+
export declare const RESPONSE_PAYLOAD_SCHEMA: {
|
|
147
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
148
|
+
readonly $ref: "#/$defs/Response";
|
|
149
|
+
readonly $defs: {
|
|
150
|
+
readonly Response: {
|
|
151
|
+
readonly $anchor: "response";
|
|
152
|
+
readonly title: "Persona Binding List — response payload";
|
|
153
|
+
readonly description: "Success response to persona/binding/list. Type https://trusttasks.org/spec/persona/binding/list/1.0#response. Carries the same thin summary as persona/binding/get, for the same reason: an application needs to know which identity is in use, not what it contains.";
|
|
154
|
+
readonly type: "object";
|
|
155
|
+
readonly additionalProperties: false;
|
|
156
|
+
readonly required: readonly ["personas"];
|
|
157
|
+
readonly properties: {
|
|
158
|
+
readonly personas: {
|
|
159
|
+
readonly type: "array";
|
|
160
|
+
readonly maxItems: 500;
|
|
161
|
+
readonly items: {
|
|
162
|
+
readonly type: "object";
|
|
163
|
+
readonly additionalProperties: false;
|
|
164
|
+
readonly required: readonly ["personaDid", "bound"];
|
|
165
|
+
readonly properties: {
|
|
166
|
+
readonly personaDid: {
|
|
167
|
+
readonly type: "string";
|
|
168
|
+
readonly minLength: 1;
|
|
169
|
+
};
|
|
170
|
+
readonly bound: {
|
|
171
|
+
readonly type: "boolean";
|
|
172
|
+
};
|
|
173
|
+
readonly profileName: {
|
|
174
|
+
readonly type: "string";
|
|
175
|
+
readonly maxLength: 128;
|
|
176
|
+
readonly description: "The holder's label for the bound profile. Names a composition; reveals none of it.";
|
|
177
|
+
};
|
|
178
|
+
readonly claimCount: {
|
|
179
|
+
readonly type: "integer";
|
|
180
|
+
readonly minimum: 0;
|
|
181
|
+
};
|
|
182
|
+
readonly isLocal: {
|
|
183
|
+
readonly type: "boolean";
|
|
184
|
+
readonly description: "True when the bound profile is context-local rather than imported from the holder's pool. Worth surfacing: a local persona is one the application itself may have composed, and an application should be able to tell what it authored from what the holder pushed down.";
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
readonly nextCursor: {
|
|
190
|
+
readonly type: "string";
|
|
191
|
+
readonly maxLength: 4096;
|
|
192
|
+
};
|
|
193
|
+
readonly ext: {
|
|
194
|
+
readonly $ref: "#/$defs/Ext";
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
readonly Ext: {
|
|
199
|
+
readonly title: "Ext";
|
|
200
|
+
readonly description: "Vendor-namespaced extension object per SPEC.md §4.5.1. Each immediate key MUST be a reverse-DNS namespace; structure under each namespace is opaque to the framework.";
|
|
201
|
+
readonly type: "object";
|
|
202
|
+
readonly minProperties: 1;
|
|
203
|
+
readonly additionalProperties: true;
|
|
204
|
+
readonly propertyNames: {
|
|
205
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
/**
|
|
211
|
+
* SPEC.md §7.2 policy for the request variant, from this specification's
|
|
212
|
+
* front matter. Pass to `consumeInbound` — items 5b, 7 and 8 are
|
|
213
|
+
* per-specification and cannot be derived from the document alone, and
|
|
214
|
+
* item 2 needs the schema this carries.
|
|
215
|
+
*/
|
|
216
|
+
export declare const SPEC: {
|
|
217
|
+
readonly typeUri: "https://trusttasks.org/spec/persona/binding/list/1.0";
|
|
218
|
+
readonly isBearer: false;
|
|
219
|
+
readonly isProofRequired: true;
|
|
220
|
+
readonly isRecipientRequired: true;
|
|
221
|
+
readonly isIssuedAtRequired: false;
|
|
222
|
+
readonly payloadSchema: {
|
|
223
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
224
|
+
readonly $id: "https://trusttasks.org/spec/persona/binding/list/1.0";
|
|
225
|
+
readonly title: "Persona Binding List — payload";
|
|
226
|
+
readonly description: "Enumerate the personas present in one context. This context only — an application learns which identities operate where it does, and nothing about anywhere else the holder operates.";
|
|
227
|
+
readonly type: "object";
|
|
228
|
+
readonly additionalProperties: false;
|
|
229
|
+
readonly required: readonly ["contextId"];
|
|
230
|
+
readonly properties: {
|
|
231
|
+
readonly contextId: {
|
|
232
|
+
readonly type: "string";
|
|
233
|
+
readonly minLength: 1;
|
|
234
|
+
};
|
|
235
|
+
readonly cursor: {
|
|
236
|
+
readonly type: "string";
|
|
237
|
+
readonly maxLength: 4096;
|
|
238
|
+
};
|
|
239
|
+
readonly limit: {
|
|
240
|
+
readonly type: "integer";
|
|
241
|
+
readonly minimum: 1;
|
|
242
|
+
readonly maximum: 500;
|
|
243
|
+
readonly default: 100;
|
|
244
|
+
};
|
|
245
|
+
readonly ext: {
|
|
246
|
+
readonly $ref: "#/$defs/Ext";
|
|
247
|
+
};
|
|
248
|
+
};
|
|
249
|
+
readonly $defs: {
|
|
250
|
+
readonly Response: {
|
|
251
|
+
readonly $anchor: "response";
|
|
252
|
+
readonly title: "Persona Binding List — response payload";
|
|
253
|
+
readonly description: "Success response to persona/binding/list. Type https://trusttasks.org/spec/persona/binding/list/1.0#response. Carries the same thin summary as persona/binding/get, for the same reason: an application needs to know which identity is in use, not what it contains.";
|
|
254
|
+
readonly type: "object";
|
|
255
|
+
readonly additionalProperties: false;
|
|
256
|
+
readonly required: readonly ["personas"];
|
|
257
|
+
readonly properties: {
|
|
258
|
+
readonly personas: {
|
|
259
|
+
readonly type: "array";
|
|
260
|
+
readonly maxItems: 500;
|
|
261
|
+
readonly items: {
|
|
262
|
+
readonly type: "object";
|
|
263
|
+
readonly additionalProperties: false;
|
|
264
|
+
readonly required: readonly ["personaDid", "bound"];
|
|
265
|
+
readonly properties: {
|
|
266
|
+
readonly personaDid: {
|
|
267
|
+
readonly type: "string";
|
|
268
|
+
readonly minLength: 1;
|
|
269
|
+
};
|
|
270
|
+
readonly bound: {
|
|
271
|
+
readonly type: "boolean";
|
|
272
|
+
};
|
|
273
|
+
readonly profileName: {
|
|
274
|
+
readonly type: "string";
|
|
275
|
+
readonly maxLength: 128;
|
|
276
|
+
readonly description: "The holder's label for the bound profile. Names a composition; reveals none of it.";
|
|
277
|
+
};
|
|
278
|
+
readonly claimCount: {
|
|
279
|
+
readonly type: "integer";
|
|
280
|
+
readonly minimum: 0;
|
|
281
|
+
};
|
|
282
|
+
readonly isLocal: {
|
|
283
|
+
readonly type: "boolean";
|
|
284
|
+
readonly description: "True when the bound profile is context-local rather than imported from the holder's pool. Worth surfacing: a local persona is one the application itself may have composed, and an application should be able to tell what it authored from what the holder pushed down.";
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
};
|
|
288
|
+
};
|
|
289
|
+
readonly nextCursor: {
|
|
290
|
+
readonly type: "string";
|
|
291
|
+
readonly maxLength: 4096;
|
|
292
|
+
};
|
|
293
|
+
readonly ext: {
|
|
294
|
+
readonly $ref: "#/$defs/Ext";
|
|
295
|
+
};
|
|
296
|
+
};
|
|
297
|
+
};
|
|
298
|
+
readonly Ext: {
|
|
299
|
+
readonly title: "Ext";
|
|
300
|
+
readonly description: "Vendor-namespaced extension object per SPEC.md §4.5.1. Each immediate key MUST be a reverse-DNS namespace; structure under each namespace is opaque to the framework.";
|
|
301
|
+
readonly type: "object";
|
|
302
|
+
readonly minProperties: 1;
|
|
303
|
+
readonly additionalProperties: true;
|
|
304
|
+
readonly propertyNames: {
|
|
305
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
306
|
+
};
|
|
307
|
+
};
|
|
308
|
+
};
|
|
309
|
+
};
|
|
310
|
+
};
|
|
311
|
+
/**
|
|
312
|
+
* SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
|
|
313
|
+
* tracks the *issuer* party's requirement because a response swaps the
|
|
314
|
+
* parties (§7.3 item 5).
|
|
315
|
+
*/
|
|
316
|
+
export declare const RESPONSE_SPEC: {
|
|
317
|
+
readonly typeUri: "https://trusttasks.org/spec/persona/binding/list/1.0#response";
|
|
318
|
+
readonly isBearer: false;
|
|
319
|
+
readonly isProofRequired: true;
|
|
320
|
+
readonly isRecipientRequired: true;
|
|
321
|
+
readonly isIssuedAtRequired: false;
|
|
322
|
+
readonly payloadSchema: {
|
|
323
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
324
|
+
readonly $ref: "#/$defs/Response";
|
|
325
|
+
readonly $defs: {
|
|
326
|
+
readonly Response: {
|
|
327
|
+
readonly $anchor: "response";
|
|
328
|
+
readonly title: "Persona Binding List — response payload";
|
|
329
|
+
readonly description: "Success response to persona/binding/list. Type https://trusttasks.org/spec/persona/binding/list/1.0#response. Carries the same thin summary as persona/binding/get, for the same reason: an application needs to know which identity is in use, not what it contains.";
|
|
330
|
+
readonly type: "object";
|
|
331
|
+
readonly additionalProperties: false;
|
|
332
|
+
readonly required: readonly ["personas"];
|
|
333
|
+
readonly properties: {
|
|
334
|
+
readonly personas: {
|
|
335
|
+
readonly type: "array";
|
|
336
|
+
readonly maxItems: 500;
|
|
337
|
+
readonly items: {
|
|
338
|
+
readonly type: "object";
|
|
339
|
+
readonly additionalProperties: false;
|
|
340
|
+
readonly required: readonly ["personaDid", "bound"];
|
|
341
|
+
readonly properties: {
|
|
342
|
+
readonly personaDid: {
|
|
343
|
+
readonly type: "string";
|
|
344
|
+
readonly minLength: 1;
|
|
345
|
+
};
|
|
346
|
+
readonly bound: {
|
|
347
|
+
readonly type: "boolean";
|
|
348
|
+
};
|
|
349
|
+
readonly profileName: {
|
|
350
|
+
readonly type: "string";
|
|
351
|
+
readonly maxLength: 128;
|
|
352
|
+
readonly description: "The holder's label for the bound profile. Names a composition; reveals none of it.";
|
|
353
|
+
};
|
|
354
|
+
readonly claimCount: {
|
|
355
|
+
readonly type: "integer";
|
|
356
|
+
readonly minimum: 0;
|
|
357
|
+
};
|
|
358
|
+
readonly isLocal: {
|
|
359
|
+
readonly type: "boolean";
|
|
360
|
+
readonly description: "True when the bound profile is context-local rather than imported from the holder's pool. Worth surfacing: a local persona is one the application itself may have composed, and an application should be able to tell what it authored from what the holder pushed down.";
|
|
361
|
+
};
|
|
362
|
+
};
|
|
363
|
+
};
|
|
364
|
+
};
|
|
365
|
+
readonly nextCursor: {
|
|
366
|
+
readonly type: "string";
|
|
367
|
+
readonly maxLength: 4096;
|
|
368
|
+
};
|
|
369
|
+
readonly ext: {
|
|
370
|
+
readonly $ref: "#/$defs/Ext";
|
|
371
|
+
};
|
|
372
|
+
};
|
|
373
|
+
};
|
|
374
|
+
readonly Ext: {
|
|
375
|
+
readonly title: "Ext";
|
|
376
|
+
readonly description: "Vendor-namespaced extension object per SPEC.md §4.5.1. Each immediate key MUST be a reverse-DNS namespace; structure under each namespace is opaque to the framework.";
|
|
377
|
+
readonly type: "object";
|
|
378
|
+
readonly minProperties: 1;
|
|
379
|
+
readonly additionalProperties: true;
|
|
380
|
+
readonly propertyNames: {
|
|
381
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
382
|
+
};
|
|
383
|
+
};
|
|
384
|
+
};
|
|
385
|
+
};
|
|
386
|
+
};
|
|
387
|
+
//# sourceMappingURL=payload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payload.d.ts","sourceRoot":"","sources":["../../../../../src/persona/binding/list/1.0/payload.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,mCAAmC,CAAC;AAG7D;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACxC,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AACD;;GAEG;AACH,MAAM,WAAW,iCAAiC;IAChD;;OAEG;IACH,QAAQ,EAAE;QACR,UAAU,EAAE,MAAM,CAAC;QACnB,KAAK,EAAE,OAAO,CAAC;QACf;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB;;WAEG;QACH,OAAO,CAAC,EAAE,OAAO,CAAC;KACnB,EAAE,CAAC;IACJ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AAED,kHAAkH;AAClH,YAAY,EAAE,GAAG,EAAE,CAAC;AAEpB,2BAA2B;AAC3B,eAAO,MAAM,QAAQ,EAAG,sDAA+D,CAAC;AAExF,mEAAmE;AACnE,MAAM,MAAM,OAAO,GAAG,yBAAyB,CAAC;AAEhD,qEAAqE;AACrE,eAAO,MAAM,iBAAiB,EAAG,+DAAwE,CAAC;AAE1G,4EAA4E;AAC5E,MAAM,MAAM,QAAQ,GAAG,iCAAiC,CAAC;AAEzD;;;;;;;;GAQG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8FjB,CAAC;AAEX,mEAAmE;AACnE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoE1B,CAAC;AAEX;;;;;GAKG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOP,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOhB,CAAC"}
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
|
|
3
|
+
* Source: specs/persona/binding/list/1.0/payload.schema.json
|
|
4
|
+
*/
|
|
5
|
+
/** Trust Task type URI. */
|
|
6
|
+
export const TYPE_URI = "https://trusttasks.org/spec/persona/binding/list/1.0";
|
|
7
|
+
/** Trust Task response type URI (request type URI + "#response"). */
|
|
8
|
+
export const RESPONSE_TYPE_URI = "https://trusttasks.org/spec/persona/binding/list/1.0#response";
|
|
9
|
+
/**
|
|
10
|
+
* This specification's payload schema, as a value.
|
|
11
|
+
*
|
|
12
|
+
* SPEC.md §7.2 item 2 is performed against this. It is shipped as data
|
|
13
|
+
* rather than only as a `.json` file because TypeScript types are erased
|
|
14
|
+
* at runtime: without a schema a consumer has nothing to validate, and
|
|
15
|
+
* every REQUIRED payload member is optional in practice. Cross-file
|
|
16
|
+
* `$ref`s are already inlined, so it needs no resolver.
|
|
17
|
+
*/
|
|
18
|
+
export const PAYLOAD_SCHEMA = {
|
|
19
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
20
|
+
"$id": "https://trusttasks.org/spec/persona/binding/list/1.0",
|
|
21
|
+
"title": "Persona Binding List — payload",
|
|
22
|
+
"description": "Enumerate the personas present in one context. This context only — an application learns which identities operate where it does, and nothing about anywhere else the holder operates.",
|
|
23
|
+
"type": "object",
|
|
24
|
+
"additionalProperties": false,
|
|
25
|
+
"required": [
|
|
26
|
+
"contextId"
|
|
27
|
+
],
|
|
28
|
+
"properties": {
|
|
29
|
+
"contextId": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"minLength": 1
|
|
32
|
+
},
|
|
33
|
+
"cursor": {
|
|
34
|
+
"type": "string",
|
|
35
|
+
"maxLength": 4096
|
|
36
|
+
},
|
|
37
|
+
"limit": {
|
|
38
|
+
"type": "integer",
|
|
39
|
+
"minimum": 1,
|
|
40
|
+
"maximum": 500,
|
|
41
|
+
"default": 100
|
|
42
|
+
},
|
|
43
|
+
"ext": {
|
|
44
|
+
"$ref": "#/$defs/Ext"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"$defs": {
|
|
48
|
+
"Response": {
|
|
49
|
+
"$anchor": "response",
|
|
50
|
+
"title": "Persona Binding List — response payload",
|
|
51
|
+
"description": "Success response to persona/binding/list. Type https://trusttasks.org/spec/persona/binding/list/1.0#response. Carries the same thin summary as persona/binding/get, for the same reason: an application needs to know which identity is in use, not what it contains.",
|
|
52
|
+
"type": "object",
|
|
53
|
+
"additionalProperties": false,
|
|
54
|
+
"required": [
|
|
55
|
+
"personas"
|
|
56
|
+
],
|
|
57
|
+
"properties": {
|
|
58
|
+
"personas": {
|
|
59
|
+
"type": "array",
|
|
60
|
+
"maxItems": 500,
|
|
61
|
+
"items": {
|
|
62
|
+
"type": "object",
|
|
63
|
+
"additionalProperties": false,
|
|
64
|
+
"required": [
|
|
65
|
+
"personaDid",
|
|
66
|
+
"bound"
|
|
67
|
+
],
|
|
68
|
+
"properties": {
|
|
69
|
+
"personaDid": {
|
|
70
|
+
"type": "string",
|
|
71
|
+
"minLength": 1
|
|
72
|
+
},
|
|
73
|
+
"bound": {
|
|
74
|
+
"type": "boolean"
|
|
75
|
+
},
|
|
76
|
+
"profileName": {
|
|
77
|
+
"type": "string",
|
|
78
|
+
"maxLength": 128,
|
|
79
|
+
"description": "The holder's label for the bound profile. Names a composition; reveals none of it."
|
|
80
|
+
},
|
|
81
|
+
"claimCount": {
|
|
82
|
+
"type": "integer",
|
|
83
|
+
"minimum": 0
|
|
84
|
+
},
|
|
85
|
+
"isLocal": {
|
|
86
|
+
"type": "boolean",
|
|
87
|
+
"description": "True when the bound profile is context-local rather than imported from the holder's pool. Worth surfacing: a local persona is one the application itself may have composed, and an application should be able to tell what it authored from what the holder pushed down."
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"nextCursor": {
|
|
93
|
+
"type": "string",
|
|
94
|
+
"maxLength": 4096
|
|
95
|
+
},
|
|
96
|
+
"ext": {
|
|
97
|
+
"$ref": "#/$defs/Ext"
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"Ext": {
|
|
102
|
+
"title": "Ext",
|
|
103
|
+
"description": "Vendor-namespaced extension object per SPEC.md §4.5.1. Each immediate key MUST be a reverse-DNS namespace; structure under each namespace is opaque to the framework.",
|
|
104
|
+
"type": "object",
|
|
105
|
+
"minProperties": 1,
|
|
106
|
+
"additionalProperties": true,
|
|
107
|
+
"propertyNames": {
|
|
108
|
+
"pattern": "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$"
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
};
|
|
113
|
+
/** As {@link PAYLOAD_SCHEMA}, for the success-response variant. */
|
|
114
|
+
export const RESPONSE_PAYLOAD_SCHEMA = {
|
|
115
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
116
|
+
"$ref": "#/$defs/Response",
|
|
117
|
+
"$defs": {
|
|
118
|
+
"Response": {
|
|
119
|
+
"$anchor": "response",
|
|
120
|
+
"title": "Persona Binding List — response payload",
|
|
121
|
+
"description": "Success response to persona/binding/list. Type https://trusttasks.org/spec/persona/binding/list/1.0#response. Carries the same thin summary as persona/binding/get, for the same reason: an application needs to know which identity is in use, not what it contains.",
|
|
122
|
+
"type": "object",
|
|
123
|
+
"additionalProperties": false,
|
|
124
|
+
"required": [
|
|
125
|
+
"personas"
|
|
126
|
+
],
|
|
127
|
+
"properties": {
|
|
128
|
+
"personas": {
|
|
129
|
+
"type": "array",
|
|
130
|
+
"maxItems": 500,
|
|
131
|
+
"items": {
|
|
132
|
+
"type": "object",
|
|
133
|
+
"additionalProperties": false,
|
|
134
|
+
"required": [
|
|
135
|
+
"personaDid",
|
|
136
|
+
"bound"
|
|
137
|
+
],
|
|
138
|
+
"properties": {
|
|
139
|
+
"personaDid": {
|
|
140
|
+
"type": "string",
|
|
141
|
+
"minLength": 1
|
|
142
|
+
},
|
|
143
|
+
"bound": {
|
|
144
|
+
"type": "boolean"
|
|
145
|
+
},
|
|
146
|
+
"profileName": {
|
|
147
|
+
"type": "string",
|
|
148
|
+
"maxLength": 128,
|
|
149
|
+
"description": "The holder's label for the bound profile. Names a composition; reveals none of it."
|
|
150
|
+
},
|
|
151
|
+
"claimCount": {
|
|
152
|
+
"type": "integer",
|
|
153
|
+
"minimum": 0
|
|
154
|
+
},
|
|
155
|
+
"isLocal": {
|
|
156
|
+
"type": "boolean",
|
|
157
|
+
"description": "True when the bound profile is context-local rather than imported from the holder's pool. Worth surfacing: a local persona is one the application itself may have composed, and an application should be able to tell what it authored from what the holder pushed down."
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"nextCursor": {
|
|
163
|
+
"type": "string",
|
|
164
|
+
"maxLength": 4096
|
|
165
|
+
},
|
|
166
|
+
"ext": {
|
|
167
|
+
"$ref": "#/$defs/Ext"
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
"Ext": {
|
|
172
|
+
"title": "Ext",
|
|
173
|
+
"description": "Vendor-namespaced extension object per SPEC.md §4.5.1. Each immediate key MUST be a reverse-DNS namespace; structure under each namespace is opaque to the framework.",
|
|
174
|
+
"type": "object",
|
|
175
|
+
"minProperties": 1,
|
|
176
|
+
"additionalProperties": true,
|
|
177
|
+
"propertyNames": {
|
|
178
|
+
"pattern": "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$"
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
};
|
|
183
|
+
/**
|
|
184
|
+
* SPEC.md §7.2 policy for the request variant, from this specification's
|
|
185
|
+
* front matter. Pass to `consumeInbound` — items 5b, 7 and 8 are
|
|
186
|
+
* per-specification and cannot be derived from the document alone, and
|
|
187
|
+
* item 2 needs the schema this carries.
|
|
188
|
+
*/
|
|
189
|
+
export const SPEC = {
|
|
190
|
+
typeUri: TYPE_URI,
|
|
191
|
+
isBearer: false,
|
|
192
|
+
isProofRequired: true,
|
|
193
|
+
isRecipientRequired: true,
|
|
194
|
+
isIssuedAtRequired: false,
|
|
195
|
+
payloadSchema: PAYLOAD_SCHEMA,
|
|
196
|
+
};
|
|
197
|
+
/**
|
|
198
|
+
* SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
|
|
199
|
+
* tracks the *issuer* party's requirement because a response swaps the
|
|
200
|
+
* parties (§7.3 item 5).
|
|
201
|
+
*/
|
|
202
|
+
export const RESPONSE_SPEC = {
|
|
203
|
+
typeUri: RESPONSE_TYPE_URI,
|
|
204
|
+
isBearer: false,
|
|
205
|
+
isProofRequired: true,
|
|
206
|
+
isRecipientRequired: true,
|
|
207
|
+
isIssuedAtRequired: false,
|
|
208
|
+
payloadSchema: RESPONSE_PAYLOAD_SCHEMA,
|
|
209
|
+
};
|
|
210
|
+
//# sourceMappingURL=payload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payload.js","sourceRoot":"","sources":["../../../../../src/persona/binding/list/1.0/payload.ts"],"names":[],"mappings":"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"}
|