@typerighter/rpc-client 0.19.0 → 0.20.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@typerighter/rpc-client",
4
- "version": "0.19.0",
4
+ "version": "0.20.0",
5
5
  "description": "WASM RPC client for Typedown.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -63,6 +63,10 @@ export interface TdContentSummary {
63
63
  * Schema type name
64
64
  */
65
65
  schema?: string;
66
+ /**
67
+ * Human-readable schema label
68
+ */
69
+ schemaLabel?: string;
66
70
  /**
67
71
  * Display label
68
72
  */
@@ -131,6 +135,7 @@ export interface TdSchemaNotification {
131
135
  */
132
136
  export interface TdSchemaInfo {
133
137
  schema: string;
138
+ label: string;
134
139
  properties: Record<string, any>;
135
140
  }
136
141
 
@@ -167,6 +172,10 @@ export interface TdSiteConfig {
167
172
  */
168
173
  export interface TdBuiltResource {
169
174
  schema?: string;
175
+ /**
176
+ * Human-readable schema label
177
+ */
178
+ schemaLabel?: string;
170
179
  /**
171
180
  * Display label
172
181
  */
Binary file