@openvtc/trust-tasks 0.16.9 → 0.16.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/CHANGELOG.md +149 -0
  2. package/dist/_shared/components.d.ts +204 -5
  3. package/dist/_shared/components.d.ts.map +1 -1
  4. package/dist/index.d.ts +27 -0
  5. package/dist/index.d.ts.map +1 -1
  6. package/dist/index.js +27 -0
  7. package/dist/index.js.map +1 -1
  8. package/dist/persona/_shared/0.1/persona-record.d.ts +22 -0
  9. package/dist/persona/_shared/0.1/persona-record.d.ts.map +1 -0
  10. package/dist/persona/_shared/0.1/persona-record.js +6 -0
  11. package/dist/persona/_shared/0.1/persona-record.js.map +1 -0
  12. package/dist/persona/attribute/delete/1.0/payload.d.ts +351 -0
  13. package/dist/persona/attribute/delete/1.0/payload.d.ts.map +1 -0
  14. package/dist/persona/attribute/delete/1.0/payload.js +188 -0
  15. package/dist/persona/attribute/delete/1.0/payload.js.map +1 -0
  16. package/dist/persona/attribute/list/1.0/payload.d.ts +895 -0
  17. package/dist/persona/attribute/list/1.0/payload.d.ts.map +1 -0
  18. package/dist/persona/attribute/list/1.0/payload.js +532 -0
  19. package/dist/persona/attribute/list/1.0/payload.js.map +1 -0
  20. package/dist/persona/attribute/put/1.0/payload.d.ts +829 -0
  21. package/dist/persona/attribute/put/1.0/payload.d.ts.map +1 -0
  22. package/dist/persona/attribute/put/1.0/payload.js +487 -0
  23. package/dist/persona/attribute/put/1.0/payload.js.map +1 -0
  24. package/dist/persona/binding/get/1.0/payload.d.ts +382 -0
  25. package/dist/persona/binding/get/1.0/payload.d.ts.map +1 -0
  26. package/dist/persona/binding/get/1.0/payload.js +206 -0
  27. package/dist/persona/binding/get/1.0/payload.js.map +1 -0
  28. package/dist/persona/binding/list/1.0/payload.d.ts +387 -0
  29. package/dist/persona/binding/list/1.0/payload.d.ts.map +1 -0
  30. package/dist/persona/binding/list/1.0/payload.js +210 -0
  31. package/dist/persona/binding/list/1.0/payload.js.map +1 -0
  32. package/dist/persona/binding/set/1.0/payload.d.ts +545 -0
  33. package/dist/persona/binding/set/1.0/payload.d.ts.map +1 -0
  34. package/dist/persona/binding/set/1.0/payload.js +302 -0
  35. package/dist/persona/binding/set/1.0/payload.js.map +1 -0
  36. package/dist/persona/contact/delete/1.0/payload.d.ts +313 -0
  37. package/dist/persona/contact/delete/1.0/payload.d.ts.map +1 -0
  38. package/dist/persona/contact/delete/1.0/payload.js +174 -0
  39. package/dist/persona/contact/delete/1.0/payload.js.map +1 -0
  40. package/dist/persona/contact/get/1.0/payload.d.ts +1027 -0
  41. package/dist/persona/contact/get/1.0/payload.d.ts.map +1 -0
  42. package/dist/persona/contact/get/1.0/payload.js +606 -0
  43. package/dist/persona/contact/get/1.0/payload.js.map +1 -0
  44. package/dist/persona/contact/list/1.0/payload.d.ts +490 -0
  45. package/dist/persona/contact/list/1.0/payload.d.ts.map +1 -0
  46. package/dist/persona/contact/list/1.0/payload.js +262 -0
  47. package/dist/persona/contact/list/1.0/payload.js.map +1 -0
  48. package/dist/persona/contact/put/1.0/payload.d.ts +885 -0
  49. package/dist/persona/contact/put/1.0/payload.d.ts.map +1 -0
  50. package/dist/persona/contact/put/1.0/payload.js +518 -0
  51. package/dist/persona/contact/put/1.0/payload.js.map +1 -0
  52. package/dist/persona/correlation/analyze/1.0/payload.d.ts +648 -0
  53. package/dist/persona/correlation/analyze/1.0/payload.d.ts.map +1 -0
  54. package/dist/persona/correlation/analyze/1.0/payload.js +338 -0
  55. package/dist/persona/correlation/analyze/1.0/payload.js.map +1 -0
  56. package/dist/persona/disclosure/history/1.0/payload.d.ts +639 -0
  57. package/dist/persona/disclosure/history/1.0/payload.d.ts.map +1 -0
  58. package/dist/persona/disclosure/history/1.0/payload.js +339 -0
  59. package/dist/persona/disclosure/history/1.0/payload.js.map +1 -0
  60. package/dist/persona/disclosure/present/1.0/payload.d.ts +400 -0
  61. package/dist/persona/disclosure/present/1.0/payload.d.ts.map +1 -0
  62. package/dist/persona/disclosure/present/1.0/payload.js +211 -0
  63. package/dist/persona/disclosure/present/1.0/payload.js.map +1 -0
  64. package/dist/persona/disclosure/preview/1.0/payload.d.ts +858 -0
  65. package/dist/persona/disclosure/preview/1.0/payload.d.ts.map +1 -0
  66. package/dist/persona/disclosure/preview/1.0/payload.js +480 -0
  67. package/dist/persona/disclosure/preview/1.0/payload.js.map +1 -0
  68. package/dist/persona/local/binding/set/1.0/payload.d.ts +394 -0
  69. package/dist/persona/local/binding/set/1.0/payload.d.ts.map +1 -0
  70. package/dist/persona/local/binding/set/1.0/payload.js +226 -0
  71. package/dist/persona/local/binding/set/1.0/payload.js.map +1 -0
  72. package/dist/persona/local/profile/delete/1.0/payload.d.ts +311 -0
  73. package/dist/persona/local/profile/delete/1.0/payload.d.ts.map +1 -0
  74. package/dist/persona/local/profile/delete/1.0/payload.js +173 -0
  75. package/dist/persona/local/profile/delete/1.0/payload.js.map +1 -0
  76. package/dist/persona/local/profile/get/1.0/payload.d.ts +368 -0
  77. package/dist/persona/local/profile/get/1.0/payload.d.ts.map +1 -0
  78. package/dist/persona/local/profile/get/1.0/payload.js +210 -0
  79. package/dist/persona/local/profile/get/1.0/payload.js.map +1 -0
  80. package/dist/persona/local/profile/list/1.0/payload.d.ts +387 -0
  81. package/dist/persona/local/profile/list/1.0/payload.d.ts.map +1 -0
  82. package/dist/persona/local/profile/list/1.0/payload.js +214 -0
  83. package/dist/persona/local/profile/list/1.0/payload.js.map +1 -0
  84. package/dist/persona/local/profile/put/1.0/payload.d.ts +545 -0
  85. package/dist/persona/local/profile/put/1.0/payload.d.ts.map +1 -0
  86. package/dist/persona/local/profile/put/1.0/payload.js +315 -0
  87. package/dist/persona/local/profile/put/1.0/payload.js.map +1 -0
  88. package/dist/persona/profile/delete/1.0/payload.d.ts +350 -0
  89. package/dist/persona/profile/delete/1.0/payload.d.ts.map +1 -0
  90. package/dist/persona/profile/delete/1.0/payload.js +189 -0
  91. package/dist/persona/profile/delete/1.0/payload.js.map +1 -0
  92. package/dist/persona/profile/get/1.0/payload.d.ts +1307 -0
  93. package/dist/persona/profile/get/1.0/payload.d.ts.map +1 -0
  94. package/dist/persona/profile/get/1.0/payload.js +804 -0
  95. package/dist/persona/profile/get/1.0/payload.js.map +1 -0
  96. package/dist/persona/profile/list/1.0/payload.d.ts +1120 -0
  97. package/dist/persona/profile/list/1.0/payload.d.ts.map +1 -0
  98. package/dist/persona/profile/list/1.0/payload.js +680 -0
  99. package/dist/persona/profile/list/1.0/payload.js.map +1 -0
  100. package/dist/persona/profile/put/1.0/payload.d.ts +1115 -0
  101. package/dist/persona/profile/put/1.0/payload.d.ts.map +1 -0
  102. package/dist/persona/profile/put/1.0/payload.js +675 -0
  103. package/dist/persona/profile/put/1.0/payload.js.map +1 -0
  104. package/dist/persona/renderers/list/1.0/payload.d.ts +362 -0
  105. package/dist/persona/renderers/list/1.0/payload.d.ts.map +1 -0
  106. package/dist/persona/renderers/list/1.0/payload.js +197 -0
  107. package/dist/persona/renderers/list/1.0/payload.js.map +1 -0
  108. package/dist/rooms/owner/claim/0.1/payload.d.ts +391 -0
  109. package/dist/rooms/owner/claim/0.1/payload.d.ts.map +1 -0
  110. package/dist/rooms/owner/claim/0.1/payload.js +214 -0
  111. package/dist/rooms/owner/claim/0.1/payload.js.map +1 -0
  112. package/dist/rooms/owner/transfer/0.1/payload.d.ts +391 -0
  113. package/dist/rooms/owner/transfer/0.1/payload.d.ts.map +1 -0
  114. package/dist/rooms/owner/transfer/0.1/payload.js +214 -0
  115. package/dist/rooms/owner/transfer/0.1/payload.js.map +1 -0
  116. package/dist/vta/_shared/0.1/app-state-record.d.ts +1 -1
  117. package/dist/vta/_shared/0.1/app-state-record.d.ts.map +1 -1
  118. package/dist/vta/app-state/delete/1.0/payload.d.ts +1 -1
  119. package/dist/vta/app-state/delete/1.0/payload.d.ts.map +1 -1
  120. package/dist/vta/app-state/get/1.0/payload.d.ts +1 -1
  121. package/dist/vta/app-state/get/1.0/payload.d.ts.map +1 -1
  122. package/dist/vta/app-state/get-many/1.0/payload.d.ts +1 -1
  123. package/dist/vta/app-state/get-many/1.0/payload.d.ts.map +1 -1
  124. package/dist/vta/app-state/list/1.0/payload.d.ts +1 -1
  125. package/dist/vta/app-state/list/1.0/payload.d.ts.map +1 -1
  126. package/dist/vta/app-state/put/1.0/payload.d.ts +1 -1
  127. package/dist/vta/app-state/put/1.0/payload.d.ts.map +1 -1
  128. package/dist/vta/app-state/put-many/1.0/payload.d.ts +1 -1
  129. package/dist/vta/app-state/put-many/1.0/payload.d.ts.map +1 -1
  130. package/package.json +1 -1
  131. package/src/_shared/components.ts +211 -5
  132. package/src/index.ts +27 -0
  133. package/src/persona/_shared/0.1/persona-record.ts +23 -0
  134. package/src/persona/attribute/delete/1.0/payload.ts +238 -0
  135. package/src/persona/attribute/list/1.0/payload.ts +590 -0
  136. package/src/persona/attribute/put/1.0/payload.ts +559 -0
  137. package/src/persona/binding/get/1.0/payload.ts +257 -0
  138. package/src/persona/binding/list/1.0/payload.ts +260 -0
  139. package/src/persona/binding/set/1.0/payload.ts +370 -0
  140. package/src/persona/contact/delete/1.0/payload.ts +216 -0
  141. package/src/persona/contact/get/1.0/payload.ts +662 -0
  142. package/src/persona/contact/list/1.0/payload.ts +323 -0
  143. package/src/persona/contact/put/1.0/payload.ts +580 -0
  144. package/src/persona/correlation/analyze/1.0/payload.ts +466 -0
  145. package/src/persona/disclosure/history/1.0/payload.ts +415 -0
  146. package/src/persona/disclosure/present/1.0/payload.ts +274 -0
  147. package/src/persona/disclosure/preview/1.0/payload.ts +597 -0
  148. package/src/persona/local/binding/set/1.0/payload.ts +267 -0
  149. package/src/persona/local/profile/delete/1.0/payload.ts +215 -0
  150. package/src/persona/local/profile/get/1.0/payload.ts +251 -0
  151. package/src/persona/local/profile/list/1.0/payload.ts +260 -0
  152. package/src/persona/local/profile/put/1.0/payload.ts +373 -0
  153. package/src/persona/profile/delete/1.0/payload.ts +236 -0
  154. package/src/persona/profile/get/1.0/payload.ts +846 -0
  155. package/src/persona/profile/list/1.0/payload.ts +723 -0
  156. package/src/persona/profile/put/1.0/payload.ts +741 -0
  157. package/src/persona/renderers/list/1.0/payload.ts +248 -0
  158. package/src/rooms/owner/claim/0.1/payload.ts +268 -0
  159. package/src/rooms/owner/transfer/0.1/payload.ts +268 -0
  160. package/src/vta/_shared/0.1/app-state-record.ts +1 -1
  161. package/src/vta/app-state/delete/1.0/payload.ts +1 -1
  162. package/src/vta/app-state/get/1.0/payload.ts +1 -1
  163. package/src/vta/app-state/get-many/1.0/payload.ts +1 -1
  164. package/src/vta/app-state/list/1.0/payload.ts +1 -1
  165. package/src/vta/app-state/put/1.0/payload.ts +1 -1
  166. package/src/vta/app-state/put-many/1.0/payload.ts +1 -1
@@ -0,0 +1,648 @@
1
+ /**
2
+ * Generated by scripts/build-ts-bindings.mjs — DO NOT EDIT BY HAND.
3
+ * Source: specs/persona/correlation/analyze/1.0/payload.schema.json
4
+ */
5
+ import type { ClaimType, Ext, Ulid, ValueType } from "../../../../_shared/components.js";
6
+ /**
7
+ * Report where the holder's identities link to one another, and what can be done about each link. The findings task behind the counts the write tasks return.
8
+ */
9
+ export interface PersonaCorrelationAnalyzePayload {
10
+ /**
11
+ * Analyse one attribute. Omit to analyse the whole pool.
12
+ */
13
+ attributeId?: Ulid;
14
+ /**
15
+ * Analyse one composition — what would this profile link if bound.
16
+ */
17
+ profileId?: Ulid;
18
+ /**
19
+ * Analyse a value the holder is CONSIDERING but has not written. This is what lets a builder warn before the mistake rather than after it, which is the difference between a guard and a report. A maintainer MUST NOT store a candidate.
20
+ */
21
+ candidate?: {
22
+ type: ClaimType;
23
+ valueType: ValueType;
24
+ value: unknown;
25
+ };
26
+ ext?: Ext;
27
+ }
28
+ /**
29
+ * Success response to persona/correlation/analyze. Type https://trusttasks.org/spec/persona/correlation/analyze/1.0#response.
30
+ */
31
+ export interface PersonaCorrelationAnalyzeResponsePayload {
32
+ /**
33
+ * @maxItems 256
34
+ */
35
+ findings: {
36
+ attributeId?: Ulid;
37
+ severity: "low" | "high";
38
+ /**
39
+ * Where else this value appears, and where it has actually gone. Identifiers ARE returned here, unlike the counts the write tasks give back — this task is holder-authorized and its whole purpose is to let the holder act, which they cannot do on a number.
40
+ *
41
+ * @maxItems 128
42
+ */
43
+ sharedWith?: {
44
+ profileId?: Ulid;
45
+ contextId?: string;
46
+ personaDid?: string;
47
+ /**
48
+ * @maxItems 64
49
+ */
50
+ disclosedTo?: string[];
51
+ }[];
52
+ /**
53
+ * Plain-language cause. A severity with no explanation is a warning a holder learns to dismiss.
54
+ */
55
+ why: string;
56
+ /**
57
+ * What the holder can actually do. Naming reissueCredentialToThisDid matters more than it looks: without it, a holder told 'this links your personas' has no action but to abandon the attribute, and the honest fix — a credential re-issued against the persona actually using it — stays invisible unless the analysis names it.
58
+ *
59
+ * @maxItems 8
60
+ */
61
+ remedies: [] | ["useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord"] | [
62
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
63
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord"
64
+ ] | [
65
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
66
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
67
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord"
68
+ ] | [
69
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
70
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
71
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
72
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord"
73
+ ] | [
74
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
75
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
76
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
77
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
78
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord"
79
+ ] | [
80
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
81
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
82
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
83
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
84
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
85
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord"
86
+ ] | [
87
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
88
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
89
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
90
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
91
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
92
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
93
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord"
94
+ ] | [
95
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
96
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
97
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
98
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
99
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
100
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
101
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord",
102
+ "useDifferentValue" | "reissueCredentialToThisDid" | "correlateDeliberately" | "proceedAndRecord"
103
+ ];
104
+ }[];
105
+ ext?: Ext;
106
+ }
107
+ /** Shared definitions this specification references, re-exported under the names it used to declare them with. */
108
+ export type { ClaimType, Ext, Ulid, ValueType };
109
+ /** Trust Task type URI. */
110
+ export declare const TYPE_URI: "https://trusttasks.org/spec/persona/correlation/analyze/1.0";
111
+ /** Stable alias for this specification's request payload shape. */
112
+ export type Payload = PersonaCorrelationAnalyzePayload;
113
+ /** Trust Task response type URI (request type URI + "#response"). */
114
+ export declare const RESPONSE_TYPE_URI: "https://trusttasks.org/spec/persona/correlation/analyze/1.0#response";
115
+ /** Stable alias for this specification's success-response payload shape. */
116
+ export type Response = PersonaCorrelationAnalyzeResponsePayload;
117
+ /**
118
+ * This specification's payload schema, as a value.
119
+ *
120
+ * SPEC.md §7.2 item 2 is performed against this. It is shipped as data
121
+ * rather than only as a `.json` file because TypeScript types are erased
122
+ * at runtime: without a schema a consumer has nothing to validate, and
123
+ * every REQUIRED payload member is optional in practice. Cross-file
124
+ * `$ref`s are already inlined, so it needs no resolver.
125
+ */
126
+ export declare const PAYLOAD_SCHEMA: {
127
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
128
+ readonly $id: "https://trusttasks.org/spec/persona/correlation/analyze/1.0";
129
+ readonly title: "Persona Correlation Analyze — payload";
130
+ readonly description: "Report where the holder's identities link to one another, and what can be done about each link. The findings task behind the counts the write tasks return.";
131
+ readonly type: "object";
132
+ readonly additionalProperties: false;
133
+ readonly properties: {
134
+ readonly attributeId: {
135
+ readonly $ref: "#/$defs/Ulid";
136
+ readonly description: "Analyse one attribute. Omit to analyse the whole pool.";
137
+ };
138
+ readonly profileId: {
139
+ readonly $ref: "#/$defs/Ulid";
140
+ readonly description: "Analyse one composition — what would this profile link if bound.";
141
+ };
142
+ readonly candidate: {
143
+ readonly type: "object";
144
+ readonly additionalProperties: false;
145
+ readonly required: readonly ["type", "valueType", "value"];
146
+ readonly description: "Analyse a value the holder is CONSIDERING but has not written. This is what lets a builder warn before the mistake rather than after it, which is the difference between a guard and a report. A maintainer MUST NOT store a candidate.";
147
+ readonly properties: {
148
+ readonly type: {
149
+ readonly $ref: "#/$defs/ClaimType";
150
+ };
151
+ readonly valueType: {
152
+ readonly $ref: "#/$defs/ValueType";
153
+ };
154
+ readonly value: {};
155
+ };
156
+ };
157
+ readonly ext: {
158
+ readonly $ref: "#/$defs/Ext";
159
+ };
160
+ };
161
+ readonly $defs: {
162
+ readonly Response: {
163
+ readonly $anchor: "response";
164
+ readonly title: "Persona Correlation Analyze — response payload";
165
+ readonly description: "Success response to persona/correlation/analyze. Type https://trusttasks.org/spec/persona/correlation/analyze/1.0#response.";
166
+ readonly type: "object";
167
+ readonly additionalProperties: false;
168
+ readonly required: readonly ["findings"];
169
+ readonly properties: {
170
+ readonly findings: {
171
+ readonly type: "array";
172
+ readonly maxItems: 256;
173
+ readonly items: {
174
+ readonly type: "object";
175
+ readonly additionalProperties: false;
176
+ readonly required: readonly ["severity", "why", "remedies"];
177
+ readonly properties: {
178
+ readonly attributeId: {
179
+ readonly $ref: "#/$defs/Ulid";
180
+ };
181
+ readonly severity: {
182
+ readonly type: "string";
183
+ readonly enum: readonly ["low", "high"];
184
+ };
185
+ readonly sharedWith: {
186
+ readonly type: "array";
187
+ readonly maxItems: 128;
188
+ readonly description: "Where else this value appears, and where it has actually gone. Identifiers ARE returned here, unlike the counts the write tasks give back — this task is holder-authorized and its whole purpose is to let the holder act, which they cannot do on a number.";
189
+ readonly items: {
190
+ readonly type: "object";
191
+ readonly additionalProperties: false;
192
+ readonly properties: {
193
+ readonly profileId: {
194
+ readonly $ref: "#/$defs/Ulid";
195
+ };
196
+ readonly contextId: {
197
+ readonly type: "string";
198
+ };
199
+ readonly personaDid: {
200
+ readonly type: "string";
201
+ };
202
+ readonly disclosedTo: {
203
+ readonly type: "array";
204
+ readonly maxItems: 64;
205
+ readonly items: {
206
+ readonly type: "string";
207
+ };
208
+ };
209
+ };
210
+ };
211
+ };
212
+ readonly why: {
213
+ readonly type: "string";
214
+ readonly maxLength: 1024;
215
+ readonly description: "Plain-language cause. A severity with no explanation is a warning a holder learns to dismiss.";
216
+ };
217
+ readonly remedies: {
218
+ readonly type: "array";
219
+ readonly maxItems: 8;
220
+ readonly items: {
221
+ readonly type: "string";
222
+ readonly enum: readonly ["useDifferentValue", "reissueCredentialToThisDid", "correlateDeliberately", "proceedAndRecord"];
223
+ };
224
+ readonly description: "What the holder can actually do. Naming reissueCredentialToThisDid matters more than it looks: without it, a holder told 'this links your personas' has no action but to abandon the attribute, and the honest fix — a credential re-issued against the persona actually using it — stays invisible unless the analysis names it.";
225
+ };
226
+ };
227
+ };
228
+ };
229
+ readonly ext: {
230
+ readonly $ref: "#/$defs/Ext";
231
+ };
232
+ };
233
+ };
234
+ readonly Ext: {
235
+ readonly title: "Ext";
236
+ 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.";
237
+ readonly type: "object";
238
+ readonly minProperties: 1;
239
+ readonly additionalProperties: true;
240
+ readonly propertyNames: {
241
+ readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
242
+ };
243
+ };
244
+ readonly Ulid: {
245
+ readonly title: "Ulid";
246
+ readonly description: "A ULID in Crockford base32, uppercase. Used for `attributeId` and `profileId`. Chosen over a UUID because the leading 48 bits are a timestamp, so a key-ordered scan of the store is also creation-ordered and a `list` needs no secondary sort. Server-assigned on create; a producer MAY supply one to make a create idempotent, and a maintainer MUST reject a supplied value that already exists rather than silently overwriting.";
247
+ readonly type: "string";
248
+ readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
249
+ };
250
+ readonly ValueType: {
251
+ readonly title: "ValueType";
252
+ readonly description: "The JSON shape of `value`, declared so that a consumer can render and compare without guessing. The maintainer validates that `value` agrees with this member and does nothing further: it does NOT validate a phone number against a phone-number grammar. That is a producer's affordance, and a store that grows opinions about the contents of its records eventually blocks its consumer's release.";
253
+ readonly type: "string";
254
+ readonly enum: readonly ["string", "number", "boolean", "date", "object"];
255
+ };
256
+ readonly ClaimType: {
257
+ readonly title: "ClaimType";
258
+ readonly description: "The vocabulary token naming what a value IS — `name.legal`, `phone.mobile`, `address.postal`, `person.birthDate`. Dotted, most-general segment first, so that a consumer with no knowledge of the specific token can still group by its prefix.\n\nThe token is the maintainer's own; no external vocabulary is primary. External vocabularies (vCard/jCard, OIDC standard claims, schema.org) are mappings applied at PRESENTATION by a renderer, not at rest, so that a query written in any of them can be matched without the store having to live inside any one of them.\n\nThe `x:` prefix is an open extension namespace and is not decoration. The closest prior art — Windows CardSpace's self-issued card — supported exactly fifteen predefined claim types with no extensibility, and that is the specific way it failed the requirement a holder actually has. An `x:` attribute stores, composes, binds and discloses exactly like a known one; it renders generically and matches only an explicit query.";
259
+ readonly type: "string";
260
+ readonly minLength: 1;
261
+ readonly maxLength: 128;
262
+ readonly pattern: "^(x:)?[a-z][a-zA-Z0-9]*(\\.[a-z][a-zA-Z0-9]*)*$";
263
+ };
264
+ };
265
+ };
266
+ /** As {@link PAYLOAD_SCHEMA}, for the success-response variant. */
267
+ export declare const RESPONSE_PAYLOAD_SCHEMA: {
268
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
269
+ readonly $ref: "#/$defs/Response";
270
+ readonly $defs: {
271
+ readonly Response: {
272
+ readonly $anchor: "response";
273
+ readonly title: "Persona Correlation Analyze — response payload";
274
+ readonly description: "Success response to persona/correlation/analyze. Type https://trusttasks.org/spec/persona/correlation/analyze/1.0#response.";
275
+ readonly type: "object";
276
+ readonly additionalProperties: false;
277
+ readonly required: readonly ["findings"];
278
+ readonly properties: {
279
+ readonly findings: {
280
+ readonly type: "array";
281
+ readonly maxItems: 256;
282
+ readonly items: {
283
+ readonly type: "object";
284
+ readonly additionalProperties: false;
285
+ readonly required: readonly ["severity", "why", "remedies"];
286
+ readonly properties: {
287
+ readonly attributeId: {
288
+ readonly $ref: "#/$defs/Ulid";
289
+ };
290
+ readonly severity: {
291
+ readonly type: "string";
292
+ readonly enum: readonly ["low", "high"];
293
+ };
294
+ readonly sharedWith: {
295
+ readonly type: "array";
296
+ readonly maxItems: 128;
297
+ readonly description: "Where else this value appears, and where it has actually gone. Identifiers ARE returned here, unlike the counts the write tasks give back — this task is holder-authorized and its whole purpose is to let the holder act, which they cannot do on a number.";
298
+ readonly items: {
299
+ readonly type: "object";
300
+ readonly additionalProperties: false;
301
+ readonly properties: {
302
+ readonly profileId: {
303
+ readonly $ref: "#/$defs/Ulid";
304
+ };
305
+ readonly contextId: {
306
+ readonly type: "string";
307
+ };
308
+ readonly personaDid: {
309
+ readonly type: "string";
310
+ };
311
+ readonly disclosedTo: {
312
+ readonly type: "array";
313
+ readonly maxItems: 64;
314
+ readonly items: {
315
+ readonly type: "string";
316
+ };
317
+ };
318
+ };
319
+ };
320
+ };
321
+ readonly why: {
322
+ readonly type: "string";
323
+ readonly maxLength: 1024;
324
+ readonly description: "Plain-language cause. A severity with no explanation is a warning a holder learns to dismiss.";
325
+ };
326
+ readonly remedies: {
327
+ readonly type: "array";
328
+ readonly maxItems: 8;
329
+ readonly items: {
330
+ readonly type: "string";
331
+ readonly enum: readonly ["useDifferentValue", "reissueCredentialToThisDid", "correlateDeliberately", "proceedAndRecord"];
332
+ };
333
+ readonly description: "What the holder can actually do. Naming reissueCredentialToThisDid matters more than it looks: without it, a holder told 'this links your personas' has no action but to abandon the attribute, and the honest fix — a credential re-issued against the persona actually using it — stays invisible unless the analysis names it.";
334
+ };
335
+ };
336
+ };
337
+ };
338
+ readonly ext: {
339
+ readonly $ref: "#/$defs/Ext";
340
+ };
341
+ };
342
+ };
343
+ readonly Ext: {
344
+ readonly title: "Ext";
345
+ 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.";
346
+ readonly type: "object";
347
+ readonly minProperties: 1;
348
+ readonly additionalProperties: true;
349
+ readonly propertyNames: {
350
+ readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
351
+ };
352
+ };
353
+ readonly Ulid: {
354
+ readonly title: "Ulid";
355
+ readonly description: "A ULID in Crockford base32, uppercase. Used for `attributeId` and `profileId`. Chosen over a UUID because the leading 48 bits are a timestamp, so a key-ordered scan of the store is also creation-ordered and a `list` needs no secondary sort. Server-assigned on create; a producer MAY supply one to make a create idempotent, and a maintainer MUST reject a supplied value that already exists rather than silently overwriting.";
356
+ readonly type: "string";
357
+ readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
358
+ };
359
+ readonly ValueType: {
360
+ readonly title: "ValueType";
361
+ readonly description: "The JSON shape of `value`, declared so that a consumer can render and compare without guessing. The maintainer validates that `value` agrees with this member and does nothing further: it does NOT validate a phone number against a phone-number grammar. That is a producer's affordance, and a store that grows opinions about the contents of its records eventually blocks its consumer's release.";
362
+ readonly type: "string";
363
+ readonly enum: readonly ["string", "number", "boolean", "date", "object"];
364
+ };
365
+ readonly ClaimType: {
366
+ readonly title: "ClaimType";
367
+ readonly description: "The vocabulary token naming what a value IS — `name.legal`, `phone.mobile`, `address.postal`, `person.birthDate`. Dotted, most-general segment first, so that a consumer with no knowledge of the specific token can still group by its prefix.\n\nThe token is the maintainer's own; no external vocabulary is primary. External vocabularies (vCard/jCard, OIDC standard claims, schema.org) are mappings applied at PRESENTATION by a renderer, not at rest, so that a query written in any of them can be matched without the store having to live inside any one of them.\n\nThe `x:` prefix is an open extension namespace and is not decoration. The closest prior art — Windows CardSpace's self-issued card — supported exactly fifteen predefined claim types with no extensibility, and that is the specific way it failed the requirement a holder actually has. An `x:` attribute stores, composes, binds and discloses exactly like a known one; it renders generically and matches only an explicit query.";
368
+ readonly type: "string";
369
+ readonly minLength: 1;
370
+ readonly maxLength: 128;
371
+ readonly pattern: "^(x:)?[a-z][a-zA-Z0-9]*(\\.[a-z][a-zA-Z0-9]*)*$";
372
+ };
373
+ };
374
+ };
375
+ /**
376
+ * SPEC.md §7.2 policy for the request variant, from this specification's
377
+ * front matter. Pass to `consumeInbound` — items 5b, 7 and 8 are
378
+ * per-specification and cannot be derived from the document alone, and
379
+ * item 2 needs the schema this carries.
380
+ */
381
+ export declare const SPEC: {
382
+ readonly typeUri: "https://trusttasks.org/spec/persona/correlation/analyze/1.0";
383
+ readonly isBearer: false;
384
+ readonly isProofRequired: true;
385
+ readonly isRecipientRequired: true;
386
+ readonly isIssuedAtRequired: false;
387
+ readonly payloadSchema: {
388
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
389
+ readonly $id: "https://trusttasks.org/spec/persona/correlation/analyze/1.0";
390
+ readonly title: "Persona Correlation Analyze — payload";
391
+ readonly description: "Report where the holder's identities link to one another, and what can be done about each link. The findings task behind the counts the write tasks return.";
392
+ readonly type: "object";
393
+ readonly additionalProperties: false;
394
+ readonly properties: {
395
+ readonly attributeId: {
396
+ readonly $ref: "#/$defs/Ulid";
397
+ readonly description: "Analyse one attribute. Omit to analyse the whole pool.";
398
+ };
399
+ readonly profileId: {
400
+ readonly $ref: "#/$defs/Ulid";
401
+ readonly description: "Analyse one composition — what would this profile link if bound.";
402
+ };
403
+ readonly candidate: {
404
+ readonly type: "object";
405
+ readonly additionalProperties: false;
406
+ readonly required: readonly ["type", "valueType", "value"];
407
+ readonly description: "Analyse a value the holder is CONSIDERING but has not written. This is what lets a builder warn before the mistake rather than after it, which is the difference between a guard and a report. A maintainer MUST NOT store a candidate.";
408
+ readonly properties: {
409
+ readonly type: {
410
+ readonly $ref: "#/$defs/ClaimType";
411
+ };
412
+ readonly valueType: {
413
+ readonly $ref: "#/$defs/ValueType";
414
+ };
415
+ readonly value: {};
416
+ };
417
+ };
418
+ readonly ext: {
419
+ readonly $ref: "#/$defs/Ext";
420
+ };
421
+ };
422
+ readonly $defs: {
423
+ readonly Response: {
424
+ readonly $anchor: "response";
425
+ readonly title: "Persona Correlation Analyze — response payload";
426
+ readonly description: "Success response to persona/correlation/analyze. Type https://trusttasks.org/spec/persona/correlation/analyze/1.0#response.";
427
+ readonly type: "object";
428
+ readonly additionalProperties: false;
429
+ readonly required: readonly ["findings"];
430
+ readonly properties: {
431
+ readonly findings: {
432
+ readonly type: "array";
433
+ readonly maxItems: 256;
434
+ readonly items: {
435
+ readonly type: "object";
436
+ readonly additionalProperties: false;
437
+ readonly required: readonly ["severity", "why", "remedies"];
438
+ readonly properties: {
439
+ readonly attributeId: {
440
+ readonly $ref: "#/$defs/Ulid";
441
+ };
442
+ readonly severity: {
443
+ readonly type: "string";
444
+ readonly enum: readonly ["low", "high"];
445
+ };
446
+ readonly sharedWith: {
447
+ readonly type: "array";
448
+ readonly maxItems: 128;
449
+ readonly description: "Where else this value appears, and where it has actually gone. Identifiers ARE returned here, unlike the counts the write tasks give back — this task is holder-authorized and its whole purpose is to let the holder act, which they cannot do on a number.";
450
+ readonly items: {
451
+ readonly type: "object";
452
+ readonly additionalProperties: false;
453
+ readonly properties: {
454
+ readonly profileId: {
455
+ readonly $ref: "#/$defs/Ulid";
456
+ };
457
+ readonly contextId: {
458
+ readonly type: "string";
459
+ };
460
+ readonly personaDid: {
461
+ readonly type: "string";
462
+ };
463
+ readonly disclosedTo: {
464
+ readonly type: "array";
465
+ readonly maxItems: 64;
466
+ readonly items: {
467
+ readonly type: "string";
468
+ };
469
+ };
470
+ };
471
+ };
472
+ };
473
+ readonly why: {
474
+ readonly type: "string";
475
+ readonly maxLength: 1024;
476
+ readonly description: "Plain-language cause. A severity with no explanation is a warning a holder learns to dismiss.";
477
+ };
478
+ readonly remedies: {
479
+ readonly type: "array";
480
+ readonly maxItems: 8;
481
+ readonly items: {
482
+ readonly type: "string";
483
+ readonly enum: readonly ["useDifferentValue", "reissueCredentialToThisDid", "correlateDeliberately", "proceedAndRecord"];
484
+ };
485
+ readonly description: "What the holder can actually do. Naming reissueCredentialToThisDid matters more than it looks: without it, a holder told 'this links your personas' has no action but to abandon the attribute, and the honest fix — a credential re-issued against the persona actually using it — stays invisible unless the analysis names it.";
486
+ };
487
+ };
488
+ };
489
+ };
490
+ readonly ext: {
491
+ readonly $ref: "#/$defs/Ext";
492
+ };
493
+ };
494
+ };
495
+ readonly Ext: {
496
+ readonly title: "Ext";
497
+ 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.";
498
+ readonly type: "object";
499
+ readonly minProperties: 1;
500
+ readonly additionalProperties: true;
501
+ readonly propertyNames: {
502
+ readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
503
+ };
504
+ };
505
+ readonly Ulid: {
506
+ readonly title: "Ulid";
507
+ readonly description: "A ULID in Crockford base32, uppercase. Used for `attributeId` and `profileId`. Chosen over a UUID because the leading 48 bits are a timestamp, so a key-ordered scan of the store is also creation-ordered and a `list` needs no secondary sort. Server-assigned on create; a producer MAY supply one to make a create idempotent, and a maintainer MUST reject a supplied value that already exists rather than silently overwriting.";
508
+ readonly type: "string";
509
+ readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
510
+ };
511
+ readonly ValueType: {
512
+ readonly title: "ValueType";
513
+ readonly description: "The JSON shape of `value`, declared so that a consumer can render and compare without guessing. The maintainer validates that `value` agrees with this member and does nothing further: it does NOT validate a phone number against a phone-number grammar. That is a producer's affordance, and a store that grows opinions about the contents of its records eventually blocks its consumer's release.";
514
+ readonly type: "string";
515
+ readonly enum: readonly ["string", "number", "boolean", "date", "object"];
516
+ };
517
+ readonly ClaimType: {
518
+ readonly title: "ClaimType";
519
+ readonly description: "The vocabulary token naming what a value IS — `name.legal`, `phone.mobile`, `address.postal`, `person.birthDate`. Dotted, most-general segment first, so that a consumer with no knowledge of the specific token can still group by its prefix.\n\nThe token is the maintainer's own; no external vocabulary is primary. External vocabularies (vCard/jCard, OIDC standard claims, schema.org) are mappings applied at PRESENTATION by a renderer, not at rest, so that a query written in any of them can be matched without the store having to live inside any one of them.\n\nThe `x:` prefix is an open extension namespace and is not decoration. The closest prior art — Windows CardSpace's self-issued card — supported exactly fifteen predefined claim types with no extensibility, and that is the specific way it failed the requirement a holder actually has. An `x:` attribute stores, composes, binds and discloses exactly like a known one; it renders generically and matches only an explicit query.";
520
+ readonly type: "string";
521
+ readonly minLength: 1;
522
+ readonly maxLength: 128;
523
+ readonly pattern: "^(x:)?[a-z][a-zA-Z0-9]*(\\.[a-z][a-zA-Z0-9]*)*$";
524
+ };
525
+ };
526
+ };
527
+ };
528
+ /**
529
+ * SPEC.md §7.2 policy for the success-response variant. `isRecipientRequired`
530
+ * tracks the *issuer* party's requirement because a response swaps the
531
+ * parties (§7.3 item 5).
532
+ */
533
+ export declare const RESPONSE_SPEC: {
534
+ readonly typeUri: "https://trusttasks.org/spec/persona/correlation/analyze/1.0#response";
535
+ readonly isBearer: false;
536
+ readonly isProofRequired: true;
537
+ readonly isRecipientRequired: true;
538
+ readonly isIssuedAtRequired: false;
539
+ readonly payloadSchema: {
540
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
541
+ readonly $ref: "#/$defs/Response";
542
+ readonly $defs: {
543
+ readonly Response: {
544
+ readonly $anchor: "response";
545
+ readonly title: "Persona Correlation Analyze — response payload";
546
+ readonly description: "Success response to persona/correlation/analyze. Type https://trusttasks.org/spec/persona/correlation/analyze/1.0#response.";
547
+ readonly type: "object";
548
+ readonly additionalProperties: false;
549
+ readonly required: readonly ["findings"];
550
+ readonly properties: {
551
+ readonly findings: {
552
+ readonly type: "array";
553
+ readonly maxItems: 256;
554
+ readonly items: {
555
+ readonly type: "object";
556
+ readonly additionalProperties: false;
557
+ readonly required: readonly ["severity", "why", "remedies"];
558
+ readonly properties: {
559
+ readonly attributeId: {
560
+ readonly $ref: "#/$defs/Ulid";
561
+ };
562
+ readonly severity: {
563
+ readonly type: "string";
564
+ readonly enum: readonly ["low", "high"];
565
+ };
566
+ readonly sharedWith: {
567
+ readonly type: "array";
568
+ readonly maxItems: 128;
569
+ readonly description: "Where else this value appears, and where it has actually gone. Identifiers ARE returned here, unlike the counts the write tasks give back — this task is holder-authorized and its whole purpose is to let the holder act, which they cannot do on a number.";
570
+ readonly items: {
571
+ readonly type: "object";
572
+ readonly additionalProperties: false;
573
+ readonly properties: {
574
+ readonly profileId: {
575
+ readonly $ref: "#/$defs/Ulid";
576
+ };
577
+ readonly contextId: {
578
+ readonly type: "string";
579
+ };
580
+ readonly personaDid: {
581
+ readonly type: "string";
582
+ };
583
+ readonly disclosedTo: {
584
+ readonly type: "array";
585
+ readonly maxItems: 64;
586
+ readonly items: {
587
+ readonly type: "string";
588
+ };
589
+ };
590
+ };
591
+ };
592
+ };
593
+ readonly why: {
594
+ readonly type: "string";
595
+ readonly maxLength: 1024;
596
+ readonly description: "Plain-language cause. A severity with no explanation is a warning a holder learns to dismiss.";
597
+ };
598
+ readonly remedies: {
599
+ readonly type: "array";
600
+ readonly maxItems: 8;
601
+ readonly items: {
602
+ readonly type: "string";
603
+ readonly enum: readonly ["useDifferentValue", "reissueCredentialToThisDid", "correlateDeliberately", "proceedAndRecord"];
604
+ };
605
+ readonly description: "What the holder can actually do. Naming reissueCredentialToThisDid matters more than it looks: without it, a holder told 'this links your personas' has no action but to abandon the attribute, and the honest fix — a credential re-issued against the persona actually using it — stays invisible unless the analysis names it.";
606
+ };
607
+ };
608
+ };
609
+ };
610
+ readonly ext: {
611
+ readonly $ref: "#/$defs/Ext";
612
+ };
613
+ };
614
+ };
615
+ readonly Ext: {
616
+ readonly title: "Ext";
617
+ 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.";
618
+ readonly type: "object";
619
+ readonly minProperties: 1;
620
+ readonly additionalProperties: true;
621
+ readonly propertyNames: {
622
+ readonly pattern: "^[a-z][a-z0-9-]*(\\.[a-z0-9-]+)+$";
623
+ };
624
+ };
625
+ readonly Ulid: {
626
+ readonly title: "Ulid";
627
+ readonly description: "A ULID in Crockford base32, uppercase. Used for `attributeId` and `profileId`. Chosen over a UUID because the leading 48 bits are a timestamp, so a key-ordered scan of the store is also creation-ordered and a `list` needs no secondary sort. Server-assigned on create; a producer MAY supply one to make a create idempotent, and a maintainer MUST reject a supplied value that already exists rather than silently overwriting.";
628
+ readonly type: "string";
629
+ readonly pattern: "^[0-9A-HJKMNP-TV-Z]{26}$";
630
+ };
631
+ readonly ValueType: {
632
+ readonly title: "ValueType";
633
+ readonly description: "The JSON shape of `value`, declared so that a consumer can render and compare without guessing. The maintainer validates that `value` agrees with this member and does nothing further: it does NOT validate a phone number against a phone-number grammar. That is a producer's affordance, and a store that grows opinions about the contents of its records eventually blocks its consumer's release.";
634
+ readonly type: "string";
635
+ readonly enum: readonly ["string", "number", "boolean", "date", "object"];
636
+ };
637
+ readonly ClaimType: {
638
+ readonly title: "ClaimType";
639
+ readonly description: "The vocabulary token naming what a value IS — `name.legal`, `phone.mobile`, `address.postal`, `person.birthDate`. Dotted, most-general segment first, so that a consumer with no knowledge of the specific token can still group by its prefix.\n\nThe token is the maintainer's own; no external vocabulary is primary. External vocabularies (vCard/jCard, OIDC standard claims, schema.org) are mappings applied at PRESENTATION by a renderer, not at rest, so that a query written in any of them can be matched without the store having to live inside any one of them.\n\nThe `x:` prefix is an open extension namespace and is not decoration. The closest prior art — Windows CardSpace's self-issued card — supported exactly fifteen predefined claim types with no extensibility, and that is the specific way it failed the requirement a holder actually has. An `x:` attribute stores, composes, binds and discloses exactly like a known one; it renders generically and matches only an explicit query.";
640
+ readonly type: "string";
641
+ readonly minLength: 1;
642
+ readonly maxLength: 128;
643
+ readonly pattern: "^(x:)?[a-z][a-zA-Z0-9]*(\\.[a-z][a-zA-Z0-9]*)*$";
644
+ };
645
+ };
646
+ };
647
+ };
648
+ //# sourceMappingURL=payload.d.ts.map