@openvtc/trust-tasks 0.16.9 → 0.16.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/CHANGELOG.md +220 -0
  2. package/dist/_shared/components.d.ts +206 -5
  3. package/dist/_shared/components.d.ts.map +1 -1
  4. package/dist/index.d.ts +27 -0
  5. package/dist/index.d.ts.map +1 -1
  6. package/dist/index.js +27 -0
  7. package/dist/index.js.map +1 -1
  8. package/dist/persona/_shared/0.1/persona-record.d.ts +22 -0
  9. package/dist/persona/_shared/0.1/persona-record.d.ts.map +1 -0
  10. package/dist/persona/_shared/0.1/persona-record.js +6 -0
  11. package/dist/persona/_shared/0.1/persona-record.js.map +1 -0
  12. package/dist/persona/attribute/delete/1.0/payload.d.ts +351 -0
  13. package/dist/persona/attribute/delete/1.0/payload.d.ts.map +1 -0
  14. package/dist/persona/attribute/delete/1.0/payload.js +188 -0
  15. package/dist/persona/attribute/delete/1.0/payload.js.map +1 -0
  16. package/dist/persona/attribute/list/1.0/payload.d.ts +895 -0
  17. package/dist/persona/attribute/list/1.0/payload.d.ts.map +1 -0
  18. package/dist/persona/attribute/list/1.0/payload.js +530 -0
  19. package/dist/persona/attribute/list/1.0/payload.js.map +1 -0
  20. package/dist/persona/attribute/put/1.0/payload.d.ts +829 -0
  21. package/dist/persona/attribute/put/1.0/payload.d.ts.map +1 -0
  22. package/dist/persona/attribute/put/1.0/payload.js +487 -0
  23. package/dist/persona/attribute/put/1.0/payload.js.map +1 -0
  24. package/dist/persona/binding/get/1.0/payload.d.ts +382 -0
  25. package/dist/persona/binding/get/1.0/payload.d.ts.map +1 -0
  26. package/dist/persona/binding/get/1.0/payload.js +206 -0
  27. package/dist/persona/binding/get/1.0/payload.js.map +1 -0
  28. package/dist/persona/binding/list/1.0/payload.d.ts +387 -0
  29. package/dist/persona/binding/list/1.0/payload.d.ts.map +1 -0
  30. package/dist/persona/binding/list/1.0/payload.js +210 -0
  31. package/dist/persona/binding/list/1.0/payload.js.map +1 -0
  32. package/dist/persona/binding/set/1.0/payload.d.ts +545 -0
  33. package/dist/persona/binding/set/1.0/payload.d.ts.map +1 -0
  34. package/dist/persona/binding/set/1.0/payload.js +302 -0
  35. package/dist/persona/binding/set/1.0/payload.js.map +1 -0
  36. package/dist/persona/contact/delete/1.0/payload.d.ts +313 -0
  37. package/dist/persona/contact/delete/1.0/payload.d.ts.map +1 -0
  38. package/dist/persona/contact/delete/1.0/payload.js +174 -0
  39. package/dist/persona/contact/delete/1.0/payload.js.map +1 -0
  40. package/dist/persona/contact/get/1.0/payload.d.ts +1027 -0
  41. package/dist/persona/contact/get/1.0/payload.d.ts.map +1 -0
  42. package/dist/persona/contact/get/1.0/payload.js +606 -0
  43. package/dist/persona/contact/get/1.0/payload.js.map +1 -0
  44. package/dist/persona/contact/list/1.0/payload.d.ts +490 -0
  45. package/dist/persona/contact/list/1.0/payload.d.ts.map +1 -0
  46. package/dist/persona/contact/list/1.0/payload.js +262 -0
  47. package/dist/persona/contact/list/1.0/payload.js.map +1 -0
  48. package/dist/persona/contact/put/1.0/payload.d.ts +885 -0
  49. package/dist/persona/contact/put/1.0/payload.d.ts.map +1 -0
  50. package/dist/persona/contact/put/1.0/payload.js +518 -0
  51. package/dist/persona/contact/put/1.0/payload.js.map +1 -0
  52. package/dist/persona/correlation/analyze/1.0/payload.d.ts +648 -0
  53. package/dist/persona/correlation/analyze/1.0/payload.d.ts.map +1 -0
  54. package/dist/persona/correlation/analyze/1.0/payload.js +338 -0
  55. package/dist/persona/correlation/analyze/1.0/payload.js.map +1 -0
  56. package/dist/persona/disclosure/history/1.0/payload.d.ts +639 -0
  57. package/dist/persona/disclosure/history/1.0/payload.d.ts.map +1 -0
  58. package/dist/persona/disclosure/history/1.0/payload.js +339 -0
  59. package/dist/persona/disclosure/history/1.0/payload.js.map +1 -0
  60. package/dist/persona/disclosure/present/1.0/payload.d.ts +400 -0
  61. package/dist/persona/disclosure/present/1.0/payload.d.ts.map +1 -0
  62. package/dist/persona/disclosure/present/1.0/payload.js +211 -0
  63. package/dist/persona/disclosure/present/1.0/payload.js.map +1 -0
  64. package/dist/persona/disclosure/preview/1.0/payload.d.ts +858 -0
  65. package/dist/persona/disclosure/preview/1.0/payload.d.ts.map +1 -0
  66. package/dist/persona/disclosure/preview/1.0/payload.js +480 -0
  67. package/dist/persona/disclosure/preview/1.0/payload.js.map +1 -0
  68. package/dist/persona/local/binding/set/1.0/payload.d.ts +394 -0
  69. package/dist/persona/local/binding/set/1.0/payload.d.ts.map +1 -0
  70. package/dist/persona/local/binding/set/1.0/payload.js +226 -0
  71. package/dist/persona/local/binding/set/1.0/payload.js.map +1 -0
  72. package/dist/persona/local/profile/delete/1.0/payload.d.ts +311 -0
  73. package/dist/persona/local/profile/delete/1.0/payload.d.ts.map +1 -0
  74. package/dist/persona/local/profile/delete/1.0/payload.js +173 -0
  75. package/dist/persona/local/profile/delete/1.0/payload.js.map +1 -0
  76. package/dist/persona/local/profile/get/1.0/payload.d.ts +368 -0
  77. package/dist/persona/local/profile/get/1.0/payload.d.ts.map +1 -0
  78. package/dist/persona/local/profile/get/1.0/payload.js +210 -0
  79. package/dist/persona/local/profile/get/1.0/payload.js.map +1 -0
  80. package/dist/persona/local/profile/list/1.0/payload.d.ts +387 -0
  81. package/dist/persona/local/profile/list/1.0/payload.d.ts.map +1 -0
  82. package/dist/persona/local/profile/list/1.0/payload.js +214 -0
  83. package/dist/persona/local/profile/list/1.0/payload.js.map +1 -0
  84. package/dist/persona/local/profile/put/1.0/payload.d.ts +545 -0
  85. package/dist/persona/local/profile/put/1.0/payload.d.ts.map +1 -0
  86. package/dist/persona/local/profile/put/1.0/payload.js +315 -0
  87. package/dist/persona/local/profile/put/1.0/payload.js.map +1 -0
  88. package/dist/persona/profile/delete/1.0/payload.d.ts +350 -0
  89. package/dist/persona/profile/delete/1.0/payload.d.ts.map +1 -0
  90. package/dist/persona/profile/delete/1.0/payload.js +189 -0
  91. package/dist/persona/profile/delete/1.0/payload.js.map +1 -0
  92. package/dist/persona/profile/get/1.0/payload.d.ts +1307 -0
  93. package/dist/persona/profile/get/1.0/payload.d.ts.map +1 -0
  94. package/dist/persona/profile/get/1.0/payload.js +802 -0
  95. package/dist/persona/profile/get/1.0/payload.js.map +1 -0
  96. package/dist/persona/profile/list/1.0/payload.d.ts +1120 -0
  97. package/dist/persona/profile/list/1.0/payload.d.ts.map +1 -0
  98. package/dist/persona/profile/list/1.0/payload.js +680 -0
  99. package/dist/persona/profile/list/1.0/payload.js.map +1 -0
  100. package/dist/persona/profile/put/1.0/payload.d.ts +1115 -0
  101. package/dist/persona/profile/put/1.0/payload.d.ts.map +1 -0
  102. package/dist/persona/profile/put/1.0/payload.js +675 -0
  103. package/dist/persona/profile/put/1.0/payload.js.map +1 -0
  104. package/dist/persona/renderers/list/1.0/payload.d.ts +362 -0
  105. package/dist/persona/renderers/list/1.0/payload.d.ts.map +1 -0
  106. package/dist/persona/renderers/list/1.0/payload.js +197 -0
  107. package/dist/persona/renderers/list/1.0/payload.js.map +1 -0
  108. package/dist/rooms/owner/claim/0.1/payload.d.ts +391 -0
  109. package/dist/rooms/owner/claim/0.1/payload.d.ts.map +1 -0
  110. package/dist/rooms/owner/claim/0.1/payload.js +214 -0
  111. package/dist/rooms/owner/claim/0.1/payload.js.map +1 -0
  112. package/dist/rooms/owner/transfer/0.1/payload.d.ts +391 -0
  113. package/dist/rooms/owner/transfer/0.1/payload.d.ts.map +1 -0
  114. package/dist/rooms/owner/transfer/0.1/payload.js +214 -0
  115. package/dist/rooms/owner/transfer/0.1/payload.js.map +1 -0
  116. package/dist/vta/_shared/0.1/app-state-record.d.ts +1 -1
  117. package/dist/vta/_shared/0.1/app-state-record.d.ts.map +1 -1
  118. package/dist/vta/app-state/delete/1.0/payload.d.ts +1 -1
  119. package/dist/vta/app-state/delete/1.0/payload.d.ts.map +1 -1
  120. package/dist/vta/app-state/get/1.0/payload.d.ts +1 -1
  121. package/dist/vta/app-state/get/1.0/payload.d.ts.map +1 -1
  122. package/dist/vta/app-state/get-many/1.0/payload.d.ts +1 -1
  123. package/dist/vta/app-state/get-many/1.0/payload.d.ts.map +1 -1
  124. package/dist/vta/app-state/list/1.0/payload.d.ts +1 -1
  125. package/dist/vta/app-state/list/1.0/payload.d.ts.map +1 -1
  126. package/dist/vta/app-state/put/1.0/payload.d.ts +1 -1
  127. package/dist/vta/app-state/put/1.0/payload.d.ts.map +1 -1
  128. package/dist/vta/app-state/put-many/1.0/payload.d.ts +1 -1
  129. package/dist/vta/app-state/put-many/1.0/payload.d.ts.map +1 -1
  130. package/package.json +1 -1
  131. package/src/_shared/components.ts +213 -5
  132. package/src/index.ts +27 -0
  133. package/src/persona/_shared/0.1/persona-record.ts +23 -0
  134. package/src/persona/attribute/delete/1.0/payload.ts +238 -0
  135. package/src/persona/attribute/list/1.0/payload.ts +588 -0
  136. package/src/persona/attribute/put/1.0/payload.ts +559 -0
  137. package/src/persona/binding/get/1.0/payload.ts +257 -0
  138. package/src/persona/binding/list/1.0/payload.ts +260 -0
  139. package/src/persona/binding/set/1.0/payload.ts +370 -0
  140. package/src/persona/contact/delete/1.0/payload.ts +216 -0
  141. package/src/persona/contact/get/1.0/payload.ts +662 -0
  142. package/src/persona/contact/list/1.0/payload.ts +323 -0
  143. package/src/persona/contact/put/1.0/payload.ts +580 -0
  144. package/src/persona/correlation/analyze/1.0/payload.ts +466 -0
  145. package/src/persona/disclosure/history/1.0/payload.ts +415 -0
  146. package/src/persona/disclosure/present/1.0/payload.ts +274 -0
  147. package/src/persona/disclosure/preview/1.0/payload.ts +597 -0
  148. package/src/persona/local/binding/set/1.0/payload.ts +267 -0
  149. package/src/persona/local/profile/delete/1.0/payload.ts +215 -0
  150. package/src/persona/local/profile/get/1.0/payload.ts +251 -0
  151. package/src/persona/local/profile/list/1.0/payload.ts +260 -0
  152. package/src/persona/local/profile/put/1.0/payload.ts +373 -0
  153. package/src/persona/profile/delete/1.0/payload.ts +236 -0
  154. package/src/persona/profile/get/1.0/payload.ts +844 -0
  155. package/src/persona/profile/list/1.0/payload.ts +723 -0
  156. package/src/persona/profile/put/1.0/payload.ts +741 -0
  157. package/src/persona/renderers/list/1.0/payload.ts +248 -0
  158. package/src/rooms/owner/claim/0.1/payload.ts +268 -0
  159. package/src/rooms/owner/transfer/0.1/payload.ts +268 -0
  160. package/src/vta/_shared/0.1/app-state-record.ts +1 -1
  161. package/src/vta/app-state/delete/1.0/payload.ts +1 -1
  162. package/src/vta/app-state/get/1.0/payload.ts +1 -1
  163. package/src/vta/app-state/get-many/1.0/payload.ts +1 -1
  164. package/src/vta/app-state/list/1.0/payload.ts +1 -1
  165. package/src/vta/app-state/put/1.0/payload.ts +1 -1
  166. package/src/vta/app-state/put-many/1.0/payload.ts +1 -1
@@ -0,0 +1,382 @@
1
+ /**
2
+ * Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
3
+ * Source: specs/persona/binding/get/1.0/payload.schema.json
4
+ */
5
+ import type { Ext, Ulid } from "../../../../_shared/components.js";
6
+ /**
7
+ * Read the binding for one persona in a context: whether a profile is bound, and its label — never its contents.
8
+ */
9
+ export interface PersonaBindingGetPayload {
10
+ contextId: string;
11
+ personaDid: string;
12
+ ext?: Ext;
13
+ }
14
+ /**
15
+ * Success response to persona/binding/get. Type https://trusttasks.org/spec/persona/binding/get/1.0#response. This task is context-callable, which is why the response is deliberately thin: an application in the context learns THAT a profile is bound and what the holder calls it, and never what it contains. Contents reach an application only through the disclosure path, where the holder sees a preview first.
16
+ */
17
+ export interface PersonaBindingGetResponsePayload {
18
+ contextId: string;
19
+ personaDid: string;
20
+ /**
21
+ * Whether a profile is bound. False is a normal state, not an error — a persona need not have a profile.
22
+ */
23
+ bound: boolean;
24
+ /**
25
+ * Present when bound. An identifier only; a context-scoped caller cannot resolve it, because profile reads are holder-authorized.
26
+ */
27
+ profileId?: Ulid;
28
+ /**
29
+ * The holder's label for the bound profile, so an application can show which identity is in use. Names a composition; reveals none of it.
30
+ */
31
+ profileName?: string;
32
+ /**
33
+ * How many claims the materialised projection holds. Lets an application render "12 details available" without obtaining any of them.
34
+ */
35
+ claimCount?: number;
36
+ boundAt?: string;
37
+ ext?: Ext;
38
+ }
39
+ /** Shared definitions this specification references, re-exported under the names it used to declare them with. */
40
+ export type { Ext, Ulid };
41
+ /** Trust Task type URI. */
42
+ export declare const TYPE_URI: "https://trusttasks.org/spec/persona/binding/get/1.0";
43
+ /** Stable alias for this specification's request payload shape. */
44
+ export type Payload = PersonaBindingGetPayload;
45
+ /** Trust Task response type URI (request type URI + "#response"). */
46
+ export declare const RESPONSE_TYPE_URI: "https://trusttasks.org/spec/persona/binding/get/1.0#response";
47
+ /** Stable alias for this specification's success-response payload shape. */
48
+ export type Response = PersonaBindingGetResponsePayload;
49
+ /**
50
+ * This specification's payload schema, as a value.
51
+ *
52
+ * SPEC.md §7.2 item 2 is performed against this. It is shipped as data
53
+ * rather than only as a `.json` file because TypeScript types are erased
54
+ * at runtime: without a schema a consumer has nothing to validate, and
55
+ * every REQUIRED payload member is optional in practice. Cross-file
56
+ * `$ref`s are already inlined, so it needs no resolver.
57
+ */
58
+ export declare const PAYLOAD_SCHEMA: {
59
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
60
+ readonly $id: "https://trusttasks.org/spec/persona/binding/get/1.0";
61
+ readonly title: "Persona Binding Get — payload";
62
+ readonly description: "Read the binding for one persona in a context: whether a profile is bound, and its label — never its contents.";
63
+ readonly type: "object";
64
+ readonly additionalProperties: false;
65
+ readonly required: readonly ["contextId", "personaDid"];
66
+ readonly properties: {
67
+ readonly contextId: {
68
+ readonly type: "string";
69
+ readonly minLength: 1;
70
+ };
71
+ readonly personaDid: {
72
+ readonly type: "string";
73
+ readonly minLength: 1;
74
+ readonly maxLength: 2048;
75
+ };
76
+ readonly ext: {
77
+ readonly $ref: "#/$defs/Ext";
78
+ };
79
+ };
80
+ readonly $defs: {
81
+ readonly Response: {
82
+ readonly $anchor: "response";
83
+ readonly title: "Persona Binding Get — response payload";
84
+ readonly description: "Success response to persona/binding/get. Type https://trusttasks.org/spec/persona/binding/get/1.0#response. This task is context-callable, which is why the response is deliberately thin: an application in the context learns THAT a profile is bound and what the holder calls it, and never what it contains. Contents reach an application only through the disclosure path, where the holder sees a preview first.";
85
+ readonly type: "object";
86
+ readonly additionalProperties: false;
87
+ readonly required: readonly ["contextId", "personaDid", "bound"];
88
+ readonly properties: {
89
+ readonly contextId: {
90
+ readonly type: "string";
91
+ readonly minLength: 1;
92
+ };
93
+ readonly personaDid: {
94
+ readonly type: "string";
95
+ readonly minLength: 1;
96
+ };
97
+ readonly bound: {
98
+ readonly type: "boolean";
99
+ readonly description: "Whether a profile is bound. False is a normal state, not an error — a persona need not have a profile.";
100
+ };
101
+ readonly profileId: {
102
+ readonly $ref: "#/$defs/Ulid";
103
+ readonly description: "Present when bound. An identifier only; a context-scoped caller cannot resolve it, because profile reads are holder-authorized.";
104
+ };
105
+ readonly profileName: {
106
+ readonly type: "string";
107
+ readonly maxLength: 128;
108
+ readonly description: "The holder's label for the bound profile, so an application can show which identity is in use. Names a composition; reveals none of it.";
109
+ };
110
+ readonly claimCount: {
111
+ readonly type: "integer";
112
+ readonly minimum: 0;
113
+ readonly description: "How many claims the materialised projection holds. Lets an application render \"12 details available\" without obtaining any of them.";
114
+ };
115
+ readonly boundAt: {
116
+ readonly type: "string";
117
+ readonly format: "date-time";
118
+ };
119
+ readonly ext: {
120
+ readonly $ref: "#/$defs/Ext";
121
+ };
122
+ };
123
+ };
124
+ readonly Ext: {
125
+ readonly title: "Ext";
126
+ 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.";
127
+ readonly type: "object";
128
+ readonly minProperties: 1;
129
+ readonly additionalProperties: true;
130
+ readonly propertyNames: {
131
+ readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
132
+ };
133
+ };
134
+ readonly Ulid: {
135
+ readonly title: "Ulid";
136
+ 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.";
137
+ readonly type: "string";
138
+ readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
139
+ };
140
+ };
141
+ };
142
+ /** As {@link PAYLOAD_SCHEMA}, for the success-response variant. */
143
+ export declare const RESPONSE_PAYLOAD_SCHEMA: {
144
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
145
+ readonly $ref: "#/$defs/Response";
146
+ readonly $defs: {
147
+ readonly Response: {
148
+ readonly $anchor: "response";
149
+ readonly title: "Persona Binding Get — response payload";
150
+ readonly description: "Success response to persona/binding/get. Type https://trusttasks.org/spec/persona/binding/get/1.0#response. This task is context-callable, which is why the response is deliberately thin: an application in the context learns THAT a profile is bound and what the holder calls it, and never what it contains. Contents reach an application only through the disclosure path, where the holder sees a preview first.";
151
+ readonly type: "object";
152
+ readonly additionalProperties: false;
153
+ readonly required: readonly ["contextId", "personaDid", "bound"];
154
+ readonly properties: {
155
+ readonly contextId: {
156
+ readonly type: "string";
157
+ readonly minLength: 1;
158
+ };
159
+ readonly personaDid: {
160
+ readonly type: "string";
161
+ readonly minLength: 1;
162
+ };
163
+ readonly bound: {
164
+ readonly type: "boolean";
165
+ readonly description: "Whether a profile is bound. False is a normal state, not an error — a persona need not have a profile.";
166
+ };
167
+ readonly profileId: {
168
+ readonly $ref: "#/$defs/Ulid";
169
+ readonly description: "Present when bound. An identifier only; a context-scoped caller cannot resolve it, because profile reads are holder-authorized.";
170
+ };
171
+ readonly profileName: {
172
+ readonly type: "string";
173
+ readonly maxLength: 128;
174
+ readonly description: "The holder's label for the bound profile, so an application can show which identity is in use. Names a composition; reveals none of it.";
175
+ };
176
+ readonly claimCount: {
177
+ readonly type: "integer";
178
+ readonly minimum: 0;
179
+ readonly description: "How many claims the materialised projection holds. Lets an application render \"12 details available\" without obtaining any of them.";
180
+ };
181
+ readonly boundAt: {
182
+ readonly type: "string";
183
+ readonly format: "date-time";
184
+ };
185
+ readonly ext: {
186
+ readonly $ref: "#/$defs/Ext";
187
+ };
188
+ };
189
+ };
190
+ readonly Ext: {
191
+ readonly title: "Ext";
192
+ 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.";
193
+ readonly type: "object";
194
+ readonly minProperties: 1;
195
+ readonly additionalProperties: true;
196
+ readonly propertyNames: {
197
+ readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
198
+ };
199
+ };
200
+ readonly Ulid: {
201
+ readonly title: "Ulid";
202
+ 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.";
203
+ readonly type: "string";
204
+ readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
205
+ };
206
+ };
207
+ };
208
+ /**
209
+ * SPEC.md §7.2 policy for the request variant, from this specification's
210
+ * front matter. Pass to `consumeInbound` — items 5b, 7 and 8 are
211
+ * per-specification and cannot be derived from the document alone, and
212
+ * item 2 needs the schema this carries.
213
+ */
214
+ export declare const SPEC: {
215
+ readonly typeUri: "https://trusttasks.org/spec/persona/binding/get/1.0";
216
+ readonly isBearer: false;
217
+ readonly isProofRequired: true;
218
+ readonly isRecipientRequired: true;
219
+ readonly isIssuedAtRequired: false;
220
+ readonly payloadSchema: {
221
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
222
+ readonly $id: "https://trusttasks.org/spec/persona/binding/get/1.0";
223
+ readonly title: "Persona Binding Get — payload";
224
+ readonly description: "Read the binding for one persona in a context: whether a profile is bound, and its label — never its contents.";
225
+ readonly type: "object";
226
+ readonly additionalProperties: false;
227
+ readonly required: readonly ["contextId", "personaDid"];
228
+ readonly properties: {
229
+ readonly contextId: {
230
+ readonly type: "string";
231
+ readonly minLength: 1;
232
+ };
233
+ readonly personaDid: {
234
+ readonly type: "string";
235
+ readonly minLength: 1;
236
+ readonly maxLength: 2048;
237
+ };
238
+ readonly ext: {
239
+ readonly $ref: "#/$defs/Ext";
240
+ };
241
+ };
242
+ readonly $defs: {
243
+ readonly Response: {
244
+ readonly $anchor: "response";
245
+ readonly title: "Persona Binding Get — response payload";
246
+ readonly description: "Success response to persona/binding/get. Type https://trusttasks.org/spec/persona/binding/get/1.0#response. This task is context-callable, which is why the response is deliberately thin: an application in the context learns THAT a profile is bound and what the holder calls it, and never what it contains. Contents reach an application only through the disclosure path, where the holder sees a preview first.";
247
+ readonly type: "object";
248
+ readonly additionalProperties: false;
249
+ readonly required: readonly ["contextId", "personaDid", "bound"];
250
+ readonly properties: {
251
+ readonly contextId: {
252
+ readonly type: "string";
253
+ readonly minLength: 1;
254
+ };
255
+ readonly personaDid: {
256
+ readonly type: "string";
257
+ readonly minLength: 1;
258
+ };
259
+ readonly bound: {
260
+ readonly type: "boolean";
261
+ readonly description: "Whether a profile is bound. False is a normal state, not an error — a persona need not have a profile.";
262
+ };
263
+ readonly profileId: {
264
+ readonly $ref: "#/$defs/Ulid";
265
+ readonly description: "Present when bound. An identifier only; a context-scoped caller cannot resolve it, because profile reads are holder-authorized.";
266
+ };
267
+ readonly profileName: {
268
+ readonly type: "string";
269
+ readonly maxLength: 128;
270
+ readonly description: "The holder's label for the bound profile, so an application can show which identity is in use. Names a composition; reveals none of it.";
271
+ };
272
+ readonly claimCount: {
273
+ readonly type: "integer";
274
+ readonly minimum: 0;
275
+ readonly description: "How many claims the materialised projection holds. Lets an application render \"12 details available\" without obtaining any of them.";
276
+ };
277
+ readonly boundAt: {
278
+ readonly type: "string";
279
+ readonly format: "date-time";
280
+ };
281
+ readonly ext: {
282
+ readonly $ref: "#/$defs/Ext";
283
+ };
284
+ };
285
+ };
286
+ readonly Ext: {
287
+ readonly title: "Ext";
288
+ 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.";
289
+ readonly type: "object";
290
+ readonly minProperties: 1;
291
+ readonly additionalProperties: true;
292
+ readonly propertyNames: {
293
+ readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
294
+ };
295
+ };
296
+ readonly Ulid: {
297
+ readonly title: "Ulid";
298
+ 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.";
299
+ readonly type: "string";
300
+ readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
301
+ };
302
+ };
303
+ };
304
+ };
305
+ /**
306
+ * SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
307
+ * tracks the *issuer* party's requirement because a response swaps the
308
+ * parties (§7.3 item 5).
309
+ */
310
+ export declare const RESPONSE_SPEC: {
311
+ readonly typeUri: "https://trusttasks.org/spec/persona/binding/get/1.0#response";
312
+ readonly isBearer: false;
313
+ readonly isProofRequired: true;
314
+ readonly isRecipientRequired: true;
315
+ readonly isIssuedAtRequired: false;
316
+ readonly payloadSchema: {
317
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
318
+ readonly $ref: "#/$defs/Response";
319
+ readonly $defs: {
320
+ readonly Response: {
321
+ readonly $anchor: "response";
322
+ readonly title: "Persona Binding Get — response payload";
323
+ readonly description: "Success response to persona/binding/get. Type https://trusttasks.org/spec/persona/binding/get/1.0#response. This task is context-callable, which is why the response is deliberately thin: an application in the context learns THAT a profile is bound and what the holder calls it, and never what it contains. Contents reach an application only through the disclosure path, where the holder sees a preview first.";
324
+ readonly type: "object";
325
+ readonly additionalProperties: false;
326
+ readonly required: readonly ["contextId", "personaDid", "bound"];
327
+ readonly properties: {
328
+ readonly contextId: {
329
+ readonly type: "string";
330
+ readonly minLength: 1;
331
+ };
332
+ readonly personaDid: {
333
+ readonly type: "string";
334
+ readonly minLength: 1;
335
+ };
336
+ readonly bound: {
337
+ readonly type: "boolean";
338
+ readonly description: "Whether a profile is bound. False is a normal state, not an error — a persona need not have a profile.";
339
+ };
340
+ readonly profileId: {
341
+ readonly $ref: "#/$defs/Ulid";
342
+ readonly description: "Present when bound. An identifier only; a context-scoped caller cannot resolve it, because profile reads are holder-authorized.";
343
+ };
344
+ readonly profileName: {
345
+ readonly type: "string";
346
+ readonly maxLength: 128;
347
+ readonly description: "The holder's label for the bound profile, so an application can show which identity is in use. Names a composition; reveals none of it.";
348
+ };
349
+ readonly claimCount: {
350
+ readonly type: "integer";
351
+ readonly minimum: 0;
352
+ readonly description: "How many claims the materialised projection holds. Lets an application render \"12 details available\" without obtaining any of them.";
353
+ };
354
+ readonly boundAt: {
355
+ readonly type: "string";
356
+ readonly format: "date-time";
357
+ };
358
+ readonly ext: {
359
+ readonly $ref: "#/$defs/Ext";
360
+ };
361
+ };
362
+ };
363
+ readonly Ext: {
364
+ readonly title: "Ext";
365
+ 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.";
366
+ readonly type: "object";
367
+ readonly minProperties: 1;
368
+ readonly additionalProperties: true;
369
+ readonly propertyNames: {
370
+ readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
371
+ };
372
+ };
373
+ readonly Ulid: {
374
+ readonly title: "Ulid";
375
+ 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.";
376
+ readonly type: "string";
377
+ readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
378
+ };
379
+ };
380
+ };
381
+ };
382
+ //# sourceMappingURL=payload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payload.d.ts","sourceRoot":"","sources":["../../../../../src/persona/binding/get/1.0/payload.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,mCAAmC,CAAC;AAGnE;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AACD;;GAEG;AACH,MAAM,WAAW,gCAAgC;IAC/C,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AAED,kHAAkH;AAClH,YAAY,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC;AAE1B,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0FjB,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,206 @@
1
+ /**
2
+ * Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
3
+ * Source: specs/persona/binding/get/1.0/payload.schema.json
4
+ */
5
+ /** Trust Task type URI. */
6
+ export const TYPE_URI = "https://trusttasks.org/spec/persona/binding/get/1.0";
7
+ /** Trust Task response type URI (request type URI + "#response"). */
8
+ export const RESPONSE_TYPE_URI = "https://trusttasks.org/spec/persona/binding/get/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/get/1.0",
21
+ "title": "Persona Binding Get — payload",
22
+ "description": "Read the binding for one persona in a context: whether a profile is bound, and its label — never its contents.",
23
+ "type": "object",
24
+ "additionalProperties": false,
25
+ "required": [
26
+ "contextId",
27
+ "personaDid"
28
+ ],
29
+ "properties": {
30
+ "contextId": {
31
+ "type": "string",
32
+ "minLength": 1
33
+ },
34
+ "personaDid": {
35
+ "type": "string",
36
+ "minLength": 1,
37
+ "maxLength": 2048
38
+ },
39
+ "ext": {
40
+ "$ref": "#/$defs/Ext"
41
+ }
42
+ },
43
+ "$defs": {
44
+ "Response": {
45
+ "$anchor": "response",
46
+ "title": "Persona Binding Get — response payload",
47
+ "description": "Success response to persona/binding/get. Type https://trusttasks.org/spec/persona/binding/get/1.0#response. This task is context-callable, which is why the response is deliberately thin: an application in the context learns THAT a profile is bound and what the holder calls it, and never what it contains. Contents reach an application only through the disclosure path, where the holder sees a preview first.",
48
+ "type": "object",
49
+ "additionalProperties": false,
50
+ "required": [
51
+ "contextId",
52
+ "personaDid",
53
+ "bound"
54
+ ],
55
+ "properties": {
56
+ "contextId": {
57
+ "type": "string",
58
+ "minLength": 1
59
+ },
60
+ "personaDid": {
61
+ "type": "string",
62
+ "minLength": 1
63
+ },
64
+ "bound": {
65
+ "type": "boolean",
66
+ "description": "Whether a profile is bound. False is a normal state, not an error — a persona need not have a profile."
67
+ },
68
+ "profileId": {
69
+ "$ref": "#/$defs/Ulid",
70
+ "description": "Present when bound. An identifier only; a context-scoped caller cannot resolve it, because profile reads are holder-authorized."
71
+ },
72
+ "profileName": {
73
+ "type": "string",
74
+ "maxLength": 128,
75
+ "description": "The holder's label for the bound profile, so an application can show which identity is in use. Names a composition; reveals none of it."
76
+ },
77
+ "claimCount": {
78
+ "type": "integer",
79
+ "minimum": 0,
80
+ "description": "How many claims the materialised projection holds. Lets an application render \"12 details available\" without obtaining any of them."
81
+ },
82
+ "boundAt": {
83
+ "type": "string",
84
+ "format": "date-time"
85
+ },
86
+ "ext": {
87
+ "$ref": "#/$defs/Ext"
88
+ }
89
+ }
90
+ },
91
+ "Ext": {
92
+ "title": "Ext",
93
+ "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.",
94
+ "type": "object",
95
+ "minProperties": 1,
96
+ "additionalProperties": true,
97
+ "propertyNames": {
98
+ "pattern": "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$"
99
+ }
100
+ },
101
+ "Ulid": {
102
+ "title": "Ulid",
103
+ "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.",
104
+ "type": "string",
105
+ "pattern": "^[0-9A-HJKMNP-TV-Z]{26}$"
106
+ }
107
+ }
108
+ };
109
+ /** As {@link PAYLOAD_SCHEMA}, for the success-response variant. */
110
+ export const RESPONSE_PAYLOAD_SCHEMA = {
111
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
112
+ "$ref": "#/$defs/Response",
113
+ "$defs": {
114
+ "Response": {
115
+ "$anchor": "response",
116
+ "title": "Persona Binding Get — response payload",
117
+ "description": "Success response to persona/binding/get. Type https://trusttasks.org/spec/persona/binding/get/1.0#response. This task is context-callable, which is why the response is deliberately thin: an application in the context learns THAT a profile is bound and what the holder calls it, and never what it contains. Contents reach an application only through the disclosure path, where the holder sees a preview first.",
118
+ "type": "object",
119
+ "additionalProperties": false,
120
+ "required": [
121
+ "contextId",
122
+ "personaDid",
123
+ "bound"
124
+ ],
125
+ "properties": {
126
+ "contextId": {
127
+ "type": "string",
128
+ "minLength": 1
129
+ },
130
+ "personaDid": {
131
+ "type": "string",
132
+ "minLength": 1
133
+ },
134
+ "bound": {
135
+ "type": "boolean",
136
+ "description": "Whether a profile is bound. False is a normal state, not an error — a persona need not have a profile."
137
+ },
138
+ "profileId": {
139
+ "$ref": "#/$defs/Ulid",
140
+ "description": "Present when bound. An identifier only; a context-scoped caller cannot resolve it, because profile reads are holder-authorized."
141
+ },
142
+ "profileName": {
143
+ "type": "string",
144
+ "maxLength": 128,
145
+ "description": "The holder's label for the bound profile, so an application can show which identity is in use. Names a composition; reveals none of it."
146
+ },
147
+ "claimCount": {
148
+ "type": "integer",
149
+ "minimum": 0,
150
+ "description": "How many claims the materialised projection holds. Lets an application render \"12 details available\" without obtaining any of them."
151
+ },
152
+ "boundAt": {
153
+ "type": "string",
154
+ "format": "date-time"
155
+ },
156
+ "ext": {
157
+ "$ref": "#/$defs/Ext"
158
+ }
159
+ }
160
+ },
161
+ "Ext": {
162
+ "title": "Ext",
163
+ "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.",
164
+ "type": "object",
165
+ "minProperties": 1,
166
+ "additionalProperties": true,
167
+ "propertyNames": {
168
+ "pattern": "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$"
169
+ }
170
+ },
171
+ "Ulid": {
172
+ "title": "Ulid",
173
+ "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.",
174
+ "type": "string",
175
+ "pattern": "^[0-9A-HJKMNP-TV-Z]{26}$"
176
+ }
177
+ }
178
+ };
179
+ /**
180
+ * SPEC.md §7.2 policy for the request variant, from this specification's
181
+ * front matter. Pass to `consumeInbound` — items 5b, 7 and 8 are
182
+ * per-specification and cannot be derived from the document alone, and
183
+ * item 2 needs the schema this carries.
184
+ */
185
+ export const SPEC = {
186
+ typeUri: TYPE_URI,
187
+ isBearer: false,
188
+ isProofRequired: true,
189
+ isRecipientRequired: true,
190
+ isIssuedAtRequired: false,
191
+ payloadSchema: PAYLOAD_SCHEMA,
192
+ };
193
+ /**
194
+ * SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
195
+ * tracks the *issuer* party's requirement because a response swaps the
196
+ * parties (§7.3 item 5).
197
+ */
198
+ export const RESPONSE_SPEC = {
199
+ typeUri: RESPONSE_TYPE_URI,
200
+ isBearer: false,
201
+ isProofRequired: true,
202
+ isRecipientRequired: true,
203
+ isIssuedAtRequired: false,
204
+ payloadSchema: RESPONSE_PAYLOAD_SCHEMA,
205
+ };
206
+ //# sourceMappingURL=payload.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payload.js","sourceRoot":"","sources":["../../../../../src/persona/binding/get/1.0/payload.ts"],"names":[],"mappings":"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"}