@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,394 @@
1
+ /**
2
+ * Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
3
+ * Source: specs/persona/local/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
+ * Bind a context-local profile to a persona in the same context. Safely context-callable — unlike persona/binding/set — precisely because both objects it names live below the boundary and neither reaches the holder's pool.
8
+ */
9
+ export interface PersonaLocalBindingSetPayload {
10
+ contextId: string;
11
+ personaDid: string;
12
+ /**
13
+ * A LOCAL profile, or null to clear. A maintainer MUST refuse an identifier that names a pool profile: honouring it would let a context-scoped caller bind the holder's composition, which is the one escalation the whole boundary exists to prevent.
14
+ */
15
+ profileId?: Ulid | null;
16
+ expectedVersion?: ExpectedVersion;
17
+ ext?: Ext;
18
+ }
19
+ /**
20
+ * Success response to persona/local/binding/set. Type https://trusttasks.org/spec/persona/local/binding/set/1.0#response.
21
+ */
22
+ export interface PersonaLocalBindingSetResponsePayload {
23
+ contextId: string;
24
+ personaDid: string;
25
+ profileId?: Ulid | null;
26
+ version: Version;
27
+ ext?: Ext;
28
+ }
29
+ /** Shared definitions this specification references, re-exported under the names it used to declare them with. */
30
+ export type { ExpectedVersion, Ext, Ulid, Version };
31
+ /** Trust Task type URI. */
32
+ export declare const TYPE_URI: "https://trusttasks.org/spec/persona/local/binding/set/1.0";
33
+ /** Stable alias for this specification's request payload shape. */
34
+ export type Payload = PersonaLocalBindingSetPayload;
35
+ /** Trust Task response type URI (request type URI + "#response"). */
36
+ export declare const RESPONSE_TYPE_URI: "https://trusttasks.org/spec/persona/local/binding/set/1.0#response";
37
+ /** Stable alias for this specification's success-response payload shape. */
38
+ export type Response = PersonaLocalBindingSetResponsePayload;
39
+ /**
40
+ * This specification's payload schema, as a value.
41
+ *
42
+ * SPEC.md §7.2 item 2 is performed against this. It is shipped as data
43
+ * rather than only as a `.json` file because TypeScript types are erased
44
+ * at runtime: without a schema a consumer has nothing to validate, and
45
+ * every REQUIRED payload member is optional in practice. Cross-file
46
+ * `$ref`s are already inlined, so it needs no resolver.
47
+ */
48
+ export declare const PAYLOAD_SCHEMA: {
49
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
50
+ readonly $id: "https://trusttasks.org/spec/persona/local/binding/set/1.0";
51
+ readonly title: "Persona Local Binding Set — payload";
52
+ readonly description: "Bind a context-local profile to a persona in the same context. Safely context-callable — unlike persona/binding/set — precisely because both objects it names live below the boundary and neither reaches the holder's pool.";
53
+ readonly type: "object";
54
+ readonly additionalProperties: false;
55
+ readonly required: readonly ["contextId", "personaDid"];
56
+ readonly properties: {
57
+ readonly contextId: {
58
+ readonly type: "string";
59
+ readonly minLength: 1;
60
+ };
61
+ readonly personaDid: {
62
+ readonly type: "string";
63
+ readonly minLength: 1;
64
+ readonly maxLength: 2048;
65
+ };
66
+ readonly profileId: {
67
+ readonly oneOf: readonly [{
68
+ readonly $ref: "#/$defs/Ulid";
69
+ }, {
70
+ readonly type: "null";
71
+ }];
72
+ readonly description: "A LOCAL profile, or null to clear. A maintainer MUST refuse an identifier that names a pool profile: honouring it would let a context-scoped caller bind the holder's composition, which is the one escalation the whole boundary exists to prevent.";
73
+ };
74
+ readonly expectedVersion: {
75
+ readonly $ref: "#/$defs/ExpectedVersion";
76
+ };
77
+ readonly ext: {
78
+ readonly $ref: "#/$defs/Ext";
79
+ };
80
+ };
81
+ readonly $defs: {
82
+ readonly Response: {
83
+ readonly $anchor: "response";
84
+ readonly title: "Persona Local Binding Set — response payload";
85
+ readonly description: "Success response to persona/local/binding/set. Type https://trusttasks.org/spec/persona/local/binding/set/1.0#response.";
86
+ readonly type: "object";
87
+ readonly additionalProperties: false;
88
+ readonly required: readonly ["contextId", "personaDid", "version"];
89
+ readonly properties: {
90
+ readonly contextId: {
91
+ readonly type: "string";
92
+ readonly minLength: 1;
93
+ };
94
+ readonly personaDid: {
95
+ readonly type: "string";
96
+ readonly minLength: 1;
97
+ };
98
+ readonly profileId: {
99
+ readonly oneOf: readonly [{
100
+ readonly $ref: "#/$defs/Ulid";
101
+ }, {
102
+ readonly type: "null";
103
+ }];
104
+ };
105
+ readonly version: {
106
+ readonly $ref: "#/$defs/Version";
107
+ };
108
+ readonly ext: {
109
+ readonly $ref: "#/$defs/Ext";
110
+ };
111
+ };
112
+ };
113
+ readonly Ext: {
114
+ readonly title: "Ext";
115
+ 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.";
116
+ readonly type: "object";
117
+ readonly minProperties: 1;
118
+ readonly additionalProperties: true;
119
+ readonly propertyNames: {
120
+ readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
121
+ };
122
+ };
123
+ readonly Version: {
124
+ readonly title: "Version";
125
+ readonly description: "A value of the store's monotonic write counter. Server-assigned; a producer never chooses one.";
126
+ readonly type: "integer";
127
+ readonly minimum: 1;
128
+ };
129
+ readonly Ulid: {
130
+ readonly title: "Ulid";
131
+ 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.";
132
+ readonly type: "string";
133
+ readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
134
+ };
135
+ readonly ExpectedVersion: {
136
+ readonly title: "ExpectedVersion";
137
+ 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.";
138
+ readonly type: "integer";
139
+ readonly minimum: 0;
140
+ };
141
+ };
142
+ };
143
+ /** As {@link PAYLOAD_SCHEMA}, for the success-response variant. */
144
+ export declare const RESPONSE_PAYLOAD_SCHEMA: {
145
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
146
+ readonly $ref: "#/$defs/Response";
147
+ readonly $defs: {
148
+ readonly Response: {
149
+ readonly $anchor: "response";
150
+ readonly title: "Persona Local Binding Set — response payload";
151
+ readonly description: "Success response to persona/local/binding/set. Type https://trusttasks.org/spec/persona/local/binding/set/1.0#response.";
152
+ readonly type: "object";
153
+ readonly additionalProperties: false;
154
+ readonly required: readonly ["contextId", "personaDid", "version"];
155
+ readonly properties: {
156
+ readonly contextId: {
157
+ readonly type: "string";
158
+ readonly minLength: 1;
159
+ };
160
+ readonly personaDid: {
161
+ readonly type: "string";
162
+ readonly minLength: 1;
163
+ };
164
+ readonly profileId: {
165
+ readonly oneOf: readonly [{
166
+ readonly $ref: "#/$defs/Ulid";
167
+ }, {
168
+ readonly type: "null";
169
+ }];
170
+ };
171
+ readonly version: {
172
+ readonly $ref: "#/$defs/Version";
173
+ };
174
+ readonly ext: {
175
+ readonly $ref: "#/$defs/Ext";
176
+ };
177
+ };
178
+ };
179
+ readonly Ext: {
180
+ readonly title: "Ext";
181
+ 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.";
182
+ readonly type: "object";
183
+ readonly minProperties: 1;
184
+ readonly additionalProperties: true;
185
+ readonly propertyNames: {
186
+ readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
187
+ };
188
+ };
189
+ readonly Version: {
190
+ readonly title: "Version";
191
+ readonly description: "A value of the store's monotonic write counter. Server-assigned; a producer never chooses one.";
192
+ readonly type: "integer";
193
+ readonly minimum: 1;
194
+ };
195
+ readonly Ulid: {
196
+ readonly title: "Ulid";
197
+ 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.";
198
+ readonly type: "string";
199
+ readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
200
+ };
201
+ readonly ExpectedVersion: {
202
+ readonly title: "ExpectedVersion";
203
+ 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.";
204
+ readonly type: "integer";
205
+ readonly minimum: 0;
206
+ };
207
+ };
208
+ };
209
+ /**
210
+ * SPEC.md §7.2 policy for the request variant, from this specification's
211
+ * front matter. Pass to `consumeInbound` — items 5b, 7 and 8 are
212
+ * per-specification and cannot be derived from the document alone, and
213
+ * item 2 needs the schema this carries.
214
+ */
215
+ export declare const SPEC: {
216
+ readonly typeUri: "https://trusttasks.org/spec/persona/local/binding/set/1.0";
217
+ readonly isBearer: false;
218
+ readonly isProofRequired: true;
219
+ readonly isRecipientRequired: true;
220
+ readonly isIssuedAtRequired: true;
221
+ readonly payloadSchema: {
222
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
223
+ readonly $id: "https://trusttasks.org/spec/persona/local/binding/set/1.0";
224
+ readonly title: "Persona Local Binding Set — payload";
225
+ readonly description: "Bind a context-local profile to a persona in the same context. Safely context-callable — unlike persona/binding/set — precisely because both objects it names live below the boundary and neither reaches the holder's pool.";
226
+ readonly type: "object";
227
+ readonly additionalProperties: false;
228
+ readonly required: readonly ["contextId", "personaDid"];
229
+ readonly properties: {
230
+ readonly contextId: {
231
+ readonly type: "string";
232
+ readonly minLength: 1;
233
+ };
234
+ readonly personaDid: {
235
+ readonly type: "string";
236
+ readonly minLength: 1;
237
+ readonly maxLength: 2048;
238
+ };
239
+ readonly profileId: {
240
+ readonly oneOf: readonly [{
241
+ readonly $ref: "#/$defs/Ulid";
242
+ }, {
243
+ readonly type: "null";
244
+ }];
245
+ readonly description: "A LOCAL profile, or null to clear. A maintainer MUST refuse an identifier that names a pool profile: honouring it would let a context-scoped caller bind the holder's composition, which is the one escalation the whole boundary exists to prevent.";
246
+ };
247
+ readonly expectedVersion: {
248
+ readonly $ref: "#/$defs/ExpectedVersion";
249
+ };
250
+ readonly ext: {
251
+ readonly $ref: "#/$defs/Ext";
252
+ };
253
+ };
254
+ readonly $defs: {
255
+ readonly Response: {
256
+ readonly $anchor: "response";
257
+ readonly title: "Persona Local Binding Set — response payload";
258
+ readonly description: "Success response to persona/local/binding/set. Type https://trusttasks.org/spec/persona/local/binding/set/1.0#response.";
259
+ readonly type: "object";
260
+ readonly additionalProperties: false;
261
+ readonly required: readonly ["contextId", "personaDid", "version"];
262
+ readonly properties: {
263
+ readonly contextId: {
264
+ readonly type: "string";
265
+ readonly minLength: 1;
266
+ };
267
+ readonly personaDid: {
268
+ readonly type: "string";
269
+ readonly minLength: 1;
270
+ };
271
+ readonly profileId: {
272
+ readonly oneOf: readonly [{
273
+ readonly $ref: "#/$defs/Ulid";
274
+ }, {
275
+ readonly type: "null";
276
+ }];
277
+ };
278
+ readonly version: {
279
+ readonly $ref: "#/$defs/Version";
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 Version: {
297
+ readonly title: "Version";
298
+ readonly description: "A value of the store's monotonic write counter. Server-assigned; a producer never chooses one.";
299
+ readonly type: "integer";
300
+ readonly minimum: 1;
301
+ };
302
+ readonly Ulid: {
303
+ readonly title: "Ulid";
304
+ 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.";
305
+ readonly type: "string";
306
+ readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
307
+ };
308
+ readonly ExpectedVersion: {
309
+ readonly title: "ExpectedVersion";
310
+ 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.";
311
+ readonly type: "integer";
312
+ readonly minimum: 0;
313
+ };
314
+ };
315
+ };
316
+ };
317
+ /**
318
+ * SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
319
+ * tracks the *issuer* party's requirement because a response swaps the
320
+ * parties (§7.3 item 5).
321
+ */
322
+ export declare const RESPONSE_SPEC: {
323
+ readonly typeUri: "https://trusttasks.org/spec/persona/local/binding/set/1.0#response";
324
+ readonly isBearer: false;
325
+ readonly isProofRequired: true;
326
+ readonly isRecipientRequired: true;
327
+ readonly isIssuedAtRequired: true;
328
+ readonly payloadSchema: {
329
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
330
+ readonly $ref: "#/$defs/Response";
331
+ readonly $defs: {
332
+ readonly Response: {
333
+ readonly $anchor: "response";
334
+ readonly title: "Persona Local Binding Set — response payload";
335
+ readonly description: "Success response to persona/local/binding/set. Type https://trusttasks.org/spec/persona/local/binding/set/1.0#response.";
336
+ readonly type: "object";
337
+ readonly additionalProperties: false;
338
+ readonly required: readonly ["contextId", "personaDid", "version"];
339
+ readonly properties: {
340
+ readonly contextId: {
341
+ readonly type: "string";
342
+ readonly minLength: 1;
343
+ };
344
+ readonly personaDid: {
345
+ readonly type: "string";
346
+ readonly minLength: 1;
347
+ };
348
+ readonly profileId: {
349
+ readonly oneOf: readonly [{
350
+ readonly $ref: "#/$defs/Ulid";
351
+ }, {
352
+ readonly type: "null";
353
+ }];
354
+ };
355
+ readonly version: {
356
+ readonly $ref: "#/$defs/Version";
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 Version: {
374
+ readonly title: "Version";
375
+ readonly description: "A value of the store's monotonic write counter. Server-assigned; a producer never chooses one.";
376
+ readonly type: "integer";
377
+ readonly minimum: 1;
378
+ };
379
+ readonly Ulid: {
380
+ readonly title: "Ulid";
381
+ 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.";
382
+ readonly type: "string";
383
+ readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
384
+ };
385
+ readonly ExpectedVersion: {
386
+ readonly title: "ExpectedVersion";
387
+ 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.";
388
+ readonly type: "integer";
389
+ readonly minimum: 0;
390
+ };
391
+ };
392
+ };
393
+ };
394
+ //# sourceMappingURL=payload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payload.d.ts","sourceRoot":"","sources":["../../../../../../src/persona/local/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,sCAAsC,CAAC;AAGtJ;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC5C,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IACpD,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,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,2DAAoE,CAAC;AAE7F,mEAAmE;AACnE,MAAM,MAAM,OAAO,GAAG,6BAA6B,CAAC;AAEpD,qEAAqE;AACrE,eAAO,MAAM,iBAAiB,EAAG,oEAA6E,CAAC;AAE/G,4EAA4E;AAC5E,MAAM,MAAM,QAAQ,GAAG,qCAAqC,CAAC;AAE7D;;;;;;;;GAQG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2GjB,CAAC;AAEX,mEAAmE;AACnE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuE1B,CAAC;AAEX;;;;;GAKG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOP,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOhB,CAAC"}
@@ -0,0 +1,226 @@
1
+ /**
2
+ * Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
3
+ * Source: specs/persona/local/binding/set/1.0/payload.schema.json
4
+ */
5
+ /** Trust Task type URI. */
6
+ export const TYPE_URI = "https://trusttasks.org/spec/persona/local/binding/set/1.0";
7
+ /** Trust Task response type URI (request type URI + "#response"). */
8
+ export const RESPONSE_TYPE_URI = "https://trusttasks.org/spec/persona/local/binding/set/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/binding/set/1.0",
21
+ "title": "Persona Local Binding Set — payload",
22
+ "description": "Bind a context-local profile to a persona in the same context. Safely context-callable — unlike persona/binding/set — precisely because both objects it names live below the boundary and neither reaches the holder's pool.",
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
+ "profileId": {
40
+ "oneOf": [
41
+ {
42
+ "$ref": "#/$defs/Ulid"
43
+ },
44
+ {
45
+ "type": "null"
46
+ }
47
+ ],
48
+ "description": "A LOCAL profile, or null to clear. A maintainer MUST refuse an identifier that names a pool profile: honouring it would let a context-scoped caller bind the holder's composition, which is the one escalation the whole boundary exists to prevent."
49
+ },
50
+ "expectedVersion": {
51
+ "$ref": "#/$defs/ExpectedVersion"
52
+ },
53
+ "ext": {
54
+ "$ref": "#/$defs/Ext"
55
+ }
56
+ },
57
+ "$defs": {
58
+ "Response": {
59
+ "$anchor": "response",
60
+ "title": "Persona Local Binding Set — response payload",
61
+ "description": "Success response to persona/local/binding/set. Type https://trusttasks.org/spec/persona/local/binding/set/1.0#response.",
62
+ "type": "object",
63
+ "additionalProperties": false,
64
+ "required": [
65
+ "contextId",
66
+ "personaDid",
67
+ "version"
68
+ ],
69
+ "properties": {
70
+ "contextId": {
71
+ "type": "string",
72
+ "minLength": 1
73
+ },
74
+ "personaDid": {
75
+ "type": "string",
76
+ "minLength": 1
77
+ },
78
+ "profileId": {
79
+ "oneOf": [
80
+ {
81
+ "$ref": "#/$defs/Ulid"
82
+ },
83
+ {
84
+ "type": "null"
85
+ }
86
+ ]
87
+ },
88
+ "version": {
89
+ "$ref": "#/$defs/Version"
90
+ },
91
+ "ext": {
92
+ "$ref": "#/$defs/Ext"
93
+ }
94
+ }
95
+ },
96
+ "Ext": {
97
+ "title": "Ext",
98
+ "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.",
99
+ "type": "object",
100
+ "minProperties": 1,
101
+ "additionalProperties": true,
102
+ "propertyNames": {
103
+ "pattern": "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$"
104
+ }
105
+ },
106
+ "Version": {
107
+ "title": "Version",
108
+ "description": "A value of the store's monotonic write counter. Server-assigned; a producer never chooses one.",
109
+ "type": "integer",
110
+ "minimum": 1
111
+ },
112
+ "Ulid": {
113
+ "title": "Ulid",
114
+ "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.",
115
+ "type": "string",
116
+ "pattern": "^[0-9A-HJKMNP-TV-Z]{26}$"
117
+ },
118
+ "ExpectedVersion": {
119
+ "title": "ExpectedVersion",
120
+ "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.",
121
+ "type": "integer",
122
+ "minimum": 0
123
+ }
124
+ }
125
+ };
126
+ /** As {@link PAYLOAD_SCHEMA}, for the success-response variant. */
127
+ export const RESPONSE_PAYLOAD_SCHEMA = {
128
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
129
+ "$ref": "#/$defs/Response",
130
+ "$defs": {
131
+ "Response": {
132
+ "$anchor": "response",
133
+ "title": "Persona Local Binding Set — response payload",
134
+ "description": "Success response to persona/local/binding/set. Type https://trusttasks.org/spec/persona/local/binding/set/1.0#response.",
135
+ "type": "object",
136
+ "additionalProperties": false,
137
+ "required": [
138
+ "contextId",
139
+ "personaDid",
140
+ "version"
141
+ ],
142
+ "properties": {
143
+ "contextId": {
144
+ "type": "string",
145
+ "minLength": 1
146
+ },
147
+ "personaDid": {
148
+ "type": "string",
149
+ "minLength": 1
150
+ },
151
+ "profileId": {
152
+ "oneOf": [
153
+ {
154
+ "$ref": "#/$defs/Ulid"
155
+ },
156
+ {
157
+ "type": "null"
158
+ }
159
+ ]
160
+ },
161
+ "version": {
162
+ "$ref": "#/$defs/Version"
163
+ },
164
+ "ext": {
165
+ "$ref": "#/$defs/Ext"
166
+ }
167
+ }
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
+ "Version": {
180
+ "title": "Version",
181
+ "description": "A value of the store's monotonic write counter. Server-assigned; a producer never chooses one.",
182
+ "type": "integer",
183
+ "minimum": 1
184
+ },
185
+ "Ulid": {
186
+ "title": "Ulid",
187
+ "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.",
188
+ "type": "string",
189
+ "pattern": "^[0-9A-HJKMNP-TV-Z]{26}$"
190
+ },
191
+ "ExpectedVersion": {
192
+ "title": "ExpectedVersion",
193
+ "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.",
194
+ "type": "integer",
195
+ "minimum": 0
196
+ }
197
+ }
198
+ };
199
+ /**
200
+ * SPEC.md §7.2 policy for the request variant, from this specification's
201
+ * front matter. Pass to `consumeInbound` — items 5b, 7 and 8 are
202
+ * per-specification and cannot be derived from the document alone, and
203
+ * item 2 needs the schema this carries.
204
+ */
205
+ export const SPEC = {
206
+ typeUri: TYPE_URI,
207
+ isBearer: false,
208
+ isProofRequired: true,
209
+ isRecipientRequired: true,
210
+ isIssuedAtRequired: true,
211
+ payloadSchema: PAYLOAD_SCHEMA,
212
+ };
213
+ /**
214
+ * SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
215
+ * tracks the *issuer* party's requirement because a response swaps the
216
+ * parties (§7.3 item 5).
217
+ */
218
+ export const RESPONSE_SPEC = {
219
+ typeUri: RESPONSE_TYPE_URI,
220
+ isBearer: false,
221
+ isProofRequired: true,
222
+ isRecipientRequired: true,
223
+ isIssuedAtRequired: true,
224
+ payloadSchema: RESPONSE_PAYLOAD_SCHEMA,
225
+ };
226
+ //# sourceMappingURL=payload.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payload.js","sourceRoot":"","sources":["../../../../../../src/persona/local/binding/set/1.0/payload.ts"],"names":[],"mappings":"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"}