@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,377 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
|
|
3
|
+
* Source: specs/vta/webvh/agent-name/list/1.0/payload.schema.json
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* Every agent name held for a DID, enabled or not.
|
|
7
|
+
*/
|
|
8
|
+
export interface VTAWebVHAgentNameListPayload {
|
|
9
|
+
/**
|
|
10
|
+
* DID the name is bound to.
|
|
11
|
+
*/
|
|
12
|
+
did: string;
|
|
13
|
+
ext?: Ext;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* 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.
|
|
17
|
+
*/
|
|
18
|
+
export interface Ext {
|
|
19
|
+
[k: string]: unknown | undefined;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Success response to vta/webvh/agent-name/list. Type https://trusttasks.org/spec/vta/webvh/agent-name/list/1.0#response.
|
|
23
|
+
*/
|
|
24
|
+
export interface VTAWebVHAgentNameListResponsePayload {
|
|
25
|
+
did: string;
|
|
26
|
+
/**
|
|
27
|
+
* Names held for the DID, including disabled ones — a disabled name is still held and cannot be taken by anyone else.
|
|
28
|
+
*/
|
|
29
|
+
names: AgentNameEntry[];
|
|
30
|
+
ext?: Ext;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* An agent name bound to a DID. A name is only ever authoritative in the DID→name direction: the DID document's `alsoKnownAs` is what proves the binding, because anyone controlling a domain can point a name at somebody else's DID.
|
|
34
|
+
*/
|
|
35
|
+
export interface AgentNameEntry {
|
|
36
|
+
/**
|
|
37
|
+
* The name, without the host — the full form is `<host>/@<name>`.
|
|
38
|
+
*/
|
|
39
|
+
name: string;
|
|
40
|
+
/**
|
|
41
|
+
* Whether the name currently resolves. A disabled name is still held — it is not available for anyone else to take.
|
|
42
|
+
*/
|
|
43
|
+
enabled: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* Unix epoch seconds.
|
|
46
|
+
*/
|
|
47
|
+
createdAt?: number;
|
|
48
|
+
ext?: Ext;
|
|
49
|
+
}
|
|
50
|
+
/** Trust Task type URI. */
|
|
51
|
+
export declare const TYPE_URI: "https://trusttasks.org/spec/vta/webvh/agent-name/list/1.0";
|
|
52
|
+
/** Stable alias for this specification's request payload shape. */
|
|
53
|
+
export type Payload = VTAWebVHAgentNameListPayload;
|
|
54
|
+
/** Trust Task response type URI (request type URI + "#response"). */
|
|
55
|
+
export declare const RESPONSE_TYPE_URI: "https://trusttasks.org/spec/vta/webvh/agent-name/list/1.0#response";
|
|
56
|
+
/** Stable alias for this specification's success-response payload shape. */
|
|
57
|
+
export type Response = VTAWebVHAgentNameListResponsePayload;
|
|
58
|
+
/**
|
|
59
|
+
* This specification's payload schema, as a value.
|
|
60
|
+
*
|
|
61
|
+
* SPEC.md §7.2 item 2 is performed against this. It is shipped as data
|
|
62
|
+
* rather than only as a `.json` file because TypeScript types are erased
|
|
63
|
+
* at runtime: without a schema a consumer has nothing to validate, and
|
|
64
|
+
* every REQUIRED payload member is optional in practice. Cross-file
|
|
65
|
+
* `$ref`s are already inlined, so it needs no resolver.
|
|
66
|
+
*/
|
|
67
|
+
export declare const PAYLOAD_SCHEMA: {
|
|
68
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
69
|
+
readonly $id: "https://trusttasks.org/spec/vta/webvh/agent-name/list/1.0";
|
|
70
|
+
readonly title: "VTA WebVH Agent-Name List — payload";
|
|
71
|
+
readonly description: "Every agent name held for a DID, enabled or not.";
|
|
72
|
+
readonly type: "object";
|
|
73
|
+
readonly additionalProperties: false;
|
|
74
|
+
readonly required: readonly ["did"];
|
|
75
|
+
readonly properties: {
|
|
76
|
+
readonly did: {
|
|
77
|
+
readonly type: "string";
|
|
78
|
+
readonly minLength: 1;
|
|
79
|
+
readonly description: "DID the name is bound to.";
|
|
80
|
+
};
|
|
81
|
+
readonly ext: {
|
|
82
|
+
readonly $ref: "#/$defs/Ext";
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
readonly $defs: {
|
|
86
|
+
readonly Response: {
|
|
87
|
+
readonly $anchor: "response";
|
|
88
|
+
readonly title: "VTA WebVH Agent-Name List — response payload";
|
|
89
|
+
readonly description: "Success response to vta/webvh/agent-name/list. Type https://trusttasks.org/spec/vta/webvh/agent-name/list/1.0#response.";
|
|
90
|
+
readonly type: "object";
|
|
91
|
+
readonly additionalProperties: false;
|
|
92
|
+
readonly required: readonly ["did", "names"];
|
|
93
|
+
readonly properties: {
|
|
94
|
+
readonly did: {
|
|
95
|
+
readonly type: "string";
|
|
96
|
+
};
|
|
97
|
+
readonly names: {
|
|
98
|
+
readonly type: "array";
|
|
99
|
+
readonly description: "Names held for the DID, including disabled ones — a disabled name is still held and cannot be taken by anyone else.";
|
|
100
|
+
readonly items: {
|
|
101
|
+
readonly $ref: "#/$defs/AgentNameEntry";
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
readonly ext: {
|
|
105
|
+
readonly $ref: "#/$defs/Ext";
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
readonly Ext: {
|
|
110
|
+
readonly title: "Ext";
|
|
111
|
+
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.";
|
|
112
|
+
readonly type: "object";
|
|
113
|
+
readonly minProperties: 1;
|
|
114
|
+
readonly additionalProperties: true;
|
|
115
|
+
readonly propertyNames: {
|
|
116
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
readonly AgentNameEntry: {
|
|
120
|
+
readonly title: "AgentNameEntry";
|
|
121
|
+
readonly description: "An agent name bound to a DID. A name is only ever authoritative in the DID→name direction: the DID document's `alsoKnownAs` is what proves the binding, because anyone controlling a domain can point a name at somebody else's DID.";
|
|
122
|
+
readonly type: "object";
|
|
123
|
+
readonly additionalProperties: false;
|
|
124
|
+
readonly required: readonly ["name", "enabled"];
|
|
125
|
+
readonly properties: {
|
|
126
|
+
readonly name: {
|
|
127
|
+
readonly type: "string";
|
|
128
|
+
readonly description: "The name, without the host — the full form is `<host>/@<name>`.";
|
|
129
|
+
};
|
|
130
|
+
readonly enabled: {
|
|
131
|
+
readonly type: "boolean";
|
|
132
|
+
readonly description: "Whether the name currently resolves. A disabled name is still held — it is not available for anyone else to take.";
|
|
133
|
+
};
|
|
134
|
+
readonly createdAt: {
|
|
135
|
+
readonly type: "integer";
|
|
136
|
+
readonly minimum: 0;
|
|
137
|
+
readonly description: "Unix epoch seconds.";
|
|
138
|
+
};
|
|
139
|
+
readonly ext: {
|
|
140
|
+
readonly $ref: "#/$defs/Ext";
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
/** As {@link PAYLOAD_SCHEMA}, for the success-response variant. */
|
|
147
|
+
export declare const RESPONSE_PAYLOAD_SCHEMA: {
|
|
148
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
149
|
+
readonly $ref: "#/$defs/Response";
|
|
150
|
+
readonly $defs: {
|
|
151
|
+
readonly Response: {
|
|
152
|
+
readonly $anchor: "response";
|
|
153
|
+
readonly title: "VTA WebVH Agent-Name List — response payload";
|
|
154
|
+
readonly description: "Success response to vta/webvh/agent-name/list. Type https://trusttasks.org/spec/vta/webvh/agent-name/list/1.0#response.";
|
|
155
|
+
readonly type: "object";
|
|
156
|
+
readonly additionalProperties: false;
|
|
157
|
+
readonly required: readonly ["did", "names"];
|
|
158
|
+
readonly properties: {
|
|
159
|
+
readonly did: {
|
|
160
|
+
readonly type: "string";
|
|
161
|
+
};
|
|
162
|
+
readonly names: {
|
|
163
|
+
readonly type: "array";
|
|
164
|
+
readonly description: "Names held for the DID, including disabled ones — a disabled name is still held and cannot be taken by anyone else.";
|
|
165
|
+
readonly items: {
|
|
166
|
+
readonly $ref: "#/$defs/AgentNameEntry";
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
readonly ext: {
|
|
170
|
+
readonly $ref: "#/$defs/Ext";
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
readonly Ext: {
|
|
175
|
+
readonly title: "Ext";
|
|
176
|
+
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.";
|
|
177
|
+
readonly type: "object";
|
|
178
|
+
readonly minProperties: 1;
|
|
179
|
+
readonly additionalProperties: true;
|
|
180
|
+
readonly propertyNames: {
|
|
181
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
readonly AgentNameEntry: {
|
|
185
|
+
readonly title: "AgentNameEntry";
|
|
186
|
+
readonly description: "An agent name bound to a DID. A name is only ever authoritative in the DID→name direction: the DID document's `alsoKnownAs` is what proves the binding, because anyone controlling a domain can point a name at somebody else's DID.";
|
|
187
|
+
readonly type: "object";
|
|
188
|
+
readonly additionalProperties: false;
|
|
189
|
+
readonly required: readonly ["name", "enabled"];
|
|
190
|
+
readonly properties: {
|
|
191
|
+
readonly name: {
|
|
192
|
+
readonly type: "string";
|
|
193
|
+
readonly description: "The name, without the host — the full form is `<host>/@<name>`.";
|
|
194
|
+
};
|
|
195
|
+
readonly enabled: {
|
|
196
|
+
readonly type: "boolean";
|
|
197
|
+
readonly description: "Whether the name currently resolves. A disabled name is still held — it is not available for anyone else to take.";
|
|
198
|
+
};
|
|
199
|
+
readonly createdAt: {
|
|
200
|
+
readonly type: "integer";
|
|
201
|
+
readonly minimum: 0;
|
|
202
|
+
readonly description: "Unix epoch seconds.";
|
|
203
|
+
};
|
|
204
|
+
readonly ext: {
|
|
205
|
+
readonly $ref: "#/$defs/Ext";
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
/**
|
|
212
|
+
* SPEC.md §7.2 policy for the request variant, from this specification's
|
|
213
|
+
* front matter. Pass to `consumeInbound` — items 5b, 7 and 8 are
|
|
214
|
+
* per-specification and cannot be derived from the document alone, and
|
|
215
|
+
* item 2 needs the schema this carries.
|
|
216
|
+
*/
|
|
217
|
+
export declare const SPEC: {
|
|
218
|
+
readonly typeUri: "https://trusttasks.org/spec/vta/webvh/agent-name/list/1.0";
|
|
219
|
+
readonly isBearer: false;
|
|
220
|
+
readonly isProofRequired: false;
|
|
221
|
+
readonly isRecipientRequired: true;
|
|
222
|
+
readonly payloadSchema: {
|
|
223
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
224
|
+
readonly $id: "https://trusttasks.org/spec/vta/webvh/agent-name/list/1.0";
|
|
225
|
+
readonly title: "VTA WebVH Agent-Name List — payload";
|
|
226
|
+
readonly description: "Every agent name held for a DID, enabled or not.";
|
|
227
|
+
readonly type: "object";
|
|
228
|
+
readonly additionalProperties: false;
|
|
229
|
+
readonly required: readonly ["did"];
|
|
230
|
+
readonly properties: {
|
|
231
|
+
readonly did: {
|
|
232
|
+
readonly type: "string";
|
|
233
|
+
readonly minLength: 1;
|
|
234
|
+
readonly description: "DID the name is bound to.";
|
|
235
|
+
};
|
|
236
|
+
readonly ext: {
|
|
237
|
+
readonly $ref: "#/$defs/Ext";
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
readonly $defs: {
|
|
241
|
+
readonly Response: {
|
|
242
|
+
readonly $anchor: "response";
|
|
243
|
+
readonly title: "VTA WebVH Agent-Name List — response payload";
|
|
244
|
+
readonly description: "Success response to vta/webvh/agent-name/list. Type https://trusttasks.org/spec/vta/webvh/agent-name/list/1.0#response.";
|
|
245
|
+
readonly type: "object";
|
|
246
|
+
readonly additionalProperties: false;
|
|
247
|
+
readonly required: readonly ["did", "names"];
|
|
248
|
+
readonly properties: {
|
|
249
|
+
readonly did: {
|
|
250
|
+
readonly type: "string";
|
|
251
|
+
};
|
|
252
|
+
readonly names: {
|
|
253
|
+
readonly type: "array";
|
|
254
|
+
readonly description: "Names held for the DID, including disabled ones — a disabled name is still held and cannot be taken by anyone else.";
|
|
255
|
+
readonly items: {
|
|
256
|
+
readonly $ref: "#/$defs/AgentNameEntry";
|
|
257
|
+
};
|
|
258
|
+
};
|
|
259
|
+
readonly ext: {
|
|
260
|
+
readonly $ref: "#/$defs/Ext";
|
|
261
|
+
};
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
readonly Ext: {
|
|
265
|
+
readonly title: "Ext";
|
|
266
|
+
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.";
|
|
267
|
+
readonly type: "object";
|
|
268
|
+
readonly minProperties: 1;
|
|
269
|
+
readonly additionalProperties: true;
|
|
270
|
+
readonly propertyNames: {
|
|
271
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
272
|
+
};
|
|
273
|
+
};
|
|
274
|
+
readonly AgentNameEntry: {
|
|
275
|
+
readonly title: "AgentNameEntry";
|
|
276
|
+
readonly description: "An agent name bound to a DID. A name is only ever authoritative in the DID→name direction: the DID document's `alsoKnownAs` is what proves the binding, because anyone controlling a domain can point a name at somebody else's DID.";
|
|
277
|
+
readonly type: "object";
|
|
278
|
+
readonly additionalProperties: false;
|
|
279
|
+
readonly required: readonly ["name", "enabled"];
|
|
280
|
+
readonly properties: {
|
|
281
|
+
readonly name: {
|
|
282
|
+
readonly type: "string";
|
|
283
|
+
readonly description: "The name, without the host — the full form is `<host>/@<name>`.";
|
|
284
|
+
};
|
|
285
|
+
readonly enabled: {
|
|
286
|
+
readonly type: "boolean";
|
|
287
|
+
readonly description: "Whether the name currently resolves. A disabled name is still held — it is not available for anyone else to take.";
|
|
288
|
+
};
|
|
289
|
+
readonly createdAt: {
|
|
290
|
+
readonly type: "integer";
|
|
291
|
+
readonly minimum: 0;
|
|
292
|
+
readonly description: "Unix epoch seconds.";
|
|
293
|
+
};
|
|
294
|
+
readonly ext: {
|
|
295
|
+
readonly $ref: "#/$defs/Ext";
|
|
296
|
+
};
|
|
297
|
+
};
|
|
298
|
+
};
|
|
299
|
+
};
|
|
300
|
+
};
|
|
301
|
+
};
|
|
302
|
+
/**
|
|
303
|
+
* SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
|
|
304
|
+
* tracks the *issuer* party's requirement because a response swaps the
|
|
305
|
+
* parties (§7.3 item 5).
|
|
306
|
+
*/
|
|
307
|
+
export declare const RESPONSE_SPEC: {
|
|
308
|
+
readonly typeUri: "https://trusttasks.org/spec/vta/webvh/agent-name/list/1.0#response";
|
|
309
|
+
readonly isBearer: false;
|
|
310
|
+
readonly isProofRequired: false;
|
|
311
|
+
readonly isRecipientRequired: true;
|
|
312
|
+
readonly payloadSchema: {
|
|
313
|
+
readonly $schema: "https://json-schema.org/draft/2020-12/schema";
|
|
314
|
+
readonly $ref: "#/$defs/Response";
|
|
315
|
+
readonly $defs: {
|
|
316
|
+
readonly Response: {
|
|
317
|
+
readonly $anchor: "response";
|
|
318
|
+
readonly title: "VTA WebVH Agent-Name List — response payload";
|
|
319
|
+
readonly description: "Success response to vta/webvh/agent-name/list. Type https://trusttasks.org/spec/vta/webvh/agent-name/list/1.0#response.";
|
|
320
|
+
readonly type: "object";
|
|
321
|
+
readonly additionalProperties: false;
|
|
322
|
+
readonly required: readonly ["did", "names"];
|
|
323
|
+
readonly properties: {
|
|
324
|
+
readonly did: {
|
|
325
|
+
readonly type: "string";
|
|
326
|
+
};
|
|
327
|
+
readonly names: {
|
|
328
|
+
readonly type: "array";
|
|
329
|
+
readonly description: "Names held for the DID, including disabled ones — a disabled name is still held and cannot be taken by anyone else.";
|
|
330
|
+
readonly items: {
|
|
331
|
+
readonly $ref: "#/$defs/AgentNameEntry";
|
|
332
|
+
};
|
|
333
|
+
};
|
|
334
|
+
readonly ext: {
|
|
335
|
+
readonly $ref: "#/$defs/Ext";
|
|
336
|
+
};
|
|
337
|
+
};
|
|
338
|
+
};
|
|
339
|
+
readonly Ext: {
|
|
340
|
+
readonly title: "Ext";
|
|
341
|
+
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.";
|
|
342
|
+
readonly type: "object";
|
|
343
|
+
readonly minProperties: 1;
|
|
344
|
+
readonly additionalProperties: true;
|
|
345
|
+
readonly propertyNames: {
|
|
346
|
+
readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
|
|
347
|
+
};
|
|
348
|
+
};
|
|
349
|
+
readonly AgentNameEntry: {
|
|
350
|
+
readonly title: "AgentNameEntry";
|
|
351
|
+
readonly description: "An agent name bound to a DID. A name is only ever authoritative in the DID→name direction: the DID document's `alsoKnownAs` is what proves the binding, because anyone controlling a domain can point a name at somebody else's DID.";
|
|
352
|
+
readonly type: "object";
|
|
353
|
+
readonly additionalProperties: false;
|
|
354
|
+
readonly required: readonly ["name", "enabled"];
|
|
355
|
+
readonly properties: {
|
|
356
|
+
readonly name: {
|
|
357
|
+
readonly type: "string";
|
|
358
|
+
readonly description: "The name, without the host — the full form is `<host>/@<name>`.";
|
|
359
|
+
};
|
|
360
|
+
readonly enabled: {
|
|
361
|
+
readonly type: "boolean";
|
|
362
|
+
readonly description: "Whether the name currently resolves. A disabled name is still held — it is not available for anyone else to take.";
|
|
363
|
+
};
|
|
364
|
+
readonly createdAt: {
|
|
365
|
+
readonly type: "integer";
|
|
366
|
+
readonly minimum: 0;
|
|
367
|
+
readonly description: "Unix epoch seconds.";
|
|
368
|
+
};
|
|
369
|
+
readonly ext: {
|
|
370
|
+
readonly $ref: "#/$defs/Ext";
|
|
371
|
+
};
|
|
372
|
+
};
|
|
373
|
+
};
|
|
374
|
+
};
|
|
375
|
+
};
|
|
376
|
+
};
|
|
377
|
+
//# sourceMappingURL=payload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payload.d.ts","sourceRoot":"","sources":["../../../../../../src/vta/webvh/agent-name/list/1.0/payload.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,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,oCAAoC;IACnD,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AACD;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;AAED,2BAA2B;AAC3B,eAAO,MAAM,QAAQ,EAAG,2DAAoE,CAAC;AAE7F,mEAAmE;AACnE,MAAM,MAAM,OAAO,GAAG,4BAA4B,CAAC;AAEnD,qEAAqE;AACrE,eAAO,MAAM,iBAAiB,EAAG,oEAA6E,CAAC;AAE/G,4EAA4E;AAC5E,MAAM,MAAM,QAAQ,GAAG,oCAAoC,CAAC;AAE5D;;;;;;;;GAQG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsFjB,CAAC;AAEX,mEAAmE;AACnE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqE1B,CAAC;AAEX;;;;;GAKG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMP,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMhB,CAAC"}
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
|
|
3
|
+
* Source: specs/vta/webvh/agent-name/list/1.0/payload.schema.json
|
|
4
|
+
*/
|
|
5
|
+
/** Trust Task type URI. */
|
|
6
|
+
export const TYPE_URI = "https://trusttasks.org/spec/vta/webvh/agent-name/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/agent-name/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/agent-name/list/1.0",
|
|
21
|
+
"title": "VTA WebVH Agent-Name List — payload",
|
|
22
|
+
"description": "Every agent name held for a DID, enabled or not.",
|
|
23
|
+
"type": "object",
|
|
24
|
+
"additionalProperties": false,
|
|
25
|
+
"required": [
|
|
26
|
+
"did"
|
|
27
|
+
],
|
|
28
|
+
"properties": {
|
|
29
|
+
"did": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"minLength": 1,
|
|
32
|
+
"description": "DID the name is bound to."
|
|
33
|
+
},
|
|
34
|
+
"ext": {
|
|
35
|
+
"$ref": "#/$defs/Ext"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"$defs": {
|
|
39
|
+
"Response": {
|
|
40
|
+
"$anchor": "response",
|
|
41
|
+
"title": "VTA WebVH Agent-Name List — response payload",
|
|
42
|
+
"description": "Success response to vta/webvh/agent-name/list. Type https://trusttasks.org/spec/vta/webvh/agent-name/list/1.0#response.",
|
|
43
|
+
"type": "object",
|
|
44
|
+
"additionalProperties": false,
|
|
45
|
+
"required": [
|
|
46
|
+
"did",
|
|
47
|
+
"names"
|
|
48
|
+
],
|
|
49
|
+
"properties": {
|
|
50
|
+
"did": {
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
"names": {
|
|
54
|
+
"type": "array",
|
|
55
|
+
"description": "Names held for the DID, including disabled ones — a disabled name is still held and cannot be taken by anyone else.",
|
|
56
|
+
"items": {
|
|
57
|
+
"$ref": "#/$defs/AgentNameEntry"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"ext": {
|
|
61
|
+
"$ref": "#/$defs/Ext"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"Ext": {
|
|
66
|
+
"title": "Ext",
|
|
67
|
+
"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.",
|
|
68
|
+
"type": "object",
|
|
69
|
+
"minProperties": 1,
|
|
70
|
+
"additionalProperties": true,
|
|
71
|
+
"propertyNames": {
|
|
72
|
+
"pattern": "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"AgentNameEntry": {
|
|
76
|
+
"title": "AgentNameEntry",
|
|
77
|
+
"description": "An agent name bound to a DID. A name is only ever authoritative in the DID→name direction: the DID document's `alsoKnownAs` is what proves the binding, because anyone controlling a domain can point a name at somebody else's DID.",
|
|
78
|
+
"type": "object",
|
|
79
|
+
"additionalProperties": false,
|
|
80
|
+
"required": [
|
|
81
|
+
"name",
|
|
82
|
+
"enabled"
|
|
83
|
+
],
|
|
84
|
+
"properties": {
|
|
85
|
+
"name": {
|
|
86
|
+
"type": "string",
|
|
87
|
+
"description": "The name, without the host — the full form is `<host>/@<name>`."
|
|
88
|
+
},
|
|
89
|
+
"enabled": {
|
|
90
|
+
"type": "boolean",
|
|
91
|
+
"description": "Whether the name currently resolves. A disabled name is still held — it is not available for anyone else to take."
|
|
92
|
+
},
|
|
93
|
+
"createdAt": {
|
|
94
|
+
"type": "integer",
|
|
95
|
+
"minimum": 0,
|
|
96
|
+
"description": "Unix epoch seconds."
|
|
97
|
+
},
|
|
98
|
+
"ext": {
|
|
99
|
+
"$ref": "#/$defs/Ext"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
};
|
|
105
|
+
/** As {@link PAYLOAD_SCHEMA}, for the success-response variant. */
|
|
106
|
+
export const RESPONSE_PAYLOAD_SCHEMA = {
|
|
107
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
108
|
+
"$ref": "#/$defs/Response",
|
|
109
|
+
"$defs": {
|
|
110
|
+
"Response": {
|
|
111
|
+
"$anchor": "response",
|
|
112
|
+
"title": "VTA WebVH Agent-Name List — response payload",
|
|
113
|
+
"description": "Success response to vta/webvh/agent-name/list. Type https://trusttasks.org/spec/vta/webvh/agent-name/list/1.0#response.",
|
|
114
|
+
"type": "object",
|
|
115
|
+
"additionalProperties": false,
|
|
116
|
+
"required": [
|
|
117
|
+
"did",
|
|
118
|
+
"names"
|
|
119
|
+
],
|
|
120
|
+
"properties": {
|
|
121
|
+
"did": {
|
|
122
|
+
"type": "string"
|
|
123
|
+
},
|
|
124
|
+
"names": {
|
|
125
|
+
"type": "array",
|
|
126
|
+
"description": "Names held for the DID, including disabled ones — a disabled name is still held and cannot be taken by anyone else.",
|
|
127
|
+
"items": {
|
|
128
|
+
"$ref": "#/$defs/AgentNameEntry"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"ext": {
|
|
132
|
+
"$ref": "#/$defs/Ext"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"Ext": {
|
|
137
|
+
"title": "Ext",
|
|
138
|
+
"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.",
|
|
139
|
+
"type": "object",
|
|
140
|
+
"minProperties": 1,
|
|
141
|
+
"additionalProperties": true,
|
|
142
|
+
"propertyNames": {
|
|
143
|
+
"pattern": "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$"
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"AgentNameEntry": {
|
|
147
|
+
"title": "AgentNameEntry",
|
|
148
|
+
"description": "An agent name bound to a DID. A name is only ever authoritative in the DID→name direction: the DID document's `alsoKnownAs` is what proves the binding, because anyone controlling a domain can point a name at somebody else's DID.",
|
|
149
|
+
"type": "object",
|
|
150
|
+
"additionalProperties": false,
|
|
151
|
+
"required": [
|
|
152
|
+
"name",
|
|
153
|
+
"enabled"
|
|
154
|
+
],
|
|
155
|
+
"properties": {
|
|
156
|
+
"name": {
|
|
157
|
+
"type": "string",
|
|
158
|
+
"description": "The name, without the host — the full form is `<host>/@<name>`."
|
|
159
|
+
},
|
|
160
|
+
"enabled": {
|
|
161
|
+
"type": "boolean",
|
|
162
|
+
"description": "Whether the name currently resolves. A disabled name is still held — it is not available for anyone else to take."
|
|
163
|
+
},
|
|
164
|
+
"createdAt": {
|
|
165
|
+
"type": "integer",
|
|
166
|
+
"minimum": 0,
|
|
167
|
+
"description": "Unix epoch seconds."
|
|
168
|
+
},
|
|
169
|
+
"ext": {
|
|
170
|
+
"$ref": "#/$defs/Ext"
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
};
|
|
176
|
+
/**
|
|
177
|
+
* SPEC.md §7.2 policy for the request variant, from this specification's
|
|
178
|
+
* front matter. Pass to `consumeInbound` — items 5b, 7 and 8 are
|
|
179
|
+
* per-specification and cannot be derived from the document alone, and
|
|
180
|
+
* item 2 needs the schema this carries.
|
|
181
|
+
*/
|
|
182
|
+
export const SPEC = {
|
|
183
|
+
typeUri: TYPE_URI,
|
|
184
|
+
isBearer: false,
|
|
185
|
+
isProofRequired: false,
|
|
186
|
+
isRecipientRequired: true,
|
|
187
|
+
payloadSchema: PAYLOAD_SCHEMA,
|
|
188
|
+
};
|
|
189
|
+
/**
|
|
190
|
+
* SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
|
|
191
|
+
* tracks the *issuer* party's requirement because a response swaps the
|
|
192
|
+
* parties (§7.3 item 5).
|
|
193
|
+
*/
|
|
194
|
+
export const RESPONSE_SPEC = {
|
|
195
|
+
typeUri: RESPONSE_TYPE_URI,
|
|
196
|
+
isBearer: false,
|
|
197
|
+
isProofRequired: false,
|
|
198
|
+
isRecipientRequired: true,
|
|
199
|
+
payloadSchema: RESPONSE_PAYLOAD_SCHEMA,
|
|
200
|
+
};
|
|
201
|
+
//# sourceMappingURL=payload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payload.js","sourceRoot":"","sources":["../../../../../../src/vta/webvh/agent-name/list/1.0/payload.ts"],"names":[],"mappings":"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"}
|