@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,200 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
|
|
3
|
+
* Source: specs/vta/webvh/servers/list/1.0/payload.schema.json
|
|
4
|
+
*/
|
|
5
|
+
/** Trust Task type URI. */
|
|
6
|
+
export const TYPE_URI = "https://trusttasks.org/spec/vta/webvh/servers/list/1.0";
|
|
7
|
+
/** Trust Task response type URI (request type URI + "#response"). */
|
|
8
|
+
export const RESPONSE_TYPE_URI = "https://trusttasks.org/spec/vta/webvh/servers/list/1.0#response";
|
|
9
|
+
/**
|
|
10
|
+
* This specification's payload schema, as a value.
|
|
11
|
+
*
|
|
12
|
+
* SPEC.md §7.2 item 2 is performed against this. It is shipped as data
|
|
13
|
+
* rather than only as a `.json` file because TypeScript types are erased
|
|
14
|
+
* at runtime: without a schema a consumer has nothing to validate, and
|
|
15
|
+
* every REQUIRED payload member is optional in practice. Cross-file
|
|
16
|
+
* `$ref`s are already inlined, so it needs no resolver.
|
|
17
|
+
*/
|
|
18
|
+
export const PAYLOAD_SCHEMA = {
|
|
19
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
20
|
+
"$id": "https://trusttasks.org/spec/vta/webvh/servers/list/1.0",
|
|
21
|
+
"title": "VTA WebVH Servers List — payload",
|
|
22
|
+
"type": "object",
|
|
23
|
+
"additionalProperties": false,
|
|
24
|
+
"properties": {
|
|
25
|
+
"ext": {
|
|
26
|
+
"$ref": "#/$defs/Ext"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"$defs": {
|
|
30
|
+
"Response": {
|
|
31
|
+
"$anchor": "response",
|
|
32
|
+
"title": "VTA WebVH Servers List — response payload",
|
|
33
|
+
"description": "Success response to vta/webvh/servers/list. Type https://trusttasks.org/spec/vta/webvh/servers/list/1.0#response.",
|
|
34
|
+
"type": "object",
|
|
35
|
+
"additionalProperties": false,
|
|
36
|
+
"required": [
|
|
37
|
+
"servers"
|
|
38
|
+
],
|
|
39
|
+
"properties": {
|
|
40
|
+
"servers": {
|
|
41
|
+
"type": "array",
|
|
42
|
+
"description": "Hosting servers the VTA is registered with. Carries no credentials — what the VTA holds to authenticate against a server never appears in a response.",
|
|
43
|
+
"items": {
|
|
44
|
+
"$ref": "#/$defs/WebvhServerRecord"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"ext": {
|
|
48
|
+
"$ref": "#/$defs/Ext"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"Ext": {
|
|
53
|
+
"title": "Ext",
|
|
54
|
+
"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.",
|
|
55
|
+
"type": "object",
|
|
56
|
+
"minProperties": 1,
|
|
57
|
+
"additionalProperties": true,
|
|
58
|
+
"propertyNames": {
|
|
59
|
+
"pattern": "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"WebvhServerRecord": {
|
|
63
|
+
"title": "WebvhServerRecord",
|
|
64
|
+
"description": "A hosting server the VTA is registered with. Carries no credential: what the VTA holds to authenticate against the server is never part of this record and never leaves it.",
|
|
65
|
+
"type": "object",
|
|
66
|
+
"additionalProperties": false,
|
|
67
|
+
"required": [
|
|
68
|
+
"id",
|
|
69
|
+
"did",
|
|
70
|
+
"createdAt",
|
|
71
|
+
"updatedAt"
|
|
72
|
+
],
|
|
73
|
+
"properties": {
|
|
74
|
+
"id": {
|
|
75
|
+
"type": "string",
|
|
76
|
+
"description": "Local id for the server, chosen by the operator."
|
|
77
|
+
},
|
|
78
|
+
"did": {
|
|
79
|
+
"type": "string",
|
|
80
|
+
"description": "The server's own DID, used to authenticate it."
|
|
81
|
+
},
|
|
82
|
+
"label": {
|
|
83
|
+
"type": "string"
|
|
84
|
+
},
|
|
85
|
+
"createdAt": {
|
|
86
|
+
"type": "string",
|
|
87
|
+
"format": "date-time"
|
|
88
|
+
},
|
|
89
|
+
"updatedAt": {
|
|
90
|
+
"type": "string",
|
|
91
|
+
"format": "date-time"
|
|
92
|
+
},
|
|
93
|
+
"ext": {
|
|
94
|
+
"$ref": "#/$defs/Ext"
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
};
|
|
100
|
+
/** As {@link PAYLOAD_SCHEMA}, for the success-response variant. */
|
|
101
|
+
export const RESPONSE_PAYLOAD_SCHEMA = {
|
|
102
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
103
|
+
"$ref": "#/$defs/Response",
|
|
104
|
+
"$defs": {
|
|
105
|
+
"Response": {
|
|
106
|
+
"$anchor": "response",
|
|
107
|
+
"title": "VTA WebVH Servers List — response payload",
|
|
108
|
+
"description": "Success response to vta/webvh/servers/list. Type https://trusttasks.org/spec/vta/webvh/servers/list/1.0#response.",
|
|
109
|
+
"type": "object",
|
|
110
|
+
"additionalProperties": false,
|
|
111
|
+
"required": [
|
|
112
|
+
"servers"
|
|
113
|
+
],
|
|
114
|
+
"properties": {
|
|
115
|
+
"servers": {
|
|
116
|
+
"type": "array",
|
|
117
|
+
"description": "Hosting servers the VTA is registered with. Carries no credentials — what the VTA holds to authenticate against a server never appears in a response.",
|
|
118
|
+
"items": {
|
|
119
|
+
"$ref": "#/$defs/WebvhServerRecord"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"ext": {
|
|
123
|
+
"$ref": "#/$defs/Ext"
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"Ext": {
|
|
128
|
+
"title": "Ext",
|
|
129
|
+
"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.",
|
|
130
|
+
"type": "object",
|
|
131
|
+
"minProperties": 1,
|
|
132
|
+
"additionalProperties": true,
|
|
133
|
+
"propertyNames": {
|
|
134
|
+
"pattern": "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"WebvhServerRecord": {
|
|
138
|
+
"title": "WebvhServerRecord",
|
|
139
|
+
"description": "A hosting server the VTA is registered with. Carries no credential: what the VTA holds to authenticate against the server is never part of this record and never leaves it.",
|
|
140
|
+
"type": "object",
|
|
141
|
+
"additionalProperties": false,
|
|
142
|
+
"required": [
|
|
143
|
+
"id",
|
|
144
|
+
"did",
|
|
145
|
+
"createdAt",
|
|
146
|
+
"updatedAt"
|
|
147
|
+
],
|
|
148
|
+
"properties": {
|
|
149
|
+
"id": {
|
|
150
|
+
"type": "string",
|
|
151
|
+
"description": "Local id for the server, chosen by the operator."
|
|
152
|
+
},
|
|
153
|
+
"did": {
|
|
154
|
+
"type": "string",
|
|
155
|
+
"description": "The server's own DID, used to authenticate it."
|
|
156
|
+
},
|
|
157
|
+
"label": {
|
|
158
|
+
"type": "string"
|
|
159
|
+
},
|
|
160
|
+
"createdAt": {
|
|
161
|
+
"type": "string",
|
|
162
|
+
"format": "date-time"
|
|
163
|
+
},
|
|
164
|
+
"updatedAt": {
|
|
165
|
+
"type": "string",
|
|
166
|
+
"format": "date-time"
|
|
167
|
+
},
|
|
168
|
+
"ext": {
|
|
169
|
+
"$ref": "#/$defs/Ext"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
};
|
|
175
|
+
/**
|
|
176
|
+
* SPEC.md §7.2 policy for the request variant, from this specification's
|
|
177
|
+
* front matter. Pass to `consumeInbound` — items 5b, 7 and 8 are
|
|
178
|
+
* per-specification and cannot be derived from the document alone, and
|
|
179
|
+
* item 2 needs the schema this carries.
|
|
180
|
+
*/
|
|
181
|
+
export const SPEC = {
|
|
182
|
+
typeUri: TYPE_URI,
|
|
183
|
+
isBearer: false,
|
|
184
|
+
isProofRequired: false,
|
|
185
|
+
isRecipientRequired: true,
|
|
186
|
+
payloadSchema: PAYLOAD_SCHEMA,
|
|
187
|
+
};
|
|
188
|
+
/**
|
|
189
|
+
* SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
|
|
190
|
+
* tracks the *issuer* party's requirement because a response swaps the
|
|
191
|
+
* parties (§7.3 item 5).
|
|
192
|
+
*/
|
|
193
|
+
export const RESPONSE_SPEC = {
|
|
194
|
+
typeUri: RESPONSE_TYPE_URI,
|
|
195
|
+
isBearer: false,
|
|
196
|
+
isProofRequired: false,
|
|
197
|
+
isRecipientRequired: true,
|
|
198
|
+
payloadSchema: RESPONSE_PAYLOAD_SCHEMA,
|
|
199
|
+
};
|
|
200
|
+
//# sourceMappingURL=payload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payload.js","sourceRoot":"","sources":["../../../../../../src/vta/webvh/servers/list/1.0/payload.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,335 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
|
|
3
|
+
* Source: specs/vta/webvh/servers/register/1.0/payload.schema.json
|
|
4
|
+
*/
|
|
5
|
+
export interface VTAWebVHServersRegisterPayload {
|
|
6
|
+
/**
|
|
7
|
+
* Local id for the server. Referenced by every DID published through it.
|
|
8
|
+
*/
|
|
9
|
+
id: string;
|
|
10
|
+
/**
|
|
11
|
+
* The server's DID, used to authenticate it. Absent where the VTA resolves it during registration.
|
|
12
|
+
*/
|
|
13
|
+
did?: string;
|
|
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
|
+
* A hosting server the VTA is registered with. Carries no credential: what the VTA holds to authenticate against the server is never part of this record and never leaves it.
|
|
25
|
+
*/
|
|
26
|
+
export interface WebvhServerRecord {
|
|
27
|
+
/**
|
|
28
|
+
* Local id for the server, chosen by the operator.
|
|
29
|
+
*/
|
|
30
|
+
id: string;
|
|
31
|
+
/**
|
|
32
|
+
* The server's own DID, used to authenticate it.
|
|
33
|
+
*/
|
|
34
|
+
did: string;
|
|
35
|
+
label?: string;
|
|
36
|
+
createdAt: string;
|
|
37
|
+
updatedAt: string;
|
|
38
|
+
ext?: Ext;
|
|
39
|
+
}
|
|
40
|
+
/** Trust Task type URI. */
|
|
41
|
+
export declare const TYPE_URI: "https://trusttasks.org/spec/vta/webvh/servers/register/1.0";
|
|
42
|
+
/** Stable alias for this specification's request payload shape. */
|
|
43
|
+
export type Payload = VTAWebVHServersRegisterPayload;
|
|
44
|
+
/** Trust Task response type URI (request type URI + "#response"). */
|
|
45
|
+
export declare const RESPONSE_TYPE_URI: "https://trusttasks.org/spec/vta/webvh/servers/register/1.0#response";
|
|
46
|
+
/** Stable alias for this specification's success-response payload shape. */
|
|
47
|
+
export type Response = WebvhServerRecord;
|
|
48
|
+
/**
|
|
49
|
+
* This specification's payload schema, as a value.
|
|
50
|
+
*
|
|
51
|
+
* SPEC.md §7.2 item 2 is performed against this. It is shipped as data
|
|
52
|
+
* rather than only as a `.json` file because TypeScript types are erased
|
|
53
|
+
* at runtime: without a schema a consumer has nothing to validate, and
|
|
54
|
+
* every REQUIRED payload member is optional in practice. Cross-file
|
|
55
|
+
* `$ref`s are already inlined, so it needs no resolver.
|
|
56
|
+
*/
|
|
57
|
+
export declare const PAYLOAD_SCHEMA: {
|
|
58
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
59
|
+
readonly $id: "https://trusttasks.org/spec/vta/webvh/servers/register/1.0";
|
|
60
|
+
readonly title: "VTA WebVH Servers Register — payload";
|
|
61
|
+
readonly type: "object";
|
|
62
|
+
readonly additionalProperties: false;
|
|
63
|
+
readonly required: readonly ["id"];
|
|
64
|
+
readonly properties: {
|
|
65
|
+
readonly id: {
|
|
66
|
+
readonly type: "string";
|
|
67
|
+
readonly minLength: 1;
|
|
68
|
+
readonly description: "Local id for the server. Referenced by every DID published through it.";
|
|
69
|
+
};
|
|
70
|
+
readonly did: {
|
|
71
|
+
readonly type: "string";
|
|
72
|
+
readonly description: "The server's DID, used to authenticate it. Absent where the VTA resolves it during registration.";
|
|
73
|
+
};
|
|
74
|
+
readonly label: {
|
|
75
|
+
readonly type: "string";
|
|
76
|
+
};
|
|
77
|
+
readonly ext: {
|
|
78
|
+
readonly $ref: "#/$defs/Ext";
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
readonly $defs: {
|
|
82
|
+
readonly Response: {
|
|
83
|
+
readonly $anchor: "response";
|
|
84
|
+
readonly title: "VTA WebVH Servers Register — response payload";
|
|
85
|
+
readonly description: "Success response to vta/webvh/servers/register: the registration the VTA now holds. Type https://trusttasks.org/spec/vta/webvh/servers/register/1.0#response.";
|
|
86
|
+
readonly $ref: "#/$defs/WebvhServerRecord";
|
|
87
|
+
};
|
|
88
|
+
readonly WebvhServerRecord: {
|
|
89
|
+
readonly title: "WebvhServerRecord";
|
|
90
|
+
readonly description: "A hosting server the VTA is registered with. Carries no credential: what the VTA holds to authenticate against the server is never part of this record and never leaves it.";
|
|
91
|
+
readonly type: "object";
|
|
92
|
+
readonly additionalProperties: false;
|
|
93
|
+
readonly required: readonly ["id", "did", "createdAt", "updatedAt"];
|
|
94
|
+
readonly properties: {
|
|
95
|
+
readonly id: {
|
|
96
|
+
readonly type: "string";
|
|
97
|
+
readonly description: "Local id for the server, chosen by the operator.";
|
|
98
|
+
};
|
|
99
|
+
readonly did: {
|
|
100
|
+
readonly type: "string";
|
|
101
|
+
readonly description: "The server's own DID, used to authenticate it.";
|
|
102
|
+
};
|
|
103
|
+
readonly label: {
|
|
104
|
+
readonly type: "string";
|
|
105
|
+
};
|
|
106
|
+
readonly createdAt: {
|
|
107
|
+
readonly type: "string";
|
|
108
|
+
readonly format: "date-time";
|
|
109
|
+
};
|
|
110
|
+
readonly updatedAt: {
|
|
111
|
+
readonly type: "string";
|
|
112
|
+
readonly format: "date-time";
|
|
113
|
+
};
|
|
114
|
+
readonly ext: {
|
|
115
|
+
readonly $ref: "#/$defs/Ext";
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
readonly Ext: {
|
|
120
|
+
readonly title: "Ext";
|
|
121
|
+
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.";
|
|
122
|
+
readonly type: "object";
|
|
123
|
+
readonly minProperties: 1;
|
|
124
|
+
readonly additionalProperties: true;
|
|
125
|
+
readonly propertyNames: {
|
|
126
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
/** As {@link PAYLOAD_SCHEMA}, for the success-response variant. */
|
|
132
|
+
export declare const RESPONSE_PAYLOAD_SCHEMA: {
|
|
133
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
134
|
+
readonly $ref: "#/$defs/Response";
|
|
135
|
+
readonly $defs: {
|
|
136
|
+
readonly Response: {
|
|
137
|
+
readonly $anchor: "response";
|
|
138
|
+
readonly title: "VTA WebVH Servers Register — response payload";
|
|
139
|
+
readonly description: "Success response to vta/webvh/servers/register: the registration the VTA now holds. Type https://trusttasks.org/spec/vta/webvh/servers/register/1.0#response.";
|
|
140
|
+
readonly $ref: "#/$defs/WebvhServerRecord";
|
|
141
|
+
};
|
|
142
|
+
readonly WebvhServerRecord: {
|
|
143
|
+
readonly title: "WebvhServerRecord";
|
|
144
|
+
readonly description: "A hosting server the VTA is registered with. Carries no credential: what the VTA holds to authenticate against the server is never part of this record and never leaves it.";
|
|
145
|
+
readonly type: "object";
|
|
146
|
+
readonly additionalProperties: false;
|
|
147
|
+
readonly required: readonly ["id", "did", "createdAt", "updatedAt"];
|
|
148
|
+
readonly properties: {
|
|
149
|
+
readonly id: {
|
|
150
|
+
readonly type: "string";
|
|
151
|
+
readonly description: "Local id for the server, chosen by the operator.";
|
|
152
|
+
};
|
|
153
|
+
readonly did: {
|
|
154
|
+
readonly type: "string";
|
|
155
|
+
readonly description: "The server's own DID, used to authenticate it.";
|
|
156
|
+
};
|
|
157
|
+
readonly label: {
|
|
158
|
+
readonly type: "string";
|
|
159
|
+
};
|
|
160
|
+
readonly createdAt: {
|
|
161
|
+
readonly type: "string";
|
|
162
|
+
readonly format: "date-time";
|
|
163
|
+
};
|
|
164
|
+
readonly updatedAt: {
|
|
165
|
+
readonly type: "string";
|
|
166
|
+
readonly format: "date-time";
|
|
167
|
+
};
|
|
168
|
+
readonly ext: {
|
|
169
|
+
readonly $ref: "#/$defs/Ext";
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
readonly Ext: {
|
|
174
|
+
readonly title: "Ext";
|
|
175
|
+
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.";
|
|
176
|
+
readonly type: "object";
|
|
177
|
+
readonly minProperties: 1;
|
|
178
|
+
readonly additionalProperties: true;
|
|
179
|
+
readonly propertyNames: {
|
|
180
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
181
|
+
};
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
/**
|
|
186
|
+
* SPEC.md §7.2 policy for the request variant, from this specification's
|
|
187
|
+
* front matter. Pass to `consumeInbound` — items 5b, 7 and 8 are
|
|
188
|
+
* per-specification and cannot be derived from the document alone, and
|
|
189
|
+
* item 2 needs the schema this carries.
|
|
190
|
+
*/
|
|
191
|
+
export declare const SPEC: {
|
|
192
|
+
readonly typeUri: "https://trusttasks.org/spec/vta/webvh/servers/register/1.0";
|
|
193
|
+
readonly isBearer: false;
|
|
194
|
+
readonly isProofRequired: true;
|
|
195
|
+
readonly isRecipientRequired: true;
|
|
196
|
+
readonly payloadSchema: {
|
|
197
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
198
|
+
readonly $id: "https://trusttasks.org/spec/vta/webvh/servers/register/1.0";
|
|
199
|
+
readonly title: "VTA WebVH Servers Register — payload";
|
|
200
|
+
readonly type: "object";
|
|
201
|
+
readonly additionalProperties: false;
|
|
202
|
+
readonly required: readonly ["id"];
|
|
203
|
+
readonly properties: {
|
|
204
|
+
readonly id: {
|
|
205
|
+
readonly type: "string";
|
|
206
|
+
readonly minLength: 1;
|
|
207
|
+
readonly description: "Local id for the server. Referenced by every DID published through it.";
|
|
208
|
+
};
|
|
209
|
+
readonly did: {
|
|
210
|
+
readonly type: "string";
|
|
211
|
+
readonly description: "The server's DID, used to authenticate it. Absent where the VTA resolves it during registration.";
|
|
212
|
+
};
|
|
213
|
+
readonly label: {
|
|
214
|
+
readonly type: "string";
|
|
215
|
+
};
|
|
216
|
+
readonly ext: {
|
|
217
|
+
readonly $ref: "#/$defs/Ext";
|
|
218
|
+
};
|
|
219
|
+
};
|
|
220
|
+
readonly $defs: {
|
|
221
|
+
readonly Response: {
|
|
222
|
+
readonly $anchor: "response";
|
|
223
|
+
readonly title: "VTA WebVH Servers Register — response payload";
|
|
224
|
+
readonly description: "Success response to vta/webvh/servers/register: the registration the VTA now holds. Type https://trusttasks.org/spec/vta/webvh/servers/register/1.0#response.";
|
|
225
|
+
readonly $ref: "#/$defs/WebvhServerRecord";
|
|
226
|
+
};
|
|
227
|
+
readonly WebvhServerRecord: {
|
|
228
|
+
readonly title: "WebvhServerRecord";
|
|
229
|
+
readonly description: "A hosting server the VTA is registered with. Carries no credential: what the VTA holds to authenticate against the server is never part of this record and never leaves it.";
|
|
230
|
+
readonly type: "object";
|
|
231
|
+
readonly additionalProperties: false;
|
|
232
|
+
readonly required: readonly ["id", "did", "createdAt", "updatedAt"];
|
|
233
|
+
readonly properties: {
|
|
234
|
+
readonly id: {
|
|
235
|
+
readonly type: "string";
|
|
236
|
+
readonly description: "Local id for the server, chosen by the operator.";
|
|
237
|
+
};
|
|
238
|
+
readonly did: {
|
|
239
|
+
readonly type: "string";
|
|
240
|
+
readonly description: "The server's own DID, used to authenticate it.";
|
|
241
|
+
};
|
|
242
|
+
readonly label: {
|
|
243
|
+
readonly type: "string";
|
|
244
|
+
};
|
|
245
|
+
readonly createdAt: {
|
|
246
|
+
readonly type: "string";
|
|
247
|
+
readonly format: "date-time";
|
|
248
|
+
};
|
|
249
|
+
readonly updatedAt: {
|
|
250
|
+
readonly type: "string";
|
|
251
|
+
readonly format: "date-time";
|
|
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
|
+
/**
|
|
272
|
+
* SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
|
|
273
|
+
* tracks the *issuer* party's requirement because a response swaps the
|
|
274
|
+
* parties (§7.3 item 5).
|
|
275
|
+
*/
|
|
276
|
+
export declare const RESPONSE_SPEC: {
|
|
277
|
+
readonly typeUri: "https://trusttasks.org/spec/vta/webvh/servers/register/1.0#response";
|
|
278
|
+
readonly isBearer: false;
|
|
279
|
+
readonly isProofRequired: true;
|
|
280
|
+
readonly isRecipientRequired: true;
|
|
281
|
+
readonly payloadSchema: {
|
|
282
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
283
|
+
readonly $ref: "#/$defs/Response";
|
|
284
|
+
readonly $defs: {
|
|
285
|
+
readonly Response: {
|
|
286
|
+
readonly $anchor: "response";
|
|
287
|
+
readonly title: "VTA WebVH Servers Register — response payload";
|
|
288
|
+
readonly description: "Success response to vta/webvh/servers/register: the registration the VTA now holds. Type https://trusttasks.org/spec/vta/webvh/servers/register/1.0#response.";
|
|
289
|
+
readonly $ref: "#/$defs/WebvhServerRecord";
|
|
290
|
+
};
|
|
291
|
+
readonly WebvhServerRecord: {
|
|
292
|
+
readonly title: "WebvhServerRecord";
|
|
293
|
+
readonly description: "A hosting server the VTA is registered with. Carries no credential: what the VTA holds to authenticate against the server is never part of this record and never leaves it.";
|
|
294
|
+
readonly type: "object";
|
|
295
|
+
readonly additionalProperties: false;
|
|
296
|
+
readonly required: readonly ["id", "did", "createdAt", "updatedAt"];
|
|
297
|
+
readonly properties: {
|
|
298
|
+
readonly id: {
|
|
299
|
+
readonly type: "string";
|
|
300
|
+
readonly description: "Local id for the server, chosen by the operator.";
|
|
301
|
+
};
|
|
302
|
+
readonly did: {
|
|
303
|
+
readonly type: "string";
|
|
304
|
+
readonly description: "The server's own DID, used to authenticate it.";
|
|
305
|
+
};
|
|
306
|
+
readonly label: {
|
|
307
|
+
readonly type: "string";
|
|
308
|
+
};
|
|
309
|
+
readonly createdAt: {
|
|
310
|
+
readonly type: "string";
|
|
311
|
+
readonly format: "date-time";
|
|
312
|
+
};
|
|
313
|
+
readonly updatedAt: {
|
|
314
|
+
readonly type: "string";
|
|
315
|
+
readonly format: "date-time";
|
|
316
|
+
};
|
|
317
|
+
readonly ext: {
|
|
318
|
+
readonly $ref: "#/$defs/Ext";
|
|
319
|
+
};
|
|
320
|
+
};
|
|
321
|
+
};
|
|
322
|
+
readonly Ext: {
|
|
323
|
+
readonly title: "Ext";
|
|
324
|
+
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.";
|
|
325
|
+
readonly type: "object";
|
|
326
|
+
readonly minProperties: 1;
|
|
327
|
+
readonly additionalProperties: true;
|
|
328
|
+
readonly propertyNames: {
|
|
329
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
330
|
+
};
|
|
331
|
+
};
|
|
332
|
+
};
|
|
333
|
+
};
|
|
334
|
+
};
|
|
335
|
+
//# sourceMappingURL=payload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payload.d.ts","sourceRoot":"","sources":["../../../../../../src/vta/webvh/servers/register/1.0/payload.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,8BAA8B;IAC7C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,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,iBAAiB;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AAED,2BAA2B;AAC3B,eAAO,MAAM,QAAQ,EAAG,4DAAqE,CAAC;AAE9F,mEAAmE;AACnE,MAAM,MAAM,OAAO,GAAG,8BAA8B,CAAC;AAErD,qEAAqE;AACrE,eAAO,MAAM,iBAAiB,EAAG,qEAA8E,CAAC;AAEhH,4EAA4E;AAC5E,MAAM,MAAM,QAAQ,GAAG,iBAAiB,CAAC;AAEzC;;;;;;;;GAQG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgFjB,CAAC;AAEX,mEAAmE;AACnE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyD1B,CAAC;AAEX;;;;;GAKG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMP,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMhB,CAAC"}
|