@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,545 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
|
|
3
|
+
* Source: specs/persona/binding/set/1.0/payload.schema.json
|
|
4
|
+
*/
|
|
5
|
+
import type { ExpectedVersion_PersonaV0_1 as ExpectedVersion, Ext, Ulid, Version_PersonaV0_1 as Version } from "../../../../_shared/components.js";
|
|
6
|
+
/**
|
|
7
|
+
* Assign a profile to a persona DID within a context, or clear the assignment. This is the step that pushes a composition across the context boundary: the maintainer materialises the profile into the context, and a context never reaches back the other way.
|
|
8
|
+
*/
|
|
9
|
+
export interface PersonaBindingSetPayload {
|
|
10
|
+
/**
|
|
11
|
+
* The context the persona lives in. The binding is context-scoped even though the profile it names is not.
|
|
12
|
+
*/
|
|
13
|
+
contextId: string;
|
|
14
|
+
/**
|
|
15
|
+
* The persona being bound.
|
|
16
|
+
*/
|
|
17
|
+
personaDid: string;
|
|
18
|
+
/**
|
|
19
|
+
* The profile to bind, or null to clear. Null is a first-class value and not an omission: a persona with no profile is a legitimate, common state — a throwaway identity that presents nothing — and the schema says so rather than leaving a consumer to infer it from an absent member.
|
|
20
|
+
*/
|
|
21
|
+
profileId?: Ulid | null;
|
|
22
|
+
/**
|
|
23
|
+
* Attributes the holder opts into publishing on the persona's own DID document or equivalent public surface. Empty by default and MUST remain empty unless explicitly set: everything else is a per-verifier projection, and a published value is one document every relying party sees identically — a permanent correlation point the rest of this family exists to avoid.
|
|
24
|
+
*
|
|
25
|
+
* @maxItems 32
|
|
26
|
+
*/
|
|
27
|
+
publicEntries?: Ulid[];
|
|
28
|
+
expectedVersion?: ExpectedVersion;
|
|
29
|
+
ext?: Ext;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Success response to persona/binding/set. Type https://trusttasks.org/spec/persona/binding/set/1.0#response.
|
|
33
|
+
*/
|
|
34
|
+
export interface PersonaBindingSetResponsePayload {
|
|
35
|
+
contextId: string;
|
|
36
|
+
personaDid: string;
|
|
37
|
+
profileId?: Ulid | null;
|
|
38
|
+
version: Version;
|
|
39
|
+
/**
|
|
40
|
+
* How many claims were materialised into the context by this binding. A count, so the holder can see that a push happened and how large it was without the response restating the values.
|
|
41
|
+
*/
|
|
42
|
+
materialisedClaimCount?: number;
|
|
43
|
+
/**
|
|
44
|
+
* Advisory. Correlation is scored HERE as well as at composition, because composing is hypothetical and binding is when a value actually crosses into a context. Binding one profile to a second persona is reported at `high` unconditionally: that act makes the two personas the same person by construction.
|
|
45
|
+
*/
|
|
46
|
+
correlation?: {
|
|
47
|
+
severity: "none" | "low" | "high";
|
|
48
|
+
/**
|
|
49
|
+
* How many other personas are bound to this same profile. A count, not identifiers.
|
|
50
|
+
*/
|
|
51
|
+
alsoBoundPersonaCount?: number;
|
|
52
|
+
};
|
|
53
|
+
boundAt: string;
|
|
54
|
+
ext?: Ext;
|
|
55
|
+
}
|
|
56
|
+
/** Shared definitions this specification references, re-exported under the names it used to declare them with. */
|
|
57
|
+
export type { ExpectedVersion, Ext, Ulid, Version };
|
|
58
|
+
/** Trust Task type URI. */
|
|
59
|
+
export declare const TYPE_URI: "https://trusttasks.org/spec/persona/binding/set/1.0";
|
|
60
|
+
/** Stable alias for this specification's request payload shape. */
|
|
61
|
+
export type Payload = PersonaBindingSetPayload;
|
|
62
|
+
/** Trust Task response type URI (request type URI + "#response"). */
|
|
63
|
+
export declare const RESPONSE_TYPE_URI: "https://trusttasks.org/spec/persona/binding/set/1.0#response";
|
|
64
|
+
/** Stable alias for this specification's success-response payload shape. */
|
|
65
|
+
export type Response = PersonaBindingSetResponsePayload;
|
|
66
|
+
/**
|
|
67
|
+
* This specification's payload schema, as a value.
|
|
68
|
+
*
|
|
69
|
+
* SPEC.md §7.2 item 2 is performed against this. It is shipped as data
|
|
70
|
+
* rather than only as a `.json` file because TypeScript types are erased
|
|
71
|
+
* at runtime: without a schema a consumer has nothing to validate, and
|
|
72
|
+
* every REQUIRED payload member is optional in practice. Cross-file
|
|
73
|
+
* `$ref`s are already inlined, so it needs no resolver.
|
|
74
|
+
*/
|
|
75
|
+
export declare const PAYLOAD_SCHEMA: {
|
|
76
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
77
|
+
readonly $id: "https://trusttasks.org/spec/persona/binding/set/1.0";
|
|
78
|
+
readonly title: "Persona Binding Set — payload";
|
|
79
|
+
readonly description: "Assign a profile to a persona DID within a context, or clear the assignment. This is the step that pushes a composition across the context boundary: the maintainer materialises the profile into the context, and a context never reaches back the other way.";
|
|
80
|
+
readonly type: "object";
|
|
81
|
+
readonly additionalProperties: false;
|
|
82
|
+
readonly required: readonly ["contextId", "personaDid"];
|
|
83
|
+
readonly properties: {
|
|
84
|
+
readonly contextId: {
|
|
85
|
+
readonly type: "string";
|
|
86
|
+
readonly minLength: 1;
|
|
87
|
+
readonly description: "The context the persona lives in. The binding is context-scoped even though the profile it names is not.";
|
|
88
|
+
};
|
|
89
|
+
readonly personaDid: {
|
|
90
|
+
readonly type: "string";
|
|
91
|
+
readonly minLength: 1;
|
|
92
|
+
readonly maxLength: 2048;
|
|
93
|
+
readonly description: "The persona being bound.";
|
|
94
|
+
};
|
|
95
|
+
readonly profileId: {
|
|
96
|
+
readonly oneOf: readonly [{
|
|
97
|
+
readonly $ref: "#/$defs/Ulid";
|
|
98
|
+
}, {
|
|
99
|
+
readonly type: "null";
|
|
100
|
+
}];
|
|
101
|
+
readonly description: "The profile to bind, or null to clear. Null is a first-class value and not an omission: a persona with no profile is a legitimate, common state — a throwaway identity that presents nothing — and the schema says so rather than leaving a consumer to infer it from an absent member.";
|
|
102
|
+
};
|
|
103
|
+
readonly publicEntries: {
|
|
104
|
+
readonly type: "array";
|
|
105
|
+
readonly maxItems: 32;
|
|
106
|
+
readonly items: {
|
|
107
|
+
readonly $ref: "#/$defs/Ulid";
|
|
108
|
+
};
|
|
109
|
+
readonly description: "Attributes the holder opts into publishing on the persona's own DID document or equivalent public surface. Empty by default and MUST remain empty unless explicitly set: everything else is a per-verifier projection, and a published value is one document every relying party sees identically — a permanent correlation point the rest of this family exists to avoid.";
|
|
110
|
+
};
|
|
111
|
+
readonly expectedVersion: {
|
|
112
|
+
readonly $ref: "#/$defs/ExpectedVersion";
|
|
113
|
+
};
|
|
114
|
+
readonly ext: {
|
|
115
|
+
readonly $ref: "#/$defs/Ext";
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
readonly $defs: {
|
|
119
|
+
readonly Response: {
|
|
120
|
+
readonly $anchor: "response";
|
|
121
|
+
readonly title: "Persona Binding Set — response payload";
|
|
122
|
+
readonly description: "Success response to persona/binding/set. Type https://trusttasks.org/spec/persona/binding/set/1.0#response.";
|
|
123
|
+
readonly type: "object";
|
|
124
|
+
readonly additionalProperties: false;
|
|
125
|
+
readonly required: readonly ["contextId", "personaDid", "version", "boundAt"];
|
|
126
|
+
readonly properties: {
|
|
127
|
+
readonly contextId: {
|
|
128
|
+
readonly type: "string";
|
|
129
|
+
readonly minLength: 1;
|
|
130
|
+
};
|
|
131
|
+
readonly personaDid: {
|
|
132
|
+
readonly type: "string";
|
|
133
|
+
readonly minLength: 1;
|
|
134
|
+
};
|
|
135
|
+
readonly profileId: {
|
|
136
|
+
readonly oneOf: readonly [{
|
|
137
|
+
readonly $ref: "#/$defs/Ulid";
|
|
138
|
+
}, {
|
|
139
|
+
readonly type: "null";
|
|
140
|
+
}];
|
|
141
|
+
};
|
|
142
|
+
readonly version: {
|
|
143
|
+
readonly $ref: "#/$defs/Version";
|
|
144
|
+
};
|
|
145
|
+
readonly materialisedClaimCount: {
|
|
146
|
+
readonly type: "integer";
|
|
147
|
+
readonly minimum: 0;
|
|
148
|
+
readonly description: "How many claims were materialised into the context by this binding. A count, so the holder can see that a push happened and how large it was without the response restating the values.";
|
|
149
|
+
};
|
|
150
|
+
readonly correlation: {
|
|
151
|
+
readonly type: "object";
|
|
152
|
+
readonly additionalProperties: false;
|
|
153
|
+
readonly required: readonly ["severity"];
|
|
154
|
+
readonly description: "Advisory. Correlation is scored HERE as well as at composition, because composing is hypothetical and binding is when a value actually crosses into a context. Binding one profile to a second persona is reported at `high` unconditionally: that act makes the two personas the same person by construction.";
|
|
155
|
+
readonly properties: {
|
|
156
|
+
readonly severity: {
|
|
157
|
+
readonly type: "string";
|
|
158
|
+
readonly enum: readonly ["none", "low", "high"];
|
|
159
|
+
};
|
|
160
|
+
readonly alsoBoundPersonaCount: {
|
|
161
|
+
readonly type: "integer";
|
|
162
|
+
readonly minimum: 0;
|
|
163
|
+
readonly description: "How many other personas are bound to this same profile. A count, not identifiers.";
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
readonly boundAt: {
|
|
168
|
+
readonly type: "string";
|
|
169
|
+
readonly format: "date-time";
|
|
170
|
+
};
|
|
171
|
+
readonly ext: {
|
|
172
|
+
readonly $ref: "#/$defs/Ext";
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
};
|
|
176
|
+
readonly Ext: {
|
|
177
|
+
readonly title: "Ext";
|
|
178
|
+
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.";
|
|
179
|
+
readonly type: "object";
|
|
180
|
+
readonly minProperties: 1;
|
|
181
|
+
readonly additionalProperties: true;
|
|
182
|
+
readonly propertyNames: {
|
|
183
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
readonly Version: {
|
|
187
|
+
readonly title: "Version";
|
|
188
|
+
readonly description: "A value of the store's monotonic write counter. Server-assigned; a producer never chooses one.";
|
|
189
|
+
readonly type: "integer";
|
|
190
|
+
readonly minimum: 1;
|
|
191
|
+
};
|
|
192
|
+
readonly Ulid: {
|
|
193
|
+
readonly title: "Ulid";
|
|
194
|
+
readonly description: "A ULID in Crockford base32, uppercase. Used for `attributeId` and `profileId`. Chosen over a UUID because the leading 48 bits are a timestamp, so a key-ordered scan of the store is also creation-ordered and a `list` needs no secondary sort. Server-assigned on create; a producer MAY supply one to make a create idempotent, and a maintainer MUST reject a supplied value that already exists rather than silently overwriting.";
|
|
195
|
+
readonly type: "string";
|
|
196
|
+
readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
|
|
197
|
+
};
|
|
198
|
+
readonly ExpectedVersion: {
|
|
199
|
+
readonly title: "ExpectedVersion";
|
|
200
|
+
readonly description: "Optimistic-concurrency precondition. A positive value requires the record's current `version` to equal it exactly; zero means create-only and applies only when no live record exists at the address.";
|
|
201
|
+
readonly type: "integer";
|
|
202
|
+
readonly minimum: 0;
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
/** As {@link PAYLOAD_SCHEMA}, for the success-response variant. */
|
|
207
|
+
export declare const RESPONSE_PAYLOAD_SCHEMA: {
|
|
208
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
209
|
+
readonly $ref: "#/$defs/Response";
|
|
210
|
+
readonly $defs: {
|
|
211
|
+
readonly Response: {
|
|
212
|
+
readonly $anchor: "response";
|
|
213
|
+
readonly title: "Persona Binding Set — response payload";
|
|
214
|
+
readonly description: "Success response to persona/binding/set. Type https://trusttasks.org/spec/persona/binding/set/1.0#response.";
|
|
215
|
+
readonly type: "object";
|
|
216
|
+
readonly additionalProperties: false;
|
|
217
|
+
readonly required: readonly ["contextId", "personaDid", "version", "boundAt"];
|
|
218
|
+
readonly properties: {
|
|
219
|
+
readonly contextId: {
|
|
220
|
+
readonly type: "string";
|
|
221
|
+
readonly minLength: 1;
|
|
222
|
+
};
|
|
223
|
+
readonly personaDid: {
|
|
224
|
+
readonly type: "string";
|
|
225
|
+
readonly minLength: 1;
|
|
226
|
+
};
|
|
227
|
+
readonly profileId: {
|
|
228
|
+
readonly oneOf: readonly [{
|
|
229
|
+
readonly $ref: "#/$defs/Ulid";
|
|
230
|
+
}, {
|
|
231
|
+
readonly type: "null";
|
|
232
|
+
}];
|
|
233
|
+
};
|
|
234
|
+
readonly version: {
|
|
235
|
+
readonly $ref: "#/$defs/Version";
|
|
236
|
+
};
|
|
237
|
+
readonly materialisedClaimCount: {
|
|
238
|
+
readonly type: "integer";
|
|
239
|
+
readonly minimum: 0;
|
|
240
|
+
readonly description: "How many claims were materialised into the context by this binding. A count, so the holder can see that a push happened and how large it was without the response restating the values.";
|
|
241
|
+
};
|
|
242
|
+
readonly correlation: {
|
|
243
|
+
readonly type: "object";
|
|
244
|
+
readonly additionalProperties: false;
|
|
245
|
+
readonly required: readonly ["severity"];
|
|
246
|
+
readonly description: "Advisory. Correlation is scored HERE as well as at composition, because composing is hypothetical and binding is when a value actually crosses into a context. Binding one profile to a second persona is reported at `high` unconditionally: that act makes the two personas the same person by construction.";
|
|
247
|
+
readonly properties: {
|
|
248
|
+
readonly severity: {
|
|
249
|
+
readonly type: "string";
|
|
250
|
+
readonly enum: readonly ["none", "low", "high"];
|
|
251
|
+
};
|
|
252
|
+
readonly alsoBoundPersonaCount: {
|
|
253
|
+
readonly type: "integer";
|
|
254
|
+
readonly minimum: 0;
|
|
255
|
+
readonly description: "How many other personas are bound to this same profile. A count, not identifiers.";
|
|
256
|
+
};
|
|
257
|
+
};
|
|
258
|
+
};
|
|
259
|
+
readonly boundAt: {
|
|
260
|
+
readonly type: "string";
|
|
261
|
+
readonly format: "date-time";
|
|
262
|
+
};
|
|
263
|
+
readonly ext: {
|
|
264
|
+
readonly $ref: "#/$defs/Ext";
|
|
265
|
+
};
|
|
266
|
+
};
|
|
267
|
+
};
|
|
268
|
+
readonly Ext: {
|
|
269
|
+
readonly title: "Ext";
|
|
270
|
+
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.";
|
|
271
|
+
readonly type: "object";
|
|
272
|
+
readonly minProperties: 1;
|
|
273
|
+
readonly additionalProperties: true;
|
|
274
|
+
readonly propertyNames: {
|
|
275
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
276
|
+
};
|
|
277
|
+
};
|
|
278
|
+
readonly Version: {
|
|
279
|
+
readonly title: "Version";
|
|
280
|
+
readonly description: "A value of the store's monotonic write counter. Server-assigned; a producer never chooses one.";
|
|
281
|
+
readonly type: "integer";
|
|
282
|
+
readonly minimum: 1;
|
|
283
|
+
};
|
|
284
|
+
readonly Ulid: {
|
|
285
|
+
readonly title: "Ulid";
|
|
286
|
+
readonly description: "A ULID in Crockford base32, uppercase. Used for `attributeId` and `profileId`. Chosen over a UUID because the leading 48 bits are a timestamp, so a key-ordered scan of the store is also creation-ordered and a `list` needs no secondary sort. Server-assigned on create; a producer MAY supply one to make a create idempotent, and a maintainer MUST reject a supplied value that already exists rather than silently overwriting.";
|
|
287
|
+
readonly type: "string";
|
|
288
|
+
readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
|
|
289
|
+
};
|
|
290
|
+
readonly ExpectedVersion: {
|
|
291
|
+
readonly title: "ExpectedVersion";
|
|
292
|
+
readonly description: "Optimistic-concurrency precondition. A positive value requires the record's current `version` to equal it exactly; zero means create-only and applies only when no live record exists at the address.";
|
|
293
|
+
readonly type: "integer";
|
|
294
|
+
readonly minimum: 0;
|
|
295
|
+
};
|
|
296
|
+
};
|
|
297
|
+
};
|
|
298
|
+
/**
|
|
299
|
+
* SPEC.md §7.2 policy for the request variant, from this specification's
|
|
300
|
+
* front matter. Pass to `consumeInbound` — items 5b, 7 and 8 are
|
|
301
|
+
* per-specification and cannot be derived from the document alone, and
|
|
302
|
+
* item 2 needs the schema this carries.
|
|
303
|
+
*/
|
|
304
|
+
export declare const SPEC: {
|
|
305
|
+
readonly typeUri: "https://trusttasks.org/spec/persona/binding/set/1.0";
|
|
306
|
+
readonly isBearer: false;
|
|
307
|
+
readonly isProofRequired: true;
|
|
308
|
+
readonly isRecipientRequired: true;
|
|
309
|
+
readonly isIssuedAtRequired: true;
|
|
310
|
+
readonly payloadSchema: {
|
|
311
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
312
|
+
readonly $id: "https://trusttasks.org/spec/persona/binding/set/1.0";
|
|
313
|
+
readonly title: "Persona Binding Set — payload";
|
|
314
|
+
readonly description: "Assign a profile to a persona DID within a context, or clear the assignment. This is the step that pushes a composition across the context boundary: the maintainer materialises the profile into the context, and a context never reaches back the other way.";
|
|
315
|
+
readonly type: "object";
|
|
316
|
+
readonly additionalProperties: false;
|
|
317
|
+
readonly required: readonly ["contextId", "personaDid"];
|
|
318
|
+
readonly properties: {
|
|
319
|
+
readonly contextId: {
|
|
320
|
+
readonly type: "string";
|
|
321
|
+
readonly minLength: 1;
|
|
322
|
+
readonly description: "The context the persona lives in. The binding is context-scoped even though the profile it names is not.";
|
|
323
|
+
};
|
|
324
|
+
readonly personaDid: {
|
|
325
|
+
readonly type: "string";
|
|
326
|
+
readonly minLength: 1;
|
|
327
|
+
readonly maxLength: 2048;
|
|
328
|
+
readonly description: "The persona being bound.";
|
|
329
|
+
};
|
|
330
|
+
readonly profileId: {
|
|
331
|
+
readonly oneOf: readonly [{
|
|
332
|
+
readonly $ref: "#/$defs/Ulid";
|
|
333
|
+
}, {
|
|
334
|
+
readonly type: "null";
|
|
335
|
+
}];
|
|
336
|
+
readonly description: "The profile to bind, or null to clear. Null is a first-class value and not an omission: a persona with no profile is a legitimate, common state — a throwaway identity that presents nothing — and the schema says so rather than leaving a consumer to infer it from an absent member.";
|
|
337
|
+
};
|
|
338
|
+
readonly publicEntries: {
|
|
339
|
+
readonly type: "array";
|
|
340
|
+
readonly maxItems: 32;
|
|
341
|
+
readonly items: {
|
|
342
|
+
readonly $ref: "#/$defs/Ulid";
|
|
343
|
+
};
|
|
344
|
+
readonly description: "Attributes the holder opts into publishing on the persona's own DID document or equivalent public surface. Empty by default and MUST remain empty unless explicitly set: everything else is a per-verifier projection, and a published value is one document every relying party sees identically — a permanent correlation point the rest of this family exists to avoid.";
|
|
345
|
+
};
|
|
346
|
+
readonly expectedVersion: {
|
|
347
|
+
readonly $ref: "#/$defs/ExpectedVersion";
|
|
348
|
+
};
|
|
349
|
+
readonly ext: {
|
|
350
|
+
readonly $ref: "#/$defs/Ext";
|
|
351
|
+
};
|
|
352
|
+
};
|
|
353
|
+
readonly $defs: {
|
|
354
|
+
readonly Response: {
|
|
355
|
+
readonly $anchor: "response";
|
|
356
|
+
readonly title: "Persona Binding Set — response payload";
|
|
357
|
+
readonly description: "Success response to persona/binding/set. Type https://trusttasks.org/spec/persona/binding/set/1.0#response.";
|
|
358
|
+
readonly type: "object";
|
|
359
|
+
readonly additionalProperties: false;
|
|
360
|
+
readonly required: readonly ["contextId", "personaDid", "version", "boundAt"];
|
|
361
|
+
readonly properties: {
|
|
362
|
+
readonly contextId: {
|
|
363
|
+
readonly type: "string";
|
|
364
|
+
readonly minLength: 1;
|
|
365
|
+
};
|
|
366
|
+
readonly personaDid: {
|
|
367
|
+
readonly type: "string";
|
|
368
|
+
readonly minLength: 1;
|
|
369
|
+
};
|
|
370
|
+
readonly profileId: {
|
|
371
|
+
readonly oneOf: readonly [{
|
|
372
|
+
readonly $ref: "#/$defs/Ulid";
|
|
373
|
+
}, {
|
|
374
|
+
readonly type: "null";
|
|
375
|
+
}];
|
|
376
|
+
};
|
|
377
|
+
readonly version: {
|
|
378
|
+
readonly $ref: "#/$defs/Version";
|
|
379
|
+
};
|
|
380
|
+
readonly materialisedClaimCount: {
|
|
381
|
+
readonly type: "integer";
|
|
382
|
+
readonly minimum: 0;
|
|
383
|
+
readonly description: "How many claims were materialised into the context by this binding. A count, so the holder can see that a push happened and how large it was without the response restating the values.";
|
|
384
|
+
};
|
|
385
|
+
readonly correlation: {
|
|
386
|
+
readonly type: "object";
|
|
387
|
+
readonly additionalProperties: false;
|
|
388
|
+
readonly required: readonly ["severity"];
|
|
389
|
+
readonly description: "Advisory. Correlation is scored HERE as well as at composition, because composing is hypothetical and binding is when a value actually crosses into a context. Binding one profile to a second persona is reported at `high` unconditionally: that act makes the two personas the same person by construction.";
|
|
390
|
+
readonly properties: {
|
|
391
|
+
readonly severity: {
|
|
392
|
+
readonly type: "string";
|
|
393
|
+
readonly enum: readonly ["none", "low", "high"];
|
|
394
|
+
};
|
|
395
|
+
readonly alsoBoundPersonaCount: {
|
|
396
|
+
readonly type: "integer";
|
|
397
|
+
readonly minimum: 0;
|
|
398
|
+
readonly description: "How many other personas are bound to this same profile. A count, not identifiers.";
|
|
399
|
+
};
|
|
400
|
+
};
|
|
401
|
+
};
|
|
402
|
+
readonly boundAt: {
|
|
403
|
+
readonly type: "string";
|
|
404
|
+
readonly format: "date-time";
|
|
405
|
+
};
|
|
406
|
+
readonly ext: {
|
|
407
|
+
readonly $ref: "#/$defs/Ext";
|
|
408
|
+
};
|
|
409
|
+
};
|
|
410
|
+
};
|
|
411
|
+
readonly Ext: {
|
|
412
|
+
readonly title: "Ext";
|
|
413
|
+
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.";
|
|
414
|
+
readonly type: "object";
|
|
415
|
+
readonly minProperties: 1;
|
|
416
|
+
readonly additionalProperties: true;
|
|
417
|
+
readonly propertyNames: {
|
|
418
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
419
|
+
};
|
|
420
|
+
};
|
|
421
|
+
readonly Version: {
|
|
422
|
+
readonly title: "Version";
|
|
423
|
+
readonly description: "A value of the store's monotonic write counter. Server-assigned; a producer never chooses one.";
|
|
424
|
+
readonly type: "integer";
|
|
425
|
+
readonly minimum: 1;
|
|
426
|
+
};
|
|
427
|
+
readonly Ulid: {
|
|
428
|
+
readonly title: "Ulid";
|
|
429
|
+
readonly description: "A ULID in Crockford base32, uppercase. Used for `attributeId` and `profileId`. Chosen over a UUID because the leading 48 bits are a timestamp, so a key-ordered scan of the store is also creation-ordered and a `list` needs no secondary sort. Server-assigned on create; a producer MAY supply one to make a create idempotent, and a maintainer MUST reject a supplied value that already exists rather than silently overwriting.";
|
|
430
|
+
readonly type: "string";
|
|
431
|
+
readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
|
|
432
|
+
};
|
|
433
|
+
readonly ExpectedVersion: {
|
|
434
|
+
readonly title: "ExpectedVersion";
|
|
435
|
+
readonly description: "Optimistic-concurrency precondition. A positive value requires the record's current `version` to equal it exactly; zero means create-only and applies only when no live record exists at the address.";
|
|
436
|
+
readonly type: "integer";
|
|
437
|
+
readonly minimum: 0;
|
|
438
|
+
};
|
|
439
|
+
};
|
|
440
|
+
};
|
|
441
|
+
};
|
|
442
|
+
/**
|
|
443
|
+
* SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
|
|
444
|
+
* tracks the *issuer* party's requirement because a response swaps the
|
|
445
|
+
* parties (§7.3 item 5).
|
|
446
|
+
*/
|
|
447
|
+
export declare const RESPONSE_SPEC: {
|
|
448
|
+
readonly typeUri: "https://trusttasks.org/spec/persona/binding/set/1.0#response";
|
|
449
|
+
readonly isBearer: false;
|
|
450
|
+
readonly isProofRequired: true;
|
|
451
|
+
readonly isRecipientRequired: true;
|
|
452
|
+
readonly isIssuedAtRequired: true;
|
|
453
|
+
readonly payloadSchema: {
|
|
454
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
455
|
+
readonly $ref: "#/$defs/Response";
|
|
456
|
+
readonly $defs: {
|
|
457
|
+
readonly Response: {
|
|
458
|
+
readonly $anchor: "response";
|
|
459
|
+
readonly title: "Persona Binding Set — response payload";
|
|
460
|
+
readonly description: "Success response to persona/binding/set. Type https://trusttasks.org/spec/persona/binding/set/1.0#response.";
|
|
461
|
+
readonly type: "object";
|
|
462
|
+
readonly additionalProperties: false;
|
|
463
|
+
readonly required: readonly ["contextId", "personaDid", "version", "boundAt"];
|
|
464
|
+
readonly properties: {
|
|
465
|
+
readonly contextId: {
|
|
466
|
+
readonly type: "string";
|
|
467
|
+
readonly minLength: 1;
|
|
468
|
+
};
|
|
469
|
+
readonly personaDid: {
|
|
470
|
+
readonly type: "string";
|
|
471
|
+
readonly minLength: 1;
|
|
472
|
+
};
|
|
473
|
+
readonly profileId: {
|
|
474
|
+
readonly oneOf: readonly [{
|
|
475
|
+
readonly $ref: "#/$defs/Ulid";
|
|
476
|
+
}, {
|
|
477
|
+
readonly type: "null";
|
|
478
|
+
}];
|
|
479
|
+
};
|
|
480
|
+
readonly version: {
|
|
481
|
+
readonly $ref: "#/$defs/Version";
|
|
482
|
+
};
|
|
483
|
+
readonly materialisedClaimCount: {
|
|
484
|
+
readonly type: "integer";
|
|
485
|
+
readonly minimum: 0;
|
|
486
|
+
readonly description: "How many claims were materialised into the context by this binding. A count, so the holder can see that a push happened and how large it was without the response restating the values.";
|
|
487
|
+
};
|
|
488
|
+
readonly correlation: {
|
|
489
|
+
readonly type: "object";
|
|
490
|
+
readonly additionalProperties: false;
|
|
491
|
+
readonly required: readonly ["severity"];
|
|
492
|
+
readonly description: "Advisory. Correlation is scored HERE as well as at composition, because composing is hypothetical and binding is when a value actually crosses into a context. Binding one profile to a second persona is reported at `high` unconditionally: that act makes the two personas the same person by construction.";
|
|
493
|
+
readonly properties: {
|
|
494
|
+
readonly severity: {
|
|
495
|
+
readonly type: "string";
|
|
496
|
+
readonly enum: readonly ["none", "low", "high"];
|
|
497
|
+
};
|
|
498
|
+
readonly alsoBoundPersonaCount: {
|
|
499
|
+
readonly type: "integer";
|
|
500
|
+
readonly minimum: 0;
|
|
501
|
+
readonly description: "How many other personas are bound to this same profile. A count, not identifiers.";
|
|
502
|
+
};
|
|
503
|
+
};
|
|
504
|
+
};
|
|
505
|
+
readonly boundAt: {
|
|
506
|
+
readonly type: "string";
|
|
507
|
+
readonly format: "date-time";
|
|
508
|
+
};
|
|
509
|
+
readonly ext: {
|
|
510
|
+
readonly $ref: "#/$defs/Ext";
|
|
511
|
+
};
|
|
512
|
+
};
|
|
513
|
+
};
|
|
514
|
+
readonly Ext: {
|
|
515
|
+
readonly title: "Ext";
|
|
516
|
+
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.";
|
|
517
|
+
readonly type: "object";
|
|
518
|
+
readonly minProperties: 1;
|
|
519
|
+
readonly additionalProperties: true;
|
|
520
|
+
readonly propertyNames: {
|
|
521
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
522
|
+
};
|
|
523
|
+
};
|
|
524
|
+
readonly Version: {
|
|
525
|
+
readonly title: "Version";
|
|
526
|
+
readonly description: "A value of the store's monotonic write counter. Server-assigned; a producer never chooses one.";
|
|
527
|
+
readonly type: "integer";
|
|
528
|
+
readonly minimum: 1;
|
|
529
|
+
};
|
|
530
|
+
readonly Ulid: {
|
|
531
|
+
readonly title: "Ulid";
|
|
532
|
+
readonly description: "A ULID in Crockford base32, uppercase. Used for `attributeId` and `profileId`. Chosen over a UUID because the leading 48 bits are a timestamp, so a key-ordered scan of the store is also creation-ordered and a `list` needs no secondary sort. Server-assigned on create; a producer MAY supply one to make a create idempotent, and a maintainer MUST reject a supplied value that already exists rather than silently overwriting.";
|
|
533
|
+
readonly type: "string";
|
|
534
|
+
readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
|
|
535
|
+
};
|
|
536
|
+
readonly ExpectedVersion: {
|
|
537
|
+
readonly title: "ExpectedVersion";
|
|
538
|
+
readonly description: "Optimistic-concurrency precondition. A positive value requires the record's current `version` to equal it exactly; zero means create-only and applies only when no live record exists at the address.";
|
|
539
|
+
readonly type: "integer";
|
|
540
|
+
readonly minimum: 0;
|
|
541
|
+
};
|
|
542
|
+
};
|
|
543
|
+
};
|
|
544
|
+
};
|
|
545
|
+
//# sourceMappingURL=payload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payload.d.ts","sourceRoot":"","sources":["../../../../../src/persona/binding/set/1.0/payload.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,2BAA2B,IAAI,eAAe,EAAE,GAAG,EAAE,IAAI,EAAE,mBAAmB,IAAI,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAGnJ;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,EAAE,CAAC;IACvB,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AACD;;GAEG;AACH,MAAM,WAAW,gCAAgC;IAC/C,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC;;OAEG;IACH,WAAW,CAAC,EAAE;QACZ,QAAQ,EAAE,MAAM,GAAG,KAAK,GAAG,MAAM,CAAC;QAClC;;WAEG;QACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;KAChC,CAAC;IACF,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AAED,kHAAkH;AAClH,YAAY,EAAE,eAAe,EAAE,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;AAEpD,2BAA2B;AAC3B,eAAO,MAAM,QAAQ,EAAG,qDAA8D,CAAC;AAEvF,mEAAmE;AACnE,MAAM,MAAM,OAAO,GAAG,wBAAwB,CAAC;AAE/C,qEAAqE;AACrE,eAAO,MAAM,iBAAiB,EAAG,8DAAuE,CAAC;AAEzG,4EAA4E;AAC5E,MAAM,MAAM,QAAQ,GAAG,gCAAgC,CAAC;AAExD;;;;;;;;GAQG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsJjB,CAAC;AAEX,mEAAmE;AACnE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwG1B,CAAC;AAEX;;;;;GAKG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOP,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOhB,CAAC"}
|