@openvtc/trust-tasks 0.12.9 → 0.12.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 (68) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/index.js +2 -0
  4. package/dist/index.js.map +1 -1
  5. package/dist/vtc/_shared/0.1/endorsement.d.ts +1 -1
  6. package/dist/vtc/ceremonies/list/0.1/payload.d.ts +22 -0
  7. package/dist/vtc/ceremonies/list/0.1/payload.d.ts.map +1 -1
  8. package/dist/vtc/ceremonies/list/0.1/payload.js +8 -0
  9. package/dist/vtc/ceremonies/list/0.1/payload.js.map +1 -1
  10. package/dist/vtc/community/profile/show/0.1/payload.d.ts +81 -22
  11. package/dist/vtc/community/profile/show/0.1/payload.d.ts.map +1 -1
  12. package/dist/vtc/community/profile/show/0.1/payload.js +34 -8
  13. package/dist/vtc/community/profile/show/0.1/payload.js.map +1 -1
  14. package/dist/vtc/community/profile/update/0.1/payload.d.ts +81 -22
  15. package/dist/vtc/community/profile/update/0.1/payload.d.ts.map +1 -1
  16. package/dist/vtc/community/profile/update/0.1/payload.js +34 -8
  17. package/dist/vtc/community/profile/update/0.1/payload.js.map +1 -1
  18. package/dist/vtc/endorsements/issue/0.1/payload.d.ts +65 -65
  19. package/dist/vtc/endorsements/issue/0.1/payload.d.ts.map +1 -1
  20. package/dist/vtc/endorsements/issue/0.1/payload.js +36 -32
  21. package/dist/vtc/endorsements/issue/0.1/payload.js.map +1 -1
  22. package/dist/vtc/endorsements/list/0.1/payload.d.ts +41 -61
  23. package/dist/vtc/endorsements/list/0.1/payload.d.ts.map +1 -1
  24. package/dist/vtc/endorsements/list/0.1/payload.js +24 -30
  25. package/dist/vtc/endorsements/list/0.1/payload.js.map +1 -1
  26. package/dist/vtc/endorsements/show/0.1/payload.d.ts +41 -61
  27. package/dist/vtc/endorsements/show/0.1/payload.d.ts.map +1 -1
  28. package/dist/vtc/endorsements/show/0.1/payload.js +24 -30
  29. package/dist/vtc/endorsements/show/0.1/payload.js.map +1 -1
  30. package/dist/vtc/install/claim/finish/0.2/payload.d.ts +271 -0
  31. package/dist/vtc/install/claim/finish/0.2/payload.d.ts.map +1 -0
  32. package/dist/vtc/install/claim/finish/0.2/payload.js +152 -0
  33. package/dist/vtc/install/claim/finish/0.2/payload.js.map +1 -0
  34. package/dist/vtc/install/claim/start/0.1/payload.d.ts +18 -0
  35. package/dist/vtc/install/claim/start/0.1/payload.d.ts.map +1 -1
  36. package/dist/vtc/install/claim/start/0.1/payload.js +5 -0
  37. package/dist/vtc/install/claim/start/0.1/payload.js.map +1 -1
  38. package/dist/vtc/install/claim/start/0.2/payload.d.ts +264 -0
  39. package/dist/vtc/install/claim/start/0.2/payload.d.ts.map +1 -0
  40. package/dist/vtc/install/claim/start/0.2/payload.js +145 -0
  41. package/dist/vtc/install/claim/start/0.2/payload.js.map +1 -0
  42. package/dist/vtc/registry/diagnostics/0.1/payload.d.ts +491 -0
  43. package/dist/vtc/registry/diagnostics/0.1/payload.d.ts.map +1 -1
  44. package/dist/vtc/registry/diagnostics/0.1/payload.js +260 -0
  45. package/dist/vtc/registry/diagnostics/0.1/payload.js.map +1 -1
  46. package/dist/vtc/website/files/list/0.1/payload.d.ts +24 -0
  47. package/dist/vtc/website/files/list/0.1/payload.d.ts.map +1 -1
  48. package/dist/vtc/website/files/list/0.1/payload.js +10 -0
  49. package/dist/vtc/website/files/list/0.1/payload.js.map +1 -1
  50. package/dist/vtc/website/generations/list/0.1/payload.d.ts +48 -0
  51. package/dist/vtc/website/generations/list/0.1/payload.d.ts.map +1 -1
  52. package/dist/vtc/website/generations/list/0.1/payload.js +20 -0
  53. package/dist/vtc/website/generations/list/0.1/payload.js.map +1 -1
  54. package/package.json +1 -1
  55. package/src/index.ts +2 -0
  56. package/src/vtc/_shared/0.1/endorsement.ts +1 -1
  57. package/src/vtc/ceremonies/list/0.1/payload.ts +14 -0
  58. package/src/vtc/community/profile/show/0.1/payload.ts +47 -10
  59. package/src/vtc/community/profile/update/0.1/payload.ts +47 -10
  60. package/src/vtc/endorsements/issue/0.1/payload.ts +45 -41
  61. package/src/vtc/endorsements/list/0.1/payload.ts +29 -39
  62. package/src/vtc/endorsements/show/0.1/payload.ts +29 -39
  63. package/src/vtc/install/claim/finish/0.2/payload.ts +193 -0
  64. package/src/vtc/install/claim/start/0.1/payload.ts +13 -0
  65. package/src/vtc/install/claim/start/0.2/payload.ts +189 -0
  66. package/src/vtc/registry/diagnostics/0.1/payload.ts +343 -0
  67. package/src/vtc/website/files/list/0.1/payload.ts +14 -0
  68. package/src/vtc/website/generations/list/0.1/payload.ts +28 -0
@@ -0,0 +1,271 @@
1
+ /**
2
+ * Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
3
+ * Source: specs/vtc/install/claim/finish/0.2/payload.schema.json
4
+ */
5
+ export interface VTCInstallClaimFinishPayload {
6
+ installToken: string;
7
+ /**
8
+ * From claim/start.
9
+ */
10
+ registrationId: string;
11
+ /**
12
+ * RegisterPublicKeyCredential from navigator.credentials.create() (opaque here).
13
+ */
14
+ webauthnResponse: {};
15
+ ext?: Ext;
16
+ }
17
+ /**
18
+ * 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.
19
+ */
20
+ export interface Ext {
21
+ [k: string]: unknown | undefined;
22
+ }
23
+ export interface VTCInstallClaimFinishResponsePayload {
24
+ /**
25
+ * Candidate admin DID derived from the passkey's Ed25519 public key.
26
+ */
27
+ adminDid: string;
28
+ /**
29
+ * EdDSA JWT (aud=vtc-install-session, 5min TTL) consumed by admin/bootstrap.
30
+ */
31
+ setupSessionToken: string;
32
+ ext?: Ext;
33
+ }
34
+ /** Trust Task type URI. */
35
+ export declare const TYPE_URI: "https://trusttasks.org/spec/vtc/install/claim/finish/0.2";
36
+ /** Stable alias for this specification's request payload shape. */
37
+ export type Payload = VTCInstallClaimFinishPayload;
38
+ /** Trust Task response type URI (request type URI + "#response"). */
39
+ export declare const RESPONSE_TYPE_URI: "https://trusttasks.org/spec/vtc/install/claim/finish/0.2#response";
40
+ /** Stable alias for this specification's success-response payload shape. */
41
+ export type Response = VTCInstallClaimFinishResponsePayload;
42
+ /**
43
+ * This specification's payload schema, as a value.
44
+ *
45
+ * SPEC.md §7.2 item 2 is performed against this. It is shipped as data
46
+ * rather than only as a `.json` file because TypeScript types are erased
47
+ * at runtime: without a schema a consumer has nothing to validate, and
48
+ * every REQUIRED payload member is optional in practice. Cross-file
49
+ * `$ref`s are already inlined, so it needs no resolver.
50
+ */
51
+ export declare const PAYLOAD_SCHEMA: {
52
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
53
+ readonly $id: "https://trusttasks.org/spec/vtc/install/claim/finish/0.2";
54
+ readonly title: "VTC Install Claim Finish — payload";
55
+ readonly type: "object";
56
+ readonly additionalProperties: false;
57
+ readonly required: readonly ["installToken", "registrationId", "webauthnResponse"];
58
+ readonly properties: {
59
+ readonly installToken: {
60
+ readonly type: "string";
61
+ readonly minLength: 1;
62
+ };
63
+ readonly registrationId: {
64
+ readonly type: "string";
65
+ readonly minLength: 1;
66
+ readonly description: "From claim/start.";
67
+ };
68
+ readonly webauthnResponse: {
69
+ readonly type: "object";
70
+ readonly description: "RegisterPublicKeyCredential from navigator.credentials.create() (opaque here).";
71
+ };
72
+ readonly ext: {
73
+ readonly $ref: "#/$defs/Ext";
74
+ };
75
+ };
76
+ readonly $defs: {
77
+ readonly Response: {
78
+ readonly $anchor: "response";
79
+ readonly title: "VTC Install Claim Finish — response payload";
80
+ readonly type: "object";
81
+ readonly additionalProperties: false;
82
+ readonly required: readonly ["adminDid", "setupSessionToken"];
83
+ readonly properties: {
84
+ readonly adminDid: {
85
+ readonly type: "string";
86
+ readonly pattern: "^did:key:z";
87
+ readonly description: "Candidate admin DID derived from the passkey's Ed25519 public key.";
88
+ };
89
+ readonly setupSessionToken: {
90
+ readonly type: "string";
91
+ readonly minLength: 1;
92
+ readonly description: "EdDSA JWT (aud=vtc-install-session, 5min TTL) consumed by admin/bootstrap.";
93
+ };
94
+ readonly ext: {
95
+ readonly $ref: "#/$defs/Ext";
96
+ };
97
+ };
98
+ };
99
+ readonly Ext: {
100
+ readonly title: "Ext";
101
+ 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.";
102
+ readonly type: "object";
103
+ readonly minProperties: 1;
104
+ readonly additionalProperties: true;
105
+ readonly propertyNames: {
106
+ readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
107
+ };
108
+ };
109
+ };
110
+ };
111
+ /** As {@link PAYLOAD_SCHEMA}, for the success-response variant. */
112
+ export declare const RESPONSE_PAYLOAD_SCHEMA: {
113
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
114
+ readonly $ref: "#/$defs/Response";
115
+ readonly $defs: {
116
+ readonly Response: {
117
+ readonly $anchor: "response";
118
+ readonly title: "VTC Install Claim Finish — response payload";
119
+ readonly type: "object";
120
+ readonly additionalProperties: false;
121
+ readonly required: readonly ["adminDid", "setupSessionToken"];
122
+ readonly properties: {
123
+ readonly adminDid: {
124
+ readonly type: "string";
125
+ readonly pattern: "^did:key:z";
126
+ readonly description: "Candidate admin DID derived from the passkey's Ed25519 public key.";
127
+ };
128
+ readonly setupSessionToken: {
129
+ readonly type: "string";
130
+ readonly minLength: 1;
131
+ readonly description: "EdDSA JWT (aud=vtc-install-session, 5min TTL) consumed by admin/bootstrap.";
132
+ };
133
+ readonly ext: {
134
+ readonly $ref: "#/$defs/Ext";
135
+ };
136
+ };
137
+ };
138
+ readonly Ext: {
139
+ readonly title: "Ext";
140
+ 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.";
141
+ readonly type: "object";
142
+ readonly minProperties: 1;
143
+ readonly additionalProperties: true;
144
+ readonly propertyNames: {
145
+ readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
146
+ };
147
+ };
148
+ };
149
+ };
150
+ /**
151
+ * SPEC.md §7.2 policy for the request variant, from this specification's
152
+ * front matter. Pass to `consumeInbound` — items 5b, 7 and 8 are
153
+ * per-specification and cannot be derived from the document alone, and
154
+ * item 2 needs the schema this carries.
155
+ */
156
+ export declare const SPEC: {
157
+ readonly typeUri: "https://trusttasks.org/spec/vtc/install/claim/finish/0.2";
158
+ readonly isBearer: false;
159
+ readonly isProofRequired: false;
160
+ readonly isRecipientRequired: true;
161
+ readonly payloadSchema: {
162
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
163
+ readonly $id: "https://trusttasks.org/spec/vtc/install/claim/finish/0.2";
164
+ readonly title: "VTC Install Claim Finish — payload";
165
+ readonly type: "object";
166
+ readonly additionalProperties: false;
167
+ readonly required: readonly ["installToken", "registrationId", "webauthnResponse"];
168
+ readonly properties: {
169
+ readonly installToken: {
170
+ readonly type: "string";
171
+ readonly minLength: 1;
172
+ };
173
+ readonly registrationId: {
174
+ readonly type: "string";
175
+ readonly minLength: 1;
176
+ readonly description: "From claim/start.";
177
+ };
178
+ readonly webauthnResponse: {
179
+ readonly type: "object";
180
+ readonly description: "RegisterPublicKeyCredential from navigator.credentials.create() (opaque here).";
181
+ };
182
+ readonly ext: {
183
+ readonly $ref: "#/$defs/Ext";
184
+ };
185
+ };
186
+ readonly $defs: {
187
+ readonly Response: {
188
+ readonly $anchor: "response";
189
+ readonly title: "VTC Install Claim Finish — response payload";
190
+ readonly type: "object";
191
+ readonly additionalProperties: false;
192
+ readonly required: readonly ["adminDid", "setupSessionToken"];
193
+ readonly properties: {
194
+ readonly adminDid: {
195
+ readonly type: "string";
196
+ readonly pattern: "^did:key:z";
197
+ readonly description: "Candidate admin DID derived from the passkey's Ed25519 public key.";
198
+ };
199
+ readonly setupSessionToken: {
200
+ readonly type: "string";
201
+ readonly minLength: 1;
202
+ readonly description: "EdDSA JWT (aud=vtc-install-session, 5min TTL) consumed by admin/bootstrap.";
203
+ };
204
+ readonly ext: {
205
+ readonly $ref: "#/$defs/Ext";
206
+ };
207
+ };
208
+ };
209
+ readonly Ext: {
210
+ readonly title: "Ext";
211
+ 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.";
212
+ readonly type: "object";
213
+ readonly minProperties: 1;
214
+ readonly additionalProperties: true;
215
+ readonly propertyNames: {
216
+ readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
217
+ };
218
+ };
219
+ };
220
+ };
221
+ };
222
+ /**
223
+ * SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
224
+ * tracks the *issuer* party's requirement because a response swaps the
225
+ * parties (§7.3 item 5).
226
+ */
227
+ export declare const RESPONSE_SPEC: {
228
+ readonly typeUri: "https://trusttasks.org/spec/vtc/install/claim/finish/0.2#response";
229
+ readonly isBearer: false;
230
+ readonly isProofRequired: false;
231
+ readonly isRecipientRequired: true;
232
+ readonly payloadSchema: {
233
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
234
+ readonly $ref: "#/$defs/Response";
235
+ readonly $defs: {
236
+ readonly Response: {
237
+ readonly $anchor: "response";
238
+ readonly title: "VTC Install Claim Finish — response payload";
239
+ readonly type: "object";
240
+ readonly additionalProperties: false;
241
+ readonly required: readonly ["adminDid", "setupSessionToken"];
242
+ readonly properties: {
243
+ readonly adminDid: {
244
+ readonly type: "string";
245
+ readonly pattern: "^did:key:z";
246
+ readonly description: "Candidate admin DID derived from the passkey's Ed25519 public key.";
247
+ };
248
+ readonly setupSessionToken: {
249
+ readonly type: "string";
250
+ readonly minLength: 1;
251
+ readonly description: "EdDSA JWT (aud=vtc-install-session, 5min TTL) consumed by admin/bootstrap.";
252
+ };
253
+ readonly ext: {
254
+ readonly $ref: "#/$defs/Ext";
255
+ };
256
+ };
257
+ };
258
+ readonly Ext: {
259
+ readonly title: "Ext";
260
+ 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.";
261
+ readonly type: "object";
262
+ readonly minProperties: 1;
263
+ readonly additionalProperties: true;
264
+ readonly propertyNames: {
265
+ readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
266
+ };
267
+ };
268
+ };
269
+ };
270
+ };
271
+ //# sourceMappingURL=payload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payload.d.ts","sourceRoot":"","sources":["../../../../../../src/vtc/install/claim/finish/0.2/payload.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,4BAA4B;IAC3C,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,gBAAgB,EAAE,EAAE,CAAC;IACrB,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AACD;;GAEG;AACH,MAAM,WAAW,GAAG;IAClB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;CAClC;AACD,MAAM,WAAW,oCAAoC;IACnD;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAC1B,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AAED,2BAA2B;AAC3B,eAAO,MAAM,QAAQ,EAAG,0DAAmE,CAAC;AAE5F,mEAAmE;AACnE,MAAM,MAAM,OAAO,GAAG,4BAA4B,CAAC;AAEnD,qEAAqE;AACrE,eAAO,MAAM,iBAAiB,EAAG,mEAA4E,CAAC;AAE9G,4EAA4E;AAC5E,MAAM,MAAM,QAAQ,GAAG,oCAAoC,CAAC;AAE5D;;;;;;;;GAQG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkEjB,CAAC;AAEX,mEAAmE;AACnE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwC1B,CAAC;AAEX;;;;;GAKG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMP,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMhB,CAAC"}
@@ -0,0 +1,152 @@
1
+ /**
2
+ * Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
3
+ * Source: specs/vtc/install/claim/finish/0.2/payload.schema.json
4
+ */
5
+ /** Trust Task type URI. */
6
+ export const TYPE_URI = "https://trusttasks.org/spec/vtc/install/claim/finish/0.2";
7
+ /** Trust Task response type URI (request type URI + "#response"). */
8
+ export const RESPONSE_TYPE_URI = "https://trusttasks.org/spec/vtc/install/claim/finish/0.2#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/vtc/install/claim/finish/0.2",
21
+ "title": "VTC Install Claim Finish — payload",
22
+ "type": "object",
23
+ "additionalProperties": false,
24
+ "required": [
25
+ "installToken",
26
+ "registrationId",
27
+ "webauthnResponse"
28
+ ],
29
+ "properties": {
30
+ "installToken": {
31
+ "type": "string",
32
+ "minLength": 1
33
+ },
34
+ "registrationId": {
35
+ "type": "string",
36
+ "minLength": 1,
37
+ "description": "From claim/start."
38
+ },
39
+ "webauthnResponse": {
40
+ "type": "object",
41
+ "description": "RegisterPublicKeyCredential from navigator.credentials.create() (opaque here)."
42
+ },
43
+ "ext": {
44
+ "$ref": "#/$defs/Ext"
45
+ }
46
+ },
47
+ "$defs": {
48
+ "Response": {
49
+ "$anchor": "response",
50
+ "title": "VTC Install Claim Finish — response payload",
51
+ "type": "object",
52
+ "additionalProperties": false,
53
+ "required": [
54
+ "adminDid",
55
+ "setupSessionToken"
56
+ ],
57
+ "properties": {
58
+ "adminDid": {
59
+ "type": "string",
60
+ "pattern": "^did:key:z",
61
+ "description": "Candidate admin DID derived from the passkey's Ed25519 public key."
62
+ },
63
+ "setupSessionToken": {
64
+ "type": "string",
65
+ "minLength": 1,
66
+ "description": "EdDSA JWT (aud=vtc-install-session, 5min TTL) consumed by admin/bootstrap."
67
+ },
68
+ "ext": {
69
+ "$ref": "#/$defs/Ext"
70
+ }
71
+ }
72
+ },
73
+ "Ext": {
74
+ "title": "Ext",
75
+ "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.",
76
+ "type": "object",
77
+ "minProperties": 1,
78
+ "additionalProperties": true,
79
+ "propertyNames": {
80
+ "pattern": "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$"
81
+ }
82
+ }
83
+ }
84
+ };
85
+ /** As {@link PAYLOAD_SCHEMA}, for the success-response variant. */
86
+ export const RESPONSE_PAYLOAD_SCHEMA = {
87
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
88
+ "$ref": "#/$defs/Response",
89
+ "$defs": {
90
+ "Response": {
91
+ "$anchor": "response",
92
+ "title": "VTC Install Claim Finish — response payload",
93
+ "type": "object",
94
+ "additionalProperties": false,
95
+ "required": [
96
+ "adminDid",
97
+ "setupSessionToken"
98
+ ],
99
+ "properties": {
100
+ "adminDid": {
101
+ "type": "string",
102
+ "pattern": "^did:key:z",
103
+ "description": "Candidate admin DID derived from the passkey's Ed25519 public key."
104
+ },
105
+ "setupSessionToken": {
106
+ "type": "string",
107
+ "minLength": 1,
108
+ "description": "EdDSA JWT (aud=vtc-install-session, 5min TTL) consumed by admin/bootstrap."
109
+ },
110
+ "ext": {
111
+ "$ref": "#/$defs/Ext"
112
+ }
113
+ }
114
+ },
115
+ "Ext": {
116
+ "title": "Ext",
117
+ "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.",
118
+ "type": "object",
119
+ "minProperties": 1,
120
+ "additionalProperties": true,
121
+ "propertyNames": {
122
+ "pattern": "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$"
123
+ }
124
+ }
125
+ }
126
+ };
127
+ /**
128
+ * SPEC.md §7.2 policy for the request variant, from this specification's
129
+ * front matter. Pass to `consumeInbound` — items 5b, 7 and 8 are
130
+ * per-specification and cannot be derived from the document alone, and
131
+ * item 2 needs the schema this carries.
132
+ */
133
+ export const SPEC = {
134
+ typeUri: TYPE_URI,
135
+ isBearer: false,
136
+ isProofRequired: false,
137
+ isRecipientRequired: true,
138
+ payloadSchema: PAYLOAD_SCHEMA,
139
+ };
140
+ /**
141
+ * SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
142
+ * tracks the *issuer* party's requirement because a response swaps the
143
+ * parties (§7.3 item 5).
144
+ */
145
+ export const RESPONSE_SPEC = {
146
+ typeUri: RESPONSE_TYPE_URI,
147
+ isBearer: false,
148
+ isProofRequired: false,
149
+ isRecipientRequired: true,
150
+ payloadSchema: RESPONSE_PAYLOAD_SCHEMA,
151
+ };
152
+ //# sourceMappingURL=payload.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payload.js","sourceRoot":"","sources":["../../../../../../src/vtc/install/claim/finish/0.2/payload.ts"],"names":[],"mappings":"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"}
@@ -7,6 +7,14 @@ export interface VTCInstallClaimStartPayload {
7
7
  * The EdDSA-signed install JWT (aud=vtc-install) printed by vtc setup.
8
8
  */
9
9
  installToken: string;
10
+ /**
11
+ * A short code the operator receives **out of band**, alongside the install URL but through a separate channel.
12
+ *
13
+ * The second factor on a claim: the URL alone is deliberately insufficient, so a stolen or forwarded install link cannot claim the passkey by itself. A maintainer that mints one shows the plaintext once and stores only a hash; a claim that omits or fails it is refused before any registration challenge is issued.
14
+ *
15
+ * Optional in the schema because a maintainer may issue tokens without one — but a maintainer that does issue one MUST require it, and SHOULD issue one for any invite that travels over a channel it does not control.
16
+ */
17
+ claimSecret?: string;
10
18
  ext?: Ext;
11
19
  }
12
20
  /**
@@ -60,6 +68,11 @@ export declare const PAYLOAD_SCHEMA: {
60
68
  readonly minLength: 1;
61
69
  readonly description: "The EdDSA-signed install JWT (aud=vtc-install) printed by vtc setup.";
62
70
  };
71
+ readonly claimSecret: {
72
+ readonly type: "string";
73
+ readonly minLength: 1;
74
+ readonly description: "A short code the operator receives **out of band**, alongside the install URL but through a separate channel.\n\nThe second factor on a claim: the URL alone is deliberately insufficient, so a stolen or forwarded install link cannot claim the passkey by itself. A maintainer that mints one shows the plaintext once and stores only a hash; a claim that omits or fails it is refused before any registration challenge is issued.\n\nOptional in the schema because a maintainer may issue tokens without one — but a maintainer that does issue one MUST require it, and SHOULD issue one for any invite that travels over a channel it does not control.";
75
+ };
63
76
  readonly ext: {
64
77
  readonly $ref: "#/$defs/Ext";
65
78
  };
@@ -170,6 +183,11 @@ export declare const SPEC: {
170
183
  readonly minLength: 1;
171
184
  readonly description: "The EdDSA-signed install JWT (aud=vtc-install) printed by vtc setup.";
172
185
  };
186
+ readonly claimSecret: {
187
+ readonly type: "string";
188
+ readonly minLength: 1;
189
+ readonly description: "A short code the operator receives **out of band**, alongside the install URL but through a separate channel.\n\nThe second factor on a claim: the URL alone is deliberately insufficient, so a stolen or forwarded install link cannot claim the passkey by itself. A maintainer that mints one shows the plaintext once and stores only a hash; a claim that omits or fails it is refused before any registration challenge is issued.\n\nOptional in the schema because a maintainer may issue tokens without one — but a maintainer that does issue one MUST require it, and SHOULD issue one for any invite that travels over a channel it does not control.";
190
+ };
173
191
  readonly ext: {
174
192
  readonly $ref: "#/$defs/Ext";
175
193
  };
@@ -1 +1 @@
1
- {"version":3,"file":"payload.d.ts","sourceRoot":"","sources":["../../../../../../src/vtc/install/claim/start/0.1/payload.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AACD;;GAEG;AACH,MAAM,WAAW,GAAG;IAClB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;CAClC;AACD,MAAM,WAAW,mCAAmC;IAClD;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,OAAO,EAAE,EAAE,CAAC;IACZ;;OAEG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AAED,2BAA2B;AAC3B,eAAO,MAAM,QAAQ,EAAG,yDAAkE,CAAC;AAE3F,mEAAmE;AACnE,MAAM,MAAM,OAAO,GAAG,2BAA2B,CAAC;AAElD,qEAAqE;AACrE,eAAO,MAAM,iBAAiB,EAAG,kEAA2E,CAAC;AAE7G,4EAA4E;AAC5E,MAAM,MAAM,QAAQ,GAAG,mCAAmC,CAAC;AAE3D;;;;;;;;GAQG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DjB,CAAC;AAEX,mEAAmE;AACnE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6C1B,CAAC;AAEX;;;;;GAKG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMP,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMhB,CAAC"}
1
+ {"version":3,"file":"payload.d.ts","sourceRoot":"","sources":["../../../../../../src/vtc/install/claim/start/0.1/payload.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;;;OAMG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AACD;;GAEG;AACH,MAAM,WAAW,GAAG;IAClB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;CAClC;AACD,MAAM,WAAW,mCAAmC;IAClD;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,OAAO,EAAE,EAAE,CAAC;IACZ;;OAEG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AAED,2BAA2B;AAC3B,eAAO,MAAM,QAAQ,EAAG,yDAAkE,CAAC;AAE3F,mEAAmE;AACnE,MAAM,MAAM,OAAO,GAAG,2BAA2B,CAAC;AAElD,qEAAqE;AACrE,eAAO,MAAM,iBAAiB,EAAG,kEAA2E,CAAC;AAE7G,4EAA4E;AAC5E,MAAM,MAAM,QAAQ,GAAG,mCAAmC,CAAC;AAE3D;;;;;;;;GAQG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkEjB,CAAC;AAEX,mEAAmE;AACnE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6C1B,CAAC;AAEX;;;;;GAKG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMP,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMhB,CAAC"}
@@ -30,6 +30,11 @@ export const PAYLOAD_SCHEMA = {
30
30
  "minLength": 1,
31
31
  "description": "The EdDSA-signed install JWT (aud=vtc-install) printed by vtc setup."
32
32
  },
33
+ "claimSecret": {
34
+ "type": "string",
35
+ "minLength": 1,
36
+ "description": "A short code the operator receives **out of band**, alongside the install URL but through a separate channel.\n\nThe second factor on a claim: the URL alone is deliberately insufficient, so a stolen or forwarded install link cannot claim the passkey by itself. A maintainer that mints one shows the plaintext once and stores only a hash; a claim that omits or fails it is refused before any registration challenge is issued.\n\nOptional in the schema because a maintainer may issue tokens without one — but a maintainer that does issue one MUST require it, and SHOULD issue one for any invite that travels over a channel it does not control."
37
+ },
33
38
  "ext": {
34
39
  "$ref": "#/$defs/Ext"
35
40
  }
@@ -1 +1 @@
1
- {"version":3,"file":"payload.js","sourceRoot":"","sources":["../../../../../../src/vtc/install/claim/start/0.1/payload.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"payload.js","sourceRoot":"","sources":["../../../../../../src/vtc/install/claim/start/0.1/payload.ts"],"names":[],"mappings":"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"}