@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,387 @@
1
+ /**
2
+ * Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
3
+ * Source: specs/persona/local/profile/list/1.0/payload.schema.json
4
+ */
5
+ import type { Ext, Ulid } from "../../../../../_shared/components.js";
6
+ /**
7
+ * Enumerate this context's local profiles. A separate keyspace from the holder's pool, so the scan structurally cannot return a pool profile — the isolation is in the address, not in a filter that could be got wrong.
8
+ */
9
+ export interface PersonaLocalProfileListPayload {
10
+ contextId: string;
11
+ cursor?: string;
12
+ limit?: number;
13
+ ext?: Ext;
14
+ }
15
+ /**
16
+ * Success response to persona/local/profile/list. Type https://trusttasks.org/spec/persona/local/profile/list/1.0#response.
17
+ */
18
+ export interface PersonaLocalProfileListResponsePayload {
19
+ /**
20
+ * @maxItems 500
21
+ */
22
+ profiles: {
23
+ profileId: Ulid;
24
+ name: string;
25
+ entryCount: number;
26
+ /**
27
+ * Whether a persona in this context is bound to it.
28
+ */
29
+ bound?: boolean;
30
+ }[];
31
+ nextCursor?: string;
32
+ ext?: Ext;
33
+ }
34
+ /** Shared definitions this specification references, re-exported under the names it used to declare them with. */
35
+ export type { Ext, Ulid };
36
+ /** Trust Task type URI. */
37
+ export declare const TYPE_URI: "https://trusttasks.org/spec/persona/local/profile/list/1.0";
38
+ /** Stable alias for this specification's request payload shape. */
39
+ export type Payload = PersonaLocalProfileListPayload;
40
+ /** Trust Task response type URI (request type URI + "#response"). */
41
+ export declare const RESPONSE_TYPE_URI: "https://trusttasks.org/spec/persona/local/profile/list/1.0#response";
42
+ /** Stable alias for this specification's success-response payload shape. */
43
+ export type Response = PersonaLocalProfileListResponsePayload;
44
+ /**
45
+ * This specification's payload schema, as a value.
46
+ *
47
+ * SPEC.md §7.2 item 2 is performed against this. It is shipped as data
48
+ * rather than only as a `.json` file because TypeScript types are erased
49
+ * at runtime: without a schema a consumer has nothing to validate, and
50
+ * every REQUIRED payload member is optional in practice. Cross-file
51
+ * `$ref`s are already inlined, so it needs no resolver.
52
+ */
53
+ export declare const PAYLOAD_SCHEMA: {
54
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
55
+ readonly $id: "https://trusttasks.org/spec/persona/local/profile/list/1.0";
56
+ readonly title: "Persona Local Profile List — payload";
57
+ readonly type: "object";
58
+ readonly additionalProperties: false;
59
+ readonly properties: {
60
+ readonly contextId: {
61
+ readonly type: "string";
62
+ readonly minLength: 1;
63
+ };
64
+ readonly cursor: {
65
+ readonly type: "string";
66
+ readonly maxLength: 4096;
67
+ };
68
+ readonly limit: {
69
+ readonly type: "integer";
70
+ readonly minimum: 1;
71
+ readonly maximum: 500;
72
+ readonly default: 100;
73
+ };
74
+ readonly ext: {
75
+ readonly $ref: "#/$defs/Ext";
76
+ };
77
+ };
78
+ readonly $defs: {
79
+ readonly Response: {
80
+ readonly required: readonly ["profiles"];
81
+ readonly properties: {
82
+ readonly profiles: {
83
+ readonly type: "array";
84
+ readonly maxItems: 500;
85
+ readonly items: {
86
+ readonly type: "object";
87
+ readonly additionalProperties: false;
88
+ readonly required: readonly ["profileId", "name", "entryCount"];
89
+ readonly properties: {
90
+ readonly profileId: {
91
+ readonly $ref: "#/$defs/Ulid";
92
+ };
93
+ readonly name: {
94
+ readonly type: "string";
95
+ readonly maxLength: 128;
96
+ };
97
+ readonly entryCount: {
98
+ readonly type: "integer";
99
+ readonly minimum: 0;
100
+ };
101
+ readonly bound: {
102
+ readonly type: "boolean";
103
+ readonly description: "Whether a persona in this context is bound to it.";
104
+ };
105
+ };
106
+ };
107
+ };
108
+ readonly nextCursor: {
109
+ readonly type: "string";
110
+ readonly maxLength: 4096;
111
+ };
112
+ readonly ext: {
113
+ readonly $ref: "#/$defs/Ext";
114
+ };
115
+ };
116
+ readonly $anchor: "response";
117
+ readonly title: "Persona Local Profile List — response payload";
118
+ readonly description: "Success response to persona/local/profile/list. Type https://trusttasks.org/spec/persona/local/profile/list/1.0#response.";
119
+ readonly type: "object";
120
+ readonly additionalProperties: false;
121
+ };
122
+ readonly Ext: {
123
+ readonly title: "Ext";
124
+ 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.";
125
+ readonly type: "object";
126
+ readonly minProperties: 1;
127
+ readonly additionalProperties: true;
128
+ readonly propertyNames: {
129
+ readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
130
+ };
131
+ };
132
+ readonly Ulid: {
133
+ readonly title: "Ulid";
134
+ 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.";
135
+ readonly type: "string";
136
+ readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
137
+ };
138
+ };
139
+ readonly description: "Enumerate this context's local profiles. A separate keyspace from the holder's pool, so the scan structurally cannot return a pool profile — the isolation is in the address, not in a filter that could be got wrong.";
140
+ readonly required: readonly ["contextId"];
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 required: readonly ["profiles"];
149
+ readonly properties: {
150
+ readonly profiles: {
151
+ readonly type: "array";
152
+ readonly maxItems: 500;
153
+ readonly items: {
154
+ readonly type: "object";
155
+ readonly additionalProperties: false;
156
+ readonly required: readonly ["profileId", "name", "entryCount"];
157
+ readonly properties: {
158
+ readonly profileId: {
159
+ readonly $ref: "#/$defs/Ulid";
160
+ };
161
+ readonly name: {
162
+ readonly type: "string";
163
+ readonly maxLength: 128;
164
+ };
165
+ readonly entryCount: {
166
+ readonly type: "integer";
167
+ readonly minimum: 0;
168
+ };
169
+ readonly bound: {
170
+ readonly type: "boolean";
171
+ readonly description: "Whether a persona in this context is bound to it.";
172
+ };
173
+ };
174
+ };
175
+ };
176
+ readonly nextCursor: {
177
+ readonly type: "string";
178
+ readonly maxLength: 4096;
179
+ };
180
+ readonly ext: {
181
+ readonly $ref: "#/$defs/Ext";
182
+ };
183
+ };
184
+ readonly $anchor: "response";
185
+ readonly title: "Persona Local Profile List — response payload";
186
+ readonly description: "Success response to persona/local/profile/list. Type https://trusttasks.org/spec/persona/local/profile/list/1.0#response.";
187
+ readonly type: "object";
188
+ readonly additionalProperties: false;
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/local/profile/list/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/local/profile/list/1.0";
223
+ readonly title: "Persona Local Profile List — payload";
224
+ readonly type: "object";
225
+ readonly additionalProperties: false;
226
+ readonly properties: {
227
+ readonly contextId: {
228
+ readonly type: "string";
229
+ readonly minLength: 1;
230
+ };
231
+ readonly cursor: {
232
+ readonly type: "string";
233
+ readonly maxLength: 4096;
234
+ };
235
+ readonly limit: {
236
+ readonly type: "integer";
237
+ readonly minimum: 1;
238
+ readonly maximum: 500;
239
+ readonly default: 100;
240
+ };
241
+ readonly ext: {
242
+ readonly $ref: "#/$defs/Ext";
243
+ };
244
+ };
245
+ readonly $defs: {
246
+ readonly Response: {
247
+ readonly required: readonly ["profiles"];
248
+ readonly properties: {
249
+ readonly profiles: {
250
+ readonly type: "array";
251
+ readonly maxItems: 500;
252
+ readonly items: {
253
+ readonly type: "object";
254
+ readonly additionalProperties: false;
255
+ readonly required: readonly ["profileId", "name", "entryCount"];
256
+ readonly properties: {
257
+ readonly profileId: {
258
+ readonly $ref: "#/$defs/Ulid";
259
+ };
260
+ readonly name: {
261
+ readonly type: "string";
262
+ readonly maxLength: 128;
263
+ };
264
+ readonly entryCount: {
265
+ readonly type: "integer";
266
+ readonly minimum: 0;
267
+ };
268
+ readonly bound: {
269
+ readonly type: "boolean";
270
+ readonly description: "Whether a persona in this context is bound to it.";
271
+ };
272
+ };
273
+ };
274
+ };
275
+ readonly nextCursor: {
276
+ readonly type: "string";
277
+ readonly maxLength: 4096;
278
+ };
279
+ readonly ext: {
280
+ readonly $ref: "#/$defs/Ext";
281
+ };
282
+ };
283
+ readonly $anchor: "response";
284
+ readonly title: "Persona Local Profile List — response payload";
285
+ readonly description: "Success response to persona/local/profile/list. Type https://trusttasks.org/spec/persona/local/profile/list/1.0#response.";
286
+ readonly type: "object";
287
+ readonly additionalProperties: false;
288
+ };
289
+ readonly Ext: {
290
+ readonly title: "Ext";
291
+ 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.";
292
+ readonly type: "object";
293
+ readonly minProperties: 1;
294
+ readonly additionalProperties: true;
295
+ readonly propertyNames: {
296
+ readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
297
+ };
298
+ };
299
+ readonly Ulid: {
300
+ readonly title: "Ulid";
301
+ 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.";
302
+ readonly type: "string";
303
+ readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
304
+ };
305
+ };
306
+ readonly description: "Enumerate this context's local profiles. A separate keyspace from the holder's pool, so the scan structurally cannot return a pool profile — the isolation is in the address, not in a filter that could be got wrong.";
307
+ readonly required: readonly ["contextId"];
308
+ };
309
+ };
310
+ /**
311
+ * SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
312
+ * tracks the *issuer* party's requirement because a response swaps the
313
+ * parties (§7.3 item 5).
314
+ */
315
+ export declare const RESPONSE_SPEC: {
316
+ readonly typeUri: "https://trusttasks.org/spec/persona/local/profile/list/1.0#response";
317
+ readonly isBearer: false;
318
+ readonly isProofRequired: true;
319
+ readonly isRecipientRequired: true;
320
+ readonly isIssuedAtRequired: false;
321
+ readonly payloadSchema: {
322
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
323
+ readonly $ref: "#/$defs/Response";
324
+ readonly $defs: {
325
+ readonly Response: {
326
+ readonly required: readonly ["profiles"];
327
+ readonly properties: {
328
+ readonly profiles: {
329
+ readonly type: "array";
330
+ readonly maxItems: 500;
331
+ readonly items: {
332
+ readonly type: "object";
333
+ readonly additionalProperties: false;
334
+ readonly required: readonly ["profileId", "name", "entryCount"];
335
+ readonly properties: {
336
+ readonly profileId: {
337
+ readonly $ref: "#/$defs/Ulid";
338
+ };
339
+ readonly name: {
340
+ readonly type: "string";
341
+ readonly maxLength: 128;
342
+ };
343
+ readonly entryCount: {
344
+ readonly type: "integer";
345
+ readonly minimum: 0;
346
+ };
347
+ readonly bound: {
348
+ readonly type: "boolean";
349
+ readonly description: "Whether a persona in this context is bound to it.";
350
+ };
351
+ };
352
+ };
353
+ };
354
+ readonly nextCursor: {
355
+ readonly type: "string";
356
+ readonly maxLength: 4096;
357
+ };
358
+ readonly ext: {
359
+ readonly $ref: "#/$defs/Ext";
360
+ };
361
+ };
362
+ readonly $anchor: "response";
363
+ readonly title: "Persona Local Profile List — response payload";
364
+ readonly description: "Success response to persona/local/profile/list. Type https://trusttasks.org/spec/persona/local/profile/list/1.0#response.";
365
+ readonly type: "object";
366
+ readonly additionalProperties: false;
367
+ };
368
+ readonly Ext: {
369
+ readonly title: "Ext";
370
+ 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.";
371
+ readonly type: "object";
372
+ readonly minProperties: 1;
373
+ readonly additionalProperties: true;
374
+ readonly propertyNames: {
375
+ readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
376
+ };
377
+ };
378
+ readonly Ulid: {
379
+ readonly title: "Ulid";
380
+ 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.";
381
+ readonly type: "string";
382
+ readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
383
+ };
384
+ };
385
+ };
386
+ };
387
+ //# sourceMappingURL=payload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payload.d.ts","sourceRoot":"","sources":["../../../../../../src/persona/local/profile/list/1.0/payload.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,sCAAsC,CAAC;AAGtE;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C,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,sCAAsC;IACrD;;OAEG;IACH,QAAQ,EAAE;QACR,SAAS,EAAE,IAAI,CAAC;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,UAAU,EAAE,MAAM,CAAC;QACnB;;WAEG;QACH,KAAK,CAAC,EAAE,OAAO,CAAC;KACjB,EAAE,CAAC;IACJ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AAED,kHAAkH;AAClH,YAAY,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC;AAE1B,2BAA2B;AAC3B,eAAO,MAAM,QAAQ,EAAG,4DAAqE,CAAC;AAE9F,mEAAmE;AACnE,MAAM,MAAM,OAAO,GAAG,8BAA8B,CAAC;AAErD,qEAAqE;AACrE,eAAO,MAAM,iBAAiB,EAAG,qEAA8E,CAAC;AAEhH,4EAA4E;AAC5E,MAAM,MAAM,QAAQ,GAAG,sCAAsC,CAAC;AAE9D;;;;;;;;GAQG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgGjB,CAAC;AAEX,mEAAmE;AACnE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsE1B,CAAC;AAEX;;;;;GAKG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOP,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOhB,CAAC"}
@@ -0,0 +1,214 @@
1
+ /**
2
+ * Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
3
+ * Source: specs/persona/local/profile/list/1.0/payload.schema.json
4
+ */
5
+ /** Trust Task type URI. */
6
+ export const TYPE_URI = "https://trusttasks.org/spec/persona/local/profile/list/1.0";
7
+ /** Trust Task response type URI (request type URI + "#response"). */
8
+ export const RESPONSE_TYPE_URI = "https://trusttasks.org/spec/persona/local/profile/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/local/profile/list/1.0",
21
+ "title": "Persona Local Profile List — payload",
22
+ "type": "object",
23
+ "additionalProperties": false,
24
+ "properties": {
25
+ "contextId": {
26
+ "type": "string",
27
+ "minLength": 1
28
+ },
29
+ "cursor": {
30
+ "type": "string",
31
+ "maxLength": 4096
32
+ },
33
+ "limit": {
34
+ "type": "integer",
35
+ "minimum": 1,
36
+ "maximum": 500,
37
+ "default": 100
38
+ },
39
+ "ext": {
40
+ "$ref": "#/$defs/Ext"
41
+ }
42
+ },
43
+ "$defs": {
44
+ "Response": {
45
+ "required": [
46
+ "profiles"
47
+ ],
48
+ "properties": {
49
+ "profiles": {
50
+ "type": "array",
51
+ "maxItems": 500,
52
+ "items": {
53
+ "type": "object",
54
+ "additionalProperties": false,
55
+ "required": [
56
+ "profileId",
57
+ "name",
58
+ "entryCount"
59
+ ],
60
+ "properties": {
61
+ "profileId": {
62
+ "$ref": "#/$defs/Ulid"
63
+ },
64
+ "name": {
65
+ "type": "string",
66
+ "maxLength": 128
67
+ },
68
+ "entryCount": {
69
+ "type": "integer",
70
+ "minimum": 0
71
+ },
72
+ "bound": {
73
+ "type": "boolean",
74
+ "description": "Whether a persona in this context is bound to it."
75
+ }
76
+ }
77
+ }
78
+ },
79
+ "nextCursor": {
80
+ "type": "string",
81
+ "maxLength": 4096
82
+ },
83
+ "ext": {
84
+ "$ref": "#/$defs/Ext"
85
+ }
86
+ },
87
+ "$anchor": "response",
88
+ "title": "Persona Local Profile List — response payload",
89
+ "description": "Success response to persona/local/profile/list. Type https://trusttasks.org/spec/persona/local/profile/list/1.0#response.",
90
+ "type": "object",
91
+ "additionalProperties": false
92
+ },
93
+ "Ext": {
94
+ "title": "Ext",
95
+ "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.",
96
+ "type": "object",
97
+ "minProperties": 1,
98
+ "additionalProperties": true,
99
+ "propertyNames": {
100
+ "pattern": "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$"
101
+ }
102
+ },
103
+ "Ulid": {
104
+ "title": "Ulid",
105
+ "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.",
106
+ "type": "string",
107
+ "pattern": "^[0-9A-HJKMNP-TV-Z]{26}$"
108
+ }
109
+ },
110
+ "description": "Enumerate this context's local profiles. A separate keyspace from the holder's pool, so the scan structurally cannot return a pool profile — the isolation is in the address, not in a filter that could be got wrong.",
111
+ "required": [
112
+ "contextId"
113
+ ]
114
+ };
115
+ /** As {@link PAYLOAD_SCHEMA}, for the success-response variant. */
116
+ export const RESPONSE_PAYLOAD_SCHEMA = {
117
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
118
+ "$ref": "#/$defs/Response",
119
+ "$defs": {
120
+ "Response": {
121
+ "required": [
122
+ "profiles"
123
+ ],
124
+ "properties": {
125
+ "profiles": {
126
+ "type": "array",
127
+ "maxItems": 500,
128
+ "items": {
129
+ "type": "object",
130
+ "additionalProperties": false,
131
+ "required": [
132
+ "profileId",
133
+ "name",
134
+ "entryCount"
135
+ ],
136
+ "properties": {
137
+ "profileId": {
138
+ "$ref": "#/$defs/Ulid"
139
+ },
140
+ "name": {
141
+ "type": "string",
142
+ "maxLength": 128
143
+ },
144
+ "entryCount": {
145
+ "type": "integer",
146
+ "minimum": 0
147
+ },
148
+ "bound": {
149
+ "type": "boolean",
150
+ "description": "Whether a persona in this context is bound to it."
151
+ }
152
+ }
153
+ }
154
+ },
155
+ "nextCursor": {
156
+ "type": "string",
157
+ "maxLength": 4096
158
+ },
159
+ "ext": {
160
+ "$ref": "#/$defs/Ext"
161
+ }
162
+ },
163
+ "$anchor": "response",
164
+ "title": "Persona Local Profile List — response payload",
165
+ "description": "Success response to persona/local/profile/list. Type https://trusttasks.org/spec/persona/local/profile/list/1.0#response.",
166
+ "type": "object",
167
+ "additionalProperties": false
168
+ },
169
+ "Ext": {
170
+ "title": "Ext",
171
+ "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.",
172
+ "type": "object",
173
+ "minProperties": 1,
174
+ "additionalProperties": true,
175
+ "propertyNames": {
176
+ "pattern": "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$"
177
+ }
178
+ },
179
+ "Ulid": {
180
+ "title": "Ulid",
181
+ "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.",
182
+ "type": "string",
183
+ "pattern": "^[0-9A-HJKMNP-TV-Z]{26}$"
184
+ }
185
+ }
186
+ };
187
+ /**
188
+ * SPEC.md §7.2 policy for the request variant, from this specification's
189
+ * front matter. Pass to `consumeInbound` — items 5b, 7 and 8 are
190
+ * per-specification and cannot be derived from the document alone, and
191
+ * item 2 needs the schema this carries.
192
+ */
193
+ export const SPEC = {
194
+ typeUri: TYPE_URI,
195
+ isBearer: false,
196
+ isProofRequired: true,
197
+ isRecipientRequired: true,
198
+ isIssuedAtRequired: false,
199
+ payloadSchema: PAYLOAD_SCHEMA,
200
+ };
201
+ /**
202
+ * SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
203
+ * tracks the *issuer* party's requirement because a response swaps the
204
+ * parties (§7.3 item 5).
205
+ */
206
+ export const RESPONSE_SPEC = {
207
+ typeUri: RESPONSE_TYPE_URI,
208
+ isBearer: false,
209
+ isProofRequired: true,
210
+ isRecipientRequired: true,
211
+ isIssuedAtRequired: false,
212
+ payloadSchema: RESPONSE_PAYLOAD_SCHEMA,
213
+ };
214
+ //# sourceMappingURL=payload.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payload.js","sourceRoot":"","sources":["../../../../../../src/persona/local/profile/list/1.0/payload.ts"],"names":[],"mappings":"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"}