@openvtc/trust-tasks 0.9.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +24 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +24 -0
- package/dist/index.js.map +1 -1
- package/dist/vta/_shared/0.1/context.d.ts +11 -0
- package/dist/vta/_shared/0.1/context.d.ts.map +1 -0
- package/dist/vta/_shared/0.1/context.js +6 -0
- package/dist/vta/_shared/0.1/context.js.map +1 -0
- package/dist/vta/_shared/0.1/webvh-records.d.ts +11 -0
- package/dist/vta/_shared/0.1/webvh-records.d.ts.map +1 -0
- package/dist/vta/_shared/0.1/webvh-records.js +6 -0
- package/dist/vta/_shared/0.1/webvh-records.js.map +1 -0
- package/dist/vta/contexts/create/1.0/payload.d.ts +443 -0
- package/dist/vta/contexts/create/1.0/payload.d.ts.map +1 -0
- package/dist/vta/contexts/create/1.0/payload.js +226 -0
- package/dist/vta/contexts/create/1.0/payload.js.map +1 -0
- package/dist/vta/contexts/delete/1.0/payload.d.ts +256 -0
- package/dist/vta/contexts/delete/1.0/payload.d.ts.map +1 -0
- package/dist/vta/contexts/delete/1.0/payload.js +143 -0
- package/dist/vta/contexts/delete/1.0/payload.js.map +1 -0
- package/dist/vta/contexts/get/1.0/payload.d.ts +405 -0
- package/dist/vta/contexts/get/1.0/payload.d.ts.map +1 -0
- package/dist/vta/contexts/get/1.0/payload.js +212 -0
- package/dist/vta/contexts/get/1.0/payload.js.map +1 -0
- package/dist/vta/contexts/list/1.0/payload.d.ts +460 -0
- package/dist/vta/contexts/list/1.0/payload.d.ts.map +1 -0
- package/dist/vta/contexts/list/1.0/payload.js +237 -0
- package/dist/vta/contexts/list/1.0/payload.js.map +1 -0
- package/dist/vta/contexts/preview-delete/1.0/payload.d.ts +394 -0
- package/dist/vta/contexts/preview-delete/1.0/payload.d.ts.map +1 -0
- package/dist/vta/contexts/preview-delete/1.0/payload.js +209 -0
- package/dist/vta/contexts/preview-delete/1.0/payload.js.map +1 -0
- package/dist/vta/contexts/update/1.0/payload.d.ts +653 -0
- package/dist/vta/contexts/update/1.0/payload.d.ts.map +1 -0
- package/dist/vta/contexts/update/1.0/payload.js +314 -0
- package/dist/vta/contexts/update/1.0/payload.js.map +1 -0
- package/dist/vta/contexts/update-did/1.0/payload.d.ts +419 -0
- package/dist/vta/contexts/update-did/1.0/payload.d.ts.map +1 -0
- package/dist/vta/contexts/update-did/1.0/payload.js +218 -0
- package/dist/vta/contexts/update-did/1.0/payload.js.map +1 -0
- package/dist/vta/webvh/agent-name/check/1.0/payload.d.ts +301 -0
- package/dist/vta/webvh/agent-name/check/1.0/payload.d.ts.map +1 -0
- package/dist/vta/webvh/agent-name/check/1.0/payload.js +165 -0
- package/dist/vta/webvh/agent-name/check/1.0/payload.js.map +1 -0
- package/dist/vta/webvh/agent-name/disable/1.0/payload.d.ts +274 -0
- package/dist/vta/webvh/agent-name/disable/1.0/payload.d.ts.map +1 -0
- package/dist/vta/webvh/agent-name/disable/1.0/payload.js +153 -0
- package/dist/vta/webvh/agent-name/disable/1.0/payload.js.map +1 -0
- package/dist/vta/webvh/agent-name/enable/1.0/payload.d.ts +274 -0
- package/dist/vta/webvh/agent-name/enable/1.0/payload.d.ts.map +1 -0
- package/dist/vta/webvh/agent-name/enable/1.0/payload.js +153 -0
- package/dist/vta/webvh/agent-name/enable/1.0/payload.js.map +1 -0
- package/dist/vta/webvh/agent-name/list/1.0/payload.d.ts +377 -0
- package/dist/vta/webvh/agent-name/list/1.0/payload.d.ts.map +1 -0
- package/dist/vta/webvh/agent-name/list/1.0/payload.js +201 -0
- package/dist/vta/webvh/agent-name/list/1.0/payload.js.map +1 -0
- package/dist/vta/webvh/agent-name/remove/1.0/payload.d.ts +274 -0
- package/dist/vta/webvh/agent-name/remove/1.0/payload.d.ts.map +1 -0
- package/dist/vta/webvh/agent-name/remove/1.0/payload.js +153 -0
- package/dist/vta/webvh/agent-name/remove/1.0/payload.js.map +1 -0
- package/dist/vta/webvh/agent-name/set/1.0/payload.d.ts +274 -0
- package/dist/vta/webvh/agent-name/set/1.0/payload.d.ts.map +1 -0
- package/dist/vta/webvh/agent-name/set/1.0/payload.js +153 -0
- package/dist/vta/webvh/agent-name/set/1.0/payload.js.map +1 -0
- package/dist/vta/webvh/dids/create/1.0/payload.d.ts +806 -0
- package/dist/vta/webvh/dids/create/1.0/payload.d.ts.map +1 -0
- package/dist/vta/webvh/dids/create/1.0/payload.js +400 -0
- package/dist/vta/webvh/dids/create/1.0/payload.js.map +1 -0
- package/dist/vta/webvh/dids/delete/1.0/payload.d.ts +257 -0
- package/dist/vta/webvh/dids/delete/1.0/payload.d.ts.map +1 -0
- package/dist/vta/webvh/dids/delete/1.0/payload.js +145 -0
- package/dist/vta/webvh/dids/delete/1.0/payload.js.map +1 -0
- package/dist/vta/webvh/dids/get/1.0/payload.d.ts +539 -0
- package/dist/vta/webvh/dids/get/1.0/payload.d.ts.map +1 -0
- package/dist/vta/webvh/dids/get/1.0/payload.js +282 -0
- package/dist/vta/webvh/dids/get/1.0/payload.js.map +1 -0
- package/dist/vta/webvh/dids/list/1.0/payload.d.ts +537 -0
- package/dist/vta/webvh/dids/list/1.0/payload.d.ts.map +1 -0
- package/dist/vta/webvh/dids/list/1.0/payload.js +278 -0
- package/dist/vta/webvh/dids/list/1.0/payload.js.map +1 -0
- package/dist/vta/webvh/dids/register-with-server/1.0/payload.d.ts +299 -0
- package/dist/vta/webvh/dids/register-with-server/1.0/payload.d.ts.map +1 -0
- package/dist/vta/webvh/dids/register-with-server/1.0/payload.js +163 -0
- package/dist/vta/webvh/dids/register-with-server/1.0/payload.js.map +1 -0
- package/dist/vta/webvh/dids/rotate-keys/1.0/payload.d.ts +357 -0
- package/dist/vta/webvh/dids/rotate-keys/1.0/payload.d.ts.map +1 -0
- package/dist/vta/webvh/dids/rotate-keys/1.0/payload.js +196 -0
- package/dist/vta/webvh/dids/rotate-keys/1.0/payload.js.map +1 -0
- package/dist/vta/webvh/servers/list/1.0/payload.d.ts +366 -0
- package/dist/vta/webvh/servers/list/1.0/payload.d.ts.map +1 -0
- package/dist/vta/webvh/servers/list/1.0/payload.js +200 -0
- package/dist/vta/webvh/servers/list/1.0/payload.js.map +1 -0
- package/dist/vta/webvh/servers/register/1.0/payload.d.ts +335 -0
- package/dist/vta/webvh/servers/register/1.0/payload.d.ts.map +1 -0
- package/dist/vta/webvh/servers/register/1.0/payload.js +183 -0
- package/dist/vta/webvh/servers/register/1.0/payload.js.map +1 -0
- package/dist/vta/webvh/servers/remove/1.0/payload.d.ts +237 -0
- package/dist/vta/webvh/servers/remove/1.0/payload.d.ts.map +1 -0
- package/dist/vta/webvh/servers/remove/1.0/payload.js +137 -0
- package/dist/vta/webvh/servers/remove/1.0/payload.js.map +1 -0
- package/package.json +2 -1
- package/src/index.ts +24 -0
- package/src/vta/_shared/0.1/context.ts +11 -0
- package/src/vta/_shared/0.1/webvh-records.ts +11 -0
- package/src/vta/contexts/create/1.0/payload.ts +301 -0
- package/src/vta/contexts/delete/1.0/payload.ts +183 -0
- package/src/vta/contexts/get/1.0/payload.ts +275 -0
- package/src/vta/contexts/list/1.0/payload.ts +309 -0
- package/src/vta/contexts/preview-delete/1.0/payload.ts +267 -0
- package/src/vta/contexts/update/1.0/payload.ts +421 -0
- package/src/vta/contexts/update-did/1.0/payload.ts +285 -0
- package/src/vta/webvh/agent-name/check/1.0/payload.ts +216 -0
- package/src/vta/webvh/agent-name/disable/1.0/payload.ts +197 -0
- package/src/vta/webvh/agent-name/enable/1.0/payload.ts +197 -0
- package/src/vta/webvh/agent-name/list/1.0/payload.ts +258 -0
- package/src/vta/webvh/agent-name/remove/1.0/payload.ts +197 -0
- package/src/vta/webvh/agent-name/set/1.0/payload.ts +197 -0
- package/src/vta/webvh/dids/create/1.0/payload.ts +548 -0
- package/src/vta/webvh/dids/delete/1.0/payload.ts +182 -0
- package/src/vta/webvh/dids/get/1.0/payload.ts +363 -0
- package/src/vta/webvh/dids/list/1.0/payload.ts +361 -0
- package/src/vta/webvh/dids/register-with-server/1.0/payload.ts +212 -0
- package/src/vta/webvh/dids/rotate-keys/1.0/payload.ts +251 -0
- package/src/vta/webvh/servers/list/1.0/payload.ts +248 -0
- package/src/vta/webvh/servers/register/1.0/payload.ts +230 -0
- package/src/vta/webvh/servers/remove/1.0/payload.ts +170 -0
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
|
|
3
|
+
* Source: specs/vta/webvh/dids/register-with-server/1.0/payload.schema.json
|
|
4
|
+
*/
|
|
5
|
+
/** Trust Task type URI. */
|
|
6
|
+
export const TYPE_URI = "https://trusttasks.org/spec/vta/webvh/dids/register-with-server/1.0";
|
|
7
|
+
/** Trust Task response type URI (request type URI + "#response"). */
|
|
8
|
+
export const RESPONSE_TYPE_URI = "https://trusttasks.org/spec/vta/webvh/dids/register-with-server/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/vta/webvh/dids/register-with-server/1.0",
|
|
21
|
+
"title": "VTA WebVH DIDs Register-With-Server — payload",
|
|
22
|
+
"description": "Hand an existing DID's log to a hosting server so it is served there.",
|
|
23
|
+
"type": "object",
|
|
24
|
+
"additionalProperties": false,
|
|
25
|
+
"required": [
|
|
26
|
+
"did",
|
|
27
|
+
"serverId"
|
|
28
|
+
],
|
|
29
|
+
"properties": {
|
|
30
|
+
"did": {
|
|
31
|
+
"type": "string",
|
|
32
|
+
"minLength": 1
|
|
33
|
+
},
|
|
34
|
+
"serverId": {
|
|
35
|
+
"type": "string",
|
|
36
|
+
"minLength": 1,
|
|
37
|
+
"description": "Hosting server to register with."
|
|
38
|
+
},
|
|
39
|
+
"force": {
|
|
40
|
+
"type": "boolean",
|
|
41
|
+
"default": false,
|
|
42
|
+
"description": "Overwrite a registration the server already holds at this location. Default false: the location may be somebody else's identity."
|
|
43
|
+
},
|
|
44
|
+
"domain": {
|
|
45
|
+
"type": "string",
|
|
46
|
+
"description": "Domain to publish under, when the server serves more than one."
|
|
47
|
+
},
|
|
48
|
+
"ext": {
|
|
49
|
+
"$ref": "#/$defs/Ext"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"$defs": {
|
|
53
|
+
"Response": {
|
|
54
|
+
"$anchor": "response",
|
|
55
|
+
"title": "VTA WebVH DIDs Register-With-Server — response payload",
|
|
56
|
+
"description": "Success response to vta/webvh/dids/register-with-server. Type https://trusttasks.org/spec/vta/webvh/dids/register-with-server/1.0#response.",
|
|
57
|
+
"type": "object",
|
|
58
|
+
"additionalProperties": false,
|
|
59
|
+
"required": [
|
|
60
|
+
"did",
|
|
61
|
+
"serverId",
|
|
62
|
+
"logEntryCount"
|
|
63
|
+
],
|
|
64
|
+
"properties": {
|
|
65
|
+
"did": {
|
|
66
|
+
"type": "string"
|
|
67
|
+
},
|
|
68
|
+
"serverId": {
|
|
69
|
+
"type": "string"
|
|
70
|
+
},
|
|
71
|
+
"logEntryCount": {
|
|
72
|
+
"type": "integer",
|
|
73
|
+
"minimum": 0,
|
|
74
|
+
"description": "Entries the server accepted. Compare it with the DID's own log length: a shorter count means the server holds a truncated history and will resolve to an older document."
|
|
75
|
+
},
|
|
76
|
+
"ext": {
|
|
77
|
+
"$ref": "#/$defs/Ext"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"Ext": {
|
|
82
|
+
"title": "Ext",
|
|
83
|
+
"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.",
|
|
84
|
+
"type": "object",
|
|
85
|
+
"minProperties": 1,
|
|
86
|
+
"additionalProperties": true,
|
|
87
|
+
"propertyNames": {
|
|
88
|
+
"pattern": "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
};
|
|
93
|
+
/** As {@link PAYLOAD_SCHEMA}, for the success-response variant. */
|
|
94
|
+
export const RESPONSE_PAYLOAD_SCHEMA = {
|
|
95
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
96
|
+
"$ref": "#/$defs/Response",
|
|
97
|
+
"$defs": {
|
|
98
|
+
"Response": {
|
|
99
|
+
"$anchor": "response",
|
|
100
|
+
"title": "VTA WebVH DIDs Register-With-Server — response payload",
|
|
101
|
+
"description": "Success response to vta/webvh/dids/register-with-server. Type https://trusttasks.org/spec/vta/webvh/dids/register-with-server/1.0#response.",
|
|
102
|
+
"type": "object",
|
|
103
|
+
"additionalProperties": false,
|
|
104
|
+
"required": [
|
|
105
|
+
"did",
|
|
106
|
+
"serverId",
|
|
107
|
+
"logEntryCount"
|
|
108
|
+
],
|
|
109
|
+
"properties": {
|
|
110
|
+
"did": {
|
|
111
|
+
"type": "string"
|
|
112
|
+
},
|
|
113
|
+
"serverId": {
|
|
114
|
+
"type": "string"
|
|
115
|
+
},
|
|
116
|
+
"logEntryCount": {
|
|
117
|
+
"type": "integer",
|
|
118
|
+
"minimum": 0,
|
|
119
|
+
"description": "Entries the server accepted. Compare it with the DID's own log length: a shorter count means the server holds a truncated history and will resolve to an older document."
|
|
120
|
+
},
|
|
121
|
+
"ext": {
|
|
122
|
+
"$ref": "#/$defs/Ext"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"Ext": {
|
|
127
|
+
"title": "Ext",
|
|
128
|
+
"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.",
|
|
129
|
+
"type": "object",
|
|
130
|
+
"minProperties": 1,
|
|
131
|
+
"additionalProperties": true,
|
|
132
|
+
"propertyNames": {
|
|
133
|
+
"pattern": "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$"
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
};
|
|
138
|
+
/**
|
|
139
|
+
* SPEC.md §7.2 policy for the request variant, from this specification's
|
|
140
|
+
* front matter. Pass to `consumeInbound` — items 5b, 7 and 8 are
|
|
141
|
+
* per-specification and cannot be derived from the document alone, and
|
|
142
|
+
* item 2 needs the schema this carries.
|
|
143
|
+
*/
|
|
144
|
+
export const SPEC = {
|
|
145
|
+
typeUri: TYPE_URI,
|
|
146
|
+
isBearer: false,
|
|
147
|
+
isProofRequired: true,
|
|
148
|
+
isRecipientRequired: true,
|
|
149
|
+
payloadSchema: PAYLOAD_SCHEMA,
|
|
150
|
+
};
|
|
151
|
+
/**
|
|
152
|
+
* SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
|
|
153
|
+
* tracks the *issuer* party's requirement because a response swaps the
|
|
154
|
+
* parties (§7.3 item 5).
|
|
155
|
+
*/
|
|
156
|
+
export const RESPONSE_SPEC = {
|
|
157
|
+
typeUri: RESPONSE_TYPE_URI,
|
|
158
|
+
isBearer: false,
|
|
159
|
+
isProofRequired: true,
|
|
160
|
+
isRecipientRequired: true,
|
|
161
|
+
payloadSchema: RESPONSE_PAYLOAD_SCHEMA,
|
|
162
|
+
};
|
|
163
|
+
//# sourceMappingURL=payload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payload.js","sourceRoot":"","sources":["../../../../../../src/vta/webvh/dids/register-with-server/1.0/payload.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,357 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
|
|
3
|
+
* Source: specs/vta/webvh/dids/rotate-keys/1.0/payload.schema.json
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* Rotate a did:webvh's signing keys by appending a log entry that moves to the pre-committed successor.
|
|
7
|
+
*/
|
|
8
|
+
export interface VTAWebVHDIDsRotateKeysPayload {
|
|
9
|
+
did: string;
|
|
10
|
+
/**
|
|
11
|
+
* Successors to commit for the next rotation. Absent keeps the DID's current setting. Setting it to `0` disables pre-rotation from here on, which forfeits the ability to recover from a future key compromise.
|
|
12
|
+
*/
|
|
13
|
+
preRotationCount?: number;
|
|
14
|
+
label?: string;
|
|
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
|
+
/**
|
|
24
|
+
* Success response to vta/webvh/dids/rotate-keys. Type https://trusttasks.org/spec/vta/webvh/dids/rotate-keys/1.0#response.
|
|
25
|
+
*/
|
|
26
|
+
export interface VTAWebVHDIDsRotateKeysResponsePayload {
|
|
27
|
+
did: string;
|
|
28
|
+
/**
|
|
29
|
+
* Version id of the appended entry.
|
|
30
|
+
*/
|
|
31
|
+
newVersionId: string;
|
|
32
|
+
/**
|
|
33
|
+
* The DID's SCID. Unchanged by a rotation — a rotation appends to the log, it does not re-create it.
|
|
34
|
+
*/
|
|
35
|
+
newScid: string;
|
|
36
|
+
/**
|
|
37
|
+
* The appended entry.
|
|
38
|
+
*/
|
|
39
|
+
newLogEntry: string;
|
|
40
|
+
updateKeysCount: number;
|
|
41
|
+
preRotationKeyCount: number;
|
|
42
|
+
/**
|
|
43
|
+
* True when no hosting server holds this DID. **The caller must publish `newLogEntry` themselves** — until they do, the rotation has happened in the VTA and nowhere else, and resolvers still see the old keys.
|
|
44
|
+
*/
|
|
45
|
+
serverless: boolean;
|
|
46
|
+
ext?: Ext;
|
|
47
|
+
}
|
|
48
|
+
/** Trust Task type URI. */
|
|
49
|
+
export declare const TYPE_URI: "https://trusttasks.org/spec/vta/webvh/dids/rotate-keys/1.0";
|
|
50
|
+
/** Stable alias for this specification's request payload shape. */
|
|
51
|
+
export type Payload = VTAWebVHDIDsRotateKeysPayload;
|
|
52
|
+
/** Trust Task response type URI (request type URI + "#response"). */
|
|
53
|
+
export declare const RESPONSE_TYPE_URI: "https://trusttasks.org/spec/vta/webvh/dids/rotate-keys/1.0#response";
|
|
54
|
+
/** Stable alias for this specification's success-response payload shape. */
|
|
55
|
+
export type Response = VTAWebVHDIDsRotateKeysResponsePayload;
|
|
56
|
+
/**
|
|
57
|
+
* This specification's payload schema, as a value.
|
|
58
|
+
*
|
|
59
|
+
* SPEC.md §7.2 item 2 is performed against this. It is shipped as data
|
|
60
|
+
* rather than only as a `.json` file because TypeScript types are erased
|
|
61
|
+
* at runtime: without a schema a consumer has nothing to validate, and
|
|
62
|
+
* every REQUIRED payload member is optional in practice. Cross-file
|
|
63
|
+
* `$ref`s are already inlined, so it needs no resolver.
|
|
64
|
+
*/
|
|
65
|
+
export declare const PAYLOAD_SCHEMA: {
|
|
66
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
67
|
+
readonly $id: "https://trusttasks.org/spec/vta/webvh/dids/rotate-keys/1.0";
|
|
68
|
+
readonly title: "VTA WebVH DIDs Rotate-Keys — payload";
|
|
69
|
+
readonly description: "Rotate a did:webvh's signing keys by appending a log entry that moves to the pre-committed successor.";
|
|
70
|
+
readonly type: "object";
|
|
71
|
+
readonly additionalProperties: false;
|
|
72
|
+
readonly required: readonly ["did"];
|
|
73
|
+
readonly properties: {
|
|
74
|
+
readonly did: {
|
|
75
|
+
readonly type: "string";
|
|
76
|
+
readonly minLength: 1;
|
|
77
|
+
};
|
|
78
|
+
readonly preRotationCount: {
|
|
79
|
+
readonly type: "integer";
|
|
80
|
+
readonly minimum: 0;
|
|
81
|
+
readonly description: "Successors to commit for the next rotation. Absent keeps the DID's current setting. Setting it to `0` disables pre-rotation from here on, which forfeits the ability to recover from a future key compromise.";
|
|
82
|
+
};
|
|
83
|
+
readonly label: {
|
|
84
|
+
readonly type: "string";
|
|
85
|
+
};
|
|
86
|
+
readonly ext: {
|
|
87
|
+
readonly $ref: "#/$defs/Ext";
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
readonly $defs: {
|
|
91
|
+
readonly Response: {
|
|
92
|
+
readonly $anchor: "response";
|
|
93
|
+
readonly title: "VTA WebVH DIDs Rotate-Keys — response payload";
|
|
94
|
+
readonly description: "Success response to vta/webvh/dids/rotate-keys. Type https://trusttasks.org/spec/vta/webvh/dids/rotate-keys/1.0#response.";
|
|
95
|
+
readonly type: "object";
|
|
96
|
+
readonly additionalProperties: false;
|
|
97
|
+
readonly required: readonly ["did", "newVersionId", "newScid", "newLogEntry", "updateKeysCount", "preRotationKeyCount", "serverless"];
|
|
98
|
+
readonly properties: {
|
|
99
|
+
readonly did: {
|
|
100
|
+
readonly type: "string";
|
|
101
|
+
};
|
|
102
|
+
readonly newVersionId: {
|
|
103
|
+
readonly type: "string";
|
|
104
|
+
readonly description: "Version id of the appended entry.";
|
|
105
|
+
};
|
|
106
|
+
readonly newScid: {
|
|
107
|
+
readonly type: "string";
|
|
108
|
+
readonly description: "The DID's SCID. Unchanged by a rotation — a rotation appends to the log, it does not re-create it.";
|
|
109
|
+
};
|
|
110
|
+
readonly newLogEntry: {
|
|
111
|
+
readonly type: "string";
|
|
112
|
+
readonly description: "The appended entry.";
|
|
113
|
+
};
|
|
114
|
+
readonly updateKeysCount: {
|
|
115
|
+
readonly type: "integer";
|
|
116
|
+
readonly minimum: 0;
|
|
117
|
+
};
|
|
118
|
+
readonly preRotationKeyCount: {
|
|
119
|
+
readonly type: "integer";
|
|
120
|
+
readonly minimum: 0;
|
|
121
|
+
};
|
|
122
|
+
readonly serverless: {
|
|
123
|
+
readonly type: "boolean";
|
|
124
|
+
readonly description: "True when no hosting server holds this DID. **The caller must publish `newLogEntry` themselves** — until they do, the rotation has happened in the VTA and nowhere else, and resolvers still see the old keys.";
|
|
125
|
+
};
|
|
126
|
+
readonly ext: {
|
|
127
|
+
readonly $ref: "#/$defs/Ext";
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
readonly Ext: {
|
|
132
|
+
readonly title: "Ext";
|
|
133
|
+
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.";
|
|
134
|
+
readonly type: "object";
|
|
135
|
+
readonly minProperties: 1;
|
|
136
|
+
readonly additionalProperties: true;
|
|
137
|
+
readonly propertyNames: {
|
|
138
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
139
|
+
};
|
|
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: "VTA WebVH DIDs Rotate-Keys — response payload";
|
|
151
|
+
readonly description: "Success response to vta/webvh/dids/rotate-keys. Type https://trusttasks.org/spec/vta/webvh/dids/rotate-keys/1.0#response.";
|
|
152
|
+
readonly type: "object";
|
|
153
|
+
readonly additionalProperties: false;
|
|
154
|
+
readonly required: readonly ["did", "newVersionId", "newScid", "newLogEntry", "updateKeysCount", "preRotationKeyCount", "serverless"];
|
|
155
|
+
readonly properties: {
|
|
156
|
+
readonly did: {
|
|
157
|
+
readonly type: "string";
|
|
158
|
+
};
|
|
159
|
+
readonly newVersionId: {
|
|
160
|
+
readonly type: "string";
|
|
161
|
+
readonly description: "Version id of the appended entry.";
|
|
162
|
+
};
|
|
163
|
+
readonly newScid: {
|
|
164
|
+
readonly type: "string";
|
|
165
|
+
readonly description: "The DID's SCID. Unchanged by a rotation — a rotation appends to the log, it does not re-create it.";
|
|
166
|
+
};
|
|
167
|
+
readonly newLogEntry: {
|
|
168
|
+
readonly type: "string";
|
|
169
|
+
readonly description: "The appended entry.";
|
|
170
|
+
};
|
|
171
|
+
readonly updateKeysCount: {
|
|
172
|
+
readonly type: "integer";
|
|
173
|
+
readonly minimum: 0;
|
|
174
|
+
};
|
|
175
|
+
readonly preRotationKeyCount: {
|
|
176
|
+
readonly type: "integer";
|
|
177
|
+
readonly minimum: 0;
|
|
178
|
+
};
|
|
179
|
+
readonly serverless: {
|
|
180
|
+
readonly type: "boolean";
|
|
181
|
+
readonly description: "True when no hosting server holds this DID. **The caller must publish `newLogEntry` themselves** — until they do, the rotation has happened in the VTA and nowhere else, and resolvers still see the old keys.";
|
|
182
|
+
};
|
|
183
|
+
readonly ext: {
|
|
184
|
+
readonly $ref: "#/$defs/Ext";
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
readonly Ext: {
|
|
189
|
+
readonly title: "Ext";
|
|
190
|
+
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.";
|
|
191
|
+
readonly type: "object";
|
|
192
|
+
readonly minProperties: 1;
|
|
193
|
+
readonly additionalProperties: true;
|
|
194
|
+
readonly propertyNames: {
|
|
195
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
};
|
|
199
|
+
};
|
|
200
|
+
/**
|
|
201
|
+
* SPEC.md §7.2 policy for the request variant, from this specification's
|
|
202
|
+
* front matter. Pass to `consumeInbound` — items 5b, 7 and 8 are
|
|
203
|
+
* per-specification and cannot be derived from the document alone, and
|
|
204
|
+
* item 2 needs the schema this carries.
|
|
205
|
+
*/
|
|
206
|
+
export declare const SPEC: {
|
|
207
|
+
readonly typeUri: "https://trusttasks.org/spec/vta/webvh/dids/rotate-keys/1.0";
|
|
208
|
+
readonly isBearer: false;
|
|
209
|
+
readonly isProofRequired: true;
|
|
210
|
+
readonly isRecipientRequired: true;
|
|
211
|
+
readonly payloadSchema: {
|
|
212
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
213
|
+
readonly $id: "https://trusttasks.org/spec/vta/webvh/dids/rotate-keys/1.0";
|
|
214
|
+
readonly title: "VTA WebVH DIDs Rotate-Keys — payload";
|
|
215
|
+
readonly description: "Rotate a did:webvh's signing keys by appending a log entry that moves to the pre-committed successor.";
|
|
216
|
+
readonly type: "object";
|
|
217
|
+
readonly additionalProperties: false;
|
|
218
|
+
readonly required: readonly ["did"];
|
|
219
|
+
readonly properties: {
|
|
220
|
+
readonly did: {
|
|
221
|
+
readonly type: "string";
|
|
222
|
+
readonly minLength: 1;
|
|
223
|
+
};
|
|
224
|
+
readonly preRotationCount: {
|
|
225
|
+
readonly type: "integer";
|
|
226
|
+
readonly minimum: 0;
|
|
227
|
+
readonly description: "Successors to commit for the next rotation. Absent keeps the DID's current setting. Setting it to `0` disables pre-rotation from here on, which forfeits the ability to recover from a future key compromise.";
|
|
228
|
+
};
|
|
229
|
+
readonly label: {
|
|
230
|
+
readonly type: "string";
|
|
231
|
+
};
|
|
232
|
+
readonly ext: {
|
|
233
|
+
readonly $ref: "#/$defs/Ext";
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
readonly $defs: {
|
|
237
|
+
readonly Response: {
|
|
238
|
+
readonly $anchor: "response";
|
|
239
|
+
readonly title: "VTA WebVH DIDs Rotate-Keys — response payload";
|
|
240
|
+
readonly description: "Success response to vta/webvh/dids/rotate-keys. Type https://trusttasks.org/spec/vta/webvh/dids/rotate-keys/1.0#response.";
|
|
241
|
+
readonly type: "object";
|
|
242
|
+
readonly additionalProperties: false;
|
|
243
|
+
readonly required: readonly ["did", "newVersionId", "newScid", "newLogEntry", "updateKeysCount", "preRotationKeyCount", "serverless"];
|
|
244
|
+
readonly properties: {
|
|
245
|
+
readonly did: {
|
|
246
|
+
readonly type: "string";
|
|
247
|
+
};
|
|
248
|
+
readonly newVersionId: {
|
|
249
|
+
readonly type: "string";
|
|
250
|
+
readonly description: "Version id of the appended entry.";
|
|
251
|
+
};
|
|
252
|
+
readonly newScid: {
|
|
253
|
+
readonly type: "string";
|
|
254
|
+
readonly description: "The DID's SCID. Unchanged by a rotation — a rotation appends to the log, it does not re-create it.";
|
|
255
|
+
};
|
|
256
|
+
readonly newLogEntry: {
|
|
257
|
+
readonly type: "string";
|
|
258
|
+
readonly description: "The appended entry.";
|
|
259
|
+
};
|
|
260
|
+
readonly updateKeysCount: {
|
|
261
|
+
readonly type: "integer";
|
|
262
|
+
readonly minimum: 0;
|
|
263
|
+
};
|
|
264
|
+
readonly preRotationKeyCount: {
|
|
265
|
+
readonly type: "integer";
|
|
266
|
+
readonly minimum: 0;
|
|
267
|
+
};
|
|
268
|
+
readonly serverless: {
|
|
269
|
+
readonly type: "boolean";
|
|
270
|
+
readonly description: "True when no hosting server holds this DID. **The caller must publish `newLogEntry` themselves** — until they do, the rotation has happened in the VTA and nowhere else, and resolvers still see the old keys.";
|
|
271
|
+
};
|
|
272
|
+
readonly ext: {
|
|
273
|
+
readonly $ref: "#/$defs/Ext";
|
|
274
|
+
};
|
|
275
|
+
};
|
|
276
|
+
};
|
|
277
|
+
readonly Ext: {
|
|
278
|
+
readonly title: "Ext";
|
|
279
|
+
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.";
|
|
280
|
+
readonly type: "object";
|
|
281
|
+
readonly minProperties: 1;
|
|
282
|
+
readonly additionalProperties: true;
|
|
283
|
+
readonly propertyNames: {
|
|
284
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
};
|
|
288
|
+
};
|
|
289
|
+
};
|
|
290
|
+
/**
|
|
291
|
+
* SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
|
|
292
|
+
* tracks the *issuer* party's requirement because a response swaps the
|
|
293
|
+
* parties (§7.3 item 5).
|
|
294
|
+
*/
|
|
295
|
+
export declare const RESPONSE_SPEC: {
|
|
296
|
+
readonly typeUri: "https://trusttasks.org/spec/vta/webvh/dids/rotate-keys/1.0#response";
|
|
297
|
+
readonly isBearer: false;
|
|
298
|
+
readonly isProofRequired: true;
|
|
299
|
+
readonly isRecipientRequired: true;
|
|
300
|
+
readonly payloadSchema: {
|
|
301
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
302
|
+
readonly $ref: "#/$defs/Response";
|
|
303
|
+
readonly $defs: {
|
|
304
|
+
readonly Response: {
|
|
305
|
+
readonly $anchor: "response";
|
|
306
|
+
readonly title: "VTA WebVH DIDs Rotate-Keys — response payload";
|
|
307
|
+
readonly description: "Success response to vta/webvh/dids/rotate-keys. Type https://trusttasks.org/spec/vta/webvh/dids/rotate-keys/1.0#response.";
|
|
308
|
+
readonly type: "object";
|
|
309
|
+
readonly additionalProperties: false;
|
|
310
|
+
readonly required: readonly ["did", "newVersionId", "newScid", "newLogEntry", "updateKeysCount", "preRotationKeyCount", "serverless"];
|
|
311
|
+
readonly properties: {
|
|
312
|
+
readonly did: {
|
|
313
|
+
readonly type: "string";
|
|
314
|
+
};
|
|
315
|
+
readonly newVersionId: {
|
|
316
|
+
readonly type: "string";
|
|
317
|
+
readonly description: "Version id of the appended entry.";
|
|
318
|
+
};
|
|
319
|
+
readonly newScid: {
|
|
320
|
+
readonly type: "string";
|
|
321
|
+
readonly description: "The DID's SCID. Unchanged by a rotation — a rotation appends to the log, it does not re-create it.";
|
|
322
|
+
};
|
|
323
|
+
readonly newLogEntry: {
|
|
324
|
+
readonly type: "string";
|
|
325
|
+
readonly description: "The appended entry.";
|
|
326
|
+
};
|
|
327
|
+
readonly updateKeysCount: {
|
|
328
|
+
readonly type: "integer";
|
|
329
|
+
readonly minimum: 0;
|
|
330
|
+
};
|
|
331
|
+
readonly preRotationKeyCount: {
|
|
332
|
+
readonly type: "integer";
|
|
333
|
+
readonly minimum: 0;
|
|
334
|
+
};
|
|
335
|
+
readonly serverless: {
|
|
336
|
+
readonly type: "boolean";
|
|
337
|
+
readonly description: "True when no hosting server holds this DID. **The caller must publish `newLogEntry` themselves** — until they do, the rotation has happened in the VTA and nowhere else, and resolvers still see the old keys.";
|
|
338
|
+
};
|
|
339
|
+
readonly ext: {
|
|
340
|
+
readonly $ref: "#/$defs/Ext";
|
|
341
|
+
};
|
|
342
|
+
};
|
|
343
|
+
};
|
|
344
|
+
readonly Ext: {
|
|
345
|
+
readonly title: "Ext";
|
|
346
|
+
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.";
|
|
347
|
+
readonly type: "object";
|
|
348
|
+
readonly minProperties: 1;
|
|
349
|
+
readonly additionalProperties: true;
|
|
350
|
+
readonly propertyNames: {
|
|
351
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
352
|
+
};
|
|
353
|
+
};
|
|
354
|
+
};
|
|
355
|
+
};
|
|
356
|
+
};
|
|
357
|
+
//# sourceMappingURL=payload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payload.d.ts","sourceRoot":"","sources":["../../../../../../src/vta/webvh/dids/rotate-keys/1.0/payload.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC5C,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AACD;;GAEG;AACH,MAAM,WAAW,GAAG;IAClB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;CAClC;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IACpD,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,MAAM,CAAC;IACxB,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AAED,2BAA2B;AAC3B,eAAO,MAAM,QAAQ,EAAG,4DAAqE,CAAC;AAE9F,mEAAmE;AACnE,MAAM,MAAM,OAAO,GAAG,6BAA6B,CAAC;AAEpD,qEAAqE;AACrE,eAAO,MAAM,iBAAiB,EAAG,qEAA8E,CAAC;AAEhH,4EAA4E;AAC5E,MAAM,MAAM,QAAQ,GAAG,qCAAqC,CAAC;AAE7D;;;;;;;;GAQG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuFjB,CAAC;AAEX,mEAAmE;AACnE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+D1B,CAAC;AAEX;;;;;GAKG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMP,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMhB,CAAC"}
|